From 32fbd3520270cefb577ffbe50bf0c0388a34d748 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Mon, 25 May 2026 19:22:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=EF=BC=8C=E7=94=B1ModelHub=20XC=E7=A4=BE=E5=8C=BA=E6=8F=90?= =?UTF-8?q?=E4=BE=9B=E6=A8=A1=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Model: Polygl0t/Tucano2-qwen-3.7B-Base Source: Original Platform --- .gitattributes | 52 + .plots/arc_challenge.png | 3 + .plots/before_and_after.png | 3 + .plots/belebele.png | 3 + .plots/bluex.png | 3 + .plots/calame.png | 3 + .plots/enem.png | 3 + .plots/global_piqa.png | 3 + .plots/gradient_norm.png | 3 + .plots/hellaswag.png | 3 + .plots/lambada.png | 3 + .plots/learning_curve.png | 3 + .plots/mmlu.png | 3 + .plots/npm_easy.png | 3 + .plots/npm_hard.png | 3 + .plots/oab.png | 3 + .plots/performance_vs_compute.png | 3 + LICENSE | 190 + README.md | 495 + config.json | 70 + emissions.csv | 23 + evals.yaml | 190 + evals_all_steps.csv | 22 + evals_for_comparison.csv | 27 + generation_config.json | 14 + logo.png | 3 + model-00001-of-00002.safetensors | 3 + model-00002-of-00002.safetensors | 3 + model.safetensors.index.json | 407 + ruler.yaml | 82 + special_tokens_map.json | 30 + tokenizer.json | 463711 +++++++++++++++++++++++++++ tokenizer_config.json | 397 + train_logs.parquet | 3 + training_config.yaml | 99 + val_logs.parquet | 3 + 36 files changed, 465872 insertions(+) create mode 100644 .gitattributes create mode 100644 .plots/arc_challenge.png create mode 100644 .plots/before_and_after.png create mode 100644 .plots/belebele.png create mode 100644 .plots/bluex.png create mode 100644 .plots/calame.png create mode 100644 .plots/enem.png create mode 100644 .plots/global_piqa.png create mode 100644 .plots/gradient_norm.png create mode 100644 .plots/hellaswag.png create mode 100644 .plots/lambada.png create mode 100644 .plots/learning_curve.png create mode 100644 .plots/mmlu.png create mode 100644 .plots/npm_easy.png create mode 100644 .plots/npm_hard.png create mode 100644 .plots/oab.png create mode 100644 .plots/performance_vs_compute.png create mode 100644 LICENSE create mode 100644 README.md create mode 100644 config.json create mode 100644 emissions.csv create mode 100644 evals.yaml create mode 100644 evals_all_steps.csv create mode 100644 evals_for_comparison.csv create mode 100644 generation_config.json create mode 100644 logo.png create mode 100644 model-00001-of-00002.safetensors create mode 100644 model-00002-of-00002.safetensors create mode 100644 model.safetensors.index.json create mode 100644 ruler.yaml create mode 100644 special_tokens_map.json create mode 100644 tokenizer.json create mode 100644 tokenizer_config.json create mode 100644 train_logs.parquet create mode 100644 training_config.yaml create mode 100644 val_logs.parquet diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..db18284 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,52 @@ +*.7z filter=lfs diff=lfs merge=lfs -text +*.arrow filter=lfs diff=lfs merge=lfs -text +*.bin filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.ckpt filter=lfs diff=lfs merge=lfs -text +*.ftz filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.h5 filter=lfs diff=lfs merge=lfs -text +*.joblib filter=lfs diff=lfs merge=lfs -text +*.lfs.* filter=lfs diff=lfs merge=lfs -text +*.mlmodel filter=lfs diff=lfs merge=lfs -text +*.model filter=lfs diff=lfs merge=lfs -text +*.msgpack filter=lfs diff=lfs merge=lfs -text +*.npy filter=lfs diff=lfs merge=lfs -text +*.npz filter=lfs diff=lfs merge=lfs -text +*.onnx filter=lfs diff=lfs merge=lfs -text +*.ot filter=lfs diff=lfs merge=lfs -text +*.parquet filter=lfs diff=lfs merge=lfs -text +*.pb filter=lfs diff=lfs merge=lfs -text +*.pickle filter=lfs diff=lfs merge=lfs -text +*.pkl filter=lfs diff=lfs merge=lfs -text +*.pt filter=lfs diff=lfs merge=lfs -text +*.pth filter=lfs diff=lfs merge=lfs -text +*.rar filter=lfs diff=lfs merge=lfs -text +*.safetensors filter=lfs diff=lfs merge=lfs -text +saved_model/**/* filter=lfs diff=lfs merge=lfs -text +*.tar.* filter=lfs diff=lfs merge=lfs -text +*.tar filter=lfs diff=lfs merge=lfs -text +*.tflite filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.wasm filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text +*tfevents* filter=lfs diff=lfs merge=lfs -text +logo.png filter=lfs diff=lfs merge=lfs -text +.plots/arc_challenge.png filter=lfs diff=lfs merge=lfs -text +.plots/before_and_after.png filter=lfs diff=lfs merge=lfs -text +.plots/belebele.png filter=lfs diff=lfs merge=lfs -text +.plots/bluex.png filter=lfs diff=lfs merge=lfs -text +.plots/calame.png filter=lfs diff=lfs merge=lfs -text +.plots/enem.png filter=lfs diff=lfs merge=lfs -text +.plots/global_piqa.png filter=lfs diff=lfs merge=lfs -text +.plots/gradient_norm.png filter=lfs diff=lfs merge=lfs -text +.plots/hellaswag.png filter=lfs diff=lfs merge=lfs -text +.plots/lambada.png filter=lfs diff=lfs merge=lfs -text +.plots/learning_curve.png filter=lfs diff=lfs merge=lfs -text +.plots/mmlu.png filter=lfs diff=lfs merge=lfs -text +.plots/npm_easy.png filter=lfs diff=lfs merge=lfs -text +.plots/npm_hard.png filter=lfs diff=lfs merge=lfs -text +.plots/oab.png filter=lfs diff=lfs merge=lfs -text +.plots/performance_vs_compute.png filter=lfs diff=lfs merge=lfs -text diff --git a/.plots/arc_challenge.png b/.plots/arc_challenge.png new file mode 100644 index 0000000..bb2a807 --- /dev/null +++ b/.plots/arc_challenge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8af866351e9918524decc2b6c89b2d42bc1a512a6c9b01939b1135d4624b8ea +size 195444 diff --git a/.plots/before_and_after.png b/.plots/before_and_after.png new file mode 100644 index 0000000..fd2829a --- /dev/null +++ b/.plots/before_and_after.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9329d9b9e44be3dc8e30d5b1d63e045e82416dfe0497e71c50889411f47415c3 +size 278984 diff --git a/.plots/belebele.png b/.plots/belebele.png new file mode 100644 index 0000000..0fa1158 --- /dev/null +++ b/.plots/belebele.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13a715235191f3c7e63e65e35a317337a23ceebf01d0ca1d0a988b6e72f0d688 +size 194551 diff --git a/.plots/bluex.png b/.plots/bluex.png new file mode 100644 index 0000000..c63f3ad --- /dev/null +++ b/.plots/bluex.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:359efe6b2879ac4bde29d1924dc9a7fa554d5a07ec13821b145718d55a2fbf9d +size 189109 diff --git a/.plots/calame.png b/.plots/calame.png new file mode 100644 index 0000000..ca85638 --- /dev/null +++ b/.plots/calame.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eee7333dd48cda9a8754942803f5a35a4555d7d8c6d1866a39a0cfb81c7a11fa +size 174470 diff --git a/.plots/enem.png b/.plots/enem.png new file mode 100644 index 0000000..0314cc0 --- /dev/null +++ b/.plots/enem.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dd7c49b0fee952386f5be0aeae54cfd91eddd53f29466981ab8bbe2ef73f4b7 +size 163967 diff --git a/.plots/global_piqa.png b/.plots/global_piqa.png new file mode 100644 index 0000000..53015d5 --- /dev/null +++ b/.plots/global_piqa.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:177b7cca833de2440787821ffd7aa92525d5955dc28c07fc9b7e803afacea56e +size 166269 diff --git a/.plots/gradient_norm.png b/.plots/gradient_norm.png new file mode 100644 index 0000000..7407467 --- /dev/null +++ b/.plots/gradient_norm.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aab0537cf6a04037928d0ebaa88ab2e84a23c0d869cb0f32bd0c7fd9014f7f9a +size 273517 diff --git a/.plots/hellaswag.png b/.plots/hellaswag.png new file mode 100644 index 0000000..ab3b554 --- /dev/null +++ b/.plots/hellaswag.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b6a6d0ecb3ef72c2afd1c828e075f16b0cfb365f335007f4bfc8323c9117b52 +size 168704 diff --git a/.plots/lambada.png b/.plots/lambada.png new file mode 100644 index 0000000..695dde6 --- /dev/null +++ b/.plots/lambada.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8079bd87390d73ee8c40ad849ab1f89e35f95bc29af78fcabd025a5b10ff0eac +size 180169 diff --git a/.plots/learning_curve.png b/.plots/learning_curve.png new file mode 100644 index 0000000..1cddc97 --- /dev/null +++ b/.plots/learning_curve.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cf6807d2ef3dbbb0b332ff6f08e2cfef52cfbe9936b43bfa0a973e751b94068 +size 221929 diff --git a/.plots/mmlu.png b/.plots/mmlu.png new file mode 100644 index 0000000..2037f42 --- /dev/null +++ b/.plots/mmlu.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef96236e6f0c577dea8fc3b3dfa2739061d7fc6ce1e9a02e51453d8ae62543c4 +size 181825 diff --git a/.plots/npm_easy.png b/.plots/npm_easy.png new file mode 100644 index 0000000..0315779 --- /dev/null +++ b/.plots/npm_easy.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b83aac4bb477232ed43a9a0af497967d3e3e041ee515b72d5fdc310833881039 +size 188554 diff --git a/.plots/npm_hard.png b/.plots/npm_hard.png new file mode 100644 index 0000000..0bf3b5a --- /dev/null +++ b/.plots/npm_hard.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f416e9e8d05808313600b206ab53c612c90b2be8325f87b28c5fb8b812066699 +size 190920 diff --git a/.plots/oab.png b/.plots/oab.png new file mode 100644 index 0000000..37fb803 --- /dev/null +++ b/.plots/oab.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e3e05da44c8ec4e744e6d51b00cd32ff48dfaf94a5036d5498c4fe8a8e9417e +size 191665 diff --git a/.plots/performance_vs_compute.png b/.plots/performance_vs_compute.png new file mode 100644 index 0000000..12f7bb7 --- /dev/null +++ b/.plots/performance_vs_compute.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4a657d6d68d6f2f1fbf0d3750eac546a7ead054995a466497e0e31bfeedd49c +size 949327 diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..8ac8661 --- /dev/null +++ b/LICENSE @@ -0,0 +1,190 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + Copyright Nicholas Kluge Corrêa, Shiza Fatimah, Aniket Sen, and Sophia Falk + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..0c3919c --- /dev/null +++ b/README.md @@ -0,0 +1,495 @@ +--- +language: + - pt +license: apache-2.0 +library_name: transformers +tags: + - text-generation-inference +datasets: + - Polygl0t/gigaverbo-v2 + - Polygl0t/gigaverbo-v2-synth +metrics: + - perplexity +pipeline_tag: text-generation +widget: + - text: "A floresta da Amazônia é conhecida por sua" + example_title: Exemplo + - text: "Uma das coisas que Portugal, Angola, Brasil e Moçambique tem em comum é o" + example_title: Exemplo + - text: "O Carnaval do Rio de Janeiro é" + example_title: Exemplo +inference: + parameters: + repetition_penalty: 1.2 + temperature: 0.1 + top_k: 50 + top_p: 1.0 + max_new_tokens: 150 +co2_eq_emissions: + emissions: 86000 + source: CodeCarbon + training_type: pre-training + geographical_location: Germany + hardware_used: NVIDIA A100-SXM4-80GB +model-index: + - name: Tucano2-qwen-3.7B-Base + results: + - task: + type: text-generation + name: Text Generation + dataset: + name: ARC Challenge + type: Polygl0t/ARC-poly + split: test + args: + num_few_shot: 5 + metrics: + - type: acc_norm + value: 57.78 + name: Acc-norm + source: + url: https://github.com/Polygl0t/lm-evaluation-harness/tree/polyglot_harness_portuguese + name: arc_challenge_poly_pt + - task: + type: text-generation + name: Text Generation + dataset: + name: HellaSwag + type: Polygl0t/HellaSwag-poly + split: validation + args: + num_few_shot: 5 + metrics: + - type: acc_norm + value: 65.32 + name: Acc-norm + source: + url: https://github.com/Polygl0t/lm-evaluation-harness/tree/polyglot_harness_portuguese + name: hellaswag_poly_pt + - task: + type: text-generation + name: Text Generation + dataset: + name: Calame + type: Polygl0t/CALAME-PT + split: test + args: + num_few_shot: 5 + metrics: + - type: acc + value: 61.08 + name: Acc + source: + url: https://github.com/Polygl0t/lm-evaluation-harness/tree/polyglot_harness_portuguese + name: calame_pt + - task: + type: text-generation + name: Text Generation + dataset: + name: Lambada + type: Polygl0t/LAMBADA-poly + split: test + args: + num_few_shot: 5 + metrics: + - type: acc + value: 62.53 + name: Acc + source: + url: https://github.com/Polygl0t/lm-evaluation-harness/tree/polyglot_harness_portuguese + name: lambada_pt + - task: + type: text-generation + name: Text Generation + dataset: + name: Global PIQA + type: mrlbenchmarks/global-piqa-nonparallel + split: test + args: + num_few_shot: 5 + metrics: + - type: acc_norm + value: 83 + name: Acc-norm + source: + url: https://github.com/Polygl0t/lm-evaluation-harness/tree/polyglot_harness_portuguese + name: global_piqa_completions_por_latn_braz + - task: + type: text-generation + name: Text Generation + dataset: + name: MMLU + type: Polygl0t/MMLU-poly + split: test + args: + num_few_shot: 5 + metrics: + - type: acc + value: 65.4 + name: Acc + source: + url: https://github.com/Polygl0t/lm-evaluation-harness/tree/polyglot_harness_portuguese + name: mmlu_poly_pt + - task: + type: text-generation + name: Text Generation + dataset: + name: BELEBELE + type: facebook/belebele + split: test + args: + num_few_shot: 5 + metrics: + - type: acc_norm + value: 83.67 + name: Acc-norm + source: + url: https://github.com/Polygl0t/lm-evaluation-harness/tree/polyglot_harness_portuguese + name: belebele_por_Latn + - task: + type: text-generation + name: Text Generation + dataset: + name: BLUEX + type: eduagarcia-temp/BLUEX_without_images + split: train + args: + num_few_shot: 3 + metrics: + - type: acc + value: 66.2 + name: Acc + source: + url: https://github.com/eduagarcia/lm-evaluation-harness-pt + name: bluex + - task: + type: text-generation + name: Text Generation + dataset: + name: ENEM Challenge + type: eduagarcia/enem_challenge + split: train + args: + num_few_shot: 3 + metrics: + - type: acc + value: 77.54 + name: Acc + source: + url: https://github.com/eduagarcia/lm-evaluation-harness-pt + name: enem_challenge + - task: + type: text-generation + name: Text Generation + dataset: + name: OAB Exams + type: eduagarcia/oab_exams + split: train + args: + num_few_shot: 3 + metrics: + - type: acc + value: 58.45 + name: Acc + source: + url: https://github.com/eduagarcia/lm-evaluation-harness-pt + name: oab_exams +base_model: Qwen/Qwen3-4B-Base +--- + +# Tucano2-qwen-3.7B-Base + +An illustration of a Tucano bird showing vibrant colors like yellow, orange, blue, green, and black. + +## Model Summary + +**[Tucano2-qwen-3.7B-Base](https://huggingface.co/Polygl0t/Tucano2-qwen-3.7B-Base)** is a decoder-only transformer continually pretrained from [Qwen3-4B-Base](https://huggingface.co/Qwen/Qwen3-4B-Base). Tucano2 is part of the [Polygl0t](https://huggingface.co/Polygl0t) initiative, which aims to advance language models for low-resource languages. + +Tucano2-qwen-3.7B-Base shares the same tokenizer as **[Tucano2-0.6B-Base](https://huggingface.co/Polygl0t/Tucano2-0.6B-Base)**. Token embedding transplantation via _Orthogonal Matching Pursuit_ was used to adapt Qwen3-4B-Base to be more sensitive to the lexical, morphological, and orthographic properties of Portuguese. + +The model was continually pretrained on approximately 50 billion tokens and achieves state-of-the-art performance across several benchmarks designed to evaluate Portuguese language models. **All data, source code, and recipes used to develop the Tucano2 series are open and fully reproducible.** + +## Details + +- **Architecture:** a Transformer-based model ([`qwen3`](https://huggingface.co/docs/transformers/main/en/model_doc/qwen3)) +- **Size:** 3,759,341,056 parameters +- **Context length:** 4,096 tokens +- **Dataset(s):** + - [Polygl0t/gigaverbo-v2](https://huggingface.co/datasets/Polygl0t/gigaverbo-v2) + - [Polygl0t/gigaverbo-v2-synth](https://huggingface.co/datasets/Polygl0t/gigaverbo-v2-synth) +- **Language(s):** Portuguese +- **Batch size:** 1,048,576 tokens +- **Number of steps:** 50,000 +- **GPU:** 8 NVIDIA A100-SXM4-80GB +- **Training time**: ~ 303 hours +- **Emissions:** 466 KgCO2 (Germany) +- **Total energy consumption:** 1223 kWh + +This repository has the [source code](https://github.com/Polygl0t/llm-foundry) used to train this model. The full configuration used for training is available in the following config file: + +- Single stage (linear warmup with cosine decay): [training_config.yaml](training_config.yaml) + +### Checkpoints + +Checkpoints were saved every 2,500 steps, which equates to approximately 2.5 billion tokens. The main branch of this repository contains the final checkpoint saved at step 50000. All other checkpoints are available as separate branches. To load a specific checkpoint, you can use the following code snippet: + +```python +from transformers import AutoModelForCausalLM, AutoTokenizer + +model_id = "Polygl0t/Tucano2-qwen-3.7B-Base" +revision = "step-2500" # Change this to the desired checkpoint branch +tokenizer = AutoTokenizer.from_pretrained(model_id) +model = AutoModelForCausalLM.from_pretrained(model_id, revision=revision) +``` + +Or, you can access all the revisions for the models via the following code snippet: + +```python +from huggingface_hub import list_repo_refs +out = list_repo_refs("Polygl0t/Tucano2-qwen-3.7B-Base") +branches = [b.name for b in out.branches] +print(branches) +``` + +
+Learning Curves + +![Learning Curves](./.plots/learning_curve.png) + +This plot illustrates the evolution of model performance (measured by loss) as a function of training time, measured in tokens seen during training + +
+ +
+Gradient Norms (L2) + +![Gradient Norms](./.plots/gradient_norm.png) + +This plot illustrates the evolution of gradient norms as a function of training time, measured in tokens seen during training. + +
+ +## Intended Uses + +The primary intended use of Tucano2-qwen-3.7B-Base is to serve as a foundation for research and development involving Portuguese language modeling. Checkpoints saved during training are designed to provide a controlled setting for performing comparative experiments, specifically regarding the effects of continual pretraining on the performance of currently available benchmarks. You may also fine-tune and adapt Tucano2-qwen-3.7B-Base for deployment if your use follows the Apache 2.0 license. If you decide to use Tucano2-qwen-3.7B-Base as a basis for your fine-tuned model, please conduct your own risk and bias assessment. + +## Out-of-scope Use + +- Tucano2-qwen-3.7B-Base is **not intended for deployment**. It is not an out-of-the-box product and should not be used for human-facing interactions. +- Tucano2-qwen-3.7B-Base is for **the Portuguese language only** and is unsuitable for text generation tasks in other languages. +- Tucano2-qwen-3.7B-Base has **not been fine-tuned** for downstream tasks. + +## Basic usage + +```python +from transformers import GenerationConfig, TextGenerationPipeline, AutoTokenizer, AutoModelForCausalLM +import torch + +# Specify the model and tokenizer +model_id = "Polygl0t/Tucano2-qwen-3.7B-Base" +tokenizer = AutoTokenizer.from_pretrained(model_id) +model = AutoModelForCausalLM.from_pretrained(model_id) + +# Specify the generation parameters as you like +generation_config = GenerationConfig( + **{ + "do_sample": True, + "max_new_tokens": 150, + "renormalize_logits": True, + "repetition_penalty": 1.2, + "temperature": 0.1, + "top_k": 50, + "top_p": 1.0, + "use_cache": True, + } +) + +device = torch.device("cuda" if torch.cuda.is_available() else "cpu") +generator = TextGenerationPipeline(model=model, task="text-generation", tokenizer=tokenizer, device=device) + +# Generate text +prompt = "# A floresta da Amazônia: um lugar de Magia\n\n" +completion = generator(prompt, generation_config=generation_config) +print(completion[0]['generated_text']) +``` + +## Limitations + +As almost all other language models trained on large text datasets scraped from the web, the Tucano2-qwen-3.7B-Base shows behavior that does not make it an out-of-the-box solution to many real-world applications, especially those requiring factual, reliable, and nontoxic text generation. Tucano2-qwen-3.7B-Base is subject to the following: + +- **Hallucinations:** Tucano2-qwen-3.7B-Base can produce content that can be mistaken as facts, but is misleading or entirely false, i.e., hallucinations. + +- **Biases and Toxicity:** Tucano2-qwen-3.7B-Base inherits the social and historical stereotypes from the data used to train it. Given these biases, the model can produce toxic content, i.e., harmful, offensive, or detrimental to individuals, groups, or communities. + +- **Language Limitations:** Tucano2-qwen-3.7B-Base is primarily designed to interact with Portuguese. Other languages might challenge its comprehension, leading to potential misinterpretations or errors in response. + +- **Repetition and Verbosity:** Tucano2-qwen-3.7B-Base may get stuck on repetition loops (especially if the repetition penalty during generations is set to a meager value) or produce verbose responses unrelated to the prompt it was given. + +Hence, even though Tucano2-qwen-3.7B-Base is released under a permissive license, we urge users to perform their own risk analysis before using it for real-world applications. + +## Evaluations + +The table below compares the Tucano2 series against other base models of similar size. We divide our evaluations into two sets: + +- **Easy Set**: CALAME, GlobalPIQA, LAMBADA, ARC-Challenge, HellaSwag +- **Hard Set**: ENEM, BLUEX, OAB Exams, BELEBELE, MMLU + +The NPM (Normalized Performance Metric) provides a balanced view of model performance across tasks, accounting for each task's inherent difficulty by normalizing its evaluation score relative to its random baseline. + +| | Total Avg. | Easy Set (NPM) | Hard Set (NPM) | +| -------------------------- | ---------- | -------------- | -------------- | +| **Tucano2-qwen-3.7B-Base** | 59.21 | 57.41 | 61 | +| Qwen2.5-7B | 57.97 | 54.12 | 61.83 | +| Qwen3-4B-Base | 57.86 | 52.52 | 63.2 | +| SmolLM3-3B-Base | 50.25 | 54.06 | 46.44 | +| Qwen2.5-3B | 50.16 | 47.69 | 52.62 | +| **Tucano2-qwen-1.5B-Base** | 47.9 | 47.97 | 47.82 | +| Curio-edu-7b | 45.66 | 57.46 | 33.87 | +| Qwen3-1.7B-Base | 44.48 | 40.94 | 48.03 | +| Curio-7b | 42.79 | 58.97 | 26.6 | +| Llama-3.2-3B | 40.5 | 43.79 | 37.21 | +| granite-3.3-2b-base | 39.97 | 45.31 | 34.63 | +| **Tucano2-qwen-0.5B-Base** | 35.36 | 39.93 | 30.79 | +| Qwen3-0.6B-Base | 29.4 | 26.41 | 32.38 | +| Llama-2-7b-hf | 29.36 | 42.69 | 16.03 | +| **Tucano2-0.6B-Base** | 20.64 | 40.28 | 0.99 | +| Qwen2.5-0.5B | 19.89 | 18.7 | 21.09 | +| Curio-1.1b | 19.23 | 39.16 | -0.69 | +| Tucano-2b4 | 17.88 | 33.55 | 2.2 | +| Curio-edu-1b1 | 17.72 | 34.77 | 0.67 | +| Llama-3.2-1B | 16.57 | 28.32 | 4.83 | +| Tucano-1b1 | 15.44 | 29.12 | 1.76 | +| Tucano-630m | 14.9 | 26.99 | 2.8 | +| Carvalho_pt-gl-1.3B | 12.54 | 26.75 | -1.66 | +| TeenyTinyLlama-460m | 11.18 | 19.65 | 2.72 | +| Tucano-160m | 8.78 | 19.12 | -1.56 | +| TeenyTinyLlama-160m | 7.72 | 15.75 | -0.31 | +| GlorIA-1.3B | 5.93 | 27.27 | -15.42 | + +
+Evaluation Suite + +| **Benchmark** | **n-shot** | **Type** | **Baseline** | **Metric** | +| --------------- | ---------- | ------------------ | ------------ | ---------- | +| **Easy Set** | | | | | +| CALAME | 5-shot | Completion | 0 | `acc` | +| GlobalPIQA | 5-shot | Completion | 50 | `acc_norm` | +| LAMBADA | 5-shot | Completion | 0 | `acc` | +| ARC-Challenge | 5-shot | MC-Q&A | 25 | `acc_norm` | +| HellaSwag | 5-shot | Completion | 25 | `acc_norm` | +| **Hard Set** | | | | | +| ENEM           | 3-shot     | MC-Q&A             | 20           | `acc` | +| BLUEX           | 3-shot     | MC-Q&A             | 22.5         | `acc` | +| OAB Exams       | 3-shot     | MC-Q&A             | 25           | `acc` | +| BELEBELE | 5-shot | MC-Q&A | 25 | `acc_norm` | +| MMLU | 5-shot | MC-Q&A | 25 | `acc` | + +
+ +
+Individual Benchmarks + +| | BLUEX | ENEM | OAB | ARC Challenge | BELEBELE | CALAME | Global PIQA | HellaSwag | LAMBADA | MMLU | +| -------------------------- | ----- | ----- | ----- | ------------- | -------- | ------ | ----------- | --------- | ------- | ----- | +| **Tucano2-qwen-3.7B-Base** | 66.2 | 77.54 | 58.45 | 57.78 | 83.67 | 61.08 | 83 | 65.32 | 62.53 | 65.4 | +| Qwen2.5-7B | 65.92 | 75.02 | 55.03 | 54.19 | 89.67 | 58.96 | 78 | 67.92 | 59.52 | 68.55 | +| Qwen3-4B-Base | 69.96 | 77.61 | 55.58 | 54.53 | 87.89 | 57.95 | 77 | 63.19 | 60.37 | 68.59 | +| SmolLM3-3B-Base | 54.52 | 61.37 | 45.51 | 51.37 | 77.67 | 59.15 | 81 | 65.57 | 59.89 | 56.19 | +| Qwen2.5-3B | 58.28 | 67.32 | 50.34 | 45.21 | 83.22 | 58.38 | 75 | 59.44 | 57.17 | 59.79 | +| **Tucano2-qwen-1.5B-Base** | 55.91 | 68.72 | 48.29 | 48.21 | 74 | 59.06 | 77 | 56.25 | 54.2 | 54.04 | +| Curio-edu-7b | 47.15 | 58.64 | 43.78 | 50.94 | 53 | 60.79 | 86 | 66.48 | 64.62 | 45.14 | +| Qwen3-1.7B-Base | 57.16 | 65.22 | 45.79 | 47.18 | 77.89 | 53.56 | 67 | 52.55 | 50.81 | 55.49 | +| Curio-7b | 43.39 | 50.59 | 39.68 | 48.03 | 45.33 | 63.44 | 89 | 67.58 | 65.94 | 40.83 | +| Llama-3.2-3B | 50.35 | 53.04 | 39.45 | 41.11 | 68.89 | 54.48 | 69 | 59.14 | 59.48 | 48.28 | +| granite-3.3-2b-base | 45.34 | 54.02 | 39.54 | 41.37 | 65.67 | 58.77 | 70 | 60.81 | 58.22 | 45.63 | +| **Tucano2-qwen-0.5B-Base** | 46.87 | 55.14 | 40.36 | 37.44 | 53.89 | 58.67 | 74 | 48.43 | 45.14 | 39.68 | +| Qwen3-0.6B-Base | 42.98 | 49.48 | 40.46 | 36.92 | 65 | 45.95 | 54 | 40.33 | 41.78 | 43.54 | +| Llama-2-7b-hf | 31.29 | 31.77 | 35.49 | 42.14 | 41.44 | 54.53 | 67 | 56.76 | 59.73 | 38.64 | +| **Tucano2-0.6B-Base** | 21.14 | 23.58 | 23.28 | 37.01 | 26.22 | 57.61 | 79 | 47.74 | 39.45 | 27.18 | +| Qwen2.5-0.5B | 32.55 | 38.91 | 35.9 | 28.46 | 49.56 | 44.89 | 44 | 37.7 | 39.08 | 41.17 | +| Curio-1.1b | 21.56 | 21.06 | 23.1 | 30.43 | 22.89 | 59.25 | 75 | 49.45 | 46.69 | 26.35 | +| Tucano-2b4 | 25.45 | 21.62 | 26.74 | 30.43 | 25.89 | 50.34 | 73 | 48.85 | 32.39 | 26.24 | +| Curio-edu-1b1 | 23.5 | 19.87 | 25.01 | 32.22 | 26.22 | 54.91 | 69 | 46.3 | 42.93 | 25.43 | +| Llama-3.2-1B | 24.06 | 23.93 | 26.06 | 31.71 | 33.33 | 50 | 55 | 45.27 | 45.6 | 28.51 | +| Tucano-1b1 | 25.45 | 21.55 | 26.38 | 30.09 | 25.67 | 48.94 | 68 | 44.1 | 28.43 | 25.26 | +| Tucano-630m | 26.7 | 21.69 | 26.92 | 28.72 | 27.33 | 47.3 | 68 | 40.37 | 26.2 | 25.6 | +| Carvalho_pt-gl-1.3B | 19.33 | 18.12 | 22.32 | 27.01 | 26.44 | 53.42 | 63 | 38.53 | 33.59 | 24.82 | +| TeenyTinyLlama-460m | 25.87 | 20.15 | 27.02 | 27.35 | 28.11 | 42.49 | 59 | 34.81 | 21.56 | 26.65 | +| Tucano-160m | 24.76 | 20.57 | 17.22 | 25.56 | 23.44 | 43.59 | 59 | 33.73 | 21.64 | 25.77 | +| TeenyTinyLlama-160m | 22.53 | 18.89 | 22.32 | 24.02 | 26.78 | 39.79 | 58 | 29.89 | 17.74 | 25.74 | +| GlorIA-1.3B | 4.31 | 2.52 | 4.69 | 26.41 | 22.78 | 54.67 | 64 | 36.35 | 36.68 | 23.69 | + +
+ +## Performance and Compute + +Below, we display the performance of Tucano2-qwen-3.7B-Base across all benchmarks in our evaluation suite. Tucano2-qwen-3.7B-Base is compared with Qwen3-4B-Base, the base model from which they were continually pretrained. The percentage variation in performance is displayed in terms of the difference in evaluation scores between the Base and the Continually Pretrained model. + +All individual benchmark scores and their evolution across training time can be found in the [.plots](https://huggingface.co/Polygl0t/Tucano2-qwen-3.7B-Base/tree/main/.plots/) folder. + +**Before and After Continual Pretraining** + +![Performance Before and After Continual Pretraining](./.plots/before_and_after.png) + +This plot compares the compute requirements (measured as C = 6 \* N \* D, where N is the number of parameters and D is the number of tokens processed) against the performance of each model (measured by the NPM score). + +![NPM vs Compute](./.plots/performance_vs_compute.png) + +
+Performance and Compute Details + +| | Parameters (B) | Pretraining Tokens (B) | Continual Pretraining Tokens (B) | Total Tokens (B) | Pretraining Compute (FLOPs) | Continual Pretraining Compute (FLOPs) | Total Compute (FLOPs) | NPM Score | +|----------------------------|----------------|------------------------|----------------------------------|------------------|-----------------------------|---------------------------------------|-----------------------|-----------| +| **Tucano2-qwen-3.7B-Base** | 3.7 | 36000 | 50 | 36050 | 8.64e+23 | 1.11e+21 | 8.65e+23 | 59.2 | +| Qwen2.5-7B | 7 | 18000 | - | 18000 | 7.56e+23 | - | 7.56e+23 | 57.97 | +| Qwen3-4B-Base | 4 | 36000 | - | 36000 | 8.64e+23 | - | 8.64e+23 | 57.86 | +| SmolLM3-3B-Base | 3 | 11200 | - | 11200 | 2.02e+23 | - | 2.02e+23 | 50.25 | +| Qwen2.5-3B | 3 | 18000 | - | 18000 | 3.24e+23 | - | 3.24e+23 | 50.15 | +| **Tucano2-qwen-1.5B-Base** | 1.5 | 36000 | 100 | 36100 | 3.67e+23 | 9e+20 | 3.68e+23 | 47.89 | +| Curio-edu-7b | 7 | 2000 | 20 | 2020 | 8.4e+22 | 8.4e+20 | 8.48e+22 | 45.66 | +| Qwen3-1.7B-Base | 1.7 | 36000 | - | 36000 | 3.67e+23 | - | 3.67e+23 | 44.48 | +| Curio-7b | 7 | 2000 | 150 | 2150 | 8.4e+22 | 6.3e+21 | 9.03e+22 | 42.78 | +| Llama-3.2-3B | 3 | 9000 | - | 9000 | 1.62e+23 | - | 1.62e+23 | 40.5 | +| granite-3.3-2b-base | 2 | 12000 | - | 12000 | 1.44e+23 | - | 1.44e+23 | 39.96 | +| **Tucano2-qwen-0.5B-Base** | 0.5 | 36000 | 50 | 36050 | 1.3e+23 | 1.5e+20 | 1.3e+23 | 35.35 | +| Qwen3-0.6B-Base | 0.6 | 36000 | - | 36000 | 1.3e+23 | - | 1.3e+23 | 29.39 | +| Llama-2-7b-hf | 7 | 2000 | - | 2000 | 8.4e+22 | - | 8.4e+22 | 29.36 | +| **Tucano2-0.6B-Base** | 0.6 | 408 | - | 408 | 1.47e+21 | - | 1.47e+21 | 20.63 | +| Qwen2.5-0.5B | 0.5 | 18000 | - | 18000 | 5.4e+22 | - | 5.4e+22 | 19.89 | +| Curio-1.1b | 1.1 | 1000 | 150 | 1150 | 6.6e+21 | 9.9e+20 | 7.59e+21 | 19.23 | +| Tucano-2b4 | 2.4 | 515 | - | 515 | 7.42e+21 | - | 7.42e+21 | 17.87 | +| Curio-edu-1b1 | 1.1 | 1000 | 20 | 1020 | 6.6e+21 | 1.32e+20 | 6.73e+21 | 17.72 | +| Llama-3.2-1B | 1 | 9000 | - | 9000 | 5.4e+22 | - | 5.4e+22 | 16.57 | +| Tucano-1b1 | 1.1 | 250 | - | 250 | 1.65e+21 | - | 1.65e+21 | 15.44 | +| Tucano-630m | 0.63 | 211 | - | 211 | 7.98e+20 | - | 7.98e+20 | 14.89 | +| Carvalho_pt-gl-1.3B | 1.3 | 26 | 5 | 31 | 2.03e+20 | 3.9e+19 | 2.42e+20 | 12.54 | +| TeenyTinyLlama-460m | 0.46 | 6.2 | - | 6.2 | 1.71e+19 | - | 1.71e+19 | 11.18 | +| Tucano-160m | 0.16 | 169 | - | 169 | 1.62e+20 | - | 1.62e+20 | 8.78 | +| TeenyTinyLlama-160m | 0.16 | 6.2 | - | 6.2 | 5.95e+18 | - | 5.95e+18 | 7.71 | +| GlorIA-1.3B | 1.3 | 35 | - | 35 | 2.73e+20 | - | 2.73e+20 | 5.92 | + +
+ +## Cite as 🤗 + +```latex +@misc{correa2026tucano2cool, + title={{Tucano 2 Cool: Better Open Source LLMs for Portuguese}}, + author={Nicholas Kluge Corr{\^e}a and Aniket Sen and Shiza Fatimah and Sophia Falk and Lennard Landgraf and Julia Kastner and Lucie Flek}, + year={2026}, + eprint={2603.03543}, + archivePrefix={arXiv}, + primaryClass={cs.CL}, + url={https://arxiv.org/abs/2603.03543}, +} +``` + +## Aknowlegments + +Polyglot is a project funded by the Federal Ministry of Education and Research (BMBF) and the Ministry of Culture and Science of the State of North Rhine-Westphalia (MWK) as part of TRA Sustainable Futures (University of Bonn) and the Excellence Strategy of the federal and state governments. + +We also gratefully acknowledge the granted access to the [Marvin cluster](https://www.hpc.uni-bonn.de/en/systems/marvin) hosted by [University of Bonn](https://www.uni-bonn.de/en) along with the support provided by its High Performance Computing & Analytics Lab. + +## License + +Tucano2-qwen-3.7B-Base is licensed under the Apache License, Version 2.0. For more details, see the [LICENSE](LICENSE) file. diff --git a/config.json b/config.json new file mode 100644 index 0000000..257f2fe --- /dev/null +++ b/config.json @@ -0,0 +1,70 @@ +{ + "architectures": [ + "Qwen3ForCausalLM" + ], + "attention_bias": false, + "attention_dropout": 0.0, + "bos_token_id": 1, + "dtype": "bfloat16", + "eos_token_id": 2, + "head_dim": 128, + "hidden_act": "silu", + "hidden_size": 2560, + "initializer_range": 0.02, + "intermediate_size": 9728, + "layer_types": [ + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention" + ], + "max_position_embeddings": 4096, + "max_window_layers": 36, + "model_type": "qwen3", + "num_attention_heads": 32, + "num_hidden_layers": 36, + "num_key_value_heads": 8, + "pad_token_id": 49109, + "rms_norm_eps": 1e-06, + "rope_scaling": null, + "rope_theta": 1000000, + "sliding_window": null, + "tie_word_embeddings": true, + "torch_dtype": "bfloat16", + "transformers_version": "4.53.2", + "use_cache": false, + "use_sliding_window": false, + "vocab_size": 49152 +} diff --git a/emissions.csv b/emissions.csv new file mode 100644 index 0000000..fc6eb96 --- /dev/null +++ b/emissions.csv @@ -0,0 +1,23 @@ +timestamp,project_name,run_id,experiment_id,duration,emissions,emissions_rate,cpu_power,gpu_power,ram_power,cpu_energy,gpu_energy,ram_energy,energy_consumed,country_name,country_iso_code,region,cloud_provider,cloud_region,os,python_version,codecarbon_version,cpu_count,cpu_model,gpu_count,gpu_model,longitude,latitude,ram_total_size,tracking_mode,on_cloud,pue +2026-01-15T18:36:21,Polyglot,a98dcd1d-81e8-4c52-b9ba-98152119eb2c,5b0fa12a-3dd7-45bb-9766-cc326314d9f1,2468.154875099659,0.5195039106304847,0.0002104827034444,45.027290925,365.33355990502815,70.0,0.0298295135649475,1.287542577533486,0.0463341974708924,1.363706288569326,Germany,DEU,north rhine-westphalia,,,Linux-5.14.0-570.35.1.el9_6.x86_64-x86_64-with-glibc2.34,3.12.3,3.0.6,256,AMD EPYC 7713 64-Core Processor,4,4 x NVIDIA A100-SXM4-80GB,7.0932,50.7263,1950,machine,N,1.0 +2026-01-16T09:06:58,Polyglot,a98dcd1d-81e8-4c52-b9ba-98152119eb2c,5b0fa12a-3dd7-45bb-9766-cc326314d9f1,54704.4767507948,11.595711822278624,0.0002119700710254,45.02626823769232,364.31659250401066,70.0,0.6612322660173141,28.75075110169371,1.0269504091064288,30.438933776817496,Germany,DEU,north rhine-westphalia,,,Linux-5.14.0-570.35.1.el9_6.x86_64-x86_64-with-glibc2.34,3.12.3,3.0.6,256,AMD EPYC 7713 64-Core Processor,4,4 x NVIDIA A100-SXM4-80GB,7.0932,50.7263,1950,machine,N,1.0 +2026-01-17T00:14:10,Polyglot,a98dcd1d-81e8-4c52-b9ba-98152119eb2c,5b0fa12a-3dd7-45bb-9766-cc326314d9f1,109136.3574270364,23.13841512055636,0.0002120138115845,45.033781860000005,366.0656712431605,70.0,1.319176990428561,57.37075434434462,2.048787973683132,60.7387193084561,Germany,DEU,north rhine-westphalia,,,Linux-5.14.0-570.35.1.el9_6.x86_64-x86_64-with-glibc2.34,3.12.3,3.0.6,256,AMD EPYC 7713 64-Core Processor,4,4 x NVIDIA A100-SXM4-80GB,7.0932,50.7263,1950,machine,N,1.0 +2026-01-17T15:21:21,Polyglot,a98dcd1d-81e8-4c52-b9ba-98152119eb2c,5b0fa12a-3dd7-45bb-9766-cc326314d9f1,163567.73299597765,34.67404203491055,0.000211985832412,45.02352758400001,365.6402060708027,70.0,1.9771126242558168,85.97220533993158,3.0706112520106603,91.01992921619778,Germany,DEU,north rhine-westphalia,,,Linux-5.14.0-570.35.1.el9_6.x86_64-x86_64-with-glibc2.34,3.12.3,3.0.6,256,AMD EPYC 7713 64-Core Processor,4,4 x NVIDIA A100-SXM4-80GB,7.0932,50.7263,1950,machine,N,1.0 +2026-01-18T06:28:30,Polyglot,a98dcd1d-81e8-4c52-b9ba-98152119eb2c,5b0fa12a-3dd7-45bb-9766-cc326314d9f1,217997.1265374664,46.20552631578055,0.0002119547493569,45.02980962,368.02914726819273,70.0,2.635007360849327,114.56288697912528,4.092370303104284,121.29026464307798,Germany,DEU,north rhine-westphalia,,,Linux-5.14.0-570.35.1.el9_6.x86_64-x86_64-with-glibc2.34,3.12.3,3.0.6,256,AMD EPYC 7713 64-Core Processor,4,4 x NVIDIA A100-SXM4-80GB,7.0932,50.7263,1950,machine,N,1.0 +2026-01-18T21:35:36,Polyglot,a98dcd1d-81e8-4c52-b9ba-98152119eb2c,5b0fa12a-3dd7-45bb-9766-cc326314d9f1,272423.1234841924,57.7453517586373,0.0002119693476093,45.023594388750006,366.0163927822049,70.0,3.292879428269992,143.1755286803314,5.114087648420479,151.58249575702138,Germany,DEU,north rhine-westphalia,,,Linux-5.14.0-570.35.1.el9_6.x86_64-x86_64-with-glibc2.34,3.12.3,3.0.6,256,AMD EPYC 7713 64-Core Processor,4,4 x NVIDIA A100-SXM4-80GB,7.0932,50.7263,1950,machine,N,1.0 +2026-01-19T12:42:46,Polyglot,a98dcd1d-81e8-4c52-b9ba-98152119eb2c,5b0fa12a-3dd7-45bb-9766-cc326314d9f1,326852.9779706467,69.2843478887053,0.0002119740450855,45.019291527,365.1986956207545,70.0,3.9508097393555017,171.78584064300725,6.135899528926718,181.8725499112884,Germany,DEU,north rhine-westphalia,,,Linux-5.14.0-570.35.1.el9_6.x86_64-x86_64-with-glibc2.34,3.12.3,3.0.6,256,AMD EPYC 7713 64-Core Processor,4,4 x NVIDIA A100-SXM4-80GB,7.0932,50.7263,1950,machine,N,1.0 +2026-01-20T03:49:46,Polyglot,a98dcd1d-81e8-4c52-b9ba-98152119eb2c,5b0fa12a-3dd7-45bb-9766-cc326314d9f1,381273.3088904135,80.82208866270898,0.0002119794036931,45.02813139346154,366.5763535291482,70.0,4.608630381110712,200.3931514191152,7.157526935066201,212.1593087352907,Germany,DEU,north rhine-westphalia,,,Linux-5.14.0-570.35.1.el9_6.x86_64-x86_64-with-glibc2.34,3.12.3,3.0.6,256,AMD EPYC 7713 64-Core Processor,4,4 x NVIDIA A100-SXM4-80GB,7.0932,50.7263,1950,machine,N,1.0 +2026-01-20T18:56:48,Polyglot,a98dcd1d-81e8-4c52-b9ba-98152119eb2c,5b0fa12a-3dd7-45bb-9766-cc326314d9f1,435694.7253034543,92.36224746237993,0.0002119884453456,45.02399466681818,365.5611996992909,70.0,5.266440596559091,229.00681658280672,8.179157736976183,242.45241491634053,Germany,DEU,north rhine-westphalia,,,Linux-5.14.0-570.35.1.el9_6.x86_64-x86_64-with-glibc2.34,3.12.3,3.0.6,256,AMD EPYC 7713 64-Core Processor,4,4 x NVIDIA A100-SXM4-80GB,7.0932,50.7263,1950,machine,N,1.0 +2026-01-21T10:03:57,Polyglot,a98dcd1d-81e8-4c52-b9ba-98152119eb2c,5b0fa12a-3dd7-45bb-9766-cc326314d9f1,490123.6352933403,103.90027516583852,0.0002119878897569,45.0380538,362.73561379820666,70.0,5.924347015764262,257.6146445718286,9.200935347279996,272.73992693486946,Germany,DEU,north rhine-westphalia,,,Linux-5.14.0-570.35.1.el9_6.x86_64-x86_64-with-glibc2.34,3.12.3,3.0.6,256,AMD EPYC 7713 64-Core Processor,4,4 x NVIDIA A100-SXM4-80GB,7.0932,50.7263,1950,machine,N,1.0 +2026-01-22T01:10:57,Polyglot,a98dcd1d-81e8-4c52-b9ba-98152119eb2c,5b0fa12a-3dd7-45bb-9766-cc326314d9f1,544543.8373416401,115.4391691490337,0.000211992426014,45.025143291,364.764783523692,70.0,6.582147076467519,286.2250175984421,10.222548277012152,303.0297129519194,Germany,DEU,north rhine-westphalia,,,Linux-5.14.0-570.35.1.el9_6.x86_64-x86_64-with-glibc2.34,3.12.3,3.0.6,256,AMD EPYC 7713 64-Core Processor,4,4 x NVIDIA A100-SXM4-80GB,7.0932,50.7263,1950,machine,N,1.0 +2026-01-22T16:22:42,Polyglot,a98dcd1d-81e8-4c52-b9ba-98152119eb2c,5b0fa12a-3dd7-45bb-9766-cc326314d9f1,599248.5571675301,127.00066561859128,0.0002119332021738,45.022997385,365.56758633067534,70.0,7.243476923541371,314.88571718170573,11.24963676124982,333.37883086649504,Germany,DEU,north rhine-westphalia,,,Linux-5.14.0-570.35.1.el9_6.x86_64-x86_64-with-glibc2.34,3.12.3,3.0.6,256,AMD EPYC 7713 64-Core Processor,4,4 x NVIDIA A100-SXM4-80GB,7.0932,50.7263,1950,machine,N,1.0 +2026-01-23T12:45:51,Polyglot,2484ccec-2100-4c4c-b6e6-435ed2c585ba,5b0fa12a-3dd7-45bb-9766-cc326314d9f1,54613.77945225686,11.550126398496984,0.0002114874032586,45.03137619681819,364.7858089641286,70.0,0.6601663593915156,28.63382480287487,1.0252801292337537,30.31927129150016,Germany,DEU,north rhine-westphalia,,,Linux-5.14.0-570.35.1.el9_6.x86_64-x86_64-with-glibc2.34,3.12.3,3.0.6,256,AMD EPYC 7713 64-Core Processor,4,4 x NVIDIA A100-SXM4-80GB,7.0932,50.7263,1950,machine,N,1.0 +2026-01-24T03:53:26,Polyglot,2484ccec-2100-4c4c-b6e6-435ed2c585ba,5b0fa12a-3dd7-45bb-9766-cc326314d9f1,109069.18703039364,23.095515196498937,0.0002117510529354,45.02650497576924,365.02014175589295,70.0,1.3184111013187851,57.260129715011885,2.0475654876437246,60.62610630397411,Germany,DEU,north rhine-westphalia,,,Linux-5.14.0-570.35.1.el9_6.x86_64-x86_64-with-glibc2.34,3.12.3,3.0.6,256,AMD EPYC 7713 64-Core Processor,4,4 x NVIDIA A100-SXM4-80GB,7.0932,50.7263,1950,machine,N,1.0 +2026-01-24T19:00:52,Polyglot,2484ccec-2100-4c4c-b6e6-435ed2c585ba,5b0fa12a-3dd7-45bb-9766-cc326314d9f1,163514.35428753495,34.6420400613965,0.0002118593209283,45.0275499225,363.8928029652876,70.0,1.97649903696516,85.88980653234592,3.069617941376579,90.93592351068774,Germany,DEU,north rhine-westphalia,,,Linux-5.14.0-570.35.1.el9_6.x86_64-x86_64-with-glibc2.34,3.12.3,3.0.6,256,AMD EPYC 7713 64-Core Processor,4,4 x NVIDIA A100-SXM4-80GB,7.0932,50.7263,1950,machine,N,1.0 +2026-01-25T10:08:17,Polyglot,2484ccec-2100-4c4c-b6e6-435ed2c585ba,5b0fa12a-3dd7-45bb-9766-cc326314d9f1,217959.6767143328,46.19001499252549,0.0002119200013911,45.0285341535,364.1332683805725,70.0,2.634615922478797,114.52321929127991,4.091711951290329,121.2495471650492,Germany,DEU,north rhine-westphalia,,,Linux-5.14.0-570.35.1.el9_6.x86_64-x86_64-with-glibc2.34,3.12.3,3.0.6,256,AMD EPYC 7713 64-Core Processor,4,4 x NVIDIA A100-SXM4-80GB,7.0932,50.7263,1950,machine,N,1.0 +2026-01-26T12:55:19,Polyglot,2056727d-5a23-4012-8dc1-d9ed973eafe3,5b0fa12a-3dd7-45bb-9766-cc326314d9f1,54645.26329020783,11.564505259260228,0.0002116286858724,45.02202440625,366.6509312989584,70.0,0.6605413594542934,28.67061471564012,1.0258599618138646,30.35701603690833,Germany,DEU,north rhine-westphalia,,,Linux-5.14.0-570.35.1.el9_6.x86_64-x86_64-with-glibc2.34,3.12.3,3.0.6,256,AMD EPYC 7713 64-Core Processor,4,4 x NVIDIA A100-SXM4-80GB,7.0932,50.7263,1950,machine,N,1.0 +2026-01-28T09:16:38,Polyglot,44d02a14-b9c1-4b54-96eb-262e07ddb7aa,5b0fa12a-3dd7-45bb-9766-cc326314d9f1,54667.189970373,12.630934188028013,0.0002310514624013,225.0,364.96770478698727,70.0,3.4129260209240755,28.681692707280227,1.0617907429283409,33.156409471132726,Germany,DEU,north rhine-westphalia,,,Linux-5.14.0-570.35.1.el9_6.x86_64-x86_64-with-glibc2.34,3.12.3,3.0.6,256,AMD EPYC 7713 64-Core Processor,4,4 x NVIDIA A100-SXM4-80GB,7.0932,50.7263,1950,machine,N,1.0 +2026-01-29T00:24:39,Polyglot,44d02a14-b9c1-4b54-96eb-262e07ddb7aa,5b0fa12a-3dd7-45bb-9766-cc326314d9f1,109148.035300284,25.27580870613449,0.0002315736479964,225.0,366.0242192060592,70.0,6.8141945241443445,57.41526349217393,2.119954521113271,66.3494125374314,Germany,DEU,north rhine-westphalia,,,Linux-5.14.0-570.35.1.el9_6.x86_64-x86_64-with-glibc2.34,3.12.3,3.0.6,256,AMD EPYC 7713 64-Core Processor,4,4 x NVIDIA A100-SXM4-80GB,7.0932,50.7263,1950,machine,N,1.0 +2026-02-02T11:01:39,Polyglot,a7a5d34d-5890-4e6c-8818-fee6be214e64,5b0fa12a-3dd7-45bb-9766-cc326314d9f1,54529.717731854005,11.516054625936697,0.0002111885977948,45.00559872,370.8932572897432,70.0,0.6591468596468995,28.54703232066313,1.023653149225791,30.229832329535885,Germany,DEU,north rhine-westphalia,,,Linux-5.14.0-570.35.1.el9_6.x86_64-x86_64-with-glibc2.34,3.12.3,3.0.6,256,AMD EPYC 7713 64-Core Processor,4,4 x NVIDIA A100-SXM4-80GB,7.0932,50.7263,1950,machine,N,1.0 +2026-02-03T04:10:53,Polyglot,58b3e182-5987-4f0f-90c8-34d6a56e3290,5b0fa12a-3dd7-45bb-9766-cc326314d9f1,54836.62605299696,11.529045078499776,0.0002102435162104,45.031022775,364.51114155448056,70.0,0.6628703193037179,28.57158590252822,1.0294762588080826,30.26393248063992,Germany,DEU,north rhine-westphalia,,,Linux-5.14.0-570.35.1.el9_6.x86_64-x86_64-with-glibc2.34,3.12.3,3.0.6,256,AMD EPYC 7713 64-Core Processor,4,4 x NVIDIA A100-SXM4-80GB,7.0932,50.7263,1950,machine,N,1.0 +2026-02-03T04:11:15,Polyglot,58b3e182-5987-4f0f-90c8-34d6a56e3290,5b0fa12a-3dd7-45bb-9766-cc326314d9f1,54858.70311053004,11.533777165940318,0.00021024516643606961,45.000000405,475.9117209547019,70.0,0.6633147701490933,28.58287248572414,1.0301670319345049,30.276354287807635,Germany,DEU,north rhine-westphalia,,,Linux-5.14.0-570.35.1.el9_6.x86_64-x86_64-with-glibc2.34,3.12.3,3.0.6,256,AMD EPYC 7713 64-Core Processor,4,4 x NVIDIA A100-SXM4-80GB,7.0932,50.7263,1950,machine,N,1.0 diff --git a/evals.yaml b/evals.yaml new file mode 100644 index 0000000..8698517 --- /dev/null +++ b/evals.yaml @@ -0,0 +1,190 @@ +evaluations: + arc_challenge_poly_pt_acc: 0.5230769230769231 + arc_challenge_poly_pt_acc_norm: 0.5777777777777777 + arc_challenge_poly_pt_acc_norm_stderr: 0.014445870094078068 + arc_challenge_poly_pt_acc_stderr: 0.014608300475750825 + arc_challenge_poly_pt_alias: arc_challenge_poly_pt + assin2_rte_acc,all: 0.9252450980392157 + assin2_rte_acc_stderr,all: 0.0037560275279046665 + assin2_rte_alias: assin2_rte + assin2_rte_f1_macro,all: 0.9251590635527494 + assin2_rte_f1_macro_stderr,all: 0.0037610728425282497 + assin2_sts_alias: assin2_sts + assin2_sts_mse,all: 0.5572916666666665 + assin2_sts_mse_stderr,all: N/A + assin2_sts_pearson,all: 0.7701197353926412 + assin2_sts_pearson_stderr,all: 0.006649667590414615 + assin_entailment_acc: 0.704 + assin_entailment_acc_stderr: 0.00721865827261647 + assin_entailment_alias: assin_entailment + assin_paraphrase_acc: 0.694 + assin_paraphrase_acc_stderr: 0.007287268079947193 + assin_paraphrase_alias: assin_paraphrase + belebele_por_Latn_acc: 0.8366666666666667 + belebele_por_Latn_acc_norm: 0.8366666666666667 + belebele_por_Latn_acc_norm_stderr: 0.012329168844652528 + belebele_por_Latn_acc_stderr: 0.012329168844652528 + belebele_por_Latn_alias: belebele_por_Latn + bluex_acc,all: 0.6620305980528511 + bluex_acc,exam_id__UNICAMP_2018: 0.6481481481481481 + bluex_acc,exam_id__UNICAMP_2019: 0.64 + bluex_acc,exam_id__UNICAMP_2020: 0.6909090909090909 + bluex_acc,exam_id__UNICAMP_2021_1: 0.6521739130434783 + bluex_acc,exam_id__UNICAMP_2021_2: 0.5882352941176471 + bluex_acc,exam_id__UNICAMP_2022: 0.6666666666666666 + bluex_acc,exam_id__UNICAMP_2023: 0.7209302325581395 + bluex_acc,exam_id__UNICAMP_2024: 0.6444444444444445 + bluex_acc,exam_id__USP_2018: 0.5925925925925926 + bluex_acc,exam_id__USP_2019: 0.7 + bluex_acc,exam_id__USP_2020: 0.6607142857142857 + bluex_acc,exam_id__USP_2021: 0.75 + bluex_acc,exam_id__USP_2022: 0.5918367346938775 + bluex_acc,exam_id__USP_2023: 0.7045454545454546 + bluex_acc,exam_id__USP_2024: 0.7073170731707317 + bluex_acc_stderr,all: 0.010157757528559894 + bluex_acc_stderr,exam_id__UNICAMP_2018: 0.037594875406546435 + bluex_acc_stderr,exam_id__UNICAMP_2019: 0.03953375278949041 + bluex_acc_stderr,exam_id__UNICAMP_2020: 0.03605420458368598 + bluex_acc_stderr,exam_id__UNICAMP_2021_1: 0.0405315180666698 + bluex_acc_stderr,exam_id__UNICAMP_2021_2: 0.039752636457935614 + bluex_acc_stderr,exam_id__UNICAMP_2022: 0.04360776726045774 + bluex_acc_stderr,exam_id__UNICAMP_2023: 0.039432470230869696 + bluex_acc_stderr,exam_id__UNICAMP_2024: 0.041213076472343936 + bluex_acc_stderr,exam_id__USP_2018: 0.038650432775192395 + bluex_acc_stderr,exam_id__USP_2019: 0.04175277819931915 + bluex_acc_stderr,exam_id__USP_2020: 0.03644397183647981 + bluex_acc_stderr,exam_id__USP_2021: 0.034773619645811646 + bluex_acc_stderr,exam_id__USP_2022: 0.040532053004604704 + bluex_acc_stderr,exam_id__USP_2023: 0.039742872820681924 + bluex_acc_stderr,exam_id__USP_2024: 0.040951553558739306 + bluex_alias: bluex + calame_pt_acc: 0.6107899807321773 + calame_pt_acc_stderr: 0.0107035762556229 + calame_pt_alias: calame_pt + calame_pt_perplexity: 5.713055201421455 + calame_pt_perplexity_stderr: 0.29495381614560345 + enem_challenge_acc,all: 0.7753673897830651 + enem_challenge_acc,exam_id__2009: 0.7478260869565218 + enem_challenge_acc,exam_id__2010: 0.811965811965812 + enem_challenge_acc,exam_id__2011: 0.8461538461538461 + enem_challenge_acc,exam_id__2012: 0.8448275862068966 + enem_challenge_acc,exam_id__2013: 0.7777777777777778 + enem_challenge_acc,exam_id__2014: 0.8073394495412844 + enem_challenge_acc,exam_id__2015: 0.8067226890756303 + enem_challenge_acc,exam_id__2016: 0.743801652892562 + enem_challenge_acc,exam_id__2016_2: 0.7154471544715447 + enem_challenge_acc,exam_id__2017: 0.75 + enem_challenge_acc,exam_id__2022: 0.6842105263157895 + enem_challenge_acc,exam_id__2023: 0.7851851851851852 + enem_challenge_acc_stderr,all: 0.006377145135723042 + enem_challenge_acc_stderr,exam_id__2009: 0.023447252641875988 + enem_challenge_acc_stderr,exam_id__2010: 0.02087704326839612 + enem_challenge_acc_stderr,exam_id__2011: 0.01921565112452091 + enem_challenge_acc_stderr,exam_id__2012: 0.01944793905815595 + enem_challenge_acc_stderr,exam_id__2013: 0.023084030560191867 + enem_challenge_acc_stderr,exam_id__2014: 0.021892563584984096 + enem_challenge_acc_stderr,exam_id__2015: 0.020893018955083217 + enem_challenge_acc_stderr,exam_id__2016: 0.022776450345788787 + enem_challenge_acc_stderr,exam_id__2016_2: 0.023503035027562222 + enem_challenge_acc_stderr,exam_id__2017: 0.023138027075607918 + enem_challenge_acc_stderr,exam_id__2022: 0.02320588990454305 + enem_challenge_acc_stderr,exam_id__2023: 0.020404682391600704 + enem_challenge_alias: enem + faquad_nli_acc,all: 0.7876923076923077 + faquad_nli_acc_stderr,all: 0.01133278097111669 + faquad_nli_alias: faquad_nli + faquad_nli_f1_macro,all: 0.45449901481427424 + faquad_nli_f1_macro_stderr,all: 0.008069363645658589 + global_piqa_completions_por_latn_braz_acc: 0.84 + global_piqa_completions_por_latn_braz_acc_bytes: 0.83 + global_piqa_completions_por_latn_braz_acc_bytes_stderr: 0.03775251680686369 + global_piqa_completions_por_latn_braz_acc_norm: 0.83 + global_piqa_completions_por_latn_braz_acc_norm_stderr: 0.03775251680686369 + global_piqa_completions_por_latn_braz_acc_stderr: 0.03684529491774706 + global_piqa_completions_por_latn_braz_alias: global_piqa_completions_por_latn_braz + hatebr_offensive_acc,all: 0.665 + hatebr_offensive_acc_stderr,all: 0.00890653495166499 + hatebr_offensive_alias: hatebr_offensive_binary + hatebr_offensive_f1_macro,all: 0.6234605955470173 + hatebr_offensive_f1_macro_stderr,all: 0.00951858317428499 + hellaswag_poly_pt_acc: 0.4838010618701918 + hellaswag_poly_pt_acc_norm: 0.6531585220500596 + hellaswag_poly_pt_acc_norm_stderr: 0.004954741713215018 + hellaswag_poly_pt_acc_stderr: 0.00520221346811777 + hellaswag_poly_pt_alias: hellaswag_poly_pt + lambada_poly_pt_acc: 0.6252668348534834 + lambada_poly_pt_acc_stderr: 0.006743817908692071 + lambada_poly_pt_alias: lambada_poly_pt + lambada_poly_pt_perplexity: 6.574656712295472 + lambada_poly_pt_perplexity_stderr: 0.18832300331707774 + mmlu_poly_pt_acc: 0.6540078054638246 + mmlu_poly_pt_acc_stderr: 0.004121199159002156 + mmlu_poly_pt_alias: mmlu_poly_pt + oab_exams_acc,all: 0.584510250569476 + oab_exams_acc,exam_id__2010-01: 0.3764705882352941 + oab_exams_acc,exam_id__2010-02: 0.59 + oab_exams_acc,exam_id__2011-03: 0.5656565656565656 + oab_exams_acc,exam_id__2011-04: 0.5125 + oab_exams_acc,exam_id__2011-05: 0.6625 + oab_exams_acc,exam_id__2012-06: 0.625 + oab_exams_acc,exam_id__2012-06a: 0.7375 + oab_exams_acc,exam_id__2012-07: 0.6125 + oab_exams_acc,exam_id__2012-08: 0.55 + oab_exams_acc,exam_id__2012-09: 0.4805194805194805 + oab_exams_acc,exam_id__2013-10: 0.65 + oab_exams_acc,exam_id__2013-11: 0.625 + oab_exams_acc,exam_id__2013-12: 0.65 + oab_exams_acc,exam_id__2014-13: 0.525 + oab_exams_acc,exam_id__2014-14: 0.625 + oab_exams_acc,exam_id__2014-15: 0.6538461538461539 + oab_exams_acc,exam_id__2015-16: 0.5875 + oab_exams_acc,exam_id__2015-17: 0.5897435897435898 + oab_exams_acc,exam_id__2015-18: 0.575 + oab_exams_acc,exam_id__2016-19: 0.5897435897435898 + oab_exams_acc,exam_id__2016-20: 0.6125 + oab_exams_acc,exam_id__2016-20a: 0.55 + oab_exams_acc,exam_id__2016-21: 0.4875 + oab_exams_acc,exam_id__2017-22: 0.6375 + oab_exams_acc,exam_id__2017-23: 0.525 + oab_exams_acc,exam_id__2017-24: 0.6375 + oab_exams_acc,exam_id__2018-25: 0.5625 + oab_exams_acc_stderr,all: 0.006071412237214423 + oab_exams_acc_stderr,exam_id__2010-01: 0.030361740131894334 + oab_exams_acc_stderr,exam_id__2010-02: 0.028445183897774385 + oab_exams_acc_stderr,exam_id__2011-03: 0.02862790167127372 + oab_exams_acc_stderr,exam_id__2011-04: 0.03224493616787287 + oab_exams_acc_stderr,exam_id__2011-05: 0.030467009008680036 + oab_exams_acc_stderr,exam_id__2012-06: 0.031220571629946996 + oab_exams_acc_stderr,exam_id__2012-06a: 0.02843559794708646 + oab_exams_acc_stderr,exam_id__2012-07: 0.03139589988285276 + oab_exams_acc_stderr,exam_id__2012-08: 0.03226132851591818 + oab_exams_acc_stderr,exam_id__2012-09: 0.032830805301195386 + oab_exams_acc_stderr,exam_id__2013-10: 0.030611536360793473 + oab_exams_acc_stderr,exam_id__2013-11: 0.031310092407276585 + oab_exams_acc_stderr,exam_id__2013-12: 0.030692719997990617 + oab_exams_acc_stderr,exam_id__2014-13: 0.032358129209763435 + oab_exams_acc_stderr,exam_id__2014-14: 0.031382714558388446 + oab_exams_acc_stderr,exam_id__2014-15: 0.03109637957099322 + oab_exams_acc_stderr,exam_id__2015-16: 0.031957806650269406 + oab_exams_acc_stderr,exam_id__2015-17: 0.03208206142728883 + oab_exams_acc_stderr,exam_id__2015-18: 0.03182114971496286 + oab_exams_acc_stderr,exam_id__2016-19: 0.03228511767428725 + oab_exams_acc_stderr,exam_id__2016-20: 0.031372223696958024 + oab_exams_acc_stderr,exam_id__2016-20a: 0.0321935167686262 + oab_exams_acc_stderr,exam_id__2016-21: 0.03209267502993051 + oab_exams_acc_stderr,exam_id__2017-22: 0.03105400471909683 + oab_exams_acc_stderr,exam_id__2017-23: 0.03235792164586319 + oab_exams_acc_stderr,exam_id__2017-24: 0.031098329350728315 + oab_exams_acc_stderr,exam_id__2018-25: 0.03209246971016282 + oab_exams_alias: oab_exams + portuguese_hate_speech_acc,all: 0.6145710928319624 + portuguese_hate_speech_acc_stderr,all: 0.011835075822813054 + portuguese_hate_speech_alias: portuguese_hate_speech_binary + portuguese_hate_speech_f1_macro,all: 0.6103088177807561 + portuguese_hate_speech_f1_macro_stderr,all: 0.011900091760317547 + tweetsentbr_acc,all: 0.7298507462686568 + tweetsentbr_acc_stderr,all: 0.006986496038388035 + tweetsentbr_alias: tweetsentbr + tweetsentbr_f1_macro,all: 0.7027752533485003 + tweetsentbr_f1_macro_stderr,all: 0.007392699151541939 +step: 50000 diff --git a/evals_all_steps.csv b/evals_all_steps.csv new file mode 100644 index 0000000..2b3e218 --- /dev/null +++ b/evals_all_steps.csv @@ -0,0 +1,22 @@ +step,"assin2_rte_acc,all","assin2_rte_acc_stderr,all","assin2_rte_f1_macro,all","assin2_rte_f1_macro_stderr,all","assin2_sts_mse,all","assin2_sts_pearson,all","assin2_sts_pearson_stderr,all","bluex_acc,all","bluex_acc,exam_id__UNICAMP_2018","bluex_acc,exam_id__UNICAMP_2019","bluex_acc,exam_id__UNICAMP_2020","bluex_acc,exam_id__UNICAMP_2021_1","bluex_acc,exam_id__UNICAMP_2021_2","bluex_acc,exam_id__UNICAMP_2022","bluex_acc,exam_id__UNICAMP_2023","bluex_acc,exam_id__UNICAMP_2024","bluex_acc,exam_id__USP_2018","bluex_acc,exam_id__USP_2019","bluex_acc,exam_id__USP_2020","bluex_acc,exam_id__USP_2021","bluex_acc,exam_id__USP_2022","bluex_acc,exam_id__USP_2023","bluex_acc,exam_id__USP_2024","bluex_acc_stderr,all","bluex_acc_stderr,exam_id__UNICAMP_2018","bluex_acc_stderr,exam_id__UNICAMP_2019","bluex_acc_stderr,exam_id__UNICAMP_2020","bluex_acc_stderr,exam_id__UNICAMP_2021_1","bluex_acc_stderr,exam_id__UNICAMP_2021_2","bluex_acc_stderr,exam_id__UNICAMP_2022","bluex_acc_stderr,exam_id__UNICAMP_2023","bluex_acc_stderr,exam_id__UNICAMP_2024","bluex_acc_stderr,exam_id__USP_2018","bluex_acc_stderr,exam_id__USP_2019","bluex_acc_stderr,exam_id__USP_2020","bluex_acc_stderr,exam_id__USP_2021","bluex_acc_stderr,exam_id__USP_2022","bluex_acc_stderr,exam_id__USP_2023","bluex_acc_stderr,exam_id__USP_2024","enem_challenge_acc,all","enem_challenge_acc,exam_id__2009","enem_challenge_acc,exam_id__2010","enem_challenge_acc,exam_id__2011","enem_challenge_acc,exam_id__2012","enem_challenge_acc,exam_id__2013","enem_challenge_acc,exam_id__2014","enem_challenge_acc,exam_id__2015","enem_challenge_acc,exam_id__2016","enem_challenge_acc,exam_id__2016_2","enem_challenge_acc,exam_id__2017","enem_challenge_acc,exam_id__2022","enem_challenge_acc,exam_id__2023","enem_challenge_acc_stderr,all","enem_challenge_acc_stderr,exam_id__2009","enem_challenge_acc_stderr,exam_id__2010","enem_challenge_acc_stderr,exam_id__2011","enem_challenge_acc_stderr,exam_id__2012","enem_challenge_acc_stderr,exam_id__2013","enem_challenge_acc_stderr,exam_id__2014","enem_challenge_acc_stderr,exam_id__2015","enem_challenge_acc_stderr,exam_id__2016","enem_challenge_acc_stderr,exam_id__2016_2","enem_challenge_acc_stderr,exam_id__2017","enem_challenge_acc_stderr,exam_id__2022","enem_challenge_acc_stderr,exam_id__2023","faquad_nli_acc,all","faquad_nli_acc_stderr,all","faquad_nli_f1_macro,all","faquad_nli_f1_macro_stderr,all","hatebr_offensive_acc,all","hatebr_offensive_acc_stderr,all","hatebr_offensive_f1_macro,all","hatebr_offensive_f1_macro_stderr,all","oab_exams_acc,all","oab_exams_acc,exam_id__2010-01","oab_exams_acc,exam_id__2010-02","oab_exams_acc,exam_id__2011-03","oab_exams_acc,exam_id__2011-04","oab_exams_acc,exam_id__2011-05","oab_exams_acc,exam_id__2012-06","oab_exams_acc,exam_id__2012-06a","oab_exams_acc,exam_id__2012-07","oab_exams_acc,exam_id__2012-08","oab_exams_acc,exam_id__2012-09","oab_exams_acc,exam_id__2013-10","oab_exams_acc,exam_id__2013-11","oab_exams_acc,exam_id__2013-12","oab_exams_acc,exam_id__2014-13","oab_exams_acc,exam_id__2014-14","oab_exams_acc,exam_id__2014-15","oab_exams_acc,exam_id__2015-16","oab_exams_acc,exam_id__2015-17","oab_exams_acc,exam_id__2015-18","oab_exams_acc,exam_id__2016-19","oab_exams_acc,exam_id__2016-20","oab_exams_acc,exam_id__2016-20a","oab_exams_acc,exam_id__2016-21","oab_exams_acc,exam_id__2017-22","oab_exams_acc,exam_id__2017-23","oab_exams_acc,exam_id__2017-24","oab_exams_acc,exam_id__2018-25","oab_exams_acc_stderr,all","oab_exams_acc_stderr,exam_id__2010-01","oab_exams_acc_stderr,exam_id__2010-02","oab_exams_acc_stderr,exam_id__2011-03","oab_exams_acc_stderr,exam_id__2011-04","oab_exams_acc_stderr,exam_id__2011-05","oab_exams_acc_stderr,exam_id__2012-06","oab_exams_acc_stderr,exam_id__2012-06a","oab_exams_acc_stderr,exam_id__2012-07","oab_exams_acc_stderr,exam_id__2012-08","oab_exams_acc_stderr,exam_id__2012-09","oab_exams_acc_stderr,exam_id__2013-10","oab_exams_acc_stderr,exam_id__2013-11","oab_exams_acc_stderr,exam_id__2013-12","oab_exams_acc_stderr,exam_id__2014-13","oab_exams_acc_stderr,exam_id__2014-14","oab_exams_acc_stderr,exam_id__2014-15","oab_exams_acc_stderr,exam_id__2015-16","oab_exams_acc_stderr,exam_id__2015-17","oab_exams_acc_stderr,exam_id__2015-18","oab_exams_acc_stderr,exam_id__2016-19","oab_exams_acc_stderr,exam_id__2016-20","oab_exams_acc_stderr,exam_id__2016-20a","oab_exams_acc_stderr,exam_id__2016-21","oab_exams_acc_stderr,exam_id__2017-22","oab_exams_acc_stderr,exam_id__2017-23","oab_exams_acc_stderr,exam_id__2017-24","oab_exams_acc_stderr,exam_id__2018-25","portuguese_hate_speech_acc,all","portuguese_hate_speech_acc_stderr,all","portuguese_hate_speech_f1_macro,all","portuguese_hate_speech_f1_macro_stderr,all","tweetsentbr_acc,all","tweetsentbr_acc_stderr,all","tweetsentbr_f1_macro,all","tweetsentbr_f1_macro_stderr,all",arc_challenge_poly_pt_acc,arc_challenge_poly_pt_acc_norm,arc_challenge_poly_pt_acc_norm_stderr,arc_challenge_poly_pt_acc_stderr,assin_entailment_acc,assin_entailment_acc_stderr,assin_paraphrase_acc,assin_paraphrase_acc_stderr,belebele_por_Latn_acc,belebele_por_Latn_acc_norm,belebele_por_Latn_acc_norm_stderr,belebele_por_Latn_acc_stderr,calame_pt_acc,calame_pt_acc_stderr,calame_pt_perplexity,calame_pt_perplexity_stderr,global_piqa_completions_por_latn_braz_acc,global_piqa_completions_por_latn_braz_acc_bytes,global_piqa_completions_por_latn_braz_acc_bytes_stderr,global_piqa_completions_por_latn_braz_acc_norm,global_piqa_completions_por_latn_braz_acc_norm_stderr,global_piqa_completions_por_latn_braz_acc_stderr,hellaswag_poly_pt_acc,hellaswag_poly_pt_acc_norm,hellaswag_poly_pt_acc_norm_stderr,hellaswag_poly_pt_acc_stderr,lambada_poly_pt_acc,lambada_poly_pt_acc_stderr,lambada_poly_pt_perplexity,lambada_poly_pt_perplexity_stderr,mmlu_poly_pt_acc,mmlu_poly_pt_acc_stderr +0,0.5008169934640523,0.007137508351229327,0.3572385264836162,0.0032223319722544884,3.062949346405229,0.0,0.0,0.5187760778859527,0.37037037037037035,0.64,0.4909090909090909,0.391304347826087,0.49019607843137253,0.5384615384615384,0.5581395348837209,0.5111111111111111,0.5370370370370371,0.625,0.6071428571428571,0.5384615384615384,0.4489795918367347,0.5454545454545454,0.5121951219512195,0.01075846691949371,0.038121552132279454,0.03933605944640723,0.038793889035698595,0.04175533786786339,0.04048398155269052,0.04615198527080003,0.043755899069219104,0.04289058732557972,0.03922014051563548,0.04443978597590975,0.03751678552563977,0.03991372938601963,0.041090796576426065,0.04332597095906942,0.045069792504186856,0.35969209237228833,0.3565217391304348,0.3162393162393162,0.39316239316239315,0.3017241379310345,0.3611111111111111,0.3302752293577982,0.3445378151260504,0.3884297520661157,0.35772357723577236,0.3448275862068966,0.41353383458646614,0.3925925925925926,0.00734498559513673,0.025755292864197987,0.024836925087394164,0.026131972633333916,0.024715722619913283,0.0266899489180469,0.025967370016238455,0.025101458401668532,0.025507748885348017,0.024970487840427,0.025601368152389597,0.024649827188222832,0.02429154441341016,0.2153846153846154,0.011396120309131367,0.17766497461928935,0.00772670526045021,0.5,0.009474774173878483,0.3333333333333333,0.004211665462339723,0.48291571753986334,0.3176470588235294,0.48,0.494949494949495,0.4125,0.5,0.425,0.6125,0.5,0.425,0.4675324675324675,0.4625,0.4875,0.525,0.5125,0.5,0.5641025641025641,0.4625,0.5128205128205128,0.5,0.4358974358974359,0.525,0.425,0.4125,0.5125,0.45,0.5875,0.5375,0.006171536956836099,0.0290812747297277,0.0287172893186192,0.02891191316560829,0.03177892889158271,0.03225115468916917,0.031969551931289836,0.03150830035734606,0.03222467067857505,0.03193698636610038,0.03298006368022861,0.03224799170614646,0.03220664528733754,0.03216631261408678,0.03230435086939212,0.0323840787296396,0.03244573679306131,0.03218720954126762,0.032596583446871094,0.03224175808761798,0.03251317313657319,0.0321860683610328,0.03189669295187597,0.03163978992981778,0.032274100049743085,0.03223995683804497,0.03172436712406416,0.03215409654926071,0.2984723854289072,0.011059935171647581,0.22986425339366515,0.006562248201388681,0.6845771144278607,0.007338593664751795,0.6461664332987597,0.007776017184177094,0.3888888888888889,0.4264957264957265,0.014464999253429586,0.014258229535420386,0.68,0.00737655769318252,0.32525,0.00740805839659096,0.8166666666666667,0.8166666666666667,0.012905156820036966,0.012905156820036966,0.2384393063583815,0.009354748901389905,242.942433887336,36.81306329233595,0.62,0.6,0.0492365963917331,0.61,0.04902071300001973,0.04878317312145634,0.3758803770722722,0.4692816123090259,0.005195113537352229,0.005042024512417474,0.33087521831942557,0.0065553781708035195,97.45788845309171,6.035347987161565,0.5893125187631342,0.004262138437810618 +2500,0.9285130718954248,0.0036784212766959,0.9284715229337762,0.0036812341372791,0.6971527777777777,0.7447222645016733,0.0074018073264424,0.6481223922114048,0.6481481481481481,0.58,0.6181818181818182,0.6304347826086957,0.5490196078431373,0.6153846153846154,0.6744186046511628,0.6888888888888889,0.6111111111111112,0.775,0.5892857142857143,0.6538461538461539,0.6122448979591837,0.75,0.8048780487804879,0.0103148581990165,0.0375620967230953,0.0404381858483877,0.0377487869003661,0.0410521309145761,0.0401510959403284,0.0450541945411807,0.0412345779518934,0.0398403479227692,0.0382735285045479,0.0381848389268286,0.0377944602331665,0.0381157655168932,0.0400829285914591,0.0376300404303849,0.0356622724165982,0.7592722183344996,0.7043478260869566,0.7777777777777778,0.8547008547008547,0.7586206896551724,0.7314814814814815,0.7889908256880734,0.7394957983193278,0.7603305785123967,0.7317073170731707,0.75,0.7443609022556391,0.7703703703703704,0.0065525262765812,0.0245995707660351,0.0222278085382968,0.0187432454818273,0.0229466553022824,0.0245777290568984,0.0226388704250551,0.0231729988560474,0.0223140639949528,0.0230957111401434,0.0230530045202013,0.0218646398596311,0.0208587589708065,0.7846153846153846,0.0113961203091313,0.4396551724137931,0.0035796984729088,0.7014285714285714,0.0086377896079685,0.6734192756292203,0.0091827614210147,0.5526195899772209,0.4352941176470588,0.61,0.5353535353535354,0.5375,0.625,0.575,0.675,0.5625,0.4625,0.4675324675324675,0.5625,0.55,0.6375,0.475,0.5875,0.6538461538461539,0.5375,0.6282051282051282,0.5375,0.5641025641025641,0.6,0.5,0.4625,0.5625,0.5125,0.5625,0.5,0.006131229973335,0.0310545944822316,0.0281832514218393,0.0289278437140297,0.0322149842614743,0.0312425544961131,0.031788369163888,0.0301925769225246,0.0320265580549907,0.0322804506240263,0.0327931341729821,0.0319868815756134,0.0321062562352461,0.0309191370081924,0.0323650599523517,0.0317662137621794,0.0311322853983766,0.0322283186407137,0.0315475327573781,0.0321760371856711,0.0324712439705641,0.0315809435125287,0.0322946902690575,0.0321216488617683,0.0319560895553038,0.0323872583488813,0.032016085722712,0.0322640316644572,0.7050528789659224,0.0110606765702525,0.6751992360527159,0.011845903772914,0.7338308457711443,0.0069986404884039,0.6978322009313386,0.0075800493225992,0.5153846153846153,0.5555555555555556,0.0145333332752,0.0146169603262213,0.712,0.0071607834211628,0.72075,0.0070943598626278,0.8488888888888889,0.8488888888888889,0.0119452096974567,0.0119452096974567,0.5905587668593449,0.0107948919143886,6.444796814156259,0.3479764594219837,0.83,0.82,0.0386122919665369,0.83,0.0377525168068636,0.0377525168068636,0.4612634088200238,0.6348466789467981,0.0050120830719897,0.0051893020029502,0.6021734911701921,0.006818985213108,7.401066503999604,0.2256580332837826,0.6534073851696187,0.0041228796512918 +5000,0.9281045751633988,0.0036843557298042,0.9279695218631948,0.0036918582071253,0.5107475490196077,0.7895130641237916,0.0062889130985687,0.674547983310153,0.6851851851851852,0.7,0.7454545454545455,0.6304347826086957,0.5882352941176471,0.6410256410256411,0.7674418604651163,0.7111111111111111,0.5925925925925926,0.675,0.6607142857142857,0.6538461538461539,0.5306122448979592,0.7954545454545454,0.7804878048780488,0.0101091578453504,0.0365410959034931,0.0376519956478476,0.0337894283591721,0.0411076790707012,0.0398013783150854,0.0444552434035507,0.0371979430814114,0.0389973080982168,0.038568486780113,0.0427053476679375,0.0363620223391126,0.0380521917785805,0.0411791328465739,0.0351127546165652,0.0373048584323084,0.7697690692792163,0.7565217391304347,0.7948717948717948,0.8205128205128205,0.7758620689655172,0.7685185185185185,0.7889908256880734,0.7478991596638656,0.8016528925619835,0.7642276422764228,0.7241379310344828,0.7218045112781954,0.7777777777777778,0.0064512689206707,0.0231154130855014,0.0215670376679128,0.0204143744169447,0.0223323408051247,0.0234496734398212,0.0226104136447043,0.0229954933373921,0.0208928377865468,0.0221214148409927,0.0238674930551775,0.0224857740127588,0.0206570965648765,0.7861538461538462,0.011363563311513,0.4471267110923455,0.0062923108141366,0.6914285714285714,0.0087298649572158,0.660267471958585,0.0092990458736394,0.5526195899772209,0.4235294117647059,0.61,0.5353535353535354,0.4875,0.6,0.5625,0.6875,0.5625,0.575,0.4805194805194805,0.525,0.5125,0.6875,0.4875,0.55,0.6025641025641025,0.5,0.5769230769230769,0.5625,0.5384615384615384,0.6375,0.525,0.5,0.55,0.4875,0.625,0.525,0.0061234276852535,0.0310415500550566,0.0281203207321669,0.0288408144010264,0.0322024382198554,0.0316219052231511,0.0319868401316144,0.0299648600481656,0.0319410671408101,0.0320572925479347,0.0327835836931257,0.0323245537476239,0.032353462195457,0.0299428337160694,0.032368830938127,0.032211596279193,0.0320280713534028,0.032220691054044,0.0321841669623082,0.0319756087837007,0.0326848131816083,0.0310148057235674,0.0322347788283899,0.0321254484784674,0.0320561419115319,0.03242160804981,0.0312468355567768,0.0322634401292625,0.7144535840188014,0.0109484533569859,0.691527304785218,0.0115908266226726,0.7338308457711443,0.006988126309199,0.7031044085377828,0.0074591661717283,0.5111111111111111,0.5504273504273505,0.0145493197489537,0.0146202732327782,0.69875,0.0072551890958957,0.71575,0.0071327206100355,0.8533333333333334,0.8533333333333334,0.0117990005211766,0.0117990005211766,0.5910404624277457,0.0107929391064098,6.175952044601993,0.3256483408809789,0.81,0.82,0.0386122919665369,0.82,0.0386122919665369,0.0394277244403662,0.4694983205114313,0.640156029905732,0.0049962739397908,0.0051952519037845,0.592276343877353,0.0068463204227429,7.277859173411799,0.2172548003737172,0.6492794956469529,0.0041342373722862 +7500,0.9248366013071896,0.0037650374593724,0.9247883570495888,0.0037681204539224,0.5553227124183006,0.7773257264878252,0.0065920144735504,0.650904033379694,0.6111111111111112,0.64,0.6363636363636364,0.6304347826086957,0.6470588235294118,0.6153846153846154,0.7209302325581395,0.6888888888888889,0.5740740740740741,0.675,0.6428571428571429,0.6730769230769231,0.5918367346938775,0.7045454545454546,0.7560975609756098,0.0102295728975231,0.038329169385347,0.0394944571738213,0.0374871154240274,0.0411052028785459,0.038558186412385,0.0449765849008721,0.0395776052546394,0.0398504811649793,0.038952848684162,0.042708491245718,0.0367232252302638,0.0376300049691112,0.0406069408368274,0.0398424064112565,0.0386753584293321,0.762071378586424,0.7652173913043478,0.8205128205128205,0.8376068376068376,0.7672413793103449,0.7962962962962963,0.7798165137614679,0.7478991596638656,0.743801652892562,0.6991869918699187,0.7586206896551724,0.6917293233082706,0.7555555555555555,0.0065295789824878,0.0228419592496856,0.0205209581379596,0.0195889010790955,0.0226920166603695,0.0223755100631786,0.0230009644574167,0.0229702650751929,0.0227359713100183,0.0238613744333454,0.0228336566200955,0.0231362937933423,0.0213300092459107,0.8,0.0110767071468471,0.5212030552344689,0.0152912678126372,0.6985714285714286,0.0086644484504141,0.669070776731441,0.0092333880130112,0.5662870159453303,0.4117647058823529,0.59,0.5252525252525253,0.525,0.65,0.5125,0.7,0.5625,0.5625,0.4935064935064935,0.575,0.5875,0.6625,0.5,0.6,0.6538461538461539,0.475,0.6666666666666666,0.5625,0.5769230769230769,0.6625,0.475,0.5,0.625,0.4875,0.625,0.5375,0.006107134819949,0.0308650638025685,0.028411759070898,0.0288889817066489,0.0322299943556132,0.0307197545927668,0.0321281499304116,0.0295484235410284,0.0320300473804824,0.0321553318230996,0.0328279792802447,0.0317961424991888,0.0318695009070984,0.0305994732929414,0.032282872076001,0.0316154778401847,0.0311330971107625,0.0323264335042747,0.0308418066926515,0.0320619259940628,0.0323492092239374,0.0304329450581484,0.0322280260999979,0.0321724140107543,0.0311804894537387,0.0324795827077845,0.0311528005936741,0.0321490621933506,0.63572267920094,0.0117118328104105,0.6294178794178794,0.0118242393919917,0.7278606965174129,0.007010372564983,0.7027901623744253,0.0073624969513421,0.5170940170940171,0.5709401709401709,0.014475946603447,0.0146153356589557,0.70375,0.0072204236720916,0.704,0.0072186582726164,0.8422222222222222,0.8422222222222222,0.0121578398889152,0.0121578398889152,0.6011560693641619,0.0107494454803641,5.870902911374352,0.3021863270499359,0.84,0.82,0.0386122919665369,0.82,0.0386122919665369,0.036845294917747,0.4735074222559324,0.6424314660309892,0.0049892958403656,0.0051976344120374,0.593634775858723,0.0068427395096177,7.348171392279263,0.2164763159623152,0.6441759231462023,0.0041478103977242 +10000,0.9301470588235294,0.0036430508512312,0.9300742358217198,0.0036474476366493,0.5450939542483658,0.7797404304090233,0.0066962592550289,0.6606397774687065,0.6111111111111112,0.64,0.6181818181818182,0.6086956521739131,0.5882352941176471,0.6666666666666666,0.7441860465116279,0.7333333333333333,0.6481481481481481,0.725,0.625,0.6153846153846154,0.6122448979591837,0.7727272727272727,0.7804878048780488,0.0101846787904308,0.0382956516249445,0.0393780689822654,0.0378087023612481,0.0415950789433819,0.0398161308931587,0.0436024123259334,0.0384937057691223,0.038104666269039,0.037493775121884,0.0406770110815143,0.0371224732619788,0.0389963815995146,0.0401695630719808,0.0365220793032592,0.0373188616291189,0.7641707487753674,0.7130434782608696,0.811965811965812,0.8461538461538461,0.8017241379310345,0.7870370370370371,0.7614678899082569,0.7647058823529411,0.7603305785123967,0.7235772357723578,0.7413793103448276,0.6917293233082706,0.7777777777777778,0.0065030109896318,0.024355791401735,0.0208677776038286,0.019170747209448,0.0213951234196527,0.0227766503212391,0.0236815040979465,0.0223953234613526,0.0222930017217652,0.0232956997156784,0.023400838802567,0.0230921310733872,0.0207032193068551,0.7907692307692308,0.0112694380980631,0.4753210987393461,0.0114230995742425,0.6878571428571428,0.0087594435878236,0.6548399417549453,0.0093480470567624,0.5690205011389522,0.4352941176470588,0.56,0.5757575757575758,0.5625,0.65,0.5625,0.7375,0.625,0.525,0.5454545454545454,0.525,0.5875,0.6375,0.5375,0.65,0.6410256410256411,0.5,0.6410256410256411,0.5875,0.5384615384615384,0.55,0.5,0.4625,0.55,0.5,0.625,0.5625,0.0060873678648533,0.0311007904009335,0.0286591562274049,0.028622134318926,0.0319874567387401,0.0307459547790356,0.0319210079823879,0.0283878255801811,0.0312542475944725,0.0322464775571876,0.0327814638337574,0.0322691096726229,0.0318567080176323,0.0310048450623044,0.0322716961603844,0.0308399776466976,0.0314595953889928,0.0323243494657502,0.031376895149008,0.0316639611621956,0.03260343799139,0.0320252549057598,0.0322926191071451,0.0320935653972396,0.0320877577467241,0.0325038424377788,0.0313154811187333,0.0320135737690566,0.6486486486486487,0.0115692900443703,0.6388750512701515,0.011760619247436,0.7079601990049751,0.0071619741445729,0.6925798241466632,0.0073930204312392,0.5230769230769231,0.5743589743589743,0.0144612618707712,0.0146083004757508,0.72025,0.0070982448989282,0.736,0.0069705198541256,0.8577777777777778,0.8577777777777778,0.0116490706627754,0.0116490706627754,0.6122350674373795,0.0106963182414138,5.859318853568663,0.309250970328063,0.84,0.82,0.0386122919665369,0.82,0.0386122919665369,0.036845294917747,0.4739408386607433,0.6398309676021238,0.0049972608502634,0.005197871844014,0.6064428488259267,0.0068062973206412,7.129759996817963,0.2122292039690669,0.6506304413089162,0.0041305578231005 +12500,0.9276960784313726,0.0037027846185163,0.9275524455413576,0.0037108350313378,0.625392156862745,0.7677187386074849,0.0070105205099504,0.655076495132128,0.6296296296296297,0.64,0.6545454545454545,0.6086956521739131,0.5098039215686274,0.6666666666666666,0.7674418604651163,0.6666666666666666,0.5925925925925926,0.7,0.6785714285714286,0.7307692307692307,0.6122448979591837,0.7272727272727273,0.6829268292682927,0.0101957496801978,0.037942778132229,0.0394551531558721,0.03703965593436,0.0415481976706217,0.0403595905933119,0.0435993827892114,0.0372623094938582,0.0405772310651403,0.0386377685491588,0.041679180535911,0.035898250727873,0.0356003059446268,0.0402091627794411,0.0387653755430071,0.0418578007490616,0.7662701189643107,0.6956521739130435,0.8290598290598291,0.8547008547008547,0.7844827586206896,0.7777777777777778,0.7981651376146789,0.7563025210084033,0.7520661157024794,0.7154471544715447,0.75,0.706766917293233,0.7851851851851852,0.0064683888451397,0.0248253318049777,0.0201498551634739,0.0187172858466338,0.0220977686245684,0.023169129445609,0.022282785109407,0.0226816252824789,0.0226005447554618,0.0234860071206989,0.0231199207519413,0.0228557626319323,0.0204099762005453,0.8015384615384615,0.0110547442788332,0.5221977195411731,0.015353721407103,0.7221428571428572,0.0084674609058496,0.7004187865915679,0.0089518264104473,0.5621867881548975,0.4117647058823529,0.57,0.5757575757575758,0.4875,0.6125,0.6,0.6875,0.6125,0.5625,0.4805194805194805,0.55,0.6125,0.6375,0.5,0.6,0.6923076923076923,0.55,0.6153846153846154,0.525,0.5384615384615384,0.5875,0.4625,0.4875,0.55,0.5125,0.6375,0.525,0.0061085310342296,0.0309043786062118,0.0286460986048262,0.0286245333876767,0.0322573939969779,0.0313879214273304,0.0315066562415033,0.0298560713772652,0.0314691332357927,0.0321933222481123,0.0329255152876873,0.0321348436916372,0.031535272632483,0.0310603510649907,0.0323517465717419,0.0316522375326015,0.0302092256700706,0.0322543080492432,0.0316563665682168,0.0321275558796256,0.0327461670746736,0.0316840482943221,0.0322099467077761,0.0321616640173547,0.0320431603254303,0.0323884219880587,0.031020255923106,0.0321994595116417,0.6333725029377203,0.01168560446505,0.6287459310715124,0.0117671420246485,0.7199004975124378,0.0070799872011999,0.7050864628868657,0.0072869695336279,0.5247863247863248,0.5743589743589743,0.0144612618707712,0.0146059047466279,0.7085,0.0071864350489083,0.70925,0.0071809818966663,0.8455555555555555,0.8455555555555555,0.012052506467621,0.012052506467621,0.605009633911368,0.0107316214830661,5.870897215356534,0.3076622948235165,0.83,0.83,0.0377525168068636,0.83,0.0377525168068636,0.0377525168068636,0.4755661501787843,0.6460071513706794,0.0049780827800687,0.0051987272435313,0.6175043663885116,0.006770883325053,6.750867084421585,0.1978680125983977,0.6486040228159712,0.0041360634994767 +15000,0.926062091503268,0.0037473250807031,0.9259685871747254,0.0037525534688943,0.5914093137254901,0.7673338950150737,0.0069279659353527,0.6495132127955494,0.6481481481481481,0.62,0.6727272727272727,0.6521739130434783,0.5686274509803921,0.6923076923076923,0.7441860465116279,0.6666666666666666,0.6111111111111112,0.625,0.625,0.6730769230769231,0.5714285714285714,0.7045454545454546,0.7073170731707317,0.0102511266465897,0.0375556051303219,0.0398731464922655,0.0364385158146015,0.0405111185693923,0.039988685042889,0.0427081973301511,0.038443440490379,0.0405576424646218,0.0383143219721084,0.0441647928500034,0.0371577080524281,0.0376158083573271,0.0408422118793221,0.0397210667949445,0.0408866808041069,0.7676696990902729,0.7565217391304347,0.8290598290598291,0.8547008547008547,0.8275862068965517,0.7592592592592593,0.7614678899082569,0.773109243697479,0.7355371900826446,0.6991869918699187,0.7672413793103449,0.706766917293233,0.7555555555555555,0.0064729855620209,0.0231022806802407,0.0201044636921707,0.018786781132599,0.0203027120921954,0.0237253872243333,0.0236945837643413,0.0221039918172398,0.0230065373028282,0.0238743900537806,0.0225494414443436,0.0228146077379493,0.0213545510829262,0.7953846153846154,0.0111802468246941,0.4899434188245983,0.0129770597855471,0.6614285714285715,0.0089386729095765,0.6180095048629531,0.0095536629849567,0.5722095671981777,0.4117647058823529,0.56,0.5353535353535354,0.5125,0.6375,0.6375,0.7125,0.6,0.5,0.5194805194805194,0.575,0.625,0.625,0.525,0.6375,0.6794871794871795,0.5125,0.6666666666666666,0.5625,0.5641025641025641,0.625,0.5,0.4875,0.5625,0.525,0.6,0.575,0.0060967193049474,0.0308671509717975,0.0287012742036011,0.0288504311004279,0.0322891014769245,0.0310113058326861,0.0309842902209616,0.029123568614348,0.0316428908011445,0.0322958409463805,0.032924674413801,0.0318387682350098,0.0312293216259566,0.0311891307851139,0.0322334299703794,0.0311778090221052,0.0305521580665754,0.0323153891793987,0.0307041729647371,0.0320118872820593,0.0324816922782529,0.0311518642628559,0.0323531683798131,0.0320525737936617,0.0319053179351301,0.032298602638694,0.0316466659389603,0.0319125384699207,0.5875440658049353,0.0119428429121197,0.5864384955660319,0.0119584892821978,0.7189054726368159,0.0070657559386288,0.6943317625426385,0.0073899306664485,0.5188034188034188,0.5692307692307692,0.0144830245044089,0.0146135397639398,0.712,0.0071607834211628,0.71825,0.0071136759464687,0.8366666666666667,0.8366666666666667,0.0123291688446525,0.0123291688446525,0.6059730250481695,0.0107270566138252,5.834211912455738,0.3033504125244823,0.83,0.83,0.0377525168068636,0.83,0.0377525168068636,0.0377525168068636,0.4754577960775815,0.645357026763463,0.0049801440893493,0.0051986719343997,0.6159518726955172,0.0067760763168679,6.788822895924194,0.19633433966599,0.6457520264184929,0.0041436738270556 +17500,0.9301470588235294,0.0036449735765064,0.930088249789609,0.0036487455223651,0.5876470588235293,0.7610288548609037,0.0065809499168675,0.650904033379694,0.6481481481481481,0.62,0.6727272727272727,0.6739130434782609,0.5294117647058824,0.6923076923076923,0.7441860465116279,0.6666666666666666,0.5925925925925926,0.675,0.5714285714285714,0.6730769230769231,0.5918367346938775,0.7727272727272727,0.7073170731707317,0.0102298634558842,0.0376336047723947,0.040000238546063,0.0366170677423372,0.0398187496941318,0.0402634454754461,0.0427081973301511,0.0384128250696019,0.0405240811258926,0.0386304906515423,0.0427572686335309,0.0380540083763897,0.0376341656994788,0.0405182657656462,0.0365267021581784,0.0408907339806785,0.7648705388383485,0.7652173913043478,0.8376068376068376,0.8376068376068376,0.7931034482758621,0.7592592592592593,0.7706422018348624,0.7563025210084033,0.7520661157024794,0.6910569105691057,0.75,0.706766917293233,0.7703703703703704,0.0064997092637542,0.0228214246580333,0.0196969455908139,0.0196826905070984,0.0217672171967687,0.023744419263284,0.023344132958404,0.0227100405138413,0.0225840322994415,0.0240895098053101,0.0231152973607583,0.0227886912826252,0.0208884360276287,0.7953846153846154,0.0111783119678327,0.4959154280782978,0.0135036771949397,0.6907142857142857,0.0087347049555079,0.6583323892666095,0.0093238685331119,0.5671981776765376,0.388235294117647,0.62,0.5858585858585859,0.5,0.6,0.6,0.7375,0.6125,0.55,0.5064935064935064,0.575,0.625,0.5625,0.55,0.6,0.6153846153846154,0.5375,0.6410256410256411,0.5875,0.5641025641025641,0.625,0.5,0.4875,0.4875,0.5,0.6375,0.5125,0.0061021412337503,0.0305358786689423,0.0280920223324754,0.0284863185553023,0.0322891145788463,0.0316352713860037,0.0315883055353974,0.0283501844511269,0.0315020749766316,0.0322044095636625,0.0328869068220605,0.0318747397588897,0.0313305128667683,0.032041807635717,0.0321667390546147,0.0316765437597289,0.0317866693073951,0.0322237236926644,0.0312994248609427,0.0317346839170735,0.0325100074526766,0.0312089272158534,0.0322762055291637,0.0321963203160163,0.0321568292426827,0.0323060160727586,0.0311391488725343,0.0322761565330002,0.6145710928319624,0.011848011586251,0.610687108076142,0.0119029678112306,0.7283582089552239,0.0069895479210905,0.7062345049371697,0.0073068865081997,0.5153846153846153,0.5769230769230769,0.0144497844454157,0.0146169603262213,0.722,0.0070845993455503,0.71675,0.0071251351750556,0.8466666666666667,0.8466666666666667,0.0120169616047222,0.0120169616047222,0.609344894026975,0.0107107353903698,5.756391814910235,0.2986777364534076,0.85,0.83,0.0377525168068636,0.83,0.0377525168068636,0.0358870281282636,0.4765413370896088,0.6422147578285838,0.0049899656860849,0.0051992139874592,0.613235008732777,0.0067849885799851,6.987260506295026,0.2024494004589972,0.6370459321525067,0.004165912976768 +20000,0.9297385620915032,0.0036508474091515,0.9296671577618087,0.0036552706376438,0.6307475490196077,0.7382397279186375,0.007226059531646,0.6536856745479833,0.6111111111111112,0.64,0.6545454545454545,0.6521739130434783,0.5882352941176471,0.6923076923076923,0.6976744186046512,0.6888888888888889,0.5740740740740741,0.675,0.6071428571428571,0.7307692307692307,0.5918367346938775,0.6818181818181818,0.7804878048780488,0.0101944745098664,0.0383351289316384,0.0394803839852777,0.0370511176249781,0.0405315180666698,0.0398452051246159,0.0427081973301511,0.0404343250138909,0.0398536069605912,0.0389221634208693,0.0426974320020315,0.0375175772447507,0.0356145251647479,0.0405320530046047,0.0405729465432643,0.0372639610637144,0.7662701189643107,0.7130434782608696,0.8205128205128205,0.8632478632478633,0.8017241379310345,0.7777777777777778,0.7614678899082569,0.7815126050420168,0.7272727272727273,0.6910569105691057,0.7586206896551724,0.6992481203007519,0.8074074074074075,0.0064842153662875,0.0244104467892166,0.0205076643031683,0.0182864432534053,0.0214337743915989,0.0231199568922814,0.0236113009812042,0.0218610710610522,0.0233067541817562,0.0241093005272851,0.0228914787684217,0.0229467318323431,0.0195984905958359,0.7984615384615384,0.011110739397787,0.5147899322472378,0.0148728556217401,0.6892857142857143,0.0087394581850847,0.6564196216553804,0.0093279937304713,0.5799544419134396,0.388235294117647,0.59,0.5858585858585859,0.4875,0.625,0.6125,0.75,0.5875,0.575,0.5194805194805194,0.5625,0.6375,0.65,0.525,0.625,0.6410256410256411,0.5625,0.6282051282051282,0.575,0.5641025641025641,0.6375,0.5125,0.5,0.5625,0.525,0.6625,0.575,0.0060725463043848,0.0305898720105627,0.0284153840938609,0.0285003071990951,0.0322794939717499,0.031201530662144,0.0314212206533696,0.0279451695316272,0.031733405885337,0.0320195179701993,0.03281851838495,0.0319050859426018,0.0310859950285801,0.0307055722058159,0.0323327943004419,0.0311912003103224,0.031375771244996,0.0321932084814837,0.0315144430049359,0.0319205227786121,0.0324778192628105,0.0309665088639151,0.0323105588863539,0.0321375096749921,0.0319818720407011,0.0324246180103033,0.0305847251343549,0.0319686140470269,0.6310223266745005,0.0116899085756612,0.6259602463605823,0.0117785364580605,0.7318407960199005,0.0069678289752837,0.7077910301440324,0.0073211800692034,0.5247863247863248,0.576068376068376,0.0144536545016702,0.0146059047466279,0.706,0.0072044414074929,0.70425,0.0072168902756875,0.8455555555555555,0.8455555555555555,0.012052506467621,0.012052506467621,0.6059730250481695,0.0107270566138252,5.766061480340465,0.2973326257563101,0.83,0.83,0.0377525168068636,0.83,0.0377525168068636,0.0377525168068636,0.4797919601256907,0.6495828367103695,0.0049665654449741,0.0052006930276202,0.6264312051232291,0.0067395990486083,6.580759208627967,0.1900337541838295,0.6498799159411588,0.0041326065138328 +22500,0.925653594771242,0.0037420281971382,0.9255438121295456,0.0037481045249131,0.5687704248366012,0.7666767640581085,0.0070108949773699,0.6689847009735744,0.5925925925925926,0.66,0.7454545454545455,0.6086956521739131,0.6078431372549019,0.717948717948718,0.7209302325581395,0.7111111111111111,0.5740740740740741,0.675,0.6785714285714286,0.7115384615384616,0.6122448979591837,0.75,0.7073170731707317,0.0101265407918889,0.0386838851190123,0.0389024521216712,0.0338761536006297,0.0415445360207492,0.0394032855174737,0.0415451269659299,0.0394816722970528,0.0390817617133636,0.0389175386751276,0.0426974320020315,0.0357837248553726,0.0363326696404485,0.040123131324011,0.0377245815754155,0.0408742334720885,0.7725682295311407,0.7130434782608696,0.8376068376068376,0.8461538461538461,0.8362068965517241,0.7685185185185185,0.7706422018348624,0.773109243697479,0.7355371900826446,0.7073170731707317,0.7931034482758621,0.7142857142857143,0.7851851851851852,0.0064008106827462,0.0243941553208911,0.0197118161026575,0.0191701084833315,0.0199034706959714,0.0234634034532153,0.0233314525402309,0.0221744747958113,0.0230312445051777,0.0237355203807729,0.0216020963723593,0.0226378328520017,0.0203834725687328,0.7953846153846154,0.0111755180517661,0.4959154280782978,0.0135141374098996,0.655,0.0089831879889166,0.609259204684729,0.0095949482718369,0.5767653758542142,0.4352941176470588,0.57,0.5656565656565656,0.55,0.6625,0.625,0.7125,0.5875,0.5125,0.4675324675324675,0.5625,0.5875,0.6625,0.525,0.6625,0.6153846153846154,0.6,0.6025641025641025,0.575,0.5897435897435898,0.625,0.5375,0.5,0.575,0.525,0.675,0.475,0.0060786301295245,0.031125570896702,0.028598127243948,0.0286453353250157,0.0321146427228772,0.0304530565669275,0.0312116128362858,0.0291854201080012,0.0316834523724598,0.0323714903030336,0.0327905546260234,0.0318954102607214,0.0318152170503723,0.0304084910566913,0.0322367135825852,0.030596715517374,0.0318059518344822,0.0317880411189921,0.0319422088934605,0.0318391283299822,0.0322420090662652,0.0311593626312633,0.0323008667600885,0.0321057857023427,0.0319532641819541,0.0323799676235454,0.0302495684645705,0.0321851553634758,0.6662749706227967,0.0114571625670409,0.6551273416363201,0.0117034648217039,0.7179104477611941,0.0070897882792201,0.6902388768902017,0.0074928292153759,0.5230769230769231,0.5675213675213675,0.0144899264417547,0.0146083004757508,0.701,0.0072396721758173,0.70275,0.0072274593334798,0.8466666666666667,0.8466666666666667,0.0120169616047222,0.0120169616047222,0.6059730250481695,0.0107270566138252,5.735602304927733,0.2939566822395523,0.83,0.83,0.0377525168068636,0.83,0.0377525168068636,0.0377525168068636,0.479683606024488,0.6467656300790985,0.0049756652055695,0.0052006472803253,0.6138171938676499,0.0067830975762593,6.841267804116211,0.1985496102122839,0.6543830681477034,0.0041201451682262 +25000,0.9236111111111112,0.0037914049363181,0.923459363368553,0.003799544129796,0.5967075163398692,0.7578977052141408,0.0066746929447692,0.6787204450625869,0.6111111111111112,0.66,0.7090909090909091,0.6304347826086957,0.6078431372549019,0.6666666666666666,0.7441860465116279,0.7111111111111111,0.6111111111111112,0.7,0.75,0.6923076923076923,0.6122448979591837,0.7272727272727273,0.7804878048780488,0.01002866250651,0.0383469506552908,0.0389175358471297,0.0353581492544472,0.0410824185666454,0.0394032855174737,0.0436077672604577,0.0384668139083507,0.0390817617133636,0.0383046193796518,0.0417527781993191,0.0333729296723122,0.0370447994345563,0.0401691825423711,0.0388465402809509,0.0372161690158274,0.780965710286914,0.7478260869565218,0.8290598290598291,0.8632478632478633,0.8448275862068966,0.7870370370370371,0.8073394495412844,0.8067226890756303,0.7603305785123967,0.7154471544715447,0.75,0.6992481203007519,0.7777777777777778,0.0063313049845591,0.0234096610086486,0.0200857996252713,0.0182789603676116,0.0194479390581559,0.0227661874669153,0.0218783820995478,0.0208385591334329,0.0223246338904055,0.0235114612480866,0.023100449157676,0.0229125965031811,0.0206226209843336,0.8,0.011066139881303,0.5157482119933982,0.014948971291852,0.7071428571428572,0.0085959340154938,0.6802520549654516,0.0091436434856814,0.5813211845102506,0.388235294117647,0.57,0.5555555555555556,0.5125,0.6625,0.5875,0.725,0.6125,0.55,0.5194805194805194,0.625,0.575,0.675,0.55,0.6,0.6538461538461539,0.575,0.6153846153846154,0.6125,0.6025641025641025,0.6375,0.5125,0.5125,0.5625,0.5375,0.65,0.5375,0.0060681047710687,0.0305899129666217,0.0286796436266721,0.0286719608378206,0.0322425521645519,0.0304392154006692,0.0317177308242999,0.0288235820179966,0.0313381859823521,0.0322544171305395,0.032886051504097,0.0311189279875137,0.0319776626983057,0.0301475986650696,0.0321581744200511,0.0316680044373136,0.031141078821361,0.0320370552675097,0.0317739472104161,0.0313528700257405,0.0320454774578252,0.0309255700255804,0.0322635584190026,0.0320915293174596,0.0319486871038007,0.0322934022624886,0.0308411478113175,0.0321438950151125,0.5887191539365453,0.011929036813321,0.5876664008682747,0.011942590639951,0.727363184079602,0.0070157582886825,0.6949350856147496,0.0075129765740142,0.5256410256410257,0.576068376068376,0.0144536545016702,0.0146046425527108,0.70425,0.0072168902756875,0.685,0.0073455591556958,0.8477777777777777,0.8477777777777777,0.0119811966735696,0.0119811966735696,0.6064547206165704,0.0107247578108065,5.725460755399117,0.2956407036994668,0.85,0.83,0.0377525168068636,0.83,0.0377525168068636,0.0358870281282636,0.4839094159713945,0.6491494203055586,0.0049679777612911,0.0052022499082295,0.6264312051232291,0.0067395990486083,6.529022998694923,0.18774088418443,0.6519813869708796,0.00412684179962 +27500,0.9219771241830066,0.0038252971380578,0.921838753814508,0.0038326808010083,0.6086151960784313,0.7509301962312251,0.007036465400244,0.6564673157162726,0.6111111111111112,0.64,0.6363636363636364,0.6086956521739131,0.5882352941176471,0.6666666666666666,0.7209302325581395,0.6222222222222222,0.5925925925925926,0.675,0.7321428571428571,0.7307692307692307,0.5918367346938775,0.75,0.7073170731707317,0.0101901467718256,0.0384387032924167,0.0395337527894904,0.0374988880950596,0.0415335949027565,0.0397496573317658,0.0436077672604577,0.0394324702308696,0.0417344513531512,0.0386464999743588,0.0426974320020315,0.0341221353004273,0.0356184579135859,0.0405320530046047,0.0376404384868243,0.0409515535587393,0.7767669699090273,0.7304347826086957,0.8205128205128205,0.8461538461538461,0.8189655172413793,0.7592592592592593,0.7889908256880734,0.7983193277310925,0.7272727272727273,0.7317073170731707,0.75,0.7443609022556391,0.8074074074074075,0.006365424965632,0.0239562351998977,0.0205098507910868,0.0192438187540479,0.0207122434891883,0.0237694778960215,0.0226512785715647,0.0212046545804857,0.0232894263963085,0.0230987009510132,0.0231226844799841,0.0218507344330956,0.019594731440931,0.7953846153846154,0.011171512617016,0.4959154280782978,0.0134965267581642,0.6807142857142857,0.0088040871596896,0.6455433218220819,0.0093980454489326,0.5772209567198178,0.4117647058823529,0.63,0.5656565656565656,0.5,0.65,0.6,0.725,0.575,0.525,0.4805194805194805,0.625,0.625,0.6125,0.525,0.6125,0.6666666666666666,0.5875,0.5769230769230769,0.5875,0.5897435897435898,0.625,0.5,0.45,0.6,0.5125,0.65,0.575,0.0060877412826284,0.0308601615225787,0.0278667406019171,0.0287195284967282,0.0323135142431636,0.0307586085100664,0.0316602669976731,0.0288519820625273,0.0318106561419037,0.0323699543946657,0.0328260949398622,0.0310722712454924,0.0312880491308301,0.0313956191149521,0.0323541550177634,0.0315163926567146,0.0307891476182862,0.0319244761896566,0.0322444468099358,0.0316641094479026,0.0322219867137524,0.0312027575785017,0.0323482272388259,0.0319608928958817,0.0315747117040187,0.0323567802876428,0.0308995168285671,0.031998094148336,0.6192714453584018,0.0117973991701327,0.6150611492712347,0.0118624348598035,0.7054726368159204,0.0071770045923978,0.6745493846758435,0.0076092427383272,0.5290598290598291,0.5769230769230769,0.0144497844454157,0.0145991646507164,0.71,0.0071755049974194,0.6965,0.0072704987819361,0.8433333333333334,0.8433333333333334,0.0121229437196422,0.0121229437196422,0.6098265895953757,0.0107083599864294,5.727194970786769,0.2984141447095393,0.85,0.82,0.0386122919665369,0.82,0.0386122919665369,0.0358870281282636,0.4815256257449344,0.6518582728356268,0.0049590768399805,0.0052013916635799,0.6270133902581021,0.0067374739812001,6.520303481490511,0.1876746195772737,0.6519813869708796,0.00412684179962 +30000,0.9223856209150328,0.003820299758669,0.9222506393861892,0.0038275386484244,0.564628267973856,0.763909636311725,0.007134227455936,0.6662030598052852,0.6666666666666666,0.62,0.6727272727272727,0.6086956521739131,0.5686274509803921,0.6666666666666666,0.7209302325581395,0.7111111111111111,0.5925925925925926,0.725,0.6785714285714286,0.75,0.5918367346938775,0.7272727272727273,0.7317073170731707,0.0101397316551071,0.0371674916086615,0.0397811206448212,0.0365014009970538,0.0415445360207492,0.0400291492348416,0.0436077672604577,0.0394324702308696,0.0390817617133636,0.038627237173364,0.0406722015967204,0.0359159376032724,0.0347745370437812,0.0405320530046047,0.0387189644776698,0.0398280048180829,0.7774667599720084,0.7391304347826086,0.8205128205128205,0.8205128205128205,0.7931034482758621,0.7962962962962963,0.8073394495412844,0.7983193277310925,0.768595041322314,0.7317073170731707,0.7844827586206896,0.7218045112781954,0.762962962962963,0.0063643378716939,0.0236599523537446,0.0204973828334935,0.0204026923734736,0.0217108360329051,0.0223575558559698,0.0218683334572503,0.0211923489166775,0.0220095470338421,0.0231146681718034,0.021932861196122,0.0224357223732952,0.0211484396529856,0.7984615384615384,0.0111226214962802,0.5147899322472378,0.0149115687551299,0.6885714285714286,0.0087499753490073,0.6561320488986536,0.0093257512950289,0.5804100227790433,0.388235294117647,0.59,0.5353535353535354,0.5,0.675,0.6375,0.75,0.625,0.5625,0.4675324675324675,0.625,0.6,0.625,0.525,0.625,0.6538461538461539,0.575,0.6153846153846154,0.5875,0.6025641025641025,0.6125,0.525,0.475,0.6125,0.525,0.625,0.55,0.0060786356836149,0.0306285343389155,0.0284792301281504,0.0288313522205274,0.0322674838087481,0.0301928045467781,0.0310576028926844,0.027943962477715,0.031197779292832,0.0321506617071256,0.0328264875452856,0.0310661893332698,0.0317109688498378,0.0311523775095284,0.0323862857735819,0.0312970418770672,0.0311149397330874,0.0320924985481406,0.0318009236366468,0.0317123536870241,0.0321125951395447,0.0313984571908037,0.0323325362578704,0.0320798740396289,0.0314626320921601,0.0323699826230587,0.0312805574604786,0.0322315580885675,0.6098707403055229,0.0118486351828203,0.6072890025575448,0.0118873730626803,0.7278606965174129,0.0070119637561346,0.6987357585557207,0.0074526709195308,0.5256410256410257,0.5743589743589743,0.0144612618707712,0.0146046425527108,0.69925,0.0072517588471069,0.68,0.0073765576931825,0.8455555555555555,0.8455555555555555,0.012052506467621,0.012052506467621,0.6165703275529865,0.0106739488912088,5.737353676930259,0.2975769749441205,0.84,0.83,0.0377525168068636,0.83,0.0377525168068636,0.036845294917747,0.4813089175425289,0.6512081482284104,0.0049612291348552,0.0052013077637293,0.6215796623326217,0.0067569033267739,6.583932680857012,0.1885515807281136,0.6531822275592915,0.004123507967546 +32500,0.925653594771242,0.0037491344076161,0.9255484405705654,0.0037551035933653,0.5745057189542482,0.7623852209135713,0.0068202806619495,0.6703755215577191,0.6296296296296297,0.64,0.6909090909090909,0.5869565217391305,0.6078431372549019,0.6666666666666666,0.7209302325581395,0.6666666666666666,0.6481481481481481,0.675,0.7142857142857143,0.7692307692307693,0.5918367346938775,0.7272727272727273,0.7317073170731707,0.0100917390417968,0.0380113606119211,0.0395487414240331,0.0359807494190276,0.0419148510318285,0.0394503728959036,0.0436077672604577,0.0394324702308696,0.0406490823564656,0.0374892081224236,0.0426974320020315,0.0347662484233452,0.0338355039745425,0.0405320530046047,0.0387981956794432,0.0398280048180829,0.7718684394681595,0.7304347826086957,0.8205128205128205,0.8376068376068376,0.8103448275862069,0.7777777777777778,0.7981651376146789,0.7983193277310925,0.7520661157024794,0.7073170731707317,0.75,0.706766917293233,0.7851851851851852,0.0064102997561968,0.0239366497531014,0.0205112252385718,0.0196368884557555,0.0210361119450461,0.0231267963742402,0.0222712801146672,0.0212317396943911,0.0225412558902305,0.023699865685298,0.0231267632725234,0.022765047579165,0.020383697796054,0.7938461538461539,0.0112111045589852,0.495072463768116,0.0134360001313054,0.6735714285714286,0.0088589081484652,0.6353981756231939,0.0094592168108412,0.5840546697038724,0.3764705882352941,0.59,0.5252525252525253,0.5125,0.6875,0.6375,0.7375,0.6375,0.55,0.5194805194805194,0.625,0.6125,0.65,0.55,0.6,0.6282051282051282,0.5875,0.6153846153846154,0.55,0.5897435897435898,0.6375,0.55,0.5125,0.6125,0.5125,0.6375,0.55,0.006081216440369,0.0303674514605841,0.0284096751271222,0.0289131368253518,0.0322489880246059,0.0299015195411507,0.0310414646427642,0.0284425975104229,0.0309634261777342,0.0322200354116826,0.0328924710713675,0.0311075789332037,0.0315054347193145,0.0306927199979906,0.0322316261907545,0.0317503063889434,0.0316132638706489,0.0319124986667811,0.0317406956442851,0.032046681309403,0.0322851176742872,0.0309790788297945,0.0321771956079093,0.032101999364979,0.0314572630291747,0.0323970123821221,0.0310983293507283,0.0322198916297189,0.6098707403055229,0.0118361776118731,0.606816815479504,0.0118791394546085,0.7393034825870647,0.0069072619514575,0.7144827999957677,0.0072947750896062,0.5264957264957265,0.576068376068376,0.0144536545016702,0.0146033374578556,0.70375,0.0072204236720916,0.69725,0.007265418498028,0.8411111111111111,0.8411111111111111,0.0121925235518924,0.0121925235518924,0.6107899807321773,0.0107035762556229,5.717249274091116,0.2964117525698659,0.85,0.83,0.0377525168068636,0.83,0.0377525168068636,0.0358870281282636,0.4842344782750027,0.650991440026005,0.0049619443077559,0.0052023577596821,0.6215796623326217,0.0067569033267739,6.553687201688729,0.1875073563795851,0.6548333833683578,0.0041188766359018 +35000,0.9248366013071896,0.0037664978335838,0.924752170906017,0.0037713480607981,0.5719199346405228,0.762284130999544,0.006638255919529,0.6662030598052852,0.6666666666666666,0.62,0.6727272727272727,0.6304347826086957,0.5882352941176471,0.6666666666666666,0.6976744186046512,0.6444444444444445,0.6296296296296297,0.675,0.6964285714285714,0.7692307692307693,0.6122448979591837,0.6818181818181818,0.7560975609756098,0.0101169589587998,0.0371282419128445,0.0398710625561204,0.036537612045877,0.0410636530823771,0.0397526364579356,0.0436077672604577,0.0404056533765526,0.0412398739143762,0.037916263033386,0.0426974320020315,0.0353321027135038,0.0338355039745425,0.040234638009989,0.0406185934648774,0.0386635723354154,0.7774667599720084,0.7391304347826086,0.8205128205128205,0.8205128205128205,0.8189655172413793,0.7777777777777778,0.7981651376146789,0.8235294117647058,0.743801652892562,0.7317073170731707,0.7586206896551724,0.7142857142857143,0.7925925925925926,0.0063637634807557,0.023707297931855,0.0205098507910868,0.0204518543146567,0.0206880542323168,0.0230840305601918,0.0223118319699049,0.0201549558447406,0.0227739450221862,0.0230836112310987,0.0228644282681739,0.022589497652298,0.0201554485328008,0.7846153846153846,0.0113961203091313,0.4396551724137931,0.0035796984729088,0.675,0.0088507853009518,0.6373674355957164,0.0094597181161058,0.5881548974943053,0.388235294117647,0.62,0.5353535353535354,0.525,0.675,0.625,0.75,0.6375,0.5375,0.4805194805194805,0.6375,0.65,0.625,0.5,0.6375,0.6282051282051282,0.6,0.6025641025641025,0.6,0.6153846153846154,0.6125,0.5375,0.4875,0.625,0.525,0.625,0.6125,0.0060564826964342,0.030539968689516,0.0280705455411251,0.0288595122812479,0.032197089392418,0.0302297097151605,0.0312033636371122,0.027916237601585,0.0309634261777342,0.032322512120521,0.0328308053011953,0.0308491717876644,0.0308205020756184,0.0311228118492457,0.0323408203832928,0.0311061196444624,0.0316283252616823,0.0317770145592485,0.0319495328175552,0.0315347337746781,0.0319217660009475,0.0313389193451704,0.032211172267063,0.0321192915220126,0.0312601975410434,0.0323728507567502,0.0313363038447666,0.0314520605185262,0.6157461809635723,0.0118269639503294,0.6123201277234219,0.0118782670303789,0.7368159203980099,0.0069341054564955,0.71074976544636,0.0073361192426138,0.5196581196581197,0.576068376068376,0.0144536545016702,0.014612577586532,0.70375,0.0072204236720916,0.686,0.0073392415218828,0.8344444444444444,0.8344444444444444,0.012396262021376,0.012396262021376,0.6136801541425819,0.0106889611463194,5.703530979125657,0.2942362392149929,0.84,0.83,0.0377525168068636,0.83,0.0377525168068636,0.036845294917747,0.4816339798461371,0.6520749810380323,0.0049583571479973,0.0052014332460946,0.6227440326023675,0.0067528160456143,6.619692983887445,0.1891409141330352,0.6532572800960672,0.0041232986419706 +37500,0.9244281045751634,0.0037701523921394,0.9243280834075354,0.0037756748927487,0.5551266339869281,0.7699560277829323,0.0065386631830386,0.6703755215577191,0.6851851851851852,0.64,0.7090909090909091,0.6086956521739131,0.5882352941176471,0.6666666666666666,0.6976744186046512,0.6444444444444445,0.6111111111111112,0.7,0.6785714285714286,0.7692307692307693,0.6122448979591837,0.7272727272727273,0.7317073170731707,0.0100908707930393,0.0365742570174942,0.0393820203905252,0.0354261512467388,0.0415445360207492,0.0397526364579356,0.0436077672604577,0.0404056533765526,0.0412441958283284,0.0383095056466911,0.0417527781993191,0.0359159376032724,0.0338355039745425,0.040234638009989,0.0388560325389911,0.0399089652160564,0.7774667599720084,0.7565217391304347,0.811965811965812,0.8461538461538461,0.8103448275862069,0.7685185185185185,0.8073394495412844,0.8067226890756303,0.7520661157024794,0.7235772357723578,0.75,0.706766917293233,0.8,0.0063612540508832,0.0231353995435453,0.020887375337475,0.0192274096001548,0.0210731143774792,0.0234296619169038,0.0219076344145901,0.0208780413849407,0.0225191386860033,0.0233340480972297,0.0231380270756079,0.0227360515902748,0.0198948814012034,0.7876923076923077,0.0113398416648008,0.4544990148142742,0.0080949913439291,0.6728571428571428,0.0088616168429521,0.6344113977891355,0.0094654080360939,0.5822323462414578,0.388235294117647,0.58,0.5454545454545454,0.5125,0.6625,0.6375,0.725,0.625,0.5375,0.4935064935064935,0.6375,0.625,0.6625,0.5125,0.6,0.6538461538461539,0.5875,0.5897435897435898,0.575,0.5897435897435898,0.6,0.55,0.4625,0.6375,0.525,0.65,0.575,0.0060743599686561,0.0306285343389155,0.028515514619378,0.0288384372995999,0.0322546092732345,0.0304803410096688,0.0309495512571355,0.028884821636906,0.031197779292832,0.0323178643966285,0.032891955020241,0.0308491717876644,0.0313140530641333,0.0304652544424973,0.0323910658333993,0.0317503063889434,0.0310963795709932,0.0319613393083458,0.0321464157367106,0.0318211497149628,0.0322851176742872,0.0315131503309252,0.0321411285128101,0.0320099295921293,0.0310327428509182,0.0323579216458631,0.0308803654953993,0.0319683320480907,0.6169212690951822,0.0118114273430302,0.613759133030384,0.0118592977941777,0.7248756218905472,0.0070294836462416,0.6968251191843574,0.0074403371800569,0.5188034188034188,0.576068376068376,0.0144536545016702,0.0146135397639398,0.70325,0.0072239466862949,0.69375,0.0072889310947577,0.84,0.84,0.0122269965169895,0.0122269965169895,0.6127167630057804,0.0106938768954115,5.705617876336239,0.2941901785493334,0.84,0.83,0.0377525168068636,0.83,0.0377525168068636,0.036845294917747,0.4820673962509481,0.6522916892404378,0.0049576363250152,0.0052015971268866,0.6241024645837376,0.0067479951342282,6.625412062574725,0.1894065232982641,0.6526568598018613,0.0041249700792523 +40000,0.9236111111111112,0.0037952393969597,0.9235273864991196,0.0038000606286362,0.555735294117647,0.7695302457052989,0.006676036433245,0.6675938803894298,0.6481481481481481,0.66,0.6727272727272727,0.6521739130434783,0.6078431372549019,0.6666666666666666,0.6976744186046512,0.6444444444444445,0.6111111111111112,0.7,0.6964285714285714,0.75,0.5918367346938775,0.7045454545454546,0.7317073170731707,0.0101072955081824,0.0376530907139562,0.0389729196351088,0.0365834645106447,0.0405315180666698,0.0394503728959036,0.0436077672604577,0.0404056533765526,0.0412441958283284,0.0383402171844412,0.0417527781993191,0.0354176806439341,0.0347736196458116,0.0405320530046047,0.0397729308113991,0.0399089652160564,0.7788663400979706,0.7391304347826086,0.8205128205128205,0.8290598290598291,0.8275862068965517,0.7685185185185185,0.8165137614678899,0.8067226890756303,0.7520661157024794,0.7479674796747967,0.75,0.706766917293233,0.7925925925925926,0.0063406978130586,0.0237071013446811,0.0205157758758563,0.020049830156319,0.0203193244149394,0.0234235033981912,0.021494646438101,0.0208824206953901,0.0225191386860033,0.0226463445886312,0.0231380270756079,0.0227360515902748,0.020124741934248,0.7861538461538462,0.011363563311513,0.4471267110923455,0.0062923108141366,0.6685714285714286,0.0088907624639279,0.6284603065660032,0.0095001569954576,0.587243735763098,0.388235294117647,0.6,0.5656565656565656,0.525,0.6625,0.6375,0.725,0.625,0.55,0.4805194805194805,0.6375,0.6375,0.65,0.525,0.6125,0.6538461538461539,0.6,0.5897435897435898,0.575,0.6025641025641025,0.6125,0.55,0.4875,0.625,0.525,0.6375,0.5875,0.0060652848915708,0.0305831632008565,0.0283125035457385,0.0287098831402987,0.0322238943356174,0.0305076106301943,0.0309923411384998,0.0288182155977948,0.031197779292832,0.0322414592907998,0.0328308053011953,0.0308491717876644,0.0311119907998819,0.0306927199979906,0.0323581292097634,0.0315530968752978,0.0310963795709932,0.0317770145592485,0.0320820614272888,0.0318211497149628,0.0321139218603098,0.031372223696958,0.0321411285128101,0.032099517193579,0.0312844981940272,0.0323579216458631,0.0311047820307234,0.0318270334627355,0.6157461809635723,0.0118125786523109,0.6113997885773097,0.0118785584941424,0.7338308457711443,0.0069568554962942,0.7076844163244133,0.007362719331665,0.517948717948718,0.5794871794871795,0.014437908361636,0.0146144591187207,0.704,0.0072186582726164,0.6955,0.0072772369099996,0.8366666666666667,0.8366666666666667,0.0123291688446525,0.0123291688446525,0.615606936416185,0.0106789972060343,5.7049994257679,0.2944750966957303,0.84,0.83,0.0377525168068636,0.83,0.0377525168068636,0.036845294917747,0.4833676454653808,0.6529418138476542,0.0049554670651369,0.0052020652593953,0.6250727731418592,0.0067445170021374,6.593798690918447,0.1886005395683981,0.652731912338637,0.004124761545387 +42500,0.9244281045751634,0.0037746117431259,0.9243493194562464,0.003779244276957,0.5578227124183005,0.7685819167409818,0.0066189593522976,0.6675938803894298,0.6296296296296297,0.6,0.6727272727272727,0.6304347826086957,0.5882352941176471,0.6923076923076923,0.7209302325581395,0.6666666666666666,0.6296296296296297,0.7,0.6785714285714286,0.75,0.6122448979591837,0.7272727272727273,0.7560975609756098,0.0101020952717512,0.0380395056149592,0.0401849089188983,0.0365834645106447,0.0410636530823771,0.0397526364579356,0.0426197230827702,0.0394324702308696,0.0406490823564656,0.0379576257720979,0.0417527781993191,0.0359892610639772,0.0347736196458116,0.040234638009989,0.0387494310335957,0.0386635723354154,0.7739678096571029,0.7304347826086957,0.8205128205128205,0.8547008547008547,0.8275862068965517,0.7777777777777778,0.7981651376146789,0.8067226890756303,0.7355371900826446,0.7073170731707317,0.75,0.6992481203007519,0.7925925925925926,0.0063928207127408,0.0239381638781641,0.0205078192000439,0.0187622134182608,0.0203193244149394,0.0230840305601918,0.0222712801146672,0.0208780413849407,0.0229961600537959,0.023699865685298,0.0231380270756079,0.0228805498039106,0.0201548611507031,0.7861538461538462,0.011363563311513,0.4471267110923455,0.0062923108141366,0.6671428571428571,0.0089002005118243,0.6264648828895266,0.0095088042682926,0.584510250569476,0.3764705882352941,0.6,0.5757575757575758,0.525,0.6625,0.625,0.7375,0.625,0.55,0.4935064935064935,0.625,0.6,0.6375,0.5,0.625,0.6538461538461539,0.6,0.6025641025641025,0.5875,0.5897435897435898,0.625,0.5375,0.4625,0.6125,0.525,0.6375,0.6,0.0060680703431023,0.0303617401318943,0.0283300705441344,0.0285842750258462,0.0322238943356174,0.0305067077784719,0.0312511368352458,0.0284485907320523,0.031197779292832,0.0322414592907998,0.0328954055628677,0.0311124371884936,0.0317107408196985,0.0309238792638342,0.0323677258687115,0.0313370865901147,0.0311346790695227,0.0317770145592485,0.0319235575501876,0.0316922273403187,0.0322851176742872,0.0312099621366954,0.0322358021375887,0.0320098668808922,0.031455534446012,0.0323579216458631,0.0310983293507283,0.0316605323970389,0.6204465334900118,0.0118052187017185,0.6163440373951263,0.0118711576930912,0.7303482587064677,0.0069872198714567,0.703767881540355,0.0073956955492262,0.5188034188034188,0.5777777777777777,0.014445870094078,0.0146135397639398,0.7055,0.0072080112622407,0.69375,0.0072889310947577,0.8366666666666667,0.8366666666666667,0.0123291688446525,0.0123291688446525,0.6117533718689788,0.0106987485784562,5.704984875290384,0.2941771041357652,0.84,0.83,0.0377525168068636,0.83,0.0377525168068636,0.036845294917747,0.4833676454653808,0.652183335139235,0.0049579968779119,0.0052020652593953,0.6233262177372404,0.0067507568591467,6.598147909515053,0.1884934564980555,0.6544581206844792,0.0041199340298497 +45000,0.9236111111111112,0.0037903321659804,0.9235189029984068,0.0037956241872122,0.5625245098039214,0.7677304325499671,0.0066618280086821,0.6662030598052852,0.6481481481481481,0.62,0.6909090909090909,0.6304347826086957,0.5882352941176471,0.6666666666666666,0.6976744186046512,0.6444444444444445,0.6111111111111112,0.7,0.6785714285714286,0.75,0.6122448979591837,0.7272727272727273,0.7560975609756098,0.0101253203362219,0.0376360263065507,0.0398710625561204,0.0360542045836859,0.0410636530823771,0.0397526364579356,0.0436077672604577,0.0404056533765526,0.0411561904460562,0.0383402171844412,0.0417527781993191,0.0359892610639772,0.0347736196458116,0.040234638009989,0.0388560325389911,0.0386635723354154,0.7760671798460462,0.7391304347826086,0.8205128205128205,0.8461538461538461,0.8362068965517241,0.7777777777777778,0.7981651376146789,0.7983193277310925,0.7520661157024794,0.7235772357723578,0.7586206896551724,0.6992481203007519,0.7777777777777778,0.0063721370532424,0.0236986765355784,0.0205078192000439,0.0192045174691834,0.0198834041516636,0.0230840305601918,0.0222712801146672,0.0212286454229674,0.0225275635038929,0.023300094992814,0.0228698769859705,0.0229107343890343,0.020662332270858,0.7846153846153846,0.0113932614403698,0.446593203434771,0.0062735986974501,0.6657142857142857,0.0089084603034112,0.6244635193133048,0.0095177609332301,0.585876993166287,0.3647058823529411,0.59,0.5353535353535354,0.525,0.675,0.65,0.7375,0.625,0.5625,0.4935064935064935,0.6375,0.6,0.65,0.5,0.625,0.6538461538461539,0.6,0.6153846153846154,0.575,0.5897435897435898,0.6375,0.5375,0.475,0.6375,0.525,0.65,0.575,0.0060660383092149,0.0301728548428056,0.0284178877263772,0.0288408779655531,0.0322238943356174,0.0302054538634246,0.0307561015665555,0.0284485907320523,0.0311942885384163,0.0321565477394141,0.0328692466852547,0.0308722210905469,0.0317107408196985,0.0306927199979906,0.0323677258687115,0.0313884042784213,0.0310693513532078,0.0317770145592485,0.0317536054915546,0.0318211497149628,0.0322851176742872,0.0309580353479301,0.0322358021375887,0.0320308860090514,0.0310540047190968,0.0323579216458631,0.0308756237793169,0.0319673583663684,0.6133960047003525,0.0118467122853455,0.6097728568302538,0.0119003775303122,0.7313432835820896,0.0069781471599235,0.7050261927276948,0.0073678118117155,0.5213675213675214,0.5820512820512821,0.0144256326348306,0.0146105247296177,0.704,0.0072186582726164,0.69025,0.0073119491604586,0.8355555555555556,0.8355555555555556,0.0123628164881327,0.0123628164881327,0.6122350674373795,0.0106963182414138,5.70851562781032,0.2941611025580148,0.84,0.83,0.0377525168068636,0.83,0.0377525168068636,0.036845294917747,0.4840177700725973,0.6507747318235996,0.004962658352109,0.0052022861035241,0.6250727731418592,0.0067445170021374,6.6037105035175445,0.1888396698048335,0.6539327529270489,0.0041214096170578 +47500,0.9240196078431372,0.0037818541258978,0.9239342597202128,0.0037868147682608,0.5546078431372549,0.7701309401608336,0.006683388372684,0.6620305980528511,0.6481481481481481,0.62,0.6727272727272727,0.6304347826086957,0.5882352941176471,0.6666666666666666,0.7209302325581395,0.6444444444444445,0.5925925925925926,0.7,0.6785714285714286,0.75,0.5918367346938775,0.7272727272727273,0.7317073170731707,0.0101463274234679,0.0376530907139562,0.0398710625561204,0.0365834645106447,0.0410636530823771,0.0397526364579356,0.0436077672604577,0.0394324702308696,0.0412441958283284,0.0386486822708369,0.0417527781993191,0.0359159376032724,0.0347736196458116,0.0405320530046047,0.0387494310335957,0.0398280048180829,0.7788663400979706,0.7478260869565218,0.8290598290598291,0.8376068376068376,0.8189655172413793,0.7685185185185185,0.8165137614678899,0.8151260504201681,0.7520661157024794,0.7317073170731707,0.75,0.6992481203007519,0.7925925925925926,0.0063464977527505,0.0234311588116446,0.0201195202550433,0.0196222840040623,0.0206946025958039,0.0234235033981912,0.021494646438101,0.0205314121521578,0.0225191386860033,0.0230916788692442,0.0231380270756079,0.0229249098962707,0.0201823869138218,0.7907692307692308,0.0112757333235365,0.468954248366013,0.0104973215064437,0.6664285714285715,0.008907022756277,0.6254649464863995,0.009516398707162,0.5867881548974943,0.388235294117647,0.59,0.5454545454545454,0.525,0.675,0.625,0.7375,0.625,0.5375,0.4805194805194805,0.6375,0.6375,0.65,0.5125,0.625,0.6538461538461539,0.6,0.6025641025641025,0.575,0.5897435897435898,0.625,0.55,0.4875,0.6375,0.525,0.6625,0.5625,0.0060701224593951,0.0305849516257798,0.0284436830403898,0.0287772203599669,0.0322181044603674,0.0302054538634246,0.031205031461232,0.0284372948945688,0.031197779292832,0.0323178643966285,0.0328308053011953,0.0308597733622818,0.0310629900038716,0.0306927199979906,0.0323910658333993,0.0313827145583884,0.0310963795709932,0.0317770145592485,0.031907054191323,0.0318211497149628,0.0322851176742872,0.031158545986496,0.0321236076275948,0.0320926750299305,0.0310540047190968,0.0323579216458631,0.0306184685876751,0.032086661289359,0.6145710928319624,0.0118332371163306,0.6105002288482791,0.0118944144390969,0.7318407960199005,0.0069669380426777,0.7057066243299207,0.0073721688967157,0.5213675213675214,0.5777777777777777,0.014445870094078,0.0146105247296177,0.707,0.007197270328051,0.6925,0.0072972083574784,0.8388888888888889,0.8388888888888889,0.01226126056136,0.01226126056136,0.6122350674373795,0.0106963182414138,5.70479983167646,0.2942897037438612,0.84,0.83,0.0377525168068636,0.83,0.0377525168068636,0.036845294917747,0.4832592913641781,0.6542420630620869,0.0049510979414673,0.0052020275951197,0.6244905880069862,0.0067466073469874,6.578970589759338,0.1885056329944308,0.6528069648754128,0.0041245528984717 +50000,0.9252450980392156,0.0037560275279046,0.9251590635527494,0.0037610728425282,0.5572916666666665,0.7701197353926412,0.0066496675904146,0.6620305980528511,0.6481481481481481,0.64,0.6909090909090909,0.6521739130434783,0.5882352941176471,0.6666666666666666,0.7209302325581395,0.6444444444444445,0.5925925925925926,0.7,0.6607142857142857,0.75,0.5918367346938775,0.7045454545454546,0.7073170731707317,0.0101577575285598,0.0375948754065464,0.0395337527894904,0.0360542045836859,0.0405315180666698,0.0397526364579356,0.0436077672604577,0.0394324702308696,0.0412130764723439,0.0386504327751923,0.0417527781993191,0.0364439718364798,0.0347736196458116,0.0405320530046047,0.0397428728206819,0.0409515535587393,0.7753673897830651,0.7478260869565218,0.811965811965812,0.8461538461538461,0.8448275862068966,0.7777777777777778,0.8073394495412844,0.8067226890756303,0.743801652892562,0.7154471544715447,0.75,0.6842105263157895,0.7851851851851852,0.006377145135723,0.0234472526418759,0.0208770432683961,0.0192156511245209,0.0194479390581559,0.0230840305601918,0.021892563584984,0.0208930189550832,0.0227764503457887,0.0235030350275622,0.0231380270756079,0.023205889904543,0.0204046823916007,0.7876923076923077,0.0113327809711166,0.4544990148142742,0.0080693636456585,0.665,0.0089065349516649,0.6234605955470173,0.0095185831742849,0.584510250569476,0.3764705882352941,0.59,0.5656565656565656,0.5125,0.6625,0.625,0.7375,0.6125,0.55,0.4805194805194805,0.65,0.625,0.65,0.525,0.625,0.6538461538461539,0.5875,0.5897435897435898,0.575,0.5897435897435898,0.6125,0.55,0.4875,0.6375,0.525,0.6375,0.5625,0.0060714122372144,0.0303617401318943,0.0284451838977743,0.0286279016712737,0.0322449361678728,0.03046700900868,0.0312205716299469,0.0284355979470864,0.0313958998828527,0.0322613285159181,0.0328308053011953,0.0306115363607934,0.0313100924072765,0.0306927199979906,0.0323581292097634,0.0313827145583884,0.0310963795709932,0.0319578066502694,0.0320820614272888,0.0318211497149628,0.0322851176742872,0.031372223696958,0.0321935167686262,0.0320926750299305,0.0310540047190968,0.0323579216458631,0.0310983293507283,0.0320924697101628,0.6145710928319624,0.011835075822813,0.6103088177807561,0.0119000917603175,0.7298507462686568,0.006986496038388,0.7027752533485003,0.0073926991515419,0.5230769230769231,0.5777777777777777,0.014445870094078,0.0146083004757508,0.704,0.0072186582726164,0.694,0.0072872680799471,0.8366666666666667,0.8366666666666667,0.0123291688446525,0.0123291688446525,0.6107899807321773,0.0107035762556229,5.713055201421455,0.2949538161456034,0.84,0.83,0.0377525168068636,0.83,0.0377525168068636,0.036845294917747,0.4838010618701918,0.6531585220500596,0.004954741713215,0.0052022134681177,0.6252668348534834,0.006743817908692,6.574656712295472,0.1883230033170777,0.6540078054638246,0.0041211991590021 diff --git a/evals_for_comparison.csv b/evals_for_comparison.csv new file mode 100644 index 0000000..e534e9a --- /dev/null +++ b/evals_for_comparison.csv @@ -0,0 +1,27 @@ +model,arc_challenge_poly_pt_acc,arc_challenge_poly_pt_acc_norm,arc_challenge_poly_pt_acc_norm_stderr,arc_challenge_poly_pt_acc_stderr,"assin2_rte_acc,all","assin2_rte_acc_stderr,all","assin2_rte_f1_macro,all","assin2_rte_f1_macro_stderr,all","assin2_sts_mse,all","assin2_sts_mse_stderr,all","assin2_sts_pearson,all","assin2_sts_pearson_stderr,all",assin_entailment_acc,assin_entailment_acc_stderr,assin_paraphrase_acc,assin_paraphrase_acc_stderr,belebele_por_Latn_acc,belebele_por_Latn_acc_norm,belebele_por_Latn_acc_norm_stderr,belebele_por_Latn_acc_stderr,"bluex_acc,all","bluex_acc,exam_id__UNICAMP_2018","bluex_acc,exam_id__UNICAMP_2019","bluex_acc,exam_id__UNICAMP_2020","bluex_acc,exam_id__UNICAMP_2021_1","bluex_acc,exam_id__UNICAMP_2021_2","bluex_acc,exam_id__UNICAMP_2022","bluex_acc,exam_id__UNICAMP_2023","bluex_acc,exam_id__UNICAMP_2024","bluex_acc,exam_id__USP_2018","bluex_acc,exam_id__USP_2019","bluex_acc,exam_id__USP_2020","bluex_acc,exam_id__USP_2021","bluex_acc,exam_id__USP_2022","bluex_acc,exam_id__USP_2023","bluex_acc,exam_id__USP_2024","bluex_acc_stderr,all","bluex_acc_stderr,exam_id__UNICAMP_2018","bluex_acc_stderr,exam_id__UNICAMP_2019","bluex_acc_stderr,exam_id__UNICAMP_2020","bluex_acc_stderr,exam_id__UNICAMP_2021_1","bluex_acc_stderr,exam_id__UNICAMP_2021_2","bluex_acc_stderr,exam_id__UNICAMP_2022","bluex_acc_stderr,exam_id__UNICAMP_2023","bluex_acc_stderr,exam_id__UNICAMP_2024","bluex_acc_stderr,exam_id__USP_2018","bluex_acc_stderr,exam_id__USP_2019","bluex_acc_stderr,exam_id__USP_2020","bluex_acc_stderr,exam_id__USP_2021","bluex_acc_stderr,exam_id__USP_2022","bluex_acc_stderr,exam_id__USP_2023","bluex_acc_stderr,exam_id__USP_2024",calame_pt_acc,calame_pt_acc_stderr,calame_pt_perplexity,calame_pt_perplexity_stderr,"enem_challenge_acc,all","enem_challenge_acc,exam_id__2009","enem_challenge_acc,exam_id__2010","enem_challenge_acc,exam_id__2011","enem_challenge_acc,exam_id__2012","enem_challenge_acc,exam_id__2013","enem_challenge_acc,exam_id__2014","enem_challenge_acc,exam_id__2015","enem_challenge_acc,exam_id__2016","enem_challenge_acc,exam_id__2016_2","enem_challenge_acc,exam_id__2017","enem_challenge_acc,exam_id__2022","enem_challenge_acc,exam_id__2023","enem_challenge_acc_stderr,all","enem_challenge_acc_stderr,exam_id__2009","enem_challenge_acc_stderr,exam_id__2010","enem_challenge_acc_stderr,exam_id__2011","enem_challenge_acc_stderr,exam_id__2012","enem_challenge_acc_stderr,exam_id__2013","enem_challenge_acc_stderr,exam_id__2014","enem_challenge_acc_stderr,exam_id__2015","enem_challenge_acc_stderr,exam_id__2016","enem_challenge_acc_stderr,exam_id__2016_2","enem_challenge_acc_stderr,exam_id__2017","enem_challenge_acc_stderr,exam_id__2022","enem_challenge_acc_stderr,exam_id__2023","faquad_nli_acc,all","faquad_nli_acc_stderr,all","faquad_nli_f1_macro,all","faquad_nli_f1_macro_stderr,all",global_piqa_completions_por_latn_braz_acc,global_piqa_completions_por_latn_braz_acc_bytes,global_piqa_completions_por_latn_braz_acc_bytes_stderr,global_piqa_completions_por_latn_braz_acc_norm,global_piqa_completions_por_latn_braz_acc_norm_stderr,global_piqa_completions_por_latn_braz_acc_stderr,"hatebr_offensive_acc,all","hatebr_offensive_acc_stderr,all","hatebr_offensive_f1_macro,all","hatebr_offensive_f1_macro_stderr,all",hellaswag_poly_pt_acc,hellaswag_poly_pt_acc_norm,hellaswag_poly_pt_acc_norm_stderr,hellaswag_poly_pt_acc_stderr,lambada_poly_pt_acc,lambada_poly_pt_acc_stderr,lambada_poly_pt_perplexity,lambada_poly_pt_perplexity_stderr,mmlu_poly_pt_acc,mmlu_poly_pt_acc_stderr,"oab_exams_acc,all","oab_exams_acc,exam_id__2010-01","oab_exams_acc,exam_id__2010-02","oab_exams_acc,exam_id__2011-03","oab_exams_acc,exam_id__2011-04","oab_exams_acc,exam_id__2011-05","oab_exams_acc,exam_id__2012-06","oab_exams_acc,exam_id__2012-06a","oab_exams_acc,exam_id__2012-07","oab_exams_acc,exam_id__2012-08","oab_exams_acc,exam_id__2012-09","oab_exams_acc,exam_id__2013-10","oab_exams_acc,exam_id__2013-11","oab_exams_acc,exam_id__2013-12","oab_exams_acc,exam_id__2014-13","oab_exams_acc,exam_id__2014-14","oab_exams_acc,exam_id__2014-15","oab_exams_acc,exam_id__2015-16","oab_exams_acc,exam_id__2015-17","oab_exams_acc,exam_id__2015-18","oab_exams_acc,exam_id__2016-19","oab_exams_acc,exam_id__2016-20","oab_exams_acc,exam_id__2016-20a","oab_exams_acc,exam_id__2016-21","oab_exams_acc,exam_id__2017-22","oab_exams_acc,exam_id__2017-23","oab_exams_acc,exam_id__2017-24","oab_exams_acc,exam_id__2018-25","oab_exams_acc_stderr,all","oab_exams_acc_stderr,exam_id__2010-01","oab_exams_acc_stderr,exam_id__2010-02","oab_exams_acc_stderr,exam_id__2011-03","oab_exams_acc_stderr,exam_id__2011-04","oab_exams_acc_stderr,exam_id__2011-05","oab_exams_acc_stderr,exam_id__2012-06","oab_exams_acc_stderr,exam_id__2012-06a","oab_exams_acc_stderr,exam_id__2012-07","oab_exams_acc_stderr,exam_id__2012-08","oab_exams_acc_stderr,exam_id__2012-09","oab_exams_acc_stderr,exam_id__2013-10","oab_exams_acc_stderr,exam_id__2013-11","oab_exams_acc_stderr,exam_id__2013-12","oab_exams_acc_stderr,exam_id__2014-13","oab_exams_acc_stderr,exam_id__2014-14","oab_exams_acc_stderr,exam_id__2014-15","oab_exams_acc_stderr,exam_id__2015-16","oab_exams_acc_stderr,exam_id__2015-17","oab_exams_acc_stderr,exam_id__2015-18","oab_exams_acc_stderr,exam_id__2016-19","oab_exams_acc_stderr,exam_id__2016-20","oab_exams_acc_stderr,exam_id__2016-20a","oab_exams_acc_stderr,exam_id__2016-21","oab_exams_acc_stderr,exam_id__2017-22","oab_exams_acc_stderr,exam_id__2017-23","oab_exams_acc_stderr,exam_id__2017-24","oab_exams_acc_stderr,exam_id__2018-25","portuguese_hate_speech_acc,all","portuguese_hate_speech_acc_stderr,all","portuguese_hate_speech_f1_macro,all","portuguese_hate_speech_f1_macro_stderr,all","tweetsentbr_acc,all","tweetsentbr_acc_stderr,all","tweetsentbr_f1_macro,all","tweetsentbr_f1_macro_stderr,all",bluex_acc_stderr,enem_challenge_acc_stderr +Carvalho_pt-gl-1.3B,0.22393162393162394,0.27008547008547007,0.01298611843358399,0.0121927158461456,0.5110294117647058,0.007121097076497118,0.36722671927079786,0.0049309185159497285,2.0948284313725494,N/A,0.15133974075980117,0.013120771773132062,0.5895,0.007778982301137492,0.59825,0.007752532477516862,0.2644444444444444,0.2644444444444444,0.014709405413413016,0.014709405413413016,0.1933240611961057,0.18518518518518517,0.16,0.16363636363636364,0.30434782608695654,0.13725490196078433,0.2564102564102564,0.3023255813953488,0.2,0.12962962962962962,0.275,0.17857142857142858,0.19230769230769232,0.20408163265306123,0.1590909090909091,0.0975609756097561,0.008497175275346908,0.030449766220614852,0.029957185086876628,0.028779062044264246,0.039212298659560045,0.02781885209546522,0.04034762088286155,0.04033157238478193,0.03431993090478306,0.026533203541840373,0.040824905007708356,0.029408950586947324,0.03154800187262653,0.03320244846261979,0.03164818002655287,0.0267943828097282,0.5342003853564548,0.010950718381924837,13.465732334461586,1.122807086392345,0.18124562631210636,0.19130434782608696,0.20512820512820512,0.18803418803418803,0.19827586206896552,0.17592592592592593,0.1926605504587156,0.14285714285714285,0.10743801652892562,0.21951219512195122,0.22413793103448276,0.12781954887218044,0.2074074074074074,0.005867066527399794,0.021201349082465924,0.021509781766930424,0.020831837923742578,0.02126628150486553,0.021142506356778397,0.021752934272906366,0.01854353109204073,0.0162821622451065,0.021525405859569618,0.022399242178130562,0.016728442068782046,0.020240788149841194,0.7846153846153846,0.011396120309131366,0.4396551724137931,0.00357969847290883,0.61,0.63,0.048523658709390974,0.63,0.048523658709390974,0.04902071300001973,0.46285714285714286,0.009432572356706628,0.39197789682567186,0.008462645611112886,0.3201863690540687,0.38530718387690976,0.005066159153273153,0.004856714348809714,0.3359208228216573,0.006580220803755733,31.93028814045103,1.1999785179314317,0.24819873911738216,0.0037424007920321208,0.22323462414578588,0.29411764705882354,0.25,0.18181818181818182,0.3,0.25,0.225,0.225,0.175,0.25,0.24675324675324675,0.2,0.2125,0.2875,0.1625,0.2375,0.15384615384615385,0.3,0.20512820512820512,0.1875,0.1794871794871795,0.1625,0.2125,0.2,0.2375,0.2125,0.225,0.25,0.005110953310735318,0.02852907313936527,0.02501712709833526,0.022309719185212712,0.02958653840535198,0.027943826041476338,0.026853093879096398,0.026893147358436273,0.024575277445235962,0.027968627192314383,0.028309503192208558,0.025897487183541342,0.026441985895778897,0.029164105686928128,0.023862471107454333,0.027538762731416165,0.02355118821715844,0.02971147269537897,0.02637170767976474,0.02517321871469788,0.025161625347658326,0.0238376856830912,0.026186653612123287,0.02572248141191945,0.027424272094260852,0.026468872980762587,0.026975041037688656,0.02793563525784451,0.6321974148061105,0.011693058479081022,0.4876619791997261,0.011879060636157512,0.3024875621890547,0.007252528147349198,0.25686385409967155,0.005652318632223181,, +Curio-1.1b,0.26153846153846155,0.30427350427350425,0.013456870841978025,0.01285359072080353,0.5919117647058824,0.007014725978673307,0.514218466536214,0.007222733992427019,2.4836723856209146,N/A,0.07991975541603662,0.013180723122871494,0.653,0.0075274109412778656,0.61125,0.007708483284903614,0.2288888888888889,0.2288888888888889,0.014011705158884454,0.014011705158884454,0.21557719054242003,0.2962962962962963,0.22,0.2,0.13043478260869565,0.23529411764705882,0.1794871794871795,0.32558139534883723,0.24444444444444444,0.2222222222222222,0.3,0.19642857142857142,0.07692307692307693,0.2653061224489796,0.1590909090909091,0.1951219512195122,0.008823902744351235,0.035878728468168884,0.03382089422222721,0.03110029497727864,0.028626027011646942,0.03429345074874486,0.03538376174249052,0.041243547678139994,0.03687304959885912,0.03254702284566478,0.0417490424618959,0.03059453365030812,0.021297788445280696,0.036461254097591725,0.0318491740941458,0.03562465998587211,0.5924855491329479,0.010787016363427675,7.195442726622208,0.4281907634053562,0.2106368089573128,0.2,0.19658119658119658,0.23931623931623933,0.20689655172413793,0.23148148148148148,0.22018348623853212,0.18487394957983194,0.21487603305785125,0.1951219512195122,0.21551724137931033,0.15789473684210525,0.26666666666666666,0.006208284363274197,0.021569958843596873,0.02130314982962761,0.022856909298189693,0.021759337613029544,0.023411090180959052,0.022870606329773658,0.020496532313505404,0.021535831633747355,0.02064902231703425,0.02196772284083863,0.018307324799023198,0.021893757442561394,0.7846153846153846,0.011396120309131366,0.4396551724137931,0.00357969847290883,0.79,0.76,0.04292346959909278,0.75,0.04351941398892446,0.040936018074033236,0.49714285714285716,0.009469462937884303,0.3333170991717872,0.004372114303048875,0.38563224618051795,0.4945281178892621,0.00520463410206157,0.00506695543437015,0.4669124781680574,0.00695070843917992,13.387099808829497,0.42266971716683754,0.26350945661963376,0.003816635418003369,0.23097949886104785,0.25882352941176473,0.23,0.23232323232323232,0.2625,0.225,0.2625,0.25,0.125,0.2125,0.22077922077922077,0.2,0.175,0.175,0.2375,0.2625,0.21794871794871795,0.225,0.24358974358974358,0.25,0.20512820512820512,0.2375,0.3,0.2,0.2625,0.225,0.25,0.2875,0.005194738785487805,0.027439944269300902,0.02428872342290118,0.024426608214068245,0.028365615520511454,0.02679842510246724,0.028440985179851747,0.02797568706326084,0.021279319778936188,0.026307154808309953,0.027338461010722775,0.025770456209499467,0.024437944365759502,0.024512681128397884,0.027522314022461036,0.028398873102793116,0.02693219019792365,0.026902677970515577,0.028004812947648394,0.02792162562280424,0.02643403297269708,0.027511954249563694,0.029515320743474856,0.02581943433410064,0.02836748660516128,0.027006123832793466,0.02796358718650669,0.029248628986210203,0.700352526439483,0.011073173117602544,0.4118866620594333,0.003830312503656316,0.30199004975124377,0.00722431375874725,0.2207190928852396,0.005560126792343992,, +Curio-7b,0.4222222222222222,0.48034188034188036,0.014612577586532033,0.014445870094078068,0.8165849673202614,0.005526153241882116,0.8164783645558029,0.005530492222802249,1.8429330065359473,N/A,0.20487709022311446,0.012249543721972747,0.6885,0.007323274205317699,0.635,0.007613030904960912,0.4533333333333333,0.4533333333333333,0.016603141822511942,0.016603141822511942,0.4339360222531293,0.42592592592592593,0.46,0.4909090909090909,0.34782608695652173,0.37254901960784315,0.5641025641025641,0.4883720930232558,0.5333333333333333,0.3333333333333333,0.525,0.4642857142857143,0.40384615384615385,0.32653061224489793,0.36363636363636365,0.4634146341463415,0.010703543350064557,0.038920789114628485,0.04071531941691286,0.03879249517751445,0.040533635471423635,0.039036247862911495,0.04593365097255563,0.04388426902916328,0.04273211257990399,0.037044445082139325,0.04564362727893068,0.03858206884011761,0.03936802725746906,0.03877177616376205,0.04178845492504332,0.04484653580771458,0.634393063583815,0.010572492256375108,4.8296598967933795,0.237650069899733,0.5059482155353394,0.4608695652173913,0.5641025641025641,0.6068376068376068,0.4224137931034483,0.5555555555555556,0.5229357798165137,0.4957983193277311,0.4462809917355372,0.4715447154471545,0.45689655172413796,0.49624060150375937,0.5703703703703704,0.007646698074731981,0.0268273524620217,0.02646280027770054,0.025997506828481384,0.026460522868024063,0.02755643217402221,0.02756129691656016,0.02641365037948144,0.026052341065949,0.025905676668340327,0.026637629059624673,0.02507317905514302,0.024639772015591525,0.7876923076923077,0.011342582053997956,0.45449901481427424,0.008102973731486754,0.89,0.89,0.031446603773522014,0.89,0.031446603773522014,0.031446603773522014,0.7071428571428572,0.00859783624839979,0.6805403431909456,0.009140764307962746,0.506230360819157,0.6758045292014303,0.004872594018135331,0.005204541698529054,0.6594216960993596,0.0066024052590210255,5.227464826255933,0.136304381232169,0.408285800060042,0.004258308483169676,0.3968109339407745,0.3058823529411765,0.42,0.3838383838383838,0.3625,0.5375,0.4625,0.4375,0.375,0.4375,0.36363636363636365,0.3875,0.4125,0.375,0.3,0.4,0.47435897435897434,0.3625,0.46153846153846156,0.35,0.41025641025641024,0.4375,0.2875,0.4375,0.375,0.375,0.375,0.4125,0.0060347326646780705,0.028888277667340805,0.028475112464752424,0.028235799790728364,0.031017530809719484,0.032156315905775223,0.032142487263729945,0.03199545259745919,0.031312453934787675,0.03209063928340066,0.031642859204419053,0.031506912436765705,0.031744205923224744,0.03128641007332892,0.02954994259306142,0.031590032723884914,0.03277647819105201,0.030980559601351376,0.03257829533671615,0.030925233041973785,0.03216517919570502,0.03197156687109386,0.029120397361191496,0.03204358313930044,0.03134606940499264,0.03134318996670419,0.03135176974912855,0.031815236035182645,0.6756756756756757,0.01132087782445967,0.6535629579808135,0.011816840906032137,0.6701492537313433,0.007404879033372783,0.6162371392974374,0.007706741026441831,, +Curio-edu-1b1,0.2846153846153846,0.32222222222222224,0.013668288954725365,0.01319750175491955,0.5816993464052288,0.007031430521361742,0.5803267446875192,0.007041964874221502,1.9538276143790847,N/A,0.022061530949952557,0.013967582952307716,0.61,0.007712967811946127,0.62175,0.007668698495126294,0.26222222222222225,0.26222222222222225,0.014669580202217824,0.014669580202217824,0.23504867872044508,0.4074074074074074,0.32,0.2545454545454545,0.21739130434782608,0.27450980392156865,0.38461538461538464,0.18604651162790697,0.2222222222222222,0.18518518518518517,0.225,0.17857142857142858,0.17307692307692307,0.20408163265306123,0.11363636363636363,0.17073170731707318,,0.038664034951479666,0.03832255428681803,0.033806268526293946,0.035115980649847285,0.0361560436298541,0.044963423050750406,0.03428072528173033,0.03574710168191316,0.030724738345598288,0.03808967968292848,0.02953780309262415,0.030365159655260047,0.03312301413579892,0.027588394915931545,0.033928110564727866,0.5491329479768786,0.010923302237426616,9.054486999840881,0.5737847633406506,0.198740377886634,0.28695652173913044,0.18803418803418803,0.17094017094017094,0.2413793103448276,0.24074074074074073,0.1743119266055046,0.15966386554621848,0.15702479338842976,0.1951219512195122,0.19827586206896552,0.19548872180451127,0.18518518518518517,,0.024320118057576067,0.020802317437470155,0.020093598807123806,0.02295224986483269,0.023747665747714815,0.02097118520374561,0.019421142774551082,0.01916644038921595,0.020632573343457365,0.021351464774193002,0.019875771250047955,0.01925577328648993,0.7523076923076923,0.011942232660494219,0.46844444444444444,0.011383390099428363,0.72,0.7,0.04605661864718383,0.69,0.046482319871173176,0.045126085985421296,0.5,0.009473925002217337,0.33459895328341466,0.004359042831023988,0.3691624227977029,0.4629970744392675,0.0051906728341486645,0.00502358469256741,0.4292645061129439,0.0068959166554375595,18.43586210715039,0.6425938219714614,0.25427799459621736,0.003772609502178711,0.2501138952164009,0.3764705882352941,0.25,0.2727272727272727,0.2375,0.1625,0.175,0.3375,0.275,0.3125,0.24675324675324675,0.2125,0.2125,0.2375,0.1875,0.2375,0.21794871794871795,0.275,0.21794871794871795,0.2625,0.2692307692307692,0.25,0.225,0.275,0.2125,0.2375,0.275,0.2875,0.005321157537388617,0.030407548657461012,0.02494951991092089,0.025863417239984074,0.027373140781571586,0.02376891326424957,0.024438637730790316,0.030420619865516238,0.02882412042915556,0.029996749055208233,0.028376801488520762,0.026397614378320066,0.02643776859544094,0.02742280554306285,0.025245356283121377,0.027461436875403113,0.02696834285336293,0.028810268429422727,0.02706025848517645,0.028329135418822003,0.028989834748236642,0.027950921456905545,0.026953852205921145,0.02879143492828041,0.026445633626552105,0.027529168153264536,0.028910993393226177,0.02933328161754213,0.7015276145710928,0.011059935171647581,0.412292817679558,0.0038204811103949325,0.518905472636816,0.007888188304315704,0.40028994778808363,0.005400494118504138,0.009123223736917194,0.006103139201378739 +Curio-edu-7b,0.45042735042735044,0.5094017094017094,0.014621299012909731,0.014551832152786236,0.6123366013071896,0.006994683324456548,0.5658554881115164,0.007292264089858075,1.4092728758169935,N/A,0.3602452870791936,0.013686883159646168,0.687,0.007332884343708112,0.6245,0.007657649600193903,0.53,0.53,0.016645889904809103,0.016645889904809103,0.4714881780250348,0.42592592592592593,0.52,0.5272727272727272,0.34782608695652173,0.45098039215686275,0.5897435897435898,0.4418604651162791,0.6888888888888889,0.4074074074074074,0.425,0.5714285714285714,0.38461538461538464,0.3673469387755102,0.4318181818181818,0.5121951219512195,0.010742659476304357,0.038732087866762306,0.040888889923192694,0.038802148445497606,0.040708356119929165,0.04029513111144269,0.04558638905613628,0.043772367304767267,0.039833206512752406,0.03862152027788906,0.045206842163145626,0.037987492795575575,0.03884149320595835,0.039606450885638425,0.04300965044390051,0.04495628350090735,0.6078998073217726,0.01071779584379928,5.468351899008868,0.28185712182398687,0.5864240727781665,0.5304347826086957,0.5897435897435898,0.6495726495726496,0.5517241379310345,0.5648148148148148,0.5963302752293578,0.5630252100840336,0.5785123966942148,0.5609756097560976,0.6379310344827587,0.556390977443609,0.6518518518518519,0.007510109113625114,0.02684830779083974,0.026302609806571516,0.02544937286580143,0.026604751224539445,0.027627003569237824,0.027212488568576214,0.026204001814324893,0.025836199465319003,0.02587650810363603,0.025715906318276593,0.0249387205289998,0.023686460230359134,0.76,0.01185912257687916,0.5934959349593496,0.016110523126141536,0.85,0.84,0.03684529491774706,0.86,0.0348735088019777,0.03588702812826367,0.7385714285714285,0.00831457395413226,0.7233882669983416,0.00869146717437053,0.4904106620435584,0.6647524108787518,0.004914269835687659,0.00520398846528821,0.6462254997089074,0.006661428663512684,5.7794848912986625,0.16095513490798913,0.4513659561693185,0.004311265436741495,0.4378132118451025,0.4117647058823529,0.48,0.40404040404040403,0.4,0.4125,0.4125,0.4625,0.3625,0.5,0.35064935064935066,0.3875,0.475,0.4875,0.4,0.425,0.5384615384615384,0.3375,0.48717948717948717,0.4875,0.48717948717948717,0.5,0.3375,0.4125,0.525,0.4375,0.3875,0.5125,0.006113663219110036,0.0309385558091823,0.028834439047293516,0.02836438965585741,0.03157913030932819,0.03176908498396032,0.031794182079667846,0.03209665114006041,0.03091235059458928,0.03228214832324607,0.031388467338405404,0.03149418419439938,0.03227439347870946,0.032189971395923334,0.031610135659131684,0.032016778434914225,0.03252724885597172,0.030417249324561045,0.03256066974917842,0.0322800757524936,0.03279813200220833,0.032301887813658205,0.030449844565800046,0.03183771017209085,0.03222447367682884,0.032040228279756056,0.031504175117767874,0.03227358863433518,0.7438307873090482,0.010523264341607016,0.6293139276522962,0.013439282762446209,0.6850746268656717,0.0073189950362602795,0.6655590497803067,0.007462167872862831,, +GlorIA-1.3B,0.2282051282051282,0.2641025641025641,0.012894000957103741,0.012274572870357178,0.0004084967320261438,0.0002888875468443105,0.0008163265306122449,0.0005766197511083887,3.0876144825708067,N/A,0.0018499252277953317,0.007626452306649621,0.62925,0.007637944351949736,0.55525,0.007858263004593467,0.22777777777777777,0.22777777777777777,0.013987721523687968,0.013987721523687968,0.043115438108484005,0.018518518518518517,0.06,0.0,0.08695652173913043,0.0392156862745098,0.02564102564102564,0.09302325581395349,0.0,0.05555555555555555,0.1,0.03571428571428571,0.038461538461538464,0.0,0.045454545454545456,0.07317073170731707,0.004379342035534402,0.01059849662524772,0.019455605444454217,0.0,0.02393813187988601,0.015672260261461707,0.014639790890850891,0.025613638507697108,0.0,0.01803138803731403,0.027391859575950646,0.0143188947970846,0.0153099274583577,0.0,0.018180821704521836,0.02350686444300002,0.5467244701348748,0.010928393964626257,8.81407725272937,0.5274008214469735,0.025192442267319804,0.05217391304347826,0.03418803418803419,0.008547008547008548,0.008620689655172414,0.037037037037037035,0.0,0.025210084033613446,0.03305785123966942,0.032520325203252036,0.04310344827586207,0.022556390977443608,0.007407407407407408,0.0023935785702390027,0.011981174616391144,0.009670391152263931,0.004917264857958575,0.004962849441373942,0.010464469752796527,0.0,0.008302822714234626,0.009369729407355793,0.009204065048684457,0.01091399050337258,0.007415628468143703,0.004244409187738494,0.004615384615384616,0.0018805519242616397,0.005836575875486381,0.0023605476210659514,0.66,0.65,0.04793724854411023,0.64,0.048241815132442176,0.04760952285695234,0.004285714285714286,0.001234337642003019,0.008429334643985983,0.0024104858703793983,0.3109762704518366,0.3635280095351609,0.005007313634804167,0.004818667078462506,0.3667766349699204,0.00671415509873292,26.92767482018332,1.050217526666902,0.2369408586010207,0.0036838171444530956,0.0469248291571754,0.058823529411764705,0.04,0.09090909090909091,0.05,0.075,0.0875,0.0625,0.05,0.025,0.1038961038961039,0.075,0.05,0.0875,0.05,0.0375,0.02564102564102564,0.0125,0.01282051282051282,0.05,0.0,0.0125,0.0125,0.025,0.05,0.0625,0.0375,0.0125,0.0026049402638646125,0.014750854776482417,0.011335157474383,0.01661901952847366,0.01408954349911562,0.017021321300287107,0.01827919646216392,0.015673513064935862,0.014005011769876527,0.010057543044677483,0.02009525813341219,0.017041820724611557,0.01406172841886376,0.018240863584359043,0.014023322407811277,0.012249641667408813,0.010351161941038375,0.007161586886211282,0.007357250103925693,0.014026152282691657,0.0,0.007172064350659512,0.007181123936471607,0.010057687256223139,0.014076260352637053,0.015643585548775412,0.01226066352941023,0.007141410666057684,0.6733254994124559,0.011312241691053231,0.4069602272727273,0.003975510948938515,0.001990049751243781,0.0007044015003721749,0.005040957781978576,0.001765027657389317,, +Llama-2-7b-hf,0.3769230769230769,0.42136752136752137,0.014441911411639847,0.014173918836988375,0.6740196078431373,0.006710835620456361,0.6678362795835099,0.006792300665167961,1.7663888888888888,N/A,0.3048110215939166,0.015788404694505424,0.65525,0.007515881950601263,0.58025,0.007804179052127739,0.41444444444444445,0.41444444444444445,0.01642999261414865,0.01642999261414865,0.3129346314325452,0.3148148148148148,0.38,0.3090909090909091,0.2391304347826087,0.39215686274509803,0.3333333333333333,0.37209302325581395,0.4888888888888889,0.2962962962962963,0.175,0.25,0.3076923076923077,0.30612244897959184,0.2727272727272727,0.24390243902439024,0.009969505619270552,0.036329256876598826,0.039678294134804136,0.03599346924968398,0.03633164373212459,0.03949197855784038,0.04366807216063458,0.04255485170503524,0.04291632318879217,0.0358869701716168,0.034720782775491156,0.03348223483875644,0.036975503668589496,0.03798368540283085,0.038623954103394025,0.0387369030750057,0.5452793834296724,0.010931325109242962,8.381227605916514,0.4652707283022765,0.317704688593422,0.3217391304347826,0.3504273504273504,0.3333333333333333,0.3275862068965517,0.21296296296296297,0.30275229357798167,0.2857142857142857,0.24793388429752067,0.3089430894308943,0.27586206896551724,0.39849624060150374,0.4148148148148148,0.0071185069041738306,0.02513586335459504,0.0254514055801029,0.025154905676559303,0.025168774307588054,0.022746100670533613,0.025444626853490256,0.02390828986432756,0.02265354682908215,0.023974505172430216,0.023930503420551884,0.0244697989348971,0.024577601923143854,0.7892307692307692,0.011315498087712138,0.5387420425880172,0.015947697618420492,0.69,0.68,0.046882617226215076,0.67,0.04725815626252609,0.046482319871173176,0.7564285714285715,0.008124405528975262,0.750087814765549,0.008301599688513002,0.41976378805937803,0.5675587820999025,0.0051572142265343,0.00513749138787099,0.5973219483795847,0.006832746189478245,8.469219625628918,0.28092071097480287,0.3863704593215251,0.004218461331907255,0.3548974943052392,0.27058823529411763,0.31,0.3434343434343434,0.3625,0.3,0.35,0.3,0.375,0.4375,0.3246753246753247,0.2875,0.375,0.35,0.3875,0.3625,0.4230769230769231,0.3375,0.358974358974359,0.4,0.44871794871794873,0.425,0.275,0.35,0.3375,0.4,0.325,0.3875,0.005882846962349383,0.02790378492763792,0.026622482518022635,0.02751362330789859,0.030973172980141666,0.029480157252199733,0.030755583175643007,0.029510939434402104,0.031215644676217697,0.03190207312649421,0.030694762362786347,0.02924104094032293,0.03120076350085287,0.03086385741014139,0.031400973951021996,0.03108674319936362,0.03224265154396268,0.030479841084567003,0.0313349550880687,0.0315979581733737,0.03254920719533194,0.03191548440209446,0.028829153772694814,0.030757615157388465,0.030574793591327053,0.03159012915048848,0.03026209369911906,0.031420210587767665,0.7320799059929495,0.01068446733281971,0.5548101103177371,0.013460275567368795,0.6447761194029851,0.007536589477257637,0.5906478183333727,0.0077926677071889685,, +Llama-3.2-1B,0.2794871794871795,0.3170940170940171,0.01361028524106663,0.013124855972633702,0.5882352941176471,0.0070218123805726815,0.507334525939177,0.007188397754089635,2.224583333333334,N/A,0.045955780853430404,0.012593613823311246,0.5435,0.00787670287061966,0.592,0.007771685774331316,0.3333333333333333,0.3333333333333333,0.015722221021219274,0.015722221021219274,0.24061196105702365,0.3333333333333333,0.22,0.2545454545454545,0.2391304347826087,0.35294117647058826,0.28205128205128205,0.27906976744186046,0.2222222222222222,0.18518518518518517,0.2,0.32142857142857145,0.07692307692307693,0.1836734693877551,0.29545454545454547,0.14634146341463414,0.00918450813863984,0.036920433345020556,0.03381708124028534,0.03385352790532285,0.036270575701766075,0.03846626679573715,0.04152836931393151,0.039481081903425225,0.03584521565371374,0.03059776624392069,0.03660010443949587,0.036019270828831336,0.02127476126697161,0.031877573491931877,0.039631705028242745,0.03182728636714712,0.5,0.010976425998969034,12.201208946373502,0.7494398762866994,0.23932820153953813,0.20869565217391303,0.23076923076923078,0.20512820512820512,0.25,0.19444444444444445,0.22018348623853212,0.2773109243697479,0.2231404958677686,0.25203252032520324,0.22413793103448276,0.2932330827067669,0.2740740740740741,0.0065391582166557044,0.021821194193248256,0.022577833785874215,0.021571765934130793,0.02317701743320838,0.02200503042160424,0.022949570275477015,0.0236507442208502,0.021868312709775902,0.022560290849782245,0.02234576698789731,0.022739146188413245,0.022134402329914975,0.7846153846153846,0.011396120309131366,0.4396551724137931,0.00357969847290883,0.55,0.54,0.05009082659620331,0.55,0.05,0.05,0.6157142857142858,0.009159942279698899,0.5942501168982005,0.0094025460421741,0.35550980604615884,0.45270343482500813,0.005181606909540997,0.004982876876778654,0.4560450223170968,0.006939008354532598,16.9742648348312,0.6451741398076515,0.2851245872110477,0.003911393421434831,0.2605922551252847,0.25882352941176473,0.3,0.26262626262626265,0.3375,0.2,0.275,0.275,0.225,0.325,0.2597402597402597,0.225,0.175,0.25,0.25,0.2875,0.2948717948717949,0.2875,0.2564102564102564,0.2375,0.20512820512820512,0.225,0.2875,0.2875,0.3125,0.2625,0.1875,0.275,0.005386461986184192,0.027440384867471097,0.02645380776413245,0.025488552454651366,0.03039472671103596,0.02583395097564109,0.028848708383473334,0.028810049821713913,0.02686101591476683,0.030166552736214616,0.028870451352124248,0.026901014069584228,0.02448435056318406,0.028030316322959166,0.027952304262603783,0.029211899882853876,0.02982724942919855,0.02914256967391907,0.02849085518421814,0.02745240596592866,0.026427350986477426,0.026916377450888172,0.029243944726852406,0.0292832531672908,0.029848826022562277,0.028356018281794258,0.025083281910977917,0.028904228657660853,0.39600470035252644,0.011827366874554504,0.37895558836892324,0.011491627437349052,0.5532338308457712,0.007826422837717034,0.4253570002160661,0.005032561246096109,, +Llama-3.2-3B,0.39145299145299145,0.4111111111111111,0.01439093566986938,0.014275115095154002,0.8370098039215687,0.005271533529536472,0.8363872913848014,0.0052927522344757795,1.5979820261437914,N/A,0.4723223768599063,0.013196880554443183,0.64125,0.007584622007572259,0.62475,0.007656632117246114,0.6888888888888889,0.6888888888888889,0.015440185195103361,0.015440185195103361,0.5034770514603616,0.5185185185185185,0.56,0.4909090909090909,0.45652173913043476,0.49019607843137253,0.5384615384615384,0.5348837209302325,0.6222222222222222,0.48148148148148145,0.4,0.5714285714285714,0.36538461538461536,0.4489795918367347,0.5681818181818182,0.5121951219512195,0.010784367733402467,0.039165666800610115,0.040728414317956284,0.03895531664562946,0.04244168089400983,0.04031069876876898,0.04629846752153336,0.04390954993011661,0.04178726442093161,0.039215919397742986,0.04470273497239075,0.038062256062353576,0.038424354112899364,0.04104850469218764,0.04313526206364078,0.04516005714110088,0.5447976878612717,0.010932281525615668,8.003852501596521,0.4409859628025262,0.5304408677396781,0.5043478260869565,0.5213675213675214,0.6239316239316239,0.5086206896551724,0.5277777777777778,0.5963302752293578,0.5210084033613446,0.5371900826446281,0.4715447154471545,0.5344827586206896,0.48872180451127817,0.5407407407407407,0.0076415314991669404,0.0268973592518023,0.026752467437752142,0.025942928440247478,0.0267542486007239,0.027749293271461358,0.02712643400103646,0.026432197593190442,0.02610986998676507,0.02597524120559948,0.026715666252514886,0.025016411349356477,0.024836640347158843,0.7846153846153846,0.011396120309131366,0.4396551724137931,0.00357969847290883,0.72,0.68,0.046882617226215076,0.69,0.046482319871173176,0.045126085985421296,0.7571428571428571,0.008111455971047425,0.7457786436970194,0.008429268851149004,0.43677538194820675,0.5913966843645032,0.005117249508496108,0.005163166113582872,0.5947991461284688,0.006839626982657816,8.102312909828086,0.258586819721004,0.48281296907835486,0.004329245983420869,0.39453302961275627,0.32941176470588235,0.34,0.32323232323232326,0.4375,0.425,0.425,0.375,0.3125,0.4625,0.2727272727272727,0.3,0.5,0.375,0.4,0.425,0.5512820512820513,0.3125,0.48717948717948717,0.4,0.44871794871794873,0.475,0.3375,0.3875,0.5,0.3875,0.3125,0.3875,0.00603241375384913,0.029571025252496663,0.027403595798880208,0.027078861371727332,0.03208308359910106,0.031939201054921235,0.03189277843263085,0.03127909003146793,0.030007658958197937,0.0321612457617914,0.029233096626502884,0.029543323729176486,0.03239418262733038,0.03126001323255004,0.03160047198458112,0.031904806510253514,0.03248011969191096,0.02987921282067121,0.03262325568181619,0.03156103918751904,0.032507059368943575,0.03233430128575697,0.030481805842254066,0.03135688066498188,0.03233888100328145,0.031564680209607884,0.029926368391597836,0.031532263121308836,0.43243243243243246,0.012014774583479056,0.42091797560161226,0.011882654516991104,0.6796019900497512,0.007360927617991569,0.6142907530646502,0.007961952207208857,, +Qwen2.5-0.5B,0.26153846153846155,0.2846153846153846,0.01319750175491955,0.01285359072080353,0.6356209150326797,0.006892532585647943,0.582109295339929,0.007331226180458947,1.8191380718954249,N/A,0.2901051588547862,0.01347324325351133,0.701,0.007239672175817309,0.62925,0.007637944351949736,0.4955555555555556,0.4955555555555556,0.01667527483379586,0.01667527483379586,0.325452016689847,0.24074074074074073,0.2,0.2545454545454545,0.30434782608695654,0.39215686274509803,0.4358974358974359,0.4883720930232558,0.37777777777777777,0.25925925925925924,0.3,0.375,0.28846153846153844,0.2653061224489796,0.38636363636363635,0.3902439024390244,0.010082949629508913,0.033650314648457434,0.03276725586342953,0.03403347276901709,0.03912212653786782,0.03928919893383506,0.045891801472824775,0.043825875164847,0.041738724241390086,0.034394197048130855,0.041852902294011604,0.03729898816220018,0.0363052964664553,0.036366440583883324,0.042394994862904316,0.04397503659041109,0.4489402697495183,0.010919042809603362,21.857457304437343,1.5350156062590206,0.38908327501749473,0.391304347826087,0.4700854700854701,0.42735042735042733,0.3879310344827586,0.4074074074074074,0.44036697247706424,0.31932773109243695,0.2809917355371901,0.37398373983739835,0.3879310344827586,0.3609022556390977,0.42962962962962964,0.007443284169875556,0.02625477197105158,0.026698654612265383,0.02640830173636786,0.026131583879541093,0.02722211953112732,0.027450655417084743,0.024631456820002555,0.023515388127700623,0.025257358525568874,0.026173021978641242,0.023974392036239137,0.024587339002947985,0.7676923076923077,0.011634956067061063,0.665723267227257,0.015215819269968494,0.44,0.44,0.049888765156985884,0.44,0.049888765156985884,0.049888765156985884,0.6107142857142858,0.009229707694107308,0.566524314690849,0.00959163875916625,0.3145519557915267,0.37696391808429947,0.005044901576722374,0.004833699777963256,0.3908402872113332,0.006797939909671732,38.324870997729285,1.685322534048743,0.41166316421495047,0.004263664369353975,0.358997722095672,0.29411764705882354,0.35,0.32323232323232326,0.275,0.4125,0.3875,0.375,0.3125,0.425,0.2987012987012987,0.3625,0.3875,0.375,0.425,0.3625,0.4358974358974359,0.3,0.3974358974358974,0.375,0.358974358974359,0.3625,0.2875,0.3625,0.3625,0.35,0.3,0.45,0.005934582341912763,0.028537035648693594,0.027517502965602035,0.027091760524502472,0.02886833030782253,0.03179221841723252,0.031389141697367944,0.031262856934866745,0.02982785287745174,0.031897338698164523,0.030185742336241175,0.031014561831275503,0.03150815814233259,0.03127696119756283,0.032049634138775644,0.031104393327476148,0.03240113111629356,0.029629695368752505,0.031948924207191524,0.03107712701916621,0.031433955092016526,0.031067171254792914,0.029142167459943837,0.030980891788359582,0.031062892503303612,0.03091816794663904,0.029566254244854904,0.032182187782696124,0.5569917743830788,0.011944134386312229,0.5227329865207218,0.01211134060634965,0.5805970149253732,0.007773706554450188,0.43401265897663416,0.005195883847336149,, +Qwen2.5-3B,0.44017094017094016,0.45213675213675214,0.014556726873374498,0.014518814188511486,0.9170751633986928,0.003939312081073755,0.9169887127006381,0.003944460877141988,0.5061887254901961,N/A,0.7763270366363294,0.006692979895730144,0.715,0.0071383814077338684,0.688,0.007326487518234008,0.8322222222222222,0.8322222222222222,0.012462553256116676,0.012462553256116676,0.5827538247566064,0.5925925925925926,0.64,0.4727272727272727,0.5652173913043478,0.5882352941176471,0.6923076923076923,0.6744186046511628,0.5111111111111111,0.5370370370370371,0.45,0.5892857142857143,0.5961538461538461,0.5918367346938775,0.6363636363636364,0.6341463414634146,0.010636833554687496,0.038687491939200874,0.03926334116684468,0.03879934119295361,0.04214714243883002,0.03973335538577338,0.04262635239727625,0.041215315107312335,0.043080788741425874,0.0391388935819693,0.04541838835163272,0.03804495809100424,0.03920556071708757,0.04046538471070396,0.041868143754403626,0.04332142210701962,0.5838150289017341,0.010821109243860677,7.597552184503539,0.44479254697925036,0.6731980405878236,0.6869565217391305,0.6752136752136753,0.7435897435897436,0.6810344827586207,0.7222222222222222,0.7064220183486238,0.6386554621848739,0.6611570247933884,0.6747967479674797,0.6637931034482759,0.5864661654135338,0.6592592592592592,0.007194030926874016,0.02496999553491974,0.024955223728201237,0.023276174630836574,0.02498213421385553,0.024980672848601875,0.025260725689536388,0.025445451452214673,0.024822156988422855,0.024455830573068174,0.025270639670846015,0.024749537863050432,0.02352539411298557,0.7846153846153846,0.011392316014646743,0.45333525567089583,0.007989172949935636,0.75,0.74,0.0440844002276808,0.75,0.04351941398892446,0.04351941398892446,0.7328571428571429,0.008389078412170015,0.7161136412925613,0.008792426731008484,0.43601690323978765,0.5944305991981796,0.0051112765125008045,0.005162153495320684,0.5717058024451775,0.006893971254195014,8.569018057605742,0.27914775660881014,0.5979435604923447,0.004247883463578573,0.5034168564920274,0.4,0.53,0.42424242424242425,0.4875,0.425,0.5,0.6625,0.525,0.55,0.42857142857142855,0.4625,0.5625,0.5375,0.4625,0.4875,0.6025641025641025,0.475,0.6410256410256411,0.5125,0.5256410256410257,0.5125,0.4875,0.4125,0.5875,0.425,0.5375,0.45,0.006172707782833441,0.030600018069266433,0.028728984587133886,0.028586186890984674,0.03221643904388358,0.03196094550935526,0.032152792736914175,0.03047478197918604,0.032366496853503506,0.03204946359038111,0.032556085593172045,0.032220338952638414,0.031924166513903056,0.032150075403767395,0.032266656904429133,0.03238145017512751,0.032014812835491784,0.032250700956110316,0.031256542274803914,0.03218010119805264,0.03259419298840892,0.03221543471530624,0.032342397948467744,0.03164329148544411,0.031724519062653306,0.03192700235062703,0.0320424267324665,0.03215027215619964,0.6380728554641598,0.01167397067005936,0.6256541212495144,0.01190240741453681,0.709452736318408,0.007153067328853374,0.6293347848436309,0.007718404140238938,, +Qwen2.5-7B,0.5119658119658119,0.5418803418803418,0.014572494714128921,0.014619696199825475,0.9272875816993464,0.003702103145330779,0.9272467417111068,0.003704943931398557,0.5438112745098039,N/A,0.7801425978893841,0.0073521701540925,0.63675,0.007605216578428336,0.64325,0.007575236328086181,0.8966666666666666,0.8966666666666666,0.010152099984713354,0.010152099984713354,0.6592489568845619,0.6851851851851852,0.64,0.6181818181818182,0.6521739130434783,0.6862745098039216,0.6410256410256411,0.7209302325581395,0.6,0.5555555555555556,0.55,0.7142857142857143,0.6346153846153846,0.5918367346938775,0.7954545454545454,0.8292682926829268,0.010222239959742748,0.03657877655034028,0.039379022737590266,0.037884719993605855,0.040550018219306504,0.037445717092779225,0.04428025716985036,0.03947443695247531,0.04224794985304817,0.039031104471524344,0.04535895108661322,0.03463106086950423,0.038570889341794624,0.04056613738828131,0.035060536595842184,0.033820492427867055,0.5895953757225434,0.010798765405764698,6.331016318891301,0.3498931986794624,0.7501749475157453,0.7565217391304347,0.8205128205128205,0.7948717948717948,0.75,0.6944444444444444,0.7889908256880734,0.773109243697479,0.6942148760330579,0.7235772357723578,0.7586206896551724,0.6842105263157895,0.7703703703703704,0.006661895905546727,0.0230960619128479,0.020508716641970074,0.021537352204701245,0.023223759558583162,0.02564289715317172,0.022616043639432867,0.022186650250654097,0.024020188075864347,0.023290684381499532,0.02292120020741255,0.023255976810932888,0.020909977995460793,0.8276923076923077,0.010442708425632503,0.6354823849866811,0.017996989044378166,0.79,0.77,0.042295258468165065,0.78,0.041633319989322654,0.040936018074033236,0.7392857142857143,0.008300264465470912,0.7215852099089513,0.008739305997678607,0.49051901614476107,0.6791635063387149,0.004859317305172292,0.0052040099796551425,0.5951872695517174,0.006838580607651445,6.432792232973639,0.19118261048411583,0.685454818372861,0.004022813707346862,0.5503416856492027,0.38823529411764707,0.57,0.46464646464646464,0.5,0.5375,0.5625,0.5625,0.5625,0.5125,0.5324675324675324,0.5875,0.575,0.65,0.4625,0.65,0.6025641025641025,0.4875,0.6666666666666666,0.55,0.5512820512820513,0.6125,0.55,0.425,0.625,0.55,0.5875,0.5625,0.006129783902934322,0.030552229774308392,0.028577024167595284,0.02893042370223487,0.032286728154301204,0.03210941038511149,0.03195508508778123,0.031913172881867735,0.03211288446698855,0.032255907207533074,0.0327848154083794,0.031703903207164104,0.03196955210984693,0.030743705436552658,0.032209069054420135,0.03086449393894805,0.031997469262833304,0.0322829061212139,0.030828652197116526,0.03192865827819913,0.03252049281297473,0.03132678982478445,0.03204689103251604,0.031885231734944924,0.031297291252952004,0.03230994062185136,0.03180715160406869,0.03201234368023496,0.6768507638072856,0.011383039375693928,0.6606390614917235,0.011751775210018398,0.7119402985074627,0.007144862699026351,0.6880382818610098,0.007475190359829984,, +Qwen3-0.6B-Base,0.3213675213675214,0.36923076923076925,0.01411487176822312,0.01365875315339595,0.7704248366013072,0.0060237261370196075,0.7616384755961914,0.006221506932127148,1.4520710784313728,N/A,0.4787415119764903,0.012103438978960566,0.66175,0.007481525758955888,0.611,0.007709384453519168,0.65,0.65,0.015907826828129946,0.015907826828129946,0.4297635605006954,0.3148148148148148,0.34,0.4727272727272727,0.41304347826086957,0.3333333333333333,0.4358974358974359,0.46511627906976744,0.6222222222222222,0.37037037037037035,0.4,0.39285714285714285,0.46153846153846156,0.40816326530612246,0.5227272727272727,0.5609756097560976,0.010624069621874717,0.036504618541260525,0.038668219887727256,0.03885628962492922,0.04201135199358149,0.03807259373181974,0.045857861327211424,0.04400973662009723,0.04180445370137337,0.03778144139045231,0.04475520070581074,0.03744340894874133,0.039901359534229304,0.04062284693882503,0.04345631178709593,0.04474531499109573,0.4595375722543353,0.01094042557576075,19.429684823176704,1.3662099459280042,0.4947515745276417,0.5652173913043478,0.46153846153846156,0.5470085470085471,0.5258620689655172,0.46296296296296297,0.48623853211009177,0.42016806722689076,0.4297520661157025,0.5121951219512195,0.4827586206896552,0.48872180451127817,0.5481481481481482,0.007646956951004644,0.026680020872831608,0.026663293757136372,0.02656218674585355,0.02675179130903428,0.027676460836344237,0.027686666677030753,0.026158039399798605,0.025863565782438428,0.02599169178475259,0.02683500387476367,0.02497946710050272,0.024686802030459,0.7846153846153846,0.011396120309131366,0.4396551724137931,0.00357969847290883,0.55,0.53,0.05016135580465919,0.54,0.05009082659620331,0.05,0.6278571428571429,0.009168853386937787,0.5726983914970847,0.00969282565383114,0.3318886119839636,0.40329396467656303,0.005106663999239563,0.004901926777428024,0.4178148651271104,0.006871231372591393,29.07542337165298,1.2510732337453463,0.4353797658360853,0.004295476285063696,0.40455580865603646,0.2823529411764706,0.51,0.31313131313131315,0.425,0.4,0.3125,0.4875,0.4125,0.4125,0.2597402597402597,0.4625,0.35,0.4,0.425,0.4,0.4358974358974359,0.4125,0.47435897435897434,0.3875,0.44871794871794873,0.4375,0.3875,0.3875,0.425,0.4125,0.4125,0.45,0.006028693932865708,0.028157965772127796,0.028835673371721146,0.02685459507906835,0.03196459655996749,0.031601704726405444,0.029964573068397327,0.03227482301636205,0.031906786967377136,0.03181370581526733,0.028728093750264864,0.03224888801705576,0.030718715172759176,0.0315970809086799,0.0319194839832204,0.03161122832469226,0.03235436483114306,0.031774039555897145,0.03268764884130568,0.03147880361774557,0.03246506986525575,0.03203498587631824,0.03141339331287629,0.03149790293656256,0.031889666836221034,0.03181995531259529,0.03164646789285445,0.032221626718954115,0.6486486486486487,0.011582703889274007,0.6263251960166653,0.012003271468011147,0.6293532338308457,0.007636038809353393,0.5767288787146412,0.008258349957160283,, +Qwen3-1.7B-Base,0.42735042735042733,0.4717948717948718,0.014600598518935729,0.014468692480631705,0.8913398692810458,0.004449394225815787,0.8908853267736194,0.004468078977072449,0.9090686274509804,N/A,0.6505105647565455,0.00864077185171433,0.69225,0.007298856259762564,0.6875,0.0073296908933561476,0.7788888888888889,0.7788888888888889,0.01384086369985948,0.01384086369985948,0.5716272600834492,0.6111111111111112,0.6,0.5818181818181818,0.5652173913043478,0.5490196078431373,0.5641025641025641,0.627906976744186,0.4666666666666667,0.4074074074074074,0.65,0.5178571428571429,0.6538461538461539,0.46938775510204084,0.6818181818181818,0.6829268292682927,0.010661289718477294,0.03823325552043678,0.04014183610342833,0.03836527563104238,0.04230489462340477,0.040285202038357004,0.04573143376509864,0.042649639713054896,0.0428522805887491,0.03868309130292124,0.043371177837045354,0.03836943542156757,0.03801987546167963,0.041102117969441736,0.04053162211074321,0.04195263458086596,0.535645472061657,0.010948497180726966,9.280871844047466,0.5538874697904987,0.6522043386983905,0.6260869565217392,0.6752136752136753,0.7606837606837606,0.646551724137931,0.5925925925925926,0.6422018348623854,0.680672268907563,0.6033057851239669,0.6585365853658537,0.6810344827586207,0.5939849624060151,0.6666666666666666,0.007290667201491062,0.025962923122790242,0.025060133930120108,0.022723836085722437,0.025698311482693952,0.027231014985607642,0.026522784512140768,0.02468916214399656,0.025637078705064726,0.024726327668630935,0.02498585053055827,0.024584361288093815,0.02339097338321123,0.7923076923076923,0.011213547037175677,0.5409100183635992,0.016017436556314785,0.73,0.67,0.04725815626252609,0.67,0.04725815626252609,0.04461960433384737,0.8421428571428572,0.006889625530000462,0.8402347217352554,0.006971115006523322,0.3978762596164265,0.525517390833243,0.0051981631117286094,0.005095221820265538,0.5080535610324083,0.006965073974108908,12.357850297081347,0.44163166752665356,0.5548634043830681,0.004305649537917433,0.45785876993166286,0.3058823529411765,0.58,0.42424242424242425,0.3875,0.5,0.375,0.475,0.4375,0.45,0.33766233766233766,0.45,0.525,0.5,0.425,0.5375,0.5,0.425,0.5512820512820513,0.425,0.47435897435897434,0.4875,0.475,0.425,0.55,0.4,0.425,0.5,0.00613818422725749,0.028843178399003817,0.028497978226784737,0.028603550827994963,0.03144756381638736,0.032281358229001994,0.03126616006591764,0.03224559143592351,0.03220218907884271,0.03204757164218827,0.03114377327487417,0.032306884087283806,0.03217311717354094,0.032159253430013135,0.031867381207903646,0.032196277901620635,0.03259461806023854,0.03197515786061687,0.03254023200947126,0.03182556288743423,0.03256410582927178,0.032277129335240407,0.03226398230838134,0.03190235610798057,0.03211474140760389,0.031583902694465565,0.03199397783880584,0.03213598807617757,0.6568742655699178,0.011485521901896055,0.6348498207253277,0.011929457042377096,0.7149253731343284,0.00714538842384441,0.6760920733569945,0.007705257299978287,, +Qwen3-4B-Base,0.5205128205128206,0.5452991452991452,0.014563744061566674,0.014611572578037524,0.9301470588235294,0.003640592745134969,0.9300814303602809,0.0036448029497531905,0.4649550653594771,N/A,0.8163337305945799,0.00580871453149834,0.666,0.007458210658499574,0.71375,0.007147762377258385,0.8788888888888889,0.8788888888888889,0.010881258692882334,0.010881258692882334,0.6995827538247567,0.7037037037037037,0.68,0.6363636363636364,0.6739130434782609,0.6862745098039216,0.6923076923076923,0.7674418604651163,0.6222222222222222,0.6851851851851852,0.675,0.6785714285714286,0.7115384615384616,0.7551020408163265,0.7954545454545454,0.7560975609756098,0.00987599103006625,0.035778507134707614,0.03830417740221117,0.037306683346400936,0.03989883029812014,0.037540507970329595,0.04273667972852147,0.0371941393841637,0.041806722382516266,0.036401064701860976,0.04277647285391648,0.036044705437926,0.036279031701994716,0.03547498421763062,0.03517980058995743,0.038703047333597515,0.5794797687861272,0.010836861821872754,6.850406364902601,0.37749463083543355,0.7760671798460462,0.7478260869565218,0.7863247863247863,0.8461538461538461,0.8189655172413793,0.7314814814814815,0.7522935779816514,0.7647058823529411,0.7355371900826446,0.7804878048780488,0.7758620689655172,0.7969924812030075,0.7703703703703704,0.006385535606705982,0.023380316711303327,0.021860040682351863,0.01916577353184397,0.020734765688638912,0.024643765540019624,0.02386816916174888,0.022476114893258195,0.02306001318069786,0.021626260503878513,0.02228539366001018,0.02019148947196448,0.020946902770892308,0.8353846153846154,0.010287216042154528,0.6628287480305417,0.017895588950111792,0.76,0.77,0.042295258468165065,0.77,0.042295258468165065,0.04292346959909278,0.7992857142857143,0.007560193223282475,0.7928373541528106,0.007772855813762827,0.46158847112363205,0.6319211182143244,0.005020512956204801,0.00518956384203374,0.6037259848631865,0.006814434238262858,7.583741142779511,0.24176137158913064,0.6859051335935155,0.004021253314376942,0.5558086560364465,0.4588235294117647,0.54,0.5252525252525253,0.525,0.6,0.5125,0.6625,0.5,0.4875,0.4935064935064935,0.5625,0.525,0.675,0.5,0.6625,0.6410256410256411,0.5,0.717948717948718,0.5875,0.5384615384615384,0.6375,0.525,0.525,0.5875,0.5125,0.55,0.475,0.006127218036974305,0.031198197104158432,0.028656685539031335,0.028926788825821715,0.032305147348093755,0.0314776521000435,0.03224512117668164,0.03047345294551832,0.032309834201479974,0.03228452872706116,0.032868774205327654,0.03198991204340402,0.03228440696429048,0.030260493341651394,0.03242290492979508,0.030694146857333706,0.03145873209101905,0.0323148427623094,0.02943595665639766,0.03179334906945783,0.03264332278766294,0.03094860353483003,0.032258020754864246,0.032170680018503144,0.03173493548242147,0.0322803705254934,0.0321089376330344,0.03222483748707163,0.6298472385428907,0.011732397046791484,0.6244520500926733,0.011826752940830283,0.7268656716417911,0.007043524266760944,0.6800118921455741,0.007662077752331052,, +TeenyTinyLlama-160m,0.19829059829059828,0.24017094017094018,0.0124942710453615,0.011661443012747946,0.5800653594771242,0.007022804722718477,0.5347494401931001,0.007213748340880085,2.7246813725490204,N/A,0.003318306693038656,0.008598896250653267,0.49325,0.007905962018240315,0.62175,0.007668698495126294,0.2677777777777778,0.2677777777777778,0.014768244481214481,0.014768244481214481,0.22531293463143254,0.24074074074074073,0.22,0.3090909090909091,0.32608695652173914,0.19607843137254902,0.1794871794871795,0.18604651162790697,0.26666666666666666,0.2037037037037037,0.225,0.21428571428571427,0.1346153846153846,0.2653061224489796,0.2727272727272727,0.12195121951219512,0.008984366737824847,0.03370733106880584,0.03389086722142001,0.03605649291955817,0.03997602093846583,0.032191093748247884,0.035416863774369305,0.034348501842554384,0.0378328863723703,0.03176098166714969,0.03812533904864976,0.031583325152237954,0.0272944923482609,0.036285745982029896,0.03874940132780957,0.029585965691276164,0.3978805394990366,0.010745054694103391,25.811401954273116,1.79087935238306,0.18894331700489853,0.20869565217391303,0.21367521367521367,0.24786324786324787,0.1810344827586207,0.16666666666666666,0.12844036697247707,0.226890756302521,0.17355371900826447,0.21138211382113822,0.16379310344827586,0.18796992481203006,0.15555555555555556,0.005986953126788941,0.021840693304140117,0.021840740788773776,0.022978991954041482,0.020668726133380073,0.02068451806634303,0.01851025833246064,0.022131578483793702,0.01983984871785401,0.021156735733243007,0.019840875177189073,0.019534648514636748,0.018035734487842733,0.7846153846153846,0.011396120309131366,0.4396551724137931,0.00357969847290883,0.59,0.57,0.049756985195624305,0.58,0.04960449637488582,0.04943110704237104,0.5092857142857142,0.009477572820066811,0.3728445198230819,0.006927590081721923,0.2768447285729765,0.29894896521833353,0.004765621557686009,0.004657792255886432,0.17737240442460703,0.005321777787774099,195.8573020160999,8.420107161852947,0.25743020114079856,0.003787890143299065,0.22323462414578588,0.24705882352941178,0.19,0.2828282828282828,0.25,0.2125,0.2375,0.225,0.175,0.2,0.2077922077922078,0.175,0.1625,0.175,0.275,0.25,0.24358974358974358,0.2125,0.24358974358974358,0.25,0.23076923076923078,0.25,0.2375,0.2375,0.25,0.2,0.1625,0.2375,0.005127041237604632,0.027042262913908738,0.022610898558232256,0.02612280528824573,0.027906432539943866,0.026254156596042817,0.02748025365254729,0.026968308403730747,0.024453251929326673,0.025728171531313702,0.026767452136385567,0.024450834795221654,0.02379321281672535,0.024500457146565055,0.028754788100139816,0.027845276878773455,0.028006227266103845,0.026347203745785593,0.028014432052580935,0.027932959678206467,0.027589385747782705,0.027896028383565717,0.027506939315053488,0.027528533271181592,0.027914660082074307,0.025795907677240118,0.023840298088979372,0.027546723108028172,0.6568742655699178,0.011474018662538724,0.4241472005932518,0.008233882524185767,0.29203980099502486,0.007178909829242862,0.1518354122953803,0.003021947881823276,, +TeenyTinyLlama-460m,0.2282051282051282,0.27350427350427353,0.01303741033837626,0.012274572870357178,0.6066176470588235,0.006967267659350775,0.5373876424062898,0.0072909925117069325,1.7032271241830066,N/A,0.1155141518202612,0.0145274851476106,0.62625,0.007650481477770561,0.583,0.007796983277977404,0.2811111111111111,0.2811111111111111,0.014993051943690223,0.014993051943690223,0.25869262865090403,0.2222222222222222,0.26,0.2909090909090909,0.30434782608695654,0.27450980392156865,0.3333333333333333,0.2558139534883721,0.4,0.18518518518518517,0.2,0.25,0.19230769230769232,0.24489795918367346,0.29545454545454547,0.1951219512195122,0.009443470142086071,0.032686823807106226,0.03588778454840895,0.03534696556525206,0.039083609550802104,0.035978720494247995,0.04367658685960787,0.03838360363384919,0.042273908274461,0.03057948748749918,0.0365322052413754,0.03341142258743985,0.031473789662835525,0.03547239664590251,0.03968072648772813,0.03565292949195198,0.42485549132947975,0.010851756902154302,16.894236491724712,1.0653800314962658,0.20153953813855843,0.26956521739130435,0.1794871794871795,0.17094017094017094,0.1810344827586207,0.1574074074074074,0.27522935779816515,0.21008403361344538,0.18181818181818182,0.16260162601626016,0.21551724137931033,0.18045112781954886,0.23703703703703705,0.006120374796135436,0.02394669490793456,0.020513771570222935,0.020146273865937696,0.02069031074680812,0.020315152240674064,0.024695300517388545,0.021574718048588012,0.020219473413749953,0.019087382840913217,0.021985358470882337,0.019229278363485952,0.021137632687647255,0.7292307692307692,0.012297143166681311,0.4622442839951865,0.01125568350129279,0.59,0.6,0.0492365963917331,0.59,0.04943110704237104,0.04943110704237104,0.5007142857142857,0.009478831508132182,0.3374295434926116,0.004633493924907901,0.30404160797486185,0.3481417271643732,0.0049590768399805,0.00478855362695265,0.21560256161459343,0.005729373228646617,84.67093520631353,3.3468370418222366,0.26651155809066346,0.00383048395542772,0.27015945330296126,0.23529411764705882,0.25,0.25252525252525254,0.2625,0.25,0.2375,0.25,0.325,0.325,0.3116883116883117,0.3125,0.3375,0.2875,0.25,0.3125,0.34615384615384615,0.2125,0.24358974358974358,0.2,0.24358974358974358,0.2375,0.25,0.3125,0.25,0.25,0.275,0.2875,0.0054609991139087195,0.02662760399525724,0.025044458442251318,0.02517984462055334,0.028487240212836117,0.027880232512176514,0.027469022000539828,0.027921672471627964,0.03022483875633216,0.03021485499773824,0.030481562874179448,0.029820761573409536,0.030563917132574843,0.029258325248078573,0.02798578403862147,0.029880203667916966,0.031035358629157586,0.02648333884237542,0.02805128221432659,0.025728334229440937,0.028091512596453462,0.02736879425512706,0.02790877447640268,0.029883741509311442,0.027933546443914634,0.027943914553281646,0.028829140552916924,0.029338075163090605,0.2984723854289072,0.011059935171647581,0.22986425339366515,0.006562248201388681,0.29850746268656714,0.007220602019931032,0.17221375341280776,0.004489438407926224,, +Tucano-160m,0.20512820512820512,0.25555555555555554,0.01275708808764098,0.01181011095534929,0.5004084967320261,0.007138907308242692,0.33424046164366045,0.003238145692219769,1.0325898692810456,N/A,0.03738144071785769,0.01248498955038447,0.62975,0.007635824174750682,0.66175,0.007481525758955888,0.23444444444444446,0.23444444444444446,0.014129554968110759,0.014129554968110759,0.24756606397774686,0.2222222222222222,0.26,0.2909090909090909,0.32608695652173914,0.27450980392156865,0.28205128205128205,0.2558139534883721,0.35555555555555557,0.18518518518518517,0.2,0.23214285714285715,0.19230769230769232,0.22448979591836735,0.29545454545454547,0.12195121951219512,0.009308601345071357,0.03258446080825427,0.03585259404178441,0.03534696556525206,0.03980802584562823,0.03600293060894696,0.04167152779428253,0.038398360798650645,0.041130295896316844,0.030544103079447143,0.0365322052413754,0.03263404400674921,0.031473789662835525,0.034397600766991714,0.03968072648772813,0.02935580284027595,0.4359344894026975,0.010885950055154976,16.453354676204906,1.0265451479004268,0.20573827851644508,0.20869565217391303,0.17094017094017094,0.18803418803418803,0.1206896551724138,0.25925925925925924,0.24770642201834864,0.24369747899159663,0.2231404958677686,0.21951219512195122,0.22413793103448276,0.17293233082706766,0.2,0.006183493299173988,0.021880250883568254,0.020054974296173193,0.020809668556382725,0.017409145665642917,0.024317821210400686,0.023936944609567287,0.022753385474322096,0.021828798090394206,0.021491797798553338,0.022377612796663126,0.018902880821541908,0.019987281326313784,0.7846153846153846,0.011396120309131366,0.4396551724137931,0.00357969847290883,0.61,0.6,0.0492365963917331,0.59,0.04943110704237104,0.04902071300001973,0.5135714285714286,0.009475463608662811,0.37619041699190825,0.006990825769414682,0.2969985913966844,0.33730631704410013,0.004921696847832917,0.0047566533161401275,0.21637880846109062,0.005736837143370836,100.04408435759302,4.017047194910349,0.25773041128790153,0.0037893319638641954,0.17220956719817768,0.058823529411764705,0.08,0.15151515151515152,0.1125,0.1,0.1375,0.075,0.1875,0.2,0.2077922077922078,0.1625,0.25,0.1625,0.175,0.2375,0.19230769230769232,0.1625,0.16666666666666666,0.2,0.19230769230769232,0.2,0.2125,0.2125,0.1375,0.2375,0.2125,0.2625,0.0046481481234839795,0.014701158124870163,0.01571678703480073,0.02081384191094631,0.020368372891685624,0.019334640417162624,0.022197338281285513,0.01705162123869162,0.025150194064610026,0.025818053880754605,0.026635228844908092,0.023783887366137926,0.027954863257438074,0.02381155795249743,0.02454267334118202,0.027364143733242467,0.025678523577336784,0.02388500120718443,0.024386758429616694,0.02561692945294449,0.025741860937932584,0.025797450459718978,0.026395929595712773,0.026403354771226538,0.022257469307837546,0.027476108486177493,0.026363726494584048,0.028515556389380706,0.299647473560517,0.011071844042014278,0.23174470457079152,0.006694730628151124,0.2990049751243781,0.007220024240766718,0.1649293949213547,0.0037350874409846696,, +Tucano-1b1,0.2512820512820513,0.30085470085470084,0.01341389388061822,0.012686230587653974,0.6486928104575164,0.006787013650230902,0.6135725377473816,0.007144240512923472,2.4035539215686272,N/A,0.14012459337602956,0.012748716626770866,0.61525,0.007693773970846728,0.64025,0.007589261070479719,0.25666666666666665,0.25666666666666665,0.014567891342380044,0.014567891342380044,0.2545201668984701,0.2222222222222222,0.26,0.3090909090909091,0.34782608695652173,0.3137254901960784,0.28205128205128205,0.23255813953488372,0.3333333333333333,0.18518518518518517,0.2,0.26785714285714285,0.19230769230769232,0.20408163265306123,0.3181818181818182,0.14634146341463414,0.00940262372092274,0.03263414933505183,0.03585259404178441,0.035964950486808686,0.04046682629633164,0.03741527482650915,0.04167152779428253,0.03716515848327099,0.04057542870297923,0.030596318881897913,0.0365322052413754,0.03422797593018743,0.031473789662835525,0.033271897387818494,0.040524370358501566,0.03169189946416069,0.48940269749518306,0.010973960354844419,10.545774603489813,0.6053107430127831,0.21553533939818054,0.2,0.19658119658119658,0.21367521367521367,0.1896551724137931,0.23148148148148148,0.1834862385321101,0.2605042016806723,0.23140495867768596,0.21138211382113822,0.2413793103448276,0.19548872180451127,0.22962962962962963,0.006278383435271929,0.021516686955447135,0.02116920025706272,0.02183405335297127,0.021021605266427976,0.023408389409943914,0.02146059677794695,0.02327270480574693,0.022080800125715935,0.021192450512050303,0.022942503261581686,0.019811040539733787,0.020979563165554115,0.7846153846153846,0.011396120309131366,0.4396551724137931,0.00357969847290883,0.77,0.67,0.04725815626252609,0.68,0.046882617226215076,0.042295258468165065,0.4042857142857143,0.009292935956448629,0.28887437998811133,0.0048086050503006105,0.3539928486293206,0.4410011918951132,0.005168583414494963,0.004978082780068716,0.2843004075295944,0.006284434424367963,33.61180584452193,1.1407356100045754,0.2525517862503753,0.003764131286734753,0.26378132118451025,0.23529411764705882,0.25,0.25252525252525254,0.2625,0.25,0.2375,0.25,0.3125,0.325,0.2987012987012987,0.3125,0.325,0.275,0.25,0.3125,0.3333333333333333,0.2125,0.24358974358974358,0.2,0.24358974358974358,0.225,0.225,0.2875,0.2375,0.225,0.275,0.275,0.005422667066381477,0.02662760399525724,0.025044458442251318,0.02517984462055334,0.028487240212836117,0.027880232512176514,0.027469022000539828,0.027921672471627964,0.029891600574479746,0.03021485499773824,0.030147139671852726,0.029820761573409536,0.03030808698061671,0.028841270350129174,0.02798578403862147,0.029880203667916966,0.030764130576165345,0.02648333884237542,0.02805128221432659,0.025728334229440937,0.028091512596453462,0.02686296748328316,0.026968247099868357,0.029172210122808108,0.02747247343010752,0.02693929528948014,0.028829140552916924,0.028925570890050427,0.700352526439483,0.01107314367626205,0.4118866620594333,0.003830370476228163,0.42885572139303485,0.007791951143078489,0.32433768451200706,0.005274199712998019,, +Tucano-2b4,0.2658119658119658,0.30427350427350425,0.013456870841978025,0.012920629079540702,0.5833333333333334,0.0070489866977433,0.5662370312001651,0.007149037300176883,1.0109885620915033,N/A,0.0,0.0,0.62475,0.007656632117246114,0.649,0.00754744930408608,0.2588888888888889,0.2588888888888889,0.014608933836168536,0.014608933836168536,0.2545201668984701,0.2222222222222222,0.26,0.2909090909090909,0.32608695652173914,0.29411764705882354,0.28205128205128205,0.2558139534883721,0.3333333333333333,0.2222222222222222,0.225,0.25,0.19230769230769232,0.20408163265306123,0.29545454545454547,0.17073170731707318,0.009390824006099257,0.032595860426050755,0.03585259404178441,0.03534696556525206,0.03980802584562823,0.0367251916768685,0.04167152779428253,0.038391548705677424,0.04057542870297923,0.03271675745521854,0.038182925807022976,0.033436522944707954,0.031473789662835525,0.033271897387818494,0.03968072648772813,0.03378335774801119,0.5033718689788054,0.010976176403171427,9.49209259932395,0.5263061269877062,0.21623512946116166,0.20869565217391303,0.23931623931623933,0.20512820512820512,0.14655172413793102,0.2037037037037037,0.23853211009174313,0.2773109243697479,0.24793388429752067,0.17886178861788618,0.21551724137931033,0.18796992481203006,0.24444444444444444,0.006277904370218341,0.021765728616016465,0.02272041965205983,0.021529317313180734,0.018938667296315048,0.02237966187773931,0.02368841663983037,0.023752890984876773,0.02261999938726175,0.019911809583291265,0.022065788087919966,0.019539265289673084,0.02139163854265848,0.7846153846153846,0.011396120309131366,0.4396551724137931,0.00357969847290883,0.79,0.73,0.04461960433384737,0.73,0.04461960433384737,0.040936018074033236,0.3457142857142857,0.009009695782470156,0.2930836414791883,0.007346065796046769,0.3766388557806913,0.4884602882219092,0.005203559381780298,0.005044041278203687,0.3238889967009509,0.006519573290659083,24.273200696658762,0.7866069863200691,0.2623836685679976,0.003811383485943047,0.2674259681093394,0.23529411764705882,0.25,0.25252525252525254,0.2625,0.25,0.2375,0.25,0.325,0.3375,0.2987012987012987,0.3125,0.325,0.275,0.25,0.3125,0.3333333333333333,0.2125,0.24358974358974358,0.2125,0.2564102564102564,0.2375,0.2375,0.2875,0.25,0.225,0.2875,0.275,0.005445985841714603,0.02662760399525724,0.025044458442251318,0.02517984462055334,0.028487240212836117,0.027880232512176514,0.027469022000539828,0.027921672471627964,0.03022483875633216,0.030543984411529904,0.030147139671852726,0.029820761573409536,0.03030808698061671,0.028841270350129174,0.02798578403862147,0.029880203667916966,0.030764130576165345,0.02648333884237542,0.02805128221432659,0.026296568931966004,0.028575147777311117,0.027367690363679913,0.027441340485316153,0.029172210122808108,0.027940352218918003,0.02693929528948014,0.02920132860646106,0.028925570890050427,0.6933019976498237,0.011150129600038914,0.42029518850565717,0.006199117983084853,0.6109452736318408,0.0077075449797958705,0.5713014408585765,0.007754415889438553,, +Tucano-630m,0.2504273504273504,0.28717948717948716,0.013233037605915245,0.012671863600300018,0.6025326797385621,0.006977630012943611,0.5816446664131609,0.0071347908001721735,2.495400326797386,N/A,0.10043729420444052,0.013734856379037043,0.666,0.007458210658499574,0.6405,0.007588104660129779,0.2733333333333333,0.2733333333333333,0.014863944409417502,0.014863944409417502,0.2670375521557719,0.25925925925925924,0.26,0.3090909090909091,0.32608695652173914,0.29411764705882354,0.3076923076923077,0.2558139534883721,0.37777777777777777,0.2222222222222222,0.225,0.25,0.19230769230769232,0.22448979591836735,0.3181818181818182,0.1951219512195122,0.009528424093467875,0.03437527707159389,0.03585259404178441,0.036002910832560193,0.03980802584562823,0.03678406842195817,0.04283183998954796,0.038398360798650645,0.04167427031075236,0.03271675745521854,0.038182925807022976,0.03341142258743985,0.031473789662835525,0.03446216033778414,0.040524370358501566,0.03556191511650078,0.4730250481695568,0.01096044040918296,11.615778427996,0.6631341424368952,0.21693491952414276,0.19130434782608696,0.20512820512820512,0.20512820512820512,0.15517241379310345,0.23148148148148148,0.2018348623853211,0.29411764705882354,0.256198347107438,0.21138211382113822,0.21551724137931033,0.21052631578947367,0.2222222222222222,0.006292669545184319,0.021164556524966373,0.021507384283901695,0.02152811625920136,0.019394504622995114,0.023415255201445617,0.02222243965433611,0.024130828527305574,0.022846894067722442,0.021198750818659993,0.02201297352125232,0.020357617909243248,0.02071694196668295,0.7846153846153846,0.011396120309131366,0.4396551724137931,0.00357969847290883,0.71,0.67,0.04725815626252609,0.68,0.046882617226215076,0.045604802157206865,0.5685714285714286,0.009367575808491036,0.5497826647158669,0.009491582018091594,0.3340556940080182,0.4037273810813739,0.005107551363682595,0.004909922096356381,0.2619833106928003,0.00612607031482513,48.0947065279568,1.7580556076650538,0.25600420294205944,0.003781009554619628,0.269248291571754,0.23529411764705882,0.25,0.25252525252525254,0.2625,0.25,0.25,0.25,0.325,0.325,0.3116883116883117,0.3125,0.325,0.2875,0.2375,0.3125,0.34615384615384615,0.2125,0.24358974358974358,0.2,0.2692307692307692,0.2375,0.2375,0.3,0.2625,0.2375,0.275,0.275,0.00545583795277233,0.02662760399525724,0.025044458442251318,0.02517984462055334,0.028487240212836117,0.027880232512176514,0.027949660198192516,0.027921672471627964,0.03022483875633216,0.03021485499773824,0.030481562874179448,0.029820761573409536,0.03030808698061671,0.029258325248078573,0.027493225333866663,0.029880203667916966,0.031035358629157586,0.02648333884237542,0.02805128221432659,0.025728334229440937,0.02906186881960052,0.02736879425512706,0.02745690409624145,0.029539631783275743,0.02838086518015215,0.027465636498159574,0.028829140552916924,0.028925570890050427,0.3396004700352526,0.011441579379090646,0.3131498523650318,0.010561070965318428,0.45124378109452734,0.007861876742013206,0.2072905953605302,0.0024889383614547437,, +Tucano2-0.6B-Base,0.33247863247863246,0.3700854700854701,0.014121621753736067,0.013778666871508503,0.5130718954248366,0.007136287055837267,0.36891442630353705,0.004995590407601964,1.6449387254901962,N/A,0.10122529198593108,0.013509459447594846,0.66825,0.0074455922253301296,0.68,0.00737655769318252,0.26222222222222225,0.26222222222222225,0.014669580202217824,0.014669580202217824,0.2114047287899861,0.2222222222222222,0.12,0.2545454545454545,0.34782608695652173,0.21568627450980393,0.3076923076923077,0.3023255813953488,0.2222222222222222,0.14814814814814814,0.25,0.21428571428571427,0.21153846153846154,0.12244897959183673,0.11363636363636363,0.14634146341463414,0.008792062892074834,0.032678043004061255,0.02657623294954054,0.03387860333526782,0.040525589885644496,0.033227440336532375,0.04256832900072988,0.04033585396483944,0.035722618677772114,0.02788267879417696,0.03952518565922328,0.03163824199119833,0.03275051381208595,0.027021164094854087,0.02764738708665832,0.031931812220256435,0.5761078998073218,0.010848520804992096,7.505161823615618,0.44787132592301543,0.2358292512246326,0.19130434782608696,0.20512820512820512,0.2564102564102564,0.20689655172413793,0.3055555555555556,0.22935779816513763,0.19327731092436976,0.24793388429752067,0.2601626016260163,0.2413793103448276,0.2556390977443609,0.23703703703703705,0.006488970481818106,0.021162122076564756,0.02161251982325149,0.02328408263989128,0.02169743606814018,0.02555190327825207,0.023214349368781237,0.020916129450196143,0.022637164962996188,0.02291364100620369,0.022839835315721715,0.021748044233065218,0.021173762287121492,0.7846153846153846,0.011396120309131366,0.4396551724137931,0.00357969847290883,0.76,0.81,0.039427724440366255,0.79,0.040936018074033236,0.04292346959909278,0.4992857142857143,0.00947482206123735,0.3330157217722725,0.004215753402721677,0.3724130458337848,0.4774081698992307,0.005199629971795624,0.005032636971394432,0.39452745973219483,0.006809228632878824,20.301981926552738,0.7092062816226157,0.2718402882017412,0.003854510385561605,0.23280182232346242,0.25882352941176473,0.25,0.25252525252525254,0.275,0.25,0.2375,0.25,0.15,0.2375,0.23376623376623376,0.2125,0.1875,0.1875,0.2125,0.275,0.21794871794871795,0.225,0.24358974358974358,0.2375,0.20512820512820512,0.2375,0.275,0.2,0.2375,0.2125,0.225,0.2875,0.005211375619176454,0.027439944269300902,0.024999054164627513,0.02513759836912599,0.028842769768432266,0.027803429899727953,0.027511514707501687,0.027969270060875333,0.022965539047482306,0.02739801259080428,0.027845780352732368,0.02636327356327225,0.025163741964027368,0.025170557738075854,0.026432573121099534,0.028840484584019492,0.02693219019792365,0.026872817692190045,0.028004812947648394,0.027398518414074452,0.026437389551520193,0.02754894506133313,0.02874922000308674,0.025822372019185823,0.027404924686794917,0.026461647581670692,0.026969863667221566,0.029244778204497373,0.6439482961222092,0.01158607666681163,0.44683000920330285,0.010246030132924607,0.2880597014925373,0.007133180251905251,0.20570459469384028,0.0054860743968753725,, +Tucano2-qwen-0.5B-Base,0.32905982905982906,0.37435897435897436,0.014154661190814505,0.013742700308521677,0.610702614379085,0.006976455542871003,0.5493894012220668,0.007313213532417135,1.954166666666667,N/A,0.06429110147600466,0.013460910678684006,0.70675,0.007199067024031941,0.72675,0.007046880444991351,0.5388888888888889,0.5388888888888889,0.016625417583086437,0.016625417583086437,0.46870653685674546,0.46296296296296297,0.46,0.5636363636363636,0.3695652173913043,0.37254901960784315,0.5641025641025641,0.6046511627906976,0.5777777777777777,0.37037037037037035,0.475,0.4642857142857143,0.34615384615384615,0.3877551020408163,0.5227272727272727,0.5609756097560976,0.010751763481122825,0.03908140507987583,0.04086284322684593,0.03854268045176616,0.041049198501562786,0.03903627297829125,0.046067534061712136,0.043110276875963825,0.04235722643358554,0.03788178159383037,0.04557332896428892,0.038341658891473986,0.038139467533341624,0.040012931518371306,0.043422447984322925,0.044825815810456374,0.5867052023121387,0.01081012929476997,7.2359833214160085,0.42482617041660564,0.5514345696291113,0.5043478260869565,0.5726495726495726,0.6153846153846154,0.5344827586206896,0.5833333333333334,0.5688073394495413,0.4789915966386555,0.5371900826446281,0.5284552845528455,0.5086206896551724,0.5639097744360902,0.6148148148148148,0.007618623435000518,0.026949045711548218,0.026429279577735547,0.02589822342752356,0.02669879193984667,0.02740882906544383,0.027336979010138398,0.026385065690201895,0.026088144599797948,0.02606861159558674,0.02684138658677631,0.02485425227418429,0.024259924778206914,0.7846153846153846,0.011396120309131366,0.4396551724137931,0.00357969847290883,0.79,0.75,0.04351941398892446,0.74,0.0440844002276808,0.040936018074033236,0.7964285714285714,0.007613133172324561,0.7963528271484649,0.00761763073122653,0.3776140426915159,0.48434283237620546,0.005202393220555622,0.005046614926940191,0.4513875412381137,0.006932975888368315,15.604144991512424,0.5333901055397442,0.39680276193335334,0.0042385372220186505,0.40364464692482915,0.4,0.4,0.3434343434343434,0.4125,0.425,0.375,0.475,0.3125,0.425,0.3246753246753247,0.425,0.4375,0.4375,0.425,0.4125,0.41025641025641024,0.35,0.48717948717948717,0.3375,0.44871794871794873,0.3875,0.3625,0.425,0.425,0.425,0.3875,0.4375,0.006053332133276562,0.030610161516106096,0.028296630437280906,0.027549621066797744,0.031730143003018005,0.03187425289992289,0.031303363618806604,0.03204492958151872,0.030024899757931458,0.03186228006495766,0.030794179748498546,0.03186391626480471,0.03202492621379354,0.03195252134301974,0.03180998638392341,0.03183014975650971,0.03207677106125773,0.030649958521189145,0.03266206847243709,0.030453791802761587,0.03245421470850268,0.03147299166016239,0.031016128861774545,0.03173265714315922,0.03191749762684417,0.0320020087581464,0.031539234776498976,0.03202176928915031,0.43478260869565216,0.012048917796997311,0.42838929145469706,0.011986624066160297,0.4736318407960199,0.007893686144300348,0.2678826295357763,0.005779014212286808,, +Tucano2-qwen-1.5B-Base,0.44529914529914527,0.48205128205128206,0.014614459118720773,0.014536106383401307,0.8766339869281046,0.004699176594010998,0.8755544782450612,0.004739218474976754,1.0735661764705884,N/A,0.6290850483582386,0.009612669804680212,0.708,0.007190057317647597,0.72475,0.007062884004258771,0.74,0.74,0.014629271097998421,0.014629271097998421,0.5591098748261474,0.5370370370370371,0.6,0.509090909090909,0.6304347826086957,0.47058823529411764,0.6923076923076923,0.6511627906976745,0.5555555555555556,0.42592592592592593,0.4,0.5535714285714286,0.6346153846153846,0.4897959183673469,0.6136363636363636,0.6829268292682927,0.01069785624296974,0.039296745462938605,0.04014798243504816,0.03888891915912078,0.0411282805992433,0.04024244267609041,0.04269098796102326,0.041929332285094205,0.04271556020713639,0.038960456443585575,0.04470992542423865,0.03835558472845869,0.03851223021094464,0.0410194387799713,0.04234932088737962,0.0418113153523233,0.5905587668593449,0.010794891914388602,7.008747913313241,0.40940358093832135,0.6871938418474458,0.6782608695652174,0.717948717948718,0.7521367521367521,0.7068965517241379,0.6666666666666666,0.6972477064220184,0.7058823529411765,0.6611570247933884,0.6422764227642277,0.6896551724137931,0.631578947368421,0.7037037037037037,0.0070891143834158395,0.0251403029631727,0.02405435432253117,0.023038334357693698,0.02443296265724745,0.02625818903872996,0.02543475203567573,0.0241011316238719,0.02479881231135445,0.024985945100694615,0.024741511708920926,0.024112138519174948,0.022685440228473772,0.7846153846153846,0.011396120309131366,0.4396551724137931,0.00357969847290883,0.8,0.77,0.042295258468165065,0.77,0.042295258468165065,0.04020151261036849,0.8064285714285714,0.0074826455677965455,0.801107069296415,0.007665138669900729,0.42539820132192,0.5624661393433742,0.005164166461307016,0.005146684217488626,0.5420143605666602,0.006941341313928234,9.820716308685725,0.3120846033602529,0.5403782647853498,0.004317657624183865,0.48291571753986334,0.4588235294117647,0.51,0.46464646464646464,0.45,0.5,0.4625,0.525,0.5,0.4625,0.33766233766233766,0.525,0.525,0.525,0.475,0.5375,0.5641025641025641,0.5375,0.5384615384615384,0.4625,0.48717948717948717,0.45,0.425,0.4625,0.45,0.45,0.5,0.45,0.006164493571290463,0.03120711424338333,0.028912621193308535,0.028826912523627856,0.03204801747078995,0.03224202969176272,0.03222923233485234,0.03229751885191722,0.03239443199904663,0.032144839789965185,0.03103244684042299,0.032222242709920586,0.032249698626176736,0.03225675063294939,0.03217856982922958,0.032246622088818386,0.032435167155658584,0.03223354880595777,0.032573794785528166,0.032123574402475284,0.03271170717682627,0.03203769414642788,0.031951776527517205,0.03217984644292296,0.03205629372165545,0.03221345216992268,0.03232207361521986,0.03198727711742204,0.7297297297297297,0.010749375621571917,0.679463244638342,0.01220967447481398,0.7014925373134329,0.007246042251471291,0.6540958473356445,0.007812938746547184,, +Tucano2-qwen-3.5B-Base,0.5230769230769231,0.5777777777777777,0.014445870094078068,0.014608300475750825,0.9252450980392157,0.0037560275279046665,0.9251590635527494,0.0037610728425282497,0.5572916666666665,N/A,0.7701197353926412,0.006649667590414615,0.704,0.00721865827261647,0.694,0.007287268079947193,0.8366666666666667,0.8366666666666667,0.012329168844652528,0.012329168844652528,0.6620305980528511,0.6481481481481481,0.64,0.6909090909090909,0.6521739130434783,0.5882352941176471,0.6666666666666666,0.7209302325581395,0.6444444444444445,0.5925925925925926,0.7,0.6607142857142857,0.75,0.5918367346938775,0.7045454545454546,0.7073170731707317,0.010157757528559894,0.037594875406546435,0.03953375278949041,0.03605420458368598,0.0405315180666698,0.039752636457935614,0.04360776726045774,0.039432470230869696,0.041213076472343936,0.038650432775192395,0.04175277819931915,0.03644397183647981,0.034773619645811646,0.040532053004604704,0.039742872820681924,0.040951553558739306,0.6107899807321773,0.0107035762556229,5.713055201421455,0.29495381614560345,0.7753673897830651,0.7478260869565218,0.811965811965812,0.8461538461538461,0.8448275862068966,0.7777777777777778,0.8073394495412844,0.8067226890756303,0.743801652892562,0.7154471544715447,0.75,0.6842105263157895,0.7851851851851852,0.006377145135723042,0.023447252641875988,0.02087704326839612,0.01921565112452091,0.01944793905815595,0.023084030560191867,0.021892563584984096,0.020893018955083217,0.022776450345788787,0.023503035027562222,0.023138027075607918,0.02320588990454305,0.020404682391600704,0.7876923076923077,0.01133278097111669,0.45449901481427424,0.008069363645658589,0.84,0.83,0.03775251680686369,0.83,0.03775251680686369,0.03684529491774706,0.665,0.00890653495166499,0.6234605955470173,0.00951858317428499,0.4838010618701918,0.6531585220500596,0.004954741713215018,0.00520221346811777,0.6252668348534834,0.006743817908692071,6.574656712295472,0.18832300331707774,0.6540078054638246,0.004121199159002156,0.584510250569476,0.3764705882352941,0.59,0.5656565656565656,0.5125,0.6625,0.625,0.7375,0.6125,0.55,0.4805194805194805,0.65,0.625,0.65,0.525,0.625,0.6538461538461539,0.5875,0.5897435897435898,0.575,0.5897435897435898,0.6125,0.55,0.4875,0.6375,0.525,0.6375,0.5625,0.006071412237214423,0.030361740131894334,0.028445183897774385,0.02862790167127372,0.03224493616787287,0.030467009008680036,0.031220571629946996,0.02843559794708646,0.03139589988285276,0.03226132851591818,0.032830805301195386,0.030611536360793473,0.031310092407276585,0.030692719997990617,0.032358129209763435,0.031382714558388446,0.03109637957099322,0.031957806650269406,0.03208206142728883,0.03182114971496286,0.03228511767428725,0.031372223696958024,0.0321935167686262,0.03209267502993051,0.03105400471909683,0.03235792164586319,0.031098329350728315,0.03209246971016282,0.6145710928319624,0.011835075822813054,0.6103088177807561,0.011900091760317547,0.7298507462686568,0.006986496038388035,0.7027752533485003,0.007392699151541939,, +granite-3.3-2b-base,0.37264957264957266,0.41367521367521365,0.014404282204332606,0.014141587247061934,0.8055555555555556,0.005664611020623134,0.8023865940463358,0.005744998020558099,1.452312091503268,N/A,0.5283561147031579,0.011861133126886747,0.68175,0.0073658195877682135,0.675,0.0074065825024832825,0.6566666666666666,0.6566666666666666,0.01583618712450829,0.01583618712450829,0.4534075104311544,0.42592592592592593,0.34,0.41818181818181815,0.5217391304347826,0.45098039215686275,0.46153846153846156,0.5581395348837209,0.5333333333333333,0.3888888888888889,0.45,0.48214285714285715,0.4423076923076923,0.4489795918367347,0.45454545454545453,0.4634146341463415,0.010737376082624565,0.03894139481100792,0.03869808895773653,0.03834273624139255,0.04260722039744891,0.04022732342855381,0.04615567132594318,0.043711369449436654,0.0429885246542778,0.03842975687235822,0.04546679868335908,0.03860350419428315,0.039700076052028105,0.04108542388416878,0.04333929119847271,0.04491732645335962,0.5876685934489403,0.010806384050731128,6.871733571219698,0.3863418590645055,0.5402379286214136,0.4956521739130435,0.5128205128205128,0.6324786324786325,0.5689655172413793,0.5185185185185185,0.5412844036697247,0.5294117647058824,0.5454545454545454,0.5447154471544715,0.5603448275862069,0.5037593984962406,0.5333333333333333,0.007610905607743362,0.02690801312792865,0.026699941842148155,0.02568371510524713,0.02646837875883036,0.027758164764029935,0.02758977152907364,0.02636805588073962,0.026123244122537664,0.025928314867697432,0.026627823363633386,0.02507626391778475,0.024800081646743105,0.7846153846153846,0.011396120309131366,0.4396551724137931,0.00357969847290883,0.75,0.72,0.045126085985421296,0.7,0.04605661864718383,0.04351941398892446,0.695,0.00871012498492208,0.6656178769699767,0.00927726743886742,0.44988622819373714,0.6080832159497237,0.005081882819370185,0.005178736512257462,0.5821851348728896,0.006871231372591393,8.394705035640424,0.2633573955358196,0.45631942359651756,0.004315244150188743,0.3954441913439636,0.36470588235294116,0.38,0.3434343434343434,0.3625,0.4375,0.3875,0.3875,0.375,0.4375,0.3246753246753247,0.4,0.4375,0.425,0.325,0.425,0.44871794871794873,0.3125,0.5128205128205128,0.4,0.46153846153846156,0.4375,0.35,0.4,0.475,0.4,0.3625,0.325,0.006011459864146542,0.030131183514046884,0.027995185108802462,0.02751820105827811,0.031148189897444594,0.03197249501242128,0.031433326474546254,0.031420822379549185,0.031261737062560024,0.032073596025625116,0.030754033676943116,0.031575594902594754,0.03207544651983603,0.031872359062171715,0.03015613631734852,0.031922162437299985,0.032470247502144084,0.029915793897993842,0.03265504892158722,0.03170056859861937,0.032660523223876706,0.03214541629196053,0.03080539770754021,0.03162400672474354,0.03216034101703433,0.031662693844808576,0.030995965897894905,0.030240576881592363,0.6404230317273796,0.011641719509380073,0.6263773788480522,0.01190534003929822,0.7278606965174129,0.007022236403107582,0.6750132403173793,0.007691318972392456,, diff --git a/generation_config.json b/generation_config.json new file mode 100644 index 0000000..6cd7a77 --- /dev/null +++ b/generation_config.json @@ -0,0 +1,14 @@ +{ + "bos_token_id": 1, + "eos_token_id": 2, + "pad_token_id": 49109, + "transformers_version": "4.53.2", + "do_sample": true, + "max_new_tokens": 1024, + "renormalize_logits": true, + "repetition_penalty": 1.2, + "temperature": 0.1, + "top_k": 50, + "top_p": 1.0, + "use_cache": false +} \ No newline at end of file diff --git a/logo.png b/logo.png new file mode 100644 index 0000000..8f142c2 --- /dev/null +++ b/logo.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1856d91c3b35390cee5122902d94044657c67df7034ca4005316275c404fc8a0 +size 197189 diff --git a/model-00001-of-00002.safetensors b/model-00001-of-00002.safetensors new file mode 100644 index 0000000..8a9dce2 --- /dev/null +++ b/model-00001-of-00002.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:869e1d78e03c3f52e59df11c36b7409a393fb33c1a9a990d2c443b1505390122 +size 4996742472 diff --git a/model-00002-of-00002.safetensors b/model-00002-of-00002.safetensors new file mode 100644 index 0000000..f7bbe48 --- /dev/null +++ b/model-00002-of-00002.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7de28cf45b0c898934748c85b310680f859797b417666e05dbd5b2246225d0ee +size 2773643768 diff --git a/model.safetensors.index.json b/model.safetensors.index.json new file mode 100644 index 0000000..9d18afd --- /dev/null +++ b/model.safetensors.index.json @@ -0,0 +1,407 @@ +{ + "metadata": { + "total_parameters": 3759341056, + "total_size": 7770340352 + }, + "weight_map": { + "lm_head.weight": "model-00002-of-00002.safetensors", + "model.embed_tokens.weight": "model-00001-of-00002.safetensors", + "model.layers.0.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.0.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.0.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.0.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.0.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.0.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.0.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.0.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.0.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.0.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.0.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.1.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.1.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.1.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.1.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.1.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.1.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.1.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.1.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.1.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.1.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.1.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.10.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.10.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.10.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.10.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.10.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.10.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.10.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.10.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.10.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.10.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.10.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.11.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.11.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.11.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.11.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.11.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.11.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.11.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.11.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.11.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.11.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.11.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.12.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.12.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.12.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.12.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.12.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.12.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.12.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.12.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.12.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.12.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.12.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.13.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.13.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.13.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.13.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.13.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.13.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.13.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.13.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.13.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.13.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.13.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.14.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.14.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.14.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.14.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.14.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.14.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.14.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.14.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.14.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.14.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.14.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.15.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.15.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.15.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.15.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.15.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.15.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.15.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.15.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.15.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.15.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.15.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.16.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.16.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.16.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.16.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.16.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.16.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.16.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.16.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.16.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.16.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.16.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.17.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.17.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.17.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.17.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.17.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.17.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.17.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.17.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.17.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.17.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.17.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.18.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.18.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.18.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.18.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.18.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.18.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.18.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.18.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.18.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.18.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.18.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.19.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.19.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.19.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.19.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.19.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.19.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.19.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.19.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.19.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.19.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.19.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.2.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.2.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.2.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.2.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.2.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.2.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.2.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.2.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.2.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.2.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.2.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.20.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.20.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.20.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.20.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.20.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.20.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.20.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.20.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.20.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.20.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.20.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.21.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.21.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.21.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.21.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.21.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.21.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.21.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.21.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.21.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.21.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.21.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.22.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.22.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.22.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.22.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.22.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.22.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.22.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.22.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.22.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.22.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.22.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.23.input_layernorm.weight": "model-00002-of-00002.safetensors", + "model.layers.23.mlp.down_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.23.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.23.mlp.up_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.23.post_attention_layernorm.weight": "model-00002-of-00002.safetensors", + "model.layers.23.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.23.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.23.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.23.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.23.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.23.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.24.input_layernorm.weight": "model-00002-of-00002.safetensors", + "model.layers.24.mlp.down_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.24.mlp.gate_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.24.mlp.up_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.24.post_attention_layernorm.weight": "model-00002-of-00002.safetensors", + "model.layers.24.self_attn.k_norm.weight": "model-00002-of-00002.safetensors", + "model.layers.24.self_attn.k_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.24.self_attn.o_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.24.self_attn.q_norm.weight": "model-00002-of-00002.safetensors", + "model.layers.24.self_attn.q_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.24.self_attn.v_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.25.input_layernorm.weight": "model-00002-of-00002.safetensors", + "model.layers.25.mlp.down_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.25.mlp.gate_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.25.mlp.up_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.25.post_attention_layernorm.weight": "model-00002-of-00002.safetensors", + "model.layers.25.self_attn.k_norm.weight": "model-00002-of-00002.safetensors", + "model.layers.25.self_attn.k_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.25.self_attn.o_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.25.self_attn.q_norm.weight": "model-00002-of-00002.safetensors", + "model.layers.25.self_attn.q_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.25.self_attn.v_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.26.input_layernorm.weight": "model-00002-of-00002.safetensors", + "model.layers.26.mlp.down_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.26.mlp.gate_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.26.mlp.up_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.26.post_attention_layernorm.weight": "model-00002-of-00002.safetensors", + "model.layers.26.self_attn.k_norm.weight": "model-00002-of-00002.safetensors", + "model.layers.26.self_attn.k_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.26.self_attn.o_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.26.self_attn.q_norm.weight": "model-00002-of-00002.safetensors", + "model.layers.26.self_attn.q_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.26.self_attn.v_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.27.input_layernorm.weight": "model-00002-of-00002.safetensors", + "model.layers.27.mlp.down_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.27.mlp.gate_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.27.mlp.up_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.27.post_attention_layernorm.weight": "model-00002-of-00002.safetensors", + "model.layers.27.self_attn.k_norm.weight": "model-00002-of-00002.safetensors", + "model.layers.27.self_attn.k_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.27.self_attn.o_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.27.self_attn.q_norm.weight": "model-00002-of-00002.safetensors", + "model.layers.27.self_attn.q_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.27.self_attn.v_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.28.input_layernorm.weight": "model-00002-of-00002.safetensors", + "model.layers.28.mlp.down_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.28.mlp.gate_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.28.mlp.up_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.28.post_attention_layernorm.weight": "model-00002-of-00002.safetensors", + "model.layers.28.self_attn.k_norm.weight": "model-00002-of-00002.safetensors", + "model.layers.28.self_attn.k_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.28.self_attn.o_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.28.self_attn.q_norm.weight": "model-00002-of-00002.safetensors", + "model.layers.28.self_attn.q_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.28.self_attn.v_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.29.input_layernorm.weight": "model-00002-of-00002.safetensors", + "model.layers.29.mlp.down_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.29.mlp.gate_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.29.mlp.up_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.29.post_attention_layernorm.weight": "model-00002-of-00002.safetensors", + "model.layers.29.self_attn.k_norm.weight": "model-00002-of-00002.safetensors", + "model.layers.29.self_attn.k_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.29.self_attn.o_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.29.self_attn.q_norm.weight": "model-00002-of-00002.safetensors", + "model.layers.29.self_attn.q_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.29.self_attn.v_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.3.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.3.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.3.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.3.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.3.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.3.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.3.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.3.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.3.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.3.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.3.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.30.input_layernorm.weight": "model-00002-of-00002.safetensors", + "model.layers.30.mlp.down_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.30.mlp.gate_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.30.mlp.up_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.30.post_attention_layernorm.weight": "model-00002-of-00002.safetensors", + "model.layers.30.self_attn.k_norm.weight": "model-00002-of-00002.safetensors", + "model.layers.30.self_attn.k_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.30.self_attn.o_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.30.self_attn.q_norm.weight": "model-00002-of-00002.safetensors", + "model.layers.30.self_attn.q_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.30.self_attn.v_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.31.input_layernorm.weight": "model-00002-of-00002.safetensors", + "model.layers.31.mlp.down_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.31.mlp.gate_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.31.mlp.up_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.31.post_attention_layernorm.weight": "model-00002-of-00002.safetensors", + "model.layers.31.self_attn.k_norm.weight": "model-00002-of-00002.safetensors", + "model.layers.31.self_attn.k_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.31.self_attn.o_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.31.self_attn.q_norm.weight": "model-00002-of-00002.safetensors", + "model.layers.31.self_attn.q_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.31.self_attn.v_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.32.input_layernorm.weight": "model-00002-of-00002.safetensors", + "model.layers.32.mlp.down_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.32.mlp.gate_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.32.mlp.up_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.32.post_attention_layernorm.weight": "model-00002-of-00002.safetensors", + "model.layers.32.self_attn.k_norm.weight": "model-00002-of-00002.safetensors", + "model.layers.32.self_attn.k_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.32.self_attn.o_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.32.self_attn.q_norm.weight": "model-00002-of-00002.safetensors", + "model.layers.32.self_attn.q_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.32.self_attn.v_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.33.input_layernorm.weight": "model-00002-of-00002.safetensors", + "model.layers.33.mlp.down_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.33.mlp.gate_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.33.mlp.up_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.33.post_attention_layernorm.weight": "model-00002-of-00002.safetensors", + "model.layers.33.self_attn.k_norm.weight": "model-00002-of-00002.safetensors", + "model.layers.33.self_attn.k_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.33.self_attn.o_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.33.self_attn.q_norm.weight": "model-00002-of-00002.safetensors", + "model.layers.33.self_attn.q_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.33.self_attn.v_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.34.input_layernorm.weight": "model-00002-of-00002.safetensors", + "model.layers.34.mlp.down_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.34.mlp.gate_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.34.mlp.up_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.34.post_attention_layernorm.weight": "model-00002-of-00002.safetensors", + "model.layers.34.self_attn.k_norm.weight": "model-00002-of-00002.safetensors", + "model.layers.34.self_attn.k_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.34.self_attn.o_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.34.self_attn.q_norm.weight": "model-00002-of-00002.safetensors", + "model.layers.34.self_attn.q_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.34.self_attn.v_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.35.input_layernorm.weight": "model-00002-of-00002.safetensors", + "model.layers.35.mlp.down_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.35.mlp.gate_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.35.mlp.up_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.35.post_attention_layernorm.weight": "model-00002-of-00002.safetensors", + "model.layers.35.self_attn.k_norm.weight": "model-00002-of-00002.safetensors", + "model.layers.35.self_attn.k_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.35.self_attn.o_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.35.self_attn.q_norm.weight": "model-00002-of-00002.safetensors", + "model.layers.35.self_attn.q_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.35.self_attn.v_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.4.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.4.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.4.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.4.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.4.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.4.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.4.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.4.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.4.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.4.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.4.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.5.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.5.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.5.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.5.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.5.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.5.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.5.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.5.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.5.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.5.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.5.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.6.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.6.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.6.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.6.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.6.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.6.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.6.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.6.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.6.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.6.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.6.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.7.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.7.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.7.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.7.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.7.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.7.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.7.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.7.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.7.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.7.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.7.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.8.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.8.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.8.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.8.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.8.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.8.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.8.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.8.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.8.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.8.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.8.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.9.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.9.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.9.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.9.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.9.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.9.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.9.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.9.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.9.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.9.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.9.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.norm.weight": "model-00002-of-00002.safetensors" + } +} diff --git a/ruler.yaml b/ruler.yaml new file mode 100644 index 0000000..7d1a34f --- /dev/null +++ b/ruler.yaml @@ -0,0 +1,82 @@ +model_name: Tucano2-qwen-3.7B-Base +results: + niah_pt_multikey_1_1024: 0.596 + niah_pt_multikey_1_1024_stderr: 0.021966635293832883 + niah_pt_multikey_1_2048: 0.614 + niah_pt_multikey_1_2048_stderr: 0.021793529219281196 + niah_pt_multikey_1_4096: 0.436 + niah_pt_multikey_1_4096_stderr: N/A + niah_pt_multikey_1_alias: " - niah_pt_multikey_1" + niah_pt_multikey_2_1024: 0.67 + niah_pt_multikey_2_1024_stderr: 0.021049612166134782 + niah_pt_multikey_2_2048: 0.682 + niah_pt_multikey_2_2048_stderr: 0.020847571620814014 + niah_pt_multikey_2_4096: 0.608 + niah_pt_multikey_2_4096_stderr: N/A + niah_pt_multikey_2_alias: " - niah_pt_multikey_2" + niah_pt_multikey_3_1024: 0.842 + niah_pt_multikey_3_1024_stderr: 0.0163280498045799 + niah_pt_multikey_3_2048: 0.856 + niah_pt_multikey_3_2048_stderr: 0.015716934945725784 + niah_pt_multikey_3_4096: 0.786 + niah_pt_multikey_3_4096_stderr: N/A + niah_pt_multikey_3_alias: " - niah_pt_multikey_3" + niah_pt_multiquery_1024: 0.5815 + niah_pt_multiquery_1024_stderr: 0.015245666949052864 + niah_pt_multiquery_2048: 0.5405 + niah_pt_multiquery_2048_stderr: 0.014383437229433934 + niah_pt_multiquery_4096: 0.493 + niah_pt_multiquery_4096_stderr: N/A + niah_pt_multiquery_alias: " - niah_pt_multiquery" + niah_pt_multivalue_1024: 0.5685 + niah_pt_multivalue_1024_stderr: 0.015209475872383808 + niah_pt_multivalue_2048: 0.3425 + niah_pt_multivalue_2048_stderr: 0.014868747738751817 + niah_pt_multivalue_4096: 0.355 + niah_pt_multivalue_4096_stderr: N/A + niah_pt_multivalue_alias: " - niah_pt_multivalue" + niah_pt_single_1_1024: 0.63 + niah_pt_single_1_1024_stderr: 0.021613289165165816 + niah_pt_single_1_2048: 0.578 + niah_pt_single_1_2048_stderr: 0.022109039310618563 + niah_pt_single_1_4096: 0.462 + niah_pt_single_1_4096_stderr: N/A + niah_pt_single_1_alias: " - niah_pt_single_1" + niah_pt_single_2_1024: 0.538 + niah_pt_single_2_1024_stderr: 0.022318338119870523 + niah_pt_single_2_2048: 0.548 + niah_pt_single_2_2048_stderr: 0.02227969410784354 + niah_pt_single_2_4096: 0.566 + niah_pt_single_2_4096_stderr: N/A + niah_pt_single_2_alias: " - niah_pt_single_2" + niah_pt_single_3_1024: 0.716 + niah_pt_single_3_1024_stderr: 0.020186703693570777 + niah_pt_single_3_2048: 0.726 + niah_pt_single_3_2048_stderr: 0.019966103540279518 + niah_pt_single_3_4096: 0.702 + niah_pt_single_3_4096_stderr: N/A + niah_pt_single_3_alias: " - niah_pt_single_3" + ruler_pt_4096: 0.5871696969696969 + ruler_pt_4096_stderr: N/A + ruler_pt_alias: ruler_pt + ruler_pt_cwe_1024: 0.3028 + ruler_pt_cwe_1024_stderr: 0.0064114376754463 + ruler_pt_cwe_2048: 0.253 + ruler_pt_cwe_2048_stderr: 0.006635515060659607 + ruler_pt_cwe_4096: 0.3358 + ruler_pt_cwe_4096_stderr: N/A + ruler_pt_cwe_alias: " - ruler_pt_cwe" + ruler_pt_fwe_1024: 0.864 + ruler_pt_fwe_1024_stderr: 0.010004852975181538 + ruler_pt_fwe_2048: 0.8266666666666667 + ruler_pt_fwe_2048_stderr: 0.011102646519713471 + ruler_pt_fwe_4096: 0.7346666666666666 + ruler_pt_fwe_4096_stderr: N/A + ruler_pt_fwe_alias: " - ruler_pt_fwe" + ruler_pt_vt_1024: 0.9816 + ruler_pt_vt_1024_stderr: 0.004767424532527671 + ruler_pt_vt_2048: 0.9708 + ruler_pt_vt_2048_stderr: 0.006233171331649675 + ruler_pt_vt_4096: 0.9803999999999999 + ruler_pt_vt_4096_stderr: N/A + ruler_pt_vt_alias: " - ruler_pt_vt" diff --git a/special_tokens_map.json b/special_tokens_map.json new file mode 100644 index 0000000..2b4b5fa --- /dev/null +++ b/special_tokens_map.json @@ -0,0 +1,30 @@ +{ + "bos_token": { + "content": "<|im_start|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "eos_token": { + "content": "<|im_end|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "pad_token": { + "content": "<|pad|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "unk_token": { + "content": "<|unk|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + } +} diff --git a/tokenizer.json b/tokenizer.json new file mode 100644 index 0000000..494a7a7 --- /dev/null +++ b/tokenizer.json @@ -0,0 +1,463711 @@ +{ + "version": "1.0", + "truncation": null, + "padding": null, + "added_tokens": [ + { + "id": 0, + "content": "<|unk|>", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 1, + "content": "<|im_start|>", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 2, + "content": "<|im_end|>", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 49109, + "content": "<|pad|>", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 49110, + "content": "", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": false + }, + { + "id": 49111, + "content": "", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": false + }, + { + "id": 49112, + "content": "", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": false + }, + { + "id": 49113, + "content": "", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": false + }, + { + "id": 49114, + "content": "", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": false + }, + { + "id": 49115, + "content": "", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": false + }, + { + "id": 49116, + "content": "", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": false + }, + { + "id": 49117, + "content": "", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": false + }, + { + "id": 49118, + "content": "", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": false + }, + { + "id": 49119, + "content": "", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": false + }, + { + "id": 49120, + "content": "", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": false + }, + { + "id": 49121, + "content": "", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": false + }, + { + "id": 49122, + "content": "<|fim_prefix|>", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": false + }, + { + "id": 49123, + "content": "<|fim_suffix|>", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": false + }, + { + "id": 49124, + "content": "<|fim_middle|>", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": false + }, + { + "id": 49125, + "content": "<|repo_name|>", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": false + }, + { + "id": 49126, + "content": "<|image|>", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": false + }, + { + "id": 49127, + "content": "<|image_pad|>", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": false + }, + { + "id": 49128, + "content": "<|image_placeholder|>", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": false + }, + { + "id": 49129, + "content": " ", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": false + }, + { + "id": 49130, + "content": " ", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": false + }, + { + "id": 49131, + "content": " ", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": false + }, + { + "id": 49132, + "content": " ", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": false + }, + { + "id": 49133, + "content": " ", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": false + }, + { + "id": 49134, + "content": " ", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": false + }, + { + "id": 49135, + "content": " ", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": false + }, + { + "id": 49136, + "content": " ", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": false + }, + { + "id": 49137, + "content": " ", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": false + }, + { + "id": 49138, + "content": " ", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": false + }, + { + "id": 49139, + "content": " ", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": false + }, + { + "id": 49140, + "content": " ", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": false + }, + { + "id": 49141, + "content": " ", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": false + }, + { + "id": 49142, + "content": " ", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": false + }, + { + "id": 49143, + "content": " ", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": false + }, + { + "id": 49144, + "content": " ", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": false + }, + { + "id": 49145, + "content": " ", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": false + }, + { + "id": 49146, + "content": " ", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": false + }, + { + "id": 49147, + "content": " ", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": false + }, + { + "id": 49148, + "content": " ", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": false + }, + { + "id": 49149, + "content": " ", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": false + }, + { + "id": 49150, + "content": " ", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": false + }, + { + "id": 49151, + "content": " ", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": false + } + ], + "normalizer": null, + "pre_tokenizer": { + "type": "Metaspace", + "replacement": "▁", + "prepend_scheme": "never", + "split": false + }, + "post_processor": { + "type": "TemplateProcessing", + "single": [ + { + "Sequence": { + "id": "A", + "type_id": 0 + } + } + ], + "pair": [ + { + "Sequence": { + "id": "A", + "type_id": 0 + } + }, + { + "Sequence": { + "id": "B", + "type_id": 1 + } + } + ], + "special_tokens": {} + }, + "decoder": { + "type": "Sequence", + "decoders": [ + { + "type": "Replace", + "pattern": { + "String": "▁" + }, + "content": " " + }, + { + "type": "ByteFallback" + }, + { + "type": "Fuse" + } + ] + }, + "model": { + "type": "BPE", + "dropout": null, + "unk_token": "<|unk|>", + "continuing_subword_prefix": null, + "end_of_word_suffix": null, + "fuse_unk": true, + "byte_fallback": true, + "ignore_merges": false, + "vocab": { + "<|unk|>": 0, + "<|im_start|>": 1, + "<|im_end|>": 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, + "▁a": 259, + "▁d": 260, + "▁t": 261, + "es": 262, + "er": 263, + "in": 264, + "en": 265, + "▁p": 266, + "▁c": 267, + "or": 268, + "on": 269, + "▁s": 270, + "ar": 271, + "os": 272, + "as": 273, + "is": 274, + "▁e": 275, + "re": 276, + "an": 277, + "▁o": 278, + "at": 279, + "he": 280, + "al": 281, + "▁m": 282, + "▁de": 283, + "ent": 284, + "▁f": 285, + "it": 286, + "ic": 287, + "ad": 288, + "om": 289, + "▁n": 290, + "▁the": 291, + "qu": 292, + "ro": 293, + "le": 294, + "am": 295, + "▁in": 296, + "▁b": 297, + "ão": 298, + "id": 299, + "ed": 300, + "▁w": 301, + "ion": 302, + "▁an": 303, + "im": 304, + "um": 305, + "em": 306, + "ou": 307, + "ing": 308, + "▁qu": 309, + "el": 310, + "▁of": 311, + "ra": 312, + "▁A": 313, + "ol": 314, + "il": 315, + "▁to": 316, + "ia": 317, + "▁re": 318, + "▁v": 319, + "▁com": 320, + "us": 321, + "et": 322, + "▁l": 323, + "▁h": 324, + "iv": 325, + "00": 326, + "ct": 327, + "est": 328, + "ut": 329, + "un": 330, + "▁C": 331, + "▁que": 332, + "ul": 333, + "▁and": 334, + "▁S": 335, + "▁T": 336, + "▁con": 337, + "▁th": 338, + "▁(": 339, + "ção": 340, + "▁g": 341, + "ess": 342, + "▁do": 343, + "ri": 344, + "▁1": 345, + "▁P": 346, + "ur": 347, + "st": 348, + "--": 349, + "▁E": 350, + "▁I": 351, + "▁par": 352, + "ir": 353, + "od": 354, + "▁se": 355, + "▁um": 356, + "ist": 357, + "ig": 358, + "do": 359, + "ce": 360, + "te": 361, + "▁pro": 362, + "▁as": 363, + "▁da": 364, + "▁M": 365, + "▁em": 366, + "▁for": 367, + "▁=": 368, + "▁is": 369, + "if": 370, + "▁r": 371, + "ot": 372, + "▁D": 373, + "ac": 374, + "oc": 375, + "ter": 376, + "▁2": 377, + "ec": 378, + "▁al": 379, + "▁ex": 380, + "▁O": 381, + "ation": 382, + "ação": 383, + "ag": 384, + "▁N": 385, + "iz": 386, + "▁F": 387, + "ant": 388, + "ab": 389, + "ade": 390, + "▁para": 391, + "▁B": 392, + "ente": 393, + "ers": 394, + "▁su": 395, + "ve": 396, + "ais": 397, + "▁-": 398, + "▁R": 399, + "se": 400, + "▁no": 401, + "▁pr": 402, + "pl": 403, + "end": 404, + "▁é": 405, + "▁est": 406, + "ado": 407, + "▁on": 408, + "ort": 409, + "ow": 410, + "de": 411, + "▁at": 412, + "ch": 413, + "..": 414, + "▁st": 415, + "▁be": 416, + "th": 417, + "ci": 418, + "▁y": 419, + "ver": 420, + "ly": 421, + "ap": 422, + "▁L": 423, + "▁os": 424, + "▁\"": 425, + "▁uma": 426, + "ate": 427, + "▁or": 428, + "ica": 429, + "▁that": 430, + "----": 431, + "▁wh": 432, + "ith": 433, + "ento": 434, + "op": 435, + "ay": 436, + "og": 437, + "▁H": 438, + "idade": 439, + "▁G": 440, + "ões": 441, + "▁im": 442, + "ada": 443, + "ens": 444, + "pr": 445, + "▁0": 446, + "and": 447, + "ud": 448, + "esp": 449, + "ect": 450, + "▁na": 451, + "ta": 452, + "▁por": 453, + "▁The": 454, + "▁W": 455, + "du": 456, + "to": 457, + "▁us": 458, + "ial": 459, + "▁it": 460, + "▁j": 461, + "io": 462, + "0000": 463, + "▁you": 464, + "tr": 465, + "▁le": 466, + "ult": 467, + "ob": 468, + "▁with": 469, + "▁are": 470, + "▁ser": 471, + "up": 472, + "ere": 473, + "▁en": 474, + "av": 475, + "▁3": 476, + "▁des": 477, + "ass": 478, + "ando": 479, + "▁tr": 480, + "▁In": 481, + ");": 482, + "orm": 483, + "▁não": 484, + "per": 485, + "▁{": 486, + "▁#": 487, + "▁como": 488, + "▁U": 489, + "**": 490, + "con": 491, + "▁'": 492, + "▁J": 493, + "▁fr": 494, + "ados": 495, + "cia": 496, + "ht": 497, + "port": 498, + "so": 499, + "▁per": 500, + "ções": 501, + "ip": 502, + "ment": 503, + "▁dos": 504, + "▁ch": 505, + "ue": 506, + "▁ap": 507, + "),": 508, + "▁<": 509, + "01": 510, + "ên": 511, + "ma": 512, + "▁V": 513, + "▁}": 514, + "ity": 515, + "//": 516, + "▁mais": 517, + "ction": 518, + "ame": 519, + "ill": 520, + "vel": 521, + "int": 522, + "tic": 523, + "▁ac": 524, + "▁pre": 525, + "ib": 526, + "▁ne": 527, + "und": 528, + "ke": 529, + "ito": 530, + "▁$": 531, + "▁comp": 532, + "ive": 533, + "ure": 534, + "▁“": 535, + "ost": 536, + "cl": 537, + "▁pod": 538, + "▁out": 539, + "ub": 540, + "oss": 541, + "▁ou": 542, + "▁ab": 543, + "▁cont": 544, + "▁ar": 545, + "ine": 546, + "▁by": 547, + "FF": 548, + "pt": 549, + "▁cl": 550, + "ore": 551, + "ho": 552, + "▁ent": 553, + "ans": 554, + "oun": 555, + ").": 556, + "esc": 557, + "ire": 558, + "pe": 559, + "ge": 560, + "gr": 561, + "▁dis": 562, + "▁pl": 563, + "▁can": 564, + "ld": 565, + "▁he": 566, + "▁pel": 567, + "▁tem": 568, + "ores": 569, + "gu": 570, + "ém": 571, + "ies": 572, + "▁res": 573, + "ov": 574, + "▁Th": 575, + "ual": 576, + "▁ma": 577, + "▁ad": 578, + "ime": 579, + "ave": 580, + "▁from": 581, + "▁not": 582, + "ind": 583, + "▁4": 584, + "fer": 585, + "ase": 586, + "ha": 587, + "ord": 588, + "▁*": 589, + "ça": 590, + "age": 591, + "ile": 592, + "▁this": 593, + "ras": 594, + "__": 595, + "ata": 596, + "▁à": 597, + "▁ao": 598, + "▁das": 599, + "ida": 600, + "act": 601, + "ura": 602, + "==": 603, + "ico": 604, + "--------": 605, + "▁ob": 606, + "mo": 607, + "ust": 608, + "▁if": 609, + "ome": 610, + "form": 611, + "ard": 612, + "ido": 613, + "▁:": 614, + "▁me": 615, + "##": 616, + "▁5": 617, + "▁inter": 618, + "ári": 619, + "',": 620, + "ide": 621, + "all": 622, + "▁am": 623, + "ante": 624, + "ência": 625, + "our": 626, + "ign": 627, + "ific": 628, + "esso": 629, + "art": 630, + "xt": 631, + "▁we": 632, + "▁ter": 633, + "imento": 634, + "▁19": 635, + "ite": 636, + "ug": 637, + "ast": 638, + "▁sh": 639, + "▁cons": 640, + "out": 641, + "▁esp": 642, + "po": 643, + "ical": 644, + "adas": 645, + "▁el": 646, + "ix": 647, + "her": 648, + "amente": 649, + "ew": 650, + "str": 651, + "▁mu": 652, + "ff": 653, + "▁un": 654, + "ira": 655, + "▁ass": 656, + "▁was": 657, + "▁have": 658, + "▁tra": 659, + "▁k": 660, + "az": 661, + "▁.": 662, + "▁gr": 663, + "▁man": 664, + "▁cr": 665, + "\",": 666, + "▁+": 667, + "▁ele": 668, + "amento": 669, + "▁As": 670, + "able": 671, + "▁–": 672, + "ional": 673, + "▁[": 674, + "0,": 675, + "ber": 676, + "ont": 677, + "ich": 678, + "▁rel": 679, + "▁fun": 680, + "ell": 681, + "▁são": 682, + "ould": 683, + "co": 684, + "ong": 685, + "vol": 686, + "entes": 687, + "amb": 688, + "que": 689, + "ated": 690, + "urn": 691, + "ight": 692, + "▁fo": 693, + "ions": 694, + "▁sua": 695, + "ear": 696, + "▁car": 697, + "ater": 698, + "▁col": 699, + "com": 700, + "▁te": 701, + "ack": 702, + "▁sob": 703, + "cul": 704, + "▁import": 705, + "ades": 706, + "▁cor": 707, + "mente": 708, + "ativ": 709, + "ach": 710, + "ence": 711, + "▁De": 712, + "▁dif": 713, + "ble": 714, + "▁co": 715, + "▁val": 716, + "ias": 717, + "▁Com": 718, + "lic": 719, + "ance": 720, + "▁6": 721, + "ork": 722, + "ros": 723, + "pos": 724, + "ple": 725, + "▁esc": 726, + "iro": 727, + "▁An": 728, + "▁nos": 729, + "ações": 730, + "pres": 731, + "▁ret": 732, + "▁sp": 733, + "▁Al": 734, + "ents": 735, + "::": 736, + "▁er": 737, + "ria": 738, + "▁ver": 739, + "▁ess": 740, + "ary": 741, + "▁mod": 742, + "▁K": 743, + "▁sem": 744, + "▁proc": 745, + "ice": 746, + "▁all": 747, + "▁8": 748, + "▁ind": 749, + "▁ro": 750, + "▁Re": 751, + "rig": 752, + "▁Q": 753, + "par": 754, + "▁form": 755, + "ace": 756, + "ER": 757, + "olog": 758, + "ype": 759, + "aus": 760, + "entos": 761, + "iss": 762, + "anto": 763, + "endo": 764, + "ina": 765, + "ations": 766, + "▁num": 767, + "=\"": 768, + "pro": 769, + "▁sobre": 770, + "ther": 771, + "rib": 772, + "▁201": 773, + "▁//": 774, + "▁will": 775, + "hec": 776, + "ok": 777, + "00000000": 778, + "****": 779, + "ject": 780, + "ang": 781, + "1,": 782, + "ior": 783, + "lo": 784, + "ân": 785, + "▁int": 786, + "▁ev": 787, + "()": 788, + "▁pe": 789, + "▁so": 790, + "▁En": 791, + "erv": 792, + "ath": 793, + "▁which": 794, + "ambém": 795, + "▁seu": 796, + "ons": 797, + "pre": 798, + "▁your": 799, + "ize": 800, + "▁end": 801, + "ora": 802, + "ode": 803, + "▁reg": 804, + "ous": 805, + "one": 806, + "▁foi": 807, + "In": 808, + "ição": 809, + "...": 810, + "02": 811, + "▁go": 812, + "▁real": 813, + "▁sa": 814, + "▁tod": 815, + "duc": 816, + "▁po": 817, + "▁def": 818, + "ian": 819, + "ert": 820, + "▁poss": 821, + "itu": 822, + "itos": 823, + "ivers": 824, + "▁pode": 825, + "ef": 826, + "▁soc": 827, + "▁resp": 828, + "▁mes": 829, + "▁rec": 830, + "▁trans": 831, + "▁mas": 832, + "idades": 833, + "ild": 834, + "▁7": 835, + "▁também": 836, + "▁ag": 837, + "▁sub": 838, + "▁has": 839, + "▁ve": 840, + "sp": 841, + "bal": 842, + "▁entre": 843, + "ios": 844, + "orn": 845, + "ient": 846, + "cre": 847, + "0.": 848, + "▁sol": 849, + "inal": 850, + "ular": 851, + "▁alg": 852, + "▁Pro": 853, + "put": 854, + "ese": 855, + "▁their": 856, + "ph": 857, + "▁x": 858, + "ja": 859, + "▁Un": 860, + "▁Se": 861, + "ory": 862, + "icas": 863, + "....": 864, + "▁á": 865, + "▁fe": 866, + "▁|": 867, + "cis": 868, + "▁part": 869, + "▁`": 870, + "rit": 871, + "▁Est": 872, + "▁more": 873, + "▁str": 874, + "get": 875, + "▁\\": 876, + "ak": 877, + "▁they": 878, + "agem": 879, + "val": 880, + "ount": 881, + "▁pol": 882, + "ied": 883, + "NT": 884, + "▁&": 885, + "▁pesso": 886, + "eral": 887, + "enc": 888, + "dit": 889, + "ain": 890, + "ES": 891, + "ças": 892, + "yst": 893, + "▁one": 894, + "▁but": 895, + "ys": 896, + "amos": 897, + "▁faz": 898, + "▁inf": 899, + "▁cri": 900, + "▁return": 901, + "▁--": 902, + "ca": 903, + "))": 904, + "▁Par": 905, + "▁cas": 906, + "▁var": 907, + "▁mar": 908, + "▁St": 909, + "ário": 910, + "icos": 911, + "-1": 912, + "wn": 913, + "vi": 914, + "▁qual": 915, + "ista": 916, + "▁class": 917, + "erg": 918, + "▁Y": 919, + "jet": 920, + "ose": 921, + "min": 922, + "▁Con": 923, + "tica": 924, + "ors": 925, + "2,": 926, + "▁/": 927, + "▁dire": 928, + "idos": 929, + "aram": 930, + "▁9": 931, + "▁Ch": 932, + "les": 933, + "ree": 934, + "present": 935, + "▁This": 936, + "ín": 937, + "▁prof": 938, + "▁pela": 939, + "elf": 940, + "▁aut": 941, + "▁met": 942, + "▁pass": 943, + "▁af": 944, + "plic": 945, + "====": 946, + "va": 947, + "are": 948, + "undo": 949, + "▁It": 950, + "▁200": 951, + "▁pres": 952, + "▁pelo": 953, + "▁incl": 954, + "ran": 955, + "tern": 956, + "▁sim": 957, + "ystem": 958, + "▁Em": 959, + "▁Wh": 960, + "▁ra": 961, + "ís": 962, + "ps": 963, + "rio": 964, + "▁cap": 965, + "low": 966, + "▁equ": 967, + "mer": 968, + "ft": 969, + "ound": 970, + "▁produ": 971, + "AL": 972, + "": 1121, + "▁sign": 1122, + "ismo": 1123, + "reat": 1124, + "▁)": 1125, + "gin": 1126, + "▁conf": 1127, + "▁você": 1128, + "▁prime": 1129, + "▁Ar": 1130, + "▁@": 1131, + "4,": 1132, + "▁fl": 1133, + "▁some": 1134, + "br": 1135, + "▁get": 1136, + "▁inv": 1137, + "por": 1138, + "▁caus": 1139, + "hos": 1140, + "uc": 1141, + "right": 1142, + "ink": 1143, + "enas": 1144, + "▁over": 1145, + "ita": 1146, + "▁men": 1147, + "dr": 1148, + "▁!": 1149, + "▁partic": 1150, + "▁bet": 1151, + "▁comm": 1152, + "util": 1153, + "mos": 1154, + "ender": 1155, + "000": 1156, + "St": 1157, + "->": 1158, + "▁may": 1159, + "####": 1160, + "inda": 1161, + "▁how": 1162, + "▁bec": 1163, + "▁1.": 1164, + "▁vis": 1165, + "▁into": 1166, + "▁quando": 1167, + "2.": 1168, + "ança": 1169, + "▁cam": 1170, + "▁nat": 1171, + "▁ext": 1172, + "ss": 1173, + "▁sur": 1174, + "ond": 1175, + "row": 1176, + "iel": 1177, + "▁who": 1178, + "▁pessoas": 1179, + "▁espec": 1180, + "▁mil": 1181, + "cip": 1182, + "▁mesmo": 1183, + "▁If": 1184, + "▁dev": 1185, + "anc": 1186, + "AS": 1187, + "▁op": 1188, + "adores": 1189, + "99": 1190, + "25": 1191, + "▁und": 1192, + "ima": 1193, + "ano": 1194, + "igh": 1195, + "▁até": 1196, + "▁desc": 1197, + "▁X": 1198, + "ange": 1199, + "ition": 1200, + "cept": 1201, + "▁long": 1202, + "▁Bras": 1203, + "▁isso": 1204, + "▁pop": 1205, + "▁dur": 1206, + "▁mov": 1207, + "cias": 1208, + "pect": 1209, + "emb": 1210, + "▁di": 1211, + "▁act": 1212, + "▁most": 1213, + "ários": 1214, + "ics": 1215, + "▁seg": 1216, + "ull": 1217, + "lect": 1218, + "▁aos": 1219, + "▁any": 1220, + "▁liv": 1221, + "za": 1222, + "▁test": 1223, + "eng": 1224, + "▁year": 1225, + "uro": 1226, + "vern": 1227, + "▁escol": 1228, + "me": 1229, + "▁bl": 1230, + "▁exper": 1231, + "▁his": 1232, + "▁pers": 1233, + "▁fam": 1234, + "esse": 1235, + "cent": 1236, + "man": 1237, + "▁imp": 1238, + "▁cent": 1239, + "ool": 1240, + "esqu": 1241, + "▁need": 1242, + "ória": 1243, + "▁já": 1244, + "fr": 1245, + "▁maior": 1246, + "16": 1247, + "▁public": 1248, + "▁dem": 1249, + "ável": 1250, + "old": 1251, + "ax": 1252, + "enci": 1253, + "dade": 1254, + "32": 1255, + "Re": 1256, + "arn": 1257, + "ME": 1258, + "tt": 1259, + "▁tec": 1260, + "▁would": 1261, + "ês": 1262, + "▁podem": 1263, + "▁acc": 1264, + "UL": 1265, + "ument": 1266, + "ays": 1267, + "▁É": 1268, + "▁pró": 1269, + "▁sc": 1270, + "▁,": 1271, + "▁these": 1272, + "▁quest": 1273, + "text": 1274, + "▁suas": 1275, + "óg": 1276, + "oug": 1277, + "********": 1278, + "set": 1279, + "ID": 1280, + "ugh": 1281, + "oth": 1282, + "ict": 1283, + "cer": 1284, + "▁cult": 1285, + "▁know": 1286, + "its": 1287, + "▁them": 1288, + "▁two": 1289, + "ator": 1290, + "▁educ": 1291, + "▁nov": 1292, + "▁conhec": 1293, + "▁been": 1294, + "▁only": 1295, + "ror": 1296, + "iais": 1297, + "ample": 1298, + "RE": 1299, + "▁Is": 1300, + "ution": 1301, + "▁under": 1302, + "imentos": 1303, + "▁_": 1304, + "▁used": 1305, + "ins": 1306, + "▁difer": 1307, + "round": 1308, + "ana": 1309, + "▁cer": 1310, + "ST": 1311, + "▁consider": 1312, + "iva": 1313, + "▁vol": 1314, + "▁ainda": 1315, + "ract": 1316, + "▁first": 1317, + "▁util": 1318, + "uns": 1319, + "ople": 1320, + "▁ref": 1321, + "li": 1322, + "▁Pr": 1323, + "éd": 1324, + "ane": 1325, + "▁differ": 1326, + "▁%": 1327, + "ares": 1328, + "ating": 1329, + "has": 1330, + "ôn": 1331, + "▁>": 1332, + "▁number": 1333, + "▁=>": 1334, + "ities": 1335, + "ament": 1336, + "vent": 1337, + "▁melh": 1338, + "▁todos": 1339, + "▁15": 1340, + "▁che": 1341, + "▁aqu": 1342, + "”,": 1343, + "acter": 1344, + "ield": 1345, + "▁fol": 1346, + "▁12": 1347, + "▁era": 1348, + "ep": 1349, + "▁what": 1350, + "▁organ": 1351, + "▁our": 1352, + "ute": 1353, + "ative": 1354, + "inu": 1355, + "▁requ": 1356, + "ital": 1357, + "▁local": 1358, + "▁For": 1359, + "▁poder": 1360, + "gua": 1361, + "▁tempo": 1362, + "ude": 1363, + "yp": 1364, + "▁Por": 1365, + "▁art": 1366, + "],": 1367, + "▁inte": 1368, + "roup": 1369, + "ulo": 1370, + "tal": 1371, + "6,": 1372, + "la": 1373, + "▁:=": 1374, + "▁outros": 1375, + "8,": 1376, + "▁bem": 1377, + "▁vi": 1378, + "▁precis": 1379, + "▁amb": 1380, + "unic": 1381, + "vers": 1382, + "▁cada": 1383, + "col": 1384, + "▁spec": 1385, + "omet": 1386, + "dex": 1387, + "7,": 1388, + "▁Le": 1389, + "▁sent": 1390, + "▁exist": 1391, + "ww": 1392, + "je": 1393, + "iver": 1394, + "://": 1395, + "▁hel": 1396, + "bo": 1397, + "iam": 1398, + "ick": 1399, + "inha": 1400, + "lex": 1401, + "ational": 1402, + "ower": 1403, + "ffect": 1404, + "15": 1405, + "▁cre": 1406, + "▁We": 1407, + "hed": 1408, + "▁noss": 1409, + "anças": 1410, + "IC": 1411, + "IT": 1412, + "\")": 1413, + "ren": 1414, + "▁div": 1415, + "ake": 1416, + "ray": 1417, + "▁such": 1418, + "▁Brasil": 1419, + "▁energ": 1420, + "read": 1421, + "mb": 1422, + "ible": 1423, + "hn": 1424, + "iment": 1425, + "da": 1426, + "20": 1427, + "ande": 1428, + "▁torn": 1429, + "ments": 1430, + "és": 1431, + "ele": 1432, + "▁prote": 1433, + "▁people": 1434, + "▁where": 1435, + "yn": 1436, + "acional": 1437, + "itar": 1438, + "0000000000000000": 1439, + "▁z": 1440, + "▁há": 1441, + "enh": 1442, + "▁ph": 1443, + "▁et": 1444, + "rough": 1445, + "3.": 1446, + "reg": 1447, + "ale": 1448, + "▁just": 1449, + "istas": 1450, + "64": 1451, + "▁Ass": 1452, + "ues": 1453, + "▁bo": 1454, + "ai": 1455, + "201": 1456, + "itas": 1457, + "▁ide": 1458, + "xim": 1459, + "ibil": 1460, + "atic": 1461, + "▁princip": 1462, + "dut": 1463, + "ven": 1464, + "aix": 1465, + "▁hom": 1466, + "êm": 1467, + "line": 1468, + "14": 1469, + "▁Tr": 1470, + "LE": 1471, + "▁ú": 1472, + "▁should": 1473, + "AD": 1474, + "jud": 1475, + "velop": 1476, + "▁mundo": 1477, + "▁process": 1478, + "ências": 1479, + "▁desenvolv": 1480, + "tring": 1481, + "▁had": 1482, + "ologia": 1483, + "mit": 1484, + "ância": 1485, + "RO": 1486, + "▁program": 1487, + "sh": 1488, + "▁social": 1489, + "erc": 1490, + "▁algum": 1491, + "name": 1492, + "▁bas": 1493, + "ween": 1494, + "▁exem": 1495, + "▁come": 1496, + "▁system": 1497, + "▁às": 1498, + "▁fazer": 1499, + "▁expl": 1500, + "▁disc": 1501, + "alth": 1502, + "úde": 1503, + "ND": 1504, + "▁trabalho": 1505, + "▁sab": 1506, + "▁2.": 1507, + "('": 1508, + "ures": 1509, + "ições": 1510, + "▁Para": 1511, + "▁like": 1512, + "▁many": 1513, + "▁model": 1514, + "▁port": 1515, + "33": 1516, + "be": 1517, + "19": 1518, + "▁gl": 1519, + "ula": 1520, + "eta": 1521, + "ião": 1522, + "izar": 1523, + "▁gu": 1524, + "▁parte": 1525, + "▁sal": 1526, + "ples": 1527, + "Name": 1528, + "ause": 1529, + "iros": 1530, + "▁ir": 1531, + "▁econ": 1532, + "iu": 1533, + "ove": 1534, + "▁mon": 1535, + "):": 1536, + "ór": 1537, + "▁He": 1538, + "Con": 1539, + "cion": 1540, + "▁Deus": 1541, + "red": 1542, + "▁rece": 1543, + "ages": 1544, + "pon": 1545, + "........": 1546, + "▁onde": 1547, + "▁16": 1548, + "▁mater": 1549, + "mas": 1550, + "▁using": 1551, + "▁u": 1552, + "▁encon": 1553, + "▁segu": 1554, + "very": 1555, + "▁seja": 1556, + "▁20": 1557, + "abel": 1558, + "als": 1559, + "af": 1560, + "▁melhor": 1561, + "▁bu": 1562, + "▁my": 1563, + "▁sup": 1564, + "ource": 1565, + "▁govern": 1566, + "▁<": 1866, + "▁saúde": 1867, + "rite": 1868, + "22": 1869, + "dress": 1870, + "inho": 1871, + "▁Na": 1872, + "▁CO": 1873, + "▁You": 1874, + "▁signific": 1875, + "▁ben": 1876, + "ines": 1877, + "div": 1878, + "uss": 1879, + "▁add": 1880, + "ule": 1881, + ".”": 1882, + "ology": 1883, + "ature": 1884, + "ole": 1885, + ".,": 1886, + "▁total": 1887, + "▁Pl": 1888, + "▁porque": 1889, + "▁pú": 1890, + "def": 1891, + "cos": 1892, + "04": 1893, + "▁cond": 1894, + "▁fin": 1895, + "▁mult": 1896, + "55": 1897, + "íp": 1898, + "▁What": 1899, + "▁right": 1900, + "áveis": 1901, + "▁Me": 1902, + "ológ": 1903, + "▁processo": 1904, + "▁let": 1905, + "rem": 1906, + "▁eles": 1907, + "vis": 1908, + "36": 1909, + "ogo": 1910, + "▁Não": 1911, + "ulher": 1912, + "essa": 1913, + "for": 1914, + "ited": 1915, + "▁Port": 1916, + "▁Como": 1917, + "ULL": 1918, + "work": 1919, + "▁found": 1920, + "////": 1921, + "uas": 1922, + "ser": 1923, + "▁mom": 1924, + "▁after": 1925, + "▁trad": 1926, + "▁sendo": 1927, + "ward": 1928, + "px": 1929, + "cess": 1930, + "rain": 1931, + "rag": 1932, + "$$": 1933, + "type": 1934, + "▁start": 1935, + "▁On": 1936, + "▁leg": 1937, + "size": 1938, + "▁case": 1939, + "▁lib": 1940, + "▁continu": 1941, + "chool": 1942, + "ets": 1943, + "37": 1944, + "ução": 1945, + "app": 1946, + "▁char": 1947, + "▁refer": 1948, + "5.": 1949, + "▁dec": 1950, + "ateg": 1951, + "▁learn": 1952, + "ames": 1953, + "▁dom": 1954, + "▁todo": 1955, + "▁respons": 1956, + "▁crianças": 1957, + "ized": 1958, + "▁even": 1959, + "▁desenvolvimento": 1960, + "▁199": 1961, + "')": 1962, + "ember": 1963, + "span": 1964, + "▁very": 1965, + "▁object": 1966, + "▁line": 1967, + "▁express": 1968, + "▁print": 1969, + "▁text": 1970, + "▁méd": 1971, + "son": 1972, + "▁##": 1973, + "88": 1974, + "air": 1975, + "ists": 1976, + "ential": 1977, + "ful": 1978, + "ír": 1979, + "▁pens": 1980, + "ml": 1981, + "íveis": 1982, + "oje": 1983, + "gress": 1984, + "agens": 1985, + "26": 1986, + "▁observ": 1987, + "inas": 1988, + "▁sistema": 1989, + "▁alguns": 1990, + "▁100": 1991, + "▁every": 1992, + "árias": 1993, + "ral": 1994, + "▁There": 1995, + "▁fac": 1996, + "▁effect": 1997, + "▁durante": 1998, + "tem": 1999, + "▁atrav": 2000, + "íf": 2001, + "ôm": 2002, + "▁includ": 2003, + "atch": 2004, + "▁contra": 2005, + "27": 2006, + "arm": 2007, + "▁grup": 2008, + "ecer": 2009, + "til": 2010, + "▁health": 2011, + "tes": 2012, + "ION": 2013, + "▁Col": 2014, + "▁eu": 2015, + "▁tal": 2016, + "▁dim": 2017, + "self": 2018, + "ga": 2019, + "ner": 2020, + "▁serv": 2021, + "UT": 2022, + "obal": 2023, + "ault": 2024, + "▁tar": 2025, + "ency": 2026, + "▁material": 2027, + "ym": 2028, + "200": 2029, + "Data": 2030, + "39": 2031, + "].": 2032, + "▁Ele": 2033, + "▁dois": 2034, + "4.": 2035, + "▁vezes": 2036, + "28": 2037, + "oca": 2038, + "▁control": 2039, + "▁lar": 2040, + "▁ped": 2041, + "hing": 2042, + "▁htt": 2043, + "onte": 2044, + "ató": 2045, + "▁quer": 2046, + "ração": 2047, + "ique": 2048, + "úmer": 2049, + "DE": 2050, + "uto": 2051, + "▁post": 2052, + "▁av": 2053, + "▁IN": 2054, + "▁To": 2055, + "rom": 2056, + "rios": 2057, + "▁require": 2058, + "▁vir": 2059, + "ission": 2060, + "ux": 2061, + "ify": 2062, + "▁exp": 2063, + "________": 2064, + "icult": 2065, + "the": 2066, + "35": 2067, + "unto": 2068, + "▁mulher": 2069, + "ides": 2070, + "66": 2071, + "RI": 2072, + "▁...": 2073, + "other": 2074, + "▁made": 2075, + "▁ocor": 2076, + "icial": 2077, + "▁fic": 2078, + "avam": 2079, + "▁determin": 2080, + "entro": 2081, + "▁bi": 2082, + "gn": 2083, + "íd": 2084, + "▁uso": 2085, + "▁lo": 2086, + "▁->": 2087, + "▁priv": 2088, + "▁list": 2089, + "ctor": 2090, + "▁encontr": 2091, + "▁corr": 2092, + "atus": 2093, + "▁depend": 2094, + "ism": 2095, + "▁level": 2096, + "ena": 2097, + "embro": 2098, + "ãos": 2099, + "▁group": 2100, + "▁much": 2101, + "AB": 2102, + "▁mus": 2103, + "▁sk": 2104, + "ui": 2105, + "▁proced": 2106, + "▁apro": 2107, + "▁outro": 2108, + "▁bre": 2109, + "erra": 2110, + "▁deix": 2111, + "▁têm": 2112, + "▁quant": 2113, + "05": 2114, + "▁example": 2115, + "String": 2116, + "nect": 2117, + "▁menos": 2118, + "angu": 2119, + "▁look": 2120, + "td": 2121, + "▁som": 2122, + "▁plan": 2123, + "mod": 2124, + "raw": 2125, + "itor": 2126, + "▁pelos": 2127, + "▁—": 2128, + "▁information": 2129, + "try": 2130, + "▁being": 2131, + "29": 2132, + "idth": 2133, + "play": 2134, + "ume": 2135, + "▁appro": 2136, + "Ar": 2137, + "▁Amer": 2138, + "Cl": 2139, + "▁world": 2140, + "▁natural": 2141, + "▁And": 2142, + "ape": 2143, + "face": 2144, + "▁partir": 2145, + "emente": 2146, + "▁those": 2147, + "yle": 2148, + "▁design": 2149, + "err": 2150, + "▁while": 2151, + "gar": 2152, + "▁hav": 2153, + "▁comun": 2154, + "07": 2155, + "▁del": 2156, + "sw": 2157, + "OT": 2158, + "▁Ent": 2159, + "log": 2160, + "▁cost": 2161, + "▁através": 2162, + "▁research": 2163, + "{\\": 2164, + "38": 2165, + "cial": 2166, + "▁doc": 2167, + "▁ur": 2168, + "▁utiliz": 2169, + "rasile": 2170, + "esta": 2171, + "▁both": 2172, + "▁‘": 2173, + "▁empres": 2174, + "\".": 2175, + "▁*/": 2176, + "▁So": 2177, + "ically": 2178, + "mp": 2179, + "▁But": 2180, + "amp": 2181, + "▁sens": 2182, + "▁corre": 2183, + "MP": 2184, + "▁cois": 2185, + "▁red": 2186, + "rias": 2187, + "06": 2188, + "########": 2189, + "▁transform": 2190, + "htt": 2191, + "▁caso": 2192, + "▁inc": 2193, + "▁acon": 2194, + "stand": 2195, + "▁esta": 2196, + "ingu": 2197, + "▁ef": 2198, + "▁econom": 2199, + "▁Or": 2200, + "▁students": 2201, + "▁must": 2202, + "▁$$": 2203, + "▁fat": 2204, + "cle": 2205, + "▁qualquer": 2206, + "▁own": 2207, + "▁todas": 2208, + "▁ear": 2209, + "▁benef": 2210, + "▁call": 2211, + "▁história": 2212, + "tle": 2213, + "▁dig": 2214, + "▁method": 2215, + "eira": 2216, + "||": 2217, + "▁arg": 2218, + "\\/": 2219, + "▁rem": 2220, + "▁::": 2221, + "▁Cont": 2222, + "ases": 2223, + "part": 2224, + "▁Man": 2225, + "▁Paulo": 2226, + "anç": 2227, + "AN": 2228, + "ccess": 2229, + "▁estab": 2230, + "view": 2231, + "tar": 2232, + "%%": 2233, + "▁opt": 2234, + "esus": 2235, + "▁fut": 2236, + "IL": 2237, + "▁nossa": 2238, + "xto": 2239, + "ety": 2240, + "▁11": 2241, + "▁she": 2242, + "▁capac": 2243, + "▁press": 2244, + "▁brasile": 2245, + "ron": 2246, + "▁hand": 2247, + "▁Um": 2248, + "ness": 2249, + "Ad": 2250, + "▁30": 2251, + "▁nosso": 2252, + "▁conta": 2253, + "eb": 2254, + "cond": 2255, + "▁individ": 2256, + "▁além": 2257, + "CO": 2258, + "▁small": 2259, + "ref": 2260, + "SE": 2261, + "ences": 2262, + "▁tom": 2263, + "▁diferentes": 2264, + "inter": 2265, + "cont": 2266, + "org": 2267, + "}}": 2268, + "▁important": 2269, + ".\"": 2270, + "▁impact": 2271, + "loat": 2272, + "▁NULL": 2273, + "▁gra": 2274, + "▁contr": 2275, + "▁4.": 2276, + "▁subst": 2277, + "ticos": 2278, + "▁verdade": 2279, + "fig": 2280, + "ries": 2281, + "▁alunos": 2282, + "▁enc": 2283, + "cient": 2284, + "▁size": 2285, + "44": 2286, + "ik": 2287, + "ased": 2288, + "▁25": 2289, + "77": 2290, + "▁want": 2291, + "cil": 2292, + "ental": 2293, + "▁primeiro": 2294, + "▁now": 2295, + "▁Jesus": 2296, + "▁tudo": 2297, + "▁indic": 2298, + "▁System": 2299, + "Col": 2300, + "abilidade": 2301, + "▁relação": 2302, + "▁Gu": 2303, + "▁Ess": 2304, + "▁bar": 2305, + "▁down": 2306, + "land": 2307, + "▁good": 2308, + "▁equip": 2309, + "fil": 2310, + "▁vers": 2311, + "ization": 2312, + "gre": 2313, + "▁said": 2314, + "▁Sh": 2315, + "ativas": 2316, + "▁before": 2317, + "▁techn": 2318, + "▁ed": 2319, + "▁agr": 2320, + "clus": 2321, + "▁less": 2322, + "bject": 2323, + "ola": 2324, + "ari": 2325, + "86": 2326, + "cio": 2327, + "▁geral": 2328, + "▁ste": 2329, + "▁temper": 2330, + "ites": 2331, + "▁cé": 2332, + "code": 2333, + "▁prop": 2334, + "ords": 2335, + "umento": 2336, + "enção": 2337, + "▁rad": 2338, + "▁children": 2339, + "','": 2340, + "▁tipo": 2341, + "II": 2342, + "▁hor": 2343, + "umn": 2344, + "essage": 2345, + "▁quem": 2346, + "▁202": 2347, + "▁true": 2348, + "▁comput": 2349, + "****************": 2350, + "▁pequ": 2351, + "edi": 2352, + "add": 2353, + "▁They": 2354, + "param": 2355, + "not": 2356, + "▁gar": 2357, + "List": 2358, + "▁ol": 2359, + "8.": 2360, + "bra": 2361, + "▁depois": 2362, + "▁Educ": 2363, + "▁Inst": 2364, + "ream": 2365, + "3)": 2366, + "istr": 2367, + "▁calcul": 2368, + "ulas": 2369, + "ribut": 2370, + "▁particular": 2371, + "ng": 2372, + "▁activ": 2373, + "▁palav": 2374, + "▁aconte": 2375, + "▁don": 2376, + "▁Out": 2377, + "▁produção": 2378, + "ativo": 2379, + "09": 2380, + "by": 2381, + "oria": 2382, + "▁main": 2383, + "▁Cons": 2384, + "ted": 2385, + "orte": 2386, + "▁Am": 2387, + "alse": 2388, + "])": 2389, + "▁frequ": 2390, + "▁muitas": 2391, + "▁take": 2392, + "ília": 2393, + "dition": 2394, + "opy": 2395, + "ican": 2396, + "▁power": 2397, + "enda": 2398, + "adr": 2399, + "▁sociedade": 2400, + "viron": 2401, + "ara": 2402, + "▁typ": 2403, + "▁during": 2404, + "écn": 2405, + "▁current": 2406, + "amin": 2407, + "enças": 2408, + "▁Go": 2409, + "▁hoje": 2410, + "osa": 2411, + "▁Des": 2412, + "▁tre": 2413, + "▁study": 2414, + "▁mem": 2415, + "plement": 2416, + "▁did": 2417, + "▁top": 2418, + "▁conv": 2419, + "▁possível": 2420, + "ced": 2421, + "ified": 2422, + "▁compr": 2423, + "▁given": 2424, + "▁disso": 2425, + "▁order": 2426, + "new": 2427, + "atura": 2428, + "▁caracter": 2429, + "▁corpo": 2430, + "bs": 2431, + "▁file": 2432, + "▁three": 2433, + "▁life": 2434, + "▁antes": 2435, + "▁ps": 2436, + "56": 2437, + "▁estim": 2438, + "▁log": 2439, + "▁númer": 2440, + "ush": 2441, + "ham": 2442, + "▁Ind": 2443, + "▁mass": 2444, + "date": 2445, + "▁lead": 2446, + "▁Além": 2447, + "ey": 2448, + "▁When": 2449, + "\",\"": 2450, + "▁algumas": 2451, + "▁cidade": 2452, + "ifica": 2453, + "▁influ": 2454, + "▁posit": 2455, + "▁meas": 2456, + "▁sum": 2457, + "elho": 2458, + "els": 2459, + "▁writ": 2460, + "▁então": 2461, + "0)": 2462, + "ters": 2463, + "▁estar": 2464, + "▁abs": 2465, + "irm": 2466, + "pa": 2467, + "▁cell": 2468, + "ware": 2469, + "US": 2470, + "▁tak": 2471, + "aço": 2472, + "▁contain": 2473, + "▁ten": 2474, + "ants": 2475, + "The": 2476, + "ende": 2477, + "▁again": 2478, + "▁vai": 2479, + "▁associ": 2480, + "▁Do": 2481, + "7.": 2482, + "ÃO": 2483, + "▁Uma": 2484, + "▁count": 2485, + "▁energia": 2486, + "raf": 2487, + "ves": 2488, + "hip": 2489, + "ene": 2490, + "▁state": 2491, + "▁tecn": 2492, + "84": 2493, + "To": 2494, + "▁pra": 2495, + "cur": 2496, + "ash": 2497, + "ech": 2498, + "▁via": 2499, + "▁comple": 2500, + "ram": 2501, + "▁conce": 2502, + "▁duas": 2503, + "atos": 2504, + "89": 2505, + "inar": 2506, + "oto": 2507, + "elo": 2508, + "▁pessoa": 2509, + "▁tri": 2510, + "▁ig": 2511, + "osta": 2512, + "Er": 2513, + "▁string": 2514, + "▁três": 2515, + "ined": 2516, + "▁struct": 2517, + "▁cle": 2518, + "▁Af": 2519, + "▁INT": 2520, + "ather": 2521, + "▁lug": 2522, + "▁following": 2523, + "▁produz": 2524, + "▁nome": 2525, + "gest": 2526, + "Value": 2527, + "▁second": 2528, + "▁rep": 2529, + "▁13": 2530, + "FFFFFFFF": 2531, + "indow": 2532, + "▁problem": 2533, + "depend": 2534, + "ouse": 2535, + "▁fundament": 2536, + "▁Pre": 2537, + "▁primeira": 2538, + "uais": 2539, + "▁educação": 2540, + "▁desde": 2541, + "▁24": 2542, + "ank": 2543, + "6.": 2544, + "▁body": 2545, + "▁realiz": 2546, + "▁elect": 2547, + "www": 2548, + "ordo": 2549, + "ning": 2550, + "▁será": 2551, + "▁build": 2552, + "encial": 2553, + "Set": 2554, + "ved": 2555, + "▁allow": 2556, + "esses": 2557, + "▁muitos": 2558, + "ished": 2559, + "▁começ": 2560, + "order": 2561, + "▁Sa": 2562, + "▁day": 2563, + "▁school": 2564, + "▁support": 2565, + "▁cresc": 2566, + "▁compre": 2567, + "▁conte": 2568, + "▁perí": 2569, + "iod": 2570, + "▁individual": 2571, + "bers": 2572, + "▁dar": 2573, + "▁recon": 2574, + "ensão": 2575, + "▁públ": 2576, + "igos": 2577, + "Un": 2578, + "▁project": 2579, + "▁occ": 2580, + "▁prepar": 2581, + "▁univers": 2582, + "▁Sol": 2583, + "ket": 2584, + "▁valor": 2585, + "▁varia": 2586, + "▁color": 2587, + "▁err": 2588, + "▁Per": 2589, + "LO": 2590, + "▁gener": 2591, + "▁emb": 2592, + "▁relig": 2593, + "▁projeto": 2594, + "df": 2595, + "▁food": 2596, + "vironment": 2597, + "▁Cal": 2598, + "▁úl": 2599, + "ícios": 2600, + "file": 2601, + "agn": 2602, + "▁play": 2603, + "duct": 2604, + "▁Nov": 2605, + "quanto": 2606, + "▁0;": 2607, + "▁nature": 2608, + "▁der": 2609, + "▁pub": 2610, + "ít": 2611, + "loc": 2612, + "▁common": 2613, + "▁quanto": 2614, + "andes": 2615, + "▁Ag": 2616, + "onto": 2617, + "▁etc": 2618, + "▁think": 2619, + "▁cultura": 2620, + "IA": 2621, + "▁general": 2622, + "▁mú": 2623, + "▁2,": 2624, + "▁fís": 2625, + "rap": 2626, + "ursos": 2627, + "hor": 2628, + "];": 2629, + "eno": 2630, + "▁change": 2631, + "▁Es": 2632, + "ídu": 2633, + "▁toda": 2634, + "▁field": 2635, + "perty": 2636, + "▁Fran": 2637, + "ustr": 2638, + "▁compar": 2639, + "issão": 2640, + "itle": 2641, + "▁called": 2642, + "▁here": 2643, + "▁understand": 2644, + "▁complex": 2645, + "75": 2646, + "over": 2647, + "wh": 2648, + "▁integr": 2649, + ",\"": 2650, + "▁dados": 2651, + "▁Euro": 2652, + "onse": 2653, + "▁nem": 2654, + "áticas": 2655, + "▁estudo": 2656, + "ances": 2657, + "rc": 2658, + "▁fig": 2659, + "value": 2660, + "▁dias": 2661, + "▁stand": 2662, + "cas": 2663, + "▁Quando": 2664, + "Get": 2665, + "▁nós": 2666, + "▁Get": 2667, + "▁foc": 2668, + "▁around": 2669, + "way": 2670, + "▁Gr": 2671, + "ability": 2672, + "rix": 2673, + "UR": 2674, + "▁gre": 2675, + "▁sl": 2676, + "ler": 2677, + "▁ambiente": 2678, + "no": 2679, + "▁question": 2680, + "ader": 2681, + "▁aliment": 2682, + "▁element": 2683, + "▁often": 2684, + "ources": 2685, + "▁report": 2686, + "▁pred": 2687, + "Res": 2688, + "03": 2689, + "▁Bo": 2690, + "▁sever": 2691, + "▁funcion": 2692, + "▁eas": 2693, + "ceu": 2694, + "▁non": 2695, + "orth": 2696, + "▁rele": 2697, + "00,": 2698, + "IV": 2699, + "▁área": 2700, + "▁aprend": 2701, + "use": 2702, + "▁spe": 2703, + "▁These": 2704, + "▁Dis": 2705, + "▁ge": 2706, + "▁mean": 2707, + "cal": 2708, + "▁view": 2709, + "▁merc": 2710, + "08": 2711, + "▁pac": 2712, + "ouble": 2713, + "▁Pol": 2714, + "▁expect": 2715, + "ats": 2716, + "▁energy": 2717, + "▁recom": 2718, + "▁atividades": 2719, + "apt": 2720, + "▁problemas": 2721, + "▁técn": 2722, + "45": 2723, + "▁adv": 2724, + "ilar": 2725, + "Th": 2726, + "▁__": 2727, + "asse": 2728, + "▁mal": 2729, + "An": 2730, + "vert": 2731, + "▁acordo": 2732, + "▁last": 2733, + "▁grow": 2734, + "▁casa": 2735, + "▁aplic": 2736, + "▁Intern": 2737, + "▁aument": 2738, + "['": 2739, + "▁relacion": 2740, + "ids": 2741, + "▁product": 2742, + "omen": 2743, + "iores": 2744, + "▁Set": 2745, + "!!": 2746, + "ientes": 2747, + "pen": 2748, + "▁values": 2749, + "ium": 2750, + "▁nut": 2751, + "▁homem": 2752, + "\");": 2753, + "79": 2754, + "▁pouco": 2755, + "▁without": 2756, + "▁aqui": 2757, + "▁///": 2758, + "ope": 2759, + "▁Ac": 2760, + "▁segundo": 2761, + "num": 2762, + "ector": 2763, + "▁pov": 2764, + "▁quais": 2765, + "▁chang": 2766, + "▁prim": 2767, + "▁momento": 2768, + "anos": 2769, + "▁autor": 2770, + "▁Ph": 2771, + "▁desp": 2772, + "▁decis": 2773, + ">>": 4044, + "▁document": 4045, + "▁urb": 4046, + "▁experiment": 4047, + "▁significa": 4048, + "▁conditions": 4049, + "▁plane": 4050, + "▁simple": 4051, + "▁saud": 4052, + "▁princ": 4053, + "▁single": 4054, + "▁categ": 4055, + "cted": 4056, + "ibilidade": 4057, + "▁scient": 4058, + "▁NOT": 4059, + "▁existe": 4060, + "▁Rel": 4061, + "-2": 4062, + "venção": 4063, + "ck": 4064, + "▁Ste": 4065, + "▁bast": 4066, + "uls": 4067, + "▁déc": 4068, + "▁dete": 4069, + "▁fora": 4070, + "▁Aut": 4071, + "eiro": 4072, + "▁assert": 4073, + "▁consumo": 4074, + "▁solution": 4075, + "().": 4076, + "▁autom": 4077, + "rir": 4078, + "▁species": 4079, + "▁hy": 4080, + "▁ded": 4081, + "▁fem": 4082, + "ãe": 4083, + "DD": 4084, + "▁desem": 4085, + "0202": 4086, + "ema": 4087, + "utions": 4088, + "osse": 4089, + "eful": 4090, + "▁types": 4091, + "rary": 4092, + "▁Lu": 4093, + "▁Segundo": 4094, + "ley": 4095, + "ince": 4096, + "print": 4097, + "▁campo": 4098, + "▁sure": 4099, + "▁Janeiro": 4100, + "sec": 4101, + "ago": 4102, + "though": 4103, + "iciência": 4104, + "▁empresa": 4105, + "gem": 4106, + "▁May": 4107, + "▁diminu": 4108, + "▁prot": 4109, + "▁teve": 4110, + "▁nunca": 4111, + "▁jorn": 4112, + "▁segurança": 4113, + "ision": 4114, + "▁areas": 4115, + "▁involv": 4116, + "ivamente": 4117, + "################": 4118, + "atég": 4119, + "▁INTO": 4120, + "▁filho": 4121, + "ledge": 4122, + "▁float": 4123, + "▁making": 4124, + "▁Fe": 4125, + "▁rap": 4126, + "▁potential": 4127, + "▁isto": 4128, + "▁veloc": 4129, + "▁suggest": 4130, + "▁static": 4131, + "color": 4132, + "OD": 4133, + "icy": 4134, + "mary": 4135, + "▁link": 4136, + "▁0)": 4137, + "▁oportun": 4138, + "endimento": 4139, + "▁VALUES": 4140, + "▁coisa": 4141, + "▁preciso": 4142, + "▁territ": 4143, + "lam": 4144, + "▁criar": 4145, + "▁**": 4146, + "0-": 4147, + "utton": 4148, + "▁INSERT": 4149, + "▁God": 4150, + "▁word": 4151, + "olesc": 4152, + "▁graph": 4153, + "▁image": 4154, + "ecem": 4155, + "▁demonstr": 4156, + "ecimento": 4157, + "▁mét": 4158, + "▁cit": 4159, + "qui": 4160, + "▁significant": 4161, + "IST": 4162, + "oph": 4163, + "yth": 4164, + "▁approach": 4165, + "▁insp": 4166, + "▁flu": 4167, + "ostas": 4168, + "▁importantes": 4169, + "▁questions": 4170, + "▁histór": 4171, + "just": 4172, + "▁central": 4173, + "▁Ped": 4174, + "▁systems": 4175, + "ively": 4176, + "▁destac": 4177, + "vista": 4178, + "EST": 4179, + "off": 4180, + "http": 4181, + "▁Eu": 4182, + "▁Igre": 4183, + "▁States": 4184, + "}$": 4185, + "▁context": 4186, + "nal": 4187, + "essas": 4188, + "58": 4189, + "▁increase": 4190, + "▁beb": 4191, + "▁jovens": 4192, + "▁lower": 4193, + "▁$\"": 4194, + "\"]": 4195, + "▁micro": 4196, + "▁whether": 4197, + "▁Estados": 4198, + "ands": 4199, + "bles": 4200, + "▁grupos": 4201, + "▁interess": 4202, + "▁config": 4203, + "oney": 4204, + "itive": 4205, + "▁tecnologia": 4206, + "▁('": 4207, + "eto": 4208, + "▁kind": 4209, + "ifier": 4210, + "izer": 4211, + "side": 4212, + "▁criação": 4213, + "▁198": 4214, + "▁diversos": 4215, + "▁João": 4216, + "orial": 4217, + "cel": 4218, + "cret": 4219, + "________________": 4220, + "▁quatro": 4221, + "rt": 4222, + "ared": 4223, + "▁ali": 4224, + "▁preocup": 4225, + "▁changes": 4226, + "▁origem": 4227, + "▁lí": 4228, + "▁behav": 4229, + "▁vem": 4230, + "cover": 4231, + "▁novos": 4232, + "▁/**": 4233, + "Array": 4234, + "▁IS": 4235, + "dir": 4236, + "ube": 4237, + "▁levels": 4238, + "▁PRO": 4239, + "▁higher": 4240, + "▁forn": 4241, + "▁desenvolver": 4242, + "▁nam": 4243, + "▁Tec": 4244, + "▁going": 4245, + "redit": 4246, + "ru": 4247, + "▁special": 4248, + "▁havia": 4249, + "▁somente": 4250, + "▁correct": 4251, + "▁extra": 4252, + "▁National": 4253, + "▁portugu": 4254, + "▁agricult": 4255, + "ped": 4256, + "▁ofer": 4257, + "otal": 4258, + "opt": 4259, + "▁Ear": 4260, + "▁Mic": 4261, + "▁cells": 4262, + "írito": 4263, + "▁arte": 4264, + "▁lei": 4265, + "▁online": 4266, + "input": 4267, + "▁fra": 4268, + "▁country": 4269, + "ottom": 4270, + "▁instal": 4271, + "▁height": 4272, + "▁histor": 4273, + "duz": 4274, + "▁Saúde": 4275, + "▁ating": 4276, + "iciente": 4277, + "▁Senhor": 4278, + "▁big": 4279, + "▁rá": 4280, + "Is": 4281, + "▁valores": 4282, + "▁Cam": 4283, + "▁Christ": 4284, + "▁Há": 4285, + "▁carbon": 4286, + "▁usar": 4287, + "▁volume": 4288, + "▁28": 4289, + "ounds": 4290, + "label": 4291, + "▁False": 4292, + "onal": 4293, + "69": 4294, + "ised": 4295, + "éria": 4296, + "▁raz": 4297, + "uments": 4298, + "EE": 4299, + "âm": 4300, + "▁aud": 4301, + "box": 4302, + "▁Ed": 4303, + "▁already": 4304, + "▁toget": 4305, + "▁solo": 4306, + "▁pay": 4307, + "▁flor": 4308, + "▁7.": 4309, + "▁together": 4310, + "start": 4311, + "thing": 4312, + "MS": 4313, + "▁experiência": 4314, + "▁artigo": 4315, + "▁display": 4316, + "ividade": 4317, + "▁coment": 4318, + "rog": 4319, + "(&": 4320, + "▁4,": 4321, + "▁mo": 4322, + "▁públic": 4323, + "Out": 4324, + "isf": 4325, + "dades": 4326, + "▁Esse": 4327, + "onder": 4328, + "irit": 4329, + "_2": 4330, + "▁professores": 4331, + ":00": 4332, + "▁focus": 4333, + "▁treatment": 4334, + "▁alguma": 4335, + "▁prefer": 4336, + "▁Cap": 4337, + "▁pain": 4338, + "▁tenha": 4339, + "▁\"\"": 4340, + "▁subject": 4341, + "▁exer": 4342, + "▁working": 4343, + "▁Igreja": 4344, + "▁polit": 4345, + "CA": 4346, + "▁prior": 4347, + "▁rom": 4348, + "▁reason": 4349, + "ogle": 4350, + "▁34": 4351, + "▁27": 4352, + "▁Quest": 4353, + "▁lot": 4354, + "▁tin": 4355, + "hel": 4356, + "▁AL": 4357, + "▁Federal": 4358, + "ilh": 4359, + "esponse": 4360, + "He": 4361, + "▁conjunto": 4362, + "▁belie": 4363, + "▁df": 4364, + "▁nacional": 4365, + "▁fez": 4366, + "▁row": 4367, + "▁needs": 4368, + "▁Fig": 4369, + "▁https": 4370, + "▁29": 4371, + "State": 4372, + "oper": 4373, + "▁visit": 4374, + "unho": 4375, + "▁características": 4376, + "▁lín": 4377, + "▁resultado": 4378, + "''": 4379, + "▁really": 4380, + "▁tema": 4381, + "▁author": 4382, + "▁profissional": 4383, + "ocr": 4384, + "▁integer": 4385, + "▁leitura": 4386, + "Add": 4387, + "Field": 4388, + "▁científ": 4389, + "▁abr": 4390, + "▁relations": 4391, + "dia": 4392, + "▁sou": 4393, + "Color": 4394, + "angue": 4395, + "▁Result": 4396, + "ering": 4397, + "izados": 4398, + "▁serem": 4399, + "las": 4400, + "range": 4401, + "plate": 4402, + "▁width": 4403, + "▁Cas": 4404, + "hold": 4405, + "ológico": 4406, + "cy": 4407, + "▁evitar": 4408, + "ESS": 4409, + "▁column": 4410, + "atory": 4411, + "▁atu": 4412, + "▁resid": 4413, + "▁arqu": 4414, + "ulação": 4415, + "▁deta": 4416, + "▁fica": 4417, + "▁pec": 4418, + "▁fel": 4419, + "asing": 4420, + "▁dá": 4421, + "hem": 4422, + "▁population": 4423, + "▁revel": 4424, + "▁Dia": 4425, + "▁Mon": 4426, + "▁double": 4427, + "▁pag": 4428, + "ULT": 4429, + "▁tele": 4430, + "▁revol": 4431, + "edia": 4432, + "▁(200": 4433, + "▁usually": 4434, + "▁afir": 4435, + "▁Apr": 4436, + "sol": 4437, + "▁curso": 4438, + "ilt": 4439, + "▁clos": 4440, + "▁ec": 4441, + "perties": 4442, + "▁likely": 4443, + "▁cob": 4444, + "▁various": 4445, + "lt": 4446, + "▁surface": 4447, + "▁falar": 4448, + "▁repro": 4449, + "▁dele": 4450, + "▁programa": 4451, + "▁aprender": 4452, + "vest": 4453, + "▁enough": 4454, + "▁Ol": 4455, + "▁Part": 4456, + "ALL": 4457, + "▁terms": 4458, + "Str": 4459, + "▁palavra": 4460, + "▁ox": 4461, + "ila": 4462, + "grad": 4463, + "▁max": 4464, + "▁meses": 4465, + "aim": 4466, + "▁pen": 4467, + "mine": 4468, + "izagem": 4469, + "ij": 4470, + "uros": 4471, + "umentos": 4472, + "▁sejam": 4473, + "▁(2": 4474, + "▁occur": 4475, + "▁entender": 4476, + "vant": 4477, + "▁humanos": 4478, + "▁initial": 4479, + "▁preserv": 4480, + "▁Sil": 4481, + "usto": 4482, + "▁difficult": 4483, + "▁ways": 4484, + "▁visual": 4485, + "▁difí": 4486, + "▁obrig": 4487, + "▁analysis": 4488, + "angle": 4489, + "plos": 4490, + "len": 4491, + "umb": 4492, + "▁version": 4493, + "▁Mo": 4494, + "▁paper": 4495, + "▁explain": 4496, + "Count": 4497, + "On": 4498, + "ables": 4499, + "most": 4500, + "Code": 4501, + "rif": 4502, + "isl": 4503, + "ustrial": 4504, + "▁unit": 4505, + "pat": 4506, + "Pr": 4507, + "ínio": 4508, + "▁Id": 4509, + "anas": 4510, + "ípios": 4511, + "▁finance": 4512, + "▁ace": 4513, + "▁loss": 4514, + "▁mach": 4515, + "inh": 4516, + "▁políticas": 4517, + "ypes": 4518, + "▁reserv": 4519, + "▁solar": 4520, + "▁psic": 4521, + "▁Act": 4522, + "▁gente": 4523, + "▁Inf": 4524, + "▁busca": 4525, + "▁fot": 4526, + "000000": 4527, + "▁across": 4528, + "▁sil": 4529, + "era": 4530, + "ervice": 4531, + "▁larg": 4532, + "▁background": 4533, + "▁cases": 4534, + "istics": 4535, + "▁(1)": 4536, + "-19": 4537, + "ulation": 4538, + "▁futuro": 4539, + "▁Red": 4540, + "▁ocup": 4541, + "▁remo": 4542, + "▁Já": 4543, + "ães": 4544, + "▁estratég": 4545, + "ians": 4546, + "BC": 4547, + "())": 4548, + "▁possui": 4549, + "ements": 4550, + "issionais": 4551, + "▁makes": 4552, + "View": 4553, + "▁never": 4554, + "▁horas": 4555, + "▁face": 4556, + "▁existem": 4557, + "▁ill": 4558, + "▁35": 4559, + "Box": 4560, + "▁step": 4561, + "▁Foi": 4562, + "nos": 4563, + "▁having": 4564, + "ospital": 4565, + "▁estrutura": 4566, + "▁Sul": 4567, + "▁bastante": 4568, + "▁future": 4569, + "▁force": 4570, + "ocal": 4571, + "from": 4572, + "íde": 4573, + "aces": 4574, + "▁instru": 4575, + "▁nossas": 4576, + "▁ideal": 4577, + "urar": 4578, + "▁escolas": 4579, + "▁move": 4580, + "Node": 4581, + "▁AP": 4582, + "▁presença": 4583, + "▁33": 4584, + "▁cat": 4585, + "▁rede": 4586, + "mm": 4587, + "ugal": 4588, + "▁True": 4589, + "cha": 4590, + "As": 4591, + "gue": 4592, + "▁modelo": 4593, + "ught": 4594, + "ving": 4595, + "▁vista": 4596, + "att": 4597, + "ques": 4598, + "úbl": 4599, + "▁medida": 4600, + "▁pratic": 4601, + "▁solid": 4602, + "▁default": 4603, + "posição": 4604, + "▁software": 4605, + "EG": 4606, + "Up": 4607, + "▁bit": 4608, + "▁Use": 4609, + "ee": 4610, + "plot": 4611, + "▁structure": 4612, + "▁colet": 4613, + "ards": 4614, + "uffer": 4615, + "At": 4616, + "▁page": 4617, + "▁After": 4618, + "▁Ev": 4619, + "▁+=": 4620, + "▁197": 4621, + "array": 4622, + "▁strong": 4623, + "▁afet": 4624, + "▁created": 4625, + "▁cannot": 4626, + "▁caminho": 4627, + "▁Art": 4628, + "▁cy": 4629, + "▁plantas": 4630, + "▁introdu": 4631, + "MO": 4632, + "▁1:": 4633, + "ogr": 4634, + "▁maiores": 4635, + "FE": 4636, + "42": 4637, + "dio": 4638, + "porte": 4639, + "Class": 4640, + "apter": 4641, + "iding": 4642, + "▁«": 4643, + "js": 4644, + "ideo": 4645, + "▁Here": 4646, + "▁materiais": 4647, + "▁ideia": 4648, + "▁team": 4649, + "uff": 4650, + "lock": 4651, + "NS": 4652, + "▁DA": 4653, + "ops": 4654, + "avel": 4655, + "db": 4656, + "erto": 4657, + "▁concept": 4658, + "▁apoio": 4659, + "rada": 4660, + "iça": 4661, + "▁zero": 4662, + "▁Qual": 4663, + "▁Rep": 4664, + "ivity": 4665, + "▁correspond": 4666, + "▁práticas": 4667, + "▁comunicação": 4668, + "ung": 4669, + "▁More": 4670, + "▁CON": 4671, + "▁equil": 4672, + "uration": 4673, + "▁elétr": 4674, + "▁José": 4675, + "▁Fre": 4676, + "IZ": 4677, + "DC": 4678, + "▁colon": 4679, + "frica": 4680, + "▁speed": 4681, + "▁serviços": 4682, + "▁today": 4683, + "▁levar": 4684, + "inks": 4685, + "▁mudanças": 4686, + "group": 4687, + "▁análise": 4688, + "▁Class": 4689, + "▁possu": 4690, + "▁education": 4691, + "▁Now": 4692, + "length": 4693, + "rm": 4694, + "▁||": 4695, + "▁execut": 4696, + "table": 4697, + "bro": 4698, + "ener": 4699, + "▁math": 4700, + "▁war": 4701, + "▁8.": 4702, + "▁mol": 4703, + "▁experience": 4704, + "▁mut": 4705, + "▁thought": 4706, + "▁80": 4707, + "▁market": 4708, + "▁sintomas": 4709, + "▁syn": 4710, + "quire": 4711, + "▁response": 4712, + "▁labor": 4713, + "](": 4714, + "▁bás": 4715, + "▁menor": 4716, + "▁progress": 4717, + "▁fib": 4718, + "▁Acc": 4719, + "FC": 4720, + "▁however": 4721, + "pha": 4722, + "style": 4723, + "▁cabe": 4724, + "▁equation": 4725, + "▁Brit": 4726, + "ried": 4727, + "▁profissionais": 4728, + "▁${": 4729, + "▁incor": 4730, + "▁While": 4731, + "▁questões": 4732, + "▁10.": 4733, + "iles": 4734, + "▁transfer": 4735, + "ening": 4736, + "estr": 4737, + "▁porém": 4738, + "▁pressure": 4739, + "▁extrem": 4740, + "▁average": 4741, + "${": 4742, + "▁portanto": 4743, + "▁ín": 4744, + "iple": 4745, + "ostos": 4746, + "TH": 4747, + "▁Ela": 4748, + "▁células": 4749, + "▁mist": 4750, + "▁adolesc": 4751, + "pressão": 4752, + "▁np": 4753, + "▁property": 4754, + "know": 4755, + "▁tendo": 4756, + "udes": 4757, + "▁elementos": 4758, + "model": 4759, + "field": 4760, + "▁away": 4761, + "▁espécies": 4762, + "▁million": 4763, + "▁Terra": 4764, + "▁estes": 4765, + "tn": 4766, + "dom": 4767, + "▁hold": 4768, + "▁música": 4769, + "=1": 4770, + "▁nutri": 4771, + "uary": 4772, + "Def": 4773, + "iff": 4774, + "enn": 4775, + "TR": 4776, + "▁sistemas": 4777, + "▁cum": 4778, + "eth": 4779, + "▁heart": 4780, + "rad": 4781, + "▁padr": 4782, + "▁desses": 4783, + "60": 4784, + "UA": 4785, + "})": 4786, + "▁humana": 4787, + "zer": 4788, + "ocol": 4789, + "▁Rob": 4790, + "▁cut": 4791, + "▁community": 4792, + "▁própri": 4793, + "ls": 4794, + "▁ress": 4795, + "▁copy": 4796, + "Line": 4797, + "▁efeito": 4798, + "95": 4799, + "▁aula": 4800, + "ída": 4801, + "▁opin": 4802, + "▁decor": 4803, + "ession": 4804, + "ete": 4805, + "▁visão": 4806, + "ído": 4807, + "plications": 4808, + "ítica": 4809, + "▁manifest": 4810, + "él": 4811, + "▁deles": 4812, + "des": 4813, + "órias": 4814, + "▁perspect": 4815, + "65": 4816, + "2-": 4817, + "ológica": 4818, + "▁jo": 4819, + "isc": 4820, + "▁EX": 4821, + "▁World": 4822, + "result": 4823, + "hol": 4824, + "gt": 4825, + "▁cele": 4826, + "▁quar": 4827, + "írus": 4828, + "▁role": 4829, + "▁dam": 4830, + "▁du": 4831, + "▁mens": 4832, + "8)": 4833, + "sq": 4834, + "▁OR": 4835, + "▁fatores": 4836, + "▁Work": 4837, + "▁ey": 4838, + "down": 4839, + "una": 4840, + "rael": 4841, + "rb": 4842, + "▁push": 4843, + "▁locais": 4844, + "▁imagem": 4845, + "wards": 4846, + "▁acima": 4847, + "▁minim": 4848, + "▁alta": 4849, + "▁segunda": 4850, + "▁functions": 4851, + "▁Tod": 4852, + "▁emerg": 4853, + "▁Ro": 4854, + "▁acredit": 4855, + "▁technology": 4856, + "ilidade": 4857, + "ises": 4858, + "UB": 4859, + "oken": 4860, + "90": 4861, + "▁groups": 4862, + "▁positive": 4863, + "▁capt": 4864, + "qü": 4865, + "▁previous": 4866, + "▁network": 4867, + "▁absol": 4868, + "ii": 4869, + "▁Hum": 4870, + "enu": 4871, + "▁informação": 4872, + "▁sangue": 4873, + "▁pattern": 4874, + "▁−": 4875, + "block": 4876, + "▁load": 4877, + "rv": 4878, + "HO": 4879, + "▁5,": 4880, + "▁digital": 4881, + "light": 4882, + "tical": 4883, + "errament": 4884, + "Control": 4885, + "Config": 4886, + "▁death": 4887, + "info": 4888, + "ending": 4889, + "SC": 4890, + "▁format": 4891, + "ison": 4892, + "▁fé": 4893, + "érica": 4894, + "eff": 4895, + "▁administr": 4896, + "▁China": 4897, + "ítulo": 4898, + "▁effects": 4899, + "▁Integer": 4900, + "▁propried": 4901, + "▁cidad": 4902, + "▁She": 4903, + "ônia": 4904, + "▁cm": 4905, + "▁ther": 4906, + "▁actually": 4907, + "▁..": 4908, + "▁pert": 4909, + "▁cic": 4910, + "▁shows": 4911, + "▁whole": 4912, + "ormal": 4913, + "riz": 4914, + "inst": 4915, + "ologias": 4916, + "plied": 4917, + "▁further": 4918, + "lish": 4919, + "Result": 4920, + "67": 4921, + "▁($": 4922, + "uck": 4923, + "▁creat": 4924, + "ds": 4925, + "valid": 4926, + "▁Fund": 4927, + "▁From": 4928, + "▁center": 4929, + "▁livros": 4930, + "state": 4931, + "▁aux": 4932, + "▁lanç": 4933, + "▁Of": 4934, + "▁once": 4935, + "asc": 4936, + "▁economia": 4937, + "uint": 4938, + "▁English": 4939, + "▁mãe": 4940, + "▁cancer": 4941, + "▁needed": 4942, + "▁elim": 4943, + "▁Então": 4944, + "▁label": 4945, + "IX": 4946, + "▁mac": 4947, + "ônio": 4948, + "▁region": 4949, + "▁Vol": 4950, + "true": 4951, + "▁soci": 4952, + "▁hip": 4953, + "▁esfor": 4954, + "68": 4955, + "iving": 4956, + "ográf": 4957, + "Map": 4958, + "▁poderia": 4959, + "▁knowledge": 4960, + "plit": 4961, + "▁ficar": 4962, + "▁contem": 4963, + "aman": 4964, + "▁plt": 4965, + "ucle": 4966, + "INT": 4967, + "▁conform": 4968, + "=0": 4969, + "raft": 4970, + "Sp": 4971, + "▁Aug": 4972, + "oman": 4973, + "width": 4974, + "▁acad": 4975, + "▁fall": 4976, + "mes": 4977, + "▁Amb": 4978, + "▁nesse": 4979, + "▁action": 4980, + "Event": 4981, + "bol": 4982, + "▁seguir": 4983, + "▁brasileira": 4984, + "unc": 4985, + "orage": 4986, + "▁ground": 4987, + "▁resposta": 4988, + "▁mer": 4989, + "▁article": 4990, + "▁Portugal": 4991, + "[\"": 4992, + "▁projetos": 4993, + "-4": 4994, + "iven": 4995, + "▁física": 4996, + "▁York": 4997, + "▁impacto": 4998, + "▁perd": 4999, + "apa": 5000, + "fort": 5001, + "tima": 5002, + "▁mind": 5003, + "▁trabalhar": 5004, + "▁disp": 5005, + "▁pontos": 5006, + "ester": 5007, + "▁45": 5008, + "▁coração": 5009, + "ored": 5010, + "▁ór": 5011, + "▁Ve": 5012, + "▁tw": 5013, + "▁livre": 5014, + "▁religios": 5015, + "▁apresenta": 5016, + "▁distribu": 5017, + "▁milit": 5018, + "▁adapt": 5019, + "▁temperature": 5020, + "▁mob": 5021, + "▁matrix": 5022, + "▁tell": 5023, + "▁superior": 5024, + "▁cover": 5025, + "pol": 5026, + "▁addition": 5027, + "▁obras": 5028, + "ubro": 5029, + "mento": 5030, + "▁mec": 5031, + "estre": 5032, + "▁realizar": 5033, + "▁peso": 5034, + "▁finan": 5035, + "▁Nos": 5036, + "▁encontrar": 5037, + "ured": 5038, + "ersion": 5039, + "áss": 5040, + "▁physical": 5041, + "6)": 5042, + "aster": 5043, + "▁vector": 5044, + "error": 5045, + "ournal": 5046, + "orith": 5047, + "▁processos": 5048, + "▁Eles": 5049, + "▁dedic": 5050, + "aring": 5051, + "▁Read": 5052, + "▁My": 5053, + "▁factors": 5054, + "▁memory": 5055, + "\\\"": 5056, + "▁countries": 5057, + "▁Jan": 5058, + "betes": 5059, + "▁related": 5060, + "▁contexto": 5061, + "bf": 5062, + "▁relações": 5063, + "▁ON": 5064, + "▁Ale": 5065, + "▁chem": 5066, + "rl": 5067, + "ych": 5068, + "▁aproxim": 5069, + "▁efeitos": 5070, + "▁Po": 5071, + "▁aluno": 5072, + "System": 5073, + "▁black": 5074, + "▁série": 5075, + "oder": 5076, + "▁half": 5077, + "▁rather": 5078, + "▁elements": 5079, + "acy": 5080, + "elves": 5081, + "esis": 5082, + "▁frente": 5083, + "▁science": 5084, + "▁semelh": 5085, + "▁pan": 5086, + "▁UN": 5087, + "▁monitor": 5088, + "▁brain": 5089, + "▁diferente": 5090, + "▁uses": 5091, + "wise": 5092, + "▁practice": 5093, + "iddle": 5094, + "▁century": 5095, + "config": 5096, + "train": 5097, + "▁paral": 5098, + "ota": 5099, + "▁conver": 5100, + "▁CH": 5101, + "▁License": 5102, + "echan": 5103, + "▁seen": 5104, + "ponent": 5105, + "▁superf": 5106, + "▁eval": 5107, + "▁marc": 5108, + "▁continue": 5109, + "_0": 5110, + "▁enfr": 5111, + "ML": 5112, + "▁((": 5113, + "▁serão": 5114, + "▁analis": 5115, + "▁origin": 5116, + "▁passado": 5117, + "▁activity": 5118, + "▁offer": 5119, + "▁Math": 5120, + "▁isol": 5121, + "▁contato": 5122, + "▁especially": 5123, + "ips": 5124, + "eler": 5125, + "▁draw": 5126, + "▁fn": 5127, + "▁Char": 5128, + "escription": 5129, + "mail": 5130, + "▁according": 5131, + "ismos": 5132, + "▁pele": 5133, + "▁hid": 5134, + "▁torna": 5135, + "title": 5136, + "[0]": 5137, + "▁motor": 5138, + "▁sofr": 5139, + "▁Unidos": 5140, + "ief": 5141, + "▁igual": 5142, + "▁Entre": 5143, + "nb": 5144, + "▁relationship": 5145, + "▁ambiental": 5146, + "▁Também": 5147, + "▁cul": 5148, + "Message": 5149, + "/2": 5150, + "PS": 5151, + "atab": 5152, + "▁resources": 5153, + "▁associated": 5154, + "For": 5155, + "▁2012": 5156, + "▁Research": 5157, + "\"><": 5158, + "▁writing": 5159, + "src": 5160, + "ensor": 5161, + "▁methods": 5162, + ")*": 5163, + "▁margin": 5164, + "▁2013": 5165, + "▁returns": 5166, + "▁though": 5167, + "ithub": 5168, + "▁random": 5169, + "▁chall": 5170, + "▁func": 5171, + "▁difference": 5172, + "▁rat": 5173, + "▁organização": 5174, + "▁obtain": 5175, + "▁reduzir": 5176, + "▁primeiros": 5177, + "▁Just": 5178, + "▁Pat": 5179, + "▁Jap": 5180, + "flow": 5181, + "▁aprendizagem": 5182, + "▁Da": 5183, + "FFFFFFFFFFFFFFFF": 5184, + "▁variable": 5185, + "▁Cult": 5186, + "▁Lib": 5187, + "▁Return": 5188, + "▁embora": 5189, + "▁Comm": 5190, + "Man": 5191, + "▁interior": 5192, + "▁rapid": 5193, + "▁absor": 5194, + "▁fazem": 5195, + "▁week": 5196, + "PT": 5197, + "íb": 5198, + "NO": 5199, + "▁chamado": 5200, + "▁Instituto": 5201, + "▁ferrament": 5202, + "address": 5203, + "▁house": 5204, + "▁especialmente": 5205, + "vio": 5206, + "▁valid": 5207, + "eds": 5208, + "▁pet": 5209, + "▁request": 5210, + "▁};": 5211, + "97": 5212, + "▁pública": 5213, + "uth": 5214, + "▁permite": 5215, + "▁aqueles": 5216, + "Par": 5217, + "ened": 5218, + "▁cinco": 5219, + "antil": 5220, + "▁five": 5221, + "▁níveis": 5222, + "-01": 5223, + "▁white": 5224, + "Log": 5225, + "▁Bi": 5226, + "lar": 5227, + "▁intel": 5228, + "▁discipl": 5229, + "▁produto": 5230, + "ptr": 5231, + "âncias": 5232, + "▁regist": 5233, + "▁Health": 5234, + "▁idea": 5235, + "▁Gran": 5236, + "▁volta": 5237, + "▁stop": 5238, + "▁pensar": 5239, + "▁interpret": 5240, + "▁1;": 5241, + "▁production": 5242, + "guém": 5243, + "▁comportamento": 5244, + "ensa": 5245, + "ania": 5246, + "▁receber": 5247, + "▁fase": 5248, + "▁tiver": 5249, + "▁distance": 5250, + "ges": 5251, + "▁shown": 5252, + "▁factor": 5253, + "\\\\": 5254, + "▁abaixo": 5255, + "▁series": 5256, + "ping": 5257, + "▁2)": 5258, + "▁feita": 5259, + "▁condition": 5260, + "lick": 5261, + "▁provided": 5262, + "▁dor": 5263, + "leep": 5264, + "▁demais": 5265, + "▁engine": 5266, + "▁defined": 5267, + "▁ráp": 5268, + "urch": 5269, + "uração": 5270, + "▁'201": 5271, + "▁hora": 5272, + "▁elabor": 5273, + "▁junt": 5274, + "vida": 5275, + "eft": 5276, + "▁reflex": 5277, + "enciais": 5278, + "Ser": 5279, + "eda": 5280, + "ynam": 5281, + "▁médico": 5282, + "▁9.": 5283, + "▁employ": 5284, + "98": 5285, + "dec": 5286, + "▁Trabal": 5287, + "▁miss": 5288, + "▁products": 5289, + "▁PAR": 5290, + "default": 5291, + "▁tais": 5292, + "▁difícil": 5293, + "▁OF": 5294, + "New": 5295, + "rito": 5296, + "(2": 5297, + "Per": 5298, + "cios": 5299, + "2]": 5300, + "▁Equ": 5301, + "▁relativ": 5302, + "alidade": 5303, + "▁transport": 5304, + "▁90": 5305, + "upt": 5306, + "▁taken": 5307, + "orias": 5308, + "anced": 5309, + "▁sabe": 5310, + "▁behavior": 5311, + "▁pret": 5312, + "▁Str": 5313, + "ilos": 5314, + "▁linguagem": 5315, + "aval": 5316, + "tro": 5317, + "▁mand": 5318, + "▁states": 5319, + "▁young": 5320, + "▁sof": 5321, + "▁Dav": 5322, + "▁curs": 5323, + "▁concern": 5324, + "ptoms": 5325, + "▁job": 5326, + "▁Minist": 5327, + "▁geralmente": 5328, + "43": 5329, + "▁message": 5330, + "▁Text": 5331, + "▁Social": 5332, + "ORT": 5333, + "▁exact": 5334, + "Wh": 5335, + "dim": 5336, + "▁remov": 5337, + "mt": 5338, + "▁studies": 5339, + "-3": 5340, + "pet": 5341, + "Request": 5342, + "▁responsável": 5343, + "▁receb": 5344, + "▁transm": 5345, + "▁cos": 5346, + "[1]": 5347, + "Hand": 5348, + "No": 5349, + "▁língua": 5350, + "▁reduce": 5351, + "▁status": 5352, + "▁Brasile": 5353, + "▁cop": 5354, + "▁style": 5355, + "vez": 5356, + "▁frut": 5357, + "▁plants": 5358, + "▁conhecer": 5359, + "Label": 5360, + "▁cand": 5361, + "52": 5362, + "Pos": 5363, + "▁quality": 5364, + "rid": 5365, + "▁city": 5366, + "ulho": 5367, + "▁termos": 5368, + "DO": 5369, + "▁growth": 5370, + "áb": 5371, + "▁harm": 5372, + "▁escolar": 5373, + "▁achie": 5374, + "izes": 5375, + "▁alcanç": 5376, + "▁Govern": 5377, + "▁pul": 5378, + "▁maxim": 5379, + "version": 5380, + "▁La": 5381, + "▁fail": 5382, + "▁understanding": 5383, + "ipal": 5384, + "▁cel": 5385, + "▁sample": 5386, + "▁service": 5387, + "▁cidades": 5388, + "▁patients": 5389, + "▁perf": 5390, + "▁parts": 5391, + "ibility": 5392, + "ensive": 5393, + "▁necessidades": 5394, + "rown": 5395, + "▁END": 5396, + "▁sucesso": 5397, + "▁alto": 5398, + "tings": 5399, + "sg": 5400, + "▁First": 5401, + "▁tornar": 5402, + "▁participação": 5403, + "▁close": 5404, + "▁brasileiro": 5405, + "▁considered": 5406, + "▁2010": 5407, + "▁sec": 5408, + "null": 5409, + "▁fis": 5410, + "init": 5411, + "▁student": 5412, + "▁Ens": 5413, + "▁dú": 5414, + "▁fab": 5415, + "▁Sch": 5416, + "▁instance": 5417, + "▁irm": 5418, + "▁emp": 5419, + "guas": 5420, + "▁2014": 5421, + "▁Find": 5422, + "QU": 5423, + "api": 5424, + "uk": 5425, + "▁ult": 5426, + "▁doesn": 5427, + "▁concl": 5428, + "doc": 5429, + "oter": 5430, + "▁dinheiro": 5431, + "▁War": 5432, + "ICA": 5433, + "▁exclus": 5434, + "link": 5435, + "Ap": 5436, + "▁descon": 5437, + "▁mont": 5438, + "▁Organ": 5439, + "bb": 5440, + "▁vão": 5441, + "▁viver": 5442, + "▁reun": 5443, + "▁hours": 5444, + "▁média": 5445, + "anta": 5446, + "Point": 5447, + "▁familiar": 5448, + "+1": 5449, + "▁border": 5450, + "Table": 5451, + "▁cou": 5452, + "▁Will": 5453, + "▁State": 5454, + "▁Lei": 5455, + "▁quick": 5456, + "▁quím": 5457, + "▁afirm": 5458, + "▁eletr": 5459, + "▁fazendo": 5460, + "ixo": 5461, + "▁forte": 5462, + "▁diante": 5463, + "▁pai": 5464, + "▁conteúdo": 5465, + "▁search": 5466, + "▁ign": 5467, + "▁node": 5468, + "▁Depois": 5469, + "▁Dim": 5470, + "ising": 5471, + "▁2015": 5472, + "▁$$\\": 5473, + "▁Earth": 5474, + "▁satisf": 5475, + "▁strateg": 5476, + "▁passar": 5477, + "unci": 5478, + "base": 5479, + "plac": 5480, + "▁equipe": 5481, + "▁situações": 5482, + "▁tor": 5483, + "reira": 5484, + "▁item": 5485, + "▁pré": 5486, + "▁passou": 5487, + "▁Her": 5488, + "rict": 5489, + "▁apply": 5490, + "cido": 5491, + "▁Francis": 5492, + "▁benefícios": 5493, + "display": 5494, + "isão": 5495, + "ecial": 5496, + "ABLE": 5497, + "▁taref": 5498, + "Create": 5499, + "▁Add": 5500, + "Met": 5501, + "Element": 5502, + "inf": 5503, + "▁-1": 5504, + "▁acompanh": 5505, + "▁itself": 5506, + "▁garantir": 5507, + "▁quad": 5508, + "▁activities": 5509, + "▁mudança": 5510, + "▁coll": 5511, + "▁espécie": 5512, + "false": 5513, + "▁square": 5514, + "▁building": 5515, + "via": 5516, + "▁blog": 5517, + "inado": 5518, + "▁mis": 5519, + "▁dens": 5520, + "▁money": 5521, + "adding": 5522, + "▁skills": 5523, + "content": 5524, + "ights": 5525, + "▁Di": 5526, + "▁fácil": 5527, + "áticos": 5528, + "▁ago": 5529, + "▁Emb": 5530, + "▁contact": 5531, + "return": 5532, + "▁feed": 5533, + "▁linear": 5534, + "ributed": 5535, + "▁game": 5536, + "EB": 5537, + "▁written": 5538, + "▁developed": 5539, + "▁alimentação": 5540, + "Reg": 5541, + "▁dessas": 5542, + "gras": 5543, + "▁Dur": 5544, + "▁liberdade": 5545, + "entar": 5546, + "▁West": 5547, + "▁ordem": 5548, + "▁necessary": 5549, + "Inst": 5550, + "ili": 5551, + "▁alguém": 5552, + "▁entire": 5553, + "▁incent": 5554, + "pção": 5555, + "gebra": 5556, + "abilidades": 5557, + "▁enter": 5558, + "elhos": 5559, + "▁numer": 5560, + "eks": 5561, + "▁argument": 5562, + "▁easy": 5563, + "github": 5564, + "urity": 5565, + "([": 5566, + "Trans": 5567, + "▁gal": 5568, + "▁39": 5569, + "ênio": 5570, + "feira": 5571, + "ônica": 5572, + "▁box": 5573, + "▁recogn": 5574, + "▁interesse": 5575, + "▁infer": 5576, + "body": 5577, + "▁passa": 5578, + "▁provides": 5579, + "▁export": 5580, + "▁Neste": 5581, + "▁2011": 5582, + "▁jur": 5583, + "▁incluindo": 5584, + "ipe": 5585, + "▁fonte": 5586, + "▁pessoal": 5587, + "json": 5588, + "▁mostra": 5589, + "▁decre": 5590, + "lin": 5591, + "▁possa": 5592, + "▁stress": 5593, + "ocation": 5594, + "53": 5595, + "▁ann": 5596, + "âncer": 5597, + "▁Israel": 5598, + "▁atmos": 5599, + "▁match": 5600, + "alt": 5601, + "ming": 5602, + "▁recomm": 5603, + "▁estudantes": 5604, + "mut": 5605, + "▁integ": 5606, + "▁potencial": 5607, + "▁communic": 5608, + "Context": 5609, + "▁'',": 5610, + "▁contains": 5611, + "▁medidas": 5612, + "tex": 5613, + "▁formula": 5614, + "▁members": 5615, + "▁Profess": 5616, + "▁Mor": 5617, + ">(": 5618, + "▁pacientes": 5619, + "▁assess": 5620, + "▁desempen": 5621, + "▁story": 5622, + "▁dep": 5623, + "▁lines": 5624, + "▁Most": 5625, + "pass": 5626, + "▁razão": 5627, + "▁cart": 5628, + "▁seguinte": 5629, + "▁hou": 5630, + "▁conclus": 5631, + "sl": 5632, + "▁got": 5633, + ")/": 5634, + "icon": 5635, + "▁Ps": 5636, + "▁naturais": 5637, + "active": 5638, + "▁became": 5639, + "▁greater": 5640, + "di": 5641, + "▁estas": 5642, + "▁plano": 5643, + "▁AS": 5644, + "▁conceito": 5645, + "▁determine": 5646, + "dos": 5647, + "▁2016": 5648, + "▁melhorar": 5649, + "ython": 5650, + "Rec": 5651, + "icional": 5652, + "ayout": 5653, + "▁guerra": 5654, + "▁Inform": 5655, + "▁theory": 5656, + "▁estamos": 5657, + "▁root": 5658, + "▁diferença": 5659, + "▁complete": 5660, + "▁linha": 5661, + "irar": 5662, + "▁logo": 5663, + "▁indú": 5664, + "▁fri": 5665, + "▁Santa": 5666, + "mark": 5667, + "▁avoid": 5668, + "▁performance": 5669, + "▁sul": 5670, + "▁centro": 5671, + "oler": 5672, + "▁[]": 5673, + "._": 5674, + "cles": 5675, + "bi": 5676, + "▁expected": 5677, + "▁select": 5678, + "rea": 5679, + "och": 5680, + "etas": 5681, + "▁business": 5682, + "aged": 5683, + "▁fen": 5684, + "▁List": 5685, + "float": 5686, + "▁bool": 5687, + "▁industrial": 5688, + "▁scale": 5689, + "veu": 5690, + "irect": 5691, + "▁NO": 5692, + "▁chegar": 5693, + "with": 5694, + "itando": 5695, + "▁compart": 5696, + "▁flex": 5697, + "▁Science": 5698, + "▁upon": 5699, + "Token": 5700, + "▁recomend": 5701, + "ns": 5702, + "▁arm": 5703, + "▁comes": 5704, + "gh": 5705, + "▁partes": 5706, + "▁redução": 5707, + "We": 5708, + "▁materials": 5709, + "▁igre": 5710, + "▁tornou": 5711, + "▁acid": 5712, + "▁certo": 5713, + "▁Ang": 5714, + "▁multiple": 5715, + "▁assunto": 5716, + "▁História": 5717, + "▁realmente": 5718, + "▁AM": 5719, + "rip": 5720, + "▁proteção": 5721, + "▁heat": 5722, + "▁temperatura": 5723, + "Att": 5724, + "▁·": 5725, + "uch": 5726, + "▁months": 5727, + "▁nesta": 5728, + "2:": 5729, + "▁basic": 5730, + "ached": 5731, + "▁AND": 5732, + "▁issues": 5733, + "rição": 5734, + "▁THE": 5735, + "ública": 5736, + "▁live": 5737, + "õe": 5738, + "▁afirma": 5739, + "enham": 5740, + "▁conhecido": 5741, + "▁thing": 5742, + "enced": 5743, + "▁farm": 5744, + "▁vitam": 5745, + "onia": 5746, + "▁(201": 5747, + "▁motiv": 5748, + "▁indivíduos": 5749, + "▁training": 5750, + "(1,": 5751, + "abled": 5752, + "▁pressão": 5753, + "ark": 5754, + "▁~": 5755, + "▁legisl": 5756, + "eq": 5757, + "Not": 5758, + "▁ciência": 5759, + "▁Grande": 5760, + "{\"": 5761, + "(_": 5762, + "▁Depart": 5763, + "▁Div": 5764, + "▁computer": 5765, + "▁evalu": 5766, + "▁rights": 5767, + "▁km": 5768, + "▁lem": 5769, + "▁tree": 5770, + "▁variables": 5771, + "▁transmit": 5772, + "▁inicial": 5773, + "iste": 5774, + "éia": 5775, + "Date": 5776, + "▁divid": 5777, + "▁conqu": 5778, + "INE": 5779, + "▁sense": 5780, + "▁saf": 5781, + "▁meet": 5782, + "▁Sua": 5783, + "long": 5784, + "Lo": 5785, + "▁deixar": 5786, + "antas": 5787, + "SA": 5788, + "▁tim": 5789, + "▁suje": 5790, + "▁hon": 5791, + "▁yet": 5792, + "sm": 5793, + "▁company": 5794, + "User": 5795, + "anger": 5796, + "position": 5797, + "▁South": 5798, + "7)": 5799, + "▁aspectos": 5800, + "▁####": 5801, + "▁junto": 5802, + "▁SE": 5803, + "▁olhos": 5804, + "oud": 5805, + "▁Austr": 5806, + "▁única": 5807, + "▁jornal": 5808, + "▁Ou": 5809, + "▁Your": 5810, + "▁instead": 5811, + "▁See": 5812, + "define": 5813, + "▁efet": 5814, + "png": 5815, + "issue": 5816, + "▁North": 5817, + "▁norte": 5818, + "leo": 5819, + "▁AN": 5820, + "intes": 5821, + "cise": 5822, + "());": 5823, + "(0,": 5824, + "▁SO": 5825, + "Exception": 5826, + "brar": 5827, + "▁70": 5828, + "▁reading": 5829, + "▁mão": 5830, + "ógica": 5831, + "▁German": 5832, + "Group": 5833, + "2_": 5834, + "▁distribution": 5835, + "▁hol": 5836, + "▁único": 5837, + "▁Amaz": 5838, + "▁Europa": 5839, + "otos": 5840, + "▁internet": 5841, + "▁sort": 5842, + "▁note": 5843, + "▁section": 5844, + "▁terce": 5845, + "▁Many": 5846, + "▁obt": 5847, + "xima": 5848, + "▁``": 5849, + "▁mathemat": 5850, + "▁Bas": 5851, + "▁symptoms": 5852, + "▁predict": 5853, + "▁imper": 5854, + "▁email": 5855, + "UP": 5856, + "▁Oct": 5857, + "vey": 5858, + "Fr": 5859, + "▁6,": 5860, + "▁acess": 5861, + "bin": 5862, + "▁price": 5863, + "idores": 5864, + "▁explica": 5865, + "ílias": 5866, + "▁Mais": 5867, + "▁diagnos": 5868, + "▁accept": 5869, + "▁fit": 5870, + "▁vul": 5871, + "ney": 5872, + "iências": 5873, + "urso": 5874, + "build": 5875, + "▁Lat": 5876, + "idx": 5877, + "ernel": 5878, + "▁acontece": 5879, + "BA": 5880, + "idor": 5881, + "▁ing": 5882, + "▁host": 5883, + "verse": 5884, + "▁emiss": 5885, + "▁title": 5886, + "▁coorden": 5887, + "atabase": 5888, + "▁vont": 5889, + "LA": 5890, + "▁quadr": 5891, + "ociação": 5892, + "▁muita": 5893, + "▁mel": 5894, + "▁Rem": 5895, + "▁corpor": 5896, + "▁protect": 5897, + "creen": 5898, + "Inter": 5899, + "like": 5900, + "▁Escola": 5901, + "▁consult": 5902, + "▁evidence": 5903, + "ECT": 5904, + "▁semana": 5905, + "▁técnicas": 5906, + "▁effort": 5907, + "▁date": 5908, + "olar": 5909, + "▁attack": 5910, + "▁custom": 5911, + "Model": 5912, + "▁package": 5913, + "▁simply": 5914, + "▁fala": 5915, + ")))": 5916, + "▁national": 5917, + "ético": 5918, + "▁paciente": 5919, + "ást": 5920, + "aking": 5921, + "sk": 5922, + "▁órg": 5923, + "▁2009": 5924, + "▁Since": 5925, + "ales": 5926, + "(\\": 5927, + "▁sala": 5928, + "empt": 5929, + "▁School": 5930, + "atar": 5931, + "image": 5932, + "▁Santo": 5933, + "▁cot": 5934, + "▁taman": 5935, + "▁tarde": 5936, + "▁dent": 5937, + "▁próximo": 5938, + "ev": 5939, + "94": 5940, + "uções": 5941, + "▁violência": 5942, + "▁começou": 5943, + "▁produce": 5944, + "▁proper": 5945, + "last": 5946, + "▁envol": 5947, + "▁(\"": 5948, + "eu": 5949, + "filename": 5950, + "▁prest": 5951, + "▁equival": 5952, + "érias": 5953, + "▁clean": 5954, + "▁mag": 5955, + "▁aumentar": 5956, + "▁added": 5957, + "node": 5958, + "From": 5959, + "▁published": 5960, + "icidade": 5961, + "▁command": 5962, + "True": 5963, + "▁effective": 5964, + "▁anti": 5965, + "▁perda": 5966, + "1_": 5967, + "▁provoc": 5968, + "▁gram": 5969, + "izing": 5970, + ".;": 5971, + "pring": 5972, + "▁mãos": 5973, + "▁demand": 5974, + "enge": 5975, + "url": 5976, + "▁les": 5977, + "▁classes": 5978, + "gresso": 5979, + "▁fosse": 5980, + "▁matter": 5981, + "▁appear": 5982, + "che": 5983, + "▁America": 5984, + "ún": 5985, + "▁vas": 5986, + "▁Munic": 5987, + "avelmente": 5988, + "lio": 5989, + "ERS": 5990, + "where": 5991, + "jas": 5992, + "ully": 5993, + "▁increased": 5994, + "xf": 5995, + "▁came": 5996, + "iritual": 5997, + "ORD": 5998, + "▁pensamento": 5999, + "▁sele": 6000, + "iform": 6001, + "▁planej": 6002, + "Sub": 6003, + "▁pergunt": 6004, + "▁gên": 6005, + "ged": 6006, + "▁cuidados": 6007, + "▁reach": 6008, + "▁contrário": 6009, + "ossa": 6010, + "▁diss": 6011, + "▁usu": 6012, + "5%": 6013, + "▁parece": 6014, + "ync": 6015, + "▁almost": 6016, + "▁Top": 6017, + "▁ability": 6018, + "▁cross": 6019, + "▁Hel": 6020, + "▁confl": 6021, + "▁recebe": 6022, + "icar": 6023, + "Dis": 6024, + "idão": 6025, + "omos": 6026, + "▁drug": 6027, + "▁essential": 6028, + "▁SP": 6029, + "1/": 6030, + "▁Desen": 6031, + "▁194": 6032, + "▁37": 6033, + "▁Ident": 6034, + "▁imagens": 6035, + "▁promover": 6036, + "tras": 6037, + "onde": 6038, + "▁weeks": 6039, + "Url": 6040, + "▁2017": 6041, + "leta": 6042, + "500": 6043, + "▁doing": 6044, + "▁domin": 6045, + "▁serviço": 6046, + "encies": 6047, + "▁reform": 6048, + "▁negative": 6049, + "▁mim": 6050, + "▁Vis": 6051, + "▁infec": 6052, + "ilha": 6053, + "▁detal": 6054, + "▁review": 6055, + "▁Write": 6056, + "▁Vir": 6057, + "GE": 6058, + "▁frame": 6059, + "▁bound": 6060, + "▁prev": 6061, + "▁Boolean": 6062, + "▁10,": 6063, + "(0": 6064, + "hood": 6065, + "▁deu": 6066, + "▁interval": 6067, + "hand": 6068, + "based": 6069, + "umes": 6070, + "▁claro": 6071, + "Ass": 6072, + "▁proporcion": 6073, + "▁legal": 6074, + "ificado": 6075, + "NC": 6076, + "▁sun": 6077, + "cons": 6078, + "annel": 6079, + "ocks": 6080, + "▁$0": 6081, + "▁guard": 6082, + "With": 6083, + "adoras": 6084, + "idar": 6085, + "▁General": 6086, + "summary": 6087, + "▁38": 6088, + "pack": 6089, + "visão": 6090, + "▁plot": 6091, + "▁pint": 6092, + "▁poderá": 6093, + "align": 6094, + "▁utilização": 6095, + "▁Centro": 6096, + "▁árv": 6097, + "jos": 6098, + "espace": 6099, + "▁vontade": 6100, + "▁taking": 6101, + "▁famílias": 6102, + "script": 6103, + "img": 6104, + "!(": 6105, + "▁regard": 6106, + "▁diabetes": 6107, + "▁bra": 6108, + "▁Mil": 6109, + "omb": 6110, + "▁luta": 6111, + "▁services": 6112, + "enses": 6113, + "▁longer": 6114, + "▁vig": 6115, + "umo": 6116, + "▁maintain": 6117, + "ADE": 6118, + "pu": 6119, + "▁regiões": 6120, + "heet": 6121, + "mselves": 6122, + "▁Anal": 6123, + "▁possuem": 6124, + "▁symbol": 6125, + "▁cast": 6126, + "▁six": 6127, + "▁aquele": 6128, + "lege": 6129, + "▁rob": 6130, + "▁device": 6131, + "▁década": 6132, + "▁distin": 6133, + "ride": 6134, + "▁Portanto": 6135, + "éis": 6136, + "▁encontra": 6137, + "▁),": 6138, + "\"),": 6139, + "▁nucle": 6140, + "▁Pedro": 6141, + "Button": 6142, + "▁Tal": 6143, + "▁dou": 6144, + "itional": 6145, + "umin": 6146, + "▁themselves": 6147, + "72": 6148, + "▁kil": 6149, + ")]": 6150, + "oft": 6151, + "known": 6152, + "join": 6153, + "íbl": 6154, + "▁climate": 6155, + "▁massa": 6156, + "▁takes": 6157, + "▁issue": 6158, + "▁len": 6159, + "dução": 6160, + "▁baixo": 6161, + "izadas": 6162, + "▁music": 6163, + "▁matéria": 6164, + "▁Conf": 6165, + "prim": 6166, + "▁electric": 6167, + "seg": 6168, + "ódigo": 6169, + "▁medical": 6170, + "▁comunidades": 6171, + "▁rule": 6172, + "Image": 6173, + "stria": 6174, + "rec": 6175, + "▁claim": 6176, + "▁Name": 6177, + "gree": 6178, + "ót": 6179, + "▁Dist": 6180, + "▁técnica": 6181, + "▁Mac": 6182, + "▁haver": 6183, + "▁mole": 6184, + "▁posição": 6185, + "▁webs": 6186, + "ituição": 6187, + "▁opportun": 6188, + "lor": 6189, + "▁extre": 6190, + "board": 6191, + "▁concentr": 6192, + "▁existência": 6193, + "▁ler": 6194, + "▁inclusive": 6195, + "empty": 6196, + "▁possibilidade": 6197, + "▁meaning": 6198, + "▁researchers": 6199, + "▁cabeça": 6200, + "▁háb": 6201, + "bor": 6202, + "rique": 6203, + "▁escrav": 6204, + "▁mechan": 6205, + "▁Type": 6206, + "▁Note": 6207, + "▁câncer": 6208, + "ATION": 6209, + "Stream": 6210, + "format": 6211, + "▁internal": 6212, + "iciais": 6213, + "rows": 6214, + "elling": 6215, + "args": 6216, + "[]": 6217, + "▁tempor": 6218, + "ânica": 6219, + "▁excess": 6220, + "▁candid": 6221, + "glês": 6222, + "▁Up": 6223, + "▁Mundial": 6224, + "83": 6225, + "▁Hol": 6226, + "▁pedag": 6227, + "▁direction": 6228, + "▁fabric": 6229, + "nbsp": 6230, + "▁redes": 6231, + "▁Edit": 6232, + "HT": 6233, + "▁useful": 6234, + "atamente": 6235, + "come": 6236, + "PR": 6237, + "▁avaliação": 6238, + "ring": 6239, + "▁Other": 6240, + "▁aw": 6241, + "▁management": 6242, + "óstico": 6243, + "TE": 6244, + "▁oce": 6245, + "anks": 6246, + "QL": 6247, + "istema": 6248, + "▁AR": 6249, + "msg": 6250, + "▁Nesse": 6251, + "std": 6252, + "Dec": 6253, + "▁ever": 6254, + "Status": 6255, + "▁pair": 6256, + "▁increasing": 6257, + "▁melhores": 6258, + "▁narr": 6259, + "▁TO": 6260, + "ports": 6261, + "Draw": 6262, + "ILE": 6263, + "▁built": 6264, + "SO": 6265, + "▁ball": 6266, + "////////////////": 6267, + "erson": 6268, + "host": 6269, + "▁(199": 6270, + "▁Copy": 6271, + "▁termin": 6272, + "▁options": 6273, + "▁estavam": 6274, + "CM": 6275, + "▁essencial": 6276, + "▁presidente": 6277, + "ka": 6278, + "ection": 6279, + "▁colabor": 6280, + "hib": 6281, + "*)": 6282, + "▁wal": 6283, + "eram": 6284, + "▁san": 6285, + "▁His": 6286, + "▁Econ": 6287, + "term": 6288, + "▁intelig": 6289, + "▁living": 6290, + "▁fish": 6291, + "▁events": 6292, + ",0": 6293, + "orno": 6294, + "▁pict": 6295, + "▁cook": 6296, + "▁mês": 6297, + "aper": 6298, + "▁tinham": 6299, + "\\$": 6300, + "▁expressão": 6301, + "culas": 6302, + "▁repet": 6303, + "▁feet": 6304, + "ying": 6305, + "▁bacter": 6306, + "▁usado": 6307, + "▁nerv": 6308, + "▁aulas": 6309, + "cast": 6310, + "All": 6311, + "▁Proble": 6312, + "udos": 6313, + "▁respond": 6314, + "▁>=": 6315, + "▁Lear": 6316, + "apia": 6317, + "▁economic": 6318, + "▁exemplos": 6319, + "▁planeta": 6320, + "▁condição": 6321, + "▁inov": 6322, + "check": 6323, + "82": 6324, + "▁Prime": 6325, + "▁Har": 6326, + "édio": 6327, + "▁application": 6328, + "▁31": 6329, + "▁cére": 6330, + "orge": 6331, + "▁improve": 6332, + "▁femin": 6333, + "▁movimentos": 6334, + "▁FOR": 6335, + "▁Calcul": 6336, + "efore": 6337, + "▁memória": 6338, + "▁took": 6339, + "▁diet": 6340, + "▁Pass": 6341, + "Base": 6342, + "▁algorith": 6343, + "▁web": 6344, + ")=": 6345, + "ptions": 6346, + "icl": 6347, + "ulti": 6348, + "php": 6349, + "▁travel": 6350, + "jeto": 6351, + "▁Após": 6352, + "▁oil": 6353, + "ulta": 6354, + "ológicos": 6355, + "▁conforme": 6356, + "xy": 6357, + "▁nenhum": 6358, + "Char": 6359, + "▁tempos": 6360, + "stract": 6361, + "▁fontes": 6362, + "ivate": 6363, + "▁cogn": 6364, + "onta": 6365, + "gues": 6366, + "▁Durante": 6367, + "▁Embora": 6368, + "ternal": 6369, + "Em": 6370, + "estas": 6371, + "function": 6372, + "▁Apesar": 6373, + "FAULT": 6374, + "oura": 6375, + "▁hospital": 6376, + "▁cort": 6377, + "▁loop": 6378, + "▁circul": 6379, + "ustry": 6380, + "▁includes": 6381, + "▁conduct": 6382, + "▁Sm": 6383, + "▁últimos": 6384, + "▁\"\"\"": 6385, + "ariamente": 6386, + "▁share": 6387, + "ídos": 6388, + "metros": 6389, + "▁solve": 6390, + "▁Mart": 6391, + "▁detect": 6392, + "▁Hoje": 6393, + "cf": 6394, + "EF": 6395, + "▁gain": 6396, + "▁political": 6397, + "▁Eg": 6398, + "▁animals": 6399, + "▁Bec": 6400, + "rote": 6401, + "year": 6402, + "▁Nas": 6403, + "▁objects": 6404, + "▁Function": 6405, + "ifer": 6406, + "▁Value": 6407, + "▁gestão": 6408, + "▁solução": 6409, + "aging": 6410, + "▁pequenos": 6411, + "▁tomar": 6412, + "▁mane": 6413, + "iança": 6414, + "▁skin": 6415, + "▁escrita": 6416, + "▁Count": 6417, + "▁wr": 6418, + "▁looking": 6419, + "▁src": 6420, + "call": 6421, + "▁smo": 6422, + "TO": 6423, + "▁transl": 6424, + "▁additional": 6425, + "▁saudável": 6426, + "example": 6427, + "▁consciência": 6428, + "▁recup": 6429, + "▁third": 6430, + "▁método": 6431, + "atural": 6432, + "sequ": 6433, + "aving": 6434, + "igen": 6435, + "▁teoria": 6436, + "▁XX": 6437, + "▁jud": 6438, + "------------": 6439, + "status": 6440, + "▁conhe": 6441, + "▁ID": 6442, + "▁termo": 6443, + "rs": 6444, + "▁ans": 6445, + "▁echo": 6446, + "▁^": 6447, + "▁Muse": 6448, + "▁inj": 6449, + "▁Mes": 6450, + "▁vírus": 6451, + "ormente": 6452, + "▁cen": 6453, + "aling": 6454, + "▁slow": 6455, + "▁front": 6456, + "▁2018": 6457, + "itions": 6458, + "▁tab": 6459, + "▁incorpor": 6460, + "▁MA": 6461, + "ike": 6462, + "▁earth": 6463, + "▁models": 6464, + "▁Dem": 6465, + "▁chamada": 6466, + "▁inflam": 6467, + "▁units": 6468, + "▁horiz": 6469, + "▁declar": 6470, + "▁exercício": 6471, + "level": 6472, + "▁gives": 6473, + "▁seem": 6474, + "osof": 6475, + "▁nessa": 6476, + "▁aplicação": 6477, + "otes": 6478, + "▁except": 6479, + "▁programas": 6480, + "erve": 6481, + "▁shape": 6482, + "▁Expl": 6483, + "▁imposs": 6484, + "▁Pesquis": 6485, + "▁instituições": 6486, + "ogram": 6487, + "ERR": 6488, + "unta": 6489, + "▁vamos": 6490, + "mal": 6491, + "▁América": 6492, + "▁spread": 6493, + "PA": 6494, + "▁eg": 6495, + "10.": 6496, + "BB": 6497, + "erate": 6498, + "63": 6499, + "▁precisam": 6500, + "▁Ben": 6501, + "▁III": 6502, + "▁sexual": 6503, + "▁Internet": 6504, + "▁trig": 6505, + "uge": 6506, + "▁AD": 6507, + "Ref": 6508, + "▁comuns": 6509, + "▁deriv": 6510, + "▁actual": 6511, + "xx": 6512, + "emic": 6513, + "EA": 6514, + "ducing": 6515, + "▁trabalhos": 6516, + "▁euro": 6517, + "▁tran": 6518, + "(1)": 6519, + "▁fire": 6520, + "eline": 6521, + "▁thread": 6522, + "oção": 6523, + "▁ut": 6524, + "▁inside": 6525, + "local": 6526, + "▁mín": 6527, + "▁realizado": 6528, + "▁Cri": 6529, + "▁índ": 6530, + "ícia": 6531, + "▁experiências": 6532, + "das": 6533, + "▁noite": 6534, + "▁empreg": 6535, + "KEY": 6536, + "Service": 6537, + "73": 6538, + "itam": 6539, + "enha": 6540, + "▁Francisco": 6541, + "spec": 6542, + "PU": 6543, + "▁Secret": 6544, + "▁Gre": 6545, + "▁virtual": 6546, + "▁convert": 6547, + "(:": 6548, + "▁cant": 6549, + "▁Palav": 6550, + "aços": 6551, + "▁Nova": 6552, + "▁Lo": 6553, + "▁Over": 6554, + "▁tub": 6555, + "▁Medic": 6556, + "used": 6557, + "▁pand": 6558, + "▁cérebro": 6559, + "unch": 6560, + "ging": 6561, + "iormente": 6562, + "▁soil": 6563, + "▁Desc": 6564, + "▁objetivos": 6565, + "▁indivíduo": 6566, + "▁moral": 6567, + "▁apesar": 6568, + "▁Log": 6569, + "▁Although": 6570, + "▁contamin": 6571, + "10,": 6572, + "▁Comput": 6573, + "▁Flor": 6574, + "andon": 6575, + "▁membros": 6576, + "▁superfíci": 6577, + "▁diretamente": 6578, + "LL": 6579, + "▁dificuldades": 6580, + "▁{}": 6581, + "vidas": 6582, + "▁tests": 6583, + "ched": 6584, + "▁included": 6585, + "sto": 6586, + "▁cust": 6587, + "▁expand": 6588, + "acher": 6589, + "hi": 6590, + "▁minutes": 6591, + "~~": 6592, + "▁×": 6593, + "create": 6594, + "▁enf": 6595, + "▁Create": 6596, + "▁possam": 6597, + "▁expans": 6598, + "▁2:": 6599, + "dro": 6600, + "▁identify": 6601, + "irth": 6602, + "YPE": 6603, + "▁recent": 6604, + "▁stream": 6605, + "▁destru": 6606, + "anh": 6607, + "igma": 6608, + "▁ficou": 6609, + "▁getting": 6610, + "▁baixa": 6611, + "▁healthy": 6612, + "▁textos": 6613, + "▁Sw": 6614, + "▁organismo": 6615, + "ellow": 6616, + "▁internacional": 6617, + "ulares": 6618, + "▁político": 6619, + "▁mente": 6620, + "dt": 6621, + "ceed": 6622, + "▁discover": 6623, + "▁Seu": 6624, + "▁Check": 6625, + "▁video": 6626, + "▁proteín": 6627, + "41": 6628, + "▁relev": 6629, + "othing": 6630, + "▁pesquisas": 6631, + "▁fore": 6632, + "iation": 6633, + "HA": 6634, + "med": 6635, + "▁Quem": 6636, + "▁objeto": 6637, + "ergy": 6638, + "ername": 6639, + "---": 6640, + "ufact": 6641, + "▁2008": 6642, + "▁probably": 6643, + "sim": 6644, + "▁Todos": 6645, + "ronic": 6646, + "▁Real": 6647, + "▁define": 6648, + ")(": 6649, + "struct": 6650, + "onomia": 6651, + "fix": 6652, + "▁Sab": 6653, + "▁leite": 6654, + "▁tool": 6655, + "▁parents": 6656, + "▁chemical": 6657, + "▁calculate": 6658, + "inguém": 6659, + "▁víde": 6660, + "▁Num": 6661, + "▁unique": 6662, + "▁envi": 6663, + "▁pp": 6664, + "▁features": 6665, + "room": 6666, + "orr": 6667, + "parent": 6668, + "▁federal": 6669, + "▁According": 6670, + "▁properties": 6671, + "hy": 6672, + "cm": 6673, + "into": 6674, + "▁trata": 6675, + "▁arch": 6676, + "▁outside": 6677, + "MAT": 6678, + "▁Mal": 6679, + "▁Press": 6680, + "▁helps": 6681, + "▁imun": 6682, + "change": 6683, + "section": 6684, + "▁emoc": 6685, + "▁pesquisadores": 6686, + "▁Espírito": 6687, + "▁velocidade": 6688, + "teriormente": 6689, + "▁clar": 6690, + "▁individuals": 6691, + "▁lon": 6692, + "▁allows": 6693, + "ners": 6694, + "urb": 6695, + "lhe": 6696, + "▁Why": 6697, + "wner": 6698, + "51": 6699, + "▁ju": 6700, + "▁prazo": 6701, + "▁designed": 6702, + "){": 6703, + "▁successful": 6704, + "current": 6705, + "▁None": 6706, + "âne": 6707, + "▁cere": 6708, + "Client": 6709, + "▁bil": 6710, + "▁denomin": 6711, + "▁daqu": 6712, + "▁lemb": 6713, + "▁seguintes": 6714, + "encion": 6715, + "▁seres": 6716, + "▁obter": 6717, + "▁throughout": 6718, + "▁último": 6719, + "uar": 6720, + "▁larger": 6721, + "▁attempt": 6722, + "▁analy": 6723, + "roy": 6724, + "▁perfe": 6725, + "fera": 6726, + "▁external": 6727, + "▁ocorr": 6728, + "MM": 6729, + "actions": 6730, + "▁passo": 6731, + "▁funções": 6732, + "▁busc": 6733, + ">,": 6734, + "fa": 6735, + "▁trib": 6736, + "▁2019": 6737, + "▁pi": 6738, + "▁58": 6739, + "▁apresentar": 6740, + "FO": 6741, + "▁therefore": 6742, + "▁compreender": 6743, + "▁mesmos": 6744, + "▁Bel": 6745, + "page": 6746, + "height": 6747, + "▁mundial": 6748, + "íbrio": 6749, + "▁Guerra": 6750, + "ículo": 6751, + "▁<=": 6752, + "▁presentes": 6753, + "▁maio": 6754, + "idez": 6755, + "▁profund": 6756, + "▁tamanho": 6757, + "▁location": 6758, + "▁Resp": 6759, + "itudes": 6760, + "▁forms": 6761, + "▁media": 6762, + "▁Mc": 6763, + "▁lut": 6764, + "▁King": 6765, + "▁abert": 6766, + "rot": 6767, + "▁meios": 6768, + "usão": 6769, + "▁incom": 6770, + "▁XV": 6771, + "▁serve": 6772, + "▁British": 6773, + "▁quite": 6774, + "▁heav": 6775, + "▁#####": 6776, + "▁approxim": 6777, + "▁1/": 6778, + "▁estiver": 6779, + "▁files": 6780, + "▁setor": 6781, + "Be": 6782, + "▁sinal": 6783, + "çú": 6784, + "CD": 6785, + "▁module": 6786, + "Input": 6787, + "roll": 6788, + "▁appropri": 6789, + "▁padding": 6790, + "uito": 6791, + "▁sleep": 6792, + "atives": 6793, + "lete": 6794, + "▁500": 6795, + "▁none": 6796, + "▁Also": 6797, + "emática": 6798, + "▁directly": 6799, + "▁causes": 6800, + "▁compreensão": 6801, + "▁utilizado": 6802, + "▁olhar": 6803, + "astic": 6804, + "▁Dom": 6805, + "▁cru": 6806, + "62": 6807, + "▁jogo": 6808, + "▁geração": 6809, + "hic": 6810, + "[1": 6811, + "Response": 6812, + "Address": 6813, + "▁Mus": 6814, + "▁direção": 6815, + "▁prejud": 6816, + "▁7,": 6817, + "▁Each": 6818, + "▁believe": 6819, + "▁thus": 6820, + "▁resistência": 6821, + "▁interface": 6822, + "▁confirm": 6823, + "▁públicas": 6824, + "▁names": 6825, + "▁began": 6826, + "▁Dev": 6827, + "miss": 6828, + "object": 6829, + "▁hot": 6830, + "stream": 6831, + "▁imedi": 6832, + "▁(2)": 6833, + "▁kg": 6834, + "▁Sou": 6835, + "íduos": 6836, + "▁ideias": 6837, + "▁oportunidade": 6838, + "▁examples": 6839, + "▁sites": 6840, + "▁renov": 6841, + "▁Ca": 6842, + "abs": 6843, + "ometry": 6844, + "▁começar": 6845, + "▁Fol": 6846, + "▁Fin": 6847, + "▁considerado": 6848, + "FB": 6849, + "▁sometimes": 6850, + "▁leva": 6851, + "column": 6852, + "▁Final": 6853, + "▁expression": 6854, + "▁sed": 6855, + "▁rev": 6856, + "▁strength": 6857, + "▁efica": 6858, + "▁Serv": 6859, + "Dev": 6860, + "▁decid": 6861, + "▁easily": 6862, + "space": 6863, + "▁planta": 6864, + ",'": 6865, + "▁resta": 6866, + "izando": 6867, + "▁bill": 6868, + "▁ensure": 6869, + "▁active": 6870, + "▁classe": 6871, + "iado": 6872, + "ini": 6873, + "32_": 6874, + "utenção": 6875, + "▁Introdu": 6876, + "▁voc": 6877, + "show": 6878, + "▁enorm": 6879, + "▁Our": 6880, + "Number": 6881, + "▁init": 6882, + "▁dimens": 6883, + "▁amea": 6884, + "▁Using": 6885, + "oras": 6886, + "ataset": 6887, + "▁wid": 6888, + "iat": 6889, + "▁industry": 6890, + "idden": 6891, + "▁Silva": 6892, + "apping": 6893, + "▁Alguns": 6894, + "▁pequeno": 6895, + "▁8,": 6896, + "▁lider": 6897, + "▁sources": 6898, + "atividade": 6899, + "▁sobrev": 6900, + "▁someone": 6901, + "▁parent": 6902, + "▁Sur": 6903, + "▁Ministério": 6904, + "%.": 6905, + "ágina": 6906, + "ography": 6907, + "-8": 6908, + "iques": 6909, + "▁utilizar": 6910, + "▁Calif": 6911, + "▁Question": 6912, + "osofia": 6913, + "▁'''": 6914, + "▁Agr": 6915, + "▁calor": 6916, + "▁figure": 6917, + "▁fast": 6918, + "▁amigos": 6919, + "▁seis": 6920, + "▁desafios": 6921, + "▁brasileiros": 6922, + "▁Paul": 6923, + "▁Number": 6924, + "▁caused": 6925, + "▁conhecimentos": 6926, + "▁transporte": 6927, + "eses": 6928, + "vam": 6929, + "ony": 6930, + "92": 6931, + "▁surv": 6932, + "ilhar": 6933, + "▁simpl": 6934, + "tainer": 6935, + "aco": 6936, + "▁delas": 6937, + "▁started": 6938, + "▁round": 6939, + "ky": 6940, + "undred": 6941, + "âmb": 6942, + "▁março": 6943, + "ecut": 6944, + "▁steps": 6945, + "dist": 6946, + "▁proposta": 6947, + "▁-0.": 6948, + "Mem": 6949, + "▁aprove": 6950, + "▁minutos": 6951, + "▁society": 6952, + "FFFFFF": 6953, + "▁última": 6954, + "▁sinais": 6955, + "▁inglês": 6956, + "▁altura": 6957, + "▁escolha": 6958, + "▁realização": 6959, + ":\"": 6960, + "begin": 6961, + "Check": 6962, + "▁excel": 6963, + "nov": 6964, + "np": 6965, + "▁objetos": 6966, + "iração": 6967, + "dated": 6968, + "▁TR": 6969, + "ológicas": 6970, + "▁Porém": 6971, + "2}": 6972, + "▁seems": 6973, + "▁princípio": 6974, + "dot": 6975, + "AV": 6976, + "PRO": 6977, + "▁train": 6978, + "Frame": 6979, + "▁trein": 6980, + "This": 6981, + "CI": 6982, + "▁produzir": 6983, + "▁atr": 6984, + "▁Jew": 6985, + "▁drop": 6986, + "sa": 6987, + "▁bring": 6988, + "▁India": 6989, + "▁indústria": 6990, + "▁Time": 6991, + "itado": 6992, + "Source": 6993, + "post": 6994, + "iba": 6995, + "▁abandon": 6996, + "CR": 6997, + "▁angle": 6998, + "Start": 6999, + "▁filter": 7000, + "▁outubro": 7001, + "▁Ensino": 7002, + "▁produced": 7003, + "▁Hen": 7004, + "▁rit": 7005, + "▁pequena": 7006, + "ads": 7007, + "▁Dan": 7008, + "▁ast": 7009, + "*(": 7010, + "▁moment": 7011, + "▁reb": 7012, + "PL": 7013, + "▁San": 7014, + "▁sen": 7015, + "▁igreja": 7016, + "▁equations": 7017, + "▁evolução": 7018, + "▁Carlos": 7019, + "▁wor": 7020, + "▁Global": 7021, + "▁levant": 7022, + "▁identificar": 7023, + "▁medo": 7024, + "▁love": 7025, + "▁ouv": 7026, + "▁maximum": 7027, + "rosoft": 7028, + "▁reference": 7029, + "▁arquit": 7030, + "▁cultiv": 7031, + "esh": 7032, + "▁armaz": 7033, + "▁máqu": 7034, + "▁Liv": 7035, + "oro": 7036, + "idence": 7037, + "apy": 7038, + "\">>": 7526, + "▁metab": 7527, + "▁Direito": 7528, + "▁Journal": 7529, + "▁rei": 7530, + "▁cál": 7531, + "displaystyle": 7532, + "▁cará": 7533, + "▁basis": 7534, + "▁green": 7535, + "pg": 7536, + "▁frequency": 7537, + "▁books": 7538, + "▁applied": 7539, + "▁culture": 7540, + "▁pobre": 7541, + "▁update": 7542, + "append": 7543, + "▁History": 7544, + "▁Copyright": 7545, + "->{": 7546, + "Fil": 7547, + "▁lav": 7548, + "▁vulner": 7549, + "client": 7550, + "rg": 7551, + "▁Central": 7552, + "▁mode": 7553, + "▁File": 7554, + "▁Oper": 7555, + "▁construir": 7556, + "uação": 7557, + "▁scientists": 7558, + "▁julho": 7559, + "▁Existem": 7560, + "▁trop": 7561, + "▁polu": 7562, + "▁az": 7563, + "▁(4": 7564, + "81": 7565, + "▁(3": 7566, + "▁cursos": 7567, + "▁Line": 7568, + "▁PR": 7569, + "anged": 7570, + "▁Long": 7571, + "▁fenôm": 7572, + "▁tenham": 7573, + "▁escrever": 7574, + "vação": 7575, + "▁www": 7576, + "▁NA": 7577, + "txt": 7578, + "ecendo": 7579, + "▁Even": 7580, + "▁components": 7581, + "akes": 7582, + "main": 7583, + "Command": 7584, + "▁respir": 7585, + "\\/\\/": 7586, + "▁brin": 7587, + "ânico": 7588, + "ously": 7589, + "aff": 7590, + "▁Admin": 7591, + "▁chu": 7592, + "▁conseguir": 7593, + "CS": 7594, + "▁próprios": 7595, + "9)": 7596, + "ae": 7597, + "▁CR": 7598, + "▁hyp": 7599, + "▁Rom": 7600, + "▁Fonte": 7601, + "▁cruz": 7602, + "▁metal": 7603, + "▁wrote": 7604, + "}$$": 7605, + "▁bab": 7606, + "▁atribu": 7607, + "▁collect": 7608, + "racia": 7609, + "02020202": 7610, + "xi": 7611, + "▁inser": 7612, + "▁earli": 7613, + "▁janeiro": 7614, + "tudo": 7615, + "▁token": 7616, + "▁High": 7617, + "▁usando": 7618, + "3_": 7619, + "▁clín": 7620, + "▁contempor": 7621, + "++)": 7622, + "▁devemos": 7623, + "▁Day": 7624, + "▁relative": 7625, + "$.": 7626, + "ober": 7627, + "▁apont": 7628, + "▁Revol": 7629, + "▁Ber": 7630, + "▁11.": 7631, + "▁deliver": 7632, + "ille": 7633, + "▁international": 7634, + "oco": 7635, + "uri": 7636, + "▁sono": 7637, + "▁Associ": 7638, + "▁IV": 7639, + "▁discrim": 7640, + "▁europe": 7641, + "▁definition": 7642, + "see": 7643, + "Buffer": 7644, + "CP": 7645, + "▁complement": 7646, + "▁eventos": 7647, + "▁2007": 7648, + "unk": 7649, + "▁immedi": 7650, + "▁official": 7651, + "▁Agora": 7652, + "adual": 7653, + "▁appropriate": 7654, + "▁povos": 7655, + "▁details": 7656, + "▁daily": 7657, + "▁distância": 7658, + "▁debate": 7659, + "atória": 7660, + "▁integral": 7661, + "▁Because": 7662, + "▁ocas": 7663, + "ícias": 7664, + "▁mid": 7665, + "▁refor": 7666, + "del": 7667, + "▁Stat": 7668, + "▁asked": 7669, + "oding": 7670, + "▁Afric": 7671, + "control": 7672, + "ardo": 7673, + "▁avan": 7674, + "2(": 7675, + "▁gênero": 7676, + "▁Control": 7677, + "▁har": 7678, + "▁pad": 7679, + "▁neut": 7680, + "▁Santos": 7681, + "▁sentir": 7682, + "▁costs": 7683, + "▁kids": 7684, + "▁Civil": 7685, + "asons": 7686, + "▁cub": 7687, + "▁June": 7688, + "usta": 7689, + "▁becomes": 7690, + "▁Example": 7691, + "▁referência": 7692, + "▁líqu": 7693, + "▁perceber": 7694, + "▁buf": 7695, + "▁África": 7696, + "FL": 7697, + "101": 7698, + "estic": 7699, + "▁lic": 7700, + "▁talvez": 7701, + "▁applications": 7702, + "Ext": 7703, + "ógico": 7704, + "▁astr": 7705, + "▁TV": 7706, + "▁defesa": 7707, + "▁mit": 7708, + "▁sche": 7709, + "▁machine": 7710, + "▁David": 7711, + "▁emot": 7712, + "▁entrar": 7713, + "▁responsáveis": 7714, + "▁3)": 7715, + "▁fields": 7716, + "fab": 7717, + "▁Ir": 7718, + "▁quickly": 7719, + "▁pros": 7720, + "▁padrão": 7721, + "▁operation": 7722, + "ár": 7723, + "▁deep": 7724, + "▁forest": 7725, + "▁Found": 7726, + "osos": 7727, + "▁longe": 7728, + "▁Jer": 7729, + "▁concre": 7730, + "▁ferro": 7731, + "xic": 7732, + "▁democr": 7733, + "▁suffer": 7734, + "hou": 7735, + "▁tum": 7736, + "sect": 7737, + "ginas": 7738, + "▁alem": 7739, + "▁Portugu": 7740, + "▁infantil": 7741, + "▁promov": 7742, + "én": 7743, + "III": 7744, + "kg": 7745, + "âmica": 7746, + "▁engen": 7747, + "1;": 7748, + "ixel": 7749, + "amar": 7750, + "pected": 7751, + "▁ton": 7752, + "grees": 7753, + "▁Sept": 7754, + "ASS": 7755, + "▁threat": 7756, + "▁espaços": 7757, + "cell": 7758, + "amental": 7759, + "▁digest": 7760, + "▁reflet": 7761, + "▁Projeto": 7762, + "▁quadro": 7763, + "▁anything": 7764, + "▁acontec": 7765, + "▁feature": 7766, + "▁empty": 7767, + "▁financial": 7768, + "▁[\"": 7769, + "▁shall": 7770, + "▁08": 7771, + "▁infin": 7772, + "▁During": 7773, + "▁Therefore": 7774, + "▁liqu": 7775, + "▁testing": 7776, + "▁resíduos": 7777, + "▁isn": 7778, + "▁developing": 7779, + "▁formal": 7780, + "▁carne": 7781, + "▁avanç": 7782, + "▁received": 7783, + "Column": 7784, + "âmar": 7785, + "▁comercial": 7786, + "▁miles": 7787, + "▁estudar": 7788, + "▁cientistas": 7789, + "▁beginning": 7790, + "Property": 7791, + "▁enfrent": 7792, + "}/": 7793, + "▁stra": 7794, + "anal": 7795, + "▁divulg": 7796, + "▁night": 7797, + "ypt": 7798, + "GB": 7799, + "▁ask": 7800, + "▁psych": 7801, + "rench": 7802, + "process": 7803, + "▁template": 7804, + "▁Geral": 7805, + "▁Bíbl": 7806, + "Gen": 7807, + "And": 7808, + "▁serious": 7809, + "tains": 7810, + "▁ciclo": 7811, + "▁folhas": 7812, + "áginas": 7813, + "▁utilizados": 7814, + "▁running": 7815, + "first": 7816, + "untos": 7817, + "▁foss": 7818, + "uldade": 7819, + "▁Project": 7820, + "plex": 7821, + "▁Cada": 7822, + "▁rates": 7823, + "'.": 7824, + "▁thinking": 7825, + "▁totalmente": 7826, + "▁patient": 7827, + "400": 7828, + "={": 7829, + "wrap": 7830, + "▁perfect": 7831, + "tx": 7832, + "▁users": 7833, + "assem": 7834, + "20,": 7835, + "▁Professor": 7836, + "▁Il": 7837, + "▁moving": 7838, + "▁médio": 7839, + "tax": 7840, + "▁behind": 7841, + "Max": 7842, + "▁interessante": 7843, + "▁quis": 7844, + "equal": 7845, + "▁perto": 7846, + "▁estre": 7847, + "▁paz": 7848, + "hington": 7849, + "(-": 7850, + "duces": 7851, + "▁pós": 7852, + "▁collection": 7853, + "▁news": 7854, + "▁EUA": 7855, + "▁\"\\": 7856, + "▁Porto": 7857, + "liote": 7858, + "▁Max": 7859, + "▁intest": 7860, + "▁Cir": 7861, + "▁eth": 7862, + "▁públicos": 7863, + "usion": 7864, + "02,": 7865, + "▁mention": 7866, + "▁wood": 7867, + "▁cov": 7868, + "óx": 7869, + "Mode": 7870, + "itário": 7871, + "▁divis": 7872, + "Inte": 7873, + "▁situation": 7874, + "cito": 7875, + "▁insert": 7876, + "▁exactly": 7877, + "▁foods": 7878, + "lig": 7879, + "ulate": 7880, + "▁subs": 7881, + "0;": 7882, + "OM": 7883, + "▁mi": 7884, + "▁layer": 7885, + "▁(!": 7886, + "matrix": 7887, + "metro": 7888, + "Style": 7889, + "▁tut": 7890, + "run": 7891, + "▁carbono": 7892, + "▁Pop": 7893, + "itária": 7894, + "ést": 7895, + "▁pesc": 7896, + "▁Pers": 7897, + "▁compromet": 7898, + "stars": 7899, + "▁implant": 7900, + "▁exercise": 7901, + "Tem": 7902, + "▁equilíbrio": 7903, + "covery": 7904, + "lands": 7905, + "▁Super": 7906, + "%,": 7907, + "▁França": 7908, + "inding": 7909, + "SET": 7910, + "▁towards": 7911, + "▁intent": 7912, + "alpha": 7913, + "Te": 7914, + "▁vant": 7915, + "ATH": 7916, + "▁filme": 7917, + "▁métodos": 7918, + "▁growing": 7919, + "{1": 7920, + "▁Inc": 7921, + "▁ato": 7922, + "▁minist": 7923, + "▁phot": 7924, + "irem": 7925, + "▁Bat": 7926, + "▁middle": 7927, + "▁chegou": 7928, + "▁adm": 7929, + "▁artes": 7930, + "eder": 7931, + "tact": 7932, + "▁entend": 7933, + "▁Cu": 7934, + "▁Table": 7935, + "ificados": 7936, + "itiva": 7937, + "▁Essas": 7938, + "▁Só": 7939, + "▁dorm": 7940, + "emor": 7941, + "▁Tex": 7942, + "çam": 7943, + "▁WH": 7944, + "It": 7945, + "▁justiça": 7946, + "▁disposit": 7947, + "▁Sen": 7948, + "▁48": 7949, + "ificial": 7950, + "▁adot": 7951, + "▁Paris": 7952, + "message": 7953, + "Write": 7954, + "▁safety": 7955, + "ídas": 7956, + "▁net": 7957, + "▁Op": 7958, + "▁sobretudo": 7959, + "▁destes": 7960, + "STR": 7961, + "▁propriedades": 7962, + "▁bur": 7963, + "font": 7964, + "▁allowed": 7965, + "ílio": 7966, + "▁CONT": 7967, + "CF": 7968, + "▁Show": 7969, + "▁purpose": 7970, + "▁operations": 7971, + "END": 7972, + "▁soluções": 7973, + "quir": 7974, + "2/": 7975, + "antos": 7976, + "▁bytes": 7977, + "▁adolescentes": 7978, + "▁Face": 7979, + "▁Desenvolvimento": 7980, + "exp": 7981, + "▁trabalhadores": 7982, + "ynamic": 7983, + "repon": 7984, + "▁Tecn": 7985, + "orto": 7986, + "▁Compan": 7987, + "▁Municipal": 7988, + "rest": 7989, + "uv": 7990, + "IZE": 7991, + "iço": 7992, + "▁Desde": 7993, + "idel": 7994, + "▁Home": 7995, + "Width": 7996, + "▁Brasileira": 7997, + "▁vent": 7998, + "▁tiv": 7999, + "▁Aqui": 8000, + "▁aim": 8001, + "érios": 8002, + "▁April": 8003, + "▁currently": 8004, + "▁MO": 8005, + "cd": 8006, + "ariable": 8007, + "▁reflect": 8008, + "▁pick": 8009, + "▁autores": 8010, + "▁pé": 8011, + "rack": 8012, + "▁Base": 8013, + "▁leading": 8014, + "▁win": 8015, + "▁perder": 8016, + "EXT": 8017, + "3]": 8018, + "▁tradicional": 8019, + "▁goal": 8020, + "ciais": 8021, + "▁3:": 8022, + "▁decisão": 8023, + "▁August": 8024, + "▁trees": 8025, + "éticos": 8026, + "▁Americ": 8027, + "▁riscos": 8028, + "▁irá": 8029, + "▁antib": 8030, + "pare": 8031, + "íamos": 8032, + "▁bot": 8033, + "▁sea": 8034, + "Action": 8035, + "▁Department": 8036, + "ístico": 8037, + "▁equipamentos": 8038, + "▁simplesmente": 8039, + "▁ninguém": 8040, + "▁Ref": 8041, + "oo": 8042, + "reponame": 8043, + "▁app": 8044, + "▁voz": 8045, + "▁security": 8046, + "▁largest": 8047, + "▁nav": 8048, + "Manager": 8049, + "▁sustain": 8050, + "resp": 8051, + "▁famos": 8052, + "▁wide": 8053, + "▁computador": 8054, + "▁Power": 8055, + "▁metros": 8056, + "itivo": 8057, + "▁paint": 8058, + "rier": 8059, + "alar": 8060, + "VID": 8061, + "▁decision": 8062, + "phere": 8063, + "▁forces": 8064, + "▁component": 8065, + "next": 8066, + "▁db": 8067, + "idge": 8068, + "hs": 8069, + "iox": 8070, + "haria": 8071, + "▁rural": 8072, + "▁limited": 8073, + "aa": 8074, + "▁Su": 8075, + "den": 8076, + "False": 8077, + "▁edição": 8078, + "onds": 8079, + "ticle": 8080, + "▁Pod": 8081, + "▁library": 8082, + "▁193": 8083, + "▁distributed": 8084, + "ferência": 8085, + "▁lista": 8086, + "▁descre": 8087, + "aled": 8088, + "▁Cle": 8089, + "odies": 8090, + "▁teria": 8091, + "▁Dig": 8092, + "rief": 8093, + "▁Product": 8094, + "▁acontecer": 8095, + "0,0,0,0,": 8096, + "▁Prov": 8097, + "▁entrada": 8098, + "▁Free": 8099, + "▁militar": 8100, + "rat": 8101, + "▁Book": 8102, + "▁optim": 8103, + "0.0": 8104, + "▁aquela": 8105, + "▁European": 8106, + "▁Cab": 8107, + "▁fundo": 8108, + "cb": 8109, + "▁houve": 8110, + "▁goes": 8111, + "ln": 8112, + "▁Are": 8113, + "▁intelect": 8114, + "▁números": 8115, + "▁carry": 8116, + "nav": 8117, + "isms": 8118, + "▁Era": 8119, + "▁terras": 8120, + "▁meus": 8121, + "▁Tom": 8122, + "(3": 8123, + "apor": 8124, + "▁companies": 8125, + "▁override": 8126, + "▁vacc": 8127, + "▁tiveram": 8128, + "▁forças": 8129, + "▁warm": 8130, + "▁held": 8131, + "▁although": 8132, + "▁vê": 8133, + "alloc": 8134, + "▁room": 8135, + "▁shift": 8136, + "▁Two": 8137, + "Version": 8138, + "▁grau": 8139, + "▁places": 8140, + "water": 8141, + "▁regime": 8142, + "itect": 8143, + "▁Del": 8144, + "ércio": 8145, + "▁burn": 8146, + "▁deveria": 8147, + "▁everything": 8148, + ".0": 8149, + "▁Fac": 8150, + "AGE": 8151, + "▁please": 8152, + "▁Font": 8153, + "▁0.5": 8154, + "▁dry": 8155, + "Sec": 8156, + "▁GL": 8157, + "▁diversidade": 8158, + "reet": 8159, + "▁diferenças": 8160, + "▁fornecer": 8161, + "lice": 8162, + "▁highly": 8163, + "▁fill": 8164, + "▁flo": 8165, + "▁mostrar": 8166, + "▁Self": 8167, + "▁creating": 8168, + "-9": 8169, + "▁políticos": 8170, + "ono": 8171, + "▁medi": 8172, + "ROM": 8173, + "▁Até": 8174, + "▁fech": 8175, + "1).": 8176, + "If": 8177, + "▁alco": 8178, + "▁speak": 8179, + "▁comprom": 8180, + "connect": 8181, + "ws": 8182, + "bug": 8183, + "▁professora": 8184, + "Order": 8185, + "medi": 8186, + "▁significado": 8187, + "▁missão": 8188, + "▁dog": 8189, + "agon": 8190, + "▁teaching": 8191, + "berg": 8192, + "▁Open": 8193, + "Off": 8194, + "▁soon": 8195, + "teriores": 8196, + "VA": 8197, + "rout": 8198, + "SON": 8199, + "};": 8200, + "tice": 8201, + "estrut": 8202, + "▁bact": 8203, + "▁Black": 8204, + "▁eye": 8205, + "endeu": 8206, + "▁espírito": 8207, + "▁Stand": 8208, + "▁econômica": 8209, + "▁tornando": 8210, + "▁oficial": 8211, + "▁emit": 8212, + "Fe": 8213, + "▁indígenas": 8214, + "▁procur": 8215, + "▁Washington": 8216, + "gio": 8217, + "0,000": 8218, + "elha": 8219, + "▁algorithm": 8220, + "▁requer": 8221, + "▁enjo": 8222, + "▁República": 8223, + "▁ferramentas": 8224, + "▁dign": 8225, + "ãs": 8226, + "Instance": 8227, + "▁iniciativa": 8228, + "ouch": 8229, + "▁Cour": 8230, + "▁vag": 8231, + "▁Ori": 8232, + "▁invas": 8233, + "▁Sl": 8234, + "▁libert": 8235, + "iliar": 8236, + "Method": 8237, + "▁Sam": 8238, + "▁Law": 8239, + "▁Status": 8240, + "16,": 8241, + "▁Bal": 8242, + "EP": 8243, + "▁suff": 8244, + ";&": 8245, + "▁})": 8246, + "Ab": 8247, + "▁1000": 8248, + "▁SET": 8249, + "▁EN": 8250, + "iab": 8251, + "▁July": 8252, + "▁Doc": 8253, + "▁upper": 8254, + "Min": 8255, + "▁processes": 8256, + "▁went": 8257, + "▁determinado": 8258, + "▁Level": 8259, + "ículos": 8260, + "▁carro": 8261, + "▁atrás": 8262, + "▁reve": 8263, + "▁fixed": 8264, + "▁capazes": 8265, + "▁aquilo": 8266, + "lying": 8267, + "▁espiritual": 8268, + "▁gene": 8269, + "=1,": 8270, + "▁democ": 8271, + "▁volunt": 8272, + "▁humanidade": 8273, + "greg": 8274, + "query": 8275, + "▁depart": 8276, + "▁curios": 8277, + "▁Sistema": 8278, + "▁carreg": 8279, + "▁Last": 8280, + "▁sets": 8281, + "▁choice": 8282, + "buf": 8283, + "▁birth": 8284, + "▁9,": 8285, + "ibr": 8286, + "ornia": 8287, + "olic": 8288, + "▁caráter": 8289, + "▁rapidamente": 8290, + "mathrm": 8291, + "▁member": 8292, + "▁português": 8293, + "Drawing": 8294, + "óst": 8295, + "normal": 8296, + "ITY": 8297, + "▁Mesmo": 8298, + "▁alimento": 8299, + "▁foco": 8300, + "boa": 8301, + "itores": 8302, + "▁medicamentos": 8303, + "iações": 8304, + "▁cotid": 8305, + "▁causas": 8306, + "ônico": 8307, + "1),": 8308, + "▁atra": 8309, + "▁\"$": 8310, + "AF": 8311, + "ARY": 8312, + "▁Índ": 8313, + "▁established": 8314, + "▁Orig": 8315, + "ificada": 8316, + "▁remember": 8317, + "apar": 8318, + "▁++": 8319, + "igas": 8320, + "▁corrente": 8321, + "▁Che": 8322, + "cat": 8323, + "▁atualmente": 8324, + "kin": 8325, + "▁neigh": 8326, + "▁client": 8327, + "▁clin": 8328, + "▁aus": 8329, + "▁core": 8330, + "▁comment": 8331, + "úcle": 8332, + "▁correl": 8333, + "▁Gra": 8334, + "dura": 8335, + "▁town": 8336, + "ucion": 8337, + "nam": 8338, + "▁Any": 8339, + "▁motivo": 8340, + "udio": 8341, + "shape": 8342, + "roc": 8343, + "DS": 8344, + "▁lost": 8345, + "organ": 8346, + "Float": 8347, + "▁mission": 8348, + "01,": 8349, + "▁Key": 8350, + "▁exit": 8351, + "▁description": 8352, + "▁receive": 8353, + "▁Internacional": 8354, + "forma": 8355, + "▁hands": 8356, + "▁necessária": 8357, + "▁ata": 8358, + "▁won": 8359, + "Default": 8360, + ".[": 8361, + "UND": 8362, + "essem": 8363, + "▁Develop": 8364, + "▁Next": 8365, + "request": 8366, + "▁Make": 8367, + "▁econômico": 8368, + "▁04": 8369, + "IRE": 8370, + "▁órgãos": 8371, + "▁Sobre": 8372, + "▁juríd": 8373, + "▁Sign": 8374, + "{{": 8375, + "Click": 8376, + "ayers": 8377, + "▁stay": 8378, + "Os": 8379, + "▁'202": 8380, + "arget": 8381, + "▁interesting": 8382, + "▁certeza": 8383, + "Device": 8384, + "faces": 8385, + "▁usados": 8386, + "▁vot": 8387, + "▁rar": 8388, + "\"))": 8389, + "▁consegue": 8390, + "▁CL": 8391, + "-1)": 8392, + "fol": 8393, + "ALSE": 8394, + "ANT": 8395, + "oot": 8396, + "▁concentração": 8397, + "▁utilizada": 8398, + "▁Under": 8399, + "iados": 8400, + "▁usada": 8401, + "▁TABLE": 8402, + "▁Education": 8403, + "PC": 8404, + "▁estratégias": 8405, + "erican": 8406, + "▁techniques": 8407, + "▁Camp": 8408, + "emy": 8409, + "eness": 8410, + "▁forward": 8411, + "▁ouvir": 8412, + "▁identidade": 8413, + "▁Mag": 8414, + "command": 8415, + "igual": 8416, + "▁agricultura": 8417, + "▁views": 8418, + "▁changed": 8419, + "pens": 8420, + "▁perspectiva": 8421, + "olo": 8422, + "▁fizer": 8423, + "ologies": 8424, + "▁endif": 8425, + "./": 8426, + "9999": 8427, + "2;": 8428, + "Dim": 8429, + "▁procura": 8430, + "▁400": 8431, + "Jo": 8432, + "ingle": 8433, + "▁sess": 8434, + "rais": 8435, + "▁{\"": 8436, + "▁escala": 8437, + "▁exam": 8438, + "▁Date": 8439, + "▁fator": 8440, + "▁estabelecer": 8441, + "▁follows": 8442, + "▁Fa": 8443, + "▁lugares": 8444, + "▁handle": 8445, + "▁French": 8446, + "▁dicas": 8447, + "▁distribuição": 8448, + "▁normalmente": 8449, + "TD": 8450, + "LOG": 8451, + "uir": 8452, + "edes": 8453, + "▁coz": 8454, + "posto": 8455, + "▁January": 8456, + "▁código": 8457, + "eros": 8458, + "▁interesses": 8459, + "desc": 8460, + "▁Start": 8461, + "▁repres": 8462, + "uracy": 8463, + "ianos": 8464, + "▁axis": 8465, + "params": 8466, + "Parameter": 8467, + "adata": 8468, + "▁Veja": 8469, + "XX": 8470, + "ribe": 8471, + "▁protected": 8472, + "▁encontro": 8473, + "lat": 8474, + "▁refere": 8475, + "free": 8476, + "▁Don": 8477, + "▁cenário": 8478, + "Format": 8479, + "▁Another": 8480, + "▁publicado": 8481, + "▁java": 8482, + "▁bebê": 8483, + "Ob": 8484, + "plas": 8485, + "bas": 8486, + "ei": 8487, + "comment": 8488, + "▁weak": 8489, + "▁waste": 8490, + "▁nit": 8491, + "iares": 8492, + "▁ambos": 8493, + "▁charge": 8494, + "yg": 8495, + "▁adap": 8496, + "▁starting": 8497, + "▁leaders": 8498, + "▁['": 8499, + "actory": 8500, + "▁describe": 8501, + "▁migr": 8502, + "71": 8503, + "▁signal": 8504, + "▁aprendizado": 8505, + "home": 8506, + "▁vale": 8507, + "▁grade": 8508, + "▁diseases": 8509, + "▁vehic": 8510, + "ASE": 8511, + "▁Cre": 8512, + "8_": 8513, + "▁stage": 8514, + "▁continuar": 8515, + "▁sí": 8516, + "▁escolher": 8517, + "▁degrees": 8518, + "▁manip": 8519, + "▁modelos": 8520, + "▁humans": 8521, + "▁desafio": 8522, + "▁-->": 8523, + "▁proteger": 8524, + "gression": 8525, + "▁devices": 8526, + "▁neuro": 8527, + "▁cuja": 8528, + "esterol": 8529, + "ien": 8530, + "▁Tw": 8531, + "heets": 8532, + "▁possíveis": 8533, + "▁buscar": 8534, + "▁typically": 8535, + "▁California": 8536, + "▁universal": 8537, + "IGN": 8538, + "▁luc": 8539, + "▁ce": 8540, + "▁gases": 8541, + "▁obst": 8542, + "▁abordagem": 8543, + "inition": 8544, + "▁assume": 8545, + "▁NAS": 8546, + "▁switch": 8547, + "▁deal": 8548, + "▁ta": 8549, + "▁infância": 8550, + "▁clima": 8551, + "▁64": 8552, + "▁Quanto": 8553, + "▁die": 8554, + "ster": 8555, + "▁entry": 8556, + "▁2006": 8557, + "bert": 8558, + "▁esforço": 8559, + "▁culturas": 8560, + "opes": 8561, + "hão": 8562, + "▁tratar": 8563, + "▁construction": 8564, + "▁vital": 8565, + "▁observar": 8566, + "▁continua": 8567, + "▁/>": 8568, + "▁metade": 8569, + "▁Mathemat": 8570, + "more": 8571, + "▁Import": 8572, + "sole": 8573, + "▁urban": 8574, + "▁esquer": 8575, + "▁Natural": 8576, + "tmp": 8577, + "▁instituição": 8578, + "▁Africa": 8579, + "▁Atl": 8580, + "header": 8581, + "▁obes": 8582, + "▁#'": 8583, + "$,": 8584, + "▁estat": 8585, + "▁organizações": 8586, + "Update": 8587, + "▁Once": 8588, + "▁1999": 8589, + "▁combate": 8590, + "anges": 8591, + "▁toler": 8592, + "▁Chin": 8593, + "Connect": 8594, + "Ph": 8595, + "AÇÃO": 8596, + "AND": 8597, + "▁Wal": 8598, + "▁blue": 8599, + "parse": 8600, + "Height": 8601, + "▁Bíblia": 8602, + "▁hem": 8603, + "▁September": 8604, + "▁Color": 8605, + "▁send": 8606, + "eliz": 8607, + "▁quil": 8608, + "▁CALL": 8609, + "acc": 8610, + "▁communities": 8611, + "Part": 8612, + "▁oportunidades": 8613, + "▁advant": 8614, + "▁oferecer": 8615, + "gria": 8616, + "▁Fort": 8617, + "▁October": 8618, + "▁purch": 8619, + "orders": 8620, + "▁propriedade": 8621, + "édia": 8622, + "▁planet": 8623, + "▁Sat": 8624, + "▁contribuir": 8625, + "▁precon": 8626, + "âmara": 8627, + "ctors": 8628, + "▁teacher": 8629, + "▁projects": 8630, + "]:": 8631, + "▁protein": 8632, + "gener": 8633, + "ioso": 8634, + "▁oral": 8635, + "▁west": 8636, + "▁prova": 8637, + "LECT": 8638, + "▁depende": 8639, + "ólog": 8640, + "▁topic": 8641, + "esia": 8642, + "▁estruturas": 8643, + "▁measures": 8644, + "▁primeiras": 8645, + "▁occurs": 8646, + "▁completa": 8647, + "61": 8648, + "▁iter": 8649, + "▁↑": 8650, + "▁Estes": 8651, + "▁influence": 8652, + "asks": 8653, + "▁resistance": 8654, + "tics": 8655, + "essages": 8656, + "▁jogos": 8657, + "▁obj": 8658, + "▁located": 8659, + "▁acresc": 8660, + "▁Elect": 8661, + "Menu": 8662, + "▁credit": 8663, + "riu": 8664, + "▁Mem": 8665, + "▁vertical": 8666, + "▁oferece": 8667, + "server": 8668, + "▁sementes": 8669, + "tag": 8670, + "órios": 8671, + "▁12,": 8672, + "ósito": 8673, + "uits": 8674, + "▁\",": 8675, + "Util": 8676, + "igar": 8677, + "acial": 8678, + "▁completely": 8679, + "▁açúcar": 8680, + "▁poll": 8681, + "▁establish": 8682, + "iedades": 8683, + "gle": 8684, + "▁opção": 8685, + "▁increases": 8686, + "▁nop": 8687, + "iot": 8688, + "ivência": 8689, + "▁próprias": 8690, + "Back": 8691, + "VER": 8692, + "Component": 8693, + "TP": 8694, + "Mar": 8695, + "▁complic": 8696, + "▁fevereiro": 8697, + "apes": 8698, + "▁bor": 8699, + "▁didn": 8700, + "▁PARA": 8701, + "uzz": 8702, + "▁abund": 8703, + "▁replac": 8704, + "▁dimension": 8705, + "▁wave": 8706, + "300": 8707, + "▁generate": 8708, + "▁drink": 8709, + "▁gir": 8710, + "▁participantes": 8711, + "dx": 8712, + "manha": 8713, + "▁crim": 8714, + "▁counter": 8715, + "▁independent": 8716, + "▁domain": 8717, + "▁named": 8718, + "▁gard": 8719, + "▁passed": 8720, + "▁Quais": 8721, + "▁ff": 8722, + "▁infection": 8723, + "java": 8724, + "▁nutrientes": 8725, + "▁dúvida": 8726, + "▁motion": 8727, + "equ": 8728, + "▁enx": 8729, + "▁águas": 8730, + "hares": 8731, + "▁throw": 8732, + "▁condut": 8733, + "total": 8734, + "▁frequência": 8735, + "▁essay": 8736, + "asure": 8737, + "EY": 8738, + "pdf": 8739, + "retanto": 8740, + "kind": 8741, + "▁lembrar": 8742, + "▁connection": 8743, + "▁flag": 8744, + "▁fundamentais": 8745, + "▁inúmer": 8746, + "▁window": 8747, + "offset": 8748, + "▁Crist": 8749, + "▁decisões": 8750, + "▁velocity": 8751, + "WORD": 8752, + "êut": 8753, + "▁agrícol": 8754, + "BR": 8755, + "▁54": 8756, + "▁uniform": 8757, + "Query": 8758, + "▁remains": 8759, + "▁crucial": 8760, + "▁military": 8761, + "Doc": 8762, + "▁vidas": 8763, + "eria": 8764, + "▁participar": 8765, + "▁Mov": 8766, + "12,": 8767, + "▁City": 8768, + "▁leaves": 8769, + "dem": 8770, + "▁minimum": 8771, + "ânea": 8772, + "▁pure": 8773, + "▁Model": 8774, + "▁sín": 8775, + "▁specified": 8776, + "▁tentar": 8777, + "\").": 8778, + "nes": 8779, + "copy": 8780, + "ris": 8781, + "▁James": 8782, + "ítim": 8783, + "▁Mont": 8784, + "ogia": 8785, + "Server": 8786, + "utebol": 8787, + "ued": 8788, + "▁bon": 8789, + "▁bens": 8790, + "▁relacionados": 8791, + "PI": 8792, + "csv": 8793, + "▁importance": 8794, + "App": 8795, + "chas": 8796, + "/200": 8797, + "▁estados": 8798, + "▁idos": 8799, + "▁tarefa": 8800, + "▁bio": 8801, + "eck": 8802, + "arece": 8803, + "▁unidades": 8804, + "(*": 8805, + "pm": 8806, + "▁máximo": 8807, + "▁gor": 8808, + "▁Pet": 8809, + "▁LO": 8810, + "5-": 8811, + "▁Group": 8812, + "▁THEN": 8813, + "▁resolver": 8814, + "▁Alexand": 8815, + "▁padrões": 8816, + "hecimento": 8817, + "▁dro": 8818, + "▁Bib": 8819, + "▁leave": 8820, + "ísica": 8821, + "yal": 8822, + "▁funciona": 8823, + "quired": 8824, + "▁hábitos": 8825, + "thread": 8826, + "plicit": 8827, + "▁script": 8828, + "▁accur": 8829, + "▁capacity": 8830, + "▁algebra": 8831, + "▁families": 8832, + "▁comentários": 8833, + "▁yield": 8834, + "▁completo": 8835, + "ball": 8836, + "Left": 8837, + "▁genes": 8838, + "▁44": 8839, + "ogen": 8840, + "▁Pesso": 8841, + "▁url": 8842, + "itable": 8843, + "▁server": 8844, + "▁mensagem": 8845, + "lica": 8846, + "▁Ju": 8847, + "▁Outro": 8848, + "▁connected": 8849, + "91": 8850, + "▁Chapter": 8851, + "▁aumenta": 8852, + "▁differences": 8853, + "▁roup": 8854, + "defined": 8855, + "mic": 8856, + "▁título": 8857, + "select": 8858, + "▁aproximadamente": 8859, + "▁armazen": 8860, + "erca": 8861, + "ritos": 8862, + "yles": 8863, + "ácia": 8864, + "▁Error": 8865, + "▁rect": 8866, + "▁linhas": 8867, + "▁feitas": 8868, + "▁overall": 8869, + "▁parceria": 8870, + "▁sel": 8871, + "▁veio": 8872, + "double": 8873, + "heiros": 8874, + "▁storage": 8875, + "hern": 8876, + "▁Entretanto": 8877, + "alha": 8878, + "hared": 8879, + "afé": 8880, + "▁laws": 8881, + "▁Constituição": 8882, + "▁Design": 8883, + "Vis": 8884, + "IME": 8885, + "▁limites": 8886, + "▁Posts": 8887, + "▁apre": 8888, + "▁atendimento": 8889, + "▁2000": 8890, + "▁existing": 8891, + "▁Air": 8892, + "▁décadas": 8893, + "▁followed": 8894, + "ffff": 8895, + "3-": 8896, + "}{\\": 8897, + "▁Facebook": 8898, + "▁verde": 8899, + "▁metod": 8900, + "Null": 8901, + "quare": 8902, + "▁African": 8903, + "▁eficaz": 8904, + "FD": 8905, + "username": 8906, + "▁danos": 8907, + "▁efficient": 8908, + "▁hour": 8909, + "▁density": 8910, + "▁Please": 8911, + "▁yourself": 8912, + "▁Park": 8913, + "▁income": 8914, + "▁»": 8915, + "▁Parent": 8916, + "obo": 8917, + "adeira": 8918, + "▁season": 8919, + "▁arquitet": 8920, + "▁intr": 8921, + "▁nuclear": 8922, + "▁Human": 8923, + "▁podendo": 8924, + "▁antiga": 8925, + "ástico": 8926, + "▁09": 8927, + "▁considerada": 8928, + "▁born": 8929, + "▁Students": 8930, + "iling": 8931, + "bottom": 8932, + "▁universo": 8933, + "▁recicl": 8934, + "comp": 8935, + "▁lhes": 8936, + "kit": 8937, + "Oper": 8938, + "▁Plan": 8939, + "▁criado": 8940, + "▁register": 8941, + "▁alcançar": 8942, + "button": 8943, + "▁December": 8944, + "▁sides": 8945, + "▁Coun": 8946, + "sin": 8947, + "▁Lisboa": 8948, + "gros": 8949, + "▁planejamento": 8950, + "▁excl": 8951, + "▁União": 8952, + "▁circle": 8953, + "pers": 8954, + "▁levou": 8955, + "▁opinião": 8956, + "ellig": 8957, + "▁placed": 8958, + "▁Mach": 8959, + "dp": 8960, + "▁carga": 8961, + "▁unsigned": 8962, + "itis": 8963, + "▁alma": 8964, + "▁namespace": 8965, + "▁diagram": 8966, + "▁pena": 8967, + "ticip": 8968, + "▁Att": 8969, + "▁dat": 8970, + "icientes": 8971, + "▁Gree": 8972, + "▁aspecto": 8973, + "-12": 8974, + "▁demonst": 8975, + "▁<>": 8976, + "unit": 8977, + "dat": 8978, + "▁suger": 8979, + "corr": 8980, + "▁board": 8981, + "▁ul": 8982, + "▁religião": 8983, + "▁trade": 8984, + "rações": 8985, + "▁elemento": 8986, + "3/": 8987, + "▁north": 8988, + "âng": 8989, + "env": 8990, + "▁Miss": 8991, + "BN": 8992, + "▁sair": 8993, + "▁click": 8994, + "▁ingred": 8995, + "▁diam": 8996, + "▁voltage": 8997, + "▁phase": 8998, + "▁edge": 8999, + "estamp": 9000, + "Const": 9001, + "▁esteja": 9002, + "abilities": 9003, + "Function": 9004, + "iting": 9005, + "▁Alemanha": 9006, + "▁estresse": 9007, + "▁evang": 9008, + "▁dir": 9009, + "fund": 9010, + "▁nearly": 9011, + "▁substâncias": 9012, + "▁cole": 9013, + "▁Great": 9014, + "emble": 9015, + "ench": 9016, + "▁Trabalho": 9017, + "▁dead": 9018, + "quot": 9019, + "▁offset": 9020, + "▁Jac": 9021, + "▁segment": 9022, + "itut": 9023, + "Host": 9024, + "event": 9025, + "oral": 9026, + "iers": 9027, + "▁destin": 9028, + "▁custos": 9029, + "ACK": 9030, + "Leia": 9031, + "▁Water": 9032, + "aries": 9033, + "▁elétrica": 9034, + "▁ice": 9035, + "▁Mass": 9036, + "▁científica": 9037, + "▁reduced": 9038, + "▁circuit": 9039, + "duction": 9040, + "▁pergunta": 9041, + "▁crime": 9042, + "▁Enquanto": 9043, + "rele": 9044, + "Sup": 9045, + "GU": 9046, + "▁atingir": 9047, + "álogo": 9048, + "EI": 9049, + "▁disput": 9050, + "▁fair": 9051, + "▁conservação": 9052, + "▁extremamente": 9053, + "▁AC": 9054, + "▁friend": 9055, + "▁contar": 9056, + "▁vitamina": 9057, + "▁Method": 9058, + "▁workers": 9059, + "method": 9060, + "ativamente": 9061, + "cut": 9062, + "▁ál": 9063, + "▁vin": 9064, + "yond": 9065, + "mean": 9066, + "▁communication": 9067, + "▁piece": 9068, + "▁Code": 9069, + "root": 9070, + "iversidade": 9071, + "▁madeira": 9072, + "▁completamente": 9073, + "▁doctor": 9074, + "▁Hor": 9075, + "▁player": 9076, + "▁hope": 9077, + "▁75": 9078, + "▁contro": 9079, + "▁Andr": 9080, + "▁comentário": 9081, + "▁instrumento": 9082, + "▁Ren": 9083, + "elhas": 9084, + "▁fi": 9085, + "Attribute": 9086, + "Arg": 9087, + "íram": 9088, + "▁orientação": 9089, + "etime": 9090, + "▁wait": 9091, + "▁cord": 9092, + "▁13.": 9093, + "cp": 9094, + "▁Word": 9095, + "▁nation": 9096, + "▁Christian": 9097, + "▁selected": 9098, + "}\"": 9099, + "▁mencion": 9100, + "▁mineral": 9101, + "mercial": 9102, + "▁Observ": 9103, + "▁Process": 9104, + "▁atuação": 9105, + "Forms": 9106, + "▁illustr": 9107, + "▁símbol": 9108, + "▁escl": 9109, + "▁jard": 9110, + "▁Solution": 9111, + "▁score": 9112, + "▁Ciências": 9113, + "▁patterns": 9114, + "▁firm": 9115, + "▁Figure": 9116, + "▁River": 9117, + "Content": 9118, + "%)": 9119, + "gos": 9120, + "IDADE": 9121, + "▁novamente": 9122, + "▁proof": 9123, + "▁provavelmente": 9124, + "▁Robert": 9125, + "▁nave": 9126, + "▁js": 9127, + "ience": 9128, + "▁told": 9129, + "update": 9130, + "IES": 9131, + "thern": 9132, + "▁lixo": 9133, + "▁combin": 9134, + "▁operator": 9135, + "TYPE": 9136, + "▁inher": 9137, + ">\",": 9138, + "▁(5": 9139, + "▁defend": 9140, + "bruary": 9141, + "fs": 9142, + "Resource": 9143, + "▁afric": 9144, + "▁dando": 9145, + "Font": 9146, + "▁November": 9147, + "▁preven": 9148, + "▁Pac": 9149, + "▁Left": 9150, + "▁exists": 9151, + "▁consiste": 9152, + "▁míd": 9153, + "▁sacrif": 9154, + "▁sete": 9155, + "▁peças": 9156, + "▁adequada": 9157, + "ums": 9158, + "▁Estr": 9159, + "▁surround": 9160, + "▁setting": 9161, + "▁julg": 9162, + "▁Prin": 9163, + "▁catch": 9164, + "▁desigual": 9165, + "]);": 9166, + "▁lidar": 9167, + "▁Jun": 9168, + "▁rápido": 9169, + "edd": 9170, + "Acc": 9171, + "▁Filho": 9172, + "▁Ban": 9173, + "▁reflexão": 9174, + "tty": 9175, + "▁cardí": 9176, + "▁download": 9177, + "▁(3)": 9178, + "omia": 9179, + "uries": 9180, + "▁Rad": 9181, + "▁reasons": 9182, + "▁picture": 9183, + "▁casas": 9184, + "Desc": 9185, + "▁recommend": 9186, + "▁People": 9187, + "tor": 9188, + "eces": 9189, + "▁Every": 9190, + "step": 9191, + "▁árvores": 9192, + "▁disponíveis": 9193, + "▁raise": 9194, + "▁equilib": 9195, + "▁tradicionais": 9196, + "▁earlier": 9197, + "▁permitir": 9198, + "▁ignor": 9199, + "▁Algumas": 9200, + "▁beyond": 9201, + "4_": 9202, + "▁consol": 9203, + "▁band": 9204, + "▁gets": 9205, + "▁distingu": 9206, + "▁cooper": 9207, + "▁possibilidades": 9208, + "Est": 9209, + "fre": 9210, + "▁conteúdos": 9211, + "éf": 9212, + "▁menores": 9213, + "▁worth": 9214, + "▁games": 9215, + "▁conect": 9216, + "find": 9217, + "▁Aqu": 9218, + "ITE": 9219, + "▁Jud": 9220, + "+0": 9221, + "▁vídeo": 9222, + "hã": 9223, + "▁ansiedade": 9224, + "EMAIL": 9225, + "▁fight": 9226, + "▁chain": 9227, + "▁musical": 9228, + "▁Arch": 9229, + "ACT": 9230, + "ny": 9231, + "alh": 9232, + "▁Point": 9233, + "▁frutas": 9234, + "cula": 9235, + "▁Indian": 9236, + "anation": 9237, + "▁',": 9238, + "MENTO": 9239, + "▁investimento": 9240, + "▁Pai": 9241, + "▁rique": 9242, + "plete": 9243, + "▁necessários": 9244, + "▁boas": 9245, + "▁documento": 9246, + "Bl": 9247, + "▁exce": 9248, + "▁Antes": 9249, + "VE": 9250, + "Tool": 9251, + "▁Engine": 9252, + "’,": 9253, + "abela": 9254, + "transform": 9255, + "▁\\\\": 9256, + "▁Mos": 9257, + "=0.": 9258, + "LIC": 9259, + "▁Tudo": 9260, + "amma": 9261, + "▁Ep": 9262, + "?”": 9263, + "idental": 9264, + "▁Nature": 9265, + "▁ancient": 9266, + "▁conquist": 9267, + "rics": 9268, + "FOR": 9269, + "▁incentiv": 9270, + "▁Neg": 9271, + "global": 9272, + "▁Local": 9273, + "▁letter": 9274, + "-0": 9275, + "▁saw": 9276, + "(2)": 9277, + "teis": 9278, + "▁Muitas": 9279, + "izações": 9280, + "DL": 9281, + "child": 9282, + "context": 9283, + "▁Bre": 9284, + "▁dram": 9285, + "▁escolh": 9286, + "remo": 9287, + "▁appears": 9288, + "curso": 9289, + "life": 9290, + "▁levando": 9291, + "▁(`": 9292, + "▁HIV": 9293, + "▁discussão": 9294, + "acters": 9295, + "scale": 9296, + "rupt": 9297, + "▁Step": 9298, + "▁considerar": 9299, + "▁corret": 9300, + "▁10:": 9301, + "▁marca": 9302, + "isa": 9303, + "▁retr": 9304, + "▁150": 9305, + "▁screen": 9306, + "ertas": 9307, + "nn": 9308, + "▁pages": 9309, + "IND": 9310, + "▁mínimo": 9311, + "▁det": 9312, + "▁brought": 9313, + "▁11,": 9314, + "▁cujo": 9315, + "izam": 9316, + "1111": 9317, + "▁testes": 9318, + "▁trazer": 9319, + "▁actions": 9320, + "▁coeff": 9321, + "▁protection": 9322, + "ulated": 9323, + "culares": 9324, + "▁spect": 9325, + "▁familiares": 9326, + "ality": 9327, + "▁deixa": 9328, + "▁otherwise": 9329, + "olina": 9330, + "▁nutrit": 9331, + "▁brinc": 9332, + "!--": 9333, + "2*": 9334, + "ipo": 9335, + "▁55": 9336, + "=\\": 9337, + "▁âmb": 9338, + "CRE": 9339, + "▁straight": 9340, + "Files": 9341, + "▁Pen": 9342, + "▁Util": 9343, + "▁grave": 9344, + "ilosoph": 9345, + "Pol": 9346, + "▁joint": 9347, + "▁protest": 9348, + "▁envolve": 9349, + "▁preocupação": 9350, + "▁Bus": 9351, + "▁normas": 9352, + "▁Pub": 9353, + "sv": 9354, + "▁utilizando": 9355, + "▁cláss": 9356, + "▁reconhecimento": 9357, + "▁gol": 9358, + "▁bul": 9359, + "▁dentes": 9360, + ".2": 9361, + "▁pron": 9362, + "▁sav": 9363, + "▁Card": 9364, + "▁Canada": 9365, + "▁easier": 9366, + "▁London": 9367, + "▁preço": 9368, + "▁Lou": 9369, + "▁Total": 9370, + "▁componentes": 9371, + "ictionary": 9372, + "▁prazer": 9373, + "iant": 9374, + "óf": 9375, + "hema": 9376, + "▁adults": 9377, + "▁próxima": 9378, + "▁campanha": 9379, + "Ret": 9380, + "▁generated": 9381, + "▁notice": 9382, + "▁args": 9383, + "▁answers": 9384, + "oga": 9385, + "▁Rich": 9386, + "Integer": 9387, + "▁proport": 9388, + "▁disciplina": 9389, + "▁everyone": 9390, + "▁epis": 9391, + "▁bair": 9392, + "etch": 9393, + "▁Chinese": 9394, + "▁boca": 9395, + "▁06": 9396, + "▁talk": 9397, + "▁consequências": 9398, + "▁broad": 9399, + "▁relax": 9400, + "▁óleo": 9401, + "▁excesso": 9402, + "▁Try": 9403, + "▁Abr": 9404, + "▁gerar": 9405, + "▁médicos": 9406, + "Var": 9407, + "▁teste": 9408, + "▁sugar": 9409, + "▁fuel": 9410, + "▁'0": 9411, + "▁observed": 9412, + "▁samples": 9413, + "icia": 9414, + "▁contín": 9415, + "▁equipment": 9416, + "▁south": 9417, + "project": 9418, + "}^{": 9419, + "oming": 9420, + "▁remain": 9421, + "▁gast": 9422, + "▁release": 9423, + "wide": 9424, + "Last": 9425, + "▁Green": 9426, + "▁inferior": 9427, + "▁Casa": 9428, + "BD": 9429, + "▁ferramenta": 9430, + "byte": 9431, + "obres": 9432, + "▁Conselho": 9433, + "olas": 9434, + "▁estou": 9435, + "▁beaut": 9436, + "▁Down": 9437, + "▁FF": 9438, + "gas": 9439, + "▁emprego": 9440, + "▁acceler": 9441, + "▁agrad": 9442, + "▁redor": 9443, + "▁Vale": 9444, + "bt": 9445, + "RES": 9446, + "ulado": 9447, + "▁star": 9448, + ")\\": 9449, + "serve": 9450, + "▁curric": 9451, + "▁essenciais": 9452, + "▁watch": 9453, + "▁artificial": 9454, + "▁cycle": 9455, + "▁adjust": 9456, + "▁crítica": 9457, + "▁verdadeiro": 9458, + "untime": 9459, + "▁climáticas": 9460, + "istência": 9461, + "▁cold": 9462, + "product": 9463, + ".1": 9464, + "▁danger": 9465, + "▁viagem": 9466, + "▁desejo": 9467, + "▁enjoy": 9468, + "▁15,": 9469, + "▁las": 9470, + "ía": 9471, + "temp": 9472, + "▁nasceu": 9473, + "▁estrange": 9474, + "▁Arqu": 9475, + "▁eyes": 9476, + "orthern": 9477, + "▁Second": 9478, + "▁providing": 9479, + "▁emocional": 9480, + "rup": 9481, + "ikip": 9482, + "▁Ok": 9483, + "▁ship": 9484, + "filter": 9485, + "RL": 9486, + "files": 9487, + "▁radio": 9488, + "cidos": 9489, + "mu": 9490, + "▁adequado": 9491, + "▁cup": 9492, + "▁acadêm": 9493, + "Right": 9494, + "5:": 9495, + "▁stri": 9496, + "▁Thanks": 9497, + "Options": 9498, + "take": 9499, + "Unit": 9500, + "...]": 9501, + "▁happens": 9502, + "▁52": 9503, + "▁Works": 9504, + "▁instrumentos": 9505, + "▁Gar": 9506, + "▁benefici": 9507, + "Grid": 9508, + "▁affected": 9509, + ")+": 9510, + "acidade": 9511, + "urgia": 9512, + "▁especialistas": 9513, + "▁adicion": 9514, + "names": 9515, + "▁regional": 9516, + "ti": 9517, + "craft": 9518, + "▁Python": 9519, + "urado": 9520, + "▁pessoais": 9521, + "iance": 9522, + "▁Learning": 9523, + "▁rotina": 9524, + "▁England": 9525, + "▁testem": 9526, + "▁recently": 9527, + "órico": 9528, + "▁Tor": 9529, + ">',": 9530, + "▁formed": 9531, + "▁Church": 9532, + "▁gás": 9533, + "▁ressal": 9534, + "▁dark": 9535, + "ulum": 9536, + "▁los": 9537, + "push": 9538, + "Over": 9539, + "SL": 9540, + "▁Hom": 9541, + "▁summer": 9542, + "▁equivalent": 9543, + "▁buy": 9544, + "▁Excel": 9545, + "ugin": 9546, + "▁Index": 9547, + "▁HT": 9548, + "▁agress": 9549, + "▁``````": 9550, + "eding": 9551, + "▁filosofia": 9552, + "▁Environment": 9553, + "airs": 9554, + "▁tradição": 9555, + "cuda": 9556, + "▁commonly": 9557, + "Range": 9558, + "AST": 9559, + "▁(0": 9560, + "PP": 9561, + "▁apresentação": 9562, + "1(": 9563, + "▁implementation": 9564, + "hia": 9565, + "▁gráf": 9566, + "ERE": 9567, + "ponents": 9568, + "▁americ": 9569, + "▁represents": 9570, + "▁separate": 9571, + "pla": 9572, + "fun": 9573, + "▁avaliar": 9574, + "▁infra": 9575, + "▁fully": 9576, + "▁acum": 9577, + "▁benefit": 9578, + "▁recebeu": 9579, + "▁Cultura": 9580, + "posite": 9581, + "▁thr": 9582, + "▁Hand": 9583, + "▁feitos": 9584, + "▁responder": 9585, + "▁Cop": 9586, + "▁OS": 9587, + "▁demanda": 9588, + "▁07": 9589, + "atter": 9590, + "2).": 9591, + "▁servir": 9592, + "▁George": 9593, + "▁maneiras": 9594, + "▁alone": 9595, + "center": 9596, + "▁enh": 9597, + "Am": 9598, + "iveira": 9599, + "▁preval": 9600, + "▁virus": 9601, + "Não": 9602, + "▁deverá": 9603, + "▁Ital": 9604, + "ibly": 9605, + "▁neur": 9606, + "ebp": 9607, + "▁asc": 9608, + "ículas": 9609, + "▁ple": 9610, + "▁sujeito": 9611, + "▁Je": 9612, + "▁financi": 9613, + "▁negros": 9614, + "▁tarefas": 9615, + "▁pandemia": 9616, + "cool": 9617, + "▁CD": 9618, + "isation": 9619, + "▁conven": 9620, + "ânicos": 9621, + "▁rise": 9622, + "▁weather": 9623, + "▁gold": 9624, + "▁rua": 9625, + "=(": 9626, + "▁Marc": 9627, + "Del": 9628, + "▁bacteria": 9629, + "▁Reino": 9630, + "URE": 9631, + "ificações": 9632, + "▁conflic": 9633, + "▁nutric": 9634, + "▁aconteceu": 9635, + "▁patrim": 9636, + "ani": 9637, + "▁Cruz": 9638, + "▁invers": 9639, + "▁flores": 9640, + "8-": 9641, + "Module": 9642, + "▁fear": 9643, + "dl": 9644, + "admin": 9645, + "ivel": 9646, + "▁marg": 9647, + "rita": 9648, + "GET": 9649, + "▁older": 9650, + "▁Lim": 9651, + "▁info": 9652, + "enty": 9653, + "▁finding": 9654, + "▁cidadãos": 9655, + "▁vict": 9656, + "1',": 9657, + "▁nomes": 9658, + "OK": 9659, + "▁troca": 9660, + "▁Ins": 9661, + "which": 9662, + "▁passe": 9663, + "▁inclusão": 9664, + "▁FROM": 9665, + ".:": 9666, + "▁).": 9667, + "Err": 9668, + "▁Roman": 9669, + "▁gordura": 9670, + "▁plata": 9671, + "▁odd": 9672, + ".4": 9673, + "▁February": 9674, + "ucture": 9675, + "endif": 9676, + "▁inspir": 9677, + "istemas": 9678, + "_.": 9679, + "▁MAT": 9680, + "▁presc": 9681, + "▁verdadeira": 9682, + "▁highest": 9683, + "▁Windows": 9684, + "▁vivem": 9685, + "[2]": 9686, + "▁variedade": 9687, + "▁respostas": 9688, + "jac": 9689, + "▁hous": 9690, + "▁Bro": 9691, + "600": 9692, + "▁incluem": 9693, + "▁ensinar": 9694, + "▁responsible": 9695, + "como": 9696, + "inates": 9697, + "▁depth": 9698, + "▁prove": 9699, + "▁coron": 9700, + "▁Problem": 9701, + "▁0.00": 9702, + "rays": 9703, + "urt": 9704, + "▁Comp": 9705, + "▁guide": 9706, + "onic": 9707, + "▁vary": 9708, + "Valid": 9709, + "▁graves": 9710, + "Location": 9711, + "▁1.0": 9712, + "▁revista": 9713, + "▁composição": 9714, + "▁cima": 9715, + "3333": 9716, + "▁Society": 9717, + "11,": 9718, + "pc": 9719, + "▁nest": 9720, + "▁séculos": 9721, + "▁saudáveis": 9722, + "▁Muitos": 9723, + "▁dil": 9724, + "search": 9725, + "▁organization": 9726, + "▁jude": 9727, + "▁subt": 9728, + "sender": 9729, + "Link": 9730, + "▁contém": 9731, + "ólogo": 9732, + "▁cumpr": 9733, + "▁Pan": 9734, + "nt": 9735, + "▁combination": 9736, + "▁College": 9737, + "ette": 9738, + "▁fir": 9739, + "▁transformação": 9740, + "32,": 9741, + "▁returned": 9742, + "feitos": 9743, + "▁containing": 9744, + "gestão": 9745, + "800": 9746, + "theta": 9747, + "▁PO": 9748, + "anha": 9749, + "▁rich": 9750, + "▁Evang": 9751, + "▁compro": 9752, + "Spec": 9753, + "▁etern": 9754, + "Load": 9755, + "▁notes": 9756, + "▁Prom": 9757, + "▁links": 9758, + "gov": 9759, + "▁tit": 9760, + "▁impress": 9761, + "▁comércio": 9762, + "▁Americans": 9763, + "ergia": 9764, + "▁XIX": 9765, + "▁encont": 9766, + "uate": 9767, + "roz": 9768, + "▁EL": 9769, + "▁efforts": 9770, + "▁atend": 9771, + "ército": 9772, + "idem": 9773, + "▁2005": 9774, + "▁coming": 9775, + "▁himself": 9776, + "▁opportunity": 9777, + "▁4:": 9778, + "▁retir": 9779, + "▁sentimentos": 9780, + "▁mother": 9781, + "▁apart": 9782, + "_3": 9783, + "▁céu": 9784, + "▁surge": 9785, + "▁Foundation": 9786, + "izou": 9787, + "Handler": 9788, + "▁plastic": 9789, + "▁Vi": 9790, + "conf": 9791, + "▁Map": 9792, + "▁89": 9793, + "para": 9794, + "hr": 9795, + "▁explicar": 9796, + "▁2021": 9797, + "▁liquid": 9798, + "ampl": 9799, + "▁hydro": 9800, + "▁pow": 9801, + "ingo": 9802, + "▁enz": 9803, + "▁happen": 9804, + "ecida": 9805, + "▁nor": 9806, + "▁Secretaria": 9807, + "▁reais": 9808, + "▁''": 9809, + "égio": 9810, + "▁bud": 9811, + "xc": 9812, + "Des": 9813, + "▁sáb": 9814, + "atically": 9815, + "▁específicos": 9816, + "▁concepts": 9817, + "fam": 9818, + "▁amigo": 9819, + "▁cres": 9820, + "▁bactérias": 9821, + "▁vaz": 9822, + "▁Vamos": 9823, + "▁interação": 9824, + "▁faça": 9825, + "typ": 9826, + "iada": 9827, + "iki": 9828, + "▁Cast": 9829, + "▁vs": 9830, + "score": 9831, + "▁Phil": 9832, + "▁swe": 9833, + "▁(*": 9834, + "adow": 9835, + "▁fatos": 9836, + "▁esport": 9837, + "ACE": 9838, + "▁(6": 9839, + "acia": 9840, + "▁Where": 9841, + "▁criou": 9842, + "▁rock": 9843, + "▁errors": 9844, + "▁worked": 9845, + "▁PRI": 9846, + "▁pobres": 9847, + "stud": 9848, + "▁KEY": 9849, + "▁ambientes": 9850, + "Tree": 9851, + "▁passagem": 9852, + "▁President": 9853, + "▁bele": 9854, + "resh": 9855, + "▁economy": 9856, + "▁preconce": 9857, + "▁standards": 9858, + "▁fertil": 9859, + "▁biod": 9860, + "▁giving": 9861, + "▁semelhante": 9862, + "▁tmp": 9863, + "adura": 9864, + "▁resulting": 9865, + "edom": 9866, + "▁fug": 9867, + "=>": 9868, + "▁adopt": 9869, + "▁East": 9870, + "▁circun": 9871, + "▁impactos": 9872, + "First": 9873, + "▁útil": 9874, + "▁chart": 9875, + "avia": 9876, + "(4": 9877, + "▁render": 9878, + "cap": 9879, + "▁Ros": 9880, + "cest": 9881, + "▁relacionadas": 9882, + "▁road": 9883, + "usal": 9884, + "ourag": 9885, + "▁glic": 9886, + "▁religious": 9887, + "▁looks": 9888, + "ship": 9889, + "▁analisar": 9890, + ">&": 9891, + "▁simult": 9892, + "btn": 9893, + "▁kill": 9894, + "▁carreira": 9895, + "▁Build": 9896, + "▁perceb": 9897, + "▁died": 9898, + "’.": 9899, + "▁Answ": 9900, + "MAX": 9901, + "▁novel": 9902, + "UC": 9903, + "▁toward": 9904, + "▁65": 9905, + "ileg": 9906, + ";;": 9907, + "▁Mot": 9908, + "▁Minas": 9909, + "▁artigos": 9910, + "▁composto": 9911, + "inger": 9912, + "▁track": 9913, + ">.": 9914, + "▁powerful": 9915, + "Level": 9916, + "Top": 9917, + "▁ER": 9918, + "▁exploração": 9919, + "▁Outra": 9920, + "plan": 9921, + "▁exatamente": 9922, + "▁Field": 9923, + "▁precisamos": 9924, + "▁banc": 9925, + "▁exame": 9926, + "▁divided": 9927, + "times": 9928, + "ADO": 9929, + "▁Private": 9930, + "Open": 9931, + "▁realizadas": 9932, + "▁shared": 9933, + "▁Norm": 9934, + "▁pd": 9935, + "▁columns": 9936, + "Ident": 9937, + "▁Property": 9938, + "ella": 9939, + "iosa": 9940, + "▁Associação": 9941, + "`,`": 9942, + "pop": 9943, + "tas": 9944, + "▁solic": 9945, + "▁hit": 9946, + "▁],": 9947, + "\"}": 9948, + "▁king": 9949, + "▁NASA": 9950, + "▁Pra": 9951, + "Gl": 9952, + "▁gave": 9953, + "▁Grup": 9954, + "▁practices": 9955, + "IAL": 9956, + "▁Service": 9957, + "▁discurso": 9958, + "▁Atualmente": 9959, + "rob": 9960, + "▁winter": 9961, + "▁vend": 9962, + "clos": 9963, + "▁contrast": 9964, + "▁eficiência": 9965, + "Bar": 9966, + "▁wire": 9967, + "▁transmissão": 9968, + "▁citiz": 9969, + "phi": 9970, + "(2,": 9971, + "▁âmbito": 9972, + "-7": 9973, + "-1,": 9974, + "ographic": 9975, + "icks": 9976, + "▁teeth": 9977, + "▁queda": 9978, + "Deb": 9979, + ")$": 9980, + "PAR": 9981, + "▁detalhes": 9982, + "▁entr": 9983, + "▁12:": 9984, + "▁determined": 9985, + "▁selecion": 9986, + "unity": 9987, + "Hel": 9988, + "▁domínio": 9989, + "2),": 9990, + "`.": 9991, + "han": 9992, + "▁bons": 9993, + "▁indica": 9994, + "▁presented": 9995, + "▁Trad": 9996, + "▁©": 9997, + "igu": 9998, + "▁wonder": 9999, + "iene": 10000, + "si": 10001, + "▁Mex": 10002, + "úcleo": 10003, + "▁voltar": 10004, + "fill": 10005, + "deed": 10006, + "Pack": 10007, + "EGER": 10008, + "▁Bah": 10009, + "▁supported": 10010, + "▁definição": 10011, + "▁Mill": 10012, + "▁identified": 10013, + "▁46": 10014, + "▁disponível": 10015, + "aching": 10016, + "▁sch": 10017, + "Position": 10018, + "▁facilmente": 10019, + "_,": 10020, + "ello": 10021, + "▁proven": 10022, + "▁slight": 10023, + "▁alegria": 10024, + "graph": 10025, + "rieved": 10026, + "▁ficam": 10027, + "▁atuais": 10028, + "▁porta": 10029, + "▁Source": 10030, + "▁enorme": 10031, + "Types": 10032, + "▁soft": 10033, + "▁eating": 10034, + "▁severe": 10035, + "▁escrito": 10036, + "letas": 10037, + "▁Canad": 10038, + "▁relatively": 10039, + "Rem": 10040, + "▁removed": 10041, + ",%": 10042, + "iable": 10043, + "Web": 10044, + "bytes": 10045, + "axis": 10046, + "NE": 10047, + "▁Page": 10048, + "outor": 10049, + "alo": 10050, + "▁pior": 10051, + "SIZE": 10052, + "▁parallel": 10053, + "▁exposure": 10054, + "buffer": 10055, + "ús": 10056, + "▁Costa": 10057, + "▁sól": 10058, + "▁structures": 10059, + "imas": 10060, + "▁desej": 10061, + "▁showed": 10062, + "▁descobrir": 10063, + "▁Initial": 10064, + "iental": 10065, + "▁Luc": 10066, + "▁binary": 10067, + "▁comida": 10068, + "▁database": 10069, + "▁perhaps": 10070, + "▁Sun": 10071, + "▁proteínas": 10072, + "▁café": 10073, + "▁Contudo": 10074, + "Op": 10075, + "ynomial": 10076, + "▁House": 10077, + "▁Leia": 10078, + "REF": 10079, + "cuss": 10080, + "ácio": 10081, + "beta": 10082, + "▁semanas": 10083, + "▁bits": 10084, + "▁Mary": 10085, + "Dir": 10086, + "Stat": 10087, + "▁introduz": 10088, + "iments": 10089, + "anguages": 10090, + "▁query": 10091, + "▁esforços": 10092, + "▁Exem": 10093, + "grade": 10094, + "▁Chall": 10095, + "▁Blog": 10096, + "SY": 10097, + "▁página": 10098, + "words": 10099, + "▁20,": 10100, + "uccess": 10101, + "▁11:": 10102, + "▁split": 10103, + ".5": 10104, + "▁Porque": 10105, + "▁billion": 10106, + "▁Current": 10107, + "▁discovered": 10108, + "draw": 10109, + "▁42": 10110, + "▁dúvidas": 10111, + "▁Ana": 10112, + "▁pip": 10113, + "▁coast": 10114, + "Script": 10115, + "▁curve": 10116, + "▁inteligência": 10117, + "▁Labor": 10118, + "▁treinamento": 10119, + "▁cool": 10120, + "▁chega": 10121, + "etermin": 10122, + "bral": 10123, + "Tab": 10124, + "▁nascimento": 10125, + "▁Ciência": 10126, + "▁conscient": 10127, + "▁celular": 10128, + "▁Novo": 10129, + "▁Association": 10130, + "▁Nut": 10131, + "DP": 10132, + "uso": 10133, + "'],": 10134, + "▁finally": 10135, + "▁atender": 10136, + "▁recept": 10137, + "riend": 10138, + "orig": 10139, + "css": 10140, + "ígen": 10141, + "▁tendência": 10142, + "▁genetic": 10143, + "▁RES": 10144, + "▁controlar": 10145, + "itution": 10146, + "▁Exper": 10147, + "▁obtained": 10148, + "▁habitantes": 10149, + "▁encontram": 10150, + "phas": 10151, + "▁futebol": 10152, + "sign": 10153, + "▁destas": 10154, + "mission": 10155, + ")),": 10156, + "▁existentes": 10157, + "uid": 10158, + "▁terceiro": 10159, + "oções": 10160, + "▁sensação": 10161, + "▁investimentos": 10162, + "Handle": 10163, + "antic": 10164, + "():": 10165, + "▁friends": 10166, + "▁́": 10167, + "▁tag": 10168, + "▁esperança": 10169, + "▁conflitos": 10170, + "▁Av": 10171, + "▁Thomas": 10172, + "▁terren": 10173, + "▁reaction": 10174, + "▁distinct": 10175, + "▁descoberta": 10176, + "▁vocês": 10177, + "▁desenvolvido": 10178, + "▁Kar": 10179, + "▁alternativa": 10180, + "+1)": 10181, + "▁meta": 10182, + "▁blo": 10183, + "▁depressão": 10184, + "▁Dessa": 10185, + "▁procurar": 10186, + "ki": 10187, + "▁Cert": 10188, + "▁achieve": 10189, + "▁Integr": 10190, + "None": 10191, + "▁historical": 10192, + "▁unless": 10193, + "▁Oliveira": 10194, + "▁failed": 10195, + "▁buffer": 10196, + "▁estimated": 10197, + "▁confiança": 10198, + "▁Wil": 10199, + "▁Call": 10200, + "▁Unit": 10201, + "MT": 10202, + "▁fortes": 10203, + "ione": 10204, + "▁adding": 10205, + "encialmente": 10206, + "▁anyone": 10207, + "▁poderiam": 10208, + "▁freqü": 10209, + "▁approximately": 10210, + "▁degrad": 10211, + "▁CA": 10212, + "split": 10213, + "▁preservação": 10214, + "▁processing": 10215, + "Kind": 10216, + "3).": 10217, + "jpg": 10218, + "mathbf": 10219, + "▁presence": 10220, + "▁pecado": 10221, + "▁enfer": 10222, + "▁Year": 10223, + "ecia": 10224, + "▁comprar": 10225, + "Hash": 10226, + "▁exterior": 10227, + "▁frequentemente": 10228, + "▁lou": 10229, + "▁Today": 10230, + "docs": 10231, + "▁inim": 10232, + "▁mesmas": 10233, + "▁formar": 10234, + "FR": 10235, + "eps": 10236, + "▁therapy": 10237, + "got": 10238, + "peed": 10239, + "▁Hospital": 10240, + "Comp": 10241, + "SH": 10242, + "▁Which": 10243, + "here": 10244, + "▁Union": 10245, + "rypt": 10246, + "▁branco": 10247, + "GR": 10248, + "▁Ba": 10249, + "ifying": 10250, + "▁Rib": 10251, + "▁strategy": 10252, + "▁estratégia": 10253, + "esas": 10254, + "▁charg": 10255, + "▁antigo": 10256, + "▁proib": 10257, + "xml": 10258, + "ósse": 10259, + "▁fluxo": 10260, + "▁characters": 10261, + "vement": 10262, + "▁diminuir": 10263, + "0:": 10264, + "nas": 10265, + "▁fraction": 10266, + "▁Pesquisa": 10267, + "▁49": 10268, + "▁Multi": 10269, + "Matrix": 10270, + "▁UK": 10271, + "▁4)": 10272, + "▁Espan": 10273, + "▁compare": 10274, + "▁surgiu": 10275, + "▁alloc": 10276, + "strong": 10277, + "▁constr": 10278, + "anging": 10279, + "▁milhares": 10280, + "▁usa": 10281, + "WS": 10282, + "▁seed": 10283, + "▁característica": 10284, + "▁oração": 10285, + "▁mg": 10286, + "▁depends": 10287, + "▁vou": 10288, + "ARRA": 10289, + "ague": 10290, + "▁Hy": 10291, + "ôs": 10292, + "▁woman": 10293, + "▁former": 10294, + "▁strategies": 10295, + "▁0);": 10296, + "▁seconds": 10297, + "▁Daniel": 10298, + "▁Nossa": 10299, + "▁canal": 10300, + "▁inches": 10301, + "▁192": 10302, + "▁refe": 10303, + "▁16,": 10304, + "▁bond": 10305, + "▁fasc": 10306, + "▁municípios": 10307, + "▁triangle": 10308, + "access": 10309, + "édito": 10310, + "lections": 10311, + "▁correta": 10312, + "▁Desp": 10313, + "▁spring": 10314, + "▁discussion": 10315, + "▁FA": 10316, + "▁administração": 10317, + "▁Review": 10318, + "▁2004": 10319, + "0_": 10320, + "rogas": 10321, + "▁fec": 10322, + "▁changing": 10323, + "}_{": 10324, + "199": 10325, + "▁alternative": 10326, + "BO": 10327, + "19,": 10328, + "▁semelhantes": 10329, + "Ev": 10330, + "▁regions": 10331, + "quis": 10332, + "agu": 10333, + "Params": 10334, + "EQ": 10335, + "▁Refer": 10336, + "▁Men": 10337, + "iders": 10338, + "▁measured": 10339, + "lioteca": 10340, + "▁inclui": 10341, + "▁bater": 10342, + "▁contrad": 10343, + "▁portuguesa": 10344, + "▁performed": 10345, + "▁survey": 10346, + "case": 10347, + "entic": 10348, + "\":{\"": 10349, + "▁leve": 10350, + "▁Estudos": 10351, + "▁intervenção": 10352, + "▁ouro": 10353, + "▁doutr": 10354, + "▁signs": 10355, + "▁Organização": 10356, + "▁peça": 10357, + "pes": 10358, + "ICO": 10359, + "▁EST": 10360, + "▁careful": 10361, + "itou": 10362, + "10)": 10363, + "▁User": 10364, + "▁drive": 10365, + "▁insul": 10366, + "▁afast": 10367, + "9-": 10368, + "▁pertenc": 10369, + "▁sand": 10370, + "itados": 10371, + "▁mathematical": 10372, + "Port": 10373, + "Free": 10374, + "▁manhã": 10375, + "▁lif": 10376, + "▁Dif": 10377, + "▁necessárias": 10378, + "▁passaram": 10379, + "▁soz": 10380, + "▁instrument": 10381, + "burg": 10382, + "▁Poder": 10383, + "ncia": 10384, + "▁verb": 10385, + "▁Like": 10386, + "▁father": 10387, + "assert": 10388, + "▁mold": 10389, + "▁Ambiente": 10390, + "▁absolute": 10391, + "▁infecção": 10392, + "▁extract": 10393, + "▁advers": 10394, + "▁button": 10395, + "bool": 10396, + "▁film": 10397, + "▁Amazônia": 10398, + "▁direta": 10399, + "▁generation": 10400, + "▁fins": 10401, + "▁Especial": 10402, + "▁mostram": 10403, + "▁reação": 10404, + "▁agentes": 10405, + "000,": 10406, + "ÕES": 10407, + "indic": 10408, + "erais": 10409, + "▁sit": 10410, + "▁propósito": 10411, + "▁conex": 10412, + "▁expansão": 10413, + "inária": 10414, + "▁irmãos": 10415, + "itada": 10416, + "▁consumption": 10417, + "ford": 10418, + "poses": 10419, + "▁fruit": 10420, + "Work": 10421, + "▁requirements": 10422, + "▁desloc": 10423, + "▁perguntas": 10424, + "▁records": 10425, + "▁corresponding": 10426, + "any": 10427, + "▁Ra": 10428, + "raction": 10429, + "eca": 10430, + "▁eight": 10431, + "▁County": 10432, + "[2": 10433, + "Filter": 10434, + "▁commercial": 10435, + "▁frac": 10436, + "icians": 10437, + "▁horizontal": 10438, + "endar": 10439, + "éticas": 10440, + "▁substant": 10441, + "▁offers": 10442, + "▁infl": 10443, + "▁Palavras": 10444, + "▁compens": 10445, + "oque": 10446, + "').": 10447, + "avor": 10448, + "▁120": 10449, + "▁membran": 10450, + "ocket": 10451, + "MAKE": 10452, + "▁confer": 10453, + "▁pés": 10454, + "▁contribut": 10455, + "▁Ham": 10456, + "▁∈": 10457, + "▁Follow": 10458, + "▁pregn": 10459, + "ipos": 10460, + "▁seven": 10461, + "▁fogo": 10462, + "▁architect": 10463, + "▁Their": 10464, + "▁immediately": 10465, + "iso": 10466, + "▁Accept": 10467, + "▁trás": 10468, + "▁internacionais": 10469, + "PER": 10470, + "▁minor": 10471, + "▁evolution": 10472, + "▁haja": 10473, + "▁majority": 10474, + "usa": 10475, + "▁stock": 10476, + "Current": 10477, + "Builder": 10478, + "▁sizeof": 10479, + "▁específico": 10480, + "▁sede": 10481, + "▁scre": 10482, + "security": 10483, + "▁muscular": 10484, + "▁especialista": 10485, + "▁fronte": 10486, + "▁beleza": 10487, + "▁100%": 10488, + "DR": 10489, + "▁destaca": 10490, + "illa": 10491, + "▁coleg": 10492, + "▁edif": 10493, + "undos": 10494, + "▁Energy": 10495, + "▁failure": 10496, + "▁Graph": 10497, + "▁palest": 10498, + "LIB": 10499, + "▁sho": 10500, + "▁truth": 10501, + "▁especiais": 10502, + "edu": 10503, + "iovas": 10504, + "▁ok": 10505, + "aterra": 10506, + "▁leitor": 10507, + "▁opções": 10508, + "▁Sk": 10509, + "▁platform": 10510, + "▁transc": 10511, + "▁cria": 10512, + "▁closed": 10513, + "rum": 10514, + "OUT": 10515, + "▁Size": 10516, + "ceis": 10517, + "Header": 10518, + "▁rein": 10519, + "▁prevenir": 10520, + "well": 10521, + "▁estimate": 10522, + "▁learned": 10523, + "▁Bet": 10524, + "▁estran": 10525, + "▁determinada": 10526, + "▁jan": 10527, + "BE": 10528, + "drop": 10529, + "▁físicas": 10530, + "▁Returns": 10531, + "hael": 10532, + "▁ES": 10533, + "▁lesson": 10534, + "▁Museu": 10535, + "▁fenômeno": 10536, + "▁vegetais": 10537, + "▁Mark": 10538, + "▁passando": 10539, + "▁missing": 10540, + "enciar": 10541, + "▁continued": 10542, + "▁inset": 10543, + "▁acaba": 10544, + "15,": 10545, + "▁personagens": 10546, + "enter": 10547, + "Process": 10548, + "▁radical": 10549, + "▁Agricult": 10550, + "▁investigação": 10551, + "struction": 10552, + "Mon": 10553, + "lti": 10554, + "▁Tab": 10555, + "▁reconhecer": 10556, + "ouro": 10557, + "ólica": 10558, + "ectors": 10559, + "▁phen": 10560, + "kens": 10561, + "64,": 10562, + "Window": 10563, + "éias": 10564, + "▁cities": 10565, + "▁viz": 10566, + "eli": 10567, + "}(": 10568, + "pus": 10569, + "▁cristãos": 10570, + "▁\"${": 10571, + "Cal": 10572, + "elizmente": 10573, + "VI": 10574, + "-201": 10575, + "▁chama": 10576, + "▁recente": 10577, + "▁carta": 10578, + "card": 10579, + "▁Invest": 10580, + "holders": 10581, + "▁deixou": 10582, + "▁Given": 10583, + "author": 10584, + "▁Well": 10585, + "▁protocol": 10586, + "▁Câmara": 10587, + "▁passam": 10588, + "rizes": 10589, + "▁cav": 10590, + "▁impuls": 10591, + "apas": 10592, + "▁Anton": 10593, + "▁Tim": 10594, + "▁drugs": 10595, + "▁owner": 10596, + "▁Children": 10597, + "▁especific": 10598, + "ensional": 10599, + "▁fizeram": 10600, + "▁foreign": 10601, + "types": 10602, + "force": 10603, + "▁000": 10604, + "▁Param": 10605, + "▁Spec": 10606, + "aption": 10607, + "non": 10608, + "▁glob": 10609, + "▁IB": 10610, + "TA": 10611, + "▁spo": 10612, + "▁aprov": 10613, + "preci": 10614, + "Team": 10615, + "▁relevant": 10616, + "▁País": 10617, + "ográfica": 10618, + "vador": 10619, + "▁Física": 10620, + "▁DC": 10621, + "▁extends": 10622, + "▁1-": 10623, + "▁usuários": 10624, + "▁destaque": 10625, + "▁poluição": 10626, + "▁Nesta": 10627, + "▁complexo": 10628, + "▁Merc": 10629, + "▁mobil": 10630, + "▁rows": 10631, + "▁Dar": 10632, + "▁Common": 10633, + "feito": 10634, + "ilhas": 10635, + "mac": 10636, + "▁rios": 10637, + "▁utiliza": 10638, + "▁execução": 10639, + "▁democracia": 10640, + "õem": 10641, + "▁cabel": 10642, + "amo": 10643, + "lang": 10644, + "ERROR": 10645, + "▁versão": 10646, + "ECK": 10647, + "lines": 10648, + "▁Conserv": 10649, + "pload": 10650, + "▁kernel": 10651, + "▁smart": 10652, + "▁veter": 10653, + "▁Both": 10654, + "▁Psic": 10655, + "▁caval": 10656, + "óveis": 10657, + "▁promoção": 10658, + "hash": 10659, + "▁atitude": 10660, + "▁distint": 10661, + "umer": 10662, + "bound": 10663, + "*2": 10664, + "▁51": 10665, + "Gener": 10666, + "▁específicas": 10667, + "related": 10668, + "Ag": 10669, + "▁Food": 10670, + "▁roll": 10671, + "DFDF": 10672, + "glaterra": 10673, + "ítulos": 10674, + "▁strug": 10675, + "▁ital": 10676, + "▁Fundação": 10677, + "rich": 10678, + "▁01": 10679, + "tese": 10680, + "▁ajudam": 10681, + "aters": 10682, + "▁56": 10683, + "▁significantly": 10684, + "▁caminh": 10685, + "▁Hi": 10686, + "etails": 10687, + "▁peixes": 10688, + "▁Comun": 10689, + "▁ocorreu": 10690, + "usc": 10691, + "▁fiz": 10692, + "▁CRE": 10693, + "proto": 10694, + "▁Tre": 10695, + "ogos": 10696, + "ônicas": 10697, + "Sim": 10698, + "▁prol": 10699, + "▁Direitos": 10700, + "google": 10701, + "▁align": 10702, + "▁partial": 10703, + "*/": 10704, + "▁White": 10705, + "▁alcohol": 10706, + "▁Governo": 10707, + "▁próximos": 10708, + "▁Node": 10709, + "▁wanted": 10710, + "▁socio": 10711, + "ctx": 10712, + "▁Dispon": 10713, + "oted": 10714, + "yy": 10715, + "HE": 10716, + "cir": 10717, + "▁hypoth": 10718, + "Entry": 10719, + "▁printf": 10720, + "▁Australia": 10721, + "▁${\\": 10722, + "▁News": 10723, + "▁bis": 10724, + "▁Owner": 10725, + "options": 10726, + "TC": 10727, + "ustice": 10728, + "inline": 10729, + "▁83": 10730, + "▁depending": 10731, + "▁arguments": 10732, + "▁delic": 10733, + "▁feliz": 10734, + "▁technique": 10735, + "▁Pract": 10736, + "▁retorn": 10737, + "0/": 10738, + "▁13,": 10739, + "▁cad": 10740, + "▁conseguiu": 10741, + "▁female": 10742, + "▁measurement": 10743, + "west": 10744, + "▁sangu": 10745, + "▁ready": 10746, + "▁dose": 10747, + "▁challenge": 10748, + "points": 10749, + "▁raw": 10750, + "▁queim": 10751, + "▁calculated": 10752, + "▁acol": 10753, + "▁comemor": 10754, + "=$": 10755, + "commit": 10756, + "não": 10757, + "▁artistas": 10758, + "▁stored": 10759, + "ikipedia": 10760, + "▁introduced": 10761, + "agre": 10762, + "▁glass": 10763, + "▁varchar": 10764, + "Down": 10765, + "▁Its": 10766, + "lambda": 10767, + "▁planning": 10768, + "▁chamados": 10769, + "▁Nós": 10770, + "▁ruas": 10771, + "00000": 10772, + "▁AUT": 10773, + "▁compreh": 10774, + "▁literal": 10775, + "▁inline": 10776, + "▁traduz": 10777, + "oterapia": 10778, + "▁native": 10779, + "▁Further": 10780, + "war": 10781, + "▁ecoss": 10782, + "▁fluid": 10783, + "▁compreend": 10784, + "▁emoções": 10785, + "▁oito": 10786, + "▁absolut": 10787, + "Bo": 10788, + "/>": 10789, + "▁101": 10790, + "▁102": 10791, + "UNT": 10792, + "▁Bol": 10793, + "▁mentioned": 10794, + "▁moved": 10795, + "▁proteg": 10796, + "xa": 10797, + "▁económ": 10798, + "▁Image": 10799, + "▁birds": 10800, + "▁persist": 10801, + "▁belief": 10802, + "▁perigos": 10803, + "▁educational": 10804, + "▁igualdade": 10805, + "angular": 10806, + "ifique": 10807, + "▁particles": 10808, + "▁vivo": 10809, + "▁etapa": 10810, + "allow": 10811, + "▁msg": 10812, + "▁reports": 10813, + "▁vos": 10814, + "▁dx": 10815, + "▁prec": 10816, + "30,": 10817, + "CTION": 10818, + "▁Charles": 10819, + "▁divide": 10820, + "▁arter": 10821, + "▁motivos": 10822, + "▁tecido": 10823, + "▁fresh": 10824, + "▁exige": 10825, + "▁master": 10826, + "▁Mad": 10827, + "▁fort": 10828, + "Do": 10829, + "▁extremely": 10830, + "oring": 10831, + "▁INTEGER": 10832, + "Equal": 10833, + "▁Output": 10834, + "▁obvious": 10835, + "Ste": 10836, + "▁Monte": 10837, + "▁PA": 10838, + "▁France": 10839, + "▁atitudes": 10840, + "▁male": 10841, + "▁recuperação": 10842, + "▁ld": 10843, + "▁praticamente": 10844, + "▁Liter": 10845, + "▁Big": 10846, + "▁cobert": 10847, + "asta": 10848, + "▁autonomia": 10849, + "wal": 10850, + "response": 10851, + ">0": 10852, + "▁convid": 10853, + "▁prem": 10854, + "#10": 10855, + "▁Input": 10856, + "▁challenges": 10857, + "mann": 10858, + "▁surpr": 10859, + "▁MS": 10860, + "▁faixa": 10861, + "WAR": 10862, + "\"\"": 10863, + "▁agir": 10864, + "Run": 10865, + "▁Array": 10866, + "▁WIT": 10867, + "Go": 10868, + "attr": 10869, + "orar": 10870, + "▁urg": 10871, + "▁erros": 10872, + "▁corte": 10873, + "▁ANY": 10874, + "hat": 10875, + "▁characteristics": 10876, + "▁Caso": 10877, + "▁": 26652, + "▁comentar": 26653, + "ered": 26654, + "140": 26655, + "tenimento": 26656, + "itá": 26657, + "▁invention": 26658, + "▁practition": 26659, + "▁usamos": 26660, + "▁Nevertheless": 26661, + "xp": 26662, + "hammad": 26663, + "untu": 26664, + "gene": 26665, + "▁chamam": 26666, + "▁hep": 26667, + "▁explosão": 26668, + "▁pace": 26669, + "makers": 26670, + "income": 26671, + "▁Paraguai": 26672, + "▁BEGIN": 26673, + "▁ilegal": 26674, + "Material": 26675, + "▁médias": 26676, + "▁Artificial": 26677, + "agle": 26678, + "done": 26679, + "▁hyg": 26680, + "▁ultravio": 26681, + "▁bamb": 26682, + "▁underta": 26683, + "dup": 26684, + "▁regimes": 26685, + "308": 26686, + "▁desport": 26687, + "Validate": 26688, + "▁Say": 26689, + "Detail": 26690, + "▁anger": 26691, + "▁abandonar": 26692, + "▁influenciam": 26693, + "sdk": 26694, + "▁limpo": 26695, + "▁Barcel": 26696, + "oust": 26697, + "▁assignments": 26698, + "coma": 26699, + "▁servo": 26700, + "▁Concent": 26701, + "ETA": 26702, + "▁judgment": 26703, + "▁Henri": 26704, + "▁creativity": 26705, + "▁evac": 26706, + "city": 26707, + "▁DROP": 26708, + "▁Heritage": 26709, + "▁cellular": 26710, + "▁moradia": 26711, + "▁References": 26712, + "cases": 26713, + "555": 26714, + "▁bears": 26715, + "Bre": 26716, + "jest": 26717, + "▁Heat": 26718, + "▁TX": 26719, + "▁Financial": 26720, + "priv": 26721, + "Enable": 26722, + "quem": 26723, + "external": 26724, + "▁textura": 26725, + "▁Renas": 26726, + "▁sns": 26727, + "▁Timer": 26728, + "`:": 26729, + "Lower": 26730, + "ancement": 26731, + "may": 26732, + "▁Always": 26733, + "▁temporada": 26734, + "▁interlig": 26735, + "▁aceleração": 26736, + "▁incorporar": 26737, + "▁BB": 26738, + "▁Moçambique": 26739, + "▁fertilizantes": 26740, + "▁fuga": 26741, + "▁valve": 26742, + "▁ana": 26743, + "initions": 26744, + "▁fabricantes": 26745, + "});": 26746, + "147": 26747, + "gray": 26748, + "▁109": 26749, + "▁móvel": 26750, + "attributes": 26751, + "▁Bos": 26752, + "apeutic": 26753, + "▁concepções": 26754, + "▁shelter": 26755, + "▁Deix": 26756, + "▁payload": 26757, + "▁Inicialmente": 26758, + "!\\": 26759, + "=\"{{": 26760, + "functions": 26761, + "▁Incent": 26762, + "▁Mississippi": 26763, + "▁Exam": 26764, + "▁corda": 26765, + "itoral": 26766, + "▁freely": 26767, + "▁encountered": 26768, + "▁Prior": 26769, + "▁dece": 26770, + "rious": 26771, + "▁Tour": 26772, + "▁Symptoms": 26773, + "íase": 26774, + "▁dívidas": 26775, + "▁Hyper": 26776, + "▁entorno": 26777, + "▁produziu": 26778, + "vereign": 26779, + "2020-": 26780, + "10]": 26781, + "▁encontrava": 26782, + "▁ecx": 26783, + "▁placing": 26784, + "▁parcialmente": 26785, + "▁MR": 26786, + "▁35.": 26787, + "velope": 26788, + "ée": 26789, + "Original": 26790, + "▁lang": 26791, + "▁Garcia": 26792, + "Literal": 26793, + "▁práticos": 26794, + "▁profound": 26795, + "▁curioso": 26796, + "▁Gi": 26797, + "fail": 26798, + "ucas": 26799, + "▁INST": 26800, + "▁nuvem": 26801, + "▁landing": 26802, + "▁gasolina": 26803, + "Xferred": 26804, + "DAT": 26805, + "▁tabel": 26806, + "Ord": 26807, + "closure": 26808, + "imente": 26809, + "Pi": 26810, + "▁funded": 26811, + "▁'%": 26812, + "▁6-": 26813, + "ivais": 26814, + "▁prefeitura": 26815, + "▁1900": 26816, + "▁ll": 26817, + "agi": 26818, + "▁weekly": 26819, + "▁utilized": 26820, + "▁evident": 26821, + "▁árabe": 26822, + "reach": 26823, + "PART": 26824, + "▁Distribution": 26825, + "255,": 26826, + "▁Campanha": 26827, + "▁beneath": 26828, + "▁verduras": 26829, + "▁“...": 26830, + "▁twelve": 26831, + "▁contratos": 26832, + "stylesheet": 26833, + "▁geográfica": 26834, + "▁verifica": 26835, + "▁scroll": 26836, + "agan": 26837, + "▁hebra": 26838, + "ITS": 26839, + "▁antim": 26840, + "▁happiness": 26841, + "(8": 26842, + "izard": 26843, + "▁indign": 26844, + "▁celebrate": 26845, + "▁transparência": 26846, + "▁Reserve": 26847, + "▁rhe": 26848, + "▁COUNT": 26849, + "▁Component": 26850, + "196": 26851, + "▁simplest": 26852, + "nio": 26853, + "▁Agu": 26854, + "▁cigarro": 26855, + "▁obrigator": 26856, + "Video": 26857, + "▁marcar": 26858, + "▁prejudiciais": 26859, + "▁indicando": 26860, + "▁illustrated": 26861, + "ocols": 26862, + "▁profetas": 26863, + "ylon": 26864, + "(:)": 26865, + "▁tratando": 26866, + "▁Relatório": 26867, + "▁filósofos": 26868, + "opts": 26869, + "▁Pul": 26870, + "cada": 26871, + "▁speaker": 26872, + "▁strictly": 26873, + "brasile": 26874, + "▁cardi": 26875, + "wich": 26876, + "Private": 26877, + "Old": 26878, + "endendo": 26879, + "▁herói": 26880, + "▁freqüentemente": 26881, + "ítimo": 26882, + "▁Carne": 26883, + "▁desejar": 26884, + "▁conviver": 26885, + "▁assem": 26886, + "▁canção": 26887, + "urna": 26888, + "▁saliva": 26889, + "▁UE": 26890, + "▁minuto": 26891, + "▁socioeconôm": 26892, + "town": 26893, + "▁colored": 26894, + "[2],": 26895, + "▁Intro": 26896, + "017": 26897, + "▁Vou": 26898, + "▁Father": 26899, + "▁sangr": 26900, + "SDL": 26901, + "▁gastar": 26902, + "▁textbook": 26903, + "▁ASSERT": 26904, + "icientemente": 26905, + "▁relativo": 26906, + "messages": 26907, + "▁Agostinho": 26908, + "gage": 26909, + "Align": 26910, + "▁bleeding": 26911, + "▁inconsciente": 26912, + "▁desid": 26913, + "▁converting": 26914, + "bash": 26915, + "▁sustentar": 26916, + "▁interfaces": 26917, + "▁CHARSET": 26918, + "22.": 26919, + "pull": 26920, + "▁outdoor": 26921, + "▁paga": 26922, + "▁shield": 26923, + "▁synthetic": 26924, + "▁Templo": 26925, + "▁cave": 26926, + "▁mencionado": 26927, + "▁crac": 26928, + "oled": 26929, + "▁Arquitetura": 26930, + "▁Own": 26931, + "IMENS": 26932, + "▁microb": 26933, + "Models": 26934, + "▁isolation": 26935, + "▁investments": 26936, + "▁lenda": 26937, + "vedo": 26938, + "▁montanha": 26939, + "▁Aur": 26940, + "▁dé": 26941, + "Comment": 26942, + "▁implements": 26943, + "▁peers": 26944, + "▁atuando": 26945, + "()<": 26946, + "▁abrigo": 26947, + "/2019": 26948, + "▁nutricionais": 26949, + "▁TRANS": 26950, + "804": 26951, + "▁registrado": 26952, + "Stats": 26953, + "▁transit": 26954, + "▁Hyp": 26955, + "▁wake": 26956, + "▁Escolha": 26957, + "▁earthquake": 26958, + "threadIdx": 26959, + "▁pauta": 26960, + "imensional": 26961, + "▁bibliotecas": 26962, + "▁útero": 26963, + "▁fulfill": 26964, + "▁colony": 26965, + "▁Moses": 26966, + "gração": 26967, + "▁Seq": 26968, + "▁Rout": 26969, + "▁gastrointest": 26970, + "▁Atlas": 26971, + "▁Turismo": 26972, + "/2017": 26973, + "▁Philipp": 26974, + "▁Oeste": 26975, + "▁derrota": 26976, + "307": 26977, + "▁pedagogia": 26978, + "AFF": 26979, + "20:": 26980, + "▁excelentes": 26981, + "▁crentes": 26982, + "Protocol": 26983, + "NER": 26984, + "▁aç": 26985, + "▁controlada": 26986, + "▁Uk": 26987, + "▁parágrafo": 26988, + "▁phones": 26989, + "▁wooden": 26990, + "▁ingleses": 26991, + "▁psicólogo": 26992, + "▁tablets": 26993, + "▁Solved": 26994, + "▁canções": 26995, + "▁Victoria": 26996, + "▁digestive": 26997, + "noDB": 26998, + "▁Route": 26999, + "Combo": 27000, + "▁telh": 27001, + "iph": 27002, + "▁Senior": 27003, + "▁conferência": 27004, + "▁pist": 27005, + "▁Generate": 27006, + "▁Cheg": 27007, + "▁urgente": 27008, + ">=": 27009, + "▁<$": 27010, + "184": 27011, + "Contains": 27012, + "izava": 27013, + "▁Parameter": 27014, + "▁escolaridade": 27015, + "▁Produtos": 27016, + "▁Live": 27017, + "▁planted": 27018, + "▁proveniente": 27019, + "vertex": 27020, + "▁levados": 27021, + "▁SUP": 27022, + "▁Congo": 27023, + "▁poupança": 27024, + "uriz": 27025, + "▁consiga": 27026, + "timer": 27027, + "encional": 27028, + "▁esqueça": 27029, + "▁HAL": 27030, + "upload": 27031, + "▁demonstrates": 27032, + "Fam": 27033, + "▁invert": 27034, + "▁locked": 27035, + "▁garrafas": 27036, + "}},\"": 27037, + "▁ART": 27038, + "▁Vitam": 27039, + "license": 27040, + "▁Upper": 27041, + "▁Cec": 27042, + "▁factores": 27043, + "▁prevents": 27044, + "▁Início": 27045, + "ORS": 27046, + "eticamente": 27047, + "ramid": 27048, + "/2012": 27049, + "▁pensamos": 27050, + "▁terminou": 27051, + "▁interessa": 27052, + "▁PI": 27053, + "▁gras": 27054, + "ratio": 27055, + "▁Peters": 27056, + "Mill": 27057, + "atina": 27058, + "▁rgb": 27059, + "▁carrier": 27060, + "▁fenóm": 27061, + "▁voltados": 27062, + "▁traject": 27063, + "▁Miranda": 27064, + "▁sacred": 27065, + "NL": 27066, + "▁bordo": 27067, + "cli": 27068, + "▁VARCHAR": 27069, + "▁operational": 27070, + "+1]": 27071, + "joint": 27072, + "▁metá": 27073, + "▁blogs": 27074, + "analy": 27075, + "▁ator": 27076, + "▁chegue": 27077, + "▁Finding": 27078, + "▁príncipe": 27079, + "▁arrival": 27080, + "▁markers": 27081, + "▁1800": 27082, + "▁conceptual": 27083, + "▁Raw": 27084, + "▁reivind": 27085, + "▁Programming": 27086, + "▁armed": 27087, + "▁mature": 27088, + "PARAMETER": 27089, + "▁relatórios": 27090, + "ecas": 27091, + "▁primitive": 27092, + "▁bulk": 27093, + "▁morreram": 27094, + "▁Stanford": 27095, + "▁TW": 27096, + "▁antig": 27097, + "refer": 27098, + "▁perseguição": 27099, + "▁SÃO": 27100, + "134": 27101, + "burgh": 27102, + "▁Possui": 27103, + "326": 27104, + "enberg": 27105, + "▁strengthen": 27106, + "NY": 27107, + "▁feas": 27108, + "▁medicines": 27109, + "▁federais": 27110, + "▁gigante": 27111, + "Yes": 27112, + "▁chamber": 27113, + "->_": 27114, + "▁busy": 27115, + "lices": 27116, + "▁inserted": 27117, + "!!!!!!!!!!!!!!!!": 27118, + "0',": 27119, + "▁colh": 27120, + "▁council": 27121, + "354": 27122, + "▁vossa": 27123, + "duino": 27124, + "emies": 27125, + "▁Calculus": 27126, + "▁WA": 27127, + "▁mantenha": 27128, + "▁Profissional": 27129, + "▁approval": 27130, + "▁migração": 27131, + "▁sust": 27132, + "▁receiver": 27133, + "\\\",\\\"": 27134, + "veled": 27135, + "▁casual": 27136, + "▁visiting": 27137, + "▁Ajuda": 27138, + "▁lentes": 27139, + "▁terrenos": 27140, + "intura": 27141, + "▁peregr": 27142, + "attle": 27143, + "▁ole": 27144, + "CHANT": 27145, + "▁hierarquia": 27146, + "▁sectors": 27147, + "Warning": 27148, + "▁houvesse": 27149, + "▁specialist": 27150, + "▁Fé": 27151, + "86_": 27152, + "▁rainfall": 27153, + "ections": 27154, + "▁falava": 27155, + "}=\\": 27156, + "▁Ambos": 27157, + "▁cited": 27158, + "▁apropriado": 27159, + "únior": 27160, + "notice": 27161, + "▁EP": 27162, + "▁Argument": 27163, + "▁colocam": 27164, + "▁denominação": 27165, + "LEMENT": 27166, + "▁núcleos": 27167, + "▁DVD": 27168, + "endência": 27169, + "+4": 27170, + "▁1988,": 27171, + "▁visits": 27172, + "▁reorgan": 27173, + "antismo": 27174, + "▁RF": 27175, + "▁Greece": 27176, + "▁fixação": 27177, + "▁frozen": 27178, + "▁negar": 27179, + "▁Alaska": 27180, + "▁Surface": 27181, + "Loader": 27182, + "▁Suí": 27183, + "CURRENT": 27184, + "▁relaciona": 27185, + "▁PARTICULAR": 27186, + "jug": 27187, + "▁Pinto": 27188, + "neys": 27189, + "2222": 27190, + "▁investors": 27191, + "nh": 27192, + "▁suggesting": 27193, + "▁throat": 27194, + "▁pirâm": 27195, + "OST": 27196, + "{0.": 27197, + "▁sv": 27198, + "▁wise": 27199, + "▁immigrants": 27200, + "▁absorbed": 27201, + "switch": 27202, + "▁compiler": 27203, + "▁'_": 27204, + "▁Cidadania": 27205, + "▁\"--": 27206, + "▁haveria": 27207, + "▁absorver": 27208, + "Contact": 27209, + "▁posteriores": 27210, + "▁pulmão": 27211, + "▁underground": 27212, + "▁compaixão": 27213, + "▁seman": 27214, + "▁medicação": 27215, + "▁Douglas": 27216, + "▁Maryland": 27217, + "▁CV": 27218, + "Prom": 27219, + "▁(4,": 27220, + "uarte": 27221, + "▁doors": 27222, + "▁SR": 27223, + "itual": 27224, + "▁deposits": 27225, + "▁Ax": 27226, + "asted": 27227, + "cop": 27228, + "▁restoration": 27229, + "▁ET": 27230, + "▁favorecer": 27231, + "Direction": 27232, + "▁usá": 27233, + "▁colônias": 27234, + "194": 27235, + "▁Members": 27236, + "éus": 27237, + "ogens": 27238, + "▁tongue": 27239, + "▁minority": 27240, + "▁attributed": 27241, + "▁MAN": 27242, + "▁Estação": 27243, + "buff": 27244, + "▁apóstolos": 27245, + "▁Colon": 27246, + "▁cansaço": 27247, + "▁Separ": 27248, + "isters": 27249, + "aining": 27250, + "▁Besides": 27251, + "otlin": 27252, + "▁Lista": 27253, + "▁Diagnos": 27254, + "▁circuitos": 27255, + "▁Null": 27256, + "▁observada": 27257, + "▁jornalistas": 27258, + "species": 27259, + "▁predis": 27260, + "ogueira": 27261, + "Tile": 27262, + "▁Fora": 27263, + "▁neve": 27264, + "rod": 27265, + "▁bucket": 27266, + "ENCES": 27267, + "representation": 27268, + "▁dop": 27269, + "Health": 27270, + "04.": 27271, + "inga": 27272, + "90,": 27273, + "▁2%": 27274, + "▁Garden": 27275, + "▁tér": 27276, + "▁Files": 27277, + "▁fascinating": 27278, + "▁idiomas": 27279, + "onacci": 27280, + "▁clouds": 27281, + "▁Years": 27282, + "frm": 27283, + "rypted": 27284, + "▁Feed": 27285, + "195": 27286, + "▁avançada": 27287, + "▁XII": 27288, + "▁vegetable": 27289, + "Emb": 27290, + "▁Death": 27291, + "▁Urugua": 27292, + "▁Knowledge": 27293, + "▁compromissos": 27294, + "▁surveys": 27295, + "Tuple": 27296, + "▁votes": 27297, + "Mandatory": 27298, + "▁aliado": 27299, + "▁Muslims": 27300, + "▁courts": 27301, + "gets": 27302, + "#9": 27303, + "▁Ministry": 27304, + "raid": 27305, + "▁workplace": 27306, + "▁empresários": 27307, + "▁confirmar": 27308, + "]).": 27309, + "cus": 27310, + "▁Architect": 27311, + "▁engenheiros": 27312, + "▁1960,": 27313, + "▁Estatística": 27314, + "▁espessura": 27315, + "calc": 27316, + "▁cilind": 27317, + "three": 27318, + "▁Broad": 27319, + "▁suspensão": 27320, + "▁Resta": 27321, + "▁relaxamento": 27322, + "kee": 27323, + "▁viável": 27324, + "▁1.14": 27325, + "floor": 27326, + "▁causou": 27327, + "▁turistas": 27328, + "▁winds": 27329, + "basic": 27330, + "▁automóveis": 27331, + "icking": 27332, + "economic": 27333, + "▁mudando": 27334, + "sr": 27335, + "▁metres": 27336, + "alto": 27337, + "▁compete": 27338, + "eded": 27339, + "▁#!/": 27340, + "▁abac": 27341, + "▁detalhe": 27342, + "▁indicators": 27343, + "▁vetor": 27344, + "▁desconf": 27345, + "▁Generally": 27346, + "western": 27347, + "▁PUBLIC": 27348, + "▁doutorado": 27349, + "certo": 27350, + "▁SAL": 27351, + "▁capability": 27352, + "▁apple": 27353, + "▁Patrimônio": 27354, + "241": 27355, + "▁despre": 27356, + "9;": 27357, + "▁mosa": 27358, + "iguous": 27359, + "▁FITNESS": 27360, + "▁Estatuto": 27361, + "venth": 27362, + "ÓG": 27363, + "▁magnético": 27364, + "estial": 27365, + "644": 27366, + "▁spinal": 27367, + "▁carcin": 27368, + "▁Jovens": 27369, + "▁Egyptian": 27370, + "▁consecutive": 27371, + "▁evoluir": 27372, + "▁/*!40101": 27373, + "▁mentalidade": 27374, + "▁partilha": 27375, + "meros": 27376, + "▁comunitária": 27377, + "▁empreendimento": 27378, + "▁Mexican": 27379, + "spl": 27380, + "▁Had": 27381, + "?!": 27382, + "136": 27383, + "▁mandou": 27384, + "ARRAY": 27385, + "Bin": 27386, + "▁Interface": 27387, + "▁repressão": 27388, + "▁aprendemos": 27389, + "▁sinto": 27390, + "FFEE": 27391, + "▁lido": 27392, + "▁1996.": 27393, + "▁Conversion": 27394, + "▁tentam": 27395, + "NB": 27396, + "▁metabolism": 27397, + "ouco": 27398, + "▁fingers": 27399, + "▁ash": 27400, + "inputs": 27401, + "ênis": 27402, + "▁incorporated": 27403, + "▁morre": 27404, + "▁inclusiva": 27405, + "▁Palm": 27406, + "nesota": 27407, + "▁queriam": 27408, + "aturais": 27409, + "▁cartil": 27410, + "ained": 27411, + "▁certificate": 27412, + "▁Country": 27413, + "▁alfab": 27414, + "▁melhorando": 27415, + "_00": 27416, + "▁calibr": 27417, + "datas": 27418, + "▁Santiago": 27419, + "▁parceiro": 27420, + "▁gum": 27421, + "']['": 27422, + "▁gods": 27423, + "▁colo": 27424, + "▁pico": 27425, + "▁Clim": 27426, + "▁gains": 27427, + "▁entitled": 27428, + "Speed": 27429, + "▁burned": 27430, + "▁exemplares": 27431, + "▁Economics": 27432, + "owa": 27433, + "clesi": 27434, + "▁Secretary": 27435, + "▁criaturas": 27436, + "▁Nuclear": 27437, + "▁simpler": 27438, + "▁fazendas": 27439, + "▁cheese": 27440, + "▁Things": 27441, + "▁fizemos": 27442, + "▁exclusivo": 27443, + "▁fertilidade": 27444, + "▁inesper": 27445, + "▁Inteligência": 27446, + "▁suplementos": 27447, + "▁Ptr": 27448, + "izamos": 27449, + "▁apelo": 27450, + "▁destinada": 27451, + "Canvas": 27452, + "atomic": 27453, + "▁40.": 27454, + "▁demol": 27455, + "Oct": 27456, + "bounds": 27457, + "ght": 27458, + "▁condutor": 27459, + "во": 27460, + "▁ensures": 27461, + "▁intervalos": 27462, + "views": 27463, + "▁gratuit": 27464, + "/100": 27465, + "ollo": 27466, + "▁smell": 27467, + "lical": 27468, + "▁psicológicos": 27469, + "▁noções": 27470, + "▁percorrer": 27471, + "▁afetadas": 27472, + "▁dedicada": 27473, + "▁Memória": 27474, + "eis": 27475, + "▁Tell": 27476, + "▁colégio": 27477, + "▁100.": 27478, + "▁geografia": 27479, + "▁operar": 27480, + "▁ocasiões": 27481, + "▁mammals": 27482, + "▁hits": 27483, + "▁timeout": 27484, + "▁obrigatória": 27485, + "▁oferecido": 27486, + "▁burguesia": 27487, + "▁considerações": 27488, + "▁atualização": 27489, + "▁RC": 27490, + "rangle": 27491, + "▁Euler": 27492, + "▁kitchen": 27493, + "▁movl": 27494, + "▁derivatives": 27495, + "▁Quase": 27496, + "▁cordas": 27497, + "lict": 27498, + "complete": 27499, + "▁viscos": 27500, + "▁USB": 27501, + "▁NOS": 27502, + "prod": 27503, + "▁socket": 27504, + "gicas": 27505, + "▁Usually": 27506, + "▁establishing": 27507, + "▁sentiu": 27508, + "▁autod": 27509, + "▁abundance": 27510, + "▁respectivos": 27511, + "JECT": 27512, + "▁interpreted": 27513, + "▁leuc": 27514, + "▁Org": 27515, + "/20": 27516, + "NDO": 27517, + "▁Salom": 27518, + "▁meetings": 27519, + "Constant": 27520, + "▁gly": 27521, + "Support": 27522, + "quee": 27523, + "▁hang": 27524, + "▁Bast": 27525, + "▁Yoga": 27526, + "lico": 27527, + "GD": 27528, + "▁carp": 27529, + "ificante": 27530, + "▁otimizar": 27531, + "isions": 27532, + "▁DOUBLE": 27533, + "▁Acess": 27534, + "▁flavor": 27535, + "▁reproduzir": 27536, + "ocl": 27537, + "ibern": 27538, + "▁Along": 27539, + "ubra": 27540, + "ogeneous": 27541, + "▁Wales": 27542, + "▁Materiais": 27543, + "▁Issue": 27544, + "▁audição": 27545, + "▁reproduce": 27546, + "265": 27547, + "uble": 27548, + "▁áudio": 27549, + "▁basics": 27550, + "icao": 27551, + "▁matern": 27552, + "▁cancro": 27553, + "▁descar": 27554, + "▁Negra": 27555, + "▁MERCHANT": 27556, + "806": 27557, + "Este": 27558, + "▁pintor": 27559, + "▁recipiente": 27560, + "▁microrganismos": 27561, + "▁nick": 27562, + "▁dyn": 27563, + "▁TEC": 27564, + "▁contracts": 27565, + "▁protagonista": 27566, + "▁trechos": 27567, + "▁tragédia": 27568, + "▁defeitos": 27569, + "▁symmetric": 27570, + "▁2021.": 27571, + "▁rst": 27572, + "▁separately": 27573, + "Agent": 27574, + "▁viria": 27575, + "395": 27576, + "▁lapt": 27577, + "▁consistently": 27578, + "▁Már": 27579, + "▁UP": 27580, + "gados": 27581, + "▁shoes": 27582, + "▁Braga": 27583, + "Alpha": 27584, + "OMS": 27585, + "kwargs": 27586, + "▁sopa": 27587, + "▁soy": 27588, + "▁gaps": 27589, + "▁droga": 27590, + "habil": 27591, + "Cost": 27592, + "onegócio": 27593, + "▁Feira": 27594, + "▁Oil": 27595, + "▁executivo": 27596, + "umbs": 27597, + "▁wer": 27598, + "olib": 27599, + "upiter": 27600, + "icted": 27601, + "▁corporais": 27602, + "▁Mun": 27603, + "▁Inovação": 27604, + "▁1984": 27605, + "▁explaining": 27606, + "▁fuma": 27607, + "▁Lob": 27608, + "▁gardens": 27609, + "▁coletivos": 27610, + "ranch": 27611, + "idges": 27612, + "▁Bened": 27613, + "'));": 27614, + "▁Manaus": 27615, + "Two": 27616, + "▁thumb": 27617, + "foreach": 27618, + "**2*": 27619, + "506": 27620, + "▁DM": 27621, + "Quant": 27622, + "▁200,": 27623, + "▁estudando": 27624, + "▁Bey": 27625, + "▁carries": 27626, + "▁organize": 27627, + "▁Structure": 27628, + "visible": 27629, + "▁magazine": 27630, + "▁elevar": 27631, + "neigh": 27632, + "▁Lang": 27633, + "▁amongst": 27634, + "isk": 27635, + "deal": 27636, + "▁paradox": 27637, + "▁Psychology": 27638, + "linux": 27639, + "▁monitorar": 27640, + "▁nobres": 27641, + "cart": 27642, + "▁MAC": 27643, + "176": 27644, + "grav": 27645, + "élica": 27646, + "▁consistente": 27647, + "▁overriding": 27648, + "wick": 27649, + "▁Santana": 27650, + "selection": 27651, + "▁hl": 27652, + "▁indese": 27653, + "▁devida": 27654, + "▁escolheu": 27655, + "▁Catal": 27656, + "▁Comércio": 27657, + "Trac": 27658, + "▁Ciclo": 27659, + "links": 27660, + "▁micros": 27661, + "▁appeal": 27662, + "▁alongside": 27663, + "▁Tests": 27664, + "▁adjusted": 27665, + "▁continuously": 27666, + "priate": 27667, + "inham": 27668, + "retanha": 27669, + "▁Antar": 27670, + "▁tráfego": 27671, + "[0,": 27672, + "▁larva": 27673, + "EMP": 27674, + "▁sozinha": 27675, + "▁emission": 27676, + "▁visíveis": 27677, + "▁sine": 27678, + "▁Taking": 27679, + "▁Francesa": 27680, + "▁patr": 27681, + "▁escolhida": 27682, + "▁Operations": 27683, + "▁concentrações": 27684, + "cao": 27685, + "▁Conhecimento": 27686, + "▁uter": 27687, + "scripts": 27688, + "▁clubes": 27689, + "▁SEM": 27690, + "ontologia": 27691, + "▁Foreign": 27692, + "▁inquiet": 27693, + "▁algas": 27694, + "Lei": 27695, + "▁diagrams": 27696, + "álogos": 27697, + "▁tracks": 27698, + "▁chunk": 27699, + "▁Voc": 27700, + "/2015": 27701, + "▁vasta": 27702, + "▁duct": 27703, + "▁marinha": 27704, + "▁bee": 27705, + "12:": 27706, + "▁Rousse": 27707, + "▁museus": 27708, + "▁verbos": 27709, + "▁deleted": 27710, + "▁labeled": 27711, + "▁surgical": 27712, + "▁encarn": 27713, + "▁suicide": 27714, + "uana": 27715, + "▁picked": 27716, + "irt": 27717, + "Dynamic": 27718, + "▁acet": 27719, + "▁Eff": 27720, + "FFER": 27721, + "▁Aires": 27722, + "▁Fle": 27723, + "▁Bitcoin": 27724, + "chart": 27725, + "▁strains": 27726, + "▁\"0": 27727, + "▁volatile": 27728, + "▁Allah": 27729, + "▁restrição": 27730, + "/_": 27731, + "▁wage": 27732, + "▁glú": 27733, + "▁rings": 27734, + "▁Considere": 27735, + "▁divididos": 27736, + "▁RGB": 27737, + "helper": 27738, + "▁Apóst": 27739, + "▁vergonha": 27740, + "▁Dol": 27741, + "▁rejected": 27742, + "0|0|": 27743, + "▁ost": 27744, + "▁catequ": 27745, + "▁fits": 27746, + "▁pushed": 27747, + "▁arquiteto": 27748, + "▁dramatically": 27749, + "▁refused": 27750, + "iser": 27751, + "▁Kant": 27752, + "▁estudou": 27753, + "▁governantes": 27754, + "▁50.": 27755, + "▁Lock": 27756, + "148": 27757, + "Safe": 27758, + "▁paintings": 27759, + "▁incentivos": 27760, + "Are": 27761, + "▁reign": 27762, + "▁Ku": 27763, + "▁gos": 27764, + ")>": 27765, + "▁Storage": 27766, + "▁occasionally": 27767, + "▁lige": 27768, + "online": 27769, + "FACE": 27770, + "adj": 27771, + "▁impair": 27772, + "▁humidity": 27773, + "▁XI": 27774, + "▁Quote": 27775, + "▁operated": 27776, + "▁senhores": 27777, + "▁MERCHANTABILITY": 27778, + "▁telas": 27779, + "▁borracha": 27780, + "illy": 27781, + "▁isl": 27782, + "▁electromagnetic": 27783, + "▁demonstrado": 27784, + "▁exams": 27785, + "ods": 27786, + "▁Steve": 27787, + "▁'0'),": 27788, + "▁films": 27789, + "Tags": 27790, + "▁bugs": 27791, + "▁!==": 27792, + "▁alcançado": 27793, + "▁sleeping": 27794, + "▁explanations": 27795, + "▁cita": 27796, + "▁bale": 27797, + "▁sentindo": 27798, + "toggle": 27799, + "▁gerente": 27800, + "▁Fractions": 27801, + "▁Aspect": 27802, + "íam": 27803, + "DCDC": 27804, + "▁exports": 27805, + "▁interrog": 27806, + "renal": 27807, + "▁abordados": 27808, + ")^2": 27809, + "▁tb": 27810, + "▁susceptible": 27811, + "06.": 27812, + "respond": 27813, + "▁popularity": 27814, + "▁automatic": 27815, + "econds": 27816, + "▁falso": 27817, + "▁discos": 27818, + "▁(30": 27819, + "▁idoso": 27820, + "▁Nasc": 27821, + "ivariate": 27822, + "▁duro": 27823, + "▁Deste": 27824, + "▁salmon": 27825, + "▁eólica": 27826, + "▁referem": 27827, + "▁insegurança": 27828, + "▁adotada": 27829, + "▁designing": 27830, + "▁filtr": 27831, + "▁Getúlio": 27832, + "▁exclu": 27833, + "▁Missouri": 27834, + "fh": 27835, + "HEAD": 27836, + "series": 27837, + "ardi": 27838, + "▁Ética": 27839, + "▁equipped": 27840, + "▁santidade": 27841, + "EXTERNALSYM": 27842, + "▁tex": 27843, + "▁extracted": 27844, + "▁#>": 27845, + "126": 27846, + "▁1995,": 27847, + "▁desvio": 27848, + "UK": 27849, + "rin": 27850, + "▁Toc": 27851, + "▁beach": 27852, + "▁Parse": 27853, + "central": 27854, + "▁empower": 27855, + "▁introduzir": 27856, + "▁Barn": 27857, + "ington": 27858, + "invalid": 27859, + "▁analyzing": 27860, + "YYYY": 27861, + "IDO": 27862, + "▁ceg": 27863, + "▁likes": 27864, + "▁fraud": 27865, + "Decimal": 27866, + "GF": 27867, + "Hint": 27868, + "*>": 27869, + "▁Matthew": 27870, + "/2.": 27871, + "▁partnership": 27872, + "▁correction": 27873, + "fan": 27874, + "▁FI": 27875, + "▁Distance": 27876, + "urope": 27877, + "Percent": 27878, + "▁selecionar": 27879, + "atre": 27880, + "Encoding": 27881, + "▁(.": 27882, + "▁anyway": 27883, + "iterranean": 27884, + "▁mantido": 27885, + "▁derive": 27886, + "▁CAN": 27887, + "aprove": 27888, + "▁ncia": 27889, + "▁estiveram": 27890, + "▁loose": 27891, + "texto": 27892, + ")?;": 27893, + "▁Getting": 27894, + "▁cadeias": 27895, + "▁colocação": 27896, + "▁Patr": 27897, + "▁colaborar": 27898, + "▁fluct": 27899, + "rw": 27900, + "▁1994,": 27901, + "▁exportação": 27902, + "Supply": 27903, + "▁Espero": 27904, + "▁Tech": 27905, + "▁trivial": 27906, + "▁Living": 27907, + "▁Desaf": 27908, + "▁proxy": 27909, + "▁rolling": 27910, + ",...": 27911, + "▁hunt": 27912, + "▁conheça": 27913, + "ifa": 27914, + "ossas": 27915, + "design": 27916, + "▁dic": 27917, + "▁'2019": 27918, + "▁straw": 27919, + ")):": 27920, + "▁fluido": 27921, + "▁esconder": 27922, + "WC": 27923, + "▁prayer": 27924, + "▁achieving": 27925, + "rige": 27926, + "▁parada": 27927, + "▁subtype": 27928, + "▁herself": 27929, + "▁altered": 27930, + "▁improves": 27931, + "special": 27932, + "▁Sociologia": 27933, + "▁exacerb": 27934, + "▁Integral": 27935, + "▁Pierre": 27936, + "▁respiratória": 27937, + "▁manuscript": 27938, + "▁enumer": 27939, + "\"_": 27940, + "▁ULONG": 27941, + "▁selecting": 27942, + "▁enhanced": 27943, + "▁Siga": 27944, + "mental": 27945, + "▁warrant": 27946, + "START": 27947, + "▁Postagens": 27948, + "idate": 27949, + "pried": 27950, + "▁sais": 27951, + "174": 27952, + "▁complicado": 27953, + "1],": 27954, + "êntr": 27955, + "colors": 27956, + "▁elevation": 27957, + "Org": 27958, + "▁leak": 27959, + "▁ocult": 27960, + "hedral": 27961, + "▁segur": 27962, + "cler": 27963, + "▁churches": 27964, + "▁multif": 27965, + "▁Khan": 27966, + "▁esco": 27967, + "▁asse": 27968, + "VP": 27969, + "▁hemat": 27970, + "▁Saturday": 27971, + "▁surrounded": 27972, + "▁falsas": 27973, + "▁Sarah": 27974, + "▁terceiros": 27975, + "omem": 27976, + "five": 27977, + "rindo": 27978, + "118": 27979, + "▁Judiciário": 27980, + "ebra": 27981, + "100,": 27982, + "▁justificar": 27983, + "_{1": 27984, + "▁amen": 27985, + "146": 27986, + "asset": 27987, + "▁demonstração": 27988, + "ño": 27989, + "DESC": 27990, + "▁Grant": 27991, + "APP": 27992, + "izá": 27993, + "▁mantêm": 27994, + "207": 27995, + "164": 27996, + "▁wireless": 27997, + "▁apontar": 27998, + "▁transmitida": 27999, + ":2": 28000, + "▁ria": 28001, + "▁tabaco": 28002, + "▁Conteúdo": 28003, + "▁fama": 28004, + "etano": 28005, + "▁triun": 28006, + "▁relógio": 28007, + "▁promessas": 28008, + "▁tt": 28009, + "validation": 28010, + "334": 28011, + "▁livestock": 28012, + "▁dd": 28013, + "ACIONAL": 28014, + "qa": 28015, + "▁resistir": 28016, + "▁xí": 28017, + "▁travels": 28018, + "▁donos": 28019, + "Java": 28020, + ".0)": 28021, + "await": 28022, + "Headers": 28023, + "Miss": 28024, + "▁mutual": 28025, + "irac": 28026, + "▁Sebastião": 28027, + "▁DESC": 28028, + "52,": 28029, + "▁ocular": 28030, + "▁africano": 28031, + "▁recomendada": 28032, + "▁Dona": 28033, + "▁morr": 28034, + "▁cookie": 28035, + "▁collecting": 28036, + "aten": 28037, + "▁respirar": 28038, + "▁103": 28039, + "▁Bridge": 28040, + "<<<": 28041, + "▁Absol": 28042, + "ricane": 28043, + "building": 28044, + "estra": 28045, + "▁sta": 28046, + "claimer": 28047, + "positive": 28048, + "▁iremos": 28049, + ")&": 28050, + "▁34.": 28051, + "hemes": 28052, + "▁manufacturer": 28053, + "▁planes": 28054, + "▁Golden": 28055, + "Reset": 28056, + "▁toca": 28057, + "▁1990.": 28058, + "/2016": 28059, + "▁rounded": 28060, + "▁enfo": 28061, + "▁Abaixo": 28062, + "▁Reason": 28063, + "▁Hait": 28064, + "777": 28065, + "::<": 28066, + "Disc": 28067, + "▁perna": 28068, + "▁Nunes": 28069, + "quias": 28070, + "▁deals": 28071, + "▁broke": 28072, + "▁expostas": 28073, + "▁justifica": 28074, + "▁obtidas": 28075, + "▁veremos": 28076, + "enabled": 28077, + "▁didáticos": 28078, + "▁Pacífico": 28079, + "▁Figue": 28080, + "▁Multiplication": 28081, + "▁bonito": 28082, + "equiv": 28083, + "▁Alan": 28084, + "▁vermelhas": 28085, + "▁restantes": 28086, + "▁#$": 28087, + "▁spons": 28088, + "▁vaga": 28089, + "▁inclusion": 28090, + "▁Solid": 28091, + "▁36,": 28092, + "▁Identify": 28093, + "▁Minnesota": 28094, + "turn": 28095, + "▁higien": 28096, + "▁phases": 28097, + "▁rhs": 28098, + "▁zinco": 28099, + "▁covid": 28100, + "186": 28101, + "▁Freitas": 28102, + "imag": 28103, + "▁máscara": 28104, + "▁distribute": 28105, + "▁TM": 28106, + "▁prision": 28107, + "▁dentista": 28108, + "▁hurt": 28109, + "▁afastar": 28110, + "▁entusiasmo": 28111, + "▁Funcion": 28112, + "▁football": 28113, + "ênia": 28114, + "▁escap": 28115, + "▁Side": 28116, + "▁porcentagem": 28117, + "ogonal": 28118, + "339": 28119, + "Surface": 28120, + "Rob": 28121, + "asting": 28122, + "▁Depending": 28123, + "▁fabricante": 28124, + "▁regulate": 28125, + "ínsec": 28126, + "▁progression": 28127, + "icons": 28128, + "▁belt": 28129, + "▁Vice": 28130, + "▁GM": 28131, + "▁homosse": 28132, + "pondo": 28133, + "▁máscaras": 28134, + "че": 28135, + "wl": 28136, + "▁Método": 28137, + "▁ANS": 28138, + "ocult": 28139, + "IFY": 28140, + "▁hob": 28141, + "▁russo": 28142, + "▁nativa": 28143, + "afka": 28144, + "▁Rita": 28145, + "▁slower": 28146, + "▁Bag": 28147, + "▁permita": 28148, + "03,": 28149, + "cri": 28150, + "▁Chart": 28151, + "▁volunteers": 28152, + "▁deixado": 28153, + "▁judeu": 28154, + "▁sinus": 28155, + "▁proporções": 28156, + "▁gt": 28157, + "▁STEM": 28158, + "▁literalmente": 28159, + "▁Looking": 28160, + "▁classificados": 28161, + "Pri": 28162, + "aprendizagem": 28163, + ".1.": 28164, + "▁Resist": 28165, + "▁Atos": 28166, + "▁filling": 28167, + "▁psiquiat": 28168, + "▁Init": 28169, + "▁pine": 28170, + "▁devendo": 28171, + "322": 28172, + "++){": 28173, + "▁elig": 28174, + "EIGN": 28175, + "▁obtaining": 28176, + "▁Educational": 28177, + "▁mening": 28178, + "aware": 28179, + "Picture": 28180, + "▁pedindo": 28181, + "8(": 28182, + "▁neles": 28183, + "▁Tools": 28184, + "▁golden": 28185, + "docker": 28186, + "▁caç": 28187, + "Make": 28188, + "pip": 28189, + "▁patente": 28190, + "▁articular": 28191, + "▁advertising": 28192, + "▁sind": 28193, + "▁struggling": 28194, + "▁Aquele": 28195, + "TL": 28196, + "technology": 28197, + "redirect": 28198, + "▁Lag": 28199, + "ATIONS": 28200, + "▁percorr": 28201, + "▁dinâmicas": 28202, + "Azure": 28203, + "fra": 28204, + "▁capela": 28205, + "▁típico": 28206, + "▁residentes": 28207, + "▁illnesses": 28208, + "▁atração": 28209, + "▁``//": 28210, + "▁vôm": 28211, + "Groups": 28212, + "▁Perman": 28213, + "▁habitação": 28214, + "▁poderíamos": 28215, + "▁syll": 28216, + "ientais": 28217, + "▁cobrir": 28218, + "▁acordos": 28219, + "▁divulgado": 28220, + "▁oriental": 28221, + "MIT": 28222, + "articles": 28223, + "cursor": 28224, + "VERT": 28225, + "▁PD": 28226, + "isons": 28227, + "ivia": 28228, + "▁adolescents": 28229, + "==\"": 28230, + "Seg": 28231, + "▁ving": 28232, + "decode": 28233, + "11:": 28234, + "vet": 28235, + "▁Turk": 28236, + "▁workshops": 28237, + "▁Cursos": 28238, + "▁machos": 28239, + "▁Gand": 28240, + "▁juntar": 28241, + "226": 28242, + "▁inhabitants": 28243, + "▁bich": 28244, + "▁excited": 28245, + "328": 28246, + "anhos": 28247, + "▁mutations": 28248, + "▁MATLAB": 28249, + "▁exponent": 28250, + "▁spelling": 28251, + "▁Cher": 28252, + "reduce": 28253, + "############": 28254, + "ímos": 28255, + "▁gallons": 28256, + "▁spreading": 28257, + "PROC": 28258, + "▁afetados": 28259, + "386": 28260, + "▁expense": 28261, + "▁colocadas": 28262, + "INAL": 28263, + "▁inef": 28264, + "kb": 28265, + "▁Moz": 28266, + "▁Bin": 28267, + "▁developmental": 28268, + "▁/1.": 28269, + "ômbia": 28270, + "▁raras": 28271, + "▁SDL": 28272, + "▁EVENT": 28273, + "▁incompat": 28274, + "(7": 28275, + "added": 28276, + "▁multip": 28277, + "Sheet": 28278, + "todo": 28279, + "▁\");": 28280, + "▁eterno": 28281, + "344": 28282, + "▁Elias": 28283, + "ravo": 28284, + "▁favoráveis": 28285, + "▁{},": 28286, + "▁37.": 28287, + "▁atentos": 28288, + "▁elderly": 28289, + "many": 28290, + "▁Money": 28291, + "▁oils": 28292, + "379": 28293, + "IMP": 28294, + "▁captura": 28295, + "▁dp": 28296, + "▁satisfazer": 28297, + "▁inovadoras": 28298, + "iology": 28299, + "Der": 28300, + "ffffffff": 28301, + "88.": 28302, + "▁competit": 28303, + "де": 28304, + "(16": 28305, + "compile": 28306, + "336": 28307, + "▁Guin": 28308, + "▁outono": 28309, + "▁simplicidade": 28310, + "objects": 28311, + "timeout": 28312, + "▁fechados": 28313, + "▁patron": 28314, + "▁salto": 28315, + "▁abundante": 28316, + "▁36.": 28317, + "▁tanks": 28318, + "▁Session": 28319, + "▁Logic": 28320, + "▁Cav": 28321, + "▁dement": 28322, + "▁dobr": 28323, + "▁loud": 28324, + "▁quantitative": 28325, + "▁espanhola": 28326, + "▁Senate": 28327, + "▁proliferação": 28328, + "▁epidemia": 28329, + "CFF": 28330, + "▁mn": 28331, + "Distance": 28332, + "▁laborator": 28333, + "▁virou": 28334, + "▁escav": 28335, + "LIED": 28336, + "▁pest": 28337, + "proof": 28338, + "▁Ratio": 28339, + "▁vestibular": 28340, + "▁sofrendo": 28341, + "▁Smo": 28342, + "ropolitana": 28343, + "▁quilos": 28344, + "▁determination": 28345, + "▁metaf": 28346, + "▁closing": 28347, + "entication": 28348, + "ти": 28349, + "▁1964": 28350, + "AtA": 28351, + "▁hidrel": 28352, + "IAN": 28353, + "Depth": 28354, + "▁flowing": 28355, + "▁dtype": 28356, + "▁Nich": 28357, + "▁hopes": 28358, + "MSG": 28359, + "▁lançada": 28360, + "▁adj": 28361, + "▁gratuitamente": 28362, + "103": 28363, + "dal": 28364, + "▁diarre": 28365, + "▁Seminário": 28366, + "akers": 28367, + "▁Phot": 28368, + "consin": 28369, + "ijos": 28370, + "▁construiu": 28371, + "▁opressão": 28372, + "ávio": 28373, + "▁agências": 28374, + "▁gem": 28375, + "▁espaciais": 28376, + "absol": 28377, + "742": 28378, + "▁identificado": 28379, + ":%": 28380, + "▁Regression": 28381, + "ICAÇÃO": 28382, + "enote": 28383, + "training": 28384, + "▁autonom": 28385, + "▁fragmentos": 28386, + "íduo": 28387, + "▁embalagem": 28388, + "__,": 28389, + "wave": 28390, + "▁sz": 28391, + "▁aviões": 28392, + "Nov": 28393, + "imir": 28394, + "FBFB": 28395, + "leaf": 28396, + "▁Nan": 28397, + "▁sérios": 28398, + "HL": 28399, + "encias": 28400, + "▁faculty": 28401, + "▁DR": 28402, + "▁maqu": 28403, + "átil": 28404, + "▁referring": 28405, + "ANK": 28406, + "▁Adding": 28407, + "▁ajudará": 28408, + "emed": 28409, + "freq": 28410, + "▁adianta": 28411, + "▁limiting": 28412, + "▁amamentação": 28413, + "▁Aprender": 28414, + "▁alignment": 28415, + "▁Alta": 28416, + "mace": 28417, + "▁impressionante": 28418, + "▁longev": 28419, + "▁olhando": 28420, + "▁polygon": 28421, + "▁elétricas": 28422, + "ithy": 28423, + "▁reproductive": 28424, + "▁ruled": 28425, + "▁infinity": 28426, + "▁alar": 28427, + "▁beira": 28428, + "íso": 28429, + "figsize": 28430, + "ALE": 28431, + "ixas": 28432, + "▁salary": 28433, + "▁NOTE": 28434, + "','201": 28435, + "▁Followers": 28436, + "▁partly": 28437, + "quando": 28438, + "▁elevated": 28439, + "except": 28440, + "▁CSS": 28441, + "▁chains": 28442, + "▁chapters": 28443, + "nals": 28444, + "▁Flag": 28445, + "▁Coelho": 28446, + "▁144": 28447, + "Caption": 28448, + "▁Baix": 28449, + "Cross": 28450, + "▁Chris": 28451, + "▁synthesis": 28452, + "dv": 28453, + "edges": 28454, + "▁amo": 28455, + "she": 28456, + "reshape": 28457, + "írio": 28458, + "▁confron": 28459, + "CPU": 28460, + "▁Constitucional": 28461, + "▁stiff": 28462, + "▁3000": 28463, + "▁Azure": 28464, + "▁Nutrição": 28465, + "utral": 28466, + "▁dificilmente": 28467, + "▁prioridades": 28468, + "cycle": 28469, + "▁enfatiza": 28470, + "▁Git": 28471, + "▁côn": 28472, + "isar": 28473, + "▁organism": 28474, + "▁acrescentar": 28475, + "▁ist": 28476, + "ECEC": 28477, + "progress": 28478, + "illo": 28479, + "▁dispostos": 28480, + "yll": 28481, + "scal": 28482, + "destroy": 28483, + "▁Vaticano": 28484, + "▁Estrutura": 28485, + "▁Love": 28486, + "▁Ministro": 28487, + "submit": 28488, + "▁formadas": 28489, + "▁diets": 28490, + "▁trail": 28491, + "▁adjet": 28492, + "▁luck": 28493, + "▁horta": 28494, + "▁eixos": 28495, + "Driver": 28496, + "▁Bernardo": 28497, + "▁drenagem": 28498, + "303": 28499, + "▁initiatives": 28500, + "▁Applied": 28501, + "esu": 28502, + "atum": 28503, + "ishes": 28504, + "▁painted": 28505, + "▁residências": 28506, + "▁captação": 28507, + "obic": 28508, + "Setting": 28509, + "▁assessments": 28510, + "▁React": 28511, + "▁submetidos": 28512, + "bn": 28513, + "▁teens": 28514, + "opa": 28515, + "LU": 28516, + "▁Borges": 28517, + "▁panorama": 28518, + "▁maturidade": 28519, + "▁localizados": 28520, + "15:": 28521, + "utri": 28522, + "807": 28523, + "▁Indigenous": 28524, + "805": 28525, + "▁hill": 28526, + "▁packed": 28527, + "ibre": 28528, + "▁LIC": 28529, + "▁sólida": 28530, + "▁Fi": 28531, + "Axis": 28532, + "▁contamination": 28533, + "▁queira": 28534, + "▁Grã": 28535, + "▁Until": 28536, + "▁licensed": 28537, + "▁Moraes": 28538, + "▁senhora": 28539, + "▁cuidadosamente": 28540, + "Virtual": 28541, + "▁lactose": 28542, + "▁symbolic": 28543, + "▁evaluating": 28544, + "ondas": 28545, + "effective": 28546, + "igs": 28547, + "▁Júnior": 28548, + "▁10;": 28549, + "▁HPV": 28550, + "▁ENSINO": 28551, + "▁abundant": 28552, + "14:": 28553, + "liv": 28554, + "Ger": 28555, + "▁Simples": 28556, + "Round": 28557, + "EventArgs": 28558, + "xcb": 28559, + "▁Rose": 28560, + "▁ix": 28561, + "ísta": 28562, + "▁chinesa": 28563, + "▁devo": 28564, + "▁Bron": 28565, + "▁Singap": 28566, + "Lab": 28567, + "25:": 28568, + "▁Contempor": 28569, + "}]": 28570, + "alho": 28571, + "▁1992": 28572, + "▁[`": 28573, + "ITOS": 28574, + "vl": 28575, + "▁0]": 28576, + "TABLE": 28577, + "ESSAGE": 28578, + "▁PHP": 28579, + "shore": 28580, + "▁luminos": 28581, + "Tools": 28582, + "cies": 28583, + "▁Nossos": 28584, + "Jan": 28585, + "▁march": 28586, + "▁dependencies": 28587, + "▁Dilma": 28588, + "_);": 28589, + "acet": 28590, + "▁pressões": 28591, + "hai": 28592, + "▁definitiva": 28593, + "Our": 28594, + "▁TRI": 28595, + "▁consuming": 28596, + "▁longest": 28597, + "HOS": 28598, + "▁códigos": 28599, + "▁processor": 28600, + "▁softwares": 28601, + "delay": 28602, + "▁Mediterranean": 28603, + "▁imenso": 28604, + "▁BAR": 28605, + "QUIRE": 28606, + "▁irrigation": 28607, + "▁sentença": 28608, + "▁CEO": 28609, + "ilham": 28610, + "▁Azevedo": 28611, + "▁Professores": 28612, + "ínhamos": 28613, + "ául": 28614, + "incre": 28615, + "umen": 28616, + "▁malaria": 28617, + "due": 28618, + "dwattr": 28619, + "UNIT": 28620, + "▁sums": 28621, + "ABC": 28622, + "▁sensory": 28623, + "▁artérias": 28624, + "209": 28625, + "▁funcionalidade": 28626, + "▁deriva": 28627, + "▁Impr": 28628, + "written": 28629, + "▁<:": 28630, + "▁solidão": 28631, + "▁OPT": 28632, + "▁limita": 28633, + "▁lett": 28634, + "NX": 28635, + "proj": 28636, + "ificamente": 28637, + "259": 28638, + "▁yards": 28639, + "strings": 28640, + "▁Nort": 28641, + "▁cantos": 28642, + "eland": 28643, + "▁Avenida": 28644, + "▁ride": 28645, + "iclop": 28646, + "▁Rond": 28647, + "employ": 28648, + "▁awarded": 28649, + "▁Madr": 28650, + "Tick": 28651, + "▁producers": 28652, + "▁fiction": 28653, + "▁obedecer": 28654, + "▁projeção": 28655, + "▁anjos": 28656, + "IGO": 28657, + "▁123": 28658, + "▁lágr": 28659, + "▁Pret": 28660, + "msgs": 28661, + "Ca": 28662, + "hire": 28663, + "▁representations": 28664, + "▁jupyter": 28665, + "tracking": 28666, + "▁glac": 28667, + "▁Cot": 28668, + "205": 28669, + "Hor": 28670, + "ímetro": 28671, + "▁modifier": 28672, + "▁BT": 28673, + "▁ignorância": 28674, + "▁divisible": 28675, + "▁boards": 28676, + "dashboard": 28677, + "▁suspeita": 28678, + "▁wires": 28679, + "CIA": 28680, + "▁twist": 28681, + "▁balanço": 28682, + "▁Creating": 28683, + "yon": 28684, + "▁operacionais": 28685, + "-2,": 28686, + "▁acelerar": 28687, + "DDDD": 28688, + "plor": 28689, + "▁1/3": 28690, + "▁swimming": 28691, + "voice": 28692, + "▁pointing": 28693, + "+'": 28694, + "▁baixar": 28695, + "▁ancestors": 28696, + "▁átomo": 28697, + "▁ads": 28698, + "▁contatos": 28699, + "appa": 28700, + "ITAL": 28701, + "▁Bound": 28702, + "▁definições": 28703, + "▁artific": 28704, + "▁sut": 28705, + "369": 28706, + "Rew": 28707, + "_7": 28708, + "▁Nether": 28709, + "▁graphic": 28710, + "GER": 28711, + "▁refr": 28712, + "▁(202": 28713, + "▁digestivo": 28714, + "▁tied": 28715, + "▁dependentes": 28716, + "▁jazz": 28717, + "▁Agenda": 28718, + "/?": 28719, + "▁estimation": 28720, + "▁apag": 28721, + "▁reputation": 28722, + "Ok": 28723, + "▁Handle": 28724, + ",.": 28725, + "▁brains": 28726, + "36)": 28727, + "ropecuária": 28728, + "▁Ms": 28729, + "▁Unidades": 28730, + "generator": 28731, + "▁organizados": 28732, + "▁Mantenha": 28733, + "▁faria": 28734, + "▁omega": 28735, + "branch": 28736, + "▁unt": 28737, + "AMENTO": 28738, + "izontal": 28739, + "▁Clark": 28740, + "▁Http": 28741, + "▁scala": 28742, + "▁encaix": 28743, + "▁loops": 28744, + "▁inserir": 28745, + "Should": 28746, + "mv": 28747, + "atinga": 28748, + "▁neo": 28749, + "2000": 28750, + "▁figur": 28751, + "erness": 28752, + "▁executado": 28753, + "▁Oscar": 28754, + "▁Vermelho": 28755, + "▁Uruguai": 28756, + "▁paisagens": 28757, + "VR": 28758, + "paro": 28759, + "▁Eucar": 28760, + "▁SIM": 28761, + "▁Colet": 28762, + "▁IMPLIED": 28763, + "▁ícon": 28764, + "▁accidents": 28765, + "disabled": 28766, + "▁upgrade": 28767, + "▁espiritualidade": 28768, + "▁Dun": 28769, + "▁conectar": 28770, + "▁villages": 28771, + "▁poderemos": 28772, + "▁ω": 28773, + "▁contribuíram": 28774, + "▁Sócrates": 28775, + "▁accomplished": 28776, + "▁erosion": 28777, + "▁shallow": 28778, + "▁seasonal": 28779, + "▁participante": 28780, + "WD": 28781, + "▁Wind": 28782, + "▁pesado": 28783, + "▁ensinou": 28784, + "▁Reflex": 28785, + "()>": 28786, + "▁abandoned": 28787, + "▁EMP": 28788, + "leted": 28789, + "▁acarret": 28790, + "hias": 28791, + "▁galaxy": 28792, + "▁orch": 28793, + "/2013": 28794, + "FN": 28795, + "▁divine": 28796, + "▁rapidez": 28797, + "▁Tol": 28798, + "enant": 28799, + "▁debris": 28800, + "unknown": 28801, + "▁construindo": 28802, + "▁palha": 28803, + "▁despro": 28804, + "▁Origem": 28805, + "208": 28806, + "▁overlap": 28807, + "▁Domingo": 28808, + "ecost": 28809, + "▁regulatory": 28810, + "▁surprised": 28811, + "▁encouraging": 28812, + "DAH": 28813, + "▁comportamentais": 28814, + "▁Barra": 28815, + "▁[3]": 28816, + "▁Evolution": 28817, + "▁Profa": 28818, + "▁alimenta": 28819, + "IVOS": 28820, + "▁visões": 28821, + "▁infectious": 28822, + "▁editora": 28823, + "▁NR": 28824, + "CodeAttribute": 28825, + "HH": 28826, + "Condition": 28827, + "porters": 28828, + "▁survived": 28829, + "▁INDEX": 28830, + "ígios": 28831, + "Secret": 28832, + "▁torre": 28833, + "197": 28834, + "▁Suíça": 28835, + "▁morar": 28836, + "▁Disciplina": 28837, + "▁mede": 28838, + "▁gauge": 28839, + "▁9)": 28840, + "▁aéreas": 28841, + "até": 28842, + "▁aconteça": 28843, + "▁surf": 28844, + "▁entretenimento": 28845, + "026": 28846, + "▁\"+": 28847, + "▁teus": 28848, + "▁Prince": 28849, + "▁neighbour": 28850, + "▁knee": 28851, + "▁punishment": 28852, + "▁potências": 28853, + "kn": 28854, + "annotation": 28855, + "▁Coração": 28856, + "”),": 28857, + "Login": 28858, + "▁Pros": 28859, + "both": 28860, + "▁existiam": 28861, + "ACHE": 28862, + "▁déficit": 28863, + "▁engr": 28864, + "órcio": 28865, + "[/": 28866, + "▁Cinema": 28867, + "bly": 28868, + "▁shade": 28869, + "▁aids": 28870, + "▁anthrop": 28871, + "▁dedica": 28872, + "▁arthritis": 28873, + "▁avoiding": 28874, + "▁lápis": 28875, + "▁Oswal": 28876, + "▁Contents": 28877, + "▁Pick": 28878, + "itat": 28879, + "▁Floresta": 28880, + "▁enfrenta": 28881, + "▁metabolic": 28882, + "▁Imagens": 28883, + "018": 28884, + "▁legacy": 28885, + "▁Skin": 28886, + "335": 28887, + "ínt": 28888, + "InnoDB": 28889, + "equals": 28890, + "▁Peace": 28891, + "▁entrance": 28892, + "▁Enviar": 28893, + "▁pink": 28894, + "▁Meanwhile": 28895, + "igram": 28896, + "▁allocated": 28897, + "▁decorrente": 28898, + "xl": 28899, + "▁verbose": 28900, + "▁pól": 28901, + "étricos": 28902, + "▁broader": 28903, + "▁fêmea": 28904, + "▁Comport": 28905, + "▁accessed": 28906, + "▁electronics": 28907, + "▁crust": 28908, + "▁Rules": 28909, + "▁pista": 28910, + "▁judaica": 28911, + "▁analisados": 28912, + "▁invasion": 28913, + "inárias": 28914, + "▁psican": 28915, + "sider": 28916, + "▁1993": 28917, + "▁purif": 28918, + "onais": 28919, + "berries": 28920, + "▁japoneses": 28921, + "Prof": 28922, + "▁alergias": 28923, + "▁magma": 28924, + "AÇÕES": 28925, + "▁aumentado": 28926, + "▁departamento": 28927, + "157": 28928, + "redos": 28929, + "ordest": 28930, + "▁tremend": 28931, + "▁iam": 28932, + "ópicos": 28933, + "168": 28934, + "▁Educacional": 28935, + "▁confiar": 28936, + "▁substrato": 28937, + "▁ecológico": 28938, + "▁Quero": 28939, + "01)": 28940, + "▁intelligent": 28941, + "4\"": 28942, + "ieth": 28943, + "accuracy": 28944, + "Creat": 28945, + "▁neurotrans": 28946, + "▁CAD": 28947, + "▁Changes": 28948, + "▁titular": 28949, + "▁fotoss": 28950, + "oup": 28951, + "▁cognitivas": 28952, + "▁+1": 28953, + "Initialize": 28954, + "extract": 28955, + "▁subsequently": 28956, + "▁Communication": 28957, + "▁certificação": 28958, + "▁Anth": 28959, + "▁Surg": 28960, + "▁voting": 28961, + "▁Aliança": 28962, + "▁esperando": 28963, + "Signature": 28964, + "CLA": 28965, + "▁firms": 28966, + "▁citizen": 28967, + "▁attended": 28968, + "▁repertório": 28969, + "▁BU": 28970, + "▁voluntário": 28971, + "▁vivas": 28972, + "▁fraco": 28973, + "Educ": 28974, + "▁sonora": 28975, + "produt": 28976, + "urable": 28977, + "▁anormal": 28978, + "▁45,": 28979, + "▁documentação": 28980, + "argv": 28981, + "▁poderosos": 28982, + "▁builds": 28983, + "))*": 28984, + "▁prevista": 28985, + "▁\"\";": 28986, + "Conv": 28987, + "▁155": 28988, + "▁Harry": 28989, + "▁physic": 28990, + "▁Vai": 28991, + "bootstrap": 28992, + "▁artesanato": 28993, + "Ah": 28994, + "▁vegan": 28995, + "▁limitação": 28996, + "▁Circle": 28997, + "▁Lig": 28998, + "▁Winter": 28999, + "▁Effects": 29000, + "▁UNIVERS": 29001, + "▁preferências": 29002, + "Separ": 29003, + "▁restriction": 29004, + "▁logística": 29005, + "▁recipe": 29006, + "▁Infância": 29007, + "▁Femin": 29008, + "▁enfermagem": 29009, + "compute": 29010, + "phantom": 29011, + "▁satélites": 29012, + "HOME": 29013, + "▁replacing": 29014, + "princip": 29015, + "▁Korean": 29016, + "ofre": 29017, + "▁almoço": 29018, + "▁Experiment": 29019, + "▁*>": 29020, + "▁arrecad": 29021, + "▁Fisher": 29022, + "▁Transt": 29023, + "▁permanentes": 29024, + "▁aprovada": 29025, + "▁destinadas": 29026, + "▁phon": 29027, + "▁portfolio": 29028, + "▁couro": 29029, + "127": 29030, + "ocada": 29031, + "▁velhas": 29032, + "▁2.4": 29033, + "Classes": 29034, + "proxy": 29035, + "▁hídricos": 29036, + "mails": 29037, + "Scalar": 29038, + "▁respeitando": 29039, + "▁210": 29040, + "scatter": 29041, + "▁manually": 29042, + "▁Population": 29043, + "tok": 29044, + "ONENT": 29045, + "▁imported": 29046, + "▁combining": 29047, + "507": 29048, + "diag": 29049, + "▁Neves": 29050, + "▁ira": 29051, + "ald": 29052, + "▁sd": 29053, + "[5": 29054, + "▁helic": 29055, + "▁excav": 29056, + "▁irmãs": 29057, + "NotNull": 29058, + "▁observer": 29059, + "[1:": 29060, + "▁Clínica": 29061, + "▁WHO": 29062, + "▁Período": 29063, + "▁intercâmbio": 29064, + "▁individualmente": 29065, + "▁disfun": 29066, + "▁apoia": 29067, + "STATE": 29068, + "一个": 29069, + "▁repl": 29070, + "▁companheiro": 29071, + "56.": 29072, + "▁precoc": 29073, + "▁ε": 29074, + "▁swelling": 29075, + "▁sophisticated": 29076, + "▁imagination": 29077, + "/\\": 29078, + "▁5;": 29079, + "tario": 29080, + "▁poster": 29081, + "/2011": 29082, + "00)": 29083, + "▁Junior": 29084, + "▁anda": 29085, + "▁procurou": 29086, + "▁seal": 29087, + "▁lam": 29088, + "▁aprecia": 29089, + "▁interpretações": 29090, + "VT": 29091, + "▁Tutorial": 29092, + "▁Americana": 29093, + "▁convention": 29094, + "▁sketch": 29095, + "▁speakers": 29096, + "▁SK": 29097, + "▁quinto": 29098, + "▁Flash": 29099, + "▁interferência": 29100, + "▁Notas": 29101, + "▁1995.": 29102, + "sters": 29103, + "▁alívio": 29104, + "▁lookup": 29105, + "▁viewing": 29106, + "▁tamanhos": 29107, + "▁Sets": 29108, + "359": 29109, + "▁fluids": 29110, + "▁holy": 29111, + "tha": 29112, + "▁cylind": 29113, + "▁formats": 29114, + "▁NAT": 29115, + "▁Johann": 29116, + "▁1945": 29117, + "▁docker": 29118, + "▁Construct": 29119, + "▁caracteres": 29120, + "▁bounded": 29121, + "▁weapon": 29122, + "Ol": 29123, + "Gamma": 29124, + "▁Colômbia": 29125, + "▁sexualidade": 29126, + "▁durou": 29127, + "▁conducting": 29128, + "▁Wisconsin": 29129, + "▁compiled": 29130, + "▁ganham": 29131, + "hara": 29132, + "▁demarc": 29133, + "▁descrita": 29134, + "▁cân": 29135, + "▁Ave": 29136, + "▁Agro": 29137, + "▁DD": 29138, + "▁sorts": 29139, + "▁carregar": 29140, + "▁exaust": 29141, + "▁KB": 29142, + "▁residential": 29143, + "pf": 29144, + "pit": 29145, + "▁≥": 29146, + "▁distribuídos": 29147, + "мо": 29148, + "▁reman": 29149, + ".{": 29150, + "▁vô": 29151, + "will": 29152, + "letim": 29153, + "▁'\"": 29154, + "▁Operation": 29155, + "▁balances": 29156, + "▁corretas": 29157, + "racket": 29158, + "04,": 29159, + "▁1991": 29160, + "▁tiro": 29161, + "▁enzyme": 29162, + "22:": 29163, + "quim": 29164, + "▁Redes": 29165, + "▁fechada": 29166, + "▁PP": 29167, + "▁santa": 29168, + "▁Optim": 29169, + "▁perten": 29170, + "▁Compartilhe": 29171, + "▁unity": 29172, + "▁convergence": 29173, + "▁shl": 29174, + "▁shoulder": 29175, + "▁PED": 29176, + "▁vow": 29177, + "\"\"\"": 29178, + "▁Juventude": 29179, + "889": 29180, + "▁lakes": 29181, + "▁Publishing": 29182, + "1,'": 29183, + "▁UInt": 29184, + "rices": 29185, + "▁consome": 29186, + "▁succeeded": 29187, + "▁beer": 29188, + "onseca": 29189, + "▁Units": 29190, + "chat": 29191, + "▁165": 29192, + "▁imóvel": 29193, + "teiras": 29194, + "▁recompensa": 29195, + "answer": 29196, + "eza": 29197, + "IDTH": 29198, + "▁partid": 29199, + "Proto": 29200, + "▁remed": 29201, + "▁contrary": 29202, + "Scan": 29203, + "umi": 29204, + "▁elections": 29205, + "0000-00": 29206, + "▁compor": 29207, + "▁ions": 29208, + "▁Break": 29209, + "hua": 29210, + "9_": 29211, + "▁alb": 29212, + "▁cauda": 29213, + "inator": 29214, + "erei": 29215, + "▁assessed": 29216, + "gráf": 29217, + "▁toss": 29218, + "▁tries": 29219, + "▁promovido": 29220, + "▁civilization": 29221, + "▁Tips": 29222, + "▁concessão": 29223, + "▁triple": 29224, + "▁noites": 29225, + "ilis": 29226, + "▁estress": 29227, + "UDO": 29228, + "sci": 29229, + "▁PROGRA": 29230, + "▁bands": 29231, + "▁desequilíbrio": 29232, + "364": 29233, + "▁8-": 29234, + "▁encode": 29235, + "▁XIV": 29236, + "▁unf": 29237, + "▁pression": 29238, + "CCC": 29239, + "▁Maximum": 29240, + "pn": 29241, + "essee": 29242, + "▁Fale": 29243, + "▁enforcement": 29244, + "09.": 29245, + "erse": 29246, + "▁mord": 29247, + "environment": 29248, + "constraint": 29249, + "▁golf": 29250, + "cdots": 29251, + "▁profits": 29252, + "▁Critical": 29253, + "▁crus": 29254, + "▁enumerate": 29255, + "▁abrindo": 29256, + "▁acolhimento": 29257, + "▁GEN": 29258, + "▁FER": 29259, + "▁locate": 29260, + "565": 29261, + "▁XIII": 29262, + "▁maravilhoso": 29263, + "▁cadas": 29264, + "▁currents": 29265, + "▁Indústria": 29266, + "44,": 29267, + "▁crossing": 29268, + "▁prud": 29269, + "▁Factors": 29270, + "Usage": 29271, + "▁Torres": 29272, + "Management": 29273, + "rx": 29274, + "nis": 29275, + "inadas": 29276, + "▁avançado": 29277, + "▁Employ": 29278, + "Ms": 29279, + "▁oit": 29280, + "▁arom": 29281, + "▁Clara": 29282, + "▁comandante": 29283, + "▁Sheet": 29284, + "▁adaptações": 29285, + "▁modernidade": 29286, + "atedral": 29287, + "▁LAB": 29288, + "▁hydr": 29289, + "▁Poland": 29290, + "▁wings": 29291, + "icul": 29292, + "Thumb": 29293, + "▁datasets": 29294, + "intent": 29295, + "ité": 29296, + "▁Ampl": 29297, + "▁grace": 29298, + "(3),": 29299, + "▁anuais": 29300, + "028": 29301, + "138": 29302, + "▁Spect": 29303, + "obili": 29304, + "▁persistent": 29305, + "▁inicio": 29306, + "▁marcante": 29307, + "ticks": 29308, + "Há": 29309, + "▁dried": 29310, + "▁1992,": 29311, + "▁Handles": 29312, + "▁oceans": 29313, + "▁fd": 29314, + "▁japonês": 29315, + "▁tiles": 29316, + "Nós": 29317, + "INDEX": 29318, + "▁antiv": 29319, + "▁convex": 29320, + "▁'1": 29321, + "▁instalada": 29322, + "▁aes": 29323, + "▁Donald": 29324, + "▁Chronic": 29325, + "▁parental": 29326, + "▁publicar": 29327, + "▁tech": 29328, + "▁negociação": 29329, + "BackColor": 29330, + "▁loans": 29331, + "▁logs": 29332, + "ся": 29333, + "▁Céu": 29334, + "▁torná": 29335, + "▁Stress": 29336, + "▁52,": 29337, + "▁dementia": 29338, + "▁Cerrado": 29339, + "hole": 29340, + "leges": 29341, + "erved": 29342, + "▁Mock": 29343, + "▁Adão": 29344, + "CALC": 29345, + "▁methodology": 29346, + "Platform": 29347, + "▁adquirido": 29348, + "▁oferecidos": 29349, + "▁Gord": 29350, + "ghan": 29351, + "▁integrais": 29352, + "Mo": 29353, + "▁iniciada": 29354, + "▁Berkeley": 29355, + "orical": 29356, + "▁nc": 29357, + "ILED": 29358, + "▁(189": 29359, + "}`": 29360, + "pliers": 29361, + "▁desgaste": 29362, + "▁Tun": 29363, + "▁cerem": 29364, + "isfério": 29365, + "▁nx": 29366, + "▁dominação": 29367, + "ellation": 29368, + ">10": 29369, + "▁Doença": 29370, + "▁td": 29371, + "▁Classes": 29372, + "conn": 29373, + "pyplot": 29374, + "▁dour": 29375, + "▁sink": 29376, + "▁Whit": 29377, + "ensiva": 29378, + "reader": 29379, + "▁secos": 29380, + "▁Coloque": 29381, + "▁japonesa": 29382, + "▁Mine": 29383, + "▁Angle": 29384, + "▁escut": 29385, + "▁presas": 29386, + "▁errada": 29387, + "▁rubber": 29388, + "entino": 29389, + "▁Duke": 29390, + "▁Ferr": 29391, + "▁indisc": 29392, + "▁*=": 29393, + "▁saem": 29394, + "▁Allen": 29395, + "▁requerem": 29396, + "▁deck": 29397, + "Shared": 29398, + "SK": 29399, + "▁SILVA": 29400, + "▁baseline": 29401, + "▁socialismo": 29402, + "OUTPUT": 29403, + "▁Facts": 29404, + "asco": 29405, + "▁anunciou": 29406, + "07.": 29407, + "unais": 29408, + "▁ui": 29409, + "▁onset": 29410, + "iov": 29411, + "▁Cum": 29412, + "▁persuas": 29413, + "degree": 29414, + "▁ventil": 29415, + "arded": 29416, + "▁Duarte": 29417, + "▁obviamente": 29418, + "John": 29419, + "zinha": 29420, + "▁Kansas": 29421, + "▁Tipo": 29422, + "▁proud": 29423, + "▁habitual": 29424, + "▁athletes": 29425, + "385": 29426, + "▁deriving": 29427, + "▁Joe": 29428, + "▁curar": 29429, + "alhães": 29430, + "▁matemático": 29431, + "▁striking": 29432, + "chy": 29433, + "▁guides": 29434, + "vb": 29435, + "▁nursing": 29436, + "strual": 29437, + "▁movies": 29438, + "▁Nesses": 29439, + "problem": 29440, + "▁nascem": 29441, + "▁vér": 29442, + "▁confident": 29443, + "ilies": 29444, + "lywood": 29445, + "▁205": 29446, + "5.0": 29447, + "▁pedidos": 29448, + "▁laterais": 29449, + "HAR": 29450, + "▁discussing": 29451, + "▁desagrad": 29452, + "▁Pale": 29453, + "race": 29454, + "▁Independência": 29455, + "▁imply": 29456, + "▁Centers": 29457, + "▁fresco": 29458, + "jeções": 29459, + "MID": 29460, + "▁deer": 29461, + "▁servers": 29462, + "Blocks": 29463, + "elist": 29464, + "RIPTION": 29465, + "▁detrimento": 29466, + "▁fas": 29467, + "scroll": 29468, + "Summary": 29469, + "▁respiratório": 29470, + "▁entendido": 29471, + "/14": 29472, + "▁piso": 29473, + "▁BAD": 29474, + "▁progressiva": 29475, + "▁perdem": 29476, + "▁alphabet": 29477, + "▁quadrinhos": 29478, + "▁completing": 29479, + "ineteenth": 29480, + "112": 29481, + "▁jantar": 29482, + "pk": 29483, + "▁Olimp": 29484, + "▁01/": 29485, + "▁Overall": 29486, + "▁Parents": 29487, + "▁indicados": 29488, + "Messages": 29489, + "_4_": 29490, + "▁ReadOnly": 29491, + "▁RN": 29492, + "▁solely": 29493, + "▁Professional": 29494, + "▁Bolsa": 29495, + "▁Cabral": 29496, + "▁Technical": 29497, + "▁robots": 29498, + "rbp": 29499, + "usi": 29500, + "Wal": 29501, + "asters": 29502, + "▁affili": 29503, + "▁ASC": 29504, + "▁xx": 29505, + "structure": 29506, + "▁significar": 29507, + "▁struck": 29508, + "▁Messias": 29509, + "▁galáxias": 29510, + "▁Portuguese": 29511, + "▁concentrated": 29512, + "▁lagos": 29513, + "▁annot": 29514, + "▁LL": 29515, + "fone": 29516, + "▁Campe": 29517, + "▁dice": 29518, + "▁discret": 29519, + "▁democratic": 29520, + "▁ofício": 29521, + "▁highlights": 29522, + "▁pesticides": 29523, + "-%": 29524, + "▁SN": 29525, + "illance": 29526, + "ranças": 29527, + "▁adaptation": 29528, + "▁genéticas": 29529, + "▁Cape": 29530, + "▁rises": 29531, + "Debugger": 29532, + "▁Recentemente": 29533, + "▁chinês": 29534, + "▁desejado": 29535, + "▁230": 29536, + "AO": 29537, + "▁spir": 29538, + "▁Bull": 29539, + "▁officially": 29540, + "▁Variables": 29541, + "ulp": 29542, + "▁Nil": 29543, + "▁thyroid": 29544, + "urgo": 29545, + "▁situada": 29546, + "▁nucleus": 29547, + "▁2,5": 29548, + "▁investigated": 29549, + "▁assistant": 29550, + "melh": 29551, + "▁memories": 29552, + "▁dialogue": 29553, + "▁bíblico": 29554, + "▁145": 29555, + "$-": 29556, + "arto": 29557, + "▁cópia": 29558, + "▁prédios": 29559, + "▁lida": 29560, + "Python": 29561, + "ragens": 29562, + "cht": 29563, + "▁UTC": 29564, + "cura": 29565, + "▁0.04": 29566, + "▁trabalhado": 29567, + "Deus": 29568, + "▁trigon": 29569, + "isphere": 29570, + "opter": 29571, + "▁ni": 29572, + "▁ought": 29573, + "▁cervical": 29574, + "▁Enable": 29575, + "Ped": 29576, + "▁visualizar": 29577, + "REAL": 29578, + "▁endure": 29579, + "▁Gaussian": 29580, + "01:": 29581, + "▁tubos": 29582, + "▁induction": 29583, + "42,": 29584, + "▁borders": 29585, + "▁Ran": 29586, + "▁Conhecer": 29587, + "▁realistic": 29588, + "DBDB": 29589, + "gam": 29590, + "▁Franc": 29591, + "▁1975": 29592, + "icide": 29593, + "▁penso": 29594, + "▁Stack": 29595, + "▁intenções": 29596, + "▁selecionados": 29597, + "▁ô": 29598, + "▁pizza": 29599, + "Bundle": 29600, + "ogur": 29601, + "▁Cold": 29602, + "▁prosperidade": 29603, + "▁põe": 29604, + "▁proibição": 29605, + "▁thoroughly": 29606, + "▁straightforward": 29607, + "pez": 29608, + "▁Decision": 29609, + "▁Cem": 29610, + "▁attempting": 29611, + "▁scaling": 29612, + "▁contaminated": 29613, + "▁observadas": 29614, + "▁polynomials": 29615, + "012": 29616, + "▁coil": 29617, + "▁adoption": 29618, + "erals": 29619, + "▁avoided": 29620, + "▁amp": 29621, + "▁sorriso": 29622, + "mob": 29623, + "187": 29624, + "▁225": 29625, + "▁tribo": 29626, + "▁Certain": 29627, + "▁Recomm": 29628, + "▁Combate": 29629, + "▁eletromagn": 29630, + "bola": 29631, + "▁progressão": 29632, + "▁bombar": 29633, + "80000": 29634, + "▁mun": 29635, + "▁estratégico": 29636, + "lc": 29637, + "írita": 29638, + "▁ligeiramente": 29639, + "xC": 29640, + "yard": 29641, + "▁aerop": 29642, + "bank": 29643, + "▁backup": 29644, + "▁receptores": 29645, + "▁óbvio": 29646, + "IQUE": 29647, + "▁ocidentais": 29648, + "ве": 29649, + "ipheral": 29650, + "▁estabelecendo": 29651, + "maceutical": 29652, + "kar": 29653, + "▁jack": 29654, + "▁eaten": 29655, + "IMENSION": 29656, + "▁reef": 29657, + "▁addit": 29658, + "▁mercury": 29659, + "▁daquelas": 29660, + "▁italiana": 29661, + "▁τ": 29662, + "configuration": 29663, + "▁conscientizar": 29664, + "íntese": 29665, + "▁Posteriormente": 29666, + "dump": 29667, + "▁aligned": 29668, + "▁restaurantes": 29669, + "▁Construção": 29670, + "▁impõe": 29671, + "▁80103": 29672, + "▁gratidão": 29673, + "▁lideranças": 29674, + "▁bolsas": 29675, + "elt": 29676, + "▁fifty": 29677, + "Compar": 29678, + "▁desab": 29679, + "▁Reset": 29680, + "▁memorial": 29681, + "▁potável": 29682, + "▁2]": 29683, + "oche": 29684, + "▁sistemática": 29685, + "▁poetas": 29686, + "▁administrar": 29687, + "▁bills": 29688, + "▁marinhos": 29689, + "placed": 29690, + "▁funcionário": 29691, + "▁Expect": 29692, + "abas": 29693, + "▁empire": 29694, + "▁rebanho": 29695, + "▁Fixed": 29696, + "▁dependency": 29697, + "▁alarg": 29698, + "lm": 29699, + "atia": 29700, + "▁intimamente": 29701, + "▁tratam": 29702, + "▁readonly": 29703, + "▁fornecendo": 29704, + "▁invasive": 29705, + "cub": 29706, + "▁ERC": 29707, + "▁appointment": 29708, + "▁ONE": 29709, + "ythag": 29710, + "▁barrel": 29711, + "AMPLE": 29712, + "▁Panel": 29713, + "▁automóvel": 29714, + "▁64,": 29715, + "▁colapso": 29716, + "▁1.8": 29717, + "16:": 29718, + "▁Tip": 29719, + "rbx": 29720, + "Alignment": 29721, + "11_": 29722, + "▁∂": 29723, + "ahren": 29724, + "ieu": 29725, + "▁usina": 29726, + "▁orç": 29727, + "▁consensus": 29728, + "▁Wars": 29729, + "amor": 29730, + "▁Comece": 29731, + "▁zo": 29732, + "LF": 29733, + "actual": 29734, + "▁sentimos": 29735, + "strip": 29736, + "▁Divisão": 29737, + "▁symptom": 29738, + "▁damp": 29739, + "▁sofreram": 29740, + "▁accordance": 29741, + "▁surviv": 29742, + "▁pensou": 29743, + "▁(12": 29744, + "▁Tob": 29745, + "000,000,": 29746, + "337": 29747, + "XXXX": 29748, + "▁persu": 29749, + "▁phi": 29750, + "▁retenção": 29751, + "Assign": 29752, + "osis": 29753, + "389": 29754, + "▁|=": 29755, + "▁specification": 29756, + "▁audit": 29757, + "smo": 29758, + "iller": 29759, + "▁joelho": 29760, + "▁JavaScript": 29761, + "▁{:": 29762, + "▁Empresa": 29763, + "▁Tema": 29764, + "▁Postagem": 29765, + "▁COMM": 29766, + "▁curtos": 29767, + "/199": 29768, + "Ign": 29769, + "▁ajuste": 29770, + "▁Criador": 29771, + "▁Ti": 29772, + "unidade": 29773, + "▁clause": 29774, + "▁acabaram": 29775, + "CXX": 29776, + "▁Kle": 29777, + "▁erupt": 29778, + "▁stocks": 29779, + "▁mixing": 29780, + "▁radial": 29781, + "▁contexts": 29782, + "▁vaccination": 29783, + "▁acceptance": 29784, + "'\"": 29785, + "▁sail": 29786, + "Quem": 29787, + "166": 29788, + "▁missed": 29789, + "▁Dick": 29790, + "▁149": 29791, + "▁inequalities": 29792, + "▁basket": 29793, + "estruturas": 29794, + "MF": 29795, + "aq": 29796, + "▁Biom": 29797, + "170": 29798, + "▁presa": 29799, + "▁chineses": 29800, + "▁contagem": 29801, + "')]": 29802, + "667": 29803, + ":\",": 29804, + "▁fict": 29805, + "▁rara": 29806, + "444": 29807, + "Native": 29808, + "188": 29809, + "▁espanhóis": 29810, + "▁educativos": 29811, + "▁cols": 29812, + "▁projected": 29813, + "▁potassium": 29814, + "▁Wait": 29815, + "▁Parlamento": 29816, + "berta": 29817, + "oten": 29818, + "▁mares": 29819, + "(*,*)": 29820, + "always": 29821, + "▁valer": 29822, + "▁defer": 29823, + "▁dying": 29824, + "▁Júlio": 29825, + "349": 29826, + "▁crash": 29827, + "▁tuple": 29828, + "built": 29829, + "▁107": 29830, + "▁Drop": 29831, + "eln": 29832, + "LB": 29833, + "▁TLabel": 29834, + "▁Turkey": 29835, + "jou": 29836, + "▁valley": 29837, + "▁importantly": 29838, + "passed": 29839, + "IOR": 29840, + "▁enzymes": 29841, + "▁facilitando": 29842, + "▁faleceu": 29843, + "▁Informática": 29844, + "▁comandos": 29845, + "▁traveled": 29846, + "▁exclusive": 29847, + "▁bios": 29848, + "▁vulc": 29849, + "▁concreta": 29850, + "▁Brad": 29851, + "minute": 29852, + "lif": 29853, + "▁distúrbio": 29854, + "▁smartphone": 29855, + "_201": 29856, + "▁pleasure": 29857, + "estão": 29858, + "iscais": 29859, + "▁Leste": 29860, + "healthy": 29861, + "▁Elim": 29862, + "▁resolved": 29863, + "▁bend": 29864, + "▁aglomer": 29865, + "▁wars": 29866, + "▁REFERENCES": 29867, + "▁Pope": 29868, + "cards": 29869, + "158": 29870, + "▁Assignment": 29871, + "▁RESULT": 29872, + "▁<$>": 29873, + "▁spine": 29874, + "▁carteira": 29875, + "▁Motion": 29876, + "▁hygiene": 29877, + "▁conformidade": 29878, + "ansion": 29879, + "▁OE": 29880, + "▁endangered": 29881, + "Verbose": 29882, + "▁madr": 29883, + "▁regulamentação": 29884, + "▁tomado": 29885, + "▁explored": 29886, + "udas": 29887, + "doors": 29888, + "▁weighted": 29889, + "▁fita": 29890, + "orus": 29891, + "▁privilégio": 29892, + "▁reuniu": 29893, + "▁Mario": 29894, + "▁evite": 29895, + "▁alimentam": 29896, + "Blue": 29897, + "endido": 29898, + "questra": 29899, + "▁Magalhães": 29900, + "▁gentle": 29901, + "▁fornecedores": 29902, + "brand": 29903, + "▁localizadas": 29904, + "▁Hil": 29905, + "▁Strateg": 29906, + "▁Gets": 29907, + "▁estreita": 29908, + "▁Fonseca": 29909, + "erty": 29910, + "▁NEW": 29911, + "▁google": 29912, + "▁dors": 29913, + "▁Species": 29914, + "ÍT": 29915, + "uffix": 29916, + "▁utens": 29917, + "ecl": 29918, + "xA": 29919, + "▁Mong": 29920, + "▁administrative": 29921, + "sized": 29922, + "▁suppress": 29923, + "▁funcionando": 29924, + "▁impressive": 29925, + "0000-00-00": 29926, + "▁Bair": 29927, + "49.": 29928, + "primas": 29929, + "}^{\\": 29930, + "▁medicinais": 29931, + "▁conquistou": 29932, + "údio": 29933, + "factory": 29934, + "▁distra": 29935, + "▁localidade": 29936, + "▁problemática": 29937, + "▁relates": 29938, + "▁'2": 29939, + "▁Ponte": 29940, + "▁intitulado": 29941, + "▁diários": 29942, + "1-1": 29943, + "▁MAS": 29944, + "▁LETTER": 29945, + "▁administrativo": 29946, + "▁SB": 29947, + "▁surdos": 29948, + "▁Lanc": 29949, + "▁germ": 29950, + "expression": 29951, + "▁perimeter": 29952, + "UMN": 29953, + "▁Fernanda": 29954, + "▁teaches": 29955, + "327": 29956, + "Remote": 29957, + "▁Adem": 29958, + "▁reservados": 29959, + "▁expedição": 29960, + "▁passamos": 29961, + "intern": 29962, + "▁Alago": 29963, + "▁Skip": 29964, + "▁sovereign": 29965, + "execut": 29966, + "▁keyboard": 29967, + "▁rotating": 29968, + "▁limão": 29969, + "▁Número": 29970, + "▁Prepare": 29971, + "▁Reply": 29972, + "▁fundou": 29973, + "▁propôs": 29974, + "▁injection": 29975, + "▁constitution": 29976, + "Norm": 29977, + "\"?": 29978, + "▁eleitos": 29979, + "▁gigant": 29980, + "▁agressão": 29981, + "▁ouve": 29982, + "▁virar": 29983, + "▁séc": 29984, + "Analysis": 29985, + "▁___": 29986, + "▁Cf": 29987, + "▁tome": 29988, + "escola": 29989, + "▁Aconte": 29990, + "▁refletem": 29991, + "positor": 29992, + "▁(0)": 29993, + "▁extraction": 29994, + "▁bapt": 29995, + "▁nort": 29996, + "▁37,": 29997, + "▁Indonesia": 29998, + "▁LIMITED": 29999, + "▁edx": 30000, + "▁duties": 30001, + "▁Sig": 30002, + "COLA": 30003, + "Asset": 30004, + "▁{@": 30005, + "▁repeatedly": 30006, + "verted": 30007, + "rates": 30008, + "provider": 30009, + "▁injured": 30010, + "▁hardly": 30011, + "▁compatible": 30012, + "▁verificação": 30013, + "▁Overview": 30014, + "▁recompens": 30015, + "brando": 30016, + "▁Flex": 30017, + "ép": 30018, + "374": 30019, + "▁curtas": 30020, + "▁conviv": 30021, + "▁fach": 30022, + "249": 30023, + "▁3),": 30024, + "▁Temper": 30025, + "RD": 30026, + "Req": 30027, + "▁'5": 30028, + "356": 30029, + "▁affairs": 30030, + "▁provocam": 30031, + "yaml": 30032, + "▁spark": 30033, + "FilePath": 30034, + "▁healthier": 30035, + "quio": 30036, + "writer": 30037, + "▁Descrição": 30038, + "▁pessoalmente": 30039, + "▁afraid": 30040, + "▁rim": 30041, + "▁olha": 30042, + "FFEEAC": 30043, + "▁capitão": 30044, + "▁fibers": 30045, + "▁б": 30046, + "▁publica": 30047, + "▁prescription": 30048, + "ricks": 30049, + "Accept": 30050, + "▁situa": 30051, + "▁típica": 30052, + "▁didática": 30053, + "▁ADHD": 30054, + "▁priest": 30055, + "▁conn": 30056, + "=\"0\"": 30057, + "editor": 30058, + "3\",": 30059, + "▁prévia": 30060, + "▁’": 30061, + "▁angústia": 30062, + "▁probe": 30063, + "▁ração": 30064, + "▁Extension": 30065, + "▁consumido": 30066, + "=${": 30067, + "▁hosts": 30068, + "▁Patrick": 30069, + "▁Molecular": 30070, + "▁inserido": 30071, + "TON": 30072, + "▁satur": 30073, + "▁terrível": 30074, + "▁toile": 30075, + "▁Amp": 30076, + "▁vasto": 30077, + "245": 30078, + "▁Zo": 30079, + "▁guns": 30080, + "bone": 30081, + "▁meets": 30082, + "▁algoritmos": 30083, + "▁Annual": 30084, + "▁decoração": 30085, + "▁epile": 30086, + "▁knot": 30087, + "▁considere": 30088, + "precated": 30089, + "▁Lawrence": 30090, + "▁entropy": 30091, + "*8": 30092, + "ocom": 30093, + "Holder": 30094, + "▁reserves": 30095, + "▁ramp": 30096, + "▁dinâmico": 30097, + "▁astrôn": 30098, + "chester": 30099, + "▁Beb": 30100, + "▁fees": 30101, + "▁cometer": 30102, + "▁terrestres": 30103, + "▁SHA": 30104, + "panic": 30105, + "▁ancestrais": 30106, + "▁screens": 30107, + "macro": 30108, + "▁Humano": 30109, + "avent": 30110, + "▁sugerir": 30111, + "Segment": 30112, + "amazon": 30113, + "<:": 30114, + "▁Netherlands": 30115, + "▁sigla": 30116, + "disc": 30117, + "▁visualização": 30118, + "ComponentModel": 30119, + "▁FB": 30120, + "▁0.0000": 30121, + "▁EB": 30122, + "entially": 30123, + "▁Connection": 30124, + "^(": 30125, + "▁Score": 30126, + "DIM": 30127, + "▁desvantagens": 30128, + "▁Poll": 30129, + "▁participating": 30130, + "▁Vent": 30131, + "▁nordeste": 30132, + "▁Trav": 30133, + "▁Focus": 30134, + "enciado": 30135, + "▁3%": 30136, + "poss": 30137, + "▁EQU": 30138, + "Audio": 30139, + "Styles": 30140, + "▁Linguagem": 30141, + "да": 30142, + "▁lying": 30143, + "Lc": 30144, + "▁Regul": 30145, + "▁tumors": 30146, + "▁inevitável": 30147, + "Mov": 30148, + "▁Explore": 30149, + "▁Planeta": 30150, + "▁reproduction": 30151, + "▁MU": 30152, + "数据": 30153, + "ributo": 30154, + "▁embar": 30155, + "▁fixo": 30156, + "▁Expr": 30157, + "▁enabling": 30158, + "▁≈": 30159, + "▁reconstrução": 30160, + "▁interferir": 30161, + "agner": 30162, + "▁PB": 30163, + "▁anúncio": 30164, + "▁conservative": 30165, + "Dataset": 30166, + "▁discusses": 30167, + "óticas": 30168, + "▁levada": 30169, + "▁entreprene": 30170, + "▁ESC": 30171, + "▁Rou": 30172, + "Variant": 30173, + "▁Eli": 30174, + "ivismo": 30175, + "▁curious": 30176, + "▁sorry": 30177, + "▁pulled": 30178, + "▁desob": 30179, + "▁mutation": 30180, + "iagem": 30181, + "▁Wiki": 30182, + "18:": 30183, + "▁seiz": 30184, + "()));": 30185, + "▁thinks": 30186, + "/{": 30187, + "scr": 30188, + "▁Proceed": 30189, + "▁Hart": 30190, + "▁Cá": 30191, + "▁declara": 30192, + "▁perderam": 30193, + "▁gramática": 30194, + "íadas": 30195, + "iterrâneo": 30196, + "▁economicamente": 30197, + "▁Nodes": 30198, + "▁stakeholders": 30199, + "▁precipitação": 30200, + "major": 30201, + "88,": 30202, + "▁especialização": 30203, + "redor": 30204, + "''''": 30205, + "▁exemplar": 30206, + "▁GE": 30207, + "▁primes": 30208, + "Fragment": 30209, + "▁resiliência": 30210, + "▁wages": 30211, + "/'": 30212, + "OO": 30213, + "bid": 30214, + "▁isa": 30215, + "▁enra": 30216, + "dating": 30217, + "▁matched": 30218, + "▁convidado": 30219, + "▁Protected": 30220, + "▁rigid": 30221, + "ysts": 30222, + "Sch": 30223, + "▁paut": 30224, + "▁dinosa": 30225, + "49,": 30226, + "mot": 30227, + "456": 30228, + "ncias": 30229, + "▁bite": 30230, + "atismo": 30231, + "396": 30232, + "▁triângulo": 30233, + "3\\": 30234, + "▁Anat": 30235, + "Aug": 30236, + "▁tunnel": 30237, + "▁aldeias": 30238, + "127.": 30239, + "igator": 30240, + "▁Prevent": 30241, + "▁muçulmanos": 30242, + "▁pronta": 30243, + "▁featured": 30244, + "failed": 30245, + "▁Redist": 30246, + "▁certificado": 30247, + "mys": 30248, + "Delay": 30249, + "▁presidência": 30250, + "odd": 30251, + "▁FUND": 30252, + "▁δ": 30253, + "▁NEG": 30254, + "▁disable": 30255, + "▁encryption": 30256, + "▁\\,": 30257, + "▁milagre": 30258, + "5.0,": 30259, + "▁Viva": 30260, + "▁sinta": 30261, + "▁offices": 30262, + "▁Técnicas": 30263, + "▁smartphones": 30264, + "▁CAT": 30265, + "▁questionamentos": 30266, + "▁estender": 30267, + "▁1994.": 30268, + "▁espíritos": 30269, + "uzzy": 30270, + "ulsion": 30271, + "177": 30272, + "▁talks": 30273, + "▁brows": 30274, + "▁promising": 30275, + "heading": 30276, + "conscious": 30277, + "▁descriptions": 30278, + "Classifier": 30279, + "química": 30280, + "Std": 30281, + "▁Sri": 30282, + "ábola": 30283, + "corn": 30284, + "▁alo": 30285, + "▁Comum": 30286, + "▁foo": 30287, + "996": 30288, + "▁structured": 30289, + "▁cameras": 30290, + "alia": 30291, + "▁tubes": 30292, + "▁tanque": 30293, + "**(-1": 30294, + "▁Contato": 30295, + "▁brothers": 30296, + "▁Summer": 30297, + "▁alho": 30298, + "▁COPYRIGHT": 30299, + "Super": 30300, + "▁Trac": 30301, + "sonaro": 30302, + "▁conjunction": 30303, + "inea": 30304, + "▁distinguished": 30305, + "▁constrói": 30306, + "gregate": 30307, + "▁devoção": 30308, + "▁intencional": 30309, + "▁isolados": 30310, + "▁negociações": 30311, + "Sys": 30312, + "▁genoc": 30313, + "▁prone": 30314, + "▁redund": 30315, + "iche": 30316, + "▁Lot": 30317, + "▁Role": 30318, + "▁lazy": 30319, + "▁ved": 30320, + "▁contributes": 30321, + "hit": 30322, + "648": 30323, + "▁Pressure": 30324, + "Fee": 30325, + "▁HU": 30326, + "▁pastoral": 30327, + "▁similarly": 30328, + "▁Eram": 30329, + "▁feat": 30330, + "▁Required": 30331, + "▁![": 30332, + "uper": 30333, + "▁lemma": 30334, + "▁devoted": 30335, + "▁buracos": 30336, + "▁PRECISION": 30337, + "▁doações": 30338, + "rational": 30339, + "▁decret": 30340, + "▁inscrições": 30341, + "▁metr": 30342, + "▁Renato": 30343, + "▁Azul": 30344, + "▁contemporâneos": 30345, + "▁resultantes": 30346, + "▁estimativa": 30347, + "▁lean": 30348, + "▁histogram": 30349, + "▁anel": 30350, + "▁barriga": 30351, + "▁edições": 30352, + "▁solidity": 30353, + "▁Cardinal": 30354, + "hide": 30355, + "▁comprim": 30356, + "▁Jordan": 30357, + "▁Wright": 30358, + "Execution": 30359, + "=`": 30360, + "iá": 30361, + "▁retail": 30362, + "346": 30363, + "▁enters": 30364, + "▁tóxicos": 30365, + "DES": 30366, + "▁respectivas": 30367, + "▁conhecia": 30368, + "êmicas": 30369, + "lookup": 30370, + "ênios": 30371, + "▁indoor": 30372, + "▁Empresas": 30373, + "▁romper": 30374, + "stra": 30375, + "▁multin": 30376, + "▁companhias": 30377, + "▁Lyn": 30378, + "ICK": 30379, + "CLASS": 30380, + "▁repens": 30381, + "▁garrafa": 30382, + "▁Fix": 30383, + "Hello": 30384, + "urations": 30385, + "▁soube": 30386, + "▁assault": 30387, + "▁preocupa": 30388, + "▁WE": 30389, + "▁motorista": 30390, + "▁perspectives": 30391, + "▁diversão": 30392, + "▁Termin": 30393, + "Rep": 30394, + "▁Rud": 30395, + "▁Triangle": 30396, + "▁tenhamos": 30397, + "▁aprimorar": 30398, + "trad": 30399, + "raria": 30400, + "João": 30401, + "▁focar": 30402, + "▁pertencentes": 30403, + "umping": 30404, + "▁Traditional": 30405, + "▁Carnaval": 30406, + "▁alternate": 30407, + "fica": 30408, + "▁stems": 30409, + "▁pân": 30410, + "▁punição": 30411, + "▁cabos": 30412, + "inência": 30413, + "stan": 30414, + "▁OC": 30415, + "▁brinquedo": 30416, + "▁xi": 30417, + "▁endl": 30418, + "▁empresário": 30419, + "▁Falta": 30420, + "indas": 30421, + "▁libertar": 30422, + "âmico": 30423, + "▁Release": 30424, + "▁Suécia": 30425, + "▁stere": 30426, + "scores": 30427, + "995": 30428, + "▁Attribute": 30429, + "▁Arguments": 30430, + "▁??": 30431, + "▁flexível": 30432, + "Anchor": 30433, + "▁Meta": 30434, + "▁ports": 30435, + "▁therapeutic": 30436, + "▁Fica": 30437, + "▁jar": 30438, + "▁allergies": 30439, + "▁occupation": 30440, + "▁camps": 30441, + "▁DP": 30442, + "▁medicinal": 30443, + "▁Grandes": 30444, + "▁Sintomas": 30445, + "▁modificação": 30446, + "167": 30447, + "solver": 30448, + "▁Referência": 30449, + "▁tuberculose": 30450, + ")){": 30451, + "▁pneus": 30452, + "▁pipes": 30453, + "▁seroton": 30454, + "▁Príncipe": 30455, + "▁Festa": 30456, + "▁pushing": 30457, + "▁distress": 30458, + "▁audiência": 30459, + "piece": 30460, + "▁animação": 30461, + "▁Fu": 30462, + "named": 30463, + "fw": 30464, + "▁escapar": 30465, + "▁transportar": 30466, + "▁kw": 30467, + "\"},\"": 30468, + "▁Manter": 30469, + "Focus": 30470, + "▁representatives": 30471, + "▁exhibition": 30472, + "<>": 30473, + "pora": 30474, + "ignore": 30475, + "▁correspondem": 30476, + "1.2": 30477, + "▁Temperature": 30478, + "async": 30479, + "▁Either": 30480, + "WER": 30481, + "icacy": 30482, + "rock": 30483, + "▁aérea": 30484, + "▁physicians": 30485, + "▁Alunos": 30486, + "▁essence": 30487, + "000,000": 30488, + "▁Hep": 30489, + "namespace": 30490, + "FORMAT": 30491, + "▁shifts": 30492, + "▁multiplicação": 30493, + "forest": 30494, + "▁Skills": 30495, + "Hy": 30496, + "▁Stra": 30497, + "▁sam": 30498, + "▁atacar": 30499, + ",’": 30500, + "▁pescadores": 30501, + "▁partiu": 30502, + "▁Shift": 30503, + "▁Batalha": 30504, + "(\"#": 30505, + "=['": 30506, + "UMO": 30507, + "backs": 30508, + "▁estratégica": 30509, + "▁comparable": 30510, + "odegrad": 30511, + "▁artificiais": 30512, + "'},": 30513, + "sch": 30514, + "▁}\\": 30515, + "▁pant": 30516, + "▁&'": 30517, + "▁ás": 30518, + "Modules": 30519, + "▁FOREIGN": 30520, + "oes": 30521, + "▁1991,": 30522, + "▁Supremo": 30523, + "▁nou": 30524, + "▁Regard": 30525, + "Maybe": 30526, + "rega": 30527, + "▁handled": 30528, + "uos": 30529, + "▁depr": 30530, + "Ln": 30531, + "▁todavia": 30532, + "▁TD": 30533, + "versão": 30534, + "▁Neb": 30535, + "▁bíblica": 30536, + "REQ": 30537, + "(20)": 30538, + "▁'11": 30539, + "▁ilustrações": 30540, + "▁Chi": 30541, + "▁Fox": 30542, + "▁horn": 30543, + "isma": 30544, + "▁Interfaces": 30545, + "uted": 30546, + "▁pacote": 30547, + "▁Starting": 30548, + "▁jet": 30549, + "▁Important": 30550, + "▁gg": 30551, + "▁Intelligence": 30552, + "▁Hugh": 30553, + "▁Ontario": 30554, + "240": 30555, + "DEL": 30556, + "▁McG": 30557, + "▁Pag": 30558, + "MOS": 30559, + "▁missions": 30560, + "▁consel": 30561, + "▁determinante": 30562, + "1','": 30563, + "▁árabes": 30564, + "▁fisicamente": 30565, + "Mag": 30566, + "▁sabão": 30567, + "▁Salomão": 30568, + "18)": 30569, + "▁conservar": 30570, + "/17": 30571, + "▁surpreendente": 30572, + "▁biomassa": 30573, + "▁plásticas": 30574, + "▁sensibilização": 30575, + "▁algoritmo": 30576, + "▁cí": 30577, + "▁unnecessary": 30578, + "vaz": 30579, + "▁quantit": 30580, + "▁afetada": 30581, + "▁occasion": 30582, + "▁statistic": 30583, + "▁mai": 30584, + "▁1200": 30585, + "istence": 30586, + "▁Barcelona": 30587, + "AH": 30588, + "▁Procur": 30589, + "▁nonlinear": 30590, + "▁vigente": 30591, + "tox": 30592, + "▁Statistical": 30593, + "▁Talk": 30594, + "192": 30595, + "▁Trindade": 30596, + "ère": 30597, + "-01-01": 30598, + "▁Mudanças": 30599, + "açúcar": 30600, + "▁comunicações": 30601, + "▁instabilidade": 30602, + "▁Hob": 30603, + "illiant": 30604, + "absolute": 30605, + "▁progressive": 30606, + "▁mundos": 30607, + "▁escolhidos": 30608, + "▁3.2": 30609, + "-2)": 30610, + "▁Elabor": 30611, + "since": 30612, + "▁atingem": 30613, + "▁Infant": 30614, + "intercept": 30615, + "▁distribut": 30616, + "▁Ice": 30617, + "▁shaft": 30618, + "▁colours": 30619, + "érpre": 30620, + "▁grey": 30621, + "▁parecido": 30622, + "▁confusing": 30623, + "pton": 30624, + "▁discord": 30625, + "REND": 30626, + "partida": 30627, + "uplo": 30628, + "▁MEM": 30629, + "▁Schema": 30630, + "enal": 30631, + "▁insol": 30632, + "▁preencher": 30633, + "▁aluminum": 30634, + "].[": 30635, + "▁demonstraram": 30636, + "▁Tinha": 30637, + "48,": 30638, + "CG": 30639, + "▁genus": 30640, + "▁antenna": 30641, + "breaks": 30642, + "▁prontos": 30643, + "opedag": 30644, + "▁gay": 30645, + "Chain": 30646, + "▁suprir": 30647, + "ние": 30648, + "▁periferia": 30649, + "▁orienta": 30650, + "Lin": 30651, + "▁Gh": 30652, + "Children": 30653, + "▁Nik": 30654, + "▁Must": 30655, + "▁lucrativos": 30656, + "'\\": 30657, + "=1;": 30658, + "▁Xavier": 30659, + "▁selvagens": 30660, + "▁publications": 30661, + "Isso": 30662, + "fare": 30663, + "▁alegre": 30664, + "▁assertEquals": 30665, + "▁LP": 30666, + "usos": 30667, + "▁pushl": 30668, + "▁aest": 30669, + "▁teas": 30670, + "▁belonging": 30671, + "icultural": 30672, + "027": 30673, + "▁dum": 30674, + "Where": 30675, + "portion": 30676, + "obacter": 30677, + "approx": 30678, + "▁dentist": 30679, + "▁intermédio": 30680, + "▁incont": 30681, + "▁empirical": 30682, + "liance": 30683, + "366": 30684, + "ateway": 30685, + "mont": 30686, + "Elem": 30687, + "▁variability": 30688, + "▁monop": 30689, + "giving": 30690, + "▁palácio": 30691, + "▁Prep": 30692, + "▁phrases": 30693, + "▁antibodies": 30694, + "▁piores": 30695, + "▁endpoint": 30696, + "Neg": 30697, + "▁desesper": 30698, + "▁Deputados": 30699, + "\"}}": 30700, + "bach": 30701, + "▁infinito": 30702, + "▁fórmulas": 30703, + "▁mérito": 30704, + "▁passive": 30705, + "andal": 30706, + "▁dirigido": 30707, + "▁1976": 30708, + "▁Sto": 30709, + "▁burst": 30710, + "▁Teologia": 30711, + "mutable": 30712, + "Cent": 30713, + "These": 30714, + "▁fracos": 30715, + "▁Bh": 30716, + "▁Entr": 30717, + "expand": 30718, + "▁Mother": 30719, + "▁bombe": 30720, + "Payload": 30721, + "▁condenado": 30722, + "▁afeto": 30723, + "▁benign": 30724, + "▁Leão": 30725, + "▁aceito": 30726, + "▁PAL": 30727, + "▁Hope": 30728, + "▁Sweden": 30729, + "usea": 30730, + "IDENT": 30731, + "▁realizaram": 30732, + "mico": 30733, + "▁hosped": 30734, + "▁empír": 30735, + "Upper": 30736, + "▁entrevistados": 30737, + "▁\",\"": 30738, + "▁empreendimentos": 30739, + "etailed": 30740, + "gicos": 30741, + "(14": 30742, + "▁gamb": 30743, + "▁Cele": 30744, + "kle": 30745, + "▁Tir": 30746, + "▁simulations": 30747, + "▁mera": 30748, + "▁Hind": 30749, + "▁')": 30750, + "▁morrem": 30751, + "81,": 30752, + "Square": 30753, + "▁'2017-": 30754, + "INGS": 30755, + "▁Crime": 30756, + "▁Toronto": 30757, + "▁interpesso": 30758, + "▁Require": 30759, + "▁Movement": 30760, + "MACRO": 30761, + "▁anjo": 30762, + "xF": 30763, + "▁patent": 30764, + "▁plantações": 30765, + "▁mystery": 30766, + "▁recursive": 30767, + "▁vivências": 30768, + "▁127": 30769, + "▁Syd": 30770, + "mobile": 30771, + "▁demasiado": 30772, + "▁Adams": 30773, + "▁[2": 30774, + "▁Pouco": 30775, + "they": 30776, + "▁património": 30777, + "jax": 30778, + "Fn": 30779, + "▁enzima": 30780, + "▁prevented": 30781, + "ALLOC": 30782, + "Don": 30783, + "itious": 30784, + "▁membership": 30785, + "0,0,0,": 30786, + "▁ovelhas": 30787, + "▁oh": 30788, + "▁mobility": 30789, + "▁combustão": 30790, + "▁neon": 30791, + "tamente": 30792, + "soc": 30793, + "▁esbo": 30794, + "▁1/4": 30795, + "▁durar": 30796, + "▁concelho": 30797, + "▁4.5": 30798, + "376": 30799, + "-,": 30800, + "▁backward": 30801, + "▁derram": 30802, + "Bretanha": 30803, + "=-=-": 30804, + "tir": 30805, + "▁organisation": 30806, + "▁Initi": 30807, + "▁térmico": 30808, + "oning": 30809, + "Americ": 30810, + "▁defects": 30811, + "▁Dep": 30812, + "▁somehow": 30813, + "▁sucessão": 30814, + "▁estatística": 30815, + "▁marinhas": 30816, + "çao": 30817, + "rn": 30818, + "ourses": 30819, + "ecimentos": 30820, + "▁Moura": 30821, + "▁decomposição": 30822, + "▁Export": 30823, + "▁SIZE": 30824, + "▁horizon": 30825, + "▁italianos": 30826, + "oons": 30827, + "óquia": 30828, + "64;": 30829, + "Age": 30830, + "nome": 30831, + "▁cári": 30832, + "▁aliada": 30833, + "▁payable": 30834, + "osh": 30835, + "▁ângulos": 30836, + "contracts": 30837, + "ensível": 30838, + "▁pát": 30839, + "▁pursue": 30840, + ")=\\": 30841, + "▁Ari": 30842, + "09,": 30843, + "227": 30844, + "Angle": 30845, + "▁editing": 30846, + "254": 30847, + "▁humilde": 30848, + ".2.": 30849, + "cares": 30850, + "çon": 30851, + "CheckBox": 30852, + "addle": 30853, + "SUCCESS": 30854, + "▁caffe": 30855, + "▁negoci": 30856, + "▁tratadas": 30857, + "landa": 30858, + "▁Madrid": 30859, + "FH": 30860, + "TB": 30861, + "▁diarreia": 30862, + "SSL": 30863, + "▁Higher": 30864, + "367": 30865, + "▁'17": 30866, + "▁Phase": 30867, + "▁Song": 30868, + "▁Cover": 30869, + "Direct": 30870, + "limits": 30871, + "▁ultrapassar": 30872, + "▁vim": 30873, + "Rio": 30874, + "▁Ultim": 30875, + "CHO": 30876, + "▁cun": 30877, + "▁169": 30878, + "▁predadores": 30879, + "▁Novas": 30880, + "▁enviados": 30881, + "GRE": 30882, + "elada": 30883, + "▁powered": 30884, + "mom": 30885, + "risk": 30886, + "MAÇÃO": 30887, + "▁assistente": 30888, + "▁Leis": 30889, + "▁Rational": 30890, + "▁Users": 30891, + "▁Nep": 30892, + "=\"<": 30893, + "▁notable": 30894, + "▁attacked": 30895, + "racle": 30896, + "▁fechamento": 30897, + "ávia": 30898, + "ctica": 30899, + "▁bacteriana": 30900, + "ellar": 30901, + "alam": 30902, + "IGNED": 30903, + "▁5000": 30904, + "859": 30905, + "lap": 30906, + "graduate": 30907, + "urchase": 30908, + "draul": 30909, + "WW": 30910, + "Colors": 30911, + "▁#3": 30912, + "IÇÃO": 30913, + "▁BM": 30914, + "246": 30915, + "85,": 30916, + "▁ct": 30917, + "▁rats": 30918, + "▁Harm": 30919, + "▁historians": 30920, + "▁linh": 30921, + "▁enfoque": 30922, + "istra": 30923, + "▁Same": 30924, + "–19": 30925, + "currency": 30926, + "Nil": 30927, + "▁ocupam": 30928, + "Execut": 30929, + "▁afirmações": 30930, + "▁prisoners": 30931, + "êmios": 30932, + "▁bonita": 30933, + "▁fof": 30934, + "▁advento": 30935, + "Mc": 30936, + "RIPT": 30937, + "useram": 30938, + "▁Oceano": 30939, + "▁Bolsonaro": 30940, + "atra": 30941, + "▁affordable": 30942, + "▁popularidade": 30943, + "▁vaca": 30944, + "▁retrato": 30945, + "229": 30946, + "▁continentes": 30947, + "▁locom": 30948, + "▁performs": 30949, + "ldots": 30950, + "▁Models": 30951, + "▁Muhammad": 30952, + "223": 30953, + "osed": 30954, + "▁podcast": 30955, + "▁allergic": 30956, + "▁reconhecidos": 30957, + "▁Experimental": 30958, + "▁trabalhava": 30959, + "▁mediação": 30960, + "▁rd": 30961, + "lement": 30962, + "▁querendo": 30963, + "649": 30964, + "▁alike": 30965, + "152": 30966, + "▁Atmos": 30967, + "▁Sá": 30968, + "▁preference": 30969, + "rdx": 30970, + "cells": 30971, + "▁atingido": 30972, + "▁Algorithm": 30973, + "▁compõe": 30974, + "▁dout": 30975, + "▁promot": 30976, + "▁scripts": 30977, + "▁jurídicas": 30978, + "cohol": 30979, + "keyword": 30980, + "▁Vejamos": 30981, + "▁ie": 30982, + "▁barato": 30983, + "▁HISTÓRIA": 30984, + "▁praticado": 30985, + "odge": 30986, + "▁ajudaram": 30987, + "etti": 30988, + "▁professoras": 30989, + "▁votação": 30990, + "stata": 30991, + "▁sect": 30992, + "▁associations": 30993, + "alert": 30994, + "▁matemáticos": 30995, + "Extent": 30996, + "82,": 30997, + "▁Capac": 30998, + "▁brick": 30999, + "▁Discussion": 31000, + "▁canvas": 31001, + "▁registration": 31002, + "▁#{": 31003, + "▁poorly": 31004, + "▁erva": 31005, + "▁agronegócio": 31006, + "▁Indiana": 31007, + "bmatrix": 31008, + "▁Shop": 31009, + "▁ocul": 31010, + "▁epidemic": 31011, + "▁exista": 31012, + "▁mounted": 31013, + "══": 31014, + "▁Audio": 31015, + "10000": 31016, + "AVX": 31017, + "▁Travel": 31018, + "▁mv": 31019, + "▁descentral": 31020, + "▁fertilizer": 31021, + "▁frontal": 31022, + "iloc": 31023, + "▁educated": 31024, + "▁JOIN": 31025, + "▁Tennessee": 31026, + "anium": 31027, + "photo": 31028, + "▁argues": 31029, + "acharel": 31030, + "▁Dynamic": 31031, + "▁Mah": 31032, + "▁PROFESS": 31033, + "▁situado": 31034, + "▁Mike": 31035, + "▁(12)": 31036, + "▁Corps": 31037, + "rema": 31038, + "▁suficientemente": 31039, + "heus": 31040, + "▁decad": 31041, + "▁gráfica": 31042, + "▁duplo": 31043, + "▁GD": 31044, + "Union": 31045, + "▁instituto": 31046, + "▁Gustavo": 31047, + "▁Bibliografia": 31048, + "▁vermelhos": 31049, + "▁constip": 31050, + "▁interference": 31051, + "▁heal": 31052, + "inol": 31053, + "▁Wang": 31054, + "▁ρ": 31055, + "▁potencialidades": 31056, + "átis": 31057, + "rules": 31058, + "grup": 31059, + "▁Governor": 31060, + "▁adquiridos": 31061, + "34)": 31062, + "▁tablet": 31063, + "▁formações": 31064, + "▁quarenta": 31065, + "▁spell": 31066, + "▁casc": 31067, + "▁truck": 31068, + "▁indefin": 31069, + "Bot": 31070, + "▁divor": 31071, + "Timestamp": 31072, + "▁Planning": 31073, + "gp": 31074, + "colour": 31075, + "▁casou": 31076, + "▁soap": 31077, + "▁RM": 31078, + "SUP": 31079, + "▁til": 31080, + "▁vid": 31081, + "proble": 31082, + "▁LAT": 31083, + "▁perigosos": 31084, + "▁substitution": 31085, + "▁beet": 31086, + "▁mong": 31087, + "▁parou": 31088, + "▁usufr": 31089, + "▁Marshall": 31090, + "▁hormonal": 31091, + "ahrenheit": 31092, + "▁Window": 31093, + "▁demonstrando": 31094, + "**(-1)*": 31095, + "▁adaptado": 31096, + "Omega": 31097, + "▁Oral": 31098, + "▁equivale": 31099, + "▁reaprove": 31100, + "080": 31101, + "ilience": 31102, + "▁cicatriz": 31103, + "NONE": 31104, + "ternoon": 31105, + "▁'6": 31106, + "▁subsídios": 31107, + "▁inspiration": 31108, + "between": 31109, + "▁Concílio": 31110, + "Setup": 31111, + "CAP": 31112, + "▁drawings": 31113, + "▁DateTime": 31114, + "[1];": 31115, + "Di": 31116, + "▁piscina": 31117, + "▁Linha": 31118, + "▁tam": 31119, + "▁therm": 31120, + "▁fiquem": 31121, + "323": 31122, + "▁pega": 31123, + "▁archive": 31124, + "IMENTO": 31125, + "▁Kin": 31126, + "▁Domain": 31127, + "projects": 31128, + "maps": 31129, + "▁Roger": 31130, + "▁Sports": 31131, + "▁monopol": 31132, + "▁constitutional": 31133, + "▁veem": 31134, + "▁claros": 31135, + "▁lunch": 31136, + "inian": 31137, + "▁pater": 31138, + "▁Constraint": 31139, + "▁quit": 31140, + "▁supervisão": 31141, + "▁Teste": 31142, + "▁artistic": 31143, + "▁ls": 31144, + "▁confiável": 31145, + "▁consumida": 31146, + "▁jew": 31147, + "▁tourism": 31148, + "▁'0000-00-00": 31149, + "▁twe": 31150, + "▁convicção": 31151, + "▁pie": 31152, + "▁revolucionário": 31153, + "inental": 31154, + "▁insumos": 31155, + "▁extinction": 31156, + "▁Limit": 31157, + "▁Parabéns": 31158, + "▁Fred": 31159, + "\"/": 31160, + "▁transcript": 31161, + "gender": 31162, + "▁sealed": 31163, + "alos": 31164, + "▁census": 31165, + "▁registrada": 31166, + "▁Oficial": 31167, + "ECIAL": 31168, + "▁Pense": 31169, + "▁caos": 31170, + "communic": 31171, + "▁'+": 31172, + "▁Série": 31173, + "▁worn": 31174, + "RP": 31175, + "Êx": 31176, + "▁considerably": 31177, + "▁àqueles": 31178, + "▁obstante": 31179, + "▁insign": 31180, + "554": 31181, + "Validation": 31182, + "▁camponeses": 31183, + "CoV": 31184, + "(2*": 31185, + "}}{\\": 31186, + "▁genéticos": 31187, + "oides": 31188, + "catch": 31189, + "elastic": 31190, + "▁vitais": 31191, + "▁sends": 31192, + "▁transformado": 31193, + "Dispatch": 31194, + "▁aeronaves": 31195, + "▁sanguíneo": 31196, + "▁jaw": 31197, + "▁Ivan": 31198, + "▁resgat": 31199, + "cedure": 31200, + "▁detector": 31201, + "▁Democratic": 31202, + "▁Procedure": 31203, + "(1-": 31204, + "Shader": 31205, + "▁1974": 31206, + "▁Split": 31207, + "06,": 31208, + "▁GC": 31209, + "▁FD": 31210, + "▁founder": 31211, + "▁Rele": 31212, + "▁partilh": 31213, + "▁Fatores": 31214, + "▁proibido": 31215, + "▁1.7": 31216, + "▁automot": 31217, + "▁domínios": 31218, + "▁Sie": 31219, + "▁divisor": 31220, + "▁congress": 31221, + "Switch": 31222, + "▁StObject": 31223, + "(-1)": 31224, + "▁hazards": 31225, + "▁overlook": 31226, + "▁estudados": 31227, + "13:": 31228, + "average": 31229, + "▁ly": 31230, + "▁aperfeiçoamento": 31231, + "▁Principal": 31232, + "▁conseguinte": 31233, + "▁conquer": 31234, + "▁tv": 31235, + "▁cn": 31236, + "Present": 31237, + "▁cotas": 31238, + "▁Aus": 31239, + "▁bottles": 31240, + "▁manuais": 31241, + "(1+": 31242, + "itoria": 31243, + "▁confec": 31244, + "▁incapaz": 31245, + "▁39.": 31246, + "quarters": 31247, + "▁Easy": 31248, + "▁aur": 31249, + "▁fallen": 31250, + "▁Interior": 31251, + "▁propósitos": 31252, + "ópica": 31253, + "▁Innov": 31254, + "▁cite": 31255, + "Figura": 31256, + "Il": 31257, + "▁announ": 31258, + "▁assimil": 31259, + "\\,": 31260, + ">()": 31261, + "▁controlado": 31262, + "▁Hydro": 31263, + "▁descrit": 31264, + "▁Imprensa": 31265, + "repo": 31266, + "▁abraço": 31267, + "▁analytical": 31268, + "▁Strategy": 31269, + "▁Moore": 31270, + "warning": 31271, + "Conn": 31272, + "▁lbl": 31273, + "▁interviews": 31274, + "−1": 31275, + "ítios": 31276, + "▁Picture": 31277, + "▁reaf": 31278, + "80)": 31279, + "▁Manifest": 31280, + "▁Pesquisar": 31281, + "▁holandes": 31282, + "▁../": 31283, + "▁inchaço": 31284, + "▁dependence": 31285, + "▁episode": 31286, + "▁criticism": 31287, + "▁$00": 31288, + "numpy": 31289, + "relative": 31290, + "▁shipping": 31291, + "Ro": 31292, + "▁PUC": 31293, + "compare": 31294, + "▁Século": 31295, + "▁reliability": 31296, + "austo": 31297, + "▁ak": 31298, + "▁heading": 31299, + "rsp": 31300, + "▁injustiça": 31301, + "▁Carol": 31302, + "▁discípulo": 31303, + "▁íons": 31304, + "▁OBJET": 31305, + "atherine": 31306, + "▁Clima": 31307, + "▁Polish": 31308, + "▁ure": 31309, + "▁1950,": 31310, + "▁Camin": 31311, + "UZ": 31312, + "▁adotadas": 31313, + "▁conseguido": 31314, + "▁Identificar": 31315, + "394": 31316, + "▁violação": 31317, + "▁Origin": 31318, + "▁regards": 31319, + "▁esportiva": 31320, + "▁resgatar": 31321, + "▁negoti": 31322, + "▁dissemin": 31323, + "▁fumaça": 31324, + "▁trunc": 31325, + "ivals": 31326, + "Based": 31327, + "▁draws": 31328, + "▁bombarde": 31329, + "▁'1.5": 31330, + "222": 31331, + "umble": 31332, + "▁ecológicos": 31333, + "▁permitam": 31334, + "▁predators": 31335, + "cerca": 31336, + "surface": 31337, + "▁ESCOLA": 31338, + "volve": 31339, + "dz": 31340, + "▁diria": 31341, + "▁queries": 31342, + "▁Tav": 31343, + "▁_)": 31344, + "▁Redação": 31345, + "▁caderno": 31346, + "▁diferenciação": 31347, + "▁rescue": 31348, + "▁lembrando": 31349, + "kov": 31350, + "▁dB": 31351, + "▁3).": 31352, + "▁eis": 31353, + "▁cerâmica": 31354, + "eling": 31355, + "LN": 31356, + "▁Praia": 31357, + "68,": 31358, + "brados": 31359, + "▁{};": 31360, + "▁tínhamos": 31361, + "▁crystal": 31362, + "vér": 31363, + "▁Legislativo": 31364, + "▁telescope": 31365, + "fk": 31366, + "▁Palestina": 31367, + "▁diploma": 31368, + "▁Único": 31369, + "▁repel": 31370, + "▁anse": 31371, + "997": 31372, + "275": 31373, + "coup": 31374, + "▁Bangl": 31375, + "▁glúten": 31376, + "▁tig": 31377, + "Computer": 31378, + "▁Regina": 31379, + "▁criadores": 31380, + "368": 31381, + "icamp": 31382, + "Expected": 31383, + "cible": 31384, + "▁sentia": 31385, + "▁̄": 31386, + "▁preferem": 31387, + "▁controversial": 31388, + "▁Activities": 31389, + "▁fles": 31390, + "LOBAL": 31391, + "ERG": 31392, + "▁isolado": 31393, + "▁simplified": 31394, + "▁portray": 31395, + "▁Classificação": 31396, + "▁plat": 31397, + "▁revert": 31398, + "357": 31399, + "▁Welcome": 31400, + "inqu": 31401, + "atched": 31402, + ".7": 31403, + "levels": 31404, + "▁gathering": 31405, + "boost": 31406, + "▁Patients": 31407, + "icrob": 31408, + "▁defendem": 31409, + "▁cannab": 31410, + "▁Ker": 31411, + "íficos": 31412, + "▁Laura": 31413, + "▁deficientes": 31414, + "▁provisions": 31415, + "▁examinar": 31416, + "▁'(": 31417, + "ма": 31418, + "▁CG": 31419, + "archive": 31420, + "▁altera": 31421, + "Filename": 31422, + "244": 31423, + "▁operários": 31424, + "▁(4.": 31425, + "▁erud": 31426, + "▁plenitude": 31427, + "▁prepara": 31428, + ":9": 31429, + "▁behalf": 31430, + "_1.": 31431, + "▁injet": 31432, + "▁expresso": 31433, + "▁Throw": 31434, + "▁fp": 31435, + "▁needle": 31436, + "customer": 31437, + "acon": 31438, + "TV": 31439, + "▁indicações": 31440, + "▁módulos": 31441, + "▁Responder": 31442, + "▁Mobile": 31443, + "ricular": 31444, + "▁temáticas": 31445, + "restrict": 31446, + "▁Dark": 31447, + "▁linda": 31448, + "▁Aument": 31449, + "▁Kit": 31450, + "ensões": 31451, + "▁desastres": 31452, + "segment": 31453, + "▁navigate": 31454, + "▁dish": 31455, + "▁Lind": 31456, + "▁lava": 31457, + "▁Pinterest": 31458, + "▁Beyond": 31459, + "▁éticos": 31460, + "▁Hugo": 31461, + "▁governamental": 31462, + "anne": 31463, + "▁Pascal": 31464, + "▁Obs": 31465, + "▁EXPRESS": 31466, + "▁rho": 31467, + "▁fantasia": 31468, + "?”.": 31469, + "▁whilst": 31470, + "▁confere": 31471, + "▁transparente": 31472, + "vv": 31473, + "▁pressures": 31474, + "▁Enum": 31475, + "▁Pinheiro": 31476, + "essor": 31477, + "▁footprint": 31478, + "▁intensive": 31479, + "astas": 31480, + "▁mint": 31481, + "▁robôs": 31482, + "▁100,000": 31483, + "KEN": 31484, + "▁TAB": 31485, + "▁vício": 31486, + "ulin": 31487, + "▁VOC": 31488, + "▁Correct": 31489, + "▁placement": 31490, + "▁Empty": 31491, + "▁Ferrament": 31492, + "▁Utah": 31493, + "▁spherical": 31494, + "▁Dific": 31495, + "▁CONTR": 31496, + "377": 31497, + "▁Political": 31498, + "itariamente": 31499, + "▁Cord": 31500, + "*-": 31501, + "ths": 31502, + "abama": 31503, + "▁climáticos": 31504, + "ля": 31505, + "▁denote": 31506, + "▁HP": 31507, + "▁armad": 31508, + "▁longitudinal": 31509, + "▁clone": 31510, + "ORDER": 31511, + "▁dançar": 31512, + "▁estatuto": 31513, + "▁lasting": 31514, + "▁cardíacos": 31515, + "OPS": 31516, + "▁exch": 31517, + "ticamente": 31518, + "▁invited": 31519, + "▁imune": 31520, + "▁Nation": 31521, + "▁ordering": 31522, + "▁glândulas": 31523, + "▁rug": 31524, + "▁sacrifice": 31525, + "toc": 31526, + "Fund": 31527, + "33)": 31528, + "▁wondering": 31529, + "oker": 31530, + "▁tij": 31531, + "magem": 31532, + "▁mandar": 31533, + "▁entendida": 31534, + "çúcares": 31535, + "▁nicot": 31536, + "▁intention": 31537, + "▁inú": 31538, + "▁MAP": 31539, + "▁divisões": 31540, + "▁consp": 31541, + "▁Filipe": 31542, + "▁[];": 31543, + "▁LIABILITY": 31544, + "▁faculdades": 31545, + "FFA": 31546, + "RED": 31547, + "▁Sequence": 31548, + "▁escultura": 31549, + "▁Include": 31550, + "▁cass": 31551, + "Person": 31552, + "▁confronto": 31553, + "▁Domingos": 31554, + "spacing": 31555, + "▁vine": 31556, + "▁proceder": 31557, + "▁seletiva": 31558, + "RG": 31559, + "hello": 31560, + "▁SIST": 31561, + "structions": 31562, + "▁dm": 31563, + "▁extremidade": 31564, + "5,000": 31565, + "▁gerador": 31566, + "▁padres": 31567, + "▁tesouro": 31568, + "▁materna": 31569, + "▁Gênesis": 31570, + "▁vc": 31571, + "▁pág": 31572, + "▁Scottish": 31573, + "▁chord": 31574, + "▁Measurement": 31575, + "▁IoT": 31576, + "▁keyword": 31577, + "▁Tecnologias": 31578, + "▁recorde": 31579, + "▁liberais": 31580, + "▁Growth": 31581, + "▁toys": 31582, + "▁tp": 31583, + "▁recovered": 31584, + "mount": 31585, + ">{": 31586, + "highlight": 31587, + "▁resultam": 31588, + "▁administered": 31589, + "juven": 31590, + "▁upward": 31591, + "▁adept": 31592, + "296": 31593, + "▁teto": 31594, + "▁cinza": 31595, + "icias": 31596, + "▁tribunal": 31597, + "▁considerations": 31598, + "▁Comentário": 31599, + "▁ajude": 31600, + "▁thrive": 31601, + "▁despe": 31602, + "▁Hotel": 31603, + "▁42,": 31604, + "▁'2015-": 31605, + ":$": 31606, + "▁forty": 31607, + "íssimos": 31608, + "jadas": 31609, + "▁protocolos": 31610, + "▁Agre": 31611, + "éssemos": 31612, + "EAEA": 31613, + "abol": 31614, + "▁seasons": 31615, + "cidas": 31616, + "middle": 31617, + "▁magnesium": 31618, + "▁resort": 31619, + "iliares": 31620, + "electric": 31621, + "200,": 31622, + "▁Added": 31623, + "▁confecção": 31624, + "▁modernização": 31625, + "040": 31626, + "▁comemoração": 31627, + "IRST": 31628, + "▁Sof": 31629, + "away": 31630, + "▁Usando": 31631, + "▁graxos": 31632, + "▁censura": 31633, + "▁immunity": 31634, + "▁esmag": 31635, + "personal": 31636, + "COMM": 31637, + "ambiental": 31638, + "sea": 31639, + "▁Aç": 31640, + "▁router": 31641, + "▁Magazine": 31642, + "▁profissões": 31643, + "▁chaves": 31644, + "▁releases": 31645, + "▁bulb": 31646, + "iria": 31647, + "▁sociologia": 31648, + "▁nested": 31649, + "295": 31650, + "▁Ground": 31651, + "▁nordest": 31652, + "▁sf": 31653, + "Week": 31654, + "▁Hubble": 31655, + "▁consegui": 31656, + "▁1978": 31657, + "▁cartões": 31658, + "▁rápidos": 31659, + "▁navegar": 31660, + "▁eleitores": 31661, + "irei": 31662, + "▁preferences": 31663, + "▁bundle": 31664, + "▁Jenn": 31665, + "▁Milton": 31666, + "▁mitologia": 31667, + "▁Pastor": 31668, + "▁mortal": 31669, + "Apply": 31670, + "▁necessity": 31671, + "289": 31672, + "▁monarquia": 31673, + "269": 31674, + "_4.": 31675, + "vens": 31676, + "ARG": 31677, + "314": 31678, + "▁Buenos": 31679, + "▁protegido": 31680, + "▁epistem": 31681, + "Side": 31682, + "corpor": 31683, + "Synchron": 31684, + "▁OB": 31685, + "Export": 31686, + "▁formais": 31687, + "clip": 31688, + "▁VE": 31689, + "350": 31690, + "AAAAAAAA": 31691, + "▁Universe": 31692, + "▁sequest": 31693, + "▁terapêutica": 31694, + "lie": 31695, + "▁tribe": 31696, + "▁incredibly": 31697, + "Prote": 31698, + "▁Tradução": 31699, + "Pick": 31700, + "3.5": 31701, + "▁demora": 31702, + "quires": 31703, + "▁Romans": 31704, + "▁profer": 31705, + "▁estrangeira": 31706, + "ênd": 31707, + "omon": 31708, + "▁Ark": 31709, + "GridView": 31710, + "▁lavagem": 31711, + "▁intoxic": 31712, + "▁Wolf": 31713, + "▁scheduled": 31714, + "▁ingerir": 31715, + "▁Angel": 31716, + "▁dinossa": 31717, + "Green": 31718, + "▁disappear": 31719, + "▁PROJETO": 31720, + "▁storing": 31721, + "▁especializadas": 31722, + "▁mudam": 31723, + "óia": 31724, + "▁Marie": 31725, + "▁ilusão": 31726, + "▁sufficiently": 31727, + "▁cds": 31728, + "uem": 31729, + "junit": 31730, + "▁separado": 31731, + "▁mentira": 31732, + "▁fitting": 31733, + "appropriate": 31734, + "▁TDAH": 31735, + "twitter": 31736, + "▁hemoglob": 31737, + "▁hospede": 31738, + "▁constexpr": 31739, + "▁Apollo": 31740, + "typeof": 31741, + ",0,": 31742, + "encer": 31743, + "▁nod": 31744, + "▁dobro": 31745, + "▁parks": 31746, + "▁corners": 31747, + "▁SARS": 31748, + "▁Recogn": 31749, + "▁allocation": 31750, + "▁unders": 31751, + "▁definite": 31752, + "▁coordenadas": 31753, + "▁convuls": 31754, + "▁CURSO": 31755, + "GroupBox": 31756, + "▁Américas": 31757, + "▁Room": 31758, + "▁satellites": 31759, + "347": 31760, + "▁drift": 31761, + "▁celebration": 31762, + "inosos": 31763, + "8/": 31764, + "▁Wik": 31765, + "▁desresp": 31766, + "▁'1.5'": 31767, + "▁Guarda": 31768, + "▁tempestade": 31769, + "slot": 31770, + "plasma": 31771, + "▁ético": 31772, + "▁accordingly": 31773, + "opot": 31774, + "▁tornarem": 31775, + "23:": 31776, + "▁recl": 31777, + "Console": 31778, + "▁Coal": 31779, + ")')": 31780, + "▁mutações": 31781, + "▁1.14.4": 31782, + "▁cozinhar": 31783, + "▁#4": 31784, + ";;;;;;;;": 31785, + "▁Hid": 31786, + "▁1993,": 31787, + "▁deline": 31788, + "▁domains": 31789, + "08,": 31790, + "▁Petr": 31791, + "Components": 31792, + "▁Throughout": 31793, + "▁MW": 31794, + "▁produtivas": 31795, + "▁Directory": 31796, + "▁dificulta": 31797, + "▁traditionally": 31798, + "▁$7": 31799, + "▁casar": 31800, + "▁Advent": 31801, + "▁dominated": 31802, + "▁envio": 31803, + "▁ombros": 31804, + "▁joining": 31805, + "▁manuse": 31806, + "veira": 31807, + "▁avós": 31808, + "▁flooding": 31809, + "vtk": 31810, + "Autom": 31811, + "▁neolib": 31812, + "▁exceptions": 31813, + "ROL": 31814, + "▁FIG": 31815, + "undefined": 31816, + "▁Telesc": 31817, + "▁penalty": 31818, + "▁garantias": 31819, + "chunk": 31820, + "285": 31821, + "brace": 31822, + "▁shore": 31823, + "ADAS": 31824, + "▁Piauí": 31825, + "▁readings": 31826, + "▁espalhar": 31827, + "▁Census": 31828, + "▁manufacture": 31829, + "▁encourages": 31830, + "▁estoque": 31831, + "▁mantida": 31832, + "▁defensores": 31833, + "▁coag": 31834, + "▁1.000": 31835, + "determin": 31836, + "▁Afghan": 31837, + "gian": 31838, + "▁previstas": 31839, + "▁tabl": 31840, + "Compare": 31841, + "▁whit": 31842, + "▁geographic": 31843, + "25)": 31844, + "▁Hold": 31845, + "vation": 31846, + "▁Train": 31847, + "▁Tit": 31848, + "▁mosquitos": 31849, + "▁insta": 31850, + "▁behave": 31851, + "096": 31852, + "▁maçã": 31853, + "inagem": 31854, + "▁solicitar": 31855, + "idiano": 31856, + "▁precipitation": 31857, + "▁Entenda": 31858, + "▁diferenciar": 31859, + "▁dons": 31860, + "ietz": 31861, + "2.9": 31862, + "Answ": 31863, + "Margin": 31864, + ">10-100": 31865, + "▁remuneração": 31866, + "OUR": 31867, + "▁Pec": 31868, + "eni": 31869, + "▁frota": 31870, + "lexia": 31871, + "▁redirect": 31872, + "threshold": 31873, + "▁restored": 31874, + "NDE": 31875, + "▁lex": 31876, + "▁kernelspec": 31877, + "▁Upon": 31878, + "▁ambul": 31879, + "▁Collect": 31880, + "▁sentado": 31881, + "▁Json": 31882, + "variables": 31883, + "▁Morgan": 31884, + "▁Typically": 31885, + "▁socialista": 31886, + "▁curvas": 31887, + "▁cope": 31888, + "▁televis": 31889, + "▁Sydney": 31890, + "▁TL": 31891, + "▁nobreza": 31892, + "▁Electrical": 31893, + "▁perig": 31894, + "hoe": 31895, + "▁CASE": 31896, + "▁fiscais": 31897, + "HP": 31898, + "▁bp": 31899, + "▁1⁄2": 31900, + "álico": 31901, + "▁pastores": 31902, + "▁introducing": 31903, + "▁kick": 31904, + "▁yeast": 31905, + "0.00000000": 31906, + "▁sans": 31907, + "▁interloc": 31908, + "▁databases": 31909, + "▁landsc": 31910, + "▁tender": 31911, + "▁(2000": 31912, + "orde": 31913, + "iversary": 31914, + "▁Frequency": 31915, + "guem": 31916, + "▁drainage": 31917, + "▁Alm": 31918, + "▁cerimônia": 31919, + "▁investigações": 31920, + "avy": 31921, + "...).": 31922, + "▁Abd": 31923, + "▁DEST": 31924, + "▁acre": 31925, + "▁remoto": 31926, + "=10": 31927, + "▁Chat": 31928, + "▁imort": 31929, + "▁treaty": 31930, + "MENTS": 31931, + "▁és": 31932, + "etta": 31933, + "xido": 31934, + "▁comerciantes": 31935, + "ícito": 31936, + "ênico": 31937, + "visit": 31938, + "▁subsistência": 31939, + "▁Forças": 31940, + "CIO": 31941, + "▁Coordenação": 31942, + "84,": 31943, + "▁Juda": 31944, + "▁homic": 31945, + "▁gravação": 31946, + "ITEM": 31947, + "▁iOS": 31948, + "minus": 31949, + "▁raros": 31950, + "$`": 31951, + "556": 31952, + "CHAN": 31953, + "▁concretas": 31954, + "/2010": 31955, + "íntios": 31956, + "▁silvest": 31957, + "▁có": 31958, + "▁helper": 31959, + "▁sustenta": 31960, + "▁créditos": 31961, + "your": 31962, + "▁[2,": 31963, + "▁positivamente": 31964, + "▁criterion": 31965, + "▁recipient": 31966, + "▁causal": 31967, + "▁sedent": 31968, + "▁fazerem": 31969, + "▁garantem": 31970, + "▁mc": 31971, + "▁epic": 31972, + "/-": 31973, + "▁pistas": 31974, + "▁zoom": 31975, + "▁prestig": 31976, + "▁substituído": 31977, + "vt": 31978, + "▁Born": 31979, + "▁Atenas": 31980, + "▁Exercício": 31981, + "▁solucionar": 31982, + "▁entenda": 31983, + "▁Jupiter": 31984, + "▁meanings": 31985, + "▁38.": 31986, + "▁céle": 31987, + "Appro": 31988, + "▁falado": 31989, + "▁avançados": 31990, + "▁escritora": 31991, + "FIA": 31992, + "▁overwhelming": 31993, + "▁Escritura": 31994, + "▁aprendi": 31995, + "feita": 31996, + "▁bullet": 31997, + "▁pathway": 31998, + "▁Zel": 31999, + "pertension": 32000, + "▁extensa": 32001, + "▁ont": 32002, + "▁merecem": 32003, + "uuid": 32004, + "onoaud": 32005, + "▁tired": 32006, + "▁grama": 32007, + "▁imóveis": 32008, + "▁attachment": 32009, + "][\"": 32010, + "hoo": 32011, + "▁Decl": 32012, + "enidade": 32013, + "▁perdida": 32014, + "▁routines": 32015, + "tom": 32016, + "▁Bolívia": 32017, + "▁Exposição": 32018, + "'',": 32019, + "▁Depression": 32020, + "▁referida": 32021, + "▁washing": 32022, + "▁unemployment": 32023, + "▁Freedom": 32024, + "Rm": 32025, + "▁Aparecida": 32026, + "cup": 32027, + "▁Forn": 32028, + "district": 32029, + "resize": 32030, + "▁safer": 32031, + "▁poética": 32032, + "ivalent": 32033, + "▁urbanização": 32034, + "▁carbohydrates": 32035, + "▁qw": 32036, + "▁sentar": 32037, + "▁plaus": 32038, + "▁320": 32039, + "▁Estre": 32040, + "▁Pythag": 32041, + "▁votar": 32042, + "▁settlers": 32043, + "▁Lud": 32044, + "▁ethics": 32045, + "▁Catch": 32046, + "35)": 32047, + "ippet": 32048, + "▁Soil": 32049, + "▁Nível": 32050, + "`;": 32051, + "▁bebé": 32052, + "dimension": 32053, + "esterday": 32054, + "entieth": 32055, + "▁Futebol": 32056, + "▁lâmpada": 32057, + "▁cavidade": 32058, + "▁prolet": 32059, + "▁sorting": 32060, + "▁gallon": 32061, + "TG": 32062, + "▁1],": 32063, + "▁sábio": 32064, + "▁easiest": 32065, + "89,": 32066, + "▁lágrimas": 32067, + "▁notáveis": 32068, + "constitu": 32069, + "▁colonos": 32070, + "▁recepção": 32071, + "▁Usage": 32072, + "▁diagnósticos": 32073, + "▁spawn": 32074, + "▁swallow": 32075, + "8(%": 32076, + "▁FORMAT": 32077, + "ISH": 32078, + "▁Drive": 32079, + "uniform": 32080, + "▁depósitos": 32081, + "▁Compr": 32082, + "▁distinctive": 32083, + "▁bras": 32084, + "▁Violência": 32085, + "▁elites": 32086, + "022": 32087, + "omi": 32088, + "▁Preserv": 32089, + "▁courage": 32090, + "▁consumidos": 32091, + "▁Studio": 32092, + "utoff": 32093, + "▁Exchange": 32094, + "▁numerosos": 32095, + "▁tabagismo": 32096, + "▁digno": 32097, + "▁escov": 32098, + "▁highlighted": 32099, + "▁pensava": 32100, + "mund": 32101, + "▁Evaluation": 32102, + "Notification": 32103, + "STO": 32104, + "▁extrac": 32105, + "▁(5,": 32106, + "▁horr": 32107, + "▁ACTION": 32108, + "▁Linked": 32109, + "▁1989,": 32110, + "▁subjac": 32111, + "▁Emperor": 32112, + "}-": 32113, + "arth": 32114, + "▁término": 32115, + "▁Alexandria": 32116, + "ipto": 32117, + "▁Animais": 32118, + "▁deputados": 32119, + "279": 32120, + "decoration": 32121, + "▁Cana": 32122, + "stderr": 32123, + "ocados": 32124, + "▁equações": 32125, + "▁mx": 32126, + "▁conceitu": 32127, + "▁dirigida": 32128, + "▁abriga": 32129, + "▁retrieve": 32130, + "▁sinônimo": 32131, + "▁recommends": 32132, + "vada": 32133, + "▁exclusively": 32134, + "▁templos": 32135, + "▁Singapore": 32136, + "▁semic": 32137, + "▁surely": 32138, + "▁existam": 32139, + "▁pests": 32140, + "▁refugees": 32141, + "▁corro": 32142, + "▁fascinante": 32143, + "ocker": 32144, + "▁globo": 32145, + "rever": 32146, + "▁Antiga": 32147, + "▁Howard": 32148, + "▁inden": 32149, + "▁volts": 32150, + "▁examining": 32151, + "▁Alpha": 32152, + "▁parasitas": 32153, + "serif": 32154, + "▁descritos": 32155, + "▁Andre": 32156, + "oba": 32157, + "elapsed": 32158, + "▁incomple": 32159, + "pipe": 32160, + "ícola": 32161, + "▁Editorial": 32162, + "+=": 32163, + "▁indication": 32164, + "▁Assigned": 32165, + "▁gerenciar": 32166, + "▁protocols": 32167, + "▁Esporte": 32168, + "▁Nazi": 32169, + "wen": 32170, + "▁Duration": 32171, + "▁snake": 32172, + "▁turno": 32173, + "ciple": 32174, + "▁nozes": 32175, + "▁poupar": 32176, + "▁fertility": 32177, + "encv": 32178, + "▁titles": 32179, + "▁vivido": 32180, + "Crit": 32181, + "▁servindo": 32182, + "▁lábios": 32183, + "▁promotes": 32184, + "▁mantê": 32185, + "CAR": 32186, + "▁belas": 32187, + "uart": 32188, + "FX": 32189, + "▁palp": 32190, + "írem": 32191, + "▁Louisiana": 32192, + "econ": 32193, + "▁Lady": 32194, + "▁válido": 32195, + "▁Propried": 32196, + "▁projetado": 32197, + "ésc": 32198, + "▁identidades": 32199, + "▁penit": 32200, + "etria": 32201, + "dropdown": 32202, + "▁comprehension": 32203, + "▁'2018": 32204, + "autor": 32205, + "dog": 32206, + "▁Mist": 32207, + "disable": 32208, + "Images": 32209, + "▁medos": 32210, + "▁organisations": 32211, + "tod": 32212, + "▁gland": 32213, + "▁sensorial": 32214, + "▁assinado": 32215, + "▁coupled": 32216, + ".9": 32217, + "STOR": 32218, + "Special": 32219, + "▁MUS": 32220, + "▁fotograf": 32221, + "▁grip": 32222, + "▁camb": 32223, + "signal": 32224, + "▁comunista": 32225, + "83,": 32226, + "▁brilhantes": 32227, + "▁Perform": 32228, + "RGB": 32229, + "notes": 32230, + "▁dots": 32231, + "uning": 32232, + "▁Ace": 32233, + "inentes": 32234, + "▁sustained": 32235, + "teo": 32236, + "▁protestos": 32237, + "▁Sexual": 32238, + "plist": 32239, + "▁automat": 32240, + "▁Evidence": 32241, + "▁packaging": 32242, + "757": 32243, + "idean": 32244, + "ductory": 32245, + "▁Better": 32246, + "keras": 32247, + "▁desesp": 32248, + "his": 32249, + "ísse": 32250, + "▁illustrates": 32251, + "▁EE": 32252, + "▁Snow": 32253, + "▁Arabic": 32254, + "▁mainstream": 32255, + "DADE": 32256, + "Functions": 32257, + "▁ocupado": 32258, + "paths": 32259, + "▁queimadas": 32260, + "▁Beat": 32261, + "▁cabeças": 32262, + "▁globally": 32263, + "▁lawn": 32264, + "Uint": 32265, + "▁Divide": 32266, + "▁horror": 32267, + "▁insuficiente": 32268, + "também": 32269, + "▁Revel": 32270, + "transaction": 32271, + "▁VM": 32272, + "-31": 32273, + "▁verse": 32274, + "ParentId": 32275, + "ographer": 32276, + "▁prestígio": 32277, + "▁prolifer": 32278, + "▁psychiat": 32279, + "literal": 32280, + "▁acrescentou": 32281, + "▁Florian": 32282, + "▁quadril": 32283, + "CAT": 32284, + "▁cloro": 32285, + "▁fro": 32286, + "Continue": 32287, + "▁originated": 32288, + "▁bay": 32289, + "choice": 32290, + "Ao": 32291, + "▁AMBI": 32292, + "▁bell": 32293, + "▁variants": 32294, + "▁abordado": 32295, + "opens": 32296, + "%).": 32297, + "▁Rainha": 32298, + "▁Título": 32299, + "▁magistr": 32300, + "▁Taiwan": 32301, + "_12": 32302, + "▁Written": 32303, + "▁hidrául": 32304, + "▁multim": 32305, + "▁Definição": 32306, + "▁60.": 32307, + "▁appet": 32308, + "▁atmosférica": 32309, + "▁fate": 32310, + "▁lente": 32311, + "▁Elements": 32312, + "nova": 32313, + "▁Apart": 32314, + "▁maternal": 32315, + "▁borbo": 32316, + "_0,": 32317, + "lot": 32318, + "▁feudal": 32319, + "▁exata": 32320, + "▁dummy": 32321, + "▁FT": 32322, + "▁avô": 32323, + "+5": 32324, + "▁Serial": 32325, + "[5]": 32326, + "▁carência": 32327, + "▁heróis": 32328, + "avan": 32329, + "▁operates": 32330, + "▁premium": 32331, + "econd": 32332, + "▁writings": 32333, + "ábio": 32334, + "▁similarity": 32335, + "87,": 32336, + "▁bos": 32337, + "▁Perm": 32338, + "▁departure": 32339, + "▁continuada": 32340, + "Bold": 32341, + "▁LDL": 32342, + "▁ruler": 32343, + "▁versa": 32344, + "▁Oficina": 32345, + "▁acquisition": 32346, + "▁Acredito": 32347, + "▁bins": 32348, + "▁permissão": 32349, + "▁excepcional": 32350, + "éctr": 32351, + "▁trilha": 32352, + "39;": 32353, + "▁FieldName": 32354, + "▁Vigilância": 32355, + "▁Obras": 32356, + "▁cran": 32357, + "LEVEL": 32358, + "▁telephone": 32359, + "▁músico": 32360, + ")/(": 32361, + "iseu": 32362, + "▁criatura": 32363, + "▁NP": 32364, + "▁embr": 32365, + "▁porções": 32366, + "ears": 32367, + "FOUND": 32368, + "▁Declaration": 32369, + "▁ratings": 32370, + "▁centered": 32371, + "▁seqüência": 32372, + "▁numerator": 32373, + "▁toxins": 32374, + "▁Graphics": 32375, + "▁excit": 32376, + "▁Examin": 32377, + "▁influential": 32378, + "▁convencer": 32379, + "▁heated": 32380, + "▁Crim": 32381, + "▁relatives": 32382, + "ÍS": 32383, + "ferent": 32384, + "▁encoded": 32385, + "PROJECT": 32386, + "▁JA": 32387, + "food": 32388, + "bench": 32389, + "▁ajustar": 32390, + "▁freguesia": 32391, + "Failure": 32392, + "454": 32393, + "▁defeat": 32394, + "Js": 32395, + "lium": 32396, + "Chart": 32397, + "▁extrap": 32398, + "lists": 32399, + "▁enver": 32400, + "▁versículo": 32401, + "_01": 32402, + "▁PN": 32403, + "▁Fahrenheit": 32404, + "Ip": 32405, + "▁-10": 32406, + "▁ELE": 32407, + "▁Complement": 32408, + "▁sabiam": 32409, + "▁atingindo": 32410, + ":12": 32411, + "▁Meteor": 32412, + "797": 32413, + "adows": 32414, + "▁Gilberto": 32415, + "amas": 32416, + "protocol": 32417, + "rgb": 32418, + "99)": 32419, + "▁rejeição": 32420, + "▁3.1": 32421, + "âmaras": 32422, + "▁manuscr": 32423, + "IER": 32424, + "isequal": 32425, + "▁remuner": 32426, + "▁demonstration": 32427, + "acl": 32428, + "▁líquida": 32429, + "▁512": 32430, + "▁mencionar": 32431, + "▁avó": 32432, + "▁WORK": 32433, + "▁extraordinary": 32434, + "▁pureza": 32435, + "deep": 32436, + "channels": 32437, + "▁fracass": 32438, + "▁fprintf": 32439, + "▁stdcall": 32440, + "▁viable": 32441, + "}'": 32442, + "▁treinos": 32443, + "DataType": 32444, + "252": 32445, + "▁volcano": 32446, + "▁Tenha": 32447, + "▁drones": 32448, + "lum": 32449, + "▁alcal": 32450, + "▁egípcios": 32451, + "▁CENT": 32452, + "▁machinery": 32453, + ")::": 32454, + "cand": 32455, + "▁Days": 32456, + "2::": 32457, + "cow": 32458, + "raz": 32459, + "idays": 32460, + "▁bicy": 32461, + "▁overhead": 32462, + "▁pânico": 32463, + "▁controla": 32464, + "▁psicóloga": 32465, + "Plus": 32466, + "▁Healthy": 32467, + "▁cheaper": 32468, + "▁Construction": 32469, + "▁Approxim": 32470, + "▁utilizou": 32471, + "parallel": 32472, + "▁preservation": 32473, + "▁dess": 32474, + "▁predic": 32475, + "▁harsh": 32476, + "247": 32477, + "gall": 32478, + "rik": 32479, + "▁secreção": 32480, + "MY": 32481, + "▁compensation": 32482, + "▁Edge": 32483, + "▁acumular": 32484, + "Vs": 32485, + "▁deadly": 32486, + "upi": 32487, + "▁relao": 32488, + "▁correlação": 32489, + "▁indiretamente": 32490, + "▁folk": 32491, + "▁NUMBER": 32492, + "21:": 32493, + "▁Night": 32494, + "Scene": 32495, + "886": 32496, + "cth": 32497, + "órter": 32498, + "agua": 32499, + "▁discomfort": 32500, + "▁Brian": 32501, + "▁complemento": 32502, + "xtures": 32503, + "RF": 32504, + "▁px": 32505, + "queira": 32506, + "▁dinner": 32507, + "5\"": 32508, + "pending": 32509, + "▁processados": 32510, + "▁Reduz": 32511, + "insula": 32512, + "▁sacr": 32513, + "▁purchasing": 32514, + "▁satisfaction": 32515, + "Pod": 32516, + "▁Haiti": 32517, + "▁pago": 32518, + "Constants": 32519, + "▁Framework": 32520, + "▁attracted": 32521, + "▁Cz": 32522, + "vectors": 32523, + "315": 32524, + "▁amado": 32525, + "▁McC": 32526, + "specified": 32527, + "Blog": 32528, + "▁observing": 32529, + "▁compressed": 32530, + "posal": 32531, + "▁modest": 32532, + "▁galaxies": 32533, + "qr": 32534, + "tezas": 32535, + "▁raises": 32536, + "▁provocou": 32537, + "rating": 32538, + "▁escutar": 32539, + "▁rated": 32540, + "▁Publicidade": 32541, + "ierra": 32542, + "▁transformations": 32543, + "▁UNS": 32544, + "▁mitigar": 32545, + "▁8;": 32546, + "▁zinc": 32547, + "998": 32548, + "▁Imperador": 32549, + "▁cardinal": 32550, + "▁vertic": 32551, + "▁Alagoas": 32552, + "frequency": 32553, + "▁aeronave": 32554, + "gc": 32555, + ",2)": 32556, + "▁actor": 32557, + "+,": 32558, + "▁obrigados": 32559, + "▁Criar": 32560, + "▁impedindo": 32561, + "▁visualize": 32562, + "▁POST": 32563, + "▁wheels": 32564, + "KA": 32565, + "▁acompanhando": 32566, + "▁acumulação": 32567, + "▁Espacial": 32568, + "▁competições": 32569, + "▁atribuído": 32570, + "▁humilh": 32571, + "▁enemies": 32572, + "▁coordination": 32573, + "+01,": 32574, + "▁secundária": 32575, + "▁guaranteed": 32576, + "▁gat": 32577, + "socket": 32578, + "▁nurse": 32579, + "CES": 32580, + "▁briefly": 32581, + "80000000": 32582, + "▁Adolescente": 32583, + "▁letr": 32584, + "▁antioxidante": 32585, + "▁TCP": 32586, + "▁earnings": 32587, + "▁empregada": 32588, + "使用": 32589, + "▁geometria": 32590, + "antine": 32591, + "▁Bangladesh": 32592, + "▁reagir": 32593, + "▁recusa": 32594, + "▁diarrhea": 32595, + "449": 32596, + "▁doctrine": 32597, + "▁Mons": 32598, + "▁aerób": 32599, + "poon": 32600, + "iaram": 32601, + "Bad": 32602, + "oidal": 32603, + "▁configure": 32604, + "▁polym": 32605, + "uction": 32606, + "▁incorporação": 32607, + "▁Maia": 32608, + "▁Gent": 32609, + "▁nucleares": 32610, + "▁biológicas": 32611, + "▁Nave": 32612, + "▁nerves": 32613, + "▁Deficiência": 32614, + "3.0": 32615, + "relig": 32616, + "▁Want": 32617, + "▁glut": 32618, + "ernos": 32619, + "▁interessadas": 32620, + "▁Aprenda": 32621, + "▁conseguia": 32622, + "1\",\"": 32623, + "▁governor": 32624, + "▁divindade": 32625, + "oroeste": 32626, + "▁toxinas": 32627, + "▁extending": 32628, + "▁Lines": 32629, + "▁Ponto": 32630, + "irações": 32631, + "codes": 32632, + "▁negativamente": 32633, + "▁Half": 32634, + "▁milagres": 32635, + "▁vendidos": 32636, + "▁mero": 32637, + "caus": 32638, + "▁Prize": 32639, + "▁Equipe": 32640, + "▁hind": 32641, + "▁abbre": 32642, + "▁classrooms": 32643, + "▁γ": 32644, + "▁partilhar": 32645, + "317": 32646, + "▁pathways": 32647, + "▁TIM": 32648, + "(20": 32649, + "43,": 32650, + "OPEN": 32651, + "arians": 32652, + "▁Syntax": 32653, + "▁decode": 32654, + "▁Áustria": 32655, + "▁contração": 32656, + "▁44.": 32657, + "▁Kentucky": 32658, + "omencl": 32659, + "▁embaix": 32660, + "▁plasm": 32661, + "▁listing": 32662, + "cred": 32663, + "▁winner": 32664, + "▁GER": 32665, + "▁dialect": 32666, + "▁empenho": 32667, + "▁fecund": 32668, + "ABS": 32669, + "▁750": 32670, + "▁DOI": 32671, + "▁adiant": 32672, + "Returns": 32673, + "IBIL": 32674, + "▁hidrat": 32675, + "▁antepass": 32676, + "▁meramente": 32677, + "▁Missa": 32678, + "▁convin": 32679, + "▁fusion": 32680, + "▁pontas": 32681, + "▁engajamento": 32682, + "▁Vest": 32683, + "▁antibiotic": 32684, + "▁etanol": 32685, + "benef": 32686, + "▁Rand": 32687, + "▁Ribe": 32688, + "▁personally": 32689, + "▁representados": 32690, + "ísio": 32691, + "▁Países": 32692, + "▁Alabama": 32693, + "have": 32694, + ">'),": 32695, + "remote": 32696, + "Vert": 32697, + "▁FAC": 32698, + "▁Nit": 32699, + "▁Sustainable": 32700, + "▁acne": 32701, + "▁Sic": 32702, + "▁Ton": 32703, + "RIBUT": 32704, + "▁pond": 32705, + "▁POS": 32706, + "▁Difference": 32707, + "▁intermit": 32708, + "▁intrínsec": 32709, + "quina": 32710, + "uários": 32711, + "▁economies": 32712, + "▁provocada": 32713, + "▁restaurar": 32714, + "▁divertida": 32715, + "▁convinc": 32716, + "▁unto": 32717, + "▁Cob": 32718, + "binding": 32719, + "▁immigration": 32720, + "▁lembro": 32721, + "▁triggered": 32722, + "roso": 32723, + "usp": 32724, + "▁litúrg": 32725, + "▁capoeira": 32726, + "▁38,": 32727, + "▁uniqu": 32728, + "ABA": 32729, + "OLU": 32730, + "-01/": 32731, + "▁shear": 32732, + "▁stopping": 32733, + "▁entendem": 32734, + "▁validity": 32735, + "▁DIMENSION": 32736, + "▁protegidas": 32737, + "Mean": 32738, + "AVA": 32739, + "▁129": 32740, + "péia": 32741, + "▁ellip": 32742, + "▁coerente": 32743, + "▁reverter": 32744, + "Vars": 32745, + ".......": 32746, + "▁confira": 32747, + "▁repo": 32748, + ":',": 32749, + "▁30-": 32750, + "External": 32751, + "11]": 32752, + "▁oftal": 32753, + "▁VO": 32754, + "ágico": 32755, + "▁inverte": 32756, + "storm": 32757, + "Features": 32758, + "▁'4": 32759, + "▁`(": 32760, + "▁buttons": 32761, + "▁purple": 32762, + "▁invisível": 32763, + "▁Extract": 32764, + "▁crimin": 32765, + "▁aria": 32766, + "▁switching": 32767, + "▁gaú": 32768, + "Hex": 32769, + "▁entraram": 32770, + "▁48.": 32771, + "▁ínte": 32772, + "▁congên": 32773, + "Lists": 32774, + "▁chegado": 32775, + "▁pediatra": 32776, + "feeding": 32777, + "▁Polar": 32778, + "▁exposta": 32779, + "▁contradict": 32780, + "▁Archives": 32781, + "▁natação": 32782, + "▁terrem": 32783, + "387": 32784, + "▁ômega": 32785, + "▁fc": 32786, + "_3.": 32787, + "▁purely": 32788, + "▁Europeu": 32789, + "▁Lanç": 32790, + "▁acamp": 32791, + "HAS": 32792, + "▁correndo": 32793, + "▁envia": 32794, + "▁Germans": 32795, + "Lar": 32796, + "▁Bandeira": 32797, + "treated": 32798, + "▁hazardous": 32799, + "cum": 32800, + "▁qualit": 32801, + "▁paralle": 32802, + "habilitation": 32803, + "▁cerveja": 32804, + "▁Everyone": 32805, + "▁agreements": 32806, + "▁consistência": 32807, + "]):": 32808, + "▁Kam": 32809, + "▁Conceito": 32810, + "▁coletados": 32811, + "▁copied": 32812, + "▁civilizações": 32813, + "▁luxo": 32814, + "verbose": 32815, + "▁biografia": 32816, + "▁maternidade": 32817, + "▁sync": 32818, + "▁iogur": 32819, + "▁fundado": 32820, + "STM": 32821, + "Bounds": 32822, + "▁Tomás": 32823, + "▁reivindic": 32824, + "shire": 32825, + "▁Jude": 32826, + "▁carrega": 32827, + "▁engrav": 32828, + "▁excluded": 32829, + "▁cooked": 32830, + "heastern": 32831, + "▁Caribbean": 32832, + "▁quotes": 32833, + "'];": 32834, + "▁ves": 32835, + "guest": 32836, + "ecc": 32837, + "▁admitted": 32838, + "subst": 32839, + "▁rápidas": 32840, + "flies": 32841, + "▁gostava": 32842, + "▁voted": 32843, + "▁britânicos": 32844, + "▁açúcares": 32845, + "▁Proceedings": 32846, + "▁45.": 32847, + "▁Cra": 32848, + "density": 32849, + "▁Arduino": 32850, + "▁Plants": 32851, + "12]": 32852, + "quês": 32853, + "▁guys": 32854, + "▁deployment": 32855, + "▁instalados": 32856, + "▁viú": 32857, + "▁Aqueles": 32858, + "▁escalas": 32859, + "▁Liga": 32860, + "CONN": 32861, + "▁lamb": 32862, + "▁1024": 32863, + "▁*(": 32864, + "LEASE": 32865, + "etery": 32866, + "▁Bispo": 32867, + "▁restabele": 32868, + "▁simulate": 32869, + "OND": 32870, + "▁therapies": 32871, + "▁appreciated": 32872, + "▁úmido": 32873, + ":30": 32874, + "itora": 32875, + "▁sib": 32876, + "saved": 32877, + "▁Products": 32878, + "▁Into": 32879, + "▁organizacional": 32880, + "othy": 32881, + "▁props": 32882, + "▁formatos": 32883, + "▁hidratação": 32884, + "▁Torre": 32885, + "▁Header": 32886, + "reason": 32887, + "▁Águas": 32888, + "▁159": 32889, + "YP": 32890, + "ugada": 32891, + "RIOS": 32892, + "erged": 32893, + "▁Laur": 32894, + "inus": 32895, + "FAIL": 32896, + "plemento": 32897, + ":0;": 32898, + "')->": 32899, + "▁arca": 32900, + "▁VA": 32901, + "▁relies": 32902, + "Mail": 32903, + "ocidade": 32904, + "▁mucosa": 32905, + "▁enterprise": 32906, + "▁avaliados": 32907, + "21.": 32908, + "jes": 32909, + "▁chron": 32910, + "▁sr": 32911, + "▁Visão": 32912, + "tered": 32913, + "▁quinze": 32914, + "▁Almost": 32915, + "▁temor": 32916, + "estro": 32917, + "▁bombas": 32918, + "▁Alfred": 32919, + "escence": 32920, + "▁pregação": 32921, + "▁Buddh": 32922, + "bors": 32923, + "▁valign": 32924, + "▁Sed": 32925, + "▁bilhão": 32926, + "Arguments": 32927, + "throw": 32928, + "zh": 32929, + "▁mph": 32930, + "rides": 32931, + "▁lavoura": 32932, + "▁lattice": 32933, + "▁Prot": 32934, + "▁reduzem": 32935, + "▁revestimento": 32936, + "▁maximize": 32937, + "duo": 32938, + "▁Zone": 32939, + "plugins": 32940, + "▁sepult": 32941, + "íssim": 32942, + "▁meditation": 32943, + "ODS": 32944, + "▁desdobr": 32945, + "▁outstanding": 32946, + "▁razoável": 32947, + "▁comunitário": 32948, + "▁BP": 32949, + "▁rotor": 32950, + "▁Dry": 32951, + "▁Classe": 32952, + "▁ritmos": 32953, + "▁consistency": 32954, + "▁Desenvolver": 32955, + "achel": 32956, + "('.": 32957, + "▁emotion": 32958, + "Animation": 32959, + "▁contrapartida": 32960, + "▁puzzles": 32961, + "ilda": 32962, + "▁ministros": 32963, + "anners": 32964, + "▁Together": 32965, + "▁revolutionary": 32966, + "▁departments": 32967, + "NH": 32968, + "/2009": 32969, + "uu": 32970, + "113": 32971, + "lake": 32972, + "untas": 32973, + "1016/": 32974, + "▁2022,": 32975, + "▁Rui": 32976, + "▁atrito": 32977, + "IGH": 32978, + "▁partícula": 32979, + "▁extrair": 32980, + "ópico": 32981, + "▁envolvida": 32982, + "▁hospitalar": 32983, + "canic": 32984, + "▁Cuidados": 32985, + "▁cavity": 32986, + "▁Shape": 32987, + "▁Captain": 32988, + "▁pegada": 32989, + "▁auxiliam": 32990, + "▁Eucaristia": 32991, + "Done": 32992, + "▁42.": 32993, + "▁Volta": 32994, + "▁agrade": 32995, + "Excl": 32996, + "/2020": 32997, + "▁competitividade": 32998, + "▁cinemat": 32999, + "]\\": 33000, + "ocalipse": 33001, + "▁flies": 33002, + "▁breat": 33003, + "▁conveniente": 33004, + "rimos": 33005, + "▁1988.": 33006, + "▁hepatite": 33007, + "▁Difficult": 33008, + "▁TP": 33009, + "▁matr": 33010, + "ítas": 33011, + "▁historian": 33012, + "sources": 33013, + "heat": 33014, + "▁Futuro": 33015, + "▁declined": 33016, + "tru": 33017, + "▁Render": 33018, + "▁organiza": 33019, + "▁Track": 33020, + "▁lamin": 33021, + "▁'{": 33022, + "▁PMID": 33023, + "▁hed": 33024, + "869": 33025, + "Vel": 33026, + "ÂNC": 33027, + "ícita": 33028, + "29:": 33029, + "▁banheiro": 33030, + "▁veic": 33031, + "ógrafos": 33032, + "▁schemes": 33033, + "▁generalizada": 33034, + "▁confirmação": 33035, + "▁Records": 33036, + "▁Beng": 33037, + "▁sonda": 33038, + "etra": 33039, + "▁INTERN": 33040, + "▁algae": 33041, + "▁magnética": 33042, + "▁anf": 33043, + "▁População": 33044, + "brasil": 33045, + ",1": 33046, + "▁comparisons": 33047, + "▁NH": 33048, + "▁16)": 33049, + "▁2,000": 33050, + "▁ticket": 33051, + "▁Síria": 33052, + "▁bloqueio": 33053, + "JK": 33054, + "▁depósito": 33055, + "▁methane": 33056, + "perl": 33057, + "2016": 33058, + "▁rotas": 33059, + "Endpoint": 33060, + "▁situated": 33061, + "▁Hav": 33062, + "▁cls": 33063, + "▁(100": 33064, + "▁personalidades": 33065, + "▁confiáveis": 33066, + "▁unhas": 33067, + "orse": 33068, + "▁conductor": 33069, + "illes": 33070, + "▁celestial": 33071, + "▁esclarece": 33072, + "inely": 33073, + "▁Details": 33074, + "PLACE": 33075, + "▁largo": 33076, + "▁scenes": 33077, + "▁predom": 33078, + "quíde": 33079, + "▁dona": 33080, + "▁Defense": 33081, + "ycled": 33082, + "Place": 33083, + "214": 33084, + "▁Eva": 33085, + "▁vínculos": 33086, + "▁correspondência": 33087, + "MATR": 33088, + "▁suspected": 33089, + "▁practicing": 33090, + "1)*": 33091, + "ivado": 33092, + "▁Mello": 33093, + "orithms": 33094, + "▁polymer": 33095, + "▁assassinato": 33096, + "▁mate": 33097, + "Cells": 33098, + "▁Tang": 33099, + "▁WHEN": 33100, + "▁Manufact": 33101, + "▁guerr": 33102, + "acção": 33103, + "ambo": 33104, + "▁converts": 33105, + "▁bico": 33106, + "▁delayed": 33107, + "guide": 33108, + "▁gon": 33109, + "izadora": 33110, + "▁estrangeiras": 33111, + "▁guided": 33112, + "▁mandamentos": 33113, + "▁1930,": 33114, + "▁(=": 33115, + "▁incerteza": 33116, + "▁submetido": 33117, + "Flat": 33118, + "▁flush": 33119, + "Seconds": 33120, + "▁decomposition": 33121, + "rous": 33122, + "▁fogu": 33123, + "Packet": 33124, + "adjust": 33125, + "▁pause": 33126, + "boldsymbol": 33127, + "▁inflammatory": 33128, + "▁Processing": 33129, + "▁sobe": 33130, + "▁Around": 33131, + "urante": 33132, + "▁ranks": 33133, + "▁shoot": 33134, + "▁incredible": 33135, + "AVXalign": 33136, + "▁anuncia": 33137, + "▁parlamentar": 33138, + "Try": 33139, + "▁coma": 33140, + "\":[\"": 33141, + "drive": 33142, + "▁linguística": 33143, + "akh": 33144, + "atan": 33145, + "▁AVC": 33146, + "plicações": 33147, + "681": 33148, + "íssimas": 33149, + "▁Arn": 33150, + "▁Vídeo": 33151, + "▁punct": 33152, + "▁rhythm": 33153, + "altern": 33154, + "FLOAT": 33155, + "▁Napoleão": 33156, + "ócios": 33157, + "▁Syria": 33158, + "▁incomod": 33159, + "▁Recomend": 33160, + "▁Rica": 33161, + "▁makers": 33162, + "▁geneal": 33163, + "▁discute": 33164, + "▁geo": 33165, + "▁crater": 33166, + "▁nad": 33167, + "▁moderada": 33168, + "▁exercitar": 33169, + "747": 33170, + "▁Julia": 33171, + "patient": 33172, + "Occ": 33173, + "ágil": 33174, + "▁castelo": 33175, + "▁Academic": 33176, + "uminense": 33177, + "▁transformam": 33178, + "▁cavale": 33179, + "▁conduzido": 33180, + "▁inspirado": 33181, + "▁Computing": 33182, + "▁standardized": 33183, + "▁03/": 33184, + "reta": 33185, + "vare": 33186, + "2.168.": 33187, + "êmicos": 33188, + "▁Prática": 33189, + "▁shortly": 33190, + "▁Iowa": 33191, + "▁seeks": 33192, + "elines": 33193, + "▁WARRANTY": 33194, + "yi": 33195, + "Desktop": 33196, + "▁eluc": 33197, + "0,1,1,": 33198, + "▁transversal": 33199, + "Sound": 33200, + "▁adub": 33201, + "▁Setting": 33202, + "▁câmeras": 33203, + "▁Turma": 33204, + "▁Kel": 33205, + "DIRECT": 33206, + "▁marrom": 33207, + "▁patologia": 33208, + "ipt": 33209, + ">>>>": 33210, + "working": 33211, + "▁pátria": 33212, + "▁usaram": 33213, + "SEL": 33214, + "sorted": 33215, + "▁tonal": 33216, + "▁Epidemi": 33217, + "somet": 33218, + "abo": 33219, + "laucoma": 33220, + "▁contradições": 33221, + "▁manufactured": 33222, + "Times": 33223, + "outputs": 33224, + "▁Silver": 33225, + "▁rope": 33226, + "17)": 33227, + "LAN": 33228, + "▁institucionais": 33229, + "ômicas": 33230, + "▁discurs": 33231, + "▁Enfermagem": 33232, + "▁Aj": 33233, + "ciosos": 33234, + "▁poles": 33235, + "▁1945,": 33236, + "anck": 33237, + "▁Rico": 33238, + "▁reven": 33239, + "▁DEBUG": 33240, + "▁counted": 33241, + "▁institutional": 33242, + "▁Fotos": 33243, + "445": 33244, + "▁Mediterrâneo": 33245, + "audio": 33246, + "▁mistérios": 33247, + "▁AUTHOR": 33248, + "NotFound": 33249, + "▁eliminated": 33250, + "canonical": 33251, + "▁mandioca": 33252, + "▁cimento": 33253, + "▁arsen": 33254, + "▁longitude": 33255, + "▁biomass": 33256, + "▁Principles": 33257, + "▁Frei": 33258, + "▁pontuação": 33259, + "▁1992.": 33260, + "TOTAL": 33261, + "▁tect": 33262, + "▁mentes": 33263, + "▁senses": 33264, + "▁compensação": 33265, + "▁profession": 33266, + "▁Fen": 33267, + "▁7-": 33268, + "Indic": 33269, + "▁'2016-": 33270, + "plasm": 33271, + "▁Nacionais": 33272, + "demo": 33273, + "▁loyal": 33274, + "▁Circuit": 33275, + "▁selo": 33276, + "KB": 33277, + "▁0%": 33278, + "▁minas": 33279, + "▁cacau": 33280, + "▁chumbo": 33281, + "={'": 33282, + "▁#0": 33283, + "▁afternoon": 33284, + "cismo": 33285, + "▁disposal": 33286, + "cro": 33287, + "▁ALIGN": 33288, + "▁stationary": 33289, + "▁debat": 33290, + "▁Tcl": 33291, + "▁lap": 33292, + "▁-6": 33293, + "Include": 33294, + "Available": 33295, + "▁quoted": 33296, + "ComboBox": 33297, + "ácias": 33298, + "▁macho": 33299, + "lyn": 33300, + "▁servos": 33301, + "89.": 33302, + "▁Reform": 33303, + "▁rud": 33304, + "▁ingredient": 33305, + "√£": 33306, + "▁apples": 33307, + "▁Gaz": 33308, + "NGTH": 33309, + "rina": 33310, + "▁desfavor": 33311, + "▁limitation": 33312, + "‘": 33313, + "▁П": 33314, + "▁Patri": 33315, + "▁dirige": 33316, + "559": 33317, + "▁dg": 33318, + "▁talked": 33319, + "▁centimeters": 33320, + "865": 33321, + "▁DT": 33322, + "???": 33323, + "▁Valores": 33324, + "884": 33325, + "▁Morte": 33326, + "▁fetal": 33327, + "▁inclinação": 33328, + "▁discoveries": 33329, + "▁seguras": 33330, + "▁deusa": 33331, + "orque": 33332, + "▁DISC": 33333, + "▁ficamos": 33334, + "CLUS": 33335, + "▁Estão": 33336, + "Mu": 33337, + "▁intérpre": 33338, + "aras": 33339, + "▁storms": 33340, + "▁república": 33341, + "bins": 33342, + "▁binomial": 33343, + "▁pesticidas": 33344, + "near": 33345, + "Mus": 33346, + "think": 33347, + "▁alme": 33348, + "▁desktop": 33349, + "▁Brazilian": 33350, + "▁counties": 33351, + "▁boom": 33352, + "▁empreendedores": 33353, + "▁Caetano": 33354, + "(6)": 33355, + "▁undef": 33356, + "▁gaining": 33357, + "▁Suz": 33358, + "1\">": 33359, + "▁voters": 33360, + "325": 33361, + "irá": 33362, + "▁detalhada": 33363, + "▁pensadores": 33364, + "SV": 33365, + "▁fired": 33366, + "▁Fibonacci": 33367, + "▁clicar": 33368, + "▁velh": 33369, + "without": 33370, + "▁hunger": 33371, + "▁Assembl": 33372, + "338": 33373, + "▁Christopher": 33374, + "▁Counter": 33375, + "▁parliament": 33376, + "Nothing": 33377, + "640": 33378, + "▁demo": 33379, + "▁280": 33380, + "▁Consequently": 33381, + "▁extingu": 33382, + "▁Sky": 33383, + "▁estimulando": 33384, + "úncias": 33385, + "▁pivot": 33386, + "▁exalt": 33387, + "▁olímp": 33388, + "0.4": 33389, + "▁apresente": 33390, + "▁blocked": 33391, + "▁Conceitos": 33392, + "▁territories": 33393, + "nw": 33394, + "ÇAS": 33395, + "45)": 33396, + "▁Favor": 33397, + "RB": 33398, + "▁tabelas": 33399, + "▁cumulative": 33400, + "=.": 33401, + "▁alcançou": 33402, + "íaco": 33403, + "MAGES": 33404, + "▁barb": 33405, + "ija": 33406, + "▁Branca": 33407, + "▁Sagrada": 33408, + "▁Metodologia": 33409, + "ropic": 33410, + "▁fitted": 33411, + "KK": 33412, + "▁restrito": 33413, + "▁Acordo": 33414, + "▁preparada": 33415, + "▁subtle": 33416, + "▁Ocorre": 33417, + "mind": 33418, + "▁breakdown": 33419, + "286": 33420, + "▁acolher": 33421, + "▁traço": 33422, + "▁WhatsApp": 33423, + "▁commemor": 33424, + "▁______": 33425, + "▁xxx": 33426, + "ecurity": 33427, + "▁enthusias": 33428, + "▁philosophical": 33429, + "▁'''<": 33430, + "▁Elementary": 33431, + "▁DNS": 33432, + "▁perca": 33433, + "capital": 33434, + "(1).": 33435, + "▁wins": 33436, + "19182": 33437, + "uminate": 33438, + "carga": 33439, + "▁Nele": 33440, + "BACK": 33441, + "▁Curriculum": 33442, + "▁Carneiro": 33443, + "▁passados": 33444, + "▁Ecol": 33445, + "▁timber": 33446, + "ecologia": 33447, + "▁filosófica": 33448, + "849": 33449, + "uity": 33450, + "Please": 33451, + "▁argila": 33452, + "▁Ações": 33453, + "aindo": 33454, + "▁LDA": 33455, + "birth": 33456, + "Implement": 33457, + "ivery": 33458, + "▁failures": 33459, + "▁Instruction": 33460, + "▁apropriação": 33461, + "▁individually": 33462, + "▁simbólico": 33463, + "MOF": 33464, + "▁VIDA": 33465, + "▁bolo": 33466, + "▁unicamente": 33467, + "▁Frederick": 33468, + "iclopédia": 33469, + "▁inerentes": 33470, + "▁Switch": 33471, + "▁mudaram": 33472, + "▁Russell": 33473, + "▁bipolar": 33474, + "ificant": 33475, + "alta": 33476, + "▁inseridos": 33477, + "▁Guiné": 33478, + "▁Military": 33479, + "▁cher": 33480, + "▁danças": 33481, + "▁trips": 33482, + "▁imposed": 33483, + "▁Award": 33484, + "▁lendas": 33485, + "▁allergy": 33486, + "eh": 33487, + "▁tomam": 33488, + "▁cheios": 33489, + "Redu": 33490, + "▁Pensando": 33491, + "▁diagnosticar": 33492, + "▁Package": 33493, + "▁motivated": 33494, + "\\{": 33495, + "▁lesser": 33496, + "graphics": 33497, + "▁shortest": 33498, + "extension": 33499, + "▁exportações": 33500, + "▁adher": 33501, + "▁rapaz": 33502, + "▁Jovem": 33503, + "▁Sid": 33504, + "▁éticas": 33505, + "Adv": 33506, + "ospect": 33507, + "union": 33508, + "Many": 33509, + "▁crente": 33510, + "alvo": 33511, + "▁fixar": 33512, + "▁mecânico": 33513, + "icida": 33514, + "Ty": 33515, + "IDs": 33516, + "▁TIME": 33517, + "▁TRABALHO": 33518, + "otics": 33519, + "▁estranhos": 33520, + "matic": 33521, + "DWORD": 33522, + "▁objectivos": 33523, + "▁fazende": 33524, + "▁DELETE": 33525, + "ureza": 33526, + "▁submeter": 33527, + "▁proporcionam": 33528, + "▁adequação": 33529, + "▁fraca": 33530, + "▁ím": 33531, + "(*)": 33532, + "▁nineteenth": 33533, + "▁employers": 33534, + "\\'": 33535, + "▁teóricas": 33536, + "Forward": 33537, + "▁lúdica": 33538, + "▁ventilação": 33539, + "itério": 33540, + "266": 33541, + "▁chefes": 33542, + "▁artifacts": 33543, + "Fol": 33544, + "PARAM": 33545, + "▁(13)": 33546, + "information": 33547, + "▁tanques": 33548, + "▁WAR": 33549, + "▁controvér": 33550, + "▁Dak": 33551, + "!).": 33552, + "▁pous": 33553, + "▁etiqu": 33554, + "▁Literature": 33555, + "▁concert": 33556, + "▁organizadas": 33557, + "▁velocidades": 33558, + "▁safra": 33559, + "owski": 33560, + "▁MÉ": 33561, + "▁tromb": 33562, + "▁racism": 33563, + "▁revised": 33564, + "▁Photos": 33565, + "▁URI": 33566, + "#13": 33567, + "(255,": 33568, + "▁placebo": 33569, + ":3": 33570, + "endem": 33571, + "▁tackle": 33572, + "▁menstru": 33573, + "▁vangu": 33574, + "▁cud": 33575, + "▁renunci": 33576, + "▁CEP": 33577, + "dialog": 33578, + "▁infil": 33579, + "etheless": 33580, + "MPI": 33581, + "abus": 33582, + "▁conversations": 33583, + "RAY": 33584, + "orney": 33585, + "▁ATP": 33586, + "▁transmite": 33587, + "DUCT": 33588, + "▁Públicas": 33589, + "▁prototype": 33590, + "▁mf": 33591, + "▁abroad": 33592, + "002800": 33593, + "uations": 33594, + "▁Isaías": 33595, + "▁pontes": 33596, + "▁adip": 33597, + "▁dangers": 33598, + "▁optimize": 33599, + "▁imigração": 33600, + "Origin": 33601, + "▁diagnose": 33602, + "Mix": 33603, + "geq": 33604, + "▁Tibet": 33605, + "▁bênção": 33606, + "▁frango": 33607, + "▁specifies": 33608, + "Dot": 33609, + "▁inherent": 33610, + "▁vencedor": 33611, + "▁Instance": 33612, + "Cod": 33613, + "▁collaborative": 33614, + "▁desidratação": 33615, + "xious": 33616, + "▁Revis": 33617, + "▁costly": 33618, + "▁specimens": 33619, + "▁Too": 33620, + "LV": 33621, + "repository": 33622, + "▁empréstimos": 33623, + "▁impresso": 33624, + "▁Ω": 33625, + "vora": 33626, + "▁Bour": 33627, + "▁eventuais": 33628, + "▁Dependendo": 33629, + "▁]]": 33630, + "▁consequente": 33631, + "eing": 33632, + "ronutri": 33633, + "Associ": 33634, + "▁degradation": 33635, + "_10": 33636, + "▁afetado": 33637, + "▁hills": 33638, + "86.": 33639, + "▁fleet": 33640, + "▁impulsos": 33641, + "▁genetics": 33642, + "▁furniture": 33643, + "▁NG": 33644, + "▁consentimento": 33645, + "pract": 33646, + "Ts": 33647, + "768": 33648, + "▁Observatório": 33649, + "▁voar": 33650, + "▁Settings": 33651, + "▁Beach": 33652, + "▁Invalid": 33653, + "tur": 33654, + "ifiable": 33655, + "▁partindo": 33656, + "▁camin": 33657, + "▁transmitido": 33658, + "▁cós": 33659, + "▁colleges": 33660, + "▁ende": 33661, + "ologistas": 33662, + "▁constitucionais": 33663, + "libs": 33664, + "▁8000": 33665, + "▁oftalm": 33666, + "▁africanas": 33667, + "▁localidades": 33668, + "oprote": 33669, + "▁brilliant": 33670, + "otyp": 33671, + "Ep": 33672, + "NUMBER": 33673, + "363": 33674, + "▁ore": 33675, + "▁empoder": 33676, + "▁automated": 33677, + "▁viabilidade": 33678, + "▁2.3": 33679, + "Branch": 33680, + "▁skull": 33681, + "▁Feature": 33682, + "▁sustentação": 33683, + "▁aroma": 33684, + "▁insulation": 33685, + "▁desinf": 33686, + "-1)*": 33687, + "▁Terms": 33688, + "_11": 33689, + "▁GOTO": 33690, + "▁(6,": 33691, + "▁Offset": 33692, + "▁Paint": 33693, + "▁Inclusão": 33694, + "775": 33695, + "▁Mob": 33696, + "▁Vera": 33697, + "appoint": 33698, + "▁debater": 33699, + "▁Website": 33700, + "tesy": 33701, + "prepare": 33702, + "bag": 33703, + "HOST": 33704, + "ietzsche": 33705, + "▁Silveira": 33706, + "▁apreciar": 33707, + "▁contratação": 33708, + "▁generalized": 33709, + "1.4": 33710, + "▁ATIV": 33711, + "▁Choice": 33712, + "▁remete": 33713, + "▁SAT": 33714, + "generic": 33715, + "▁Simply": 33716, + "held": 33717, + "▁aws": 33718, + "▁Florestal": 33719, + "psy": 33720, + "▁Neither": 33721, + "▁Princípios": 33722, + "Typed": 33723, + "▁Caixa": 33724, + "178": 33725, + "INPUT": 33726, + "▁Aedes": 33727, + "#{": 33728, + "':'": 33729, + "▁separadas": 33730, + "▁Acredita": 33731, + "aver": 33732, + "▁DAT": 33733, + "piter": 33734, + "eah": 33735, + "▁topology": 33736, + "▁famosas": 33737, + "UNIC": 33738, + "haw": 33739, + "▁ruling": 33740, + "▁buck": 33741, + "▁fragments": 33742, + "FRA": 33743, + "ctl": 33744, + "▁Wy": 33745, + "▁Privacidade": 33746, + "▁Naqu": 33747, + "▁unclear": 33748, + "▁menstrual": 33749, + "▁Soft": 33750, + "▁preparando": 33751, + "▁Flat": 33752, + "▁Flores": 33753, + "rano": 33754, + "hecking": 33755, + "▁Questões": 33756, + "definition": 33757, + "▁PATH": 33758, + "adinho": 33759, + "▁estip": 33760, + "HU": 33761, + "▁\"...": 33762, + "▁Presentation": 33763, + "▁Sold": 33764, + "▁Calculation": 33765, + "▁Constantino": 33766, + "ochas": 33767, + "▁biodegrad": 33768, + "162": 33769, + "▁prazos": 33770, + "▁sertão": 33771, + "embros": 33772, + "▁realm": 33773, + "GAN": 33774, + "Dictionary": 33775, + "▁europeias": 33776, + "▁melt": 33777, + "▁Layer": 33778, + "▁sindical": 33779, + "contents": 33780, + "▁liberty": 33781, + "▁suns": 33782, + "▁scrap": 33783, + "▁quimi": 33784, + "▁Production": 33785, + "Monad": 33786, + "340": 33787, + "▁Módulo": 33788, + "▁Pantanal": 33789, + "▁lith": 33790, + "▁Entry": 33791, + "▁participando": 33792, + "▁preschool": 33793, + "▁Marta": 33794, + "▁profundos": 33795, + "▁Lus": 33796, + "397": 33797, + "óbulos": 33798, + "▁Kepler": 33799, + "▁oxide": 33800, + "cthreads": 33801, + "▁negação": 33802, + "]));": 33803, + "▁farmer": 33804, + "▁identificadas": 33805, + "▁wors": 33806, + "▁potatoes": 33807, + "▁MY": 33808, + "▁cardiac": 33809, + "->{$": 33810, + "▁vacas": 33811, + "pipeline": 33812, + "▁severely": 33813, + "dh": 33814, + "▁saib": 33815, + "▁passengers": 33816, + "▁compreendido": 33817, + "MV": 33818, + "naire": 33819, + "viously": 33820, + "radio": 33821, + "▁'13": 33822, + "▁LICENSE": 33823, + "▁consomem": 33824, + "▁coletar": 33825, + "▁gasta": 33826, + "▁preocupado": 33827, + "boards": 33828, + "▁GEO": 33829, + "story": 33830, + "uated": 33831, + "▁registers": 33832, + "chk": 33833, + "▁inad": 33834, + "USA": 33835, + "▁joelhos": 33836, + "▁apropriada": 33837, + "▁forcing": 33838, + "▁coletivas": 33839, + "▁Republican": 33840, + "▁STD": 33841, + "▁corpus": 33842, + "▁Tat": 33843, + "▁sperm": 33844, + "▁activated": 33845, + "▁admiração": 33846, + "▁identifies": 33847, + "▁tie": 33848, + "▁kings": 33849, + "▁polpa": 33850, + "▁OUTPUT": 33851, + "▁grasp": 33852, + "?”,": 33853, + "▁": 33854, + "▁bod": 33855, + "wig": 33856, + "▁Parser": 33857, + "▁accumulation": 33858, + "▁receptors": 33859, + "▁transplante": 33860, + "858": 33861, + "PLAY": 33862, + "▁Naval": 33863, + "▁referindo": 33864, + "▁tribal": 33865, + "VIC": 33866, + "▁inference": 33867, + "▁Obes": 33868, + "▁LGBTQ": 33869, + "▁authentication": 33870, + "▁126": 33871, + "▁triggers": 33872, + "▁Cluster": 33873, + "▁altogether": 33874, + "▁Equador": 33875, + "▁violenta": 33876, + ":**": 33877, + "draulic": 33878, + "▁stressed": 33879, + "▁}{": 33880, + "course": 33881, + "▁repass": 33882, + "▁overweight": 33883, + "INVALID": 33884, + "▁grinding": 33885, + "▁Atendimento": 33886, + "▁divertido": 33887, + "▁sudeste": 33888, + "▁Investig": 33889, + "▁comportamental": 33890, + "▁pedagógicos": 33891, + "▁iNdEx": 33892, + "▁correm": 33893, + "▁212": 33894, + "rackets": 33895, + "▁Invoke": 33896, + "▁mínimos": 33897, + "▁SIG": 33898, + "ifact": 33899, + "▁pare": 33900, + "setting": 33901, + "▁afirmando": 33902, + "▁próstata": 33903, + "zep": 33904, + "▁extremidades": 33905, + "▁initiated": 33906, + "▁interpolation": 33907, + "regex": 33908, + "▁Diagnóstico": 33909, + "▁patches": 33910, + "▁Polynomial": 33911, + "▁competente": 33912, + "dison": 33913, + "ltima": 33914, + "▁Cidades": 33915, + "▁politicians": 33916, + "▁GB": 33917, + "▁influenciado": 33918, + "▁minús": 33919, + "▁volum": 33920, + "[0]);": 33921, + "esias": 33922, + "}{2": 33923, + "▁vitro": 33924, + "▁Primeiramente": 33925, + "▁frm": 33926, + "aliças": 33927, + "▁coc": 33928, + "▁poems": 33929, + "▁strengths": 33930, + "▁futur": 33931, + "▁filtros": 33932, + "▁Archae": 33933, + "▁USDA": 33934, + "cccccccc": 33935, + "▁parábola": 33936, + "▁sixth": 33937, + "▁Antrop": 33938, + "▁Background": 33939, + "eur": 33940, + "(...)": 33941, + "▁embas": 33942, + "syncthreads": 33943, + "▁campaigns": 33944, + "Optional": 33945, + "▁LC": 33946, + "▁nv": 33947, + "▁dozen": 33948, + "▁montante": 33949, + "ducer": 33950, + "▁cheias": 33951, + "▁violão": 33952, + "▁duplicate": 33953, + "▁у": 33954, + "▁16#0": 33955, + "inging": 33956, + "Git": 33957, + "330000": 33958, + "▁produtivos": 33959, + ".||": 33960, + "▁Casc": 33961, + "jg": 33962, + "EEEE": 33963, + "▁Conta": 33964, + "787": 33965, + "▁atribuída": 33966, + "▁dicionário": 33967, + "▁suggestion": 33968, + "▁1993.": 33969, + "IAÇÃO": 33970, + "ónico": 33971, + "plasia": 33972, + "Kit": 33973, + "994": 33974, + "▁Jonathan": 33975, + "▁'15": 33976, + "▁vulgar": 33977, + "▁sake": 33978, + "▁shifted": 33979, + "▁cpu": 33980, + "Fix": 33981, + "▁Border": 33982, + "▁TT": 33983, + "▁Bloc": 33984, + "▁Romanos": 33985, + "ITION": 33986, + "▁RESUMO": 33987, + "▁cortisol": 33988, + "▁Independence": 33989, + "DN": 33990, + "ties": 33991, + "▁pulver": 33992, + "rópole": 33993, + "▁compil": 33994, + "▁prevalent": 33995, + "NEW": 33996, + "▁obstáculo": 33997, + "▁espontânea": 33998, + "oly": 33999, + "▁cref": 34000, + "▁promoted": 34001, + "ounters": 34002, + "▁3/": 34003, + "Observ": 34004, + "▁Universitário": 34005, + "▁pediatric": 34006, + "essim": 34007, + "▁...,": 34008, + "▁precious": 34009, + "495": 34010, + "▁foundations": 34011, + "▁salientar": 34012, + "▁seats": 34013, + "▁convida": 34014, + "▁elef": 34015, + "▁enterr": 34016, + "▁combina": 34017, + "▁birthday": 34018, + "▁simbólica": 34019, + "▁whales": 34020, + "▁dirigentes": 34021, + "▁saturated": 34022, + "Html": 34023, + "▁lectures": 34024, + "▁Pires": 34025, + "▁stimulate": 34026, + "▁pintar": 34027, + "▁convinced": 34028, + "▁elaborada": 34029, + "▁270": 34030, + "▁barulho": 34031, + "▁odont": 34032, + "▁...)": 34033, + ":15": 34034, + "ablish": 34035, + "▁Científica": 34036, + "▁newspapers": 34037, + "▁Júpiter": 34038, + "apos": 34039, + "▁Novos": 34040, + "▁clicking": 34041, + "▁Juiz": 34042, + "ampler": 34043, + "claimed": 34044, + "▁conject": 34045, + "positions": 34046, + "▁absent": 34047, + "▁gigantes": 34048, + "▁retirado": 34049, + "odel": 34050, + "▁Cristianismo": 34051, + "▁sítios": 34052, + "harp": 34053, + "▁Missão": 34054, + "▁vizinho": 34055, + "jk": 34056, + "Skip": 34057, + "walk": 34058, + "▁heap": 34059, + "▁Titan": 34060, + "$\\": 34061, + "▁insufficient": 34062, + "▁DIV": 34063, + "▁esperava": 34064, + "▁outdoors": 34065, + "▁accidental": 34066, + "▁architectural": 34067, + "2020": 34068, + "shell": 34069, + "▁Kub": 34070, + "▁lindo": 34071, + "▁Interval": 34072, + "▁substantially": 34073, + "▁portuguesas": 34074, + "▁norms": 34075, + "▁ento": 34076, + "▁elet": 34077, + "▁radioactive": 34078, + "▁sang": 34079, + "▁traduzido": 34080, + "▁Lt": 34081, + "orei": 34082, + "Actions": 34083, + "▁Turquia": 34084, + "EXP": 34085, + "▁hay": 34086, + "▁Naquele": 34087, + "precision": 34088, + "▁acordar": 34089, + "▁PROVID": 34090, + "▁VIS": 34091, + "hatt": 34092, + "▁letivo": 34093, + "▁privilégios": 34094, + "▁recruit": 34095, + "▁eps": 34096, + "orado": 34097, + "▁observador": 34098, + "▁britânica": 34099, + "▁regen": 34100, + "▁fluxos": 34101, + "▁espada": 34102, + "▁fração": 34103, + "▁augment": 34104, + "0002": 34105, + "Small": 34106, + "▁Princípio": 34107, + "▁Margaret": 34108, + "ileno": 34109, + "▁Setup": 34110, + "▁Promover": 34111, + ":6": 34112, + "xyz": 34113, + "▁Pav": 34114, + "▁Fátima": 34115, + "▁denied": 34116, + "▁ferrovi": 34117, + "jando": 34118, + "▁sucos": 34119, + "mr": 34120, + "▁Squ": 34121, + "▁ótica": 34122, + "apps": 34123, + "▁kar": 34124, + "opencv": 34125, + "▁diretos": 34126, + "▁intimidade": 34127, + "Fail": 34128, + "▁falsos": 34129, + "▁hearts": 34130, + "▁portador": 34131, + "▁-11": 34132, + "▁hasn": 34133, + "▁mapped": 34134, + "apple": 34135, + "▁Giov": 34136, + "▁suited": 34137, + "▁círculos": 34138, + "▁vog": 34139, + "▁expedition": 34140, + "▁gestantes": 34141, + "▁Nab": 34142, + "Encoder": 34143, + "▁registradas": 34144, + "▁pertencente": 34145, + "▁PCB": 34146, + "LOCAL": 34147, + "887": 34148, + "▁melting": 34149, + "▁batalhas": 34150, + "▁weren": 34151, + "▁empenh": 34152, + "▁denúncia": 34153, + "ARA": 34154, + "▁criativas": 34155, + "▁pept": 34156, + "▁seguiram": 34157, + "▁entendemos": 34158, + "▁2030": 34159, + "▁Shel": 34160, + "▁trase": 34161, + "▁Generic": 34162, + "▁hint": 34163, + "▁Oz": 34164, + "▁freq": 34165, + "▁Weber": 34166, + "Measure": 34167, + "▁-3.": 34168, + "▁feasible": 34169, + "46,": 34170, + "vh": 34171, + "Else": 34172, + "swap": 34173, + "▁Bert": 34174, + "esuítas": 34175, + "▁Illustr": 34176, + "undef": 34177, + "▁seminário": 34178, + "▁psi": 34179, + "▁genetically": 34180, + "▁tril": 34181, + "▁estrat": 34182, + "▁IEEE": 34183, + "▁presenting": 34184, + "usage": 34185, + "years": 34186, + "▁coher": 34187, + "▁Quantas": 34188, + "▁[–": 34189, + "▁gi": 34190, + "=6": 34191, + "▁manteiga": 34192, + "Arc": 34193, + "▁Tropical": 34194, + "▁Usar": 34195, + "▁Inclusive": 34196, + "▁exibição": 34197, + "ônimos": 34198, + "▁louvor": 34199, + "▁crê": 34200, + "há": 34201, + "▁Caminho": 34202, + "▁Haz": 34203, + "orose": 34204, + "▁forno": 34205, + "▁escrevendo": 34206, + "▁COP": 34207, + "▁involunt": 34208, + "SLS": 34209, + "▁liked": 34210, + "checkbox": 34211, + "▁soda": 34212, + "▁ofert": 34213, + "(-1,": 34214, + "▁inadequada": 34215, + "▁cpl": 34216, + "▁Dent": 34217, + "▁intervir": 34218, + "▁protects": 34219, + "araó": 34220, + "▁Diretrizes": 34221, + "▁Fit": 34222, + "Prime": 34223, + "▁burocr": 34224, + "(1):": 34225, + "▁retained": 34226, + "▁Resultados": 34227, + "▁Vide": 34228, + "▁skilled": 34229, + "▁liberdades": 34230, + "▁nervo": 34231, + "097": 34232, + "▁AWS": 34233, + "ENABLE": 34234, + "▁imports": 34235, + "▁Fase": 34236, + "EOF": 34237, + "cem": 34238, + "▁maravilhosa": 34239, + "▁reflexos": 34240, + "dar": 34241, + "ibe": 34242, + "▁FRE": 34243, + "▁possuíam": 34244, + "▁forg": 34245, + "▁menop": 34246, + "orne": 34247, + "▁desirable": 34248, + "Rules": 34249, + "▁suprem": 34250, + "vw": 34251, + "▁Lux": 34252, + "scriptions": 34253, + "cuo": 34254, + "▁captar": 34255, + "▁chegamos": 34256, + "▁governance": 34257, + "▁muros": 34258, + "▁cópias": 34259, + "▁concursos": 34260, + "▁cfg": 34261, + "▁bowl": 34262, + "▁Graça": 34263, + "▁bore": 34264, + "▁Ensure": 34265, + "▁questionamento": 34266, + "446": 34267, + "847": 34268, + "▁admitir": 34269, + "▁restart": 34270, + "▁registra": 34271, + "xes": 34272, + "emen": 34273, + "undas": 34274, + "▁365": 34275, + "erk": 34276, + "▁drew": 34277, + "▁actors": 34278, + "Drag": 34279, + "330": 34280, + "sleep": 34281, + "▁Isl": 34282, + "▁carácter": 34283, + ",1),": 34284, + "▁GNAT": 34285, + "Prob": 34286, + "▁digna": 34287, + "▁venceu": 34288, + "▁conservador": 34289, + "▁participated": 34290, + "▁preceding": 34291, + "▁séria": 34292, + "▁warmer": 34293, + "▁discutido": 34294, + "▁pathogens": 34295, + "557": 34296, + "▁carioca": 34297, + "▁Explorer": 34298, + "▁[4]": 34299, + "▁Uber": 34300, + "▁Buddha": 34301, + "Cat": 34302, + "UFR": 34303, + "▁dedicou": 34304, + "MASK": 34305, + "arange": 34306, + "47,": 34307, + "ccion": 34308, + "oric": 34309, + "665": 34310, + "mouth": 34311, + "cud": 34312, + "▁exigindo": 34313, + "!=": 34314, + "rafia": 34315, + "▁Rank": 34316, + "tut": 34317, + "▁gua": 34318, + "]}": 34319, + "▁subscription": 34320, + "▁TString": 34321, + "▁Beatriz": 34322, + "▁atribuir": 34323, + "ESA": 34324, + "▁trouxeram": 34325, + "▁physiological": 34326, + "$0": 34327, + "▁LIV": 34328, + "▁\"1": 34329, + "áfora": 34330, + "▁Evolução": 34331, + "▁bladder": 34332, + "▁Wave": 34333, + "▁cafeína": 34334, + "▁Publicada": 34335, + "▁dividend": 34336, + "▁permitiram": 34337, + "▁ventre": 34338, + "▁dynam": 34339, + "áut": 34340, + "▁QR": 34341, + "ECE": 34342, + "▁Ages": 34343, + "▁omit": 34344, + "VIMENTO": 34345, + "▁confirma": 34346, + "▁MOR": 34347, + "▁emancipação": 34348, + "▁Dê": 34349, + "ivative": 34350, + "▁semelhanças": 34351, + "Bu": 34352, + "011": 34353, + "▁impe": 34354, + "▁recolher": 34355, + "▁perigosa": 34356, + "payload": 34357, + "occus": 34358, + "▁legitimidade": 34359, + "isy": 34360, + "hoen": 34361, + "▁Bed": 34362, + "▁previstos": 34363, + "▁promotion": 34364, + "▁inteiros": 34365, + "_9": 34366, + "▁apresentava": 34367, + "ostamente": 34368, + "▁$00000000,": 34369, + "▁uc": 34370, + "▁projetar": 34371, + "▁Yang": 34372, + "▁elimination": 34373, + "unate": 34374, + "SSSSSSSS": 34375, + "▁encompass": 34376, + "▁champ": 34377, + "▁Exc": 34378, + "▁Reduc": 34379, + "▁printer": 34380, + "▁terapias": 34381, + "▁congestion": 34382, + "▁oprim": 34383, + "▁Práticas": 34384, + "776": 34385, + "▁mutação": 34386, + "▁converte": 34387, + "2525": 34388, + "Star": 34389, + "▁Opin": 34390, + "▁Afro": 34391, + "▁protagonismo": 34392, + "▁eligible": 34393, + "▁Everything": 34394, + "▁equilibrar": 34395, + "ACA": 34396, + "▁unfold": 34397, + "▁Philosophy": 34398, + "amarca": 34399, + "▁sacos": 34400, + "rimin": 34401, + "identifier": 34402, + "17:": 34403, + "▁cáps": 34404, + "▁dispatch": 34405, + "▁comunitários": 34406, + ")\")": 34407, + "▁permitirá": 34408, + "▁LINE": 34409, + "▁associar": 34410, + "▁efficacy": 34411, + "▁programmes": 34412, + "▁Ki": 34413, + "▁OEIS": 34414, + "▁Quatro": 34415, + "▁desconhecida": 34416, + "▁nelas": 34417, + "partition": 34418, + "plt": 34419, + "▁forb": 34420, + "▁Joana": 34421, + "▁desencadear": 34422, + "ÁS": 34423, + "▁Template": 34424, + "▁conso": 34425, + "▁ecologia": 34426, + "▁indireta": 34427, + "ocaust": 34428, + "een": 34429, + "cises": 34430, + "sections": 34431, + "▁ilustração": 34432, + "▁testemunhas": 34433, + "Fatal": 34434, + "▁dismiss": 34435, + "▁hub": 34436, + "▁Mix": 34437, + "▁considers": 34438, + "MED": 34439, + "▁siga": 34440, + "▁bioma": 34441, + "Rank": 34442, + "▁salva": 34443, + "▁newsletter": 34444, + "ORIA": 34445, + "▁39,": 34446, + "669": 34447, + "▁pride": 34448, + "▁antagon": 34449, + "loyd": 34450, + "▁objetiv": 34451, + "terly": 34452, + "ingham": 34453, + "▁reputação": 34454, + "▁Screen": 34455, + "▁startup": 34456, + "▁Items": 34457, + "▁polêmica": 34458, + "▁proportions": 34459, + "ardia": 34460, + "▁Vitamina": 34461, + "▁cadeiras": 34462, + "▁fomentar": 34463, + "lessly": 34464, + "▁saindo": 34465, + "▁silent": 34466, + "▁compassion": 34467, + "▁adrenal": 34468, + "0.9": 34469, + "onos": 34470, + "Inner": 34471, + "▁espero": 34472, + "Board": 34473, + "▁croc": 34474, + "Leg": 34475, + "▁frágil": 34476, + "▁02/": 34477, + "▁incríveis": 34478, + "▁prejudica": 34479, + ":8080/\",": 34480, + "▁desfrutar": 34481, + "231": 34482, + "▁contributors": 34483, + "_->": 34484, + "▁Liberal": 34485, + "86,": 34486, + "MENTE": 34487, + "▁imprimir": 34488, + "▁publicly": 34489, + "▁traces": 34490, + "▁barata": 34491, + "▁prints": 34492, + "▁condem": 34493, + "▁imaginary": 34494, + "▁conectados": 34495, + "▁sensoriais": 34496, + "▁Hawaii": 34497, + "Graduação": 34498, + "▁Esqu": 34499, + "▁Brito": 34500, + "▁ceram": 34501, + "▁povoado": 34502, + "▁Mountains": 34503, + "Writ": 34504, + "ílica": 34505, + "voc": 34506, + "▁ingresso": 34507, + "▁Ethi": 34508, + "DEVICE": 34509, + "▁Sinais": 34510, + "orre": 34511, + "▁primitiva": 34512, + "▁fumo": 34513, + "▁rash": 34514, + "▁ALLOC": 34515, + "▁Reserva": 34516, + "▁praças": 34517, + "▁Municípios": 34518, + "▁edificação": 34519, + "▁handles": 34520, + "iffs": 34521, + "▁ties": 34522, + "▁artrite": 34523, + "▁restaurante": 34524, + "▁ко": 34525, + "▁Irlanda": 34526, + "▁economically": 34527, + "▁Cál": 34528, + "oping": 34529, + "▁Va": 34530, + "FUNCTION": 34531, + "▁arquitect": 34532, + "▁gang": 34533, + "▁afetando": 34534, + "ariais": 34535, + "▁instância": 34536, + "Rout": 34537, + "▁definitivo": 34538, + "▁damaging": 34539, + "▁residence": 34540, + "úl": 34541, + "idora": 34542, + "▁Estima": 34543, + "▁calculates": 34544, + "▁PCR": 34545, + "▁generators": 34546, + "02:": 34547, + "▁Jay": 34548, + "▁caf": 34549, + "▁filtered": 34550, + "▁cobra": 34551, + "▁Nazaré": 34552, + "▁Cod": 34553, + "▁beef": 34554, + "▁pregu": 34555, + "▁Promise": 34556, + "antins": 34557, + "▁advised": 34558, + "cipy": 34559, + "▁Sete": 34560, + "▁trains": 34561, + "jection": 34562, + "AMF": 34563, + "▁rotinas": 34564, + "▁3);": 34565, + "▁preocupante": 34566, + "▁illustration": 34567, + "▁escoamento": 34568, + "▁itiner": 34569, + "▁olive": 34570, + "LENGTH": 34571, + "ombar": 34572, + "▁Alliance": 34573, + "▁invisible": 34574, + "▁equidade": 34575, + "=\"../../../../": 34576, + "virtual": 34577, + "`);": 34578, + "▁responded": 34579, + "AMB": 34580, + "▁Tub": 34581, + "▁aluna": 34582, + "▁ignorar": 34583, + "íaca": 34584, + "▁psicólogos": 34585, + "▁patologias": 34586, + "19:": 34587, + "▁biog": 34588, + "races": 34589, + "▁larvas": 34590, + "▁seme": 34591, + "▁brutal": 34592, + "usercontent": 34593, + "▁Princeton": 34594, + "VIEW": 34595, + "▁reum": 34596, + "▁feto": 34597, + "▁preceitos": 34598, + "765": 34599, + "▁suplementação": 34600, + "ÚDE": 34601, + "▁tempt": 34602, + "matches": 34603, + "UNDO": 34604, + "roleum": 34605, + "▁inovadora": 34606, + "▁raciais": 34607, + "0.2": 34608, + "▁rt": 34609, + "icut": 34610, + "▁hate": 34611, + "Rs": 34612, + "▁buscou": 34613, + "▁Weather": 34614, + "▁Evitar": 34615, + "▁Cax": 34616, + "▁molar": 34617, + "▁Adicion": 34618, + "mis": 34619, + "▁respiratórios": 34620, + "▁enact": 34621, + "▁cipher": 34622, + "▁cry": 34623, + "▁achei": 34624, + "▁Gama": 34625, + "▁americanas": 34626, + "▁adversário": 34627, + "▁compostagem": 34628, + "annah": 34629, + "▁PROCED": 34630, + "▁veneno": 34631, + "▁Joint": 34632, + "FIELD": 34633, + "▁Aumento": 34634, + "▁juízes": 34635, + "▁dispersão": 34636, + "▁agem": 34637, + "▁passivo": 34638, + "▁Pesquisadores": 34639, + "processor": 34640, + "0026": 34641, + "▁Florianópolis": 34642, + "▁onlyOwner": 34643, + "dg": 34644, + "▁Ribeirão": 34645, + "UTC": 34646, + "▁specialists": 34647, + "▁combinar": 34648, + "▁sacrifícios": 34649, + "▁Configuration": 34650, + "▁explosion": 34651, + "Rom": 34652, + "▁publicadas": 34653, + "▁Prova": 34654, + "▁snack": 34655, + "▁inserida": 34656, + "atual": 34657, + "overline": 34658, + "Watch": 34659, + "▁percebido": 34660, + "xD": 34661, + "▁Gri": 34662, + "Stage": 34663, + "▁inovador": 34664, + "3030": 34665, + "▁48,": 34666, + "▁fila": 34667, + "▁Reduce": 34668, + "▁Mail": 34669, + "érbios": 34670, + "▁cultivada": 34671, + "▁monumentos": 34672, + "▁bandwidth": 34673, + "means": 34674, + "▁printable": 34675, + "▁convenience": 34676, + "ÔN": 34677, + "▁bicicletas": 34678, + "▁sindicatos": 34679, + "axes": 34680, + "▁caros": 34681, + "▁Affairs": 34682, + "▁Thinking": 34683, + "▁revital": 34684, + "FK": 34685, + "▁rewards": 34686, + "▁Escreva": 34687, + "▁chamava": 34688, + "▁benéfico": 34689, + "▁41,": 34690, + "▁diretores": 34691, + "▁Ott": 34692, + "▁1.0,": 34693, + "▁INPUT": 34694, + "854": 34695, + "▁compressão": 34696, + "▁correspondentes": 34697, + "060": 34698, + "posts": 34699, + "▁bunch": 34700, + "Units": 34701, + "▁uuid": 34702, + "▁Therapy": 34703, + "ceeds": 34704, + "▁xícara": 34705, + "[],": 34706, + "ña": 34707, + "Analy": 34708, + "▁missa": 34709, + "Running": 34710, + "▁desvalor": 34711, + "▁Anthony": 34712, + "▁inventor": 34713, + "▁intrinsic": 34714, + "▁crowd": 34715, + "educação": 34716, + "▁BD": 34717, + "▁Leave": 34718, + "▁Offline": 34719, + "preced": 34720, + "arian": 34721, + "▁visualization": 34722, + "Merge": 34723, + "▁Electron": 34724, + "oh": 34725, + "▁“[": 34726, + "Camera": 34727, + "▁12-": 34728, + "759": 34729, + "ASSERT": 34730, + "▁agradecer": 34731, + "▁Benefits": 34732, + "ци": 34733, + "▁1.9": 34734, + "▁entrando": 34735, + "▁couve": 34736, + "▁aposentadoria": 34737, + "▁quedas": 34738, + "▁descobri": 34739, + "796": 34740, + "▁cet": 34741, + "iscop": 34742, + "MET": 34743, + "^^^^": 34744, + "ativismo": 34745, + "▁Fraction": 34746, + "2.2": 34747, + "▁lenses": 34748, + "▁coca": 34749, + "^{2": 34750, + "▁robô": 34751, + "▁Redução": 34752, + "▁vomiting": 34753, + "378": 34754, + "▁85%": 34755, + "=100": 34756, + "ecos": 34757, + "▁Mouse": 34758, + "▁cubes": 34759, + "itzerland": 34760, + "▁978-": 34761, + "▁clarity": 34762, + "terra": 34763, + "▁constitute": 34764, + "▁introduces": 34765, + "––": 34766, + "▁eclipse": 34767, + "vic": 34768, + "▁certified": 34769, + "▁177": 34770, + "=$(": 34771, + "▁bark": 34772, + "▁seemingly": 34773, + "▁Independent": 34774, + "▁similarities": 34775, + "▁traçar": 34776, + "▁2011-": 34777, + "▁\\(": 34778, + "▁Amaral": 34779, + "▁decorre": 34780, + "iritismo": 34781, + "▁closure": 34782, + "▁acontecido": 34783, + "▁aveia": 34784, + "▁47.": 34785, + "idepress": 34786, + "▁tratava": 34787, + "▁41.": 34788, + "▁Lex": 34789, + "beu": 34790, + "▁envolveu": 34791, + "▁differentiation": 34792, + "Destination": 34793, + "adays": 34794, + "276": 34795, + "▁adjustment": 34796, + "elhi": 34797, + "orna": 34798, + "▁groundwater": 34799, + "▁constituindo": 34800, + "32:": 34801, + "Processor": 34802, + "traps": 34803, + "▁caracterizam": 34804, + "▁cumpre": 34805, + "▁Seguindo": 34806, + "hind": 34807, + "hspace": 34808, + "▁corredores": 34809, + "úveis": 34810, + "▁perfis": 34811, + "▁cine": 34812, + "FCF": 34813, + "10;": 34814, + "▁bir": 34815, + "▁Assign": 34816, + "essions": 34817, + "▁baseball": 34818, + "▁modifications": 34819, + "SYSTEM": 34820, + "ivated": 34821, + "ície": 34822, + "▁chi": 34823, + "▁Lúcia": 34824, + "▁companion": 34825, + "jango": 34826, + "▁ressonância": 34827, + "▁reservatório": 34828, + "▁Bond": 34829, + "Separator": 34830, + "▁hierarchy": 34831, + "▁Chr": 34832, + "compat": 34833, + "▁Philippines": 34834, + "▁MATER": 34835, + "▁staying": 34836, + "Framework": 34837, + "▁preventiva": 34838, + "▁contradição": 34839, + "▁Saturn": 34840, + "▁PG": 34841, + "▁Archived": 34842, + "▁0.5,": 34843, + "▁passadas": 34844, + "294": 34845, + "▁Ship": 34846, + "▁lighter": 34847, + "▁visibility": 34848, + "angel": 34849, + "257": 34850, + "▁quotient": 34851, + "prising": 34852, + "▁Terceiro": 34853, + "190": 34854, + "varo": 34855, + "▁universitários": 34856, + "uition": 34857, + "▁junta": 34858, + "▁geographical": 34859, + "2],": 34860, + "769": 34861, + "bridge": 34862, + "▁colect": 34863, + "▁descritas": 34864, + "payment": 34865, + "▁jne": 34866, + "POINT": 34867, + "▁recycled": 34868, + "ZERO": 34869, + "ceira": 34870, + "▁Hint": 34871, + "English": 34872, + "▁Amount": 34873, + "Pin": 34874, + "MESSAGE": 34875, + "▁stays": 34876, + "▁monumento": 34877, + "▁exato": 34878, + "▁descobre": 34879, + "Hook": 34880, + "▁intrig": 34881, + "▁campeão": 34882, + "▁00:00:00": 34883, + "▁cultivadas": 34884, + "▁classificar": 34885, + "▁CODE": 34886, + "▁rentabilidade": 34887, + "Fonte": 34888, + "▁ajustes": 34889, + "▁herpes": 34890, + "Missing": 34891, + "469": 34892, + "geno": 34893, + "▁CULT": 34894, + "24)": 34895, + "ógenos": 34896, + "▁Coreia": 34897, + "▁Latino": 34898, + "▁atribuições": 34899, + "▁composições": 34900, + "('\\": 34901, + "▁filt": 34902, + "machine": 34903, + "▁dispor": 34904, + "▁Lutero": 34905, + "fic": 34906, + "apan": 34907, + "Ori": 34908, + "induced": 34909, + "▁levanta": 34910, + "▁transações": 34911, + "enario": 34912, + "▁Marina": 34913, + "▁banking": 34914, + "Foi": 34915, + "▁permits": 34916, + "categories": 34917, + "console": 34918, + "▁separa": 34919, + "Charset": 34920, + "▁substantivo": 34921, + "▁morta": 34922, + "▁Namespace": 34923, + "▁declarações": 34924, + "MAIN": 34925, + "▁$($": 34926, + "▁caution": 34927, + "▁profiles": 34928, + "▁Spr": 34929, + "▁potent": 34930, + "▁vestígios": 34931, + "▁overse": 34932, + "▁designar": 34933, + "▁inspection": 34934, + "494": 34935, + "anka": 34936, + "itched": 34937, + "318": 34938, + "▁Buddhist": 34939, + "▁Qur": 34940, + "▁polyg": 34941, + "▁contava": 34942, + "▁compartilhada": 34943, + "ivista": 34944, + "▁distanciamento": 34945, + "mL": 34946, + "ARES": 34947, + "▁herbs": 34948, + "uti": 34949, + "▁Importante": 34950, + "▁combustion": 34951, + "▁deficiente": 34952, + "INI": 34953, + "Members": 34954, + "▁deployed": 34955, + "▁ENDDO": 34956, + "▁positively": 34957, + "▁incentiva": 34958, + "▁0.07": 34959, + "olith": 34960, + "identity": 34961, + "▁lembrança": 34962, + "verify": 34963, + "▁navegador": 34964, + "▁crav": 34965, + "▁possession": 34966, + "iotic": 34967, + "▁tsun": 34968, + "▁encontrei": 34969, + "igmat": 34970, + "burgo": 34971, + "isões": 34972, + "▁JES": 34973, + "▁Lourenço": 34974, + "▁verified": 34975, + "▁orgânicas": 34976, + "▁cooperativas": 34977, + "292": 34978, + "orean": 34979, + "estation": 34980, + "▁erup": 34981, + "reverse": 34982, + "ificaram": 34983, + "▁Anglo": 34984, + "▁aonde": 34985, + "822": 34986, + "▁arises": 34987, + ".........": 34988, + "▁cola": 34989, + "▁cous": 34990, + "Office": 34991, + "▁Authors": 34992, + "311": 34993, + "▁GMT": 34994, + "Software": 34995, + "▁surveillance": 34996, + "▁Yale": 34997, + "OBJECT": 34998, + "▁Disney": 34999, + "▁Gandhi": 35000, + "▁maturity": 35001, + "▁followers": 35002, + "▁apontou": 35003, + "▁occupy": 35004, + "▁acelerado": 35005, + "..\\": 35006, + "▁listas": 35007, + "▁protagonistas": 35008, + "▁Jung": 35009, + "▁NF": 35010, + "▁voluntária": 35011, + "▁differs": 35012, + "▁Eur": 35013, + "IH": 35014, + "RN": 35015, + "▁€": 35016, + "▁rote": 35017, + "▁audi": 35018, + "▁arrog": 35019, + "▁retomada": 35020, + "(0).": 35021, + "oking": 35022, + "▁instructor": 35023, + "▁Subjects": 35024, + "▁metam": 35025, + "▁transformer": 35026, + "▁recrut": 35027, + "uando": 35028, + "▁recorrente": 35029, + "▁Alloc": 35030, + "▁Hopkins": 35031, + "▁abób": 35032, + "Mass": 35033, + "RK": 35034, + "fee": 35035, + "▁usavam": 35036, + "▁lottery": 35037, + "BCBC": 35038, + "▁McK": 35039, + "▁curved": 35040, + "▁económicas": 35041, + "ATT": 35042, + "▁recipientes": 35043, + "▁arrependimento": 35044, + "▁grosso": 35045, + "▁referenced": 35046, + "2018": 35047, + "▁Hort": 35048, + "▁achou": 35049, + "▁Trace": 35050, + "▁Reun": 35051, + "ropolitan": 35052, + "▁determinam": 35053, + "rett": 35054, + "▁rabb": 35055, + "▁Curr": 35056, + "▁levá": 35057, + "▁queen": 35058, + "▁consisted": 35059, + "qt": 35060, + "▁Oak": 35061, + "▁grants": 35062, + "▁ordenou": 35063, + "▁Quinta": 35064, + "▁failing": 35065, + "▁liturgia": 35066, + "▁pharmac": 35067, + "▁tomorrow": 35068, + "Monitor": 35069, + "▁acessórios": 35070, + "▁esportivas": 35071, + "▁$00,": 35072, + "767": 35073, + "▁creio": 35074, + "▁gifts": 35075, + "▁Approach": 35076, + "▁masculina": 35077, + "▁terrain": 35078, + "248": 35079, + "guia": 35080, + "ows": 35081, + "▁illustrations": 35082, + "▁subjected": 35083, + "supported": 35084, + "uh": 35085, + "▁hr": 35086, + "Compat": 35087, + "encar": 35088, + "▁investing": 35089, + "IFT": 35090, + "▁disasters": 35091, + "▁practitioners": 35092, + "ELSE": 35093, + "uidade": 35094, + "(8)": 35095, + "▁Fortunately": 35096, + "▁curriculares": 35097, + "ctoral": 35098, + "▁2008).": 35099, + "▁trevas": 35100, + "▁balloon": 35101, + "nail": 35102, + "▁Wagner": 35103, + "▁educate": 35104, + "CLIENT": 35105, + "▁questionário": 35106, + "▁124": 35107, + "▁bub": 35108, + "▁barras": 35109, + "▁mapeamento": 35110, + "▁scanning": 35111, + "▁assessing": 35112, + "▁eucal": 35113, + "VES": 35114, + "orum": 35115, + "▁Café": 35116, + "▁definem": 35117, + "LIO": 35118, + "▁Orle": 35119, + "iças": 35120, + "atário": 35121, + "▁ONLY": 35122, + "Renderer": 35123, + "▁malária": 35124, + "▁Transc": 35125, + "▁estimulam": 35126, + "▁Nurs": 35127, + "▁breakfast": 35128, + "ivid": 35129, + "▁switches": 35130, + "dess": 35131, + "▁bowel": 35132, + "GroupName": 35133, + "▁concorda": 35134, + "846": 35135, + "▁praticada": 35136, + "▁fermentação": 35137, + "_32": 35138, + "▁Indo": 35139, + "RAÇÃO": 35140, + "▁cego": 35141, + "enho": 35142, + "▁boats": 35143, + "&&&&": 35144, + "▁QUA": 35145, + "▁arrest": 35146, + "▁austral": 35147, + "aceae": 35148, + "élgica": 35149, + "▁Quantum": 35150, + "▁hered": 35151, + "▁Executive": 35152, + "relu": 35153, + "▁explores": 35154, + "284": 35155, + "▁ape": 35156, + "▁disputas": 35157, + "▁orar": 35158, + "▁Articles": 35159, + "▁ligam": 35160, + "▁integram": 35161, + "ernels": 35162, + "▁promoveu": 35163, + "inja": 35164, + "▁Ideal": 35165, + "▁Propag": 35166, + "▁isolada": 35167, + "▁propostos": 35168, + "▁Jacques": 35169, + "geis": 35170, + "▁Norway": 35171, + "heu": 35172, + "mates": 35173, + "▁1991.": 35174, + "▁miser": 35175, + "▁Garant": 35176, + "fatos": 35177, + "▁atendendo": 35178, + "242": 35179, + "tempo": 35180, + "▁Liver": 35181, + "cookies": 35182, + "▁Blogger": 35183, + "▁utilizing": 35184, + "▁coli": 35185, + "brush": 35186, + "▁Raz": 35187, + "▁Nicola": 35188, + "/0": 35189, + "-50": 35190, + "▁muro": 35191, + "▁Pearson": 35192, + "▁anchor": 35193, + "▁citação": 35194, + "▁crossed": 35195, + "▁arred": 35196, + "▁stresses": 35197, + "▁correlated": 35198, + "▁antimicrob": 35199, + "348": 35200, + "▁!$": 35201, + "uez": 35202, + "warnings": 35203, + "▁subiu": 35204, + "4545": 35205, + "▁DIST": 35206, + "▁Papers": 35207, + "enet": 35208, + "▁authorized": 35209, + "▁Jacó": 35210, + "queleto": 35211, + "▁gestor": 35212, + "▁perdidos": 35213, + "▁condicionamento": 35214, + "▁atualizado": 35215, + "▁atravessar": 35216, + "Sv": 35217, + "robras": 35218, + "▁tru": 35219, + "▁GRE": 35220, + "itarismo": 35221, + "▁citadas": 35222, + "▁sobrecar": 35223, + "hte": 35224, + "▁ABS": 35225, + "▁passenger": 35226, + "aldo": 35227, + "CLE": 35228, + "▁Robinson": 35229, + "▁capturar": 35230, + "GRAFIA": 35231, + "▁Technologies": 35232, + "▁flesh": 35233, + "▁assumindo": 35234, + "ovos": 35235, + "▁saco": 35236, + "▁Rating": 35237, + "▁DL": 35238, + "umba": 35239, + "Family": 35240, + "▁basin": 35241, + "▁Homo": 35242, + "Compan": 35243, + "archar": 35244, + "▁distribuir": 35245, + "▁axi": 35246, + "terms": 35247, + "▁gums": 35248, + "ativeiro": 35249, + "▁incoming": 35250, + "USED": 35251, + "tbody": 35252, + "▁fura": 35253, + "bucket": 35254, + "1.1.": 35255, + "\":\"\",\"": 35256, + "▁dorsal": 35257, + "Lookup": 35258, + "▁aprimoramento": 35259, + "▁0))": 35260, + "ostream": 35261, + "▁sapatos": 35262, + "▁diger": 35263, + "▁tric": 35264, + "▁Neurol": 35265, + "▁presencial": 35266, + "omm": 35267, + "▁caller": 35268, + "\"\\": 35269, + "▁valued": 35270, + "▁AULA": 35271, + "relations": 35272, + "▁leito": 35273, + "▁GT": 35274, + "POL": 35275, + "▁inspire": 35276, + "▁infectados": 35277, + "STA": 35278, + "▁divisions": 35279, + "▁Equil": 35280, + "stdout": 35281, + "coef": 35282, + "▁Beth": 35283, + "▁Compreender": 35284, + "ugos": 35285, + "▁indent": 35286, + "(\\$": 35287, + "ourt": 35288, + "Radius": 35289, + "ENVOL": 35290, + "▁Bruce": 35291, + "▁desespero": 35292, + "▁ink": 35293, + "▁battles": 35294, + "▁bridges": 35295, + "▁aquatic": 35296, + "▁acknowledge": 35297, + "▁alfabeto": 35298, + "rhs": 35299, + "fox": 35300, + "▁decisivo": 35301, + "igam": 35302, + "▁BLOCK": 35303, + "▁pães": 35304, + "▁Amendment": 35305, + "▁precisará": 35306, + "▁javax": 35307, + "▁2010).": 35308, + "▁rendering": 35309, + "Gn": 35310, + "▁HOLD": 35311, + "itante": 35312, + "▁Terapia": 35313, + "▁orais": 35314, + "▁за": 35315, + "▁vertebral": 35316, + "ighters": 35317, + "▁prolonged": 35318, + "▁vitor": 35319, + "▁automação": 35320, + "TEMP": 35321, + "▁súb": 35322, + "Geral": 35323, + "▁Nietzsche": 35324, + "779": 35325, + "leading": 35326, + "▁conceitual": 35327, + "▁Cristã": 35328, + "orname": 35329, + "tokenId": 35330, + "▁2006).": 35331, + "▁anymore": 35332, + "▁anniversary": 35333, + "Sym": 35334, + "▁extras": 35335, + "▁geography": 35336, + "backend": 35337, + "alm": 35338, + "▁Ron": 35339, + "▁observamos": 35340, + "▁lingü": 35341, + "▁Histórias": 35342, + "helm": 35343, + "▁Scalar": 35344, + "chu": 35345, + "▁();": 35346, + "▁Zeus": 35347, + "▁condenação": 35348, + "-4.": 35349, + "cancel": 35350, + "▁Laws": 35351, + "Invoke": 35352, + "▁informado": 35353, + "▁charging": 35354, + "▁Houston": 35355, + "West": 35356, + "▁inquiry": 35357, + "▁fino": 35358, + "▁Stalin": 35359, + "▁enxofre": 35360, + "▁sabores": 35361, + "CMOF": 35362, + "▁TIP": 35363, + "ílico": 35364, + "Documents": 35365, + "▁passeios": 35366, + "beat": 35367, + "zens": 35368, + "▁beds": 35369, + "▁steep": 35370, + "▁dataframe": 35371, + "▁combinações": 35372, + "122": 35373, + "▁típicas": 35374, + "▁fértil": 35375, + "::::::::": 35376, + "▁acreditamos": 35377, + "^6": 35378, + "▁": 35379, + "AAA": 35380, + "▁20)": 35381, + "numbers": 35382, + "▁Deleg": 35383, + "▁4%": 35384, + "trina": 35385, + "▁admite": 35386, + "▁angry": 35387, + "▁nasceram": 35388, + "▁amazônica": 35389, + "=-1": 35390, + "▁Vul": 35391, + "^5": 35392, + "▁extensions": 35393, + "▁pollen": 35394, + "inations": 35395, + "vertical": 35396, + "▁inauguração": 35397, + "▁sparse": 35398, + "Clip": 35399, + "GUID": 35400, + "rofia": 35401, + "▁gates": 35402, + "▁transistor": 35403, + "Dat": 35404, + "maxim": 35405, + "▁mans": 35406, + "▁wealthy": 35407, + "▁eternidade": 35408, + "▁(32": 35409, + "▁defeito": 35410, + "blockList": 35411, + "inai": 35412, + "▁dans": 35413, + "▁cebola": 35414, + "▁musculatura": 35415, + "▁Nick": 35416, + "inher": 35417, + "▁connects": 35418, + "olin": 35419, + "▁segredos": 35420, + "▁Replace": 35421, + "Will": 35422, + "fredo": 35423, + "▁Hell": 35424, + "▁44,": 35425, + "▁geomet": 35426, + "▁TJv": 35427, + "▁ganharam": 35428, + "▁atenu": 35429, + "▁05/": 35430, + "=2)": 35431, + "▁SAÚDE": 35432, + "▁efetuar": 35433, + "▁Tente": 35434, + "▁pollutants": 35435, + "▁historically": 35436, + "▁Sport": 35437, + "▁adquirida": 35438, + "▁aprendizagens": 35439, + "▁Blu": 35440, + "▁Kelly": 35441, + "▁Juliana": 35442, + "▁modular": 35443, + "ership": 35444, + "peso": 35445, + "ijuana": 35446, + "▁expectation": 35447, + "Until": 35448, + "▁Steps": 35449, + "▁pareça": 35450, + "▁Truth": 35451, + "▁tremendous": 35452, + "▁Monet": 35453, + "atação": 35454, + "Subject": 35455, + "▁Mak": 35456, + "▁PART": 35457, + "▁Dict": 35458, + "▁celebrado": 35459, + "▁magia": 35460, + "▁Gender": 35461, + "355": 35462, + "▁BS": 35463, + "Fire": 35464, + "▁hatch": 35465, + "▁1940,": 35466, + "▁brux": 35467, + "Uniform": 35468, + "▁PRES": 35469, + "▁tortura": 35470, + "Tec": 35471, + "▁condom": 35472, + "▁coberto": 35473, + "▁borda": 35474, + "▁marcantes": 35475, + "▁dv": 35476, + "▁tau": 35477, + "Slot": 35478, + "uario": 35479, + "▁Stay": 35480, + "▁imagina": 35481, + "▁toy": 35482, + "urnas": 35483, + "▁consta": 35484, + ")**": 35485, + "▁LEG": 35486, + "▁Prove": 35487, + "▁worlds": 35488, + "▁ceiling": 35489, + "▁hebraico": 35490, + "_{2}": 35491, + "▁Hub": 35492, + "▁TG": 35493, + "nica": 35494, + "▁protecção": 35495, + "274": 35496, + "▁Barreto": 35497, + "▁Dá": 35498, + "▁С": 35499, + "▁∆": 35500, + "▁dissert": 35501, + "▁Agreement": 35502, + "atis": 35503, + "▁nocivos": 35504, + "▁scattered": 35505, + "heid": 35506, + "▁(16)": 35507, + "▁modelagem": 35508, + "▁analfabet": 35509, + "▁aumentada": 35510, + "▁incluídos": 35511, + "posure": 35512, + "▁Thompson": 35513, + "▁voices": 35514, + "▁offspring": 35515, + "▁commodities": 35516, + "▁Pand": 35517, + "▁Evangel": 35518, + "▁Preg": 35519, + "▁regulated": 35520, + "▁besides": 35521, + "▁romances": 35522, + "▁iniciação": 35523, + "iously": 35524, + "mapping": 35525, + ".8": 35526, + "okes": 35527, + "▁Jar": 35528, + "▁bulbs": 35529, + "▁Castle": 35530, + "UTION": 35531, + "▁1964,": 35532, + "Extra": 35533, + "0.1": 35534, + "▁STATE": 35535, + "▁speaks": 35536, + "▁Reich": 35537, + "geometry": 35538, + "▁united": 35539, + "▁politicamente": 35540, + "Iss": 35541, + "▁hoping": 35542, + "▁concretos": 35543, + "PON": 35544, + "▁(14)": 35545, + "ilty": 35546, + "▁predominante": 35547, + "odox": 35548, + "verde": 35549, + "▁prize": 35550, + "locked": 35551, + "▁negatively": 35552, + "▁cobrança": 35553, + "▁dreams": 35554, + "\"],\"": 35555, + "▁Reb": 35556, + "▁PASS": 35557, + "▁1948": 35558, + "▁worried": 35559, + "cii": 35560, + "▁prostate": 35561, + "rigu": 35562, + "▁relacionam": 35563, + "▁PF": 35564, + "▁invested": 35565, + "▁43,": 35566, + "▁Leop": 35567, + "▁fárm": 35568, + "▁Puzz": 35569, + "▁balança": 35570, + "▁encontre": 35571, + "▁Static": 35572, + "▁recebemos": 35573, + "ÍTULO": 35574, + "55555555": 35575, + "icando": 35576, + "▁spont": 35577, + "▁Evaluate": 35578, + "▁terrible": 35579, + "508": 35580, + "ocam": 35581, + "▁emitted": 35582, + "▁Vaz": 35583, + "pelin": 35584, + "▁tipicamente": 35585, + "encoding": 35586, + "▁envelope": 35587, + "ectar": 35588, + "ffffff": 35589, + "▁emblem": 35590, + "▁USD": 35591, + "▁deficit": 35592, + "▁contacts": 35593, + "▁acreditavam": 35594, + "▁lanche": 35595, + "▁obriga": 35596, + "▁citada": 35597, + "umente": 35598, + "▁Arque": 35599, + "ILER": 35600, + "Why": 35601, + "research": 35602, + "CType": 35603, + "▁afterwards": 35604, + "variant": 35605, + "▁colocá": 35606, + "▁pioneiro": 35607, + "▁desastre": 35608, + "rologia": 35609, + "▁neutro": 35610, + "▁universitário": 35611, + "▁1980.": 35612, + "▁Cup": 35613, + "▁dont": 35614, + "kr": 35615, + "warf": 35616, + "hedron": 35617, + "▁previsões": 35618, + "▁pensado": 35619, + "ochastic": 35620, + "▁registrou": 35621, + "▁INCLUDING": 35622, + "▁praticantes": 35623, + "▁Chen": 35624, + "▁enlarg": 35625, + "Foto": 35626, + "▁tranquilidade": 35627, + "▁óp": 35628, + "▁dei": 35629, + "▁propose": 35630, + "▁Align": 35631, + "LEFT": 35632, + "▁appropriately": 35633, + "142": 35634, + "▁multa": 35635, + "▁jus": 35636, + "Chi": 35637, + "▁strikes": 35638, + "277": 35639, + "▁nurses": 35640, + "opathy": 35641, + "▁presentations": 35642, + "0004": 35643, + "úgio": 35644, + "▁Sert": 35645, + "▁frustração": 35646, + "▁Resíduos": 35647, + "▁cows": 35648, + "▁Calendar": 35649, + "▁monetary": 35650, + "▁disciplines": 35651, + "▁Phill": 35652, + "▁Conde": 35653, + "▁metano": 35654, + "NM": 35655, + "▁desejada": 35656, + "riber": 35657, + "▁impedem": 35658, + "▁Salt": 35659, + "▁curiosidades": 35660, + "▁affirm": 35661, + "▁critica": 35662, + "ITER": 35663, + "▁elo": 35664, + "▁tênis": 35665, + "▁Genesis": 35666, + "station": 35667, + "▁Dental": 35668, + "▁Secretário": 35669, + "fico": 35670, + "▁loucura": 35671, + "▁exclude": 35672, + "▁Comunista": 35673, + "▁evidencia": 35674, + "▁parâmetro": 35675, + "▁devolv": 35676, + "▁Diseases": 35677, + "▁reto": 35678, + "▁Naturais": 35679, + "▁Partners": 35680, + "DNA": 35681, + "0103": 35682, + "▁elem": 35683, + "{5": 35684, + "▁conjunta": 35685, + "▁Plantas": 35686, + "▁comentou": 35687, + "▁dirt": 35688, + "omorphism": 35689, + "465": 35690, + "▁devastating": 35691, + "▁cater": 35692, + "▁prate": 35693, + "352": 35694, + "icits": 35695, + "ederate": 35696, + "▁vitórias": 35697, + "▁económicos": 35698, + "2,2,": 35699, + "than": 35700, + "▁Kos": 35701, + "▁STF": 35702, + "▁estranha": 35703, + "▁ny": 35704, + "ófil": 35705, + "38:": 35706, + "▁seguidos": 35707, + "▁virtue": 35708, + "▁Income": 35709, + "▁sistemat": 35710, + "▁8%": 35711, + "ochond": 35712, + "00',": 35713, + "▁Theod": 35714, + "▁estrag": 35715, + "▁filosófico": 35716, + "Qs": 35717, + "▁Buff": 35718, + "▁ordenamento": 35719, + "▁apoiado": 35720, + "5,6,": 35721, + "▁rendered": 35722, + "resolution": 35723, + "cls": 35724, + "▁Provide": 35725, + "▁CAMP": 35726, + "▁Selection": 35727, + "▁titled": 35728, + "▁emergence": 35729, + "heart": 35730, + "▁Soph": 35731, + "▁prévio": 35732, + "▁forgotten": 35733, + "358": 35734, + "▁greve": 35735, + "969": 35736, + "▁sanitária": 35737, + "opro": 35738, + "▁Leaders": 35739, + "▁pimenta": 35740, + "ERNEL": 35741, + "indos": 35742, + "▁fico": 35743, + "▁cardáp": 35744, + "▁Youtube": 35745, + "4\\": 35746, + "ocracy": 35747, + "▁castle": 35748, + "▁imobili": 35749, + "CAD": 35750, + "escer": 35751, + "▁Kon": 35752, + "ois": 35753, + "3))": 35754, + "▁GH": 35755, + "▁FP": 35756, + "▁cegueira": 35757, + "▁satisfies": 35758, + "▁blame": 35759, + "▁inconven": 35760, + "/2,": 35761, + "▁laptop": 35762, + "▁kits": 35763, + "▁46.": 35764, + "ockets": 35765, + "▁ouvindo": 35766, + "▁manipulation": 35767, + "▁Youth": 35768, + "▁singing": 35769, + "geon": 35770, + "andest": 35771, + "wire": 35772, + "▁diamond": 35773, + "▁Passe": 35774, + "▁grávidas": 35775, + "▁condutores": 35776, + "luentes": 35777, + "▁relieve": 35778, + "▁transformada": 35779, + "▁dishes": 35780, + "▁lamp": 35781, + "ecraft": 35782, + ".»": 35783, + "▁Kings": 35784, + "▁puramente": 35785, + "blo": 35786, + "rash": 35787, + "lahoma": 35788, + "▁começamos": 35789, + "▁coerência": 35790, + "▁accommodate": 35791, + "▁depicted": 35792, + "▁nacionalidade": 35793, + "▁Venus": 35794, + "▁vm": 35795, + "▁retorna": 35796, + "▁decidiram": 35797, + ";\"": 35798, + "▁Iorque": 35799, + "escência": 35800, + "▁Balance": 35801, + "▁genital": 35802, + "▁Pun": 35803, + "▁aprenderam": 35804, + "direct": 35805, + "▁estimativas": 35806, + "cabe": 35807, + "▁homogên": 35808, + "Ens": 35809, + "▁corp": 35810, + "1–": 35811, + "▁creme": 35812, + "▁Coríntios": 35813, + "▁concentrate": 35814, + "▁Recently": 35815, + "▁Prophet": 35816, + "898": 35817, + "rofe": 35818, + "▁Ferramentas": 35819, + "Imp": 35820, + "ру": 35821, + "▁plaque": 35822, + "▁folks": 35823, + "▁darkness": 35824, + "[6": 35825, + "itavam": 35826, + "varphi": 35827, + "▁Sib": 35828, + "▁catást": 35829, + "▁Ademais": 35830, + "▁agitação": 35831, + "vasive": 35832, + "controlled": 35833, + "▁arrangements": 35834, + "▁educando": 35835, + "thy": 35836, + "▁Ya": 35837, + "kel": 35838, + "▁tampouco": 35839, + "▁geladeira": 35840, + "deserialize": 35841, + ")2": 35842, + "trasound": 35843, + "▁Eye": 35844, + "▁volat": 35845, + "bz": 35846, + "langle": 35847, + "▁incomplete": 35848, + "35.": 35849, + "▁castigo": 35850, + "▁lote": 35851, + "▁reiter": 35852, + "▁antepassados": 35853, + "▁1⁄4": 35854, + "urban": 35855, + "▁Envie": 35856, + "Univers": 35857, + "▁circumference": 35858, + "▁Queens": 35859, + "▁estariam": 35860, + "▁Israeli": 35861, + "▁pecadores": 35862, + "(1))": 35863, + "▁vio": 35864, + "management": 35865, + "▁Bairro": 35866, + "▁larvae": 35867, + "▁agricultor": 35868, + "▁photography": 35869, + "▁ah": 35870, + "▁monitored": 35871, + "▁1939": 35872, + "▁lutando": 35873, + "▁suav": 35874, + "▁caracterização": 35875, + "316": 35876, + "▁imposição": 35877, + "▁pirâmide": 35878, + "▁investidor": 35879, + "▁Cash": 35880, + "Banner": 35881, + "▁compensar": 35882, + "osexual": 35883, + "▁ArrayList": 35884, + "▁geneticamente": 35885, + "▁Ug": 35886, + "▁vossos": 35887, + "'+": 35888, + "▁característico": 35889, + "prototype": 35890, + "▁religions": 35891, + "▁12)": 35892, + "▁Push": 35893, + "▁appetite": 35894, + "▁pastagens": 35895, + "astype": 35896, + "ByName": 35897, + "▁numerosas": 35898, + "REL": 35899, + "0404": 35900, + "▁ficaria": 35901, + "▁esvaz": 35902, + "▁curvature": 35903, + "▁Rac": 35904, + "once": 35905, + "TOP": 35906, + "3+": 35907, + "operat": 35908, + "▁wrapper": 35909, + "▁Wire": 35910, + "Cs": 35911, + "ísico": 35912, + "▁filtering": 35913, + "launch": 35914, + "▁FS": 35915, + "ulers": 35916, + "▁headaches": 35917, + "mouse": 35918, + "▁lembranças": 35919, + "{(": 35920, + "THREADS": 35921, + "26:": 35922, + "Express": 35923, + "▁propagation": 35924, + "▁tomaram": 35925, + "567": 35926, + "mutation": 35927, + "▁intimid": 35928, + "▁picking": 35929, + "yml": 35930, + "▁Provín": 35931, + "▁suspended": 35932, + "56,": 35933, + "▁Ub": 35934, + "1212": 35935, + "çãos": 35936, + "▁litro": 35937, + "Bean": 35938, + "▁Oração": 35939, + "▁corruption": 35940, + "stmt": 35941, + "hw": 35942, + "ANDO": 35943, + "808000": 35944, + "mud": 35945, + "ODOS": 35946, + "nth": 35947, + "▁inferno": 35948, + "Lambda": 35949, + "ioned": 35950, + "▁psiquiátr": 35951, + "▁Persian": 35952, + "▁Gray": 35953, + "▁Adjust": 35954, + "▁prefere": 35955, + "▁Maxim": 35956, + "▁sanitário": 35957, + "arampo": 35958, + "▁Austria": 35959, + "ulu": 35960, + "must": 35961, + "▁STRE": 35962, + "▁Várias": 35963, + "xty": 35964, + "▁avançadas": 35965, + "som": 35966, + "coords": 35967, + "▁Entrevista": 35968, + "SRC": 35969, + "▁2/": 35970, + "_${": 35971, + "▁resilience": 35972, + "▁Âng": 35973, + "adeiro": 35974, + "▁pencil": 35975, + "ausa": 35976, + "timore": 35977, + "▁PES": 35978, + "▁ferr": 35979, + "Unique": 35980, + "▁downward": 35981, + "▁supostamente": 35982, + "▁factorization": 35983, + "496": 35984, + "oths": 35985, + "▁Reviews": 35986, + "▁prêmios": 35987, + "▁2007).": 35988, + "Comb": 35989, + "▁freed": 35990, + "▁experimentação": 35991, + "▁promised": 35992, + "▁volunteer": 35993, + "istes": 35994, + "▁unidos": 35995, + "oriented": 35996, + "▁vendido": 35997, + "éscimo": 35998, + "▁cristãs": 35999, + "▁whites": 36000, + "Bi": 36001, + "▁vetores": 36002, + "▁erg": 36003, + "Slice": 36004, + "▁fastest": 36005, + "▁ceremony": 36006, + "▁bent": 36007, + "▁pál": 36008, + "▁lp": 36009, + "teros": 36010, + "▁YOU": 36011, + "▁telescópio": 36012, + "▁obrigada": 36013, + "▁Treaty": 36014, + "▁alternativos": 36015, + "Life": 36016, + "▁bigint": 36017, + "dependencies": 36018, + "▁Sys": 36019, + "▁voltando": 36020, + "▁afastamento": 36021, + "▁galáxia": 36022, + "▁decr": 36023, + "▁câmbio": 36024, + "▁glasses": 36025, + "▁cunho": 36026, + "rora": 36027, + "▁Subs": 36028, + "▁passei": 36029, + "▁processar": 36030, + "848": 36031, + "Using": 36032, + "iredo": 36033, + "íferas": 36034, + "▁Pedra": 36035, + "axiom": 36036, + "álica": 36037, + "▁yours": 36038, + "rors": 36039, + "ruby": 36040, + "áteis": 36041, + "dbo": 36042, + "▁bubble": 36043, + "▁sofrido": 36044, + "▁1968": 36045, + "▁hemorr": 36046, + "▁Microbi": 36047, + "▁precursor": 36048, + "Cla": 36049, + "▁drill": 36050, + "[0][": 36051, + "iq": 36052, + "▁Nestes": 36053, + "▁pancre": 36054, + "invest": 36055, + "▁Subtract": 36056, + "letos": 36057, + "▁solv": 36058, + "▁Babil": 36059, + "▁Delhi": 36060, + "▁descarga": 36061, + "▁breathe": 36062, + "▁percepções": 36063, + "imen": 36064, + "Drive": 36065, + "▁EDIT": 36066, + "slider": 36067, + "▁Sandra": 36068, + "▁narrador": 36069, + "▁paradigm": 36070, + "▁43.": 36071, + "▁nanop": 36072, + "}(\\": 36073, + "▁fundadores": 36074, + "▁1–": 36075, + "ombolas": 36076, + "▁oferecida": 36077, + "members": 36078, + "▁feste": 36079, + "▁sozinhos": 36080, + "▁mencionados": 36081, + "▁vinham": 36082, + "▁investigations": 36083, + "(((": 36084, + "[2].": 36085, + "▁avg": 36086, + "▁condicionado": 36087, + "▁intentionally": 36088, + "▁entradas": 36089, + "▁esculturas": 36090, + "▁Descartes": 36091, + "▁referencial": 36092, + "▁Gin": 36093, + "▁Calv": 36094, + "069": 36095, + "▁-(": 36096, + "▁bex": 36097, + "▁stamp": 36098, + "▁Dicionário": 36099, + "Used": 36100, + "unning": 36101, + "VEN": 36102, + "▁Ocup": 36103, + "▁anaer": 36104, + "▁fortalece": 36105, + "▁saíram": 36106, + "▁dissolved": 36107, + "▁verá": 36108, + "▁Actually": 36109, + "▁outlined": 36110, + "▁0-": 36111, + "Chunk": 36112, + "▁stead": 36113, + "▁missionários": 36114, + "HAL": 36115, + "hid": 36116, + "neum": 36117, + "▁Eventually": 36118, + "▁Kan": 36119, + "▁protesto": 36120, + "▁Gordon": 36121, + "▁encarar": 36122, + "▁Cancelar": 36123, + "857": 36124, + "▁auge": 36125, + "BUFFER": 36126, + "▁trajeto": 36127, + "▁surroundings": 36128, + "▁Friedrich": 36129, + "','0','0": 36130, + "▁persistente": 36131, + "Chat": 36132, + "▁realista": 36133, + "inflammatory": 36134, + "father": 36135, + "▁Programas": 36136, + "▁pending": 36137, + "▁motors": 36138, + "▁ovar": 36139, + "monitor": 36140, + "▁retrata": 36141, + "▁\"2": 36142, + "▁esperam": 36143, + "▁exercida": 36144, + "▁producer": 36145, + "▁robótica": 36146, + "▁Agricultural": 36147, + "000;": 36148, + "▁Official": 36149, + "▁berço": 36150, + "▁soberano": 36151, + "ércitos": 36152, + "▁Malays": 36153, + "▁CAM": 36154, + "ursive": 36155, + "▁Initiative": 36156, + "fis": 36157, + "▁reversed": 36158, + "▁mandatory": 36159, + "▁denoted": 36160, + "▁Presidência": 36161, + "EBEB": 36162, + "jobs": 36163, + "▁exceeds": 36164, + "bove": 36165, + "0))": 36166, + "▁fô": 36167, + "arguments": 36168, + "▁estimulação": 36169, + "City": 36170, + "{1}{2}": 36171, + "▁blast": 36172, + "Europe": 36173, + "55,": 36174, + "▁Zika": 36175, + "▁naqueles": 36176, + "▁grocer": 36177, + "▁transp": 36178, + "▁descriptive": 36179, + "▁stir": 36180, + "forall": 36181, + "▁Clinton": 36182, + "▁archaeological": 36183, + "▁(37": 36184, + "Problem": 36185, + "say": 36186, + "▁obtém": 36187, + "▁pê": 36188, + "Esse": 36189, + "▁amig": 36190, + "▁burgu": 36191, + "▁fractional": 36192, + "▁JESUS": 36193, + "Geometry": 36194, + "oterapeuta": 36195, + "▁leu": 36196, + "▁denotes": 36197, + "▁reparação": 36198, + "▁2009).": 36199, + "▁vindos": 36200, + "engo": 36201, + "▁Setor": 36202, + "▁performances": 36203, + "▁simulação": 36204, + "▁Ruth": 36205, + "assist": 36206, + "▁províncias": 36207, + "▁rounding": 36208, + "▁―": 36209, + "▁Tocantins": 36210, + "▁analisando": 36211, + "▁tc": 36212, + "▁Dead": 36213, + "medium": 36214, + "▁Graham": 36215, + "óquio": 36216, + "▁'../": 36217, + "href": 36218, + "▁Ald": 36219, + "▁portos": 36220, + "▁quântica": 36221, + "▁mkdir": 36222, + "▁SOCIAL": 36223, + "▁comemorar": 36224, + "▁networking": 36225, + "287": 36226, + "▁Got": 36227, + "▁identificada": 36228, + "(::": 36229, + "▁Vinci": 36230, + "▁etnia": 36231, + "▁hídrica": 36232, + "▁ilustra": 36233, + "+2)": 36234, + "▁cock": 36235, + "▁comunistas": 36236, + "▁Frente": 36237, + "▁processador": 36238, + "▁ara": 36239, + "▁estádio": 36240, + "▁Reports": 36241, + "▁START": 36242, + "▁daria": 36243, + "▁}$": 36244, + "ivite": 36245, + "▁fluidos": 36246, + "▁acompanhados": 36247, + "▁typeof": 36248, + "▁Trigon": 36249, + "▁sanct": 36250, + "▁Kenya": 36251, + "▁pulling": 36252, + "chan": 36253, + "▁provocado": 36254, + "#1": 36255, + "▁Various": 36256, + "URAL": 36257, + "^{-1": 36258, + "▁enredo": 36259, + "enco": 36260, + "▁ofereceu": 36261, + "▁ws": 36262, + "▁transmitidas": 36263, + "▁-12": 36264, + "Tasks": 36265, + "▁motoristas": 36266, + "▁moldes": 36267, + "▁surrender": 36268, + "CMP": 36269, + "▁damos": 36270, + "▁quintal": 36271, + "▁mercúrio": 36272, + "@@@@": 36273, + "▁Amster": 36274, + "Variables": 36275, + "▁Demonstr": 36276, + "▁asm": 36277, + "tainers": 36278, + "▁caffeine": 36279, + "linky": 36280, + "▁cuida": 36281, + "▁conectado": 36282, + "psic": 36283, + "▁mindfulness": 36284, + "cit": 36285, + "▁Db": 36286, + "Clone": 36287, + "ólise": 36288, + "▁Quantos": 36289, + "▁Luke": 36290, + "▁premature": 36291, + "Actor": 36292, + "▁proemin": 36293, + "▁exílio": 36294, + "▁cativeiro": 36295, + "▁formigas": 36296, + "▁arbitr": 36297, + "six": 36298, + "▁typing": 36299, + "▁volcanic": 36300, + "▁Understand": 36301, + "▁а": 36302, + "▁adeptos": 36303, + "Sil": 36304, + "▁oriundos": 36305, + "Du": 36306, + "icie": 36307, + "▁condutas": 36308, + "WP": 36309, + "TRANS": 36310, + "▁aprendido": 36311, + "hava": 36312, + "▁fus": 36313, + "▁exercem": 36314, + "▁Historic": 36315, + "boxes": 36316, + "wi": 36317, + "▁FED": 36318, + "▁pretendem": 36319, + "▁comemora": 36320, + "▁digestion": 36321, + "▁administrador": 36322, + "▁Albu": 36323, + "▁wool": 36324, + "▁Aristot": 36325, + "vê": 36326, + "arnings": 36327, + "oxide": 36328, + "▁diálogos": 36329, + "▁gerir": 36330, + "▁corporations": 36331, + "▁Cere": 36332, + "trat": 36333, + "▁Turkish": 36334, + "oustic": 36335, + ":20": 36336, + "apis": 36337, + "]\"": 36338, + "▁Expected": 36339, + "▁attending": 36340, + "egypt": 36341, + "Actual": 36342, + "▁Hein": 36343, + "[0-9": 36344, + "▁Iraque": 36345, + "▁Communications": 36346, + "▁Hud": 36347, + "▁evolve": 36348, + "▁formulation": 36349, + "▁proj": 36350, + "▁obstacles": 36351, + "-196": 36352, + "ishna": 36353, + "▁deixá": 36354, + "caption": 36355, + "▁bolso": 36356, + "▁respondem": 36357, + "▁antiguidade": 36358, + "▁drum": 36359, + "▁Prima": 36360, + "▁156": 36361, + "▁quadra": 36362, + "▁Bélgica": 36363, + "▁relem": 36364, + "confirm": 36365, + "especially": 36366, + "▁176": 36367, + "▁doar": 36368, + "▁tablesp": 36369, + "Feitos": 36370, + "quist": 36371, + "▁Strong": 36372, + "▁multic": 36373, + "▁Runtime": 36374, + "▁Bak": 36375, + "▁Industry": 36376, + "mf": 36377, + "▁recipes": 36378, + "Permission": 36379, + "▁Layout": 36380, + "▁nutriente": 36381, + "rying": 36382, + "strut": 36383, + "▁Esport": 36384, + "▁1.00": 36385, + "ACTION": 36386, + "▁consulte": 36387, + "ritamente": 36388, + "▁cantor": 36389, + "▁Ple": 36390, + "▁atl": 36391, + "▁certification": 36392, + "),\\": 36393, + "▁Elis": 36394, + "▁Lemma": 36395, + "actic": 36396, + "3)*": 36397, + "▁trid": 36398, + "▁listener": 36399, + "▁universais": 36400, + "▁protegidos": 36401, + "▁withdrawal": 36402, + "▁empréstimo": 36403, + "▁hortaliças": 36404, + "398": 36405, + "▁0.75": 36406, + "ТЬ": 36407, + "Named": 36408, + "▁sword": 36409, + "Regular": 36410, + "▁Caribe": 36411, + "▁sustento": 36412, + "▁neglect": 36413, + "▁informou": 36414, + "▁caracterizar": 36415, + "▁Orleans": 36416, + "around": 36417, + "▁appearing": 36418, + "ifi": 36419, + "/1.": 36420, + "▁Passos": 36421, + "▁reservoir": 36422, + "RIC": 36423, + "powered": 36424, + "▁Causas": 36425, + "▁tio": 36426, + "▁challenged": 36427, + "ÍCI": 36428, + "▁Args": 36429, + "inhal": 36430, + "ifr": 36431, + "▁bananas": 36432, + "▁65,": 36433, + "ipes": 36434, + "yers": 36435, + "▁defeated": 36436, + "▁'3": 36437, + "▁[–]": 36438, + "fas": 36439, + "▁practiced": 36440, + "▁(50": 36441, + "▁pessim": 36442, + "▁Sap": 36443, + "▁rif": 36444, + "▁qualitative": 36445, + "tg": 36446, + "▁ensinando": 36447, + "▁gotas": 36448, + "▁senti": 36449, + "▁enrich": 36450, + "Your": 36451, + "▁plum": 36452, + "▁Categorias": 36453, + "▁enriquecer": 36454, + "(18": 36455, + "▁lacking": 36456, + "▁Vision": 36457, + "▁Contract": 36458, + "▁pressing": 36459, + "▁12%": 36460, + "▁Mene": 36461, + "▁curl": 36462, + "▁precedentes": 36463, + "▁acesse": 36464, + "transpose": 36465, + "▁commut": 36466, + "▁Saul": 36467, + "querque": 36468, + "845": 36469, + "▁formally": 36470, + "▁preventivas": 36471, + "Worker": 36472, + "ecycle": 36473, + "▁aborto": 36474, + "▁afl": 36475, + "▁1986,": 36476, + "▁ativas": 36477, + "▁Potential": 36478, + "▁literárias": 36479, + "▁Km": 36480, + "▁Bil": 36481, + "ARIES": 36482, + "plastic": 36483, + "▁identities": 36484, + "Know": 36485, + "▁1966": 36486, + "▁cents": 36487, + "▁Mestrado": 36488, + "▁plástica": 36489, + "258": 36490, + "▁careg": 36491, + "▁vestir": 36492, + "▁Addition": 36493, + "▁Keywords": 36494, + "grass": 36495, + "erd": 36496, + "anni": 36497, + "▁integrados": 36498, + "ADC": 36499, + "3434": 36500, + "vr": 36501, + "▁Maps": 36502, + "▁Torah": 36503, + "▁Metal": 36504, + "▁indícios": 36505, + "▁intensas": 36506, + "Trial": 36507, + "erald": 36508, + "▁merged": 36509, + "▁parenthes": 36510, + "▁BIO": 36511, + "EQUAL": 36512, + "wealth": 36513, + "introdu": 36514, + "hemistry": 36515, + "previous": 36516, + "▁sits": 36517, + "▁Matos": 36518, + "▁dominantes": 36519, + "▁psicológicas": 36520, + "▁andro": 36521, + "▁Dé": 36522, + "▁vener": 36523, + "CHARSET": 36524, + "esley": 36525, + "▁impressões": 36526, + "▁orientada": 36527, + "▁proposição": 36528, + "▁pesos": 36529, + "▁cereal": 36530, + "23.": 36531, + "▁feiras": 36532, + "▁ocorrências": 36533, + "▁assegura": 36534, + "▁neoliberal": 36535, + "▁])": 36536, + "049": 36537, + "▁Kev": 36538, + "▁mono": 36539, + "▁Hex": 36540, + "Ball": 36541, + "▁influenciou": 36542, + "▁........": 36543, + "ви": 36544, + "▁Zé": 36545, + "Ship": 36546, + "zel": 36547, + "APPEND": 36548, + "▁combines": 36549, + "▁elaborados": 36550, + "▁Switzerland": 36551, + "▁atravs": 36552, + "▁confined": 36553, + "▁finalizar": 36554, + "▁incentive": 36555, + "▁TrabalhosFeitos": 36556, + "▁impedance": 36557, + "▁fragilidade": 36558, + "▁ISSN": 36559, + "▁publishing": 36560, + "▁NaN": 36561, + "cie": 36562, + "▁Cul": 36563, + "▁BSLS": 36564, + "▁ids": 36565, + "▁Dese": 36566, + "Fold": 36567, + "mundo": 36568, + "▁álbum": 36569, + "junt": 36570, + "▁DESENVOL": 36571, + "ToDevice": 36572, + "▁prover": 36573, + "_5.": 36574, + "squared": 36575, + "▁matas": 36576, + "qrt": 36577, + "▁2-3": 36578, + "▁elaborate": 36579, + "▁adaptive": 36580, + "agus": 36581, + "▁galhos": 36582, + "▁Susan": 36583, + "▁creature": 36584, + "▁coronavirus": 36585, + "▁215": 36586, + "▁depreci": 36587, + "▁participant": 36588, + "▁mines": 36589, + "▁races": 36590, + "erequis": 36591, + "▁Eating": 36592, + "vios": 36593, + "▁headed": 36594, + "▁Kl": 36595, + "ikipédia": 36596, + "▁analisado": 36597, + "▁Alternatively": 36598, + "▁Classification": 36599, + "sidebar": 36600, + "▁formaram": 36601, + "ocruz": 36602, + "▁transforms": 36603, + "37:": 36604, + "▁Fisi": 36605, + "▁uncertain": 36606, + "▁Identity": 36607, + "▁everybody": 36608, + "▁Arithmetic": 36609, + "crânia": 36610, + "▁Matriz": 36611, + "▁bíblicos": 36612, + "30:": 36613, + "▁tempestades": 36614, + "INCREMENTED": 36615, + "ORTE": 36616, + "▁Exped": 36617, + "▁filhote": 36618, + "▁incôm": 36619, + "▁(15)": 36620, + "elamente": 36621, + "owl": 36622, + "▁teclado": 36623, + "▁estabelecem": 36624, + "▁diffusion": 36625, + "Under": 36626, + "▁121": 36627, + "▁sour": 36628, + "▁canad": 36629, + "operatorname": 36630, + "MACROINCREMENTED": 36631, + "(201": 36632, + "COMMAND": 36633, + "Marshal": 36634, + "▁espalhados": 36635, + "weed": 36636, + "▁aposta": 36637, + "▁barcos": 36638, + "sis": 36639, + "ifth": 36640, + "▁Guer": 36641, + "▁ofertas": 36642, + "▁Computação": 36643, + "▁2005).": 36644, + "▁casais": 36645, + "▁ameaçadas": 36646, + "▁utilizamos": 36647, + "▁spreadsheet": 36648, + "ócr": 36649, + "Stmt": 36650, + "(13": 36651, + "uploads": 36652, + "▁enfrentou": 36653, + "▁priorizar": 36654, + "▁recommendation": 36655, + "▁Bacia": 36656, + "______": 36657, + "▁descansar": 36658, + "▁pigs": 36659, + "▁480": 36660, + "aphor": 36661, + "▁knock": 36662, + "▁Piaget": 36663, + "▁widget": 36664, + "▁traumas": 36665, + "▁2^": 36666, + "▁journals": 36667, + "▁shooting": 36668, + "595": 36669, + "▁peas": 36670, + "▁achava": 36671, + "▁surgindo": 36672, + "▁interrupção": 36673, + "▁uva": 36674, + "▁vigil": 36675, + "Den": 36676, + "ová": 36677, + "▁2022.": 36678, + "▁explicado": 36679, + "▁Ã": 36680, + "268": 36681, + "▁Allan": 36682, + "▁orthogonal": 36683, + "ífero": 36684, + "▁tetra": 36685, + "inoc": 36686, + "Premium": 36687, + "racional": 36688, + "▁CRC": 36689, + "▁Meas": 36690, + "uron": 36691, + "uidado": 36692, + "▁vêem": 36693, + "228": 36694, + "▁Lc": 36695, + "▁Police": 36696, + "▁inertia": 36697, + "worthy": 36698, + "▁Late": 36699, + "Feed": 36700, + "▁Tavares": 36701, + "▁BIB": 36702, + "▁lix": 36703, + "IMAGE": 36704, + "▁agrária": 36705, + "▁silicon": 36706, + "▁emergentes": 36707, + "Calendar": 36708, + "▁motoras": 36709, + "▁literários": 36710, + "▁determinantes": 36711, + "▁Tuc": 36712, + "▁posting": 36713, + "▁problematic": 36714, + "▁administrativas": 36715, + "ocional": 36716, + "▁alf": 36717, + "Break": 36718, + "PERCENT": 36719, + "▁entendeu": 36720, + "bestos": 36721, + "▁Harris": 36722, + "▁configured": 36723, + "▁contemplar": 36724, + "▁choro": 36725, + "▁55,": 36726, + "Push": 36727, + "▁ouvintes": 36728, + "ми": 36729, + "▁pays": 36730, + "▁Oklahoma": 36731, + "▁}.": 36732, + "duzir": 36733, + "▁obese": 36734, + "arões": 36735, + "adrez": 36736, + "▁Beta": 36737, + "linked": 36738, + "▁synthes": 36739, + "▁approaching": 36740, + "oct": 36741, + "Essa": 36742, + "▁aque": 36743, + "hattan": 36744, + "dose": 36745, + "▁prosa": 36746, + "▁developer": 36747, + "▁Açores": 36748, + "▁Assuming": 36749, + "▁perigosas": 36750, + "▁recicláveis": 36751, + "izant": 36752, + "idir": 36753, + "oval": 36754, + "▁Figueiredo": 36755, + "する": 36756, + "▁Sad": 36757, + "WISE": 36758, + "▁defaults": 36759, + "antis": 36760, + "▁pinc": 36761, + "▁governed": 36762, + "},\\": 36763, + "throws": 36764, + "▁marin": 36765, + "▁Letters": 36766, + "▁subtracting": 36767, + "nascido": 36768, + "Cli": 36769, + "tel": 36770, + "▁dub": 36771, + "▁'2022-": 36772, + "▁pesada": 36773, + "▁adotou": 36774, + "▁orquíde": 36775, + "-40": 36776, + "Buff": 36777, + "▁$$-0.": 36778, + "▁basal": 36779, + "▁inerente": 36780, + "▁hemisfério": 36781, + "Rightarrow": 36782, + "▁credits": 36783, + "▁reuse": 36784, + "▁resident": 36785, + "Metric": 36786, + "▁walks": 36787, + "▁122": 36788, + "BAS": 36789, + "▁oxidação": 36790, + "▁Tail": 36791, + "▁Dyn": 36792, + "▁xcb": 36793, + "▁jurídicos": 36794, + "Certificate": 36795, + "▁Renaissance": 36796, + "DAY": 36797, + "▁persistência": 36798, + "Slinky": 36799, + "▁repart": 36800, + "▁Hepat": 36801, + "▁Steel": 36802, + "▁Quadro": 36803, + "▁Handbook": 36804, + "▁entertainment": 36805, + "Cu": 36806, + "tele": 36807, + "íada": 36808, + "▁pumps": 36809, + "▁microw": 36810, + "▁scaled": 36811, + "▁experimentais": 36812, + "▁Maine": 36813, + "▁impostas": 36814, + "▁alongamento": 36815, + "▁placeholder": 36816, + "Eles": 36817, + "▁reche": 36818, + "because": 36819, + "▁Econômico": 36820, + "▁Authority": 36821, + "▁Parallel": 36822, + "▁Ensa": 36823, + "▁handy": 36824, + "▁Bishop": 36825, + "▁regeneração": 36826, + "297": 36827, + "▁absurdo": 36828, + "▁alcança": 36829, + "▁DOM": 36830, + "BINARY": 36831, + "▁DAMAGES": 36832, + "AIN": 36833, + "kill": 36834, + "utra": 36835, + "enic": 36836, + "▁grouped": 36837, + "endedores": 36838, + "▁expõe": 36839, + "modified": 36840, + "▁vulnerável": 36841, + "▁Cann": 36842, + "implement": 36843, + "▁dinastia": 36844, + "▁1985,": 36845, + "▁descer": 36846, + "▁Península": 36847, + "▁fotossíntese": 36848, + "Theme": 36849, + "▁premissa": 36850, + "vemos": 36851, + "▁confundir": 36852, + "▁Sho": 36853, + "▁extensively": 36854, + "298": 36855, + "▁inundações": 36856, + "▁ribe": 36857, + "▁predicate": 36858, + "▁50%;": 36859, + "nutrição": 36860, + "ctive": 36861, + "▁frias": 36862, + "▁BN": 36863, + "▁continually": 36864, + "ofobia": 36865, + "Poly": 36866, + "▁adorm": 36867, + "▁excre": 36868, + "▁inval": 36869, + "▁resíduo": 36870, + "PACKAGE": 36871, + "▁Mini": 36872, + "verages": 36873, + "▁occasions": 36874, + "=='": 36875, + "▁Penha": 36876, + "▁Airport": 36877, + "▁Evid": 36878, + "sat": 36879, + ",,,,": 36880, + "▁comparada": 36881, + "▁poisoning": 36882, + "▁reconhecendo": 36883, + "▁lr": 36884, + "Esta": 36885, + "77.": 36886, + "vier": 36887, + "▁soldier": 36888, + "ablo": 36889, + "▁submission": 36890, + "▁remembered": 36891, + "▁PowerPoint": 36892, + "▁cirurgias": 36893, + "ISC": 36894, + "▁214": 36895, + "▁progred": 36896, + "▁pacotes": 36897, + "Bel": 36898, + "▁biops": 36899, + "▁51,": 36900, + "▁Viana": 36901, + "▁deemed": 36902, + "▁insônia": 36903, + "▁Rew": 36904, + "Dem": 36905, + "▁frios": 36906, + "}{2}": 36907, + "▁suite": 36908, + "▁troubles": 36909, + "zeta": 36910, + "▁insatisf": 36911, + "▁surto": 36912, + "▁shells": 36913, + "vendor": 36914, + "Converter": 36915, + "▁twentieth": 36916, + "▁Pio": 36917, + "tables": 36918, + "▁не": 36919, + "▁Gor": 36920, + "Credential": 36921, + "_[": 36922, + "_5_": 36923, + "▁Wrap": 36924, + "867": 36925, + "▁traduzir": 36926, + "▁dated": 36927, + "▁idol": 36928, + "animation": 36929, + "▁Bry": 36930, + "▁Nogueira": 36931, + "▁transcend": 36932, + "▁Transporte": 36933, + "▁IE": 36934, + "racted": 36935, + "BRAS": 36936, + "▁Advis": 36937, + "▁alm": 36938, + "▁levantou": 36939, + "▁vinhos": 36940, + "▁glue": 36941, + "extend": 36942, + "▁Estar": 36943, + "по": 36944, + "▁Superv": 36945, + "Che": 36946, + "▁$\"00": 36947, + "▁Walker": 36948, + "4444": 36949, + "▁denúncias": 36950, + "xB": 36951, + "entine": 36952, + "▁antiqu": 36953, + "▁atribui": 36954, + "ulador": 36955, + "Gradient": 36956, + "▁eliminating": 36957, + "▁epidem": 36958, + "▁Sacramento": 36959, + "▁Forces": 36960, + "NTES": 36961, + "▁PLAN": 36962, + "▁Dialog": 36963, + "▁Norue": 36964, + "▁trusted": 36965, + "▁visc": 36966, + "▁fenómeno": 36967, + "▁extraordinário": 36968, + "▁arrested": 36969, + "033": 36970, + "▁pronounced": 36971, + "▁(23": 36972, + "Indices": 36973, + "TMP": 36974, + "▁argumentação": 36975, + "▁Crédito": 36976, + "rated": 36977, + "▁aviação": 36978, + "▁precioso": 36979, + "▁localizar": 36980, + "▁turbine": 36981, + "gested": 36982, + "Paint": 36983, + "▁Dinamarca": 36984, + "EXEC": 36985, + "▁comprised": 36986, + "ernetes": 36987, + "▁percor": 36988, + "▁fungi": 36989, + "▁passiva": 36990, + "▁Humanidade": 36991, + "▁NN": 36992, + "vari": 36993, + "▁0.15": 36994, + "-5.": 36995, + "stdio": 36996, + "▁Carlo": 36997, + "▁tricky": 36998, + "▁bandas": 36999, + "▁delight": 37000, + "}^{2}": 37001, + "erator": 37002, + "▁trimestre": 37003, + "可以": 37004, + "▁spacing": 37005, + "▁acompanham": 37006, + "enium": 37007, + "▁Gross": 37008, + "▁Correia": 37009, + "▁Alcohol": 37010, + "▁inadequate": 37011, + "▁justificativa": 37012, + "▁disclaimer": 37013, + "ropia": 37014, + "ет": 37015, + "▁incidents": 37016, + "▁viveram": 37017, + "▁Narr": 37018, + "▁wells": 37019, + "`.`": 37020, + "▁Geo": 37021, + "▁walked": 37022, + "▁touching": 37023, + "SID": 37024, + "}}}": 37025, + "▁Geographic": 37026, + "={}": 37027, + "▁poço": 37028, + "▁faltar": 37029, + "oned": 37030, + "▁pocket": 37031, + "▁VR": 37032, + "irismo": 37033, + "▁Condition": 37034, + "dita": 37035, + "▁focos": 37036, + "deps": 37037, + "267": 37038, + "▁piv": 37039, + "16;": 37040, + "conce": 37041, + "▁80107": 37042, + "Primary": 37043, + "▁\"4": 37044, + "▁freezing": 37045, + "Clean": 37046, + "▁fears": 37047, + "896": 37048, + "▁#9": 37049, + "▁continuaram": 37050, + "Trigger": 37051, + "▁sérias": 37052, + "▁incomum": 37053, + "▁Diversos": 37054, + "2424": 37055, + "While": 37056, + "▁estereótipos": 37057, + "▁Áreas": 37058, + "▁maintains": 37059, + "spark": 37060, + "▁Cone": 37061, + "{})": 37062, + "▁arrange": 37063, + "lst": 37064, + "▁Promoção": 37065, + "▁backwards": 37066, + "▁thou": 37067, + "▁explora": 37068, + "0)*": 37069, + "ymm": 37070, + "▁Jó": 37071, + "natal": 37072, + "▁Inácio": 37073, + "ogh": 37074, + "▁grep": 37075, + "▁coeficiente": 37076, + "▁Sudo": 37077, + "▁Familiar": 37078, + "▁differentiate": 37079, + "▁inh": 37080, + "▁Liqu": 37081, + "▁húm": 37082, + "▁removes": 37083, + "▁repercussão": 37084, + "54,": 37085, + "▁cake": 37086, + "▁Vertex": 37087, + "▁sanitários": 37088, + "XP": 37089, + "iroz": 37090, + "▁gloss": 37091, + "OrEmpty": 37092, + "ctrl": 37093, + "▁trajectory": 37094, + "▁distribuídas": 37095, + "53,": 37096, + "agin": 37097, + "driven": 37098, + "▁minoria": 37099, + "▁judg": 37100, + "▁Gostaria": 37101, + "▁154": 37102, + "▁movimentar": 37103, + "▁alleged": 37104, + "typed": 37105, + "▁precisas": 37106, + "▁Patrícia": 37107, + "▁optimizer": 37108, + "▁Sax": 37109, + "ué": 37110, + "onyms": 37111, + "▁Reprodução": 37112, + "▁Shell": 37113, + "▁artery": 37114, + "▁6%": 37115, + "▁Satanás": 37116, + "Io": 37117, + "▁eclesi": 37118, + "▁Groups": 37119, + "▁cinzas": 37120, + "UTO": 37121, + "▁Ofer": 37122, + "▁Ucrânia": 37123, + "pra": 37124, + "▁3.4": 37125, + "letal": 37126, + "▁49.": 37127, + "gap": 37128, + "▁Citiz": 37129, + "▁Watson": 37130, + "collapse": 37131, + "▁transgên": 37132, + "▁Hour": 37133, + "▁{}\",": 37134, + "usually": 37135, + "▁paralisia": 37136, + "SetName": 37137, + "DIV": 37138, + "▁mortgage": 37139, + "▁Electronic": 37140, + "▁Vascon": 37141, + "▁gasoline": 37142, + "ministro": 37143, + "▁repent": 37144, + "cica": 37145, + "JE": 37146, + "eme": 37147, + "▁estudada": 37148, + "[2,": 37149, + "▁Importância": 37150, + "▁Cool": 37151, + "▁adject": 37152, + "▁divididas": 37153, + "▁conseguindo": 37154, + "▁registry": 37155, + "▁trapped": 37156, + "émio": 37157, + "Synchronize": 37158, + "▁1-2": 37159, + "oplan": 37160, + "▁blend": 37161, + "▁normalized": 37162, + "▁Ár": 37163, + "`](": 37164, + "▁vivida": 37165, + "▁predecess": 37166, + "BUF": 37167, + "▁VALIGN": 37168, + "TW": 37169, + "dyn": 37170, + "▁Congreg": 37171, + "▁tale": 37172, + "▁cachorros": 37173, + "]\",": 37174, + "longitude": 37175, + "▁Nepal": 37176, + "▁hypertension": 37177, + "▁atrai": 37178, + "NODE": 37179, + "▁stub": 37180, + "▁Mane": 37181, + "orrag": 37182, + "aaaa": 37183, + "volt": 37184, + "12_": 37185, + "rine": 37186, + "▁fled": 37187, + "▁ques": 37188, + "Dimension": 37189, + "▁usava": 37190, + "▁Pastoral": 37191, + "Incre": 37192, + "ificates": 37193, + "▁trillion": 37194, + "NEXT": 37195, + "▁testim": 37196, + "MK": 37197, + "▁maturação": 37198, + "oule": 37199, + "▁Espíritos": 37200, + "existing": 37201, + "interp": 37202, + "▁Syndrome": 37203, + "tti": 37204, + "▁oferecidas": 37205, + "measure": 37206, + "▁socorro": 37207, + "▁2/3": 37208, + "▁100)": 37209, + "▁proposals": 37210, + "~~~~~~~~~~~~~~~~": 37211, + "Exist": 37212, + "▁Direção": 37213, + "KIND": 37214, + "▁infarto": 37215, + "▁legitimate": 37216, + "roit": 37217, + "▁imagery": 37218, + "▁manda": 37219, + "▁aça": 37220, + "▁watched": 37221, + "ocando": 37222, + "▁recomendável": 37223, + "▁presta": 37224, + "latitude": 37225, + "▁sweep": 37226, + "▁Cientistas": 37227, + "▁(#": 37228, + "▁teatral": 37229, + "vado": 37230, + "apses": 37231, + "▁entes": 37232, + "▁Seven": 37233, + "▁Médico": 37234, + "oub": 37235, + "▁blade": 37236, + "▁216": 37237, + "espec": 37238, + "▁Gallery": 37239, + "Ray": 37240, + "enne": 37241, + "boundary": 37242, + "_:": 37243, + "▁clandest": 37244, + "follow": 37245, + "▁CONTRACT": 37246, + "Sent": 37247, + "▁Easter": 37248, + "▁queimar": 37249, + "▁compatível": 37250, + "Tod": 37251, + "▁clues": 37252, + "▁adquiriu": 37253, + "▁spreads": 37254, + "▁weekend": 37255, + "▁Negative": 37256, + "▁Exame": 37257, + "▁Colomb": 37258, + "Phi": 37259, + "▁careers": 37260, + "▁Sergipe": 37261, + "▁anno": 37262, + "▁succ": 37263, + "hydro": 37264, + "370": 37265, + "▁founding": 37266, + "}\\\\": 37267, + "Customer": 37268, + "▁Cláudio": 37269, + "▁learner": 37270, + "55)": 37271, + "▁Kra": 37272, + "heduler": 37273, + "▁irritação": 37274, + "▁Conclusion": 37275, + "▁168": 37276, + "▁WIN": 37277, + "▁ONGs": 37278, + "▁metáfora": 37279, + "▁arteries": 37280, + "▁extraordinária": 37281, + "▁prós": 37282, + "▁Colabor": 37283, + "▁Seattle": 37284, + "▁insult": 37285, + "▁Myth": 37286, + "queeze": 37287, + "▁junção": 37288, + "▁Bir": 37289, + "▁Tesla": 37290, + "▁retention": 37291, + "▁Explic": 37292, + "rk": 37293, + "▁allowance": 37294, + "▁Olímpicos": 37295, + "▁feminista": 37296, + "alties": 37297, + "ISING": 37298, + "▁Programação": 37299, + "▁travers": 37300, + "MAGE": 37301, + "▁dispute": 37302, + "▁tentação": 37303, + "apá": 37304, + "▁normalize": 37305, + "CCCCCCCC": 37306, + "fft": 37307, + "▁cadastr": 37308, + "▁pequen": 37309, + "▁constatar": 37310, + "▁competing": 37311, + "▁pharmaceutical": 37312, + "Foreground": 37313, + "Also": 37314, + "aspx": 37315, + "▁harmonic": 37316, + "SCH": 37317, + "▁heights": 37318, + "▁Eze": 37319, + "ciosa": 37320, + "▁fontsize": 37321, + "alle": 37322, + "▁6,000": 37323, + "▁piedade": 37324, + "▁banned": 37325, + "▁afund": 37326, + "▁Hora": 37327, + "peção": 37328, + "▁Sources": 37329, + "tronco": 37330, + "AU": 37331, + "omorphic": 37332, + "▁reconheceu": 37333, + "▁eigenvalues": 37334, + "▁Renascimento": 37335, + "▁glory": 37336, + "▁Connecticut": 37337, + "▁Trabalhadores": 37338, + "LAS": 37339, + "▁antidepress": 37340, + "▁garoto": 37341, + "ACAC": 37342, + "▁marcados": 37343, + "uou": 37344, + "2.1": 37345, + "haus": 37346, + "ásio": 37347, + "▁matrim": 37348, + "000000,": 37349, + "▁Afghanistan": 37350, + "▁Abel": 37351, + "▁doutrinas": 37352, + "35:": 37353, + "▁comprovar": 37354, + "▁Glob": 37355, + "▁eléctr": 37356, + "▁secar": 37357, + "569": 37358, + "▁provincial": 37359, + "mq": 37360, + "adrões": 37361, + "▁screw": 37362, + "▁refined": 37363, + "dynamic": 37364, + "▁Eventos": 37365, + "▁acções": 37366, + "▁¬": 37367, + "bib": 37368, + "▁designação": 37369, + "▁acusado": 37370, + "▁sobr": 37371, + "▁iPhone": 37372, + "▁explicam": 37373, + "_1)": 37374, + "reply": 37375, + "▁amendo": 37376, + "▁AX": 37377, + "intr": 37378, + "órax": 37379, + "▁46,": 37380, + "▁Ilhas": 37381, + "▁spite": 37382, + "SF": 37383, + "▁ilustrar": 37384, + "Trim": 37385, + "▁enfe": 37386, + "▁Equal": 37387, + "▁extenso": 37388, + "▁Experts": 37389, + "▁pressed": 37390, + "▁mush": 37391, + "▁Produto": 37392, + "▁chr": 37393, + "icarbon": 37394, + "METH": 37395, + "▁customs": 37396, + "▁telhado": 37397, + "▁respeita": 37398, + "TODO": 37399, + "▁PROVIDED": 37400, + "▁HR": 37401, + "Clause": 37402, + "▁Econômica": 37403, + "▁mercadoria": 37404, + "groupby": 37405, + "▁Levant": 37406, + "▁Detailed": 37407, + "iriz": 37408, + "▁benz": 37409, + "▁arrast": 37410, + "_{0": 37411, + "Serialization": 37412, + "▁csv": 37413, + "▁aterros": 37414, + "▁católico": 37415, + "▁sofrimentos": 37416, + "▁ades": 37417, + "rename": 37418, + "▁Papel": 37419, + "▁Creates": 37420, + "▁apreciação": 37421, + "sun": 37422, + "atto": 37423, + "^2}": 37424, + "▁destinação": 37425, + "▁testemunha": 37426, + "▁Iv": 37427, + "▁Destroy": 37428, + "▁impossibilidade": 37429, + ".0.": 37430, + "▁compostas": 37431, + "Gui": 37432, + "joy": 37433, + "▁Inher": 37434, + "▁reactor": 37435, + "▁*.": 37436, + "▁Terceira": 37437, + "flip": 37438, + "▁metall": 37439, + "echa": 37440, + "▁3.3": 37441, + "▁0.0;": 37442, + "▁acert": 37443, + "olho": 37444, + "▁concluído": 37445, + "cz": 37446, + "ivan": 37447, + "▁completou": 37448, + "▁1}": 37449, + "▁evoluiu": 37450, + "▁promulg": 37451, + "overy": 37452, + "▁notably": 37453, + "▁plantação": 37454, + "GH": 37455, + "▁credibilidade": 37456, + "Lu": 37457, + "▁iniciando": 37458, + "▁estivessem": 37459, + "COR": 37460, + "▁Função": 37461, + "student": 37462, + "▁CUD": 37463, + "▁verification": 37464, + "RAL": 37465, + "▁accused": 37466, + "ITLE": 37467, + "▁Transtorno": 37468, + "▁Crypt": 37469, + "▁creator": 37470, + "▁Greeks": 37471, + "Contents": 37472, + "▁ggplot": 37473, + "▁LU": 37474, + "▁Rosário": 37475, + "▁Polônia": 37476, + "▁tranquilo": 37477, + "▁charset": 37478, + "+-": 37479, + "▁Forte": 37480, + "▁wishes": 37481, + "▁acopl": 37482, + "▁resting": 37483, + "▁Platform": 37484, + "bem": 37485, + "▁Confederate": 37486, + "▁bats": 37487, + "ecedor": 37488, + "▁Adriana": 37489, + "▁myster": 37490, + "▁rigidez": 37491, + "▁Aboriginal": 37492, + "16]": 37493, + "PTR": 37494, + "▁Kol": 37495, + "▁lembrou": 37496, + "▁Governador": 37497, + "Hide": 37498, + "▁senha": 37499, + "▁shifting": 37500, + "07:": 37501, + "▁(44": 37502, + "▁mankind": 37503, + "▁Fiscal": 37504, + "▁boi": 37505, + "acoes": 37506, + "agree": 37507, + "▁utils": 37508, + "203": 37509, + "▁alterado": 37510, + "▁Holocaust": 37511, + "▁realizações": 37512, + "▁comunitárias": 37513, + "▁.5": 37514, + "▁finalidades": 37515, + "▁classificadas": 37516, + "▁coberta": 37517, + "ulou": 37518, + "▁domésticas": 37519, + "▁pagamentos": 37520, + "alhar": 37521, + "▁linking": 37522, + "mysql": 37523, + "▁blocking": 37524, + "▁vácuo": 37525, + "▁indetermin": 37526, + "▁pacto": 37527, + "▁credentials": 37528, + "▁eigh": 37529, + "▁Generation": 37530, + "▁Chá": 37531, + "▁TAb": 37532, + "ópia": 37533, + "``````": 37534, + "▁Reader": 37535, + "élico": 37536, + "▁47,": 37537, + "▁spiral": 37538, + "▁Psychiat": 37539, + ".1)": 37540, + "▁Infer": 37541, + "▁(/": 37542, + "▁Transl": 37543, + "▁variantes": 37544, + "leys": 37545, + "Ctx": 37546, + "▁estruturação": 37547, + "▁Calculating": 37548, + "▁indispensáveis": 37549, + "▁desaparecimento": 37550, + "ousing": 37551, + "inâmica": 37552, + "▁Dream": 37553, + "11;": 37554, + "▁alvos": 37555, + "▁pedal": 37556, + "▁clarify": 37557, + "▁relaxar": 37558, + "▁SV": 37559, + "subplots": 37560, + "▁lw": 37561, + "▁Musical": 37562, + "(:),": 37563, + "▁economista": 37564, + "▁estátua": 37565, + "▁cosine": 37566, + "▁intrac": 37567, + "▁querido": 37568, + "▁implantar": 37569, + "Tre": 37570, + "ughters": 37571, + "▁Crie": 37572, + "▁wrapped": 37573, + "▁Discovery": 37574, + "▁accelerate": 37575, + "▁1,2": 37576, + "ingsSlinky": 37577, + "▁Fábio": 37578, + "▁ACC": 37579, + "▁Kur": 37580, + "malloc": 37581, + "19)": 37582, + "636": 37583, + "▁forçado": 37584, + "▁concorrentes": 37585, + "▁PROBLE": 37586, + "▁incess": 37587, + "imentação": 37588, + "0+": 37589, + "formed": 37590, + "▁avaliado": 37591, + "▁paralis": 37592, + "▁designado": 37593, + "science": 37594, + "▁Estava": 37595, + "Develop": 37596, + "MX": 37597, + "▁rust": 37598, + "38)": 37599, + "itime": 37600, + "▁surviving": 37601, + "▁simplicity": 37602, + "SQ": 37603, + "▁aceitou": 37604, + "▁anunciar": 37605, + "▁Tower": 37606, + "▁Beij": 37607, + "▁tornem": 37608, + "▁continuity": 37609, + "Ant": 37610, + "▁railway": 37611, + "▁serra": 37612, + "▁dehydr": 37613, + "▁injeção": 37614, + "▁restrita": 37615, + "premium": 37616, + "▁Urbana": 37617, + "▁REF": 37618, + "atype": 37619, + "▁batatas": 37620, + "▁controversy": 37621, + "▁Prat": 37622, + "▁Concluindo": 37623, + "▁dirty": 37624, + "illery": 37625, + "▁estritamente": 37626, + "▁1°": 37627, + "▁renom": 37628, + "▁1968,": 37629, + "▁specifications": 37630, + "▁perceive": 37631, + "04:": 37632, + "]])": 37633, + "▁Likewise": 37634, + "▁Guidelines": 37635, + "▁okay": 37636, + "▁miner": 37637, + "▁paradigmas": 37638, + "▁soro": 37639, + ",2,": 37640, + "▁cotidianas": 37641, + "▁Comple": 37642, + "mile": 37643, + "marshal": 37644, + "▁boiling": 37645, + "▁Villa": 37646, + "ketch": 37647, + "(17": 37648, + "-3,": 37649, + "264": 37650, + "▁Nicholas": 37651, + "Annotation": 37652, + "▁indev": 37653, + "▁mortais": 37654, + "▁traged": 37655, + "HEC": 37656, + "▁Provavelmente": 37657, + "▁acup": 37658, + "▁dealt": 37659, + "trigger": 37660, + "Strategy": 37661, + "Days": 37662, + "▁corrected": 37663, + "▁undertaken": 37664, + "▁Accessed": 37665, + "▁patamar": 37666, + "▁isoladas": 37667, + "▁classificado": 37668, + "▁farther": 37669, + "20,0": 37670, + "▁Mercury": 37671, + "▁defendeu": 37672, + "▁orgulhos": 37673, + "liers": 37674, + "▁Concepts": 37675, + "▁gota": 37676, + "cuh": 37677, + "▁1944": 37678, + "▁Poor": 37679, + "▁{1,": 37680, + "▁newborn": 37681, + "Hot": 37682, + "▁recebidos": 37683, + "ifico": 37684, + "▁genoma": 37685, + "▁noting": 37686, + "▁accompanying": 37687, + "▁''),": 37688, + "▁bonus": 37689, + "▁inherit": 37690, + "▁1989.": 37691, + "endi": 37692, + "▁Colonial": 37693, + "2'": 37694, + "▁224": 37695, + "concept": 37696, + "CHARACTER": 37697, + "tenha": 37698, + "ânticos": 37699, + "13]": 37700, + "▁locomot": 37701, + "quenta": 37702, + "▁1918": 37703, + "▁derivado": 37704, + "▁representou": 37705, + "▁longevidade": 37706, + "▁fachada": 37707, + "▁Mack": 37708, + "ombos": 37709, + "▁wounded": 37710, + "▁55.": 37711, + "▁Zen": 37712, + "CREATE": 37713, + "▁presidential": 37714, + "▁BUS": 37715, + "▁ZERO": 37716, + "#9#9": 37717, + "anismo": 37718, + "▁suor": 37719, + "Middle": 37720, + "▁hiding": 37721, + "▁ecology": 37722, + "▁soldado": 37723, + "Structure": 37724, + "▁preliminary": 37725, + "▁Assoc": 37726, + "▁instructional": 37727, + "▁php": 37728, + "▁educandos": 37729, + "▁stretching": 37730, + "▁Ring": 37731, + "San": 37732, + "apé": 37733, + "▁osteoporose": 37734, + "▁tún": 37735, + "▁engloba": 37736, + "▁favelas": 37737, + "▁Abreu": 37738, + "▁ombro": 37739, + "▁atraente": 37740, + "▁expressing": 37741, + "▁∠": 37742, + "▁lining": 37743, + "▁chromosome": 37744, + "▁STATUS": 37745, + "▁appliances": 37746, + "▁coloridas": 37747, + "▁1914": 37748, + "ócia": 37749, + "iforme": 37750, + "▁vazão": 37751, + "▁damages": 37752, + "Buttons": 37753, + "▁Sod": 37754, + "▁encontravam": 37755, + "▁GUI": 37756, + "chars": 37757, + "▁Corp": 37758, + "▁PROPERT": 37759, + "▁QUAL": 37760, + "ÉM": 37761, + "▁Fo": 37762, + "▁aa": 37763, + "▁farão": 37764, + "▁Lan": 37765, + "▁initialized": 37766, + "795": 37767, + "▁ingrediente": 37768, + "▁Acesse": 37769, + "▁cannabis": 37770, + "▁inadequado": 37771, + "▁glands": 37772, + "▁válvula": 37773, + "▁orientado": 37774, + "▁duma": 37775, + "guerra": 37776, + "▁consultation": 37777, + "▁Medeiros": 37778, + "▁receberá": 37779, + "▁Biological": 37780, + "micos": 37781, + "▁crânio": 37782, + "▁quantia": 37783, + "▁atendimentos": 37784, + "otte": 37785, + "▁mandamento": 37786, + "zu": 37787, + "olly": 37788, + "▁primárias": 37789, + "▁continuará": 37790, + "▁Fria": 37791, + "▁Sorry": 37792, + "hin": 37793, + "ilosopher": 37794, + "▁railroad": 37795, + "▁commander": 37796, + "▁ESA": 37797, + "▁descendente": 37798, + "▁'')": 37799, + "▁suí": 37800, + "▁\"*": 37801, + "▁rip": 37802, + "sites": 37803, + "Sets": 37804, + "aden": 37805, + "▁shots": 37806, + "▁Mesopot": 37807, + "▁cooperativa": 37808, + "ETHER": 37809, + "▁Verão": 37810, + "iseconds": 37811, + "DataSource": 37812, + "▁commodity": 37813, + "▁Chrome": 37814, + "▁49,": 37815, + "compar": 37816, + "▁anúncios": 37817, + "ocou": 37818, + "▁FREE": 37819, + "▁letting": 37820, + "▁\"{": 37821, + "▁Abord": 37822, + "▁warp": 37823, + "▁pôs": 37824, + "▁proximidades": 37825, + "▁Champ": 37826, + "▁célebre": 37827, + "pill": 37828, + "▁к": 37829, + "inout": 37830, + "generation": 37831, + "▁aprofundamento": 37832, + "▁Matt": 37833, + "rolling": 37834, + "▁prescrição": 37835, + "▁resolvido": 37836, + "065": 37837, + "uamente": 37838, + "▁billions": 37839, + "▁contabil": 37840, + "▁70.": 37841, + "▁cruzamento": 37842, + "▁Za": 37843, + "GUI": 37844, + "entries": 37845, + "▁demência": 37846, + "▁Prado": 37847, + "_____": 37848, + "Threads": 37849, + "stro": 37850, + "êndo": 37851, + "▁1,3": 37852, + "eners": 37853, + "achelor": 37854, + "▁manipulate": 37855, + "▁Desenvolv": 37856, + "▁terapêutico": 37857, + "013": 37858, + "▁Plata": 37859, + "▁reass": 37860, + "▁Profile": 37861, + "▁Judas": 37862, + "▁Mechanics": 37863, + "▁voluntary": 37864, + "Sigma": 37865, + "▁precar": 37866, + "▁Joy": 37867, + "etooth": 37868, + "CONST": 37869, + "▁russa": 37870, + "▁restaurant": 37871, + "▁spam": 37872, + "▁mesas": 37873, + "▁percebem": 37874, + "▁throne": 37875, + "▁típicos": 37876, + "278": 37877, + "bons": 37878, + "▁pássaro": 37879, + "micro": 37880, + "▁scoring": 37881, + "\")>": 37882, + "▁matou": 37883, + "▁Geraldo": 37884, + "Ctrl": 37885, + "▁lúdico": 37886, + "Ops": 37887, + "yellow": 37888, + "▁colorido": 37889, + "▁bb": 37890, + "itismo": 37891, + "895": 37892, + "▁mantidos": 37893, + "▁Comportamento": 37894, + "▁noturno": 37895, + "lando": 37896, + "every": 37897, + "▁tram": 37898, + "▁Hollywood": 37899, + "▁nó": 37900, + "Undef": 37901, + "vide": 37902, + "232": 37903, + "▁Centros": 37904, + "(2):": 37905, + "▁Tow": 37906, + ".12": 37907, + "▁Expand": 37908, + "solution": 37909, + "▁paixões": 37910, + "▁photon": 37911, + "Payment": 37912, + "▁EA": 37913, + "▁rígido": 37914, + "▁desped": 37915, + "05,": 37916, + "▁Yan": 37917, + "▁picada": 37918, + "business": 37919, + "▁Alfredo": 37920, + "deia": 37921, + "ónicas": 37922, + "▁sugars": 37923, + "▁Infect": 37924, + "processed": 37925, + "▁Lip": 37926, + "▁ozone": 37927, + "▁stayed": 37928, + ".`": 37929, + "▁promovida": 37930, + "▁molho": 37931, + "agg": 37932, + "▁147": 37933, + "▁Birth": 37934, + "ÂNCIA": 37935, + "▁advocate": 37936, + "▁Mandela": 37937, + "solve": 37938, + "▁direções": 37939, + "anic": 37940, + "tasks": 37941, + "▁tona": 37942, + "ixon": 37943, + "▁voltaram": 37944, + "▁Whole": 37945, + "iami": 37946, + "▁{0}": 37947, + "▁aprenda": 37948, + "▁objecto": 37949, + "▁$6": 37950, + "▁atrel": 37951, + "▁contidas": 37952, + "▁destinos": 37953, + "ASC": 37954, + "Her": 37955, + "▁poli": 37956, + "▁diminuiu": 37957, + "▁provinces": 37958, + "▁Mul": 37959, + "▁1942": 37960, + "▁Mostra": 37961, + "▁portable": 37962, + "▁relativity": 37963, + "▁pressupostos": 37964, + "Arrays": 37965, + "cale": 37966, + "▁Endo": 37967, + "▁antip": 37968, + "▁ruínas": 37969, + "▁caring": 37970, + "▁Líb": 37971, + "DY": 37972, + "dtype": 37973, + "▁esquemas": 37974, + "▁peaceful": 37975, + "▁11)": 37976, + "uá": 37977, + "egypti": 37978, + "▁entregues": 37979, + "▁supermercado": 37980, + "Tip": 37981, + "uki": 37982, + "▁tím": 37983, + "▁patas": 37984, + "▁tentaram": 37985, + "▁kne": 37986, + "▁headache": 37987, + "▁interdepend": 37988, + "▁vislum": 37989, + "registry": 37990, + "▁Unicamp": 37991, + "Notify": 37992, + "▁orelhas": 37993, + "▁prolongado": 37994, + "Exec": 37995, + "▁diabo": 37996, + "▁atenta": 37997, + "aneidade": 37998, + "▁madrugada": 37999, + "▁Básico": 38000, + "cham": 38001, + "Responder": 38002, + "▁reconhecem": 38003, + "▁noble": 38004, + "▁erradic": 38005, + "▁Baltimore": 38006, + "▁Kath": 38007, + "▁spectral": 38008, + "oriais": 38009, + "HAND": 38010, + "▁discharg": 38011, + "rotation": 38012, + "▁kidneys": 38013, + "cleros": 38014, + "▁sinalização": 38015, + "ECA": 38016, + "^{-": 38017, + "Commit": 38018, + "▁sticks": 38019, + "▁cis": 38020, + "▁editors": 38021, + "▁revolucionária": 38022, + "(100)": 38023, + "▁SHALL": 38024, + "▁Predict": 38025, + "▁racionalidade": 38026, + "▁Steven": 38027, + "▁autumn": 38028, + "EPS": 38029, + "▁retirement": 38030, + "mix": 38031, + "459": 38032, + "721": 38033, + "▁leap": 38034, + "arness": 38035, + "people": 38036, + "▁pyramid": 38037, + "▁manuf": 38038, + "▁Ci": 38039, + "▁TOP": 38040, + "▁GPIO": 38041, + "magn": 38042, + "aciones": 38043, + "axi": 38044, + "entr": 38045, + "▁lis": 38046, + "▁peripheral": 38047, + "▁holder": 38048, + "▁investigating": 38049, + "▁mangan": 38050, + "inamente": 38051, + "▁liquids": 38052, + "▁initialization": 38053, + "▁Spot": 38054, + "}',": 38055, + "▁Dum": 38056, + "Ignore": 38057, + "▁Flight": 38058, + "▁saídas": 38059, + "▁2.6": 38060, + "cefal": 38061, + "▁gostou": 38062, + "▁daninhas": 38063, + "▁Métodos": 38064, + "▁Planck": 38065, + "▁alertar": 38066, + "▁lobo": 38067, + "▁horária": 38068, + "▁agilidade": 38069, + "erver": 38070, + "▁circund": 38071, + "DLE": 38072, + "▁coach": 38073, + "▁ghost": 38074, + "▁acidez": 38075, + "▁Barbara": 38076, + "▁Maurício": 38077, + ")$.": 38078, + "▁Specifically": 38079, + "Good": 38080, + "▁Customer": 38081, + "▁survivors": 38082, + "AWS": 38083, + "▁arra": 38084, + "▁Inline": 38085, + "▁achievements": 38086, + "']);": 38087, + "▁falei": 38088, + "▁mágico": 38089, + "▁Wa": 38090, + "▁descendants": 38091, + "6\"": 38092, + "▁estil": 38093, + "▁blacks": 38094, + "▁Trees": 38095, + "▁ativação": 38096, + "efa": 38097, + "▁nomin": 38098, + "}{0": 38099, + "▁HA": 38100, + "▁ressaltou": 38101, + "▁(&": 38102, + "▁){": 38103, + "phys": 38104, + "▁reunidos": 38105, + "▁Drum": 38106, + "▁emphasize": 38107, + "iveu": 38108, + "▁macacos": 38109, + "▁1979,": 38110, + "▁abusos": 38111, + "▁Unknown": 38112, + "uridão": 38113, + "▁Running": 38114, + "▁minorias": 38115, + "▁tiverem": 38116, + "▁ginástica": 38117, + "▁OBS": 38118, + "▁verbais": 38119, + "▁Nest": 38120, + "▁distingue": 38121, + "▁Quil": 38122, + "Links": 38123, + "▁diminuem": 38124, + "▁simulated": 38125, + "▁utensílios": 38126, + "0%": 38127, + "jack": 38128, + "▁desperta": 38129, + "▁terapeuta": 38130, + "▁iz": 38131, + "▁glóbulos": 38132, + "▁1975,": 38133, + "▁apresentavam": 38134, + "}/${": 38135, + "▁outrora": 38136, + "▁sincron": 38137, + "64-": 38138, + "▁destructive": 38139, + "▁stimulation": 38140, + "▁MI": 38141, + "mate": 38142, + "▁Ether": 38143, + "▁centres": 38144, + "▁poderem": 38145, + "▁prolongada": 38146, + "solving": 38147, + "▁souber": 38148, + "▁Ric": 38149, + "▁keras": 38150, + "▁remonta": 38151, + "resolve": 38152, + "▁fisioterapia": 38153, + "andin": 38154, + "▁incapazes": 38155, + "▁Cordeiro": 38156, + "▁posturas": 38157, + "árb": 38158, + "prud": 38159, + "▁Sure": 38160, + "▁›": 38161, + "▁ND": 38162, + "▁profecia": 38163, + "▁esm": 38164, + "▁Morris": 38165, + "adapt": 38166, + "▁ecológicas": 38167, + "keeping": 38168, + "▁riding": 38169, + "▁desistir": 38170, + "▁SCH": 38171, + "essays": 38172, + "bath": 38173, + "▁obso": 38174, + "industrial": 38175, + "WIDTH": 38176, + "▁pude": 38177, + "▁environmentally": 38178, + "▁escuras": 38179, + "▁recebida": 38180, + "ÓS": 38181, + "▁fechadas": 38182, + "▁Úl": 38183, + "▁TEM": 38184, + "fv": 38185, + "▁Vlad": 38186, + "▁Buddhism": 38187, + "▁Capela": 38188, + "▁306": 38189, + "▁citation": 38190, + "▁yang": 38191, + "▁exceções": 38192, + "▁interagem": 38193, + "1100": 38194, + "▁criminosos": 38195, + "▁dizemos": 38196, + "▁eternal": 38197, + "▁identificou": 38198, + "▁1917": 38199, + "▁examines": 38200, + "868": 38201, + "▁seguidas": 38202, + "390": 38203, + "▁configurações": 38204, + "▁2011).": 38205, + "oxid": 38206, + "▁dinossauros": 38207, + "▁reflecting": 38208, + "▁successive": 38209, + "▁'14": 38210, + "▁ente": 38211, + "▁repensar": 38212, + "▁$_.": 38213, + "▁Rut": 38214, + "▁vars": 38215, + "▁ouvimos": 38216, + "▁fans": 38217, + "990": 38218, + "instr": 38219, + "▁TORT": 38220, + "▁Foods": 38221, + "▁chorar": 38222, + "▁priorit": 38223, + "▁pergunte": 38224, + "▁Classroom": 38225, + "oven": 38226, + "▁socially": 38227, + "▁concentrado": 38228, + "▁330": 38229, + "ulsão": 38230, + "conhec": 38231, + "comments": 38232, + "▁Issues": 38233, + "▁coincide": 38234, + "hero": 38235, + "irinha": 38236, + "▁estudam": 38237, + "/${": 38238, + "Priority": 38239, + "▁Nigeria": 38240, + "▁nomencl": 38241, + "▁vômitos": 38242, + "393": 38243, + "▁Capt": 38244, + "▁evas": 38245, + "▁Forma": 38246, + "▁toilet": 38247, + "▁dólar": 38248, + "▁deterg": 38249, + "▁floração": 38250, + "▁liberar": 38251, + ":7": 38252, + "▁Brief": 38253, + "▁PRINC": 38254, + "Excluir": 38255, + "}+": 38256, + "216": 38257, + "▁nons": 38258, + "▁qualificados": 38259, + "▁cef": 38260, + "▁retreat": 38261, + "MON": 38262, + "Universidade": 38263, + "▁engol": 38264, + "▁warri": 38265, + "▁pern": 38266, + "heiras": 38267, + "▁finas": 38268, + "▁Armen": 38269, + "▁academ": 38270, + "▁matrizes": 38271, + "ocur": 38272, + "4);": 38273, + "▁mobilizar": 38274, + "Dif": 38275, + "secondary": 38276, + "▁azuis": 38277, + "filters": 38278, + "▁parlamentares": 38279, + "FILES": 38280, + "onésia": 38281, + "▁fantastic": 38282, + "▁Moral": 38283, + "237": 38284, + "▁coating": 38285, + "deiros": 38286, + "▁solids": 38287, + "▁Tesouro": 38288, + "▁analisadas": 38289, + "cxx": 38290, + "Every": 38291, + "696": 38292, + "rh": 38293, + "▁Rousseau": 38294, + "▁Scre": 38295, + "▁Comercial": 38296, + "comunicações": 38297, + "▁íntegra": 38298, + "▁agressividade": 38299, + "▁ware": 38300, + "arance": 38301, + "▁Baker": 38302, + "▁benéficos": 38303, + "biter": 38304, + "▁employer": 38305, + "▁ALG": 38306, + "▁pressupõe": 38307, + "▁(21": 38308, + "▁retomar": 38309, + "ashi": 38310, + "icides": 38311, + "▁Trânsito": 38312, + "▁Bun": 38313, + "▁resemble": 38314, + "▁hepatitis": 38315, + "▁automática": 38316, + "▁pregar": 38317, + "▁Alimentar": 38318, + "▁pertencer": 38319, + "▁Vacc": 38320, + "▁mágica": 38321, + "▁arredond": 38322, + "▁coletividade": 38323, + "bis": 38324, + "adec": 38325, + "rared": 38326, + "precedented": 38327, + "▁Archive": 38328, + "▁quarters": 38329, + "serde": 38330, + "▁bacias": 38331, + "▁{1": 38332, + "▁Ade": 38333, + "heads": 38334, + "▁Proto": 38335, + "▁embrião": 38336, + "▁localiza": 38337, + "▁consultoria": 38338, + ".10": 38339, + "Blob": 38340, + "▁Nag": 38341, + "▁possibilitou": 38342, + "748": 38343, + "uroscience": 38344, + "}');": 38792, + "▁equív": 38793, + "▁litter": 38794, + "▁WHETHER": 38795, + "▁ounce": 38796, + "▁trunk": 38797, + "▁Forward": 38798, + "▁shops": 38799, + "▁cleaned": 38800, + "▁1974,": 38801, + "▁pâncreas": 38802, + "▁spp": 38803, + "▁Olympic": 38804, + "▁Theor": 38805, + "▁adubação": 38806, + "▁reposição": 38807, + "270": 38808, + "▁sprintf": 38809, + "Cdn": 38810, + "▁caras": 38811, + "▁slog": 38812, + "▁palestr": 38813, + "▁analogia": 38814, + "▁Mechanical": 38815, + "JVS": 38816, + "▁sobrecarga": 38817, + "▁statistically": 38818, + "OTE": 38819, + "▁Salmo": 38820, + "▁flatten": 38821, + "▁Hide": 38822, + "bullying": 38823, + "▁concession": 38824, + "7\"": 38825, + "10,%": 38826, + "▁incentivando": 38827, + "Could": 38828, + "▁Salmon": 38829, + "Topic": 38830, + "▁revolt": 38831, + "▁Aluno": 38832, + "SHA": 38833, + "▁impactar": 38834, + "▁Wikipédia": 38835, + "▁pointers": 38836, + "running": 38837, + "▁downloaded": 38838, + "▁preocupados": 38839, + "▁presidencial": 38840, + "▁Celso": 38841, + "MN": 38842, + "▁Diminu": 38843, + "alla": 38844, + "▁ficavam": 38845, + "▁Perc": 38846, + "▁percebi": 38847, + "▁RIO": 38848, + "▁(21)": 38849, + "▁viés": 38850, + "▁poleg": 38851, + "▁Nenhuma": 38852, + "EVENT": 38853, + "▁indexes": 38854, + "▁astronomia": 38855, + "▁Viver": 38856, + "▁Atomic": 38857, + "▁frescos": 38858, + "▁Creation": 38859, + "▁Difficulty": 38860, + "licer": 38861, + "▁Churchill": 38862, + "▁Judá": 38863, + "▁Cuidado": 38864, + "▁constatação": 38865, + "▁vaginal": 38866, + "respect": 38867, + "▁Fundamentos": 38868, + "▁222": 38869, + "33.": 38870, + "▁improper": 38871, + "▁substrate": 38872, + "▁attraction": 38873, + "▁climb": 38874, + "abulary": 38875, + "▁Indígena": 38876, + "▁Signal": 38877, + "▁Effective": 38878, + "▁mensais": 38879, + "Além": 38880, + "▁citizenship": 38881, + "▁seism": 38882, + "CountryCode": 38883, + "▁acontecerá": 38884, + "\"(": 38885, + "[{": 38886, + "▁Bear": 38887, + "▁emails": 38888, + "▁plastics": 38889, + "▁extinct": 38890, + "▁999": 38891, + "▁UINT": 38892, + "▁genuine": 38893, + "construct": 38894, + "/~": 38895, + "Jul": 38896, + "▁fifteen": 38897, + "oxel": 38898, + "velocity": 38899, + "79.": 38900, + "▁responding": 38901, + "▁submissão": 38902, + "▁glândula": 38903, + "absor": 38904, + "▁Prem": 38905, + "▁Tere": 38906, + "▁Fourth": 38907, + "Zip": 38908, + "▁medições": 38909, + "USD": 38910, + "▁organizou": 38911, + "▁ammon": 38912, + "▁sociocult": 38913, + "▁freeze": 38914, + "▁moderação": 38915, + "▁2.7": 38916, + "▁Degree": 38917, + "ча": 38918, + "▁comunica": 38919, + "▁protótipo": 38920, + "▁Swiss": 38921, + "resistant": 38922, + "▁aesthetic": 38923, + "▁inaugurado": 38924, + "39)": 38925, + "▁malware": 38926, + "▁interpreta": 38927, + "RX": 38928, + "▁Ø": 38929, + "SYS": 38930, + "prints": 38931, + "▁warned": 38932, + "▁adequar": 38933, + "▁BRASILE": 38934, + "▁PAS": 38935, + "▁cooler": 38936, + "▁anotações": 38937, + "nings": 38938, + "▁neighboring": 38939, + "▁adjustments": 38940, + "culosis": 38941, + "▁superst": 38942, + "▁arro": 38943, + "▁padro": 38944, + "endemos": 38945, + "▁LIABLE": 38946, + "▁pretendia": 38947, + "▁Horn": 38948, + "▁MHz": 38949, + "seconds": 38950, + "▁definiu": 38951, + "sy": 38952, + "ibal": 38953, + "paid": 38954, + "▁Lun": 38955, + "▁terminology": 38956, + "Inc": 38957, + "▁explicando": 38958, + "▁paraf": 38959, + "olfo": 38960, + "▁poses": 38961, + "▁sagrada": 38962, + "▁2012).": 38963, + "▁trama": 38964, + "▁organizational": 38965, + "▁Junto": 38966, + "▁Austin": 38967, + "▁brev": 38968, + "âmicas": 38969, + "amer": 38970, + "▁IPv": 38971, + "▁Rig": 38972, + "▁abrem": 38973, + "▁1880": 38974, + "Refresh": 38975, + "▁episodes": 38976, + "▁53,": 38977, + "ulse": 38978, + "sound": 38979, + "58:": 38980, + "▁diretas": 38981, + "▁keywords": 38982, + "ástr": 38983, + "▁fich": 38984, + "218": 38985, + "flush": 38986, + "▁reciproc": 38987, + "▁Integração": 38988, + "▁destructor": 38989, + "RAW": 38990, + "▁cobrar": 38991, + "▁passages": 38992, + "ATAL": 38993, + "▁Guatem": 38994, + "▁practically": 38995, + "LIBRARIES": 38996, + "Validator": 38997, + "▁35%": 38998, + "▁Seleção": 38999, + "▁cleared": 39000, + "▁levadas": 39001, + "▁1982": 39002, + "▁guiar": 39003, + "▁sequencing": 39004, + "6464": 39005, + "▁Consol": 39006, + "1,0": 39007, + "úvel": 39008, + "iriam": 39009, + "▁Privacy": 39010, + "▁watts": 39011, + "▁morce": 39012, + "Numeric": 39013, + "▁Differential": 39014, + "215": 39015, + "ipél": 39016, + "▁vela": 39017, + "▁whale": 39018, + "▁Sindic": 39019, + "ívoros": 39020, + "▁delivering": 39021, + "▁exponents": 39022, + ".11": 39023, + "▁Exercises": 39024, + "▁Features": 39025, + "▁Container": 39026, + "▁abolição": 39027, + "▁UNIC": 39028, + "Unex": 39029, + "▁advocates": 39030, + "▁SUA": 39031, + "▁publisher": 39032, + "▁limp": 39033, + "clerosis": 39034, + "▁cosméticos": 39035, + "War": 39036, + "DOWN": 39037, + "▁categorical": 39038, + "▁211": 39039, + "droid": 39040, + "indent": 39041, + "▁revelando": 39042, + "=',": 39043, + "▁ESTR": 39044, + "▁Acceler": 39045, + "iae": 39046, + "▁{0,": 39047, + "▁Vocês": 39048, + "▁Nutric": 39049, + "neath": 39050, + "▁crude": 39051, + "▁deciding": 39052, + "▁nobody": 39053, + "▁agindo": 39054, + "▁Gospel": 39055, + "▁importação": 39056, + "peras": 39057, + "▁dash": 39058, + "flower": 39059, + "▁SANTOS": 39060, + "▁allevi": 39061, + "▁unfortunately": 39062, + "090": 39063, + "▁6;": 39064, + "▁Indígenas": 39065, + "▁Lil": 39066, + "▁polo": 39067, + "▁suspens": 39068, + "fir": 39069, + "beis": 39070, + "▁Apóstolos": 39071, + "Oeste": 39072, + "Future": 39073, + "▁drilling": 39074, + "▁dispro": 39075, + "▁óbitos": 39076, + "▁gy": 39077, + "ifas": 39078, + "auses": 39079, + "чи": 39080, + "▁hyd": 39081, + "iemann": 39082, + "0.6": 39083, + "▁Made": 39084, + "▁Kevin": 39085, + "▁RH": 39086, + "558": 39087, + "_2)": 39088, + "447": 39089, + "▁soup": 39090, + "▁equivalence": 39091, + "▁somebody": 39092, + "▁relay": 39093, + "DFDFDFDFDFDFDFDF": 39094, + "[6]": 39095, + "initialize": 39096, + "▁Alfabet": 39097, + "▁manipular": 39098, + "▁Semi": 39099, + "▁levará": 39100, + "▁Programs": 39101, + "(*),": 39102, + "catal": 39103, + "inence": 39104, + "▁diferenciada": 39105, + "▁DEL": 39106, + "currentPage": 39107, + "rador": 39108, + "▁combo": 39109, + "rofes": 39110, + "▁shrink": 39111, + "▁periodicamente": 39112, + "▁impairment": 39113, + "▁astronomers": 39114, + "gom": 39115, + "▁13)": 39116, + "▁54,": 39117, + "▁regulamentos": 39118, + "▁Mai": 39119, + "▁atriz": 39120, + "vertices": 39121, + "CUL": 39122, + "Hpm": 39123, + "▁Stein": 39124, + "Tw": 39125, + "▁vap": 39126, + "/2021": 39127, + "▁Denmark": 39128, + "75)": 39129, + "▁promises": 39130, + "▁sensation": 39131, + "▁-\\": 39132, + "▁Mensagem": 39133, + "▁presenciais": 39134, + "794": 39135, + "Water": 39136, + "▁misunder": 39137, + "ecções": 39138, + "Ansi": 39139, + "▁imprison": 39140, + "3=": 39141, + "▁pear": 39142, + "▁direcção": 39143, + "▁projectos": 39144, + "Instruction": 39145, + "▁geográfico": 39146, + "▁adiv": 39147, + "483": 39148, + "usive": 39149, + "▁superioridade": 39150, + "camera": 39151, + "▁tribunais": 39152, + "had": 39153, + "▁emitir": 39154, + "▁endocr": 39155, + "▁reconstruction": 39156, + "▁260": 39157, + "▁Chain": 39158, + "▁Modeling": 39159, + "▁Letter": 39160, + "▁remedy": 39161, + "▁valoriza": 39162, + "isan": 39163, + "▁precurs": 39164, + "▁secundários": 39165, + "▁possibilitam": 39166, + "▁Baby": 39167, + "ponder": 39168, + "▁Confeder": 39169, + "▁Petrópolis": 39170, + "▁restaurants": 39171, + "▁edema": 39172, + "▁Carter": 39173, + "▁Kernel": 39174, + "▁femininas": 39175, + "▁significava": 39176, + "▁Lé": 39177, + "▁\">": 39178, + "▁considerava": 39179, + "▁←": 39180, + "▁gn": 39181, + "Sprintf": 39182, + "▁Elementos": 39183, + "ceae": 39184, + "▁landscapes": 39185, + "fname": 39186, + "CMD": 39187, + "▁praga": 39188, + "unders": 39189, + "uadas": 39190, + "▁algar": 39191, + "▁Homens": 39192, + "▁afasta": 39193, + "▁guilty": 39194, + "▁ESCOL": 39195, + "▁fraternidade": 39196, + "▁Consumer": 39197, + "órd": 39198, + "▁58,": 39199, + "▁Crow": 39200, + "▁Marcus": 39201, + "▁workforce": 39202, + "Padding": 39203, + "▁operand": 39204, + "▁legislative": 39205, + "▁Pessoal": 39206, + "▁Relação": 39207, + "▁corredor": 39208, + "▁alinhamento": 39209, + "phrase": 39210, + "dAtA": 39211, + "▁OH": 39212, + "▁UTF": 39213, + "obras": 39214, + "▁libera": 39215, + "▁Continental": 39216, + "▁alugu": 39217, + "▁Acontece": 39218, + "▁estimado": 39219, + "WRITE": 39220, + "▁handful": 39221, + "ocytes": 39222, + "usions": 39223, + "▁denominados": 39224, + "▁({": 39225, + "▁promete": 39226, + "▁recognised": 39227, + "ieri": 39228, + "Distribution": 39229, + "59:": 39230, + "▁Lagoa": 39231, + "▁ícone": 39232, + "▁comprou": 39233, + "▁permanently": 39234, + "élulas": 39235, + "▁english": 39236, + "▁157": 39237, + "Plane": 39238, + "▁critically": 39239, + "▁SUPER": 39240, + "▁pid": 39241, + "391": 39242, + "vit": 39243, + "▁baking": 39244, + "▁dysfunction": 39245, + "noise": 39246, + "IVEIRA": 39247, + "▁workspace": 39248, + "GX": 39249, + "Alert": 39250, + "▁compreendida": 39251, + "▁hp": 39252, + "▁amido": 39253, + "édias": 39254, + "bourne": 39255, + "▁stro": 39256, + "▁marcos": 39257, + "▁adaptados": 39258, + "rz": 39259, + "▁Mira": 39260, + "▁Workshop": 39261, + "▁146": 39262, + "▁APA": 39263, + "TYP": 39264, + "▁BI": 39265, + "▁Próximo": 39266, + "▁critics": 39267, + "_14": 39268, + "▁atribuição": 39269, + "▁Asc": 39270, + "▁administrativos": 39271, + "▁carentes": 39272, + "offsets": 39273, + "▁Rondônia": 39274, + "▁activate": 39275, + "▁sulfur": 39276, + "▁ants": 39277, + "▁cardápio": 39278, + "▁yesterday": 39279, + "▁innovations": 39280, + "ifes": 39281, + "▁imput": 39282, + "▁tabule": 39283, + "▁suplemento": 39284, + "▁temporarily": 39285, + "▁1946": 39286, + "ROLE": 39287, + "▁mút": 39288, + "▁dozens": 39289, + "itm": 39290, + "319": 39291, + "Sel": 39292, + "inear": 39293, + "Cook": 39294, + "▁mexer": 39295, + "▁avança": 39296, + "▁warranty": 39297, + "▁Jorn": 39298, + "▁imposta": 39299, + "▁contaminados": 39300, + "sul": 39301, + "▁Explique": 39302, + "▁ka": 39303, + "▁(188": 39304, + "▁valioso": 39305, + "▁distribuída": 39306, + "fragment": 39307, + "▁existencial": 39308, + "▁rewrite": 39309, + "▁Campbell": 39310, + "▁escuridão": 39311, + "▁';": 39312, + "▁extrav": 39313, + "▁optimum": 39314, + "▁Basically": 39315, + "otional": 39316, + "▁emperor": 39317, + "mole": 39318, + "ídica": 39319, + "▁3.6": 39320, + "ToStr": 39321, + "▁1600": 39322, + "▁rigorous": 39323, + "udge": 39324, + "atários": 39325, + "▁virá": 39326, + "▁Fabric": 39327, + "▁Latest": 39328, + "▁wounds": 39329, + "enciada": 39330, + "▁iniciantes": 39331, + "▁compartilham": 39332, + "044": 39333, + "▁queimaduras": 39334, + "▁ADC": 39335, + "▁NM": 39336, + "▁irrational": 39337, + "▁impulse": 39338, + "▁ascending": 39339, + "kv": 39340, + "▁snakes": 39341, + "▁tranquil": 39342, + "▁Sáb": 39343, + "▁mortas": 39344, + "▁Minimum": 39345, + "▁recordar": 39346, + "▁tonnes": 39347, + "▁burns": 39348, + "▁worms": 39349, + "▁accumulated": 39350, + "▁retira": 39351, + "▁Particular": 39352, + "▁labs": 39353, + "▁Socio": 39354, + "▁remot": 39355, + "▁swing": 39356, + "▁estatais": 39357, + "ENG": 39358, + "▁merid": 39359, + "STRE": 39360, + "▁urgent": 39361, + "▁Organic": 39362, + "▁ya": 39363, + "▁inspirou": 39364, + "▁relevance": 39365, + "CID": 39366, + "▁legally": 39367, + "▁indag": 39368, + "nem": 39369, + "▁espalhou": 39370, + "hours": 39371, + "▁lavouras": 39372, + "regulares": 39373, + "▁folclore": 39374, + "▁Mg": 39375, + "▁TAbmes": 39376, + ">>>": 39377, + "micas": 39378, + "▁accepts": 39379, + "733": 39380, + "▁1970.": 39381, + "▁quilombolas": 39382, + "▁uri": 39383, + "▁installing": 39384, + "▁Clearly": 39385, + "▁prisioneiros": 39386, + "▁ye": 39387, + "APTER": 39388, + "▁Iz": 39389, + "▁Driver": 39390, + "▁textbooks": 39391, + "▁disrup": 39392, + "▁freshwater": 39393, + "▁neurological": 39394, + "▁Projects": 39395, + "urious": 39396, + "▁iterator": 39397, + "BRA": 39398, + "Instituto": 39399, + "233": 39400, + "irado": 39401, + "▁voltam": 39402, + "▁XY": 39403, + "▁pins": 39404, + "▁Fluid": 39405, + "▁aprovou": 39406, + "▁Vere": 39407, + "▁lacunas": 39408, + "▁enfrentados": 39409, + "userId": 39410, + "▁exceptional": 39411, + "yyy": 39412, + "▁Quint": 39413, + "▁confid": 39414, + "inações": 39415, + "▁countless": 39416, + "▁uvas": 39417, + "▁sangramento": 39418, + "▁suscetíveis": 39419, + "▁difere": 39420, + "▁Simone": 39421, + "▁abandonado": 39422, + "▁scored": 39423, + "▁espinhos": 39424, + "▁Margin": 39425, + "▁modelling": 39426, + "▁envolvente": 39427, + "▁MAG": 39428, + "▁seas": 39429, + "▁casado": 39430, + "▁pulso": 39431, + "▁iogurte": 39432, + "▁equilibrado": 39433, + "0,'": 39434, + "plice": 39435, + "incar": 39436, + "▁nausea": 39437, + "▁ficarem": 39438, + "▁'*": 39439, + "▁Aspectos": 39440, + "▁Vasco": 39441, + "Generate": 39442, + "▁compromise": 39443, + "orosis": 39444, + "▁hungry": 39445, + "▁hypotheses": 39446, + "çaram": 39447, + "000,00": 39448, + "▁Causes": 39449, + "▁Dança": 39450, + "▁ambic": 39451, + "wm": 39452, + "▁1890": 39453, + "▁acknowledged": 39454, + "(/": 39455, + "075": 39456, + "▁obligation": 39457, + "ANÇA": 39458, + "▁diferenciado": 39459, + "▁merit": 39460, + "▁recort": 39461, + "▁watershed": 39462, + "▁menção": 39463, + "▁enfermidade": 39464, + "▁guy": 39465, + "▁bending": 39466, + "▁existiu": 39467, + "▁inevitable": 39468, + "▁especificidades": 39469, + "▁Jen": 39470, + "ocused": 39471, + ")}{": 39472, + "▁receba": 39473, + "MODULE": 39474, + "▁bispos": 39475, + "▁introduzido": 39476, + "▁ARISING": 39477, + "▁LEDs": 39478, + "itáveis": 39479, + "▁Cells": 39480, + "embles": 39481, + "▁Doctor": 39482, + "História": 39483, + "▁Ecologia": 39484, + "▁Amigos": 39485, + "▁periódico": 39486, + "▁comete": 39487, + "Jesus": 39488, + "▁Aproveite": 39489, + "▁associa": 39490, + "▁1973": 39491, + "▁Isol": 39492, + "▁geradas": 39493, + "ponto": 39494, + "▁hoped": 39495, + "▁amarr": 39496, + "▁ensinado": 39497, + "smithy": 39498, + "▁unanim": 39499, + "Hit": 39500, + "RATE": 39501, + "leveland": 39502, + "Exper": 39503, + "▁considerou": 39504, + "▁unprecedented": 39505, + "▁4),": 39506, + "sus": 39507, + "▁Hack": 39508, + "▁coleções": 39509, + "Clock": 39510, + "▁variando": 39511, + "▁contratar": 39512, + "▁LT": 39513, + "pox": 39514, + "▁cilindro": 39515, + "▁hydraulic": 39516, + "330000330000": 39517, + "Porque": 39518, + "▁vivenciar": 39519, + "-1-": 39520, + "polis": 39521, + "▁Parks": 39522, + "▁caule": 39523, + "$3": 39524, + "045": 39525, + "Todos": 39526, + "News": 39527, + "rene": 39528, + "angos": 39529, + "▁plantadas": 39530, + "smart": 39531, + "▁FAM": 39532, + "▁numbered": 39533, + "atti": 39534, + "▁99.": 39535, + "▁Estrada": 39536, + "▁flaw": 39537, + "059": 39538, + "▁alfa": 39539, + "▁Sierra": 39540, + "▁liderada": 39541, + "univers": 39542, + "▁Colônia": 39543, + "maker": 39544, + "▁atendidas": 39545, + "ínia": 39546, + "▁2003).": 39547, + "lane": 39548, + "▁VALUE": 39549, + "procal": 39550, + "▁Helper": 39551, + "COMPONENT": 39552, + "15]": 39553, + "▁Meaning": 39554, + "sizes": 39555, + "missão": 39556, + "▁havido": 39557, + "▁redig": 39558, + "14]": 39559, + "decimal": 39560, + "▁----------": 39561, + "▁ECON": 39562, + "▁opio": 39563, + "▁intuição": 39564, + "▁IQ": 39565, + "▁Adobe": 39566, + "▁Bacter": 39567, + "▁rsp": 39568, + "êutica": 39569, + "▁numero": 39570, + "▁Experience": 39571, + "▁automático": 39572, + "▁manto": 39573, + "▁carrap": 39574, + "▁cultivation": 39575, + "▁competir": 39576, + "▁ordenado": 39577, + "▁migrantes": 39578, + "▁pts": 39579, + "mática": 39580, + "▁wallet": 39581, + "▁arranjo": 39582, + "▁1920,": 39583, + "▁fecha": 39584, + "▁destrut": 39585, + "▁uncommon": 39586, + "simp": 39587, + "▁frater": 39588, + "4.0": 39589, + "ópios": 39590, + "▁insens": 39591, + "▁agressivo": 39592, + "caff": 39593, + "▁Mik": 39594, + "▁Stuart": 39595, + "nabla": 39596, + "balanced": 39597, + "▁corresponder": 39598, + "▁aviso": 39599, + "▁israelitas": 39600, + "[2])": 39601, + "▁lasted": 39602, + "▁limitados": 39603, + "▁outbreaks": 39604, + "(..": 39605, + "▁ses": 39606, + "▁comporta": 39607, + "íris": 39608, + "uria": 39609, + "▁trabalhados": 39610, + "▁'9": 39611, + "uating": 39612, + "▁impaired": 39613, + "288": 39614, + "▁combinado": 39615, + "▁7%": 39616, + "▁falo": 39617, + "▁Ida": 39618, + "▁Oswaldo": 39619, + "▁intestinais": 39620, + "fluid": 39621, + "▁enforce": 39622, + "▁heavier": 39623, + "332": 39624, + "▁permutation": 39625, + "intro": 39626, + "▁bare": 39627, + "▁Dermat": 39628, + "Êxodo": 39629, + "▁enfermidades": 39630, + "tran": 39631, + "▁recess": 39632, + "▁autônomo": 39633, + "guer": 39634, + "▁Animals": 39635, + "▁desperdi": 39636, + "ADORES": 39637, + "\">(": 39638, + "0(%": 39639, + "▁Dakota": 39640, + "ambers": 39641, + "▁weighs": 39642, + "VW": 39643, + "GRAPH": 39644, + "1,2,3,4,": 39645, + "▁torres": 39646, + "▁Apocalipse": 39647, + "▁iné": 39648, + "cad": 39649, + "▁praise": 39650, + "▁substitui": 39651, + "Imgs": 39652, + "▁Serão": 39653, + "▁integrating": 39654, + "MANA": 39655, + "▁Logger": 39656, + "▁frost": 39657, + "▁íd": 39658, + "▁Mesa": 39659, + "▁#5": 39660, + "▁Boas": 39661, + "▁proximity": 39662, + "omics": 39663, + "▁judges": 39664, + "▁1984,": 39665, + "▁erupção": 39666, + "▁estudadas": 39667, + "▁santuário": 39668, + "01/": 39669, + "02)": 39670, + "▁550": 39671, + "▁IDENT": 39672, + "▁assembled": 39673, + "neq": 39674, + "Dense": 39675, + "Average": 39676, + "▁activists": 39677, + "▁stain": 39678, + "▁crystals": 39679, + "blas": 39680, + ":100": 39681, + "ensaios": 39682, + "▁geopol": 39683, + "EAR": 39684, + "marked": 39685, + "▁rhetor": 39686, + "▁refúgio": 39687, + "▁reún": 39688, + "loating": 39689, + "▁drying": 39690, + "▁sie": 39691, + "▁Ratings": 39692, + "▁FAO": 39693, + "▁Toy": 39694, + "▁Gauss": 39695, + "▁Obra": 39696, + "lett": 39697, + "Phase": 39698, + "▁stimulus": 39699, + "▁ORDER": 39700, + "▁obede": 39701, + "Compute": 39702, + "7',": 39703, + "▁enviada": 39704, + "▁ops": 39705, + "▁fotógrafo": 39706, + "▁5.5": 39707, + "▁frequentar": 39708, + "▁ventilation": 39709, + "trained": 39710, + "▁Carla": 39711, + "▁protegida": 39712, + "treat": 39713, + "itantes": 39714, + "','0.00000000": 39715, + "osity": 39716, + "otions": 39717, + "▁quo": 39718, + "▁Medidas": 39719, + "▁protegem": 39720, + "browser": 39721, + "▁refresh": 39722, + "▁atravessa": 39723, + "▁pressuposto": 39724, + "▁AE": 39725, + "poder": 39726, + "▁permitia": 39727, + "▁treinamentos": 39728, + "▁cera": 39729, + "▁rotine": 39730, + "rong": 39731, + "▁Swagger": 39732, + "▁fracture": 39733, + "▁0.06": 39734, + "▁autobi": 39735, + "▁spar": 39736, + "▁uniformly": 39737, + "▁unchanged": 39738, + "sell": 39739, + "▁stating": 39740, + "▁Hey": 39741, + "Signal": 39742, + "▁/": 39747, + "▁cadastro": 39748, + "▁PAULO": 39749, + "▁antioxidants": 39750, + "EUA": 39751, + "▁Posso": 39752, + "▁alkal": 39753, + "▁upcoming": 39754, + "ICH": 39755, + "yled": 39756, + "▁conceber": 39757, + "quite": 39758, + "▁botões": 39759, + "nascidos": 39760, + "▁favorable": 39761, + "▁retired": 39762, + "▁trilhas": 39763, + "▁00:00:00',": 39764, + "▁tickets": 39765, + "{4": 39766, + "840": 39767, + "yster": 39768, + "▁gravel": 39769, + "▁Supply": 39770, + "▁1965": 39771, + "▁anch": 39772, + "▁melanoma": 39773, + "[])": 39774, + "▁genre": 39775, + "categoryName": 39776, + "▁REST": 39777, + "▁resonance": 39778, + "▁priorities": 39779, + "▁iod": 39780, + "meira": 39781, + "íficas": 39782, + "▁temer": 39783, + "▁académ": 39784, + "▁precisos": 39785, + "▁conferências": 39786, + "▁pools": 39787, + "▁satisfying": 39788, + "?$": 39789, + "▁Palestine": 39790, + "▁strongest": 39791, + "▁desconto": 39792, + "▁curiosity": 39793, + "▁cogum": 39794, + "▁constructing": 39795, + "▁garbage": 39796, + "▁Classical": 39797, + "▁flowering": 39798, + "440": 39799, + "▁Mecânica": 39800, + "▁Alternative": 39801, + "▁arena": 39802, + "▁endors": 39803, + "Confirm": 39804, + "árido": 39805, + "▁Dipl": 39806, + "▁armada": 39807, + "▁Implementation": 39808, + "agr": 39809, + "óteo": 39810, + "abora": 39811, + "▁piorar": 39812, + "▁tintas": 39813, + "▁determinou": 39814, + "▁severa": 39815, + "▁[5]": 39816, + "▁criações": 39817, + "▁Pentecost": 39818, + "Ef": 39819, + "760": 39820, + "▁destacado": 39821, + "▁Variant": 39822, + "ANTE": 39823, + "Unexpected": 39824, + "subplot": 39825, + "▁Grupos": 39826, + "▁Província": 39827, + "Xã": 39828, + "▁Tap": 39829, + "gil": 39830, + "▁reen": 39831, + "▁escova": 39832, + "▁ilim": 39833, + "▁protestantes": 39834, + "▁fossils": 39835, + "▁workflow": 39836, + "atics": 39837, + "–4": 39838, + "▁clam": 39839, + "▁Dever": 39840, + "▁specially": 39841, + "uoso": 39842, + "▁Consumo": 39843, + "▁factories": 39844, + "▁declarations": 39845, + "çá": 39846, + "lint": 39847, + "▁Algo": 39848, + "Categ": 39849, + "sizing": 39850, + "▁Glória": 39851, + "▁miscon": 39852, + "matplotlib": 39853, + "▁parking": 39854, + "▁utilizá": 39855, + "distribution": 39856, + "[['": 39857, + "▁russos": 39858, + "▁Warning": 39859, + "▁backend": 39860, + "▁Anyone": 39861, + "▁tib": 39862, + "▁teachings": 39863, + "▁explod": 39864, + "▁accepting": 39865, + "▁implementadas": 39866, + "BRO": 39867, + "▁prosperity": 39868, + "▁rend": 39869, + "▁Jobs": 39870, + "161": 39871, + "=\"\">": 39872, + "Then": 39873, + "▁Hat": 39874, + "▁eld": 39875, + "▁Jama": 39876, + "▁Pert": 39877, + "estação": 39878, + "ACION": 39879, + "▁Lead": 39880, + "▁SIGN": 39881, + "▁Humanas": 39882, + "ponential": 39883, + "aug": 39884, + "01',": 39885, + "▁Chagas": 39886, + "aber": 39887, + "tent": 39888, + "▁1];": 39889, + "▁prender": 39890, + "▁wol": 39891, + "emit": 39892, + "future": 39893, + "▁microbial": 39894, + "▁Observatory": 39895, + "órdios": 39896, + "▁Pool": 39897, + "▁semanal": 39898, + "▁concedida": 39899, + "▁surprisingly": 39900, + "EXTO": 39901, + "nrow": 39902, + "▁anonymous": 39903, + "▁Obviously": 39904, + "▁tartarugas": 39905, + "▁Când": 39906, + "threat": 39907, + "▁alcançados": 39908, + "▁reinos": 39909, + "▁Obviamente": 39910, + "▁comma": 39911, + "▁Operação": 39912, + "▁ppm": 39913, + "▁porco": 39914, + "▁avermelh": 39915, + "▁Menino": 39916, + "▁nr": 39917, + "▁Density": 39918, + "▁reduziu": 39919, + "▁sarampo": 39920, + "▁Interactive": 39921, + "▁Jogo": 39922, + "UndefOr": 39923, + "ONLY": 39924, + "▁amost": 39925, + "▁Gates": 39926, + "Partition": 39927, + "▁Nu": 39928, + "▁iniciaram": 39929, + "0606": 39930, + "SPEC": 39931, + "Fac": 39932, + "▁TAR": 39933, + "▁interag": 39934, + "▁hitting": 39935, + "▁limpas": 39936, + "▁colspan": 39937, + "▁secretar": 39938, + "Bank": 39939, + "isor": 39940, + "eye": 39941, + "▁comemorado": 39942, + "▁Chair": 39943, + "▁altitudes": 39944, + "151": 39945, + "▁Gem": 39946, + "▁Jonas": 39947, + "▁Medieval": 39948, + "▁transferir": 39949, + "▁Naveg": 39950, + "▁shower": 39951, + "▁Raquel": 39952, + "odus": 39953, + "▁cultos": 39954, + "▁ze": 39955, + "▁$$(": 39956, + "▁mangue": 39957, + "▁spinning": 39958, + "ogenesis": 39959, + "▁Exist": 39960, + "▁UNSIGNED": 39961, + "▁esportivo": 39962, + "sided": 39963, + "▁embarcações": 39964, + "Calc": 39965, + "+\"": 39966, + "▁Sampa": 39967, + "▁jesuítas": 39968, + "▁seventh": 39969, + "tis": 39970, + "▁1947": 39971, + "▁landed": 39972, + "▁ARM": 39973, + "▁afer": 39974, + "▁NB": 39975, + "▁incidente": 39976, + "DFD": 39977, + "▁Matter": 39978, + "▁wetlands": 39979, + "▁jurisdiction": 39980, + "espan": 39981, + "▁Eigen": 39982, + "▁metaphor": 39983, + "▁offshore": 39984, + "▁DIG": 39985, + "▁Puerto": 39986, + "▁Correspond": 39987, + "etr": 39988, + "ateur": 39989, + "ongos": 39990, + "▁apartamento": 39991, + "▁mest": 39992, + "39393939": 39993, + "▁violações": 39994, + "▁158": 39995, + "▁3]": 39996, + "11',": 39997, + "▁Sinai": 39998, + "▁conheço": 39999, + "▁reasonably": 40000, + "▁MON": 40001, + "▁rept": 40002, + "clientId": 40003, + "▁Collins": 40004, + "▁ideológica": 40005, + "▁FAP": 40006, + "▁dentária": 40007, + "▁Integration": 40008, + "▁lion": 40009, + "?(": 40010, + "Tor": 40011, + "▁opostos": 40012, + "▁pb": 40013, + "▁constrang": 40014, + "*;": 40015, + "▁<#": 40016, + "▁rehabilitation": 40017, + "▁Limited": 40018, + "chrom": 40019, + "▁Hend": 40020, + "▁tica": 40021, + "▁Verbo": 40022, + "▁CONCLUS": 40023, + "▁Dtype": 40024, + "▁silence": 40025, + "▁psiquiatra": 40026, + "▁Objective": 40027, + "▁incentives": 40028, + "OSA": 40029, + "▁Invent": 40030, + "urrection": 40031, + "▁Strength": 40032, + "▁PÚ": 40033, + "▁obligations": 40034, + "ceras": 40035, + "▁opress": 40036, + "ATER": 40037, + "ión": 40038, + "Front": 40039, + "5}": 40040, + "079": 40041, + "UNK": 40042, + "▁Vant": 40043, + "▁evenly": 40044, + "ERIC": 40045, + "▁}}": 40522, + "▁Beaut": 40523, + "▁resfriamento": 40524, + "▁Estad": 40525, + "▁astronomy": 40526, + "▁proving": 40527, + "▁Cleveland": 40528, + "▁glow": 40529, + "\":\"160": 40530, + "▁Armadas": 40531, + "▁corridas": 40532, + "Fetch": 40533, + "▁CURRENT": 40534, + "INCLUDING": 40535, + "▁irregulares": 40536, + "dB": 40537, + "▁precocemente": 40538, + "▁Clinic": 40539, + "▁Conjunto": 40540, + "▁divulgada": 40541, + "worm": 40542, + "▁63,": 40543, + "▁rótulos": 40544, + "▁FIN": 40545, + "▁Honor": 40546, + "pageMeta": 40547, + "▁improv": 40548, + "▁publicamente": 40549, + "OrJoin": 40550, + "▁lane": 40551, + "isPremium": 40552, + "▁Busca": 40553, + "▁pátio": 40554, + "ionistas": 40555, + "▁WordPress": 40556, + "3636": 40557, + "▁massacre": 40558, + "▁disappeared": 40559, + "ulty": 40560, + "▁flame": 40561, + "Loading": 40562, + "▁inveja": 40563, + "pageRange": 40564, + "▁Ecology": 40565, + "220\",\"": 40566, + "095": 40567, + "▁Stre": 40568, + "CdnUrl": 40569, + "logPixel": 40570, + "▁flights": 40571, + "essayUpload": 40572, + "isPayOrJoin": 40573, + "logPixelPath": 40574, + "essayId": 40575, + "categoryParentId": 40576, + "▁Ficou": 40577, + "▁elimina": 40578, + "methods": 40579, + "▁Speech": 40580, + "▁vestib": 40581, + "ynthesis": 40582, + "ImgCdnUrl": 40583, + "▁formerly": 40584, + "▁unwanted": 40585, + "loadedPages": 40586, + "additionalIds": 40587, + "essaysImgCdnUrl": 40588, + "▁artísticos": 40589, + "jp": 40590, + "▁busque": 40591, + "▁nervosas": 40592, + "▁downstream": 40593, + "219": 40594, + "▁rx": 40595, + "rut": 40596, + "▁pren": 40597, + "▁sexto": 40598, + "▁empathy": 40599, + "isPremiumCountry": 40600, + "▁}}\"": 40601, + "▁про": 40602, + "▁liters": 40603, + "anny": 40604, + "▁Doutrina": 40605, + "▁caindo": 40606, + "brain": 40607, + "▁Warm": 40608, + "IDX": 40609, + "ulao": 40610, + "▁(17)": 40611, + "▁haste": 40612, + "▁Aérea": 40613, + "▁Cout": 40614, + "▁lasts": 40615, + "▁galinha": 40616, + "▁poultry": 40617, + "▁executada": 40618, + "▁NONE": 40619, + "▁AJ": 40620, + "▁pertinentes": 40621, + "▁pouquinho": 40622, + "▁falada": 40623, + "▁convém": 40624, + "▁mysterious": 40625, + "▁Meter": 40626, + "▁anarqu": 40627, + "▁undergraduate": 40628, + "estruct": 40629, + "About": 40630, + "▁Efeitos": 40631, + "▁adubo": 40632, + "Fwww": 40633, + "▁$9": 40634, + "uam": 40635, + "▁cegos": 40636, + "▁incumb": 40637, + "▁derivada": 40638, + "▁divulgados": 40639, + "▁drasticamente": 40640, + "▁sock": 40641, + "ispo": 40642, + "▁'2017": 40643, + "▁objectos": 40644, + "▁PROCEDURE": 40645, + "▁voy": 40646, + "ventura": 40647, + "▁pronoun": 40648, + "▁desinter": 40649, + "▁Soon": 40650, + "odiesel": 40651, + "ghi": 40652, + "▁sexos": 40653, + "appings": 40654, + "▁tomatoes": 40655, + "defaultThumb": 40656, + "ATURE": 40657, + "hub": 40658, + "love": 40659, + "▁benchmark": 40660, + "\":[\"\\/\\/": 40661, + "▁chegava": 40662, + "defaultThumbImgs": 40663, + "useDefaultThumbs": 40664, + "▁offensive": 40665, + "▁audiovisual": 40666, + "FULL": 40667, + "▁supers": 40668, + "=<": 40669, + "▁aerod": 40670, + "lighten": 40671, + "▁ENTRE": 40672, + "897": 40673, + "▁Testes": 40674, + "▁percuss": 40675, + "▁evidentes": 40676, + "▁fool": 40677, + "▁habita": 40678, + "▁communicating": 40679, + "▁neat": 40680, + "▁assumem": 40681, + "31.": 40682, + "▁sujeita": 40683, + "▁indicadas": 40684, + "▁discontinu": 40685, + "▁AH": 40686, + "▁onze": 40687, + "▁148": 40688, + "Suite": 40689, + "▁classificada": 40690, + "=\"$": 40691, + "▁Cláss": 40692, + "▁fonoaud": 40693, + "▁virada": 40694, + "▁Igrejas": 40695, + "▁Catedral": 40696, + "▁semanais": 40697, + "▁problemat": 40698, + "bee": 40699, + "▁cep": 40700, + "▁cylindrical": 40701, + "▁gs": 40702, + "disk": 40703, + "▁Atlanta": 40704, + "hk": 40705, + "▁amêndo": 40706, + "interfaces": 40707, + "dee": 40708, + "blast": 40709, + "▁5,000": 40710, + "▁visitante": 40711, + "▁reinterpret": 40712, + "alhes": 40713, + "▁1983": 40714, + "[3],": 40715, + "▁tutors": 40716, + "▁pricing": 40717, + "▁cartazes": 40718, + "atidão": 40719, + "26262626": 40720, + "icose": 40721, + "▁toll": 40722, + "▁1929": 40723, + "▁bênçãos": 40724, + "28:": 40725, + "▁Greater": 40726, + "▁decadência": 40727, + "▁consultório": 40728, + "▁estávamos": 40729, + "▁kindergarten": 40730, + "ousel": 40731, + "▁excluídos": 40732, + "geom": 40733, + "ANS": 40734, + "thood": 40735, + "▁Hallow": 40736, + "▁insere": 40737, + "hece": 40738, + "iag": 40739, + "▁turtle": 40740, + "▁sucessivas": 40741, + ")!": 40742, + "viv": 40743, + "ograms": 40744, + "▁filed": 40745, + "▁lançados": 40746, + "▁apress": 40747, + "▁expressam": 40748, + "▁AU": 40749, + "▁Meg": 40750, + "▁tern": 40751, + "▁Cacho": 40752, + "ceptor": 40753, + "▁Secondary": 40754, + "▁abrigar": 40755, + "▁poderosas": 40756, + "▁1972,": 40757, + "▁prod": 40758, + "userCountryCode": 40759, + "▁incompre": 40760, + "▁accumulate": 40761, + "olicismo": 40762, + "▁delicate": 40763, + "▁Ponta": 40764, + "▁solidária": 40765, + "▁traced": 40766, + "▁inspect": 40767, + "▁CONTRIBUT": 40768, + "▁horizontes": 40769, + "useas": 40770, + "▁Coroa": 40771, + "▁adicionado": 40772, + "▁péss": 40773, + "contribute": 40774, + "essment": 40775, + "▁achados": 40776, + "endpoint": 40777, + "ereço": 40778, + "ÓR": 40779, + "▁beneficia": 40780, + "SDK": 40781, + "fonts": 40782, + "▁4.2": 40783, + "▁discourse": 40784, + "▁infectadas": 40785, + "Ela": 40786, + "▁chemotherapy": 40787, + "lf": 40788, + "Conversion": 40789, + "chair": 40790, + "▁1943": 40791, + "▁worm": 40792, + "United": 40793, + "▁petition": 40794, + "ccionar": 40795, + "▁ys": 40796, + "▁Bloom": 40797, + "▁specimen": 40798, + "▁Protestant": 40799, + "▁violento": 40800, + "▁LM": 40801, + "▁nt": 40802, + "median": 40803, + "▁ether": 40804, + "2009": 40805, + "▁Reyn": 40806, + "▁probable": 40807, + "▁encen": 40808, + "▁Fui": 40809, + "odoro": 40810, + "manual": 40811, + "▁túmulo": 40812, + "▁energies": 40813, + "▁permanentemente": 40814, + "oconut": 40815, + "▁Ukraine": 40816, + "▁repress": 40817, + "▁asteroid": 40818, + "▁intestine": 40819, + "emplo": 40820, + "▁seab": 40821, + "“.": 40822, + "▁domina": 40823, + "▁argumenta": 40824, + "roco": 40825, + "▁classifier": 40826, + "▁ame": 40827, + "▁visitada": 40828, + "▁favorecem": 40829, + "▁weird": 40830, + "▁foment": 40831, + "▁Adultos": 40832, + "▁relaxation": 40833, + "▁hobby": 40834, + "▁ond": 40835, + "▁corais": 40836, + "▁aden": 40837, + "▁Fidel": 40838, + "▁nmero": 40839, + "▁secured": 40840, + "nih": 40841, + "andês": 40842, + "liqu": 40843, + "▁intuitive": 40844, + "▁obrigatoriedade": 40845, + "▁Male": 40846, + "▁pretos": 40847, + "▁turtles": 40848, + "ilson": 40849, + "▁lever": 40850, + "▁embrace": 40851, + "▁Basicamente": 40852, + "▁reprim": 40853, + "▁Babylon": 40854, + "▁ozônio": 40855, + "▁Plate": 40856, + "▁Hypoth": 40857, + "▁câmaras": 40858, + "074": 40859, + "▁surgeon": 40860, + "ínos": 40861, + "crop": 40862, + "lette": 40863, + "1,0,": 40864, + "NDES": 40865, + "ídico": 40866, + "▁Chan": 40867, + "▁Glass": 40868, + "▁plana": 40869, + "▁fiss": 40870, + "▁Revisão": 40871, + "celos": 40872, + "Streams": 40873, + "▁distinta": 40874, + "▁circunstância": 40875, + "▁acted": 40876, + "▁Advog": 40877, + "▁hints": 40878, + "▁Perl": 40879, + "deploy": 40880, + "▁concebido": 40881, + "▁Deal": 40882, + "UUID": 40883, + "▁chamando": 40884, + "▁Dall": 40885, + "▁interiores": 40886, + "Alt": 40887, + "erna": 40888, + "esteem": 40889, + "dor": 40890, + "()()": 40891, + "▁yog": 40892, + "}:": 40893, + "▁amph": 40894, + "rificação": 40895, + "▁falecido": 40896, + "acs": 40897, + "▁cultivated": 40898, + "▁biodiesel": 40899, + "▁Nilo": 40900, + "▁Impacto": 40901, + "▁Civ": 40902, + "▁lc": 40903, + "59,": 40904, + "Dock": 40905, + "▁Ronald": 40906, + "▁pollin": 40907, + "▁Dot": 40908, + "▁deslocar": 40909, + "midt": 40910, + "ancou": 40911, + "imshow": 40912, + "▁Pablo": 40913, + "▁brands": 40914, + "published": 40915, + "erial": 40916, + "▁Camera": 40917, + "ÊS": 40918, + "▁AQUI": 40919, + "▁cudaMalloc": 40920, + "▁2))": 40921, + "▁buroc": 40922, + "▁majest": 40923, + "▁Increase": 40924, + "▁bolhas": 40925, + "▁counterparts": 40926, + "▁pus": 40927, + "▁secrets": 40928, + "portal": 40929, + "▁sentiment": 40930, + "▁streaming": 40931, + "▁negotiations": 40932, + "▁recorda": 40933, + "Hoje": 40934, + "▁ARRAY": 40935, + "▁repórter": 40936, + "Radio": 40937, + "▁ortodo": 40938, + "▁manifesto": 40939, + "▁1958": 40940, + "breaking": 40941, + "brica": 40942, + "▁Dica": 40943, + "▁testoster": 40944, + "▁Lider": 40945, + "▁ativista": 40946, + "selector": 40947, + "▁estagn": 40948, + "▁displaced": 40949, + "\":50,\"": 40950, + "▁disponibilizar": 40951, + "163": 40952, + "kub": 40953, + "▁ímp": 40954, + "arna": 40955, + "▁escaped": 40956, + "▁photons": 40957, + "▁claiming": 40958, + "▁ultravioleta": 40959, + "National": 40960, + "▁randomized": 40961, + "catalog": 40962, + "▁toxicity": 40963, + "lectric": 40964, + "▁instinct": 40965, + "▁penetração": 40966, + "acht": 40967, + "▁bother": 40968, + "▁burial": 40969, + "▁Antig": 40970, + "▁tricks": 40971, + "▁Palace": 40972, + "▁multiples": 40973, + "▁xt": 40974, + "▁inspirada": 40975, + "riar": 40976, + "anciais": 40977, + "▁contempla": 40978, + "DBC": 40979, + "▁'18": 40980, + "Ba": 40981, + "▁witnessed": 40982, + "▁matemáticas": 40983, + "▁boil": 40984, + "▁2013).": 40985, + "▁Queremos": 40986, + "▁3,000": 40987, + "▁democratização": 40988, + "00;": 40989, + "places": 40990, + "▁trabalhadora": 40991, + "wb": 40992, + "▁3/4": 40993, + "▁Submitted": 40994, + "▁INF": 40995, + "▁weeds": 40996, + "▁infiltr": 40997, + "▁atendidos": 40998, + "▁feminismo": 40999, + "▁accounted": 41000, + "▁transfers": 41001, + "▁confeccion": 41002, + "▁competentes": 41003, + "▁supermercados": 41004, + "(3):": 41005, + "▁percentages": 41006, + "Fran": 41007, + "▁smile": 41008, + "▁Neural": 41009, + "expl": 41010, + "tight": 41011, + "▁Clay": 41012, + "▁Ai": 41013, + "▁pegou": 41014, + "▁olhares": 41015, + "▁dirigiu": 41016, + "▁princesa": 41017, + "5\\": 41018, + "▁dims": 41019, + "▁abundantes": 41020, + "▁orçament": 41021, + "{0": 41022, + "economia": 41023, + "▁Processos": 41024, + "▁proposições": 41025, + "▁invoke": 41026, + "▁Coronav": 41027, + "inale": 41028, + "itated": 41029, + "▁Respir": 41030, + "vre": 41031, + "ágeno": 41032, + "▁registo": 41033, + "▁Publication": 41034, + "1.6": 41035, + "▁lifting": 41036, + "▁laugh": 41037, + "▁municip": 41038, + "▁Moving": 41039, + "__)": 41040, + "recip": 41041, + "arquias": 41042, + "▁leigos": 41043, + "▁tóxicas": 41044, + "▁wiring": 41045, + "Exchange": 41046, + "▁HERE": 41047, + "▁vibration": 41048, + "▁trucks": 41049, + "▁regresso": 41050, + "▁adaptadas": 41051, + "▁harvesting": 41052, + "▁extraído": 41053, + "Metrics": 41054, + "brae": 41055, + "8686868686868686": 41056, + "▁tirou": 41057, + "unham": 41058, + "▁UNIT": 41059, + "▁eleitorais": 41060, + "▁viabilizar": 41061, + "lise": 41062, + "ROSS": 41063, + "iseus": 41064, + "▁esperanças": 41065, + "▁repetições": 41066, + "217": 41067, + "▁AES": 41068, + "▁obey": 41069, + "▁underneath": 41070, + "Science": 41071, + "Neigh": 41072, + "verbs": 41073, + "bros": 41074, + "▁Lanka": 41075, + "▁Espiritismo": 41076, + "Ns": 41077, + "▁Viena": 41078, + "▁misturar": 41079, + "▁mitigate": 41080, + "▁Estudantes": 41081, + "2727": 41082, + "▁conhecendo": 41083, + "▁wastewater": 41084, + "▁sobrep": 41085, + "dead": 41086, + "Major": 41087, + "▁concedido": 41088, + "▁!<": 41089, + "▁cleanup": 41090, + "▁esquecimento": 41091, + "458": 41092, + "353": 41093, + "Paths": 41094, + "▁feeds": 41095, + "▁mathematician": 41096, + "▁variante": 41097, + "▁Abu": 41098, + "rences": 41099, + "▁reab": 41100, + "▁frentes": 41101, + "EU": 41102, + "national": 41103, + "▁exhibits": 41104, + "▁governar": 41105, + "▁Mapping": 41106, + "Tech": 41107, + "▁primórdios": 41108, + "▁aconselhável": 41109, + "▁Appe": 41110, + "uminosas": 41111, + "▁Irã": 41112, + "wv": 41113, + "▁Unicode": 41114, + "Sus": 41115, + "6}": 41116, + "DIA": 41117, + "▁proves": 41118, + "ensen": 41119, + "▁fixos": 41120, + "▁cosmic": 41121, + "▁Purpose": 41122, + "▁Redistributions": 41123, + "DFE": 41124, + "aires": 41125, + "▁adaptada": 41126, + "▁córtex": 41127, + "▁Timóteo": 41128, + "▁impot": 41129, + "izophren": 41130, + "▁motivações": 41131, + "▁fungus": 41132, + "▁parcelas": 41133, + "▁obscure": 41134, + "itations": 41135, + "383": 41136, + "▁grávida": 41137, + "▁deterioração": 41138, + "▁Funções": 41139, + "▁complicada": 41140, + "▁Pup": 41141, + "Gateway": 41142, + "ReadOnly": 41143, + "▁Lith": 41144, + "▁Uses": 41145, + "People": 41146, + "▁alicer": 41147, + "▁motivado": 41148, + "▁bilateral": 41149, + "143": 41150, + "290": 41151, + "▁firing": 41152, + "▁snapshot": 41153, + "▁sábios": 41154, + "▁Plato": 41155, + "▁Dimension": 41156, + "▁autônoma": 41157, + "▁aplicando": 41158, + "▁mergulho": 41159, + "▁planejado": 41160, + "$1": 41161, + "28)": 41162, + "ccc": 41163, + "▁glad": 41164, + "▁comparados": 41165, + "▁predicting": 41166, + "▁SF": 41167, + "▁Religion": 41168, + "ARB": 41169, + "Room": 41170, + "éritos": 41171, + "▁Race": 41172, + "▁HW": 41173, + "▁armado": 41174, + "QQ": 41175, + "peer": 41176, + "GROUP": 41177, + "▁tears": 41178, + "▁Recall": 41179, + "Lf": 41180, + "Mal": 41181, + "▁CY": 41182, + "UPDATE": 41183, + "▁Waste": 41184, + "▁trazido": 41185, + "▁Catherine": 41186, + "▁Failure": 41187, + "▁adhes": 41188, + "▁glyph": 41189, + "itutional": 41190, + "▁celebrações": 41191, + "ROUND": 41192, + "▁palace": 41193, + "▁unions": 41194, + "10).": 41195, + "ÓRIO": 41196, + "▁energet": 41197, + "▁menciona": 41198, + "▁capacitar": 41199, + "▁EXEC": 41200, + "▁gele": 41201, + "▁excessivamente": 41202, + "00\"": 41203, + "▁Jour": 41204, + "omed": 41205, + "▁colheres": 41206, + "▁violentos": 41207, + "▁Álvaro": 41208, + "▁infraverm": 41209, + "▁Indonésia": 41210, + "▁Hudson": 41211, + "express": 41212, + "rão": 41213, + "▁orbits": 41214, + "▁periódicos": 41215, + "Checks": 41216, + "▁blogue": 41217, + "▁(*)": 41218, + "▁marijuana": 41219, + "▁Jornalismo": 41220, + "▁Odd": 41221, + "talk": 41222, + "▁Objects": 41223, + "▁Gan": 41224, + "▁Plastic": 41225, + "▁airplane": 41226, + "▁acqu": 41227, + "▁Whatever": 41228, + "▁talent": 41229, + "adias": 41230, + "▁seaf": 41231, + "▁potente": 41232, + "▁contabilidade": 41233, + "▁Correio": 41234, + "▁representadas": 41235, + "▁secagem": 41236, + "798": 41237, + "▁AZ": 41238, + "Here": 41239, + "▁sins": 41240, + "Introdu": 41241, + "64/": 41242, + "onomes": 41243, + "▁enven": 41244, + "▁sagrados": 41245, + "▁homossexual": 41246, + "▁verbs": 41247, + "▁outlet": 41248, + "668": 41249, + "▁PAT": 41250, + "▁searches": 41251, + "▁Thor": 41252, + "▁diver": 41253, + "▁Warren": 41254, + "▁aquecer": 41255, + "Previous": 41256, + "expensive": 41257, + "▁agropecuária": 41258, + "ctories": 41259, + "▁replies": 41260, + "▁DIREITO": 41261, + "▁relatou": 41262, + "▁sampled": 41263, + "bian": 41264, + "oledo": 41265, + "âmicos": 41266, + "▁rolls": 41267, + "▁accelerated": 41268, + "ATEG": 41269, + "▁rush": 41270, + "▁consequently": 41271, + "▁Dion": 41272, + "ODY": 41273, + "izofr": 41274, + "▁2000).": 41275, + "▁desconhecidos": 41276, + "▁4.1": 41277, + "▁Ebola": 41278, + "getName": 41279, + "Extensions": 41280, + "▁UNIVERSIDADE": 41281, + "▁semester": 41282, + "▁manifestam": 41283, + "wg": 41284, + "▁linhagem": 41285, + "ássemos": 41286, + "▁sedimentos": 41287, + "▁olig": 41288, + "▁congruent": 41289, + "▁continuação": 41290, + "▁1956": 41291, + "▁Premium": 41292, + "▁pursuit": 41293, + "▁Distribuição": 41294, + "▁Quebec": 41295, + "▁Explicit": 41296, + "isEmpty": 41297, + "▁Corinth": 41298, + "▁breakthrough": 41299, + "▁escând": 41300, + "▁cohort": 41301, + "▁strips": 41302, + "▁EXERC": 41303, + "▁exoplan": 41304, + "HostToDevice": 41305, + "▁gri": 41306, + "▁apropriados": 41307, + "▁identificando": 41308, + "rast": 41309, + "▁hammer": 41310, + "▁ultrapassa": 41311, + "nar": 41312, + "MIDDLE": 41313, + "signUp": 41314, + "▁floods": 41315, + "▁feridos": 41316, + "▁colorful": 41317, + "BM": 41318, + "vex": 41319, + "▁drone": 41320, + "▁Gonzaga": 41321, + "▁enclosed": 41322, + "Optim": 41323, + "▁logged": 41324, + "▁204": 41325, + "▁pean": 41326, + "tempor": 41327, + "ÍST": 41328, + "▁monarch": 41329, + "▁balanceada": 41330, + "▁Levi": 41331, + "▁abras": 41332, + "▁prestes": 41333, + "▁teenagers": 41334, + "▁descom": 41335, + "568": 41336, + "▁artesanal": 41337, + "▁embedding": 41338, + "▁gardening": 41339, + "280": 41340, + "▁{0": 41341, + "▁\":": 41342, + "▁glicemia": 41343, + "▁descreveu": 41344, + "▁carregando": 41345, + "▁velhice": 41346, + "ancion": 41347, + "▁underwater": 41348, + "▁Branch": 41349, + "▁Antropologia": 41350, + "▁kwargs": 41351, + "essel": 41352, + "▁Menezes": 41353, + "umann": 41354, + "▁Orientação": 41355, + "▁Efeito": 41356, + "▁secretária": 41357, + "▁transitions": 41358, + "▁cinquenta": 41359, + "aism": 41360, + "ayan": 41361, + "QUIRED": 41362, + "▁adota": 41363, + "▁gratuitos": 41364, + "userType": 41365, + "(24": 41366, + "rego": 41367, + "chell": 41368, + "droplist": 41369, + "enciados": 41370, + "▁portrait": 41371, + "▁demonstrating": 41372, + "chin": 41373, + "▁doub": 41374, + "▁1967,": 41375, + "▁epsilon": 41376, + "/\">": 41377, + "▁exércitos": 41378, + "▁acidic": 41379, + "▁temporária": 41380, + "forum": 41381, + "codigo": 41382, + "▁reciprocal": 41383, + "dição": 41384, + "▁pesar": 41385, + "))/": 41386, + "▁Happy": 41387, + "▁intermediário": 41388, + "qquad": 41389, + "ributor": 41390, + "▁Collabor": 41391, + "▁cudaFree": 41392, + "▁Communist": 41393, + "▁hosted": 41394, + "▁pormen": 41395, + "?\",": 41396, + "▁Certifique": 41397, + ".3.": 41398, + "▁oak": 41399, + "▁myths": 41400, + "▁vertente": 41401, + "orexia": 41402, + "▁berries": 41403, + "▁microbiota": 41404, + "▁saves": 41405, + "▁ficado": 41406, + "▁urge": 41407, + "▁7;": 41408, + "▁dali": 41409, + "uza": 41410, + "400.000": 41411, + "▁citações": 41412, + "▁antecedência": 41413, + "▁gême": 41414, + "datasets": 41415, + "MICA": 41416, + "▁gotten": 41417, + "▁gravitacional": 41418, + "▁Bios": 41419, + "▁ay": 41420, + "▁Tables": 41421, + "▁mergulhar": 41422, + "{%": 41423, + "▁analytics": 41424, + "ATIVA": 41425, + "▁somb": 41426, + "▁proibida": 41427, + "778": 41428, + "▁fale": 41429, + "▁ruídos": 41430, + "▁Luciano": 41431, + "▁inspira": 41432, + "▁melaton": 41433, + "▁\\$1,": 41434, + "▁devagar": 41435, + "▁planetary": 41436, + "▁targeting": 41437, + "▁reivindicações": 41438, + "▁bicho": 41439, + "▁Sabendo": 41440, + "endentes": 41441, + "▁segregação": 41442, + "▁reductions": 41443, + "▁crie": 41444, + "▁lend": 41445, + "▁pecador": 41446, + "ErrorAction": 41447, + "▁Vincent": 41448, + "▁estimada": 41449, + "▁inscrever": 41450, + "▁ultrasound": 41451, + "Reward": 41452, + "▁renais": 41453, + "unid": 41454, + "siteId": 41455, + "newuser": 41456, + "neutral": 41457, + "▁Morro": 41458, + "targets": 41459, + "▁silvestres": 41460, + "▁pluralidade": 41461, + "nick": 41462, + "▁Solo": 41463, + "▁Contribu": 41464, + "stroke": 41465, + "▁dividem": 41466, + "131": 41467, + "ômicos": 41468, + "▁movq": 41469, + "▁Falar": 41470, + "dependency": 41471, + "gled": 41472, + "▁Phoen": 41473, + "▁revog": 41474, + "▁catalis": 41475, + "▁brightness": 41476, + "▁Algorithms": 41477, + "▁STRING": 41478, + "▁crescentes": 41479, + "▁(19)": 41480, + "▁desvios": 41481, + "▁Edgar": 41482, + "▁≠": 41483, + "▁instig": 41484, + "▁therapist": 41485, + "▁Otto": 41486, + "▁Avenue": 41487, + "▁limb": 41488, + "▁ug": 41489, + "▁Descubra": 41490, + "▁mitochond": 41491, + "▁nf": 41492, + "▁Maya": 41493, + "▁Northwest": 41494, + "023": 41495, + "BYTE": 41496, + "acad": 41497, + "birds": 41498, + "logram": 41499, + "▁zx": 41500, + "▁gluten": 41501, + "▁inovadores": 41502, + "*****": 41503, + "ailand": 41504, + "▁Protocolo": 41505, + "Android": 41506, + "▁charity": 41507, + "▁recolha": 41508, + "▁elephant": 41509, + "!”.": 41510, + "▁Clock": 41511, + "▁cones": 41512, + "▁contágio": 41513, + "▁perceptions": 41514, + "VV": 41515, + "▁oxigen": 41516, + "elles": 41517, + "Fit": 41518, + "▁strengthening": 41519, + "▁hopefully": 41520, + "▁Fundament": 41521, + "▁purchases": 41522, + "▁arrows": 41523, + "▁impregn": 41524, + "▁philosopher": 41525, + "▁refrigerantes": 41526, + "inj": 41527, + "▁couples": 41528, + "▁instâncias": 41529, + "[8": 41530, + "▁Chip": 41531, + "cab": 41532, + "ostatic": 41533, + "▁infinita": 41534, + "iosamente": 41535, + "▁hierárqu": 41536, + "+)": 41537, + "▁technically": 41538, + "▁notification": 41539, + "▁HC": 41540, + "▁lady": 41541, + "▁moderado": 41542, + "inando": 41543, + "▁Morais": 41544, + "▁subjetividade": 41545, + "▁[-": 41546, + "iani": 41547, + "odic": 41548, + "etype": 41549, + "aresma": 41550, + "▁Cycle": 41551, + "▁distritos": 41552, + "▁instantly": 41553, + "ienna": 41554, + "blk": 41555, + "▁Ellen": 41556, + "▁lama": 41557, + "▁lema": 41558, + "▁Desenho": 41559, + "▁sized": 41560, + "▁discrep": 41561, + "[2];": 41562, + "▁!!!": 41563, + "▁Kaz": 41564, + "computer": 41565, + "getElement": 41566, + "▁Requirements": 41567, + "ístas": 41568, + "▁angust": 41569, + "▁quimioterapia": 41570, + "▁agudo": 41571, + "▁volte": 41572, + "▁embrac": 41573, + "▁cist": 41574, + "▁organizing": 41575, + "▁sedentarismo": 41576, + "unlimitedBanner": 41577, + "▁edificações": 41578, + "leiro": 41579, + "▁Cite": 41580, + "▁reestrut": 41581, + "cerpt": 41582, + "▁analogy": 41583, + "▁crystall": 41584, + "▁dend": 41585, + "▁packets": 41586, + "▁VT": 41587, + "hyper": 41588, + "▁Energ": 41589, + "▁eager": 41590, + "▁Miami": 41591, + "▁immense": 41592, + "▁Functional": 41593, + "▁providências": 41594, + "▁esperamos": 41595, + "écnica": 41596, + "americanas": 41597, + "▁trabalhistas": 41598, + "▁coerc": 41599, + "redirectUrl": 41600, + "Oh": 41601, + "ERY": 41602, + "▁lm": 41603, + "▁Fed": 41604, + "ennium": 41605, + "▁acentuada": 41606, + "▁Andrea": 41607, + "▁internally": 41608, + "▁bif": 41609, + "=9": 41610, + "-1;": 41611, + "lv": 41612, + "▁Espírita": 41613, + "▁negociar": 41614, + "▁compositores": 41615, + "▁recreational": 41616, + "▁solub": 41617, + "▁2001).": 41618, + "▁passará": 41619, + "KD": 41620, + "▁DX": 41621, + "▁ciente": 41622, + "▁ativistas": 41623, + "icionalmente": 41624, + "hak": 41625, + "▁redistribute": 41626, + "▁biblical": 41627, + "\\<": 41628, + "▁antropologia": 41629, + "dip": 41630, + "fuel": 41631, + "▁Genetic": 41632, + "▁manuseio": 41633, + "(1/": 41634, + "▁cryp": 41635, + "▁deaf": 41636, + "▁Stanley": 41637, + "▁vertentes": 41638, + "▁avali": 41639, + "▁suffix": 41640, + "▁constatou": 41641, + "▁multiplicar": 41642, + "▁Quart": 41643, + "▁inexist": 41644, + "▁LCD": 41645, + "dirname": 41646, + "▁Possible": 41647, + "▁extremas": 41648, + "▁valiosas": 41649, + "Si": 41650, + "ipélago": 41651, + "▁Oracle": 41652, + "▁tk": 41653, + "▁reage": 41654, + "▁moralidade": 41655, + "parents": 41656, + "workers": 41657, + "▁reciclado": 41658, + "▁cus": 41659, + "▁Liu": 41660, + "▁Mining": 41661, + "▁compares": 41662, + "Preview": 41663, + "▁=========": 41664, + "▁criminalidade": 41665, + "▁lus": 41666, + "▁caminha": 41667, + "▁cleaner": 41668, + "▁Scan": 41669, + "▁für": 41670, + "▁brus": 41671, + "▁clero": 41672, + "imension": 41673, + "\\/?": 41674, + "▁Hus": 41675, + "▁Signs": 41676, + "▁Gn": 41677, + "Stock": 41678, + "▁Nevada": 41679, + "▁incluiu": 41680, + "sson": 41681, + "▁Galeria": 41682, + "▁precisavam": 41683, + "▁uncomfortable": 41684, + "tit": 41685, + "([]": 41686, + "▁CBD": 41687, + "ancar": 41688, + "▁SAM": 41689, + "{\\\"": 41690, + "▁Ny": 41691, + "▁disagre": 41692, + "▁ornament": 41693, + "Bro": 41694, + "▁PAP": 41695, + "▁Proper": 41696, + "▁Manchester": 41697, + "WARNING": 41698, + "▁yearly": 41699, + "▁tourists": 41700, + "▁descartáveis": 41701, + "Once": 41702, + "riction": 41703, + "▁tutela": 41704, + "solo": 41705, + "▁ritos": 41706, + "▁originou": 41707, + "flux": 41708, + "▁5.0": 41709, + "NOWN": 41710, + "upta": 41711, + "68:": 41712, + "▁=\"": 41713, + "DIRS": 41714, + "▁Orthodox": 41715, + "Maps": 41716, + "▁Areas": 41717, + "▁parish": 41718, + "marker": 41719, + "▁amigas": 41720, + "textbf": 41721, + "▁extermin": 41722, + "▁facilitam": 41723, + "▁scans": 41724, + "ilização": 41725, + "▁Caesar": 41726, + "\":\"2.": 41727, + "élicos": 41728, + "▁-----": 41729, + "▁Cesar": 41730, + "omeu": 41731, + "▁Lisa": 41732, + "paired": 41733, + "▁entrela": 41734, + "▁recebimento": 41735, + "$)": 41736, + "▁monaster": 41737, + "▁capitalistas": 41738, + "Guid": 41739, + "fed": 41740, + "_{1}": 41741, + "▁Aristotle": 41742, + "CEL": 41743, + "▁CLA": 41744, + "▁Occup": 41745, + "pled": 41746, + "▁weed": 41747, + "▁impressa": 41748, + "adian": 41749, + "pliance": 41750, + "▁colisão": 41751, + "luxo": 41752, + "▁FAR": 41753, + "▁agulha": 41754, + "oirs": 41755, + "AppendLine": 41756, + "▁catastro": 41757, + "▁disposições": 41758, + "▁ocasional": 41759, + "tion": 41760, + "▁reflor": 41761, + "▁educadora": 41762, + "elia": 41763, + "▁Bullet": 41764, + "▁sílabas": 41765, + "▁Assembléia": 41766, + "▁trí": 41767, + "▁Tony": 41768, + "MARK": 41769, + "fram": 41770, + "▁62,": 41771, + "ÁF": 41772, + "▁passwords": 41773, + "▁Minor": 41774, + "▁Medium": 41775, + "▁vestido": 41776, + "▁apoiando": 41777, + "321": 41778, + "▁pioneiros": 41779, + "[7": 41780, + "▁Cli": 41781, + "▁sweat": 41782, + "compose": 41783, + "▁mensage": 41784, + "▁useless": 41785, + "cipar": 41786, + "echal": 41787, + "▁advise": 41788, + "cudaMemcpy": 41789, + "▁deposited": 41790, + "▁monetária": 41791, + "▁Mü": 41792, + "▁USING": 41793, + "▁provém": 41794, + "▁desconsider": 41795, + "▁neighborhoods": 41796, + "▁Unity": 41797, + "▁0],": 41798, + "▁Resistance": 41799, + "▁SISTEMA": 41800, + "OLÓG": 41801, + "=1\",\"": 41802, + "▁theorems": 41803, + "▁awesome": 41804, + "460": 41805, + "▁166": 41806, + "▁Números": 41807, + "▁Consumidor": 41808, + "0.7": 41809, + "▁cps": 41810, + "▁Zelândia": 41811, + "▁ingen": 41812, + "▁Escócia": 41813, + "canonicalUrl": 41814, + "▁promovam": 41815, + "▁galinhas": 41816, + "▁Nom": 41817, + "PerLoad": 41818, + "▁planilha": 41819, + "▁expenditure": 41820, + "chip": 41821, + "pdocs": 41822, + "3.6": 41823, + "▁XL": 41824, + "▁Above": 41825, + "destination": 41826, + "poll": 41827, + "▁configurations": 41828, + "▁Buy": 41829, + "▁Interestingly": 41830, + "ophy": 41831, + "▁mandíb": 41832, + "▁abdomen": 41833, + "moid": 41834, + "▁CIR": 41835, + "▁Stri": 41836, + "▁Hegel": 41837, + "▁clocks": 41838, + "(#": 41839, + "▁enroll": 41840, + "▁Elétrica": 41841, + "ENTRY": 41842, + "AutoSize": 41843, + "▁compose": 41844, + "ortos": 41845, + "▁recognizing": 41846, + "▁Bod": 41847, + "▁estruturado": 41848, + "LIA": 41849, + "▁answering": 41850, + "testset": 41851, + "olerance": 41852, + "cdn": 41853, + "▁redenção": 41854, + "PHA": 41855, + "Pen": 41856, + "▁mistaken": 41857, + "▁Ward": 41858, + "elular": 41859, + "▁separada": 41860, + "iesel": 41861, + "ndocs": 41862, + "▁Direction": 41863, + "▁parity": 41864, + "▁aggression": 41865, + "Suc": 41866, + "2015": 41867, + "▁evidentemente": 41868, + "▁Lakes": 41869, + "▁Suite": 41870, + "▁Butter": 41871, + "▁approached": 41872, + "▁INSTIT": 41873, + "eri": 41874, + "▁Selected": 41875, + "irma": 41876, + "▁fathers": 41877, + "freeTrial": 41878, + "▁contrair": 41879, + "▁Acompanhe": 41880, + "▁abrangência": 41881, + "▁rito": 41882, + "▁vass": 41883, + "constitucional": 41884, + "▁Biodiversidade": 41885, + "▁MOT": 41886, + "▁geográficas": 41887, + "DOS": 41888, + "▁funo": 41889, + "▁doubled": 41890, + "▁seizures": 41891, + "\">[": 41892, + "256(": 41893, + "▁LEF": 41894, + "▁Cache": 41895, + "▁intrigu": 41896, + "▁tornaria": 41897, + "▁—,": 41898, + "joinUrl": 41899, + "▁disagree": 41900, + "\":\"10_": 41901, + "▁perseverança": 41902, + "▁defendendo": 41903, + "90_": 41904, + "▁copying": 41905, + "▁Individuals": 41906, + "lhs": 41907, + "▁vindas": 41908, + "▁classify": 41909, + "!.": 41910, + "▁reúnem": 41911, + "CTRL": 41912, + "irie": 41913, + "▁Gate": 41914, + "FreeUrl": 41915, + "payPlan": 41916, + "▁elaboradas": 41917, + "▁lenç": 41918, + "▁justos": 41919, + "▁tensorflow": 41920, + "INATION": 41921, + "signUpUrl": 41922, + "payPlanUrl": 41923, + "upgradeUrl": 41924, + "▁vestuário": 41925, + "joinFreeUrl": 41926, + "freeTrialUrl": 41927, + "showModalUrl": 41928, + "26)": 41929, + "▁Johns": 41930, + "pagesPerLoad": 41931, + "vk": 41932, + "Centro": 41933, + "Assembly": 41934, + "▁1959": 41935, + "Notes": 41936, + "▁217": 41937, + "fen": 41938, + "udente": 41939, + "▁1976,": 41940, + "▁perdoar": 41941, + "▁Conditions": 41942, + "▁maravilhas": 41943, + "▁275": 41944, + "embed": 41945, + "▁narra": 41946, + "▁approve": 41947, + "▁respected": 41948, + "▁abal": 41949, + "▁refuse": 41950, + "▁Igualdade": 41951, + "▁Simulation": 41952, + "ensing": 41953, + "NEL": 41954, + "▁650": 41955, + "Fjoin": 41956, + "Prev": 41957, + "▁optimized": 41958, + "▁wax": 41959, + "▁6000": 41960, + "▁translations": 41961, + "keeper": 41962, + "▁embod": 41963, + "opus": 41964, + "▁Pole": 41965, + "roles": 41966, + "▁helmet": 41967, + "▁additive": 41968, + "▁OPEN": 41969, + "▁Secund": 41970, + "▁lombar": 41971, + "sic": 41972, + "▁HDL": 41973, + "iante": 41974, + "▁Ruby": 41975, + "▁\"../../": 41976, + "▁influenciada": 41977, + "▁Tum": 41978, + "▁Tent": 41979, + "▁Finland": 41980, + "▁Europeans": 41981, + "\"):": 41982, + "▁mancha": 41983, + "▁Telescope": 41984, + "▁Caxias": 41985, + "▁sucessor": 41986, + "094": 41987, + "▁rótulo": 41988, + "▁suppliers": 41989, + "▁Sql": 41990, + "▁compelling": 41991, + "▁espectador": 41992, + "▁reportagens": 41993, + "VB": 41994, + "RIX": 41995, + "Reply": 41996, + "▁divertir": 41997, + "▁vern": 41998, + "▁Institucional": 41999, + "▁confiabilidade": 42000, + "olon": 42001, + "▁fizesse": 42002, + "▁CNN": 42003, + "ianças": 42004, + "▁liberalismo": 42005, + "▁trope": 42006, + "▁mammal": 42007, + "▁DESENVOLVIMENTO": 42008, + "iterói": 42009, + "▁Guatemala": 42010, + "▁Nano": 42011, + "▁quartos": 42012, + "▁graphical": 42013, + "▁inaugurada": 42014, + "▁'16": 42015, + "▁precisou": 42016, + "▁zoo": 42017, + "▁elit": 42018, + "▁springs": 42019, + "▁projetados": 42020, + "canvas": 42021, + "ffin": 42022, + "▁tornará": 42023, + "tube": 42024, + "ffected": 42025, + "▁contorn": 42026, + "▁SSL": 42027, + "▁Ambas": 42028, + "TokenType": 42029, + "(\"[": 42030, + "▁ра": 42031, + "live": 42032, + "recv": 42033, + "▁procl": 42034, + "Most": 42035, + "Choice": 42036, + "▁festivais": 42037, + "▁inheritance": 42038, + "anco": 42039, + "Internet": 42040, + "▁medalha": 42041, + "▁'0'": 42042, + "▁heredit": 42043, + "▁Gos": 42044, + "istle": 42045, + "▁aegypti": 42046, + "▁grocery": 42047, + "basis": 42048, + "▁1957": 42049, + "▁Resultado": 42050, + "40:": 42051, + "▁Acab": 42052, + "▁supor": 42053, + "gm": 42054, + "▁intoxicação": 42055, + "▁daughters": 42056, + "pac": 42057, + "▁supportive": 42058, + "▁Algar": 42059, + "▁Ment": 42060, + "▁fork": 42061, + "▁sintam": 42062, + "▁qualitativa": 42063, + "▁enhancing": 42064, + "▁obstrução": 42065, + "243": 42066, + "ENTES": 42067, + "▁márt": 42068, + "▁CACHE": 42069, + "▁arredores": 42070, + "▁financing": 42071, + "mother": 42072, + "/30": 42073, + "▁obtendo": 42074, + "▁Harbor": 42075, + "▁ancor": 42076, + "▁Thailand": 42077, + "▁CIA": 42078, + "▁aconteceram": 42079, + "▁beams": 42080, + "▁Regardless": 42081, + "▁specifying": 42082, + "▁replication": 42083, + "ansen": 42084, + "▁voluntariado": 42085, + "▁oven": 42086, + "▁despr": 42087, + "▁dramat": 42088, + "▁spider": 42089, + "▁decisiva": 42090, + "uados": 42091, + "▁Herbert": 42092, + "▁irrespons": 42093, + "070": 42094, + "iformes": 42095, + "▁aditivos": 42096, + "▁(31)": 42097, + "▁inseto": 42098, + "VATE": 42099, + "12;": 42100, + "235": 42101, + "seen": 42102, + "▁Muita": 42103, + "▁servido": 42104, + "▁agred": 42105, + "urp": 42106, + "▁absc": 42107, + "âmina": 42108, + "▁fraturas": 42109, + "▁BG": 42110, + "▁Oste": 42111, + "▁Principle": 42112, + "▁comendo": 42113, + "▁Strategies": 42114, + "Sales": 42115, + "assertEqual": 42116, + "▁accessibility": 42117, + "▁ácar": 42118, + "▁filosof": 42119, + "CTYPE": 42120, + "▁Babilônia": 42121, + "▁Coleção": 42122, + "▁Montana": 42123, + "gol": 42124, + "undi": 42125, + "▁interessar": 42126, + "axia": 42127, + "▁psy": 42128, + "occup": 42129, + "▁Inverno": 42130, + "▁Bog": 42131, + "Sorted": 42132, + "▁répteis": 42133, + "▁praticados": 42134, + "▁proposition": 42135, + "▁dignity": 42136, + "▁desordem": 42137, + "▁Depressão": 42138, + "▁imitar": 42139, + "▁Treinamento": 42140, + "▁^0.": 42141, + "▁Documents": 42142, + "reading": 42143, + "▁Calc": 42144, + "88)": 42145, + "808000808000": 42146, + "же": 42147, + "▁1981": 42148, + "▁semicon": 42149, + "7474": 42150, + "great": 42151, + "▁Cornell": 42152, + "▁imperative": 42153, + "▁Ideas": 42154, + "▁adversários": 42155, + "▁worthy": 42156, + "▁depths": 42157, + "aser": 42158, + "▁Raj": 42159, + "33:": 42160, + "áus": 42161, + "▁teríamos": 42162, + "▁Cards": 42163, + "Currency": 42164, + "▁advertis": 42165, + "▁vare": 42166, + "▁moldar": 42167, + "▁Capitão": 42168, + "▁pressa": 42169, + "▁admission": 42170, + "▁iriam": 42171, + "400.000\",\"": 42172, + "\":\"2.400.000\",\"": 42173, + "oquial": 42174, + "▁untreated": 42175, + "oubted": 42176, + "▁Madison": 42177, + "0.0.0": 42178, + "▁Luiza": 42179, + "▁autoim": 42180, + "▁conservadores": 42181, + "ocene": 42182, + "▁afetivo": 42183, + "/24": 42184, + "iper": 42185, + "▁RSS": 42186, + "▁timely": 42187, + "*4": 42188, + "March": 42189, + "▁20,000": 42190, + "▁Guy": 42191, + "▁médios": 42192, + "▁caneta": 42193, + "pix": 42194, + "TOKEN": 42195, + "▁velas": 42196, + "algebra": 42197, + "EMAT": 42198, + "mart": 42199, + "▁trazia": 42200, + "áutica": 42201, + "▁Mile": 42202, + "translate": 42203, + "▁parecida": 42204, + "▁harvested": 42205, + "▁Lac": 42206, + "▁Rice": 42207, + "▁docs": 42208, + "▁Beijing": 42209, + "▁spirits": 42210, + "12',": 42211, + "▁(35": 42212, + "▁Protect": 42213, + "Regression": 42214, + "KI": 42215, + "commands": 42216, + "▁analisou": 42217, + "4.2": 42218, + "▁falas": 42219, + "Algorithm": 42220, + "▁Contains": 42221, + "▁ierr": 42222, + "▁Sampaio": 42223, + "▁funcionalidades": 42224, + "Router": 42225, + "▁Discrete": 42226, + "▁ping": 42227, + "▁1983,": 42228, + "▁Artic": 42229, + "▁omissão": 42230, + "▁auditivo": 42231, + "▁Divina": 42232, + "xsd": 42233, + "Quad": 42234, + "Reason": 42235, + "▁junction": 42236, + "▁shortcut": 42237, + "Rev": 42238, + "▁YOUR": 42239, + "▁posed": 42240, + "▁purificação": 42241, + "▁−1": 42242, + "▁Franz": 42243, + "▁requisito": 42244, + "▁Aids": 42245, + "▁Saraiva": 42246, + "▁marcaram": 42247, + "*>(": 42248, + "immer": 42249, + "▁clever": 42250, + "▁tactics": 42251, + "▁alterada": 42252, + "▁informative": 42253, + "▁metabólica": 42254, + "▁surdo": 42255, + "▁vinagre": 42256, + "ByteString": 42257, + "ulk": 42258, + "quista": 42259, + "mun": 42260, + "▁encher": 42261, + "▁Jus": 42262, + "▁Compreh": 42263, + "Fu": 42264, + "39:": 42265, + "594": 42266, + "▁láct": 42267, + "Serialize": 42268, + "++++++++++++++++": 42269, + "▁heur": 42270, + "▁hire": 42271, + "▁reprodu": 42272, + "adir": 42273, + "▁Clos": 42274, + "▁Rachel": 42275, + "▁Messages": 42276, + "▁retrospect": 42277, + "▁Nação": 42278, + "▁comprometido": 42279, + "▁ü": 42280, + "Guard": 42281, + "/#": 42282, + "▁monopólio": 42283, + "▁bush": 42284, + "▁Aquino": 42285, + "RW": 42286, + "▁aro": 42287, + "▁interpretations": 42288, + "▁57,": 42289, + "zema": 42290, + "────────": 42291, + "▁typingsSlinky": 42292, + "▁esclarecimento": 42293, + "incia": 42294, + "▁Registro": 42295, + "▁investido": 42296, + "▁antigamente": 42297, + "nest": 42298, + "Ren": 42299, + "curve": 42300, + "▁Jeová": 42301, + "▁deviam": 42302, + "FCFCFCFC": 42303, + "▁tampa": 42304, + "▁aeroporto": 42305, + "reo": 42306, + "][1]": 42307, + "▁mitoc": 42308, + "▁paladar": 42309, + "▁PU": 42310, + "isset": 42311, + "▁1986.": 42312, + "▁reduzidos": 42313, + "nã": 42314, + "▁Censo": 42315, + "▁scipy": 42316, + "▁enrolled": 42317, + "izavam": 42318, + "▁figured": 42319, + "▁despeito": 42320, + "▁deallocate": 42321, + "▁chunks": 42322, + "']]": 42323, + "▁impar": 42324, + "▁funeral": 42325, + "▁pronúncia": 42326, + "_15": 42327, + "▁Bragan": 42328, + "▁Uganda": 42329, + "CY": 42330, + "▁Graphs": 42331, + "Photo": 42332, + "▁Barão": 42333, + "▁venture": 42334, + "▁Moscou": 42335, + "▁aperfeiçoar": 42336, + "Então": 42337, + "▁Dynamics": 42338, + "eceram": 42339, + "generação": 42340, + "▁Cron": 42341, + "▁posture": 42342, + "▁Hier": 42343, + "▁etnias": 42344, + "▁disponibiliza": 42345, + "stay": 42346, + "▁ASP": 42347, + "▁eleger": 42348, + "Swap": 42349, + "▁Monitoring": 42350, + "▁MIL": 42351, + "▁Vital": 42352, + "▁indoors": 42353, + "▁clot": 42354, + "▁guests": 42355, + "▁∞": 42356, + "▁degra": 42357, + "▁conserva": 42358, + "121": 42359, + "▁holdsAt": 42360, + "odal": 42361, + "▁executados": 42362, + "▁intrav": 42363, + "▁indução": 42364, + "▁trabalhamos": 42365, + "▁utilization": 42366, + "▁nascentes": 42367, + "Stamp": 42368, + "▁BOOL": 42369, + "▁Mans": 42370, + "ikh": 42371, + "▁ow": 42372, + "viam": 42373, + "Enumerable": 42374, + "tera": 42375, + "▁Ort": 42376, + "▁Pron": 42377, + "▁chess": 42378, + "▁reluct": 42379, + "▁summarize": 42380, + "rex": 42381, + "7\\": 42382, + "▁exuber": 42383, + "▁residente": 42384, + "retch": 42385, + "?).": 42386, + "▁TIC": 42387, + "▁serum": 42388, + "▁converge": 42389, + "▁regularidade": 42390, + "Launch": 42391, + "▁coronel": 42392, + "▁asbestos": 42393, + "▁distribuído": 42394, + "▁sonhar": 42395, + "27)": 42396, + "▁luto": 42397, + "▁temples": 42398, + "05)": 42399, + "▁revelaram": 42400, + "▁arrecadação": 42401, + "▁Bayes": 42402, + "Resolver": 42403, + "▁valiosa": 42404, + "▁adotados": 42405, + "▁brincando": 42406, + "▁fortaleza": 42407, + "elong": 42408, + "▁camisa": 42409, + "▁pepper": 42410, + "Sprite": 42411, + "▁segurar": 42412, + "▁viúva": 42413, + "▁OT": 42414, + "▁Estrela": 42415, + "▁Leopold": 42416, + "▁imperme": 42417, + "▁auxiliando": 42418, + "inject": 42419, + "▁Misericórdia": 42420, + "6.0": 42421, + "inem": 42422, + "▁PESSO": 42423, + "abb": 42424, + "▁Arquivos": 42425, + "hoven": 42426, + "▁projetada": 42427, + "olen": 42428, + "Curve": 42429, + "▁derret": 42430, + "▁lawyer": 42431, + "Repo": 42432, + "▁Columbus": 42433, + "xref": 42434, + "▁variabilidade": 42435, + "Tmp": 42436, + "▁HL": 42437, + "▁palma": 42438, + "▁DIRECT": 42439, + "▁tradem": 42440, + "aguar": 42441, + "MISS": 42442, + "▁carto": 42443, + "▁primitivo": 42444, + "▁vinculada": 42445, + "▁cree": 42446, + "antics": 42447, + "▁unset": 42448, + "IBILITY": 42449, + "▁1937": 42450, + "▁nurt": 42451, + "Mateus": 42452, + "▁saque": 42453, + "▁pedestres": 42454, + "▁disfunção": 42455, + "▁constitutes": 42456, + "▁coordenado": 42457, + "▁218": 42458, + "▁MEL": 42459, + "outro": 42460, + "rinos": 42461, + "entena": 42462, + "▁(18)": 42463, + "iabilities": 42464, + "guid": 42465, + "▁Antiguidade": 42466, + "Cut": 42467, + "METHOD": 42468, + "▁naming": 42469, + "▁tourist": 42470, + "rosis": 42471, + "▁elapsed": 42472, + "sonian": 42473, + "icher": 42474, + "▁Faria": 42475, + "▁shortage": 42476, + "▁'2016": 42477, + "▁collisions": 42478, + "▁Aplicada": 42479, + "85)": 42480, + "adal": 42481, + "▁replicate": 42482, + "▁Astronomia": 42483, + "▁contributor": 42484, + "11).": 42485, + "Schedule": 42486, + "▁Cognitive": 42487, + "IMO": 42488, + "▁Samba": 42489, + "▁Estratégia": 42490, + "▁grito": 42491, + "Meu": 42492, + "NAS": 42493, + "(50)": 42494, + "▁justified": 42495, + "▁م": 42496, + "celand": 42497, + "▁Avanç": 42498, + "▁grazing": 42499, + "▁assimilação": 42500, + "▁infecciosas": 42501, + "▁outs": 42502, + "▁redut": 42503, + "▁conciliar": 42504, + "▁backgrounds": 42505, + "▁embut": 42506, + "glut": 42507, + "▁misc": 42508, + "▁wellbeing": 42509, + "similar": 42510, + "▁espere": 42511, + "▁cirúrgico": 42512, + "▁Pitts": 42513, + "▁geradores": 42514, + "▁Banc": 42515, + "▁Bent": 42516, + "05:": 42517, + "▁ko": 42518, + "▁oC": 42519, + "ptic": 42520, + "ócol": 42521, + "▁detém": 42522, + "▁$8": 42523, + "▁Login": 42524, + "▁Montreal": 42525, + "▁Ian": 42526, + "ertz": 42527, + "reve": 42528, + "▁Ame": 42529, + "rology": 42530, + "▁espor": 42531, + "▁Guardian": 42532, + "vp": 42533, + "▁vanta": 42534, + "▁patience": 42535, + "varepsilon": 42536, + "▁enunciado": 42537, + "▁Prag": 42538, + "▁Ster": 42539, + ".&": 42540, + "Sat": 42541, + "SERVER": 42542, + "peace": 42543, + "▁MUSIC": 42544, + "▁nap": 42545, + "▁tranqü": 42546, + "▁treinador": 42547, + "▁autônomos": 42548, + "▁nationwide": 42549, + "▁Pep": 42550, + "▁Vil": 42551, + "▁fornecido": 42552, + "ARED": 42553, + "▁Americas": 42554, + "▁curt": 42555, + "utenant": 42556, + "▁occasional": 42557, + "apeutas": 42558, + "▁Hunting": 42559, + "▁retórica": 42560, + "ampus": 42561, + "▁executadas": 42562, + "DIST": 42563, + "StatusCode": 42564, + "inp": 42565, + "▁LLC": 42566, + "parte": 42567, + "pies": 42568, + "▁cronograma": 42569, + "▁limbs": 42570, + "particip": 42571, + "▁Obrigada": 42572, + "497": 42573, + "▁Contabilidade": 42574, + "inarian": 42575, + "*6": 42576, + "Solution": 42577, + "▁governança": 42578, + "packet": 42579, + "▁vencedores": 42580, + "▁terapêuticas": 42581, + "▁wanting": 42582, + "eccak": 42583, + "▁Dave": 42584, + "▁mills": 42585, + "Decode": 42586, + "▁Omega": 42587, + "▁interpessoais": 42588, + "ashes": 42589, + "sticas": 42590, + "▁inútil": 42591, + "▁pervers": 42592, + "▁allies": 42593, + "153": 42594, + "▁manga": 42595, + "Rotation": 42596, + "▁FUNDA": 42597, + "▁courtesy": 42598, + "▁fuzzy": 42599, + "escolar": 42600, + ",_": 42601, + "argest": 42602, + "▁Textos": 42603, + "▁feathers": 42604, + "▁NBR": 42605, + "▁dropping": 42606, + "inski": 42607, + "▁desk": 42608, + "adapter": 42609, + "orted": 42610, + "▁Poesia": 42611, + "hape": 42612, + "▁Nessas": 42613, + "▁montado": 42614, + "OPSIS": 42615, + "▁1961": 42616, + "▁Fellow": 42617, + "▁ideologias": 42618, + "PEG": 42619, + "▁lúdicas": 42620, + "▁pulg": 42621, + "▁Nicolau": 42622, + "▁blurred": 42623, + "▁20-": 42624, + "assol": 42625, + "▁Macedo": 42626, + "▁tsunami": 42627, + "▁caminhão": 42628, + "2\">": 42629, + "▁Desert": 42630, + "▁magnific": 42631, + "▁stiffness": 42632, + "▁upset": 42633, + "▁carreiras": 42634, + "alas": 42635, + "ésios": 42636, + "▁mercantil": 42637, + "eiras": 42638, + "▁lecion": 42639, + "▁amadurecimento": 42640, + "▁sutil": 42641, + "▁moram": 42642, + "▁jogando": 42643, + "LICIT": 42644, + "▁encrypted": 42645, + "▁refract": 42646, + "▁Duque": 42647, + "▁DJ": 42648, + "enamento": 42649, + "▁aC": 42650, + "Learning": 42651, + "▁treinados": 42652, + "▁ambitious": 42653, + "Hg": 42654, + "(12,": 42655, + "ORMAL": 42656, + "▁exclusion": 42657, + "ereum": 42658, + "finish": 42659, + "ogênese": 42660, + "▁bloom": 42661, + "formação": 42662, + "▁QUESTION": 42663, + "51,": 42664, + "▁especificidade": 42665, + "▁Beginning": 42666, + "Depart": 42667, + "▁Trail": 42668, + "▁Hughes": 42669, + "▁escada": 42670, + "▁amplifier": 42671, + "▁Sons": 42672, + "allowed": 42673, + "▁endless": 42674, + "▁pólen": 42675, + "▁serotonina": 42676, + "▁retal": 42677, + "▁necessitar": 42678, + "▁dificultar": 42679, + "▁(36": 42680, + "analto": 42681, + "▁identificam": 42682, + "▁enriquecimento": 42683, + "100.": 42684, + "▁positioned": 42685, + "▁Operator": 42686, + "vely": 42687, + "venty": 42688, + "▁Scar": 42689, + "▁bandeiras": 42690, + "▁hino": 42691, + "▁Crown": 42692, + "▁perplex": 42693, + "▁hospedeiro": 42694, + "▁implantado": 42695, + "SOS": 42696, + "logen": 42697, + "▁Paixão": 42698, + "Formatter": 42699, + "FUNC": 42700, + "▁Internacionais": 42701, + "population": 42702, + "gd": 42703, + "Wire": 42704, + "▁espontaneamente": 42705, + "▁flexíveis": 42706, + "▁calibration": 42707, + "▁Arkansas": 42708, + "▁gp": 42709, + "▁adversos": 42710, + "▁imprevis": 42711, + "▁individuo": 42712, + "▁qualificado": 42713, + "▁constel": 42714, + "▁digitar": 42715, + "▁mathematicians": 42716, + "▁climbing": 42717, + "▁SYS": 42718, + "Partial": 42719, + "▁methyl": 42720, + "scaled": 42721, + "▁Lessons": 42722, + "▁EventArgs": 42723, + "▁TÉ": 42724, + "▁SEU": 42725, + "▁Vitor": 42726, + "▁vereador": 42727, + "▁TMenuItem": 42728, + "▁seam": 42729, + "▁NCERT": 42730, + "▁slices": 42731, + "statement": 42732, + "▁Perfect": 42733, + "▁hegemonia": 42734, + "▁membranes": 42735, + "▁Guid": 42736, + "otovel": 42737, + "▁pia": 42738, + "▁Velocity": 42739, + "▁1978,": 42740, + "▁badly": 42741, + "▁vende": 42742, + "▁concludes": 42743, + "▁Hidro": 42744, + "▁loves": 42745, + "▁Goiânia": 42746, + "Sig": 42747, + ")...": 42748, + "▁Divino": 42749, + "▁[4": 42750, + "▁Toledo": 42751, + "▁Utilizar": 42752, + "mpi": 42753, + "▁APP": 42754, + "▁UFMG": 42755, + "▁mecânicos": 42756, + "▁Networks": 42757, + "▁elbow": 42758, + "▁virais": 42759, + "ViewModel": 42760, + "▁Observação": 42761, + "\")),": 42762, + "▁mega": 42763, + "▁intuition": 42764, + "▁populated": 42765, + "▁UFRJ": 42766, + "▁(5.": 42767, + "▁Disorder": 42768, + "▁LONG": 42769, + "▁óxido": 42770, + "▁totais": 42771, + "▁(~": 42772, + "▁Científico": 42773, + "▁acadêmicas": 42774, + "▁retornou": 42775, + "▁deterministic": 42776, + "▁aprision": 42777, + "▁guias": 42778, + "▁runoff": 42779, + "▁mentions": 42780, + "▁FÍS": 42781, + "▁Publications": 42782, + "witz": 42783, + "▁Vem": 42784, + "▁1948,": 42785, + "backward": 42786, + "▁analgés": 42787, + "48)": 42788, + "▁COMMON": 42789, + "▁ranked": 42790, + "▁\\{": 42791, + "▁antibody": 42792, + "▁desires": 42793, + "▁Distância": 42794, + "▁Appendix": 42795, + "▁sensing": 42796, + "▁minh": 42797, + "▁auditório": 42798, + "▁duras": 42799, + "▁silic": 42800, + "AY": 42801, + "▁consideramos": 42802, + "▁Cecília": 42803, + "▁Malaysia": 42804, + "▁Pure": 42805, + "▁Liber": 42806, + "▁saciedade": 42807, + "▁previne": 42808, + "roem": 42809, + "02928": 42810, + "▁Fazendo": 42811, + "_02": 42812, + "▁Eve": 42813, + "▁upstream": 42814, + "▁evangelização": 42815, + "▁contada": 42816, + "▁STREQUAL": 42817, + "▁SECTION": 42818, + "▁margins": 42819, + "▁15)": 42820, + "solid": 42821, + "▁diferem": 42822, + "FEF": 42823, + "▁ida": 42824, + "▁Teres": 42825, + "▁\"1.": 42826, + "▁Nela": 42827, + "balances": 42828, + "▁Josué": 42829, + "▁reconst": 42830, + "▁incertezas": 42831, + "-45": 42832, + "64),": 42833, + "Collect": 42834, + "▁gad": 42835, + "Commands": 42836, + "▁ethanol": 42837, + "▁1949": 42838, + "▁Segue": 42839, + "▁59,": 42840, + "TRIBUT": 42841, + "beit": 42842, + "fel": 42843, + "▁strat": 42844, + "▁Wallace": 42845, + "▁germinação": 42846, + "▁unused": 42847, + "▁beverages": 42848, + "▁amput": 42849, + "Received": 42850, + "▁compressor": 42851, + "▁Roll": 42852, + "▁calorie": 42853, + "▁ótimas": 42854, + "▁progressos": 42855, + "fabric": 42856, + "▁concom": 42857, + "▁obsess": 42858, + "▁virgem": 42859, + "▁acident": 42860, + "▁racionais": 42861, + "▁Techniques": 42862, + "IBGE": 42863, + "▁lobby": 42864, + "▁injected": 42865, + "▁direcionado": 42866, + "03:": 42867, + "▁pretas": 42868, + "▁coloridos": 42869, + "▁Gênero": 42870, + "▁infinitely": 42871, + "▁Muss": 42872, + "▁demographic": 42873, + "▁(\\$": 42874, + "▁Tick": 42875, + "HAN": 42876, + "pil": 42877, + "▁asleep": 42878, + "▁motivar": 42879, + "▁retrieved": 42880, + "iours": 42881, + "▁evolving": 42882, + "úng": 42883, + "▁notify": 42884, + "▁actualmente": 42885, + "banner": 42886, + "▁Baixa": 42887, + "▁agradar": 42888, + "ecução": 42889, + "▁superint": 42890, + "▁Fuk": 42891, + "owners": 42892, + "▁abóbora": 42893, + "▁emphasized": 42894, + "▁solicitação": 42895, + "estimate": 42896, + "▁avaliada": 42897, + "▁descriptor": 42898, + "▁lã": 42899, + "plat": 42900, + "▁ymm": 42901, + "▁salvos": 42902, + "▁equivalentes": 42903, + "▁sequências": 42904, + "▁FIX": 42905, + "▁cig": 42906, + "Energy": 42907, + "▁abrupt": 42908, + "▁silk": 42909, + "▁netos": 42910, + "▁DataType": 42911, + "▁finaliza": 42912, + "▁sugerindo": 42913, + ":8": 42914, + "▁Copenh": 42915, + "▁civilian": 42916, + "▁Cohen": 42917, + "▁celulose": 42918, + "▁efetividade": 42919, + "▁tense": 42920, + "▁laying": 42921, + "▁Resistência": 42922, + "0,\"": 42923, + "▁Tokyo": 42924, + "Unbounded": 42925, + "iang": 42926, + "insky": 42927, + "▁escass": 42928, + "▁tomados": 42929, + "▁satisfeito": 42930, + "▁barragens": 42931, + "itano": 42932, + "▁vizinh": 42933, + "▁integralmente": 42934, + "thel": 42935, + "▁1936": 42936, + "Estamos": 42937, + "▁Boletim": 42938, + "▁fluoride": 42939, + "▁empoderamento": 42940, + "▁rompimento": 42941, + "('../": 42942, + "▁ulcer": 42943, + "▁Nearly": 42944, + "▁Ole": 42945, + "▁aceite": 42946, + "▁encaps": 42947, + "▁substituída": 42948, + "+8": 42949, + "▁mioc": 42950, + "kappa": 42951, + "▁illumin": 42952, + "▁focada": 42953, + "▁nesting": 42954, + "▁marble": 42955, + "▁barragem": 42956, + "▁adulthood": 42957, + "onders": 42958, + "▁Perda": 42959, + "▁fortuna": 42960, + "▁papelão": 42961, + "▁comemorações": 42962, + "▁Saturno": 42963, + "▁VS": 42964, + "▁deixamos": 42965, + "▁carbônico": 42966, + "▁Pythagorean": 42967, + "icaba": 42968, + "▁apud": 42969, + "AreEqual": 42970, + "▁gradativamente": 42971, + "▁coceira": 42972, + "▁ancestor": 42973, + "▁empreender": 42974, + "▁fornecedor": 42975, + "Sep": 42976, + "▁}_{": 42977, + "▁supporters": 42978, + "▁rulers": 42979, + "▁switched": 42980, + "▁-8": 42981, + "▁174": 42982, + "▁alturas": 42983, + "hc": 42984, + "▁turbinas": 42985, + "▁vôo": 42986, + "▁commerce": 42987, + "oulomb": 42988, + "▁Named": 42989, + "▁axial": 42990, + "▁parcel": 42991, + "▁sexually": 42992, + "▁tide": 42993, + "spaces": 42994, + "▁lemon": 42995, + "DIO": 42996, + "▁Gill": 42997, + "chronous": 42998, + "▁Alencar": 42999, + "▁computes": 43000, + "▁concentram": 43001, + "▁Manip": 43002, + "yz": 43003, + "▁clicando": 43004, + "▁petrol": 43005, + "mant": 43006, + "▁rup": 43007, + "▁xen": 43008, + "▁poda": 43009, + "▁mentor": 43010, + "▁10^": 43011, + "▁Bug": 43012, + "▁HAVE": 43013, + "ventional": 43014, + "▁Accuracy": 43015, + "▁passavam": 43016, + "Ir": 43017, + "▁CX": 43018, + "▁defesas": 43019, + "▁со": 43020, + "▁(33": 43021, + "NOPSIS": 43022, + "▁Camargo": 43023, + "▁subjetiva": 43024, + "Termin": 43025, + "▁conson": 43026, + "▁75,": 43027, + "▁arbor": 43028, + "▁imens": 43029, + "feld": 43030, + "ônus": 43031, + "quick": 43032, + "▁Incorpor": 43033, + "▁counseling": 43034, + "▁Metropolitana": 43035, + "▁desempenhou": 43036, + "seek": 43037, + "▁FORM": 43038, + "▁nivel": 43039, + "vx": 43040, + "ClassName": 43041, + "▁welding": 43042, + "meiras": 43043, + "▁pacífica": 43044, + "▁DataFrame": 43045, + "▁Practical": 43046, + "▁defence": 43047, + "▁prism": 43048, + "TEXTURE": 43049, + "▁Commonwealth": 43050, + "ágeis": 43051, + "ximadamente": 43052, + "▁administrators": 43053, + "▁Renda": 43054, + "▁attain": 43055, + "▁turístico": 43056, + "3.1": 43057, + "▁Umb": 43058, + "Multiple": 43059, + "▁reparar": 43060, + "▁regula": 43061, + "COMPILER": 43062, + "▁dissertação": 43063, + "0=": 43064, + "▁MATR": 43065, + "telling": 43066, + "feedback": 43067, + "▁Euclidean": 43068, + "indiv": 43069, + "▁unic": 43070, + "alling": 43071, + "▁Thiago": 43072, + "6\\": 43073, + "▁contido": 43074, + "Ill": 43075, + "▁destruído": 43076, + "▁(:": 43077, + "▁declarar": 43078, + "▁Om": 43079, + "\":\"104": 43080, + "▁1933": 43081, + "▁Turing": 43082, + "▁FFF": 43083, + "▁ideals": 43084, + "▁cientificamente": 43085, + "▁Juven": 43086, + "ます": 43087, + "▁Cartesian": 43088, + "▁updating": 43089, + "▁iag": 43090, + "although": 43091, + "▁saudade": 43092, + "▁agregado": 43093, + "▁nazista": 43094, + "▁tocando": 43095, + "▁carriers": 43096, + "时间": 43097, + "▁modulus": 43098, + "▁contraction": 43099, + "▁opposing": 43100, + "742\",\"": 43101, + "publish": 43102, + "▁hemisphere": 43103, + "ómetros": 43104, + "▁Teve": 43105, + "▁gravar": 43106, + "▁falantes": 43107, + "0.8": 43108, + "▁Buda": 43109, + "▁consultor": 43110, + "889802928": 43111, + "\":\"104889802928": 43112, + "^2$": 43113, + "▁beg": 43114, + "▁mell": 43115, + "▁duplas": 43116, + "▁aprovados": 43117, + "fake": 43118, + "▁denominadas": 43119, + "▁Bottom": 43120, + "▁encerra": 43121, + "▁mundialmente": 43122, + "▁Resum": 43123, + "▁MODIFY": 43124, + "▁inhibit": 43125, + "▁hostil": 43126, + "▁firmly": 43127, + "▁atuou": 43128, + "▁errone": 43129, + "▁localized": 43130, + "thrust": 43131, + "isticamente": 43132, + "▁repetition": 43133, + "▁conjuntura": 43134, + "▁Done": 43135, + "▁verses": 43136, + "navigation": 43137, + "▁aquáticos": 43138, + "acha": 43139, + "▁BRA": 43140, + "▁cometidos": 43141, + "pairs": 43142, + "▁concordância": 43143, + "orous": 43144, + "▁Phone": 43145, + ";,": 43146, + "▁hoc": 43147, + "=/": 43148, + "▁Chaves": 43149, + "3737": 43150, + "560": 43151, + "▁pronome": 43152, + "▁válvulas": 43153, + "▁displaying": 43154, + "▁concretização": 43155, + "$2": 43156, + "RAD": 43157, + "apiens": 43158, + "▁rumos": 43159, + "▁Nascido": 43160, + "▁estratégicos": 43161, + "▁ADDR": 43162, + "▁227": 43163, + "^{-1}": 43164, + "283": 43165, + "▁7.5": 43166, + "▁sanitation": 43167, + "▁mentally": 43168, + "▁unlimited": 43169, + "▁pertencia": 43170, + "ificamos": 43171, + "▁Frederico": 43172, + "subscribe": 43173, + "▁fade": 43174, + "▁castanha": 43175, + "▁(1/": 43176, + "▁nucleot": 43177, + "▁psicoss": 43178, + "▁remedies": 43179, + "▁wavelengths": 43180, + "krit": 43181, + "▁cosmos": 43182, + "▁1987.": 43183, + "▁stimuli": 43184, + "▁phosphorus": 43185, + ".14": 43186, + "▁Bomb": 43187, + "▁traumatic": 43188, + "rians": 43189, + "rise": 43190, + "▁tragedy": 43191, + "▁hormonais": 43192, + "▁fornecidos": 43193, + "rill": 43194, + "Ready": 43195, + "ulhas": 43196, + "▁sorv": 43197, + "▁Última": 43198, + "performance": 43199, + "▁governante": 43200, + "▁collector": 43201, + "▁justificação": 43202, + ":`": 43203, + "nett": 43204, + "▁mutate": 43205, + "ricidade": 43206, + "▁ambição": 43207, + "▁emagrecer": 43208, + "▁Racial": 43209, + "ilio": 43210, + "▁NOR": 43211, + "▁atm": 43212, + "▁Criminal": 43213, + "▁assertion": 43214, + "0200": 43215, + "▁baratas": 43216, + "dfs": 43217, + "▁Attempt": 43218, + "▁averages": 43219, + "▁58.": 43220, + "▁advogados": 43221, + "▁Santíssima": 43222, + "▁1954": 43223, + "estabele": 43224, + "ENO": 43225, + "onian": 43226, + "inosas": 43227, + "ribing": 43228, + "▁Batch": 43229, + "▁Paste": 43230, + "▁insertion": 43231, + "▁shoulders": 43232, + "▁imperativo": 43233, + "▁Aw": 43234, + "▁Film": 43235, + "ícolas": 43236, + "▁declining": 43237, + "▁indef": 43238, + "todos": 43239, + "▁empol": 43240, + "DIRECTORY": 43241, + "▁61,": 43242, + "▁Diogo": 43243, + "▁Romana": 43244, + "▁disciples": 43245, + "▁seremos": 43246, + "▁selective": 43247, + "unpack": 43248, + "▁invite": 43249, + "▁decides": 43250, + "▁DEC": 43251, + "▁Fine": 43252, + "Integral": 43253, + "▁homeless": 43254, + "onça": 43255, + "ECTOR": 43256, + "▁uncon": 43257, + "▁Legend": 43258, + "▁Transportation": 43259, + "▁Tak": 43260, + "GPIO": 43261, + "▁privilege": 43262, + "ivemos": 43263, + "▁outward": 43264, + "▁explorando": 43265, + "▁supra": 43266, + "▁Claudia": 43267, + "Cover": 43268, + "▁ajudado": 43269, + "▁saldo": 43270, + "▁orelha": 43271, + "▁Detroit": 43272, + "▁queixas": 43273, + "▁surplus": 43274, + "0006": 43275, + "▁videog": 43276, + "▁chimpan": 43277, + "▁dosagem": 43278, + "▁xadrez": 43279, + "▁canonical": 43280, + "▁Lição": 43281, + "▁GitHub": 43282, + "▁fright": 43283, + ",-": 43284, + "]->": 43285, + "▁Kard": 43286, + "▁supremo": 43287, + "calculate": 43288, + "raps": 43289, + "rell": 43290, + "drawn": 43291, + "▁hemoglobina": 43292, + "resc": 43293, + "▁impossibil": 43294, + "▁recomendados": 43295, + "seqü": 43296, + "▁Mog": 43297, + "▁sobreviventes": 43298, + "polit": 43299, + "▁corrobor": 43300, + "▁interacting": 43301, + "▁nevertheless": 43302, + "▁nascente": 43303, + "▁pioneira": 43304, + "▁reinvent": 43305, + "▁Innovation": 43306, + "HW": 43307, + "olini": 43308, + "▁Designer": 43309, + "▁homogene": 43310, + "orie": 43311, + "▁1985.": 43312, + "▁homogeneous": 43313, + "AZ": 43314, + "season": 43315, + "oubtedly": 43316, + "▁Against": 43317, + "▁vizinhas": 43318, + "▁Brux": 43319, + "▁bicarbon": 43320, + "▁entendendo": 43321, + "▁signing": 43322, + "▁Confederação": 43323, + "CAN": 43324, + "▁99,": 43325, + "▁VOCÊ": 43326, + "▁fb": 43327, + "familiar": 43328, + "▁limpos": 43329, + "▁Companies": 43330, + "▁perceberam": 43331, + "▁1961,": 43332, + "▁pulmonary": 43333, + "▁2°": 43334, + "finite": 43335, + "▁visitou": 43336, + "arro": 43337, + "▁Assistant": 43338, + "omnia": 43339, + "▁colágeno": 43340, + "▁aconselhamento": 43341, + "▁vingança": 43342, + "▁NOAA": 43343, + "▁Reconhecer": 43344, + "▁airport": 43345, + "▁Portland": 43346, + "▁comportar": 43347, + "▁tranquila": 43348, + "▁detecting": 43349, + "▁spheres": 43350, + "anch": 43351, + "▁judiciais": 43352, + "▁retirados": 43353, + "ocausto": 43354, + "ARGS": 43355, + "▁dwarf": 43356, + "ERJ": 43357, + "▁especiar": 43358, + "oj": 43359, + "▁Vasconcelos": 43360, + "brou": 43361, + "isch": 43362, + "▁Pacto": 43363, + "incluindo": 43364, + "ampaign": 43365, + "mature": 43366, + "▁davam": 43367, + "Employ": 43368, + "▁cerrado": 43369, + "▁defendia": 43370, + "342": 43371, + "uche": 43372, + "▁Meus": 43373, + "▁Coisas": 43374, + "▁cruciais": 43375, + "▁Silv": 43376, + "3456789": 43377, + "▁desempre": 43378, + "▁Elet": 43379, + "▁Ded": 43380, + "▁Thous": 43381, + "▁desativ": 43382, + "▁injustiças": 43383, + "Já": 43384, + "▁poços": 43385, + "▁perennial": 43386, + "▁Increasing": 43387, + "▁AST": 43388, + "▁depoimento": 43389, + "▁sixty": 43390, + "▁resfriado": 43391, + "▁provocadas": 43392, + "▁TK": 43393, + "▁OLIVEIRA": 43394, + "▁HOLDERS": 43395, + "▁Politics": 43396, + "191": 43397, + "▁IG": 43398, + "▁enxaqu": 43399, + "▁incond": 43400, + "▁Absolute": 43401, + "▁timeline": 43402, + "▁pretensão": 43403, + "▁'[": 43404, + "▁toa": 43405, + "▁apontado": 43406, + "▁Mathematica": 43407, + "▁anticipated": 43408, + "▁perl": 43409, + "▁sham": 43410, + "▁arrem": 43411, + "▁compilation": 43412, + "▁bt": 43413, + "▁espalhadas": 43414, + "▁ESTADO": 43415, + "▁óptica": 43416, + "▁periódica": 43417, + "itose": 43418, + "▁descrições": 43419, + "abara": 43420, + "▁washed": 43421, + ":14": 43422, + "Mart": 43423, + "▁costumava": 43424, + "▁garlic": 43425, + "▁Riemann": 43426, + "\\\\\\\\": 43427, + "▁leão": 43428, + "▁donor": 43429, + "▁àquela": 43430, + "▁Cyber": 43431, + "▁sétimo": 43432, + "Vers": 43433, + "▁Curricular": 43434, + "▁Considerações": 43435, + "▁alternating": 43436, + ".•": 43437, + "▁\"__": 43438, + "**.": 43439, + "▁detalhado": 43440, + "▁amendoim": 43441, + "▁paralelos": 43442, + "etz": 43443, + "▁touched": 43444, + "▁unspecified": 43445, + "mable": 43446, + "▁Nasa": 43447, + "digits": 43448, + "▁abacate": 43449, + "▁fragr": 43450, + "forEach": 43451, + "▁classifica": 43452, + "principalmente": 43453, + "▁&[": 43454, + "▁Crescimento": 43455, + "íno": 43456, + "conserv": 43457, + "logging": 43458, + "▁socialistas": 43459, + "arta": 43460, + "▁LOCAL": 43461, + "▁72,": 43462, + "▁FAL": 43463, + "hesia": 43464, + "▁acompanhadas": 43465, + "LAST": 43466, + "▁Nile": 43467, + "▁ffff": 43468, + "ulina": 43469, + "▁Turner": 43470, + "adium": 43471, + "▁masters": 43472, + "▁2.8": 43473, + "▁corporações": 43474, + "hoje": 43475, + "▁unroll": 43476, + "▁weaker": 43477, + "▁PAC": 43478, + "▁gai": 43479, + "brates": 43480, + "▁excluir": 43481, + "▁Oi": 43482, + "icasse": 43483, + "▁Digest": 43484, + "▁tutorials": 43485, + "▁desnutrição": 43486, + "vd": 43487, + "|.": 43488, + "exo": 43489, + "▁spotted": 43490, + "algorithm": 43491, + "▁dinosaurs": 43492, + "▁CID": 43493, + "▁saibam": 43494, + "▁selecionadas": 43495, + "Added": 43496, + "▁Amazônica": 43497, + "▁Formas": 43498, + "▁satisfaz": 43499, + "▁abordando": 43500, + "▁Leaf": 43501, + "▁escopo": 43502, + "▁desvantagem": 43503, + "▁Propriedades": 43504, + "▁apresentarem": 43505, + "▁vícios": 43506, + "▁232": 43507, + "▁99%": 43508, + "planes": 43509, + "▁paired": 43510, + "««": 43511, + "arched": 43512, + "▁gástr": 43513, + "VZ": 43514, + "iko": 43515, + "▁1860": 43516, + "▁spac": 43517, + "▁prontas": 43518, + "▁outlines": 43519, + "guaçu": 43520, + "▁frágeis": 43521, + "▁privat": 43522, + "▁biocombust": 43523, + "▁Chefe": 43524, + "▁fóssil": 43525, + "▁híbrido": 43526, + "▁fisiologia": 43527, + "▁instituído": 43528, + "haram": 43529, + "▁'2018-03": 43530, + "▁Olimpíadas": 43531, + "▁grouping": 43532, + "Constructor": 43533, + "iris": 43534, + "▁nail": 43535, + "▁parsing": 43536, + ".\"\"\"": 43537, + "▁morava": 43538, + "▁substancial": 43539, + "▁whis": 43540, + "▁Workers": 43541, + "Jac": 43542, + "▁decol": 43543, + "▁concedeu": 43544, + "▁proporcionou": 43545, + "▁CMAKE": 43546, + "iration": 43547, + "▁predictive": 43548, + "pero": 43549, + "Disable": 43550, + "▁estúdio": 43551, + "ionário": 43552, + "Serializer": 43553, + "▁orquestra": 43554, + "▁livelihood": 43555, + "tted": 43556, + "▁Lobo": 43557, + "▁variada": 43558, + "▁whereby": 43559, + "▁microorganisms": 43560, + "172": 43561, + "ECC": 43562, + "▁90.": 43563, + "▁suprimento": 43564, + "FG": 43565, + "(_.": 43566, + "-35": 43567, + "opard": 43568, + "▁Márcia": 43569, + "▁progen": 43570, + "▁npm": 43571, + "▁abnormalities": 43572, + "▁0.12": 43573, + "▁atualizações": 43574, + "▁Zoo": 43575, + "muito": 43576, + "00:": 43577, + "requis": 43578, + "▁mútuo": 43579, + "▁Meeting": 43580, + "▁predominantly": 43581, + "▁withstand": 43582, + "▁RG": 43583, + "associated": 43584, + "▁epochs": 43585, + "boy": 43586, + "intel": 43587, + "4.5": 43588, + "▁--<": 43589, + "▁Emily": 43590, + "▁sócios": 43591, + "▁Vietnã": 43592, + "▁amizades": 43593, + "▁inequ": 43594, + "▁metaph": 43595, + "uladores": 43596, + "▁commissioned": 43597, + "}>": 43598, + "▁stool": 43599, + "▁lagart": 43600, + "▁rejection": 43601, + "bps": 43602, + "▁extrato": 43603, + "▁petroleum": 43604, + "▁arose": 43605, + "▁GROUP": 43606, + "▁Orlando": 43607, + "▁microorganismos": 43608, + "ische": 43609, + "▁traders": 43610, + "neo": 43611, + "▁desb": 43612, + "▁Wiley": 43613, + "▁cantora": 43614, + "▁disadvantages": 43615, + "▁Dogs": 43616, + "▁rodovias": 43617, + "▁construíram": 43618, + "047": 43619, + "067": 43620, + "▁Flam": 43621, + "digital": 43622, + "▁climas": 43623, + "▁Victorian": 43624, + "▁primários": 43625, + "▁kilometres": 43626, + "ônomo": 43627, + "▁obstru": 43628, + "▁recognise": 43629, + "abal": 43630, + "▁CONSE": 43631, + "ogs": 43632, + "omar": 43633, + "ópicas": 43634, + "▁estigma": 43635, + "▁1971": 43636, + "▁crosses": 43637, + "▁fariseus": 43638, + "▁1941": 43639, + "▁rv": 43640, + "▁226": 43641, + "▁Fir": 43642, + "▁Atom": 43643, + "▁subsets": 43644, + "▁respeitado": 43645, + "Sun": 43646, + "Chars": 43647, + "▁modeled": 43648, + "KG": 43649, + "Live": 43650, + "▁Vozes": 43651, + "▁rus": 43652, + "▁conheci": 43653, + "▁51.": 43654, + "Marker": 43655, + "▁Bombe": 43656, + "▁derrubar": 43657, + "▁'''>=": 43689, + "▁Locke": 43690, + "▁cif": 43691, + "RANGE": 43692, + "▁woods": 43693, + "▁viajantes": 43694, + "iscopal": 43695, + "==0)": 43696, + "tutorial": 43697, + "▁sejamos": 43698, + ">(\"": 43699, + "▁MBA": 43700, + "▁Fez": 43701, + "▁Brah": 43702, + "▁Parker": 43703, + "(22": 43704, + "Paulo": 43705, + "▁AVAL": 43706, + "▁inverter": 43707, + "▁cooperative": 43708, + "cancer": 43709, + "▁luminosidade": 43710, + "▁participativa": 43711, + "STREAM": 43712, + "▁DU": 43713, + "robot": 43714, + "▁keen": 43715, + "orestation": 43716, + "▁alcançada": 43717, + "▁diferenciadas": 43718, + "▁medido": 43719, + "▁wolf": 43720, + "▁tont": 43721, + "ancements": 43722, + "▁fragmentação": 43723, + "▁Edison": 43724, + "▁Increased": 43725, + "▁conductivity": 43726, + "▁covariance": 43727, + "hoot": 43728, + "▁1981,": 43729, + "▁pagos": 43730, + "idium": 43731, + "▁prep": 43732, + "riages": 43733, + "DEV": 43734, + "Market": 43735, + "▁watering": 43736, + "DOM": 43737, + "▁desgra": 43738, + "▁Disorders": 43739, + "Vo": 43740, + "Tax": 43741, + "grey": 43742, + "▁5).": 43743, + "onete": 43744, + "▁herbal": 43745, + "=8": 43746, + "▁remanescentes": 43747, + "09:": 43748, + "▁fluctuations": 43749, + "▁chloride": 43750, + "infl": 43751, + "9\\": 43752, + "▁1965,": 43753, + "▁(7,": 43754, + "manifest": 43755, + "▁Picasso": 43756, + "▁Cube": 43757, + "▁thee": 43758, + "▁amplas": 43759, + "▁56.": 43760, + "Ber": 43761, + "▁colar": 43762, + "▁Faith": 43763, + "▁Indexes": 43764, + "▁RUN": 43765, + "▁primo": 43766, + "▁estimating": 43767, + "▁concat": 43768, + "▁mediador": 43769, + "▁accessing": 43770, + "660": 43771, + "ónimo": 43772, + "Assignment": 43773, + "ablished": 43774, + "▁dz": 43775, + "▁Goals": 43776, + "ounding": 43777, + "archical": 43778, + "▁simultaneous": 43779, + "ierr": 43780, + "▁0..": 43781, + "▁gentios": 43782, + "▁desafiar": 43783, + "▁Bragança": 43784, + "REM": 43785, + "▁Dat": 43786, + "▁tuas": 43787, + "▁origina": 43788, + "▁significam": 43789, + "▁Participação": 43790, + "▁operário": 43791, + "▁crocod": 43792, + "▁começava": 43793, + "▁criamos": 43794, + "▁cuidadores": 43795, + "▁Raul": 43796, + "▁Spark": 43797, + "_______": 43798, + "▁Jes": 43799, + "▁Aráb": 43800, + "597": 43801, + "evaluate": 43802, + "offs": 43803, + "▁broadly": 43804, + "▁Instrument": 43805, + "OPER": 43806, + "Orient": 43807, + "▁dispostas": 43808, + "hosp": 43809, + "▁Known": 43810, + "-3)": 43811, + "▁preponder": 43812, + "▁Basics": 43813, + "('<": 43814, + "▁(-1": 43815, + "▁carved": 43816, + "andombl": 43817, + "▁mínimas": 43818, + "▁bean": 43819, + "▁sugeriu": 43820, + "▁cultivares": 43821, + "▁currículos": 43822, + "▁contribuído": 43823, + "▁religiosidade": 43824, + "▁Magnetic": 43825, + "▁Ethiopia": 43826, + "▁Changing": 43827, + "▁salarial": 43828, + "▁handed": 43829, + "tipo": 43830, + "▁escreva": 43831, + "▁Previdência": 43832, + "▁LB": 43833, + "▁acabamento": 43834, + "Numbers": 43835, + "▁Confirm": 43836, + "colored": 43837, + "▁sooner": 43838, + "PSC": 43839, + "UNA": 43840, + "ulantes": 43841, + "▁decent": 43842, + "▁Guarani": 43843, + "▁bicycle": 43844, + "▁noroeste": 43845, + "▁internamente": 43846, + "▁experientes": 43847, + "▁emagrecimento": 43848, + "_\"": 43849, + "▁rooted": 43850, + "▁stretched": 43851, + "▁و": 43852, + "221": 43853, + "▁novela": 43854, + "Sing": 43855, + "Algebra": 43856, + "▁adapta": 43857, + "▁Florence": 43858, + "▁atingidos": 43859, + "▁1941,": 43860, + "758": 43861, + "▁consistia": 43862, + "▁documentary": 43863, + "quin": 43864, + "▁contrária": 43865, + "▁Sangue": 43866, + "▁GEST": 43867, + "▁centrada": 43868, + "ABB": 43869, + "▁scarc": 43870, + "▁2014).": 43871, + "▁Partic": 43872, + "▁convince": 43873, + "▁generosidade": 43874, + "▁Fim": 43875, + "▁Feel": 43876, + "▁maximal": 43877, + "▁fabricar": 43878, + "DEPEND": 43879, + "▁latina": 43880, + "▁Stewart": 43881, + "▁criativos": 43882, + "Bucket": 43883, + "▁Contrato": 43884, + "▁observers": 43885, + "ylim": 43886, + "atores": 43887, + "▁vici": 43888, + "▁traff": 43889, + "▁abstrato": 43890, + "2.8": 43891, + "▁contemporâneas": 43892, + "dispatch": 43893, + "▁Circular": 43894, + "7.5": 43895, + ";&#": 43896, + "▁earning": 43897, + "▁Boy": 43898, + "▁Thought": 43899, + "▁entendo": 43900, + "▁VPN": 43901, + "▁tamanha": 43902, + "▁diversificação": 43903, + "pathetic": 43904, + "▁questiona": 43905, + "▁righteous": 43906, + "Popup": 43907, + "▁cirurgião": 43908, + "▁Antarctica": 43909, + "▁expects": 43910, + "▁disturbance": 43911, + "▁1944,": 43912, + "ambientais": 43913, + "▁fantástico": 43914, + "','2020-": 43915, + "▁tires": 43916, + "▁repleto": 43917, + "100)": 43918, + "ynes": 43919, + "▁grate": 43920, + "▁978-0-": 43921, + "▁creche": 43922, + "▁tijolos": 43923, + "▁dolph": 43924, + "Nt": 43925, + "▁transist": 43926, + "jer": 43927, + "fault": 43928, + "▁rega": 43929, + "▁Voltage": 43930, + "▁imersão": 43931, + "▁WM": 43932, + "▁Alterações": 43933, + "MENTAL": 43934, + "▁Czech": 43935, + "▁jumping": 43936, + "▁Acts": 43937, + "▁Sindicato": 43938, + "▁Byz": 43939, + "▁pedest": 43940, + "ígn": 43941, + "Temos": 43942, + "▁Marks": 43943, + "Ann": 43944, + "▁65%": 43945, + "atical": 43946, + "▁CAPÍTULO": 43947, + "▁estranhas": 43948, + "MINIST": 43949, + "▁UNICEF": 43950, + "▁flavon": 43951, + "▁valves": 43952, + "▁exercido": 43953, + "otox": 43954, + "▁SOU": 43955, + "▁152": 43956, + "wx": 43957, + "Culture": 43958, + "▁hurricane": 43959, + ".15": 43960, + "ondon": 43961, + "▁surtos": 43962, + "▁isolate": 43963, + "▁separadamente": 43964, + ">(),": 43965, + "▁monarca": 43966, + "Aud": 43967, + "peak": 43968, + "▁EAD": 43969, + "▁album": 43970, + "▁Village": 43971, + "thirds": 43972, + "▁Stevens": 43973, + "▁Opportun": 43974, + "▁ocorrerá": 43975, + "▁circunferência": 43976, + "polar": 43977, + "SG": 43978, + "BAD": 43979, + "iliano": 43980, + "▁candy": 43981, + "▁julgamentos": 43982, + "cg": 43983, + "▁Utilizando": 43984, + "▁24-": 43985, + "Sou": 43986, + "▁seminários": 43987, + "God": 43988, + "==============": 43989, + "▁mescl": 43990, + "▁Municipais": 43991, + "▁Clip": 43992, + "▁Seed": 43993, + "▁Psiqu": 43994, + "▁Mônica": 43995, + "aths": 43996, + "?’": 43997, + "▁costeiras": 43998, + "▁preventive": 43999, + "▁Concern": 44000, + "▁andando": 44001, + "!\",": 44002, + "annon": 44003, + "▁espetáculos": 44004, + "[7]": 44005, + "▁adversas": 44006, + "▁github": 44007, + "▁Financeira": 44008, + "▁óv": 44009, + "▁Etiqu": 44010, + "closing": 44011, + "▁325": 44012, + "▁diode": 44013, + "▁Ultimately": 44014, + "▁rotational": 44015, + "ystal": 44016, + "▁SMALL": 44017, + "entice": 44018, + "wegian": 44019, + "▁imunização": 44020, + "▁Pair": 44021, + "mitter": 44022, + "▁Prata": 44023, + "izophrenia": 44024, + "▁histories": 44025, + "▁respeitos": 44026, + "▁Largo": 44027, + "▁diabéticos": 44028, + "▁Amanda": 44029, + "▁1942,": 44030, + "▁Ibid": 44031, + "▁delays": 44032, + "Fast": 44033, + "▁abbrevi": 44034, + "▁arising": 44035, + "âmetros": 44036, + "Cos": 44037, + "▁Dear": 44038, + "▁encoder": 44039, + "▁instinto": 44040, + "authorized": 44041, + "▁Diretoria": 44042, + "▁intitulada": 44043, + "icken": 44044, + "áceas": 44045, + "Intent": 44046, + "(8,": 44047, + "▁Camões": 44048, + "rama": 44049, + "RETURN": 44050, + "127.0.0.": 44051, + "Li": 44052, + "são": 44053, + "▁(34": 44054, + "▁friendship": 44055, + "▁Counting": 44056, + "▁terrestrial": 44057, + "▁Sei": 44058, + "▁privilegiado": 44059, + "▁cyst": 44060, + "eadura": 44061, + "▁Recre": 44062, + "▁coping": 44063, + "▁engano": 44064, + "questions": 44065, + "▁Dour": 44066, + "▁Viagem": 44067, + "▁mend": 44068, + "▁destroying": 44069, + "▁Tot": 44070, + "xygen": 44071, + "lights": 44072, + "▁acabado": 44073, + "DataGridView": 44074, + "▁Harrison": 44075, + "▁е": 44076, + "▁Coca": 44077, + "▁CONFIG": 44078, + "▁Vene": 44079, + "▁argc": 44080, + "▁transmitidos": 44081, + "▁Yam": 44082, + "askell": 44083, + "▁museums": 44084, + "▁apaixonado": 44085, + "▁Exact": 44086, + "▁Ato": 44087, + "▁computacional": 44088, + "1717": 44089, + "▁IPCC": 44090, + "▁Documentos": 44091, + "▁Feet": 44092, + "▁1977,": 44093, + "▁Pearl": 44094, + "▁allocatable": 44095, + "▁CONTRIBUTORS": 44096, + "▁sharks": 44097, + "▁Cooperação": 44098, + "Mex": 44099, + "▁apoiada": 44100, + "▁Initially": 44101, + "▁(1),": 44102, + "▁liberado": 44103, + "▁Associated": 44104, + "▁postal": 44105, + "▁depressed": 44106, + "▁competitiva": 44107, + "▁amante": 44108, + "▁táb": 44109, + "▁joga": 44110, + "▁Economy": 44111, + "▁Subtraction": 44112, + "zig": 44113, + "▁locomoção": 44114, + "inverse": 44115, + "▁projeções": 44116, + "▁empresariais": 44117, + "▁sore": 44118, + "azines": 44119, + "▁Galileu": 44120, + "▁apropriadas": 44121, + "enges": 44122, + "▁diagnosticada": 44123, + "ecs": 44124, + "iqueira": 44125, + "▁certificados": 44126, + "▁Goul": 44127, + "▁tales": 44128, + "▁educao": 44129, + "▁levaria": 44130, + "▁navig": 44131, + "▁MN": 44132, + "▁Birm": 44133, + "▁$10": 44134, + "▁PVC": 44135, + "adecimal": 44136, + "ouve": 44137, + "▁legítimo": 44138, + "▁upwards": 44139, + "▁spectacular": 44140, + "OMP": 44141, + "haz": 44142, + "▁244": 44143, + "▁`//": 44144, + "▁1971,": 44145, + "▁pilgr": 44146, + "▁inteiras": 44147, + "▁integrals": 44148, + "▁desenvolverem": 44149, + "▁burocracia": 44150, + "ста": 44151, + "Verify": 44152, + "▁Segment": 44153, + "▁vibração": 44154, + "encoder": 44155, + "▁sobrenatural": 44156, + "▁traçado": 44157, + "▁inscre": 44158, + "▁saladas": 44159, + "ELP": 44160, + "▁exercising": 44161, + "STATIC": 44162, + "Operations": 44163, + "feiras": 44164, + "▁Mudança": 44165, + "▁executable": 44166, + "▁atentar": 44167, + "▁renames": 44168, + "▁holandeses": 44169, + "▁Developing": 44170, + "çois": 44171, + "▁knife": 44172, + "▁1960.": 44173, + "▁Empres": 44174, + "▁Amarelo": 44175, + "▁jewel": 44176, + "▁adorar": 44177, + "iabá": 44178, + "▁premissas": 44179, + "▁produtora": 44180, + "656": 44181, + "▁Karen": 44182, + "Changes": 44183, + "▁postagens": 44184, + "▁chromosomes": 44185, + "▁Dante": 44186, + "▁Iceland": 44187, + "▁Antarctic": 44188, + "Cannot": 44189, + "Username": 44190, + "бо": 44191, + "▁Lane": 44192, + "▁agravar": 44193, + "▁trazidos": 44194, + "▁resistors": 44195, + "compiler": 44196, + "Loss": 44197, + "▁moça": 44198, + ":]": 44199, + "▁melodia": 44200, + "▁uk": 44201, + "▁tracing": 44202, + "WITH": 44203, + "▁atendem": 44204, + "▁ud": 44205, + "95,": 44206, + "▁aritm": 44207, + "oge": 44208, + "estamento": 44209, + "▁introduziu": 44210, + "TOOL": 44211, + "GetType": 44212, + "▁Coral": 44213, + "cebispo": 44214, + "letismo": 44215, + "8400": 44216, + "drag": 44217, + "feat": 44218, + "▁centrif": 44219, + "Seed": 44220, + "▁adequately": 44221, + "▁COMUN": 44222, + "atria": 44223, + "▁Inner": 44224, + "▁signaling": 44225, + "▁sistêmica": 44226, + "▁grids": 44227, + "▁dragon": 44228, + "▁reactive": 44229, + "▁propiciar": 44230, + "▁Mann": 44231, + "▁estreia": 44232, + "▁tornava": 44233, + "36:": 44234, + "quez": 44235, + "▁Yield": 44236, + "▁metre": 44237, + "atologia": 44238, + "▁triagem": 44239, + "▁contradit": 44240, + "▁Inj": 44241, + "▁tended": 44242, + "utdown": 44243, + "▁Circul": 44244, + "▁egoísmo": 44245, + "▁geological": 44246, + "inaridade": 44247, + "▁Jeremias": 44248, + "86)": 44249, + "▁16-": 44250, + "▁concaten": 44251, + "▁substituto": 44252, + "643": 44253, + "=\"${": 44254, + "▁crosta": 44255, + "aints": 44256, + "▁capitalism": 44257, + "▁wilderness": 44258, + "arrão": 44259, + "▁manifold": 44260, + ":.": 44261, + "183": 44262, + "▁shark": 44263, + "▁CHAPTER": 44264, + "▁endereços": 44265, + "▁simboliza": 44266, + "iman": 44267, + "▁Sensor": 44268, + "▁escadas": 44269, + "▁louv": 44270, + "attack": 44271, + "▁Extended": 44272, + "▁adolescent": 44273, + "▁bambu": 44274, + "▁balancing": 44275, + "FW": 44276, + "mula": 44277, + "▁tórax": 44278, + "▁Halloween": 44279, + "▁novels": 44280, + "▁medalhas": 44281, + "MULT": 44282, + "▁indesej": 44283, + "▁ornamental": 44284, + "Maria": 44285, + "árbara": 44286, + "▁destró": 44287, + "▁pareciam": 44288, + "▁MES": 44289, + "érmica": 44290, + "▁urinary": 44291, + "▁Athens": 44292, + "▁serpente": 44293, + "▁Expressions": 44294, + "porque": 44295, + "▁explorado": 44296, + "▁dawn": 44297, + "shapes": 44298, + "▁eighth": 44299, + "perform": 44300, + "▁priori": 44301, + "▁replied": 44302, + "▁subgroup": 44303, + "▁transferido": 44304, + "iava": 44305, + "▁(49": 44306, + "HashMap": 44307, + "('./": 44308, + "jb": 44309, + "29)": 44310, + "▁convenções": 44311, + "▁complementa": 44312, + "5>": 44313, + "▁1962": 44314, + "▁acas": 44315, + "▁concentrada": 44316, + "▁expo": 44317, + "ocular": 44318, + "057": 44319, + "▁Mauro": 44320, + "32',": 44321, + "▁plotted": 44322, + "arson": 44323, + "scss": 44324, + "particle": 44325, + "▁sucedido": 44326, + "▁monot": 44327, + "inense": 44328, + "▁ACE": 44329, + "▁Vermelha": 44330, + "▁fx": 44331, + "▁scanner": 44332, + "▁Von": 44333, + "▁repleta": 44334, + "▁boiler": 44335, + "inaldo": 44336, + "▁Pensamento": 44337, + "770": 44338, + "▁equilibr": 44339, + "Station": 44340, + "▁corrosion": 44341, + "She": 44342, + "TRAN": 44343, + "▁Sól": 44344, + "▁OPER": 44345, + "ForegroundColor": 44346, + "▁ficha": 44347, + "▁resultant": 44348, + "▁Lembro": 44349, + "▁erected": 44350, + "▁verticais": 44351, + "/',": 44352, + "▁Mozart": 44353, + "▁estoques": 44354, + "▁fibre": 44355, + "▁<%": 44356, + "trico": 44357, + "000000000": 44358, + "▁detalhadas": 44359, + "▁Ye": 44360, + "gard": 44361, + "▁cárie": 44362, + "▁perfume": 44363, + "ureauc": 44364, + "▁68,": 44365, + "▁erect": 44366, + "▁celeste": 44367, + "▁yarn": 44368, + "▁Sudan": 44369, + "gran": 44370, + "84)": 44371, + "ipot": 44372, + "▁flam": 44373, + "▁abortion": 44374, + "letic": 44375, + "áceos": 44376, + "▁queridos": 44377, + "IMENTOS": 44378, + "▁lacuna": 44379, + "TestCase": 44380, + "▁Coordenador": 44381, + "▁rigoroso": 44382, + "amanho": 44383, + "▁Fresh": 44384, + "Decoder": 44385, + "pros": 44386, + "bito": 44387, + ",2": 44388, + "_1(": 44389, + "Frequency": 44390, + "▁marcadores": 44391, + "Specification": 44392, + "/3.": 44393, + "▁adventure": 44394, + "▁Thu": 44395, + "Forest": 44396, + "▁Andes": 44397, + "▁(1989": 44398, + "ostat": 44399, + "▁completos": 44400, + "▁percorre": 44401, + "▁SAS": 44402, + "▁viewer": 44403, + "▁301": 44404, + "▁laboratoriais": 44405, + "psych": 44406, + "▁autista": 44407, + "▁fornecida": 44408, + "abre": 44409, + "▁Crus": 44410, + "▁estarmos": 44411, + "June": 44412, + "▁mantidas": 44413, + "Have": 44414, + "▁Missing": 44415, + "▁cansado": 44416, + "▁automation": 44417, + "production": 44418, + "▁1919": 44419, + "▁apresentamos": 44420, + "▁=\\": 44421, + "▁Niterói": 44422, + "ivada": 44423, + "▁hidrog": 44424, + "ubst": 44425, + "▁_____": 44426, + "▁annotation": 44427, + "▁mutable": 44428, + "SUS": 44429, + "bey": 44430, + "7,8,": 44431, + "▁234": 44432, + "▁Fotografia": 44433, + "▁headquarters": 44434, + "Connector": 44435, + "▁Advert": 44436, + "3535": 44437, + "424": 44438, + "▁overnight": 44439, + "695": 44440, + "BOOL": 44441, + "apolis": 44442, + "▁ladder": 44443, + "[0]->": 44444, + "▁salvation": 44445, + "zeppelin": 44446, + "▁percentagem": 44447, + "▁compatibility": 44448, + "ERA": 44449, + "angled": 44450, + "ificadores": 44451, + "▁Birds": 44452, + "▁alunas": 44453, + "▁designa": 44454, + "▁frequências": 44455, + "▁plaqu": 44456, + "▁preparou": 44457, + "▁fluv": 44458, + "▁Guest": 44459, + "templates": 44460, + "▁selector": 44461, + "▁descendência": 44462, + "xls": 44463, + "▁leather": 44464, + "▁institutos": 44465, + "upe": 44466, + "▁cigarettes": 44467, + "▁Cust": 44468, + "▁tightly": 44469, + "▁sessenta": 44470, + "Annot": 44471, + "▁Hills": 44472, + "▁engenhos": 44473, + "▁exigido": 44474, + "Tur": 44475, + "▁lum": 44476, + "▁Province": 44477, + "iji": 44478, + "▁CSV": 44479, + "▁Keeping": 44480, + "▁Anonymous": 44481, + "▁calculado": 44482, + "▁Assessoria": 44483, + "▁lír": 44484, + "▁coloniais": 44485, + "▁towers": 44486, + "Helpers": 44487, + "▁brav": 44488, + "cões": 44489, + "▁Guinea": 44490, + "▁favourite": 44491, + "edience": 44492, + "Qt": 44493, + "Records": 44494, + "iracy": 44495, + "▁LEFT": 44496, + "▁Arnold": 44497, + "nk": 44498, + "asg": 44499, + "▁Moss": 44500, + "▁Gregory": 44501, + "astecimento": 44502, + "▁confirmado": 44503, + "Encode": 44504, + "▁MUNDO": 44505, + "▁devolver": 44506, + "keywords": 44507, + "▁slideshow": 44508, + "▁Petro": 44509, + "▁cláus": 44510, + "▁exploit": 44511, + "▁Lembrando": 44512, + "▁benéfica": 44513, + "▁artefatos": 44514, + "ciso": 44515, + "▁Excell": 44516, + "placeholder": 44517, + "▁solt": 44518, + "▁FEDERAL": 44519, + "▁Perguntas": 44520, + "▁oculares": 44521, + "}{3": 44522, + "▁impure": 44523, + "wareness": 44524, + "▁successor": 44525, + "▁transpose": 44526, + "▁recusou": 44527, + "▁investigador": 44528, + "Social": 44529, + "▁compreendem": 44530, + "▁Eight": 44531, + "▁custe": 44532, + "attach": 44533, + "▁delicious": 44534, + "▁desaparece": 44535, + "linspace": 44536, + "▁IMPLICIT": 44537, + "▁submers": 44538, + "Primitive": 44539, + "juda": 44540, + "▁apagar": 44541, + "▁anseios": 44542, + "▁cheguei": 44543, + "5);": 44544, + "▁goz": 44545, + "▁expressivo": 44546, + "282": 44547, + "▁ocorridas": 44548, + "▁preparadas": 44549, + "▁processors": 44550, + "▁1963": 44551, + "▁Vienna": 44552, + "▁coletadas": 44553, + "▁inexpensive": 44554, + "mma": 44555, + "▁(1-": 44556, + "Backend": 44557, + "▁espant": 44558, + "▁Peninsula": 44559, + "▁farmacêutica": 44560, + "dense": 44561, + "Solver": 44562, + "▁àquele": 44563, + "▁gengibre": 44564, + "▁Demand": 44565, + "▁alface": 44566, + "▁Gabriela": 44567, + "▁congresso": 44568, + "▁espectadores": 44569, + "▁carinhos": 44570, + "▁confissão": 44571, + "▁permaneceram": 44572, + "2013": 44573, + "▁}),": 44574, + "▁charter": 44575, + "▁viam": 44576, + "locale": 44577, + "▁avist": 44578, + "▁cycling": 44579, + "▁cautela": 44580, + "▁texturas": 44581, + "▁Rhe": 44582, + "▁multicultural": 44583, + "▁proton": 44584, + "▁turbines": 44585, + "bw": 44586, + "▁Pes": 44587, + "cault": 44588, + "▁writeln": 44589, + "Automation": 44590, + "activation": 44591, + "Amaz": 44592, + "Picker": 44593, + "dócio": 44594, + "terminal": 44595, + "▁Especiais": 44596, + "Works": 44597, + "▁societal": 44598, + "66)": 44599, + "GLOBAL": 44600, + "▁instaladas": 44601, + "▁RB": 44602, + "▁disinf": 44603, + "||||||||": 44604, + "▁Fav": 44605, + "▁posta": 44606, + "▁abraçar": 44607, + "2006": 44608, + "▁anfíb": 44609, + "▁migrate": 44610, + "▁fertilizante": 44611, + "need": 44612, + "▁camar": 44613, + "▁calib": 44614, + "▁Habitat": 44615, + "▁(20)": 44616, + "ancies": 44617, + "(\",": 44618, + "▁4*": 44619, + "Mir": 44620, + "arcas": 44621, + "▁pular": 44622, + "▁Dissertação": 44623, + "▁armies": 44624, + "▁Password": 44625, + "▁agravamento": 44626, + "▁Nak": 44627, + "ribes": 44628, + "▁atualizar": 44629, + "▁fisheries": 44630, + "ileza": 44631, + "▁servia": 44632, + "▁Documentation": 44633, + "▁mobili": 44634, + "▁bass": 44635, + "▁fral": 44636, + "▁Alberta": 44637, + "grande": 44638, + "xtil": 44639, + "▁sedi": 44640, + "▁feriado": 44641, + "migr": 44642, + "▁304": 44643, + "tilde": 44644, + "▁undo": 44645, + "▁acalmar": 44646, + "▁Ip": 44647, + "games": 44648, + "DK": 44649, + "obar": 44650, + "▁tok": 44651, + "▁bovinos": 44652, + "configure": 44653, + "protected": 44654, + "▁Associate": 44655, + "▁Institutes": 44656, + "▁planejada": 44657, + "▁Validation": 44658, + "▁Seção": 44659, + "▁conventions": 44660, + "Cand": 44661, + "▁náuseas": 44662, + "▁sustentam": 44663, + "::*;": 44664, + "Learn": 44665, + "fazer": 44666, + "▁Analis": 44667, + "HK": 44668, + "▁nth": 44669, + "▁PARTE": 44670, + "▁epider": 44671, + "▁Gaza": 44672, + "▁caix": 44673, + "▁orientais": 44674, + "▁\"5": 44675, + "▁.....": 44676, + "▁ket": 44677, + "▁vein": 44678, + "▁prisões": 44679, + "06:": 44680, + "pét": 44681, + "▁420": 44682, + "▁Mayo": 44683, + "blockIdx": 44684, + "▁66,": 44685, + "ambuc": 44686, + "Into": 44687, + "▁RAD": 44688, + "▁atrop": 44689, + "▁Vantagens": 44690, + "cipher": 44691, + "26',": 44692, + "▁sao": 44693, + "ainda": 44694, + "Disabled": 44695, + "▁slaughter": 44696, + "Brush": 44697, + "▁dificultando": 44698, + "▁2010-": 44699, + "▁sprout": 44700, + "Sept": 44701, + "▁apareceram": 44702, + "▁certifique": 44703, + "▁Ry": 44704, + "▁].": 44705, + "▁directamente": 44706, + "athon": 44707, + "ractions": 44708, + "5959": 44709, + "equation": 44710, + "1101": 44711, + "nama": 44712, + "(0))": 44713, + "▁wre": 44714, + "maximum": 44715, + "▁lâmina": 44716, + "▁Palmares": 44717, + "▁microwave": 44718, + "▁psicanal": 44719, + "inel": 44720, + "▁awk": 44721, + "▁danificar": 44722, + "▁negligência": 44723, + "ishman": 44724, + "▁Contexto": 44725, + "▁cantando": 44726, + "▁Sugar": 44727, + "▁asympt": 44728, + "▁autonomy": 44729, + "▁comprovada": 44730, + "▁Enh": 44731, + "street": 44732, + "▁contaminants": 44733, + "▁Sak": 44734, + "amble": 44735, + "»»,": 44736, + "▁1938": 44737, + "▁exceeded": 44738, + "dummy": 44739, + "▁exag": 44740, + "▁advocacy": 44741, + "▁Gregório": 44742, + "▁indirectly": 44743, + "▁Gay": 44744, + "▁tia": 44745, + "▁2021-": 44746, + "▁CORRE": 44747, + "▁endivid": 44748, + "▁enchentes": 44749, + "▁isinstance": 44750, + "▁contour": 44751, + "▁simpatia": 44752, + "▁transient": 44753, + "▁Belgium": 44754, + "▁telefones": 44755, + "]{": 44756, + "}_{\\": 44757, + "5050": 44758, + "otrans": 44759, + "foto": 44760, + "eron": 44761, + "▁655": 44762, + "irais": 44763, + "▁pleasant": 44764, + "▁327": 44765, + "▁prompted": 44766, + "▁Tecnológica": 44767, + "▁constituídos": 44768, + "angan": 44769, + "▁hover": 44770, + "ller": 44771, + "▁aproveite": 44772, + "▁subtra": 44773, + "▁Recovery": 44774, + "▁2012-": 44775, + "▁rituals": 44776, + "▁Complexo": 44777, + "idões": 44778, + "▁Linda": 44779, + "▁interst": 44780, + "4949": 44781, + "▁altru": 44782, + "▁demorar": 44783, + "▁buscamos": 44784, + "▁bizar": 44785, + "▁emprega": 44786, + "▁∀": 44787, + "▁Dumping": 44788, + "▁reconstruir": 44789, + "\\$(": 44790, + "▁corrom": 44791, + "1.3": 44792, + "▁POLÍ": 44793, + "▁Flags": 44794, + "16).": 44795, + "2007": 44796, + "lickr": 44797, + "▁gospel": 44798, + "▁mosteiro": 44799, + "▁[...": 44800, + "▁luvas": 44801, + "▁adjetivo": 44802, + "▁concluída": 44803, + "inia": 44804, + "pmatrix": 44805, + "Behavior": 44806, + "▁nervosa": 44807, + "▁coordenada": 44808, + "ellite": 44809, + "▁periodontal": 44810, + "▁surgido": 44811, + "▁Curiosidades": 44812, + "▁discernimento": 44813, + "Refer": 44814, + "▁Armstrong": 44815, + "▁releasing": 44816, + "▁bile": 44817, + "▁Inventory": 44818, + "autom": 44819, + "badge": 44820, + "▁crazy": 44821, + "▁Amsterdam": 44822, + "▁introductory": 44823, + "▁agend": 44824, + "▁guitarra": 44825, + "▁Evans": 44826, + "▁factorial": 44827, + "▁complaints": 44828, + "▁peculiaridades": 44829, + "HIR": 44830, + "▁Risco": 44831, + "▁desperceb": 44832, + "▁fm": 44833, + "▁aceitam": 44834, + "▁direcionar": 44835, + "▁76,": 44836, + "bundle": 44837, + "▁[6]": 44838, + "▁andam": 44839, + "preview": 44840, + "Principal": 44841, + "▁Recommended": 44842, + "fts": 44843, + "▁desenvolva": 44844, + "1-4": 44845, + "▁1962,": 44846, + "▁skeleton": 44847, + "▁PROFESSOR": 44848, + "▁rabbit": 44849, + "CPP": 44850, + "▁LS": 44851, + "▁Camila": 44852, + "▁Reasoning": 44853, + "▁contradiction": 44854, + "Ital": 44855, + "produção": 44856, + "▁routinely": 44857, + "▁confidential": 44858, + "▁occupational": 44859, + "▁edi": 44860, + "▁monges": 44861, + "))+": 44862, + "conde": 44863, + "árdio": 44864, + "▁monumental": 44865, + "▁54.": 44866, + "▁fractures": 44867, + "▁Dow": 44868, + "▁acorde": 44869, + "▁alterando": 44870, + "▁sovereignty": 44871, + "orange": 44872, + "▁esqueleto": 44873, + "▁calculators": 44874, + "▁Walk": 44875, + "▁aster": 44876, + "▁lantern": 44877, + "'/": 44878, + "critical": 44879, + "ListBox": 44880, + "▁Bic": 44881, + "mbkin": 44882, + "▁nadar": 44883, + "▁molde": 44884, + "▁Insurance": 44885, + "ércia": 44886, + "▁conserve": 44887, + "▁Implements": 44888, + "▁barrac": 44889, + "▁habitualmente": 44890, + "ouraged": 44891, + "Daily": 44892, + "▁condenados": 44893, + "▁pf": 44894, + "▁ministry": 44895, + "▁responderam": 44896, + "did": 44897, + "▁_;": 44898, + "tang": 44899, + "▁gabinete": 44900, + "=1:": 44901, + "Expand": 44902, + "▁roubo": 44903, + "▁conduzida": 44904, + "▁Ilust": 44905, + "▁Partindo": 44906, + "▁Lamb": 44907, + "iguar": 44908, + "▁humanitarian": 44909, + "▁artéria": 44910, + "▁Friends": 44911, + "▁emocionante": 44912, + "iscar": 44913, + ".19": 44914, + "▁conot": 44915, + "▁Cândido": 44916, + "▁Factory": 44917, + "▁nuances": 44918, + "▁shuffle": 44919, + "▁Consegu": 44920, + "▁modificado": 44921, + "FFFFF": 44922, + "▁faithful": 44923, + "▁movem": 44924, + "▁mútua": 44925, + "weather": 44926, + "▁considero": 44927, + "▁scholarship": 44928, + "▁340": 44929, + "▁ting": 44930, + "▁(46": 44931, + "▁Nord": 44932, + "▁(2006).": 44933, + "▁colheitas": 44934, + "▁bim": 44935, + "Rectangle": 44936, + "▁geométricas": 44937, + "08:": 44938, + "▁torá": 44939, + "▁233": 44940, + "róf": 44941, + "gger": 44942, + "▁MULT": 44943, + "▁mexic": 44944, + "listed": 44945, + "▁hired": 44946, + "othermal": 44947, + "KO": 44948, + "▁45%": 44949, + "▁Slow": 44950, + "▁opponents": 44951, + "▁testimony": 44952, + "▁salvagu": 44953, + "141": 44954, + "stad": 44955, + "▁Cia": 44956, + "▁ocorrida": 44957, + "▁estruturada": 44958, + "00\\": 44959, + "▁prer": 44960, + "▁atingida": 44961, + "ITURA": 44962, + "▁propício": 44963, + "▁0.08": 44964, + "▁vier": 44965, + "–18": 44966, + "▁BASE": 44967, + "▁uniquely": 44968, + "sten": 44969, + "▁tóxico": 44970, + "▁protegendo": 44971, + "’)": 44972, + "PROTO": 44973, + "centered": 44974, + "▁parasita": 44975, + "wheel": 44976, + "▁delicado": 44977, + "▁Constituinte": 44978, + "▁wx": 44979, + "076": 44980, + "▁desfrut": 44981, + "▁Palestinian": 44982, + "▁fumantes": 44983, + "▁simbolismo": 44984, + "npm": 44985, + "▁naked": 44986, + "quistão": 44987, + "Lang": 44988, + "▁TUR": 44989, + "▁Gráfico": 44990, + "▁attorney": 44991, + "▁weaknesses": 44992, + "ICI": 44993, + "bies": 44994, + "▁invariant": 44995, + "FAC": 44996, + "▁paraíso": 44997, + "▁revolucionários": 44998, + "ENTAL": 44999, + "▁cigarros": 45000, + ",(%": 45001, + "▁limitadas": 45002, + "▁desconfiança": 45003, + "▁1*": 45004, + "isses": 45005, + "▁hull": 45006, + "icios": 45007, + "▁Thir": 45008, + "▁fazendeiros": 45009, + "CFG": 45010, + "▁wiki": 45011, + "resolved": 45012, + "▁perturbação": 45013, + "▁prejudicando": 45014, + "▁genius": 45015, + "▁auster": 45016, + "▁armados": 45017, + "▁ferimentos": 45018, + "transport": 45019, + "▁Continuous": 45020, + "ilina": 45021, + "▁esmal": 45022, + "▁desgast": 45023, + "▁revoluções": 45024, + "cookie": 45025, + "▁BIG": 45026, + "▁cint": 45027, + "▁deadline": 45028, + "hets": 45029, + "oglic": 45030, + "▁exibir": 45031, + "▁caminhando": 45032, + "spin": 45033, + "▁1917,": 45034, + "▁previdência": 45035, + "▁vault": 45036, + "▁explique": 45037, + "▁WS": 45038, + "▁cheque": 45039, + "▁palette": 45040, + "▁commercially": 45041, + "lightenment": 45042, + "▁Rein": 45043, + "wordpress": 45044, + "çalo": 45045, + "PREDS": 45046, + "▁(197": 45047, + "FORMATION": 45048, + "▁tabuleiro": 45049, + "▁commanded": 45050, + "▁15-": 45051, + "IntKi": 45052, + "▁Dew": 45053, + "▁Diar": 45054, + "▁interferem": 45055, + "▁Essays": 45056, + "▁elephants": 45057, + "enson": 45058, + "urers": 45059, + "▁deserve": 45060, + "▁escritórios": 45061, + "▁formalmente": 45062, + "MQ": 45063, + "Har": 45064, + "otip": 45065, + "▁deprim": 45066, + "eci": 45067, + "▁STM": 45068, + "▁Saudi": 45069, + "POR": 45070, + "▁profitable": 45071, + "▁Infra": 45072, + "▁destruída": 45073, + "▁Instituições": 45074, + "▁Nerv": 45075, + "Fv": 45076, + "▁Belas": 45077, + "▁parecidos": 45078, + "▁Ambientais": 45079, + "organic": 45080, + "Relative": 45081, + "▁cintura": 45082, + "▁envelhec": 45083, + "▁Conselhos": 45084, + "▁fisiológicas": 45085, + "▁)(": 45086, + "BLIC": 45087, + "guin": 45088, + "▁Protein": 45089, + "▁GIS": 45090, + "▁permitida": 45091, + "▁conquistado": 45092, + "▁universitária": 45093, + "▁tos": 45094, + "▁Acid": 45095, + "▁picos": 45096, + "▁overseas": 45097, + "▁(8,": 45098, + "▁Fly": 45099, + "▁nega": 45100, + "▁conceder": 45101, + "itives": 45102, + "▁recursion": 45103, + "▁afetiva": 45104, + "▁Interess": 45105, + "–5": 45106, + "▁404": 45107, + "▁aderir": 45108, + "pars": 45109, + "▁Shah": 45110, + "olithic": 45111, + "▁dynasty": 45112, + "▁Disable": 45113, + "▁morality": 45114, + "▁constituintes": 45115, + "▁380": 45116, + "▁Uni": 45117, + "illary": 45118, + "▁compromete": 45119, + "▁perturbações": 45120, + "▁NJ": 45121, + "brasileira": 45122, + "▁defensive": 45123, + "+.": 45124, + "▁TZ": 45125, + "▁Analyze": 45126, + "▁eruption": 45127, + "ifs": 45128, + "ónias": 45129, + "▁foliage": 45130, + "▁Gut": 45131, + "alena": 45132, + "▁nacionalismo": 45133, + "▁GI": 45134, + "▁osm": 45135, + "▁Reverse": 45136, + "▁deveríamos": 45137, + "▁(40": 45138, + "▁Pull": 45139, + "▁cartaz": 45140, + "ancouver": 45141, + "▁aplicam": 45142, + "▁65.": 45143, + "▁Rick": 45144, + "▁Alem": 45145, + "▁Asked": 45146, + "alsa": 45147, + "▁264": 45148, + "▁[19": 45149, + "▁IERC": 45150, + "▁Manutenção": 45151, + "▁paragraphs": 45152, + "1::": 45153, + "▁protests": 45154, + "▁ellipse": 45155, + "Since": 45156, + "▁sacolas": 45157, + "▁WHAT": 45158, + "▁caverna": 45159, + "▁clustering": 45160, + "BBBB": 45161, + "▁-4.": 45162, + "▁1000,": 45163, + "▁pedem": 45164, + "}})": 45165, + "▁foam": 45166, + "▁gênio": 45167, + "ÁL": 45168, + "750": 45169, + "insp": 45170, + "CADE": 45171, + "▁MATCH": 45172, + "▁tange": 45173, + "▁Sergio": 45174, + "▁Entender": 45175, + "(\".": 45176, + "(\"<": 45177, + "▁(2006)": 45178, + "▁TButton": 45179, + "▁1934": 45180, + "raska": 45181, + "sobre": 45182, + "▁Portaria": 45183, + "▁ADO": 45184, + "▁amenizar": 45185, + "▁333": 45186, + "▁Tend": 45187, + "stri": 45188, + "▁restrit": 45189, + "▁Significa": 45190, + "▁energéticas": 45191, + "▁trit": 45192, + "▁Campa": 45193, + "▁Laser": 45194, + "▁aerial": 45195, + "▁oxidation": 45196, + "▁Rote": 45197, + "▁indireto": 45198, + "▁autos": 45199, + "▁unlock": 45200, + "▁Builder": 45201, + "▁instability": 45202, + "*)&": 45203, + "▁Nt": 45204, + "▁acréscimo": 45205, + "pelo": 45206, + "▁comest": 45207, + "▁Martinho": 45208, + "extensions": 45209, + "WL": 45210, + "173": 45211, + "▁Interno": 45212, + "ylene": 45213, + "onente": 45214, + "(){{": 46005, + "▁Dado": 46006, + "dan": 46007, + "▁crusher": 46008, + "▁theatre": 46009, + "▁bolos": 46010, + "▁omitted": 46011, + "▁Feedback": 46012, + "▁rebeldes": 46013, + "▁corporation": 46014, + "otr": 46015, + "▁Terminal": 46016, + "▁secretary": 46017, + "**6": 46018, + "▁Duração": 46019, + "▁pesticide": 46020, + "▁53.": 46021, + "487": 46022, + "▁Bau": 46023, + "▁2030.": 46024, + "queiros": 46025, + "▁catequese": 46026, + "00,$": 46027, + "erton": 46028, + "▁Malta": 46029, + "▁favela": 46030, + "Modifier": 46031, + "▁declarado": 46032, + "RITO": 46033, + "▁Excess": 46034, + "▁filosóficas": 46035, + "▁(16#": 46036, + "curl": 46037, + "Indent": 46038, + "▁Kardec": 46039, + "▁tragic": 46040, + "▁produtoras": 46041, + "▁breastfeeding": 46042, + "▁leuk": 46043, + "▁professors": 46044, + "EXIT": 46045, + "grat": 46046, + "epochs": 46047, + "▁=====": 46048, + "▁Ártico": 46049, + "▁Astronom": 46050, + "▁coch": 46051, + "1$": 46052, + "▁Zan": 46053, + "▁fomento": 46054, + "642": 46055, + "▁morb": 46056, + "▁Cursor": 46057, + "▁Kg": 46058, + "alhe": 46059, + "▁Dele": 46060, + "▁Radi": 46061, + "▁compensate": 46062, + "▁tripulação": 46063, + "▁Yu": 46064, + "▁Cubic": 46065, + "▁cotovel": 46066, + "(())": 46067, + "▁Structures": 46068, + "ceria": 46069, + "pline": 46070, + "BOX": 46071, + "cero": 46072, + "▁CUDNN": 46073, + "▁fungal": 46074, + "▁conquest": 46075, + "&0": 46076, + "▁kJ": 46077, + "{0.17": 46078, + "▁Matéria": 46079, + "▁(1).": 46080, + "," + ], + [ + "▁protege", + "r" + ], + [ + "▁proteg", + "er" + ], + [ + "▁prote", + "ger" + ], + [ + "gress", + "ion" + ], + [ + "gr", + "ession" + ], + [ + "▁device", + "s" + ], + [ + "▁devi", + "ces" + ], + [ + "▁dev", + "ices" + ], + [ + "▁neur", + "o" + ], + [ + "▁ne", + "uro" + ], + [ + "▁cu", + "ja" + ], + [ + "ester", + "ol" + ], + [ + "este", + "rol" + ], + [ + "ie", + "n" + ], + [ + "i", + "en" + ], + [ + "▁T", + "w" + ], + [ + "▁", + "Tw" + ], + [ + "heet", + "s" + ], + [ + "he", + "ets" + ], + [ + "▁poss", + "íveis" + ], + [ + "▁busca", + "r" + ], + [ + "▁busc", + "ar" + ], + [ + "▁bus", + "car" + ], + [ + "▁bu", + "scar" + ], + [ + "▁typical", + "ly" + ], + [ + "▁typ", + "ically" + ], + [ + "▁Calif", + "ornia" + ], + [ + "▁univers", + "al" + ], + [ + "IG", + "N" + ], + [ + "I", + "GN" + ], + [ + "▁lu", + "c" + ], + [ + "▁l", + "uc" + ], + [ + "▁", + "luc" + ], + [ + "▁c", + "e" + ], + [ + "▁", + "ce" + ], + [ + "▁gas", + "es" + ], + [ + "▁ga", + "ses" + ], + [ + "▁g", + "ases" + ], + [ + "▁obs", + "t" + ], + [ + "▁ob", + "st" + ], + [ + "▁aborda", + "gem" + ], + [ + "▁abord", + "agem" + ], + [ + "init", + "ion" + ], + [ + "ini", + "tion" + ], + [ + "in", + "ition" + ], + [ + "▁assum", + "e" + ], + [ + "▁ass", + "ume" + ], + [ + "▁NA", + "S" + ], + [ + "▁N", + "AS" + ], + [ + "▁", + "NAS" + ], + [ + "▁sw", + "itch" + ], + [ + "▁", + "switch" + ], + [ + "▁de", + "al" + ], + [ + "▁", + "deal" + ], + [ + "▁t", + "a" + ], + [ + "▁", + "ta" + ], + [ + "▁inf", + "ância" + ], + [ + "▁clim", + "a" + ], + [ + "▁cl", + "ima" + ], + [ + "▁6", + "4" + ], + [ + "▁", + "64" + ], + [ + "▁Quant", + "o" + ], + [ + "▁Qu", + "anto" + ], + [ + "▁di", + "e" + ], + [ + "▁d", + "ie" + ], + [ + "▁", + "die" + ], + [ + "ste", + "r" + ], + [ + "st", + "er" + ], + [ + "s", + "ter" + ], + [ + "▁entr", + "y" + ], + [ + "▁ent", + "ry" + ], + [ + "▁en", + "try" + ], + [ + "▁", + "entry" + ], + [ + "▁200", + "6" + ], + [ + "▁20", + "06" + ], + [ + "▁2", + "006" + ], + [ + "▁", + "2006" + ], + [ + "ber", + "t" + ], + [ + "be", + "rt" + ], + [ + "b", + "ert" + ], + [ + "▁esfor", + "ço" + ], + [ + "▁cultura", + "s" + ], + [ + "▁cult", + "uras" + ], + [ + "ope", + "s" + ], + [ + "op", + "es" + ], + [ + "o", + "pes" + ], + [ + "hã", + "o" + ], + [ + "h", + "ão" + ], + [ + "▁trata", + "r" + ], + [ + "▁trat", + "ar" + ], + [ + "▁tra", + "tar" + ], + [ + "▁tr", + "atar" + ], + [ + "▁construct", + "ion" + ], + [ + "▁constru", + "ction" + ], + [ + "▁constr", + "uction" + ], + [ + "▁con", + "struction" + ], + [ + "▁vit", + "al" + ], + [ + "▁vi", + "tal" + ], + [ + "▁v", + "ital" + ], + [ + "▁observa", + "r" + ], + [ + "▁observ", + "ar" + ], + [ + "▁continu", + "a" + ], + [ + "▁contin", + "ua" + ], + [ + "▁/", + ">" + ], + [ + "▁", + "/>" + ], + [ + "▁meta", + "de" + ], + [ + "▁met", + "ade" + ], + [ + "▁Math", + "emat" + ], + [ + "▁Mat", + "hemat" + ], + [ + "mor", + "e" + ], + [ + "mo", + "re" + ], + [ + "m", + "ore" + ], + [ + "▁Imp", + "ort" + ], + [ + "▁Im", + "port" + ], + [ + "▁", + "Import" + ], + [ + "sol", + "e" + ], + [ + "so", + "le" + ], + [ + "s", + "ole" + ], + [ + "▁urb", + "an" + ], + [ + "▁ur", + "ban" + ], + [ + "▁", + "urban" + ], + [ + "▁esque", + "r" + ], + [ + "▁esqu", + "er" + ], + [ + "▁es", + "quer" + ], + [ + "▁Nat", + "ural" + ], + [ + "▁N", + "atural" + ], + [ + "▁", + "Natural" + ], + [ + "tm", + "p" + ], + [ + "t", + "mp" + ], + [ + "▁institu", + "ição" + ], + [ + "▁instit", + "uição" + ], + [ + "▁inst", + "ituição" + ], + [ + "▁Afric", + "a" + ], + [ + "▁Af", + "rica" + ], + [ + "▁A", + "frica" + ], + [ + "▁At", + "l" + ], + [ + "▁A", + "tl" + ], + [ + "head", + "er" + ], + [ + "hea", + "der" + ], + [ + "he", + "ader" + ], + [ + "▁ob", + "es" + ], + [ + "▁o", + "bes" + ], + [ + "▁#", + "'" + ], + [ + "$", + "," + ], + [ + "▁esta", + "t" + ], + [ + "▁est", + "at" + ], + [ + "▁e", + "stat" + ], + [ + "▁organiza", + "ções" + ], + [ + "▁organiz", + "ações" + ], + [ + "▁organ", + "izações" + ], + [ + "Up", + "date" + ], + [ + "▁On", + "ce" + ], + [ + "▁", + "Once" + ], + [ + "▁199", + "9" + ], + [ + "▁19", + "99" + ], + [ + "▁1", + "999" + ], + [ + "▁combat", + "e" + ], + [ + "▁comb", + "ate" + ], + [ + "ange", + "s" + ], + [ + "ang", + "es" + ], + [ + "an", + "ges" + ], + [ + "▁tol", + "er" + ], + [ + "▁to", + "ler" + ], + [ + "▁t", + "oler" + ], + [ + "▁Chi", + "n" + ], + [ + "▁Ch", + "in" + ], + [ + "▁C", + "hin" + ], + [ + "Conn", + "ect" + ], + [ + "Con", + "nect" + ], + [ + "P", + "h" + ], + [ + "A", + "ÇÃO" + ], + [ + "AN", + "D" + ], + [ + "A", + "ND" + ], + [ + "▁Wa", + "l" + ], + [ + "▁W", + "al" + ], + [ + "▁", + "Wal" + ], + [ + "▁bl", + "ue" + ], + [ + "▁", + "blue" + ], + [ + "pars", + "e" + ], + [ + "par", + "se" + ], + [ + "p", + "arse" + ], + [ + "He", + "ight" + ], + [ + "H", + "eight" + ], + [ + "▁Bíbl", + "ia" + ], + [ + "▁he", + "m" + ], + [ + "▁h", + "em" + ], + [ + "▁", + "hem" + ], + [ + "▁Sept", + "ember" + ], + [ + "▁Col", + "or" + ], + [ + "▁Co", + "lor" + ], + [ + "▁C", + "olor" + ], + [ + "▁", + "Color" + ], + [ + "▁sen", + "d" + ], + [ + "▁se", + "nd" + ], + [ + "▁s", + "end" + ], + [ + "▁", + "send" + ], + [ + "eli", + "z" + ], + [ + "el", + "iz" + ], + [ + "▁qui", + "l" + ], + [ + "▁qu", + "il" + ], + [ + "▁", + "quil" + ], + [ + "▁CAL", + "L" + ], + [ + "▁CA", + "LL" + ], + [ + "▁C", + "ALL" + ], + [ + "▁", + "CALL" + ], + [ + "ac", + "c" + ], + [ + "a", + "cc" + ], + [ + "▁commun", + "ities" + ], + [ + "Par", + "t" + ], + [ + "Pa", + "rt" + ], + [ + "P", + "art" + ], + [ + "▁oportunidade", + "s" + ], + [ + "▁oportun", + "idades" + ], + [ + "▁adv", + "ant" + ], + [ + "▁ad", + "vant" + ], + [ + "▁", + "advant" + ], + [ + "▁oferece", + "r" + ], + [ + "▁ofere", + "cer" + ], + [ + "▁ofer", + "ecer" + ], + [ + "gr", + "ia" + ], + [ + "g", + "ria" + ], + [ + "▁For", + "t" + ], + [ + "▁Fo", + "rt" + ], + [ + "▁F", + "ort" + ], + [ + "▁", + "Fort" + ], + [ + "▁Oct", + "ober" + ], + [ + "▁pur", + "ch" + ], + [ + "▁p", + "urch" + ], + [ + "order", + "s" + ], + [ + "orde", + "rs" + ], + [ + "ord", + "ers" + ], + [ + "or", + "ders" + ], + [ + "▁propried", + "ade" + ], + [ + "éd", + "ia" + ], + [ + "é", + "dia" + ], + [ + "▁plane", + "t" + ], + [ + "▁plan", + "et" + ], + [ + "▁", + "planet" + ], + [ + "▁Sa", + "t" + ], + [ + "▁S", + "at" + ], + [ + "▁", + "Sat" + ], + [ + "▁contribui", + "r" + ], + [ + "▁contribu", + "ir" + ], + [ + "▁prec", + "on" + ], + [ + "▁pre", + "con" + ], + [ + "▁pr", + "econ" + ], + [ + "âmar", + "a" + ], + [ + "âm", + "ara" + ], + [ + "ctor", + "s" + ], + [ + "ct", + "ors" + ], + [ + "▁teach", + "er" + ], + [ + "▁tea", + "cher" + ], + [ + "▁te", + "acher" + ], + [ + "▁project", + "s" + ], + [ + "▁", + "projects" + ], + [ + "]", + ":" + ], + [ + "▁prote", + "in" + ], + [ + "▁prot", + "ein" + ], + [ + "gene", + "r" + ], + [ + "gen", + "er" + ], + [ + "ge", + "ner" + ], + [ + "g", + "ener" + ], + [ + "ios", + "o" + ], + [ + "io", + "so" + ], + [ + "i", + "oso" + ], + [ + "▁ora", + "l" + ], + [ + "▁or", + "al" + ], + [ + "▁o", + "ral" + ], + [ + "▁", + "oral" + ], + [ + "▁we", + "st" + ], + [ + "▁w", + "est" + ], + [ + "▁", + "west" + ], + [ + "▁prov", + "a" + ], + [ + "▁pro", + "va" + ], + [ + "▁pr", + "ova" + ], + [ + "LE", + "CT" + ], + [ + "L", + "ECT" + ], + [ + "▁depend", + "e" + ], + [ + "▁dep", + "ende" + ], + [ + "ól", + "og" + ], + [ + "ó", + "log" + ], + [ + "▁top", + "ic" + ], + [ + "▁to", + "pic" + ], + [ + "▁t", + "opic" + ], + [ + "▁", + "topic" + ], + [ + "esi", + "a" + ], + [ + "es", + "ia" + ], + [ + "e", + "sia" + ], + [ + "▁estrutura", + "s" + ], + [ + "▁estrut", + "uras" + ], + [ + "▁", + "estruturas" + ], + [ + "▁measure", + "s" + ], + [ + "▁meas", + "ures" + ], + [ + "▁me", + "asures" + ], + [ + "▁primeira", + "s" + ], + [ + "▁prime", + "iras" + ], + [ + "▁prim", + "eiras" + ], + [ + "▁pri", + "meiras" + ], + [ + "▁occur", + "s" + ], + [ + "▁occ", + "urs" + ], + [ + "▁complet", + "a" + ], + [ + "▁comple", + "ta" + ], + [ + "▁compl", + "eta" + ], + [ + "▁comp", + "leta" + ], + [ + "6", + "1" + ], + [ + "▁it", + "er" + ], + [ + "▁i", + "ter" + ], + [ + "▁", + "iter" + ], + [ + "▁", + "↑" + ], + [ + "▁Este", + "s" + ], + [ + "▁Est", + "es" + ], + [ + "▁Es", + "tes" + ], + [ + "▁influ", + "ence" + ], + [ + "ask", + "s" + ], + [ + "as", + "ks" + ], + [ + "▁resist", + "ance" + ], + [ + "tic", + "s" + ], + [ + "ti", + "cs" + ], + [ + "t", + "ics" + ], + [ + "essage", + "s" + ], + [ + "essa", + "ges" + ], + [ + "ess", + "ages" + ], + [ + "▁jogo", + "s" + ], + [ + "▁jog", + "os" + ], + [ + "▁jo", + "gos" + ], + [ + "▁j", + "ogos" + ], + [ + "▁ob", + "j" + ], + [ + "▁", + "obj" + ], + [ + "▁locate", + "d" + ], + [ + "▁loc", + "ated" + ], + [ + "▁acres", + "c" + ], + [ + "▁acre", + "sc" + ], + [ + "▁acr", + "esc" + ], + [ + "▁ac", + "resc" + ], + [ + "▁Ele", + "ct" + ], + [ + "▁El", + "ect" + ], + [ + "▁E", + "lect" + ], + [ + "Men", + "u" + ], + [ + "Me", + "nu" + ], + [ + "M", + "enu" + ], + [ + "▁cred", + "it" + ], + [ + "▁cre", + "dit" + ], + [ + "▁cr", + "edit" + ], + [ + "▁c", + "redit" + ], + [ + "▁", + "credit" + ], + [ + "ri", + "u" + ], + [ + "r", + "iu" + ], + [ + "▁Me", + "m" + ], + [ + "▁M", + "em" + ], + [ + "▁", + "Mem" + ], + [ + "▁vertic", + "al" + ], + [ + "▁vert", + "ical" + ], + [ + "▁ver", + "tical" + ], + [ + "▁", + "vertical" + ], + [ + "▁ofere", + "ce" + ], + [ + "▁ofer", + "ece" + ], + [ + "▁of", + "erece" + ], + [ + "serve", + "r" + ], + [ + "serv", + "er" + ], + [ + "ser", + "ver" + ], + [ + "s", + "erver" + ], + [ + "▁semente", + "s" + ], + [ + "▁sem", + "entes" + ], + [ + "ta", + "g" + ], + [ + "t", + "ag" + ], + [ + "ório", + "s" + ], + [ + "ór", + "ios" + ], + [ + "ó", + "rios" + ], + [ + "▁12", + "," + ], + [ + "▁1", + "2," + ], + [ + "▁", + "12," + ], + [ + "ós", + "ito" + ], + [ + "uit", + "s" + ], + [ + "ui", + "ts" + ], + [ + "u", + "its" + ], + [ + "▁\"", + "," + ], + [ + "▁", + "\"," + ], + [ + "U", + "til" + ], + [ + "iga", + "r" + ], + [ + "ig", + "ar" + ], + [ + "i", + "gar" + ], + [ + "acia", + "l" + ], + [ + "aci", + "al" + ], + [ + "ac", + "ial" + ], + [ + "a", + "cial" + ], + [ + "▁complete", + "ly" + ], + [ + "▁complet", + "ely" + ], + [ + "▁a", + "çúcar" + ], + [ + "▁", + "açúcar" + ], + [ + "▁pol", + "l" + ], + [ + "▁po", + "ll" + ], + [ + "▁p", + "oll" + ], + [ + "▁", + "poll" + ], + [ + "▁estab", + "lish" + ], + [ + "▁est", + "ablish" + ], + [ + "iedade", + "s" + ], + [ + "ied", + "ades" + ], + [ + "ie", + "dades" + ], + [ + "gl", + "e" + ], + [ + "g", + "le" + ], + [ + "▁op", + "ção" + ], + [ + "▁o", + "pção" + ], + [ + "▁increase", + "s" + ], + [ + "▁incre", + "ases" + ], + [ + "▁no", + "p" + ], + [ + "▁n", + "op" + ], + [ + "io", + "t" + ], + [ + "i", + "ot" + ], + [ + "iv", + "ência" + ], + [ + "▁própria", + "s" + ], + [ + "▁própri", + "as" + ], + [ + "Ba", + "ck" + ], + [ + "B", + "ack" + ], + [ + "VE", + "R" + ], + [ + "V", + "ER" + ], + [ + "Com", + "ponent" + ], + [ + "T", + "P" + ], + [ + "Ma", + "r" + ], + [ + "M", + "ar" + ], + [ + "▁compl", + "ic" + ], + [ + "▁comp", + "lic" + ], + [ + "▁com", + "plic" + ], + [ + "▁fever", + "eiro" + ], + [ + "ape", + "s" + ], + [ + "ap", + "es" + ], + [ + "a", + "pes" + ], + [ + "▁bo", + "r" + ], + [ + "▁b", + "or" + ], + [ + "▁", + "bor" + ], + [ + "▁did", + "n" + ], + [ + "▁di", + "dn" + ], + [ + "▁PAR", + "A" + ], + [ + "▁PA", + "RA" + ], + [ + "▁P", + "ARA" + ], + [ + "▁", + "PARA" + ], + [ + "uz", + "z" + ], + [ + "u", + "zz" + ], + [ + "▁ab", + "und" + ], + [ + "▁repl", + "ac" + ], + [ + "▁re", + "plac" + ], + [ + "▁dimens", + "ion" + ], + [ + "▁dim", + "ension" + ], + [ + "▁d", + "imension" + ], + [ + "▁", + "dimension" + ], + [ + "▁wa", + "ve" + ], + [ + "▁w", + "ave" + ], + [ + "▁", + "wave" + ], + [ + "30", + "0" + ], + [ + "3", + "00" + ], + [ + "▁gener", + "ate" + ], + [ + "▁gene", + "rate" + ], + [ + "▁gen", + "erate" + ], + [ + "▁", + "generate" + ], + [ + "▁dr", + "ink" + ], + [ + "▁gi", + "r" + ], + [ + "▁g", + "ir" + ], + [ + "▁participante", + "s" + ], + [ + "▁participant", + "es" + ], + [ + "▁particip", + "antes" + ], + [ + "d", + "x" + ], + [ + "man", + "ha" + ], + [ + "m", + "anha" + ], + [ + "▁cri", + "m" + ], + [ + "▁cr", + "im" + ], + [ + "▁c", + "rim" + ], + [ + "▁", + "crim" + ], + [ + "▁count", + "er" + ], + [ + "▁coun", + "ter" + ], + [ + "▁c", + "ounter" + ], + [ + "▁", + "counter" + ], + [ + "▁independ", + "ent" + ], + [ + "▁in", + "dependent" + ], + [ + "▁dom", + "ain" + ], + [ + "▁do", + "main" + ], + [ + "▁", + "domain" + ], + [ + "▁name", + "d" + ], + [ + "▁nam", + "ed" + ], + [ + "▁na", + "med" + ], + [ + "▁n", + "amed" + ], + [ + "▁", + "named" + ], + [ + "▁gar", + "d" + ], + [ + "▁ga", + "rd" + ], + [ + "▁g", + "ard" + ], + [ + "▁", + "gard" + ], + [ + "▁passe", + "d" + ], + [ + "▁pass", + "ed" + ], + [ + "▁pas", + "sed" + ], + [ + "▁", + "passed" + ], + [ + "▁Qu", + "ais" + ], + [ + "▁Q", + "uais" + ], + [ + "▁f", + "f" + ], + [ + "▁", + "ff" + ], + [ + "▁infect", + "ion" + ], + [ + "▁infec", + "tion" + ], + [ + "▁infe", + "ction" + ], + [ + "▁inf", + "ection" + ], + [ + "ja", + "va" + ], + [ + "j", + "ava" + ], + [ + "▁nutriente", + "s" + ], + [ + "▁nutrient", + "es" + ], + [ + "▁nutri", + "entes" + ], + [ + "▁dú", + "vida" + ], + [ + "▁mot", + "ion" + ], + [ + "▁mo", + "tion" + ], + [ + "▁m", + "otion" + ], + [ + "eq", + "u" + ], + [ + "e", + "qu" + ], + [ + "▁en", + "x" + ], + [ + "▁e", + "nx" + ], + [ + "▁água", + "s" + ], + [ + "▁á", + "guas" + ], + [ + "har", + "es" + ], + [ + "ha", + "res" + ], + [ + "h", + "ares" + ], + [ + "▁thro", + "w" + ], + [ + "▁thr", + "ow" + ], + [ + "▁th", + "row" + ], + [ + "▁", + "throw" + ], + [ + "▁cond", + "ut" + ], + [ + "▁con", + "dut" + ], + [ + "tot", + "al" + ], + [ + "to", + "tal" + ], + [ + "t", + "otal" + ], + [ + "▁frequ", + "ência" + ], + [ + "▁essa", + "y" + ], + [ + "▁ess", + "ay" + ], + [ + "▁es", + "say" + ], + [ + "▁", + "essay" + ], + [ + "as", + "ure" + ], + [ + "E", + "Y" + ], + [ + "pd", + "f" + ], + [ + "p", + "df" + ], + [ + "ret", + "anto" + ], + [ + "re", + "tanto" + ], + [ + "kin", + "d" + ], + [ + "ki", + "nd" + ], + [ + "k", + "ind" + ], + [ + "▁lembra", + "r" + ], + [ + "▁lembr", + "ar" + ], + [ + "▁lemb", + "rar" + ], + [ + "▁lem", + "brar" + ], + [ + "▁connect", + "ion" + ], + [ + "▁conn", + "ection" + ], + [ + "▁", + "connection" + ], + [ + "▁fl", + "ag" + ], + [ + "▁f", + "lag" + ], + [ + "▁", + "flag" + ], + [ + "▁fundament", + "ais" + ], + [ + "▁fund", + "amentais" + ], + [ + "▁inú", + "mer" + ], + [ + "▁in", + "úmer" + ], + [ + "▁wind", + "ow" + ], + [ + "▁w", + "indow" + ], + [ + "▁", + "window" + ], + [ + "offs", + "et" + ], + [ + "off", + "set" + ], + [ + "▁Cri", + "st" + ], + [ + "▁Cr", + "ist" + ], + [ + "▁C", + "rist" + ], + [ + "▁decis", + "ões" + ], + [ + "▁dec", + "isões" + ], + [ + "▁veloc", + "ity" + ], + [ + "▁vel", + "ocity" + ], + [ + "▁", + "velocity" + ], + [ + "W", + "ORD" + ], + [ + "ê", + "ut" + ], + [ + "▁agr", + "ícol" + ], + [ + "B", + "R" + ], + [ + "▁5", + "4" + ], + [ + "▁", + "54" + ], + [ + "▁un", + "iform" + ], + [ + "▁", + "uniform" + ], + [ + "Que", + "ry" + ], + [ + "Qu", + "ery" + ], + [ + "▁remain", + "s" + ], + [ + "▁rema", + "ins" + ], + [ + "▁rem", + "ains" + ], + [ + "▁cruc", + "ial" + ], + [ + "▁cru", + "cial" + ], + [ + "▁militar", + "y" + ], + [ + "▁milit", + "ary" + ], + [ + "▁mil", + "itary" + ], + [ + "Do", + "c" + ], + [ + "D", + "oc" + ], + [ + "▁vida", + "s" + ], + [ + "▁vid", + "as" + ], + [ + "▁vi", + "das" + ], + [ + "▁v", + "idas" + ], + [ + "▁", + "vidas" + ], + [ + "eri", + "a" + ], + [ + "er", + "ia" + ], + [ + "e", + "ria" + ], + [ + "▁participa", + "r" + ], + [ + "▁particip", + "ar" + ], + [ + "▁Mo", + "v" + ], + [ + "▁M", + "ov" + ], + [ + "▁", + "Mov" + ], + [ + "12", + "," + ], + [ + "1", + "2," + ], + [ + "▁Cit", + "y" + ], + [ + "▁Ci", + "ty" + ], + [ + "▁C", + "ity" + ], + [ + "▁", + "City" + ], + [ + "▁leave", + "s" + ], + [ + "▁lea", + "ves" + ], + [ + "▁le", + "aves" + ], + [ + "de", + "m" + ], + [ + "d", + "em" + ], + [ + "▁minim", + "um" + ], + [ + "▁min", + "imum" + ], + [ + "▁", + "minimum" + ], + [ + "âne", + "a" + ], + [ + "ân", + "ea" + ], + [ + "â", + "nea" + ], + [ + "▁pur", + "e" + ], + [ + "▁pu", + "re" + ], + [ + "▁p", + "ure" + ], + [ + "▁Mode", + "l" + ], + [ + "▁Mod", + "el" + ], + [ + "▁Mo", + "del" + ], + [ + "▁M", + "odel" + ], + [ + "▁", + "Model" + ], + [ + "▁sí", + "n" + ], + [ + "▁s", + "ín" + ], + [ + "▁spec", + "ified" + ], + [ + "▁", + "specified" + ], + [ + "▁tenta", + "r" + ], + [ + "▁tent", + "ar" + ], + [ + "▁ten", + "tar" + ], + [ + "▁t", + "entar" + ], + [ + "\")", + "." + ], + [ + "\"", + ")." + ], + [ + "ne", + "s" + ], + [ + "n", + "es" + ], + [ + "cop", + "y" + ], + [ + "co", + "py" + ], + [ + "c", + "opy" + ], + [ + "ri", + "s" + ], + [ + "r", + "is" + ], + [ + "▁Jam", + "es" + ], + [ + "▁Ja", + "mes" + ], + [ + "▁J", + "ames" + ], + [ + "ít", + "im" + ], + [ + "í", + "tim" + ], + [ + "▁Mon", + "t" + ], + [ + "▁Mo", + "nt" + ], + [ + "▁M", + "ont" + ], + [ + "▁", + "Mont" + ], + [ + "og", + "ia" + ], + [ + "o", + "gia" + ], + [ + "Serv", + "er" + ], + [ + "Ser", + "ver" + ], + [ + "S", + "erver" + ], + [ + "ute", + "bol" + ], + [ + "ue", + "d" + ], + [ + "u", + "ed" + ], + [ + "▁bo", + "n" + ], + [ + "▁b", + "on" + ], + [ + "▁", + "bon" + ], + [ + "▁ben", + "s" + ], + [ + "▁be", + "ns" + ], + [ + "▁b", + "ens" + ], + [ + "▁relacionado", + "s" + ], + [ + "▁relaciona", + "dos" + ], + [ + "▁relacion", + "ados" + ], + [ + "P", + "I" + ], + [ + "cs", + "v" + ], + [ + "c", + "sv" + ], + [ + "▁import", + "ance" + ], + [ + "Ap", + "p" + ], + [ + "A", + "pp" + ], + [ + "cha", + "s" + ], + [ + "ch", + "as" + ], + [ + "c", + "has" + ], + [ + "/20", + "0" + ], + [ + "/2", + "00" + ], + [ + "/", + "200" + ], + [ + "▁estado", + "s" + ], + [ + "▁estad", + "os" + ], + [ + "▁esta", + "dos" + ], + [ + "▁est", + "ados" + ], + [ + "▁id", + "os" + ], + [ + "▁i", + "dos" + ], + [ + "▁", + "idos" + ], + [ + "▁taref", + "a" + ], + [ + "▁tar", + "efa" + ], + [ + "▁bi", + "o" + ], + [ + "▁b", + "io" + ], + [ + "▁", + "bio" + ], + [ + "ec", + "k" + ], + [ + "e", + "ck" + ], + [ + "are", + "ce" + ], + [ + "ar", + "ece" + ], + [ + "a", + "rece" + ], + [ + "▁unidade", + "s" + ], + [ + "▁un", + "idades" + ], + [ + "(", + "*" + ], + [ + "p", + "m" + ], + [ + "▁máxim", + "o" + ], + [ + "▁má", + "ximo" + ], + [ + "▁go", + "r" + ], + [ + "▁g", + "or" + ], + [ + "▁Pe", + "t" + ], + [ + "▁P", + "et" + ], + [ + "▁L", + "O" + ], + [ + "▁", + "LO" + ], + [ + "5", + "-" + ], + [ + "▁Gro", + "up" + ], + [ + "▁Gr", + "oup" + ], + [ + "▁G", + "roup" + ], + [ + "▁", + "Group" + ], + [ + "▁THE", + "N" + ], + [ + "▁TH", + "EN" + ], + [ + "▁", + "THEN" + ], + [ + "▁resolve", + "r" + ], + [ + "▁resol", + "ver" + ], + [ + "▁re", + "solver" + ], + [ + "▁Alex", + "and" + ], + [ + "▁padr", + "ões" + ], + [ + "▁p", + "adrões" + ], + [ + "hec", + "imento" + ], + [ + "he", + "cimento" + ], + [ + "h", + "ecimento" + ], + [ + "▁dr", + "o" + ], + [ + "▁d", + "ro" + ], + [ + "▁", + "dro" + ], + [ + "▁Bi", + "b" + ], + [ + "▁B", + "ib" + ], + [ + "▁lea", + "ve" + ], + [ + "▁le", + "ave" + ], + [ + "ís", + "ica" + ], + [ + "ya", + "l" + ], + [ + "y", + "al" + ], + [ + "▁funcion", + "a" + ], + [ + "quire", + "d" + ], + [ + "quir", + "ed" + ], + [ + "qui", + "red" + ], + [ + "qu", + "ired" + ], + [ + "▁hábito", + "s" + ], + [ + "▁háb", + "itos" + ], + [ + "th", + "read" + ], + [ + "plic", + "it" + ], + [ + "pl", + "icit" + ], + [ + "▁scr", + "ipt" + ], + [ + "▁sc", + "ript" + ], + [ + "▁s", + "cript" + ], + [ + "▁", + "script" + ], + [ + "▁acc", + "ur" + ], + [ + "▁ac", + "cur" + ], + [ + "▁capac", + "ity" + ], + [ + "▁capa", + "city" + ], + [ + "▁cap", + "acity" + ], + [ + "▁", + "capacity" + ], + [ + "▁alg", + "ebra" + ], + [ + "▁al", + "gebra" + ], + [ + "▁", + "algebra" + ], + [ + "▁famil", + "ies" + ], + [ + "▁fam", + "ilies" + ], + [ + "▁comentário", + "s" + ], + [ + "▁coment", + "ários" + ], + [ + "▁y", + "ield" + ], + [ + "▁complet", + "o" + ], + [ + "▁comple", + "to" + ], + [ + "▁compl", + "eto" + ], + [ + "bal", + "l" + ], + [ + "ba", + "ll" + ], + [ + "b", + "all" + ], + [ + "Le", + "ft" + ], + [ + "L", + "eft" + ], + [ + "▁gene", + "s" + ], + [ + "▁gen", + "es" + ], + [ + "▁ge", + "nes" + ], + [ + "▁g", + "enes" + ], + [ + "▁4", + "4" + ], + [ + "▁", + "44" + ], + [ + "oge", + "n" + ], + [ + "og", + "en" + ], + [ + "o", + "gen" + ], + [ + "▁Pes", + "so" + ], + [ + "▁P", + "esso" + ], + [ + "▁ur", + "l" + ], + [ + "▁u", + "rl" + ], + [ + "▁", + "url" + ], + [ + "ita", + "ble" + ], + [ + "it", + "able" + ], + [ + "i", + "table" + ], + [ + "▁serve", + "r" + ], + [ + "▁serv", + "er" + ], + [ + "▁ser", + "ver" + ], + [ + "▁s", + "erver" + ], + [ + "▁", + "server" + ], + [ + "▁mensage", + "m" + ], + [ + "▁mens", + "agem" + ], + [ + "lic", + "a" + ], + [ + "li", + "ca" + ], + [ + "l", + "ica" + ], + [ + "▁J", + "u" + ], + [ + "▁Out", + "ro" + ], + [ + "▁Ou", + "tro" + ], + [ + "▁connect", + "ed" + ], + [ + "▁conn", + "ected" + ], + [ + "▁", + "connected" + ], + [ + "9", + "1" + ], + [ + "▁Chap", + "ter" + ], + [ + "▁Ch", + "apter" + ], + [ + "▁aument", + "a" + ], + [ + "▁difference", + "s" + ], + [ + "▁differ", + "ences" + ], + [ + "▁dif", + "ferences" + ], + [ + "▁ro", + "up" + ], + [ + "▁r", + "oup" + ], + [ + "▁", + "roup" + ], + [ + "define", + "d" + ], + [ + "defin", + "ed" + ], + [ + "def", + "ined" + ], + [ + "mi", + "c" + ], + [ + "m", + "ic" + ], + [ + "▁t", + "ítulo" + ], + [ + "sel", + "ect" + ], + [ + "se", + "lect" + ], + [ + "s", + "elect" + ], + [ + "▁aproxim", + "adamente" + ], + [ + "▁apro", + "ximadamente" + ], + [ + "▁armaz", + "en" + ], + [ + "▁arma", + "zen" + ], + [ + "erc", + "a" + ], + [ + "er", + "ca" + ], + [ + "rito", + "s" + ], + [ + "rit", + "os" + ], + [ + "ri", + "tos" + ], + [ + "r", + "itos" + ], + [ + "yle", + "s" + ], + [ + "yl", + "es" + ], + [ + "y", + "les" + ], + [ + "á", + "cia" + ], + [ + "▁Err", + "or" + ], + [ + "▁Er", + "ror" + ], + [ + "▁", + "Error" + ], + [ + "▁rec", + "t" + ], + [ + "▁re", + "ct" + ], + [ + "▁r", + "ect" + ], + [ + "▁", + "rect" + ], + [ + "▁linha", + "s" + ], + [ + "▁linh", + "as" + ], + [ + "▁lin", + "has" + ], + [ + "▁l", + "inhas" + ], + [ + "▁feita", + "s" + ], + [ + "▁fe", + "itas" + ], + [ + "▁over", + "all" + ], + [ + "▁parcer", + "ia" + ], + [ + "▁parce", + "ria" + ], + [ + "▁parc", + "eria" + ], + [ + "▁par", + "ceria" + ], + [ + "▁se", + "l" + ], + [ + "▁s", + "el" + ], + [ + "▁", + "sel" + ], + [ + "▁ve", + "io" + ], + [ + "do", + "uble" + ], + [ + "d", + "ouble" + ], + [ + "heiro", + "s" + ], + [ + "hei", + "ros" + ], + [ + "he", + "iros" + ], + [ + "h", + "eiros" + ], + [ + "▁st", + "orage" + ], + [ + "▁", + "storage" + ], + [ + "her", + "n" + ], + [ + "he", + "rn" + ], + [ + "h", + "ern" + ], + [ + "▁Entre", + "tanto" + ], + [ + "▁Ent", + "retanto" + ], + [ + "alh", + "a" + ], + [ + "al", + "ha" + ], + [ + "har", + "ed" + ], + [ + "ha", + "red" + ], + [ + "h", + "ared" + ], + [ + "af", + "é" + ], + [ + "▁law", + "s" + ], + [ + "▁la", + "ws" + ], + [ + "▁l", + "aws" + ], + [ + "▁Constitu", + "ição" + ], + [ + "▁Const", + "ituição" + ], + [ + "▁Des", + "ign" + ], + [ + "▁De", + "sign" + ], + [ + "▁", + "Design" + ], + [ + "V", + "is" + ], + [ + "IM", + "E" + ], + [ + "I", + "ME" + ], + [ + "▁limite", + "s" + ], + [ + "▁limit", + "es" + ], + [ + "▁lim", + "ites" + ], + [ + "▁Post", + "s" + ], + [ + "▁Pos", + "ts" + ], + [ + "▁apr", + "e" + ], + [ + "▁ap", + "re" + ], + [ + "▁a", + "pre" + ], + [ + "▁atend", + "imento" + ], + [ + "▁at", + "endimento" + ], + [ + "▁200", + "0" + ], + [ + "▁20", + "00" + ], + [ + "▁2", + "000" + ], + [ + "▁", + "2000" + ], + [ + "▁exist", + "ing" + ], + [ + "▁", + "existing" + ], + [ + "▁Ai", + "r" + ], + [ + "▁A", + "ir" + ], + [ + "▁", + "Air" + ], + [ + "▁década", + "s" + ], + [ + "▁déc", + "adas" + ], + [ + "▁follow", + "ed" + ], + [ + "fff", + "f" + ], + [ + "ff", + "ff" + ], + [ + "f", + "fff" + ], + [ + "3", + "-" + ], + [ + "}{", + "\\" + ], + [ + "}", + "{\\" + ], + [ + "▁Face", + "book" + ], + [ + "▁verd", + "e" + ], + [ + "▁ver", + "de" + ], + [ + "▁", + "verde" + ], + [ + "▁met", + "od" + ], + [ + "▁me", + "tod" + ], + [ + "N", + "ull" + ], + [ + "quar", + "e" + ], + [ + "qu", + "are" + ], + [ + "▁Africa", + "n" + ], + [ + "▁Afric", + "an" + ], + [ + "▁efica", + "z" + ], + [ + "F", + "D" + ], + [ + "user", + "name" + ], + [ + "us", + "ername" + ], + [ + "▁dano", + "s" + ], + [ + "▁dan", + "os" + ], + [ + "▁da", + "nos" + ], + [ + "▁d", + "anos" + ], + [ + "▁eff", + "icient" + ], + [ + "▁", + "efficient" + ], + [ + "▁hou", + "r" + ], + [ + "▁ho", + "ur" + ], + [ + "▁h", + "our" + ], + [ + "▁", + "hour" + ], + [ + "▁dens", + "ity" + ], + [ + "▁d", + "ensity" + ], + [ + "▁", + "density" + ], + [ + "▁Ple", + "ase" + ], + [ + "▁P", + "lease" + ], + [ + "▁", + "Please" + ], + [ + "▁yours", + "elf" + ], + [ + "▁your", + "self" + ], + [ + "▁Par", + "k" + ], + [ + "▁Pa", + "rk" + ], + [ + "▁P", + "ark" + ], + [ + "▁incom", + "e" + ], + [ + "▁inc", + "ome" + ], + [ + "▁in", + "come" + ], + [ + "▁", + "income" + ], + [ + "▁", + "»" + ], + [ + "▁Par", + "ent" + ], + [ + "▁Pa", + "rent" + ], + [ + "▁", + "Parent" + ], + [ + "ob", + "o" + ], + [ + "o", + "bo" + ], + [ + "ade", + "ira" + ], + [ + "ad", + "eira" + ], + [ + "▁seas", + "on" + ], + [ + "▁sea", + "son" + ], + [ + "▁se", + "ason" + ], + [ + "▁", + "season" + ], + [ + "▁arquit", + "et" + ], + [ + "▁arqu", + "itet" + ], + [ + "▁int", + "r" + ], + [ + "▁in", + "tr" + ], + [ + "▁", + "intr" + ], + [ + "▁nucle", + "ar" + ], + [ + "▁nu", + "clear" + ], + [ + "▁n", + "uclear" + ], + [ + "▁Hum", + "an" + ], + [ + "▁Hu", + "man" + ], + [ + "▁H", + "uman" + ], + [ + "▁pod", + "endo" + ], + [ + "▁antig", + "a" + ], + [ + "▁anti", + "ga" + ], + [ + "▁ant", + "iga" + ], + [ + "ást", + "ico" + ], + [ + "ás", + "tico" + ], + [ + "á", + "stico" + ], + [ + "▁0", + "9" + ], + [ + "▁", + "09" + ], + [ + "▁considera", + "da" + ], + [ + "▁consider", + "ada" + ], + [ + "▁bor", + "n" + ], + [ + "▁bo", + "rn" + ], + [ + "▁b", + "orn" + ], + [ + "▁", + "born" + ], + [ + "▁Student", + "s" + ], + [ + "▁Stud", + "ents" + ], + [ + "ili", + "ng" + ], + [ + "il", + "ing" + ], + [ + "i", + "ling" + ], + [ + "bot", + "tom" + ], + [ + "b", + "ottom" + ], + [ + "▁univers", + "o" + ], + [ + "▁recic", + "l" + ], + [ + "▁reci", + "cl" + ], + [ + "▁rec", + "icl" + ], + [ + "com", + "p" + ], + [ + "co", + "mp" + ], + [ + "c", + "omp" + ], + [ + "▁lhe", + "s" + ], + [ + "▁l", + "hes" + ], + [ + "▁", + "lhes" + ], + [ + "ki", + "t" + ], + [ + "k", + "it" + ], + [ + "Op", + "er" + ], + [ + "O", + "per" + ], + [ + "▁Pl", + "an" + ], + [ + "▁P", + "lan" + ], + [ + "▁", + "Plan" + ], + [ + "▁cria", + "do" + ], + [ + "▁cri", + "ado" + ], + [ + "▁cr", + "iado" + ], + [ + "▁regist", + "er" + ], + [ + "▁reg", + "ister" + ], + [ + "▁", + "register" + ], + [ + "▁alcança", + "r" + ], + [ + "▁alcanç", + "ar" + ], + [ + "but", + "ton" + ], + [ + "b", + "utton" + ], + [ + "▁Dec", + "ember" + ], + [ + "▁side", + "s" + ], + [ + "▁sid", + "es" + ], + [ + "▁si", + "des" + ], + [ + "▁s", + "ides" + ], + [ + "▁Cou", + "n" + ], + [ + "▁Co", + "un" + ], + [ + "▁C", + "oun" + ], + [ + "si", + "n" + ], + [ + "s", + "in" + ], + [ + "▁Lis", + "boa" + ], + [ + "gro", + "s" + ], + [ + "gr", + "os" + ], + [ + "g", + "ros" + ], + [ + "▁planej", + "amento" + ], + [ + "▁plane", + "jamento" + ], + [ + "▁exc", + "l" + ], + [ + "▁ex", + "cl" + ], + [ + "▁Uni", + "ão" + ], + [ + "▁Un", + "ião" + ], + [ + "▁circ", + "le" + ], + [ + "▁cir", + "cle" + ], + [ + "▁", + "circle" + ], + [ + "per", + "s" + ], + [ + "pe", + "rs" + ], + [ + "p", + "ers" + ], + [ + "▁lev", + "ou" + ], + [ + "▁opin", + "ião" + ], + [ + "elli", + "g" + ], + [ + "ell", + "ig" + ], + [ + "el", + "lig" + ], + [ + "▁place", + "d" + ], + [ + "▁plac", + "ed" + ], + [ + "▁pl", + "aced" + ], + [ + "▁", + "placed" + ], + [ + "▁Mac", + "h" + ], + [ + "▁Ma", + "ch" + ], + [ + "▁M", + "ach" + ], + [ + "d", + "p" + ], + [ + "▁car", + "ga" + ], + [ + "▁c", + "arga" + ], + [ + "▁", + "carga" + ], + [ + "▁uns", + "igned" + ], + [ + "▁un", + "signed" + ], + [ + "▁", + "unsigned" + ], + [ + "iti", + "s" + ], + [ + "it", + "is" + ], + [ + "i", + "tis" + ], + [ + "▁alm", + "a" + ], + [ + "▁al", + "ma" + ], + [ + "▁names", + "pace" + ], + [ + "▁name", + "space" + ], + [ + "▁nam", + "espace" + ], + [ + "▁", + "namespace" + ], + [ + "▁diag", + "ram" + ], + [ + "▁dia", + "gram" + ], + [ + "▁di", + "agram" + ], + [ + "▁pen", + "a" + ], + [ + "▁pe", + "na" + ], + [ + "▁p", + "ena" + ], + [ + "tic", + "ip" + ], + [ + "ti", + "cip" + ], + [ + "▁At", + "t" + ], + [ + "▁A", + "tt" + ], + [ + "▁", + "Att" + ], + [ + "▁da", + "t" + ], + [ + "▁d", + "at" + ], + [ + "▁", + "dat" + ], + [ + "iciente", + "s" + ], + [ + "icient", + "es" + ], + [ + "ici", + "entes" + ], + [ + "ic", + "ientes" + ], + [ + "▁Gre", + "e" + ], + [ + "▁Gr", + "ee" + ], + [ + "▁G", + "ree" + ], + [ + "▁aspect", + "o" + ], + [ + "-1", + "2" + ], + [ + "-", + "12" + ], + [ + "▁demon", + "st" + ], + [ + "▁<", + ">" + ], + [ + "▁", + "<>" + ], + [ + "uni", + "t" + ], + [ + "un", + "it" + ], + [ + "u", + "nit" + ], + [ + "da", + "t" + ], + [ + "d", + "at" + ], + [ + "▁sug", + "er" + ], + [ + "▁su", + "ger" + ], + [ + "cor", + "r" + ], + [ + "co", + "rr" + ], + [ + "c", + "orr" + ], + [ + "▁boa", + "rd" + ], + [ + "▁bo", + "ard" + ], + [ + "▁", + "board" + ], + [ + "▁u", + "l" + ], + [ + "▁", + "ul" + ], + [ + "▁relig", + "ião" + ], + [ + "▁trad", + "e" + ], + [ + "▁tra", + "de" + ], + [ + "▁tr", + "ade" + ], + [ + "▁", + "trade" + ], + [ + "ra", + "ções" + ], + [ + "r", + "ações" + ], + [ + "▁element", + "o" + ], + [ + "▁elem", + "ento" + ], + [ + "▁ele", + "mento" + ], + [ + "3", + "/" + ], + [ + "▁nort", + "h" + ], + [ + "▁nor", + "th" + ], + [ + "▁n", + "orth" + ], + [ + "ân", + "g" + ], + [ + "â", + "ng" + ], + [ + "en", + "v" + ], + [ + "e", + "nv" + ], + [ + "▁Mis", + "s" + ], + [ + "▁Mi", + "ss" + ], + [ + "▁M", + "iss" + ], + [ + "▁", + "Miss" + ], + [ + "B", + "N" + ], + [ + "▁sai", + "r" + ], + [ + "▁sa", + "ir" + ], + [ + "▁s", + "air" + ], + [ + "▁cl", + "ick" + ], + [ + "▁c", + "lick" + ], + [ + "▁", + "click" + ], + [ + "▁ing", + "red" + ], + [ + "▁in", + "gred" + ], + [ + "▁dia", + "m" + ], + [ + "▁di", + "am" + ], + [ + "▁d", + "iam" + ], + [ + "▁", + "diam" + ], + [ + "▁volta", + "ge" + ], + [ + "▁volt", + "age" + ], + [ + "▁phas", + "e" + ], + [ + "▁ph", + "ase" + ], + [ + "▁", + "phase" + ], + [ + "▁ed", + "ge" + ], + [ + "▁", + "edge" + ], + [ + "esta", + "mp" + ], + [ + "est", + "amp" + ], + [ + "Cons", + "t" + ], + [ + "Con", + "st" + ], + [ + "▁este", + "ja" + ], + [ + "abil", + "ities" + ], + [ + "ab", + "ilities" + ], + [ + "Func", + "tion" + ], + [ + "Fun", + "ction" + ], + [ + "F", + "unction" + ], + [ + "iti", + "ng" + ], + [ + "it", + "ing" + ], + [ + "i", + "ting" + ], + [ + "▁Alem", + "anha" + ], + [ + "▁Ale", + "manha" + ], + [ + "▁estress", + "e" + ], + [ + "▁estr", + "esse" + ], + [ + "▁ev", + "ang" + ], + [ + "▁di", + "r" + ], + [ + "▁d", + "ir" + ], + [ + "▁", + "dir" + ], + [ + "fun", + "d" + ], + [ + "fu", + "nd" + ], + [ + "f", + "und" + ], + [ + "▁near", + "ly" + ], + [ + "▁substância", + "s" + ], + [ + "▁subst", + "âncias" + ], + [ + "▁col", + "e" + ], + [ + "▁co", + "le" + ], + [ + "▁c", + "ole" + ], + [ + "▁", + "cole" + ], + [ + "▁Gre", + "at" + ], + [ + "▁G", + "reat" + ], + [ + "embl", + "e" + ], + [ + "emb", + "le" + ], + [ + "em", + "ble" + ], + [ + "enc", + "h" + ], + [ + "en", + "ch" + ], + [ + "▁Trabalh", + "o" + ], + [ + "▁Trabal", + "ho" + ], + [ + "▁de", + "ad" + ], + [ + "▁d", + "ead" + ], + [ + "▁", + "dead" + ], + [ + "quo", + "t" + ], + [ + "qu", + "ot" + ], + [ + "▁off", + "set" + ], + [ + "▁", + "offset" + ], + [ + "▁Ja", + "c" + ], + [ + "▁J", + "ac" + ], + [ + "▁", + "Jac" + ], + [ + "▁seg", + "ment" + ], + [ + "▁se", + "gment" + ], + [ + "▁", + "segment" + ], + [ + "itu", + "t" + ], + [ + "it", + "ut" + ], + [ + "i", + "tut" + ], + [ + "H", + "ost" + ], + [ + "even", + "t" + ], + [ + "ev", + "ent" + ], + [ + "e", + "vent" + ], + [ + "ora", + "l" + ], + [ + "or", + "al" + ], + [ + "o", + "ral" + ], + [ + "ier", + "s" + ], + [ + "ie", + "rs" + ], + [ + "i", + "ers" + ], + [ + "▁dest", + "in" + ], + [ + "▁custo", + "s" + ], + [ + "▁cust", + "os" + ], + [ + "▁cus", + "tos" + ], + [ + "▁c", + "ustos" + ], + [ + "AC", + "K" + ], + [ + "A", + "CK" + ], + [ + "Lei", + "a" + ], + [ + "Le", + "ia" + ], + [ + "▁Wat", + "er" + ], + [ + "▁Wa", + "ter" + ], + [ + "▁W", + "ater" + ], + [ + "▁", + "Water" + ], + [ + "ari", + "es" + ], + [ + "ar", + "ies" + ], + [ + "a", + "ries" + ], + [ + "▁elétr", + "ica" + ], + [ + "▁el", + "étrica" + ], + [ + "▁ic", + "e" + ], + [ + "▁i", + "ce" + ], + [ + "▁", + "ice" + ], + [ + "▁Mas", + "s" + ], + [ + "▁Ma", + "ss" + ], + [ + "▁M", + "ass" + ], + [ + "▁", + "Mass" + ], + [ + "▁científ", + "ica" + ], + [ + "▁cient", + "ífica" + ], + [ + "▁reduce", + "d" + ], + [ + "▁redu", + "ced" + ], + [ + "▁re", + "duced" + ], + [ + "▁circ", + "uit" + ], + [ + "duct", + "ion" + ], + [ + "duc", + "tion" + ], + [ + "du", + "ction" + ], + [ + "d", + "uction" + ], + [ + "▁pergunt", + "a" + ], + [ + "▁perg", + "unta" + ], + [ + "▁crim", + "e" + ], + [ + "▁cri", + "me" + ], + [ + "▁cr", + "ime" + ], + [ + "▁c", + "rime" + ], + [ + "▁En", + "quanto" + ], + [ + "rel", + "e" + ], + [ + "re", + "le" + ], + [ + "r", + "ele" + ], + [ + "Su", + "p" + ], + [ + "S", + "up" + ], + [ + "G", + "U" + ], + [ + "▁ating", + "ir" + ], + [ + "ál", + "ogo" + ], + [ + "á", + "logo" + ], + [ + "E", + "I" + ], + [ + "▁disp", + "ut" + ], + [ + "▁dis", + "put" + ], + [ + "▁fa", + "ir" + ], + [ + "▁f", + "air" + ], + [ + "▁conserva", + "ção" + ], + [ + "▁conserv", + "ação" + ], + [ + "▁extrema", + "mente" + ], + [ + "▁extrem", + "amente" + ], + [ + "▁A", + "C" + ], + [ + "▁", + "AC" + ], + [ + "▁fri", + "end" + ], + [ + "▁f", + "riend" + ], + [ + "▁", + "friend" + ], + [ + "▁conta", + "r" + ], + [ + "▁cont", + "ar" + ], + [ + "▁con", + "tar" + ], + [ + "▁vitamin", + "a" + ], + [ + "▁vitam", + "ina" + ], + [ + "▁vit", + "amina" + ], + [ + "▁Met", + "hod" + ], + [ + "▁", + "Method" + ], + [ + "▁worker", + "s" + ], + [ + "▁work", + "ers" + ], + [ + "▁wor", + "kers" + ], + [ + "▁", + "workers" + ], + [ + "meth", + "od" + ], + [ + "met", + "hod" + ], + [ + "ativa", + "mente" + ], + [ + "ativ", + "amente" + ], + [ + "at", + "ivamente" + ], + [ + "cu", + "t" + ], + [ + "c", + "ut" + ], + [ + "▁á", + "l" + ], + [ + "▁", + "ál" + ], + [ + "▁vi", + "n" + ], + [ + "▁v", + "in" + ], + [ + "▁", + "vin" + ], + [ + "yon", + "d" + ], + [ + "yo", + "nd" + ], + [ + "y", + "ond" + ], + [ + "me", + "an" + ], + [ + "m", + "ean" + ], + [ + "▁communic", + "ation" + ], + [ + "▁pie", + "ce" + ], + [ + "▁pi", + "ece" + ], + [ + "▁p", + "iece" + ], + [ + "▁", + "piece" + ], + [ + "▁Cod", + "e" + ], + [ + "▁Co", + "de" + ], + [ + "▁C", + "ode" + ], + [ + "▁", + "Code" + ], + [ + "ro", + "ot" + ], + [ + "r", + "oot" + ], + [ + "ivers", + "idade" + ], + [ + "▁made", + "ira" + ], + [ + "▁mad", + "eira" + ], + [ + "▁m", + "adeira" + ], + [ + "▁completa", + "mente" + ], + [ + "▁complet", + "amente" + ], + [ + "▁comple", + "tamente" + ], + [ + "▁doc", + "tor" + ], + [ + "▁do", + "ctor" + ], + [ + "▁Ho", + "r" + ], + [ + "▁H", + "or" + ], + [ + "▁", + "Hor" + ], + [ + "▁play", + "er" + ], + [ + "▁pl", + "ayer" + ], + [ + "▁p", + "layer" + ], + [ + "▁", + "player" + ], + [ + "▁hop", + "e" + ], + [ + "▁ho", + "pe" + ], + [ + "▁h", + "ope" + ], + [ + "▁7", + "5" + ], + [ + "▁", + "75" + ], + [ + "▁contr", + "o" + ], + [ + "▁cont", + "ro" + ], + [ + "▁con", + "tro" + ], + [ + "▁And", + "r" + ], + [ + "▁An", + "dr" + ], + [ + "▁coment", + "ário" + ], + [ + "▁instrument", + "o" + ], + [ + "▁instru", + "mento" + ], + [ + "▁instr", + "umento" + ], + [ + "▁Re", + "n" + ], + [ + "▁R", + "en" + ], + [ + "▁", + "Ren" + ], + [ + "elha", + "s" + ], + [ + "elh", + "as" + ], + [ + "el", + "has" + ], + [ + "▁f", + "i" + ], + [ + "▁", + "fi" + ], + [ + "Att", + "ribute" + ], + [ + "Ar", + "g" + ], + [ + "A", + "rg" + ], + [ + "ír", + "am" + ], + [ + "í", + "ram" + ], + [ + "▁orienta", + "ção" + ], + [ + "▁orient", + "ação" + ], + [ + "et", + "ime" + ], + [ + "e", + "time" + ], + [ + "▁wa", + "it" + ], + [ + "▁w", + "ait" + ], + [ + "▁", + "wait" + ], + [ + "▁cor", + "d" + ], + [ + "▁co", + "rd" + ], + [ + "▁c", + "ord" + ], + [ + "▁13", + "." + ], + [ + "▁1", + "3." + ], + [ + "▁", + "13." + ], + [ + "c", + "p" + ], + [ + "▁Wor", + "d" + ], + [ + "▁W", + "ord" + ], + [ + "▁", + "Word" + ], + [ + "▁nat", + "ion" + ], + [ + "▁na", + "tion" + ], + [ + "▁n", + "ation" + ], + [ + "▁Christ", + "ian" + ], + [ + "▁select", + "ed" + ], + [ + "▁sele", + "cted" + ], + [ + "▁sel", + "ected" + ], + [ + "▁se", + "lected" + ], + [ + "▁", + "selected" + ], + [ + "}", + "\"" + ], + [ + "▁men", + "cion" + ], + [ + "▁m", + "encion" + ], + [ + "▁miner", + "al" + ], + [ + "▁mine", + "ral" + ], + [ + "▁min", + "eral" + ], + [ + "mer", + "cial" + ], + [ + "▁Obs", + "erv" + ], + [ + "▁Ob", + "serv" + ], + [ + "▁", + "Observ" + ], + [ + "▁Proc", + "ess" + ], + [ + "▁Pro", + "cess" + ], + [ + "▁", + "Process" + ], + [ + "▁atua", + "ção" + ], + [ + "▁atu", + "ação" + ], + [ + "▁at", + "uação" + ], + [ + "Form", + "s" + ], + [ + "For", + "ms" + ], + [ + "F", + "orms" + ], + [ + "▁ill", + "ustr" + ], + [ + "▁sí", + "mbol" + ], + [ + "▁esc", + "l" + ], + [ + "▁es", + "cl" + ], + [ + "▁jar", + "d" + ], + [ + "▁ja", + "rd" + ], + [ + "▁j", + "ard" + ], + [ + "▁Sol", + "ution" + ], + [ + "▁", + "Solution" + ], + [ + "▁scor", + "e" + ], + [ + "▁sco", + "re" + ], + [ + "▁sc", + "ore" + ], + [ + "▁s", + "core" + ], + [ + "▁", + "score" + ], + [ + "▁Ciência", + "s" + ], + [ + "▁Ci", + "ências" + ], + [ + "▁C", + "iências" + ], + [ + "▁pattern", + "s" + ], + [ + "▁fir", + "m" + ], + [ + "▁fi", + "rm" + ], + [ + "▁f", + "irm" + ], + [ + "▁Fig", + "ure" + ], + [ + "▁", + "Figure" + ], + [ + "▁Ri", + "ver" + ], + [ + "▁R", + "iver" + ], + [ + "Cont", + "ent" + ], + [ + "Con", + "tent" + ], + [ + "%", + ")" + ], + [ + "go", + "s" + ], + [ + "g", + "os" + ], + [ + "IDA", + "DE" + ], + [ + "ID", + "ADE" + ], + [ + "I", + "DADE" + ], + [ + "▁nova", + "mente" + ], + [ + "▁nov", + "amente" + ], + [ + "▁pro", + "of" + ], + [ + "▁", + "proof" + ], + [ + "▁prova", + "velmente" + ], + [ + "▁prov", + "avelmente" + ], + [ + "▁Rob", + "ert" + ], + [ + "▁Ro", + "bert" + ], + [ + "▁nav", + "e" + ], + [ + "▁na", + "ve" + ], + [ + "▁n", + "ave" + ], + [ + "▁j", + "s" + ], + [ + "▁", + "js" + ], + [ + "ien", + "ce" + ], + [ + "i", + "ence" + ], + [ + "▁tol", + "d" + ], + [ + "▁to", + "ld" + ], + [ + "▁t", + "old" + ], + [ + "up", + "date" + ], + [ + "IE", + "S" + ], + [ + "I", + "ES" + ], + [ + "ther", + "n" + ], + [ + "the", + "rn" + ], + [ + "th", + "ern" + ], + [ + "t", + "hern" + ], + [ + "▁lix", + "o" + ], + [ + "▁li", + "xo" + ], + [ + "▁l", + "ixo" + ], + [ + "▁comb", + "in" + ], + [ + "▁com", + "bin" + ], + [ + "▁opera", + "tor" + ], + [ + "▁oper", + "ator" + ], + [ + "▁op", + "erator" + ], + [ + "▁", + "operator" + ], + [ + "TYP", + "E" + ], + [ + "TY", + "PE" + ], + [ + "T", + "YPE" + ], + [ + "▁inh", + "er" + ], + [ + "▁in", + "her" + ], + [ + "▁", + "inher" + ], + [ + ">\"", + "," + ], + [ + ">", + "\"," + ], + [ + "▁(", + "5" + ], + [ + "▁", + "(5" + ], + [ + "▁defe", + "nd" + ], + [ + "▁def", + "end" + ], + [ + "br", + "uary" + ], + [ + "f", + "s" + ], + [ + "Res", + "ource" + ], + [ + "Re", + "source" + ], + [ + "▁af", + "ric" + ], + [ + "▁", + "afric" + ], + [ + "▁dan", + "do" + ], + [ + "▁d", + "ando" + ], + [ + "Fo", + "nt" + ], + [ + "F", + "ont" + ], + [ + "▁Nov", + "ember" + ], + [ + "▁prev", + "en" + ], + [ + "▁pre", + "ven" + ], + [ + "▁pr", + "even" + ], + [ + "▁Pa", + "c" + ], + [ + "▁P", + "ac" + ], + [ + "▁", + "Pac" + ], + [ + "▁Le", + "ft" + ], + [ + "▁L", + "eft" + ], + [ + "▁", + "Left" + ], + [ + "▁exist", + "s" + ], + [ + "▁ex", + "ists" + ], + [ + "▁", + "exists" + ], + [ + "▁consist", + "e" + ], + [ + "▁cons", + "iste" + ], + [ + "▁m", + "íd" + ], + [ + "▁sacr", + "if" + ], + [ + "▁sac", + "rif" + ], + [ + "▁set", + "e" + ], + [ + "▁se", + "te" + ], + [ + "▁s", + "ete" + ], + [ + "▁peça", + "s" + ], + [ + "▁pe", + "ças" + ], + [ + "▁adequ", + "ada" + ], + [ + "um", + "s" + ], + [ + "u", + "ms" + ], + [ + "▁Est", + "r" + ], + [ + "▁Es", + "tr" + ], + [ + "▁E", + "str" + ], + [ + "▁sur", + "round" + ], + [ + "▁sett", + "ing" + ], + [ + "▁set", + "ting" + ], + [ + "▁", + "setting" + ], + [ + "▁jul", + "g" + ], + [ + "▁ju", + "lg" + ], + [ + "▁j", + "ulg" + ], + [ + "▁Pri", + "n" + ], + [ + "▁Pr", + "in" + ], + [ + "▁P", + "rin" + ], + [ + "▁cat", + "ch" + ], + [ + "▁c", + "atch" + ], + [ + "▁", + "catch" + ], + [ + "▁des", + "igual" + ], + [ + "])", + ";" + ], + [ + "]", + ");" + ], + [ + "▁lida", + "r" + ], + [ + "▁lid", + "ar" + ], + [ + "▁li", + "dar" + ], + [ + "▁l", + "idar" + ], + [ + "▁Ju", + "n" + ], + [ + "▁J", + "un" + ], + [ + "▁", + "Jun" + ], + [ + "▁ráp", + "ido" + ], + [ + "ed", + "d" + ], + [ + "e", + "dd" + ], + [ + "Ac", + "c" + ], + [ + "A", + "cc" + ], + [ + "▁Fil", + "ho" + ], + [ + "▁F", + "ilho" + ], + [ + "▁Ba", + "n" + ], + [ + "▁B", + "an" + ], + [ + "▁reflex", + "ão" + ], + [ + "tt", + "y" + ], + [ + "t", + "ty" + ], + [ + "▁card", + "í" + ], + [ + "▁down", + "load" + ], + [ + "▁", + "download" + ], + [ + "▁(3", + ")" + ], + [ + "▁(", + "3)" + ], + [ + "▁", + "(3)" + ], + [ + "omi", + "a" + ], + [ + "om", + "ia" + ], + [ + "o", + "mia" + ], + [ + "uri", + "es" + ], + [ + "ur", + "ies" + ], + [ + "u", + "ries" + ], + [ + "▁Ra", + "d" + ], + [ + "▁R", + "ad" + ], + [ + "▁", + "Rad" + ], + [ + "▁reason", + "s" + ], + [ + "▁re", + "asons" + ], + [ + "▁pict", + "ure" + ], + [ + "▁p", + "icture" + ], + [ + "▁", + "picture" + ], + [ + "▁casa", + "s" + ], + [ + "▁cas", + "as" + ], + [ + "Des", + "c" + ], + [ + "De", + "sc" + ], + [ + "D", + "esc" + ], + [ + "▁recomm", + "end" + ], + [ + "▁Pe", + "ople" + ], + [ + "▁", + "People" + ], + [ + "to", + "r" + ], + [ + "t", + "or" + ], + [ + "ece", + "s" + ], + [ + "ec", + "es" + ], + [ + "e", + "ces" + ], + [ + "▁Ever", + "y" + ], + [ + "▁Eve", + "ry" + ], + [ + "▁Ev", + "ery" + ], + [ + "▁E", + "very" + ], + [ + "▁", + "Every" + ], + [ + "ste", + "p" + ], + [ + "st", + "ep" + ], + [ + "▁árvore", + "s" + ], + [ + "▁árv", + "ores" + ], + [ + "▁dispon", + "íveis" + ], + [ + "▁ra", + "ise" + ], + [ + "▁r", + "aise" + ], + [ + "▁equil", + "ib" + ], + [ + "▁trad", + "icionais" + ], + [ + "▁earli", + "er" + ], + [ + "▁ear", + "lier" + ], + [ + "▁permit", + "ir" + ], + [ + "▁ign", + "or" + ], + [ + "▁ig", + "nor" + ], + [ + "▁Alg", + "umas" + ], + [ + "▁be", + "yond" + ], + [ + "4", + "_" + ], + [ + "▁conso", + "l" + ], + [ + "▁cons", + "ol" + ], + [ + "▁con", + "sol" + ], + [ + "▁ban", + "d" + ], + [ + "▁ba", + "nd" + ], + [ + "▁b", + "and" + ], + [ + "▁", + "band" + ], + [ + "▁get", + "s" + ], + [ + "▁ge", + "ts" + ], + [ + "▁g", + "ets" + ], + [ + "▁", + "gets" + ], + [ + "▁distin", + "gu" + ], + [ + "▁dist", + "ingu" + ], + [ + "▁co", + "oper" + ], + [ + "▁possibilidade", + "s" + ], + [ + "▁possibil", + "idades" + ], + [ + "Es", + "t" + ], + [ + "E", + "st" + ], + [ + "fr", + "e" + ], + [ + "f", + "re" + ], + [ + "▁conteúdo", + "s" + ], + [ + "▁conteú", + "dos" + ], + [ + "é", + "f" + ], + [ + "▁menor", + "es" + ], + [ + "▁men", + "ores" + ], + [ + "▁wor", + "th" + ], + [ + "▁w", + "orth" + ], + [ + "▁", + "worth" + ], + [ + "▁game", + "s" + ], + [ + "▁gam", + "es" + ], + [ + "▁ga", + "mes" + ], + [ + "▁g", + "ames" + ], + [ + "▁", + "games" + ], + [ + "▁cone", + "ct" + ], + [ + "▁con", + "ect" + ], + [ + "▁co", + "nect" + ], + [ + "fin", + "d" + ], + [ + "fi", + "nd" + ], + [ + "f", + "ind" + ], + [ + "▁A", + "qu" + ], + [ + "IT", + "E" + ], + [ + "I", + "TE" + ], + [ + "▁Ju", + "d" + ], + [ + "▁J", + "ud" + ], + [ + "+", + "0" + ], + [ + "▁víde", + "o" + ], + [ + "▁v", + "ídeo" + ], + [ + "h", + "ã" + ], + [ + "▁ans", + "iedade" + ], + [ + "EMA", + "IL" + ], + [ + "▁fig", + "ht" + ], + [ + "▁fi", + "ght" + ], + [ + "▁f", + "ight" + ], + [ + "▁cha", + "in" + ], + [ + "▁ch", + "ain" + ], + [ + "▁", + "chain" + ], + [ + "▁music", + "al" + ], + [ + "▁mus", + "ical" + ], + [ + "▁Arc", + "h" + ], + [ + "▁Ar", + "ch" + ], + [ + "▁", + "Arch" + ], + [ + "AC", + "T" + ], + [ + "A", + "CT" + ], + [ + "n", + "y" + ], + [ + "al", + "h" + ], + [ + "a", + "lh" + ], + [ + "▁Po", + "int" + ], + [ + "▁P", + "oint" + ], + [ + "▁", + "Point" + ], + [ + "▁fruta", + "s" + ], + [ + "▁frut", + "as" + ], + [ + "▁fr", + "utas" + ], + [ + "cul", + "a" + ], + [ + "cu", + "la" + ], + [ + "c", + "ula" + ], + [ + "▁India", + "n" + ], + [ + "▁Ind", + "ian" + ], + [ + "ana", + "tion" + ], + [ + "an", + "ation" + ], + [ + "▁'", + "," + ], + [ + "▁", + "'," + ], + [ + "MENT", + "O" + ], + [ + "ME", + "NTO" + ], + [ + "▁invest", + "imento" + ], + [ + "▁Pa", + "i" + ], + [ + "▁P", + "ai" + ], + [ + "▁ri", + "que" + ], + [ + "▁r", + "ique" + ], + [ + "▁", + "rique" + ], + [ + "plet", + "e" + ], + [ + "ple", + "te" + ], + [ + "pl", + "ete" + ], + [ + "p", + "lete" + ], + [ + "▁necessário", + "s" + ], + [ + "▁necess", + "ários" + ], + [ + "▁boa", + "s" + ], + [ + "▁bo", + "as" + ], + [ + "▁document", + "o" + ], + [ + "▁doc", + "umento" + ], + [ + "B", + "l" + ], + [ + "▁exc", + "e" + ], + [ + "▁ex", + "ce" + ], + [ + "▁Ante", + "s" + ], + [ + "▁Ant", + "es" + ], + [ + "▁An", + "tes" + ], + [ + "V", + "E" + ], + [ + "To", + "ol" + ], + [ + "T", + "ool" + ], + [ + "▁Eng", + "ine" + ], + [ + "▁En", + "gine" + ], + [ + "▁", + "Engine" + ], + [ + "’", + "," + ], + [ + "abel", + "a" + ], + [ + "abe", + "la" + ], + [ + "ab", + "ela" + ], + [ + "trans", + "form" + ], + [ + "▁\\", + "\\" + ], + [ + "▁", + "\\\\" + ], + [ + "▁Mo", + "s" + ], + [ + "▁M", + "os" + ], + [ + "=0", + "." + ], + [ + "=", + "0." + ], + [ + "LI", + "C" + ], + [ + "L", + "IC" + ], + [ + "▁Tu", + "do" + ], + [ + "▁T", + "udo" + ], + [ + "▁", + "Tudo" + ], + [ + "am", + "ma" + ], + [ + "a", + "mma" + ], + [ + "▁E", + "p" + ], + [ + "▁", + "Ep" + ], + [ + "?", + "”" + ], + [ + "ident", + "al" + ], + [ + "iden", + "tal" + ], + [ + "id", + "ental" + ], + [ + "▁Nat", + "ure" + ], + [ + "▁N", + "ature" + ], + [ + "▁anci", + "ent" + ], + [ + "▁an", + "cient" + ], + [ + "▁conqu", + "ist" + ], + [ + "▁con", + "quist" + ], + [ + "ric", + "s" + ], + [ + "ri", + "cs" + ], + [ + "r", + "ics" + ], + [ + "FO", + "R" + ], + [ + "F", + "OR" + ], + [ + "▁incent", + "iv" + ], + [ + "▁Ne", + "g" + ], + [ + "▁N", + "eg" + ], + [ + "▁", + "Neg" + ], + [ + "glob", + "al" + ], + [ + "gl", + "obal" + ], + [ + "▁Loc", + "al" + ], + [ + "▁Lo", + "cal" + ], + [ + "▁L", + "ocal" + ], + [ + "▁", + "Local" + ], + [ + "▁lett", + "er" + ], + [ + "▁let", + "ter" + ], + [ + "▁", + "letter" + ], + [ + "-", + "0" + ], + [ + "▁sa", + "w" + ], + [ + "▁s", + "aw" + ], + [ + "(2", + ")" + ], + [ + "(", + "2)" + ], + [ + "tei", + "s" + ], + [ + "te", + "is" + ], + [ + "t", + "eis" + ], + [ + "▁Muita", + "s" + ], + [ + "▁Mu", + "itas" + ], + [ + "iza", + "ções" + ], + [ + "iz", + "ações" + ], + [ + "D", + "L" + ], + [ + "chi", + "ld" + ], + [ + "ch", + "ild" + ], + [ + "conte", + "xt" + ], + [ + "cont", + "ext" + ], + [ + "con", + "text" + ], + [ + "▁Br", + "e" + ], + [ + "▁B", + "re" + ], + [ + "▁", + "Bre" + ], + [ + "▁dra", + "m" + ], + [ + "▁dr", + "am" + ], + [ + "▁d", + "ram" + ], + [ + "▁escol", + "h" + ], + [ + "▁esco", + "lh" + ], + [ + "rem", + "o" + ], + [ + "re", + "mo" + ], + [ + "r", + "emo" + ], + [ + "▁appear", + "s" + ], + [ + "▁appe", + "ars" + ], + [ + "▁app", + "ears" + ], + [ + "cur", + "so" + ], + [ + "c", + "urso" + ], + [ + "lif", + "e" + ], + [ + "li", + "fe" + ], + [ + "l", + "ife" + ], + [ + "▁lev", + "ando" + ], + [ + "▁(", + "`" + ], + [ + "▁", + "(`" + ], + [ + "▁H", + "IV" + ], + [ + "▁discuss", + "ão" + ], + [ + "acter", + "s" + ], + [ + "act", + "ers" + ], + [ + "ac", + "ters" + ], + [ + "scal", + "e" + ], + [ + "sc", + "ale" + ], + [ + "s", + "cale" + ], + [ + "rup", + "t" + ], + [ + "ru", + "pt" + ], + [ + "r", + "upt" + ], + [ + "▁Ste", + "p" + ], + [ + "▁St", + "ep" + ], + [ + "▁", + "Step" + ], + [ + "▁considera", + "r" + ], + [ + "▁consider", + "ar" + ], + [ + "▁corre", + "t" + ], + [ + "▁corr", + "et" + ], + [ + "▁cor", + "ret" + ], + [ + "▁10", + ":" + ], + [ + "▁1", + "0:" + ], + [ + "▁", + "10:" + ], + [ + "▁marc", + "a" + ], + [ + "▁mar", + "ca" + ], + [ + "▁m", + "arca" + ], + [ + "is", + "a" + ], + [ + "i", + "sa" + ], + [ + "▁ret", + "r" + ], + [ + "▁re", + "tr" + ], + [ + "▁r", + "etr" + ], + [ + "▁15", + "0" + ], + [ + "▁1", + "50" + ], + [ + "▁", + "150" + ], + [ + "▁scre", + "en" + ], + [ + "▁scr", + "een" + ], + [ + "▁s", + "creen" + ], + [ + "▁", + "screen" + ], + [ + "erta", + "s" + ], + [ + "ert", + "as" + ], + [ + "er", + "tas" + ], + [ + "n", + "n" + ], + [ + "▁page", + "s" + ], + [ + "▁pag", + "es" + ], + [ + "▁pa", + "ges" + ], + [ + "▁p", + "ages" + ], + [ + "▁", + "pages" + ], + [ + "IN", + "D" + ], + [ + "I", + "ND" + ], + [ + "▁mín", + "imo" + ], + [ + "▁de", + "t" + ], + [ + "▁d", + "et" + ], + [ + "▁", + "det" + ], + [ + "▁bro", + "ught" + ], + [ + "▁br", + "ought" + ], + [ + "▁11", + "," + ], + [ + "▁1", + "1," + ], + [ + "▁", + "11," + ], + [ + "▁cu", + "jo" + ], + [ + "iza", + "m" + ], + [ + "iz", + "am" + ], + [ + "111", + "1" + ], + [ + "11", + "11" + ], + [ + "1", + "111" + ], + [ + "▁teste", + "s" + ], + [ + "▁test", + "es" + ], + [ + "▁tes", + "tes" + ], + [ + "▁t", + "estes" + ], + [ + "▁traz", + "er" + ], + [ + "▁tra", + "zer" + ], + [ + "▁tr", + "azer" + ], + [ + "▁action", + "s" + ], + [ + "▁act", + "ions" + ], + [ + "▁a", + "ctions" + ], + [ + "▁", + "actions" + ], + [ + "▁coef", + "f" + ], + [ + "▁co", + "eff" + ], + [ + "▁", + "coeff" + ], + [ + "▁protect", + "ion" + ], + [ + "▁prote", + "ction" + ], + [ + "▁prot", + "ection" + ], + [ + "ulate", + "d" + ], + [ + "ula", + "ted" + ], + [ + "ul", + "ated" + ], + [ + "cular", + "es" + ], + [ + "cula", + "res" + ], + [ + "cul", + "ares" + ], + [ + "c", + "ulares" + ], + [ + "▁spec", + "t" + ], + [ + "▁spe", + "ct" + ], + [ + "▁sp", + "ect" + ], + [ + "▁s", + "pect" + ], + [ + "▁", + "spect" + ], + [ + "▁familiar", + "es" + ], + [ + "▁famil", + "iares" + ], + [ + "▁fam", + "iliares" + ], + [ + "ali", + "ty" + ], + [ + "al", + "ity" + ], + [ + "▁deix", + "a" + ], + [ + "▁dei", + "xa" + ], + [ + "▁de", + "ixa" + ], + [ + "▁other", + "wise" + ], + [ + "olin", + "a" + ], + [ + "oli", + "na" + ], + [ + "ol", + "ina" + ], + [ + "▁nutri", + "t" + ], + [ + "▁nut", + "rit" + ], + [ + "▁brin", + "c" + ], + [ + "▁br", + "inc" + ], + [ + "!", + "--" + ], + [ + "2", + "*" + ], + [ + "ip", + "o" + ], + [ + "i", + "po" + ], + [ + "▁5", + "5" + ], + [ + "▁", + "55" + ], + [ + "=", + "\\" + ], + [ + "▁â", + "mb" + ], + [ + "▁", + "âmb" + ], + [ + "CR", + "E" + ], + [ + "C", + "RE" + ], + [ + "▁stra", + "ight" + ], + [ + "File", + "s" + ], + [ + "Fil", + "es" + ], + [ + "Fi", + "les" + ], + [ + "F", + "iles" + ], + [ + "▁Pe", + "n" + ], + [ + "▁P", + "en" + ], + [ + "▁", + "Pen" + ], + [ + "▁U", + "til" + ], + [ + "▁", + "Util" + ], + [ + "▁grav", + "e" + ], + [ + "▁gra", + "ve" + ], + [ + "▁gr", + "ave" + ], + [ + "ilos", + "oph" + ], + [ + "Po", + "l" + ], + [ + "P", + "ol" + ], + [ + "▁join", + "t" + ], + [ + "▁jo", + "int" + ], + [ + "▁j", + "oint" + ], + [ + "▁", + "joint" + ], + [ + "▁prote", + "st" + ], + [ + "▁prot", + "est" + ], + [ + "▁pro", + "test" + ], + [ + "▁envolv", + "e" + ], + [ + "▁envol", + "ve" + ], + [ + "▁en", + "volve" + ], + [ + "▁preocupa", + "ção" + ], + [ + "▁preocup", + "ação" + ], + [ + "▁Bu", + "s" + ], + [ + "▁B", + "us" + ], + [ + "▁", + "Bus" + ], + [ + "▁norma", + "s" + ], + [ + "▁norm", + "as" + ], + [ + "▁nor", + "mas" + ], + [ + "▁Pu", + "b" + ], + [ + "▁P", + "ub" + ], + [ + "▁", + "Pub" + ], + [ + "s", + "v" + ], + [ + "▁utiliz", + "ando" + ], + [ + "▁util", + "izando" + ], + [ + "▁cl", + "áss" + ], + [ + "▁reconhec", + "imento" + ], + [ + "▁reconhe", + "cimento" + ], + [ + "▁recon", + "hecimento" + ], + [ + "▁go", + "l" + ], + [ + "▁g", + "ol" + ], + [ + "▁", + "gol" + ], + [ + "▁bu", + "l" + ], + [ + "▁b", + "ul" + ], + [ + "▁", + "bul" + ], + [ + "▁dente", + "s" + ], + [ + "▁dent", + "es" + ], + [ + "▁den", + "tes" + ], + [ + "▁d", + "entes" + ], + [ + ".", + "2" + ], + [ + "▁pro", + "n" + ], + [ + "▁pr", + "on" + ], + [ + "▁p", + "ron" + ], + [ + "▁sa", + "v" + ], + [ + "▁s", + "av" + ], + [ + "▁Car", + "d" + ], + [ + "▁Ca", + "rd" + ], + [ + "▁C", + "ard" + ], + [ + "▁", + "Card" + ], + [ + "▁Canad", + "a" + ], + [ + "▁Cana", + "da" + ], + [ + "▁Can", + "ada" + ], + [ + "▁eas", + "ier" + ], + [ + "▁Lond", + "on" + ], + [ + "▁Lon", + "don" + ], + [ + "▁L", + "ondon" + ], + [ + "▁pre", + "ço" + ], + [ + "▁Lo", + "u" + ], + [ + "▁L", + "ou" + ], + [ + "▁Tot", + "al" + ], + [ + "▁To", + "tal" + ], + [ + "▁T", + "otal" + ], + [ + "▁", + "Total" + ], + [ + "▁componente", + "s" + ], + [ + "▁component", + "es" + ], + [ + "▁compon", + "entes" + ], + [ + "▁com", + "ponentes" + ], + [ + "iction", + "ary" + ], + [ + "▁pra", + "zer" + ], + [ + "▁pr", + "azer" + ], + [ + "ian", + "t" + ], + [ + "ia", + "nt" + ], + [ + "i", + "ant" + ], + [ + "ó", + "f" + ], + [ + "hem", + "a" + ], + [ + "he", + "ma" + ], + [ + "h", + "ema" + ], + [ + "▁adult", + "s" + ], + [ + "▁adul", + "ts" + ], + [ + "▁próxim", + "a" + ], + [ + "▁pró", + "xima" + ], + [ + "▁campan", + "ha" + ], + [ + "▁camp", + "anha" + ], + [ + "Re", + "t" + ], + [ + "R", + "et" + ], + [ + "▁generate", + "d" + ], + [ + "▁gener", + "ated" + ], + [ + "▁gene", + "rated" + ], + [ + "▁", + "generated" + ], + [ + "▁not", + "ice" + ], + [ + "▁no", + "tice" + ], + [ + "▁", + "notice" + ], + [ + "▁arg", + "s" + ], + [ + "▁ar", + "gs" + ], + [ + "▁", + "args" + ], + [ + "▁answer", + "s" + ], + [ + "▁answ", + "ers" + ], + [ + "og", + "a" + ], + [ + "o", + "ga" + ], + [ + "▁Ric", + "h" + ], + [ + "▁Ri", + "ch" + ], + [ + "▁R", + "ich" + ], + [ + "▁", + "Rich" + ], + [ + "Inte", + "ger" + ], + [ + "▁propor", + "t" + ], + [ + "▁prop", + "ort" + ], + [ + "▁pro", + "port" + ], + [ + "▁discipl", + "ina" + ], + [ + "▁every", + "one" + ], + [ + "▁ep", + "is" + ], + [ + "▁e", + "pis" + ], + [ + "▁ba", + "ir" + ], + [ + "▁b", + "air" + ], + [ + "etc", + "h" + ], + [ + "et", + "ch" + ], + [ + "▁Chin", + "ese" + ], + [ + "▁bo", + "ca" + ], + [ + "▁b", + "oca" + ], + [ + "▁0", + "6" + ], + [ + "▁", + "06" + ], + [ + "▁tal", + "k" + ], + [ + "▁t", + "alk" + ], + [ + "▁", + "talk" + ], + [ + "▁consequência", + "s" + ], + [ + "▁consequ", + "ências" + ], + [ + "▁bro", + "ad" + ], + [ + "▁b", + "road" + ], + [ + "▁rel", + "ax" + ], + [ + "▁ó", + "leo" + ], + [ + "▁excess", + "o" + ], + [ + "▁exc", + "esso" + ], + [ + "▁Tr", + "y" + ], + [ + "▁T", + "ry" + ], + [ + "▁", + "Try" + ], + [ + "▁Ab", + "r" + ], + [ + "▁A", + "br" + ], + [ + "▁gera", + "r" + ], + [ + "▁ger", + "ar" + ], + [ + "▁ge", + "rar" + ], + [ + "▁médico", + "s" + ], + [ + "▁méd", + "icos" + ], + [ + "V", + "ar" + ], + [ + "▁test", + "e" + ], + [ + "▁tes", + "te" + ], + [ + "▁te", + "ste" + ], + [ + "▁t", + "este" + ], + [ + "▁sug", + "ar" + ], + [ + "▁su", + "gar" + ], + [ + "▁s", + "ugar" + ], + [ + "▁fu", + "el" + ], + [ + "▁f", + "uel" + ], + [ + "▁", + "fuel" + ], + [ + "▁'", + "0" + ], + [ + "▁observe", + "d" + ], + [ + "▁observ", + "ed" + ], + [ + "▁obs", + "erved" + ], + [ + "▁sample", + "s" + ], + [ + "▁sam", + "ples" + ], + [ + "▁s", + "amples" + ], + [ + "▁", + "samples" + ], + [ + "ici", + "a" + ], + [ + "ic", + "ia" + ], + [ + "i", + "cia" + ], + [ + "▁cont", + "ín" + ], + [ + "▁equip", + "ment" + ], + [ + "▁sou", + "th" + ], + [ + "▁so", + "uth" + ], + [ + "▁s", + "outh" + ], + [ + "proj", + "ect" + ], + [ + "pro", + "ject" + ], + [ + "}^", + "{" + ], + [ + "}", + "^{" + ], + [ + "omin", + "g" + ], + [ + "omi", + "ng" + ], + [ + "om", + "ing" + ], + [ + "o", + "ming" + ], + [ + "▁rema", + "in" + ], + [ + "▁rem", + "ain" + ], + [ + "▁re", + "main" + ], + [ + "▁gas", + "t" + ], + [ + "▁ga", + "st" + ], + [ + "▁g", + "ast" + ], + [ + "▁rele", + "ase" + ], + [ + "▁re", + "lease" + ], + [ + "▁", + "release" + ], + [ + "wi", + "de" + ], + [ + "w", + "ide" + ], + [ + "La", + "st" + ], + [ + "L", + "ast" + ], + [ + "▁Gree", + "n" + ], + [ + "▁Gre", + "en" + ], + [ + "▁Gr", + "een" + ], + [ + "▁", + "Green" + ], + [ + "▁infer", + "ior" + ], + [ + "▁Cas", + "a" + ], + [ + "▁Ca", + "sa" + ], + [ + "▁C", + "asa" + ], + [ + "B", + "D" + ], + [ + "▁ferrament", + "a" + ], + [ + "by", + "te" + ], + [ + "b", + "yte" + ], + [ + "obre", + "s" + ], + [ + "ob", + "res" + ], + [ + "o", + "bres" + ], + [ + "▁Consel", + "ho" + ], + [ + "▁Cons", + "elho" + ], + [ + "ola", + "s" + ], + [ + "ol", + "as" + ], + [ + "o", + "las" + ], + [ + "▁esto", + "u" + ], + [ + "▁est", + "ou" + ], + [ + "▁be", + "aut" + ], + [ + "▁Dow", + "n" + ], + [ + "▁Do", + "wn" + ], + [ + "▁D", + "own" + ], + [ + "▁", + "Down" + ], + [ + "▁F", + "F" + ], + [ + "▁", + "FF" + ], + [ + "ga", + "s" + ], + [ + "g", + "as" + ], + [ + "▁empreg", + "o" + ], + [ + "▁empre", + "go" + ], + [ + "▁emp", + "rego" + ], + [ + "▁em", + "prego" + ], + [ + "▁acc", + "eler" + ], + [ + "▁agr", + "ad" + ], + [ + "▁ag", + "rad" + ], + [ + "▁a", + "grad" + ], + [ + "▁red", + "or" + ], + [ + "▁re", + "dor" + ], + [ + "▁r", + "edor" + ], + [ + "▁", + "redor" + ], + [ + "▁Val", + "e" + ], + [ + "▁Va", + "le" + ], + [ + "▁V", + "ale" + ], + [ + "b", + "t" + ], + [ + "RE", + "S" + ], + [ + "R", + "ES" + ], + [ + "ula", + "do" + ], + [ + "ul", + "ado" + ], + [ + "u", + "lado" + ], + [ + "▁sta", + "r" + ], + [ + "▁st", + "ar" + ], + [ + "▁s", + "tar" + ], + [ + "▁", + "star" + ], + [ + ")", + "\\" + ], + [ + "serv", + "e" + ], + [ + "ser", + "ve" + ], + [ + "s", + "erve" + ], + [ + "▁curr", + "ic" + ], + [ + "▁cur", + "ric" + ], + [ + "▁ess", + "enciais" + ], + [ + "▁w", + "atch" + ], + [ + "▁", + "watch" + ], + [ + "▁artific", + "ial" + ], + [ + "▁artif", + "icial" + ], + [ + "▁art", + "ificial" + ], + [ + "▁cycl", + "e" + ], + [ + "▁cy", + "cle" + ], + [ + "▁c", + "ycle" + ], + [ + "▁", + "cycle" + ], + [ + "▁adj", + "ust" + ], + [ + "▁ad", + "just" + ], + [ + "▁", + "adjust" + ], + [ + "▁crí", + "tica" + ], + [ + "▁cr", + "ítica" + ], + [ + "▁verdade", + "iro" + ], + [ + "▁verd", + "adeiro" + ], + [ + "unt", + "ime" + ], + [ + "un", + "time" + ], + [ + "▁climática", + "s" + ], + [ + "▁clim", + "áticas" + ], + [ + "ist", + "ência" + ], + [ + "▁col", + "d" + ], + [ + "▁co", + "ld" + ], + [ + "▁c", + "old" + ], + [ + "prod", + "uct" + ], + [ + "pro", + "duct" + ], + [ + ".", + "1" + ], + [ + "▁dan", + "ger" + ], + [ + "▁da", + "nger" + ], + [ + "▁d", + "anger" + ], + [ + "▁", + "danger" + ], + [ + "▁via", + "gem" + ], + [ + "▁vi", + "agem" + ], + [ + "▁v", + "iagem" + ], + [ + "▁desej", + "o" + ], + [ + "▁dese", + "jo" + ], + [ + "▁enjo", + "y" + ], + [ + "▁en", + "joy" + ], + [ + "▁15", + "," + ], + [ + "▁1", + "5," + ], + [ + "▁", + "15," + ], + [ + "▁la", + "s" + ], + [ + "▁l", + "as" + ], + [ + "▁", + "las" + ], + [ + "í", + "a" + ], + [ + "tem", + "p" + ], + [ + "te", + "mp" + ], + [ + "t", + "emp" + ], + [ + "▁nasce", + "u" + ], + [ + "▁nasc", + "eu" + ], + [ + "▁nas", + "ceu" + ], + [ + "▁estran", + "ge" + ], + [ + "▁estr", + "ange" + ], + [ + "▁est", + "range" + ], + [ + "▁Ar", + "qu" + ], + [ + "▁eye", + "s" + ], + [ + "▁ey", + "es" + ], + [ + "▁e", + "yes" + ], + [ + "orth", + "ern" + ], + [ + "ort", + "hern" + ], + [ + "or", + "thern" + ], + [ + "▁Sec", + "ond" + ], + [ + "▁Se", + "cond" + ], + [ + "▁S", + "econd" + ], + [ + "▁", + "Second" + ], + [ + "▁provid", + "ing" + ], + [ + "▁prov", + "iding" + ], + [ + "▁emocion", + "al" + ], + [ + "▁emoc", + "ional" + ], + [ + "▁em", + "ocional" + ], + [ + "ru", + "p" + ], + [ + "r", + "up" + ], + [ + "iki", + "p" + ], + [ + "ik", + "ip" + ], + [ + "▁O", + "k" + ], + [ + "▁", + "Ok" + ], + [ + "▁sh", + "ip" + ], + [ + "▁s", + "hip" + ], + [ + "▁", + "ship" + ], + [ + "fil", + "ter" + ], + [ + "R", + "L" + ], + [ + "file", + "s" + ], + [ + "fil", + "es" + ], + [ + "fi", + "les" + ], + [ + "f", + "iles" + ], + [ + "▁radi", + "o" + ], + [ + "▁rad", + "io" + ], + [ + "▁ra", + "dio" + ], + [ + "▁", + "radio" + ], + [ + "cido", + "s" + ], + [ + "cid", + "os" + ], + [ + "ci", + "dos" + ], + [ + "c", + "idos" + ], + [ + "m", + "u" + ], + [ + "▁adequ", + "ado" + ], + [ + "▁cu", + "p" + ], + [ + "▁c", + "up" + ], + [ + "▁", + "cup" + ], + [ + "▁acad", + "êm" + ], + [ + "R", + "ight" + ], + [ + "5", + ":" + ], + [ + "▁str", + "i" + ], + [ + "▁st", + "ri" + ], + [ + "▁s", + "tri" + ], + [ + "▁", + "stri" + ], + [ + "▁Thank", + "s" + ], + [ + "▁Th", + "anks" + ], + [ + "Option", + "s" + ], + [ + "Opt", + "ions" + ], + [ + "O", + "ptions" + ], + [ + "ta", + "ke" + ], + [ + "t", + "ake" + ], + [ + "Un", + "it" + ], + [ + "U", + "nit" + ], + [ + "...", + "]" + ], + [ + "..", + ".]" + ], + [ + "▁happen", + "s" + ], + [ + "▁happ", + "ens" + ], + [ + "▁5", + "2" + ], + [ + "▁", + "52" + ], + [ + "▁Work", + "s" + ], + [ + "▁Wor", + "ks" + ], + [ + "▁", + "Works" + ], + [ + "▁instrumento", + "s" + ], + [ + "▁instrument", + "os" + ], + [ + "▁instr", + "umentos" + ], + [ + "▁Ga", + "r" + ], + [ + "▁G", + "ar" + ], + [ + "▁benef", + "ici" + ], + [ + "Gr", + "id" + ], + [ + "G", + "rid" + ], + [ + "▁affect", + "ed" + ], + [ + "▁aff", + "ected" + ], + [ + "▁a", + "ffected" + ], + [ + ")", + "+" + ], + [ + "aci", + "dade" + ], + [ + "ac", + "idade" + ], + [ + "urg", + "ia" + ], + [ + "ur", + "gia" + ], + [ + "▁especialista", + "s" + ], + [ + "▁especial", + "istas" + ], + [ + "▁adi", + "cion" + ], + [ + "▁ad", + "icion" + ], + [ + "name", + "s" + ], + [ + "nam", + "es" + ], + [ + "na", + "mes" + ], + [ + "n", + "ames" + ], + [ + "▁region", + "al" + ], + [ + "▁reg", + "ional" + ], + [ + "t", + "i" + ], + [ + "c", + "raft" + ], + [ + "▁Py", + "thon" + ], + [ + "▁P", + "ython" + ], + [ + "▁", + "Python" + ], + [ + "ura", + "do" + ], + [ + "ur", + "ado" + ], + [ + "u", + "rado" + ], + [ + "▁pessoa", + "is" + ], + [ + "▁pesso", + "ais" + ], + [ + "ian", + "ce" + ], + [ + "i", + "ance" + ], + [ + "▁Learn", + "ing" + ], + [ + "▁Lear", + "ning" + ], + [ + "▁Le", + "arning" + ], + [ + "▁", + "Learning" + ], + [ + "▁rot", + "ina" + ], + [ + "▁Engl", + "and" + ], + [ + "▁Eng", + "land" + ], + [ + "▁teste", + "m" + ], + [ + "▁test", + "em" + ], + [ + "▁tes", + "tem" + ], + [ + "▁te", + "stem" + ], + [ + "▁recent", + "ly" + ], + [ + "▁rec", + "ently" + ], + [ + "ór", + "ico" + ], + [ + "ó", + "rico" + ], + [ + "▁To", + "r" + ], + [ + "▁T", + "or" + ], + [ + "▁", + "Tor" + ], + [ + ">'", + "," + ], + [ + ">", + "'," + ], + [ + "▁form", + "ed" + ], + [ + "▁for", + "med" + ], + [ + "▁", + "formed" + ], + [ + "▁Ch", + "urch" + ], + [ + "▁g", + "ás" + ], + [ + "▁ress", + "al" + ], + [ + "▁res", + "sal" + ], + [ + "▁dar", + "k" + ], + [ + "▁da", + "rk" + ], + [ + "▁d", + "ark" + ], + [ + "▁", + "dark" + ], + [ + "ulu", + "m" + ], + [ + "ul", + "um" + ], + [ + "u", + "lum" + ], + [ + "▁lo", + "s" + ], + [ + "▁l", + "os" + ], + [ + "▁", + "los" + ], + [ + "pus", + "h" + ], + [ + "pu", + "sh" + ], + [ + "p", + "ush" + ], + [ + "O", + "ver" + ], + [ + "S", + "L" + ], + [ + "▁Ho", + "m" + ], + [ + "▁H", + "om" + ], + [ + "▁", + "Hom" + ], + [ + "▁sum", + "mer" + ], + [ + "▁equivale", + "nt" + ], + [ + "▁equival", + "ent" + ], + [ + "▁equ", + "ivalent" + ], + [ + "▁bu", + "y" + ], + [ + "▁b", + "uy" + ], + [ + "▁", + "buy" + ], + [ + "▁Exc", + "el" + ], + [ + "▁Ex", + "cel" + ], + [ + "▁", + "Excel" + ], + [ + "ug", + "in" + ], + [ + "u", + "gin" + ], + [ + "▁Ind", + "ex" + ], + [ + "▁In", + "dex" + ], + [ + "▁", + "Index" + ], + [ + "▁H", + "T" + ], + [ + "▁", + "HT" + ], + [ + "▁agre", + "ss" + ], + [ + "▁agr", + "ess" + ], + [ + "▁ag", + "ress" + ], + [ + "▁a", + "gress" + ], + [ + "▁```", + "```" + ], + [ + "▁``", + "````" + ], + [ + "▁", + "``````" + ], + [ + "edi", + "ng" + ], + [ + "ed", + "ing" + ], + [ + "e", + "ding" + ], + [ + "▁filosof", + "ia" + ], + [ + "▁fil", + "osofia" + ], + [ + "▁En", + "vironment" + ], + [ + "▁", + "Environment" + ], + [ + "air", + "s" + ], + [ + "ai", + "rs" + ], + [ + "a", + "irs" + ], + [ + "▁trad", + "ição" + ], + [ + "▁tra", + "dição" + ], + [ + "cud", + "a" + ], + [ + "cu", + "da" + ], + [ + "c", + "uda" + ], + [ + "▁common", + "ly" + ], + [ + "▁comm", + "only" + ], + [ + "R", + "ange" + ], + [ + "AS", + "T" + ], + [ + "A", + "ST" + ], + [ + "▁(", + "0" + ], + [ + "▁", + "(0" + ], + [ + "P", + "P" + ], + [ + "▁apresenta", + "ção" + ], + [ + "▁apresent", + "ação" + ], + [ + "1", + "(" + ], + [ + "▁implement", + "ation" + ], + [ + "hi", + "a" + ], + [ + "h", + "ia" + ], + [ + "▁grá", + "f" + ], + [ + "▁gr", + "áf" + ], + [ + "▁", + "gráf" + ], + [ + "ER", + "E" + ], + [ + "E", + "RE" + ], + [ + "ponent", + "s" + ], + [ + "pon", + "ents" + ], + [ + "▁ame", + "ric" + ], + [ + "▁am", + "eric" + ], + [ + "▁", + "americ" + ], + [ + "▁represent", + "s" + ], + [ + "▁repres", + "ents" + ], + [ + "▁separa", + "te" + ], + [ + "▁separ", + "ate" + ], + [ + "pl", + "a" + ], + [ + "p", + "la" + ], + [ + "fu", + "n" + ], + [ + "f", + "un" + ], + [ + "▁avalia", + "r" + ], + [ + "▁avali", + "ar" + ], + [ + "▁aval", + "iar" + ], + [ + "▁inf", + "ra" + ], + [ + "▁in", + "fra" + ], + [ + "▁full", + "y" + ], + [ + "▁ful", + "ly" + ], + [ + "▁f", + "ully" + ], + [ + "▁", + "fully" + ], + [ + "▁ac", + "um" + ], + [ + "▁a", + "cum" + ], + [ + "▁benef", + "it" + ], + [ + "▁bene", + "fit" + ], + [ + "▁recebe", + "u" + ], + [ + "▁receb", + "eu" + ], + [ + "▁rece", + "beu" + ], + [ + "▁Cult", + "ura" + ], + [ + "▁C", + "ultura" + ], + [ + "posit", + "e" + ], + [ + "pos", + "ite" + ], + [ + "po", + "site" + ], + [ + "▁th", + "r" + ], + [ + "▁t", + "hr" + ], + [ + "▁Han", + "d" + ], + [ + "▁Ha", + "nd" + ], + [ + "▁H", + "and" + ], + [ + "▁", + "Hand" + ], + [ + "▁feito", + "s" + ], + [ + "▁fe", + "itos" + ], + [ + "▁", + "feitos" + ], + [ + "▁responde", + "r" + ], + [ + "▁respond", + "er" + ], + [ + "▁resp", + "onder" + ], + [ + "▁res", + "ponder" + ], + [ + "▁Co", + "p" + ], + [ + "▁C", + "op" + ], + [ + "▁O", + "S" + ], + [ + "▁", + "OS" + ], + [ + "▁demand", + "a" + ], + [ + "▁dem", + "anda" + ], + [ + "▁0", + "7" + ], + [ + "▁", + "07" + ], + [ + "att", + "er" + ], + [ + "at", + "ter" + ], + [ + "2)", + "." + ], + [ + "2", + ")." + ], + [ + "▁servi", + "r" + ], + [ + "▁serv", + "ir" + ], + [ + "▁ser", + "vir" + ], + [ + "▁Georg", + "e" + ], + [ + "▁Ge", + "orge" + ], + [ + "▁maneira", + "s" + ], + [ + "▁mane", + "iras" + ], + [ + "▁man", + "eiras" + ], + [ + "▁alo", + "ne" + ], + [ + "▁al", + "one" + ], + [ + "▁", + "alone" + ], + [ + "cent", + "er" + ], + [ + "c", + "enter" + ], + [ + "▁en", + "h" + ], + [ + "▁e", + "nh" + ], + [ + "▁", + "enh" + ], + [ + "A", + "m" + ], + [ + "ive", + "ira" + ], + [ + "iv", + "eira" + ], + [ + "i", + "veira" + ], + [ + "▁prev", + "al" + ], + [ + "▁pre", + "val" + ], + [ + "▁pr", + "eval" + ], + [ + "▁vir", + "us" + ], + [ + "▁vi", + "rus" + ], + [ + "▁v", + "irus" + ], + [ + "▁", + "virus" + ], + [ + "N", + "ão" + ], + [ + "▁dever", + "á" + ], + [ + "▁Ita", + "l" + ], + [ + "▁It", + "al" + ], + [ + "▁I", + "tal" + ], + [ + "▁", + "Ital" + ], + [ + "ib", + "ly" + ], + [ + "i", + "bly" + ], + [ + "▁ne", + "ur" + ], + [ + "▁n", + "eur" + ], + [ + "eb", + "p" + ], + [ + "e", + "bp" + ], + [ + "▁as", + "c" + ], + [ + "▁a", + "sc" + ], + [ + "▁", + "asc" + ], + [ + "ícula", + "s" + ], + [ + "íc", + "ulas" + ], + [ + "í", + "culas" + ], + [ + "▁pl", + "e" + ], + [ + "▁p", + "le" + ], + [ + "▁", + "ple" + ], + [ + "▁suje", + "ito" + ], + [ + "▁J", + "e" + ], + [ + "▁finan", + "ci" + ], + [ + "▁fin", + "anci" + ], + [ + "▁negro", + "s" + ], + [ + "▁neg", + "ros" + ], + [ + "▁ne", + "gros" + ], + [ + "▁tarefa", + "s" + ], + [ + "▁taref", + "as" + ], + [ + "▁pand", + "emia" + ], + [ + "co", + "ol" + ], + [ + "c", + "ool" + ], + [ + "▁C", + "D" + ], + [ + "▁", + "CD" + ], + [ + "isa", + "tion" + ], + [ + "is", + "ation" + ], + [ + "▁conve", + "n" + ], + [ + "▁conv", + "en" + ], + [ + "▁con", + "ven" + ], + [ + "ânico", + "s" + ], + [ + "ân", + "icos" + ], + [ + "▁ris", + "e" + ], + [ + "▁ri", + "se" + ], + [ + "▁r", + "ise" + ], + [ + "▁", + "rise" + ], + [ + "▁we", + "ather" + ], + [ + "▁", + "weather" + ], + [ + "▁gol", + "d" + ], + [ + "▁go", + "ld" + ], + [ + "▁g", + "old" + ], + [ + "▁", + "gold" + ], + [ + "▁ru", + "a" + ], + [ + "▁r", + "ua" + ], + [ + "=", + "(" + ], + [ + "▁Mar", + "c" + ], + [ + "▁Ma", + "rc" + ], + [ + "▁M", + "arc" + ], + [ + "De", + "l" + ], + [ + "D", + "el" + ], + [ + "▁bacter", + "ia" + ], + [ + "▁bact", + "eria" + ], + [ + "▁Rein", + "o" + ], + [ + "▁Rei", + "no" + ], + [ + "▁Re", + "ino" + ], + [ + "UR", + "E" + ], + [ + "U", + "RE" + ], + [ + "ifica", + "ções" + ], + [ + "ific", + "ações" + ], + [ + "if", + "icações" + ], + [ + "▁confl", + "ic" + ], + [ + "▁conf", + "lic" + ], + [ + "▁nutri", + "c" + ], + [ + "▁nut", + "ric" + ], + [ + "▁acontece", + "u" + ], + [ + "▁acontec", + "eu" + ], + [ + "▁aconte", + "ceu" + ], + [ + "▁patri", + "m" + ], + [ + "▁patr", + "im" + ], + [ + "▁pat", + "rim" + ], + [ + "▁pa", + "trim" + ], + [ + "an", + "i" + ], + [ + "a", + "ni" + ], + [ + "▁Cr", + "uz" + ], + [ + "▁inv", + "ers" + ], + [ + "▁in", + "vers" + ], + [ + "▁flor", + "es" + ], + [ + "▁flo", + "res" + ], + [ + "▁fl", + "ores" + ], + [ + "8", + "-" + ], + [ + "Mod", + "ule" + ], + [ + "Mo", + "dule" + ], + [ + "▁fe", + "ar" + ], + [ + "▁f", + "ear" + ], + [ + "d", + "l" + ], + [ + "ad", + "min" + ], + [ + "ive", + "l" + ], + [ + "iv", + "el" + ], + [ + "i", + "vel" + ], + [ + "▁mar", + "g" + ], + [ + "▁ma", + "rg" + ], + [ + "▁m", + "arg" + ], + [ + "rit", + "a" + ], + [ + "ri", + "ta" + ], + [ + "r", + "ita" + ], + [ + "GE", + "T" + ], + [ + "G", + "ET" + ], + [ + "▁old", + "er" + ], + [ + "▁ol", + "der" + ], + [ + "▁o", + "lder" + ], + [ + "▁", + "older" + ], + [ + "▁Li", + "m" + ], + [ + "▁L", + "im" + ], + [ + "▁", + "Lim" + ], + [ + "▁inf", + "o" + ], + [ + "▁in", + "fo" + ], + [ + "▁", + "info" + ], + [ + "ent", + "y" + ], + [ + "en", + "ty" + ], + [ + "▁find", + "ing" + ], + [ + "▁fin", + "ding" + ], + [ + "▁f", + "inding" + ], + [ + "▁cidadão", + "s" + ], + [ + "▁cidadã", + "os" + ], + [ + "▁cidad", + "ãos" + ], + [ + "▁vic", + "t" + ], + [ + "▁vi", + "ct" + ], + [ + "▁v", + "ict" + ], + [ + "1'", + "," + ], + [ + "1", + "'," + ], + [ + "▁nome", + "s" + ], + [ + "▁nom", + "es" + ], + [ + "▁no", + "mes" + ], + [ + "▁n", + "omes" + ], + [ + "O", + "K" + ], + [ + "▁troc", + "a" + ], + [ + "▁tro", + "ca" + ], + [ + "▁tr", + "oca" + ], + [ + "▁In", + "s" + ], + [ + "▁I", + "ns" + ], + [ + "▁", + "Ins" + ], + [ + "wh", + "ich" + ], + [ + "▁pass", + "e" + ], + [ + "▁pas", + "se" + ], + [ + "▁p", + "asse" + ], + [ + "▁inclus", + "ão" + ], + [ + "▁inclu", + "são" + ], + [ + "▁incl", + "usão" + ], + [ + "▁in", + "clusão" + ], + [ + "▁FR", + "OM" + ], + [ + "▁F", + "ROM" + ], + [ + ".", + ":" + ], + [ + "▁)", + "." + ], + [ + "▁", + ")." + ], + [ + "Er", + "r" + ], + [ + "E", + "rr" + ], + [ + "▁Roma", + "n" + ], + [ + "▁Rom", + "an" + ], + [ + "▁Ro", + "man" + ], + [ + "▁R", + "oman" + ], + [ + "▁gord", + "ura" + ], + [ + "▁gor", + "dura" + ], + [ + "▁plat", + "a" + ], + [ + "▁pl", + "ata" + ], + [ + "▁od", + "d" + ], + [ + "▁o", + "dd" + ], + [ + "▁", + "odd" + ], + [ + ".", + "4" + ], + [ + "▁Fe", + "bruary" + ], + [ + "uct", + "ure" + ], + [ + "endi", + "f" + ], + [ + "end", + "if" + ], + [ + "en", + "dif" + ], + [ + "▁insp", + "ir" + ], + [ + "▁ins", + "pir" + ], + [ + "istema", + "s" + ], + [ + "istem", + "as" + ], + [ + "iste", + "mas" + ], + [ + "ist", + "emas" + ], + [ + "_", + "." + ], + [ + "▁MA", + "T" + ], + [ + "▁M", + "AT" + ], + [ + "▁", + "MAT" + ], + [ + "▁pres", + "c" + ], + [ + "▁pre", + "sc" + ], + [ + "▁pr", + "esc" + ], + [ + "▁p", + "resc" + ], + [ + "▁verdade", + "ira" + ], + [ + "▁verd", + "adeira" + ], + [ + "▁high", + "est" + ], + [ + "▁Window", + "s" + ], + [ + "▁Wind", + "ows" + ], + [ + "▁W", + "indows" + ], + [ + "▁", + "Windows" + ], + [ + "▁vive", + "m" + ], + [ + "▁viv", + "em" + ], + [ + "▁vi", + "vem" + ], + [ + "[2", + "]" + ], + [ + "[", + "2]" + ], + [ + "▁varied", + "ade" + ], + [ + "▁var", + "iedade" + ], + [ + "▁resposta", + "s" + ], + [ + "▁resp", + "ostas" + ], + [ + "ja", + "c" + ], + [ + "j", + "ac" + ], + [ + "▁hou", + "s" + ], + [ + "▁ho", + "us" + ], + [ + "▁h", + "ous" + ], + [ + "▁Br", + "o" + ], + [ + "▁B", + "ro" + ], + [ + "▁", + "Bro" + ], + [ + "60", + "0" + ], + [ + "6", + "00" + ], + [ + "▁inclu", + "em" + ], + [ + "▁incl", + "uem" + ], + [ + "▁ensina", + "r" + ], + [ + "▁ensin", + "ar" + ], + [ + "▁ens", + "inar" + ], + [ + "▁respons", + "ible" + ], + [ + "com", + "o" + ], + [ + "co", + "mo" + ], + [ + "c", + "omo" + ], + [ + "inate", + "s" + ], + [ + "ina", + "tes" + ], + [ + "in", + "ates" + ], + [ + "▁dep", + "th" + ], + [ + "▁", + "depth" + ], + [ + "▁prov", + "e" + ], + [ + "▁pro", + "ve" + ], + [ + "▁pr", + "ove" + ], + [ + "▁coro", + "n" + ], + [ + "▁cor", + "on" + ], + [ + "▁co", + "ron" + ], + [ + "▁c", + "oron" + ], + [ + "▁Proble", + "m" + ], + [ + "▁Prob", + "lem" + ], + [ + "▁Pro", + "blem" + ], + [ + "▁", + "Problem" + ], + [ + "▁0.0", + "0" + ], + [ + "▁0.", + "00" + ], + [ + "▁0", + ".00" + ], + [ + "▁", + "0.00" + ], + [ + "ray", + "s" + ], + [ + "ra", + "ys" + ], + [ + "r", + "ays" + ], + [ + "ur", + "t" + ], + [ + "u", + "rt" + ], + [ + "▁Com", + "p" + ], + [ + "▁Co", + "mp" + ], + [ + "▁C", + "omp" + ], + [ + "▁", + "Comp" + ], + [ + "▁guid", + "e" + ], + [ + "▁gu", + "ide" + ], + [ + "▁", + "guide" + ], + [ + "oni", + "c" + ], + [ + "on", + "ic" + ], + [ + "o", + "nic" + ], + [ + "▁var", + "y" + ], + [ + "▁va", + "ry" + ], + [ + "▁v", + "ary" + ], + [ + "Val", + "id" + ], + [ + "▁grave", + "s" + ], + [ + "▁grav", + "es" + ], + [ + "▁gra", + "ves" + ], + [ + "▁gr", + "aves" + ], + [ + "Loc", + "ation" + ], + [ + "L", + "ocation" + ], + [ + "▁1.", + "0" + ], + [ + "▁1", + ".0" + ], + [ + "▁", + "1.0" + ], + [ + "▁revis", + "ta" + ], + [ + "▁rev", + "ista" + ], + [ + "▁re", + "vista" + ], + [ + "▁compos", + "ição" + ], + [ + "▁com", + "posição" + ], + [ + "▁ci", + "ma" + ], + [ + "▁c", + "ima" + ], + [ + "333", + "3" + ], + [ + "33", + "33" + ], + [ + "3", + "333" + ], + [ + "▁Soci", + "ety" + ], + [ + "11", + "," + ], + [ + "1", + "1," + ], + [ + "p", + "c" + ], + [ + "▁ne", + "st" + ], + [ + "▁n", + "est" + ], + [ + "▁", + "nest" + ], + [ + "▁século", + "s" + ], + [ + "▁séc", + "ulos" + ], + [ + "▁sé", + "culos" + ], + [ + "▁saud", + "áveis" + ], + [ + "▁Muito", + "s" + ], + [ + "▁Mu", + "itos" + ], + [ + "▁M", + "uitos" + ], + [ + "▁di", + "l" + ], + [ + "▁d", + "il" + ], + [ + "se", + "arch" + ], + [ + "s", + "earch" + ], + [ + "▁organiza", + "tion" + ], + [ + "▁organiz", + "ation" + ], + [ + "▁organ", + "ization" + ], + [ + "▁jud", + "e" + ], + [ + "▁ju", + "de" + ], + [ + "▁j", + "ude" + ], + [ + "▁sub", + "t" + ], + [ + "▁su", + "bt" + ], + [ + "send", + "er" + ], + [ + "sen", + "der" + ], + [ + "s", + "ender" + ], + [ + "Lin", + "k" + ], + [ + "Li", + "nk" + ], + [ + "L", + "ink" + ], + [ + "▁cont", + "ém" + ], + [ + "ólog", + "o" + ], + [ + "ól", + "ogo" + ], + [ + "ó", + "logo" + ], + [ + "▁cum", + "pr" + ], + [ + "▁Pa", + "n" + ], + [ + "▁P", + "an" + ], + [ + "▁", + "Pan" + ], + [ + "n", + "t" + ], + [ + "▁combina", + "tion" + ], + [ + "▁combin", + "ation" + ], + [ + "▁comb", + "ination" + ], + [ + "▁Col", + "lege" + ], + [ + "ett", + "e" + ], + [ + "et", + "te" + ], + [ + "▁fi", + "r" + ], + [ + "▁f", + "ir" + ], + [ + "▁", + "fir" + ], + [ + "▁transforma", + "ção" + ], + [ + "▁transform", + "ação" + ], + [ + "▁trans", + "formação" + ], + [ + "32", + "," + ], + [ + "3", + "2," + ], + [ + "▁return", + "ed" + ], + [ + "feito", + "s" + ], + [ + "fe", + "itos" + ], + [ + "▁contain", + "ing" + ], + [ + "▁conta", + "ining" + ], + [ + "▁cont", + "aining" + ], + [ + "▁con", + "taining" + ], + [ + "gest", + "ão" + ], + [ + "g", + "estão" + ], + [ + "80", + "0" + ], + [ + "8", + "00" + ], + [ + "the", + "ta" + ], + [ + "th", + "eta" + ], + [ + "▁P", + "O" + ], + [ + "▁", + "PO" + ], + [ + "anh", + "a" + ], + [ + "an", + "ha" + ], + [ + "▁ri", + "ch" + ], + [ + "▁r", + "ich" + ], + [ + "▁", + "rich" + ], + [ + "▁Eva", + "ng" + ], + [ + "▁Ev", + "ang" + ], + [ + "▁compr", + "o" + ], + [ + "▁comp", + "ro" + ], + [ + "▁com", + "pro" + ], + [ + "Sp", + "ec" + ], + [ + "S", + "pec" + ], + [ + "▁et", + "ern" + ], + [ + "▁e", + "tern" + ], + [ + "Lo", + "ad" + ], + [ + "▁note", + "s" + ], + [ + "▁not", + "es" + ], + [ + "▁no", + "tes" + ], + [ + "▁n", + "otes" + ], + [ + "▁", + "notes" + ], + [ + "▁Pro", + "m" + ], + [ + "▁Pr", + "om" + ], + [ + "▁P", + "rom" + ], + [ + "▁", + "Prom" + ], + [ + "▁link", + "s" + ], + [ + "▁lin", + "ks" + ], + [ + "▁l", + "inks" + ], + [ + "▁", + "links" + ], + [ + "go", + "v" + ], + [ + "g", + "ov" + ], + [ + "▁ti", + "t" + ], + [ + "▁t", + "it" + ], + [ + "▁", + "tit" + ], + [ + "▁impre", + "ss" + ], + [ + "▁impr", + "ess" + ], + [ + "▁imp", + "ress" + ], + [ + "▁im", + "press" + ], + [ + "▁com", + "ércio" + ], + [ + "▁American", + "s" + ], + [ + "▁America", + "ns" + ], + [ + "▁Americ", + "ans" + ], + [ + "erg", + "ia" + ], + [ + "er", + "gia" + ], + [ + "▁XI", + "X" + ], + [ + "▁X", + "IX" + ], + [ + "▁encon", + "t" + ], + [ + "▁enc", + "ont" + ], + [ + "▁en", + "cont" + ], + [ + "ua", + "te" + ], + [ + "u", + "ate" + ], + [ + "ro", + "z" + ], + [ + "r", + "oz" + ], + [ + "▁E", + "L" + ], + [ + "▁", + "EL" + ], + [ + "▁effort", + "s" + ], + [ + "▁ate", + "nd" + ], + [ + "▁at", + "end" + ], + [ + "ér", + "cito" + ], + [ + "ide", + "m" + ], + [ + "id", + "em" + ], + [ + "i", + "dem" + ], + [ + "▁200", + "5" + ], + [ + "▁20", + "05" + ], + [ + "▁2", + "005" + ], + [ + "▁com", + "ing" + ], + [ + "▁co", + "ming" + ], + [ + "▁c", + "oming" + ], + [ + "▁", + "coming" + ], + [ + "▁him", + "self" + ], + [ + "▁opportun", + "ity" + ], + [ + "▁4", + ":" + ], + [ + "▁", + "4:" + ], + [ + "▁ret", + "ir" + ], + [ + "▁re", + "tir" + ], + [ + "▁sentimento", + "s" + ], + [ + "▁sentiment", + "os" + ], + [ + "▁sent", + "imentos" + ], + [ + "▁mot", + "her" + ], + [ + "▁mo", + "ther" + ], + [ + "▁m", + "other" + ], + [ + "▁", + "mother" + ], + [ + "▁apar", + "t" + ], + [ + "▁ap", + "art" + ], + [ + "▁a", + "part" + ], + [ + "_", + "3" + ], + [ + "▁cé", + "u" + ], + [ + "▁c", + "éu" + ], + [ + "▁surg", + "e" + ], + [ + "▁sur", + "ge" + ], + [ + "▁Found", + "ation" + ], + [ + "izo", + "u" + ], + [ + "iz", + "ou" + ], + [ + "Handle", + "r" + ], + [ + "Hand", + "ler" + ], + [ + "▁pl", + "astic" + ], + [ + "▁", + "plastic" + ], + [ + "▁V", + "i" + ], + [ + "con", + "f" + ], + [ + "co", + "nf" + ], + [ + "▁Ma", + "p" + ], + [ + "▁M", + "ap" + ], + [ + "▁", + "Map" + ], + [ + "▁8", + "9" + ], + [ + "▁", + "89" + ], + [ + "par", + "a" + ], + [ + "pa", + "ra" + ], + [ + "p", + "ara" + ], + [ + "h", + "r" + ], + [ + "▁explica", + "r" + ], + [ + "▁explic", + "ar" + ], + [ + "▁expl", + "icar" + ], + [ + "▁202", + "1" + ], + [ + "▁20", + "21" + ], + [ + "▁2", + "021" + ], + [ + "▁liqu", + "id" + ], + [ + "amp", + "l" + ], + [ + "am", + "pl" + ], + [ + "▁hydr", + "o" + ], + [ + "▁hyd", + "ro" + ], + [ + "▁hy", + "dro" + ], + [ + "▁", + "hydro" + ], + [ + "▁po", + "w" + ], + [ + "▁p", + "ow" + ], + [ + "▁", + "pow" + ], + [ + "ing", + "o" + ], + [ + "in", + "go" + ], + [ + "▁en", + "z" + ], + [ + "▁e", + "nz" + ], + [ + "▁", + "enz" + ], + [ + "▁happ", + "en" + ], + [ + "eci", + "da" + ], + [ + "ec", + "ida" + ], + [ + "e", + "cida" + ], + [ + "▁no", + "r" + ], + [ + "▁n", + "or" + ], + [ + "▁", + "nor" + ], + [ + "▁Secret", + "aria" + ], + [ + "▁rea", + "is" + ], + [ + "▁re", + "ais" + ], + [ + "▁'", + "'" + ], + [ + "▁", + "''" + ], + [ + "ég", + "io" + ], + [ + "é", + "gio" + ], + [ + "▁bu", + "d" + ], + [ + "▁b", + "ud" + ], + [ + "▁", + "bud" + ], + [ + "x", + "c" + ], + [ + "De", + "s" + ], + [ + "D", + "es" + ], + [ + "▁s", + "áb" + ], + [ + "atical", + "ly" + ], + [ + "atic", + "ally" + ], + [ + "at", + "ically" + ], + [ + "a", + "tically" + ], + [ + "▁específico", + "s" + ], + [ + "▁específ", + "icos" + ], + [ + "▁espec", + "íficos" + ], + [ + "▁concept", + "s" + ], + [ + "▁conce", + "pts" + ], + [ + "fa", + "m" + ], + [ + "f", + "am" + ], + [ + "▁amig", + "o" + ], + [ + "▁am", + "igo" + ], + [ + "▁cre", + "s" + ], + [ + "▁cr", + "es" + ], + [ + "▁c", + "res" + ], + [ + "▁bactéria", + "s" + ], + [ + "▁bact", + "érias" + ], + [ + "▁b", + "actérias" + ], + [ + "▁va", + "z" + ], + [ + "▁v", + "az" + ], + [ + "▁", + "vaz" + ], + [ + "▁Va", + "mos" + ], + [ + "▁V", + "amos" + ], + [ + "▁inter", + "ação" + ], + [ + "▁inte", + "ração" + ], + [ + "▁int", + "eração" + ], + [ + "▁fa", + "ça" + ], + [ + "ty", + "p" + ], + [ + "t", + "yp" + ], + [ + "ia", + "da" + ], + [ + "i", + "ada" + ], + [ + "ik", + "i" + ], + [ + "i", + "ki" + ], + [ + "▁Cas", + "t" + ], + [ + "▁Ca", + "st" + ], + [ + "▁C", + "ast" + ], + [ + "▁", + "Cast" + ], + [ + "▁v", + "s" + ], + [ + "▁", + "vs" + ], + [ + "sc", + "ore" + ], + [ + "s", + "core" + ], + [ + "▁Ph", + "il" + ], + [ + "▁sw", + "e" + ], + [ + "▁s", + "we" + ], + [ + "▁(", + "*" + ], + [ + "▁", + "(*" + ], + [ + "ado", + "w" + ], + [ + "ad", + "ow" + ], + [ + "▁fato", + "s" + ], + [ + "▁fat", + "os" + ], + [ + "▁fa", + "tos" + ], + [ + "▁f", + "atos" + ], + [ + "▁", + "fatos" + ], + [ + "▁espor", + "t" + ], + [ + "▁esp", + "ort" + ], + [ + "▁es", + "port" + ], + [ + "AC", + "E" + ], + [ + "A", + "CE" + ], + [ + "▁(", + "6" + ], + [ + "▁", + "(6" + ], + [ + "aci", + "a" + ], + [ + "ac", + "ia" + ], + [ + "a", + "cia" + ], + [ + "▁Whe", + "re" + ], + [ + "▁Wh", + "ere" + ], + [ + "▁W", + "here" + ], + [ + "▁", + "Where" + ], + [ + "▁cri", + "ou" + ], + [ + "▁cr", + "iou" + ], + [ + "▁roc", + "k" + ], + [ + "▁ro", + "ck" + ], + [ + "▁r", + "ock" + ], + [ + "▁", + "rock" + ], + [ + "▁error", + "s" + ], + [ + "▁erro", + "rs" + ], + [ + "▁err", + "ors" + ], + [ + "▁er", + "rors" + ], + [ + "▁", + "errors" + ], + [ + "▁work", + "ed" + ], + [ + "▁wor", + "ked" + ], + [ + "▁", + "worked" + ], + [ + "▁PR", + "I" + ], + [ + "▁P", + "RI" + ], + [ + "▁", + "PRI" + ], + [ + "▁pobre", + "s" + ], + [ + "▁po", + "bres" + ], + [ + "▁p", + "obres" + ], + [ + "st", + "ud" + ], + [ + "▁K", + "EY" + ], + [ + "▁", + "KEY" + ], + [ + "▁ambiente", + "s" + ], + [ + "▁ambient", + "es" + ], + [ + "▁amb", + "ientes" + ], + [ + "Tre", + "e" + ], + [ + "Tr", + "ee" + ], + [ + "T", + "ree" + ], + [ + "▁passage", + "m" + ], + [ + "▁passa", + "gem" + ], + [ + "▁pass", + "agem" + ], + [ + "▁Pres", + "ident" + ], + [ + "▁bel", + "e" + ], + [ + "▁be", + "le" + ], + [ + "▁b", + "ele" + ], + [ + "res", + "h" + ], + [ + "re", + "sh" + ], + [ + "r", + "esh" + ], + [ + "▁econom", + "y" + ], + [ + "▁econ", + "omy" + ], + [ + "▁ec", + "onomy" + ], + [ + "▁precon", + "ce" + ], + [ + "▁prec", + "once" + ], + [ + "▁pre", + "conce" + ], + [ + "▁standard", + "s" + ], + [ + "▁stand", + "ards" + ], + [ + "▁fert", + "il" + ], + [ + "▁fer", + "til" + ], + [ + "▁bio", + "d" + ], + [ + "▁bi", + "od" + ], + [ + "▁b", + "iod" + ], + [ + "▁giv", + "ing" + ], + [ + "▁gi", + "ving" + ], + [ + "▁g", + "iving" + ], + [ + "▁", + "giving" + ], + [ + "▁semelh", + "ante" + ], + [ + "▁tm", + "p" + ], + [ + "▁t", + "mp" + ], + [ + "▁", + "tmp" + ], + [ + "ad", + "ura" + ], + [ + "a", + "dura" + ], + [ + "▁result", + "ing" + ], + [ + "edo", + "m" + ], + [ + "ed", + "om" + ], + [ + "e", + "dom" + ], + [ + "▁fu", + "g" + ], + [ + "▁f", + "ug" + ], + [ + "=", + ">" + ], + [ + "▁ado", + "pt" + ], + [ + "▁ad", + "opt" + ], + [ + "▁E", + "ast" + ], + [ + "▁circ", + "un" + ], + [ + "▁impacto", + "s" + ], + [ + "▁impact", + "os" + ], + [ + "F", + "irst" + ], + [ + "▁ú", + "til" + ], + [ + "▁char", + "t" + ], + [ + "▁cha", + "rt" + ], + [ + "▁ch", + "art" + ], + [ + "▁", + "chart" + ], + [ + "avi", + "a" + ], + [ + "av", + "ia" + ], + [ + "a", + "via" + ], + [ + "(", + "4" + ], + [ + "▁rend", + "er" + ], + [ + "▁ren", + "der" + ], + [ + "▁r", + "ender" + ], + [ + "▁", + "render" + ], + [ + "ca", + "p" + ], + [ + "c", + "ap" + ], + [ + "▁Ro", + "s" + ], + [ + "▁R", + "os" + ], + [ + "ces", + "t" + ], + [ + "ce", + "st" + ], + [ + "c", + "est" + ], + [ + "▁relacionada", + "s" + ], + [ + "▁relaciona", + "das" + ], + [ + "▁relacion", + "adas" + ], + [ + "▁ro", + "ad" + ], + [ + "▁", + "road" + ], + [ + "usa", + "l" + ], + [ + "us", + "al" + ], + [ + "u", + "sal" + ], + [ + "oura", + "g" + ], + [ + "our", + "ag" + ], + [ + "ou", + "rag" + ], + [ + "▁gl", + "ic" + ], + [ + "▁g", + "lic" + ], + [ + "▁relig", + "ious" + ], + [ + "▁look", + "s" + ], + [ + "sh", + "ip" + ], + [ + "s", + "hip" + ], + [ + "▁analisa", + "r" + ], + [ + "▁analis", + "ar" + ], + [ + "▁anal", + "isar" + ], + [ + ">", + "&" + ], + [ + "▁sim", + "ult" + ], + [ + "▁si", + "mult" + ], + [ + "bt", + "n" + ], + [ + "b", + "tn" + ], + [ + "▁kil", + "l" + ], + [ + "▁k", + "ill" + ], + [ + "▁", + "kill" + ], + [ + "▁car", + "reira" + ], + [ + "▁Bu", + "ild" + ], + [ + "▁B", + "uild" + ], + [ + "▁", + "Build" + ], + [ + "▁perce", + "b" + ], + [ + "▁perc", + "eb" + ], + [ + "▁per", + "ceb" + ], + [ + "▁die", + "d" + ], + [ + "▁di", + "ed" + ], + [ + "▁d", + "ied" + ], + [ + "’", + "." + ], + [ + "▁Ans", + "w" + ], + [ + "▁An", + "sw" + ], + [ + "▁", + "Answ" + ], + [ + "MA", + "X" + ], + [ + "M", + "AX" + ], + [ + "▁nove", + "l" + ], + [ + "▁nov", + "el" + ], + [ + "▁no", + "vel" + ], + [ + "U", + "C" + ], + [ + "▁tow", + "ard" + ], + [ + "▁to", + "ward" + ], + [ + "▁6", + "5" + ], + [ + "▁", + "65" + ], + [ + "ile", + "g" + ], + [ + "il", + "eg" + ], + [ + "i", + "leg" + ], + [ + ";", + ";" + ], + [ + "▁Mo", + "t" + ], + [ + "▁M", + "ot" + ], + [ + "▁Min", + "as" + ], + [ + "▁Mi", + "nas" + ], + [ + "▁M", + "inas" + ], + [ + "▁artigo", + "s" + ], + [ + "▁art", + "igos" + ], + [ + "▁compost", + "o" + ], + [ + "▁compos", + "to" + ], + [ + "▁comp", + "osto" + ], + [ + "▁com", + "posto" + ], + [ + "inge", + "r" + ], + [ + "ing", + "er" + ], + [ + "in", + "ger" + ], + [ + "i", + "nger" + ], + [ + "▁trac", + "k" + ], + [ + "▁tra", + "ck" + ], + [ + "▁tr", + "ack" + ], + [ + "▁t", + "rack" + ], + [ + "▁", + "track" + ], + [ + ">", + "." + ], + [ + "▁power", + "ful" + ], + [ + "Le", + "vel" + ], + [ + "To", + "p" + ], + [ + "T", + "op" + ], + [ + "▁E", + "R" + ], + [ + "▁", + "ER" + ], + [ + "▁explora", + "ção" + ], + [ + "▁explor", + "ação" + ], + [ + "▁explo", + "ração" + ], + [ + "▁expl", + "oração" + ], + [ + "▁Out", + "ra" + ], + [ + "▁Ou", + "tra" + ], + [ + "▁O", + "utra" + ], + [ + "pla", + "n" + ], + [ + "pl", + "an" + ], + [ + "p", + "lan" + ], + [ + "▁exata", + "mente" + ], + [ + "▁ex", + "atamente" + ], + [ + "▁Fi", + "eld" + ], + [ + "▁F", + "ield" + ], + [ + "▁", + "Field" + ], + [ + "▁precisam", + "os" + ], + [ + "▁precisa", + "mos" + ], + [ + "▁precis", + "amos" + ], + [ + "▁ban", + "c" + ], + [ + "▁ba", + "nc" + ], + [ + "▁b", + "anc" + ], + [ + "▁exam", + "e" + ], + [ + "▁ex", + "ame" + ], + [ + "▁divide", + "d" + ], + [ + "▁divid", + "ed" + ], + [ + "▁div", + "ided" + ], + [ + "time", + "s" + ], + [ + "tim", + "es" + ], + [ + "ti", + "mes" + ], + [ + "t", + "imes" + ], + [ + "AD", + "O" + ], + [ + "A", + "DO" + ], + [ + "▁Priv", + "ate" + ], + [ + "▁Pr", + "ivate" + ], + [ + "▁", + "Private" + ], + [ + "Op", + "en" + ], + [ + "O", + "pen" + ], + [ + "▁realizada", + "s" + ], + [ + "▁realiza", + "das" + ], + [ + "▁realiz", + "adas" + ], + [ + "▁real", + "izadas" + ], + [ + "▁share", + "d" + ], + [ + "▁shar", + "ed" + ], + [ + "▁sha", + "red" + ], + [ + "▁sh", + "ared" + ], + [ + "▁s", + "hared" + ], + [ + "▁", + "shared" + ], + [ + "▁Nor", + "m" + ], + [ + "▁No", + "rm" + ], + [ + "▁N", + "orm" + ], + [ + "▁", + "Norm" + ], + [ + "▁p", + "d" + ], + [ + "▁", + "pd" + ], + [ + "▁column", + "s" + ], + [ + "▁", + "columns" + ], + [ + "Id", + "ent" + ], + [ + "▁Proper", + "ty" + ], + [ + "▁Prop", + "erty" + ], + [ + "▁Pro", + "perty" + ], + [ + "▁", + "Property" + ], + [ + "ell", + "a" + ], + [ + "el", + "la" + ], + [ + "ios", + "a" + ], + [ + "io", + "sa" + ], + [ + "i", + "osa" + ], + [ + "▁Associ", + "ação" + ], + [ + "▁Assoc", + "iação" + ], + [ + "▁Ass", + "ociação" + ], + [ + "`,", + "`" + ], + [ + "po", + "p" + ], + [ + "p", + "op" + ], + [ + "ta", + "s" + ], + [ + "t", + "as" + ], + [ + "▁sol", + "ic" + ], + [ + "▁so", + "lic" + ], + [ + "▁s", + "olic" + ], + [ + "▁hi", + "t" + ], + [ + "▁h", + "it" + ], + [ + "▁", + "hit" + ], + [ + "▁]", + "," + ], + [ + "▁", + "]," + ], + [ + "\"", + "}" + ], + [ + "▁kin", + "g" + ], + [ + "▁k", + "ing" + ], + [ + "▁", + "king" + ], + [ + "▁NAS", + "A" + ], + [ + "▁NA", + "SA" + ], + [ + "▁Pr", + "a" + ], + [ + "▁P", + "ra" + ], + [ + "G", + "l" + ], + [ + "▁gav", + "e" + ], + [ + "▁ga", + "ve" + ], + [ + "▁g", + "ave" + ], + [ + "▁Gr", + "up" + ], + [ + "▁G", + "rup" + ], + [ + "▁practice", + "s" + ], + [ + "▁pract", + "ices" + ], + [ + "IA", + "L" + ], + [ + "I", + "AL" + ], + [ + "▁Serv", + "ice" + ], + [ + "▁S", + "ervice" + ], + [ + "▁", + "Service" + ], + [ + "▁discurs", + "o" + ], + [ + "▁disc", + "urso" + ], + [ + "▁dis", + "curso" + ], + [ + "▁Atual", + "mente" + ], + [ + "▁At", + "ualmente" + ], + [ + "ro", + "b" + ], + [ + "r", + "ob" + ], + [ + "▁win", + "ter" + ], + [ + "▁w", + "inter" + ], + [ + "▁ven", + "d" + ], + [ + "▁ve", + "nd" + ], + [ + "▁v", + "end" + ], + [ + "cl", + "os" + ], + [ + "c", + "los" + ], + [ + "▁contra", + "st" + ], + [ + "▁contr", + "ast" + ], + [ + "▁cont", + "rast" + ], + [ + "▁ef", + "iciência" + ], + [ + "Ba", + "r" + ], + [ + "B", + "ar" + ], + [ + "▁w", + "ire" + ], + [ + "▁", + "wire" + ], + [ + "▁transmiss", + "ão" + ], + [ + "▁transm", + "issão" + ], + [ + "▁trans", + "missão" + ], + [ + "▁cit", + "iz" + ], + [ + "ph", + "i" + ], + [ + "p", + "hi" + ], + [ + "(2", + "," + ], + [ + "(", + "2," + ], + [ + "▁âmb", + "ito" + ], + [ + "-", + "7" + ], + [ + "-1", + "," + ], + [ + "-", + "1," + ], + [ + "ograph", + "ic" + ], + [ + "ograp", + "hic" + ], + [ + "ick", + "s" + ], + [ + "ic", + "ks" + ], + [ + "▁te", + "eth" + ], + [ + "▁que", + "da" + ], + [ + "▁qu", + "eda" + ], + [ + "De", + "b" + ], + [ + "D", + "eb" + ], + [ + ")", + "$" + ], + [ + "PA", + "R" + ], + [ + "P", + "AR" + ], + [ + "▁detalhe", + "s" + ], + [ + "▁detal", + "hes" + ], + [ + "▁deta", + "lhes" + ], + [ + "▁det", + "alhes" + ], + [ + "▁ent", + "r" + ], + [ + "▁en", + "tr" + ], + [ + "▁", + "entr" + ], + [ + "▁12", + ":" + ], + [ + "▁1", + "2:" + ], + [ + "▁", + "12:" + ], + [ + "▁determine", + "d" + ], + [ + "▁determin", + "ed" + ], + [ + "▁sele", + "cion" + ], + [ + "unit", + "y" + ], + [ + "uni", + "ty" + ], + [ + "un", + "ity" + ], + [ + "He", + "l" + ], + [ + "H", + "el" + ], + [ + "▁dom", + "ínio" + ], + [ + "2)", + "," + ], + [ + "2", + ")," + ], + [ + "`", + "." + ], + [ + "ha", + "n" + ], + [ + "h", + "an" + ], + [ + "▁bon", + "s" + ], + [ + "▁bo", + "ns" + ], + [ + "▁b", + "ons" + ], + [ + "▁", + "bons" + ], + [ + "▁indic", + "a" + ], + [ + "▁ind", + "ica" + ], + [ + "▁presente", + "d" + ], + [ + "▁present", + "ed" + ], + [ + "▁pres", + "ented" + ], + [ + "▁Tra", + "d" + ], + [ + "▁Tr", + "ad" + ], + [ + "▁T", + "rad" + ], + [ + "▁", + "©" + ], + [ + "ig", + "u" + ], + [ + "i", + "gu" + ], + [ + "▁won", + "der" + ], + [ + "▁w", + "onder" + ], + [ + "ien", + "e" + ], + [ + "ie", + "ne" + ], + [ + "i", + "ene" + ], + [ + "s", + "i" + ], + [ + "▁Me", + "x" + ], + [ + "▁M", + "ex" + ], + [ + "▁", + "Mex" + ], + [ + "úcle", + "o" + ], + [ + "▁volta", + "r" + ], + [ + "▁volt", + "ar" + ], + [ + "▁vol", + "tar" + ], + [ + "fil", + "l" + ], + [ + "fi", + "ll" + ], + [ + "f", + "ill" + ], + [ + "dee", + "d" + ], + [ + "de", + "ed" + ], + [ + "Pac", + "k" + ], + [ + "Pa", + "ck" + ], + [ + "P", + "ack" + ], + [ + "EG", + "ER" + ], + [ + "E", + "GER" + ], + [ + "▁Ba", + "h" + ], + [ + "▁B", + "ah" + ], + [ + "▁support", + "ed" + ], + [ + "▁sup", + "ported" + ], + [ + "▁", + "supported" + ], + [ + "▁defin", + "ição" + ], + [ + "▁Mil", + "l" + ], + [ + "▁Mi", + "ll" + ], + [ + "▁M", + "ill" + ], + [ + "▁", + "Mill" + ], + [ + "▁ident", + "ified" + ], + [ + "▁4", + "6" + ], + [ + "▁", + "46" + ], + [ + "▁dispon", + "ível" + ], + [ + "ach", + "ing" + ], + [ + "ac", + "hing" + ], + [ + "a", + "ching" + ], + [ + "▁sc", + "h" + ], + [ + "▁s", + "ch" + ], + [ + "▁", + "sch" + ], + [ + "Pos", + "ition" + ], + [ + "▁facil", + "mente" + ], + [ + "▁fac", + "ilmente" + ], + [ + "_", + "," + ], + [ + "ell", + "o" + ], + [ + "el", + "lo" + ], + [ + "▁prove", + "n" + ], + [ + "▁prov", + "en" + ], + [ + "▁pro", + "ven" + ], + [ + "▁pr", + "oven" + ], + [ + "▁sl", + "ight" + ], + [ + "▁s", + "light" + ], + [ + "▁aleg", + "ria" + ], + [ + "▁ale", + "gria" + ], + [ + "gra", + "ph" + ], + [ + "gr", + "aph" + ], + [ + "g", + "raph" + ], + [ + "rieve", + "d" + ], + [ + "rie", + "ved" + ], + [ + "▁fica", + "m" + ], + [ + "▁fic", + "am" + ], + [ + "▁fi", + "cam" + ], + [ + "▁atua", + "is" + ], + [ + "▁atu", + "ais" + ], + [ + "▁at", + "uais" + ], + [ + "▁port", + "a" + ], + [ + "▁por", + "ta" + ], + [ + "▁p", + "orta" + ], + [ + "▁S", + "ource" + ], + [ + "▁", + "Source" + ], + [ + "▁enorm", + "e" + ], + [ + "Type", + "s" + ], + [ + "Typ", + "es" + ], + [ + "Ty", + "pes" + ], + [ + "T", + "ypes" + ], + [ + "▁sof", + "t" + ], + [ + "▁so", + "ft" + ], + [ + "▁s", + "oft" + ], + [ + "▁", + "soft" + ], + [ + "▁eat", + "ing" + ], + [ + "▁ea", + "ting" + ], + [ + "▁e", + "ating" + ], + [ + "▁sever", + "e" + ], + [ + "▁se", + "vere" + ], + [ + "▁escrit", + "o" + ], + [ + "▁esc", + "rito" + ], + [ + "leta", + "s" + ], + [ + "let", + "as" + ], + [ + "le", + "tas" + ], + [ + "l", + "etas" + ], + [ + "▁Cana", + "d" + ], + [ + "▁Can", + "ad" + ], + [ + "▁relative", + "ly" + ], + [ + "▁relativ", + "ely" + ], + [ + "▁relat", + "ively" + ], + [ + "▁rel", + "atively" + ], + [ + "Re", + "m" + ], + [ + "R", + "em" + ], + [ + "▁remove", + "d" + ], + [ + "▁remov", + "ed" + ], + [ + "▁remo", + "ved" + ], + [ + "▁rem", + "oved" + ], + [ + ",", + "%" + ], + [ + "iab", + "le" + ], + [ + "ia", + "ble" + ], + [ + "i", + "able" + ], + [ + "We", + "b" + ], + [ + "W", + "eb" + ], + [ + "byte", + "s" + ], + [ + "by", + "tes" + ], + [ + "axi", + "s" + ], + [ + "ax", + "is" + ], + [ + "a", + "xis" + ], + [ + "N", + "E" + ], + [ + "▁Pag", + "e" + ], + [ + "▁Pa", + "ge" + ], + [ + "▁P", + "age" + ], + [ + "▁", + "Page" + ], + [ + "out", + "or" + ], + [ + "ou", + "tor" + ], + [ + "o", + "utor" + ], + [ + "al", + "o" + ], + [ + "a", + "lo" + ], + [ + "▁pi", + "or" + ], + [ + "▁p", + "ior" + ], + [ + "SI", + "ZE" + ], + [ + "S", + "IZE" + ], + [ + "▁paralle", + "l" + ], + [ + "▁paral", + "lel" + ], + [ + "▁par", + "allel" + ], + [ + "▁", + "parallel" + ], + [ + "▁expos", + "ure" + ], + [ + "▁ex", + "posure" + ], + [ + "buff", + "er" + ], + [ + "buf", + "fer" + ], + [ + "b", + "uffer" + ], + [ + "ú", + "s" + ], + [ + "▁Cost", + "a" + ], + [ + "▁Cos", + "ta" + ], + [ + "▁Co", + "sta" + ], + [ + "▁C", + "osta" + ], + [ + "▁só", + "l" + ], + [ + "▁s", + "ól" + ], + [ + "▁structure", + "s" + ], + [ + "▁struct", + "ures" + ], + [ + "ima", + "s" + ], + [ + "im", + "as" + ], + [ + "i", + "mas" + ], + [ + "▁dese", + "j" + ], + [ + "▁show", + "ed" + ], + [ + "▁sho", + "wed" + ], + [ + "▁descobri", + "r" + ], + [ + "▁descob", + "rir" + ], + [ + "▁Initi", + "al" + ], + [ + "▁Init", + "ial" + ], + [ + "▁In", + "itial" + ], + [ + "▁", + "Initial" + ], + [ + "ient", + "al" + ], + [ + "ien", + "tal" + ], + [ + "i", + "ental" + ], + [ + "▁Lu", + "c" + ], + [ + "▁L", + "uc" + ], + [ + "▁bin", + "ary" + ], + [ + "▁b", + "inary" + ], + [ + "▁", + "binary" + ], + [ + "▁com", + "ida" + ], + [ + "▁data", + "base" + ], + [ + "▁d", + "atabase" + ], + [ + "▁", + "database" + ], + [ + "▁per", + "haps" + ], + [ + "▁Su", + "n" + ], + [ + "▁S", + "un" + ], + [ + "▁", + "Sun" + ], + [ + "▁proteína", + "s" + ], + [ + "▁proteín", + "as" + ], + [ + "▁prote", + "ínas" + ], + [ + "▁caf", + "é" + ], + [ + "▁c", + "afé" + ], + [ + "▁Cont", + "udo" + ], + [ + "▁Con", + "tudo" + ], + [ + "O", + "p" + ], + [ + "yn", + "omial" + ], + [ + "▁Hou", + "se" + ], + [ + "▁Ho", + "use" + ], + [ + "▁H", + "ouse" + ], + [ + "▁Lei", + "a" + ], + [ + "▁Le", + "ia" + ], + [ + "▁", + "Leia" + ], + [ + "RE", + "F" + ], + [ + "R", + "EF" + ], + [ + "cus", + "s" + ], + [ + "cu", + "ss" + ], + [ + "c", + "uss" + ], + [ + "á", + "cio" + ], + [ + "bet", + "a" + ], + [ + "be", + "ta" + ], + [ + "b", + "eta" + ], + [ + "▁semana", + "s" + ], + [ + "▁seman", + "as" + ], + [ + "▁sem", + "anas" + ], + [ + "▁bit", + "s" + ], + [ + "▁bi", + "ts" + ], + [ + "▁b", + "its" + ], + [ + "▁", + "bits" + ], + [ + "▁Mar", + "y" + ], + [ + "▁Ma", + "ry" + ], + [ + "▁M", + "ary" + ], + [ + "Di", + "r" + ], + [ + "D", + "ir" + ], + [ + "St", + "at" + ], + [ + "▁introdu", + "z" + ], + [ + "▁intro", + "duz" + ], + [ + "iment", + "s" + ], + [ + "imen", + "ts" + ], + [ + "im", + "ents" + ], + [ + "i", + "ments" + ], + [ + "anguage", + "s" + ], + [ + "angu", + "ages" + ], + [ + "▁quer", + "y" + ], + [ + "▁que", + "ry" + ], + [ + "▁qu", + "ery" + ], + [ + "▁", + "query" + ], + [ + "▁esforço", + "s" + ], + [ + "▁esfor", + "ços" + ], + [ + "▁Ex", + "em" + ], + [ + "grad", + "e" + ], + [ + "gra", + "de" + ], + [ + "gr", + "ade" + ], + [ + "▁Chal", + "l" + ], + [ + "▁Cha", + "ll" + ], + [ + "▁Ch", + "all" + ], + [ + "▁Blo", + "g" + ], + [ + "▁Bl", + "og" + ], + [ + "▁B", + "log" + ], + [ + "▁", + "Blog" + ], + [ + "S", + "Y" + ], + [ + "▁pág", + "ina" + ], + [ + "▁p", + "ágina" + ], + [ + "word", + "s" + ], + [ + "w", + "ords" + ], + [ + "▁20", + "," + ], + [ + "▁2", + "0," + ], + [ + "▁", + "20," + ], + [ + "uc", + "cess" + ], + [ + "u", + "ccess" + ], + [ + "▁11", + ":" + ], + [ + "▁1", + "1:" + ], + [ + "▁", + "11:" + ], + [ + "▁spl", + "it" + ], + [ + "▁sp", + "lit" + ], + [ + "▁s", + "plit" + ], + [ + "▁", + "split" + ], + [ + ".", + "5" + ], + [ + "▁Por", + "que" + ], + [ + "▁P", + "orque" + ], + [ + "▁", + "Porque" + ], + [ + "▁bill", + "ion" + ], + [ + "▁b", + "illion" + ], + [ + "▁Curr", + "ent" + ], + [ + "▁Cur", + "rent" + ], + [ + "▁", + "Current" + ], + [ + "▁discover", + "ed" + ], + [ + "▁dis", + "covered" + ], + [ + "dra", + "w" + ], + [ + "dr", + "aw" + ], + [ + "d", + "raw" + ], + [ + "▁4", + "2" + ], + [ + "▁", + "42" + ], + [ + "▁dúvida", + "s" + ], + [ + "▁dú", + "vidas" + ], + [ + "▁An", + "a" + ], + [ + "▁A", + "na" + ], + [ + "▁pi", + "p" + ], + [ + "▁p", + "ip" + ], + [ + "▁", + "pip" + ], + [ + "▁co", + "ast" + ], + [ + "Sc", + "ript" + ], + [ + "S", + "cript" + ], + [ + "▁curv", + "e" + ], + [ + "▁cur", + "ve" + ], + [ + "▁", + "curve" + ], + [ + "▁intelig", + "ência" + ], + [ + "▁intel", + "igência" + ], + [ + "▁Lab", + "or" + ], + [ + "▁La", + "bor" + ], + [ + "▁L", + "abor" + ], + [ + "▁trein", + "amento" + ], + [ + "▁tre", + "inamento" + ], + [ + "▁co", + "ol" + ], + [ + "▁c", + "ool" + ], + [ + "▁", + "cool" + ], + [ + "▁cheg", + "a" + ], + [ + "▁che", + "ga" + ], + [ + "eter", + "min" + ], + [ + "e", + "termin" + ], + [ + "bra", + "l" + ], + [ + "br", + "al" + ], + [ + "b", + "ral" + ], + [ + "T", + "ab" + ], + [ + "▁nasc", + "imento" + ], + [ + "▁nas", + "cimento" + ], + [ + "▁Ci", + "ência" + ], + [ + "▁C", + "iência" + ], + [ + "▁consci", + "ent" + ], + [ + "▁cons", + "cient" + ], + [ + "▁cel", + "ular" + ], + [ + "▁c", + "elular" + ], + [ + "▁Nov", + "o" + ], + [ + "▁No", + "vo" + ], + [ + "▁N", + "ovo" + ], + [ + "▁Associ", + "ation" + ], + [ + "▁Assoc", + "iation" + ], + [ + "▁Nu", + "t" + ], + [ + "▁N", + "ut" + ], + [ + "D", + "P" + ], + [ + "us", + "o" + ], + [ + "u", + "so" + ], + [ + "']", + "," + ], + [ + "'", + "]," + ], + [ + "▁final", + "ly" + ], + [ + "▁fin", + "ally" + ], + [ + "▁atende", + "r" + ], + [ + "▁atend", + "er" + ], + [ + "▁at", + "ender" + ], + [ + "▁rece", + "pt" + ], + [ + "▁re", + "cept" + ], + [ + "rie", + "nd" + ], + [ + "ri", + "end" + ], + [ + "ori", + "g" + ], + [ + "or", + "ig" + ], + [ + "o", + "rig" + ], + [ + "cs", + "s" + ], + [ + "c", + "ss" + ], + [ + "íg", + "en" + ], + [ + "í", + "gen" + ], + [ + "▁tend", + "ência" + ], + [ + "▁t", + "endência" + ], + [ + "▁gene", + "tic" + ], + [ + "▁gen", + "etic" + ], + [ + "▁RE", + "S" + ], + [ + "▁R", + "ES" + ], + [ + "▁", + "RES" + ], + [ + "▁controla", + "r" + ], + [ + "▁control", + "ar" + ], + [ + "▁contro", + "lar" + ], + [ + "▁contr", + "olar" + ], + [ + "itut", + "ion" + ], + [ + "itu", + "tion" + ], + [ + "it", + "ution" + ], + [ + "▁Exp", + "er" + ], + [ + "▁Ex", + "per" + ], + [ + "▁", + "Exper" + ], + [ + "▁obtain", + "ed" + ], + [ + "▁obt", + "ained" + ], + [ + "▁ob", + "tained" + ], + [ + "▁habit", + "antes" + ], + [ + "▁hab", + "itantes" + ], + [ + "▁encontra", + "m" + ], + [ + "▁encontr", + "am" + ], + [ + "▁encont", + "ram" + ], + [ + "pha", + "s" + ], + [ + "ph", + "as" + ], + [ + "p", + "has" + ], + [ + "▁f", + "utebol" + ], + [ + "sig", + "n" + ], + [ + "si", + "gn" + ], + [ + "s", + "ign" + ], + [ + "▁desta", + "s" + ], + [ + "▁dest", + "as" + ], + [ + "▁des", + "tas" + ], + [ + "▁d", + "estas" + ], + [ + "miss", + "ion" + ], + [ + "m", + "ission" + ], + [ + "))", + "," + ], + [ + ")", + ")," + ], + [ + "▁existente", + "s" + ], + [ + "▁exist", + "entes" + ], + [ + "ui", + "d" + ], + [ + "u", + "id" + ], + [ + "▁terce", + "iro" + ], + [ + "o", + "ções" + ], + [ + "▁sens", + "ação" + ], + [ + "▁investimento", + "s" + ], + [ + "▁invest", + "imentos" + ], + [ + "Hand", + "le" + ], + [ + "anti", + "c" + ], + [ + "ant", + "ic" + ], + [ + "an", + "tic" + ], + [ + "()", + ":" + ], + [ + "(", + "):" + ], + [ + "▁friend", + "s" + ], + [ + "▁fri", + "ends" + ], + [ + "▁", + "́" + ], + [ + "▁ta", + "g" + ], + [ + "▁t", + "ag" + ], + [ + "▁", + "tag" + ], + [ + "▁esper", + "ança" + ], + [ + "▁conflito", + "s" + ], + [ + "▁confl", + "itos" + ], + [ + "▁A", + "v" + ], + [ + "▁", + "Av" + ], + [ + "▁Thom", + "as" + ], + [ + "▁Th", + "omas" + ], + [ + "▁terr", + "en" + ], + [ + "▁ter", + "ren" + ], + [ + "▁react", + "ion" + ], + [ + "▁rea", + "ction" + ], + [ + "▁re", + "action" + ], + [ + "▁distin", + "ct" + ], + [ + "▁dist", + "inct" + ], + [ + "▁descob", + "erta" + ], + [ + "▁você", + "s" + ], + [ + "▁voc", + "ês" + ], + [ + "▁desenvolv", + "ido" + ], + [ + "▁desenvol", + "vido" + ], + [ + "▁Ka", + "r" + ], + [ + "▁K", + "ar" + ], + [ + "▁altern", + "ativa" + ], + [ + "+1", + ")" + ], + [ + "+", + "1)" + ], + [ + "▁met", + "a" + ], + [ + "▁me", + "ta" + ], + [ + "▁m", + "eta" + ], + [ + "▁", + "meta" + ], + [ + "▁bl", + "o" + ], + [ + "▁b", + "lo" + ], + [ + "▁", + "blo" + ], + [ + "▁depress", + "ão" + ], + [ + "▁depr", + "essão" + ], + [ + "▁de", + "pressão" + ], + [ + "▁Des", + "sa" + ], + [ + "▁D", + "essa" + ], + [ + "▁procura", + "r" + ], + [ + "▁procur", + "ar" + ], + [ + "▁proc", + "urar" + ], + [ + "k", + "i" + ], + [ + "▁Cer", + "t" + ], + [ + "▁Ce", + "rt" + ], + [ + "▁C", + "ert" + ], + [ + "▁", + "Cert" + ], + [ + "▁achie", + "ve" + ], + [ + "▁ach", + "ieve" + ], + [ + "▁Inte", + "gr" + ], + [ + "▁", + "Integr" + ], + [ + "Non", + "e" + ], + [ + "No", + "ne" + ], + [ + "N", + "one" + ], + [ + "▁historic", + "al" + ], + [ + "▁histori", + "cal" + ], + [ + "▁histor", + "ical" + ], + [ + "▁hist", + "orical" + ], + [ + "▁un", + "less" + ], + [ + "▁Ol", + "iveira" + ], + [ + "▁fail", + "ed" + ], + [ + "▁fa", + "iled" + ], + [ + "▁", + "failed" + ], + [ + "▁buff", + "er" + ], + [ + "▁buf", + "fer" + ], + [ + "▁b", + "uffer" + ], + [ + "▁", + "buffer" + ], + [ + "▁estimate", + "d" + ], + [ + "▁estima", + "ted" + ], + [ + "▁estim", + "ated" + ], + [ + "▁confi", + "ança" + ], + [ + "▁conf", + "iança" + ], + [ + "▁con", + "fiança" + ], + [ + "▁Wi", + "l" + ], + [ + "▁W", + "il" + ], + [ + "▁Cal", + "l" + ], + [ + "▁Ca", + "ll" + ], + [ + "▁C", + "all" + ], + [ + "▁", + "Call" + ], + [ + "▁Uni", + "t" + ], + [ + "▁Un", + "it" + ], + [ + "▁U", + "nit" + ], + [ + "▁", + "Unit" + ], + [ + "M", + "T" + ], + [ + "▁forte", + "s" + ], + [ + "▁fort", + "es" + ], + [ + "▁for", + "tes" + ], + [ + "ion", + "e" + ], + [ + "io", + "ne" + ], + [ + "i", + "one" + ], + [ + "▁add", + "ing" + ], + [ + "▁ad", + "ding" + ], + [ + "▁", + "adding" + ], + [ + "encial", + "mente" + ], + [ + "enci", + "almente" + ], + [ + "en", + "cialmente" + ], + [ + "▁any", + "one" + ], + [ + "▁poderia", + "m" + ], + [ + "▁poder", + "iam" + ], + [ + "▁pode", + "riam" + ], + [ + "▁freq", + "ü" + ], + [ + "▁fre", + "qü" + ], + [ + "▁approximate", + "ly" + ], + [ + "▁approxim", + "ately" + ], + [ + "▁degra", + "d" + ], + [ + "▁deg", + "rad" + ], + [ + "▁de", + "grad" + ], + [ + "▁C", + "A" + ], + [ + "▁", + "CA" + ], + [ + "spl", + "it" + ], + [ + "sp", + "lit" + ], + [ + "s", + "plit" + ], + [ + "▁preserv", + "ação" + ], + [ + "▁process", + "ing" + ], + [ + "▁", + "processing" + ], + [ + "Ki", + "nd" + ], + [ + "K", + "ind" + ], + [ + "3)", + "." + ], + [ + "3", + ")." + ], + [ + "jp", + "g" + ], + [ + "j", + "pg" + ], + [ + "math", + "bf" + ], + [ + "▁pres", + "ence" + ], + [ + "▁pec", + "ado" + ], + [ + "▁pe", + "cado" + ], + [ + "▁enfe", + "r" + ], + [ + "▁enf", + "er" + ], + [ + "▁en", + "fer" + ], + [ + "▁Ye", + "ar" + ], + [ + "▁Y", + "ear" + ], + [ + "▁", + "Year" + ], + [ + "eci", + "a" + ], + [ + "ec", + "ia" + ], + [ + "e", + "cia" + ], + [ + "▁compra", + "r" + ], + [ + "▁compr", + "ar" + ], + [ + "▁comp", + "rar" + ], + [ + "Has", + "h" + ], + [ + "H", + "ash" + ], + [ + "▁ex", + "terior" + ], + [ + "▁frequente", + "mente" + ], + [ + "▁frequent", + "emente" + ], + [ + "▁frequ", + "entemente" + ], + [ + "▁lo", + "u" + ], + [ + "▁l", + "ou" + ], + [ + "▁Toda", + "y" + ], + [ + "▁Tod", + "ay" + ], + [ + "▁To", + "day" + ], + [ + "doc", + "s" + ], + [ + "do", + "cs" + ], + [ + "▁ini", + "m" + ], + [ + "▁in", + "im" + ], + [ + "▁mesma", + "s" + ], + [ + "▁mes", + "mas" + ], + [ + "▁forma", + "r" + ], + [ + "▁form", + "ar" + ], + [ + "▁for", + "mar" + ], + [ + "F", + "R" + ], + [ + "ep", + "s" + ], + [ + "e", + "ps" + ], + [ + "▁therap", + "y" + ], + [ + "▁ther", + "apy" + ], + [ + "go", + "t" + ], + [ + "g", + "ot" + ], + [ + "pe", + "ed" + ], + [ + "▁H", + "ospital" + ], + [ + "Com", + "p" + ], + [ + "Co", + "mp" + ], + [ + "C", + "omp" + ], + [ + "S", + "H" + ], + [ + "▁Wh", + "ich" + ], + [ + "her", + "e" + ], + [ + "he", + "re" + ], + [ + "h", + "ere" + ], + [ + "▁Uni", + "on" + ], + [ + "▁Un", + "ion" + ], + [ + "▁", + "Union" + ], + [ + "ry", + "pt" + ], + [ + "r", + "ypt" + ], + [ + "▁bran", + "co" + ], + [ + "▁br", + "anco" + ], + [ + "G", + "R" + ], + [ + "▁B", + "a" + ], + [ + "▁", + "Ba" + ], + [ + "ify", + "ing" + ], + [ + "if", + "ying" + ], + [ + "▁Ri", + "b" + ], + [ + "▁R", + "ib" + ], + [ + "▁strateg", + "y" + ], + [ + "▁str", + "ategy" + ], + [ + "▁estratég", + "ia" + ], + [ + "esa", + "s" + ], + [ + "es", + "as" + ], + [ + "▁char", + "g" + ], + [ + "▁cha", + "rg" + ], + [ + "▁ch", + "arg" + ], + [ + "▁", + "charg" + ], + [ + "▁antig", + "o" + ], + [ + "▁anti", + "go" + ], + [ + "▁ant", + "igo" + ], + [ + "▁pro", + "ib" + ], + [ + "xm", + "l" + ], + [ + "x", + "ml" + ], + [ + "ós", + "se" + ], + [ + "▁flux", + "o" + ], + [ + "▁flu", + "xo" + ], + [ + "▁f", + "luxo" + ], + [ + "▁character", + "s" + ], + [ + "▁char", + "acters" + ], + [ + "vem", + "ent" + ], + [ + "ve", + "ment" + ], + [ + "v", + "ement" + ], + [ + "▁diminui", + "r" + ], + [ + "▁diminu", + "ir" + ], + [ + "▁dimin", + "uir" + ], + [ + "0", + ":" + ], + [ + "na", + "s" + ], + [ + "n", + "as" + ], + [ + "▁fract", + "ion" + ], + [ + "▁frac", + "tion" + ], + [ + "▁fra", + "ction" + ], + [ + "▁fr", + "action" + ], + [ + "▁f", + "raction" + ], + [ + "▁Pesquis", + "a" + ], + [ + "▁4", + "9" + ], + [ + "▁", + "49" + ], + [ + "▁Mult", + "i" + ], + [ + "▁Mul", + "ti" + ], + [ + "▁Mu", + "lti" + ], + [ + "▁M", + "ulti" + ], + [ + "▁", + "Multi" + ], + [ + "Mat", + "rix" + ], + [ + "▁U", + "K" + ], + [ + "▁", + "UK" + ], + [ + "▁4", + ")" + ], + [ + "▁", + "4)" + ], + [ + "▁Esp", + "an" + ], + [ + "▁Es", + "pan" + ], + [ + "▁E", + "span" + ], + [ + "▁compar", + "e" + ], + [ + "▁comp", + "are" + ], + [ + "▁com", + "pare" + ], + [ + "▁", + "compare" + ], + [ + "▁surg", + "iu" + ], + [ + "▁all", + "oc" + ], + [ + "▁al", + "loc" + ], + [ + "▁", + "alloc" + ], + [ + "stro", + "ng" + ], + [ + "str", + "ong" + ], + [ + "st", + "rong" + ], + [ + "▁const", + "r" + ], + [ + "▁cons", + "tr" + ], + [ + "▁con", + "str" + ], + [ + "ang", + "ing" + ], + [ + "an", + "ging" + ], + [ + "▁mil", + "hares" + ], + [ + "▁us", + "a" + ], + [ + "▁u", + "sa" + ], + [ + "▁", + "usa" + ], + [ + "W", + "S" + ], + [ + "▁see", + "d" + ], + [ + "▁se", + "ed" + ], + [ + "▁", + "seed" + ], + [ + "▁caracter", + "ística" + ], + [ + "▁ora", + "ção" + ], + [ + "▁or", + "ação" + ], + [ + "▁o", + "ração" + ], + [ + "▁", + "oração" + ], + [ + "▁m", + "g" + ], + [ + "▁", + "mg" + ], + [ + "▁depend", + "s" + ], + [ + "▁dep", + "ends" + ], + [ + "▁vo", + "u" + ], + [ + "▁v", + "ou" + ], + [ + "AR", + "RA" + ], + [ + "agu", + "e" + ], + [ + "ag", + "ue" + ], + [ + "a", + "gue" + ], + [ + "▁H", + "y" + ], + [ + "▁", + "Hy" + ], + [ + "ô", + "s" + ], + [ + "▁wo", + "man" + ], + [ + "▁w", + "oman" + ], + [ + "▁form", + "er" + ], + [ + "▁for", + "mer" + ], + [ + "▁strateg", + "ies" + ], + [ + "▁0)", + ";" + ], + [ + "▁0", + ");" + ], + [ + "▁", + "0);" + ], + [ + "▁second", + "s" + ], + [ + "▁sec", + "onds" + ], + [ + "▁s", + "econds" + ], + [ + "▁", + "seconds" + ], + [ + "▁Dan", + "iel" + ], + [ + "▁Nos", + "sa" + ], + [ + "▁N", + "ossa" + ], + [ + "▁cana", + "l" + ], + [ + "▁can", + "al" + ], + [ + "▁ca", + "nal" + ], + [ + "▁c", + "anal" + ], + [ + "▁inch", + "es" + ], + [ + "▁inc", + "hes" + ], + [ + "▁in", + "ches" + ], + [ + "▁19", + "2" + ], + [ + "▁1", + "92" + ], + [ + "▁", + "192" + ], + [ + "▁ref", + "e" + ], + [ + "▁re", + "fe" + ], + [ + "▁16", + "," + ], + [ + "▁1", + "6," + ], + [ + "▁", + "16," + ], + [ + "▁bon", + "d" + ], + [ + "▁bo", + "nd" + ], + [ + "▁b", + "ond" + ], + [ + "▁fas", + "c" + ], + [ + "▁fa", + "sc" + ], + [ + "▁f", + "asc" + ], + [ + "▁município", + "s" + ], + [ + "▁munic", + "ípios" + ], + [ + "▁triang", + "le" + ], + [ + "▁tri", + "angle" + ], + [ + "▁", + "triangle" + ], + [ + "acc", + "ess" + ], + [ + "ac", + "cess" + ], + [ + "a", + "ccess" + ], + [ + "éd", + "ito" + ], + [ + "é", + "dito" + ], + [ + "lection", + "s" + ], + [ + "lect", + "ions" + ], + [ + "le", + "ctions" + ], + [ + "l", + "ections" + ], + [ + "▁corret", + "a" + ], + [ + "▁corre", + "ta" + ], + [ + "▁corr", + "eta" + ], + [ + "▁cor", + "reta" + ], + [ + "▁Des", + "p" + ], + [ + "▁De", + "sp" + ], + [ + "▁D", + "esp" + ], + [ + "▁spr", + "ing" + ], + [ + "▁sp", + "ring" + ], + [ + "▁s", + "pring" + ], + [ + "▁", + "spring" + ], + [ + "▁discuss", + "ion" + ], + [ + "▁F", + "A" + ], + [ + "▁", + "FA" + ], + [ + "▁administr", + "ação" + ], + [ + "▁admin", + "istração" + ], + [ + "▁Rev", + "iew" + ], + [ + "▁Re", + "view" + ], + [ + "▁", + "Review" + ], + [ + "▁200", + "4" + ], + [ + "▁20", + "04" + ], + [ + "▁2", + "004" + ], + [ + "0", + "_" + ], + [ + "rog", + "as" + ], + [ + "ro", + "gas" + ], + [ + "▁fe", + "c" + ], + [ + "▁f", + "ec" + ], + [ + "▁chang", + "ing" + ], + [ + "▁ch", + "anging" + ], + [ + "}_", + "{" + ], + [ + "}", + "_{" + ], + [ + "19", + "9" + ], + [ + "1", + "99" + ], + [ + "▁altern", + "ative" + ], + [ + "▁alter", + "native" + ], + [ + "B", + "O" + ], + [ + "19", + "," + ], + [ + "1", + "9," + ], + [ + "▁semelhante", + "s" + ], + [ + "▁semelh", + "antes" + ], + [ + "E", + "v" + ], + [ + "▁region", + "s" + ], + [ + "▁reg", + "ions" + ], + [ + "qui", + "s" + ], + [ + "qu", + "is" + ], + [ + "q", + "uis" + ], + [ + "ag", + "u" + ], + [ + "a", + "gu" + ], + [ + "Param", + "s" + ], + [ + "Para", + "ms" + ], + [ + "Par", + "ams" + ], + [ + "E", + "Q" + ], + [ + "▁Ref", + "er" + ], + [ + "▁Re", + "fer" + ], + [ + "▁", + "Refer" + ], + [ + "▁Me", + "n" + ], + [ + "▁M", + "en" + ], + [ + "▁", + "Men" + ], + [ + "ider", + "s" + ], + [ + "ide", + "rs" + ], + [ + "id", + "ers" + ], + [ + "i", + "ders" + ], + [ + "▁measure", + "d" + ], + [ + "▁meas", + "ured" + ], + [ + "liote", + "ca" + ], + [ + "▁inclu", + "i" + ], + [ + "▁incl", + "ui" + ], + [ + "▁bate", + "r" + ], + [ + "▁bat", + "er" + ], + [ + "▁ba", + "ter" + ], + [ + "▁b", + "ater" + ], + [ + "▁contra", + "d" + ], + [ + "▁contr", + "ad" + ], + [ + "▁cont", + "rad" + ], + [ + "▁con", + "trad" + ], + [ + "▁portugu", + "esa" + ], + [ + "▁perform", + "ed" + ], + [ + "▁per", + "formed" + ], + [ + "▁surve", + "y" + ], + [ + "▁surv", + "ey" + ], + [ + "▁sur", + "vey" + ], + [ + "cas", + "e" + ], + [ + "ca", + "se" + ], + [ + "c", + "ase" + ], + [ + "ent", + "ic" + ], + [ + "en", + "tic" + ], + [ + "\":", + "{\"" + ], + [ + "▁lev", + "e" + ], + [ + "▁le", + "ve" + ], + [ + "▁Estudo", + "s" + ], + [ + "▁Estud", + "os" + ], + [ + "▁Est", + "udos" + ], + [ + "▁interven", + "ção" + ], + [ + "▁interv", + "enção" + ], + [ + "▁inter", + "venção" + ], + [ + "▁our", + "o" + ], + [ + "▁ou", + "ro" + ], + [ + "▁o", + "uro" + ], + [ + "▁", + "ouro" + ], + [ + "▁dout", + "r" + ], + [ + "▁dou", + "tr" + ], + [ + "▁sign", + "s" + ], + [ + "▁sig", + "ns" + ], + [ + "▁Organ", + "ização" + ], + [ + "▁pe", + "ça" + ], + [ + "▁p", + "eça" + ], + [ + "pe", + "s" + ], + [ + "p", + "es" + ], + [ + "IC", + "O" + ], + [ + "I", + "CO" + ], + [ + "▁ES", + "T" + ], + [ + "▁E", + "ST" + ], + [ + "▁", + "EST" + ], + [ + "▁care", + "ful" + ], + [ + "▁car", + "eful" + ], + [ + "ito", + "u" + ], + [ + "it", + "ou" + ], + [ + "10", + ")" + ], + [ + "1", + "0)" + ], + [ + "▁Use", + "r" + ], + [ + "▁Us", + "er" + ], + [ + "▁U", + "ser" + ], + [ + "▁", + "User" + ], + [ + "▁dr", + "ive" + ], + [ + "▁", + "drive" + ], + [ + "▁ins", + "ul" + ], + [ + "▁in", + "sul" + ], + [ + "▁af", + "ast" + ], + [ + "▁a", + "fast" + ], + [ + "9", + "-" + ], + [ + "▁perten", + "c" + ], + [ + "▁pert", + "enc" + ], + [ + "▁san", + "d" + ], + [ + "▁sa", + "nd" + ], + [ + "▁s", + "and" + ], + [ + "itado", + "s" + ], + [ + "ita", + "dos" + ], + [ + "it", + "ados" + ], + [ + "▁mathemat", + "ical" + ], + [ + "Por", + "t" + ], + [ + "Po", + "rt" + ], + [ + "P", + "ort" + ], + [ + "Fre", + "e" + ], + [ + "Fr", + "ee" + ], + [ + "F", + "ree" + ], + [ + "▁man", + "hã" + ], + [ + "▁li", + "f" + ], + [ + "▁l", + "if" + ], + [ + "▁", + "lif" + ], + [ + "▁Di", + "f" + ], + [ + "▁D", + "if" + ], + [ + "▁", + "Dif" + ], + [ + "▁necessária", + "s" + ], + [ + "▁necess", + "árias" + ], + [ + "▁passar", + "am" + ], + [ + "▁passa", + "ram" + ], + [ + "▁pass", + "aram" + ], + [ + "▁so", + "z" + ], + [ + "▁s", + "oz" + ], + [ + "▁instru", + "ment" + ], + [ + "▁instr", + "ument" + ], + [ + "bur", + "g" + ], + [ + "bu", + "rg" + ], + [ + "b", + "urg" + ], + [ + "▁Pode", + "r" + ], + [ + "▁Pod", + "er" + ], + [ + "▁Po", + "der" + ], + [ + "▁P", + "oder" + ], + [ + "nc", + "ia" + ], + [ + "n", + "cia" + ], + [ + "▁ver", + "b" + ], + [ + "▁ve", + "rb" + ], + [ + "▁", + "verb" + ], + [ + "▁Li", + "ke" + ], + [ + "▁L", + "ike" + ], + [ + "▁", + "Like" + ], + [ + "▁fat", + "her" + ], + [ + "▁fa", + "ther" + ], + [ + "▁f", + "ather" + ], + [ + "▁", + "father" + ], + [ + "asser", + "t" + ], + [ + "asse", + "rt" + ], + [ + "ass", + "ert" + ], + [ + "▁mol", + "d" + ], + [ + "▁mo", + "ld" + ], + [ + "▁m", + "old" + ], + [ + "▁Amb", + "iente" + ], + [ + "▁absolut", + "e" + ], + [ + "▁absol", + "ute" + ], + [ + "▁", + "absolute" + ], + [ + "▁infec", + "ção" + ], + [ + "▁infe", + "cção" + ], + [ + "▁inf", + "ecção" + ], + [ + "▁extrac", + "t" + ], + [ + "▁extra", + "ct" + ], + [ + "▁extr", + "act" + ], + [ + "▁ext", + "ract" + ], + [ + "▁ex", + "tract" + ], + [ + "▁", + "extract" + ], + [ + "▁adv", + "ers" + ], + [ + "▁ad", + "vers" + ], + [ + "▁but", + "ton" + ], + [ + "▁b", + "utton" + ], + [ + "▁", + "button" + ], + [ + "bo", + "ol" + ], + [ + "b", + "ool" + ], + [ + "▁fil", + "m" + ], + [ + "▁fi", + "lm" + ], + [ + "▁Amaz", + "ônia" + ], + [ + "▁diret", + "a" + ], + [ + "▁dire", + "ta" + ], + [ + "▁dir", + "eta" + ], + [ + "▁di", + "reta" + ], + [ + "▁gener", + "ation" + ], + [ + "▁gene", + "ration" + ], + [ + "▁", + "generation" + ], + [ + "▁fin", + "s" + ], + [ + "▁fi", + "ns" + ], + [ + "▁f", + "ins" + ], + [ + "▁Espec", + "ial" + ], + [ + "▁Esp", + "ecial" + ], + [ + "▁E", + "special" + ], + [ + "▁mostra", + "m" + ], + [ + "▁mostr", + "am" + ], + [ + "▁most", + "ram" + ], + [ + "▁rea", + "ção" + ], + [ + "▁re", + "ação" + ], + [ + "▁agente", + "s" + ], + [ + "▁agent", + "es" + ], + [ + "▁ag", + "entes" + ], + [ + "000", + "," + ], + [ + "00", + "0," + ], + [ + "0", + "00," + ], + [ + "Õ", + "ES" + ], + [ + "ind", + "ic" + ], + [ + "in", + "dic" + ], + [ + "era", + "is" + ], + [ + "er", + "ais" + ], + [ + "e", + "rais" + ], + [ + "▁si", + "t" + ], + [ + "▁s", + "it" + ], + [ + "▁prop", + "ósito" + ], + [ + "▁cone", + "x" + ], + [ + "▁con", + "ex" + ], + [ + "▁co", + "nex" + ], + [ + "▁expans", + "ão" + ], + [ + "in", + "ária" + ], + [ + "▁irmão", + "s" + ], + [ + "▁irmã", + "os" + ], + [ + "▁irm", + "ãos" + ], + [ + "ita", + "da" + ], + [ + "it", + "ada" + ], + [ + "▁consum", + "ption" + ], + [ + "for", + "d" + ], + [ + "fo", + "rd" + ], + [ + "f", + "ord" + ], + [ + "pose", + "s" + ], + [ + "pos", + "es" + ], + [ + "po", + "ses" + ], + [ + "p", + "oses" + ], + [ + "▁fr", + "uit" + ], + [ + "▁", + "fruit" + ], + [ + "W", + "ork" + ], + [ + "▁requirement", + "s" + ], + [ + "▁require", + "ments" + ], + [ + "▁desl", + "oc" + ], + [ + "▁des", + "loc" + ], + [ + "▁pergunta", + "s" + ], + [ + "▁pergunt", + "as" + ], + [ + "▁perg", + "untas" + ], + [ + "▁record", + "s" + ], + [ + "▁recor", + "ds" + ], + [ + "▁rec", + "ords" + ], + [ + "▁", + "records" + ], + [ + "▁correspond", + "ing" + ], + [ + "an", + "y" + ], + [ + "a", + "ny" + ], + [ + "▁R", + "a" + ], + [ + "▁", + "Ra" + ], + [ + "ract", + "ion" + ], + [ + "rac", + "tion" + ], + [ + "ra", + "ction" + ], + [ + "r", + "action" + ], + [ + "ec", + "a" + ], + [ + "e", + "ca" + ], + [ + "▁eigh", + "t" + ], + [ + "▁e", + "ight" + ], + [ + "▁", + "eight" + ], + [ + "▁Count", + "y" + ], + [ + "▁Coun", + "ty" + ], + [ + "[", + "2" + ], + [ + "Fil", + "ter" + ], + [ + "▁com", + "mercial" + ], + [ + "▁fra", + "c" + ], + [ + "▁fr", + "ac" + ], + [ + "▁f", + "rac" + ], + [ + "▁", + "frac" + ], + [ + "ician", + "s" + ], + [ + "icia", + "ns" + ], + [ + "ici", + "ans" + ], + [ + "ic", + "ians" + ], + [ + "▁horizont", + "al" + ], + [ + "▁horizon", + "tal" + ], + [ + "▁horiz", + "ontal" + ], + [ + "▁hor", + "izontal" + ], + [ + "▁", + "horizontal" + ], + [ + "enda", + "r" + ], + [ + "end", + "ar" + ], + [ + "en", + "dar" + ], + [ + "ética", + "s" + ], + [ + "ét", + "icas" + ], + [ + "é", + "ticas" + ], + [ + "▁subst", + "ant" + ], + [ + "▁offer", + "s" + ], + [ + "▁off", + "ers" + ], + [ + "▁inf", + "l" + ], + [ + "▁in", + "fl" + ], + [ + "▁", + "infl" + ], + [ + "▁Palavra", + "s" + ], + [ + "▁Palav", + "ras" + ], + [ + "▁comp", + "ens" + ], + [ + "▁com", + "pens" + ], + [ + "oqu", + "e" + ], + [ + "o", + "que" + ], + [ + "')", + "." + ], + [ + "'", + ")." + ], + [ + "avo", + "r" + ], + [ + "av", + "or" + ], + [ + "a", + "vor" + ], + [ + "▁12", + "0" + ], + [ + "▁1", + "20" + ], + [ + "▁", + "120" + ], + [ + "▁memb", + "ran" + ], + [ + "▁mem", + "bran" + ], + [ + "ock", + "et" + ], + [ + "oc", + "ket" + ], + [ + "MA", + "KE" + ], + [ + "▁conf", + "er" + ], + [ + "▁con", + "fer" + ], + [ + "▁pé", + "s" + ], + [ + "▁p", + "és" + ], + [ + "▁contribu", + "t" + ], + [ + "▁cont", + "ribut" + ], + [ + "▁Ha", + "m" + ], + [ + "▁H", + "am" + ], + [ + "▁", + "∈" + ], + [ + "▁Fol", + "low" + ], + [ + "▁preg", + "n" + ], + [ + "▁pre", + "gn" + ], + [ + "ipo", + "s" + ], + [ + "ip", + "os" + ], + [ + "i", + "pos" + ], + [ + "▁se", + "ven" + ], + [ + "▁s", + "even" + ], + [ + "▁fog", + "o" + ], + [ + "▁fo", + "go" + ], + [ + "▁f", + "ogo" + ], + [ + "▁arch", + "itect" + ], + [ + "▁The", + "ir" + ], + [ + "▁immediate", + "ly" + ], + [ + "▁immedi", + "ately" + ], + [ + "is", + "o" + ], + [ + "i", + "so" + ], + [ + "▁Ac", + "cept" + ], + [ + "▁", + "Accept" + ], + [ + "▁tr", + "ás" + ], + [ + "▁interna", + "cionais" + ], + [ + "▁intern", + "acionais" + ], + [ + "PE", + "R" + ], + [ + "P", + "ER" + ], + [ + "▁min", + "or" + ], + [ + "▁mi", + "nor" + ], + [ + "▁", + "minor" + ], + [ + "▁evolut", + "ion" + ], + [ + "▁evolu", + "tion" + ], + [ + "▁evol", + "ution" + ], + [ + "▁e", + "volution" + ], + [ + "▁ha", + "ja" + ], + [ + "▁major", + "ity" + ], + [ + "▁maj", + "ority" + ], + [ + "us", + "a" + ], + [ + "u", + "sa" + ], + [ + "▁st", + "ock" + ], + [ + "▁", + "stock" + ], + [ + "Cur", + "rent" + ], + [ + "Build", + "er" + ], + [ + "▁size", + "of" + ], + [ + "▁", + "sizeof" + ], + [ + "▁específ", + "ico" + ], + [ + "▁espec", + "ífico" + ], + [ + "▁sed", + "e" + ], + [ + "▁se", + "de" + ], + [ + "▁s", + "ede" + ], + [ + "▁scr", + "e" + ], + [ + "▁sc", + "re" + ], + [ + "▁s", + "cre" + ], + [ + "sec", + "urity" + ], + [ + "s", + "ecurity" + ], + [ + "▁muscul", + "ar" + ], + [ + "▁mus", + "cular" + ], + [ + "▁especial", + "ista" + ], + [ + "▁front", + "e" + ], + [ + "▁fr", + "onte" + ], + [ + "▁bele", + "za" + ], + [ + "▁bel", + "eza" + ], + [ + "▁b", + "eleza" + ], + [ + "▁100", + "%" + ], + [ + "▁10", + "0%" + ], + [ + "D", + "R" + ], + [ + "▁destac", + "a" + ], + [ + "▁desta", + "ca" + ], + [ + "▁dest", + "aca" + ], + [ + "ill", + "a" + ], + [ + "il", + "la" + ], + [ + "▁cole", + "g" + ], + [ + "▁col", + "eg" + ], + [ + "▁co", + "leg" + ], + [ + "▁edi", + "f" + ], + [ + "▁ed", + "if" + ], + [ + "▁e", + "dif" + ], + [ + "undo", + "s" + ], + [ + "und", + "os" + ], + [ + "un", + "dos" + ], + [ + "▁Energ", + "y" + ], + [ + "▁En", + "ergy" + ], + [ + "▁", + "Energy" + ], + [ + "▁fail", + "ure" + ], + [ + "▁f", + "ailure" + ], + [ + "▁", + "failure" + ], + [ + "▁Gra", + "ph" + ], + [ + "▁Gr", + "aph" + ], + [ + "▁G", + "raph" + ], + [ + "▁", + "Graph" + ], + [ + "▁pale", + "st" + ], + [ + "▁pal", + "est" + ], + [ + "LI", + "B" + ], + [ + "L", + "IB" + ], + [ + "▁sh", + "o" + ], + [ + "▁s", + "ho" + ], + [ + "▁tru", + "th" + ], + [ + "▁tr", + "uth" + ], + [ + "▁espec", + "iais" + ], + [ + "ed", + "u" + ], + [ + "e", + "du" + ], + [ + "iov", + "as" + ], + [ + "io", + "vas" + ], + [ + "▁o", + "k" + ], + [ + "▁", + "ok" + ], + [ + "ater", + "ra" + ], + [ + "at", + "erra" + ], + [ + "a", + "terra" + ], + [ + "▁leito", + "r" + ], + [ + "▁lei", + "tor" + ], + [ + "▁le", + "itor" + ], + [ + "▁op", + "ções" + ], + [ + "▁o", + "pções" + ], + [ + "▁S", + "k" + ], + [ + "▁", + "Sk" + ], + [ + "▁plat", + "form" + ], + [ + "▁pl", + "atform" + ], + [ + "▁", + "platform" + ], + [ + "▁trans", + "c" + ], + [ + "▁tran", + "sc" + ], + [ + "▁cri", + "a" + ], + [ + "▁cr", + "ia" + ], + [ + "▁c", + "ria" + ], + [ + "▁close", + "d" + ], + [ + "▁clos", + "ed" + ], + [ + "▁cl", + "osed" + ], + [ + "▁", + "closed" + ], + [ + "ru", + "m" + ], + [ + "r", + "um" + ], + [ + "OU", + "T" + ], + [ + "O", + "UT" + ], + [ + "▁Si", + "ze" + ], + [ + "▁S", + "ize" + ], + [ + "▁", + "Size" + ], + [ + "ce", + "is" + ], + [ + "c", + "eis" + ], + [ + "Head", + "er" + ], + [ + "He", + "ader" + ], + [ + "▁rei", + "n" + ], + [ + "▁re", + "in" + ], + [ + "▁r", + "ein" + ], + [ + "▁preven", + "ir" + ], + [ + "we", + "ll" + ], + [ + "w", + "ell" + ], + [ + "▁estima", + "te" + ], + [ + "▁estim", + "ate" + ], + [ + "▁est", + "imate" + ], + [ + "▁", + "estimate" + ], + [ + "▁learn", + "ed" + ], + [ + "▁Be", + "t" + ], + [ + "▁B", + "et" + ], + [ + "▁", + "Bet" + ], + [ + "▁estr", + "an" + ], + [ + "▁est", + "ran" + ], + [ + "▁es", + "tran" + ], + [ + "▁determina", + "da" + ], + [ + "▁determin", + "ada" + ], + [ + "▁ja", + "n" + ], + [ + "▁j", + "an" + ], + [ + "▁", + "jan" + ], + [ + "B", + "E" + ], + [ + "dro", + "p" + ], + [ + "dr", + "op" + ], + [ + "d", + "rop" + ], + [ + "▁física", + "s" + ], + [ + "▁fís", + "icas" + ], + [ + "▁Return", + "s" + ], + [ + "▁", + "Returns" + ], + [ + "ha", + "el" + ], + [ + "▁E", + "S" + ], + [ + "▁", + "ES" + ], + [ + "▁less", + "on" + ], + [ + "▁les", + "son" + ], + [ + "▁le", + "sson" + ], + [ + "▁Muse", + "u" + ], + [ + "▁Mus", + "eu" + ], + [ + "▁fenôm", + "eno" + ], + [ + "▁veget", + "ais" + ], + [ + "▁Mar", + "k" + ], + [ + "▁Ma", + "rk" + ], + [ + "▁M", + "ark" + ], + [ + "▁", + "Mark" + ], + [ + "▁pass", + "ando" + ], + [ + "▁miss", + "ing" + ], + [ + "▁mis", + "sing" + ], + [ + "▁", + "missing" + ], + [ + "encia", + "r" + ], + [ + "enci", + "ar" + ], + [ + "enc", + "iar" + ], + [ + "▁continue", + "d" + ], + [ + "▁continu", + "ed" + ], + [ + "▁contin", + "ued" + ], + [ + "▁ins", + "et" + ], + [ + "▁in", + "set" + ], + [ + "▁acab", + "a" + ], + [ + "▁ac", + "aba" + ], + [ + "15", + "," + ], + [ + "1", + "5," + ], + [ + "▁person", + "agens" + ], + [ + "ente", + "r" + ], + [ + "ent", + "er" + ], + [ + "en", + "ter" + ], + [ + "Proc", + "ess" + ], + [ + "Pro", + "cess" + ], + [ + "▁radi", + "cal" + ], + [ + "▁rad", + "ical" + ], + [ + "▁Agr", + "icult" + ], + [ + "▁investig", + "ação" + ], + [ + "▁invest", + "igação" + ], + [ + "struct", + "ion" + ], + [ + "stru", + "ction" + ], + [ + "str", + "uction" + ], + [ + "Mo", + "n" + ], + [ + "M", + "on" + ], + [ + "lt", + "i" + ], + [ + "l", + "ti" + ], + [ + "▁Ta", + "b" + ], + [ + "▁T", + "ab" + ], + [ + "▁", + "Tab" + ], + [ + "▁reconhece", + "r" + ], + [ + "▁reconhec", + "er" + ], + [ + "▁reconhe", + "cer" + ], + [ + "▁recon", + "hecer" + ], + [ + "our", + "o" + ], + [ + "ou", + "ro" + ], + [ + "o", + "uro" + ], + [ + "ól", + "ica" + ], + [ + "ó", + "lica" + ], + [ + "ector", + "s" + ], + [ + "ect", + "ors" + ], + [ + "e", + "ctors" + ], + [ + "▁ph", + "en" + ], + [ + "▁p", + "hen" + ], + [ + "▁", + "phen" + ], + [ + "ken", + "s" + ], + [ + "ke", + "ns" + ], + [ + "k", + "ens" + ], + [ + "64", + "," + ], + [ + "6", + "4," + ], + [ + "W", + "indow" + ], + [ + "éia", + "s" + ], + [ + "é", + "ias" + ], + [ + "▁cit", + "ies" + ], + [ + "▁ci", + "ties" + ], + [ + "▁c", + "ities" + ], + [ + "▁vi", + "z" + ], + [ + "▁v", + "iz" + ], + [ + "▁", + "viz" + ], + [ + "el", + "i" + ], + [ + "e", + "li" + ], + [ + "}", + "(" + ], + [ + "pu", + "s" + ], + [ + "p", + "us" + ], + [ + "▁cristão", + "s" + ], + [ + "▁cristã", + "os" + ], + [ + "▁crist", + "ãos" + ], + [ + "▁\"$", + "{" + ], + [ + "▁\"", + "${" + ], + [ + "Ca", + "l" + ], + [ + "C", + "al" + ], + [ + "eliz", + "mente" + ], + [ + "V", + "I" + ], + [ + "-20", + "1" + ], + [ + "-2", + "01" + ], + [ + "-", + "201" + ], + [ + "▁cham", + "a" + ], + [ + "▁cha", + "ma" + ], + [ + "▁ch", + "ama" + ], + [ + "▁recent", + "e" + ], + [ + "▁rec", + "ente" + ], + [ + "▁cart", + "a" + ], + [ + "▁car", + "ta" + ], + [ + "▁c", + "arta" + ], + [ + "car", + "d" + ], + [ + "ca", + "rd" + ], + [ + "c", + "ard" + ], + [ + "▁Inv", + "est" + ], + [ + "▁In", + "vest" + ], + [ + "holder", + "s" + ], + [ + "hold", + "ers" + ], + [ + "hol", + "ders" + ], + [ + "▁deix", + "ou" + ], + [ + "▁Give", + "n" + ], + [ + "▁Gi", + "ven" + ], + [ + "▁G", + "iven" + ], + [ + "auth", + "or" + ], + [ + "aut", + "hor" + ], + [ + "▁Wel", + "l" + ], + [ + "▁We", + "ll" + ], + [ + "▁W", + "ell" + ], + [ + "▁", + "Well" + ], + [ + "▁proto", + "col" + ], + [ + "▁prot", + "ocol" + ], + [ + "▁pro", + "tocol" + ], + [ + "▁", + "protocol" + ], + [ + "▁C", + "âmara" + ], + [ + "▁passa", + "m" + ], + [ + "▁pass", + "am" + ], + [ + "▁pas", + "sam" + ], + [ + "riz", + "es" + ], + [ + "ri", + "zes" + ], + [ + "r", + "izes" + ], + [ + "▁ca", + "v" + ], + [ + "▁c", + "av" + ], + [ + "▁impul", + "s" + ], + [ + "▁imp", + "uls" + ], + [ + "apa", + "s" + ], + [ + "ap", + "as" + ], + [ + "a", + "pas" + ], + [ + "▁Ant", + "on" + ], + [ + "▁An", + "ton" + ], + [ + "▁Ti", + "m" + ], + [ + "▁T", + "im" + ], + [ + "▁", + "Tim" + ], + [ + "▁drug", + "s" + ], + [ + "▁dr", + "ugs" + ], + [ + "▁own", + "er" + ], + [ + "▁ow", + "ner" + ], + [ + "▁o", + "wner" + ], + [ + "▁", + "owner" + ], + [ + "▁Child", + "ren" + ], + [ + "▁", + "Children" + ], + [ + "▁espec", + "ific" + ], + [ + "▁e", + "specific" + ], + [ + "ension", + "al" + ], + [ + "ens", + "ional" + ], + [ + "▁fizer", + "am" + ], + [ + "▁fiz", + "eram" + ], + [ + "▁fore", + "ign" + ], + [ + "type", + "s" + ], + [ + "typ", + "es" + ], + [ + "ty", + "pes" + ], + [ + "t", + "ypes" + ], + [ + "for", + "ce" + ], + [ + "▁00", + "0" + ], + [ + "▁0", + "00" + ], + [ + "▁", + "000" + ], + [ + "▁Para", + "m" + ], + [ + "▁Par", + "am" + ], + [ + "▁Pa", + "ram" + ], + [ + "▁P", + "aram" + ], + [ + "▁", + "Param" + ], + [ + "▁Spe", + "c" + ], + [ + "▁Sp", + "ec" + ], + [ + "▁S", + "pec" + ], + [ + "▁", + "Spec" + ], + [ + "apt", + "ion" + ], + [ + "ap", + "tion" + ], + [ + "a", + "ption" + ], + [ + "no", + "n" + ], + [ + "n", + "on" + ], + [ + "▁gl", + "ob" + ], + [ + "▁g", + "lob" + ], + [ + "▁", + "glob" + ], + [ + "▁I", + "B" + ], + [ + "▁", + "IB" + ], + [ + "T", + "A" + ], + [ + "▁sp", + "o" + ], + [ + "▁s", + "po" + ], + [ + "▁apro", + "v" + ], + [ + "▁apr", + "ov" + ], + [ + "▁a", + "prov" + ], + [ + "prec", + "i" + ], + [ + "pre", + "ci" + ], + [ + "pr", + "eci" + ], + [ + "Te", + "am" + ], + [ + "▁relev", + "ant" + ], + [ + "▁rele", + "vant" + ], + [ + "▁", + "relevant" + ], + [ + "▁Pa", + "ís" + ], + [ + "ográf", + "ica" + ], + [ + "vado", + "r" + ], + [ + "va", + "dor" + ], + [ + "v", + "ador" + ], + [ + "▁F", + "ísica" + ], + [ + "▁D", + "C" + ], + [ + "▁", + "DC" + ], + [ + "▁extend", + "s" + ], + [ + "▁ext", + "ends" + ], + [ + "▁1", + "-" + ], + [ + "▁", + "1-" + ], + [ + "▁usuário", + "s" + ], + [ + "▁usu", + "ários" + ], + [ + "▁us", + "uários" + ], + [ + "▁desta", + "que" + ], + [ + "▁dest", + "aque" + ], + [ + "▁polu", + "ição" + ], + [ + "▁pol", + "uição" + ], + [ + "▁Nest", + "a" + ], + [ + "▁Ne", + "sta" + ], + [ + "▁N", + "esta" + ], + [ + "▁complex", + "o" + ], + [ + "▁comple", + "xo" + ], + [ + "▁compl", + "exo" + ], + [ + "▁Mer", + "c" + ], + [ + "▁Me", + "rc" + ], + [ + "▁M", + "erc" + ], + [ + "▁mob", + "il" + ], + [ + "▁mo", + "bil" + ], + [ + "▁m", + "obil" + ], + [ + "▁row", + "s" + ], + [ + "▁ro", + "ws" + ], + [ + "▁r", + "ows" + ], + [ + "▁", + "rows" + ], + [ + "▁Da", + "r" + ], + [ + "▁D", + "ar" + ], + [ + "▁Comm", + "on" + ], + [ + "▁Com", + "mon" + ], + [ + "▁", + "Common" + ], + [ + "fe", + "ito" + ], + [ + "f", + "eito" + ], + [ + "ilha", + "s" + ], + [ + "ilh", + "as" + ], + [ + "il", + "has" + ], + [ + "ma", + "c" + ], + [ + "m", + "ac" + ], + [ + "▁rio", + "s" + ], + [ + "▁ri", + "os" + ], + [ + "▁r", + "ios" + ], + [ + "▁", + "rios" + ], + [ + "▁utiliz", + "a" + ], + [ + "▁util", + "iza" + ], + [ + "▁exec", + "ução" + ], + [ + "▁ex", + "ecução" + ], + [ + "▁democr", + "acia" + ], + [ + "▁democ", + "racia" + ], + [ + "▁dem", + "ocracia" + ], + [ + "õe", + "m" + ], + [ + "õ", + "em" + ], + [ + "▁cabe", + "l" + ], + [ + "▁cab", + "el" + ], + [ + "▁ca", + "bel" + ], + [ + "▁c", + "abel" + ], + [ + "am", + "o" + ], + [ + "a", + "mo" + ], + [ + "lan", + "g" + ], + [ + "la", + "ng" + ], + [ + "l", + "ang" + ], + [ + "ERR", + "OR" + ], + [ + "▁vers", + "ão" + ], + [ + "▁ver", + "são" + ], + [ + "▁", + "versão" + ], + [ + "EC", + "K" + ], + [ + "E", + "CK" + ], + [ + "line", + "s" + ], + [ + "lin", + "es" + ], + [ + "li", + "nes" + ], + [ + "l", + "ines" + ], + [ + "▁Cons", + "erv" + ], + [ + "▁Con", + "serv" + ], + [ + "plo", + "ad" + ], + [ + "p", + "load" + ], + [ + "▁ker", + "nel" + ], + [ + "▁k", + "ernel" + ], + [ + "▁", + "kernel" + ], + [ + "▁sm", + "art" + ], + [ + "▁s", + "mart" + ], + [ + "▁", + "smart" + ], + [ + "▁vet", + "er" + ], + [ + "▁ve", + "ter" + ], + [ + "▁v", + "eter" + ], + [ + "▁Bot", + "h" + ], + [ + "▁Bo", + "th" + ], + [ + "▁B", + "oth" + ], + [ + "▁Ps", + "ic" + ], + [ + "▁P", + "sic" + ], + [ + "▁cav", + "al" + ], + [ + "▁ca", + "val" + ], + [ + "▁c", + "aval" + ], + [ + "ó", + "veis" + ], + [ + "▁prom", + "oção" + ], + [ + "has", + "h" + ], + [ + "ha", + "sh" + ], + [ + "h", + "ash" + ], + [ + "▁at", + "itude" + ], + [ + "▁distin", + "t" + ], + [ + "▁dist", + "int" + ], + [ + "ume", + "r" + ], + [ + "um", + "er" + ], + [ + "u", + "mer" + ], + [ + "bo", + "und" + ], + [ + "b", + "ound" + ], + [ + "*", + "2" + ], + [ + "▁5", + "1" + ], + [ + "▁", + "51" + ], + [ + "Gen", + "er" + ], + [ + "Ge", + "ner" + ], + [ + "G", + "ener" + ], + [ + "▁específica", + "s" + ], + [ + "▁específ", + "icas" + ], + [ + "▁espec", + "íficas" + ], + [ + "rel", + "ated" + ], + [ + "A", + "g" + ], + [ + "▁Fo", + "od" + ], + [ + "▁F", + "ood" + ], + [ + "▁rol", + "l" + ], + [ + "▁ro", + "ll" + ], + [ + "▁r", + "oll" + ], + [ + "▁", + "roll" + ], + [ + "DFD", + "F" + ], + [ + "DF", + "DF" + ], + [ + "gl", + "aterra" + ], + [ + "ítulo", + "s" + ], + [ + "ít", + "ulos" + ], + [ + "▁str", + "ug" + ], + [ + "▁it", + "al" + ], + [ + "▁i", + "tal" + ], + [ + "▁", + "ital" + ], + [ + "▁Fund", + "ação" + ], + [ + "ric", + "h" + ], + [ + "ri", + "ch" + ], + [ + "r", + "ich" + ], + [ + "▁0", + "1" + ], + [ + "▁", + "01" + ], + [ + "tes", + "e" + ], + [ + "te", + "se" + ], + [ + "t", + "ese" + ], + [ + "▁ajuda", + "m" + ], + [ + "▁ajud", + "am" + ], + [ + "ater", + "s" + ], + [ + "ate", + "rs" + ], + [ + "at", + "ers" + ], + [ + "a", + "ters" + ], + [ + "▁5", + "6" + ], + [ + "▁", + "56" + ], + [ + "▁significant", + "ly" + ], + [ + "▁signific", + "antly" + ], + [ + "▁camin", + "h" + ], + [ + "▁cam", + "inh" + ], + [ + "▁H", + "i" + ], + [ + "▁", + "Hi" + ], + [ + "etail", + "s" + ], + [ + "eta", + "ils" + ], + [ + "et", + "ails" + ], + [ + "▁peixe", + "s" + ], + [ + "▁peix", + "es" + ], + [ + "▁pe", + "ixes" + ], + [ + "▁Com", + "un" + ], + [ + "▁Co", + "mun" + ], + [ + "▁ocorre", + "u" + ], + [ + "▁ocorr", + "eu" + ], + [ + "▁ocor", + "reu" + ], + [ + "us", + "c" + ], + [ + "u", + "sc" + ], + [ + "▁fi", + "z" + ], + [ + "▁f", + "iz" + ], + [ + "▁CR", + "E" + ], + [ + "▁C", + "RE" + ], + [ + "▁", + "CRE" + ], + [ + "prot", + "o" + ], + [ + "pro", + "to" + ], + [ + "pr", + "oto" + ], + [ + "▁Tr", + "e" + ], + [ + "▁T", + "re" + ], + [ + "▁", + "Tre" + ], + [ + "ogo", + "s" + ], + [ + "og", + "os" + ], + [ + "o", + "gos" + ], + [ + "ônica", + "s" + ], + [ + "ôn", + "icas" + ], + [ + "Si", + "m" + ], + [ + "S", + "im" + ], + [ + "▁pro", + "l" + ], + [ + "▁pr", + "ol" + ], + [ + "▁p", + "rol" + ], + [ + "▁Direito", + "s" + ], + [ + "▁Dire", + "itos" + ], + [ + "go", + "ogle" + ], + [ + "▁ali", + "gn" + ], + [ + "▁al", + "ign" + ], + [ + "▁", + "align" + ], + [ + "▁part", + "ial" + ], + [ + "▁", + "partial" + ], + [ + "*", + "/" + ], + [ + "▁Whit", + "e" + ], + [ + "▁Wh", + "ite" + ], + [ + "▁", + "White" + ], + [ + "▁alco", + "hol" + ], + [ + "▁al", + "cohol" + ], + [ + "▁Govern", + "o" + ], + [ + "▁Go", + "verno" + ], + [ + "▁próximo", + "s" + ], + [ + "▁próxim", + "os" + ], + [ + "▁No", + "de" + ], + [ + "▁N", + "ode" + ], + [ + "▁", + "Node" + ], + [ + "▁want", + "ed" + ], + [ + "▁w", + "anted" + ], + [ + "▁soci", + "o" + ], + [ + "▁soc", + "io" + ], + [ + "▁so", + "cio" + ], + [ + "ct", + "x" + ], + [ + "c", + "tx" + ], + [ + "▁Disp", + "on" + ], + [ + "▁Dis", + "pon" + ], + [ + "ote", + "d" + ], + [ + "ot", + "ed" + ], + [ + "o", + "ted" + ], + [ + "y", + "y" + ], + [ + "H", + "E" + ], + [ + "ci", + "r" + ], + [ + "c", + "ir" + ], + [ + "▁hyp", + "oth" + ], + [ + "Ent", + "ry" + ], + [ + "En", + "try" + ], + [ + "▁print", + "f" + ], + [ + "▁prin", + "tf" + ], + [ + "▁", + "printf" + ], + [ + "▁Austral", + "ia" + ], + [ + "▁Austr", + "alia" + ], + [ + "▁${", + "\\" + ], + [ + "▁$", + "{\\" + ], + [ + "▁New", + "s" + ], + [ + "▁Ne", + "ws" + ], + [ + "▁", + "News" + ], + [ + "▁bi", + "s" + ], + [ + "▁b", + "is" + ], + [ + "▁", + "bis" + ], + [ + "▁Own", + "er" + ], + [ + "▁O", + "wner" + ], + [ + "▁", + "Owner" + ], + [ + "option", + "s" + ], + [ + "opt", + "ions" + ], + [ + "o", + "ptions" + ], + [ + "T", + "C" + ], + [ + "ust", + "ice" + ], + [ + "us", + "tice" + ], + [ + "in", + "line" + ], + [ + "▁8", + "3" + ], + [ + "▁", + "83" + ], + [ + "▁depend", + "ing" + ], + [ + "▁dep", + "ending" + ], + [ + "▁de", + "pending" + ], + [ + "▁argument", + "s" + ], + [ + "▁argu", + "ments" + ], + [ + "▁arg", + "uments" + ], + [ + "▁", + "arguments" + ], + [ + "▁del", + "ic" + ], + [ + "▁de", + "lic" + ], + [ + "▁fel", + "iz" + ], + [ + "▁f", + "eliz" + ], + [ + "▁techn", + "ique" + ], + [ + "▁Pra", + "ct" + ], + [ + "▁Pr", + "act" + ], + [ + "▁P", + "ract" + ], + [ + "▁reto", + "rn" + ], + [ + "▁ret", + "orn" + ], + [ + "0", + "/" + ], + [ + "▁13", + "," + ], + [ + "▁1", + "3," + ], + [ + "▁", + "13," + ], + [ + "▁ca", + "d" + ], + [ + "▁c", + "ad" + ], + [ + "▁", + "cad" + ], + [ + "▁consegui", + "u" + ], + [ + "▁consegu", + "iu" + ], + [ + "▁fem", + "ale" + ], + [ + "▁fe", + "male" + ], + [ + "▁f", + "emale" + ], + [ + "▁measure", + "ment" + ], + [ + "we", + "st" + ], + [ + "w", + "est" + ], + [ + "▁sang", + "u" + ], + [ + "▁san", + "gu" + ], + [ + "▁s", + "angu" + ], + [ + "▁read", + "y" + ], + [ + "▁rea", + "dy" + ], + [ + "▁re", + "ady" + ], + [ + "▁", + "ready" + ], + [ + "▁dos", + "e" + ], + [ + "▁do", + "se" + ], + [ + "▁d", + "ose" + ], + [ + "▁", + "dose" + ], + [ + "▁challeng", + "e" + ], + [ + "▁chall", + "enge" + ], + [ + "▁ch", + "allenge" + ], + [ + "point", + "s" + ], + [ + "po", + "ints" + ], + [ + "▁ra", + "w" + ], + [ + "▁r", + "aw" + ], + [ + "▁", + "raw" + ], + [ + "▁que", + "im" + ], + [ + "▁calculate", + "d" + ], + [ + "▁calcul", + "ated" + ], + [ + "▁calc", + "ulated" + ], + [ + "▁ac", + "ol" + ], + [ + "▁a", + "col" + ], + [ + "▁comem", + "or" + ], + [ + "▁come", + "mor" + ], + [ + "▁com", + "emor" + ], + [ + "=", + "$" + ], + [ + "comm", + "it" + ], + [ + "com", + "mit" + ], + [ + "nã", + "o" + ], + [ + "n", + "ão" + ], + [ + "▁artista", + "s" + ], + [ + "▁artist", + "as" + ], + [ + "▁art", + "istas" + ], + [ + "▁store", + "d" + ], + [ + "▁st", + "ored" + ], + [ + "ikip", + "edia" + ], + [ + "▁introduce", + "d" + ], + [ + "▁introdu", + "ced" + ], + [ + "▁intro", + "duced" + ], + [ + "agr", + "e" + ], + [ + "ag", + "re" + ], + [ + "a", + "gre" + ], + [ + "▁gl", + "ass" + ], + [ + "▁g", + "lass" + ], + [ + "▁var", + "char" + ], + [ + "▁v", + "archar" + ], + [ + "▁", + "varchar" + ], + [ + "Do", + "wn" + ], + [ + "D", + "own" + ], + [ + "▁It", + "s" + ], + [ + "▁I", + "ts" + ], + [ + "l", + "ambda" + ], + [ + "▁plan", + "ning" + ], + [ + "▁pl", + "anning" + ], + [ + "▁chamado", + "s" + ], + [ + "▁chama", + "dos" + ], + [ + "▁cham", + "ados" + ], + [ + "▁N", + "ós" + ], + [ + "▁", + "Nós" + ], + [ + "▁rua", + "s" + ], + [ + "▁ru", + "as" + ], + [ + "▁r", + "uas" + ], + [ + "0000", + "0" + ], + [ + "000", + "00" + ], + [ + "00", + "000" + ], + [ + "0", + "0000" + ], + [ + "▁AU", + "T" + ], + [ + "▁A", + "UT" + ], + [ + "▁", + "AUT" + ], + [ + "▁compre", + "h" + ], + [ + "▁compr", + "eh" + ], + [ + "▁liter", + "al" + ], + [ + "▁lit", + "eral" + ], + [ + "▁", + "literal" + ], + [ + "▁in", + "line" + ], + [ + "▁", + "inline" + ], + [ + "▁trad", + "uz" + ], + [ + "▁tra", + "duz" + ], + [ + "oter", + "apia" + ], + [ + "▁nat", + "ive" + ], + [ + "▁n", + "ative" + ], + [ + "▁", + "native" + ], + [ + "▁F", + "urther" + ], + [ + "wa", + "r" + ], + [ + "w", + "ar" + ], + [ + "▁eco", + "ss" + ], + [ + "▁ec", + "oss" + ], + [ + "▁flu", + "id" + ], + [ + "▁fl", + "uid" + ], + [ + "▁", + "fluid" + ], + [ + "▁compre", + "end" + ], + [ + "▁em", + "oções" + ], + [ + "▁oit", + "o" + ], + [ + "▁o", + "ito" + ], + [ + "▁absol", + "ut" + ], + [ + "B", + "o" + ], + [ + "/", + ">" + ], + [ + "▁10", + "1" + ], + [ + "▁1", + "01" + ], + [ + "▁", + "101" + ], + [ + "▁10", + "2" + ], + [ + "▁1", + "02" + ], + [ + "▁", + "102" + ], + [ + "UN", + "T" + ], + [ + "U", + "NT" + ], + [ + "▁Bo", + "l" + ], + [ + "▁B", + "ol" + ], + [ + "▁mention", + "ed" + ], + [ + "▁ment", + "ioned" + ], + [ + "▁move", + "d" + ], + [ + "▁mov", + "ed" + ], + [ + "▁mo", + "ved" + ], + [ + "▁m", + "oved" + ], + [ + "▁prote", + "g" + ], + [ + "▁prot", + "eg" + ], + [ + "x", + "a" + ], + [ + "▁econ", + "óm" + ], + [ + "▁Imag", + "e" + ], + [ + "▁Im", + "age" + ], + [ + "▁", + "Image" + ], + [ + "▁bird", + "s" + ], + [ + "▁bir", + "ds" + ], + [ + "▁", + "birds" + ], + [ + "▁pers", + "ist" + ], + [ + "▁belie", + "f" + ], + [ + "▁bel", + "ief" + ], + [ + "▁perigo", + "s" + ], + [ + "▁perig", + "os" + ], + [ + "▁peri", + "gos" + ], + [ + "▁per", + "igos" + ], + [ + "▁education", + "al" + ], + [ + "▁educ", + "ational" + ], + [ + "▁igual", + "dade" + ], + [ + "angu", + "lar" + ], + [ + "ang", + "ular" + ], + [ + "ifi", + "que" + ], + [ + "if", + "ique" + ], + [ + "▁particle", + "s" + ], + [ + "▁partic", + "les" + ], + [ + "▁par", + "ticles" + ], + [ + "▁p", + "articles" + ], + [ + "▁viv", + "o" + ], + [ + "▁vi", + "vo" + ], + [ + "▁v", + "ivo" + ], + [ + "▁et", + "apa" + ], + [ + "all", + "ow" + ], + [ + "al", + "low" + ], + [ + "▁ms", + "g" + ], + [ + "▁m", + "sg" + ], + [ + "▁", + "msg" + ], + [ + "▁report", + "s" + ], + [ + "▁re", + "ports" + ], + [ + "▁vo", + "s" + ], + [ + "▁v", + "os" + ], + [ + "▁", + "vos" + ], + [ + "▁d", + "x" + ], + [ + "▁", + "dx" + ], + [ + "▁pre", + "c" + ], + [ + "▁pr", + "ec" + ], + [ + "▁p", + "rec" + ], + [ + "▁", + "prec" + ], + [ + "30", + "," + ], + [ + "3", + "0," + ], + [ + "CT", + "ION" + ], + [ + "▁Charl", + "es" + ], + [ + "▁Char", + "les" + ], + [ + "▁divid", + "e" + ], + [ + "▁div", + "ide" + ], + [ + "▁di", + "vide" + ], + [ + "▁arte", + "r" + ], + [ + "▁art", + "er" + ], + [ + "▁ar", + "ter" + ], + [ + "▁motivo", + "s" + ], + [ + "▁motiv", + "os" + ], + [ + "▁mot", + "ivos" + ], + [ + "▁tec", + "ido" + ], + [ + "▁te", + "cido" + ], + [ + "▁t", + "ecido" + ], + [ + "▁fre", + "sh" + ], + [ + "▁fr", + "esh" + ], + [ + "▁f", + "resh" + ], + [ + "▁exig", + "e" + ], + [ + "▁ex", + "ige" + ], + [ + "▁mast", + "er" + ], + [ + "▁mas", + "ter" + ], + [ + "▁ma", + "ster" + ], + [ + "▁m", + "aster" + ], + [ + "▁", + "master" + ], + [ + "▁Ma", + "d" + ], + [ + "▁M", + "ad" + ], + [ + "▁for", + "t" + ], + [ + "▁fo", + "rt" + ], + [ + "▁f", + "ort" + ], + [ + "▁", + "fort" + ], + [ + "D", + "o" + ], + [ + "▁extreme", + "ly" + ], + [ + "▁extrem", + "ely" + ], + [ + "ori", + "ng" + ], + [ + "or", + "ing" + ], + [ + "o", + "ring" + ], + [ + "▁INT", + "EGER" + ], + [ + "Equ", + "al" + ], + [ + "Eq", + "ual" + ], + [ + "E", + "qual" + ], + [ + "▁Out", + "put" + ], + [ + "▁", + "Output" + ], + [ + "▁ob", + "vious" + ], + [ + "St", + "e" + ], + [ + "S", + "te" + ], + [ + "▁Mont", + "e" + ], + [ + "▁Mon", + "te" + ], + [ + "▁M", + "onte" + ], + [ + "▁P", + "A" + ], + [ + "▁", + "PA" + ], + [ + "▁Franc", + "e" + ], + [ + "▁Fran", + "ce" + ], + [ + "▁Fr", + "ance" + ], + [ + "▁atitude", + "s" + ], + [ + "▁at", + "itudes" + ], + [ + "▁mal", + "e" + ], + [ + "▁ma", + "le" + ], + [ + "▁m", + "ale" + ], + [ + "▁", + "male" + ], + [ + "▁recuper", + "ação" + ], + [ + "▁recup", + "eração" + ], + [ + "▁l", + "d" + ], + [ + "▁", + "ld" + ], + [ + "▁praticam", + "ente" + ], + [ + "▁pratica", + "mente" + ], + [ + "▁pratic", + "amente" + ], + [ + "▁prat", + "icamente" + ], + [ + "▁pra", + "ticamente" + ], + [ + "▁pr", + "aticamente" + ], + [ + "▁Lit", + "er" + ], + [ + "▁Li", + "ter" + ], + [ + "▁L", + "iter" + ], + [ + "▁Bi", + "g" + ], + [ + "▁B", + "ig" + ], + [ + "▁", + "Big" + ], + [ + "▁cob", + "ert" + ], + [ + "▁co", + "bert" + ], + [ + "ast", + "a" + ], + [ + "as", + "ta" + ], + [ + "a", + "sta" + ], + [ + "▁autonom", + "ia" + ], + [ + "▁aut", + "onomia" + ], + [ + "wa", + "l" + ], + [ + "w", + "al" + ], + [ + "respons", + "e" + ], + [ + "resp", + "onse" + ], + [ + "r", + "esponse" + ], + [ + ">", + "0" + ], + [ + "▁conv", + "id" + ], + [ + "▁con", + "vid" + ], + [ + "▁pre", + "m" + ], + [ + "▁pr", + "em" + ], + [ + "▁p", + "rem" + ], + [ + "▁", + "prem" + ], + [ + "#1", + "0" + ], + [ + "#", + "10" + ], + [ + "▁In", + "put" + ], + [ + "▁", + "Input" + ], + [ + "▁challenge", + "s" + ], + [ + "▁challeng", + "es" + ], + [ + "▁chall", + "enges" + ], + [ + "man", + "n" + ], + [ + "ma", + "nn" + ], + [ + "m", + "ann" + ], + [ + "▁sur", + "pr" + ], + [ + "▁M", + "S" + ], + [ + "▁", + "MS" + ], + [ + "▁fa", + "ixa" + ], + [ + "▁f", + "aixa" + ], + [ + "WA", + "R" + ], + [ + "W", + "AR" + ], + [ + "\"", + "\"" + ], + [ + "▁ag", + "ir" + ], + [ + "▁", + "agir" + ], + [ + "R", + "un" + ], + [ + "▁Arr", + "ay" + ], + [ + "▁Ar", + "ray" + ], + [ + "▁", + "Array" + ], + [ + "▁W", + "IT" + ], + [ + "G", + "o" + ], + [ + "att", + "r" + ], + [ + "at", + "tr" + ], + [ + "ora", + "r" + ], + [ + "or", + "ar" + ], + [ + "o", + "rar" + ], + [ + "▁ur", + "g" + ], + [ + "▁u", + "rg" + ], + [ + "▁", + "urg" + ], + [ + "▁erro", + "s" + ], + [ + "▁err", + "os" + ], + [ + "▁er", + "ros" + ], + [ + "▁cort", + "e" + ], + [ + "▁cor", + "te" + ], + [ + "▁c", + "orte" + ], + [ + "▁AN", + "Y" + ], + [ + "▁A", + "NY" + ], + [ + "▁", + "ANY" + ], + [ + "ha", + "t" + ], + [ + "h", + "at" + ], + [ + "▁characteristic", + "s" + ], + [ + "▁character", + "istics" + ], + [ + "▁Cas", + "o" + ], + [ + "▁Ca", + "so" + ], + [ + "▁C", + "aso" + ], + [ + "▁>", + ">" + ], + [ + "▁>", + ">>" + ], + [ + "▁", + ">>>" + ], + [ + "▁básico", + "s" + ], + [ + "▁bás", + "icos" + ], + [ + "▁fore", + "m" + ], + [ + "▁for", + "em" + ], + [ + "▁fo", + "rem" + ], + [ + "▁f", + "orem" + ], + [ + "Y", + "ou" + ], + [ + "▁dispos", + "ição" + ], + [ + "▁dis", + "posição" + ], + [ + "▁se", + "p" + ], + [ + "▁s", + "ep" + ], + [ + "▁", + "sep" + ], + [ + "uá", + "rio" + ], + [ + "u", + "ário" + ], + [ + "▁begin", + "s" + ], + [ + "▁beg", + "ins" + ], + [ + "▁afirm", + "ou" + ], + [ + "▁da", + "í" + ], + [ + "▁rar", + "e" + ], + [ + "▁ra", + "re" + ], + [ + "▁r", + "are" + ], + [ + "ocol", + "ate" + ], + [ + "oco", + "late" + ], + [ + "▁Comp", + "ar" + ], + [ + "▁Com", + "par" + ], + [ + "▁", + "Compar" + ], + [ + "▁Join", + "ed" + ], + [ + "▁Jo", + "ined" + ], + [ + "▁electro", + "n" + ], + [ + "▁electr", + "on" + ], + [ + "▁elect", + "ron" + ], + [ + "▁ran", + "k" + ], + [ + "▁ra", + "nk" + ], + [ + "▁r", + "ank" + ], + [ + "▁", + "rank" + ], + [ + "▁13", + ":" + ], + [ + "▁1", + "3:" + ], + [ + "▁", + "13:" + ], + [ + "▁Bar", + "b" + ], + [ + "▁Ba", + "rb" + ], + [ + "▁B", + "arb" + ], + [ + "▁C", + "U" + ], + [ + "▁", + "CU" + ], + [ + "amb", + "a" + ], + [ + "am", + "ba" + ], + [ + "▁6", + ":" + ], + [ + "▁", + "6:" + ], + [ + "▁tiv", + "esse" + ], + [ + "▁ti", + "vesse" + ], + [ + "▁ext", + "r" + ], + [ + "▁ex", + "tr" + ], + [ + "▁ch", + "ão" + ], + [ + "▁c", + "hão" + ], + [ + "▁Tre", + "at" + ], + [ + "▁T", + "reat" + ], + [ + "▁Medic", + "ine" + ], + [ + "▁subject", + "s" + ], + [ + "▁naqu", + "ele" + ], + [ + "▁na", + "quele" + ], + [ + "▁técnico", + "s" + ], + [ + "▁técn", + "icos" + ], + [ + "▁dom", + "estic" + ], + [ + "▁Some", + "t" + ], + [ + "▁Som", + "et" + ], + [ + "▁So", + "met" + ], + [ + "▁S", + "omet" + ], + [ + "▁sofre", + "r" + ], + [ + "▁sofr", + "er" + ], + [ + "▁sof", + "rer" + ], + [ + "▁tau", + "ght" + ], + [ + "▁ta", + "ught" + ], + [ + "▁C", + "C" + ], + [ + "▁", + "CC" + ], + [ + "▁cél", + "ula" + ], + [ + "▁18", + "8" + ], + [ + "▁1", + "88" + ], + [ + "▁", + "188" + ], + [ + "▁phon", + "e" + ], + [ + "▁ph", + "one" + ], + [ + "▁", + "phone" + ], + [ + "▁Jose", + "ph" + ], + [ + "▁Mar", + "ço" + ], + [ + "▁ado", + "r" + ], + [ + "▁ad", + "or" + ], + [ + "▁a", + "dor" + ], + [ + "▁", + "ador" + ], + [ + "▁outcome", + "s" + ], + [ + "▁out", + "comes" + ], + [ + "á", + "culo" + ], + [ + "plan", + "t" + ], + [ + "pla", + "nt" + ], + [ + "pl", + "ant" + ], + [ + "▁too", + "th" + ], + [ + "▁to", + "oth" + ], + [ + "▁Lim", + "a" + ], + [ + "▁Li", + "ma" + ], + [ + "▁L", + "ima" + ], + [ + "▁computador", + "es" + ], + [ + "▁comput", + "adores" + ], + [ + "▁specific", + "ally" + ], + [ + "▁Pr", + "i" + ], + [ + "▁P", + "ri" + ], + [ + "▁", + "Pri" + ], + [ + "0.0", + "0" + ], + [ + "0.", + "00" + ], + [ + "0", + ".00" + ], + [ + "▁sent", + "ence" + ], + [ + "▁fl", + "e" + ], + [ + "▁f", + "le" + ], + [ + "▁mant", + "ém" + ], + [ + "Ob", + "j" + ], + [ + "▁crime", + "s" + ], + [ + "▁crim", + "es" + ], + [ + "▁cri", + "mes" + ], + [ + "▁cr", + "imes" + ], + [ + "▁Sta", + "ge" + ], + [ + "▁St", + "age" + ], + [ + "▁", + "Stage" + ], + [ + "▁contribut", + "e" + ], + [ + "▁contribu", + "te" + ], + [ + "▁cont", + "ribute" + ], + [ + "▁", + "contribute" + ], + [ + "▁cl", + "ock" + ], + [ + "▁c", + "lock" + ], + [ + "▁", + "clock" + ], + [ + "▁abstr", + "act" + ], + [ + "▁abst", + "ract" + ], + [ + "▁abs", + "tract" + ], + [ + "▁ab", + "stract" + ], + [ + "▁", + "abstract" + ], + [ + "ilo", + "n" + ], + [ + "il", + "on" + ], + [ + "i", + "lon" + ], + [ + "▁Na", + "v" + ], + [ + "▁N", + "av" + ], + [ + "▁", + "Nav" + ], + [ + "▁main", + "ly" + ], + [ + "▁po", + "esia" + ], + [ + "ece", + "u" + ], + [ + "ec", + "eu" + ], + [ + "e", + "ceu" + ], + [ + "qu", + "ad" + ], + [ + "▁reflet", + "ir" + ], + [ + "▁salva", + "ção" + ], + [ + "▁salv", + "ação" + ], + [ + "▁sal", + "vação" + ], + [ + "▁La", + "b" + ], + [ + "▁L", + "ab" + ], + [ + "▁", + "Lab" + ], + [ + "▁alimentar", + "es" + ], + [ + "▁alimenta", + "res" + ], + [ + "▁aliment", + "ares" + ], + [ + "-2", + "0" + ], + [ + "-", + "20" + ], + [ + "▁vítima", + "s" + ], + [ + "▁v", + "ítimas" + ], + [ + "▁preci", + "p" + ], + [ + "▁prec", + "ip" + ], + [ + "▁pre", + "cip" + ], + [ + "▁p", + "recip" + ], + [ + "▁manifesta", + "ções" + ], + [ + "▁manifest", + "ações" + ], + [ + "Lo", + "ng" + ], + [ + "L", + "ong" + ], + [ + "▁Ce", + "l" + ], + [ + "▁C", + "el" + ], + [ + "O", + "C" + ], + [ + "▁sc", + "enar" + ], + [ + "tm", + "l" + ], + [ + "t", + "ml" + ], + [ + "▁21", + "," + ], + [ + "▁2", + "1," + ], + [ + "▁", + "21," + ], + [ + "ân", + "tica" + ], + [ + "ím", + "p" + ], + [ + "í", + "mp" + ], + [ + "▁figure", + "s" + ], + [ + "▁figur", + "es" + ], + [ + "▁fig", + "ures" + ], + [ + "▁va", + "n" + ], + [ + "▁v", + "an" + ], + [ + "▁", + "van" + ], + [ + "_", + ";" + ], + [ + "▁Th", + "rough" + ], + [ + "vent", + "ude" + ], + [ + "sec", + "ond" + ], + [ + "se", + "cond" + ], + [ + "s", + "econd" + ], + [ + "▁Suc", + "h" + ], + [ + "▁Su", + "ch" + ], + [ + "▁S", + "uch" + ], + [ + "▁quer", + "o" + ], + [ + "▁que", + "ro" + ], + [ + "▁qu", + "ero" + ], + [ + "▁começ", + "o" + ], + [ + "▁come", + "ço" + ], + [ + "▁desenvolv", + "e" + ], + [ + "▁desenvol", + "ve" + ], + [ + "▁desen", + "volve" + ], + [ + "▁Mess", + "age" + ], + [ + "▁M", + "essage" + ], + [ + "▁", + "Message" + ], + [ + "▁plata", + "forma" + ], + [ + "▁alto", + "s" + ], + [ + "▁alt", + "os" + ], + [ + "▁al", + "tos" + ], + [ + "▁corret", + "o" + ], + [ + "▁corre", + "to" + ], + [ + "▁corr", + "eto" + ], + [ + "▁cor", + "reto" + ], + [ + "▁acidente", + "s" + ], + [ + "▁acident", + "es" + ], + [ + "▁acid", + "entes" + ], + [ + "▁ac", + "identes" + ], + [ + "▁map", + "ping" + ], + [ + "▁ma", + "pping" + ], + [ + "▁m", + "apping" + ], + [ + "▁", + "mapping" + ], + [ + "C", + "r" + ], + [ + "▁fri", + "o" + ], + [ + "▁fr", + "io" + ], + [ + "▁f", + "rio" + ], + [ + "To", + "tal" + ], + [ + "T", + "otal" + ], + [ + "tan", + "to" + ], + [ + "t", + "anto" + ], + [ + "▁eleva", + "do" + ], + [ + "▁elev", + "ado" + ], + [ + "▁ele", + "vado" + ], + [ + "▁5", + ")" + ], + [ + "▁", + "5)" + ], + [ + "▁Uni", + "das" + ], + [ + "▁Un", + "idas" + ], + [ + "▁ai", + "d" + ], + [ + "▁a", + "id" + ], + [ + "as", + "o" + ], + [ + "a", + "so" + ], + [ + "▁junta", + "mente" + ], + [ + "▁junt", + "amente" + ], + [ + "▁jun", + "tamente" + ], + [ + "▁we", + "l" + ], + [ + "▁w", + "el" + ], + [ + "had", + "a" + ], + [ + "ha", + "da" + ], + [ + "h", + "ada" + ], + [ + "▁Chang", + "e" + ], + [ + "▁Chan", + "ge" + ], + [ + "▁Ch", + "ange" + ], + [ + "▁", + "Change" + ], + [ + "▁contribu", + "i" + ], + [ + "▁bu", + "c" + ], + [ + "▁b", + "uc" + ], + [ + "▁Nov", + "embro" + ], + [ + "▁vis", + "ando" + ], + [ + "▁good", + "s" + ], + [ + "▁go", + "ods" + ], + [ + "m", + "ão" + ], + [ + "▁inicia", + "r" + ], + [ + "▁inici", + "ar" + ], + [ + "add", + "r" + ], + [ + "ad", + "dr" + ], + [ + "▁pret", + "end" + ], + [ + "reira", + "s" + ], + [ + "rei", + "ras" + ], + [ + "re", + "iras" + ], + [ + "r", + "eiras" + ], + [ + "ilh", + "o" + ], + [ + "il", + "ho" + ], + [ + "▁pena", + "l" + ], + [ + "▁pen", + "al" + ], + [ + "▁pe", + "nal" + ], + [ + "▁p", + "enal" + ], + [ + "▁occur", + "red" + ], + [ + "▁occ", + "urred" + ], + [ + "▁associa", + "do" + ], + [ + "▁associ", + "ado" + ], + [ + "▁assoc", + "iado" + ], + [ + "▁Lou", + "is" + ], + [ + "▁Lo", + "uis" + ], + [ + "▁Va", + "r" + ], + [ + "▁V", + "ar" + ], + [ + "▁", + "Var" + ], + [ + "▁ot", + "im" + ], + [ + "▁o", + "tim" + ], + [ + "▁approach", + "es" + ], + [ + "▁appro", + "aches" + ], + [ + "io", + "u" + ], + [ + "i", + "ou" + ], + [ + "Sig", + "n" + ], + [ + "Si", + "gn" + ], + [ + "S", + "ign" + ], + [ + "Cor", + "e" + ], + [ + "Co", + "re" + ], + [ + "C", + "ore" + ], + [ + "▁perspect", + "ive" + ], + [ + "iani", + "smo" + ], + [ + "ian", + "ismo" + ], + [ + "i", + "anismo" + ], + [ + "▁jam", + "ais" + ], + [ + "▁ja", + "mais" + ], + [ + "B", + "I" + ], + [ + "▁enf", + "at" + ], + [ + "▁en", + "fat" + ], + [ + "▁cha", + "ve" + ], + [ + "▁ch", + "ave" + ], + [ + "▁c", + "have" + ], + [ + "▁", + "chave" + ], + [ + "▁los", + "e" + ], + [ + "▁lo", + "se" + ], + [ + "▁l", + "ose" + ], + [ + "▁Res", + "ol" + ], + [ + "▁Re", + "sol" + ], + [ + "▁", + "Resol" + ], + [ + "▁7", + "2" + ], + [ + "▁", + "72" + ], + [ + "▁20", + "%" + ], + [ + "▁2", + "0%" + ], + [ + "▁líder", + "es" + ], + [ + "▁5", + "7" + ], + [ + "▁", + "57" + ], + [ + "▁en", + "um" + ], + [ + "▁e", + "num" + ], + [ + "▁", + "enum" + ], + [ + "▁shel", + "l" + ], + [ + "▁she", + "ll" + ], + [ + "▁sh", + "ell" + ], + [ + "▁s", + "hell" + ], + [ + "▁", + "shell" + ], + [ + "unic", + "ação" + ], + [ + ".", + "3" + ], + [ + "▁bás", + "ico" + ], + [ + "▁player", + "s" + ], + [ + "▁play", + "ers" + ], + [ + "▁pl", + "ayers" + ], + [ + "▁p", + "layers" + ], + [ + "▁be", + "r" + ], + [ + "▁b", + "er" + ], + [ + "▁", + "ber" + ], + [ + "▁escravo", + "s" + ], + [ + "▁escrav", + "os" + ], + [ + "▁recente", + "s" + ], + [ + "▁recent", + "es" + ], + [ + "▁rec", + "entes" + ], + [ + "▁Up", + "date" + ], + [ + "▁", + "Update" + ], + [ + "▁gen", + "t" + ], + [ + "▁ge", + "nt" + ], + [ + "▁g", + "ent" + ], + [ + "▁tri", + "al" + ], + [ + "▁tr", + "ial" + ], + [ + "▁t", + "rial" + ], + [ + "ven", + "ue" + ], + [ + "▁figura", + "s" + ], + [ + "▁figur", + "as" + ], + [ + "▁fig", + "uras" + ], + [ + "▁final", + "mente" + ], + [ + "▁fin", + "almente" + ], + [ + "Send", + "er" + ], + [ + "S", + "ender" + ], + [ + "ria", + "ge" + ], + [ + "ri", + "age" + ], + [ + "enciam", + "ento" + ], + [ + "encia", + "mento" + ], + [ + "enci", + "amento" + ], + [ + "▁ho", + "p" + ], + [ + "▁h", + "op" + ], + [ + "▁", + "hop" + ], + [ + "▁gu", + "ess" + ], + [ + "▁prepara", + "r" + ], + [ + "▁prepar", + "ar" + ], + [ + "▁exerc", + "is" + ], + [ + "▁exer", + "cis" + ], + [ + "eta", + "il" + ], + [ + "et", + "ail" + ], + [ + "e", + "tail" + ], + [ + "▁posterior", + "mente" + ], + [ + "▁poster", + "iormente" + ], + [ + "▁pos", + "teriormente" + ], + [ + "mas", + "k" + ], + [ + "ma", + "sk" + ], + [ + "m", + "ask" + ], + [ + "c", + "u" + ], + [ + "▁interm", + "edi" + ], + [ + "▁inter", + "medi" + ], + [ + "▁gra", + "n" + ], + [ + "▁gr", + "an" + ], + [ + "▁g", + "ran" + ], + [ + "▁", + "gran" + ], + [ + "ân", + "d" + ], + [ + "â", + "nd" + ], + [ + "▁Conf", + "ig" + ], + [ + "▁Con", + "fig" + ], + [ + "▁", + "Config" + ], + [ + "D", + "T" + ], + [ + "Byte", + "s" + ], + [ + "By", + "tes" + ], + [ + "▁Com", + "issão" + ], + [ + "▁Co", + "missão" + ], + [ + "iag", + "o" + ], + [ + "ia", + "go" + ], + [ + "i", + "ago" + ], + [ + "▁terr", + "or" + ], + [ + "▁ter", + "ror" + ], + [ + "▁t", + "error" + ], + [ + "▁S", + "H" + ], + [ + "▁", + "SH" + ], + [ + "▁personal", + "idade" + ], + [ + "▁person", + "alidade" + ], + [ + "▁infection", + "s" + ], + [ + "▁infect", + "ions" + ], + [ + "▁infe", + "ctions" + ], + [ + "▁inf", + "ections" + ], + [ + "▁Carol", + "ina" + ], + [ + "▁Car", + "olina" + ], + [ + "▁Virg", + "in" + ], + [ + "▁Vir", + "gin" + ], + [ + "▁Pere", + "ira" + ], + [ + "▁Per", + "eira" + ], + [ + "▁Pe", + "reira" + ], + [ + "yc", + "l" + ], + [ + "y", + "cl" + ], + [ + "▁dimension", + "s" + ], + [ + "▁dimens", + "ions" + ], + [ + "▁dim", + "ensions" + ], + [ + "▁carro", + "s" + ], + [ + "▁car", + "ros" + ], + [ + "tei", + "ro" + ], + [ + "te", + "iro" + ], + [ + "t", + "eiro" + ], + [ + "▁pesquisa", + "dor" + ], + [ + "▁pesquis", + "ador" + ], + [ + "AD", + "A" + ], + [ + "A", + "DA" + ], + [ + "▁associa", + "ção" + ], + [ + "▁associ", + "ação" + ], + [ + "▁assoc", + "iação" + ], + [ + "▁ass", + "ociação" + ], + [ + "▁dial", + "og" + ], + [ + "▁dia", + "log" + ], + [ + "▁d", + "ialog" + ], + [ + "▁", + "dialog" + ], + [ + "▁co", + "d" + ], + [ + "▁c", + "od" + ], + [ + "▁", + "cod" + ], + [ + "▁Imp", + "er" + ], + [ + "▁Im", + "per" + ], + [ + "▁rest", + "o" + ], + [ + "▁res", + "to" + ], + [ + "▁re", + "sto" + ], + [ + "▁r", + "esto" + ], + [ + "▁explan", + "ation" + ], + [ + "▁expl", + "anation" + ], + [ + "angle", + "s" + ], + [ + "ang", + "les" + ], + [ + "an", + "gles" + ], + [ + "▁considera", + "ção" + ], + [ + "▁consider", + "ação" + ], + [ + "808", + "0" + ], + [ + "80", + "80" + ], + [ + "8", + "080" + ], + [ + "ér", + "e" + ], + [ + "é", + "re" + ], + [ + "▁inj", + "ury" + ], + [ + "▁Fu", + "ll" + ], + [ + "▁F", + "ull" + ], + [ + "▁", + "Full" + ], + [ + "▁bound", + "ary" + ], + [ + "▁", + "boundary" + ], + [ + "▁mi", + "r" + ], + [ + "▁m", + "ir" + ], + [ + "▁", + "mir" + ], + [ + "▁Hist", + "or" + ], + [ + "▁His", + "tor" + ], + [ + "▁H", + "istor" + ], + [ + "gen", + "s" + ], + [ + "ge", + "ns" + ], + [ + "g", + "ens" + ], + [ + "▁Cor", + "e" + ], + [ + "▁Co", + "re" + ], + [ + "▁C", + "ore" + ], + [ + "▁", + "Core" + ], + [ + "▁war", + "n" + ], + [ + "▁wa", + "rn" + ], + [ + "▁w", + "arn" + ], + [ + "▁", + "warn" + ], + [ + "▁t", + "f" + ], + [ + "▁", + "tf" + ], + [ + "▁chose", + "n" + ], + [ + "▁cho", + "sen" + ], + [ + "▁ch", + "osen" + ], + [ + "▁id", + "x" + ], + [ + "▁i", + "dx" + ], + [ + "▁", + "idx" + ], + [ + "▁il", + "ha" + ], + [ + "▁", + "ilha" + ], + [ + "ri", + "qu" + ], + [ + "r", + "iqu" + ], + [ + "▁dela", + "y" + ], + [ + "▁del", + "ay" + ], + [ + "▁de", + "lay" + ], + [ + "▁", + "delay" + ], + [ + "/", + "(" + ], + [ + "ct", + "r" + ], + [ + "c", + "tr" + ], + [ + "▁Esp", + "er" + ], + [ + "▁Es", + "per" + ], + [ + "▁portugu", + "eses" + ], + [ + "▁format", + "ion" + ], + [ + "▁forma", + "tion" + ], + [ + "▁form", + "ation" + ], + [ + "▁for", + "mation" + ], + [ + "▁", + "formation" + ], + [ + "▁ext", + "ent" + ], + [ + "▁ex", + "tent" + ], + [ + "▁describe", + "s" + ], + [ + "▁describ", + "es" + ], + [ + "▁desc", + "ribes" + ], + [ + "ol", + "f" + ], + [ + "o", + "lf" + ], + [ + "cons", + "ci" + ], + [ + "con", + "sci" + ], + [ + "▁coloc", + "a" + ], + [ + "▁colo", + "ca" + ], + [ + "▁col", + "oca" + ], + [ + "▁inf", + "ant" + ], + [ + "▁anda", + "r" + ], + [ + "▁and", + "ar" + ], + [ + "▁an", + "dar" + ], + [ + "▁he", + "ct" + ], + [ + "▁h", + "ect" + ], + [ + "▁Vis", + "ual" + ], + [ + "▁", + "Visual" + ], + [ + "se", + "l" + ], + [ + "s", + "el" + ], + [ + "▁agre", + "e" + ], + [ + "▁agr", + "ee" + ], + [ + "▁ag", + "ree" + ], + [ + "▁a", + "gree" + ], + [ + "▁", + "agree" + ], + [ + "▁háb", + "ito" + ], + [ + "▁há", + "bito" + ], + [ + ")", + "\"" + ], + [ + "LIN", + "E" + ], + [ + "LI", + "NE" + ], + [ + "L", + "INE" + ], + [ + "▁reprodu", + "ção" + ], + [ + "▁repro", + "dução" + ], + [ + "▁re", + "produção" + ], + [ + "▁Latin", + "a" + ], + [ + "▁Lat", + "ina" + ], + [ + "▁L", + "atina" + ], + [ + "▁pot", + "ência" + ], + [ + "▁po", + "ol" + ], + [ + "▁p", + "ool" + ], + [ + "▁", + "pool" + ], + [ + "sa", + "ve" + ], + [ + "s", + "ave" + ], + [ + "▁integer", + "s" + ], + [ + "▁integ", + "ers" + ], + [ + "▁inte", + "gers" + ], + [ + "met", + "ic" + ], + [ + "me", + "tic" + ], + [ + "m", + "etic" + ], + [ + "▁Fe", + "l" + ], + [ + "▁F", + "el" + ], + [ + "ARRA", + "NT" + ], + [ + "▁dig", + "it" + ], + [ + "▁di", + "git" + ], + [ + "▁", + "digit" + ], + [ + "▁extra", + "ord" + ], + [ + "▁no", + "m" + ], + [ + "▁n", + "om" + ], + [ + "▁", + "nom" + ], + [ + "▁cobert", + "ura" + ], + [ + "▁CA", + "R" + ], + [ + "▁C", + "AR" + ], + [ + "▁", + "CAR" + ], + [ + "Opt", + "ion" + ], + [ + "Op", + "tion" + ], + [ + "O", + "ption" + ], + [ + "▁Ar", + "m" + ], + [ + "▁A", + "rm" + ], + [ + "▁vê", + "m" + ], + [ + "▁v", + "êm" + ], + [ + "▁W", + "ARRANT" + ], + [ + "▁exp", + "ed" + ], + [ + "▁ex", + "ped" + ], + [ + "Gl", + "obal" + ], + [ + "▁Cons", + "ult" + ], + [ + "▁onda", + "s" + ], + [ + "▁ond", + "as" + ], + [ + "▁on", + "das" + ], + [ + "▁", + "ondas" + ], + [ + "▁star", + "s" + ], + [ + "▁sta", + "rs" + ], + [ + "▁st", + "ars" + ], + [ + "▁", + "stars" + ], + [ + "▁6", + "8" + ], + [ + "▁", + "68" + ], + [ + "am", + "i" + ], + [ + "a", + "mi" + ], + [ + "▁repeat", + "ed" + ], + [ + "▁repe", + "ated" + ], + [ + "N", + "U" + ], + [ + "▁%", + "}" + ], + [ + "▁sacer", + "do" + ], + [ + "▁leg", + "it" + ], + [ + "▁le", + "git" + ], + [ + "▁di", + "ariamente" + ], + [ + "ógico", + "s" + ], + [ + "óg", + "icos" + ], + [ + "ó", + "gicos" + ], + [ + "▁símbol", + "o" + ], + [ + "▁(", + "7" + ], + [ + "▁", + "(7" + ], + [ + "pred", + "ict" + ], + [ + "pre", + "dict" + ], + [ + "▁'", + "#" + ], + [ + "▁", + "'#" + ], + [ + "▁bol", + "s" + ], + [ + "▁bo", + "ls" + ], + [ + "▁b", + "ols" + ], + [ + "mat", + "ion" + ], + [ + "ma", + "tion" + ], + [ + "m", + "ation" + ], + [ + "')", + ")" + ], + [ + "'", + "))" + ], + [ + "▁Tod", + "o" + ], + [ + "▁To", + "do" + ], + [ + "▁T", + "odo" + ], + [ + "▁", + "Todo" + ], + [ + "▁Gi", + "l" + ], + [ + "▁G", + "il" + ], + [ + "\":", + "[" + ], + [ + "\"", + ":[" + ], + [ + "úbl", + "ico" + ], + [ + "úb", + "lico" + ], + [ + "▁cere", + "bral" + ], + [ + "Ro", + "ot" + ], + [ + "R", + "oot" + ], + [ + "▁It", + "em" + ], + [ + "▁I", + "tem" + ], + [ + "▁", + "Item" + ], + [ + "▁ef", + "icácia" + ], + [ + "▁period", + "s" + ], + [ + "▁peri", + "ods" + ], + [ + "▁te", + "u" + ], + [ + "▁t", + "eu" + ], + [ + "ae", + "s" + ], + [ + "a", + "es" + ], + [ + "▁U", + "l" + ], + [ + "aus", + "s" + ], + [ + "au", + "ss" + ], + [ + "a", + "uss" + ], + [ + "▁Res", + "erv" + ], + [ + "▁Re", + "serv" + ], + [ + "G", + "A" + ], + [ + "▁t", + "u" + ], + [ + "▁", + "tu" + ], + [ + "rav", + "és" + ], + [ + "▁prof", + "issão" + ], + [ + "▁terren", + "o" + ], + [ + "▁terr", + "eno" + ], + [ + "d", + "w" + ], + [ + "-1", + "6" + ], + [ + "-", + "16" + ], + [ + "▁trig", + "ger" + ], + [ + "▁tri", + "gger" + ], + [ + "▁t", + "rigger" + ], + [ + "▁", + "trigger" + ], + [ + "▁", + "”" + ], + [ + "▁Ps", + "ych" + ], + [ + "▁cac", + "h" + ], + [ + "▁ca", + "ch" + ], + [ + "▁c", + "ach" + ], + [ + "+", + "\\" + ], + [ + "▁env", + "el" + ], + [ + "▁en", + "vel" + ], + [ + "d", + "c" + ], + [ + "▁bi", + "as" + ], + [ + "▁b", + "ias" + ], + [ + "▁", + "bias" + ], + [ + "▁confid", + "ence" + ], + [ + "▁conf", + "idence" + ], + [ + "▁critério", + "s" + ], + [ + "▁crit", + "érios" + ], + [ + "▁introdu", + "ction" + ], + [ + "▁intro", + "duction" + ], + [ + "▁minha", + "s" + ], + [ + "▁minh", + "as" + ], + [ + "▁min", + "has" + ], + [ + "▁m", + "inhas" + ], + [ + "▁ond", + "a" + ], + [ + "▁on", + "da" + ], + [ + "▁", + "onda" + ], + [ + "H", + "z" + ], + [ + "▁reprodu", + "z" + ], + [ + "▁repro", + "duz" + ], + [ + "▁ativ", + "a" + ], + [ + "▁at", + "iva" + ], + [ + "▁", + "ativa" + ], + [ + "▁continue", + "s" + ], + [ + "▁continu", + "es" + ], + [ + "▁contin", + "ues" + ], + [ + "▁ti", + "r" + ], + [ + "▁t", + "ir" + ], + [ + "▁", + "tir" + ], + [ + "▁Av", + "al" + ], + [ + "▁A", + "val" + ], + [ + "▁ratio", + "nal" + ], + [ + "▁rat", + "ional" + ], + [ + "▁r", + "ational" + ], + [ + "▁", + "rational" + ], + [ + "oper", + "ação" + ], + [ + "ope", + "ração" + ], + [ + "op", + "eração" + ], + [ + "▁dimens", + "ões" + ], + [ + "▁dim", + "ensões" + ], + [ + "▁idéia", + "s" + ], + [ + "▁id", + "éias" + ], + [ + "▁margin", + "al" + ], + [ + "▁marg", + "inal" + ], + [ + "▁tra", + "jet" + ], + [ + "▁isl", + "and" + ], + [ + "▁is", + "land" + ], + [ + "eda", + "s" + ], + [ + "ed", + "as" + ], + [ + "e", + "das" + ], + [ + "▁compartilh", + "ar" + ], + [ + "▁compart", + "ilhar" + ], + [ + "▁com", + "partilhar" + ], + [ + "dot", + "s" + ], + [ + "do", + "ts" + ], + [ + "d", + "ots" + ], + [ + "k", + "m" + ], + [ + "od", + "a" + ], + [ + "o", + "da" + ], + [ + "▁New", + "ton" + ], + [ + "ci", + "n" + ], + [ + "c", + "in" + ], + [ + "▁tanta", + "s" + ], + [ + "▁tan", + "tas" + ], + [ + "▁t", + "antas" + ], + [ + "▁san", + "t" + ], + [ + "▁sa", + "nt" + ], + [ + "▁s", + "ant" + ], + [ + "en", + "ance" + ], + [ + "▁equipa", + "mento" + ], + [ + "▁equip", + "amento" + ], + [ + "ong", + "o" + ], + [ + "on", + "go" + ], + [ + "éci", + "a" + ], + [ + "éc", + "ia" + ], + [ + "é", + "cia" + ], + [ + "as", + "m" + ], + [ + "a", + "sm" + ], + [ + "▁Hen", + "ce" + ], + [ + "▁H", + "ence" + ], + [ + "н", + "и" + ], + [ + "ili", + "a" + ], + [ + "il", + "ia" + ], + [ + "i", + "lia" + ], + [ + "▁avanço", + "s" + ], + [ + "▁avanç", + "os" + ], + [ + "▁avan", + "ços" + ], + [ + "▁Bi", + "o" + ], + [ + "▁B", + "io" + ], + [ + "▁", + "Bio" + ], + [ + "▁brin", + "qu" + ], + [ + "▁br", + "inqu" + ], + [ + "▁chama", + "r" + ], + [ + "▁cham", + "ar" + ], + [ + "▁cha", + "mar" + ], + [ + "▁ch", + "amar" + ], + [ + "E", + "l" + ], + [ + "▁difer", + "enci" + ], + [ + "▁Ser", + "á" + ], + [ + "int", + "s" + ], + [ + "in", + "ts" + ], + [ + "▁cond", + "icion" + ], + [ + "▁sent", + "e" + ], + [ + "▁sen", + "te" + ], + [ + "▁s", + "ente" + ], + [ + "▁necess", + "ariamente" + ], + [ + "heim", + "er" + ], + [ + "hei", + "mer" + ], + [ + "he", + "imer" + ], + [ + "▁plen", + "a" + ], + [ + "▁ple", + "na" + ], + [ + "▁pl", + "ena" + ], + [ + "▁brig", + "ht" + ], + [ + "▁br", + "ight" + ], + [ + "▁b", + "right" + ], + [ + "▁Asi", + "a" + ], + [ + "▁As", + "ia" + ], + [ + "▁A", + "sia" + ], + [ + "▁mix", + "ed" + ], + [ + "▁m", + "ixed" + ], + [ + "▁read", + "er" + ], + [ + "▁rea", + "der" + ], + [ + "▁re", + "ader" + ], + [ + "▁", + "reader" + ], + [ + "▁crí", + "tico" + ], + [ + "▁cr", + "ítico" + ], + [ + "▁pollut", + "ion" + ], + [ + "▁poll", + "ution" + ], + [ + "ani", + "m" + ], + [ + "an", + "im" + ], + [ + "▁port", + "ion" + ], + [ + "▁por", + "tion" + ], + [ + "▁", + "portion" + ], + [ + "▁r", + "h" + ], + [ + "▁", + "rh" + ], + [ + "▁Cre", + "at" + ], + [ + "▁C", + "reat" + ], + [ + "▁", + "Creat" + ], + [ + "▁relig", + "ion" + ], + [ + "Pan", + "el" + ], + [ + "Pa", + "nel" + ], + [ + "▁Is", + "a" + ], + [ + "▁I", + "sa" + ], + [ + "▁MA", + "R" + ], + [ + "▁M", + "AR" + ], + [ + "▁", + "MAR" + ], + [ + "▁matr", + "ic" + ], + [ + "▁mat", + "ric" + ], + [ + "dn", + "a" + ], + [ + "d", + "na" + ], + [ + ":00:", + "00" + ], + [ + ":00", + ":00" + ], + [ + "▁sobe", + "r" + ], + [ + "▁sob", + "er" + ], + [ + "▁so", + "ber" + ], + [ + "▁s", + "ober" + ], + [ + "▁fil", + "óso" + ], + [ + "▁Di", + "n" + ], + [ + "▁D", + "in" + ], + [ + "RE", + "AD" + ], + [ + "▁fór", + "m" + ], + [ + "▁bran", + "ch" + ], + [ + "▁br", + "anch" + ], + [ + "▁b", + "ranch" + ], + [ + "▁", + "branch" + ], + [ + "▁bat", + "tery" + ], + [ + "▁Jun", + "ho" + ], + [ + "▁J", + "unho" + ], + [ + "▁coordinate", + "s" + ], + [ + "▁coord", + "inates" + ], + [ + "▁revol", + "ution" + ], + [ + "▁re", + "volution" + ], + [ + "▁ende", + "re" + ], + [ + "▁end", + "ere" + ], + [ + "▁quart", + "a" + ], + [ + "▁quar", + "ta" + ], + [ + "▁qu", + "arta" + ], + [ + "medi", + "a" + ], + [ + "med", + "ia" + ], + [ + "me", + "dia" + ], + [ + "m", + "edia" + ], + [ + "át", + "r" + ], + [ + "á", + "tr" + ], + [ + "▁Mart", + "in" + ], + [ + "▁explora", + "r" + ], + [ + "▁explor", + "ar" + ], + [ + "▁explo", + "rar" + ], + [ + "▁expl", + "orar" + ], + [ + "▁raise", + "d" + ], + [ + "▁ra", + "ised" + ], + [ + "hu", + "m" + ], + [ + "h", + "um" + ], + [ + "▁compost", + "a" + ], + [ + "▁compos", + "ta" + ], + [ + "▁comp", + "osta" + ], + [ + "▁com", + "posta" + ], + [ + "▁partic", + "le" + ], + [ + "▁par", + "ticle" + ], + [ + "▁p", + "article" + ], + [ + "▁", + "particle" + ], + [ + "▁surge", + "ry" + ], + [ + "▁surg", + "ery" + ], + [ + "▁sur", + "gery" + ], + [ + "▁univers", + "e" + ], + [ + "▁orb", + "it" + ], + [ + "▁or", + "bit" + ], + [ + "xt", + "ure" + ], + [ + "▁convers", + "a" + ], + [ + "▁conver", + "sa" + ], + [ + "▁con", + "versa" + ], + [ + "▁st", + "one" + ], + [ + "▁", + "stone" + ], + [ + "▁pro", + "xim" + ], + [ + "▁keep", + "ing" + ], + [ + "▁", + "keeping" + ], + [ + "▁expans", + "ion" + ], + [ + "▁exp", + "ansion" + ], + [ + "eles", + "s" + ], + [ + "ele", + "ss" + ], + [ + "el", + "ess" + ], + [ + "e", + "less" + ], + [ + "▁tr", + "ânsito" + ], + [ + "▁consequ", + "ência" + ], + [ + "los", + "s" + ], + [ + "lo", + "ss" + ], + [ + "l", + "oss" + ], + [ + "▁agree", + "d" + ], + [ + "▁agre", + "ed" + ], + [ + "▁Cat", + "ar" + ], + [ + "▁Ca", + "tar" + ], + [ + "▁C", + "atar" + ], + [ + "▁usa", + "ge" + ], + [ + "▁us", + "age" + ], + [ + "▁", + "usage" + ], + [ + ".", + "*" + ], + [ + "▁organiza", + "r" + ], + [ + "▁organiz", + "ar" + ], + [ + "▁organ", + "izar" + ], + [ + "Enable", + "d" + ], + [ + "En", + "abled" + ], + [ + "▁anti", + "c" + ], + [ + "▁ant", + "ic" + ], + [ + "▁an", + "tic" + ], + [ + "▁", + "antic" + ], + [ + "Am", + "er" + ], + [ + "A", + "mer" + ], + [ + "▁vitamina", + "s" + ], + [ + "▁vitamin", + "as" + ], + [ + "▁vitam", + "inas" + ], + [ + "uá", + "ria" + ], + [ + "u", + "ária" + ], + [ + "▁obes", + "idade" + ], + [ + "otyp", + "e" + ], + [ + "ot", + "ype" + ], + [ + "o", + "type" + ], + [ + "▁la", + "g" + ], + [ + "▁l", + "ag" + ], + [ + "▁", + "lag" + ], + [ + "loc", + "ation" + ], + [ + "l", + "ocation" + ], + [ + "▁en", + "v" + ], + [ + "▁e", + "nv" + ], + [ + "▁", + "env" + ], + [ + "▁24", + "," + ], + [ + "▁2", + "4," + ], + [ + "▁", + "24," + ], + [ + "aixa", + "s" + ], + [ + "aix", + "as" + ], + [ + "a", + "ixas" + ], + [ + "▁we", + "alth" + ], + [ + "▁", + "wealth" + ], + [ + "íssim", + "o" + ], + [ + "íss", + "imo" + ], + [ + "ost", + "ra" + ], + [ + "os", + "tra" + ], + [ + "o", + "stra" + ], + [ + "▁aplica", + "r" + ], + [ + "▁aplic", + "ar" + ], + [ + "▁apl", + "icar" + ], + [ + "▁Página", + "s" + ], + [ + "▁P", + "áginas" + ], + [ + "bra", + "s" + ], + [ + "br", + "as" + ], + [ + "b", + "ras" + ], + [ + "post", + "a" + ], + [ + "pos", + "ta" + ], + [ + "po", + "sta" + ], + [ + "p", + "osta" + ], + [ + "D", + "I" + ], + [ + "▁Ferr", + "eira" + ], + [ + "▁Fer", + "reira" + ], + [ + "▁vem", + "os" + ], + [ + "▁ve", + "mos" + ], + [ + "▁v", + "emos" + ], + [ + "▁", + "vemos" + ], + [ + "▁create", + "s" + ], + [ + "▁creat", + "es" + ], + [ + "▁cre", + "ates" + ], + [ + "uc", + "e" + ], + [ + "u", + "ce" + ], + [ + "▁it", + "ens" + ], + [ + "▁Lear", + "n" + ], + [ + "▁Le", + "arn" + ], + [ + "▁", + "Learn" + ], + [ + "▁mud", + "ou" + ], + [ + "Po", + "r" + ], + [ + "P", + "or" + ], + [ + "▁danger", + "ous" + ], + [ + "▁play", + "ed" + ], + [ + "ult", + "ura" + ], + [ + "▁5", + "9" + ], + [ + "▁", + "59" + ], + [ + "▁Desc", + "ription" + ], + [ + "▁De", + "scription" + ], + [ + "▁D", + "escription" + ], + [ + "▁", + "Description" + ], + [ + "▁de", + "e" + ], + [ + "▁d", + "ee" + ], + [ + "▁", + "dee" + ], + [ + "4)", + "." + ], + [ + "4", + ")." + ], + [ + "▁sociedade", + "s" + ], + [ + "▁soc", + "iedades" + ], + [ + "ion", + "ar" + ], + [ + "io", + "nar" + ], + [ + "▁comerci", + "ais" + ], + [ + "▁comer", + "ciais" + ], + [ + "▁gras", + "s" + ], + [ + "▁gra", + "ss" + ], + [ + "▁gr", + "ass" + ], + [ + "▁", + "grass" + ], + [ + "▁ale", + "rt" + ], + [ + "▁al", + "ert" + ], + [ + "▁", + "alert" + ], + [ + "▁fe", + "bre" + ], + [ + "4", + "-" + ], + [ + "▁inúmer", + "as" + ], + [ + "rage", + "m" + ], + [ + "rag", + "em" + ], + [ + "ra", + "gem" + ], + [ + "r", + "agem" + ], + [ + "RI", + "TE" + ], + [ + "R", + "ITE" + ], + [ + "POR", + "T" + ], + [ + "PO", + "RT" + ], + [ + "P", + "ORT" + ], + [ + "▁2012", + "," + ], + [ + "▁201", + "2," + ], + [ + "▁20", + "12," + ], + [ + "▁reform", + "a" + ], + [ + "▁refor", + "ma" + ], + [ + "▁re", + "forma" + ], + [ + "▁diam", + "eter" + ], + [ + "▁dia", + "meter" + ], + [ + "ex", + "ist" + ], + [ + "▁suggest", + "ed" + ], + [ + "▁sug", + "gested" + ], + [ + "—", + "—" + ], + [ + "▁interf", + "er" + ], + [ + "▁inter", + "fer" + ], + [ + "▁Pre", + "cis" + ], + [ + "are", + "ness" + ], + [ + "ar", + "eness" + ], + [ + "▁limit", + "s" + ], + [ + "▁lim", + "its" + ], + [ + "▁", + "limits" + ], + [ + "▁Jul", + "ho" + ], + [ + "▁J", + "ulho" + ], + [ + "P", + "Y" + ], + [ + "Des", + "t" + ], + [ + "De", + "st" + ], + [ + "D", + "est" + ], + [ + "▁língua", + "s" + ], + [ + "▁lín", + "guas" + ], + [ + "▁Isl", + "am" + ], + [ + "▁Is", + "lam" + ], + [ + "▁pre", + "g" + ], + [ + "▁pr", + "eg" + ], + [ + "▁p", + "reg" + ], + [ + "▁k", + "n" + ], + [ + "▁", + "kn" + ], + [ + "rast", + "r" + ], + [ + "ras", + "tr" + ], + [ + "ra", + "str" + ], + [ + "r", + "astr" + ], + [ + "UD", + "E" + ], + [ + "U", + "DE" + ], + [ + "▁reje", + "ct" + ], + [ + "▁re", + "ject" + ], + [ + "\"", + "`" + ], + [ + "phe", + "r" + ], + [ + "ph", + "er" + ], + [ + "p", + "her" + ], + [ + "▁San", + "d" + ], + [ + "▁Sa", + "nd" + ], + [ + "▁S", + "and" + ], + [ + "▁floresta", + "s" + ], + [ + "▁florest", + "as" + ], + [ + "▁flores", + "tas" + ], + [ + "▁flor", + "estas" + ], + [ + "bit", + "s" + ], + [ + "bi", + "ts" + ], + [ + "b", + "its" + ], + [ + "▁Doc", + "ument" + ], + [ + "▁", + "Document" + ], + [ + "▁concern", + "s" + ], + [ + "Do", + "m" + ], + [ + "D", + "om" + ], + [ + "ag", + "a" + ], + [ + "a", + "ga" + ], + [ + "▁L", + "anguage" + ], + [ + "▁", + "Language" + ], + [ + "▁off", + "ic" + ], + [ + "▁of", + "fic" + ], + [ + "▁o", + "ffic" + ], + [ + "▁biod", + "iversidade" + ], + [ + "▁sha", + "r" + ], + [ + "▁sh", + "ar" + ], + [ + "▁s", + "har" + ], + [ + "▁", + "shar" + ], + [ + "▁copy", + "right" + ], + [ + "▁Prime", + "iro" + ], + [ + "▁Prim", + "eiro" + ], + [ + "▁arter", + "ial" + ], + [ + "▁arte", + "rial" + ], + [ + "▁art", + "erial" + ], + [ + "í", + "v" + ], + [ + "▁aparece", + "r" + ], + [ + "▁apar", + "ecer" + ], + [ + "▁Bra", + "zil" + ], + [ + "▁i", + "o" + ], + [ + "▁", + "io" + ], + [ + "Parameter", + "s" + ], + [ + "Param", + "eters" + ], + [ + "-", + "\\" + ], + [ + "▁casa", + "mento" + ], + [ + "▁cas", + "amento" + ], + [ + "▁I", + "O" + ], + [ + "▁", + "IO" + ], + [ + "▁an", + "xiety" + ], + [ + "▁sobreviv", + "ência" + ], + [ + "▁sobrev", + "ivência" + ], + [ + "▁19", + "0" + ], + [ + "▁1", + "90" + ], + [ + "▁", + "190" + ], + [ + "▁realiz", + "a" + ], + [ + "▁real", + "iza" + ], + [ + "▁pouca", + "s" + ], + [ + "▁pou", + "cas" + ], + [ + "▁po", + "ucas" + ], + [ + "▁5", + "3" + ], + [ + "▁", + "53" + ], + [ + "']", + ")" + ], + [ + "'", + "])" + ], + [ + "Util", + "s" + ], + [ + "gu", + "ra" + ], + [ + "g", + "ura" + ], + [ + "PO", + "S" + ], + [ + "P", + "OS" + ], + [ + "▁move", + "s" + ], + [ + "▁mov", + "es" + ], + [ + "▁mo", + "ves" + ], + [ + "▁m", + "oves" + ], + [ + "▁atu", + "a" + ], + [ + "▁at", + "ua" + ], + [ + "▁a", + "tua" + ], + [ + "ton", + "s" + ], + [ + "to", + "ns" + ], + [ + "t", + "ons" + ], + [ + "le", + "arn" + ], + [ + "▁aj", + "ust" + ], + [ + "▁a", + "just" + ], + [ + "▁pint", + "ura" + ], + [ + "▁p", + "intura" + ], + [ + "pro", + "p" + ], + [ + "pr", + "op" + ], + [ + "p", + "rop" + ], + [ + "og", + "ue" + ], + [ + "o", + "gue" + ], + [ + "temp", + "late" + ], + [ + "tem", + "plate" + ], + [ + "▁", + "в" + ], + [ + "▁Seg", + "unda" + ], + [ + "▁Sol", + "ar" + ], + [ + "▁So", + "lar" + ], + [ + "▁S", + "olar" + ], + [ + "▁afet", + "a" + ], + [ + "▁af", + "eta" + ], + [ + "▁sound", + "s" + ], + [ + "▁s", + "ounds" + ], + [ + "INC", + "RE" + ], + [ + "IN", + "CRE" + ], + [ + "▁dent", + "al" + ], + [ + "▁den", + "tal" + ], + [ + "▁d", + "ental" + ], + [ + "onia", + "l" + ], + [ + "oni", + "al" + ], + [ + "on", + "ial" + ], + [ + "▁thous", + "and" + ], + [ + "▁observation", + "s" + ], + [ + "▁observ", + "ations" + ], + [ + "▁defende", + "r" + ], + [ + "▁defend", + "er" + ], + [ + "▁def", + "ender" + ], + [ + "▁E", + "V" + ], + [ + "▁", + "EV" + ], + [ + "ace", + "r" + ], + [ + "ac", + "er" + ], + [ + "a", + "cer" + ], + [ + "▁ac", + "us" + ], + [ + "▁a", + "cus" + ], + [ + "▁vocab", + "ul" + ], + [ + "▁voc", + "abul" + ], + [ + "pres", + "a" + ], + [ + "pre", + "sa" + ], + [ + "pr", + "esa" + ], + [ + "▁Ur", + "b" + ], + [ + "▁U", + "rb" + ], + [ + "▁conven", + "t" + ], + [ + "▁conve", + "nt" + ], + [ + "▁conv", + "ent" + ], + [ + "▁con", + "vent" + ], + [ + "▁run", + "s" + ], + [ + "▁ru", + "ns" + ], + [ + "▁r", + "uns" + ], + [ + "▁me", + "at" + ], + [ + "▁consider", + "ando" + ], + [ + "pl", + "us" + ], + [ + "▁Reg", + "ister" + ], + [ + "▁", + "Register" + ], + [ + "▁Vil", + "a" + ], + [ + "▁Vi", + "la" + ], + [ + "▁V", + "ila" + ], + [ + "sen", + "d" + ], + [ + "se", + "nd" + ], + [ + "s", + "end" + ], + [ + "▁Bro", + "wn" + ], + [ + "▁Br", + "own" + ], + [ + "▁B", + "rown" + ], + [ + "▁worksheet", + "s" + ], + [ + "▁works", + "heets" + ], + [ + "ard", + "a" + ], + [ + "ar", + "da" + ], + [ + "Reg", + "ister" + ], + [ + "▁L", + "E" + ], + [ + "▁", + "LE" + ], + [ + "▁conscient", + "e" + ], + [ + "▁consci", + "ente" + ], + [ + "▁", + "consciente" + ], + [ + "▁Jorn", + "al" + ], + [ + "▁J", + "ornal" + ], + [ + "▁posit", + "iva" + ], + [ + "▁pos", + "itiva" + ], + [ + "í", + "qu" + ], + [ + "sto", + "od" + ], + [ + "st", + "ood" + ], + [ + "viam", + "ente" + ], + [ + "via", + "mente" + ], + [ + "vi", + "amente" + ], + [ + "v", + "iamente" + ], + [ + "!!", + "!" + ], + [ + "!", + "!!" + ], + [ + "▁aqui", + "s" + ], + [ + "▁aqu", + "is" + ], + [ + "▁a", + "quis" + ], + [ + "▁consider", + "a" + ], + [ + "▁base", + "ado" + ], + [ + "▁U", + "F" + ], + [ + "▁", + "UF" + ], + [ + "▁Vol", + "ume" + ], + [ + "▁", + "Volume" + ], + [ + "▁offer", + "ed" + ], + [ + "▁off", + "ered" + ], + [ + "▁serve", + "d" + ], + [ + "▁serv", + "ed" + ], + [ + "▁ser", + "ved" + ], + [ + "▁s", + "erved" + ], + [ + "Parse", + "r" + ], + [ + "Pars", + "er" + ], + [ + "Par", + "ser" + ], + [ + "▁libera", + "l" + ], + [ + "▁liber", + "al" + ], + [ + "▁lib", + "eral" + ], + [ + "▁summar", + "y" + ], + [ + "▁sum", + "mary" + ], + [ + "▁", + "summary" + ], + [ + "▁dele", + "g" + ], + [ + "▁del", + "eg" + ], + [ + "▁de", + "leg" + ], + [ + "-1", + "8" + ], + [ + "-", + "18" + ], + [ + "▁mole", + "cular" + ], + [ + "▁dra", + "g" + ], + [ + "▁dr", + "ag" + ], + [ + "▁d", + "rag" + ], + [ + "▁", + "drag" + ], + [ + "▁stud", + "ied" + ], + [ + "▁construct", + "or" + ], + [ + "▁constru", + "ctor" + ], + [ + "▁con", + "structor" + ], + [ + "▁imag", + "in" + ], + [ + "▁im", + "agin" + ], + [ + "▁esteja", + "m" + ], + [ + "▁este", + "jam" + ], + [ + "▁normal", + "ly" + ], + [ + "▁norm", + "ally" + ], + [ + "▁poster", + "ior" + ], + [ + "▁pos", + "terior" + ], + [ + "▁Af", + "inal" + ], + [ + "▁A", + "final" + ], + [ + "▁lembr", + "a" + ], + [ + "▁lemb", + "ra" + ], + [ + "▁lem", + "bra" + ], + [ + "▁statement", + "s" + ], + [ + "▁state", + "ments" + ], + [ + "▁stat", + "ements" + ], + [ + "Con", + "tainer" + ], + [ + "▁dist", + "úrb" + ], + [ + "▁18", + "7" + ], + [ + "▁1", + "87" + ], + [ + "▁", + "187" + ], + [ + "▁measurement", + "s" + ], + [ + "▁measure", + "ments" + ], + [ + "▁bro", + "n" + ], + [ + "▁br", + "on" + ], + [ + "▁b", + "ron" + ], + [ + "Desc", + "ription" + ], + [ + "De", + "scription" + ], + [ + "D", + "escription" + ], + [ + "▁na", + "ções" + ], + [ + "▁n", + "ações" + ], + [ + "▁abr", + "a" + ], + [ + "▁ab", + "ra" + ], + [ + "▁a", + "bra" + ], + [ + "▁", + "abra" + ], + [ + "▁Portugu", + "esa" + ], + [ + "op", + "ia" + ], + [ + "o", + "pia" + ], + [ + "▁excell", + "ent" + ], + [ + "ând", + "ia" + ], + [ + "ân", + "dia" + ], + [ + "▁prepara", + "ção" + ], + [ + "▁prepar", + "ação" + ], + [ + "▁trabalh", + "ando" + ], + [ + "▁trabal", + "hando" + ], + [ + "Con", + "s" + ], + [ + "Co", + "ns" + ], + [ + "C", + "ons" + ], + [ + "une", + "s" + ], + [ + "un", + "es" + ], + [ + "u", + "nes" + ], + [ + "▁le", + "a" + ], + [ + "▁l", + "ea" + ], + [ + "▁tor", + "t" + ], + [ + "▁to", + "rt" + ], + [ + "▁t", + "ort" + ], + [ + "▁correct", + "ly" + ], + [ + "▁habil", + "idade" + ], + [ + "▁hab", + "ilidade" + ], + [ + "▁ha", + "bilidade" + ], + [ + "▁h", + "abilidade" + ], + [ + "▁az", + "ul" + ], + [ + "▁dose", + "s" + ], + [ + "▁dos", + "es" + ], + [ + "▁do", + "ses" + ], + [ + "▁d", + "oses" + ], + [ + "▁Sou", + "za" + ], + [ + "▁So", + "uza" + ], + [ + "▁á", + "t" + ], + [ + "▁", + "át" + ], + [ + "▁Com", + "b" + ], + [ + "▁Co", + "mb" + ], + [ + "▁C", + "omb" + ], + [ + "▁", + "Comb" + ], + [ + "▁rever", + "s" + ], + [ + "▁reve", + "rs" + ], + [ + "▁rev", + "ers" + ], + [ + "▁re", + "vers" + ], + [ + "▁sale", + "s" + ], + [ + "▁sal", + "es" + ], + [ + "▁sa", + "les" + ], + [ + "▁s", + "ales" + ], + [ + "▁im", + "g" + ], + [ + "▁i", + "mg" + ], + [ + "▁", + "img" + ], + [ + "column", + "s" + ], + [ + "▁Anton", + "io" + ], + [ + "ne", + "cess" + ], + [ + "n", + "ecess" + ], + [ + "▁competência", + "s" + ], + [ + "▁compet", + "ências" + ], + [ + "▁extrem", + "e" + ], + [ + "▁extre", + "me" + ], + [ + "▁extr", + "eme" + ], + [ + "▁ext", + "reme" + ], + [ + "▁fu", + "i" + ], + [ + "▁f", + "ui" + ], + [ + "▁P", + "úblico" + ], + [ + "Pos", + "t" + ], + [ + "Po", + "st" + ], + [ + "P", + "ost" + ], + [ + "ker", + "nel" + ], + [ + "k", + "ernel" + ], + [ + "▁verb", + "al" + ], + [ + "▁ver", + "bal" + ], + [ + "▁", + "verbal" + ], + [ + "▁logic", + "al" + ], + [ + "▁log", + "ical" + ], + [ + "▁l", + "ogical" + ], + [ + "▁ig", + "uais" + ], + [ + "2", + ">" + ], + [ + "fol", + "d" + ], + [ + "fo", + "ld" + ], + [ + "f", + "old" + ], + [ + "▁vector", + "s" + ], + [ + "▁ve", + "ctors" + ], + [ + "▁v", + "ectors" + ], + [ + "▁", + "vectors" + ], + [ + "▁ing", + "les" + ], + [ + "▁in", + "gles" + ], + [ + "-1", + "7" + ], + [ + "-", + "17" + ], + [ + "0", + "\"" + ], + [ + "b", + "d" + ], + [ + "▁explain", + "s" + ], + [ + "▁expl", + "ains" + ], + [ + "▁focus", + "ed" + ], + [ + "▁foc", + "used" + ], + [ + "▁f", + "ocused" + ], + [ + "▁Mex", + "ico" + ], + [ + "▁emotion", + "al" + ], + [ + "▁emot", + "ional" + ], + [ + "▁em", + "otional" + ], + [ + "Inter", + "n" + ], + [ + "Inte", + "rn" + ], + [ + "Int", + "ern" + ], + [ + "In", + "tern" + ], + [ + "▁estar", + "á" + ], + [ + "▁est", + "ará" + ], + [ + "OR", + "E" + ], + [ + "O", + "RE" + ], + [ + "Inter", + "face" + ], + [ + "▁gera", + "is" + ], + [ + "▁ger", + "ais" + ], + [ + "▁ge", + "rais" + ], + [ + "▁g", + "erais" + ], + [ + "iam", + "ente" + ], + [ + "ia", + "mente" + ], + [ + "i", + "amente" + ], + [ + "█", + "█" + ], + [ + "▁havia", + "m" + ], + [ + "▁hav", + "iam" + ], + [ + "▁ha", + "viam" + ], + [ + "▁n", + "úcleo" + ], + [ + "▁Time", + "s" + ], + [ + "▁Tim", + "es" + ], + [ + "▁Ti", + "mes" + ], + [ + "▁T", + "imes" + ], + [ + "▁", + "Times" + ], + [ + "1)", + ";" + ], + [ + "1", + ");" + ], + [ + "▁prova", + "s" + ], + [ + "▁prov", + "as" + ], + [ + "▁pro", + "vas" + ], + [ + "▁Se", + "p" + ], + [ + "▁S", + "ep" + ], + [ + "▁", + "Sep" + ], + [ + "++", + "++" + ], + [ + "Rec", + "t" + ], + [ + "Re", + "ct" + ], + [ + "R", + "ect" + ], + [ + "fam", + "ily" + ], + [ + "Cl", + "ose" + ], + [ + "last", + "name" + ], + [ + "▁sco", + "pe" + ], + [ + "▁sc", + "ope" + ], + [ + "▁", + "scope" + ], + [ + "▁agent", + "e" + ], + [ + "▁ag", + "ente" + ], + [ + "▁ri", + "ng" + ], + [ + "▁r", + "ing" + ], + [ + "▁", + "ring" + ], + [ + "▁list", + "ed" + ], + [ + "▁lis", + "ted" + ], + [ + "▁", + "listed" + ], + [ + "▁appr", + "eci" + ], + [ + "▁ap", + "preci" + ], + [ + "▁18", + "." + ], + [ + "▁1", + "8." + ], + [ + "▁", + "18." + ], + [ + "▁forma", + "m" + ], + [ + "▁form", + "am" + ], + [ + "trabal", + "hos" + ], + [ + "▁Fora", + "m" + ], + [ + "▁For", + "am" + ], + [ + "▁Fo", + "ram" + ], + [ + "▁Me", + "an" + ], + [ + "▁M", + "ean" + ], + [ + "▁", + "Mean" + ], + [ + "▁interv", + "iew" + ], + [ + "▁inter", + "view" + ], + [ + "zi", + "p" + ], + [ + "z", + "ip" + ], + [ + "▁De", + "t" + ], + [ + "▁D", + "et" + ], + [ + "▁", + "Det" + ], + [ + "▁sab", + "edoria" + ], + [ + "iss", + "e" + ], + [ + "is", + "se" + ], + [ + "▁para", + "r" + ], + [ + "▁par", + "ar" + ], + [ + "▁pa", + "rar" + ], + [ + "▁eas", + "t" + ], + [ + "▁ea", + "st" + ], + [ + "▁e", + "ast" + ], + [ + "▁", + "east" + ], + [ + "Cl", + "e" + ], + [ + "C", + "le" + ], + [ + "▁deveria", + "m" + ], + [ + "▁dever", + "iam" + ], + [ + "▁deve", + "riam" + ], + [ + "▁state", + "d" + ], + [ + "▁stat", + "ed" + ], + [ + "▁sta", + "ted" + ], + [ + "▁st", + "ated" + ], + [ + "oco", + "s" + ], + [ + "oc", + "os" + ], + [ + "o", + "cos" + ], + [ + "old", + "er" + ], + [ + "ol", + "der" + ], + [ + "o", + "lder" + ], + [ + "▁Example", + "s" + ], + [ + "▁Exam", + "ples" + ], + [ + "▁Ex", + "amples" + ], + [ + "▁sh", + "a" + ], + [ + "▁s", + "ha" + ], + [ + "▁", + "sha" + ], + [ + "ampl", + "ing" + ], + [ + "amp", + "ling" + ], + [ + "am", + "pling" + ], + [ + "▁22", + "," + ], + [ + "▁2", + "2," + ], + [ + "▁", + "22," + ], + [ + "▁Ke", + "ep" + ], + [ + "▁desire", + "d" + ], + [ + "▁des", + "ired" + ], + [ + "▁Eg", + "ito" + ], + [ + "▁199", + "0" + ], + [ + "▁19", + "90" + ], + [ + "▁1", + "990" + ], + [ + "▁Sus", + "tent" + ], + [ + "▁S", + "ustent" + ], + [ + "o", + "y" + ], + [ + "▁Ex", + "p" + ], + [ + "▁E", + "xp" + ], + [ + "▁", + "Exp" + ], + [ + "idi", + "ty" + ], + [ + "id", + "ity" + ], + [ + "RE", + "G" + ], + [ + "R", + "EG" + ], + [ + "▁min", + "e" + ], + [ + "▁mi", + "ne" + ], + [ + "▁m", + "ine" + ], + [ + "▁", + "mine" + ], + [ + "▁apar", + "elho" + ], + [ + "▁equal", + "s" + ], + [ + "▁equ", + "als" + ], + [ + "▁", + "equals" + ], + [ + "▁Na", + "z" + ], + [ + "▁N", + "az" + ], + [ + "+", + "2" + ], + [ + "Dele", + "te" + ], + [ + "Del", + "ete" + ], + [ + "De", + "lete" + ], + [ + "▁mod", + "ified" + ], + [ + "▁", + "modified" + ], + [ + "▁mas", + "k" + ], + [ + "▁ma", + "sk" + ], + [ + "▁m", + "ask" + ], + [ + "▁", + "mask" + ], + [ + "aster", + "n" + ], + [ + "aste", + "rn" + ], + [ + "ast", + "ern" + ], + [ + "as", + "tern" + ], + [ + "▁Origin", + "al" + ], + [ + "▁Orig", + "inal" + ], + [ + "▁", + "Original" + ], + [ + "▁Jew", + "s" + ], + [ + "▁Je", + "ws" + ], + [ + "st", + "m" + ], + [ + "s", + "tm" + ], + [ + "In", + "it" + ], + [ + "I", + "nit" + ], + [ + "▁mate", + "m" + ], + [ + "▁mat", + "em" + ], + [ + "▁ma", + "tem" + ], + [ + "▁m", + "atem" + ], + [ + "itat", + "ive" + ], + [ + "it", + "ative" + ], + [ + "▁morto", + "s" + ], + [ + "▁mort", + "os" + ], + [ + "▁mor", + "tos" + ], + [ + "▁m", + "ortos" + ], + [ + "▁cal", + "c" + ], + [ + "▁ca", + "lc" + ], + [ + "▁", + "calc" + ], + [ + "ER", + "N" + ], + [ + "E", + "RN" + ], + [ + "▁Dis", + "e" + ], + [ + "▁Di", + "se" + ], + [ + "▁D", + "ise" + ], + [ + "cus", + "tom" + ], + [ + "c", + "ustom" + ], + [ + "▁comand", + "o" + ], + [ + "▁com", + "ando" + ], + [ + "ivel", + "mente" + ], + [ + "i", + "velmente" + ], + [ + "▁draw", + "ing" + ], + [ + "▁dra", + "wing" + ], + [ + "▁crença", + "s" + ], + [ + "▁cr", + "enças" + ], + [ + "zo", + "s" + ], + [ + "z", + "os" + ], + [ + "le", + "m" + ], + [ + "l", + "em" + ], + [ + "▁impr", + "ensa" + ], + [ + "An", + "y" + ], + [ + "A", + "ny" + ], + [ + "▁rec", + "ém" + ], + [ + "▁Con", + "c" + ], + [ + "▁Co", + "nc" + ], + [ + "▁Pen", + "s" + ], + [ + "▁Pe", + "ns" + ], + [ + "▁P", + "ens" + ], + [ + "▁combust", + "ível" + ], + [ + "▁cumpri", + "r" + ], + [ + "▁cumpr", + "ir" + ], + [ + "ed", + "y" + ], + [ + "e", + "dy" + ], + [ + "12", + "8" + ], + [ + "1", + "28" + ], + [ + "▁hear", + "ing" + ], + [ + "▁he", + "aring" + ], + [ + "▁h", + "earing" + ], + [ + "▁aument", + "ando" + ], + [ + "▁Off", + "ice" + ], + [ + "▁", + "Office" + ], + [ + "obil", + "e" + ], + [ + "obi", + "le" + ], + [ + "ob", + "ile" + ], + [ + "▁tan", + "g" + ], + [ + "▁ta", + "ng" + ], + [ + "▁t", + "ang" + ], + [ + "▁", + "tang" + ], + [ + "▁correspond", + "e" + ], + [ + "▁corresp", + "onde" + ], + [ + "▁bo", + "w" + ], + [ + "▁b", + "ow" + ], + [ + "▁", + "bow" + ], + [ + "▁desem", + "p" + ], + [ + "▁dese", + "mp" + ], + [ + "▁des", + "emp" + ], + [ + "[0]", + "." + ], + [ + "[0", + "]." + ], + [ + "▁cons", + "igo" + ], + [ + "AB", + "IL" + ], + [ + "pa", + "s" + ], + [ + "p", + "as" + ], + [ + "_1", + "_" + ], + [ + "_", + "1_" + ], + [ + "▁ve", + "ículo" + ], + [ + "IV", + "E" + ], + [ + "I", + "VE" + ], + [ + "▁arma", + "s" + ], + [ + "▁arm", + "as" + ], + [ + "▁ar", + "mas" + ], + [ + "▁end", + "s" + ], + [ + "▁en", + "ds" + ], + [ + "▁", + "ends" + ], + [ + ";<", + "/" + ], + [ + ";", + "", + "1" + ], + [ + "▁under", + "lying" + ], + [ + "w", + "orld" + ], + [ + "▁[", + "0" + ], + [ + "▁", + "[0" + ], + [ + "▁colh", + "e" + ], + [ + "▁col", + "he" + ], + [ + "▁co", + "lhe" + ], + [ + "▁author", + "ity" + ], + [ + "▁auth", + "ority" + ], + [ + "▁fot", + "o" + ], + [ + "▁fo", + "to" + ], + [ + "▁f", + "oto" + ], + [ + "▁", + "foto" + ], + [ + "▁farmer", + "s" + ], + [ + "▁farm", + "ers" + ], + [ + "▁far", + "mers" + ], + [ + "▁ti", + "ck" + ], + [ + "▁t", + "ick" + ], + [ + "▁", + "tick" + ], + [ + "7", + ":" + ], + [ + "▁gravit", + "y" + ], + [ + "▁grav", + "ity" + ], + [ + "osc", + "o" + ], + [ + "os", + "co" + ], + [ + "▁Th", + "ree" + ], + [ + "remo", + "ve" + ], + [ + "rem", + "ove" + ], + [ + "re", + "move" + ], + [ + "▁poet", + "a" + ], + [ + "▁po", + "eta" + ], + [ + "▁institution", + "s" + ], + [ + "▁instit", + "utions" + ], + [ + "▁concret", + "e" + ], + [ + "▁concre", + "te" + ], + [ + "▁con", + "crete" + ], + [ + "▁them", + "e" + ], + [ + "▁the", + "me" + ], + [ + "▁th", + "eme" + ], + [ + "▁", + "theme" + ], + [ + "▁happen", + "ed" + ], + [ + "▁happ", + "ened" + ], + [ + "Am", + "ount" + ], + [ + "A", + "mount" + ], + [ + "▁esc", + "al" + ], + [ + "▁es", + "cal" + ], + [ + "▁e", + "scal" + ], + [ + "fl", + "am" + ], + [ + "f", + "lam" + ], + [ + "▁north", + "ern" + ], + [ + "▁nort", + "hern" + ], + [ + "▁nor", + "thern" + ], + [ + "▁n", + "orthern" + ], + [ + "▁regula", + "ment" + ], + [ + "▁regul", + "ament" + ], + [ + "▁DI", + "S" + ], + [ + "▁D", + "IS" + ], + [ + "▁", + "DIS" + ], + [ + "▁'", + "/" + ], + [ + "▁", + "'/" + ], + [ + "S", + "ession" + ], + [ + "▁garant", + "ia" + ], + [ + "▁2009", + "," + ], + [ + "▁200", + "9," + ], + [ + "▁20", + "09," + ], + [ + "▁ad", + "i" + ], + [ + "▁a", + "di" + ], + [ + "▁", + "adi" + ], + [ + "▁destaca", + "r" + ], + [ + "▁destac", + "ar" + ], + [ + "▁desta", + "car" + ], + [ + "▁dest", + "acar" + ], + [ + "▁Tal", + "vez" + ], + [ + "G", + "O" + ], + [ + "T", + "I" + ], + [ + "arqu", + "ia" + ], + [ + "ar", + "quia" + ], + [ + "icia", + "n" + ], + [ + "ici", + "an" + ], + [ + "ic", + "ian" + ], + [ + "▁interv", + "en" + ], + [ + "▁inter", + "ven" + ], + [ + "▁care", + "er" + ], + [ + "▁Eff", + "ect" + ], + [ + "▁Ef", + "fect" + ], + [ + "▁E", + "ffect" + ], + [ + "▁", + "Effect" + ], + [ + "▁doutr", + "ina" + ], + [ + "▁dout", + "rina" + ], + [ + "▁dou", + "trina" + ], + [ + "Prov", + "ider" + ], + [ + "▁plant", + "io" + ], + [ + "▁econômica", + "s" + ], + [ + "▁econôm", + "icas" + ], + [ + "▁econ", + "ômicas" + ], + [ + "▁partid", + "a" + ], + [ + "▁part", + "ida" + ], + [ + "▁", + "partida" + ], + [ + "▁Def", + "ault" + ], + [ + "▁De", + "fault" + ], + [ + "▁", + "Default" + ], + [ + "▁behav", + "iour" + ], + [ + "▁be", + "haviour" + ], + [ + "▁ocas", + "ião" + ], + [ + "áculo", + "s" + ], + [ + "á", + "culos" + ], + [ + "HO", + "R" + ], + [ + "H", + "OR" + ], + [ + "G", + "u" + ], + [ + "Pri", + "nt" + ], + [ + "Pr", + "int" + ], + [ + "▁", + "°" + ], + [ + "IN", + "A" + ], + [ + "I", + "NA" + ], + [ + "▁want", + "s" + ], + [ + "▁w", + "ants" + ], + [ + "cl", + "aim" + ], + [ + "ân", + "tico" + ], + [ + "▁Ex", + "ecut" + ], + [ + "▁", + "Execut" + ], + [ + "cio", + "c" + ], + [ + "ci", + "oc" + ], + [ + "▁P", + "ública" + ], + [ + "▁coin", + "c" + ], + [ + "▁co", + "inc" + ], + [ + "▁Al", + "z" + ], + [ + "ember", + "s" + ], + [ + "emb", + "ers" + ], + [ + "em", + "bers" + ], + [ + "cin", + "g" + ], + [ + "ci", + "ng" + ], + [ + "c", + "ing" + ], + [ + "▁ox", + "id" + ], + [ + "▁", + "oxid" + ], + [ + "▁sofr", + "e" + ], + [ + "▁sof", + "re" + ], + [ + "▁so", + "fre" + ], + [ + "▁s", + "ofre" + ], + [ + "▁ha", + "z" + ], + [ + "▁h", + "az" + ], + [ + "▁", + "haz" + ], + [ + "▁inequ", + "al" + ], + [ + "▁in", + "equal" + ], + [ + "3", + ">" + ], + [ + "rastr", + "ucture" + ], + [ + "ra", + "structure" + ], + [ + "▁aware", + "ness" + ], + [ + "▁aw", + "areness" + ], + [ + "▁a", + "wareness" + ], + [ + "▁successful", + "ly" + ], + [ + "▁success", + "fully" + ], + [ + "▁hypoth", + "esis" + ], + [ + "▁23", + "," + ], + [ + "▁2", + "3," + ], + [ + "▁", + "23," + ], + [ + "▁forma", + "da" + ], + [ + "▁form", + "ada" + ], + [ + "▁reserve", + "d" + ], + [ + "▁reserv", + "ed" + ], + [ + "▁res", + "erved" + ], + [ + "▁consequence", + "s" + ], + [ + "▁consequ", + "ences" + ], + [ + "▁fore", + "ach" + ], + [ + "▁for", + "each" + ], + [ + "▁fo", + "reach" + ], + [ + "▁", + "foreach" + ], + [ + "ita", + "n" + ], + [ + "it", + "an" + ], + [ + "i", + "tan" + ], + [ + "▁2008", + "," + ], + [ + "▁200", + "8," + ], + [ + "▁20", + "08," + ], + [ + "▁%", + ">" + ], + [ + "▁Stre", + "et" + ], + [ + "▁St", + "reet" + ], + [ + "TI", + "C" + ], + [ + "T", + "IC" + ], + [ + "▁vídeo", + "s" + ], + [ + "▁víde", + "os" + ], + [ + "▁v", + "ídeos" + ], + [ + "inst", + "ance" + ], + [ + "▁vacc", + "ine" + ], + [ + "t", + "f" + ], + [ + "▁inj", + "ect" + ], + [ + "▁in", + "ject" + ], + [ + "▁", + "inject" + ], + [ + "▁p", + "ó" + ], + [ + "▁Sem", + "pre" + ], + [ + "▁S", + "empre" + ], + [ + "arg", + "o" + ], + [ + "ar", + "go" + ], + [ + "▁tin", + "y" + ], + [ + "▁ti", + "ny" + ], + [ + "▁t", + "iny" + ], + [ + "▁client", + "e" + ], + [ + "▁cl", + "iente" + ], + [ + "▁Ex", + "er" + ], + [ + "5", + "_" + ], + [ + "orno", + "s" + ], + [ + "orn", + "os" + ], + [ + "or", + "nos" + ], + [ + "y", + "r" + ], + [ + "▁per", + "ante" + ], + [ + "▁pe", + "rante" + ], + [ + "▁desm", + "at" + ], + [ + "▁des", + "mat" + ], + [ + "UR", + "N" + ], + [ + "U", + "RN" + ], + [ + "Us", + "e" + ], + [ + "U", + "se" + ], + [ + "▁leva", + "m" + ], + [ + "▁lev", + "am" + ], + [ + "▁le", + "vam" + ], + [ + "he", + "t" + ], + [ + "h", + "et" + ], + [ + "▁fm", + "t" + ], + [ + "▁f", + "mt" + ], + [ + "▁", + "fmt" + ], + [ + "▁Ro", + "c" + ], + [ + "▁R", + "oc" + ], + [ + "▁stre", + "t" + ], + [ + "▁str", + "et" + ], + [ + "▁st", + "ret" + ], + [ + "▁possu", + "í" + ], + [ + "▁poss", + "uí" + ], + [ + "ít", + "ico" + ], + [ + "í", + "tico" + ], + [ + "ha", + "l" + ], + [ + "h", + "al" + ], + [ + "itut", + "e" + ], + [ + "itu", + "te" + ], + [ + "it", + "ute" + ], + [ + "▁bol", + "a" + ], + [ + "▁bo", + "la" + ], + [ + "▁b", + "ola" + ], + [ + "▁", + "bola" + ], + [ + "▁colo", + "ur" + ], + [ + "▁col", + "our" + ], + [ + "▁", + "colour" + ], + [ + "▁aceita", + "r" + ], + [ + "▁ace", + "itar" + ], + [ + "▁paga", + "mento" + ], + [ + "▁pag", + "amento" + ], + [ + "▁rend", + "imento" + ], + [ + "▁r", + "endimento" + ], + [ + "▁her", + "o" + ], + [ + "▁he", + "ro" + ], + [ + "▁h", + "ero" + ], + [ + "▁", + "hero" + ], + [ + "N", + "a" + ], + [ + "▁Car", + "t" + ], + [ + "▁Ca", + "rt" + ], + [ + "▁C", + "art" + ], + [ + "▁", + "Cart" + ], + [ + "▁última", + "s" + ], + [ + "▁últim", + "as" + ], + [ + "▁úl", + "timas" + ], + [ + "▁ple", + "n" + ], + [ + "▁pl", + "en" + ], + [ + "▁p", + "len" + ], + [ + "▁Di", + "d" + ], + [ + "▁D", + "id" + ], + [ + "édio", + "s" + ], + [ + "éd", + "ios" + ], + [ + "é", + "dios" + ], + [ + "▁tel", + "a" + ], + [ + "▁te", + "la" + ], + [ + "▁t", + "ela" + ], + [ + "▁mest", + "re" + ], + [ + "▁mes", + "tre" + ], + [ + "▁m", + "estre" + ], + [ + "▁acc", + "um" + ], + [ + "▁ac", + "cum" + ], + [ + "22", + "," + ], + [ + "2", + "2," + ], + [ + "rigu", + "es" + ], + [ + "rig", + "ues" + ], + [ + "ri", + "gues" + ], + [ + "▁sp", + "in" + ], + [ + "▁s", + "pin" + ], + [ + "▁", + "spin" + ], + [ + "▁ch", + "á" + ], + [ + "▁c", + "há" + ], + [ + "▁sy", + "s" + ], + [ + "▁s", + "ys" + ], + [ + "▁", + "sys" + ], + [ + "▁he", + "ter" + ], + [ + "▁h", + "eter" + ], + [ + "▁", + "heter" + ], + [ + "▁Cl", + "a" + ], + [ + "▁C", + "la" + ], + [ + "▁", + "Cla" + ], + [ + "▁edit", + "ar" + ], + [ + "▁edi", + "tar" + ], + [ + "▁ed", + "itar" + ], + [ + "▁", + "editar" + ], + [ + "▁neuro", + "l" + ], + [ + "▁neur", + "ol" + ], + [ + "▁ne", + "urol" + ], + [ + "▁Si", + "te" + ], + [ + "▁S", + "ite" + ], + [ + "▁", + "Site" + ], + [ + "8", + ";" + ], + [ + "▁smo", + "oth" + ], + [ + "▁ren", + "ew" + ], + [ + "▁re", + "new" + ], + [ + "▁cig", + "ar" + ], + [ + "▁ci", + "gar" + ], + [ + "▁c", + "igar" + ], + [ + "▁Segu", + "rança" + ], + [ + "▁Seg", + "urança" + ], + [ + "▁quar", + "t" + ], + [ + "▁qu", + "art" + ], + [ + "▁q", + "uart" + ], + [ + "▁", + "с" + ], + [ + "▁vegetable", + "s" + ], + [ + "▁veget", + "ables" + ], + [ + "▁Conver", + "t" + ], + [ + "▁Conv", + "ert" + ], + [ + "▁Con", + "vert" + ], + [ + "▁", + "Convert" + ], + [ + "▁17", + "." + ], + [ + "▁1", + "7." + ], + [ + "▁", + "17." + ], + [ + "▁televis", + "ão" + ], + [ + "▁tele", + "visão" + ], + [ + "▁\\", + "\"" + ], + [ + "▁", + "\\\"" + ], + [ + "▁rá", + "dio" + ], + [ + "▁r", + "ádio" + ], + [ + "3", + "(" + ], + [ + "▁atra", + "s" + ], + [ + "▁atr", + "as" + ], + [ + "▁at", + "ras" + ], + [ + "▁a", + "tras" + ], + [ + "▁face", + "s" + ], + [ + "▁fac", + "es" + ], + [ + "▁fa", + "ces" + ], + [ + "▁f", + "aces" + ], + [ + "▁", + "faces" + ], + [ + "▁sn", + "ow" + ], + [ + "▁s", + "now" + ], + [ + "▁dynam", + "ic" + ], + [ + "▁d", + "ynamic" + ], + [ + "▁", + "dynamic" + ], + [ + "oca", + "r" + ], + [ + "oc", + "ar" + ], + [ + "o", + "car" + ], + [ + "▁Par", + "que" + ], + [ + "▁P", + "arque" + ], + [ + "porte", + "d" + ], + [ + "port", + "ed" + ], + [ + "por", + "ted" + ], + [ + "p", + "orted" + ], + [ + "▁Th", + "ank" + ], + [ + "▁combina", + "ção" + ], + [ + "▁combin", + "ação" + ], + [ + "▁comb", + "inação" + ], + [ + "h", + "u" + ], + [ + "▁evalu", + "ation" + ], + [ + "▁eval", + "uation" + ], + [ + "▁Pi", + "n" + ], + [ + "▁P", + "in" + ], + [ + "▁", + "Pin" + ], + [ + "Y", + "S" + ], + [ + "▁espa", + "cial" + ], + [ + "▁esp", + "acial" + ], + [ + "al", + "g" + ], + [ + "a", + "lg" + ], + [ + "▁educador", + "es" + ], + [ + "▁educ", + "adores" + ], + [ + "▁(", + "“" + ], + [ + "▁Pap", + "a" + ], + [ + "▁Pa", + "pa" + ], + [ + "▁P", + "apa" + ], + [ + "▁document", + "s" + ], + [ + "▁doc", + "uments" + ], + [ + "▁um", + "idade" + ], + [ + "▁An", + "o" + ], + [ + "▁A", + "no" + ], + [ + "▁t", + "i" + ], + [ + "▁", + "ti" + ], + [ + "▁fin", + "ite" + ], + [ + "▁f", + "inite" + ], + [ + "▁", + "finite" + ], + [ + "▁implant", + "ação" + ], + [ + "sy", + "n" + ], + [ + "s", + "yn" + ], + [ + "▁coron", + "av" + ], + [ + "▁coro", + "nav" + ], + [ + "gr", + "u" + ], + [ + "g", + "ru" + ], + [ + "▁rout", + "e" + ], + [ + "▁ro", + "ute" + ], + [ + "▁r", + "oute" + ], + [ + "▁", + "route" + ], + [ + "▁vent", + "o" + ], + [ + "▁ven", + "to" + ], + [ + "▁v", + "ento" + ], + [ + "▁letr", + "a" + ], + [ + "▁let", + "ra" + ], + [ + "▁le", + "tra" + ], + [ + "▁l", + "etra" + ], + [ + "▁sonho", + "s" + ], + [ + "▁son", + "hos" + ], + [ + "ís", + "mo" + ], + [ + "í", + "smo" + ], + [ + "▁in", + "ev" + ], + [ + "Refer", + "ence" + ], + [ + "Re", + "ference" + ], + [ + "anha", + "s" + ], + [ + "anh", + "as" + ], + [ + "an", + "has" + ], + [ + "▁revers", + "e" + ], + [ + "▁rever", + "se" + ], + [ + "▁rev", + "erse" + ], + [ + "▁re", + "verse" + ], + [ + "▁", + "reverse" + ], + [ + "ota", + "s" + ], + [ + "ot", + "as" + ], + [ + "o", + "tas" + ], + [ + "▁descar", + "t" + ], + [ + "▁desc", + "art" + ], + [ + "▁des", + "cart" + ], + [ + "▁Esta", + "t" + ], + [ + "▁Est", + "at" + ], + [ + "▁E", + "stat" + ], + [ + "▁abr", + "e" + ], + [ + "▁ab", + "re" + ], + [ + "▁a", + "bre" + ], + [ + "▁", + "abre" + ], + [ + ",", + "\\" + ], + [ + "▁edge", + "s" + ], + [ + "▁ed", + "ges" + ], + [ + "▁", + "edges" + ], + [ + "▁so", + "p" + ], + [ + "▁s", + "op" + ], + [ + "iev", + "al" + ], + [ + "ie", + "val" + ], + [ + "i", + "eval" + ], + [ + "▁sequ", + "ência" + ], + [ + "▁Right", + "s" + ], + [ + "▁R", + "ights" + ], + [ + "6)", + "." + ], + [ + "6", + ")." + ], + [ + "▁lea", + "f" + ], + [ + "▁le", + "af" + ], + [ + "▁", + "leaf" + ], + [ + "uta", + "r" + ], + [ + "ut", + "ar" + ], + [ + "u", + "tar" + ], + [ + "▁americ", + "ano" + ], + [ + "▁", + "americano" + ], + [ + "urado", + "s" + ], + [ + "ura", + "dos" + ], + [ + "ur", + "ados" + ], + [ + "u", + "rados" + ], + [ + "▁sex", + "ta" + ], + [ + "▁surround", + "ing" + ], + [ + "▁abert", + "a" + ], + [ + "▁ab", + "erta" + ], + [ + "▁a", + "berta" + ], + [ + "▁trop", + "ical" + ], + [ + "▁t", + "ropical" + ], + [ + "▁DO", + "S" + ], + [ + "▁D", + "OS" + ], + [ + "▁", + "DOS" + ], + [ + "▁está", + "gio" + ], + [ + "▁est", + "ágio" + ], + [ + "▁cl", + "oud" + ], + [ + "▁", + "cloud" + ], + [ + "▁representante", + "s" + ], + [ + "▁represent", + "antes" + ], + [ + "▁Brit", + "ain" + ], + [ + "▁197", + "0" + ], + [ + "▁19", + "70" + ], + [ + "▁2013", + "," + ], + [ + "▁201", + "3," + ], + [ + "▁20", + "13," + ], + [ + "▁agrícola", + "s" + ], + [ + "▁agrícol", + "as" + ], + [ + "▁agr", + "ícolas" + ], + [ + "ab", + "e" + ], + [ + "a", + "be" + ], + [ + "▁men", + "u" + ], + [ + "▁me", + "nu" + ], + [ + "▁m", + "enu" + ], + [ + "▁", + "menu" + ], + [ + "▁Infant", + "il" + ], + [ + "▁Inf", + "antil" + ], + [ + "W", + "N" + ], + [ + "▁par", + "â" + ], + [ + "▁Are", + "a" + ], + [ + "▁Ar", + "ea" + ], + [ + "▁A", + "rea" + ], + [ + "▁", + "Area" + ], + [ + "▁location", + "s" + ], + [ + "▁loc", + "ations" + ], + [ + "▁prof", + "it" + ], + [ + "▁pro", + "fit" + ], + [ + "▁", + "profit" + ], + [ + "▁else", + "if" + ], + [ + "▁signal", + "s" + ], + [ + "▁sign", + "als" + ], + [ + "▁sig", + "nals" + ], + [ + "▁attach", + "ed" + ], + [ + "▁att", + "ached" + ], + [ + "▁Ri", + "s" + ], + [ + "▁R", + "is" + ], + [ + "▁lesson", + "s" + ], + [ + "▁less", + "ons" + ], + [ + "ram", + "ento" + ], + [ + "ra", + "mento" + ], + [ + "r", + "amento" + ], + [ + "▁Ne", + "m" + ], + [ + "▁N", + "em" + ], + [ + "▁ra", + "cioc" + ], + [ + "▁interact", + "ion" + ], + [ + "▁inter", + "action" + ], + [ + "▁inte", + "raction" + ], + [ + "▁draw", + "n" + ], + [ + "▁dra", + "wn" + ], + [ + "▁dr", + "awn" + ], + [ + "▁", + "drawn" + ], + [ + "▁map", + "s" + ], + [ + "▁ma", + "ps" + ], + [ + "▁m", + "aps" + ], + [ + "▁", + "maps" + ], + [ + "▁osso", + "s" + ], + [ + "▁os", + "sos" + ], + [ + "▁", + "ossos" + ], + [ + "▁app", + "oint" + ], + [ + "▁ap", + "point" + ], + [ + "▁", + "appoint" + ], + [ + "ov", + "o" + ], + [ + "o", + "vo" + ], + [ + "g", + "i" + ], + [ + "▁un", + "ião" + ], + [ + "CMake", + "Files" + ], + [ + "x", + "ual" + ], + [ + "▁sat", + "ell" + ], + [ + "▁Stat", + "istics" + ], + [ + "▁", + "Statistics" + ], + [ + "▁Down", + "load" + ], + [ + "▁", + "Download" + ], + [ + "/", + "3" + ], + [ + "▁", + "π" + ], + [ + "▁employee", + "s" + ], + [ + "▁employ", + "ees" + ], + [ + "ran", + "d" + ], + [ + "ra", + "nd" + ], + [ + "r", + "and" + ], + [ + "▁remot", + "e" + ], + [ + "▁remo", + "te" + ], + [ + "▁rem", + "ote" + ], + [ + "▁", + "remote" + ], + [ + "xf", + "ord" + ], + [ + "x", + "ford" + ], + [ + "▁ilust", + "r" + ], + [ + "▁il", + "ustr" + ], + [ + "▁emp", + "r" + ], + [ + "▁em", + "pr" + ], + [ + "20", + ")" + ], + [ + "2", + "0)" + ], + [ + "▁sett", + "le" + ], + [ + "▁set", + "tle" + ], + [ + "tr", + "e" + ], + [ + "t", + "re" + ], + [ + "▁The", + "r" + ], + [ + "▁Th", + "er" + ], + [ + "▁T", + "her" + ], + [ + "Ex", + "p" + ], + [ + "E", + "xp" + ], + [ + "nu", + "t" + ], + [ + "n", + "ut" + ], + [ + "▁racism", + "o" + ], + [ + "▁racis", + "mo" + ], + [ + "▁rac", + "ismo" + ], + [ + "▁ra", + "cismo" + ], + [ + "▁desp", + "ite" + ], + [ + "▁potential", + "ly" + ], + [ + "▁pot", + "entially" + ], + [ + "▁mod", + "a" + ], + [ + "▁mo", + "da" + ], + [ + "▁m", + "oda" + ], + [ + "▁fraction", + "s" + ], + [ + "▁fract", + "ions" + ], + [ + "▁fra", + "ctions" + ], + [ + "▁fr", + "actions" + ], + [ + "▁f", + "ractions" + ], + [ + "res", + "ource" + ], + [ + "re", + "source" + ], + [ + ">", + ")" + ], + [ + "▁chamada", + "s" + ], + [ + "▁chama", + "das" + ], + [ + "▁cham", + "adas" + ], + [ + "▁R", + "ússia" + ], + [ + "▁GM", + "AT" + ], + [ + "▁G", + "MAT" + ], + [ + "▁implement", + "ed" + ], + [ + "▁2010", + "." + ], + [ + "▁201", + "0." + ], + [ + "▁20", + "10." + ], + [ + "▁Gam", + "e" + ], + [ + "▁Ga", + "me" + ], + [ + "▁G", + "ame" + ], + [ + "▁", + "Game" + ], + [ + "▁Mi", + "r" + ], + [ + "▁M", + "ir" + ], + [ + "▁", + "Mir" + ], + [ + "tro", + "s" + ], + [ + "tr", + "os" + ], + [ + "t", + "ros" + ], + [ + "mo", + "v" + ], + [ + "m", + "ov" + ], + [ + "▁object", + "ive" + ], + [ + "▁classifica", + "ção" + ], + [ + "▁class", + "ificação" + ], + [ + "▁val", + "uable" + ], + [ + "▁discut", + "ir" + ], + [ + "FE", + "R" + ], + [ + "F", + "ER" + ], + [ + "▁depende", + "nt" + ], + [ + "▁depend", + "ent" + ], + [ + "▁", + "dependent" + ], + [ + ".", + "|" + ], + [ + "Co", + "py" + ], + [ + "C", + "opy" + ], + [ + "▁paper", + "s" + ], + [ + "▁pap", + "ers" + ], + [ + "▁pa", + "pers" + ], + [ + "▁p", + "apers" + ], + [ + "▁M", + "iddle" + ], + [ + "▁", + "Middle" + ], + [ + "▁Bil", + "l" + ], + [ + "▁Bi", + "ll" + ], + [ + "▁B", + "ill" + ], + [ + "astr", + "e" + ], + [ + "ast", + "re" + ], + [ + "as", + "tre" + ], + [ + "bi", + "l" + ], + [ + "b", + "il" + ], + [ + "St", + "ack" + ], + [ + "▁band", + "e" + ], + [ + "▁ban", + "de" + ], + [ + "▁b", + "ande" + ], + [ + "▁prove", + "d" + ], + [ + "▁prov", + "ed" + ], + [ + "▁pro", + "ved" + ], + [ + "▁pr", + "oved" + ], + [ + "▁conhecida", + "s" + ], + [ + "▁conheci", + "das" + ], + [ + "▁conhec", + "idas" + ], + [ + "▁conhe", + "cidas" + ], + [ + "▁ocorr", + "ência" + ], + [ + "▁troux", + "e" + ], + [ + "▁Ida", + "de" + ], + [ + "▁Id", + "ade" + ], + [ + "▁I", + "dade" + ], + [ + ",", + "," + ], + [ + "▁Re", + "v" + ], + [ + "▁R", + "ev" + ], + [ + "▁", + "Rev" + ], + [ + "go", + "ing" + ], + [ + "▁M", + "P" + ], + [ + "▁", + "MP" + ], + [ + "▁got", + "o" + ], + [ + "▁go", + "to" + ], + [ + "▁g", + "oto" + ], + [ + "▁", + "goto" + ], + [ + "St", + "ore" + ], + [ + "▁Vi", + "n" + ], + [ + "▁V", + "in" + ], + [ + "▁guar", + "ante" + ], + [ + "▁gua", + "rante" + ], + [ + "▁recicl", + "agem" + ], + [ + "3", + "%" + ], + [ + "ik", + "a" + ], + [ + "i", + "ka" + ], + [ + "S", + "w" + ], + [ + "ro", + "ad" + ], + [ + "▁F", + "L" + ], + [ + "▁", + "FL" + ], + [ + "▁Qu", + "ant" + ], + [ + "▁", + "Quant" + ], + [ + "▁inicial", + "mente" + ], + [ + "▁inici", + "almente" + ], + [ + "▁ini", + "cialmente" + ], + [ + "▁pur", + "s" + ], + [ + "▁pu", + "rs" + ], + [ + "▁p", + "urs" + ], + [ + "▁large", + "ly" + ], + [ + "▁larg", + "ely" + ], + [ + "▁Theor", + "em" + ], + [ + "▁The", + "orem" + ], + [ + "▁observ", + "e" + ], + [ + "▁obs", + "erve" + ], + [ + "▁ob", + "serve" + ], + [ + "▁Ord", + "er" + ], + [ + "▁Or", + "der" + ], + [ + "▁", + "Order" + ], + [ + "AAA", + "A" + ], + [ + "AA", + "AA" + ], + [ + "A", + "AAA" + ], + [ + "▁Man", + "d" + ], + [ + "▁Ma", + "nd" + ], + [ + "▁M", + "and" + ], + [ + "▁", + "Mand" + ], + [ + "▁lead", + "er" + ], + [ + "▁lea", + "der" + ], + [ + "▁le", + "ader" + ], + [ + "▁limitation", + "s" + ], + [ + "▁limit", + "ations" + ], + [ + "▁lim", + "itations" + ], + [ + "▁Pri", + "m" + ], + [ + "▁Pr", + "im" + ], + [ + "▁P", + "rim" + ], + [ + "▁", + "Prim" + ], + [ + "▁2015", + "," + ], + [ + "▁201", + "5," + ], + [ + "▁20", + "15," + ], + [ + "ond", + "a" + ], + [ + "on", + "da" + ], + [ + "▁patrim", + "ônio" + ], + [ + "▁account", + "s" + ], + [ + "▁ac", + "counts" + ], + [ + "▁sensibil", + "idade" + ], + [ + "▁sens", + "ibilidade" + ], + [ + "▁procedure", + "s" + ], + [ + "▁proced", + "ures" + ], + [ + "▁n", + "u" + ], + [ + "▁", + "nu" + ], + [ + "▁descoberta", + "s" + ], + [ + "▁descob", + "ertas" + ], + [ + "▁Men", + "d" + ], + [ + "▁Me", + "nd" + ], + [ + "▁M", + "end" + ], + [ + "comp", + "ut" + ], + [ + "com", + "put" + ], + [ + "ici", + "ng" + ], + [ + "ic", + "ing" + ], + [ + "i", + "cing" + ], + [ + "▁evidência", + "s" + ], + [ + "▁evid", + "ências" + ], + [ + "▁lea", + "ving" + ], + [ + "▁le", + "aving" + ], + [ + "Config", + "uration" + ], + [ + "Hi", + "st" + ], + [ + "H", + "ist" + ], + [ + "▁", + "§" + ], + [ + "▁treatment", + "s" + ], + [ + "▁treat", + "ments" + ], + [ + "▁relaciona", + "do" + ], + [ + "▁relacion", + "ado" + ], + [ + "▁Man", + "uel" + ], + [ + "▁fel", + "t" + ], + [ + "▁fe", + "lt" + ], + [ + "▁f", + "elt" + ], + [ + "▁Su", + "d" + ], + [ + "▁S", + "ud" + ], + [ + "▁al", + "vo" + ], + [ + "▁", + "alvo" + ], + [ + "▁thought", + "s" + ], + [ + "▁though", + "ts" + ], + [ + "ec", + "ção" + ], + [ + "e", + "cção" + ], + [ + "sh", + "ould" + ], + [ + "min", + "a" + ], + [ + "mi", + "na" + ], + [ + "m", + "ina" + ], + [ + "▁PE", + "R" + ], + [ + "▁P", + "ER" + ], + [ + "▁", + "PER" + ], + [ + "▁vari", + "áveis" + ], + [ + "▁P", + "H" + ], + [ + "▁", + "PH" + ], + [ + "▁TR", + "UE" + ], + [ + "▁", + "TRUE" + ], + [ + "sig", + "ma" + ], + [ + "s", + "igma" + ], + [ + "Act", + "ive" + ], + [ + "A", + "ctive" + ], + [ + "▁colabora", + "ção" + ], + [ + "▁colabor", + "ação" + ], + [ + "▁colab", + "oração" + ], + [ + "▁ri", + "d" + ], + [ + "▁r", + "id" + ], + [ + "▁", + "rid" + ], + [ + "▁Trabalho", + "s" + ], + [ + "▁Trabalh", + "os" + ], + [ + "▁Trabal", + "hos" + ], + [ + "▁causa", + "da" + ], + [ + "▁caus", + "ada" + ], + [ + "▁Cel", + "l" + ], + [ + "▁Ce", + "ll" + ], + [ + "▁C", + "ell" + ], + [ + "▁", + "Cell" + ], + [ + "▁Est", + "á" + ], + [ + "▁ex", + "ército" + ], + [ + "Ste", + "p" + ], + [ + "St", + "ep" + ], + [ + "▁brinc", + "ar" + ], + [ + "▁brin", + "car" + ], + [ + "▁br", + "incar" + ], + [ + "▁girl", + "s" + ], + [ + "▁gir", + "ls" + ], + [ + "bu", + "s" + ], + [ + "b", + "us" + ], + [ + "▁produzido", + "s" + ], + [ + "▁produz", + "idos" + ], + [ + "non", + "e" + ], + [ + "no", + "ne" + ], + [ + "n", + "one" + ], + [ + "▁pau", + "l" + ], + [ + "▁pa", + "ul" + ], + [ + "▁applic", + "able" + ], + [ + "(", + "@" + ], + [ + "▁dr", + "iving" + ], + [ + "feat", + "ure" + ], + [ + "fe", + "ature" + ], + [ + "▁categor", + "ies" + ], + [ + "▁categ", + "ories" + ], + [ + "▁", + "categories" + ], + [ + "▁prof", + "ile" + ], + [ + "▁pro", + "file" + ], + [ + "▁", + "profile" + ], + [ + "▁Dem", + "ocr" + ], + [ + "▁an", + "ál" + ], + [ + "▁wall", + "s" + ], + [ + "▁wal", + "ls" + ], + [ + "▁w", + "alls" + ], + [ + "M", + "D" + ], + [ + "▁ste", + "el" + ], + [ + "▁input", + "s" + ], + [ + "▁", + "inputs" + ], + [ + "▁chemical", + "s" + ], + [ + "▁instruction", + "s" + ], + [ + "▁instru", + "ctions" + ], + [ + "▁in", + "structions" + ], + [ + "▁querem", + "os" + ], + [ + "▁quer", + "emos" + ], + [ + "▁I", + "A" + ], + [ + "▁", + "IA" + ], + [ + "▁course", + "s" + ], + [ + "▁cour", + "ses" + ], + [ + "▁c", + "ourses" + ], + [ + "▁\"", + "%" + ], + [ + "▁ligado", + "s" + ], + [ + "▁liga", + "dos" + ], + [ + "▁lig", + "ados" + ], + [ + "▁li", + "gados" + ], + [ + "▁correta", + "mente" + ], + [ + "▁corret", + "amente" + ], + [ + "▁corre", + "tamente" + ], + [ + "▁mane", + "jo" + ], + [ + "▁eleva", + "da" + ], + [ + "▁elev", + "ada" + ], + [ + "▁ele", + "vada" + ], + [ + "▁drink", + "ing" + ], + [ + "▁dr", + "inking" + ], + [ + "▁ste", + "m" + ], + [ + "▁st", + "em" + ], + [ + "▁s", + "tem" + ], + [ + "▁", + "stem" + ], + [ + "▁sujeito", + "s" + ], + [ + "▁suje", + "itos" + ], + [ + "▁precoc", + "e" + ], + [ + "▁pre", + "coce" + ], + [ + "▁nota", + "s" + ], + [ + "▁not", + "as" + ], + [ + "▁no", + "tas" + ], + [ + "▁n", + "otas" + ], + [ + "▁Plan", + "t" + ], + [ + "▁Pl", + "ant" + ], + [ + "ei", + "n" + ], + [ + "e", + "in" + ], + [ + "▁Lak", + "e" + ], + [ + "▁La", + "ke" + ], + [ + "▁L", + "ake" + ], + [ + "8)", + "," + ], + [ + "8", + ")," + ], + [ + "date", + "s" + ], + [ + "dat", + "es" + ], + [ + "da", + "tes" + ], + [ + "d", + "ates" + ], + [ + "▁Bas", + "ic" + ], + [ + "▁Ba", + "sic" + ], + [ + "▁", + "Basic" + ], + [ + "▁tornar", + "am" + ], + [ + "▁torna", + "ram" + ], + [ + "▁torn", + "aram" + ], + [ + "▁cas", + "h" + ], + [ + "▁ca", + "sh" + ], + [ + "▁c", + "ash" + ], + [ + "▁respir", + "ação" + ], + [ + "▁resp", + "iração" + ], + [ + "▁vaso", + "s" + ], + [ + "▁vas", + "os" + ], + [ + "▁va", + "sos" + ], + [ + "FL", + "AG" + ], + [ + "V", + "ERSION" + ], + [ + "sh", + "op" + ], + [ + "s", + "hop" + ], + [ + "▁ir", + "re" + ], + [ + "éx", + "ico" + ], + [ + "▁quil", + "ômetros" + ], + [ + "▁fu", + "m" + ], + [ + "▁f", + "um" + ], + [ + "▁hundred", + "s" + ], + [ + "▁envolv", + "endo" + ], + [ + "▁envol", + "vendo" + ], + [ + "▁monitor", + "ing" + ], + [ + "16", + "." + ], + [ + "1", + "6." + ], + [ + "▁rota", + "tion" + ], + [ + "▁rot", + "ation" + ], + [ + "▁", + "rotation" + ], + [ + "sch", + "e" + ], + [ + "sc", + "he" + ], + [ + "s", + "che" + ], + [ + "k", + "o" + ], + [ + "▁aven", + "t" + ], + [ + "▁ave", + "nt" + ], + [ + "▁av", + "ent" + ], + [ + "▁a", + "vent" + ], + [ + "▁", + "avent" + ], + [ + "▁Pract", + "ice" + ], + [ + "-------------", + "-" + ], + [ + "------------", + "--" + ], + [ + "-----------", + "---" + ], + [ + "----------", + "----" + ], + [ + "---------", + "-----" + ], + [ + "--------", + "------" + ], + [ + "-------", + "-------" + ], + [ + "------", + "--------" + ], + [ + "-----", + "---------" + ], + [ + "----", + "----------" + ], + [ + "---", + "-----------" + ], + [ + "--", + "------------" + ], + [ + "-", + "-------------" + ], + [ + "del", + "ta" + ], + [ + "▁inseto", + "s" + ], + [ + "▁inset", + "os" + ], + [ + "▁ins", + "etos" + ], + [ + "ividade", + "s" + ], + [ + "ivid", + "ades" + ], + [ + "iv", + "idades" + ], + [ + "▁poss", + "ibly" + ], + [ + "▁máxim", + "a" + ], + [ + "▁má", + "xima" + ], + [ + "4", + ";" + ], + [ + "▁At", + "ravés" + ], + [ + "cito", + "s" + ], + [ + "cit", + "os" + ], + [ + "ci", + "tos" + ], + [ + "c", + "itos" + ], + [ + "▁apresent", + "ou" + ], + [ + "▁du", + "t" + ], + [ + "▁d", + "ut" + ], + [ + "▁", + "dut" + ], + [ + "▁vit", + "ória" + ], + [ + "▁Com", + "unicação" + ], + [ + "▁concern", + "ed" + ], + [ + "▁Ass", + "ess" + ], + [ + "▁alemã", + "o" + ], + [ + "▁alem", + "ão" + ], + [ + "▁ale", + "mão" + ], + [ + "agr", + "aph" + ], + [ + "ag", + "raph" + ], + [ + "a", + "graph" + ], + [ + "▁Pel", + "o" + ], + [ + "▁Pe", + "lo" + ], + [ + "▁P", + "elo" + ], + [ + "▁car", + "s" + ], + [ + "▁ca", + "rs" + ], + [ + "▁c", + "ars" + ], + [ + "▁cristã", + "o" + ], + [ + "▁crist", + "ão" + ], + [ + "▁cr", + "istão" + ], + [ + "▁score", + "s" + ], + [ + "▁scor", + "es" + ], + [ + "▁sco", + "res" + ], + [ + "▁sc", + "ores" + ], + [ + "▁", + "scores" + ], + [ + "▁Lu", + "t" + ], + [ + "▁L", + "ut" + ], + [ + "▁Re", + "present" + ], + [ + "▁Lig", + "ht" + ], + [ + "▁Li", + "ght" + ], + [ + "▁L", + "ight" + ], + [ + "▁", + "Light" + ], + [ + "▁sort", + "e" + ], + [ + "▁sor", + "te" + ], + [ + "▁s", + "orte" + ], + [ + "▁sl", + "ope" + ], + [ + "▁", + "slope" + ], + [ + "▁vo", + "ice" + ], + [ + "▁", + "voice" + ], + [ + "OR", + "Y" + ], + [ + "O", + "RY" + ], + [ + "▁parece", + "m" + ], + [ + "▁pare", + "cem" + ], + [ + "▁par", + "ecem" + ], + [ + "▁morte", + "s" + ], + [ + "▁mort", + "es" + ], + [ + "▁mor", + "tes" + ], + [ + "▁marca", + "s" + ], + [ + "▁marc", + "as" + ], + [ + "▁mar", + "cas" + ], + [ + "▁m", + "arcas" + ], + [ + "ID", + "S" + ], + [ + "I", + "DS" + ], + [ + ")))", + ";" + ], + [ + "))", + ");" + ], + [ + ")", + "));" + ], + [ + "▁apos", + "t" + ], + [ + "▁apo", + "st" + ], + [ + "▁ap", + "ost" + ], + [ + "▁a", + "post" + ], + [ + "▁Lab", + "el" + ], + [ + "▁La", + "bel" + ], + [ + "▁L", + "abel" + ], + [ + "▁", + "Label" + ], + [ + "▁Ye", + "t" + ], + [ + "▁Y", + "et" + ], + [ + "abel", + "e" + ], + [ + "abe", + "le" + ], + [ + "ab", + "ele" + ], + [ + "▁acontecimento", + "s" + ], + [ + "▁acontec", + "imentos" + ], + [ + "init", + "y" + ], + [ + "ini", + "ty" + ], + [ + "in", + "ity" + ], + [ + "▁pre", + "juí" + ], + [ + "▁conclus", + "ion" + ], + [ + "▁concl", + "usion" + ], + [ + "▁con", + "clusion" + ], + [ + "▁mem", + "or" + ], + [ + "▁me", + "mor" + ], + [ + "▁m", + "emor" + ], + [ + "▁impact", + "s" + ], + [ + "▁imp", + "acts" + ], + [ + "▁subst", + "ance" + ], + [ + "ACT", + "ER" + ], + [ + "AC", + "TER" + ], + [ + "▁respons", + "ibility" + ], + [ + "P", + "V" + ], + [ + "▁Inte", + "l" + ], + [ + "▁Int", + "el" + ], + [ + "▁In", + "tel" + ], + [ + "▁0000", + "\"" + ], + [ + "▁000", + "0\"" + ], + [ + "▁00", + "00\"" + ], + [ + "0000", + "7" + ], + [ + "000", + "07" + ], + [ + "00", + "007" + ], + [ + "So", + "l" + ], + [ + "S", + "ol" + ], + [ + "Point", + "er" + ], + [ + "Po", + "inter" + ], + [ + "ecas", + "t" + ], + [ + "eca", + "st" + ], + [ + "ec", + "ast" + ], + [ + "e", + "cast" + ], + [ + "▁_", + "," + ], + [ + "▁", + "_," + ], + [ + "dec", + "l" + ], + [ + "de", + "cl" + ], + [ + "d", + "ecl" + ], + [ + "▁Pas", + "t" + ], + [ + "▁Pa", + "st" + ], + [ + "▁P", + "ast" + ], + [ + "at", + "i" + ], + [ + "a", + "ti" + ], + [ + "▁raio", + "s" + ], + [ + "▁ra", + "ios" + ], + [ + "▁assign", + "ed" + ], + [ + "▁ass", + "igned" + ], + [ + "▁as", + "signed" + ], + [ + "▁F", + "UN" + ], + [ + "▁", + "FUN" + ], + [ + "ger", + "s" + ], + [ + "ge", + "rs" + ], + [ + "g", + "ers" + ], + [ + "▁la", + "y" + ], + [ + "▁l", + "ay" + ], + [ + "▁", + "lay" + ], + [ + "OR", + "K" + ], + [ + "O", + "RK" + ], + [ + "ing", + "ly" + ], + [ + "ith", + "metic" + ], + [ + "▁li", + "p" + ], + [ + "▁l", + "ip" + ], + [ + "▁", + "lip" + ], + [ + "▁representa", + "r" + ], + [ + "▁represent", + "ar" + ], + [ + "▁repres", + "entar" + ], + [ + "▁you", + "th" + ], + [ + "▁y", + "outh" + ], + [ + "tee", + "n" + ], + [ + "te", + "en" + ], + [ + "t", + "een" + ], + [ + "▁enga", + "n" + ], + [ + "▁eng", + "an" + ], + [ + "▁en", + "gan" + ], + [ + "▁fasc", + "in" + ], + [ + "▁fas", + "cin" + ], + [ + "▁superior", + "es" + ], + [ + "▁super", + "iores" + ], + [ + "▁agricultor", + "es" + ], + [ + "▁agricult", + "ores" + ], + [ + "sym", + "bol" + ], + [ + "sy", + "mbol" + ], + [ + "s", + "ymbol" + ], + [ + "▁prom", + "pt" + ], + [ + "▁Gest", + "ão" + ], + [ + "▁G", + "estão" + ], + [ + "rain", + "ing" + ], + [ + "ra", + "ining" + ], + [ + "r", + "aining" + ], + [ + "ole", + "s" + ], + [ + "ol", + "es" + ], + [ + "o", + "les" + ], + [ + "▁Alter", + "n" + ], + [ + "▁Alt", + "ern" + ], + [ + "▁Al", + "tern" + ], + [ + "fa", + "l" + ], + [ + "f", + "al" + ], + [ + "bin", + "d" + ], + [ + "bi", + "nd" + ], + [ + "b", + "ind" + ], + [ + "▁Environment", + "al" + ], + [ + "▁Guid", + "e" + ], + [ + "▁Gu", + "ide" + ], + [ + "▁secur", + "e" + ], + [ + "▁sec", + "ure" + ], + [ + "▁cro", + "p" + ], + [ + "▁cr", + "op" + ], + [ + "▁c", + "rop" + ], + [ + "▁", + "crop" + ], + [ + "out", + "e" + ], + [ + "ou", + "te" + ], + [ + "o", + "ute" + ], + [ + "▁rea", + "ct" + ], + [ + "▁re", + "act" + ], + [ + "▁", + "react" + ], + [ + "▁o", + "v" + ], + [ + "▁", + "ov" + ], + [ + "32", + ")" + ], + [ + "3", + "2)" + ], + [ + "▁natural", + "mente" + ], + [ + "gp", + "u" + ], + [ + "g", + "pu" + ], + [ + "▁doc", + "e" + ], + [ + "▁do", + "ce" + ], + [ + "▁continent", + "e" + ], + [ + "▁contin", + "ente" + ], + [ + "▁cont", + "inente" + ], + [ + "Bu", + "f" + ], + [ + "B", + "uf" + ], + [ + "▁accom", + "pl" + ], + [ + "eli", + "hood" + ], + [ + "A", + "c" + ], + [ + "▁set", + "t" + ], + [ + "▁se", + "tt" + ], + [ + "▁s", + "ett" + ], + [ + "▁garant", + "e" + ], + [ + "▁gar", + "ante" + ], + [ + "▁ga", + "rante" + ], + [ + "▁mecan", + "ismo" + ], + [ + "▁mec", + "anismo" + ], + [ + "▁Am", + "ar" + ], + [ + "▁A", + "mar" + ], + [ + "!!!!", + "!!!!" + ], + [ + "su", + "r" + ], + [ + "s", + "ur" + ], + [ + "▁indis", + "pens" + ], + [ + "▁sens", + "o" + ], + [ + "▁sen", + "so" + ], + [ + "▁s", + "enso" + ], + [ + "label", + "s" + ], + [ + "lab", + "els" + ], + [ + "dis", + "cipl" + ], + [ + "d", + "iscipl" + ], + [ + "▁tabel", + "a" + ], + [ + "▁tab", + "ela" + ], + [ + "▁t", + "abela" + ], + [ + "usi", + "as" + ], + [ + "us", + "ias" + ], + [ + "u", + "sias" + ], + [ + "▁d", + "w" + ], + [ + "▁", + "dw" + ], + [ + "▁conex", + "ão" + ], + [ + "D", + "W" + ], + [ + "▁w", + "ife" + ], + [ + "▁remain", + "ed" + ], + [ + "▁rema", + "ined" + ], + [ + "▁rem", + "ained" + ], + [ + "▁mod", + "ify" + ], + [ + "▁ped", + "ido" + ], + [ + "Dis", + "play" + ], + [ + "▁claim", + "s" + ], + [ + "T", + "T" + ], + [ + "▁Ent", + "er" + ], + [ + "▁En", + "ter" + ], + [ + "▁", + "Enter" + ], + [ + "▁opin", + "iões" + ], + [ + "▁fol", + "d" + ], + [ + "▁fo", + "ld" + ], + [ + "▁f", + "old" + ], + [ + "▁", + "fold" + ], + [ + "▁negativo", + "s" + ], + [ + "▁neg", + "ativos" + ], + [ + "▁bo", + "ost" + ], + [ + "▁", + "boost" + ], + [ + "ticle", + "s" + ], + [ + "tic", + "les" + ], + [ + "ti", + "cles" + ], + [ + "▁Act", + "ion" + ], + [ + "▁Ac", + "tion" + ], + [ + "▁A", + "ction" + ], + [ + "▁", + "Action" + ], + [ + "▁automatic", + "ally" + ], + [ + "▁automat", + "ically" + ], + [ + "▁autom", + "atically" + ], + [ + "▁we", + "ar" + ], + [ + "▁w", + "ear" + ], + [ + "▁", + "wear" + ], + [ + "▁Con", + "he" + ], + [ + "▁so", + "ja" + ], + [ + "Ser", + "v" + ], + [ + "Se", + "rv" + ], + [ + "S", + "erv" + ], + [ + "mi", + "d" + ], + [ + "m", + "id" + ], + [ + "ra", + "x" + ], + [ + "r", + "ax" + ], + [ + "▁attack", + "s" + ], + [ + "▁att", + "acks" + ], + [ + "▁ce", + "m" + ], + [ + "▁c", + "em" + ], + [ + "▁", + "cem" + ], + [ + "▁Comm", + "ission" + ], + [ + "▁Com", + "mission" + ], + [ + "▁ju", + "n" + ], + [ + "▁j", + "un" + ], + [ + "▁", + "jun" + ], + [ + "▁ra", + "il" + ], + [ + "▁r", + "ail" + ], + [ + "Mat", + "ch" + ], + [ + "M", + "atch" + ], + [ + "н", + "о" + ], + [ + "ru", + "le" + ], + [ + "r", + "ule" + ], + [ + "▁desigual", + "dade" + ], + [ + "▁precis", + "ão" + ], + [ + "▁preci", + "são" + ], + [ + "▁prec", + "isão" + ], + [ + "▁Chic", + "ago" + ], + [ + "▁(5", + ")" + ], + [ + "▁(", + "5)" + ], + [ + "▁", + "(5)" + ], + [ + "▁close", + "ly" + ], + [ + "▁clos", + "ely" + ], + [ + "ín", + "gua" + ], + [ + "▁radi", + "ação" + ], + [ + "▁rad", + "iação" + ], + [ + "▁proporciona", + "r" + ], + [ + "▁proporcion", + "ar" + ], + [ + "▁propor", + "cionar" + ], + [ + "amp", + "a" + ], + [ + "am", + "pa" + ], + [ + "▁trad", + "ições" + ], + [ + "▁exp", + "ensive" + ], + [ + "▁", + "expensive" + ], + [ + "▁econômico", + "s" + ], + [ + "▁econôm", + "icos" + ], + [ + "▁econ", + "ômicos" + ], + [ + "▁do", + "i" + ], + [ + "▁d", + "oi" + ], + [ + "▁", + "doi" + ], + [ + "ânica", + "s" + ], + [ + "ân", + "icas" + ], + [ + "im", + "p" + ], + [ + "i", + "mp" + ], + [ + "▁mãe", + "s" + ], + [ + "▁m", + "ães" + ], + [ + "▁Arm", + "y" + ], + [ + "▁Ar", + "my" + ], + [ + "▁document", + "ation" + ], + [ + "reg", + "ion" + ], + [ + "▁molécula", + "s" + ], + [ + "▁molé", + "culas" + ], + [ + "▁nasce", + "r" + ], + [ + "▁nasc", + "er" + ], + [ + "▁nas", + "cer" + ], + [ + "▁domin", + "go" + ], + [ + "▁dom", + "ingo" + ], + [ + "▁Alz", + "heimer" + ], + [ + "au", + "d" + ], + [ + "a", + "ud" + ], + [ + "▁ele", + "ições" + ], + [ + "21", + "," + ], + [ + "2", + "1," + ], + [ + "▁conquist", + "a" + ], + [ + "▁conqu", + "ista" + ], + [ + "▁con", + "quista" + ], + [ + "▁ameaç", + "a" + ], + [ + "▁amea", + "ça" + ], + [ + "▁h", + "ence" + ], + [ + "02020202", + "02020202" + ], + [ + "ila", + "ção" + ], + [ + "il", + "ação" + ], + [ + "ION", + "AL" + ], + [ + "▁Exer", + "c" + ], + [ + "▁Ex", + "erc" + ], + [ + "▁Fever", + "eiro" + ], + [ + "▁organismo", + "s" + ], + [ + "▁organism", + "os" + ], + [ + "▁organ", + "ismos" + ], + [ + "▁traff", + "ic" + ], + [ + "▁tra", + "ffic" + ], + [ + "▁univers", + "idade" + ], + [ + "▁un", + "iversidade" + ], + [ + "▁Rod", + "rigues" + ], + [ + "▁virt", + "ude" + ], + [ + "▁water", + "s" + ], + [ + "▁wa", + "ters" + ], + [ + "▁w", + "aters" + ], + [ + "▁ter", + "ão" + ], + [ + "▁te", + "rão" + ], + [ + "▁agrícol", + "a" + ], + [ + "▁agr", + "ícola" + ], + [ + "prog", + "ram" + ], + [ + "pro", + "gram" + ], + [ + "pr", + "ogram" + ], + [ + "▁Ped", + "ag" + ], + [ + "▁first", + "name" + ], + [ + "▁", + "α" + ], + [ + "▁Sy", + "m" + ], + [ + "▁S", + "ym" + ], + [ + "▁", + "Sym" + ], + [ + "▁appe", + "nd" + ], + [ + "▁app", + "end" + ], + [ + "▁ap", + "pend" + ], + [ + "▁", + "append" + ], + [ + "Op", + "t" + ], + [ + "O", + "pt" + ], + [ + "▁quint", + "a" + ], + [ + "▁quin", + "ta" + ], + [ + "▁qu", + "inta" + ], + [ + "▁th", + "in" + ], + [ + "▁t", + "hin" + ], + [ + "os", + "óf" + ], + [ + "l", + "anguage" + ], + [ + "form", + "e" + ], + [ + "for", + "me" + ], + [ + "▁chef", + "e" + ], + [ + "▁che", + "fe" + ], + [ + "▁", + "chefe" + ], + [ + "▁bud", + "get" + ], + [ + "▁pi", + "r" + ], + [ + "▁p", + "ir" + ], + [ + "▁", + "pir" + ], + [ + "▁12", + "5" + ], + [ + "▁1", + "25" + ], + [ + "▁", + "125" + ], + [ + "▁import", + "a" + ], + [ + "▁impor", + "ta" + ], + [ + "▁imp", + "orta" + ], + [ + "▁Cli", + "n" + ], + [ + "▁Cl", + "in" + ], + [ + "▁C", + "lin" + ], + [ + "ashi", + "on" + ], + [ + "ash", + "ion" + ], + [ + "▁na", + "n" + ], + [ + "▁n", + "an" + ], + [ + "▁", + "nan" + ], + [ + "▁H", + "O" + ], + [ + "▁", + "HO" + ], + [ + "Aut", + "h" + ], + [ + "A", + "uth" + ], + [ + "++", + ";" + ], + [ + "▁0)", + "," + ], + [ + "▁0", + ")," + ], + [ + "▁", + "0)," + ], + [ + "iness", + "es" + ], + [ + "ines", + "ses" + ], + [ + "in", + "esses" + ], + [ + "▁esp", + "osa" + ], + [ + "▁replace", + "d" + ], + [ + "▁replac", + "ed" + ], + [ + "▁repl", + "aced" + ], + [ + "▁re", + "placed" + ], + [ + "▁houve", + "r" + ], + [ + "▁hou", + "ver" + ], + [ + "ivers", + "ity" + ], + [ + "ins", + "on" + ], + [ + "in", + "son" + ], + [ + "▁TO", + "bject" + ], + [ + "▁T", + "Object" + ], + [ + "▁lac", + "t" + ], + [ + "▁la", + "ct" + ], + [ + "▁l", + "act" + ], + [ + "fl", + "ag" + ], + [ + "f", + "lag" + ], + [ + "▁Bib", + "le" + ], + [ + "▁Bi", + "ble" + ], + [ + "▁B", + "ible" + ], + [ + "▁Arte", + "s" + ], + [ + "▁Art", + "es" + ], + [ + "▁Ar", + "tes" + ], + [ + "▁Mar", + "x" + ], + [ + "▁Ma", + "rx" + ], + [ + "▁Se", + "ja" + ], + [ + "▁ale", + "g" + ], + [ + "▁al", + "eg" + ], + [ + "▁a", + "leg" + ], + [ + "▁am", + "ino" + ], + [ + "▁a", + "mino" + ], + [ + "6", + "/" + ], + [ + "ande", + "r" + ], + [ + "and", + "er" + ], + [ + "an", + "der" + ], + [ + "▁estimate", + "s" + ], + [ + "▁estima", + "tes" + ], + [ + "▁estim", + "ates" + ], + [ + "▁la", + "unch" + ], + [ + "▁", + "launch" + ], + [ + "▁resol", + "ution" + ], + [ + "▁re", + "solution" + ], + [ + "▁", + "resolution" + ], + [ + "iss", + "ões" + ], + [ + "▁repe", + "at" + ], + [ + "▁re", + "peat" + ], + [ + "▁", + "repeat" + ], + [ + "▁Dire", + "ct" + ], + [ + "▁Dir", + "ect" + ], + [ + "▁Di", + "rect" + ], + [ + "▁D", + "irect" + ], + [ + "▁", + "Direct" + ], + [ + "▁ind", + "ire" + ], + [ + "▁in", + "dire" + ], + [ + "▁ativ", + "o" + ], + [ + "▁at", + "ivo" + ], + [ + "▁", + "ativo" + ], + [ + "▁sofre", + "m" + ], + [ + "▁sofr", + "em" + ], + [ + "▁sof", + "rem" + ], + [ + "▁começa", + "m" + ], + [ + "▁começ", + "am" + ], + [ + "▁come", + "çam" + ], + [ + "▁je", + "ito" + ], + [ + "▁j", + "eito" + ], + [ + "▁mo", + "ist" + ], + [ + "▁Se", + "a" + ], + [ + "▁S", + "ea" + ], + [ + "pre", + "t" + ], + [ + "pr", + "et" + ], + [ + "p", + "ret" + ], + [ + "var", + "d" + ], + [ + "va", + "rd" + ], + [ + "v", + "ard" + ], + [ + "▁mark", + "ed" + ], + [ + "▁mar", + "ked" + ], + [ + "▁", + "marked" + ], + [ + "▁sim", + "b" + ], + [ + "▁si", + "mb" + ], + [ + "▁s", + "imb" + ], + [ + "▁happ", + "y" + ], + [ + "▁h", + "appy" + ], + [ + "▁Ind", + "ustrial" + ], + [ + "▁$\"00", + "00" + ], + [ + "▁$\"", + "0000" + ], + [ + "▁possibil", + "ity" + ], + [ + "▁poss", + "ibility" + ], + [ + "▁histórico", + "s" + ], + [ + "▁histór", + "icos" + ], + [ + "▁hist", + "óricos" + ], + [ + "▁conscient", + "ização" + ], + [ + "▁concl", + "u" + ], + [ + "▁conc", + "lu" + ], + [ + "ástico", + "s" + ], + [ + "ást", + "icos" + ], + [ + "ás", + "ticos" + ], + [ + "▁Leg", + "isl" + ], + [ + "▁sta", + "ble" + ], + [ + "▁st", + "able" + ], + [ + "▁s", + "table" + ], + [ + "▁", + "stable" + ], + [ + "▁support", + "s" + ], + [ + "▁sup", + "ports" + ], + [ + "▁Ce", + "r" + ], + [ + "▁C", + "er" + ], + [ + "en", + "z" + ], + [ + "e", + "nz" + ], + [ + "▁appear", + "ance" + ], + [ + "▁appe", + "arance" + ], + [ + "Read", + "er" + ], + [ + "Re", + "ader" + ], + [ + "▁recogn", + "ize" + ], + [ + "ush", + "ing" + ], + [ + "us", + "hing" + ], + [ + "leg", + "al" + ], + [ + "le", + "gal" + ], + [ + "li", + "s" + ], + [ + "l", + "is" + ], + [ + "▁relevant", + "e" + ], + [ + "▁relev", + "ante" + ], + [ + "▁gasto", + "s" + ], + [ + "▁gast", + "os" + ], + [ + "▁gas", + "tos" + ], + [ + "all", + "s" + ], + [ + "al", + "ls" + ], + [ + "▁cent", + "uries" + ], + [ + "▁emerg", + "ency" + ], + [ + "▁per", + "i" + ], + [ + "▁pe", + "ri" + ], + [ + "▁p", + "eri" + ], + [ + "▁Ru", + "b" + ], + [ + "▁R", + "ub" + ], + [ + "▁", + "Rub" + ], + [ + "▁alfab", + "et" + ], + [ + "▁alfa", + "bet" + ], + [ + "▁al", + "fabet" + ], + [ + "▁Const", + "itu" + ], + [ + "▁sp", + "an" + ], + [ + "▁s", + "pan" + ], + [ + "▁", + "span" + ], + [ + "▁J", + "O" + ], + [ + "▁", + "JO" + ], + [ + "▁Outra", + "s" + ], + [ + "▁Out", + "ras" + ], + [ + "▁Ou", + "tras" + ], + [ + "▁sal", + "v" + ], + [ + "▁sa", + "lv" + ], + [ + "▁ach", + "a" + ], + [ + "▁ac", + "ha" + ], + [ + "▁a", + "cha" + ], + [ + "▁", + "acha" + ], + [ + "Re", + "al" + ], + [ + "x", + "b" + ], + [ + "▁8", + ":" + ], + [ + "▁", + "8:" + ], + [ + "▁busc", + "ando" + ], + [ + "▁curric", + "ulum" + ], + [ + "▁car", + "n" + ], + [ + "▁ca", + "rn" + ], + [ + "▁c", + "arn" + ], + [ + "▁mo", + "on" + ], + [ + "▁m", + "oon" + ], + [ + "▁Fam", + "ília" + ], + [ + "0,", + "0" + ], + [ + "0", + ",0" + ], + [ + "ev", + "al" + ], + [ + "e", + "val" + ], + [ + "▁vanta", + "gem" + ], + [ + "▁vant", + "agem" + ], + [ + "▁data", + "s" + ], + [ + "▁dat", + "as" + ], + [ + "▁da", + "tas" + ], + [ + "▁d", + "atas" + ], + [ + "▁", + "datas" + ], + [ + "▁usu", + "al" + ], + [ + "▁us", + "ual" + ], + [ + ")", + "}" + ], + [ + "▁0", + ":" + ], + [ + "▁", + "0:" + ], + [ + "▁minut", + "e" + ], + [ + "▁min", + "ute" + ], + [ + "▁", + "minute" + ], + [ + "ras", + "e" + ], + [ + "ra", + "se" + ], + [ + "r", + "ase" + ], + [ + "▁computer", + "s" + ], + [ + "▁compute", + "rs" + ], + [ + "▁comput", + "ers" + ], + [ + "▁comp", + "uters" + ], + [ + "▁molecule", + "s" + ], + [ + "▁mole", + "cules" + ], + [ + "▁hiper", + "t" + ], + [ + "▁hip", + "ert" + ], + [ + "▁hi", + "pert" + ], + [ + "▁colet", + "ivo" + ], + [ + "ple", + "t" + ], + [ + "pl", + "et" + ], + [ + "p", + "let" + ], + [ + "▁rec", + "over" + ], + [ + "▁re", + "cover" + ], + [ + "▁via", + "s" + ], + [ + "▁vi", + "as" + ], + [ + "▁v", + "ias" + ], + [ + "▁", + "vias" + ], + [ + "▁Pac", + "ific" + ], + [ + "6", + "]" + ], + [ + "▁Lem", + "b" + ], + [ + "▁Le", + "mb" + ], + [ + "▁L", + "emb" + ], + [ + "▁Comm", + "and" + ], + [ + "▁Com", + "mand" + ], + [ + "▁", + "Command" + ], + [ + "▁muscle", + "s" + ], + [ + "▁mus", + "cles" + ], + [ + "ne", + "d" + ], + [ + "n", + "ed" + ], + [ + "▁function", + "al" + ], + [ + "▁divulg", + "ação" + ], + [ + "▁div", + "ulgação" + ], + [ + "agr", + "am" + ], + [ + "ag", + "ram" + ], + [ + "a", + "gram" + ], + [ + "▁ros", + "to" + ], + [ + "▁ro", + "sto" + ], + [ + "▁r", + "osto" + ], + [ + "▁a", + "j" + ], + [ + "▁", + "aj" + ], + [ + "▁educ", + "acionais" + ], + [ + "cho", + "r" + ], + [ + "ch", + "or" + ], + [ + "c", + "hor" + ], + [ + "DI", + "T" + ], + [ + "D", + "IT" + ], + [ + "▁agr", + "av" + ], + [ + "▁ag", + "rav" + ], + [ + "▁a", + "grav" + ], + [ + "▁conf", + "i" + ], + [ + "▁con", + "fi" + ], + [ + "▁in", + "deed" + ], + [ + "ma", + "g" + ], + [ + "m", + "ag" + ], + [ + "▁flower", + "s" + ], + [ + "▁flow", + "ers" + ], + [ + "▁lat", + "ter" + ], + [ + "▁l", + "atter" + ], + [ + "▁est", + "iv" + ], + [ + "▁exist", + "ente" + ], + [ + "▁bi", + "ological" + ], + [ + "▁Too", + "l" + ], + [ + "▁To", + "ol" + ], + [ + "▁T", + "ool" + ], + [ + "▁", + "Tool" + ], + [ + "▁femin", + "ino" + ], + [ + "R", + "C" + ], + [ + "▁inter", + "act" + ], + [ + "▁inte", + "ract" + ], + [ + "S", + "U" + ], + [ + "ên", + "cio" + ], + [ + "S", + "M" + ], + [ + "▁/", + "=" + ], + [ + "▁higien", + "e" + ], + [ + "▁hig", + "iene" + ], + [ + "▁Lo", + "w" + ], + [ + "▁L", + "ow" + ], + [ + "▁", + "Low" + ], + [ + "▁narr", + "ativa" + ], + [ + "▁P", + "y" + ], + [ + "▁", + "Py" + ], + [ + "▁prom", + "et" + ], + [ + "▁pro", + "met" + ], + [ + "▁pr", + "omet" + ], + [ + "▁dign", + "idade" + ], + [ + "▁arr", + "e" + ], + [ + "▁ar", + "re" + ], + [ + "▁", + "arre" + ], + [ + "▁ate", + "r" + ], + [ + "▁at", + "er" + ], + [ + "▁a", + "ter" + ], + [ + "▁", + "ater" + ], + [ + "▁pu", + "zz" + ], + [ + "▁p", + "uzz" + ], + [ + "▁vib", + "r" + ], + [ + "▁vi", + "br" + ], + [ + "▁v", + "ibr" + ], + [ + "▁install", + "ed" + ], + [ + "▁instal", + "led" + ], + [ + "▁inst", + "alled" + ], + [ + "▁AL", + "TER" + ], + [ + "▁7", + ":" + ], + [ + "▁", + "7:" + ], + [ + "▁entire", + "ly" + ], + [ + "▁probabil", + "idade" + ], + [ + "▁prob", + "abilidade" + ], + [ + "▁exclusiva", + "mente" + ], + [ + "▁exclus", + "ivamente" + ], + [ + "▁Mark", + "et" + ], + [ + "▁Mar", + "ket" + ], + [ + "▁", + "Market" + ], + [ + "▁grav", + "idade" + ], + [ + "▁urban", + "o" + ], + [ + "▁urb", + "ano" + ], + [ + "▁can", + "c" + ], + [ + "▁ca", + "nc" + ], + [ + "▁c", + "anc" + ], + [ + "▁under", + "stood" + ], + [ + "▁ins", + "uf" + ], + [ + "▁susp", + "e" + ], + [ + "▁sus", + "pe" + ], + [ + "▁su", + "spe" + ], + [ + "▁vot", + "e" + ], + [ + "▁vo", + "te" + ], + [ + "▁v", + "ote" + ], + [ + "ission", + "s" + ], + [ + "iss", + "ions" + ], + [ + "▁Sol", + "ve" + ], + [ + "▁male", + "s" + ], + [ + "▁mal", + "es" + ], + [ + "▁ma", + "les" + ], + [ + "▁m", + "ales" + ], + [ + "▁contain", + "ed" + ], + [ + "▁conta", + "ined" + ], + [ + "▁cont", + "ained" + ], + [ + "▁con", + "tained" + ], + [ + "▁ab", + "aste" + ], + [ + "▁Cov", + "id" + ], + [ + "▁Co", + "vid" + ], + [ + "▁af", + "inal" + ], + [ + "▁a", + "final" + ], + [ + "▁not", + "ícia" + ], + [ + "▁hor", + "se" + ], + [ + "▁h", + "orse" + ], + [ + "este", + "d" + ], + [ + "est", + "ed" + ], + [ + "es", + "ted" + ], + [ + "н", + "а" + ], + [ + "▁pl", + "ural" + ], + [ + "▁Spec", + "ial" + ], + [ + "▁Spe", + "cial" + ], + [ + "▁Sp", + "ecial" + ], + [ + "▁", + "Special" + ], + [ + "hou", + "se" + ], + [ + "ho", + "use" + ], + [ + "h", + "ouse" + ], + [ + "▁implic", + "a" + ], + [ + "▁impl", + "ica" + ], + [ + "▁imp", + "lica" + ], + [ + "▁im", + "plica" + ], + [ + "▁Ros", + "a" + ], + [ + "▁Ro", + "sa" + ], + [ + "▁R", + "osa" + ], + [ + "▁desenvolve", + "u" + ], + [ + "▁desenvolv", + "eu" + ], + [ + "▁desenvol", + "veu" + ], + [ + "▁-1", + "." + ], + [ + "▁-", + "1." + ], + [ + "▁", + "-1." + ], + [ + "2)", + ";" + ], + [ + "2", + ");" + ], + [ + "▁dout", + "or" + ], + [ + "▁dou", + "tor" + ], + [ + "▁do", + "utor" + ], + [ + "▁d", + "outor" + ], + [ + "Mat", + "h" + ], + [ + "Ma", + "th" + ], + [ + "M", + "ath" + ], + [ + "ute", + "s" + ], + [ + "ut", + "es" + ], + [ + "u", + "tes" + ], + [ + "▁europeu", + "s" + ], + [ + "▁europe", + "us" + ], + [ + "▁\"", + "-" + ], + [ + "G", + "P" + ], + [ + "▁bic", + "ic" + ], + [ + "est", + "im" + ], + [ + "es", + "tim" + ], + [ + "▁fi", + "o" + ], + [ + "▁f", + "io" + ], + [ + "▁concret", + "o" + ], + [ + "▁concre", + "to" + ], + [ + "▁conc", + "reto" + ], + [ + "▁Sa", + "f" + ], + [ + "▁S", + "af" + ], + [ + "exp", + "r" + ], + [ + "ex", + "pr" + ], + [ + "apr", + "o" + ], + [ + "ap", + "ro" + ], + [ + "a", + "pro" + ], + [ + "ecida", + "s" + ], + [ + "eci", + "das" + ], + [ + "ec", + "idas" + ], + [ + "e", + "cidas" + ], + [ + "▁eco", + "system" + ], + [ + "▁e", + "cosystem" + ], + [ + "▁age", + "s" + ], + [ + "▁ag", + "es" + ], + [ + "▁a", + "ges" + ], + [ + "▁", + "ages" + ], + [ + "▁profund", + "idade" + ], + [ + "2'", + "," + ], + [ + "2", + "'," + ], + [ + "▁Defin", + "ition" + ], + [ + "▁Def", + "inition" + ], + [ + "▁", + "Definition" + ], + [ + "Temp", + "late" + ], + [ + "Tem", + "plate" + ], + [ + "▁App", + "ro" + ], + [ + "▁Ap", + "pro" + ], + [ + "▁", + "Appro" + ], + [ + "▁Boa", + "rd" + ], + [ + "▁Bo", + "ard" + ], + [ + "▁", + "Board" + ], + [ + "▁discrimin", + "ação" + ], + [ + "▁discrim", + "inação" + ], + [ + "pack", + "age" + ], + [ + "onom", + "y" + ], + [ + "ono", + "my" + ], + [ + "on", + "omy" + ], + [ + "ta", + "ções" + ], + [ + "t", + "ações" + ], + [ + "ulation", + "s" + ], + [ + "ul", + "ations" + ], + [ + "▁2016", + "," + ], + [ + "▁201", + "6," + ], + [ + "▁20", + "16," + ], + [ + "▁Pro", + "b" + ], + [ + "▁Pr", + "ob" + ], + [ + "▁P", + "rob" + ], + [ + "▁", + "Prob" + ], + [ + "__", + "_" + ], + [ + "_", + "__" + ], + [ + "ista", + "n" + ], + [ + "ist", + "an" + ], + [ + "is", + "tan" + ], + [ + "i", + "stan" + ], + [ + "▁costume", + "s" + ], + [ + "▁costum", + "es" + ], + [ + "▁cost", + "umes" + ], + [ + "▁fu", + "l" + ], + [ + "▁f", + "ul" + ], + [ + "▁", + "ful" + ], + [ + "▁blo", + "que" + ], + [ + "▁bl", + "oque" + ], + [ + "▁ali", + "as" + ], + [ + "▁al", + "ias" + ], + [ + "▁", + "alias" + ], + [ + "-0", + "5" + ], + [ + "-", + "05" + ], + [ + "▁Ha", + "w" + ], + [ + "▁H", + "aw" + ], + [ + "ff", + "f" + ], + [ + "f", + "ff" + ], + [ + "dom", + "ain" + ], + [ + "do", + "main" + ], + [ + "ens", + "ity" + ], + [ + "▁enca", + "min" + ], + [ + "▁enc", + "amin" + ], + [ + "▁forne", + "ce" + ], + [ + "▁forn", + "ece" + ], + [ + "low", + "er" + ], + [ + "lo", + "wer" + ], + [ + "l", + "ower" + ], + [ + "▁200", + "3" + ], + [ + "▁20", + "03" + ], + [ + "▁2", + "003" + ], + [ + "po", + "ol" + ], + [ + "p", + "ool" + ], + [ + "▁amo", + "s" + ], + [ + "▁am", + "os" + ], + [ + "▁a", + "mos" + ], + [ + "▁", + "amos" + ], + [ + "▁pai", + "x" + ], + [ + "▁pa", + "ix" + ], + [ + "▁p", + "aix" + ], + [ + "▁Fl", + "u" + ], + [ + "▁F", + "lu" + ], + [ + "▁multiplic", + "ation" + ], + [ + "▁multi", + "plication" + ], + [ + "▁tum", + "or" + ], + [ + "▁tu", + "mor" + ], + [ + "▁branco", + "s" + ], + [ + "▁bran", + "cos" + ], + [ + "▁conto", + "u" + ], + [ + "▁cont", + "ou" + ], + [ + "▁Testament", + "o" + ], + [ + "▁Test", + "amento" + ], + [ + "▁T", + "estamento" + ], + [ + "Ç", + "A" + ], + [ + "▁grau", + "s" + ], + [ + "▁gra", + "us" + ], + [ + "▁gr", + "aus" + ], + [ + "▁{", + "%" + ], + [ + "▁", + "{%" + ], + [ + "▁ampl", + "o" + ], + [ + "▁amp", + "lo" + ], + [ + "▁am", + "plo" + ], + [ + "▁\"", + "." + ], + [ + "▁", + "\"." + ], + [ + "▁impress", + "ão" + ], + [ + "▁impr", + "essão" + ], + [ + "▁im", + "pressão" + ], + [ + "▁preconce", + "ito" + ], + [ + "▁nutrient", + "s" + ], + [ + "▁nutri", + "ents" + ], + [ + "▁picture", + "s" + ], + [ + "▁pict", + "ures" + ], + [ + "▁tan", + "k" + ], + [ + "▁ta", + "nk" + ], + [ + "▁t", + "ank" + ], + [ + "T", + "ensor" + ], + [ + "ót", + "ese" + ], + [ + "ó", + "tese" + ], + [ + "ribution", + "s" + ], + [ + "ribut", + "ions" + ], + [ + "rib", + "utions" + ], + [ + "**", + "*" + ], + [ + "*", + "**" + ], + [ + "▁man", + "if" + ], + [ + "▁conse", + "nt" + ], + [ + "▁cons", + "ent" + ], + [ + "▁con", + "sent" + ], + [ + "▁recognize", + "d" + ], + [ + "▁recogn", + "ized" + ], + [ + "▁extrem", + "a" + ], + [ + "▁extre", + "ma" + ], + [ + "▁extr", + "ema" + ], + [ + "▁ext", + "rema" + ], + [ + "fr", + "i" + ], + [ + "f", + "ri" + ], + [ + "▁imper", + "ial" + ], + [ + "▁impe", + "rial" + ], + [ + "▁imp", + "erial" + ], + [ + "▁Et", + "h" + ], + [ + "▁E", + "th" + ], + [ + "▁substant", + "ial" + ], + [ + "▁tér", + "m" + ], + [ + "▁t", + "érm" + ], + [ + "▁protein", + "s" + ], + [ + "▁prote", + "ins" + ], + [ + "▁Kor", + "e" + ], + [ + "▁Ko", + "re" + ], + [ + "▁K", + "ore" + ], + [ + "▁desenvolvida", + "s" + ], + [ + "▁desenvolv", + "idas" + ], + [ + "▁desenvol", + "vidas" + ], + [ + "▁utiliza", + "m" + ], + [ + "▁utiliz", + "am" + ], + [ + "▁util", + "izam" + ], + [ + "▁purch", + "ase" + ], + [ + "▁p", + "urchase" + ], + [ + "▁arm", + "y" + ], + [ + "▁ar", + "my" + ], + [ + "▁armazen", + "amento" + ], + [ + "▁armaz", + "enamento" + ], + [ + "▁By", + "te" + ], + [ + "▁B", + "yte" + ], + [ + "▁", + "Byte" + ], + [ + "un", + "wrap" + ], + [ + "os", + "c" + ], + [ + "o", + "sc" + ], + [ + "▁28", + "," + ], + [ + "▁2", + "8," + ], + [ + "▁", + "28," + ], + [ + "up", + "ção" + ], + [ + "u", + "pção" + ], + [ + "▁disposit", + "ivo" + ], + [ + "▁dispos", + "itivo" + ], + [ + "▁mu", + "r" + ], + [ + "▁m", + "ur" + ], + [ + "▁D", + "W" + ], + [ + "▁", + "DW" + ], + [ + "▁ocupa", + "ção" + ], + [ + "▁ocup", + "ação" + ], + [ + "▁har", + "vest" + ], + [ + "▁abo", + "l" + ], + [ + "▁ab", + "ol" + ], + [ + "▁a", + "bol" + ], + [ + "▁", + "abol" + ], + [ + "▁EL", + "SE" + ], + [ + "▁", + "ELSE" + ], + [ + "▁necess", + "arily" + ], + [ + "▁Col", + "umb" + ], + [ + "▁ED", + "U" + ], + [ + "▁E", + "DU" + ], + [ + "▁acon", + "s" + ], + [ + "▁ac", + "ons" + ], + [ + "▁a", + "cons" + ], + [ + "▁apr", + "im" + ], + [ + "▁ap", + "rim" + ], + [ + "▁a", + "prim" + ], + [ + "me", + "ida" + ], + [ + "▁tu", + "a" + ], + [ + "▁t", + "ua" + ], + [ + "▁", + "tua" + ], + [ + "▁metr", + "ic" + ], + [ + "▁met", + "ric" + ], + [ + "▁m", + "etric" + ], + [ + "▁", + "metric" + ], + [ + "▁greg", + "o" + ], + [ + "▁gre", + "go" + ], + [ + "▁g", + "rego" + ], + [ + "▁termina", + "l" + ], + [ + "▁termin", + "al" + ], + [ + "▁term", + "inal" + ], + [ + "▁", + "terminal" + ], + [ + "V", + "D" + ], + [ + "▁2014", + "," + ], + [ + "▁201", + "4," + ], + [ + "▁20", + "14," + ], + [ + "\"}", + "," + ], + [ + "\"", + "}," + ], + [ + "▁desenc", + "ade" + ], + [ + "ila", + "tion" + ], + [ + "il", + "ation" + ], + [ + "i", + "lation" + ], + [ + "▁Luc", + "as" + ], + [ + "▁Lu", + "cas" + ], + [ + "▁L", + "ucas" + ], + [ + "▁close", + "r" + ], + [ + "▁clos", + "er" + ], + [ + "dimension", + "al" + ], + [ + "dim", + "ensional" + ], + [ + "d", + "imensional" + ], + [ + "▁Ban", + "k" + ], + [ + "▁Ba", + "nk" + ], + [ + "▁B", + "ank" + ], + [ + "▁", + "Bank" + ], + [ + "▁sk", + "ill" + ], + [ + "▁s", + "kill" + ], + [ + "▁198", + "8" + ], + [ + "▁19", + "88" + ], + [ + "edo", + "s" + ], + [ + "ed", + "os" + ], + [ + "e", + "dos" + ], + [ + "▁porta", + "s" + ], + [ + "▁port", + "as" + ], + [ + "▁por", + "tas" + ], + [ + "▁As", + "t" + ], + [ + "▁A", + "st" + ], + [ + "▁2012", + "." + ], + [ + "▁201", + "2." + ], + [ + "▁20", + "12." + ], + [ + "Name", + "s" + ], + [ + "Nam", + "es" + ], + [ + "Na", + "mes" + ], + [ + "N", + "ames" + ], + [ + "âm", + "p" + ], + [ + "â", + "mp" + ], + [ + "▁0", + "5" + ], + [ + "▁", + "05" + ], + [ + "/", + "1" + ], + [ + "▁Geo", + "rg" + ], + [ + "▁Ge", + "org" + ], + [ + "gi", + "t" + ], + [ + "g", + "it" + ], + [ + "Doc", + "ument" + ], + [ + "▁Mel", + "h" + ], + [ + "▁Me", + "lh" + ], + [ + "▁M", + "elh" + ], + [ + "▁Capit", + "al" + ], + [ + "▁Cap", + "ital" + ], + [ + "▁er", + "os" + ], + [ + "▁e", + "ros" + ], + [ + "▁", + "eros" + ], + [ + "▁Ra", + "t" + ], + [ + "▁R", + "at" + ], + [ + "▁kne", + "w" + ], + [ + "▁kn", + "ew" + ], + [ + "▁k", + "new" + ], + [ + "▁expression", + "s" + ], + [ + "▁express", + "ions" + ], + [ + "▁expr", + "essions" + ], + [ + "ta", + "il" + ], + [ + "t", + "ail" + ], + [ + "▁índio", + "s" + ], + [ + "▁índ", + "ios" + ], + [ + "▁ín", + "dios" + ], + [ + "▁cach", + "e" + ], + [ + "▁cac", + "he" + ], + [ + "▁ca", + "che" + ], + [ + "▁c", + "ache" + ], + [ + "▁", + "cache" + ], + [ + "play", + "er" + ], + [ + "pla", + "yer" + ], + [ + "pl", + "ayer" + ], + [ + "p", + "layer" + ], + [ + "▁profund", + "o" + ], + [ + "▁prof", + "undo" + ], + [ + "res", + "s" + ], + [ + "re", + "ss" + ], + [ + "r", + "ess" + ], + [ + "re", + "z" + ], + [ + "r", + "ez" + ], + [ + "▁Rel", + "ig" + ], + [ + "▁Re", + "lig" + ], + [ + "▁este", + "ve" + ], + [ + "▁es", + "teve" + ], + [ + "BA", + "L" + ], + [ + "B", + "AL" + ], + [ + "▁lot", + "s" + ], + [ + "▁lo", + "ts" + ], + [ + "▁l", + "ots" + ], + [ + "▁transmiss", + "ion" + ], + [ + "▁transm", + "ission" + ], + [ + "▁trans", + "mission" + ], + [ + "ot", + "ion" + ], + [ + "o", + "tion" + ], + [ + "ft", + "y" + ], + [ + "f", + "ty" + ], + [ + "Do", + "uble" + ], + [ + "D", + "ouble" + ], + [ + "▁e", + "ixo" + ], + [ + "▁ga", + "p" + ], + [ + "▁g", + "ap" + ], + [ + "▁", + "gap" + ], + [ + "▁reun", + "ião" + ], + [ + "▁quant", + "um" + ], + [ + "▁Jerusal", + "ém" + ], + [ + "▁Ben", + "ef" + ], + [ + "▁carbo", + "idr" + ], + [ + "▁compro", + "v" + ], + [ + "▁compr", + "ov" + ], + [ + "▁com", + "prov" + ], + [ + "▁grão", + "s" + ], + [ + "▁gr", + "ãos" + ], + [ + "▁continu", + "idade" + ], + [ + "▁contin", + "uidade" + ], + [ + "Express", + "ion" + ], + [ + "Expr", + "ession" + ], + [ + "Ex", + "pression" + ], + [ + "▁opin", + "ion" + ], + [ + "▁adv", + "oc" + ], + [ + "▁ad", + "voc" + ], + [ + "tese", + "s" + ], + [ + "tes", + "es" + ], + [ + "te", + "ses" + ], + [ + "t", + "eses" + ], + [ + "▁result", + "a" + ], + [ + "▁res", + "ulta" + ], + [ + "▁grav", + "idez" + ], + [ + "▁constru", + "ído" + ], + [ + "▁constr", + "uído" + ], + [ + "_", + "4" + ], + [ + "▁pre", + "f" + ], + [ + "▁pr", + "ef" + ], + [ + "▁p", + "ref" + ], + [ + "▁próxima", + "s" + ], + [ + "▁próxim", + "as" + ], + [ + "itor", + "s" + ], + [ + "ito", + "rs" + ], + [ + "it", + "ors" + ], + [ + "g", + "g" + ], + [ + "99", + "," + ], + [ + "9", + "9," + ], + [ + "▁So", + "b" + ], + [ + "▁S", + "ob" + ], + [ + "▁nesse", + "s" + ], + [ + "▁n", + "esses" + ], + [ + "▁suger", + "e" + ], + [ + "▁sug", + "ere" + ], + [ + "itiva", + "s" + ], + [ + "iti", + "vas" + ], + [ + "it", + "ivas" + ], + [ + "ica", + "te" + ], + [ + "ic", + "ate" + ], + [ + "5)", + "," + ], + [ + "5", + ")," + ], + [ + "-1", + "4" + ], + [ + "-", + "14" + ], + [ + "hy", + "dr" + ], + [ + "ut", + "f" + ], + [ + "u", + "tf" + ], + [ + "▁prim", + "a" + ], + [ + "▁pri", + "ma" + ], + [ + "▁pr", + "ima" + ], + [ + "▁", + "prima" + ], + [ + "▁9", + "7" + ], + [ + "▁", + "97" + ], + [ + "th", + "on" + ], + [ + "t", + "hon" + ], + [ + "▁aplica", + "da" + ], + [ + "▁aplic", + "ada" + ], + [ + "ager", + "s" + ], + [ + "age", + "rs" + ], + [ + "ag", + "ers" + ], + [ + "a", + "gers" + ], + [ + "icient", + "s" + ], + [ + "ici", + "ents" + ], + [ + "ic", + "ients" + ], + [ + "▁Hal", + "l" + ], + [ + "▁Ha", + "ll" + ], + [ + "▁H", + "all" + ], + [ + "▁ES", + "P" + ], + [ + "▁E", + "SP" + ], + [ + "▁", + "ESP" + ], + [ + "ULA", + "R" + ], + [ + "UL", + "AR" + ], + [ + "Change", + "d" + ], + [ + "Ch", + "anged" + ], + [ + "K", + "e" + ], + [ + "▁adota", + "r" + ], + [ + "▁adot", + "ar" + ], + [ + "▁ado", + "tar" + ], + [ + "▁constante", + "mente" + ], + [ + "▁constant", + "emente" + ], + [ + "▁const", + "antemente" + ], + [ + "▁Nenh", + "um" + ], + [ + "n", + "l" + ], + [ + "▁Ox", + "ford" + ], + [ + "▁O", + "xford" + ], + [ + "▁nation", + "s" + ], + [ + "▁nat", + "ions" + ], + [ + "▁n", + "ations" + ], + [ + "▁Rec", + "om" + ], + [ + "▁Re", + "com" + ], + [ + "çado", + "s" + ], + [ + "ça", + "dos" + ], + [ + "ç", + "ados" + ], + [ + "▁original", + "ly" + ], + [ + "▁origin", + "ally" + ], + [ + "▁conte", + "r" + ], + [ + "▁cont", + "er" + ], + [ + "▁con", + "ter" + ], + [ + "▁customer", + "s" + ], + [ + "▁custom", + "ers" + ], + [ + "▁custo", + "mers" + ], + [ + "▁Desp", + "ite" + ], + [ + "▁priv", + "ada" + ], + [ + "▁pri", + "vada" + ], + [ + "▁pr", + "ivada" + ], + [ + "▁encontram", + "os" + ], + [ + "▁encontra", + "mos" + ], + [ + "▁encontr", + "amos" + ], + [ + "▁encont", + "ramos" + ], + [ + "▁respect", + "ivamente" + ], + [ + "▁nov", + "e" + ], + [ + "▁no", + "ve" + ], + [ + "▁n", + "ove" + ], + [ + "uns", + "igned" + ], + [ + "un", + "signed" + ], + [ + "ast", + "r" + ], + [ + "as", + "tr" + ], + [ + "a", + "str" + ], + [ + "▁response", + "s" + ], + [ + "▁respons", + "es" + ], + [ + "▁rapid", + "ly" + ], + [ + "▁subst", + "r" + ], + [ + "▁subs", + "tr" + ], + [ + "▁sub", + "str" + ], + [ + "app", + "e" + ], + [ + "ap", + "pe" + ], + [ + "▁religiosa", + "s" + ], + [ + "▁religios", + "as" + ], + [ + "▁relig", + "iosas" + ], + [ + "▁Sho", + "rt" + ], + [ + "▁Sh", + "ort" + ], + [ + "▁S", + "hort" + ], + [ + "▁", + "Short" + ], + [ + "▁adult", + "o" + ], + [ + "▁adul", + "to" + ], + [ + "Vo", + "l" + ], + [ + "V", + "ol" + ], + [ + "▁E", + "U" + ], + [ + "▁", + "EU" + ], + [ + "rac", + "y" + ], + [ + "ra", + "cy" + ], + [ + "r", + "acy" + ], + [ + "model", + "s" + ], + [ + "mode", + "ls" + ], + [ + "mod", + "els" + ], + [ + "▁guard", + "a" + ], + [ + "▁guar", + "da" + ], + [ + "▁gu", + "arda" + ], + [ + "▁verm", + "elho" + ], + [ + "init", + "ial" + ], + [ + "in", + "itial" + ], + [ + "▁quer", + "er" + ], + [ + "▁que", + "rer" + ], + [ + "▁8", + "4" + ], + [ + "▁", + "84" + ], + [ + "vam", + "os" + ], + [ + "va", + "mos" + ], + [ + "v", + "amos" + ], + [ + "▁appear", + "ed" + ], + [ + "▁appe", + "ared" + ], + [ + "imal", + "s" + ], + [ + "ima", + "ls" + ], + [ + "im", + "als" + ], + [ + "▁st", + "uff" + ], + [ + "▁(", + "%" + ], + [ + "▁", + "(%" + ], + [ + "▁d", + "ól" + ], + [ + "jam", + "os" + ], + [ + "ja", + "mos" + ], + [ + "j", + "amos" + ], + [ + "n", + "c" + ], + [ + "▁Wil", + "d" + ], + [ + "▁Wi", + "ld" + ], + [ + "▁W", + "ild" + ], + [ + "▁80", + "%" + ], + [ + "▁8", + "0%" + ], + [ + "▁act", + "s" + ], + [ + "▁ac", + "ts" + ], + [ + "▁", + "acts" + ], + [ + "▁hard", + "ware" + ], + [ + "▁Per", + "n" + ], + [ + "▁Pe", + "rn" + ], + [ + "▁P", + "ern" + ], + [ + "▁Russia", + "n" + ], + [ + "▁Russ", + "ian" + ], + [ + "▁cen", + "a" + ], + [ + "▁ce", + "na" + ], + [ + "▁c", + "ena" + ], + [ + "▁tu", + "n" + ], + [ + "▁t", + "un" + ], + [ + "az", + "z" + ], + [ + "a", + "zz" + ], + [ + "▁escolar", + "es" + ], + [ + "▁escola", + "res" + ], + [ + "▁escol", + "ares" + ], + [ + "▁facilit", + "ies" + ], + [ + "▁facil", + "ities" + ], + [ + "▁fac", + "ilities" + ], + [ + "▁compos", + "ition" + ], + [ + "▁com", + "position" + ], + [ + "reg", + "ister" + ], + [ + "lay", + "out" + ], + [ + "l", + "ayout" + ], + [ + "estre", + "s" + ], + [ + "estr", + "es" + ], + [ + "est", + "res" + ], + [ + "▁2017", + "," + ], + [ + "▁201", + "7," + ], + [ + "▁20", + "17," + ], + [ + "▁UR", + "L" + ], + [ + "▁U", + "RL" + ], + [ + "▁", + "URL" + ], + [ + "vert", + "y" + ], + [ + "ver", + "ty" + ], + [ + "v", + "erty" + ], + [ + "▁sc", + "r" + ], + [ + "▁s", + "cr" + ], + [ + "▁", + "scr" + ], + [ + "▁accom", + "pan" + ], + [ + "▁ac", + "compan" + ], + [ + "▁Je", + "an" + ], + [ + "▁J", + "ean" + ], + [ + "igen", + "ous" + ], + [ + "▁pre", + "ench" + ], + [ + "á", + "p" + ], + [ + "▁achieve", + "d" + ], + [ + "▁achie", + "ved" + ], + [ + "rop", + "ol" + ], + [ + "ro", + "pol" + ], + [ + "r", + "opol" + ], + [ + "itura", + "s" + ], + [ + "itu", + "ras" + ], + [ + "it", + "uras" + ], + [ + "▁LE", + "D" + ], + [ + "▁L", + "ED" + ], + [ + "▁", + "LED" + ], + [ + "▁jur", + "os" + ], + [ + "▁ju", + "ros" + ], + [ + "▁j", + "uros" + ], + [ + "▁Exist", + "e" + ], + [ + "▁Ex", + "iste" + ], + [ + "▁System", + "s" + ], + [ + "▁Lo", + "ad" + ], + [ + "▁", + "Load" + ], + [ + "▁Auto", + "r" + ], + [ + "▁Aut", + "or" + ], + [ + "▁A", + "utor" + ], + [ + "▁sa", + "p" + ], + [ + "▁s", + "ap" + ], + [ + "▁out", + "er" + ], + [ + "▁ou", + "ter" + ], + [ + "▁o", + "uter" + ], + [ + "▁", + "outer" + ], + [ + "▁30", + "%" + ], + [ + "▁3", + "0%" + ], + [ + "▁Fa", + "b" + ], + [ + "▁F", + "ab" + ], + [ + "▁21", + "." + ], + [ + "▁2", + "1." + ], + [ + "▁", + "21." + ], + [ + "In", + "valid" + ], + [ + "▁imagin", + "e" + ], + [ + "▁imag", + "ine" + ], + [ + "▁B", + "E" + ], + [ + "▁", + "BE" + ], + [ + "▁Grad", + "e" + ], + [ + "▁Gra", + "de" + ], + [ + "▁Gr", + "ade" + ], + [ + "={", + "\"" + ], + [ + "=", + "{\"" + ], + [ + "@", + "@" + ], + [ + "▁clara", + "mente" + ], + [ + "▁clar", + "amente" + ], + [ + "▁19", + "." + ], + [ + "▁1", + "9." + ], + [ + "▁", + "19." + ], + [ + "▁'202", + "0-" + ], + [ + "▁'", + "2020-" + ], + [ + "▁interest", + "s" + ], + [ + "▁inter", + "ests" + ], + [ + "▁mensage", + "ns" + ], + [ + "▁mens", + "agens" + ], + [ + "▁million", + "s" + ], + [ + "▁mill", + "ions" + ], + [ + "▁vin", + "cul" + ], + [ + "▁US", + "E" + ], + [ + "▁U", + "SE" + ], + [ + "▁", + "USE" + ], + [ + "rir", + "am" + ], + [ + "ri", + "ram" + ], + [ + "r", + "iram" + ], + [ + "▁intens", + "a" + ], + [ + "▁int", + "ensa" + ], + [ + "▁sens", + "itive" + ], + [ + "▁cont", + "udo" + ], + [ + "▁con", + "tudo" + ], + [ + "▁increasing", + "ly" + ], + [ + "Da", + "y" + ], + [ + "D", + "ay" + ], + [ + "▁20", + ":" + ], + [ + "▁2", + "0:" + ], + [ + "▁", + "20:" + ], + [ + "▁mechan", + "ism" + ], + [ + "▁do", + "or" + ], + [ + "▁", + "door" + ], + [ + "▁-", + "2" + ], + [ + "▁", + "-2" + ], + [ + "Ve", + "c" + ], + [ + "V", + "ec" + ], + [ + "▁out", + "come" + ], + [ + "Vari", + "able" + ], + [ + "Var", + "iable" + ], + [ + "V", + "ariable" + ], + [ + "▁descobri", + "u" + ], + [ + "▁descob", + "riu" + ], + [ + "ir", + "ão" + ], + [ + "i", + "rão" + ], + [ + "▁mu", + "l" + ], + [ + "▁m", + "ul" + ], + [ + "▁", + "mul" + ], + [ + "oma", + "l" + ], + [ + "om", + "al" + ], + [ + "o", + "mal" + ], + [ + "▁play", + "s" + ], + [ + "▁pl", + "ays" + ], + [ + "▁", + "plays" + ], + [ + "▁mark", + "s" + ], + [ + "▁mar", + "ks" + ], + [ + "▁", + "marks" + ], + [ + "▁drive", + "r" + ], + [ + "▁dr", + "iver" + ], + [ + "▁", + "driver" + ], + [ + "▁cri", + "sis" + ], + [ + "▁cr", + "isis" + ], + [ + "▁tende", + "m" + ], + [ + "▁tend", + "em" + ], + [ + "▁ten", + "dem" + ], + [ + "▁t", + "endem" + ], + [ + "▁cm", + "p" + ], + [ + "▁c", + "mp" + ], + [ + "▁", + "cmp" + ], + [ + "U", + "F" + ], + [ + "▁T", + "a" + ], + [ + "▁determinado", + "s" + ], + [ + "▁determina", + "dos" + ], + [ + "▁determin", + "ados" + ], + [ + "ach", + "ment" + ], + [ + "ifica", + "te" + ], + [ + "ific", + "ate" + ], + [ + "if", + "icate" + ], + [ + "fin", + "al" + ], + [ + "fi", + "nal" + ], + [ + "f", + "inal" + ], + [ + "▁Cont", + "inu" + ], + [ + "▁", + "Continu" + ], + [ + "▁neigh", + "b" + ], + [ + "ariable", + "s" + ], + [ + "aria", + "bles" + ], + [ + "ari", + "ables" + ], + [ + "▁solid", + "ar" + ], + [ + "▁sol", + "idar" + ], + [ + "in", + "v" + ], + [ + "i", + "nv" + ], + [ + "▁Lo", + "c" + ], + [ + "▁L", + "oc" + ], + [ + "▁", + "Loc" + ], + [ + "BU", + "G" + ], + [ + "B", + "UG" + ], + [ + "▁Tre", + "e" + ], + [ + "▁Tr", + "ee" + ], + [ + "▁T", + "ree" + ], + [ + "▁", + "Tree" + ], + [ + "▁list", + "s" + ], + [ + "▁lis", + "ts" + ], + [ + "▁l", + "ists" + ], + [ + "▁", + "lists" + ], + [ + "fe", + "iço" + ], + [ + "dep", + "th" + ], + [ + "▁cogn", + "itive" + ], + [ + "-0", + "3" + ], + [ + "-", + "03" + ], + [ + "▁poss", + "e" + ], + [ + "▁pos", + "se" + ], + [ + "▁p", + "osse" + ], + [ + "▁death", + "s" + ], + [ + "▁de", + "aths" + ], + [ + "▁AS", + "S" + ], + [ + "▁A", + "SS" + ], + [ + "▁", + "ASS" + ], + [ + "▁involv", + "ing" + ], + [ + "▁invol", + "ving" + ], + [ + "fas", + "e" + ], + [ + "fa", + "se" + ], + [ + "f", + "ase" + ], + [ + "▁tor", + "ch" + ], + [ + "▁", + "torch" + ], + [ + "▁dic", + "t" + ], + [ + "▁di", + "ct" + ], + [ + "▁d", + "ict" + ], + [ + "▁", + "dict" + ], + [ + "▁ch", + "ocolate" + ], + [ + "▁encontra", + "da" + ], + [ + "▁encontr", + "ada" + ], + [ + "▁encont", + "rada" + ], + [ + "▁especifica", + "mente" + ], + [ + "▁especific", + "amente" + ], + [ + "▁espec", + "ificamente" + ], + [ + "-01", + "," + ], + [ + "-0", + "1," + ], + [ + "-", + "01," + ], + [ + "▁matéria", + "s" + ], + [ + "▁mat", + "érias" + ], + [ + "▁circum", + "st" + ], + [ + "▁1", + "]" + ], + [ + "▁", + "1]" + ], + [ + "▁camada", + "s" + ], + [ + "▁cama", + "das" + ], + [ + "▁cam", + "adas" + ], + [ + "▁ju", + "mp" + ], + [ + "▁j", + "ump" + ], + [ + "Ba", + "s" + ], + [ + "B", + "as" + ], + [ + "▁natural", + "ly" + ], + [ + "▁trajet", + "ória" + ], + [ + "▁Exem", + "plo" + ], + [ + "▁Ex", + "emplo" + ], + [ + "ors", + "hip" + ], + [ + "or", + "ship" + ], + [ + "[", + "," + ], + [ + "▁Seg", + "u" + ], + [ + "▁Se", + "gu" + ], + [ + "▁S", + "egu" + ], + [ + ".)", + "," + ], + [ + ".", + ")," + ], + [ + "Aut", + "o" + ], + [ + "A", + "uto" + ], + [ + "red", + "o" + ], + [ + "re", + "do" + ], + [ + "r", + "edo" + ], + [ + "▁discuss", + "ões" + ], + [ + "▁agricultura", + "l" + ], + [ + "▁agricult", + "ural" + ], + [ + "▁agr", + "icultural" + ], + [ + "▁pan", + "el" + ], + [ + "▁pa", + "nel" + ], + [ + "▁", + "panel" + ], + [ + "▁Apr", + "end" + ], + [ + "▁Te", + "l" + ], + [ + "▁T", + "el" + ], + [ + "▁ficar", + "am" + ], + [ + "▁fica", + "ram" + ], + [ + "▁fic", + "aram" + ], + [ + "▁Al", + "ves" + ], + [ + "▁2011", + "." + ], + [ + "▁201", + "1." + ], + [ + "▁20", + "11." + ], + [ + "▁CU", + "R" + ], + [ + "▁C", + "UR" + ], + [ + "▁", + "CUR" + ], + [ + "▁envolve", + "r" + ], + [ + "▁envolv", + "er" + ], + [ + "▁envol", + "ver" + ], + [ + "▁en", + "volver" + ], + [ + "▁cult", + "o" + ], + [ + "▁cul", + "to" + ], + [ + "▁(1", + "6" + ], + [ + "▁(", + "16" + ], + [ + "▁", + "(16" + ], + [ + "▁produc", + "ing" + ], + [ + "▁produ", + "cing" + ], + [ + "▁pro", + "ducing" + ], + [ + "▁jornal", + "ista" + ], + [ + "itária", + "s" + ], + [ + "itá", + "rias" + ], + [ + "it", + "árias" + ], + [ + "rar", + "ies" + ], + [ + "ra", + "ries" + ], + [ + "r", + "aries" + ], + [ + "▁mosqu", + "ito" + ], + [ + "▁Virgin", + "ia" + ], + [ + "▁Virg", + "inia" + ], + [ + "▁considerada", + "s" + ], + [ + "▁considera", + "das" + ], + [ + "▁consider", + "adas" + ], + [ + "▁form", + "ando" + ], + [ + "Collect", + "ion" + ], + [ + "Coll", + "ection" + ], + [ + "Col", + "lection" + ], + [ + "ídio", + "s" + ], + [ + "íd", + "ios" + ], + [ + "í", + "dios" + ], + [ + "▁cy", + "l" + ], + [ + "▁c", + "yl" + ], + [ + "ethe", + "r" + ], + [ + "eth", + "er" + ], + [ + "et", + "her" + ], + [ + "e", + "ther" + ], + [ + "_", + "6" + ], + [ + "▁ouv", + "i" + ], + [ + "▁ou", + "vi" + ], + [ + "m", + "g" + ], + [ + "▁A", + "ula" + ], + [ + "р", + "о" + ], + [ + "▁disp", + "ar" + ], + [ + "▁dis", + "par" + ], + [ + "▁AUT", + "O" + ], + [ + "▁AU", + "TO" + ], + [ + "▁A", + "UTO" + ], + [ + "▁", + "AUTO" + ], + [ + "▁separa", + "ção" + ], + [ + "▁separ", + "ação" + ], + [ + "Le", + "n" + ], + [ + "L", + "en" + ], + [ + "Str", + "ip" + ], + [ + "St", + "rip" + ], + [ + "▁cm", + "d" + ], + [ + "▁c", + "md" + ], + [ + "▁", + "cmd" + ], + [ + "▁post", + "ed" + ], + [ + "▁pos", + "ted" + ], + [ + "▁No", + "b" + ], + [ + "▁N", + "ob" + ], + [ + "▁explica", + "ção" + ], + [ + "▁explic", + "ação" + ], + [ + "▁Res", + "t" + ], + [ + "▁Re", + "st" + ], + [ + "▁R", + "est" + ], + [ + "▁", + "Rest" + ], + [ + "▁cai", + "r" + ], + [ + "▁ca", + "ir" + ], + [ + "▁c", + "air" + ], + [ + "▁positivo", + "s" + ], + [ + "▁posit", + "ivos" + ], + [ + "▁pos", + "itivos" + ], + [ + "▁verte", + "x" + ], + [ + "▁vert", + "ex" + ], + [ + "▁ver", + "tex" + ], + [ + "▁", + "vertex" + ], + [ + "▁Commun", + "ity" + ], + [ + "▁Comm", + "unity" + ], + [ + "▁(", + "8" + ], + [ + "▁", + "(8" + ], + [ + "!", + "\"" + ], + [ + "▁express", + "ões" + ], + [ + "Pro", + "gram" + ], + [ + "Pr", + "ogram" + ], + [ + "▁what", + "ever" + ], + [ + "▁wh", + "atever" + ], + [ + "▁Mus", + "lim" + ], + [ + "PR", + "E" + ], + [ + "P", + "RE" + ], + [ + "▁E", + "t" + ], + [ + "▁comp", + "ound" + ], + [ + "▁F", + "O" + ], + [ + "▁", + "FO" + ], + [ + "▁attribute", + "s" + ], + [ + "▁att", + "ributes" + ], + [ + "▁", + "attributes" + ], + [ + "▁Ge", + "ografia" + ], + [ + "▁stage", + "s" + ], + [ + "▁sta", + "ges" + ], + [ + "▁st", + "ages" + ], + [ + "▁mo", + "use" + ], + [ + "▁m", + "ouse" + ], + [ + "▁", + "mouse" + ], + [ + "▁mud", + "a" + ], + [ + "▁mu", + "da" + ], + [ + "▁m", + "uda" + ], + [ + "[", + "_" + ], + [ + "<", + "-" + ], + [ + "▁est", + "ufa" + ], + [ + "▁difí", + "ceis" + ], + [ + "!", + ")" + ], + [ + "CON", + "T" + ], + [ + "CO", + "NT" + ], + [ + "▁proport", + "ion" + ], + [ + "▁propor", + "tion" + ], + [ + "▁pro", + "portion" + ], + [ + "▁v", + "ítima" + ], + [ + "▁Fil", + "osofia" + ], + [ + "▁capa", + "ble" + ], + [ + "▁cap", + "able" + ], + [ + "▁For", + "ce" + ], + [ + "▁", + "Force" + ], + [ + "ver", + "a" + ], + [ + "ve", + "ra" + ], + [ + "v", + "era" + ], + [ + "/1", + "9" + ], + [ + "/", + "19" + ], + [ + "15", + "." + ], + [ + "1", + "5." + ], + [ + "ód", + "ulo" + ], + [ + "▁bebê", + "s" + ], + [ + "▁beb", + "ês" + ], + [ + "▁trata", + "do" + ], + [ + "▁trat", + "ado" + ], + [ + "▁tr", + "atado" + ], + [ + "Pa", + "t" + ], + [ + "P", + "at" + ], + [ + "▁Ci", + "ent" + ], + [ + "▁C", + "ient" + ], + [ + "▁registro", + "s" + ], + [ + "▁registr", + "os" + ], + [ + "▁regist", + "ros" + ], + [ + "Co", + "r" + ], + [ + "C", + "or" + ], + [ + "etic", + "al" + ], + [ + "et", + "ical" + ], + [ + "e", + "tical" + ], + [ + "ida", + "l" + ], + [ + "id", + "al" + ], + [ + "i", + "dal" + ], + [ + "▁depend", + "ência" + ], + [ + "▁dep", + "endência" + ], + [ + "del", + "ete" + ], + [ + "de", + "lete" + ], + [ + "-10", + "-" + ], + [ + "-1", + "0-" + ], + [ + "▁open", + "ed" + ], + [ + "▁op", + "ened" + ], + [ + "▁Le", + "m" + ], + [ + "▁L", + "em" + ], + [ + "▁acaba", + "m" + ], + [ + "▁acab", + "am" + ], + [ + "va", + "n" + ], + [ + "v", + "an" + ], + [ + "▁del", + "ta" + ], + [ + "▁", + "delta" + ], + [ + "▁ensin", + "a" + ], + [ + "▁ens", + "ina" + ], + [ + "▁polic", + "e" + ], + [ + "▁poli", + "ce" + ], + [ + "▁pol", + "ice" + ], + [ + "▁po", + "lice" + ], + [ + "▁(0", + "," + ], + [ + "▁(", + "0," + ], + [ + "▁", + "(0," + ], + [ + "▁fruit", + "s" + ], + [ + "▁fr", + "uits" + ], + [ + "▁des", + "m" + ], + [ + "▁de", + "sm" + ], + [ + "▁Lu", + "a" + ], + [ + "▁L", + "ua" + ], + [ + "▁0.0", + "1" + ], + [ + "▁0.", + "01" + ], + [ + "▁", + "0.01" + ], + [ + "▁9", + "6" + ], + [ + "▁", + "96" + ], + [ + "ív", + "io" + ], + [ + "í", + "vio" + ], + [ + "▁men", + "ino" + ], + [ + "apse", + "d" + ], + [ + "aps", + "ed" + ], + [ + "ap", + "sed" + ], + [ + "tas", + "k" + ], + [ + "ta", + "sk" + ], + [ + "t", + "ask" + ], + [ + "i", + "h" + ], + [ + "▁ind", + "ígena" + ], + [ + "[", + "3" + ], + [ + "▁27", + "," + ], + [ + "▁2", + "7," + ], + [ + "▁", + "27," + ], + [ + "▁t", + "óp" + ], + [ + "▁desenvolv", + "ida" + ], + [ + "▁desenvol", + "vida" + ], + [ + "▁ult", + "im" + ], + [ + "▁ul", + "tim" + ], + [ + "▁Comple", + "x" + ], + [ + "▁Comp", + "lex" + ], + [ + "▁Com", + "plex" + ], + [ + "▁", + "Complex" + ], + [ + "▁Ver", + "de" + ], + [ + "▁par", + "c" + ], + [ + "▁pa", + "rc" + ], + [ + "▁p", + "arc" + ], + [ + "iph", + "er" + ], + [ + "ip", + "her" + ], + [ + "i", + "pher" + ], + [ + "os", + "ing" + ], + [ + "o", + "sing" + ], + [ + "oro", + "s" + ], + [ + "or", + "os" + ], + [ + "o", + "ros" + ], + [ + "▁come", + "t" + ], + [ + "▁com", + "et" + ], + [ + "▁co", + "met" + ], + [ + "▁c", + "omet" + ], + [ + "▁segur", + "a" + ], + [ + "▁segu", + "ra" + ], + [ + "▁seg", + "ura" + ], + [ + "▁se", + "gura" + ], + [ + "▁she", + "l" + ], + [ + "▁sh", + "el" + ], + [ + "▁s", + "hel" + ], + [ + "Init", + "ial" + ], + [ + "In", + "itial" + ], + [ + "▁hidr", + "o" + ], + [ + "▁hid", + "ro" + ], + [ + "▁hi", + "dro" + ], + [ + "▁h", + "idro" + ], + [ + "▁", + "í" + ], + [ + "▁recover", + "y" + ], + [ + "▁rec", + "overy" + ], + [ + "▁re", + "covery" + ], + [ + "oca", + "s" + ], + [ + "oc", + "as" + ], + [ + "o", + "cas" + ], + [ + "cha", + "e" + ], + [ + "ch", + "ae" + ], + [ + "U", + "G" + ], + [ + "▁arqu", + "e" + ], + [ + "▁ar", + "que" + ], + [ + "▁", + "arque" + ], + [ + "▁refe", + "ições" + ], + [ + "▁atua", + "r" + ], + [ + "▁atu", + "ar" + ], + [ + "▁at", + "uar" + ], + [ + "▁det", + "r" + ], + [ + "▁de", + "tr" + ], + [ + "▁d", + "etr" + ], + [ + "at", + "ização" + ], + [ + "▁cub", + "ic" + ], + [ + "H", + "ttp" + ], + [ + "doc", + "ument" + ], + [ + "▁abus", + "e" + ], + [ + "▁ab", + "use" + ], + [ + "▁adv", + "is" + ], + [ + "▁ad", + "vis" + ], + [ + "▁lay", + "out" + ], + [ + "▁l", + "ayout" + ], + [ + "▁", + "layout" + ], + [ + "▁arro", + "z" + ], + [ + "▁arr", + "oz" + ], + [ + "▁ar", + "roz" + ], + [ + "▁her", + "b" + ], + [ + "▁he", + "rb" + ], + [ + "▁enc", + "ounter" + ], + [ + "▁en", + "counter" + ], + [ + "▁Car", + "e" + ], + [ + "▁Ca", + "re" + ], + [ + "▁C", + "are" + ], + [ + "▁colhe", + "r" + ], + [ + "▁colh", + "er" + ], + [ + "▁col", + "her" + ], + [ + "▁jorn", + "ada" + ], + [ + "▁ci", + "v" + ], + [ + "▁c", + "iv" + ], + [ + "CO", + "M" + ], + [ + "C", + "OM" + ], + [ + "▁entr", + "ou" + ], + [ + "▁ent", + "rou" + ], + [ + "99", + "9" + ], + [ + "9", + "99" + ], + [ + "▁lança", + "mento" + ], + [ + "▁lanç", + "amento" + ], + [ + "▁lan", + "çamento" + ], + [ + "▁size", + "s" + ], + [ + "▁si", + "zes" + ], + [ + "▁s", + "izes" + ], + [ + "▁", + "sizes" + ], + [ + "▁suc", + "ed" + ], + [ + "▁su", + "ced" + ], + [ + "▁", + "suced" + ], + [ + "▁Dr", + "a" + ], + [ + "▁D", + "ra" + ], + [ + "og", + "y" + ], + [ + "o", + "gy" + ], + [ + "ídeo", + "s" + ], + [ + "íde", + "os" + ], + [ + "íd", + "eos" + ], + [ + "▁TE", + "ST" + ], + [ + "▁T", + "EST" + ], + [ + "▁", + "TEST" + ], + [ + "▁algorithm", + "s" + ], + [ + "▁algorith", + "ms" + ], + [ + "▁alg", + "orithms" + ], + [ + "&", + "#" + ], + [ + "es", + "ão" + ], + [ + "e", + "são" + ], + [ + "▁broke", + "n" + ], + [ + "▁bro", + "ken" + ], + [ + "▁br", + "oken" + ], + [ + "▁parede", + "s" + ], + [ + "▁pare", + "des" + ], + [ + "▁par", + "edes" + ], + [ + "▁esp", + "et" + ], + [ + "▁es", + "pet" + ], + [ + "Ca", + "p" + ], + [ + "C", + "ap" + ], + [ + "▁18", + "5" + ], + [ + "▁1", + "85" + ], + [ + "▁", + "185" + ], + [ + "▁bat", + "alha" + ], + [ + "▁B", + "ás" + ], + [ + "▁pass", + "word" + ], + [ + "▁", + "password" + ], + [ + "▁Fri", + "end" + ], + [ + "▁F", + "riend" + ], + [ + "▁L", + "ength" + ], + [ + "▁", + "Length" + ], + [ + "▁Andr", + "é" + ], + [ + "▁And", + "ré" + ], + [ + "▁meas", + "uring" + ], + [ + "çada", + "s" + ], + [ + "ça", + "das" + ], + [ + "ç", + "adas" + ], + [ + "ilit", + "ies" + ], + [ + "ili", + "ties" + ], + [ + "il", + "ities" + ], + [ + "▁deva", + "st" + ], + [ + "▁dev", + "ast" + ], + [ + "▁precisa", + "r" + ], + [ + "▁precis", + "ar" + ], + [ + "▁prec", + "isar" + ], + [ + "▁On", + "de" + ], + [ + "sc", + "ar" + ], + [ + "s", + "car" + ], + [ + "▁adj", + "ac" + ], + [ + "▁ad", + "jac" + ], + [ + "Fin", + "d" + ], + [ + "Fi", + "nd" + ], + [ + "F", + "ind" + ], + [ + "ori", + "t" + ], + [ + "or", + "it" + ], + [ + "o", + "rit" + ], + [ + "▁Mem", + "ber" + ], + [ + "▁M", + "ember" + ], + [ + "▁", + "Member" + ], + [ + "▁nin", + "e" + ], + [ + "▁ni", + "ne" + ], + [ + "▁n", + "ine" + ], + [ + "▁isol", + "amento" + ], + [ + "▁Mes", + "tre" + ], + [ + "▁M", + "estre" + ], + [ + "▁Resource", + "s" + ], + [ + "▁Res", + "ources" + ], + [ + "▁Re", + "sources" + ], + [ + "▁", + "Resources" + ], + [ + "▁dura", + "tion" + ], + [ + "▁dur", + "ation" + ], + [ + "▁du", + "ration" + ], + [ + "▁d", + "uration" + ], + [ + "▁", + "duration" + ], + [ + "▁fabric", + "ação" + ], + [ + "▁disciplina", + "s" + ], + [ + "▁discipl", + "inas" + ], + [ + "14", + "." + ], + [ + "1", + "4." + ], + [ + "List", + "ener" + ], + [ + "▁ste", + "r" + ], + [ + "▁st", + "er" + ], + [ + "▁s", + "ter" + ], + [ + "▁", + "ster" + ], + [ + "ni", + "l" + ], + [ + "n", + "il" + ], + [ + "▁sk", + "e" + ], + [ + "▁s", + "ke" + ], + [ + "▁PRO", + "C" + ], + [ + "▁PR", + "OC" + ], + [ + "▁", + "PROC" + ], + [ + "ita", + "ge" + ], + [ + "it", + "age" + ], + [ + "▁inherit", + "ed" + ], + [ + "▁inher", + "ited" + ], + [ + "▁be", + "ar" + ], + [ + "▁b", + "ear" + ], + [ + "▁", + "bear" + ], + [ + "▁discover", + "y" + ], + [ + "▁disco", + "very" + ], + [ + "▁disc", + "overy" + ], + [ + "▁dis", + "covery" + ], + [ + "▁Sa", + "c" + ], + [ + "▁S", + "ac" + ], + [ + "▁lie", + "s" + ], + [ + "▁li", + "es" + ], + [ + "▁l", + "ies" + ], + [ + "▁statistic", + "al" + ], + [ + "▁stat", + "istical" + ], + [ + "▁tri", + "m" + ], + [ + "▁tr", + "im" + ], + [ + "▁t", + "rim" + ], + [ + "▁", + "trim" + ], + [ + "▁open", + "ing" + ], + [ + "▁op", + "ening" + ], + [ + "vol", + "ution" + ], + [ + "gree", + "n" + ], + [ + "gre", + "en" + ], + [ + "gr", + "een" + ], + [ + "▁Bloc", + "k" + ], + [ + "▁Blo", + "ck" + ], + [ + "▁Bl", + "ock" + ], + [ + "▁B", + "lock" + ], + [ + "▁", + "Block" + ], + [ + "fa", + "r" + ], + [ + "f", + "ar" + ], + [ + "▁acceler", + "ation" + ], + [ + "unt", + "ing" + ], + [ + "un", + "ting" + ], + [ + "▁Scot", + "t" + ], + [ + "▁Sc", + "ott" + ], + [ + "▁amb", + "as" + ], + [ + "▁am", + "bas" + ], + [ + "▁11", + "1" + ], + [ + "▁1", + "11" + ], + [ + "▁", + "111" + ], + [ + "▁18", + "4" + ], + [ + "▁1", + "84" + ], + [ + "▁", + "184" + ], + [ + "Abs", + "tract" + ], + [ + "Ab", + "stract" + ], + [ + "Pro", + "perties" + ], + [ + "▁varia", + "ção" + ], + [ + "▁vari", + "ação" + ], + [ + "▁var", + "iação" + ], + [ + "▁va", + "riação" + ], + [ + "▁veget", + "al" + ], + [ + "▁grow", + "n" + ], + [ + "▁gro", + "wn" + ], + [ + "▁gr", + "own" + ], + [ + "▁g", + "rown" + ], + [ + "▁study", + "ing" + ], + [ + "▁stud", + "ying" + ], + [ + "▁west", + "ern" + ], + [ + "▁", + "western" + ], + [ + "▁6", + "9" + ], + [ + "▁", + "69" + ], + [ + "▁ing", + "er" + ], + [ + "▁in", + "ger" + ], + [ + "▁i", + "nger" + ], + [ + "▁", + "inger" + ], + [ + "▁amplia", + "r" + ], + [ + "▁ampl", + "iar" + ], + [ + "0,0,0,0,", + "0,0,0,0," + ], + [ + "▁cl", + "ub" + ], + [ + "▁", + "club" + ], + [ + "vironment", + "s" + ], + [ + "viron", + "ments" + ], + [ + "▁machine", + "s" + ], + [ + "▁mach", + "ines" + ], + [ + "▁component", + "e" + ], + [ + "▁compon", + "ente" + ], + [ + "▁comp", + "onente" + ], + [ + "▁Earl", + "y" + ], + [ + "▁Ear", + "ly" + ], + [ + "▁resol", + "ve" + ], + [ + "▁re", + "solve" + ], + [ + "▁", + "resolve" + ], + [ + "▁publ", + "ish" + ], + [ + "▁pub", + "lish" + ], + [ + "▁", + "publish" + ], + [ + "▁Trans", + "form" + ], + [ + "▁", + "Transform" + ], + [ + "▁cent", + "enas" + ], + [ + "▁narr", + "ow" + ], + [ + "▁nar", + "row" + ], + [ + "▁n", + "arrow" + ], + [ + "▁modern", + "o" + ], + [ + "▁moder", + "no" + ], + [ + "▁mod", + "erno" + ], + [ + "bor", + "der" + ], + [ + "b", + "order" + ], + [ + "▁Gre", + "g" + ], + [ + "▁Gr", + "eg" + ], + [ + "▁G", + "reg" + ], + [ + "▁Russ", + "ia" + ], + [ + "▁[1", + "]" + ], + [ + "▁[", + "1]" + ], + [ + "▁", + "[1]" + ], + [ + "AC", + "H" + ], + [ + "A", + "CH" + ], + [ + "▁HT", + "ML" + ], + [ + "▁", + "HTML" + ], + [ + "▁2007", + "," + ], + [ + "▁200", + "7," + ], + [ + "▁20", + "07," + ], + [ + "▁continua", + "m" + ], + [ + "▁continu", + "am" + ], + [ + "▁contin", + "uam" + ], + [ + "▁cí", + "r" + ], + [ + "▁c", + "ír" + ], + [ + "aca", + "s" + ], + [ + "ac", + "as" + ], + [ + "a", + "cas" + ], + [ + "▁ct", + "x" + ], + [ + "▁c", + "tx" + ], + [ + "▁", + "ctx" + ], + [ + "▁Somet", + "imes" + ], + [ + "▁Some", + "times" + ], + [ + "▁ut", + "f" + ], + [ + "▁u", + "tf" + ], + [ + "▁", + "utf" + ], + [ + "ate", + "us" + ], + [ + "at", + "eus" + ], + [ + "▁symbol", + "s" + ], + [ + "▁lado", + "s" + ], + [ + "▁la", + "dos" + ], + [ + "▁l", + "ados" + ], + [ + "▁dens", + "idade" + ], + [ + "it", + "i" + ], + [ + "i", + "ti" + ], + [ + "▁benef", + "ício" + ], + [ + "bes", + "t" + ], + [ + "be", + "st" + ], + [ + "b", + "est" + ], + [ + "arga", + "s" + ], + [ + "arg", + "as" + ], + [ + "ar", + "gas" + ], + [ + "▁CA", + "P" + ], + [ + "▁C", + "AP" + ], + [ + "▁", + "CAP" + ], + [ + "US", + "T" + ], + [ + "U", + "ST" + ], + [ + "▁sáb", + "ado" + ], + [ + "▁coeff", + "icient" + ], + [ + "▁co", + "efficient" + ], + [ + "»", + "," + ], + [ + "▁toca", + "r" + ], + [ + "▁toc", + "ar" + ], + [ + "▁to", + "car" + ], + [ + "▁t", + "ocar" + ], + [ + "erv", + "o" + ], + [ + "er", + "vo" + ], + [ + "▁Ni", + "c" + ], + [ + "▁N", + "ic" + ], + [ + "EF", + "F" + ], + [ + "E", + "FF" + ], + [ + "▁micros", + "c" + ], + [ + "▁micro", + "sc" + ], + [ + "▁micr", + "osc" + ], + [ + "▁mic", + "rosc" + ], + [ + "co", + "d" + ], + [ + "c", + "od" + ], + [ + "ble", + "m" + ], + [ + "bl", + "em" + ], + [ + "b", + "lem" + ], + [ + "▁imm", + "igr" + ], + [ + "▁im", + "migr" + ], + [ + "gm", + "ent" + ], + [ + "g", + "ment" + ], + [ + "▁centr", + "e" + ], + [ + "▁cent", + "re" + ], + [ + "▁cen", + "tre" + ], + [ + "▁c", + "entre" + ], + [ + "▁cirurg", + "ia" + ], + [ + "▁cir", + "urgia" + ], + [ + "▁Bud", + "d" + ], + [ + "▁Bu", + "dd" + ], + [ + "ustria", + "is" + ], + [ + "ustr", + "iais" + ], + [ + "▁see", + "ing" + ], + [ + "▁se", + "eing" + ], + [ + "▁Á", + "sia" + ], + [ + "W", + "rap" + ], + [ + "▁encontrada", + "s" + ], + [ + "▁encontra", + "das" + ], + [ + "▁encontr", + "adas" + ], + [ + "▁encont", + "radas" + ], + [ + "íc", + "ula" + ], + [ + "í", + "cula" + ], + [ + "IR", + "A" + ], + [ + "I", + "RA" + ], + [ + "▁air", + "craft" + ], + [ + "▁Energ", + "ia" + ], + [ + "▁En", + "ergia" + ], + [ + "gl", + "ob" + ], + [ + "g", + "lob" + ], + [ + "▁ap", + "t" + ], + [ + "▁a", + "pt" + ], + [ + "▁", + "apt" + ], + [ + "▁estabelec", + "imento" + ], + [ + "▁estabele", + "cimento" + ], + [ + "▁$", + "1" + ], + [ + "▁", + "$1" + ], + [ + "▁cr", + "ônica" + ], + [ + "be", + "c" + ], + [ + "b", + "ec" + ], + [ + "qu", + "ence" + ], + [ + "full", + "y" + ], + [ + "ful", + "ly" + ], + [ + "f", + "ully" + ], + [ + "▁liga", + "da" + ], + [ + "▁lig", + "ada" + ], + [ + "▁li", + "gada" + ], + [ + "▁Sta", + "r" + ], + [ + "▁St", + "ar" + ], + [ + "▁S", + "tar" + ], + [ + "▁", + "Star" + ], + [ + "▁nervos", + "o" + ], + [ + "▁nervo", + "so" + ], + [ + "▁nerv", + "oso" + ], + [ + "▁W", + "ood" + ], + [ + "▁t", + "s" + ], + [ + "▁", + "ts" + ], + [ + "scal", + "a" + ], + [ + "sc", + "ala" + ], + [ + "met", + "ry" + ], + [ + "me", + "try" + ], + [ + "▁financi", + "amento" + ], + [ + "▁un", + "cer" + ], + [ + "Ap", + "i" + ], + [ + "A", + "pi" + ], + [ + "W", + "ord" + ], + [ + "▁reta", + "in" + ], + [ + "▁ret", + "ain" + ], + [ + "▁re", + "tain" + ], + [ + "v", + "s" + ], + [ + "ar", + "qu" + ], + [ + "3", + "'," + ], + [ + "▁26", + "," + ], + [ + "▁2", + "6," + ], + [ + "▁", + "26," + ], + [ + "▁Cat", + "ólica" + ], + [ + "▁C", + "atólica" + ], + [ + "▁o", + "posição" + ], + [ + "á", + "x" + ], + [ + "▁perman", + "ece" + ], + [ + "▁famos", + "o" + ], + [ + "▁fam", + "oso" + ], + [ + "▁Mic", + "ro" + ], + [ + "▁Mi", + "cro" + ], + [ + "▁conc", + "orr" + ], + [ + "▁con", + "corr" + ], + [ + "▁Region", + "al" + ], + [ + "▁Reg", + "ional" + ], + [ + "uni", + "que" + ], + [ + "un", + "ique" + ], + [ + "▁0.", + "2" + ], + [ + "▁0", + ".2" + ], + [ + "▁", + "0.2" + ], + [ + "▁evident", + "e" + ], + [ + "▁evid", + "ente" + ], + [ + "▁ev", + "idente" + ], + [ + "DAT", + "A" + ], + [ + "DA", + "TA" + ], + [ + "D", + "ATA" + ], + [ + "▁compan", + "hia" + ], + [ + "ij", + "o" + ], + [ + "i", + "jo" + ], + [ + "▁Catar", + "ina" + ], + [ + "16", + "_" + ], + [ + "1", + "6_" + ], + [ + "▁crop", + "s" + ], + [ + "▁cro", + "ps" + ], + [ + "▁cr", + "ops" + ], + [ + "▁indústria", + "s" + ], + [ + "▁indú", + "strias" + ], + [ + "▁Vi", + "a" + ], + [ + "▁V", + "ia" + ], + [ + "▁8010", + "4" + ], + [ + "▁801", + "04" + ], + [ + "▁80", + "104" + ], + [ + "▁Gra", + "d" + ], + [ + "▁Gr", + "ad" + ], + [ + "▁G", + "rad" + ], + [ + "▁", + "Grad" + ], + [ + "▁salva", + "r" + ], + [ + "▁salv", + "ar" + ], + [ + "▁sal", + "var" + ], + [ + "▁pne", + "um" + ], + [ + "▁p", + "neum" + ], + [ + "▁22", + "." + ], + [ + "▁2", + "2." + ], + [ + "▁", + "22." + ], + [ + "omet", + "ria" + ], + [ + "om", + "etria" + ], + [ + "▁consum", + "ir" + ], + [ + "▁ent", + "ity" + ], + [ + "▁", + "entity" + ], + [ + "▁intuit", + "o" + ], + [ + "▁int", + "uito" + ], + [ + "▁Ha", + "s" + ], + [ + "▁H", + "as" + ], + [ + "▁", + "Has" + ], + [ + "▁fl", + "y" + ], + [ + "▁f", + "ly" + ], + [ + "▁", + "fly" + ], + [ + "▁pov", + "erty" + ], + [ + "▁po", + "verty" + ], + [ + "on", + "co" + ], + [ + "▁syn", + "drome" + ], + [ + "▁disc", + "o" + ], + [ + "▁dis", + "co" + ], + [ + "▁d", + "isco" + ], + [ + "Control", + "s" + ], + [ + "▁tele", + "sc" + ], + [ + "▁tel", + "esc" + ], + [ + "[", + "[" + ], + [ + "▁Sar", + "a" + ], + [ + "▁Sa", + "ra" + ], + [ + "▁S", + "ara" + ], + [ + "▁live", + "r" + ], + [ + "▁liv", + "er" + ], + [ + "▁li", + "ver" + ], + [ + "▁l", + "iver" + ], + [ + "▁difficult", + "y" + ], + [ + "ump", + "s" + ], + [ + "um", + "ps" + ], + [ + "mi", + "r" + ], + [ + "m", + "ir" + ], + [ + "▁Rec", + "on" + ], + [ + "▁Re", + "con" + ], + [ + "▁R", + "econ" + ], + [ + "ci", + "um" + ], + [ + "c", + "ium" + ], + [ + "▁preserv", + "ar" + ], + [ + "▁corr", + "ida" + ], + [ + "▁terap", + "êut" + ], + [ + "▁Compute", + "r" + ], + [ + "▁Comput", + "er" + ], + [ + "▁Comp", + "uter" + ], + [ + "▁", + "Computer" + ], + [ + "▁___", + "_" + ], + [ + "▁__", + "__" + ], + [ + "▁_", + "___" + ], + [ + "▁", + "____" + ], + [ + "▁debate", + "s" + ], + [ + "▁debat", + "es" + ], + [ + "▁deb", + "ates" + ], + [ + "ixel", + "s" + ], + [ + "ixe", + "ls" + ], + [ + "ix", + "els" + ], + [ + "▁cho", + "l" + ], + [ + "▁ch", + "ol" + ], + [ + "▁c", + "hol" + ], + [ + "▁Pro", + "dut" + ], + [ + "▁volume", + "s" + ], + [ + "▁volum", + "es" + ], + [ + "▁vol", + "umes" + ], + [ + "▁apresentado", + "s" + ], + [ + "▁apresenta", + "dos" + ], + [ + "▁apresent", + "ados" + ], + [ + "Flag", + "s" + ], + [ + "Fl", + "ags" + ], + [ + "▁lic", + "ense" + ], + [ + "▁l", + "icense" + ], + [ + "▁", + "license" + ], + [ + "MET", + "ER" + ], + [ + "ME", + "TER" + ], + [ + "aga", + "r" + ], + [ + "ag", + "ar" + ], + [ + "a", + "gar" + ], + [ + "etermin", + "e" + ], + [ + "eter", + "mine" + ], + [ + "▁título", + "s" + ], + [ + "▁t", + "ítulos" + ], + [ + "▁speak", + "ing" + ], + [ + "▁spe", + "aking" + ], + [ + "▁", + "speaking" + ], + [ + "amin", + "g" + ], + [ + "ami", + "ng" + ], + [ + "am", + "ing" + ], + [ + "a", + "ming" + ], + [ + "▁regular", + "ly" + ], + [ + "ze", + "d" + ], + [ + "z", + "ed" + ], + [ + "▁flores", + "t" + ], + [ + "▁flor", + "est" + ], + [ + "▁flo", + "rest" + ], + [ + "la", + "h" + ], + [ + "l", + "ah" + ], + [ + "▁mostr", + "ando" + ], + [ + "▁most", + "rando" + ], + [ + "▁Ser", + "ra" + ], + [ + "▁S", + "erra" + ], + [ + "▁po", + "et" + ], + [ + "▁escrito", + "s" + ], + [ + "▁escrit", + "os" + ], + [ + "▁esc", + "ritos" + ], + [ + "▁Const", + "ant" + ], + [ + "▁", + "Constant" + ], + [ + "Fu", + "n" + ], + [ + "F", + "un" + ], + [ + "▁depos", + "it" + ], + [ + "▁de", + "posit" + ], + [ + "-0", + "4" + ], + [ + "-", + "04" + ], + [ + "He", + "ad" + ], + [ + "H", + "ead" + ], + [ + "▁Spr", + "ing" + ], + [ + "▁Sp", + "ring" + ], + [ + "▁S", + "pring" + ], + [ + "▁ouvi", + "do" + ], + [ + "▁ouv", + "ido" + ], + [ + "▁ou", + "vido" + ], + [ + "ulado", + "s" + ], + [ + "ula", + "dos" + ], + [ + "ul", + "ados" + ], + [ + "idem", + "i" + ], + [ + "ide", + "mi" + ], + [ + "▁7", + "8" + ], + [ + "▁", + "78" + ], + [ + "▁Al", + "meida" + ], + [ + "▁div", + "ina" + ], + [ + "▁vid", + "ro" + ], + [ + "▁vi", + "dro" + ], + [ + "▁v", + "idro" + ], + [ + "▁estrel", + "a" + ], + [ + "▁estre", + "la" + ], + [ + "▁estr", + "ela" + ], + [ + "▁C", + "P" + ], + [ + "▁", + "CP" + ], + [ + "aci", + "ón" + ], + [ + "ac", + "ión" + ], + [ + "a", + "ción" + ], + [ + "VAL", + "UE" + ], + [ + "▁menina", + "s" + ], + [ + "▁men", + "inas" + ], + [ + "▁org", + "ânica" + ], + [ + "pix", + "el" + ], + [ + "p", + "ixel" + ], + [ + "▁apar", + "ência" + ], + [ + "▁Fou", + "r" + ], + [ + "▁Fo", + "ur" + ], + [ + "▁F", + "our" + ], + [ + "▁inv", + "is" + ], + [ + "▁in", + "vis" + ], + [ + "7", + "/" + ], + [ + "▁Con", + "v" + ], + [ + "▁Co", + "nv" + ], + [ + "▁", + "Conv" + ], + [ + "▁weight", + "s" + ], + [ + "▁weigh", + "ts" + ], + [ + "▁we", + "ights" + ], + [ + "▁", + "weights" + ], + [ + "inst", + "all" + ], + [ + "▁nu", + "v" + ], + [ + "▁n", + "uv" + ], + [ + "Exp", + "r" + ], + [ + "Ex", + "pr" + ], + [ + "▁Bo", + "r" + ], + [ + "▁B", + "or" + ], + [ + "eo", + "s" + ], + [ + "e", + "os" + ], + [ + "▁Mat", + "rix" + ], + [ + "▁", + "Matrix" + ], + [ + "▁business", + "es" + ], + [ + "▁bus", + "inesses" + ], + [ + "▁constitu", + "em" + ], + [ + "▁costum", + "a" + ], + [ + "▁cost", + "uma" + ], + [ + "feature", + "s" + ], + [ + "feat", + "ures" + ], + [ + "fe", + "atures" + ], + [ + "▁elimina", + "r" + ], + [ + "▁elimin", + "ar" + ], + [ + "▁elim", + "inar" + ], + [ + "▁chi", + "ef" + ], + [ + "▁ch", + "ief" + ], + [ + "fl", + "u" + ], + [ + "f", + "lu" + ], + [ + "▁0.", + "4" + ], + [ + "▁0", + ".4" + ], + [ + "▁", + "0.4" + ], + [ + "▁ju", + "í" + ], + [ + "▁j", + "uí" + ], + [ + "▁", + "juí" + ], + [ + "user", + "s" + ], + [ + "use", + "rs" + ], + [ + "us", + "ers" + ], + [ + "▁Edu", + "ardo" + ], + [ + "▁Mar", + "s" + ], + [ + "▁Ma", + "rs" + ], + [ + "▁M", + "ars" + ], + [ + "VA", + "R" + ], + [ + "V", + "AR" + ], + [ + "▁9", + ":" + ], + [ + "▁", + "9:" + ], + [ + "▁enx", + "erg" + ], + [ + "P", + "e" + ], + [ + "▁zona", + "s" + ], + [ + "▁zo", + "nas" + ], + [ + "▁z", + "onas" + ], + [ + "▁0.", + "9" + ], + [ + "▁0", + ".9" + ], + [ + "▁", + "0.9" + ], + [ + "▁caus", + "ando" + ], + [ + "}}", + "\\" + ], + [ + "}", + "}\\" + ], + [ + "Ap", + "plication" + ], + [ + "íg", + "ado" + ], + [ + "í", + "gado" + ], + [ + "▁Nos", + "so" + ], + [ + "▁N", + "osso" + ], + [ + "esse", + "d" + ], + [ + "ess", + "ed" + ], + [ + "es", + "sed" + ], + [ + "art", + "e" + ], + [ + "ar", + "te" + ], + [ + "▁cooper", + "ação" + ], + [ + "▁co", + "operação" + ], + [ + "Menu", + "Item" + ], + [ + "▁bro", + "wn" + ], + [ + "▁br", + "own" + ], + [ + "▁b", + "rown" + ], + [ + ".....", + "." + ], + [ + "....", + ".." + ], + [ + "...", + "..." + ], + [ + "..", + "...." + ], + [ + ".", + "....." + ], + [ + "▁afeta", + "r" + ], + [ + "▁afet", + "ar" + ], + [ + "▁supera", + "r" + ], + [ + "▁super", + "ar" + ], + [ + "▁esta", + "d" + ], + [ + "▁est", + "ad" + ], + [ + "▁e", + "stad" + ], + [ + "do", + "n" + ], + [ + "d", + "on" + ], + [ + "▁Dia", + "s" + ], + [ + "▁Di", + "as" + ], + [ + "▁D", + "ias" + ], + [ + "▁cha", + "p" + ], + [ + "▁ch", + "ap" + ], + [ + "▁escolha", + "s" + ], + [ + "▁escolh", + "as" + ], + [ + "▁escol", + "has" + ], + [ + "▁estabelec", + "e" + ], + [ + "▁estabele", + "ce" + ], + [ + "▁per", + "pet" + ], + [ + "▁XVII", + "I" + ], + [ + "▁XVI", + "II" + ], + [ + "▁XV", + "III" + ], + [ + "▁Re", + "i" + ], + [ + "▁R", + "ei" + ], + [ + "▁trad", + "ução" + ], + [ + "▁tra", + "dução" + ], + [ + "W", + "A" + ], + [ + "▁las", + "er" + ], + [ + "▁la", + "ser" + ], + [ + "▁l", + "aser" + ], + [ + "óp", + "olis" + ], + [ + "ó", + "polis" + ], + [ + "▁MA", + "X" + ], + [ + "▁M", + "AX" + ], + [ + "▁", + "MAX" + ], + [ + "▁Di", + "ante" + ], + [ + "▁D", + "iante" + ], + [ + "VE", + "L" + ], + [ + "V", + "EL" + ], + [ + "▁inv", + "és" + ], + [ + "28", + "," + ], + [ + "2", + "8," + ], + [ + "▁compreh", + "ensive" + ], + [ + "▁90", + "%" + ], + [ + "▁9", + "0%" + ], + [ + "▁varia", + "tion" + ], + [ + "▁vari", + "ation" + ], + [ + "▁var", + "iation" + ], + [ + "▁fo", + "g" + ], + [ + "▁f", + "og" + ], + [ + "▁manufactur", + "ing" + ], + [ + "▁manufact", + "uring" + ], + [ + "=", + "-" + ], + [ + "▁past", + "e" + ], + [ + "▁pas", + "te" + ], + [ + "▁pa", + "ste" + ], + [ + "▁p", + "aste" + ], + [ + "▁", + "paste" + ], + [ + "▁adv", + "ance" + ], + [ + "▁pris", + "ão" + ], + [ + "▁pri", + "são" + ], + [ + "▁pr", + "isão" + ], + [ + "▁different", + "ial" + ], + [ + "▁differ", + "ential" + ], + [ + "[3", + "]" + ], + [ + "[", + "3]" + ], + [ + "▁content", + "s" + ], + [ + "▁cont", + "ents" + ], + [ + "▁", + "contents" + ], + [ + "▁Prime", + "ira" + ], + [ + "▁Prim", + "eira" + ], + [ + "▁Pri", + "meira" + ], + [ + "▁vin", + "ho" + ], + [ + "▁v", + "inho" + ], + [ + ":", + "\\/\\/" + ], + [ + "▁Humano", + "s" + ], + [ + "▁Human", + "os" + ], + [ + "▁Hum", + "anos" + ], + [ + "▁Prin", + "c" + ], + [ + "▁Pri", + "nc" + ], + [ + "▁Pr", + "inc" + ], + [ + "cy", + "cl" + ], + [ + "c", + "ycl" + ], + [ + "▁pe", + "ak" + ], + [ + "▁", + "peak" + ], + [ + "ipe", + "line" + ], + [ + "ip", + "eline" + ], + [ + "▁confi", + "r" + ], + [ + "▁conf", + "ir" + ], + [ + "▁con", + "fir" + ], + [ + "▁manufact", + "ur" + ], + [ + "▁complic", + "ated" + ], + [ + "▁hol", + "e" + ], + [ + "▁ho", + "le" + ], + [ + "▁h", + "ole" + ], + [ + "▁", + "hole" + ], + [ + "▁religios", + "o" + ], + [ + "▁relig", + "ioso" + ], + [ + "▁Ali", + "ment" + ], + [ + "▁Al", + "iment" + ], + [ + "The", + "re" + ], + [ + "Th", + "ere" + ], + [ + "T", + "here" + ], + [ + "▁daqu", + "ela" + ], + [ + "▁ir", + "regular" + ], + [ + "Equal", + "s" + ], + [ + "Equ", + "als" + ], + [ + "co", + "u" + ], + [ + "c", + "ou" + ], + [ + "▁Hi", + "t" + ], + [ + "▁H", + "it" + ], + [ + "▁", + "Hit" + ], + [ + "▁colet", + "iva" + ], + [ + "▁where", + "as" + ], + [ + "▁whe", + "reas" + ], + [ + "fer", + "red" + ], + [ + "▁6", + "7" + ], + [ + "▁", + "67" + ], + [ + "▁bl", + "e" + ], + [ + "▁b", + "le" + ], + [ + "▁", + "ble" + ], + [ + "Pre", + "s" + ], + [ + "Pr", + "es" + ], + [ + "P", + "res" + ], + [ + "▁ext", + "ens" + ], + [ + "▁intellig", + "ence" + ], + [ + "▁mys", + "t" + ], + [ + "▁my", + "st" + ], + [ + "▁m", + "yst" + ], + [ + "▁fenômeno", + "s" + ], + [ + "▁fenôm", + "enos" + ], + [ + "▁G", + "R" + ], + [ + "▁", + "GR" + ], + [ + "▁Sin", + "g" + ], + [ + "▁Si", + "ng" + ], + [ + "▁S", + "ing" + ], + [ + "▁", + "Sing" + ], + [ + "esp", + "er" + ], + [ + "es", + "per" + ], + [ + "ict", + "ure" + ], + [ + "▁flu", + "or" + ], + [ + "se", + "n" + ], + [ + "s", + "en" + ], + [ + "ye", + "r" + ], + [ + "y", + "er" + ], + [ + "▁movement", + "s" + ], + [ + "▁movem", + "ents" + ], + [ + "▁move", + "ments" + ], + [ + "▁mov", + "ements" + ], + [ + "▁mo", + "vements" + ], + [ + "\")", + "]" + ], + [ + "\"", + ")]" + ], + [ + "ima", + "r" + ], + [ + "im", + "ar" + ], + [ + "i", + "mar" + ], + [ + "▁Campo", + "s" + ], + [ + "▁Camp", + "os" + ], + [ + "▁Cam", + "pos" + ], + [ + "▁present", + "ation" + ], + [ + "▁", + "presentation" + ], + [ + "▁coord", + "inate" + ], + [ + "▁Flor", + "ida" + ], + [ + "▁estad", + "ual" + ], + [ + "▁est", + "adual" + ], + [ + "ill", + "ing" + ], + [ + "il", + "ling" + ], + [ + "izante", + "s" + ], + [ + "izant", + "es" + ], + [ + "iz", + "antes" + ], + [ + "▁norm", + "a" + ], + [ + "▁nor", + "ma" + ], + [ + "▁8", + "8" + ], + [ + "▁", + "88" + ], + [ + "ipa", + "is" + ], + [ + "ip", + "ais" + ], + [ + "ine", + "nt" + ], + [ + "in", + "ent" + ], + [ + "hold", + "er" + ], + [ + "hol", + "der" + ], + [ + "ho", + "lder" + ], + [ + "h", + "older" + ], + [ + "ste", + "in" + ], + [ + "st", + "ein" + ], + [ + "ie", + "m" + ], + [ + "i", + "em" + ], + [ + "▁sh", + "if" + ], + [ + "ht", + "m" + ], + [ + "h", + "tm" + ], + [ + "▁31", + "," + ], + [ + "▁3", + "1," + ], + [ + "▁", + "31," + ], + [ + "String", + "s" + ], + [ + "Str", + "ings" + ], + [ + "▁ev", + "itando" + ], + [ + "▁rit", + "ual" + ], + [ + "▁ri", + "tual" + ], + [ + "▁r", + "itual" + ], + [ + "elle", + "r" + ], + [ + "ell", + "er" + ], + [ + "el", + "ler" + ], + [ + "e", + "ller" + ], + [ + "▁inúmer", + "os" + ], + [ + "▁inú", + "meros" + ], + [ + "▁pra", + "t" + ], + [ + "▁pr", + "at" + ], + [ + "▁p", + "rat" + ], + [ + "▁ave", + "r" + ], + [ + "▁av", + "er" + ], + [ + "▁a", + "ver" + ], + [ + "▁", + "aver" + ], + [ + "ur", + "u" + ], + [ + "u", + "ru" + ], + [ + "fo", + "s" + ], + [ + "f", + "os" + ], + [ + "▁Su", + "g" + ], + [ + "▁S", + "ug" + ], + [ + "▁196", + "0" + ], + [ + "▁19", + "60" + ], + [ + "▁1", + "960" + ], + [ + "▁wors", + "e" + ], + [ + "▁wor", + "se" + ], + [ + "▁w", + "orse" + ], + [ + "▁permiss", + "ion" + ], + [ + "▁perm", + "ission" + ], + [ + "▁per", + "mission" + ], + [ + "▁", + "permission" + ], + [ + "▁'0'", + "," + ], + [ + "▁'0", + "'," + ], + [ + "▁'", + "0'," + ], + [ + "1", + "*" + ], + [ + "▁Nord", + "este" + ], + [ + "▁N", + "ordeste" + ], + [ + "ecut", + "ion" + ], + [ + "ec", + "ution" + ], + [ + "▁localiza", + "ção" + ], + [ + "▁local", + "ização" + ], + [ + "1", + "%" + ], + [ + "24", + "," + ], + [ + "2", + "4," + ], + [ + "▁power", + "s" + ], + [ + "▁pow", + "ers" + ], + [ + "▁após", + "t" + ], + [ + "▁ap", + "óst" + ], + [ + "▁electron", + "ic" + ], + [ + "▁electro", + "nic" + ], + [ + "▁electr", + "onic" + ], + [ + "▁elect", + "ronic" + ], + [ + "▁ir", + "ão" + ], + [ + "▁i", + "rão" + ], + [ + "▁", + "irão" + ], + [ + "▁ressalta", + "r" + ], + [ + "▁ressalt", + "ar" + ], + [ + "▁ressal", + "tar" + ], + [ + "BE", + "R" + ], + [ + "B", + "ER" + ], + [ + "lay", + "er" + ], + [ + "la", + "yer" + ], + [ + "l", + "ayer" + ], + [ + "▁Mig", + "uel" + ], + [ + "▁trac", + "e" + ], + [ + "▁tra", + "ce" + ], + [ + "▁tr", + "ace" + ], + [ + "▁t", + "race" + ], + [ + "▁", + "trace" + ], + [ + "▁pregn", + "ancy" + ], + [ + "Mem", + "cpy" + ], + [ + "▁Fot", + "o" + ], + [ + "▁Fo", + "to" + ], + [ + "▁F", + "oto" + ], + [ + "▁", + "Foto" + ], + [ + "▁len", + "t" + ], + [ + "▁le", + "nt" + ], + [ + "▁l", + "ent" + ], + [ + "▁realiz", + "e" + ], + [ + "▁real", + "ize" + ], + [ + "eff", + "ect" + ], + [ + "ef", + "fect" + ], + [ + "e", + "ffect" + ], + [ + "▁version", + "s" + ], + [ + "▁vers", + "ions" + ], + [ + "▁", + "versions" + ], + [ + "▁pass", + "ing" + ], + [ + "▁pas", + "sing" + ], + [ + "▁Squ", + "are" + ], + [ + "▁S", + "quare" + ], + [ + "▁", + "Square" + ], + [ + "▁infinit", + "e" + ], + [ + "▁infin", + "ite" + ], + [ + "▁inf", + "inite" + ], + [ + "▁in", + "finite" + ], + [ + "▁produto", + "r" + ], + [ + "▁produt", + "or" + ], + [ + "▁produ", + "tor" + ], + [ + "▁prod", + "utor" + ], + [ + "ran", + "k" + ], + [ + "ra", + "nk" + ], + [ + "r", + "ank" + ], + [ + "▁mass", + "ive" + ], + [ + "C", + "N" + ], + [ + "▁Aut", + "o" + ], + [ + "▁A", + "uto" + ], + [ + "▁", + "Auto" + ], + [ + "▁tutor", + "ial" + ], + [ + "▁tut", + "orial" + ], + [ + "▁", + "tutorial" + ], + [ + "▁Science", + "s" + ], + [ + "▁Sci", + "ences" + ], + [ + "▁S", + "ciences" + ], + [ + "▁permit", + "iu" + ], + [ + "dd", + "en" + ], + [ + "d", + "den" + ], + [ + "▁atleta", + "s" + ], + [ + "▁atl", + "etas" + ], + [ + "▁at", + "letas" + ], + [ + "▁revis", + "ão" + ], + [ + "▁rev", + "isão" + ], + [ + "▁re", + "visão" + ], + [ + "▁Cri", + "t" + ], + [ + "▁Cr", + "it" + ], + [ + "▁C", + "rit" + ], + [ + "▁", + "Crit" + ], + [ + "▁absor", + "ção" + ], + [ + "▁L", + "íngua" + ], + [ + "▁Pl", + "ay" + ], + [ + "▁P", + "lay" + ], + [ + "▁", + "Play" + ], + [ + "EN", + "C" + ], + [ + "E", + "NC" + ], + [ + "31", + "," + ], + [ + "3", + "1," + ], + [ + "▁call", + "ing" + ], + [ + "▁cal", + "ling" + ], + [ + "▁c", + "alling" + ], + [ + "▁Ra", + "m" + ], + [ + "▁R", + "am" + ], + [ + "▁complex", + "idade" + ], + [ + "▁sel", + "v" + ], + [ + "▁se", + "lv" + ], + [ + "▁divers", + "ity" + ], + [ + "▁d", + "iversity" + ], + [ + "cem", + "ent" + ], + [ + "ce", + "ment" + ], + [ + "c", + "ement" + ], + [ + "imenta", + "l" + ], + [ + "iment", + "al" + ], + [ + "imen", + "tal" + ], + [ + "im", + "ental" + ], + [ + "i", + "mental" + ], + [ + "▁produz", + "em" + ], + [ + "▁Comm", + "it" + ], + [ + "▁Com", + "mit" + ], + [ + "▁", + "Commit" + ], + [ + "▁Super", + "ior" + ], + [ + "▁Martin", + "s" + ], + [ + "▁Mart", + "ins" + ], + [ + "▁Gro", + "s" + ], + [ + "▁Gr", + "os" + ], + [ + "▁G", + "ros" + ], + [ + "0000", + "," + ], + [ + "000", + "0," + ], + [ + "00", + "00," + ], + [ + "0", + "000," + ], + [ + "▁NO", + "P" + ], + [ + "▁N", + "OP" + ], + [ + "▁recebe", + "m" + ], + [ + "▁receb", + "em" + ], + [ + "▁rece", + "bem" + ], + [ + "▁guide", + "lines" + ], + [ + "▁guid", + "elines" + ], + [ + "▁gu", + "idelines" + ], + [ + "ave", + "d" + ], + [ + "av", + "ed" + ], + [ + "a", + "ved" + ], + [ + "▁jorn", + "ais" + ], + [ + "▁err", + "ado" + ], + [ + "▁er", + "rado" + ], + [ + "▁", + "errado" + ], + [ + "▁M", + "éd" + ], + [ + "▁infect", + "ed" + ], + [ + "▁infec", + "ted" + ], + [ + "▁infe", + "cted" + ], + [ + "▁inf", + "ected" + ], + [ + "ográfica", + "s" + ], + [ + "ográf", + "icas" + ], + [ + "▁7", + "6" + ], + [ + "▁", + "76" + ], + [ + "▁L", + "á" + ], + [ + "end", + "ente" + ], + [ + "▁Go", + "mes" + ], + [ + "▁G", + "omes" + ], + [ + "▁vehicle", + "s" + ], + [ + "▁vehic", + "les" + ], + [ + "▁19", + ":" + ], + [ + "▁1", + "9:" + ], + [ + "▁", + "19:" + ], + [ + "▁met", + "eor" + ], + [ + "▁apre", + "ci" + ], + [ + "▁apr", + "eci" + ], + [ + "▁a", + "preci" + ], + [ + "re", + "place" + ], + [ + "▁cam", + "p" + ], + [ + "▁ca", + "mp" + ], + [ + "▁c", + "amp" + ], + [ + "de", + "t" + ], + [ + "d", + "et" + ], + [ + "aria", + "l" + ], + [ + "ari", + "al" + ], + [ + "ar", + "ial" + ], + [ + "a", + "rial" + ], + [ + "Sp", + "ace" + ], + [ + "S", + "pace" + ], + [ + "▁Nat", + "ive" + ], + [ + "▁N", + "ative" + ], + [ + "▁", + "Native" + ], + [ + "▁Theor", + "y" + ], + [ + "▁The", + "ory" + ], + [ + "▁adquir", + "ir" + ], + [ + "▁adqui", + "rir" + ], + [ + "win", + "g" + ], + [ + "wi", + "ng" + ], + [ + "w", + "ing" + ], + [ + "▁acaba", + "r" + ], + [ + "▁acab", + "ar" + ], + [ + "12", + "5" + ], + [ + "1", + "25" + ], + [ + "▁re", + "q" + ], + [ + "▁r", + "eq" + ], + [ + "▁", + "req" + ], + [ + "▁d", + "s" + ], + [ + "▁", + "ds" + ], + [ + "▁imposto", + "s" + ], + [ + "▁imp", + "ostos" + ], + [ + "Pro", + "duct" + ], + [ + "bin", + "g" + ], + [ + "bi", + "ng" + ], + [ + "b", + "ing" + ], + [ + "▁inici", + "a" + ], + [ + "▁ini", + "cia" + ], + [ + "▁in", + "icia" + ], + [ + "int", + "y" + ], + [ + "in", + "ty" + ], + [ + "▁constitu", + "t" + ], + [ + "▁const", + "itut" + ], + [ + "▁70", + "0" + ], + [ + "▁7", + "00" + ], + [ + "▁", + "700" + ], + [ + "▁pris", + "on" + ], + [ + "▁pri", + "son" + ], + [ + "▁pr", + "ison" + ], + [ + "▁p", + "rison" + ], + [ + "▁surviv", + "al" + ], + [ + "▁surv", + "ival" + ], + [ + "▁aquis", + "ição" + ], + [ + "▁a", + "quisição" + ], + [ + "▁Car", + "valho" + ], + [ + "▁inv", + "ad" + ], + [ + "wh", + "ile" + ], + [ + "▁Roy", + "al" + ], + [ + "▁Ro", + "yal" + ], + [ + "▁igreja", + "s" + ], + [ + "▁igre", + "jas" + ], + [ + "▁Ari", + "st" + ], + [ + "▁Ar", + "ist" + ], + [ + "▁A", + "rist" + ], + [ + "ToStr", + "ing" + ], + [ + "To", + "String" + ], + [ + "▁adolescent", + "e" + ], + [ + "▁adolesc", + "ente" + ], + [ + "placeholder", + "s" + ], + [ + "place", + "holders" + ], + [ + "▁Wal", + "l" + ], + [ + "▁Wa", + "ll" + ], + [ + "▁W", + "all" + ], + [ + "▁", + "Wall" + ], + [ + "▁feeling", + "s" + ], + [ + "▁feel", + "ings" + ], + [ + "▁fee", + "lings" + ], + [ + "▁dipl", + "om" + ], + [ + "▁careful", + "ly" + ], + [ + "▁care", + "fully" + ], + [ + "▁car", + "efully" + ], + [ + "▁sup", + "plement" + ], + [ + "pat", + "ia" + ], + [ + "p", + "atia" + ], + [ + "▁Administr", + "ação" + ], + [ + "▁Admin", + "istração" + ], + [ + "pe", + "at" + ], + [ + "s", + "ession" + ], + [ + "▁grat", + "u" + ], + [ + "▁gra", + "tu" + ], + [ + "▁gr", + "atu" + ], + [ + "▁sc", + "ene" + ], + [ + "▁", + "scene" + ], + [ + "▁sk", + "y" + ], + [ + "▁s", + "ky" + ], + [ + "▁", + "sky" + ], + [ + "eto", + "s" + ], + [ + "et", + "os" + ], + [ + "e", + "tos" + ], + [ + "▁trad", + "ition" + ], + [ + "▁tra", + "dition" + ], + [ + "este", + "s" + ], + [ + "est", + "es" + ], + [ + "es", + "tes" + ], + [ + "Direct", + "ory" + ], + [ + "D", + "irectory" + ], + [ + "▁incid", + "ência" + ], + [ + "▁inc", + "idência" + ], + [ + "▁relevante", + "s" + ], + [ + "▁relevant", + "es" + ], + [ + "▁relev", + "antes" + ], + [ + "▁Camb", + "ridge" + ], + [ + "▁Cam", + "bridge" + ], + [ + "▁subs", + "et" + ], + [ + "▁sub", + "set" + ], + [ + "▁", + "subset" + ], + [ + "appe", + "d" + ], + [ + "app", + "ed" + ], + [ + "ap", + "ped" + ], + [ + "a", + "pped" + ], + [ + "▁categoria", + "s" + ], + [ + "▁categor", + "ias" + ], + [ + "▁categ", + "orias" + ], + [ + "res", + "ol" + ], + [ + "re", + "sol" + ], + [ + "ass", + "a" + ], + [ + "as", + "sa" + ], + [ + "Fun", + "c" + ], + [ + "Fu", + "nc" + ], + [ + "F", + "unc" + ], + [ + "▁VA", + "R" + ], + [ + "▁V", + "AR" + ], + [ + "▁", + "VAR" + ], + [ + "▁capt", + "ure" + ], + [ + "▁c", + "apture" + ], + [ + "iada", + "s" + ], + [ + "ia", + "das" + ], + [ + "i", + "adas" + ], + [ + "▁So", + "n" + ], + [ + "▁S", + "on" + ], + [ + "▁refrig", + "er" + ], + [ + "▁refr", + "iger" + ], + [ + "▁Vi", + "et" + ], + [ + "▁V", + "iet" + ], + [ + "▁Fir", + "e" + ], + [ + "▁Fi", + "re" + ], + [ + "▁F", + "ire" + ], + [ + "▁", + "Fire" + ], + [ + "▁motiv", + "ação" + ], + [ + "▁mot", + "ivação" + ], + [ + "▁procur", + "e" + ], + [ + "▁proc", + "ure" + ], + [ + ")", + "<" + ], + [ + "▁ben", + "éf" + ], + [ + "gues", + "ia" + ], + [ + "gue", + "sia" + ], + [ + "gu", + "esia" + ], + [ + "▁agree", + "ment" + ], + [ + "▁agre", + "ement" + ], + [ + "]", + "=" + ], + [ + "▁our", + "s" + ], + [ + "▁ou", + "rs" + ], + [ + "▁o", + "urs" + ], + [ + "▁", + "ours" + ], + [ + "ba", + "n" + ], + [ + "b", + "an" + ], + [ + "▁resident", + "s" + ], + [ + "▁resid", + "ents" + ], + [ + "▁res", + "idents" + ], + [ + "▁scala", + "r" + ], + [ + "▁scal", + "ar" + ], + [ + "▁sc", + "alar" + ], + [ + "▁", + "scalar" + ], + [ + "▁he", + "x" + ], + [ + "▁h", + "ex" + ], + [ + "▁", + "hex" + ], + [ + "▁pertur", + "b" + ], + [ + "▁pert", + "urb" + ], + [ + "bio", + "s" + ], + [ + "bi", + "os" + ], + [ + "b", + "ios" + ], + [ + "▁imped", + "ir" + ], + [ + "▁impe", + "dir" + ], + [ + "L", + "T" + ], + [ + "(1", + ":" + ], + [ + "(", + "1:" + ], + [ + "▁come", + "ce" + ], + [ + "▁com", + "ece" + ], + [ + "osto", + "n" + ], + [ + "ost", + "on" + ], + [ + "os", + "ton" + ], + [ + "o", + "ston" + ], + [ + "▁process", + "amento" + ], + [ + "▁Clar", + "o" + ], + [ + "▁Cla", + "ro" + ], + [ + "▁Cl", + "aro" + ], + [ + "act", + "o" + ], + [ + "ac", + "to" + ], + [ + "▁coorden", + "ação" + ], + [ + "▁hipó", + "tese" + ], + [ + "▁hip", + "ótese" + ], + [ + "▁dol", + "l" + ], + [ + "▁do", + "ll" + ], + [ + "▁d", + "oll" + ], + [ + "ter", + "o" + ], + [ + "te", + "ro" + ], + [ + "t", + "ero" + ], + [ + "eng", + "ue" + ], + [ + "en", + "gue" + ], + [ + "▁official", + "s" + ], + [ + "▁imun", + "ológico" + ], + [ + "▁Simpl", + "e" + ], + [ + "▁Sim", + "ple" + ], + [ + "▁", + "Simple" + ], + [ + "▁2013", + "." + ], + [ + "▁201", + "3." + ], + [ + "▁20", + "13." + ], + [ + "inst", + "ein" + ], + [ + "in", + "stein" + ], + [ + "▁sín", + "drome" + ], + [ + "TR", + "UE" + ], + [ + "ct", + "ic" + ], + [ + "c", + "tic" + ], + [ + "▁Gene", + "r" + ], + [ + "▁Gen", + "er" + ], + [ + "▁Ge", + "ner" + ], + [ + "▁G", + "ener" + ], + [ + "▁", + "Gener" + ], + [ + "▁Corpo", + "r" + ], + [ + "▁Corp", + "or" + ], + [ + "▁Cor", + "por" + ], + [ + "▁integra", + "tion" + ], + [ + "▁integr", + "ation" + ], + [ + "▁integ", + "ration" + ], + [ + "▁", + "integration" + ], + [ + "tim", + "estamp" + ], + [ + "▁works", + "heet" + ], + [ + "▁work", + "sheet" + ], + [ + "▁renov", + "áveis" + ], + [ + "▁ess", + "ência" + ], + [ + "Dia", + "log" + ], + [ + "D", + "ialog" + ], + [ + "lar", + "ation" + ], + [ + "la", + "ration" + ], + [ + "{", + "2" + ], + [ + "L", + "Y" + ], + [ + "▁inc", + "ên" + ], + [ + "▁set", + "up" + ], + [ + "▁", + "setup" + ], + [ + "ille", + "d" + ], + [ + "ill", + "ed" + ], + [ + "il", + "led" + ], + [ + "▁age", + "nt" + ], + [ + "▁ag", + "ent" + ], + [ + "▁", + "agent" + ], + [ + "▁inicio", + "u" + ], + [ + "▁inici", + "ou" + ], + [ + "▁order", + "ed" + ], + [ + "▁ord", + "ered" + ], + [ + "▁", + "ordered" + ], + [ + "▁religioso", + "s" + ], + [ + "▁religios", + "os" + ], + [ + "▁relig", + "iosos" + ], + [ + "▁oferece", + "m" + ], + [ + "▁ofere", + "cem" + ], + [ + "▁ofer", + "ecem" + ], + [ + "▁provoca", + "r" + ], + [ + "▁provoc", + "ar" + ], + [ + "▁prov", + "ocar" + ], + [ + "fas", + "t" + ], + [ + "fa", + "st" + ], + [ + "f", + "ast" + ], + [ + "▁U", + "M" + ], + [ + "▁", + "UM" + ], + [ + "▁fil", + "osóf" + ], + [ + "▁ataque", + "s" + ], + [ + "▁ata", + "ques" + ], + [ + "▁mar", + "ido" + ], + [ + "▁transforma", + "tion" + ], + [ + "▁transform", + "ation" + ], + [ + "▁trans", + "formation" + ], + [ + "▁desenho", + "s" + ], + [ + "▁desen", + "hos" + ], + [ + "▁Di", + "e" + ], + [ + "▁D", + "ie" + ], + [ + "pass", + "word" + ], + [ + "▁sup", + "lement" + ], + [ + "▁su", + "plement" + ], + [ + "▁circunstância", + "s" + ], + [ + "▁circunst", + "âncias" + ], + [ + "▁io", + "n" + ], + [ + "▁i", + "on" + ], + [ + "▁", + "ion" + ], + [ + "▁engen", + "haria" + ], + [ + "▁pra", + "y" + ], + [ + "▁pr", + "ay" + ], + [ + "▁p", + "ray" + ], + [ + "▁en", + "riqu" + ], + [ + "▁gu", + "ia" + ], + [ + "▁", + "guia" + ], + [ + "▁M", + "éxico" + ], + [ + "▁ma", + "u" + ], + [ + "▁m", + "au" + ], + [ + "▁h", + "un" + ], + [ + "▁", + "hun" + ], + [ + "▁Em", + "p" + ], + [ + "▁E", + "mp" + ], + [ + "▁P", + "T" + ], + [ + "▁", + "PT" + ], + [ + "▁Marco", + "s" + ], + [ + "▁Marc", + "os" + ], + [ + "▁Mar", + "cos" + ], + [ + "ador", + "ia" + ], + [ + "ado", + "ria" + ], + [ + "ad", + "oria" + ], + [ + "▁Cath", + "olic" + ], + [ + "▁banco", + "s" + ], + [ + "▁banc", + "os" + ], + [ + "▁ban", + "cos" + ], + [ + "▁tend", + "e" + ], + [ + "▁ten", + "de" + ], + [ + "▁t", + "ende" + ], + [ + "▁suffer", + "ing" + ], + [ + "▁suff", + "ering" + ], + [ + "▁inflam", + "ação" + ], + [ + "ót", + "ica" + ], + [ + "ó", + "tica" + ], + [ + "▁Rem", + "ove" + ], + [ + "▁Re", + "move" + ], + [ + "▁", + "Remove" + ], + [ + "▁auxil", + "i" + ], + [ + "▁aux", + "ili" + ], + [ + "ene", + "s" + ], + [ + "en", + "es" + ], + [ + "e", + "nes" + ], + [ + "▁Compr", + "e" + ], + [ + "▁Comp", + "re" + ], + [ + "▁Com", + "pre" + ], + [ + "▁aux", + "ílio" + ], + [ + "sp", + "ot" + ], + [ + "s", + "pot" + ], + [ + "▁espal", + "h" + ], + [ + "▁espa", + "lh" + ], + [ + "▁esp", + "alh" + ], + [ + "Met", + "a" + ], + [ + "Me", + "ta" + ], + [ + "M", + "eta" + ], + [ + "▁i", + "c" + ], + [ + "▁", + "ic" + ], + [ + "▁jour", + "ney" + ], + [ + "▁Cl", + "ub" + ], + [ + "▁government", + "s" + ], + [ + "▁govern", + "ments" + ], + [ + "comp", + "an" + ], + [ + "com", + "pan" + ], + [ + "▁expressa", + "r" + ], + [ + "▁express", + "ar" + ], + [ + "▁hor", + "ário" + ], + [ + "▁perna", + "s" + ], + [ + "▁pern", + "as" + ], + [ + "▁per", + "nas" + ], + [ + "▁suppose", + "d" + ], + [ + "▁sup", + "posed" + ], + [ + "órd", + "ia" + ], + [ + "ór", + "dia" + ], + [ + "▁neg", + "ativo" + ], + [ + "▁reader", + "s" + ], + [ + "▁read", + "ers" + ], + [ + "▁rea", + "ders" + ], + [ + "▁re", + "aders" + ], + [ + "cul", + "t" + ], + [ + "cu", + "lt" + ], + [ + "c", + "ult" + ], + [ + "▁Capt", + "ion" + ], + [ + "▁Cap", + "tion" + ], + [ + "▁Ca", + "ption" + ], + [ + "▁C", + "aption" + ], + [ + "▁", + "Caption" + ], + [ + "▁Va", + "s" + ], + [ + "▁V", + "as" + ], + [ + "▁entreg", + "a" + ], + [ + "▁entre", + "ga" + ], + [ + "▁ent", + "rega" + ], + [ + "▁quo", + "t" + ], + [ + "▁qu", + "ot" + ], + [ + "▁", + "quot" + ], + [ + "ours", + "e" + ], + [ + "our", + "se" + ], + [ + "o", + "urse" + ], + [ + "▁tur", + "ismo" + ], + [ + "▁t", + "urismo" + ], + [ + "ink", + "ing" + ], + [ + "in", + "king" + ], + [ + "Oper", + "ation" + ], + [ + "Le", + "x" + ], + [ + "L", + "ex" + ], + [ + "he", + "i" + ], + [ + "h", + "ei" + ], + [ + "▁localiza", + "da" + ], + [ + "▁local", + "izada" + ], + [ + "Fu", + "ll" + ], + [ + "F", + "ull" + ], + [ + "▁costuma", + "m" + ], + [ + "▁costum", + "am" + ], + [ + "uca", + "r" + ], + [ + "uc", + "ar" + ], + [ + "u", + "car" + ], + [ + "▁diz", + "ia" + ], + [ + "▁di", + "zia" + ], + [ + "fo", + "und" + ], + [ + "f", + "ound" + ], + [ + "Re", + "d" + ], + [ + "R", + "ed" + ], + [ + "▁corn", + "er" + ], + [ + "▁cor", + "ner" + ], + [ + "▁%>", + "%" + ], + [ + "▁Psic", + "ologia" + ], + [ + "▁marav", + "ilhos" + ], + [ + "▁2014", + "." + ], + [ + "▁201", + "4." + ], + [ + "▁20", + "14." + ], + [ + "▁Esc", + "ol" + ], + [ + "▁Es", + "col" + ], + [ + "▁car", + "a" + ], + [ + "▁ca", + "ra" + ], + [ + "▁c", + "ara" + ], + [ + "▁", + "cara" + ], + [ + "6", + ";" + ], + [ + "▁num", + "py" + ], + [ + "▁", + "numpy" + ], + [ + "▁pens", + "a" + ], + [ + "▁pen", + "sa" + ], + [ + "▁p", + "ensa" + ], + [ + "▁Pern", + "amb" + ], + [ + "itam", + "ente" + ], + [ + "ita", + "mente" + ], + [ + "it", + "amente" + ], + [ + "i", + "tamente" + ], + [ + "▁assign", + "ment" + ], + [ + "▁ass", + "ignment" + ], + [ + "▁DAT", + "A" + ], + [ + "▁DA", + "TA" + ], + [ + "▁D", + "ATA" + ], + [ + "▁", + "DATA" + ], + [ + "▁21", + ":" + ], + [ + "▁2", + "1:" + ], + [ + "▁", + "21:" + ], + [ + "▁Ribe", + "iro" + ], + [ + "▁Rib", + "eiro" + ], + [ + "▁alle", + "rg" + ], + [ + "▁all", + "erg" + ], + [ + "▁consult", + "a" + ], + [ + "▁cons", + "ulta" + ], + [ + "&", + "&" + ], + [ + "ific", + "ando" + ], + [ + "if", + "icando" + ], + [ + "+1", + "," + ], + [ + "+", + "1," + ], + [ + "UL", + "O" + ], + [ + "U", + "LO" + ], + [ + "▁13", + "0" + ], + [ + "▁1", + "30" + ], + [ + "▁", + "130" + ], + [ + "▁aprove", + "itar" + ], + [ + "▁escap", + "e" + ], + [ + "▁esc", + "ape" + ], + [ + "▁e", + "scape" + ], + [ + "▁", + "escape" + ], + [ + "▁Coord", + "en" + ], + [ + "is", + "és" + ], + [ + "▁agend", + "a" + ], + [ + "▁ag", + "enda" + ], + [ + "▁pron", + "t" + ], + [ + "▁pro", + "nt" + ], + [ + "▁pr", + "ont" + ], + [ + "▁p", + "ront" + ], + [ + "▁financeiro", + "s" + ], + [ + "▁finance", + "iros" + ], + [ + "▁orienta", + "ções" + ], + [ + "▁orient", + "ações" + ], + [ + "rop", + "h" + ], + [ + "ro", + "ph" + ], + [ + "r", + "oph" + ], + [ + "▁cardiovas", + "cular" + ], + [ + "▁Econom", + "ia" + ], + [ + "▁Econ", + "omia" + ], + [ + "▁Ec", + "onomia" + ], + [ + "not", + "e" + ], + [ + "no", + "te" + ], + [ + "n", + "ote" + ], + [ + "▁corr", + "ig" + ], + [ + "▁cor", + "rig" + ], + [ + "▁sud", + "den" + ], + [ + "▁su", + "dden" + ], + [ + "▁pare", + "de" + ], + [ + "▁par", + "ede" + ], + [ + "endimento", + "s" + ], + [ + "end", + "imentos" + ], + [ + "▁grav", + "it" + ], + [ + "▁gra", + "vit" + ], + [ + "▁Ba", + "b" + ], + [ + "▁B", + "ab" + ], + [ + "▁know", + "s" + ], + [ + "▁kn", + "ows" + ], + [ + "▁subs", + "c" + ], + [ + "▁sub", + "sc" + ], + [ + "ág", + "ua" + ], + [ + "á", + "gua" + ], + [ + "In", + "s" + ], + [ + "I", + "ns" + ], + [ + "▁connection", + "s" + ], + [ + "▁connect", + "ions" + ], + [ + "▁conn", + "ections" + ], + [ + "?", + ")" + ], + [ + "ex", + "e" + ], + [ + "e", + "xe" + ], + [ + "▁stand", + "s" + ], + [ + "▁st", + "ands" + ], + [ + "n", + "x" + ], + [ + "000", + "1" + ], + [ + "00", + "01" + ], + [ + "0", + "001" + ], + [ + "rot", + "a" + ], + [ + "ro", + "ta" + ], + [ + "r", + "ota" + ], + [ + "étrica", + "s" + ], + [ + "étr", + "icas" + ], + [ + "▁particular", + "es" + ], + [ + "▁partic", + "ulares" + ], + [ + "oun", + "g" + ], + [ + "ou", + "ng" + ], + [ + "o", + "ung" + ], + [ + "▁sport", + "s" + ], + [ + "▁s", + "ports" + ], + [ + "h", + "m" + ], + [ + "▁ent", + "idade" + ], + [ + "L", + "icense" + ], + [ + "▁naqu", + "ela" + ], + [ + "rei", + "ro" + ], + [ + "re", + "iro" + ], + [ + "r", + "eiro" + ], + [ + "1.", + "5" + ], + [ + "1", + ".5" + ], + [ + "▁Var", + "i" + ], + [ + "▁Va", + "ri" + ], + [ + "▁V", + "ari" + ], + [ + "▁", + "Vari" + ], + [ + "▁Part", + "e" + ], + [ + "▁Par", + "te" + ], + [ + "▁P", + "arte" + ], + [ + "▁t", + "óx" + ], + [ + "▁criter", + "ia" + ], + [ + "▁crit", + "eria" + ], + [ + "▁Dif", + "er" + ], + [ + "▁Di", + "fer" + ], + [ + "▁D", + "ifer" + ], + [ + "00", + "1" + ], + [ + "0", + "01" + ], + [ + "▁confron", + "t" + ], + [ + "▁conf", + "ront" + ], + [ + "▁con", + "front" + ], + [ + "▁9", + "5" + ], + [ + "▁", + "95" + ], + [ + "▁pec", + "ul" + ], + [ + "▁pe", + "cul" + ], + [ + "0", + "}" + ], + [ + "▁infra", + "structure" + ], + [ + "▁inf", + "rastructure" + ], + [ + "▁ne", + "ither" + ], + [ + "▁:", + "-" + ], + [ + "▁", + ":-" + ], + [ + "ous", + "a" + ], + [ + "ou", + "sa" + ], + [ + "o", + "usa" + ], + [ + "[:", + "," + ], + [ + "▁estabil", + "idade" + ], + [ + "▁estab", + "ilidade" + ], + [ + "▁esta", + "bilidade" + ], + [ + "▁est", + "abilidade" + ], + [ + "▁d", + "ream" + ], + [ + "TE", + "ST" + ], + [ + "T", + "EST" + ], + [ + "ham", + "os" + ], + [ + "ha", + "mos" + ], + [ + "h", + "amos" + ], + [ + "▁", + "ósse" + ], + [ + "00", + "7" + ], + [ + "0", + "07" + ], + [ + "▁supr", + "e" + ], + [ + "▁sup", + "re" + ], + [ + "▁su", + "pre" + ], + [ + "▁Col", + "égio" + ], + [ + "▁vot", + "o" + ], + [ + "▁vo", + "to" + ], + [ + "▁v", + "oto" + ], + [ + "▁Acad", + "emy" + ], + [ + "▁Pac", + "k" + ], + [ + "▁Pa", + "ck" + ], + [ + "▁P", + "ack" + ], + [ + "▁", + "Pack" + ], + [ + "▁doub", + "t" + ], + [ + "▁dou", + "bt" + ], + [ + "itada", + "s" + ], + [ + "ita", + "das" + ], + [ + "it", + "adas" + ], + [ + "▁complexo", + "s" + ], + [ + "▁complex", + "os" + ], + [ + "▁comple", + "xos" + ], + [ + "▁ni", + "c" + ], + [ + "▁n", + "ic" + ], + [ + "▁", + "nic" + ], + [ + "▁pul", + "mon" + ], + [ + "▁map", + "a" + ], + [ + "▁ma", + "pa" + ], + [ + "▁m", + "apa" + ], + [ + "▁emerg", + "ência" + ], + [ + "ston", + "e" + ], + [ + "sto", + "ne" + ], + [ + "st", + "one" + ], + [ + "▁2015", + "." + ], + [ + "▁201", + "5." + ], + [ + "▁20", + "15." + ], + [ + "▁aparece", + "m" + ], + [ + "▁apar", + "ecem" + ], + [ + "▁found", + "ation" + ], + [ + "▁fund", + "ing" + ], + [ + "▁fun", + "ding" + ], + [ + "Lo", + "c" + ], + [ + "L", + "oc" + ], + [ + "▁ampla", + "mente" + ], + [ + "▁ampl", + "amente" + ], + [ + "1", + "}" + ], + [ + "▁M", + "D" + ], + [ + "▁", + "MD" + ], + [ + "etic", + "s" + ], + [ + "et", + "ics" + ], + [ + "e", + "tics" + ], + [ + "▁cro", + "n" + ], + [ + "▁cr", + "on" + ], + [ + "▁c", + "ron" + ], + [ + "▁", + "cron" + ], + [ + "23", + "," + ], + [ + "2", + "3," + ], + [ + "mont", + "h" + ], + [ + "mon", + "th" + ], + [ + "mo", + "nth" + ], + [ + "▁Mov", + "imento" + ], + [ + "▁consol", + "e" + ], + [ + "▁conso", + "le" + ], + [ + "▁cons", + "ole" + ], + [ + "▁con", + "sole" + ], + [ + "▁", + "console" + ], + [ + "▁impl", + "ied" + ], + [ + "▁im", + "plied" + ], + [ + "▁tra", + "g" + ], + [ + "▁tr", + "ag" + ], + [ + "▁t", + "rag" + ], + [ + "▁C", + "I" + ], + [ + "▁", + "CI" + ], + [ + "▁Pessoa", + "s" + ], + [ + "▁Pesso", + "as" + ], + [ + "íssim", + "a" + ], + [ + "íss", + "ima" + ], + [ + "▁2006", + "," + ], + [ + "▁200", + "6," + ], + [ + "▁20", + "06," + ], + [ + "▁Gab", + "ri" + ], + [ + "▁veget", + "ação" + ], + [ + "re", + "q" + ], + [ + "r", + "eq" + ], + [ + "ons", + "o" + ], + [ + "on", + "so" + ], + [ + "▁CO", + "R" + ], + [ + "▁C", + "OR" + ], + [ + "▁", + "COR" + ], + [ + "▁homenage", + "m" + ], + [ + "▁homen", + "agem" + ], + [ + "▁defin", + "ido" + ], + [ + "▁rep", + "ut" + ], + [ + "▁re", + "put" + ], + [ + "▁eas", + "e" + ], + [ + "▁ea", + "se" + ], + [ + "▁e", + "ase" + ], + [ + "▁aparelho", + "s" + ], + [ + "▁apar", + "elhos" + ], + [ + "py", + "thon" + ], + [ + "p", + "ython" + ], + [ + "▁e", + "b" + ], + [ + "▁", + "eb" + ], + [ + "▁manage", + "d" + ], + [ + "▁man", + "aged" + ], + [ + "▁", + "managed" + ], + [ + "[", + "$" + ], + [ + "▁ma", + "intenance" + ], + [ + "AN", + "G" + ], + [ + "A", + "NG" + ], + [ + "▁tru", + "ly" + ], + [ + "▁tr", + "uly" + ], + [ + "▁sub", + "jet" + ], + [ + "10", + "4" + ], + [ + "1", + "04" + ], + [ + "▁simb", + "ol" + ], + [ + "▁sim", + "bol" + ], + [ + "▁si", + "mbol" + ], + [ + "O", + "F" + ], + [ + "▁esqu", + "e" + ], + [ + "▁es", + "que" + ], + [ + "oo", + "m" + ], + [ + "o", + "om" + ], + [ + "A", + "f" + ], + [ + "▁Sua", + "s" + ], + [ + "▁Su", + "as" + ], + [ + "▁S", + "uas" + ], + [ + "▁científico", + "s" + ], + [ + "▁científ", + "icos" + ], + [ + "▁cient", + "íficos" + ], + [ + "▁2020", + "," + ], + [ + "▁202", + "0," + ], + [ + "▁20", + "20," + ], + [ + "▁am", + "iz" + ], + [ + "-3", + "0" + ], + [ + "-", + "30" + ], + [ + "▁ofic", + "iais" + ], + [ + "▁of", + "iciais" + ], + [ + "▁deb", + "t" + ], + [ + "▁de", + "bt" + ], + [ + "▁poder", + "es" + ], + [ + "▁pode", + "res" + ], + [ + "2", + "+" + ], + [ + "▁contro", + "vers" + ], + [ + "▁contr", + "overs" + ], + [ + "▁condut", + "a" + ], + [ + "▁cond", + "uta" + ], + [ + "field", + "s" + ], + [ + "ometer", + "s" + ], + [ + "omet", + "ers" + ], + [ + "ome", + "ters" + ], + [ + "om", + "eters" + ], + [ + "▁bí", + "bl" + ], + [ + "▁b", + "íbl" + ], + [ + "▁Sec", + "urity" + ], + [ + "▁S", + "ecurity" + ], + [ + "▁", + "Security" + ], + [ + "▁acident", + "e" + ], + [ + "▁acid", + "ente" + ], + [ + "▁ac", + "idente" + ], + [ + "R", + "ule" + ], + [ + "▁Mu", + "r" + ], + [ + "▁M", + "ur" + ], + [ + "▁sat", + "él" + ], + [ + "▁G", + "a" + ], + [ + "▁cons", + "ag" + ], + [ + "▁sul", + "f" + ], + [ + "▁su", + "lf" + ], + [ + "▁s", + "ulf" + ], + [ + "G", + "e" + ], + [ + "wind", + "ow" + ], + [ + "w", + "indow" + ], + [ + "▁Gar", + "d" + ], + [ + "▁Ga", + "rd" + ], + [ + "▁G", + "ard" + ], + [ + "▁contribu", + "em" + ], + [ + "erto", + "s" + ], + [ + "ert", + "os" + ], + [ + "er", + "tos" + ], + [ + "▁consume", + "r" + ], + [ + "▁consum", + "er" + ], + [ + "▁cons", + "umer" + ], + [ + "▁pest", + "ic" + ], + [ + "▁pes", + "tic" + ], + [ + "▁p", + "estic" + ], + [ + "▁ne", + "la" + ], + [ + "▁n", + "ela" + ], + [ + "▁coll", + "e" + ], + [ + "▁col", + "le" + ], + [ + "iço", + "s" + ], + [ + "i", + "ços" + ], + [ + "ed", + "x" + ], + [ + "e", + "dx" + ], + [ + "▁---", + "-" + ], + [ + "▁--", + "--" + ], + [ + "▁-", + "---" + ], + [ + "▁", + "----" + ], + [ + "▁disse", + "m" + ], + [ + "▁diss", + "em" + ], + [ + "▁dis", + "sem" + ], + [ + "▁d", + "issem" + ], + [ + "▁consider", + "ing" + ], + [ + "▁mobili", + "dade" + ], + [ + "▁mobil", + "idade" + ], + [ + "▁mob", + "ilidade" + ], + [ + "▁mo", + "bilidade" + ], + [ + "▁ost", + "e" + ], + [ + "▁os", + "te" + ], + [ + "▁o", + "ste" + ], + [ + "▁converte", + "d" + ], + [ + "▁convert", + "ed" + ], + [ + "▁conver", + "ted" + ], + [ + "▁con", + "verted" + ], + [ + "▁Cont", + "e" + ], + [ + "▁Con", + "te" + ], + [ + "▁C", + "onte" + ], + [ + "▁gl", + "ória" + ], + [ + "sm", + "all" + ], + [ + "▁resum", + "o" + ], + [ + "▁res", + "umo" + ], + [ + "▁(", + "\\" + ], + [ + "▁", + "(\\" + ], + [ + "jo", + "b" + ], + [ + "j", + "ob" + ], + [ + "▁placa", + "s" + ], + [ + "▁plac", + "as" + ], + [ + "▁pl", + "acas" + ], + [ + "▁25", + "." + ], + [ + "▁2", + "5." + ], + [ + "▁", + "25." + ], + [ + "▁spirit", + "ual" + ], + [ + "▁spir", + "itual" + ], + [ + "▁sp", + "iritual" + ], + [ + "▁ask", + "ing" + ], + [ + "▁as", + "king" + ], + [ + "▁manifesta", + "ção" + ], + [ + "▁manifest", + "ação" + ], + [ + "▁manif", + "estação" + ], + [ + "▁si", + "ck" + ], + [ + "▁s", + "ick" + ], + [ + "▁adopt", + "ed" + ], + [ + "▁testem", + "un" + ], + [ + "▁teste", + "mun" + ], + [ + "▁bt", + "n" + ], + [ + "▁b", + "tn" + ], + [ + "▁", + "btn" + ], + [ + "▁R", + "A" + ], + [ + "▁", + "RA" + ], + [ + "▁just", + "o" + ], + [ + "▁jus", + "to" + ], + [ + "▁ju", + "sto" + ], + [ + "▁j", + "usto" + ], + [ + "▁moda", + "l" + ], + [ + "▁mod", + "al" + ], + [ + "▁mo", + "dal" + ], + [ + "▁m", + "odal" + ], + [ + "▁", + "modal" + ], + [ + "▁br", + "ig" + ], + [ + "▁b", + "rig" + ], + [ + "▁pl", + "ain" + ], + [ + "▁", + "plain" + ], + [ + "▁just", + "ice" + ], + [ + "▁jus", + "tice" + ], + [ + "▁j", + "ustice" + ], + [ + "▁contrat", + "o" + ], + [ + "▁contra", + "to" + ], + [ + "▁contr", + "ato" + ], + [ + "▁cont", + "rato" + ], + [ + "▁compet", + "ição" + ], + [ + "▁improv", + "ing" + ], + [ + "▁impro", + "ving" + ], + [ + "▁impr", + "oving" + ], + [ + "▁infra", + "estrutura" + ], + [ + "it", + "t" + ], + [ + "i", + "tt" + ], + [ + "▁fi", + "f" + ], + [ + "▁f", + "if" + ], + [ + "▁Custo", + "m" + ], + [ + "▁Cust", + "om" + ], + [ + "▁C", + "ustom" + ], + [ + "▁", + "Custom" + ], + [ + "▁Part", + "ido" + ], + [ + "pri", + "ce" + ], + [ + "pr", + "ice" + ], + [ + "▁creat", + "ive" + ], + [ + "▁cre", + "ative" + ], + [ + "▁matr", + "iz" + ], + [ + "▁mat", + "riz" + ], + [ + "▁m", + "atriz" + ], + [ + "abe", + "th" + ], + [ + "ab", + "eth" + ], + [ + "li", + "k" + ], + [ + "l", + "ik" + ], + [ + "▁jud", + "a" + ], + [ + "▁ju", + "da" + ], + [ + "▁j", + "uda" + ], + [ + "▁", + "juda" + ], + [ + "▁prot", + "o" + ], + [ + "▁pro", + "to" + ], + [ + "▁pr", + "oto" + ], + [ + "▁", + "proto" + ], + [ + "▁N", + "S" + ], + [ + "▁", + "NS" + ], + [ + "▁circuit", + "o" + ], + [ + "▁circ", + "uito" + ], + [ + "▁ra", + "iz" + ], + [ + "▁acredita", + "m" + ], + [ + "▁acredit", + "am" + ], + [ + "▁acred", + "itam" + ], + [ + "▁100%", + ";" + ], + [ + "▁100", + "%;" + ], + [ + "ól", + "ico" + ], + [ + "ó", + "lico" + ], + [ + "0000000000", + "00" + ], + [ + "000000000", + "000" + ], + [ + "00000000", + "0000" + ], + [ + "0000000", + "00000" + ], + [ + "000000", + "000000" + ], + [ + "00000", + "0000000" + ], + [ + "0000", + "00000000" + ], + [ + "000", + "000000000" + ], + [ + "00", + "0000000000" + ], + [ + "▁kil", + "ogram" + ], + [ + "▁pros", + "t" + ], + [ + "▁pro", + "st" + ], + [ + "▁pr", + "ost" + ], + [ + "bre", + "ak" + ], + [ + "▁c", + "d" + ], + [ + "▁", + "cd" + ], + [ + "▁prov", + "ável" + ], + [ + "▁Come", + "nt" + ], + [ + "▁Com", + "ent" + ], + [ + "▁Co", + "ment" + ], + [ + "▁clín", + "ica" + ], + [ + "en", + "ço" + ], + [ + "▁jur", + "is" + ], + [ + "▁ju", + "ris" + ], + [ + "▁2008", + "." + ], + [ + "▁200", + "8." + ], + [ + "▁More", + "over" + ], + [ + "▁diver", + "g" + ], + [ + "▁dive", + "rg" + ], + [ + "▁div", + "erg" + ], + [ + "inf", + "ty" + ], + [ + "in", + "fty" + ], + [ + "▁funciona", + "r" + ], + [ + "▁funcion", + "ar" + ], + [ + "▁func", + "ionar" + ], + [ + "▁fun", + "cionar" + ], + [ + "▁modal", + "idade" + ], + [ + "▁mod", + "alidade" + ], + [ + "lat", + "e" + ], + [ + "la", + "te" + ], + [ + "l", + "ate" + ], + [ + "▁precis", + "e" + ], + [ + "▁preci", + "se" + ], + [ + "▁prec", + "ise" + ], + [ + "▁pre", + "cise" + ], + [ + "gl", + "ig" + ], + [ + "g", + "lig" + ], + [ + "Intern", + "al" + ], + [ + "Inter", + "nal" + ], + [ + "In", + "ternal" + ], + [ + "▁bl", + "ind" + ], + [ + "LI", + "N" + ], + [ + "L", + "IN" + ], + [ + "y", + "d" + ], + [ + "▁Mat", + "o" + ], + [ + "▁Ma", + "to" + ], + [ + "▁M", + "ato" + ], + [ + "▁f", + "ígado" + ], + [ + "▁prefer", + "ência" + ], + [ + "▁pre", + "ferência" + ], + [ + "▁vers", + "us" + ], + [ + "▁ver", + "sus" + ], + [ + "▁Ho", + "u" + ], + [ + "▁H", + "ou" + ], + [ + "ça", + "l" + ], + [ + "ç", + "al" + ], + [ + "▁Function", + "s" + ], + [ + "▁Fun", + "ctions" + ], + [ + "▁", + "Functions" + ], + [ + "ér", + "ico" + ], + [ + "é", + "rico" + ], + [ + "lect", + "ual" + ], + [ + "▁crítica", + "s" + ], + [ + "▁crí", + "ticas" + ], + [ + "▁cr", + "íticas" + ], + [ + "▁pref", + "ix" + ], + [ + "▁pre", + "fix" + ], + [ + "▁", + "prefix" + ], + [ + "▁ren", + "t" + ], + [ + "▁re", + "nt" + ], + [ + "▁r", + "ent" + ], + [ + "▁", + "rent" + ], + [ + "Ren", + "der" + ], + [ + "R", + "ender" + ], + [ + "11", + "0" + ], + [ + "1", + "10" + ], + [ + "▁Pol", + "it" + ], + [ + "▁Po", + "lit" + ], + [ + "▁Dev", + "e" + ], + [ + "▁De", + "ve" + ], + [ + "wh", + "ite" + ], + [ + "▁música", + "s" + ], + [ + "▁mús", + "icas" + ], + [ + "▁gordura", + "s" + ], + [ + "▁gord", + "uras" + ], + [ + "▁Abs", + "tract" + ], + [ + "▁Ab", + "stract" + ], + [ + "▁", + "Abstract" + ], + [ + "▁C", + "E" + ], + [ + "▁", + "CE" + ], + [ + "▁transforma", + "ções" + ], + [ + "▁transform", + "ações" + ], + [ + "▁rom", + "ance" + ], + [ + "k", + "l" + ], + [ + "▁subtra", + "ct" + ], + [ + "▁subt", + "ract" + ], + [ + "▁sub", + "tract" + ], + [ + "corr", + "e" + ], + [ + "cor", + "re" + ], + [ + "c", + "orre" + ], + [ + "▁Rom", + "e" + ], + [ + "▁Ro", + "me" + ], + [ + "▁R", + "ome" + ], + [ + "▁XV", + "I" + ], + [ + "▁X", + "VI" + ], + [ + "▁shar", + "ing" + ], + [ + "▁sha", + "ring" + ], + [ + "▁sh", + "aring" + ], + [ + "▁univers", + "ity" + ], + [ + "▁un", + "iversity" + ], + [ + "âm", + "er" + ], + [ + "â", + "mer" + ], + [ + "▁decid", + "iu" + ], + [ + "▁Mes", + "s" + ], + [ + "▁Me", + "ss" + ], + [ + "▁M", + "ess" + ], + [ + "▁reveal", + "ed" + ], + [ + "▁reve", + "aled" + ], + [ + "ifico", + "u" + ], + [ + "ific", + "ou" + ], + [ + "ifi", + "cou" + ], + [ + "▁few", + "er" + ], + [ + "▁fe", + "wer" + ], + [ + "▁vacina", + "s" + ], + [ + "▁vac", + "inas" + ], + [ + "▁par", + "l" + ], + [ + "▁pa", + "rl" + ], + [ + "ES", + "P" + ], + [ + "E", + "SP" + ], + [ + "▁realiz", + "ou" + ], + [ + "▁real", + "izou" + ], + [ + "▁demonstr", + "a" + ], + [ + "▁demonst", + "ra" + ], + [ + "▁demon", + "stra" + ], + [ + "▁ato", + "m" + ], + [ + "▁at", + "om" + ], + [ + "▁a", + "tom" + ], + [ + "▁", + "atom" + ], + [ + "▁CO", + "L" + ], + [ + "▁C", + "OL" + ], + [ + "▁", + "COL" + ], + [ + "agi", + "r" + ], + [ + "ag", + "ir" + ], + [ + "▁ve", + "ja" + ], + [ + "▁", + "veja" + ], + [ + "qu", + "ency" + ], + [ + "hece", + "r" + ], + [ + "hec", + "er" + ], + [ + "he", + "cer" + ], + [ + "h", + "ecer" + ], + [ + "call", + "ed" + ], + [ + "cal", + "led" + ], + [ + "c", + "alled" + ], + [ + "▁th", + "reshold" + ], + [ + "▁", + "threshold" + ], + [ + "▁fin", + "ish" + ], + [ + "▁", + "finish" + ], + [ + "▁part", + "ies" + ], + [ + "▁par", + "ties" + ], + [ + "▁Ao", + "s" + ], + [ + "▁A", + "os" + ], + [ + "▁medication", + "s" + ], + [ + "▁medic", + "ations" + ], + [ + "▁Cro", + "ss" + ], + [ + "▁Cr", + "oss" + ], + [ + "▁C", + "ross" + ], + [ + "▁", + "Cross" + ], + [ + "▁constitu", + "cional" + ], + [ + "▁", + "constitucional" + ], + [ + "Imp", + "l" + ], + [ + "Im", + "pl" + ], + [ + "ell", + "i" + ], + [ + "el", + "li" + ], + [ + "▁BRA", + "S" + ], + [ + "▁BR", + "AS" + ], + [ + "▁B", + "RAS" + ], + [ + "▁", + "BRAS" + ], + [ + "8", + "]" + ], + [ + "▁Mu", + "d" + ], + [ + "▁M", + "ud" + ], + [ + "CA", + "L" + ], + [ + "C", + "AL" + ], + [ + "▁O", + "t" + ], + [ + "▁baixo", + "s" + ], + [ + "▁baix", + "os" + ], + [ + "▁ba", + "ixos" + ], + [ + "ident", + "s" + ], + [ + "iden", + "ts" + ], + [ + "id", + "ents" + ], + [ + "▁P", + "i" + ], + [ + "▁", + "Pi" + ], + [ + "▁Robert", + "o" + ], + [ + "▁Rob", + "erto" + ], + [ + "▁Ro", + "berto" + ], + [ + "▁house", + "s" + ], + [ + "▁hous", + "es" + ], + [ + "▁hou", + "ses" + ], + [ + "▁ho", + "uses" + ], + [ + "▁h", + "ouses" + ], + [ + "▁", + "houses" + ], + [ + "plot", + "lib" + ], + [ + "new", + "command" + ], + [ + "▁MI", + "T" + ], + [ + "▁M", + "IT" + ], + [ + "▁", + "MIT" + ], + [ + "▁vacina", + "ção" + ], + [ + "▁vac", + "inação" + ], + [ + "▁prevent", + "ion" + ], + [ + "▁preven", + "tion" + ], + [ + "▁prev", + "ention" + ], + [ + "▁pre", + "vention" + ], + [ + "▁deb", + "ug" + ], + [ + "▁de", + "bug" + ], + [ + "▁", + "debug" + ], + [ + "▁Jar", + "d" + ], + [ + "▁Ja", + "rd" + ], + [ + "▁J", + "ard" + ], + [ + "▁Teor", + "ia" + ], + [ + "▁Te", + "oria" + ], + [ + "▁Po", + "nt" + ], + [ + "▁P", + "ont" + ], + [ + "▁Estud", + "o" + ], + [ + "▁Est", + "udo" + ], + [ + "▁Es", + "tudo" + ], + [ + "kt", + "op" + ], + [ + "k", + "top" + ], + [ + "▁extens", + "ive" + ], + [ + "▁ext", + "ensive" + ], + [ + "▁m", + "p" + ], + [ + "▁", + "mp" + ], + [ + "▁determinada", + "s" + ], + [ + "▁determina", + "das" + ], + [ + "▁determin", + "adas" + ], + [ + "▁great", + "ly" + ], + [ + "▁cabel", + "o" + ], + [ + "▁cabe", + "lo" + ], + [ + "▁cab", + "elo" + ], + [ + "▁Dado", + "s" + ], + [ + "▁Da", + "dos" + ], + [ + "▁D", + "ados" + ], + [ + "▁landsc", + "ape" + ], + [ + "▁land", + "scape" + ], + [ + "▁2018", + "," + ], + [ + "▁201", + "8," + ], + [ + "▁20", + "18," + ], + [ + "▁ta", + "p" + ], + [ + "▁t", + "ap" + ], + [ + "▁met", + "er" + ], + [ + "▁me", + "ter" + ], + [ + "▁m", + "eter" + ], + [ + "▁", + "meter" + ], + [ + "opa", + "t" + ], + [ + "op", + "at" + ], + [ + "o", + "pat" + ], + [ + "INC", + "L" + ], + [ + "IN", + "CL" + ], + [ + "▁futura", + "s" + ], + [ + "▁futur", + "as" + ], + [ + "▁fut", + "uras" + ], + [ + "▁2009", + "." + ], + [ + "▁200", + "9." + ], + [ + "▁20", + "09." + ], + [ + "▁optim", + "al" + ], + [ + "▁opt", + "imal" + ], + [ + "▁aborda", + "r" + ], + [ + "▁abord", + "ar" + ], + [ + "▁Th", + "ough" + ], + [ + "9", + ":" + ], + [ + "ici", + "o" + ], + [ + "ic", + "io" + ], + [ + "i", + "cio" + ], + [ + "▁folh", + "a" + ], + [ + "▁fol", + "ha" + ], + [ + "▁espon", + "t" + ], + [ + "▁esp", + "ont" + ], + [ + "▁receita", + "s" + ], + [ + "▁rece", + "itas" + ], + [ + "pa", + "l" + ], + [ + "p", + "al" + ], + [ + "▁valoriza", + "ção" + ], + [ + "▁valor", + "ização" + ], + [ + "▁suc", + "ceed" + ], + [ + "▁Bel", + "o" + ], + [ + "▁Be", + "lo" + ], + [ + "▁B", + "elo" + ], + [ + "▁doente", + "s" + ], + [ + "▁do", + "entes" + ], + [ + "00", + "." + ], + [ + "0", + "0." + ], + [ + "w", + "p" + ], + [ + "▁Da", + "m" + ], + [ + "▁D", + "am" + ], + [ + "ít", + "io" + ], + [ + "f", + "i" + ], + [ + "▁Co", + "s" + ], + [ + "▁C", + "os" + ], + [ + "▁", + "Cos" + ], + [ + "it", + "ivity" + ], + [ + "▁acresc", + "ent" + ], + [ + "▁acres", + "cent" + ], + [ + "▁acr", + "escent" + ], + [ + "=0", + "," + ], + [ + "=", + "0," + ], + [ + "▁{", + "-" + ], + [ + "▁int", + "ake" + ], + [ + "▁in", + "take" + ], + [ + "id", + "i" + ], + [ + "i", + "di" + ], + [ + "▁prejud", + "ic" + ], + [ + "▁signific", + "ance" + ], + [ + "▁surge", + "m" + ], + [ + "▁surg", + "em" + ], + [ + "▁sur", + "gem" + ], + [ + "▁press", + "up" + ], + [ + "▁pres", + "sup" + ], + [ + "9)", + "." + ], + [ + "9", + ")." + ], + [ + "▁Bo", + "a" + ], + [ + "▁B", + "oa" + ], + [ + "▁Cast", + "ro" + ], + [ + "▁Cas", + "tro" + ], + [ + "▁Ca", + "stro" + ], + [ + "▁C", + "astro" + ], + [ + "▁1/", + "2" + ], + [ + "▁1", + "/2" + ], + [ + "▁", + "1/2" + ], + [ + "▁deus", + "es" + ], + [ + "▁deu", + "ses" + ], + [ + "▁de", + "uses" + ], + [ + "▁crise", + "s" + ], + [ + "▁cri", + "ses" + ], + [ + "▁cr", + "ises" + ], + [ + "▁Camp", + "o" + ], + [ + "▁Cam", + "po" + ], + [ + "▁Except", + "ion" + ], + [ + "▁Ex", + "ception" + ], + [ + "▁", + "Exception" + ], + [ + "eder", + "ação" + ], + [ + "ede", + "ração" + ], + [ + "ed", + "eração" + ], + [ + "▁Service", + "s" + ], + [ + "▁Serv", + "ices" + ], + [ + "▁", + "Services" + ], + [ + "▁mo", + "eda" + ], + [ + "onal", + "d" + ], + [ + "ona", + "ld" + ], + [ + "on", + "ald" + ], + [ + "atu", + "r" + ], + [ + "at", + "ur" + ], + [ + "a", + "tur" + ], + [ + "▁", + "" + ], + [ + "▁exerce", + "r" + ], + [ + "▁exerc", + "er" + ], + [ + "▁exer", + "cer" + ], + [ + "▁verb", + "o" + ], + [ + "▁ver", + "bo" + ], + [ + "▁chin", + "es" + ], + [ + "▁chi", + "nes" + ], + [ + "▁ch", + "ines" + ], + [ + "▁Ap", + "ache" + ], + [ + "▁7", + "7" + ], + [ + "▁", + "77" + ], + [ + "▁patr", + "i" + ], + [ + "▁pat", + "ri" + ], + [ + "▁pa", + "tri" + ], + [ + "charg", + "e" + ], + [ + "char", + "ge" + ], + [ + "ia", + "c" + ], + [ + "i", + "ac" + ], + [ + "G", + "T" + ], + [ + "place", + "ment" + ], + [ + "plac", + "ement" + ], + [ + "pla", + "cement" + ], + [ + "▁part", + "ner" + ], + [ + "bl", + "ue" + ], + [ + "▁atrav", + "ess" + ], + [ + "Par", + "a" + ], + [ + "Pa", + "ra" + ], + [ + "P", + "ara" + ], + [ + "▁contín", + "ua" + ], + [ + "▁amost", + "ra" + ], + [ + "▁amos", + "tra" + ], + [ + "▁amo", + "stra" + ], + [ + "▁am", + "ostra" + ], + [ + "que", + "ue" + ], + [ + "▁adv", + "og" + ], + [ + "▁transl", + "ate" + ], + [ + "▁trans", + "late" + ], + [ + "▁", + "translate" + ], + [ + "▁observ", + "a" + ], + [ + "▁esque", + "cer" + ], + [ + "▁esqu", + "ecer" + ], + [ + "own", + "er" + ], + [ + "ow", + "ner" + ], + [ + "o", + "wner" + ], + [ + "▁vira", + "l" + ], + [ + "▁vir", + "al" + ], + [ + "▁vi", + "ral" + ], + [ + "▁v", + "iral" + ], + [ + "F", + "P" + ], + [ + "▁eletr", + "icidade" + ], + [ + "▁elet", + "ricidade" + ], + [ + "corre", + "ct" + ], + [ + "corr", + "ect" + ], + [ + "cor", + "rect" + ], + [ + "estim", + "a" + ], + [ + "est", + "ima" + ], + [ + "es", + "tima" + ], + [ + "datas", + "et" + ], + [ + "data", + "set" + ], + [ + "d", + "ataset" + ], + [ + "▁aper", + "feiço" + ], + [ + "▁WARRANT", + "IES" + ], + [ + "▁nic", + "e" + ], + [ + "▁ni", + "ce" + ], + [ + "▁n", + "ice" + ], + [ + "▁correl", + "ation" + ], + [ + "▁corre", + "lation" + ], + [ + "▁cor", + "relation" + ], + [ + "úm", + "ulo" + ], + [ + "▁Bus", + "iness" + ], + [ + "▁", + "Business" + ], + [ + "▁plac", + "a" + ], + [ + "▁pl", + "aca" + ], + [ + "▁des", + "f" + ], + [ + "▁de", + "sf" + ], + [ + "▁Home", + "m" + ], + [ + "▁Hom", + "em" + ], + [ + "▁Ho", + "mem" + ], + [ + "▁H", + "omem" + ], + [ + "▁d", + "y" + ], + [ + "▁", + "dy" + ], + [ + "▁8", + "2" + ], + [ + "▁", + "82" + ], + [ + "En", + "um" + ], + [ + "E", + "num" + ], + [ + "ID", + "A" + ], + [ + "I", + "DA" + ], + [ + "▁ye", + "s" + ], + [ + "▁y", + "es" + ], + [ + "▁", + "yes" + ], + [ + "▁home", + "work" + ], + [ + "▁Further", + "more" + ], + [ + "▁Do", + "r" + ], + [ + "▁D", + "or" + ], + [ + "▁corre", + "r" + ], + [ + "▁corr", + "er" + ], + [ + "▁cor", + "rer" + ], + [ + "▁", + "correr" + ], + [ + "▁sal", + "ário" + ], + [ + "▁din", + "âm" + ], + [ + "▁escrav", + "idão" + ], + [ + "▁perda", + "s" + ], + [ + "▁perd", + "as" + ], + [ + "▁per", + "das" + ], + [ + "▁finish", + "ed" + ], + [ + "▁fin", + "ished" + ], + [ + "▁", + "finished" + ], + [ + "▁temp", + "lo" + ], + [ + "▁tem", + "plo" + ], + [ + "▁t", + "emplo" + ], + [ + "▁conf", + "und" + ], + [ + "▁con", + "fund" + ], + [ + "BL", + "E" + ], + [ + "B", + "LE" + ], + [ + "▁Inc", + "re" + ], + [ + "▁In", + "cre" + ], + [ + "▁", + "Incre" + ], + [ + "ague", + "s" + ], + [ + "agu", + "es" + ], + [ + "ag", + "ues" + ], + [ + "a", + "gues" + ], + [ + "▁fer", + "ment" + ], + [ + "Ori", + "g" + ], + [ + "Or", + "ig" + ], + [ + "O", + "rig" + ], + [ + "▁chegar", + "am" + ], + [ + "▁chega", + "ram" + ], + [ + "▁cheg", + "aram" + ], + [ + "G", + "ame" + ], + [ + "ve", + "ja" + ], + [ + "▁slow", + "ly" + ], + [ + "▁inflam", + "mation" + ], + [ + "pre", + "fix" + ], + [ + "▁c", + "v" + ], + [ + "▁", + "cv" + ], + [ + "▁four", + "th" + ], + [ + "▁ep", + "id" + ], + [ + "▁e", + "pid" + ], + [ + "▁m", + "l" + ], + [ + "▁", + "ml" + ], + [ + "▁co", + "er" + ], + [ + "▁sh", + "ut" + ], + [ + "▁frase", + "s" + ], + [ + "▁fra", + "ses" + ], + [ + "▁fr", + "ases" + ], + [ + "▁f", + "rases" + ], + [ + "▁la", + "zer" + ], + [ + "▁l", + "azer" + ], + [ + "▁encontro", + "u" + ], + [ + "▁encontr", + "ou" + ], + [ + "▁encont", + "rou" + ], + [ + "▁transmit", + "ir" + ], + [ + "▁ra", + "s" + ], + [ + "▁r", + "as" + ], + [ + "▁", + "ras" + ], + [ + "[1]", + "," + ], + [ + "[1", + "]," + ], + [ + "[", + "1]," + ], + [ + "▁my", + "s" + ], + [ + "▁m", + "ys" + ], + [ + "▁", + "mys" + ], + [ + "ogen", + "e" + ], + [ + "oge", + "ne" + ], + [ + "og", + "ene" + ], + [ + "o", + "gene" + ], + [ + "▁walk", + "ing" + ], + [ + "▁wal", + "king" + ], + [ + "ountain", + "s" + ], + [ + "ount", + "ains" + ], + [ + "oun", + "tains" + ], + [ + "chin", + "g" + ], + [ + "chi", + "ng" + ], + [ + "ch", + "ing" + ], + [ + "c", + "hing" + ], + [ + "▁falo", + "u" + ], + [ + "▁fal", + "ou" + ], + [ + "▁Eva", + "l" + ], + [ + "▁Ev", + "al" + ], + [ + "▁E", + "val" + ], + [ + "▁", + "Eval" + ], + [ + "omo", + "t" + ], + [ + "om", + "ot" + ], + [ + "o", + "mot" + ], + [ + "▁Ro", + "w" + ], + [ + "▁R", + "ow" + ], + [ + "▁", + "Row" + ], + [ + "▁alt", + "itude" + ], + [ + "▁ah", + "ead" + ], + [ + "▁a", + "head" + ], + [ + "▁control", + "s" + ], + [ + "▁contro", + "ls" + ], + [ + "▁contr", + "ols" + ], + [ + "▁sequence", + "s" + ], + [ + "▁sequ", + "ences" + ], + [ + "▁significativa", + "s" + ], + [ + "▁signific", + "ativas" + ], + [ + "enz", + "a" + ], + [ + "en", + "za" + ], + [ + "▁indica", + "r" + ], + [ + "▁indic", + "ar" + ], + [ + "▁ind", + "icar" + ], + [ + "▁ating", + "e" + ], + [ + "▁at", + "inge" + ], + [ + "phe", + "n" + ], + [ + "ph", + "en" + ], + [ + "p", + "hen" + ], + [ + "▁capitalism", + "o" + ], + [ + "▁capital", + "ismo" + ], + [ + "▁eficaz", + "es" + ], + [ + "▁efica", + "zes" + ], + [ + "▁aw", + "ait" + ], + [ + "▁a", + "wait" + ], + [ + "▁", + "await" + ], + [ + "▁involv", + "e" + ], + [ + "▁invol", + "ve" + ], + [ + "▁in", + "volve" + ], + [ + "▁faz", + "ê" + ], + [ + "tb", + "f" + ], + [ + "t", + "bf" + ], + [ + "=", + "[" + ], + [ + "▁Mo", + "isés" + ], + [ + "▁Ag", + "ência" + ], + [ + "▁extern", + "o" + ], + [ + "▁ext", + "erno" + ], + [ + "▁4", + "-" + ], + [ + "▁", + "4-" + ], + [ + "ren", + "cy" + ], + [ + "r", + "ency" + ], + [ + "▁divers", + "e" + ], + [ + "▁diver", + "se" + ], + [ + "▁div", + "erse" + ], + [ + "▁di", + "verse" + ], + [ + "▁demonstra", + "te" + ], + [ + "▁demonstr", + "ate" + ], + [ + "▁demonst", + "rate" + ], + [ + "▁Res", + "ource" + ], + [ + "▁Re", + "source" + ], + [ + "▁", + "Resource" + ], + [ + "▁braço", + "s" + ], + [ + "▁bra", + "ços" + ], + [ + "▁br", + "aços" + ], + [ + "▁mount", + "ain" + ], + [ + "▁m", + "ountain" + ], + [ + "▁reb", + "el" + ], + [ + "▁re", + "bel" + ], + [ + "▁Number", + "s" + ], + [ + "▁Num", + "bers" + ], + [ + "▁", + "Numbers" + ], + [ + "▁examin", + "e" + ], + [ + "▁exam", + "ine" + ], + [ + "▁ex", + "amine" + ], + [ + "▁Chi", + "le" + ], + [ + "▁Ch", + "ile" + ], + [ + "inet", + "e" + ], + [ + "ine", + "te" + ], + [ + "in", + "ete" + ], + [ + "▁Serv", + "er" + ], + [ + "▁Ser", + "ver" + ], + [ + "▁S", + "erver" + ], + [ + "▁", + "Server" + ], + [ + "▁tal", + "l" + ], + [ + "▁ta", + "ll" + ], + [ + "▁t", + "all" + ], + [ + "▁ob", + "ed" + ], + [ + "▁o", + "bed" + ], + [ + "▁Oce", + "an" + ], + [ + "▁Oc", + "ean" + ], + [ + "▁immedi", + "ate" + ], + [ + "▁im", + "mediate" + ], + [ + "▁Corr", + "e" + ], + [ + "▁Cor", + "re" + ], + [ + "▁C", + "orre" + ], + [ + "▁25", + "5" + ], + [ + "▁2", + "55" + ], + [ + "▁", + "255" + ], + [ + "▁health", + "care" + ], + [ + "ulu", + "s" + ], + [ + "ul", + "us" + ], + [ + "▁orgânico", + "s" + ], + [ + "▁org", + "ânicos" + ], + [ + "▁localiza", + "do" + ], + [ + "▁local", + "izado" + ], + [ + "▁save", + "d" + ], + [ + "▁sav", + "ed" + ], + [ + "▁sa", + "ved" + ], + [ + "▁s", + "aved" + ], + [ + "▁", + "saved" + ], + [ + "▁nu", + "rs" + ], + [ + "▁n", + "urs" + ], + [ + "ilh", + "e" + ], + [ + "il", + "he" + ], + [ + "i", + "lhe" + ], + [ + "▁Australia", + "n" + ], + [ + "▁Austral", + "ian" + ], + [ + "▁profunda", + "mente" + ], + [ + "▁profund", + "amente" + ], + [ + "▁diminu", + "i" + ], + [ + "▁dimin", + "ui" + ], + [ + "▁dist", + "rict" + ], + [ + "▁", + "district" + ], + [ + ".", + "’" + ], + [ + "cli", + "ck" + ], + [ + "cl", + "ick" + ], + [ + "c", + "lick" + ], + [ + "▁parad", + "o" + ], + [ + "▁para", + "do" + ], + [ + "▁par", + "ado" + ], + [ + "▁pa", + "rado" + ], + [ + "▁ecossistema", + "s" + ], + [ + "▁ecoss", + "istemas" + ], + [ + "▁photo", + "s" + ], + [ + "▁phot", + "os" + ], + [ + "▁ph", + "otos" + ], + [ + "▁institu", + "cional" + ], + [ + "rado", + "s" + ], + [ + "rad", + "os" + ], + [ + "ra", + "dos" + ], + [ + "r", + "ados" + ], + [ + "local", + "host" + ], + [ + "▁Tr", + "o" + ], + [ + "▁T", + "ro" + ], + [ + "▁pont", + "a" + ], + [ + "▁pon", + "ta" + ], + [ + "▁p", + "onta" + ], + [ + "▁gráf", + "ico" + ], + [ + "▁grá", + "fico" + ], + [ + "▁gr", + "áfico" + ], + [ + "plica", + "te" + ], + [ + "plic", + "ate" + ], + [ + "pl", + "icate" + ], + [ + "▁incentiva", + "r" + ], + [ + "▁incentiv", + "ar" + ], + [ + "▁incent", + "ivar" + ], + [ + "▁Henri", + "que" + ], + [ + "▁Hen", + "rique" + ], + [ + "▁camp", + "e" + ], + [ + "▁cam", + "pe" + ], + [ + "infl", + "am" + ], + [ + "inf", + "lam" + ], + [ + "in", + "flam" + ], + [ + "▁glic", + "ose" + ], + [ + "▁gl", + "icose" + ], + [ + "▁Base", + "d" + ], + [ + "▁Bas", + "ed" + ], + [ + "▁Ba", + "sed" + ], + [ + "▁B", + "ased" + ], + [ + "▁", + "Based" + ], + [ + "▁verde", + "s" + ], + [ + "▁verd", + "es" + ], + [ + "▁ver", + "des" + ], + [ + "▁inicia", + "is" + ], + [ + "▁inici", + "ais" + ], + [ + "▁ini", + "ciais" + ], + [ + "▁in", + "iciais" + ], + [ + "▁indica", + "do" + ], + [ + "▁indic", + "ado" + ], + [ + "▁ind", + "icado" + ], + [ + "▁Tu", + "t" + ], + [ + "▁T", + "ut" + ], + [ + "▁are", + "ia" + ], + [ + "▁**", + "*" + ], + [ + "▁*", + "**" + ], + [ + "▁", + "***" + ], + [ + "_1", + "," + ], + [ + "_", + "1," + ], + [ + "▁indicate", + "d" + ], + [ + "▁indica", + "ted" + ], + [ + "▁indic", + "ated" + ], + [ + "H", + "ow" + ], + [ + "RO", + "S" + ], + [ + "R", + "OS" + ], + [ + "ifest", + "yle" + ], + [ + "ife", + "style" + ], + [ + "IN", + "O" + ], + [ + "I", + "NO" + ], + [ + "▁ô", + "n" + ], + [ + "▁", + "ôn" + ], + [ + "▁construct", + "ed" + ], + [ + "▁constru", + "cted" + ], + [ + "(1", + "0" + ], + [ + "(", + "10" + ], + [ + "▁aff", + "ord" + ], + [ + "▁af", + "ford" + ], + [ + "▁mechan", + "ical" + ], + [ + "▁x", + "mm" + ], + [ + "▁", + "xmm" + ], + [ + "▁exercise", + "s" + ], + [ + "▁exercis", + "es" + ], + [ + "▁exerc", + "ises" + ], + [ + "▁exer", + "cises" + ], + [ + "igr", + "antes" + ], + [ + "▁cic", + "l" + ], + [ + "▁ci", + "cl" + ], + [ + "▁c", + "icl" + ], + [ + "ER", + "O" + ], + [ + "E", + "RO" + ], + [ + "ope", + "d" + ], + [ + "op", + "ed" + ], + [ + "o", + "ped" + ], + [ + "▁autor", + "a" + ], + [ + "▁auto", + "ra" + ], + [ + "▁aut", + "ora" + ], + [ + "he", + "alth" + ], + [ + "▁Cir", + "c" + ], + [ + "▁Ci", + "rc" + ], + [ + "▁agricult", + "ure" + ], + [ + "▁compl", + "iance" + ], + [ + "▁comp", + "liance" + ], + [ + "▁com", + "pliance" + ], + [ + "▁atent", + "o" + ], + [ + "▁at", + "ento" + ], + [ + "p", + "ções" + ], + [ + "▁extin", + "ção" + ], + [ + "▁observa", + "tion" + ], + [ + "▁observ", + "ation" + ], + [ + "cl", + "one" + ], + [ + "▁análise", + "s" + ], + [ + "▁anál", + "ises" + ], + [ + "5", + ";" + ], + [ + "▁Ro", + "t" + ], + [ + "▁R", + "ot" + ], + [ + "▁", + "Rot" + ], + [ + "▁solar", + "es" + ], + [ + "▁sol", + "ares" + ], + [ + "▁r", + "i" + ], + [ + "▁", + "ri" + ], + [ + "▁intest", + "inal" + ], + [ + "▁Read", + "ing" + ], + [ + "▁Re", + "ading" + ], + [ + "▁segu", + "indo" + ], + [ + "▁seg", + "uindo" + ], + [ + "▁sobreviv", + "er" + ], + [ + "▁sobrev", + "iver" + ], + [ + "FF", + "E" + ], + [ + "F", + "FE" + ], + [ + "▁hydro", + "gen" + ], + [ + "▁hydr", + "ogen" + ], + [ + "▁hyd", + "rogen" + ], + [ + "▁stro", + "ke" + ], + [ + "▁str", + "oke" + ], + [ + "▁st", + "roke" + ], + [ + "▁", + "stroke" + ], + [ + "▁ace", + "nt" + ], + [ + "▁ac", + "ent" + ], + [ + "▁a", + "cent" + ], + [ + "uto", + "s" + ], + [ + "ut", + "os" + ], + [ + "u", + "tos" + ], + [ + "▁sín", + "tese" + ], + [ + "▁s", + "íntese" + ], + [ + "osso", + "s" + ], + [ + "oss", + "os" + ], + [ + "os", + "sos" + ], + [ + "▁ba", + "c" + ], + [ + "▁b", + "ac" + ], + [ + "▁", + "bac" + ], + [ + "▁Johns", + "on" + ], + [ + "▁John", + "son" + ], + [ + "Li", + "m" + ], + [ + "L", + "im" + ], + [ + "▁assist", + "ance" + ], + [ + "▁warn", + "ing" + ], + [ + "▁war", + "ning" + ], + [ + "▁w", + "arning" + ], + [ + "▁", + "warning" + ], + [ + "▁24", + "." + ], + [ + "▁2", + "4." + ], + [ + "▁", + "24." + ], + [ + "▁TO", + "DO" + ], + [ + "▁T", + "ODO" + ], + [ + "▁", + "TODO" + ], + [ + "▁numeric", + "al" + ], + [ + "▁numer", + "ical" + ], + [ + "estra", + "do" + ], + [ + "estr", + "ado" + ], + [ + "est", + "rado" + ], + [ + "Ident", + "ifier" + ], + [ + "4)", + "," + ], + [ + "4", + ")," + ], + [ + "▁Ast", + "r" + ], + [ + "▁As", + "tr" + ], + [ + "▁A", + "str" + ], + [ + "▁cra", + "te" + ], + [ + "▁cr", + "ate" + ], + [ + "▁c", + "rate" + ], + [ + "▁", + "crate" + ], + [ + "▁decl", + "ine" + ], + [ + "▁dec", + "line" + ], + [ + "▁americano", + "s" + ], + [ + "▁americ", + "anos" + ], + [ + "▁am", + "ericanos" + ], + [ + "▁", + "americanos" + ], + [ + "▁arg", + "u" + ], + [ + "▁ar", + "gu" + ], + [ + "▁Subs", + "t" + ], + [ + "▁Sub", + "st" + ], + [ + "▁S", + "ubst" + ], + [ + "ua", + "da" + ], + [ + "u", + "ada" + ], + [ + "▁die", + "s" + ], + [ + "▁di", + "es" + ], + [ + "▁d", + "ies" + ], + [ + "▁9", + "8" + ], + [ + "▁", + "98" + ], + [ + "▁culp", + "a" + ], + [ + "▁cul", + "pa" + ], + [ + "mu", + "l" + ], + [ + "m", + "ul" + ], + [ + "▁enfer", + "m" + ], + [ + "▁enfe", + "rm" + ], + [ + "555", + "5" + ], + [ + "55", + "55" + ], + [ + "5", + "555" + ], + [ + "▁Car", + "acter" + ], + [ + "▁explic", + "ou" + ], + [ + "▁Forma", + "ção" + ], + [ + "▁Form", + "ação" + ], + [ + "CU", + "R" + ], + [ + "C", + "UR" + ], + [ + "▁Trib", + "unal" + ], + [ + "be", + "ing" + ], + [ + "b", + "eing" + ], + [ + "▁arquivo", + "s" + ], + [ + "▁arqu", + "ivos" + ], + [ + "▁Canad", + "ian" + ], + [ + "▁Can", + "adian" + ], + [ + "▁f", + "ême" + ], + [ + "▁enter", + "ed" + ], + [ + "▁ente", + "red" + ], + [ + "▁ent", + "ered" + ], + [ + "▁en", + "tered" + ], + [ + "F", + "a" + ], + [ + "2", + "\"" + ], + [ + "▁hon", + "est" + ], + [ + "▁ho", + "nest" + ], + [ + "▁imagina", + "ção" + ], + [ + "▁imagin", + "ação" + ], + [ + "▁imag", + "inação" + ], + [ + "ge", + "x" + ], + [ + "g", + "ex" + ], + [ + "re", + "i" + ], + [ + "r", + "ei" + ], + [ + "▁me", + "ia" + ], + [ + "▁sold", + "i" + ], + [ + "▁sol", + "di" + ], + [ + "▁Am", + "ong" + ], + [ + "hel", + "p" + ], + [ + "he", + "lp" + ], + [ + "▁leaders", + "hip" + ], + [ + "▁leader", + "ship" + ], + [ + "▁lead", + "ership" + ], + [ + "▁curr", + "ículo" + ], + [ + "▁inc", + "on" + ], + [ + "▁in", + "con" + ], + [ + "▁an", + "ual" + ], + [ + "Me", + "d" + ], + [ + "M", + "ed" + ], + [ + "▁intest", + "ino" + ], + [ + "▁my", + "th" + ], + [ + "▁m", + "yth" + ], + [ + "hav", + "ior" + ], + [ + "▁calor", + "ias" + ], + [ + "▁cal", + "orias" + ], + [ + "▁soldier", + "s" + ], + [ + "▁soldi", + "ers" + ], + [ + "▁sold", + "iers" + ], + [ + "▁envolve", + "m" + ], + [ + "▁envolv", + "em" + ], + [ + "▁envol", + "vem" + ], + [ + "▁chr", + "om" + ], + [ + "▁ch", + "rom" + ], + [ + "▁", + "chrom" + ], + [ + "▁du", + "st" + ], + [ + "▁d", + "ust" + ], + [ + "▁cover", + "s" + ], + [ + "▁cov", + "ers" + ], + [ + "▁co", + "vers" + ], + [ + "▁c", + "overs" + ], + [ + "▁cheg", + "ando" + ], + [ + "▁amostra", + "s" + ], + [ + "▁amost", + "ras" + ], + [ + "▁amos", + "tras" + ], + [ + "bil", + "idade" + ], + [ + "b", + "ilidade" + ], + [ + "▁gel", + "o" + ], + [ + "▁ge", + "lo" + ], + [ + "▁g", + "elo" + ], + [ + "▁una", + "ble" + ], + [ + "▁un", + "able" + ], + [ + "▁cumpri", + "mento" + ], + [ + "▁cumpr", + "imento" + ], + [ + "▁cum", + "primento" + ], + [ + "▁referência", + "s" + ], + [ + "▁refer", + "ências" + ], + [ + "▁post", + "o" + ], + [ + "▁pos", + "to" + ], + [ + "▁po", + "sto" + ], + [ + "▁p", + "osto" + ], + [ + "▁", + "posto" + ], + [ + "▁world", + "wide" + ], + [ + "65", + "," + ], + [ + "6", + "5," + ], + [ + "▁conver", + "g" + ], + [ + "▁conve", + "rg" + ], + [ + "▁conv", + "erg" + ], + [ + "▁ar", + "c" + ], + [ + "▁a", + "rc" + ], + [ + "▁", + "arc" + ], + [ + "▁warm", + "ing" + ], + [ + "▁war", + "ming" + ], + [ + "▁pud", + "esse" + ], + [ + "▁Pl", + "ace" + ], + [ + "▁", + "Place" + ], + [ + "▁rece", + "ita" + ], + [ + "node", + "s" + ], + [ + "nod", + "es" + ], + [ + "no", + "des" + ], + [ + "n", + "odes" + ], + [ + "▁Conte", + "xt" + ], + [ + "▁Cont", + "ext" + ], + [ + "▁Con", + "text" + ], + [ + "▁", + "Context" + ], + [ + "▁Rand", + "om" + ], + [ + "▁Ran", + "dom" + ], + [ + "▁R", + "andom" + ], + [ + "▁", + "Random" + ], + [ + "▁Uni", + "do" + ], + [ + "▁Un", + "ido" + ], + [ + "▁indica", + "m" + ], + [ + "▁indic", + "am" + ], + [ + "▁trib", + "ut" + ], + [ + "▁tri", + "but" + ], + [ + "▁t", + "ribut" + ], + [ + ")<", + "/" + ], + [ + ")", + "" + ], + [ + "▁negra", + "s" + ], + [ + "▁neg", + "ras" + ], + [ + "▁ne", + "gras" + ], + [ + "▁re", + "ward" + ], + [ + "▁", + "reward" + ], + [ + "th", + "umb" + ], + [ + "▁pedra", + "s" + ], + [ + "▁ped", + "ras" + ], + [ + "Del", + "ta" + ], + [ + "agg", + "er" + ], + [ + "ag", + "ger" + ], + [ + "a", + "gger" + ], + [ + "▁", + "ê" + ], + [ + "▁bib", + "li" + ], + [ + "▁or", + "n" + ], + [ + "▁o", + "rn" + ], + [ + "▁", + "orn" + ], + [ + "▁list", + "en" + ], + [ + "▁lis", + "ten" + ], + [ + "▁li", + "sten" + ], + [ + "▁Bo", + "x" + ], + [ + "▁B", + "ox" + ], + [ + "▁", + "Box" + ], + [ + "▁Si", + "n" + ], + [ + "▁S", + "in" + ], + [ + "▁", + "Sin" + ], + [ + "inda", + "de" + ], + [ + "ind", + "ade" + ], + [ + "in", + "dade" + ], + [ + "▁hí", + "dr" + ], + [ + "▁h", + "ídr" + ], + [ + "▁costa", + "s" + ], + [ + "▁cost", + "as" + ], + [ + "▁cos", + "tas" + ], + [ + "▁c", + "ostas" + ], + [ + "▁tent", + "ando" + ], + [ + "ce", + "b" + ], + [ + "c", + "eb" + ], + [ + "▁tes", + "e" + ], + [ + "▁te", + "se" + ], + [ + "▁t", + "ese" + ], + [ + "▁", + "tese" + ], + [ + "▁prop", + "õe" + ], + [ + "▁beneficia", + "l" + ], + [ + "▁benefici", + "al" + ], + [ + "▁benef", + "icial" + ], + [ + "▁8010", + "5" + ], + [ + "▁801", + "05" + ], + [ + "▁80", + "105" + ], + [ + "an", + "ja" + ], + [ + "Pro", + "p" + ], + [ + "Pr", + "op" + ], + [ + "P", + "rop" + ], + [ + "▁tre", + "nd" + ], + [ + "▁tr", + "end" + ], + [ + "7", + "]" + ], + [ + "▁Est", + "im" + ], + [ + "▁Es", + "tim" + ], + [ + "▁fl", + "ash" + ], + [ + "▁", + "flash" + ], + [ + "▁ger", + "ando" + ], + [ + "▁ge", + "rando" + ], + [ + "▁soldado", + "s" + ], + [ + "▁sold", + "ados" + ], + [ + "▁Lu", + "z" + ], + [ + "▁L", + "uz" + ], + [ + "af", + "a" + ], + [ + "a", + "fa" + ], + [ + "▁desc", + "rição" + ], + [ + "▁constru", + "ída" + ], + [ + "▁constr", + "uída" + ], + [ + "▁chega", + "m" + ], + [ + "▁cheg", + "am" + ], + [ + "▁che", + "gam" + ], + [ + "▁Esta", + "mos" + ], + [ + "▁Est", + "amos" + ], + [ + "▁", + "Estamos" + ], + [ + "▁Col", + "l" + ], + [ + "▁Co", + "ll" + ], + [ + "▁C", + "oll" + ], + [ + "▁", + "Coll" + ], + [ + "▁Sen", + "t" + ], + [ + "▁Se", + "nt" + ], + [ + "▁S", + "ent" + ], + [ + "▁", + "Sent" + ], + [ + "ítica", + "s" + ], + [ + "ít", + "icas" + ], + [ + "í", + "ticas" + ], + [ + "ue", + "r" + ], + [ + "u", + "er" + ], + [ + "▁sho", + "t" + ], + [ + "▁sh", + "ot" + ], + [ + "▁s", + "hot" + ], + [ + "▁", + "shot" + ], + [ + "▁ativo", + "s" + ], + [ + "▁ativ", + "os" + ], + [ + "▁at", + "ivos" + ], + [ + "▁", + "ativos" + ], + [ + "▁analy", + "ze" + ], + [ + "▁stand", + "ing" + ], + [ + "▁", + "standing" + ], + [ + "▁Let", + "ras" + ], + [ + "▁Le", + "tras" + ], + [ + "Pol", + "icy" + ], + [ + "pre", + "go" + ], + [ + "p", + "rego" + ], + [ + "▁Pen", + "n" + ], + [ + "▁Pe", + "nn" + ], + [ + "▁P", + "enn" + ], + [ + "for", + "ward" + ], + [ + "▁publica", + "da" + ], + [ + "▁public", + "ada" + ], + [ + "▁Forma", + "t" + ], + [ + "▁Form", + "at" + ], + [ + "▁For", + "mat" + ], + [ + "▁", + "Format" + ], + [ + "▁L", + "y" + ], + [ + "▁envolv", + "imento" + ], + [ + "▁en", + "volvimento" + ], + [ + "▁uma", + "s" + ], + [ + "▁um", + "as" + ], + [ + "▁u", + "mas" + ], + [ + "▁", + "umas" + ], + [ + "▁provoc", + "a" + ], + [ + "▁prov", + "oca" + ], + [ + "▁ina", + "ug" + ], + [ + "▁in", + "aug" + ], + [ + "▁Roc", + "k" + ], + [ + "▁Ro", + "ck" + ], + [ + "▁R", + "ock" + ], + [ + "C", + "md" + ], + [ + "▁forg", + "et" + ], + [ + "▁for", + "get" + ], + [ + "▁dita", + "dura" + ], + [ + "▁dit", + "adura" + ], + [ + "▁surface", + "s" + ], + [ + "▁surf", + "aces" + ], + [ + "▁sur", + "faces" + ], + [ + "▁comunica", + "r" + ], + [ + "▁comunic", + "ar" + ], + [ + "▁comun", + "icar" + ], + [ + "▁frut", + "a" + ], + [ + "▁fr", + "uta" + ], + [ + "▁Acad", + "emia" + ], + [ + "▁cr", + "ença" + ], + [ + "▁6", + "2" + ], + [ + "▁", + "62" + ], + [ + "▁Type", + "s" + ], + [ + "▁Typ", + "es" + ], + [ + "▁Ty", + "pes" + ], + [ + "▁T", + "ypes" + ], + [ + "▁", + "Types" + ], + [ + "return", + "s" + ], + [ + "▁transfer", + "ência" + ], + [ + "▁trans", + "ferência" + ], + [ + "▁l", + "b" + ], + [ + "▁", + "lb" + ], + [ + "▁vari", + "ável" + ], + [ + "▁fac", + "uldade" + ], + [ + "▁Plan", + "e" + ], + [ + "▁Pl", + "ane" + ], + [ + "▁P", + "lane" + ], + [ + "▁", + "Plane" + ], + [ + "Gr", + "ad" + ], + [ + "G", + "rad" + ], + [ + "▁ú", + "teis" + ], + [ + "^{2", + "}" + ], + [ + "^{", + "2}" + ], + [ + "^", + "{2}" + ], + [ + "▁arm", + "s" + ], + [ + "▁ar", + "ms" + ], + [ + "▁", + "arms" + ], + [ + "▁Rem", + "ember" + ], + [ + "▁Re", + "member" + ], + [ + "▁US", + "P" + ], + [ + "▁U", + "SP" + ], + [ + "▁", + "USP" + ], + [ + "amp", + "s" + ], + [ + "am", + "ps" + ], + [ + "ôn", + "imo" + ], + [ + "▁capacidade", + "s" + ], + [ + "▁capac", + "idades" + ], + [ + "▁Amaz", + "on" + ], + [ + "▁Am", + "azon" + ], + [ + "▁convention", + "al" + ], + [ + "▁convent", + "ional" + ], + [ + "▁con", + "ventional" + ], + [ + "Ad", + "min" + ], + [ + "h", + "p" + ], + [ + "ho", + "t" + ], + [ + "h", + "ot" + ], + [ + "▁fund", + "s" + ], + [ + "▁fun", + "ds" + ], + [ + "▁dele", + "t" + ], + [ + "▁del", + "et" + ], + [ + "▁de", + "let" + ], + [ + "▁Pres", + "ent" + ], + [ + "▁Pre", + "sent" + ], + [ + "▁", + "Present" + ], + [ + "▁end", + "o" + ], + [ + "▁en", + "do" + ], + [ + "▁", + "endo" + ], + [ + "li", + "t" + ], + [ + "l", + "it" + ], + [ + "▁som", + "a" + ], + [ + "▁so", + "ma" + ], + [ + "▁s", + "oma" + ], + [ + "▁Sa", + "iba" + ], + [ + "▁tens", + "or" + ], + [ + "▁t", + "ensor" + ], + [ + "▁", + "tensor" + ], + [ + "▁bone", + "s" + ], + [ + "▁bon", + "es" + ], + [ + "▁bo", + "nes" + ], + [ + "▁b", + "ones" + ], + [ + "ush", + "ed" + ], + [ + "us", + "hed" + ], + [ + "▁mil", + "hão" + ], + [ + "▁m", + "ilhão" + ], + [ + "▁conce", + "ss" + ], + [ + "▁conc", + "ess" + ], + [ + "▁con", + "cess" + ], + [ + "▁pecado", + "s" + ], + [ + "▁pec", + "ados" + ], + [ + "▁pe", + "cados" + ], + [ + "▁sign", + "ed" + ], + [ + "▁sig", + "ned" + ], + [ + "▁s", + "igned" + ], + [ + "▁", + "signed" + ], + [ + "▁V", + "o" + ], + [ + "▁", + "Vo" + ], + [ + "▁deliver", + "y" + ], + [ + "▁del", + "ivery" + ], + [ + "Def", + "inition" + ], + [ + "▁manage", + "r" + ], + [ + "▁man", + "ager" + ], + [ + "▁", + "manager" + ], + [ + "▁perfe", + "ito" + ], + [ + "▁perf", + "eito" + ], + [ + "▁per", + "feito" + ], + [ + "▁ins", + "urance" + ], + [ + "▁M", + "ús" + ], + [ + "▁apo", + "s" + ], + [ + "▁ap", + "os" + ], + [ + "▁a", + "pos" + ], + [ + "▁", + "apos" + ], + [ + "▁was", + "n" + ], + [ + "▁wa", + "sn" + ], + [ + "▁ajud", + "á" + ], + [ + "▁un", + "ion" + ], + [ + "▁", + "union" + ], + [ + "▁pertenc", + "e" + ], + [ + "▁perten", + "ce" + ], + [ + "▁pert", + "ence" + ], + [ + "▁Cor", + "n" + ], + [ + "▁Co", + "rn" + ], + [ + "▁C", + "orn" + ], + [ + "▁sug", + "est" + ], + [ + "▁su", + "gest" + ], + [ + "at", + "riz" + ], + [ + "▁cost", + "a" + ], + [ + "▁cos", + "ta" + ], + [ + "▁co", + "sta" + ], + [ + "▁c", + "osta" + ], + [ + "uta", + "s" + ], + [ + "ut", + "as" + ], + [ + "u", + "tas" + ], + [ + "▁quais", + "quer" + ], + [ + "Loc", + "k" + ], + [ + "Lo", + "ck" + ], + [ + "L", + "ock" + ], + [ + "▁fic", + "ando" + ], + [ + "▁f", + "icando" + ], + [ + "▁$", + "2" + ], + [ + "▁", + "$2" + ], + [ + "hid", + "den" + ], + [ + "hi", + "dden" + ], + [ + "h", + "idden" + ], + [ + "▁Mach", + "ado" + ], + [ + "▁Mac", + "hado" + ], + [ + "▁Ca", + "d" + ], + [ + "▁C", + "ad" + ], + [ + "▁cut", + "ting" + ], + [ + "ind", + "s" + ], + [ + "in", + "ds" + ], + [ + "Ser", + "ial" + ], + [ + "Se", + "rial" + ], + [ + "S", + "erial" + ], + [ + "Bo", + "ok" + ], + [ + "B", + "ook" + ], + [ + "▁privile", + "g" + ], + [ + "▁privil", + "eg" + ], + [ + "▁priv", + "ileg" + ], + [ + "WAR", + "E" + ], + [ + "WA", + "RE" + ], + [ + "W", + "ARE" + ], + [ + "▁fo", + "m" + ], + [ + "▁f", + "om" + ], + [ + "▁I", + "R" + ], + [ + "▁", + "IR" + ], + [ + "▁qual", + "ified" + ], + [ + "ér", + "ito" + ], + [ + "é", + "rito" + ], + [ + "▁equivalent", + "e" + ], + [ + "▁equival", + "ente" + ], + [ + "▁criado", + "s" + ], + [ + "▁cria", + "dos" + ], + [ + "▁cri", + "ados" + ], + [ + "▁cr", + "iados" + ], + [ + "▁interessante", + "s" + ], + [ + "▁interess", + "antes" + ], + [ + "▁bebida", + "s" + ], + [ + "▁beb", + "idas" + ], + [ + "▁I", + "C" + ], + [ + "▁", + "IC" + ], + [ + "▁Con", + "forme" + ], + [ + "bil", + "ity" + ], + [ + "b", + "ility" + ], + [ + "▁Lond", + "res" + ], + [ + "▁22", + ":" + ], + [ + "▁2", + "2:" + ], + [ + "▁", + "22:" + ], + [ + "UR", + "CE" + ], + [ + "▁Divis", + "ion" + ], + [ + "▁Div", + "ision" + ], + [ + "▁Di", + "vision" + ], + [ + "▁complex", + "ity" + ], + [ + "▁ganh", + "a" + ], + [ + "▁gan", + "ha" + ], + [ + "▁g", + "anha" + ], + [ + "▁comput", + "ing" + ], + [ + "co", + "a" + ], + [ + "c", + "oa" + ], + [ + "▁Cour", + "se" + ], + [ + "▁Co", + "urse" + ], + [ + "▁C", + "ourse" + ], + [ + ".00", + "0" + ], + [ + ".0", + "00" + ], + [ + ".", + "000" + ], + [ + "▁levanta", + "mento" + ], + [ + "▁levant", + "amento" + ], + [ + "▁Clima", + "te" + ], + [ + "▁Clim", + "ate" + ], + [ + "▁Cli", + "mate" + ], + [ + "▁Cl", + "imate" + ], + [ + "▁fotograf", + "ia" + ], + [ + "▁fot", + "ografia" + ], + [ + "▁gar", + "raf" + ], + [ + "▁big", + "gest" + ], + [ + "▁sam", + "pling" + ], + [ + "▁s", + "ampling" + ], + [ + "▁ind", + "ustriais" + ], + [ + "▁enh", + "ance" + ], + [ + "▁Determin", + "e" + ], + [ + "▁D", + "etermine" + ], + [ + "▁propor", + "ção" + ], + [ + "▁medi", + "r" + ], + [ + "▁med", + "ir" + ], + [ + "▁me", + "dir" + ], + [ + "▁29", + "," + ], + [ + "▁2", + "9," + ], + [ + "▁", + "29," + ], + [ + "Dir", + "e" + ], + [ + "Di", + "re" + ], + [ + "D", + "ire" + ], + [ + "▁inter", + "rom" + ], + [ + "▁den", + "om" + ], + [ + "▁de", + "nom" + ], + [ + "▁", + "denom" + ], + [ + "oped", + "ia" + ], + [ + "ope", + "dia" + ], + [ + "op", + "edia" + ], + [ + "▁gato", + "s" + ], + [ + "▁gat", + "os" + ], + [ + "▁ga", + "tos" + ], + [ + "▁g", + "atos" + ], + [ + "▁/*", + "!" + ], + [ + "()", + "->" + ], + [ + "(", + ")->" + ], + [ + "verte", + "r" + ], + [ + "vert", + "er" + ], + [ + "ver", + "ter" + ], + [ + "▁instal", + "ações" + ], + [ + "▁tub", + "e" + ], + [ + "▁tu", + "be" + ], + [ + "▁t", + "ube" + ], + [ + "▁", + "tube" + ], + [ + "▁Eli", + "z" + ], + [ + "▁El", + "iz" + ], + [ + "▁administr", + "ation" + ], + [ + "▁admin", + "istration" + ], + [ + "_{", + "\\" + ], + [ + "_", + "{\\" + ], + [ + "▁reserv", + "a" + ], + [ + "▁Ex", + "it" + ], + [ + "▁", + "Exit" + ], + [ + "▁obtido", + "s" + ], + [ + "▁obt", + "idos" + ], + [ + "math", + "cal" + ], + [ + "type", + "name" + ], + [ + "typ", + "ename" + ], + [ + "0.", + "5" + ], + [ + "0", + ".5" + ], + [ + "po", + "t" + ], + [ + "p", + "ot" + ], + [ + "▁express", + "a" + ], + [ + "▁expr", + "essa" + ], + [ + "1)", + ")" + ], + [ + "1", + "))" + ], + [ + "unch", + "ed" + ], + [ + "unc", + "hed" + ], + [ + "un", + "ched" + ], + [ + "▁gon", + "e" + ], + [ + "▁go", + "ne" + ], + [ + "▁g", + "one" + ], + [ + "pt", + "o" + ], + [ + "p", + "to" + ], + [ + "▁ER", + "R" + ], + [ + "▁E", + "RR" + ], + [ + "▁", + "ERR" + ], + [ + "sto", + "n" + ], + [ + "st", + "on" + ], + [ + "s", + "ton" + ], + [ + "re", + "present" + ], + [ + "▁ele", + "g" + ], + [ + "▁el", + "eg" + ], + [ + "▁e", + "leg" + ], + [ + "▁tiv", + "e" + ], + [ + "▁ti", + "ve" + ], + [ + "▁t", + "ive" + ], + [ + "▁asset", + "s" + ], + [ + "▁asse", + "ts" + ], + [ + "▁ass", + "ets" + ], + [ + "▁as", + "sets" + ], + [ + "▁", + "assets" + ], + [ + "▁carboidr", + "atos" + ], + [ + "▁pt", + "r" + ], + [ + "▁p", + "tr" + ], + [ + "▁", + "ptr" + ], + [ + "▁Far", + "m" + ], + [ + "▁Fa", + "rm" + ], + [ + "▁F", + "arm" + ], + [ + "ir", + "s" + ], + [ + "i", + "rs" + ], + [ + "▁ab", + "d" + ], + [ + "▁a", + "bd" + ], + [ + "▁afirma", + "ção" + ], + [ + "▁afirm", + "ação" + ], + [ + "▁haver", + "á" + ], + [ + "êm", + "ica" + ], + [ + "ê", + "mica" + ], + [ + "▁execut", + "ion" + ], + [ + "▁exec", + "ution" + ], + [ + "▁ex", + "ecution" + ], + [ + "▁Sta", + "n" + ], + [ + "▁St", + "an" + ], + [ + "▁S", + "tan" + ], + [ + "▁Jo", + "in" + ], + [ + "▁", + "Join" + ], + [ + "33", + "," + ], + [ + "3", + "3," + ], + [ + "(_", + "_" + ], + [ + "(", + "__" + ], + [ + "▁abs", + "t" + ], + [ + "▁ab", + "st" + ], + [ + "▁2000", + "," + ], + [ + "▁200", + "0," + ], + [ + "▁20", + "00," + ], + [ + "▁2", + "000," + ], + [ + "▁clot", + "h" + ], + [ + "▁cl", + "oth" + ], + [ + "▁ali", + "v" + ], + [ + "▁al", + "iv" + ], + [ + "▁a", + "liv" + ], + [ + "▁23", + "." + ], + [ + "▁2", + "3." + ], + [ + "▁", + "23." + ], + [ + "be", + "s" + ], + [ + "b", + "es" + ], + [ + "▁Po", + "u" + ], + [ + "▁P", + "ou" + ], + [ + "▁pedag", + "ógica" + ], + [ + "▁Pri", + "v" + ], + [ + "▁Pr", + "iv" + ], + [ + "▁", + "Priv" + ], + [ + "▁ment", + "ais" + ], + [ + "▁cat", + "ó" + ], + [ + "▁c", + "ató" + ], + [ + "▁tran", + "qu" + ], + [ + "▁Pernamb", + "uco" + ], + [ + "ABIL", + "ITY" + ], + [ + "▁lo", + "b" + ], + [ + "▁l", + "ob" + ], + [ + "▁", + "lob" + ], + [ + "▁Cau", + "s" + ], + [ + "▁Ca", + "us" + ], + [ + "▁C", + "aus" + ], + [ + "Mem", + "ber" + ], + [ + "M", + "ember" + ], + [ + "17", + "." + ], + [ + "1", + "7." + ], + [ + "▁Mo", + "on" + ], + [ + "▁M", + "oon" + ], + [ + "▁pesc", + "a" + ], + [ + "▁pes", + "ca" + ], + [ + "▁p", + "esca" + ], + [ + "▁Me", + "u" + ], + [ + "▁M", + "eu" + ], + [ + "▁", + "Meu" + ], + [ + "▁low", + "est" + ], + [ + "▁lo", + "west" + ], + [ + "form", + "ance" + ], + [ + "AR", + "D" + ], + [ + "A", + "RD" + ], + [ + "H", + "D" + ], + [ + "Help", + "er" + ], + [ + "Hel", + "per" + ], + [ + "▁Sp", + "e" + ], + [ + "▁S", + "pe" + ], + [ + "▁cro", + "m" + ], + [ + "▁cr", + "om" + ], + [ + "▁c", + "rom" + ], + [ + "▁preocupa", + "ções" + ], + [ + "▁preocup", + "ações" + ], + [ + "emble", + "ia" + ], + [ + "thes", + "is" + ], + [ + "the", + "sis" + ], + [ + "th", + "esis" + ], + [ + "il", + "ância" + ], + [ + "▁hold", + "ing" + ], + [ + "▁hol", + "ding" + ], + [ + "▁trein", + "o" + ], + [ + "▁tre", + "ino" + ], + [ + "▁Pa", + "z" + ], + [ + "▁P", + "az" + ], + [ + "▁200", + "2" + ], + [ + "▁20", + "02" + ], + [ + "▁2", + "002" + ], + [ + "▁flow", + "s" + ], + [ + "▁flo", + "ws" + ], + [ + "▁fl", + "ows" + ], + [ + "itá", + "vel" + ], + [ + "it", + "ável" + ], + [ + "▁Dise", + "ase" + ], + [ + "▁pos", + "ições" + ], + [ + "▁", + "posições" + ], + [ + "▁interven", + "tion" + ], + [ + "▁interv", + "ention" + ], + [ + "▁inter", + "vention" + ], + [ + "▁br", + "idge" + ], + [ + "▁b", + "ridge" + ], + [ + "▁", + "bridge" + ], + [ + "icar", + "do" + ], + [ + "ic", + "ardo" + ], + [ + "▁diá", + "rio" + ], + [ + "▁di", + "ário" + ], + [ + "▁psic", + "ologia" + ], + [ + "ú", + "b" + ], + [ + "▁bur", + "a" + ], + [ + "▁bu", + "ra" + ], + [ + "▁b", + "ura" + ], + [ + "▁2005", + "," + ], + [ + "▁200", + "5," + ], + [ + "▁20", + "05," + ], + [ + "▁Tod", + "a" + ], + [ + "▁To", + "da" + ], + [ + "▁T", + "oda" + ], + [ + "sam", + "e" + ], + [ + "sa", + "me" + ], + [ + "s", + "ame" + ], + [ + "▁date", + "s" + ], + [ + "▁dat", + "es" + ], + [ + "▁da", + "tes" + ], + [ + "▁d", + "ates" + ], + [ + "▁", + "dates" + ], + [ + "▁Pesso", + "a" + ], + [ + "(1", + "2" + ], + [ + "(", + "12" + ], + [ + "▁ê", + "n" + ], + [ + "▁", + "ên" + ], + [ + "So", + "rt" + ], + [ + "S", + "ort" + ], + [ + "▁neg", + "lig" + ], + [ + "▁ne", + "glig" + ], + [ + "▁Har", + "vard" + ], + [ + "▁target", + "s" + ], + [ + "▁tar", + "gets" + ], + [ + "▁", + "targets" + ], + [ + "raine", + "d" + ], + [ + "rain", + "ed" + ], + [ + "ra", + "ined" + ], + [ + "r", + "ained" + ], + [ + "Pre", + "f" + ], + [ + "Pr", + "ef" + ], + [ + "P", + "ref" + ], + [ + "▁devia", + "tion" + ], + [ + "▁devi", + "ation" + ], + [ + "▁dev", + "iation" + ], + [ + "▁de", + "viation" + ], + [ + "▁via", + "gens" + ], + [ + "▁vi", + "agens" + ], + [ + "▁Ke", + "n" + ], + [ + "▁K", + "en" + ], + [ + "▁Problem", + "s" + ], + [ + "▁Proble", + "ms" + ], + [ + "sh", + "adow" + ], + [ + "▁soz", + "inho" + ], + [ + "▁so", + "zinho" + ], + [ + "▁invers", + "e" + ], + [ + "▁inv", + "erse" + ], + [ + "▁in", + "verse" + ], + [ + "▁", + "inverse" + ], + [ + "▁cele", + "b" + ], + [ + "▁cel", + "eb" + ], + [ + "▁Norm", + "al" + ], + [ + "▁Nor", + "mal" + ], + [ + "▁N", + "ormal" + ], + [ + "▁", + "Normal" + ], + [ + "▁apar", + "ecimento" + ], + [ + "▁pront", + "o" + ], + [ + "▁pron", + "to" + ], + [ + "▁pr", + "onto" + ], + [ + "▁Ori", + "ent" + ], + [ + "▁Or", + "ient" + ], + [ + "▁", + "Orient" + ], + [ + "▁defin", + "ida" + ], + [ + "Fo", + "und" + ], + [ + "F", + "ound" + ], + [ + "▁regular", + "mente" + ], + [ + "▁put", + "ting" + ], + [ + "▁vill", + "age" + ], + [ + "▁basic", + "amente" + ], + [ + "▁bas", + "icamente" + ], + [ + "Pack", + "age" + ], + [ + "h", + "h" + ], + [ + "▁audi", + "ence" + ], + [ + "▁aud", + "ience" + ], + [ + "▁i", + "b" + ], + [ + "▁", + "ib" + ], + [ + "wa", + "it" + ], + [ + "w", + "ait" + ], + [ + "▁joga", + "r" + ], + [ + "▁jog", + "ar" + ], + [ + "▁jo", + "gar" + ], + [ + "FI", + "G" + ], + [ + "F", + "IG" + ], + [ + "▁strug", + "gle" + ], + [ + "▁mar", + "riage" + ], + [ + "H", + "R" + ], + [ + "▁complex", + "a" + ], + [ + "▁comple", + "xa" + ], + [ + "▁compos", + "t" + ], + [ + "▁comp", + "ost" + ], + [ + "▁com", + "post" + ], + [ + "01", + "." + ], + [ + "0", + "1." + ], + [ + "▁A", + "ud" + ], + [ + "▁", + "Aud" + ], + [ + "▁desper", + "d" + ], + [ + "▁despe", + "rd" + ], + [ + "▁desp", + "erd" + ], + [ + "CH", + "ECK" + ], + [ + "inter", + "face" + ], + [ + "intern", + "al" + ], + [ + "inter", + "nal" + ], + [ + "in", + "ternal" + ], + [ + "▁les", + "ão" + ], + [ + "▁le", + "são" + ], + [ + "▁l", + "esão" + ], + [ + "Mic", + "rosoft" + ], + [ + "(-", + "1" + ], + [ + "(", + "-1" + ], + [ + "▁Gra", + "m" + ], + [ + "▁Gr", + "am" + ], + [ + "▁G", + "ram" + ], + [ + "At", + "om" + ], + [ + "A", + "tom" + ], + [ + "din", + "g" + ], + [ + "di", + "ng" + ], + [ + "d", + "ing" + ], + [ + "▁j", + "mp" + ], + [ + "IL", + "D" + ], + [ + "I", + "LD" + ], + [ + "▁lú", + "d" + ], + [ + "Que", + "ue" + ], + [ + ")$", + "$" + ], + [ + ")", + "$$" + ], + [ + "Bo", + "ol" + ], + [ + "B", + "ool" + ], + [ + "/", + "5" + ], + [ + "inte", + "ger" + ], + [ + "bra", + "n" + ], + [ + "br", + "an" + ], + [ + "b", + "ran" + ], + [ + "pha", + "b" + ], + [ + "ph", + "ab" + ], + [ + "p", + "hab" + ], + [ + "Repo", + "rt" + ], + [ + "Rep", + "ort" + ], + [ + "Re", + "port" + ], + [ + "fa", + "c" + ], + [ + "f", + "ac" + ], + [ + "▁interaction", + "s" + ], + [ + "▁interact", + "ions" + ], + [ + "▁inter", + "actions" + ], + [ + "▁inte", + "ractions" + ], + [ + "▁Conhe", + "ça" + ], + [ + "▁Har", + "d" + ], + [ + "▁Ha", + "rd" + ], + [ + "▁H", + "ard" + ], + [ + "▁", + "Hard" + ], + [ + "▁P", + "E" + ], + [ + "▁", + "PE" + ], + [ + "▁solo", + "s" + ], + [ + "▁sol", + "os" + ], + [ + "▁so", + "los" + ], + [ + "▁s", + "olos" + ], + [ + "▁vin", + "te" + ], + [ + "▁v", + "inte" + ], + [ + "▁into", + "ler" + ], + [ + "▁int", + "oler" + ], + [ + "▁Un", + "fortunately" + ], + [ + "iat", + "e" + ], + [ + "ia", + "te" + ], + [ + "i", + "ate" + ], + [ + "(", + "6" + ], + [ + "80", + "," + ], + [ + "8", + "0," + ], + [ + "vement", + "s" + ], + [ + "vem", + "ents" + ], + [ + "ve", + "ments" + ], + [ + "v", + "ements" + ], + [ + "órico", + "s" + ], + [ + "ór", + "icos" + ], + [ + "▁foss", + "il" + ], + [ + "▁fos", + "sil" + ], + [ + "Sh", + "ape" + ], + [ + "S", + "hape" + ], + [ + "ization", + "s" + ], + [ + "iz", + "ations" + ], + [ + "▁só", + "dio" + ], + [ + "▁s", + "ódio" + ], + [ + "▁ultimate", + "ly" + ], + [ + "▁ultim", + "ately" + ], + [ + "▁polí", + "cia" + ], + [ + "▁pol", + "ícia" + ], + [ + "▁categ", + "or" + ], + [ + "▁Hil", + "l" + ], + [ + "▁Hi", + "ll" + ], + [ + "▁H", + "ill" + ], + [ + "▁varia", + "ções" + ], + [ + "▁vari", + "ações" + ], + [ + "▁var", + "iações" + ], + [ + "▁ende", + "d" + ], + [ + "▁end", + "ed" + ], + [ + "▁en", + "ded" + ], + [ + "▁", + "ended" + ], + [ + ")", + "|" + ], + [ + "▁support", + "ing" + ], + [ + "▁organize", + "d" + ], + [ + "▁organiz", + "ed" + ], + [ + "▁organ", + "ized" + ], + [ + "-2", + "8" + ], + [ + "-", + "28" + ], + [ + "▁interpreta", + "tion" + ], + [ + "▁interpret", + "ation" + ], + [ + "TIC", + "A" + ], + [ + "TI", + "CA" + ], + [ + "T", + "ICA" + ], + [ + "▁envelhec", + "imento" + ], + [ + "▁envel", + "hecimento" + ], + [ + "mul", + "t" + ], + [ + "mu", + "lt" + ], + [ + "m", + "ult" + ], + [ + "let", + "on" + ], + [ + "le", + "ton" + ], + [ + "l", + "eton" + ], + [ + "▁square", + "s" + ], + [ + "▁squ", + "ares" + ], + [ + "▁prov", + "ín" + ], + [ + "▁Text", + "o" + ], + [ + "▁Tex", + "to" + ], + [ + "▁Te", + "xto" + ], + [ + "fis", + "h" + ], + [ + "fi", + "sh" + ], + [ + "f", + "ish" + ], + [ + "▁Public", + "ado" + ], + [ + "i", + "y" + ], + [ + "▁Nation", + "s" + ], + [ + "▁Nat", + "ions" + ], + [ + "▁N", + "ations" + ], + [ + "▁swe", + "et" + ], + [ + "▁s", + "weet" + ], + [ + "MAR", + "Y" + ], + [ + "MA", + "RY" + ], + [ + "M", + "ARY" + ], + [ + "▁ar", + "b" + ], + [ + "▁a", + "rb" + ], + [ + "▁", + "arb" + ], + [ + "ati", + "le" + ], + [ + "at", + "ile" + ], + [ + "a", + "tile" + ], + [ + "▁pa", + "s" + ], + [ + "▁p", + "as" + ], + [ + "▁", + "pas" + ], + [ + "▁ind", + "uz" + ], + [ + "▁in", + "duz" + ], + [ + "▁Wi", + "n" + ], + [ + "▁W", + "in" + ], + [ + "▁", + "Win" + ], + [ + "▁Ap", + "lic" + ], + [ + "▁A", + "plic" + ], + [ + "rop", + "y" + ], + [ + "ro", + "py" + ], + [ + "r", + "opy" + ], + [ + "▁determina", + "ção" + ], + [ + "▁determin", + "ação" + ], + [ + "▁k", + "in" + ], + [ + "▁", + "kin" + ], + [ + "▁Canc", + "er" + ], + [ + "▁Can", + "cer" + ], + [ + "▁C", + "ancer" + ], + [ + "^", + "\\" + ], + [ + "Norm", + "al" + ], + [ + "N", + "ormal" + ], + [ + "▁disponibil", + "idade" + ], + [ + "▁dispon", + "ibilidade" + ], + [ + "tool", + "s" + ], + [ + "too", + "ls" + ], + [ + "to", + "ols" + ], + [ + "▁J", + "r" + ], + [ + "IS", + "S" + ], + [ + "I", + "SS" + ], + [ + "▁later", + "al" + ], + [ + "▁late", + "ral" + ], + [ + "▁lat", + "eral" + ], + [ + "▁l", + "ateral" + ], + [ + "▁5", + "%" + ], + [ + "▁", + "5%" + ], + [ + "co", + "in" + ], + [ + "▁Pa", + "s" + ], + [ + "▁P", + "as" + ], + [ + "hm", + "a" + ], + [ + "h", + "ma" + ], + [ + "az", + "ine" + ], + [ + "m", + "n" + ], + [ + "▁Additional", + "ly" + ], + [ + "▁Addition", + "ally" + ], + [ + "▁Less", + "on" + ], + [ + "▁Les", + "son" + ], + [ + "▁Le", + "sson" + ], + [ + "▁depart", + "ment" + ], + [ + "],", + "\"" + ], + [ + "]", + ",\"" + ], + [ + ">:", + ":" + ], + [ + ">", + "::" + ], + [ + "ut", + "ch" + ], + [ + "▁whe", + "el" + ], + [ + "▁", + "wheel" + ], + [ + "▁represent", + "ing" + ], + [ + "▁O", + "K" + ], + [ + "▁", + "OK" + ], + [ + "▁perman", + "ent" + ], + [ + "▁40", + "%" + ], + [ + "▁4", + "0%" + ], + [ + "▁consumer", + "s" + ], + [ + "▁consume", + "rs" + ], + [ + "▁consum", + "ers" + ], + [ + "end", + "ário" + ], + [ + "▁Se", + "l" + ], + [ + "▁S", + "el" + ], + [ + "▁", + "Sel" + ], + [ + "erg", + "e" + ], + [ + "er", + "ge" + ], + [ + "ólica", + "s" + ], + [ + "ól", + "icas" + ], + [ + "ó", + "licas" + ], + [ + "21", + "2" + ], + [ + "2", + "12" + ], + [ + "▁Lo", + "s" + ], + [ + "▁L", + "os" + ], + [ + "T", + "F" + ], + [ + "▁elétr", + "ico" + ], + [ + "▁el", + "étrico" + ], + [ + "▁acredita", + "r" + ], + [ + "▁acredit", + "ar" + ], + [ + "▁acred", + "itar" + ], + [ + "▁acr", + "editar" + ], + [ + "[", + "(" + ], + [ + "▁un", + "e" + ], + [ + "▁u", + "ne" + ], + [ + "▁", + "une" + ], + [ + "▁app", + "ar" + ], + [ + "▁ap", + "par" + ], + [ + "▁necess", + "ita" + ], + [ + "▁Sm", + "all" + ], + [ + "▁", + "Small" + ], + [ + "▁photo", + "graph" + ], + [ + "▁phot", + "ograph" + ], + [ + "▁imp", + "ul" + ], + [ + "TA", + "R" + ], + [ + "T", + "AR" + ], + [ + "I", + "con" + ], + [ + "800", + "0" + ], + [ + "80", + "00" + ], + [ + "8", + "000" + ], + [ + "▁conj", + "unt" + ], + [ + "▁con", + "junt" + ], + [ + "▁produz", + "ida" + ], + [ + "ínio", + "s" + ], + [ + "ín", + "ios" + ], + [ + "Mult", + "i" + ], + [ + "Mu", + "lti" + ], + [ + "M", + "ulti" + ], + [ + "▁ag", + "greg" + ], + [ + "▁curios", + "idade" + ], + [ + "▁Ap", + "plication" + ], + [ + "▁", + "Application" + ], + [ + "▁gram", + "s" + ], + [ + "▁gra", + "ms" + ], + [ + "▁gr", + "ams" + ], + [ + "▁", + "grams" + ], + [ + "35", + "," + ], + [ + "3", + "5," + ], + [ + "▁via", + "j" + ], + [ + "▁vi", + "aj" + ], + [ + "▁coz", + "inha" + ], + [ + "▁co", + "zinha" + ], + [ + "▁monitor", + "amento" + ], + [ + "▁ajud", + "ou" + ], + [ + "▁Ag", + "ain" + ], + [ + "▁ilumin", + "ação" + ], + [ + "▁ilum", + "inação" + ], + [ + "▁70", + "%" + ], + [ + "▁7", + "0%" + ], + [ + "▁cant", + "o" + ], + [ + "▁can", + "to" + ], + [ + "▁c", + "anto" + ], + [ + "▁bor", + "d" + ], + [ + "▁bo", + "rd" + ], + [ + "▁b", + "ord" + ], + [ + "▁edif", + "ício" + ], + [ + "▁ed", + "ifício" + ], + [ + "oma", + "ch" + ], + [ + "om", + "ach" + ], + [ + "▁S", + "r" + ], + [ + "▁gl", + "uc" + ], + [ + "▁g", + "luc" + ], + [ + "▁mercado", + "s" + ], + [ + "▁merc", + "ados" + ], + [ + "▁mer", + "cados" + ], + [ + "▁quart", + "er" + ], + [ + "▁quar", + "ter" + ], + [ + "▁join", + "ed" + ], + [ + "▁jo", + "ined" + ], + [ + "anho", + "l" + ], + [ + "anh", + "ol" + ], + [ + "an", + "hol" + ], + [ + "Se", + "m" + ], + [ + "S", + "em" + ], + [ + "ver", + "b" + ], + [ + "ve", + "rb" + ], + [ + "▁ps", + "e" + ], + [ + "▁p", + "se" + ], + [ + "▁fib", + "er" + ], + [ + "▁fi", + "ber" + ], + [ + "▁f", + "iber" + ], + [ + "ay", + "a" + ], + [ + "a", + "ya" + ], + [ + "▁ini", + "b" + ], + [ + "▁in", + "ib" + ], + [ + "▁consci", + "ous" + ], + [ + "▁", + "conscious" + ], + [ + "▁Bos", + "ton" + ], + [ + "▁Bo", + "ston" + ], + [ + "▁B", + "oston" + ], + [ + "+0", + "0" + ], + [ + "+", + "00" + ], + [ + "▁train", + "ed" + ], + [ + "▁tra", + "ined" + ], + [ + "▁tr", + "ained" + ], + [ + "▁t", + "rained" + ], + [ + "▁", + "trained" + ], + [ + "Ca", + "m" + ], + [ + "C", + "am" + ], + [ + "▁Si", + "r" + ], + [ + "▁S", + "ir" + ], + [ + "io", + "m" + ], + [ + "i", + "om" + ], + [ + "Net", + "work" + ], + [ + "N", + "etwork" + ], + [ + "ight", + "er" + ], + [ + "igh", + "ter" + ], + [ + "▁escolh", + "e" + ], + [ + "▁escol", + "he" + ], + [ + "▁esco", + "lhe" + ], + [ + "▁cor", + "agem" + ], + [ + "▁co", + "ragem" + ], + [ + "▁spect", + "rum" + ], + [ + "▁vivem", + "os" + ], + [ + "▁vive", + "mos" + ], + [ + "▁viv", + "emos" + ], + [ + "▁vi", + "vemos" + ], + [ + "▁v", + "ivemos" + ], + [ + "Ra", + "d" + ], + [ + "R", + "ad" + ], + [ + "▁but", + "ter" + ], + [ + "▁b", + "utter" + ], + [ + "▁reaction", + "s" + ], + [ + "▁react", + "ions" + ], + [ + "▁rea", + "ctions" + ], + [ + "▁re", + "actions" + ], + [ + "▁me", + "ados" + ], + [ + "▁endere", + "ço" + ], + [ + "▁end", + "ereço" + ], + [ + "▁entr", + "ies" + ], + [ + "▁ent", + "ries" + ], + [ + "▁", + "entries" + ], + [ + "H", + "as" + ], + [ + "FF", + "B" + ], + [ + "F", + "FB" + ], + [ + "HO", + "UT" + ], + [ + "H", + "OUT" + ], + [ + "▁", + "£" + ], + [ + "▁South", + "ern" + ], + [ + "▁Sou", + "thern" + ], + [ + "▁agr", + "o" + ], + [ + "▁ag", + "ro" + ], + [ + "▁a", + "gro" + ], + [ + "▁forest", + "s" + ], + [ + "▁for", + "ests" + ], + [ + "LA", + "Y" + ], + [ + "L", + "AY" + ], + [ + "▁solidar", + "iedade" + ], + [ + "ze", + "n" + ], + [ + "z", + "en" + ], + [ + "in", + "y" + ], + [ + "i", + "ny" + ], + [ + "S", + "m" + ], + [ + "▁deriv", + "ative" + ], + [ + "▁der", + "ivative" + ], + [ + "ld", + "er" + ], + [ + "l", + "der" + ], + [ + "▁tratado", + "s" + ], + [ + "▁trata", + "dos" + ], + [ + "▁trat", + "ados" + ], + [ + "▁fat", + "al" + ], + [ + "▁fa", + "tal" + ], + [ + "▁f", + "atal" + ], + [ + "▁medic", + "ation" + ], + [ + "▁Dire", + "t" + ], + [ + "▁Dir", + "et" + ], + [ + "▁Di", + "ret" + ], + [ + "mon", + "d" + ], + [ + "mo", + "nd" + ], + [ + "m", + "ond" + ], + [ + "▁fina", + "is" + ], + [ + "▁fin", + "ais" + ], + [ + "▁f", + "inais" + ], + [ + "т", + "о" + ], + [ + "or", + "f" + ], + [ + "o", + "rf" + ], + [ + "vid", + "o" + ], + [ + "vi", + "do" + ], + [ + "v", + "ido" + ], + [ + "▁troub", + "le" + ], + [ + "▁tro", + "uble" + ], + [ + "▁tr", + "ouble" + ], + [ + "▁fal", + "s" + ], + [ + "▁fa", + "ls" + ], + [ + "▁f", + "als" + ], + [ + "je", + "ção" + ], + [ + "▁edit", + "ion" + ], + [ + "▁edi", + "tion" + ], + [ + "▁ed", + "ition" + ], + [ + "▁e", + "dition" + ], + [ + "▁Pop", + "ular" + ], + [ + "▁nota", + "r" + ], + [ + "▁not", + "ar" + ], + [ + "▁no", + "tar" + ], + [ + "▁volt", + "ou" + ], + [ + "ús", + "t" + ], + [ + "ú", + "st" + ], + [ + "íf", + "ica" + ], + [ + "í", + "fica" + ], + [ + "▁contamin", + "ação" + ], + [ + "▁contam", + "inação" + ], + [ + "▁decad", + "e" + ], + [ + "▁dec", + "ade" + ], + [ + "▁inspira", + "ção" + ], + [ + "▁inspir", + "ação" + ], + [ + "▁insp", + "iração" + ], + [ + "▁disp", + "os" + ], + [ + "▁dis", + "pos" + ], + [ + "▁du", + "al" + ], + [ + "▁d", + "ual" + ], + [ + "▁ind", + "ust" + ], + [ + "▁Initial", + "ize" + ], + [ + "▁Init", + "ialize" + ], + [ + "▁", + "Initialize" + ], + [ + "▁compet", + "ência" + ], + [ + "App", + "end" + ], + [ + "Ap", + "pend" + ], + [ + "▁limita", + "ções" + ], + [ + "▁limit", + "ações" + ], + [ + "▁lim", + "itações" + ], + [ + "ativ", + "ity" + ], + [ + "at", + "ivity" + ], + [ + "suc", + "cess" + ], + [ + "su", + "ccess" + ], + [ + "s", + "uccess" + ], + [ + "”", + ")" + ], + [ + "64", + ")" + ], + [ + "6", + "4)" + ], + [ + "G", + "r" + ], + [ + "▁$1", + "," + ], + [ + "▁$", + "1," + ], + [ + "back", + "ground" + ], + [ + "▁aplica", + "do" + ], + [ + "▁aplic", + "ado" + ], + [ + "▁apl", + "icado" + ], + [ + "▁th", + "or" + ], + [ + "▁t", + "hor" + ], + [ + "▁approve", + "d" + ], + [ + "▁appro", + "ved" + ], + [ + "▁appr", + "oved" + ], + [ + "▁transl", + "ation" + ], + [ + "▁trans", + "lation" + ], + [ + "▁", + "translation" + ], + [ + "origin", + "al" + ], + [ + "orig", + "inal" + ], + [ + "▁plen", + "o" + ], + [ + "▁ple", + "no" + ], + [ + "▁pl", + "eno" + ], + [ + "▁frust", + "r" + ], + [ + "▁fr", + "ustr" + ], + [ + "▁Est", + "ud" + ], + [ + "▁E", + "stud" + ], + [ + "▁campanha", + "s" + ], + [ + "▁campan", + "has" + ], + [ + "▁camp", + "anhas" + ], + [ + "enge", + "r" + ], + [ + "eng", + "er" + ], + [ + "en", + "ger" + ], + [ + "e", + "nger" + ], + [ + "▁Ob", + "rig" + ], + [ + "fi", + "m" + ], + [ + "f", + "im" + ], + [ + "▁essential", + "ly" + ], + [ + "▁ess", + "entially" + ], + [ + "▁ext", + "end" + ], + [ + "▁", + "extend" + ], + [ + "▁energ", + "ética" + ], + [ + "á", + "n" + ], + [ + "▁pais", + "agem" + ], + [ + "▁baixa", + "s" + ], + [ + "▁baix", + "as" + ], + [ + "▁ba", + "ixas" + ], + [ + "▁b", + "aixas" + ], + [ + "▁che", + "io" + ], + [ + "▁complic", + "ações" + ], + [ + "▁compl", + "icações" + ], + [ + "▁com", + "plicações" + ], + [ + "▁part", + "o" + ], + [ + "▁par", + "to" + ], + [ + "▁p", + "arto" + ], + [ + "▁sen", + "ão" + ], + [ + "▁se", + "não" + ], + [ + "▁emiss", + "ão" + ], + [ + "▁em", + "issão" + ], + [ + "▁e", + "missão" + ], + [ + "iosa", + "s" + ], + [ + "ios", + "as" + ], + [ + "i", + "osas" + ], + [ + "(11", + ")" + ], + [ + "(1", + "1)" + ], + [ + "(", + "11)" + ], + [ + "▁ro", + "l" + ], + [ + "▁r", + "ol" + ], + [ + "▁", + "rol" + ], + [ + "▁elétrico", + "s" + ], + [ + "▁elétr", + "icos" + ], + [ + "▁el", + "étricos" + ], + [ + "▁therm", + "al" + ], + [ + "▁ther", + "mal" + ], + [ + "▁Man", + "ual" + ], + [ + "▁defe", + "ns" + ], + [ + "▁def", + "ens" + ], + [ + "▁assegura", + "r" + ], + [ + "▁asseg", + "urar" + ], + [ + "/", + "." + ], + [ + "▁Ve", + "n" + ], + [ + "▁V", + "en" + ], + [ + "▁port", + "e" + ], + [ + "▁por", + "te" + ], + [ + "▁p", + "orte" + ], + [ + "▁", + "porte" + ], + [ + "▁emb", + "edd" + ], + [ + "▁spir", + "it" + ], + [ + "▁sp", + "irit" + ], + [ + "S", + "o" + ], + [ + "u", + "indo" + ], + [ + "▁sens", + "ibil" + ], + [ + "▁Tur", + "n" + ], + [ + "▁Tu", + "rn" + ], + [ + "▁T", + "urn" + ], + [ + "▁", + "Turn" + ], + [ + "▁habitat", + "s" + ], + [ + "▁habita", + "ts" + ], + [ + "▁habit", + "ats" + ], + [ + "▁Ver", + "m" + ], + [ + "▁Ve", + "rm" + ], + [ + "GP", + "U" + ], + [ + "G", + "PU" + ], + [ + "ula", + "ting" + ], + [ + "ul", + "ating" + ], + [ + "het", + "ic" + ], + [ + "he", + "tic" + ], + [ + "h", + "etic" + ], + [ + "rier", + "s" + ], + [ + "rie", + "rs" + ], + [ + "ri", + "ers" + ], + [ + "r", + "iers" + ], + [ + "▁sala", + "s" + ], + [ + "▁sal", + "as" + ], + [ + "▁sa", + "las" + ], + [ + "▁s", + "alas" + ], + [ + "▁determin", + "a" + ], + [ + "▁deter", + "mina" + ], + [ + "▁Alexand", + "re" + ], + [ + "▁mant", + "e" + ], + [ + "▁man", + "te" + ], + [ + "▁m", + "ante" + ], + [ + "▁reference", + "s" + ], + [ + "▁refer", + "ences" + ], + [ + "▁refe", + "rences" + ], + [ + "▁re", + "ferences" + ], + [ + "▁laborator", + "y" + ], + [ + "▁labor", + "atory" + ], + [ + "▁sp", + "r" + ], + [ + "▁s", + "pr" + ], + [ + "Sc", + "al" + ], + [ + "S", + "cal" + ], + [ + "▁tric", + "k" + ], + [ + "▁tri", + "ck" + ], + [ + "▁tr", + "ick" + ], + [ + "▁t", + "rick" + ], + [ + "▁peri", + "ód" + ], + [ + "▁dedica", + "ted" + ], + [ + "▁dedic", + "ated" + ], + [ + "▁canc", + "el" + ], + [ + "▁can", + "cel" + ], + [ + "▁c", + "ancel" + ], + [ + "▁", + "cancel" + ], + [ + "▁v", + "ín" + ], + [ + "▁Ab", + "s" + ], + [ + "▁A", + "bs" + ], + [ + "▁", + "Abs" + ], + [ + "Scal", + "e" + ], + [ + "Sc", + "ale" + ], + [ + "S", + "cale" + ], + [ + "▁Prep", + "ar" + ], + [ + "▁Pre", + "par" + ], + [ + "▁May", + "be" + ], + [ + "▁", + "Maybe" + ], + [ + "▁esf", + "era" + ], + [ + "▁es", + "fera" + ], + [ + "we", + "et" + ], + [ + "▁195", + "0" + ], + [ + "▁19", + "50" + ], + [ + "érica", + "s" + ], + [ + "ér", + "icas" + ], + [ + "▁cos", + "m" + ], + [ + "▁co", + "sm" + ], + [ + "▁Rei", + "s" + ], + [ + "▁Re", + "is" + ], + [ + "▁R", + "eis" + ], + [ + "▁sig", + "ht" + ], + [ + "▁si", + "ght" + ], + [ + "▁s", + "ight" + ], + [ + "#", + "," + ], + [ + "▁Mas", + "ter" + ], + [ + "▁Ma", + "ster" + ], + [ + "▁M", + "aster" + ], + [ + "▁", + "Master" + ], + [ + "me", + "l" + ], + [ + "m", + "el" + ], + [ + "▁pion", + "e" + ], + [ + "▁pi", + "one" + ], + [ + "▁p", + "ione" + ], + [ + "▁nutrit", + "ion" + ], + [ + "▁nutri", + "tion" + ], + [ + "▁nut", + "rition" + ], + [ + "▁", + "nutrition" + ], + [ + "▁demonstra", + "r" + ], + [ + "▁demonstr", + "ar" + ], + [ + "▁demonst", + "rar" + ], + [ + "suc", + "h" + ], + [ + "su", + "ch" + ], + [ + "s", + "uch" + ], + [ + "▁Ant", + "ónio" + ], + [ + "▁direction", + "s" + ], + [ + "▁direct", + "ions" + ], + [ + "▁dire", + "ctions" + ], + [ + "▁dir", + "ections" + ], + [ + "00", + "4" + ], + [ + "0", + "04" + ], + [ + "ub", + "ble" + ], + [ + "▁impr", + "e" + ], + [ + "▁imp", + "re" + ], + [ + "▁im", + "pre" + ], + [ + "iga", + "n" + ], + [ + "ig", + "an" + ], + [ + "i", + "gan" + ], + [ + "▁Ha", + "b" + ], + [ + "▁H", + "ab" + ], + [ + "▁detect", + "ion" + ], + [ + "▁dete", + "ction" + ], + [ + "▁det", + "ection" + ], + [ + "za", + "r" + ], + [ + "z", + "ar" + ], + [ + "▁fórm", + "ula" + ], + [ + "▁fór", + "mula" + ], + [ + "ouro", + "s" + ], + [ + "our", + "os" + ], + [ + "ou", + "ros" + ], + [ + "o", + "uros" + ], + [ + "TI", + "M" + ], + [ + "T", + "IM" + ], + [ + "▁Cu", + "b" + ], + [ + "▁C", + "ub" + ], + [ + "▁provide", + "r" + ], + [ + "▁provid", + "er" + ], + [ + "▁prov", + "ider" + ], + [ + "▁", + "provider" + ], + [ + "▁Dev", + "ido" + ], + [ + "▁De", + "vido" + ], + [ + "▁conclui", + "r" + ], + [ + "▁conclu", + "ir" + ], + [ + "▁concl", + "uir" + ], + [ + "wa", + "n" + ], + [ + "w", + "an" + ], + [ + "▁acons", + "elh" + ], + [ + "vo", + "ke" + ], + [ + "v", + "oke" + ], + [ + ">", + ":" + ], + [ + "▁Ord", + "em" + ], + [ + "▁Or", + "dem" + ], + [ + "▁r", + "é" + ], + [ + "▁", + "ré" + ], + [ + "Call", + "back" + ], + [ + "rom", + "e" + ], + [ + "ro", + "me" + ], + [ + "r", + "ome" + ], + [ + "tra", + "c" + ], + [ + "tr", + "ac" + ], + [ + "t", + "rac" + ], + [ + "▁S", + "D" + ], + [ + "▁", + "SD" + ], + [ + "ín", + "cipe" + ], + [ + "▁Bes", + "t" + ], + [ + "▁Be", + "st" + ], + [ + "▁B", + "est" + ], + [ + "▁", + "Best" + ], + [ + "iga", + "te" + ], + [ + "ig", + "ate" + ], + [ + "i", + "gate" + ], + [ + "Trans", + "form" + ], + [ + "C", + "K" + ], + [ + "▁198", + "9" + ], + [ + "▁19", + "89" + ], + [ + "Select", + "ed" + ], + [ + "Sele", + "cted" + ], + [ + "Sel", + "ected" + ], + [ + "Se", + "lected" + ], + [ + "▁Uni", + "dade" + ], + [ + "▁Un", + "idade" + ], + [ + "▁]", + ";" + ], + [ + "▁", + "];" + ], + [ + "▁RE", + "C" + ], + [ + "▁R", + "EC" + ], + [ + "▁", + "REC" + ], + [ + "▁reduz", + "indo" + ], + [ + "▁doctor", + "s" + ], + [ + "▁do", + "ctors" + ], + [ + "▁imagina", + "r" + ], + [ + "▁imagin", + "ar" + ], + [ + "▁imag", + "inar" + ], + [ + "ATE", + "D" + ], + [ + "AT", + "ED" + ], + [ + "▁di", + "ox" + ], + [ + "▁d", + "iox" + ], + [ + "▁medi", + "eval" + ], + [ + "▁med", + "ieval" + ], + [ + "test", + "s" + ], + [ + "tes", + "ts" + ], + [ + "t", + "ests" + ], + [ + "▁ju", + "ventude" + ], + [ + "▁orig", + "ens" + ], + [ + "▁ori", + "gens" + ], + [ + "▁li", + "e" + ], + [ + "▁l", + "ie" + ], + [ + "▁", + "lie" + ], + [ + "▁We", + "ek" + ], + [ + "▁", + "Week" + ], + [ + "▁artic", + "ulação" + ], + [ + "rh", + "o" + ], + [ + "r", + "ho" + ], + [ + "▁adapta", + "r" + ], + [ + "▁adapt", + "ar" + ], + [ + "▁adap", + "tar" + ], + [ + "▁ên", + "fase" + ], + [ + "▁símbolo", + "s" + ], + [ + "▁símbol", + "os" + ], + [ + "34", + "," + ], + [ + "3", + "4," + ], + [ + "▁bibliote", + "ca" + ], + [ + "▁bib", + "lioteca" + ], + [ + "▁vind", + "o" + ], + [ + "▁vin", + "do" + ], + [ + "▁v", + "indo" + ], + [ + "▁mes", + "s" + ], + [ + "▁me", + "ss" + ], + [ + "▁m", + "ess" + ], + [ + "▁prov", + "is" + ], + [ + "▁pro", + "vis" + ], + [ + "▁child", + "hood" + ], + [ + "▁sus", + "c" + ], + [ + "▁su", + "sc" + ], + [ + "▁s", + "usc" + ], + [ + "▁la", + "n" + ], + [ + "▁l", + "an" + ], + [ + "▁", + "lan" + ], + [ + "áf", + "ico" + ], + [ + "á", + "fico" + ], + [ + "▁Dent", + "re" + ], + [ + "▁Den", + "tre" + ], + [ + "▁D", + "entre" + ], + [ + "▁phen", + "omen" + ], + [ + "▁mortal", + "idade" + ], + [ + "▁mort", + "alidade" + ], + [ + "▁c", + "âmer" + ], + [ + "▁Fam", + "ily" + ], + [ + "▁", + "Family" + ], + [ + "Pri", + "ce" + ], + [ + "Pr", + "ice" + ], + [ + "▁enga", + "ge" + ], + [ + "▁eng", + "age" + ], + [ + "▁en", + "gage" + ], + [ + "▁ampl", + "itude" + ], + [ + "▁So", + "r" + ], + [ + "▁S", + "or" + ], + [ + "▁ins", + "ist" + ], + [ + "▁2016", + "." + ], + [ + "▁201", + "6." + ], + [ + "▁20", + "16." + ], + [ + "▁da", + "ughter" + ], + [ + "▁electron", + "s" + ], + [ + "▁electro", + "ns" + ], + [ + "▁electr", + "ons" + ], + [ + "▁elect", + "rons" + ], + [ + "▁COL", + "L" + ], + [ + "▁CO", + "LL" + ], + [ + "▁", + "COLL" + ], + [ + "orse", + "s" + ], + [ + "ors", + "es" + ], + [ + "or", + "ses" + ], + [ + "▁phot", + "o" + ], + [ + "▁ph", + "oto" + ], + [ + "▁", + "photo" + ], + [ + "▁inj", + "ust" + ], + [ + "▁in", + "just" + ], + [ + "▁Pre", + "d" + ], + [ + "▁Pr", + "ed" + ], + [ + "▁P", + "red" + ], + [ + "▁", + "Pred" + ], + [ + "MA", + "N" + ], + [ + "M", + "AN" + ], + [ + "▁32", + "," + ], + [ + "▁3", + "2," + ], + [ + "▁", + "32," + ], + [ + ")", + "%" + ], + [ + "Bu", + "t" + ], + [ + "B", + "ut" + ], + [ + "▁substitui", + "r" + ], + [ + "▁substitu", + "ir" + ], + [ + "ólog", + "a" + ], + [ + "ól", + "oga" + ], + [ + "▁vo", + "n" + ], + [ + "▁v", + "on" + ], + [ + "▁associada", + "s" + ], + [ + "▁associa", + "das" + ], + [ + "▁associ", + "adas" + ], + [ + "▁assoc", + "iadas" + ], + [ + "ok", + "e" + ], + [ + "o", + "ke" + ], + [ + "▁gol", + "pe" + ], + [ + "▁destroy", + "ed" + ], + [ + "▁App", + "le" + ], + [ + "▁Ap", + "ple" + ], + [ + "▁opera", + "te" + ], + [ + "▁oper", + "ate" + ], + [ + "▁op", + "erate" + ], + [ + "75", + "," + ], + [ + "7", + "5," + ], + [ + "▁Pol", + "icy" + ], + [ + "▁", + "Policy" + ], + [ + "▁reduce", + "s" + ], + [ + "▁redu", + "ces" + ], + [ + "▁re", + "duces" + ], + [ + "▁associa", + "tion" + ], + [ + "▁associ", + "ation" + ], + [ + "▁assoc", + "iation" + ], + [ + "▁An", + "s" + ], + [ + "▁A", + "ns" + ], + [ + "▁ro", + "of" + ], + [ + "▁pá", + "ss" + ], + [ + "▁p", + "áss" + ], + [ + "▁trial", + "s" + ], + [ + "▁tri", + "als" + ], + [ + "▁ro", + "ub" + ], + [ + "▁r", + "oub" + ], + [ + "Ra", + "te" + ], + [ + "R", + "ate" + ], + [ + "bl", + "ack" + ], + [ + "▁Ir", + "a" + ], + [ + "▁I", + "ra" + ], + [ + "▁marg", + "em" + ], + [ + "▁mar", + "gem" + ], + [ + "▁ha", + "l" + ], + [ + "▁h", + "al" + ], + [ + "▁", + "hal" + ], + [ + "mov", + "e" + ], + [ + "mo", + "ve" + ], + [ + "m", + "ove" + ], + [ + "▁Sub", + "ject" + ], + [ + "▁Su", + "bject" + ], + [ + "▁", + "Subject" + ], + [ + "▁8010", + "2" + ], + [ + "▁801", + "02" + ], + [ + "▁80", + "102" + ], + [ + "▁inj", + "uries" + ], + [ + "▁Whe", + "ther" + ], + [ + "▁Wh", + "ether" + ], + [ + "rita", + "s" + ], + [ + "rit", + "as" + ], + [ + "ri", + "tas" + ], + [ + "r", + "itas" + ], + [ + "▁cab", + "o" + ], + [ + "▁ca", + "bo" + ], + [ + "▁c", + "abo" + ], + [ + "▁harm", + "ful" + ], + [ + "▁sche", + "me" + ], + [ + "▁sch", + "eme" + ], + [ + "Element", + "s" + ], + [ + "Elem", + "ents" + ], + [ + "Ele", + "ments" + ], + [ + "El", + "ements" + ], + [ + ".", + "\\" + ], + [ + "hea", + "st" + ], + [ + "he", + "ast" + ], + [ + "h", + "east" + ], + [ + "ula", + "tor" + ], + [ + "ul", + "ator" + ], + [ + "E", + "V" + ], + [ + "▁Stud", + "ent" + ], + [ + "▁ac", + "know" + ], + [ + "▁nessa", + "s" + ], + [ + "▁n", + "essas" + ], + [ + "▁tem", + "ática" + ], + [ + "▁te", + "mática" + ], + [ + "▁t", + "emática" + ], + [ + "ique", + "m" + ], + [ + "iqu", + "em" + ], + [ + "iq", + "uem" + ], + [ + "i", + "quem" + ], + [ + "▁Ric", + "ardo" + ], + [ + "▁R", + "icardo" + ], + [ + "ún", + "e" + ], + [ + "ú", + "ne" + ], + [ + "▁execut", + "e" + ], + [ + "▁exec", + "ute" + ], + [ + "▁ex", + "ecute" + ], + [ + "▁", + "execute" + ], + [ + "H", + "C" + ], + [ + "ADO", + "S" + ], + [ + "AD", + "OS" + ], + [ + "A", + "DOS" + ], + [ + "▁co", + "w" + ], + [ + "▁c", + "ow" + ], + [ + "▁", + "cow" + ], + [ + "▁apresenta", + "da" + ], + [ + "▁apresent", + "ada" + ], + [ + "sk", + "i" + ], + [ + "s", + "ki" + ], + [ + "▁C", + "T" + ], + [ + "▁", + "CT" + ], + [ + "▁Je", + "ff" + ], + [ + "▁J", + "eff" + ], + [ + "col", + "s" + ], + [ + "co", + "ls" + ], + [ + "c", + "ols" + ], + [ + "▁lag", + "o" + ], + [ + "▁la", + "go" + ], + [ + "▁l", + "ago" + ], + [ + "-", + "}" + ], + [ + "▁past", + "or" + ], + [ + "▁pas", + "tor" + ], + [ + "▁exp", + "r" + ], + [ + "▁ex", + "pr" + ], + [ + "▁", + "expr" + ], + [ + "▁Blu", + "e" + ], + [ + "▁Bl", + "ue" + ], + [ + "▁", + "Blue" + ], + [ + "▁adequado", + "s" + ], + [ + "▁adequ", + "ados" + ], + [ + "▁fazem", + "os" + ], + [ + "▁faz", + "emos" + ], + [ + "X", + "ml" + ], + [ + "▁Sam", + "uel" + ], + [ + "▁Works", + "heet" + ], + [ + "▁Work", + "sheet" + ], + [ + "р", + "е" + ], + [ + "En", + "gine" + ], + [ + "▁Enc", + "ont" + ], + [ + "▁En", + "cont" + ], + [ + "▁Is", + "s" + ], + [ + "▁I", + "ss" + ], + [ + "▁", + "Iss" + ], + [ + "64", + "." + ], + [ + "6", + "4." + ], + [ + "▁intens", + "ity" + ], + [ + "▁int", + "ensity" + ], + [ + "▁jan", + "ela" + ], + [ + "▁S", + "M" + ], + [ + "▁", + "SM" + ], + [ + "La", + "yer" + ], + [ + "L", + "ayer" + ], + [ + "ige", + "r" + ], + [ + "ig", + "er" + ], + [ + "i", + "ger" + ], + [ + "▁reve", + "st" + ], + [ + "▁rev", + "est" + ], + [ + "▁re", + "vest" + ], + [ + "1", + "=" + ], + [ + "30", + "1" + ], + [ + "3", + "01" + ], + [ + "▁no", + "bre" + ], + [ + "▁n", + "obre" + ], + [ + "f", + "b" + ], + [ + "▁Ro", + "g" + ], + [ + "▁R", + "og" + ], + [ + "▁pont", + "e" + ], + [ + "▁pon", + "te" + ], + [ + "▁p", + "onte" + ], + [ + "▁def", + "orm" + ], + [ + "▁de", + "form" + ], + [ + "k", + "k" + ], + [ + "▁escolh", + "ido" + ], + [ + "▁0.", + "1" + ], + [ + "▁0", + ".1" + ], + [ + "▁", + "0.1" + ], + [ + "▁luta", + "s" + ], + [ + "▁lut", + "as" + ], + [ + "▁lu", + "tas" + ], + [ + "▁l", + "utas" + ], + [ + "▁spec", + "ify" + ], + [ + "▁instrument", + "s" + ], + [ + "▁instru", + "ments" + ], + [ + "▁instr", + "uments" + ], + [ + "▁doc", + "ente" + ], + [ + "ech", + "o" + ], + [ + "ec", + "ho" + ], + [ + "e", + "cho" + ], + [ + "▁flag", + "s" + ], + [ + "▁fl", + "ags" + ], + [ + "▁", + "flags" + ], + [ + "▁sl", + "a" + ], + [ + "▁s", + "la" + ], + [ + "▁descreve", + "r" + ], + [ + "▁descre", + "ver" + ], + [ + "▁desc", + "rever" + ], + [ + "▁des", + "crever" + ], + [ + "▁brincadeira", + "s" + ], + [ + "▁brinc", + "adeiras" + ], + [ + "repo", + "rt" + ], + [ + "rep", + "ort" + ], + [ + "re", + "port" + ], + [ + "br", + "id" + ], + [ + "b", + "rid" + ], + [ + "▁pay", + "ment" + ], + [ + "▁", + "payment" + ], + [ + "▁telef", + "one" + ], + [ + "▁tele", + "fone" + ], + [ + "ob", + "ra" + ], + [ + "o", + "bra" + ], + [ + "▁2007", + "." + ], + [ + "▁200", + "7." + ], + [ + "▁20", + "07." + ], + [ + "▁eletr", + "o" + ], + [ + "▁elet", + "ro" + ], + [ + "▁ele", + "tro" + ], + [ + "US", + "H" + ], + [ + "U", + "SH" + ], + [ + "▁Sup", + "port" + ], + [ + "▁S", + "upport" + ], + [ + "▁", + "Support" + ], + [ + "▁communic", + "ate" + ], + [ + "▁commun", + "icate" + ], + [ + "▁Revol", + "ution" + ], + [ + "▁Re", + "volution" + ], + [ + ">", + ";" + ], + [ + "▁09", + ":" + ], + [ + "▁0", + "9:" + ], + [ + "▁", + "09:" + ], + [ + "▁some", + "what" + ], + [ + "LO", + "W" + ], + [ + "▁mo", + "unt" + ], + [ + "▁m", + "ount" + ], + [ + "▁", + "mount" + ], + [ + "▁Sup", + "pose" + ], + [ + ">1", + "-10" + ], + [ + "▁sil", + "êncio" + ], + [ + "▁Fore", + "st" + ], + [ + "▁For", + "est" + ], + [ + "▁Fo", + "rest" + ], + [ + "▁", + "Forest" + ], + [ + "3", + "}" + ], + [ + "▁te", + "s" + ], + [ + "▁t", + "es" + ], + [ + "▁", + "tes" + ], + [ + "els", + "on" + ], + [ + "el", + "son" + ], + [ + "▁nota", + "tion" + ], + [ + "▁not", + "ation" + ], + [ + "▁", + "notation" + ], + [ + "LO", + "AD" + ], + [ + "▁atom", + "ic" + ], + [ + "▁ato", + "mic" + ], + [ + "▁at", + "omic" + ], + [ + "▁", + "atomic" + ], + [ + "Sa", + "ve" + ], + [ + "S", + "ave" + ], + [ + "▁aç", + "o" + ], + [ + "▁a", + "ço" + ], + [ + "▁", + "aço" + ], + [ + "▁ácido", + "s" + ], + [ + "▁á", + "cidos" + ], + [ + "wi", + "ki" + ], + [ + "w", + "iki" + ], + [ + "▁Sav", + "e" + ], + [ + "▁Sa", + "ve" + ], + [ + "▁S", + "ave" + ], + [ + "▁", + "Save" + ], + [ + "▁distinta", + "s" + ], + [ + "▁distint", + "as" + ], + [ + "▁distin", + "tas" + ], + [ + "▁dist", + "intas" + ], + [ + "▁wild", + "life" + ], + [ + "ane", + "amento" + ], + [ + "▁indic", + "es" + ], + [ + "▁ind", + "ices" + ], + [ + "▁", + "indices" + ], + [ + "eric", + "órdia" + ], + [ + "▁transform", + "a" + ], + [ + "▁trans", + "forma" + ], + [ + "imp", + "l" + ], + [ + "im", + "pl" + ], + [ + "▁sub", + "ord" + ], + [ + "▁2019", + "," + ], + [ + "▁201", + "9," + ], + [ + "▁20", + "19," + ], + [ + "▁brows", + "er" + ], + [ + "▁b", + "rowser" + ], + [ + "▁", + "browser" + ], + [ + "▁coloca", + "do" + ], + [ + "▁coloc", + "ado" + ], + [ + "▁colo", + "cado" + ], + [ + "▁col", + "ocado" + ], + [ + "▁", + "≤" + ], + [ + "tem", + "ente" + ], + [ + "te", + "mente" + ], + [ + "t", + "emente" + ], + [ + "▁poem", + "a" + ], + [ + "▁po", + "ema" + ], + [ + "▁marin", + "e" + ], + [ + "▁mar", + "ine" + ], + [ + "▁ma", + "rine" + ], + [ + "enho", + "use" + ], + [ + "enh", + "ouse" + ], + [ + "en", + "house" + ], + [ + "▁O", + "P" + ], + [ + "▁", + "OP" + ], + [ + "Ter", + "m" + ], + [ + "Te", + "rm" + ], + [ + "ion", + "ista" + ], + [ + "▁Art", + "igo" + ], + [ + "▁argumento", + "s" + ], + [ + "▁argument", + "os" + ], + [ + "▁arg", + "umentos" + ], + [ + "▁aplic", + "a" + ], + [ + "▁apl", + "ica" + ], + [ + "▁ap", + "lica" + ], + [ + "▁a", + "plica" + ], + [ + "ilt", + "on" + ], + [ + "il", + "ton" + ], + [ + "▁espa", + "l" + ], + [ + "▁esp", + "al" + ], + [ + "▁es", + "pal" + ], + [ + "▁conviv", + "ência" + ], + [ + "▁conv", + "ivência" + ], + [ + "at", + "u" + ], + [ + "a", + "tu" + ], + [ + "▁Ne", + "ver" + ], + [ + "▁N", + "ever" + ], + [ + "▁Meas", + "ure" + ], + [ + "▁Me", + "asure" + ], + [ + "▁", + "Measure" + ], + [ + "▁center", + "s" + ], + [ + "▁cent", + "ers" + ], + [ + "▁cen", + "ters" + ], + [ + "▁f", + "ashion" + ], + [ + "▁mant", + "endo" + ], + [ + ".", + "-" + ], + [ + "▁idea", + "is" + ], + [ + "▁ide", + "ais" + ], + [ + "▁I", + "L" + ], + [ + "▁", + "IL" + ], + [ + "iótico", + "s" + ], + [ + "ió", + "ticos" + ], + [ + "i", + "óticos" + ], + [ + "16", + "0" + ], + [ + "1", + "60" + ], + [ + "ces", + "a" + ], + [ + "ce", + "sa" + ], + [ + "c", + "esa" + ], + [ + "▁Shar", + "e" + ], + [ + "▁Sha", + "re" + ], + [ + "▁Sh", + "are" + ], + [ + "▁", + "Share" + ], + [ + "▁08", + ":" + ], + [ + "▁0", + "8:" + ], + [ + "▁", + "08:" + ], + [ + "▁thread", + "s" + ], + [ + "▁th", + "reads" + ], + [ + "▁", + "threads" + ], + [ + "ç", + "ando" + ], + [ + "▁8", + "6" + ], + [ + "▁", + "86" + ], + [ + "▁do", + "ente" + ], + [ + "▁En", + "vi" + ], + [ + "▁harm", + "on" + ], + [ + "▁har", + "mon" + ], + [ + "▁territ", + "orial" + ], + [ + "▁Ind", + "iv" + ], + [ + "▁In", + "div" + ], + [ + "▁ingrediente", + "s" + ], + [ + "▁ingredient", + "es" + ], + [ + "▁ingred", + "ientes" + ], + [ + "sa", + "l" + ], + [ + "s", + "al" + ], + [ + "▁cry", + "st" + ], + [ + "▁cr", + "yst" + ], + [ + "ay", + "lor" + ], + [ + "▁atua", + "m" + ], + [ + "▁atu", + "am" + ], + [ + "▁at", + "uam" + ], + [ + "óp", + "io" + ], + [ + "ó", + "pio" + ], + [ + "90", + "0" + ], + [ + "9", + "00" + ], + [ + "▁declare", + "d" + ], + [ + "▁declar", + "ed" + ], + [ + "▁decl", + "ared" + ], + [ + "▁sched", + "ule" + ], + [ + "▁sche", + "dule" + ], + [ + "▁", + "schedule" + ], + [ + "fr", + "ont" + ], + [ + "f", + "ront" + ], + [ + "▁aer", + "on" + ], + [ + "▁a", + "eron" + ], + [ + "▁lu", + "x" + ], + [ + "▁l", + "ux" + ], + [ + "▁", + "lux" + ], + [ + "▁cra", + "ft" + ], + [ + "▁c", + "raft" + ], + [ + "▁", + "craft" + ], + [ + "bu", + "r" + ], + [ + "b", + "ur" + ], + [ + "▁g", + "a" + ], + [ + "▁", + "ga" + ], + [ + "▁praga", + "s" + ], + [ + "▁prag", + "as" + ], + [ + "▁pra", + "gas" + ], + [ + "▁pr", + "agas" + ], + [ + "▁Hi", + "g" + ], + [ + "▁H", + "ig" + ], + [ + "▁interval", + "o" + ], + [ + "▁interv", + "alo" + ], + [ + "f", + "g" + ], + [ + "sh", + "ot" + ], + [ + "s", + "hot" + ], + [ + "▁Bib", + "lioteca" + ], + [ + "▁will", + "ing" + ], + [ + "▁w", + "illing" + ], + [ + "▁graph", + "s" + ], + [ + "1\"", + "," + ], + [ + "1", + "\"," + ], + [ + "tra", + "r" + ], + [ + "tr", + "ar" + ], + [ + "t", + "rar" + ], + [ + "▁un", + "us" + ], + [ + "▁forte", + "mente" + ], + [ + "▁fort", + "emente" + ], + [ + "▁for", + "temente" + ], + [ + "▁St", + "a" + ], + [ + "▁S", + "ta" + ], + [ + "▁declar", + "e" + ], + [ + "▁decl", + "are" + ], + [ + "▁Ce", + "ar" + ], + [ + "▁C", + "ear" + ], + [ + "▁fra", + "n" + ], + [ + "▁fr", + "an" + ], + [ + "▁f", + "ran" + ], + [ + "▁entend", + "e" + ], + [ + "▁ent", + "ende" + ], + [ + "▁exce", + "ed" + ], + [ + "▁ex", + "ceed" + ], + [ + "▁cob", + "re" + ], + [ + "▁co", + "bre" + ], + [ + "▁c", + "obre" + ], + [ + "0.0", + "," + ], + [ + "0.", + "0," + ], + [ + "▁Dist", + "r" + ], + [ + "▁Dis", + "tr" + ], + [ + "▁Di", + "str" + ], + [ + "▁D", + "istr" + ], + [ + "▁Pre", + "feitura" + ], + [ + "HE", + "R" + ], + [ + "H", + "ER" + ], + [ + "▁nutri", + "ção" + ], + [ + "▁nut", + "rição" + ], + [ + "▁", + "nutrição" + ], + [ + "ba", + "d" + ], + [ + "b", + "ad" + ], + [ + "▁científica", + "s" + ], + [ + "▁científ", + "icas" + ], + [ + "▁cient", + "íficas" + ], + [ + "igu", + "e" + ], + [ + "ig", + "ue" + ], + [ + "i", + "gue" + ], + [ + "setting", + "s" + ], + [ + "set", + "tings" + ], + [ + "▁segundo", + "s" + ], + [ + "▁seg", + "undos" + ], + [ + "▁(1", + "0" + ], + [ + "▁(", + "10" + ], + [ + "▁", + "(10" + ], + [ + "▁Fr", + "a" + ], + [ + "▁F", + "ra" + ], + [ + "sh", + "ort" + ], + [ + "s", + "hort" + ], + [ + "chan", + "nel" + ], + [ + "ch", + "annel" + ], + [ + "▁mechanism", + "s" + ], + [ + "▁mechan", + "isms" + ], + [ + "▁BR", + "K" + ], + [ + "▁B", + "RK" + ], + [ + "▁orçament", + "o" + ], + [ + "▁orç", + "amento" + ], + [ + "▁or", + "çamento" + ], + [ + "74", + "," + ], + [ + "7", + "4," + ], + [ + "tw", + "o" + ], + [ + "t", + "wo" + ], + [ + "▁vertic", + "es" + ], + [ + "▁vert", + "ices" + ], + [ + "▁ver", + "tices" + ], + [ + "▁", + "vertices" + ], + [ + "▁M", + "E" + ], + [ + "▁", + "ME" + ], + [ + "gam", + "ma" + ], + [ + "ga", + "mma" + ], + [ + "g", + "amma" + ], + [ + "▁quebr", + "a" + ], + [ + "▁que", + "bra" + ], + [ + "▁qu", + "ebra" + ], + [ + "▁Art", + "h" + ], + [ + "▁Ar", + "th" + ], + [ + "▁deu", + "s" + ], + [ + "▁de", + "us" + ], + [ + "▁d", + "eus" + ], + [ + "S", + "k" + ], + [ + "▁C", + "F" + ], + [ + "▁", + "CF" + ], + [ + "▁leva", + "do" + ], + [ + "▁lev", + "ado" + ], + [ + "▁le", + "vado" + ], + [ + "V", + "O" + ], + [ + "▁WITH", + "OUT" + ], + [ + "▁WIT", + "HOUT" + ], + [ + "▁cor", + "n" + ], + [ + "▁co", + "rn" + ], + [ + "▁c", + "orn" + ], + [ + "▁", + "corn" + ], + [ + "▁R", + "s" + ], + [ + "▁", + "Rs" + ], + [ + "inado", + "s" + ], + [ + "ina", + "dos" + ], + [ + "in", + "ados" + ], + [ + "▁Note", + "s" + ], + [ + "▁Not", + "es" + ], + [ + "▁No", + "tes" + ], + [ + "▁N", + "otes" + ], + [ + "▁", + "Notes" + ], + [ + "▁traum", + "a" + ], + [ + "▁tra", + "uma" + ], + [ + "t", + "z" + ], + [ + "ICA", + "L" + ], + [ + "IC", + "AL" + ], + [ + "I", + "CAL" + ], + [ + "▁rota", + "te" + ], + [ + "▁rot", + "ate" + ], + [ + "▁", + "rotate" + ], + [ + "▁200", + "1" + ], + [ + "▁20", + "01" + ], + [ + "▁2", + "001" + ], + [ + "ond", + "o" + ], + [ + "on", + "do" + ], + [ + "▁moment", + "um" + ], + [ + "▁mom", + "entum" + ], + [ + "▁coefficient", + "s" + ], + [ + "▁coeff", + "icients" + ], + [ + "▁eng", + "a" + ], + [ + "▁en", + "ga" + ], + [ + "▁", + "enga" + ], + [ + "ove", + "s" + ], + [ + "ov", + "es" + ], + [ + "o", + "ves" + ], + [ + "Sche", + "ma" + ], + [ + "Sch", + "ema" + ], + [ + "Sc", + "hema" + ], + [ + "▁PRO", + "F" + ], + [ + "▁PR", + "OF" + ], + [ + "▁Jo", + "v" + ], + [ + "▁J", + "ov" + ], + [ + "▁Mod", + "ule" + ], + [ + "▁Mo", + "dule" + ], + [ + "▁", + "Module" + ], + [ + "▁Gal", + "l" + ], + [ + "▁Ga", + "ll" + ], + [ + "▁G", + "all" + ], + [ + "▁Agricult", + "ura" + ], + [ + "▁Agr", + "icultura" + ], + [ + "eiro", + "s" + ], + [ + "ei", + "ros" + ], + [ + "e", + "iros" + ], + [ + "▁vis", + "ível" + ], + [ + "▁lança", + "do" + ], + [ + "▁lanç", + "ado" + ], + [ + "▁lan", + "çado" + ], + [ + "▁apply", + "ing" + ], + [ + "▁appl", + "ying" + ], + [ + "▁app", + "lying" + ], + [ + "▁f", + "u" + ], + [ + "▁", + "fu" + ], + [ + "▁Rel", + "ated" + ], + [ + "▁parâmetro", + "s" + ], + [ + "▁parâ", + "metros" + ], + [ + "▁par", + "âmetros" + ], + [ + "íb", + "a" + ], + [ + "í", + "ba" + ], + [ + "edia", + "t" + ], + [ + "edi", + "at" + ], + [ + "ed", + "iat" + ], + [ + "▁23", + ":" + ], + [ + "▁2", + "3:" + ], + [ + "▁", + "23:" + ], + [ + "he", + "n" + ], + [ + "h", + "en" + ], + [ + "cad", + "o" + ], + [ + "ca", + "do" + ], + [ + "c", + "ado" + ], + [ + "▁ban", + "ho" + ], + [ + "▁b", + "anho" + ], + [ + "▁philosoph", + "y" + ], + [ + "ube", + "r" + ], + [ + "ub", + "er" + ], + [ + "u", + "ber" + ], + [ + "ADO", + "R" + ], + [ + "AD", + "OR" + ], + [ + "▁Ve", + "c" + ], + [ + "▁V", + "ec" + ], + [ + "▁", + "Vec" + ], + [ + "Bo", + "und" + ], + [ + "B", + "ound" + ], + [ + "▁definition", + "s" + ], + [ + "▁definit", + "ions" + ], + [ + "▁defin", + "itions" + ], + [ + "▁def", + "initions" + ], + [ + "▁recogn", + "ition" + ], + [ + "▁estr", + "ada" + ], + [ + "▁est", + "rada" + ], + [ + "▁Char", + "acter" + ], + [ + "▁", + "Character" + ], + [ + "▁compose", + "d" + ], + [ + "▁compos", + "ed" + ], + [ + "▁comp", + "osed" + ], + [ + "▁com", + "posed" + ], + [ + "ar", + "ticle" + ], + [ + "By", + "Val" + ], + [ + "▁c", + "p" + ], + [ + "▁", + "cp" + ], + [ + "▁ace", + "ita" + ], + [ + "▁Disp", + "lay" + ], + [ + "▁Dis", + "play" + ], + [ + "▁", + "Display" + ], + [ + "▁", + "∧" + ], + [ + "▁Ta", + "r" + ], + [ + "▁T", + "ar" + ], + [ + "▁espanh", + "ol" + ], + [ + "▁esp", + "anhol" + ], + [ + "▁ignor", + "e" + ], + [ + "▁ign", + "ore" + ], + [ + "▁", + "ignore" + ], + [ + "IS", + "E" + ], + [ + "I", + "SE" + ], + [ + "▁Ser", + "ies" + ], + [ + "▁Se", + "ries" + ], + [ + "▁S", + "eries" + ], + [ + "▁", + "Series" + ], + [ + "im", + "i" + ], + [ + "i", + "mi" + ], + [ + "ga", + "te" + ], + [ + "g", + "ate" + ], + [ + "▁h", + "tml" + ], + [ + "▁", + "html" + ], + [ + "▁fur", + "n" + ], + [ + "▁fu", + "rn" + ], + [ + "▁f", + "urn" + ], + [ + "▁acid", + "s" + ], + [ + "▁ac", + "ids" + ], + [ + "ânea", + "s" + ], + [ + "âne", + "as" + ], + [ + "ân", + "eas" + ], + [ + "â", + "neas" + ], + [ + "prof", + "ile" + ], + [ + "pro", + "file" + ], + [ + "▁Na", + "m" + ], + [ + "▁N", + "am" + ], + [ + "▁", + "Nam" + ], + [ + "▁med", + "itação" + ], + [ + "▁viv", + "a" + ], + [ + "▁vi", + "va" + ], + [ + "▁v", + "iva" + ], + [ + "Ch", + "annel" + ], + [ + "▁chuva", + "s" + ], + [ + "▁chu", + "vas" + ], + [ + "▁civil", + "ização" + ], + [ + "▁civ", + "ilização" + ], + [ + "2)", + ")" + ], + [ + "2", + "))" + ], + [ + "▁inval", + "id" + ], + [ + "▁in", + "valid" + ], + [ + "▁", + "invalid" + ], + [ + "3", + "\"" + ], + [ + "▁bull", + "ying" + ], + [ + "▁bul", + "lying" + ], + [ + "▁b", + "ullying" + ], + [ + "▁", + "bullying" + ], + [ + "▁edifício", + "s" + ], + [ + "▁edif", + "ícios" + ], + [ + "▁Ty", + "p" + ], + [ + "▁T", + "yp" + ], + [ + "▁", + "Typ" + ], + [ + "ga", + "do" + ], + [ + "g", + "ado" + ], + [ + "▁W", + "ikipedia" + ], + [ + "▁We", + "l" + ], + [ + "▁W", + "el" + ], + [ + "▁Mulher", + "es" + ], + [ + "▁C", + "B" + ], + [ + "▁", + "CB" + ], + [ + "lia", + "ment" + ], + [ + "li", + "ament" + ], + [ + "itar", + "y" + ], + [ + "ita", + "ry" + ], + [ + "it", + "ary" + ], + [ + "ó", + "cio" + ], + [ + "ve", + "m" + ], + [ + "v", + "em" + ], + [ + "Write", + "r" + ], + [ + "Writ", + "er" + ], + [ + "W", + "riter" + ], + [ + "▁fair", + "ly" + ], + [ + "▁cap", + "it" + ], + [ + "▁ca", + "pit" + ], + [ + "▁Ho", + "t" + ], + [ + "▁H", + "ot" + ], + [ + "▁", + "Hot" + ], + [ + "▁arrive", + "d" + ], + [ + "▁arr", + "ived" + ], + [ + "tei", + "ra" + ], + [ + "te", + "ira" + ], + [ + "t", + "eira" + ], + [ + "▁v", + "á" + ], + [ + "▁competit", + "ion" + ], + [ + "▁compet", + "ition" + ], + [ + "▁aprov", + "ação" + ], + [ + "▁apro", + "vação" + ], + [ + "▁apr", + "ovação" + ], + [ + "INS", + "T" + ], + [ + "IN", + "ST" + ], + [ + "7)", + "," + ], + [ + "7", + ")," + ], + [ + "▁causa", + "m" + ], + [ + "▁caus", + "am" + ], + [ + "CCC", + "C" + ], + [ + "CC", + "CC" + ], + [ + "C", + "CCC" + ], + [ + "▁O", + "d" + ], + [ + "Over", + "ride" + ], + [ + "An", + "al" + ], + [ + "A", + "nal" + ], + [ + "UI", + "nt" + ], + [ + "U", + "Int" + ], + [ + "▁design", + "s" + ], + [ + "flag", + "s" + ], + [ + "fl", + "ags" + ], + [ + "cf", + "g" + ], + [ + "c", + "fg" + ], + [ + "fo", + "o" + ], + [ + "f", + "oo" + ], + [ + "▁Or", + "a" + ], + [ + "▁O", + "ra" + ], + [ + "▁Equation", + "s" + ], + [ + "▁Equ", + "ations" + ], + [ + "▁Eq", + "uations" + ], + [ + "gam", + "e" + ], + [ + "ga", + "me" + ], + [ + "g", + "ame" + ], + [ + "▁ca", + "c" + ], + [ + "▁c", + "ac" + ], + [ + "▁cham", + "ou" + ], + [ + "▁alar", + "m" + ], + [ + "▁al", + "arm" + ], + [ + "ng", + "er" + ], + [ + "n", + "ger" + ], + [ + "▁Cla", + "r" + ], + [ + "▁Cl", + "ar" + ], + [ + "▁C", + "lar" + ], + [ + "sto", + "rage" + ], + [ + "st", + "orage" + ], + [ + "Cr", + "e" + ], + [ + "C", + "re" + ], + [ + "▁calorie", + "s" + ], + [ + "▁calor", + "ies" + ], + [ + "▁cal", + "ories" + ], + [ + "áss", + "io" + ], + [ + "▁rgb", + "a" + ], + [ + "▁rg", + "ba" + ], + [ + "com", + "ing" + ], + [ + "co", + "ming" + ], + [ + "c", + "oming" + ], + [ + "▁af", + "ro" + ], + [ + "▁dia", + "b" + ], + [ + "▁di", + "ab" + ], + [ + "▁d", + "iab" + ], + [ + "▁Reg", + "ião" + ], + [ + "▁distúrbio", + "s" + ], + [ + "▁distúrb", + "ios" + ], + [ + "▁Ban", + "g" + ], + [ + "▁Ba", + "ng" + ], + [ + "▁B", + "ang" + ], + [ + "▁compre", + "ss" + ], + [ + "▁compr", + "ess" + ], + [ + "▁comp", + "ress" + ], + [ + "▁com", + "press" + ], + [ + "▁tra", + "v" + ], + [ + "▁tr", + "av" + ], + [ + "▁t", + "rav" + ], + [ + "▁", + "trav" + ], + [ + "▁ru", + "im" + ], + [ + "bu", + "m" + ], + [ + "b", + "um" + ], + [ + "▁tir", + "e" + ], + [ + "▁ti", + "re" + ], + [ + "▁t", + "ire" + ], + [ + "▁der", + "am" + ], + [ + "▁de", + "ram" + ], + [ + "▁d", + "eram" + ], + [ + "▁h", + "us" + ], + [ + "▁curso", + "r" + ], + [ + "▁curs", + "or" + ], + [ + "▁c", + "ursor" + ], + [ + "▁", + "cursor" + ], + [ + "▁sp", + "atial" + ], + [ + "▁litro", + "s" + ], + [ + "▁lit", + "ros" + ], + [ + "▁li", + "tros" + ], + [ + "MA", + "S" + ], + [ + "M", + "AS" + ], + [ + "▁Sha", + "r" + ], + [ + "▁Sh", + "ar" + ], + [ + "▁S", + "har" + ], + [ + "L", + "a" + ], + [ + "26", + "," + ], + [ + "2", + "6," + ], + [ + "lo", + "or" + ], + [ + "▁Cli", + "que" + ], + [ + "▁Cl", + "ique" + ], + [ + "▁C", + "lique" + ], + [ + "-2", + "4" + ], + [ + "-", + "24" + ], + [ + "▁E", + "instein" + ], + [ + "▁em", + "an" + ], + [ + "▁e", + "man" + ], + [ + "▁", + "eman" + ], + [ + "▁idi", + "oma" + ], + [ + "▁despesa", + "s" + ], + [ + "▁desp", + "esas" + ], + [ + "stat", + "s" + ], + [ + "sta", + "ts" + ], + [ + "st", + "ats" + ], + [ + "com", + "ponent" + ], + [ + "▁conf", + "ort" + ], + [ + "▁con", + "fort" + ], + [ + "EN", + "V" + ], + [ + "E", + "NV" + ], + [ + "▁julg", + "amento" + ], + [ + "▁2.", + "5" + ], + [ + "▁2", + ".5" + ], + [ + "▁", + "2.5" + ], + [ + "▁An", + "álise" + ], + [ + "!(", + "\"" + ], + [ + "!", + "(\"" + ], + [ + "▁as", + "ync" + ], + [ + "▁a", + "sync" + ], + [ + "▁", + "async" + ], + [ + "18", + "." + ], + [ + "1", + "8." + ], + [ + "▁stre", + "et" + ], + [ + "▁st", + "reet" + ], + [ + "▁", + "street" + ], + [ + "▁ident", + "ical" + ], + [ + "cha", + "ve" + ], + [ + "ch", + "ave" + ], + [ + "c", + "have" + ], + [ + "ES", + "C" + ], + [ + "E", + "SC" + ], + [ + "▁dup", + "la" + ], + [ + "▁du", + "pla" + ], + [ + "cos", + "t" + ], + [ + "co", + "st" + ], + [ + "c", + "ost" + ], + [ + "▁Pi", + "a" + ], + [ + "▁P", + "ia" + ], + [ + "Ma", + "y" + ], + [ + "M", + "ay" + ], + [ + "t", + "l" + ], + [ + "▁tomada", + "s" + ], + [ + "▁toma", + "das" + ], + [ + "▁tom", + "adas" + ], + [ + "▁Has", + "h" + ], + [ + "▁Ha", + "sh" + ], + [ + "▁H", + "ash" + ], + [ + "▁", + "Hash" + ], + [ + "▁dis", + "k" + ], + [ + "▁di", + "sk" + ], + [ + "▁d", + "isk" + ], + [ + "▁", + "disk" + ], + [ + "ósse", + "is" + ], + [ + "Wh", + "en" + ], + [ + "W", + "hen" + ], + [ + "▁colhe", + "ita" + ], + [ + "as", + "y" + ], + [ + "a", + "sy" + ], + [ + "▁prepara", + "tion" + ], + [ + "▁prepar", + "ation" + ], + [ + "▁hid", + "r" + ], + [ + "▁hi", + "dr" + ], + [ + "▁h", + "idr" + ], + [ + "▁convers", + "ão" + ], + [ + "▁conver", + "são" + ], + [ + "▁con", + "versão" + ], + [ + "▁satisf", + "ação" + ], + [ + "-2", + "5" + ], + [ + "-", + "25" + ], + [ + "▁sem", + "ente" + ], + [ + "▁se", + "mente" + ], + [ + "▁s", + "emente" + ], + [ + "▁CP", + "U" + ], + [ + "▁C", + "PU" + ], + [ + "▁", + "CPU" + ], + [ + "▁vive", + "u" + ], + [ + "▁viv", + "eu" + ], + [ + "▁vi", + "veu" + ], + [ + "▁v", + "iveu" + ], + [ + "▁process", + "ed" + ], + [ + "▁proc", + "essed" + ], + [ + "▁", + "processed" + ], + [ + "▁multi", + "d" + ], + [ + "▁mult", + "id" + ], + [ + "▁mul", + "tid" + ], + [ + "▁Criança", + "s" + ], + [ + "▁Cri", + "anças" + ], + [ + "▁Cr", + "ianças" + ], + [ + "▁16", + "0" + ], + [ + "▁1", + "60" + ], + [ + "▁", + "160" + ], + [ + ".'", + "," + ], + [ + ".", + "'," + ], + [ + "▁ter", + "ça" + ], + [ + "▁coronav", + "írus" + ], + [ + "▁", + "θ" + ], + [ + "ano", + "l" + ], + [ + "an", + "ol" + ], + [ + "▁jap", + "on" + ], + [ + "▁ja", + "pon" + ], + [ + "▁j", + "apon" + ], + [ + "asm", + "a" + ], + [ + "as", + "ma" + ], + [ + "SEL", + "ECT" + ], + [ + "SE", + "LECT" + ], + [ + "▁saib", + "a" + ], + [ + "▁sai", + "ba" + ], + [ + "▁sa", + "iba" + ], + [ + "z", + "i" + ], + [ + "▁Ir", + "e" + ], + [ + "▁I", + "re" + ], + [ + "FF", + "C" + ], + [ + "F", + "FC" + ], + [ + "▁recor", + "r" + ], + [ + "▁rec", + "orr" + ], + [ + "▁re", + "corr" + ], + [ + "▁w", + "itness" + ], + [ + "▁volunt", + "e" + ], + [ + "▁vol", + "unte" + ], + [ + "rava", + "m" + ], + [ + "rav", + "am" + ], + [ + "ra", + "vam" + ], + [ + "r", + "avam" + ], + [ + "▁descre", + "ve" + ], + [ + "▁desc", + "reve" + ], + [ + "▁sc", + "atter" + ], + [ + "▁", + "scatter" + ], + [ + "▁ver", + "t" + ], + [ + "▁ve", + "rt" + ], + [ + "▁v", + "ert" + ], + [ + "▁", + "vert" + ], + [ + "age", + "n" + ], + [ + "ag", + "en" + ], + [ + "a", + "gen" + ], + [ + "▁red", + "ação" + ], + [ + "▁1.", + "2" + ], + [ + "▁1", + ".2" + ], + [ + "▁", + "1.2" + ], + [ + "▁ours", + "elves" + ], + [ + "other", + "s" + ], + [ + "othe", + "rs" + ], + [ + "oth", + "ers" + ], + [ + "o", + "thers" + ], + [ + "▁sa", + "i" + ], + [ + "▁s", + "ai" + ], + [ + "▁auth", + "entic" + ], + [ + "▁mon", + "et" + ], + [ + "▁mo", + "net" + ], + [ + "▁", + "Â" + ], + [ + "▁oficina", + "s" + ], + [ + "▁ofic", + "inas" + ], + [ + "▁eg", + "o" + ], + [ + "▁e", + "go" + ], + [ + "vari", + "able" + ], + [ + "var", + "iable" + ], + [ + "v", + "ariable" + ], + [ + "Pro", + "c" + ], + [ + "Pr", + "oc" + ], + [ + "P", + "roc" + ], + [ + "▁$", + "_" + ], + [ + "▁BA", + "S" + ], + [ + "▁B", + "AS" + ], + [ + "▁", + "BAS" + ], + [ + "▁0.", + "6" + ], + [ + "▁0", + ".6" + ], + [ + "▁", + "0.6" + ], + [ + "STAT", + "US" + ], + [ + "▁contribu", + "indo" + ], + [ + "▁leg", + "umes" + ], + [ + "▁rel", + "iable" + ], + [ + "y", + "c" + ], + [ + "▁Le", + "e" + ], + [ + "▁L", + "ee" + ], + [ + "▁x", + "or" + ], + [ + "▁ag", + "encies" + ], + [ + "▁", + "о" + ], + [ + "▁video", + "s" + ], + [ + "▁vide", + "os" + ], + [ + "▁vid", + "eos" + ], + [ + "lo", + "b" + ], + [ + "l", + "ob" + ], + [ + "▁ea", + "x" + ], + [ + "▁e", + "ax" + ], + [ + "▁", + "eax" + ], + [ + "▁Resp", + "ons" + ], + [ + "MOD", + "E" + ], + [ + "MO", + "DE" + ], + [ + "▁Cart", + "a" + ], + [ + "▁Car", + "ta" + ], + [ + "▁C", + "arta" + ], + [ + "▁array", + "s" + ], + [ + "▁arra", + "ys" + ], + [ + "▁arr", + "ays" + ], + [ + "▁ar", + "rays" + ], + [ + "▁team", + "s" + ], + [ + "▁tea", + "ms" + ], + [ + "▁te", + "ams" + ], + [ + "▁Mic", + "h" + ], + [ + "▁Mi", + "ch" + ], + [ + "▁M", + "ich" + ], + [ + "▁Rec", + "ord" + ], + [ + "▁", + "Record" + ], + [ + "hed", + "r" + ], + [ + "he", + "dr" + ], + [ + "te", + "i" + ], + [ + "t", + "ei" + ], + [ + "iabil", + "ity" + ], + [ + "iab", + "ility" + ], + [ + "ia", + "bility" + ], + [ + "i", + "ability" + ], + [ + "quad", + "r" + ], + [ + "qu", + "adr" + ], + [ + "▁leg", + "s" + ], + [ + "▁le", + "gs" + ], + [ + "▁intelig", + "ente" + ], + [ + "▁quadro", + "s" + ], + [ + "▁quadr", + "os" + ], + [ + "▁quad", + "ros" + ], + [ + "36", + "," + ], + [ + "3", + "6," + ], + [ + "▁Cle", + "ar" + ], + [ + "▁Cl", + "ear" + ], + [ + "▁", + "Clear" + ], + [ + "PE", + "ND" + ], + [ + "P", + "END" + ], + [ + "▁ped", + "iat" + ], + [ + "▁p", + "ediat" + ], + [ + "Qu", + "ando" + ], + [ + "Q", + "uando" + ], + [ + "▁Te", + "ach" + ], + [ + "▁T", + "each" + ], + [ + "▁Commit", + "tee" + ], + [ + "▁pecul", + "iar" + ], + [ + "▁serve", + "m" + ], + [ + "▁serv", + "em" + ], + [ + "▁ser", + "vem" + ], + [ + "2", + "=" + ], + [ + "▁A", + "G" + ], + [ + "▁", + "AG" + ], + [ + "▁\"", + "#" + ], + [ + "▁calc", + "ium" + ], + [ + "▁cal", + "cium" + ], + [ + "ap", + "plication" + ], + [ + "▁Col", + "e" + ], + [ + "▁Co", + "le" + ], + [ + "▁C", + "ole" + ], + [ + "▁cita", + "r" + ], + [ + "▁cit", + "ar" + ], + [ + "▁ci", + "tar" + ], + [ + "▁c", + "itar" + ], + [ + "▁juríd", + "ico" + ], + [ + "▁jur", + "ídico" + ], + [ + "▁fall", + "s" + ], + [ + "▁fal", + "ls" + ], + [ + "▁f", + "alls" + ], + [ + "▁defend", + "e" + ], + [ + "▁def", + "ende" + ], + [ + "▁luta", + "r" + ], + [ + "▁lut", + "ar" + ], + [ + "▁lu", + "tar" + ], + [ + "▁l", + "utar" + ], + [ + "▁sup", + "plies" + ], + [ + "▁ante", + "ced" + ], + [ + "▁ant", + "eced" + ], + [ + ":", + "0" + ], + [ + "prim", + "ir" + ], + [ + "pri", + "mir" + ], + [ + "pr", + "imir" + ], + [ + "▁(2", + "5" + ], + [ + "▁(", + "25" + ], + [ + "▁", + "(25" + ], + [ + "▁call", + "back" + ], + [ + "▁", + "callback" + ], + [ + "co", + "ord" + ], + [ + "bo", + "ot" + ], + [ + "b", + "oot" + ], + [ + "▁Medi", + "a" + ], + [ + "▁Med", + "ia" + ], + [ + "▁Me", + "dia" + ], + [ + "▁M", + "edia" + ], + [ + "▁", + "Media" + ], + [ + "▁Ta", + "x" + ], + [ + "▁T", + "ax" + ], + [ + "▁", + "Tax" + ], + [ + "▁MO", + "D" + ], + [ + "▁M", + "OD" + ], + [ + "▁", + "MOD" + ], + [ + "▁frac", + "t" + ], + [ + "▁fra", + "ct" + ], + [ + "▁fr", + "act" + ], + [ + "▁f", + "ract" + ], + [ + "mark", + "down" + ], + [ + "▁insulin", + "a" + ], + [ + "▁insul", + "ina" + ], + [ + "▁ins", + "ulina" + ], + [ + "▁gostar", + "ia" + ], + [ + "▁gosta", + "ria" + ], + [ + "▁gost", + "aria" + ], + [ + "▁escre", + "ve" + ], + [ + "▁esc", + "reve" + ], + [ + "f", + "p" + ], + [ + "parameter", + "s" + ], + [ + "param", + "eters" + ], + [ + "▁corrente", + "s" + ], + [ + "▁corr", + "entes" + ], + [ + "L", + "C" + ], + [ + "▁converte", + "r" + ], + [ + "▁convert", + "er" + ], + [ + "▁conver", + "ter" + ], + [ + "▁con", + "verter" + ], + [ + "ela", + "r" + ], + [ + "el", + "ar" + ], + [ + "e", + "lar" + ], + [ + "▁strong", + "ly" + ], + [ + "▁challeng", + "ing" + ], + [ + "▁len", + "s" + ], + [ + "▁le", + "ns" + ], + [ + "▁l", + "ens" + ], + [ + "▁desejo", + "s" + ], + [ + "▁desej", + "os" + ], + [ + "▁dese", + "jos" + ], + [ + "cho", + "s" + ], + [ + "ch", + "os" + ], + [ + "c", + "hos" + ], + [ + "▁wor", + "ry" + ], + [ + "▁demonstrate", + "d" + ], + [ + "▁demonstra", + "ted" + ], + [ + "▁demonstr", + "ated" + ], + [ + "▁demonst", + "rated" + ], + [ + "Data", + "base" + ], + [ + "D", + "atabase" + ], + [ + "▁Pa", + "y" + ], + [ + "▁P", + "ay" + ], + [ + "▁", + "Pay" + ], + [ + "abo", + "ut" + ], + [ + "ab", + "out" + ], + [ + "en", + "ções" + ], + [ + "▁culture", + "s" + ], + [ + "▁cult", + "ures" + ], + [ + "iva", + "tion" + ], + [ + "iv", + "ation" + ], + [ + "i", + "vation" + ], + [ + "▁partido", + "s" + ], + [ + "▁partid", + "os" + ], + [ + "▁part", + "idos" + ], + [ + "I", + "E" + ], + [ + "▁opera", + "cional" + ], + [ + "▁oper", + "acional" + ], + [ + "ema", + "t" + ], + [ + "em", + "at" + ], + [ + "e", + "mat" + ], + [ + "▁Ap", + "ar" + ], + [ + "▁A", + "par" + ], + [ + "▁harmon", + "ia" + ], + [ + "▁harm", + "onia" + ], + [ + "Comm", + "on" + ], + [ + "Com", + "mon" + ], + [ + "▁vari", + "ance" + ], + [ + "▁var", + "iance" + ], + [ + "▁v", + "ariance" + ], + [ + "▁Ap", + "o" + ], + [ + "▁A", + "po" + ], + [ + "bal", + "ance" + ], + [ + "▁pip", + "e" + ], + [ + "▁pi", + "pe" + ], + [ + "▁p", + "ipe" + ], + [ + "▁", + "pipe" + ], + [ + "â", + "metro" + ], + [ + "▁Lemb", + "re" + ], + [ + "▁Lem", + "bre" + ], + [ + "▁deal", + "ing" + ], + [ + "▁de", + "aling" + ], + [ + "▁estrangeiro", + "s" + ], + [ + "▁estrange", + "iros" + ], + [ + "be", + "t" + ], + [ + "b", + "et" + ], + [ + "▁Mus", + "ic" + ], + [ + "▁Mu", + "sic" + ], + [ + "cul", + "e" + ], + [ + "cu", + "le" + ], + [ + "c", + "ule" + ], + [ + "▁every", + "day" + ], + [ + "▁metabolism", + "o" + ], + [ + "▁metabol", + "ismo" + ], + [ + "Dom", + "ain" + ], + [ + "Do", + "main" + ], + [ + "▁news", + "p" + ], + [ + "▁new", + "sp" + ], + [ + "▁compound", + "s" + ], + [ + "▁comp", + "ounds" + ], + [ + "P", + "ub" + ], + [ + "▁relev", + "ância" + ], + [ + "▁caracter", + "iza" + ], + [ + "▁significativo", + "s" + ], + [ + "▁signific", + "ativos" + ], + [ + "▁over", + "flow" + ], + [ + "▁", + "overflow" + ], + [ + "▁initial", + "ly" + ], + [ + "▁initi", + "ally" + ], + [ + "orith", + "m" + ], + [ + "orit", + "hm" + ], + [ + "▁tempor", + "al" + ], + [ + "▁tempo", + "ral" + ], + [ + "▁temp", + "oral" + ], + [ + "ap", + "h" + ], + [ + "a", + "ph" + ], + [ + "INF", + "O" + ], + [ + "IN", + "FO" + ], + [ + "▁ó", + "tima" + ], + [ + "ij", + "ão" + ], + [ + "▁quantit", + "ies" + ], + [ + "▁quant", + "ities" + ], + [ + "▁ali", + "en" + ], + [ + "▁al", + "ien" + ], + [ + "▁adequada", + "s" + ], + [ + "▁adequ", + "adas" + ], + [ + "▁tendência", + "s" + ], + [ + "▁tend", + "ências" + ], + [ + "▁analy", + "s" + ], + [ + "▁anal", + "ys" + ], + [ + "29", + "," + ], + [ + "2", + "9," + ], + [ + "▁Ta", + "n" + ], + [ + "▁T", + "an" + ], + [ + "▁gat", + "e" + ], + [ + "▁ga", + "te" + ], + [ + "▁g", + "ate" + ], + [ + "▁", + "gate" + ], + [ + "▁des", + "ire" + ], + [ + "▁Mil", + "itar" + ], + [ + "▁Fac", + "t" + ], + [ + "▁Fa", + "ct" + ], + [ + "▁F", + "act" + ], + [ + "▁", + "Fact" + ], + [ + "FT", + "WARE" + ], + [ + "4", + "/" + ], + [ + "▁equal", + "ly" + ], + [ + "▁equ", + "ally" + ], + [ + "▁eq", + "ually" + ], + [ + "▁argument", + "o" + ], + [ + "▁argu", + "mento" + ], + [ + "▁arg", + "umento" + ], + [ + "▁cont", + "endo" + ], + [ + "▁30", + "." + ], + [ + "▁3", + "0." + ], + [ + "▁", + "30." + ], + [ + "▁sum", + "mar" + ], + [ + "▁carta", + "s" + ], + [ + "▁cart", + "as" + ], + [ + "▁car", + "tas" + ], + [ + "▁torn", + "e" + ], + [ + "▁tor", + "ne" + ], + [ + "▁t", + "orne" + ], + [ + "▁que", + "br" + ], + [ + "▁theor", + "ies" + ], + [ + "▁the", + "ories" + ], + [ + "▁americ", + "ana" + ], + [ + "▁", + "americana" + ], + [ + "▁Lin", + "ux" + ], + [ + "▁L", + "inux" + ], + [ + "▁", + "Linux" + ], + [ + "▁dever", + "ão" + ], + [ + "▁deve", + "rão" + ], + [ + "▁Portugu", + "ês" + ], + [ + "▁l", + "âmp" + ], + [ + "g", + "ên" + ], + [ + "▁classic", + "al" + ], + [ + "▁class", + "ical" + ], + [ + "▁espa", + "nh" + ], + [ + "▁esp", + "anh" + ], + [ + "19", + "." + ], + [ + "1", + "9." + ], + [ + "MA", + "C" + ], + [ + "M", + "AC" + ], + [ + "▁enable", + "d" + ], + [ + "▁en", + "abled" + ], + [ + "▁", + "enabled" + ], + [ + "▁si", + "st" + ], + [ + "▁s", + "ist" + ], + [ + "▁character", + "istic" + ], + [ + "▁perm", + "e" + ], + [ + "▁per", + "me" + ], + [ + "hosp", + "h" + ], + [ + "hos", + "ph" + ], + [ + "▁neur", + "al" + ], + [ + "▁ne", + "ural" + ], + [ + "▁índice", + "s" + ], + [ + "▁índ", + "ices" + ], + [ + "▁possui", + "r" + ], + [ + "▁possu", + "ir" + ], + [ + "▁poss", + "uir" + ], + [ + "TER", + "N" + ], + [ + "TE", + "RN" + ], + [ + "T", + "ERN" + ], + [ + "▁e", + "igen" + ], + [ + "▁Eliz", + "abeth" + ], + [ + "pend", + "icular" + ], + [ + "▁You", + "ng" + ], + [ + "▁Y", + "oung" + ], + [ + "▁grip", + "e" + ], + [ + "▁gri", + "pe" + ], + [ + "▁gr", + "ipe" + ], + [ + "▁g", + "ripe" + ], + [ + "ilar", + "es" + ], + [ + "ila", + "res" + ], + [ + "il", + "ares" + ], + [ + "óx", + "ido" + ], + [ + "ó", + "xido" + ], + [ + "aix", + "ão" + ], + [ + "▁hon", + "or" + ], + [ + "▁ho", + "nor" + ], + [ + "▁CON", + "ST" + ], + [ + "▁", + "CONST" + ], + [ + "▁Dav", + "i" + ], + [ + "▁Da", + "vi" + ], + [ + "▁D", + "avi" + ], + [ + "File", + "Name" + ], + [ + "ies", + "t" + ], + [ + "ie", + "st" + ], + [ + "i", + "est" + ], + [ + "econ", + "ôm" + ], + [ + "ec", + "onôm" + ], + [ + "forma", + "s" + ], + [ + "form", + "as" + ], + [ + "for", + "mas" + ], + [ + "▁young", + "er" + ], + [ + "▁you", + "nger" + ], + [ + "d", + "n" + ], + [ + "▁des", + "l" + ], + [ + "▁de", + "sl" + ], + [ + "▁Conta", + "ct" + ], + [ + "▁Cont", + "act" + ], + [ + "▁Con", + "tact" + ], + [ + "▁", + "Contact" + ], + [ + "ccc", + "c" + ], + [ + "cc", + "cc" + ], + [ + "c", + "ccc" + ], + [ + "▁lu", + "a" + ], + [ + "▁l", + "ua" + ], + [ + "▁", + "lua" + ], + [ + "▁fu", + "r" + ], + [ + "▁f", + "ur" + ], + [ + "ina", + "da" + ], + [ + "in", + "ada" + ], + [ + "▁at", + "h" + ], + [ + "▁a", + "th" + ], + [ + "▁", + "ath" + ], + [ + "io", + "ca" + ], + [ + "i", + "oca" + ], + [ + "ach", + "ine" + ], + [ + "ac", + "hine" + ], + [ + "▁prem", + "at" + ], + [ + "▁pre", + "mat" + ], + [ + "▁pr", + "emat" + ], + [ + "▁EN", + "G" + ], + [ + "▁E", + "NG" + ], + [ + "▁", + "ENG" + ], + [ + "iol", + "ogia" + ], + [ + "i", + "ologia" + ], + [ + "yg", + "on" + ], + [ + "y", + "gon" + ], + [ + "▁incre", + "ment" + ], + [ + "▁incr", + "ement" + ], + [ + "▁detect", + "ed" + ], + [ + "▁dete", + "cted" + ], + [ + "▁det", + "ected" + ], + [ + "▁window", + "s" + ], + [ + "▁wind", + "ows" + ], + [ + "▁w", + "indows" + ], + [ + "▁", + "windows" + ], + [ + "▁(6", + ")" + ], + [ + "▁(", + "6)" + ], + [ + "▁", + "(6)" + ], + [ + "▁lucr", + "o" + ], + [ + "▁luc", + "ro" + ], + [ + "▁lu", + "cro" + ], + [ + "▁instru", + "ções" + ], + [ + "▁instr", + "uções" + ], + [ + "▁pens", + "ando" + ], + [ + "▁fort", + "h" + ], + [ + "▁for", + "th" + ], + [ + "▁f", + "orth" + ], + [ + "▁modo", + "s" + ], + [ + "▁mod", + "os" + ], + [ + "▁mo", + "dos" + ], + [ + "▁m", + "odos" + ], + [ + "▁bro", + "ther" + ], + [ + "▁br", + "other" + ], + [ + "Fl", + "ag" + ], + [ + "F", + "lag" + ], + [ + "▁With", + "out" + ], + [ + "▁", + "Without" + ], + [ + "▁Control", + "e" + ], + [ + "▁Contr", + "ole" + ], + [ + "▁Cont", + "role" + ], + [ + "-12", + "-" + ], + [ + "-1", + "2-" + ], + [ + "▁S", + "i" + ], + [ + "▁", + "Si" + ], + [ + "(", + "!" + ], + [ + "▁store", + "s" + ], + [ + "▁st", + "ores" + ], + [ + "Con", + "f" + ], + [ + "Co", + "nf" + ], + [ + "def", + "in" + ], + [ + "de", + "fin" + ], + [ + "col", + "n" + ], + [ + "co", + "ln" + ], + [ + "▁View", + "s" + ], + [ + "▁t", + "y" + ], + [ + "▁", + "ty" + ], + [ + "arece", + "u" + ], + [ + "are", + "ceu" + ], + [ + "ar", + "eceu" + ], + [ + "▁busca", + "m" + ], + [ + "▁busc", + "am" + ], + [ + "▁bus", + "cam" + ], + [ + "▁demanda", + "s" + ], + [ + "▁demand", + "as" + ], + [ + "▁dem", + "andas" + ], + [ + "▁distant", + "e" + ], + [ + "▁dist", + "ante" + ], + [ + "alle", + "l" + ], + [ + "all", + "el" + ], + [ + "al", + "lel" + ], + [ + "▁entrev", + "ist" + ], + [ + "▁varia", + "r" + ], + [ + "▁vari", + "ar" + ], + [ + "▁var", + "iar" + ], + [ + "▁va", + "riar" + ], + [ + "▁spend", + "ing" + ], + [ + "▁sp", + "ending" + ], + [ + "▁s", + "pending" + ], + [ + "▁cat", + "s" + ], + [ + "▁ca", + "ts" + ], + [ + "▁c", + "ats" + ], + [ + "▁somb", + "ra" + ], + [ + "▁som", + "bra" + ], + [ + "BU", + "T" + ], + [ + "B", + "UT" + ], + [ + "▁empreended", + "or" + ], + [ + "▁empre", + "endedor" + ], + [ + "aste", + "s" + ], + [ + "ast", + "es" + ], + [ + "as", + "tes" + ], + [ + "▁Aval", + "iação" + ], + [ + "NE", + "T" + ], + [ + "N", + "ET" + ], + [ + "▁author", + "ities" + ], + [ + "▁brinquedo", + "s" + ], + [ + "▁brinqu", + "edos" + ], + [ + "enta", + "s" + ], + [ + "ent", + "as" + ], + [ + "en", + "tas" + ], + [ + "▁Solution", + "s" + ], + [ + "▁Sol", + "utions" + ], + [ + "▁-", + "," + ], + [ + "▁", + "-," + ], + [ + "▁S", + "n" + ], + [ + "▁", + "Sn" + ], + [ + "▁ministr", + "o" + ], + [ + "▁minist", + "ro" + ], + [ + "▁mini", + "stro" + ], + [ + "▁min", + "istro" + ], + [ + "▁", + "ministro" + ], + [ + "rag", + "ment" + ], + [ + "ra", + "gment" + ], + [ + "▁smo", + "king" + ], + [ + "▁sm", + "oking" + ], + [ + "▁mec", + "ânica" + ], + [ + "▁matter", + "s" + ], + [ + "▁mat", + "ters" + ], + [ + "▁lif", + "t" + ], + [ + "▁li", + "ft" + ], + [ + "▁l", + "ift" + ], + [ + "▁pron", + "unci" + ], + [ + "▁conseguir", + "am" + ], + [ + "▁consegui", + "ram" + ], + [ + "▁consegu", + "iram" + ], + [ + "▁cujo", + "s" + ], + [ + "▁cu", + "jos" + ], + [ + "bo", + "t" + ], + [ + "b", + "ot" + ], + [ + "ie", + "ira" + ], + [ + "i", + "eira" + ], + [ + "rag", + "e" + ], + [ + "ra", + "ge" + ], + [ + "r", + "age" + ], + [ + "▁ganh", + "o" + ], + [ + "▁gan", + "ho" + ], + [ + "▁g", + "anho" + ], + [ + "E", + "s" + ], + [ + "▁spher", + "e" + ], + [ + "▁sp", + "here" + ], + [ + "▁s", + "phere" + ], + [ + "▁emprego", + "s" + ], + [ + "▁empreg", + "os" + ], + [ + "▁empre", + "gos" + ], + [ + "re", + "p" + ], + [ + "r", + "ep" + ], + [ + "tain", + "ing" + ], + [ + "ta", + "ining" + ], + [ + "t", + "aining" + ], + [ + "▁obt", + "enção" + ], + [ + "▁ob", + "tenção" + ], + [ + "▁cana", + "is" + ], + [ + "▁can", + "ais" + ], + [ + "▁Val", + "ley" + ], + [ + "▁access", + "ible" + ], + [ + "▁mar", + "ried" + ], + [ + "▁ge", + "ar" + ], + [ + "▁g", + "ear" + ], + [ + "▁E", + "is" + ], + [ + "▁posse", + "ss" + ], + [ + "▁poss", + "ess" + ], + [ + "RIG", + "HT" + ], + [ + "R", + "IGHT" + ], + [ + "▁atten", + "d" + ], + [ + "▁att", + "end" + ], + [ + "▁trop", + "as" + ], + [ + "▁tro", + "pas" + ], + [ + "▁urbano", + "s" + ], + [ + "▁urban", + "os" + ], + [ + "▁urb", + "anos" + ], + [ + "▁lo", + "an" + ], + [ + "(\"", + "%" + ], + [ + "▁Man", + "t" + ], + [ + "▁Ma", + "nt" + ], + [ + "▁M", + "ant" + ], + [ + "▁H", + "IST" + ], + [ + "т", + "ь" + ], + [ + "Di", + "v" + ], + [ + "D", + "iv" + ], + [ + "▁menino", + "s" + ], + [ + "▁men", + "inos" + ], + [ + "▁cop", + "ies" + ], + [ + "▁co", + "pies" + ], + [ + "▁perde", + "u" + ], + [ + "▁perd", + "eu" + ], + [ + "▁path", + "s" + ], + [ + "▁pat", + "hs" + ], + [ + "▁pa", + "ths" + ], + [ + "▁p", + "aths" + ], + [ + "▁", + "paths" + ], + [ + "▁loc", + "k" + ], + [ + "▁lo", + "ck" + ], + [ + "▁l", + "ock" + ], + [ + "▁", + "lock" + ], + [ + "él", + "io" + ], + [ + "é", + "lio" + ], + [ + "▁Jogo", + "s" + ], + [ + "▁Jo", + "gos" + ], + [ + "▁J", + "ogos" + ], + [ + "▁turn", + "ing" + ], + [ + "▁tur", + "ning" + ], + [ + "▁integrate", + "d" + ], + [ + "▁integra", + "ted" + ], + [ + "▁integr", + "ated" + ], + [ + "▁integ", + "rated" + ], + [ + "▁Do", + "s" + ], + [ + "▁D", + "os" + ], + [ + "▁es", + "g" + ], + [ + "▁e", + "sg" + ], + [ + "POS", + "T" + ], + [ + "PO", + "ST" + ], + [ + "P", + "OST" + ], + [ + "Date", + "Time" + ], + [ + "right", + "arrow" + ], + [ + "▁mar", + "t" + ], + [ + "▁ma", + "rt" + ], + [ + "▁m", + "art" + ], + [ + "▁", + "mart" + ], + [ + "▁Sc", + "ot" + ], + [ + "▁S", + "cot" + ], + [ + "ian", + "e" + ], + [ + "ia", + "ne" + ], + [ + "i", + "ane" + ], + [ + "▁we", + "igh" + ], + [ + "UA", + "L" + ], + [ + "U", + "AL" + ], + [ + "▁festa", + "s" + ], + [ + "▁fest", + "as" + ], + [ + "▁f", + "estas" + ], + [ + "▁ôn", + "ibus" + ], + [ + "▁fronteira", + "s" + ], + [ + "▁fronte", + "iras" + ], + [ + "▁front", + "eiras" + ], + [ + "▁know", + "ing" + ], + [ + "▁kn", + "owing" + ], + [ + "▁minim", + "al" + ], + [ + "▁mini", + "mal" + ], + [ + "▁min", + "imal" + ], + [ + "ff", + "e" + ], + [ + "f", + "fe" + ], + [ + "si", + "f" + ], + [ + "s", + "if" + ], + [ + "irem", + "os" + ], + [ + "ire", + "mos" + ], + [ + "ir", + "emos" + ], + [ + "ila", + "s" + ], + [ + "il", + "as" + ], + [ + "i", + "las" + ], + [ + ":10", + "." + ], + [ + ":1", + "0." + ], + [ + ":", + "10." + ], + [ + "100", + "0" + ], + [ + "10", + "00" + ], + [ + "1", + "000" + ], + [ + "▁cy", + "cl" + ], + [ + "▁c", + "ycl" + ], + [ + "▁", + "cycl" + ], + [ + "▁Add", + "ress" + ], + [ + "▁Ad", + "dress" + ], + [ + "▁", + "Address" + ], + [ + "▁Anal", + "y" + ], + [ + "▁Ana", + "ly" + ], + [ + "▁", + "Analy" + ], + [ + "▁employ", + "ed" + ], + [ + "ential", + "s" + ], + [ + "▁Jo", + "aqu" + ], + [ + "▁motor", + "es" + ], + [ + "▁mot", + "ores" + ], + [ + "▁Inc", + "l" + ], + [ + "▁In", + "cl" + ], + [ + "too", + "l" + ], + [ + "to", + "ol" + ], + [ + "t", + "ool" + ], + [ + "▁Som", + "ente" + ], + [ + "▁So", + "mente" + ], + [ + "▁res", + "et" + ], + [ + "▁re", + "set" + ], + [ + "▁", + "reset" + ], + [ + "▁tro", + "ops" + ], + [ + "▁F", + "ór" + ], + [ + "▁Vi", + "c" + ], + [ + "▁V", + "ic" + ], + [ + "ún", + "cia" + ], + [ + "ú", + "ncia" + ], + [ + "▁À", + "s" + ], + [ + "Pars", + "e" + ], + [ + "Par", + "se" + ], + [ + "P", + "arse" + ], + [ + "▁Ho", + "n" + ], + [ + "▁H", + "on" + ], + [ + "▁dic", + "a" + ], + [ + "▁di", + "ca" + ], + [ + "▁d", + "ica" + ], + [ + "▁à", + "qu" + ], + [ + "}}", + "{" + ], + [ + "}", + "}{" + ], + [ + "▁Qu", + "ímica" + ], + [ + "▁pl", + "ug" + ], + [ + "create", + "d" + ], + [ + "cre", + "ated" + ], + [ + "▁rob", + "ot" + ], + [ + "▁ro", + "bot" + ], + [ + "▁", + "robot" + ], + [ + "▁Gua", + "r" + ], + [ + "▁Gu", + "ar" + ], + [ + "▁G", + "uar" + ], + [ + "rig", + "o" + ], + [ + "ri", + "go" + ], + [ + "r", + "igo" + ], + [ + "refer", + "ence" + ], + [ + "re", + "ference" + ], + [ + "▁independ", + "ence" + ], + [ + "-0", + "6" + ], + [ + "-", + "06" + ], + [ + "SS", + "SS" + ], + [ + "▁Acc", + "ount" + ], + [ + "▁Ac", + "count" + ], + [ + "▁", + "Account" + ], + [ + "k", + "w" + ], + [ + "▁role", + "s" + ], + [ + "▁rol", + "es" + ], + [ + "▁ro", + "les" + ], + [ + "▁r", + "oles" + ], + [ + "▁", + "roles" + ], + [ + "▁nutric", + "ional" + ], + [ + "▁nutri", + "cional" + ], + [ + "ron", + "s" + ], + [ + "ro", + "ns" + ], + [ + "r", + "ons" + ], + [ + "▁Par", + "á" + ], + [ + "▁P", + "ará" + ], + [ + "ern", + "o" + ], + [ + "er", + "no" + ], + [ + "▁hous", + "ing" + ], + [ + "▁hou", + "sing" + ], + [ + "▁ho", + "using" + ], + [ + "▁h", + "ousing" + ], + [ + "▁sec", + "o" + ], + [ + "▁se", + "co" + ], + [ + "▁s", + "eco" + ], + [ + "▁estím", + "ulo" + ], + [ + "▁obriga", + "ção" + ], + [ + "▁obrig", + "ação" + ], + [ + "▁in", + "er" + ], + [ + "▁i", + "ner" + ], + [ + "▁", + "iner" + ], + [ + "▁art", + "ística" + ], + [ + "\"/", + ">" + ], + [ + "\"", + "/>" + ], + [ + "▁mat", + "a" + ], + [ + "▁ma", + "ta" + ], + [ + "▁m", + "ata" + ], + [ + "▁firm", + "e" + ], + [ + "▁fir", + "me" + ], + [ + "▁small", + "est" + ], + [ + "▁her", + "ança" + ], + [ + "▁he", + "rança" + ], + [ + "▁visita", + "r" + ], + [ + "▁visit", + "ar" + ], + [ + "▁vis", + "itar" + ], + [ + "▁vessel", + "s" + ], + [ + "▁vess", + "els" + ], + [ + "▁Sun", + "d" + ], + [ + "▁Su", + "nd" + ], + [ + "▁S", + "und" + ], + [ + "▁cent", + "o" + ], + [ + "▁cen", + "to" + ], + [ + "▁c", + "ento" + ], + [ + "*", + "." + ], + [ + "pro", + "m" + ], + [ + "pr", + "om" + ], + [ + "p", + "rom" + ], + [ + "LIB", + "R" + ], + [ + "LI", + "BR" + ], + [ + "▁ensa", + "io" + ], + [ + "abil", + "itação" + ], + [ + "▁diox", + "ide" + ], + [ + "▁di", + "oxide" + ], + [ + "▁stabil", + "ity" + ], + [ + "▁sta", + "bility" + ], + [ + "▁st", + "ability" + ], + [ + "▁pres", + "o" + ], + [ + "▁pre", + "so" + ], + [ + "▁pr", + "eso" + ], + [ + "stra", + "p" + ], + [ + "str", + "ap" + ], + [ + "st", + "rap" + ], + [ + "▁struct", + "ural" + ], + [ + "▁ou", + "n" + ], + [ + "▁o", + "un" + ], + [ + "▁", + "oun" + ], + [ + "ov", + "i" + ], + [ + "o", + "vi" + ], + [ + "▁dese", + "rt" + ], + [ + "▁des", + "ert" + ], + [ + "▁legit", + "im" + ], + [ + ";", + "}" + ], + [ + "aqu", + "e" + ], + [ + "aq", + "ue" + ], + [ + "a", + "que" + ], + [ + "▁Ed", + "ward" + ], + [ + "▁candidato", + "s" + ], + [ + "▁candid", + "atos" + ], + [ + "▁thread", + "Idx" + ], + [ + "▁", + "threadIdx" + ], + [ + "▁", + "и" + ], + [ + "adi", + "c" + ], + [ + "ad", + "ic" + ], + [ + "a", + "dic" + ], + [ + "▁ad", + "u" + ], + [ + "▁a", + "du" + ], + [ + "▁ang", + "ular" + ], + [ + "▁", + "angular" + ], + [ + "▁jogador", + "es" + ], + [ + "▁jog", + "adores" + ], + [ + "▁pro", + "ceed" + ], + [ + "▁Geral", + "mente" + ], + [ + "▁Ger", + "almente" + ], + [ + "▁mort", + "o" + ], + [ + "▁mor", + "to" + ], + [ + "▁m", + "orto" + ], + [ + "▁tig", + "ht" + ], + [ + "▁ti", + "ght" + ], + [ + "▁t", + "ight" + ], + [ + "▁", + "tight" + ], + [ + "10", + "_" + ], + [ + "1", + "0_" + ], + [ + "18", + "2" + ], + [ + "1", + "82" + ], + [ + "▁passe", + "s" + ], + [ + "▁pass", + "es" + ], + [ + "▁pas", + "ses" + ], + [ + "▁p", + "asses" + ], + [ + "▁ali", + "nh" + ], + [ + "▁al", + "inh" + ], + [ + "▁issue", + "d" + ], + [ + "▁iss", + "ued" + ], + [ + "▁aumento", + "u" + ], + [ + "▁aument", + "ou" + ], + [ + "▁subsequ", + "ent" + ], + [ + "▁combust", + "íveis" + ], + [ + "▁cer", + "im" + ], + [ + "▁ce", + "rim" + ], + [ + "▁ris", + "ing" + ], + [ + "▁ri", + "sing" + ], + [ + "▁r", + "ising" + ], + [ + "▁behavior", + "s" + ], + [ + "▁moderno", + "s" + ], + [ + "▁modern", + "os" + ], + [ + "▁moder", + "nos" + ], + [ + "▁mod", + "ernos" + ], + [ + "Desc", + "riptor" + ], + [ + "rav", + "a" + ], + [ + "ra", + "va" + ], + [ + "r", + "ava" + ], + [ + "▁vert", + "e" + ], + [ + "▁ver", + "te" + ], + [ + "▁", + "verte" + ], + [ + "▁rece", + "iving" + ], + [ + "oc", + "c" + ], + [ + "o", + "cc" + ], + [ + "Vert", + "ex" + ], + [ + "Ver", + "tex" + ], + [ + "▁rec", + "us" + ], + [ + "▁re", + "cus" + ], + [ + "▁emotion", + "s" + ], + [ + "▁emot", + "ions" + ], + [ + "▁em", + "otions" + ], + [ + "▁massa", + "s" + ], + [ + "▁mass", + "as" + ], + [ + "gru", + "ent" + ], + [ + "▁sp", + "l" + ], + [ + "▁s", + "pl" + ], + [ + "▁", + "spl" + ], + [ + "▁te", + "a" + ], + [ + "▁t", + "ea" + ], + [ + "enu", + "m" + ], + [ + "en", + "um" + ], + [ + "e", + "num" + ], + [ + "-0", + "7" + ], + [ + "-", + "07" + ], + [ + "t", + "ensor" + ], + [ + "▁acess", + "ível" + ], + [ + "co", + "v" + ], + [ + "c", + "ov" + ], + [ + "▁acre", + "d" + ], + [ + "▁acr", + "ed" + ], + [ + "▁ac", + "red" + ], + [ + "▁a", + "cred" + ], + [ + "▁relato", + "s" + ], + [ + "▁relat", + "os" + ], + [ + "▁rel", + "atos" + ], + [ + "▁Am", + "or" + ], + [ + "▁A", + "mor" + ], + [ + "close", + "d" + ], + [ + "clos", + "ed" + ], + [ + "cl", + "osed" + ], + [ + "ici", + "na" + ], + [ + "ic", + "ina" + ], + [ + "▁barreira", + "s" + ], + [ + "▁bar", + "reiras" + ], + [ + "?", + ":" + ], + [ + "▁Di", + "z" + ], + [ + "▁D", + "iz" + ], + [ + "▁in", + "ex" + ], + [ + "▁i", + "nex" + ], + [ + "▁Cort", + "e" + ], + [ + "▁Cor", + "te" + ], + [ + "▁C", + "orte" + ], + [ + "Not", + "e" + ], + [ + "No", + "te" + ], + [ + "N", + "ote" + ], + [ + "ele", + "ct" + ], + [ + "el", + "ect" + ], + [ + "e", + "lect" + ], + [ + "▁Direct", + "or" + ], + [ + "▁Dire", + "ctor" + ], + [ + "▁Dir", + "ector" + ], + [ + "▁Referência", + "s" + ], + [ + "▁Refer", + "ências" + ], + [ + "RE", + "NT" + ], + [ + "R", + "ENT" + ], + [ + "▁Pe", + "l" + ], + [ + "▁P", + "el" + ], + [ + "▁WIT", + "H" + ], + [ + "▁W", + "ITH" + ], + [ + "▁", + "WITH" + ], + [ + "▁mini", + "ng" + ], + [ + "▁min", + "ing" + ], + [ + "▁mi", + "ning" + ], + [ + "▁m", + "ining" + ], + [ + "▁ade", + "r" + ], + [ + "▁ad", + "er" + ], + [ + "▁a", + "der" + ], + [ + "▁", + "ader" + ], + [ + "con", + "v" + ], + [ + "co", + "nv" + ], + [ + "sha", + "l" + ], + [ + "sh", + "al" + ], + [ + "s", + "hal" + ], + [ + "jeto", + "s" + ], + [ + "jet", + "os" + ], + [ + "je", + "tos" + ], + [ + "j", + "etos" + ], + [ + "▁reflet", + "e" + ], + [ + "▁refl", + "ete" + ], + [ + "▁ref", + "lete" + ], + [ + "▁Not", + "ícias" + ], + [ + "▁inh", + "ib" + ], + [ + "▁in", + "hib" + ], + [ + "▁6", + ")" + ], + [ + "▁", + "6)" + ], + [ + "▁eth", + "nic" + ], + [ + "▁tan", + "ta" + ], + [ + "▁t", + "anta" + ], + [ + "Ba", + "l" + ], + [ + "B", + "al" + ], + [ + "▁bran", + "d" + ], + [ + "▁bra", + "nd" + ], + [ + "▁br", + "and" + ], + [ + "▁b", + "rand" + ], + [ + "▁", + "brand" + ], + [ + "00", + "6" + ], + [ + "0", + "06" + ], + [ + "ur", + "ando" + ], + [ + "u", + "rando" + ], + [ + "▁apresent", + "ando" + ], + [ + "do", + "or" + ], + [ + "▁regulation", + "s" + ], + [ + "▁regul", + "ations" + ], + [ + "▁reg", + "ulations" + ], + [ + "Com", + "o" + ], + [ + "Co", + "mo" + ], + [ + "C", + "omo" + ], + [ + "▁sal", + "ient" + ], + [ + "▁life", + "style" + ], + [ + "▁l", + "ifestyle" + ], + [ + "▁25", + "%" + ], + [ + "▁2", + "5%" + ], + [ + "arc", + "a" + ], + [ + "ar", + "ca" + ], + [ + "▁contribut", + "ion" + ], + [ + "▁contribu", + "tion" + ], + [ + "▁cont", + "ribution" + ], + [ + "avel", + "ength" + ], + [ + "ave", + "length" + ], + [ + "▁pare", + "s" + ], + [ + "▁par", + "es" + ], + [ + "▁pa", + "res" + ], + [ + "▁p", + "ares" + ], + [ + "▁ab", + "us" + ], + [ + "▁a", + "bus" + ], + [ + "▁", + "abus" + ], + [ + "▁print", + "ed" + ], + [ + "▁prin", + "ted" + ], + [ + "▁pr", + "inted" + ], + [ + "▁", + "printed" + ], + [ + "m", + "c" + ], + [ + "RE", + "E" + ], + [ + "R", + "EE" + ], + [ + "▁feed", + "ing" + ], + [ + "▁fee", + "ding" + ], + [ + "▁fe", + "eding" + ], + [ + "▁", + "feeding" + ], + [ + "__", + "(" + ], + [ + "_", + "_(" + ], + [ + "▁North", + "ern" + ], + [ + "▁Nort", + "hern" + ], + [ + "▁Nor", + "thern" + ], + [ + "▁N", + "orthern" + ], + [ + "▁Exerc", + "ise" + ], + [ + "▁Exer", + "cise" + ], + [ + "▁soci", + "et" + ], + [ + "▁soc", + "iet" + ], + [ + "▁fronte", + "ira" + ], + [ + "▁front", + "eira" + ], + [ + "к", + "а" + ], + [ + "▁ligada", + "s" + ], + [ + "▁liga", + "das" + ], + [ + "▁lig", + "adas" + ], + [ + "▁li", + "gadas" + ], + [ + "▁16", + "4" + ], + [ + "▁1", + "64" + ], + [ + "▁", + "164" + ], + [ + "▁ob", + "lig" + ], + [ + "▁Ku", + "dos" + ], + [ + "▁K", + "udos" + ], + [ + "▁Inter", + "est" + ], + [ + "▁Inte", + "rest" + ], + [ + "th", + "ird" + ], + [ + "▁aut", + "ôn" + ], + [ + "PA", + "SS" + ], + [ + "P", + "ASS" + ], + [ + "t", + "b" + ], + [ + "orie", + "nt" + ], + [ + "ori", + "ent" + ], + [ + "or", + "ient" + ], + [ + "IN", + "S" + ], + [ + "I", + "NS" + ], + [ + "▁avi", + "s" + ], + [ + "▁av", + "is" + ], + [ + "▁a", + "vis" + ], + [ + "▁Commun", + "ic" + ], + [ + "▁Comm", + "unic" + ], + [ + "▁efet", + "iva" + ], + [ + "▁fi", + "el" + ], + [ + "▁f", + "iel" + ], + [ + "▁predict", + "ed" + ], + [ + "▁predic", + "ted" + ], + [ + "▁pred", + "icted" + ], + [ + "▁Wa", + "y" + ], + [ + "▁W", + "ay" + ], + [ + "▁recur", + "s" + ], + [ + "▁rec", + "urs" + ], + [ + "▁8", + "7" + ], + [ + "▁", + "87" + ], + [ + "▁escon", + "d" + ], + [ + "▁esco", + "nd" + ], + [ + "▁esc", + "ond" + ], + [ + "▁es", + "cond" + ], + [ + "▁LG", + "B" + ], + [ + "▁L", + "GB" + ], + [ + "▁retira", + "da" + ], + [ + "▁retir", + "ada" + ], + [ + "▁trans", + "action" + ], + [ + "▁", + "transaction" + ], + [ + "▁Book", + "s" + ], + [ + "izant", + "e" + ], + [ + "iz", + "ante" + ], + [ + "▁blo", + "w" + ], + [ + "▁bl", + "ow" + ], + [ + "▁b", + "low" + ], + [ + "▁______", + "__" + ], + [ + "▁_____", + "___" + ], + [ + "▁____", + "____" + ], + [ + "▁___", + "_____" + ], + [ + "▁__", + "______" + ], + [ + "▁_", + "_______" + ], + [ + "▁", + "________" + ], + [ + "▁channel", + "s" + ], + [ + "▁ch", + "annels" + ], + [ + "▁", + "channels" + ], + [ + "▁fund", + "ação" + ], + [ + "▁vista", + "s" + ], + [ + "▁vis", + "tas" + ], + [ + "▁v", + "istas" + ], + [ + "ang", + "a" + ], + [ + "an", + "ga" + ], + [ + "▁favor", + "ite" + ], + [ + "▁presta", + "r" + ], + [ + "▁prest", + "ar" + ], + [ + "▁pres", + "tar" + ], + [ + "▁pre", + "star" + ], + [ + "▁pr", + "estar" + ], + [ + "▁navio", + "s" + ], + [ + "▁nav", + "ios" + ], + [ + "▁na", + "vios" + ], + [ + "▁fin", + "g" + ], + [ + "▁fi", + "ng" + ], + [ + "▁f", + "ing" + ], + [ + "ogram", + "a" + ], + [ + "ogr", + "ama" + ], + [ + "og", + "rama" + ], + [ + "L", + "D" + ], + [ + "▁trabalhado", + "r" + ], + [ + "▁trabalha", + "dor" + ], + [ + "▁trabalh", + "ador" + ], + [ + "▁incentiv", + "o" + ], + [ + "▁incent", + "ivo" + ], + [ + "▁media", + "n" + ], + [ + "▁medi", + "an" + ], + [ + "▁med", + "ian" + ], + [ + "▁", + "median" + ], + [ + "onym", + "ous" + ], + [ + "▁rema", + "rk" + ], + [ + "▁rem", + "ark" + ], + [ + "▁re", + "mark" + ], + [ + "▁tom", + "ou" + ], + [ + "-2", + "7" + ], + [ + "-", + "27" + ], + [ + "▁mun", + "d" + ], + [ + "▁mu", + "nd" + ], + [ + "▁m", + "und" + ], + [ + "▁", + "mund" + ], + [ + "▁Sa", + "int" + ], + [ + "▁S", + "aint" + ], + [ + "▁propag", + "anda" + ], + [ + "tr", + "i" + ], + [ + "t", + "ri" + ], + [ + "▁C", + "N" + ], + [ + "▁", + "CN" + ], + [ + "▁Ital", + "y" + ], + [ + "▁Ita", + "ly" + ], + [ + "▁electr", + "o" + ], + [ + "▁elect", + "ro" + ], + [ + "▁i", + "i" + ], + [ + "▁", + "ii" + ], + [ + "▁code", + "s" + ], + [ + "▁cod", + "es" + ], + [ + "▁co", + "des" + ], + [ + "▁c", + "odes" + ], + [ + "▁", + "codes" + ], + [ + "▁incr", + "ível" + ], + [ + "▁11", + "5" + ], + [ + "▁1", + "15" + ], + [ + "▁", + "115" + ], + [ + "▁sho", + "r" + ], + [ + "▁sh", + "or" + ], + [ + "▁s", + "hor" + ], + [ + "▁rough", + "ly" + ], + [ + "art", + "s" + ], + [ + "ar", + "ts" + ], + [ + "▁Gr", + "écia" + ], + [ + "Add", + "r" + ], + [ + "Ad", + "dr" + ], + [ + "▁dep", + "ict" + ], + [ + "▁psi", + "qu" + ], + [ + "▁ps", + "iqu" + ], + [ + "apon", + "s" + ], + [ + "apo", + "ns" + ], + [ + "ap", + "ons" + ], + [ + "▁N", + "UM" + ], + [ + "▁", + "NUM" + ], + [ + "ósito", + "s" + ], + [ + "ós", + "itos" + ], + [ + "▁depende", + "r" + ], + [ + "▁depend", + "er" + ], + [ + "▁dep", + "ender" + ], + [ + "be", + "n" + ], + [ + "b", + "en" + ], + [ + "▁COMM", + "ENT" + ], + [ + "▁COM", + "MENT" + ], + [ + "▁h", + "ur" + ], + [ + "rom", + "agn" + ], + [ + "ro", + "magn" + ], + [ + "r", + "omagn" + ], + [ + "rict", + "ed" + ], + [ + "ric", + "ted" + ], + [ + "ri", + "cted" + ], + [ + "r", + "icted" + ], + [ + "▁acol", + "h" + ], + [ + "▁Horiz", + "onte" + ], + [ + "A", + "z" + ], + [ + "▁pret", + "o" + ], + [ + "▁pre", + "to" + ], + [ + "▁pr", + "eto" + ], + [ + "▁p", + "reto" + ], + [ + "▁habit", + "s" + ], + [ + "▁hab", + "its" + ], + [ + "▁ha", + "bits" + ], + [ + "▁be", + "am" + ], + [ + "▁ator", + "es" + ], + [ + "▁ato", + "res" + ], + [ + "▁at", + "ores" + ], + [ + "▁", + "atores" + ], + [ + "▁participa", + "te" + ], + [ + "▁particip", + "ate" + ], + [ + "▁venda", + "s" + ], + [ + "▁vend", + "as" + ], + [ + "▁ven", + "das" + ], + [ + "▁v", + "endas" + ], + [ + "▁T", + "B" + ], + [ + "▁", + "TB" + ], + [ + "ran", + "e" + ], + [ + "ra", + "ne" + ], + [ + "r", + "ane" + ], + [ + "1", + ">" + ], + [ + "▁market", + "s" + ], + [ + "▁mark", + "ets" + ], + [ + "▁Sing", + "le" + ], + [ + "▁Sin", + "gle" + ], + [ + "▁S", + "ingle" + ], + [ + "▁", + "Single" + ], + [ + "▁mam", + "a" + ], + [ + "▁ma", + "ma" + ], + [ + "▁m", + "ama" + ], + [ + "▁rei", + "v" + ], + [ + "▁re", + "iv" + ], + [ + "▁grant", + "ed" + ], + [ + "▁gran", + "ted" + ], + [ + "▁gr", + "anted" + ], + [ + "▁cresc", + "e" + ], + [ + "▁cres", + "ce" + ], + [ + "▁recuper", + "ar" + ], + [ + "▁solve", + "d" + ], + [ + "▁solv", + "ed" + ], + [ + "▁sol", + "ved" + ], + [ + "oco", + "n" + ], + [ + "oc", + "on" + ], + [ + "o", + "con" + ], + [ + "St", + "op" + ], + [ + "S", + "top" + ], + [ + "▁cient", + "ista" + ], + [ + "▁Co", + "ok" + ], + [ + "▁C", + "ook" + ], + [ + "▁", + "Cook" + ], + [ + "▁executa", + "r" + ], + [ + "▁execut", + "ar" + ], + [ + "▁exec", + "utar" + ], + [ + "▁n", + "isso" + ], + [ + "▁R", + "S" + ], + [ + "▁", + "RS" + ], + [ + "rem", + "e" + ], + [ + "re", + "me" + ], + [ + "r", + "eme" + ], + [ + "▁so", + "d" + ], + [ + "▁s", + "od" + ], + [ + "▁N", + "unca" + ], + [ + "▁sen", + "ior" + ], + [ + "▁expl", + "o" + ], + [ + "▁exp", + "lo" + ], + [ + "▁ex", + "plo" + ], + [ + "CE", + "NT" + ], + [ + "C", + "ENT" + ], + [ + "▁Pro", + "dução" + ], + [ + "▁levar", + "am" + ], + [ + "▁leva", + "ram" + ], + [ + "▁lev", + "aram" + ], + [ + "▁che", + "ia" + ], + [ + "ven", + "do" + ], + [ + "v", + "endo" + ], + [ + "▁Europe", + "ia" + ], + [ + "31", + "3" + ], + [ + "3", + "13" + ], + [ + "▁ag", + "u" + ], + [ + "▁a", + "gu" + ], + [ + "▁", + "agu" + ], + [ + "asc", + "ript" + ], + [ + "as", + "cript" + ], + [ + "a", + "script" + ], + [ + "plan", + "e" + ], + [ + "pla", + "ne" + ], + [ + "pl", + "ane" + ], + [ + "p", + "lane" + ], + [ + "▁RET", + "URN" + ], + [ + "▁", + "RETURN" + ], + [ + "▁2004", + "," + ], + [ + "▁200", + "4," + ], + [ + "▁20", + "04," + ], + [ + "▁introdu", + "ce" + ], + [ + "▁intro", + "duce" + ], + [ + "▁inh", + "ab" + ], + [ + "▁in", + "hab" + ], + [ + "et", + "ies" + ], + [ + "e", + "ties" + ], + [ + "BR", + "E" + ], + [ + "B", + "RE" + ], + [ + "▁f", + "ósseis" + ], + [ + "style", + "s" + ], + [ + "st", + "yles" + ], + [ + "▁desconf", + "ort" + ], + [ + "▁descon", + "fort" + ], + [ + "prot", + "e" + ], + [ + "pro", + "te" + ], + [ + "pr", + "ote" + ], + [ + "p", + "rote" + ], + [ + "Sel", + "e" + ], + [ + "Se", + "le" + ], + [ + "S", + "ele" + ], + [ + "plic", + "a" + ], + [ + "pl", + "ica" + ], + [ + "p", + "lica" + ], + [ + "▁An", + "im" + ], + [ + "▁", + "Anim" + ], + [ + "ni", + "ght" + ], + [ + "n", + "ight" + ], + [ + "▁M", + "B" + ], + [ + "▁", + "MB" + ], + [ + "▁fore", + "cast" + ], + [ + "▁for", + "ecast" + ], + [ + ".\"", + "," + ], + [ + ".", + "\"," + ], + [ + "▁cardí", + "aca" + ], + [ + "▁card", + "íaca" + ], + [ + "▁equ", + "iv" + ], + [ + "▁", + "equiv" + ], + [ + "▁perc", + "urso" + ], + [ + "▁per", + "curso" + ], + [ + "acl", + "e" + ], + [ + "ac", + "le" + ], + [ + "a", + "cle" + ], + [ + "27", + "," + ], + [ + "2", + "7," + ], + [ + "▁x", + "s" + ], + [ + "▁", + "xs" + ], + [ + "▁dist", + "urb" + ], + [ + "40", + "," + ], + [ + "4", + "0," + ], + [ + "F", + "ALSE" + ], + [ + "▁energia", + "s" + ], + [ + "▁energ", + "ias" + ], + [ + "▁en", + "ergias" + ], + [ + "Ar", + "t" + ], + [ + "A", + "rt" + ], + [ + "▁Pel", + "a" + ], + [ + "▁Pe", + "la" + ], + [ + "▁P", + "ela" + ], + [ + "▁Jac", + "ob" + ], + [ + "▁ag", + "ency" + ], + [ + "▁pega", + "r" + ], + [ + "▁peg", + "ar" + ], + [ + "▁pe", + "gar" + ], + [ + "Comp", + "ut" + ], + [ + "Com", + "put" + ], + [ + "gu", + "n" + ], + [ + "g", + "un" + ], + [ + "▁Sc", + "al" + ], + [ + "▁S", + "cal" + ], + [ + "▁", + "Scal" + ], + [ + "c", + "v" + ], + [ + "▁gener", + "ator" + ], + [ + "▁gen", + "erator" + ], + [ + "▁", + "generator" + ], + [ + "▁r", + "íg" + ], + [ + "▁grad", + "u" + ], + [ + "▁gra", + "du" + ], + [ + "▁By", + "Val" + ], + [ + "▁", + "ByVal" + ], + [ + "02", + "." + ], + [ + "0", + "2." + ], + [ + "▁viv", + "endo" + ], + [ + "▁vi", + "vendo" + ], + [ + "ix", + "a" + ], + [ + "i", + "xa" + ], + [ + "▁transport", + "ation" + ], + [ + "▁receber", + "am" + ], + [ + "▁recebe", + "ram" + ], + [ + "▁receb", + "eram" + ], + [ + "▁Bi", + "s" + ], + [ + "▁B", + "is" + ], + [ + "▁ressalt", + "a" + ], + [ + "▁ressal", + "ta" + ], + [ + "▁ress", + "alta" + ], + [ + "00,0", + "00" + ], + [ + "00,", + "000" + ], + [ + "0", + "0,000" + ], + [ + "▁instance", + "s" + ], + [ + "▁inst", + "ances" + ], + [ + "▁2006", + "." + ], + [ + "▁200", + "6." + ], + [ + "▁20", + "06." + ], + [ + "porte", + "r" + ], + [ + "port", + "er" + ], + [ + "por", + "ter" + ], + [ + "▁equilibr", + "ium" + ], + [ + "▁equilib", + "rium" + ], + [ + "▁Assis", + "t" + ], + [ + "▁Ass", + "ist" + ], + [ + "Jo", + "b" + ], + [ + "J", + "ob" + ], + [ + "▁K", + "a" + ], + [ + "▁operator", + "s" + ], + [ + "▁oper", + "ators" + ], + [ + "cle", + "an" + ], + [ + "cl", + "ean" + ], + [ + "▁He", + "bre" + ], + [ + "▁hon", + "ra" + ], + [ + "▁qu", + "ê" + ], + [ + "▁", + "quê" + ], + [ + "$$", + "." + ], + [ + "$", + "$." + ], + [ + "-1", + "3" + ], + [ + "-", + "13" + ], + [ + "▁territ", + "ory" + ], + [ + "▁(2", + "," + ], + [ + "▁(", + "2," + ], + [ + "▁", + "(2," + ], + [ + "▁teria", + "m" + ], + [ + "▁ter", + "iam" + ], + [ + "▁te", + "riam" + ], + [ + "Su", + "r" + ], + [ + "S", + "ur" + ], + [ + "▁Le", + "r" + ], + [ + "▁L", + "er" + ], + [ + "▁result", + "ed" + ], + [ + "▁L", + "A" + ], + [ + "▁", + "LA" + ], + [ + "ti", + "d" + ], + [ + "t", + "id" + ], + [ + "▁asse", + "nt" + ], + [ + "▁ass", + "ent" + ], + [ + "▁as", + "sent" + ], + [ + "ateg", + "y" + ], + [ + "ate", + "gy" + ], + [ + "_0", + ":" + ], + [ + "_", + "0:" + ], + [ + "23", + "4" + ], + [ + "2", + "34" + ], + [ + "▁Mon", + "d" + ], + [ + "▁Mo", + "nd" + ], + [ + "▁M", + "ond" + ], + [ + "w", + "atch" + ], + [ + "▁desc", + "ript" + ], + [ + "▁des", + "cript" + ], + [ + "▁de", + "script" + ], + [ + "▁farm", + "ac" + ], + [ + "▁far", + "mac" + ], + [ + "к", + "о" + ], + [ + "ifier", + "s" + ], + [ + "ifi", + "ers" + ], + [ + "if", + "iers" + ], + [ + "▁Sí", + "n" + ], + [ + "▁S", + "ín" + ], + [ + "▁colle", + "agues" + ], + [ + "▁cen", + "s" + ], + [ + "▁ce", + "ns" + ], + [ + "▁c", + "ens" + ], + [ + "▁tre", + "cho" + ], + [ + "▁tr", + "echo" + ], + [ + "▁decid", + "ir" + ], + [ + "▁dec", + "idir" + ], + [ + "phan", + "t" + ], + [ + "pha", + "nt" + ], + [ + "ph", + "ant" + ], + [ + "▁far", + "á" + ], + [ + "▁f", + "ará" + ], + [ + "▁rel", + "y" + ], + [ + "▁re", + "ly" + ], + [ + "▁r", + "ely" + ], + [ + "▁pap", + "éis" + ], + [ + "corre", + "r" + ], + [ + "corr", + "er" + ], + [ + "cor", + "rer" + ], + [ + "▁dol", + "or" + ], + [ + "▁do", + "lor" + ], + [ + "▁d", + "olor" + ], + [ + "▁pil", + "e" + ], + [ + "▁pi", + "le" + ], + [ + "▁p", + "ile" + ], + [ + "▁expectativa", + "s" + ], + [ + "▁expect", + "ativas" + ], + [ + "▁eg", + "g" + ], + [ + "▁e", + "gg" + ], + [ + "▁transt", + "orno" + ], + [ + "▁un", + "a" + ], + [ + "▁u", + "na" + ], + [ + "▁", + "una" + ], + [ + "▁C", + "M" + ], + [ + "▁", + "CM" + ], + [ + "▁at", + "e" + ], + [ + "▁a", + "te" + ], + [ + "▁", + "ate" + ], + [ + "▁ver", + "ify" + ], + [ + "▁", + "verify" + ], + [ + "▁ta", + "ste" + ], + [ + "▁t", + "aste" + ], + [ + "clus", + "ive" + ], + [ + "cl", + "usive" + ], + [ + "▁text", + "s" + ], + [ + "▁tex", + "ts" + ], + [ + "sp", + "ring" + ], + [ + "s", + "pring" + ], + [ + "▁caç", + "a" + ], + [ + "▁ca", + "ça" + ], + [ + "fm", + "t" + ], + [ + "f", + "mt" + ], + [ + "▁N", + "ÃO" + ], + [ + "▁ref", + "ug" + ], + [ + "uck", + "y" + ], + [ + "uc", + "ky" + ], + [ + "▁conse", + "cut" + ], + [ + "▁cons", + "ecut" + ], + [ + "▁observa", + "do" + ], + [ + "▁observ", + "ado" + ], + [ + "▁oc", + "t" + ], + [ + "▁o", + "ct" + ], + [ + "▁", + "oct" + ], + [ + "▁funciona", + "m" + ], + [ + "▁funcion", + "am" + ], + [ + "▁insect", + "s" + ], + [ + "▁", + "β" + ], + [ + "▁S", + "I" + ], + [ + "▁", + "SI" + ], + [ + "▁boy", + "s" + ], + [ + "▁bo", + "ys" + ], + [ + "▁Sistema", + "s" + ], + [ + "▁S", + "istemas" + ], + [ + "EI", + "RA" + ], + [ + "E", + "IRA" + ], + [ + "F", + "I" + ], + [ + "o", + "ço" + ], + [ + "4", + ">" + ], + [ + "Arg", + "ument" + ], + [ + "ava", + "script" + ], + [ + "av", + "ascript" + ], + [ + ":<", + "/" + ], + [ + ":", + "", + "\"" + ], + [ + "r", + "f" + ], + [ + "inte", + "gr" + ], + [ + "room", + "s" + ], + [ + "ro", + "oms" + ], + [ + "▁exp", + "uls" + ], + [ + "▁hep", + "at" + ], + [ + "▁he", + "pat" + ], + [ + "hou", + "r" + ], + [ + "ho", + "ur" + ], + [ + "h", + "our" + ], + [ + "▁me", + "al" + ], + [ + "esia", + "n" + ], + [ + "esi", + "an" + ], + [ + "es", + "ian" + ], + [ + "▁mes", + "h" + ], + [ + "▁me", + "sh" + ], + [ + "▁m", + "esh" + ], + [ + "▁", + "mesh" + ], + [ + "▁qualidade", + "s" + ], + [ + "▁qual", + "idades" + ], + [ + "pher", + "ic" + ], + [ + "phe", + "ric" + ], + [ + "ph", + "eric" + ], + [ + "ly", + "ph" + ], + [ + "▁curr", + "ency" + ], + [ + "▁cur", + "rency" + ], + [ + "▁", + "currency" + ], + [ + "essa", + "y" + ], + [ + "ess", + "ay" + ], + [ + "es", + "say" + ], + [ + "wal", + "l" + ], + [ + "wa", + "ll" + ], + [ + "w", + "all" + ], + [ + "▁gl", + "or" + ], + [ + "▁g", + "lor" + ], + [ + "▁Col", + "umn" + ], + [ + "▁", + "Column" + ], + [ + "▁cont", + "êm" + ], + [ + "\"))", + ";" + ], + [ + "\")", + ");" + ], + [ + "\"", + "));" + ], + [ + "rag", + "ma" + ], + [ + "▁fight", + "ing" + ], + [ + "▁f", + "ighting" + ], + [ + "ira", + "l" + ], + [ + "ir", + "al" + ], + [ + "i", + "ral" + ], + [ + "▁order", + "s" + ], + [ + "▁ord", + "ers" + ], + [ + "▁or", + "ders" + ], + [ + "▁", + "orders" + ], + [ + "Pl", + "an" + ], + [ + "P", + "lan" + ], + [ + "▁Inici", + "al" + ], + [ + "▁In", + "icial" + ], + [ + "Gener", + "ic" + ], + [ + "Gen", + "eric" + ], + [ + "▁Andr", + "ade" + ], + [ + "Count", + "ry" + ], + [ + "C", + "ountry" + ], + [ + "▁Expr", + "ess" + ], + [ + "▁Exp", + "ress" + ], + [ + "▁Ex", + "press" + ], + [ + "▁", + "Express" + ], + [ + "▁promov", + "endo" + ], + [ + "Id", + "s" + ], + [ + "I", + "ds" + ], + [ + "license", + "s" + ], + [ + "lic", + "enses" + ], + [ + "▁He", + "ad" + ], + [ + "▁H", + "ead" + ], + [ + "▁", + "Head" + ], + [ + "▁Cri", + "ança" + ], + [ + "▁Cr", + "iança" + ], + [ + "▁surgir", + "am" + ], + [ + "▁surg", + "iram" + ], + [ + "▁Port", + "al" + ], + [ + "▁Por", + "tal" + ], + [ + "obi", + "a" + ], + [ + "ob", + "ia" + ], + [ + "o", + "bia" + ], + [ + "b", + "g" + ], + [ + "▁bl", + "ank" + ], + [ + "▁", + "blank" + ], + [ + "si", + "g" + ], + [ + "s", + "ig" + ], + [ + "ág", + "io" + ], + [ + "á", + "gio" + ], + [ + "▁separate", + "d" + ], + [ + "▁separa", + "ted" + ], + [ + "▁separ", + "ated" + ], + [ + "▁gen", + "g" + ], + [ + "▁ge", + "ng" + ], + [ + "▁g", + "eng" + ], + [ + "▁dis", + "appe" + ], + [ + "▁govern", + "ing" + ], + [ + "▁Cat", + "eg" + ], + [ + "▁C", + "ateg" + ], + [ + "▁", + "Categ" + ], + [ + "val", + "s" + ], + [ + "va", + "ls" + ], + [ + "v", + "als" + ], + [ + "▁parceiro", + "s" + ], + [ + "▁parce", + "iros" + ], + [ + "▁parc", + "eiros" + ], + [ + "▁Ex", + "ército" + ], + [ + "▁attempt", + "s" + ], + [ + "▁ship", + "s" + ], + [ + "▁sh", + "ips" + ], + [ + "▁s", + "hips" + ], + [ + "▁", + "ships" + ], + [ + "▁interact", + "ive" + ], + [ + "▁inter", + "active" + ], + [ + "▁indicador", + "es" + ], + [ + "▁indicado", + "res" + ], + [ + "▁indic", + "adores" + ], + [ + "▁branch", + "es" + ], + [ + "▁bran", + "ches" + ], + [ + "▁2017", + "." + ], + [ + "▁201", + "7." + ], + [ + "▁20", + "17." + ], + [ + "▁PI", + "B" + ], + [ + "▁P", + "IB" + ], + [ + "▁pub", + "l" + ], + [ + "▁pu", + "bl" + ], + [ + "lib", + "rary" + ], + [ + "Vis", + "ible" + ], + [ + "haus", + "t" + ], + [ + "ha", + "ust" + ], + [ + "h", + "aust" + ], + [ + "▁sequ", + "er" + ], + [ + "▁seq", + "uer" + ], + [ + "▁se", + "quer" + ], + [ + "▁obs", + "c" + ], + [ + "▁ob", + "sc" + ], + [ + "▁Cear", + "á" + ], + [ + "▁Ce", + "ará" + ], + [ + "▁candid", + "ato" + ], + [ + "▁AM", + "F" + ], + [ + "▁A", + "MF" + ], + [ + "▁", + "AMF" + ], + [ + "▁polit", + "ics" + ], + [ + "▁poli", + "tics" + ], + [ + "▁Fa", + "t" + ], + [ + "▁F", + "at" + ], + [ + "▁D", + "ictionary" + ], + [ + "▁", + "Dictionary" + ], + [ + "▁nerv", + "e" + ], + [ + "▁n", + "erve" + ], + [ + "arch", + "y" + ], + [ + "arc", + "hy" + ], + [ + "ar", + "chy" + ], + [ + "▁Do", + "is" + ], + [ + "▁D", + "ois" + ], + [ + "▁Or", + "d" + ], + [ + "▁O", + "rd" + ], + [ + "▁", + "Ord" + ], + [ + "▁Mat", + "eus" + ], + [ + "▁M", + "ateus" + ], + [ + "▁", + "Mateus" + ], + [ + "Suc", + "cess" + ], + [ + "Su", + "ccess" + ], + [ + "S", + "uccess" + ], + [ + "▁perfe", + "ita" + ], + [ + "▁per", + "feita" + ], + [ + "▁ph", + "ar" + ], + [ + "▁p", + "har" + ], + [ + "▁Méd", + "ia" + ], + [ + "▁M", + "édia" + ], + [ + "▁blo", + "co" + ], + [ + "▁bl", + "oco" + ], + [ + "IGH", + "T" + ], + [ + "IG", + "HT" + ], + [ + "▁incor", + "rect" + ], + [ + "▁in", + "correct" + ], + [ + "▁or", + "i" + ], + [ + "▁o", + "ri" + ], + [ + "▁", + "ori" + ], + [ + "▁algo", + "rit" + ], + [ + "▁alg", + "orit" + ], + [ + "▁contín", + "uo" + ], + [ + "▁tid", + "o" + ], + [ + "▁ti", + "do" + ], + [ + "▁t", + "ido" + ], + [ + "duct", + "or" + ], + [ + "duc", + "tor" + ], + [ + "du", + "ctor" + ], + [ + "▁thr", + "ust" + ], + [ + "▁th", + "rust" + ], + [ + "▁", + "thrust" + ], + [ + "▁Te", + "atro" + ], + [ + "▁muda", + "s" + ], + [ + "▁mud", + "as" + ], + [ + "▁mu", + "das" + ], + [ + "▁m", + "udas" + ], + [ + "▁segment", + "o" + ], + [ + "▁seg", + "mento" + ], + [ + "ás", + "coa" + ], + [ + "▁A", + "er" + ], + [ + "▁reun", + "iões" + ], + [ + "▁Ire", + "land" + ], + [ + "▁Ir", + "eland" + ], + [ + "▁INT", + "ER" + ], + [ + "▁IN", + "TER" + ], + [ + "▁", + "INTER" + ], + [ + "▁decorre", + "r" + ], + [ + "▁decorr", + "er" + ], + [ + "▁decor", + "rer" + ], + [ + "▁de", + "correr" + ], + [ + "Edit", + "or" + ], + [ + "Ed", + "itor" + ], + [ + "sche", + "ma" + ], + [ + "sch", + "ema" + ], + [ + "sc", + "hema" + ], + [ + "americ", + "ano" + ], + [ + "▁d", + "ê" + ], + [ + "▁Ra", + "p" + ], + [ + "▁R", + "ap" + ], + [ + "ba", + "c" + ], + [ + "b", + "ac" + ], + [ + "▁Fe", + "st" + ], + [ + "▁F", + "est" + ], + [ + "domin", + "al" + ], + [ + "dom", + "inal" + ], + [ + "kes", + "p" + ], + [ + "ke", + "sp" + ], + [ + "k", + "esp" + ], + [ + "bu", + "l" + ], + [ + "b", + "ul" + ], + [ + "^", + "^" + ], + [ + "▁CR", + "I" + ], + [ + "▁C", + "RI" + ], + [ + "▁bring", + "s" + ], + [ + "▁brin", + "gs" + ], + [ + "▁br", + "ings" + ], + [ + "▁incre", + "d" + ], + [ + "▁incr", + "ed" + ], + [ + "▁inc", + "red" + ], + [ + "▁in", + "cred" + ], + [ + "▁Sp", + "ain" + ], + [ + "U", + "m" + ], + [ + "▁im", + "igrantes" + ], + [ + "▁employ", + "ment" + ], + [ + "▁em", + "ployment" + ], + [ + "▁requisito", + "s" + ], + [ + "▁requis", + "itos" + ], + [ + "oss", + "o" + ], + [ + "os", + "so" + ], + [ + "▁cro", + "w" + ], + [ + "▁cr", + "ow" + ], + [ + "▁c", + "row" + ], + [ + "▁utiliz", + "e" + ], + [ + "▁util", + "ize" + ], + [ + "PT", + "ION" + ], + [ + "▁formula", + "s" + ], + [ + "▁formul", + "as" + ], + [ + "▁form", + "ulas" + ], + [ + "▁Ra", + "y" + ], + [ + "▁R", + "ay" + ], + [ + "▁", + "Ray" + ], + [ + "▁determin", + "ing" + ], + [ + "▁che", + "f" + ], + [ + "▁ch", + "ef" + ], + [ + "_2", + "_" + ], + [ + "_", + "2_" + ], + [ + "DAT", + "E" + ], + [ + "DA", + "TE" + ], + [ + "D", + "ATE" + ], + [ + "▁(19", + "6" + ], + [ + "▁(1", + "96" + ], + [ + "▁(", + "196" + ], + [ + "ICA", + "S" + ], + [ + "IC", + "AS" + ], + [ + "▁Pap", + "er" + ], + [ + "▁Pa", + "per" + ], + [ + "▁P", + "aper" + ], + [ + "arr", + "e" + ], + [ + "ar", + "re" + ], + [ + "▁cub", + "e" + ], + [ + "▁cu", + "be" + ], + [ + "▁c", + "ube" + ], + [ + "▁DE", + "F" + ], + [ + "▁D", + "EF" + ], + [ + "▁", + "DEF" + ], + [ + "▁arran", + "g" + ], + [ + "▁arra", + "ng" + ], + [ + "▁arr", + "ang" + ], + [ + "▁Gran", + "d" + ], + [ + "▁Gra", + "nd" + ], + [ + "▁Gr", + "and" + ], + [ + "▁G", + "rand" + ], + [ + "LOG", + "IA" + ], + [ + "▁Inform", + "ação" + ], + [ + "▁In", + "formação" + ], + [ + "▁near", + "by" + ], + [ + "▁COLL", + "ATE" + ], + [ + "▁matric", + "es" + ], + [ + "▁matr", + "ices" + ], + [ + "▁mat", + "rices" + ], + [ + "▁acontec", + "endo" + ], + [ + "▁aconte", + "cendo" + ], + [ + "▁50", + "," + ], + [ + "▁5", + "0," + ], + [ + "▁", + "50," + ], + [ + "An", + "g" + ], + [ + "A", + "ng" + ], + [ + "xi", + "s" + ], + [ + "x", + "is" + ], + [ + "▁elevado", + "s" + ], + [ + "▁eleva", + "dos" + ], + [ + "▁elev", + "ados" + ], + [ + "▁Hit", + "ler" + ], + [ + "▁sente", + "m" + ], + [ + "▁sent", + "em" + ], + [ + "▁sen", + "tem" + ], + [ + "▁Dis", + "c" + ], + [ + "▁Di", + "sc" + ], + [ + "▁D", + "isc" + ], + [ + "▁", + "Disc" + ], + [ + "▁Le", + "w" + ], + [ + "▁L", + "ew" + ], + [ + "▁palestra", + "s" + ], + [ + "▁palestr", + "as" + ], + [ + "▁palest", + "ras" + ], + [ + "▁leg", + "end" + ], + [ + "▁", + "legend" + ], + [ + "ave", + "n" + ], + [ + "av", + "en" + ], + [ + "a", + "ven" + ], + [ + "▁leg", + "ais" + ], + [ + "▁compõe", + "m" + ], + [ + "▁comp", + "õem" + ], + [ + "d", + "k" + ], + [ + "Ma", + "s" + ], + [ + "M", + "as" + ], + [ + "▁procur", + "ando" + ], + [ + "▁proc", + "urando" + ], + [ + ";;", + ";;" + ], + [ + "▁Mich", + "el" + ], + [ + "▁Mic", + "hel" + ], + [ + "ya", + "n" + ], + [ + "y", + "an" + ], + [ + "▁breath", + "ing" + ], + [ + "▁breat", + "hing" + ], + [ + "ib", + "ular" + ], + [ + "▁sólido", + "s" + ], + [ + "▁sól", + "idos" + ], + [ + "▁diária", + "s" + ], + [ + "▁diá", + "rias" + ], + [ + "▁di", + "árias" + ], + [ + "▁pot", + "enciais" + ], + [ + "▁pen", + "d" + ], + [ + "▁pe", + "nd" + ], + [ + "▁p", + "end" + ], + [ + "▁", + "pend" + ], + [ + "▁top", + "o" + ], + [ + "▁to", + "po" + ], + [ + "▁t", + "opo" + ], + [ + "▁ma", + "ç" + ], + [ + "vail", + "ability" + ], + [ + "▁cl", + "ique" + ], + [ + "▁c", + "lique" + ], + [ + "▁H", + "o" + ], + [ + "▁Tan", + "to" + ], + [ + "▁T", + "anto" + ], + [ + "Li", + "t" + ], + [ + "L", + "it" + ], + [ + "▁Na", + "p" + ], + [ + "▁N", + "ap" + ], + [ + "▁smo", + "ke" + ], + [ + "▁sm", + "oke" + ], + [ + "▁Ve", + "l" + ], + [ + "▁V", + "el" + ], + [ + "▁", + "Vel" + ], + [ + "▁Bo", + "b" + ], + [ + "▁B", + "ob" + ], + [ + "▁Le", + "ct" + ], + [ + "▁L", + "ect" + ], + [ + "t", + "u" + ], + [ + "▁visitante", + "s" + ], + [ + "▁visit", + "antes" + ], + [ + "▁vis", + "itantes" + ], + [ + "▁land", + "s" + ], + [ + "▁lan", + "ds" + ], + [ + "▁l", + "ands" + ], + [ + "▁", + "lands" + ], + [ + "rif", + "t" + ], + [ + "ri", + "ft" + ], + [ + "r", + "ift" + ], + [ + "per", + "ature" + ], + [ + "▁desenvolve", + "m" + ], + [ + "▁desenvolv", + "em" + ], + [ + "▁desenvol", + "vem" + ], + [ + "▁produ", + "c" + ], + [ + "▁prod", + "uc" + ], + [ + "▁pro", + "duc" + ], + [ + "icult", + "ura" + ], + [ + "ic", + "ultura" + ], + [ + "tract", + "ion" + ], + [ + "trac", + "tion" + ], + [ + "tra", + "ction" + ], + [ + "tr", + "action" + ], + [ + "t", + "raction" + ], + [ + "IN", + "C" + ], + [ + "I", + "NC" + ], + [ + "▁velho", + "s" + ], + [ + "▁velh", + "os" + ], + [ + "▁vel", + "hos" + ], + [ + "▁v", + "elhos" + ], + [ + "61", + "," + ], + [ + "6", + "1," + ], + [ + "▁priorit", + "y" + ], + [ + "▁priori", + "ty" + ], + [ + "▁prior", + "ity" + ], + [ + "▁pri", + "ority" + ], + [ + "▁", + "priority" + ], + [ + "▁maintain", + "ing" + ], + [ + "▁main", + "taining" + ], + [ + "▁substance", + "s" + ], + [ + "▁subst", + "ances" + ], + [ + "▁Emp", + "ire" + ], + [ + "▁Sam", + "ple" + ], + [ + "▁S", + "ample" + ], + [ + "▁", + "Sample" + ], + [ + "▁priori", + "dade" + ], + [ + "▁prior", + "idade" + ], + [ + "▁Le", + "itura" + ], + [ + "▁w", + "a" + ], + [ + "▁", + "wa" + ], + [ + "proto", + "buf" + ], + [ + "▁Ra", + "in" + ], + [ + "▁R", + "ain" + ], + [ + "▁cover", + "age" + ], + [ + "▁co", + "verage" + ], + [ + "*", + "}" + ], + [ + "▁defe", + "ct" + ], + [ + "▁def", + "ect" + ], + [ + "▁de", + "fect" + ], + [ + "dr", + "a" + ], + [ + "d", + "ra" + ], + [ + "▁asse", + "t" + ], + [ + "▁ass", + "et" + ], + [ + "▁as", + "set" + ], + [ + "▁", + "asset" + ], + [ + "▁min", + "i" + ], + [ + "▁mi", + "ni" + ], + [ + "▁m", + "ini" + ], + [ + "▁repe", + "r" + ], + [ + "▁rep", + "er" + ], + [ + "▁re", + "per" + ], + [ + "▁r", + "eper" + ], + [ + "▁found", + "ed" + ], + [ + "col", + "l" + ], + [ + "co", + "ll" + ], + [ + "c", + "oll" + ], + [ + "▁ele", + "ição" + ], + [ + "▁constante", + "s" + ], + [ + "▁constant", + "es" + ], + [ + "▁const", + "antes" + ], + [ + "▁del", + "im" + ], + [ + "▁de", + "lim" + ], + [ + "▁d", + "elim" + ], + [ + "▁falam", + "os" + ], + [ + "▁fala", + "mos" + ], + [ + "▁fal", + "amos" + ], + [ + "▁complementa", + "r" + ], + [ + "▁complement", + "ar" + ], + [ + "0", + "|" + ], + [ + "▁Pi", + "l" + ], + [ + "▁P", + "il" + ], + [ + "-20", + "0" + ], + [ + "-2", + "00" + ], + [ + "-", + "200" + ], + [ + "▁ha", + "m" + ], + [ + "▁h", + "am" + ], + [ + "▁", + "ham" + ], + [ + "▁Sem", + "ana" + ], + [ + "▁Du", + "e" + ], + [ + "▁D", + "ue" + ], + [ + "ail", + "ure" + ], + [ + "▁ó", + "timo" + ], + [ + "▁paint", + "ing" + ], + [ + "▁pain", + "ting" + ], + [ + "if", + "def" + ], + [ + "▁destina", + "tion" + ], + [ + "▁destin", + "ation" + ], + [ + "▁dest", + "ination" + ], + [ + "▁", + "destination" + ], + [ + "▁U", + "r" + ], + [ + "Internal", + "s" + ], + [ + "Intern", + "als" + ], + [ + "Inter", + "nals" + ], + [ + "▁elit", + "e" + ], + [ + "▁el", + "ite" + ], + [ + "▁Lo", + "r" + ], + [ + "▁L", + "or" + ], + [ + "▁Columb", + "ia" + ], + [ + "▁organism", + "s" + ], + [ + "▁organ", + "isms" + ], + [ + "ett", + "s" + ], + [ + "et", + "ts" + ], + [ + "▁frequent", + "e" + ], + [ + "▁frequ", + "ente" + ], + [ + "▁visita", + "s" + ], + [ + "▁visit", + "as" + ], + [ + "▁vis", + "itas" + ], + [ + "▁chi", + "ck" + ], + [ + "▁ch", + "ick" + ], + [ + "▁enc", + "om" + ], + [ + "▁en", + "com" + ], + [ + "▁match", + "es" + ], + [ + "▁mat", + "ches" + ], + [ + "▁", + "matches" + ], + [ + "▁classifica", + "tion" + ], + [ + "▁class", + "ification" + ], + [ + "▁\\", + "<" + ], + [ + "▁", + "\\<" + ], + [ + "▁fac", + "ing" + ], + [ + "▁fa", + "cing" + ], + [ + "▁f", + "acing" + ], + [ + "k", + "u" + ], + [ + "▁Esc", + "re" + ], + [ + "▁Es", + "cre" + ], + [ + "SE", + "R" + ], + [ + "S", + "ER" + ], + [ + "▁rec", + "r" + ], + [ + "▁re", + "cr" + ], + [ + "▁2003", + "," + ], + [ + "▁200", + "3," + ], + [ + "▁20", + "03," + ], + [ + "▁Lin", + "coln" + ], + [ + "▁can", + "a" + ], + [ + "▁ca", + "na" + ], + [ + "▁c", + "ana" + ], + [ + "MA", + "G" + ], + [ + "M", + "AG" + ], + [ + "▁ju", + "l" + ], + [ + "▁j", + "ul" + ], + [ + "▁", + "jul" + ], + [ + "▁Proc", + "ed" + ], + [ + "▁Pro", + "ced" + ], + [ + "▁imped", + "e" + ], + [ + "▁impe", + "de" + ], + [ + "▁imp", + "ede" + ], + [ + "▁Distr", + "ict" + ], + [ + "▁Dist", + "rict" + ], + [ + "▁enfo", + "r" + ], + [ + "▁enf", + "or" + ], + [ + "▁en", + "for" + ], + [ + "▁psych", + "ological" + ], + [ + "▁fa", + "una" + ], + [ + "R", + "Y" + ], + [ + "▁andro", + "id" + ], + [ + "▁and", + "roid" + ], + [ + "▁an", + "droid" + ], + [ + "▁", + "android" + ], + [ + "▁Cont", + "r" + ], + [ + "▁Con", + "tr" + ], + [ + "▁be", + "s" + ], + [ + "▁b", + "es" + ], + [ + "▁", + "bes" + ], + [ + "▁les", + "te" + ], + [ + "▁le", + "ste" + ], + [ + "▁l", + "este" + ], + [ + "▁L", + "i" + ], + [ + "▁", + "Li" + ], + [ + "am", + "l" + ], + [ + "a", + "ml" + ], + [ + "▁corrup", + "ção" + ], + [ + "▁corr", + "upção" + ], + [ + "Se", + "nd" + ], + [ + "S", + "end" + ], + [ + "?", + "." + ], + [ + "▁Expl", + "ain" + ], + [ + "▁Ex", + "plain" + ], + [ + "D", + "X" + ], + [ + "▁Pl", + "ot" + ], + [ + "▁P", + "lot" + ], + [ + "▁", + "Plot" + ], + [ + "▁Compan", + "hia" + ], + [ + "▁examin", + "ation" + ], + [ + "▁exam", + "ination" + ], + [ + "squ", + "are" + ], + [ + "s", + "quare" + ], + [ + "▁(1", + "5" + ], + [ + "▁(", + "15" + ], + [ + "▁", + "(15" + ], + [ + "▁display", + "ed" + ], + [ + "▁el", + "sif" + ], + [ + "▁any", + "where" + ], + [ + "▁art", + "ist" + ], + [ + "unic", + "ode" + ], + [ + "uni", + "code" + ], + [ + "un", + "icode" + ], + [ + "▁proporcion", + "a" + ], + [ + "▁combin", + "e" + ], + [ + "▁comb", + "ine" + ], + [ + "▁est", + "ética" + ], + [ + "ad", + "i" + ], + [ + "a", + "di" + ], + [ + "-0", + "8" + ], + [ + "-", + "08" + ], + [ + "▁launch", + "ed" + ], + [ + "▁la", + "unched" + ], + [ + "▁Nature", + "za" + ], + [ + "▁Nat", + "ureza" + ], + [ + "per", + "m" + ], + [ + "pe", + "rm" + ], + [ + "▁prec", + "i" + ], + [ + "▁pre", + "ci" + ], + [ + "▁pr", + "eci" + ], + [ + "▁", + "preci" + ], + [ + "ID", + "E" + ], + [ + "I", + "DE" + ], + [ + "âneo", + "s" + ], + [ + "âne", + "os" + ], + [ + "ân", + "eos" + ], + [ + "▁terrest", + "re" + ], + [ + "▁terr", + "estre" + ], + [ + "▁depr", + "ess" + ], + [ + "▁dep", + "ress" + ], + [ + "▁de", + "press" + ], + [ + "▁interno", + "s" + ], + [ + "▁intern", + "os" + ], + [ + "▁inter", + "nos" + ], + [ + "▁int", + "ernos" + ], + [ + "▁sk", + "learn" + ], + [ + "obi", + "l" + ], + [ + "ob", + "il" + ], + [ + "o", + "bil" + ], + [ + "▁ON", + "G" + ], + [ + "▁O", + "NG" + ], + [ + "▁", + "ONG" + ], + [ + "▁privada", + "s" + ], + [ + "▁priv", + "adas" + ], + [ + "▁11", + "2" + ], + [ + "▁1", + "12" + ], + [ + "▁", + "112" + ], + [ + "▁M", + "ãe" + ], + [ + "END", + "IF" + ], + [ + "▁a", + "ére" + ], + [ + "6)", + "," + ], + [ + "6", + ")," + ], + [ + "▁Ga", + "s" + ], + [ + "▁G", + "as" + ], + [ + "▁or", + "a" + ], + [ + "▁o", + "ra" + ], + [ + "▁", + "ora" + ], + [ + "72", + "," + ], + [ + "7", + "2," + ], + [ + "▁S", + "Y" + ], + [ + "▁", + "SY" + ], + [ + "j", + "l" + ], + [ + "▁impl", + "ies" + ], + [ + "▁im", + "plies" + ], + [ + "78", + "9" + ], + [ + "7", + "89" + ], + [ + "ati", + "n" + ], + [ + "at", + "in" + ], + [ + "▁vende", + "r" + ], + [ + "▁vend", + "er" + ], + [ + "▁ven", + "der" + ], + [ + "▁v", + "ender" + ], + [ + "Cle", + "ar" + ], + [ + "Cl", + "ear" + ], + [ + "+", + "(" + ], + [ + "▁Alexand", + "er" + ], + [ + "▁Alex", + "ander" + ], + [ + "▁August", + "o" + ], + [ + "▁Aug", + "usto" + ], + [ + "▁fa", + "ult" + ], + [ + "▁f", + "ault" + ], + [ + "▁", + "fault" + ], + [ + "▁coordenado", + "r" + ], + [ + "▁coorden", + "ador" + ], + [ + "z", + "inho" + ], + [ + "emia", + "s" + ], + [ + "em", + "ias" + ], + [ + "e", + "mias" + ], + [ + "▁(0", + "." + ], + [ + "▁(", + "0." + ], + [ + "▁", + "(0." + ], + [ + "▁testemun", + "ho" + ], + [ + "▁testem", + "unho" + ], + [ + "▁para", + "graph" + ], + [ + "▁par", + "agraph" + ], + [ + "▁pa", + "v" + ], + [ + "▁p", + "av" + ], + [ + "▁limp", + "a" + ], + [ + "▁lim", + "pa" + ], + [ + "^", + "4" + ], + [ + "P", + "N" + ], + [ + "▁mata", + "r" + ], + [ + "▁mat", + "ar" + ], + [ + "▁ma", + "tar" + ], + [ + "▁m", + "atar" + ], + [ + "▁química", + "s" + ], + [ + "▁quím", + "icas" + ], + [ + "▁frequente", + "s" + ], + [ + "▁frequent", + "es" + ], + [ + "▁frequ", + "entes" + ], + [ + "▁inequal", + "ity" + ], + [ + "▁inequ", + "ality" + ], + [ + "▁(", + "[" + ], + [ + "▁", + "([" + ], + [ + "▁depende", + "m" + ], + [ + "▁depend", + "em" + ], + [ + "▁dep", + "endem" + ], + [ + "▁observa", + "ções" + ], + [ + "▁observ", + "ações" + ], + [ + "▁count", + "y" + ], + [ + "▁coun", + "ty" + ], + [ + "T", + "im" + ], + [ + "▁o", + "este" + ], + [ + "▁nasc", + "e" + ], + [ + "▁nas", + "ce" + ], + [ + "pa", + "d" + ], + [ + "p", + "ad" + ], + [ + "▁1)", + "." + ], + [ + "▁1", + ")." + ], + [ + "▁", + "1)." + ], + [ + "▁Mi", + "d" + ], + [ + "▁M", + "id" + ], + [ + "▁", + "Mid" + ], + [ + "▁Rec", + "ife" + ], + [ + "Attribute", + "s" + ], + [ + "Att", + "ributes" + ], + [ + "part", + "ilhar" + ], + [ + "▁193", + "0" + ], + [ + "▁19", + "30" + ], + [ + "▁loss", + "es" + ], + [ + "▁los", + "ses" + ], + [ + "▁assist", + "ir" + ], + [ + "32", + "." + ], + [ + "3", + "2." + ], + [ + "o", + "qu" + ], + [ + "▁LA", + "N" + ], + [ + "▁L", + "AN" + ], + [ + "▁", + "LAN" + ], + [ + "▁Vict", + "or" + ], + [ + "▁Vic", + "tor" + ], + [ + "▁Vi", + "ctor" + ], + [ + "▁Conver", + "s" + ], + [ + "▁Conv", + "ers" + ], + [ + "▁Con", + "vers" + ], + [ + "ach", + "us" + ], + [ + "▁vaga", + "s" + ], + [ + "▁vag", + "as" + ], + [ + "▁va", + "gas" + ], + [ + "▁v", + "agas" + ], + [ + "▁surv", + "e" + ], + [ + "▁sur", + "ve" + ], + [ + "Text", + "ure" + ], + [ + "Te", + "xture" + ], + [ + "iti", + "ba" + ], + [ + "it", + "iba" + ], + [ + "▁mic", + "e" + ], + [ + "▁mi", + "ce" + ], + [ + "▁m", + "ice" + ], + [ + "▁Soci", + "ais" + ], + [ + "▁Soc", + "iais" + ], + [ + "▁So", + "ciais" + ], + [ + "2", + "%" + ], + [ + "▁U", + "V" + ], + [ + "▁", + "UV" + ], + [ + "▁gênero", + "s" + ], + [ + "▁gên", + "eros" + ], + [ + "▁gal", + "ax" + ], + [ + "▁as", + "p" + ], + [ + "▁a", + "sp" + ], + [ + "▁", + "asp" + ], + [ + "---------", + "-" + ], + [ + "--------", + "--" + ], + [ + "-------", + "---" + ], + [ + "------", + "----" + ], + [ + "-----", + "-----" + ], + [ + "----", + "------" + ], + [ + "---", + "-------" + ], + [ + "--", + "--------" + ], + [ + "-", + "---------" + ], + [ + "▁appl", + "ies" + ], + [ + "▁ap", + "plies" + ], + [ + "sy", + "l" + ], + [ + "s", + "yl" + ], + [ + "▁gre", + "w" + ], + [ + "▁gr", + "ew" + ], + [ + "▁g", + "rew" + ], + [ + "▁Ass", + "inar" + ], + [ + "Mo", + "use" + ], + [ + "M", + "ouse" + ], + [ + "FCF", + "C" + ], + [ + "FC", + "FC" + ], + [ + "▁ri", + "ce" + ], + [ + "▁r", + "ice" + ], + [ + "▁adicion", + "ar" + ], + [ + "▁adi", + "cionar" + ], + [ + "▁Stre", + "am" + ], + [ + "▁St", + "ream" + ], + [ + "▁", + "Stream" + ], + [ + "▁Deix", + "e" + ], + [ + "▁De", + "ixe" + ], + [ + "▁Curr", + "ic" + ], + [ + "▁Cur", + "ric" + ], + [ + "▁altera", + "r" + ], + [ + "▁alter", + "ar" + ], + [ + "▁LO", + "G" + ], + [ + "▁L", + "OG" + ], + [ + "▁", + "LOG" + ], + [ + "ástica", + "s" + ], + [ + "ást", + "icas" + ], + [ + "ás", + "ticas" + ], + [ + "á", + "sticas" + ], + [ + "p", + "b" + ], + [ + "▁Lo", + "pes" + ], + [ + "▁L", + "opes" + ], + [ + "A", + "I" + ], + [ + "=1", + ")" + ], + [ + "=", + "1)" + ], + [ + "▁fa", + "n" + ], + [ + "▁f", + "an" + ], + [ + "▁", + "fan" + ], + [ + "▁phenomen", + "on" + ], + [ + "▁elas", + "tic" + ], + [ + "▁el", + "astic" + ], + [ + "▁", + "elastic" + ], + [ + "▁sq", + "rt" + ], + [ + "▁s", + "qrt" + ], + [ + "▁", + "sqrt" + ], + [ + "▁sa", + "d" + ], + [ + "▁s", + "ad" + ], + [ + "▁-1", + ";" + ], + [ + "▁-", + "1;" + ], + [ + "▁", + "-1;" + ], + [ + "▁flor", + "a" + ], + [ + "▁flo", + "ra" + ], + [ + "▁fl", + "ora" + ], + [ + "▁sofre", + "u" + ], + [ + "▁sofr", + "eu" + ], + [ + "▁sof", + "reu" + ], + [ + "spec", + "ific" + ], + [ + "▁publica", + "tion" + ], + [ + "▁public", + "ation" + ], + [ + "▁E", + "C" + ], + [ + "▁", + "EC" + ], + [ + "▁ro", + "s" + ], + [ + "▁r", + "os" + ], + [ + "▁", + "ros" + ], + [ + "anch", + "e" + ], + [ + "anc", + "he" + ], + [ + "an", + "che" + ], + [ + "▁Dar", + "win" + ], + [ + "▁belief", + "s" + ], + [ + "▁belie", + "fs" + ], + [ + "oge", + "ther" + ], + [ + "og", + "ether" + ], + [ + "▁evangel", + "ho" + ], + [ + "▁evang", + "elho" + ], + [ + "▁Sen", + "s" + ], + [ + "▁Se", + "ns" + ], + [ + "▁S", + "ens" + ], + [ + "▁deter", + "ior" + ], + [ + "▁de", + "terior" + ], + [ + "▁organiza", + "do" + ], + [ + "▁organiz", + "ado" + ], + [ + "▁organ", + "izado" + ], + [ + "▁av", + "e" + ], + [ + "▁a", + "ve" + ], + [ + "▁", + "ave" + ], + [ + "De", + "p" + ], + [ + "D", + "ep" + ], + [ + "ish", + "ment" + ], + [ + "▁Organ", + "ization" + ], + [ + "\":[", + "],\"" + ], + [ + "▁Tit", + "le" + ], + [ + "▁Ti", + "tle" + ], + [ + "▁T", + "itle" + ], + [ + "▁", + "Title" + ], + [ + "umo", + "s" + ], + [ + "um", + "os" + ], + [ + "u", + "mos" + ], + [ + "▁Sor", + "t" + ], + [ + "▁So", + "rt" + ], + [ + "▁S", + "ort" + ], + [ + "▁", + "Sort" + ], + [ + "ato", + "n" + ], + [ + "at", + "on" + ], + [ + "a", + "ton" + ], + [ + "group", + "s" + ], + [ + "gro", + "ups" + ], + [ + "▁sant", + "o" + ], + [ + "▁san", + "to" + ], + [ + "▁s", + "anto" + ], + [ + "▁Pe", + "qu" + ], + [ + "▁P", + "equ" + ], + [ + "Categ", + "ory" + ], + [ + "C", + "ategory" + ], + [ + "ception", + "s" + ], + [ + "cept", + "ions" + ], + [ + "ce", + "ptions" + ], + [ + "▁intens", + "o" + ], + [ + "▁int", + "enso" + ], + [ + "LA", + "B" + ], + [ + "L", + "AB" + ], + [ + "▁8", + "1" + ], + [ + "▁", + "81" + ], + [ + "▁Build", + "ing" + ], + [ + "ome", + "ga" + ], + [ + "o", + "mega" + ], + [ + "▁Jard", + "im" + ], + [ + "▁Jar", + "dim" + ], + [ + "▁2020", + "." + ], + [ + "▁202", + "0." + ], + [ + "▁20", + "20." + ], + [ + "▁adult", + "a" + ], + [ + "▁adul", + "ta" + ], + [ + "▁ad", + "ulta" + ], + [ + "▁exig", + "ir" + ], + [ + "<", + "'" + ], + [ + "▁A", + "h" + ], + [ + "▁", + "Ah" + ], + [ + "▁act", + "ing" + ], + [ + "▁ac", + "ting" + ], + [ + "▁rep", + "air" + ], + [ + "▁re", + "pair" + ], + [ + "▁command", + "s" + ], + [ + "▁comm", + "ands" + ], + [ + "▁", + "commands" + ], + [ + "▁thor", + "ough" + ], + [ + "▁DA", + "S" + ], + [ + "▁D", + "AS" + ], + [ + "Tool", + "Strip" + ], + [ + "▁Ver", + "s" + ], + [ + "▁Ve", + "rs" + ], + [ + "▁V", + "ers" + ], + [ + "▁", + "Vers" + ], + [ + "Ad", + "apter" + ], + [ + "▁Ne", + "ed" + ], + [ + "▁Fi", + "c" + ], + [ + "▁F", + "ic" + ], + [ + "▁simpl", + "ic" + ], + [ + "▁simp", + "lic" + ], + [ + "▁sim", + "plic" + ], + [ + "AI", + "S" + ], + [ + "A", + "IS" + ], + [ + "▁causado", + "s" + ], + [ + "▁causa", + "dos" + ], + [ + "▁caus", + "ados" + ], + [ + "▁Wil", + "son" + ], + [ + "▁W", + "ilson" + ], + [ + "▁sess", + "ão" + ], + [ + "▁ses", + "são" + ], + [ + "▁s", + "essão" + ], + [ + "▁east", + "ern" + ], + [ + "▁eas", + "tern" + ], + [ + "▁e", + "astern" + ], + [ + "out", + "s" + ], + [ + "ou", + "ts" + ], + [ + "o", + "uts" + ], + [ + "li", + "a" + ], + [ + "l", + "ia" + ], + [ + "▁cop", + "per" + ], + [ + "emo", + "n" + ], + [ + "em", + "on" + ], + [ + "e", + "mon" + ], + [ + "Field", + "s" + ], + [ + "aro", + "s" + ], + [ + "ar", + "os" + ], + [ + "a", + "ros" + ], + [ + "▁vier", + "am" + ], + [ + "▁vi", + "eram" + ], + [ + "▁longo", + "s" + ], + [ + "▁long", + "os" + ], + [ + "▁lon", + "gos" + ], + [ + "▁l", + "ongos" + ], + [ + "clus", + "ter" + ], + [ + "cl", + "uster" + ], + [ + "▁apresentada", + "s" + ], + [ + "▁apresenta", + "das" + ], + [ + "▁apresent", + "adas" + ], + [ + "▁sol", + "e" + ], + [ + "▁so", + "le" + ], + [ + "▁s", + "ole" + ], + [ + "▁", + "sole" + ], + [ + "▁neg", + "oc" + ], + [ + "▁ju", + "iz" + ], + [ + "▁trig", + "o" + ], + [ + "▁tri", + "go" + ], + [ + "▁tr", + "igo" + ], + [ + "▁t", + "rigo" + ], + [ + "▁advantage", + "s" + ], + [ + "▁advant", + "ages" + ], + [ + "▁D", + "I" + ], + [ + "▁", + "DI" + ], + [ + "o", + "C" + ], + [ + "-1", + "]" + ], + [ + "-", + "1]" + ], + [ + "▁ob", + "s" + ], + [ + "▁o", + "bs" + ], + [ + "▁", + "obs" + ], + [ + "▁generation", + "s" + ], + [ + "▁gener", + "ations" + ], + [ + "▁estilo", + "s" + ], + [ + "▁estil", + "os" + ], + [ + "▁est", + "ilos" + ], + [ + "▁have", + "n" + ], + [ + "▁hav", + "en" + ], + [ + "▁ha", + "ven" + ], + [ + "▁h", + "aven" + ], + [ + "F", + "i" + ], + [ + "tag", + "s" + ], + [ + "ta", + "gs" + ], + [ + "t", + "ags" + ], + [ + "▁//", + "!" + ], + [ + "▁roup", + "a" + ], + [ + "▁relativ", + "a" + ], + [ + "▁relat", + "iva" + ], + [ + "▁rel", + "ativa" + ], + [ + "▁head", + "s" + ], + [ + "▁he", + "ads" + ], + [ + "▁", + "heads" + ], + [ + "exist", + "s" + ], + [ + "ex", + "ists" + ], + [ + "▁disse", + "r" + ], + [ + "▁diss", + "er" + ], + [ + "▁dis", + "ser" + ], + [ + "ane", + "ous" + ], + [ + "hp", + "p" + ], + [ + "h", + "pp" + ], + [ + "og", + "gle" + ], + [ + "▁ra", + "c" + ], + [ + "▁r", + "ac" + ], + [ + "▁", + "rac" + ], + [ + "▁financeira", + "s" + ], + [ + "▁finance", + "iras" + ], + [ + "L", + "P" + ], + [ + "▁aceita", + "ção" + ], + [ + "▁ace", + "itação" + ], + [ + "▁reconhec", + "ido" + ], + [ + "▁reconhe", + "cido" + ], + [ + "▁gradu", + "ação" + ], + [ + "▁grad", + "uação" + ], + [ + "▁", + "graduação" + ], + [ + "Test", + "s" + ], + [ + "T", + "ests" + ], + [ + "▁fortal", + "ecimento" + ], + [ + "▁gat", + "o" + ], + [ + "▁ga", + "to" + ], + [ + "▁g", + "ato" + ], + [ + "▁regr", + "ess" + ], + [ + "▁reg", + "ress" + ], + [ + "▁re", + "gress" + ], + [ + "Lex", + "er" + ], + [ + "▁eletrônico", + "s" + ], + [ + "▁eletr", + "ônicos" + ], + [ + "▁inc", + "er" + ], + [ + "▁in", + "cer" + ], + [ + "▁esta", + "ções" + ], + [ + "▁est", + "ações" + ], + [ + "▁es", + "tações" + ], + [ + "v", + "c" + ], + [ + "▁sw", + "im" + ], + [ + "▁constru", + "t" + ], + [ + "▁constr", + "ut" + ], + [ + "▁const", + "rut" + ], + [ + "▁con", + "strut" + ], + [ + "ovo", + "l" + ], + [ + "ov", + "ol" + ], + [ + "o", + "vol" + ], + [ + "iva", + "r" + ], + [ + "iv", + "ar" + ], + [ + "i", + "var" + ], + [ + "fact", + "or" + ], + [ + "fac", + "tor" + ], + [ + "fa", + "ctor" + ], + [ + "f", + "actor" + ], + [ + "73", + "," + ], + [ + "7", + "3," + ], + [ + "ut", + "s" + ], + [ + "u", + "ts" + ], + [ + "▁pe", + "ito" + ], + [ + "▁p", + "eito" + ], + [ + "▁bin", + "d" + ], + [ + "▁bi", + "nd" + ], + [ + "▁b", + "ind" + ], + [ + "▁", + "bind" + ], + [ + "▁conversa", + "tion" + ], + [ + "▁convers", + "ation" + ], + [ + "▁Sever", + "al" + ], + [ + "▁vulner", + "able" + ], + [ + "в", + "а" + ], + [ + "▁sele", + "t" + ], + [ + "▁sel", + "et" + ], + [ + "▁se", + "let" + ], + [ + "▁With", + "Events" + ], + [ + "▁count", + "ing" + ], + [ + "▁coun", + "ting" + ], + [ + "▁co", + "unting" + ], + [ + "▁agr", + "up" + ], + [ + "▁ag", + "rup" + ], + [ + "▁a", + "grup" + ], + [ + "Rem", + "ove" + ], + [ + "Re", + "move" + ], + [ + "(0)", + ";" + ], + [ + "(0", + ");" + ], + [ + "(", + "0);" + ], + [ + "blic", + "as" + ], + [ + "bl", + "icas" + ], + [ + "b", + "licas" + ], + [ + "ôm", + "ica" + ], + [ + "ô", + "mica" + ], + [ + "USE", + "R" + ], + [ + "US", + "ER" + ], + [ + "U", + "SER" + ], + [ + "/0", + "6" + ], + [ + "/", + "06" + ], + [ + "aca", + "r" + ], + [ + "ac", + "ar" + ], + [ + "a", + "car" + ], + [ + "▁des", + "g" + ], + [ + "▁de", + "sg" + ], + [ + "▁muse", + "u" + ], + [ + "▁mus", + "eu" + ], + [ + "▁ir", + "ia" + ], + [ + "▁i", + "ria" + ], + [ + "▁", + "iria" + ], + [ + "▁user", + "name" + ], + [ + "▁us", + "ername" + ], + [ + "▁", + "username" + ], + [ + "▁verm", + "elha" + ], + [ + "▁aponta", + "m" + ], + [ + "▁apont", + "am" + ], + [ + "▁Inf", + "elizmente" + ], + [ + "ma", + "king" + ], + [ + "m", + "aking" + ], + [ + "▁fel", + "l" + ], + [ + "▁fe", + "ll" + ], + [ + "▁f", + "ell" + ], + [ + "▁in", + "oc" + ], + [ + "▁", + "inoc" + ], + [ + "▁infl", + "ação" + ], + [ + ">", + "#" + ], + [ + "▁Def", + "in" + ], + [ + "▁De", + "fin" + ], + [ + "▁Imag", + "ine" + ], + [ + "▁Research", + "ers" + ], + [ + "▁civ", + "is" + ], + [ + "▁ci", + "vis" + ], + [ + "▁Nob", + "el" + ], + [ + "▁No", + "bel" + ], + [ + "▁Similar", + "ly" + ], + [ + "▁carry", + "ing" + ], + [ + "▁car", + "rying" + ], + [ + "Co", + "ord" + ], + [ + "▁mel", + "an" + ], + [ + "▁me", + "lan" + ], + [ + "▁assin", + "al" + ], + [ + "▁ass", + "inal" + ], + [ + "▁Resum", + "o" + ], + [ + "▁Res", + "umo" + ], + [ + "▁interven", + "ções" + ], + [ + "▁interv", + "enções" + ], + [ + "▁Per", + "g" + ], + [ + "▁Pe", + "rg" + ], + [ + "▁P", + "erg" + ], + [ + "ye", + "s" + ], + [ + "y", + "es" + ], + [ + "▁ac", + "ervo" + ], + [ + "▁deixa", + "m" + ], + [ + "▁deix", + "am" + ], + [ + ":", + "#" + ], + [ + "▁pul", + "s" + ], + [ + "▁pu", + "ls" + ], + [ + "▁p", + "uls" + ], + [ + "rat", + "ação" + ], + [ + "r", + "atação" + ], + [ + "Prof", + "ile" + ], + [ + "Pro", + "file" + ], + [ + "▁merg", + "ul" + ], + [ + "▁charge", + "d" + ], + [ + "▁charg", + "ed" + ], + [ + "▁char", + "ged" + ], + [ + "▁sugest", + "ões" + ], + [ + "▁superf", + "icial" + ], + [ + "^2", + ")" + ], + [ + "^", + "2)" + ], + [ + "▁encontro", + "s" + ], + [ + "▁encontr", + "os" + ], + [ + "▁encont", + "ros" + ], + [ + "▁encon", + "tros" + ], + [ + "▁grade", + "s" + ], + [ + "▁grad", + "es" + ], + [ + "▁gra", + "des" + ], + [ + "▁gr", + "ades" + ], + [ + "▁", + "grades" + ], + [ + "▁dificul", + "t" + ], + [ + "▁dific", + "ult" + ], + [ + "▁dif", + "icult" + ], + [ + "▁Hu", + "n" + ], + [ + "▁H", + "un" + ], + [ + "ada", + "r" + ], + [ + "ad", + "ar" + ], + [ + "a", + "dar" + ], + [ + "▁60", + "%" + ], + [ + "▁6", + "0%" + ], + [ + "▁municip", + "ais" + ], + [ + "▁munic", + "ipais" + ], + [ + "▁epis", + "ódio" + ], + [ + "lo", + "n" + ], + [ + "l", + "on" + ], + [ + "▁ap", + "aix" + ], + [ + "vido", + "s" + ], + [ + "vid", + "os" + ], + [ + "vi", + "dos" + ], + [ + "v", + "idos" + ], + [ + "pro", + "f" + ], + [ + "pr", + "of" + ], + [ + "p", + "rof" + ], + [ + "▁den", + "gue" + ], + [ + "▁d", + "engue" + ], + [ + "çu", + "l" + ], + [ + "ç", + "ul" + ], + [ + "▁p", + "t" + ], + [ + "▁", + "pt" + ], + [ + "▁dif", + "und" + ], + [ + "▁di", + "fund" + ], + [ + "▁di", + "âmetro" + ], + [ + "▁efetiva", + "mente" + ], + [ + "▁efet", + "ivamente" + ], + [ + "15", + "0" + ], + [ + "1", + "50" + ], + [ + "ne", + "a" + ], + [ + "n", + "ea" + ], + [ + "▁hip", + "ó" + ], + [ + "▁Qual", + "quer" + ], + [ + "▁Ho", + "p" + ], + [ + "▁H", + "op" + ], + [ + "▁com", + "igo" + ], + [ + "ter", + "ies" + ], + [ + "te", + "ries" + ], + [ + "t", + "eries" + ], + [ + "▁Christ", + "mas" + ], + [ + "▁Da", + "ily" + ], + [ + "▁", + "Daily" + ], + [ + "▁obes", + "ity" + ], + [ + "7", + ";" + ], + [ + "▁ec", + "l" + ], + [ + "▁e", + "cl" + ], + [ + "▁", + "ecl" + ], + [ + "▁CT", + "ype" + ], + [ + "▁C", + "Type" + ], + [ + "▁", + "CType" + ], + [ + "pl", + "ier" + ], + [ + "p", + "lier" + ], + [ + "▁find", + "s" + ], + [ + "▁fin", + "ds" + ], + [ + "▁f", + "inds" + ], + [ + "▁gar", + "g" + ], + [ + "▁ga", + "rg" + ], + [ + "▁g", + "arg" + ], + [ + "▁Dia", + "betes" + ], + [ + "ator", + "ial" + ], + [ + "ato", + "rial" + ], + [ + "at", + "orial" + ], + [ + "▁recomenda", + "do" + ], + [ + "▁recomend", + "ado" + ], + [ + "▁par", + "que" + ], + [ + "▁p", + "arque" + ], + [ + "▁reason", + "ing" + ], + [ + "par", + "k" + ], + [ + "pa", + "rk" + ], + [ + "p", + "ark" + ], + [ + "IM", + "IT" + ], + [ + "I", + "MIT" + ], + [ + "▁direct", + "ed" + ], + [ + "▁dire", + "cted" + ], + [ + "▁dir", + "ected" + ], + [ + "▁Vi", + "v" + ], + [ + "▁V", + "iv" + ], + [ + "▁conj", + "ug" + ], + [ + "▁con", + "jug" + ], + [ + "▁constraint", + "s" + ], + [ + "▁constr", + "aints" + ], + [ + "▁Part", + "y" + ], + [ + "▁Par", + "ty" + ], + [ + "▁respeita", + "r" + ], + [ + "▁respe", + "itar" + ], + [ + "▁desenvolv", + "endo" + ], + [ + "▁desenvol", + "vendo" + ], + [ + "▁cultiv", + "ar" + ], + [ + "▁cult", + "ivar" + ], + [ + "module", + "s" + ], + [ + "mod", + "ules" + ], + [ + "▁Ad", + "olesc" + ], + [ + "▁merg", + "e" + ], + [ + "▁mer", + "ge" + ], + [ + "▁m", + "erge" + ], + [ + "▁", + "merge" + ], + [ + "▁degrad", + "ação" + ], + [ + "::", + "::" + ], + [ + "see", + "d" + ], + [ + "se", + "ed" + ], + [ + "▁reflex", + "ões" + ], + [ + "mult", + "i" + ], + [ + "mul", + "ti" + ], + [ + "mu", + "lti" + ], + [ + "m", + "ulti" + ], + [ + "americ", + "ana" + ], + [ + "▁ri", + "b" + ], + [ + "▁r", + "ib" + ], + [ + "▁", + "rib" + ], + [ + "▁J", + "im" + ], + [ + "-11", + "-" + ], + [ + "-1", + "1-" + ], + [ + "Ch", + "a" + ], + [ + "C", + "ha" + ], + [ + "param", + "eter" + ], + [ + "para", + "meter" + ], + [ + "-2", + "2" + ], + [ + "-", + "22" + ], + [ + "▁mere", + "ly" + ], + [ + "▁mer", + "ely" + ], + [ + "rag", + "a" + ], + [ + "ra", + "ga" + ], + [ + "r", + "aga" + ], + [ + "70", + "," + ], + [ + "7", + "0," + ], + [ + "▁Mon", + "itor" + ], + [ + "▁", + "Monitor" + ], + [ + "▁lin", + "f" + ], + [ + "▁li", + "nf" + ], + [ + "▁l", + "inf" + ], + [ + "▁Cent", + "re" + ], + [ + "▁C", + "entre" + ], + [ + "▁absolut", + "a" + ], + [ + "▁absol", + "uta" + ], + [ + "PR", + "I" + ], + [ + "P", + "RI" + ], + [ + "▁nav", + "io" + ], + [ + "▁na", + "vio" + ], + [ + "uel", + "a" + ], + [ + "ue", + "la" + ], + [ + "u", + "ela" + ], + [ + "test", + "ing" + ], + [ + "tes", + "ting" + ], + [ + "▁filóso", + "fo" + ], + [ + "sta", + "r" + ], + [ + "st", + "ar" + ], + [ + "s", + "tar" + ], + [ + "▁revista", + "s" + ], + [ + "▁revis", + "tas" + ], + [ + "▁rev", + "istas" + ], + [ + "inter", + "est" + ], + [ + "inte", + "rest" + ], + [ + "▁m", + "óveis" + ], + [ + "ônia", + "s" + ], + [ + "ôn", + "ias" + ], + [ + "▁8010", + "6" + ], + [ + "▁801", + "06" + ], + [ + "▁80", + "106" + ], + [ + "=\"", + "/" + ], + [ + "=", + "\"/" + ], + [ + "▁fri", + "ction" + ], + [ + "▁fr", + "iction" + ], + [ + "▁f", + "riction" + ], + [ + "FF", + "D" + ], + [ + "F", + "FD" + ], + [ + "BI", + "T" + ], + [ + "B", + "IT" + ], + [ + "FI", + "L" + ], + [ + "F", + "IL" + ], + [ + "▁JS", + "ON" + ], + [ + "▁J", + "SON" + ], + [ + "▁", + "JSON" + ], + [ + "lette", + "r" + ], + [ + "lett", + "er" + ], + [ + "let", + "ter" + ], + [ + "▁fib", + "ra" + ], + [ + "▁fi", + "bra" + ], + [ + "▁mist", + "ério" + ], + [ + "▁m", + "istério" + ], + [ + "▁ajud", + "ando" + ], + [ + "▁Ta", + "g" + ], + [ + "▁T", + "ag" + ], + [ + "▁", + "Tag" + ], + [ + "▁Fact", + "or" + ], + [ + "▁Fac", + "tor" + ], + [ + "▁Fa", + "ctor" + ], + [ + "▁F", + "actor" + ], + [ + "▁", + "Factor" + ], + [ + "res", + "et" + ], + [ + "re", + "set" + ], + [ + "▁END", + "IF" + ], + [ + "▁", + "ENDIF" + ], + [ + "▁F", + "loat" + ], + [ + "▁", + "Float" + ], + [ + "▁inimigo", + "s" + ], + [ + "▁inim", + "igos" + ], + [ + "▁hole", + "s" + ], + [ + "▁hol", + "es" + ], + [ + "▁ho", + "les" + ], + [ + "▁h", + "oles" + ], + [ + "▁que", + "ue" + ], + [ + "▁", + "queue" + ], + [ + "▁bloco", + "s" + ], + [ + "▁blo", + "cos" + ], + [ + "▁bl", + "ocos" + ], + [ + "▁green", + "house" + ], + [ + "▁gre", + "enhouse" + ], + [ + "▁fold", + "er" + ], + [ + "▁fol", + "der" + ], + [ + "▁fo", + "lder" + ], + [ + "▁f", + "older" + ], + [ + "▁", + "folder" + ], + [ + "▁fre", + "sc" + ], + [ + "▁fr", + "esc" + ], + [ + "▁f", + "resc" + ], + [ + "▁th", + "y" + ], + [ + "▁t", + "hy" + ], + [ + "▁", + "thy" + ], + [ + "▁Gra", + "v" + ], + [ + "▁Gr", + "av" + ], + [ + "▁G", + "rav" + ], + [ + "Rec", + "e" + ], + [ + "Re", + "ce" + ], + [ + "R", + "ece" + ], + [ + "ree", + "k" + ], + [ + "re", + "ek" + ], + [ + "▁minist", + "ério" + ], + [ + "▁min", + "istério" + ], + [ + "mission", + "s" + ], + [ + "miss", + "ions" + ], + [ + "m", + "issions" + ], + [ + "▁amam", + "ent" + ], + [ + "▁ama", + "ment" + ], + [ + "▁am", + "ament" + ], + [ + "▁Var", + "gas" + ], + [ + "▁V", + "argas" + ], + [ + "▁theor", + "etical" + ], + [ + "bo", + "w" + ], + [ + "b", + "ow" + ], + [ + "▁Re", + "quest" + ], + [ + "▁", + "Request" + ], + [ + "▁bicic", + "leta" + ], + [ + "▁King", + "dom" + ], + [ + "▁S", + "U" + ], + [ + "▁", + "SU" + ], + [ + "▁Qu", + "ar" + ], + [ + "▁Q", + "uar" + ], + [ + "▁Un", + "less" + ], + [ + "▁check", + "s" + ], + [ + "▁chec", + "ks" + ], + [ + "▁c", + "hecks" + ], + [ + "▁", + "checks" + ], + [ + "▁Pri", + "ce" + ], + [ + "▁Pr", + "ice" + ], + [ + "▁", + "Price" + ], + [ + "ho", + "m" + ], + [ + "h", + "om" + ], + [ + "▁capac", + "itação" + ], + [ + "amin", + "e" + ], + [ + "ami", + "ne" + ], + [ + "am", + "ine" + ], + [ + "a", + "mine" + ], + [ + "▁2005", + "." + ], + [ + "▁200", + "5." + ], + [ + "▁d", + "c" + ], + [ + "▁", + "dc" + ], + [ + "▁caminha", + "da" + ], + [ + "▁caminh", + "ada" + ], + [ + "▁camin", + "hada" + ], + [ + "▁cru", + "el" + ], + [ + "▁cr", + "uel" + ], + [ + "▁stra", + "in" + ], + [ + "▁str", + "ain" + ], + [ + "▁st", + "rain" + ], + [ + "▁s", + "train" + ], + [ + "16", + ")" + ], + [ + "1", + "6)" + ], + [ + "▁relat", + "o" + ], + [ + "▁rel", + "ato" + ], + [ + "ida", + "e" + ], + [ + "id", + "ae" + ], + [ + "ast", + "y" + ], + [ + "as", + "ty" + ], + [ + "▁Isa", + "bel" + ], + [ + "▁Is", + "abel" + ], + [ + "▁Pó", + "s" + ], + [ + "▁P", + "ós" + ], + [ + "incl", + "uding" + ], + [ + "▁considera", + "tion" + ], + [ + "▁consider", + "ation" + ], + [ + "▁comum", + "ente" + ], + [ + "▁com", + "umente" + ], + [ + "rada", + "s" + ], + [ + "rad", + "as" + ], + [ + "ra", + "das" + ], + [ + "r", + "adas" + ], + [ + "▁\"", + "[" + ], + [ + "▁regard", + "less" + ], + [ + "▁relig", + "iões" + ], + [ + "▁elimina", + "te" + ], + [ + "▁elimin", + "ate" + ], + [ + "▁elim", + "inate" + ], + [ + "▁amiz", + "ade" + ], + [ + "▁art", + "s" + ], + [ + "▁ar", + "ts" + ], + [ + "▁", + "arts" + ], + [ + "▁Sur", + "vey" + ], + [ + "▁or", + "b" + ], + [ + "▁o", + "rb" + ], + [ + "▁", + "orb" + ], + [ + "▁conquista", + "s" + ], + [ + "▁conquist", + "as" + ], + [ + "▁conqu", + "istas" + ], + [ + "zo", + "ne" + ], + [ + "z", + "one" + ], + [ + "▁Conclus", + "ão" + ], + [ + "▁Concl", + "usão" + ], + [ + "▁Con", + "clusão" + ], + [ + "eng", + "ine" + ], + [ + "en", + "gine" + ], + [ + "▁Aç", + "ão" + ], + [ + "▁A", + "ção" + ], + [ + "▁amplia", + "ção" + ], + [ + "▁ampl", + "iação" + ], + [ + "▁relacionamento", + "s" + ], + [ + "▁relacionam", + "entos" + ], + [ + "▁relacion", + "amentos" + ], + [ + "▁có", + "p" + ], + [ + "▁c", + "óp" + ], + [ + "▁Mat", + "a" + ], + [ + "▁Ma", + "ta" + ], + [ + "▁M", + "ata" + ], + [ + "▁2000", + "." + ], + [ + "▁200", + "0." + ], + [ + "▁20", + "00." + ], + [ + "▁2", + "000." + ], + [ + "▁hipert", + "ensão" + ], + [ + "om", + "orph" + ], + [ + "▁enf", + "im" + ], + [ + "▁en", + "fim" + ], + [ + "▁aprend", + "e" + ], + [ + "▁apr", + "ende" + ], + [ + "▁sho", + "ck" + ], + [ + "▁sh", + "ock" + ], + [ + "PD", + "F" + ], + [ + "P", + "DF" + ], + [ + "▁Easter", + "n" + ], + [ + "▁East", + "ern" + ], + [ + "▁E", + "astern" + ], + [ + "▁se", + "ção" + ], + [ + "▁futuro", + "s" + ], + [ + "▁futur", + "os" + ], + [ + "▁fut", + "uros" + ], + [ + "▁Ling", + "u" + ], + [ + "▁Lin", + "gu" + ], + [ + "▁L", + "ingu" + ], + [ + "▁magn", + "et" + ], + [ + "▁mag", + "net" + ], + [ + "▁dedo", + "s" + ], + [ + "▁ded", + "os" + ], + [ + "▁de", + "dos" + ], + [ + "▁d", + "edos" + ], + [ + "▁M", + "ét" + ], + [ + "▁judici", + "al" + ], + [ + "▁jud", + "icial" + ], + [ + "▁sai", + "u" + ], + [ + "▁sa", + "iu" + ], + [ + "▁C", + "idad" + ], + [ + "ifica", + "m" + ], + [ + "ific", + "am" + ], + [ + "ifi", + "cam" + ], + [ + "rig", + "ger" + ], + [ + "ri", + "gger" + ], + [ + "▁ord", + "inary" + ], + [ + "▁rum", + "o" + ], + [ + "▁ru", + "mo" + ], + [ + "▁r", + "umo" + ], + [ + "▁Bat", + "ista" + ], + [ + "▁sedi", + "ment" + ], + [ + "▁sed", + "iment" + ], + [ + "▁clar", + "e" + ], + [ + "▁cl", + "are" + ], + [ + "▁Fut", + "ure" + ], + [ + "▁F", + "uture" + ], + [ + "▁", + "Future" + ], + [ + "▁request", + "s" + ], + [ + "▁requ", + "ests" + ], + [ + "▁p", + "ixel" + ], + [ + "▁", + "pixel" + ], + [ + "Pri", + "m" + ], + [ + "Pr", + "im" + ], + [ + "P", + "rim" + ], + [ + "▁E", + "f" + ], + [ + "▁", + "Ef" + ], + [ + "▁Respons", + "e" + ], + [ + "▁Resp", + "onse" + ], + [ + "▁R", + "esponse" + ], + [ + "▁", + "Response" + ], + [ + "▁1", + "⁄" + ], + [ + "▁inser", + "ção" + ], + [ + "▁hand", + "ling" + ], + [ + "Res", + "t" + ], + [ + "Re", + "st" + ], + [ + "R", + "est" + ], + [ + "▁th", + "ir" + ], + [ + "▁t", + "hir" + ], + [ + "▁indust", + "ries" + ], + [ + "▁neg", + "ativa" + ], + [ + "▁norma", + "is" + ], + [ + "▁norm", + "ais" + ], + [ + "▁nor", + "mais" + ], + [ + "▁G", + "ên" + ], + [ + "net", + "work" + ], + [ + "n", + "etwork" + ], + [ + "▁res", + "c" + ], + [ + "▁re", + "sc" + ], + [ + "▁r", + "esc" + ], + [ + "▁", + "resc" + ], + [ + "▁sé", + "rio" + ], + [ + "▁s", + "ério" + ], + [ + "▁pou", + "p" + ], + [ + "▁po", + "up" + ], + [ + "▁p", + "oup" + ], + [ + "▁Understand", + "ing" + ], + [ + "▁Under", + "standing" + ], + [ + "▁acha", + "r" + ], + [ + "▁ach", + "ar" + ], + [ + "▁ac", + "har" + ], + [ + "▁a", + "char" + ], + [ + "▁", + "achar" + ], + [ + "▁Paul", + "a" + ], + [ + "▁Pa", + "ula" + ], + [ + "▁guid", + "ance" + ], + [ + "▁participa", + "tion" + ], + [ + "▁particip", + "ation" + ], + [ + "▁fábr", + "ica" + ], + [ + "▁fá", + "brica" + ], + [ + "01", + "0" + ], + [ + "0", + "10" + ], + [ + "▁=", + "~" + ], + [ + "▁Camp", + "inas" + ], + [ + "▁tempor", + "ary" + ], + [ + "▁tempo", + "rary" + ], + [ + "▁Wat", + "ch" + ], + [ + "▁W", + "atch" + ], + [ + "▁", + "Watch" + ], + [ + "▁ci", + "l" + ], + [ + "▁c", + "il" + ], + [ + "▁", + "cil" + ], + [ + "▁vim", + "os" + ], + [ + "▁vi", + "mos" + ], + [ + "▁v", + "imos" + ], + [ + "▁12", + "8" + ], + [ + "▁1", + "28" + ], + [ + "▁", + "128" + ], + [ + "ta", + "u" + ], + [ + "t", + "au" + ], + [ + "su", + "c" + ], + [ + "s", + "uc" + ], + [ + "char", + "acter" + ], + [ + "▁happen", + "ing" + ], + [ + "▁happ", + "ening" + ], + [ + "▁te", + "en" + ], + [ + "▁t", + "een" + ], + [ + "▁", + "teen" + ], + [ + "▁Vir", + "tual" + ], + [ + "▁", + "Virtual" + ], + [ + "▁per", + "pendicular" + ], + [ + "▁podia", + "m" + ], + [ + "▁pod", + "iam" + ], + [ + "▁po", + "diam" + ], + [ + "▁profunda", + "s" + ], + [ + "▁profund", + "as" + ], + [ + "▁prof", + "undas" + ], + [ + "1", + "+" + ], + [ + "Jo", + "in" + ], + [ + "▁ha", + "ck" + ], + [ + "▁h", + "ack" + ], + [ + "▁rup", + "t" + ], + [ + "▁ru", + "pt" + ], + [ + "▁r", + "upt" + ], + [ + "▁", + "rupt" + ], + [ + "▁aumenta", + "m" + ], + [ + "▁aument", + "am" + ], + [ + "izado", + "r" + ], + [ + "iza", + "dor" + ], + [ + "iz", + "ador" + ], + [ + "▁gr", + "o" + ], + [ + "▁g", + "ro" + ], + [ + "▁", + "gro" + ], + [ + "▁sil", + "ver" + ], + [ + "▁CH", + "ECK" + ], + [ + "▁", + "CHECK" + ], + [ + "▁Cub", + "a" + ], + [ + "▁Cu", + "ba" + ], + [ + "▁C", + "uba" + ], + [ + "ind", + "u" + ], + [ + "in", + "du" + ], + [ + "▁file", + "name" + ], + [ + "▁fil", + "ename" + ], + [ + "▁", + "filename" + ], + [ + "25", + "." + ], + [ + "2", + "5." + ], + [ + "▁equ", + "ação" + ], + [ + "▁eq", + "uação" + ], + [ + "e", + "ça" + ], + [ + "▁traz", + "em" + ], + [ + "ologic", + "amente" + ], + [ + "olog", + "icamente" + ], + [ + "▁Fin", + "ance" + ], + [ + "000", + "." + ], + [ + "00", + "0." + ], + [ + "0", + "00." + ], + [ + "▁comun", + "hão" + ], + [ + "▁strong", + "er" + ], + [ + "▁stro", + "nger" + ], + [ + "▁adequ", + "ate" + ], + [ + "▁confirm", + "ed" + ], + [ + "▁confir", + "med" + ], + [ + "▁men", + "ina" + ], + [ + "Fold", + "er" + ], + [ + "Fol", + "der" + ], + [ + "Fo", + "lder" + ], + [ + "F", + "older" + ], + [ + "▁sorte", + "d" + ], + [ + "▁sort", + "ed" + ], + [ + "▁sor", + "ted" + ], + [ + "▁s", + "orted" + ], + [ + "▁", + "sorted" + ], + [ + "Americ", + "an" + ], + [ + "Amer", + "ican" + ], + [ + "Am", + "erican" + ], + [ + "▁qui", + "et" + ], + [ + "▁qu", + "iet" + ], + [ + "▁", + "quiet" + ], + [ + "▁Expl", + "anation" + ], + [ + "▁Worksheet", + "s" + ], + [ + "▁Works", + "heets" + ], + [ + "37", + "." + ], + [ + "3", + "7." + ], + [ + "▁equal", + "ity" + ], + [ + "▁equ", + "ality" + ], + [ + "▁e", + "quality" + ], + [ + "▁2)", + "," + ], + [ + "▁2", + ")," + ], + [ + "▁", + "2)," + ], + [ + "▁Phys", + "ical" + ], + [ + "▁Ph", + "ysical" + ], + [ + "▁", + "Physical" + ], + [ + "B", + "Y" + ], + [ + "▁Dent", + "ro" + ], + [ + "▁Den", + "tro" + ], + [ + "▁D", + "entro" + ], + [ + "▁ds", + "t" + ], + [ + "▁d", + "st" + ], + [ + "▁", + "dst" + ], + [ + "▁flu", + "t" + ], + [ + "▁fl", + "ut" + ], + [ + "▁ren", + "al" + ], + [ + "▁re", + "nal" + ], + [ + "▁r", + "enal" + ], + [ + "▁", + "renal" + ], + [ + "Str", + "uct" + ], + [ + "▁voto", + "s" + ], + [ + "▁vot", + "os" + ], + [ + "▁vo", + "tos" + ], + [ + "▁v", + "otos" + ], + [ + "▁a", + "u" + ], + [ + "▁", + "au" + ], + [ + "aga", + "s" + ], + [ + "ag", + "as" + ], + [ + "a", + "gas" + ], + [ + "▁prediction", + "s" + ], + [ + "▁predict", + "ions" + ], + [ + "▁", + "predictions" + ], + [ + "▁contribui", + "ções" + ], + [ + "▁contribu", + "ições" + ], + [ + "▁microb", + "i" + ], + [ + "▁micro", + "bi" + ], + [ + "▁micr", + "obi" + ], + [ + "▁Person", + "al" + ], + [ + "▁Pers", + "onal" + ], + [ + "▁assum", + "ption" + ], + [ + "▁é", + "tn" + ], + [ + "▁constant", + "ly" + ], + [ + "▁const", + "antly" + ], + [ + "play", + "s" + ], + [ + "pla", + "ys" + ], + [ + "pl", + "ays" + ], + [ + "▁REF", + "ER" + ], + [ + "▁RE", + "FER" + ], + [ + "ran", + "ça" + ], + [ + "r", + "ança" + ], + [ + "▁predict", + "ion" + ], + [ + "▁predic", + "tion" + ], + [ + "▁pred", + "iction" + ], + [ + "▁", + "prediction" + ], + [ + "▁voluntário", + "s" + ], + [ + "▁volunt", + "ários" + ], + [ + "▁f", + "ós" + ], + [ + "sh", + "ift" + ], + [ + "▁ing", + "ress" + ], + [ + "▁in", + "gress" + ], + [ + "izador", + "es" + ], + [ + "izado", + "res" + ], + [ + "iz", + "adores" + ], + [ + "▁As", + "k" + ], + [ + "▁A", + "sk" + ], + [ + "▁denomina", + "do" + ], + [ + "▁denomin", + "ado" + ], + [ + "▁denom", + "inado" + ], + [ + "c", + "x" + ], + [ + "op", + "ic" + ], + [ + "o", + "pic" + ], + [ + "▁light", + "s" + ], + [ + "▁l", + "ights" + ], + [ + "▁", + "lights" + ], + [ + "▁(2", + "4" + ], + [ + "▁(", + "24" + ], + [ + "▁", + "(24" + ], + [ + "▁estabelec", + "ido" + ], + [ + "▁estabele", + "cido" + ], + [ + "ente", + "d" + ], + [ + "ent", + "ed" + ], + [ + "en", + "ted" + ], + [ + "se", + "x" + ], + [ + "s", + "ex" + ], + [ + "▁basic", + "ally" + ], + [ + "▁bas", + "ically" + ], + [ + "fig", + "ure" + ], + [ + "▁assembl", + "y" + ], + [ + "▁assem", + "bly" + ], + [ + "▁ass", + "embly" + ], + [ + "▁", + "assembly" + ], + [ + "▁essencial", + "mente" + ], + [ + "▁ess", + "encialmente" + ], + [ + "aria", + "do" + ], + [ + "ari", + "ado" + ], + [ + "ar", + "iado" + ], + [ + "22", + "0" + ], + [ + "2", + "20" + ], + [ + "▁util", + "ity" + ], + [ + "▁ut", + "ility" + ], + [ + "▁de", + "ploy" + ], + [ + "▁", + "deploy" + ], + [ + "▁obstáculo", + "s" + ], + [ + "▁obst", + "áculos" + ], + [ + "▁Amazon", + "as" + ], + [ + "▁Amaz", + "onas" + ], + [ + "▁Univers", + "o" + ], + [ + "▁offer", + "ing" + ], + [ + "▁off", + "ering" + ], + [ + "▁heat", + "ing" + ], + [ + "▁he", + "ating" + ], + [ + "▁alfabet", + "ização" + ], + [ + "▁perd", + "o" + ], + [ + "▁per", + "do" + ], + [ + "ân", + "io" + ], + [ + "â", + "nio" + ], + [ + "▁'2018", + "-" + ], + [ + "▁'201", + "8-" + ], + [ + "▁[", + "?" + ], + [ + "▁precisam", + "ente" + ], + [ + "▁precisa", + "mente" + ], + [ + "▁precis", + "amente" + ], + [ + "add", + "er" + ], + [ + "ad", + "der" + ], + [ + "▁prepara", + "do" + ], + [ + "▁prepar", + "ado" + ], + [ + "▁mil", + "d" + ], + [ + "▁mi", + "ld" + ], + [ + "▁m", + "ild" + ], + [ + "ather", + "s" + ], + [ + "ath", + "ers" + ], + [ + "a", + "thers" + ], + [ + "ímetro", + "s" + ], + [ + "í", + "metros" + ], + [ + "▁Cr", + "o" + ], + [ + "▁C", + "ro" + ], + [ + "▁T", + "F" + ], + [ + "▁", + "TF" + ], + [ + "▁elect", + "ion" + ], + [ + "▁ele", + "ction" + ], + [ + "▁el", + "ection" + ], + [ + "▁e", + "lection" + ], + [ + "▁conhecem", + "os" + ], + [ + "▁conhece", + "mos" + ], + [ + "▁conhec", + "emos" + ], + [ + "anta", + "r" + ], + [ + "ant", + "ar" + ], + [ + "an", + "tar" + ], + [ + "struct", + "or" + ], + [ + "stru", + "ctor" + ], + [ + "▁greg", + "a" + ], + [ + "▁gre", + "ga" + ], + [ + "▁g", + "rega" + ], + [ + "ratio", + "n" + ], + [ + "rat", + "ion" + ], + [ + "ra", + "tion" + ], + [ + "r", + "ation" + ], + [ + "▁substitui", + "ção" + ], + [ + "▁substitu", + "ição" + ], + [ + "▁subst", + "ituição" + ], + [ + "erd", + "ade" + ], + [ + "er", + "dade" + ], + [ + "▁7", + "3" + ], + [ + "▁", + "73" + ], + [ + ":", + "/" + ], + [ + "w", + "idget" + ], + [ + "▁an", + "emia" + ], + [ + "▁def", + "ici" + ], + [ + "▁Hol", + "y" + ], + [ + "▁Ho", + "ly" + ], + [ + "▁H", + "oly" + ], + [ + "▁EDUC", + "A" + ], + [ + "▁EDU", + "CA" + ], + [ + "econ", + "om" + ], + [ + "eco", + "nom" + ], + [ + "ec", + "onom" + ], + [ + "▁\"", + ")" + ], + [ + "▁", + "\")" + ], + [ + "cl", + "oud" + ], + [ + "▁chem", + "istry" + ], + [ + "▁c", + "hemistry" + ], + [ + "edi", + "ência" + ], + [ + "ed", + "iência" + ], + [ + "▁res", + "fri" + ], + [ + "▁planeta", + "s" + ], + [ + "▁planet", + "as" + ], + [ + "▁plane", + "tas" + ], + [ + "▁plan", + "etas" + ], + [ + "rypt", + "ion" + ], + [ + "ry", + "ption" + ], + [ + "▁oceano", + "s" + ], + [ + "▁ocean", + "os" + ], + [ + "▁oce", + "anos" + ], + [ + "▁gluc", + "ose" + ], + [ + "▁SO", + "FTWARE" + ], + [ + "▁Follow", + "ing" + ], + [ + "as", + "i" + ], + [ + "a", + "si" + ], + [ + "▁evid", + "ência" + ], + [ + "▁ev", + "idência" + ], + [ + "\":\"\\/", + "\\/" + ], + [ + "\":\"", + "\\/\\/" + ], + [ + "▁write", + "s" + ], + [ + "▁writ", + "es" + ], + [ + "▁wr", + "ites" + ], + [ + "▁agent", + "s" + ], + [ + "▁ag", + "ents" + ], + [ + "Mas", + "k" + ], + [ + "Ma", + "sk" + ], + [ + "M", + "ask" + ], + [ + "▁define", + "s" + ], + [ + "▁defin", + "es" + ], + [ + "▁def", + "ines" + ], + [ + "hal", + "f" + ], + [ + "ha", + "lf" + ], + [ + "h", + "alf" + ], + [ + "▁%", + "%" + ], + [ + "▁", + "%%" + ], + [ + "Compile", + "r" + ], + [ + "Comp", + "iler" + ], + [ + "▁desigualdade", + "s" + ], + [ + "▁desigual", + "dades" + ], + [ + "▁traz", + "endo" + ], + [ + "▁work", + "er" + ], + [ + "▁wor", + "ker" + ], + [ + "▁", + "worker" + ], + [ + "▁europe", + "u" + ], + [ + "▁euro", + "peu" + ], + [ + "cir", + "c" + ], + [ + "ci", + "rc" + ], + [ + "D", + "b" + ], + [ + "▁Tok", + "en" + ], + [ + "▁To", + "ken" + ], + [ + "▁T", + "oken" + ], + [ + "▁", + "Token" + ], + [ + "▁imedi", + "ato" + ], + [ + "=", + "%" + ], + [ + "tain", + "ty" + ], + [ + "ta", + "inty" + ], + [ + "▁Rat", + "e" + ], + [ + "▁Ra", + "te" + ], + [ + "▁R", + "ate" + ], + [ + "▁", + "Rate" + ], + [ + "$$", + "," + ], + [ + "$", + "$," + ], + [ + "▁sta", + "ke" + ], + [ + "▁st", + "ake" + ], + [ + "▁s", + "take" + ], + [ + "▁dr", + "en" + ], + [ + "▁d", + "ren" + ], + [ + "▁mín", + "ima" + ], + [ + "▁Ital", + "ian" + ], + [ + "▁compra", + "s" + ], + [ + "▁compr", + "as" + ], + [ + "▁comp", + "ras" + ], + [ + "▁n", + "n" + ], + [ + "▁", + "nn" + ], + [ + "▁vence", + "r" + ], + [ + "▁venc", + "er" + ], + [ + "▁ven", + "cer" + ], + [ + "▁v", + "encer" + ], + [ + "▁conversa", + "r" + ], + [ + "▁convers", + "ar" + ], + [ + "pa", + "ir" + ], + [ + "p", + "air" + ], + [ + "W", + "in" + ], + [ + "▁print", + "ing" + ], + [ + "▁prin", + "ting" + ], + [ + "▁nar", + "iz" + ], + [ + "▁na", + "riz" + ], + [ + "▁str", + "e" + ], + [ + "▁st", + "re" + ], + [ + "▁s", + "tre" + ], + [ + "▁este", + "nd" + ], + [ + "▁est", + "end" + ], + [ + "page", + "s" + ], + [ + "pag", + "es" + ], + [ + "pa", + "ges" + ], + [ + "p", + "ages" + ], + [ + "▁perfeita", + "mente" + ], + [ + "▁perfe", + "itamente" + ], + [ + "\",\"", + "\\/\\/" + ], + [ + "▁Atividade", + "s" + ], + [ + "▁At", + "ividades" + ], + [ + "▁fi", + "éis" + ], + [ + "qu", + "ar" + ], + [ + "q", + "uar" + ], + [ + "qual", + "ity" + ], + [ + "qu", + "ality" + ], + [ + "▁detect", + "ar" + ], + [ + "▁det", + "ectar" + ], + [ + "▁continu", + "ou" + ], + [ + "▁contin", + "uou" + ], + [ + "▁possibil", + "ita" + ], + [ + "▁plen", + "ty" + ], + [ + "▁pl", + "enty" + ], + [ + "▁Rec", + "ursos" + ], + [ + "L", + "anguage" + ], + [ + "component", + "s" + ], + [ + "com", + "ponents" + ], + [ + "▁guerra", + "s" + ], + [ + "▁guerr", + "as" + ], + [ + "▁guer", + "ras" + ], + [ + "▁externa", + "s" + ], + [ + "▁extern", + "as" + ], + [ + "▁mostrar", + "am" + ], + [ + "▁mostra", + "ram" + ], + [ + "▁mostr", + "aram" + ], + [ + "▁DW", + "ORD" + ], + [ + "▁D", + "WORD" + ], + [ + "▁", + "DWORD" + ], + [ + "▁priv", + "il" + ], + [ + "▁pr", + "ivil" + ], + [ + "▁burn", + "ing" + ], + [ + "▁bur", + "ning" + ], + [ + "▁PRI", + "MARY" + ], + [ + "▁EXP", + "ECT" + ], + [ + "▁diagon", + "al" + ], + [ + "▁diag", + "onal" + ], + [ + "▁di", + "agonal" + ], + [ + "▁recommendation", + "s" + ], + [ + "▁recommend", + "ations" + ], + [ + "▁pois", + "on" + ], + [ + "▁po", + "ison" + ], + [ + "▁rod", + "a" + ], + [ + "▁ro", + "da" + ], + [ + "▁r", + "oda" + ], + [ + "▁seem", + "ed" + ], + [ + "▁see", + "med" + ], + [ + "▁se", + "emed" + ], + [ + "▁exigência", + "s" + ], + [ + "▁exig", + "ências" + ], + [ + "anh", + "o" + ], + [ + "an", + "ho" + ], + [ + "▁rocha", + "s" + ], + [ + "▁roch", + "as" + ], + [ + "▁roc", + "has" + ], + [ + "▁ro", + "chas" + ], + [ + "▁r", + "ochas" + ], + [ + "▁gam", + "a" + ], + [ + "▁ga", + "ma" + ], + [ + "▁g", + "ama" + ], + [ + "▁orienta", + "r" + ], + [ + "▁orient", + "ar" + ], + [ + "▁ori", + "entar" + ], + [ + "▁marca", + "do" + ], + [ + "▁marc", + "ado" + ], + [ + "▁mar", + "cado" + ], + [ + "▁commit", + "ted" + ], + [ + "▁com", + "mitted" + ], + [ + "▁f", + "s" + ], + [ + "▁", + "fs" + ], + [ + "indic", + "es" + ], + [ + "ind", + "ices" + ], + [ + "********", + "****" + ], + [ + "****", + "********" + ], + [ + "▁public", + "idade" + ], + [ + "▁publ", + "icidade" + ], + [ + "▁inter", + "ações" + ], + [ + "▁inte", + "rações" + ], + [ + "▁recomend", + "a" + ], + [ + "▁recom", + "enda" + ], + [ + "bi", + "o" + ], + [ + "b", + "io" + ], + [ + "▁Mús", + "ica" + ], + [ + "▁bater", + "ia" + ], + [ + "▁bate", + "ria" + ], + [ + "▁bat", + "eria" + ], + [ + "])", + ")" + ], + [ + "]", + "))" + ], + [ + "▁op", + "posed" + ], + [ + "▁ent", + "usias" + ], + [ + "▁Constitu", + "tion" + ], + [ + "▁Const", + "itution" + ], + [ + "▁mist", + "a" + ], + [ + "▁mis", + "ta" + ], + [ + "▁mi", + "sta" + ], + [ + "▁m", + "ista" + ], + [ + "▁mas", + "t" + ], + [ + "▁ma", + "st" + ], + [ + "▁m", + "ast" + ], + [ + "▁", + "д" + ], + [ + "▁fala", + "m" + ], + [ + "▁fal", + "am" + ], + [ + "▁fa", + "lam" + ], + [ + "▁f", + "alam" + ], + [ + "▁variedade", + "s" + ], + [ + "▁varied", + "ades" + ], + [ + "▁var", + "iedades" + ], + [ + "▁org", + "ulho" + ], + [ + "▁M", + "i" + ], + [ + "▁Writ", + "ing" + ], + [ + "▁capital", + "ista" + ], + [ + "▁95", + "%" + ], + [ + "▁9", + "5%" + ], + [ + "▁adolesc", + "ência" + ], + [ + "rele", + "ase" + ], + [ + "re", + "lease" + ], + [ + "▁Cha", + "p" + ], + [ + "▁Ch", + "ap" + ], + [ + "▁estrutura", + "l" + ], + [ + "▁estrut", + "ural" + ], + [ + "▁wors", + "t" + ], + [ + "▁wor", + "st" + ], + [ + "▁experiment", + "ar" + ], + [ + "▁exper", + "imentar" + ], + [ + "▁inim", + "igo" + ], + [ + "▁Administr", + "ation" + ], + [ + "▁Admin", + "istration" + ], + [ + "▁-", + "4" + ], + [ + "▁", + "-4" + ], + [ + "▁Observ", + "e" + ], + [ + "▁Obs", + "erve" + ], + [ + "▁Ob", + "serve" + ], + [ + "▁ap", + "i" + ], + [ + "▁a", + "pi" + ], + [ + "▁", + "api" + ], + [ + "▁Da", + "í" + ], + [ + "▁segue", + "m" + ], + [ + "▁segu", + "em" + ], + [ + "▁seg", + "uem" + ], + [ + "▁se", + "guem" + ], + [ + "duct", + "ive" + ], + [ + "du", + "ctive" + ], + [ + "▁band", + "a" + ], + [ + "▁ban", + "da" + ], + [ + "▁b", + "anda" + ], + [ + "▁cuja", + "s" + ], + [ + "▁cu", + "jas" + ], + [ + "▁ch", + "lor" + ], + [ + "▁26", + "." + ], + [ + "▁2", + "6." + ], + [ + "▁", + "26." + ], + [ + "▁manifest", + "a" + ], + [ + "▁manif", + "esta" + ], + [ + "▁responde", + "u" + ], + [ + "▁respond", + "eu" + ], + [ + "▁Mat", + "er" + ], + [ + "▁Ma", + "ter" + ], + [ + "▁M", + "ater" + ], + [ + "▁convenc", + "ional" + ], + [ + "▁conven", + "cional" + ], + [ + "▁conv", + "encional" + ], + [ + "())", + "," + ], + [ + "()", + ")," + ], + [ + "(", + "))," + ], + [ + "▁Bel", + "l" + ], + [ + "▁Be", + "ll" + ], + [ + "▁B", + "ell" + ], + [ + "▁F", + "R" + ], + [ + "▁", + "FR" + ], + [ + "Hi", + "gh" + ], + [ + "H", + "igh" + ], + [ + "▁Pesquisa", + "s" + ], + [ + "▁Pesquis", + "as" + ], + [ + "N", + "I" + ], + [ + "▁Cop", + "a" + ], + [ + "▁Co", + "pa" + ], + [ + "▁C", + "opa" + ], + [ + "02", + "9" + ], + [ + "0", + "29" + ], + [ + "Ty", + "p" + ], + [ + "T", + "yp" + ], + [ + "Tem", + "p" + ], + [ + "Te", + "mp" + ], + [ + "T", + "emp" + ], + [ + "▁K", + "IND" + ], + [ + "▁", + "KIND" + ], + [ + "hip", + "s" + ], + [ + "hi", + "ps" + ], + [ + "h", + "ips" + ], + [ + "▁contexto", + "s" + ], + [ + "▁context", + "os" + ], + [ + "▁se", + "q" + ], + [ + "▁s", + "eq" + ], + [ + "▁", + "seq" + ], + [ + "▁esco", + "n" + ], + [ + "▁esc", + "on" + ], + [ + "▁es", + "con" + ], + [ + "▁eg", + "íp" + ], + [ + "uster", + "s" + ], + [ + "uste", + "rs" + ], + [ + "ust", + "ers" + ], + [ + "us", + "ters" + ], + [ + "u", + "sters" + ], + [ + "▁conc", + "urso" + ], + [ + "▁con", + "curso" + ], + [ + "▁28", + "." + ], + [ + "▁2", + "8." + ], + [ + "▁", + "28." + ], + [ + "▁N", + "C" + ], + [ + "▁", + "NC" + ], + [ + "▁criada", + "s" + ], + [ + "▁cria", + "das" + ], + [ + "▁cri", + "adas" + ], + [ + "▁cr", + "iadas" + ], + [ + "▁diagnose", + "d" + ], + [ + "▁diagnos", + "ed" + ], + [ + "▁diagn", + "osed" + ], + [ + "▁Tar", + "get" + ], + [ + "▁T", + "arget" + ], + [ + "▁", + "Target" + ], + [ + "▁N", + "elson" + ], + [ + "▁her", + "d" + ], + [ + "▁he", + "rd" + ], + [ + "▁h", + "erd" + ], + [ + "count", + "er" + ], + [ + "c", + "ounter" + ], + [ + "▁candid", + "ate" + ], + [ + "▁cand", + "idate" + ], + [ + "▁Pad", + "re" + ], + [ + "▁gran", + "t" + ], + [ + "▁gra", + "nt" + ], + [ + "▁gr", + "ant" + ], + [ + "▁res", + "il" + ], + [ + "▁re", + "sil" + ], + [ + "▁fe", + "t" + ], + [ + "▁f", + "et" + ], + [ + "▁hosp", + "itais" + ], + [ + "▁", + "±" + ], + [ + "cil", + "l" + ], + [ + "ci", + "ll" + ], + [ + "c", + "ill" + ], + [ + "set", + "s" + ], + [ + "se", + "ts" + ], + [ + "s", + "ets" + ], + [ + "▁luc", + "r" + ], + [ + "▁lu", + "cr" + ], + [ + "▁Enc", + "ycl" + ], + [ + "▁En", + "cycl" + ], + [ + "▁print", + "ln" + ], + [ + "▁", + "println" + ], + [ + "▁C", + "e" + ], + [ + ":", + "(" + ], + [ + "▁neighbor", + "hood" + ], + [ + "fac", + "t" + ], + [ + "fa", + "ct" + ], + [ + "f", + "act" + ], + [ + "▁register", + "ed" + ], + [ + "▁regist", + "ered" + ], + [ + "▁tent", + "a" + ], + [ + "▁ten", + "ta" + ], + [ + "▁t", + "enta" + ], + [ + "▁seg", + "reg" + ], + [ + "▁se", + "greg" + ], + [ + "▁con", + "osco" + ], + [ + "▁Fo", + "u" + ], + [ + "▁F", + "ou" + ], + [ + "▁ph", + "rase" + ], + [ + "▁", + "phrase" + ], + [ + "▁type", + "name" + ], + [ + "▁typ", + "ename" + ], + [ + "▁", + "typename" + ], + [ + "▁engen", + "heiro" + ], + [ + "Page", + "s" + ], + [ + "Pa", + "ges" + ], + [ + "P", + "ages" + ], + [ + "▁2018", + "." + ], + [ + "▁201", + "8." + ], + [ + "▁20", + "18." + ], + [ + "/", + ")" + ], + [ + "▁-", + "." + ], + [ + "▁", + "-." + ], + [ + "hist", + "ory" + ], + [ + "hi", + "story" + ], + [ + "alha", + "s" + ], + [ + "alh", + "as" + ], + [ + "al", + "has" + ], + [ + "p", + "d" + ], + [ + "▁Estr", + "ut" + ], + [ + "▁Est", + "rut" + ], + [ + "▁E", + "strut" + ], + [ + "▁wait", + "ing" + ], + [ + "▁wa", + "iting" + ], + [ + "bo", + "s" + ], + [ + "b", + "os" + ], + [ + "▁pur", + "a" + ], + [ + "▁pu", + "ra" + ], + [ + "▁p", + "ura" + ], + [ + "▁Antig", + "o" + ], + [ + "▁Anti", + "go" + ], + [ + "▁Ant", + "igo" + ], + [ + "En", + "v" + ], + [ + "E", + "nv" + ], + [ + "▁sentence", + "s" + ], + [ + "▁sent", + "ences" + ], + [ + "▁aim", + "s" + ], + [ + "▁ai", + "ms" + ], + [ + "▁a", + "ims" + ], + [ + "▁necessita", + "m" + ], + [ + "▁necess", + "itam" + ], + [ + "fol", + "io" + ], + [ + "fo", + "lio" + ], + [ + "CO", + "UNT" + ], + [ + "MO", + "D" + ], + [ + "M", + "OD" + ], + [ + "▁Val", + "id" + ], + [ + "▁", + "Valid" + ], + [ + "▁distance", + "s" + ], + [ + "▁dist", + "ances" + ], + [ + "▁ensinamento", + "s" + ], + [ + "▁ensinam", + "entos" + ], + [ + "▁ensin", + "amentos" + ], + [ + "▁li", + "ção" + ], + [ + "▁l", + "ição" + ], + [ + "▁govern", + "ador" + ], + [ + "▁Af", + "f" + ], + [ + "▁A", + "ff" + ], + [ + "▁dese", + "quil" + ], + [ + "▁earth", + "qu" + ], + [ + "▁complexa", + "s" + ], + [ + "▁complex", + "as" + ], + [ + "▁só", + "cio" + ], + [ + "▁s", + "ócio" + ], + [ + "▁Ang", + "ola" + ], + [ + "Bool", + "ean" + ], + [ + "Bo", + "olean" + ], + [ + "rec", + "ord" + ], + [ + "esp", + "read" + ], + [ + "es", + "pread" + ], + [ + "▁etern", + "a" + ], + [ + "▁et", + "erna" + ], + [ + "oci", + "ty" + ], + [ + "oc", + "ity" + ], + [ + "o", + "city" + ], + [ + "▁lun", + "g" + ], + [ + "▁lu", + "ng" + ], + [ + "▁l", + "ung" + ], + [ + "▁ST", + "R" + ], + [ + "▁S", + "TR" + ], + [ + "▁", + "STR" + ], + [ + "alan", + "d" + ], + [ + "ala", + "nd" + ], + [ + "al", + "and" + ], + [ + "a", + "land" + ], + [ + "▁esporte", + "s" + ], + [ + "▁esport", + "es" + ], + [ + "▁espor", + "tes" + ], + [ + "▁grad", + "ient" + ], + [ + "▁", + "gradient" + ], + [ + "▁Univers", + "al" + ], + [ + "▁198", + "6" + ], + [ + "▁19", + "86" + ], + [ + "ôm", + "ago" + ], + [ + "▁interval", + "s" + ], + [ + "▁interv", + "als" + ], + [ + "▁inter", + "vals" + ], + [ + "▁mo", + "ck" + ], + [ + "▁m", + "ock" + ], + [ + "▁", + "mock" + ], + [ + "▁S", + "S" + ], + [ + "▁", + "SS" + ], + [ + "▁az", + "e" + ], + [ + "▁a", + "ze" + ], + [ + "▁", + "aze" + ], + [ + "▁moist", + "ure" + ], + [ + "W", + "R" + ], + [ + "Imp", + "ort" + ], + [ + "Im", + "port" + ], + [ + "▁new", + "ly" + ], + [ + "!", + "[" + ], + [ + "urn", + "o" + ], + [ + "ur", + "no" + ], + [ + "▁Mach", + "ine" + ], + [ + "▁Mac", + "hine" + ], + [ + "▁M", + "achine" + ], + [ + "▁", + "Machine" + ], + [ + "Reg", + "ion" + ], + [ + "▁'1", + "'," + ], + [ + "▁'", + "1'," + ], + [ + "▁5", + "-" + ], + [ + "▁", + "5-" + ], + [ + "▁typed", + "ef" + ], + [ + "▁type", + "def" + ], + [ + "▁intel", + "lectual" + ], + [ + "▁lanç", + "ou" + ], + [ + "▁lan", + "çou" + ], + [ + "Res", + "p" + ], + [ + "Re", + "sp" + ], + [ + "R", + "esp" + ], + [ + "itu", + "re" + ], + [ + "it", + "ure" + ], + [ + "(1)", + "," + ], + [ + "(1", + ")," + ], + [ + "(", + "1)," + ], + [ + "▁terem", + "os" + ], + [ + "▁ter", + "emos" + ], + [ + "ras", + "il" + ], + [ + "ra", + "sil" + ], + [ + "▁impl", + "ic" + ], + [ + "▁imp", + "lic" + ], + [ + "▁im", + "plic" + ], + [ + "▁load", + "ed" + ], + [ + "▁lo", + "aded" + ], + [ + "▁", + "loaded" + ], + [ + "}\"", + "," + ], + [ + "}", + "\"," + ], + [ + "▁prev", + "iew" + ], + [ + "▁pre", + "view" + ], + [ + "▁p", + "review" + ], + [ + "▁", + "preview" + ], + [ + "gov", + "ern" + ], + [ + "go", + "vern" + ], + [ + "▁seria", + "l" + ], + [ + "▁ser", + "ial" + ], + [ + "▁se", + "rial" + ], + [ + "▁s", + "erial" + ], + [ + "▁", + "serial" + ], + [ + "QU", + "AL" + ], + [ + "Q", + "UAL" + ], + [ + "▁Ma", + "jor" + ], + [ + "▁", + "Major" + ], + [ + "▁insight", + "s" + ], + [ + "▁ins", + "ights" + ], + [ + "▁region", + "ais" + ], + [ + "▁reg", + "ionais" + ], + [ + "▁rem", + "un" + ], + [ + "▁re", + "mun" + ], + [ + "▁m", + "k" + ], + [ + "▁", + "mk" + ], + [ + "▁calcul", + "ating" + ], + [ + "▁calc", + "ulating" + ], + [ + "Ro", + "le" + ], + [ + "R", + "ole" + ], + [ + "ail", + "s" + ], + [ + "ai", + "ls" + ], + [ + "a", + "ils" + ], + [ + "att", + "s" + ], + [ + "at", + "ts" + ], + [ + "▁coloc", + "ando" + ], + [ + "▁col", + "ocando" + ], + [ + "▁crist", + "ianismo" + ], + [ + "▁vis", + "uais" + ], + [ + "▁14", + "0" + ], + [ + "▁1", + "40" + ], + [ + "▁", + "140" + ], + [ + "kee", + "p" + ], + [ + "ke", + "ep" + ], + [ + "▁investig", + "ation" + ], + [ + "▁invest", + "igation" + ], + [ + "FFFFFFFF", + "FFFF" + ], + [ + "FFFFFF", + "FFFFFF" + ], + [ + "FFFF", + "FFFFFFFF" + ], + [ + "pi", + "d" + ], + [ + "p", + "id" + ], + [ + "bas", + "t" + ], + [ + "ba", + "st" + ], + [ + "b", + "ast" + ], + [ + "▁Jo", + "rd" + ], + [ + "▁J", + "ord" + ], + [ + "J", + "S" + ], + [ + "▁INT", + "RO" + ], + [ + "▁segmento", + "s" + ], + [ + "▁segment", + "os" + ], + [ + "▁Pi", + "t" + ], + [ + "▁P", + "it" + ], + [ + "▁EX", + "IST" + ], + [ + "▁crist", + "al" + ], + [ + "▁cach", + "orro" + ], + [ + "Ass", + "ert" + ], + [ + "▁POR", + "T" + ], + [ + "▁PO", + "RT" + ], + [ + "▁P", + "ORT" + ], + [ + "▁", + "PORT" + ], + [ + "▁Man", + "ager" + ], + [ + "▁", + "Manager" + ], + [ + "00", + "2" + ], + [ + "0", + "02" + ], + [ + "▁alm", + "o" + ], + [ + "▁al", + "mo" + ], + [ + "▁enc", + "a" + ], + [ + "▁en", + "ca" + ], + [ + "Node", + "s" + ], + [ + "No", + "des" + ], + [ + "N", + "odes" + ], + [ + "▁histori", + "c" + ], + [ + "▁histor", + "ic" + ], + [ + "▁hist", + "oric" + ], + [ + "▁", + "historic" + ], + [ + "▁tea", + "r" + ], + [ + "▁te", + "ar" + ], + [ + "▁t", + "ear" + ], + [ + "▁resid", + "ência" + ], + [ + "▁res", + "idência" + ], + [ + "▁Bal", + "l" + ], + [ + "▁Ba", + "ll" + ], + [ + "▁B", + "all" + ], + [ + "▁", + "Ball" + ], + [ + "▁imper", + "ador" + ], + [ + "▁impe", + "rador" + ], + [ + "UI", + "D" + ], + [ + "U", + "ID" + ], + [ + "▁App", + "ly" + ], + [ + "▁Ap", + "ply" + ], + [ + "▁", + "Apply" + ], + [ + "▁mit", + "o" + ], + [ + "▁mi", + "to" + ], + [ + "▁m", + "ito" + ], + [ + "▁Con", + "d" + ], + [ + "▁Co", + "nd" + ], + [ + "▁C", + "ond" + ], + [ + "▁", + "Cond" + ], + [ + "▁femin", + "ina" + ], + [ + "▁would", + "n" + ], + [ + "▁ingredient", + "s" + ], + [ + "▁ingred", + "ients" + ], + [ + "▁Edit", + "ion" + ], + [ + "▁Ed", + "ition" + ], + [ + "▁E", + "dition" + ], + [ + "▁facilit", + "y" + ], + [ + "▁facil", + "ity" + ], + [ + "▁fac", + "ility" + ], + [ + "olar", + "s" + ], + [ + "ola", + "rs" + ], + [ + "ol", + "ars" + ], + [ + "de", + "velop" + ], + [ + "Mod", + "al" + ], + [ + "Mo", + "dal" + ], + [ + "M", + "odal" + ], + [ + "rit", + "ion" + ], + [ + "ri", + "tion" + ], + [ + "r", + "ition" + ], + [ + "▁Vi", + "g" + ], + [ + "▁V", + "ig" + ], + [ + "▁meta", + "data" + ], + [ + "▁met", + "adata" + ], + [ + "▁", + "metadata" + ], + [ + "ECT", + "ION" + ], + [ + "E", + "CTION" + ], + [ + "_0", + "_" + ], + [ + "_", + "0_" + ], + [ + "ixe", + "ira" + ], + [ + "ix", + "eira" + ], + [ + "T", + "ube" + ], + [ + "M", + "a" + ], + [ + "IV", + "A" + ], + [ + "I", + "VA" + ], + [ + "Detail", + "s" + ], + [ + "Det", + "ails" + ], + [ + "D", + "etails" + ], + [ + "OS", + "S" + ], + [ + "O", + "SS" + ], + [ + "▁desc", + "ent" + ], + [ + "▁des", + "cent" + ], + [ + "▁d", + "escent" + ], + [ + "m", + "ões" + ], + [ + "▁met", + "h" + ], + [ + "▁me", + "th" + ], + [ + "▁m", + "eth" + ], + [ + "▁", + "meth" + ], + [ + "pes", + "so" + ], + [ + "p", + "esso" + ], + [ + "re", + "y" + ], + [ + "r", + "ey" + ], + [ + "▁verdadeira", + "mente" + ], + [ + "▁verdade", + "iramente" + ], + [ + "▁ar", + "ithmetic" + ], + [ + "X", + "ML" + ], + [ + "▁tube", + "r" + ], + [ + "▁tub", + "er" + ], + [ + "▁tu", + "ber" + ], + [ + "▁t", + "uber" + ], + [ + "▁divid", + "ido" + ], + [ + "ps", + "i" + ], + [ + "p", + "si" + ], + [ + "▁ele", + "ito" + ], + [ + "▁el", + "eito" + ], + [ + "▁Ma", + "ur" + ], + [ + "▁clín", + "ico" + ], + [ + "▁pit", + "ch" + ], + [ + "▁p", + "itch" + ], + [ + "▁", + "pitch" + ], + [ + "▁pedag", + "ógico" + ], + [ + "▁A", + "A" + ], + [ + "▁", + "AA" + ], + [ + "Po", + "wer" + ], + [ + "P", + "ower" + ], + [ + "P", + "G" + ], + [ + "go", + "od" + ], + [ + "g", + "ood" + ], + [ + "▁retira", + "r" + ], + [ + "▁retir", + "ar" + ], + [ + "▁ret", + "irar" + ], + [ + "lim", + "it" + ], + [ + "li", + "mit" + ], + [ + "▁output", + "s" + ], + [ + "▁", + "outputs" + ], + [ + "▁Canad", + "á" + ], + [ + "▁Arqu", + "ivo" + ], + [ + "▁T", + "aylor" + ], + [ + "▁africano", + "s" + ], + [ + "▁afric", + "anos" + ], + [ + "▁Sc", + "ript" + ], + [ + "▁S", + "cript" + ], + [ + "▁", + "Script" + ], + [ + "▁minim", + "izar" + ], + [ + "ma", + "is" + ], + [ + "m", + "ais" + ], + [ + "Po", + "p" + ], + [ + "P", + "op" + ], + [ + "▁desempen", + "h" + ], + [ + "▁desemp", + "enh" + ], + [ + "soc", + "ial" + ], + [ + "so", + "cial" + ], + [ + "s", + "ocial" + ], + [ + "▁surpr", + "ising" + ], + [ + "▁sur", + "prising" + ], + [ + "▁meta", + "is" + ], + [ + "▁met", + "ais" + ], + [ + "▁29", + "." + ], + [ + "▁2", + "9." + ], + [ + "▁", + "29." + ], + [ + "▁Differ", + "ent" + ], + [ + "▁Dif", + "ferent" + ], + [ + "ild", + "e" + ], + [ + "il", + "de" + ], + [ + "▁EN", + "T" + ], + [ + "▁E", + "NT" + ], + [ + "▁", + "ENT" + ], + [ + "▁Car", + "n" + ], + [ + "▁Ca", + "rn" + ], + [ + "▁C", + "arn" + ], + [ + "w", + "orth" + ], + [ + "plate", + "s" + ], + [ + "plat", + "es" + ], + [ + "pla", + "tes" + ], + [ + "pl", + "ates" + ], + [ + "és", + "io" + ], + [ + "▁Patri", + "m" + ], + [ + "▁Patr", + "im" + ], + [ + "▁Pat", + "rim" + ], + [ + "▁Pa", + "trim" + ], + [ + "▁planta", + "r" + ], + [ + "▁plant", + "ar" + ], + [ + "▁plan", + "tar" + ], + [ + "▁pl", + "antar" + ], + [ + "▁", + "ângulo" + ], + [ + "E", + "q" + ], + [ + "ople", + "s" + ], + [ + "opl", + "es" + ], + [ + "op", + "les" + ], + [ + "o", + "ples" + ], + [ + "▁'2019", + "-" + ], + [ + "▁'201", + "9-" + ], + [ + "▁Cons", + "equ" + ], + [ + "▁Con", + "sequ" + ], + [ + "oto", + "n" + ], + [ + "ot", + "on" + ], + [ + "o", + "ton" + ], + [ + "▁cam", + "a" + ], + [ + "▁ca", + "ma" + ], + [ + "▁c", + "ama" + ], + [ + "ENT", + "E" + ], + [ + "EN", + "TE" + ], + [ + "E", + "NTE" + ], + [ + "▁mov", + "ie" + ], + [ + "▁", + "movie" + ], + [ + "▁Gro", + "w" + ], + [ + "▁Gr", + "ow" + ], + [ + "▁G", + "row" + ], + [ + "▁ev", + "apor" + ], + [ + "o", + "e" + ], + [ + "meta", + "data" + ], + [ + "met", + "adata" + ], + [ + "▁adequada", + "mente" + ], + [ + "▁adequ", + "adamente" + ], + [ + "▁desperd", + "ício" + ], + [ + "▁charge", + "s" + ], + [ + "▁charg", + "es" + ], + [ + "▁char", + "ges" + ], + [ + "▁ju", + "py" + ], + [ + "▁j", + "upy" + ], + [ + "▁costum", + "e" + ], + [ + "▁cost", + "ume" + ], + [ + "inário", + "s" + ], + [ + "in", + "ários" + ], + [ + "▁possam", + "os" + ], + [ + "▁possa", + "mos" + ], + [ + "▁poss", + "amos" + ], + [ + "▁2002", + "," + ], + [ + "▁200", + "2," + ], + [ + "▁20", + "02," + ], + [ + "▁perform", + "ing" + ], + [ + "▁int", + "it" + ], + [ + "▁in", + "tit" + ], + [ + "▁jupy", + "text" + ], + [ + "▁ram", + "o" + ], + [ + "▁ra", + "mo" + ], + [ + "▁r", + "amo" + ], + [ + "▁pot", + "ássio" + ], + [ + "IV", + "O" + ], + [ + "I", + "VO" + ], + [ + "rea", + "s" + ], + [ + "re", + "as" + ], + [ + "r", + "eas" + ], + [ + "▁Elect", + "ric" + ], + [ + "▁E", + "lectric" + ], + [ + "K", + "S" + ], + [ + "▁seek", + "ing" + ], + [ + "▁see", + "king" + ], + [ + "▁embal", + "agens" + ], + [ + "▁implic", + "ations" + ], + [ + "▁im", + "plications" + ], + [ + "▁cra", + "s" + ], + [ + "▁cr", + "as" + ], + [ + "▁c", + "ras" + ], + [ + "W", + "idget" + ], + [ + "▁bra", + "ço" + ], + [ + "▁br", + "aço" + ], + [ + "▁Da", + "l" + ], + [ + "▁D", + "al" + ], + [ + "▁intelect", + "uais" + ], + [ + "it", + "ê" + ], + [ + "▁suficiente", + "s" + ], + [ + "▁suf", + "icientes" + ], + [ + "ona", + "ut" + ], + [ + "on", + "aut" + ], + [ + "block", + "s" + ], + [ + "bl", + "ocks" + ], + [ + "b", + "locks" + ], + [ + "▁neg", + "ot" + ], + [ + "▁ne", + "got" + ], + [ + "Pub", + "lic" + ], + [ + "P", + "ublic" + ], + [ + "▁definite", + "ly" + ], + [ + "▁definit", + "ely" + ], + [ + "▁def", + "initely" + ], + [ + "▁Ter", + "m" + ], + [ + "▁Te", + "rm" + ], + [ + "▁", + "Term" + ], + [ + "ando", + "s" + ], + [ + "and", + "os" + ], + [ + "an", + "dos" + ], + [ + "▁w", + "is" + ], + [ + "▁mau", + "s" + ], + [ + "▁ma", + "us" + ], + [ + "▁m", + "aus" + ], + [ + "▁mascul", + "ino" + ], + [ + "US", + "E" + ], + [ + "U", + "SE" + ], + [ + "lat", + "ion" + ], + [ + "la", + "tion" + ], + [ + "l", + "ation" + ], + [ + "▁ped", + "e" + ], + [ + "▁pe", + "de" + ], + [ + "▁p", + "ede" + ], + [ + "W", + "E" + ], + [ + "▁ve", + "t" + ], + [ + "▁v", + "et" + ], + [ + "▁", + "vet" + ], + [ + "▁tissue", + "s" + ], + [ + "▁t", + "issues" + ], + [ + "mas", + "s" + ], + [ + "ma", + "ss" + ], + [ + "m", + "ass" + ], + [ + "vention", + "s" + ], + [ + "vent", + "ions" + ], + [ + "▁Def", + "esa" + ], + [ + "▁para", + "b" + ], + [ + "▁par", + "ab" + ], + [ + "▁pa", + "rab" + ], + [ + "▁on", + "going" + ], + [ + "▁En", + "g" + ], + [ + "▁E", + "ng" + ], + [ + "▁mortal", + "ity" + ], + [ + "▁mort", + "ality" + ], + [ + "▁abs", + "ence" + ], + [ + "▁9", + "4" + ], + [ + "▁", + "94" + ], + [ + "gress", + "ive" + ], + [ + "▁CA", + "S" + ], + [ + "▁C", + "AS" + ], + [ + "▁n", + "é" + ], + [ + "ói", + "de" + ], + [ + "ó", + "ide" + ], + [ + "▁líquido", + "s" + ], + [ + "▁líqu", + "idos" + ], + [ + "vert", + "e" + ], + [ + "ver", + "te" + ], + [ + "▁Common", + "s" + ], + [ + "▁Comm", + "ons" + ], + [ + "▁Com", + "mons" + ], + [ + "ect", + "ed" + ], + [ + "ec", + "ted" + ], + [ + "e", + "cted" + ], + [ + "▁Sa", + "r" + ], + [ + "▁S", + "ar" + ], + [ + "▁M", + "C" + ], + [ + "▁", + "MC" + ], + [ + "▁Guar", + "d" + ], + [ + "▁Gua", + "rd" + ], + [ + "▁Gu", + "ard" + ], + [ + "▁", + "Guard" + ], + [ + "▁rock", + "s" + ], + [ + "▁roc", + "ks" + ], + [ + "▁r", + "ocks" + ], + [ + "▁frances", + "a" + ], + [ + "▁franc", + "esa" + ], + [ + "▁fran", + "cesa" + ], + [ + "▁influence", + "d" + ], + [ + "▁influ", + "enced" + ], + [ + "▁arbitrar", + "y" + ], + [ + "▁arbitr", + "ary" + ], + [ + "▁arbit", + "rary" + ], + [ + "pla", + "in" + ], + [ + "pl", + "ain" + ], + [ + "▁particip", + "ou" + ], + [ + "▁match", + "ing" + ], + [ + "▁mat", + "ching" + ], + [ + "▁LGB", + "T" + ], + [ + "▁LG", + "BT" + ], + [ + "achus", + "etts" + ], + [ + "▁Ro", + "ad" + ], + [ + "enco", + "de" + ], + [ + "enc", + "ode" + ], + [ + "en", + "code" + ], + [ + "30", + "." + ], + [ + "3", + "0." + ], + [ + "▁view", + "ed" + ], + [ + "Mov", + "e" + ], + [ + "Mo", + "ve" + ], + [ + "M", + "ove" + ], + [ + "ura", + "m" + ], + [ + "ur", + "am" + ], + [ + "u", + "ram" + ], + [ + "▁trans", + "f" + ], + [ + "▁tran", + "sf" + ], + [ + "▁concern", + "ing" + ], + [ + "▁remov", + "al" + ], + [ + "▁remo", + "val" + ], + [ + "▁rem", + "oval" + ], + [ + "▁UM", + "A" + ], + [ + "▁U", + "MA" + ], + [ + "LIC", + "ENSE" + ], + [ + "al", + "k" + ], + [ + "umin", + "os" + ], + [ + "umi", + "nos" + ], + [ + "um", + "inos" + ], + [ + "▁tens", + "ion" + ], + [ + "▁t", + "ension" + ], + [ + "▁capture", + "d" + ], + [ + "▁capt", + "ured" + ], + [ + "▁in", + "qu" + ], + [ + "▁", + "inqu" + ], + [ + "▁PO", + "R" + ], + [ + "▁P", + "OR" + ], + [ + "▁", + "POR" + ], + [ + "Fe", + "ature" + ], + [ + "▁tom", + "a" + ], + [ + "▁to", + "ma" + ], + [ + "▁t", + "oma" + ], + [ + "▁ther", + "ap" + ], + [ + "▁the", + "rap" + ], + [ + "▁Ag", + "ency" + ], + [ + "▁pis", + "c" + ], + [ + "▁pi", + "sc" + ], + [ + "▁p", + "isc" + ], + [ + "oph", + "er" + ], + [ + "op", + "her" + ], + [ + "o", + "pher" + ], + [ + "▁alloc", + "ate" + ], + [ + "▁", + "allocate" + ], + [ + "=\\", + "\"" + ], + [ + "=", + "\\\"" + ], + [ + "▁el", + "if" + ], + [ + "▁e", + "lif" + ], + [ + "▁desert", + "o" + ], + [ + "▁des", + "erto" + ], + [ + "rit", + "is" + ], + [ + "ri", + "tis" + ], + [ + "r", + "itis" + ], + [ + "▁consel", + "ho" + ], + [ + "▁cons", + "elho" + ], + [ + "FEF", + "E" + ], + [ + "FE", + "FE" + ], + [ + "▁imp", + "ério" + ], + [ + "▁ab", + "normal" + ], + [ + "▁envia", + "r" + ], + [ + "▁envi", + "ar" + ], + [ + "▁env", + "iar" + ], + [ + "▁Refer", + "ence" + ], + [ + "▁Re", + "ference" + ], + [ + "▁", + "Reference" + ], + [ + "State", + "ment" + ], + [ + "Stat", + "ement" + ], + [ + "▁publicado", + "s" + ], + [ + "▁publica", + "dos" + ], + [ + "▁public", + "ados" + ], + [ + "$", + "(" + ], + [ + "▁trend", + "s" + ], + [ + "▁tr", + "ends" + ], + [ + "Á", + "RIO" + ], + [ + "Sing", + "le" + ], + [ + "Sin", + "gle" + ], + [ + "S", + "ingle" + ], + [ + "▁descobrir", + "am" + ], + [ + "▁descobri", + "ram" + ], + [ + "▁descob", + "riram" + ], + [ + "▁grego", + "s" + ], + [ + "▁greg", + "os" + ], + [ + "▁gre", + "gos" + ], + [ + "down", + "load" + ], + [ + "▁mora", + "is" + ], + [ + "▁mor", + "ais" + ], + [ + "▁mo", + "rais" + ], + [ + "▁gen", + "u" + ], + [ + "▁ge", + "nu" + ], + [ + "▁g", + "enu" + ], + [ + "▁Na", + "t" + ], + [ + "▁N", + "at" + ], + [ + "▁maintain", + "ed" + ], + [ + "▁main", + "tained" + ], + [ + "▁marc", + "o" + ], + [ + "▁mar", + "co" + ], + [ + "▁evang", + "el" + ], + [ + "▁ev", + "angel" + ], + [ + "▁B", + "A" + ], + [ + "▁", + "BA" + ], + [ + "▁variation", + "s" + ], + [ + "▁vari", + "ations" + ], + [ + "▁comm", + "ission" + ], + [ + "▁com", + "mission" + ], + [ + "ber", + "ry" + ], + [ + "▁Final", + "mente" + ], + [ + "▁Fin", + "almente" + ], + [ + "13", + "." + ], + [ + "1", + "3." + ], + [ + "atern", + "idade" + ], + [ + "▁gad", + "o" + ], + [ + "▁ga", + "do" + ], + [ + "▁g", + "ado" + ], + [ + "▁", + "gado" + ], + [ + "▁Hav", + "ing" + ], + [ + "▁Ha", + "ving" + ], + [ + "▁H", + "aving" + ], + [ + "▁procl", + "am" + ], + [ + "▁proc", + "lam" + ], + [ + "▁pro", + "clam" + ], + [ + "sing", + "le" + ], + [ + "sin", + "gle" + ], + [ + "s", + "ingle" + ], + [ + "▁Alb", + "ert" + ], + [ + "▁Al", + "bert" + ], + [ + "▁Cur", + "itiba" + ], + [ + "▁sl", + "ot" + ], + [ + "▁s", + "lot" + ], + [ + "▁", + "slot" + ], + [ + "▁medic", + "amento" + ], + [ + "▁deep", + "er" + ], + [ + "▁dee", + "per" + ], + [ + "▁de", + "eper" + ], + [ + "▁cresce", + "u" + ], + [ + "▁cresc", + "eu" + ], + [ + "▁cres", + "ceu" + ], + [ + ">()", + ";" + ], + [ + ">(", + ");" + ], + [ + ">", + "();" + ], + [ + "cis", + "ion" + ], + [ + "c", + "ision" + ], + [ + "▁exige", + "m" + ], + [ + "▁exig", + "em" + ], + [ + "▁impuls", + "ion" + ], + [ + "▁imp", + "ulsion" + ], + [ + "▁dan", + "o" + ], + [ + "▁da", + "no" + ], + [ + "▁d", + "ano" + ], + [ + "de", + "iro" + ], + [ + "d", + "eiro" + ], + [ + "▁(2", + "0" + ], + [ + "▁(", + "20" + ], + [ + "▁", + "(20" + ], + [ + "▁celebra", + "ção" + ], + [ + "▁celebr", + "ação" + ], + [ + "▁celeb", + "ração" + ], + [ + "▁dom", + "ic" + ], + [ + "▁do", + "mic" + ], + [ + "▁d", + "omic" + ], + [ + "▁cír", + "culo" + ], + [ + "▁bat", + "h" + ], + [ + "▁ba", + "th" + ], + [ + "▁b", + "ath" + ], + [ + "▁", + "bath" + ], + [ + "▁s", + "s" + ], + [ + "▁", + "ss" + ], + [ + "▁mito", + "s" + ], + [ + "▁mit", + "os" + ], + [ + "▁mi", + "tos" + ], + [ + "▁m", + "itos" + ], + [ + "”", + ";" + ], + [ + "(\"", + "\\" + ], + [ + "(", + "\"\\" + ], + [ + "ita", + "ções" + ], + [ + "it", + "ações" + ], + [ + "i", + "tações" + ], + [ + "▁Atl", + "antic" + ], + [ + "▁Defin", + "e" + ], + [ + "▁Def", + "ine" + ], + [ + "▁fl", + "ip" + ], + [ + "▁f", + "lip" + ], + [ + "▁", + "flip" + ], + [ + "▁recept", + "or" + ], + [ + "▁re", + "ceptor" + ], + [ + "▁Safe", + "ty" + ], + [ + "▁Saf", + "ety" + ], + [ + "▁pré", + "dio" + ], + [ + "▁pr", + "édio" + ], + [ + "▁gi", + "t" + ], + [ + "▁g", + "it" + ], + [ + "▁", + "git" + ], + [ + "▁vence", + "d" + ], + [ + "▁venc", + "ed" + ], + [ + "▁ven", + "ced" + ], + [ + "▁v", + "enced" + ], + [ + "u", + "y" + ], + [ + "12", + ")" + ], + [ + "1", + "2)" + ], + [ + "▁rod", + "e" + ], + [ + "▁ro", + "de" + ], + [ + "▁r", + "ode" + ], + [ + "ova", + "ção" + ], + [ + "ov", + "ação" + ], + [ + "o", + "vação" + ], + [ + "ADE", + "S" + ], + [ + "AD", + "ES" + ], + [ + "A", + "DES" + ], + [ + "▁destaca", + "m" + ], + [ + "▁destac", + "am" + ], + [ + "▁desta", + "cam" + ], + [ + "▁CUD", + "A" + ], + [ + "▁CU", + "DA" + ], + [ + "▁", + "CUDA" + ], + [ + "▁Hi", + "p" + ], + [ + "▁H", + "ip" + ], + [ + "▁cláss", + "ico" + ], + [ + "▁FI", + "L" + ], + [ + "▁F", + "IL" + ], + [ + "▁", + "FIL" + ], + [ + "▁refug", + "e" + ], + [ + "▁ref", + "uge" + ], + [ + "ak", + "a" + ], + [ + "a", + "ka" + ], + [ + "pre", + "c" + ], + [ + "pr", + "ec" + ], + [ + "p", + "rec" + ], + [ + "▁Dica", + "s" + ], + [ + "▁Di", + "cas" + ], + [ + "▁D", + "icas" + ], + [ + "▁expl", + "an" + ], + [ + "▁exp", + "lan" + ], + [ + "▁ex", + "plan" + ], + [ + "ars", + "e" + ], + [ + "ar", + "se" + ], + [ + "th", + "rop" + ], + [ + "▁Comput", + "e" + ], + [ + "▁Comp", + "ute" + ], + [ + "▁", + "Compute" + ], + [ + "itu", + "s" + ], + [ + "it", + "us" + ], + [ + "Ent", + "er" + ], + [ + "En", + "ter" + ], + [ + "▁dra", + "in" + ], + [ + "▁dr", + "ain" + ], + [ + "▁d", + "rain" + ], + [ + ";", + "/" + ], + [ + "▁mir", + "ror" + ], + [ + "▁spo", + "rt" + ], + [ + "▁sp", + "ort" + ], + [ + "▁s", + "port" + ], + [ + "▁Tr", + "ês" + ], + [ + "▁gastr", + "o" + ], + [ + "▁gast", + "ro" + ], + [ + "▁gas", + "tro" + ], + [ + "▁ga", + "stro" + ], + [ + "▁g", + "astro" + ], + [ + "▁expand", + "ed" + ], + [ + "▁exp", + "anded" + ], + [ + "fir", + "e" + ], + [ + "fi", + "re" + ], + [ + "f", + "ire" + ], + [ + "▁bor", + "row" + ], + [ + "▁b", + "orrow" + ], + [ + "▁deliver", + "ed" + ], + [ + "▁mys", + "elf" + ], + [ + "▁my", + "self" + ], + [ + "▁since", + "r" + ], + [ + "▁sin", + "cer" + ], + [ + "▁estímulo", + "s" + ], + [ + "▁estím", + "ulos" + ], + [ + "▁require", + "ment" + ], + [ + "▁calcul", + "ar" + ], + [ + "▁calc", + "ular" + ], + [ + "▁cal", + "cular" + ], + [ + "ne", + "x" + ], + [ + "n", + "ex" + ], + [ + "▁Per", + "u" + ], + [ + "▁Pe", + "ru" + ], + [ + "iza", + "o" + ], + [ + "iz", + "ao" + ], + [ + "class", + "es" + ], + [ + "cl", + "asses" + ], + [ + "ing", + "e" + ], + [ + "in", + "ge" + ], + [ + "▁interessado", + "s" + ], + [ + "▁interessa", + "dos" + ], + [ + "▁interess", + "ados" + ], + [ + "▁d", + "ictionary" + ], + [ + "▁bi", + "ology" + ], + [ + "▁b", + "iology" + ], + [ + "▁RE", + "L" + ], + [ + "▁R", + "EL" + ], + [ + "▁", + "REL" + ], + [ + "▁alemã", + "es" + ], + [ + "▁alem", + "ães" + ], + [ + "▁Method", + "s" + ], + [ + "▁", + "Methods" + ], + [ + "-10", + "0" + ], + [ + "-1", + "00" + ], + [ + "-", + "100" + ], + [ + ",", + "*)" + ], + [ + "enci", + "l" + ], + [ + "enc", + "il" + ], + [ + "en", + "cil" + ], + [ + "▁inter", + "c" + ], + [ + "▁inte", + "rc" + ], + [ + "▁int", + "erc" + ], + [ + "▁R", + "h" + ], + [ + "▁Ru", + "le" + ], + [ + "▁R", + "ule" + ], + [ + "▁", + "Rule" + ], + [ + "▁brinc", + "adeira" + ], + [ + "▁De", + "termin" + ], + [ + "▁D", + "etermin" + ], + [ + "▁educ", + "ador" + ], + [ + "▁Cli", + "ent" + ], + [ + "▁Cl", + "ient" + ], + [ + "▁", + "Client" + ], + [ + "▁[?", + "]:" + ], + [ + "shar", + "e" + ], + [ + "sha", + "re" + ], + [ + "sh", + "are" + ], + [ + "P", + "y" + ], + [ + "▁RE", + "G" + ], + [ + "▁R", + "EG" + ], + [ + "▁", + "REG" + ], + [ + "▁be", + "at" + ], + [ + "▁", + "beat" + ], + [ + "','", + "0" + ], + [ + "▁part", + "ition" + ], + [ + "▁", + "partition" + ], + [ + "▁-", + "=" + ], + [ + "▁sacrif", + "ício" + ], + [ + "▁sacr", + "ifício" + ], + [ + "pl", + "ing" + ], + [ + "p", + "ling" + ], + [ + "ici", + "ário" + ], + [ + "▁0.", + "7" + ], + [ + "▁0", + ".7" + ], + [ + "▁", + "0.7" + ], + [ + "▁bo", + "y" + ], + [ + "▁b", + "oy" + ], + [ + "▁", + "boy" + ], + [ + "▁abs", + "ur" + ], + [ + "▁ab", + "sur" + ], + [ + "▁F", + "E" + ], + [ + "▁", + "FE" + ], + [ + "▁element", + "ary" + ], + [ + "O", + "U" + ], + [ + "mil", + "l" + ], + [ + "mi", + "ll" + ], + [ + "m", + "ill" + ], + [ + "▁Num", + "a" + ], + [ + "▁Nu", + "ma" + ], + [ + "▁N", + "uma" + ], + [ + "▁", + "λ" + ], + [ + "▁aplic", + "ativo" + ], + [ + "olin", + "e" + ], + [ + "oli", + "ne" + ], + [ + "ol", + "ine" + ], + [ + "o", + "line" + ], + [ + "▁transpar", + "ent" + ], + [ + "▁trans", + "parent" + ], + [ + "▁receb", + "ido" + ], + [ + "▁dí", + "vida" + ], + [ + "▁significado", + "s" + ], + [ + "▁significa", + "dos" + ], + [ + "▁signific", + "ados" + ], + [ + "▁sign", + "ificados" + ], + [ + "])", + "," + ], + [ + "]", + ")," + ], + [ + "ent", + "ity" + ], + [ + "orit", + "y" + ], + [ + "ori", + "ty" + ], + [ + "or", + "ity" + ], + [ + "▁announ", + "ced" + ], + [ + "▁ann", + "ounced" + ], + [ + "▁perd", + "ido" + ], + [ + "▁sab", + "endo" + ], + [ + "▁resid", + "ual" + ], + [ + "▁res", + "idual" + ], + [ + "▁pesc", + "oço" + ], + [ + "▁ID", + "E" + ], + [ + "▁I", + "DE" + ], + [ + "▁", + "IDE" + ], + [ + "har", + "d" + ], + [ + "ha", + "rd" + ], + [ + "h", + "ard" + ], + [ + "bol", + "d" + ], + [ + "bo", + "ld" + ], + [ + "b", + "old" + ], + [ + "▁estud", + "a" + ], + [ + "▁est", + "uda" + ], + [ + "▁arra", + "s" + ], + [ + "▁arr", + "as" + ], + [ + "▁ar", + "ras" + ], + [ + "Bind", + "ing" + ], + [ + "Bin", + "ding" + ], + [ + "B", + "inding" + ], + [ + "▁falha", + "s" + ], + [ + "▁fal", + "has" + ], + [ + "▁f", + "alhas" + ], + [ + "▁visit", + "ed" + ], + [ + "▁vis", + "ited" + ], + [ + "12", + "0" + ], + [ + "1", + "20" + ], + [ + "▁stone", + "s" + ], + [ + "▁st", + "ones" + ], + [ + "▁", + "stones" + ], + [ + "▁cai", + "u" + ], + [ + "▁ca", + "iu" + ], + [ + "25", + "0" + ], + [ + "2", + "50" + ], + [ + "▁gra", + "f" + ], + [ + "▁gr", + "af" + ], + [ + "▁g", + "raf" + ], + [ + "▁distinto", + "s" + ], + [ + "▁distint", + "os" + ], + [ + "▁distin", + "tos" + ], + [ + "▁dist", + "intos" + ], + [ + "▁no", + "c" + ], + [ + "▁n", + "oc" + ], + [ + "size", + "of" + ], + [ + "▁cart", + "ão" + ], + [ + "▁ocean", + "o" + ], + [ + "▁oce", + "ano" + ], + [ + "▁c", + "s" + ], + [ + "▁", + "cs" + ], + [ + "▁garant", + "indo" + ], + [ + "37", + "5" + ], + [ + "3", + "75" + ], + [ + "▁agrad", + "ável" + ], + [ + "ari", + "th" + ], + [ + "ar", + "ith" + ], + [ + "▁focus", + "es" + ], + [ + "▁foc", + "uses" + ], + [ + "▁acas", + "o" + ], + [ + "▁ac", + "aso" + ], + [ + "om", + "p" + ], + [ + "o", + "mp" + ], + [ + "t", + "p" + ], + [ + "▁joga", + "dor" + ], + [ + "▁jog", + "ador" + ], + [ + "▁dra", + "ft" + ], + [ + "▁d", + "raft" + ], + [ + "▁identify", + "ing" + ], + [ + "▁ident", + "ifying" + ], + [ + "▁Bran", + "co" + ], + [ + "▁Br", + "anco" + ], + [ + "count", + "ry" + ], + [ + "c", + "ountry" + ], + [ + "Sc", + "ope" + ], + [ + "л", + "и" + ], + [ + "(4", + ")" + ], + [ + "(", + "4)" + ], + [ + "▁01", + ":" + ], + [ + "▁0", + "1:" + ], + [ + "▁", + "01:" + ], + [ + "▁dedica", + "ção" + ], + [ + "▁dedic", + "ação" + ], + [ + "kesp", + "ear" + ], + [ + "mer", + "s" + ], + [ + "me", + "rs" + ], + [ + "m", + "ers" + ], + [ + "▁colaborador", + "es" + ], + [ + "▁colabor", + "adores" + ], + [ + "▁Sch", + "olar" + ], + [ + "▁Impr", + "o" + ], + [ + "▁Imp", + "ro" + ], + [ + "▁Im", + "pro" + ], + [ + "▁gu", + "n" + ], + [ + "▁g", + "un" + ], + [ + "▁", + "gun" + ], + [ + "▁decrease", + "d" + ], + [ + "▁decre", + "ased" + ], + [ + "▁edit", + "ed" + ], + [ + "▁edi", + "ted" + ], + [ + "▁ed", + "ited" + ], + [ + "M", + "R" + ], + [ + "▁Anim", + "al" + ], + [ + "▁An", + "imal" + ], + [ + "▁Proto", + "col" + ], + [ + "▁Prot", + "ocol" + ], + [ + "▁Pro", + "tocol" + ], + [ + "▁", + "Protocol" + ], + [ + "▁202", + "3" + ], + [ + "▁20", + "23" + ], + [ + "▁2", + "023" + ], + [ + "rec", + "e" + ], + [ + "re", + "ce" + ], + [ + "r", + "ece" + ], + [ + "▁parcel", + "a" + ], + [ + "▁parce", + "la" + ], + [ + "▁parc", + "ela" + ], + [ + "▁box", + "es" + ], + [ + "▁bo", + "xes" + ], + [ + "▁", + "boxes" + ], + [ + "▁est", + "ômago" + ], + [ + "▁station", + "s" + ], + [ + "▁stat", + "ions" + ], + [ + "▁st", + "ations" + ], + [ + "▁plasm", + "a" + ], + [ + "▁pl", + "asma" + ], + [ + "▁", + "plasma" + ], + [ + "▁horse", + "s" + ], + [ + "▁hor", + "ses" + ], + [ + "▁h", + "orses" + ], + [ + "▁quente", + "s" + ], + [ + "▁qu", + "entes" + ], + [ + "▁Oh", + "io" + ], + [ + "▁govern", + "amentais" + ], + [ + "istr", + "o" + ], + [ + "ist", + "ro" + ], + [ + "is", + "tro" + ], + [ + "i", + "stro" + ], + [ + "▁obriga", + "do" + ], + [ + "▁obrig", + "ado" + ], + [ + "ci", + "ência" + ], + [ + "c", + "iência" + ], + [ + "▁fundo", + "s" + ], + [ + "▁fund", + "os" + ], + [ + "▁fun", + "dos" + ], + [ + "▁f", + "undos" + ], + [ + "▁bound", + "aries" + ], + [ + "▁throw", + "s" + ], + [ + "▁thro", + "ws" + ], + [ + "▁thr", + "ows" + ], + [ + "▁th", + "rows" + ], + [ + "▁", + "throws" + ], + [ + "▁just", + "a" + ], + [ + "▁jus", + "ta" + ], + [ + "▁ju", + "sta" + ], + [ + "▁j", + "usta" + ], + [ + "▁Conv", + "ention" + ], + [ + "▁Con", + "vention" + ], + [ + "------------", + "-" + ], + [ + "-----------", + "--" + ], + [ + "----------", + "---" + ], + [ + "---------", + "----" + ], + [ + "--------", + "-----" + ], + [ + "-------", + "------" + ], + [ + "------", + "-------" + ], + [ + "-----", + "--------" + ], + [ + "----", + "---------" + ], + [ + "---", + "----------" + ], + [ + "--", + "-----------" + ], + [ + "-", + "------------" + ], + [ + "ute", + "n" + ], + [ + "ut", + "en" + ], + [ + "u", + "ten" + ], + [ + "▁serve", + "s" + ], + [ + "▁serv", + "es" + ], + [ + "▁ser", + "ves" + ], + [ + "▁s", + "erves" + ], + [ + "▁sal", + "e" + ], + [ + "▁sa", + "le" + ], + [ + "▁s", + "ale" + ], + [ + "▁Ra", + "b" + ], + [ + "▁R", + "ab" + ], + [ + "Di", + "g" + ], + [ + "D", + "ig" + ], + [ + "ENC", + "E" + ], + [ + "EN", + "CE" + ], + [ + "▁externo", + "s" + ], + [ + "▁extern", + "os" + ], + [ + "▁ext", + "ernos" + ], + [ + "▁A", + "k" + ], + [ + "▁Result", + "s" + ], + [ + "▁", + "Results" + ], + [ + "▁temp", + "est" + ], + [ + "▁.", + "/" + ], + [ + "▁", + "./" + ], + [ + "Text", + "Box" + ], + [ + "ym", + "ph" + ], + [ + "RN", + "A" + ], + [ + "R", + "NA" + ], + [ + "▁Al", + "t" + ], + [ + "▁A", + "lt" + ], + [ + "▁", + "Alt" + ], + [ + "▁viv", + "enci" + ], + [ + "▁put", + "s" + ], + [ + "▁pu", + "ts" + ], + [ + "▁p", + "uts" + ], + [ + "O", + "H" + ], + [ + "▁G", + "P" + ], + [ + "▁", + "GP" + ], + [ + "cid", + "a" + ], + [ + "ci", + "da" + ], + [ + "c", + "ida" + ], + [ + "▁N", + "T" + ], + [ + "▁", + "NT" + ], + [ + "▁parc", + "ial" + ], + [ + "▁par", + "cial" + ], + [ + "▁Sel", + "e" + ], + [ + "▁Se", + "le" + ], + [ + "▁S", + "ele" + ], + [ + "▁", + "Sele" + ], + [ + "▁In", + "deed" + ], + [ + "▁rare", + "ly" + ], + [ + "▁rar", + "ely" + ], + [ + "▁organiza", + "da" + ], + [ + "▁organiz", + "ada" + ], + [ + "▁organ", + "izada" + ], + [ + "▁engage", + "d" + ], + [ + "▁enga", + "ged" + ], + [ + "▁eng", + "aged" + ], + [ + "▁sens", + "ível" + ], + [ + "▁s", + "ensível" + ], + [ + "▁ab", + "dominal" + ], + [ + "▁Ze", + "ro" + ], + [ + "▁Z", + "ero" + ], + [ + "▁", + "Zero" + ], + [ + "▁visitor", + "s" + ], + [ + "▁visit", + "ors" + ], + [ + "▁vis", + "itors" + ], + [ + "\":\"", + "\\/" + ], + [ + "▁suspe", + "nd" + ], + [ + "▁susp", + "end" + ], + [ + "▁sus", + "pend" + ], + [ + "▁exag", + "er" + ], + [ + "▁ex", + "ager" + ], + [ + "vis", + "ual" + ], + [ + "thel", + "ess" + ], + [ + "the", + "less" + ], + [ + "th", + "eless" + ], + [ + "vo", + "r" + ], + [ + "v", + "or" + ], + [ + "▁uns", + "afe" + ], + [ + "▁un", + "safe" + ], + [ + "▁", + "unsafe" + ], + [ + "pri", + "se" + ], + [ + "pr", + "ise" + ], + [ + "p", + "rise" + ], + [ + "EL", + "L" + ], + [ + "E", + "LL" + ], + [ + "▁Liter", + "atura" + ], + [ + "ria", + "ção" + ], + [ + "ri", + "ação" + ], + [ + "r", + "iação" + ], + [ + "▁wave", + "length" + ], + [ + "▁w", + "avelength" + ], + [ + "foot", + "er" + ], + [ + "foo", + "ter" + ], + [ + "fo", + "oter" + ], + [ + "▁emocion", + "ais" + ], + [ + "▁emoc", + "ionais" + ], + [ + "▁derr", + "ub" + ], + [ + "▁der", + "rub" + ], + [ + "▁agu", + "ard" + ], + [ + "▁a", + "guard" + ], + [ + "▁Car", + "ib" + ], + [ + "▁Ca", + "rib" + ], + [ + "endo", + "r" + ], + [ + "end", + "or" + ], + [ + "en", + "dor" + ], + [ + "▁wors", + "hip" + ], + [ + "▁wor", + "ship" + ], + [ + "▁w", + "orship" + ], + [ + "▁fall", + "ing" + ], + [ + "▁fal", + "ling" + ], + [ + "▁f", + "alling" + ], + [ + "▁0.", + "3" + ], + [ + "▁0", + ".3" + ], + [ + "▁transtorno", + "s" + ], + [ + "▁transt", + "ornos" + ], + [ + "▁Ass", + "embleia" + ], + [ + "10", + "5" + ], + [ + "1", + "05" + ], + [ + "▁Lit", + "tle" + ], + [ + "▁carga", + "s" + ], + [ + "▁car", + "gas" + ], + [ + "▁c", + "argas" + ], + [ + "▁public", + "ou" + ], + [ + "▁NAM", + "E" + ], + [ + "▁NA", + "ME" + ], + [ + "▁", + "NAME" + ], + [ + "9", + "]" + ], + [ + "▁We", + "ight" + ], + [ + "▁W", + "eight" + ], + [ + "▁", + "Weight" + ], + [ + "▁drive", + "n" + ], + [ + "▁dr", + "iven" + ], + [ + "▁", + "driven" + ], + [ + "▁relie", + "f" + ], + [ + "▁rel", + "ief" + ], + [ + "f", + "x" + ], + [ + "AT", + "O" + ], + [ + "A", + "TO" + ], + [ + "Meta", + "data" + ], + [ + "Met", + "adata" + ], + [ + "RO", + "UT" + ], + [ + "R", + "OUT" + ], + [ + "P", + "ixel" + ], + [ + "log", + "in" + ], + [ + "lo", + "gin" + ], + [ + "▁est", + "ando" + ], + [ + "fl", + "ex" + ], + [ + "f", + "lex" + ], + [ + "▁ilha", + "s" + ], + [ + "▁il", + "has" + ], + [ + "▁", + "ilhas" + ], + [ + "▁hum", + "ild" + ], + [ + "▁adv", + "ent" + ], + [ + "▁ad", + "vent" + ], + [ + "▁pe", + "er" + ], + [ + "▁", + "peer" + ], + [ + "▁Sen", + "d" + ], + [ + "▁Se", + "nd" + ], + [ + "▁S", + "end" + ], + [ + "▁", + "Send" + ], + [ + "^2", + "+" + ], + [ + "^", + "2+" + ], + [ + ":", + "4" + ], + [ + "▁10", + "5" + ], + [ + "▁1", + "05" + ], + [ + "▁", + "105" + ], + [ + "▁801", + "0" + ], + [ + "▁80", + "10" + ], + [ + "▁8", + "010" + ], + [ + "▁range", + "s" + ], + [ + "▁ran", + "ges" + ], + [ + "▁r", + "anges" + ], + [ + "▁excess", + "ivo" + ], + [ + "cer", + "t" + ], + [ + "ce", + "rt" + ], + [ + "c", + "ert" + ], + [ + "▁antic", + "or" + ], + [ + "▁anti", + "cor" + ], + [ + "▁al", + "ér" + ], + [ + "▁urbana", + "s" + ], + [ + "▁urban", + "as" + ], + [ + "▁urb", + "anas" + ], + [ + "▁27", + "." + ], + [ + "▁2", + "7." + ], + [ + "▁", + "27." + ], + [ + "▁difficult", + "ies" + ], + [ + "the", + "tic" + ], + [ + "th", + "etic" + ], + [ + "t", + "hetic" + ], + [ + "▁GR", + "A" + ], + [ + "▁G", + "RA" + ], + [ + "▁", + "GRA" + ], + [ + "▁Cap", + "ítulo" + ], + [ + "0", + "(" + ], + [ + "co", + "ok" + ], + [ + "c", + "ook" + ], + [ + "0", + "*" + ], + [ + "▁cláss", + "ica" + ], + [ + "Car", + "d" + ], + [ + "Ca", + "rd" + ], + [ + "C", + "ard" + ], + [ + "ple", + "r" + ], + [ + "pl", + "er" + ], + [ + "p", + "ler" + ], + [ + "ílio", + "s" + ], + [ + "íl", + "ios" + ], + [ + "▁gal", + "áx" + ], + [ + "od", + "ão" + ], + [ + "▁Cle", + "an" + ], + [ + "▁Cl", + "ean" + ], + [ + "▁", + "Clean" + ], + [ + "▁Fern", + "andes" + ], + [ + "▁diferenci", + "a" + ], + [ + "▁difere", + "ncia" + ], + [ + "▁difer", + "encia" + ], + [ + "/2", + ")" + ], + [ + "/", + "2)" + ], + [ + "1,", + "\"" + ], + [ + "1", + ",\"" + ], + [ + "▁effective", + "ness" + ], + [ + "▁effect", + "iveness" + ], + [ + "▁Par", + "ece" + ], + [ + "▁Pa", + "rece" + ], + [ + "▁P", + "arece" + ], + [ + "▁am", + "a" + ], + [ + "▁a", + "ma" + ], + [ + "▁", + "ama" + ], + [ + "▁vocabul", + "ary" + ], + [ + "▁voc", + "abulary" + ], + [ + "▁learner", + "s" + ], + [ + "▁learn", + "ers" + ], + [ + "ti", + "p" + ], + [ + "t", + "ip" + ], + [ + "▁sch", + "olar" + ], + [ + "▁wid", + "espread" + ], + [ + "uss", + "o" + ], + [ + "us", + "so" + ], + [ + "aze", + "s" + ], + [ + "az", + "es" + ], + [ + "a", + "zes" + ], + [ + "▁#", + "-}" + ], + [ + "▁conce", + "b" + ], + [ + "▁conc", + "eb" + ], + [ + "▁con", + "ceb" + ], + [ + "▁fazia", + "m" + ], + [ + "▁faz", + "iam" + ], + [ + "▁amaz", + "ing" + ], + [ + "▁ama", + "zing" + ], + [ + "MA", + "R" + ], + [ + "M", + "AR" + ], + [ + "▁Af", + "onso" + ], + [ + "ei", + "to" + ], + [ + "e", + "ito" + ], + [ + "▁traço", + "s" + ], + [ + "▁tra", + "ços" + ], + [ + "▁tr", + "aços" + ], + [ + "30", + ")" + ], + [ + "3", + "0)" + ], + [ + "bre", + "s" + ], + [ + "br", + "es" + ], + [ + "b", + "res" + ], + [ + "▁inform", + "ed" + ], + [ + "▁in", + "formed" + ], + [ + "▁legisl", + "ation" + ], + [ + "r", + "r" + ], + [ + "▁reconhec", + "e" + ], + [ + "▁reconhe", + "ce" + ], + [ + "▁recon", + "hece" + ], + [ + "▁marg", + "ens" + ], + [ + "▁mar", + "gens" + ], + [ + "▁with", + "draw" + ], + [ + "ilh", + "ão" + ], + [ + "il", + "hão" + ], + [ + "▁{-", + "#" + ], + [ + "▁8", + ")" + ], + [ + "▁", + "8)" + ], + [ + "_", + "5" + ], + [ + "▁átomo", + "s" + ], + [ + "▁át", + "omos" + ], + [ + "(10", + "0" + ], + [ + "(1", + "00" + ], + [ + "(", + "100" + ], + [ + "▁n", + "g" + ], + [ + "▁", + "ng" + ], + [ + "▁germ", + "in" + ], + [ + "▁ger", + "min" + ], + [ + "ovol", + "ta" + ], + [ + "ys", + "ical" + ], + [ + "▁famos", + "a" + ], + [ + "▁fam", + "osa" + ], + [ + "*", + "," + ], + [ + "Sec", + "tion" + ], + [ + "Se", + "ction" + ], + [ + "S", + "ection" + ], + [ + "Const", + "raint" + ], + [ + "gener", + "ate" + ], + [ + "gene", + "rate" + ], + [ + "gen", + "erate" + ], + [ + "▁lo", + "ja" + ], + [ + "▁influencia", + "r" + ], + [ + "▁influenci", + "ar" + ], + [ + "▁influ", + "enciar" + ], + [ + "▁wo", + "und" + ], + [ + "▁w", + "ound" + ], + [ + "\\\"", + "," + ], + [ + "\\", + "\"," + ], + [ + "▁Mich", + "igan" + ], + [ + "▁damage", + "d" + ], + [ + "▁dam", + "aged" + ], + [ + "mato", + "ry" + ], + [ + "mat", + "ory" + ], + [ + "m", + "atory" + ], + [ + "▁casc", + "a" + ], + [ + "▁cas", + "ca" + ], + [ + "▁style", + "s" + ], + [ + "▁st", + "yles" + ], + [ + "▁", + "styles" + ], + [ + "▁revel", + "ou" + ], + [ + "▁gradual", + "ly" + ], + [ + "▁gradu", + "ally" + ], + [ + "▁grad", + "ually" + ], + [ + "▁Con", + "ferência" + ], + [ + "▁reprodu", + "t" + ], + [ + "▁repro", + "dut" + ], + [ + "▁re", + "produt" + ], + [ + "▁ocup", + "a" + ], + [ + "ográfico", + "s" + ], + [ + "ográf", + "icos" + ], + [ + "▁consum", + "e" + ], + [ + "▁cons", + "ume" + ], + [ + "▁Ir", + "ish" + ], + [ + "na", + "b" + ], + [ + "n", + "ab" + ], + [ + "▁insul", + "in" + ], + [ + "▁ins", + "ulin" + ], + [ + "▁Can", + "d" + ], + [ + "▁Ca", + "nd" + ], + [ + "▁C", + "and" + ], + [ + "▁", + "Cand" + ], + [ + "▁Faz", + "er" + ], + [ + "▁Fa", + "zer" + ], + [ + "▁F", + "azer" + ], + [ + "▁Wi", + "s" + ], + [ + "▁W", + "is" + ], + [ + "▁female", + "s" + ], + [ + "▁fem", + "ales" + ], + [ + "▁Sou", + "sa" + ], + [ + "▁So", + "usa" + ], + [ + "▁S", + "ousa" + ], + [ + "▁Joaqu", + "im" + ], + [ + "▁artist", + "s" + ], + [ + "▁art", + "ists" + ], + [ + "▁Exemplo", + "s" + ], + [ + "▁Exem", + "plos" + ], + [ + "▁asp", + "ir" + ], + [ + "▁as", + "pir" + ], + [ + "mo", + "l" + ], + [ + "m", + "ol" + ], + [ + "Pass", + "word" + ], + [ + "▁engine", + "er" + ], + [ + "▁g", + "én" + ], + [ + "▁ra", + "io" + ], + [ + "Pref", + "ix" + ], + [ + "Pre", + "fix" + ], + [ + "▁virus", + "es" + ], + [ + "▁vir", + "uses" + ], + [ + "ne", + "e" + ], + [ + "n", + "ee" + ], + [ + "_", + ")" + ], + [ + "FLAG", + "S" + ], + [ + "/", + "8" + ], + [ + "▁El", + "l" + ], + [ + "▁E", + "ll" + ], + [ + "ap", + "r" + ], + [ + "a", + "pr" + ], + [ + "av", + "o" + ], + [ + "a", + "vo" + ], + [ + "▁Mont", + "h" + ], + [ + "▁Mon", + "th" + ], + [ + "▁Mo", + "nth" + ], + [ + "▁", + "Month" + ], + [ + "▁Continu", + "e" + ], + [ + "▁Cont", + "inue" + ], + [ + "▁", + "Continue" + ], + [ + "▁river", + "s" + ], + [ + "▁ri", + "vers" + ], + [ + "▁r", + "ivers" + ], + [ + "▁G", + "NU" + ], + [ + "▁don", + "o" + ], + [ + "▁do", + "no" + ], + [ + "▁d", + "ono" + ], + [ + "▁distin", + "ção" + ], + [ + "=", + "4" + ], + [ + "▁aplicativo", + "s" + ], + [ + "▁aplic", + "ativos" + ], + [ + "▁prepar", + "o" + ], + [ + "▁prep", + "aro" + ], + [ + "▁pre", + "paro" + ], + [ + "▁exclus", + "ão" + ], + [ + "▁exclu", + "são" + ], + [ + "▁excl", + "usão" + ], + [ + "▁ex", + "clusão" + ], + [ + "▁trata", + "da" + ], + [ + "▁trat", + "ada" + ], + [ + "▁eficiente", + "s" + ], + [ + "▁ef", + "icientes" + ], + [ + "▁ME", + "T" + ], + [ + "▁M", + "ET" + ], + [ + "▁", + "MET" + ], + [ + "▁associa", + "ções" + ], + [ + "▁associ", + "ações" + ], + [ + "▁assoc", + "iações" + ], + [ + "▁el", + "l" + ], + [ + "▁e", + "ll" + ], + [ + "▁", + "ell" + ], + [ + "pp", + "ed" + ], + [ + "p", + "ped" + ], + [ + "▁uri", + "na" + ], + [ + "▁ur", + "ina" + ], + [ + "▁u", + "rina" + ], + [ + "▁salário", + "s" + ], + [ + "▁sal", + "ários" + ], + [ + "ell", + "y" + ], + [ + "el", + "ly" + ], + [ + "amin", + "a" + ], + [ + "ami", + "na" + ], + [ + "am", + "ina" + ], + [ + "a", + "mina" + ], + [ + "aps", + "hot" + ], + [ + "ap", + "shot" + ], + [ + "▁Hi", + "m" + ], + [ + "▁H", + "im" + ], + [ + "á", + "ce" + ], + [ + "▁For", + "um" + ], + [ + "▁Fo", + "rum" + ], + [ + "▁F", + "orum" + ], + [ + "▁balance", + "d" + ], + [ + "▁bal", + "anced" + ], + [ + "▁", + "balanced" + ], + [ + "▁Hist", + "órico" + ], + [ + "▁Bib", + "li" + ], + [ + "▁rod", + "o" + ], + [ + "▁ro", + "do" + ], + [ + "▁r", + "odo" + ], + [ + "▁For", + "e" + ], + [ + "▁Fo", + "re" + ], + [ + "▁F", + "ore" + ], + [ + "▁", + "Fore" + ], + [ + "S", + "n" + ], + [ + "xf", + "d" + ], + [ + "x", + "fd" + ], + [ + "▁Of", + "t" + ], + [ + "▁O", + "ft" + ], + [ + "▁velh", + "a" + ], + [ + "▁vel", + "ha" + ], + [ + "▁v", + "elha" + ], + [ + "00000000", + "," + ], + [ + "0000000", + "0," + ], + [ + "000000", + "00," + ], + [ + "00000", + "000," + ], + [ + "0000", + "0000," + ], + [ + "000", + "00000," + ], + [ + "00", + "000000," + ], + [ + "▁desper", + "t" + ], + [ + "▁despe", + "rt" + ], + [ + "▁desp", + "ert" + ], + [ + "▁des", + "pert" + ], + [ + "leo", + "s" + ], + [ + "le", + "os" + ], + [ + "l", + "eos" + ], + [ + "▁Sa", + "ud" + ], + [ + "▁S", + "aud" + ], + [ + "▁lin", + "g" + ], + [ + "▁li", + "ng" + ], + [ + "▁l", + "ing" + ], + [ + "▁", + "ling" + ], + [ + "▁gi", + "n" + ], + [ + "▁g", + "in" + ], + [ + "▁", + "gin" + ], + [ + "▁Alt", + "er" + ], + [ + "▁Al", + "ter" + ], + [ + "▁avi", + "ão" + ], + [ + "▁av", + "ião" + ], + [ + "et", + "t" + ], + [ + "e", + "tt" + ], + [ + "▁Th", + "read" + ], + [ + "▁", + "Thread" + ], + [ + "▁servi", + "ng" + ], + [ + "▁serv", + "ing" + ], + [ + "▁ser", + "ving" + ], + [ + "▁art", + "if" + ], + [ + "volve", + "r" + ], + [ + "volv", + "er" + ], + [ + "vol", + "ver" + ], + [ + "▁Act", + "ive" + ], + [ + "▁A", + "ctive" + ], + [ + "▁", + "Active" + ], + [ + "▁11", + "4" + ], + [ + "▁1", + "14" + ], + [ + "▁", + "114" + ], + [ + "▁Mec", + "han" + ], + [ + "▁Me", + "chan" + ], + [ + "▁M", + "echan" + ], + [ + "▁celular", + "es" + ], + [ + "▁cel", + "ulares" + ], + [ + "▁c", + "elulares" + ], + [ + "▁valid", + "ation" + ], + [ + "▁", + "validation" + ], + [ + "opt", + "im" + ], + [ + "op", + "tim" + ], + [ + "Sim", + "ple" + ], + [ + "▁estar", + "ia" + ], + [ + "▁esta", + "ria" + ], + [ + "▁est", + "aria" + ], + [ + "▁contempor", + "ânea" + ], + [ + "▁collabor", + "ation" + ], + [ + "inc", + "ip" + ], + [ + "in", + "cip" + ], + [ + "(10", + ")" + ], + [ + "(1", + "0)" + ], + [ + "(", + "10)" + ], + [ + "▁ace", + "l" + ], + [ + "▁ac", + "el" + ], + [ + "▁a", + "cel" + ], + [ + "▁organ", + "s" + ], + [ + "▁org", + "ans" + ], + [ + "ا", + "ل" + ], + [ + "262", + "6" + ], + [ + "26", + "26" + ], + [ + "sample", + "s" + ], + [ + "sam", + "ples" + ], + [ + "s", + "amples" + ], + [ + "▁comp", + "ass" + ], + [ + "▁com", + "pass" + ], + [ + "êm", + "ico" + ], + [ + "ê", + "mico" + ], + [ + "▁pi", + "t" + ], + [ + "▁p", + "it" + ], + [ + "▁", + "pit" + ], + [ + "▁vin", + "ha" + ], + [ + "▁v", + "inha" + ], + [ + "uno", + "s" + ], + [ + "un", + "os" + ], + [ + "u", + "nos" + ], + [ + "▁den", + "unci" + ], + [ + "uri", + "dade" + ], + [ + "ur", + "idade" + ], + [ + "HT", + "ML" + ], + [ + "▁mineral", + "s" + ], + [ + "▁miner", + "als" + ], + [ + "▁min", + "erals" + ], + [ + "limit", + "ed" + ], + [ + "lim", + "ited" + ], + [ + "mu", + "s" + ], + [ + "m", + "us" + ], + [ + ".\"", + ")" + ], + [ + ".", + "\")" + ], + [ + "▁cuda", + "Memcpy" + ], + [ + "▁", + "cudaMemcpy" + ], + [ + "▁varia", + "dos" + ], + [ + "▁vari", + "ados" + ], + [ + "▁var", + "iados" + ], + [ + "▁CHAR", + "ACTER" + ], + [ + "▁", + "CHARACTER" + ], + [ + "▁Il", + "ha" + ], + [ + "T", + "Y" + ], + [ + "▁De", + "b" + ], + [ + "▁D", + "eb" + ], + [ + "▁", + "Deb" + ], + [ + "▁coc", + "o" + ], + [ + "▁co", + "co" + ], + [ + "▁c", + "oco" + ], + [ + "▁fell", + "ow" + ], + [ + "▁fel", + "low" + ], + [ + "▁f", + "ellow" + ], + [ + "▁dez", + "enas" + ], + [ + "▁zero", + "s" + ], + [ + "▁ze", + "ros" + ], + [ + "▁z", + "eros" + ], + [ + "▁", + "zeros" + ], + [ + "▁clean", + "ing" + ], + [ + "▁dro", + "ught" + ], + [ + "▁dr", + "ought" + ], + [ + "▁cargo", + "s" + ], + [ + "▁car", + "gos" + ], + [ + "▁c", + "argos" + ], + [ + "▁levanta", + "r" + ], + [ + "▁levant", + "ar" + ], + [ + "▁lev", + "antar" + ], + [ + "▁indica", + "ção" + ], + [ + "▁indic", + "ação" + ], + [ + "adura", + "s" + ], + [ + "ad", + "uras" + ], + [ + "▁circle", + "s" + ], + [ + "▁circ", + "les" + ], + [ + "▁cir", + "cles" + ], + [ + "▁sou", + "ght" + ], + [ + "▁so", + "ught" + ], + [ + "▁s", + "ought" + ], + [ + "▁et", + "ária" + ], + [ + "/0", + "5" + ], + [ + "/", + "05" + ], + [ + "▁ret", + "a" + ], + [ + "▁re", + "ta" + ], + [ + "▁r", + "eta" + ], + [ + "▁", + "reta" + ], + [ + "cri", + "pt" + ], + [ + "cr", + "ipt" + ], + [ + "c", + "ript" + ], + [ + "▁autor", + "ia" + ], + [ + "▁auto", + "ria" + ], + [ + "▁aut", + "oria" + ], + [ + "▁co", + "in" + ], + [ + "▁", + "coin" + ], + [ + "▁Mass", + "achusetts" + ], + [ + "cor", + "do" + ], + [ + "c", + "ordo" + ], + [ + "▁count", + "s" + ], + [ + "▁coun", + "ts" + ], + [ + "▁", + "counts" + ], + [ + "▁end", + "do" + ], + [ + "per", + "a" + ], + [ + "pe", + "ra" + ], + [ + "p", + "era" + ], + [ + "▁matern", + "o" + ], + [ + "▁mater", + "no" + ], + [ + "▁mat", + "erno" + ], + [ + "▁Geo", + "metry" + ], + [ + "▁Ge", + "ometry" + ], + [ + "▁", + "Geometry" + ], + [ + "edo", + "r" + ], + [ + "ed", + "or" + ], + [ + "e", + "dor" + ], + [ + "▁gain", + "ed" + ], + [ + "▁gai", + "ned" + ], + [ + "▁ga", + "ined" + ], + [ + "▁g", + "ained" + ], + [ + "▁Da", + "s" + ], + [ + "▁D", + "as" + ], + [ + "▁marca", + "da" + ], + [ + "▁marc", + "ada" + ], + [ + "▁mar", + "cada" + ], + [ + "For", + "e" + ], + [ + "Fo", + "re" + ], + [ + "F", + "ore" + ], + [ + "tec", + "n" + ], + [ + "te", + "cn" + ], + [ + "▁ac", + "ost" + ], + [ + "▁a", + "cost" + ], + [ + "▁hus", + "band" + ], + [ + "▁EDUCA", + "ÇÃO" + ], + [ + "▁EDUC", + "AÇÃO" + ], + [ + "▁esque", + "ma" + ], + [ + "▁esqu", + "ema" + ], + [ + "var", + "s" + ], + [ + "va", + "rs" + ], + [ + "v", + "ars" + ], + [ + "▁constru", + "ções" + ], + [ + "▁constr", + "uções" + ], + [ + "isse", + "m" + ], + [ + "iss", + "em" + ], + [ + "is", + "sem" + ], + [ + "▁R", + "T" + ], + [ + "▁", + "RT" + ], + [ + "▁prev", + "ê" + ], + [ + "▁pre", + "vê" + ], + [ + "▁Pl", + "at" + ], + [ + "▁P", + "lat" + ], + [ + "▁Fri", + "day" + ], + [ + "▁Fr", + "iday" + ], + [ + "▁delib", + "er" + ], + [ + "▁del", + "iber" + ], + [ + "▁freqü", + "ência" + ], + [ + "▁Luc", + "i" + ], + [ + "▁Lu", + "ci" + ], + [ + "▁L", + "uci" + ], + [ + "UM", + "L" + ], + [ + "U", + "ML" + ], + [ + "▁pergunta", + "r" + ], + [ + "▁pergunt", + "ar" + ], + [ + "▁character", + "ized" + ], + [ + "▁re", + "util" + ], + [ + "9)", + "," + ], + [ + "9", + ")," + ], + [ + "itu", + "d" + ], + [ + "it", + "ud" + ], + [ + "DI", + "S" + ], + [ + "D", + "IS" + ], + [ + "Bi", + "g" + ], + [ + "B", + "ig" + ], + [ + "mal", + "ink" + ], + [ + "ma", + "link" + ], + [ + "▁month", + "ly" + ], + [ + "▁destac", + "ou" + ], + [ + "▁desta", + "cou" + ], + [ + "▁regen", + "er" + ], + [ + "▁reg", + "ener" + ], + [ + "▁re", + "gener" + ], + [ + "▁Vi", + "eira" + ], + [ + "▁V", + "ieira" + ], + [ + "▁exponent", + "ial" + ], + [ + "▁expon", + "ential" + ], + [ + "▁ex", + "ponential" + ], + [ + "/10", + "." + ], + [ + "/1", + "0." + ], + [ + "/", + "10." + ], + [ + "▁l", + "n" + ], + [ + "▁", + "ln" + ], + [ + "▁coordenador", + "a" + ], + [ + "▁coordenado", + "ra" + ], + [ + "▁coorden", + "adora" + ], + [ + "other", + "apy" + ], + [ + "t", + "c" + ], + [ + "uma", + "n" + ], + [ + "um", + "an" + ], + [ + "u", + "man" + ], + [ + "ycl", + "e" + ], + [ + "yc", + "le" + ], + [ + "y", + "cle" + ], + [ + "▁cover", + "ing" + ], + [ + "▁cov", + "ering" + ], + [ + "▁2004", + "." + ], + [ + "▁200", + "4." + ], + [ + "▁20", + "04." + ], + [ + "▁claim", + "ed" + ], + [ + "▁", + "claimed" + ], + [ + "RO", + "P" + ], + [ + "R", + "OP" + ], + [ + "kespear", + "e" + ], + [ + ")))", + ")" + ], + [ + "))", + "))" + ], + [ + ")", + ")))" + ], + [ + "▁SE", + "N" + ], + [ + "▁S", + "EN" + ], + [ + "▁Ju", + "r" + ], + [ + "▁J", + "ur" + ], + [ + "▁Aut", + "h" + ], + [ + "▁A", + "uth" + ], + [ + "▁", + "Auth" + ], + [ + "▁romano", + "s" + ], + [ + "▁rom", + "anos" + ], + [ + "Res", + "ol" + ], + [ + "Re", + "sol" + ], + [ + "▁ac", + "ute" + ], + [ + "▁", + "acute" + ], + [ + "inc", + "t" + ], + [ + "in", + "ct" + ], + [ + "iste", + "nt" + ], + [ + "ist", + "ent" + ], + [ + "is", + "tent" + ], + [ + "Ed", + "ge" + ], + [ + "▁(1", + "." + ], + [ + "▁(", + "1." + ], + [ + "▁", + "(1." + ], + [ + "auss", + "ian" + ], + [ + "▁desperta", + "r" + ], + [ + "▁despert", + "ar" + ], + [ + "▁desper", + "tar" + ], + [ + "▁desp", + "ertar" + ], + [ + "▁simultane", + "amente" + ], + [ + "▁simult", + "aneamente" + ], + [ + "▁causa", + "do" + ], + [ + "▁caus", + "ado" + ], + [ + "ful", + "ness" + ], + [ + "▁ins", + "ight" + ], + [ + "▁poder", + "oso" + ], + [ + "▁pode", + "roso" + ], + [ + "▁love", + "d" + ], + [ + "▁lo", + "ved" + ], + [ + "▁l", + "oved" + ], + [ + "gr", + "y" + ], + [ + "g", + "ry" + ], + [ + "est", + "o" + ], + [ + "es", + "to" + ], + [ + "e", + "sto" + ], + [ + "▁Barb", + "osa" + ], + [ + "▁Gabri", + "el" + ], + [ + "▁comfort", + "able" + ], + [ + "ele", + "d" + ], + [ + "el", + "ed" + ], + [ + "e", + "led" + ], + [ + "▁vary", + "ing" + ], + [ + "▁var", + "ying" + ], + [ + "▁va", + "rying" + ], + [ + "ite", + "t" + ], + [ + "it", + "et" + ], + [ + "▁isolate", + "d" + ], + [ + "▁isol", + "ated" + ], + [ + "b", + "p" + ], + [ + "▁sco", + "r" + ], + [ + "▁sc", + "or" + ], + [ + "▁s", + "cor" + ], + [ + "▁minist", + "r" + ], + [ + "▁mini", + "str" + ], + [ + "▁min", + "istr" + ], + [ + "except", + "ion" + ], + [ + "ex", + "ception" + ], + [ + "▁inter", + "rup" + ], + [ + "▁appar", + "ent" + ], + [ + "▁ap", + "parent" + ], + [ + "▁destruct", + "ion" + ], + [ + "▁destru", + "ction" + ], + [ + "▁destr", + "uction" + ], + [ + "▁de", + "struction" + ], + [ + "▁conduz", + "ir" + ], + [ + "▁con", + "duzir" + ], + [ + "1", + "[" + ], + [ + "icion", + "ário" + ], + [ + "ic", + "ionário" + ], + [ + "▁apaix", + "on" + ], + [ + "omb", + "o" + ], + [ + "om", + "bo" + ], + [ + "=\"../", + "../" + ], + [ + "=\"", + "../../" + ], + [ + "▁Scient", + "ific" + ], + [ + "▁S", + "cientific" + ], + [ + "▁ra", + "m" + ], + [ + "▁r", + "am" + ], + [ + "▁", + "ram" + ], + [ + "▁Fl", + "ow" + ], + [ + "▁F", + "low" + ], + [ + "▁", + "Flow" + ], + [ + "▁tim", + "estamp" + ], + [ + "▁", + "timestamp" + ], + [ + "▁volta", + "da" + ], + [ + "▁volt", + "ada" + ], + [ + "uí", + "da" + ], + [ + "u", + "ída" + ], + [ + "▁bab", + "ies" + ], + [ + "▁ba", + "bies" + ], + [ + "UL", + "A" + ], + [ + "U", + "LA" + ], + [ + "▁remov", + "ing" + ], + [ + "▁remo", + "ving" + ], + [ + "▁rem", + "oving" + ], + [ + "óide", + "s" + ], + [ + "ói", + "des" + ], + [ + "ó", + "ides" + ], + [ + "▁Val", + "or" + ], + [ + "▁Va", + "lor" + ], + [ + "▁loja", + "s" + ], + [ + "▁lo", + "jas" + ], + [ + "▁Leg", + "al" + ], + [ + "▁Le", + "gal" + ], + [ + "00,", + "0" + ], + [ + "00", + ",0" + ], + [ + "0", + "0,0" + ], + [ + "▁rest", + "ring" + ], + [ + "▁res", + "tring" + ], + [ + "▁re", + "string" + ], + [ + "new", + "s" + ], + [ + "ne", + "ws" + ], + [ + "▁enable", + "s" + ], + [ + "▁en", + "ables" + ], + [ + "▁prefer", + "red" + ], + [ + "▁pre", + "ferred" + ], + [ + "▁reserva", + "s" + ], + [ + "▁reserv", + "as" + ], + [ + "çal", + "ves" + ], + [ + "do", + "i" + ], + [ + "d", + "oi" + ], + [ + "Re", + "pository" + ], + [ + "▁Cert", + "amente" + ], + [ + "▁Cer", + "tamente" + ], + [ + "▁inter", + "discipl" + ], + [ + "Act", + "ivity" + ], + [ + "▁li", + "n" + ], + [ + "▁l", + "in" + ], + [ + "▁", + "lin" + ], + [ + "▁entre", + "g" + ], + [ + "▁entr", + "eg" + ], + [ + "▁ent", + "reg" + ], + [ + "▁2001", + "," + ], + [ + "▁200", + "1," + ], + [ + "▁20", + "01," + ], + [ + "▁cul", + "min" + ], + [ + "Fi", + "n" + ], + [ + "F", + "in" + ], + [ + "▁Imp", + "lement" + ], + [ + "▁Im", + "plement" + ], + [ + "▁", + "Implement" + ], + [ + "▁Can", + "t" + ], + [ + "▁Ca", + "nt" + ], + [ + "▁C", + "ant" + ], + [ + "▁Asia", + "n" + ], + [ + "▁Asi", + "an" + ], + [ + "▁As", + "ian" + ], + [ + "írito", + "s" + ], + [ + "ír", + "itos" + ], + [ + "í", + "ritos" + ], + [ + "▁impre", + "sc" + ], + [ + "▁impr", + "esc" + ], + [ + "▁imp", + "resc" + ], + [ + "т", + "е" + ], + [ + "and", + "ro" + ], + [ + "an", + "dro" + ], + [ + "▁horizon", + "t" + ], + [ + "▁horiz", + "ont" + ], + [ + "▁T", + "YPE" + ], + [ + "▁", + "TYPE" + ], + [ + "▁ecoss", + "istema" + ], + [ + "ute", + "r" + ], + [ + "ut", + "er" + ], + [ + "u", + "ter" + ], + [ + "10", + "6" + ], + [ + "1", + "06" + ], + [ + "Af", + "ter" + ], + [ + "▁pal", + "e" + ], + [ + "▁pa", + "le" + ], + [ + "▁p", + "ale" + ], + [ + "df", + "rac" + ], + [ + "d", + "frac" + ], + [ + "/0", + "1" + ], + [ + "/", + "01" + ], + [ + "▁<", + "?" + ], + [ + "▁VI", + "I" + ], + [ + "▁V", + "II" + ], + [ + "▁Andr", + "oid" + ], + [ + "▁And", + "roid" + ], + [ + "▁An", + "droid" + ], + [ + "▁", + "Android" + ], + [ + "02", + "4" + ], + [ + "0", + "24" + ], + [ + "▁T", + "J" + ], + [ + "▁escritor", + "es" + ], + [ + "▁escrito", + "res" + ], + [ + "▁escrit", + "ores" + ], + [ + "-0", + "9" + ], + [ + "-", + "09" + ], + [ + "mer", + "ce" + ], + [ + "▁XVI", + "I" + ], + [ + "▁XV", + "II" + ], + [ + "w", + "ikipedia" + ], + [ + "▁Fonte", + "s" + ], + [ + "▁Font", + "es" + ], + [ + "CI", + "S" + ], + [ + "C", + "IS" + ], + [ + "las", + "s" + ], + [ + "la", + "ss" + ], + [ + "l", + "ass" + ], + [ + "▁pau", + "s" + ], + [ + "▁pa", + "us" + ], + [ + "▁p", + "aus" + ], + [ + "▁colo", + "que" + ], + [ + "▁col", + "oque" + ], + [ + "▁identifica", + "tion" + ], + [ + "▁identific", + "ation" + ], + [ + "▁ident", + "ification" + ], + [ + "▁weapon", + "s" + ], + [ + "▁we", + "apons" + ], + [ + "▁trac", + "t" + ], + [ + "▁tra", + "ct" + ], + [ + "▁tr", + "act" + ], + [ + "▁t", + "ract" + ], + [ + "▁", + "tract" + ], + [ + "Char", + "acter" + ], + [ + "18", + "0" + ], + [ + "1", + "80" + ], + [ + "point", + "er" + ], + [ + "po", + "inter" + ], + [ + "ans", + "as" + ], + [ + "W", + "IN" + ], + [ + "▁Form", + "ula" + ], + [ + "▁For", + "mula" + ], + [ + "att", + "ribute" + ], + [ + "▁Kid", + "s" + ], + [ + "▁Ki", + "ds" + ], + [ + "▁K", + "ids" + ], + [ + "▁rest", + "ante" + ], + [ + "ava", + "il" + ], + [ + "av", + "ail" + ], + [ + "a", + "vail" + ], + [ + "▁Auto", + "m" + ], + [ + "▁Aut", + "om" + ], + [ + "▁", + "Autom" + ], + [ + "sv", + "g" + ], + [ + "▁Pub", + "lish" + ], + [ + "▁comer", + "ci" + ], + [ + "▁Alt", + "o" + ], + [ + "▁Al", + "to" + ], + [ + "▁con", + "greg" + ], + [ + "▁foc", + "al" + ], + [ + "▁fo", + "cal" + ], + [ + "▁f", + "ocal" + ], + [ + "2", + "\\" + ], + [ + "▁Fi", + "b" + ], + [ + "▁F", + "ib" + ], + [ + "▁inferior", + "es" + ], + [ + "▁infer", + "iores" + ], + [ + "▁anal", + "og" + ], + [ + "▁ana", + "log" + ], + [ + "▁saber", + "es" + ], + [ + "▁sabe", + "res" + ], + [ + "],", + "[" + ], + [ + "]", + ",[" + ], + [ + "▁Arth", + "ur" + ], + [ + ":", + "-" + ], + [ + "val", + "or" + ], + [ + "va", + "lor" + ], + [ + "▁2003", + "." + ], + [ + "▁200", + "3." + ], + [ + "▁cycle", + "s" + ], + [ + "▁cycl", + "es" + ], + [ + "▁cy", + "cles" + ], + [ + "▁in", + "und" + ], + [ + "▁gra", + "in" + ], + [ + "▁gr", + "ain" + ], + [ + "▁g", + "rain" + ], + [ + "▁contempor", + "ary" + ], + [ + "▁acadêm", + "ico" + ], + [ + "▁acad", + "êmico" + ], + [ + "▁c", + "c" + ], + [ + "▁", + "cc" + ], + [ + "▁ab", + "elhas" + ], + [ + "▁por", + "ção" + ], + [ + "▁result", + "ando" + ], + [ + "▁Ins", + "p" + ], + [ + "▁In", + "sp" + ], + [ + "▁pare", + "cia" + ], + [ + "▁par", + "ecia" + ], + [ + "Fl", + "ow" + ], + [ + "F", + "low" + ], + [ + "▁acess", + "ar" + ], + [ + "~~~~", + "~~~~" + ], + [ + "DFDF", + "DFDF" + ], + [ + "24", + "." + ], + [ + "2", + "4." + ], + [ + "==", + "=" + ], + [ + "=", + "==" + ], + [ + "▁At", + "h" + ], + [ + "▁A", + "th" + ], + [ + "▁check", + "ing" + ], + [ + "▁chec", + "king" + ], + [ + "▁c", + "hecking" + ], + [ + "▁Na", + "da" + ], + [ + "▁N", + "ada" + ], + [ + "onic", + "al" + ], + [ + "oni", + "cal" + ], + [ + "on", + "ical" + ], + [ + "▁lik", + "elihood" + ], + [ + "▁writer", + "s" + ], + [ + "▁write", + "rs" + ], + [ + "▁writ", + "ers" + ], + [ + "▁wr", + "iters" + ], + [ + "OT", + "O" + ], + [ + "O", + "TO" + ], + [ + "sen", + "t" + ], + [ + "se", + "nt" + ], + [ + "s", + "ent" + ], + [ + "TE", + "XT" + ], + [ + "T", + "EXT" + ], + [ + "▁Ran", + "ge" + ], + [ + "▁R", + "ange" + ], + [ + "▁", + "Range" + ], + [ + "▁dedica", + "do" + ], + [ + "▁dedic", + "ado" + ], + [ + "▁ded", + "icado" + ], + [ + "ja", + "do" + ], + [ + "j", + "ado" + ], + [ + "▁build", + "er" + ], + [ + "▁", + "builder" + ], + [ + "▁dominant", + "e" + ], + [ + "▁domin", + "ante" + ], + [ + "mic", + "a" + ], + [ + "mi", + "ca" + ], + [ + "m", + "ica" + ], + [ + "Point", + "s" + ], + [ + "Po", + "ints" + ], + [ + "▁fac", + "ult" + ], + [ + "▁fa", + "cult" + ], + [ + "ul", + "ative" + ], + [ + "▁beaut", + "y" + ], + [ + "ago", + "s" + ], + [ + "ag", + "os" + ], + [ + "a", + "gos" + ], + [ + "▁1.", + "1" + ], + [ + "▁1", + ".1" + ], + [ + "▁", + "1.1" + ], + [ + "....", + "." + ], + [ + "...", + ".." + ], + [ + "..", + "..." + ], + [ + ".", + "...." + ], + [ + "▁sit", + "ting" + ], + [ + "▁s", + "itting" + ], + [ + "(", + "|" + ], + [ + "▁SO", + "L" + ], + [ + "▁S", + "OL" + ], + [ + "▁", + "SOL" + ], + [ + "▁branca", + "s" + ], + [ + "▁bran", + "cas" + ], + [ + "▁absoluta", + "mente" + ], + [ + "▁absolut", + "amente" + ], + [ + "-----", + "-" + ], + [ + "----", + "--" + ], + [ + "---", + "---" + ], + [ + "--", + "----" + ], + [ + "-", + "-----" + ], + [ + "▁fornece", + "d" + ], + [ + "▁forne", + "ced" + ], + [ + "▁forn", + "eced" + ], + [ + "es", + "o" + ], + [ + "e", + "so" + ], + [ + "si", + "l" + ], + [ + "s", + "il" + ], + [ + "▁contribution", + "s" + ], + [ + "▁contribut", + "ions" + ], + [ + "▁cont", + "ributions" + ], + [ + "▁conto", + "s" + ], + [ + "▁cont", + "os" + ], + [ + "▁con", + "tos" + ], + [ + "▁cook", + "ing" + ], + [ + "▁co", + "oking" + ], + [ + "▁crit", + "ério" + ], + [ + "▁cr", + "itério" + ], + [ + "▁implement", + "ar" + ], + [ + "▁triangle", + "s" + ], + [ + "▁triang", + "les" + ], + [ + "▁tri", + "angles" + ], + [ + "▁win", + "e" + ], + [ + "▁w", + "ine" + ], + [ + "▁Fred", + "er" + ], + [ + "▁Fre", + "der" + ], + [ + "▁Fr", + "eder" + ], + [ + "som", + "e" + ], + [ + "so", + "me" + ], + [ + "s", + "ome" + ], + [ + "í", + "c" + ], + [ + "▁idade", + "s" + ], + [ + "▁ida", + "des" + ], + [ + "▁id", + "ades" + ], + [ + "▁i", + "dades" + ], + [ + "▁", + "idades" + ], + [ + "▁perfect", + "ly" + ], + [ + "▁Gos", + "t" + ], + [ + "▁Go", + "st" + ], + [ + "▁G", + "ost" + ], + [ + "resp", + "ons" + ], + [ + "l", + "r" + ], + [ + "▁replace", + "ment" + ], + [ + "▁replac", + "ement" + ], + [ + "▁re", + "placement" + ], + [ + "bel", + "l" + ], + [ + "be", + "ll" + ], + [ + "b", + "ell" + ], + [ + ")", + "[" + ], + [ + "▁en", + "rol" + ], + [ + "cp", + "u" + ], + [ + "c", + "pu" + ], + [ + "/0", + "4" + ], + [ + "/", + "04" + ], + [ + "▁dent", + "e" + ], + [ + "▁den", + "te" + ], + [ + "▁d", + "ente" + ], + [ + "▁indispens", + "ável" + ], + [ + "▁aparente", + "mente" + ], + [ + "▁apar", + "entemente" + ], + [ + "▁St", + "ill" + ], + [ + "Dep", + "end" + ], + [ + "De", + "pend" + ], + [ + "▁hidrog", + "ênio" + ], + [ + "▁hid", + "rogênio" + ], + [ + "spe", + "ed" + ], + [ + "s", + "peed" + ], + [ + "▁la", + "ke" + ], + [ + "▁l", + "ake" + ], + [ + "▁", + "lake" + ], + [ + "▁lava", + "r" + ], + [ + "▁lav", + "ar" + ], + [ + "▁la", + "var" + ], + [ + "▁*/", + ";" + ], + [ + "▁*", + "/;" + ], + [ + "▁But", + "ton" + ], + [ + "▁B", + "utton" + ], + [ + "▁", + "Button" + ], + [ + "u", + "j" + ], + [ + "▁Prev", + "ious" + ], + [ + "▁Pre", + "vious" + ], + [ + "▁", + "Previous" + ], + [ + "▁He", + "art" + ], + [ + "▁Work", + "ing" + ], + [ + "▁Wor", + "king" + ], + [ + "▁Import", + "s" + ], + [ + "▁Im", + "ports" + ], + [ + "bur", + "n" + ], + [ + "bu", + "rn" + ], + [ + "b", + "urn" + ], + [ + "▁3", + ";" + ], + [ + "▁", + "3;" + ], + [ + "▁di", + "p" + ], + [ + "▁d", + "ip" + ], + [ + "▁", + "dip" + ], + [ + "▁lig", + "a" + ], + [ + "▁li", + "ga" + ], + [ + "▁l", + "iga" + ], + [ + "▁constitu", + "ído" + ], + [ + "▁nos", + "e" + ], + [ + "▁no", + "se" + ], + [ + "▁n", + "ose" + ], + [ + "▁", + "nose" + ], + [ + "AN", + "O" + ], + [ + "A", + "NO" + ], + [ + "▁mo", + "od" + ], + [ + "▁m", + "ood" + ], + [ + "MP", + "L" + ], + [ + "M", + "PL" + ], + [ + "▁[", + "#" + ], + [ + "▁santo", + "s" + ], + [ + "▁sant", + "os" + ], + [ + "▁san", + "tos" + ], + [ + "▁s", + "antos" + ], + [ + "▁sq", + "l" + ], + [ + "▁s", + "ql" + ], + [ + "▁", + "sql" + ], + [ + "▁Sym", + "bol" + ], + [ + "▁Sy", + "mbol" + ], + [ + "▁S", + "ymbol" + ], + [ + "▁", + "Symbol" + ], + [ + "▁'1", + "9" + ], + [ + "▁'", + "19" + ], + [ + "Na", + "m" + ], + [ + "N", + "am" + ], + [ + "▁P", + "áscoa" + ], + [ + "▁Marcel", + "o" + ], + [ + "▁Marc", + "elo" + ], + [ + "▁Le", + "n" + ], + [ + "▁L", + "en" + ], + [ + "▁", + "Len" + ], + [ + "pe", + "l" + ], + [ + "p", + "el" + ], + [ + "▁plan", + "ned" + ], + [ + "▁pl", + "anned" + ], + [ + "▁produt", + "iva" + ], + [ + "▁estabelece", + "u" + ], + [ + "▁estabelec", + "eu" + ], + [ + "▁estabele", + "ceu" + ], + [ + "▁car", + "vão" + ], + [ + "To", + "k" + ], + [ + "T", + "ok" + ], + [ + "▁Dep", + "ut" + ], + [ + "▁De", + "put" + ], + [ + "▁Pol", + "ícia" + ], + [ + "▁une", + "m" + ], + [ + "▁un", + "em" + ], + [ + "▁u", + "nem" + ], + [ + "R", + "andom" + ], + [ + "[1]", + "." + ], + [ + "[1", + "]." + ], + [ + "érico", + "s" + ], + [ + "ér", + "icos" + ], + [ + "7", + "%" + ], + [ + "gine", + "s" + ], + [ + "gin", + "es" + ], + [ + "gi", + "nes" + ], + [ + "g", + "ines" + ], + [ + "unc", + "t" + ], + [ + "un", + "ct" + ], + [ + "▁kid", + "ney" + ], + [ + "▁segu", + "ido" + ], + [ + "▁Te", + "am" + ], + [ + "▁", + "Team" + ], + [ + "▁tax", + "es" + ], + [ + "▁ta", + "xes" + ], + [ + "▁t", + "axes" + ], + [ + "▁Dou", + "g" + ], + [ + "▁Do", + "ug" + ], + [ + "▁D", + "oug" + ], + [ + "▁orienta", + "tion" + ], + [ + "▁orient", + "ation" + ], + [ + "▁prevent", + "ing" + ], + [ + "▁preven", + "ting" + ], + [ + "▁caval", + "o" + ], + [ + "▁cav", + "alo" + ], + [ + "▁porta", + "l" + ], + [ + "▁port", + "al" + ], + [ + "▁por", + "tal" + ], + [ + "▁", + "portal" + ], + [ + "▁prov", + "in" + ], + [ + "▁pro", + "vin" + ], + [ + "▁Sund", + "ay" + ], + [ + "▁Sun", + "day" + ], + [ + "▁Indian", + "s" + ], + [ + "▁India", + "ns" + ], + [ + "▁Ind", + "ians" + ], + [ + "gio", + "s" + ], + [ + "gi", + "os" + ], + [ + "g", + "ios" + ], + [ + "yo", + "u" + ], + [ + "y", + "ou" + ], + [ + "▁mancha", + "s" + ], + [ + "▁man", + "chas" + ], + [ + "▁Ada", + "m" + ], + [ + "▁Ad", + "am" + ], + [ + "▁A", + "dam" + ], + [ + "▁bu", + "g" + ], + [ + "▁b", + "ug" + ], + [ + "▁", + "bug" + ], + [ + "▁ape", + "t" + ], + [ + "▁ap", + "et" + ], + [ + "▁a", + "pet" + ], + [ + "▁Roc", + "ha" + ], + [ + "▁Ro", + "cha" + ], + [ + "▁om", + "b" + ], + [ + "▁o", + "mb" + ], + [ + "▁", + "omb" + ], + [ + "▁fungo", + "s" + ], + [ + "▁fung", + "os" + ], + [ + "▁fun", + "gos" + ], + [ + "▁point", + "ed" + ], + [ + "▁po", + "inted" + ], + [ + "▁unus", + "ual" + ], + [ + "▁apos", + "ent" + ], + [ + "▁apo", + "sent" + ], + [ + "Row", + "s" + ], + [ + "Ro", + "ws" + ], + [ + "R", + "ows" + ], + [ + "▁text", + "ure" + ], + [ + "▁te", + "xture" + ], + [ + "▁", + "texture" + ], + [ + "▁Imper", + "ial" + ], + [ + "▁Imp", + "erial" + ], + [ + "Ab", + "s" + ], + [ + "A", + "bs" + ], + [ + "▁prof", + "eta" + ], + [ + "▁Austr", + "ália" + ], + [ + "▁vir", + "a" + ], + [ + "▁vi", + "ra" + ], + [ + "▁v", + "ira" + ], + [ + "▁envolvida", + "s" + ], + [ + "▁envolv", + "idas" + ], + [ + "▁envol", + "vidas" + ], + [ + "gi", + "a" + ], + [ + "g", + "ia" + ], + [ + "▁plataforma", + "s" + ], + [ + "▁plata", + "formas" + ], + [ + "▁Te", + "s" + ], + [ + "▁T", + "es" + ], + [ + "▁Car", + "l" + ], + [ + "▁Ca", + "rl" + ], + [ + "Key", + "s" + ], + [ + "Ke", + "ys" + ], + [ + "▁beb", + "ida" + ], + [ + "van", + "ia" + ], + [ + "va", + "nia" + ], + [ + "v", + "ania" + ], + [ + "▁pain", + "éis" + ], + [ + "▁Som", + "os" + ], + [ + "▁So", + "mos" + ], + [ + "▁S", + "omos" + ], + [ + "wrap", + "per" + ], + [ + "▁experiment", + "o" + ], + [ + "▁experi", + "mento" + ], + [ + "▁exper", + "imento" + ], + [ + "anger", + "s" + ], + [ + "ange", + "rs" + ], + [ + "ang", + "ers" + ], + [ + "an", + "gers" + ], + [ + "▁(", + "@" + ], + [ + "▁", + "(@" + ], + [ + "▁investig", + "ate" + ], + [ + "▁invest", + "igate" + ], + [ + "▁mu", + "çul" + ], + [ + "▁evaluate", + "d" + ], + [ + "▁evalu", + "ated" + ], + [ + "▁eval", + "uated" + ], + [ + "▁", + "⇒" + ], + [ + "▁sens", + "itivity" + ], + [ + "▁gu", + "t" + ], + [ + "▁g", + "ut" + ], + [ + "▁Cu", + "id" + ], + [ + "▁C", + "uid" + ], + [ + "orm", + "s" + ], + [ + "or", + "ms" + ], + [ + "▁pro", + "hib" + ], + [ + "▁camp", + "us" + ], + [ + "▁cam", + "pus" + ], + [ + "▁c", + "ampus" + ], + [ + "▁roda", + "s" + ], + [ + "▁rod", + "as" + ], + [ + "▁ro", + "das" + ], + [ + "▁renov", + "ável" + ], + [ + "▁Aj", + "ud" + ], + [ + "▁A", + "jud" + ], + [ + "▁adicion", + "ais" + ], + [ + "▁adi", + "cionais" + ], + [ + "▁ad", + "icionais" + ], + [ + "▁avali", + "a" + ], + [ + "▁aval", + "ia" + ], + [ + "▁av", + "alia" + ], + [ + "▁artic", + "ulações" + ], + [ + "FOR", + "M" + ], + [ + "FO", + "RM" + ], + [ + "F", + "ORM" + ], + [ + "ERA", + "L" + ], + [ + "ER", + "AL" + ], + [ + "E", + "RAL" + ], + [ + "DE", + "BUG" + ], + [ + "▁lib", + "raries" + ], + [ + "qu", + "ê" + ], + [ + "▁autism", + "o" + ], + [ + "▁aut", + "ismo" + ], + [ + "▁pil", + "ot" + ], + [ + "▁pi", + "lot" + ], + [ + "▁2", + "*" + ], + [ + "▁", + "2*" + ], + [ + "▁Aus", + "t" + ], + [ + "▁A", + "ust" + ], + [ + "tb", + "l" + ], + [ + "t", + "bl" + ], + [ + "▁favor", + "e" + ], + [ + "▁fav", + "ore" + ], + [ + "}}", + "$" + ], + [ + "}", + "}$" + ], + [ + "▁6", + "1" + ], + [ + "▁", + "61" + ], + [ + "393", + "9" + ], + [ + "39", + "39" + ], + [ + "▁engineer", + "s" + ], + [ + "▁engine", + "ers" + ], + [ + "▁Gal", + "ile" + ], + [ + "▁abo", + "rt" + ], + [ + "▁ab", + "ort" + ], + [ + "▁c", + "i" + ], + [ + "▁", + "ci" + ], + [ + "▁Min", + "d" + ], + [ + "▁Mi", + "nd" + ], + [ + "▁M", + "ind" + ], + [ + "▁objective", + "s" + ], + [ + "▁object", + "ives" + ], + [ + "▁estiv", + "esse" + ], + [ + "▁volta", + "do" + ], + [ + "▁volt", + "ado" + ], + [ + "fri", + "end" + ], + [ + "f", + "riend" + ], + [ + "▁Ru", + "ral" + ], + [ + "▁R", + "ural" + ], + [ + "▁pregn", + "ant" + ], + [ + "▁preg", + "nant" + ], + [ + "▁boa", + "t" + ], + [ + "▁bo", + "at" + ], + [ + "Bas", + "ic" + ], + [ + "Ba", + "sic" + ], + [ + "▁tecn", + "ológico" + ], + [ + "ru", + "s" + ], + [ + "r", + "us" + ], + [ + "▁ben", + "e" + ], + [ + "▁be", + "ne" + ], + [ + "▁b", + "ene" + ], + [ + "▁ov", + "o" + ], + [ + "▁o", + "vo" + ], + [ + "▁", + "ovo" + ], + [ + "▁adjac", + "ent" + ], + [ + "50", + ")" + ], + [ + "5", + "0)" + ], + [ + "▁te", + "órico" + ], + [ + "ulin", + "g" + ], + [ + "uli", + "ng" + ], + [ + "ul", + "ing" + ], + [ + "u", + "ling" + ], + [ + "▁keep", + "s" + ], + [ + "▁ke", + "eps" + ], + [ + "▁consegui", + "mos" + ], + [ + "▁consegu", + "imos" + ], + [ + "▁renew", + "able" + ], + [ + "Fail", + "ed" + ], + [ + "Fa", + "iled" + ], + [ + "▁time", + "r" + ], + [ + "▁tim", + "er" + ], + [ + "▁ti", + "mer" + ], + [ + "▁t", + "imer" + ], + [ + "▁", + "timer" + ], + [ + "▁Ra", + "fa" + ], + [ + "▁R", + "afa" + ], + [ + "▁flo", + "ur" + ], + [ + "▁fl", + "our" + ], + [ + "it", + "ório" + ], + [ + "▁mil", + "e" + ], + [ + "▁mi", + "le" + ], + [ + "▁m", + "ile" + ], + [ + "▁", + "mile" + ], + [ + "_", + "(" + ], + [ + "▁Leon", + "ardo" + ], + [ + "sup", + "er" + ], + [ + "su", + "per" + ], + [ + "s", + "uper" + ], + [ + "erial", + "ize" + ], + [ + "er", + "ialize" + ], + [ + "▁1", + "%" + ], + [ + "▁", + "1%" + ], + [ + "▁Pa", + "k" + ], + [ + "▁P", + "ak" + ], + [ + "▁comp", + "uls" + ], + [ + "▁Per", + "iod" + ], + [ + "▁", + "Period" + ], + [ + "▁desloc", + "amento" + ], + [ + "▁bring", + "ing" + ], + [ + "▁brin", + "ging" + ], + [ + "▁br", + "inging" + ], + [ + "▁Cas", + "s" + ], + [ + "▁Ca", + "ss" + ], + [ + "▁C", + "ass" + ], + [ + "▁13", + "5" + ], + [ + "▁1", + "35" + ], + [ + "▁", + "135" + ], + [ + "▁nervo", + "us" + ], + [ + "▁nerv", + "ous" + ], + [ + "▁Jack", + "son" + ], + [ + "▁filter", + "s" + ], + [ + "▁filt", + "ers" + ], + [ + "▁fil", + "ters" + ], + [ + "▁", + "filters" + ], + [ + "▁liberta", + "ção" + ], + [ + "▁libert", + "ação" + ], + [ + "▁lib", + "ertação" + ], + [ + "▁stop", + "ped" + ], + [ + "▁grama", + "s" + ], + [ + "▁gram", + "as" + ], + [ + "▁gra", + "mas" + ], + [ + "▁gr", + "amas" + ], + [ + "F", + "UN" + ], + [ + "▁aberta", + "s" + ], + [ + "▁abert", + "as" + ], + [ + "▁ab", + "ertas" + ], + [ + "▁2002", + "." + ], + [ + "▁200", + "2." + ], + [ + "▁20", + "02." + ], + [ + "urada", + "s" + ], + [ + "ura", + "das" + ], + [ + "ur", + "adas" + ], + [ + "u", + "radas" + ], + [ + "óg", + "rafo" + ], + [ + "▁2)", + ";" + ], + [ + "▁2", + ");" + ], + [ + "▁", + "2);" + ], + [ + "▁te", + "t" + ], + [ + "▁t", + "et" + ], + [ + "▁Us", + "o" + ], + [ + "▁U", + "so" + ], + [ + "▁Bar", + "ros" + ], + [ + "gl", + "ing" + ], + [ + "g", + "ling" + ], + [ + "ant", + "ly" + ], + [ + "▁Gon", + "çalves" + ], + [ + "▁occur", + "ring" + ], + [ + "25", + "5" + ], + [ + "2", + "55" + ], + [ + "Z", + "A" + ], + [ + "pl", + "ugin" + ], + [ + "▁Cur", + "ios" + ], + [ + "▁Cu", + "rios" + ], + [ + "▁Treat", + "ment" + ], + [ + "▁acre", + "s" + ], + [ + "▁acr", + "es" + ], + [ + "▁ac", + "res" + ], + [ + "IC", + "T" + ], + [ + "I", + "CT" + ], + [ + "▁Acre", + "dit" + ], + [ + "▁Ac", + "redit" + ], + [ + "▁A", + "credit" + ], + [ + "▁ape", + "l" + ], + [ + "▁ap", + "el" + ], + [ + "▁a", + "pel" + ], + [ + "tech", + "n" + ], + [ + "tec", + "hn" + ], + [ + "▁conv", + "ite" + ], + [ + "▁pratic", + "a" + ], + [ + "▁prat", + "ica" + ], + [ + "▁pra", + "tica" + ], + [ + "▁pr", + "atica" + ], + [ + "▁prima", + "vera" + ], + [ + "▁elimina", + "ção" + ], + [ + "▁elimin", + "ação" + ], + [ + "▁elim", + "inação" + ], + [ + "▁T", + "S" + ], + [ + "▁", + "TS" + ], + [ + "▁elétron", + "s" + ], + [ + "▁elétr", + "ons" + ], + [ + "▁reven", + "ue" + ], + [ + "▁re", + "venue" + ], + [ + "▁respir", + "atory" + ], + [ + "▁listen", + "ing" + ], + [ + "▁list", + "ening" + ], + [ + "▁previs", + "ão" + ], + [ + "▁prev", + "isão" + ], + [ + "▁pre", + "visão" + ], + [ + "▁reve", + "al" + ], + [ + "G", + "C" + ], + [ + "▁neste", + "s" + ], + [ + "▁nest", + "es" + ], + [ + "▁n", + "estes" + ], + [ + "▁Scientist", + "s" + ], + [ + "▁Scient", + "ists" + ], + [ + "▁preserv", + "e" + ], + [ + "▁pres", + "erve" + ], + [ + "▁pre", + "serve" + ], + [ + "▁o", + "m" + ], + [ + "▁", + "om" + ], + [ + "▁excess", + "iva" + ], + [ + "▁Car", + "bon" + ], + [ + "▁considera", + "ble" + ], + [ + "▁consider", + "able" + ], + [ + "▁short", + "er" + ], + [ + "▁shor", + "ter" + ], + [ + "▁eleitor", + "al" + ], + [ + "▁eleito", + "ral" + ], + [ + "▁ele", + "itoral" + ], + [ + "ropol", + "it" + ], + [ + "ro", + "polit" + ], + [ + "ros", + "e" + ], + [ + "ro", + "se" + ], + [ + "r", + "ose" + ], + [ + "▁(3", + "," + ], + [ + "▁(", + "3," + ], + [ + "▁", + "(3," + ], + [ + "[0]", + ")" + ], + [ + "[0", + "])" + ], + [ + "▁ante", + "cip" + ], + [ + "▁defens", + "e" + ], + [ + "▁def", + "ense" + ], + [ + "▁A", + "vailable" + ], + [ + "▁", + "Available" + ], + [ + "▁victim", + "s" + ], + [ + "▁vict", + "ims" + ], + [ + "/1", + "3" + ], + [ + "/", + "13" + ], + [ + "imb", + "ra" + ], + [ + "im", + "bra" + ], + [ + "848", + "4" + ], + [ + "84", + "84" + ], + [ + "▁Conserv", + "ation" + ], + [ + "W", + "orld" + ], + [ + "▁Ment", + "al" + ], + [ + "▁Men", + "tal" + ], + [ + "▁M", + "ental" + ], + [ + "▁raz", + "o" + ], + [ + "▁ra", + "zo" + ], + [ + "▁not", + "ion" + ], + [ + "▁no", + "tion" + ], + [ + "▁n", + "otion" + ], + [ + "▁Ha", + "l" + ], + [ + "▁H", + "al" + ], + [ + "▁contribute", + "d" + ], + [ + "▁contribut", + "ed" + ], + [ + "▁contribu", + "ted" + ], + [ + "▁cont", + "ributed" + ], + [ + "?", + "," + ], + [ + "'", + "(" + ], + [ + "ari", + "o" + ], + [ + "ar", + "io" + ], + [ + "a", + "rio" + ], + [ + "pre", + "v" + ], + [ + "pr", + "ev" + ], + [ + "p", + "rev" + ], + [ + "ére", + "a" + ], + [ + "ér", + "ea" + ], + [ + "é", + "rea" + ], + [ + "for", + "o" + ], + [ + "fo", + "ro" + ], + [ + "f", + "oro" + ], + [ + "▁fe", + "ijão" + ], + [ + "▁Normal", + "mente" + ], + [ + "▁Norm", + "almente" + ], + [ + "ans", + "o" + ], + [ + "an", + "so" + ], + [ + "▁rob", + "ust" + ], + [ + "ato", + "es" + ], + [ + "at", + "oes" + ], + [ + "oun", + "ce" + ], + [ + "contr", + "act" + ], + [ + "cont", + "ract" + ], + [ + "con", + "tract" + ], + [ + "▁combination", + "s" + ], + [ + "▁combin", + "ations" + ], + [ + "▁comb", + "inations" + ], + [ + "▁vin", + "d" + ], + [ + "▁vi", + "nd" + ], + [ + "▁v", + "ind" + ], + [ + "▁enc", + "ora" + ], + [ + "▁hard", + "er" + ], + [ + "▁har", + "der" + ], + [ + "▁fing", + "er" + ], + [ + "▁fin", + "ger" + ], + [ + "▁fi", + "nger" + ], + [ + "▁f", + "inger" + ], + [ + "into", + "s" + ], + [ + "int", + "os" + ], + [ + "in", + "tos" + ], + [ + "Se", + "q" + ], + [ + "S", + "eq" + ], + [ + "----------", + "-" + ], + [ + "---------", + "--" + ], + [ + "--------", + "---" + ], + [ + "-------", + "----" + ], + [ + "------", + "-----" + ], + [ + "-----", + "------" + ], + [ + "----", + "-------" + ], + [ + "---", + "--------" + ], + [ + "--", + "---------" + ], + [ + "-", + "----------" + ], + [ + "▁Bet", + "ween" + ], + [ + "uck", + "et" + ], + [ + "uc", + "ket" + ], + [ + "cat", + "eg" + ], + [ + "c", + "ateg" + ], + [ + "▁sum", + "a" + ], + [ + "▁su", + "ma" + ], + [ + "▁s", + "uma" + ], + [ + "▁phys", + "i" + ], + [ + "▁phy", + "si" + ], + [ + "▁Color", + "ado" + ], + [ + "▁Col", + "orado" + ], + [ + "▁quadra", + "tic" + ], + [ + "▁quadr", + "atic" + ], + [ + "▁Ze", + "aland" + ], + [ + "americano", + "s" + ], + [ + "americ", + "anos" + ], + [ + "am", + "ericanos" + ], + [ + "▁Munic", + "ípio" + ], + [ + "▁tar", + "d" + ], + [ + "▁ta", + "rd" + ], + [ + "▁t", + "ard" + ], + [ + "tain", + "ed" + ], + [ + "ta", + "ined" + ], + [ + "t", + "ained" + ], + [ + "/0", + "3" + ], + [ + "/", + "03" + ], + [ + "▁Me", + "c" + ], + [ + "▁M", + "ec" + ], + [ + "▁pac", + "iência" + ], + [ + "▁pa", + "ciência" + ], + [ + "▁padr", + "e" + ], + [ + "▁pad", + "re" + ], + [ + "▁report", + "ing" + ], + [ + "▁Sto", + "re" + ], + [ + "▁St", + "ore" + ], + [ + "▁", + "Store" + ], + [ + "▁em", + "oção" + ], + [ + "▁compar", + "ing" + ], + [ + "▁comp", + "aring" + ], + [ + "▁road", + "s" + ], + [ + "▁ro", + "ads" + ], + [ + "▁", + "roads" + ], + [ + "▁module", + "s" + ], + [ + "▁mod", + "ules" + ], + [ + "▁", + "modules" + ], + [ + "▁retr", + "at" + ], + [ + "▁ret", + "rat" + ], + [ + "▁re", + "trat" + ], + [ + "▁ex", + "haust" + ], + [ + "▁an", + "ún" + ], + [ + "10", + "9" + ], + [ + "1", + "09" + ], + [ + "Th", + "at" + ], + [ + "T", + "hat" + ], + [ + "▁FUN", + "CTION" + ], + [ + "▁", + "FUNCTION" + ], + [ + "▁ev", + "il" + ], + [ + "▁caminha", + "r" + ], + [ + "▁caminh", + "ar" + ], + [ + "▁camin", + "har" + ], + [ + "▁cam", + "inhar" + ], + [ + "▁glob", + "ais" + ], + [ + "▁conf", + "usion" + ], + [ + "OR", + "A" + ], + [ + "O", + "RA" + ], + [ + "TR", + "A" + ], + [ + "T", + "RA" + ], + [ + "▁gast", + "r" + ], + [ + "▁gas", + "tr" + ], + [ + "▁ga", + "str" + ], + [ + "▁g", + "astr" + ], + [ + "connect", + "ion" + ], + [ + "conn", + "ection" + ], + [ + "▁(7", + ")" + ], + [ + "▁(", + "7)" + ], + [ + "▁", + "(7)" + ], + [ + "▁Pra", + "ça" + ], + [ + "▁múltipla", + "s" + ], + [ + "▁múlti", + "plas" + ], + [ + "▁–", + "," + ], + [ + "▁pr", + "ático" + ], + [ + "▁bio", + "c" + ], + [ + "▁bi", + "oc" + ], + [ + "▁Trans", + "port" + ], + [ + "▁", + "Transport" + ], + [ + "▁fl", + "av" + ], + [ + "▁f", + "lav" + ], + [ + "▁Ci", + "c" + ], + [ + "▁C", + "ic" + ], + [ + "▁check", + "ed" + ], + [ + "▁chec", + "ked" + ], + [ + "▁", + "checked" + ], + [ + "▁tra", + "um" + ], + [ + "ly", + "mp" + ], + [ + "▁block", + "Dim" + ], + [ + "▁scient", + "ist" + ], + [ + "▁", + "Δ" + ], + [ + "quet", + "e" + ], + [ + "que", + "te" + ], + [ + "qu", + "ete" + ], + [ + "▁rect", + "angle" + ], + [ + "iev", + "e" + ], + [ + "ie", + "ve" + ], + [ + "▁reduz", + "ida" + ], + [ + "▁conve", + "y" + ], + [ + "▁conv", + "ey" + ], + [ + "▁con", + "vey" + ], + [ + "▁ital", + "iano" + ], + [ + "ak", + "i" + ], + [ + "a", + "ki" + ], + [ + "▁obt", + "ido" + ], + [ + "▁declara", + "ção" + ], + [ + "▁declar", + "ação" + ], + [ + "▁ac", + "ion" + ], + [ + "▁a", + "cion" + ], + [ + "▁", + "acion" + ], + [ + "▁website", + "s" + ], + [ + "▁webs", + "ites" + ], + [ + "▁web", + "sites" + ], + [ + "------", + "-" + ], + [ + "-----", + "--" + ], + [ + "----", + "---" + ], + [ + "---", + "----" + ], + [ + "--", + "-----" + ], + [ + "-", + "------" + ], + [ + "▁estad", + "uais" + ], + [ + "R", + "M" + ], + [ + "▁Ob", + "ama" + ], + [ + "▁ameaça", + "s" + ], + [ + "▁ameaç", + "as" + ], + [ + "▁amea", + "ças" + ], + [ + "eas", + "t" + ], + [ + "ea", + "st" + ], + [ + "e", + "ast" + ], + [ + "▁lend", + "o" + ], + [ + "▁len", + "do" + ], + [ + "▁l", + "endo" + ], + [ + "▁flow", + "er" + ], + [ + "▁flo", + "wer" + ], + [ + "▁fl", + "ower" + ], + [ + "▁f", + "lower" + ], + [ + "▁", + "flower" + ], + [ + "▁D", + "F" + ], + [ + "▁", + "DF" + ], + [ + "inent", + "e" + ], + [ + "in", + "ente" + ], + [ + "▁F", + "á" + ], + [ + "▁just", + "ify" + ], + [ + "▁out", + "line" + ], + [ + "▁variada", + "s" + ], + [ + "▁varia", + "das" + ], + [ + "▁vari", + "adas" + ], + [ + "▁var", + "iadas" + ], + [ + "▁MO", + "V" + ], + [ + "▁M", + "OV" + ], + [ + "ir", + "y" + ], + [ + "i", + "ry" + ], + [ + "▁triste", + "za" + ], + [ + "▁Tai", + "s" + ], + [ + "▁Ta", + "is" + ], + [ + "▁T", + "ais" + ], + [ + "▁Cl", + "ín" + ], + [ + "ist", + "ia" + ], + [ + "▁cloth", + "ing" + ], + [ + "▁clot", + "hing" + ], + [ + "▁cl", + "othing" + ], + [ + "▁Escritura", + "s" + ], + [ + "▁Escrit", + "uras" + ], + [ + "▁10", + ")" + ], + [ + "▁1", + "0)" + ], + [ + "▁", + "10)" + ], + [ + "▁produzida", + "s" + ], + [ + "▁produz", + "idas" + ], + [ + "▁Di", + "l" + ], + [ + "▁D", + "il" + ], + [ + "direct", + "ion" + ], + [ + "dire", + "ction" + ], + [ + "dir", + "ection" + ], + [ + "d", + "irection" + ], + [ + "▁Sé", + "r" + ], + [ + "▁S", + "ér" + ], + [ + "▁resto", + "re" + ], + [ + "▁rest", + "ore" + ], + [ + "▁re", + "store" + ], + [ + "▁vari", + "es" + ], + [ + "▁var", + "ies" + ], + [ + "▁va", + "ries" + ], + [ + "▁v", + "aries" + ], + [ + "whe", + "n" + ], + [ + "wh", + "en" + ], + [ + "w", + "hen" + ], + [ + "----", + "-" + ], + [ + "---", + "--" + ], + [ + "--", + "---" + ], + [ + "-", + "----" + ], + [ + "▁descon", + "t" + ], + [ + "▁desc", + "ont" + ], + [ + "▁des", + "cont" + ], + [ + "▁PT", + "R" + ], + [ + "▁P", + "TR" + ], + [ + "▁", + "PTR" + ], + [ + "▁Mond", + "ay" + ], + [ + "▁Mon", + "day" + ], + [ + "▁recol", + "h" + ], + [ + "▁irm", + "ã" + ], + [ + "▁Paul", + "ista" + ], + [ + "▁chi", + "p" + ], + [ + "▁ch", + "ip" + ], + [ + "▁c", + "hip" + ], + [ + "▁", + "chip" + ], + [ + "ivia", + "l" + ], + [ + "iv", + "ial" + ], + [ + "▁ano", + "t" + ], + [ + "▁an", + "ot" + ], + [ + "▁a", + "not" + ], + [ + "ól", + "io" + ], + [ + "ó", + "lio" + ], + [ + "▁varia", + "m" + ], + [ + "▁vari", + "am" + ], + [ + "▁var", + "iam" + ], + [ + "▁va", + "riam" + ], + [ + "▁v", + "ariam" + ], + [ + "K", + "ernel" + ], + [ + "▁compreend", + "e" + ], + [ + "▁compre", + "ende" + ], + [ + "▁S", + "W" + ], + [ + "▁", + "SW" + ], + [ + "▁represent", + "ante" + ], + [ + "▁estrada", + "s" + ], + [ + "▁estr", + "adas" + ], + [ + "▁est", + "radas" + ], + [ + "▁encourage", + "d" + ], + [ + "▁encourag", + "ed" + ], + [ + "▁enc", + "ouraged" + ], + [ + "▁&", + "=" + ], + [ + "▁CA", + "L" + ], + [ + "▁C", + "AL" + ], + [ + "▁", + "CAL" + ], + [ + "▁index", + "ed" + ], + [ + "▁$0", + "," + ], + [ + "▁$", + "0," + ], + [ + "▁License", + "d" + ], + [ + "▁Lic", + "ensed" + ], + [ + "▁vari", + "eties" + ], + [ + "▁abaste", + "cimento" + ], + [ + "▁ab", + "astecimento" + ], + [ + "▁Corp", + "o" + ], + [ + "▁Cor", + "po" + ], + [ + "pro", + "perties" + ], + [ + "▁gener", + "ic" + ], + [ + "▁gene", + "ric" + ], + [ + "▁gen", + "eric" + ], + [ + "▁", + "generic" + ], + [ + "▁dé", + "f" + ], + [ + "▁d", + "éf" + ], + [ + "Gener", + "ator" + ], + [ + "Gen", + "erator" + ], + [ + "▁reach", + "es" + ], + [ + "▁rea", + "ches" + ], + [ + "▁re", + "aches" + ], + [ + "/", + "9" + ], + [ + "No", + "w" + ], + [ + "N", + "ow" + ], + [ + "▁espir", + "ituais" + ], + [ + "mem", + "ory" + ], + [ + "▁Trata", + "mento" + ], + [ + "▁Trat", + "amento" + ], + [ + "he", + "x" + ], + [ + "h", + "ex" + ], + [ + "▁positiva", + "s" + ], + [ + "▁posit", + "ivas" + ], + [ + "▁pos", + "itivas" + ], + [ + "ann", + "a" + ], + [ + "an", + "na" + ], + [ + "69", + "," + ], + [ + "6", + "9," + ], + [ + "Cent", + "er" + ], + [ + "C", + "enter" + ], + [ + "▁sam", + "ba" + ], + [ + "▁s", + "amba" + ], + [ + "ab", + "c" + ], + [ + "a", + "bc" + ], + [ + "▁Indiv", + "idual" + ], + [ + ">", + "\\" + ], + [ + "▁Ass", + "is" + ], + [ + "▁As", + "sis" + ], + [ + "▁nomin", + "al" + ], + [ + "▁nom", + "inal" + ], + [ + "align", + "ed" + ], + [ + "al", + "igned" + ], + [ + "vol", + "ução" + ], + [ + "mar", + "gin" + ], + [ + "lish", + "er" + ], + [ + "lis", + "her" + ], + [ + "▁larg", + "ura" + ], + [ + "▁lar", + "gura" + ], + [ + "▁Ci", + "t" + ], + [ + "▁C", + "it" + ], + [ + "▁Tend", + "o" + ], + [ + "▁Ten", + "do" + ], + [ + "▁T", + "endo" + ], + [ + "▁adiant", + "e" + ], + [ + "▁adi", + "ante" + ], + [ + "▁ad", + "iante" + ], + [ + "▁cl", + "ip" + ], + [ + "▁c", + "lip" + ], + [ + "▁", + "clip" + ], + [ + "▁regular", + "es" + ], + [ + "▁regula", + "res" + ], + [ + "▁regul", + "ares" + ], + [ + "▁reg", + "ulares" + ], + [ + "▁", + "regulares" + ], + [ + "▁reún", + "e" + ], + [ + "▁re", + "úne" + ], + [ + "▁curv", + "a" + ], + [ + "▁cur", + "va" + ], + [ + "S", + "ql" + ], + [ + "sin", + "g" + ], + [ + "si", + "ng" + ], + [ + "s", + "ing" + ], + [ + "C", + "ert" + ], + [ + "Cont", + "ract" + ], + [ + "Con", + "tract" + ], + [ + "N", + "V" + ], + [ + "▁excess", + "ive" + ], + [ + "▁ê", + "x" + ], + [ + "▁fan", + "t" + ], + [ + "▁fa", + "nt" + ], + [ + "▁f", + "ant" + ], + [ + "▁larg", + "a" + ], + [ + "▁lar", + "ga" + ], + [ + "▁l", + "arga" + ], + [ + "▁distingu", + "ish" + ], + [ + "▁p", + "hosph" + ], + [ + "prim", + "a" + ], + [ + "pri", + "ma" + ], + [ + "pr", + "ima" + ], + [ + "▁der", + "mat" + ], + [ + "▁plástico", + "s" + ], + [ + "▁pl", + "ásticos" + ], + [ + "▁tecn", + "ológica" + ], + [ + "BF", + "F" + ], + [ + "B", + "FF" + ], + [ + "▁apresentar", + "am" + ], + [ + "▁apresenta", + "ram" + ], + [ + "▁apresent", + "aram" + ], + [ + "▁exist", + "ia" + ], + [ + "▁ex", + "istia" + ], + [ + "**", + "2" + ], + [ + "*", + "*2" + ], + [ + "▁arre", + "pend" + ], + [ + "▁INC", + "L" + ], + [ + "▁IN", + "CL" + ], + [ + "▁", + "INCL" + ], + [ + "▁ca", + "ught" + ], + [ + "▁Standard", + "s" + ], + [ + "▁Stand", + "ards" + ], + [ + "▁arch", + "ae" + ], + [ + "▁ar", + "chae" + ], + [ + "Mo", + "ck" + ], + [ + "M", + "ock" + ], + [ + "▁factor", + "y" + ], + [ + "▁facto", + "ry" + ], + [ + "▁fact", + "ory" + ], + [ + "▁f", + "actory" + ], + [ + "▁", + "factory" + ], + [ + "▁10,", + "000" + ], + [ + "▁1", + "0,000" + ], + [ + "▁conte", + "st" + ], + [ + "▁cont", + "est" + ], + [ + "▁con", + "test" + ], + [ + "api", + "ng" + ], + [ + "ap", + "ing" + ], + [ + "a", + "ping" + ], + [ + "▁Est", + "ou" + ], + [ + "▁So", + "ares" + ], + [ + "build", + "er" + ], + [ + "▁ciclo", + "s" + ], + [ + "▁cicl", + "os" + ], + [ + "▁cic", + "los" + ], + [ + "▁ci", + "clos" + ], + [ + "▁coast", + "al" + ], + [ + "▁resultant", + "e" + ], + [ + "▁result", + "ante" + ], + [ + "▁enc", + "h" + ], + [ + "▁en", + "ch" + ], + [ + "▁", + "ench" + ], + [ + "▁primo", + "rd" + ], + [ + "▁prim", + "ord" + ], + [ + "▁integra", + "r" + ], + [ + "▁integr", + "ar" + ], + [ + "▁integ", + "rar" + ], + [ + "ist", + "ão" + ], + [ + "▁crônica", + "s" + ], + [ + "▁cr", + "ônicas" + ], + [ + "▁pol", + "e" + ], + [ + "▁po", + "le" + ], + [ + "▁p", + "ole" + ], + [ + "▁", + "pole" + ], + [ + "og", + "ical" + ], + [ + "▁palestr", + "a" + ], + [ + "▁palest", + "ra" + ], + [ + "▁pale", + "stra" + ], + [ + "▁pal", + "estra" + ], + [ + "▁longa", + "s" + ], + [ + "▁long", + "as" + ], + [ + "▁lon", + "gas" + ], + [ + "▁leve", + "s" + ], + [ + "▁lev", + "es" + ], + [ + "▁le", + "ves" + ], + [ + "▁being", + "s" + ], + [ + "▁be", + "ings" + ], + [ + "▁acontece", + "m" + ], + [ + "▁acontec", + "em" + ], + [ + "▁aconte", + "cem" + ], + [ + "▁Sustent", + "ável" + ], + [ + "(", + "`" + ], + [ + "ma", + "d" + ], + [ + "m", + "ad" + ], + [ + "▁crítico", + "s" + ], + [ + "▁crí", + "ticos" + ], + [ + "▁cr", + "íticos" + ], + [ + "ocr", + "acia" + ], + [ + "oc", + "racia" + ], + [ + "Pro", + "xy" + ], + [ + "▁Train", + "ing" + ], + [ + "▁Tra", + "ining" + ], + [ + "▁Tr", + "aining" + ], + [ + "▁T", + "raining" + ], + [ + "▁", + "Training" + ], + [ + "▁có", + "r" + ], + [ + "▁c", + "ór" + ], + [ + "sh", + "a" + ], + [ + "s", + "ha" + ], + [ + "ico", + "de" + ], + [ + "ic", + "ode" + ], + [ + "i", + "code" + ], + [ + "▁past", + "a" + ], + [ + "▁pas", + "ta" + ], + [ + "▁pa", + "sta" + ], + [ + "▁p", + "asta" + ], + [ + "▁evol", + "u" + ], + [ + "ater", + "ais" + ], + [ + "ate", + "rais" + ], + [ + "at", + "erais" + ], + [ + "▁Le", + "s" + ], + [ + "▁L", + "es" + ], + [ + "act", + "ivity" + ], + [ + "▁Pi", + "c" + ], + [ + "▁P", + "ic" + ], + [ + "▁leg", + "ado" + ], + [ + "▁le", + "gado" + ], + [ + "▁proportion", + "al" + ], + [ + "▁proport", + "ional" + ], + [ + "▁til", + "e" + ], + [ + "▁ti", + "le" + ], + [ + "▁t", + "ile" + ], + [ + "▁", + "tile" + ], + [ + "cont", + "r" + ], + [ + "con", + "tr" + ], + [ + "▁Un", + "like" + ], + [ + "▁cogn", + "itivo" + ], + [ + "▁client", + "s" + ], + [ + "▁cl", + "ients" + ], + [ + "▁examine", + "d" + ], + [ + "▁examin", + "ed" + ], + [ + "▁exam", + "ined" + ], + [ + "▁inf", + "elizmente" + ], + [ + "▁lat", + "im" + ], + [ + "▁la", + "tim" + ], + [ + "▁concentration", + "s" + ], + [ + "▁concentr", + "ations" + ], + [ + "▁2019", + "." + ], + [ + "▁201", + "9." + ], + [ + "▁20", + "19." + ], + [ + "▁You", + "Tube" + ], + [ + "▁Act", + "ivity" + ], + [ + "▁", + "Activity" + ], + [ + "ous", + "o" + ], + [ + "ou", + "so" + ], + [ + "o", + "uso" + ], + [ + "▁Ind", + "ic" + ], + [ + "▁In", + "dic" + ], + [ + "▁", + "Indic" + ], + [ + "xo", + "s" + ], + [ + "x", + "os" + ], + [ + "Are", + "a" + ], + [ + "Ar", + "ea" + ], + [ + "A", + "rea" + ], + [ + "UB", + "LE" + ], + [ + "U", + "BLE" + ], + [ + "▁sup", + "r" + ], + [ + "▁su", + "pr" + ], + [ + "▁caf", + "e" + ], + [ + "▁ca", + "fe" + ], + [ + "▁c", + "afe" + ], + [ + "ycl", + "ing" + ], + [ + "yc", + "ling" + ], + [ + "▁al", + "um" + ], + [ + "▁a", + "lum" + ], + [ + "mo", + "z" + ], + [ + "m", + "oz" + ], + [ + "л", + "ь" + ], + [ + "▁posto", + "s" + ], + [ + "▁post", + "os" + ], + [ + "▁pos", + "tos" + ], + [ + "▁p", + "ostos" + ], + [ + "▁Terr", + "it" + ], + [ + "▁Ter", + "rit" + ], + [ + "▁(2", + "." + ], + [ + "▁(", + "2." + ], + [ + "▁thr", + "o" + ], + [ + "▁th", + "ro" + ], + [ + "tical", + "ly" + ], + [ + "tic", + "ally" + ], + [ + "t", + "ically" + ], + [ + "(:", + "," + ], + [ + "▁t", + "x" + ], + [ + "▁", + "tx" + ], + [ + "▁Create", + "d" + ], + [ + "▁Creat", + "ed" + ], + [ + "▁Cre", + "ated" + ], + [ + "▁", + "Created" + ], + [ + "/0", + "8" + ], + [ + "/", + "08" + ], + [ + "og", + "lob" + ], + [ + "o", + "glob" + ], + [ + "▁1990", + "," + ], + [ + "▁199", + "0," + ], + [ + "▁19", + "90," + ], + [ + "▁car", + "o" + ], + [ + "▁ca", + "ro" + ], + [ + "▁c", + "aro" + ], + [ + "▁li", + "d" + ], + [ + "▁l", + "id" + ], + [ + "▁essay", + "s" + ], + [ + "▁essa", + "ys" + ], + [ + "▁ess", + "ays" + ], + [ + "▁", + "essays" + ], + [ + "▁prom", + "essa" + ], + [ + "▁vizinho", + "s" + ], + [ + "▁vizinh", + "os" + ], + [ + "▁viz", + "inhos" + ], + [ + "ciple", + "s" + ], + [ + "cipl", + "es" + ], + [ + "cip", + "les" + ], + [ + "ci", + "ples" + ], + [ + "▁project", + "o" + ], + [ + "pro", + "t" + ], + [ + "pr", + "ot" + ], + [ + "p", + "rot" + ], + [ + "info", + "rm" + ], + [ + "inf", + "orm" + ], + [ + "in", + "form" + ], + [ + "▁Fed", + "er" + ], + [ + "▁Fe", + "der" + ], + [ + "▁F", + "eder" + ], + [ + "▁rota", + "ção" + ], + [ + "▁rot", + "ação" + ], + [ + "▁Viet", + "nam" + ], + [ + "▁hormônio", + "s" + ], + [ + "▁horm", + "ônios" + ], + [ + "”", + ":" + ], + [ + "xf", + "f" + ], + [ + "x", + "ff" + ], + [ + "▁equip", + "a" + ], + [ + "▁equ", + "ipa" + ], + [ + "▁ste", + "am" + ], + [ + "▁s", + "team" + ], + [ + "▁cool", + "ing" + ], + [ + "▁repl", + "ic" + ], + [ + "▁rep", + "lic" + ], + [ + "▁re", + "plic" + ], + [ + "▁dia", + "rr" + ], + [ + "▁di", + "arr" + ], + [ + "▁inter", + "f" + ], + [ + "▁inte", + "rf" + ], + [ + "▁log", + "ger" + ], + [ + "▁lo", + "gger" + ], + [ + "▁", + "logger" + ], + [ + "▁inte", + "ira" + ], + [ + "▁int", + "eira" + ], + [ + "▁in", + "teira" + ], + [ + "uu", + "m" + ], + [ + "u", + "um" + ], + [ + "▁VE", + "R" + ], + [ + "▁V", + "ER" + ], + [ + "▁", + "VER" + ], + [ + "▁share", + "s" + ], + [ + "▁shar", + "es" + ], + [ + "▁sha", + "res" + ], + [ + "▁sh", + "ares" + ], + [ + "▁s", + "hares" + ], + [ + "Pro", + "gress" + ], + [ + "▁Lu", + "la" + ], + [ + "▁L", + "ula" + ], + [ + "ade", + "l" + ], + [ + "ad", + "el" + ], + [ + "a", + "del" + ], + [ + "▁sl", + "ide" + ], + [ + "▁", + "slide" + ], + [ + "▁tom", + "ando" + ], + [ + "▁Exper", + "t" + ], + [ + "▁Exp", + "ert" + ], + [ + "▁Ex", + "pert" + ], + [ + "...", + "\"" + ], + [ + "..", + ".\"" + ], + [ + ".", + "..\"" + ], + [ + "Sa", + "l" + ], + [ + "S", + "al" + ], + [ + "▁perd", + "ão" + ], + [ + "▁", + "●" + ], + [ + "▁impresc", + "ind" + ], + [ + "▁epidem", + "i" + ], + [ + "▁ep", + "idemi" + ], + [ + "▁esg", + "ot" + ], + [ + "▁es", + "got" + ], + [ + "80", + "1" + ], + [ + "8", + "01" + ], + [ + "mo", + "r" + ], + [ + "m", + "or" + ], + [ + "▁suc", + "o" + ], + [ + "▁su", + "co" + ], + [ + "▁s", + "uco" + ], + [ + "▁gest", + "ação" + ], + [ + "▁g", + "estação" + ], + [ + "St", + "and" + ], + [ + "select", + "ed" + ], + [ + "sel", + "ected" + ], + [ + "se", + "lected" + ], + [ + "▁estimul", + "a" + ], + [ + "▁estim", + "ula" + ], + [ + "ui", + "ção" + ], + [ + "u", + "ição" + ], + [ + "▁está", + "vel" + ], + [ + "▁est", + "ável" + ], + [ + "tr", + "l" + ], + [ + "t", + "rl" + ], + [ + "▁UP", + "D" + ], + [ + "▁U", + "PD" + ], + [ + "phone", + "s" + ], + [ + "ph", + "ones" + ], + [ + "▁sp", + "her" + ], + [ + "▁s", + "pher" + ], + [ + "}$", + "." + ], + [ + "}", + "$." + ], + [ + "▁discrimin", + "ation" + ], + [ + "▁discrim", + "ination" + ], + [ + "▁Sw", + "ed" + ], + [ + "▁S", + "wed" + ], + [ + "▁grow", + "s" + ], + [ + "▁gro", + "ws" + ], + [ + "▁gr", + "ows" + ], + [ + "▁g", + "rows" + ], + [ + "▁bind", + "ing" + ], + [ + "▁bin", + "ding" + ], + [ + "▁b", + "inding" + ], + [ + "▁", + "binding" + ], + [ + "3", + "*" + ], + [ + "▁Sum", + "mary" + ], + [ + "▁", + "Summary" + ], + [ + "▁na", + "z" + ], + [ + "▁n", + "az" + ], + [ + "▁T", + "u" + ], + [ + "Time", + "r" + ], + [ + "Tim", + "er" + ], + [ + "T", + "imer" + ], + [ + "load", + "ed" + ], + [ + "lo", + "aded" + ], + [ + "▁Neg", + "ro" + ], + [ + "▁Ne", + "gro" + ], + [ + "ath", + "an" + ], + [ + "at", + "han" + ], + [ + "a", + "than" + ], + [ + "▁la", + "id" + ], + [ + "▁Home", + "work" + ], + [ + "als", + "o" + ], + [ + "al", + "so" + ], + [ + "▁subm", + "it" + ], + [ + "▁sub", + "mit" + ], + [ + "▁", + "submit" + ], + [ + "imeter", + "s" + ], + [ + "imet", + "ers" + ], + [ + "ime", + "ters" + ], + [ + "im", + "eters" + ], + [ + "C", + "V" + ], + [ + "▁arc", + "o" + ], + [ + "▁ar", + "co" + ], + [ + "▁cur", + "v" + ], + [ + "▁cu", + "rv" + ], + [ + "▁Ros", + "s" + ], + [ + "▁Ro", + "ss" + ], + [ + "▁R", + "oss" + ], + [ + "▁compute", + "d" + ], + [ + "▁comput", + "ed" + ], + [ + "▁comp", + "uted" + ], + [ + "▁troca", + "r" + ], + [ + "▁troc", + "ar" + ], + [ + "▁tro", + "car" + ], + [ + "▁tr", + "ocar" + ], + [ + "ixo", + "s" + ], + [ + "ix", + "os" + ], + [ + "i", + "xos" + ], + [ + "▁brilh", + "ante" + ], + [ + "▁cálculo", + "s" + ], + [ + "▁cál", + "culos" + ], + [ + "▁Jo", + "n" + ], + [ + "▁J", + "on" + ], + [ + "▁demo", + "r" + ], + [ + "▁dem", + "or" + ], + [ + "▁de", + "mor" + ], + [ + "▁d", + "emor" + ], + [ + "▁ax", + "es" + ], + [ + "▁a", + "xes" + ], + [ + "▁", + "axes" + ], + [ + "▁rad", + "icais" + ], + [ + "▁reflect", + "ion" + ], + [ + "▁refl", + "ection" + ], + [ + "▁ref", + "lection" + ], + [ + "▁chi", + "n" + ], + [ + "▁ch", + "in" + ], + [ + "▁c", + "hin" + ], + [ + "▁", + "chin" + ], + [ + "au", + "x" + ], + [ + "a", + "ux" + ], + [ + "▁prato", + "s" + ], + [ + "▁prat", + "os" + ], + [ + "▁pra", + "tos" + ], + [ + "▁pr", + "atos" + ], + [ + "á", + "vamos" + ], + [ + "▁produt", + "ivo" + ], + [ + "▁Math", + "s" + ], + [ + "▁Mat", + "hs" + ], + [ + "▁Ma", + "ths" + ], + [ + "▁M", + "aths" + ], + [ + "▁mat", + "plotlib" + ], + [ + "▁", + "matplotlib" + ], + [ + "▁empregado", + "s" + ], + [ + "▁emprega", + "dos" + ], + [ + "▁empreg", + "ados" + ], + [ + "▁empre", + "gados" + ], + [ + "▁BRAS", + "IL" + ], + [ + "▁haz", + "ard" + ], + [ + "-2", + "6" + ], + [ + "-", + "26" + ], + [ + "▁me", + "x" + ], + [ + "▁m", + "ex" + ], + [ + "Pre", + "d" + ], + [ + "Pr", + "ed" + ], + [ + "P", + "red" + ], + [ + "▁4.", + "0" + ], + [ + "▁4", + ".0" + ], + [ + "▁", + "4.0" + ], + [ + "▁Econom", + "ic" + ], + [ + "▁Econ", + "omic" + ], + [ + "▁Ec", + "onomic" + ], + [ + "▁farm", + "ing" + ], + [ + "▁far", + "ming" + ], + [ + "▁mam", + "m" + ], + [ + "▁ma", + "mm" + ], + [ + "▁gosta", + "r" + ], + [ + "▁gost", + "ar" + ], + [ + "▁gos", + "tar" + ], + [ + "▁go", + "star" + ], + [ + "▁OB", + "J" + ], + [ + "▁O", + "BJ" + ], + [ + "▁", + "OBJ" + ], + [ + "▁treat", + "ing" + ], + [ + "▁tre", + "ating" + ], + [ + "▁[1", + "," + ], + [ + "▁[", + "1," + ], + [ + "▁", + "[1," + ], + [ + "ódio", + "s" + ], + [ + "ód", + "ios" + ], + [ + "ó", + "dios" + ], + [ + "one", + "g" + ], + [ + "on", + "eg" + ], + [ + "o", + "neg" + ], + [ + "▁float", + "ing" + ], + [ + "▁flo", + "ating" + ], + [ + "▁f", + "loating" + ], + [ + "▁vi", + "b" + ], + [ + "▁v", + "ib" + ], + [ + "▁adm", + "ir" + ], + [ + "▁ad", + "mir" + ], + [ + "rop", + "ec" + ], + [ + "ro", + "pec" + ], + [ + "▁Cons", + "um" + ], + [ + "▁Con", + "sum" + ], + [ + "AS", + "H" + ], + [ + "A", + "SH" + ], + [ + "erta", + "ção" + ], + [ + "ert", + "ação" + ], + [ + "▁histórica", + "s" + ], + [ + "▁histór", + "icas" + ], + [ + "▁hist", + "óricas" + ], + [ + "▁nome", + "adamente" + ], + [ + "LO", + "NG" + ], + [ + "L", + "ONG" + ], + [ + "▁Pr", + "êmio" + ], + [ + "etical", + "ly" + ], + [ + "etic", + "ally" + ], + [ + "et", + "ically" + ], + [ + "e", + "tically" + ], + [ + "lock", + "s" + ], + [ + "loc", + "ks" + ], + [ + "l", + "ocks" + ], + [ + ";", + "\\" + ], + [ + "▁Quest", + "ão" + ], + [ + "▁Qu", + "estão" + ], + [ + "▁ingles", + "a" + ], + [ + "▁activ", + "ation" + ], + [ + "▁act", + "ivation" + ], + [ + "▁", + "activation" + ], + [ + "E", + "ach" + ], + [ + "aw", + "n" + ], + [ + "a", + "wn" + ], + [ + "▁da", + "va" + ], + [ + "▁d", + "ava" + ], + [ + "▁x", + "ml" + ], + [ + "▁", + "xml" + ], + [ + "▁cou", + "t" + ], + [ + "▁co", + "ut" + ], + [ + "▁c", + "out" + ], + [ + "▁", + "cout" + ], + [ + "▁Que", + "en" + ], + [ + "▁Qu", + "een" + ], + [ + "▁CONT", + "IN" + ], + [ + "▁disput", + "a" + ], + [ + "▁disp", + "uta" + ], + [ + "▁aborda", + "gens" + ], + [ + "▁abord", + "agens" + ], + [ + "ug", + "a" + ], + [ + "u", + "ga" + ], + [ + "▁n", + "s" + ], + [ + "▁", + "ns" + ], + [ + "trac", + "e" + ], + [ + "tra", + "ce" + ], + [ + "tr", + "ace" + ], + [ + "t", + "race" + ], + [ + "ven", + "ida" + ], + [ + "▁sea", + "t" + ], + [ + "▁se", + "at" + ], + [ + "▁", + "seat" + ], + [ + "▁rus", + "s" + ], + [ + "▁ru", + "ss" + ], + [ + "▁r", + "uss" + ], + [ + "▁slide", + "s" + ], + [ + "▁sl", + "ides" + ], + [ + "▁l", + "ê" + ], + [ + "▁ósse", + "a" + ], + [ + "▁near", + "est" + ], + [ + "▁Vol", + "t" + ], + [ + "▁Vo", + "lt" + ], + [ + "▁org", + "ânico" + ], + [ + "▁Belo", + "w" + ], + [ + "▁Bel", + "ow" + ], + [ + "▁Be", + "low" + ], + [ + "J", + "O" + ], + [ + "GE", + "N" + ], + [ + "G", + "EN" + ], + [ + "▁Sto", + "p" + ], + [ + "▁St", + "op" + ], + [ + "▁S", + "top" + ], + [ + "▁", + "Stop" + ], + [ + "▁desf", + "r" + ], + [ + "▁des", + "fr" + ], + [ + "qu", + "ant" + ], + [ + "▁ag", + "l" + ], + [ + "▁a", + "gl" + ], + [ + "▁afirma", + "m" + ], + [ + "▁afirm", + "am" + ], + [ + "Comp", + "lete" + ], + [ + "Com", + "plete" + ], + [ + "1", + "\\" + ], + [ + "▁cho", + "osing" + ], + [ + "▁participar", + "am" + ], + [ + "▁participa", + "ram" + ], + [ + "▁particip", + "aram" + ], + [ + "▁Conce", + "pt" + ], + [ + "▁Con", + "cept" + ], + [ + "[0]", + ";" + ], + [ + "[0", + "];" + ], + [ + "<", + "=" + ], + [ + "to", + "String" + ], + [ + "▁demand", + "s" + ], + [ + "▁dem", + "ands" + ], + [ + "▁Pe", + "ar" + ], + [ + "▁P", + "ear" + ], + [ + "▁migr", + "ation" + ], + [ + "▁mig", + "ration" + ], + [ + "▁m", + "igration" + ], + [ + "▁session", + "s" + ], + [ + "▁sess", + "ions" + ], + [ + "▁s", + "essions" + ], + [ + "▁informa", + "r" + ], + [ + "▁inform", + "ar" + ], + [ + "▁pará", + "g" + ], + [ + "▁par", + "ág" + ], + [ + "▁Pos", + "ition" + ], + [ + "▁", + "Position" + ], + [ + "▁Im", + "m" + ], + [ + "▁I", + "mm" + ], + [ + "le", + "q" + ], + [ + "l", + "eq" + ], + [ + "▁sla", + "ve" + ], + [ + "▁sl", + "ave" + ], + [ + "▁ramo", + "s" + ], + [ + "▁ram", + "os" + ], + [ + "▁ra", + "mos" + ], + [ + "▁r", + "amos" + ], + [ + "▁", + "ramos" + ], + [ + "▁scale", + "s" + ], + [ + "▁scal", + "es" + ], + [ + "▁sc", + "ales" + ], + [ + "00", + "3" + ], + [ + "0", + "03" + ], + [ + "▁membran", + "a" + ], + [ + "▁memb", + "rana" + ], + [ + "ug", + "o" + ], + [ + "u", + "go" + ], + [ + "▁shar", + "p" + ], + [ + "▁sha", + "rp" + ], + [ + "▁s", + "harp" + ], + [ + "S", + "u" + ], + [ + "▁flex", + "ibilidade" + ], + [ + "▁repl", + "y" + ], + [ + "▁rep", + "ly" + ], + [ + "▁re", + "ply" + ], + [ + "▁", + "reply" + ], + [ + "▁to", + "que" + ], + [ + "▁t", + "oque" + ], + [ + "▁sugere", + "m" + ], + [ + "▁suger", + "em" + ], + [ + "▁gir", + "l" + ], + [ + "▁gi", + "rl" + ], + [ + "▁g", + "irl" + ], + [ + "▁televis", + "ion" + ], + [ + "▁tele", + "vision" + ], + [ + "▁orden", + "s" + ], + [ + "▁ord", + "ens" + ], + [ + "▁or", + "dens" + ], + [ + "▁s", + "aneamento" + ], + [ + "ema", + "n" + ], + [ + "em", + "an" + ], + [ + "e", + "man" + ], + [ + "hi", + "r" + ], + [ + "h", + "ir" + ], + [ + "▁descendente", + "s" + ], + [ + "▁descend", + "entes" + ], + [ + "▁desc", + "endentes" + ], + [ + "▁pr", + "êmio" + ], + [ + "▁il", + "legal" + ], + [ + "▁", + "σ" + ], + [ + "blo", + "b" + ], + [ + "bl", + "ob" + ], + [ + "b", + "lob" + ], + [ + "▁accurate", + "ly" + ], + [ + "▁accur", + "ately" + ], + [ + "▁36", + "0" + ], + [ + "▁3", + "60" + ], + [ + "▁", + "360" + ], + [ + "▁objetiv", + "a" + ], + [ + "▁objet", + "iva" + ], + [ + "wa", + "s" + ], + [ + "w", + "as" + ], + [ + "▁when", + "ever" + ], + [ + "▁COM", + "O" + ], + [ + "▁CO", + "MO" + ], + [ + "▁retr", + "o" + ], + [ + "▁ret", + "ro" + ], + [ + "▁re", + "tro" + ], + [ + "▁could", + "n" + ], + [ + "▁Decre", + "to" + ], + [ + "▁Dec", + "reto" + ], + [ + "▁r", + "s" + ], + [ + "▁", + "rs" + ], + [ + "Trans", + "action" + ], + [ + "(4", + "," + ], + [ + "(", + "4," + ], + [ + "▁Mi", + "t" + ], + [ + "▁M", + "it" + ], + [ + "íde", + "o" + ], + [ + "íd", + "eo" + ], + [ + "Dia", + "gnos" + ], + [ + "▁fio", + "s" + ], + [ + "▁fi", + "os" + ], + [ + "▁f", + "ios" + ], + [ + "▁sav", + "ing" + ], + [ + "▁sa", + "ving" + ], + [ + "▁s", + "aving" + ], + [ + "▁ofic", + "ina" + ], + [ + "▁of", + "icina" + ], + [ + "acia", + "is" + ], + [ + "aci", + "ais" + ], + [ + "ac", + "iais" + ], + [ + "a", + "ciais" + ], + [ + "▁bol", + "d" + ], + [ + "▁bo", + "ld" + ], + [ + "▁b", + "old" + ], + [ + "▁", + "bold" + ], + [ + "▁Glob", + "o" + ], + [ + "▁Gl", + "obo" + ], + [ + "▁Mend", + "es" + ], + [ + "▁Men", + "des" + ], + [ + "lu", + "a" + ], + [ + "l", + "ua" + ], + [ + "▁rein", + "for" + ], + [ + "change", + "d" + ], + [ + "chan", + "ged" + ], + [ + "ch", + "anged" + ], + [ + "▁psic", + "ológico" + ], + [ + "▁Kin", + "d" + ], + [ + "▁Ki", + "nd" + ], + [ + "▁K", + "ind" + ], + [ + "▁", + "Kind" + ], + [ + "▁Marg", + "ar" + ], + [ + "▁Mar", + "gar" + ], + [ + "▁accom", + "mod" + ], + [ + "▁do", + "ação" + ], + [ + ".", + "]" + ], + [ + "ju", + "m" + ], + [ + "j", + "um" + ], + [ + "▁Toda", + "via" + ], + [ + "▁Tod", + "avia" + ], + [ + "▁historia", + "dor" + ], + [ + "▁histori", + "ador" + ], + [ + "▁conv", + "ic" + ], + [ + "▁con", + "vic" + ], + [ + "▁hipótese", + "s" + ], + [ + "▁hipó", + "teses" + ], + [ + "▁Pi", + "er" + ], + [ + "▁P", + "ier" + ], + [ + "02", + "*" + ], + [ + "0", + "2*" + ], + [ + "▁planet", + "s" + ], + [ + "▁plane", + "ts" + ], + [ + "▁plan", + "ets" + ], + [ + "▁publica", + "ções" + ], + [ + "▁public", + "ações" + ], + [ + "▁publ", + "icações" + ], + [ + "asse", + "z" + ], + [ + "ass", + "ez" + ], + [ + "▁quot", + "e" + ], + [ + "▁quo", + "te" + ], + [ + "▁qu", + "ote" + ], + [ + "▁", + "quote" + ], + [ + "▁Parameter", + "s" + ], + [ + "▁Param", + "eters" + ], + [ + "▁", + "Parameters" + ], + [ + "▁TA", + "G" + ], + [ + "▁T", + "AG" + ], + [ + "▁", + "TAG" + ], + [ + "▁alde", + "ia" + ], + [ + "▁al", + "deia" + ], + [ + "▁AL", + "L" + ], + [ + "▁A", + "LL" + ], + [ + "▁", + "ALL" + ], + [ + "mi", + "l" + ], + [ + "m", + "il" + ], + [ + "▁enca", + "nt" + ], + [ + "▁enc", + "ant" + ], + [ + "▁rec", + "ur" + ], + [ + "▁re", + "cur" + ], + [ + "▁decrease", + "s" + ], + [ + "▁decre", + "ases" + ], + [ + "▁$", + "4" + ], + [ + "ivo", + "t" + ], + [ + "iv", + "ot" + ], + [ + "▁irrig", + "ação" + ], + [ + "▁Original", + "ly" + ], + [ + "▁Origin", + "ally" + ], + [ + "▁screen", + "ing" + ], + [ + "▁scre", + "ening" + ], + [ + "▁gener", + "ating" + ], + [ + "▁gene", + "rating" + ], + [ + "▁Ira", + "n" + ], + [ + "▁Ir", + "an" + ], + [ + "▁I", + "ran" + ], + [ + "iv", + "ities" + ], + [ + "▁frequ", + "encies" + ], + [ + "encion", + "ais" + ], + [ + "enci", + "onais" + ], + [ + "enc", + "ionais" + ], + [ + "en", + "cionais" + ], + [ + "▁F", + "C" + ], + [ + "▁", + "FC" + ], + [ + "das", + "h" + ], + [ + "da", + "sh" + ], + [ + "d", + "ash" + ], + [ + "▁dan", + "ç" + ], + [ + "▁d", + "anç" + ], + [ + "▁Már", + "io" + ], + [ + "▁Má", + "rio" + ], + [ + "▁M", + "ário" + ], + [ + "▁prat", + "a" + ], + [ + "▁pra", + "ta" + ], + [ + "▁pr", + "ata" + ], + [ + "ingo", + "s" + ], + [ + "ing", + "os" + ], + [ + "in", + "gos" + ], + [ + "▁aprim", + "or" + ], + [ + "▁rem", + "et" + ], + [ + "▁re", + "met" + ], + [ + "-2.", + "0" + ], + [ + "-2", + ".0" + ], + [ + "-", + "2.0" + ], + [ + "S", + "a" + ], + [ + "th", + "rough" + ], + [ + "Syn", + "tax" + ], + [ + "▁bot", + "t" + ], + [ + "▁bo", + "tt" + ], + [ + "▁b", + "ott" + ], + [ + "▁elabor", + "ar" + ], + [ + "scr", + "een" + ], + [ + "s", + "creen" + ], + [ + "000", + ")" + ], + [ + "00", + "0)" + ], + [ + "0", + "00)" + ], + [ + "▁centr", + "ais" + ], + [ + "▁cent", + "rais" + ], + [ + "work", + "s" + ], + [ + "we", + "ek" + ], + [ + "opat", + "h" + ], + [ + "opa", + "th" + ], + [ + "op", + "ath" + ], + [ + "o", + "path" + ], + [ + "▁Bra", + "in" + ], + [ + "▁Br", + "ain" + ], + [ + "▁B", + "rain" + ], + [ + "▁Ad", + "ult" + ], + [ + "ôm", + "ico" + ], + [ + "ô", + "mico" + ], + [ + "4", + "*" + ], + [ + "▁o", + "t" + ], + [ + "▁", + "ot" + ], + [ + "▁Aliment", + "os" + ], + [ + "▁Al", + "imentos" + ], + [ + "▁to", + "u" + ], + [ + "▁t", + "ou" + ], + [ + "▁innov", + "ation" + ], + [ + "uru", + "s" + ], + [ + "ur", + "us" + ], + [ + "u", + "rus" + ], + [ + "▁35", + "0" + ], + [ + "▁3", + "50" + ], + [ + "▁", + "350" + ], + [ + "anh", + "ão" + ], + [ + "an", + "hão" + ], + [ + "▁breed", + "ing" + ], + [ + "▁bre", + "eding" + ], + [ + "Pres", + "s" + ], + [ + "Pre", + "ss" + ], + [ + "Pr", + "ess" + ], + [ + "P", + "ress" + ], + [ + "▁Fest", + "ival" + ], + [ + "is", + "cipl" + ], + [ + "▁reduz", + "ido" + ], + [ + "gle", + "s" + ], + [ + "gl", + "es" + ], + [ + "g", + "les" + ], + [ + "▁cal", + "endário" + ], + [ + "▁conven", + "ient" + ], + [ + "past", + "e" + ], + [ + "pas", + "te" + ], + [ + "pa", + "ste" + ], + [ + "p", + "aste" + ], + [ + "▁ra", + "iva" + ], + [ + "isc", + "o" + ], + [ + "is", + "co" + ], + [ + "çam", + "b" + ], + [ + "ça", + "mb" + ], + [ + "ç", + "amb" + ], + [ + "U", + "X" + ], + [ + "▁consume", + "d" + ], + [ + "▁consum", + "ed" + ], + [ + "▁puzz", + "le" + ], + [ + "▁pu", + "zzle" + ], + [ + "▁memória", + "s" + ], + [ + "▁mem", + "órias" + ], + [ + "tle", + "s" + ], + [ + "tl", + "es" + ], + [ + "t", + "les" + ], + [ + "▁reach", + "ing" + ], + [ + "▁rea", + "ching" + ], + [ + "▁re", + "aching" + ], + [ + "▁Pro", + "of" + ], + [ + "▁ped", + "iu" + ], + [ + "н", + "е" + ], + [ + "▁mont", + "agem" + ], + [ + "▁embar", + "c" + ], + [ + "▁emb", + "arc" + ], + [ + "▁geomet", + "ric" + ], + [ + "▁geom", + "etric" + ], + [ + "▁geo", + "metric" + ], + [ + "▁ge", + "ometric" + ], + [ + "gi", + "co" + ], + [ + "g", + "ico" + ], + [ + "▁resto", + "s" + ], + [ + "▁rest", + "os" + ], + [ + "▁res", + "tos" + ], + [ + "W", + "ide" + ], + [ + "▁desem", + "b" + ], + [ + "▁dese", + "mb" + ], + [ + "▁des", + "emb" + ], + [ + "60", + "," + ], + [ + "6", + "0," + ], + [ + "▁Expl", + "or" + ], + [ + "▁Exp", + "lor" + ], + [ + "▁Ex", + "plor" + ], + [ + "▁Frei", + "re" + ], + [ + "▁Fre", + "ire" + ], + [ + "▁Pr", + "ó" + ], + [ + "▁P", + "ró" + ], + [ + "▁abr", + "iu" + ], + [ + "▁ab", + "riu" + ], + [ + ")\"", + "," + ], + [ + ")", + "\"," + ], + [ + "▁inspire", + "d" + ], + [ + "▁inspir", + "ed" + ], + [ + "▁insp", + "ired" + ], + [ + "ish", + "op" + ], + [ + "is", + "hop" + ], + [ + "i", + "shop" + ], + [ + "▁horário", + "s" + ], + [ + "▁hor", + "ários" + ], + [ + "▁dim", + "in" + ], + [ + "▁di", + "min" + ], + [ + "▁pd", + "f" + ], + [ + "▁p", + "df" + ], + [ + "▁", + "pdf" + ], + [ + "ir", + "i" + ], + [ + "i", + "ri" + ], + [ + "▁enter", + "ing" + ], + [ + "▁ente", + "ring" + ], + [ + "▁ent", + "ering" + ], + [ + "▁ór", + "b" + ], + [ + "▁ó", + "rb" + ], + [ + "▁Mo", + "l" + ], + [ + "▁M", + "ol" + ], + [ + "▁bel", + "o" + ], + [ + "▁be", + "lo" + ], + [ + "▁b", + "elo" + ], + [ + "▁Die", + "t" + ], + [ + "▁Di", + "et" + ], + [ + "▁D", + "iet" + ], + [ + "▁Comp", + "et" + ], + [ + "▁Com", + "pet" + ], + [ + "An", + "im" + ], + [ + "▁argu", + "e" + ], + [ + "▁arg", + "ue" + ], + [ + "▁ar", + "gue" + ], + [ + "00", + "8" + ], + [ + "0", + "08" + ], + [ + "▁atmos", + "f" + ], + [ + "hei", + "ra" + ], + [ + "he", + "ira" + ], + [ + "h", + "eira" + ], + [ + "Result", + "s" + ], + [ + "▁over", + "come" + ], + [ + "▁Wi", + "de" + ], + [ + "▁W", + "ide" + ], + [ + "▁", + "Wide" + ], + [ + "ographic", + "al" + ], + [ + "ograph", + "ical" + ], + [ + "▁'", + "-" + ], + [ + "▁", + "'-" + ], + [ + "▁Prote", + "ção" + ], + [ + "▁11", + "7" + ], + [ + "▁1", + "17" + ], + [ + "▁", + "117" + ], + [ + "▁int", + "uit" + ], + [ + "▁cabelo", + "s" + ], + [ + "▁cabel", + "os" + ], + [ + "▁cabe", + "los" + ], + [ + "▁cab", + "elos" + ], + [ + "▁heav", + "ily" + ], + [ + "we", + "d" + ], + [ + "w", + "ed" + ], + [ + "(:,", + ":" + ], + [ + "(:", + ",:" + ], + [ + "▁driver", + "s" + ], + [ + "▁drive", + "rs" + ], + [ + "▁dr", + "ivers" + ], + [ + ":", + "5" + ], + [ + "-2", + "9" + ], + [ + "-", + "29" + ], + [ + "6", + "%" + ], + [ + "▁0.0000", + "0000" + ], + [ + "▁0.000", + "00000" + ], + [ + "▁0.00", + "000000" + ], + [ + "▁0.0", + "0000000" + ], + [ + "▁0.", + "00000000" + ], + [ + "▁", + "0.00000000" + ], + [ + "▁liter", + "ária" + ], + [ + "S", + "creen" + ], + [ + "apeut", + "a" + ], + [ + "ape", + "uta" + ], + [ + "▁refe", + "ição" + ], + [ + "▁des", + "v" + ], + [ + "▁de", + "sv" + ], + [ + "IC", + "S" + ], + [ + "I", + "CS" + ], + [ + "▁pu", + "x" + ], + [ + "▁p", + "ux" + ], + [ + "▁'202", + "1-" + ], + [ + "▁'", + "2021-" + ], + [ + "▁Labor", + "atory" + ], + [ + "▁car", + "inho" + ], + [ + "▁ca", + "rinho" + ], + [ + "▁parad", + "ig" + ], + [ + "▁para", + "dig" + ], + [ + "▁pros", + "pect" + ], + [ + "▁pro", + "spect" + ], + [ + "▁pr", + "ospect" + ], + [ + "▁rec", + "i" + ], + [ + "▁re", + "ci" + ], + [ + "▁r", + "eci" + ], + [ + "▁portador", + "es" + ], + [ + "▁port", + "adores" + ], + [ + "▁pesquisador", + "a" + ], + [ + "▁pesquis", + "adora" + ], + [ + "Mu", + "lt" + ], + [ + "M", + "ult" + ], + [ + "▁$", + "3" + ], + [ + "▁", + "$3" + ], + [ + "▁in", + "n" + ], + [ + "▁i", + "nn" + ], + [ + "▁", + "inn" + ], + [ + "▁interpreta", + "r" + ], + [ + "▁interpret", + "ar" + ], + [ + "▁interpre", + "tar" + ], + [ + "▁discrim", + "in" + ], + [ + "▁disc", + "rimin" + ], + [ + "ig", + "ência" + ], + [ + "foo", + "t" + ], + [ + "fo", + "ot" + ], + [ + "f", + "oot" + ], + [ + "la", + "y" + ], + [ + "l", + "ay" + ], + [ + "▁informa", + "l" + ], + [ + "▁inform", + "al" + ], + [ + "▁inf", + "ormal" + ], + [ + "02", + "0" + ], + [ + "0", + "20" + ], + [ + "▁-", + "0" + ], + [ + "▁", + "-0" + ], + [ + "▁fa", + "ço" + ], + [ + "▁f", + "aço" + ], + [ + "▁faz", + "enda" + ], + [ + "▁t", + "á" + ], + [ + "▁For", + "d" + ], + [ + "▁Fo", + "rd" + ], + [ + "▁F", + "ord" + ], + [ + "▁'", + "$" + ], + [ + "▁1,", + "000" + ], + [ + "▁formado", + "s" + ], + [ + "▁forma", + "dos" + ], + [ + "▁form", + "ados" + ], + [ + "▁192", + "0" + ], + [ + "▁19", + "20" + ], + [ + "Sec", + "ond" + ], + [ + "Se", + "cond" + ], + [ + "S", + "econd" + ], + [ + "▁fal", + "t" + ], + [ + "▁fa", + "lt" + ], + [ + "▁f", + "alt" + ], + [ + "CAL", + "L" + ], + [ + "CA", + "LL" + ], + [ + "C", + "ALL" + ], + [ + "▁nov", + "idade" + ], + [ + "▁assumption", + "s" + ], + [ + "▁assum", + "ptions" + ], + [ + "cont", + "act" + ], + [ + "con", + "tact" + ], + [ + "▁Thir", + "d" + ], + [ + "▁Th", + "ird" + ], + [ + "▁ERR", + "OR" + ], + [ + "▁", + "ERROR" + ], + [ + "pos", + "ing" + ], + [ + "po", + "sing" + ], + [ + "p", + "osing" + ], + [ + "▁cir", + "urg" + ], + [ + "▁ran", + "d" + ], + [ + "▁ra", + "nd" + ], + [ + "▁r", + "and" + ], + [ + "▁", + "rand" + ], + [ + "(1", + "5" + ], + [ + "(", + "15" + ], + [ + "▁denomina", + "da" + ], + [ + "▁denomin", + "ada" + ], + [ + "▁denom", + "inada" + ], + [ + "▁Go", + "l" + ], + [ + "▁G", + "ol" + ], + [ + "▁derivado", + "s" + ], + [ + "▁deriva", + "dos" + ], + [ + "▁deriv", + "ados" + ], + [ + "▁acess", + "ibilidade" + ], + [ + "▁museu", + "m" + ], + [ + "▁muse", + "um" + ], + [ + "▁Albert", + "o" + ], + [ + "▁Alb", + "erto" + ], + [ + "▁Al", + "berto" + ], + [ + "▁2001", + "." + ], + [ + "▁200", + "1." + ], + [ + "▁20", + "01." + ], + [ + "fal", + "l" + ], + [ + "fa", + "ll" + ], + [ + "f", + "all" + ], + [ + "▁Fal", + "l" + ], + [ + "▁Fa", + "ll" + ], + [ + "▁F", + "all" + ], + [ + "▁Comp", + "iler" + ], + [ + "▁", + "Compiler" + ], + [ + "▁alg", + "odão" + ], + [ + "▁conf", + "usão" + ], + [ + "▁pros", + "se" + ], + [ + "▁pr", + "osse" + ], + [ + "▁Th", + "ink" + ], + [ + "▁Image", + "m" + ], + [ + "▁Imag", + "em" + ], + [ + "▁Im", + "agem" + ], + [ + "▁I", + "magem" + ], + [ + "▁form", + "ing" + ], + [ + "▁for", + "ming" + ], + [ + "▁face", + "d" + ], + [ + "▁fac", + "ed" + ], + [ + "▁fa", + "ced" + ], + [ + "▁f", + "aced" + ], + [ + "▁Be", + "ing" + ], + [ + "▁B", + "eing" + ], + [ + "▁dis", + "aster" + ], + [ + "edor", + "es" + ], + [ + "edo", + "res" + ], + [ + "ed", + "ores" + ], + [ + "▁nasc", + "ido" + ], + [ + "▁nas", + "cido" + ], + [ + "▁", + "nascido" + ], + [ + "Pa", + "ir" + ], + [ + "P", + "air" + ], + [ + "▁qui", + "z" + ], + [ + "▁qu", + "iz" + ], + [ + "▁sc", + "al" + ], + [ + "▁s", + "cal" + ], + [ + "▁", + "scal" + ], + [ + "pi", + "s" + ], + [ + "p", + "is" + ], + [ + "▁break", + "s" + ], + [ + "▁bre", + "aks" + ], + [ + "▁", + "breaks" + ], + [ + "▁odd", + "s" + ], + [ + "▁od", + "ds" + ], + [ + "ua", + "n" + ], + [ + "u", + "an" + ], + [ + "▁oscil", + "l" + ], + [ + "▁os", + "cill" + ], + [ + "▁indire", + "ct" + ], + [ + "▁ind", + "irect" + ], + [ + "▁in", + "direct" + ], + [ + "▁gen", + "ético" + ], + [ + "la", + "n" + ], + [ + "l", + "an" + ], + [ + "▁[0", + "," + ], + [ + "▁[", + "0," + ], + [ + "▁", + "[0," + ], + [ + "▁over", + "w" + ], + [ + "▁Tab", + "ela" + ], + [ + "▁T", + "abela" + ], + [ + "▁ger", + "enciamento" + ], + [ + "Run", + "time" + ], + [ + "R", + "untime" + ], + [ + "▁1.", + "4" + ], + [ + "▁1", + ".4" + ], + [ + "▁", + "1.4" + ], + [ + "▁Biol", + "ogia" + ], + [ + "▁Bi", + "ologia" + ], + [ + "▁B", + "iologia" + ], + [ + "▁curve", + "s" + ], + [ + "▁curv", + "es" + ], + [ + "▁cur", + "ves" + ], + [ + "detail", + "s" + ], + [ + "det", + "ails" + ], + [ + "d", + "etails" + ], + [ + "▁Con", + "ference" + ], + [ + "▁eletr", + "ônico" + ], + [ + "▁artes", + "an" + ], + [ + "▁arte", + "san" + ], + [ + "▁Sin", + "t" + ], + [ + "▁Si", + "nt" + ], + [ + "▁S", + "int" + ], + [ + "▁At", + "ividade" + ], + [ + "sa", + "fe" + ], + [ + "s", + "afe" + ], + [ + "error", + "s" + ], + [ + "err", + "ors" + ], + [ + "er", + "rors" + ], + [ + "▁Cha", + "m" + ], + [ + "▁Ch", + "am" + ], + [ + "▁C", + "ham" + ], + [ + "▁A", + "í" + ], + [ + "Sh", + "are" + ], + [ + "▁Fund", + "o" + ], + [ + "▁Fun", + "do" + ], + [ + "▁F", + "undo" + ], + [ + "atab", + "le" + ], + [ + "ata", + "ble" + ], + [ + "at", + "able" + ], + [ + "a", + "table" + ], + [ + "EST", + "AMP" + ], + [ + "/0", + "7" + ], + [ + "/", + "07" + ], + [ + "▁disrup", + "t" + ], + [ + "▁dis", + "rupt" + ], + [ + "▁inter", + "pol" + ], + [ + "nic", + "o" + ], + [ + "ni", + "co" + ], + [ + "n", + "ico" + ], + [ + "▁lb", + "s" + ], + [ + "▁l", + "bs" + ], + [ + "▁aper", + "t" + ], + [ + "▁ape", + "rt" + ], + [ + "▁ap", + "ert" + ], + [ + "▁a", + "pert" + ], + [ + "com", + "fort" + ], + [ + "▁Des", + "se" + ], + [ + "▁D", + "esse" + ], + [ + "▁coloc", + "ou" + ], + [ + "▁colo", + "cou" + ], + [ + "▁col", + "ocou" + ], + [ + "int", + "h" + ], + [ + "in", + "th" + ], + [ + "i", + "nth" + ], + [ + "TAR", + "GET" + ], + [ + "──", + "──" + ], + [ + "▁own", + "ed" + ], + [ + "▁ow", + "ned" + ], + [ + "▁", + "owned" + ], + [ + "▁dy", + "s" + ], + [ + "▁d", + "ys" + ], + [ + "▁til", + "l" + ], + [ + "▁ti", + "ll" + ], + [ + "▁t", + "ill" + ], + [ + "▁libera", + "ção" + ], + [ + "▁liber", + "ação" + ], + [ + "▁lib", + "eração" + ], + [ + "▁officer", + "s" + ], + [ + "▁office", + "rs" + ], + [ + "▁offic", + "ers" + ], + [ + "▁relat", + "a" + ], + [ + "▁rel", + "ata" + ], + [ + "m", + "x" + ], + [ + "▁fra", + "que" + ], + [ + "▁fr", + "aque" + ], + [ + "▁poema", + "s" + ], + [ + "▁poem", + "as" + ], + [ + "▁po", + "emas" + ], + [ + "calc", + "ul" + ], + [ + "cal", + "cul" + ], + [ + "()", + "]" + ], + [ + "(", + ")]" + ], + [ + "▁viol", + "ent" + ], + [ + "20", + "." + ], + [ + "2", + "0." + ], + [ + "▁assass", + "in" + ], + [ + "▁doce", + "s" + ], + [ + "▁doc", + "es" + ], + [ + "▁do", + "ces" + ], + [ + "▁d", + "oces" + ], + [ + "▁daqui", + "lo" + ], + [ + "▁daqu", + "ilo" + ], + [ + "-2", + "." + ], + [ + "-", + "2." + ], + [ + "▁drop", + "ped" + ], + [ + "▁dro", + "pped" + ], + [ + "▁H", + "S" + ], + [ + "▁", + "HS" + ], + [ + "▁Prevent", + "ion" + ], + [ + "▁Prev", + "ention" + ], + [ + "▁Pre", + "vention" + ], + [ + "▁fest", + "ival" + ], + [ + "TH", + "ER" + ], + [ + "T", + "HER" + ], + [ + ";", + "<" + ], + [ + "▁gast", + "o" + ], + [ + "▁gas", + "to" + ], + [ + "▁ga", + "sto" + ], + [ + "Lo", + "op" + ], + [ + "▁over", + "r" + ], + [ + "▁ov", + "err" + ], + [ + "/0", + "2" + ], + [ + "/", + "02" + ], + [ + "▁Al", + "f" + ], + [ + "▁A", + "lf" + ], + [ + "▁ac", + "úmulo" + ], + [ + "▁erva", + "s" + ], + [ + "▁erv", + "as" + ], + [ + "▁er", + "vas" + ], + [ + "▁impuls", + "o" + ], + [ + "▁impul", + "so" + ], + [ + "ec", + "o" + ], + [ + "e", + "co" + ], + [ + "urea", + "u" + ], + [ + "ure", + "au" + ], + [ + "▁pet", + "s" + ], + [ + "▁pe", + "ts" + ], + [ + "▁p", + "ets" + ], + [ + "▁(1", + "7" + ], + [ + "▁(", + "17" + ], + [ + "▁", + "(17" + ], + [ + "▁alias", + "ed" + ], + [ + "▁ali", + "ased" + ], + [ + "▁possibil", + "ities" + ], + [ + "▁poss", + "ibilities" + ], + [ + "▁estran", + "ho" + ], + [ + "▁estr", + "anho" + ], + [ + "junt", + "o" + ], + [ + "jun", + "to" + ], + [ + "j", + "unto" + ], + [ + "▁educ", + "ar" + ], + [ + "▁ed", + "ucar" + ], + [ + "▁tent", + "e" + ], + [ + "▁ten", + "te" + ], + [ + "▁t", + "ente" + ], + [ + "Al", + "ias" + ], + [ + ":8", + "080" + ], + [ + ":", + "8080" + ], + [ + "▁Apo", + "st" + ], + [ + "▁Ap", + "ost" + ], + [ + "▁A", + "post" + ], + [ + "▁h", + "o" + ], + [ + "▁", + "ho" + ], + [ + "▁form", + "ul" + ], + [ + "▁for", + "mul" + ], + [ + "address", + "es" + ], + [ + "addr", + "esses" + ], + [ + "▁Sov", + "i" + ], + [ + "▁So", + "vi" + ], + [ + "▁S", + "ovi" + ], + [ + "▁rest", + "rições" + ], + [ + "▁ab", + "ilities" + ], + [ + "▁", + "abilities" + ], + [ + "▁intersect", + "ion" + ], + [ + "▁inter", + "section" + ], + [ + "icio", + "us" + ], + [ + "ici", + "ous" + ], + [ + "ic", + "ious" + ], + [ + "inc", + "o" + ], + [ + "in", + "co" + ], + [ + "▁vas", + "cular" + ], + [ + "pero", + "r" + ], + [ + "per", + "or" + ], + [ + "pe", + "ror" + ], + [ + "▁fornece", + "m" + ], + [ + "▁forne", + "cem" + ], + [ + "▁forn", + "ecem" + ], + [ + "▁Deb", + "ug" + ], + [ + "▁De", + "bug" + ], + [ + "▁", + "Debug" + ], + [ + "▁indica", + "ting" + ], + [ + "▁indic", + "ating" + ], + [ + "B", + "r" + ], + [ + "com", + "b" + ], + [ + "co", + "mb" + ], + [ + "c", + "omb" + ], + [ + "clus", + "ion" + ], + [ + "cl", + "usion" + ], + [ + "▁ri", + "ns" + ], + [ + "▁r", + "ins" + ], + [ + "▁att", + "ach" + ], + [ + "▁", + "attach" + ], + [ + "777", + "7" + ], + [ + "77", + "77" + ], + [ + "7", + "777" + ], + [ + "bo", + "ur" + ], + [ + "b", + "our" + ], + [ + "▁undef", + "ined" + ], + [ + "▁un", + "defined" + ], + [ + "▁", + "undefined" + ], + [ + "▁v", + "a" + ], + [ + "▁", + "va" + ], + [ + "▁((", + "(" + ], + [ + "▁(", + "((" + ], + [ + "▁", + "(((" + ], + [ + "▁acredit", + "o" + ], + [ + "▁acred", + "ito" + ], + [ + "▁acre", + "dito" + ], + [ + "▁than", + "k" + ], + [ + "▁th", + "ank" + ], + [ + "▁pou", + "nd" + ], + [ + "▁po", + "und" + ], + [ + "▁p", + "ound" + ], + [ + "LET", + "E" + ], + [ + "LE", + "TE" + ], + [ + "br", + "ief" + ], + [ + "b", + "rief" + ], + [ + "▁At", + "enção" + ], + [ + "▁A", + "tenção" + ], + [ + "▁Tor", + "n" + ], + [ + "▁To", + "rn" + ], + [ + "▁T", + "orn" + ], + [ + "▁alpha", + "b" + ], + [ + "▁al", + "phab" + ], + [ + "▁cho", + "se" + ], + [ + "▁ch", + "ose" + ], + [ + "▁aproxima", + "ção" + ], + [ + "▁aproxim", + "ação" + ], + [ + "▁exce", + "d" + ], + [ + "▁exc", + "ed" + ], + [ + "▁ex", + "ced" + ], + [ + "▁invas", + "ão" + ], + [ + "13", + "0" + ], + [ + "1", + "30" + ], + [ + "▁na", + "o" + ], + [ + "▁n", + "ao" + ], + [ + "▁dum", + "p" + ], + [ + "▁du", + "mp" + ], + [ + "▁d", + "ump" + ], + [ + "▁", + "dump" + ], + [ + "EG", + "IN" + ], + [ + "▁\"\"", + ")" + ], + [ + "▁\"", + "\")" + ], + [ + "roz", + "en" + ], + [ + "ro", + "zen" + ], + [ + "▁Dom", + "in" + ], + [ + "▁Do", + "min" + ], + [ + "▁D", + "omin" + ], + [ + "▁199", + "8" + ], + [ + "▁19", + "98" + ], + [ + "▁1", + "998" + ], + [ + "▁N", + "úmer" + ], + [ + "▁ali", + "ança" + ], + [ + "▁al", + "iança" + ], + [ + "▁bande", + "ira" + ], + [ + "▁band", + "eira" + ], + [ + "▁Pen", + "t" + ], + [ + "▁Pe", + "nt" + ], + [ + "▁P", + "ent" + ], + [ + "ce", + "p" + ], + [ + "c", + "ep" + ], + [ + "ra", + "qu" + ], + [ + "r", + "aqu" + ], + [ + "Sp", + "lit" + ], + [ + "S", + "plit" + ], + [ + "▁confer", + "ence" + ], + [ + "▁con", + "ference" + ], + [ + "▁Livro", + "s" + ], + [ + "▁Liv", + "ros" + ], + [ + "▁control", + "ler" + ], + [ + "▁contro", + "ller" + ], + [ + "▁", + "controller" + ], + [ + "▁che", + "st" + ], + [ + "▁ch", + "est" + ], + [ + "0)", + "." + ], + [ + "0", + ")." + ], + [ + "▁pian", + "o" + ], + [ + "▁pia", + "no" + ], + [ + "▁pi", + "ano" + ], + [ + "▁p", + "iano" + ], + [ + "▁spr", + "ay" + ], + [ + "▁sp", + "ray" + ], + [ + "mer", + "ge" + ], + [ + "m", + "erge" + ], + [ + "trans", + "fer" + ], + [ + "▁Co", + "ast" + ], + [ + "▁acompanha", + "do" + ], + [ + "▁acompanh", + "ado" + ], + [ + "▁acompan", + "hado" + ], + [ + "▁cir", + "úrg" + ], + [ + "▁an", + "ivers" + ], + [ + "▁vers", + "ões" + ], + [ + "Le", + "t" + ], + [ + "L", + "et" + ], + [ + "▁Á", + "l" + ], + [ + "▁Teach", + "ing" + ], + [ + "▁Te", + "aching" + ], + [ + "l", + "p" + ], + [ + "AC", + "C" + ], + [ + "A", + "CC" + ], + [ + "▁earli", + "est" + ], + [ + "▁17", + "9" + ], + [ + "▁1", + "79" + ], + [ + "▁", + "179" + ], + [ + "▁model", + "ing" + ], + [ + "▁mode", + "ling" + ], + [ + "▁mod", + "eling" + ], + [ + "vi", + "d" + ], + [ + "v", + "id" + ], + [ + "▁digest", + "ão" + ], + [ + "▁dig", + "estão" + ], + [ + "▁di", + "gestão" + ], + [ + "dist", + "ance" + ], + [ + "▁sou", + "l" + ], + [ + "▁so", + "ul" + ], + [ + "▁s", + "oul" + ], + [ + "▁desv", + "ant" + ], + [ + "▁des", + "vant" + ], + [ + "▁af", + "ect" + ], + [ + "▁a", + "fect" + ], + [ + "▁class", + "ified" + ], + [ + "P", + "s" + ], + [ + "▁send", + "er" + ], + [ + "▁sen", + "der" + ], + [ + "▁s", + "ender" + ], + [ + "▁", + "sender" + ], + [ + "▁conclude", + "d" + ], + [ + "▁conclu", + "ded" + ], + [ + "▁concl", + "uded" + ], + [ + "rict", + "s" + ], + [ + "ric", + "ts" + ], + [ + "AR", + "E" + ], + [ + "A", + "RE" + ], + [ + "▁ass", + "ust" + ], + [ + "de", + "d" + ], + [ + "d", + "ed" + ], + [ + "Ra", + "w" + ], + [ + "R", + "aw" + ], + [ + "▁Pode", + "m" + ], + [ + "▁Pod", + "em" + ], + [ + "▁Po", + "dem" + ], + [ + ")/", + "9" + ], + [ + ")", + "/9" + ], + [ + "▁tecnológico", + "s" + ], + [ + "▁tecn", + "ológicos" + ], + [ + "▁sensor", + "s" + ], + [ + "▁senso", + "rs" + ], + [ + "▁sens", + "ors" + ], + [ + "▁fund", + "ada" + ], + [ + "▁co", + "ef" + ], + [ + "▁", + "coef" + ], + [ + "▁Instal", + "l" + ], + [ + "▁Inst", + "all" + ], + [ + "▁", + "Install" + ], + [ + "▁frances", + "es" + ], + [ + "▁franc", + "eses" + ], + [ + "▁conclus", + "ões" + ], + [ + "▁concl", + "usões" + ], + [ + "▁br", + "ut" + ], + [ + "▁b", + "rut" + ], + [ + "▁dev", + "i" + ], + [ + "▁de", + "vi" + ], + [ + "ack", + "s" + ], + [ + "ac", + "ks" + ], + [ + "▁preconceito", + "s" + ], + [ + "▁preconce", + "itos" + ], + [ + "▁gl", + "ând" + ], + [ + "da", + "m" + ], + [ + "d", + "am" + ], + [ + "ucle", + "ar" + ], + [ + "u", + "clear" + ], + [ + "▁activ", + "idade" + ], + [ + "▁act", + "ividade" + ], + [ + "▁adicion", + "al" + ], + [ + "▁adi", + "cional" + ], + [ + "▁ad", + "icional" + ], + [ + "iment", + "a" + ], + [ + "imen", + "ta" + ], + [ + "im", + "enta" + ], + [ + "▁Han", + "s" + ], + [ + "▁Ha", + "ns" + ], + [ + "▁H", + "ans" + ], + [ + "▁Dif", + "f" + ], + [ + "▁Di", + "ff" + ], + [ + "▁D", + "iff" + ], + [ + "▁", + "Diff" + ], + [ + "▁Ten", + "ho" + ], + [ + "▁T", + "enho" + ], + [ + "Table", + "s" + ], + [ + "Tab", + "les" + ], + [ + "T", + "ables" + ], + [ + "▁club", + "e" + ], + [ + "▁cl", + "ube" + ], + [ + "fl", + "at" + ], + [ + "f", + "lat" + ], + [ + "▁seca", + "s" + ], + [ + "▁sec", + "as" + ], + [ + "▁se", + "cas" + ], + [ + "▁s", + "ecas" + ], + [ + "▁ec", + "o" + ], + [ + "▁e", + "co" + ], + [ + "▁", + "eco" + ], + [ + "▁Georg", + "ia" + ], + [ + "Im", + "g" + ], + [ + "I", + "mg" + ], + [ + "igu", + "idade" + ], + [ + "ig", + "uidade" + ], + [ + "▁pur", + "o" + ], + [ + "▁pu", + "ro" + ], + [ + "▁p", + "uro" + ], + [ + "Pl", + "ugin" + ], + [ + "▁bom", + "b" + ], + [ + "▁bo", + "mb" + ], + [ + "▁b", + "omb" + ], + [ + "N", + "d" + ], + [ + ";\"", + ">" + ], + [ + ";", + "\">" + ], + [ + "ita", + "va" + ], + [ + "it", + "ava" + ], + [ + "▁T", + "A" + ], + [ + "▁", + "TA" + ], + [ + "▁dut", + "y" + ], + [ + "▁du", + "ty" + ], + [ + "▁Angel", + "es" + ], + [ + "▁Ang", + "eles" + ], + [ + "adoria", + "s" + ], + [ + "ador", + "ias" + ], + [ + "ado", + "rias" + ], + [ + "ad", + "orias" + ], + [ + "sy", + "m" + ], + [ + "s", + "ym" + ], + [ + ".", + "6" + ], + [ + "▁slave", + "ry" + ], + [ + "▁sla", + "very" + ], + [ + "▁s", + "lavery" + ], + [ + "▁Andre", + "w" + ], + [ + "▁Andr", + "ew" + ], + [ + "▁And", + "rew" + ], + [ + "▁Escola", + "r" + ], + [ + "▁Escol", + "ar" + ], + [ + "▁Esc", + "olar" + ], + [ + "▁sobrev", + "iv" + ], + [ + "▁sobre", + "viv" + ], + [ + "▁entrevista", + "s" + ], + [ + "▁entrevist", + "as" + ], + [ + "▁entrev", + "istas" + ], + [ + "▁dynamic", + "s" + ], + [ + "▁dynam", + "ics" + ], + [ + "▁d", + "ynamics" + ], + [ + "▁Protect", + "ion" + ], + [ + "▁Prote", + "ction" + ], + [ + "▁Prot", + "ection" + ], + [ + "▁remain", + "der" + ], + [ + "▁rema", + "inder" + ], + [ + "▁Ad", + "o" + ], + [ + "▁A", + "do" + ], + [ + "ea", + "ch" + ], + [ + "e", + "ach" + ], + [ + "▁ros", + "e" + ], + [ + "▁ro", + "se" + ], + [ + "▁r", + "ose" + ], + [ + "▁", + "rose" + ], + [ + "▁Av", + "oid" + ], + [ + "▁A", + "void" + ], + [ + "▁crom", + "oss" + ], + [ + "▁interna", + "s" + ], + [ + "▁intern", + "as" + ], + [ + "▁inter", + "nas" + ], + [ + "ato", + "m" + ], + [ + "at", + "om" + ], + [ + "a", + "tom" + ], + [ + "▁seguro", + "s" + ], + [ + "▁segur", + "os" + ], + [ + "▁segu", + "ros" + ], + [ + "▁seg", + "uros" + ], + [ + "▁acquire", + "d" + ], + [ + "▁acqu", + "ired" + ], + [ + "▁ac", + "quired" + ], + [ + "▁far", + "inha" + ], + [ + "8", + "%" + ], + [ + "▁1000", + "0" + ], + [ + "▁100", + "00" + ], + [ + "▁10", + "000" + ], + [ + "▁1", + "0000" + ], + [ + "▁", + "10000" + ], + [ + "▁#", + "1" + ], + [ + "▁", + "#1" + ], + [ + "▁emp", + "atia" + ], + [ + "▁em", + "patia" + ], + [ + "TERN", + "AL" + ], + [ + "bi", + "rd" + ], + [ + "b", + "ird" + ], + [ + "Vis", + "ual" + ], + [ + "ell", + "s" + ], + [ + "el", + "ls" + ], + [ + "S", + "ample" + ], + [ + "▁different", + "ly" + ], + [ + "▁differ", + "ently" + ], + [ + "Des", + "ign" + ], + [ + "De", + "sign" + ], + [ + "add", + "itional" + ], + [ + "ad", + "ditional" + ], + [ + "▁inter", + "cept" + ], + [ + "▁", + "intercept" + ], + [ + "y", + "o" + ], + [ + "▁class", + "ic" + ], + [ + "▁pens", + "e" + ], + [ + "▁pen", + "se" + ], + [ + "▁p", + "ense" + ], + [ + "▁Te", + "ixeira" + ], + [ + "DE", + "C" + ], + [ + "D", + "EC" + ], + [ + "▁eleva", + "ção" + ], + [ + "▁elev", + "ação" + ], + [ + "▁ele", + "vação" + ], + [ + "▁visto", + "s" + ], + [ + "▁vis", + "tos" + ], + [ + "▁v", + "istos" + ], + [ + "▁bond", + "s" + ], + [ + "▁bon", + "ds" + ], + [ + "▁b", + "onds" + ], + [ + "ropic", + "al" + ], + [ + "rop", + "ical" + ], + [ + "▁XX", + "I" + ], + [ + "▁Estr", + "atég" + ], + [ + "izer", + "s" + ], + [ + "ize", + "rs" + ], + [ + "iz", + "ers" + ], + [ + "presa", + "s" + ], + [ + "pres", + "as" + ], + [ + "pr", + "esas" + ], + [ + "▁stri", + "p" + ], + [ + "▁str", + "ip" + ], + [ + "▁st", + "rip" + ], + [ + "▁", + "strip" + ], + [ + "child", + "ren" + ], + [ + "▁90", + "0" + ], + [ + "▁9", + "00" + ], + [ + "▁", + "900" + ], + [ + "▁preso", + "s" + ], + [ + "▁pres", + "os" + ], + [ + "▁pre", + "sos" + ], + [ + "ob", + "i" + ], + [ + "o", + "bi" + ], + [ + "▁Mo", + "unt" + ], + [ + "▁M", + "ount" + ], + [ + "▁educ", + "ativo" + ], + [ + "TR", + "I" + ], + [ + "T", + "RI" + ], + [ + "iss", + "a" + ], + [ + "is", + "sa" + ], + [ + "▁Roman", + "o" + ], + [ + "▁Roma", + "no" + ], + [ + "▁Rom", + "ano" + ], + [ + "▁Ro", + "mano" + ], + [ + "ESC", + "O" + ], + [ + "ES", + "CO" + ], + [ + "▁div", + "ino" + ], + [ + "▁minim", + "ize" + ], + [ + "own", + "ed" + ], + [ + "ow", + "ned" + ], + [ + "▁miseric", + "órdia" + ], + [ + "▁mis", + "ericórdia" + ], + [ + "oute", + "r" + ], + [ + "out", + "er" + ], + [ + "ou", + "ter" + ], + [ + "o", + "uter" + ], + [ + "▁proveniente", + "s" + ], + [ + "▁proven", + "ientes" + ], + [ + "▁Ad", + "ri" + ], + [ + "▁precise", + "ly" + ], + [ + "▁precis", + "ely" + ], + [ + "▁trad", + "ing" + ], + [ + "▁tra", + "ding" + ], + [ + "▁tr", + "ading" + ], + [ + "...", + "”" + ], + [ + "..", + ".”" + ], + [ + "Sequ", + "ence" + ], + [ + "Se", + "quence" + ], + [ + "[", + "4" + ], + [ + "bl", + "ank" + ], + [ + "Ef", + "fect" + ], + [ + "E", + "ffect" + ], + [ + "prop", + "s" + ], + [ + "pro", + "ps" + ], + [ + "pr", + "ops" + ], + [ + "▁tea", + "t" + ], + [ + "▁te", + "at" + ], + [ + "▁island", + "s" + ], + [ + "▁isl", + "ands" + ], + [ + "▁is", + "lands" + ], + [ + "▁modalidade", + "s" + ], + [ + "▁modal", + "idades" + ], + [ + "▁Ter", + "ce" + ], + [ + "▁desl", + "ig" + ], + [ + "▁des", + "lig" + ], + [ + "ATO", + "R" + ], + [ + "AT", + "OR" + ], + [ + "▁prom", + "inent" + ], + [ + "ona", + "to" + ], + [ + "on", + "ato" + ], + [ + "require", + "d" + ], + [ + "re", + "quired" + ], + [ + "▁Ins", + "ert" + ], + [ + "▁", + "Insert" + ], + [ + "▁pensa", + "m" + ], + [ + "▁pens", + "am" + ], + [ + "▁pen", + "sam" + ], + [ + "▁sil", + "enci" + ], + [ + "▁mur", + "der" + ], + [ + "▁Reg", + "ion" + ], + [ + "▁", + "Region" + ], + [ + "▁yield", + "s" + ], + [ + "15", + "9" + ], + [ + "1", + "59" + ], + [ + "▁notice", + "d" + ], + [ + "▁not", + "iced" + ], + [ + "▁cap", + "abilities" + ], + [ + "▁provider", + "s" + ], + [ + "▁provide", + "rs" + ], + [ + "▁provid", + "ers" + ], + [ + "▁prov", + "iders" + ], + [ + "▁Lew", + "is" + ], + [ + "▁liter", + "acy" + ], + [ + "▁feliz", + "es" + ], + [ + "▁fel", + "izes" + ], + [ + "▁mídia", + "s" + ], + [ + "▁míd", + "ias" + ], + [ + "▁PO", + "L" + ], + [ + "▁P", + "OL" + ], + [ + "▁", + "POL" + ], + [ + "▁diretor", + "a" + ], + [ + "▁direto", + "ra" + ], + [ + "▁diret", + "ora" + ], + [ + ":1", + "0" + ], + [ + ":", + "10" + ], + [ + "elf", + "are" + ], + [ + "el", + "fare" + ], + [ + "▁flex", + "ible" + ], + [ + "▁A", + "F" + ], + [ + "▁", + "AF" + ], + [ + "vide", + "o" + ], + [ + "vid", + "eo" + ], + [ + "v", + "ideo" + ], + [ + "▁quin", + "t" + ], + [ + "▁qui", + "nt" + ], + [ + "▁qu", + "int" + ], + [ + "▁q", + "uint" + ], + [ + "Bu", + "s" + ], + [ + "B", + "us" + ], + [ + "...", + "," + ], + [ + "..", + ".," + ], + [ + "▁[0", + "]," + ], + [ + "▁", + "[0]," + ], + [ + "▁Mo", + "m" + ], + [ + "▁M", + "om" + ], + [ + "▁liga", + "ções" + ], + [ + "▁lig", + "ações" + ], + [ + "ta", + "n" + ], + [ + "t", + "an" + ], + [ + "Pat", + "tern" + ], + [ + "▁secret", + "ário" + ], + [ + "á", + "mos" + ], + [ + "('", + "/" + ], + [ + "(", + "'/" + ], + [ + "76", + "," + ], + [ + "7", + "6," + ], + [ + "▁TH", + "IS" + ], + [ + "▁40", + "," + ], + [ + "▁4", + "0," + ], + [ + "▁", + "40," + ], + [ + "▁tr", + "onco" + ], + [ + "▁", + "tronco" + ], + [ + "▁bat", + "teries" + ], + [ + "▁transfer", + "red" + ], + [ + "▁trans", + "ferred" + ], + [ + "▁22", + "0" + ], + [ + "▁2", + "20" + ], + [ + "▁", + "220" + ], + [ + "itch", + "es" + ], + [ + "it", + "ches" + ], + [ + "▁Cav", + "al" + ], + [ + "▁Ca", + "val" + ], + [ + "▁C", + "aval" + ], + [ + "▁block", + "Idx" + ], + [ + "▁", + "blockIdx" + ], + [ + "▁antioxidante", + "s" + ], + [ + "▁antioxidant", + "es" + ], + [ + "▁antioxid", + "antes" + ], + [ + "▁15", + "%" + ], + [ + "▁1", + "5%" + ], + [ + "▁a", + "vailability" + ], + [ + "arta", + "r" + ], + [ + "art", + "ar" + ], + [ + "ar", + "tar" + ], + [ + "▁y", + "y" + ], + [ + "▁", + "yy" + ], + [ + "▁car", + "idade" + ], + [ + "▁reconhec", + "ida" + ], + [ + "▁reconhe", + "cida" + ], + [ + "▁I", + "X" + ], + [ + "▁", + "IX" + ], + [ + "▁m", + "t" + ], + [ + "▁", + "mt" + ], + [ + "TIM", + "E" + ], + [ + "TI", + "ME" + ], + [ + "T", + "IME" + ], + [ + "▁SA", + "NT" + ], + [ + "▁S", + "ANT" + ], + [ + "▁regula", + "tion" + ], + [ + "▁regul", + "ation" + ], + [ + "▁reg", + "ulation" + ], + [ + "▁sign", + "ature" + ], + [ + "▁sig", + "nature" + ], + [ + "▁", + "signature" + ], + [ + "ext", + "ra" + ], + [ + "ex", + "tra" + ], + [ + "▁Ne", + "ar" + ], + [ + "▁N", + "ear" + ], + [ + "▁integr", + "idade" + ], + [ + "▁remove", + "r" + ], + [ + "▁remov", + "er" + ], + [ + "▁remo", + "ver" + ], + [ + "▁rem", + "over" + ], + [ + "▁imun", + "idade" + ], + [ + "▁im", + "unidade" + ], + [ + "▁propos", + "to" + ], + [ + "▁prop", + "osto" + ], + [ + "▁pro", + "posto" + ], + [ + "▁age", + "d" + ], + [ + "▁ag", + "ed" + ], + [ + "▁a", + "ged" + ], + [ + "▁", + "aged" + ], + [ + "▁evolve", + "d" + ], + [ + "▁evolv", + "ed" + ], + [ + "▁evol", + "ved" + ], + [ + "de", + "z" + ], + [ + "d", + "ez" + ], + [ + "▁estud", + "iosos" + ], + [ + "▁1)", + ")" + ], + [ + "▁1", + "))" + ], + [ + "▁", + "1))" + ], + [ + "▁quím", + "ico" + ], + [ + "eri", + "es" + ], + [ + "er", + "ies" + ], + [ + "e", + "ries" + ], + [ + "▁syn", + "tax" + ], + [ + "CU", + "DA" + ], + [ + "▁Do", + "g" + ], + [ + "▁D", + "og" + ], + [ + "▁", + "φ" + ], + [ + "ecem", + "os" + ], + [ + "ece", + "mos" + ], + [ + "ec", + "emos" + ], + [ + "bra", + "is" + ], + [ + "br", + "ais" + ], + [ + "b", + "rais" + ], + [ + "órica", + "s" + ], + [ + "ór", + "icas" + ], + [ + "▁correspond", + "ente" + ], + [ + "pi", + "o" + ], + [ + "p", + "io" + ], + [ + "wh", + "o" + ], + [ + "w", + "ho" + ], + [ + "201", + "9" + ], + [ + "20", + "19" + ], + [ + "2", + "019" + ], + [ + "▁tentativa", + "s" + ], + [ + "▁tent", + "ativas" + ], + [ + "nat", + "ural" + ], + [ + "n", + "atural" + ], + [ + "▁contin", + "g" + ], + [ + "▁cont", + "ing" + ], + [ + "▁con", + "ting" + ], + [ + "=", + "3" + ], + [ + "▁pixel", + "s" + ], + [ + "▁p", + "ixels" + ], + [ + "▁empr", + "ést" + ], + [ + "▁sess", + "ões" + ], + [ + "02", + "5" + ], + [ + "0", + "25" + ], + [ + "G", + "N" + ], + [ + "oc", + "y" + ], + [ + "o", + "cy" + ], + [ + "▁Ne", + "uro" + ], + [ + "▁pre", + "lim" + ], + [ + "▁pr", + "elim" + ], + [ + "▁pan", + "ic" + ], + [ + "▁pa", + "nic" + ], + [ + "▁p", + "anic" + ], + [ + "▁", + "panic" + ], + [ + "▁contrast", + "e" + ], + [ + "▁contra", + "ste" + ], + [ + "▁contr", + "aste" + ], + [ + "▁pi", + "s" + ], + [ + "▁p", + "is" + ], + [ + "▁", + "pis" + ], + [ + "X", + "Y" + ], + [ + "IST", + "A" + ], + [ + "IS", + "TA" + ], + [ + "I", + "STA" + ], + [ + "▁inc", + "is" + ], + [ + "▁in", + "cis" + ], + [ + "▁conselho", + "s" + ], + [ + "▁consel", + "hos" + ], + [ + "▁cons", + "elhos" + ], + [ + "▁voc", + "al" + ], + [ + "▁vo", + "cal" + ], + [ + "▁v", + "ocal" + ], + [ + "▁amino", + "á" + ], + [ + "▁torna", + "do" + ], + [ + "▁torn", + "ado" + ], + [ + "U", + "V" + ], + [ + "▁seg", + "redo" + ], + [ + "▁bairro", + "s" + ], + [ + "▁bair", + "ros" + ], + [ + "rab", + "e" + ], + [ + "ra", + "be" + ], + [ + "r", + "abe" + ], + [ + "▁bound", + "s" + ], + [ + "▁b", + "ounds" + ], + [ + "▁", + "bounds" + ], + [ + "▁discret", + "e" + ], + [ + "▁discre", + "te" + ], + [ + "▁dis", + "crete" + ], + [ + "▁cho", + "r" + ], + [ + "▁ch", + "or" + ], + [ + "▁c", + "hor" + ], + [ + "▁", + "chor" + ], + [ + "E", + "W" + ], + [ + "▁fish", + "ing" + ], + [ + "▁fis", + "hing" + ], + [ + "▁f", + "ishing" + ], + [ + "▁O", + "lymp" + ], + [ + "▁resulta", + "r" + ], + [ + "▁result", + "ar" + ], + [ + "Qu", + "al" + ], + [ + "Q", + "ual" + ], + [ + "itar", + "ian" + ], + [ + "ita", + "rian" + ], + [ + "it", + "arian" + ], + [ + "▁he", + "s" + ], + [ + "▁h", + "es" + ], + [ + "▁", + "hes" + ], + [ + "▁complet", + "ion" + ], + [ + "▁comple", + "tion" + ], + [ + "▁com", + "pletion" + ], + [ + "(\"", + "/" + ], + [ + "(", + "\"/" + ], + [ + "m", + "k" + ], + [ + "IR", + "O" + ], + [ + "I", + "RO" + ], + [ + "▁AI", + "DS" + ], + [ + "▁A", + "IDS" + ], + [ + "▁", + "AIDS" + ], + [ + "▁deb", + "r" + ], + [ + "▁de", + "br" + ], + [ + "Log", + "ger" + ], + [ + "Lo", + "gger" + ], + [ + "ino", + "is" + ], + [ + "in", + "ois" + ], + [ + "▁representa", + "do" + ], + [ + "▁represent", + "ado" + ], + [ + "erra", + "do" + ], + [ + "err", + "ado" + ], + [ + "er", + "rado" + ], + [ + "▁subt", + "er" + ], + [ + "▁sub", + "ter" + ], + [ + "▁Cho", + "ose" + ], + [ + "▁mús", + "culo" + ], + [ + "▁remédio", + "s" + ], + [ + "▁rem", + "édios" + ], + [ + "▁cylind", + "er" + ], + [ + "▁cyl", + "inder" + ], + [ + "parse", + "r" + ], + [ + "pars", + "er" + ], + [ + "par", + "ser" + ], + [ + "▁lit", + "oral" + ], + [ + "▁l", + "itoral" + ], + [ + "▁Bel", + "ém" + ], + [ + "▁conquista", + "r" + ], + [ + "▁conquist", + "ar" + ], + [ + "▁11", + "6" + ], + [ + "▁1", + "16" + ], + [ + "▁", + "116" + ], + [ + "▁qui", + "n" + ], + [ + "▁qu", + "in" + ], + [ + "▁", + "quin" + ], + [ + "SO", + "URCE" + ], + [ + "▁Reserve", + "d" + ], + [ + "▁Reserv", + "ed" + ], + [ + "▁Res", + "erved" + ], + [ + "Ins", + "ert" + ], + [ + "▁Penn", + "syl" + ], + [ + "▁percept", + "ion" + ], + [ + "▁perce", + "ption" + ], + [ + "▁per", + "ception" + ], + [ + "or", + "b" + ], + [ + "o", + "rb" + ], + [ + "▁Sa", + "v" + ], + [ + "▁S", + "av" + ], + [ + "▁prejudica", + "r" + ], + [ + "▁prejudic", + "ar" + ], + [ + "▁prejud", + "icar" + ], + [ + "▁Er", + "n" + ], + [ + "▁E", + "rn" + ], + [ + "▁Fa", + "ir" + ], + [ + "▁F", + "air" + ], + [ + "Se", + "e" + ], + [ + "S", + "ee" + ], + [ + "resource", + "s" + ], + [ + "res", + "ources" + ], + [ + "re", + "sources" + ], + [ + "ç", + "u" + ], + [ + "▁60", + "," + ], + [ + "▁6", + "0," + ], + [ + "▁", + "60," + ], + [ + "▁c", + "b" + ], + [ + "▁", + "cb" + ], + [ + "isi", + "a" + ], + [ + "is", + "ia" + ], + [ + "i", + "sia" + ], + [ + "р", + "и" + ], + [ + "D", + "M" + ], + [ + "▁Lag", + "o" + ], + [ + "▁La", + "go" + ], + [ + "▁L", + "ago" + ], + [ + "▁Pai", + "s" + ], + [ + "▁Pa", + "is" + ], + [ + "▁P", + "ais" + ], + [ + "▁dens", + "e" + ], + [ + "▁den", + "se" + ], + [ + "▁d", + "ense" + ], + [ + "▁", + "dense" + ], + [ + "^", + "." + ], + [ + "▁pat", + "ch" + ], + [ + "▁p", + "atch" + ], + [ + "▁", + "patch" + ], + [ + "▁Se", + "bast" + ], + [ + "▁propos", + "al" + ], + [ + "▁pro", + "posal" + ], + [ + "▁STA", + "T" + ], + [ + "▁ST", + "AT" + ], + [ + "▁", + "STAT" + ], + [ + "▁emphas", + "is" + ], + [ + "lar", + "ge" + ], + [ + "eff", + "icient" + ], + [ + "▁reconst", + "ru" + ], + [ + "▁recon", + "stru" + ], + [ + "▁independente", + "s" + ], + [ + "▁independent", + "es" + ], + [ + "▁independ", + "entes" + ], + [ + "intes", + "t" + ], + [ + "inte", + "st" + ], + [ + "int", + "est" + ], + [ + "in", + "test" + ], + [ + "up", + "grade" + ], + [ + "▁fér", + "ias" + ], + [ + "▁fé", + "rias" + ], + [ + "▁f", + "érias" + ], + [ + "not", + "ation" + ], + [ + "▁bols", + "a" + ], + [ + "▁bol", + "sa" + ], + [ + "▁manda", + "to" + ], + [ + "▁mand", + "ato" + ], + [ + "▁proporciona", + "l" + ], + [ + "▁proporcion", + "al" + ], + [ + "▁propor", + "cional" + ], + [ + "▁ban", + "ana" + ], + [ + "▁Bod", + "y" + ], + [ + "▁Bo", + "dy" + ], + [ + "▁B", + "ody" + ], + [ + "▁", + "Body" + ], + [ + "VIC", + "E" + ], + [ + "VI", + "CE" + ], + [ + "V", + "ICE" + ], + [ + "▁Jon", + "es" + ], + [ + "▁Jo", + "nes" + ], + [ + "▁J", + "ones" + ], + [ + "▁sanguín", + "ea" + ], + [ + "▁sangu", + "ínea" + ], + [ + "▁vend", + "o" + ], + [ + "▁ven", + "do" + ], + [ + "▁v", + "endo" + ], + [ + "▁", + "vendo" + ], + [ + "▁ju", + "ven" + ], + [ + "▁", + "juven" + ], + [ + "▁Proper", + "ties" + ], + [ + "▁Pro", + "perties" + ], + [ + "▁", + "Properties" + ], + [ + "rafo", + "s" + ], + [ + "raf", + "os" + ], + [ + "ra", + "fos" + ], + [ + "▁prop", + "ici" + ], + [ + "▁subs", + "id" + ], + [ + "▁sub", + "sid" + ], + [ + "ST", + "EM" + ], + [ + "IF", + "DEF" + ], + [ + "re", + "peat" + ], + [ + "▁fic", + "ção" + ], + [ + "▁fi", + "cção" + ], + [ + "▁_", + "{" + ], + [ + "▁", + "_{" + ], + [ + "▁m", + "ódulo" + ], + [ + "▁limita", + "do" + ], + [ + "▁limit", + "ado" + ], + [ + "▁lim", + "itado" + ], + [ + "Bl", + "ack" + ], + [ + "▁fi", + "del" + ], + [ + "▁f", + "idel" + ], + [ + "ón", + "ica" + ], + [ + "ó", + "nica" + ], + [ + "▁W", + "W" + ], + [ + "▁", + "WW" + ], + [ + "13", + ")" + ], + [ + "1", + "3)" + ], + [ + "64", + "(" + ], + [ + "6", + "4(" + ], + [ + "▁proprietário", + "s" + ], + [ + "▁propriet", + "ários" + ], + [ + "0)", + ";" + ], + [ + "0", + ");" + ], + [ + "▁0.0", + "5" + ], + [ + "▁0.", + "05" + ], + [ + "c", + "ão" + ], + [ + "▁Mi", + "s" + ], + [ + "▁M", + "is" + ], + [ + "▁'1", + "2" + ], + [ + "▁'", + "12" + ], + [ + "▁tra", + "it" + ], + [ + "▁tr", + "ait" + ], + [ + "▁t", + "rait" + ], + [ + "▁z", + "ip" + ], + [ + "▁", + "zip" + ], + [ + "run", + "time" + ], + [ + "r", + "untime" + ], + [ + "rev", + "iew" + ], + [ + "re", + "view" + ], + [ + "▁Ev", + "ite" + ], + [ + "P", + "F" + ], + [ + "Um", + "a" + ], + [ + "U", + "ma" + ], + [ + "So", + "me" + ], + [ + "S", + "ome" + ], + [ + "▁Assess", + "ment" + ], + [ + "▁Ass", + "essment" + ], + [ + "ROUT", + "INE" + ], + [ + "▁describ", + "ing" + ], + [ + "▁desc", + "ribing" + ], + [ + "▁It", + "er" + ], + [ + "▁I", + "ter" + ], + [ + "▁", + "Iter" + ], + [ + "▁instru", + "ção" + ], + [ + "▁instr", + "ução" + ], + [ + "▁in", + "strução" + ], + [ + "▁10", + "4" + ], + [ + "▁1", + "04" + ], + [ + "▁", + "104" + ], + [ + "▁corrup", + "t" + ], + [ + "▁corr", + "upt" + ], + [ + "▁cor", + "rupt" + ], + [ + "▁atl", + "eta" + ], + [ + "▁at", + "leta" + ], + [ + "▁Lu", + "is" + ], + [ + "▁L", + "uis" + ], + [ + "Auth", + "or" + ], + [ + "Aut", + "hor" + ], + [ + "ogen", + "ic" + ], + [ + "oge", + "nic" + ], + [ + "og", + "enic" + ], + [ + "▁context", + "ual" + ], + [ + "ex", + "it" + ], + [ + "▁scholar", + "s" + ], + [ + "▁sch", + "olars" + ], + [ + "shal", + "l" + ], + [ + "sha", + "ll" + ], + [ + "sh", + "all" + ], + [ + "▁pri", + "s" + ], + [ + "▁pr", + "is" + ], + [ + "▁p", + "ris" + ], + [ + "▁Sch", + "e" + ], + [ + "▁Sc", + "he" + ], + [ + "▁S", + "che" + ], + [ + "▁", + "Sche" + ], + [ + "▁cade", + "ira" + ], + [ + "▁cad", + "eira" + ], + [ + "▁c", + "adeira" + ], + [ + "▁queim", + "a" + ], + [ + "▁que", + "ima" + ], + [ + "▁Precis", + "amos" + ], + [ + "1", + "'" + ], + [ + "▁emp", + "ir" + ], + [ + "▁em", + "pir" + ], + [ + "▁ades", + "ão" + ], + [ + "▁ade", + "são" + ], + [ + "▁ad", + "esão" + ], + [ + "▁ast", + "hma" + ], + [ + "▁address", + "ed" + ], + [ + "▁addr", + "essed" + ], + [ + "▁Gi", + "ve" + ], + [ + "▁G", + "ive" + ], + [ + "▁inteligente", + "s" + ], + [ + "▁intelig", + "entes" + ], + [ + "adv", + "ant" + ], + [ + "ad", + "vant" + ], + [ + "▁amar", + "elo" + ], + [ + "-02", + "," + ], + [ + "-0", + "2," + ], + [ + "-", + "02," + ], + [ + "▁poder", + "osa" + ], + [ + "▁pode", + "rosa" + ], + [ + "▁/*!", + "4" + ], + [ + "▁ja", + "p" + ], + [ + "▁j", + "ap" + ], + [ + "▁comm", + "od" + ], + [ + "▁com", + "mod" + ], + [ + "▁bo", + "v" + ], + [ + "▁b", + "ov" + ], + [ + "▁po", + "em" + ], + [ + "▁ouvi", + "u" + ], + [ + "▁ouv", + "iu" + ], + [ + "▁nat", + "al" + ], + [ + "▁na", + "tal" + ], + [ + "▁n", + "atal" + ], + [ + "▁", + "natal" + ], + [ + "▁original", + "mente" + ], + [ + "▁origin", + "almente" + ], + [ + "▁montanha", + "s" + ], + [ + "▁mont", + "anhas" + ], + [ + "▁hal", + "l" + ], + [ + "▁ha", + "ll" + ], + [ + "▁h", + "all" + ], + [ + "▁Ken", + "n" + ], + [ + "▁Ke", + "nn" + ], + [ + "▁K", + "enn" + ], + [ + "▁Ma", + "m" + ], + [ + "▁M", + "am" + ], + [ + "▁intens", + "e" + ], + [ + "▁int", + "ense" + ], + [ + "▁(2", + "7" + ], + [ + "▁(", + "27" + ], + [ + "▁Ped", + "iat" + ], + [ + "▁P", + "ediat" + ], + [ + "▁handle", + "r" + ], + [ + "▁hand", + "ler" + ], + [ + "▁", + "handler" + ], + [ + "▁procura", + "m" + ], + [ + "▁procur", + "am" + ], + [ + "▁proc", + "uram" + ], + [ + "▁Data", + "base" + ], + [ + "▁D", + "atabase" + ], + [ + "▁", + "Database" + ], + [ + "▁Urb", + "an" + ], + [ + "▁Ur", + "ban" + ], + [ + "▁disto", + "r" + ], + [ + "▁dist", + "or" + ], + [ + "▁dis", + "tor" + ], + [ + "▁d", + "istor" + ], + [ + "ór", + "nia" + ], + [ + "▁negativa", + "s" + ], + [ + "▁neg", + "ativas" + ], + [ + "34", + "." + ], + [ + "3", + "4." + ], + [ + "▁destina", + "do" + ], + [ + "▁destin", + "ado" + ], + [ + "▁dest", + "inado" + ], + [ + "▁product", + "ivity" + ], + [ + "▁bel", + "a" + ], + [ + "▁be", + "la" + ], + [ + "▁b", + "ela" + ], + [ + "▁surpre", + "sa" + ], + [ + "▁surpr", + "esa" + ], + [ + "▁sur", + "presa" + ], + [ + "▁Vene", + "z" + ], + [ + "▁Ven", + "ez" + ], + [ + "▁V", + "enez" + ], + [ + "▁agu", + "da" + ], + [ + "▁ag", + "uda" + ], + [ + "én", + "io" + ], + [ + "é", + "nio" + ], + [ + "▁Be", + "s" + ], + [ + "▁B", + "es" + ], + [ + "▁democr", + "ática" + ], + [ + "▁pô", + "r" + ], + [ + "s", + "b" + ], + [ + "cl", + "ock" + ], + [ + "c", + "lock" + ], + [ + "▁Decl", + "ar" + ], + [ + "▁Dec", + "lar" + ], + [ + "▁197", + "9" + ], + [ + "▁19", + "79" + ], + [ + "be", + "an" + ], + [ + "b", + "ean" + ], + [ + "▁evid", + "enci" + ], + [ + "▁recal", + "l" + ], + [ + "▁rec", + "all" + ], + [ + "▁re", + "call" + ], + [ + "▁r", + "ecall" + ], + [ + "sc", + "ope" + ], + [ + "3,", + "\"" + ], + [ + "3", + ",\"" + ], + [ + "▁255", + "," + ], + [ + "▁25", + "5," + ], + [ + "▁2", + "55," + ], + [ + "▁", + "255," + ], + [ + "▁elo", + "g" + ], + [ + "▁el", + "og" + ], + [ + "▁e", + "log" + ], + [ + "layer", + "s" + ], + [ + "lay", + "ers" + ], + [ + "la", + "yers" + ], + [ + "l", + "ayers" + ], + [ + "▁base", + "ia" + ], + [ + "like", + "ly" + ], + [ + "lik", + "ely" + ], + [ + "uti", + "cal" + ], + [ + "ut", + "ical" + ], + [ + "u", + "tical" + ], + [ + "▁Option", + "s" + ], + [ + "▁Opt", + "ions" + ], + [ + "▁O", + "ptions" + ], + [ + "▁", + "Options" + ], + [ + "▁RE", + "M" + ], + [ + "▁R", + "EM" + ], + [ + "▁", + "REM" + ], + [ + "exp", + "ort" + ], + [ + "ex", + "port" + ], + [ + "▁thick", + "ness" + ], + [ + "▁th", + "ickness" + ], + [ + "igr", + "ation" + ], + [ + "ig", + "ration" + ], + [ + "▁Pai", + "n" + ], + [ + "▁Pa", + "in" + ], + [ + "▁P", + "ain" + ], + [ + "▁propri", + "amente" + ], + [ + "▁B", + "L" + ], + [ + "▁", + "BL" + ], + [ + "anda", + "s" + ], + [ + "and", + "as" + ], + [ + "an", + "das" + ], + [ + "::", + "{" + ], + [ + ":", + ":{" + ], + [ + "ET", + "O" + ], + [ + "E", + "TO" + ], + [ + "▁bar", + "ro" + ], + [ + "▁b", + "arro" + ], + [ + "▁ressal", + "t" + ], + [ + "▁ress", + "alt" + ], + [ + "INCL", + "UDE" + ], + [ + "▁Consider", + "ando" + ], + [ + "▁Marc", + "o" + ], + [ + "▁Mar", + "co" + ], + [ + "▁regard", + "ed" + ], + [ + "▁reg", + "arded" + ], + [ + "▁Ti", + "b" + ], + [ + "▁T", + "ib" + ], + [ + "▁sub", + "ir" + ], + [ + "▁alta", + "r" + ], + [ + "▁alt", + "ar" + ], + [ + "▁al", + "tar" + ], + [ + "▁With", + "in" + ], + [ + "▁there", + "by" + ], + [ + "rus", + "t" + ], + [ + "ru", + "st" + ], + [ + "r", + "ust" + ], + [ + "▁Nap", + "ole" + ], + [ + "▁Na", + "pole" + ], + [ + "▁end", + "ing" + ], + [ + "▁en", + "ding" + ], + [ + "▁", + "ending" + ], + [ + "Iter", + "ator" + ], + [ + "It", + "erator" + ], + [ + "▁separa", + "r" + ], + [ + "▁separ", + "ar" + ], + [ + "▁terr", + "est" + ], + [ + "▁ter", + "rest" + ], + [ + "AR", + "S" + ], + [ + "A", + "RS" + ], + [ + "lete", + "s" + ], + [ + "let", + "es" + ], + [ + "le", + "tes" + ], + [ + "l", + "etes" + ], + [ + "▁referente", + "s" + ], + [ + "▁refer", + "entes" + ], + [ + "▁commit", + "ment" + ], + [ + "▁mostra", + "do" + ], + [ + "▁mostr", + "ado" + ], + [ + "▁most", + "rado" + ], + [ + "ho", + "p" + ], + [ + "h", + "op" + ], + [ + "tic", + "k" + ], + [ + "ti", + "ck" + ], + [ + "t", + "ick" + ], + [ + "/", + "\"" + ], + [ + "▁T", + "C" + ], + [ + "▁", + "TC" + ], + [ + "▁repo", + "uso" + ], + [ + "▁rep", + "ouso" + ], + [ + "UR", + "I" + ], + [ + "U", + "RI" + ], + [ + "▁old", + "est" + ], + [ + "▁ol", + "dest" + ], + [ + "▁п", + "о" + ], + [ + "▁", + "по" + ], + [ + "▁remo", + "ção" + ], + [ + "▁rem", + "oção" + ], + [ + "▁Vic", + "ente" + ], + [ + "▁win", + "ning" + ], + [ + "▁length", + "s" + ], + [ + "▁imedi", + "ata" + ], + [ + "Data", + "Set" + ], + [ + "▁voltada", + "s" + ], + [ + "▁volta", + "das" + ], + [ + "▁volt", + "adas" + ], + [ + "▁TE", + "R" + ], + [ + "▁T", + "ER" + ], + [ + "▁", + "TER" + ], + [ + "▁fail", + "s" + ], + [ + "▁fa", + "ils" + ], + [ + "▁f", + "ails" + ], + [ + "▁1,", + "5" + ], + [ + "▁Em", + "erg" + ], + [ + "▁destru", + "ir" + ], + [ + "▁destr", + "uir" + ], + [ + "▁fundado", + "r" + ], + [ + "▁fund", + "ador" + ], + [ + "▁buc", + "al" + ], + [ + "▁bu", + "cal" + ], + [ + "▁b", + "ucal" + ], + [ + "▁Char", + "l" + ], + [ + "▁Cha", + "rl" + ], + [ + "▁horm", + "one" + ], + [ + "▁baseada", + "s" + ], + [ + "▁base", + "adas" + ], + [ + "▁Tra", + "n" + ], + [ + "▁Tr", + "an" + ], + [ + "▁T", + "ran" + ], + [ + "he", + "a" + ], + [ + "h", + "ea" + ], + [ + "▁Dele", + "te" + ], + [ + "▁Del", + "ete" + ], + [ + "▁De", + "lete" + ], + [ + "▁", + "Delete" + ], + [ + "37", + "," + ], + [ + "3", + "7," + ], + [ + "▁et", + "n" + ], + [ + "▁e", + "tn" + ], + [ + "▁7", + ")" + ], + [ + "▁", + "7)" + ], + [ + "AD", + "D" + ], + [ + "A", + "DD" + ], + [ + "▁ilum", + "in" + ], + [ + "▁il", + "umin" + ], + [ + "▁transform", + "ou" + ], + [ + "fe", + "ct" + ], + [ + "f", + "ect" + ], + [ + "B", + "LOCK" + ], + [ + "Es", + "s" + ], + [ + "E", + "ss" + ], + [ + "▁começ", + "ando" + ], + [ + "▁come", + "çando" + ], + [ + "▁sem", + "estre" + ], + [ + "uma", + "r" + ], + [ + "um", + "ar" + ], + [ + "u", + "mar" + ], + [ + "▁Pr", + "é" + ], + [ + "▁P", + "ré" + ], + [ + "▁sud", + "o" + ], + [ + "▁su", + "do" + ], + [ + "▁s", + "udo" + ], + [ + "end", + "l" + ], + [ + "en", + "dl" + ], + [ + "▁parl", + "ament" + ], + [ + "▁app", + "s" + ], + [ + "▁ap", + "ps" + ], + [ + "▁", + "apps" + ], + [ + "▁ort", + "h" + ], + [ + "▁or", + "th" + ], + [ + "▁", + "orth" + ], + [ + "redor", + "es" + ], + [ + "redo", + "res" + ], + [ + "red", + "ores" + ], + [ + "r", + "edores" + ], + [ + "▁fly", + "ing" + ], + [ + "▁fl", + "ying" + ], + [ + "▁f", + "lying" + ], + [ + "▁T", + "s" + ], + [ + "▁", + "Ts" + ], + [ + "▁install", + "ation" + ], + [ + "▁instal", + "lation" + ], + [ + "▁Minist", + "er" + ], + [ + "▁Mini", + "ster" + ], + [ + "▁Min", + "ister" + ], + [ + "▁port", + "o" + ], + [ + "▁por", + "to" + ], + [ + "▁p", + "orto" + ], + [ + "▁cd", + "ecl" + ], + [ + "▁c", + "decl" + ], + [ + "▁acadêm", + "ica" + ], + [ + "▁acad", + "êmica" + ], + [ + "-2", + "3" + ], + [ + "-", + "23" + ], + [ + "▁Em", + "ail" + ], + [ + "▁E", + "mail" + ], + [ + "▁", + "Email" + ], + [ + "▁Co", + "imbra" + ], + [ + "▁Objetivo", + "s" + ], + [ + "▁Objet", + "ivos" + ], + [ + "▁02", + ":" + ], + [ + "▁0", + "2:" + ], + [ + "▁", + "02:" + ], + [ + "▁affect", + "ing" + ], + [ + "IO", + "S" + ], + [ + "I", + "OS" + ], + [ + ".", + "$" + ], + [ + "▁trans", + "vers" + ], + [ + "▁des", + "ag" + ], + [ + "▁13", + "2" + ], + [ + "▁1", + "32" + ], + [ + "▁", + "132" + ], + [ + "Es", + "c" + ], + [ + "E", + "sc" + ], + [ + "▁cita", + "do" + ], + [ + "▁cit", + "ado" + ], + [ + "▁c", + "itado" + ], + [ + "▁bibli", + "ote" + ], + [ + "▁bib", + "liote" + ], + [ + "▁disco", + "unt" + ], + [ + "▁disc", + "ount" + ], + [ + "▁dis", + "count" + ], + [ + "Execut", + "e" + ], + [ + "Exec", + "ute" + ], + [ + "Ex", + "ecute" + ], + [ + "7", + "_" + ], + [ + "az", + "e" + ], + [ + "a", + "ze" + ], + [ + "▁Div", + "ers" + ], + [ + "▁Di", + "vers" + ], + [ + "▁D", + "ivers" + ], + [ + "▁Wal", + "ter" + ], + [ + "▁W", + "alter" + ], + [ + "ângulo", + "s" + ], + [ + "âng", + "ulos" + ], + [ + "▁[", + "1" + ], + [ + "▁", + "[1" + ], + [ + "▁Die", + "go" + ], + [ + "▁prim", + "ária" + ], + [ + "▁design", + "er" + ], + [ + "via", + "s" + ], + [ + "vi", + "as" + ], + [ + "v", + "ias" + ], + [ + "GUA", + "GE" + ], + [ + "GU", + "AGE" + ], + [ + "▁transm", + "iss" + ], + [ + "▁trans", + "miss" + ], + [ + "aza", + "r" + ], + [ + "az", + "ar" + ], + [ + "a", + "zar" + ], + [ + "▁employ", + "ee" + ], + [ + "oto", + "r" + ], + [ + "ot", + "or" + ], + [ + "o", + "tor" + ], + [ + "▁Ver", + "dade" + ], + [ + "▁V", + "erdade" + ], + [ + "▁cr", + "a" + ], + [ + "▁c", + "ra" + ], + [ + "▁bo", + "ught" + ], + [ + "▁b", + "ought" + ], + [ + "▁sacerdo", + "te" + ], + [ + "▁Mu", + "t" + ], + [ + "▁M", + "ut" + ], + [ + "▁", + "Mut" + ], + [ + "▁fo", + "n" + ], + [ + "▁f", + "on" + ], + [ + "},", + "{" + ], + [ + "il", + "mente" + ], + [ + "▁ras", + "tre" + ], + [ + "▁r", + "astre" + ], + [ + "▁", + "â" + ], + [ + "▁Biol", + "ogy" + ], + [ + "▁Bi", + "ology" + ], + [ + "▁B", + "iology" + ], + [ + "mer", + "o" + ], + [ + "me", + "ro" + ], + [ + "m", + "ero" + ], + [ + "▁come", + "m" + ], + [ + "▁com", + "em" + ], + [ + "▁co", + "mem" + ], + [ + "▁c", + "omem" + ], + [ + ":8080", + "/" + ], + [ + "▁solve", + "r" + ], + [ + "▁solv", + "er" + ], + [ + "▁sol", + "ver" + ], + [ + "▁", + "solver" + ], + [ + "▁hon", + "ey" + ], + [ + "▁ho", + "ney" + ], + [ + "▁h", + "oney" + ], + [ + "▁ocorr", + "ido" + ], + [ + "▁Man", + "o" + ], + [ + "▁Ma", + "no" + ], + [ + "▁M", + "ano" + ], + [ + "▁not", + "ável" + ], + [ + "▁inteira", + "mente" + ], + [ + "▁inte", + "iramente" + ], + [ + "▁Ro", + "l" + ], + [ + "▁R", + "ol" + ], + [ + "▁elabor", + "ado" + ], + [ + "▁uncertain", + "ty" + ], + [ + "▁uncer", + "tainty" + ], + [ + "▁dan", + "ce" + ], + [ + "▁d", + "ance" + ], + [ + "▁su", + "it" + ], + [ + "▁s", + "uit" + ], + [ + "▁gi", + "ant" + ], + [ + "▁g", + "iant" + ], + [ + "-2", + "1" + ], + [ + "-", + "21" + ], + [ + "▁cho", + "que" + ], + [ + "▁ch", + "oque" + ], + [ + "▁N", + "Y" + ], + [ + "▁", + "NY" + ], + [ + ",", + "[" + ], + [ + "ake", + "d" + ], + [ + "ak", + "ed" + ], + [ + "a", + "ked" + ], + [ + "N", + "R" + ], + [ + "ru", + "b" + ], + [ + "r", + "ub" + ], + [ + "ea", + "s" + ], + [ + "e", + "as" + ], + [ + "im", + "m" + ], + [ + "i", + "mm" + ], + [ + "▁Sol", + "ving" + ], + [ + "et", + "c" + ], + [ + "e", + "tc" + ], + [ + "▁caracteriza", + "da" + ], + [ + "▁caracter", + "izada" + ], + [ + "em", + "o" + ], + [ + "e", + "mo" + ], + [ + "▁rat", + "ing" + ], + [ + "▁ra", + "ting" + ], + [ + "▁r", + "ating" + ], + [ + "▁", + "rating" + ], + [ + "Data", + "Frame" + ], + [ + "▁kilomet", + "ers" + ], + [ + "▁kil", + "ometers" + ], + [ + "▁research", + "er" + ], + [ + "MAN", + "D" + ], + [ + "MA", + "ND" + ], + [ + "M", + "AND" + ], + [ + "▁F", + "M" + ], + [ + "▁", + "FM" + ], + [ + "▁descans", + "o" + ], + [ + "▁desc", + "anso" + ], + [ + "▁result", + "ou" + ], + [ + "▁Doença", + "s" + ], + [ + "▁Do", + "enças" + ], + [ + "AV", + "E" + ], + [ + "A", + "VE" + ], + [ + "rot", + "óx" + ], + [ + "▁divid", + "ir" + ], + [ + "▁div", + "idir" + ], + [ + "▁Bat", + "tle" + ], + [ + "▁B", + "attle" + ], + [ + "м", + "е" + ], + [ + "▁Point", + "er" + ], + [ + "▁Po", + "inter" + ], + [ + "▁", + "Pointer" + ], + [ + "Gener", + "al" + ], + [ + "Gen", + "eral" + ], + [ + "nas", + "c" + ], + [ + "na", + "sc" + ], + [ + "n", + "asc" + ], + [ + "▁Ali", + "ce" + ], + [ + "▁Al", + "ice" + ], + [ + "▁A", + "lice" + ], + [ + "▁esclarece", + "r" + ], + [ + "▁esclar", + "ecer" + ], + [ + "S", + "B" + ], + [ + "▁a", + "i" + ], + [ + "▁", + "ai" + ], + [ + "▁retr", + "ie" + ], + [ + "▁ret", + "rie" + ], + [ + "▁ide", + "ologia" + ], + [ + "▁pneum", + "onia" + ], + [ + "▁atual", + "idade" + ], + [ + "▁atu", + "alidade" + ], + [ + "▁Be", + "a" + ], + [ + "▁B", + "ea" + ], + [ + "▁lamb", + "da" + ], + [ + "▁l", + "ambda" + ], + [ + "▁", + "lambda" + ], + [ + "▁imagin", + "g" + ], + [ + "▁imag", + "ing" + ], + [ + "▁im", + "aging" + ], + [ + "oma", + "t" + ], + [ + "om", + "at" + ], + [ + "o", + "mat" + ], + [ + "▁reflect", + "ed" + ], + [ + "▁refl", + "ected" + ], + [ + "▁ref", + "lected" + ], + [ + "RO", + "W" + ], + [ + "▁suffer", + "ed" + ], + [ + "▁suff", + "ered" + ], + [ + "▁vulner", + "áveis" + ], + [ + "▁Pennsyl", + "vania" + ], + [ + "OF", + "F" + ], + [ + "O", + "FF" + ], + [ + "▁E", + "q" + ], + [ + "▁", + "Eq" + ], + [ + "▁Devem", + "os" + ], + [ + "▁Deve", + "mos" + ], + [ + "▁Dev", + "emos" + ], + [ + "▁De", + "vemos" + ], + [ + "▁aim", + "ed" + ], + [ + "▁ai", + "med" + ], + [ + "▁elect", + "ed" + ], + [ + "▁ele", + "cted" + ], + [ + "▁el", + "ected" + ], + [ + "▁e", + "lected" + ], + [ + "36", + "." + ], + [ + "3", + "6." + ], + [ + "consci", + "ente" + ], + [ + "▁Ba", + "c" + ], + [ + "▁B", + "ac" + ], + [ + "ô", + "metro" + ], + [ + "▁Co", + "u" + ], + [ + "▁C", + "ou" + ], + [ + "▁Comun", + "idade" + ], + [ + "▁Com", + "unidade" + ], + [ + "odi", + "a" + ], + [ + "od", + "ia" + ], + [ + "o", + "dia" + ], + [ + "Dr", + "op" + ], + [ + "D", + "rop" + ], + [ + "▁muscular", + "es" + ], + [ + "▁muscul", + "ares" + ], + [ + "▁mus", + "culares" + ], + [ + "emp", + "or" + ], + [ + "em", + "por" + ], + [ + "ger", + "al" + ], + [ + "ge", + "ral" + ], + [ + "g", + "eral" + ], + [ + "▁Labor", + "atório" + ], + [ + "▁Resp", + "osta" + ], + [ + "▁Res", + "posta" + ], + [ + "hem", + "ical" + ], + [ + "▁conf", + "used" + ], + [ + "▁extra", + "ção" + ], + [ + "▁extr", + "ação" + ], + [ + "▁ext", + "ração" + ], + [ + "▁Bent", + "o" + ], + [ + "▁Ben", + "to" + ], + [ + "▁B", + "ento" + ], + [ + "▁gradu", + "al" + ], + [ + "▁grad", + "ual" + ], + [ + "▁gr", + "adual" + ], + [ + "▁suic", + "ídio" + ], + [ + "uldade", + "s" + ], + [ + "ul", + "dades" + ], + [ + "▁escass", + "ez" + ], + [ + "▁esc", + "assez" + ], + [ + "%", + "\\" + ], + [ + "▁K", + "r" + ], + [ + "ear", + "ing" + ], + [ + "ea", + "ring" + ], + [ + "e", + "aring" + ], + [ + "▁Sha", + "kespeare" + ], + [ + "ICO", + "S" + ], + [ + "IC", + "OS" + ], + [ + "▁fif", + "th" + ], + [ + "▁f", + "ifth" + ], + [ + "▁configura", + "ção" + ], + [ + "▁config", + "uração" + ], + [ + "spec", + "t" + ], + [ + "spe", + "ct" + ], + [ + "sp", + "ect" + ], + [ + "s", + "pect" + ], + [ + "pic", + "k" + ], + [ + "pi", + "ck" + ], + [ + "p", + "ick" + ], + [ + "uc", + "i" + ], + [ + "u", + "ci" + ], + [ + "▁lab", + "our" + ], + [ + "▁la", + "bour" + ], + [ + "▁desempre", + "go" + ], + [ + "▁desemp", + "rego" + ], + [ + "▁desem", + "prego" + ], + [ + "▁anual", + "mente" + ], + [ + "▁an", + "ualmente" + ], + [ + "▁Late", + "r" + ], + [ + "▁Lat", + "er" + ], + [ + "▁La", + "ter" + ], + [ + "▁L", + "ater" + ], + [ + "▁Equ", + "ation" + ], + [ + "▁Eq", + "uation" + ], + [ + "▁prat", + "o" + ], + [ + "▁pra", + "to" + ], + [ + "▁pr", + "ato" + ], + [ + "▁p", + "rato" + ], + [ + "ens", + "is" + ], + [ + "en", + "sis" + ], + [ + "▁null", + "ptr" + ], + [ + "ev", + "en" + ], + [ + "e", + "ven" + ], + [ + "war", + "n" + ], + [ + "wa", + "rn" + ], + [ + "w", + "arn" + ], + [ + "▁panel", + "s" + ], + [ + "▁pan", + "els" + ], + [ + "▁pa", + "nels" + ], + [ + "=>", + "'" + ], + [ + "=", + ">'" + ], + [ + "▁coll", + "apse" + ], + [ + "▁", + "collapse" + ], + [ + "▁valoriza", + "r" + ], + [ + "▁valor", + "izar" + ], + [ + "uc", + "a" + ], + [ + "u", + "ca" + ], + [ + "▁sor", + "r" + ], + [ + "▁so", + "rr" + ], + [ + "▁s", + "orr" + ], + [ + "▁vict", + "im" + ], + [ + "▁vic", + "tim" + ], + [ + "▁ga", + "m" + ], + [ + "▁g", + "am" + ], + [ + "▁", + "gam" + ], + [ + "▁Ac", + "h" + ], + [ + "▁A", + "ch" + ], + [ + "nav", + "bar" + ], + [ + "▁denomina", + "tor" + ], + [ + "▁denomin", + "ator" + ], + [ + "▁denom", + "inator" + ], + [ + "▁aliv", + "e" + ], + [ + "▁ali", + "ve" + ], + [ + "▁al", + "ive" + ], + [ + "▁a", + "live" + ], + [ + "▁assum", + "iu" + ], + [ + "▁abst", + "r" + ], + [ + "▁abs", + "tr" + ], + [ + "▁ab", + "str" + ], + [ + "Un", + "known" + ], + [ + "▁limita", + "da" + ], + [ + "▁limit", + "ada" + ], + [ + "▁lim", + "itada" + ], + [ + "De", + "t" + ], + [ + "D", + "et" + ], + [ + "▁Ta", + "m" + ], + [ + "▁T", + "am" + ], + [ + "▁con", + "gel" + ], + [ + "▁ra", + "b" + ], + [ + "▁r", + "ab" + ], + [ + "▁", + "rab" + ], + [ + "▁tam", + "p" + ], + [ + "▁ta", + "mp" + ], + [ + "▁t", + "amp" + ], + [ + "▁[2", + "]" + ], + [ + "▁[", + "2]" + ], + [ + "▁", + "[2]" + ], + [ + "▁Cap", + "it" + ], + [ + "▁Ca", + "pit" + ], + [ + "0.0", + "." + ], + [ + "0.", + "0." + ], + [ + "0", + ".0." + ], + [ + "▁Bol", + "s" + ], + [ + "▁Bo", + "ls" + ], + [ + "▁B", + "ols" + ], + [ + "▁trabalho", + "u" + ], + [ + "▁trabalh", + "ou" + ], + [ + "▁trabal", + "hou" + ], + [ + "▁pou", + "r" + ], + [ + "▁po", + "ur" + ], + [ + "▁p", + "our" + ], + [ + "▁previs", + "to" + ], + [ + "▁prev", + "isto" + ], + [ + "EE", + "E" + ], + [ + "E", + "EE" + ], + [ + "ia", + "h" + ], + [ + "i", + "ah" + ], + [ + "rig", + "a" + ], + [ + "ri", + "ga" + ], + [ + "r", + "iga" + ], + [ + "▁temp", + "le" + ], + [ + "▁tem", + "ple" + ], + [ + "el", + "ve" + ], + [ + "▁campo", + "n" + ], + [ + "▁camp", + "on" + ], + [ + "▁cam", + "pon" + ], + [ + "▁coment", + "a" + ], + [ + "▁com", + "enta" + ], + [ + "▁esp", + "ess" + ], + [ + "▁clare", + "za" + ], + [ + "▁clar", + "eza" + ], + [ + "▁sens", + "íveis" + ], + [ + "▁Re", + "plies" + ], + [ + "oura", + "s" + ], + [ + "our", + "as" + ], + [ + "ou", + "ras" + ], + [ + "o", + "uras" + ], + [ + "conv", + "ert" + ], + [ + "con", + "vert" + ], + [ + "▁gera", + "m" + ], + [ + "▁ger", + "am" + ], + [ + "▁ge", + "ram" + ], + [ + "▁g", + "eram" + ], + [ + "▁mere", + "ce" + ], + [ + "▁mer", + "ece" + ], + [ + "▁me", + "rece" + ], + [ + "▁m", + "erece" + ], + [ + "▁mont", + "ar" + ], + [ + "▁mon", + "tar" + ], + [ + "IE", + "NT" + ], + [ + "I", + "ENT" + ], + [ + "▁disc", + "re" + ], + [ + "▁dis", + "cre" + ], + [ + "▁auto", + "estima" + ], + [ + "▁Inst", + "r" + ], + [ + "▁Ins", + "tr" + ], + [ + "▁In", + "str" + ], + [ + "▁", + "Instr" + ], + [ + ")'", + "," + ], + [ + ")", + "'," + ], + [ + "In", + "v" + ], + [ + "I", + "nv" + ], + [ + "▁prom", + "ise" + ], + [ + "▁conden", + "s" + ], + [ + "▁cond", + "ens" + ], + [ + "▁con", + "dens" + ], + [ + "Instance", + "Of" + ], + [ + "000000000000", + "00" + ], + [ + "0000000000", + "0000" + ], + [ + "000000000", + "00000" + ], + [ + "00000000", + "000000" + ], + [ + "0000000", + "0000000" + ], + [ + "000000", + "00000000" + ], + [ + "00000", + "000000000" + ], + [ + "0000", + "0000000000" + ], + [ + "00", + "000000000000" + ], + [ + "51", + "2" + ], + [ + "5", + "12" + ], + [ + "▁ou", + "s" + ], + [ + "▁o", + "us" + ], + [ + "▁", + "ous" + ], + [ + "heck", + "s" + ], + [ + "hec", + "ks" + ], + [ + "▁uso", + "s" + ], + [ + "▁us", + "os" + ], + [ + "▁u", + "sos" + ], + [ + "▁", + "usos" + ], + [ + "sep", + "ar" + ], + [ + "se", + "par" + ], + [ + "▁BB", + "C" + ], + [ + "▁B", + "BC" + ], + [ + "ja", + "n" + ], + [ + "j", + "an" + ], + [ + "▁abus", + "o" + ], + [ + "▁ab", + "uso" + ], + [ + "▁Emb", + "ra" + ], + [ + "▁Em", + "bra" + ], + [ + "uga", + "s" + ], + [ + "ug", + "as" + ], + [ + "u", + "gas" + ], + [ + "▁account", + "ing" + ], + [ + "▁heal", + "ing" + ], + [ + "▁he", + "aling" + ], + [ + "US", + "P" + ], + [ + "U", + "SP" + ], + [ + "▁peri", + "f" + ], + [ + "▁per", + "if" + ], + [ + "▁pe", + "rif" + ], + [ + "▁Ed", + "ição" + ], + [ + "▁E", + "dição" + ], + [ + "▁imm", + "un" + ], + [ + "▁im", + "mun" + ], + [ + "▁realize", + "d" + ], + [ + "▁realiz", + "ed" + ], + [ + "▁real", + "ized" + ], + [ + "▁fal", + "ha" + ], + [ + "▁f", + "alha" + ], + [ + "▁fá", + "ceis" + ], + [ + "hada", + "s" + ], + [ + "had", + "as" + ], + [ + "ha", + "das" + ], + [ + "h", + "adas" + ], + [ + "▁aliv", + "iar" + ], + [ + "▁sup", + "plied" + ], + [ + "▁Num", + "er" + ], + [ + "▁Nu", + "mer" + ], + [ + "▁N", + "umer" + ], + [ + "▁reforma", + "s" + ], + [ + "▁reform", + "as" + ], + [ + "▁refor", + "mas" + ], + [ + "▁re", + "formas" + ], + [ + "old", + "s" + ], + [ + "ol", + "ds" + ], + [ + "▁war", + "r" + ], + [ + "▁wa", + "rr" + ], + [ + "▁w", + "arr" + ], + [ + "▁decl", + "ínio" + ], + [ + "prima", + "ry" + ], + [ + "prim", + "ary" + ], + [ + "pri", + "mary" + ], + [ + "▁11", + "9" + ], + [ + "▁1", + "19" + ], + [ + "▁", + "119" + ], + [ + "▁33", + "," + ], + [ + "▁3", + "3," + ], + [ + "▁", + "33," + ], + [ + "Inter", + "val" + ], + [ + "▁fica", + "va" + ], + [ + "▁fic", + "ava" + ], + [ + "▁fundamento", + "s" + ], + [ + "▁fundament", + "os" + ], + [ + "▁fund", + "amentos" + ], + [ + "▁dirig", + "ir" + ], + [ + "▁total", + "idade" + ], + [ + "▁tot", + "alidade" + ], + [ + "numer", + "ic" + ], + [ + "num", + "eric" + ], + [ + "▁asc", + "ensão" + ], + [ + "▁aberto", + "s" + ], + [ + "▁abert", + "os" + ], + [ + "▁ab", + "ertos" + ], + [ + ":00:00", + "'," + ], + [ + ":00:", + "00'," + ], + [ + ":00", + ":00'," + ], + [ + "0.00", + "0" + ], + [ + "0.0", + "00" + ], + [ + "0.", + "000" + ], + [ + "0", + ".000" + ], + [ + "▁Multi", + "ple" + ], + [ + "▁Mult", + "iple" + ], + [ + "▁", + "Multiple" + ], + [ + "▁provín", + "cia" + ], + [ + "ribu", + "ição" + ], + [ + "rib", + "uição" + ], + [ + "▁destru", + "ct" + ], + [ + "▁destr", + "uct" + ], + [ + "▁de", + "struct" + ], + [ + "▁d", + "estruct" + ], + [ + "▁ocupa", + "r" + ], + [ + "▁ocup", + "ar" + ], + [ + "▁T", + "I" + ], + [ + "▁", + "TI" + ], + [ + "▁St", + "yle" + ], + [ + "▁", + "Style" + ], + [ + "CON", + "FIG" + ], + [ + "collect", + "ion" + ], + [ + "coll", + "ection" + ], + [ + "col", + "lection" + ], + [ + "▁tub", + "o" + ], + [ + "▁tu", + "bo" + ], + [ + "▁moder", + "ate" + ], + [ + "▁mode", + "rate" + ], + [ + "▁mod", + "erate" + ], + [ + "▁else", + "where" + ], + [ + "ui", + "ng" + ], + [ + "u", + "ing" + ], + [ + "▁experimento", + "s" + ], + [ + "▁experiment", + "os" + ], + [ + "▁exper", + "imentos" + ], + [ + "▁purif", + "ic" + ], + [ + "▁pur", + "ific" + ], + [ + "▁pu", + "rific" + ], + [ + "▁Fort", + "ale" + ], + [ + "▁definitiva", + "mente" + ], + [ + "▁definit", + "ivamente" + ], + [ + "▁analyze", + "d" + ], + [ + "▁analy", + "zed" + ], + [ + "▁watch", + "ing" + ], + [ + "▁PRO", + "J" + ], + [ + "Mes", + "h" + ], + [ + "Me", + "sh" + ], + [ + "M", + "esh" + ], + [ + "▁(8", + ")" + ], + [ + "▁(", + "8)" + ], + [ + "▁", + "(8)" + ], + [ + "▁send", + "ing" + ], + [ + "▁sen", + "ding" + ], + [ + "▁s", + "ending" + ], + [ + "888", + "8" + ], + [ + "88", + "88" + ], + [ + "8", + "888" + ], + [ + "▁Ki", + "m" + ], + [ + "▁K", + "im" + ], + [ + "▁Scot", + "land" + ], + [ + "▁cal", + "m" + ], + [ + "▁ca", + "lm" + ], + [ + "▁c", + "alm" + ], + [ + "cou", + "t" + ], + [ + "co", + "ut" + ], + [ + "c", + "out" + ], + [ + "▁domést", + "ica" + ], + [ + "77", + "," + ], + [ + "7", + "7," + ], + [ + "▁segment", + "s" + ], + [ + "▁seg", + "ments" + ], + [ + "▁abrang", + "ente" + ], + [ + "▁participa", + "m" + ], + [ + "▁particip", + "am" + ], + [ + "▁parse", + "r" + ], + [ + "▁par", + "ser" + ], + [ + "▁", + "parser" + ], + [ + "▁anticor", + "pos" + ], + [ + "▁representa", + "ções" + ], + [ + "▁represent", + "ações" + ], + [ + "pers", + "on" + ], + [ + "per", + "son" + ], + [ + "p", + "erson" + ], + [ + "iá", + "tr" + ], + [ + "i", + "átr" + ], + [ + "▁", + "" + ], + [ + "▁toler", + "ance" + ], + [ + "▁t", + "olerance" + ], + [ + "▁Mar", + "anhão" + ], + [ + "▁consulta", + "r" + ], + [ + "▁consult", + "ar" + ], + [ + "iza", + "ble" + ], + [ + "iz", + "able" + ], + [ + "▁#", + "2" + ], + [ + "▁Not", + "a" + ], + [ + "▁No", + "ta" + ], + [ + "▁N", + "ota" + ], + [ + "asa", + "nt" + ], + [ + "as", + "ant" + ], + [ + "ling", + "s" + ], + [ + "lin", + "gs" + ], + [ + "l", + "ings" + ], + [ + "н", + "ы" + ], + [ + "▁J", + "a" + ], + [ + "▁K", + "o" + ], + [ + "▁Consol", + "e" + ], + [ + "▁Cons", + "ole" + ], + [ + "▁Con", + "sole" + ], + [ + "▁", + "Console" + ], + [ + "pol", + "e" + ], + [ + "po", + "le" + ], + [ + "p", + "ole" + ], + [ + "▁integrante", + "s" + ], + [ + "▁integr", + "antes" + ], + [ + "up", + "per" + ], + [ + "▁Professor", + "a" + ], + [ + "▁Profess", + "ora" + ], + [ + "▁bi", + "ológica" + ], + [ + "▁desempenh", + "a" + ], + [ + "▁desempen", + "ha" + ], + [ + "▁desemp", + "enha" + ], + [ + "14", + "4" + ], + [ + "1", + "44" + ], + [ + "Pa", + "l" + ], + [ + "P", + "al" + ], + [ + "▁Compar", + "e" + ], + [ + "▁Comp", + "are" + ], + [ + "▁Com", + "pare" + ], + [ + "▁", + "Compare" + ], + [ + "▁owners", + "hip" + ], + [ + "▁owner", + "ship" + ], + [ + "▁own", + "ership" + ], + [ + "▁autor", + "ização" + ], + [ + "ps", + "on" + ], + [ + "p", + "son" + ], + [ + "50", + "9" + ], + [ + "5", + "09" + ], + [ + "▁Maio", + "r" + ], + [ + "▁Mai", + "or" + ], + [ + "▁Ma", + "ior" + ], + [ + "07", + "," + ], + [ + "0", + "7," + ], + [ + "▁conclu", + "i" + ], + [ + "▁concl", + "ui" + ], + [ + "▁D", + "utch" + ], + [ + "S", + "ão" + ], + [ + "▁poll", + "ut" + ], + [ + "▁rei", + "s" + ], + [ + "▁re", + "is" + ], + [ + "▁r", + "eis" + ], + [ + "FO", + "NT" + ], + [ + "LI", + "ST" + ], + [ + "L", + "IST" + ], + [ + "▁cul", + "p" + ], + [ + "▁cu", + "lp" + ], + [ + "▁c", + "ulp" + ], + [ + "▁divid", + "ing" + ], + [ + "▁div", + "iding" + ], + [ + "▁rel", + "óg" + ], + [ + "ine", + "t" + ], + [ + "in", + "et" + ], + [ + "i", + "net" + ], + [ + "▁Ba", + "d" + ], + [ + "▁B", + "ad" + ], + [ + "▁", + "Bad" + ], + [ + "▁causada", + "s" + ], + [ + "▁causa", + "das" + ], + [ + "▁caus", + "adas" + ], + [ + "ót", + "ipo" + ], + [ + "ó", + "tipo" + ], + [ + "▁Pret", + "o" + ], + [ + "▁Pre", + "to" + ], + [ + "▁Pr", + "eto" + ], + [ + "▁P", + "reto" + ], + [ + "▁conta", + "m" + ], + [ + "▁cont", + "am" + ], + [ + "▁juris", + "d" + ], + [ + "▁Club", + "e" + ], + [ + "▁Cl", + "ube" + ], + [ + "pad", + "ding" + ], + [ + "p", + "adding" + ], + [ + "▁enc", + "oding" + ], + [ + "▁", + "encoding" + ], + [ + "▁", + "√" + ], + [ + "quin", + "ho" + ], + [ + "qu", + "inho" + ], + [ + "Com", + "partilhar" + ], + [ + "▁explora", + "tion" + ], + [ + "▁explor", + "ation" + ], + [ + "▁explo", + "ration" + ], + [ + "▁expl", + "oration" + ], + [ + "▁bac", + "ia" + ], + [ + "▁ba", + "cia" + ], + [ + "▁b", + "acia" + ], + [ + "▁saving", + "s" + ], + [ + "▁sav", + "ings" + ], + [ + "▁produz", + "indo" + ], + [ + "▁plot", + "s" + ], + [ + "▁pl", + "ots" + ], + [ + "▁", + "plots" + ], + [ + "▁Esp", + "ec" + ], + [ + "▁Es", + "pec" + ], + [ + "▁E", + "spec" + ], + [ + "▁dist", + "rito" + ], + [ + "▁desenvolver", + "am" + ], + [ + "▁desenvolve", + "ram" + ], + [ + "▁desenvolv", + "eram" + ], + [ + "▁Campa", + "n" + ], + [ + "▁Camp", + "an" + ], + [ + "▁Cam", + "pan" + ], + [ + "▁M", + "L" + ], + [ + "▁", + "ML" + ], + [ + "▁k", + "it" + ], + [ + "▁", + "kit" + ], + [ + "▁extrem", + "o" + ], + [ + "▁extre", + "mo" + ], + [ + "▁extr", + "emo" + ], + [ + "▁ext", + "remo" + ], + [ + "▁astro", + "nom" + ], + [ + "▁astr", + "onom" + ], + [ + "▁clim", + "ática" + ], + [ + "▁total", + "ly" + ], + [ + "▁tot", + "ally" + ], + [ + "▁N", + "inguém" + ], + [ + "▁over", + "view" + ], + [ + "teiro", + "s" + ], + [ + "tei", + "ros" + ], + [ + "te", + "iros" + ], + [ + "t", + "eiros" + ], + [ + "gn", + "óstico" + ], + [ + "▁@", + "@" + ], + [ + "▁", + "@@" + ], + [ + "▁pássaro", + "s" + ], + [ + "▁páss", + "aros" + ], + [ + "▁05", + ":" + ], + [ + "▁0", + "5:" + ], + [ + "▁", + "05:" + ], + [ + "iter", + "r" + ], + [ + "ite", + "rr" + ], + [ + "it", + "err" + ], + [ + "▁termina", + "r" + ], + [ + "▁termin", + "ar" + ], + [ + "▁term", + "inar" + ], + [ + "▁guarante", + "e" + ], + [ + "Sp", + "an" + ], + [ + "S", + "pan" + ], + [ + "PASS", + "WORD" + ], + [ + "to", + "t" + ], + [ + "t", + "ot" + ], + [ + "itat", + "iva" + ], + [ + "it", + "ativa" + ], + [ + "▁Le", + "ague" + ], + [ + "▁ofere", + "cendo" + ], + [ + "▁ofer", + "ecendo" + ], + [ + "▁Art", + "s" + ], + [ + "▁Ar", + "ts" + ], + [ + "▁resistente", + "s" + ], + [ + "▁resist", + "entes" + ], + [ + "▁LE", + "T" + ], + [ + "▁L", + "ET" + ], + [ + "▁", + "LET" + ], + [ + "▁ens", + "uring" + ], + [ + "▁IS", + "S" + ], + [ + "▁I", + "SS" + ], + [ + "▁", + "ISS" + ], + [ + "▁break", + "ing" + ], + [ + "▁bre", + "aking" + ], + [ + "▁", + "breaking" + ], + [ + "atis", + "f" + ], + [ + "ati", + "sf" + ], + [ + "at", + "isf" + ], + [ + "▁Cre", + "dit" + ], + [ + "▁Cr", + "edit" + ], + [ + "▁C", + "redit" + ], + [ + "édito", + "s" + ], + [ + "éd", + "itos" + ], + [ + "s", + "f" + ], + [ + "▁the", + "sis" + ], + [ + "▁th", + "esis" + ], + [ + "▁", + "thesis" + ], + [ + "▁Va", + "tic" + ], + [ + "▁V", + "atic" + ], + [ + "▁mobil", + "ização" + ], + [ + "▁mob", + "ilização" + ], + [ + "--------------", + "-" + ], + [ + "-------------", + "--" + ], + [ + "------------", + "---" + ], + [ + "-----------", + "----" + ], + [ + "----------", + "-----" + ], + [ + "---------", + "------" + ], + [ + "--------", + "-------" + ], + [ + "-------", + "--------" + ], + [ + "------", + "---------" + ], + [ + "-----", + "----------" + ], + [ + "----", + "-----------" + ], + [ + "---", + "------------" + ], + [ + "--", + "-------------" + ], + [ + "-", + "--------------" + ], + [ + "▁seq", + "ü" + ], + [ + "▁se", + "qü" + ], + [ + "▁", + "seqü" + ], + [ + "8686", + "8686" + ], + [ + "▁meaning", + "ful" + ], + [ + "2}", + "}" + ], + [ + "2", + "}}" + ], + [ + "▁att", + "r" + ], + [ + "▁at", + "tr" + ], + [ + "▁", + "attr" + ], + [ + "Pl", + "ay" + ], + [ + "P", + "lay" + ], + [ + "▁purchase", + "d" + ], + [ + "▁purch", + "ased" + ], + [ + "▁estabelec", + "ida" + ], + [ + "▁estabele", + "cida" + ], + [ + "etr", + "ic" + ], + [ + "et", + "ric" + ], + [ + "Object", + "s" + ], + [ + "LE", + "S" + ], + [ + "L", + "ES" + ], + [ + "▁Kore", + "a" + ], + [ + "▁Kor", + "ea" + ], + [ + "▁Ko", + "rea" + ], + [ + "▁INT", + "ENT" + ], + [ + "▁Oc", + "c" + ], + [ + "▁O", + "cc" + ], + [ + "▁", + "Occ" + ], + [ + "▁prec", + "a" + ], + [ + "▁pre", + "ca" + ], + [ + "▁pr", + "eca" + ], + [ + "▁bar", + "ra" + ], + [ + "pres", + "idente" + ], + [ + "▁William", + "s" + ], + [ + "▁Calif", + "órnia" + ], + [ + "▁Men", + "s" + ], + [ + "▁Me", + "ns" + ], + [ + "▁M", + "ens" + ], + [ + "hado", + "s" + ], + [ + "had", + "os" + ], + [ + "ha", + "dos" + ], + [ + "h", + "ados" + ], + [ + "▁11", + "8" + ], + [ + "▁1", + "18" + ], + [ + "▁", + "118" + ], + [ + "▁forne", + "cimento" + ], + [ + "▁forn", + "ecimento" + ], + [ + "ver", + "e" + ], + [ + "ve", + "re" + ], + [ + "v", + "ere" + ], + [ + "mo", + "ck" + ], + [ + "m", + "ock" + ], + [ + "▁lar", + "anja" + ], + [ + "▁ENG", + "INE" + ], + [ + "▁Teacher", + "s" + ], + [ + "▁Teach", + "ers" + ], + [ + "S", + "W" + ], + [ + "2.1", + "6" + ], + [ + "2.", + "16" + ], + [ + "▁Ve", + "ter" + ], + [ + "▁V", + "eter" + ], + [ + "▁Intern", + "al" + ], + [ + "▁Inter", + "nal" + ], + [ + "▁In", + "ternal" + ], + [ + "▁", + "Internal" + ], + [ + "▁Corpor", + "ation" + ], + [ + "▁Corpo", + "ration" + ], + [ + "▁Corp", + "oration" + ], + [ + "Lim", + "it" + ], + [ + "Li", + "mit" + ], + [ + "▁regula", + "ção" + ], + [ + "▁regul", + "ação" + ], + [ + "▁reg", + "ulação" + ], + [ + "▁physic", + "ian" + ], + [ + "▁phys", + "ician" + ], + [ + "▁entra", + "m" + ], + [ + "▁entr", + "am" + ], + [ + "▁ent", + "ram" + ], + [ + "▁recomenda", + "ção" + ], + [ + "▁recomend", + "ação" + ], + [ + "▁talento", + "s" + ], + [ + "▁talent", + "os" + ], + [ + "▁tal", + "entos" + ], + [ + "▁implica", + "ções" + ], + [ + "▁implic", + "ações" + ], + [ + "▁impl", + "icações" + ], + [ + "▁im", + "plicações" + ], + [ + "ware", + "s" + ], + [ + "war", + "es" + ], + [ + "wa", + "res" + ], + [ + "w", + "ares" + ], + [ + "▁trait", + "s" + ], + [ + "▁tra", + "its" + ], + [ + "iter", + "ator" + ], + [ + "it", + "erator" + ], + [ + "▁colocado", + "s" + ], + [ + "▁coloca", + "dos" + ], + [ + "▁coloc", + "ados" + ], + [ + "▁colo", + "cados" + ], + [ + "▁col", + "ocados" + ], + [ + "▁discurso", + "s" + ], + [ + "▁discurs", + "os" + ], + [ + "▁disc", + "ursos" + ], + [ + "Fig", + "ure" + ], + [ + "▁ouvido", + "s" + ], + [ + "▁ouvi", + "dos" + ], + [ + "▁ouv", + "idos" + ], + [ + "▁ou", + "vidos" + ], + [ + "▁ep", + "och" + ], + [ + "▁", + "epoch" + ], + [ + "▁fac", + "ial" + ], + [ + "▁fa", + "cial" + ], + [ + "▁f", + "acial" + ], + [ + "▁ins", + "eg" + ], + [ + "▁in", + "seg" + ], + [ + "se", + "p" + ], + [ + "s", + "ep" + ], + [ + "▁Con", + "g" + ], + [ + "▁Co", + "ng" + ], + [ + "▁C", + "ong" + ], + [ + "▁over", + "s" + ], + [ + "▁ov", + "ers" + ], + [ + "▁o", + "vers" + ], + [ + "▁", + "overs" + ], + [ + "▁Ach", + "o" + ], + [ + "▁Ac", + "ho" + ], + [ + "▁A", + "cho" + ], + [ + "▁program", + "me" + ], + [ + "▁acrescent", + "a" + ], + [ + "▁acresc", + "enta" + ], + [ + "fl", + "or" + ], + [ + "f", + "lor" + ], + [ + "▁toler", + "ância" + ], + [ + "38", + "," + ], + [ + "3", + "8," + ], + [ + "▁Sen", + "ado" + ], + [ + "▁influ", + "enza" + ], + [ + "▁an", + "ex" + ], + [ + "▁a", + "nex" + ], + [ + "▁absolute", + "ly" + ], + [ + "▁absolut", + "ely" + ], + [ + "▁Th", + "om" + ], + [ + "▁T", + "hom" + ], + [ + "▁expos", + "to" + ], + [ + "▁expo", + "sto" + ], + [ + "▁exp", + "osto" + ], + [ + "▁ex", + "posto" + ], + [ + "-3", + "." + ], + [ + "-", + "3." + ], + [ + "▁ignore", + "d" + ], + [ + "▁ignor", + "ed" + ], + [ + "▁ign", + "ored" + ], + [ + "part", + "y" + ], + [ + "par", + "ty" + ], + [ + "▁ac", + "ção" + ], + [ + "▁a", + "cção" + ], + [ + "▁", + "acção" + ], + [ + "ributo", + "s" + ], + [ + "ribut", + "os" + ], + [ + "ribu", + "tos" + ], + [ + "rib", + "utos" + ], + [ + "▁N", + "úcleo" + ], + [ + "▁económ", + "ico" + ], + [ + "▁gan", + "h" + ], + [ + "▁ga", + "nh" + ], + [ + "▁g", + "anh" + ], + [ + "gre", + "d" + ], + [ + "gr", + "ed" + ], + [ + "g", + "red" + ], + [ + "▁antib", + "ióticos" + ], + [ + "▁pano", + "r" + ], + [ + "▁pan", + "or" + ], + [ + "▁pa", + "nor" + ], + [ + "▁Trans", + "fer" + ], + [ + "▁", + "Transfer" + ], + [ + "▁Encycl", + "opedia" + ], + [ + "is", + "p" + ], + [ + "i", + "sp" + ], + [ + "MENTO", + "S" + ], + [ + "MENT", + "OS" + ], + [ + "day", + "s" + ], + [ + "da", + "ys" + ], + [ + "d", + "ays" + ], + [ + "▁bi", + "ologia" + ], + [ + "▁b", + "iologia" + ], + [ + "▁cor", + "al" + ], + [ + "▁co", + "ral" + ], + [ + "▁c", + "oral" + ], + [ + "▁ser", + "t" + ], + [ + "▁se", + "rt" + ], + [ + "▁s", + "ert" + ], + [ + "▁tell", + "ing" + ], + [ + "▁tel", + "ling" + ], + [ + "▁t", + "elling" + ], + [ + "▁", + "telling" + ], + [ + "f", + "etch" + ], + [ + "▁prev", + "is" + ], + [ + "▁pre", + "vis" + ], + [ + "to", + "l" + ], + [ + "t", + "ol" + ], + [ + "▁estab", + "il" + ], + [ + "▁esta", + "bil" + ], + [ + "▁est", + "abil" + ], + [ + "▁mor", + "ph" + ], + [ + "▁m", + "orph" + ], + [ + "rel", + "ation" + ], + [ + "re", + "lation" + ], + [ + "▁aprove", + "itamento" + ], + [ + "▁rom", + "ano" + ], + [ + "▁ro", + "mano" + ], + [ + "]", + "+" + ], + [ + "▁disc", + "ern" + ], + [ + "ult", + "e" + ], + [ + "ul", + "te" + ], + [ + "UL", + "E" + ], + [ + "U", + "LE" + ], + [ + "pu", + "r" + ], + [ + "p", + "ur" + ], + [ + "▁eman", + "cip" + ], + [ + "▁cal", + "endar" + ], + [ + "Per", + "s" + ], + [ + "Pe", + "rs" + ], + [ + "P", + "ers" + ], + [ + "▁stri", + "ke" + ], + [ + "▁str", + "ike" + ], + [ + "▁selv", + "agem" + ], + [ + "▁anim", + "ation" + ], + [ + "▁", + "animation" + ], + [ + "▁complic", + "ations" + ], + [ + "▁com", + "plications" + ], + [ + "elle", + "d" + ], + [ + "ell", + "ed" + ], + [ + "el", + "led" + ], + [ + "▁prejuízo", + "s" + ], + [ + "▁prejuí", + "zos" + ], + [ + "▁-", + "5" + ], + [ + "▁", + "-5" + ], + [ + "det", + "ail" + ], + [ + "de", + "tail" + ], + [ + "d", + "etail" + ], + [ + "▁Equ", + "ip" + ], + [ + "▁tx", + "t" + ], + [ + "▁t", + "xt" + ], + [ + "▁", + "txt" + ], + [ + "event", + "s" + ], + [ + "even", + "ts" + ], + [ + "ev", + "ents" + ], + [ + "étr", + "ico" + ], + [ + "ét", + "rico" + ], + [ + "é", + "trico" + ], + [ + "▁Tipo", + "s" + ], + [ + "▁Tip", + "os" + ], + [ + "▁Ti", + "pos" + ], + [ + "▁T", + "ipos" + ], + [ + "▁coin", + "s" + ], + [ + "▁co", + "ins" + ], + [ + "▁improvement", + "s" + ], + [ + "▁improve", + "ments" + ], + [ + "▁improv", + "ements" + ], + [ + "▁impro", + "vements" + ], + [ + "▁naveg", + "ação" + ], + [ + "▁represent", + "ando" + ], + [ + "she", + "et" + ], + [ + "s", + "heet" + ], + [ + "▁vento", + "s" + ], + [ + "▁vent", + "os" + ], + [ + "▁ven", + "tos" + ], + [ + "▁v", + "entos" + ], + [ + "▁ri", + "val" + ], + [ + "▁r", + "ival" + ], + [ + "▁domina", + "nt" + ], + [ + "▁domin", + "ant" + ], + [ + "▁disp", + "ens" + ], + [ + "▁dis", + "pens" + ], + [ + "▁pseud", + "o" + ], + [ + "▁pse", + "udo" + ], + [ + "▁p", + "seudo" + ], + [ + "idente", + "s" + ], + [ + "ident", + "es" + ], + [ + "iden", + "tes" + ], + [ + "id", + "entes" + ], + [ + "```", + "`" + ], + [ + "``", + "``" + ], + [ + "`", + "```" + ], + [ + "zero", + "s" + ], + [ + "zer", + "os" + ], + [ + "ze", + "ros" + ], + [ + "z", + "eros" + ], + [ + "Sec", + "urity" + ], + [ + "S", + "ecurity" + ], + [ + "á", + "dio" + ], + [ + "cont", + "ains" + ], + [ + "con", + "tains" + ], + [ + "▁pref", + "eito" + ], + [ + "▁pre", + "feito" + ], + [ + "▁integr", + "a" + ], + [ + "▁integ", + "ra" + ], + [ + "▁inte", + "gra" + ], + [ + "Gr", + "e" + ], + [ + "G", + "re" + ], + [ + "▁circuit", + "s" + ], + [ + "▁circ", + "uits" + ], + [ + "▁propag", + "ação" + ], + [ + "▁est", + "o" + ], + [ + "▁es", + "to" + ], + [ + "▁e", + "sto" + ], + [ + "▁", + "esto" + ], + [ + "▁EXIST", + "S" + ], + [ + "▁Vari", + "able" + ], + [ + "▁Var", + "iable" + ], + [ + "▁V", + "ariable" + ], + [ + "▁", + "Variable" + ], + [ + "▁CON", + "DIT" + ], + [ + "min", + "o" + ], + [ + "mi", + "no" + ], + [ + "m", + "ino" + ], + [ + "rd", + "i" + ], + [ + "r", + "di" + ], + [ + "▁sun", + "light" + ], + [ + "▁Abra", + "ão" + ], + [ + "▁á", + "r" + ], + [ + "▁", + "ár" + ], + [ + "▁CD", + "C" + ], + [ + "▁C", + "DC" + ], + [ + "▁", + "CDC" + ], + [ + "ecia", + "m" + ], + [ + "eci", + "am" + ], + [ + "ec", + "iam" + ], + [ + "e", + "ciam" + ], + [ + "▁gu", + "itar" + ], + [ + "▁decorrente", + "s" + ], + [ + "▁decorr", + "entes" + ], + [ + "part", + "s" + ], + [ + "par", + "ts" + ], + [ + "p", + "arts" + ], + [ + "▁or", + "ange" + ], + [ + "▁o", + "range" + ], + [ + "▁", + "orange" + ], + [ + "▁Mu", + "ch" + ], + [ + "▁M", + "uch" + ], + [ + "ESS", + "O" + ], + [ + "ES", + "SO" + ], + [ + "▁los", + "ing" + ], + [ + "▁lo", + "sing" + ], + [ + "▁l", + "osing" + ], + [ + "▁bron", + "ze" + ], + [ + "▁completa", + "r" + ], + [ + "▁complet", + "ar" + ], + [ + "▁comple", + "tar" + ], + [ + "▁tro", + "c" + ], + [ + "▁tr", + "oc" + ], + [ + "▁t", + "roc" + ], + [ + "▁concentra", + "r" + ], + [ + "▁concentr", + "ar" + ], + [ + "▁concent", + "rar" + ], + [ + "▁OT", + "HER" + ], + [ + "▁O", + "THER" + ], + [ + "▁estim", + "a" + ], + [ + "▁est", + "ima" + ], + [ + "▁es", + "tima" + ], + [ + "▁", + "estima" + ], + [ + "▁Spec", + "ific" + ], + [ + "▁", + "Specific" + ], + [ + "▁divisor", + "s" + ], + [ + "▁divis", + "ors" + ], + [ + "▁simultaneous", + "ly" + ], + [ + "▁simultane", + "ously" + ], + [ + "▁simult", + "aneously" + ], + [ + "▁administr", + "ativa" + ], + [ + "▁cer", + "v" + ], + [ + "▁ce", + "rv" + ], + [ + "▁c", + "erv" + ], + [ + "▁Express", + "ion" + ], + [ + "▁Expr", + "ession" + ], + [ + "▁Ex", + "pression" + ], + [ + "▁", + "Expression" + ], + [ + "re", + "v" + ], + [ + "r", + "ev" + ], + [ + "sk", + "y" + ], + [ + "s", + "ky" + ], + [ + "▁move", + "r" + ], + [ + "▁mov", + "er" + ], + [ + "▁mo", + "ver" + ], + [ + "▁m", + "over" + ], + [ + "na", + "n" + ], + [ + "n", + "an" + ], + [ + "ener", + "gy" + ], + [ + "en", + "ergy" + ], + [ + "INST", + "ALL" + ], + [ + "go", + "n" + ], + [ + "g", + "on" + ], + [ + "▁all", + "e" + ], + [ + "▁al", + "le" + ], + [ + "▁", + "alle" + ], + [ + "dit", + "o" + ], + [ + "di", + "to" + ], + [ + "d", + "ito" + ], + [ + "▁fe", + "e" + ], + [ + "▁f", + "ee" + ], + [ + "▁", + "fee" + ], + [ + "▁75", + "%" + ], + [ + "▁7", + "5%" + ], + [ + "▁Instit", + "u" + ], + [ + "▁Inst", + "itu" + ], + [ + "qu", + "o" + ], + [ + "q", + "uo" + ], + [ + "▁Sl", + "ide" + ], + [ + "▁tir", + "a" + ], + [ + "▁ti", + "ra" + ], + [ + "▁t", + "ira" + ], + [ + "S", + "rc" + ], + [ + "39", + "." + ], + [ + "3", + "9." + ], + [ + "▁ta", + "ck" + ], + [ + "▁t", + "ack" + ], + [ + "▁Prob", + "ability" + ], + [ + "▁rea", + "g" + ], + [ + "▁re", + "ag" + ], + [ + "▁ve", + "jo" + ], + [ + "ach", + "o" + ], + [ + "ac", + "ho" + ], + [ + "a", + "cho" + ], + [ + "▁frame", + "s" + ], + [ + "▁fra", + "mes" + ], + [ + "▁fr", + "ames" + ], + [ + "▁", + "frames" + ], + [ + "▁candidate", + "s" + ], + [ + "▁candid", + "ates" + ], + [ + "▁cat", + "ar" + ], + [ + "▁ca", + "tar" + ], + [ + "▁c", + "atar" + ], + [ + "ais", + "s" + ], + [ + "ai", + "ss" + ], + [ + "a", + "iss" + ], + [ + "▁polic", + "ial" + ], + [ + "▁poli", + "cial" + ], + [ + "▁pol", + "icial" + ], + [ + "anç", + "o" + ], + [ + "an", + "ço" + ], + [ + "▁mont", + "e" + ], + [ + "▁mon", + "te" + ], + [ + "▁m", + "onte" + ], + [ + "▁$2", + "," + ], + [ + "▁$", + "2," + ], + [ + "cro", + "ss" + ], + [ + "cr", + "oss" + ], + [ + "c", + "ross" + ], + [ + "▁Índ", + "ice" + ], + [ + "fl", + "y" + ], + [ + "f", + "ly" + ], + [ + "▁criado", + "r" + ], + [ + "▁cria", + "dor" + ], + [ + "▁cri", + "ador" + ], + [ + "▁weak", + "ness" + ], + [ + "▁encar", + "reg" + ], + [ + "▁Lei", + "te" + ], + [ + "▁Le", + "ite" + ], + [ + "avi", + "er" + ], + [ + "av", + "ier" + ], + [ + "a", + "vier" + ], + [ + "il", + "ateral" + ], + [ + "▁cup", + "s" + ], + [ + "▁cu", + "ps" + ], + [ + "▁c", + "ups" + ], + [ + "▁sind", + "ic" + ], + [ + "▁sin", + "dic" + ], + [ + "▁s", + "indic" + ], + [ + "▁membran", + "e" + ], + [ + "▁memb", + "rane" + ], + [ + "▁viaj", + "ar" + ], + [ + "▁via", + "jar" + ], + [ + "▁transform", + "ando" + ], + [ + "▁caixa", + "s" + ], + [ + "▁caix", + "as" + ], + [ + "▁ca", + "ixas" + ], + [ + "▁c", + "aixas" + ], + [ + "▁Mem", + "ory" + ], + [ + "▁", + "Memory" + ], + [ + "▁forg", + "ot" + ], + [ + "▁for", + "got" + ], + [ + "▁underg", + "o" + ], + [ + "▁under", + "go" + ], + [ + "▁restaur", + "ação" + ], + [ + "▁resta", + "uração" + ], + [ + "▁mapa", + "s" + ], + [ + "▁map", + "as" + ], + [ + "▁ma", + "pas" + ], + [ + "▁m", + "apas" + ], + [ + "▁Comm", + "un" + ], + [ + "▁Com", + "mun" + ], + [ + "▁Rou", + "nd" + ], + [ + "▁Ro", + "und" + ], + [ + "▁R", + "ound" + ], + [ + "▁", + "Round" + ], + [ + "W", + "ORK" + ], + [ + "▁Spe", + "ed" + ], + [ + "▁S", + "peed" + ], + [ + "▁", + "Speed" + ], + [ + "▁Ali", + "ás" + ], + [ + "▁Ha", + "y" + ], + [ + "▁H", + "ay" + ], + [ + "▁tradition", + "s" + ], + [ + "▁trad", + "itions" + ], + [ + "▁tra", + "ditions" + ], + [ + "IVE", + "RS" + ], + [ + "IV", + "ERS" + ], + [ + "▁derr", + "ot" + ], + [ + "▁der", + "rot" + ], + [ + "▁assum", + "ing" + ], + [ + "▁ano", + "mal" + ], + [ + "▁an", + "omal" + ], + [ + "▁Oft", + "en" + ], + [ + "▁Of", + "ten" + ], + [ + "▁polu", + "entes" + ], + [ + "▁po", + "luentes" + ], + [ + "]:", + ":" + ], + [ + "]", + "::" + ], + [ + "▁ensaio", + "s" + ], + [ + "▁ensa", + "ios" + ], + [ + "▁", + "ensaios" + ], + [ + "él", + "ia" + ], + [ + "é", + "lia" + ], + [ + "▁Process", + "o" + ], + [ + "▁Proc", + "esso" + ], + [ + "=\"", + "../" + ], + [ + "4", + "%" + ], + [ + "▁date", + "time" + ], + [ + "▁dat", + "etime" + ], + [ + "▁", + "datetime" + ], + [ + "▁colon", + "ização" + ], + [ + "handle", + "r" + ], + [ + "hand", + "ler" + ], + [ + "61", + "6" + ], + [ + "6", + "16" + ], + [ + "▁algebra", + "ic" + ], + [ + "▁return", + "ing" + ], + [ + "oca", + "do" + ], + [ + "oc", + "ado" + ], + [ + "o", + "cado" + ], + [ + "▁people", + "s" + ], + [ + "▁pe", + "oples" + ], + [ + "▁aprende", + "u" + ], + [ + "▁aprend", + "eu" + ], + [ + "▁apr", + "endeu" + ], + [ + "6", + "_" + ], + [ + "▁ra", + "y" + ], + [ + "▁r", + "ay" + ], + [ + "▁", + "ray" + ], + [ + "Bot", + "tom" + ], + [ + "B", + "ottom" + ], + [ + "▁achieve", + "ment" + ], + [ + "▁achie", + "vement" + ], + [ + "▁b", + "s" + ], + [ + "▁", + "bs" + ], + [ + "▁−", + "0." + ], + [ + "▁gestor", + "es" + ], + [ + "▁gesto", + "res" + ], + [ + "▁gest", + "ores" + ], + [ + "cion", + "ar" + ], + [ + "cio", + "nar" + ], + [ + "c", + "ionar" + ], + [ + "romagn", + "etic" + ], + [ + "▁Dis", + "s" + ], + [ + "▁Di", + "ss" + ], + [ + "▁D", + "iss" + ], + [ + "▁expectation", + "s" + ], + [ + "▁expect", + "ations" + ], + [ + "▁experi", + "encing" + ], + [ + "▁SU", + "S" + ], + [ + "▁S", + "US" + ], + [ + "▁", + "SUS" + ], + [ + "▁Calcul", + "ator" + ], + [ + "▁Calc", + "ulator" + ], + [ + "▁Perc", + "e" + ], + [ + "▁Per", + "ce" + ], + [ + "agi", + "smo" + ], + [ + "ag", + "ismo" + ], + [ + "▁Fri", + "ed" + ], + [ + "▁Fr", + "ied" + ], + [ + "▁F", + "ried" + ], + [ + "▁ind", + "igenous" + ], + [ + "G", + "V" + ], + [ + "B", + "T" + ], + [ + "▁threat", + "s" + ], + [ + "▁win", + "g" + ], + [ + "▁w", + "ing" + ], + [ + "▁", + "wing" + ], + [ + "▁dup", + "lic" + ], + [ + "▁du", + "plic" + ], + [ + "▁Ec", + "o" + ], + [ + "▁E", + "co" + ], + [ + "ski", + "p" + ], + [ + "sk", + "ip" + ], + [ + "cr", + "ate" + ], + [ + "c", + "rate" + ], + [ + "sl", + "ide" + ], + [ + "▁In", + "ici" + ], + [ + "▁A", + "O" + ], + [ + "▁", + "AO" + ], + [ + "weight", + "s" + ], + [ + "we", + "ights" + ], + [ + "LE", + "N" + ], + [ + "L", + "EN" + ], + [ + "▁corre", + "ção" + ], + [ + "+", + "3" + ], + [ + "▁vind", + "a" + ], + [ + "▁vin", + "da" + ], + [ + "▁v", + "inda" + ], + [ + "▁slave", + "s" + ], + [ + "▁sla", + "ves" + ], + [ + "▁sl", + "aves" + ], + [ + "la", + "w" + ], + [ + "l", + "aw" + ], + [ + "els", + "ius" + ], + [ + "▁reun", + "ir" + ], + [ + "▁INTRO", + "DUÇÃO" + ], + [ + "▁Stat", + "ion" + ], + [ + "▁Sta", + "tion" + ], + [ + "▁St", + "ation" + ], + [ + "▁", + "Station" + ], + [ + "▁SUB", + "ROUTINE" + ], + [ + "sto", + "ck" + ], + [ + "st", + "ock" + ], + [ + "2\"", + "," + ], + [ + "2", + "\"," + ], + [ + "C", + "ursor" + ], + [ + "date", + "time" + ], + [ + "dat", + "etime" + ], + [ + "▁ab", + "enço" + ], + [ + "▁Christian", + "s" + ], + [ + "▁Christ", + "ians" + ], + [ + "▁separa", + "tion" + ], + [ + "▁separ", + "ation" + ], + [ + "iso", + "l" + ], + [ + "is", + "ol" + ], + [ + "i", + "sol" + ], + [ + "edd", + "ing" + ], + [ + "ed", + "ding" + ], + [ + "▁cresc", + "endo" + ], + [ + "▁cres", + "cendo" + ], + [ + "▁vil", + "a" + ], + [ + "▁vi", + "la" + ], + [ + "▁v", + "ila" + ], + [ + "▁ce", + "ss" + ], + [ + "▁c", + "ess" + ], + [ + "▁", + "cess" + ], + [ + "Al", + "g" + ], + [ + "A", + "lg" + ], + [ + "UB", + "LIC" + ], + [ + "U", + "BLIC" + ], + [ + "▁A", + "V" + ], + [ + "▁", + "AV" + ], + [ + "▁pintura", + "s" + ], + [ + "▁pint", + "uras" + ], + [ + "▁00", + ":" + ], + [ + "▁0", + "0:" + ], + [ + "▁", + "00:" + ], + [ + "▁vulner", + "abilidade" + ], + [ + "▁excit", + "ing" + ], + [ + "▁exc", + "iting" + ], + [ + "▁Mov", + "e" + ], + [ + "▁Mo", + "ve" + ], + [ + "▁M", + "ove" + ], + [ + "▁", + "Move" + ], + [ + "Re", + "lease" + ], + [ + "▁reflex", + "o" + ], + [ + "▁refl", + "exo" + ], + [ + "▁melhoria", + "s" + ], + [ + "▁melhor", + "ias" + ], + [ + "▁melh", + "orias" + ], + [ + "?", + ";" + ], + [ + "▁con", + "e" + ], + [ + "▁co", + "ne" + ], + [ + "▁c", + "one" + ], + [ + "._", + "_" + ], + [ + ".", + "__" + ], + [ + "▁4", + ";" + ], + [ + "▁", + "4;" + ], + [ + "▁dever", + "es" + ], + [ + "▁deve", + "res" + ], + [ + "▁Conc", + "l" + ], + [ + "▁Con", + "cl" + ], + [ + "▁warning", + "s" + ], + [ + "▁warn", + "ings" + ], + [ + "▁war", + "nings" + ], + [ + "▁w", + "arnings" + ], + [ + "▁", + "warnings" + ], + [ + "▁fom", + "os" + ], + [ + "▁fo", + "mos" + ], + [ + "▁f", + "omos" + ], + [ + "▁cat", + "tle" + ], + [ + "▁c", + "attle" + ], + [ + "▁execute", + "d" + ], + [ + "▁execut", + "ed" + ], + [ + "▁exec", + "uted" + ], + [ + "jam", + "in" + ], + [ + "ja", + "min" + ], + [ + "j", + "amin" + ], + [ + "▁'.", + "/" + ], + [ + "▁'", + "./" + ], + [ + "oid", + "s" + ], + [ + "oi", + "ds" + ], + [ + "o", + "ids" + ], + [ + ",1", + ")" + ], + [ + ",", + "1)" + ], + [ + "21", + "1" + ], + [ + "2", + "11" + ], + [ + "▁IB", + "GE" + ], + [ + "▁", + "IBGE" + ], + [ + "▁nutric", + "ionista" + ], + [ + "RO", + "OT" + ], + [ + "▁mu", + "cos" + ], + [ + "ua", + "do" + ], + [ + "u", + "ado" + ], + [ + "psi", + "a" + ], + [ + "ps", + "ia" + ], + [ + "p", + "sia" + ], + [ + "▁os", + "cil" + ], + [ + "▁gera", + "do" + ], + [ + "▁ger", + "ado" + ], + [ + "▁ge", + "rado" + ], + [ + "▁considera", + "m" + ], + [ + "▁consider", + "am" + ], + [ + "ric", + "o" + ], + [ + "ri", + "co" + ], + [ + "r", + "ico" + ], + [ + "▁distante", + "s" + ], + [ + "▁distant", + "es" + ], + [ + "▁dist", + "antes" + ], + [ + "▁Step", + "hen" + ], + [ + "▁Ste", + "phen" + ], + [ + "pan", + "el" + ], + [ + "pa", + "nel" + ], + [ + "▁b", + "ên" + ], + [ + "▁Fór", + "um" + ], + [ + "count", + "s" + ], + [ + "▁Inf", + "lu" + ], + [ + "▁In", + "flu" + ], + [ + "▁eletr", + "ônica" + ], + [ + "▁ben", + "ch" + ], + [ + "▁b", + "ench" + ], + [ + "▁", + "bench" + ], + [ + "sp", + "e" + ], + [ + "s", + "pe" + ], + [ + "▁entrega", + "r" + ], + [ + "▁entreg", + "ar" + ], + [ + "▁entre", + "gar" + ], + [ + "▁ent", + "regar" + ], + [ + "▁(2", + "6" + ], + [ + "▁(", + "26" + ], + [ + "▁Ár", + "ea" + ], + [ + "▁Á", + "rea" + ], + [ + "▁Chem", + "istry" + ], + [ + "▁C", + "hemistry" + ], + [ + "▁fug", + "ir" + ], + [ + "di", + "f" + ], + [ + "d", + "if" + ], + [ + "uito", + "s" + ], + [ + "uit", + "os" + ], + [ + "ui", + "tos" + ], + [ + "u", + "itos" + ], + [ + "▁aster", + "o" + ], + [ + "▁ast", + "ero" + ], + [ + "▁as", + "tero" + ], + [ + "Back", + "ground" + ], + [ + "ína", + "s" + ], + [ + "ín", + "as" + ], + [ + "í", + "nas" + ], + [ + "per", + "iod" + ], + [ + "se", + "d" + ], + [ + "s", + "ed" + ], + [ + "▁excel", + "ência" + ], + [ + "▁Conte", + "ú" + ], + [ + "▁fix", + "a" + ], + [ + "▁fi", + "xa" + ], + [ + "▁f", + "ixa" + ], + [ + "▁pudesse", + "m" + ], + [ + "▁pud", + "essem" + ], + [ + "▁settle", + "ment" + ], + [ + "▁sett", + "lement" + ], + [ + "▁viv", + "ência" + ], + [ + "▁v", + "ivência" + ], + [ + "izz", + "a" + ], + [ + "iz", + "za" + ], + [ + "priv", + "ate" + ], + [ + "pr", + "ivate" + ], + [ + "▁Phil", + "ip" + ], + [ + "EC", + "D" + ], + [ + "E", + "CD" + ], + [ + "anci", + "a" + ], + [ + "anc", + "ia" + ], + [ + "an", + "cia" + ], + [ + "a", + "ncia" + ], + [ + "▁descrit", + "o" + ], + [ + "▁desc", + "rito" + ], + [ + "▁identific", + "a" + ], + [ + "▁ident", + "ifica" + ], + [ + "▁every", + "where" + ], + [ + "▁apresenta", + "ções" + ], + [ + "▁apresent", + "ações" + ], + [ + "▁Model", + "o" + ], + [ + "▁Mode", + "lo" + ], + [ + "▁Mod", + "elo" + ], + [ + "▁La", + "s" + ], + [ + "▁L", + "as" + ], + [ + "32", + "(" + ], + [ + "3", + "2(" + ], + [ + "check", + "ed" + ], + [ + "cent", + "ury" + ], + [ + "▁Gu", + "il" + ], + [ + "frame", + "work" + ], + [ + "▁plena", + "mente" + ], + [ + "▁plen", + "amente" + ], + [ + "car", + "bon" + ], + [ + "▁mark", + "er" + ], + [ + "▁mar", + "ker" + ], + [ + "▁", + "marker" + ], + [ + "syn", + "c" + ], + [ + "sy", + "nc" + ], + [ + "s", + "ync" + ], + [ + "▁p", + "g" + ], + [ + "▁", + "pg" + ], + [ + "12", + "3" + ], + [ + "1", + "23" + ], + [ + "▁micro", + "r" + ], + [ + "▁micr", + "or" + ], + [ + "▁mic", + "ror" + ], + [ + "▁devida", + "mente" + ], + [ + "▁dev", + "idamente" + ], + [ + "#", + ";" + ], + [ + "▁termin", + "a" + ], + [ + "▁term", + "ina" + ], + [ + "▁ter", + "mina" + ], + [ + "▁Comment", + "s" + ], + [ + "▁Comm", + "ents" + ], + [ + "▁Com", + "ments" + ], + [ + "oc", + "ent" + ], + [ + "o", + "cent" + ], + [ + "▁C", + "és" + ], + [ + "car", + "a" + ], + [ + "ca", + "ra" + ], + [ + "c", + "ara" + ], + [ + "D", + "a" + ], + [ + "UT", + "F" + ], + [ + "U", + "TF" + ], + [ + "()", + "{" + ], + [ + "(", + "){" + ], + [ + "edi", + "c" + ], + [ + "ed", + "ic" + ], + [ + "e", + "dic" + ], + [ + "▁Qu", + "ad" + ], + [ + "▁", + "Quad" + ], + [ + "▁transp", + "l" + ], + [ + "▁trans", + "pl" + ], + [ + "▁tran", + "spl" + ], + [ + "▁lança", + "r" + ], + [ + "▁lanç", + "ar" + ], + [ + "▁lan", + "çar" + ], + [ + "tri", + "m" + ], + [ + "tr", + "im" + ], + [ + "t", + "rim" + ], + [ + "▁prev", + "er" + ], + [ + "▁pre", + "ver" + ], + [ + "▁pr", + "ever" + ], + [ + "▁p", + "rever" + ], + [ + "▁eld", + "er" + ], + [ + "▁el", + "der" + ], + [ + "▁e", + "lder" + ], + [ + "▁Gen", + "e" + ], + [ + "▁Ge", + "ne" + ], + [ + "▁G", + "ene" + ], + [ + "▁daqu", + "i" + ], + [ + "▁da", + "qui" + ], + [ + "▁It", + "a" + ], + [ + "▁I", + "ta" + ], + [ + "▁Davi", + "s" + ], + [ + "▁Dav", + "is" + ], + [ + "▁Da", + "vis" + ], + [ + "▁parceria", + "s" + ], + [ + "▁parcer", + "ias" + ], + [ + "▁parce", + "rias" + ], + [ + "▁parc", + "erias" + ], + [ + "(1", + "." + ], + [ + "(", + "1." + ], + [ + "▁Bin", + "ary" + ], + [ + "▁B", + "inary" + ], + [ + "▁", + "Binary" + ], + [ + "Sc", + "ore" + ], + [ + "S", + "core" + ], + [ + "▁enga", + "ging" + ], + [ + "▁eng", + "aging" + ], + [ + "NI", + "NG" + ], + [ + "N", + "ING" + ], + [ + "▁Str", + "uct" + ], + [ + "▁", + "Struct" + ], + [ + "eni", + "a" + ], + [ + "en", + "ia" + ], + [ + "e", + "nia" + ], + [ + "Tab", + "Index" + ], + [ + "can", + "o" + ], + [ + "ca", + "no" + ], + [ + "c", + "ano" + ], + [ + "iate", + "d" + ], + [ + "iat", + "ed" + ], + [ + "ia", + "ted" + ], + [ + "i", + "ated" + ], + [ + "▁Bás", + "ica" + ], + [ + "▁update", + "s" + ], + [ + "▁up", + "dates" + ], + [ + "▁diminu", + "indo" + ], + [ + "▁dimin", + "uindo" + ], + [ + "analy", + "sis" + ], + [ + "anal", + "ysis" + ], + [ + "10", + "7" + ], + [ + "1", + "07" + ], + [ + "▁ble", + "ss" + ], + [ + "▁bl", + "ess" + ], + [ + "▁b", + "less" + ], + [ + "W", + "ait" + ], + [ + "▁GP", + "U" + ], + [ + "▁G", + "PU" + ], + [ + "▁", + "GPU" + ], + [ + "omen", + "a" + ], + [ + "ome", + "na" + ], + [ + "om", + "ena" + ], + [ + "▁cria", + "m" + ], + [ + "▁cri", + "am" + ], + [ + "▁cr", + "iam" + ], + [ + "▁c", + "riam" + ], + [ + "▁deixar", + "am" + ], + [ + "▁deixa", + "ram" + ], + [ + "▁deix", + "aram" + ], + [ + "Map", + "ping" + ], + [ + "Ma", + "pping" + ], + [ + "M", + "apping" + ], + [ + "▁relat", + "e" + ], + [ + "▁rel", + "ate" + ], + [ + "▁re", + "late" + ], + [ + "atal", + "og" + ], + [ + "ata", + "log" + ], + [ + "Mont", + "h" + ], + [ + "Mon", + "th" + ], + [ + "Mo", + "nth" + ], + [ + "▁dig", + "o" + ], + [ + "▁di", + "go" + ], + [ + "▁d", + "igo" + ], + [ + "tha", + "l" + ], + [ + "th", + "al" + ], + [ + "t", + "hal" + ], + [ + "pk", + "g" + ], + [ + "p", + "kg" + ], + [ + "▁este", + "r" + ], + [ + "▁est", + "er" + ], + [ + "▁es", + "ter" + ], + [ + "▁e", + "ster" + ], + [ + "▁", + "ester" + ], + [ + "========", + "====" + ], + [ + "====", + "========" + ], + [ + "rea", + "ct" + ], + [ + "re", + "act" + ], + [ + "connect", + "ed" + ], + [ + "conn", + "ected" + ], + [ + "▁Dis", + "cipl" + ], + [ + "▁D", + "iscipl" + ], + [ + "▁HT", + "TP" + ], + [ + "▁", + "HTTP" + ], + [ + "▁Vitam", + "in" + ], + [ + "▁Vit", + "amin" + ], + [ + "▁H", + "E" + ], + [ + "▁", + "HE" + ], + [ + "▁config", + "ura" + ], + [ + "▁confi", + "gura" + ], + [ + "▁con", + "figura" + ], + [ + "un", + "i" + ], + [ + "u", + "ni" + ], + [ + "▁série", + "s" + ], + [ + "▁sé", + "ries" + ], + [ + "Be", + "gin" + ], + [ + "▁percent", + "ual" + ], + [ + "▁note", + "book" + ], + [ + "▁Sab", + "e" + ], + [ + "▁Sa", + "be" + ], + [ + "▁S", + "abe" + ], + [ + "▁cap", + "s" + ], + [ + "▁ca", + "ps" + ], + [ + "▁c", + "aps" + ], + [ + "ate", + "m" + ], + [ + "at", + "em" + ], + [ + "a", + "tem" + ], + [ + "▁dif", + "usão" + ], + [ + "▁PART", + "IC" + ], + [ + "▁PAR", + "TIC" + ], + [ + "▁Atl", + "ântico" + ], + [ + "P", + "B" + ], + [ + "▁pal", + "co" + ], + [ + "▁package", + "s" + ], + [ + "▁pack", + "ages" + ], + [ + "▁", + "packages" + ], + [ + "▁wonder", + "ful" + ], + [ + "▁aprov", + "ado" + ], + [ + "▁apro", + "vado" + ], + [ + "▁techn", + "ological" + ], + [ + "▁header", + "s" + ], + [ + "▁head", + "ers" + ], + [ + "▁he", + "aders" + ], + [ + "▁", + "headers" + ], + [ + "▁13", + "3" + ], + [ + "▁1", + "33" + ], + [ + "▁", + "133" + ], + [ + "▁c", + "x" + ], + [ + "▁", + "cx" + ], + [ + "\":", + "1,\"" + ], + [ + "PA", + "CK" + ], + [ + "P", + "ACK" + ], + [ + "▁semelh", + "ança" + ], + [ + "(0)", + "," + ], + [ + "(0", + ")," + ], + [ + "(", + "0)," + ], + [ + "▁equilibr", + "ada" + ], + [ + "▁equilib", + "rada" + ], + [ + "▁L", + "ú" + ], + [ + "▁11", + "3" + ], + [ + "▁1", + "13" + ], + [ + "▁", + "113" + ], + [ + "▁hid", + "e" + ], + [ + "▁hi", + "de" + ], + [ + "▁h", + "ide" + ], + [ + "▁", + "hide" + ], + [ + "Prop", + "s" + ], + [ + "Pro", + "ps" + ], + [ + "Pr", + "ops" + ], + [ + "▁super", + "vis" + ], + [ + "▁VII", + "I" + ], + [ + "▁VI", + "II" + ], + [ + "▁V", + "III" + ], + [ + "▁Sc", + "i" + ], + [ + "▁S", + "ci" + ], + [ + "Trac", + "e" + ], + [ + "Tra", + "ce" + ], + [ + "Tr", + "ace" + ], + [ + "T", + "race" + ], + [ + "▁9", + "2" + ], + [ + "▁", + "92" + ], + [ + "▁crow", + "n" + ], + [ + "▁cro", + "wn" + ], + [ + "▁cr", + "own" + ], + [ + "▁c", + "rown" + ], + [ + "▁IS", + "O" + ], + [ + "▁I", + "SO" + ], + [ + "▁", + "ISO" + ], + [ + "▁qu", + "ão" + ], + [ + "())", + ")" + ], + [ + "()", + "))" + ], + [ + "(", + ")))" + ], + [ + "sl", + "ice" + ], + [ + "s", + "lice" + ], + [ + "▁opt", + "ical" + ], + [ + "▁op", + "tical" + ], + [ + "▁cont", + "o" + ], + [ + "▁con", + "to" + ], + [ + "▁c", + "onto" + ], + [ + "▁celebr", + "a" + ], + [ + "▁celeb", + "ra" + ], + [ + "▁cele", + "bra" + ], + [ + "▁cel", + "ebra" + ], + [ + "ME", + "M" + ], + [ + "M", + "EM" + ], + [ + "▁meal", + "s" + ], + [ + "▁me", + "als" + ], + [ + "_", + "8" + ], + [ + "(1)", + ";" + ], + [ + "(1", + ");" + ], + [ + "(", + "1);" + ], + [ + "▁iter", + "ation" + ], + [ + "▁manufacturer", + "s" + ], + [ + "▁manufacture", + "rs" + ], + [ + "▁manufactur", + "ers" + ], + [ + "▁manufact", + "urers" + ], + [ + "ane", + "s" + ], + [ + "an", + "es" + ], + [ + "a", + "nes" + ], + [ + "▁li", + "ções" + ], + [ + "▁l", + "ições" + ], + [ + "--------", + "-" + ], + [ + "-------", + "--" + ], + [ + "------", + "---" + ], + [ + "-----", + "----" + ], + [ + "----", + "-----" + ], + [ + "---", + "------" + ], + [ + "--", + "-------" + ], + [ + "-", + "--------" + ], + [ + "▁collection", + "s" + ], + [ + "▁collect", + "ions" + ], + [ + "▁colle", + "ctions" + ], + [ + "▁coll", + "ections" + ], + [ + "▁col", + "lections" + ], + [ + "▁alem", + "ã" + ], + [ + "RE", + "T" + ], + [ + "R", + "ET" + ], + [ + "▁expert", + "ise" + ], + [ + "▁reforça", + "r" + ], + [ + "▁refor", + "çar" + ], + [ + "OB", + "J" + ], + [ + "O", + "BJ" + ], + [ + "▁esc", + "uro" + ], + [ + "▁estágio", + "s" + ], + [ + "▁está", + "gios" + ], + [ + "▁innov", + "ative" + ], + [ + "▁display", + "s" + ], + [ + "▁dis", + "plays" + ], + [ + "▁Sup", + "reme" + ], + [ + "▁antibiotic", + "s" + ], + [ + "▁antibiot", + "ics" + ], + [ + "▁antib", + "iotics" + ], + [ + "13", + "2" + ], + [ + "1", + "32" + ], + [ + "eps", + "ilon" + ], + [ + "e", + "psilon" + ], + [ + "▁divulg", + "ar" + ], + [ + "▁div", + "ulgar" + ], + [ + "▁tamb", + "m" + ], + [ + "▁tam", + "bm" + ], + [ + "blog", + "spot" + ], + [ + "▁bo", + "b" + ], + [ + "▁b", + "ob" + ], + [ + "▁", + "bob" + ], + [ + "▁Ken", + "t" + ], + [ + "▁Ke", + "nt" + ], + [ + "▁K", + "ent" + ], + [ + "▁amar", + "ela" + ], + [ + "▁hab", + "il" + ], + [ + "▁ha", + "bil" + ], + [ + "▁h", + "abil" + ], + [ + "▁", + "habil" + ], + [ + "G", + "M" + ], + [ + "▁Pan", + "t" + ], + [ + "▁Pa", + "nt" + ], + [ + "▁P", + "ant" + ], + [ + "psi", + "lon" + ], + [ + "ps", + "ilon" + ], + [ + "▁Para", + "íba" + ], + [ + "▁tend", + "s" + ], + [ + "▁ten", + "ds" + ], + [ + "▁t", + "ends" + ], + [ + "ric", + "a" + ], + [ + "ri", + "ca" + ], + [ + "r", + "ica" + ], + [ + "▁Fil", + "ter" + ], + [ + "▁", + "Filter" + ], + [ + "step", + "s" + ], + [ + "ste", + "ps" + ], + [ + "st", + "eps" + ], + [ + "▁pipe", + "line" + ], + [ + "▁pip", + "eline" + ], + [ + "▁p", + "ipeline" + ], + [ + "▁", + "pipeline" + ], + [ + "po", + "w" + ], + [ + "p", + "ow" + ], + [ + "▁leitura", + "s" + ], + [ + "▁le", + "ituras" + ], + [ + "▁proteg", + "e" + ], + [ + "▁prote", + "ge" + ], + [ + "▁indica", + "tor" + ], + [ + "▁indic", + "ator" + ], + [ + "▁ating", + "iu" + ], + [ + "R", + "J" + ], + [ + "▁", + "÷" + ], + [ + "fera", + "s" + ], + [ + "fer", + "as" + ], + [ + "fe", + "ras" + ], + [ + "f", + "eras" + ], + [ + "▁transmit", + "ted" + ], + [ + "▁trans", + "mitted" + ], + [ + "▁repl", + "e" + ], + [ + "▁rep", + "le" + ], + [ + "▁re", + "ple" + ], + [ + "▁man", + "aging" + ], + [ + "l", + "b" + ], + [ + "OR", + "M" + ], + [ + "O", + "RM" + ], + [ + "▁IN", + "C" + ], + [ + "▁I", + "NC" + ], + [ + "▁", + "INC" + ], + [ + "▁nas", + "al" + ], + [ + "▁na", + "sal" + ], + [ + "▁vaz", + "io" + ], + [ + "▁va", + "zio" + ], + [ + "▁consist", + "ing" + ], + [ + "▁refer", + "ir" + ], + [ + "▁refe", + "rir" + ], + [ + "]]", + "," + ], + [ + "]", + "]," + ], + [ + "▁bre", + "ed" + ], + [ + "▁sod", + "ium" + ], + [ + "gl", + "ish" + ], + [ + "g", + "lish" + ], + [ + "izar", + "am" + ], + [ + "iza", + "ram" + ], + [ + "iz", + "aram" + ], + [ + "ulate", + "s" + ], + [ + "ula", + "tes" + ], + [ + "ul", + "ates" + ], + [ + "▁ar", + "ist" + ], + [ + "▁a", + "rist" + ], + [ + "ate", + "qu" + ], + [ + "at", + "equ" + ], + [ + "▁whe", + "at" + ], + [ + "▁w", + "heat" + ], + [ + "sub", + "set" + ], + [ + "▁presta", + "ção" + ], + [ + "▁prest", + "ação" + ], + [ + "▁pr", + "estação" + ], + [ + "▁pand", + "as" + ], + [ + "▁pan", + "das" + ], + [ + "▁p", + "andas" + ], + [ + "arian", + "ce" + ], + [ + "ari", + "ance" + ], + [ + "ar", + "iance" + ], + [ + "▁tap", + "e" + ], + [ + "▁ta", + "pe" + ], + [ + "▁t", + "ape" + ], + [ + "▁function", + "ing" + ], + [ + "▁rica", + "s" + ], + [ + "▁ri", + "cas" + ], + [ + "▁r", + "icas" + ], + [ + "201", + "7" + ], + [ + "20", + "17" + ], + [ + "2", + "017" + ], + [ + "ell", + "e" + ], + [ + "el", + "le" + ], + [ + "▁divid", + "ida" + ], + [ + "[", + "\\" + ], + [ + "▁physical", + "ly" + ], + [ + "▁physic", + "ally" + ], + [ + "▁phys", + "ically" + ], + [ + "▁bi", + "ológico" + ], + [ + "ii", + "i" + ], + [ + "i", + "ii" + ], + [ + "▁Ki", + "l" + ], + [ + "▁K", + "il" + ], + [ + "BI", + "N" + ], + [ + "B", + "IN" + ], + [ + "▁adi", + "ção" + ], + [ + "▁ad", + "ição" + ], + [ + "▁a", + "dição" + ], + [ + ":", + "'" + ], + [ + "print", + "ln" + ], + [ + "▁i", + "v" + ], + [ + "▁", + "iv" + ], + [ + "escent", + "e" + ], + [ + "esc", + "ente" + ], + [ + "▁is", + "rael" + ], + [ + "▁cryp", + "t" + ], + [ + "▁cry", + "pt" + ], + [ + "▁cr", + "ypt" + ], + [ + "▁c", + "rypt" + ], + [ + "▁cy", + "ber" + ], + [ + "▁overw", + "hel" + ], + [ + "▁07", + ":" + ], + [ + "▁0", + "7:" + ], + [ + "▁", + "07:" + ], + [ + "▁metric", + "s" + ], + [ + "▁metr", + "ics" + ], + [ + "▁met", + "rics" + ], + [ + "▁", + "metrics" + ], + [ + "LE", + "X" + ], + [ + "L", + "EX" + ], + [ + "Te", + "x" + ], + [ + "T", + "ex" + ], + [ + "fee", + "d" + ], + [ + "fe", + "ed" + ], + [ + "IM", + "A" + ], + [ + "I", + "MA" + ], + [ + "▁spec", + "im" + ], + [ + "▁Caracter", + "ísticas" + ], + [ + "▁pra", + "ça" + ], + [ + "▁Bir", + "d" + ], + [ + "▁Bi", + "rd" + ], + [ + "▁B", + "ird" + ], + [ + "controll", + "er" + ], + [ + "control", + "ler" + ], + [ + "▁Lect", + "ure" + ], + [ + "plete", + "d" + ], + [ + "plet", + "ed" + ], + [ + "ple", + "ted" + ], + [ + "p", + "leted" + ], + [ + "▁focus", + "ing" + ], + [ + "▁foc", + "using" + ], + [ + "▁PRI", + "NT" + ], + [ + "▁PR", + "INT" + ], + [ + "▁", + "PRINT" + ], + [ + "Li", + "ght" + ], + [ + "L", + "ight" + ], + [ + "▁Clos", + "e" + ], + [ + "▁Cl", + "ose" + ], + [ + "▁", + "Close" + ], + [ + "ues", + "day" + ], + [ + "▁interrup", + "t" + ], + [ + "▁inter", + "rupt" + ], + [ + "▁Ent", + "ity" + ], + [ + "▁", + "Entity" + ], + [ + "▁incid", + "ent" + ], + [ + "▁inc", + "ident" + ], + [ + "▁194", + "0" + ], + [ + "▁19", + "40" + ], + [ + "Med", + "ia" + ], + [ + "Me", + "dia" + ], + [ + "M", + "edia" + ], + [ + "▁narr", + "ative" + ], + [ + "▁fus", + "ão" + ], + [ + "▁fu", + "são" + ], + [ + "▁f", + "usão" + ], + [ + "ape", + "ut" + ], + [ + "▁gro", + "ss" + ], + [ + "▁gr", + "oss" + ], + [ + "▁g", + "ross" + ], + [ + "▁COP", + "Y" + ], + [ + "▁CO", + "PY" + ], + [ + "▁", + "COPY" + ], + [ + "inam", + "ento" + ], + [ + "ina", + "mento" + ], + [ + "in", + "amento" + ], + [ + "▁up", + "load" + ], + [ + "▁u", + "pload" + ], + [ + "▁", + "upload" + ], + [ + "▁search", + "ing" + ], + [ + "▁demonstra", + "m" + ], + [ + "▁demonstr", + "am" + ], + [ + "▁demonst", + "ram" + ], + [ + "▁Mor", + "t" + ], + [ + "▁Mo", + "rt" + ], + [ + "▁M", + "ort" + ], + [ + "▁Ph", + "ar" + ], + [ + "▁P", + "har" + ], + [ + "Comp", + "lex" + ], + [ + "Com", + "plex" + ], + [ + "63", + "," + ], + [ + "6", + "3," + ], + [ + "4", + "(" + ], + [ + "▁avança", + "r" + ], + [ + "▁avanç", + "ar" + ], + [ + "▁avan", + "çar" + ], + [ + "Z", + "ero" + ], + [ + "vent", + "e" + ], + [ + "ven", + "te" + ], + [ + "v", + "ente" + ], + [ + "▁Sal", + "es" + ], + [ + "▁Sa", + "les" + ], + [ + "▁S", + "ales" + ], + [ + "▁", + "Sales" + ], + [ + "▁gen", + "ome" + ], + [ + "▁ge", + "nome" + ], + [ + "in", + "n" + ], + [ + "i", + "nn" + ], + [ + "▁Jo", + "b" + ], + [ + "▁J", + "ob" + ], + [ + "▁", + "Job" + ], + [ + "/", + "," + ], + [ + "▁N", + "i" + ], + [ + "rand", + "o" + ], + [ + "ran", + "do" + ], + [ + "r", + "ando" + ], + [ + "▁ó", + "dio" + ], + [ + "▁", + "ódio" + ], + [ + "le", + "e" + ], + [ + "l", + "ee" + ], + [ + "inter", + "val" + ], + [ + "=0", + ")" + ], + [ + "=", + "0)" + ], + [ + "▁mai", + "l" + ], + [ + "▁ma", + "il" + ], + [ + "▁m", + "ail" + ], + [ + "▁", + "mail" + ], + [ + "ference", + "s" + ], + [ + "fer", + "ences" + ], + [ + "fe", + "rences" + ], + [ + "▁lanç", + "a" + ], + [ + "▁lan", + "ça" + ], + [ + "▁l", + "ança" + ], + [ + "Tr", + "i" + ], + [ + "T", + "ri" + ], + [ + "▁resid", + "e" + ], + [ + "▁res", + "ide" + ], + [ + "▁re", + "side" + ], + [ + "▁symmet", + "ry" + ], + [ + "▁sym", + "metry" + ], + [ + "▁ultr", + "a" + ], + [ + "▁ult", + "ra" + ], + [ + "▁ul", + "tra" + ], + [ + "man", + "s" + ], + [ + "ma", + "ns" + ], + [ + "m", + "ans" + ], + [ + "▁fil", + "h" + ], + [ + "▁fi", + "lh" + ], + [ + "▁f", + "ilh" + ], + [ + "G", + "G" + ], + [ + "▁intervention", + "s" + ], + [ + "▁inter", + "ventions" + ], + [ + "uga", + "r" + ], + [ + "ug", + "ar" + ], + [ + "u", + "gar" + ], + [ + "exp", + "ect" + ], + [ + "ex", + "pect" + ], + [ + "Collection", + "s" + ], + [ + "Collect", + "ions" + ], + [ + "Coll", + "ections" + ], + [ + "Col", + "lections" + ], + [ + "urs", + "day" + ], + [ + "▁M", + "á" + ], + [ + "conc", + "at" + ], + [ + "con", + "cat" + ], + [ + "uda", + "l" + ], + [ + "ud", + "al" + ], + [ + "u", + "dal" + ], + [ + "ót", + "ico" + ], + [ + "ó", + "tico" + ], + [ + "pat", + "tern" + ], + [ + "38", + "." + ], + [ + "3", + "8." + ], + [ + "NA", + "T" + ], + [ + "N", + "AT" + ], + [ + "rase", + "s" + ], + [ + "ras", + "es" + ], + [ + "ra", + "ses" + ], + [ + "r", + "ases" + ], + [ + "▁metal", + "s" + ], + [ + "▁meta", + "ls" + ], + [ + "▁met", + "als" + ], + [ + "gre", + "s" + ], + [ + "gr", + "es" + ], + [ + "g", + "res" + ], + [ + "▁Mart", + "e" + ], + [ + "▁Mar", + "te" + ], + [ + "▁M", + "arte" + ], + [ + "▁cluster", + "s" + ], + [ + "▁cl", + "usters" + ], + [ + "▁", + "clusters" + ], + [ + "▁Ant", + "i" + ], + [ + "▁An", + "ti" + ], + [ + "▁cur", + "e" + ], + [ + "▁cu", + "re" + ], + [ + "▁c", + "ure" + ], + [ + "▁INF", + "O" + ], + [ + "▁IN", + "FO" + ], + [ + "▁", + "INFO" + ], + [ + "▁De", + "ep" + ], + [ + "▁", + "Deep" + ], + [ + "▁gráfico", + "s" + ], + [ + "▁gráf", + "icos" + ], + [ + "▁L", + "D" + ], + [ + "▁", + "LD" + ], + [ + "uck", + "s" + ], + [ + "uc", + "ks" + ], + [ + "▁espera", + "do" + ], + [ + "▁esper", + "ado" + ], + [ + "▁pupil", + "s" + ], + [ + "▁pup", + "ils" + ], + [ + "▁Al", + "c" + ], + [ + "▁A", + "lc" + ], + [ + "▁di", + "óxido" + ], + [ + "▁arre", + "c" + ], + [ + "▁arr", + "ec" + ], + [ + "▁ar", + "rec" + ], + [ + "gro", + "w" + ], + [ + "gr", + "ow" + ], + [ + "g", + "row" + ], + [ + "▁SU", + "M" + ], + [ + "▁S", + "UM" + ], + [ + "▁", + "SUM" + ], + [ + "2", + "[" + ], + [ + "▁track", + "ing" + ], + [ + "▁trac", + "king" + ], + [ + "▁", + "tracking" + ], + [ + "▁ofer", + "e" + ], + [ + "▁of", + "ere" + ], + [ + "▁ball", + "s" + ], + [ + "▁bal", + "ls" + ], + [ + "▁b", + "alls" + ], + [ + "▁pul", + "mões" + ], + [ + "▁sell", + "ing" + ], + [ + "▁sel", + "ling" + ], + [ + "▁s", + "elling" + ], + [ + "Bit", + "map" + ], + [ + "order", + "ed" + ], + [ + "orde", + "red" + ], + [ + "ord", + "ered" + ], + [ + "80", + "8" + ], + [ + "8", + "08" + ], + [ + "▁bacteria", + "l" + ], + [ + "▁bacter", + "ial" + ], + [ + "▁bact", + "erial" + ], + [ + "▁stream", + "s" + ], + [ + "▁stre", + "ams" + ], + [ + "A", + "K" + ], + [ + "▁pow", + "der" + ], + [ + "▁determine", + "s" + ], + [ + "▁determin", + "es" + ], + [ + "▁afric", + "ana" + ], + [ + "plat", + "form" + ], + [ + "pl", + "atform" + ], + [ + "ad", + "ure" + ], + [ + "▁some", + "where" + ], + [ + "′", + "′" + ], + [ + "▁EN", + "S" + ], + [ + "▁E", + "NS" + ], + [ + "▁", + "ENS" + ], + [ + "ulos", + "e" + ], + [ + "ulo", + "se" + ], + [ + "ul", + "ose" + ], + [ + "▁optim", + "ization" + ], + [ + "▁All", + "ow" + ], + [ + "▁Al", + "low" + ], + [ + "▁", + "Allow" + ], + [ + "▁psych", + "ology" + ], + [ + "▁ME", + "R" + ], + [ + "▁M", + "ER" + ], + [ + "▁", + "MER" + ], + [ + "th", + "ritis" + ], + [ + "▁Application", + "s" + ], + [ + "▁Ap", + "plications" + ], + [ + "▁Market", + "ing" + ], + [ + "▁Mark", + "eting" + ], + [ + "▁so", + "vi" + ], + [ + "▁s", + "ovi" + ], + [ + "▁resist", + "or" + ], + [ + "▁res", + "istor" + ], + [ + "▁estima", + "ção" + ], + [ + "▁estim", + "ação" + ], + [ + "Lo", + "ok" + ], + [ + "L", + "ook" + ], + [ + "▁X", + "ML" + ], + [ + "▁", + "XML" + ], + [ + "▁Ave", + "rage" + ], + [ + "▁A", + "verage" + ], + [ + "▁", + "Average" + ], + [ + "▁Eu", + "cl" + ], + [ + "rega", + "r" + ], + [ + "reg", + "ar" + ], + [ + "re", + "gar" + ], + [ + "▁Mol", + "e" + ], + [ + "▁Mo", + "le" + ], + [ + "▁M", + "ole" + ], + [ + "▁Gu", + "sta" + ], + [ + "▁G", + "usta" + ], + [ + "▁Franc", + "o" + ], + [ + "▁Fran", + "co" + ], + [ + "▁Fr", + "anco" + ], + [ + "▁gravit", + "ational" + ], + [ + "itan", + "ce" + ], + [ + "it", + "ance" + ], + [ + "▁revela", + "m" + ], + [ + "▁revel", + "am" + ], + [ + "▁reve", + "lam" + ], + [ + "▁aprende", + "m" + ], + [ + "▁aprend", + "em" + ], + [ + "▁apr", + "endem" + ], + [ + "4", + "'," + ], + [ + "▁assin", + "ar" + ], + [ + "▁ass", + "inar" + ], + [ + "ali", + "n" + ], + [ + "al", + "in" + ], + [ + "a", + "lin" + ], + [ + "▁particip", + "a" + ], + [ + "▁partic", + "ipa" + ], + [ + "▁verso", + "s" + ], + [ + "▁vers", + "os" + ], + [ + "▁ver", + "sos" + ], + [ + "▁cod", + "ing" + ], + [ + "▁co", + "ding" + ], + [ + "▁c", + "oding" + ], + [ + "▁turma", + "s" + ], + [ + "▁tur", + "mas" + ], + [ + "▁esc", + "ura" + ], + [ + "▁es", + "cura" + ], + [ + "IS", + "MO" + ], + [ + "▁Mak", + "ing" + ], + [ + "▁Ma", + "king" + ], + [ + "▁M", + "aking" + ], + [ + "▁exhib", + "it" + ], + [ + "AR", + "CH" + ], + [ + "▁bi", + "p" + ], + [ + "▁b", + "ip" + ], + [ + "▁eventual", + "mente" + ], + [ + "▁event", + "ualmente" + ], + [ + "▁fo", + "s" + ], + [ + "▁f", + "os" + ], + [ + "▁", + "fos" + ], + [ + "▁D", + "S" + ], + [ + "▁", + "DS" + ], + [ + "▁7", + "1" + ], + [ + "▁", + "71" + ], + [ + "▁Aliment", + "ação" + ], + [ + "▁Al", + "imentação" + ], + [ + "ais", + "e" + ], + [ + "ai", + "se" + ], + [ + "a", + "ise" + ], + [ + "espec", + "ial" + ], + [ + "esp", + "ecial" + ], + [ + "e", + "special" + ], + [ + "per", + "malink" + ], + [ + "!", + "/" + ], + [ + "▁emprega", + "do" + ], + [ + "▁empreg", + "ado" + ], + [ + "▁empre", + "gado" + ], + [ + "▁admin", + "ister" + ], + [ + "▁declar", + "ou" + ], + [ + "▁un", + "like" + ], + [ + "▁engine", + "s" + ], + [ + "▁eng", + "ines" + ], + [ + "▁en", + "gines" + ], + [ + "ie", + "v" + ], + [ + "i", + "ev" + ], + [ + "▁rara", + "mente" + ], + [ + "▁rar", + "amente" + ], + [ + "▁Quer", + "y" + ], + [ + "▁Que", + "ry" + ], + [ + "▁Qu", + "ery" + ], + [ + "▁", + "Query" + ], + [ + "▁!", + ">" + ], + [ + "▁sol", + "ucion" + ], + [ + "imar", + "ães" + ], + [ + "▁life", + "time" + ], + [ + "▁lif", + "etime" + ], + [ + "▁origina", + "is" + ], + [ + "▁origin", + "ais" + ], + [ + "▁orig", + "inais" + ], + [ + "▁resgat", + "e" + ], + [ + "▁resg", + "ate" + ], + [ + "▁res", + "gate" + ], + [ + "▁sat", + "is" + ], + [ + "▁sa", + "tis" + ], + [ + "▁s", + "atis" + ], + [ + "▁ora", + "ções" + ], + [ + "▁or", + "ações" + ], + [ + "▁o", + "rações" + ], + [ + "unk", + "s" + ], + [ + "un", + "ks" + ], + [ + "▁(1", + "4" + ], + [ + "▁(", + "14" + ], + [ + "▁", + "(14" + ], + [ + "man", + "ager" + ], + [ + "pt", + "s" + ], + [ + "p", + "ts" + ], + [ + "▁es", + "f" + ], + [ + "▁e", + "sf" + ], + [ + "_3", + "_" + ], + [ + "_", + "3_" + ], + [ + "scala", + "r" + ], + [ + "scal", + "ar" + ], + [ + "sc", + "alar" + ], + [ + "▁inhab", + "it" + ], + [ + "▁Bast", + "a" + ], + [ + "▁Bas", + "ta" + ], + [ + "▁Ba", + "sta" + ], + [ + "▁B", + "asta" + ], + [ + "▁infl", + "ation" + ], + [ + "▁inf", + "lation" + ], + [ + "▁Di", + "ário" + ], + [ + "▁fecha", + "do" + ], + [ + "▁fech", + "ado" + ], + [ + "▁fec", + "hado" + ], + [ + "▁expo", + "r" + ], + [ + "▁exp", + "or" + ], + [ + "▁ex", + "por" + ], + [ + "▁estar", + "ão" + ], + [ + "▁esta", + "rão" + ], + [ + "▁est", + "arão" + ], + [ + "▁recl", + "am" + ], + [ + "▁rec", + "lam" + ], + [ + "▁re", + "clam" + ], + [ + "▁Esp", + "aço" + ], + [ + "▁dieta", + "ry" + ], + [ + "▁diet", + "ary" + ], + [ + "▁fad", + "iga" + ], + [ + "▁des", + "ap" + ], + [ + "gener", + "al" + ], + [ + "gene", + "ral" + ], + [ + "gen", + "eral" + ], + [ + "▁faixa", + "s" + ], + [ + "▁fa", + "ixas" + ], + [ + "▁f", + "aixas" + ], + [ + "▁arm", + "a" + ], + [ + "▁ar", + "ma" + ], + [ + "dig", + "it" + ], + [ + "di", + "git" + ], + [ + "▁lum", + "in" + ], + [ + "▁lu", + "min" + ], + [ + "▁l", + "umin" + ], + [ + "cont", + "e" + ], + [ + "con", + "te" + ], + [ + "c", + "onte" + ], + [ + "▁alle", + "g" + ], + [ + "▁all", + "eg" + ], + [ + "▁al", + "leg" + ], + [ + "n", + "m" + ], + [ + "Cre", + "d" + ], + [ + "Cr", + "ed" + ], + [ + "C", + "red" + ], + [ + "▁Bu", + "l" + ], + [ + "▁B", + "ul" + ], + [ + "J", + "ust" + ], + [ + "▁esp", + "elho" + ], + [ + "▁I", + "g" + ], + [ + "▁ca", + "ut" + ], + [ + "▁c", + "aut" + ], + [ + "▁Cor", + "r" + ], + [ + "▁Co", + "rr" + ], + [ + "▁C", + "orr" + ], + [ + "▁", + "Corr" + ], + [ + "▁fe", + "d" + ], + [ + "▁f", + "ed" + ], + [ + "▁", + "fed" + ], + [ + "Sch", + "e" + ], + [ + "Sc", + "he" + ], + [ + "S", + "che" + ], + [ + "▁Exercício", + "s" + ], + [ + "▁Exerc", + "ícios" + ], + [ + "face", + "book" + ], + [ + "▁ph", + "as" + ], + [ + "▁p", + "has" + ], + [ + "▁", + "phas" + ], + [ + "▁&", + "#" + ], + [ + "▁", + "&#" + ], + [ + "▁bateria", + "s" + ], + [ + "▁bater", + "ias" + ], + [ + "▁bate", + "rias" + ], + [ + "▁bat", + "erias" + ], + [ + "▁rar", + "o" + ], + [ + "▁ra", + "ro" + ], + [ + "▁r", + "aro" + ], + [ + "▁San", + "s" + ], + [ + "▁Sa", + "ns" + ], + [ + "▁S", + "ans" + ], + [ + "▁safe", + "ly" + ], + [ + "▁saf", + "ely" + ], + [ + "▁SO", + "BRE" + ], + [ + "▁che", + "iro" + ], + [ + "▁ch", + "eiro" + ], + [ + "▁c", + "heiro" + ], + [ + "ergia", + "s" + ], + [ + "erg", + "ias" + ], + [ + "▁art", + "ístico" + ], + [ + "▁gosta", + "m" + ], + [ + "▁gost", + "am" + ], + [ + "di", + "n" + ], + [ + "d", + "in" + ], + [ + "▁do", + "ze" + ], + [ + "Bin", + "d" + ], + [ + "Bi", + "nd" + ], + [ + "B", + "ind" + ], + [ + "[1]", + ")" + ], + [ + "[1", + "])" + ], + [ + "[", + "1])" + ], + [ + "▁ficar", + "á" + ], + [ + "▁fic", + "ará" + ], + [ + "▁gest", + "o" + ], + [ + "▁ge", + "sto" + ], + [ + "▁g", + "esto" + ], + [ + "▁patr", + "oc" + ], + [ + "▁pat", + "roc" + ], + [ + "sequ", + "ence" + ], + [ + "se", + "quence" + ], + [ + "andro", + "id" + ], + [ + "and", + "roid" + ], + [ + "an", + "droid" + ], + [ + "▁shape", + "d" + ], + [ + "▁sha", + "ped" + ], + [ + "▁sh", + "aped" + ], + [ + "▁", + "shaped" + ], + [ + "▁paul", + "ista" + ], + [ + "/1", + "5" + ], + [ + "/", + "15" + ], + [ + "▁atrai", + "r" + ], + [ + "▁atra", + "ir" + ], + [ + "▁atr", + "air" + ], + [ + "▁influência", + "s" + ], + [ + "▁influ", + "ências" + ], + [ + "▁abord", + "a" + ], + [ + "▁ab", + "orda" + ], + [ + "▁suggestion", + "s" + ], + [ + "▁suggest", + "ions" + ], + [ + "▁M", + "t" + ], + [ + "▁", + "Mt" + ], + [ + "▁chu", + "r" + ], + [ + "▁ch", + "ur" + ], + [ + "л", + "е" + ], + [ + "▁bee", + "s" + ], + [ + "▁be", + "es" + ], + [ + "▁b", + "ees" + ], + [ + "▁facilit", + "a" + ], + [ + "▁facil", + "ita" + ], + [ + "▁dies", + "el" + ], + [ + "▁die", + "sel" + ], + [ + "▁d", + "iesel" + ], + [ + "az", + "on" + ], + [ + "▁quanto", + "s" + ], + [ + "▁quant", + "os" + ], + [ + "▁qu", + "antos" + ], + [ + "fat", + "o" + ], + [ + "fa", + "to" + ], + [ + "f", + "ato" + ], + [ + "ena", + "ble" + ], + [ + "en", + "able" + ], + [ + "▁kilogram", + "s" + ], + [ + "▁kil", + "ograms" + ], + [ + "▁instant", + "e" + ], + [ + "▁inst", + "ante" + ], + [ + "▁d", + "l" + ], + [ + "▁", + "dl" + ], + [ + "▁esquer", + "do" + ], + [ + "▁conex", + "ões" + ], + [ + "▁iner", + "t" + ], + [ + "▁in", + "ert" + ], + [ + "and", + "ra" + ], + [ + "an", + "dra" + ], + [ + "▁CONDIT", + "IONS" + ], + [ + "▁dete", + "cção" + ], + [ + "▁det", + "ecção" + ], + [ + "esc", + "ent" + ], + [ + "es", + "cent" + ], + [ + "▁personal", + "ity" + ], + [ + "▁person", + "ality" + ], + [ + "gest", + "ion" + ], + [ + "ges", + "tion" + ], + [ + "▁bur", + "o" + ], + [ + "▁bu", + "ro" + ], + [ + "▁b", + "uro" + ], + [ + "ys", + "ics" + ], + [ + "▁pand", + "emic" + ], + [ + "▁Har", + "r" + ], + [ + "▁Ha", + "rr" + ], + [ + "▁H", + "arr" + ], + [ + "▁verdadeiro", + "s" + ], + [ + "▁verdade", + "iros" + ], + [ + "▁@", + "{" + ], + [ + "▁Tow", + "n" + ], + [ + "▁To", + "wn" + ], + [ + "▁T", + "own" + ], + [ + "ótipo", + "s" + ], + [ + "ót", + "ipos" + ], + [ + "▁social", + "mente" + ], + [ + "▁soci", + "almente" + ], + [ + "▁so", + "cialmente" + ], + [ + "TA", + "G" + ], + [ + "T", + "AG" + ], + [ + "present", + "e" + ], + [ + "pres", + "ente" + ], + [ + "Ro", + "t" + ], + [ + "R", + "ot" + ], + [ + "▁DI", + "A" + ], + [ + "▁D", + "IA" + ], + [ + "▁", + "DIA" + ], + [ + "NT", + "E" + ], + [ + "N", + "TE" + ], + [ + "dura", + "tion" + ], + [ + "du", + "ration" + ], + [ + "d", + "uration" + ], + [ + "▁Adv", + "anced" + ], + [ + "M", + "t" + ], + [ + "▁wide", + "r" + ], + [ + "▁wid", + "er" + ], + [ + "▁w", + "ider" + ], + [ + "▁desaf", + "i" + ], + [ + "suc", + "ed" + ], + [ + "su", + "ced" + ], + [ + "▁hí", + "br" + ], + [ + "▁\"", + ";" + ], + [ + "▁", + "\";" + ], + [ + "line", + "d" + ], + [ + "lin", + "ed" + ], + [ + "li", + "ned" + ], + [ + "l", + "ined" + ], + [ + "▁Ram", + "os" + ], + [ + "▁Ra", + "mos" + ], + [ + "▁R", + "amos" + ], + [ + "▁Fre", + "qu" + ], + [ + "▁Fr", + "equ" + ], + [ + "lege", + "nd" + ], + [ + "leg", + "end" + ], + [ + "▁grain", + "s" + ], + [ + "▁gra", + "ins" + ], + [ + "▁gr", + "ains" + ], + [ + "/", + "6" + ], + [ + "▁gr", + "á" + ], + [ + "cul", + "pt" + ], + [ + "▁via", + "bil" + ], + [ + "▁vi", + "abil" + ], + [ + "▁v", + "iabil" + ], + [ + "▁GP", + "S" + ], + [ + "▁G", + "PS" + ], + [ + "▁discussion", + "s" + ], + [ + "▁discuss", + "ions" + ], + [ + "ó", + "citos" + ], + [ + "sta", + "ble" + ], + [ + "st", + "able" + ], + [ + "s", + "table" + ], + [ + "▁alum", + "ínio" + ], + [ + "▁record", + "ing" + ], + [ + "▁recor", + "ding" + ], + [ + "▁rec", + "ording" + ], + [ + "▁Temp", + "le" + ], + [ + "▁Tem", + "ple" + ], + [ + "▁199", + "7" + ], + [ + "▁19", + "97" + ], + [ + "▁1", + "997" + ], + [ + "aw", + "a" + ], + [ + "a", + "wa" + ], + [ + "anger", + "ed" + ], + [ + "ange", + "red" + ], + [ + "ang", + "ered" + ], + [ + "▁fit", + "ness" + ], + [ + "▁f", + "itness" + ], + [ + "▁report", + "agem" + ], + [ + "->{", + "'" + ], + [ + "->", + "{'" + ], + [ + "Sc", + "roll" + ], + [ + "PRE", + "F" + ], + [ + "PR", + "EF" + ], + [ + "P", + "REF" + ], + [ + "▁OF", + "F" + ], + [ + "▁O", + "FF" + ], + [ + "▁", + "OFF" + ], + [ + "▁Inst", + "agram" + ], + [ + "▁tive", + "mos" + ], + [ + "▁tiv", + "emos" + ], + [ + "▁ti", + "vemos" + ], + [ + "▁t", + "ivemos" + ], + [ + "▁I", + "M" + ], + [ + "▁", + "IM" + ], + [ + "(6", + "," + ], + [ + "(", + "6," + ], + [ + "▁sub", + "l" + ], + [ + "▁su", + "bl" + ], + [ + "window", + "s" + ], + [ + "wind", + "ows" + ], + [ + "w", + "indows" + ], + [ + "is", + "i" + ], + [ + "i", + "si" + ], + [ + "▁Cou", + "ld" + ], + [ + "▁C", + "ould" + ], + [ + "▁", + "Could" + ], + [ + "▁toss", + "e" + ], + [ + "▁tos", + "se" + ], + [ + "▁t", + "osse" + ], + [ + "ran", + "s" + ], + [ + "ra", + "ns" + ], + [ + "r", + "ans" + ], + [ + "▁acc", + "ord" + ], + [ + "▁protect", + "ive" + ], + [ + "▁prote", + "ctive" + ], + [ + "▁enzima", + "s" + ], + [ + "▁enz", + "imas" + ], + [ + "▁chrom", + "os" + ], + [ + "▁chr", + "omos" + ], + [ + "▁util", + "idade" + ], + [ + "▁ut", + "ilidade" + ], + [ + "▁fat", + "ty" + ], + [ + "▁fa", + "tty" + ], + [ + "IT", + "A" + ], + [ + "I", + "TA" + ], + [ + "bac", + "co" + ], + [ + "▁(1", + "1)" + ], + [ + "▁(", + "11)" + ], + [ + "▁", + "(11)" + ], + [ + "oud", + "s" + ], + [ + "ou", + "ds" + ], + [ + "▁:", + ")" + ], + [ + "▁", + ":)" + ], + [ + "▁aut", + "ism" + ], + [ + "▁Cés", + "ar" + ], + [ + "(", + "." + ], + [ + "simp", + "le" + ], + [ + "sim", + "ple" + ], + [ + "n", + "r" + ], + [ + "▁pay", + "ing" + ], + [ + "▁pa", + "ying" + ], + [ + "▁episódio", + "s" + ], + [ + "▁epis", + "ódios" + ], + [ + "í", + "odo" + ], + [ + "▁acknow", + "led" + ], + [ + "▁Par", + "l" + ], + [ + "▁Pa", + "rl" + ], + [ + "▁mir", + "a" + ], + [ + "▁mi", + "ra" + ], + [ + "▁m", + "ira" + ], + [ + "▁mountain", + "s" + ], + [ + "▁mount", + "ains" + ], + [ + "▁m", + "ountains" + ], + [ + "itch", + "en" + ], + [ + "it", + "chen" + ], + [ + "▁protect", + "ing" + ], + [ + "Ver", + "b" + ], + [ + "Ve", + "rb" + ], + [ + "▁Cu", + "t" + ], + [ + "▁C", + "ut" + ], + [ + "▁", + "Cut" + ], + [ + "88", + "5" + ], + [ + "8", + "85" + ], + [ + "▁adapt", + "ed" + ], + [ + "▁adap", + "ted" + ], + [ + "▁perif", + "er" + ], + [ + "▁peri", + "fer" + ], + [ + "▁per", + "ifer" + ], + [ + "▁planej", + "ar" + ], + [ + "▁plane", + "jar" + ], + [ + "▁fundament", + "o" + ], + [ + "▁fund", + "amento" + ], + [ + "nes", + "day" + ], + [ + "/1", + "8" + ], + [ + "/", + "18" + ], + [ + "▁ult", + "r" + ], + [ + "▁ul", + "tr" + ], + [ + "For", + "ce" + ], + [ + "▁Comple", + "te" + ], + [ + "▁Comp", + "lete" + ], + [ + "▁Com", + "plete" + ], + [ + "▁", + "Complete" + ], + [ + "▁enferm", + "e" + ], + [ + "▁enfer", + "me" + ], + [ + "B", + "tn" + ], + [ + "▁prov", + "id" + ], + [ + "▁pro", + "vid" + ], + [ + "Cu", + "da" + ], + [ + "C", + "uda" + ], + [ + "▁us", + "ize" + ], + [ + "▁u", + "size" + ], + [ + "re", + "marks" + ], + [ + "Mu", + "t" + ], + [ + "M", + "ut" + ], + [ + "▁envia", + "do" + ], + [ + "▁envi", + "ado" + ], + [ + "▁env", + "iado" + ], + [ + "▁Cor", + "t" + ], + [ + "▁Co", + "rt" + ], + [ + "▁C", + "ort" + ], + [ + "call", + "back" + ], + [ + "blic", + "os" + ], + [ + "bl", + "icos" + ], + [ + "b", + "licos" + ], + [ + "▁min", + "us" + ], + [ + "▁m", + "inus" + ], + [ + "▁", + "minus" + ], + [ + "▁percebe", + "u" + ], + [ + "▁perceb", + "eu" + ], + [ + "▁perce", + "beu" + ], + [ + "▁B", + "ureau" + ], + [ + "▁read", + "s" + ], + [ + "▁rea", + "ds" + ], + [ + "▁re", + "ads" + ], + [ + "▁", + "reads" + ], + [ + "qu", + "ím" + ], + [ + "reiro", + "s" + ], + [ + "rei", + "ros" + ], + [ + "re", + "iros" + ], + [ + "r", + "eiros" + ], + [ + "▁object", + "ivo" + ], + [ + "In", + "formation" + ], + [ + "▁estar", + "em" + ], + [ + "▁esta", + "rem" + ], + [ + "▁est", + "arem" + ], + [ + "=1", + "." + ], + [ + "=", + "1." + ], + [ + "▁ran", + "ging" + ], + [ + "▁r", + "anging" + ], + [ + "▁plant", + "ing" + ], + [ + "▁plan", + "ting" + ], + [ + "▁lam", + "ent" + ], + [ + "▁la", + "ment" + ], + [ + "▁l", + "ament" + ], + [ + "▁escrav", + "o" + ], + [ + "▁esc", + "ravo" + ], + [ + "▁l", + "ógico" + ], + [ + "▁\"", + "_" + ], + [ + "▁", + "\"_" + ], + [ + "▁pres", + "um" + ], + [ + "▁pre", + "sum" + ], + [ + "▁att", + "itude" + ], + [ + "data", + "base" + ], + [ + "d", + "atabase" + ], + [ + "▁ag", + "ência" + ], + [ + "▁13", + "4" + ], + [ + "▁1", + "34" + ], + [ + "▁", + "134" + ], + [ + "▁julg", + "ar" + ], + [ + "▁jul", + "gar" + ], + [ + "▁j", + "ulgar" + ], + [ + "▁aproxima", + "r" + ], + [ + "▁aproxim", + "ar" + ], + [ + "▁investig", + "ar" + ], + [ + "▁invest", + "igar" + ], + [ + "oli", + "a" + ], + [ + "ol", + "ia" + ], + [ + "o", + "lia" + ], + [ + "▁Gu", + "ia" + ], + [ + "ham", + "ento" + ], + [ + "ha", + "mento" + ], + [ + "h", + "amento" + ], + [ + "mark", + "et" + ], + [ + "mar", + "ket" + ], + [ + "▁Goi", + "ás" + ], + [ + "▁resum", + "e" + ], + [ + "▁res", + "ume" + ], + [ + "▁-1", + ")" + ], + [ + "▁-", + "1)" + ], + [ + "▁", + "-1)" + ], + [ + "▁Cana", + "l" + ], + [ + "▁Can", + "al" + ], + [ + "▁Ca", + "nal" + ], + [ + "▁C", + "anal" + ], + [ + "▁8010", + "0" + ], + [ + "▁801", + "00" + ], + [ + "▁80", + "100" + ], + [ + "▁8", + "0100" + ], + [ + "ades", + "h" + ], + [ + "ade", + "sh" + ], + [ + "ad", + "esh" + ], + [ + "asure", + "s" + ], + [ + "as", + "ures" + ], + [ + "▁sober", + "ania" + ], + [ + "▁ld", + "a" + ], + [ + "▁l", + "da" + ], + [ + "▁Rafa", + "el" + ], + [ + "▁approxim", + "ation" + ], + [ + "▁popul", + "acional" + ], + [ + "▁***", + "*" + ], + [ + "▁**", + "**" + ], + [ + "▁*", + "***" + ], + [ + "▁", + "****" + ], + [ + "l", + "ândia" + ], + [ + "▁vas", + "o" + ], + [ + "▁va", + "so" + ], + [ + "▁v", + "aso" + ], + [ + "▁gratuit", + "o" + ], + [ + "▁gratu", + "ito" + ], + [ + "▁grat", + "uito" + ], + [ + "▁desconfort", + "o" + ], + [ + "▁desconf", + "orto" + ], + [ + "arte", + "n" + ], + [ + "art", + "en" + ], + [ + "ar", + "ten" + ], + [ + "39", + "," + ], + [ + "3", + "9," + ], + [ + "mad", + "e" + ], + [ + "ma", + "de" + ], + [ + "m", + "ade" + ], + [ + "▁subm", + "ar" + ], + [ + "▁sub", + "mar" + ], + [ + "CC", + "ESS" + ], + [ + "▁cab", + "le" + ], + [ + "▁ca", + "ble" + ], + [ + "▁c", + "able" + ], + [ + "▁realiza", + "m" + ], + [ + "▁realiz", + "am" + ], + [ + "▁real", + "izam" + ], + [ + "▁guarda", + "r" + ], + [ + "▁guard", + "ar" + ], + [ + "▁guar", + "dar" + ], + [ + "▁conclui", + "u" + ], + [ + "▁conclu", + "iu" + ], + [ + "const", + "ant" + ], + [ + "vol", + "ume" + ], + [ + "▁Para", + "gu" + ], + [ + "▁Par", + "agu" + ], + [ + "▁uso", + "u" + ], + [ + "▁us", + "ou" + ], + [ + "▁lembr", + "e" + ], + [ + "▁lemb", + "re" + ], + [ + "▁lem", + "bre" + ], + [ + "%", + "3" + ], + [ + "çam", + "os" + ], + [ + "ça", + "mos" + ], + [ + "ç", + "amos" + ], + [ + "▁199", + "6" + ], + [ + "▁19", + "96" + ], + [ + "▁1", + "996" + ], + [ + "▁exposto", + "s" + ], + [ + "▁expos", + "tos" + ], + [ + "▁exp", + "ostos" + ], + [ + "▁aprendi", + "z" + ], + [ + "▁aprend", + "iz" + ], + [ + "▁un", + "w" + ], + [ + "▁u", + "nw" + ], + [ + "▁ress", + "urreição" + ], + [ + "▁believe", + "s" + ], + [ + "▁belie", + "ves" + ], + [ + "▁see", + "s" + ], + [ + "▁se", + "es" + ], + [ + "▁s", + "ees" + ], + [ + "[1", + "," + ], + [ + "[", + "1," + ], + [ + "▁mechan", + "ics" + ], + [ + "▁vo", + "o" + ], + [ + "▁v", + "oo" + ], + [ + "▁testa", + "r" + ], + [ + "▁test", + "ar" + ], + [ + "▁tes", + "tar" + ], + [ + "▁te", + "star" + ], + [ + "▁t", + "estar" + ], + [ + "▁des", + "ist" + ], + [ + "▁actividade", + "s" + ], + [ + "▁activ", + "idades" + ], + [ + "▁act", + "ividades" + ], + [ + "▁car", + "b" + ], + [ + "▁ca", + "rb" + ], + [ + "▁c", + "arb" + ], + [ + "ift", + "y" + ], + [ + "if", + "ty" + ], + [ + "i", + "fty" + ], + [ + "▁fracass", + "o" + ], + [ + "▁frac", + "asso" + ], + [ + "▁accept", + "able" + ], + [ + "14", + ")" + ], + [ + "1", + "4)" + ], + [ + "▁Po", + "m" + ], + [ + "▁P", + "om" + ], + [ + "▁resist", + "ente" + ], + [ + "▁the", + "ta" + ], + [ + "▁th", + "eta" + ], + [ + "▁", + "theta" + ], + [ + "▁Br", + "ig" + ], + [ + "▁B", + "rig" + ], + [ + "▁EP", + "A" + ], + [ + "▁E", + "PA" + ], + [ + "trac", + "k" + ], + [ + "tra", + "ck" + ], + [ + "tr", + "ack" + ], + [ + "t", + "rack" + ], + [ + "▁esgot", + "o" + ], + [ + "▁esg", + "oto" + ], + [ + "▁es", + "goto" + ], + [ + "▁carn", + "aval" + ], + [ + "K", + "i" + ], + [ + "▁satél", + "ite" + ], + [ + "▁Reform", + "a" + ], + [ + "▁Re", + "forma" + ], + [ + "▁Lar", + "ge" + ], + [ + "▁", + "Large" + ], + [ + "▁avalia", + "ções" + ], + [ + "▁avali", + "ações" + ], + [ + "▁aval", + "iações" + ], + [ + "▁sim", + "p" + ], + [ + "▁si", + "mp" + ], + [ + "▁s", + "imp" + ], + [ + "▁", + "simp" + ], + [ + "▁School", + "s" + ], + [ + "▁over", + "load" + ], + [ + "Dec", + "laration" + ], + [ + "pe", + "g" + ], + [ + "p", + "eg" + ], + [ + "▁id", + "ên" + ], + [ + "OP", + "T" + ], + [ + "O", + "PT" + ], + [ + "▁ho", + "ok" + ], + [ + "▁h", + "ook" + ], + [ + "▁", + "hook" + ], + [ + "##", + "#" + ], + [ + "#", + "##" + ], + [ + "▁U", + "R" + ], + [ + "▁", + "UR" + ], + [ + "▁as", + "ym" + ], + [ + "▁a", + "sym" + ], + [ + "▁Sto", + "ck" + ], + [ + "▁St", + "ock" + ], + [ + "▁", + "Stock" + ], + [ + "▁Ill", + "inois" + ], + [ + "isa", + "s" + ], + [ + "is", + "as" + ], + [ + "▁Jerusal", + "em" + ], + [ + "La", + "t" + ], + [ + "L", + "at" + ], + [ + "▁Do", + "u" + ], + [ + "▁D", + "ou" + ], + [ + "V", + "e" + ], + [ + "▁mus", + "cul" + ], + [ + "▁efficient", + "ly" + ], + [ + "▁", + "đ" + ], + [ + "▁Ph", + "D" + ], + [ + "▁plate", + "s" + ], + [ + "▁plat", + "es" + ], + [ + "▁pl", + "ates" + ], + [ + "▁", + "plates" + ], + [ + "fold", + "er" + ], + [ + "fol", + "der" + ], + [ + "fo", + "lder" + ], + [ + "f", + "older" + ], + [ + "▁Cab", + "o" + ], + [ + "▁Ca", + "bo" + ], + [ + "▁C", + "abo" + ], + [ + "▁Ser", + "g" + ], + [ + "▁Se", + "rg" + ], + [ + "▁S", + "erg" + ], + [ + "ader", + "s" + ], + [ + "ade", + "rs" + ], + [ + "ad", + "ers" + ], + [ + "a", + "ders" + ], + [ + "▁raça", + "s" + ], + [ + "▁ra", + "ças" + ], + [ + "▁incon", + "s" + ], + [ + "▁inc", + "ons" + ], + [ + "▁in", + "cons" + ], + [ + "▁an", + "est" + ], + [ + "▁a", + "nest" + ], + [ + "▁Historic", + "al" + ], + [ + "▁Histor", + "ical" + ], + [ + "▁Hist", + "orical" + ], + [ + "▁s", + "ítio" + ], + [ + "}", + "^" + ], + [ + "SU", + "B" + ], + [ + "S", + "UB" + ], + [ + "/", + "7" + ], + [ + "▁$3", + "," + ], + [ + "▁$", + "3," + ], + [ + "▁consider", + "ável" + ], + [ + "▁Cer", + "ca" + ], + [ + "▁C", + "erca" + ], + [ + "▁buy", + "ing" + ], + [ + "▁bu", + "ying" + ], + [ + "▁lung", + "s" + ], + [ + "▁lun", + "gs" + ], + [ + "INI", + "T" + ], + [ + "IN", + "IT" + ], + [ + "▁numer", + "ic" + ], + [ + "▁num", + "eric" + ], + [ + "▁", + "numeric" + ], + [ + "Count", + "er" + ], + [ + "C", + "ounter" + ], + [ + "▁perm", + "ut" + ], + [ + "▁per", + "mut" + ], + [ + "res", + "ist" + ], + [ + "▁inaug", + "u" + ], + [ + "▁ina", + "ugu" + ], + [ + "▁ag", + "rotóx" + ], + [ + "▁Bat", + "al" + ], + [ + "▁Ba", + "tal" + ], + [ + "▁B", + "atal" + ], + [ + "▁arro", + "w" + ], + [ + "▁arr", + "ow" + ], + [ + "▁ar", + "row" + ], + [ + "▁", + "arrow" + ], + [ + "▁communication", + "s" + ], + [ + "▁communic", + "ations" + ], + [ + "quest", + "ion" + ], + [ + "ques", + "tion" + ], + [ + "coll", + "ect" + ], + [ + "col", + "lect" + ], + [ + "▁sheet", + "s" + ], + [ + "▁she", + "ets" + ], + [ + "▁s", + "heets" + ], + [ + "▁appreci", + "ate" + ], + [ + "▁Post", + "ar" + ], + [ + "▁Pos", + "tar" + ], + [ + "▁Po", + "star" + ], + [ + "▁transform", + "ed" + ], + [ + "▁trans", + "formed" + ], + [ + "▁imp", + "osto" + ], + [ + "▁im", + "posto" + ], + [ + "iance", + "s" + ], + [ + "ian", + "ces" + ], + [ + "i", + "ances" + ], + [ + "▁UPD", + "ATE" + ], + [ + "▁UP", + "DATE" + ], + [ + "▁", + "UPDATE" + ], + [ + "▁coll", + "ision" + ], + [ + "ender", + "s" + ], + [ + "ende", + "rs" + ], + [ + "end", + "ers" + ], + [ + "en", + "ders" + ], + [ + "En", + "vironment" + ], + [ + "▁encontrar", + "am" + ], + [ + "▁encontra", + "ram" + ], + [ + "▁encontr", + "aram" + ], + [ + "depend", + "ent" + ], + [ + "▁prev", + "iamente" + ], + [ + "▁pre", + "viamente" + ], + [ + "▁0.2", + "5" + ], + [ + "▁0.", + "25" + ], + [ + "hemat", + "ic" + ], + [ + "hema", + "tic" + ], + [ + "hem", + "atic" + ], + [ + "he", + "matic" + ], + [ + "▁Helen", + "a" + ], + [ + "▁Hel", + "ena" + ], + [ + "▁influenci", + "a" + ], + [ + "▁influ", + "encia" + ], + [ + "▁óleo", + "s" + ], + [ + "▁ó", + "leos" + ], + [ + "▁control", + "o" + ], + [ + "▁contro", + "lo" + ], + [ + "▁contr", + "olo" + ], + [ + "▁cri", + "ativa" + ], + [ + "H", + "ub" + ], + [ + "path", + "y" + ], + [ + "pat", + "hy" + ], + [ + "pa", + "thy" + ], + [ + "▁po", + "m" + ], + [ + "▁p", + "om" + ], + [ + "▁feel", + "s" + ], + [ + "▁fee", + "ls" + ], + [ + "▁fe", + "els" + ], + [ + "el", + "d" + ], + [ + "e", + "ld" + ], + [ + "\"]", + "." + ], + [ + "\"", + "]." + ], + [ + "▁multi", + "plied" + ], + [ + "▁Compar", + "t" + ], + [ + "▁Comp", + "art" + ], + [ + "▁Com", + "part" + ], + [ + "▁nuv", + "ens" + ], + [ + "▁nu", + "vens" + ], + [ + "▁defici", + "ency" + ], + [ + "▁def", + "iciency" + ], + [ + "erican", + "as" + ], + [ + "eric", + "anas" + ], + [ + "▁disable", + "d" + ], + [ + "▁dis", + "abled" + ], + [ + "▁", + "disabled" + ], + [ + "▁inform", + "ática" + ], + [ + "▁gam", + "ma" + ], + [ + "▁ga", + "mma" + ], + [ + "▁g", + "amma" + ], + [ + "▁", + "gamma" + ], + [ + "▁vitamin", + "s" + ], + [ + "▁vitam", + "ins" + ], + [ + "/", + "*" + ], + [ + "P", + "ut" + ], + [ + "▁rh", + "yth" + ], + [ + "ovi", + "ng" + ], + [ + "ov", + "ing" + ], + [ + "o", + "ving" + ], + [ + "24", + ":" + ], + [ + "2", + "4:" + ], + [ + "/", + "$" + ], + [ + "▁Haw", + "ai" + ], + [ + "w", + "t" + ], + [ + "▁favor", + "ável" + ], + [ + "IZ", + "AÇÃO" + ], + [ + "▁educ", + "ators" + ], + [ + "▁inov", + "ações" + ], + [ + "▁QUE", + "ST" + ], + [ + "▁QU", + "EST" + ], + [ + "▁Q", + "UEST" + ], + [ + "▁initial", + "ize" + ], + [ + "▁init", + "ialize" + ], + [ + "▁", + "initialize" + ], + [ + "▁TRA", + "BAL" + ], + [ + "▁Gu", + "imarães" + ], + [ + "▁@", + "_;" + ], + [ + "seg", + "u" + ], + [ + "se", + "gu" + ], + [ + "s", + "egu" + ], + [ + "▁Escola", + "s" + ], + [ + "▁Escol", + "as" + ], + [ + "▁Esc", + "olas" + ], + [ + "▁Prev", + "enção" + ], + [ + "▁Pre", + "venção" + ], + [ + "aug", + "e" + ], + [ + "au", + "ge" + ], + [ + "a", + "uge" + ], + [ + "▁H", + "u" + ], + [ + "▁Point", + "s" + ], + [ + "▁Po", + "ints" + ], + [ + "▁", + "Points" + ], + [ + "▁liter", + "ary" + ], + [ + ":", + "1" + ], + [ + "▁lat", + "itude" + ], + [ + "▁", + "latitude" + ], + [ + "▁especial", + "izado" + ], + [ + "execut", + "e" + ], + [ + "exec", + "ute" + ], + [ + "ex", + "ecute" + ], + [ + "acle", + "s" + ], + [ + "acl", + "es" + ], + [ + "ac", + "les" + ], + [ + "a", + "cles" + ], + [ + "▁kill", + "ing" + ], + [ + "▁kil", + "ling" + ], + [ + "▁k", + "illing" + ], + [ + "g", + "b" + ], + [ + "▁bo", + "ot" + ], + [ + "▁b", + "oot" + ], + [ + "▁", + "boot" + ], + [ + "▁Ir", + "m" + ], + [ + "▁I", + "rm" + ], + [ + "▁tr", + "inta" + ], + [ + "▁rem", + "édio" + ], + [ + "▁definido", + "s" + ], + [ + "▁defin", + "idos" + ], + [ + "▁mens", + "al" + ], + [ + "▁men", + "sal" + ], + [ + "▁Be", + "havior" + ], + [ + "▁", + "Behavior" + ], + [ + "UD", + "ING" + ], + [ + "ong", + "ue" + ], + [ + "on", + "gue" + ], + [ + "▁la", + "ços" + ], + [ + "▁l", + "aços" + ], + [ + "▁ver", + "e" + ], + [ + "▁ve", + "re" + ], + [ + "▁v", + "ere" + ], + [ + "▁", + "vere" + ], + [ + "▁deg", + "ener" + ], + [ + "▁de", + "gener" + ], + [ + "ía", + "s" + ], + [ + "í", + "as" + ], + [ + "bur", + "y" + ], + [ + "bu", + "ry" + ], + [ + "b", + "ury" + ], + [ + "▁RE", + "D" + ], + [ + "▁R", + "ED" + ], + [ + "▁", + "RED" + ], + [ + "▁Collect", + "ion" + ], + [ + "▁Coll", + "ection" + ], + [ + "▁Col", + "lection" + ], + [ + "▁", + "Collection" + ], + [ + "++++", + "++++" + ], + [ + "▁restrict", + "ed" + ], + [ + "▁rest", + "ricted" + ], + [ + "=", + "&" + ], + [ + "▁asm", + "a" + ], + [ + "▁as", + "ma" + ], + [ + "▁", + "asma" + ], + [ + "▁spot", + "s" + ], + [ + "▁spo", + "ts" + ], + [ + "▁sp", + "ots" + ], + [ + "▁Ka", + "t" + ], + [ + "▁K", + "at" + ], + [ + "▁T", + "ensor" + ], + [ + "▁", + "Tensor" + ], + [ + "▁op", + "osto" + ], + [ + "▁o", + "posto" + ], + [ + "▁gram", + "mar" + ], + [ + "▁ce", + "d" + ], + [ + "▁c", + "ed" + ], + [ + "▁", + "ced" + ], + [ + "▁S", + "í" + ], + [ + "▁passa", + "da" + ], + [ + "▁pass", + "ada" + ], + [ + "Service", + "s" + ], + [ + "Serv", + "ices" + ], + [ + "ac", + "ular" + ], + [ + "a", + "cular" + ], + [ + "▁review", + "s" + ], + [ + "▁re", + "views" + ], + [ + "ÊNCIA", + "S" + ], + [ + "ÊNC", + "IAS" + ], + [ + "der", + "r" + ], + [ + "de", + "rr" + ], + [ + "d", + "err" + ], + [ + "VAL", + "ID" + ], + [ + "▁acompanh", + "a" + ], + [ + "▁acompan", + "ha" + ], + [ + "▁payment", + "s" + ], + [ + "▁pay", + "ments" + ], + [ + "mate", + "rial" + ], + [ + "mat", + "erial" + ], + [ + "m", + "aterial" + ], + [ + "▁Regul", + "ar" + ], + [ + "▁Reg", + "ular" + ], + [ + "▁", + "Regular" + ], + [ + "▁Suc", + "cess" + ], + [ + "▁Su", + "ccess" + ], + [ + "▁S", + "uccess" + ], + [ + "▁", + "Success" + ], + [ + "Lib", + "rary" + ], + [ + "▁Hol", + "anda" + ], + [ + "▁Ho", + "landa" + ], + [ + "▁cor", + "o" + ], + [ + "▁co", + "ro" + ], + [ + "▁c", + "oro" + ], + [ + "▁perman", + "ência" + ], + [ + "▁nan", + "o" + ], + [ + "▁na", + "no" + ], + [ + "▁n", + "ano" + ], + [ + "OS", + "E" + ], + [ + "O", + "SE" + ], + [ + "She", + "ll" + ], + [ + "Sh", + "ell" + ], + [ + "S", + "hell" + ], + [ + "▁muçul", + "man" + ], + [ + "▁vaccine", + "s" + ], + [ + "▁vacc", + "ines" + ], + [ + "▁(2", + "8" + ], + [ + "▁(", + "28" + ], + [ + "▁precisa", + "va" + ], + [ + "▁precis", + "ava" + ], + [ + "az", + "a" + ], + [ + "a", + "za" + ], + [ + "▁consequ", + "ence" + ], + [ + "▁conse", + "quence" + ], + [ + "▁con", + "sequence" + ], + [ + "256", + ")" + ], + [ + "25", + "6)" + ], + [ + "2", + "56)" + ], + [ + "▁represent", + "ative" + ], + [ + "▁x", + "y" + ], + [ + "▁", + "xy" + ], + [ + "▁BAS", + "IS" + ], + [ + "▁Ferr", + "o" + ], + [ + "▁Fer", + "ro" + ], + [ + "▁Tab", + "Order" + ], + [ + "un", + "ção" + ], + [ + "▁democr", + "ático" + ], + [ + "▁Brun", + "o" + ], + [ + "▁Br", + "uno" + ], + [ + "▁Sto", + "ry" + ], + [ + "▁St", + "ory" + ], + [ + "▁correspond", + "s" + ], + [ + "▁corresp", + "onds" + ], + [ + "▁cri", + "pt" + ], + [ + "▁cr", + "ipt" + ], + [ + "▁c", + "ript" + ], + [ + "▁", + "cript" + ], + [ + "▁gén", + "ero" + ], + [ + ">>>", + "(" + ], + [ + ">>", + ">(" + ], + [ + "▁...", + "." + ], + [ + "▁..", + ".." + ], + [ + "▁.", + "..." + ], + [ + "▁", + "...." + ], + [ + "ili", + "t" + ], + [ + "il", + "it" + ], + [ + "i", + "lit" + ], + [ + "▁even", + "ing" + ], + [ + "▁ev", + "ening" + ], + [ + "Cl", + "uster" + ], + [ + "▁desn", + "ecess" + ], + [ + "▁des", + "necess" + ], + [ + "ut", + "ure" + ], + [ + "▁ev", + "ita" + ], + [ + "▁doll", + "ar" + ], + [ + "▁dol", + "lar" + ], + [ + "Check", + "ed" + ], + [ + "▁realiz", + "ando" + ], + [ + "▁real", + "izando" + ], + [ + "ile", + "y" + ], + [ + "il", + "ey" + ], + [ + "i", + "ley" + ], + [ + "▁baseado", + "s" + ], + [ + "▁base", + "ados" + ], + [ + "bag", + "e" + ], + [ + "ba", + "ge" + ], + [ + "b", + "age" + ], + [ + "32", + ";" + ], + [ + "3", + "2;" + ], + [ + "▁1999", + "," + ], + [ + "▁199", + "9," + ], + [ + "▁19", + "99," + ], + [ + "▁Ro", + "ot" + ], + [ + "▁R", + "oot" + ], + [ + "▁", + "Root" + ], + [ + "Du", + "ration" + ], + [ + "D", + "uration" + ], + [ + "▁farmac", + "êut" + ], + [ + "$$", + "$$" + ], + [ + "▁refor", + "ço" + ], + [ + "Resource", + "s" + ], + [ + "Res", + "ources" + ], + [ + "Re", + "sources" + ], + [ + "▁defin", + "ing" + ], + [ + "▁def", + "ining" + ], + [ + "aper", + "s" + ], + [ + "ape", + "rs" + ], + [ + "ap", + "ers" + ], + [ + "a", + "pers" + ], + [ + "urs", + "e" + ], + [ + "ur", + "se" + ], + [ + "▁LAN", + "GUAGE" + ], + [ + "▁unlike", + "ly" + ], + [ + "▁un", + "likely" + ], + [ + "▁erg", + "u" + ], + [ + "▁er", + "gu" + ], + [ + "▁LI", + "MIT" + ], + [ + "▁L", + "IMIT" + ], + [ + "▁doméstico", + "s" + ], + [ + "▁domést", + "icos" + ], + [ + "thread", + "s" + ], + [ + "th", + "reads" + ], + [ + ")-", + ">" + ], + [ + ")", + "->" + ], + [ + "átr", + "ia" + ], + [ + "át", + "ria" + ], + [ + "▁restriction", + "s" + ], + [ + "▁restrict", + "ions" + ], + [ + "▁Pat", + "tern" + ], + [ + "▁", + "Pattern" + ], + [ + "▁clínico", + "s" + ], + [ + "▁clín", + "icos" + ], + [ + "▁coloca", + "da" + ], + [ + "▁coloc", + "ada" + ], + [ + "▁colo", + "cada" + ], + [ + "▁col", + "ocada" + ], + [ + "▁M", + "T" + ], + [ + "▁", + "MT" + ], + [ + "Ma", + "c" + ], + [ + "M", + "ac" + ], + [ + "▁office", + "r" + ], + [ + "▁offic", + "er" + ], + [ + "▁off", + "icer" + ], + [ + "▁t", + "ê" + ], + [ + "IF", + "IC" + ], + [ + "▁democr", + "acy" + ], + [ + "▁democ", + "racy" + ], + [ + "▁dem", + "ocracy" + ], + [ + "▁''", + ";" + ], + [ + "▁'", + "';" + ], + [ + "im", + "b" + ], + [ + "i", + "mb" + ], + [ + "erse", + "y" + ], + [ + "ers", + "ey" + ], + [ + "er", + "sey" + ], + [ + "▁cha", + "ir" + ], + [ + "▁ch", + "air" + ], + [ + "▁", + "chair" + ], + [ + "teen", + "th" + ], + [ + "tee", + "nth" + ], + [ + "te", + "enth" + ], + [ + "▁log", + "in" + ], + [ + "▁lo", + "gin" + ], + [ + "▁", + "login" + ], + [ + "tic", + "ular" + ], + [ + "ti", + "cular" + ], + [ + "t", + "icular" + ], + [ + "ka", + "l" + ], + [ + "k", + "al" + ], + [ + "MA", + "P" + ], + [ + "M", + "AP" + ], + [ + "▁sint", + "et" + ], + [ + "▁rain", + "ha" + ], + [ + "▁ra", + "inha" + ], + [ + "▁Share", + "d" + ], + [ + "▁Shar", + "ed" + ], + [ + "▁Sha", + "red" + ], + [ + "▁Sh", + "ared" + ], + [ + "▁S", + "hared" + ], + [ + "▁", + "Shared" + ], + [ + "▁DE", + "US" + ], + [ + "▁haven", + "do" + ], + [ + "▁hav", + "endo" + ], + [ + "▁ha", + "vendo" + ], + [ + "▁P", + "u" + ], + [ + "▁decret", + "o" + ], + [ + "▁decre", + "to" + ], + [ + "▁decr", + "eto" + ], + [ + "▁dec", + "reto" + ], + [ + "tain", + "able" + ], + [ + "▁CONTIN", + "UE" + ], + [ + "▁recorr", + "er" + ], + [ + "▁recor", + "rer" + ], + [ + "▁re", + "correr" + ], + [ + "{", + "'" + ], + [ + "▁friend", + "ly" + ], + [ + "▁", + "friendly" + ], + [ + "▁continu", + "ing" + ], + [ + "▁contin", + "uing" + ], + [ + "ra", + "it" + ], + [ + "r", + "ait" + ], + [ + "▁Frank", + "lin" + ], + [ + "ódulo", + "s" + ], + [ + "ód", + "ulos" + ], + [ + "▁rea", + "r" + ], + [ + "▁re", + "ar" + ], + [ + "▁r", + "ear" + ], + [ + "▁pond", + "er" + ], + [ + "▁pon", + "der" + ], + [ + "▁p", + "onder" + ], + [ + "▁", + "ponder" + ], + [ + "▁constant", + "s" + ], + [ + "▁const", + "ants" + ], + [ + "▁", + "constants" + ], + [ + "▁am", + "adure" + ], + [ + "▁Sín", + "drome" + ], + [ + "30", + "4" + ], + [ + "3", + "04" + ], + [ + "▁sche", + "ma" + ], + [ + "▁sch", + "ema" + ], + [ + "▁sc", + "hema" + ], + [ + "▁", + "schema" + ], + [ + "▁te", + "ologia" + ], + [ + "▁absolut", + "o" + ], + [ + "▁absol", + "uto" + ], + [ + "▁Arc", + "tic" + ], + [ + "▁Ar", + "ctic" + ], + [ + "▁dist", + "o" + ], + [ + "▁dis", + "to" + ], + [ + "▁di", + "sto" + ], + [ + "▁d", + "isto" + ], + [ + "iz", + "o" + ], + [ + "i", + "zo" + ], + [ + "▁25", + "6" + ], + [ + "▁2", + "56" + ], + [ + "▁", + "256" + ], + [ + "▁To", + "k" + ], + [ + "▁T", + "ok" + ], + [ + "▁", + "Tok" + ], + [ + "▁prec", + "e" + ], + [ + "▁pre", + "ce" + ], + [ + "▁pr", + "ece" + ], + [ + "▁p", + "rece" + ], + [ + "(10", + "," + ], + [ + "(1", + "0," + ], + [ + "(", + "10," + ], + [ + "▁apparent", + "ly" + ], + [ + "▁appar", + "ently" + ], + [ + "ÓR", + "IA" + ], + [ + "Ó", + "RIA" + ], + [ + "▁Ris", + "k" + ], + [ + "▁Ri", + "sk" + ], + [ + "▁R", + "isk" + ], + [ + "▁voc", + "ação" + ], + [ + "▁v", + "ocação" + ], + [ + "г", + "о" + ], + [ + "▁I", + "o" + ], + [ + "▁", + "Io" + ], + [ + "ú", + "jo" + ], + [ + "usto", + "s" + ], + [ + "ust", + "os" + ], + [ + "us", + "tos" + ], + [ + "▁SI", + "L" + ], + [ + "▁S", + "IL" + ], + [ + "bool", + "ean" + ], + [ + "bo", + "olean" + ], + [ + "▁fotografia", + "s" + ], + [ + "▁fotograf", + "ias" + ], + [ + "▁fot", + "ografias" + ], + [ + "N", + "F" + ], + [ + "ár", + "qu" + ], + [ + "▁argue", + "d" + ], + [ + "▁argu", + "ed" + ], + [ + "▁arg", + "ued" + ], + [ + "em", + "p" + ], + [ + "e", + "mp" + ], + [ + "RA", + "INT" + ], + [ + "▁en", + "quadr" + ], + [ + "▁", + "̧" + ], + [ + "cons", + "um" + ], + [ + "con", + "sum" + ], + [ + "▁infe", + "st" + ], + [ + "▁inf", + "est" + ], + [ + "▁preparado", + "s" + ], + [ + "▁prepara", + "dos" + ], + [ + "▁prepar", + "ados" + ], + [ + "▁C", + "unha" + ], + [ + "▁padro", + "n" + ], + [ + "▁padr", + "on" + ], + [ + "▁pad", + "ron" + ], + [ + "pol", + "y" + ], + [ + "po", + "ly" + ], + [ + "p", + "oly" + ], + [ + "▁janela", + "s" + ], + [ + "▁jan", + "elas" + ], + [ + "▁permanece", + "m" + ], + [ + "▁perman", + "ecem" + ], + [ + "▁varia", + "nt" + ], + [ + "▁vari", + "ant" + ], + [ + "▁var", + "iant" + ], + [ + "▁v", + "ariant" + ], + [ + "▁", + "variant" + ], + [ + "▁mam", + "íferos" + ], + [ + "▁paral", + "elo" + ], + [ + "▁V", + "B" + ], + [ + "▁", + "VB" + ], + [ + "▁Sm", + "art" + ], + [ + "▁S", + "mart" + ], + [ + "▁to", + "bacco" + ], + [ + "▁estabelecida", + "s" + ], + [ + "▁estabelec", + "idas" + ], + [ + "▁estabele", + "cidas" + ], + [ + "36", + "0" + ], + [ + "3", + "60" + ], + [ + "▁request", + "ed" + ], + [ + "▁requ", + "ested" + ], + [ + "▁Ar", + "c" + ], + [ + "▁A", + "rc" + ], + [ + "▁", + "Arc" + ], + [ + "pha", + "l" + ], + [ + "ph", + "al" + ], + [ + "p", + "hal" + ], + [ + "▁PU", + "R" + ], + [ + "▁P", + "UR" + ], + [ + "eth", + "e" + ], + [ + "et", + "he" + ], + [ + "e", + "the" + ], + [ + "ivar", + "i" + ], + [ + "iva", + "ri" + ], + [ + "iv", + "ari" + ], + [ + "i", + "vari" + ], + [ + "▁vira", + "m" + ], + [ + "▁vir", + "am" + ], + [ + "▁vi", + "ram" + ], + [ + "▁v", + "iram" + ], + [ + "scr", + "ibe" + ], + [ + "sc", + "ribe" + ], + [ + "We", + "ight" + ], + [ + "W", + "eight" + ], + [ + "▁aus", + "tr" + ], + [ + "▁au", + "str" + ], + [ + "▁a", + "ustr" + ], + [ + "▁Ass", + "um" + ], + [ + "▁As", + "sum" + ], + [ + "▁mista", + "ke" + ], + [ + "▁mist", + "ake" + ], + [ + "▁mis", + "take" + ], + [ + "▁light", + "ing" + ], + [ + "▁l", + "ighting" + ], + [ + "▁institu", + "tion" + ], + [ + "▁instit", + "ution" + ], + [ + "▁inst", + "itution" + ], + [ + "▁Fo", + "t" + ], + [ + "▁F", + "ot" + ], + [ + "Mar", + "k" + ], + [ + "Ma", + "rk" + ], + [ + "M", + "ark" + ], + [ + "Error", + "s" + ], + [ + "Err", + "ors" + ], + [ + "Er", + "rors" + ], + [ + "▁dis", + "placement" + ], + [ + "▁convidado", + "s" + ], + [ + "▁convida", + "dos" + ], + [ + "▁convid", + "ados" + ], + [ + "▁moderna", + "s" + ], + [ + "▁modern", + "as" + ], + [ + "▁moder", + "nas" + ], + [ + "born", + "e" + ], + [ + "bor", + "ne" + ], + [ + "b", + "orne" + ], + [ + "rypt", + "o" + ], + [ + "ry", + "pto" + ], + [ + "▁enorme", + "s" + ], + [ + "▁enorm", + "es" + ], + [ + "▁especial", + "izada" + ], + [ + "▁Lou", + "r" + ], + [ + "▁Lo", + "ur" + ], + [ + "▁L", + "our" + ], + [ + "▁M", + "G" + ], + [ + "▁", + "MG" + ], + [ + "over", + "s" + ], + [ + "ove", + "rs" + ], + [ + "ov", + "ers" + ], + [ + "o", + "vers" + ], + [ + "▁wis", + "dom" + ], + [ + "▁Pass", + "o" + ], + [ + "▁Pas", + "so" + ], + [ + "▁P", + "asso" + ], + [ + "igr", + "ação" + ], + [ + "ig", + "ração" + ], + [ + "i", + "gração" + ], + [ + "▁anivers", + "ário" + ], + [ + "▁primord", + "ial" + ], + [ + "INT", + "ER" + ], + [ + "IN", + "TER" + ], + [ + "n", + "f" + ], + [ + "▁deput", + "ado" + ], + [ + "▁global", + "ização" + ], + [ + "All", + "ow" + ], + [ + "Al", + "low" + ], + [ + "as", + "InstanceOf" + ], + [ + "38", + "4" + ], + [ + "3", + "84" + ], + [ + "▁Mat", + "ch" + ], + [ + "▁M", + "atch" + ], + [ + "▁", + "Match" + ], + [ + "▁emerg", + "ing" + ], + [ + "-1", + "}" + ], + [ + "-", + "1}" + ], + [ + "▁Crist", + "ina" + ], + [ + "▁metr", + "o" + ], + [ + "▁met", + "ro" + ], + [ + "▁me", + "tro" + ], + [ + "▁", + "metro" + ], + [ + "▁Quad", + "r" + ], + [ + "▁Qu", + "adr" + ], + [ + "ice", + "r" + ], + [ + "ic", + "er" + ], + [ + "i", + "cer" + ], + [ + "▁Rod", + "rigo" + ], + [ + "▁chamam", + "os" + ], + [ + "▁chama", + "mos" + ], + [ + "▁cham", + "amos" + ], + [ + "ú", + "p" + ], + [ + "▁proporcion", + "ando" + ], + [ + "cm", + "p" + ], + [ + "c", + "mp" + ], + [ + "([", + "'" + ], + [ + "(", + "['" + ], + [ + "▁'", + "." + ], + [ + "▁", + "'." + ], + [ + "xxx", + "x" + ], + [ + "xx", + "xx" + ], + [ + "x", + "xxx" + ], + [ + "Select", + "ion" + ], + [ + "Sele", + "ction" + ], + [ + "Sel", + "ection" + ], + [ + "Se", + "lection" + ], + [ + "▁Const", + "ru" + ], + [ + "▁Cons", + "tru" + ], + [ + "▁Con", + "stru" + ], + [ + "pto", + "m" + ], + [ + "pt", + "om" + ], + [ + "p", + "tom" + ], + [ + "▁exce", + "to" + ], + [ + "▁exc", + "eto" + ], + [ + "tain", + "ment" + ], + [ + "▁ar", + "ise" + ], + [ + "▁a", + "rise" + ], + [ + "▁output", + "Id" + ], + [ + "▁aprend", + "endo" + ], + [ + "▁apr", + "endendo" + ], + [ + "▁comput", + "ation" + ], + [ + "aria", + "s" + ], + [ + "ari", + "as" + ], + [ + "ar", + "ias" + ], + [ + "a", + "rias" + ], + [ + "▁medi", + "ção" + ], + [ + "▁med", + "ição" + ], + [ + "▁me", + "dição" + ], + [ + "as", + "p" + ], + [ + "a", + "sp" + ], + [ + "▁conclu", + "de" + ], + [ + "▁concl", + "ude" + ], + [ + "▁conc", + "lude" + ], + [ + "▁con", + "clude" + ], + [ + "▁Vit", + "ória" + ], + [ + "▁trat", + "o" + ], + [ + "▁tra", + "to" + ], + [ + "▁tr", + "ato" + ], + [ + "▁t", + "rato" + ], + [ + "▁hot", + "el" + ], + [ + "▁ho", + "tel" + ], + [ + "\\\":", + "\\\"" + ], + [ + "BU", + "ILD" + ], + [ + "▁ha", + "t" + ], + [ + "▁h", + "at" + ], + [ + "▁", + "hat" + ], + [ + "▁Qu", + "iz" + ], + [ + "▁jornal", + "ismo" + ], + [ + "11", + "1" + ], + [ + "1", + "11" + ], + [ + "▁desempenha", + "r" + ], + [ + "▁desempenh", + "ar" + ], + [ + "▁desempen", + "har" + ], + [ + "▁vess", + "el" + ], + [ + "▁ves", + "sel" + ], + [ + "▁v", + "essel" + ], + [ + "TIM", + "ESTAMP" + ], + [ + "▁close", + "st" + ], + [ + "▁clos", + "est" + ], + [ + "▁transaction", + "s" + ], + [ + "▁trans", + "actions" + ], + [ + "▁Sér", + "gio" + ], + [ + "▁9", + "3" + ], + [ + "▁", + "93" + ], + [ + "▁auxili", + "a" + ], + [ + "▁auxil", + "ia" + ], + [ + "▁aux", + "ilia" + ], + [ + "▁junta", + "s" + ], + [ + "▁junt", + "as" + ], + [ + "▁jun", + "tas" + ], + [ + "▁j", + "untas" + ], + [ + "▁acess", + "íveis" + ], + [ + "▁load", + "ing" + ], + [ + "▁lo", + "ading" + ], + [ + "▁", + "loading" + ], + [ + "ést", + "ico" + ], + [ + "és", + "tico" + ], + [ + "é", + "stico" + ], + [ + "▁cha", + "t" + ], + [ + "▁ch", + "at" + ], + [ + "▁c", + "hat" + ], + [ + "▁", + "chat" + ], + [ + "▁voz", + "es" + ], + [ + "▁vo", + "zes" + ], + [ + "ins", + "ic" + ], + [ + "in", + "sic" + ], + [ + "▁abandon", + "o" + ], + [ + "▁aband", + "ono" + ], + [ + "ingu", + "e" + ], + [ + "ing", + "ue" + ], + [ + "in", + "gue" + ], + [ + "esc", + "a" + ], + [ + "es", + "ca" + ], + [ + "▁Si", + "tu" + ], + [ + "▁S", + "itu" + ], + [ + "oke", + "d" + ], + [ + "ok", + "ed" + ], + [ + "o", + "ked" + ], + [ + "te", + "ve" + ], + [ + "▁permit", + "ted" + ], + [ + "▁per", + "mitted" + ], + [ + "▁Ben", + "jamin" + ], + [ + "▁Ig", + "n" + ], + [ + "▁I", + "gn" + ], + [ + "▁", + "Ign" + ], + [ + "▁analyse", + "s" + ], + [ + "▁analys", + "es" + ], + [ + "▁analy", + "ses" + ], + [ + "▁E", + "D" + ], + [ + "▁", + "ED" + ], + [ + "▁entreg", + "ue" + ], + [ + "▁entre", + "gue" + ], + [ + "▁ester", + "e" + ], + [ + "▁este", + "re" + ], + [ + "▁est", + "ere" + ], + [ + "In", + "f" + ], + [ + "I", + "nf" + ], + [ + "▁mole", + "cule" + ], + [ + "V", + "ir" + ], + [ + "na", + "t" + ], + [ + "n", + "at" + ], + [ + "▁accompl", + "ish" + ], + [ + "oca", + "ção" + ], + [ + "oc", + "ação" + ], + [ + "▁Nasc", + "imento" + ], + [ + "▁Nas", + "cimento" + ], + [ + "bl", + "ing" + ], + [ + "b", + "ling" + ], + [ + "▁corro", + "s" + ], + [ + "▁corr", + "os" + ], + [ + "▁cor", + "ros" + ], + [ + "▁c", + "orros" + ], + [ + "▁cl", + "or" + ], + [ + "▁c", + "lor" + ], + [ + "▁Come", + "r" + ], + [ + "▁Com", + "er" + ], + [ + "▁Co", + "mer" + ], + [ + "▁C", + "omer" + ], + [ + "▁conv", + "ívio" + ], + [ + ",1", + "," + ], + [ + ",", + "1," + ], + [ + "▁carbo", + "hydr" + ], + [ + "▁destinado", + "s" + ], + [ + "▁destina", + "dos" + ], + [ + "▁destin", + "ados" + ], + [ + "▁dest", + "inados" + ], + [ + "/1", + "6" + ], + [ + "/", + "16" + ], + [ + "▁Ka", + "l" + ], + [ + "▁K", + "al" + ], + [ + "▁céu", + "s" + ], + [ + "▁cé", + "us" + ], + [ + "▁c", + "éus" + ], + [ + "▁sof", + "istic" + ], + [ + "package", + "s" + ], + [ + "pack", + "ages" + ], + [ + "▁ounce", + "s" + ], + [ + "▁oun", + "ces" + ], + [ + "▁A", + "compan" + ], + [ + "ade", + "d" + ], + [ + "ad", + "ed" + ], + [ + "a", + "ded" + ], + [ + "▁Publish", + "ed" + ], + [ + "▁Pub", + "lished" + ], + [ + "▁dramat", + "ic" + ], + [ + "▁drama", + "tic" + ], + [ + "▁dram", + "atic" + ], + [ + "▁dra", + "matic" + ], + [ + "▁Fortale", + "za" + ], + [ + "▁1999", + "." + ], + [ + "▁199", + "9." + ], + [ + "▁19", + "99." + ], + [ + "▁remark", + "able" + ], + [ + "íg", + "io" + ], + [ + "í", + "gio" + ], + [ + "▁Cast", + "elo" + ], + [ + "▁Cor", + "on" + ], + [ + "▁Co", + "ron" + ], + [ + "▁C", + "oron" + ], + [ + ")", + "'" + ], + [ + "2.", + "5" + ], + [ + "2", + ".5" + ], + [ + "▁dra", + "s" + ], + [ + "▁dr", + "as" + ], + [ + "▁d", + "ras" + ], + [ + "▁cot", + "ton" + ], + [ + "▁riqueza", + "s" + ], + [ + "▁rique", + "zas" + ], + [ + "т", + "а" + ], + [ + "fa", + "t" + ], + [ + "f", + "at" + ], + [ + "▁Contr", + "a" + ], + [ + "▁Cont", + "ra" + ], + [ + "▁Con", + "tra" + ], + [ + "▁sag", + "e" + ], + [ + "▁sa", + "ge" + ], + [ + "▁s", + "age" + ], + [ + "n", + "v" + ], + [ + "Lo", + "w" + ], + [ + "L", + "ow" + ], + [ + "▁Gri", + "d" + ], + [ + "▁Gr", + "id" + ], + [ + "▁G", + "rid" + ], + [ + "▁", + "Grid" + ], + [ + "▁brus", + "h" + ], + [ + "▁br", + "ush" + ], + [ + "▁", + "brush" + ], + [ + "▁elevada", + "s" + ], + [ + "▁eleva", + "das" + ], + [ + "▁elev", + "adas" + ], + [ + "▁Si", + "x" + ], + [ + "▁S", + "ix" + ], + [ + "▁Fre", + "ud" + ], + [ + "▁sop", + "h" + ], + [ + "▁so", + "ph" + ], + [ + "▁s", + "oph" + ], + [ + "▁obvious", + "ly" + ], + [ + "▁ob", + "viously" + ], + [ + "▁Fis", + "h" + ], + [ + "▁Fi", + "sh" + ], + [ + "▁F", + "ish" + ], + [ + "▁she", + "d" + ], + [ + "▁sh", + "ed" + ], + [ + "▁s", + "hed" + ], + [ + "▁lun", + "ar" + ], + [ + "▁lu", + "nar" + ], + [ + "▁Inform", + "ações" + ], + [ + "▁estrutura", + "is" + ], + [ + "▁estrut", + "urais" + ], + [ + "▁redis", + "t" + ], + [ + "▁red", + "ist" + ], + [ + "▁re", + "dist" + ], + [ + "▁manip", + "ulação" + ], + [ + "▁narrativa", + "s" + ], + [ + "▁narr", + "ativas" + ], + [ + "▁control", + "ling" + ], + [ + "▁cont", + "rolling" + ], + [ + "▁distribution", + "s" + ], + [ + "▁distribut", + "ions" + ], + [ + "▁dist", + "ributions" + ], + [ + "mod", + "al" + ], + [ + "mo", + "dal" + ], + [ + "m", + "odal" + ], + [ + "▁31", + "." + ], + [ + "▁3", + "1." + ], + [ + "▁", + "31." + ], + [ + "▁document", + "ário" + ], + [ + "script", + "ion" + ], + [ + "sc", + "ription" + ], + [ + "▁mother", + "s" + ], + [ + "▁mo", + "thers" + ], + [ + "▁m", + "others" + ], + [ + "14", + "5" + ], + [ + "1", + "45" + ], + [ + "▁confer", + "ir" + ], + [ + "learn", + "ing" + ], + [ + "le", + "arning" + ], + [ + "▁explicit", + "ly" + ], + [ + "▁n", + "á" + ], + [ + "▁Ni", + "g" + ], + [ + "▁N", + "ig" + ], + [ + "▁sobre", + "n" + ], + [ + "▁sobr", + "en" + ], + [ + "▁sob", + "ren" + ], + [ + "11", + ")" + ], + [ + "1", + "1)" + ], + [ + "yme", + "s" + ], + [ + "ym", + "es" + ], + [ + "y", + "mes" + ], + [ + "ast", + "s" + ], + [ + "as", + "ts" + ], + [ + "f", + "u" + ], + [ + "▁fé", + "r" + ], + [ + "▁f", + "ér" + ], + [ + "▁diferencia", + "l" + ], + [ + "▁diferenci", + "al" + ], + [ + "▁difer", + "encial" + ], + [ + "▁Miss", + "ion" + ], + [ + "▁M", + "ission" + ], + [ + "ill", + "ion" + ], + [ + "sec", + "ret" + ], + [ + "se", + "cret" + ], + [ + "rav", + "io" + ], + [ + "ra", + "vio" + ], + [ + "P", + "K" + ], + [ + "▁Apresenta", + "ção" + ], + [ + "▁Apresent", + "ação" + ], + [ + "▁antic", + "ip" + ], + [ + "▁anti", + "cip" + ], + [ + "▁an", + "ticip" + ], + [ + "▁Low", + "er" + ], + [ + "▁Lo", + "wer" + ], + [ + "▁L", + "ower" + ], + [ + "▁", + "Lower" + ], + [ + "▁ate", + "nt" + ], + [ + "▁at", + "ent" + ], + [ + "▁a", + "tent" + ], + [ + "▁limita", + "r" + ], + [ + "▁limit", + "ar" + ], + [ + "▁lim", + "itar" + ], + [ + "top", + "ic" + ], + [ + "to", + "pic" + ], + [ + "t", + "opic" + ], + [ + "▁estatística", + "s" + ], + [ + "▁estat", + "ísticas" + ], + [ + "▁suspe", + "ct" + ], + [ + "▁susp", + "ect" + ], + [ + "▁sus", + "pect" + ], + [ + "▁su", + "spect" + ], + [ + "Hel", + "p" + ], + [ + "He", + "lp" + ], + [ + "▁Bor", + "g" + ], + [ + "▁Bo", + "rg" + ], + [ + "▁B", + "org" + ], + [ + "ab", + "ling" + ], + [ + "a", + "bling" + ], + [ + "▁mal", + "ign" + ], + [ + "▁m", + "align" + ], + [ + "▁magn", + "ésio" + ], + [ + "Em", + "ail" + ], + [ + "E", + "mail" + ], + [ + "itle", + "d" + ], + [ + "it", + "led" + ], + [ + "▁Dou", + "tor" + ], + [ + "▁Do", + "utor" + ], + [ + "▁D", + "outor" + ], + [ + "▁Agricult", + "ure" + ], + [ + "▁works", + "hop" + ], + [ + "▁work", + "shop" + ], + [ + "IL", + "L" + ], + [ + "I", + "LL" + ], + [ + "(5", + ")" + ], + [ + "(", + "5)" + ], + [ + "STR", + "U" + ], + [ + "ST", + "RU" + ], + [ + "▁bat", + "e" + ], + [ + "▁ba", + "te" + ], + [ + "▁b", + "ate" + ], + [ + "▁esp", + "a" + ], + [ + "▁es", + "pa" + ], + [ + "▁*", + "," + ], + [ + "▁", + "*," + ], + [ + "▁revela", + "r" + ], + [ + "▁revel", + "ar" + ], + [ + "▁reve", + "lar" + ], + [ + "▁rev", + "elar" + ], + [ + "▁1998", + "," + ], + [ + "▁199", + "8," + ], + [ + "▁19", + "98," + ], + [ + "▁Cl", + "oud" + ], + [ + "▁", + "Cloud" + ], + [ + "▁cri", + "ativo" + ], + [ + "LIBR", + "ARY" + ], + [ + "▁\"", + "'" + ], + [ + "▁ver", + "d" + ], + [ + "▁ve", + "rd" + ], + [ + "▁v", + "erd" + ], + [ + "Att", + "r" + ], + [ + "At", + "tr" + ], + [ + "F", + "M" + ], + [ + "”", + "?" + ], + [ + "IRE", + "CT" + ], + [ + "IR", + "ECT" + ], + [ + "▁Just", + "ice" + ], + [ + "▁Jus", + "tice" + ], + [ + "▁J", + "ustice" + ], + [ + "OT", + "AL" + ], + [ + "▁Indo", + "nes" + ], + [ + "▁Ind", + "ones" + ], + [ + "▁scr", + "atch" + ], + [ + "▁psic", + "ológica" + ], + [ + "▁renov", + "ação" + ], + [ + "▁ren", + "ovação" + ], + [ + "▁behavior", + "al" + ], + [ + "ho", + "n" + ], + [ + "h", + "on" + ], + [ + "▁science", + "s" + ], + [ + "▁sci", + "ences" + ], + [ + "▁s", + "ciences" + ], + [ + "▁)", + ")" + ], + [ + "▁", + "))" + ], + [ + "▁pi", + "on" + ], + [ + "▁p", + "ion" + ], + [ + "ga", + "da" + ], + [ + "g", + "ada" + ], + [ + "▁joint", + "s" + ], + [ + "▁join", + "ts" + ], + [ + "▁jo", + "ints" + ], + [ + "▁En", + "em" + ], + [ + "▁E", + "nem" + ], + [ + "ptic", + "a" + ], + [ + "pt", + "ica" + ], + [ + "p", + "tica" + ], + [ + "▁rank", + "ing" + ], + [ + "▁ran", + "king" + ], + [ + "▁Tr", + "ump" + ], + [ + "B", + "atch" + ], + [ + "-19", + "." + ], + [ + "-1", + "9." + ], + [ + "-", + "19." + ], + [ + "▁bur", + "ied" + ], + [ + "▁bu", + "ried" + ], + [ + "▁cust", + "a" + ], + [ + "▁cus", + "ta" + ], + [ + "▁cu", + "sta" + ], + [ + "▁c", + "usta" + ], + [ + "▁A", + "y" + ], + [ + "dule", + "d" + ], + [ + "du", + "led" + ], + [ + "▁embedd", + "ed" + ], + [ + "▁emb", + "edded" + ], + [ + "ulho", + "s" + ], + [ + "ul", + "hos" + ], + [ + "▁Procur", + "e" + ], + [ + "▁Proc", + "ure" + ], + [ + "lb", + "l" + ], + [ + "l", + "bl" + ], + [ + "▁s", + "b" + ], + [ + "▁", + "sb" + ], + [ + "oe", + "ira" + ], + [ + "o", + "eira" + ], + [ + "▁XX", + "X" + ], + [ + "▁X", + "XX" + ], + [ + "▁distingu", + "ir" + ], + [ + "▁japon", + "es" + ], + [ + "▁jap", + "ones" + ], + [ + "▁destr", + "o" + ], + [ + "▁dest", + "ro" + ], + [ + "▁des", + "tro" + ], + [ + "▁de", + "stro" + ], + [ + "▁d", + "estro" + ], + [ + "▁incid", + "ence" + ], + [ + "▁inc", + "idence" + ], + [ + "▁conta", + "g" + ], + [ + "▁cont", + "ag" + ], + [ + "▁con", + "tag" + ], + [ + "Mor", + "e" + ], + [ + "Mo", + "re" + ], + [ + "M", + "ore" + ], + [ + "j", + "j" + ], + [ + "9", + "%" + ], + [ + "▁farm", + "s" + ], + [ + "▁far", + "ms" + ], + [ + "▁f", + "arms" + ], + [ + "tu", + "a" + ], + [ + "t", + "ua" + ], + [ + "▁Use", + "d" + ], + [ + "▁Us", + "ed" + ], + [ + "▁U", + "sed" + ], + [ + "▁", + "Used" + ], + [ + "▁Abra", + "ham" + ], + [ + "▁initi", + "ative" + ], + [ + "▁stat", + "s" + ], + [ + "▁sta", + "ts" + ], + [ + "▁st", + "ats" + ], + [ + "▁", + "stats" + ], + [ + "uca", + "l" + ], + [ + "uc", + "al" + ], + [ + "u", + "cal" + ], + [ + "rs", + "i" + ], + [ + "r", + "si" + ], + [ + "h", + "d" + ], + [ + "▁1980", + "," + ], + [ + "▁198", + "0," + ], + [ + "▁19", + "80," + ], + [ + "29", + "." + ], + [ + "2", + "9." + ], + [ + "et", + "ing" + ], + [ + "e", + "ting" + ], + [ + "▁her", + "itage" + ], + [ + "▁(", + "<" + ], + [ + "▁", + "(<" + ], + [ + "▁ray", + "s" + ], + [ + "▁ra", + "ys" + ], + [ + "▁r", + "ays" + ], + [ + "▁", + "rays" + ], + [ + "▁paradigm", + "a" + ], + [ + "▁paradig", + "ma" + ], + [ + "▁parad", + "igma" + ], + [ + "▁fecha", + "r" + ], + [ + "▁fech", + "ar" + ], + [ + "▁fec", + "har" + ], + [ + "▁fe", + "char" + ], + [ + "▁Projeto", + "s" + ], + [ + "▁Pro", + "jetos" + ], + [ + "▁bar", + "rier" + ], + [ + "▁fr", + "ust" + ], + [ + "▁f", + "rust" + ], + [ + "9999", + "9999" + ], + [ + "▁esc", + "ult" + ], + [ + "▁es", + "cult" + ], + [ + "▁CR", + "USH" + ], + [ + "apr", + "end" + ], + [ + "▁dem", + "as" + ], + [ + "▁de", + "mas" + ], + [ + "▁d", + "emas" + ], + [ + "con", + "gruent" + ], + [ + "▁dis", + "ability" + ], + [ + "Inst", + "all" + ], + [ + "▁per", + "e" + ], + [ + "▁pe", + "re" + ], + [ + "▁p", + "ere" + ], + [ + "▁poss", + "ivelmente" + ], + [ + "la", + "g" + ], + [ + "l", + "ag" + ], + [ + "▁privil", + "e" + ], + [ + "▁priv", + "ile" + ], + [ + "▁O", + "MS" + ], + [ + "▁", + "OMS" + ], + [ + "_", + "\\" + ], + [ + "▁Game", + "s" + ], + [ + "▁Gam", + "es" + ], + [ + "▁Ga", + "mes" + ], + [ + "▁G", + "ames" + ], + [ + "▁spoke", + "n" + ], + [ + "▁spo", + "ken" + ], + [ + "▁sp", + "oken" + ], + [ + "▁stead", + "y" + ], + [ + "▁ste", + "ady" + ], + [ + "▁06", + ":" + ], + [ + "▁0", + "6:" + ], + [ + "▁", + "06:" + ], + [ + "úcleo", + "s" + ], + [ + "úcle", + "os" + ], + [ + "▁Pi", + "r" + ], + [ + "▁P", + "ir" + ], + [ + "▁answer", + "ed" + ], + [ + "▁answ", + "ered" + ], + [ + "▁sacerdote", + "s" + ], + [ + "▁sacerdo", + "tes" + ], + [ + "ep", + "och" + ], + [ + "▁Fil", + "l" + ], + [ + "▁Fi", + "ll" + ], + [ + "▁F", + "ill" + ], + [ + "▁", + "Fill" + ], + [ + "▁câmer", + "a" + ], + [ + "▁[]", + "," + ], + [ + "▁[", + "]," + ], + [ + "▁", + "[]," + ], + [ + "ut", + "ter" + ], + [ + "▁1.", + "6" + ], + [ + "▁1", + ".6" + ], + [ + "▁", + "1.6" + ], + [ + "▁compos", + "ite" + ], + [ + "▁com", + "posite" + ], + [ + "▁ren", + "as" + ], + [ + "▁re", + "nas" + ], + [ + "▁r", + "enas" + ], + [ + "▁pers", + "ever" + ], + [ + "▁pil", + "l" + ], + [ + "▁pi", + "ll" + ], + [ + "▁p", + "ill" + ], + [ + "▁", + "pill" + ], + [ + "set", + "up" + ], + [ + "▁Material", + "s" + ], + [ + "▁vi", + "c" + ], + [ + "▁v", + "ic" + ], + [ + "▁", + "vic" + ], + [ + "▁corrig", + "ir" + ], + [ + "0", + "\\" + ], + [ + "▁sag", + "rado" + ], + [ + "▁ta", + "ct" + ], + [ + "▁t", + "act" + ], + [ + "▁", + "tact" + ], + [ + "▁futur", + "a" + ], + [ + "▁fut", + "ura" + ], + [ + "riz", + "ona" + ], + [ + "▁Rel", + "ations" + ], + [ + "22", + "4" + ], + [ + "2", + "24" + ], + [ + "itut", + "o" + ], + [ + "itu", + "to" + ], + [ + "it", + "uto" + ], + [ + "b", + "x" + ], + [ + "_1", + ":" + ], + [ + "_", + "1:" + ], + [ + "Trans", + "fer" + ], + [ + "▁n", + "m" + ], + [ + "▁", + "nm" + ], + [ + "▁Venez", + "uela" + ], + [ + "enn", + "ial" + ], + [ + "▁ent", + "h" + ], + [ + "▁en", + "th" + ], + [ + "▁e", + "nth" + ], + [ + "▁", + "enth" + ], + [ + "AN", + "CE" + ], + [ + "▁privado", + "s" + ], + [ + "▁priv", + "ados" + ], + [ + "▁prejuí", + "zo" + ], + [ + "▁(", + "+" + ], + [ + "the", + "w" + ], + [ + "th", + "ew" + ], + [ + "▁sec", + "ular" + ], + [ + "▁se", + "cular" + ], + [ + "▁24", + "0" + ], + [ + "▁2", + "40" + ], + [ + "▁", + "240" + ], + [ + "rows", + "e" + ], + [ + "row", + "se" + ], + [ + "▁pedagógica", + "s" + ], + [ + "▁pedag", + "ógicas" + ], + [ + "▁Ham", + "ilton" + ], + [ + "L", + "R" + ], + [ + "(25", + "5)" + ], + [ + "(2", + "55)" + ], + [ + "Error", + "f" + ], + [ + "Err", + "orf" + ], + [ + "▁Ara", + "újo" + ], + [ + "▁1970", + "," + ], + [ + "▁197", + "0," + ], + [ + "▁19", + "70," + ], + [ + "▁respons", + "abil" + ], + [ + "!", + "," + ], + [ + "▁Ser", + "ia" + ], + [ + "▁Se", + "ria" + ], + [ + "▁S", + "eria" + ], + [ + "▁valid", + "ate" + ], + [ + "▁val", + "idate" + ], + [ + "▁", + "validate" + ], + [ + "▁co", + "g" + ], + [ + "▁c", + "og" + ], + [ + "Que", + "st" + ], + [ + "Qu", + "est" + ], + [ + "▁R", + "J" + ], + [ + "▁", + "RJ" + ], + [ + "le", + "i" + ], + [ + "l", + "ei" + ], + [ + "ant", + "i" + ], + [ + "an", + "ti" + ], + [ + "▁interfer", + "e" + ], + [ + "▁interf", + "ere" + ], + [ + "▁salv", + "o" + ], + [ + "▁sal", + "vo" + ], + [ + "▁s", + "alvo" + ], + [ + "▁supplement", + "s" + ], + [ + "▁sup", + "plements" + ], + [ + "ula", + "m" + ], + [ + "ul", + "am" + ], + [ + "u", + "lam" + ], + [ + "','", + "','" + ], + [ + "▁perd", + "endo" + ], + [ + "▁capit", + "a" + ], + [ + "▁cap", + "ita" + ], + [ + "x", + "E" + ], + [ + "▁connect", + "ing" + ], + [ + "▁dis", + "abilities" + ], + [ + "íd", + "ia" + ], + [ + "í", + "dia" + ], + [ + "▁possuí", + "a" + ], + [ + "▁possu", + "ía" + ], + [ + "CE", + "D" + ], + [ + "C", + "ED" + ], + [ + "▁associa", + "te" + ], + [ + "▁associ", + "ate" + ], + [ + "▁assoc", + "iate" + ], + [ + "Sh", + "ort" + ], + [ + "S", + "hort" + ], + [ + "▁mer", + "e" + ], + [ + "▁me", + "re" + ], + [ + "▁m", + "ere" + ], + [ + "▁sensor", + "es" + ], + [ + "▁senso", + "res" + ], + [ + "▁sens", + "ores" + ], + [ + "▁pilot", + "o" + ], + [ + "▁pil", + "oto" + ], + [ + "▁tor", + "que" + ], + [ + "▁t", + "orque" + ], + [ + "▁catal", + "og" + ], + [ + "▁c", + "atalog" + ], + [ + "▁", + "catalog" + ], + [ + "▁constitu", + "ída" + ], + [ + "▁Pers", + "on" + ], + [ + "▁Per", + "son" + ], + [ + "▁P", + "erson" + ], + [ + "▁", + "Person" + ], + [ + "▁Artigo", + "s" + ], + [ + "▁Art", + "igos" + ], + [ + "▁competit", + "ive" + ], + [ + "▁compet", + "itive" + ], + [ + "Si", + "te" + ], + [ + "S", + "ite" + ], + [ + "▁bor", + "ra" + ], + [ + "▁judg", + "e" + ], + [ + "▁jud", + "ge" + ], + [ + "▁j", + "udge" + ], + [ + "iss", + "ip" + ], + [ + "NA", + "M" + ], + [ + "N", + "AM" + ], + [ + "ain", + "s" + ], + [ + "ai", + "ns" + ], + [ + "a", + "ins" + ], + [ + "▁cere", + "brais" + ], + [ + "▁superfície", + "s" + ], + [ + "▁superfíci", + "es" + ], + [ + "▁superf", + "ícies" + ], + [ + "}}$", + "$" + ], + [ + "}}", + "$$" + ], + [ + "}", + "}$$" + ], + [ + "▁(2", + "2" + ], + [ + "▁(", + "22" + ], + [ + "▁", + "(22" + ], + [ + "▁sex", + "uais" + ], + [ + "▁se", + "xuais" + ], + [ + "▁str", + "ange" + ], + [ + "▁st", + "range" + ], + [ + "xm", + "m" + ], + [ + "x", + "mm" + ], + [ + "▁lent", + "a" + ], + [ + "▁len", + "ta" + ], + [ + "▁l", + "enta" + ], + [ + "▁oficial", + "mente" + ], + [ + "▁K", + "n" + ], + [ + "▁aze", + "ite" + ], + [ + "Vol", + "ume" + ], + [ + "4", + "}" + ], + [ + "=\"", + "_" + ], + [ + "=", + "\"_" + ], + [ + "úst", + "ria" + ], + [ + "ú", + "stria" + ], + [ + "▁fez", + "es" + ], + [ + "▁fe", + "zes" + ], + [ + "▁pack", + "et" + ], + [ + "▁pac", + "ket" + ], + [ + "▁", + "packet" + ], + [ + "▁minist", + "er" + ], + [ + "▁mini", + "ster" + ], + [ + "▁min", + "ister" + ], + [ + "NE", + "SS" + ], + [ + "N", + "ESS" + ], + [ + "r", + "p" + ], + [ + "▁lingu", + "agens" + ], + [ + "generate", + "d" + ], + [ + "gener", + "ated" + ], + [ + "gene", + "rated" + ], + [ + "▁17", + "5" + ], + [ + "▁1", + "75" + ], + [ + "▁", + "175" + ], + [ + "▁17", + "8" + ], + [ + "▁1", + "78" + ], + [ + "▁", + "178" + ], + [ + "eful", + "ly" + ], + [ + "ef", + "ully" + ], + [ + "e", + "fully" + ], + [ + "Rout", + "e" + ], + [ + "Ro", + "ute" + ], + [ + "R", + "oute" + ], + [ + "▁'", + "@" + ], + [ + "direct", + "ory" + ], + [ + "d", + "irectory" + ], + [ + "PAR", + "A" + ], + [ + "PA", + "RA" + ], + [ + "P", + "ARA" + ], + [ + "▁ocas", + "ion" + ], + [ + "▁aplicada", + "s" + ], + [ + "▁aplica", + "das" + ], + [ + "▁aplic", + "adas" + ], + [ + "▁din", + "am" + ], + [ + "▁di", + "nam" + ], + [ + "▁d", + "inam" + ], + [ + "Man", + "d" + ], + [ + "Ma", + "nd" + ], + [ + "M", + "and" + ], + [ + "▁conf", + "ess" + ], + [ + "▁appoint", + "ed" + ], + [ + "|", + "\\" + ], + [ + "▁Pre", + "v" + ], + [ + "▁Pr", + "ev" + ], + [ + "▁P", + "rev" + ], + [ + "▁", + "Prev" + ], + [ + "cult", + "ural" + ], + [ + "▁compara", + "r" + ], + [ + "▁compar", + "ar" + ], + [ + "▁Pena", + "l" + ], + [ + "▁Pen", + "al" + ], + [ + "▁Pe", + "nal" + ], + [ + "▁P", + "enal" + ], + [ + "▁espect", + "ro" + ], + [ + "▁espec", + "tro" + ], + [ + "▁Ne", + "cess" + ], + [ + "▁N", + "ecess" + ], + [ + "▁establish", + "ment" + ], + [ + "▁should", + "n" + ], + [ + "▁estabelecido", + "s" + ], + [ + "▁estabelec", + "idos" + ], + [ + "▁estabele", + "cidos" + ], + [ + "▁lenta", + "mente" + ], + [ + "▁lent", + "amente" + ], + [ + "▁len", + "tamente" + ], + [ + "▁Prote", + "st" + ], + [ + "▁Prot", + "est" + ], + [ + "▁Pro", + "test" + ], + [ + "▁Tr", + "ust" + ], + [ + "▁T", + "rust" + ], + [ + "▁2021", + "," + ], + [ + "▁202", + "1," + ], + [ + "▁20", + "21," + ], + [ + "▁enorm", + "ous" + ], + [ + "quot", + "e" + ], + [ + "quo", + "te" + ], + [ + "qu", + "ote" + ], + [ + "ORE", + "S" + ], + [ + "OR", + "ES" + ], + [ + "O", + "RES" + ], + [ + "▁tivesse", + "m" + ], + [ + "▁tiv", + "essem" + ], + [ + "▁acc", + "ident" + ], + [ + "▁dram", + "a" + ], + [ + "▁dra", + "ma" + ], + [ + "▁dr", + "ama" + ], + [ + "▁d", + "rama" + ], + [ + "xl", + "abel" + ], + [ + "x", + "label" + ], + [ + "▁op", + "acity" + ], + [ + "(2)", + "," + ], + [ + "(2", + ")," + ], + [ + "(", + "2)," + ], + [ + "▁compromet", + "imento" + ], + [ + "▁relaciona", + "r" + ], + [ + "▁relacion", + "ar" + ], + [ + "▁seguido", + "res" + ], + [ + "▁segu", + "idores" + ], + [ + "as", + "a" + ], + [ + "a", + "sa" + ], + [ + "v", + "y" + ], + [ + "▁Update", + "d" + ], + [ + "▁Up", + "dated" + ], + [ + "▁", + "Updated" + ], + [ + "▁1.", + "3" + ], + [ + "▁1", + ".3" + ], + [ + "▁", + "1.3" + ], + [ + "▁verdade", + "s" + ], + [ + "▁verd", + "ades" + ], + [ + "▁ver", + "dades" + ], + [ + "▁ME", + "D" + ], + [ + "▁M", + "ED" + ], + [ + "▁", + "MED" + ], + [ + "▁academ", + "ia" + ], + [ + "▁acad", + "emia" + ], + [ + "yl", + "abel" + ], + [ + "y", + "label" + ], + [ + "Token", + "s" + ], + [ + "Tok", + "ens" + ], + [ + "To", + "kens" + ], + [ + "10", + "8" + ], + [ + "1", + "08" + ], + [ + "▁\"", + "@" + ], + [ + "▁tent", + "ou" + ], + [ + "▁Se", + "x" + ], + [ + "▁S", + "ex" + ], + [ + "▁proxim", + "idade" + ], + [ + "EDE", + "D" + ], + [ + "ED", + "ED" + ], + [ + "▁coun", + "sel" + ], + [ + "dim", + "s" + ], + [ + "di", + "ms" + ], + [ + "d", + "ims" + ], + [ + "▁wel", + "come" + ], + [ + "▁instrument", + "al" + ], + [ + "▁instru", + "mental" + ], + [ + "▁gradu", + "ate" + ], + [ + "▁grad", + "uate" + ], + [ + "▁", + "graduate" + ], + [ + "▁creature", + "s" + ], + [ + "▁creat", + "ures" + ], + [ + "▁cre", + "atures" + ], + [ + "▁Ver", + "y" + ], + [ + "▁Ve", + "ry" + ], + [ + "▁V", + "ery" + ], + [ + "▁Fr", + "ont" + ], + [ + "▁F", + "ront" + ], + [ + "▁", + "Front" + ], + [ + "valid", + "ate" + ], + [ + "val", + "idate" + ], + [ + "ira", + "ble" + ], + [ + "ir", + "able" + ], + [ + "18", + "5" + ], + [ + "1", + "85" + ], + [ + "▁color", + "ação" + ], + [ + "▁colo", + "ração" + ], + [ + "▁col", + "oração" + ], + [ + "▁cons", + "enso" + ], + [ + "▁supervis", + "ion" + ], + [ + "▁super", + "vision" + ], + [ + "▁garg", + "anta" + ], + [ + "Ex", + "it" + ], + [ + ":", + "||" + ], + [ + "}$", + "," + ], + [ + "}", + "$," + ], + [ + "▁Edit", + "or" + ], + [ + "▁Ed", + "itor" + ], + [ + "▁", + "Editor" + ], + [ + "▁Hou", + "ve" + ], + [ + "▁H", + "ouve" + ], + [ + "▁societ", + "ies" + ], + [ + "▁soci", + "eties" + ], + [ + "▁conjunto", + "s" + ], + [ + "▁conjunt", + "os" + ], + [ + "▁conj", + "untos" + ], + [ + "▁tra", + "p" + ], + [ + "▁tr", + "ap" + ], + [ + "▁t", + "rap" + ], + [ + "▁03", + ":" + ], + [ + "▁0", + "3:" + ], + [ + "▁", + "03:" + ], + [ + "▁Seq", + "u" + ], + [ + "▁Se", + "qu" + ], + [ + "▁S", + "equ" + ], + [ + "▁", + "Sequ" + ], + [ + "ar", + "é" + ], + [ + "a", + "ré" + ], + [ + "▁cond", + "ução" + ], + [ + "▁con", + "dução" + ], + [ + "▁pesquisa", + "r" + ], + [ + "▁pesquis", + "ar" + ], + [ + "Write", + "Line" + ], + [ + "▁deep", + "ly" + ], + [ + "▁dee", + "ply" + ], + [ + "crate", + "s" + ], + [ + "cr", + "ates" + ], + [ + "c", + "rates" + ], + [ + "▁aparece", + "u" + ], + [ + "▁apar", + "eceu" + ], + [ + "▁ap", + "areceu" + ], + [ + "▁mante", + "ve" + ], + [ + "▁man", + "teve" + ], + [ + "▁Ki", + "r" + ], + [ + "▁K", + "ir" + ], + [ + "▁hip", + "ot" + ], + [ + "▁hi", + "pot" + ], + [ + "▁h", + "ipot" + ], + [ + "▁calcul", + "us" + ], + [ + "▁calc", + "ulus" + ], + [ + "33", + "3" + ], + [ + "3", + "33" + ], + [ + "▁tumor", + "es" + ], + [ + "▁tum", + "ores" + ], + [ + "▁produ", + "ções" + ], + [ + "▁prod", + "uções" + ], + [ + "000000000", + "0" + ], + [ + "00000000", + "00" + ], + [ + "0000000", + "000" + ], + [ + "000000", + "0000" + ], + [ + "00000", + "00000" + ], + [ + "0000", + "000000" + ], + [ + "000", + "0000000" + ], + [ + "00", + "00000000" + ], + [ + "0", + "000000000" + ], + [ + "ót", + "eles" + ], + [ + "▁Oc", + "idental" + ], + [ + "▁subter", + "r" + ], + [ + "▁subt", + "err" + ], + [ + "Ext", + "ension" + ], + [ + "▁interag", + "ir" + ], + [ + "▁inter", + "agir" + ], + [ + "▁sup", + "pose" + ], + [ + "▁stri", + "de" + ], + [ + "▁str", + "ide" + ], + [ + "▁st", + "ride" + ], + [ + "▁", + "stride" + ], + [ + "▁mass", + "es" + ], + [ + "▁mas", + "ses" + ], + [ + "▁m", + "asses" + ], + [ + "POS", + "E" + ], + [ + "PO", + "SE" + ], + [ + "P", + "OSE" + ], + [ + "ain", + "t" + ], + [ + "ai", + "nt" + ], + [ + "a", + "int" + ], + [ + "▁viv", + "ia" + ], + [ + "▁vi", + "via" + ], + [ + "▁v", + "ivia" + ], + [ + "▁Pos", + "itive" + ], + [ + "▁valid", + "ade" + ], + [ + "▁val", + "idade" + ], + [ + "▁v", + "alidade" + ], + [ + "▁contin", + "ent" + ], + [ + "▁cont", + "inent" + ], + [ + "▁mag", + "ic" + ], + [ + "ils", + "t" + ], + [ + "il", + "st" + ], + [ + "i", + "lst" + ], + [ + "▁conversa", + "s" + ], + [ + "▁convers", + "as" + ], + [ + "▁occup", + "ied" + ], + [ + "▁nou", + "n" + ], + [ + "▁no", + "un" + ], + [ + "▁n", + "oun" + ], + [ + "▁acom", + "et" + ], + [ + "▁ac", + "omet" + ], + [ + "▁retin", + "a" + ], + [ + "▁ret", + "ina" + ], + [ + "▁convenc", + "ionais" + ], + [ + "▁conven", + "cionais" + ], + [ + "▁conv", + "encionais" + ], + [ + "▁Liv", + "re" + ], + [ + "▁Li", + "vre" + ], + [ + "▁cant", + "ar" + ], + [ + "▁can", + "tar" + ], + [ + "▁c", + "antar" + ], + [ + "▁des", + "astr" + ], + [ + "▁revela", + "ção" + ], + [ + "▁revel", + "ação" + ], + [ + "▁ac", + "ar" + ], + [ + "▁a", + "car" + ], + [ + "▁", + "acar" + ], + [ + "oi", + "r" + ], + [ + "o", + "ir" + ], + [ + "ose", + "s" + ], + [ + "os", + "es" + ], + [ + "o", + "ses" + ], + [ + "ab", + "i" + ], + [ + "a", + "bi" + ], + [ + "▁math", + "s" + ], + [ + "▁mat", + "hs" + ], + [ + "▁ma", + "ths" + ], + [ + "▁m", + "aths" + ], + [ + "▁eth", + "ical" + ], + [ + "▁gesto", + "s" + ], + [ + "▁gest", + "os" + ], + [ + "▁speed", + "s" + ], + [ + "▁spe", + "eds" + ], + [ + "isto", + "r" + ], + [ + "ist", + "or" + ], + [ + "is", + "tor" + ], + [ + "sign", + "ed" + ], + [ + "sig", + "ned" + ], + [ + "s", + "igned" + ], + [ + "shape", + "d" + ], + [ + "sha", + "ped" + ], + [ + "sh", + "aped" + ], + [ + "▁log", + "ging" + ], + [ + "▁", + "logging" + ], + [ + "▁Met", + "od" + ], + [ + "▁Me", + "tod" + ], + [ + "▁puls", + "e" + ], + [ + "▁pul", + "se" + ], + [ + "▁p", + "ulse" + ], + [ + "▁bomb", + "a" + ], + [ + "▁bom", + "ba" + ], + [ + "▁permanece", + "u" + ], + [ + "▁perman", + "eceu" + ], + [ + "▁intr", + "a" + ], + [ + "▁int", + "ra" + ], + [ + "▁in", + "tra" + ], + [ + "▁obed", + "iência" + ], + [ + "▁ob", + "ediência" + ], + [ + "▁â", + "n" + ], + [ + "▁", + "ân" + ], + [ + "▁capítulo", + "s" + ], + [ + "▁cap", + "ítulos" + ], + [ + "▁pulmon", + "ar" + ], + [ + "▁servidor", + "es" + ], + [ + "▁servido", + "res" + ], + [ + "▁serv", + "idores" + ], + [ + "▁PE", + "T" + ], + [ + "▁P", + "ET" + ], + [ + "▁m", + "d" + ], + [ + "▁", + "md" + ], + [ + "update", + "d" + ], + [ + "up", + "dated" + ], + [ + "▁bott", + "le" + ], + [ + "▁bot", + "tle" + ], + [ + "▁dedica", + "r" + ], + [ + "▁dedic", + "ar" + ], + [ + "▁ded", + "icar" + ], + [ + "che", + "n" + ], + [ + "ch", + "en" + ], + [ + "c", + "hen" + ], + [ + "▁Play", + "er" + ], + [ + "▁Pl", + "ayer" + ], + [ + "▁P", + "layer" + ], + [ + "▁", + "Player" + ], + [ + "▁jard", + "ins" + ], + [ + "01", + "5" + ], + [ + "0", + "15" + ], + [ + "S", + "ocket" + ], + [ + "▁local", + "ly" + ], + [ + "▁loc", + "ally" + ], + [ + "▁desc", + "ans" + ], + [ + "bin", + "ary" + ], + [ + "b", + "inary" + ], + [ + "▁com", + "issão" + ], + [ + "▁co", + "missão" + ], + [ + "▁servi", + "u" + ], + [ + "▁serv", + "iu" + ], + [ + "▁multid", + "ão" + ], + [ + "▁mult", + "idão" + ], + [ + "ym", + "e" + ], + [ + "y", + "me" + ], + [ + "bia", + "s" + ], + [ + "bi", + "as" + ], + [ + "b", + "ias" + ], + [ + "▁mistake", + "s" + ], + [ + "▁mista", + "kes" + ], + [ + "▁mist", + "akes" + ], + [ + "▁talent", + "o" + ], + [ + "▁tal", + "ento" + ], + [ + "▁única", + "s" + ], + [ + "▁ún", + "icas" + ], + [ + "▁cató", + "lica" + ], + [ + "▁cat", + "ólica" + ], + [ + "▁c", + "atólica" + ], + [ + "▁advog", + "ado" + ], + [ + "50", + "5" + ], + [ + "5", + "05" + ], + [ + "▁che", + "ap" + ], + [ + "▁c", + "heap" + ], + [ + "▁special", + "ized" + ], + [ + "▁square", + "d" + ], + [ + "▁squ", + "ared" + ], + [ + "▁s", + "quared" + ], + [ + "▁", + "squared" + ], + [ + "▁contribui", + "u" + ], + [ + "▁contribu", + "iu" + ], + [ + "▁deficiência", + "s" + ], + [ + "▁defici", + "ências" + ], + [ + "л", + "а" + ], + [ + "olo", + "r" + ], + [ + "ol", + "or" + ], + [ + "o", + "lor" + ], + [ + "▁Consult", + "ado" + ], + [ + "cn", + "t" + ], + [ + "c", + "nt" + ], + [ + "cial", + "mente" + ], + [ + "ci", + "almente" + ], + [ + "Per", + "iod" + ], + [ + "▁SE", + "G" + ], + [ + "▁S", + "EG" + ], + [ + "▁commit", + "tee" + ], + [ + "ele", + "m" + ], + [ + "el", + "em" + ], + [ + "e", + "lem" + ], + [ + "istical", + "ly" + ], + [ + "istic", + "ally" + ], + [ + "ist", + "ically" + ], + [ + "is", + "tically" + ], + [ + "▁passage", + "iros" + ], + [ + "▁cere", + "ais" + ], + [ + "▁docente", + "s" + ], + [ + "▁doc", + "entes" + ], + [ + "())", + "." + ], + [ + "()", + ")." + ], + [ + "(", + "))." + ], + [ + "rem", + "ium" + ], + [ + "▁fuel", + "s" + ], + [ + "▁fu", + "els" + ], + [ + "e", + "z" + ], + [ + "▁pain", + "el" + ], + [ + "▁pai", + "nel" + ], + [ + "▁pa", + "inel" + ], + [ + "▁integr", + "ante" + ], + [ + "▁integ", + "rante" + ], + [ + "▁fri", + "a" + ], + [ + "▁fr", + "ia" + ], + [ + "▁f", + "ria" + ], + [ + "▁execut", + "ive" + ], + [ + "▁Pedag", + "ogia" + ], + [ + "▁Multi", + "ply" + ], + [ + "▁hy", + "brid" + ], + [ + "▁trein", + "ar" + ], + [ + "▁tre", + "inar" + ], + [ + "▁project", + "ion" + ], + [ + "▁proj", + "ection" + ], + [ + "▁pro", + "jection" + ], + [ + "▁vivia", + "m" + ], + [ + "▁viv", + "iam" + ], + [ + "▁vi", + "viam" + ], + [ + "pre", + "ne" + ], + [ + "pr", + "ene" + ], + [ + "p", + "rene" + ], + [ + "▁settle", + "d" + ], + [ + "▁sett", + "led" + ], + [ + "▁dist", + "anci" + ], + [ + "▁faça", + "m" + ], + [ + "▁fa", + "çam" + ], + [ + "ú", + "rio" + ], + [ + "hum", + "an" + ], + [ + "hu", + "man" + ], + [ + "h", + "uman" + ], + [ + "▁cenário", + "s" + ], + [ + "▁cen", + "ários" + ], + [ + "ulada", + "s" + ], + [ + "ula", + "das" + ], + [ + "ul", + "adas" + ], + [ + "EX", + "TERNAL" + ], + [ + "▁Mar", + "inha" + ], + [ + "▁70", + "," + ], + [ + "▁7", + "0," + ], + [ + "▁", + "70," + ], + [ + "our", + "i" + ], + [ + "ou", + "ri" + ], + [ + "o", + "uri" + ], + [ + "▁fe", + "ira" + ], + [ + "▁f", + "eira" + ], + [ + "▁", + "feira" + ], + [ + "▁des", + "ord" + ], + [ + "▁vín", + "culo" + ], + [ + "▁town", + "s" + ], + [ + "▁tow", + "ns" + ], + [ + "▁grande", + "za" + ], + [ + "▁grand", + "eza" + ], + [ + "▁buf", + "f" + ], + [ + "▁bu", + "ff" + ], + [ + "▁b", + "uff" + ], + [ + "▁", + "buff" + ], + [ + "▁Sabe", + "mos" + ], + [ + "▁Sab", + "emos" + ], + [ + "▁Ol", + "ímp" + ], + [ + "▁human", + "ity" + ], + [ + "▁container", + "s" + ], + [ + "▁contain", + "ers" + ], + [ + "▁con", + "tainers" + ], + [ + "Col", + "l" + ], + [ + "Co", + "ll" + ], + [ + "C", + "oll" + ], + [ + "12", + "4" + ], + [ + "1", + "24" + ], + [ + "▁Ig", + "u" + ], + [ + "▁I", + "gu" + ], + [ + "▁FI", + "T" + ], + [ + "▁F", + "IT" + ], + [ + "on", + "ância" + ], + [ + "▁ov", + "el" + ], + [ + "▁o", + "vel" + ], + [ + "▁Ba", + "pt" + ], + [ + "▁B", + "apt" + ], + [ + "▁gra", + "y" + ], + [ + "▁gr", + "ay" + ], + [ + "▁g", + "ray" + ], + [ + "▁", + "gray" + ], + [ + "▁observ", + "ou" + ], + [ + "▁Our", + "o" + ], + [ + "▁Ou", + "ro" + ], + [ + "▁O", + "uro" + ], + [ + "▁r", + "m" + ], + [ + "▁", + "rm" + ], + [ + "▁GE", + "T" + ], + [ + "▁G", + "ET" + ], + [ + "▁", + "GET" + ], + [ + "▁laboratório", + "s" + ], + [ + "▁labor", + "atórios" + ], + [ + "▁cort", + "ar" + ], + [ + "▁cor", + "tar" + ], + [ + "Hom", + "e" + ], + [ + "H", + "ome" + ], + [ + "▁tópico", + "s" + ], + [ + "▁tóp", + "icos" + ], + [ + "▁t", + "ópicos" + ], + [ + "▁G", + "U" + ], + [ + "▁", + "GU" + ], + [ + "▁criar", + "am" + ], + [ + "▁cria", + "ram" + ], + [ + "▁cri", + "aram" + ], + [ + "▁cr", + "iaram" + ], + [ + "▁Ber", + "lin" + ], + [ + "▁vis", + "ibilidade" + ], + [ + "▁bar", + "s" + ], + [ + "▁ba", + "rs" + ], + [ + "▁b", + "ars" + ], + [ + ")", + "`" + ], + [ + "LE", + "T" + ], + [ + "L", + "ET" + ], + [ + "▁In", + "v" + ], + [ + "▁I", + "nv" + ], + [ + "▁", + "Inv" + ], + [ + "ini", + "dade" + ], + [ + "in", + "idade" + ], + [ + "▁bul", + "l" + ], + [ + "▁bu", + "ll" + ], + [ + "▁b", + "ull" + ], + [ + "▁autoc", + "on" + ], + [ + "▁auto", + "con" + ], + [ + "▁aut", + "ocon" + ], + [ + "Generate", + "d" + ], + [ + "Gener", + "ated" + ], + [ + "▁pena", + "s" + ], + [ + "▁pen", + "as" + ], + [ + "▁pe", + "nas" + ], + [ + "▁p", + "enas" + ], + [ + "▁AN", + "O" + ], + [ + "▁A", + "NO" + ], + [ + "▁", + "ANO" + ], + [ + "з", + "а" + ], + [ + "stand", + "ard" + ], + [ + "▁desv", + "i" + ], + [ + "▁des", + "vi" + ], + [ + "▁conscious", + "ness" + ], + [ + "win", + "d" + ], + [ + "wi", + "nd" + ], + [ + "w", + "ind" + ], + [ + "▁Kar", + "l" + ], + [ + "▁Ka", + "rl" + ], + [ + "26", + "." + ], + [ + "2", + "6." + ], + [ + "▁Ra", + "il" + ], + [ + "▁R", + "ail" + ], + [ + "app", + "y" + ], + [ + "ap", + "py" + ], + [ + "▁bar", + "reira" + ], + [ + "▁clara", + "s" + ], + [ + "▁clar", + "as" + ], + [ + "▁cl", + "aras" + ], + [ + "▁inv", + "enção" + ], + [ + "▁in", + "venção" + ], + [ + "▁Other", + "wise" + ], + [ + "▁nutri", + "ent" + ], + [ + "▁Conserv", + "ação" + ], + [ + "▁ang", + "úst" + ], + [ + "▁univers", + "ities" + ], + [ + "▁Ir", + "on" + ], + [ + "▁I", + "ron" + ], + [ + "itar", + "am" + ], + [ + "ita", + "ram" + ], + [ + "it", + "aram" + ], + [ + "▁conclusion", + "s" + ], + [ + "▁conclus", + "ions" + ], + [ + "▁concl", + "usions" + ], + [ + "IDADE", + "S" + ], + [ + "IDA", + "DES" + ], + [ + "ID", + "ADES" + ], + [ + "te", + "am" + ], + [ + "▁Radi", + "o" + ], + [ + "▁Rad", + "io" + ], + [ + "▁Ra", + "dio" + ], + [ + "▁", + "Radio" + ], + [ + "Time", + "out" + ], + [ + "▁respiratória", + "s" + ], + [ + "▁respir", + "atórias" + ], + [ + "▁parente", + "s" + ], + [ + "▁parent", + "es" + ], + [ + "▁par", + "entes" + ], + [ + "▁ra", + "ising" + ], + [ + "▁Ol", + "á" + ], + [ + "▁neuron", + "s" + ], + [ + "▁neuro", + "ns" + ], + [ + "▁neur", + "ons" + ], + [ + "▁requ", + "iring" + ], + [ + "▁re", + "quiring" + ], + [ + "11", + "9" + ], + [ + "1", + "19" + ], + [ + "la", + "u" + ], + [ + "l", + "au" + ], + [ + "▁Card", + "oso" + ], + [ + "▁med", + "ula" + ], + [ + "und", + "e" + ], + [ + "un", + "de" + ], + [ + "▁capac", + "itor" + ], + [ + "▁eng", + "lob" + ], + [ + "▁en", + "glob" + ], + [ + "ess", + "ão" + ], + [ + "es", + "são" + ], + [ + "▁Net", + "o" + ], + [ + "▁Ne", + "to" + ], + [ + "▁N", + "eto" + ], + [ + "▁obriga", + "ções" + ], + [ + "▁obrig", + "ações" + ], + [ + "▁j", + "a" + ], + [ + "▁", + "ja" + ], + [ + "▁pass", + "ion" + ], + [ + "IS", + "A" + ], + [ + "I", + "SA" + ], + [ + "shop", + "s" + ], + [ + "sh", + "ops" + ], + [ + "▁Part", + "ial" + ], + [ + "▁", + "Partial" + ], + [ + "▁ganho", + "s" + ], + [ + "▁ganh", + "os" + ], + [ + "▁gan", + "hos" + ], + [ + "▁g", + "anhos" + ], + [ + "our", + "ed" + ], + [ + "ou", + "red" + ], + [ + "o", + "ured" + ], + [ + "enhor", + "es" + ], + [ + "enho", + "res" + ], + [ + "enh", + "ores" + ], + [ + "▁just", + "ific" + ], + [ + "/201", + "4" + ], + [ + "/20", + "14" + ], + [ + "/2", + "014" + ], + [ + "/", + "2014" + ], + [ + "unit", + "s" + ], + [ + "uni", + "ts" + ], + [ + "un", + "its" + ], + [ + "▁registra", + "r" + ], + [ + "▁registr", + "ar" + ], + [ + "▁regist", + "rar" + ], + [ + "▁ro", + "yal" + ], + [ + "▁ne", + "c" + ], + [ + "▁n", + "ec" + ], + [ + "▁mercadoria", + "s" + ], + [ + "▁mercado", + "rias" + ], + [ + "▁merc", + "adorias" + ], + [ + "▁Nav", + "y" + ], + [ + "▁Na", + "vy" + ], + [ + "▁N", + "avy" + ], + [ + "▁period", + "ic" + ], + [ + "▁peri", + "odic" + ], + [ + "▁acadêmico", + "s" + ], + [ + "▁acadêm", + "icos" + ], + [ + "▁acad", + "êmicos" + ], + [ + "▁propriet", + "ário" + ], + [ + "▁mon", + "ument" + ], + [ + "▁hol", + "iday" + ], + [ + "▁reserv", + "e" + ], + [ + "▁res", + "erve" + ], + [ + "▁re", + "serve" + ], + [ + "micro", + "soft" + ], + [ + "mic", + "rosoft" + ], + [ + "Bin", + "ary" + ], + [ + "B", + "inary" + ], + [ + "mes", + "h" + ], + [ + "me", + "sh" + ], + [ + "m", + "esh" + ], + [ + ")|", + "|" + ], + [ + ")", + "||" + ], + [ + "▁ratio", + "s" + ], + [ + "▁rat", + "ios" + ], + [ + "▁hunt", + "ing" + ], + [ + "▁hun", + "ting" + ], + [ + "▁h", + "unting" + ], + [ + "▁tin", + "ta" + ], + [ + "▁t", + "inta" + ], + [ + "▁199", + "5" + ], + [ + "▁19", + "95" + ], + [ + "▁1", + "995" + ], + [ + "▁editor", + "ial" + ], + [ + "▁edit", + "orial" + ], + [ + "▁~", + "=" + ], + [ + "”)", + "." + ], + [ + "”", + ")." + ], + [ + "▁Trabal", + "h" + ], + [ + "14", + "9" + ], + [ + "1", + "49" + ], + [ + "trac", + "t" + ], + [ + "tra", + "ct" + ], + [ + "tr", + "act" + ], + [ + "t", + "ract" + ], + [ + "▁did", + "ático" + ], + [ + "lad", + "o" + ], + [ + "la", + "do" + ], + [ + "l", + "ado" + ], + [ + "▁read", + "ily" + ], + [ + "▁apet", + "ite" + ], + [ + "▁discharg", + "e" + ], + [ + "▁dis", + "charge" + ], + [ + "▁pude", + "r" + ], + [ + "▁pud", + "er" + ], + [ + "▁pu", + "der" + ], + [ + "sub", + "ject" + ], + [ + "su", + "bject" + ], + [ + "▁Creat", + "ive" + ], + [ + "▁Cre", + "ative" + ], + [ + "▁mind", + "s" + ], + [ + "▁min", + "ds" + ], + [ + "▁m", + "inds" + ], + [ + "▁pig", + "ment" + ], + [ + "▁pi", + "gment" + ], + [ + "▁horm", + "ônio" + ], + [ + "11", + "6" + ], + [ + "1", + "16" + ], + [ + "▁continuam", + "ente" + ], + [ + "▁continua", + "mente" + ], + [ + "▁continu", + "amente" + ], + [ + "▁contin", + "uamente" + ], + [ + "▁Melh", + "or" + ], + [ + "▁Mel", + "hor" + ], + [ + "exp", + "er" + ], + [ + "ex", + "per" + ], + [ + "▁Appe", + "nd" + ], + [ + "▁App", + "end" + ], + [ + "▁Ap", + "pend" + ], + [ + "▁", + "Append" + ], + [ + "ari", + "um" + ], + [ + "ar", + "ium" + ], + [ + "a", + "rium" + ], + [ + "▁molé", + "cula" + ], + [ + "▁satisf", + "y" + ], + [ + "▁facilita", + "te" + ], + [ + "▁facilit", + "ate" + ], + [ + "▁facil", + "itate" + ], + [ + "han", + "g" + ], + [ + "ha", + "ng" + ], + [ + "h", + "ang" + ], + [ + "▁ton", + "e" + ], + [ + "▁to", + "ne" + ], + [ + "▁t", + "one" + ], + [ + "▁Vil", + "l" + ], + [ + "▁Vi", + "ll" + ], + [ + "▁V", + "ill" + ], + [ + "▁veget", + "ation" + ], + [ + "▁aut", + "ên" + ], + [ + "▁household", + "s" + ], + [ + "▁O", + "U" + ], + [ + "▁", + "OU" + ], + [ + "▁Buff", + "er" + ], + [ + "▁B", + "uffer" + ], + [ + "▁", + "Buffer" + ], + [ + "▁gi", + "f" + ], + [ + "▁g", + "if" + ], + [ + "▁", + "gif" + ], + [ + "11", + "5" + ], + [ + "1", + "15" + ], + [ + "▁cre", + "w" + ], + [ + "▁cr", + "ew" + ], + [ + "▁c", + "rew" + ], + [ + "SU", + "M" + ], + [ + "S", + "UM" + ], + [ + "▁cru", + "c" + ], + [ + "▁cr", + "uc" + ], + [ + "▁Fi", + "que" + ], + [ + "▁F", + "ique" + ], + [ + "▁asa", + "s" + ], + [ + "▁as", + "as" + ], + [ + "isso", + "n" + ], + [ + "iss", + "on" + ], + [ + "is", + "son" + ], + [ + "i", + "sson" + ], + [ + "▁Monte", + "iro" + ], + [ + "▁Mont", + "eiro" + ], + [ + "▁Mon", + "teiro" + ], + [ + "grad", + "uação" + ], + [ + "▁broad", + "cast" + ], + [ + "adel", + "ph" + ], + [ + "▁simpl", + "ify" + ], + [ + "▁p", + "á" + ], + [ + "▁Serviço", + "s" + ], + [ + "▁Serv", + "iços" + ], + [ + "▁época", + "s" + ], + [ + "▁ép", + "ocas" + ], + [ + "jado", + "s" + ], + [ + "ja", + "dos" + ], + [ + "j", + "ados" + ], + [ + "▁espet", + "áculo" + ], + [ + "]", + "*" + ], + [ + "▁prova", + "r" + ], + [ + "▁prov", + "ar" + ], + [ + "▁pro", + "var" + ], + [ + "▁domina", + "r" + ], + [ + "▁domin", + "ar" + ], + [ + "▁dom", + "inar" + ], + [ + "rego", + "n" + ], + [ + "reg", + "on" + ], + [ + "re", + "gon" + ], + [ + "▁coleg", + "a" + ], + [ + "▁cole", + "ga" + ], + [ + "ant", + "h" + ], + [ + "an", + "th" + ], + [ + "a", + "nth" + ], + [ + "iva", + "ção" + ], + [ + "iv", + "ação" + ], + [ + "i", + "vação" + ], + [ + "RES", + "ULT" + ], + [ + "▁Option", + "al" + ], + [ + "▁Opt", + "ional" + ], + [ + "▁", + "Optional" + ], + [ + "ig", + "e" + ], + [ + "i", + "ge" + ], + [ + "▁ru", + "m" + ], + [ + "▁r", + "um" + ], + [ + "▁", + "rum" + ], + [ + "▁educativa", + "s" + ], + [ + "▁educ", + "ativas" + ], + [ + "▁pergunt", + "ou" + ], + [ + "V", + "ocê" + ], + [ + "▁fa", + "ke" + ], + [ + "▁f", + "ake" + ], + [ + "▁", + "fake" + ], + [ + "▁Gi", + "r" + ], + [ + "▁G", + "ir" + ], + [ + "▁ep", + "it" + ], + [ + "▁e", + "pit" + ], + [ + "▁perceive", + "d" + ], + [ + "▁perce", + "ived" + ], + [ + "▁disp", + "õe" + ], + [ + "▁explor", + "ing" + ], + [ + "▁explo", + "ring" + ], + [ + "▁expl", + "oring" + ], + [ + "xi", + "a" + ], + [ + "x", + "ia" + ], + [ + "▁declara", + "tion" + ], + [ + "▁declar", + "ation" + ], + [ + "▁dec", + "laration" + ], + [ + "▁abrang", + "e" + ], + [ + "▁abr", + "ange" + ], + [ + "▁ab", + "range" + ], + [ + "▁fire", + "s" + ], + [ + "▁fir", + "es" + ], + [ + "▁fi", + "res" + ], + [ + "▁f", + "ires" + ], + [ + "▁", + "fires" + ], + [ + "comp", + "lex" + ], + [ + "com", + "plex" + ], + [ + "▁devi", + "a" + ], + [ + "▁dev", + "ia" + ], + [ + "▁de", + "via" + ], + [ + "▁modifica", + "ções" + ], + [ + "▁mod", + "ificações" + ], + [ + "\":", + "3,\"" + ], + [ + "Oper", + "ator" + ], + [ + "Op", + "erator" + ], + [ + "▁cavalo", + "s" + ], + [ + "▁caval", + "os" + ], + [ + "▁cav", + "alos" + ], + [ + "osp", + "el" + ], + [ + "os", + "pel" + ], + [ + "▁dis", + "advant" + ], + [ + "FFFFFFFFFFFF", + "FFF" + ], + [ + "FFF", + "FFFFFFFFFFFF" + ], + [ + "ap", + "o" + ], + [ + "a", + "po" + ], + [ + "ous", + "se" + ], + [ + "▁por", + "cent" + ], + [ + "▁Wild", + "life" + ], + [ + "=", + "5" + ], + [ + "01", + "6" + ], + [ + "0", + "16" + ], + [ + "▁b", + "x" + ], + [ + "▁", + "bx" + ], + [ + "▁ps", + "íqu" + ], + [ + "grad", + "ient" + ], + [ + "til", + "e" + ], + [ + "ti", + "le" + ], + [ + "t", + "ile" + ], + [ + "▁Islam", + "ic" + ], + [ + "UT", + "E" + ], + [ + "U", + "TE" + ], + [ + "▁random", + "ly" + ], + [ + "A", + "X" + ], + [ + "la", + "v" + ], + [ + "l", + "av" + ], + [ + "▁Bar", + "t" + ], + [ + "▁Ba", + "rt" + ], + [ + "▁B", + "art" + ], + [ + "▁glob", + "e" + ], + [ + "▁limpa", + "r" + ], + [ + "▁limp", + "ar" + ], + [ + "▁lim", + "par" + ], + [ + "▁song", + "s" + ], + [ + "▁son", + "gs" + ], + [ + "▁s", + "ongs" + ], + [ + "▁sinto", + "ma" + ], + [ + "▁sint", + "oma" + ], + [ + "▁Value", + "s" + ], + [ + "▁Val", + "ues" + ], + [ + "▁", + "Values" + ], + [ + "▁preval", + "ence" + ], + [ + "▁Island", + "s" + ], + [ + "▁Isl", + "ands" + ], + [ + "▁Is", + "lands" + ], + [ + "▁obrig", + "atório" + ], + [ + "▁bi", + "ke" + ], + [ + "▁b", + "ike" + ], + [ + "▁vocabul", + "ário" + ], + [ + "C", + "ir" + ], + [ + "▁comercial", + "ização" + ], + [ + "▁Answer", + "s" + ], + [ + "▁Answ", + "ers" + ], + [ + "▁col", + "ônia" + ], + [ + "L", + "M" + ], + [ + "▁descob", + "erto" + ], + [ + "▁pos", + "e" + ], + [ + "▁po", + "se" + ], + [ + "▁p", + "ose" + ], + [ + "▁", + "pose" + ], + [ + "en", + "ário" + ], + [ + "▁Ta", + "i" + ], + [ + "▁T", + "ai" + ], + [ + "▁filhote", + "s" + ], + [ + "▁filho", + "tes" + ], + [ + "▁filh", + "otes" + ], + [ + "▁abund", + "ância" + ], + [ + "▁pedaço", + "s" + ], + [ + "▁ped", + "aços" + ], + [ + "▁exer", + "t" + ], + [ + "▁ex", + "ert" + ], + [ + "acc", + "i" + ], + [ + "ac", + "ci" + ], + [ + "▁companheiro", + "s" + ], + [ + "▁compan", + "heiros" + ], + [ + "pha", + "n" + ], + [ + "ph", + "an" + ], + [ + "p", + "han" + ], + [ + "▁serious", + "ly" + ], + [ + "▁ser", + "iously" + ], + [ + "itz", + "er" + ], + [ + "it", + "zer" + ], + [ + "xF", + "F" + ], + [ + "x", + "FF" + ], + [ + "itet", + "ura" + ], + [ + "▁ecol", + "ogical" + ], + [ + "▁ec", + "ological" + ], + [ + "▁Atl", + "ântica" + ], + [ + "fix", + "ed" + ], + [ + "f", + "ixed" + ], + [ + "▁ped", + "aço" + ], + [ + "▁lect", + "ure" + ], + [ + "ves", + "se" + ], + [ + "v", + "esse" + ], + [ + ",", + "&" + ], + [ + "▁exig", + "ência" + ], + [ + "▁ex", + "igência" + ], + [ + "▁repet", + "ir" + ], + [ + "▁repe", + "tir" + ], + [ + "▁vigil", + "ância" + ], + [ + "▁vig", + "ilância" + ], + [ + "▁fer", + "v" + ], + [ + "▁fe", + "rv" + ], + [ + "▁f", + "erv" + ], + [ + "15", + "6" + ], + [ + "1", + "56" + ], + [ + "▁os", + "so" + ], + [ + "▁", + "osso" + ], + [ + "▁tro", + "no" + ], + [ + "▁tr", + "ono" + ], + [ + "▁rot", + "a" + ], + [ + "▁ro", + "ta" + ], + [ + "▁r", + "ota" + ], + [ + "▁", + "rota" + ], + [ + "▁assem", + "bl" + ], + [ + "▁ass", + "embl" + ], + [ + "36", + "5" + ], + [ + "3", + "65" + ], + [ + "▁Ja", + "m" + ], + [ + "▁J", + "am" + ], + [ + "▁super", + "mer" + ], + [ + "All", + "oc" + ], + [ + "Al", + "loc" + ], + [ + "égio", + "s" + ], + [ + "ég", + "ios" + ], + [ + "é", + "gios" + ], + [ + "▁Técn", + "ico" + ], + [ + "▁reta", + "rd" + ], + [ + "▁ret", + "ard" + ], + [ + "▁transpl", + "ant" + ], + [ + "▁trans", + "plant" + ], + [ + "ú", + "ria" + ], + [ + "ological", + "ly" + ], + [ + "ologic", + "ally" + ], + [ + "olog", + "ically" + ], + [ + "▁absor", + "b" + ], + [ + "▁abs", + "orb" + ], + [ + "▁respect", + "ive" + ], + [ + "▁respe", + "ctive" + ], + [ + "Fix", + "ed" + ], + [ + "F", + "ixed" + ], + [ + "345", + "6" + ], + [ + "34", + "56" + ], + [ + "3", + "456" + ], + [ + "DF", + "F" + ], + [ + "D", + "FF" + ], + [ + "▁desaparece", + "r" + ], + [ + "▁desapar", + "ecer" + ], + [ + "Be", + "fore" + ], + [ + "B", + "efore" + ], + [ + "H", + "I" + ], + [ + "▁State", + "ment" + ], + [ + "▁Stat", + "ement" + ], + [ + "▁", + "Statement" + ], + [ + "('", + "#" + ], + [ + "(", + "'#" + ], + [ + "Fin", + "al" + ], + [ + "Fi", + "nal" + ], + [ + "F", + "inal" + ], + [ + "Mas", + "ter" + ], + [ + "Ma", + "ster" + ], + [ + "M", + "aster" + ], + [ + "▁Elet", + "r" + ], + [ + "▁Ele", + "tr" + ], + [ + "▁El", + "etr" + ], + [ + "▁Resol", + "ução" + ], + [ + "▁fêmea", + "s" + ], + [ + "▁fême", + "as" + ], + [ + "phas", + "e" + ], + [ + "pha", + "se" + ], + [ + "ph", + "ase" + ], + [ + "fo", + "cus" + ], + [ + "f", + "ocus" + ], + [ + "▁indica", + "da" + ], + [ + "▁indic", + "ada" + ], + [ + "▁ama", + "nh" + ], + [ + "▁am", + "anh" + ], + [ + "▁Conhe", + "c" + ], + [ + "▁Con", + "hec" + ], + [ + "▁target", + "ed" + ], + [ + "▁historiador", + "es" + ], + [ + "▁histori", + "adores" + ], + [ + "R", + "R" + ], + [ + "t", + "m" + ], + [ + "▁vari", + "ed" + ], + [ + "▁var", + "ied" + ], + [ + "▁va", + "ried" + ], + [ + "34", + "5" + ], + [ + "3", + "45" + ], + [ + "▁nit", + "rogênio" + ], + [ + "▁Pro", + "gress" + ], + [ + "▁", + "Progress" + ], + [ + "▁poet", + "ry" + ], + [ + "▁ina", + "l" + ], + [ + "▁in", + "al" + ], + [ + "▁i", + "nal" + ], + [ + "▁", + "inal" + ], + [ + "▁name", + "ly" + ], + [ + "▁nam", + "ely" + ], + [ + "▁-", + "3" + ], + [ + "▁", + "-3" + ], + [ + "▁inc", + "ub" + ], + [ + "▁in", + "cub" + ], + [ + "▁diss", + "ip" + ], + [ + "▁d", + "issip" + ], + [ + "▁op", + "position" + ], + [ + "▁La", + "v" + ], + [ + "▁L", + "av" + ], + [ + "▁travel", + "ing" + ], + [ + "▁trav", + "eling" + ], + [ + "Wrap", + "per" + ], + [ + "▁Execut", + "ivo" + ], + [ + "▁80", + "," + ], + [ + "▁8", + "0," + ], + [ + "▁", + "80," + ], + [ + "▁Map", + "a" + ], + [ + "▁Ma", + "pa" + ], + [ + "▁M", + "apa" + ], + [ + "▁poli", + "n" + ], + [ + "▁pol", + "in" + ], + [ + "▁po", + "lin" + ], + [ + "▁p", + "olin" + ], + [ + "▁brit", + "ânico" + ], + [ + "DE", + "R" + ], + [ + "D", + "ER" + ], + [ + "▁Cab", + "e" + ], + [ + "▁Ca", + "be" + ], + [ + "▁C", + "abe" + ], + [ + "▁opt", + "ar" + ], + [ + "▁op", + "tar" + ], + [ + "AU", + "T" + ], + [ + "A", + "UT" + ], + [ + "Dest", + "roy" + ], + [ + "▁U", + "I" + ], + [ + "▁", + "UI" + ], + [ + "Dif", + "f" + ], + [ + "Di", + "ff" + ], + [ + "D", + "iff" + ], + [ + "process", + "ing" + ], + [ + "▁kin", + "etic" + ], + [ + "▁quant", + "as" + ], + [ + "▁qu", + "antas" + ], + [ + "▁literal", + "ly" + ], + [ + "▁liter", + "ally" + ], + [ + "▁dat", + "ing" + ], + [ + "▁da", + "ting" + ], + [ + "▁d", + "ating" + ], + [ + "▁", + "dating" + ], + [ + "Stand", + "ard" + ], + [ + "▁Guil", + "her" + ], + [ + "▁acontec", + "imento" + ], + [ + "▁aconte", + "cimento" + ], + [ + "▁st", + "uck" + ], + [ + "esi", + "um" + ], + [ + "es", + "ium" + ], + [ + "▁uri", + "ne" + ], + [ + "▁ur", + "ine" + ], + [ + "▁u", + "rine" + ], + [ + "▁receb", + "endo" + ], + [ + "▁mund", + "iais" + ], + [ + "▁en", + "unci" + ], + [ + "▁posta", + "gem" + ], + [ + "▁post", + "agem" + ], + [ + "▁\".", + "/" + ], + [ + "▁\"", + "./" + ], + [ + "▁(3", + "." + ], + [ + "▁(", + "3." + ], + [ + "▁Th", + "ursday" + ], + [ + "▁atributo", + "s" + ], + [ + "▁atribu", + "tos" + ], + [ + "▁at", + "ributos" + ], + [ + "▁acost", + "um" + ], + [ + "▁motiv", + "ation" + ], + [ + "▁mot", + "ivation" + ], + [ + "gu", + "i" + ], + [ + "g", + "ui" + ], + [ + "▁conc", + "il" + ], + [ + "▁con", + "cil" + ], + [ + "▁estiver", + "em" + ], + [ + "▁me", + "g" + ], + [ + "▁m", + "eg" + ], + [ + "▁ger", + "ou" + ], + [ + "▁ge", + "rou" + ], + [ + "plet", + "ion" + ], + [ + "ple", + "tion" + ], + [ + "▁rect", + "angular" + ], + [ + "▁quadrado", + "s" + ], + [ + "▁quadra", + "dos" + ], + [ + "▁quadr", + "ados" + ], + [ + "▁quad", + "rados" + ], + [ + "▁subtract", + "ion" + ], + [ + "▁subtra", + "ction" + ], + [ + "▁subt", + "raction" + ], + [ + "▁sub", + "traction" + ], + [ + "Up", + "load" + ], + [ + "U", + "pload" + ], + [ + "▁int", + "act" + ], + [ + "▁in", + "tact" + ], + [ + "(", + "9" + ], + [ + "▁res", + "on" + ], + [ + "▁re", + "son" + ], + [ + "10", + ":" + ], + [ + "1", + "0:" + ], + [ + "▁ya", + "rd" + ], + [ + "▁y", + "ard" + ], + [ + "▁", + "yard" + ], + [ + "▁ent", + "ities" + ], + [ + "COL", + "OR" + ], + [ + "ident", + "ais" + ], + [ + ">", + "'" + ], + [ + "——", + "——" + ], + [ + "_2", + "." + ], + [ + "_", + "2." + ], + [ + "ios", + "e" + ], + [ + "io", + "se" + ], + [ + "i", + "ose" + ], + [ + "CIA", + "L" + ], + [ + "CI", + "AL" + ], + [ + "C", + "IAL" + ], + [ + "op", + "l" + ], + [ + "o", + "pl" + ], + [ + "▁dissemin", + "ação" + ], + [ + "▁dissem", + "inação" + ], + [ + "▁obt", + "ida" + ], + [ + "▁HR", + "EF" + ], + [ + "▁H", + "REF" + ], + [ + "▁qual", + "ificação" + ], + [ + "40", + "4" + ], + [ + "4", + "04" + ], + [ + "ande", + "d" + ], + [ + "and", + "ed" + ], + [ + "an", + "ded" + ], + [ + "▁servido", + "r" + ], + [ + "▁servi", + "dor" + ], + [ + "▁serv", + "idor" + ], + [ + "▁promot", + "ing" + ], + [ + "▁prom", + "oting" + ], + [ + "▁Embra", + "pa" + ], + [ + "▁quebra", + "r" + ], + [ + "▁quebr", + "ar" + ], + [ + "▁que", + "brar" + ], + [ + "▁Obrig", + "ado" + ], + [ + "ac", + "re" + ], + [ + "a", + "cre" + ], + [ + "outh", + "east" + ], + [ + "out", + "heast" + ], + [ + "▁inventor", + "y" + ], + [ + "▁invent", + "ory" + ], + [ + "▁in", + "ventory" + ], + [ + "▁J", + "S" + ], + [ + "▁", + "JS" + ], + [ + "▁", + "▼" + ], + [ + "▁c", + "f" + ], + [ + "▁", + "cf" + ], + [ + "▁construído", + "s" + ], + [ + "▁constru", + "ídos" + ], + [ + "neg", + "ative" + ], + [ + "osa", + "mente" + ], + [ + "os", + "amente" + ], + [ + "▁drink", + "s" + ], + [ + "▁dr", + "inks" + ], + [ + "64", + "6" + ], + [ + "6", + "46" + ], + [ + "PRES", + "S" + ], + [ + "PRE", + "SS" + ], + [ + "PR", + "ESS" + ], + [ + "▁rit", + "uais" + ], + [ + "▁r", + "ituais" + ], + [ + "▁", + "на" + ], + [ + "▁adquir", + "e" + ], + [ + "▁adqui", + "re" + ], + [ + "▁ad", + "quire" + ], + [ + "eston", + "e" + ], + [ + "esto", + "ne" + ], + [ + "est", + "one" + ], + [ + "e", + "stone" + ], + [ + "▁system", + "atic" + ], + [ + "▁Marc", + "adores" + ], + [ + "▁liv", + "rar" + ], + [ + "▁mestre", + "s" + ], + [ + "▁mest", + "res" + ], + [ + "▁m", + "estres" + ], + [ + "▁pal", + "m" + ], + [ + "▁pa", + "lm" + ], + [ + "▁p", + "alm" + ], + [ + "▁m", + "L" + ], + [ + "▁", + "mL" + ], + [ + "▁T", + "uesday" + ], + [ + "▁Ag", + "ost" + ], + [ + "▁ecol", + "ógica" + ], + [ + "▁ec", + "ológica" + ], + [ + "W", + "T" + ], + [ + "ended", + "or" + ], + [ + "ende", + "dor" + ], + [ + "end", + "edor" + ], + [ + "▁tribe", + "s" + ], + [ + "▁trib", + "es" + ], + [ + "▁tri", + "bes" + ], + [ + "▁t", + "ribes" + ], + [ + "▁retir", + "e" + ], + [ + "▁ret", + "ire" + ], + [ + "▁miss", + "ões" + ], + [ + "▁m", + "issões" + ], + [ + "cia", + "m" + ], + [ + "ci", + "am" + ], + [ + "c", + "iam" + ], + [ + "Trac", + "k" + ], + [ + "Tra", + "ck" + ], + [ + "Tr", + "ack" + ], + [ + "T", + "rack" + ], + [ + "13", + "9" + ], + [ + "1", + "39" + ], + [ + "element", + "s" + ], + [ + "elem", + "ents" + ], + [ + "ele", + "ments" + ], + [ + "el", + "ements" + ], + [ + "▁TEM", + "P" + ], + [ + "▁TE", + "MP" + ], + [ + "▁T", + "EMP" + ], + [ + "▁", + "TEMP" + ], + [ + "▁10", + "8" + ], + [ + "▁1", + "08" + ], + [ + "▁", + "108" + ], + [ + "prof", + "it" + ], + [ + "pro", + "fit" + ], + [ + "(5", + "," + ], + [ + "(", + "5," + ], + [ + "▁RA", + "M" + ], + [ + "▁R", + "AM" + ], + [ + "▁", + "RAM" + ], + [ + "end", + "ment" + ], + [ + "13", + "5" + ], + [ + "1", + "35" + ], + [ + "▁room", + "s" + ], + [ + "▁ro", + "oms" + ], + [ + "▁", + "rooms" + ], + [ + "▁add", + "r" + ], + [ + "▁ad", + "dr" + ], + [ + "▁", + "addr" + ], + [ + "▁existe", + "d" + ], + [ + "▁exist", + "ed" + ], + [ + "Conv", + "ert" + ], + [ + "Con", + "vert" + ], + [ + "▁Other", + "s" + ], + [ + "▁O", + "thers" + ], + [ + "▁Dec", + "imal" + ], + [ + "▁", + "Decimal" + ], + [ + "▁translate", + "d" + ], + [ + "▁transl", + "ated" + ], + [ + "▁Park", + "inson" + ], + [ + "▁polic", + "iais" + ], + [ + "▁poli", + "ciais" + ], + [ + "▁pol", + "iciais" + ], + [ + "▁explica", + "ções" + ], + [ + "▁explic", + "ações" + ], + [ + "▁expl", + "icações" + ], + [ + "▁ex", + "plicações" + ], + [ + "dl", + "l" + ], + [ + "d", + "ll" + ], + [ + "cond", + "ition" + ], + [ + "con", + "dition" + ], + [ + "pre", + "m" + ], + [ + "pr", + "em" + ], + [ + "p", + "rem" + ], + [ + "▁fish", + "er" + ], + [ + "▁fis", + "her" + ], + [ + "fe", + "go" + ], + [ + "▁Band", + "e" + ], + [ + "▁Ban", + "de" + ], + [ + "▁B", + "ande" + ], + [ + "▁bag", + "s" + ], + [ + "▁ba", + "gs" + ], + [ + "▁b", + "ags" + ], + [ + "▁13", + "7" + ], + [ + "▁1", + "37" + ], + [ + "▁", + "137" + ], + [ + "úl", + "io" + ], + [ + "ú", + "lio" + ], + [ + "Org", + "an" + ], + [ + "Or", + "gan" + ], + [ + "ight", + "h" + ], + [ + "igh", + "th" + ], + [ + "token", + "s" + ], + [ + "tok", + "ens" + ], + [ + "to", + "kens" + ], + [ + "▁", + "│" + ], + [ + "▁Di", + "r" + ], + [ + "▁D", + "ir" + ], + [ + "▁", + "Dir" + ], + [ + "▁mil", + "ag" + ], + [ + "▁mi", + "lag" + ], + [ + "▁Conv", + "enção" + ], + [ + "▁Con", + "venção" + ], + [ + "-", + "(" + ], + [ + "▁prem", + "iss" + ], + [ + "▁pre", + "miss" + ], + [ + "▁fals", + "a" + ], + [ + "▁fal", + "sa" + ], + [ + "▁f", + "alsa" + ], + [ + "icia", + "ção" + ], + [ + "ici", + "ação" + ], + [ + "ic", + "iação" + ], + [ + "oth", + "e" + ], + [ + "ot", + "he" + ], + [ + "o", + "the" + ], + [ + "ad", + "v" + ], + [ + "a", + "dv" + ], + [ + "▁Clinic", + "al" + ], + [ + "▁Clin", + "ical" + ], + [ + "{", + "3" + ], + [ + "Ca", + "st" + ], + [ + "C", + "ast" + ], + [ + "▁apóst", + "olo" + ], + [ + "▁platform", + "s" + ], + [ + "▁plat", + "forms" + ], + [ + "▁scenario", + "s" + ], + [ + "▁scenar", + "ios" + ], + [ + "i", + "w" + ], + [ + "▁Gi", + "b" + ], + [ + "▁G", + "ib" + ], + [ + "▁l", + "ymph" + ], + [ + "ec", + "x" + ], + [ + "e", + "cx" + ], + [ + "▁Bern", + "ard" + ], + [ + "▁BU", + "T" + ], + [ + "▁B", + "UT" + ], + [ + "▁", + "BUT" + ], + [ + "▁Imp", + "act" + ], + [ + "▁And", + "erson" + ], + [ + "▁ident", + "ifier" + ], + [ + "▁", + "identifier" + ], + [ + "▁Blo", + "od" + ], + [ + "▁Bl", + "ood" + ], + [ + "▁B", + "lood" + ], + [ + "▁inev", + "it" + ], + [ + "▁des", + "ac" + ], + [ + "▁Ti", + "ago" + ], + [ + "▁T", + "iago" + ], + [ + "▁sh", + "adow" + ], + [ + "▁", + "shadow" + ], + [ + "▁dil", + "e" + ], + [ + "▁di", + "le" + ], + [ + "▁d", + "ile" + ], + [ + "Mal", + "loc" + ], + [ + "M", + "alloc" + ], + [ + "▁gather", + "ed" + ], + [ + "▁único", + "s" + ], + [ + "▁ún", + "icos" + ], + [ + "▁A", + "rizona" + ], + [ + "▁prepar", + "ing" + ], + [ + "▁prep", + "aring" + ], + [ + "▁sig", + "ma" + ], + [ + "▁s", + "igma" + ], + [ + "▁", + "sigma" + ], + [ + "▁functional", + "ity" + ], + [ + "▁function", + "ality" + ], + [ + "omi", + "tem" + ], + [ + "om", + "item" + ], + [ + "▁ju", + "ice" + ], + [ + "▁Dia", + "gram" + ], + [ + "▁Di", + "agram" + ], + [ + "▁preserve", + "d" + ], + [ + "▁preserv", + "ed" + ], + [ + "▁pres", + "erved" + ], + [ + "Down", + "load" + ], + [ + "▁AN", + "T" + ], + [ + "▁A", + "NT" + ], + [ + "▁", + "ANT" + ], + [ + "▁1998", + "." + ], + [ + "▁199", + "8." + ], + [ + "▁passa", + "va" + ], + [ + "▁pass", + "ava" + ], + [ + "▁realidade", + "s" + ], + [ + "▁real", + "idades" + ], + [ + "▁street", + "s" + ], + [ + "▁stre", + "ets" + ], + [ + "Line", + "ar" + ], + [ + "Lin", + "ear" + ], + [ + "Li", + "near" + ], + [ + "L", + "inear" + ], + [ + "▁mur", + "al" + ], + [ + "▁mu", + "ral" + ], + [ + "▁m", + "ural" + ], + [ + "66", + "." + ], + [ + "6", + "6." + ], + [ + "▁lu", + "b" + ], + [ + "▁l", + "ub" + ], + [ + "▁mor", + "f" + ], + [ + "▁mo", + "rf" + ], + [ + "▁m", + "orf" + ], + [ + "omitem", + "pty" + ], + [ + "▁Pol", + "y" + ], + [ + "▁Po", + "ly" + ], + [ + "▁P", + "oly" + ], + [ + "▁", + "Poly" + ], + [ + "▁$4", + "," + ], + [ + "▁$", + "4," + ], + [ + "▁Apo", + "io" + ], + [ + "Ph", + "one" + ], + [ + "orig", + "in" + ], + [ + "ori", + "gin" + ], + [ + "usc", + "ript" + ], + [ + "us", + "cript" + ], + [ + "u", + "script" + ], + [ + "▁repet", + "ição" + ], + [ + "log", + "o" + ], + [ + "lo", + "go" + ], + [ + "l", + "ogo" + ], + [ + "▁Bur", + "n" + ], + [ + "▁Bu", + "rn" + ], + [ + "▁B", + "urn" + ], + [ + "▁space", + "craft" + ], + [ + "▁spac", + "ecraft" + ], + [ + "▁ser", + "mos" + ], + [ + "▁transporte", + "s" + ], + [ + "▁transport", + "es" + ], + [ + "ake", + "n" + ], + [ + "ak", + "en" + ], + [ + "a", + "ken" + ], + [ + "▁triang", + "ular" + ], + [ + "▁tri", + "angular" + ], + [ + "▁", + "̃" + ], + [ + "Q", + "R" + ], + [ + "▁cor", + "ações" + ], + [ + "▁co", + "rações" + ], + [ + "28", + "." + ], + [ + "2", + "8." + ], + [ + "vel", + "t" + ], + [ + "ve", + "lt" + ], + [ + "v", + "elt" + ], + [ + "▁assembl", + "e" + ], + [ + "▁assem", + "ble" + ], + [ + "▁ass", + "emble" + ], + [ + "Graph", + "ics" + ], + [ + "▁Gon", + "z" + ], + [ + "▁Go", + "nz" + ], + [ + "▁ME", + "C" + ], + [ + "▁M", + "EC" + ], + [ + "▁", + "MEC" + ], + [ + "▁acompanha", + "da" + ], + [ + "▁acompanh", + "ada" + ], + [ + "▁acompan", + "hada" + ], + [ + "le", + "v" + ], + [ + "l", + "ev" + ], + [ + "▁for", + "um" + ], + [ + "▁fo", + "rum" + ], + [ + "▁f", + "orum" + ], + [ + "▁", + "forum" + ], + [ + "uff", + "icient" + ], + [ + "▁orbit", + "al" + ], + [ + "▁orb", + "ital" + ], + [ + "▁reveal", + "s" + ], + [ + "▁reve", + "als" + ], + [ + "Update", + "d" + ], + [ + "Up", + "dated" + ], + [ + "▁prom", + "iss" + ], + [ + "▁pro", + "miss" + ], + [ + "01", + "9" + ], + [ + "0", + "19" + ], + [ + "▁bot", + "ão" + ], + [ + "▁Al", + "ask" + ], + [ + "▁fin", + "a" + ], + [ + "▁fi", + "na" + ], + [ + "▁f", + "ina" + ], + [ + "30", + "9" + ], + [ + "3", + "09" + ], + [ + "▁cena", + "s" + ], + [ + "▁cen", + "as" + ], + [ + "▁ce", + "nas" + ], + [ + "▁c", + "enas" + ], + [ + "▁Res", + "s" + ], + [ + "▁Re", + "ss" + ], + [ + "▁R", + "ess" + ], + [ + "vio", + "l" + ], + [ + "vi", + "ol" + ], + [ + "v", + "iol" + ], + [ + "inar", + "es" + ], + [ + "ina", + "res" + ], + [ + "in", + "ares" + ], + [ + "▁refer", + "ido" + ], + [ + "esta", + "do" + ], + [ + "est", + "ado" + ], + [ + "▁Pre", + "f" + ], + [ + "▁Pr", + "ef" + ], + [ + "▁P", + "ref" + ], + [ + "▁", + "Pref" + ], + [ + "▁cre", + "r" + ], + [ + "▁cr", + "er" + ], + [ + "▁c", + "rer" + ], + [ + "▁astr", + "onaut" + ], + [ + "▁A", + "ux" + ], + [ + "▁", + "Aux" + ], + [ + "▁aprofund", + "ar" + ], + [ + "▁Li", + "e" + ], + [ + "▁L", + "ie" + ], + [ + "sta", + "ge" + ], + [ + "st", + "age" + ], + [ + "▁virt", + "uais" + ], + [ + "20", + "6" + ], + [ + "2", + "06" + ], + [ + "-19", + "," + ], + [ + "-1", + "9," + ], + [ + "-", + "19," + ], + [ + "hor", + "t" + ], + [ + "ho", + "rt" + ], + [ + "h", + "ort" + ], + [ + "hei", + "m" + ], + [ + "he", + "im" + ], + [ + "▁representa", + "da" + ], + [ + "▁represent", + "ada" + ], + [ + "▁cancer", + "s" + ], + [ + "▁canc", + "ers" + ], + [ + "▁can", + "cers" + ], + [ + "▁opinion", + "s" + ], + [ + "▁opin", + "ions" + ], + [ + "ciosa", + "s" + ], + [ + "cios", + "as" + ], + [ + "ci", + "osas" + ], + [ + "c", + "iosas" + ], + [ + "▁Image", + "s" + ], + [ + "▁Imag", + "es" + ], + [ + "▁Im", + "ages" + ], + [ + "▁", + "Images" + ], + [ + "▁sl", + "ip" + ], + [ + "▁s", + "lip" + ], + [ + "}}", + "," + ], + [ + "}", + "}," + ], + [ + "▁(9", + ")" + ], + [ + "▁(", + "9)" + ], + [ + "▁potencial", + "mente" + ], + [ + "▁pot", + "encialmente" + ], + [ + "▁virtual", + "ly" + ], + [ + "▁virt", + "ually" + ], + [ + "▁finan", + "ças" + ], + [ + "▁fin", + "anças" + ], + [ + "▁drop", + "s" + ], + [ + "▁dro", + "ps" + ], + [ + "▁dr", + "ops" + ], + [ + "▁infant", + "s" + ], + [ + "▁inf", + "ants" + ], + [ + "fo", + "ur" + ], + [ + "f", + "our" + ], + [ + "▁tut", + "or" + ], + [ + "▁tu", + "tor" + ], + [ + "▁t", + "utor" + ], + [ + "▁rec", + "ycling" + ], + [ + "▁alum", + "in" + ], + [ + "▁al", + "umin" + ], + [ + "▁Emp", + "re" + ], + [ + "▁Em", + "pre" + ], + [ + "▁biológico", + "s" + ], + [ + "▁bi", + "ológicos" + ], + [ + "▁32", + "." + ], + [ + "▁3", + "2." + ], + [ + "▁", + "32." + ], + [ + "alia", + "s" + ], + [ + "ali", + "as" + ], + [ + "al", + "ias" + ], + [ + "▁má", + "s" + ], + [ + "▁m", + "ás" + ], + [ + "▁relativa", + "s" + ], + [ + "▁relativ", + "as" + ], + [ + "▁relat", + "ivas" + ], + [ + "▁rel", + "ativas" + ], + [ + "B", + "order" + ], + [ + "▁PARA", + "METER" + ], + [ + "▁", + "PARAMETER" + ], + [ + "ub", + "s" + ], + [ + "u", + "bs" + ], + [ + "aus", + "t" + ], + [ + "au", + "st" + ], + [ + "a", + "ust" + ], + [ + "▁complementar", + "es" + ], + [ + "▁complementa", + "res" + ], + [ + "▁complement", + "ares" + ], + [ + "▁conhece", + "m" + ], + [ + "▁conhec", + "em" + ], + [ + "▁conhe", + "cem" + ], + [ + "▁expos", + "ições" + ], + [ + "▁ex", + "posições" + ], + [ + "▁circula", + "tion" + ], + [ + "▁circul", + "ation" + ], + [ + "▁circ", + "ulation" + ], + [ + "▁Ur", + "u" + ], + [ + "▁U", + "ru" + ], + [ + "az", + "ure" + ], + [ + "Create", + "d" + ], + [ + "Creat", + "ed" + ], + [ + "Cre", + "ated" + ], + [ + "▁Cult", + "ure" + ], + [ + "▁C", + "ulture" + ], + [ + "▁", + "Culture" + ], + [ + "▁ru", + "ins" + ], + [ + "▁Phot", + "o" + ], + [ + "▁Ph", + "oto" + ], + [ + "▁", + "Photo" + ], + [ + "▁arr", + "ive" + ], + [ + "n", + "z" + ], + [ + "▁generate", + "s" + ], + [ + "▁gener", + "ates" + ], + [ + "▁gene", + "rates" + ], + [ + "▁rom", + "p" + ], + [ + "▁ro", + "mp" + ], + [ + "▁r", + "omp" + ], + [ + "quis", + "ition" + ], + [ + "Diagnos", + "tics" + ], + [ + "▁económ", + "ica" + ], + [ + "▁fat", + "s" + ], + [ + "▁fa", + "ts" + ], + [ + "▁f", + "ats" + ], + [ + "2)", + "*" + ], + [ + "2", + ")*" + ], + [ + "▁fat", + "igue" + ], + [ + "15", + "5" + ], + [ + "1", + "55" + ], + [ + "▁deb", + "aixo" + ], + [ + "▁beneficia", + "r" + ], + [ + "▁benefici", + "ar" + ], + [ + "▁órb", + "ita" + ], + [ + "▁art", + "r" + ], + [ + "▁ar", + "tr" + ], + [ + "▁At", + "ual" + ], + [ + "▁A", + "tual" + ], + [ + "▁moviment", + "ação" + ], + [ + "▁mov", + "imentação" + ], + [ + "▁Cl", + "á" + ], + [ + "▁0.0", + "2" + ], + [ + "▁0.", + "02" + ], + [ + "▁ven", + "ha" + ], + [ + "▁v", + "enha" + ], + [ + "▁origin", + "s" + ], + [ + "▁orig", + "ins" + ], + [ + "▁fiscal", + "ização" + ], + [ + "orro", + "s" + ], + [ + "orr", + "os" + ], + [ + "or", + "ros" + ], + [ + "▁substitut", + "e" + ], + [ + "▁substitu", + "te" + ], + [ + "▁subst", + "itute" + ], + [ + "▁insc", + "rição" + ], + [ + "▁accompan", + "ied" + ], + [ + "Require", + "d" + ], + [ + "Re", + "quired" + ], + [ + "▁Rat", + "her" + ], + [ + "▁Ra", + "ther" + ], + [ + "▁R", + "ather" + ], + [ + "▁bat", + "ata" + ], + [ + "▁sub", + "div" + ], + [ + "1.", + "1" + ], + [ + "1", + ".1" + ], + [ + "▁visa", + "m" + ], + [ + "▁vis", + "am" + ], + [ + "▁vi", + "sam" + ], + [ + "▁Mel", + "o" + ], + [ + "▁Me", + "lo" + ], + [ + "▁M", + "elo" + ], + [ + "31", + "2" + ], + [ + "3", + "12" + ], + [ + "▁Trad", + "e" + ], + [ + "▁Tra", + "de" + ], + [ + "▁Tr", + "ade" + ], + [ + "▁brilh", + "o" + ], + [ + "▁br", + "ilho" + ], + [ + "▁citado", + "s" + ], + [ + "▁cita", + "dos" + ], + [ + "▁cit", + "ados" + ], + [ + "▁c", + "itados" + ], + [ + "▁nervo", + "s" + ], + [ + "▁nerv", + "os" + ], + [ + "▁sa", + "r" + ], + [ + "▁s", + "ar" + ], + [ + "▁manifesta", + "r" + ], + [ + "▁manifest", + "ar" + ], + [ + "▁manif", + "estar" + ], + [ + "▁observado", + "s" + ], + [ + "▁observa", + "dos" + ], + [ + "▁observ", + "ados" + ], + [ + "▁Mathematica", + "l" + ], + [ + "▁Mathemat", + "ical" + ], + [ + "▁Perce", + "nt" + ], + [ + "▁Perc", + "ent" + ], + [ + "▁Per", + "cent" + ], + [ + "▁", + "Percent" + ], + [ + "▁Mar", + "ques" + ], + [ + "▁plug", + "in" + ], + [ + "▁pl", + "ugin" + ], + [ + "▁", + "plugin" + ], + [ + "sup", + "port" + ], + [ + "s", + "upport" + ], + [ + "▁inform", + "a" + ], + [ + "▁in", + "forma" + ], + [ + "▁exerc", + "e" + ], + [ + "▁exer", + "ce" + ], + [ + "urre", + "d" + ], + [ + "ur", + "red" + ], + [ + "▁designa", + "ted" + ], + [ + "▁design", + "ated" + ], + [ + "itt", + "ing" + ], + [ + "it", + "ting" + ], + [ + "66", + "6" + ], + [ + "6", + "66" + ], + [ + "▁adota", + "do" + ], + [ + "▁adot", + "ado" + ], + [ + "der", + "ive" + ], + [ + "adelph", + "ia" + ], + [ + "78", + "," + ], + [ + "7", + "8," + ], + [ + "▁$", + "5" + ], + [ + "exe", + "c" + ], + [ + "ex", + "ec" + ], + [ + "▁envio", + "u" + ], + [ + "▁envi", + "ou" + ], + [ + "▁env", + "iou" + ], + [ + "state", + "s" + ], + [ + "stat", + "es" + ], + [ + "sta", + "tes" + ], + [ + "st", + "ates" + ], + [ + "▁dada", + "s" + ], + [ + "▁da", + "das" + ], + [ + "▁d", + "adas" + ], + [ + "EI", + "RO" + ], + [ + "E", + "IRO" + ], + [ + "▁CLA", + "SS" + ], + [ + "▁CL", + "ASS" + ], + [ + "▁", + "CLASS" + ], + [ + "ítico", + "s" + ], + [ + "ít", + "icos" + ], + [ + "í", + "ticos" + ], + [ + "▁b", + "í" + ], + [ + "▁desc", + "ul" + ], + [ + "▁des", + "cul" + ], + [ + "▁Categ", + "ory" + ], + [ + "▁C", + "ategory" + ], + [ + "▁", + "Category" + ], + [ + "sc", + "an" + ], + [ + "s", + "can" + ], + [ + "▁consciente", + "s" + ], + [ + "▁conscient", + "es" + ], + [ + "▁consci", + "entes" + ], + [ + "NA", + "BLE" + ], + [ + "N", + "ABLE" + ], + [ + "▁UN", + "ESCO" + ], + [ + "▁surpre", + "end" + ], + [ + "▁amanh", + "ã" + ], + [ + "▁sustain", + "ability" + ], + [ + "▁nativa", + "s" + ], + [ + "▁nat", + "ivas" + ], + [ + "▁n", + "ativas" + ], + [ + "▁Wed", + "nesday" + ], + [ + "▁vi", + "l" + ], + [ + "▁v", + "il" + ], + [ + "▁Hind", + "u" + ], + [ + "▁H", + "indu" + ], + [ + "▁newsp", + "aper" + ], + [ + "▁news", + "paper" + ], + [ + "▁dura", + "d" + ], + [ + "▁dur", + "ad" + ], + [ + "▁du", + "rad" + ], + [ + "▁bar", + "co" + ], + [ + "▁fol", + "cl" + ], + [ + "▁lent", + "o" + ], + [ + "▁len", + "to" + ], + [ + "▁l", + "ento" + ], + [ + "esto", + "ck" + ], + [ + "est", + "ock" + ], + [ + "e", + "stock" + ], + [ + "▁engage", + "ment" + ], + [ + "▁eng", + "agement" + ], + [ + "example", + "s" + ], + [ + "ex", + "amples" + ], + [ + "▁Po", + "w" + ], + [ + "▁P", + "ow" + ], + [ + "iabil", + "idade" + ], + [ + "iab", + "ilidade" + ], + [ + "ia", + "bilidade" + ], + [ + "i", + "abilidade" + ], + [ + "▁implement", + "ing" + ], + [ + "▁dep", + "o" + ], + [ + "▁de", + "po" + ], + [ + "[4", + "]" + ], + [ + "[", + "4]" + ], + [ + "(1", + "9" + ], + [ + "(", + "19" + ], + [ + "Z", + "one" + ], + [ + "av", + "g" + ], + [ + "▁sanguíneo", + "s" + ], + [ + "▁sanguín", + "eos" + ], + [ + "▁quadra", + "do" + ], + [ + "▁quadr", + "ado" + ], + [ + "▁quad", + "rado" + ], + [ + "▁desconhec", + "ido" + ], + [ + "▁susc", + "et" + ], + [ + "▁Desc", + "ob" + ], + [ + "▁D", + "escob" + ], + [ + "▁Ha", + "n" + ], + [ + "▁H", + "an" + ], + [ + "▁Aprend", + "izagem" + ], + [ + "ólico", + "s" + ], + [ + "ól", + "icos" + ], + [ + "ó", + "licos" + ], + [ + "▁ultim", + "ate" + ], + [ + "▁ult", + "imate" + ], + [ + "▁.", + "=" + ], + [ + "acha", + "r" + ], + [ + "ach", + "ar" + ], + [ + "ac", + "har" + ], + [ + "a", + "char" + ], + [ + "▁Test", + "ing" + ], + [ + "▁Tes", + "ting" + ], + [ + "▁", + "Testing" + ], + [ + "▁Ann", + "e" + ], + [ + "▁An", + "ne" + ], + [ + "B", + "P" + ], + [ + "17", + "9" + ], + [ + "1", + "79" + ], + [ + "▁insuf", + "iciência" + ], + [ + "▁juí", + "zo" + ], + [ + "ü", + "r" + ], + [ + "▁Assembl", + "y" + ], + [ + "▁Ass", + "embly" + ], + [ + "▁", + "Assembly" + ], + [ + "▁Arist", + "óteles" + ], + [ + "k", + "h" + ], + [ + "▁clínica", + "s" + ], + [ + "▁clín", + "icas" + ], + [ + "▁Current", + "ly" + ], + [ + "▁Curr", + "ently" + ], + [ + "▁Política", + "s" + ], + [ + "▁Pol", + "íticas" + ], + [ + "▁FD", + "A" + ], + [ + "▁F", + "DA" + ], + [ + "▁Plane", + "t" + ], + [ + "▁Plan", + "et" + ], + [ + "per", + "cent" + ], + [ + "▁cresce", + "m" + ], + [ + "▁cresc", + "em" + ], + [ + "▁cres", + "cem" + ], + [ + "▁liter", + "ário" + ], + [ + "▁3.", + "5" + ], + [ + "▁3", + ".5" + ], + [ + "▁", + "3.5" + ], + [ + "▁extremo", + "s" + ], + [ + "▁extrem", + "os" + ], + [ + "▁extre", + "mos" + ], + [ + "▁extr", + "emos" + ], + [ + "▁alma", + "s" + ], + [ + "▁alm", + "as" + ], + [ + "▁al", + "mas" + ], + [ + "EL", + "D" + ], + [ + "E", + "LD" + ], + [ + "▁aplicado", + "s" + ], + [ + "▁aplica", + "dos" + ], + [ + "▁aplic", + "ados" + ], + [ + "late", + "st" + ], + [ + "lat", + "est" + ], + [ + "la", + "test" + ], + [ + "▁comece", + "i" + ], + [ + "▁Rec", + "t" + ], + [ + "▁Re", + "ct" + ], + [ + "▁R", + "ect" + ], + [ + "▁", + "Rect" + ], + [ + "▁mole", + "s" + ], + [ + "▁mol", + "es" + ], + [ + "▁mo", + "les" + ], + [ + "▁m", + "oles" + ], + [ + "cri", + "t" + ], + [ + "cr", + "it" + ], + [ + "c", + "rit" + ], + [ + "▁chip", + "s" + ], + [ + "▁chi", + "ps" + ], + [ + "▁ch", + "ips" + ], + [ + "▁c", + "hips" + ], + [ + "\">", + "&" + ], + [ + "\"", + ">&" + ], + [ + "iver", + "am" + ], + [ + "ive", + "ram" + ], + [ + "iv", + "eram" + ], + [ + "RA", + "S" + ], + [ + "R", + "AS" + ], + [ + "▁vac", + "uum" + ], + [ + "iti", + "c" + ], + [ + "it", + "ic" + ], + [ + "i", + "tic" + ], + [ + "the", + "me" + ], + [ + "th", + "eme" + ], + [ + "▁floresta", + "l" + ], + [ + "▁florest", + "al" + ], + [ + "▁flores", + "tal" + ], + [ + "▁flor", + "estal" + ], + [ + "ul", + "ha" + ], + [ + "▁integra", + "da" + ], + [ + "▁integr", + "ada" + ], + [ + "▁integ", + "rada" + ], + [ + "Wh", + "ite" + ], + [ + "DE", + "FAULT" + ], + [ + "▁Rel", + "ações" + ], + [ + "30", + "2" + ], + [ + "3", + "02" + ], + [ + "▁refor", + "ça" + ], + [ + "ia", + "o" + ], + [ + "i", + "ao" + ], + [ + "▁dr", + "ess" + ], + [ + "▁d", + "ress" + ], + [ + "▁", + "dress" + ], + [ + "▁gir", + "a" + ], + [ + "▁gi", + "ra" + ], + [ + "▁g", + "ira" + ], + [ + "ibil", + "ities" + ], + [ + "ib", + "ilities" + ], + [ + "ime", + "t" + ], + [ + "im", + "et" + ], + [ + "i", + "met" + ], + [ + "▁filtr", + "o" + ], + [ + "▁filt", + "ro" + ], + [ + "▁fil", + "tro" + ], + [ + "▁l", + "u" + ], + [ + "▁", + "lu" + ], + [ + "ast", + "ia" + ], + [ + "▁U", + "T" + ], + [ + "▁", + "UT" + ], + [ + "▁T", + "y" + ], + [ + "▁", + "Ty" + ], + [ + "▁Saf", + "e" + ], + [ + "▁Sa", + "fe" + ], + [ + "▁S", + "afe" + ], + [ + "▁", + "Safe" + ], + [ + "▁lic", + "enci" + ], + [ + "▁For", + "ça" + ], + [ + "▁receive", + "s" + ], + [ + "▁rece", + "ives" + ], + [ + "▁Fel", + "ipe" + ], + [ + "▁bis", + "po" + ], + [ + "▁b", + "ispo" + ], + [ + "▁O", + "x" + ], + [ + "Line", + "s" + ], + [ + "Lin", + "es" + ], + [ + "Li", + "nes" + ], + [ + "L", + "ines" + ], + [ + "▁ali", + "ás" + ], + [ + "▁t", + "m" + ], + [ + "▁", + "tm" + ], + [ + "▁Pal", + "ácio" + ], + [ + "▁emerg", + "e" + ], + [ + "▁em", + "erge" + ], + [ + "▁e", + "merge" + ], + [ + "▁Jo", + "h" + ], + [ + "▁J", + "oh" + ], + [ + "▁Teres", + "a" + ], + [ + "▁Tere", + "sa" + ], + [ + "▁Ter", + "esa" + ], + [ + "▁substitu", + "t" + ], + [ + "▁subst", + "itut" + ], + [ + "▁imprescind", + "ível" + ], + [ + "▁esta", + "cion" + ], + [ + "▁est", + "acion" + ], + [ + "▁block", + "chain" + ], + [ + "▁Est", + "abele" + ], + [ + "▁Rep", + "ro" + ], + [ + "▁Re", + "pro" + ], + [ + "▁enfr", + "aqu" + ], + [ + "▁enf", + "raqu" + ], + [ + "p", + "ragma" + ], + [ + "po", + "d" + ], + [ + "p", + "od" + ], + [ + "▁pre", + "y" + ], + [ + "▁pr", + "ey" + ], + [ + "▁p", + "rey" + ], + [ + "▁em", + "agre" + ], + [ + "▁expand", + "ir" + ], + [ + "▁metodologia", + "s" + ], + [ + "▁metod", + "ologias" + ], + [ + "▁Chi", + "ef" + ], + [ + "▁Ch", + "ief" + ], + [ + "▁tend", + "ency" + ], + [ + "▁tens", + "ões" + ], + [ + "▁t", + "ensões" + ], + [ + "▁cogn", + "itiva" + ], + [ + "cro", + "n" + ], + [ + "cr", + "on" + ], + [ + "c", + "ron" + ], + [ + "▁Pak", + "istan" + ], + [ + "▁route", + "s" + ], + [ + "▁rout", + "es" + ], + [ + "▁ro", + "utes" + ], + [ + "Fil", + "l" + ], + [ + "Fi", + "ll" + ], + [ + "F", + "ill" + ], + [ + "▁Cent", + "ury" + ], + [ + "▁Po", + "vo" + ], + [ + "▁P", + "ovo" + ], + [ + "▁Not", + "ice" + ], + [ + "▁No", + "tice" + ], + [ + "▁In", + "glês" + ], + [ + "▁veget", + "ar" + ], + [ + "sch", + "ool" + ], + [ + "s", + "chool" + ], + [ + "miss", + "ing" + ], + [ + "mis", + "sing" + ], + [ + "▁Er", + "ic" + ], + [ + "▁E", + "ric" + ], + [ + "itam", + "os" + ], + [ + "ita", + "mos" + ], + [ + "it", + "amos" + ], + [ + "▁inter", + "m" + ], + [ + "▁inte", + "rm" + ], + [ + "▁in", + "term" + ], + [ + "▁constitui", + "r" + ], + [ + "▁constitu", + "ir" + ], + [ + "▁Ju", + "an" + ], + [ + "▁J", + "uan" + ], + [ + "▁intermedi", + "ate" + ], + [ + "▁inter", + "mediate" + ], + [ + "▁su", + "d" + ], + [ + "▁s", + "ud" + ], + [ + "▁Gr", + "o" + ], + [ + "▁G", + "ro" + ], + [ + "▁n", + "d" + ], + [ + "▁", + "nd" + ], + [ + "32", + "4" + ], + [ + "3", + "24" + ], + [ + "▁tim", + "ing" + ], + [ + "▁ti", + "ming" + ], + [ + "▁Fi", + "ve" + ], + [ + "▁F", + "ive" + ], + [ + "so", + "ft" + ], + [ + "s", + "oft" + ], + [ + "▁Sou", + "nd" + ], + [ + "▁So", + "und" + ], + [ + "▁S", + "ound" + ], + [ + "▁", + "Sound" + ], + [ + "▁tom", + "b" + ], + [ + "▁to", + "mb" + ], + [ + "▁t", + "omb" + ], + [ + "▁alternative", + "s" + ], + [ + "▁altern", + "atives" + ], + [ + "▁Maria", + "na" + ], + [ + "▁Mar", + "iana" + ], + [ + "▁M", + "ariana" + ], + [ + "rin", + "ho" + ], + [ + "r", + "inho" + ], + [ + "re", + "quire" + ], + [ + "▁un", + "expected" + ], + [ + "▁especializado", + "s" + ], + [ + "▁especial", + "izados" + ], + [ + "Fac", + "t" + ], + [ + "Fa", + "ct" + ], + [ + "F", + "act" + ], + [ + "▁fo", + "ught" + ], + [ + "▁f", + "ought" + ], + [ + "▁compress", + "ion" + ], + [ + "▁compr", + "ession" + ], + [ + "▁com", + "pression" + ], + [ + "▁shop", + "ping" + ], + [ + "▁sho", + "pping" + ], + [ + "30", + "5" + ], + [ + "3", + "05" + ], + [ + "▁CONST", + "RAINT" + ], + [ + "▁incapac", + "idade" + ], + [ + "▁incap", + "acidade" + ], + [ + "▁envolv", + "ido" + ], + [ + "▁envol", + "vido" + ], + [ + "79", + "," + ], + [ + "7", + "9," + ], + [ + "▁Christian", + "ity" + ], + [ + "▁\"", + "^" + ], + [ + "▁33", + "." + ], + [ + "▁3", + "3." + ], + [ + "▁", + "33." + ], + [ + "▁log", + "arith" + ], + [ + "▁atend", + "e" + ], + [ + "▁at", + "ende" + ], + [ + "16", + "9" + ], + [ + "1", + "69" + ], + [ + "010", + "0" + ], + [ + "01", + "00" + ], + [ + "0", + "100" + ], + [ + "▁Mar", + "ine" + ], + [ + "▁Ma", + "rine" + ], + [ + "▁nav", + "al" + ], + [ + "▁na", + "val" + ], + [ + "▁n", + "aval" + ], + [ + "enn", + "a" + ], + [ + "en", + "na" + ], + [ + ":", + "<" + ], + [ + "▁investigador", + "es" + ], + [ + "▁investig", + "adores" + ], + [ + "ass", + "ign" + ], + [ + "as", + "sign" + ], + [ + "▁permit", + "ido" + ], + [ + "▁G", + "A" + ], + [ + "▁", + "GA" + ], + [ + "eso", + "me" + ], + [ + "es", + "ome" + ], + [ + "e", + "some" + ], + [ + "ugin", + "s" + ], + [ + "ug", + "ins" + ], + [ + "LIN", + "K" + ], + [ + "Á", + "TICA" + ], + [ + "ul", + "ando" + ], + [ + "u", + "lando" + ], + [ + "▁fet", + "ch" + ], + [ + "▁f", + "etch" + ], + [ + "▁", + "fetch" + ], + [ + "▁Lut", + "her" + ], + [ + "▁Lu", + "ther" + ], + [ + "▁conseqü", + "ência" + ], + [ + "▁preocupa", + "r" + ], + [ + "▁preocup", + "ar" + ], + [ + "The", + "y" + ], + [ + "Th", + "ey" + ], + [ + "▁te", + "órica" + ], + [ + "Reg", + "istry" + ], + [ + "70", + "7" + ], + [ + "7", + "07" + ], + [ + "▁acredita", + "va" + ], + [ + "▁acredit", + "ava" + ], + [ + "▁acred", + "itava" + ], + [ + "▁2)", + "." + ], + [ + "▁2", + ")." + ], + [ + "▁", + "2)." + ], + [ + "oma", + "gn" + ], + [ + "om", + "agn" + ], + [ + "o", + "magn" + ], + [ + "▁bura", + "co" + ], + [ + "▁bur", + "aco" + ], + [ + "▁integra", + "do" + ], + [ + "▁integr", + "ado" + ], + [ + "▁integ", + "rado" + ], + [ + "▁Sabe", + "r" + ], + [ + "▁Sab", + "er" + ], + [ + "▁Sa", + "ber" + ], + [ + "▁S", + "aber" + ], + [ + "▁navig", + "ation" + ], + [ + "▁nav", + "igation" + ], + [ + "▁", + "navigation" + ], + [ + "▁\"", + "(" + ], + [ + "▁", + "\"(" + ], + [ + "▁sw", + "ap" + ], + [ + "▁s", + "wap" + ], + [ + "▁", + "swap" + ], + [ + "01", + "4" + ], + [ + "0", + "14" + ], + [ + "▁mest", + "rado" + ], + [ + "▁m", + "estrado" + ], + [ + "▁cloth", + "es" + ], + [ + "▁clot", + "hes" + ], + [ + "▁Hebre", + "w" + ], + [ + "s", + "z" + ], + [ + "▁posicion", + "amento" + ], + [ + "do", + "br" + ], + [ + "▁gr", + "ão" + ], + [ + "▁g", + "rão" + ], + [ + "se", + "y" + ], + [ + "s", + "ey" + ], + [ + "▁dependent", + "e" + ], + [ + "▁depend", + "ente" + ], + [ + "▁dep", + "endente" + ], + [ + "Com", + "m" + ], + [ + "Co", + "mm" + ], + [ + "C", + "omm" + ], + [ + "▁deseja", + "m" + ], + [ + "▁desej", + "am" + ], + [ + "▁dese", + "jam" + ], + [ + "▁europe", + "ia" + ], + [ + "▁im", + "ers" + ], + [ + "▁i", + "mers" + ], + [ + "▁pe", + "p" + ], + [ + "▁p", + "ep" + ], + [ + "▁expand", + "ing" + ], + [ + "ul", + "i" + ], + [ + "u", + "li" + ], + [ + "▁(10", + ")" + ], + [ + "▁(1", + "0)" + ], + [ + "▁(", + "10)" + ], + [ + "▁", + "(10)" + ], + [ + "▁prosse", + "gu" + ], + [ + "▁pros", + "segu" + ], + [ + "▁curric", + "ular" + ], + [ + "▁curr", + "icular" + ], + [ + "▁cur", + "ricular" + ], + [ + "▁Az", + "e" + ], + [ + "▁A", + "ze" + ], + [ + "gue", + "ira" + ], + [ + "gu", + "eira" + ], + [ + "▁equ", + "ity" + ], + [ + "▁eq", + "uity" + ], + [ + "▁wear", + "ing" + ], + [ + "▁we", + "aring" + ], + [ + "▁w", + "earing" + ], + [ + "▁b", + "c" + ], + [ + "▁", + "bc" + ], + [ + "▁Plane", + "jamento" + ], + [ + "▁O", + "regon" + ], + [ + "▁ser", + "p" + ], + [ + "▁se", + "rp" + ], + [ + "▁FIL", + "E" + ], + [ + "▁FI", + "LE" + ], + [ + "▁F", + "ILE" + ], + [ + "▁", + "FILE" + ], + [ + "nd", + "ef" + ], + [ + "n", + "def" + ], + [ + "▁Hav", + "ia" + ], + [ + "▁Ha", + "via" + ], + [ + "▁H", + "avia" + ], + [ + "▁C", + "elsius" + ], + [ + "▁class", + "Name" + ], + [ + "▁Princip", + "ais" + ], + [ + "▁Princ", + "ipais" + ], + [ + "▁economic", + "s" + ], + [ + "▁econom", + "ics" + ], + [ + "▁econ", + "omics" + ], + [ + "▁atmos", + "pheric" + ], + [ + "▁coluna", + "s" + ], + [ + "▁col", + "unas" + ], + [ + "▁decorr", + "ência" + ], + [ + "▁supera", + "ção" + ], + [ + "▁super", + "ação" + ], + [ + "▁sup", + "eração" + ], + [ + "▁pilar", + "es" + ], + [ + "▁pil", + "ares" + ], + [ + "▁p", + "ilares" + ], + [ + "ora", + "h" + ], + [ + "or", + "ah" + ], + [ + "cur", + "r" + ], + [ + "cu", + "rr" + ], + [ + "▁90", + "," + ], + [ + "▁9", + "0," + ], + [ + "▁", + "90," + ], + [ + "/201", + "8" + ], + [ + "/20", + "18" + ], + [ + "/2", + "018" + ], + [ + "/", + "2018" + ], + [ + "▁Fol", + "ha" + ], + [ + "▁micror", + "gan" + ], + [ + "▁micr", + "organ" + ], + [ + "pri", + "te" + ], + [ + "pr", + "ite" + ], + [ + "p", + "rite" + ], + [ + "▁active", + "ly" + ], + [ + "▁activ", + "ely" + ], + [ + "▁act", + "ively" + ], + [ + "rain", + "e" + ], + [ + "ra", + "ine" + ], + [ + "▁diagn", + "óst" + ], + [ + "▁inter", + "sect" + ], + [ + "▁Bro", + "ok" + ], + [ + "▁Br", + "ook" + ], + [ + "\"]", + ")" + ], + [ + "\"", + "])" + ], + [ + "▁strateg", + "ic" + ], + [ + "▁Plat", + "ão" + ], + [ + "iner", + "y" + ], + [ + "ine", + "ry" + ], + [ + "in", + "ery" + ], + [ + "▁eros", + "ão" + ], + [ + "By", + "Id" + ], + [ + "▁miner", + "ação" + ], + [ + "▁mine", + "ração" + ], + [ + "▁min", + "eração" + ], + [ + "▁Mill", + "er" + ], + [ + "▁Mil", + "ler" + ], + [ + "▁Mi", + "ller" + ], + [ + "▁M", + "iller" + ], + [ + "ss", + "emos" + ], + [ + "cover", + "ed" + ], + [ + "cov", + "ered" + ], + [ + "▁cl", + "ay" + ], + [ + "▁c", + "lay" + ], + [ + "ime", + "dia" + ], + [ + "im", + "edia" + ], + [ + "i", + "media" + ], + [ + "load", + "er" + ], + [ + "lo", + "ader" + ], + [ + "▁Essa", + "y" + ], + [ + "▁Ess", + "ay" + ], + [ + "▁Es", + "say" + ], + [ + "op", + "o" + ], + [ + "o", + "po" + ], + [ + "▁mor", + "a" + ], + [ + "▁mo", + "ra" + ], + [ + "▁m", + "ora" + ], + [ + "▁Chem", + "ical" + ], + [ + "▁C", + "hemical" + ], + [ + "▁carne", + "s" + ], + [ + "▁carn", + "es" + ], + [ + "▁car", + "nes" + ], + [ + "▁remin", + "d" + ], + [ + "▁rem", + "ind" + ], + [ + "▁re", + "mind" + ], + [ + "=2", + "," + ], + [ + "=", + "2," + ], + [ + "itud", + "inal" + ], + [ + "▁independent", + "ly" + ], + [ + "▁independ", + "ently" + ], + [ + "▁vál", + "v" + ], + [ + "▁vá", + "lv" + ], + [ + "▁c", + "âmara" + ], + [ + "▁Sat", + "ur" + ], + [ + "▁Sa", + "tur" + ], + [ + "▁S", + "atur" + ], + [ + "▁PUR", + "POSE" + ], + [ + "▁cent", + "ímetros" + ], + [ + "▁registrado", + "s" + ], + [ + "▁registra", + "dos" + ], + [ + "▁registr", + "ados" + ], + [ + "▁regist", + "rados" + ], + [ + "▁ocorrer", + "am" + ], + [ + "▁ocorre", + "ram" + ], + [ + "▁ocorr", + "eram" + ], + [ + "ult", + "ure" + ], + [ + "ati", + "o" + ], + [ + "at", + "io" + ], + [ + "▁More", + "ira" + ], + [ + "▁Mor", + "eira" + ], + [ + "▁Mo", + "reira" + ], + [ + "▁Com", + "itê" + ], + [ + "▁barrier", + "s" + ], + [ + "▁bar", + "riers" + ], + [ + "ose", + "velt" + ], + [ + "▁17", + "0" + ], + [ + "▁1", + "70" + ], + [ + "▁", + "170" + ], + [ + "▁She", + "r" + ], + [ + "▁Sh", + "er" + ], + [ + "▁S", + "her" + ], + [ + "TH", + "READ" + ], + [ + "▁conseqüência", + "s" + ], + [ + "▁conseqü", + "ências" + ], + [ + "▁Ada", + "pt" + ], + [ + "▁Ad", + "apt" + ], + [ + "▁bi", + "d" + ], + [ + "▁b", + "id" + ], + [ + "▁", + "bid" + ], + [ + "▁district", + "s" + ], + [ + "▁dist", + "ricts" + ], + [ + "ón", + "ia" + ], + [ + "ó", + "nia" + ], + [ + "=\"", + "\"" + ], + [ + "=", + "\"\"" + ], + [ + "▁submit", + "ted" + ], + [ + "▁sub", + "mitted" + ], + [ + "▁incêndio", + "s" + ], + [ + "▁incên", + "dios" + ], + [ + "55", + "." + ], + [ + "5", + "5." + ], + [ + "I", + "K" + ], + [ + "▁map", + "e" + ], + [ + "▁ma", + "pe" + ], + [ + "▁m", + "ape" + ], + [ + "▁Test", + "ament" + ], + [ + "▁open", + "s" + ], + [ + "▁op", + "ens" + ], + [ + "▁o", + "pens" + ], + [ + "▁", + "opens" + ], + [ + "▁phenomen", + "a" + ], + [ + "▁phen", + "omena" + ], + [ + "▁Pl", + "us" + ], + [ + "▁", + "Plus" + ], + [ + "-20", + "2" + ], + [ + "-2", + "02" + ], + [ + "-", + "202" + ], + [ + "▁cut", + "s" + ], + [ + "▁cu", + "ts" + ], + [ + "▁c", + "uts" + ], + [ + "▁manager", + "s" + ], + [ + "▁manage", + "rs" + ], + [ + "▁man", + "agers" + ], + [ + "▁nut", + "s" + ], + [ + "▁nu", + "ts" + ], + [ + "▁n", + "uts" + ], + [ + "▁gratuit", + "a" + ], + [ + "▁gratu", + "ita" + ], + [ + "PER", + "T" + ], + [ + "PE", + "RT" + ], + [ + "P", + "ERT" + ], + [ + "▁10", + "-" + ], + [ + "▁1", + "0-" + ], + [ + "▁enfrentam", + "ento" + ], + [ + "▁enfrenta", + "mento" + ], + [ + "▁enfrent", + "amento" + ], + [ + "▁imens", + "a" + ], + [ + "▁im", + "ensa" + ], + [ + "▁attitude", + "s" + ], + [ + "▁att", + "itudes" + ], + [ + "SY", + "M" + ], + [ + "▁tr", + "áfico" + ], + [ + "▁en", + "l" + ], + [ + "▁e", + "nl" + ], + [ + "▁improv", + "is" + ], + [ + "▁impro", + "vis" + ], + [ + "▁AC", + "T" + ], + [ + "▁A", + "CT" + ], + [ + "▁", + "ACT" + ], + [ + "rabe", + "s" + ], + [ + "rab", + "es" + ], + [ + "ra", + "bes" + ], + [ + "▁04", + ":" + ], + [ + "▁0", + "4:" + ], + [ + "▁", + "04:" + ], + [ + "1000", + "," + ], + [ + "100", + "0," + ], + [ + "10", + "00," + ], + [ + "1", + "000," + ], + [ + "▁provin", + "ce" + ], + [ + "▁prov", + "ince" + ], + [ + "▁Hell", + "o" + ], + [ + "▁Hel", + "lo" + ], + [ + "▁H", + "ello" + ], + [ + "▁", + "Hello" + ], + [ + "▁lat", + "ino" + ], + [ + "▁threat", + "ened" + ], + [ + "▁bact", + "éria" + ], + [ + "▁2.", + "1" + ], + [ + "▁2", + ".1" + ], + [ + "▁", + "2.1" + ], + [ + "73", + "7" + ], + [ + "7", + "37" + ], + [ + "▁colon", + "ies" + ], + [ + "Le", + "ar" + ], + [ + "L", + "ear" + ], + [ + "80", + "9" + ], + [ + "8", + "09" + ], + [ + "▁Su", + "c" + ], + [ + "▁S", + "uc" + ], + [ + "▁", + "Suc" + ], + [ + "45", + "," + ], + [ + "4", + "5," + ], + [ + "▁cap", + "a" + ], + [ + "▁ca", + "pa" + ], + [ + "▁c", + "apa" + ], + [ + "▁;", + ";" + ], + [ + "▁", + ";;" + ], + [ + "▁coro", + "a" + ], + [ + "▁cor", + "oa" + ], + [ + "▁zone", + "s" + ], + [ + "▁zo", + "nes" + ], + [ + "▁z", + "ones" + ], + [ + "escente", + "s" + ], + [ + "escent", + "es" + ], + [ + "esc", + "entes" + ], + [ + "▁econom", + "izar" + ], + [ + "▁homen", + "age" + ], + [ + "▁enxerg", + "ar" + ], + [ + "▁artística", + "s" + ], + [ + "▁art", + "ísticas" + ], + [ + "ros", + "a" + ], + [ + "ro", + "sa" + ], + [ + "r", + "osa" + ], + [ + "||", + "||" + ], + [ + "trans", + "ition" + ], + [ + "ud", + "ia" + ], + [ + "u", + "dia" + ], + [ + "▁vos", + "so" + ], + [ + "▁v", + "osso" + ], + [ + "▁ground", + "s" + ], + [ + "▁gr", + "ounds" + ], + [ + "Enum", + "er" + ], + [ + "En", + "umer" + ], + [ + "E", + "numer" + ], + [ + "T", + "X" + ], + [ + "▁infant", + "is" + ], + [ + "▁inf", + "antis" + ], + [ + "▁13", + "6" + ], + [ + "▁1", + "36" + ], + [ + "▁", + "136" + ], + [ + "▁Interpre", + "t" + ], + [ + "▁Inter", + "pret" + ], + [ + ".2", + "01" + ], + [ + ".", + "201" + ], + [ + "▁Ex", + "ternal" + ], + [ + "▁", + "External" + ], + [ + "▁Los", + "s" + ], + [ + "▁Lo", + "ss" + ], + [ + "▁L", + "oss" + ], + [ + "▁", + "Loss" + ], + [ + "▁Ten", + "n" + ], + [ + "▁Te", + "nn" + ], + [ + "▁T", + "enn" + ], + [ + "▁An", + "cient" + ], + [ + "ac", + "cept" + ], + [ + "Ap", + "r" + ], + [ + "A", + "pr" + ], + [ + "`)", + "," + ], + [ + "`", + ")," + ], + [ + "▁Ber", + "g" + ], + [ + "▁Be", + "rg" + ], + [ + "▁B", + "erg" + ], + [ + "vent", + "ory" + ], + [ + "▁M", + "M" + ], + [ + "▁", + "MM" + ], + [ + "atabase", + "s" + ], + [ + "atab", + "ases" + ], + [ + "pol", + "icy" + ], + [ + "▁decre", + "asing" + ], + [ + "▁veter", + "inário" + ], + [ + "▁emp", + "ur" + ], + [ + "▁em", + "pur" + ], + [ + "▁un", + "ir" + ], + [ + "▁modifica", + "tion" + ], + [ + "▁mod", + "ification" + ], + [ + "▁to", + "w" + ], + [ + "▁t", + "ow" + ], + [ + "▁je", + "jum" + ], + [ + "▁dispos", + "to" + ], + [ + "▁disp", + "osto" + ], + [ + "▁dis", + "posto" + ], + [ + "▁tow", + "er" + ], + [ + "▁to", + "wer" + ], + [ + "▁t", + "ower" + ], + [ + "▁Teach", + "er" + ], + [ + "▁Te", + "acher" + ], + [ + "▁roch", + "a" + ], + [ + "▁roc", + "ha" + ], + [ + "▁ro", + "cha" + ], + [ + "▁ask", + "s" + ], + [ + "▁as", + "ks" + ], + [ + "▁", + "asks" + ], + [ + "esc", + "imento" + ], + [ + "es", + "cimento" + ], + [ + "Pa", + "d" + ], + [ + "P", + "ad" + ], + [ + "▁r", + "ót" + ], + [ + "▁exce", + "p" + ], + [ + "▁exc", + "ep" + ], + [ + "▁ex", + "cep" + ], + [ + "Z", + "Z" + ], + [ + "▁Desc", + "ribe" + ], + [ + "▁De", + "scribe" + ], + [ + "▁", + "Describe" + ], + [ + "lie", + "r" + ], + [ + "li", + "er" + ], + [ + "l", + "ier" + ], + [ + "quare", + "d" + ], + [ + "quar", + "ed" + ], + [ + "qu", + "ared" + ], + [ + "▁ocorr", + "a" + ], + [ + "▁ocor", + "ra" + ], + [ + "▁despre", + "z" + ], + [ + "▁despr", + "ez" + ], + [ + "▁desp", + "rez" + ], + [ + "▁10", + "6" + ], + [ + "▁1", + "06" + ], + [ + "▁", + "106" + ], + [ + "▁s", + "culpt" + ], + [ + "▁chick", + "en" + ], + [ + "▁ch", + "icken" + ], + [ + "▁Comentário", + "s" + ], + [ + "▁Coment", + "ários" + ], + [ + "▁micro", + "organ" + ], + [ + "▁qu", + "i" + ], + [ + "▁q", + "ui" + ], + [ + "▁", + "qui" + ], + [ + "▁tange", + "nt" + ], + [ + "▁tang", + "ent" + ], + [ + "▁Apro", + "ve" + ], + [ + "▁Apr", + "ove" + ], + [ + "▁2.", + "2" + ], + [ + "▁2", + ".2" + ], + [ + "▁", + "2.2" + ], + [ + "▁ag", + "ing" + ], + [ + "▁a", + "ging" + ], + [ + "▁", + "aging" + ], + [ + "▁En", + "fim" + ], + [ + "1111", + "1111" + ], + [ + "Fac", + "e" + ], + [ + "Fa", + "ce" + ], + [ + "F", + "ace" + ], + [ + "▁gerado", + "s" + ], + [ + "▁gera", + "dos" + ], + [ + "▁ger", + "ados" + ], + [ + "▁ge", + "rados" + ], + [ + "▁condition", + "al" + ], + [ + "▁cond", + "itional" + ], + [ + "▁con", + "ditional" + ], + [ + "▁sl", + "ice" + ], + [ + "▁s", + "lice" + ], + [ + "▁", + "slice" + ], + [ + "▁ancest", + "ral" + ], + [ + "io", + "l" + ], + [ + "i", + "ol" + ], + [ + "▁150", + "0" + ], + [ + "▁15", + "00" + ], + [ + "▁1", + "500" + ], + [ + "▁efe", + "ct" + ], + [ + "▁ef", + "ect" + ], + [ + "▁e", + "fect" + ], + [ + "▁Eve", + "r" + ], + [ + "▁Ev", + "er" + ], + [ + "▁E", + "ver" + ], + [ + "▁throw", + "n" + ], + [ + "▁thro", + "wn" + ], + [ + "▁thr", + "own" + ], + [ + "▁th", + "rown" + ], + [ + "▁Mor", + "a" + ], + [ + "▁Mo", + "ra" + ], + [ + "▁M", + "ora" + ], + [ + "▁estat", + "al" + ], + [ + "▁esta", + "tal" + ], + [ + "▁est", + "atal" + ], + [ + "ótico", + "s" + ], + [ + "ót", + "icos" + ], + [ + "ó", + "ticos" + ], + [ + "▁belong", + "s" + ], + [ + "▁bel", + "ongs" + ], + [ + "sen", + "s" + ], + [ + "se", + "ns" + ], + [ + "s", + "ens" + ], + [ + "▁relativo", + "s" + ], + [ + "▁relativ", + "os" + ], + [ + "▁relat", + "ivos" + ], + [ + "▁rel", + "ativos" + ], + [ + "▁nome", + "ado" + ], + [ + "▁ress", + "usc" + ], + [ + "ív", + "ia" + ], + [ + "í", + "via" + ], + [ + "otype", + "s" + ], + [ + "otyp", + "es" + ], + [ + "ot", + "ypes" + ], + [ + "o", + "types" + ], + [ + "▁illustr", + "ate" + ], + [ + "▁Dra", + "g" + ], + [ + "▁Dr", + "ag" + ], + [ + "▁D", + "rag" + ], + [ + "▁", + "Drag" + ], + [ + "▁pain", + "ful" + ], + [ + "scar", + "a" + ], + [ + "sc", + "ara" + ], + [ + "s", + "cara" + ], + [ + "▁disser", + "am" + ], + [ + "▁disse", + "ram" + ], + [ + "▁diss", + "eram" + ], + [ + "▁ecosystem", + "s" + ], + [ + "▁annual", + "ly" + ], + [ + "▁ann", + "ually" + ], + [ + "▁Técn", + "ica" + ], + [ + "▁T", + "écnica" + ], + [ + "▁puder", + "am" + ], + [ + "▁pude", + "ram" + ], + [ + "▁pud", + "eram" + ], + [ + "▁incên", + "dio" + ], + [ + "Ar", + "r" + ], + [ + "A", + "rr" + ], + [ + "▁Dia", + "m" + ], + [ + "▁Di", + "am" + ], + [ + "▁D", + "iam" + ], + [ + "▁energ", + "ético" + ], + [ + "▁lei", + "a" + ], + [ + "▁le", + "ia" + ], + [ + "%\"", + "," + ], + [ + "%", + "\"," + ], + [ + "▁Men", + "u" + ], + [ + "▁Me", + "nu" + ], + [ + "▁M", + "enu" + ], + [ + "▁", + "Menu" + ], + [ + "java", + "script" + ], + [ + "j", + "avascript" + ], + [ + "▁ph", + "y" + ], + [ + "▁p", + "hy" + ], + [ + "▁", + "phy" + ], + [ + "▁reper", + "cuss" + ], + [ + "▁recom", + "p" + ], + [ + "▁rec", + "omp" + ], + [ + "▁re", + "comp" + ], + [ + "▁13", + "8" + ], + [ + "▁1", + "38" + ], + [ + "▁", + "138" + ], + [ + "▁Rel", + "acion" + ], + [ + "▁Objet", + "ivo" + ], + [ + "▁sudden", + "ly" + ], + [ + "▁possibil", + "itando" + ], + [ + "▁Prima", + "ry" + ], + [ + "▁Prim", + "ary" + ], + [ + "▁Pri", + "mary" + ], + [ + "▁", + "Primary" + ], + [ + "hic", + "le" + ], + [ + "hi", + "cle" + ], + [ + "▁Vir", + "g" + ], + [ + "▁Vi", + "rg" + ], + [ + "▁graphic", + "s" + ], + [ + "▁graph", + "ics" + ], + [ + "▁", + "graphics" + ], + [ + "▁armazen", + "ar" + ], + [ + "▁armaz", + "enar" + ], + [ + "▁prol", + "if" + ], + [ + "▁pro", + "lif" + ], + [ + "ike", + "s" + ], + [ + "ik", + "es" + ], + [ + "i", + "kes" + ], + [ + "orro", + "w" + ], + [ + "orr", + "ow" + ], + [ + "or", + "row" + ], + [ + "PREF", + "IX" + ], + [ + "agen", + "t" + ], + [ + "age", + "nt" + ], + [ + "ag", + "ent" + ], + [ + "▁AR", + "E" + ], + [ + "▁A", + "RE" + ], + [ + "▁", + "ARE" + ], + [ + "▁celebrate", + "d" + ], + [ + "▁celebra", + "ted" + ], + [ + "▁celebr", + "ated" + ], + [ + "▁celeb", + "rated" + ], + [ + "15", + ")" + ], + [ + "1", + "5)" + ], + [ + ",", + "(" + ], + [ + "ution", + "al" + ], + [ + "uti", + "onal" + ], + [ + "ut", + "ional" + ], + [ + "13", + "3" + ], + [ + "1", + "33" + ], + [ + "▁SE", + "C" + ], + [ + "▁S", + "EC" + ], + [ + "▁", + "SEC" + ], + [ + "▁Ort", + "h" + ], + [ + "▁Or", + "th" + ], + [ + "▁domést", + "ico" + ], + [ + "▁dom", + "éstico" + ], + [ + "cp", + "l" + ], + [ + "c", + "pl" + ], + [ + "rc", + "x" + ], + [ + "r", + "cx" + ], + [ + "▁ba", + "il" + ], + [ + "▁b", + "ail" + ], + [ + "STR", + "ING" + ], + [ + "{}", + "," + ], + [ + "{", + "}," + ], + [ + "▁gera", + "da" + ], + [ + "▁ger", + "ada" + ], + [ + "▁ge", + "rada" + ], + [ + "St", + "ud" + ], + [ + "O", + "ther" + ], + [ + "▁Para", + "l" + ], + [ + "▁Par", + "al" + ], + [ + "▁Pa", + "ral" + ], + [ + "▁Qual", + "ity" + ], + [ + "▁Qu", + "ality" + ], + [ + "▁pap", + "a" + ], + [ + "▁pa", + "pa" + ], + [ + "▁p", + "apa" + ], + [ + "w", + "r" + ], + [ + "AT", + "CH" + ], + [ + "▁influence", + "s" + ], + [ + "▁influ", + "ences" + ], + [ + "Bra", + "sil" + ], + [ + "B", + "rasil" + ], + [ + "▁Del", + "ta" + ], + [ + "▁", + "Delta" + ], + [ + "ass", + "ium" + ], + [ + "▁asi", + "de" + ], + [ + "▁as", + "ide" + ], + [ + "▁a", + "side" + ], + [ + "metric", + "s" + ], + [ + "met", + "rics" + ], + [ + "ri", + "l" + ], + [ + "r", + "il" + ], + [ + "Ex", + "ample" + ], + [ + "▁Mot", + "or" + ], + [ + "▁Mo", + "tor" + ], + [ + "▁M", + "otor" + ], + [ + "▁pertence", + "m" + ], + [ + "▁pertenc", + "em" + ], + [ + "▁perten", + "cem" + ], + [ + "11", + "4" + ], + [ + "1", + "14" + ], + [ + "ustr", + "ia" + ], + [ + "ust", + "ria" + ], + [ + "u", + "stria" + ], + [ + "apt", + "ure" + ], + [ + "▁bean", + "s" + ], + [ + "▁be", + "ans" + ], + [ + "▁", + "beans" + ], + [ + "▁Merc", + "ado" + ], + [ + "▁Mer", + "cado" + ], + [ + "▁Hon", + "g" + ], + [ + "▁Ho", + "ng" + ], + [ + "▁H", + "ong" + ], + [ + "circ", + "le" + ], + [ + "cir", + "cle" + ], + [ + "▁absor", + "ption" + ], + [ + "▁Comment", + "ed" + ], + [ + "▁Comm", + "ented" + ], + [ + "alloc", + "ate" + ], + [ + "▁relat", + "ing" + ], + [ + "▁rel", + "ating" + ], + [ + "▁197", + "7" + ], + [ + "▁19", + "77" + ], + [ + "▁SEN", + "HOR" + ], + [ + "▁promove", + "m" + ], + [ + "▁promov", + "em" + ], + [ + "esta", + "l" + ], + [ + "est", + "al" + ], + [ + "es", + "tal" + ], + [ + "ixe", + "s" + ], + [ + "ix", + "es" + ], + [ + "i", + "xes" + ], + [ + "▁Par", + "liament" + ], + [ + "▁enfrenta", + "m" + ], + [ + "▁enfrent", + "am" + ], + [ + "▁thir", + "ty" + ], + [ + "▁GD", + "P" + ], + [ + "▁G", + "DP" + ], + [ + "▁Scal", + "e" + ], + [ + "▁Sc", + "ale" + ], + [ + "▁S", + "cale" + ], + [ + "▁", + "Scale" + ], + [ + "gr", + "o" + ], + [ + "g", + "ro" + ], + [ + "▁emoc", + "ion" + ], + [ + "-19", + "9" + ], + [ + "-1", + "99" + ], + [ + "-", + "199" + ], + [ + "ema", + "le" + ], + [ + "em", + "ale" + ], + [ + "e", + "male" + ], + [ + "sm", + "hp" + ], + [ + "▁198", + "5" + ], + [ + "▁19", + "85" + ], + [ + "eto", + "n" + ], + [ + "et", + "on" + ], + [ + "e", + "ton" + ], + [ + "▁concentr", + "a" + ], + [ + "▁concent", + "ra" + ], + [ + "▁arrange", + "d" + ], + [ + "▁arrang", + "ed" + ], + [ + "▁arran", + "ged" + ], + [ + "▁arr", + "anged" + ], + [ + "▁Bo", + "w" + ], + [ + "▁B", + "ow" + ], + [ + "smhp", + "ix" + ], + [ + "▁W", + "ol" + ], + [ + "▁sól", + "ido" + ], + [ + "▁gradual", + "mente" + ], + [ + "▁gradu", + "almente" + ], + [ + "▁grad", + "ualmente" + ], + [ + "8", + "\"" + ], + [ + "ja", + "da" + ], + [ + "j", + "ada" + ], + [ + "▁imp", + "or" + ], + [ + "▁im", + "por" + ], + [ + "▁Feder", + "ação" + ], + [ + "▁Fed", + "eração" + ], + [ + "▁F", + "ederação" + ], + [ + "com", + "un" + ], + [ + "co", + "mun" + ], + [ + "▁mis", + "éria" + ], + [ + "▁au", + "g" + ], + [ + "▁a", + "ug" + ], + [ + "▁", + "aug" + ], + [ + "▁tar", + "tar" + ], + [ + "▁t", + "artar" + ], + [ + "uff", + "le" + ], + [ + "Ch", + "o" + ], + [ + "C", + "ho" + ], + [ + "▁gp", + "u" + ], + [ + "▁g", + "pu" + ], + [ + "▁", + "gpu" + ], + [ + "▁suporta", + "r" + ], + [ + "▁suport", + "ar" + ], + [ + "▁supor", + "tar" + ], + [ + "▁atras", + "o" + ], + [ + "▁atra", + "so" + ], + [ + "▁atr", + "aso" + ], + [ + "ace", + "d" + ], + [ + "ac", + "ed" + ], + [ + "a", + "ced" + ], + [ + "▁clássico", + "s" + ], + [ + "▁cláss", + "icos" + ], + [ + "▁rendimento", + "s" + ], + [ + "▁rend", + "imentos" + ], + [ + "▁r", + "endimentos" + ], + [ + "▁Four", + "ier" + ], + [ + "▁Fou", + "rier" + ], + [ + "▁passage", + "ns" + ], + [ + "▁passa", + "gens" + ], + [ + "▁pass", + "agens" + ], + [ + "▁Sim", + "on" + ], + [ + "▁Si", + "mon" + ], + [ + "▁multid", + "iscipl" + ], + [ + "▁multi", + "discipl" + ], + [ + "3)", + ";" + ], + [ + "3", + ");" + ], + [ + "▁3.", + "0" + ], + [ + "▁3", + ".0" + ], + [ + "▁", + "3.0" + ], + [ + "▁imagin", + "ário" + ], + [ + "▁imag", + "inário" + ], + [ + "(-", + "-" + ], + [ + "(", + "--" + ], + [ + "▁priv", + "acidade" + ], + [ + "▁W", + "i" + ], + [ + "vers", + "a" + ], + [ + "ver", + "sa" + ], + [ + "27", + "." + ], + [ + "2", + "7." + ], + [ + "la", + "d" + ], + [ + "l", + "ad" + ], + [ + "▁cardíaca", + "s" + ], + [ + "▁cardí", + "acas" + ], + [ + "▁Dev", + "ice" + ], + [ + "▁", + "Device" + ], + [ + "ci", + "ón" + ], + [ + "c", + "ión" + ], + [ + "▁induce", + "d" + ], + [ + "▁in", + "duced" + ], + [ + "▁", + "induced" + ], + [ + "▁partial", + "ly" + ], + [ + "Cl", + "oud" + ], + [ + "▁trop", + "icais" + ], + [ + "12", + "9" + ], + [ + "1", + "29" + ], + [ + "Fact", + "or" + ], + [ + "Fac", + "tor" + ], + [ + "Fa", + "ctor" + ], + [ + "F", + "actor" + ], + [ + "2}", + "\\" + ], + [ + "2", + "}\\" + ], + [ + "▁sugest", + "ão" + ], + [ + "▁sug", + "estão" + ], + [ + "▁su", + "gestão" + ], + [ + "aiss", + "ance" + ], + [ + "▁1997", + "," + ], + [ + "▁199", + "7," + ], + [ + "▁collect", + "ive" + ], + [ + "▁colle", + "ctive" + ], + [ + "▁pret", + "a" + ], + [ + "▁pre", + "ta" + ], + [ + "▁pr", + "eta" + ], + [ + "▁p", + "reta" + ], + [ + "ensa", + "s" + ], + [ + "ens", + "as" + ], + [ + "P", + "ipeline" + ], + [ + "AGE", + "M" + ], + [ + "AG", + "EM" + ], + [ + "A", + "GEM" + ], + [ + "▁por", + "quê" + ], + [ + "▁estrange", + "iro" + ], + [ + "▁to", + "t" + ], + [ + "▁t", + "ot" + ], + [ + "▁", + "tot" + ], + [ + "▁Ban", + "d" + ], + [ + "▁Ba", + "nd" + ], + [ + "▁B", + "and" + ], + [ + "▁", + "Band" + ], + [ + "▁compromete", + "r" + ], + [ + "▁compromet", + "er" + ], + [ + "▁comprom", + "eter" + ], + [ + "▁compro", + "meter" + ], + [ + "▁compr", + "ometer" + ], + [ + "ident", + "ial" + ], + [ + "id", + "ential" + ], + [ + "▁tribo", + "s" + ], + [ + "▁trib", + "os" + ], + [ + "▁tri", + "bos" + ], + [ + "▁de", + "g" + ], + [ + "▁d", + "eg" + ], + [ + "▁", + "deg" + ], + [ + "▁instal", + "ado" + ], + [ + "▁insta", + "lado" + ], + [ + "ge", + "o" + ], + [ + "g", + "eo" + ], + [ + "▁opt", + "s" + ], + [ + "▁op", + "ts" + ], + [ + "▁o", + "pts" + ], + [ + "▁", + "opts" + ], + [ + "▁let", + "s" + ], + [ + "▁le", + "ts" + ], + [ + "▁l", + "ets" + ], + [ + "▁", + "lets" + ], + [ + "▁relev", + "o" + ], + [ + "▁rele", + "vo" + ], + [ + "▁prote", + "t" + ], + [ + "▁prot", + "et" + ], + [ + "▁comprom", + "iss" + ], + [ + "▁compro", + "miss" + ], + [ + "▁ar", + "d" + ], + [ + "▁a", + "rd" + ], + [ + "▁", + "ard" + ], + [ + "▁P", + "V" + ], + [ + "▁", + "PV" + ], + [ + "(20", + "0" + ], + [ + "(2", + "00" + ], + [ + "(", + "200" + ], + [ + "▁automatic", + "amente" + ], + [ + "▁automat", + "icamente" + ], + [ + "▁autom", + "aticamente" + ], + [ + "U", + "ri" + ], + [ + "product", + "s" + ], + [ + "▁evolu", + "t" + ], + [ + "▁evol", + "ut" + ], + [ + "▁Co", + "gn" + ], + [ + "▁C", + "ogn" + ], + [ + "▁cop", + "o" + ], + [ + "▁co", + "po" + ], + [ + "▁c", + "opo" + ], + [ + "▁doc", + "tr" + ], + [ + "▁do", + "ctr" + ], + [ + "rib", + "le" + ], + [ + "ri", + "ble" + ], + [ + "r", + "ible" + ], + [ + "O", + "wn" + ], + [ + "▁troca", + "s" + ], + [ + "▁troc", + "as" + ], + [ + "▁tro", + "cas" + ], + [ + "▁tr", + "ocas" + ], + [ + "▁analis", + "a" + ], + [ + "▁anal", + "isa" + ], + [ + "50", + "4" + ], + [ + "5", + "04" + ], + [ + "pos", + "ições" + ], + [ + "▁músico", + "s" + ], + [ + "▁mús", + "icos" + ], + [ + "▁Sta", + "ff" + ], + [ + "▁St", + "aff" + ], + [ + "▁designer", + "s" + ], + [ + "▁design", + "ers" + ], + [ + "init", + "e" + ], + [ + "ini", + "te" + ], + [ + "in", + "ite" + ], + [ + "▁al", + "ergia" + ], + [ + "▁Guilher", + "me" + ], + [ + "pen", + "ho" + ], + [ + "p", + "enho" + ], + [ + "avail", + "able" + ], + [ + "a", + "vailable" + ], + [ + "▁fot", + "ovolta" + ], + [ + "▁cul", + "inária" + ], + [ + "▁approxim", + "ate" + ], + [ + "rane", + "an" + ], + [ + "ran", + "ean" + ], + [ + "▁ter", + "ço" + ], + [ + "Select", + "or" + ], + [ + "Sele", + "ctor" + ], + [ + "Sel", + "ector" + ], + [ + "▁distor", + "t" + ], + [ + "▁disto", + "rt" + ], + [ + "▁dist", + "ort" + ], + [ + "▁concorr", + "ência" + ], + [ + "▁W", + "ould" + ], + [ + "sul", + "a" + ], + [ + "su", + "la" + ], + [ + "s", + "ula" + ], + [ + "▁distância", + "s" + ], + [ + "▁dist", + "âncias" + ], + [ + "71", + "," + ], + [ + "7", + "1," + ], + [ + "▁emerge", + "d" + ], + [ + "▁emerg", + "ed" + ], + [ + "▁em", + "erged" + ], + [ + "opat", + "ia" + ], + [ + "op", + "atia" + ], + [ + "o", + "patia" + ], + [ + "war", + "t" + ], + [ + "wa", + "rt" + ], + [ + "w", + "art" + ], + [ + "G", + "I" + ], + [ + "issip", + "pi" + ], + [ + "▁Bus", + "h" + ], + [ + "▁Bu", + "sh" + ], + [ + "▁B", + "ush" + ], + [ + "▁heav", + "en" + ], + [ + "▁he", + "aven" + ], + [ + "ide", + "n" + ], + [ + "id", + "en" + ], + [ + "i", + "den" + ], + [ + "▁sta", + "bil" + ], + [ + "▁st", + "abil" + ], + [ + "itat", + "e" + ], + [ + "ita", + "te" + ], + [ + "it", + "ate" + ], + [ + "▁contact", + "o" + ], + [ + "▁cont", + "acto" + ], + [ + "media", + "te" + ], + [ + "medi", + "ate" + ], + [ + "med", + "iate" + ], + [ + "▁dep", + "ar" + ], + [ + "▁de", + "par" + ], + [ + "▁Mem", + "orial" + ], + [ + "▁PO", + "P" + ], + [ + "▁P", + "OP" + ], + [ + "rout", + "e" + ], + [ + "rou", + "te" + ], + [ + "ro", + "ute" + ], + [ + "r", + "oute" + ], + [ + "▁Word", + "s" + ], + [ + "▁Wor", + "ds" + ], + [ + "▁W", + "ords" + ], + [ + "▁", + "Words" + ], + [ + "▁satisf", + "ied" + ], + [ + "isation", + "s" + ], + [ + "is", + "ations" + ], + [ + "▁198", + "7" + ], + [ + "▁19", + "87" + ], + [ + "15", + "4" + ], + [ + "1", + "54" + ], + [ + "▁priv", + "acy" + ], + [ + "▁refer", + "ente" + ], + [ + "▁Bran", + "d" + ], + [ + "▁Bra", + "nd" + ], + [ + "▁Br", + "and" + ], + [ + "▁B", + "rand" + ], + [ + "▁pan", + "o" + ], + [ + "▁pa", + "no" + ], + [ + "▁p", + "ano" + ], + [ + "Column", + "s" + ], + [ + "▁Chic", + "o" + ], + [ + "▁Chi", + "co" + ], + [ + "▁Ch", + "ico" + ], + [ + "▁199", + "4" + ], + [ + "▁19", + "94" + ], + [ + "▁1", + "994" + ], + [ + "A", + "v" + ], + [ + "▁Ph", + "ilosoph" + ], + [ + "▁intoler", + "ância" + ], + [ + "▁passei", + "o" + ], + [ + "▁passe", + "io" + ], + [ + "▁prejudic", + "ial" + ], + [ + "▁prejud", + "icial" + ], + [ + "quir", + "y" + ], + [ + "qui", + "ry" + ], + [ + "qu", + "iry" + ], + [ + "▁chi", + "m" + ], + [ + "▁ch", + "im" + ], + [ + "▁c", + "him" + ], + [ + "▁fuma", + "r" + ], + [ + "▁fum", + "ar" + ], + [ + "▁fu", + "mar" + ], + [ + "▁f", + "umar" + ], + [ + "▁educ", + "ativa" + ], + [ + "%", + "\"" + ], + [ + "▁atra", + "p" + ], + [ + "▁atr", + "ap" + ], + [ + "▁at", + "rap" + ], + [ + "▁st", + "ood" + ], + [ + "▁", + "stood" + ], + [ + "Bit", + "s" + ], + [ + "Bi", + "ts" + ], + [ + "B", + "its" + ], + [ + "umb", + "o" + ], + [ + "um", + "bo" + ], + [ + "ane", + "amente" + ], + [ + "67", + "," + ], + [ + "6", + "7," + ], + [ + "▁stret", + "ch" + ], + [ + "▁str", + "etch" + ], + [ + "▁st", + "retch" + ], + [ + "▁v", + "b" + ], + [ + "▁", + "vb" + ], + [ + "▁co", + "at" + ], + [ + "service", + "s" + ], + [ + "serv", + "ices" + ], + [ + "▁distinct", + "ion" + ], + [ + "▁distin", + "ction" + ], + [ + "▁vo", + "m" + ], + [ + "▁v", + "om" + ], + [ + "▁usina", + "s" + ], + [ + "▁us", + "inas" + ], + [ + "Ser", + "ies" + ], + [ + "Se", + "ries" + ], + [ + "S", + "eries" + ], + [ + "▁bear", + "ing" + ], + [ + "▁be", + "aring" + ], + [ + "▁b", + "earing" + ], + [ + "▁", + "bearing" + ], + [ + "Calc", + "ul" + ], + [ + "Cal", + "cul" + ], + [ + "▁fav", + "our" + ], + [ + "▁develop", + "s" + ], + [ + "▁empresa", + "rial" + ], + [ + "▁empres", + "arial" + ], + [ + "os", + "idade" + ], + [ + "Pl", + "ot" + ], + [ + "P", + "lot" + ], + [ + "g", + "z" + ], + [ + "▁assume", + "s" + ], + [ + "▁assum", + "es" + ], + [ + "▁ass", + "umes" + ], + [ + "▁Oc", + "idente" + ], + [ + "▁he", + "gem" + ], + [ + "▁king", + "dom" + ], + [ + "▁enjoy", + "ed" + ], + [ + "▁teórico", + "s" + ], + [ + "▁te", + "óricos" + ], + [ + "▁presc", + "ribed" + ], + [ + "▁horizont", + "e" + ], + [ + "▁horizon", + "te" + ], + [ + "▁horiz", + "onte" + ], + [ + "▁Mo", + "çamb" + ], + [ + "▁destac", + "ando" + ], + [ + "▁MP", + "I" + ], + [ + "▁M", + "PI" + ], + [ + "▁", + "MPI" + ], + [ + "▁0.00", + "0" + ], + [ + "▁0.0", + "00" + ], + [ + "▁0.", + "000" + ], + [ + "▁0", + ".000" + ], + [ + "▁", + "0.000" + ], + [ + "▁recon", + "cil" + ], + [ + "▁novidade", + "s" + ], + [ + "▁nov", + "idades" + ], + [ + "▁ativa", + "mente" + ], + [ + "▁ativ", + "amente" + ], + [ + "▁at", + "ivamente" + ], + [ + "▁", + "ativamente" + ], + [ + "▁nutrition", + "al" + ], + [ + "▁nutrit", + "ional" + ], + [ + "▁ganh", + "ando" + ], + [ + "▁gan", + "hando" + ], + [ + "▁Declar", + "ação" + ], + [ + "▁Jer", + "sey" + ], + [ + "▁J", + "ersey" + ], + [ + "istra", + "tion" + ], + [ + "istr", + "ation" + ], + [ + "ist", + "ration" + ], + [ + "▁compara", + "do" + ], + [ + "▁compar", + "ado" + ], + [ + "▁", + "" + ], + [ + "▁católico", + "s" + ], + [ + "▁cató", + "licos" + ], + [ + "▁cat", + "ólicos" + ], + [ + "▁multiply", + "ing" + ], + [ + "▁multip", + "lying" + ], + [ + "()", + "`" + ], + [ + "(", + ")`" + ], + [ + "▁êx", + "ito" + ], + [ + "▁Med", + "i" + ], + [ + "▁Me", + "di" + ], + [ + "▁M", + "edi" + ], + [ + "▁po", + "eira" + ], + [ + "▁p", + "oeira" + ], + [ + "▁9", + "1" + ], + [ + "▁", + "91" + ], + [ + "▁review", + "ed" + ], + [ + ")", + "^" + ], + [ + "▁b", + "g" + ], + [ + "▁", + "bg" + ], + [ + "▁Bo", + "ol" + ], + [ + "▁B", + "ool" + ], + [ + "▁", + "Bool" + ], + [ + "▁merc", + "h" + ], + [ + "▁mer", + "ch" + ], + [ + "▁IB", + "M" + ], + [ + "▁I", + "BM" + ], + [ + "enso", + "s" + ], + [ + "ens", + "os" + ], + [ + "en", + "sos" + ], + [ + "▁revolt", + "a" + ], + [ + "▁revol", + "ta" + ], + [ + "▁confort", + "ável" + ], + [ + "Sh", + "ift" + ], + [ + "\\/", + "\",\"" + ], + [ + "bound", + "ed" + ], + [ + "enham", + "os" + ], + [ + "enha", + "mos" + ], + [ + "enh", + "amos" + ], + [ + "en", + "hamos" + ], + [ + "▁corte", + "s" + ], + [ + "▁cort", + "es" + ], + [ + "▁cor", + "tes" + ], + [ + "▁sever", + "ity" + ], + [ + "▁expense", + "s" + ], + [ + "▁exp", + "enses" + ], + [ + "▁cooper", + "ation" + ], + [ + "▁co", + "operation" + ], + [ + "%)", + "," + ], + [ + "%", + ")," + ], + [ + "▁MA", + "IS" + ], + [ + "▁M", + "AIS" + ], + [ + "ta", + "h" + ], + [ + "t", + "ah" + ], + [ + "▁P", + "ú" + ], + [ + "▁ind", + "ifer" + ], + [ + "▁As", + "h" + ], + [ + "▁A", + "sh" + ], + [ + "▁ti", + "d" + ], + [ + "▁t", + "id" + ], + [ + "▁", + "tid" + ], + [ + "ald", + "ade" + ], + [ + "al", + "dade" + ], + [ + "0", + "]" + ], + [ + "asso", + "ci" + ], + [ + "ass", + "oci" + ], + [ + "▁discipl", + "ine" + ], + [ + "▁u", + "b" + ], + [ + "▁", + "ub" + ], + [ + "▁R", + "ádio" + ], + [ + "▁theme", + "s" + ], + [ + "▁them", + "es" + ], + [ + "▁the", + "mes" + ], + [ + "▁t", + "hemes" + ], + [ + "▁Cre", + "ek" + ], + [ + "▁C", + "reek" + ], + [ + "adr", + "ão" + ], + [ + "ad", + "rão" + ], + [ + "bs", + "ite" + ], + [ + "b", + "site" + ], + [ + "RA", + "M" + ], + [ + "R", + "AM" + ], + [ + "▁Ano", + "s" + ], + [ + "▁An", + "os" + ], + [ + "▁A", + "nos" + ], + [ + "▁iso", + "t" + ], + [ + "▁is", + "ot" + ], + [ + "▁Tem", + "p" + ], + [ + "▁Te", + "mp" + ], + [ + "▁T", + "emp" + ], + [ + "▁", + "Temp" + ], + [ + "▁dist", + "ant" + ], + [ + "▁fós", + "foro" + ], + [ + "▁efet", + "ivo" + ], + [ + "▁audit", + "iva" + ], + [ + "▁aud", + "itiva" + ], + [ + "▁Sovi", + "ética" + ], + [ + "▁person", + "nel" + ], + [ + "▁gif", + "t" + ], + [ + "▁gi", + "ft" + ], + [ + "▁g", + "ift" + ], + [ + "friend", + "ly" + ], + [ + "▁escut", + "a" + ], + [ + "▁esc", + "uta" + ], + [ + "▁continent", + "al" + ], + [ + "▁contin", + "ental" + ], + [ + "▁cont", + "inental" + ], + [ + "▁aminoá", + "cidos" + ], + [ + "▁pec", + "uária" + ], + [ + "ódigo", + "s" + ], + [ + "ód", + "igos" + ], + [ + "aps", + "o" + ], + [ + "ap", + "so" + ], + [ + "necess", + "ary" + ], + [ + "▁Fr", + "i" + ], + [ + "▁F", + "ri" + ], + [ + "▁similar", + "es" + ], + [ + "▁sim", + "ilares" + ], + [ + "▁celebra", + "r" + ], + [ + "▁celebr", + "ar" + ], + [ + "▁celeb", + "rar" + ], + [ + "▁cele", + "brar" + ], + [ + "log", + "ger" + ], + [ + "lo", + "gger" + ], + [ + "mode", + "rn" + ], + [ + "mod", + "ern" + ], + [ + "▁Page", + "s" + ], + [ + "▁Pag", + "es" + ], + [ + "▁Pa", + "ges" + ], + [ + "▁P", + "ages" + ], + [ + "▁", + "Pages" + ], + [ + "ette", + "s" + ], + [ + "ett", + "es" + ], + [ + "et", + "tes" + ], + [ + "▁rom", + "ana" + ], + [ + "▁neur", + "ônios" + ], + [ + "▁ex", + "acer" + ], + [ + "Di", + "ct" + ], + [ + "D", + "ict" + ], + [ + "Names", + "pace" + ], + [ + "Name", + "space" + ], + [ + "Nam", + "espace" + ], + [ + "read", + "s" + ], + [ + "rea", + "ds" + ], + [ + "re", + "ads" + ], + [ + "▁livre", + "mente" + ], + [ + "lu", + "x" + ], + [ + "l", + "ux" + ], + [ + "Inte", + "gr" + ], + [ + "▁motor", + "a" + ], + [ + "▁mot", + "ora" + ], + [ + "▁Kenn", + "edy" + ], + [ + "▁conflict", + "s" + ], + [ + "▁conflic", + "ts" + ], + [ + "▁)", + ":" + ], + [ + "▁", + "):" + ], + [ + "▁Conce", + "ição" + ], + [ + "64", + "5" + ], + [ + "6", + "45" + ], + [ + "icida", + "s" + ], + [ + "ici", + "das" + ], + [ + "ic", + "idas" + ], + [ + "i", + "cidas" + ], + [ + "▁Benef", + "ícios" + ], + [ + "▁R", + "u" + ], + [ + "▁interessa", + "do" + ], + [ + "▁interess", + "ado" + ], + [ + "▁Qual", + "idade" + ], + [ + "▁Qu", + "alidade" + ], + [ + "▁Lo", + "n" + ], + [ + "▁L", + "on" + ], + [ + "▁historic", + "amente" + ], + [ + "▁histor", + "icamente" + ], + [ + "▁ob", + "teve" + ], + [ + "▁indicado", + "r" + ], + [ + "▁indica", + "dor" + ], + [ + "▁indic", + "ador" + ], + [ + "3333", + "3333" + ], + [ + "▁térm", + "ica" + ], + [ + "▁tér", + "mica" + ], + [ + "▁t", + "érmica" + ], + [ + "ure", + "a" + ], + [ + "ur", + "ea" + ], + [ + "u", + "rea" + ], + [ + "interp", + "ret" + ], + [ + "inter", + "pret" + ], + [ + "▁Ext", + "ra" + ], + [ + "▁Ex", + "tra" + ], + [ + "▁", + "Extra" + ], + [ + "▁ga", + "b" + ], + [ + "▁g", + "ab" + ], + [ + "▁inicia", + "do" + ], + [ + "▁inici", + "ado" + ], + [ + "és", + "ia" + ], + [ + "é", + "sia" + ], + [ + "tor", + "ch" + ], + [ + "▁Conv", + "er" + ], + [ + "▁Con", + "ver" + ], + [ + "▁nat", + "ivos" + ], + [ + "▁n", + "ativos" + ], + [ + "▁hormone", + "s" + ], + [ + "▁horm", + "ones" + ], + [ + "arte", + "s" + ], + [ + "art", + "es" + ], + [ + "ar", + "tes" + ], + [ + "▁lic", + "ença" + ], + [ + "Nd", + "Ex" + ], + [ + "▁tou", + "gh" + ], + [ + "▁to", + "ugh" + ], + [ + "▁t", + "ough" + ], + [ + "the", + "s" + ], + [ + "th", + "es" + ], + [ + "t", + "hes" + ], + [ + "writ", + "ing" + ], + [ + "wr", + "iting" + ], + [ + "▁event", + "ual" + ], + [ + "▁even", + "tual" + ], + [ + "header", + "s" + ], + [ + "head", + "ers" + ], + [ + "hea", + "ders" + ], + [ + "he", + "aders" + ], + [ + "▁secund", + "ário" + ], + [ + "▁consolid", + "ação" + ], + [ + "▁agrotóx", + "icos" + ], + [ + "▁load", + "s" + ], + [ + "▁lo", + "ads" + ], + [ + "▁", + "loads" + ], + [ + "▁fun", + "g" + ], + [ + "▁fu", + "ng" + ], + [ + "▁f", + "ung" + ], + [ + "▁sí", + "l" + ], + [ + "▁s", + "íl" + ], + [ + "▁surpr", + "ise" + ], + [ + "▁sur", + "prise" + ], + [ + "20", + "4" + ], + [ + "2", + "04" + ], + [ + "▁Sim", + "pl" + ], + [ + "▁S", + "impl" + ], + [ + "▁Sto", + "ne" + ], + [ + "▁St", + "one" + ], + [ + "option", + "al" + ], + [ + "opt", + "ional" + ], + [ + "▁iteration", + "s" + ], + [ + "▁iter", + "ations" + ], + [ + "IT", + "H" + ], + [ + "I", + "TH" + ], + [ + "W", + "H" + ], + [ + "ADA", + "D" + ], + [ + "AD", + "AD" + ], + [ + "▁andam", + "ento" + ], + [ + "▁anda", + "mento" + ], + [ + "▁and", + "amento" + ], + [ + "11", + "7" + ], + [ + "1", + "17" + ], + [ + "▁dig", + "a" + ], + [ + "▁di", + "ga" + ], + [ + "▁d", + "iga" + ], + [ + "pria", + "ção" + ], + [ + "pri", + "ação" + ], + [ + "pr", + "iação" + ], + [ + "p", + "riação" + ], + [ + "plot", + "s" + ], + [ + "plo", + "ts" + ], + [ + "pl", + "ots" + ], + [ + "8", + "'," + ], + [ + "18", + "9" + ], + [ + "1", + "89" + ], + [ + "HT", + "TP" + ], + [ + "▁45", + "0" + ], + [ + "▁4", + "50" + ], + [ + "Syn", + "c" + ], + [ + "S", + "ync" + ], + [ + "▁soil", + "s" + ], + [ + "▁so", + "ils" + ], + [ + "▁Rece", + "nt" + ], + [ + "▁Rec", + "ent" + ], + [ + "▁Re", + "cent" + ], + [ + "▁vict", + "ory" + ], + [ + "▁RO", + "M" + ], + [ + "▁R", + "OM" + ], + [ + "▁", + "ROM" + ], + [ + "▁bond", + "ade" + ], + [ + "▁bon", + "dade" + ], + [ + "Exist", + "s" + ], + [ + "Ex", + "ists" + ], + [ + "▁famoso", + "s" + ], + [ + "▁famos", + "os" + ], + [ + "▁fam", + "osos" + ], + [ + "▁Diret", + "or" + ], + [ + "▁Dire", + "tor" + ], + [ + "▁Dir", + "etor" + ], + [ + "inc", + "h" + ], + [ + "in", + "ch" + ], + [ + "pp", + "ing" + ], + [ + "p", + "ping" + ], + [ + "▁Liber", + "dade" + ], + [ + "▁Lib", + "erdade" + ], + [ + "▁Ann", + "a" + ], + [ + "▁An", + "na" + ], + [ + "▁floresta", + "is" + ], + [ + "▁florest", + "ais" + ], + [ + "▁cre", + "am" + ], + [ + "▁c", + "ream" + ], + [ + "▁refug", + "iados" + ], + [ + "▁inspira", + "r" + ], + [ + "▁inspir", + "ar" + ], + [ + "▁insp", + "irar" + ], + [ + "▁calm", + "a" + ], + [ + "▁cal", + "ma" + ], + [ + "▁Dem", + "on" + ], + [ + "▁De", + "mon" + ], + [ + "▁D", + "emon" + ], + [ + "▁Para", + "b" + ], + [ + "▁Par", + "ab" + ], + [ + "▁Pa", + "rab" + ], + [ + "▁separado", + "s" + ], + [ + "▁separa", + "dos" + ], + [ + "▁separ", + "ados" + ], + [ + "▁Fo", + "ot" + ], + [ + "▁F", + "oot" + ], + [ + "▁addict", + "ion" + ], + [ + "▁add", + "iction" + ], + [ + "á", + "fego" + ], + [ + "▁resolve", + "u" + ], + [ + "▁resol", + "veu" + ], + [ + "▁Ro", + "osevelt" + ], + [ + "▁chart", + "s" + ], + [ + "▁char", + "ts" + ], + [ + "▁ch", + "arts" + ], + [ + "utor", + "es" + ], + [ + "uto", + "res" + ], + [ + "ut", + "ores" + ], + [ + "▁ros", + "a" + ], + [ + "▁ro", + "sa" + ], + [ + "▁r", + "osa" + ], + [ + "▁", + "rosa" + ], + [ + "▁Ho", + "st" + ], + [ + "▁H", + "ost" + ], + [ + "▁", + "Host" + ], + [ + "▁was", + "h" + ], + [ + "▁wa", + "sh" + ], + [ + "▁w", + "ash" + ], + [ + "▁V", + "ários" + ], + [ + "▁O", + "L" + ], + [ + "▁", + "OL" + ], + [ + "▁Chan", + "nel" + ], + [ + "▁Ch", + "annel" + ], + [ + "▁", + "Channel" + ], + [ + "▁as", + "i" + ], + [ + "▁a", + "si" + ], + [ + "▁", + "asi" + ], + [ + "▁Made", + "ira" + ], + [ + "▁Mad", + "eira" + ], + [ + "▁M", + "adeira" + ], + [ + "▁beg", + "un" + ], + [ + "▁be", + "gun" + ], + [ + "???", + "?" + ], + [ + "??", + "??" + ], + [ + "?", + "???" + ], + [ + "▁aliado", + "s" + ], + [ + "▁ali", + "ados" + ], + [ + "▁al", + "iados" + ], + [ + "▁Her", + "o" + ], + [ + "▁He", + "ro" + ], + [ + "▁H", + "ero" + ], + [ + "▁oper", + "a" + ], + [ + "▁op", + "era" + ], + [ + "▁o", + "pera" + ], + [ + "t", + "v" + ], + [ + "▁al", + "he" + ], + [ + "▁a", + "lhe" + ], + [ + "▁", + "alhe" + ], + [ + "▁Lo", + "op" + ], + [ + "▁", + "Loop" + ], + [ + "▁Fa", + "st" + ], + [ + "▁F", + "ast" + ], + [ + "▁", + "Fast" + ], + [ + "▁cave", + "rn" + ], + [ + "▁cav", + "ern" + ], + [ + "▁ca", + "vern" + ], + [ + "▁estuda", + "do" + ], + [ + "▁estud", + "ado" + ], + [ + "▁Ol", + "im" + ], + [ + "▁O", + "lim" + ], + [ + "▁dar", + "á" + ], + [ + "▁d", + "ará" + ], + [ + "cred", + "it" + ], + [ + "cre", + "dit" + ], + [ + "cr", + "edit" + ], + [ + "c", + "redit" + ], + [ + "f", + "m" + ], + [ + "▁\".", + "./" + ], + [ + "▁\"", + "../" + ], + [ + "▁oste", + "op" + ], + [ + "▁médica", + "s" + ], + [ + "▁méd", + "icas" + ], + [ + "▁comput", + "ação" + ], + [ + "▁mist", + "er" + ], + [ + "▁mis", + "ter" + ], + [ + "▁mi", + "ster" + ], + [ + "▁m", + "ister" + ], + [ + "▁La", + "m" + ], + [ + "▁L", + "am" + ], + [ + "▁luz", + "es" + ], + [ + "▁lu", + "zes" + ], + [ + "002", + "8" + ], + [ + "00", + "28" + ], + [ + "0", + "028" + ], + [ + "к", + "и" + ], + [ + "▁verdadeira", + "s" + ], + [ + "▁verdade", + "iras" + ], + [ + "▁verd", + "adeiras" + ], + [ + "32", + "0" + ], + [ + "3", + "20" + ], + [ + "▁Ar", + "r" + ], + [ + "▁A", + "rr" + ], + [ + "▁", + "Arr" + ], + [ + "▁13", + "9" + ], + [ + "▁1", + "39" + ], + [ + "▁", + "139" + ], + [ + "▁observ", + "ando" + ], + [ + "▁to", + "l" + ], + [ + "▁t", + "ol" + ], + [ + "▁", + "tol" + ], + [ + "▁ag", + "gressive" + ], + [ + "O", + "G" + ], + [ + "▁escrita", + "s" + ], + [ + "▁escrit", + "as" + ], + [ + "▁esc", + "ritas" + ], + [ + "Fr", + "e" + ], + [ + "F", + "re" + ], + [ + "▁suav", + "e" + ], + [ + "▁sua", + "ve" + ], + [ + "▁su", + "ave" + ], + [ + "▁provoc", + "ando" + ], + [ + "▁prov", + "ocando" + ], + [ + "▁Mod", + "e" + ], + [ + "▁Mo", + "de" + ], + [ + "▁M", + "ode" + ], + [ + "▁", + "Mode" + ], + [ + "32", + "9" + ], + [ + "3", + "29" + ], + [ + "▁demonstr", + "ou" + ], + [ + "▁demonst", + "rou" + ], + [ + "▁fos", + "ter" + ], + [ + "▁fo", + "ster" + ], + [ + "▁f", + "oster" + ], + [ + "▁TE", + "XT" + ], + [ + "▁T", + "EXT" + ], + [ + "▁", + "TEXT" + ], + [ + "SE", + "C" + ], + [ + "S", + "EC" + ], + [ + "▁RE", + "AD" + ], + [ + "▁", + "READ" + ], + [ + "▁cou", + "gh" + ], + [ + "▁co", + "ugh" + ], + [ + "▁c", + "ough" + ], + [ + "▁dieta", + "s" + ], + [ + "▁diet", + "as" + ], + [ + "▁die", + "tas" + ], + [ + "▁di", + "etas" + ], + [ + "▁reflect", + "s" + ], + [ + "hoo", + "k" + ], + [ + "ho", + "ok" + ], + [ + "h", + "ook" + ], + [ + "▁wel", + "fare" + ], + [ + "▁w", + "elfare" + ], + [ + "▁(2", + "9" + ], + [ + "▁(", + "29" + ], + [ + "▁march", + "a" + ], + [ + "▁marc", + "ha" + ], + [ + "▁mar", + "cha" + ], + [ + "Ident", + "ity" + ], + [ + "Id", + "entity" + ], + [ + "▁rein", + "ado" + ], + [ + "▁re", + "inado" + ], + [ + "▁escrit", + "ório" + ], + [ + "62", + "," + ], + [ + "6", + "2," + ], + [ + "▁aux", + "il" + ], + [ + "_2", + "," + ], + [ + "_", + "2," + ], + [ + "▁What", + "s" + ], + [ + "▁Wh", + "ats" + ], + [ + "g", + "y" + ], + [ + "Arc", + "h" + ], + [ + "Ar", + "ch" + ], + [ + "▁Bl", + "o" + ], + [ + "▁B", + "lo" + ], + [ + "▁Inf", + "o" + ], + [ + "▁In", + "fo" + ], + [ + "▁", + "Info" + ], + [ + "▁arrange", + "ment" + ], + [ + "▁arrang", + "ement" + ], + [ + "LO", + "AT" + ], + [ + "▁conhece", + "u" + ], + [ + "▁conhec", + "eu" + ], + [ + "▁conhe", + "ceu" + ], + [ + "ure", + "r" + ], + [ + "ur", + "er" + ], + [ + "u", + "rer" + ], + [ + "State", + "s" + ], + [ + "Stat", + "es" + ], + [ + "St", + "ates" + ], + [ + "▁interrom", + "p" + ], + [ + "▁ont", + "em" + ], + [ + "▁on", + "tem" + ], + [ + "Mac", + "hine" + ], + [ + "M", + "achine" + ], + [ + "▁Trata", + "do" + ], + [ + "▁Trat", + "ado" + ], + [ + "▁Tr", + "atado" + ], + [ + "16", + "5" + ], + [ + "1", + "65" + ], + [ + "▁reper", + "t" + ], + [ + "▁repe", + "rt" + ], + [ + "▁rep", + "ert" + ], + [ + "▁re", + "pert" + ], + [ + "ulga", + "ção" + ], + [ + "ulg", + "ação" + ], + [ + "▁da", + "iry" + ], + [ + "▁d", + "airy" + ], + [ + "▁cem", + "ent" + ], + [ + "▁ce", + "ment" + ], + [ + "▁c", + "ement" + ], + [ + "▁", + "cement" + ], + [ + "▁que", + "ijo" + ], + [ + "iz", + "z" + ], + [ + "i", + "zz" + ], + [ + "▁re", + "a" + ], + [ + "▁r", + "ea" + ], + [ + "▁", + "rea" + ], + [ + "66", + "," + ], + [ + "6", + "6," + ], + [ + "▁apar", + "ente" + ], + [ + "▁Perform", + "ance" + ], + [ + "▁Per", + "formance" + ], + [ + "▁development", + "s" + ], + [ + "▁develop", + "ments" + ], + [ + "▁Virg", + "em" + ], + [ + "▁Vir", + "gem" + ], + [ + "▁0.0", + "," + ], + [ + "▁0.", + "0," + ], + [ + "▁", + "0.0," + ], + [ + "▁Dr", + "ug" + ], + [ + "ento", + "r" + ], + [ + "ent", + "or" + ], + [ + "en", + "tor" + ], + [ + "▁sche", + "d" + ], + [ + "▁sch", + "ed" + ], + [ + "▁sc", + "hed" + ], + [ + "▁s", + "ched" + ], + [ + "▁Jan", + "e" + ], + [ + "▁Ja", + "ne" + ], + [ + "▁J", + "ane" + ], + [ + "▁attempt", + "ed" + ], + [ + "▁primeira", + "mente" + ], + [ + "▁prime", + "iramente" + ], + [ + "ch", + "r" + ], + [ + "c", + "hr" + ], + [ + "ther", + "e" + ], + [ + "the", + "re" + ], + [ + "th", + "ere" + ], + [ + "t", + "here" + ], + [ + "▁form", + "ou" + ], + [ + "▁IMP", + "ORT" + ], + [ + "▁IM", + "PORT" + ], + [ + "W", + "M" + ], + [ + "▁protet", + "or" + ], + [ + "▁prote", + "tor" + ], + [ + "▁prot", + "etor" + ], + [ + "▁acqu", + "ire" + ], + [ + "▁ac", + "quire" + ], + [ + "ph", + "y" + ], + [ + "p", + "hy" + ], + [ + "▁S", + "L" + ], + [ + "▁", + "SL" + ], + [ + "operat", + "ion" + ], + [ + "oper", + "ation" + ], + [ + "ope", + "ration" + ], + [ + "▁Nutri", + "tion" + ], + [ + "▁Nut", + "rition" + ], + [ + "▁contempor", + "âneo" + ], + [ + "▁embr", + "i" + ], + [ + "▁emb", + "ri" + ], + [ + "▁esco", + "r" + ], + [ + "▁esc", + "or" + ], + [ + "▁es", + "cor" + ], + [ + "▁Phil", + "adelphia" + ], + [ + "▁provis", + "ion" + ], + [ + "▁prov", + "ision" + ], + [ + "▁pro", + "vision" + ], + [ + "an", + "ás" + ], + [ + "▁cardí", + "aco" + ], + [ + "▁card", + "íaco" + ], + [ + "▁perigos", + "o" + ], + [ + "▁perigo", + "so" + ], + [ + "▁perig", + "oso" + ], + [ + "▁ear", + "s" + ], + [ + "▁ea", + "rs" + ], + [ + "▁e", + "ars" + ], + [ + "▁", + "ears" + ], + [ + "▁#####", + "#" + ], + [ + "▁####", + "##" + ], + [ + "▁###", + "###" + ], + [ + "▁##", + "####" + ], + [ + "▁biod", + "iversity" + ], + [ + "13", + "7" + ], + [ + "1", + "37" + ], + [ + "▁U", + "C" + ], + [ + "▁", + "UC" + ], + [ + "▁funciona", + "is" + ], + [ + "▁funcion", + "ais" + ], + [ + "▁func", + "ionais" + ], + [ + "▁fun", + "cionais" + ], + [ + "▁document", + "ed" + ], + [ + "▁fidel", + "idade" + ], + [ + "▁acha", + "m" + ], + [ + "▁ach", + "am" + ], + [ + "▁ac", + "ham" + ], + [ + "▁a", + "cham" + ], + [ + "timo", + "s" + ], + [ + "tim", + "os" + ], + [ + "ti", + "mos" + ], + [ + "t", + "imos" + ], + [ + "▁Al", + "b" + ], + [ + "▁A", + "lb" + ], + [ + "▁cont", + "ando" + ], + [ + "▁perfe", + "ição" + ], + [ + "▁resist", + "ant" + ], + [ + "▁", + "resistant" + ], + [ + "▁Orient", + "al" + ], + [ + "▁Ori", + "ental" + ], + [ + "▁Or", + "iental" + ], + [ + "▁euro", + "s" + ], + [ + "▁eu", + "ros" + ], + [ + "▁e", + "uros" + ], + [ + "▁Vel", + "ho" + ], + [ + "▁V", + "elho" + ], + [ + "tu", + "ple" + ], + [ + "t", + "uple" + ], + [ + "▁múlti", + "plos" + ], + [ + "▁retorna", + "r" + ], + [ + "▁retorn", + "ar" + ], + [ + "▁rote", + "iro" + ], + [ + "▁rot", + "eiro" + ], + [ + "▁ro", + "teiro" + ], + [ + "▁Mr", + "s" + ], + [ + "▁M", + "rs" + ], + [ + "▁Top", + "ic" + ], + [ + "▁To", + "pic" + ], + [ + "▁T", + "opic" + ], + [ + "▁", + "Topic" + ], + [ + "frame", + "s" + ], + [ + "fram", + "es" + ], + [ + "fra", + "mes" + ], + [ + "fr", + "ames" + ], + [ + "▁moment", + "s" + ], + [ + "▁mom", + "ents" + ], + [ + "▁mo", + "ments" + ], + [ + "▁m", + "b" + ], + [ + "▁", + "mb" + ], + [ + "▁occur", + "rence" + ], + [ + "que", + "t" + ], + [ + "qu", + "et" + ], + [ + "RO", + "UP" + ], + [ + "▁Wa", + "t" + ], + [ + "▁W", + "at" + ], + [ + "▁humild", + "ade" + ], + [ + "▁UF", + "R" + ], + [ + "▁U", + "FR" + ], + [ + "▁", + "UFR" + ], + [ + "л", + "о" + ], + [ + "▁man", + "us" + ], + [ + "▁m", + "anus" + ], + [ + "▁Vis", + "it" + ], + [ + "▁ir", + "rad" + ], + [ + "▁protocol", + "o" + ], + [ + "▁out", + "break" + ], + [ + "▁p", + "c" + ], + [ + "▁", + "pc" + ], + [ + "▁En", + "fer" + ], + [ + "▁stop", + "s" + ], + [ + "▁st", + "ops" + ], + [ + "BAS", + "E" + ], + [ + "BA", + "SE" + ], + [ + "B", + "ASE" + ], + [ + "ser", + "ial" + ], + [ + "se", + "rial" + ], + [ + "s", + "erial" + ], + [ + "▁decimal", + "s" + ], + [ + "▁dec", + "imals" + ], + [ + "▁run", + "time" + ], + [ + "▁r", + "untime" + ], + [ + "▁", + "runtime" + ], + [ + "▁re", + "abilitação" + ], + [ + "▁rock", + "et" + ], + [ + "▁roc", + "ket" + ], + [ + "▁r", + "ocket" + ], + [ + "▁ina", + "c" + ], + [ + "▁in", + "ac" + ], + [ + "▁product", + "ive" + ], + [ + "▁produ", + "ctive" + ], + [ + "▁pro", + "ductive" + ], + [ + "pa", + "g" + ], + [ + "p", + "ag" + ], + [ + "ín", + "sula" + ], + [ + "▁Intel", + "lig" + ], + [ + "▁Int", + "ellig" + ], + [ + "▁-2", + "." + ], + [ + "▁-", + "2." + ], + [ + "▁", + "-2." + ], + [ + "▁involve", + "ment" + ], + [ + "▁involv", + "ement" + ], + [ + "▁invol", + "vement" + ], + [ + "▁Encontr", + "o" + ], + [ + "▁Encont", + "ro" + ], + [ + "▁desempenha", + "m" + ], + [ + "▁desempenh", + "am" + ], + [ + "▁desempen", + "ham" + ], + [ + "▁desemp", + "enham" + ], + [ + "▁LI", + "B" + ], + [ + "▁L", + "IB" + ], + [ + "▁", + "LIB" + ], + [ + "ificado", + "r" + ], + [ + "ifica", + "dor" + ], + [ + "ific", + "ador" + ], + [ + "▁nesta", + "s" + ], + [ + "▁nest", + "as" + ], + [ + "▁n", + "estas" + ], + [ + "lo", + "v" + ], + [ + "l", + "ov" + ], + [ + "▁34", + "," + ], + [ + "▁3", + "4," + ], + [ + "▁", + "34," + ], + [ + "▁Isa", + "ac" + ], + [ + "17", + "5" + ], + [ + "1", + "75" + ], + [ + "99", + "." + ], + [ + "9", + "9." + ], + [ + "ogr", + "ap" + ], + [ + "og", + "rap" + ], + [ + "ord", + "a" + ], + [ + "or", + "da" + ], + [ + "▁Fe", + "itos" + ], + [ + "▁", + "Feitos" + ], + [ + "CIS", + "ION" + ], + [ + "▁rato", + "s" + ], + [ + "▁rat", + "os" + ], + [ + "▁ra", + "tos" + ], + [ + "▁r", + "atos" + ], + [ + "▁sei", + "o" + ], + [ + "▁se", + "io" + ], + [ + "erg", + "arten" + ], + [ + "▁desen", + "har" + ], + [ + "ship", + "s" + ], + [ + "sh", + "ips" + ], + [ + "s", + "hips" + ], + [ + "▁infin", + "it" + ], + [ + "▁inf", + "init" + ], + [ + "Bal", + "ance" + ], + [ + "▁ru", + "ído" + ], + [ + "▁r", + "uído" + ], + [ + "▁mode", + "s" + ], + [ + "▁mod", + "es" + ], + [ + "▁mo", + "des" + ], + [ + "▁m", + "odes" + ], + [ + "▁vers", + "o" + ], + [ + "▁ver", + "so" + ], + [ + "T", + "x" + ], + [ + "▁ch", + "a" + ], + [ + "▁c", + "ha" + ], + [ + "▁", + "cha" + ], + [ + "tecn", + "ologia" + ], + [ + "▁si", + "r" + ], + [ + "▁s", + "ir" + ], + [ + "▁col", + "aterais" + ], + [ + "LE", + "D" + ], + [ + "L", + "ED" + ], + [ + "▁caracteriza", + "do" + ], + [ + "▁caracter", + "izado" + ], + [ + "ouse", + "s" + ], + [ + "ous", + "es" + ], + [ + "ou", + "ses" + ], + [ + "o", + "uses" + ], + [ + "▁Faz", + "enda" + ], + [ + "Ev", + "al" + ], + [ + "E", + "val" + ], + [ + "de", + "b" + ], + [ + "d", + "eb" + ], + [ + "▁instal", + "ar" + ], + [ + "▁insta", + "lar" + ], + [ + "▁inst", + "alar" + ], + [ + "▁MAT", + "H" + ], + [ + "▁MA", + "TH" + ], + [ + "▁M", + "ATH" + ], + [ + "▁yog", + "a" + ], + [ + "▁y", + "oga" + ], + [ + "▁liga", + "r" + ], + [ + "▁lig", + "ar" + ], + [ + "▁li", + "gar" + ], + [ + "▁l", + "igar" + ], + [ + "ni", + "k" + ], + [ + "n", + "ik" + ], + [ + "▁embr", + "y" + ], + [ + "▁emb", + "ry" + ], + [ + "▁sist", + "er" + ], + [ + "▁si", + "ster" + ], + [ + "▁s", + "ister" + ], + [ + "▁Sud", + "este" + ], + [ + "▁Ve", + "get" + ], + [ + "coef", + "f" + ], + [ + "co", + "eff" + ], + [ + "ort", + "a" + ], + [ + "or", + "ta" + ], + [ + "des", + "en" + ], + [ + "de", + "sen" + ], + [ + "▁Ira", + "q" + ], + [ + "▁Ir", + "aq" + ], + [ + "▁ador", + "ação" + ], + [ + "▁ado", + "ração" + ], + [ + "▁ad", + "oração" + ], + [ + "▁flex", + "ibility" + ], + [ + "char", + "g" + ], + [ + "cha", + "rg" + ], + [ + "ch", + "arg" + ], + [ + "term", + "in" + ], + [ + "ter", + "min" + ], + [ + "▁avent", + "ura" + ], + [ + "▁a", + "ventura" + ], + [ + "▁Jeff", + "erson" + ], + [ + "▁mar", + "x" + ], + [ + "▁ma", + "rx" + ], + [ + "▁esfera", + "s" + ], + [ + "▁esf", + "eras" + ], + [ + "▁es", + "feras" + ], + [ + "met", + "er" + ], + [ + "me", + "ter" + ], + [ + "m", + "eter" + ], + [ + "▁estat", + "e" + ], + [ + "▁esta", + "te" + ], + [ + "▁est", + "ate" + ], + [ + "▁e", + "state" + ], + [ + "▁Fil", + "ip" + ], + [ + "▁Fi", + "lip" + ], + [ + "▁repent", + "e" + ], + [ + "▁rep", + "ente" + ], + [ + "▁H", + "H" + ], + [ + "▁", + "HH" + ], + [ + "▁ac", + "al" + ], + [ + "▁a", + "cal" + ], + [ + "▁modifica", + "r" + ], + [ + "▁mod", + "ificar" + ], + [ + "alle", + "d" + ], + [ + "all", + "ed" + ], + [ + "al", + "led" + ], + [ + "▁marco", + "u" + ], + [ + "▁marc", + "ou" + ], + [ + "▁mar", + "cou" + ], + [ + "▁irre", + "vers" + ], + [ + ":", + "[" + ], + [ + "▁probabil", + "ities" + ], + [ + "▁prob", + "abilities" + ], + [ + "QU", + "I" + ], + [ + "Q", + "UI" + ], + [ + "▁od", + "or" + ], + [ + "▁o", + "dor" + ], + [ + "▁crac", + "k" + ], + [ + "▁cra", + "ck" + ], + [ + "▁cr", + "ack" + ], + [ + "▁c", + "rack" + ], + [ + "▁compil", + "e" + ], + [ + "▁comp", + "ile" + ], + [ + "▁", + "compile" + ], + [ + "}", + "=" + ], + [ + "pe", + "c" + ], + [ + "p", + "ec" + ], + [ + "cre", + "ver" + ], + [ + "cr", + "ever" + ], + [ + "c", + "rever" + ], + [ + "▁economia", + "s" + ], + [ + "▁econom", + "ias" + ], + [ + "▁assin", + "atura" + ], + [ + "▁formula", + "ção" + ], + [ + "▁formul", + "ação" + ], + [ + "▁form", + "ulação" + ], + [ + "ros", + "s" + ], + [ + "ro", + "ss" + ], + [ + "r", + "oss" + ], + [ + "▁acom", + "od" + ], + [ + "▁consulta", + "s" + ], + [ + "▁consult", + "as" + ], + [ + "▁bur", + "den" + ], + [ + "▁investidor", + "es" + ], + [ + "▁investido", + "res" + ], + [ + "▁invest", + "idores" + ], + [ + "arg", + "ument" + ], + [ + "00000", + "," + ], + [ + "0000", + "0," + ], + [ + "000", + "00," + ], + [ + "00", + "000," + ], + [ + "0", + "0000," + ], + [ + "▁qualit", + "ies" + ], + [ + "▁qual", + "ities" + ], + [ + "▁amig", + "a" + ], + [ + "▁am", + "iga" + ], + [ + "41", + "," + ], + [ + "4", + "1," + ], + [ + "▁her", + "s" + ], + [ + "▁he", + "rs" + ], + [ + "▁h", + "ers" + ], + [ + "▁syn", + "chron" + ], + [ + "▁venc", + "e" + ], + [ + "▁ven", + "ce" + ], + [ + "▁v", + "ence" + ], + [ + "BA", + "R" + ], + [ + "B", + "AR" + ], + [ + "▁she", + "ep" + ], + [ + "▁Modern", + "a" + ], + [ + "▁Mod", + "erna" + ], + [ + "▁capita", + "is" + ], + [ + "▁capit", + "ais" + ], + [ + "▁cap", + "itais" + ], + [ + "▁Vis", + "ta" + ], + [ + "▁Vi", + "sta" + ], + [ + "▁V", + "ista" + ], + [ + "▁exp", + "end" + ], + [ + "▁ex", + "pend" + ], + [ + "▁favore", + "ce" + ], + [ + "▁favor", + "ece" + ], + [ + "▁cou", + "p" + ], + [ + "▁co", + "up" + ], + [ + "▁c", + "oup" + ], + [ + "▁", + "coup" + ], + [ + "gon", + "ha" + ], + [ + "g", + "onha" + ], + [ + "▁photograph", + "s" + ], + [ + "▁Event", + "s" + ], + [ + "▁Even", + "ts" + ], + [ + "▁Ev", + "ents" + ], + [ + "▁", + "Events" + ], + [ + "▁definida", + "s" + ], + [ + "▁defin", + "idas" + ], + [ + "▁attract", + "ive" + ], + [ + "▁attr", + "active" + ], + [ + "▁lucro", + "s" + ], + [ + "▁lucr", + "os" + ], + [ + "▁luc", + "ros" + ], + [ + "▁r", + "c" + ], + [ + "▁", + "rc" + ], + [ + "inta", + "s" + ], + [ + "int", + "as" + ], + [ + "in", + "tas" + ], + [ + "▁contribut", + "ing" + ], + [ + "▁contribu", + "ting" + ], + [ + "you", + "tube" + ], + [ + "y", + "outube" + ], + [ + "▁Pers", + "pect" + ], + [ + "▁Per", + "spect" + ], + [ + "hei", + "t" + ], + [ + "he", + "it" + ], + [ + "▁tóp", + "ico" + ], + [ + "▁t", + "ópico" + ], + [ + "▁aggreg", + "ate" + ], + [ + "▁ag", + "gregate" + ], + [ + "▁LI", + "N" + ], + [ + "▁L", + "IN" + ], + [ + "▁", + "LIN" + ], + [ + "▁portion", + "s" + ], + [ + "▁port", + "ions" + ], + [ + "▁dimension", + "al" + ], + [ + "▁dimens", + "ional" + ], + [ + "▁dim", + "ensional" + ], + [ + "▁d", + "imensional" + ], + [ + "▁", + "dimensional" + ], + [ + "cado", + "s" + ], + [ + "cad", + "os" + ], + [ + "ca", + "dos" + ], + [ + "c", + "ados" + ], + [ + "▁Du", + "as" + ], + [ + "▁D", + "uas" + ], + [ + "▁turb", + "ul" + ], + [ + "▁tur", + "bul" + ], + [ + "▁Du", + "b" + ], + [ + "▁D", + "ub" + ], + [ + "▁lâmpada", + "s" + ], + [ + "▁lâmp", + "adas" + ], + [ + "▁E", + "F" + ], + [ + "▁", + "EF" + ], + [ + "▁H", + "D" + ], + [ + "▁", + "HD" + ], + [ + "▁Bio", + "d" + ], + [ + "▁Bi", + "od" + ], + [ + "▁B", + "iod" + ], + [ + "▁Camp", + "us" + ], + [ + "▁Cam", + "pus" + ], + [ + "▁C", + "ampus" + ], + [ + "▁Gul", + "f" + ], + [ + "▁Gu", + "lf" + ], + [ + "▁G", + "ulf" + ], + [ + "▁rad", + "ar" + ], + [ + "▁ra", + "dar" + ], + [ + "▁r", + "adar" + ], + [ + "▁ded", + "o" + ], + [ + "▁de", + "do" + ], + [ + "▁d", + "edo" + ], + [ + "▁Graça", + "s" + ], + [ + "▁Gra", + "ças" + ], + [ + "▁H", + "z" + ], + [ + "▁", + "Hz" + ], + [ + "ize", + "m" + ], + [ + "iz", + "em" + ], + [ + "▁Mano", + "el" + ], + [ + "tima", + "s" + ], + [ + "tim", + "as" + ], + [ + "ti", + "mas" + ], + [ + "t", + "imas" + ], + [ + "19", + "8" + ], + [ + "1", + "98" + ], + [ + "▁?", + ">" + ], + [ + "▁", + "?>" + ], + [ + "▁compos", + "itor" + ], + [ + "▁com", + "positor" + ], + [ + "bola", + "s" + ], + [ + "bol", + "as" + ], + [ + "bo", + "las" + ], + [ + "b", + "olas" + ], + [ + "▁Problem", + "as" + ], + [ + "▁Proble", + "mas" + ], + [ + "▁fore", + "ver" + ], + [ + "▁for", + "ever" + ], + [ + "▁fo", + "rever" + ], + [ + "▁Lt", + "d" + ], + [ + "▁L", + "td" + ], + [ + "ist", + "ério" + ], + [ + "Can", + "cel" + ], + [ + "C", + "ancel" + ], + [ + "▁flut", + "u" + ], + [ + "▁flu", + "tu" + ], + [ + "EL", + "A" + ], + [ + "E", + "LA" + ], + [ + "▁1997", + "." + ], + [ + "▁199", + "7." + ], + [ + "▁uniform", + "e" + ], + [ + "▁un", + "iforme" + ], + [ + "▁35", + "," + ], + [ + "▁3", + "5," + ], + [ + "▁", + "35," + ], + [ + "▁integra", + "te" + ], + [ + "▁integr", + "ate" + ], + [ + "▁integ", + "rate" + ], + [ + "▁corpor", + "ate" + ], + [ + "▁corpo", + "rate" + ], + [ + "▁sens", + "ações" + ], + [ + "kel", + "ey" + ], + [ + "ke", + "ley" + ], + [ + "▁advance", + "s" + ], + [ + "▁adv", + "ances" + ], + [ + "enger", + "s" + ], + [ + "enge", + "rs" + ], + [ + "eng", + "ers" + ], + [ + "en", + "gers" + ], + [ + "scara", + "s" + ], + [ + "scar", + "as" + ], + [ + "sc", + "aras" + ], + [ + "▁earn", + "ed" + ], + [ + "▁ear", + "ned" + ], + [ + "▁descart", + "e" + ], + [ + "▁descar", + "te" + ], + [ + "▁desc", + "arte" + ], + [ + "88", + "8" + ], + [ + "8", + "88" + ], + [ + "stri", + "de" + ], + [ + "str", + "ide" + ], + [ + "st", + "ride" + ], + [ + "▁rupt", + "ura" + ], + [ + "▁computation", + "al" + ], + [ + "▁comput", + "ational" + ], + [ + "▁Zo", + "na" + ], + [ + "▁Z", + "ona" + ], + [ + "██", + "██" + ], + [ + "▁ce", + "b" + ], + [ + "▁c", + "eb" + ], + [ + "▁", + "ceb" + ], + [ + "▁Kon", + "g" + ], + [ + "▁Ko", + "ng" + ], + [ + "▁K", + "ong" + ], + [ + "▁ferida", + "s" + ], + [ + "▁fer", + "idas" + ], + [ + "▁questiona", + "r" + ], + [ + "▁question", + "ar" + ], + [ + "▁quest", + "ionar" + ], + [ + "3,4", + "," + ], + [ + "3,", + "4," + ], + [ + "▁Cri", + "ação" + ], + [ + "▁Cr", + "iação" + ], + [ + "▁C", + "riação" + ], + [ + "▁integr", + "ity" + ], + [ + "▁perce", + "pt" + ], + [ + "▁per", + "cept" + ], + [ + "▁evolution", + "ary" + ], + [ + "▁Assum", + "e" + ], + [ + "▁Ass", + "ume" + ], + [ + "▁urg", + "ência" + ], + [ + "▁invent", + "ed" + ], + [ + "▁inv", + "ented" + ], + [ + "▁exclus", + "iva" + ], + [ + "▁Ber", + "lim" + ], + [ + "64", + "7" + ], + [ + "6", + "47" + ], + [ + "▁re", + "pository" + ], + [ + "▁", + "repository" + ], + [ + "▁drive", + "s" + ], + [ + "▁dr", + "ives" + ], + [ + "▁address", + "ing" + ], + [ + "▁Assist", + "ência" + ], + [ + "▁Ass", + "istência" + ], + [ + "▁percebem", + "os" + ], + [ + "▁percebe", + "mos" + ], + [ + "▁perceb", + "emos" + ], + [ + "▁incorpor", + "ate" + ], + [ + "▁moeda", + "s" + ], + [ + "▁mo", + "edas" + ], + [ + "▁segu", + "iu" + ], + [ + ".\")", + ";" + ], + [ + ".\"", + ");" + ], + [ + ".", + "\");" + ], + [ + "oces", + "e" + ], + [ + "oc", + "ese" + ], + [ + "▁advers", + "e" + ], + [ + "▁adv", + "erse" + ], + [ + "▁ad", + "verse" + ], + [ + "▁rain", + "f" + ], + [ + "▁ra", + "inf" + ], + [ + "▁filha", + "s" + ], + [ + "▁filh", + "as" + ], + [ + "▁fil", + "has" + ], + [ + "▁f", + "ilhas" + ], + [ + "▁Canc", + "el" + ], + [ + "▁Can", + "cel" + ], + [ + "▁C", + "ancel" + ], + [ + "▁", + "Cancel" + ], + [ + "▁Sal", + "a" + ], + [ + "▁Sa", + "la" + ], + [ + "▁S", + "ala" + ], + [ + "▁Hu", + "r" + ], + [ + "▁H", + "ur" + ], + [ + "drive", + "r" + ], + [ + "dr", + "iver" + ], + [ + "▁parque", + "s" + ], + [ + "▁par", + "ques" + ], + [ + "▁Eu", + "g" + ], + [ + "▁E", + "ug" + ], + [ + "Dec", + "l" + ], + [ + "De", + "cl" + ], + [ + "D", + "ecl" + ], + [ + "us", + "ões" + ], + [ + "Hist", + "ory" + ], + [ + "Hi", + "story" + ], + [ + "▁jo", + "y" + ], + [ + "▁j", + "oy" + ], + [ + "▁", + "joy" + ], + [ + "▁possibilita", + "r" + ], + [ + "▁possibil", + "itar" + ], + [ + "▁developer", + "s" + ], + [ + "▁develop", + "ers" + ], + [ + "▁Sp", + "irit" + ], + [ + "▁Mount", + "ain" + ], + [ + "▁M", + "ountain" + ], + [ + "▁K", + "h" + ], + [ + "▁praia", + "s" + ], + [ + "▁pra", + "ias" + ], + [ + "ab", + "y" + ], + [ + "a", + "by" + ], + [ + "Stat", + "ic" + ], + [ + "St", + "atic" + ], + [ + "▁pen", + "t" + ], + [ + "▁pe", + "nt" + ], + [ + "▁p", + "ent" + ], + [ + "▁pesado", + "s" + ], + [ + "▁pes", + "ados" + ], + [ + "▁Topic", + "s" + ], + [ + "▁Top", + "ics" + ], + [ + "▁estend", + "e" + ], + [ + "▁est", + "ende" + ], + [ + "culos", + "e" + ], + [ + "culo", + "se" + ], + [ + "cul", + "ose" + ], + [ + "c", + "ulose" + ], + [ + "▁C", + "âncer" + ], + [ + "▁cotid", + "iana" + ], + [ + "cre", + "as" + ], + [ + "cr", + "eas" + ], + [ + "c", + "reas" + ], + [ + "▁Y", + "ellow" + ], + [ + "070", + "7" + ], + [ + "07", + "07" + ], + [ + "0", + "707" + ], + [ + "operat", + "or" + ], + [ + "oper", + "ator" + ], + [ + "op", + "erator" + ], + [ + "▁virtude", + "s" + ], + [ + "▁virt", + "udes" + ], + [ + "▁tecnológica", + "s" + ], + [ + "▁tecn", + "ológicas" + ], + [ + "▁ó", + "culos" + ], + [ + "▁S", + "leep" + ], + [ + "▁Na", + "r" + ], + [ + "▁N", + "ar" + ], + [ + "▁aproxim", + "a" + ], + [ + "▁apro", + "xima" + ], + [ + "($", + "{" + ], + [ + "(", + "${" + ], + [ + "ver", + "m" + ], + [ + "ve", + "rm" + ], + [ + ")*", + "(" + ], + [ + ")", + "*(" + ], + [ + "ui", + "s" + ], + [ + "u", + "is" + ], + [ + "▁fábrica", + "s" + ], + [ + "▁fábr", + "icas" + ], + [ + "wh", + "e" + ], + [ + "w", + "he" + ], + [ + "▁K", + "y" + ], + [ + "▁app", + "l" + ], + [ + "▁ap", + "pl" + ], + [ + "▁dit", + "a" + ], + [ + "▁di", + "ta" + ], + [ + "▁d", + "ita" + ], + [ + "▁", + "dita" + ], + [ + "▁n", + "b" + ], + [ + "▁", + "nb" + ], + [ + "▁Va", + "c" + ], + [ + "▁V", + "ac" + ], + [ + "▁fraque", + "za" + ], + [ + "olog", + "ic" + ], + [ + "o", + "logic" + ], + [ + "if", + "ndef" + ], + [ + "▁hospital", + "s" + ], + [ + "ADD", + "R" + ], + [ + "AD", + "DR" + ], + [ + "▁pô", + "de" + ], + [ + "▁Tri", + "g" + ], + [ + "▁Tr", + "ig" + ], + [ + "▁T", + "rig" + ], + [ + "▁neighbor", + "s" + ], + [ + "▁neighb", + "ors" + ], + [ + "▁neigh", + "bors" + ], + [ + "22", + "5" + ], + [ + "2", + "25" + ], + [ + "ass", + "ine" + ], + [ + "▁", + "ال" + ], + [ + "▁Qu", + "ick" + ], + [ + "▁", + "Quick" + ], + [ + "▁identificado", + "s" + ], + [ + "▁identifica", + "dos" + ], + [ + "▁identific", + "ados" + ], + [ + "▁ident", + "ificados" + ], + [ + "▁1996", + "," + ], + [ + "▁199", + "6," + ], + [ + "▁19", + "96," + ], + [ + "dar", + "k" + ], + [ + "da", + "rk" + ], + [ + "d", + "ark" + ], + [ + "▁Ms", + "g" + ], + [ + "▁M", + "sg" + ], + [ + "▁", + "Msg" + ], + [ + "▁text", + "ual" + ], + [ + "▁tex", + "tual" + ], + [ + "▁social", + "ização" + ], + [ + "Re", + "place" + ], + [ + "30", + "6" + ], + [ + "3", + "06" + ], + [ + "ct", + "er" + ], + [ + "c", + "ter" + ], + [ + "j", + "á" + ], + [ + "form", + "s" + ], + [ + "for", + "ms" + ], + [ + "f", + "orms" + ], + [ + "no", + "m" + ], + [ + "n", + "om" + ], + [ + "show", + "Modal" + ], + [ + "▁fique", + "i" + ], + [ + "▁revis", + "ion" + ], + [ + "▁rev", + "ision" + ], + [ + "▁re", + "vision" + ], + [ + "obs", + "erv" + ], + [ + "ob", + "serv" + ], + [ + "Ç", + "O" + ], + [ + "▁[", + "(" + ], + [ + "▁", + "[(" + ], + [ + "▁sc", + "ar" + ], + [ + "▁s", + "car" + ], + [ + "▁", + "scar" + ], + [ + "▁t", + "n" + ], + [ + "▁", + "tn" + ], + [ + "mb", + "ia" + ], + [ + "m", + "bia" + ], + [ + "▁construída", + "s" + ], + [ + "▁constru", + "ídas" + ], + [ + "into", + "n" + ], + [ + "int", + "on" + ], + [ + "in", + "ton" + ], + [ + "▁bat", + "ismo" + ], + [ + "▁b", + "atismo" + ], + [ + "mi", + "a" + ], + [ + "m", + "ia" + ], + [ + "uou", + "s" + ], + [ + "uo", + "us" + ], + [ + "u", + "ous" + ], + [ + "▁soph", + "istic" + ], + [ + "▁ocorr", + "endo" + ], + [ + "▁preval", + "ência" + ], + [ + "DE", + "X" + ], + [ + "D", + "EX" + ], + [ + "asse", + "s" + ], + [ + "ass", + "es" + ], + [ + "as", + "ses" + ], + [ + "▁toma", + "te" + ], + [ + "▁tom", + "ate" + ], + [ + "▁to", + "mate" + ], + [ + "▁spo", + "ke" + ], + [ + "▁sp", + "oke" + ], + [ + "fill", + "ed" + ], + [ + "fil", + "led" + ], + [ + "f", + "illed" + ], + [ + "▁prim", + "ário" + ], + [ + "--", + ">" + ], + [ + "-", + "->" + ], + [ + "▁comenta", + "r" + ], + [ + "▁coment", + "ar" + ], + [ + "▁com", + "entar" + ], + [ + "ere", + "d" + ], + [ + "er", + "ed" + ], + [ + "e", + "red" + ], + [ + "14", + "0" + ], + [ + "1", + "40" + ], + [ + "ten", + "imento" + ], + [ + "it", + "á" + ], + [ + "▁invent", + "ion" + ], + [ + "▁inv", + "ention" + ], + [ + "▁in", + "vention" + ], + [ + "▁pract", + "ition" + ], + [ + "▁usam", + "os" + ], + [ + "▁usa", + "mos" + ], + [ + "▁us", + "amos" + ], + [ + "▁Never", + "theless" + ], + [ + "x", + "p" + ], + [ + "ham", + "mad" + ], + [ + "unt", + "u" + ], + [ + "un", + "tu" + ], + [ + "gen", + "e" + ], + [ + "ge", + "ne" + ], + [ + "g", + "ene" + ], + [ + "▁chama", + "m" + ], + [ + "▁cham", + "am" + ], + [ + "▁he", + "p" + ], + [ + "▁h", + "ep" + ], + [ + "▁explos", + "ão" + ], + [ + "▁explo", + "são" + ], + [ + "▁pac", + "e" + ], + [ + "▁pa", + "ce" + ], + [ + "▁p", + "ace" + ], + [ + "▁", + "pace" + ], + [ + "maker", + "s" + ], + [ + "make", + "rs" + ], + [ + "ma", + "kers" + ], + [ + "m", + "akers" + ], + [ + "inco", + "me" + ], + [ + "inc", + "ome" + ], + [ + "in", + "come" + ], + [ + "▁Paragu", + "ai" + ], + [ + "▁B", + "EGIN" + ], + [ + "▁ileg", + "al" + ], + [ + "▁i", + "legal" + ], + [ + "Mat", + "erial" + ], + [ + "M", + "aterial" + ], + [ + "▁média", + "s" + ], + [ + "▁méd", + "ias" + ], + [ + "▁m", + "édias" + ], + [ + "▁Art", + "ificial" + ], + [ + "ag", + "le" + ], + [ + "a", + "gle" + ], + [ + "don", + "e" + ], + [ + "do", + "ne" + ], + [ + "d", + "one" + ], + [ + "▁hy", + "g" + ], + [ + "▁h", + "yg" + ], + [ + "▁ultra", + "vio" + ], + [ + "▁ult", + "ravio" + ], + [ + "▁ba", + "mb" + ], + [ + "▁b", + "amb" + ], + [ + "▁under", + "ta" + ], + [ + "▁und", + "erta" + ], + [ + "du", + "p" + ], + [ + "d", + "up" + ], + [ + "▁regime", + "s" + ], + [ + "▁reg", + "imes" + ], + [ + "30", + "8" + ], + [ + "3", + "08" + ], + [ + "▁desp", + "ort" + ], + [ + "▁des", + "port" + ], + [ + "Valid", + "ate" + ], + [ + "Val", + "idate" + ], + [ + "▁Sa", + "y" + ], + [ + "▁S", + "ay" + ], + [ + "Det", + "ail" + ], + [ + "De", + "tail" + ], + [ + "D", + "etail" + ], + [ + "▁ang", + "er" + ], + [ + "▁an", + "ger" + ], + [ + "▁a", + "nger" + ], + [ + "▁", + "anger" + ], + [ + "▁abandon", + "ar" + ], + [ + "▁influencia", + "m" + ], + [ + "▁influenci", + "am" + ], + [ + "▁influ", + "enciam" + ], + [ + "sd", + "k" + ], + [ + "s", + "dk" + ], + [ + "▁limp", + "o" + ], + [ + "▁lim", + "po" + ], + [ + "▁Bar", + "cel" + ], + [ + "ous", + "t" + ], + [ + "ou", + "st" + ], + [ + "o", + "ust" + ], + [ + "▁assignment", + "s" + ], + [ + "▁assign", + "ments" + ], + [ + "com", + "a" + ], + [ + "co", + "ma" + ], + [ + "c", + "oma" + ], + [ + "▁serv", + "o" + ], + [ + "▁ser", + "vo" + ], + [ + "▁s", + "ervo" + ], + [ + "▁Conce", + "nt" + ], + [ + "▁Conc", + "ent" + ], + [ + "▁Con", + "cent" + ], + [ + "ET", + "A" + ], + [ + "E", + "TA" + ], + [ + "▁judg", + "ment" + ], + [ + "▁jud", + "gment" + ], + [ + "▁Hen", + "ri" + ], + [ + "▁creat", + "ivity" + ], + [ + "▁cre", + "ativity" + ], + [ + "▁ev", + "ac" + ], + [ + "▁e", + "vac" + ], + [ + "cit", + "y" + ], + [ + "ci", + "ty" + ], + [ + "c", + "ity" + ], + [ + "▁DR", + "OP" + ], + [ + "▁D", + "ROP" + ], + [ + "▁Her", + "itage" + ], + [ + "▁cell", + "ular" + ], + [ + "▁c", + "ellular" + ], + [ + "▁mora", + "dia" + ], + [ + "▁mor", + "adia" + ], + [ + "▁Reference", + "s" + ], + [ + "▁Refer", + "ences" + ], + [ + "▁Re", + "ferences" + ], + [ + "case", + "s" + ], + [ + "cas", + "es" + ], + [ + "ca", + "ses" + ], + [ + "c", + "ases" + ], + [ + "55", + "5" + ], + [ + "5", + "55" + ], + [ + "▁bear", + "s" + ], + [ + "▁be", + "ars" + ], + [ + "▁b", + "ears" + ], + [ + "Br", + "e" + ], + [ + "B", + "re" + ], + [ + "jes", + "t" + ], + [ + "je", + "st" + ], + [ + "j", + "est" + ], + [ + "▁He", + "at" + ], + [ + "▁T", + "X" + ], + [ + "▁", + "TX" + ], + [ + "▁Fin", + "ancial" + ], + [ + "pri", + "v" + ], + [ + "pr", + "iv" + ], + [ + "En", + "able" + ], + [ + "que", + "m" + ], + [ + "qu", + "em" + ], + [ + "q", + "uem" + ], + [ + "ex", + "ternal" + ], + [ + "▁text", + "ura" + ], + [ + "▁Ren", + "as" + ], + [ + "▁Re", + "nas" + ], + [ + "▁R", + "enas" + ], + [ + "▁sn", + "s" + ], + [ + "▁s", + "ns" + ], + [ + "▁Time", + "r" + ], + [ + "▁Tim", + "er" + ], + [ + "▁Ti", + "mer" + ], + [ + "▁T", + "imer" + ], + [ + "▁", + "Timer" + ], + [ + "`", + ":" + ], + [ + "Low", + "er" + ], + [ + "Lo", + "wer" + ], + [ + "L", + "ower" + ], + [ + "ance", + "ment" + ], + [ + "anc", + "ement" + ], + [ + "an", + "cement" + ], + [ + "ma", + "y" + ], + [ + "m", + "ay" + ], + [ + "▁Al", + "ways" + ], + [ + "▁tempor", + "ada" + ], + [ + "▁tempo", + "rada" + ], + [ + "▁inter", + "lig" + ], + [ + "▁aceler", + "ação" + ], + [ + "▁acel", + "eração" + ], + [ + "▁incorpor", + "ar" + ], + [ + "▁B", + "B" + ], + [ + "▁", + "BB" + ], + [ + "▁Moçamb", + "ique" + ], + [ + "▁fertilizante", + "s" + ], + [ + "▁fertil", + "izantes" + ], + [ + "▁fug", + "a" + ], + [ + "▁fu", + "ga" + ], + [ + "▁f", + "uga" + ], + [ + "▁val", + "ve" + ], + [ + "▁an", + "a" + ], + [ + "▁a", + "na" + ], + [ + "▁", + "ana" + ], + [ + "inition", + "s" + ], + [ + "init", + "ions" + ], + [ + "in", + "itions" + ], + [ + "▁fabricante", + "s" + ], + [ + "▁fabric", + "antes" + ], + [ + "})", + ";" + ], + [ + "}", + ");" + ], + [ + "14", + "7" + ], + [ + "1", + "47" + ], + [ + "gra", + "y" + ], + [ + "gr", + "ay" + ], + [ + "g", + "ray" + ], + [ + "▁10", + "9" + ], + [ + "▁1", + "09" + ], + [ + "▁", + "109" + ], + [ + "▁m", + "óvel" + ], + [ + "attribute", + "s" + ], + [ + "att", + "ributes" + ], + [ + "▁Bo", + "s" + ], + [ + "▁B", + "os" + ], + [ + "apeut", + "ic" + ], + [ + "▁conce", + "pções" + ], + [ + "▁shel", + "ter" + ], + [ + "▁De", + "ix" + ], + [ + "▁pay", + "load" + ], + [ + "▁", + "payload" + ], + [ + "▁Inicial", + "mente" + ], + [ + "▁Inici", + "almente" + ], + [ + "!", + "\\" + ], + [ + "=\"", + "{{" + ], + [ + "function", + "s" + ], + [ + "fun", + "ctions" + ], + [ + "▁Inc", + "ent" + ], + [ + "▁In", + "cent" + ], + [ + "▁Miss", + "issippi" + ], + [ + "▁Ex", + "am" + ], + [ + "▁cord", + "a" + ], + [ + "▁cor", + "da" + ], + [ + "▁c", + "orda" + ], + [ + "itora", + "l" + ], + [ + "itor", + "al" + ], + [ + "ito", + "ral" + ], + [ + "it", + "oral" + ], + [ + "▁free", + "ly" + ], + [ + "▁fre", + "ely" + ], + [ + "▁encounter", + "ed" + ], + [ + "▁Pri", + "or" + ], + [ + "▁Pr", + "ior" + ], + [ + "▁dec", + "e" + ], + [ + "▁de", + "ce" + ], + [ + "▁d", + "ece" + ], + [ + "rio", + "us" + ], + [ + "ri", + "ous" + ], + [ + "r", + "ious" + ], + [ + "▁To", + "ur" + ], + [ + "▁T", + "our" + ], + [ + "▁Sym", + "ptoms" + ], + [ + "ías", + "e" + ], + [ + "ía", + "se" + ], + [ + "í", + "ase" + ], + [ + "▁dívida", + "s" + ], + [ + "▁dí", + "vidas" + ], + [ + "▁Hyp", + "er" + ], + [ + "▁Hy", + "per" + ], + [ + "▁ent", + "orno" + ], + [ + "▁produz", + "iu" + ], + [ + "vere", + "ign" + ], + [ + "2020", + "-" + ], + [ + "202", + "0-" + ], + [ + "10", + "]" + ], + [ + "1", + "0]" + ], + [ + "▁encontra", + "va" + ], + [ + "▁encontr", + "ava" + ], + [ + "▁encont", + "rava" + ], + [ + "▁ec", + "x" + ], + [ + "▁e", + "cx" + ], + [ + "▁", + "ecx" + ], + [ + "▁plac", + "ing" + ], + [ + "▁pl", + "acing" + ], + [ + "▁parcial", + "mente" + ], + [ + "▁par", + "cialmente" + ], + [ + "▁M", + "R" + ], + [ + "▁", + "MR" + ], + [ + "▁35", + "." + ], + [ + "▁3", + "5." + ], + [ + "▁", + "35." + ], + [ + "velop", + "e" + ], + [ + "vel", + "ope" + ], + [ + "é", + "e" + ], + [ + "Origin", + "al" + ], + [ + "Orig", + "inal" + ], + [ + "▁lan", + "g" + ], + [ + "▁la", + "ng" + ], + [ + "▁l", + "ang" + ], + [ + "▁", + "lang" + ], + [ + "▁Gar", + "cia" + ], + [ + "Lit", + "eral" + ], + [ + "▁prático", + "s" + ], + [ + "▁pr", + "áticos" + ], + [ + "▁prof", + "ound" + ], + [ + "▁pro", + "found" + ], + [ + "▁curios", + "o" + ], + [ + "▁cur", + "ioso" + ], + [ + "▁G", + "i" + ], + [ + "fa", + "il" + ], + [ + "f", + "ail" + ], + [ + "uca", + "s" + ], + [ + "uc", + "as" + ], + [ + "u", + "cas" + ], + [ + "▁IN", + "ST" + ], + [ + "▁", + "INST" + ], + [ + "▁nuv", + "em" + ], + [ + "▁nu", + "vem" + ], + [ + "▁land", + "ing" + ], + [ + "▁lan", + "ding" + ], + [ + "▁gas", + "olina" + ], + [ + "X", + "ferred" + ], + [ + "DA", + "T" + ], + [ + "D", + "AT" + ], + [ + "▁tab", + "el" + ], + [ + "▁ta", + "bel" + ], + [ + "▁t", + "abel" + ], + [ + "Or", + "d" + ], + [ + "O", + "rd" + ], + [ + "clos", + "ure" + ], + [ + "iment", + "e" + ], + [ + "imen", + "te" + ], + [ + "im", + "ente" + ], + [ + "i", + "mente" + ], + [ + "P", + "i" + ], + [ + "▁fund", + "ed" + ], + [ + "▁fun", + "ded" + ], + [ + "▁'", + "%" + ], + [ + "▁6", + "-" + ], + [ + "▁", + "6-" + ], + [ + "iva", + "is" + ], + [ + "iv", + "ais" + ], + [ + "▁pre", + "feitura" + ], + [ + "▁190", + "0" + ], + [ + "▁19", + "00" + ], + [ + "▁1", + "900" + ], + [ + "▁l", + "l" + ], + [ + "▁", + "ll" + ], + [ + "ag", + "i" + ], + [ + "a", + "gi" + ], + [ + "▁week", + "ly" + ], + [ + "▁utilize", + "d" + ], + [ + "▁utiliz", + "ed" + ], + [ + "▁util", + "ized" + ], + [ + "▁evid", + "ent" + ], + [ + "▁ev", + "ident" + ], + [ + "▁ár", + "abe" + ], + [ + "▁á", + "rabe" + ], + [ + "rea", + "ch" + ], + [ + "re", + "ach" + ], + [ + "r", + "each" + ], + [ + "PAR", + "T" + ], + [ + "PA", + "RT" + ], + [ + "P", + "ART" + ], + [ + "▁Dist", + "ribution" + ], + [ + "▁", + "Distribution" + ], + [ + "255", + "," + ], + [ + "25", + "5," + ], + [ + "2", + "55," + ], + [ + "▁Campan", + "ha" + ], + [ + "▁Camp", + "anha" + ], + [ + "▁bene", + "ath" + ], + [ + "▁be", + "neath" + ], + [ + "▁verd", + "uras" + ], + [ + "▁“", + "..." + ], + [ + "▁tw", + "elve" + ], + [ + "▁contrato", + "s" + ], + [ + "▁contrat", + "os" + ], + [ + "▁contra", + "tos" + ], + [ + "▁contr", + "atos" + ], + [ + "styles", + "heet" + ], + [ + "style", + "sheet" + ], + [ + "▁ge", + "ográfica" + ], + [ + "▁ver", + "ifica" + ], + [ + "▁scr", + "oll" + ], + [ + "▁sc", + "roll" + ], + [ + "▁", + "scroll" + ], + [ + "aga", + "n" + ], + [ + "ag", + "an" + ], + [ + "a", + "gan" + ], + [ + "▁he", + "bra" + ], + [ + "▁h", + "ebra" + ], + [ + "IT", + "S" + ], + [ + "I", + "TS" + ], + [ + "▁anti", + "m" + ], + [ + "▁ant", + "im" + ], + [ + "▁an", + "tim" + ], + [ + "▁happ", + "iness" + ], + [ + "(", + "8" + ], + [ + "izar", + "d" + ], + [ + "iza", + "rd" + ], + [ + "iz", + "ard" + ], + [ + "▁indig", + "n" + ], + [ + "▁ind", + "ign" + ], + [ + "▁celebra", + "te" + ], + [ + "▁celebr", + "ate" + ], + [ + "▁celeb", + "rate" + ], + [ + "▁cele", + "brate" + ], + [ + "▁transpar", + "ência" + ], + [ + "▁Reserv", + "e" + ], + [ + "▁Res", + "erve" + ], + [ + "▁Re", + "serve" + ], + [ + "▁rh", + "e" + ], + [ + "▁r", + "he" + ], + [ + "▁CO", + "UNT" + ], + [ + "▁", + "COUNT" + ], + [ + "▁Com", + "ponent" + ], + [ + "▁", + "Component" + ], + [ + "19", + "6" + ], + [ + "1", + "96" + ], + [ + "▁simples", + "t" + ], + [ + "▁simple", + "st" + ], + [ + "▁simpl", + "est" + ], + [ + "ni", + "o" + ], + [ + "n", + "io" + ], + [ + "▁Ag", + "u" + ], + [ + "▁A", + "gu" + ], + [ + "▁cigar", + "ro" + ], + [ + "▁cig", + "arro" + ], + [ + "▁obriga", + "tor" + ], + [ + "▁obrig", + "ator" + ], + [ + "V", + "ideo" + ], + [ + "▁marca", + "r" + ], + [ + "▁marc", + "ar" + ], + [ + "▁mar", + "car" + ], + [ + "▁prejudic", + "iais" + ], + [ + "▁prejud", + "iciais" + ], + [ + "▁indic", + "ando" + ], + [ + "▁ind", + "icando" + ], + [ + "▁illustrate", + "d" + ], + [ + "▁illustr", + "ated" + ], + [ + "ocol", + "s" + ], + [ + "oco", + "ls" + ], + [ + "oc", + "ols" + ], + [ + "o", + "cols" + ], + [ + "▁profeta", + "s" + ], + [ + "▁prof", + "etas" + ], + [ + "yl", + "on" + ], + [ + "y", + "lon" + ], + [ + "(:", + ")" + ], + [ + "(", + ":)" + ], + [ + "▁trat", + "ando" + ], + [ + "▁Rel", + "atório" + ], + [ + "▁filósofo", + "s" + ], + [ + "▁filóso", + "fos" + ], + [ + "opt", + "s" + ], + [ + "op", + "ts" + ], + [ + "o", + "pts" + ], + [ + "▁Pu", + "l" + ], + [ + "▁P", + "ul" + ], + [ + "cad", + "a" + ], + [ + "ca", + "da" + ], + [ + "c", + "ada" + ], + [ + "▁speak", + "er" + ], + [ + "▁spe", + "aker" + ], + [ + "▁strict", + "ly" + ], + [ + "brasil", + "e" + ], + [ + "bras", + "ile" + ], + [ + "b", + "rasile" + ], + [ + "▁card", + "i" + ], + [ + "▁car", + "di" + ], + [ + "▁ca", + "rdi" + ], + [ + "▁c", + "ardi" + ], + [ + "wi", + "ch" + ], + [ + "w", + "ich" + ], + [ + "Priv", + "ate" + ], + [ + "Pr", + "ivate" + ], + [ + "Ol", + "d" + ], + [ + "O", + "ld" + ], + [ + "end", + "endo" + ], + [ + "▁her", + "ói" + ], + [ + "▁freqüente", + "mente" + ], + [ + "▁freqü", + "entemente" + ], + [ + "ítim", + "o" + ], + [ + "ít", + "imo" + ], + [ + "í", + "timo" + ], + [ + "▁Carn", + "e" + ], + [ + "▁Car", + "ne" + ], + [ + "▁deseja", + "r" + ], + [ + "▁desej", + "ar" + ], + [ + "▁dese", + "jar" + ], + [ + "▁conviv", + "er" + ], + [ + "▁conv", + "iver" + ], + [ + "▁asse", + "m" + ], + [ + "▁ass", + "em" + ], + [ + "▁as", + "sem" + ], + [ + "▁", + "assem" + ], + [ + "▁can", + "ção" + ], + [ + "urn", + "a" + ], + [ + "ur", + "na" + ], + [ + "▁sal", + "iva" + ], + [ + "▁U", + "E" + ], + [ + "▁", + "UE" + ], + [ + "▁minut", + "o" + ], + [ + "▁min", + "uto" + ], + [ + "▁socio", + "econôm" + ], + [ + "to", + "wn" + ], + [ + "t", + "own" + ], + [ + "▁color", + "ed" + ], + [ + "▁colo", + "red" + ], + [ + "▁col", + "ored" + ], + [ + "▁", + "colored" + ], + [ + "[2]", + "," + ], + [ + "[2", + "]," + ], + [ + "[", + "2]," + ], + [ + "▁Intr", + "o" + ], + [ + "▁Int", + "ro" + ], + [ + "▁In", + "tro" + ], + [ + "01", + "7" + ], + [ + "0", + "17" + ], + [ + "▁Vo", + "u" + ], + [ + "▁V", + "ou" + ], + [ + "▁Fat", + "her" + ], + [ + "▁Fa", + "ther" + ], + [ + "▁F", + "ather" + ], + [ + "▁sang", + "r" + ], + [ + "▁san", + "gr" + ], + [ + "SD", + "L" + ], + [ + "S", + "DL" + ], + [ + "▁gasta", + "r" + ], + [ + "▁gast", + "ar" + ], + [ + "▁gas", + "tar" + ], + [ + "▁ga", + "star" + ], + [ + "▁text", + "book" + ], + [ + "▁ASS", + "ERT" + ], + [ + "▁AS", + "SERT" + ], + [ + "▁", + "ASSERT" + ], + [ + "iciente", + "mente" + ], + [ + "icient", + "emente" + ], + [ + "ici", + "entemente" + ], + [ + "▁relativ", + "o" + ], + [ + "▁relat", + "ivo" + ], + [ + "▁rel", + "ativo" + ], + [ + "message", + "s" + ], + [ + "m", + "essages" + ], + [ + "▁Agost", + "inho" + ], + [ + "ga", + "ge" + ], + [ + "g", + "age" + ], + [ + "Al", + "ign" + ], + [ + "▁ble", + "eding" + ], + [ + "▁in", + "consciente" + ], + [ + "▁des", + "id" + ], + [ + "▁de", + "sid" + ], + [ + "▁convert", + "ing" + ], + [ + "▁conver", + "ting" + ], + [ + "bas", + "h" + ], + [ + "ba", + "sh" + ], + [ + "b", + "ash" + ], + [ + "▁sustenta", + "r" + ], + [ + "▁sustent", + "ar" + ], + [ + "▁sust", + "entar" + ], + [ + "▁interface", + "s" + ], + [ + "▁interf", + "aces" + ], + [ + "▁inter", + "faces" + ], + [ + "▁", + "interfaces" + ], + [ + "▁CHAR", + "SET" + ], + [ + "▁", + "CHARSET" + ], + [ + "22", + "." + ], + [ + "2", + "2." + ], + [ + "pu", + "ll" + ], + [ + "p", + "ull" + ], + [ + "▁out", + "door" + ], + [ + "▁pag", + "a" + ], + [ + "▁pa", + "ga" + ], + [ + "▁p", + "aga" + ], + [ + "▁sh", + "ield" + ], + [ + "▁", + "shield" + ], + [ + "▁syn", + "thetic" + ], + [ + "▁Temp", + "lo" + ], + [ + "▁Tem", + "plo" + ], + [ + "▁T", + "emplo" + ], + [ + "▁cav", + "e" + ], + [ + "▁ca", + "ve" + ], + [ + "▁c", + "ave" + ], + [ + "▁menciona", + "do" + ], + [ + "▁mencion", + "ado" + ], + [ + "▁cra", + "c" + ], + [ + "▁cr", + "ac" + ], + [ + "▁c", + "rac" + ], + [ + "ole", + "d" + ], + [ + "ol", + "ed" + ], + [ + "o", + "led" + ], + [ + "▁Arqu", + "itetura" + ], + [ + "▁O", + "wn" + ], + [ + "▁", + "Own" + ], + [ + "IME", + "NS" + ], + [ + "IM", + "ENS" + ], + [ + "▁micro", + "b" + ], + [ + "▁micr", + "ob" + ], + [ + "▁mic", + "rob" + ], + [ + "▁m", + "icrob" + ], + [ + "Model", + "s" + ], + [ + "Mode", + "ls" + ], + [ + "Mod", + "els" + ], + [ + "▁isol", + "ation" + ], + [ + "▁iso", + "lation" + ], + [ + "▁investment", + "s" + ], + [ + "▁invest", + "ments" + ], + [ + "▁lend", + "a" + ], + [ + "▁len", + "da" + ], + [ + "▁l", + "enda" + ], + [ + "ved", + "o" + ], + [ + "ve", + "do" + ], + [ + "v", + "edo" + ], + [ + "▁mont", + "anha" + ], + [ + "▁A", + "ur" + ], + [ + "▁d", + "é" + ], + [ + "Comm", + "ent" + ], + [ + "Com", + "ment" + ], + [ + "▁implement", + "s" + ], + [ + "▁impl", + "ements" + ], + [ + "▁im", + "plements" + ], + [ + "▁peer", + "s" + ], + [ + "▁pe", + "ers" + ], + [ + "▁atu", + "ando" + ], + [ + "▁at", + "uando" + ], + [ + "()", + "<" + ], + [ + "(", + ")<" + ], + [ + "▁abrig", + "o" + ], + [ + "▁abr", + "igo" + ], + [ + "▁ab", + "rigo" + ], + [ + "/201", + "9" + ], + [ + "/20", + "19" + ], + [ + "/2", + "019" + ], + [ + "/", + "2019" + ], + [ + "▁nutric", + "ionais" + ], + [ + "▁nutri", + "cionais" + ], + [ + "▁TRA", + "NS" + ], + [ + "▁TR", + "ANS" + ], + [ + "▁", + "TRANS" + ], + [ + "80", + "4" + ], + [ + "8", + "04" + ], + [ + "▁registra", + "do" + ], + [ + "▁registr", + "ado" + ], + [ + "▁regist", + "rado" + ], + [ + "Stat", + "s" + ], + [ + "St", + "ats" + ], + [ + "▁trans", + "it" + ], + [ + "▁Hy", + "p" + ], + [ + "▁H", + "yp" + ], + [ + "▁wa", + "ke" + ], + [ + "▁w", + "ake" + ], + [ + "▁Escol", + "ha" + ], + [ + "▁earthqu", + "ake" + ], + [ + "thread", + "Idx" + ], + [ + "▁paut", + "a" + ], + [ + "▁pau", + "ta" + ], + [ + "▁pa", + "uta" + ], + [ + "imension", + "al" + ], + [ + "im", + "ensional" + ], + [ + "▁biblioteca", + "s" + ], + [ + "▁bibliote", + "cas" + ], + [ + "▁ú", + "tero" + ], + [ + "▁ful", + "fill" + ], + [ + "▁colon", + "y" + ], + [ + "▁colo", + "ny" + ], + [ + "▁col", + "ony" + ], + [ + "▁Mos", + "es" + ], + [ + "▁Mo", + "ses" + ], + [ + "▁M", + "oses" + ], + [ + "gra", + "ção" + ], + [ + "gr", + "ação" + ], + [ + "g", + "ração" + ], + [ + "▁Se", + "q" + ], + [ + "▁S", + "eq" + ], + [ + "▁", + "Seq" + ], + [ + "▁Rou", + "t" + ], + [ + "▁Ro", + "ut" + ], + [ + "▁R", + "out" + ], + [ + "▁", + "Rout" + ], + [ + "▁gastro", + "intest" + ], + [ + "▁Atl", + "as" + ], + [ + "▁At", + "las" + ], + [ + "▁Tur", + "ismo" + ], + [ + "▁T", + "urismo" + ], + [ + "/201", + "7" + ], + [ + "/20", + "17" + ], + [ + "/2", + "017" + ], + [ + "/", + "2017" + ], + [ + "▁Philip", + "p" + ], + [ + "▁Phil", + "ipp" + ], + [ + "▁O", + "este" + ], + [ + "▁", + "Oeste" + ], + [ + "▁derrot", + "a" + ], + [ + "▁derr", + "ota" + ], + [ + "▁der", + "rota" + ], + [ + "30", + "7" + ], + [ + "3", + "07" + ], + [ + "▁pedag", + "ogia" + ], + [ + "AF", + "F" + ], + [ + "A", + "FF" + ], + [ + "20", + ":" + ], + [ + "2", + "0:" + ], + [ + "▁excelente", + "s" + ], + [ + "▁excel", + "entes" + ], + [ + "▁crente", + "s" + ], + [ + "▁cr", + "entes" + ], + [ + "Proto", + "col" + ], + [ + "Pro", + "tocol" + ], + [ + "NE", + "R" + ], + [ + "N", + "ER" + ], + [ + "▁a", + "ç" + ], + [ + "▁controla", + "da" + ], + [ + "▁control", + "ada" + ], + [ + "▁U", + "k" + ], + [ + "▁parág", + "rafo" + ], + [ + "▁phone", + "s" + ], + [ + "▁phon", + "es" + ], + [ + "▁ph", + "ones" + ], + [ + "▁", + "phones" + ], + [ + "▁wood", + "en" + ], + [ + "▁ingles", + "es" + ], + [ + "▁psic", + "ólogo" + ], + [ + "▁tablet", + "s" + ], + [ + "▁table", + "ts" + ], + [ + "▁tabl", + "ets" + ], + [ + "▁tab", + "lets" + ], + [ + "▁Solve", + "d" + ], + [ + "▁Sol", + "ved" + ], + [ + "▁can", + "ções" + ], + [ + "▁Victor", + "ia" + ], + [ + "▁Vict", + "oria" + ], + [ + "▁digest", + "ive" + ], + [ + "no", + "DB" + ], + [ + "▁Rout", + "e" + ], + [ + "▁Rou", + "te" + ], + [ + "▁Ro", + "ute" + ], + [ + "▁R", + "oute" + ], + [ + "▁", + "Route" + ], + [ + "Comb", + "o" + ], + [ + "Com", + "bo" + ], + [ + "C", + "ombo" + ], + [ + "▁tel", + "h" + ], + [ + "▁te", + "lh" + ], + [ + "▁t", + "elh" + ], + [ + "ip", + "h" + ], + [ + "i", + "ph" + ], + [ + "▁Sen", + "ior" + ], + [ + "▁confer", + "ência" + ], + [ + "▁con", + "ferência" + ], + [ + "▁pis", + "t" + ], + [ + "▁pi", + "st" + ], + [ + "▁p", + "ist" + ], + [ + "▁Gener", + "ate" + ], + [ + "▁Gene", + "rate" + ], + [ + "▁Gen", + "erate" + ], + [ + "▁", + "Generate" + ], + [ + "▁Che", + "g" + ], + [ + "▁Ch", + "eg" + ], + [ + "▁urgent", + "e" + ], + [ + "▁urg", + "ente" + ], + [ + ">", + "=" + ], + [ + "▁<", + "$" + ], + [ + "18", + "4" + ], + [ + "1", + "84" + ], + [ + "Cont", + "ains" + ], + [ + "Con", + "tains" + ], + [ + "iza", + "va" + ], + [ + "iz", + "ava" + ], + [ + "▁Param", + "eter" + ], + [ + "▁Para", + "meter" + ], + [ + "▁", + "Parameter" + ], + [ + "▁escolar", + "idade" + ], + [ + "▁Produto", + "s" + ], + [ + "▁Produt", + "os" + ], + [ + "▁Liv", + "e" + ], + [ + "▁Li", + "ve" + ], + [ + "▁L", + "ive" + ], + [ + "▁", + "Live" + ], + [ + "▁plant", + "ed" + ], + [ + "▁plan", + "ted" + ], + [ + "▁pl", + "anted" + ], + [ + "▁proven", + "iente" + ], + [ + "verte", + "x" + ], + [ + "vert", + "ex" + ], + [ + "ver", + "tex" + ], + [ + "▁levado", + "s" + ], + [ + "▁leva", + "dos" + ], + [ + "▁lev", + "ados" + ], + [ + "▁SU", + "P" + ], + [ + "▁S", + "UP" + ], + [ + "▁", + "SUP" + ], + [ + "▁Cong", + "o" + ], + [ + "▁Con", + "go" + ], + [ + "▁C", + "ongo" + ], + [ + "▁poup", + "ança" + ], + [ + "uri", + "z" + ], + [ + "ur", + "iz" + ], + [ + "u", + "riz" + ], + [ + "▁cons", + "iga" + ], + [ + "time", + "r" + ], + [ + "tim", + "er" + ], + [ + "ti", + "mer" + ], + [ + "t", + "imer" + ], + [ + "encion", + "al" + ], + [ + "enci", + "onal" + ], + [ + "enc", + "ional" + ], + [ + "en", + "cional" + ], + [ + "▁esque", + "ça" + ], + [ + "▁esqu", + "eça" + ], + [ + "▁HA", + "L" + ], + [ + "▁H", + "AL" + ], + [ + "▁", + "HAL" + ], + [ + "uplo", + "ad" + ], + [ + "up", + "load" + ], + [ + "u", + "pload" + ], + [ + "▁demonstrate", + "s" + ], + [ + "▁demonstra", + "tes" + ], + [ + "▁demonstr", + "ates" + ], + [ + "▁demonst", + "rates" + ], + [ + "Fa", + "m" + ], + [ + "F", + "am" + ], + [ + "▁inv", + "ert" + ], + [ + "▁in", + "vert" + ], + [ + "▁lock", + "ed" + ], + [ + "▁loc", + "ked" + ], + [ + "▁", + "locked" + ], + [ + "▁garrafa", + "s" + ], + [ + "▁garraf", + "as" + ], + [ + "}},", + "\"" + ], + [ + "}}", + ",\"" + ], + [ + "▁AR", + "T" + ], + [ + "▁A", + "RT" + ], + [ + "▁", + "ART" + ], + [ + "▁Vit", + "am" + ], + [ + "▁V", + "itam" + ], + [ + "lic", + "ense" + ], + [ + "l", + "icense" + ], + [ + "▁Up", + "per" + ], + [ + "▁", + "Upper" + ], + [ + "▁Ce", + "c" + ], + [ + "▁C", + "ec" + ], + [ + "▁factor", + "es" + ], + [ + "▁facto", + "res" + ], + [ + "▁fact", + "ores" + ], + [ + "▁prevent", + "s" + ], + [ + "▁preven", + "ts" + ], + [ + "▁prev", + "ents" + ], + [ + "▁pr", + "events" + ], + [ + "▁In", + "ício" + ], + [ + "OR", + "S" + ], + [ + "O", + "RS" + ], + [ + "etic", + "amente" + ], + [ + "et", + "icamente" + ], + [ + "e", + "ticamente" + ], + [ + "ram", + "id" + ], + [ + "ra", + "mid" + ], + [ + "/201", + "2" + ], + [ + "/20", + "12" + ], + [ + "/2", + "012" + ], + [ + "/", + "2012" + ], + [ + "▁pensam", + "os" + ], + [ + "▁pensa", + "mos" + ], + [ + "▁pens", + "amos" + ], + [ + "▁termin", + "ou" + ], + [ + "▁term", + "inou" + ], + [ + "▁interess", + "a" + ], + [ + "▁inter", + "essa" + ], + [ + "▁P", + "I" + ], + [ + "▁", + "PI" + ], + [ + "▁gra", + "s" + ], + [ + "▁gr", + "as" + ], + [ + "▁g", + "ras" + ], + [ + "▁", + "gras" + ], + [ + "rat", + "io" + ], + [ + "r", + "atio" + ], + [ + "▁Peter", + "s" + ], + [ + "▁Pet", + "ers" + ], + [ + "▁Pe", + "ters" + ], + [ + "▁P", + "eters" + ], + [ + "Mil", + "l" + ], + [ + "M", + "ill" + ], + [ + "atin", + "a" + ], + [ + "ati", + "na" + ], + [ + "at", + "ina" + ], + [ + "▁rg", + "b" + ], + [ + "▁r", + "gb" + ], + [ + "▁", + "rgb" + ], + [ + "▁car", + "rier" + ], + [ + "▁fen", + "óm" + ], + [ + "▁voltado", + "s" + ], + [ + "▁volta", + "dos" + ], + [ + "▁volt", + "ados" + ], + [ + "▁tra", + "ject" + ], + [ + "▁Mir", + "anda" + ], + [ + "▁sacr", + "ed" + ], + [ + "▁sac", + "red" + ], + [ + "▁sa", + "cred" + ], + [ + "N", + "L" + ], + [ + "▁bord", + "o" + ], + [ + "▁bor", + "do" + ], + [ + "▁b", + "ordo" + ], + [ + "cl", + "i" + ], + [ + "c", + "li" + ], + [ + "▁VAR", + "CHAR" + ], + [ + "▁operation", + "al" + ], + [ + "▁oper", + "ational" + ], + [ + "+1", + "]" + ], + [ + "+", + "1]" + ], + [ + "join", + "t" + ], + [ + "jo", + "int" + ], + [ + "j", + "oint" + ], + [ + "▁met", + "á" + ], + [ + "▁blog", + "s" + ], + [ + "▁blo", + "gs" + ], + [ + "▁bl", + "ogs" + ], + [ + "▁b", + "logs" + ], + [ + "anal", + "y" + ], + [ + "ana", + "ly" + ], + [ + "▁ato", + "r" + ], + [ + "▁at", + "or" + ], + [ + "▁a", + "tor" + ], + [ + "▁", + "ator" + ], + [ + "▁cheg", + "ue" + ], + [ + "▁che", + "gue" + ], + [ + "▁Find", + "ing" + ], + [ + "▁Fin", + "ding" + ], + [ + "▁F", + "inding" + ], + [ + "▁pr", + "íncipe" + ], + [ + "▁arr", + "ival" + ], + [ + "▁marker", + "s" + ], + [ + "▁mark", + "ers" + ], + [ + "▁mar", + "kers" + ], + [ + "▁180", + "0" + ], + [ + "▁18", + "00" + ], + [ + "▁1", + "800" + ], + [ + "▁concept", + "ual" + ], + [ + "▁Ra", + "w" + ], + [ + "▁R", + "aw" + ], + [ + "▁", + "Raw" + ], + [ + "▁reiv", + "ind" + ], + [ + "▁Program", + "ming" + ], + [ + "▁arm", + "ed" + ], + [ + "▁ar", + "med" + ], + [ + "▁mat", + "ure" + ], + [ + "▁m", + "ature" + ], + [ + "▁", + "mature" + ], + [ + "PARA", + "METER" + ], + [ + "▁relatório", + "s" + ], + [ + "▁relat", + "órios" + ], + [ + "▁rel", + "atórios" + ], + [ + "eca", + "s" + ], + [ + "ec", + "as" + ], + [ + "e", + "cas" + ], + [ + "▁prim", + "itive" + ], + [ + "▁bul", + "k" + ], + [ + "▁b", + "ulk" + ], + [ + "▁morrer", + "am" + ], + [ + "▁morre", + "ram" + ], + [ + "▁morr", + "eram" + ], + [ + "▁Stan", + "ford" + ], + [ + "▁T", + "W" + ], + [ + "▁", + "TW" + ], + [ + "▁anti", + "g" + ], + [ + "▁ant", + "ig" + ], + [ + "ref", + "er" + ], + [ + "re", + "fer" + ], + [ + "▁persegu", + "ição" + ], + [ + "▁S", + "ÃO" + ], + [ + "13", + "4" + ], + [ + "1", + "34" + ], + [ + "burg", + "h" + ], + [ + "bur", + "gh" + ], + [ + "▁Poss", + "ui" + ], + [ + "32", + "6" + ], + [ + "3", + "26" + ], + [ + "en", + "berg" + ], + [ + "▁strength", + "en" + ], + [ + "N", + "Y" + ], + [ + "▁fe", + "as" + ], + [ + "▁f", + "eas" + ], + [ + "▁medicine", + "s" + ], + [ + "▁medic", + "ines" + ], + [ + "▁feder", + "ais" + ], + [ + "▁fed", + "erais" + ], + [ + "▁gigant", + "e" + ], + [ + "▁gig", + "ante" + ], + [ + "Y", + "es" + ], + [ + "▁cham", + "ber" + ], + [ + "->", + "_" + ], + [ + "▁bus", + "y" + ], + [ + "▁bu", + "sy" + ], + [ + "lice", + "s" + ], + [ + "lic", + "es" + ], + [ + "li", + "ces" + ], + [ + "l", + "ices" + ], + [ + "▁insert", + "ed" + ], + [ + "▁inser", + "ted" + ], + [ + "!!!!!!!!", + "!!!!!!!!" + ], + [ + "0'", + "," + ], + [ + "0", + "'," + ], + [ + "▁col", + "h" + ], + [ + "▁co", + "lh" + ], + [ + "▁coun", + "cil" + ], + [ + "35", + "4" + ], + [ + "3", + "54" + ], + [ + "▁vos", + "sa" + ], + [ + "▁v", + "ossa" + ], + [ + "du", + "ino" + ], + [ + "em", + "ies" + ], + [ + "e", + "mies" + ], + [ + "▁Calcul", + "us" + ], + [ + "▁Calc", + "ulus" + ], + [ + "▁W", + "A" + ], + [ + "▁", + "WA" + ], + [ + "▁mant", + "enha" + ], + [ + "▁man", + "tenha" + ], + [ + "▁Prof", + "issional" + ], + [ + "▁appro", + "val" + ], + [ + "▁appr", + "oval" + ], + [ + "▁migr", + "ação" + ], + [ + "▁mig", + "ração" + ], + [ + "▁mi", + "gração" + ], + [ + "▁m", + "igração" + ], + [ + "▁sus", + "t" + ], + [ + "▁su", + "st" + ], + [ + "▁s", + "ust" + ], + [ + "▁receive", + "r" + ], + [ + "▁rece", + "iver" + ], + [ + "\\\",", + "\\\"" + ], + [ + "vel", + "ed" + ], + [ + "ve", + "led" + ], + [ + "v", + "eled" + ], + [ + "▁cas", + "ual" + ], + [ + "▁visit", + "ing" + ], + [ + "▁vis", + "iting" + ], + [ + "▁Ajud", + "a" + ], + [ + "▁Aj", + "uda" + ], + [ + "▁A", + "juda" + ], + [ + "▁lente", + "s" + ], + [ + "▁lent", + "es" + ], + [ + "▁len", + "tes" + ], + [ + "▁l", + "entes" + ], + [ + "▁terreno", + "s" + ], + [ + "▁terren", + "os" + ], + [ + "▁terr", + "enos" + ], + [ + "int", + "ura" + ], + [ + "▁pere", + "gr" + ], + [ + "att", + "le" + ], + [ + "at", + "tle" + ], + [ + "▁ol", + "e" + ], + [ + "▁o", + "le" + ], + [ + "▁", + "ole" + ], + [ + "CHAN", + "T" + ], + [ + "CH", + "ANT" + ], + [ + "▁hier", + "arquia" + ], + [ + "▁sector", + "s" + ], + [ + "▁sect", + "ors" + ], + [ + "▁se", + "ctors" + ], + [ + "▁s", + "ectors" + ], + [ + "War", + "ning" + ], + [ + "W", + "arning" + ], + [ + "▁hou", + "vesse" + ], + [ + "▁special", + "ist" + ], + [ + "▁F", + "é" + ], + [ + "86", + "_" + ], + [ + "8", + "6_" + ], + [ + "▁rainf", + "all" + ], + [ + "▁rain", + "fall" + ], + [ + "ection", + "s" + ], + [ + "ect", + "ions" + ], + [ + "e", + "ctions" + ], + [ + "▁fala", + "va" + ], + [ + "▁fal", + "ava" + ], + [ + "}=", + "\\" + ], + [ + "}", + "=\\" + ], + [ + "▁Amb", + "os" + ], + [ + "▁Am", + "bos" + ], + [ + "▁cite", + "d" + ], + [ + "▁cit", + "ed" + ], + [ + "▁ci", + "ted" + ], + [ + "▁c", + "ited" + ], + [ + "▁apropri", + "ado" + ], + [ + "ún", + "ior" + ], + [ + "not", + "ice" + ], + [ + "no", + "tice" + ], + [ + "▁E", + "P" + ], + [ + "▁", + "EP" + ], + [ + "▁Arg", + "ument" + ], + [ + "▁", + "Argument" + ], + [ + "▁coloca", + "m" + ], + [ + "▁coloc", + "am" + ], + [ + "▁colo", + "cam" + ], + [ + "▁col", + "ocam" + ], + [ + "▁denomina", + "ção" + ], + [ + "▁denomin", + "ação" + ], + [ + "▁denom", + "inação" + ], + [ + "LE", + "MENT" + ], + [ + "▁núcleo", + "s" + ], + [ + "▁n", + "úcleos" + ], + [ + "▁D", + "VD" + ], + [ + "end", + "ência" + ], + [ + "+", + "4" + ], + [ + "▁1988", + "," + ], + [ + "▁198", + "8," + ], + [ + "▁19", + "88," + ], + [ + "▁visit", + "s" + ], + [ + "▁vis", + "its" + ], + [ + "▁re", + "organ" + ], + [ + "antis", + "mo" + ], + [ + "anti", + "smo" + ], + [ + "ant", + "ismo" + ], + [ + "▁R", + "F" + ], + [ + "▁", + "RF" + ], + [ + "▁Gree", + "ce" + ], + [ + "▁Gre", + "ece" + ], + [ + "▁fixa", + "ção" + ], + [ + "▁fix", + "ação" + ], + [ + "▁fro", + "zen" + ], + [ + "▁f", + "rozen" + ], + [ + "▁nega", + "r" + ], + [ + "▁neg", + "ar" + ], + [ + "▁ne", + "gar" + ], + [ + "▁Alask", + "a" + ], + [ + "▁Sur", + "face" + ], + [ + "▁", + "Surface" + ], + [ + "Load", + "er" + ], + [ + "Lo", + "ader" + ], + [ + "▁Su", + "í" + ], + [ + "▁S", + "uí" + ], + [ + "CUR", + "RENT" + ], + [ + "▁relacion", + "a" + ], + [ + "▁PARTIC", + "ULAR" + ], + [ + "ju", + "g" + ], + [ + "j", + "ug" + ], + [ + "▁Pint", + "o" + ], + [ + "▁Pin", + "to" + ], + [ + "▁P", + "into" + ], + [ + "ney", + "s" + ], + [ + "ne", + "ys" + ], + [ + "222", + "2" + ], + [ + "22", + "22" + ], + [ + "2", + "222" + ], + [ + "▁investor", + "s" + ], + [ + "▁invest", + "ors" + ], + [ + "n", + "h" + ], + [ + "▁suggest", + "ing" + ], + [ + "▁thro", + "at" + ], + [ + "▁pir", + "âm" + ], + [ + "OS", + "T" + ], + [ + "O", + "ST" + ], + [ + "{0", + "." + ], + [ + "{", + "0." + ], + [ + "▁s", + "v" + ], + [ + "▁", + "sv" + ], + [ + "▁wis", + "e" + ], + [ + "▁w", + "ise" + ], + [ + "▁", + "wise" + ], + [ + "▁immigr", + "ants" + ], + [ + "▁absorb", + "ed" + ], + [ + "▁absor", + "bed" + ], + [ + "sw", + "itch" + ], + [ + "▁compile", + "r" + ], + [ + "▁compil", + "er" + ], + [ + "▁comp", + "iler" + ], + [ + "▁", + "compiler" + ], + [ + "▁'", + "_" + ], + [ + "▁Cidad", + "ania" + ], + [ + "▁\"-", + "-" + ], + [ + "▁\"", + "--" + ], + [ + "▁haver", + "ia" + ], + [ + "▁have", + "ria" + ], + [ + "▁hav", + "eria" + ], + [ + "▁absorve", + "r" + ], + [ + "▁absor", + "ver" + ], + [ + "Cont", + "act" + ], + [ + "Con", + "tact" + ], + [ + "▁posterior", + "es" + ], + [ + "▁poster", + "iores" + ], + [ + "▁pos", + "teriores" + ], + [ + "▁pul", + "mão" + ], + [ + "▁underg", + "round" + ], + [ + "▁under", + "ground" + ], + [ + "▁comp", + "aixão" + ], + [ + "▁sem", + "an" + ], + [ + "▁se", + "man" + ], + [ + "▁s", + "eman" + ], + [ + "▁medic", + "ação" + ], + [ + "▁Doug", + "las" + ], + [ + "▁Mary", + "land" + ], + [ + "▁C", + "V" + ], + [ + "▁", + "CV" + ], + [ + "Pro", + "m" + ], + [ + "Pr", + "om" + ], + [ + "P", + "rom" + ], + [ + "▁(4", + "," + ], + [ + "▁(", + "4," + ], + [ + "▁", + "(4," + ], + [ + "uart", + "e" + ], + [ + "uar", + "te" + ], + [ + "u", + "arte" + ], + [ + "▁door", + "s" + ], + [ + "▁do", + "ors" + ], + [ + "▁", + "doors" + ], + [ + "▁S", + "R" + ], + [ + "▁", + "SR" + ], + [ + "itu", + "al" + ], + [ + "it", + "ual" + ], + [ + "i", + "tual" + ], + [ + "▁deposit", + "s" + ], + [ + "▁depos", + "its" + ], + [ + "▁A", + "x" + ], + [ + "aste", + "d" + ], + [ + "ast", + "ed" + ], + [ + "as", + "ted" + ], + [ + "co", + "p" + ], + [ + "c", + "op" + ], + [ + "▁resto", + "ration" + ], + [ + "▁rest", + "oration" + ], + [ + "▁E", + "T" + ], + [ + "▁", + "ET" + ], + [ + "▁favorece", + "r" + ], + [ + "▁favore", + "cer" + ], + [ + "▁favor", + "ecer" + ], + [ + "Direct", + "ion" + ], + [ + "Dire", + "ction" + ], + [ + "Dir", + "ection" + ], + [ + "D", + "irection" + ], + [ + "▁us", + "á" + ], + [ + "▁colônia", + "s" + ], + [ + "▁col", + "ônias" + ], + [ + "19", + "4" + ], + [ + "1", + "94" + ], + [ + "▁Member", + "s" + ], + [ + "▁Mem", + "bers" + ], + [ + "▁M", + "embers" + ], + [ + "▁", + "Members" + ], + [ + "éu", + "s" + ], + [ + "é", + "us" + ], + [ + "ogen", + "s" + ], + [ + "oge", + "ns" + ], + [ + "og", + "ens" + ], + [ + "o", + "gens" + ], + [ + "▁ton", + "gue" + ], + [ + "▁t", + "ongue" + ], + [ + "▁minor", + "ity" + ], + [ + "▁min", + "ority" + ], + [ + "▁attribute", + "d" + ], + [ + "▁att", + "ributed" + ], + [ + "▁MA", + "N" + ], + [ + "▁M", + "AN" + ], + [ + "▁", + "MAN" + ], + [ + "▁Esta", + "ção" + ], + [ + "▁Est", + "ação" + ], + [ + "buf", + "f" + ], + [ + "bu", + "ff" + ], + [ + "b", + "uff" + ], + [ + "▁apóstolo", + "s" + ], + [ + "▁apóst", + "olos" + ], + [ + "▁Col", + "on" + ], + [ + "▁Co", + "lon" + ], + [ + "▁C", + "olon" + ], + [ + "▁cans", + "aço" + ], + [ + "▁Sep", + "ar" + ], + [ + "▁Se", + "par" + ], + [ + "▁", + "Separ" + ], + [ + "ister", + "s" + ], + [ + "iste", + "rs" + ], + [ + "ist", + "ers" + ], + [ + "is", + "ters" + ], + [ + "i", + "sters" + ], + [ + "ain", + "ing" + ], + [ + "ai", + "ning" + ], + [ + "a", + "ining" + ], + [ + "▁Bes", + "ides" + ], + [ + "ot", + "lin" + ], + [ + "▁List", + "a" + ], + [ + "▁Lis", + "ta" + ], + [ + "▁Li", + "sta" + ], + [ + "▁L", + "ista" + ], + [ + "▁Dia", + "gnos" + ], + [ + "▁", + "Diagnos" + ], + [ + "▁circuito", + "s" + ], + [ + "▁circuit", + "os" + ], + [ + "▁circ", + "uitos" + ], + [ + "▁Nu", + "ll" + ], + [ + "▁N", + "ull" + ], + [ + "▁", + "Null" + ], + [ + "▁observa", + "da" + ], + [ + "▁observ", + "ada" + ], + [ + "▁jornalista", + "s" + ], + [ + "▁jornal", + "istas" + ], + [ + "spec", + "ies" + ], + [ + "spe", + "cies" + ], + [ + "▁pred", + "is" + ], + [ + "▁pre", + "dis" + ], + [ + "ogue", + "ira" + ], + [ + "o", + "gueira" + ], + [ + "T", + "ile" + ], + [ + "▁For", + "a" + ], + [ + "▁Fo", + "ra" + ], + [ + "▁F", + "ora" + ], + [ + "▁ne", + "ve" + ], + [ + "ro", + "d" + ], + [ + "r", + "od" + ], + [ + "▁buck", + "et" + ], + [ + "▁buc", + "ket" + ], + [ + "▁b", + "ucket" + ], + [ + "▁", + "bucket" + ], + [ + "ENCE", + "S" + ], + [ + "ENC", + "ES" + ], + [ + "EN", + "CES" + ], + [ + "represent", + "ation" + ], + [ + "re", + "presentation" + ], + [ + "▁do", + "p" + ], + [ + "▁d", + "op" + ], + [ + "He", + "alth" + ], + [ + "04", + "." + ], + [ + "0", + "4." + ], + [ + "ing", + "a" + ], + [ + "in", + "ga" + ], + [ + "90", + "," + ], + [ + "9", + "0," + ], + [ + "▁2", + "%" + ], + [ + "▁", + "2%" + ], + [ + "▁Gard", + "en" + ], + [ + "▁Gar", + "den" + ], + [ + "▁t", + "ér" + ], + [ + "▁File", + "s" + ], + [ + "▁Fil", + "es" + ], + [ + "▁Fi", + "les" + ], + [ + "▁F", + "iles" + ], + [ + "▁", + "Files" + ], + [ + "▁fascin", + "ating" + ], + [ + "▁fasc", + "inating" + ], + [ + "▁idioma", + "s" + ], + [ + "▁idi", + "omas" + ], + [ + "on", + "acci" + ], + [ + "▁cloud", + "s" + ], + [ + "▁cl", + "ouds" + ], + [ + "▁Year", + "s" + ], + [ + "▁Ye", + "ars" + ], + [ + "▁Y", + "ears" + ], + [ + "fr", + "m" + ], + [ + "f", + "rm" + ], + [ + "rypt", + "ed" + ], + [ + "▁Fe", + "ed" + ], + [ + "▁", + "Feed" + ], + [ + "19", + "5" + ], + [ + "1", + "95" + ], + [ + "▁avança", + "da" + ], + [ + "▁avanç", + "ada" + ], + [ + "▁avan", + "çada" + ], + [ + "▁XI", + "I" + ], + [ + "▁X", + "II" + ], + [ + "▁veget", + "able" + ], + [ + "Em", + "b" + ], + [ + "E", + "mb" + ], + [ + "▁De", + "ath" + ], + [ + "▁Uru", + "gua" + ], + [ + "▁Know", + "ledge" + ], + [ + "▁compromisso", + "s" + ], + [ + "▁compromiss", + "os" + ], + [ + "▁survey", + "s" + ], + [ + "▁surve", + "ys" + ], + [ + "T", + "uple" + ], + [ + "▁vote", + "s" + ], + [ + "▁vot", + "es" + ], + [ + "▁vo", + "tes" + ], + [ + "▁v", + "otes" + ], + [ + "Mand", + "atory" + ], + [ + "▁ali", + "ado" + ], + [ + "▁al", + "iado" + ], + [ + "▁Muslim", + "s" + ], + [ + "▁court", + "s" + ], + [ + "▁cour", + "ts" + ], + [ + "get", + "s" + ], + [ + "ge", + "ts" + ], + [ + "g", + "ets" + ], + [ + "#", + "9" + ], + [ + "▁Minist", + "ry" + ], + [ + "▁Min", + "istry" + ], + [ + "ra", + "id" + ], + [ + "▁work", + "place" + ], + [ + "▁empresário", + "s" + ], + [ + "▁empres", + "ários" + ], + [ + "▁confirma", + "r" + ], + [ + "▁confirm", + "ar" + ], + [ + "▁confir", + "mar" + ], + [ + "])", + "." + ], + [ + "]", + ")." + ], + [ + "cu", + "s" + ], + [ + "c", + "us" + ], + [ + "▁Arch", + "itect" + ], + [ + "▁engenheiro", + "s" + ], + [ + "▁engen", + "heiros" + ], + [ + "▁1960", + "," + ], + [ + "▁196", + "0," + ], + [ + "▁19", + "60," + ], + [ + "▁Estat", + "ística" + ], + [ + "▁espess", + "ura" + ], + [ + "cal", + "c" + ], + [ + "ca", + "lc" + ], + [ + "▁cil", + "ind" + ], + [ + "th", + "ree" + ], + [ + "▁Bro", + "ad" + ], + [ + "▁B", + "road" + ], + [ + "▁suspens", + "ão" + ], + [ + "▁susp", + "ensão" + ], + [ + "▁Rest", + "a" + ], + [ + "▁Res", + "ta" + ], + [ + "▁Re", + "sta" + ], + [ + "▁R", + "esta" + ], + [ + "▁relax", + "amento" + ], + [ + "ke", + "e" + ], + [ + "k", + "ee" + ], + [ + "▁vi", + "ável" + ], + [ + "▁1.1", + "4" + ], + [ + "▁1.", + "14" + ], + [ + "▁1", + ".14" + ], + [ + "f", + "loor" + ], + [ + "▁caus", + "ou" + ], + [ + "▁tur", + "istas" + ], + [ + "▁wind", + "s" + ], + [ + "▁win", + "ds" + ], + [ + "▁w", + "inds" + ], + [ + "bas", + "ic" + ], + [ + "ba", + "sic" + ], + [ + "▁autom", + "óveis" + ], + [ + "ick", + "ing" + ], + [ + "ic", + "king" + ], + [ + "econom", + "ic" + ], + [ + "econ", + "omic" + ], + [ + "ec", + "onomic" + ], + [ + "▁mud", + "ando" + ], + [ + "s", + "r" + ], + [ + "▁metre", + "s" + ], + [ + "▁metr", + "es" + ], + [ + "▁met", + "res" + ], + [ + "alt", + "o" + ], + [ + "al", + "to" + ], + [ + "▁compet", + "e" + ], + [ + "▁comp", + "ete" + ], + [ + "ede", + "d" + ], + [ + "ed", + "ed" + ], + [ + "e", + "ded" + ], + [ + "▁#", + "!/" + ], + [ + "▁ab", + "ac" + ], + [ + "▁a", + "bac" + ], + [ + "▁detal", + "he" + ], + [ + "▁deta", + "lhe" + ], + [ + "▁det", + "alhe" + ], + [ + "▁indicator", + "s" + ], + [ + "▁indic", + "ators" + ], + [ + "▁vet", + "or" + ], + [ + "▁ve", + "tor" + ], + [ + "▁v", + "etor" + ], + [ + "▁descon", + "f" + ], + [ + "▁des", + "conf" + ], + [ + "▁General", + "ly" + ], + [ + "▁Gener", + "ally" + ], + [ + "west", + "ern" + ], + [ + "▁PU", + "BLIC" + ], + [ + "▁P", + "UBLIC" + ], + [ + "▁doutor", + "ado" + ], + [ + "▁dout", + "orado" + ], + [ + "cert", + "o" + ], + [ + "cer", + "to" + ], + [ + "c", + "erto" + ], + [ + "▁SA", + "L" + ], + [ + "▁S", + "AL" + ], + [ + "▁capa", + "bility" + ], + [ + "▁cap", + "ability" + ], + [ + "▁appl", + "e" + ], + [ + "▁app", + "le" + ], + [ + "▁ap", + "ple" + ], + [ + "▁", + "apple" + ], + [ + "▁Patrim", + "ônio" + ], + [ + "24", + "1" + ], + [ + "2", + "41" + ], + [ + "▁despr", + "e" + ], + [ + "▁desp", + "re" + ], + [ + "▁des", + "pre" + ], + [ + "9", + ";" + ], + [ + "▁mos", + "a" + ], + [ + "▁mo", + "sa" + ], + [ + "▁m", + "osa" + ], + [ + "igu", + "ous" + ], + [ + "ig", + "uous" + ], + [ + "▁FIT", + "NESS" + ], + [ + "▁Estat", + "uto" + ], + [ + "vent", + "h" + ], + [ + "ven", + "th" + ], + [ + "ve", + "nth" + ], + [ + "v", + "enth" + ], + [ + "Ó", + "G" + ], + [ + "▁magn", + "ético" + ], + [ + "est", + "ial" + ], + [ + "64", + "4" + ], + [ + "6", + "44" + ], + [ + "▁spin", + "al" + ], + [ + "▁sp", + "inal" + ], + [ + "▁car", + "cin" + ], + [ + "▁Jov", + "ens" + ], + [ + "▁Jo", + "vens" + ], + [ + "▁Egypt", + "ian" + ], + [ + "▁consecut", + "ive" + ], + [ + "▁evolu", + "ir" + ], + [ + "▁evol", + "uir" + ], + [ + "▁/*!4", + "0101" + ], + [ + "▁mental", + "idade" + ], + [ + "▁ment", + "alidade" + ], + [ + "▁partilh", + "a" + ], + [ + "▁part", + "ilha" + ], + [ + "mero", + "s" + ], + [ + "mer", + "os" + ], + [ + "me", + "ros" + ], + [ + "m", + "eros" + ], + [ + "▁comun", + "itária" + ], + [ + "▁empre", + "endimento" + ], + [ + "▁Mex", + "ican" + ], + [ + "sp", + "l" + ], + [ + "s", + "pl" + ], + [ + "▁Ha", + "d" + ], + [ + "▁H", + "ad" + ], + [ + "?", + "!" + ], + [ + "13", + "6" + ], + [ + "1", + "36" + ], + [ + "▁mand", + "ou" + ], + [ + "ARRA", + "Y" + ], + [ + "AR", + "RAY" + ], + [ + "Bi", + "n" + ], + [ + "B", + "in" + ], + [ + "▁Inter", + "face" + ], + [ + "▁", + "Interface" + ], + [ + "▁repress", + "ão" + ], + [ + "▁repres", + "são" + ], + [ + "▁re", + "pressão" + ], + [ + "▁aprendem", + "os" + ], + [ + "▁aprende", + "mos" + ], + [ + "▁aprend", + "emos" + ], + [ + "▁apr", + "endemos" + ], + [ + "▁sint", + "o" + ], + [ + "▁sin", + "to" + ], + [ + "▁s", + "into" + ], + [ + "FFE", + "E" + ], + [ + "FF", + "EE" + ], + [ + "▁lid", + "o" + ], + [ + "▁li", + "do" + ], + [ + "▁l", + "ido" + ], + [ + "▁1996", + "." + ], + [ + "▁199", + "6." + ], + [ + "▁Convers", + "ion" + ], + [ + "▁Conv", + "ersion" + ], + [ + "▁Con", + "version" + ], + [ + "▁", + "Conversion" + ], + [ + "▁tenta", + "m" + ], + [ + "▁tent", + "am" + ], + [ + "N", + "B" + ], + [ + "▁metabol", + "ism" + ], + [ + "ou", + "co" + ], + [ + "o", + "uco" + ], + [ + "▁finger", + "s" + ], + [ + "▁fing", + "ers" + ], + [ + "▁fin", + "gers" + ], + [ + "▁as", + "h" + ], + [ + "▁a", + "sh" + ], + [ + "▁", + "ash" + ], + [ + "input", + "s" + ], + [ + "inp", + "uts" + ], + [ + "ên", + "is" + ], + [ + "ê", + "nis" + ], + [ + "▁incorporate", + "d" + ], + [ + "▁incorpor", + "ated" + ], + [ + "▁morr", + "e" + ], + [ + "▁mor", + "re" + ], + [ + "▁m", + "orre" + ], + [ + "▁inclus", + "iva" + ], + [ + "▁Pal", + "m" + ], + [ + "▁Pa", + "lm" + ], + [ + "▁P", + "alm" + ], + [ + "nes", + "ota" + ], + [ + "▁queria", + "m" + ], + [ + "▁quer", + "iam" + ], + [ + "▁que", + "riam" + ], + [ + "atura", + "is" + ], + [ + "atur", + "ais" + ], + [ + "atu", + "rais" + ], + [ + "at", + "urais" + ], + [ + "▁cart", + "il" + ], + [ + "▁car", + "til" + ], + [ + "ain", + "ed" + ], + [ + "ai", + "ned" + ], + [ + "a", + "ined" + ], + [ + "▁cert", + "ificate" + ], + [ + "▁Count", + "ry" + ], + [ + "▁Coun", + "try" + ], + [ + "▁C", + "ountry" + ], + [ + "▁", + "Country" + ], + [ + "▁alfa", + "b" + ], + [ + "▁alf", + "ab" + ], + [ + "▁al", + "fab" + ], + [ + "▁melhor", + "ando" + ], + [ + "_0", + "0" + ], + [ + "_", + "00" + ], + [ + "▁calib", + "r" + ], + [ + "▁cal", + "ibr" + ], + [ + "data", + "s" + ], + [ + "dat", + "as" + ], + [ + "da", + "tas" + ], + [ + "d", + "atas" + ], + [ + "▁Sant", + "iago" + ], + [ + "▁parce", + "iro" + ], + [ + "▁parc", + "eiro" + ], + [ + "▁gu", + "m" + ], + [ + "▁g", + "um" + ], + [ + "'][", + "'" + ], + [ + "']", + "['" + ], + [ + "'", + "]['" + ], + [ + "▁god", + "s" + ], + [ + "▁go", + "ds" + ], + [ + "▁g", + "ods" + ], + [ + "▁col", + "o" + ], + [ + "▁co", + "lo" + ], + [ + "▁c", + "olo" + ], + [ + "▁pic", + "o" + ], + [ + "▁pi", + "co" + ], + [ + "▁p", + "ico" + ], + [ + "▁Cli", + "m" + ], + [ + "▁Cl", + "im" + ], + [ + "▁C", + "lim" + ], + [ + "▁gain", + "s" + ], + [ + "▁gai", + "ns" + ], + [ + "▁ga", + "ins" + ], + [ + "▁g", + "ains" + ], + [ + "▁ent", + "itled" + ], + [ + "S", + "peed" + ], + [ + "▁burn", + "ed" + ], + [ + "▁bur", + "ned" + ], + [ + "▁exemplar", + "es" + ], + [ + "▁exempl", + "ares" + ], + [ + "▁Economic", + "s" + ], + [ + "▁Econom", + "ics" + ], + [ + "▁Econ", + "omics" + ], + [ + "ow", + "a" + ], + [ + "o", + "wa" + ], + [ + "cles", + "i" + ], + [ + "cle", + "si" + ], + [ + "cl", + "esi" + ], + [ + "▁Secret", + "ary" + ], + [ + "▁criatura", + "s" + ], + [ + "▁cri", + "aturas" + ], + [ + "▁Nu", + "clear" + ], + [ + "▁N", + "uclear" + ], + [ + "▁simple", + "r" + ], + [ + "▁simpl", + "er" + ], + [ + "▁simp", + "ler" + ], + [ + "▁sim", + "pler" + ], + [ + "▁fazenda", + "s" + ], + [ + "▁faz", + "endas" + ], + [ + "▁che", + "ese" + ], + [ + "▁Th", + "ings" + ], + [ + "▁fiz", + "emos" + ], + [ + "▁exclus", + "ivo" + ], + [ + "▁fertil", + "idade" + ], + [ + "▁fert", + "ilidade" + ], + [ + "▁in", + "esper" + ], + [ + "▁Intel", + "igência" + ], + [ + "▁suplemento", + "s" + ], + [ + "▁suplement", + "os" + ], + [ + "▁P", + "tr" + ], + [ + "▁", + "Ptr" + ], + [ + "izam", + "os" + ], + [ + "iza", + "mos" + ], + [ + "iz", + "amos" + ], + [ + "▁apel", + "o" + ], + [ + "▁ape", + "lo" + ], + [ + "▁ap", + "elo" + ], + [ + "▁a", + "pelo" + ], + [ + "▁destina", + "da" + ], + [ + "▁destin", + "ada" + ], + [ + "▁dest", + "inada" + ], + [ + "Can", + "vas" + ], + [ + "atom", + "ic" + ], + [ + "ato", + "mic" + ], + [ + "at", + "omic" + ], + [ + "▁40", + "." + ], + [ + "▁4", + "0." + ], + [ + "▁demo", + "l" + ], + [ + "▁dem", + "ol" + ], + [ + "▁de", + "mol" + ], + [ + "O", + "ct" + ], + [ + "bound", + "s" + ], + [ + "b", + "ounds" + ], + [ + "gh", + "t" + ], + [ + "g", + "ht" + ], + [ + "▁condut", + "or" + ], + [ + "▁cond", + "utor" + ], + [ + "в", + "о" + ], + [ + "▁ensure", + "s" + ], + [ + "▁ens", + "ures" + ], + [ + "▁intervalo", + "s" + ], + [ + "▁interval", + "os" + ], + [ + "▁interv", + "alos" + ], + [ + "view", + "s" + ], + [ + "▁gratu", + "it" + ], + [ + "▁grat", + "uit" + ], + [ + "/10", + "0" + ], + [ + "/1", + "00" + ], + [ + "/", + "100" + ], + [ + "oll", + "o" + ], + [ + "ol", + "lo" + ], + [ + "▁sm", + "ell" + ], + [ + "lica", + "l" + ], + [ + "lic", + "al" + ], + [ + "li", + "cal" + ], + [ + "l", + "ical" + ], + [ + "▁psicológico", + "s" + ], + [ + "▁psic", + "ológicos" + ], + [ + "▁no", + "ções" + ], + [ + "▁n", + "oções" + ], + [ + "▁percorre", + "r" + ], + [ + "▁percorr", + "er" + ], + [ + "▁percor", + "rer" + ], + [ + "▁per", + "correr" + ], + [ + "▁afetada", + "s" + ], + [ + "▁afeta", + "das" + ], + [ + "▁afet", + "adas" + ], + [ + "▁dedica", + "da" + ], + [ + "▁dedic", + "ada" + ], + [ + "▁Mem", + "ória" + ], + [ + "ei", + "s" + ], + [ + "e", + "is" + ], + [ + "▁Tel", + "l" + ], + [ + "▁Te", + "ll" + ], + [ + "▁T", + "ell" + ], + [ + "▁col", + "égio" + ], + [ + "▁100", + "." + ], + [ + "▁10", + "0." + ], + [ + "▁1", + "00." + ], + [ + "▁", + "100." + ], + [ + "▁ge", + "ografia" + ], + [ + "▁opera", + "r" + ], + [ + "▁oper", + "ar" + ], + [ + "▁ocas", + "iões" + ], + [ + "▁mammal", + "s" + ], + [ + "▁mamm", + "als" + ], + [ + "▁hit", + "s" + ], + [ + "▁hi", + "ts" + ], + [ + "▁h", + "its" + ], + [ + "▁time", + "out" + ], + [ + "▁", + "timeout" + ], + [ + "▁obrig", + "atória" + ], + [ + "▁ofere", + "cido" + ], + [ + "▁ofer", + "ecido" + ], + [ + "▁burgu", + "esia" + ], + [ + "▁bur", + "guesia" + ], + [ + "▁considera", + "ções" + ], + [ + "▁consider", + "ações" + ], + [ + "▁atual", + "ização" + ], + [ + "▁R", + "C" + ], + [ + "▁", + "RC" + ], + [ + "ran", + "gle" + ], + [ + "r", + "angle" + ], + [ + "▁Eu", + "ler" + ], + [ + "▁E", + "uler" + ], + [ + "▁kit", + "chen" + ], + [ + "▁k", + "itchen" + ], + [ + "▁mov", + "l" + ], + [ + "▁mo", + "vl" + ], + [ + "▁derivative", + "s" + ], + [ + "▁deriv", + "atives" + ], + [ + "▁Qu", + "ase" + ], + [ + "▁corda", + "s" + ], + [ + "▁cord", + "as" + ], + [ + "▁cor", + "das" + ], + [ + "lic", + "t" + ], + [ + "li", + "ct" + ], + [ + "l", + "ict" + ], + [ + "comp", + "lete" + ], + [ + "com", + "plete" + ], + [ + "▁visc", + "os" + ], + [ + "▁vis", + "cos" + ], + [ + "▁v", + "iscos" + ], + [ + "▁US", + "B" + ], + [ + "▁U", + "SB" + ], + [ + "▁NO", + "S" + ], + [ + "▁N", + "OS" + ], + [ + "pro", + "d" + ], + [ + "pr", + "od" + ], + [ + "p", + "rod" + ], + [ + "▁sock", + "et" + ], + [ + "▁soc", + "ket" + ], + [ + "▁s", + "ocket" + ], + [ + "▁", + "socket" + ], + [ + "gica", + "s" + ], + [ + "gi", + "cas" + ], + [ + "g", + "icas" + ], + [ + "▁Us", + "ually" + ], + [ + "▁establish", + "ing" + ], + [ + "▁senti", + "u" + ], + [ + "▁sent", + "iu" + ], + [ + "▁auto", + "d" + ], + [ + "▁aut", + "od" + ], + [ + "▁au", + "tod" + ], + [ + "▁abund", + "ance" + ], + [ + "▁respectivo", + "s" + ], + [ + "▁respect", + "ivos" + ], + [ + "JE", + "CT" + ], + [ + "J", + "ECT" + ], + [ + "▁interpret", + "ed" + ], + [ + "▁interpre", + "ted" + ], + [ + "▁leu", + "c" + ], + [ + "▁le", + "uc" + ], + [ + "▁Or", + "g" + ], + [ + "▁O", + "rg" + ], + [ + "▁", + "Org" + ], + [ + "/2", + "0" + ], + [ + "/", + "20" + ], + [ + "ND", + "O" + ], + [ + "N", + "DO" + ], + [ + "▁Sal", + "om" + ], + [ + "▁meeting", + "s" + ], + [ + "▁meet", + "ings" + ], + [ + "Const", + "ant" + ], + [ + "▁gl", + "y" + ], + [ + "▁g", + "ly" + ], + [ + "Sup", + "port" + ], + [ + "S", + "upport" + ], + [ + "que", + "e" + ], + [ + "qu", + "ee" + ], + [ + "▁ha", + "ng" + ], + [ + "▁h", + "ang" + ], + [ + "▁", + "hang" + ], + [ + "▁Bas", + "t" + ], + [ + "▁Ba", + "st" + ], + [ + "▁B", + "ast" + ], + [ + "▁Y", + "oga" + ], + [ + "lic", + "o" + ], + [ + "li", + "co" + ], + [ + "l", + "ico" + ], + [ + "G", + "D" + ], + [ + "▁car", + "p" + ], + [ + "▁ca", + "rp" + ], + [ + "ificant", + "e" + ], + [ + "ific", + "ante" + ], + [ + "▁otim", + "izar" + ], + [ + "ision", + "s" + ], + [ + "isi", + "ons" + ], + [ + "is", + "ions" + ], + [ + "▁DO", + "UBLE" + ], + [ + "▁", + "DOUBLE" + ], + [ + "▁Ace", + "ss" + ], + [ + "▁Ac", + "ess" + ], + [ + "▁A", + "cess" + ], + [ + "▁flav", + "or" + ], + [ + "▁fl", + "avor" + ], + [ + "▁reproduz", + "ir" + ], + [ + "▁repro", + "duzir" + ], + [ + "oc", + "l" + ], + [ + "o", + "cl" + ], + [ + "iber", + "n" + ], + [ + "ibe", + "rn" + ], + [ + "ib", + "ern" + ], + [ + "▁Al", + "ong" + ], + [ + "▁A", + "long" + ], + [ + "ub", + "ra" + ], + [ + "u", + "bra" + ], + [ + "ogene", + "ous" + ], + [ + "▁Wal", + "es" + ], + [ + "▁Wa", + "les" + ], + [ + "▁W", + "ales" + ], + [ + "▁Mater", + "iais" + ], + [ + "▁Iss", + "ue" + ], + [ + "▁audi", + "ção" + ], + [ + "▁aud", + "ição" + ], + [ + "▁au", + "dição" + ], + [ + "▁reprodu", + "ce" + ], + [ + "▁repro", + "duce" + ], + [ + "26", + "5" + ], + [ + "2", + "65" + ], + [ + "ub", + "le" + ], + [ + "u", + "ble" + ], + [ + "▁á", + "udio" + ], + [ + "▁basic", + "s" + ], + [ + "▁bas", + "ics" + ], + [ + "ica", + "o" + ], + [ + "ic", + "ao" + ], + [ + "i", + "cao" + ], + [ + "▁mater", + "n" + ], + [ + "▁mate", + "rn" + ], + [ + "▁mat", + "ern" + ], + [ + "▁ma", + "tern" + ], + [ + "▁m", + "atern" + ], + [ + "▁canc", + "ro" + ], + [ + "▁can", + "cro" + ], + [ + "▁desc", + "ar" + ], + [ + "▁des", + "car" + ], + [ + "▁de", + "scar" + ], + [ + "▁Neg", + "ra" + ], + [ + "▁Ne", + "gra" + ], + [ + "▁MER", + "CHANT" + ], + [ + "80", + "6" + ], + [ + "8", + "06" + ], + [ + "Est", + "e" + ], + [ + "Es", + "te" + ], + [ + "E", + "ste" + ], + [ + "▁pint", + "or" + ], + [ + "▁pin", + "tor" + ], + [ + "▁recipient", + "e" + ], + [ + "▁recip", + "iente" + ], + [ + "▁microrgan", + "ismos" + ], + [ + "▁nic", + "k" + ], + [ + "▁ni", + "ck" + ], + [ + "▁n", + "ick" + ], + [ + "▁", + "nick" + ], + [ + "▁dy", + "n" + ], + [ + "▁d", + "yn" + ], + [ + "▁", + "dyn" + ], + [ + "▁TE", + "C" + ], + [ + "▁T", + "EC" + ], + [ + "▁contract", + "s" + ], + [ + "▁contr", + "acts" + ], + [ + "▁", + "contracts" + ], + [ + "▁protagon", + "ista" + ], + [ + "▁trecho", + "s" + ], + [ + "▁tre", + "chos" + ], + [ + "▁trag", + "édia" + ], + [ + "▁defeito", + "s" + ], + [ + "▁defe", + "itos" + ], + [ + "▁de", + "feitos" + ], + [ + "▁symmet", + "ric" + ], + [ + "▁sym", + "metric" + ], + [ + "▁2021", + "." + ], + [ + "▁202", + "1." + ], + [ + "▁20", + "21." + ], + [ + "▁rs", + "t" + ], + [ + "▁r", + "st" + ], + [ + "▁separate", + "ly" + ], + [ + "▁separ", + "ately" + ], + [ + "Age", + "nt" + ], + [ + "Ag", + "ent" + ], + [ + "▁vir", + "ia" + ], + [ + "▁vi", + "ria" + ], + [ + "▁v", + "iria" + ], + [ + "39", + "5" + ], + [ + "3", + "95" + ], + [ + "▁lap", + "t" + ], + [ + "▁la", + "pt" + ], + [ + "▁l", + "apt" + ], + [ + "▁consistent", + "ly" + ], + [ + "▁consist", + "ently" + ], + [ + "▁Má", + "r" + ], + [ + "▁M", + "ár" + ], + [ + "▁U", + "P" + ], + [ + "▁", + "UP" + ], + [ + "gado", + "s" + ], + [ + "ga", + "dos" + ], + [ + "g", + "ados" + ], + [ + "▁shoe", + "s" + ], + [ + "▁sho", + "es" + ], + [ + "▁sh", + "oes" + ], + [ + "▁Bra", + "ga" + ], + [ + "▁Br", + "aga" + ], + [ + "▁B", + "raga" + ], + [ + "Al", + "pha" + ], + [ + "OM", + "S" + ], + [ + "O", + "MS" + ], + [ + "kw", + "args" + ], + [ + "▁sop", + "a" + ], + [ + "▁so", + "pa" + ], + [ + "▁s", + "opa" + ], + [ + "▁so", + "y" + ], + [ + "▁s", + "oy" + ], + [ + "▁gap", + "s" + ], + [ + "▁ga", + "ps" + ], + [ + "▁g", + "aps" + ], + [ + "▁dro", + "ga" + ], + [ + "▁dr", + "oga" + ], + [ + "hab", + "il" + ], + [ + "ha", + "bil" + ], + [ + "h", + "abil" + ], + [ + "Cos", + "t" + ], + [ + "Co", + "st" + ], + [ + "C", + "ost" + ], + [ + "oneg", + "ócio" + ], + [ + "▁Fe", + "ira" + ], + [ + "▁F", + "eira" + ], + [ + "▁Oi", + "l" + ], + [ + "▁O", + "il" + ], + [ + "▁execut", + "ivo" + ], + [ + "umb", + "s" + ], + [ + "um", + "bs" + ], + [ + "▁we", + "r" + ], + [ + "▁w", + "er" + ], + [ + "▁", + "wer" + ], + [ + "oli", + "b" + ], + [ + "ol", + "ib" + ], + [ + "o", + "lib" + ], + [ + "upi", + "ter" + ], + [ + "up", + "iter" + ], + [ + "u", + "piter" + ], + [ + "ict", + "ed" + ], + [ + "ic", + "ted" + ], + [ + "i", + "cted" + ], + [ + "▁corpor", + "ais" + ], + [ + "▁corpo", + "rais" + ], + [ + "▁Mu", + "n" + ], + [ + "▁M", + "un" + ], + [ + "▁In", + "ovação" + ], + [ + "▁198", + "4" + ], + [ + "▁19", + "84" + ], + [ + "▁explain", + "ing" + ], + [ + "▁expl", + "aining" + ], + [ + "▁fum", + "a" + ], + [ + "▁fu", + "ma" + ], + [ + "▁f", + "uma" + ], + [ + "▁Lo", + "b" + ], + [ + "▁L", + "ob" + ], + [ + "▁garden", + "s" + ], + [ + "▁gard", + "ens" + ], + [ + "▁gar", + "dens" + ], + [ + "▁coletivo", + "s" + ], + [ + "▁colet", + "ivos" + ], + [ + "ran", + "ch" + ], + [ + "r", + "anch" + ], + [ + "idge", + "s" + ], + [ + "id", + "ges" + ], + [ + "▁Ben", + "ed" + ], + [ + "▁Be", + "ned" + ], + [ + "▁B", + "ened" + ], + [ + "'))", + ";" + ], + [ + "')", + ");" + ], + [ + "'", + "));" + ], + [ + "▁Man", + "aus" + ], + [ + "Tw", + "o" + ], + [ + "T", + "wo" + ], + [ + "▁th", + "umb" + ], + [ + "▁", + "thumb" + ], + [ + "fore", + "ach" + ], + [ + "for", + "each" + ], + [ + "fo", + "reach" + ], + [ + "**2", + "*" + ], + [ + "**", + "2*" + ], + [ + "50", + "6" + ], + [ + "5", + "06" + ], + [ + "▁D", + "M" + ], + [ + "▁", + "DM" + ], + [ + "Qu", + "ant" + ], + [ + "▁200", + "," + ], + [ + "▁20", + "0," + ], + [ + "▁2", + "00," + ], + [ + "▁", + "200," + ], + [ + "▁estud", + "ando" + ], + [ + "▁Be", + "y" + ], + [ + "▁B", + "ey" + ], + [ + "▁car", + "ries" + ], + [ + "▁organiz", + "e" + ], + [ + "▁organ", + "ize" + ], + [ + "▁Struct", + "ure" + ], + [ + "▁Str", + "ucture" + ], + [ + "▁", + "Structure" + ], + [ + "vis", + "ible" + ], + [ + "▁mag", + "azine" + ], + [ + "▁eleva", + "r" + ], + [ + "▁elev", + "ar" + ], + [ + "▁ele", + "var" + ], + [ + "ne", + "igh" + ], + [ + "▁Lan", + "g" + ], + [ + "▁La", + "ng" + ], + [ + "▁L", + "ang" + ], + [ + "▁", + "Lang" + ], + [ + "▁among", + "st" + ], + [ + "is", + "k" + ], + [ + "i", + "sk" + ], + [ + "de", + "al" + ], + [ + "▁parado", + "x" + ], + [ + "▁parad", + "ox" + ], + [ + "▁Psych", + "ology" + ], + [ + "lin", + "ux" + ], + [ + "l", + "inux" + ], + [ + "▁monitor", + "ar" + ], + [ + "▁nobre", + "s" + ], + [ + "▁no", + "bres" + ], + [ + "▁n", + "obres" + ], + [ + "car", + "t" + ], + [ + "ca", + "rt" + ], + [ + "c", + "art" + ], + [ + "▁MA", + "C" + ], + [ + "▁M", + "AC" + ], + [ + "▁", + "MAC" + ], + [ + "17", + "6" + ], + [ + "1", + "76" + ], + [ + "gra", + "v" + ], + [ + "gr", + "av" + ], + [ + "g", + "rav" + ], + [ + "él", + "ica" + ], + [ + "é", + "lica" + ], + [ + "▁consistent", + "e" + ], + [ + "▁consist", + "ente" + ], + [ + "▁overr", + "iding" + ], + [ + "wi", + "ck" + ], + [ + "w", + "ick" + ], + [ + "▁Santa", + "na" + ], + [ + "▁Sant", + "ana" + ], + [ + "select", + "ion" + ], + [ + "sel", + "ection" + ], + [ + "se", + "lection" + ], + [ + "▁h", + "l" + ], + [ + "▁", + "hl" + ], + [ + "▁ind", + "ese" + ], + [ + "▁devi", + "da" + ], + [ + "▁dev", + "ida" + ], + [ + "▁de", + "vida" + ], + [ + "▁escolhe", + "u" + ], + [ + "▁escolh", + "eu" + ], + [ + "▁escol", + "heu" + ], + [ + "▁Cat", + "al" + ], + [ + "▁Ca", + "tal" + ], + [ + "▁C", + "atal" + ], + [ + "▁Com", + "ércio" + ], + [ + "Tra", + "c" + ], + [ + "Tr", + "ac" + ], + [ + "T", + "rac" + ], + [ + "▁Cic", + "lo" + ], + [ + "link", + "s" + ], + [ + "lin", + "ks" + ], + [ + "l", + "inks" + ], + [ + "▁micro", + "s" + ], + [ + "▁micr", + "os" + ], + [ + "▁mic", + "ros" + ], + [ + "▁appe", + "al" + ], + [ + "▁along", + "side" + ], + [ + "▁Test", + "s" + ], + [ + "▁Tes", + "ts" + ], + [ + "▁T", + "ests" + ], + [ + "▁", + "Tests" + ], + [ + "▁adjust", + "ed" + ], + [ + "▁adj", + "usted" + ], + [ + "▁continuous", + "ly" + ], + [ + "▁continu", + "ously" + ], + [ + "pria", + "te" + ], + [ + "pri", + "ate" + ], + [ + "pr", + "iate" + ], + [ + "inha", + "m" + ], + [ + "inh", + "am" + ], + [ + "in", + "ham" + ], + [ + "ret", + "anha" + ], + [ + "▁Ant", + "ar" + ], + [ + "▁An", + "tar" + ], + [ + "▁tr", + "áfego" + ], + [ + "[0", + "," + ], + [ + "[", + "0," + ], + [ + "▁lar", + "va" + ], + [ + "EM", + "P" + ], + [ + "E", + "MP" + ], + [ + "▁soz", + "inha" + ], + [ + "▁so", + "zinha" + ], + [ + "▁emiss", + "ion" + ], + [ + "▁em", + "ission" + ], + [ + "▁e", + "mission" + ], + [ + "▁vis", + "íveis" + ], + [ + "▁sin", + "e" + ], + [ + "▁si", + "ne" + ], + [ + "▁s", + "ine" + ], + [ + "▁Tak", + "ing" + ], + [ + "▁Ta", + "king" + ], + [ + "▁T", + "aking" + ], + [ + "▁France", + "sa" + ], + [ + "▁Franc", + "esa" + ], + [ + "▁Fran", + "cesa" + ], + [ + "▁pat", + "r" + ], + [ + "▁pa", + "tr" + ], + [ + "▁escolh", + "ida" + ], + [ + "▁Operation", + "s" + ], + [ + "▁Oper", + "ations" + ], + [ + "▁", + "Operations" + ], + [ + "▁concentra", + "ções" + ], + [ + "▁concentr", + "ações" + ], + [ + "▁concent", + "rações" + ], + [ + "ca", + "o" + ], + [ + "c", + "ao" + ], + [ + "▁Conhec", + "imento" + ], + [ + "▁Conhe", + "cimento" + ], + [ + "▁Con", + "hecimento" + ], + [ + "▁ut", + "er" + ], + [ + "▁u", + "ter" + ], + [ + "▁", + "uter" + ], + [ + "script", + "s" + ], + [ + "▁clube", + "s" + ], + [ + "▁club", + "es" + ], + [ + "▁SE", + "M" + ], + [ + "▁S", + "EM" + ], + [ + "ont", + "ologia" + ], + [ + "▁Fore", + "ign" + ], + [ + "▁", + "Foreign" + ], + [ + "▁inqu", + "iet" + ], + [ + "▁in", + "quiet" + ], + [ + "▁alg", + "as" + ], + [ + "▁al", + "gas" + ], + [ + "Le", + "i" + ], + [ + "L", + "ei" + ], + [ + "▁diagram", + "s" + ], + [ + "▁dia", + "grams" + ], + [ + "álogo", + "s" + ], + [ + "ál", + "ogos" + ], + [ + "▁track", + "s" + ], + [ + "▁trac", + "ks" + ], + [ + "▁tr", + "acks" + ], + [ + "▁chu", + "nk" + ], + [ + "▁ch", + "unk" + ], + [ + "▁", + "chunk" + ], + [ + "▁Vo", + "c" + ], + [ + "▁V", + "oc" + ], + [ + "/201", + "5" + ], + [ + "/20", + "15" + ], + [ + "/2", + "015" + ], + [ + "/", + "2015" + ], + [ + "▁vast", + "a" + ], + [ + "▁vas", + "ta" + ], + [ + "▁va", + "sta" + ], + [ + "▁v", + "asta" + ], + [ + "▁du", + "ct" + ], + [ + "▁d", + "uct" + ], + [ + "▁", + "duct" + ], + [ + "▁marin", + "ha" + ], + [ + "▁mar", + "inha" + ], + [ + "▁be", + "e" + ], + [ + "▁b", + "ee" + ], + [ + "▁", + "bee" + ], + [ + "12", + ":" + ], + [ + "1", + "2:" + ], + [ + "▁R", + "ousse" + ], + [ + "▁museu", + "s" + ], + [ + "▁muse", + "us" + ], + [ + "▁mus", + "eus" + ], + [ + "▁verbo", + "s" + ], + [ + "▁verb", + "os" + ], + [ + "▁ver", + "bos" + ], + [ + "▁delete", + "d" + ], + [ + "▁delet", + "ed" + ], + [ + "▁dele", + "ted" + ], + [ + "▁de", + "leted" + ], + [ + "▁", + "deleted" + ], + [ + "▁label", + "ed" + ], + [ + "▁lab", + "eled" + ], + [ + "▁surg", + "ical" + ], + [ + "▁s", + "urgical" + ], + [ + "▁encar", + "n" + ], + [ + "▁enca", + "rn" + ], + [ + "▁enc", + "arn" + ], + [ + "▁suic", + "ide" + ], + [ + "▁su", + "icide" + ], + [ + "uan", + "a" + ], + [ + "ua", + "na" + ], + [ + "u", + "ana" + ], + [ + "▁pick", + "ed" + ], + [ + "▁pic", + "ked" + ], + [ + "▁p", + "icked" + ], + [ + "ir", + "t" + ], + [ + "i", + "rt" + ], + [ + "D", + "ynamic" + ], + [ + "▁ace", + "t" + ], + [ + "▁ac", + "et" + ], + [ + "▁", + "acet" + ], + [ + "▁Ef", + "f" + ], + [ + "▁E", + "ff" + ], + [ + "FFE", + "R" + ], + [ + "FF", + "ER" + ], + [ + "F", + "FER" + ], + [ + "▁Air", + "es" + ], + [ + "▁Ai", + "res" + ], + [ + "▁A", + "ires" + ], + [ + "▁Fl", + "e" + ], + [ + "▁F", + "le" + ], + [ + "▁Bit", + "coin" + ], + [ + "char", + "t" + ], + [ + "cha", + "rt" + ], + [ + "ch", + "art" + ], + [ + "▁strain", + "s" + ], + [ + "▁stra", + "ins" + ], + [ + "▁str", + "ains" + ], + [ + "▁\"", + "0" + ], + [ + "▁volat", + "ile" + ], + [ + "▁vol", + "atile" + ], + [ + "▁All", + "ah" + ], + [ + "▁Al", + "lah" + ], + [ + "▁rest", + "rição" + ], + [ + "/", + "_" + ], + [ + "▁wa", + "ge" + ], + [ + "▁w", + "age" + ], + [ + "▁gl", + "ú" + ], + [ + "▁ring", + "s" + ], + [ + "▁r", + "ings" + ], + [ + "▁Consider", + "e" + ], + [ + "▁Cons", + "idere" + ], + [ + "▁dividido", + "s" + ], + [ + "▁divid", + "idos" + ], + [ + "▁RG", + "B" + ], + [ + "▁R", + "GB" + ], + [ + "▁", + "RGB" + ], + [ + "help", + "er" + ], + [ + "hel", + "per" + ], + [ + "▁Após", + "t" + ], + [ + "▁Ap", + "óst" + ], + [ + "▁ver", + "gonha" + ], + [ + "▁Do", + "l" + ], + [ + "▁D", + "ol" + ], + [ + "▁reject", + "ed" + ], + [ + "▁reje", + "cted" + ], + [ + "0|", + "0|" + ], + [ + "▁os", + "t" + ], + [ + "▁o", + "st" + ], + [ + "▁", + "ost" + ], + [ + "▁cat", + "equ" + ], + [ + "▁c", + "atequ" + ], + [ + "▁fit", + "s" + ], + [ + "▁fi", + "ts" + ], + [ + "▁f", + "its" + ], + [ + "▁push", + "ed" + ], + [ + "▁pus", + "hed" + ], + [ + "▁p", + "ushed" + ], + [ + "▁arquitet", + "o" + ], + [ + "▁arquit", + "eto" + ], + [ + "▁dramatic", + "ally" + ], + [ + "▁dramat", + "ically" + ], + [ + "▁drama", + "tically" + ], + [ + "▁dram", + "atically" + ], + [ + "▁refuse", + "d" + ], + [ + "▁ref", + "used" + ], + [ + "ise", + "r" + ], + [ + "is", + "er" + ], + [ + "i", + "ser" + ], + [ + "▁Kan", + "t" + ], + [ + "▁Ka", + "nt" + ], + [ + "▁K", + "ant" + ], + [ + "▁estudo", + "u" + ], + [ + "▁estud", + "ou" + ], + [ + "▁governante", + "s" + ], + [ + "▁govern", + "antes" + ], + [ + "▁50", + "." + ], + [ + "▁5", + "0." + ], + [ + "▁Loc", + "k" + ], + [ + "▁Lo", + "ck" + ], + [ + "▁L", + "ock" + ], + [ + "▁", + "Lock" + ], + [ + "14", + "8" + ], + [ + "1", + "48" + ], + [ + "Sa", + "fe" + ], + [ + "S", + "afe" + ], + [ + "▁painting", + "s" + ], + [ + "▁paint", + "ings" + ], + [ + "▁pain", + "tings" + ], + [ + "▁incentivo", + "s" + ], + [ + "▁incentiv", + "os" + ], + [ + "▁incent", + "ivos" + ], + [ + "Ar", + "e" + ], + [ + "A", + "re" + ], + [ + "▁rei", + "gn" + ], + [ + "▁re", + "ign" + ], + [ + "▁K", + "u" + ], + [ + "▁go", + "s" + ], + [ + "▁g", + "os" + ], + [ + "▁", + "gos" + ], + [ + ")", + ">" + ], + [ + "▁Sto", + "rage" + ], + [ + "▁St", + "orage" + ], + [ + "▁", + "Storage" + ], + [ + "▁occasional", + "ly" + ], + [ + "▁occasion", + "ally" + ], + [ + "▁occas", + "ionally" + ], + [ + "▁lig", + "e" + ], + [ + "▁li", + "ge" + ], + [ + "▁l", + "ige" + ], + [ + "on", + "line" + ], + [ + "FAC", + "E" + ], + [ + "FA", + "CE" + ], + [ + "F", + "ACE" + ], + [ + "ad", + "j" + ], + [ + "▁imp", + "air" + ], + [ + "▁im", + "pair" + ], + [ + "▁humid", + "ity" + ], + [ + "▁hum", + "idity" + ], + [ + "▁X", + "I" + ], + [ + "▁Qu", + "ote" + ], + [ + "▁operate", + "d" + ], + [ + "▁opera", + "ted" + ], + [ + "▁oper", + "ated" + ], + [ + "▁senhor", + "es" + ], + [ + "▁s", + "enhores" + ], + [ + "▁MERCHANT", + "ABILITY" + ], + [ + "▁tela", + "s" + ], + [ + "▁tel", + "as" + ], + [ + "▁te", + "las" + ], + [ + "▁t", + "elas" + ], + [ + "▁borra", + "cha" + ], + [ + "ill", + "y" + ], + [ + "il", + "ly" + ], + [ + "▁is", + "l" + ], + [ + "▁i", + "sl" + ], + [ + "▁", + "isl" + ], + [ + "▁elect", + "romagnetic" + ], + [ + "▁demonstra", + "do" + ], + [ + "▁demonstr", + "ado" + ], + [ + "▁demonst", + "rado" + ], + [ + "▁exam", + "s" + ], + [ + "▁ex", + "ams" + ], + [ + "od", + "s" + ], + [ + "o", + "ds" + ], + [ + "▁Ste", + "ve" + ], + [ + "▁S", + "teve" + ], + [ + "▁'0'", + ")," + ], + [ + "▁'0", + "')," + ], + [ + "▁film", + "s" + ], + [ + "▁fil", + "ms" + ], + [ + "Tag", + "s" + ], + [ + "T", + "ags" + ], + [ + "▁bug", + "s" + ], + [ + "▁bu", + "gs" + ], + [ + "▁b", + "ugs" + ], + [ + "▁!=", + "=" + ], + [ + "▁!", + "==" + ], + [ + "▁alcança", + "do" + ], + [ + "▁alcanç", + "ado" + ], + [ + "▁sleep", + "ing" + ], + [ + "▁explanation", + "s" + ], + [ + "▁explan", + "ations" + ], + [ + "▁cit", + "a" + ], + [ + "▁ci", + "ta" + ], + [ + "▁c", + "ita" + ], + [ + "▁bal", + "e" + ], + [ + "▁ba", + "le" + ], + [ + "▁b", + "ale" + ], + [ + "▁sent", + "indo" + ], + [ + "t", + "oggle" + ], + [ + "▁ger", + "ente" + ], + [ + "▁Fraction", + "s" + ], + [ + "▁Fra", + "ctions" + ], + [ + "▁Fr", + "actions" + ], + [ + "▁F", + "ractions" + ], + [ + "▁As", + "pect" + ], + [ + "▁A", + "spect" + ], + [ + "ía", + "m" + ], + [ + "í", + "am" + ], + [ + "DC", + "DC" + ], + [ + "D", + "CDC" + ], + [ + "▁export", + "s" + ], + [ + "▁expor", + "ts" + ], + [ + "▁ex", + "ports" + ], + [ + "▁", + "exports" + ], + [ + "▁inter", + "rog" + ], + [ + "ren", + "al" + ], + [ + "re", + "nal" + ], + [ + "r", + "enal" + ], + [ + "▁abordado", + "s" + ], + [ + "▁aborda", + "dos" + ], + [ + "▁abord", + "ados" + ], + [ + ")^", + "2" + ], + [ + ")", + "^2" + ], + [ + "▁t", + "b" + ], + [ + "▁", + "tb" + ], + [ + "▁suscept", + "ible" + ], + [ + "06", + "." + ], + [ + "0", + "6." + ], + [ + "resp", + "ond" + ], + [ + "▁popular", + "ity" + ], + [ + "▁automat", + "ic" + ], + [ + "▁autom", + "atic" + ], + [ + "▁auto", + "matic" + ], + [ + "econd", + "s" + ], + [ + "econ", + "ds" + ], + [ + "ec", + "onds" + ], + [ + "▁fals", + "o" + ], + [ + "▁fal", + "so" + ], + [ + "▁f", + "also" + ], + [ + "▁disco", + "s" + ], + [ + "▁disc", + "os" + ], + [ + "▁dis", + "cos" + ], + [ + "▁d", + "iscos" + ], + [ + "▁(3", + "0" + ], + [ + "▁(", + "30" + ], + [ + "▁idos", + "o" + ], + [ + "▁id", + "oso" + ], + [ + "▁Nas", + "c" + ], + [ + "▁Na", + "sc" + ], + [ + "▁N", + "asc" + ], + [ + "ivari", + "ate" + ], + [ + "ivar", + "iate" + ], + [ + "▁dur", + "o" + ], + [ + "▁du", + "ro" + ], + [ + "▁d", + "uro" + ], + [ + "▁Dest", + "e" + ], + [ + "▁Des", + "te" + ], + [ + "▁De", + "ste" + ], + [ + "▁D", + "este" + ], + [ + "▁sal", + "mon" + ], + [ + "▁e", + "ólica" + ], + [ + "▁refere", + "m" + ], + [ + "▁refer", + "em" + ], + [ + "▁refe", + "rem" + ], + [ + "▁inseg", + "urança" + ], + [ + "▁adota", + "da" + ], + [ + "▁adot", + "ada" + ], + [ + "▁design", + "ing" + ], + [ + "▁filt", + "r" + ], + [ + "▁fil", + "tr" + ], + [ + "▁Get", + "úlio" + ], + [ + "▁excl", + "u" + ], + [ + "▁exc", + "lu" + ], + [ + "▁Miss", + "ouri" + ], + [ + "f", + "h" + ], + [ + "HE", + "AD" + ], + [ + "ser", + "ies" + ], + [ + "se", + "ries" + ], + [ + "s", + "eries" + ], + [ + "ard", + "i" + ], + [ + "ar", + "di" + ], + [ + "a", + "rdi" + ], + [ + "▁É", + "tica" + ], + [ + "▁equip", + "ped" + ], + [ + "▁sant", + "idade" + ], + [ + "EXTERNAL", + "SYM" + ], + [ + "▁te", + "x" + ], + [ + "▁t", + "ex" + ], + [ + "▁", + "tex" + ], + [ + "▁extract", + "ed" + ], + [ + "▁extrac", + "ted" + ], + [ + "▁extra", + "cted" + ], + [ + "▁ext", + "racted" + ], + [ + "▁#", + ">" + ], + [ + "12", + "6" + ], + [ + "1", + "26" + ], + [ + "▁1995", + "," + ], + [ + "▁199", + "5," + ], + [ + "▁19", + "95," + ], + [ + "▁desvi", + "o" + ], + [ + "▁desv", + "io" + ], + [ + "▁des", + "vio" + ], + [ + "U", + "K" + ], + [ + "ri", + "n" + ], + [ + "r", + "in" + ], + [ + "▁To", + "c" + ], + [ + "▁T", + "oc" + ], + [ + "▁be", + "ach" + ], + [ + "▁b", + "each" + ], + [ + "▁Par", + "se" + ], + [ + "▁P", + "arse" + ], + [ + "▁", + "Parse" + ], + [ + "cent", + "ral" + ], + [ + "▁emp", + "ower" + ], + [ + "▁em", + "power" + ], + [ + "▁introduz", + "ir" + ], + [ + "▁intro", + "duzir" + ], + [ + "▁Bar", + "n" + ], + [ + "▁Ba", + "rn" + ], + [ + "▁B", + "arn" + ], + [ + "ing", + "ton" + ], + [ + "in", + "valid" + ], + [ + "▁analy", + "zing" + ], + [ + "YY", + "YY" + ], + [ + "ID", + "O" + ], + [ + "I", + "DO" + ], + [ + "▁ce", + "g" + ], + [ + "▁c", + "eg" + ], + [ + "▁like", + "s" + ], + [ + "▁lik", + "es" + ], + [ + "▁li", + "kes" + ], + [ + "▁l", + "ikes" + ], + [ + "▁fra", + "ud" + ], + [ + "▁fr", + "aud" + ], + [ + "Dec", + "imal" + ], + [ + "G", + "F" + ], + [ + "Hi", + "nt" + ], + [ + "H", + "int" + ], + [ + "*", + ">" + ], + [ + "▁Mat", + "thew" + ], + [ + "/2", + "." + ], + [ + "/", + "2." + ], + [ + "▁partners", + "hip" + ], + [ + "▁partner", + "ship" + ], + [ + "▁correct", + "ion" + ], + [ + "▁corre", + "ction" + ], + [ + "▁corr", + "ection" + ], + [ + "fa", + "n" + ], + [ + "f", + "an" + ], + [ + "▁F", + "I" + ], + [ + "▁", + "FI" + ], + [ + "▁Dist", + "ance" + ], + [ + "▁", + "Distance" + ], + [ + "uro", + "pe" + ], + [ + "ur", + "ope" + ], + [ + "Per", + "cent" + ], + [ + "▁selecion", + "ar" + ], + [ + "▁sele", + "cionar" + ], + [ + "at", + "re" + ], + [ + "a", + "tre" + ], + [ + "Enc", + "oding" + ], + [ + "▁(", + "." + ], + [ + "▁", + "(." + ], + [ + "▁any", + "way" + ], + [ + "iter", + "ranean" + ], + [ + "▁mant", + "ido" + ], + [ + "▁deriv", + "e" + ], + [ + "▁der", + "ive" + ], + [ + "▁", + "derive" + ], + [ + "▁CA", + "N" + ], + [ + "▁C", + "AN" + ], + [ + "▁", + "CAN" + ], + [ + "apro", + "ve" + ], + [ + "apr", + "ove" + ], + [ + "▁nc", + "ia" + ], + [ + "▁n", + "cia" + ], + [ + "▁", + "ncia" + ], + [ + "▁estiver", + "am" + ], + [ + "▁estiv", + "eram" + ], + [ + "▁est", + "iveram" + ], + [ + "▁loos", + "e" + ], + [ + "▁lo", + "ose" + ], + [ + "text", + "o" + ], + [ + "tex", + "to" + ], + [ + "te", + "xto" + ], + [ + ")?", + ";" + ], + [ + ")", + "?;" + ], + [ + "▁Get", + "ting" + ], + [ + "▁cadeia", + "s" + ], + [ + "▁cade", + "ias" + ], + [ + "▁coloca", + "ção" + ], + [ + "▁coloc", + "ação" + ], + [ + "▁col", + "ocação" + ], + [ + "▁Pat", + "r" + ], + [ + "▁Pa", + "tr" + ], + [ + "▁colabora", + "r" + ], + [ + "▁colabor", + "ar" + ], + [ + "▁colab", + "orar" + ], + [ + "▁flu", + "ct" + ], + [ + "▁fl", + "uct" + ], + [ + "r", + "w" + ], + [ + "▁1994", + "," + ], + [ + "▁199", + "4," + ], + [ + "▁export", + "ação" + ], + [ + "Sup", + "ply" + ], + [ + "▁Esper", + "o" + ], + [ + "▁Esp", + "ero" + ], + [ + "▁Es", + "pero" + ], + [ + "▁Tec", + "h" + ], + [ + "▁Te", + "ch" + ], + [ + "▁T", + "ech" + ], + [ + "▁", + "Tech" + ], + [ + "▁tr", + "ivial" + ], + [ + "▁Liv", + "ing" + ], + [ + "▁Li", + "ving" + ], + [ + "▁L", + "iving" + ], + [ + "▁Des", + "af" + ], + [ + "▁pro", + "xy" + ], + [ + "▁", + "proxy" + ], + [ + "▁roll", + "ing" + ], + [ + "▁rol", + "ling" + ], + [ + "▁", + "rolling" + ], + [ + ",.", + ".." + ], + [ + ",", + "..." + ], + [ + "▁hun", + "t" + ], + [ + "▁h", + "unt" + ], + [ + "▁conhe", + "ça" + ], + [ + "if", + "a" + ], + [ + "i", + "fa" + ], + [ + "ossa", + "s" + ], + [ + "oss", + "as" + ], + [ + "des", + "ign" + ], + [ + "de", + "sign" + ], + [ + "▁di", + "c" + ], + [ + "▁d", + "ic" + ], + [ + "▁", + "dic" + ], + [ + "▁'201", + "9" + ], + [ + "▁'2", + "019" + ], + [ + "▁'", + "2019" + ], + [ + "▁stra", + "w" + ], + [ + "▁str", + "aw" + ], + [ + "▁st", + "raw" + ], + [ + "))", + ":" + ], + [ + ")", + "):" + ], + [ + "▁fluid", + "o" + ], + [ + "▁flu", + "ido" + ], + [ + "▁esconde", + "r" + ], + [ + "▁escond", + "er" + ], + [ + "▁escon", + "der" + ], + [ + "▁esc", + "onder" + ], + [ + "W", + "C" + ], + [ + "▁pray", + "er" + ], + [ + "▁pra", + "yer" + ], + [ + "▁pr", + "ayer" + ], + [ + "▁achie", + "ving" + ], + [ + "rig", + "e" + ], + [ + "ri", + "ge" + ], + [ + "r", + "ige" + ], + [ + "▁parad", + "a" + ], + [ + "▁para", + "da" + ], + [ + "▁par", + "ada" + ], + [ + "▁pa", + "rada" + ], + [ + "▁subt", + "ype" + ], + [ + "▁sub", + "type" + ], + [ + "▁hers", + "elf" + ], + [ + "▁her", + "self" + ], + [ + "▁alter", + "ed" + ], + [ + "▁alt", + "ered" + ], + [ + "▁al", + "tered" + ], + [ + "▁improve", + "s" + ], + [ + "▁improv", + "es" + ], + [ + "▁impro", + "ves" + ], + [ + "▁impr", + "oves" + ], + [ + "spec", + "ial" + ], + [ + "spe", + "cial" + ], + [ + "sp", + "ecial" + ], + [ + "▁Soci", + "ologia" + ], + [ + "▁Soc", + "iologia" + ], + [ + "▁exacer", + "b" + ], + [ + "▁Integr", + "al" + ], + [ + "▁", + "Integral" + ], + [ + "▁Pier", + "re" + ], + [ + "▁respir", + "atória" + ], + [ + "▁manuscr", + "ipt" + ], + [ + "▁manus", + "cript" + ], + [ + "▁man", + "uscript" + ], + [ + "▁enum", + "er" + ], + [ + "▁en", + "umer" + ], + [ + "▁e", + "numer" + ], + [ + "\"", + "_" + ], + [ + "▁U", + "LONG" + ], + [ + "▁select", + "ing" + ], + [ + "▁enhance", + "d" + ], + [ + "▁enh", + "anced" + ], + [ + "▁Sig", + "a" + ], + [ + "▁Si", + "ga" + ], + [ + "▁S", + "iga" + ], + [ + "ment", + "al" + ], + [ + "men", + "tal" + ], + [ + "m", + "ental" + ], + [ + "▁warr", + "ant" + ], + [ + "STA", + "RT" + ], + [ + "ST", + "ART" + ], + [ + "▁Post", + "agens" + ], + [ + "ida", + "te" + ], + [ + "id", + "ate" + ], + [ + "i", + "date" + ], + [ + "pri", + "ed" + ], + [ + "pr", + "ied" + ], + [ + "p", + "ried" + ], + [ + "▁sai", + "s" + ], + [ + "▁sa", + "is" + ], + [ + "▁s", + "ais" + ], + [ + "17", + "4" + ], + [ + "1", + "74" + ], + [ + "▁complic", + "ado" + ], + [ + "▁compl", + "icado" + ], + [ + "1]", + "," + ], + [ + "1", + "]," + ], + [ + "ên", + "tr" + ], + [ + "color", + "s" + ], + [ + "col", + "ors" + ], + [ + "▁eleva", + "tion" + ], + [ + "▁elev", + "ation" + ], + [ + "▁ele", + "vation" + ], + [ + "Or", + "g" + ], + [ + "O", + "rg" + ], + [ + "▁lea", + "k" + ], + [ + "▁le", + "ak" + ], + [ + "▁ocul", + "t" + ], + [ + "▁oc", + "ult" + ], + [ + "▁o", + "cult" + ], + [ + "▁", + "ocult" + ], + [ + "hedr", + "al" + ], + [ + "hed", + "ral" + ], + [ + "▁segu", + "r" + ], + [ + "▁seg", + "ur" + ], + [ + "cle", + "r" + ], + [ + "cl", + "er" + ], + [ + "c", + "ler" + ], + [ + "▁church", + "es" + ], + [ + "▁chur", + "ches" + ], + [ + "▁multi", + "f" + ], + [ + "▁mult", + "if" + ], + [ + "▁Kh", + "an" + ], + [ + "▁K", + "han" + ], + [ + "▁esc", + "o" + ], + [ + "▁es", + "co" + ], + [ + "▁", + "esco" + ], + [ + "▁ass", + "e" + ], + [ + "▁as", + "se" + ], + [ + "▁", + "asse" + ], + [ + "V", + "P" + ], + [ + "▁hem", + "at" + ], + [ + "▁he", + "mat" + ], + [ + "▁h", + "emat" + ], + [ + "▁", + "hemat" + ], + [ + "▁Satur", + "day" + ], + [ + "▁surround", + "ed" + ], + [ + "▁falsa", + "s" + ], + [ + "▁fals", + "as" + ], + [ + "▁Sara", + "h" + ], + [ + "▁Sar", + "ah" + ], + [ + "▁terceiro", + "s" + ], + [ + "▁terce", + "iros" + ], + [ + "ome", + "m" + ], + [ + "om", + "em" + ], + [ + "o", + "mem" + ], + [ + "fi", + "ve" + ], + [ + "f", + "ive" + ], + [ + "rin", + "do" + ], + [ + "r", + "indo" + ], + [ + "11", + "8" + ], + [ + "1", + "18" + ], + [ + "▁Jud", + "iciário" + ], + [ + "eb", + "ra" + ], + [ + "e", + "bra" + ], + [ + "100", + "," + ], + [ + "10", + "0," + ], + [ + "1", + "00," + ], + [ + "▁justifica", + "r" + ], + [ + "▁justific", + "ar" + ], + [ + "▁just", + "ificar" + ], + [ + "_{", + "1" + ], + [ + "_", + "{1" + ], + [ + "▁ame", + "n" + ], + [ + "▁am", + "en" + ], + [ + "▁a", + "men" + ], + [ + "14", + "6" + ], + [ + "1", + "46" + ], + [ + "asse", + "t" + ], + [ + "ass", + "et" + ], + [ + "as", + "set" + ], + [ + "▁demonstra", + "ção" + ], + [ + "▁demonstr", + "ação" + ], + [ + "▁demonst", + "ração" + ], + [ + "ñ", + "o" + ], + [ + "DES", + "C" + ], + [ + "DE", + "SC" + ], + [ + "D", + "ESC" + ], + [ + "▁Gran", + "t" + ], + [ + "▁Gra", + "nt" + ], + [ + "▁Gr", + "ant" + ], + [ + "AP", + "P" + ], + [ + "A", + "PP" + ], + [ + "iz", + "á" + ], + [ + "▁mantê", + "m" + ], + [ + "▁mant", + "êm" + ], + [ + "20", + "7" + ], + [ + "2", + "07" + ], + [ + "16", + "4" + ], + [ + "1", + "64" + ], + [ + "▁wire", + "less" + ], + [ + "▁aponta", + "r" + ], + [ + "▁apont", + "ar" + ], + [ + "▁transmit", + "ida" + ], + [ + ":", + "2" + ], + [ + "▁ri", + "a" + ], + [ + "▁r", + "ia" + ], + [ + "▁", + "ria" + ], + [ + "▁tab", + "aco" + ], + [ + "▁Conteú", + "do" + ], + [ + "▁fam", + "a" + ], + [ + "▁fa", + "ma" + ], + [ + "▁f", + "ama" + ], + [ + "eta", + "no" + ], + [ + "et", + "ano" + ], + [ + "▁tri", + "un" + ], + [ + "▁relóg", + "io" + ], + [ + "▁promessa", + "s" + ], + [ + "▁prom", + "essas" + ], + [ + "▁t", + "t" + ], + [ + "▁", + "tt" + ], + [ + "valid", + "ation" + ], + [ + "33", + "4" + ], + [ + "3", + "34" + ], + [ + "▁live", + "stock" + ], + [ + "▁liv", + "estock" + ], + [ + "▁d", + "d" + ], + [ + "▁", + "dd" + ], + [ + "ACION", + "AL" + ], + [ + "AC", + "IONAL" + ], + [ + "q", + "a" + ], + [ + "▁resist", + "ir" + ], + [ + "▁x", + "í" + ], + [ + "▁travel", + "s" + ], + [ + "▁trav", + "els" + ], + [ + "▁dono", + "s" + ], + [ + "▁don", + "os" + ], + [ + "▁do", + "nos" + ], + [ + "▁d", + "onos" + ], + [ + "J", + "ava" + ], + [ + ".0", + ")" + ], + [ + ".", + "0)" + ], + [ + "awa", + "it" + ], + [ + "aw", + "ait" + ], + [ + "a", + "wait" + ], + [ + "Header", + "s" + ], + [ + "Head", + "ers" + ], + [ + "He", + "aders" + ], + [ + "M", + "iss" + ], + [ + "▁mut", + "ual" + ], + [ + "▁mu", + "tual" + ], + [ + "ira", + "c" + ], + [ + "ir", + "ac" + ], + [ + "i", + "rac" + ], + [ + "▁Sebast", + "ião" + ], + [ + "▁DES", + "C" + ], + [ + "▁DE", + "SC" + ], + [ + "▁D", + "ESC" + ], + [ + "▁", + "DESC" + ], + [ + "52", + "," + ], + [ + "5", + "2," + ], + [ + "▁ocul", + "ar" + ], + [ + "▁oc", + "ular" + ], + [ + "▁o", + "cular" + ], + [ + "▁", + "ocular" + ], + [ + "▁afric", + "ano" + ], + [ + "▁recomenda", + "da" + ], + [ + "▁recomend", + "ada" + ], + [ + "▁Don", + "a" + ], + [ + "▁Do", + "na" + ], + [ + "▁D", + "ona" + ], + [ + "▁mor", + "r" + ], + [ + "▁mo", + "rr" + ], + [ + "▁m", + "orr" + ], + [ + "▁cook", + "ie" + ], + [ + "▁", + "cookie" + ], + [ + "▁collect", + "ing" + ], + [ + "ate", + "n" + ], + [ + "at", + "en" + ], + [ + "a", + "ten" + ], + [ + "▁respir", + "ar" + ], + [ + "▁resp", + "irar" + ], + [ + "▁10", + "3" + ], + [ + "▁1", + "03" + ], + [ + "▁", + "103" + ], + [ + "▁Br", + "idge" + ], + [ + "▁B", + "ridge" + ], + [ + "<<", + "<" + ], + [ + "<", + "<<" + ], + [ + "▁Abs", + "ol" + ], + [ + "▁Ab", + "sol" + ], + [ + "▁", + "Absol" + ], + [ + "rica", + "ne" + ], + [ + "ric", + "ane" + ], + [ + "build", + "ing" + ], + [ + "estr", + "a" + ], + [ + "est", + "ra" + ], + [ + "es", + "tra" + ], + [ + "e", + "stra" + ], + [ + "▁st", + "a" + ], + [ + "▁s", + "ta" + ], + [ + "▁", + "sta" + ], + [ + "claim", + "er" + ], + [ + "posit", + "ive" + ], + [ + "pos", + "itive" + ], + [ + "▁ir", + "emos" + ], + [ + "▁", + "iremos" + ], + [ + ")", + "&" + ], + [ + "▁34", + "." + ], + [ + "▁3", + "4." + ], + [ + "▁", + "34." + ], + [ + "hem", + "es" + ], + [ + "he", + "mes" + ], + [ + "▁manufacture", + "r" + ], + [ + "▁manufactur", + "er" + ], + [ + "▁manufact", + "urer" + ], + [ + "▁plane", + "s" + ], + [ + "▁plan", + "es" + ], + [ + "▁pl", + "anes" + ], + [ + "▁", + "planes" + ], + [ + "▁Gold", + "en" + ], + [ + "▁Gol", + "den" + ], + [ + "Res", + "et" + ], + [ + "Re", + "set" + ], + [ + "▁toc", + "a" + ], + [ + "▁to", + "ca" + ], + [ + "▁t", + "oca" + ], + [ + "▁1990", + "." + ], + [ + "▁199", + "0." + ], + [ + "/201", + "6" + ], + [ + "/20", + "16" + ], + [ + "/2", + "016" + ], + [ + "/", + "2016" + ], + [ + "▁round", + "ed" + ], + [ + "▁enf", + "o" + ], + [ + "▁en", + "fo" + ], + [ + "▁Ab", + "aixo" + ], + [ + "▁Re", + "ason" + ], + [ + "▁", + "Reason" + ], + [ + "▁Ha", + "it" + ], + [ + "▁H", + "ait" + ], + [ + "77", + "7" + ], + [ + "7", + "77" + ], + [ + "::", + "<" + ], + [ + ":", + ":<" + ], + [ + "Dis", + "c" + ], + [ + "Di", + "sc" + ], + [ + "D", + "isc" + ], + [ + "▁pern", + "a" + ], + [ + "▁per", + "na" + ], + [ + "▁p", + "erna" + ], + [ + "▁Nu", + "nes" + ], + [ + "▁N", + "unes" + ], + [ + "quia", + "s" + ], + [ + "qui", + "as" + ], + [ + "qu", + "ias" + ], + [ + "▁deal", + "s" + ], + [ + "▁de", + "als" + ], + [ + "▁bro", + "ke" + ], + [ + "▁br", + "oke" + ], + [ + "▁b", + "roke" + ], + [ + "▁exposta", + "s" + ], + [ + "▁expos", + "tas" + ], + [ + "▁exp", + "ostas" + ], + [ + "▁justific", + "a" + ], + [ + "▁just", + "ifica" + ], + [ + "▁obtida", + "s" + ], + [ + "▁obt", + "idas" + ], + [ + "▁vere", + "mos" + ], + [ + "▁ver", + "emos" + ], + [ + "enable", + "d" + ], + [ + "en", + "abled" + ], + [ + "▁didático", + "s" + ], + [ + "▁did", + "áticos" + ], + [ + "▁Pac", + "ífico" + ], + [ + "▁Fig", + "ue" + ], + [ + "▁Fi", + "gue" + ], + [ + "▁F", + "igue" + ], + [ + "▁Multi", + "plication" + ], + [ + "▁bon", + "ito" + ], + [ + "equ", + "iv" + ], + [ + "▁Al", + "an" + ], + [ + "▁A", + "lan" + ], + [ + "▁vermelha", + "s" + ], + [ + "▁verm", + "elhas" + ], + [ + "▁restante", + "s" + ], + [ + "▁rest", + "antes" + ], + [ + "▁#", + "$" + ], + [ + "▁spo", + "ns" + ], + [ + "▁sp", + "ons" + ], + [ + "▁vag", + "a" + ], + [ + "▁va", + "ga" + ], + [ + "▁v", + "aga" + ], + [ + "▁inclus", + "ion" + ], + [ + "▁incl", + "usion" + ], + [ + "▁in", + "clusion" + ], + [ + "▁Sol", + "id" + ], + [ + "▁36", + "," + ], + [ + "▁3", + "6," + ], + [ + "▁", + "36," + ], + [ + "▁Ident", + "ify" + ], + [ + "▁Min", + "nesota" + ], + [ + "tur", + "n" + ], + [ + "tu", + "rn" + ], + [ + "t", + "urn" + ], + [ + "▁hig", + "ien" + ], + [ + "▁phase", + "s" + ], + [ + "▁phas", + "es" + ], + [ + "▁ph", + "ases" + ], + [ + "▁rh", + "s" + ], + [ + "▁r", + "hs" + ], + [ + "▁", + "rhs" + ], + [ + "▁zinc", + "o" + ], + [ + "▁z", + "inco" + ], + [ + "▁cov", + "id" + ], + [ + "▁co", + "vid" + ], + [ + "18", + "6" + ], + [ + "1", + "86" + ], + [ + "▁Frei", + "tas" + ], + [ + "▁Fre", + "itas" + ], + [ + "ima", + "g" + ], + [ + "im", + "ag" + ], + [ + "i", + "mag" + ], + [ + "▁más", + "cara" + ], + [ + "▁má", + "scara" + ], + [ + "▁distribut", + "e" + ], + [ + "▁distribu", + "te" + ], + [ + "▁dist", + "ribute" + ], + [ + "▁T", + "M" + ], + [ + "▁", + "TM" + ], + [ + "▁pris", + "ion" + ], + [ + "▁pr", + "ision" + ], + [ + "▁dentist", + "a" + ], + [ + "▁dent", + "ista" + ], + [ + "▁hur", + "t" + ], + [ + "▁h", + "urt" + ], + [ + "▁afasta", + "r" + ], + [ + "▁afast", + "ar" + ], + [ + "▁entusias", + "mo" + ], + [ + "▁Func", + "ion" + ], + [ + "▁Fun", + "cion" + ], + [ + "▁foot", + "ball" + ], + [ + "ên", + "ia" + ], + [ + "ê", + "nia" + ], + [ + "▁esc", + "ap" + ], + [ + "▁es", + "cap" + ], + [ + "▁Sid", + "e" + ], + [ + "▁Si", + "de" + ], + [ + "▁S", + "ide" + ], + [ + "▁", + "Side" + ], + [ + "▁porcent", + "agem" + ], + [ + "ogo", + "nal" + ], + [ + "og", + "onal" + ], + [ + "33", + "9" + ], + [ + "3", + "39" + ], + [ + "Sur", + "face" + ], + [ + "Ro", + "b" + ], + [ + "R", + "ob" + ], + [ + "ast", + "ing" + ], + [ + "as", + "ting" + ], + [ + "▁Depend", + "ing" + ], + [ + "▁Dep", + "ending" + ], + [ + "▁De", + "pending" + ], + [ + "▁fabric", + "ante" + ], + [ + "▁regula", + "te" + ], + [ + "▁regul", + "ate" + ], + [ + "▁reg", + "ulate" + ], + [ + "ín", + "sec" + ], + [ + "▁progress", + "ion" + ], + [ + "▁pro", + "gression" + ], + [ + "icon", + "s" + ], + [ + "ico", + "ns" + ], + [ + "ic", + "ons" + ], + [ + "i", + "cons" + ], + [ + "▁bel", + "t" + ], + [ + "▁be", + "lt" + ], + [ + "▁b", + "elt" + ], + [ + "▁Vic", + "e" + ], + [ + "▁Vi", + "ce" + ], + [ + "▁V", + "ice" + ], + [ + "▁G", + "M" + ], + [ + "▁", + "GM" + ], + [ + "▁hom", + "osse" + ], + [ + "pon", + "do" + ], + [ + "p", + "ondo" + ], + [ + "▁máscara", + "s" + ], + [ + "▁má", + "scaras" + ], + [ + "ч", + "е" + ], + [ + "w", + "l" + ], + [ + "▁Mét", + "odo" + ], + [ + "▁AN", + "S" + ], + [ + "▁A", + "NS" + ], + [ + "▁", + "ANS" + ], + [ + "oc", + "ult" + ], + [ + "o", + "cult" + ], + [ + "IF", + "Y" + ], + [ + "▁ho", + "b" + ], + [ + "▁h", + "ob" + ], + [ + "▁russ", + "o" + ], + [ + "▁rus", + "so" + ], + [ + "▁r", + "usso" + ], + [ + "▁nat", + "iva" + ], + [ + "▁n", + "ativa" + ], + [ + "af", + "ka" + ], + [ + "▁Ri", + "ta" + ], + [ + "▁R", + "ita" + ], + [ + "▁slow", + "er" + ], + [ + "▁sl", + "ower" + ], + [ + "▁s", + "lower" + ], + [ + "▁Ba", + "g" + ], + [ + "▁B", + "ag" + ], + [ + "▁", + "Bag" + ], + [ + "▁permit", + "a" + ], + [ + "▁perm", + "ita" + ], + [ + "03", + "," + ], + [ + "0", + "3," + ], + [ + "cr", + "i" + ], + [ + "c", + "ri" + ], + [ + "▁Char", + "t" + ], + [ + "▁Cha", + "rt" + ], + [ + "▁Ch", + "art" + ], + [ + "▁", + "Chart" + ], + [ + "▁volunteer", + "s" + ], + [ + "▁volunte", + "ers" + ], + [ + "▁deixa", + "do" + ], + [ + "▁deix", + "ado" + ], + [ + "▁jude", + "u" + ], + [ + "▁jud", + "eu" + ], + [ + "▁sin", + "us" + ], + [ + "▁s", + "inus" + ], + [ + "▁propor", + "ções" + ], + [ + "▁g", + "t" + ], + [ + "▁", + "gt" + ], + [ + "▁ST", + "EM" + ], + [ + "▁", + "STEM" + ], + [ + "▁literal", + "mente" + ], + [ + "▁liter", + "almente" + ], + [ + "▁Look", + "ing" + ], + [ + "▁Lo", + "oking" + ], + [ + "▁classificado", + "s" + ], + [ + "▁classifica", + "dos" + ], + [ + "▁class", + "ificados" + ], + [ + "Pr", + "i" + ], + [ + "P", + "ri" + ], + [ + "aprend", + "izagem" + ], + [ + ".1", + "." + ], + [ + ".", + "1." + ], + [ + "▁Res", + "ist" + ], + [ + "▁Ato", + "s" + ], + [ + "▁At", + "os" + ], + [ + "▁A", + "tos" + ], + [ + "▁fill", + "ing" + ], + [ + "▁fil", + "ling" + ], + [ + "▁f", + "illing" + ], + [ + "▁psiqu", + "iat" + ], + [ + "▁In", + "it" + ], + [ + "▁I", + "nit" + ], + [ + "▁", + "Init" + ], + [ + "▁pin", + "e" + ], + [ + "▁pi", + "ne" + ], + [ + "▁p", + "ine" + ], + [ + "▁", + "pine" + ], + [ + "▁dev", + "endo" + ], + [ + "▁de", + "vendo" + ], + [ + "32", + "2" + ], + [ + "3", + "22" + ], + [ + "++)", + "{" + ], + [ + "++", + "){" + ], + [ + "▁el", + "ig" + ], + [ + "▁e", + "lig" + ], + [ + "EI", + "GN" + ], + [ + "E", + "IGN" + ], + [ + "▁obtain", + "ing" + ], + [ + "▁obt", + "aining" + ], + [ + "▁ob", + "taining" + ], + [ + "▁Education", + "al" + ], + [ + "▁Educ", + "ational" + ], + [ + "▁men", + "ing" + ], + [ + "▁me", + "ning" + ], + [ + "▁m", + "ening" + ], + [ + "awa", + "re" + ], + [ + "aw", + "are" + ], + [ + "a", + "ware" + ], + [ + "P", + "icture" + ], + [ + "▁ped", + "indo" + ], + [ + "8", + "(" + ], + [ + "▁nele", + "s" + ], + [ + "▁ne", + "les" + ], + [ + "▁n", + "eles" + ], + [ + "▁Tool", + "s" + ], + [ + "▁Too", + "ls" + ], + [ + "▁To", + "ols" + ], + [ + "▁", + "Tools" + ], + [ + "▁gold", + "en" + ], + [ + "▁gol", + "den" + ], + [ + "doc", + "ker" + ], + [ + "d", + "ocker" + ], + [ + "▁ca", + "ç" + ], + [ + "Ma", + "ke" + ], + [ + "M", + "ake" + ], + [ + "pi", + "p" + ], + [ + "p", + "ip" + ], + [ + "▁patent", + "e" + ], + [ + "▁pat", + "ente" + ], + [ + "▁artic", + "ular" + ], + [ + "▁art", + "icular" + ], + [ + "▁ar", + "ticular" + ], + [ + "▁advertis", + "ing" + ], + [ + "▁advert", + "ising" + ], + [ + "▁sin", + "d" + ], + [ + "▁si", + "nd" + ], + [ + "▁s", + "ind" + ], + [ + "▁strug", + "gling" + ], + [ + "▁Aqu", + "ele" + ], + [ + "▁A", + "quele" + ], + [ + "T", + "L" + ], + [ + "techn", + "ology" + ], + [ + "red", + "irect" + ], + [ + "re", + "direct" + ], + [ + "▁La", + "g" + ], + [ + "▁L", + "ag" + ], + [ + "ATION", + "S" + ], + [ + "AT", + "IONS" + ], + [ + "▁percor", + "r" + ], + [ + "▁perc", + "orr" + ], + [ + "▁per", + "corr" + ], + [ + "▁dinâmica", + "s" + ], + [ + "▁dinâm", + "icas" + ], + [ + "▁din", + "âmicas" + ], + [ + "Az", + "ure" + ], + [ + "fr", + "a" + ], + [ + "f", + "ra" + ], + [ + "▁cap", + "ela" + ], + [ + "▁típ", + "ico" + ], + [ + "▁residente", + "s" + ], + [ + "▁resident", + "es" + ], + [ + "▁resid", + "entes" + ], + [ + "▁res", + "identes" + ], + [ + "▁illness", + "es" + ], + [ + "▁atra", + "ção" + ], + [ + "▁atr", + "ação" + ], + [ + "▁at", + "ração" + ], + [ + "▁``", + "//" + ], + [ + "▁vô", + "m" + ], + [ + "▁v", + "ôm" + ], + [ + "Group", + "s" + ], + [ + "▁Perm", + "an" + ], + [ + "▁Per", + "man" + ], + [ + "▁habita", + "ção" + ], + [ + "▁habit", + "ação" + ], + [ + "▁hab", + "itação" + ], + [ + "▁poder", + "íamos" + ], + [ + "▁sy", + "ll" + ], + [ + "▁s", + "yll" + ], + [ + "ient", + "ais" + ], + [ + "▁cob", + "rir" + ], + [ + "▁acordo", + "s" + ], + [ + "▁acord", + "os" + ], + [ + "▁divulg", + "ado" + ], + [ + "▁orienta", + "l" + ], + [ + "▁orient", + "al" + ], + [ + "▁ori", + "ental" + ], + [ + "▁or", + "iental" + ], + [ + "MI", + "T" + ], + [ + "M", + "IT" + ], + [ + "article", + "s" + ], + [ + "ar", + "ticles" + ], + [ + "curso", + "r" + ], + [ + "c", + "ursor" + ], + [ + "VER", + "T" + ], + [ + "VE", + "RT" + ], + [ + "V", + "ERT" + ], + [ + "▁P", + "D" + ], + [ + "▁", + "PD" + ], + [ + "ison", + "s" + ], + [ + "iso", + "ns" + ], + [ + "is", + "ons" + ], + [ + "iv", + "ia" + ], + [ + "i", + "via" + ], + [ + "▁adolescent", + "s" + ], + [ + "▁adolesc", + "ents" + ], + [ + "==", + "\"" + ], + [ + "=", + "=\"" + ], + [ + "Se", + "g" + ], + [ + "S", + "eg" + ], + [ + "▁vin", + "g" + ], + [ + "▁vi", + "ng" + ], + [ + "▁v", + "ing" + ], + [ + "▁", + "ving" + ], + [ + "dec", + "ode" + ], + [ + "de", + "code" + ], + [ + "11", + ":" + ], + [ + "1", + "1:" + ], + [ + "ve", + "t" + ], + [ + "v", + "et" + ], + [ + "▁Tur", + "k" + ], + [ + "▁Tu", + "rk" + ], + [ + "▁workshop", + "s" + ], + [ + "▁work", + "shops" + ], + [ + "▁Curso", + "s" + ], + [ + "▁Cur", + "sos" + ], + [ + "▁C", + "ursos" + ], + [ + "▁macho", + "s" + ], + [ + "▁mach", + "os" + ], + [ + "▁mac", + "hos" + ], + [ + "▁ma", + "chos" + ], + [ + "▁Gan", + "d" + ], + [ + "▁Ga", + "nd" + ], + [ + "▁G", + "and" + ], + [ + "▁junta", + "r" + ], + [ + "▁junt", + "ar" + ], + [ + "▁jun", + "tar" + ], + [ + "22", + "6" + ], + [ + "2", + "26" + ], + [ + "▁inhabit", + "ants" + ], + [ + "▁bic", + "h" + ], + [ + "▁bi", + "ch" + ], + [ + "▁b", + "ich" + ], + [ + "▁excit", + "ed" + ], + [ + "▁exc", + "ited" + ], + [ + "32", + "8" + ], + [ + "3", + "28" + ], + [ + "anho", + "s" + ], + [ + "anh", + "os" + ], + [ + "an", + "hos" + ], + [ + "▁mutation", + "s" + ], + [ + "▁mut", + "ations" + ], + [ + "▁MAT", + "LAB" + ], + [ + "▁expon", + "ent" + ], + [ + "▁ex", + "ponent" + ], + [ + "▁spell", + "ing" + ], + [ + "▁sp", + "elling" + ], + [ + "▁Che", + "r" + ], + [ + "▁Ch", + "er" + ], + [ + "▁C", + "her" + ], + [ + "red", + "uce" + ], + [ + "re", + "duce" + ], + [ + "########", + "####" + ], + [ + "####", + "########" + ], + [ + "ím", + "os" + ], + [ + "í", + "mos" + ], + [ + "▁gallon", + "s" + ], + [ + "▁gall", + "ons" + ], + [ + "▁spread", + "ing" + ], + [ + "▁sp", + "reading" + ], + [ + "PRO", + "C" + ], + [ + "PR", + "OC" + ], + [ + "▁afetado", + "s" + ], + [ + "▁afeta", + "dos" + ], + [ + "▁afet", + "ados" + ], + [ + "38", + "6" + ], + [ + "3", + "86" + ], + [ + "▁exp", + "ense" + ], + [ + "▁colocada", + "s" + ], + [ + "▁coloca", + "das" + ], + [ + "▁coloc", + "adas" + ], + [ + "▁col", + "ocadas" + ], + [ + "INA", + "L" + ], + [ + "IN", + "AL" + ], + [ + "▁in", + "ef" + ], + [ + "k", + "b" + ], + [ + "▁Mo", + "z" + ], + [ + "▁M", + "oz" + ], + [ + "▁Bi", + "n" + ], + [ + "▁B", + "in" + ], + [ + "▁", + "Bin" + ], + [ + "▁development", + "al" + ], + [ + "▁develop", + "mental" + ], + [ + "▁/", + "1." + ], + [ + "▁", + "/1." + ], + [ + "ôm", + "bia" + ], + [ + "ô", + "mbia" + ], + [ + "▁rara", + "s" + ], + [ + "▁rar", + "as" + ], + [ + "▁ra", + "ras" + ], + [ + "▁r", + "aras" + ], + [ + "▁SD", + "L" + ], + [ + "▁S", + "DL" + ], + [ + "▁", + "SDL" + ], + [ + "▁EV", + "ENT" + ], + [ + "▁", + "EVENT" + ], + [ + "▁incom", + "pat" + ], + [ + "▁in", + "compat" + ], + [ + "(", + "7" + ], + [ + "add", + "ed" + ], + [ + "ad", + "ded" + ], + [ + "▁multi", + "p" + ], + [ + "▁mult", + "ip" + ], + [ + "▁mul", + "tip" + ], + [ + "She", + "et" + ], + [ + "S", + "heet" + ], + [ + "tod", + "o" + ], + [ + "to", + "do" + ], + [ + "t", + "odo" + ], + [ + "▁\")", + ";" + ], + [ + "▁\"", + ");" + ], + [ + "▁", + "\");" + ], + [ + "▁etern", + "o" + ], + [ + "▁et", + "erno" + ], + [ + "34", + "4" + ], + [ + "3", + "44" + ], + [ + "▁Eli", + "as" + ], + [ + "▁El", + "ias" + ], + [ + "rav", + "o" + ], + [ + "ra", + "vo" + ], + [ + "r", + "avo" + ], + [ + "▁favor", + "áveis" + ], + [ + "▁{}", + "," + ], + [ + "▁{", + "}," + ], + [ + "▁", + "{}," + ], + [ + "▁37", + "." + ], + [ + "▁3", + "7." + ], + [ + "▁", + "37." + ], + [ + "▁atento", + "s" + ], + [ + "▁atent", + "os" + ], + [ + "▁at", + "entos" + ], + [ + "▁elder", + "ly" + ], + [ + "man", + "y" + ], + [ + "ma", + "ny" + ], + [ + "m", + "any" + ], + [ + "▁Mon", + "ey" + ], + [ + "▁Mo", + "ney" + ], + [ + "▁M", + "oney" + ], + [ + "▁oil", + "s" + ], + [ + "▁o", + "ils" + ], + [ + "37", + "9" + ], + [ + "3", + "79" + ], + [ + "IM", + "P" + ], + [ + "I", + "MP" + ], + [ + "▁capt", + "ura" + ], + [ + "▁d", + "p" + ], + [ + "▁", + "dp" + ], + [ + "▁satisfaz", + "er" + ], + [ + "▁satisf", + "azer" + ], + [ + "▁satis", + "fazer" + ], + [ + "▁inovadora", + "s" + ], + [ + "▁inovador", + "as" + ], + [ + "▁inov", + "adoras" + ], + [ + "iol", + "ogy" + ], + [ + "i", + "ology" + ], + [ + "De", + "r" + ], + [ + "D", + "er" + ], + [ + "ffffff", + "ff" + ], + [ + "ffff", + "ffff" + ], + [ + "ff", + "ffffff" + ], + [ + "88", + "." + ], + [ + "8", + "8." + ], + [ + "▁compet", + "it" + ], + [ + "д", + "е" + ], + [ + "(1", + "6" + ], + [ + "(", + "16" + ], + [ + "comp", + "ile" + ], + [ + "33", + "6" + ], + [ + "3", + "36" + ], + [ + "▁Gu", + "in" + ], + [ + "▁out", + "ono" + ], + [ + "▁simplic", + "idade" + ], + [ + "▁simpl", + "icidade" + ], + [ + "object", + "s" + ], + [ + "time", + "out" + ], + [ + "▁fechado", + "s" + ], + [ + "▁fecha", + "dos" + ], + [ + "▁fech", + "ados" + ], + [ + "▁fec", + "hados" + ], + [ + "▁patr", + "on" + ], + [ + "▁pat", + "ron" + ], + [ + "▁salt", + "o" + ], + [ + "▁sal", + "to" + ], + [ + "▁s", + "alto" + ], + [ + "▁abundant", + "e" + ], + [ + "▁abund", + "ante" + ], + [ + "▁36", + "." + ], + [ + "▁3", + "6." + ], + [ + "▁", + "36." + ], + [ + "▁tank", + "s" + ], + [ + "▁tan", + "ks" + ], + [ + "▁t", + "anks" + ], + [ + "▁S", + "ession" + ], + [ + "▁", + "Session" + ], + [ + "▁Log", + "ic" + ], + [ + "▁", + "Logic" + ], + [ + "▁Ca", + "v" + ], + [ + "▁C", + "av" + ], + [ + "▁dem", + "ent" + ], + [ + "▁de", + "ment" + ], + [ + "▁d", + "ement" + ], + [ + "▁do", + "br" + ], + [ + "▁", + "dobr" + ], + [ + "▁lou", + "d" + ], + [ + "▁lo", + "ud" + ], + [ + "▁l", + "oud" + ], + [ + "▁quantit", + "ative" + ], + [ + "▁quant", + "itative" + ], + [ + "▁espanhol", + "a" + ], + [ + "▁espanh", + "ola" + ], + [ + "▁Sen", + "ate" + ], + [ + "▁prolifer", + "ação" + ], + [ + "▁prolif", + "eração" + ], + [ + "▁epidemi", + "a" + ], + [ + "▁epidem", + "ia" + ], + [ + "▁epid", + "emia" + ], + [ + "CF", + "F" + ], + [ + "C", + "FF" + ], + [ + "▁m", + "n" + ], + [ + "▁", + "mn" + ], + [ + "Dist", + "ance" + ], + [ + "▁labor", + "ator" + ], + [ + "▁vir", + "ou" + ], + [ + "▁vi", + "rou" + ], + [ + "▁v", + "irou" + ], + [ + "▁esc", + "av" + ], + [ + "LI", + "ED" + ], + [ + "L", + "IED" + ], + [ + "▁pes", + "t" + ], + [ + "▁pe", + "st" + ], + [ + "▁p", + "est" + ], + [ + "pro", + "of" + ], + [ + "▁Rat", + "io" + ], + [ + "▁R", + "atio" + ], + [ + "▁", + "Ratio" + ], + [ + "▁vestib", + "ular" + ], + [ + "▁vest", + "ibular" + ], + [ + "▁sofr", + "endo" + ], + [ + "▁Sm", + "o" + ], + [ + "▁S", + "mo" + ], + [ + "ropolitan", + "a" + ], + [ + "ropolit", + "ana" + ], + [ + "▁quil", + "os" + ], + [ + "▁qui", + "los" + ], + [ + "▁qu", + "ilos" + ], + [ + "▁determina", + "tion" + ], + [ + "▁determin", + "ation" + ], + [ + "▁meta", + "f" + ], + [ + "▁met", + "af" + ], + [ + "▁clos", + "ing" + ], + [ + "▁cl", + "osing" + ], + [ + "▁", + "closing" + ], + [ + "entic", + "ation" + ], + [ + "т", + "и" + ], + [ + "▁196", + "4" + ], + [ + "▁19", + "64" + ], + [ + "At", + "A" + ], + [ + "▁hidr", + "el" + ], + [ + "▁hid", + "rel" + ], + [ + "IA", + "N" + ], + [ + "I", + "AN" + ], + [ + "Dep", + "th" + ], + [ + "▁flow", + "ing" + ], + [ + "▁flo", + "wing" + ], + [ + "▁fl", + "owing" + ], + [ + "▁dt", + "ype" + ], + [ + "▁d", + "type" + ], + [ + "▁", + "dtype" + ], + [ + "▁Nic", + "h" + ], + [ + "▁Ni", + "ch" + ], + [ + "▁N", + "ich" + ], + [ + "▁hope", + "s" + ], + [ + "▁hop", + "es" + ], + [ + "▁ho", + "pes" + ], + [ + "▁h", + "opes" + ], + [ + "MS", + "G" + ], + [ + "M", + "SG" + ], + [ + "▁lança", + "da" + ], + [ + "▁lanç", + "ada" + ], + [ + "▁lan", + "çada" + ], + [ + "▁ad", + "j" + ], + [ + "▁", + "adj" + ], + [ + "▁gratuita", + "mente" + ], + [ + "▁gratuit", + "amente" + ], + [ + "▁gratu", + "itamente" + ], + [ + "10", + "3" + ], + [ + "1", + "03" + ], + [ + "da", + "l" + ], + [ + "d", + "al" + ], + [ + "▁diarr", + "e" + ], + [ + "▁di", + "arre" + ], + [ + "▁Sem", + "inário" + ], + [ + "aker", + "s" + ], + [ + "ake", + "rs" + ], + [ + "ak", + "ers" + ], + [ + "a", + "kers" + ], + [ + "▁Ph", + "ot" + ], + [ + "▁P", + "hot" + ], + [ + "cons", + "in" + ], + [ + "con", + "sin" + ], + [ + "ijo", + "s" + ], + [ + "ij", + "os" + ], + [ + "i", + "jos" + ], + [ + "▁constru", + "iu" + ], + [ + "▁opress", + "ão" + ], + [ + "▁o", + "pressão" + ], + [ + "á", + "vio" + ], + [ + "▁agência", + "s" + ], + [ + "▁ag", + "ências" + ], + [ + "▁ge", + "m" + ], + [ + "▁g", + "em" + ], + [ + "▁", + "gem" + ], + [ + "▁espa", + "ciais" + ], + [ + "▁esp", + "aciais" + ], + [ + "abs", + "ol" + ], + [ + "ab", + "sol" + ], + [ + "74", + "2" + ], + [ + "7", + "42" + ], + [ + "▁identifica", + "do" + ], + [ + "▁identific", + "ado" + ], + [ + "▁ident", + "ificado" + ], + [ + ":", + "%" + ], + [ + "▁Re", + "gression" + ], + [ + "▁", + "Regression" + ], + [ + "ICA", + "ÇÃO" + ], + [ + "IC", + "AÇÃO" + ], + [ + "eno", + "te" + ], + [ + "en", + "ote" + ], + [ + "e", + "note" + ], + [ + "train", + "ing" + ], + [ + "tra", + "ining" + ], + [ + "tr", + "aining" + ], + [ + "t", + "raining" + ], + [ + "▁auto", + "nom" + ], + [ + "▁aut", + "onom" + ], + [ + "▁fragment", + "os" + ], + [ + "ídu", + "o" + ], + [ + "íd", + "uo" + ], + [ + "í", + "duo" + ], + [ + "▁embal", + "agem" + ], + [ + "__", + "," + ], + [ + "_", + "_," + ], + [ + "wav", + "e" + ], + [ + "wa", + "ve" + ], + [ + "w", + "ave" + ], + [ + "▁s", + "z" + ], + [ + "▁", + "sz" + ], + [ + "▁avi", + "ões" + ], + [ + "▁av", + "iões" + ], + [ + "No", + "v" + ], + [ + "N", + "ov" + ], + [ + "imi", + "r" + ], + [ + "im", + "ir" + ], + [ + "i", + "mir" + ], + [ + "FB", + "FB" + ], + [ + "le", + "af" + ], + [ + "▁Na", + "n" + ], + [ + "▁N", + "an" + ], + [ + "▁sério", + "s" + ], + [ + "▁sé", + "rios" + ], + [ + "▁s", + "érios" + ], + [ + "H", + "L" + ], + [ + "encia", + "s" + ], + [ + "enci", + "as" + ], + [ + "enc", + "ias" + ], + [ + "en", + "cias" + ], + [ + "e", + "ncias" + ], + [ + "▁facult", + "y" + ], + [ + "▁fac", + "ulty" + ], + [ + "▁D", + "R" + ], + [ + "▁", + "DR" + ], + [ + "▁ma", + "qu" + ], + [ + "▁m", + "aqu" + ], + [ + "át", + "il" + ], + [ + "á", + "til" + ], + [ + "▁refer", + "ring" + ], + [ + "AN", + "K" + ], + [ + "▁Add", + "ing" + ], + [ + "▁Ad", + "ding" + ], + [ + "▁ajudar", + "á" + ], + [ + "▁ajud", + "ará" + ], + [ + "eme", + "d" + ], + [ + "em", + "ed" + ], + [ + "e", + "med" + ], + [ + "fre", + "q" + ], + [ + "fr", + "eq" + ], + [ + "f", + "req" + ], + [ + "▁adiant", + "a" + ], + [ + "▁adi", + "anta" + ], + [ + "▁limit", + "ing" + ], + [ + "▁lim", + "iting" + ], + [ + "▁amament", + "ação" + ], + [ + "▁Aprend", + "er" + ], + [ + "▁Apr", + "ender" + ], + [ + "▁Ap", + "render" + ], + [ + "▁align", + "ment" + ], + [ + "▁al", + "ignment" + ], + [ + "▁Alt", + "a" + ], + [ + "▁Al", + "ta" + ], + [ + "mac", + "e" + ], + [ + "ma", + "ce" + ], + [ + "m", + "ace" + ], + [ + "▁impression", + "ante" + ], + [ + "▁longe", + "v" + ], + [ + "▁long", + "ev" + ], + [ + "▁ol", + "hando" + ], + [ + "▁polyg", + "on" + ], + [ + "▁poly", + "gon" + ], + [ + "▁pol", + "ygon" + ], + [ + "▁elétrica", + "s" + ], + [ + "▁elétr", + "icas" + ], + [ + "▁el", + "étricas" + ], + [ + "ith", + "y" + ], + [ + "it", + "hy" + ], + [ + "i", + "thy" + ], + [ + "▁reprodu", + "ctive" + ], + [ + "▁repro", + "ductive" + ], + [ + "▁rule", + "d" + ], + [ + "▁ru", + "led" + ], + [ + "▁infinit", + "y" + ], + [ + "▁infin", + "ity" + ], + [ + "▁inf", + "inity" + ], + [ + "▁al", + "ar" + ], + [ + "▁a", + "lar" + ], + [ + "▁", + "alar" + ], + [ + "▁be", + "ira" + ], + [ + "▁b", + "eira" + ], + [ + "ís", + "o" + ], + [ + "í", + "so" + ], + [ + "fig", + "size" + ], + [ + "AL", + "E" + ], + [ + "A", + "LE" + ], + [ + "ixa", + "s" + ], + [ + "ix", + "as" + ], + [ + "▁sala", + "ry" + ], + [ + "▁sal", + "ary" + ], + [ + "▁NOT", + "E" + ], + [ + "▁NO", + "TE" + ], + [ + "▁N", + "OTE" + ], + [ + "','", + "201" + ], + [ + "▁Follow", + "ers" + ], + [ + "▁part", + "ly" + ], + [ + "qu", + "ando" + ], + [ + "q", + "uando" + ], + [ + "▁eleva", + "ted" + ], + [ + "▁elev", + "ated" + ], + [ + "ex", + "cept" + ], + [ + "▁CS", + "S" + ], + [ + "▁C", + "SS" + ], + [ + "▁chain", + "s" + ], + [ + "▁cha", + "ins" + ], + [ + "▁ch", + "ains" + ], + [ + "▁chapter", + "s" + ], + [ + "▁chap", + "ters" + ], + [ + "nal", + "s" + ], + [ + "na", + "ls" + ], + [ + "n", + "als" + ], + [ + "▁Fl", + "ag" + ], + [ + "▁F", + "lag" + ], + [ + "▁", + "Flag" + ], + [ + "▁Co", + "elho" + ], + [ + "▁14", + "4" + ], + [ + "▁1", + "44" + ], + [ + "▁", + "144" + ], + [ + "Cap", + "tion" + ], + [ + "Ca", + "ption" + ], + [ + "C", + "aption" + ], + [ + "▁Ba", + "ix" + ], + [ + "▁B", + "aix" + ], + [ + "Cr", + "oss" + ], + [ + "C", + "ross" + ], + [ + "▁Chr", + "is" + ], + [ + "▁Ch", + "ris" + ], + [ + "▁synthes", + "is" + ], + [ + "▁syn", + "thesis" + ], + [ + "▁s", + "ynthesis" + ], + [ + "d", + "v" + ], + [ + "edge", + "s" + ], + [ + "ed", + "ges" + ], + [ + "▁am", + "o" + ], + [ + "▁a", + "mo" + ], + [ + "▁", + "amo" + ], + [ + "sh", + "e" + ], + [ + "s", + "he" + ], + [ + "resh", + "ape" + ], + [ + "res", + "hape" + ], + [ + "re", + "shape" + ], + [ + "ír", + "io" + ], + [ + "í", + "rio" + ], + [ + "▁conf", + "ron" + ], + [ + "CP", + "U" + ], + [ + "C", + "PU" + ], + [ + "▁Constitu", + "cional" + ], + [ + "▁st", + "iff" + ], + [ + "▁300", + "0" + ], + [ + "▁30", + "00" + ], + [ + "▁3", + "000" + ], + [ + "▁Az", + "ure" + ], + [ + "▁", + "Azure" + ], + [ + "▁Nutri", + "ção" + ], + [ + "▁Nut", + "rição" + ], + [ + "utra", + "l" + ], + [ + "ut", + "ral" + ], + [ + "▁dific", + "ilmente" + ], + [ + "▁prioridade", + "s" + ], + [ + "▁priori", + "dades" + ], + [ + "▁prior", + "idades" + ], + [ + "cycl", + "e" + ], + [ + "cy", + "cle" + ], + [ + "c", + "ycle" + ], + [ + "▁enfat", + "iza" + ], + [ + "▁Gi", + "t" + ], + [ + "▁G", + "it" + ], + [ + "▁", + "Git" + ], + [ + "▁c", + "ôn" + ], + [ + "isa", + "r" + ], + [ + "is", + "ar" + ], + [ + "▁organ", + "ism" + ], + [ + "▁acrescenta", + "r" + ], + [ + "▁acrescent", + "ar" + ], + [ + "▁acresc", + "entar" + ], + [ + "▁is", + "t" + ], + [ + "▁i", + "st" + ], + [ + "▁", + "ist" + ], + [ + "ECE", + "C" + ], + [ + "EC", + "EC" + ], + [ + "prog", + "ress" + ], + [ + "pro", + "gress" + ], + [ + "ill", + "o" + ], + [ + "il", + "lo" + ], + [ + "▁disposto", + "s" + ], + [ + "▁dispos", + "tos" + ], + [ + "▁disp", + "ostos" + ], + [ + "yl", + "l" + ], + [ + "y", + "ll" + ], + [ + "sc", + "al" + ], + [ + "s", + "cal" + ], + [ + "dest", + "roy" + ], + [ + "▁Vatic", + "ano" + ], + [ + "▁Estrut", + "ura" + ], + [ + "▁Lo", + "ve" + ], + [ + "▁L", + "ove" + ], + [ + "▁Minist", + "ro" + ], + [ + "▁Mini", + "stro" + ], + [ + "▁Min", + "istro" + ], + [ + "sub", + "mit" + ], + [ + "▁formada", + "s" + ], + [ + "▁forma", + "das" + ], + [ + "▁form", + "adas" + ], + [ + "▁diet", + "s" + ], + [ + "▁die", + "ts" + ], + [ + "▁di", + "ets" + ], + [ + "▁tra", + "il" + ], + [ + "▁tr", + "ail" + ], + [ + "▁adj", + "et" + ], + [ + "▁ad", + "jet" + ], + [ + "▁luc", + "k" + ], + [ + "▁lu", + "ck" + ], + [ + "▁l", + "uck" + ], + [ + "▁hort", + "a" + ], + [ + "▁hor", + "ta" + ], + [ + "▁h", + "orta" + ], + [ + "▁eixo", + "s" + ], + [ + "▁e", + "ixos" + ], + [ + "Drive", + "r" + ], + [ + "Dr", + "iver" + ], + [ + "▁Bernard", + "o" + ], + [ + "▁Bern", + "ardo" + ], + [ + "▁dren", + "agem" + ], + [ + "30", + "3" + ], + [ + "3", + "03" + ], + [ + "▁initiative", + "s" + ], + [ + "▁initi", + "atives" + ], + [ + "▁Ap", + "plied" + ], + [ + "es", + "u" + ], + [ + "e", + "su" + ], + [ + "atu", + "m" + ], + [ + "at", + "um" + ], + [ + "ish", + "es" + ], + [ + "is", + "hes" + ], + [ + "▁paint", + "ed" + ], + [ + "▁pain", + "ted" + ], + [ + "▁pa", + "inted" + ], + [ + "▁residência", + "s" + ], + [ + "▁resid", + "ências" + ], + [ + "▁capt", + "ação" + ], + [ + "obi", + "c" + ], + [ + "ob", + "ic" + ], + [ + "Set", + "ting" + ], + [ + "▁assessment", + "s" + ], + [ + "▁assess", + "ments" + ], + [ + "▁Re", + "act" + ], + [ + "▁submetido", + "s" + ], + [ + "▁submet", + "idos" + ], + [ + "b", + "n" + ], + [ + "▁teen", + "s" + ], + [ + "▁te", + "ens" + ], + [ + "op", + "a" + ], + [ + "o", + "pa" + ], + [ + "L", + "U" + ], + [ + "▁Borg", + "es" + ], + [ + "▁Bor", + "ges" + ], + [ + "▁panor", + "ama" + ], + [ + "▁pano", + "rama" + ], + [ + "▁mat", + "uridade" + ], + [ + "▁localizado", + "s" + ], + [ + "▁localiza", + "dos" + ], + [ + "▁local", + "izados" + ], + [ + "15", + ":" + ], + [ + "1", + "5:" + ], + [ + "ut", + "ri" + ], + [ + "u", + "tri" + ], + [ + "80", + "7" + ], + [ + "8", + "07" + ], + [ + "▁Ind", + "igenous" + ], + [ + "80", + "5" + ], + [ + "8", + "05" + ], + [ + "▁hi", + "ll" + ], + [ + "▁h", + "ill" + ], + [ + "▁", + "hill" + ], + [ + "▁pack", + "ed" + ], + [ + "▁pac", + "ked" + ], + [ + "ibr", + "e" + ], + [ + "ib", + "re" + ], + [ + "i", + "bre" + ], + [ + "▁LI", + "C" + ], + [ + "▁L", + "IC" + ], + [ + "▁", + "LIC" + ], + [ + "▁sól", + "ida" + ], + [ + "▁F", + "i" + ], + [ + "▁", + "Fi" + ], + [ + "A", + "xis" + ], + [ + "▁contamin", + "ation" + ], + [ + "▁contam", + "ination" + ], + [ + "▁que", + "ira" + ], + [ + "▁qu", + "eira" + ], + [ + "▁", + "queira" + ], + [ + "▁Gr", + "ã" + ], + [ + "▁Un", + "til" + ], + [ + "▁", + "Until" + ], + [ + "▁license", + "d" + ], + [ + "▁lic", + "ensed" + ], + [ + "▁Mora", + "es" + ], + [ + "▁Mor", + "aes" + ], + [ + "▁senhor", + "a" + ], + [ + "▁s", + "enhora" + ], + [ + "▁cuidados", + "amente" + ], + [ + "Vir", + "tual" + ], + [ + "▁lact", + "ose" + ], + [ + "▁symbol", + "ic" + ], + [ + "▁sym", + "bolic" + ], + [ + "▁evalu", + "ating" + ], + [ + "▁eval", + "uating" + ], + [ + "onda", + "s" + ], + [ + "ond", + "as" + ], + [ + "on", + "das" + ], + [ + "effect", + "ive" + ], + [ + "ig", + "s" + ], + [ + "i", + "gs" + ], + [ + "▁J", + "únior" + ], + [ + "▁10", + ";" + ], + [ + "▁1", + "0;" + ], + [ + "▁", + "10;" + ], + [ + "▁HP", + "V" + ], + [ + "▁H", + "PV" + ], + [ + "▁ENS", + "INO" + ], + [ + "▁abund", + "ant" + ], + [ + "14", + ":" + ], + [ + "1", + "4:" + ], + [ + "li", + "v" + ], + [ + "l", + "iv" + ], + [ + "Ge", + "r" + ], + [ + "G", + "er" + ], + [ + "▁Simple", + "s" + ], + [ + "▁Simpl", + "es" + ], + [ + "▁Sim", + "ples" + ], + [ + "Ro", + "und" + ], + [ + "R", + "ound" + ], + [ + "Event", + "Args" + ], + [ + "xc", + "b" + ], + [ + "x", + "cb" + ], + [ + "▁Ros", + "e" + ], + [ + "▁Ro", + "se" + ], + [ + "▁R", + "ose" + ], + [ + "▁i", + "x" + ], + [ + "▁", + "ix" + ], + [ + "íst", + "a" + ], + [ + "ís", + "ta" + ], + [ + "í", + "sta" + ], + [ + "▁chines", + "a" + ], + [ + "▁chin", + "esa" + ], + [ + "▁dev", + "o" + ], + [ + "▁de", + "vo" + ], + [ + "▁Bro", + "n" + ], + [ + "▁Br", + "on" + ], + [ + "▁B", + "ron" + ], + [ + "▁Sing", + "ap" + ], + [ + "▁Sin", + "gap" + ], + [ + "La", + "b" + ], + [ + "L", + "ab" + ], + [ + "25", + ":" + ], + [ + "2", + "5:" + ], + [ + "▁Cont", + "empor" + ], + [ + "▁Con", + "tempor" + ], + [ + "}", + "]" + ], + [ + "alh", + "o" + ], + [ + "al", + "ho" + ], + [ + "▁199", + "2" + ], + [ + "▁19", + "92" + ], + [ + "▁[", + "`" + ], + [ + "ITO", + "S" + ], + [ + "IT", + "OS" + ], + [ + "v", + "l" + ], + [ + "▁0", + "]" + ], + [ + "▁", + "0]" + ], + [ + "TA", + "BLE" + ], + [ + "T", + "ABLE" + ], + [ + "ESS", + "AGE" + ], + [ + "▁PH", + "P" + ], + [ + "▁P", + "HP" + ], + [ + "sh", + "ore" + ], + [ + "▁lumin", + "os" + ], + [ + "▁lum", + "inos" + ], + [ + "▁l", + "uminos" + ], + [ + "Tool", + "s" + ], + [ + "To", + "ols" + ], + [ + "cie", + "s" + ], + [ + "ci", + "es" + ], + [ + "c", + "ies" + ], + [ + "▁Nosso", + "s" + ], + [ + "▁Nos", + "sos" + ], + [ + "▁N", + "ossos" + ], + [ + "J", + "an" + ], + [ + "▁marc", + "h" + ], + [ + "▁mar", + "ch" + ], + [ + "▁m", + "arch" + ], + [ + "▁depend", + "encies" + ], + [ + "▁", + "dependencies" + ], + [ + "▁Dil", + "ma" + ], + [ + "_)", + ";" + ], + [ + "_", + ");" + ], + [ + "ace", + "t" + ], + [ + "ac", + "et" + ], + [ + "▁press", + "ões" + ], + [ + "ha", + "i" + ], + [ + "h", + "ai" + ], + [ + "▁definit", + "iva" + ], + [ + "▁defin", + "itiva" + ], + [ + "O", + "ur" + ], + [ + "▁TR", + "I" + ], + [ + "▁T", + "RI" + ], + [ + "▁", + "TRI" + ], + [ + "▁consum", + "ing" + ], + [ + "▁longe", + "st" + ], + [ + "▁long", + "est" + ], + [ + "▁lon", + "gest" + ], + [ + "HO", + "S" + ], + [ + "H", + "OS" + ], + [ + "▁código", + "s" + ], + [ + "▁c", + "ódigos" + ], + [ + "▁processo", + "r" + ], + [ + "▁process", + "or" + ], + [ + "▁proc", + "essor" + ], + [ + "▁", + "processor" + ], + [ + "▁software", + "s" + ], + [ + "▁soft", + "wares" + ], + [ + "del", + "ay" + ], + [ + "de", + "lay" + ], + [ + "▁Med", + "iterranean" + ], + [ + "▁imens", + "o" + ], + [ + "▁im", + "enso" + ], + [ + "▁BA", + "R" + ], + [ + "▁B", + "AR" + ], + [ + "▁", + "BAR" + ], + [ + "QUI", + "RE" + ], + [ + "QU", + "IRE" + ], + [ + "▁irrig", + "ation" + ], + [ + "▁sent", + "ença" + ], + [ + "▁CE", + "O" + ], + [ + "▁C", + "EO" + ], + [ + "ilha", + "m" + ], + [ + "ilh", + "am" + ], + [ + "il", + "ham" + ], + [ + "▁Aze", + "vedo" + ], + [ + "▁Professor", + "es" + ], + [ + "▁Profess", + "ores" + ], + [ + "ín", + "hamos" + ], + [ + "á", + "ul" + ], + [ + "inc", + "re" + ], + [ + "in", + "cre" + ], + [ + "ume", + "n" + ], + [ + "um", + "en" + ], + [ + "u", + "men" + ], + [ + "▁mal", + "aria" + ], + [ + "du", + "e" + ], + [ + "d", + "ue" + ], + [ + "dw", + "attr" + ], + [ + "UN", + "IT" + ], + [ + "▁sum", + "s" + ], + [ + "▁su", + "ms" + ], + [ + "▁s", + "ums" + ], + [ + "AB", + "C" + ], + [ + "A", + "BC" + ], + [ + "▁sensor", + "y" + ], + [ + "▁senso", + "ry" + ], + [ + "▁sens", + "ory" + ], + [ + "▁artéria", + "s" + ], + [ + "▁art", + "érias" + ], + [ + "20", + "9" + ], + [ + "2", + "09" + ], + [ + "▁funcional", + "idade" + ], + [ + "▁funcion", + "alidade" + ], + [ + "▁deriv", + "a" + ], + [ + "▁der", + "iva" + ], + [ + "▁Imp", + "r" + ], + [ + "▁Im", + "pr" + ], + [ + "writ", + "ten" + ], + [ + "▁<", + ":" + ], + [ + "▁", + "<:" + ], + [ + "▁solid", + "ão" + ], + [ + "▁sol", + "idão" + ], + [ + "▁OP", + "T" + ], + [ + "▁O", + "PT" + ], + [ + "▁", + "OPT" + ], + [ + "▁limit", + "a" + ], + [ + "▁lim", + "ita" + ], + [ + "▁let", + "t" + ], + [ + "▁le", + "tt" + ], + [ + "▁l", + "ett" + ], + [ + "▁", + "lett" + ], + [ + "N", + "X" + ], + [ + "pro", + "j" + ], + [ + "pr", + "oj" + ], + [ + "ificam", + "ente" + ], + [ + "ifica", + "mente" + ], + [ + "ific", + "amente" + ], + [ + "if", + "icamente" + ], + [ + "25", + "9" + ], + [ + "2", + "59" + ], + [ + "▁yard", + "s" + ], + [ + "▁y", + "ards" + ], + [ + "string", + "s" + ], + [ + "str", + "ings" + ], + [ + "▁Nor", + "t" + ], + [ + "▁No", + "rt" + ], + [ + "▁N", + "ort" + ], + [ + "▁canto", + "s" + ], + [ + "▁cant", + "os" + ], + [ + "▁can", + "tos" + ], + [ + "▁c", + "antos" + ], + [ + "ela", + "nd" + ], + [ + "el", + "and" + ], + [ + "e", + "land" + ], + [ + "▁A", + "venida" + ], + [ + "▁rid", + "e" + ], + [ + "▁ri", + "de" + ], + [ + "▁r", + "ide" + ], + [ + "▁", + "ride" + ], + [ + "icl", + "op" + ], + [ + "▁Ron", + "d" + ], + [ + "▁Ro", + "nd" + ], + [ + "▁R", + "ond" + ], + [ + "emplo", + "y" + ], + [ + "em", + "ploy" + ], + [ + "▁award", + "ed" + ], + [ + "▁aw", + "arded" + ], + [ + "▁Mad", + "r" + ], + [ + "▁Ma", + "dr" + ], + [ + "▁M", + "adr" + ], + [ + "T", + "ick" + ], + [ + "▁producer", + "s" + ], + [ + "▁produce", + "rs" + ], + [ + "▁produc", + "ers" + ], + [ + "▁produ", + "cers" + ], + [ + "▁fict", + "ion" + ], + [ + "▁fic", + "tion" + ], + [ + "▁fi", + "ction" + ], + [ + "▁f", + "iction" + ], + [ + "▁obede", + "cer" + ], + [ + "▁obed", + "ecer" + ], + [ + "▁pro", + "jeção" + ], + [ + "▁anjo", + "s" + ], + [ + "▁an", + "jos" + ], + [ + "IG", + "O" + ], + [ + "I", + "GO" + ], + [ + "▁12", + "3" + ], + [ + "▁1", + "23" + ], + [ + "▁", + "123" + ], + [ + "▁lá", + "gr" + ], + [ + "▁Pre", + "t" + ], + [ + "▁Pr", + "et" + ], + [ + "▁P", + "ret" + ], + [ + "msg", + "s" + ], + [ + "ms", + "gs" + ], + [ + "C", + "a" + ], + [ + "hir", + "e" + ], + [ + "hi", + "re" + ], + [ + "h", + "ire" + ], + [ + "▁representation", + "s" + ], + [ + "▁represent", + "ations" + ], + [ + "▁jupy", + "ter" + ], + [ + "▁j", + "upyter" + ], + [ + "▁", + "jupyter" + ], + [ + "track", + "ing" + ], + [ + "trac", + "king" + ], + [ + "▁gl", + "ac" + ], + [ + "▁Co", + "t" + ], + [ + "▁C", + "ot" + ], + [ + "20", + "5" + ], + [ + "2", + "05" + ], + [ + "H", + "or" + ], + [ + "í", + "metro" + ], + [ + "▁mod", + "ifier" + ], + [ + "▁B", + "T" + ], + [ + "▁", + "BT" + ], + [ + "▁ignor", + "ância" + ], + [ + "▁divis", + "ible" + ], + [ + "▁di", + "visible" + ], + [ + "▁board", + "s" + ], + [ + "▁bo", + "ards" + ], + [ + "▁", + "boards" + ], + [ + "dash", + "board" + ], + [ + "▁suspe", + "ita" + ], + [ + "▁wire", + "s" + ], + [ + "▁w", + "ires" + ], + [ + "CI", + "A" + ], + [ + "C", + "IA" + ], + [ + "▁tw", + "ist" + ], + [ + "▁bal", + "anço" + ], + [ + "▁Creat", + "ing" + ], + [ + "▁Cre", + "ating" + ], + [ + "yo", + "n" + ], + [ + "y", + "on" + ], + [ + "▁opera", + "cionais" + ], + [ + "▁oper", + "acionais" + ], + [ + "-2", + "," + ], + [ + "-", + "2," + ], + [ + "▁aceler", + "ar" + ], + [ + "DDD", + "D" + ], + [ + "DD", + "DD" + ], + [ + "D", + "DDD" + ], + [ + "plo", + "r" + ], + [ + "pl", + "or" + ], + [ + "p", + "lor" + ], + [ + "▁1/", + "3" + ], + [ + "▁1", + "/3" + ], + [ + "▁swim", + "ming" + ], + [ + "vo", + "ice" + ], + [ + "▁point", + "ing" + ], + [ + "+", + "'" + ], + [ + "▁baixa", + "r" + ], + [ + "▁baix", + "ar" + ], + [ + "▁ancestor", + "s" + ], + [ + "▁ancest", + "ors" + ], + [ + "▁át", + "omo" + ], + [ + "▁ad", + "s" + ], + [ + "▁a", + "ds" + ], + [ + "▁", + "ads" + ], + [ + "▁contato", + "s" + ], + [ + "▁conta", + "tos" + ], + [ + "▁cont", + "atos" + ], + [ + "app", + "a" + ], + [ + "ap", + "pa" + ], + [ + "ITA", + "L" + ], + [ + "IT", + "AL" + ], + [ + "▁Bou", + "nd" + ], + [ + "▁Bo", + "und" + ], + [ + "▁B", + "ound" + ], + [ + "▁", + "Bound" + ], + [ + "▁defin", + "ições" + ], + [ + "▁artif", + "ic" + ], + [ + "▁art", + "ific" + ], + [ + "▁su", + "t" + ], + [ + "▁s", + "ut" + ], + [ + "36", + "9" + ], + [ + "3", + "69" + ], + [ + "Re", + "w" + ], + [ + "R", + "ew" + ], + [ + "_", + "7" + ], + [ + "▁Net", + "her" + ], + [ + "▁Ne", + "ther" + ], + [ + "▁N", + "ether" + ], + [ + "▁graph", + "ic" + ], + [ + "▁gra", + "phic" + ], + [ + "GE", + "R" + ], + [ + "G", + "ER" + ], + [ + "▁ref", + "r" + ], + [ + "▁re", + "fr" + ], + [ + "▁(20", + "2" + ], + [ + "▁(2", + "02" + ], + [ + "▁(", + "202" + ], + [ + "▁digest", + "ivo" + ], + [ + "▁tie", + "d" + ], + [ + "▁ti", + "ed" + ], + [ + "▁t", + "ied" + ], + [ + "▁dependente", + "s" + ], + [ + "▁dependent", + "es" + ], + [ + "▁depend", + "entes" + ], + [ + "▁dep", + "endentes" + ], + [ + "▁jaz", + "z" + ], + [ + "▁ja", + "zz" + ], + [ + "▁j", + "azz" + ], + [ + "▁Ag", + "enda" + ], + [ + "/", + "?" + ], + [ + "▁estima", + "tion" + ], + [ + "▁estim", + "ation" + ], + [ + "▁ap", + "ag" + ], + [ + "▁a", + "pag" + ], + [ + "▁reput", + "ation" + ], + [ + "O", + "k" + ], + [ + "▁Hand", + "le" + ], + [ + "▁", + "Handle" + ], + [ + ",", + "." + ], + [ + "▁brain", + "s" + ], + [ + "▁bra", + "ins" + ], + [ + "▁br", + "ains" + ], + [ + "36", + ")" + ], + [ + "3", + "6)" + ], + [ + "ropec", + "uária" + ], + [ + "▁M", + "s" + ], + [ + "▁", + "Ms" + ], + [ + "▁Unidade", + "s" + ], + [ + "▁Uni", + "dades" + ], + [ + "▁Un", + "idades" + ], + [ + "gener", + "ator" + ], + [ + "gen", + "erator" + ], + [ + "▁organizado", + "s" + ], + [ + "▁organiza", + "dos" + ], + [ + "▁organiz", + "ados" + ], + [ + "▁organ", + "izados" + ], + [ + "▁Mant", + "enha" + ], + [ + "▁Man", + "tenha" + ], + [ + "▁far", + "ia" + ], + [ + "▁fa", + "ria" + ], + [ + "▁f", + "aria" + ], + [ + "▁o", + "mega" + ], + [ + "▁", + "omega" + ], + [ + "bran", + "ch" + ], + [ + "br", + "anch" + ], + [ + "b", + "ranch" + ], + [ + "▁un", + "t" + ], + [ + "▁u", + "nt" + ], + [ + "▁", + "unt" + ], + [ + "A", + "MENTO" + ], + [ + "iz", + "ontal" + ], + [ + "▁Clar", + "k" + ], + [ + "▁Cla", + "rk" + ], + [ + "▁Cl", + "ark" + ], + [ + "▁H", + "ttp" + ], + [ + "▁", + "Http" + ], + [ + "▁scal", + "a" + ], + [ + "▁sc", + "ala" + ], + [ + "▁", + "scala" + ], + [ + "▁enca", + "ix" + ], + [ + "▁enc", + "aix" + ], + [ + "▁loop", + "s" + ], + [ + "▁lo", + "ops" + ], + [ + "▁inser", + "ir" + ], + [ + "Sh", + "ould" + ], + [ + "m", + "v" + ], + [ + "ating", + "a" + ], + [ + "atin", + "ga" + ], + [ + "at", + "inga" + ], + [ + "▁ne", + "o" + ], + [ + "▁n", + "eo" + ], + [ + "▁", + "neo" + ], + [ + "200", + "0" + ], + [ + "20", + "00" + ], + [ + "2", + "000" + ], + [ + "▁fig", + "ur" + ], + [ + "ern", + "ess" + ], + [ + "er", + "ness" + ], + [ + "▁executa", + "do" + ], + [ + "▁execut", + "ado" + ], + [ + "▁Os", + "car" + ], + [ + "▁O", + "scar" + ], + [ + "▁Verm", + "elho" + ], + [ + "▁Urugua", + "i" + ], + [ + "▁pais", + "agens" + ], + [ + "V", + "R" + ], + [ + "par", + "o" + ], + [ + "pa", + "ro" + ], + [ + "p", + "aro" + ], + [ + "▁Eu", + "car" + ], + [ + "▁E", + "ucar" + ], + [ + "▁SI", + "M" + ], + [ + "▁S", + "IM" + ], + [ + "▁Cole", + "t" + ], + [ + "▁Col", + "et" + ], + [ + "▁Co", + "let" + ], + [ + "▁IMP", + "LIED" + ], + [ + "▁í", + "con" + ], + [ + "▁accident", + "s" + ], + [ + "▁acc", + "idents" + ], + [ + "disable", + "d" + ], + [ + "dis", + "abled" + ], + [ + "▁up", + "grade" + ], + [ + "▁", + "upgrade" + ], + [ + "▁espiritual", + "idade" + ], + [ + "▁Du", + "n" + ], + [ + "▁D", + "un" + ], + [ + "▁conect", + "ar" + ], + [ + "▁con", + "ectar" + ], + [ + "▁village", + "s" + ], + [ + "▁vill", + "ages" + ], + [ + "▁poderem", + "os" + ], + [ + "▁poder", + "emos" + ], + [ + "▁", + "ω" + ], + [ + "▁contribu", + "íram" + ], + [ + "▁Só", + "crates" + ], + [ + "▁accomplish", + "ed" + ], + [ + "▁accompl", + "ished" + ], + [ + "▁eros", + "ion" + ], + [ + "▁shall", + "ow" + ], + [ + "▁sh", + "allow" + ], + [ + "▁season", + "al" + ], + [ + "▁seas", + "onal" + ], + [ + "▁participant", + "e" + ], + [ + "▁particip", + "ante" + ], + [ + "W", + "D" + ], + [ + "▁Win", + "d" + ], + [ + "▁Wi", + "nd" + ], + [ + "▁W", + "ind" + ], + [ + "▁pes", + "ado" + ], + [ + "▁ensino", + "u" + ], + [ + "▁ensin", + "ou" + ], + [ + "▁ens", + "inou" + ], + [ + "▁Ref", + "lex" + ], + [ + "▁Re", + "flex" + ], + [ + "()", + ">" + ], + [ + "(", + ")>" + ], + [ + "▁abandon", + "ed" + ], + [ + "▁aband", + "oned" + ], + [ + "▁EM", + "P" + ], + [ + "▁E", + "MP" + ], + [ + "▁", + "EMP" + ], + [ + "lete", + "d" + ], + [ + "let", + "ed" + ], + [ + "le", + "ted" + ], + [ + "▁acarre", + "t" + ], + [ + "▁acar", + "ret" + ], + [ + "hia", + "s" + ], + [ + "hi", + "as" + ], + [ + "h", + "ias" + ], + [ + "▁galax", + "y" + ], + [ + "▁gal", + "axy" + ], + [ + "▁or", + "ch" + ], + [ + "/201", + "3" + ], + [ + "/20", + "13" + ], + [ + "/2", + "013" + ], + [ + "/", + "2013" + ], + [ + "F", + "N" + ], + [ + "▁div", + "ine" + ], + [ + "▁rapid", + "ez" + ], + [ + "▁rap", + "idez" + ], + [ + "▁To", + "l" + ], + [ + "▁T", + "ol" + ], + [ + "ena", + "nt" + ], + [ + "en", + "ant" + ], + [ + "e", + "nant" + ], + [ + "▁debr", + "is" + ], + [ + "▁deb", + "ris" + ], + [ + "un", + "known" + ], + [ + "▁constru", + "indo" + ], + [ + "▁constr", + "uindo" + ], + [ + "▁pal", + "ha" + ], + [ + "▁p", + "alha" + ], + [ + "▁despr", + "o" + ], + [ + "▁desp", + "ro" + ], + [ + "▁des", + "pro" + ], + [ + "▁Orig", + "em" + ], + [ + "▁Ori", + "gem" + ], + [ + "20", + "8" + ], + [ + "2", + "08" + ], + [ + "▁overl", + "ap" + ], + [ + "▁over", + "lap" + ], + [ + "▁Domin", + "go" + ], + [ + "▁Dom", + "ingo" + ], + [ + "ecos", + "t" + ], + [ + "eco", + "st" + ], + [ + "ec", + "ost" + ], + [ + "e", + "cost" + ], + [ + "▁regul", + "atory" + ], + [ + "▁surprise", + "d" + ], + [ + "▁surpr", + "ised" + ], + [ + "▁encourag", + "ing" + ], + [ + "DA", + "H" + ], + [ + "D", + "AH" + ], + [ + "▁comport", + "amentais" + ], + [ + "▁Bar", + "ra" + ], + [ + "▁[3", + "]" + ], + [ + "▁[", + "3]" + ], + [ + "▁", + "[3]" + ], + [ + "▁E", + "volution" + ], + [ + "▁Prof", + "a" + ], + [ + "▁Pro", + "fa" + ], + [ + "▁aliment", + "a" + ], + [ + "▁al", + "imenta" + ], + [ + "IVO", + "S" + ], + [ + "IV", + "OS" + ], + [ + "▁vis", + "ões" + ], + [ + "▁v", + "isões" + ], + [ + "▁infect", + "ious" + ], + [ + "▁editor", + "a" + ], + [ + "▁edit", + "ora" + ], + [ + "▁ed", + "itora" + ], + [ + "▁N", + "R" + ], + [ + "▁", + "NR" + ], + [ + "Code", + "Attribute" + ], + [ + "H", + "H" + ], + [ + "Cond", + "ition" + ], + [ + "Con", + "dition" + ], + [ + "porter", + "s" + ], + [ + "porte", + "rs" + ], + [ + "port", + "ers" + ], + [ + "por", + "ters" + ], + [ + "▁survive", + "d" + ], + [ + "▁surviv", + "ed" + ], + [ + "▁surv", + "ived" + ], + [ + "▁IND", + "EX" + ], + [ + "▁IN", + "DEX" + ], + [ + "▁", + "INDEX" + ], + [ + "ígio", + "s" + ], + [ + "íg", + "ios" + ], + [ + "í", + "gios" + ], + [ + "Sec", + "ret" + ], + [ + "Se", + "cret" + ], + [ + "▁tor", + "re" + ], + [ + "▁t", + "orre" + ], + [ + "19", + "7" + ], + [ + "1", + "97" + ], + [ + "▁Suí", + "ça" + ], + [ + "▁mora", + "r" + ], + [ + "▁mor", + "ar" + ], + [ + "▁mo", + "rar" + ], + [ + "▁m", + "orar" + ], + [ + "▁Discipl", + "ina" + ], + [ + "▁med", + "e" + ], + [ + "▁me", + "de" + ], + [ + "▁m", + "ede" + ], + [ + "▁ga", + "uge" + ], + [ + "▁g", + "auge" + ], + [ + "▁9", + ")" + ], + [ + "▁", + "9)" + ], + [ + "▁aérea", + "s" + ], + [ + "▁aére", + "as" + ], + [ + "at", + "é" + ], + [ + "▁aconte", + "ça" + ], + [ + "▁sur", + "f" + ], + [ + "▁su", + "rf" + ], + [ + "▁entre", + "tenimento" + ], + [ + "02", + "6" + ], + [ + "0", + "26" + ], + [ + "▁\"", + "+" + ], + [ + "▁teu", + "s" + ], + [ + "▁te", + "us" + ], + [ + "▁t", + "eus" + ], + [ + "▁Princ", + "e" + ], + [ + "▁Prin", + "ce" + ], + [ + "▁Pr", + "ince" + ], + [ + "▁neighb", + "our" + ], + [ + "▁neigh", + "bour" + ], + [ + "▁kne", + "e" + ], + [ + "▁kn", + "ee" + ], + [ + "▁k", + "nee" + ], + [ + "▁punish", + "ment" + ], + [ + "▁pun", + "ishment" + ], + [ + "▁potência", + "s" + ], + [ + "▁pot", + "ências" + ], + [ + "k", + "n" + ], + [ + "annot", + "ation" + ], + [ + "an", + "notation" + ], + [ + "▁Cor", + "ação" + ], + [ + "▁Co", + "ração" + ], + [ + "▁C", + "oração" + ], + [ + "”)", + "," + ], + [ + "”", + ")," + ], + [ + "Log", + "in" + ], + [ + "Lo", + "gin" + ], + [ + "▁Pro", + "s" + ], + [ + "▁Pr", + "os" + ], + [ + "▁P", + "ros" + ], + [ + "bot", + "h" + ], + [ + "bo", + "th" + ], + [ + "b", + "oth" + ], + [ + "▁existia", + "m" + ], + [ + "▁exist", + "iam" + ], + [ + "ACH", + "E" + ], + [ + "AC", + "HE" + ], + [ + "▁déf", + "icit" + ], + [ + "▁eng", + "r" + ], + [ + "▁en", + "gr" + ], + [ + "ór", + "cio" + ], + [ + "[", + "/" + ], + [ + "▁Cin", + "ema" + ], + [ + "bl", + "y" + ], + [ + "b", + "ly" + ], + [ + "▁sha", + "de" + ], + [ + "▁sh", + "ade" + ], + [ + "▁aid", + "s" + ], + [ + "▁ai", + "ds" + ], + [ + "▁a", + "ids" + ], + [ + "▁anth", + "rop" + ], + [ + "▁an", + "throp" + ], + [ + "▁dedic", + "a" + ], + [ + "▁ded", + "ica" + ], + [ + "▁ar", + "thritis" + ], + [ + "▁avoid", + "ing" + ], + [ + "▁lá", + "pis" + ], + [ + "▁Os", + "wal" + ], + [ + "▁Content", + "s" + ], + [ + "▁Cont", + "ents" + ], + [ + "▁", + "Contents" + ], + [ + "▁Pic", + "k" + ], + [ + "▁Pi", + "ck" + ], + [ + "▁P", + "ick" + ], + [ + "▁", + "Pick" + ], + [ + "ita", + "t" + ], + [ + "it", + "at" + ], + [ + "▁Flores", + "ta" + ], + [ + "▁Flor", + "esta" + ], + [ + "▁enfrent", + "a" + ], + [ + "▁enfr", + "enta" + ], + [ + "▁metabol", + "ic" + ], + [ + "▁metab", + "olic" + ], + [ + "▁meta", + "bolic" + ], + [ + "▁Image", + "ns" + ], + [ + "▁Imag", + "ens" + ], + [ + "▁Im", + "agens" + ], + [ + "01", + "8" + ], + [ + "0", + "18" + ], + [ + "▁leg", + "acy" + ], + [ + "▁Sk", + "in" + ], + [ + "▁S", + "kin" + ], + [ + "▁", + "Skin" + ], + [ + "33", + "5" + ], + [ + "3", + "35" + ], + [ + "ín", + "t" + ], + [ + "í", + "nt" + ], + [ + "In", + "noDB" + ], + [ + "equal", + "s" + ], + [ + "equ", + "als" + ], + [ + "▁Pe", + "ace" + ], + [ + "▁entr", + "ance" + ], + [ + "▁Envi", + "ar" + ], + [ + "▁pin", + "k" + ], + [ + "▁pi", + "nk" + ], + [ + "▁p", + "ink" + ], + [ + "▁Mean", + "while" + ], + [ + "igr", + "am" + ], + [ + "ig", + "ram" + ], + [ + "i", + "gram" + ], + [ + "▁allocate", + "d" + ], + [ + "▁alloc", + "ated" + ], + [ + "▁decorr", + "ente" + ], + [ + "x", + "l" + ], + [ + "▁verbos", + "e" + ], + [ + "▁verbo", + "se" + ], + [ + "▁verb", + "ose" + ], + [ + "▁", + "verbose" + ], + [ + "▁pó", + "l" + ], + [ + "▁p", + "ól" + ], + [ + "étrico", + "s" + ], + [ + "étr", + "icos" + ], + [ + "▁broad", + "er" + ], + [ + "▁bro", + "ader" + ], + [ + "▁fême", + "a" + ], + [ + "▁Comp", + "ort" + ], + [ + "▁Com", + "port" + ], + [ + "▁access", + "ed" + ], + [ + "▁acc", + "essed" + ], + [ + "▁electronic", + "s" + ], + [ + "▁electron", + "ics" + ], + [ + "▁crus", + "t" + ], + [ + "▁cru", + "st" + ], + [ + "▁cr", + "ust" + ], + [ + "▁c", + "rust" + ], + [ + "▁Rule", + "s" + ], + [ + "▁Ru", + "les" + ], + [ + "▁R", + "ules" + ], + [ + "▁", + "Rules" + ], + [ + "▁pist", + "a" + ], + [ + "▁pis", + "ta" + ], + [ + "▁pi", + "sta" + ], + [ + "▁p", + "ista" + ], + [ + "▁juda", + "ica" + ], + [ + "▁analisado", + "s" + ], + [ + "▁analisa", + "dos" + ], + [ + "▁analis", + "ados" + ], + [ + "▁invas", + "ion" + ], + [ + "inária", + "s" + ], + [ + "in", + "árias" + ], + [ + "▁psic", + "an" + ], + [ + "▁psi", + "can" + ], + [ + "▁ps", + "ican" + ], + [ + "side", + "r" + ], + [ + "sid", + "er" + ], + [ + "si", + "der" + ], + [ + "s", + "ider" + ], + [ + "▁199", + "3" + ], + [ + "▁19", + "93" + ], + [ + "▁pur", + "if" + ], + [ + "▁pu", + "rif" + ], + [ + "ona", + "is" + ], + [ + "on", + "ais" + ], + [ + "ber", + "ries" + ], + [ + "▁japones", + "es" + ], + [ + "▁japon", + "eses" + ], + [ + "Pro", + "f" + ], + [ + "Pr", + "of" + ], + [ + "P", + "rof" + ], + [ + "▁alergia", + "s" + ], + [ + "▁al", + "ergias" + ], + [ + "▁mag", + "ma" + ], + [ + "A", + "ÇÕES" + ], + [ + "▁aumenta", + "do" + ], + [ + "▁aument", + "ado" + ], + [ + "▁depart", + "amento" + ], + [ + "15", + "7" + ], + [ + "1", + "57" + ], + [ + "redo", + "s" + ], + [ + "red", + "os" + ], + [ + "re", + "dos" + ], + [ + "r", + "edos" + ], + [ + "orde", + "st" + ], + [ + "ord", + "est" + ], + [ + "or", + "dest" + ], + [ + "▁trem", + "end" + ], + [ + "▁ia", + "m" + ], + [ + "▁i", + "am" + ], + [ + "▁", + "iam" + ], + [ + "ópico", + "s" + ], + [ + "óp", + "icos" + ], + [ + "16", + "8" + ], + [ + "1", + "68" + ], + [ + "▁Educ", + "acional" + ], + [ + "▁confi", + "ar" + ], + [ + "▁conf", + "iar" + ], + [ + "▁substr", + "ato" + ], + [ + "▁subst", + "rato" + ], + [ + "▁ecol", + "ógico" + ], + [ + "▁ec", + "ológico" + ], + [ + "▁Quer", + "o" + ], + [ + "▁Que", + "ro" + ], + [ + "▁Qu", + "ero" + ], + [ + "01", + ")" + ], + [ + "0", + "1)" + ], + [ + "▁intellig", + "ent" + ], + [ + "4", + "\"" + ], + [ + "iet", + "h" + ], + [ + "ie", + "th" + ], + [ + "i", + "eth" + ], + [ + "acc", + "uracy" + ], + [ + "Cre", + "at" + ], + [ + "C", + "reat" + ], + [ + "▁neuro", + "trans" + ], + [ + "▁neur", + "otrans" + ], + [ + "▁CA", + "D" + ], + [ + "▁C", + "AD" + ], + [ + "▁", + "CAD" + ], + [ + "▁Change", + "s" + ], + [ + "▁Chang", + "es" + ], + [ + "▁Chan", + "ges" + ], + [ + "▁Ch", + "anges" + ], + [ + "▁", + "Changes" + ], + [ + "▁tit", + "ular" + ], + [ + "▁fotos", + "s" + ], + [ + "▁foto", + "ss" + ], + [ + "▁fot", + "oss" + ], + [ + "ou", + "p" + ], + [ + "o", + "up" + ], + [ + "▁cognitiva", + "s" + ], + [ + "▁cogn", + "itivas" + ], + [ + "▁+", + "1" + ], + [ + "▁", + "+1" + ], + [ + "Initial", + "ize" + ], + [ + "Init", + "ialize" + ], + [ + "extra", + "ct" + ], + [ + "ext", + "ract" + ], + [ + "ex", + "tract" + ], + [ + "▁subsequent", + "ly" + ], + [ + "▁subsequ", + "ently" + ], + [ + "▁Communic", + "ation" + ], + [ + "▁cert", + "ificação" + ], + [ + "▁Ant", + "h" + ], + [ + "▁An", + "th" + ], + [ + "▁A", + "nth" + ], + [ + "▁Sur", + "g" + ], + [ + "▁Su", + "rg" + ], + [ + "▁S", + "urg" + ], + [ + "▁vot", + "ing" + ], + [ + "▁vo", + "ting" + ], + [ + "▁v", + "oting" + ], + [ + "▁Ali", + "ança" + ], + [ + "▁Al", + "iança" + ], + [ + "▁esper", + "ando" + ], + [ + "Sign", + "ature" + ], + [ + "Sig", + "nature" + ], + [ + "CL", + "A" + ], + [ + "C", + "LA" + ], + [ + "▁firm", + "s" + ], + [ + "▁fir", + "ms" + ], + [ + "▁citiz", + "en" + ], + [ + "▁attend", + "ed" + ], + [ + "▁atten", + "ded" + ], + [ + "▁att", + "ended" + ], + [ + "▁repert", + "ório" + ], + [ + "▁B", + "U" + ], + [ + "▁", + "BU" + ], + [ + "▁volunt", + "ário" + ], + [ + "▁viva", + "s" + ], + [ + "▁viv", + "as" + ], + [ + "▁vi", + "vas" + ], + [ + "▁v", + "ivas" + ], + [ + "▁frac", + "o" + ], + [ + "▁fra", + "co" + ], + [ + "▁fr", + "aco" + ], + [ + "Ed", + "uc" + ], + [ + "E", + "duc" + ], + [ + "▁sono", + "ra" + ], + [ + "▁son", + "ora" + ], + [ + "prod", + "ut" + ], + [ + "pro", + "dut" + ], + [ + "ura", + "ble" + ], + [ + "ur", + "able" + ], + [ + "▁anorm", + "al" + ], + [ + "▁an", + "ormal" + ], + [ + "▁a", + "normal" + ], + [ + "▁45", + "," + ], + [ + "▁4", + "5," + ], + [ + "▁", + "45," + ], + [ + "▁document", + "ação" + ], + [ + "arg", + "v" + ], + [ + "▁poderoso", + "s" + ], + [ + "▁poder", + "osos" + ], + [ + "▁build", + "s" + ], + [ + "))", + "*" + ], + [ + ")", + ")*" + ], + [ + "▁previs", + "ta" + ], + [ + "▁prev", + "ista" + ], + [ + "▁pre", + "vista" + ], + [ + "▁\"\"", + ";" + ], + [ + "▁\"", + "\";" + ], + [ + "Con", + "v" + ], + [ + "Co", + "nv" + ], + [ + "▁15", + "5" + ], + [ + "▁1", + "55" + ], + [ + "▁", + "155" + ], + [ + "▁Harr", + "y" + ], + [ + "▁Har", + "ry" + ], + [ + "▁physi", + "c" + ], + [ + "▁phys", + "ic" + ], + [ + "▁phy", + "sic" + ], + [ + "▁Va", + "i" + ], + [ + "▁V", + "ai" + ], + [ + "boot", + "strap" + ], + [ + "▁artesan", + "ato" + ], + [ + "A", + "h" + ], + [ + "▁ve", + "gan" + ], + [ + "▁limita", + "ção" + ], + [ + "▁limit", + "ação" + ], + [ + "▁lim", + "itação" + ], + [ + "▁Circ", + "le" + ], + [ + "▁Cir", + "cle" + ], + [ + "▁", + "Circle" + ], + [ + "▁Li", + "g" + ], + [ + "▁L", + "ig" + ], + [ + "▁Win", + "ter" + ], + [ + "▁W", + "inter" + ], + [ + "▁Effect", + "s" + ], + [ + "▁UN", + "IVERS" + ], + [ + "▁preferência", + "s" + ], + [ + "▁prefer", + "ências" + ], + [ + "Sep", + "ar" + ], + [ + "Se", + "par" + ], + [ + "▁restrict", + "ion" + ], + [ + "▁rest", + "riction" + ], + [ + "▁log", + "ística" + ], + [ + "▁recip", + "e" + ], + [ + "▁reci", + "pe" + ], + [ + "▁rec", + "ipe" + ], + [ + "▁re", + "cipe" + ], + [ + "▁Inf", + "ância" + ], + [ + "▁Fe", + "min" + ], + [ + "▁F", + "emin" + ], + [ + "▁enferm", + "agem" + ], + [ + "▁enfer", + "magem" + ], + [ + "comput", + "e" + ], + [ + "comp", + "ute" + ], + [ + "phant", + "om" + ], + [ + "phan", + "tom" + ], + [ + "▁satélite", + "s" + ], + [ + "▁satél", + "ites" + ], + [ + "HO", + "ME" + ], + [ + "H", + "OME" + ], + [ + "▁replac", + "ing" + ], + [ + "▁repl", + "acing" + ], + [ + "pr", + "incip" + ], + [ + "▁Korea", + "n" + ], + [ + "▁Kore", + "an" + ], + [ + "▁Kor", + "ean" + ], + [ + "▁K", + "orean" + ], + [ + "of", + "re" + ], + [ + "o", + "fre" + ], + [ + "▁almo", + "ço" + ], + [ + "▁alm", + "oço" + ], + [ + "▁Exper", + "iment" + ], + [ + "▁*", + ">" + ], + [ + "▁", + "*>" + ], + [ + "▁arrec", + "ad" + ], + [ + "▁arre", + "cad" + ], + [ + "▁Fish", + "er" + ], + [ + "▁Fis", + "her" + ], + [ + "▁Trans", + "t" + ], + [ + "▁Tran", + "st" + ], + [ + "▁permanente", + "s" + ], + [ + "▁permanent", + "es" + ], + [ + "▁perman", + "entes" + ], + [ + "▁aprov", + "ada" + ], + [ + "▁apro", + "vada" + ], + [ + "▁destinada", + "s" + ], + [ + "▁destina", + "das" + ], + [ + "▁destin", + "adas" + ], + [ + "▁dest", + "inadas" + ], + [ + "▁ph", + "on" + ], + [ + "▁p", + "hon" + ], + [ + "▁port", + "folio" + ], + [ + "▁cour", + "o" + ], + [ + "▁cou", + "ro" + ], + [ + "▁co", + "uro" + ], + [ + "▁c", + "ouro" + ], + [ + "12", + "7" + ], + [ + "1", + "27" + ], + [ + "oca", + "da" + ], + [ + "oc", + "ada" + ], + [ + "o", + "cada" + ], + [ + "▁velha", + "s" + ], + [ + "▁velh", + "as" + ], + [ + "▁vel", + "has" + ], + [ + "▁v", + "elhas" + ], + [ + "▁2.", + "4" + ], + [ + "▁2", + ".4" + ], + [ + "▁", + "2.4" + ], + [ + "Class", + "es" + ], + [ + "Cl", + "asses" + ], + [ + "pro", + "xy" + ], + [ + "▁hídr", + "icos" + ], + [ + "mail", + "s" + ], + [ + "ma", + "ils" + ], + [ + "m", + "ails" + ], + [ + "Scal", + "ar" + ], + [ + "Sc", + "alar" + ], + [ + "▁respe", + "itando" + ], + [ + "▁21", + "0" + ], + [ + "▁2", + "10" + ], + [ + "▁", + "210" + ], + [ + "sc", + "atter" + ], + [ + "▁manual", + "ly" + ], + [ + "▁man", + "ually" + ], + [ + "▁Pop", + "ulation" + ], + [ + "to", + "k" + ], + [ + "t", + "ok" + ], + [ + "ONE", + "NT" + ], + [ + "ON", + "ENT" + ], + [ + "▁import", + "ed" + ], + [ + "▁impor", + "ted" + ], + [ + "▁imp", + "orted" + ], + [ + "▁im", + "ported" + ], + [ + "▁combin", + "ing" + ], + [ + "▁comb", + "ining" + ], + [ + "50", + "7" + ], + [ + "5", + "07" + ], + [ + "dia", + "g" + ], + [ + "di", + "ag" + ], + [ + "d", + "iag" + ], + [ + "▁Ne", + "ves" + ], + [ + "▁ir", + "a" + ], + [ + "▁i", + "ra" + ], + [ + "▁", + "ira" + ], + [ + "al", + "d" + ], + [ + "a", + "ld" + ], + [ + "▁s", + "d" + ], + [ + "▁", + "sd" + ], + [ + "[", + "5" + ], + [ + "▁hel", + "ic" + ], + [ + "▁he", + "lic" + ], + [ + "▁exc", + "av" + ], + [ + "▁irmã", + "s" + ], + [ + "▁irm", + "ãs" + ], + [ + "Not", + "Null" + ], + [ + "▁observe", + "r" + ], + [ + "▁observ", + "er" + ], + [ + "▁obs", + "erver" + ], + [ + "▁ob", + "server" + ], + [ + "[1", + ":" + ], + [ + "[", + "1:" + ], + [ + "▁Clín", + "ica" + ], + [ + "▁WH", + "O" + ], + [ + "▁W", + "HO" + ], + [ + "▁Per", + "íodo" + ], + [ + "▁interc", + "âmbio" + ], + [ + "▁individual", + "mente" + ], + [ + "▁individ", + "ualmente" + ], + [ + "▁dis", + "fun" + ], + [ + "▁apoi", + "a" + ], + [ + "▁apo", + "ia" + ], + [ + "STAT", + "E" + ], + [ + "STA", + "TE" + ], + [ + "ST", + "ATE" + ], + [ + "一", + "个" + ], + [ + "▁rep", + "l" + ], + [ + "▁re", + "pl" + ], + [ + "▁compan", + "heiro" + ], + [ + "56", + "." + ], + [ + "5", + "6." + ], + [ + "▁prec", + "oc" + ], + [ + "▁", + "ε" + ], + [ + "▁sw", + "elling" + ], + [ + "▁sophistic", + "ated" + ], + [ + "▁imagina", + "tion" + ], + [ + "▁imagin", + "ation" + ], + [ + "▁imag", + "ination" + ], + [ + "/", + "\\" + ], + [ + "▁5", + ";" + ], + [ + "▁", + "5;" + ], + [ + "tar", + "io" + ], + [ + "ta", + "rio" + ], + [ + "t", + "ario" + ], + [ + "▁post", + "er" + ], + [ + "▁pos", + "ter" + ], + [ + "▁po", + "ster" + ], + [ + "▁p", + "oster" + ], + [ + "/201", + "1" + ], + [ + "/20", + "11" + ], + [ + "/2", + "011" + ], + [ + "00", + ")" + ], + [ + "0", + "0)" + ], + [ + "▁Jun", + "ior" + ], + [ + "▁and", + "a" + ], + [ + "▁an", + "da" + ], + [ + "▁", + "anda" + ], + [ + "▁procur", + "ou" + ], + [ + "▁proc", + "urou" + ], + [ + "▁sea", + "l" + ], + [ + "▁se", + "al" + ], + [ + "▁la", + "m" + ], + [ + "▁l", + "am" + ], + [ + "▁", + "lam" + ], + [ + "▁apreci", + "a" + ], + [ + "▁apre", + "cia" + ], + [ + "▁apr", + "ecia" + ], + [ + "▁interpreta", + "ções" + ], + [ + "▁interpret", + "ações" + ], + [ + "▁interpre", + "tações" + ], + [ + "V", + "T" + ], + [ + "▁Tut", + "orial" + ], + [ + "▁American", + "a" + ], + [ + "▁America", + "na" + ], + [ + "▁Americ", + "ana" + ], + [ + "▁convent", + "ion" + ], + [ + "▁conven", + "tion" + ], + [ + "▁conv", + "ention" + ], + [ + "▁con", + "vention" + ], + [ + "▁sk", + "etch" + ], + [ + "▁s", + "ketch" + ], + [ + "▁speaker", + "s" + ], + [ + "▁speak", + "ers" + ], + [ + "▁spe", + "akers" + ], + [ + "▁S", + "K" + ], + [ + "▁", + "SK" + ], + [ + "▁quint", + "o" + ], + [ + "▁quin", + "to" + ], + [ + "▁qu", + "into" + ], + [ + "▁Fl", + "ash" + ], + [ + "▁interfer", + "ência" + ], + [ + "▁inter", + "ferência" + ], + [ + "▁Nota", + "s" + ], + [ + "▁Not", + "as" + ], + [ + "▁No", + "tas" + ], + [ + "▁N", + "otas" + ], + [ + "▁1995", + "." + ], + [ + "▁199", + "5." + ], + [ + "ster", + "s" + ], + [ + "ste", + "rs" + ], + [ + "st", + "ers" + ], + [ + "s", + "ters" + ], + [ + "▁al", + "ívio" + ], + [ + "▁look", + "up" + ], + [ + "▁", + "lookup" + ], + [ + "▁view", + "ing" + ], + [ + "▁tamanho", + "s" + ], + [ + "▁taman", + "hos" + ], + [ + "▁tam", + "anhos" + ], + [ + "▁Set", + "s" + ], + [ + "▁Se", + "ts" + ], + [ + "▁S", + "ets" + ], + [ + "▁", + "Sets" + ], + [ + "35", + "9" + ], + [ + "3", + "59" + ], + [ + "▁fluid", + "s" + ], + [ + "▁flu", + "ids" + ], + [ + "▁hol", + "y" + ], + [ + "▁ho", + "ly" + ], + [ + "▁h", + "oly" + ], + [ + "th", + "a" + ], + [ + "t", + "ha" + ], + [ + "▁cyl", + "ind" + ], + [ + "▁format", + "s" + ], + [ + "▁forma", + "ts" + ], + [ + "▁form", + "ats" + ], + [ + "▁NA", + "T" + ], + [ + "▁N", + "AT" + ], + [ + "▁", + "NAT" + ], + [ + "▁Joh", + "ann" + ], + [ + "▁194", + "5" + ], + [ + "▁19", + "45" + ], + [ + "▁doc", + "ker" + ], + [ + "▁d", + "ocker" + ], + [ + "▁", + "docker" + ], + [ + "▁Constru", + "ct" + ], + [ + "▁Con", + "struct" + ], + [ + "▁caracter", + "es" + ], + [ + "▁bound", + "ed" + ], + [ + "▁", + "bounded" + ], + [ + "▁we", + "apon" + ], + [ + "O", + "l" + ], + [ + "G", + "amma" + ], + [ + "▁Col", + "ômbia" + ], + [ + "▁sexual", + "idade" + ], + [ + "▁duro", + "u" + ], + [ + "▁dur", + "ou" + ], + [ + "▁du", + "rou" + ], + [ + "▁d", + "urou" + ], + [ + "▁conduct", + "ing" + ], + [ + "▁Wis", + "consin" + ], + [ + "▁compile", + "d" + ], + [ + "▁compil", + "ed" + ], + [ + "▁comp", + "iled" + ], + [ + "▁ganha", + "m" + ], + [ + "▁ganh", + "am" + ], + [ + "▁gan", + "ham" + ], + [ + "har", + "a" + ], + [ + "ha", + "ra" + ], + [ + "h", + "ara" + ], + [ + "▁dem", + "arc" + ], + [ + "▁descrit", + "a" + ], + [ + "▁desc", + "rita" + ], + [ + "▁c", + "ân" + ], + [ + "▁Av", + "e" + ], + [ + "▁A", + "ve" + ], + [ + "▁Agr", + "o" + ], + [ + "▁Ag", + "ro" + ], + [ + "▁A", + "gro" + ], + [ + "▁D", + "D" + ], + [ + "▁", + "DD" + ], + [ + "▁sort", + "s" + ], + [ + "▁sor", + "ts" + ], + [ + "▁carrega", + "r" + ], + [ + "▁carreg", + "ar" + ], + [ + "▁car", + "regar" + ], + [ + "▁ex", + "aust" + ], + [ + "▁K", + "B" + ], + [ + "▁", + "KB" + ], + [ + "▁resident", + "ial" + ], + [ + "▁resid", + "ential" + ], + [ + "▁res", + "idential" + ], + [ + "p", + "f" + ], + [ + "pi", + "t" + ], + [ + "p", + "it" + ], + [ + "▁", + "≥" + ], + [ + "▁distribuído", + "s" + ], + [ + "▁distribu", + "ídos" + ], + [ + "м", + "о" + ], + [ + "▁rema", + "n" + ], + [ + "▁rem", + "an" + ], + [ + "▁re", + "man" + ], + [ + "▁r", + "eman" + ], + [ + ".", + "{" + ], + [ + "▁v", + "ô" + ], + [ + "wi", + "ll" + ], + [ + "w", + "ill" + ], + [ + "let", + "im" + ], + [ + "le", + "tim" + ], + [ + "▁'", + "\"" + ], + [ + "▁", + "'\"" + ], + [ + "▁Oper", + "ation" + ], + [ + "▁", + "Operation" + ], + [ + "▁balance", + "s" + ], + [ + "▁bal", + "ances" + ], + [ + "▁", + "balances" + ], + [ + "▁correta", + "s" + ], + [ + "▁corret", + "as" + ], + [ + "▁corre", + "tas" + ], + [ + "▁corr", + "etas" + ], + [ + "rack", + "et" + ], + [ + "rac", + "ket" + ], + [ + "04", + "," + ], + [ + "0", + "4," + ], + [ + "▁199", + "1" + ], + [ + "▁19", + "91" + ], + [ + "▁tir", + "o" + ], + [ + "▁ti", + "ro" + ], + [ + "▁t", + "iro" + ], + [ + "▁enz", + "yme" + ], + [ + "22", + ":" + ], + [ + "2", + "2:" + ], + [ + "qui", + "m" + ], + [ + "qu", + "im" + ], + [ + "▁Rede", + "s" + ], + [ + "▁Red", + "es" + ], + [ + "▁Re", + "des" + ], + [ + "▁R", + "edes" + ], + [ + "▁fecha", + "da" + ], + [ + "▁fech", + "ada" + ], + [ + "▁fec", + "hada" + ], + [ + "▁P", + "P" + ], + [ + "▁", + "PP" + ], + [ + "▁sant", + "a" + ], + [ + "▁san", + "ta" + ], + [ + "▁s", + "anta" + ], + [ + "▁Opt", + "im" + ], + [ + "▁Op", + "tim" + ], + [ + "▁", + "Optim" + ], + [ + "▁pert", + "en" + ], + [ + "▁per", + "ten" + ], + [ + "▁Compart", + "ilhe" + ], + [ + "▁unit", + "y" + ], + [ + "▁un", + "ity" + ], + [ + "▁", + "unity" + ], + [ + "▁converg", + "ence" + ], + [ + "▁sh", + "l" + ], + [ + "▁s", + "hl" + ], + [ + "▁should", + "er" + ], + [ + "▁PE", + "D" + ], + [ + "▁P", + "ED" + ], + [ + "▁vo", + "w" + ], + [ + "▁v", + "ow" + ], + [ + "\"\"", + "\"" + ], + [ + "\"", + "\"\"" + ], + [ + "▁Ju", + "ventude" + ], + [ + "88", + "9" + ], + [ + "8", + "89" + ], + [ + "▁lake", + "s" + ], + [ + "▁la", + "kes" + ], + [ + "▁l", + "akes" + ], + [ + "▁Publish", + "ing" + ], + [ + "1,", + "'" + ], + [ + "1", + ",'" + ], + [ + "▁UI", + "nt" + ], + [ + "▁U", + "Int" + ], + [ + "▁", + "UInt" + ], + [ + "ric", + "es" + ], + [ + "ri", + "ces" + ], + [ + "r", + "ices" + ], + [ + "▁conso", + "me" + ], + [ + "▁cons", + "ome" + ], + [ + "▁con", + "some" + ], + [ + "▁succeed", + "ed" + ], + [ + "▁bee", + "r" + ], + [ + "▁be", + "er" + ], + [ + "onse", + "ca" + ], + [ + "ons", + "eca" + ], + [ + "▁Unit", + "s" + ], + [ + "▁Uni", + "ts" + ], + [ + "▁Un", + "its" + ], + [ + "▁", + "Units" + ], + [ + "cha", + "t" + ], + [ + "ch", + "at" + ], + [ + "c", + "hat" + ], + [ + "▁16", + "5" + ], + [ + "▁1", + "65" + ], + [ + "▁", + "165" + ], + [ + "▁im", + "óvel" + ], + [ + "teira", + "s" + ], + [ + "tei", + "ras" + ], + [ + "te", + "iras" + ], + [ + "t", + "eiras" + ], + [ + "▁recompens", + "a" + ], + [ + "▁recomp", + "ensa" + ], + [ + "ans", + "wer" + ], + [ + "ez", + "a" + ], + [ + "e", + "za" + ], + [ + "ID", + "TH" + ], + [ + "▁part", + "id" + ], + [ + "▁par", + "tid" + ], + [ + "Pro", + "to" + ], + [ + "Pr", + "oto" + ], + [ + "▁rem", + "ed" + ], + [ + "▁re", + "med" + ], + [ + "▁r", + "emed" + ], + [ + "▁contra", + "ry" + ], + [ + "▁contr", + "ary" + ], + [ + "▁cont", + "rary" + ], + [ + "Sc", + "an" + ], + [ + "S", + "can" + ], + [ + "um", + "i" + ], + [ + "u", + "mi" + ], + [ + "▁election", + "s" + ], + [ + "▁elect", + "ions" + ], + [ + "▁ele", + "ctions" + ], + [ + "▁el", + "ections" + ], + [ + "▁e", + "lections" + ], + [ + "0000", + "-00" + ], + [ + "▁comp", + "or" + ], + [ + "▁com", + "por" + ], + [ + "▁ion", + "s" + ], + [ + "▁io", + "ns" + ], + [ + "▁i", + "ons" + ], + [ + "▁", + "ions" + ], + [ + "▁Bre", + "ak" + ], + [ + "▁", + "Break" + ], + [ + "hu", + "a" + ], + [ + "h", + "ua" + ], + [ + "9", + "_" + ], + [ + "▁al", + "b" + ], + [ + "▁a", + "lb" + ], + [ + "▁ca", + "uda" + ], + [ + "ina", + "tor" + ], + [ + "in", + "ator" + ], + [ + "ere", + "i" + ], + [ + "er", + "ei" + ], + [ + "e", + "rei" + ], + [ + "▁assess", + "ed" + ], + [ + "▁ass", + "essed" + ], + [ + "gr", + "áf" + ], + [ + "▁tos", + "s" + ], + [ + "▁to", + "ss" + ], + [ + "▁t", + "oss" + ], + [ + "▁tri", + "es" + ], + [ + "▁tr", + "ies" + ], + [ + "▁t", + "ries" + ], + [ + "▁promov", + "ido" + ], + [ + "▁civil", + "ization" + ], + [ + "▁Tip", + "s" + ], + [ + "▁Ti", + "ps" + ], + [ + "▁T", + "ips" + ], + [ + "▁concess", + "ão" + ], + [ + "▁conc", + "essão" + ], + [ + "▁con", + "cessão" + ], + [ + "▁trip", + "le" + ], + [ + "▁tri", + "ple" + ], + [ + "▁tr", + "iple" + ], + [ + "▁noite", + "s" + ], + [ + "▁no", + "ites" + ], + [ + "ili", + "s" + ], + [ + "il", + "is" + ], + [ + "i", + "lis" + ], + [ + "▁estre", + "ss" + ], + [ + "▁estr", + "ess" + ], + [ + "▁est", + "ress" + ], + [ + "▁es", + "tress" + ], + [ + "UD", + "O" + ], + [ + "U", + "DO" + ], + [ + "sc", + "i" + ], + [ + "s", + "ci" + ], + [ + "▁PRO", + "GRA" + ], + [ + "▁band", + "s" + ], + [ + "▁ban", + "ds" + ], + [ + "▁b", + "ands" + ], + [ + "▁desequil", + "íbrio" + ], + [ + "36", + "4" + ], + [ + "3", + "64" + ], + [ + "▁8", + "-" + ], + [ + "▁", + "8-" + ], + [ + "▁enc", + "ode" + ], + [ + "▁en", + "code" + ], + [ + "▁", + "encode" + ], + [ + "▁XI", + "V" + ], + [ + "▁X", + "IV" + ], + [ + "▁un", + "f" + ], + [ + "▁u", + "nf" + ], + [ + "▁press", + "ion" + ], + [ + "▁pr", + "ession" + ], + [ + "▁", + "pression" + ], + [ + "CC", + "C" + ], + [ + "C", + "CC" + ], + [ + "▁Maxim", + "um" + ], + [ + "▁Max", + "imum" + ], + [ + "▁", + "Maximum" + ], + [ + "p", + "n" + ], + [ + "esse", + "e" + ], + [ + "ess", + "ee" + ], + [ + "es", + "see" + ], + [ + "▁Fal", + "e" + ], + [ + "▁Fa", + "le" + ], + [ + "▁F", + "ale" + ], + [ + "▁enforce", + "ment" + ], + [ + "▁enfor", + "cement" + ], + [ + "09", + "." + ], + [ + "0", + "9." + ], + [ + "ers", + "e" + ], + [ + "er", + "se" + ], + [ + "▁mor", + "d" + ], + [ + "▁mo", + "rd" + ], + [ + "▁m", + "ord" + ], + [ + "en", + "vironment" + ], + [ + "const", + "raint" + ], + [ + "▁gol", + "f" + ], + [ + "▁go", + "lf" + ], + [ + "▁g", + "olf" + ], + [ + "cdot", + "s" + ], + [ + "cd", + "ots" + ], + [ + "c", + "dots" + ], + [ + "▁profit", + "s" + ], + [ + "▁prof", + "its" + ], + [ + "▁Crit", + "ical" + ], + [ + "▁Cri", + "tical" + ], + [ + "▁cru", + "s" + ], + [ + "▁cr", + "us" + ], + [ + "▁c", + "rus" + ], + [ + "▁enumer", + "ate" + ], + [ + "▁enum", + "erate" + ], + [ + "▁abr", + "indo" + ], + [ + "▁ab", + "rindo" + ], + [ + "▁acolh", + "imento" + ], + [ + "▁GE", + "N" + ], + [ + "▁G", + "EN" + ], + [ + "▁", + "GEN" + ], + [ + "▁FE", + "R" + ], + [ + "▁F", + "ER" + ], + [ + "▁", + "FER" + ], + [ + "▁loc", + "ate" + ], + [ + "56", + "5" + ], + [ + "5", + "65" + ], + [ + "▁XII", + "I" + ], + [ + "▁XI", + "II" + ], + [ + "▁X", + "III" + ], + [ + "▁maravilhos", + "o" + ], + [ + "▁cada", + "s" + ], + [ + "▁cad", + "as" + ], + [ + "▁ca", + "das" + ], + [ + "▁c", + "adas" + ], + [ + "▁current", + "s" + ], + [ + "▁curr", + "ents" + ], + [ + "▁Ind", + "ústria" + ], + [ + "44", + "," + ], + [ + "4", + "4," + ], + [ + "▁cross", + "ing" + ], + [ + "▁pr", + "ud" + ], + [ + "▁", + "prud" + ], + [ + "▁Factor", + "s" + ], + [ + "▁Fact", + "ors" + ], + [ + "▁Fa", + "ctors" + ], + [ + "Us", + "age" + ], + [ + "▁Torre", + "s" + ], + [ + "▁Tor", + "res" + ], + [ + "Man", + "agement" + ], + [ + "r", + "x" + ], + [ + "ni", + "s" + ], + [ + "n", + "is" + ], + [ + "inada", + "s" + ], + [ + "ina", + "das" + ], + [ + "in", + "adas" + ], + [ + "▁avança", + "do" + ], + [ + "▁avanç", + "ado" + ], + [ + "▁avan", + "çado" + ], + [ + "▁Em", + "ploy" + ], + [ + "▁", + "Employ" + ], + [ + "M", + "s" + ], + [ + "▁o", + "it" + ], + [ + "▁aro", + "m" + ], + [ + "▁ar", + "om" + ], + [ + "▁a", + "rom" + ], + [ + "▁Clar", + "a" + ], + [ + "▁Cla", + "ra" + ], + [ + "▁Cl", + "ara" + ], + [ + "▁comand", + "ante" + ], + [ + "▁She", + "et" + ], + [ + "▁S", + "heet" + ], + [ + "▁", + "Sheet" + ], + [ + "▁adapta", + "ções" + ], + [ + "▁adapt", + "ações" + ], + [ + "▁adap", + "tações" + ], + [ + "▁modern", + "idade" + ], + [ + "ated", + "ral" + ], + [ + "▁LA", + "B" + ], + [ + "▁L", + "AB" + ], + [ + "▁", + "LAB" + ], + [ + "▁hyd", + "r" + ], + [ + "▁hy", + "dr" + ], + [ + "▁", + "hydr" + ], + [ + "▁Pol", + "and" + ], + [ + "▁Po", + "land" + ], + [ + "▁wing", + "s" + ], + [ + "▁win", + "gs" + ], + [ + "▁w", + "ings" + ], + [ + "ic", + "ul" + ], + [ + "i", + "cul" + ], + [ + "Th", + "umb" + ], + [ + "▁dataset", + "s" + ], + [ + "▁datas", + "ets" + ], + [ + "▁data", + "sets" + ], + [ + "▁", + "datasets" + ], + [ + "inte", + "nt" + ], + [ + "int", + "ent" + ], + [ + "in", + "tent" + ], + [ + "it", + "é" + ], + [ + "▁Amp", + "l" + ], + [ + "▁Am", + "pl" + ], + [ + "▁gra", + "ce" + ], + [ + "▁gr", + "ace" + ], + [ + "▁g", + "race" + ], + [ + "(3)", + "," + ], + [ + "(3", + ")," + ], + [ + "(", + "3)," + ], + [ + "▁an", + "uais" + ], + [ + "02", + "8" + ], + [ + "0", + "28" + ], + [ + "13", + "8" + ], + [ + "1", + "38" + ], + [ + "▁Spec", + "t" + ], + [ + "▁Spe", + "ct" + ], + [ + "▁Sp", + "ect" + ], + [ + "▁S", + "pect" + ], + [ + "obil", + "i" + ], + [ + "obi", + "li" + ], + [ + "ob", + "ili" + ], + [ + "▁persist", + "ent" + ], + [ + "▁pers", + "istent" + ], + [ + "▁inici", + "o" + ], + [ + "▁ini", + "cio" + ], + [ + "▁in", + "icio" + ], + [ + "▁marc", + "ante" + ], + [ + "tick", + "s" + ], + [ + "tic", + "ks" + ], + [ + "t", + "icks" + ], + [ + "H", + "á" + ], + [ + "▁dr", + "ied" + ], + [ + "▁d", + "ried" + ], + [ + "▁1992", + "," + ], + [ + "▁199", + "2," + ], + [ + "▁19", + "92," + ], + [ + "▁Handle", + "s" + ], + [ + "▁Hand", + "les" + ], + [ + "▁ocean", + "s" + ], + [ + "▁oce", + "ans" + ], + [ + "▁f", + "d" + ], + [ + "▁", + "fd" + ], + [ + "▁japon", + "ês" + ], + [ + "▁tile", + "s" + ], + [ + "▁til", + "es" + ], + [ + "▁ti", + "les" + ], + [ + "▁t", + "iles" + ], + [ + "N", + "ós" + ], + [ + "IND", + "EX" + ], + [ + "IN", + "DEX" + ], + [ + "▁anti", + "v" + ], + [ + "▁ant", + "iv" + ], + [ + "▁conve", + "x" + ], + [ + "▁conv", + "ex" + ], + [ + "▁con", + "vex" + ], + [ + "▁'", + "1" + ], + [ + "▁instal", + "ada" + ], + [ + "▁a", + "es" + ], + [ + "▁", + "aes" + ], + [ + "▁Dona", + "ld" + ], + [ + "▁Don", + "ald" + ], + [ + "▁D", + "onald" + ], + [ + "▁Chr", + "onic" + ], + [ + "▁Ch", + "ronic" + ], + [ + "▁parent", + "al" + ], + [ + "▁par", + "ental" + ], + [ + "▁publica", + "r" + ], + [ + "▁public", + "ar" + ], + [ + "▁publ", + "icar" + ], + [ + "▁tec", + "h" + ], + [ + "▁te", + "ch" + ], + [ + "▁t", + "ech" + ], + [ + "▁", + "tech" + ], + [ + "▁negoci", + "ação" + ], + [ + "▁negoc", + "iação" + ], + [ + "▁neg", + "ociação" + ], + [ + "Back", + "Color" + ], + [ + "▁loan", + "s" + ], + [ + "▁lo", + "ans" + ], + [ + "▁log", + "s" + ], + [ + "▁lo", + "gs" + ], + [ + "▁l", + "ogs" + ], + [ + "▁", + "logs" + ], + [ + "с", + "я" + ], + [ + "▁C", + "éu" + ], + [ + "▁torn", + "á" + ], + [ + "▁Stre", + "ss" + ], + [ + "▁Str", + "ess" + ], + [ + "▁St", + "ress" + ], + [ + "▁S", + "tress" + ], + [ + "▁52", + "," + ], + [ + "▁5", + "2," + ], + [ + "▁", + "52," + ], + [ + "▁dement", + "ia" + ], + [ + "▁Cer", + "rado" + ], + [ + "▁C", + "errado" + ], + [ + "hol", + "e" + ], + [ + "ho", + "le" + ], + [ + "h", + "ole" + ], + [ + "lege", + "s" + ], + [ + "leg", + "es" + ], + [ + "le", + "ges" + ], + [ + "erve", + "d" + ], + [ + "erv", + "ed" + ], + [ + "er", + "ved" + ], + [ + "▁Mo", + "ck" + ], + [ + "▁M", + "ock" + ], + [ + "▁", + "Mock" + ], + [ + "▁Ad", + "ão" + ], + [ + "CAL", + "C" + ], + [ + "CA", + "LC" + ], + [ + "▁method", + "ology" + ], + [ + "Pl", + "atform" + ], + [ + "▁adquir", + "ido" + ], + [ + "▁oferecido", + "s" + ], + [ + "▁ofere", + "cidos" + ], + [ + "▁ofer", + "ecidos" + ], + [ + "▁Gor", + "d" + ], + [ + "▁Go", + "rd" + ], + [ + "▁G", + "ord" + ], + [ + "gh", + "an" + ], + [ + "g", + "han" + ], + [ + "▁integra", + "is" + ], + [ + "▁integr", + "ais" + ], + [ + "▁integ", + "rais" + ], + [ + "M", + "o" + ], + [ + "▁inicia", + "da" + ], + [ + "▁inici", + "ada" + ], + [ + "▁Ber", + "keley" + ], + [ + "oric", + "al" + ], + [ + "ori", + "cal" + ], + [ + "or", + "ical" + ], + [ + "o", + "rical" + ], + [ + "▁n", + "c" + ], + [ + "▁", + "nc" + ], + [ + "ILE", + "D" + ], + [ + "IL", + "ED" + ], + [ + "I", + "LED" + ], + [ + "▁(18", + "9" + ], + [ + "▁(1", + "89" + ], + [ + "▁(", + "189" + ], + [ + "}", + "`" + ], + [ + "plier", + "s" + ], + [ + "pl", + "iers" + ], + [ + "p", + "liers" + ], + [ + "▁desgast", + "e" + ], + [ + "▁desg", + "aste" + ], + [ + "▁Tu", + "n" + ], + [ + "▁T", + "un" + ], + [ + "▁cere", + "m" + ], + [ + "▁cer", + "em" + ], + [ + "▁ce", + "rem" + ], + [ + "isf", + "ério" + ], + [ + "▁n", + "x" + ], + [ + "▁", + "nx" + ], + [ + "▁domina", + "ção" + ], + [ + "▁domin", + "ação" + ], + [ + "▁dom", + "inação" + ], + [ + "ella", + "tion" + ], + [ + "ell", + "ation" + ], + [ + "el", + "lation" + ], + [ + ">1", + "0" + ], + [ + ">", + "10" + ], + [ + "▁Do", + "ença" + ], + [ + "▁t", + "d" + ], + [ + "▁", + "td" + ], + [ + "▁Classe", + "s" + ], + [ + "▁Class", + "es" + ], + [ + "▁Cl", + "asses" + ], + [ + "▁", + "Classes" + ], + [ + "con", + "n" + ], + [ + "co", + "nn" + ], + [ + "py", + "plot" + ], + [ + "▁dou", + "r" + ], + [ + "▁do", + "ur" + ], + [ + "▁d", + "our" + ], + [ + "▁sin", + "k" + ], + [ + "▁si", + "nk" + ], + [ + "▁s", + "ink" + ], + [ + "▁Wh", + "it" + ], + [ + "▁W", + "hit" + ], + [ + "ens", + "iva" + ], + [ + "read", + "er" + ], + [ + "rea", + "der" + ], + [ + "re", + "ader" + ], + [ + "▁seco", + "s" + ], + [ + "▁sec", + "os" + ], + [ + "▁se", + "cos" + ], + [ + "▁s", + "ecos" + ], + [ + "▁Col", + "oque" + ], + [ + "▁japones", + "a" + ], + [ + "▁japon", + "esa" + ], + [ + "▁Min", + "e" + ], + [ + "▁Mi", + "ne" + ], + [ + "▁M", + "ine" + ], + [ + "▁Ang", + "le" + ], + [ + "▁An", + "gle" + ], + [ + "▁", + "Angle" + ], + [ + "▁esc", + "ut" + ], + [ + "▁es", + "cut" + ], + [ + "▁presa", + "s" + ], + [ + "▁pres", + "as" + ], + [ + "▁pr", + "esas" + ], + [ + "▁", + "presas" + ], + [ + "▁err", + "ada" + ], + [ + "▁er", + "rada" + ], + [ + "▁rub", + "ber" + ], + [ + "ent", + "ino" + ], + [ + "▁Du", + "ke" + ], + [ + "▁Fer", + "r" + ], + [ + "▁Fe", + "rr" + ], + [ + "▁F", + "err" + ], + [ + "▁indis", + "c" + ], + [ + "▁ind", + "isc" + ], + [ + "▁in", + "disc" + ], + [ + "▁*", + "=" + ], + [ + "▁sa", + "em" + ], + [ + "▁All", + "en" + ], + [ + "▁Al", + "len" + ], + [ + "▁requer", + "em" + ], + [ + "▁dec", + "k" + ], + [ + "▁de", + "ck" + ], + [ + "▁d", + "eck" + ], + [ + "Share", + "d" + ], + [ + "Sh", + "ared" + ], + [ + "S", + "hared" + ], + [ + "S", + "K" + ], + [ + "▁SIL", + "VA" + ], + [ + "▁base", + "line" + ], + [ + "▁bas", + "eline" + ], + [ + "▁social", + "ismo" + ], + [ + "OUT", + "PUT" + ], + [ + "▁Fact", + "s" + ], + [ + "▁Fac", + "ts" + ], + [ + "▁F", + "acts" + ], + [ + "asc", + "o" + ], + [ + "as", + "co" + ], + [ + "▁anunci", + "ou" + ], + [ + "07", + "." + ], + [ + "0", + "7." + ], + [ + "una", + "is" + ], + [ + "un", + "ais" + ], + [ + "▁u", + "i" + ], + [ + "▁", + "ui" + ], + [ + "▁on", + "set" + ], + [ + "io", + "v" + ], + [ + "i", + "ov" + ], + [ + "▁Cu", + "m" + ], + [ + "▁C", + "um" + ], + [ + "▁persu", + "as" + ], + [ + "▁pers", + "uas" + ], + [ + "deg", + "ree" + ], + [ + "de", + "gree" + ], + [ + "▁vent", + "il" + ], + [ + "▁ven", + "til" + ], + [ + "arde", + "d" + ], + [ + "ard", + "ed" + ], + [ + "ar", + "ded" + ], + [ + "▁Du", + "arte" + ], + [ + "▁D", + "uarte" + ], + [ + "▁ob", + "viamente" + ], + [ + "Jo", + "hn" + ], + [ + "z", + "inha" + ], + [ + "▁K", + "ansas" + ], + [ + "▁Tip", + "o" + ], + [ + "▁Ti", + "po" + ], + [ + "▁T", + "ipo" + ], + [ + "▁pro", + "ud" + ], + [ + "▁pr", + "oud" + ], + [ + "▁habitu", + "al" + ], + [ + "▁habit", + "ual" + ], + [ + "▁hab", + "itual" + ], + [ + "▁athlete", + "s" + ], + [ + "▁ath", + "letes" + ], + [ + "38", + "5" + ], + [ + "3", + "85" + ], + [ + "▁deriv", + "ing" + ], + [ + "▁der", + "iving" + ], + [ + "▁Jo", + "e" + ], + [ + "▁J", + "oe" + ], + [ + "▁cura", + "r" + ], + [ + "▁cur", + "ar" + ], + [ + "▁cu", + "rar" + ], + [ + "▁c", + "urar" + ], + [ + "alh", + "ães" + ], + [ + "▁matem", + "ático" + ], + [ + "▁stri", + "king" + ], + [ + "ch", + "y" + ], + [ + "c", + "hy" + ], + [ + "▁guide", + "s" + ], + [ + "▁guid", + "es" + ], + [ + "▁gu", + "ides" + ], + [ + "v", + "b" + ], + [ + "▁nurs", + "ing" + ], + [ + "stru", + "al" + ], + [ + "str", + "ual" + ], + [ + "▁movie", + "s" + ], + [ + "▁mov", + "ies" + ], + [ + "▁Nesse", + "s" + ], + [ + "▁N", + "esses" + ], + [ + "proble", + "m" + ], + [ + "prob", + "lem" + ], + [ + "pro", + "blem" + ], + [ + "▁nasce", + "m" + ], + [ + "▁nasc", + "em" + ], + [ + "▁nas", + "cem" + ], + [ + "▁v", + "ér" + ], + [ + "▁", + "vér" + ], + [ + "▁confid", + "ent" + ], + [ + "▁conf", + "ident" + ], + [ + "ili", + "es" + ], + [ + "il", + "ies" + ], + [ + "ly", + "wood" + ], + [ + "▁20", + "5" + ], + [ + "▁2", + "05" + ], + [ + "▁", + "205" + ], + [ + "5.", + "0" + ], + [ + "5", + ".0" + ], + [ + "▁pedido", + "s" + ], + [ + "▁ped", + "idos" + ], + [ + "▁later", + "ais" + ], + [ + "▁late", + "rais" + ], + [ + "▁lat", + "erais" + ], + [ + "▁l", + "aterais" + ], + [ + "HA", + "R" + ], + [ + "H", + "AR" + ], + [ + "▁discuss", + "ing" + ], + [ + "▁desag", + "rad" + ], + [ + "▁Pal", + "e" + ], + [ + "▁Pa", + "le" + ], + [ + "▁P", + "ale" + ], + [ + "rac", + "e" + ], + [ + "ra", + "ce" + ], + [ + "r", + "ace" + ], + [ + "▁Independ", + "ência" + ], + [ + "▁impl", + "y" + ], + [ + "▁imp", + "ly" + ], + [ + "▁im", + "ply" + ], + [ + "▁Center", + "s" + ], + [ + "▁Cent", + "ers" + ], + [ + "▁fresc", + "o" + ], + [ + "▁fr", + "esco" + ], + [ + "je", + "ções" + ], + [ + "MI", + "D" + ], + [ + "M", + "ID" + ], + [ + "▁dee", + "r" + ], + [ + "▁de", + "er" + ], + [ + "▁server", + "s" + ], + [ + "▁serve", + "rs" + ], + [ + "▁serv", + "ers" + ], + [ + "▁ser", + "vers" + ], + [ + "Block", + "s" + ], + [ + "Bl", + "ocks" + ], + [ + "B", + "locks" + ], + [ + "eli", + "st" + ], + [ + "el", + "ist" + ], + [ + "e", + "list" + ], + [ + "RIPT", + "ION" + ], + [ + "RI", + "PTION" + ], + [ + "▁detr", + "imento" + ], + [ + "▁det", + "rimento" + ], + [ + "▁fa", + "s" + ], + [ + "▁f", + "as" + ], + [ + "▁", + "fas" + ], + [ + "scr", + "oll" + ], + [ + "sc", + "roll" + ], + [ + "Sum", + "mary" + ], + [ + "▁respir", + "atório" + ], + [ + "▁entend", + "ido" + ], + [ + "▁ent", + "endido" + ], + [ + "/1", + "4" + ], + [ + "/", + "14" + ], + [ + "▁pis", + "o" + ], + [ + "▁pi", + "so" + ], + [ + "▁p", + "iso" + ], + [ + "▁BA", + "D" + ], + [ + "▁B", + "AD" + ], + [ + "▁", + "BAD" + ], + [ + "▁progress", + "iva" + ], + [ + "▁perde", + "m" + ], + [ + "▁perd", + "em" + ], + [ + "▁per", + "dem" + ], + [ + "▁alphab", + "et" + ], + [ + "▁alpha", + "bet" + ], + [ + "▁quadr", + "inhos" + ], + [ + "▁complet", + "ing" + ], + [ + "▁comple", + "ting" + ], + [ + "▁compl", + "eting" + ], + [ + "inete", + "enth" + ], + [ + "ine", + "teenth" + ], + [ + "11", + "2" + ], + [ + "1", + "12" + ], + [ + "▁jan", + "tar" + ], + [ + "▁j", + "antar" + ], + [ + "p", + "k" + ], + [ + "▁Olim", + "p" + ], + [ + "▁Ol", + "imp" + ], + [ + "▁01", + "/" + ], + [ + "▁0", + "1/" + ], + [ + "▁", + "01/" + ], + [ + "▁Over", + "all" + ], + [ + "▁Parent", + "s" + ], + [ + "▁Par", + "ents" + ], + [ + "▁indicado", + "s" + ], + [ + "▁indica", + "dos" + ], + [ + "▁indic", + "ados" + ], + [ + "Message", + "s" + ], + [ + "M", + "essages" + ], + [ + "_4", + "_" + ], + [ + "_", + "4_" + ], + [ + "▁Read", + "Only" + ], + [ + "▁", + "ReadOnly" + ], + [ + "▁R", + "N" + ], + [ + "▁", + "RN" + ], + [ + "▁sole", + "ly" + ], + [ + "▁sol", + "ely" + ], + [ + "▁Profess", + "ional" + ], + [ + "▁Bols", + "a" + ], + [ + "▁Bol", + "sa" + ], + [ + "▁Cab", + "ral" + ], + [ + "▁Ca", + "bral" + ], + [ + "▁Techn", + "ical" + ], + [ + "▁robot", + "s" + ], + [ + "▁rob", + "ots" + ], + [ + "rb", + "p" + ], + [ + "r", + "bp" + ], + [ + "us", + "i" + ], + [ + "u", + "si" + ], + [ + "W", + "al" + ], + [ + "aster", + "s" + ], + [ + "aste", + "rs" + ], + [ + "ast", + "ers" + ], + [ + "as", + "ters" + ], + [ + "a", + "sters" + ], + [ + "▁aff", + "ili" + ], + [ + "▁AS", + "C" + ], + [ + "▁A", + "SC" + ], + [ + "▁", + "ASC" + ], + [ + "▁x", + "x" + ], + [ + "▁", + "xx" + ], + [ + "struct", + "ure" + ], + [ + "str", + "ucture" + ], + [ + "▁significa", + "r" + ], + [ + "▁signific", + "ar" + ], + [ + "▁sign", + "ificar" + ], + [ + "▁str", + "uck" + ], + [ + "▁Mess", + "ias" + ], + [ + "▁Mes", + "sias" + ], + [ + "▁galáxia", + "s" + ], + [ + "▁galáx", + "ias" + ], + [ + "▁Portugu", + "ese" + ], + [ + "▁concentrate", + "d" + ], + [ + "▁concentra", + "ted" + ], + [ + "▁concentr", + "ated" + ], + [ + "▁concent", + "rated" + ], + [ + "▁lago", + "s" + ], + [ + "▁lag", + "os" + ], + [ + "▁la", + "gos" + ], + [ + "▁l", + "agos" + ], + [ + "▁anno", + "t" + ], + [ + "▁ann", + "ot" + ], + [ + "▁an", + "not" + ], + [ + "▁", + "annot" + ], + [ + "▁L", + "L" + ], + [ + "▁", + "LL" + ], + [ + "fo", + "ne" + ], + [ + "f", + "one" + ], + [ + "▁Camp", + "e" + ], + [ + "▁Cam", + "pe" + ], + [ + "▁dic", + "e" + ], + [ + "▁di", + "ce" + ], + [ + "▁d", + "ice" + ], + [ + "▁discre", + "t" + ], + [ + "▁disc", + "ret" + ], + [ + "▁dis", + "cret" + ], + [ + "▁democrat", + "ic" + ], + [ + "▁democr", + "atic" + ], + [ + "▁of", + "ício" + ], + [ + "▁highlight", + "s" + ], + [ + "▁high", + "lights" + ], + [ + "▁pesticide", + "s" + ], + [ + "▁pestic", + "ides" + ], + [ + "▁pest", + "icides" + ], + [ + "-", + "%" + ], + [ + "▁S", + "N" + ], + [ + "▁", + "SN" + ], + [ + "ill", + "ance" + ], + [ + "rança", + "s" + ], + [ + "ran", + "ças" + ], + [ + "r", + "anças" + ], + [ + "▁adapta", + "tion" + ], + [ + "▁adapt", + "ation" + ], + [ + "▁genética", + "s" + ], + [ + "▁gen", + "éticas" + ], + [ + "▁Cap", + "e" + ], + [ + "▁Ca", + "pe" + ], + [ + "▁C", + "ape" + ], + [ + "▁rise", + "s" + ], + [ + "▁ris", + "es" + ], + [ + "▁ri", + "ses" + ], + [ + "▁r", + "ises" + ], + [ + "Debug", + "ger" + ], + [ + "▁Recent", + "emente" + ], + [ + "▁Rec", + "entemente" + ], + [ + "▁chin", + "ês" + ], + [ + "▁deseja", + "do" + ], + [ + "▁desej", + "ado" + ], + [ + "▁dese", + "jado" + ], + [ + "▁23", + "0" + ], + [ + "▁2", + "30" + ], + [ + "▁", + "230" + ], + [ + "A", + "O" + ], + [ + "▁sp", + "ir" + ], + [ + "▁s", + "pir" + ], + [ + "▁Bul", + "l" + ], + [ + "▁Bu", + "ll" + ], + [ + "▁B", + "ull" + ], + [ + "▁official", + "ly" + ], + [ + "▁Variable", + "s" + ], + [ + "▁Vari", + "ables" + ], + [ + "▁V", + "ariables" + ], + [ + "▁", + "Variables" + ], + [ + "ul", + "p" + ], + [ + "u", + "lp" + ], + [ + "▁Ni", + "l" + ], + [ + "▁N", + "il" + ], + [ + "▁", + "Nil" + ], + [ + "▁thy", + "roid" + ], + [ + "▁th", + "yroid" + ], + [ + "urg", + "o" + ], + [ + "ur", + "go" + ], + [ + "▁situa", + "da" + ], + [ + "▁situ", + "ada" + ], + [ + "▁sit", + "uada" + ], + [ + "▁nucle", + "us" + ], + [ + "▁2,", + "5" + ], + [ + "▁investigate", + "d" + ], + [ + "▁investig", + "ated" + ], + [ + "▁assist", + "ant" + ], + [ + "mel", + "h" + ], + [ + "me", + "lh" + ], + [ + "m", + "elh" + ], + [ + "▁memor", + "ies" + ], + [ + "▁mem", + "ories" + ], + [ + "▁dialog", + "ue" + ], + [ + "▁dial", + "ogue" + ], + [ + "▁bíbl", + "ico" + ], + [ + "▁14", + "5" + ], + [ + "▁1", + "45" + ], + [ + "▁", + "145" + ], + [ + "$", + "-" + ], + [ + "art", + "o" + ], + [ + "ar", + "to" + ], + [ + "▁cóp", + "ia" + ], + [ + "▁có", + "pia" + ], + [ + "▁c", + "ópia" + ], + [ + "▁prédio", + "s" + ], + [ + "▁pré", + "dios" + ], + [ + "▁pr", + "édios" + ], + [ + "▁lid", + "a" + ], + [ + "▁li", + "da" + ], + [ + "▁l", + "ida" + ], + [ + "Py", + "thon" + ], + [ + "P", + "ython" + ], + [ + "rage", + "ns" + ], + [ + "rag", + "ens" + ], + [ + "ra", + "gens" + ], + [ + "r", + "agens" + ], + [ + "ch", + "t" + ], + [ + "c", + "ht" + ], + [ + "▁UT", + "C" + ], + [ + "▁U", + "TC" + ], + [ + "▁", + "UTC" + ], + [ + "cur", + "a" + ], + [ + "cu", + "ra" + ], + [ + "c", + "ura" + ], + [ + "▁0.0", + "4" + ], + [ + "▁0.", + "04" + ], + [ + "▁trabalha", + "do" + ], + [ + "▁trabalh", + "ado" + ], + [ + "▁trabal", + "hado" + ], + [ + "De", + "us" + ], + [ + "D", + "eus" + ], + [ + "▁trigo", + "n" + ], + [ + "▁trig", + "on" + ], + [ + "▁tri", + "gon" + ], + [ + "isp", + "here" + ], + [ + "is", + "phere" + ], + [ + "opt", + "er" + ], + [ + "op", + "ter" + ], + [ + "▁n", + "i" + ], + [ + "▁", + "ni" + ], + [ + "▁ou", + "ght" + ], + [ + "▁o", + "ught" + ], + [ + "▁", + "ought" + ], + [ + "▁cerv", + "ical" + ], + [ + "▁En", + "able" + ], + [ + "▁", + "Enable" + ], + [ + "Pe", + "d" + ], + [ + "P", + "ed" + ], + [ + "▁visual", + "izar" + ], + [ + "RE", + "AL" + ], + [ + "▁end", + "ure" + ], + [ + "▁Gauss", + "ian" + ], + [ + "▁G", + "aussian" + ], + [ + "01", + ":" + ], + [ + "0", + "1:" + ], + [ + "▁tubo", + "s" + ], + [ + "▁tub", + "os" + ], + [ + "▁tu", + "bos" + ], + [ + "▁induct", + "ion" + ], + [ + "▁ind", + "uction" + ], + [ + "▁in", + "duction" + ], + [ + "42", + "," + ], + [ + "4", + "2," + ], + [ + "▁border", + "s" + ], + [ + "▁bord", + "ers" + ], + [ + "▁bor", + "ders" + ], + [ + "▁b", + "orders" + ], + [ + "▁Ra", + "n" + ], + [ + "▁R", + "an" + ], + [ + "▁Conhec", + "er" + ], + [ + "▁Conhe", + "cer" + ], + [ + "▁Con", + "hecer" + ], + [ + "▁real", + "istic" + ], + [ + "DB", + "DB" + ], + [ + "ga", + "m" + ], + [ + "g", + "am" + ], + [ + "▁Fran", + "c" + ], + [ + "▁Fra", + "nc" + ], + [ + "▁Fr", + "anc" + ], + [ + "▁197", + "5" + ], + [ + "▁19", + "75" + ], + [ + "ici", + "de" + ], + [ + "ic", + "ide" + ], + [ + "▁pens", + "o" + ], + [ + "▁pen", + "so" + ], + [ + "▁p", + "enso" + ], + [ + "▁Sta", + "ck" + ], + [ + "▁St", + "ack" + ], + [ + "▁", + "Stack" + ], + [ + "▁int", + "enções" + ], + [ + "▁selecionado", + "s" + ], + [ + "▁selecion", + "ados" + ], + [ + "▁", + "ô" + ], + [ + "▁p", + "izza" + ], + [ + "B", + "undle" + ], + [ + "og", + "ur" + ], + [ + "▁Col", + "d" + ], + [ + "▁Co", + "ld" + ], + [ + "▁C", + "old" + ], + [ + "▁prosper", + "idade" + ], + [ + "▁p", + "õe" + ], + [ + "▁proib", + "ição" + ], + [ + "▁thorough", + "ly" + ], + [ + "▁straight", + "forward" + ], + [ + "pe", + "z" + ], + [ + "p", + "ez" + ], + [ + "▁Dec", + "ision" + ], + [ + "▁De", + "cision" + ], + [ + "▁Ce", + "m" + ], + [ + "▁C", + "em" + ], + [ + "▁attempt", + "ing" + ], + [ + "▁scal", + "ing" + ], + [ + "▁sc", + "aling" + ], + [ + "▁contamin", + "ated" + ], + [ + "▁contam", + "inated" + ], + [ + "▁observada", + "s" + ], + [ + "▁observa", + "das" + ], + [ + "▁observ", + "adas" + ], + [ + "▁polynomial", + "s" + ], + [ + "01", + "2" + ], + [ + "0", + "12" + ], + [ + "▁co", + "il" + ], + [ + "▁adopt", + "ion" + ], + [ + "▁ado", + "ption" + ], + [ + "▁ad", + "option" + ], + [ + "eral", + "s" + ], + [ + "era", + "ls" + ], + [ + "er", + "als" + ], + [ + "▁avoid", + "ed" + ], + [ + "▁am", + "p" + ], + [ + "▁a", + "mp" + ], + [ + "▁", + "amp" + ], + [ + "▁sorr", + "iso" + ], + [ + "mo", + "b" + ], + [ + "m", + "ob" + ], + [ + "18", + "7" + ], + [ + "1", + "87" + ], + [ + "▁22", + "5" + ], + [ + "▁2", + "25" + ], + [ + "▁", + "225" + ], + [ + "▁trib", + "o" + ], + [ + "▁tri", + "bo" + ], + [ + "▁Cert", + "ain" + ], + [ + "▁Cer", + "tain" + ], + [ + "▁Recom", + "m" + ], + [ + "▁Rec", + "omm" + ], + [ + "▁Re", + "comm" + ], + [ + "▁Comb", + "ate" + ], + [ + "▁eletro", + "magn" + ], + [ + "▁eletr", + "omagn" + ], + [ + "▁elet", + "romagn" + ], + [ + "bol", + "a" + ], + [ + "bo", + "la" + ], + [ + "b", + "ola" + ], + [ + "▁progress", + "ão" + ], + [ + "▁bomba", + "r" + ], + [ + "▁bomb", + "ar" + ], + [ + "▁bom", + "bar" + ], + [ + "▁b", + "ombar" + ], + [ + "8000", + "0" + ], + [ + "800", + "00" + ], + [ + "80", + "000" + ], + [ + "8", + "0000" + ], + [ + "▁mu", + "n" + ], + [ + "▁m", + "un" + ], + [ + "▁", + "mun" + ], + [ + "▁estratég", + "ico" + ], + [ + "l", + "c" + ], + [ + "ír", + "ita" + ], + [ + "í", + "rita" + ], + [ + "▁lige", + "iramente" + ], + [ + "x", + "C" + ], + [ + "ya", + "rd" + ], + [ + "y", + "ard" + ], + [ + "▁aer", + "op" + ], + [ + "ban", + "k" + ], + [ + "ba", + "nk" + ], + [ + "b", + "ank" + ], + [ + "▁back", + "up" + ], + [ + "▁", + "backup" + ], + [ + "▁receptor", + "es" + ], + [ + "▁recept", + "ores" + ], + [ + "▁ób", + "vio" + ], + [ + "I", + "QUE" + ], + [ + "▁oc", + "identais" + ], + [ + "в", + "е" + ], + [ + "ipher", + "al" + ], + [ + "iph", + "eral" + ], + [ + "▁estabelec", + "endo" + ], + [ + "▁estabele", + "cendo" + ], + [ + "mace", + "utical" + ], + [ + "ka", + "r" + ], + [ + "k", + "ar" + ], + [ + "▁jac", + "k" + ], + [ + "▁ja", + "ck" + ], + [ + "▁j", + "ack" + ], + [ + "▁", + "jack" + ], + [ + "▁eat", + "en" + ], + [ + "▁ea", + "ten" + ], + [ + "▁e", + "aten" + ], + [ + "IMENS", + "ION" + ], + [ + "▁re", + "ef" + ], + [ + "▁add", + "it" + ], + [ + "▁ad", + "dit" + ], + [ + "▁merc", + "ury" + ], + [ + "▁daquela", + "s" + ], + [ + "▁daqu", + "elas" + ], + [ + "▁ital", + "iana" + ], + [ + "▁", + "τ" + ], + [ + "config", + "uration" + ], + [ + "▁conscient", + "izar" + ], + [ + "ínt", + "ese" + ], + [ + "ín", + "tese" + ], + [ + "▁Pos", + "teriormente" + ], + [ + "du", + "mp" + ], + [ + "d", + "ump" + ], + [ + "▁align", + "ed" + ], + [ + "▁al", + "igned" + ], + [ + "▁", + "aligned" + ], + [ + "▁restaurante", + "s" + ], + [ + "▁restaurant", + "es" + ], + [ + "▁restaur", + "antes" + ], + [ + "▁Constru", + "ção" + ], + [ + "▁Con", + "strução" + ], + [ + "▁imp", + "õe" + ], + [ + "▁8010", + "3" + ], + [ + "▁801", + "03" + ], + [ + "▁80", + "103" + ], + [ + "▁8", + "0103" + ], + [ + "▁grat", + "idão" + ], + [ + "▁gr", + "atidão" + ], + [ + "▁liderança", + "s" + ], + [ + "▁lider", + "anças" + ], + [ + "▁bolsa", + "s" + ], + [ + "▁bols", + "as" + ], + [ + "el", + "t" + ], + [ + "e", + "lt" + ], + [ + "▁fif", + "ty" + ], + [ + "▁fi", + "fty" + ], + [ + "▁f", + "ifty" + ], + [ + "Comp", + "ar" + ], + [ + "Com", + "par" + ], + [ + "▁des", + "ab" + ], + [ + "▁Res", + "et" + ], + [ + "▁Re", + "set" + ], + [ + "▁", + "Reset" + ], + [ + "▁memor", + "ial" + ], + [ + "▁mem", + "orial" + ], + [ + "▁pot", + "ável" + ], + [ + "▁2", + "]" + ], + [ + "▁", + "2]" + ], + [ + "och", + "e" + ], + [ + "oc", + "he" + ], + [ + "o", + "che" + ], + [ + "▁sistem", + "ática" + ], + [ + "▁sist", + "emática" + ], + [ + "▁poeta", + "s" + ], + [ + "▁poet", + "as" + ], + [ + "▁po", + "etas" + ], + [ + "▁administr", + "ar" + ], + [ + "▁bill", + "s" + ], + [ + "▁bil", + "ls" + ], + [ + "▁b", + "ills" + ], + [ + "▁marinho", + "s" + ], + [ + "▁marin", + "hos" + ], + [ + "▁mar", + "inhos" + ], + [ + "place", + "d" + ], + [ + "plac", + "ed" + ], + [ + "pla", + "ced" + ], + [ + "pl", + "aced" + ], + [ + "▁funcion", + "ário" + ], + [ + "▁func", + "ionário" + ], + [ + "▁Exp", + "ect" + ], + [ + "▁Ex", + "pect" + ], + [ + "aba", + "s" + ], + [ + "ab", + "as" + ], + [ + "a", + "bas" + ], + [ + "▁empir", + "e" + ], + [ + "▁emp", + "ire" + ], + [ + "▁reb", + "anho" + ], + [ + "▁Fix", + "ed" + ], + [ + "▁F", + "ixed" + ], + [ + "▁", + "Fixed" + ], + [ + "▁depend", + "ency" + ], + [ + "▁", + "dependency" + ], + [ + "▁alar", + "g" + ], + [ + "▁al", + "arg" + ], + [ + "l", + "m" + ], + [ + "ati", + "a" + ], + [ + "at", + "ia" + ], + [ + "▁intim", + "amente" + ], + [ + "▁trata", + "m" + ], + [ + "▁trat", + "am" + ], + [ + "▁read", + "only" + ], + [ + "▁forne", + "cendo" + ], + [ + "▁forn", + "ecendo" + ], + [ + "▁invas", + "ive" + ], + [ + "▁in", + "vasive" + ], + [ + "cu", + "b" + ], + [ + "c", + "ub" + ], + [ + "▁ER", + "C" + ], + [ + "▁E", + "RC" + ], + [ + "▁", + "ERC" + ], + [ + "▁appoint", + "ment" + ], + [ + "▁ON", + "E" + ], + [ + "▁O", + "NE" + ], + [ + "▁", + "ONE" + ], + [ + "yth", + "ag" + ], + [ + "▁bar", + "rel" + ], + [ + "AMP", + "LE" + ], + [ + "A", + "MPLE" + ], + [ + "▁Pan", + "el" + ], + [ + "▁Pa", + "nel" + ], + [ + "▁", + "Panel" + ], + [ + "▁autom", + "óvel" + ], + [ + "▁64", + "," + ], + [ + "▁6", + "4," + ], + [ + "▁", + "64," + ], + [ + "▁col", + "apso" + ], + [ + "▁1.", + "8" + ], + [ + "▁1", + ".8" + ], + [ + "▁", + "1.8" + ], + [ + "16", + ":" + ], + [ + "1", + "6:" + ], + [ + "▁Ti", + "p" + ], + [ + "▁T", + "ip" + ], + [ + "▁", + "Tip" + ], + [ + "rb", + "x" + ], + [ + "r", + "bx" + ], + [ + "Align", + "ment" + ], + [ + "Al", + "ignment" + ], + [ + "11", + "_" + ], + [ + "1", + "1_" + ], + [ + "▁", + "∂" + ], + [ + "ah", + "ren" + ], + [ + "ie", + "u" + ], + [ + "i", + "eu" + ], + [ + "▁us", + "ina" + ], + [ + "▁or", + "ç" + ], + [ + "▁cons", + "ensus" + ], + [ + "▁War", + "s" + ], + [ + "▁Wa", + "rs" + ], + [ + "▁W", + "ars" + ], + [ + "amo", + "r" + ], + [ + "am", + "or" + ], + [ + "a", + "mor" + ], + [ + "▁Come", + "ce" + ], + [ + "▁Com", + "ece" + ], + [ + "▁z", + "o" + ], + [ + "▁", + "zo" + ], + [ + "L", + "F" + ], + [ + "act", + "ual" + ], + [ + "ac", + "tual" + ], + [ + "▁senti", + "mos" + ], + [ + "▁sent", + "imos" + ], + [ + "▁sen", + "timos" + ], + [ + "stri", + "p" + ], + [ + "str", + "ip" + ], + [ + "st", + "rip" + ], + [ + "▁Divis", + "ão" + ], + [ + "▁Div", + "isão" + ], + [ + "▁Di", + "visão" + ], + [ + "▁sym", + "ptom" + ], + [ + "▁dam", + "p" + ], + [ + "▁da", + "mp" + ], + [ + "▁d", + "amp" + ], + [ + "▁sofrer", + "am" + ], + [ + "▁sofre", + "ram" + ], + [ + "▁sofr", + "eram" + ], + [ + "▁accord", + "ance" + ], + [ + "▁surv", + "iv" + ], + [ + "▁sur", + "viv" + ], + [ + "▁penso", + "u" + ], + [ + "▁pens", + "ou" + ], + [ + "▁(1", + "2" + ], + [ + "▁(", + "12" + ], + [ + "▁", + "(12" + ], + [ + "▁To", + "b" + ], + [ + "▁T", + "ob" + ], + [ + "000,000", + "," + ], + [ + "000,00", + "0," + ], + [ + "000,", + "000," + ], + [ + "33", + "7" + ], + [ + "3", + "37" + ], + [ + "XX", + "XX" + ], + [ + "▁pers", + "u" + ], + [ + "▁per", + "su" + ], + [ + "▁ph", + "i" + ], + [ + "▁p", + "hi" + ], + [ + "▁", + "phi" + ], + [ + "▁ret", + "enção" + ], + [ + "▁re", + "tenção" + ], + [ + "Ass", + "ign" + ], + [ + "As", + "sign" + ], + [ + "os", + "is" + ], + [ + "o", + "sis" + ], + [ + "38", + "9" + ], + [ + "3", + "89" + ], + [ + "▁|", + "=" + ], + [ + "▁specific", + "ation" + ], + [ + "▁spec", + "ification" + ], + [ + "▁audi", + "t" + ], + [ + "▁aud", + "it" + ], + [ + "▁au", + "dit" + ], + [ + "sm", + "o" + ], + [ + "s", + "mo" + ], + [ + "ille", + "r" + ], + [ + "ill", + "er" + ], + [ + "il", + "ler" + ], + [ + "i", + "ller" + ], + [ + "▁jo", + "elho" + ], + [ + "▁Java", + "Script" + ], + [ + "▁{", + ":" + ], + [ + "▁Empres", + "a" + ], + [ + "▁Empre", + "sa" + ], + [ + "▁Em", + "presa" + ], + [ + "▁Tem", + "a" + ], + [ + "▁Te", + "ma" + ], + [ + "▁T", + "ema" + ], + [ + "▁Post", + "agem" + ], + [ + "▁COM", + "M" + ], + [ + "▁CO", + "MM" + ], + [ + "▁", + "COMM" + ], + [ + "▁curto", + "s" + ], + [ + "▁curt", + "os" + ], + [ + "▁cur", + "tos" + ], + [ + "/19", + "9" + ], + [ + "/1", + "99" + ], + [ + "/", + "199" + ], + [ + "I", + "gn" + ], + [ + "▁ajust", + "e" + ], + [ + "▁aj", + "uste" + ], + [ + "▁Criado", + "r" + ], + [ + "▁Cri", + "ador" + ], + [ + "▁T", + "i" + ], + [ + "unid", + "ade" + ], + [ + "uni", + "dade" + ], + [ + "un", + "idade" + ], + [ + "▁cl", + "ause" + ], + [ + "▁acabar", + "am" + ], + [ + "▁acaba", + "ram" + ], + [ + "▁acab", + "aram" + ], + [ + "C", + "XX" + ], + [ + "▁Kl", + "e" + ], + [ + "▁K", + "le" + ], + [ + "▁erup", + "t" + ], + [ + "▁er", + "upt" + ], + [ + "▁e", + "rupt" + ], + [ + "▁stock", + "s" + ], + [ + "▁st", + "ocks" + ], + [ + "▁mix", + "ing" + ], + [ + "▁radi", + "al" + ], + [ + "▁rad", + "ial" + ], + [ + "▁context", + "s" + ], + [ + "▁vacc", + "ination" + ], + [ + "▁accept", + "ance" + ], + [ + "'", + "\"" + ], + [ + "▁sai", + "l" + ], + [ + "▁sa", + "il" + ], + [ + "▁s", + "ail" + ], + [ + "Que", + "m" + ], + [ + "Qu", + "em" + ], + [ + "Q", + "uem" + ], + [ + "16", + "6" + ], + [ + "1", + "66" + ], + [ + "▁miss", + "ed" + ], + [ + "▁mis", + "sed" + ], + [ + "▁Di", + "ck" + ], + [ + "▁D", + "ick" + ], + [ + "▁14", + "9" + ], + [ + "▁1", + "49" + ], + [ + "▁", + "149" + ], + [ + "▁inequal", + "ities" + ], + [ + "▁bas", + "ket" + ], + [ + "estrutura", + "s" + ], + [ + "estrut", + "uras" + ], + [ + "M", + "F" + ], + [ + "a", + "q" + ], + [ + "▁Bio", + "m" + ], + [ + "▁Bi", + "om" + ], + [ + "▁B", + "iom" + ], + [ + "17", + "0" + ], + [ + "1", + "70" + ], + [ + "▁pres", + "a" + ], + [ + "▁pre", + "sa" + ], + [ + "▁pr", + "esa" + ], + [ + "▁", + "presa" + ], + [ + "▁chines", + "es" + ], + [ + "▁chin", + "eses" + ], + [ + "▁contag", + "em" + ], + [ + "▁conta", + "gem" + ], + [ + "▁cont", + "agem" + ], + [ + "')", + "]" + ], + [ + "'", + ")]" + ], + [ + "66", + "7" + ], + [ + "6", + "67" + ], + [ + ":\"", + "," + ], + [ + ":", + "\"," + ], + [ + "▁fic", + "t" + ], + [ + "▁fi", + "ct" + ], + [ + "▁f", + "ict" + ], + [ + "▁rar", + "a" + ], + [ + "▁ra", + "ra" + ], + [ + "▁r", + "ara" + ], + [ + "44", + "4" + ], + [ + "4", + "44" + ], + [ + "N", + "ative" + ], + [ + "18", + "8" + ], + [ + "1", + "88" + ], + [ + "▁espanh", + "óis" + ], + [ + "▁educativo", + "s" + ], + [ + "▁educ", + "ativos" + ], + [ + "▁col", + "s" + ], + [ + "▁co", + "ls" + ], + [ + "▁c", + "ols" + ], + [ + "▁", + "cols" + ], + [ + "▁project", + "ed" + ], + [ + "▁proj", + "ected" + ], + [ + "▁pot", + "assium" + ], + [ + "▁Wa", + "it" + ], + [ + "▁W", + "ait" + ], + [ + "▁", + "Wait" + ], + [ + "▁Parl", + "amento" + ], + [ + "bert", + "a" + ], + [ + "ber", + "ta" + ], + [ + "b", + "erta" + ], + [ + "ote", + "n" + ], + [ + "ot", + "en" + ], + [ + "o", + "ten" + ], + [ + "▁mar", + "es" + ], + [ + "▁ma", + "res" + ], + [ + "▁m", + "ares" + ], + [ + "(*", + ",*)" + ], + [ + "al", + "ways" + ], + [ + "▁vale", + "r" + ], + [ + "▁val", + "er" + ], + [ + "▁va", + "ler" + ], + [ + "▁defe", + "r" + ], + [ + "▁def", + "er" + ], + [ + "▁de", + "fer" + ], + [ + "▁dy", + "ing" + ], + [ + "▁d", + "ying" + ], + [ + "▁Jú", + "lio" + ], + [ + "▁J", + "úlio" + ], + [ + "34", + "9" + ], + [ + "3", + "49" + ], + [ + "▁cras", + "h" + ], + [ + "▁cra", + "sh" + ], + [ + "▁cr", + "ash" + ], + [ + "▁c", + "rash" + ], + [ + "▁tu", + "ple" + ], + [ + "▁t", + "uple" + ], + [ + "▁", + "tuple" + ], + [ + "bu", + "ilt" + ], + [ + "▁10", + "7" + ], + [ + "▁1", + "07" + ], + [ + "▁", + "107" + ], + [ + "▁Dr", + "op" + ], + [ + "▁D", + "rop" + ], + [ + "▁", + "Drop" + ], + [ + "el", + "n" + ], + [ + "e", + "ln" + ], + [ + "L", + "B" + ], + [ + "▁TL", + "abel" + ], + [ + "▁T", + "Label" + ], + [ + "▁Turk", + "ey" + ], + [ + "▁Tur", + "key" + ], + [ + "jo", + "u" + ], + [ + "j", + "ou" + ], + [ + "▁val", + "ley" + ], + [ + "▁important", + "ly" + ], + [ + "▁import", + "antly" + ], + [ + "pass", + "ed" + ], + [ + "pas", + "sed" + ], + [ + "IO", + "R" + ], + [ + "I", + "OR" + ], + [ + "▁enzyme", + "s" + ], + [ + "▁enz", + "ymes" + ], + [ + "▁facilit", + "ando" + ], + [ + "▁facil", + "itando" + ], + [ + "▁fale", + "ceu" + ], + [ + "▁fal", + "eceu" + ], + [ + "▁Inform", + "ática" + ], + [ + "▁comando", + "s" + ], + [ + "▁comand", + "os" + ], + [ + "▁com", + "andos" + ], + [ + "▁travel", + "ed" + ], + [ + "▁trav", + "eled" + ], + [ + "▁tra", + "veled" + ], + [ + "▁exclus", + "ive" + ], + [ + "▁excl", + "usive" + ], + [ + "▁ex", + "clusive" + ], + [ + "▁bio", + "s" + ], + [ + "▁bi", + "os" + ], + [ + "▁b", + "ios" + ], + [ + "▁", + "bios" + ], + [ + "▁vul", + "c" + ], + [ + "▁concret", + "a" + ], + [ + "▁concre", + "ta" + ], + [ + "▁conc", + "reta" + ], + [ + "▁Bra", + "d" + ], + [ + "▁Br", + "ad" + ], + [ + "▁B", + "rad" + ], + [ + "min", + "ute" + ], + [ + "li", + "f" + ], + [ + "l", + "if" + ], + [ + "▁distúrb", + "io" + ], + [ + "▁smart", + "phone" + ], + [ + "_20", + "1" + ], + [ + "_2", + "01" + ], + [ + "_", + "201" + ], + [ + "▁ple", + "asure" + ], + [ + "est", + "ão" + ], + [ + "isc", + "ais" + ], + [ + "▁Les", + "te" + ], + [ + "▁Le", + "ste" + ], + [ + "▁L", + "este" + ], + [ + "health", + "y" + ], + [ + "▁Eli", + "m" + ], + [ + "▁El", + "im" + ], + [ + "▁E", + "lim" + ], + [ + "▁resolve", + "d" + ], + [ + "▁resol", + "ved" + ], + [ + "▁", + "resolved" + ], + [ + "▁ben", + "d" + ], + [ + "▁be", + "nd" + ], + [ + "▁b", + "end" + ], + [ + "▁agl", + "omer" + ], + [ + "▁war", + "s" + ], + [ + "▁wa", + "rs" + ], + [ + "▁w", + "ars" + ], + [ + "▁REFER", + "ENCES" + ], + [ + "▁Pop", + "e" + ], + [ + "▁Po", + "pe" + ], + [ + "▁P", + "ope" + ], + [ + "card", + "s" + ], + [ + "car", + "ds" + ], + [ + "c", + "ards" + ], + [ + "15", + "8" + ], + [ + "1", + "58" + ], + [ + "▁Assign", + "ment" + ], + [ + "▁Ass", + "ignment" + ], + [ + "▁", + "Assignment" + ], + [ + "▁RES", + "ULT" + ], + [ + "▁", + "RESULT" + ], + [ + "▁<$", + ">" + ], + [ + "▁spin", + "e" + ], + [ + "▁sp", + "ine" + ], + [ + "▁s", + "pine" + ], + [ + "▁cart", + "eira" + ], + [ + "▁car", + "teira" + ], + [ + "▁Mot", + "ion" + ], + [ + "▁Mo", + "tion" + ], + [ + "▁M", + "otion" + ], + [ + "▁hyg", + "iene" + ], + [ + "▁conform", + "idade" + ], + [ + "ans", + "ion" + ], + [ + "▁O", + "E" + ], + [ + "▁end", + "angered" + ], + [ + "Verb", + "ose" + ], + [ + "▁mad", + "r" + ], + [ + "▁ma", + "dr" + ], + [ + "▁m", + "adr" + ], + [ + "▁regulament", + "ação" + ], + [ + "▁toma", + "do" + ], + [ + "▁tom", + "ado" + ], + [ + "▁explore", + "d" + ], + [ + "▁explor", + "ed" + ], + [ + "▁explo", + "red" + ], + [ + "▁expl", + "ored" + ], + [ + "uda", + "s" + ], + [ + "ud", + "as" + ], + [ + "u", + "das" + ], + [ + "door", + "s" + ], + [ + "do", + "ors" + ], + [ + "▁weight", + "ed" + ], + [ + "▁weigh", + "ted" + ], + [ + "▁fit", + "a" + ], + [ + "▁fi", + "ta" + ], + [ + "▁f", + "ita" + ], + [ + "or", + "us" + ], + [ + "o", + "rus" + ], + [ + "▁privil", + "égio" + ], + [ + "▁reun", + "iu" + ], + [ + "▁Mar", + "io" + ], + [ + "▁Ma", + "rio" + ], + [ + "▁M", + "ario" + ], + [ + "▁ev", + "ite" + ], + [ + "▁alimenta", + "m" + ], + [ + "▁aliment", + "am" + ], + [ + "Bl", + "ue" + ], + [ + "endi", + "do" + ], + [ + "end", + "ido" + ], + [ + "quest", + "ra" + ], + [ + "ques", + "tra" + ], + [ + "que", + "stra" + ], + [ + "qu", + "estra" + ], + [ + "▁Mag", + "alhães" + ], + [ + "▁gent", + "le" + ], + [ + "▁gen", + "tle" + ], + [ + "▁fornecedor", + "es" + ], + [ + "▁forneced", + "ores" + ], + [ + "bran", + "d" + ], + [ + "bra", + "nd" + ], + [ + "br", + "and" + ], + [ + "b", + "rand" + ], + [ + "▁localizada", + "s" + ], + [ + "▁localiza", + "das" + ], + [ + "▁local", + "izadas" + ], + [ + "▁Hi", + "l" + ], + [ + "▁H", + "il" + ], + [ + "▁Str", + "ateg" + ], + [ + "▁Get", + "s" + ], + [ + "▁Ge", + "ts" + ], + [ + "▁G", + "ets" + ], + [ + "▁estre", + "ita" + ], + [ + "▁F", + "onseca" + ], + [ + "ert", + "y" + ], + [ + "er", + "ty" + ], + [ + "▁NE", + "W" + ], + [ + "▁N", + "EW" + ], + [ + "▁", + "NEW" + ], + [ + "▁go", + "ogle" + ], + [ + "▁", + "google" + ], + [ + "▁dor", + "s" + ], + [ + "▁do", + "rs" + ], + [ + "▁d", + "ors" + ], + [ + "▁Spec", + "ies" + ], + [ + "▁Spe", + "cies" + ], + [ + "Í", + "T" + ], + [ + "uff", + "ix" + ], + [ + "uf", + "fix" + ], + [ + "▁ut", + "ens" + ], + [ + "ec", + "l" + ], + [ + "e", + "cl" + ], + [ + "x", + "A" + ], + [ + "▁Mon", + "g" + ], + [ + "▁Mo", + "ng" + ], + [ + "▁M", + "ong" + ], + [ + "▁administr", + "ative" + ], + [ + "size", + "d" + ], + [ + "si", + "zed" + ], + [ + "s", + "ized" + ], + [ + "▁sup", + "press" + ], + [ + "▁funcion", + "ando" + ], + [ + "▁impress", + "ive" + ], + [ + "0000-00", + "-00" + ], + [ + "▁Ba", + "ir" + ], + [ + "▁B", + "air" + ], + [ + "49", + "." + ], + [ + "4", + "9." + ], + [ + "prima", + "s" + ], + [ + "prim", + "as" + ], + [ + "pri", + "mas" + ], + [ + "pr", + "imas" + ], + [ + "}^{", + "\\" + ], + [ + "}^", + "{\\" + ], + [ + "}", + "^{\\" + ], + [ + "▁medicina", + "is" + ], + [ + "▁medic", + "inais" + ], + [ + "▁conquist", + "ou" + ], + [ + "ú", + "dio" + ], + [ + "factor", + "y" + ], + [ + "fact", + "ory" + ], + [ + "f", + "actory" + ], + [ + "▁dist", + "ra" + ], + [ + "▁dis", + "tra" + ], + [ + "▁di", + "stra" + ], + [ + "▁d", + "istra" + ], + [ + "▁local", + "idade" + ], + [ + "▁loc", + "alidade" + ], + [ + "▁problem", + "ática" + ], + [ + "▁proble", + "mática" + ], + [ + "▁relate", + "s" + ], + [ + "▁relat", + "es" + ], + [ + "▁rel", + "ates" + ], + [ + "▁'", + "2" + ], + [ + "▁Pont", + "e" + ], + [ + "▁P", + "onte" + ], + [ + "▁intit", + "ulado" + ], + [ + "▁diário", + "s" + ], + [ + "▁diá", + "rios" + ], + [ + "▁di", + "ários" + ], + [ + "1-", + "1" + ], + [ + "1", + "-1" + ], + [ + "▁MA", + "S" + ], + [ + "▁M", + "AS" + ], + [ + "▁", + "MAS" + ], + [ + "▁LET", + "TER" + ], + [ + "▁administr", + "ativo" + ], + [ + "▁S", + "B" + ], + [ + "▁", + "SB" + ], + [ + "▁surdo", + "s" + ], + [ + "▁sur", + "dos" + ], + [ + "▁Lan", + "c" + ], + [ + "▁La", + "nc" + ], + [ + "▁L", + "anc" + ], + [ + "▁ger", + "m" + ], + [ + "▁ge", + "rm" + ], + [ + "express", + "ion" + ], + [ + "expr", + "ession" + ], + [ + "ex", + "pression" + ], + [ + "▁peri", + "meter" + ], + [ + "▁per", + "imeter" + ], + [ + "UM", + "N" + ], + [ + "U", + "MN" + ], + [ + "▁Fern", + "anda" + ], + [ + "▁teach", + "es" + ], + [ + "▁tea", + "ches" + ], + [ + "▁te", + "aches" + ], + [ + "32", + "7" + ], + [ + "3", + "27" + ], + [ + "Rem", + "ote" + ], + [ + "▁Ade", + "m" + ], + [ + "▁Ad", + "em" + ], + [ + "▁A", + "dem" + ], + [ + "▁reservado", + "s" + ], + [ + "▁reserva", + "dos" + ], + [ + "▁reserv", + "ados" + ], + [ + "▁exped", + "ição" + ], + [ + "▁passam", + "os" + ], + [ + "▁passa", + "mos" + ], + [ + "▁pass", + "amos" + ], + [ + "inter", + "n" + ], + [ + "inte", + "rn" + ], + [ + "int", + "ern" + ], + [ + "in", + "tern" + ], + [ + "▁Al", + "ago" + ], + [ + "▁Sk", + "ip" + ], + [ + "▁", + "Skip" + ], + [ + "▁so", + "vereign" + ], + [ + "exec", + "ut" + ], + [ + "exe", + "cut" + ], + [ + "ex", + "ecut" + ], + [ + "▁key", + "board" + ], + [ + "▁rota", + "ting" + ], + [ + "▁rot", + "ating" + ], + [ + "▁lim", + "ão" + ], + [ + "▁li", + "mão" + ], + [ + "▁Númer", + "o" + ], + [ + "▁Prepar", + "e" + ], + [ + "▁Prep", + "are" + ], + [ + "▁Pre", + "pare" + ], + [ + "▁Rep", + "ly" + ], + [ + "▁Re", + "ply" + ], + [ + "▁", + "Reply" + ], + [ + "▁fundo", + "u" + ], + [ + "▁fund", + "ou" + ], + [ + "▁prop", + "ôs" + ], + [ + "▁inject", + "ion" + ], + [ + "▁inj", + "ection" + ], + [ + "▁in", + "jection" + ], + [ + "▁constitut", + "ion" + ], + [ + "▁constitu", + "tion" + ], + [ + "▁const", + "itution" + ], + [ + "No", + "rm" + ], + [ + "N", + "orm" + ], + [ + "\"", + "?" + ], + [ + "▁eleito", + "s" + ], + [ + "▁ele", + "itos" + ], + [ + "▁gig", + "ant" + ], + [ + "▁agress", + "ão" + ], + [ + "▁agr", + "essão" + ], + [ + "▁ouv", + "e" + ], + [ + "▁ou", + "ve" + ], + [ + "▁", + "ouve" + ], + [ + "▁vira", + "r" + ], + [ + "▁vir", + "ar" + ], + [ + "▁vi", + "rar" + ], + [ + "▁v", + "irar" + ], + [ + "▁sé", + "c" + ], + [ + "▁s", + "éc" + ], + [ + "Analy", + "sis" + ], + [ + "Anal", + "ysis" + ], + [ + "▁__", + "_" + ], + [ + "▁_", + "__" + ], + [ + "▁", + "___" + ], + [ + "▁C", + "f" + ], + [ + "▁tom", + "e" + ], + [ + "▁to", + "me" + ], + [ + "▁t", + "ome" + ], + [ + "esco", + "la" + ], + [ + "esc", + "ola" + ], + [ + "▁Ac", + "onte" + ], + [ + "▁A", + "conte" + ], + [ + "▁reflete", + "m" + ], + [ + "▁reflet", + "em" + ], + [ + "posit", + "or" + ], + [ + "pos", + "itor" + ], + [ + "▁(0", + ")" + ], + [ + "▁(", + "0)" + ], + [ + "▁", + "(0)" + ], + [ + "▁extract", + "ion" + ], + [ + "▁extrac", + "tion" + ], + [ + "▁extra", + "ction" + ], + [ + "▁extr", + "action" + ], + [ + "▁ext", + "raction" + ], + [ + "▁ex", + "traction" + ], + [ + "▁ba", + "pt" + ], + [ + "▁b", + "apt" + ], + [ + "▁nor", + "t" + ], + [ + "▁no", + "rt" + ], + [ + "▁n", + "ort" + ], + [ + "▁37", + "," + ], + [ + "▁3", + "7," + ], + [ + "▁", + "37," + ], + [ + "▁Indones", + "ia" + ], + [ + "▁LIMIT", + "ED" + ], + [ + "▁ed", + "x" + ], + [ + "▁e", + "dx" + ], + [ + "▁", + "edx" + ], + [ + "▁dut", + "ies" + ], + [ + "▁du", + "ties" + ], + [ + "▁Si", + "g" + ], + [ + "▁S", + "ig" + ], + [ + "▁", + "Sig" + ], + [ + "COL", + "A" + ], + [ + "CO", + "LA" + ], + [ + "Ass", + "et" + ], + [ + "As", + "set" + ], + [ + "▁{", + "@" + ], + [ + "▁repeated", + "ly" + ], + [ + "verte", + "d" + ], + [ + "vert", + "ed" + ], + [ + "ver", + "ted" + ], + [ + "rate", + "s" + ], + [ + "rat", + "es" + ], + [ + "ra", + "tes" + ], + [ + "r", + "ates" + ], + [ + "prov", + "ider" + ], + [ + "▁inj", + "ured" + ], + [ + "▁hard", + "ly" + ], + [ + "▁compat", + "ible" + ], + [ + "▁verifica", + "ção" + ], + [ + "▁ver", + "ificação" + ], + [ + "▁ve", + "rificação" + ], + [ + "▁Over", + "view" + ], + [ + "▁recomp", + "ens" + ], + [ + "▁recom", + "pens" + ], + [ + "brand", + "o" + ], + [ + "bran", + "do" + ], + [ + "br", + "ando" + ], + [ + "b", + "rando" + ], + [ + "▁Fle", + "x" + ], + [ + "▁Fl", + "ex" + ], + [ + "▁F", + "lex" + ], + [ + "é", + "p" + ], + [ + "37", + "4" + ], + [ + "3", + "74" + ], + [ + "▁curta", + "s" + ], + [ + "▁curt", + "as" + ], + [ + "▁cur", + "tas" + ], + [ + "▁conv", + "iv" + ], + [ + "▁con", + "viv" + ], + [ + "▁fac", + "h" + ], + [ + "▁fa", + "ch" + ], + [ + "▁f", + "ach" + ], + [ + "24", + "9" + ], + [ + "2", + "49" + ], + [ + "▁3)", + "," + ], + [ + "▁3", + ")," + ], + [ + "▁", + "3)," + ], + [ + "▁Temp", + "er" + ], + [ + "▁Tem", + "per" + ], + [ + "R", + "D" + ], + [ + "Re", + "q" + ], + [ + "R", + "eq" + ], + [ + "▁'", + "5" + ], + [ + "35", + "6" + ], + [ + "3", + "56" + ], + [ + "▁aff", + "airs" + ], + [ + "▁provoca", + "m" + ], + [ + "▁provoc", + "am" + ], + [ + "▁prov", + "ocam" + ], + [ + "ya", + "ml" + ], + [ + "y", + "aml" + ], + [ + "▁spar", + "k" + ], + [ + "▁sp", + "ark" + ], + [ + "▁s", + "park" + ], + [ + "▁", + "spark" + ], + [ + "File", + "Path" + ], + [ + "▁health", + "ier" + ], + [ + "qui", + "o" + ], + [ + "qu", + "io" + ], + [ + "write", + "r" + ], + [ + "writ", + "er" + ], + [ + "wr", + "iter" + ], + [ + "w", + "riter" + ], + [ + "▁Desc", + "rição" + ], + [ + "▁pessoal", + "mente" + ], + [ + "▁pesso", + "almente" + ], + [ + "▁af", + "raid" + ], + [ + "▁ri", + "m" + ], + [ + "▁r", + "im" + ], + [ + "▁", + "rim" + ], + [ + "▁ol", + "ha" + ], + [ + "FFEE", + "AC" + ], + [ + "▁capit", + "ão" + ], + [ + "▁fiber", + "s" + ], + [ + "▁fib", + "ers" + ], + [ + "▁fi", + "bers" + ], + [ + "▁", + "б" + ], + [ + "▁public", + "a" + ], + [ + "▁publ", + "ica" + ], + [ + "▁pub", + "lica" + ], + [ + "▁presc", + "ription" + ], + [ + "▁pre", + "scription" + ], + [ + "▁pr", + "escription" + ], + [ + "rick", + "s" + ], + [ + "ric", + "ks" + ], + [ + "r", + "icks" + ], + [ + "Ac", + "cept" + ], + [ + "▁situ", + "a" + ], + [ + "▁sit", + "ua" + ], + [ + "▁si", + "tua" + ], + [ + "▁típ", + "ica" + ], + [ + "▁did", + "ática" + ], + [ + "▁AD", + "HD" + ], + [ + "▁pri", + "est" + ], + [ + "▁pr", + "iest" + ], + [ + "▁con", + "n" + ], + [ + "▁co", + "nn" + ], + [ + "▁", + "conn" + ], + [ + "=\"0", + "\"" + ], + [ + "=\"", + "0\"" + ], + [ + "edit", + "or" + ], + [ + "edi", + "tor" + ], + [ + "ed", + "itor" + ], + [ + "3\"", + "," + ], + [ + "3", + "\"," + ], + [ + "▁pré", + "via" + ], + [ + "▁", + "’" + ], + [ + "▁angúst", + "ia" + ], + [ + "▁prob", + "e" + ], + [ + "▁pro", + "be" + ], + [ + "▁ra", + "ção" + ], + [ + "▁r", + "ação" + ], + [ + "▁", + "ração" + ], + [ + "▁Ext", + "ension" + ], + [ + "▁", + "Extension" + ], + [ + "▁consum", + "ido" + ], + [ + "=$", + "{" + ], + [ + "=", + "${" + ], + [ + "▁host", + "s" + ], + [ + "▁Patri", + "ck" + ], + [ + "▁Patr", + "ick" + ], + [ + "▁Pat", + "rick" + ], + [ + "▁Mole", + "cular" + ], + [ + "▁inser", + "ido" + ], + [ + "TO", + "N" + ], + [ + "T", + "ON" + ], + [ + "▁sat", + "ur" + ], + [ + "▁sa", + "tur" + ], + [ + "▁s", + "atur" + ], + [ + "▁terr", + "ível" + ], + [ + "▁to", + "ile" + ], + [ + "▁Am", + "p" + ], + [ + "▁A", + "mp" + ], + [ + "▁", + "Amp" + ], + [ + "▁vast", + "o" + ], + [ + "▁vas", + "to" + ], + [ + "▁va", + "sto" + ], + [ + "24", + "5" + ], + [ + "2", + "45" + ], + [ + "▁Z", + "o" + ], + [ + "▁gun", + "s" + ], + [ + "▁gu", + "ns" + ], + [ + "▁g", + "uns" + ], + [ + "bon", + "e" + ], + [ + "bo", + "ne" + ], + [ + "b", + "one" + ], + [ + "▁meet", + "s" + ], + [ + "▁me", + "ets" + ], + [ + "▁algoritmo", + "s" + ], + [ + "▁algorit", + "mos" + ], + [ + "▁Ann", + "ual" + ], + [ + "▁decor", + "ação" + ], + [ + "▁dec", + "oração" + ], + [ + "▁ep", + "ile" + ], + [ + "▁kn", + "ot" + ], + [ + "▁k", + "not" + ], + [ + "▁consider", + "e" + ], + [ + "▁cons", + "idere" + ], + [ + "prec", + "ated" + ], + [ + "▁Law", + "rence" + ], + [ + "▁entr", + "opy" + ], + [ + "▁ent", + "ropy" + ], + [ + "▁", + "entropy" + ], + [ + "*", + "8" + ], + [ + "oco", + "m" + ], + [ + "oc", + "om" + ], + [ + "o", + "com" + ], + [ + "Hol", + "der" + ], + [ + "H", + "older" + ], + [ + "▁reserve", + "s" + ], + [ + "▁reserv", + "es" + ], + [ + "▁res", + "erves" + ], + [ + "▁ram", + "p" + ], + [ + "▁ra", + "mp" + ], + [ + "▁r", + "amp" + ], + [ + "▁dinâm", + "ico" + ], + [ + "▁din", + "âmico" + ], + [ + "▁astr", + "ôn" + ], + [ + "ches", + "ter" + ], + [ + "che", + "ster" + ], + [ + "ch", + "ester" + ], + [ + "▁Be", + "b" + ], + [ + "▁B", + "eb" + ], + [ + "▁fee", + "s" + ], + [ + "▁fe", + "es" + ], + [ + "▁f", + "ees" + ], + [ + "▁comete", + "r" + ], + [ + "▁comet", + "er" + ], + [ + "▁come", + "ter" + ], + [ + "▁com", + "eter" + ], + [ + "▁co", + "meter" + ], + [ + "▁c", + "ometer" + ], + [ + "▁terrestre", + "s" + ], + [ + "▁terrest", + "res" + ], + [ + "▁terr", + "estres" + ], + [ + "▁SH", + "A" + ], + [ + "▁S", + "HA" + ], + [ + "▁", + "SHA" + ], + [ + "pan", + "ic" + ], + [ + "pa", + "nic" + ], + [ + "p", + "anic" + ], + [ + "▁ancest", + "rais" + ], + [ + "▁screen", + "s" + ], + [ + "▁scre", + "ens" + ], + [ + "▁s", + "creens" + ], + [ + "mac", + "ro" + ], + [ + "ma", + "cro" + ], + [ + "▁Human", + "o" + ], + [ + "▁Hum", + "ano" + ], + [ + "▁Hu", + "mano" + ], + [ + "aven", + "t" + ], + [ + "ave", + "nt" + ], + [ + "av", + "ent" + ], + [ + "a", + "vent" + ], + [ + "▁suger", + "ir" + ], + [ + "Seg", + "ment" + ], + [ + "Se", + "gment" + ], + [ + "am", + "azon" + ], + [ + "<", + ":" + ], + [ + "▁Nether", + "lands" + ], + [ + "▁sig", + "la" + ], + [ + "dis", + "c" + ], + [ + "di", + "sc" + ], + [ + "d", + "isc" + ], + [ + "▁visual", + "ização" + ], + [ + "Component", + "Model" + ], + [ + "▁F", + "B" + ], + [ + "▁", + "FB" + ], + [ + "▁0.000", + "0" + ], + [ + "▁0.00", + "00" + ], + [ + "▁0.0", + "000" + ], + [ + "▁0.", + "0000" + ], + [ + "▁E", + "B" + ], + [ + "▁", + "EB" + ], + [ + "ential", + "ly" + ], + [ + "▁Connect", + "ion" + ], + [ + "▁", + "Connection" + ], + [ + "^", + "(" + ], + [ + "▁Sc", + "ore" + ], + [ + "▁S", + "core" + ], + [ + "▁", + "Score" + ], + [ + "DI", + "M" + ], + [ + "D", + "IM" + ], + [ + "▁desvant", + "agens" + ], + [ + "▁Pol", + "l" + ], + [ + "▁Po", + "ll" + ], + [ + "▁P", + "oll" + ], + [ + "▁participa", + "ting" + ], + [ + "▁particip", + "ating" + ], + [ + "▁Ven", + "t" + ], + [ + "▁Ve", + "nt" + ], + [ + "▁V", + "ent" + ], + [ + "▁nordest", + "e" + ], + [ + "▁n", + "ordeste" + ], + [ + "▁Tra", + "v" + ], + [ + "▁Tr", + "av" + ], + [ + "▁T", + "rav" + ], + [ + "▁Fo", + "cus" + ], + [ + "▁F", + "ocus" + ], + [ + "▁", + "Focus" + ], + [ + "encia", + "do" + ], + [ + "enci", + "ado" + ], + [ + "enc", + "iado" + ], + [ + "▁3", + "%" + ], + [ + "▁", + "3%" + ], + [ + "pos", + "s" + ], + [ + "po", + "ss" + ], + [ + "p", + "oss" + ], + [ + "▁EQ", + "U" + ], + [ + "▁E", + "QU" + ], + [ + "Aud", + "io" + ], + [ + "A", + "udio" + ], + [ + "Style", + "s" + ], + [ + "St", + "yles" + ], + [ + "▁Lingu", + "agem" + ], + [ + "д", + "а" + ], + [ + "▁ly", + "ing" + ], + [ + "▁l", + "ying" + ], + [ + "▁", + "lying" + ], + [ + "L", + "c" + ], + [ + "▁Reg", + "ul" + ], + [ + "▁tumor", + "s" + ], + [ + "▁tum", + "ors" + ], + [ + "▁inevit", + "ável" + ], + [ + "▁inev", + "itável" + ], + [ + "Mo", + "v" + ], + [ + "M", + "ov" + ], + [ + "▁Explor", + "e" + ], + [ + "▁Expl", + "ore" + ], + [ + "▁Planet", + "a" + ], + [ + "▁Plane", + "ta" + ], + [ + "▁Plan", + "eta" + ], + [ + "▁reprodu", + "ction" + ], + [ + "▁repro", + "duction" + ], + [ + "▁re", + "production" + ], + [ + "▁M", + "U" + ], + [ + "数", + "据" + ], + [ + "ribut", + "o" + ], + [ + "ribu", + "to" + ], + [ + "rib", + "uto" + ], + [ + "▁emb", + "ar" + ], + [ + "▁em", + "bar" + ], + [ + "▁fix", + "o" + ], + [ + "▁fi", + "xo" + ], + [ + "▁f", + "ixo" + ], + [ + "▁Exp", + "r" + ], + [ + "▁Ex", + "pr" + ], + [ + "▁", + "Expr" + ], + [ + "▁en", + "abling" + ], + [ + "▁", + "≈" + ], + [ + "▁reconstru", + "ção" + ], + [ + "▁recon", + "strução" + ], + [ + "▁interfer", + "ir" + ], + [ + "agn", + "er" + ], + [ + "ag", + "ner" + ], + [ + "▁P", + "B" + ], + [ + "▁", + "PB" + ], + [ + "▁anún", + "cio" + ], + [ + "▁conserv", + "ative" + ], + [ + "Data", + "set" + ], + [ + "D", + "ataset" + ], + [ + "▁discuss", + "es" + ], + [ + "ótica", + "s" + ], + [ + "ót", + "icas" + ], + [ + "ó", + "ticas" + ], + [ + "▁leva", + "da" + ], + [ + "▁lev", + "ada" + ], + [ + "▁le", + "vada" + ], + [ + "▁entre", + "prene" + ], + [ + "▁ES", + "C" + ], + [ + "▁E", + "SC" + ], + [ + "▁", + "ESC" + ], + [ + "▁Ro", + "u" + ], + [ + "▁R", + "ou" + ], + [ + "Vari", + "ant" + ], + [ + "Var", + "iant" + ], + [ + "V", + "ariant" + ], + [ + "▁El", + "i" + ], + [ + "▁E", + "li" + ], + [ + "iv", + "ismo" + ], + [ + "▁cur", + "ious" + ], + [ + "▁cu", + "rious" + ], + [ + "▁c", + "urious" + ], + [ + "▁sorr", + "y" + ], + [ + "▁sor", + "ry" + ], + [ + "▁pull", + "ed" + ], + [ + "▁pul", + "led" + ], + [ + "▁des", + "ob" + ], + [ + "▁de", + "sob" + ], + [ + "▁mut", + "ation" + ], + [ + "▁", + "mutation" + ], + [ + "iag", + "em" + ], + [ + "ia", + "gem" + ], + [ + "i", + "agem" + ], + [ + "▁Wik", + "i" + ], + [ + "▁Wi", + "ki" + ], + [ + "▁W", + "iki" + ], + [ + "18", + ":" + ], + [ + "1", + "8:" + ], + [ + "▁sei", + "z" + ], + [ + "▁se", + "iz" + ], + [ + "()))", + ";" + ], + [ + "())", + ");" + ], + [ + "()", + "));" + ], + [ + "(", + ")));" + ], + [ + "▁think", + "s" + ], + [ + "▁thin", + "ks" + ], + [ + "▁th", + "inks" + ], + [ + "/", + "{" + ], + [ + "sc", + "r" + ], + [ + "s", + "cr" + ], + [ + "▁Pro", + "ceed" + ], + [ + "▁Har", + "t" + ], + [ + "▁Ha", + "rt" + ], + [ + "▁H", + "art" + ], + [ + "▁C", + "á" + ], + [ + "▁declar", + "a" + ], + [ + "▁decl", + "ara" + ], + [ + "▁perder", + "am" + ], + [ + "▁perde", + "ram" + ], + [ + "▁perd", + "eram" + ], + [ + "▁gram", + "ática" + ], + [ + "▁gra", + "mática" + ], + [ + "íada", + "s" + ], + [ + "ía", + "das" + ], + [ + "í", + "adas" + ], + [ + "iterr", + "âneo" + ], + [ + "▁economic", + "amente" + ], + [ + "▁econom", + "icamente" + ], + [ + "▁Node", + "s" + ], + [ + "▁No", + "des" + ], + [ + "▁N", + "odes" + ], + [ + "▁", + "Nodes" + ], + [ + "▁stake", + "holders" + ], + [ + "▁precip", + "itação" + ], + [ + "ma", + "jor" + ], + [ + "88", + "," + ], + [ + "8", + "8," + ], + [ + "▁especial", + "ização" + ], + [ + "redo", + "r" + ], + [ + "red", + "or" + ], + [ + "re", + "dor" + ], + [ + "r", + "edor" + ], + [ + "''", + "''" + ], + [ + "▁exempl", + "ar" + ], + [ + "▁G", + "E" + ], + [ + "▁", + "GE" + ], + [ + "▁prime", + "s" + ], + [ + "▁prim", + "es" + ], + [ + "▁pri", + "mes" + ], + [ + "▁pr", + "imes" + ], + [ + "F", + "ragment" + ], + [ + "▁resil", + "iência" + ], + [ + "▁wage", + "s" + ], + [ + "▁wa", + "ges" + ], + [ + "▁w", + "ages" + ], + [ + "/", + "'" + ], + [ + "O", + "O" + ], + [ + "bi", + "d" + ], + [ + "b", + "id" + ], + [ + "▁is", + "a" + ], + [ + "▁i", + "sa" + ], + [ + "▁", + "isa" + ], + [ + "▁en", + "ra" + ], + [ + "dat", + "ing" + ], + [ + "da", + "ting" + ], + [ + "d", + "ating" + ], + [ + "▁match", + "ed" + ], + [ + "▁mat", + "ched" + ], + [ + "▁m", + "atched" + ], + [ + "▁convida", + "do" + ], + [ + "▁convid", + "ado" + ], + [ + "▁conv", + "idado" + ], + [ + "▁Protect", + "ed" + ], + [ + "▁Prote", + "cted" + ], + [ + "▁Prot", + "ected" + ], + [ + "▁rig", + "id" + ], + [ + "yst", + "s" + ], + [ + "ys", + "ts" + ], + [ + "Sc", + "h" + ], + [ + "S", + "ch" + ], + [ + "▁pau", + "t" + ], + [ + "▁pa", + "ut" + ], + [ + "▁p", + "aut" + ], + [ + "▁din", + "osa" + ], + [ + "49", + "," + ], + [ + "4", + "9," + ], + [ + "mo", + "t" + ], + [ + "m", + "ot" + ], + [ + "45", + "6" + ], + [ + "4", + "56" + ], + [ + "ncia", + "s" + ], + [ + "nc", + "ias" + ], + [ + "n", + "cias" + ], + [ + "▁bit", + "e" + ], + [ + "▁bi", + "te" + ], + [ + "▁b", + "ite" + ], + [ + "atis", + "mo" + ], + [ + "ati", + "smo" + ], + [ + "at", + "ismo" + ], + [ + "39", + "6" + ], + [ + "3", + "96" + ], + [ + "▁tri", + "ângulo" + ], + [ + "3", + "\\" + ], + [ + "▁Ana", + "t" + ], + [ + "▁An", + "at" + ], + [ + "▁A", + "nat" + ], + [ + "A", + "ug" + ], + [ + "▁tun", + "nel" + ], + [ + "▁aldeia", + "s" + ], + [ + "▁alde", + "ias" + ], + [ + "127", + "." + ], + [ + "12", + "7." + ], + [ + "1", + "27." + ], + [ + "iga", + "tor" + ], + [ + "ig", + "ator" + ], + [ + "▁Prev", + "ent" + ], + [ + "▁Pre", + "vent" + ], + [ + "▁Pr", + "event" + ], + [ + "▁muçulman", + "os" + ], + [ + "▁pront", + "a" + ], + [ + "▁pron", + "ta" + ], + [ + "▁pr", + "onta" + ], + [ + "▁feature", + "d" + ], + [ + "▁feat", + "ured" + ], + [ + "fail", + "ed" + ], + [ + "fa", + "iled" + ], + [ + "▁Red", + "ist" + ], + [ + "▁Re", + "dist" + ], + [ + "▁cert", + "ificado" + ], + [ + "my", + "s" + ], + [ + "m", + "ys" + ], + [ + "Del", + "ay" + ], + [ + "De", + "lay" + ], + [ + "▁presid", + "ência" + ], + [ + "▁pres", + "idência" + ], + [ + "od", + "d" + ], + [ + "o", + "dd" + ], + [ + "▁FUN", + "D" + ], + [ + "▁F", + "UND" + ], + [ + "▁", + "δ" + ], + [ + "▁NE", + "G" + ], + [ + "▁N", + "EG" + ], + [ + "▁dis", + "able" + ], + [ + "▁", + "disable" + ], + [ + "▁encrypt", + "ion" + ], + [ + "▁enc", + "ryption" + ], + [ + "▁\\", + "," + ], + [ + "▁", + "\\," + ], + [ + "▁milag", + "re" + ], + [ + "▁mil", + "agre" + ], + [ + "5.0", + "," + ], + [ + "5.", + "0," + ], + [ + "▁Viv", + "a" + ], + [ + "▁Vi", + "va" + ], + [ + "▁V", + "iva" + ], + [ + "▁sint", + "a" + ], + [ + "▁sin", + "ta" + ], + [ + "▁s", + "inta" + ], + [ + "▁office", + "s" + ], + [ + "▁offic", + "es" + ], + [ + "▁off", + "ices" + ], + [ + "▁Técnica", + "s" + ], + [ + "▁Técn", + "icas" + ], + [ + "▁smartphone", + "s" + ], + [ + "▁smart", + "phones" + ], + [ + "▁CA", + "T" + ], + [ + "▁C", + "AT" + ], + [ + "▁", + "CAT" + ], + [ + "▁questionamento", + "s" + ], + [ + "▁question", + "amentos" + ], + [ + "▁estende", + "r" + ], + [ + "▁estend", + "er" + ], + [ + "▁est", + "ender" + ], + [ + "▁1994", + "." + ], + [ + "▁199", + "4." + ], + [ + "▁espírito", + "s" + ], + [ + "▁esp", + "íritos" + ], + [ + "uzz", + "y" + ], + [ + "uz", + "zy" + ], + [ + "uls", + "ion" + ], + [ + "17", + "7" + ], + [ + "1", + "77" + ], + [ + "▁talk", + "s" + ], + [ + "▁tal", + "ks" + ], + [ + "▁bro", + "ws" + ], + [ + "▁br", + "ows" + ], + [ + "▁b", + "rows" + ], + [ + "▁prom", + "ising" + ], + [ + "head", + "ing" + ], + [ + "hea", + "ding" + ], + [ + "he", + "ading" + ], + [ + "consci", + "ous" + ], + [ + "▁description", + "s" + ], + [ + "▁descript", + "ions" + ], + [ + "▁desc", + "riptions" + ], + [ + "▁de", + "scriptions" + ], + [ + "Class", + "ifier" + ], + [ + "quím", + "ica" + ], + [ + "qu", + "ímica" + ], + [ + "St", + "d" + ], + [ + "S", + "td" + ], + [ + "▁Sr", + "i" + ], + [ + "▁S", + "ri" + ], + [ + "áb", + "ola" + ], + [ + "á", + "bola" + ], + [ + "cor", + "n" + ], + [ + "co", + "rn" + ], + [ + "c", + "orn" + ], + [ + "▁al", + "o" + ], + [ + "▁a", + "lo" + ], + [ + "▁", + "alo" + ], + [ + "▁Com", + "um" + ], + [ + "▁fo", + "o" + ], + [ + "▁f", + "oo" + ], + [ + "▁", + "foo" + ], + [ + "99", + "6" + ], + [ + "9", + "96" + ], + [ + "▁structure", + "d" + ], + [ + "▁struct", + "ured" + ], + [ + "▁camera", + "s" + ], + [ + "▁came", + "ras" + ], + [ + "▁cam", + "eras" + ], + [ + "ali", + "a" + ], + [ + "al", + "ia" + ], + [ + "a", + "lia" + ], + [ + "▁tube", + "s" + ], + [ + "▁tub", + "es" + ], + [ + "▁tu", + "bes" + ], + [ + "▁tan", + "que" + ], + [ + "**", + "(-1" + ], + [ + "▁Conta", + "to" + ], + [ + "▁Cont", + "ato" + ], + [ + "▁brother", + "s" + ], + [ + "▁bro", + "thers" + ], + [ + "▁br", + "others" + ], + [ + "▁Sum", + "mer" + ], + [ + "▁al", + "ho" + ], + [ + "▁", + "alho" + ], + [ + "▁COPY", + "RIGHT" + ], + [ + "Sup", + "er" + ], + [ + "Su", + "per" + ], + [ + "S", + "uper" + ], + [ + "▁Tra", + "c" + ], + [ + "▁Tr", + "ac" + ], + [ + "▁T", + "rac" + ], + [ + "▁", + "Trac" + ], + [ + "son", + "aro" + ], + [ + "▁conj", + "unction" + ], + [ + "ine", + "a" + ], + [ + "in", + "ea" + ], + [ + "i", + "nea" + ], + [ + "▁distinguish", + "ed" + ], + [ + "▁distingu", + "ished" + ], + [ + "▁constr", + "ói" + ], + [ + "greg", + "ate" + ], + [ + "gre", + "gate" + ], + [ + "▁devo", + "ção" + ], + [ + "▁dev", + "oção" + ], + [ + "▁int", + "encional" + ], + [ + "▁isolado", + "s" + ], + [ + "▁isol", + "ados" + ], + [ + "▁negoci", + "ações" + ], + [ + "▁negoc", + "iações" + ], + [ + "S", + "ys" + ], + [ + "▁gen", + "oc" + ], + [ + "▁pron", + "e" + ], + [ + "▁pro", + "ne" + ], + [ + "▁pr", + "one" + ], + [ + "▁redu", + "nd" + ], + [ + "▁red", + "und" + ], + [ + "ich", + "e" + ], + [ + "ic", + "he" + ], + [ + "i", + "che" + ], + [ + "▁Lo", + "t" + ], + [ + "▁L", + "ot" + ], + [ + "▁Rol", + "e" + ], + [ + "▁Ro", + "le" + ], + [ + "▁R", + "ole" + ], + [ + "▁", + "Role" + ], + [ + "▁la", + "zy" + ], + [ + "▁l", + "azy" + ], + [ + "▁ve", + "d" + ], + [ + "▁v", + "ed" + ], + [ + "▁", + "ved" + ], + [ + "▁contribute", + "s" + ], + [ + "▁contribut", + "es" + ], + [ + "▁contribu", + "tes" + ], + [ + "▁cont", + "ributes" + ], + [ + "hi", + "t" + ], + [ + "h", + "it" + ], + [ + "64", + "8" + ], + [ + "6", + "48" + ], + [ + "▁Press", + "ure" + ], + [ + "Fe", + "e" + ], + [ + "F", + "ee" + ], + [ + "▁H", + "U" + ], + [ + "▁", + "HU" + ], + [ + "▁pastor", + "al" + ], + [ + "▁past", + "oral" + ], + [ + "▁similar", + "ly" + ], + [ + "▁Era", + "m" + ], + [ + "▁Er", + "am" + ], + [ + "▁E", + "ram" + ], + [ + "▁fe", + "at" + ], + [ + "▁", + "feat" + ], + [ + "▁Require", + "d" + ], + [ + "▁Re", + "quired" + ], + [ + "▁", + "Required" + ], + [ + "▁!", + "[" + ], + [ + "▁", + "![" + ], + [ + "upe", + "r" + ], + [ + "up", + "er" + ], + [ + "u", + "per" + ], + [ + "▁lem", + "ma" + ], + [ + "▁le", + "mma" + ], + [ + "▁devo", + "ted" + ], + [ + "▁dev", + "oted" + ], + [ + "▁buraco", + "s" + ], + [ + "▁bura", + "cos" + ], + [ + "▁bur", + "acos" + ], + [ + "▁PRE", + "CISION" + ], + [ + "▁do", + "ações" + ], + [ + "ration", + "al" + ], + [ + "ratio", + "nal" + ], + [ + "rat", + "ional" + ], + [ + "r", + "ational" + ], + [ + "▁decre", + "t" + ], + [ + "▁decr", + "et" + ], + [ + "▁dec", + "ret" + ], + [ + "▁de", + "cret" + ], + [ + "▁insc", + "rições" + ], + [ + "▁met", + "r" + ], + [ + "▁me", + "tr" + ], + [ + "▁m", + "etr" + ], + [ + "▁Ren", + "ato" + ], + [ + "▁Az", + "ul" + ], + [ + "▁contemporâneo", + "s" + ], + [ + "▁contempor", + "âneos" + ], + [ + "▁resultante", + "s" + ], + [ + "▁resultant", + "es" + ], + [ + "▁result", + "antes" + ], + [ + "▁estim", + "ativa" + ], + [ + "▁lea", + "n" + ], + [ + "▁le", + "an" + ], + [ + "▁l", + "ean" + ], + [ + "▁hist", + "ogram" + ], + [ + "▁an", + "el" + ], + [ + "▁a", + "nel" + ], + [ + "▁bar", + "riga" + ], + [ + "▁edi", + "ções" + ], + [ + "▁ed", + "ições" + ], + [ + "▁solid", + "ity" + ], + [ + "▁sol", + "idity" + ], + [ + "▁Card", + "inal" + ], + [ + "hid", + "e" + ], + [ + "hi", + "de" + ], + [ + "h", + "ide" + ], + [ + "▁compr", + "im" + ], + [ + "▁comp", + "rim" + ], + [ + "▁com", + "prim" + ], + [ + "▁Jord", + "an" + ], + [ + "▁W", + "right" + ], + [ + "Execut", + "ion" + ], + [ + "Exec", + "ution" + ], + [ + "Ex", + "ecution" + ], + [ + "=", + "`" + ], + [ + "i", + "á" + ], + [ + "▁reta", + "il" + ], + [ + "▁ret", + "ail" + ], + [ + "▁re", + "tail" + ], + [ + "▁r", + "etail" + ], + [ + "34", + "6" + ], + [ + "3", + "46" + ], + [ + "▁enter", + "s" + ], + [ + "▁ente", + "rs" + ], + [ + "▁ent", + "ers" + ], + [ + "▁en", + "ters" + ], + [ + "▁tóxico", + "s" + ], + [ + "▁tóx", + "icos" + ], + [ + "DE", + "S" + ], + [ + "D", + "ES" + ], + [ + "▁respect", + "ivas" + ], + [ + "▁conheci", + "a" + ], + [ + "▁conhec", + "ia" + ], + [ + "▁conhe", + "cia" + ], + [ + "êmica", + "s" + ], + [ + "êm", + "icas" + ], + [ + "ê", + "micas" + ], + [ + "look", + "up" + ], + [ + "ênio", + "s" + ], + [ + "ên", + "ios" + ], + [ + "▁indo", + "or" + ], + [ + "▁in", + "door" + ], + [ + "▁Empresa", + "s" + ], + [ + "▁Empres", + "as" + ], + [ + "▁Em", + "presas" + ], + [ + "▁romp", + "er" + ], + [ + "▁rom", + "per" + ], + [ + "str", + "a" + ], + [ + "st", + "ra" + ], + [ + "s", + "tra" + ], + [ + "▁multi", + "n" + ], + [ + "▁mult", + "in" + ], + [ + "▁companhia", + "s" + ], + [ + "▁compan", + "hias" + ], + [ + "▁Ly", + "n" + ], + [ + "▁L", + "yn" + ], + [ + "IC", + "K" + ], + [ + "I", + "CK" + ], + [ + "CLA", + "SS" + ], + [ + "CL", + "ASS" + ], + [ + "▁repe", + "ns" + ], + [ + "▁rep", + "ens" + ], + [ + "▁re", + "pens" + ], + [ + "▁garraf", + "a" + ], + [ + "▁Fi", + "x" + ], + [ + "▁F", + "ix" + ], + [ + "▁", + "Fix" + ], + [ + "Hel", + "lo" + ], + [ + "H", + "ello" + ], + [ + "uration", + "s" + ], + [ + "ur", + "ations" + ], + [ + "▁soub", + "e" + ], + [ + "▁sou", + "be" + ], + [ + "▁so", + "ube" + ], + [ + "▁ass", + "ault" + ], + [ + "▁preocup", + "a" + ], + [ + "▁W", + "E" + ], + [ + "▁", + "WE" + ], + [ + "▁motor", + "ista" + ], + [ + "▁perspective", + "s" + ], + [ + "▁perspect", + "ives" + ], + [ + "▁divers", + "ão" + ], + [ + "▁diver", + "são" + ], + [ + "▁di", + "versão" + ], + [ + "▁Term", + "in" + ], + [ + "▁Ter", + "min" + ], + [ + "▁", + "Termin" + ], + [ + "Re", + "p" + ], + [ + "R", + "ep" + ], + [ + "▁Ru", + "d" + ], + [ + "▁R", + "ud" + ], + [ + "▁Tri", + "angle" + ], + [ + "▁tenham", + "os" + ], + [ + "▁tenha", + "mos" + ], + [ + "▁ten", + "hamos" + ], + [ + "▁t", + "enhamos" + ], + [ + "▁aprimor", + "ar" + ], + [ + "▁aprim", + "orar" + ], + [ + "tra", + "d" + ], + [ + "tr", + "ad" + ], + [ + "t", + "rad" + ], + [ + "rar", + "ia" + ], + [ + "ra", + "ria" + ], + [ + "r", + "aria" + ], + [ + "Jo", + "ão" + ], + [ + "▁foc", + "ar" + ], + [ + "▁fo", + "car" + ], + [ + "▁f", + "ocar" + ], + [ + "▁pertencente", + "s" + ], + [ + "▁pertenc", + "entes" + ], + [ + "ump", + "ing" + ], + [ + "um", + "ping" + ], + [ + "▁Trad", + "itional" + ], + [ + "▁Tra", + "ditional" + ], + [ + "▁Carn", + "aval" + ], + [ + "▁altern", + "ate" + ], + [ + "fic", + "a" + ], + [ + "fi", + "ca" + ], + [ + "f", + "ica" + ], + [ + "▁stem", + "s" + ], + [ + "▁ste", + "ms" + ], + [ + "▁st", + "ems" + ], + [ + "▁p", + "ân" + ], + [ + "▁pun", + "ição" + ], + [ + "▁cabo", + "s" + ], + [ + "▁cab", + "os" + ], + [ + "▁ca", + "bos" + ], + [ + "in", + "ência" + ], + [ + "sta", + "n" + ], + [ + "st", + "an" + ], + [ + "s", + "tan" + ], + [ + "▁O", + "C" + ], + [ + "▁", + "OC" + ], + [ + "▁brinqu", + "edo" + ], + [ + "▁x", + "i" + ], + [ + "▁", + "xi" + ], + [ + "▁end", + "l" + ], + [ + "▁en", + "dl" + ], + [ + "▁", + "endl" + ], + [ + "▁empres", + "ário" + ], + [ + "▁Fal", + "ta" + ], + [ + "▁F", + "alta" + ], + [ + "inda", + "s" + ], + [ + "ind", + "as" + ], + [ + "in", + "das" + ], + [ + "▁liberta", + "r" + ], + [ + "▁libert", + "ar" + ], + [ + "▁liber", + "tar" + ], + [ + "▁lib", + "ertar" + ], + [ + "âm", + "ico" + ], + [ + "â", + "mico" + ], + [ + "▁Rele", + "ase" + ], + [ + "▁Re", + "lease" + ], + [ + "▁", + "Release" + ], + [ + "▁Su", + "écia" + ], + [ + "▁ster", + "e" + ], + [ + "▁ste", + "re" + ], + [ + "▁st", + "ere" + ], + [ + "score", + "s" + ], + [ + "sc", + "ores" + ], + [ + "99", + "5" + ], + [ + "9", + "95" + ], + [ + "▁Att", + "ribute" + ], + [ + "▁", + "Attribute" + ], + [ + "▁Argument", + "s" + ], + [ + "▁Arg", + "uments" + ], + [ + "▁", + "Arguments" + ], + [ + "▁?", + "?" + ], + [ + "▁", + "??" + ], + [ + "▁flex", + "ível" + ], + [ + "An", + "chor" + ], + [ + "▁Met", + "a" + ], + [ + "▁Me", + "ta" + ], + [ + "▁M", + "eta" + ], + [ + "▁", + "Meta" + ], + [ + "▁port", + "s" + ], + [ + "▁por", + "ts" + ], + [ + "▁", + "ports" + ], + [ + "▁ther", + "apeutic" + ], + [ + "▁Fic", + "a" + ], + [ + "▁Fi", + "ca" + ], + [ + "▁F", + "ica" + ], + [ + "▁ja", + "r" + ], + [ + "▁j", + "ar" + ], + [ + "▁", + "jar" + ], + [ + "▁allerg", + "ies" + ], + [ + "▁occup", + "ation" + ], + [ + "▁camp", + "s" + ], + [ + "▁cam", + "ps" + ], + [ + "▁c", + "amps" + ], + [ + "▁D", + "P" + ], + [ + "▁", + "DP" + ], + [ + "▁medicina", + "l" + ], + [ + "▁medic", + "inal" + ], + [ + "▁Grande", + "s" + ], + [ + "▁Grand", + "es" + ], + [ + "▁Gran", + "des" + ], + [ + "▁Gr", + "andes" + ], + [ + "▁Sint", + "omas" + ], + [ + "▁modifica", + "ção" + ], + [ + "▁mod", + "ificação" + ], + [ + "16", + "7" + ], + [ + "1", + "67" + ], + [ + "solve", + "r" + ], + [ + "sol", + "ver" + ], + [ + "▁Refer", + "ência" + ], + [ + "▁Re", + "ferência" + ], + [ + "▁tuber", + "culose" + ], + [ + "))", + "{" + ], + [ + ")", + "){" + ], + [ + "▁pne", + "us" + ], + [ + "▁pipe", + "s" + ], + [ + "▁pip", + "es" + ], + [ + "▁pi", + "pes" + ], + [ + "▁p", + "ipes" + ], + [ + "▁ser", + "oton" + ], + [ + "▁Pr", + "íncipe" + ], + [ + "▁Fest", + "a" + ], + [ + "▁Fe", + "sta" + ], + [ + "▁F", + "esta" + ], + [ + "▁push", + "ing" + ], + [ + "▁pus", + "hing" + ], + [ + "▁p", + "ushing" + ], + [ + "▁dist", + "ress" + ], + [ + "▁dis", + "tress" + ], + [ + "▁audi", + "ência" + ], + [ + "▁aud", + "iência" + ], + [ + "pie", + "ce" + ], + [ + "pi", + "ece" + ], + [ + "p", + "iece" + ], + [ + "▁anim", + "ação" + ], + [ + "▁F", + "u" + ], + [ + "▁", + "Fu" + ], + [ + "name", + "d" + ], + [ + "nam", + "ed" + ], + [ + "na", + "med" + ], + [ + "n", + "amed" + ], + [ + "f", + "w" + ], + [ + "▁escap", + "ar" + ], + [ + "▁esc", + "apar" + ], + [ + "▁transport", + "ar" + ], + [ + "▁k", + "w" + ], + [ + "▁", + "kw" + ], + [ + "\"},", + "\"" + ], + [ + "\"}", + ",\"" + ], + [ + "▁Mant", + "er" + ], + [ + "▁Man", + "ter" + ], + [ + "Fo", + "cus" + ], + [ + "F", + "ocus" + ], + [ + "▁representative", + "s" + ], + [ + "▁represent", + "atives" + ], + [ + "▁exhibit", + "ion" + ], + [ + "▁exhib", + "ition" + ], + [ + "<", + ">" + ], + [ + "por", + "a" + ], + [ + "po", + "ra" + ], + [ + "p", + "ora" + ], + [ + "ign", + "ore" + ], + [ + "▁corresponde", + "m" + ], + [ + "▁correspond", + "em" + ], + [ + "1.", + "2" + ], + [ + "1", + ".2" + ], + [ + "▁Temper", + "ature" + ], + [ + "▁Tem", + "perature" + ], + [ + "asy", + "nc" + ], + [ + "as", + "ync" + ], + [ + "a", + "sync" + ], + [ + "▁E", + "ither" + ], + [ + "WE", + "R" + ], + [ + "W", + "ER" + ], + [ + "ica", + "cy" + ], + [ + "ic", + "acy" + ], + [ + "roc", + "k" + ], + [ + "ro", + "ck" + ], + [ + "r", + "ock" + ], + [ + "▁aére", + "a" + ], + [ + "▁a", + "érea" + ], + [ + "▁physician", + "s" + ], + [ + "▁physic", + "ians" + ], + [ + "▁phys", + "icians" + ], + [ + "▁Aluno", + "s" + ], + [ + "▁Al", + "unos" + ], + [ + "▁ess", + "ence" + ], + [ + "000,00", + "0" + ], + [ + "000,", + "000" + ], + [ + "00", + "0,000" + ], + [ + "0", + "00,000" + ], + [ + "▁He", + "p" + ], + [ + "▁H", + "ep" + ], + [ + "names", + "pace" + ], + [ + "name", + "space" + ], + [ + "nam", + "espace" + ], + [ + "FORM", + "AT" + ], + [ + "FOR", + "MAT" + ], + [ + "▁shift", + "s" + ], + [ + "▁shif", + "ts" + ], + [ + "▁multiplic", + "ação" + ], + [ + "fore", + "st" + ], + [ + "for", + "est" + ], + [ + "fo", + "rest" + ], + [ + "▁Sk", + "ills" + ], + [ + "H", + "y" + ], + [ + "▁Str", + "a" + ], + [ + "▁St", + "ra" + ], + [ + "▁S", + "tra" + ], + [ + "▁sa", + "m" + ], + [ + "▁s", + "am" + ], + [ + "▁", + "sam" + ], + [ + "▁ataca", + "r" + ], + [ + "▁atac", + "ar" + ], + [ + "▁ata", + "car" + ], + [ + "▁at", + "acar" + ], + [ + ",", + "’" + ], + [ + "▁pesc", + "adores" + ], + [ + "▁part", + "iu" + ], + [ + "▁Sh", + "ift" + ], + [ + "▁", + "Shift" + ], + [ + "▁Batal", + "ha" + ], + [ + "▁Bat", + "alha" + ], + [ + "(\"", + "#" + ], + [ + "=[", + "'" + ], + [ + "=", + "['" + ], + [ + "UM", + "O" + ], + [ + "U", + "MO" + ], + [ + "back", + "s" + ], + [ + "bac", + "ks" + ], + [ + "b", + "acks" + ], + [ + "▁estratég", + "ica" + ], + [ + "▁compara", + "ble" + ], + [ + "▁compar", + "able" + ], + [ + "ode", + "grad" + ], + [ + "▁artific", + "iais" + ], + [ + "▁artif", + "iciais" + ], + [ + "'}", + "," + ], + [ + "'", + "}," + ], + [ + "sc", + "h" + ], + [ + "s", + "ch" + ], + [ + "▁}", + "\\" + ], + [ + "▁", + "}\\" + ], + [ + "▁pan", + "t" + ], + [ + "▁pa", + "nt" + ], + [ + "▁p", + "ant" + ], + [ + "▁&", + "'" + ], + [ + "▁á", + "s" + ], + [ + "▁", + "ás" + ], + [ + "Module", + "s" + ], + [ + "Mod", + "ules" + ], + [ + "▁FOR", + "EIGN" + ], + [ + "oe", + "s" + ], + [ + "o", + "es" + ], + [ + "▁1991", + "," + ], + [ + "▁199", + "1," + ], + [ + "▁Sup", + "remo" + ], + [ + "▁no", + "u" + ], + [ + "▁n", + "ou" + ], + [ + "▁Reg", + "ard" + ], + [ + "▁Re", + "gard" + ], + [ + "May", + "be" + ], + [ + "reg", + "a" + ], + [ + "re", + "ga" + ], + [ + "▁handle", + "d" + ], + [ + "▁hand", + "led" + ], + [ + "uo", + "s" + ], + [ + "u", + "os" + ], + [ + "▁dep", + "r" + ], + [ + "▁de", + "pr" + ], + [ + "L", + "n" + ], + [ + "▁toda", + "via" + ], + [ + "▁tod", + "avia" + ], + [ + "▁T", + "D" + ], + [ + "▁", + "TD" + ], + [ + "vers", + "ão" + ], + [ + "ver", + "são" + ], + [ + "▁Ne", + "b" + ], + [ + "▁N", + "eb" + ], + [ + "▁bíbl", + "ica" + ], + [ + "RE", + "Q" + ], + [ + "R", + "EQ" + ], + [ + "(20", + ")" + ], + [ + "(2", + "0)" + ], + [ + "(", + "20)" + ], + [ + "▁'1", + "1" + ], + [ + "▁'", + "11" + ], + [ + "▁ilustra", + "ções" + ], + [ + "▁ilustr", + "ações" + ], + [ + "▁ilust", + "rações" + ], + [ + "▁Ch", + "i" + ], + [ + "▁C", + "hi" + ], + [ + "▁", + "Chi" + ], + [ + "▁Fo", + "x" + ], + [ + "▁F", + "ox" + ], + [ + "▁hor", + "n" + ], + [ + "▁ho", + "rn" + ], + [ + "▁h", + "orn" + ], + [ + "ism", + "a" + ], + [ + "is", + "ma" + ], + [ + "▁Interface", + "s" + ], + [ + "▁Inter", + "faces" + ], + [ + "ute", + "d" + ], + [ + "ut", + "ed" + ], + [ + "u", + "ted" + ], + [ + "▁pac", + "ote" + ], + [ + "▁Start", + "ing" + ], + [ + "▁Star", + "ting" + ], + [ + "▁je", + "t" + ], + [ + "▁j", + "et" + ], + [ + "▁", + "jet" + ], + [ + "▁Import", + "ant" + ], + [ + "▁g", + "g" + ], + [ + "▁", + "gg" + ], + [ + "▁Intellig", + "ence" + ], + [ + "▁Hu", + "gh" + ], + [ + "▁H", + "ugh" + ], + [ + "▁On", + "tario" + ], + [ + "24", + "0" + ], + [ + "2", + "40" + ], + [ + "DE", + "L" + ], + [ + "D", + "EL" + ], + [ + "▁Mc", + "G" + ], + [ + "▁Pa", + "g" + ], + [ + "▁P", + "ag" + ], + [ + "MO", + "S" + ], + [ + "M", + "OS" + ], + [ + "▁mission", + "s" + ], + [ + "▁miss", + "ions" + ], + [ + "▁m", + "issions" + ], + [ + "▁", + "missions" + ], + [ + "▁conse", + "l" + ], + [ + "▁cons", + "el" + ], + [ + "▁con", + "sel" + ], + [ + "▁determinant", + "e" + ], + [ + "▁determin", + "ante" + ], + [ + "1',", + "'" + ], + [ + "1'", + ",'" + ], + [ + "1", + "','" + ], + [ + "▁árabe", + "s" + ], + [ + "▁á", + "rabes" + ], + [ + "▁fis", + "icamente" + ], + [ + "Ma", + "g" + ], + [ + "M", + "ag" + ], + [ + "▁sab", + "ão" + ], + [ + "▁Salom", + "ão" + ], + [ + "18", + ")" + ], + [ + "1", + "8)" + ], + [ + "▁conserva", + "r" + ], + [ + "▁conserv", + "ar" + ], + [ + "/1", + "7" + ], + [ + "/", + "17" + ], + [ + "▁surpreend", + "ente" + ], + [ + "▁surpre", + "endente" + ], + [ + "▁biomass", + "a" + ], + [ + "▁biom", + "assa" + ], + [ + "▁plástica", + "s" + ], + [ + "▁pl", + "ásticas" + ], + [ + "▁sensibil", + "ização" + ], + [ + "▁sens", + "ibilização" + ], + [ + "▁algorit", + "mo" + ], + [ + "▁c", + "í" + ], + [ + "▁un", + "necessary" + ], + [ + "va", + "z" + ], + [ + "v", + "az" + ], + [ + "▁quant", + "it" + ], + [ + "▁afeta", + "da" + ], + [ + "▁afet", + "ada" + ], + [ + "▁occas", + "ion" + ], + [ + "▁stat", + "istic" + ], + [ + "▁ma", + "i" + ], + [ + "▁m", + "ai" + ], + [ + "▁120", + "0" + ], + [ + "▁12", + "00" + ], + [ + "▁1", + "200" + ], + [ + "ist", + "ence" + ], + [ + "▁Barcel", + "ona" + ], + [ + "A", + "H" + ], + [ + "▁Proc", + "ur" + ], + [ + "▁Pro", + "cur" + ], + [ + "▁Pr", + "ocur" + ], + [ + "▁non", + "linear" + ], + [ + "▁vig", + "ente" + ], + [ + "to", + "x" + ], + [ + "t", + "ox" + ], + [ + "▁Stat", + "istical" + ], + [ + "▁Tal", + "k" + ], + [ + "▁T", + "alk" + ], + [ + "19", + "2" + ], + [ + "1", + "92" + ], + [ + "▁Tr", + "indade" + ], + [ + "è", + "re" + ], + [ + "-01", + "-01" + ], + [ + "▁Mudança", + "s" + ], + [ + "▁Mud", + "anças" + ], + [ + "a", + "çúcar" + ], + [ + "▁comunica", + "ções" + ], + [ + "▁comunic", + "ações" + ], + [ + "▁comun", + "icações" + ], + [ + "▁", + "comunicações" + ], + [ + "▁insta", + "bilidade" + ], + [ + "▁inst", + "abilidade" + ], + [ + "▁Ho", + "b" + ], + [ + "▁H", + "ob" + ], + [ + "ill", + "iant" + ], + [ + "absol", + "ute" + ], + [ + "▁progress", + "ive" + ], + [ + "▁pro", + "gressive" + ], + [ + "▁mundo", + "s" + ], + [ + "▁mund", + "os" + ], + [ + "▁mun", + "dos" + ], + [ + "▁m", + "undos" + ], + [ + "▁escolhido", + "s" + ], + [ + "▁escolh", + "idos" + ], + [ + "▁3.", + "2" + ], + [ + "▁3", + ".2" + ], + [ + "▁", + "3.2" + ], + [ + "-2", + ")" + ], + [ + "-", + "2)" + ], + [ + "▁Ela", + "bor" + ], + [ + "▁El", + "abor" + ], + [ + "sin", + "ce" + ], + [ + "s", + "ince" + ], + [ + "▁atinge", + "m" + ], + [ + "▁ating", + "em" + ], + [ + "▁Inf", + "ant" + ], + [ + "inter", + "cept" + ], + [ + "▁distribu", + "t" + ], + [ + "▁dist", + "ribut" + ], + [ + "▁I", + "ce" + ], + [ + "▁sha", + "ft" + ], + [ + "▁colour", + "s" + ], + [ + "▁colo", + "urs" + ], + [ + "▁col", + "ours" + ], + [ + "ér", + "pre" + ], + [ + "▁gre", + "y" + ], + [ + "▁gr", + "ey" + ], + [ + "▁g", + "rey" + ], + [ + "▁", + "grey" + ], + [ + "▁pare", + "cido" + ], + [ + "▁par", + "ecido" + ], + [ + "▁conf", + "using" + ], + [ + "pto", + "n" + ], + [ + "pt", + "on" + ], + [ + "p", + "ton" + ], + [ + "▁disco", + "rd" + ], + [ + "▁disc", + "ord" + ], + [ + "RE", + "ND" + ], + [ + "R", + "END" + ], + [ + "part", + "ida" + ], + [ + "up", + "lo" + ], + [ + "u", + "plo" + ], + [ + "▁ME", + "M" + ], + [ + "▁M", + "EM" + ], + [ + "▁", + "MEM" + ], + [ + "▁Sche", + "ma" + ], + [ + "▁Sch", + "ema" + ], + [ + "▁Sc", + "hema" + ], + [ + "▁", + "Schema" + ], + [ + "ena", + "l" + ], + [ + "en", + "al" + ], + [ + "e", + "nal" + ], + [ + "▁ins", + "ol" + ], + [ + "▁in", + "sol" + ], + [ + "▁preench", + "er" + ], + [ + "▁alumin", + "um" + ], + [ + "].", + "[" + ], + [ + "]", + ".[" + ], + [ + "▁demonstrar", + "am" + ], + [ + "▁demonstra", + "ram" + ], + [ + "▁demonstr", + "aram" + ], + [ + "▁T", + "inha" + ], + [ + "48", + "," + ], + [ + "4", + "8," + ], + [ + "C", + "G" + ], + [ + "▁genu", + "s" + ], + [ + "▁gen", + "us" + ], + [ + "▁ant", + "enna" + ], + [ + "break", + "s" + ], + [ + "bre", + "aks" + ], + [ + "▁pronto", + "s" + ], + [ + "▁pront", + "os" + ], + [ + "▁pron", + "tos" + ], + [ + "oped", + "ag" + ], + [ + "o", + "pedag" + ], + [ + "▁ga", + "y" + ], + [ + "▁g", + "ay" + ], + [ + "Cha", + "in" + ], + [ + "Ch", + "ain" + ], + [ + "▁supr", + "ir" + ], + [ + "▁sup", + "rir" + ], + [ + "ни", + "е" + ], + [ + "▁perifer", + "ia" + ], + [ + "▁perif", + "eria" + ], + [ + "▁orient", + "a" + ], + [ + "▁ori", + "enta" + ], + [ + "Li", + "n" + ], + [ + "L", + "in" + ], + [ + "▁G", + "h" + ], + [ + "Child", + "ren" + ], + [ + "▁Ni", + "k" + ], + [ + "▁N", + "ik" + ], + [ + "▁Mus", + "t" + ], + [ + "▁Mu", + "st" + ], + [ + "▁M", + "ust" + ], + [ + "▁lucr", + "ativos" + ], + [ + "'", + "\\" + ], + [ + "=1", + ";" + ], + [ + "=", + "1;" + ], + [ + "▁X", + "avier" + ], + [ + "▁selv", + "agens" + ], + [ + "▁publication", + "s" + ], + [ + "▁public", + "ations" + ], + [ + "Iss", + "o" + ], + [ + "Is", + "so" + ], + [ + "far", + "e" + ], + [ + "fa", + "re" + ], + [ + "f", + "are" + ], + [ + "▁aleg", + "re" + ], + [ + "▁ale", + "gre" + ], + [ + "▁assert", + "Equals" + ], + [ + "▁", + "assertEquals" + ], + [ + "▁L", + "P" + ], + [ + "▁", + "LP" + ], + [ + "uso", + "s" + ], + [ + "us", + "os" + ], + [ + "u", + "sos" + ], + [ + "▁push", + "l" + ], + [ + "▁pus", + "hl" + ], + [ + "▁aes", + "t" + ], + [ + "▁a", + "est" + ], + [ + "▁tea", + "s" + ], + [ + "▁te", + "as" + ], + [ + "▁t", + "eas" + ], + [ + "▁belong", + "ing" + ], + [ + "icultura", + "l" + ], + [ + "icult", + "ural" + ], + [ + "i", + "cultural" + ], + [ + "02", + "7" + ], + [ + "0", + "27" + ], + [ + "▁du", + "m" + ], + [ + "▁d", + "um" + ], + [ + "Wh", + "ere" + ], + [ + "W", + "here" + ], + [ + "port", + "ion" + ], + [ + "por", + "tion" + ], + [ + "oba", + "cter" + ], + [ + "ob", + "acter" + ], + [ + "appro", + "x" + ], + [ + "▁dent", + "ist" + ], + [ + "▁interm", + "édio" + ], + [ + "▁incon", + "t" + ], + [ + "▁inc", + "ont" + ], + [ + "▁in", + "cont" + ], + [ + "▁empir", + "ical" + ], + [ + "li", + "ance" + ], + [ + "l", + "iance" + ], + [ + "36", + "6" + ], + [ + "3", + "66" + ], + [ + "ate", + "way" + ], + [ + "mon", + "t" + ], + [ + "mo", + "nt" + ], + [ + "m", + "ont" + ], + [ + "Ele", + "m" + ], + [ + "El", + "em" + ], + [ + "E", + "lem" + ], + [ + "▁varia", + "bility" + ], + [ + "▁vari", + "ability" + ], + [ + "▁var", + "iability" + ], + [ + "▁mono", + "p" + ], + [ + "▁mon", + "op" + ], + [ + "gi", + "ving" + ], + [ + "g", + "iving" + ], + [ + "▁pal", + "ácio" + ], + [ + "▁Pre", + "p" + ], + [ + "▁Pr", + "ep" + ], + [ + "▁P", + "rep" + ], + [ + "▁phrase", + "s" + ], + [ + "▁ph", + "rases" + ], + [ + "▁antib", + "odies" + ], + [ + "▁pior", + "es" + ], + [ + "▁pi", + "ores" + ], + [ + "▁p", + "iores" + ], + [ + "▁end", + "point" + ], + [ + "▁", + "endpoint" + ], + [ + "Ne", + "g" + ], + [ + "N", + "eg" + ], + [ + "▁desesp", + "er" + ], + [ + "▁des", + "esper" + ], + [ + "▁Deput", + "ados" + ], + [ + "\"}", + "}" + ], + [ + "\"", + "}}" + ], + [ + "bac", + "h" + ], + [ + "ba", + "ch" + ], + [ + "b", + "ach" + ], + [ + "▁infinit", + "o" + ], + [ + "▁infin", + "ito" + ], + [ + "▁fórmula", + "s" + ], + [ + "▁fórm", + "ulas" + ], + [ + "▁m", + "érito" + ], + [ + "▁pass", + "ive" + ], + [ + "anda", + "l" + ], + [ + "and", + "al" + ], + [ + "an", + "dal" + ], + [ + "▁dirig", + "ido" + ], + [ + "▁197", + "6" + ], + [ + "▁19", + "76" + ], + [ + "▁St", + "o" + ], + [ + "▁S", + "to" + ], + [ + "▁bur", + "st" + ], + [ + "▁Te", + "ologia" + ], + [ + "mut", + "able" + ], + [ + "mu", + "table" + ], + [ + "C", + "ent" + ], + [ + "The", + "se" + ], + [ + "Th", + "ese" + ], + [ + "▁fraco", + "s" + ], + [ + "▁frac", + "os" + ], + [ + "▁fra", + "cos" + ], + [ + "▁fr", + "acos" + ], + [ + "▁B", + "h" + ], + [ + "▁Ent", + "r" + ], + [ + "▁En", + "tr" + ], + [ + "exp", + "and" + ], + [ + "▁Mot", + "her" + ], + [ + "▁Mo", + "ther" + ], + [ + "▁M", + "other" + ], + [ + "▁bomb", + "e" + ], + [ + "▁bom", + "be" + ], + [ + "Pay", + "load" + ], + [ + "▁conden", + "ado" + ], + [ + "▁afet", + "o" + ], + [ + "▁af", + "eto" + ], + [ + "▁ben", + "ign" + ], + [ + "▁Le", + "ão" + ], + [ + "▁ace", + "ito" + ], + [ + "▁ac", + "eito" + ], + [ + "▁PA", + "L" + ], + [ + "▁P", + "AL" + ], + [ + "▁Hop", + "e" + ], + [ + "▁Ho", + "pe" + ], + [ + "▁H", + "ope" + ], + [ + "▁Swed", + "en" + ], + [ + "use", + "a" + ], + [ + "us", + "ea" + ], + [ + "u", + "sea" + ], + [ + "IDE", + "NT" + ], + [ + "ID", + "ENT" + ], + [ + "▁realizar", + "am" + ], + [ + "▁realiza", + "ram" + ], + [ + "▁realiz", + "aram" + ], + [ + "▁real", + "izaram" + ], + [ + "mic", + "o" + ], + [ + "mi", + "co" + ], + [ + "m", + "ico" + ], + [ + "▁hosp", + "ed" + ], + [ + "▁emp", + "ír" + ], + [ + "Up", + "per" + ], + [ + "▁entrevista", + "dos" + ], + [ + "▁entrevist", + "ados" + ], + [ + "▁\",", + "\"" + ], + [ + "▁\"", + ",\"" + ], + [ + "▁", + "\",\"" + ], + [ + "▁empreendimento", + "s" + ], + [ + "▁empre", + "endimentos" + ], + [ + "etail", + "ed" + ], + [ + "eta", + "iled" + ], + [ + "gico", + "s" + ], + [ + "gi", + "cos" + ], + [ + "g", + "icos" + ], + [ + "(1", + "4" + ], + [ + "(", + "14" + ], + [ + "▁gam", + "b" + ], + [ + "▁ga", + "mb" + ], + [ + "▁g", + "amb" + ], + [ + "▁Cel", + "e" + ], + [ + "▁Ce", + "le" + ], + [ + "▁C", + "ele" + ], + [ + "kl", + "e" + ], + [ + "k", + "le" + ], + [ + "▁Ti", + "r" + ], + [ + "▁T", + "ir" + ], + [ + "▁simulation", + "s" + ], + [ + "▁sim", + "ulations" + ], + [ + "▁mer", + "a" + ], + [ + "▁me", + "ra" + ], + [ + "▁m", + "era" + ], + [ + "▁Hi", + "nd" + ], + [ + "▁H", + "ind" + ], + [ + "▁'", + ")" + ], + [ + "▁", + "')" + ], + [ + "▁morre", + "m" + ], + [ + "▁morr", + "em" + ], + [ + "▁mor", + "rem" + ], + [ + "81", + "," + ], + [ + "8", + "1," + ], + [ + "S", + "quare" + ], + [ + "▁'2017", + "-" + ], + [ + "▁'201", + "7-" + ], + [ + "ING", + "S" + ], + [ + "IN", + "GS" + ], + [ + "▁Crim", + "e" + ], + [ + "▁Cri", + "me" + ], + [ + "▁Cr", + "ime" + ], + [ + "▁C", + "rime" + ], + [ + "▁Tor", + "onto" + ], + [ + "▁inter", + "pesso" + ], + [ + "▁Re", + "quire" + ], + [ + "▁", + "Require" + ], + [ + "▁Move", + "ment" + ], + [ + "▁Mov", + "ement" + ], + [ + "▁Mo", + "vement" + ], + [ + "MAC", + "RO" + ], + [ + "▁an", + "jo" + ], + [ + "x", + "F" + ], + [ + "▁pat", + "ent" + ], + [ + "▁pa", + "tent" + ], + [ + "▁planta", + "ções" + ], + [ + "▁plant", + "ações" + ], + [ + "▁plan", + "tações" + ], + [ + "▁myster", + "y" + ], + [ + "▁myst", + "ery" + ], + [ + "▁mys", + "tery" + ], + [ + "▁recurs", + "ive" + ], + [ + "▁rec", + "ursive" + ], + [ + "▁vivência", + "s" + ], + [ + "▁viv", + "ências" + ], + [ + "▁12", + "7" + ], + [ + "▁1", + "27" + ], + [ + "▁", + "127" + ], + [ + "▁Sy", + "d" + ], + [ + "▁S", + "yd" + ], + [ + "mob", + "ile" + ], + [ + "m", + "obile" + ], + [ + "▁demas", + "iado" + ], + [ + "▁Adam", + "s" + ], + [ + "▁Ada", + "ms" + ], + [ + "▁Ad", + "ams" + ], + [ + "▁[", + "2" + ], + [ + "▁", + "[2" + ], + [ + "▁Pou", + "co" + ], + [ + "▁Po", + "uco" + ], + [ + "▁P", + "ouco" + ], + [ + "the", + "y" + ], + [ + "th", + "ey" + ], + [ + "▁patrim", + "ónio" + ], + [ + "ja", + "x" + ], + [ + "j", + "ax" + ], + [ + "F", + "n" + ], + [ + "▁enz", + "ima" + ], + [ + "▁prevent", + "ed" + ], + [ + "▁preven", + "ted" + ], + [ + "▁prev", + "ented" + ], + [ + "ALL", + "OC" + ], + [ + "AL", + "LOC" + ], + [ + "Do", + "n" + ], + [ + "D", + "on" + ], + [ + "iti", + "ous" + ], + [ + "it", + "ious" + ], + [ + "▁members", + "hip" + ], + [ + "▁member", + "ship" + ], + [ + "▁memb", + "ership" + ], + [ + "0,0,", + "0," + ], + [ + "0,0", + ",0," + ], + [ + "0,", + "0,0," + ], + [ + "▁ovel", + "has" + ], + [ + "▁ov", + "elhas" + ], + [ + "▁o", + "h" + ], + [ + "▁", + "oh" + ], + [ + "▁mobili", + "ty" + ], + [ + "▁mobil", + "ity" + ], + [ + "▁mob", + "ility" + ], + [ + "▁mo", + "bility" + ], + [ + "▁combust", + "ão" + ], + [ + "▁neo", + "n" + ], + [ + "▁ne", + "on" + ], + [ + "ta", + "mente" + ], + [ + "t", + "amente" + ], + [ + "so", + "c" + ], + [ + "s", + "oc" + ], + [ + "▁es", + "bo" + ], + [ + "▁1/", + "4" + ], + [ + "▁1", + "/4" + ], + [ + "▁dura", + "r" + ], + [ + "▁dur", + "ar" + ], + [ + "▁du", + "rar" + ], + [ + "▁d", + "urar" + ], + [ + "▁conc", + "elho" + ], + [ + "▁4.", + "5" + ], + [ + "▁4", + ".5" + ], + [ + "▁", + "4.5" + ], + [ + "37", + "6" + ], + [ + "3", + "76" + ], + [ + "-", + "," + ], + [ + "▁back", + "ward" + ], + [ + "▁", + "backward" + ], + [ + "▁derr", + "am" + ], + [ + "▁der", + "ram" + ], + [ + "B", + "retanha" + ], + [ + "=-", + "=-" + ], + [ + "ti", + "r" + ], + [ + "t", + "ir" + ], + [ + "▁organ", + "isation" + ], + [ + "▁Init", + "i" + ], + [ + "▁In", + "iti" + ], + [ + "▁térm", + "ico" + ], + [ + "▁tér", + "mico" + ], + [ + "oni", + "ng" + ], + [ + "on", + "ing" + ], + [ + "o", + "ning" + ], + [ + "Amer", + "ic" + ], + [ + "Am", + "eric" + ], + [ + "▁defect", + "s" + ], + [ + "▁De", + "p" + ], + [ + "▁D", + "ep" + ], + [ + "▁", + "Dep" + ], + [ + "▁some", + "how" + ], + [ + "▁sucess", + "ão" + ], + [ + "▁suc", + "essão" + ], + [ + "▁su", + "cessão" + ], + [ + "▁estat", + "ística" + ], + [ + "▁marinha", + "s" + ], + [ + "▁marin", + "has" + ], + [ + "▁mar", + "inhas" + ], + [ + "ça", + "o" + ], + [ + "ç", + "ao" + ], + [ + "r", + "n" + ], + [ + "ourse", + "s" + ], + [ + "ours", + "es" + ], + [ + "our", + "ses" + ], + [ + "ecimento", + "s" + ], + [ + "ec", + "imentos" + ], + [ + "▁Mo", + "ura" + ], + [ + "▁M", + "oura" + ], + [ + "▁decom", + "posição" + ], + [ + "▁Exp", + "ort" + ], + [ + "▁Ex", + "port" + ], + [ + "▁", + "Export" + ], + [ + "▁SI", + "ZE" + ], + [ + "▁S", + "IZE" + ], + [ + "▁", + "SIZE" + ], + [ + "▁horiz", + "on" + ], + [ + "▁italiano", + "s" + ], + [ + "▁ital", + "ianos" + ], + [ + "oon", + "s" + ], + [ + "oo", + "ns" + ], + [ + "o", + "ons" + ], + [ + "ó", + "quia" + ], + [ + "64", + ";" + ], + [ + "6", + "4;" + ], + [ + "Ag", + "e" + ], + [ + "A", + "ge" + ], + [ + "nom", + "e" + ], + [ + "no", + "me" + ], + [ + "n", + "ome" + ], + [ + "▁cá", + "ri" + ], + [ + "▁c", + "ári" + ], + [ + "▁ali", + "ada" + ], + [ + "▁al", + "iada" + ], + [ + "▁pay", + "able" + ], + [ + "os", + "h" + ], + [ + "o", + "sh" + ], + [ + "▁ângulo", + "s" + ], + [ + "▁", + "ângulos" + ], + [ + "contract", + "s" + ], + [ + "contr", + "acts" + ], + [ + "ens", + "ível" + ], + [ + "▁pá", + "t" + ], + [ + "▁p", + "át" + ], + [ + "▁purs", + "ue" + ], + [ + ")=", + "\\" + ], + [ + ")", + "=\\" + ], + [ + "▁Ar", + "i" + ], + [ + "▁A", + "ri" + ], + [ + "09", + "," + ], + [ + "0", + "9," + ], + [ + "22", + "7" + ], + [ + "2", + "27" + ], + [ + "Ang", + "le" + ], + [ + "An", + "gle" + ], + [ + "▁edit", + "ing" + ], + [ + "▁edi", + "ting" + ], + [ + "▁ed", + "iting" + ], + [ + "25", + "4" + ], + [ + "2", + "54" + ], + [ + "▁humild", + "e" + ], + [ + "▁hum", + "ilde" + ], + [ + ".2", + "." + ], + [ + ".", + "2." + ], + [ + "care", + "s" + ], + [ + "car", + "es" + ], + [ + "ca", + "res" + ], + [ + "c", + "ares" + ], + [ + "ço", + "n" + ], + [ + "ç", + "on" + ], + [ + "Check", + "Box" + ], + [ + "add", + "le" + ], + [ + "SU", + "CCESS" + ], + [ + "▁caf", + "fe" + ], + [ + "▁ca", + "ffe" + ], + [ + "▁negoc", + "i" + ], + [ + "▁neg", + "oci" + ], + [ + "▁tratada", + "s" + ], + [ + "▁trata", + "das" + ], + [ + "▁trat", + "adas" + ], + [ + "land", + "a" + ], + [ + "lan", + "da" + ], + [ + "l", + "anda" + ], + [ + "▁Madr", + "id" + ], + [ + "▁Mad", + "rid" + ], + [ + "F", + "H" + ], + [ + "T", + "B" + ], + [ + "▁diarre", + "ia" + ], + [ + "SS", + "L" + ], + [ + "S", + "SL" + ], + [ + "▁High", + "er" + ], + [ + "▁Hig", + "her" + ], + [ + "36", + "7" + ], + [ + "3", + "67" + ], + [ + "▁'1", + "7" + ], + [ + "▁'", + "17" + ], + [ + "▁Ph", + "ase" + ], + [ + "▁", + "Phase" + ], + [ + "▁Son", + "g" + ], + [ + "▁So", + "ng" + ], + [ + "▁S", + "ong" + ], + [ + "▁Cov", + "er" + ], + [ + "▁Co", + "ver" + ], + [ + "▁C", + "over" + ], + [ + "▁", + "Cover" + ], + [ + "Dire", + "ct" + ], + [ + "Dir", + "ect" + ], + [ + "Di", + "rect" + ], + [ + "D", + "irect" + ], + [ + "limit", + "s" + ], + [ + "lim", + "its" + ], + [ + "▁ultrapassa", + "r" + ], + [ + "▁ultrapass", + "ar" + ], + [ + "▁vi", + "m" + ], + [ + "▁v", + "im" + ], + [ + "R", + "io" + ], + [ + "▁Ul", + "tim" + ], + [ + "CH", + "O" + ], + [ + "C", + "HO" + ], + [ + "▁cu", + "n" + ], + [ + "▁c", + "un" + ], + [ + "▁16", + "9" + ], + [ + "▁1", + "69" + ], + [ + "▁", + "169" + ], + [ + "▁pred", + "adores" + ], + [ + "▁Nova", + "s" + ], + [ + "▁Nov", + "as" + ], + [ + "▁No", + "vas" + ], + [ + "▁enviado", + "s" + ], + [ + "▁envia", + "dos" + ], + [ + "▁envi", + "ados" + ], + [ + "▁env", + "iados" + ], + [ + "GR", + "E" + ], + [ + "G", + "RE" + ], + [ + "ela", + "da" + ], + [ + "el", + "ada" + ], + [ + "▁power", + "ed" + ], + [ + "▁pow", + "ered" + ], + [ + "▁", + "powered" + ], + [ + "mo", + "m" + ], + [ + "m", + "om" + ], + [ + "ris", + "k" + ], + [ + "ri", + "sk" + ], + [ + "r", + "isk" + ], + [ + "MA", + "ÇÃO" + ], + [ + "M", + "AÇÃO" + ], + [ + "▁assist", + "ente" + ], + [ + "▁Lei", + "s" + ], + [ + "▁Le", + "is" + ], + [ + "▁L", + "eis" + ], + [ + "▁Ratio", + "nal" + ], + [ + "▁Rat", + "ional" + ], + [ + "▁R", + "ational" + ], + [ + "▁User", + "s" + ], + [ + "▁Use", + "rs" + ], + [ + "▁Us", + "ers" + ], + [ + "▁", + "Users" + ], + [ + "▁Ne", + "p" + ], + [ + "▁N", + "ep" + ], + [ + "=\"", + "<" + ], + [ + "▁nota", + "ble" + ], + [ + "▁not", + "able" + ], + [ + "▁no", + "table" + ], + [ + "▁attack", + "ed" + ], + [ + "rac", + "le" + ], + [ + "ra", + "cle" + ], + [ + "r", + "acle" + ], + [ + "▁fecha", + "mento" + ], + [ + "▁fech", + "amento" + ], + [ + "▁fec", + "hamento" + ], + [ + "á", + "via" + ], + [ + "ctic", + "a" + ], + [ + "ct", + "ica" + ], + [ + "c", + "tica" + ], + [ + "▁bacteria", + "na" + ], + [ + "▁bacter", + "iana" + ], + [ + "ella", + "r" + ], + [ + "ell", + "ar" + ], + [ + "el", + "lar" + ], + [ + "ala", + "m" + ], + [ + "al", + "am" + ], + [ + "a", + "lam" + ], + [ + "IGN", + "ED" + ], + [ + "▁500", + "0" + ], + [ + "▁50", + "00" + ], + [ + "▁5", + "000" + ], + [ + "85", + "9" + ], + [ + "8", + "59" + ], + [ + "la", + "p" + ], + [ + "l", + "ap" + ], + [ + "grad", + "uate" + ], + [ + "urch", + "ase" + ], + [ + "dra", + "ul" + ], + [ + "W", + "W" + ], + [ + "Color", + "s" + ], + [ + "Col", + "ors" + ], + [ + "▁#", + "3" + ], + [ + "I", + "ÇÃO" + ], + [ + "▁B", + "M" + ], + [ + "▁", + "BM" + ], + [ + "24", + "6" + ], + [ + "2", + "46" + ], + [ + "85", + "," + ], + [ + "8", + "5," + ], + [ + "▁c", + "t" + ], + [ + "▁", + "ct" + ], + [ + "▁rat", + "s" + ], + [ + "▁ra", + "ts" + ], + [ + "▁r", + "ats" + ], + [ + "▁Har", + "m" + ], + [ + "▁Ha", + "rm" + ], + [ + "▁H", + "arm" + ], + [ + "▁historian", + "s" + ], + [ + "▁historia", + "ns" + ], + [ + "▁histori", + "ans" + ], + [ + "▁histor", + "ians" + ], + [ + "▁lin", + "h" + ], + [ + "▁li", + "nh" + ], + [ + "▁l", + "inh" + ], + [ + "▁enfo", + "que" + ], + [ + "▁enf", + "oque" + ], + [ + "istr", + "a" + ], + [ + "ist", + "ra" + ], + [ + "is", + "tra" + ], + [ + "i", + "stra" + ], + [ + "▁Sam", + "e" + ], + [ + "▁Sa", + "me" + ], + [ + "▁S", + "ame" + ], + [ + "▁", + "Same" + ], + [ + "–", + "19" + ], + [ + "curr", + "ency" + ], + [ + "cur", + "rency" + ], + [ + "N", + "il" + ], + [ + "▁ocupa", + "m" + ], + [ + "▁ocup", + "am" + ], + [ + "Exec", + "ut" + ], + [ + "Ex", + "ecut" + ], + [ + "▁afirma", + "ções" + ], + [ + "▁afirm", + "ações" + ], + [ + "▁prison", + "ers" + ], + [ + "êmio", + "s" + ], + [ + "êm", + "ios" + ], + [ + "▁bon", + "ita" + ], + [ + "▁fo", + "f" + ], + [ + "▁f", + "of" + ], + [ + "▁advent", + "o" + ], + [ + "▁adv", + "ento" + ], + [ + "M", + "c" + ], + [ + "RI", + "PT" + ], + [ + "user", + "am" + ], + [ + "use", + "ram" + ], + [ + "us", + "eram" + ], + [ + "▁Ocean", + "o" + ], + [ + "▁Oce", + "ano" + ], + [ + "▁Bol", + "sonaro" + ], + [ + "at", + "ra" + ], + [ + "a", + "tra" + ], + [ + "▁afford", + "able" + ], + [ + "▁popular", + "idade" + ], + [ + "▁vac", + "a" + ], + [ + "▁va", + "ca" + ], + [ + "▁v", + "aca" + ], + [ + "▁retrat", + "o" + ], + [ + "▁retr", + "ato" + ], + [ + "▁ret", + "rato" + ], + [ + "22", + "9" + ], + [ + "2", + "29" + ], + [ + "▁continente", + "s" + ], + [ + "▁continent", + "es" + ], + [ + "▁contin", + "entes" + ], + [ + "▁cont", + "inentes" + ], + [ + "▁loc", + "om" + ], + [ + "▁lo", + "com" + ], + [ + "▁l", + "ocom" + ], + [ + "▁perform", + "s" + ], + [ + "▁perf", + "orms" + ], + [ + "▁per", + "forms" + ], + [ + "ld", + "ots" + ], + [ + "l", + "dots" + ], + [ + "▁Model", + "s" + ], + [ + "▁Mode", + "ls" + ], + [ + "▁Mod", + "els" + ], + [ + "▁", + "Models" + ], + [ + "▁Mu", + "hammad" + ], + [ + "22", + "3" + ], + [ + "2", + "23" + ], + [ + "ose", + "d" + ], + [ + "os", + "ed" + ], + [ + "o", + "sed" + ], + [ + "▁pod", + "cast" + ], + [ + "▁allerg", + "ic" + ], + [ + "▁reconhecido", + "s" + ], + [ + "▁reconhec", + "idos" + ], + [ + "▁reconhe", + "cidos" + ], + [ + "▁Experiment", + "al" + ], + [ + "▁Exper", + "imental" + ], + [ + "▁trabalha", + "va" + ], + [ + "▁trabalh", + "ava" + ], + [ + "▁trabal", + "hava" + ], + [ + "▁media", + "ção" + ], + [ + "▁medi", + "ação" + ], + [ + "▁med", + "iação" + ], + [ + "▁r", + "d" + ], + [ + "▁", + "rd" + ], + [ + "lem", + "ent" + ], + [ + "le", + "ment" + ], + [ + "l", + "ement" + ], + [ + "▁quer", + "endo" + ], + [ + "64", + "9" + ], + [ + "6", + "49" + ], + [ + "▁ali", + "ke" + ], + [ + "▁al", + "ike" + ], + [ + "▁a", + "like" + ], + [ + "15", + "2" + ], + [ + "1", + "52" + ], + [ + "▁At", + "mos" + ], + [ + "▁S", + "á" + ], + [ + "▁prefer", + "ence" + ], + [ + "▁pre", + "ference" + ], + [ + "▁p", + "reference" + ], + [ + "rd", + "x" + ], + [ + "r", + "dx" + ], + [ + "cell", + "s" + ], + [ + "cel", + "ls" + ], + [ + "c", + "ells" + ], + [ + "▁ating", + "ido" + ], + [ + "▁Alg", + "orithm" + ], + [ + "▁", + "Algorithm" + ], + [ + "▁comp", + "õe" + ], + [ + "▁dou", + "t" + ], + [ + "▁do", + "ut" + ], + [ + "▁d", + "out" + ], + [ + "▁prom", + "ot" + ], + [ + "▁pro", + "mot" + ], + [ + "▁pr", + "omot" + ], + [ + "▁script", + "s" + ], + [ + "▁", + "scripts" + ], + [ + "▁jurídica", + "s" + ], + [ + "▁juríd", + "icas" + ], + [ + "co", + "hol" + ], + [ + "key", + "word" + ], + [ + "▁Veja", + "mos" + ], + [ + "▁Ve", + "jamos" + ], + [ + "▁i", + "e" + ], + [ + "▁", + "ie" + ], + [ + "▁bar", + "ato" + ], + [ + "▁ba", + "rato" + ], + [ + "▁HIST", + "ÓRIA" + ], + [ + "▁pratica", + "do" + ], + [ + "▁pratic", + "ado" + ], + [ + "▁prat", + "icado" + ], + [ + "od", + "ge" + ], + [ + "▁ajudar", + "am" + ], + [ + "▁ajuda", + "ram" + ], + [ + "▁ajud", + "aram" + ], + [ + "ett", + "i" + ], + [ + "et", + "ti" + ], + [ + "e", + "tti" + ], + [ + "▁professora", + "s" + ], + [ + "▁professor", + "as" + ], + [ + "▁profess", + "oras" + ], + [ + "▁vot", + "ação" + ], + [ + "stat", + "a" + ], + [ + "sta", + "ta" + ], + [ + "st", + "ata" + ], + [ + "▁sec", + "t" + ], + [ + "▁se", + "ct" + ], + [ + "▁s", + "ect" + ], + [ + "▁", + "sect" + ], + [ + "▁association", + "s" + ], + [ + "▁associ", + "ations" + ], + [ + "ale", + "rt" + ], + [ + "al", + "ert" + ], + [ + "▁matemático", + "s" + ], + [ + "▁matem", + "áticos" + ], + [ + "Ext", + "ent" + ], + [ + "Ex", + "tent" + ], + [ + "82", + "," + ], + [ + "8", + "2," + ], + [ + "▁Cap", + "ac" + ], + [ + "▁Ca", + "pac" + ], + [ + "▁br", + "ick" + ], + [ + "▁b", + "rick" + ], + [ + "▁Discuss", + "ion" + ], + [ + "▁can", + "vas" + ], + [ + "▁", + "canvas" + ], + [ + "▁registra", + "tion" + ], + [ + "▁registr", + "ation" + ], + [ + "▁regist", + "ration" + ], + [ + "▁reg", + "istration" + ], + [ + "▁#", + "{" + ], + [ + "▁", + "#{" + ], + [ + "▁poor", + "ly" + ], + [ + "▁erv", + "a" + ], + [ + "▁er", + "va" + ], + [ + "▁agr", + "onegócio" + ], + [ + "▁Indian", + "a" + ], + [ + "▁India", + "na" + ], + [ + "▁Ind", + "iana" + ], + [ + "b", + "matrix" + ], + [ + "▁Sho", + "p" + ], + [ + "▁Sh", + "op" + ], + [ + "▁S", + "hop" + ], + [ + "▁oc", + "ul" + ], + [ + "▁o", + "cul" + ], + [ + "▁epidemi", + "c" + ], + [ + "▁epidem", + "ic" + ], + [ + "▁epid", + "emic" + ], + [ + "▁exist", + "a" + ], + [ + "▁ex", + "ista" + ], + [ + "▁mount", + "ed" + ], + [ + "═", + "═" + ], + [ + "▁Aud", + "io" + ], + [ + "▁A", + "udio" + ], + [ + "▁", + "Audio" + ], + [ + "1000", + "0" + ], + [ + "100", + "00" + ], + [ + "10", + "000" + ], + [ + "1", + "0000" + ], + [ + "AV", + "X" + ], + [ + "▁Trav", + "el" + ], + [ + "▁Tra", + "vel" + ], + [ + "▁Tr", + "avel" + ], + [ + "▁m", + "v" + ], + [ + "▁", + "mv" + ], + [ + "▁descent", + "ral" + ], + [ + "▁des", + "central" + ], + [ + "▁fertil", + "izer" + ], + [ + "▁front", + "al" + ], + [ + "▁fr", + "ontal" + ], + [ + "ilo", + "c" + ], + [ + "il", + "oc" + ], + [ + "i", + "loc" + ], + [ + "▁educate", + "d" + ], + [ + "▁educ", + "ated" + ], + [ + "▁JO", + "IN" + ], + [ + "▁Tenn", + "essee" + ], + [ + "ani", + "um" + ], + [ + "an", + "ium" + ], + [ + "ph", + "oto" + ], + [ + "▁argue", + "s" + ], + [ + "▁argu", + "es" + ], + [ + "▁arg", + "ues" + ], + [ + "▁ar", + "gues" + ], + [ + "achar", + "el" + ], + [ + "acha", + "rel" + ], + [ + "▁D", + "ynamic" + ], + [ + "▁", + "Dynamic" + ], + [ + "▁Ma", + "h" + ], + [ + "▁M", + "ah" + ], + [ + "▁PROF", + "ESS" + ], + [ + "▁situa", + "do" + ], + [ + "▁situ", + "ado" + ], + [ + "▁sit", + "uado" + ], + [ + "▁Mik", + "e" + ], + [ + "▁Mi", + "ke" + ], + [ + "▁M", + "ike" + ], + [ + "▁(12", + ")" + ], + [ + "▁(1", + "2)" + ], + [ + "▁(", + "12)" + ], + [ + "▁Corp", + "s" + ], + [ + "▁Cor", + "ps" + ], + [ + "rem", + "a" + ], + [ + "re", + "ma" + ], + [ + "r", + "ema" + ], + [ + "▁suficiente", + "mente" + ], + [ + "▁suf", + "icientemente" + ], + [ + "heu", + "s" + ], + [ + "he", + "us" + ], + [ + "h", + "eus" + ], + [ + "▁dec", + "ad" + ], + [ + "▁de", + "cad" + ], + [ + "▁gráf", + "ica" + ], + [ + "▁grá", + "fica" + ], + [ + "▁dup", + "lo" + ], + [ + "▁du", + "plo" + ], + [ + "▁d", + "uplo" + ], + [ + "▁G", + "D" + ], + [ + "▁", + "GD" + ], + [ + "Un", + "ion" + ], + [ + "▁institu", + "to" + ], + [ + "▁instit", + "uto" + ], + [ + "▁inst", + "ituto" + ], + [ + "▁Gusta", + "vo" + ], + [ + "▁Bibli", + "ografia" + ], + [ + "▁vermelho", + "s" + ], + [ + "▁verm", + "elhos" + ], + [ + "▁const", + "ip" + ], + [ + "▁cons", + "tip" + ], + [ + "▁interfer", + "ence" + ], + [ + "▁inter", + "ference" + ], + [ + "▁he", + "al" + ], + [ + "ino", + "l" + ], + [ + "in", + "ol" + ], + [ + "▁Wa", + "ng" + ], + [ + "▁W", + "ang" + ], + [ + "▁", + "ρ" + ], + [ + "▁potencial", + "idades" + ], + [ + "át", + "is" + ], + [ + "á", + "tis" + ], + [ + "rule", + "s" + ], + [ + "ru", + "les" + ], + [ + "r", + "ules" + ], + [ + "gru", + "p" + ], + [ + "gr", + "up" + ], + [ + "g", + "rup" + ], + [ + "▁Governo", + "r" + ], + [ + "▁Govern", + "or" + ], + [ + "▁adquirido", + "s" + ], + [ + "▁adquir", + "idos" + ], + [ + "34", + ")" + ], + [ + "3", + "4)" + ], + [ + "▁table", + "t" + ], + [ + "▁tabl", + "et" + ], + [ + "▁tab", + "let" + ], + [ + "▁forma", + "ções" + ], + [ + "▁form", + "ações" + ], + [ + "▁quar", + "enta" + ], + [ + "▁spe", + "ll" + ], + [ + "▁sp", + "ell" + ], + [ + "▁cas", + "c" + ], + [ + "▁ca", + "sc" + ], + [ + "▁c", + "asc" + ], + [ + "▁tru", + "ck" + ], + [ + "▁tr", + "uck" + ], + [ + "▁indef", + "in" + ], + [ + "▁in", + "defin" + ], + [ + "Bo", + "t" + ], + [ + "B", + "ot" + ], + [ + "▁div", + "or" + ], + [ + "▁di", + "vor" + ], + [ + "Tim", + "estamp" + ], + [ + "▁Plan", + "ning" + ], + [ + "▁Pl", + "anning" + ], + [ + "g", + "p" + ], + [ + "col", + "our" + ], + [ + "▁caso", + "u" + ], + [ + "▁cas", + "ou" + ], + [ + "▁so", + "ap" + ], + [ + "▁R", + "M" + ], + [ + "▁", + "RM" + ], + [ + "SU", + "P" + ], + [ + "S", + "UP" + ], + [ + "▁ti", + "l" + ], + [ + "▁t", + "il" + ], + [ + "▁", + "til" + ], + [ + "▁vi", + "d" + ], + [ + "▁v", + "id" + ], + [ + "▁", + "vid" + ], + [ + "prob", + "le" + ], + [ + "pro", + "ble" + ], + [ + "▁LA", + "T" + ], + [ + "▁L", + "AT" + ], + [ + "▁perigoso", + "s" + ], + [ + "▁perigos", + "os" + ], + [ + "▁perigo", + "sos" + ], + [ + "▁perig", + "osos" + ], + [ + "▁substitut", + "ion" + ], + [ + "▁substitu", + "tion" + ], + [ + "▁subst", + "itution" + ], + [ + "▁bee", + "t" + ], + [ + "▁be", + "et" + ], + [ + "▁mon", + "g" + ], + [ + "▁mo", + "ng" + ], + [ + "▁m", + "ong" + ], + [ + "▁par", + "ou" + ], + [ + "▁pa", + "rou" + ], + [ + "▁usu", + "fr" + ], + [ + "▁us", + "ufr" + ], + [ + "▁Mar", + "shall" + ], + [ + "▁horm", + "onal" + ], + [ + "ahren", + "heit" + ], + [ + "▁Wind", + "ow" + ], + [ + "▁W", + "indow" + ], + [ + "▁", + "Window" + ], + [ + "▁demonstr", + "ando" + ], + [ + "▁demonst", + "rando" + ], + [ + "**(-1)", + "*" + ], + [ + "**(-1", + ")*" + ], + [ + "▁adapta", + "do" + ], + [ + "▁adapt", + "ado" + ], + [ + "O", + "mega" + ], + [ + "▁Ora", + "l" + ], + [ + "▁Or", + "al" + ], + [ + "▁O", + "ral" + ], + [ + "▁equival", + "e" + ], + [ + "▁equiv", + "ale" + ], + [ + "▁re", + "aprove" + ], + [ + "08", + "0" + ], + [ + "0", + "80" + ], + [ + "ili", + "ence" + ], + [ + "il", + "ience" + ], + [ + "▁cic", + "atriz" + ], + [ + "NON", + "E" + ], + [ + "NO", + "NE" + ], + [ + "N", + "ONE" + ], + [ + "tern", + "oon" + ], + [ + "▁'", + "6" + ], + [ + "▁subs", + "ídios" + ], + [ + "▁inspira", + "tion" + ], + [ + "▁inspir", + "ation" + ], + [ + "▁insp", + "iration" + ], + [ + "bet", + "ween" + ], + [ + "▁Conc", + "ílio" + ], + [ + "Set", + "up" + ], + [ + "CA", + "P" + ], + [ + "C", + "AP" + ], + [ + "▁drawing", + "s" + ], + [ + "▁draw", + "ings" + ], + [ + "▁Date", + "Time" + ], + [ + "▁", + "DateTime" + ], + [ + "[1]", + ";" + ], + [ + "[1", + "];" + ], + [ + "D", + "i" + ], + [ + "▁pisc", + "ina" + ], + [ + "▁Lin", + "ha" + ], + [ + "▁L", + "inha" + ], + [ + "▁ta", + "m" + ], + [ + "▁t", + "am" + ], + [ + "▁ther", + "m" + ], + [ + "▁the", + "rm" + ], + [ + "▁fique", + "m" + ], + [ + "▁fi", + "quem" + ], + [ + "▁f", + "iquem" + ], + [ + "32", + "3" + ], + [ + "3", + "23" + ], + [ + "▁peg", + "a" + ], + [ + "▁pe", + "ga" + ], + [ + "▁arch", + "ive" + ], + [ + "▁", + "archive" + ], + [ + "IME", + "NTO" + ], + [ + "I", + "MENTO" + ], + [ + "▁Ki", + "n" + ], + [ + "▁K", + "in" + ], + [ + "▁Dom", + "ain" + ], + [ + "▁Do", + "main" + ], + [ + "▁", + "Domain" + ], + [ + "project", + "s" + ], + [ + "map", + "s" + ], + [ + "ma", + "ps" + ], + [ + "m", + "aps" + ], + [ + "▁Rog", + "er" + ], + [ + "▁Ro", + "ger" + ], + [ + "▁Sport", + "s" + ], + [ + "▁S", + "ports" + ], + [ + "▁monop", + "ol" + ], + [ + "▁mono", + "pol" + ], + [ + "▁mon", + "opol" + ], + [ + "▁constitution", + "al" + ], + [ + "▁constitut", + "ional" + ], + [ + "▁const", + "itutional" + ], + [ + "▁ve", + "em" + ], + [ + "▁claro", + "s" + ], + [ + "▁clar", + "os" + ], + [ + "▁cl", + "aros" + ], + [ + "▁lun", + "ch" + ], + [ + "▁l", + "unch" + ], + [ + "inia", + "n" + ], + [ + "ini", + "an" + ], + [ + "in", + "ian" + ], + [ + "▁pat", + "er" + ], + [ + "▁pa", + "ter" + ], + [ + "▁p", + "ater" + ], + [ + "▁Const", + "raint" + ], + [ + "▁", + "Constraint" + ], + [ + "▁qui", + "t" + ], + [ + "▁qu", + "it" + ], + [ + "▁q", + "uit" + ], + [ + "▁supervis", + "ão" + ], + [ + "▁super", + "visão" + ], + [ + "▁Test", + "e" + ], + [ + "▁Tes", + "te" + ], + [ + "▁Te", + "ste" + ], + [ + "▁T", + "este" + ], + [ + "▁artist", + "ic" + ], + [ + "▁art", + "istic" + ], + [ + "▁l", + "s" + ], + [ + "▁", + "ls" + ], + [ + "▁confi", + "ável" + ], + [ + "▁consum", + "ida" + ], + [ + "▁je", + "w" + ], + [ + "▁j", + "ew" + ], + [ + "▁tour", + "ism" + ], + [ + "▁'", + "0000-00-00" + ], + [ + "▁tw", + "e" + ], + [ + "▁t", + "we" + ], + [ + "▁convic", + "ção" + ], + [ + "▁pi", + "e" + ], + [ + "▁p", + "ie" + ], + [ + "▁", + "pie" + ], + [ + "▁revolucion", + "ário" + ], + [ + "inent", + "al" + ], + [ + "in", + "ental" + ], + [ + "▁ins", + "umos" + ], + [ + "▁extinct", + "ion" + ], + [ + "▁extin", + "ction" + ], + [ + "▁Lim", + "it" + ], + [ + "▁Li", + "mit" + ], + [ + "▁", + "Limit" + ], + [ + "▁Parab", + "éns" + ], + [ + "▁Fre", + "d" + ], + [ + "▁Fr", + "ed" + ], + [ + "▁F", + "red" + ], + [ + "\"", + "/" + ], + [ + "▁transc", + "ript" + ], + [ + "▁trans", + "cript" + ], + [ + "▁tran", + "script" + ], + [ + "gen", + "der" + ], + [ + "g", + "ender" + ], + [ + "▁seal", + "ed" + ], + [ + "▁sea", + "led" + ], + [ + "▁se", + "aled" + ], + [ + "alo", + "s" + ], + [ + "al", + "os" + ], + [ + "a", + "los" + ], + [ + "▁cens", + "us" + ], + [ + "▁cen", + "sus" + ], + [ + "▁c", + "ensus" + ], + [ + "▁registra", + "da" + ], + [ + "▁registr", + "ada" + ], + [ + "▁regist", + "rada" + ], + [ + "▁Of", + "icial" + ], + [ + "EC", + "IAL" + ], + [ + "E", + "CIAL" + ], + [ + "▁Pens", + "e" + ], + [ + "▁Pen", + "se" + ], + [ + "▁P", + "ense" + ], + [ + "▁ca", + "os" + ], + [ + "comm", + "unic" + ], + [ + "▁'", + "+" + ], + [ + "▁", + "'+" + ], + [ + "▁Sér", + "ie" + ], + [ + "▁Sé", + "rie" + ], + [ + "▁wor", + "n" + ], + [ + "▁wo", + "rn" + ], + [ + "▁w", + "orn" + ], + [ + "R", + "P" + ], + [ + "Ê", + "x" + ], + [ + "▁considera", + "bly" + ], + [ + "▁consider", + "ably" + ], + [ + "▁àquele", + "s" + ], + [ + "▁àqu", + "eles" + ], + [ + "▁obst", + "ante" + ], + [ + "▁ins", + "ign" + ], + [ + "▁in", + "sign" + ], + [ + "55", + "4" + ], + [ + "5", + "54" + ], + [ + "Valid", + "ation" + ], + [ + "▁campon", + "eses" + ], + [ + "Co", + "V" + ], + [ + "(2", + "*" + ], + [ + "(", + "2*" + ], + [ + "}}{", + "\\" + ], + [ + "}}", + "{\\" + ], + [ + "}", + "}{\\" + ], + [ + "▁genético", + "s" + ], + [ + "▁gen", + "éticos" + ], + [ + "oide", + "s" + ], + [ + "oid", + "es" + ], + [ + "oi", + "des" + ], + [ + "o", + "ides" + ], + [ + "cat", + "ch" + ], + [ + "c", + "atch" + ], + [ + "elas", + "tic" + ], + [ + "el", + "astic" + ], + [ + "▁vit", + "ais" + ], + [ + "▁v", + "itais" + ], + [ + "▁send", + "s" + ], + [ + "▁sen", + "ds" + ], + [ + "▁s", + "ends" + ], + [ + "▁transforma", + "do" + ], + [ + "▁transform", + "ado" + ], + [ + "Dis", + "patch" + ], + [ + "▁aeronave", + "s" + ], + [ + "▁aeron", + "aves" + ], + [ + "▁sanguín", + "eo" + ], + [ + "▁ja", + "w" + ], + [ + "▁j", + "aw" + ], + [ + "▁Iv", + "an" + ], + [ + "▁I", + "van" + ], + [ + "▁resg", + "at" + ], + [ + "ced", + "ure" + ], + [ + "▁detect", + "or" + ], + [ + "▁dete", + "ctor" + ], + [ + "▁det", + "ector" + ], + [ + "▁Democr", + "atic" + ], + [ + "▁Proced", + "ure" + ], + [ + "▁Pro", + "cedure" + ], + [ + "▁", + "Procedure" + ], + [ + "(1", + "-" + ], + [ + "(", + "1-" + ], + [ + "Sh", + "ader" + ], + [ + "▁197", + "4" + ], + [ + "▁19", + "74" + ], + [ + "▁Sp", + "lit" + ], + [ + "▁S", + "plit" + ], + [ + "▁", + "Split" + ], + [ + "06", + "," + ], + [ + "0", + "6," + ], + [ + "▁G", + "C" + ], + [ + "▁", + "GC" + ], + [ + "▁F", + "D" + ], + [ + "▁", + "FD" + ], + [ + "▁found", + "er" + ], + [ + "▁fo", + "under" + ], + [ + "▁Rel", + "e" + ], + [ + "▁Re", + "le" + ], + [ + "▁R", + "ele" + ], + [ + "▁part", + "ilh" + ], + [ + "▁Fat", + "ores" + ], + [ + "▁F", + "atores" + ], + [ + "▁proib", + "ido" + ], + [ + "▁1.", + "7" + ], + [ + "▁1", + ".7" + ], + [ + "▁autom", + "ot" + ], + [ + "▁auto", + "mot" + ], + [ + "▁aut", + "omot" + ], + [ + "▁domínio", + "s" + ], + [ + "▁dom", + "ínios" + ], + [ + "▁Si", + "e" + ], + [ + "▁S", + "ie" + ], + [ + "▁divis", + "or" + ], + [ + "▁div", + "isor" + ], + [ + "▁con", + "gress" + ], + [ + "Sw", + "itch" + ], + [ + "▁St", + "Object" + ], + [ + "(-1", + ")" + ], + [ + "(-", + "1)" + ], + [ + "(", + "-1)" + ], + [ + "▁hazard", + "s" + ], + [ + "▁haz", + "ards" + ], + [ + "▁overl", + "ook" + ], + [ + "▁over", + "look" + ], + [ + "▁estudado", + "s" + ], + [ + "▁estuda", + "dos" + ], + [ + "▁estud", + "ados" + ], + [ + "13", + ":" + ], + [ + "1", + "3:" + ], + [ + "aver", + "age" + ], + [ + "ave", + "rage" + ], + [ + "a", + "verage" + ], + [ + "▁l", + "y" + ], + [ + "▁", + "ly" + ], + [ + "▁aperfeiço", + "amento" + ], + [ + "▁Princip", + "al" + ], + [ + "▁Princ", + "ipal" + ], + [ + "▁", + "Principal" + ], + [ + "▁consegu", + "inte" + ], + [ + "▁conqu", + "er" + ], + [ + "▁con", + "quer" + ], + [ + "▁t", + "v" + ], + [ + "▁", + "tv" + ], + [ + "▁c", + "n" + ], + [ + "▁", + "cn" + ], + [ + "Pres", + "ent" + ], + [ + "Pre", + "sent" + ], + [ + "▁cot", + "as" + ], + [ + "▁co", + "tas" + ], + [ + "▁c", + "otas" + ], + [ + "▁A", + "us" + ], + [ + "▁bottle", + "s" + ], + [ + "▁bott", + "les" + ], + [ + "▁bot", + "tles" + ], + [ + "▁man", + "uais" + ], + [ + "(1", + "+" + ], + [ + "(", + "1+" + ], + [ + "itor", + "ia" + ], + [ + "ito", + "ria" + ], + [ + "it", + "oria" + ], + [ + "▁conf", + "ec" + ], + [ + "▁incap", + "az" + ], + [ + "▁39", + "." + ], + [ + "▁3", + "9." + ], + [ + "▁", + "39." + ], + [ + "quar", + "ters" + ], + [ + "▁E", + "asy" + ], + [ + "▁au", + "r" + ], + [ + "▁a", + "ur" + ], + [ + "▁fall", + "en" + ], + [ + "▁fal", + "len" + ], + [ + "▁Inter", + "ior" + ], + [ + "▁In", + "terior" + ], + [ + "▁propósito", + "s" + ], + [ + "▁prop", + "ósitos" + ], + [ + "óp", + "ica" + ], + [ + "▁In", + "nov" + ], + [ + "▁cit", + "e" + ], + [ + "▁ci", + "te" + ], + [ + "▁c", + "ite" + ], + [ + "Fig", + "ura" + ], + [ + "Fi", + "gura" + ], + [ + "I", + "l" + ], + [ + "▁anno", + "un" + ], + [ + "▁ann", + "oun" + ], + [ + "▁assim", + "il" + ], + [ + "\\", + "," + ], + [ + ">(", + ")" + ], + [ + ">", + "()" + ], + [ + "▁controla", + "do" + ], + [ + "▁control", + "ado" + ], + [ + "▁contro", + "lado" + ], + [ + "▁contr", + "olado" + ], + [ + "▁Hy", + "dro" + ], + [ + "▁desc", + "rit" + ], + [ + "▁des", + "crit" + ], + [ + "▁Impr", + "ensa" + ], + [ + "rep", + "o" + ], + [ + "re", + "po" + ], + [ + "▁abra", + "ço" + ], + [ + "▁abr", + "aço" + ], + [ + "▁analytic", + "al" + ], + [ + "▁analy", + "tical" + ], + [ + "▁Strateg", + "y" + ], + [ + "▁Str", + "ategy" + ], + [ + "▁", + "Strategy" + ], + [ + "▁Mo", + "ore" + ], + [ + "warn", + "ing" + ], + [ + "war", + "ning" + ], + [ + "w", + "arning" + ], + [ + "Con", + "n" + ], + [ + "Co", + "nn" + ], + [ + "▁lb", + "l" + ], + [ + "▁l", + "bl" + ], + [ + "▁", + "lbl" + ], + [ + "▁interview", + "s" + ], + [ + "▁inter", + "views" + ], + [ + "−", + "1" + ], + [ + "ítio", + "s" + ], + [ + "ít", + "ios" + ], + [ + "▁Pict", + "ure" + ], + [ + "▁P", + "icture" + ], + [ + "▁", + "Picture" + ], + [ + "▁rea", + "f" + ], + [ + "▁re", + "af" + ], + [ + "80", + ")" + ], + [ + "8", + "0)" + ], + [ + "▁Man", + "ifest" + ], + [ + "▁", + "Manifest" + ], + [ + "▁Pesquisa", + "r" + ], + [ + "▁Pesquis", + "ar" + ], + [ + "▁hol", + "andes" + ], + [ + "▁..", + "/" + ], + [ + "▁.", + "./" + ], + [ + "▁", + "../" + ], + [ + "▁inch", + "aço" + ], + [ + "▁depend", + "ence" + ], + [ + "▁epis", + "ode" + ], + [ + "▁critic", + "ism" + ], + [ + "▁$0", + "0" + ], + [ + "▁$", + "00" + ], + [ + "num", + "py" + ], + [ + "rel", + "ative" + ], + [ + "▁ship", + "ping" + ], + [ + "R", + "o" + ], + [ + "▁PU", + "C" + ], + [ + "▁P", + "UC" + ], + [ + "compar", + "e" + ], + [ + "comp", + "are" + ], + [ + "com", + "pare" + ], + [ + "▁Sé", + "culo" + ], + [ + "▁rel", + "iability" + ], + [ + "aust", + "o" + ], + [ + "aus", + "to" + ], + [ + "au", + "sto" + ], + [ + "a", + "usto" + ], + [ + "▁a", + "k" + ], + [ + "▁", + "ak" + ], + [ + "▁head", + "ing" + ], + [ + "▁he", + "ading" + ], + [ + "▁", + "heading" + ], + [ + "rs", + "p" + ], + [ + "r", + "sp" + ], + [ + "▁injust", + "iça" + ], + [ + "▁Car", + "ol" + ], + [ + "▁Ca", + "rol" + ], + [ + "▁discíp", + "ulo" + ], + [ + "▁í", + "ons" + ], + [ + "▁OBJ", + "ET" + ], + [ + "ather", + "ine" + ], + [ + "▁Clim", + "a" + ], + [ + "▁Cli", + "ma" + ], + [ + "▁Cl", + "ima" + ], + [ + "▁Pol", + "ish" + ], + [ + "▁Po", + "lish" + ], + [ + "▁ur", + "e" + ], + [ + "▁u", + "re" + ], + [ + "▁", + "ure" + ], + [ + "▁1950", + "," + ], + [ + "▁195", + "0," + ], + [ + "▁19", + "50," + ], + [ + "▁Cam", + "in" + ], + [ + "▁Ca", + "min" + ], + [ + "▁C", + "amin" + ], + [ + "U", + "Z" + ], + [ + "▁adotada", + "s" + ], + [ + "▁adota", + "das" + ], + [ + "▁adot", + "adas" + ], + [ + "▁consegui", + "do" + ], + [ + "▁consegu", + "ido" + ], + [ + "▁Ident", + "ificar" + ], + [ + "39", + "4" + ], + [ + "3", + "94" + ], + [ + "▁viola", + "ção" + ], + [ + "▁viol", + "ação" + ], + [ + "▁Orig", + "in" + ], + [ + "▁Ori", + "gin" + ], + [ + "▁", + "Origin" + ], + [ + "▁regard", + "s" + ], + [ + "▁reg", + "ards" + ], + [ + "▁esport", + "iva" + ], + [ + "▁resgat", + "ar" + ], + [ + "▁resg", + "atar" + ], + [ + "▁negot", + "i" + ], + [ + "▁dissem", + "in" + ], + [ + "▁disse", + "min" + ], + [ + "▁diss", + "emin" + ], + [ + "▁fuma", + "ça" + ], + [ + "▁tru", + "nc" + ], + [ + "▁tr", + "unc" + ], + [ + "▁", + "trunc" + ], + [ + "ival", + "s" + ], + [ + "iva", + "ls" + ], + [ + "iv", + "als" + ], + [ + "i", + "vals" + ], + [ + "Base", + "d" + ], + [ + "Bas", + "ed" + ], + [ + "Ba", + "sed" + ], + [ + "B", + "ased" + ], + [ + "▁draw", + "s" + ], + [ + "▁dra", + "ws" + ], + [ + "▁dr", + "aws" + ], + [ + "▁bombar", + "de" + ], + [ + "▁bomb", + "arde" + ], + [ + "▁'1", + ".5" + ], + [ + "▁'", + "1.5" + ], + [ + "22", + "2" + ], + [ + "2", + "22" + ], + [ + "umb", + "le" + ], + [ + "um", + "ble" + ], + [ + "▁ecológico", + "s" + ], + [ + "▁ecol", + "ógicos" + ], + [ + "▁ec", + "ológicos" + ], + [ + "▁permita", + "m" + ], + [ + "▁permit", + "am" + ], + [ + "▁perm", + "itam" + ], + [ + "▁pred", + "ators" + ], + [ + "cer", + "ca" + ], + [ + "c", + "erca" + ], + [ + "sur", + "face" + ], + [ + "▁ESCOL", + "A" + ], + [ + "▁ES", + "COLA" + ], + [ + "volv", + "e" + ], + [ + "vol", + "ve" + ], + [ + "d", + "z" + ], + [ + "▁dir", + "ia" + ], + [ + "▁di", + "ria" + ], + [ + "▁d", + "iria" + ], + [ + "▁quer", + "ies" + ], + [ + "▁que", + "ries" + ], + [ + "▁qu", + "eries" + ], + [ + "▁Ta", + "v" + ], + [ + "▁T", + "av" + ], + [ + "▁_", + ")" + ], + [ + "▁", + "_)" + ], + [ + "▁Red", + "ação" + ], + [ + "▁cad", + "erno" + ], + [ + "▁diferencia", + "ção" + ], + [ + "▁diferenci", + "ação" + ], + [ + "▁resc", + "ue" + ], + [ + "▁lembr", + "ando" + ], + [ + "▁lemb", + "rando" + ], + [ + "▁lem", + "brando" + ], + [ + "ko", + "v" + ], + [ + "k", + "ov" + ], + [ + "▁d", + "B" + ], + [ + "▁", + "dB" + ], + [ + "▁3)", + "." + ], + [ + "▁3", + ")." + ], + [ + "▁", + "3)." + ], + [ + "▁e", + "is" + ], + [ + "▁", + "eis" + ], + [ + "▁cer", + "âmica" + ], + [ + "eli", + "ng" + ], + [ + "el", + "ing" + ], + [ + "e", + "ling" + ], + [ + "L", + "N" + ], + [ + "▁Pra", + "ia" + ], + [ + "68", + "," + ], + [ + "6", + "8," + ], + [ + "bra", + "dos" + ], + [ + "br", + "ados" + ], + [ + "b", + "rados" + ], + [ + "▁{}", + ";" + ], + [ + "▁{", + "};" + ], + [ + "▁t", + "ínhamos" + ], + [ + "▁cryst", + "al" + ], + [ + "▁cr", + "ystal" + ], + [ + "v", + "ér" + ], + [ + "▁Legisl", + "ativo" + ], + [ + "▁telesc", + "ope" + ], + [ + "▁tele", + "scope" + ], + [ + "f", + "k" + ], + [ + "▁Palest", + "ina" + ], + [ + "▁diplom", + "a" + ], + [ + "▁dipl", + "oma" + ], + [ + "▁Ú", + "nico" + ], + [ + "▁repe", + "l" + ], + [ + "▁rep", + "el" + ], + [ + "▁re", + "pel" + ], + [ + "▁ans", + "e" + ], + [ + "▁an", + "se" + ], + [ + "99", + "7" + ], + [ + "9", + "97" + ], + [ + "27", + "5" + ], + [ + "2", + "75" + ], + [ + "cou", + "p" + ], + [ + "co", + "up" + ], + [ + "c", + "oup" + ], + [ + "▁Bang", + "l" + ], + [ + "▁Ban", + "gl" + ], + [ + "▁glú", + "ten" + ], + [ + "▁ti", + "g" + ], + [ + "▁t", + "ig" + ], + [ + "Compute", + "r" + ], + [ + "Comput", + "er" + ], + [ + "Comp", + "uter" + ], + [ + "▁Reg", + "ina" + ], + [ + "▁criador", + "es" + ], + [ + "▁criado", + "res" + ], + [ + "▁cri", + "adores" + ], + [ + "36", + "8" + ], + [ + "3", + "68" + ], + [ + "ica", + "mp" + ], + [ + "ic", + "amp" + ], + [ + "Exp", + "ected" + ], + [ + "Ex", + "pected" + ], + [ + "ci", + "ble" + ], + [ + "c", + "ible" + ], + [ + "▁senti", + "a" + ], + [ + "▁sent", + "ia" + ], + [ + "▁", + "̄" + ], + [ + "▁prefere", + "m" + ], + [ + "▁prefer", + "em" + ], + [ + "▁controvers", + "ial" + ], + [ + "▁Act", + "ivities" + ], + [ + "▁fle", + "s" + ], + [ + "▁fl", + "es" + ], + [ + "▁f", + "les" + ], + [ + "LO", + "BAL" + ], + [ + "ER", + "G" + ], + [ + "E", + "RG" + ], + [ + "▁isol", + "ado" + ], + [ + "▁iso", + "lado" + ], + [ + "▁is", + "olado" + ], + [ + "▁simpl", + "ified" + ], + [ + "▁port", + "ray" + ], + [ + "▁Class", + "ificação" + ], + [ + "▁pl", + "at" + ], + [ + "▁p", + "lat" + ], + [ + "▁", + "plat" + ], + [ + "▁rever", + "t" + ], + [ + "▁reve", + "rt" + ], + [ + "▁rev", + "ert" + ], + [ + "▁re", + "vert" + ], + [ + "35", + "7" + ], + [ + "3", + "57" + ], + [ + "▁Wel", + "come" + ], + [ + "in", + "qu" + ], + [ + "atch", + "ed" + ], + [ + "at", + "ched" + ], + [ + ".", + "7" + ], + [ + "level", + "s" + ], + [ + "lev", + "els" + ], + [ + "▁gather", + "ing" + ], + [ + "bo", + "ost" + ], + [ + "▁Pat", + "ients" + ], + [ + "ic", + "rob" + ], + [ + "▁defende", + "m" + ], + [ + "▁defend", + "em" + ], + [ + "▁def", + "endem" + ], + [ + "▁can", + "nab" + ], + [ + "▁Ke", + "r" + ], + [ + "▁K", + "er" + ], + [ + "ífico", + "s" + ], + [ + "íf", + "icos" + ], + [ + "▁Laur", + "a" + ], + [ + "▁La", + "ura" + ], + [ + "▁deficiente", + "s" + ], + [ + "▁defici", + "entes" + ], + [ + "▁def", + "icientes" + ], + [ + "▁provision", + "s" + ], + [ + "▁provis", + "ions" + ], + [ + "▁prov", + "isions" + ], + [ + "▁examin", + "ar" + ], + [ + "▁exam", + "inar" + ], + [ + "▁'", + "(" + ], + [ + "▁", + "'(" + ], + [ + "м", + "а" + ], + [ + "▁C", + "G" + ], + [ + "▁", + "CG" + ], + [ + "arch", + "ive" + ], + [ + "▁alter", + "a" + ], + [ + "▁alt", + "era" + ], + [ + "▁al", + "tera" + ], + [ + "File", + "name" + ], + [ + "Fil", + "ename" + ], + [ + "24", + "4" + ], + [ + "2", + "44" + ], + [ + "▁operário", + "s" + ], + [ + "▁oper", + "ários" + ], + [ + "▁(4", + "." + ], + [ + "▁(", + "4." + ], + [ + "▁er", + "ud" + ], + [ + "▁plen", + "itude" + ], + [ + "▁prepar", + "a" + ], + [ + "▁prep", + "ara" + ], + [ + "▁pre", + "para" + ], + [ + ":", + "9" + ], + [ + "▁beh", + "alf" + ], + [ + "▁be", + "half" + ], + [ + "_1", + "." + ], + [ + "_", + "1." + ], + [ + "▁inj", + "et" + ], + [ + "▁in", + "jet" + ], + [ + "▁express", + "o" + ], + [ + "▁expr", + "esso" + ], + [ + "▁Th", + "row" + ], + [ + "▁", + "Throw" + ], + [ + "▁f", + "p" + ], + [ + "▁", + "fp" + ], + [ + "▁need", + "le" + ], + [ + "custom", + "er" + ], + [ + "aco", + "n" + ], + [ + "ac", + "on" + ], + [ + "a", + "con" + ], + [ + "T", + "V" + ], + [ + "▁indica", + "ções" + ], + [ + "▁indic", + "ações" + ], + [ + "▁ind", + "icações" + ], + [ + "▁módulo", + "s" + ], + [ + "▁m", + "ódulos" + ], + [ + "▁Respond", + "er" + ], + [ + "▁Resp", + "onder" + ], + [ + "▁Res", + "ponder" + ], + [ + "▁", + "Responder" + ], + [ + "▁Mob", + "ile" + ], + [ + "▁M", + "obile" + ], + [ + "ric", + "ular" + ], + [ + "ri", + "cular" + ], + [ + "r", + "icular" + ], + [ + "▁temática", + "s" + ], + [ + "▁tem", + "áticas" + ], + [ + "rest", + "rict" + ], + [ + "▁Dar", + "k" + ], + [ + "▁Da", + "rk" + ], + [ + "▁D", + "ark" + ], + [ + "▁lin", + "da" + ], + [ + "▁l", + "inda" + ], + [ + "▁A", + "ument" + ], + [ + "▁Ki", + "t" + ], + [ + "▁K", + "it" + ], + [ + "▁", + "Kit" + ], + [ + "ens", + "ões" + ], + [ + "▁desastre", + "s" + ], + [ + "▁desastr", + "es" + ], + [ + "seg", + "ment" + ], + [ + "se", + "gment" + ], + [ + "▁navig", + "ate" + ], + [ + "▁nav", + "igate" + ], + [ + "▁dis", + "h" + ], + [ + "▁di", + "sh" + ], + [ + "▁d", + "ish" + ], + [ + "▁", + "dish" + ], + [ + "▁Lin", + "d" + ], + [ + "▁Li", + "nd" + ], + [ + "▁L", + "ind" + ], + [ + "▁lav", + "a" + ], + [ + "▁la", + "va" + ], + [ + "▁l", + "ava" + ], + [ + "▁P", + "interest" + ], + [ + "▁Bey", + "ond" + ], + [ + "▁Be", + "yond" + ], + [ + "▁ético", + "s" + ], + [ + "▁é", + "ticos" + ], + [ + "▁", + "éticos" + ], + [ + "▁Hu", + "go" + ], + [ + "▁H", + "ugo" + ], + [ + "▁govern", + "amental" + ], + [ + "ann", + "e" + ], + [ + "an", + "ne" + ], + [ + "▁Pas", + "cal" + ], + [ + "▁Pa", + "scal" + ], + [ + "▁Ob", + "s" + ], + [ + "▁O", + "bs" + ], + [ + "▁EX", + "PRESS" + ], + [ + "▁rh", + "o" + ], + [ + "▁r", + "ho" + ], + [ + "▁", + "rho" + ], + [ + "▁fantas", + "ia" + ], + [ + "?”", + "." + ], + [ + "?", + "”." + ], + [ + "▁wh", + "ilst" + ], + [ + "▁confer", + "e" + ], + [ + "▁conf", + "ere" + ], + [ + "▁transparent", + "e" + ], + [ + "▁transpar", + "ente" + ], + [ + "v", + "v" + ], + [ + "▁pressure", + "s" + ], + [ + "▁press", + "ures" + ], + [ + "▁En", + "um" + ], + [ + "▁E", + "num" + ], + [ + "▁", + "Enum" + ], + [ + "▁Pin", + "heiro" + ], + [ + "esso", + "r" + ], + [ + "ess", + "or" + ], + [ + "▁foot", + "print" + ], + [ + "▁intens", + "ive" + ], + [ + "▁int", + "ensive" + ], + [ + "asta", + "s" + ], + [ + "ast", + "as" + ], + [ + "as", + "tas" + ], + [ + "▁min", + "t" + ], + [ + "▁mi", + "nt" + ], + [ + "▁m", + "int" + ], + [ + "▁robô", + "s" + ], + [ + "▁rob", + "ôs" + ], + [ + "▁100,", + "000" + ], + [ + "▁10", + "0,000" + ], + [ + "▁1", + "00,000" + ], + [ + "KE", + "N" + ], + [ + "K", + "EN" + ], + [ + "▁TA", + "B" + ], + [ + "▁T", + "AB" + ], + [ + "▁v", + "ício" + ], + [ + "uli", + "n" + ], + [ + "ul", + "in" + ], + [ + "u", + "lin" + ], + [ + "▁VO", + "C" + ], + [ + "▁V", + "OC" + ], + [ + "▁Corre", + "ct" + ], + [ + "▁Corr", + "ect" + ], + [ + "▁Cor", + "rect" + ], + [ + "▁place", + "ment" + ], + [ + "▁plac", + "ement" + ], + [ + "▁", + "placement" + ], + [ + "▁Emp", + "ty" + ], + [ + "▁Em", + "pty" + ], + [ + "▁", + "Empty" + ], + [ + "▁Ferr", + "ament" + ], + [ + "▁F", + "errament" + ], + [ + "▁U", + "tah" + ], + [ + "▁spher", + "ical" + ], + [ + "▁Dif", + "ic" + ], + [ + "▁Di", + "fic" + ], + [ + "▁D", + "ific" + ], + [ + "▁CONT", + "R" + ], + [ + "▁CON", + "TR" + ], + [ + "37", + "7" + ], + [ + "3", + "77" + ], + [ + "▁Polit", + "ical" + ], + [ + "itar", + "iamente" + ], + [ + "it", + "ariamente" + ], + [ + "▁Cor", + "d" + ], + [ + "▁Co", + "rd" + ], + [ + "▁C", + "ord" + ], + [ + "*", + "-" + ], + [ + "th", + "s" + ], + [ + "t", + "hs" + ], + [ + "aba", + "ma" + ], + [ + "ab", + "ama" + ], + [ + "▁clim", + "áticos" + ], + [ + "л", + "я" + ], + [ + "▁denot", + "e" + ], + [ + "▁den", + "ote" + ], + [ + "▁de", + "note" + ], + [ + "▁d", + "enote" + ], + [ + "▁H", + "P" + ], + [ + "▁", + "HP" + ], + [ + "▁arma", + "d" + ], + [ + "▁arm", + "ad" + ], + [ + "▁ar", + "mad" + ], + [ + "▁long", + "itudinal" + ], + [ + "▁cl", + "one" + ], + [ + "▁", + "clone" + ], + [ + "ORD", + "ER" + ], + [ + "OR", + "DER" + ], + [ + "▁dança", + "r" + ], + [ + "▁danç", + "ar" + ], + [ + "▁dan", + "çar" + ], + [ + "▁estat", + "uto" + ], + [ + "▁last", + "ing" + ], + [ + "▁las", + "ting" + ], + [ + "▁l", + "asting" + ], + [ + "▁cardíaco", + "s" + ], + [ + "▁cardí", + "acos" + ], + [ + "OP", + "S" + ], + [ + "O", + "PS" + ], + [ + "▁exc", + "h" + ], + [ + "▁ex", + "ch" + ], + [ + "tica", + "mente" + ], + [ + "tic", + "amente" + ], + [ + "t", + "icamente" + ], + [ + "▁invite", + "d" + ], + [ + "▁inv", + "ited" + ], + [ + "▁imun", + "e" + ], + [ + "▁im", + "une" + ], + [ + "▁Nat", + "ion" + ], + [ + "▁Na", + "tion" + ], + [ + "▁N", + "ation" + ], + [ + "▁order", + "ing" + ], + [ + "▁ord", + "ering" + ], + [ + "▁glândula", + "s" + ], + [ + "▁glând", + "ulas" + ], + [ + "▁ru", + "g" + ], + [ + "▁r", + "ug" + ], + [ + "▁sacrif", + "ice" + ], + [ + "to", + "c" + ], + [ + "t", + "oc" + ], + [ + "Fun", + "d" + ], + [ + "Fu", + "nd" + ], + [ + "F", + "und" + ], + [ + "33", + ")" + ], + [ + "3", + "3)" + ], + [ + "▁wonder", + "ing" + ], + [ + "oke", + "r" + ], + [ + "ok", + "er" + ], + [ + "o", + "ker" + ], + [ + "▁ti", + "j" + ], + [ + "▁t", + "ij" + ], + [ + "mag", + "em" + ], + [ + "ma", + "gem" + ], + [ + "m", + "agem" + ], + [ + "▁manda", + "r" + ], + [ + "▁mand", + "ar" + ], + [ + "▁man", + "dar" + ], + [ + "▁entend", + "ida" + ], + [ + "▁ent", + "endida" + ], + [ + "çúcar", + "es" + ], + [ + "çú", + "cares" + ], + [ + "▁nic", + "ot" + ], + [ + "▁ni", + "cot" + ], + [ + "▁intent", + "ion" + ], + [ + "▁int", + "ention" + ], + [ + "▁in", + "ú" + ], + [ + "▁MA", + "P" + ], + [ + "▁M", + "AP" + ], + [ + "▁", + "MAP" + ], + [ + "▁divis", + "ões" + ], + [ + "▁div", + "isões" + ], + [ + "▁cons", + "p" + ], + [ + "▁con", + "sp" + ], + [ + "▁Filip", + "e" + ], + [ + "▁Fil", + "ipe" + ], + [ + "▁[]", + ";" + ], + [ + "▁[", + "];" + ], + [ + "▁LI", + "ABILITY" + ], + [ + "▁faculdade", + "s" + ], + [ + "▁fac", + "uldades" + ], + [ + "FF", + "A" + ], + [ + "F", + "FA" + ], + [ + "RE", + "D" + ], + [ + "R", + "ED" + ], + [ + "▁Sequ", + "ence" + ], + [ + "▁Se", + "quence" + ], + [ + "▁", + "Sequence" + ], + [ + "▁escult", + "ura" + ], + [ + "▁esc", + "ultura" + ], + [ + "▁Incl", + "ude" + ], + [ + "▁Inc", + "lude" + ], + [ + "▁In", + "clude" + ], + [ + "▁", + "Include" + ], + [ + "▁cas", + "s" + ], + [ + "▁ca", + "ss" + ], + [ + "▁c", + "ass" + ], + [ + "Pers", + "on" + ], + [ + "Per", + "son" + ], + [ + "P", + "erson" + ], + [ + "▁confront", + "o" + ], + [ + "▁confron", + "to" + ], + [ + "▁Domingo", + "s" + ], + [ + "▁Domin", + "gos" + ], + [ + "▁Dom", + "ingos" + ], + [ + "sp", + "acing" + ], + [ + "▁vin", + "e" + ], + [ + "▁vi", + "ne" + ], + [ + "▁v", + "ine" + ], + [ + "▁proced", + "er" + ], + [ + "▁proc", + "eder" + ], + [ + "▁selet", + "iva" + ], + [ + "R", + "G" + ], + [ + "hell", + "o" + ], + [ + "hel", + "lo" + ], + [ + "h", + "ello" + ], + [ + "▁SI", + "ST" + ], + [ + "▁S", + "IST" + ], + [ + "struction", + "s" + ], + [ + "struct", + "ions" + ], + [ + "stru", + "ctions" + ], + [ + "▁d", + "m" + ], + [ + "▁", + "dm" + ], + [ + "▁extrem", + "idade" + ], + [ + "5,", + "000" + ], + [ + "▁gerado", + "r" + ], + [ + "▁gera", + "dor" + ], + [ + "▁ger", + "ador" + ], + [ + "▁ge", + "rador" + ], + [ + "▁padre", + "s" + ], + [ + "▁padr", + "es" + ], + [ + "▁pad", + "res" + ], + [ + "▁tes", + "ouro" + ], + [ + "▁matern", + "a" + ], + [ + "▁mater", + "na" + ], + [ + "▁mat", + "erna" + ], + [ + "▁Gên", + "esis" + ], + [ + "▁v", + "c" + ], + [ + "▁", + "vc" + ], + [ + "▁pá", + "g" + ], + [ + "▁p", + "ág" + ], + [ + "▁Scott", + "ish" + ], + [ + "▁chor", + "d" + ], + [ + "▁cho", + "rd" + ], + [ + "▁ch", + "ord" + ], + [ + "▁Measure", + "ment" + ], + [ + "▁Io", + "T" + ], + [ + "▁key", + "word" + ], + [ + "▁", + "keyword" + ], + [ + "▁Tecnologia", + "s" + ], + [ + "▁Tecn", + "ologias" + ], + [ + "▁record", + "e" + ], + [ + "▁recor", + "de" + ], + [ + "▁rec", + "orde" + ], + [ + "▁libera", + "is" + ], + [ + "▁liber", + "ais" + ], + [ + "▁lib", + "erais" + ], + [ + "▁Grow", + "th" + ], + [ + "▁toy", + "s" + ], + [ + "▁to", + "ys" + ], + [ + "▁t", + "p" + ], + [ + "▁", + "tp" + ], + [ + "▁recover", + "ed" + ], + [ + "▁re", + "covered" + ], + [ + "mo", + "unt" + ], + [ + "m", + "ount" + ], + [ + ">", + "{" + ], + [ + "high", + "light" + ], + [ + "▁resulta", + "m" + ], + [ + "▁result", + "am" + ], + [ + "▁administer", + "ed" + ], + [ + "ju", + "ven" + ], + [ + "▁up", + "ward" + ], + [ + "▁ade", + "pt" + ], + [ + "29", + "6" + ], + [ + "2", + "96" + ], + [ + "▁tet", + "o" + ], + [ + "▁te", + "to" + ], + [ + "▁t", + "eto" + ], + [ + "▁cinz", + "a" + ], + [ + "▁cin", + "za" + ], + [ + "icia", + "s" + ], + [ + "ici", + "as" + ], + [ + "ic", + "ias" + ], + [ + "i", + "cias" + ], + [ + "▁trib", + "unal" + ], + [ + "▁consideration", + "s" + ], + [ + "▁consider", + "ations" + ], + [ + "▁Coment", + "ário" + ], + [ + "▁ajud", + "e" + ], + [ + "▁aj", + "ude" + ], + [ + "▁thr", + "ive" + ], + [ + "▁desp", + "e" + ], + [ + "▁des", + "pe" + ], + [ + "▁de", + "spe" + ], + [ + "▁Hot", + "el" + ], + [ + "▁Ho", + "tel" + ], + [ + "▁42", + "," + ], + [ + "▁4", + "2," + ], + [ + "▁", + "42," + ], + [ + "▁'201", + "5-" + ], + [ + ":", + "$" + ], + [ + "▁fort", + "y" + ], + [ + "▁for", + "ty" + ], + [ + "íssimo", + "s" + ], + [ + "íssim", + "os" + ], + [ + "íss", + "imos" + ], + [ + "jada", + "s" + ], + [ + "ja", + "das" + ], + [ + "j", + "adas" + ], + [ + "▁protocolo", + "s" + ], + [ + "▁protocol", + "os" + ], + [ + "▁Agr", + "e" + ], + [ + "▁Ag", + "re" + ], + [ + "▁A", + "gre" + ], + [ + "é", + "ssemos" + ], + [ + "EA", + "EA" + ], + [ + "abo", + "l" + ], + [ + "ab", + "ol" + ], + [ + "a", + "bol" + ], + [ + "▁season", + "s" + ], + [ + "▁seas", + "ons" + ], + [ + "▁se", + "asons" + ], + [ + "cida", + "s" + ], + [ + "cid", + "as" + ], + [ + "ci", + "das" + ], + [ + "c", + "idas" + ], + [ + "m", + "iddle" + ], + [ + "▁magn", + "esium" + ], + [ + "▁res", + "ort" + ], + [ + "▁re", + "sort" + ], + [ + "iliar", + "es" + ], + [ + "ilia", + "res" + ], + [ + "ili", + "ares" + ], + [ + "il", + "iares" + ], + [ + "elect", + "ric" + ], + [ + "e", + "lectric" + ], + [ + "200", + "," + ], + [ + "20", + "0," + ], + [ + "2", + "00," + ], + [ + "▁Add", + "ed" + ], + [ + "▁Ad", + "ded" + ], + [ + "▁", + "Added" + ], + [ + "▁confec", + "ção" + ], + [ + "▁conf", + "ecção" + ], + [ + "▁modern", + "ização" + ], + [ + "04", + "0" + ], + [ + "0", + "40" + ], + [ + "▁comemora", + "ção" + ], + [ + "▁comemor", + "ação" + ], + [ + "▁comem", + "oração" + ], + [ + "IR", + "ST" + ], + [ + "▁So", + "f" + ], + [ + "▁S", + "of" + ], + [ + "awa", + "y" + ], + [ + "aw", + "ay" + ], + [ + "a", + "way" + ], + [ + "▁Us", + "ando" + ], + [ + "▁gra", + "xos" + ], + [ + "▁cens", + "ura" + ], + [ + "▁immun", + "ity" + ], + [ + "▁imm", + "unity" + ], + [ + "▁esm", + "ag" + ], + [ + "▁es", + "mag" + ], + [ + "person", + "al" + ], + [ + "pers", + "onal" + ], + [ + "COM", + "M" + ], + [ + "CO", + "MM" + ], + [ + "amb", + "iental" + ], + [ + "se", + "a" + ], + [ + "s", + "ea" + ], + [ + "▁A", + "ç" + ], + [ + "▁route", + "r" + ], + [ + "▁rout", + "er" + ], + [ + "▁ro", + "uter" + ], + [ + "▁r", + "outer" + ], + [ + "▁", + "router" + ], + [ + "▁Mag", + "azine" + ], + [ + "▁prof", + "issões" + ], + [ + "▁chave", + "s" + ], + [ + "▁cha", + "ves" + ], + [ + "▁ch", + "aves" + ], + [ + "▁release", + "s" + ], + [ + "▁rele", + "ases" + ], + [ + "▁bul", + "b" + ], + [ + "▁bu", + "lb" + ], + [ + "iri", + "a" + ], + [ + "ir", + "ia" + ], + [ + "i", + "ria" + ], + [ + "▁soci", + "ologia" + ], + [ + "▁soc", + "iologia" + ], + [ + "▁neste", + "d" + ], + [ + "▁nest", + "ed" + ], + [ + "▁n", + "ested" + ], + [ + "29", + "5" + ], + [ + "2", + "95" + ], + [ + "▁Gro", + "und" + ], + [ + "▁Gr", + "ound" + ], + [ + "▁G", + "round" + ], + [ + "▁nor", + "dest" + ], + [ + "▁n", + "ordest" + ], + [ + "▁s", + "f" + ], + [ + "▁", + "sf" + ], + [ + "We", + "ek" + ], + [ + "▁Hub", + "ble" + ], + [ + "▁H", + "ubble" + ], + [ + "▁consegu", + "i" + ], + [ + "▁conse", + "gui" + ], + [ + "▁197", + "8" + ], + [ + "▁19", + "78" + ], + [ + "▁cart", + "ões" + ], + [ + "▁rápido", + "s" + ], + [ + "▁ráp", + "idos" + ], + [ + "▁naveg", + "ar" + ], + [ + "▁nave", + "gar" + ], + [ + "▁eleitor", + "es" + ], + [ + "▁eleito", + "res" + ], + [ + "▁ele", + "itores" + ], + [ + "ire", + "i" + ], + [ + "ir", + "ei" + ], + [ + "i", + "rei" + ], + [ + "▁preference", + "s" + ], + [ + "▁prefer", + "ences" + ], + [ + "▁pre", + "ferences" + ], + [ + "▁bund", + "le" + ], + [ + "▁b", + "undle" + ], + [ + "▁", + "bundle" + ], + [ + "▁Jen", + "n" + ], + [ + "▁Je", + "nn" + ], + [ + "▁J", + "enn" + ], + [ + "▁Mil", + "ton" + ], + [ + "▁M", + "ilton" + ], + [ + "▁mit", + "ologia" + ], + [ + "▁Past", + "or" + ], + [ + "▁Pas", + "tor" + ], + [ + "▁morta", + "l" + ], + [ + "▁mort", + "al" + ], + [ + "▁mor", + "tal" + ], + [ + "App", + "ly" + ], + [ + "Ap", + "ply" + ], + [ + "▁necess", + "ity" + ], + [ + "28", + "9" + ], + [ + "2", + "89" + ], + [ + "▁mon", + "arquia" + ], + [ + "26", + "9" + ], + [ + "2", + "69" + ], + [ + "_4", + "." + ], + [ + "_", + "4." + ], + [ + "ven", + "s" + ], + [ + "ve", + "ns" + ], + [ + "v", + "ens" + ], + [ + "AR", + "G" + ], + [ + "A", + "RG" + ], + [ + "31", + "4" + ], + [ + "3", + "14" + ], + [ + "▁Bu", + "enos" + ], + [ + "▁proteg", + "ido" + ], + [ + "▁epis", + "tem" + ], + [ + "▁ep", + "istem" + ], + [ + "Si", + "de" + ], + [ + "S", + "ide" + ], + [ + "corp", + "or" + ], + [ + "cor", + "por" + ], + [ + "Syn", + "chron" + ], + [ + "▁O", + "B" + ], + [ + "▁", + "OB" + ], + [ + "Exp", + "ort" + ], + [ + "Ex", + "port" + ], + [ + "▁forma", + "is" + ], + [ + "▁form", + "ais" + ], + [ + "▁for", + "mais" + ], + [ + "cli", + "p" + ], + [ + "cl", + "ip" + ], + [ + "c", + "lip" + ], + [ + "▁V", + "E" + ], + [ + "▁", + "VE" + ], + [ + "35", + "0" + ], + [ + "3", + "50" + ], + [ + "AAAA", + "AAAA" + ], + [ + "▁Univers", + "e" + ], + [ + "▁Univ", + "erse" + ], + [ + "▁Uni", + "verse" + ], + [ + "▁sequ", + "est" + ], + [ + "▁se", + "quest" + ], + [ + "▁terapêut", + "ica" + ], + [ + "▁terap", + "êutica" + ], + [ + "li", + "e" + ], + [ + "l", + "ie" + ], + [ + "▁trib", + "e" + ], + [ + "▁tri", + "be" + ], + [ + "▁tr", + "ibe" + ], + [ + "▁t", + "ribe" + ], + [ + "▁incred", + "ibly" + ], + [ + "Pro", + "te" + ], + [ + "Pr", + "ote" + ], + [ + "P", + "rote" + ], + [ + "▁Trad", + "ução" + ], + [ + "▁Tra", + "dução" + ], + [ + "Pi", + "ck" + ], + [ + "P", + "ick" + ], + [ + "3.", + "5" + ], + [ + "3", + ".5" + ], + [ + "▁demor", + "a" + ], + [ + "▁demo", + "ra" + ], + [ + "▁dem", + "ora" + ], + [ + "quire", + "s" + ], + [ + "quir", + "es" + ], + [ + "qui", + "res" + ], + [ + "qu", + "ires" + ], + [ + "▁Roman", + "s" + ], + [ + "▁Roma", + "ns" + ], + [ + "▁Rom", + "ans" + ], + [ + "▁Ro", + "mans" + ], + [ + "▁prof", + "er" + ], + [ + "▁pro", + "fer" + ], + [ + "▁estrange", + "ira" + ], + [ + "ên", + "d" + ], + [ + "ê", + "nd" + ], + [ + "omo", + "n" + ], + [ + "om", + "on" + ], + [ + "o", + "mon" + ], + [ + "▁Ar", + "k" + ], + [ + "▁A", + "rk" + ], + [ + "Grid", + "View" + ], + [ + "▁lava", + "gem" + ], + [ + "▁lav", + "agem" + ], + [ + "▁into", + "xic" + ], + [ + "▁Wol", + "f" + ], + [ + "▁W", + "olf" + ], + [ + "▁schedule", + "d" + ], + [ + "▁sche", + "duled" + ], + [ + "▁inger", + "ir" + ], + [ + "▁Ang", + "el" + ], + [ + "▁An", + "gel" + ], + [ + "▁din", + "ossa" + ], + [ + "Gre", + "en" + ], + [ + "Gr", + "een" + ], + [ + "▁disappe", + "ar" + ], + [ + "▁PROJ", + "ETO" + ], + [ + "▁st", + "oring" + ], + [ + "▁especializada", + "s" + ], + [ + "▁especial", + "izadas" + ], + [ + "▁muda", + "m" + ], + [ + "▁mud", + "am" + ], + [ + "▁mu", + "dam" + ], + [ + "ói", + "a" + ], + [ + "ó", + "ia" + ], + [ + "▁Mar", + "ie" + ], + [ + "▁Ma", + "rie" + ], + [ + "▁il", + "usão" + ], + [ + "▁sufficient", + "ly" + ], + [ + "▁cd", + "s" + ], + [ + "▁c", + "ds" + ], + [ + "ue", + "m" + ], + [ + "u", + "em" + ], + [ + "jun", + "it" + ], + [ + "ju", + "nit" + ], + [ + "j", + "unit" + ], + [ + "▁separa", + "do" + ], + [ + "▁separ", + "ado" + ], + [ + "▁ment", + "ira" + ], + [ + "▁fit", + "ting" + ], + [ + "▁f", + "itting" + ], + [ + "appro", + "priate" + ], + [ + "▁TD", + "AH" + ], + [ + "▁T", + "DAH" + ], + [ + "tw", + "itter" + ], + [ + "▁hem", + "oglob" + ], + [ + "▁hosped", + "e" + ], + [ + "▁hosp", + "ede" + ], + [ + "▁const", + "expr" + ], + [ + "▁Ap", + "ollo" + ], + [ + "type", + "of" + ], + [ + ",0", + "," + ], + [ + ",", + "0," + ], + [ + "ence", + "r" + ], + [ + "enc", + "er" + ], + [ + "en", + "cer" + ], + [ + "▁no", + "d" + ], + [ + "▁n", + "od" + ], + [ + "▁", + "nod" + ], + [ + "▁dobr", + "o" + ], + [ + "▁do", + "bro" + ], + [ + "▁park", + "s" + ], + [ + "▁par", + "ks" + ], + [ + "▁corner", + "s" + ], + [ + "▁corn", + "ers" + ], + [ + "▁cor", + "ners" + ], + [ + "▁SA", + "RS" + ], + [ + "▁S", + "ARS" + ], + [ + "▁Rec", + "ogn" + ], + [ + "▁alloc", + "ation" + ], + [ + "▁all", + "ocation" + ], + [ + "▁al", + "location" + ], + [ + "▁under", + "s" + ], + [ + "▁und", + "ers" + ], + [ + "▁un", + "ders" + ], + [ + "▁", + "unders" + ], + [ + "▁definit", + "e" + ], + [ + "▁defin", + "ite" + ], + [ + "▁def", + "inite" + ], + [ + "▁de", + "finite" + ], + [ + "▁coordenada", + "s" + ], + [ + "▁coorden", + "adas" + ], + [ + "▁conv", + "uls" + ], + [ + "▁CUR", + "SO" + ], + [ + "Group", + "Box" + ], + [ + "▁América", + "s" + ], + [ + "▁Am", + "éricas" + ], + [ + "▁Ro", + "om" + ], + [ + "▁R", + "oom" + ], + [ + "▁", + "Room" + ], + [ + "▁satellite", + "s" + ], + [ + "▁satell", + "ites" + ], + [ + "34", + "7" + ], + [ + "3", + "47" + ], + [ + "▁dr", + "ift" + ], + [ + "▁d", + "rift" + ], + [ + "▁celebra", + "tion" + ], + [ + "▁celebr", + "ation" + ], + [ + "▁celeb", + "ration" + ], + [ + "inos", + "os" + ], + [ + "ino", + "sos" + ], + [ + "in", + "osos" + ], + [ + "8", + "/" + ], + [ + "▁Wi", + "k" + ], + [ + "▁W", + "ik" + ], + [ + "▁des", + "resp" + ], + [ + "▁'1.5", + "'" + ], + [ + "▁Guard", + "a" + ], + [ + "▁Guar", + "da" + ], + [ + "▁Gu", + "arda" + ], + [ + "▁tempest", + "ade" + ], + [ + "sl", + "ot" + ], + [ + "s", + "lot" + ], + [ + "plasm", + "a" + ], + [ + "plas", + "ma" + ], + [ + "pl", + "asma" + ], + [ + "▁é", + "tico" + ], + [ + "▁", + "ético" + ], + [ + "▁according", + "ly" + ], + [ + "▁accord", + "ingly" + ], + [ + "opo", + "t" + ], + [ + "op", + "ot" + ], + [ + "o", + "pot" + ], + [ + "▁tornar", + "em" + ], + [ + "▁torna", + "rem" + ], + [ + "▁torn", + "arem" + ], + [ + "23", + ":" + ], + [ + "2", + "3:" + ], + [ + "▁rec", + "l" + ], + [ + "▁re", + "cl" + ], + [ + "▁r", + "ecl" + ], + [ + "Cons", + "ole" + ], + [ + "Con", + "sole" + ], + [ + "▁Co", + "al" + ], + [ + ")'", + ")" + ], + [ + ")", + "')" + ], + [ + "▁mut", + "ações" + ], + [ + "▁mu", + "tações" + ], + [ + "▁1.14", + ".4" + ], + [ + "▁cozinha", + "r" + ], + [ + "▁coz", + "inhar" + ], + [ + "▁#", + "4" + ], + [ + ";;;;", + ";;;;" + ], + [ + "▁Hi", + "d" + ], + [ + "▁H", + "id" + ], + [ + "▁1993", + "," + ], + [ + "▁199", + "3," + ], + [ + "▁del", + "ine" + ], + [ + "▁de", + "line" + ], + [ + "▁d", + "eline" + ], + [ + "▁domain", + "s" + ], + [ + "▁dom", + "ains" + ], + [ + "08", + "," + ], + [ + "0", + "8," + ], + [ + "▁Pet", + "r" + ], + [ + "▁Pe", + "tr" + ], + [ + "▁P", + "etr" + ], + [ + "Component", + "s" + ], + [ + "Com", + "ponents" + ], + [ + "▁Through", + "out" + ], + [ + "▁M", + "W" + ], + [ + "▁", + "MW" + ], + [ + "▁produtiva", + "s" + ], + [ + "▁produt", + "ivas" + ], + [ + "▁Director", + "y" + ], + [ + "▁Direct", + "ory" + ], + [ + "▁D", + "irectory" + ], + [ + "▁", + "Directory" + ], + [ + "▁dificult", + "a" + ], + [ + "▁dificul", + "ta" + ], + [ + "▁dific", + "ulta" + ], + [ + "▁traditional", + "ly" + ], + [ + "▁tradition", + "ally" + ], + [ + "▁$", + "7" + ], + [ + "▁casa", + "r" + ], + [ + "▁cas", + "ar" + ], + [ + "▁Adv", + "ent" + ], + [ + "▁Ad", + "vent" + ], + [ + "▁domina", + "ted" + ], + [ + "▁domin", + "ated" + ], + [ + "▁dom", + "inated" + ], + [ + "▁envi", + "o" + ], + [ + "▁env", + "io" + ], + [ + "▁en", + "vio" + ], + [ + "▁ombro", + "s" + ], + [ + "▁omb", + "ros" + ], + [ + "▁om", + "bros" + ], + [ + "▁join", + "ing" + ], + [ + "▁jo", + "ining" + ], + [ + "▁manus", + "e" + ], + [ + "▁man", + "use" + ], + [ + "ve", + "ira" + ], + [ + "v", + "eira" + ], + [ + "▁avó", + "s" + ], + [ + "▁av", + "ós" + ], + [ + "▁flood", + "ing" + ], + [ + "▁flo", + "oding" + ], + [ + "vt", + "k" + ], + [ + "v", + "tk" + ], + [ + "Auto", + "m" + ], + [ + "Aut", + "om" + ], + [ + "▁neo", + "lib" + ], + [ + "▁ne", + "olib" + ], + [ + "▁exception", + "s" + ], + [ + "▁except", + "ions" + ], + [ + "▁exce", + "ptions" + ], + [ + "▁ex", + "ceptions" + ], + [ + "RO", + "L" + ], + [ + "R", + "OL" + ], + [ + "▁FI", + "G" + ], + [ + "▁F", + "IG" + ], + [ + "▁", + "FIG" + ], + [ + "undef", + "ined" + ], + [ + "un", + "defined" + ], + [ + "▁Tele", + "sc" + ], + [ + "▁Tel", + "esc" + ], + [ + "▁penal", + "ty" + ], + [ + "▁garantia", + "s" + ], + [ + "▁garant", + "ias" + ], + [ + "chu", + "nk" + ], + [ + "ch", + "unk" + ], + [ + "28", + "5" + ], + [ + "2", + "85" + ], + [ + "bra", + "ce" + ], + [ + "br", + "ace" + ], + [ + "b", + "race" + ], + [ + "▁shor", + "e" + ], + [ + "▁sho", + "re" + ], + [ + "▁sh", + "ore" + ], + [ + "▁", + "shore" + ], + [ + "ADA", + "S" + ], + [ + "AD", + "AS" + ], + [ + "▁Pia", + "uí" + ], + [ + "▁reading", + "s" + ], + [ + "▁read", + "ings" + ], + [ + "▁espalh", + "ar" + ], + [ + "▁espal", + "har" + ], + [ + "▁esp", + "alhar" + ], + [ + "▁C", + "ensus" + ], + [ + "▁manufactur", + "e" + ], + [ + "▁manufact", + "ure" + ], + [ + "▁encourage", + "s" + ], + [ + "▁encourag", + "es" + ], + [ + "▁esto", + "que" + ], + [ + "▁est", + "oque" + ], + [ + "▁mant", + "ida" + ], + [ + "▁defensor", + "es" + ], + [ + "▁defens", + "ores" + ], + [ + "▁co", + "ag" + ], + [ + "▁1.00", + "0" + ], + [ + "▁1.0", + "00" + ], + [ + "▁1.", + "000" + ], + [ + "▁1", + ".000" + ], + [ + "de", + "termin" + ], + [ + "d", + "etermin" + ], + [ + "▁Af", + "ghan" + ], + [ + "gia", + "n" + ], + [ + "gi", + "an" + ], + [ + "g", + "ian" + ], + [ + "▁prevista", + "s" + ], + [ + "▁previs", + "tas" + ], + [ + "▁prev", + "istas" + ], + [ + "▁tab", + "l" + ], + [ + "▁ta", + "bl" + ], + [ + "Compar", + "e" + ], + [ + "Comp", + "are" + ], + [ + "Com", + "pare" + ], + [ + "▁wh", + "it" + ], + [ + "▁w", + "hit" + ], + [ + "▁ge", + "ographic" + ], + [ + "25", + ")" + ], + [ + "2", + "5)" + ], + [ + "▁Hol", + "d" + ], + [ + "▁Ho", + "ld" + ], + [ + "▁H", + "old" + ], + [ + "va", + "tion" + ], + [ + "v", + "ation" + ], + [ + "▁Tra", + "in" + ], + [ + "▁Tr", + "ain" + ], + [ + "▁T", + "rain" + ], + [ + "▁", + "Train" + ], + [ + "▁Ti", + "t" + ], + [ + "▁T", + "it" + ], + [ + "▁mosquito", + "s" + ], + [ + "▁mosqu", + "itos" + ], + [ + "▁inst", + "a" + ], + [ + "▁ins", + "ta" + ], + [ + "▁in", + "sta" + ], + [ + "▁behav", + "e" + ], + [ + "▁beh", + "ave" + ], + [ + "▁be", + "have" + ], + [ + "09", + "6" + ], + [ + "0", + "96" + ], + [ + "▁maç", + "ã" + ], + [ + "▁ma", + "çã" + ], + [ + "ina", + "gem" + ], + [ + "in", + "agem" + ], + [ + "▁solic", + "itar" + ], + [ + "idi", + "ano" + ], + [ + "id", + "iano" + ], + [ + "▁precip", + "itation" + ], + [ + "▁Ent", + "enda" + ], + [ + "▁diferencia", + "r" + ], + [ + "▁diferenci", + "ar" + ], + [ + "▁difer", + "enciar" + ], + [ + "▁don", + "s" + ], + [ + "▁do", + "ns" + ], + [ + "▁d", + "ons" + ], + [ + "iet", + "z" + ], + [ + "ie", + "tz" + ], + [ + "i", + "etz" + ], + [ + "2.", + "9" + ], + [ + "2", + ".9" + ], + [ + "An", + "sw" + ], + [ + "Mar", + "gin" + ], + [ + ">10", + "-100" + ], + [ + "▁remuner", + "ação" + ], + [ + "▁remun", + "eração" + ], + [ + "OU", + "R" + ], + [ + "O", + "UR" + ], + [ + "▁Pe", + "c" + ], + [ + "▁P", + "ec" + ], + [ + "en", + "i" + ], + [ + "e", + "ni" + ], + [ + "▁fro", + "ta" + ], + [ + "▁fr", + "ota" + ], + [ + "▁f", + "rota" + ], + [ + "lex", + "ia" + ], + [ + "le", + "xia" + ], + [ + "▁red", + "irect" + ], + [ + "▁re", + "direct" + ], + [ + "▁", + "redirect" + ], + [ + "th", + "reshold" + ], + [ + "▁restore", + "d" + ], + [ + "▁resto", + "red" + ], + [ + "▁rest", + "ored" + ], + [ + "ND", + "E" + ], + [ + "N", + "DE" + ], + [ + "▁le", + "x" + ], + [ + "▁l", + "ex" + ], + [ + "▁", + "lex" + ], + [ + "▁kernel", + "spec" + ], + [ + "▁Up", + "on" + ], + [ + "▁U", + "pon" + ], + [ + "▁amb", + "ul" + ], + [ + "▁am", + "bul" + ], + [ + "▁Coll", + "ect" + ], + [ + "▁Col", + "lect" + ], + [ + "▁", + "Collect" + ], + [ + "▁sent", + "ado" + ], + [ + "▁J", + "son" + ], + [ + "▁", + "Json" + ], + [ + "variable", + "s" + ], + [ + "vari", + "ables" + ], + [ + "v", + "ariables" + ], + [ + "▁Mor", + "gan" + ], + [ + "▁M", + "organ" + ], + [ + "▁Typ", + "ically" + ], + [ + "▁social", + "ista" + ], + [ + "▁curva", + "s" + ], + [ + "▁curv", + "as" + ], + [ + "▁cur", + "vas" + ], + [ + "▁cop", + "e" + ], + [ + "▁co", + "pe" + ], + [ + "▁c", + "ope" + ], + [ + "▁tele", + "vis" + ], + [ + "▁Syd", + "ney" + ], + [ + "▁T", + "L" + ], + [ + "▁", + "TL" + ], + [ + "▁nobre", + "za" + ], + [ + "▁Electric", + "al" + ], + [ + "▁Elect", + "rical" + ], + [ + "▁peri", + "g" + ], + [ + "▁per", + "ig" + ], + [ + "▁pe", + "rig" + ], + [ + "ho", + "e" + ], + [ + "h", + "oe" + ], + [ + "▁CAS", + "E" + ], + [ + "▁CA", + "SE" + ], + [ + "▁C", + "ASE" + ], + [ + "▁", + "CASE" + ], + [ + "▁f", + "iscais" + ], + [ + "H", + "P" + ], + [ + "▁b", + "p" + ], + [ + "▁", + "bp" + ], + [ + "▁1⁄", + "2" + ], + [ + "▁1", + "⁄2" + ], + [ + "ál", + "ico" + ], + [ + "á", + "lico" + ], + [ + "▁pastor", + "es" + ], + [ + "▁past", + "ores" + ], + [ + "▁introdu", + "cing" + ], + [ + "▁intro", + "ducing" + ], + [ + "▁k", + "ick" + ], + [ + "▁ye", + "ast" + ], + [ + "▁y", + "east" + ], + [ + "0.000", + "00000" + ], + [ + "0.00", + "000000" + ], + [ + "0.0", + "0000000" + ], + [ + "0.", + "00000000" + ], + [ + "▁san", + "s" + ], + [ + "▁sa", + "ns" + ], + [ + "▁s", + "ans" + ], + [ + "▁inter", + "loc" + ], + [ + "▁database", + "s" + ], + [ + "▁d", + "atabases" + ], + [ + "▁lands", + "c" + ], + [ + "▁land", + "sc" + ], + [ + "▁tende", + "r" + ], + [ + "▁tend", + "er" + ], + [ + "▁ten", + "der" + ], + [ + "▁t", + "ender" + ], + [ + "▁(200", + "0" + ], + [ + "▁(20", + "00" + ], + [ + "▁(2", + "000" + ], + [ + "▁(", + "2000" + ], + [ + "ord", + "e" + ], + [ + "or", + "de" + ], + [ + "ivers", + "ary" + ], + [ + "▁Frequ", + "ency" + ], + [ + "▁Fre", + "quency" + ], + [ + "▁", + "Frequency" + ], + [ + "gue", + "m" + ], + [ + "gu", + "em" + ], + [ + "g", + "uem" + ], + [ + "▁drain", + "age" + ], + [ + "▁Al", + "m" + ], + [ + "▁A", + "lm" + ], + [ + "▁cerim", + "ônia" + ], + [ + "▁investig", + "ações" + ], + [ + "av", + "y" + ], + [ + "a", + "vy" + ], + [ + "...)", + "." + ], + [ + "...", + ")." + ], + [ + "..", + ".)." + ], + [ + "▁Ab", + "d" + ], + [ + "▁A", + "bd" + ], + [ + "▁DES", + "T" + ], + [ + "▁DE", + "ST" + ], + [ + "▁D", + "EST" + ], + [ + "▁", + "DEST" + ], + [ + "▁acr", + "e" + ], + [ + "▁ac", + "re" + ], + [ + "▁a", + "cre" + ], + [ + "▁", + "acre" + ], + [ + "▁remot", + "o" + ], + [ + "▁remo", + "to" + ], + [ + "▁rem", + "oto" + ], + [ + "=1", + "0" + ], + [ + "=", + "10" + ], + [ + "▁Cha", + "t" + ], + [ + "▁Ch", + "at" + ], + [ + "▁C", + "hat" + ], + [ + "▁", + "Chat" + ], + [ + "▁im", + "ort" + ], + [ + "▁treat", + "y" + ], + [ + "MENT", + "S" + ], + [ + "▁é", + "s" + ], + [ + "▁", + "és" + ], + [ + "ett", + "a" + ], + [ + "et", + "ta" + ], + [ + "xi", + "do" + ], + [ + "x", + "ido" + ], + [ + "▁comerci", + "antes" + ], + [ + "íci", + "to" + ], + [ + "íc", + "ito" + ], + [ + "í", + "cito" + ], + [ + "ên", + "ico" + ], + [ + "ê", + "nico" + ], + [ + "vis", + "it" + ], + [ + "▁subs", + "istência" + ], + [ + "▁Força", + "s" + ], + [ + "▁For", + "ças" + ], + [ + "CI", + "O" + ], + [ + "C", + "IO" + ], + [ + "▁Coorden", + "ação" + ], + [ + "84", + "," + ], + [ + "8", + "4," + ], + [ + "▁Jud", + "a" + ], + [ + "▁Ju", + "da" + ], + [ + "▁J", + "uda" + ], + [ + "▁hom", + "ic" + ], + [ + "▁ho", + "mic" + ], + [ + "▁h", + "omic" + ], + [ + "▁grav", + "ação" + ], + [ + "▁gra", + "vação" + ], + [ + "ITE", + "M" + ], + [ + "IT", + "EM" + ], + [ + "▁i", + "OS" + ], + [ + "min", + "us" + ], + [ + "m", + "inus" + ], + [ + "▁raro", + "s" + ], + [ + "▁rar", + "os" + ], + [ + "▁ra", + "ros" + ], + [ + "▁r", + "aros" + ], + [ + "$", + "`" + ], + [ + "55", + "6" + ], + [ + "5", + "56" + ], + [ + "CH", + "AN" + ], + [ + "C", + "HAN" + ], + [ + "▁concreta", + "s" + ], + [ + "▁concret", + "as" + ], + [ + "▁concre", + "tas" + ], + [ + "/201", + "0" + ], + [ + "/20", + "10" + ], + [ + "/2", + "010" + ], + [ + "ínt", + "ios" + ], + [ + "▁sil", + "vest" + ], + [ + "▁c", + "ó" + ], + [ + "▁help", + "er" + ], + [ + "▁hel", + "per" + ], + [ + "▁", + "helper" + ], + [ + "▁sustent", + "a" + ], + [ + "▁sust", + "enta" + ], + [ + "▁crédito", + "s" + ], + [ + "▁cr", + "éditos" + ], + [ + "you", + "r" + ], + [ + "yo", + "ur" + ], + [ + "y", + "our" + ], + [ + "▁[2", + "," + ], + [ + "▁[", + "2," + ], + [ + "▁", + "[2," + ], + [ + "▁positiva", + "mente" + ], + [ + "▁posit", + "ivamente" + ], + [ + "▁criter", + "ion" + ], + [ + "▁recip", + "ient" + ], + [ + "▁causa", + "l" + ], + [ + "▁caus", + "al" + ], + [ + "▁ca", + "usal" + ], + [ + "▁sede", + "nt" + ], + [ + "▁sed", + "ent" + ], + [ + "▁fazer", + "em" + ], + [ + "▁garante", + "m" + ], + [ + "▁garant", + "em" + ], + [ + "▁m", + "c" + ], + [ + "▁", + "mc" + ], + [ + "▁ep", + "ic" + ], + [ + "▁e", + "pic" + ], + [ + "/", + "-" + ], + [ + "▁pista", + "s" + ], + [ + "▁pist", + "as" + ], + [ + "▁pis", + "tas" + ], + [ + "▁p", + "istas" + ], + [ + "▁zoo", + "m" + ], + [ + "▁zo", + "om" + ], + [ + "▁z", + "oom" + ], + [ + "▁", + "zoom" + ], + [ + "▁prest", + "ig" + ], + [ + "▁substitu", + "ído" + ], + [ + "v", + "t" + ], + [ + "▁Bor", + "n" + ], + [ + "▁Bo", + "rn" + ], + [ + "▁B", + "orn" + ], + [ + "▁At", + "enas" + ], + [ + "▁Exerc", + "ício" + ], + [ + "▁solucion", + "ar" + ], + [ + "▁entend", + "a" + ], + [ + "▁ent", + "enda" + ], + [ + "▁Ju", + "piter" + ], + [ + "▁J", + "upiter" + ], + [ + "▁meaning", + "s" + ], + [ + "▁mean", + "ings" + ], + [ + "▁38", + "." + ], + [ + "▁3", + "8." + ], + [ + "▁", + "38." + ], + [ + "▁cél", + "e" + ], + [ + "▁cé", + "le" + ], + [ + "App", + "ro" + ], + [ + "Ap", + "pro" + ], + [ + "▁fala", + "do" + ], + [ + "▁fal", + "ado" + ], + [ + "▁fa", + "lado" + ], + [ + "▁avançado", + "s" + ], + [ + "▁avança", + "dos" + ], + [ + "▁avanç", + "ados" + ], + [ + "▁avan", + "çados" + ], + [ + "▁escritor", + "a" + ], + [ + "▁escrito", + "ra" + ], + [ + "▁escrit", + "ora" + ], + [ + "FI", + "A" + ], + [ + "F", + "IA" + ], + [ + "▁overwhel", + "ming" + ], + [ + "▁Escrit", + "ura" + ], + [ + "▁aprend", + "i" + ], + [ + "▁apr", + "endi" + ], + [ + "fe", + "ita" + ], + [ + "▁bull", + "et" + ], + [ + "▁bul", + "let" + ], + [ + "▁path", + "way" + ], + [ + "▁Ze", + "l" + ], + [ + "▁Z", + "el" + ], + [ + "pert", + "ension" + ], + [ + "▁extens", + "a" + ], + [ + "▁ext", + "ensa" + ], + [ + "▁on", + "t" + ], + [ + "▁o", + "nt" + ], + [ + "▁", + "ont" + ], + [ + "▁merece", + "m" + ], + [ + "▁mere", + "cem" + ], + [ + "▁mer", + "ecem" + ], + [ + "uu", + "id" + ], + [ + "u", + "uid" + ], + [ + "ono", + "aud" + ], + [ + "▁tire", + "d" + ], + [ + "▁tir", + "ed" + ], + [ + "▁ti", + "red" + ], + [ + "▁t", + "ired" + ], + [ + "▁gram", + "a" + ], + [ + "▁gra", + "ma" + ], + [ + "▁gr", + "ama" + ], + [ + "▁g", + "rama" + ], + [ + "▁im", + "óveis" + ], + [ + "▁attach", + "ment" + ], + [ + "▁att", + "achment" + ], + [ + "][", + "\"" + ], + [ + "]", + "[\"" + ], + [ + "ho", + "o" + ], + [ + "h", + "oo" + ], + [ + "▁Dec", + "l" + ], + [ + "▁De", + "cl" + ], + [ + "▁D", + "ecl" + ], + [ + "▁", + "Decl" + ], + [ + "eni", + "dade" + ], + [ + "en", + "idade" + ], + [ + "▁perd", + "ida" + ], + [ + "▁routine", + "s" + ], + [ + "▁rout", + "ines" + ], + [ + "to", + "m" + ], + [ + "t", + "om" + ], + [ + "▁Bol", + "ívia" + ], + [ + "▁Ex", + "posição" + ], + [ + "''", + "," + ], + [ + "'", + "'," + ], + [ + "▁De", + "pression" + ], + [ + "▁refer", + "ida" + ], + [ + "▁wash", + "ing" + ], + [ + "▁was", + "hing" + ], + [ + "▁unem", + "ployment" + ], + [ + "▁Free", + "dom" + ], + [ + "▁Fre", + "edom" + ], + [ + "R", + "m" + ], + [ + "▁Apar", + "ecida" + ], + [ + "cu", + "p" + ], + [ + "c", + "up" + ], + [ + "▁For", + "n" + ], + [ + "▁Fo", + "rn" + ], + [ + "▁F", + "orn" + ], + [ + "dist", + "rict" + ], + [ + "res", + "ize" + ], + [ + "re", + "size" + ], + [ + "▁safe", + "r" + ], + [ + "▁saf", + "er" + ], + [ + "▁sa", + "fer" + ], + [ + "▁po", + "ética" + ], + [ + "ival", + "ent" + ], + [ + "▁urban", + "ização" + ], + [ + "▁carbohydrate", + "s" + ], + [ + "▁carbohydr", + "ates" + ], + [ + "▁q", + "w" + ], + [ + "▁sent", + "ar" + ], + [ + "▁sen", + "tar" + ], + [ + "▁s", + "entar" + ], + [ + "▁pl", + "aus" + ], + [ + "▁32", + "0" + ], + [ + "▁3", + "20" + ], + [ + "▁", + "320" + ], + [ + "▁Estr", + "e" + ], + [ + "▁Est", + "re" + ], + [ + "▁Es", + "tre" + ], + [ + "▁P", + "ythag" + ], + [ + "▁vot", + "ar" + ], + [ + "▁vo", + "tar" + ], + [ + "▁settle", + "rs" + ], + [ + "▁sett", + "lers" + ], + [ + "▁Lu", + "d" + ], + [ + "▁L", + "ud" + ], + [ + "▁eth", + "ics" + ], + [ + "▁Cat", + "ch" + ], + [ + "▁C", + "atch" + ], + [ + "35", + ")" + ], + [ + "3", + "5)" + ], + [ + "ipp", + "et" + ], + [ + "ip", + "pet" + ], + [ + "▁So", + "il" + ], + [ + "▁N", + "ível" + ], + [ + "`", + ";" + ], + [ + "▁beb", + "é" + ], + [ + "dim", + "ension" + ], + [ + "d", + "imension" + ], + [ + "ester", + "day" + ], + [ + "ent", + "ieth" + ], + [ + "▁F", + "utebol" + ], + [ + "▁lâmp", + "ada" + ], + [ + "▁cav", + "idade" + ], + [ + "▁prol", + "et" + ], + [ + "▁pro", + "let" + ], + [ + "▁sort", + "ing" + ], + [ + "▁sor", + "ting" + ], + [ + "▁gall", + "on" + ], + [ + "▁gal", + "lon" + ], + [ + "T", + "G" + ], + [ + "▁1]", + "," + ], + [ + "▁1", + "]," + ], + [ + "▁", + "1]," + ], + [ + "▁sáb", + "io" + ], + [ + "▁s", + "ábio" + ], + [ + "▁eas", + "iest" + ], + [ + "89", + "," + ], + [ + "8", + "9," + ], + [ + "▁lágr", + "imas" + ], + [ + "▁not", + "áveis" + ], + [ + "const", + "itu" + ], + [ + "▁colon", + "os" + ], + [ + "▁colo", + "nos" + ], + [ + "▁col", + "onos" + ], + [ + "▁rece", + "pção" + ], + [ + "▁Us", + "age" + ], + [ + "▁", + "Usage" + ], + [ + "▁diagnóstico", + "s" + ], + [ + "▁diagnóst", + "icos" + ], + [ + "▁sp", + "awn" + ], + [ + "▁s", + "pawn" + ], + [ + "▁", + "spawn" + ], + [ + "▁sw", + "allow" + ], + [ + "8(", + "%" + ], + [ + "8", + "(%" + ], + [ + "▁FORM", + "AT" + ], + [ + "▁FOR", + "MAT" + ], + [ + "▁", + "FORMAT" + ], + [ + "IS", + "H" + ], + [ + "I", + "SH" + ], + [ + "▁Dr", + "ive" + ], + [ + "▁", + "Drive" + ], + [ + "uni", + "form" + ], + [ + "un", + "iform" + ], + [ + "▁depósito", + "s" + ], + [ + "▁dep", + "ósitos" + ], + [ + "▁Comp", + "r" + ], + [ + "▁Com", + "pr" + ], + [ + "▁distinct", + "ive" + ], + [ + "▁distin", + "ctive" + ], + [ + "▁bra", + "s" + ], + [ + "▁br", + "as" + ], + [ + "▁b", + "ras" + ], + [ + "▁", + "bras" + ], + [ + "▁Viol", + "ência" + ], + [ + "▁elite", + "s" + ], + [ + "▁elit", + "es" + ], + [ + "▁el", + "ites" + ], + [ + "02", + "2" + ], + [ + "0", + "22" + ], + [ + "om", + "i" + ], + [ + "o", + "mi" + ], + [ + "▁Pres", + "erv" + ], + [ + "▁Pre", + "serv" + ], + [ + "▁cour", + "age" + ], + [ + "▁cou", + "rage" + ], + [ + "▁c", + "ourage" + ], + [ + "▁consumido", + "s" + ], + [ + "▁consum", + "idos" + ], + [ + "▁Stud", + "io" + ], + [ + "▁St", + "udio" + ], + [ + "uto", + "ff" + ], + [ + "ut", + "off" + ], + [ + "▁Ex", + "change" + ], + [ + "▁", + "Exchange" + ], + [ + "▁numero", + "sos" + ], + [ + "▁numer", + "osos" + ], + [ + "▁tab", + "agismo" + ], + [ + "▁dign", + "o" + ], + [ + "▁dig", + "no" + ], + [ + "▁esco", + "v" + ], + [ + "▁esc", + "ov" + ], + [ + "▁es", + "cov" + ], + [ + "▁highlight", + "ed" + ], + [ + "▁pensa", + "va" + ], + [ + "▁pens", + "ava" + ], + [ + "mun", + "d" + ], + [ + "mu", + "nd" + ], + [ + "m", + "und" + ], + [ + "▁Eval", + "uation" + ], + [ + "Not", + "ification" + ], + [ + "ST", + "O" + ], + [ + "S", + "TO" + ], + [ + "▁extra", + "c" + ], + [ + "▁extr", + "ac" + ], + [ + "▁ext", + "rac" + ], + [ + "▁ex", + "trac" + ], + [ + "▁(5", + "," + ], + [ + "▁(", + "5," + ], + [ + "▁", + "(5," + ], + [ + "▁hor", + "r" + ], + [ + "▁ho", + "rr" + ], + [ + "▁h", + "orr" + ], + [ + "▁ACT", + "ION" + ], + [ + "▁A", + "CTION" + ], + [ + "▁", + "ACTION" + ], + [ + "▁Link", + "ed" + ], + [ + "▁Lin", + "ked" + ], + [ + "▁", + "Linked" + ], + [ + "▁1989", + "," + ], + [ + "▁198", + "9," + ], + [ + "▁19", + "89," + ], + [ + "▁sub", + "jac" + ], + [ + "▁Em", + "peror" + ], + [ + "}", + "-" + ], + [ + "art", + "h" + ], + [ + "ar", + "th" + ], + [ + "▁térm", + "ino" + ], + [ + "▁tér", + "mino" + ], + [ + "▁Alexand", + "ria" + ], + [ + "ipt", + "o" + ], + [ + "ip", + "to" + ], + [ + "i", + "pto" + ], + [ + "▁Anim", + "ais" + ], + [ + "▁deputado", + "s" + ], + [ + "▁deput", + "ados" + ], + [ + "27", + "9" + ], + [ + "2", + "79" + ], + [ + "dec", + "oration" + ], + [ + "▁Can", + "a" + ], + [ + "▁Ca", + "na" + ], + [ + "▁C", + "ana" + ], + [ + "std", + "err" + ], + [ + "st", + "derr" + ], + [ + "ocado", + "s" + ], + [ + "oca", + "dos" + ], + [ + "oc", + "ados" + ], + [ + "o", + "cados" + ], + [ + "▁equ", + "ações" + ], + [ + "▁m", + "x" + ], + [ + "▁", + "mx" + ], + [ + "▁conce", + "itu" + ], + [ + "▁dirig", + "ida" + ], + [ + "▁abrig", + "a" + ], + [ + "▁abr", + "iga" + ], + [ + "▁ab", + "riga" + ], + [ + "▁retrie", + "ve" + ], + [ + "▁retr", + "ieve" + ], + [ + "▁ret", + "rieve" + ], + [ + "▁sin", + "ônimo" + ], + [ + "▁recommend", + "s" + ], + [ + "▁recomm", + "ends" + ], + [ + "va", + "da" + ], + [ + "v", + "ada" + ], + [ + "▁exclusive", + "ly" + ], + [ + "▁exclus", + "ively" + ], + [ + "▁templo", + "s" + ], + [ + "▁temp", + "los" + ], + [ + "▁tem", + "plos" + ], + [ + "▁Singap", + "ore" + ], + [ + "▁semi", + "c" + ], + [ + "▁sem", + "ic" + ], + [ + "▁se", + "mic" + ], + [ + "▁s", + "emic" + ], + [ + "▁sure", + "ly" + ], + [ + "▁sur", + "ely" + ], + [ + "▁exista", + "m" + ], + [ + "▁exist", + "am" + ], + [ + "▁pest", + "s" + ], + [ + "▁pes", + "ts" + ], + [ + "▁p", + "ests" + ], + [ + "▁refuge", + "es" + ], + [ + "▁refug", + "ees" + ], + [ + "▁corr", + "o" + ], + [ + "▁cor", + "ro" + ], + [ + "▁c", + "orro" + ], + [ + "▁fascin", + "ante" + ], + [ + "ock", + "er" + ], + [ + "oc", + "ker" + ], + [ + "▁glob", + "o" + ], + [ + "▁gl", + "obo" + ], + [ + "reve", + "r" + ], + [ + "rev", + "er" + ], + [ + "re", + "ver" + ], + [ + "r", + "ever" + ], + [ + "▁Antig", + "a" + ], + [ + "▁Anti", + "ga" + ], + [ + "▁Ant", + "iga" + ], + [ + "▁How", + "ard" + ], + [ + "▁Ho", + "ward" + ], + [ + "▁ind", + "en" + ], + [ + "▁in", + "den" + ], + [ + "▁volt", + "s" + ], + [ + "▁vol", + "ts" + ], + [ + "▁examin", + "ing" + ], + [ + "▁exam", + "ining" + ], + [ + "▁Al", + "pha" + ], + [ + "▁", + "Alpha" + ], + [ + "▁parasita", + "s" + ], + [ + "▁paras", + "itas" + ], + [ + "ser", + "if" + ], + [ + "se", + "rif" + ], + [ + "▁descrito", + "s" + ], + [ + "▁descrit", + "os" + ], + [ + "▁desc", + "ritos" + ], + [ + "▁Andr", + "e" + ], + [ + "▁And", + "re" + ], + [ + "ob", + "a" + ], + [ + "o", + "ba" + ], + [ + "el", + "apsed" + ], + [ + "▁incom", + "ple" + ], + [ + "pip", + "e" + ], + [ + "pi", + "pe" + ], + [ + "p", + "ipe" + ], + [ + "ícol", + "a" + ], + [ + "íc", + "ola" + ], + [ + "▁Editor", + "ial" + ], + [ + "▁Edit", + "orial" + ], + [ + "+", + "=" + ], + [ + "▁indica", + "tion" + ], + [ + "▁indic", + "ation" + ], + [ + "▁Assign", + "ed" + ], + [ + "▁Ass", + "igned" + ], + [ + "▁As", + "signed" + ], + [ + "▁ger", + "enciar" + ], + [ + "▁protocol", + "s" + ], + [ + "▁proto", + "cols" + ], + [ + "▁prot", + "ocols" + ], + [ + "▁Esport", + "e" + ], + [ + "▁Esp", + "orte" + ], + [ + "▁Es", + "porte" + ], + [ + "▁Naz", + "i" + ], + [ + "▁Na", + "zi" + ], + [ + "we", + "n" + ], + [ + "w", + "en" + ], + [ + "▁Dur", + "ation" + ], + [ + "▁Du", + "ration" + ], + [ + "▁D", + "uration" + ], + [ + "▁", + "Duration" + ], + [ + "▁sn", + "ake" + ], + [ + "▁turn", + "o" + ], + [ + "▁tur", + "no" + ], + [ + "▁t", + "urno" + ], + [ + "cipl", + "e" + ], + [ + "cip", + "le" + ], + [ + "ci", + "ple" + ], + [ + "c", + "iple" + ], + [ + "▁no", + "zes" + ], + [ + "▁poup", + "ar" + ], + [ + "▁pou", + "par" + ], + [ + "▁fertil", + "ity" + ], + [ + "▁fert", + "ility" + ], + [ + "enc", + "v" + ], + [ + "en", + "cv" + ], + [ + "▁title", + "s" + ], + [ + "▁tit", + "les" + ], + [ + "▁ti", + "tles" + ], + [ + "▁vivid", + "o" + ], + [ + "▁viv", + "ido" + ], + [ + "▁vi", + "vido" + ], + [ + "Cr", + "it" + ], + [ + "C", + "rit" + ], + [ + "▁serv", + "indo" + ], + [ + "▁lá", + "bios" + ], + [ + "▁promote", + "s" + ], + [ + "▁promot", + "es" + ], + [ + "▁prom", + "otes" + ], + [ + "▁mant", + "ê" + ], + [ + "CA", + "R" + ], + [ + "C", + "AR" + ], + [ + "▁bela", + "s" + ], + [ + "▁bel", + "as" + ], + [ + "▁be", + "las" + ], + [ + "▁b", + "elas" + ], + [ + "uar", + "t" + ], + [ + "ua", + "rt" + ], + [ + "u", + "art" + ], + [ + "F", + "X" + ], + [ + "▁pal", + "p" + ], + [ + "▁pa", + "lp" + ], + [ + "ír", + "em" + ], + [ + "í", + "rem" + ], + [ + "▁Louis", + "iana" + ], + [ + "eco", + "n" + ], + [ + "ec", + "on" + ], + [ + "e", + "con" + ], + [ + "▁La", + "dy" + ], + [ + "▁L", + "ady" + ], + [ + "▁vál", + "ido" + ], + [ + "▁Prop", + "ried" + ], + [ + "▁Pro", + "pried" + ], + [ + "▁projet", + "ado" + ], + [ + "és", + "c" + ], + [ + "é", + "sc" + ], + [ + "▁identidade", + "s" + ], + [ + "▁ident", + "idades" + ], + [ + "▁pen", + "it" + ], + [ + "▁pe", + "nit" + ], + [ + "etr", + "ia" + ], + [ + "et", + "ria" + ], + [ + "drop", + "down" + ], + [ + "▁compreh", + "ension" + ], + [ + "▁'201", + "8" + ], + [ + "▁'2", + "018" + ], + [ + "▁'", + "2018" + ], + [ + "auto", + "r" + ], + [ + "aut", + "or" + ], + [ + "au", + "tor" + ], + [ + "a", + "utor" + ], + [ + "do", + "g" + ], + [ + "d", + "og" + ], + [ + "▁Mis", + "t" + ], + [ + "▁Mi", + "st" + ], + [ + "▁M", + "ist" + ], + [ + "dis", + "able" + ], + [ + "Image", + "s" + ], + [ + "Im", + "ages" + ], + [ + "▁medo", + "s" + ], + [ + "▁med", + "os" + ], + [ + "▁me", + "dos" + ], + [ + "▁m", + "edos" + ], + [ + "▁organisation", + "s" + ], + [ + "▁organ", + "isations" + ], + [ + "to", + "d" + ], + [ + "t", + "od" + ], + [ + "▁gl", + "and" + ], + [ + "▁g", + "land" + ], + [ + "▁sensor", + "ial" + ], + [ + "▁senso", + "rial" + ], + [ + "▁sens", + "orial" + ], + [ + "▁assin", + "ado" + ], + [ + "▁ass", + "inado" + ], + [ + "▁couple", + "d" + ], + [ + "▁coup", + "led" + ], + [ + "▁cou", + "pled" + ], + [ + ".", + "9" + ], + [ + "STO", + "R" + ], + [ + "ST", + "OR" + ], + [ + "Spec", + "ial" + ], + [ + "Sp", + "ecial" + ], + [ + "▁MU", + "S" + ], + [ + "▁M", + "US" + ], + [ + "▁fot", + "ograf" + ], + [ + "▁gri", + "p" + ], + [ + "▁gr", + "ip" + ], + [ + "▁g", + "rip" + ], + [ + "▁cam", + "b" + ], + [ + "▁ca", + "mb" + ], + [ + "▁c", + "amb" + ], + [ + "sign", + "al" + ], + [ + "sig", + "nal" + ], + [ + "▁comun", + "ista" + ], + [ + "▁com", + "unista" + ], + [ + "83", + "," + ], + [ + "8", + "3," + ], + [ + "▁brilhante", + "s" + ], + [ + "▁brilh", + "antes" + ], + [ + "▁Per", + "form" + ], + [ + "RG", + "B" + ], + [ + "R", + "GB" + ], + [ + "note", + "s" + ], + [ + "not", + "es" + ], + [ + "no", + "tes" + ], + [ + "n", + "otes" + ], + [ + "▁dot", + "s" + ], + [ + "▁do", + "ts" + ], + [ + "▁d", + "ots" + ], + [ + "▁", + "dots" + ], + [ + "uni", + "ng" + ], + [ + "un", + "ing" + ], + [ + "u", + "ning" + ], + [ + "▁Ac", + "e" + ], + [ + "▁A", + "ce" + ], + [ + "inente", + "s" + ], + [ + "inent", + "es" + ], + [ + "in", + "entes" + ], + [ + "▁sustain", + "ed" + ], + [ + "▁sust", + "ained" + ], + [ + "▁sus", + "tained" + ], + [ + "te", + "o" + ], + [ + "t", + "eo" + ], + [ + "▁protesto", + "s" + ], + [ + "▁protest", + "os" + ], + [ + "▁Sex", + "ual" + ], + [ + "▁Se", + "xual" + ], + [ + "pl", + "ist" + ], + [ + "p", + "list" + ], + [ + "▁autom", + "at" + ], + [ + "▁auto", + "mat" + ], + [ + "▁aut", + "omat" + ], + [ + "▁Evid", + "ence" + ], + [ + "▁Ev", + "idence" + ], + [ + "▁pack", + "aging" + ], + [ + "75", + "7" + ], + [ + "7", + "57" + ], + [ + "ide", + "an" + ], + [ + "id", + "ean" + ], + [ + "ductor", + "y" + ], + [ + "duct", + "ory" + ], + [ + "▁Bet", + "ter" + ], + [ + "ker", + "as" + ], + [ + "ke", + "ras" + ], + [ + "k", + "eras" + ], + [ + "▁dese", + "sp" + ], + [ + "▁des", + "esp" + ], + [ + "hi", + "s" + ], + [ + "h", + "is" + ], + [ + "íss", + "e" + ], + [ + "ís", + "se" + ], + [ + "▁illustrate", + "s" + ], + [ + "▁illustr", + "ates" + ], + [ + "▁E", + "E" + ], + [ + "▁", + "EE" + ], + [ + "▁Sn", + "ow" + ], + [ + "▁S", + "now" + ], + [ + "▁Arab", + "ic" + ], + [ + "▁main", + "stream" + ], + [ + "DA", + "DE" + ], + [ + "D", + "ADE" + ], + [ + "Function", + "s" + ], + [ + "Fun", + "ctions" + ], + [ + "▁ocupa", + "do" + ], + [ + "▁ocup", + "ado" + ], + [ + "path", + "s" + ], + [ + "pat", + "hs" + ], + [ + "pa", + "ths" + ], + [ + "p", + "aths" + ], + [ + "▁queima", + "das" + ], + [ + "▁queim", + "adas" + ], + [ + "▁Bea", + "t" + ], + [ + "▁Be", + "at" + ], + [ + "▁cabeça", + "s" + ], + [ + "▁cabe", + "ças" + ], + [ + "▁global", + "ly" + ], + [ + "▁glob", + "ally" + ], + [ + "▁law", + "n" + ], + [ + "▁la", + "wn" + ], + [ + "▁l", + "awn" + ], + [ + "U", + "int" + ], + [ + "▁Divid", + "e" + ], + [ + "▁Div", + "ide" + ], + [ + "▁Di", + "vide" + ], + [ + "▁horr", + "or" + ], + [ + "▁hor", + "ror" + ], + [ + "▁insuf", + "iciente" + ], + [ + "t", + "ambém" + ], + [ + "▁Rev", + "el" + ], + [ + "▁Re", + "vel" + ], + [ + "trans", + "action" + ], + [ + "▁V", + "M" + ], + [ + "▁", + "VM" + ], + [ + "-3", + "1" + ], + [ + "-", + "31" + ], + [ + "▁vers", + "e" + ], + [ + "▁ver", + "se" + ], + [ + "▁v", + "erse" + ], + [ + "▁", + "verse" + ], + [ + "Parent", + "Id" + ], + [ + "ograph", + "er" + ], + [ + "ograp", + "her" + ], + [ + "▁prest", + "ígio" + ], + [ + "▁prolif", + "er" + ], + [ + "▁prol", + "ifer" + ], + [ + "▁psych", + "iat" + ], + [ + "liter", + "al" + ], + [ + "lit", + "eral" + ], + [ + "▁acrescent", + "ou" + ], + [ + "▁Flor", + "ian" + ], + [ + "▁quadr", + "il" + ], + [ + "▁quad", + "ril" + ], + [ + "CA", + "T" + ], + [ + "C", + "AT" + ], + [ + "▁clor", + "o" + ], + [ + "▁cl", + "oro" + ], + [ + "▁fr", + "o" + ], + [ + "▁f", + "ro" + ], + [ + "Continu", + "e" + ], + [ + "Cont", + "inue" + ], + [ + "▁origina", + "ted" + ], + [ + "▁origin", + "ated" + ], + [ + "▁orig", + "inated" + ], + [ + "▁ba", + "y" + ], + [ + "▁b", + "ay" + ], + [ + "cho", + "ice" + ], + [ + "A", + "o" + ], + [ + "▁AM", + "BI" + ], + [ + "▁bel", + "l" + ], + [ + "▁be", + "ll" + ], + [ + "▁b", + "ell" + ], + [ + "▁", + "bell" + ], + [ + "▁variant", + "s" + ], + [ + "▁vari", + "ants" + ], + [ + "▁aborda", + "do" + ], + [ + "▁abord", + "ado" + ], + [ + "open", + "s" + ], + [ + "ope", + "ns" + ], + [ + "op", + "ens" + ], + [ + "o", + "pens" + ], + [ + "%)", + "." + ], + [ + "%", + ")." + ], + [ + "▁Rain", + "ha" + ], + [ + "▁Ra", + "inha" + ], + [ + "▁T", + "ítulo" + ], + [ + "▁mag", + "istr" + ], + [ + "▁Tai", + "wan" + ], + [ + "_1", + "2" + ], + [ + "_", + "12" + ], + [ + "▁Writ", + "ten" + ], + [ + "▁hidr", + "ául" + ], + [ + "▁multi", + "m" + ], + [ + "▁mult", + "im" + ], + [ + "▁mul", + "tim" + ], + [ + "▁Defin", + "ição" + ], + [ + "▁60", + "." + ], + [ + "▁6", + "0." + ], + [ + "▁appe", + "t" + ], + [ + "▁app", + "et" + ], + [ + "▁ap", + "pet" + ], + [ + "▁atmosf", + "érica" + ], + [ + "▁fat", + "e" + ], + [ + "▁fa", + "te" + ], + [ + "▁f", + "ate" + ], + [ + "▁lent", + "e" + ], + [ + "▁len", + "te" + ], + [ + "▁l", + "ente" + ], + [ + "▁Element", + "s" + ], + [ + "▁Ele", + "ments" + ], + [ + "▁El", + "ements" + ], + [ + "▁", + "Elements" + ], + [ + "nov", + "a" + ], + [ + "no", + "va" + ], + [ + "n", + "ova" + ], + [ + "▁Apar", + "t" + ], + [ + "▁Ap", + "art" + ], + [ + "▁A", + "part" + ], + [ + "▁materna", + "l" + ], + [ + "▁matern", + "al" + ], + [ + "▁mater", + "nal" + ], + [ + "▁ma", + "ternal" + ], + [ + "▁bor", + "bo" + ], + [ + "_0", + "," + ], + [ + "_", + "0," + ], + [ + "lo", + "t" + ], + [ + "l", + "ot" + ], + [ + "▁fe", + "udal" + ], + [ + "▁ex", + "ata" + ], + [ + "▁dum", + "my" + ], + [ + "▁d", + "ummy" + ], + [ + "▁", + "dummy" + ], + [ + "▁F", + "T" + ], + [ + "▁", + "FT" + ], + [ + "▁av", + "ô" + ], + [ + "+", + "5" + ], + [ + "▁Seria", + "l" + ], + [ + "▁Ser", + "ial" + ], + [ + "▁Se", + "rial" + ], + [ + "▁S", + "erial" + ], + [ + "▁", + "Serial" + ], + [ + "[5", + "]" + ], + [ + "[", + "5]" + ], + [ + "▁car", + "ência" + ], + [ + "▁herói", + "s" + ], + [ + "▁her", + "óis" + ], + [ + "ava", + "n" + ], + [ + "av", + "an" + ], + [ + "a", + "van" + ], + [ + "▁operate", + "s" + ], + [ + "▁opera", + "tes" + ], + [ + "▁oper", + "ates" + ], + [ + "▁prem", + "ium" + ], + [ + "▁p", + "remium" + ], + [ + "▁", + "premium" + ], + [ + "econ", + "d" + ], + [ + "eco", + "nd" + ], + [ + "ec", + "ond" + ], + [ + "e", + "cond" + ], + [ + "▁writing", + "s" + ], + [ + "▁writ", + "ings" + ], + [ + "áb", + "io" + ], + [ + "á", + "bio" + ], + [ + "▁similar", + "ity" + ], + [ + "87", + "," + ], + [ + "8", + "7," + ], + [ + "▁bo", + "s" + ], + [ + "▁b", + "os" + ], + [ + "▁", + "bos" + ], + [ + "▁Per", + "m" + ], + [ + "▁Pe", + "rm" + ], + [ + "▁depart", + "ure" + ], + [ + "▁continua", + "da" + ], + [ + "▁continu", + "ada" + ], + [ + "▁contin", + "uada" + ], + [ + "Bo", + "ld" + ], + [ + "B", + "old" + ], + [ + "▁LD", + "L" + ], + [ + "▁L", + "DL" + ], + [ + "▁rule", + "r" + ], + [ + "▁ru", + "ler" + ], + [ + "▁r", + "uler" + ], + [ + "▁vers", + "a" + ], + [ + "▁ver", + "sa" + ], + [ + "▁", + "versa" + ], + [ + "▁Of", + "icina" + ], + [ + "▁ac", + "quisition" + ], + [ + "▁Acredit", + "o" + ], + [ + "▁Acre", + "dito" + ], + [ + "▁bin", + "s" + ], + [ + "▁bi", + "ns" + ], + [ + "▁b", + "ins" + ], + [ + "▁", + "bins" + ], + [ + "▁permiss", + "ão" + ], + [ + "▁perm", + "issão" + ], + [ + "▁per", + "missão" + ], + [ + "▁excep", + "cional" + ], + [ + "éc", + "tr" + ], + [ + "é", + "ctr" + ], + [ + "▁tril", + "ha" + ], + [ + "▁tr", + "ilha" + ], + [ + "39", + ";" + ], + [ + "3", + "9;" + ], + [ + "▁Field", + "Name" + ], + [ + "▁Vig", + "ilância" + ], + [ + "▁Obra", + "s" + ], + [ + "▁Ob", + "ras" + ], + [ + "▁O", + "bras" + ], + [ + "▁cra", + "n" + ], + [ + "▁cr", + "an" + ], + [ + "▁c", + "ran" + ], + [ + "LE", + "VEL" + ], + [ + "▁tele", + "phone" + ], + [ + "▁mús", + "ico" + ], + [ + ")/", + "(" + ], + [ + ")", + "/(" + ], + [ + "ise", + "u" + ], + [ + "is", + "eu" + ], + [ + "▁cri", + "atura" + ], + [ + "▁N", + "P" + ], + [ + "▁", + "NP" + ], + [ + "▁emb", + "r" + ], + [ + "▁em", + "br" + ], + [ + "▁por", + "ções" + ], + [ + "ear", + "s" + ], + [ + "ea", + "rs" + ], + [ + "e", + "ars" + ], + [ + "FO", + "UND" + ], + [ + "▁Declar", + "ation" + ], + [ + "▁Dec", + "laration" + ], + [ + "▁", + "Declaration" + ], + [ + "▁rating", + "s" + ], + [ + "▁rat", + "ings" + ], + [ + "▁ra", + "tings" + ], + [ + "▁center", + "ed" + ], + [ + "▁cent", + "ered" + ], + [ + "▁cen", + "tered" + ], + [ + "▁", + "centered" + ], + [ + "▁seqü", + "ência" + ], + [ + "▁numer", + "ator" + ], + [ + "▁num", + "erator" + ], + [ + "▁tox", + "ins" + ], + [ + "▁Graph", + "ics" + ], + [ + "▁", + "Graphics" + ], + [ + "▁exc", + "it" + ], + [ + "▁ex", + "cit" + ], + [ + "▁Exam", + "in" + ], + [ + "▁Ex", + "amin" + ], + [ + "▁influ", + "ential" + ], + [ + "▁convenc", + "er" + ], + [ + "▁conven", + "cer" + ], + [ + "▁conv", + "encer" + ], + [ + "▁heat", + "ed" + ], + [ + "▁he", + "ated" + ], + [ + "▁Cri", + "m" + ], + [ + "▁Cr", + "im" + ], + [ + "▁C", + "rim" + ], + [ + "▁relative", + "s" + ], + [ + "▁relativ", + "es" + ], + [ + "▁relat", + "ives" + ], + [ + "▁rel", + "atives" + ], + [ + "Í", + "S" + ], + [ + "fer", + "ent" + ], + [ + "fe", + "rent" + ], + [ + "▁encode", + "d" + ], + [ + "▁enc", + "oded" + ], + [ + "▁", + "encoded" + ], + [ + "PRO", + "JECT" + ], + [ + "▁J", + "A" + ], + [ + "▁", + "JA" + ], + [ + "foo", + "d" + ], + [ + "fo", + "od" + ], + [ + "f", + "ood" + ], + [ + "ben", + "ch" + ], + [ + "b", + "ench" + ], + [ + "▁ajust", + "ar" + ], + [ + "▁fre", + "guesia" + ], + [ + "Fail", + "ure" + ], + [ + "F", + "ailure" + ], + [ + "45", + "4" + ], + [ + "4", + "54" + ], + [ + "▁defe", + "at" + ], + [ + "▁de", + "feat" + ], + [ + "J", + "s" + ], + [ + "li", + "um" + ], + [ + "l", + "ium" + ], + [ + "Char", + "t" + ], + [ + "Cha", + "rt" + ], + [ + "Ch", + "art" + ], + [ + "▁extra", + "p" + ], + [ + "▁extr", + "ap" + ], + [ + "▁ext", + "rap" + ], + [ + "list", + "s" + ], + [ + "lis", + "ts" + ], + [ + "l", + "ists" + ], + [ + "▁env", + "er" + ], + [ + "▁en", + "ver" + ], + [ + "▁vers", + "ículo" + ], + [ + "_0", + "1" + ], + [ + "_", + "01" + ], + [ + "▁P", + "N" + ], + [ + "▁", + "PN" + ], + [ + "▁F", + "ahrenheit" + ], + [ + "I", + "p" + ], + [ + "▁-1", + "0" + ], + [ + "▁-", + "10" + ], + [ + "▁", + "-10" + ], + [ + "▁EL", + "E" + ], + [ + "▁E", + "LE" + ], + [ + "▁Comple", + "ment" + ], + [ + "▁Comp", + "lement" + ], + [ + "▁Com", + "plement" + ], + [ + "▁sabia", + "m" + ], + [ + "▁sab", + "iam" + ], + [ + "▁ating", + "indo" + ], + [ + ":1", + "2" + ], + [ + ":", + "12" + ], + [ + "▁Met", + "eor" + ], + [ + "79", + "7" + ], + [ + "7", + "97" + ], + [ + "adow", + "s" + ], + [ + "ado", + "ws" + ], + [ + "ad", + "ows" + ], + [ + "▁Gil", + "berto" + ], + [ + "ama", + "s" + ], + [ + "am", + "as" + ], + [ + "a", + "mas" + ], + [ + "proto", + "col" + ], + [ + "prot", + "ocol" + ], + [ + "pro", + "tocol" + ], + [ + "rg", + "b" + ], + [ + "r", + "gb" + ], + [ + "99", + ")" + ], + [ + "9", + "9)" + ], + [ + "▁reje", + "ição" + ], + [ + "▁3.", + "1" + ], + [ + "▁3", + ".1" + ], + [ + "▁", + "3.1" + ], + [ + "âmara", + "s" + ], + [ + "âmar", + "as" + ], + [ + "âm", + "aras" + ], + [ + "▁manus", + "cr" + ], + [ + "IE", + "R" + ], + [ + "I", + "ER" + ], + [ + "ise", + "qual" + ], + [ + "is", + "equal" + ], + [ + "▁remun", + "er" + ], + [ + "▁demonstra", + "tion" + ], + [ + "▁demonstr", + "ation" + ], + [ + "▁demonst", + "ration" + ], + [ + "ac", + "l" + ], + [ + "a", + "cl" + ], + [ + "▁líqu", + "ida" + ], + [ + "▁51", + "2" + ], + [ + "▁5", + "12" + ], + [ + "▁", + "512" + ], + [ + "▁menciona", + "r" + ], + [ + "▁mencion", + "ar" + ], + [ + "▁men", + "cionar" + ], + [ + "▁av", + "ó" + ], + [ + "▁W", + "ORK" + ], + [ + "▁", + "WORK" + ], + [ + "▁extraord", + "inary" + ], + [ + "▁pure", + "za" + ], + [ + "▁pur", + "eza" + ], + [ + "▁p", + "ureza" + ], + [ + "dee", + "p" + ], + [ + "de", + "ep" + ], + [ + "channel", + "s" + ], + [ + "chan", + "nels" + ], + [ + "ch", + "annels" + ], + [ + "▁fraca", + "ss" + ], + [ + "▁frac", + "ass" + ], + [ + "▁f", + "printf" + ], + [ + "▁std", + "call" + ], + [ + "▁", + "stdcall" + ], + [ + "▁via", + "ble" + ], + [ + "▁vi", + "able" + ], + [ + "▁v", + "iable" + ], + [ + "}", + "'" + ], + [ + "▁treino", + "s" + ], + [ + "▁trein", + "os" + ], + [ + "▁tre", + "inos" + ], + [ + "Data", + "Type" + ], + [ + "25", + "2" + ], + [ + "2", + "52" + ], + [ + "▁vol", + "cano" + ], + [ + "▁Ten", + "ha" + ], + [ + "▁T", + "enha" + ], + [ + "▁drone", + "s" + ], + [ + "▁dro", + "nes" + ], + [ + "▁dr", + "ones" + ], + [ + "lu", + "m" + ], + [ + "l", + "um" + ], + [ + "▁alc", + "al" + ], + [ + "▁al", + "cal" + ], + [ + "▁egíp", + "cios" + ], + [ + "▁CE", + "NT" + ], + [ + "▁C", + "ENT" + ], + [ + "▁", + "CENT" + ], + [ + "▁machine", + "ry" + ], + [ + "▁mach", + "inery" + ], + [ + "):", + ":" + ], + [ + ")", + "::" + ], + [ + "can", + "d" + ], + [ + "ca", + "nd" + ], + [ + "c", + "and" + ], + [ + "▁Day", + "s" + ], + [ + "▁Da", + "ys" + ], + [ + "▁D", + "ays" + ], + [ + "▁", + "Days" + ], + [ + "2:", + ":" + ], + [ + "2", + "::" + ], + [ + "co", + "w" + ], + [ + "c", + "ow" + ], + [ + "ra", + "z" + ], + [ + "r", + "az" + ], + [ + "iday", + "s" + ], + [ + "ida", + "ys" + ], + [ + "id", + "ays" + ], + [ + "i", + "days" + ], + [ + "▁bic", + "y" + ], + [ + "▁bi", + "cy" + ], + [ + "▁b", + "icy" + ], + [ + "▁over", + "head" + ], + [ + "▁pân", + "ico" + ], + [ + "▁p", + "ânico" + ], + [ + "▁control", + "a" + ], + [ + "▁contro", + "la" + ], + [ + "▁contr", + "ola" + ], + [ + "▁psic", + "óloga" + ], + [ + "Pl", + "us" + ], + [ + "▁Health", + "y" + ], + [ + "▁cheap", + "er" + ], + [ + "▁che", + "aper" + ], + [ + "▁Construct", + "ion" + ], + [ + "▁Constru", + "ction" + ], + [ + "▁Con", + "struction" + ], + [ + "▁Appro", + "xim" + ], + [ + "▁utiliz", + "ou" + ], + [ + "▁util", + "izou" + ], + [ + "par", + "allel" + ], + [ + "▁preserv", + "ation" + ], + [ + "▁des", + "s" + ], + [ + "▁de", + "ss" + ], + [ + "▁d", + "ess" + ], + [ + "▁", + "dess" + ], + [ + "▁pred", + "ic" + ], + [ + "▁pre", + "dic" + ], + [ + "▁pr", + "edic" + ], + [ + "▁har", + "sh" + ], + [ + "24", + "7" + ], + [ + "2", + "47" + ], + [ + "gal", + "l" + ], + [ + "ga", + "ll" + ], + [ + "g", + "all" + ], + [ + "ri", + "k" + ], + [ + "r", + "ik" + ], + [ + "▁secre", + "ção" + ], + [ + "M", + "Y" + ], + [ + "▁compens", + "ation" + ], + [ + "▁Ed", + "ge" + ], + [ + "▁", + "Edge" + ], + [ + "▁acum", + "ular" + ], + [ + "V", + "s" + ], + [ + "▁dead", + "ly" + ], + [ + "up", + "i" + ], + [ + "u", + "pi" + ], + [ + "▁rel", + "ao" + ], + [ + "▁correl", + "ação" + ], + [ + "▁indireta", + "mente" + ], + [ + "▁indire", + "tamente" + ], + [ + "▁fol", + "k" + ], + [ + "▁NUM", + "BER" + ], + [ + "▁", + "NUMBER" + ], + [ + "21", + ":" + ], + [ + "2", + "1:" + ], + [ + "▁Nig", + "ht" + ], + [ + "▁Ni", + "ght" + ], + [ + "▁N", + "ight" + ], + [ + "Sc", + "ene" + ], + [ + "88", + "6" + ], + [ + "8", + "86" + ], + [ + "ct", + "h" + ], + [ + "c", + "th" + ], + [ + "ór", + "ter" + ], + [ + "agu", + "a" + ], + [ + "ag", + "ua" + ], + [ + "a", + "gua" + ], + [ + "▁dis", + "comfort" + ], + [ + "▁Br", + "ian" + ], + [ + "▁B", + "rian" + ], + [ + "▁complement", + "o" + ], + [ + "▁comple", + "mento" + ], + [ + "▁com", + "plemento" + ], + [ + "xture", + "s" + ], + [ + "xt", + "ures" + ], + [ + "R", + "F" + ], + [ + "▁p", + "x" + ], + [ + "▁", + "px" + ], + [ + "que", + "ira" + ], + [ + "qu", + "eira" + ], + [ + "▁din", + "ner" + ], + [ + "▁d", + "inner" + ], + [ + "5", + "\"" + ], + [ + "pend", + "ing" + ], + [ + "pen", + "ding" + ], + [ + "p", + "ending" + ], + [ + "▁process", + "ados" + ], + [ + "▁Red", + "uz" + ], + [ + "▁Re", + "duz" + ], + [ + "ins", + "ula" + ], + [ + "in", + "sula" + ], + [ + "▁sac", + "r" + ], + [ + "▁sa", + "cr" + ], + [ + "▁purch", + "asing" + ], + [ + "▁satisf", + "action" + ], + [ + "Po", + "d" + ], + [ + "P", + "od" + ], + [ + "▁Hait", + "i" + ], + [ + "▁Ha", + "iti" + ], + [ + "▁pag", + "o" + ], + [ + "▁pa", + "go" + ], + [ + "▁p", + "ago" + ], + [ + "Constant", + "s" + ], + [ + "Const", + "ants" + ], + [ + "▁Frame", + "work" + ], + [ + "▁", + "Framework" + ], + [ + "▁attract", + "ed" + ], + [ + "▁att", + "racted" + ], + [ + "▁C", + "z" + ], + [ + "vector", + "s" + ], + [ + "ve", + "ctors" + ], + [ + "v", + "ectors" + ], + [ + "31", + "5" + ], + [ + "3", + "15" + ], + [ + "▁ama", + "do" + ], + [ + "▁am", + "ado" + ], + [ + "▁Mc", + "C" + ], + [ + "spec", + "ified" + ], + [ + "Bl", + "og" + ], + [ + "B", + "log" + ], + [ + "▁observ", + "ing" + ], + [ + "▁compress", + "ed" + ], + [ + "▁compr", + "essed" + ], + [ + "▁com", + "pressed" + ], + [ + "pos", + "al" + ], + [ + "po", + "sal" + ], + [ + "▁modes", + "t" + ], + [ + "▁mode", + "st" + ], + [ + "▁mod", + "est" + ], + [ + "▁mo", + "dest" + ], + [ + "▁galax", + "ies" + ], + [ + "q", + "r" + ], + [ + "teza", + "s" + ], + [ + "te", + "zas" + ], + [ + "▁raise", + "s" + ], + [ + "▁ra", + "ises" + ], + [ + "▁provoc", + "ou" + ], + [ + "▁prov", + "ocou" + ], + [ + "rat", + "ing" + ], + [ + "ra", + "ting" + ], + [ + "r", + "ating" + ], + [ + "▁escuta", + "r" + ], + [ + "▁escut", + "ar" + ], + [ + "▁esc", + "utar" + ], + [ + "▁rate", + "d" + ], + [ + "▁rat", + "ed" + ], + [ + "▁ra", + "ted" + ], + [ + "▁r", + "ated" + ], + [ + "▁", + "rated" + ], + [ + "▁Public", + "idade" + ], + [ + "ierr", + "a" + ], + [ + "ier", + "ra" + ], + [ + "i", + "erra" + ], + [ + "▁transformation", + "s" + ], + [ + "▁transform", + "ations" + ], + [ + "▁UN", + "S" + ], + [ + "▁U", + "NS" + ], + [ + "▁mitig", + "ar" + ], + [ + "▁mit", + "igar" + ], + [ + "▁8", + ";" + ], + [ + "▁", + "8;" + ], + [ + "▁z", + "inc" + ], + [ + "99", + "8" + ], + [ + "9", + "98" + ], + [ + "▁Imper", + "ador" + ], + [ + "▁cardi", + "nal" + ], + [ + "▁card", + "inal" + ], + [ + "▁vert", + "ic" + ], + [ + "▁ver", + "tic" + ], + [ + "▁Alago", + "as" + ], + [ + "fre", + "quency" + ], + [ + "▁aeron", + "ave" + ], + [ + "g", + "c" + ], + [ + ",2", + ")" + ], + [ + ",", + "2)" + ], + [ + "▁acto", + "r" + ], + [ + "▁act", + "or" + ], + [ + "▁ac", + "tor" + ], + [ + "▁a", + "ctor" + ], + [ + "▁", + "actor" + ], + [ + "+", + "," + ], + [ + "▁obrigado", + "s" + ], + [ + "▁obriga", + "dos" + ], + [ + "▁obrig", + "ados" + ], + [ + "▁Cri", + "ar" + ], + [ + "▁Cr", + "iar" + ], + [ + "▁C", + "riar" + ], + [ + "▁imped", + "indo" + ], + [ + "▁visual", + "ize" + ], + [ + "▁POS", + "T" + ], + [ + "▁PO", + "ST" + ], + [ + "▁P", + "OST" + ], + [ + "▁", + "POST" + ], + [ + "▁wheel", + "s" + ], + [ + "▁whe", + "els" + ], + [ + "K", + "A" + ], + [ + "▁acompanh", + "ando" + ], + [ + "▁acompan", + "hando" + ], + [ + "▁acum", + "ulação" + ], + [ + "▁Esp", + "acial" + ], + [ + "▁compet", + "ições" + ], + [ + "▁atribu", + "ído" + ], + [ + "▁hum", + "ilh" + ], + [ + "▁en", + "emies" + ], + [ + "▁coord", + "ination" + ], + [ + "+0", + "1," + ], + [ + "+", + "01," + ], + [ + "▁secund", + "ária" + ], + [ + "▁guarantee", + "d" + ], + [ + "▁guarante", + "ed" + ], + [ + "▁ga", + "t" + ], + [ + "▁g", + "at" + ], + [ + "soc", + "ket" + ], + [ + "s", + "ocket" + ], + [ + "▁nurs", + "e" + ], + [ + "▁n", + "urse" + ], + [ + "CE", + "S" + ], + [ + "C", + "ES" + ], + [ + "▁brief", + "ly" + ], + [ + "80000", + "000" + ], + [ + "8000", + "0000" + ], + [ + "800", + "00000" + ], + [ + "80", + "000000" + ], + [ + "8", + "0000000" + ], + [ + "▁Adolesc", + "ente" + ], + [ + "▁let", + "r" + ], + [ + "▁le", + "tr" + ], + [ + "▁l", + "etr" + ], + [ + "▁antioxidant", + "e" + ], + [ + "▁antioxid", + "ante" + ], + [ + "▁TC", + "P" + ], + [ + "▁T", + "CP" + ], + [ + "▁earning", + "s" + ], + [ + "▁earn", + "ings" + ], + [ + "▁ear", + "nings" + ], + [ + "▁e", + "arnings" + ], + [ + "▁emprega", + "da" + ], + [ + "▁empreg", + "ada" + ], + [ + "▁empre", + "gada" + ], + [ + "使", + "用" + ], + [ + "▁geomet", + "ria" + ], + [ + "▁geom", + "etria" + ], + [ + "▁ge", + "ometria" + ], + [ + "anti", + "ne" + ], + [ + "ant", + "ine" + ], + [ + "▁Bangl", + "adesh" + ], + [ + "▁reag", + "ir" + ], + [ + "▁re", + "agir" + ], + [ + "▁recus", + "a" + ], + [ + "▁rec", + "usa" + ], + [ + "▁diarr", + "hea" + ], + [ + "44", + "9" + ], + [ + "4", + "49" + ], + [ + "▁doctr", + "ine" + ], + [ + "▁Mon", + "s" + ], + [ + "▁Mo", + "ns" + ], + [ + "▁M", + "ons" + ], + [ + "▁aer", + "ób" + ], + [ + "po", + "on" + ], + [ + "p", + "oon" + ], + [ + "iar", + "am" + ], + [ + "ia", + "ram" + ], + [ + "i", + "aram" + ], + [ + "Ba", + "d" + ], + [ + "B", + "ad" + ], + [ + "oid", + "al" + ], + [ + "oi", + "dal" + ], + [ + "o", + "idal" + ], + [ + "▁config", + "ure" + ], + [ + "▁con", + "figure" + ], + [ + "▁", + "configure" + ], + [ + "▁poly", + "m" + ], + [ + "▁pol", + "ym" + ], + [ + "uct", + "ion" + ], + [ + "uc", + "tion" + ], + [ + "u", + "ction" + ], + [ + "▁incorpor", + "ação" + ], + [ + "▁Mai", + "a" + ], + [ + "▁Ma", + "ia" + ], + [ + "▁Gen", + "t" + ], + [ + "▁Ge", + "nt" + ], + [ + "▁G", + "ent" + ], + [ + "▁nuclear", + "es" + ], + [ + "▁nucle", + "ares" + ], + [ + "▁biológica", + "s" + ], + [ + "▁bi", + "ológicas" + ], + [ + "▁Nav", + "e" + ], + [ + "▁Na", + "ve" + ], + [ + "▁N", + "ave" + ], + [ + "▁nerve", + "s" + ], + [ + "▁nerv", + "es" + ], + [ + "▁n", + "erves" + ], + [ + "▁Def", + "iciência" + ], + [ + "3.", + "0" + ], + [ + "3", + ".0" + ], + [ + "rel", + "ig" + ], + [ + "re", + "lig" + ], + [ + "▁Wa", + "nt" + ], + [ + "▁W", + "ant" + ], + [ + "▁gl", + "ut" + ], + [ + "▁", + "glut" + ], + [ + "erno", + "s" + ], + [ + "ern", + "os" + ], + [ + "er", + "nos" + ], + [ + "▁interessa", + "das" + ], + [ + "▁interess", + "adas" + ], + [ + "▁Aprend", + "a" + ], + [ + "▁Apr", + "enda" + ], + [ + "▁consegui", + "a" + ], + [ + "▁consegu", + "ia" + ], + [ + "▁conse", + "guia" + ], + [ + "1\",", + "\"" + ], + [ + "1\"", + ",\"" + ], + [ + "1", + "\",\"" + ], + [ + "▁governo", + "r" + ], + [ + "▁govern", + "or" + ], + [ + "▁div", + "indade" + ], + [ + "oro", + "este" + ], + [ + "▁tox", + "inas" + ], + [ + "▁extend", + "ing" + ], + [ + "▁ext", + "ending" + ], + [ + "▁Line", + "s" + ], + [ + "▁Lin", + "es" + ], + [ + "▁Li", + "nes" + ], + [ + "▁L", + "ines" + ], + [ + "▁", + "Lines" + ], + [ + "▁Pont", + "o" + ], + [ + "▁P", + "onto" + ], + [ + "ira", + "ções" + ], + [ + "ir", + "ações" + ], + [ + "i", + "rações" + ], + [ + "code", + "s" + ], + [ + "cod", + "es" + ], + [ + "co", + "des" + ], + [ + "c", + "odes" + ], + [ + "▁negativa", + "mente" + ], + [ + "▁neg", + "ativamente" + ], + [ + "▁Hal", + "f" + ], + [ + "▁Ha", + "lf" + ], + [ + "▁H", + "alf" + ], + [ + "▁milagre", + "s" + ], + [ + "▁milag", + "res" + ], + [ + "▁vendido", + "s" + ], + [ + "▁vend", + "idos" + ], + [ + "▁v", + "endidos" + ], + [ + "▁mer", + "o" + ], + [ + "▁me", + "ro" + ], + [ + "▁m", + "ero" + ], + [ + "▁", + "mero" + ], + [ + "ca", + "us" + ], + [ + "c", + "aus" + ], + [ + "▁Pri", + "ze" + ], + [ + "▁Pr", + "ize" + ], + [ + "▁Equip", + "e" + ], + [ + "▁Equ", + "ipe" + ], + [ + "▁hi", + "nd" + ], + [ + "▁h", + "ind" + ], + [ + "▁", + "hind" + ], + [ + "▁ab", + "bre" + ], + [ + "▁classroom", + "s" + ], + [ + "▁class", + "rooms" + ], + [ + "▁", + "γ" + ], + [ + "▁partilha", + "r" + ], + [ + "▁partilh", + "ar" + ], + [ + "▁part", + "ilhar" + ], + [ + "▁", + "partilhar" + ], + [ + "31", + "7" + ], + [ + "3", + "17" + ], + [ + "▁pathway", + "s" + ], + [ + "▁path", + "ways" + ], + [ + "▁TI", + "M" + ], + [ + "▁T", + "IM" + ], + [ + "▁", + "TIM" + ], + [ + "(2", + "0" + ], + [ + "(", + "20" + ], + [ + "43", + "," + ], + [ + "4", + "3," + ], + [ + "OP", + "EN" + ], + [ + "arian", + "s" + ], + [ + "aria", + "ns" + ], + [ + "ari", + "ans" + ], + [ + "ar", + "ians" + ], + [ + "a", + "rians" + ], + [ + "▁Syn", + "tax" + ], + [ + "▁", + "Syntax" + ], + [ + "▁dec", + "ode" + ], + [ + "▁de", + "code" + ], + [ + "▁", + "decode" + ], + [ + "▁Á", + "ustria" + ], + [ + "▁contra", + "ção" + ], + [ + "▁contr", + "ação" + ], + [ + "▁cont", + "ração" + ], + [ + "▁44", + "." + ], + [ + "▁4", + "4." + ], + [ + "▁Kent", + "ucky" + ], + [ + "omen", + "cl" + ], + [ + "▁emb", + "aix" + ], + [ + "▁pl", + "asm" + ], + [ + "▁", + "plasm" + ], + [ + "▁list", + "ing" + ], + [ + "▁lis", + "ting" + ], + [ + "cre", + "d" + ], + [ + "cr", + "ed" + ], + [ + "c", + "red" + ], + [ + "▁win", + "ner" + ], + [ + "▁w", + "inner" + ], + [ + "▁GE", + "R" + ], + [ + "▁G", + "ER" + ], + [ + "▁", + "GER" + ], + [ + "▁dial", + "ect" + ], + [ + "▁dia", + "lect" + ], + [ + "▁empenh", + "o" + ], + [ + "▁emp", + "enho" + ], + [ + "▁em", + "penho" + ], + [ + "▁fec", + "und" + ], + [ + "AB", + "S" + ], + [ + "A", + "BS" + ], + [ + "▁75", + "0" + ], + [ + "▁7", + "50" + ], + [ + "▁", + "750" + ], + [ + "▁DO", + "I" + ], + [ + "▁adi", + "ant" + ], + [ + "▁ad", + "iant" + ], + [ + "Return", + "s" + ], + [ + "IB", + "IL" + ], + [ + "▁hidr", + "at" + ], + [ + "▁hid", + "rat" + ], + [ + "▁ante", + "pass" + ], + [ + "▁mera", + "mente" + ], + [ + "▁mer", + "amente" + ], + [ + "▁Miss", + "a" + ], + [ + "▁Mis", + "sa" + ], + [ + "▁M", + "issa" + ], + [ + "▁conv", + "in" + ], + [ + "▁con", + "vin" + ], + [ + "▁fus", + "ion" + ], + [ + "▁f", + "usion" + ], + [ + "▁ponta", + "s" + ], + [ + "▁pont", + "as" + ], + [ + "▁pon", + "tas" + ], + [ + "▁enga", + "jamento" + ], + [ + "▁Ve", + "st" + ], + [ + "▁V", + "est" + ], + [ + "▁antibiot", + "ic" + ], + [ + "▁antib", + "iotic" + ], + [ + "▁et", + "anol" + ], + [ + "ben", + "ef" + ], + [ + "▁Ran", + "d" + ], + [ + "▁Ra", + "nd" + ], + [ + "▁R", + "and" + ], + [ + "▁Rib", + "e" + ], + [ + "▁Ri", + "be" + ], + [ + "▁R", + "ibe" + ], + [ + "▁personal", + "ly" + ], + [ + "▁person", + "ally" + ], + [ + "▁representado", + "s" + ], + [ + "▁representa", + "dos" + ], + [ + "▁represent", + "ados" + ], + [ + "ís", + "io" + ], + [ + "▁País", + "es" + ], + [ + "▁Al", + "abama" + ], + [ + "hav", + "e" + ], + [ + "ha", + "ve" + ], + [ + "h", + "ave" + ], + [ + ">'", + ")," + ], + [ + ">", + "')," + ], + [ + "remo", + "te" + ], + [ + "rem", + "ote" + ], + [ + "Ver", + "t" + ], + [ + "Ve", + "rt" + ], + [ + "V", + "ert" + ], + [ + "▁FA", + "C" + ], + [ + "▁F", + "AC" + ], + [ + "▁", + "FAC" + ], + [ + "▁Ni", + "t" + ], + [ + "▁N", + "it" + ], + [ + "▁Sus", + "tainable" + ], + [ + "▁ac", + "ne" + ], + [ + "▁Si", + "c" + ], + [ + "▁S", + "ic" + ], + [ + "▁To", + "n" + ], + [ + "▁T", + "on" + ], + [ + "RI", + "BUT" + ], + [ + "▁pon", + "d" + ], + [ + "▁po", + "nd" + ], + [ + "▁p", + "ond" + ], + [ + "▁PO", + "S" + ], + [ + "▁P", + "OS" + ], + [ + "▁", + "POS" + ], + [ + "▁Differ", + "ence" + ], + [ + "▁Dif", + "ference" + ], + [ + "▁interm", + "it" + ], + [ + "▁inter", + "mit" + ], + [ + "▁intr", + "ínsec" + ], + [ + "quin", + "a" + ], + [ + "qui", + "na" + ], + [ + "qu", + "ina" + ], + [ + "uário", + "s" + ], + [ + "uá", + "rios" + ], + [ + "u", + "ários" + ], + [ + "▁econom", + "ies" + ], + [ + "▁provoca", + "da" + ], + [ + "▁provoc", + "ada" + ], + [ + "▁prov", + "ocada" + ], + [ + "▁restaur", + "ar" + ], + [ + "▁resta", + "urar" + ], + [ + "▁divert", + "ida" + ], + [ + "▁convin", + "c" + ], + [ + "▁conv", + "inc" + ], + [ + "▁unt", + "o" + ], + [ + "▁un", + "to" + ], + [ + "▁", + "unto" + ], + [ + "▁Co", + "b" + ], + [ + "▁C", + "ob" + ], + [ + "bind", + "ing" + ], + [ + "bin", + "ding" + ], + [ + "b", + "inding" + ], + [ + "▁immigr", + "ation" + ], + [ + "▁imm", + "igration" + ], + [ + "▁lembr", + "o" + ], + [ + "▁lemb", + "ro" + ], + [ + "▁lem", + "bro" + ], + [ + "▁l", + "embro" + ], + [ + "▁trigger", + "ed" + ], + [ + "ros", + "o" + ], + [ + "ro", + "so" + ], + [ + "r", + "oso" + ], + [ + "us", + "p" + ], + [ + "u", + "sp" + ], + [ + "▁lit", + "úrg" + ], + [ + "▁cap", + "oeira" + ], + [ + "▁38", + "," + ], + [ + "▁3", + "8," + ], + [ + "▁", + "38," + ], + [ + "▁un", + "iqu" + ], + [ + "AB", + "A" + ], + [ + "A", + "BA" + ], + [ + "OL", + "U" + ], + [ + "O", + "LU" + ], + [ + "-01", + "/" + ], + [ + "-0", + "1/" + ], + [ + "-", + "01/" + ], + [ + "▁she", + "ar" + ], + [ + "▁sh", + "ear" + ], + [ + "▁stop", + "ping" + ], + [ + "▁entende", + "m" + ], + [ + "▁entend", + "em" + ], + [ + "▁ent", + "endem" + ], + [ + "▁valid", + "ity" + ], + [ + "▁val", + "idity" + ], + [ + "▁D", + "IMENSION" + ], + [ + "▁protegida", + "s" + ], + [ + "▁proteg", + "idas" + ], + [ + "Me", + "an" + ], + [ + "M", + "ean" + ], + [ + "AV", + "A" + ], + [ + "A", + "VA" + ], + [ + "▁12", + "9" + ], + [ + "▁1", + "29" + ], + [ + "▁", + "129" + ], + [ + "p", + "éia" + ], + [ + "▁ell", + "ip" + ], + [ + "▁el", + "lip" + ], + [ + "▁coer", + "ente" + ], + [ + "▁revert", + "er" + ], + [ + "▁rever", + "ter" + ], + [ + "▁re", + "verter" + ], + [ + "Var", + "s" + ], + [ + "V", + "ars" + ], + [ + "......", + "." + ], + [ + ".....", + ".." + ], + [ + "....", + "..." + ], + [ + "...", + "...." + ], + [ + "..", + "....." + ], + [ + ".", + "......" + ], + [ + "▁confir", + "a" + ], + [ + "▁confi", + "ra" + ], + [ + "▁conf", + "ira" + ], + [ + "▁rep", + "o" + ], + [ + "▁re", + "po" + ], + [ + "▁", + "repo" + ], + [ + ":'", + "," + ], + [ + ":", + "'," + ], + [ + "▁30", + "-" + ], + [ + "▁3", + "0-" + ], + [ + "Ex", + "ternal" + ], + [ + "11", + "]" + ], + [ + "1", + "1]" + ], + [ + "▁of", + "tal" + ], + [ + "▁V", + "O" + ], + [ + "▁", + "VO" + ], + [ + "ág", + "ico" + ], + [ + "á", + "gico" + ], + [ + "▁invert", + "e" + ], + [ + "▁in", + "verte" + ], + [ + "sto", + "rm" + ], + [ + "st", + "orm" + ], + [ + "Feature", + "s" + ], + [ + "Fe", + "atures" + ], + [ + "▁'", + "4" + ], + [ + "▁`", + "(" + ], + [ + "▁button", + "s" + ], + [ + "▁but", + "tons" + ], + [ + "▁pur", + "ple" + ], + [ + "▁invis", + "ível" + ], + [ + "▁Extra", + "ct" + ], + [ + "▁Ext", + "ract" + ], + [ + "▁Ex", + "tract" + ], + [ + "▁", + "Extract" + ], + [ + "▁crim", + "in" + ], + [ + "▁cri", + "min" + ], + [ + "▁c", + "rimin" + ], + [ + "▁ar", + "ia" + ], + [ + "▁a", + "ria" + ], + [ + "▁", + "aria" + ], + [ + "▁switch", + "ing" + ], + [ + "▁ga", + "ú" + ], + [ + "He", + "x" + ], + [ + "H", + "ex" + ], + [ + "▁entrar", + "am" + ], + [ + "▁entra", + "ram" + ], + [ + "▁entr", + "aram" + ], + [ + "▁48", + "." + ], + [ + "▁4", + "8." + ], + [ + "▁ín", + "te" + ], + [ + "▁con", + "gên" + ], + [ + "List", + "s" + ], + [ + "L", + "ists" + ], + [ + "▁chega", + "do" + ], + [ + "▁cheg", + "ado" + ], + [ + "▁che", + "gado" + ], + [ + "▁pediat", + "ra" + ], + [ + "feed", + "ing" + ], + [ + "fee", + "ding" + ], + [ + "fe", + "eding" + ], + [ + "▁Pol", + "ar" + ], + [ + "▁Po", + "lar" + ], + [ + "▁P", + "olar" + ], + [ + "▁expos", + "ta" + ], + [ + "▁expo", + "sta" + ], + [ + "▁exp", + "osta" + ], + [ + "▁ex", + "posta" + ], + [ + "▁contrad", + "ict" + ], + [ + "▁contra", + "dict" + ], + [ + "▁Archive", + "s" + ], + [ + "▁Arch", + "ives" + ], + [ + "▁nat", + "ação" + ], + [ + "▁n", + "atação" + ], + [ + "▁terr", + "em" + ], + [ + "▁ter", + "rem" + ], + [ + "38", + "7" + ], + [ + "3", + "87" + ], + [ + "▁ô", + "mega" + ], + [ + "▁f", + "c" + ], + [ + "▁", + "fc" + ], + [ + "_3", + "." + ], + [ + "_", + "3." + ], + [ + "▁pure", + "ly" + ], + [ + "▁pur", + "ely" + ], + [ + "▁Europe", + "u" + ], + [ + "▁Euro", + "peu" + ], + [ + "▁Lan", + "ç" + ], + [ + "▁L", + "anç" + ], + [ + "▁ac", + "amp" + ], + [ + "HA", + "S" + ], + [ + "H", + "AS" + ], + [ + "▁corr", + "endo" + ], + [ + "▁envi", + "a" + ], + [ + "▁env", + "ia" + ], + [ + "▁en", + "via" + ], + [ + "▁German", + "s" + ], + [ + "▁Ger", + "mans" + ], + [ + "La", + "r" + ], + [ + "L", + "ar" + ], + [ + "▁Bande", + "ira" + ], + [ + "▁Band", + "eira" + ], + [ + "treat", + "ed" + ], + [ + "tre", + "ated" + ], + [ + "▁hazard", + "ous" + ], + [ + "cu", + "m" + ], + [ + "c", + "um" + ], + [ + "▁qual", + "it" + ], + [ + "▁paral", + "le" + ], + [ + "▁par", + "alle" + ], + [ + "habil", + "itation" + ], + [ + "▁cer", + "veja" + ], + [ + "▁Every", + "one" + ], + [ + "▁agreement", + "s" + ], + [ + "▁agree", + "ments" + ], + [ + "▁agre", + "ements" + ], + [ + "▁consist", + "ência" + ], + [ + "▁cons", + "istência" + ], + [ + "])", + ":" + ], + [ + "]", + "):" + ], + [ + "▁Ka", + "m" + ], + [ + "▁K", + "am" + ], + [ + "▁Conce", + "ito" + ], + [ + "▁Conc", + "eito" + ], + [ + "▁coleta", + "dos" + ], + [ + "▁colet", + "ados" + ], + [ + "▁cop", + "ied" + ], + [ + "▁civil", + "izações" + ], + [ + "▁lux", + "o" + ], + [ + "▁lu", + "xo" + ], + [ + "▁", + "luxo" + ], + [ + "verb", + "ose" + ], + [ + "▁biog", + "rafia" + ], + [ + "▁bi", + "ografia" + ], + [ + "▁matern", + "idade" + ], + [ + "▁m", + "aternidade" + ], + [ + "▁syn", + "c" + ], + [ + "▁sy", + "nc" + ], + [ + "▁s", + "ync" + ], + [ + "▁", + "sync" + ], + [ + "▁i", + "ogur" + ], + [ + "▁fund", + "ado" + ], + [ + "ST", + "M" + ], + [ + "S", + "TM" + ], + [ + "Bound", + "s" + ], + [ + "B", + "ounds" + ], + [ + "▁Tom", + "ás" + ], + [ + "▁reivind", + "ic" + ], + [ + "▁reiv", + "indic" + ], + [ + "sh", + "ire" + ], + [ + "s", + "hire" + ], + [ + "▁Jud", + "e" + ], + [ + "▁Ju", + "de" + ], + [ + "▁J", + "ude" + ], + [ + "▁carreg", + "a" + ], + [ + "▁car", + "rega" + ], + [ + "▁engra", + "v" + ], + [ + "▁engr", + "av" + ], + [ + "▁eng", + "rav" + ], + [ + "▁en", + "grav" + ], + [ + "▁exclude", + "d" + ], + [ + "▁exclu", + "ded" + ], + [ + "▁excl", + "uded" + ], + [ + "▁cook", + "ed" + ], + [ + "▁co", + "oked" + ], + [ + "heast", + "ern" + ], + [ + "he", + "astern" + ], + [ + "▁Carib", + "bean" + ], + [ + "▁quote", + "s" + ], + [ + "▁quot", + "es" + ], + [ + "▁quo", + "tes" + ], + [ + "▁qu", + "otes" + ], + [ + "']", + ";" + ], + [ + "'", + "];" + ], + [ + "▁ve", + "s" + ], + [ + "▁v", + "es" + ], + [ + "▁", + "ves" + ], + [ + "gues", + "t" + ], + [ + "gue", + "st" + ], + [ + "gu", + "est" + ], + [ + "ec", + "c" + ], + [ + "e", + "cc" + ], + [ + "▁admit", + "ted" + ], + [ + "▁ad", + "mitted" + ], + [ + "sub", + "st" + ], + [ + "s", + "ubst" + ], + [ + "▁rápida", + "s" + ], + [ + "▁ráp", + "idas" + ], + [ + "fl", + "ies" + ], + [ + "▁gosta", + "va" + ], + [ + "▁gost", + "ava" + ], + [ + "▁vote", + "d" + ], + [ + "▁vot", + "ed" + ], + [ + "▁vo", + "ted" + ], + [ + "▁v", + "oted" + ], + [ + "▁britânico", + "s" + ], + [ + "▁brit", + "ânicos" + ], + [ + "▁açúcar", + "es" + ], + [ + "▁a", + "çúcares" + ], + [ + "▁Proceed", + "ings" + ], + [ + "▁45", + "." + ], + [ + "▁4", + "5." + ], + [ + "▁Cr", + "a" + ], + [ + "▁C", + "ra" + ], + [ + "dens", + "ity" + ], + [ + "d", + "ensity" + ], + [ + "▁Ar", + "duino" + ], + [ + "▁Plant", + "s" + ], + [ + "▁Plan", + "ts" + ], + [ + "▁Pl", + "ants" + ], + [ + "12", + "]" + ], + [ + "1", + "2]" + ], + [ + "quê", + "s" + ], + [ + "qu", + "ês" + ], + [ + "▁guy", + "s" + ], + [ + "▁gu", + "ys" + ], + [ + "▁deploy", + "ment" + ], + [ + "▁de", + "ployment" + ], + [ + "▁instalado", + "s" + ], + [ + "▁instal", + "ados" + ], + [ + "▁vi", + "ú" + ], + [ + "▁Aquele", + "s" + ], + [ + "▁Aqu", + "eles" + ], + [ + "▁escala", + "s" + ], + [ + "▁escal", + "as" + ], + [ + "▁esc", + "alas" + ], + [ + "▁Lig", + "a" + ], + [ + "▁Li", + "ga" + ], + [ + "▁L", + "iga" + ], + [ + "CON", + "N" + ], + [ + "CO", + "NN" + ], + [ + "▁lam", + "b" + ], + [ + "▁la", + "mb" + ], + [ + "▁l", + "amb" + ], + [ + "▁102", + "4" + ], + [ + "▁10", + "24" + ], + [ + "▁1", + "024" + ], + [ + "▁*", + "(" + ], + [ + "▁", + "*(" + ], + [ + "LE", + "ASE" + ], + [ + "eter", + "y" + ], + [ + "ete", + "ry" + ], + [ + "et", + "ery" + ], + [ + "e", + "tery" + ], + [ + "▁Bis", + "po" + ], + [ + "▁B", + "ispo" + ], + [ + "▁rest", + "abele" + ], + [ + "▁r", + "estabele" + ], + [ + "▁sim", + "ulate" + ], + [ + "ON", + "D" + ], + [ + "O", + "ND" + ], + [ + "▁therap", + "ies" + ], + [ + "▁appreciate", + "d" + ], + [ + "▁appreci", + "ated" + ], + [ + "▁úm", + "ido" + ], + [ + ":3", + "0" + ], + [ + ":", + "30" + ], + [ + "itor", + "a" + ], + [ + "ito", + "ra" + ], + [ + "it", + "ora" + ], + [ + "▁si", + "b" + ], + [ + "▁s", + "ib" + ], + [ + "save", + "d" + ], + [ + "sa", + "ved" + ], + [ + "s", + "aved" + ], + [ + "▁Product", + "s" + ], + [ + "▁Int", + "o" + ], + [ + "▁In", + "to" + ], + [ + "▁", + "Into" + ], + [ + "▁organiza", + "cional" + ], + [ + "▁organiz", + "acional" + ], + [ + "oth", + "y" + ], + [ + "ot", + "hy" + ], + [ + "o", + "thy" + ], + [ + "▁prop", + "s" + ], + [ + "▁pro", + "ps" + ], + [ + "▁pr", + "ops" + ], + [ + "▁", + "props" + ], + [ + "▁formato", + "s" + ], + [ + "▁format", + "os" + ], + [ + "▁forma", + "tos" + ], + [ + "▁form", + "atos" + ], + [ + "▁hidrat", + "ação" + ], + [ + "▁hidr", + "atação" + ], + [ + "▁hid", + "ratação" + ], + [ + "▁Tor", + "re" + ], + [ + "▁T", + "orre" + ], + [ + "▁Head", + "er" + ], + [ + "▁He", + "ader" + ], + [ + "▁", + "Header" + ], + [ + "reas", + "on" + ], + [ + "rea", + "son" + ], + [ + "re", + "ason" + ], + [ + "▁Água", + "s" + ], + [ + "▁Á", + "guas" + ], + [ + "▁15", + "9" + ], + [ + "▁1", + "59" + ], + [ + "▁", + "159" + ], + [ + "Y", + "P" + ], + [ + "uga", + "da" + ], + [ + "ug", + "ada" + ], + [ + "u", + "gada" + ], + [ + "RIO", + "S" + ], + [ + "RI", + "OS" + ], + [ + "R", + "IOS" + ], + [ + "erge", + "d" + ], + [ + "erg", + "ed" + ], + [ + "er", + "ged" + ], + [ + "▁La", + "ur" + ], + [ + "inu", + "s" + ], + [ + "in", + "us" + ], + [ + "FA", + "IL" + ], + [ + "plement", + "o" + ], + [ + "ple", + "mento" + ], + [ + ":0", + ";" + ], + [ + ":", + "0;" + ], + [ + "')", + "->" + ], + [ + "'", + ")->" + ], + [ + "▁arc", + "a" + ], + [ + "▁ar", + "ca" + ], + [ + "▁", + "arca" + ], + [ + "▁V", + "A" + ], + [ + "▁", + "VA" + ], + [ + "▁relie", + "s" + ], + [ + "▁rel", + "ies" + ], + [ + "Ma", + "il" + ], + [ + "M", + "ail" + ], + [ + "oci", + "dade" + ], + [ + "oc", + "idade" + ], + [ + "▁mucos", + "a" + ], + [ + "▁enter", + "prise" + ], + [ + "▁avaliado", + "s" + ], + [ + "▁avalia", + "dos" + ], + [ + "▁avali", + "ados" + ], + [ + "▁aval", + "iados" + ], + [ + "21", + "." + ], + [ + "2", + "1." + ], + [ + "je", + "s" + ], + [ + "j", + "es" + ], + [ + "▁chr", + "on" + ], + [ + "▁ch", + "ron" + ], + [ + "▁", + "chron" + ], + [ + "▁s", + "r" + ], + [ + "▁", + "sr" + ], + [ + "▁Vis", + "ão" + ], + [ + "▁Vi", + "são" + ], + [ + "▁V", + "isão" + ], + [ + "ter", + "ed" + ], + [ + "te", + "red" + ], + [ + "t", + "ered" + ], + [ + "▁quin", + "ze" + ], + [ + "▁Alm", + "ost" + ], + [ + "▁Al", + "most" + ], + [ + "▁tem", + "or" + ], + [ + "▁te", + "mor" + ], + [ + "▁t", + "emor" + ], + [ + "estr", + "o" + ], + [ + "est", + "ro" + ], + [ + "es", + "tro" + ], + [ + "e", + "stro" + ], + [ + "▁bomba", + "s" + ], + [ + "▁bomb", + "as" + ], + [ + "▁bom", + "bas" + ], + [ + "▁Alf", + "red" + ], + [ + "esc", + "ence" + ], + [ + "▁preg", + "ação" + ], + [ + "▁Budd", + "h" + ], + [ + "▁Bud", + "dh" + ], + [ + "bor", + "s" + ], + [ + "bo", + "rs" + ], + [ + "b", + "ors" + ], + [ + "▁val", + "ign" + ], + [ + "▁v", + "align" + ], + [ + "▁Se", + "d" + ], + [ + "▁S", + "ed" + ], + [ + "▁bil", + "hão" + ], + [ + "▁b", + "ilhão" + ], + [ + "Argument", + "s" + ], + [ + "Arg", + "uments" + ], + [ + "th", + "row" + ], + [ + "z", + "h" + ], + [ + "▁mp", + "h" + ], + [ + "▁m", + "ph" + ], + [ + "ride", + "s" + ], + [ + "rid", + "es" + ], + [ + "ri", + "des" + ], + [ + "r", + "ides" + ], + [ + "▁lav", + "oura" + ], + [ + "▁lat", + "tice" + ], + [ + "▁Pro", + "t" + ], + [ + "▁Pr", + "ot" + ], + [ + "▁P", + "rot" + ], + [ + "▁reduz", + "em" + ], + [ + "▁revest", + "imento" + ], + [ + "▁maxim", + "ize" + ], + [ + "du", + "o" + ], + [ + "d", + "uo" + ], + [ + "▁Zo", + "ne" + ], + [ + "▁Z", + "one" + ], + [ + "▁", + "Zone" + ], + [ + "plugin", + "s" + ], + [ + "pl", + "ugins" + ], + [ + "▁sep", + "ult" + ], + [ + "íss", + "im" + ], + [ + "ís", + "sim" + ], + [ + "▁med", + "itation" + ], + [ + "OD", + "S" + ], + [ + "O", + "DS" + ], + [ + "▁des", + "dobr" + ], + [ + "▁out", + "standing" + ], + [ + "▁razo", + "ável" + ], + [ + "▁comun", + "itário" + ], + [ + "▁B", + "P" + ], + [ + "▁", + "BP" + ], + [ + "▁rot", + "or" + ], + [ + "▁ro", + "tor" + ], + [ + "▁r", + "otor" + ], + [ + "▁Dr", + "y" + ], + [ + "▁D", + "ry" + ], + [ + "▁Class", + "e" + ], + [ + "▁Cl", + "asse" + ], + [ + "▁ritmo", + "s" + ], + [ + "▁rit", + "mos" + ], + [ + "▁consist", + "ency" + ], + [ + "▁Desenvolv", + "er" + ], + [ + "▁Desen", + "volver" + ], + [ + "ache", + "l" + ], + [ + "ach", + "el" + ], + [ + "ac", + "hel" + ], + [ + "('", + "." + ], + [ + "(", + "'." + ], + [ + "▁emot", + "ion" + ], + [ + "▁em", + "otion" + ], + [ + "Anim", + "ation" + ], + [ + "▁contra", + "partida" + ], + [ + "▁puzzle", + "s" + ], + [ + "▁puzz", + "les" + ], + [ + "ild", + "a" + ], + [ + "il", + "da" + ], + [ + "▁ministro", + "s" + ], + [ + "▁ministr", + "os" + ], + [ + "▁minist", + "ros" + ], + [ + "anner", + "s" + ], + [ + "anne", + "rs" + ], + [ + "ann", + "ers" + ], + [ + "an", + "ners" + ], + [ + "▁T", + "ogether" + ], + [ + "▁revolution", + "ary" + ], + [ + "▁department", + "s" + ], + [ + "▁depart", + "ments" + ], + [ + "N", + "H" + ], + [ + "/200", + "9" + ], + [ + "/20", + "09" + ], + [ + "/2", + "009" + ], + [ + "/", + "2009" + ], + [ + "u", + "u" + ], + [ + "11", + "3" + ], + [ + "1", + "13" + ], + [ + "la", + "ke" + ], + [ + "l", + "ake" + ], + [ + "unta", + "s" + ], + [ + "unt", + "as" + ], + [ + "un", + "tas" + ], + [ + "101", + "6/" + ], + [ + "▁2022", + "," + ], + [ + "▁202", + "2," + ], + [ + "▁20", + "22," + ], + [ + "▁Ru", + "i" + ], + [ + "▁R", + "ui" + ], + [ + "▁atr", + "ito" + ], + [ + "▁at", + "rito" + ], + [ + "IG", + "H" + ], + [ + "I", + "GH" + ], + [ + "▁part", + "ícula" + ], + [ + "▁extra", + "ir" + ], + [ + "▁extr", + "air" + ], + [ + "óp", + "ico" + ], + [ + "▁envolv", + "ida" + ], + [ + "▁envol", + "vida" + ], + [ + "▁hospital", + "ar" + ], + [ + "can", + "ic" + ], + [ + "ca", + "nic" + ], + [ + "c", + "anic" + ], + [ + "▁Cuidado", + "s" + ], + [ + "▁Cuid", + "ados" + ], + [ + "▁cav", + "ity" + ], + [ + "▁Sha", + "pe" + ], + [ + "▁Sh", + "ape" + ], + [ + "▁S", + "hape" + ], + [ + "▁", + "Shape" + ], + [ + "▁Capt", + "ain" + ], + [ + "▁Cap", + "tain" + ], + [ + "▁pega", + "da" + ], + [ + "▁peg", + "ada" + ], + [ + "▁pe", + "gada" + ], + [ + "▁auxilia", + "m" + ], + [ + "▁auxili", + "am" + ], + [ + "▁auxil", + "iam" + ], + [ + "▁Eucar", + "istia" + ], + [ + "Don", + "e" + ], + [ + "Do", + "ne" + ], + [ + "D", + "one" + ], + [ + "▁42", + "." + ], + [ + "▁4", + "2." + ], + [ + "▁Volt", + "a" + ], + [ + "▁Vol", + "ta" + ], + [ + "▁agrad", + "e" + ], + [ + "▁agr", + "ade" + ], + [ + "▁a", + "grade" + ], + [ + "Ex", + "cl" + ], + [ + "/202", + "0" + ], + [ + "/20", + "20" + ], + [ + "/2", + "020" + ], + [ + "/", + "2020" + ], + [ + "▁competit", + "ividade" + ], + [ + "▁cinema", + "t" + ], + [ + "▁cine", + "mat" + ], + [ + "▁cin", + "emat" + ], + [ + "]", + "\\" + ], + [ + "ocal", + "ipse" + ], + [ + "▁fl", + "ies" + ], + [ + "▁", + "flies" + ], + [ + "▁bre", + "at" + ], + [ + "▁b", + "reat" + ], + [ + "▁convenient", + "e" + ], + [ + "▁conven", + "iente" + ], + [ + "rim", + "os" + ], + [ + "ri", + "mos" + ], + [ + "r", + "imos" + ], + [ + "▁1988", + "." + ], + [ + "▁198", + "8." + ], + [ + "▁19", + "88." + ], + [ + "▁hepat", + "ite" + ], + [ + "▁Diff", + "icult" + ], + [ + "▁T", + "P" + ], + [ + "▁", + "TP" + ], + [ + "▁mat", + "r" + ], + [ + "▁ma", + "tr" + ], + [ + "ít", + "as" + ], + [ + "í", + "tas" + ], + [ + "▁historia", + "n" + ], + [ + "▁histori", + "an" + ], + [ + "▁histor", + "ian" + ], + [ + "source", + "s" + ], + [ + "s", + "ources" + ], + [ + "hea", + "t" + ], + [ + "he", + "at" + ], + [ + "▁Fut", + "uro" + ], + [ + "▁decline", + "d" + ], + [ + "▁decl", + "ined" + ], + [ + "▁dec", + "lined" + ], + [ + "tr", + "u" + ], + [ + "t", + "ru" + ], + [ + "▁Ren", + "der" + ], + [ + "▁R", + "ender" + ], + [ + "▁", + "Render" + ], + [ + "▁organiz", + "a" + ], + [ + "▁organ", + "iza" + ], + [ + "▁Trac", + "k" + ], + [ + "▁Tra", + "ck" + ], + [ + "▁Tr", + "ack" + ], + [ + "▁T", + "rack" + ], + [ + "▁", + "Track" + ], + [ + "▁lam", + "in" + ], + [ + "▁la", + "min" + ], + [ + "▁l", + "amin" + ], + [ + "▁'", + "{" + ], + [ + "▁PM", + "ID" + ], + [ + "▁P", + "MID" + ], + [ + "▁he", + "d" + ], + [ + "▁h", + "ed" + ], + [ + "▁", + "hed" + ], + [ + "86", + "9" + ], + [ + "8", + "69" + ], + [ + "Ve", + "l" + ], + [ + "V", + "el" + ], + [ + "ÂN", + "C" + ], + [ + "Â", + "NC" + ], + [ + "íci", + "ta" + ], + [ + "íc", + "ita" + ], + [ + "29", + ":" + ], + [ + "2", + "9:" + ], + [ + "▁ban", + "heiro" + ], + [ + "▁ve", + "ic" + ], + [ + "ógrafo", + "s" + ], + [ + "óg", + "rafos" + ], + [ + "▁scheme", + "s" + ], + [ + "▁sche", + "mes" + ], + [ + "▁sc", + "hemes" + ], + [ + "▁general", + "izada" + ], + [ + "▁confirma", + "ção" + ], + [ + "▁confirm", + "ação" + ], + [ + "▁Record", + "s" + ], + [ + "▁Rec", + "ords" + ], + [ + "▁", + "Records" + ], + [ + "▁Ben", + "g" + ], + [ + "▁Be", + "ng" + ], + [ + "▁B", + "eng" + ], + [ + "▁son", + "da" + ], + [ + "▁s", + "onda" + ], + [ + "etr", + "a" + ], + [ + "et", + "ra" + ], + [ + "e", + "tra" + ], + [ + "▁INTER", + "N" + ], + [ + "▁INT", + "ERN" + ], + [ + "▁IN", + "TERN" + ], + [ + "▁alg", + "ae" + ], + [ + "▁al", + "gae" + ], + [ + "▁magn", + "ética" + ], + [ + "▁an", + "f" + ], + [ + "▁a", + "nf" + ], + [ + "▁Pop", + "ulação" + ], + [ + "bras", + "il" + ], + [ + "bra", + "sil" + ], + [ + "b", + "rasil" + ], + [ + ",", + "1" + ], + [ + "▁comparison", + "s" + ], + [ + "▁compar", + "isons" + ], + [ + "▁N", + "H" + ], + [ + "▁", + "NH" + ], + [ + "▁16", + ")" + ], + [ + "▁1", + "6)" + ], + [ + "▁", + "16)" + ], + [ + "▁2,", + "000" + ], + [ + "▁tick", + "et" + ], + [ + "▁Sí", + "ria" + ], + [ + "▁bloque", + "io" + ], + [ + "J", + "K" + ], + [ + "▁dep", + "ósito" + ], + [ + "▁meth", + "ane" + ], + [ + "per", + "l" + ], + [ + "pe", + "rl" + ], + [ + "201", + "6" + ], + [ + "20", + "16" + ], + [ + "2", + "016" + ], + [ + "▁rota", + "s" + ], + [ + "▁rot", + "as" + ], + [ + "▁ro", + "tas" + ], + [ + "▁r", + "otas" + ], + [ + "End", + "point" + ], + [ + "▁situa", + "ted" + ], + [ + "▁situ", + "ated" + ], + [ + "▁sit", + "uated" + ], + [ + "▁Ha", + "v" + ], + [ + "▁H", + "av" + ], + [ + "▁cl", + "s" + ], + [ + "▁c", + "ls" + ], + [ + "▁", + "cls" + ], + [ + "▁(10", + "0" + ], + [ + "▁(1", + "00" + ], + [ + "▁(", + "100" + ], + [ + "▁", + "(100" + ], + [ + "▁personalidade", + "s" + ], + [ + "▁personal", + "idades" + ], + [ + "▁confi", + "áveis" + ], + [ + "▁un", + "has" + ], + [ + "ors", + "e" + ], + [ + "or", + "se" + ], + [ + "▁conduct", + "or" + ], + [ + "▁con", + "ductor" + ], + [ + "ille", + "s" + ], + [ + "ill", + "es" + ], + [ + "il", + "les" + ], + [ + "▁cel", + "estial" + ], + [ + "▁esclar", + "ece" + ], + [ + "▁escl", + "arece" + ], + [ + "inel", + "y" + ], + [ + "ine", + "ly" + ], + [ + "in", + "ely" + ], + [ + "▁Det", + "ails" + ], + [ + "▁D", + "etails" + ], + [ + "▁", + "Details" + ], + [ + "PL", + "ACE" + ], + [ + "▁larg", + "o" + ], + [ + "▁lar", + "go" + ], + [ + "▁l", + "argo" + ], + [ + "▁scene", + "s" + ], + [ + "▁sc", + "enes" + ], + [ + "▁pred", + "om" + ], + [ + "▁pre", + "dom" + ], + [ + "▁pr", + "edom" + ], + [ + "qu", + "íde" + ], + [ + "▁don", + "a" + ], + [ + "▁do", + "na" + ], + [ + "▁d", + "ona" + ], + [ + "▁Def", + "ense" + ], + [ + "ycle", + "d" + ], + [ + "ycl", + "ed" + ], + [ + "yc", + "led" + ], + [ + "Pl", + "ace" + ], + [ + "21", + "4" + ], + [ + "2", + "14" + ], + [ + "▁Ev", + "a" + ], + [ + "▁E", + "va" + ], + [ + "▁vínculo", + "s" + ], + [ + "▁vín", + "culos" + ], + [ + "▁correspond", + "ência" + ], + [ + "MAT", + "R" + ], + [ + "MA", + "TR" + ], + [ + "▁suspect", + "ed" + ], + [ + "▁suspe", + "cted" + ], + [ + "▁susp", + "ected" + ], + [ + "▁sus", + "pected" + ], + [ + "▁pract", + "icing" + ], + [ + "1)", + "*" + ], + [ + "1", + ")*" + ], + [ + "iva", + "do" + ], + [ + "iv", + "ado" + ], + [ + "i", + "vado" + ], + [ + "▁Mell", + "o" + ], + [ + "▁Mel", + "lo" + ], + [ + "▁M", + "ello" + ], + [ + "orithm", + "s" + ], + [ + "orith", + "ms" + ], + [ + "▁polym", + "er" + ], + [ + "▁poly", + "mer" + ], + [ + "▁assassin", + "ato" + ], + [ + "▁mat", + "e" + ], + [ + "▁ma", + "te" + ], + [ + "▁m", + "ate" + ], + [ + "▁", + "mate" + ], + [ + "Cell", + "s" + ], + [ + "C", + "ells" + ], + [ + "▁Tan", + "g" + ], + [ + "▁Ta", + "ng" + ], + [ + "▁T", + "ang" + ], + [ + "▁WH", + "EN" + ], + [ + "▁Man", + "ufact" + ], + [ + "▁guer", + "r" + ], + [ + "▁gu", + "err" + ], + [ + "ac", + "ção" + ], + [ + "a", + "cção" + ], + [ + "amb", + "o" + ], + [ + "am", + "bo" + ], + [ + "▁convert", + "s" + ], + [ + "▁conver", + "ts" + ], + [ + "▁con", + "verts" + ], + [ + "▁bic", + "o" + ], + [ + "▁bi", + "co" + ], + [ + "▁b", + "ico" + ], + [ + "▁delay", + "ed" + ], + [ + "guid", + "e" + ], + [ + "gui", + "de" + ], + [ + "gu", + "ide" + ], + [ + "▁go", + "n" + ], + [ + "▁g", + "on" + ], + [ + "▁", + "gon" + ], + [ + "izador", + "a" + ], + [ + "izado", + "ra" + ], + [ + "iz", + "adora" + ], + [ + "▁estrangeira", + "s" + ], + [ + "▁estrange", + "iras" + ], + [ + "▁guide", + "d" + ], + [ + "▁guid", + "ed" + ], + [ + "▁gu", + "ided" + ], + [ + "▁mandamento", + "s" + ], + [ + "▁mand", + "amentos" + ], + [ + "▁1930", + "," + ], + [ + "▁193", + "0," + ], + [ + "▁19", + "30," + ], + [ + "▁(", + "=" + ], + [ + "▁incer", + "teza" + ], + [ + "▁submet", + "ido" + ], + [ + "Fl", + "at" + ], + [ + "F", + "lat" + ], + [ + "▁flu", + "sh" + ], + [ + "▁fl", + "ush" + ], + [ + "▁", + "flush" + ], + [ + "Second", + "s" + ], + [ + "Sec", + "onds" + ], + [ + "S", + "econds" + ], + [ + "▁decom", + "position" + ], + [ + "rou", + "s" + ], + [ + "ro", + "us" + ], + [ + "r", + "ous" + ], + [ + "▁fog", + "u" + ], + [ + "▁fo", + "gu" + ], + [ + "Pack", + "et" + ], + [ + "Pac", + "ket" + ], + [ + "adj", + "ust" + ], + [ + "ad", + "just" + ], + [ + "▁paus", + "e" + ], + [ + "▁pau", + "se" + ], + [ + "▁pa", + "use" + ], + [ + "▁p", + "ause" + ], + [ + "bold", + "symbol" + ], + [ + "▁inflam", + "matory" + ], + [ + "▁", + "inflammatory" + ], + [ + "▁Process", + "ing" + ], + [ + "▁", + "Processing" + ], + [ + "▁sob", + "e" + ], + [ + "▁so", + "be" + ], + [ + "▁Ar", + "ound" + ], + [ + "▁A", + "round" + ], + [ + "ur", + "ante" + ], + [ + "u", + "rante" + ], + [ + "▁rank", + "s" + ], + [ + "▁ran", + "ks" + ], + [ + "▁r", + "anks" + ], + [ + "▁sho", + "ot" + ], + [ + "▁sh", + "oot" + ], + [ + "▁s", + "hoot" + ], + [ + "▁incred", + "ible" + ], + [ + "AVX", + "align" + ], + [ + "▁anunci", + "a" + ], + [ + "▁an", + "uncia" + ], + [ + "▁parlament", + "ar" + ], + [ + "Tr", + "y" + ], + [ + "T", + "ry" + ], + [ + "▁com", + "a" + ], + [ + "▁co", + "ma" + ], + [ + "▁c", + "oma" + ], + [ + "▁", + "coma" + ], + [ + "\":[", + "\"" + ], + [ + "\":", + "[\"" + ], + [ + "dr", + "ive" + ], + [ + "▁lingu", + "ística" + ], + [ + "ak", + "h" + ], + [ + "a", + "kh" + ], + [ + "ata", + "n" + ], + [ + "at", + "an" + ], + [ + "a", + "tan" + ], + [ + "▁AV", + "C" + ], + [ + "▁A", + "VC" + ], + [ + "plica", + "ções" + ], + [ + "plic", + "ações" + ], + [ + "pl", + "icações" + ], + [ + "68", + "1" + ], + [ + "6", + "81" + ], + [ + "íssima", + "s" + ], + [ + "íssim", + "as" + ], + [ + "íss", + "imas" + ], + [ + "▁Ar", + "n" + ], + [ + "▁A", + "rn" + ], + [ + "▁V", + "ídeo" + ], + [ + "▁pun", + "ct" + ], + [ + "▁p", + "unct" + ], + [ + "▁rhyth", + "m" + ], + [ + "alter", + "n" + ], + [ + "alte", + "rn" + ], + [ + "alt", + "ern" + ], + [ + "al", + "tern" + ], + [ + "F", + "LOAT" + ], + [ + "▁Napole", + "ão" + ], + [ + "ócio", + "s" + ], + [ + "ó", + "cios" + ], + [ + "▁Sy", + "ria" + ], + [ + "▁incom", + "od" + ], + [ + "▁Recom", + "end" + ], + [ + "▁Ric", + "a" + ], + [ + "▁Ri", + "ca" + ], + [ + "▁R", + "ica" + ], + [ + "▁maker", + "s" + ], + [ + "▁make", + "rs" + ], + [ + "▁ma", + "kers" + ], + [ + "▁m", + "akers" + ], + [ + "▁", + "makers" + ], + [ + "▁gene", + "al" + ], + [ + "▁discut", + "e" + ], + [ + "▁disc", + "ute" + ], + [ + "▁ge", + "o" + ], + [ + "▁g", + "eo" + ], + [ + "▁", + "geo" + ], + [ + "▁crate", + "r" + ], + [ + "▁cra", + "ter" + ], + [ + "▁cr", + "ater" + ], + [ + "▁na", + "d" + ], + [ + "▁n", + "ad" + ], + [ + "▁moder", + "ada" + ], + [ + "▁mode", + "rada" + ], + [ + "▁exerc", + "itar" + ], + [ + "74", + "7" + ], + [ + "7", + "47" + ], + [ + "▁Jul", + "ia" + ], + [ + "▁Ju", + "lia" + ], + [ + "pat", + "ient" + ], + [ + "O", + "cc" + ], + [ + "ág", + "il" + ], + [ + "á", + "gil" + ], + [ + "▁cast", + "elo" + ], + [ + "▁Acad", + "emic" + ], + [ + "umin", + "ense" + ], + [ + "um", + "inense" + ], + [ + "▁transforma", + "m" + ], + [ + "▁transform", + "am" + ], + [ + "▁caval", + "e" + ], + [ + "▁cav", + "ale" + ], + [ + "▁conduz", + "ido" + ], + [ + "▁inspira", + "do" + ], + [ + "▁inspir", + "ado" + ], + [ + "▁insp", + "irado" + ], + [ + "▁Comput", + "ing" + ], + [ + "▁standard", + "ized" + ], + [ + "▁03", + "/" + ], + [ + "▁0", + "3/" + ], + [ + "▁", + "03/" + ], + [ + "ret", + "a" + ], + [ + "re", + "ta" + ], + [ + "r", + "eta" + ], + [ + "var", + "e" + ], + [ + "va", + "re" + ], + [ + "v", + "are" + ], + [ + "2.16", + "8." + ], + [ + "êmico", + "s" + ], + [ + "êm", + "icos" + ], + [ + "ê", + "micos" + ], + [ + "▁Pr", + "ática" + ], + [ + "▁short", + "ly" + ], + [ + "▁Io", + "wa" + ], + [ + "▁I", + "owa" + ], + [ + "▁seek", + "s" + ], + [ + "▁see", + "ks" + ], + [ + "▁se", + "eks" + ], + [ + "eline", + "s" + ], + [ + "eli", + "nes" + ], + [ + "el", + "ines" + ], + [ + "e", + "lines" + ], + [ + "▁WARRANT", + "Y" + ], + [ + "y", + "i" + ], + [ + "Des", + "ktop" + ], + [ + "▁el", + "uc" + ], + [ + "▁e", + "luc" + ], + [ + "0,", + "1,1," + ], + [ + "▁transvers", + "al" + ], + [ + "Sou", + "nd" + ], + [ + "So", + "und" + ], + [ + "S", + "ound" + ], + [ + "▁adu", + "b" + ], + [ + "▁ad", + "ub" + ], + [ + "▁Set", + "ting" + ], + [ + "▁", + "Setting" + ], + [ + "▁câmera", + "s" + ], + [ + "▁câmer", + "as" + ], + [ + "▁Tur", + "ma" + ], + [ + "▁Ke", + "l" + ], + [ + "▁K", + "el" + ], + [ + "DIR", + "ECT" + ], + [ + "D", + "IRECT" + ], + [ + "▁mar", + "rom" + ], + [ + "▁pat", + "ologia" + ], + [ + "▁p", + "atologia" + ], + [ + "ip", + "t" + ], + [ + "i", + "pt" + ], + [ + ">>>", + ">" + ], + [ + ">>", + ">>" + ], + [ + ">", + ">>>" + ], + [ + "work", + "ing" + ], + [ + "▁pát", + "ria" + ], + [ + "▁p", + "átria" + ], + [ + "▁usar", + "am" + ], + [ + "▁usa", + "ram" + ], + [ + "▁us", + "aram" + ], + [ + "SE", + "L" + ], + [ + "S", + "EL" + ], + [ + "sort", + "ed" + ], + [ + "s", + "orted" + ], + [ + "▁tona", + "l" + ], + [ + "▁ton", + "al" + ], + [ + "▁to", + "nal" + ], + [ + "▁t", + "onal" + ], + [ + "▁Ep", + "idemi" + ], + [ + "some", + "t" + ], + [ + "som", + "et" + ], + [ + "so", + "met" + ], + [ + "s", + "omet" + ], + [ + "ab", + "o" + ], + [ + "a", + "bo" + ], + [ + "lau", + "coma" + ], + [ + "▁contrad", + "ições" + ], + [ + "▁manufacture", + "d" + ], + [ + "▁manufactur", + "ed" + ], + [ + "▁manufact", + "ured" + ], + [ + "Time", + "s" + ], + [ + "Tim", + "es" + ], + [ + "T", + "imes" + ], + [ + "output", + "s" + ], + [ + "▁Silv", + "er" + ], + [ + "▁Sil", + "ver" + ], + [ + "▁ro", + "pe" + ], + [ + "▁r", + "ope" + ], + [ + "17", + ")" + ], + [ + "1", + "7)" + ], + [ + "LA", + "N" + ], + [ + "L", + "AN" + ], + [ + "▁institu", + "cionais" + ], + [ + "ômica", + "s" + ], + [ + "ôm", + "icas" + ], + [ + "ô", + "micas" + ], + [ + "▁disc", + "urs" + ], + [ + "▁Enfer", + "magem" + ], + [ + "▁A", + "j" + ], + [ + "cios", + "os" + ], + [ + "cio", + "sos" + ], + [ + "ci", + "osos" + ], + [ + "c", + "iosos" + ], + [ + "▁pole", + "s" + ], + [ + "▁pol", + "es" + ], + [ + "▁po", + "les" + ], + [ + "▁p", + "oles" + ], + [ + "▁1945", + "," + ], + [ + "▁194", + "5," + ], + [ + "▁19", + "45," + ], + [ + "anc", + "k" + ], + [ + "an", + "ck" + ], + [ + "▁Ric", + "o" + ], + [ + "▁Ri", + "co" + ], + [ + "▁R", + "ico" + ], + [ + "▁reve", + "n" + ], + [ + "▁rev", + "en" + ], + [ + "▁re", + "ven" + ], + [ + "▁r", + "even" + ], + [ + "▁DE", + "BUG" + ], + [ + "▁", + "DEBUG" + ], + [ + "▁count", + "ed" + ], + [ + "▁coun", + "ted" + ], + [ + "▁institution", + "al" + ], + [ + "▁instit", + "utional" + ], + [ + "▁inst", + "itutional" + ], + [ + "▁Foto", + "s" + ], + [ + "▁Fot", + "os" + ], + [ + "▁Fo", + "tos" + ], + [ + "▁F", + "otos" + ], + [ + "44", + "5" + ], + [ + "4", + "45" + ], + [ + "▁Med", + "iterrâneo" + ], + [ + "aud", + "io" + ], + [ + "au", + "dio" + ], + [ + "a", + "udio" + ], + [ + "▁mistério", + "s" + ], + [ + "▁mist", + "érios" + ], + [ + "▁AUT", + "HOR" + ], + [ + "Not", + "Found" + ], + [ + "▁eliminate", + "d" + ], + [ + "▁elimina", + "ted" + ], + [ + "▁elimin", + "ated" + ], + [ + "▁elim", + "inated" + ], + [ + "can", + "onical" + ], + [ + "▁mand", + "ioca" + ], + [ + "▁ci", + "mento" + ], + [ + "▁c", + "imento" + ], + [ + "▁", + "cimento" + ], + [ + "▁ar", + "sen" + ], + [ + "▁long", + "itude" + ], + [ + "▁", + "longitude" + ], + [ + "▁bioma", + "ss" + ], + [ + "▁biom", + "ass" + ], + [ + "▁bio", + "mass" + ], + [ + "▁Principle", + "s" + ], + [ + "▁Princip", + "les" + ], + [ + "▁Prin", + "ciples" + ], + [ + "▁Fre", + "i" + ], + [ + "▁Fr", + "ei" + ], + [ + "▁F", + "rei" + ], + [ + "▁pont", + "uação" + ], + [ + "▁1992", + "." + ], + [ + "▁199", + "2." + ], + [ + "T", + "OTAL" + ], + [ + "▁tec", + "t" + ], + [ + "▁te", + "ct" + ], + [ + "▁t", + "ect" + ], + [ + "▁mente", + "s" + ], + [ + "▁ment", + "es" + ], + [ + "▁men", + "tes" + ], + [ + "▁m", + "entes" + ], + [ + "▁sense", + "s" + ], + [ + "▁sens", + "es" + ], + [ + "▁sen", + "ses" + ], + [ + "▁s", + "enses" + ], + [ + "▁compens", + "ação" + ], + [ + "▁profess", + "ion" + ], + [ + "▁prof", + "ession" + ], + [ + "▁Fe", + "n" + ], + [ + "▁F", + "en" + ], + [ + "▁7", + "-" + ], + [ + "▁", + "7-" + ], + [ + "Ind", + "ic" + ], + [ + "In", + "dic" + ], + [ + "▁'2016", + "-" + ], + [ + "▁'201", + "6-" + ], + [ + "plas", + "m" + ], + [ + "pla", + "sm" + ], + [ + "pl", + "asm" + ], + [ + "▁Na", + "cionais" + ], + [ + "▁N", + "acionais" + ], + [ + "dem", + "o" + ], + [ + "de", + "mo" + ], + [ + "d", + "emo" + ], + [ + "▁lo", + "yal" + ], + [ + "▁Circ", + "uit" + ], + [ + "▁sel", + "o" + ], + [ + "▁se", + "lo" + ], + [ + "▁s", + "elo" + ], + [ + "K", + "B" + ], + [ + "▁0", + "%" + ], + [ + "▁", + "0%" + ], + [ + "▁mina", + "s" + ], + [ + "▁min", + "as" + ], + [ + "▁mi", + "nas" + ], + [ + "▁m", + "inas" + ], + [ + "▁", + "minas" + ], + [ + "▁cac", + "au" + ], + [ + "▁ch", + "umbo" + ], + [ + "={", + "'" + ], + [ + "=", + "{'" + ], + [ + "▁#", + "0" + ], + [ + "▁af", + "ternoon" + ], + [ + "cis", + "mo" + ], + [ + "ci", + "smo" + ], + [ + "c", + "ismo" + ], + [ + "▁dispos", + "al" + ], + [ + "▁dis", + "posal" + ], + [ + "cr", + "o" + ], + [ + "c", + "ro" + ], + [ + "▁AL", + "IGN" + ], + [ + "▁station", + "ary" + ], + [ + "▁deb", + "at" + ], + [ + "▁de", + "bat" + ], + [ + "▁T", + "cl" + ], + [ + "▁la", + "p" + ], + [ + "▁l", + "ap" + ], + [ + "▁", + "lap" + ], + [ + "▁-", + "6" + ], + [ + "▁", + "-6" + ], + [ + "Inc", + "lude" + ], + [ + "In", + "clude" + ], + [ + "A", + "vailable" + ], + [ + "▁quote", + "d" + ], + [ + "▁quot", + "ed" + ], + [ + "▁quo", + "ted" + ], + [ + "▁qu", + "oted" + ], + [ + "Combo", + "Box" + ], + [ + "ácia", + "s" + ], + [ + "á", + "cias" + ], + [ + "▁mach", + "o" + ], + [ + "▁mac", + "ho" + ], + [ + "▁ma", + "cho" + ], + [ + "▁m", + "acho" + ], + [ + "ly", + "n" + ], + [ + "l", + "yn" + ], + [ + "▁servo", + "s" + ], + [ + "▁serv", + "os" + ], + [ + "▁ser", + "vos" + ], + [ + "89", + "." + ], + [ + "8", + "9." + ], + [ + "▁Ref", + "orm" + ], + [ + "▁Re", + "form" + ], + [ + "▁ru", + "d" + ], + [ + "▁r", + "ud" + ], + [ + "▁ingred", + "ient" + ], + [ + "√", + "£" + ], + [ + "▁apple", + "s" + ], + [ + "▁appl", + "es" + ], + [ + "▁app", + "les" + ], + [ + "▁ap", + "ples" + ], + [ + "▁Ga", + "z" + ], + [ + "▁G", + "az" + ], + [ + "NG", + "TH" + ], + [ + "rin", + "a" + ], + [ + "ri", + "na" + ], + [ + "r", + "ina" + ], + [ + "▁desf", + "avor" + ], + [ + "▁limita", + "tion" + ], + [ + "▁limit", + "ation" + ], + [ + "▁lim", + "itation" + ], + [ + "", + "‘" + ], + [ + "▁", + "П" + ], + [ + "▁Patr", + "i" + ], + [ + "▁Pat", + "ri" + ], + [ + "▁Pa", + "tri" + ], + [ + "▁dirig", + "e" + ], + [ + "▁dir", + "ige" + ], + [ + "▁di", + "rige" + ], + [ + "55", + "9" + ], + [ + "5", + "59" + ], + [ + "▁d", + "g" + ], + [ + "▁", + "dg" + ], + [ + "▁talk", + "ed" + ], + [ + "▁tal", + "ked" + ], + [ + "▁cent", + "imeters" + ], + [ + "86", + "5" + ], + [ + "8", + "65" + ], + [ + "▁D", + "T" + ], + [ + "▁", + "DT" + ], + [ + "??", + "?" + ], + [ + "?", + "??" + ], + [ + "▁Valor", + "es" + ], + [ + "▁Val", + "ores" + ], + [ + "88", + "4" + ], + [ + "8", + "84" + ], + [ + "▁Mort", + "e" + ], + [ + "▁Mor", + "te" + ], + [ + "▁M", + "orte" + ], + [ + "▁fet", + "al" + ], + [ + "▁fe", + "tal" + ], + [ + "▁f", + "etal" + ], + [ + "▁incl", + "inação" + ], + [ + "▁discover", + "ies" + ], + [ + "▁segura", + "s" + ], + [ + "▁segur", + "as" + ], + [ + "▁segu", + "ras" + ], + [ + "▁seg", + "uras" + ], + [ + "▁deus", + "a" + ], + [ + "▁deu", + "sa" + ], + [ + "▁de", + "usa" + ], + [ + "or", + "que" + ], + [ + "▁DIS", + "C" + ], + [ + "▁DI", + "SC" + ], + [ + "▁D", + "ISC" + ], + [ + "▁ficam", + "os" + ], + [ + "▁fica", + "mos" + ], + [ + "▁fic", + "amos" + ], + [ + "CL", + "US" + ], + [ + "▁Est", + "ão" + ], + [ + "M", + "u" + ], + [ + "▁int", + "érpre" + ], + [ + "ara", + "s" + ], + [ + "ar", + "as" + ], + [ + "a", + "ras" + ], + [ + "▁storm", + "s" + ], + [ + "▁st", + "orms" + ], + [ + "▁rep", + "ública" + ], + [ + "bin", + "s" + ], + [ + "bi", + "ns" + ], + [ + "b", + "ins" + ], + [ + "▁bin", + "omial" + ], + [ + "▁pestic", + "idas" + ], + [ + "▁pest", + "icidas" + ], + [ + "nea", + "r" + ], + [ + "ne", + "ar" + ], + [ + "n", + "ear" + ], + [ + "Mu", + "s" + ], + [ + "M", + "us" + ], + [ + "th", + "ink" + ], + [ + "▁alm", + "e" + ], + [ + "▁al", + "me" + ], + [ + "▁desk", + "top" + ], + [ + "▁des", + "ktop" + ], + [ + "▁Brazil", + "ian" + ], + [ + "▁count", + "ies" + ], + [ + "▁coun", + "ties" + ], + [ + "▁bo", + "om" + ], + [ + "▁b", + "oom" + ], + [ + "▁empreendedor", + "es" + ], + [ + "▁empreended", + "ores" + ], + [ + "▁empre", + "endedores" + ], + [ + "▁Ca", + "etano" + ], + [ + "(6", + ")" + ], + [ + "(", + "6)" + ], + [ + "▁und", + "ef" + ], + [ + "▁un", + "def" + ], + [ + "▁u", + "ndef" + ], + [ + "▁", + "undef" + ], + [ + "▁gain", + "ing" + ], + [ + "▁gai", + "ning" + ], + [ + "▁ga", + "ining" + ], + [ + "▁g", + "aining" + ], + [ + "▁Su", + "z" + ], + [ + "▁S", + "uz" + ], + [ + "1\"", + ">" + ], + [ + "1", + "\">" + ], + [ + "▁vote", + "rs" + ], + [ + "▁vot", + "ers" + ], + [ + "▁vo", + "ters" + ], + [ + "32", + "5" + ], + [ + "3", + "25" + ], + [ + "ir", + "á" + ], + [ + "▁detal", + "hada" + ], + [ + "▁pensador", + "es" + ], + [ + "▁pensado", + "res" + ], + [ + "▁pens", + "adores" + ], + [ + "S", + "V" + ], + [ + "▁fire", + "d" + ], + [ + "▁fir", + "ed" + ], + [ + "▁fi", + "red" + ], + [ + "▁f", + "ired" + ], + [ + "▁Fib", + "onacci" + ], + [ + "▁cl", + "icar" + ], + [ + "▁vel", + "h" + ], + [ + "▁ve", + "lh" + ], + [ + "▁v", + "elh" + ], + [ + "with", + "out" + ], + [ + "▁hun", + "ger" + ], + [ + "▁Ass", + "embl" + ], + [ + "33", + "8" + ], + [ + "3", + "38" + ], + [ + "▁Christ", + "opher" + ], + [ + "▁Count", + "er" + ], + [ + "▁Coun", + "ter" + ], + [ + "▁C", + "ounter" + ], + [ + "▁", + "Counter" + ], + [ + "▁par", + "liament" + ], + [ + "Not", + "hing" + ], + [ + "No", + "thing" + ], + [ + "N", + "othing" + ], + [ + "64", + "0" + ], + [ + "6", + "40" + ], + [ + "▁dem", + "o" + ], + [ + "▁de", + "mo" + ], + [ + "▁d", + "emo" + ], + [ + "▁", + "demo" + ], + [ + "▁28", + "0" + ], + [ + "▁2", + "80" + ], + [ + "▁", + "280" + ], + [ + "▁Consequ", + "ently" + ], + [ + "▁extin", + "gu" + ], + [ + "▁ext", + "ingu" + ], + [ + "▁Sk", + "y" + ], + [ + "▁S", + "ky" + ], + [ + "▁estimul", + "ando" + ], + [ + "▁estim", + "ulando" + ], + [ + "úncia", + "s" + ], + [ + "ún", + "cias" + ], + [ + "ú", + "ncias" + ], + [ + "▁piv", + "ot" + ], + [ + "▁p", + "ivot" + ], + [ + "▁ex", + "alt" + ], + [ + "▁ol", + "ímp" + ], + [ + "0.", + "4" + ], + [ + "0", + ".4" + ], + [ + "▁apresent", + "e" + ], + [ + "▁a", + "presente" + ], + [ + "▁block", + "ed" + ], + [ + "▁b", + "locked" + ], + [ + "▁Conceito", + "s" + ], + [ + "▁Conce", + "itos" + ], + [ + "▁territ", + "ories" + ], + [ + "n", + "w" + ], + [ + "ÇA", + "S" + ], + [ + "Ç", + "AS" + ], + [ + "45", + ")" + ], + [ + "4", + "5)" + ], + [ + "▁Fav", + "or" + ], + [ + "▁Fa", + "vor" + ], + [ + "▁F", + "avor" + ], + [ + "R", + "B" + ], + [ + "▁tabela", + "s" + ], + [ + "▁tabel", + "as" + ], + [ + "▁tab", + "elas" + ], + [ + "▁cum", + "ulative" + ], + [ + "=", + "." + ], + [ + "▁alcanç", + "ou" + ], + [ + "ía", + "co" + ], + [ + "í", + "aco" + ], + [ + "MAGE", + "S" + ], + [ + "MAG", + "ES" + ], + [ + "M", + "AGES" + ], + [ + "▁bar", + "b" + ], + [ + "▁ba", + "rb" + ], + [ + "▁b", + "arb" + ], + [ + "ij", + "a" + ], + [ + "i", + "ja" + ], + [ + "▁Bran", + "ca" + ], + [ + "▁Sag", + "rada" + ], + [ + "▁Metod", + "ologia" + ], + [ + "rop", + "ic" + ], + [ + "ro", + "pic" + ], + [ + "r", + "opic" + ], + [ + "▁fit", + "ted" + ], + [ + "▁fi", + "tted" + ], + [ + "K", + "K" + ], + [ + "▁restrit", + "o" + ], + [ + "▁rest", + "rito" + ], + [ + "▁Ac", + "ordo" + ], + [ + "▁A", + "cordo" + ], + [ + "▁prepara", + "da" + ], + [ + "▁prepar", + "ada" + ], + [ + "▁subt", + "le" + ], + [ + "▁sub", + "tle" + ], + [ + "▁Oc", + "orre" + ], + [ + "▁O", + "corre" + ], + [ + "min", + "d" + ], + [ + "mi", + "nd" + ], + [ + "m", + "ind" + ], + [ + "▁break", + "down" + ], + [ + "28", + "6" + ], + [ + "2", + "86" + ], + [ + "▁acolh", + "er" + ], + [ + "▁acol", + "her" + ], + [ + "▁tra", + "ço" + ], + [ + "▁tr", + "aço" + ], + [ + "▁Whats", + "App" + ], + [ + "▁comm", + "emor" + ], + [ + "▁_____", + "_" + ], + [ + "▁____", + "__" + ], + [ + "▁___", + "___" + ], + [ + "▁__", + "____" + ], + [ + "▁_", + "_____" + ], + [ + "▁", + "______" + ], + [ + "▁xx", + "x" + ], + [ + "▁x", + "xx" + ], + [ + "▁", + "xxx" + ], + [ + "ec", + "urity" + ], + [ + "▁enth", + "usias" + ], + [ + "▁philosoph", + "ical" + ], + [ + "▁'''", + "<" + ], + [ + "▁''", + "'<" + ], + [ + "▁Element", + "ary" + ], + [ + "▁D", + "NS" + ], + [ + "▁perc", + "a" + ], + [ + "▁per", + "ca" + ], + [ + "▁p", + "erca" + ], + [ + "cap", + "ital" + ], + [ + "(1)", + "." + ], + [ + "(1", + ")." + ], + [ + "(", + "1)." + ], + [ + "▁win", + "s" + ], + [ + "▁w", + "ins" + ], + [ + "191", + "82" + ], + [ + "19", + "182" + ], + [ + "umin", + "ate" + ], + [ + "um", + "inate" + ], + [ + "car", + "ga" + ], + [ + "c", + "arga" + ], + [ + "▁Ne", + "le" + ], + [ + "▁N", + "ele" + ], + [ + "BA", + "CK" + ], + [ + "B", + "ACK" + ], + [ + "▁Curric", + "ulum" + ], + [ + "▁Carne", + "iro" + ], + [ + "▁Carn", + "eiro" + ], + [ + "▁passado", + "s" + ], + [ + "▁passa", + "dos" + ], + [ + "▁pass", + "ados" + ], + [ + "▁Eco", + "l" + ], + [ + "▁Ec", + "ol" + ], + [ + "▁E", + "col" + ], + [ + "▁tim", + "ber" + ], + [ + "ec", + "ologia" + ], + [ + "▁filosóf", + "ica" + ], + [ + "84", + "9" + ], + [ + "8", + "49" + ], + [ + "uit", + "y" + ], + [ + "ui", + "ty" + ], + [ + "u", + "ity" + ], + [ + "P", + "lease" + ], + [ + "▁arg", + "ila" + ], + [ + "▁Aç", + "ões" + ], + [ + "▁A", + "ções" + ], + [ + "ain", + "do" + ], + [ + "a", + "indo" + ], + [ + "▁LD", + "A" + ], + [ + "▁L", + "DA" + ], + [ + "b", + "irth" + ], + [ + "Impl", + "ement" + ], + [ + "Imp", + "lement" + ], + [ + "Im", + "plement" + ], + [ + "iver", + "y" + ], + [ + "ive", + "ry" + ], + [ + "iv", + "ery" + ], + [ + "i", + "very" + ], + [ + "▁failure", + "s" + ], + [ + "▁fail", + "ures" + ], + [ + "▁Instr", + "uction" + ], + [ + "▁In", + "struction" + ], + [ + "▁", + "Instruction" + ], + [ + "▁apropri", + "ação" + ], + [ + "▁apro", + "priação" + ], + [ + "▁individual", + "ly" + ], + [ + "▁individ", + "ually" + ], + [ + "▁simb", + "ólico" + ], + [ + "MO", + "F" + ], + [ + "M", + "OF" + ], + [ + "▁VI", + "DA" + ], + [ + "▁V", + "IDA" + ], + [ + "▁bol", + "o" + ], + [ + "▁bo", + "lo" + ], + [ + "▁b", + "olo" + ], + [ + "▁unic", + "amente" + ], + [ + "▁un", + "icamente" + ], + [ + "▁Freder", + "ick" + ], + [ + "iclop", + "édia" + ], + [ + "▁inerente", + "s" + ], + [ + "▁iner", + "entes" + ], + [ + "▁Sw", + "itch" + ], + [ + "▁", + "Switch" + ], + [ + "▁mudar", + "am" + ], + [ + "▁muda", + "ram" + ], + [ + "▁mud", + "aram" + ], + [ + "▁Russ", + "ell" + ], + [ + "▁bip", + "olar" + ], + [ + "▁bi", + "polar" + ], + [ + "ifica", + "nt" + ], + [ + "ific", + "ant" + ], + [ + "alt", + "a" + ], + [ + "al", + "ta" + ], + [ + "▁inserido", + "s" + ], + [ + "▁inser", + "idos" + ], + [ + "▁Guin", + "é" + ], + [ + "▁Militar", + "y" + ], + [ + "▁Mil", + "itary" + ], + [ + "▁che", + "r" + ], + [ + "▁ch", + "er" + ], + [ + "▁c", + "her" + ], + [ + "▁", + "cher" + ], + [ + "▁dança", + "s" + ], + [ + "▁danç", + "as" + ], + [ + "▁dan", + "ças" + ], + [ + "▁d", + "anças" + ], + [ + "▁trip", + "s" + ], + [ + "▁tri", + "ps" + ], + [ + "▁tr", + "ips" + ], + [ + "▁impose", + "d" + ], + [ + "▁imp", + "osed" + ], + [ + "▁im", + "posed" + ], + [ + "▁Aw", + "ard" + ], + [ + "▁A", + "ward" + ], + [ + "▁lenda", + "s" + ], + [ + "▁lend", + "as" + ], + [ + "▁len", + "das" + ], + [ + "▁l", + "endas" + ], + [ + "▁allerg", + "y" + ], + [ + "▁all", + "ergy" + ], + [ + "e", + "h" + ], + [ + "▁toma", + "m" + ], + [ + "▁tom", + "am" + ], + [ + "▁cheio", + "s" + ], + [ + "▁che", + "ios" + ], + [ + "Red", + "u" + ], + [ + "Re", + "du" + ], + [ + "R", + "edu" + ], + [ + "▁Pens", + "ando" + ], + [ + "▁diagnostic", + "ar" + ], + [ + "▁Pack", + "age" + ], + [ + "▁", + "Package" + ], + [ + "▁motiv", + "ated" + ], + [ + "▁mot", + "ivated" + ], + [ + "\\", + "{" + ], + [ + "▁less", + "er" + ], + [ + "▁les", + "ser" + ], + [ + "graph", + "ics" + ], + [ + "▁short", + "est" + ], + [ + "▁shor", + "test" + ], + [ + "ext", + "ension" + ], + [ + "▁export", + "ações" + ], + [ + "▁expor", + "tações" + ], + [ + "▁ad", + "her" + ], + [ + "▁rap", + "az" + ], + [ + "▁Jov", + "em" + ], + [ + "▁Jo", + "vem" + ], + [ + "▁Si", + "d" + ], + [ + "▁S", + "id" + ], + [ + "▁ética", + "s" + ], + [ + "▁é", + "ticas" + ], + [ + "▁", + "éticas" + ], + [ + "Ad", + "v" + ], + [ + "A", + "dv" + ], + [ + "osp", + "ect" + ], + [ + "os", + "pect" + ], + [ + "o", + "spect" + ], + [ + "uni", + "on" + ], + [ + "un", + "ion" + ], + [ + "Man", + "y" + ], + [ + "Ma", + "ny" + ], + [ + "M", + "any" + ], + [ + "▁cr", + "ente" + ], + [ + "al", + "vo" + ], + [ + "▁fixa", + "r" + ], + [ + "▁fix", + "ar" + ], + [ + "▁mec", + "ânico" + ], + [ + "ici", + "da" + ], + [ + "ic", + "ida" + ], + [ + "i", + "cida" + ], + [ + "T", + "y" + ], + [ + "ID", + "s" + ], + [ + "I", + "Ds" + ], + [ + "▁TIM", + "E" + ], + [ + "▁TI", + "ME" + ], + [ + "▁T", + "IME" + ], + [ + "▁", + "TIME" + ], + [ + "▁TRABAL", + "HO" + ], + [ + "otic", + "s" + ], + [ + "ot", + "ics" + ], + [ + "o", + "tics" + ], + [ + "▁estranho", + "s" + ], + [ + "▁estran", + "hos" + ], + [ + "▁estr", + "anhos" + ], + [ + "mat", + "ic" + ], + [ + "ma", + "tic" + ], + [ + "m", + "atic" + ], + [ + "DW", + "ORD" + ], + [ + "D", + "WORD" + ], + [ + "▁objectivo", + "s" + ], + [ + "▁object", + "ivos" + ], + [ + "▁faz", + "ende" + ], + [ + "▁DE", + "LETE" + ], + [ + "▁", + "DELETE" + ], + [ + "ure", + "za" + ], + [ + "ur", + "eza" + ], + [ + "▁submet", + "er" + ], + [ + "▁subm", + "eter" + ], + [ + "▁sub", + "meter" + ], + [ + "▁proporciona", + "m" + ], + [ + "▁proporcion", + "am" + ], + [ + "▁adequ", + "ação" + ], + [ + "▁frac", + "a" + ], + [ + "▁fra", + "ca" + ], + [ + "▁fr", + "aca" + ], + [ + "▁í", + "m" + ], + [ + "▁", + "ím" + ], + [ + "(*", + ")" + ], + [ + "(", + "*)" + ], + [ + "▁nine", + "teenth" + ], + [ + "▁n", + "ineteenth" + ], + [ + "▁employer", + "s" + ], + [ + "▁employ", + "ers" + ], + [ + "\\", + "'" + ], + [ + "▁teórica", + "s" + ], + [ + "▁te", + "óricas" + ], + [ + "For", + "ward" + ], + [ + "▁lúd", + "ica" + ], + [ + "▁ventil", + "ação" + ], + [ + "▁vent", + "ilação" + ], + [ + "ité", + "rio" + ], + [ + "it", + "ério" + ], + [ + "26", + "6" + ], + [ + "2", + "66" + ], + [ + "▁chefe", + "s" + ], + [ + "▁chef", + "es" + ], + [ + "▁artif", + "acts" + ], + [ + "Fo", + "l" + ], + [ + "F", + "ol" + ], + [ + "PARA", + "M" + ], + [ + "PAR", + "AM" + ], + [ + "PA", + "RAM" + ], + [ + "▁(1", + "3)" + ], + [ + "▁(", + "13)" + ], + [ + "inform", + "ation" + ], + [ + "in", + "formation" + ], + [ + "▁tanque", + "s" + ], + [ + "▁tan", + "ques" + ], + [ + "▁WA", + "R" + ], + [ + "▁W", + "AR" + ], + [ + "▁", + "WAR" + ], + [ + "▁contro", + "vér" + ], + [ + "▁Da", + "k" + ], + [ + "▁D", + "ak" + ], + [ + "!)", + "." + ], + [ + "!", + ")." + ], + [ + "▁pou", + "s" + ], + [ + "▁po", + "us" + ], + [ + "▁p", + "ous" + ], + [ + "▁et", + "iqu" + ], + [ + "▁Liter", + "ature" + ], + [ + "▁conce", + "rt" + ], + [ + "▁conc", + "ert" + ], + [ + "▁con", + "cert" + ], + [ + "▁organizada", + "s" + ], + [ + "▁organiza", + "das" + ], + [ + "▁organiz", + "adas" + ], + [ + "▁organ", + "izadas" + ], + [ + "▁velocidade", + "s" + ], + [ + "▁veloc", + "idades" + ], + [ + "▁saf", + "ra" + ], + [ + "▁sa", + "fra" + ], + [ + "ows", + "ki" + ], + [ + "ow", + "ski" + ], + [ + "▁M", + "É" + ], + [ + "▁tro", + "mb" + ], + [ + "▁tr", + "omb" + ], + [ + "▁racis", + "m" + ], + [ + "▁rac", + "ism" + ], + [ + "▁revis", + "ed" + ], + [ + "▁rev", + "ised" + ], + [ + "▁Photo", + "s" + ], + [ + "▁Phot", + "os" + ], + [ + "▁Ph", + "otos" + ], + [ + "▁UR", + "I" + ], + [ + "▁U", + "RI" + ], + [ + "▁", + "URI" + ], + [ + "#1", + "3" + ], + [ + "#", + "13" + ], + [ + "(25", + "5," + ], + [ + "(2", + "55," + ], + [ + "(", + "255," + ], + [ + "▁place", + "bo" + ], + [ + ":", + "3" + ], + [ + "ende", + "m" + ], + [ + "end", + "em" + ], + [ + "en", + "dem" + ], + [ + "▁tack", + "le" + ], + [ + "▁mens", + "tru" + ], + [ + "▁men", + "stru" + ], + [ + "▁van", + "gu" + ], + [ + "▁v", + "angu" + ], + [ + "▁cu", + "d" + ], + [ + "▁c", + "ud" + ], + [ + "▁", + "cud" + ], + [ + "▁ren", + "unci" + ], + [ + "▁CE", + "P" + ], + [ + "▁C", + "EP" + ], + [ + "dia", + "log" + ], + [ + "d", + "ialog" + ], + [ + "▁inf", + "il" + ], + [ + "▁in", + "fil" + ], + [ + "ethe", + "less" + ], + [ + "eth", + "eless" + ], + [ + "e", + "theless" + ], + [ + "MP", + "I" + ], + [ + "M", + "PI" + ], + [ + "ab", + "us" + ], + [ + "a", + "bus" + ], + [ + "▁conversation", + "s" + ], + [ + "▁convers", + "ations" + ], + [ + "RA", + "Y" + ], + [ + "R", + "AY" + ], + [ + "orne", + "y" + ], + [ + "orn", + "ey" + ], + [ + "or", + "ney" + ], + [ + "▁AT", + "P" + ], + [ + "▁A", + "TP" + ], + [ + "▁transmit", + "e" + ], + [ + "▁transm", + "ite" + ], + [ + "DU", + "CT" + ], + [ + "▁Pública", + "s" + ], + [ + "▁Pú", + "blicas" + ], + [ + "▁proto", + "type" + ], + [ + "▁prot", + "otype" + ], + [ + "▁", + "prototype" + ], + [ + "▁m", + "f" + ], + [ + "▁", + "mf" + ], + [ + "▁ab", + "road" + ], + [ + "0028", + "00" + ], + [ + "002", + "800" + ], + [ + "uation", + "s" + ], + [ + "u", + "ations" + ], + [ + "▁Isa", + "ías" + ], + [ + "▁ponte", + "s" + ], + [ + "▁pont", + "es" + ], + [ + "▁pon", + "tes" + ], + [ + "▁adi", + "p" + ], + [ + "▁ad", + "ip" + ], + [ + "▁a", + "dip" + ], + [ + "▁danger", + "s" + ], + [ + "▁dan", + "gers" + ], + [ + "▁d", + "angers" + ], + [ + "▁optim", + "ize" + ], + [ + "▁im", + "igração" + ], + [ + "Orig", + "in" + ], + [ + "Ori", + "gin" + ], + [ + "▁diagnos", + "e" + ], + [ + "▁diagn", + "ose" + ], + [ + "▁diag", + "nose" + ], + [ + "M", + "ix" + ], + [ + "ge", + "q" + ], + [ + "g", + "eq" + ], + [ + "▁Tib", + "et" + ], + [ + "▁Ti", + "bet" + ], + [ + "▁bên", + "ção" + ], + [ + "▁fran", + "go" + ], + [ + "▁fr", + "ango" + ], + [ + "▁spec", + "ifies" + ], + [ + "Do", + "t" + ], + [ + "D", + "ot" + ], + [ + "▁inher", + "ent" + ], + [ + "▁venced", + "or" + ], + [ + "▁vence", + "dor" + ], + [ + "▁venc", + "edor" + ], + [ + "▁Inst", + "ance" + ], + [ + "▁", + "Instance" + ], + [ + "Co", + "d" + ], + [ + "C", + "od" + ], + [ + "▁collabor", + "ative" + ], + [ + "▁desid", + "ratação" + ], + [ + "xi", + "ous" + ], + [ + "x", + "ious" + ], + [ + "▁Rev", + "is" + ], + [ + "▁Re", + "vis" + ], + [ + "▁cost", + "ly" + ], + [ + "▁specimen", + "s" + ], + [ + "▁specim", + "ens" + ], + [ + "▁To", + "o" + ], + [ + "▁T", + "oo" + ], + [ + "L", + "V" + ], + [ + "re", + "pository" + ], + [ + "▁empréstimo", + "s" + ], + [ + "▁emprést", + "imos" + ], + [ + "▁impress", + "o" + ], + [ + "▁impr", + "esso" + ], + [ + "▁", + "Ω" + ], + [ + "vor", + "a" + ], + [ + "vo", + "ra" + ], + [ + "v", + "ora" + ], + [ + "▁Bou", + "r" + ], + [ + "▁Bo", + "ur" + ], + [ + "▁B", + "our" + ], + [ + "▁event", + "uais" + ], + [ + "▁Depend", + "endo" + ], + [ + "▁Dep", + "endendo" + ], + [ + "▁]", + "]" + ], + [ + "▁", + "]]" + ], + [ + "▁consequ", + "ente" + ], + [ + "ein", + "g" + ], + [ + "ei", + "ng" + ], + [ + "e", + "ing" + ], + [ + "ron", + "utri" + ], + [ + "Ass", + "oci" + ], + [ + "▁degrad", + "ation" + ], + [ + "_1", + "0" + ], + [ + "_", + "10" + ], + [ + "▁afeta", + "do" + ], + [ + "▁afet", + "ado" + ], + [ + "▁hill", + "s" + ], + [ + "▁h", + "ills" + ], + [ + "86", + "." + ], + [ + "8", + "6." + ], + [ + "▁fle", + "et" + ], + [ + "▁impulso", + "s" + ], + [ + "▁impuls", + "os" + ], + [ + "▁impul", + "sos" + ], + [ + "▁genetic", + "s" + ], + [ + "▁gene", + "tics" + ], + [ + "▁gen", + "etics" + ], + [ + "▁furn", + "iture" + ], + [ + "▁N", + "G" + ], + [ + "▁", + "NG" + ], + [ + "▁consent", + "imento" + ], + [ + "pra", + "ct" + ], + [ + "pr", + "act" + ], + [ + "p", + "ract" + ], + [ + "T", + "s" + ], + [ + "76", + "8" + ], + [ + "7", + "68" + ], + [ + "▁Observ", + "atório" + ], + [ + "▁vo", + "ar" + ], + [ + "▁v", + "oar" + ], + [ + "▁Setting", + "s" + ], + [ + "▁Set", + "tings" + ], + [ + "▁", + "Settings" + ], + [ + "▁Bea", + "ch" + ], + [ + "▁Be", + "ach" + ], + [ + "▁B", + "each" + ], + [ + "▁In", + "valid" + ], + [ + "▁", + "Invalid" + ], + [ + "tu", + "r" + ], + [ + "t", + "ur" + ], + [ + "ifi", + "able" + ], + [ + "if", + "iable" + ], + [ + "▁part", + "indo" + ], + [ + "▁cam", + "in" + ], + [ + "▁ca", + "min" + ], + [ + "▁c", + "amin" + ], + [ + "▁transmit", + "ido" + ], + [ + "▁có", + "s" + ], + [ + "▁c", + "ós" + ], + [ + "▁college", + "s" + ], + [ + "▁colle", + "ges" + ], + [ + "▁col", + "leges" + ], + [ + "▁end", + "e" + ], + [ + "▁en", + "de" + ], + [ + "▁", + "ende" + ], + [ + "ologista", + "s" + ], + [ + "ologist", + "as" + ], + [ + "olog", + "istas" + ], + [ + "▁constitu", + "cionais" + ], + [ + "lib", + "s" + ], + [ + "li", + "bs" + ], + [ + "▁800", + "0" + ], + [ + "▁80", + "00" + ], + [ + "▁8", + "000" + ], + [ + "▁", + "8000" + ], + [ + "▁oftal", + "m" + ], + [ + "▁africana", + "s" + ], + [ + "▁afric", + "anas" + ], + [ + "▁localidade", + "s" + ], + [ + "▁local", + "idades" + ], + [ + "opro", + "te" + ], + [ + "op", + "rote" + ], + [ + "o", + "prote" + ], + [ + "▁br", + "illiant" + ], + [ + "ot", + "yp" + ], + [ + "o", + "typ" + ], + [ + "E", + "p" + ], + [ + "NUM", + "BER" + ], + [ + "36", + "3" + ], + [ + "3", + "63" + ], + [ + "▁or", + "e" + ], + [ + "▁o", + "re" + ], + [ + "▁", + "ore" + ], + [ + "▁emp", + "oder" + ], + [ + "▁em", + "poder" + ], + [ + "▁automat", + "ed" + ], + [ + "▁autom", + "ated" + ], + [ + "▁viabil", + "idade" + ], + [ + "▁via", + "bilidade" + ], + [ + "▁vi", + "abilidade" + ], + [ + "▁v", + "iabilidade" + ], + [ + "▁2.", + "3" + ], + [ + "▁2", + ".3" + ], + [ + "▁", + "2.3" + ], + [ + "Br", + "anch" + ], + [ + "B", + "ranch" + ], + [ + "▁sk", + "ull" + ], + [ + "▁Fe", + "ature" + ], + [ + "▁", + "Feature" + ], + [ + "▁sustenta", + "ção" + ], + [ + "▁sustent", + "ação" + ], + [ + "▁arom", + "a" + ], + [ + "▁aro", + "ma" + ], + [ + "▁ar", + "oma" + ], + [ + "▁insul", + "ation" + ], + [ + "▁ins", + "ulation" + ], + [ + "▁des", + "inf" + ], + [ + "-1)", + "*" + ], + [ + "-1", + ")*" + ], + [ + "-", + "1)*" + ], + [ + "▁Term", + "s" + ], + [ + "▁Ter", + "ms" + ], + [ + "_1", + "1" + ], + [ + "_", + "11" + ], + [ + "▁GO", + "TO" + ], + [ + "▁G", + "OTO" + ], + [ + "▁(6", + "," + ], + [ + "▁(", + "6," + ], + [ + "▁", + "(6," + ], + [ + "▁Off", + "set" + ], + [ + "▁", + "Offset" + ], + [ + "▁Pain", + "t" + ], + [ + "▁Pai", + "nt" + ], + [ + "▁Pa", + "int" + ], + [ + "▁P", + "aint" + ], + [ + "▁", + "Paint" + ], + [ + "▁Inclus", + "ão" + ], + [ + "▁Incl", + "usão" + ], + [ + "▁In", + "clusão" + ], + [ + "77", + "5" + ], + [ + "7", + "75" + ], + [ + "▁Mo", + "b" + ], + [ + "▁M", + "ob" + ], + [ + "▁Ver", + "a" + ], + [ + "▁Ve", + "ra" + ], + [ + "▁V", + "era" + ], + [ + "app", + "oint" + ], + [ + "ap", + "point" + ], + [ + "▁debate", + "r" + ], + [ + "▁debat", + "er" + ], + [ + "▁deb", + "ater" + ], + [ + "▁Web", + "site" + ], + [ + "▁We", + "bsite" + ], + [ + "tes", + "y" + ], + [ + "te", + "sy" + ], + [ + "prepar", + "e" + ], + [ + "pre", + "pare" + ], + [ + "ba", + "g" + ], + [ + "b", + "ag" + ], + [ + "HOS", + "T" + ], + [ + "HO", + "ST" + ], + [ + "H", + "OST" + ], + [ + "ietz", + "sche" + ], + [ + "▁Silv", + "eira" + ], + [ + "▁Sil", + "veira" + ], + [ + "▁aprecia", + "r" + ], + [ + "▁apreci", + "ar" + ], + [ + "▁contrat", + "ação" + ], + [ + "▁contr", + "atação" + ], + [ + "▁cont", + "ratação" + ], + [ + "▁general", + "ized" + ], + [ + "1.", + "4" + ], + [ + "1", + ".4" + ], + [ + "▁AT", + "IV" + ], + [ + "▁Cho", + "ice" + ], + [ + "▁", + "Choice" + ], + [ + "▁remet", + "e" + ], + [ + "▁rem", + "ete" + ], + [ + "▁SA", + "T" + ], + [ + "▁S", + "AT" + ], + [ + "gener", + "ic" + ], + [ + "gene", + "ric" + ], + [ + "gen", + "eric" + ], + [ + "▁Simpl", + "y" + ], + [ + "▁Sim", + "ply" + ], + [ + "hel", + "d" + ], + [ + "he", + "ld" + ], + [ + "h", + "eld" + ], + [ + "▁aw", + "s" + ], + [ + "▁a", + "ws" + ], + [ + "▁", + "aws" + ], + [ + "▁Floresta", + "l" + ], + [ + "▁Flores", + "tal" + ], + [ + "▁Flor", + "estal" + ], + [ + "ps", + "y" + ], + [ + "p", + "sy" + ], + [ + "▁Ne", + "ither" + ], + [ + "▁Princípio", + "s" + ], + [ + "▁Princ", + "ípios" + ], + [ + "Type", + "d" + ], + [ + "Typ", + "ed" + ], + [ + "Ty", + "ped" + ], + [ + "▁Ca", + "ixa" + ], + [ + "▁C", + "aixa" + ], + [ + "17", + "8" + ], + [ + "1", + "78" + ], + [ + "IN", + "PUT" + ], + [ + "▁A", + "edes" + ], + [ + "#", + "{" + ], + [ + "':", + "'" + ], + [ + "'", + ":'" + ], + [ + "▁separada", + "s" + ], + [ + "▁separa", + "das" + ], + [ + "▁separ", + "adas" + ], + [ + "▁Acredit", + "a" + ], + [ + "▁Acre", + "dita" + ], + [ + "ave", + "r" + ], + [ + "av", + "er" + ], + [ + "a", + "ver" + ], + [ + "▁DA", + "T" + ], + [ + "▁D", + "AT" + ], + [ + "▁", + "DAT" + ], + [ + "pit", + "er" + ], + [ + "pi", + "ter" + ], + [ + "p", + "iter" + ], + [ + "ea", + "h" + ], + [ + "e", + "ah" + ], + [ + "▁top", + "ology" + ], + [ + "▁famosa", + "s" + ], + [ + "▁famos", + "as" + ], + [ + "▁fam", + "osas" + ], + [ + "UN", + "IC" + ], + [ + "ha", + "w" + ], + [ + "h", + "aw" + ], + [ + "▁ru", + "ling" + ], + [ + "▁r", + "uling" + ], + [ + "▁buc", + "k" + ], + [ + "▁bu", + "ck" + ], + [ + "▁b", + "uck" + ], + [ + "▁fragment", + "s" + ], + [ + "▁frag", + "ments" + ], + [ + "FR", + "A" + ], + [ + "F", + "RA" + ], + [ + "ct", + "l" + ], + [ + "c", + "tl" + ], + [ + "▁W", + "y" + ], + [ + "▁Priv", + "acidade" + ], + [ + "▁Na", + "qu" + ], + [ + "▁N", + "aqu" + ], + [ + "▁un", + "clear" + ], + [ + "▁menstru", + "al" + ], + [ + "▁men", + "strual" + ], + [ + "▁Sof", + "t" + ], + [ + "▁So", + "ft" + ], + [ + "▁S", + "oft" + ], + [ + "▁", + "Soft" + ], + [ + "▁prepar", + "ando" + ], + [ + "▁Fl", + "at" + ], + [ + "▁F", + "lat" + ], + [ + "▁", + "Flat" + ], + [ + "▁Flor", + "es" + ], + [ + "▁Fl", + "ores" + ], + [ + "ran", + "o" + ], + [ + "ra", + "no" + ], + [ + "r", + "ano" + ], + [ + "heck", + "ing" + ], + [ + "hec", + "king" + ], + [ + "▁Quest", + "ões" + ], + [ + "defin", + "ition" + ], + [ + "def", + "inition" + ], + [ + "▁PAT", + "H" + ], + [ + "▁PA", + "TH" + ], + [ + "▁P", + "ATH" + ], + [ + "▁", + "PATH" + ], + [ + "ad", + "inho" + ], + [ + "▁est", + "ip" + ], + [ + "▁es", + "tip" + ], + [ + "H", + "U" + ], + [ + "▁\".", + ".." + ], + [ + "▁\"", + "..." + ], + [ + "▁Present", + "ation" + ], + [ + "▁Sol", + "d" + ], + [ + "▁So", + "ld" + ], + [ + "▁S", + "old" + ], + [ + "▁Calcul", + "ation" + ], + [ + "▁Calc", + "ulation" + ], + [ + "▁Constant", + "ino" + ], + [ + "och", + "as" + ], + [ + "oc", + "has" + ], + [ + "o", + "chas" + ], + [ + "▁bi", + "odegrad" + ], + [ + "16", + "2" + ], + [ + "1", + "62" + ], + [ + "▁prazo", + "s" + ], + [ + "▁pra", + "zos" + ], + [ + "▁sert", + "ão" + ], + [ + "embro", + "s" + ], + [ + "emb", + "ros" + ], + [ + "em", + "bros" + ], + [ + "▁real", + "m" + ], + [ + "▁rea", + "lm" + ], + [ + "▁re", + "alm" + ], + [ + "GA", + "N" + ], + [ + "G", + "AN" + ], + [ + "D", + "ictionary" + ], + [ + "▁europeia", + "s" + ], + [ + "▁europe", + "ias" + ], + [ + "▁mel", + "t" + ], + [ + "▁me", + "lt" + ], + [ + "▁m", + "elt" + ], + [ + "▁La", + "yer" + ], + [ + "▁L", + "ayer" + ], + [ + "▁", + "Layer" + ], + [ + "▁sindic", + "al" + ], + [ + "▁sind", + "ical" + ], + [ + "content", + "s" + ], + [ + "cont", + "ents" + ], + [ + "▁libert", + "y" + ], + [ + "▁liber", + "ty" + ], + [ + "▁lib", + "erty" + ], + [ + "▁sun", + "s" + ], + [ + "▁su", + "ns" + ], + [ + "▁s", + "uns" + ], + [ + "▁scr", + "ap" + ], + [ + "▁sc", + "rap" + ], + [ + "▁quim", + "i" + ], + [ + "▁qui", + "mi" + ], + [ + "▁qu", + "imi" + ], + [ + "▁Product", + "ion" + ], + [ + "▁Pro", + "duction" + ], + [ + "Mon", + "ad" + ], + [ + "34", + "0" + ], + [ + "3", + "40" + ], + [ + "▁M", + "ódulo" + ], + [ + "▁Pant", + "anal" + ], + [ + "▁lit", + "h" + ], + [ + "▁li", + "th" + ], + [ + "▁l", + "ith" + ], + [ + "▁Entr", + "y" + ], + [ + "▁Ent", + "ry" + ], + [ + "▁En", + "try" + ], + [ + "▁", + "Entry" + ], + [ + "▁particip", + "ando" + ], + [ + "▁pres", + "chool" + ], + [ + "▁pre", + "school" + ], + [ + "▁Mart", + "a" + ], + [ + "▁Mar", + "ta" + ], + [ + "▁M", + "arta" + ], + [ + "▁profundo", + "s" + ], + [ + "▁profund", + "os" + ], + [ + "▁prof", + "undos" + ], + [ + "▁Lu", + "s" + ], + [ + "▁L", + "us" + ], + [ + "39", + "7" + ], + [ + "3", + "97" + ], + [ + "ób", + "ulos" + ], + [ + "▁Ke", + "pler" + ], + [ + "▁oxid", + "e" + ], + [ + "▁ox", + "ide" + ], + [ + "▁", + "oxide" + ], + [ + "cth", + "reads" + ], + [ + "c", + "threads" + ], + [ + "▁nega", + "ção" + ], + [ + "▁neg", + "ação" + ], + [ + "]))", + ";" + ], + [ + "])", + ");" + ], + [ + "]", + "));" + ], + [ + "▁farm", + "er" + ], + [ + "▁far", + "mer" + ], + [ + "▁identificada", + "s" + ], + [ + "▁identifica", + "das" + ], + [ + "▁identific", + "adas" + ], + [ + "▁ident", + "ificadas" + ], + [ + "▁wor", + "s" + ], + [ + "▁wo", + "rs" + ], + [ + "▁w", + "ors" + ], + [ + "▁potato", + "es" + ], + [ + "▁pot", + "atoes" + ], + [ + "▁M", + "Y" + ], + [ + "▁", + "MY" + ], + [ + "▁cardi", + "ac" + ], + [ + "▁card", + "iac" + ], + [ + "->{", + "$" + ], + [ + "->", + "{$" + ], + [ + "▁vaca", + "s" + ], + [ + "▁vac", + "as" + ], + [ + "▁va", + "cas" + ], + [ + "▁v", + "acas" + ], + [ + "pipe", + "line" + ], + [ + "pip", + "eline" + ], + [ + "p", + "ipeline" + ], + [ + "▁severe", + "ly" + ], + [ + "▁sever", + "ely" + ], + [ + "d", + "h" + ], + [ + "▁sai", + "b" + ], + [ + "▁sa", + "ib" + ], + [ + "▁passenger", + "s" + ], + [ + "▁pass", + "engers" + ], + [ + "▁compreend", + "ido" + ], + [ + "▁compre", + "endido" + ], + [ + "M", + "V" + ], + [ + "na", + "ire" + ], + [ + "vious", + "ly" + ], + [ + "vi", + "ously" + ], + [ + "v", + "iously" + ], + [ + "rad", + "io" + ], + [ + "ra", + "dio" + ], + [ + "▁'1", + "3" + ], + [ + "▁'", + "13" + ], + [ + "▁LIC", + "ENSE" + ], + [ + "▁", + "LICENSE" + ], + [ + "▁consome", + "m" + ], + [ + "▁conso", + "mem" + ], + [ + "▁cons", + "omem" + ], + [ + "▁coleta", + "r" + ], + [ + "▁colet", + "ar" + ], + [ + "▁cole", + "tar" + ], + [ + "▁gast", + "a" + ], + [ + "▁gas", + "ta" + ], + [ + "▁ga", + "sta" + ], + [ + "▁g", + "asta" + ], + [ + "▁preocupa", + "do" + ], + [ + "▁preocup", + "ado" + ], + [ + "board", + "s" + ], + [ + "bo", + "ards" + ], + [ + "▁GE", + "O" + ], + [ + "▁G", + "EO" + ], + [ + "sto", + "ry" + ], + [ + "st", + "ory" + ], + [ + "uate", + "d" + ], + [ + "ua", + "ted" + ], + [ + "u", + "ated" + ], + [ + "▁register", + "s" + ], + [ + "▁regist", + "ers" + ], + [ + "▁reg", + "isters" + ], + [ + "ch", + "k" + ], + [ + "c", + "hk" + ], + [ + "▁ina", + "d" + ], + [ + "▁in", + "ad" + ], + [ + "US", + "A" + ], + [ + "U", + "SA" + ], + [ + "▁joelho", + "s" + ], + [ + "▁jo", + "elhos" + ], + [ + "▁apropri", + "ada" + ], + [ + "▁for", + "cing" + ], + [ + "▁coletiva", + "s" + ], + [ + "▁colet", + "ivas" + ], + [ + "▁Republic", + "an" + ], + [ + "▁ST", + "D" + ], + [ + "▁S", + "TD" + ], + [ + "▁", + "STD" + ], + [ + "▁corp", + "us" + ], + [ + "▁cor", + "pus" + ], + [ + "▁Ta", + "t" + ], + [ + "▁T", + "at" + ], + [ + "▁spe", + "rm" + ], + [ + "▁s", + "perm" + ], + [ + "▁activate", + "d" + ], + [ + "▁activ", + "ated" + ], + [ + "▁act", + "ivated" + ], + [ + "▁admir", + "ação" + ], + [ + "▁adm", + "iração" + ], + [ + "▁ident", + "ifies" + ], + [ + "▁ti", + "e" + ], + [ + "▁t", + "ie" + ], + [ + "▁king", + "s" + ], + [ + "▁kin", + "gs" + ], + [ + "▁k", + "ings" + ], + [ + "▁pol", + "pa" + ], + [ + "▁OUT", + "PUT" + ], + [ + "▁", + "OUTPUT" + ], + [ + "▁gras", + "p" + ], + [ + "▁gra", + "sp" + ], + [ + "▁gr", + "asp" + ], + [ + "?”", + "," + ], + [ + "?", + "”," + ], + [ + "▁", + "" + ], + [ + "▁bo", + "d" + ], + [ + "▁b", + "od" + ], + [ + "wi", + "g" + ], + [ + "w", + "ig" + ], + [ + "▁Parse", + "r" + ], + [ + "▁Par", + "ser" + ], + [ + "▁", + "Parser" + ], + [ + "▁accum", + "ulation" + ], + [ + "▁receptor", + "s" + ], + [ + "▁recept", + "ors" + ], + [ + "▁transplant", + "e" + ], + [ + "▁transpl", + "ante" + ], + [ + "85", + "8" + ], + [ + "8", + "58" + ], + [ + "PL", + "AY" + ], + [ + "P", + "LAY" + ], + [ + "▁Nav", + "al" + ], + [ + "▁Na", + "val" + ], + [ + "▁N", + "aval" + ], + [ + "▁refer", + "indo" + ], + [ + "▁refe", + "rindo" + ], + [ + "▁trib", + "al" + ], + [ + "▁tri", + "bal" + ], + [ + "▁tr", + "ibal" + ], + [ + "VI", + "C" + ], + [ + "V", + "IC" + ], + [ + "▁infer", + "ence" + ], + [ + "▁infe", + "rence" + ], + [ + "▁in", + "ference" + ], + [ + "▁Ob", + "es" + ], + [ + "▁O", + "bes" + ], + [ + "▁LGBT", + "Q" + ], + [ + "▁authentic", + "ation" + ], + [ + "▁auth", + "entication" + ], + [ + "▁12", + "6" + ], + [ + "▁1", + "26" + ], + [ + "▁", + "126" + ], + [ + "▁trigger", + "s" + ], + [ + "▁trig", + "gers" + ], + [ + "▁Cl", + "uster" + ], + [ + "▁", + "Cluster" + ], + [ + "▁alt", + "ogether" + ], + [ + "▁Equ", + "ador" + ], + [ + "▁violent", + "a" + ], + [ + "▁viol", + "enta" + ], + [ + ":", + "**" + ], + [ + "draul", + "ic" + ], + [ + "▁stress", + "ed" + ], + [ + "▁str", + "essed" + ], + [ + "▁}", + "{" + ], + [ + "▁", + "}{" + ], + [ + "co", + "urse" + ], + [ + "c", + "ourse" + ], + [ + "▁rep", + "ass" + ], + [ + "▁re", + "pass" + ], + [ + "▁overw", + "eight" + ], + [ + "▁over", + "weight" + ], + [ + "IN", + "VALID" + ], + [ + "▁gr", + "inding" + ], + [ + "▁At", + "endimento" + ], + [ + "▁divert", + "ido" + ], + [ + "▁sud", + "este" + ], + [ + "▁Invest", + "ig" + ], + [ + "▁comporta", + "mental" + ], + [ + "▁comport", + "amental" + ], + [ + "▁pedagógico", + "s" + ], + [ + "▁pedag", + "ógicos" + ], + [ + "▁i", + "NdEx" + ], + [ + "▁corre", + "m" + ], + [ + "▁corr", + "em" + ], + [ + "▁cor", + "rem" + ], + [ + "▁21", + "2" + ], + [ + "▁2", + "12" + ], + [ + "▁", + "212" + ], + [ + "racket", + "s" + ], + [ + "rack", + "ets" + ], + [ + "▁Inv", + "oke" + ], + [ + "▁In", + "voke" + ], + [ + "▁", + "Invoke" + ], + [ + "▁mínimo", + "s" + ], + [ + "▁mín", + "imos" + ], + [ + "▁SI", + "G" + ], + [ + "▁S", + "IG" + ], + [ + "▁", + "SIG" + ], + [ + "ifa", + "ct" + ], + [ + "if", + "act" + ], + [ + "i", + "fact" + ], + [ + "▁par", + "e" + ], + [ + "▁pa", + "re" + ], + [ + "▁p", + "are" + ], + [ + "▁", + "pare" + ], + [ + "set", + "ting" + ], + [ + "▁afirm", + "ando" + ], + [ + "▁pró", + "stata" + ], + [ + "ze", + "p" + ], + [ + "z", + "ep" + ], + [ + "▁extremidade", + "s" + ], + [ + "▁extrem", + "idades" + ], + [ + "▁initiate", + "d" + ], + [ + "▁initi", + "ated" + ], + [ + "▁init", + "iated" + ], + [ + "▁interpol", + "ation" + ], + [ + "reg", + "ex" + ], + [ + "re", + "gex" + ], + [ + "▁Dia", + "gnóstico" + ], + [ + "▁patch", + "es" + ], + [ + "▁pat", + "ches" + ], + [ + "▁Pol", + "ynomial" + ], + [ + "▁compet", + "ente" + ], + [ + "dis", + "on" + ], + [ + "di", + "son" + ], + [ + "d", + "ison" + ], + [ + "lti", + "ma" + ], + [ + "lt", + "ima" + ], + [ + "l", + "tima" + ], + [ + "▁Cidade", + "s" + ], + [ + "▁Cidad", + "es" + ], + [ + "▁Ci", + "dades" + ], + [ + "▁C", + "idades" + ], + [ + "▁polit", + "icians" + ], + [ + "▁G", + "B" + ], + [ + "▁", + "GB" + ], + [ + "▁influencia", + "do" + ], + [ + "▁influenci", + "ado" + ], + [ + "▁influ", + "enciado" + ], + [ + "▁min", + "ús" + ], + [ + "▁vol", + "um" + ], + [ + "▁vo", + "lum" + ], + [ + "[0])", + ";" + ], + [ + "[0]", + ");" + ], + [ + "[0", + "]);" + ], + [ + "esia", + "s" + ], + [ + "esi", + "as" + ], + [ + "es", + "ias" + ], + [ + "e", + "sias" + ], + [ + "}{", + "2" + ], + [ + "}", + "{2" + ], + [ + "▁vit", + "ro" + ], + [ + "▁vi", + "tro" + ], + [ + "▁Primeira", + "mente" + ], + [ + "▁Prime", + "iramente" + ], + [ + "▁fr", + "m" + ], + [ + "▁f", + "rm" + ], + [ + "▁", + "frm" + ], + [ + "ali", + "ças" + ], + [ + "al", + "iças" + ], + [ + "▁co", + "c" + ], + [ + "▁c", + "oc" + ], + [ + "▁poem", + "s" + ], + [ + "▁po", + "ems" + ], + [ + "▁strength", + "s" + ], + [ + "▁fut", + "ur" + ], + [ + "▁fu", + "tur" + ], + [ + "▁filtro", + "s" + ], + [ + "▁filtr", + "os" + ], + [ + "▁filt", + "ros" + ], + [ + "▁fil", + "tros" + ], + [ + "▁Arch", + "ae" + ], + [ + "▁Ar", + "chae" + ], + [ + "▁USD", + "A" + ], + [ + "▁US", + "DA" + ], + [ + "cccc", + "cccc" + ], + [ + "▁pará", + "bola" + ], + [ + "▁par", + "ábola" + ], + [ + "▁six", + "th" + ], + [ + "▁Ant", + "rop" + ], + [ + "▁Back", + "ground" + ], + [ + "▁", + "Background" + ], + [ + "eu", + "r" + ], + [ + "e", + "ur" + ], + [ + "(..", + ".)" + ], + [ + "(", + "...)" + ], + [ + "▁emb", + "as" + ], + [ + "▁em", + "bas" + ], + [ + "sync", + "threads" + ], + [ + "syn", + "cthreads" + ], + [ + "▁campaign", + "s" + ], + [ + "Option", + "al" + ], + [ + "Opt", + "ional" + ], + [ + "▁L", + "C" + ], + [ + "▁", + "LC" + ], + [ + "▁n", + "v" + ], + [ + "▁", + "nv" + ], + [ + "▁doze", + "n" + ], + [ + "▁do", + "zen" + ], + [ + "▁mont", + "ante" + ], + [ + "duce", + "r" + ], + [ + "duc", + "er" + ], + [ + "du", + "cer" + ], + [ + "▁cheia", + "s" + ], + [ + "▁che", + "ias" + ], + [ + "▁viol", + "ão" + ], + [ + "▁duplic", + "ate" + ], + [ + "▁du", + "plicate" + ], + [ + "▁", + "у" + ], + [ + "▁16#", + "0" + ], + [ + "ing", + "ing" + ], + [ + "in", + "ging" + ], + [ + "G", + "it" + ], + [ + "330", + "000" + ], + [ + "33", + "0000" + ], + [ + "▁produtivo", + "s" + ], + [ + "▁produt", + "ivos" + ], + [ + ".|", + "|" + ], + [ + ".", + "||" + ], + [ + "▁Cas", + "c" + ], + [ + "▁Ca", + "sc" + ], + [ + "▁C", + "asc" + ], + [ + "j", + "g" + ], + [ + "EEE", + "E" + ], + [ + "EE", + "EE" + ], + [ + "E", + "EEE" + ], + [ + "▁Cont", + "a" + ], + [ + "▁Con", + "ta" + ], + [ + "▁C", + "onta" + ], + [ + "78", + "7" + ], + [ + "7", + "87" + ], + [ + "▁atribu", + "ída" + ], + [ + "▁dic", + "ionário" + ], + [ + "▁d", + "icionário" + ], + [ + "▁suggest", + "ion" + ], + [ + "▁sug", + "gestion" + ], + [ + "▁1993", + "." + ], + [ + "▁199", + "3." + ], + [ + "IA", + "ÇÃO" + ], + [ + "I", + "AÇÃO" + ], + [ + "ón", + "ico" + ], + [ + "ó", + "nico" + ], + [ + "plas", + "ia" + ], + [ + "pla", + "sia" + ], + [ + "Ki", + "t" + ], + [ + "K", + "it" + ], + [ + "99", + "4" + ], + [ + "9", + "94" + ], + [ + "▁Jon", + "athan" + ], + [ + "▁'1", + "5" + ], + [ + "▁'", + "15" + ], + [ + "▁vul", + "gar" + ], + [ + "▁v", + "ulgar" + ], + [ + "▁sa", + "ke" + ], + [ + "▁s", + "ake" + ], + [ + "▁shift", + "ed" + ], + [ + "▁shif", + "ted" + ], + [ + "▁cp", + "u" + ], + [ + "▁c", + "pu" + ], + [ + "▁", + "cpu" + ], + [ + "Fi", + "x" + ], + [ + "F", + "ix" + ], + [ + "▁Bor", + "der" + ], + [ + "▁B", + "order" + ], + [ + "▁", + "Border" + ], + [ + "▁T", + "T" + ], + [ + "▁", + "TT" + ], + [ + "▁Blo", + "c" + ], + [ + "▁Bl", + "oc" + ], + [ + "▁B", + "loc" + ], + [ + "▁Romano", + "s" + ], + [ + "▁Roman", + "os" + ], + [ + "▁Roma", + "nos" + ], + [ + "▁Rom", + "anos" + ], + [ + "IT", + "ION" + ], + [ + "▁RES", + "UMO" + ], + [ + "▁cort", + "isol" + ], + [ + "▁Independ", + "ence" + ], + [ + "D", + "N" + ], + [ + "ti", + "es" + ], + [ + "t", + "ies" + ], + [ + "▁pul", + "ver" + ], + [ + "ró", + "pole" + ], + [ + "▁comp", + "il" + ], + [ + "▁com", + "pil" + ], + [ + "▁preval", + "ent" + ], + [ + "NE", + "W" + ], + [ + "N", + "EW" + ], + [ + "▁obst", + "áculo" + ], + [ + "▁espont", + "ânea" + ], + [ + "ol", + "y" + ], + [ + "o", + "ly" + ], + [ + "▁cre", + "f" + ], + [ + "▁cr", + "ef" + ], + [ + "▁c", + "ref" + ], + [ + "▁promote", + "d" + ], + [ + "▁promot", + "ed" + ], + [ + "▁prom", + "oted" + ], + [ + "ounter", + "s" + ], + [ + "ount", + "ers" + ], + [ + "oun", + "ters" + ], + [ + "▁3", + "/" + ], + [ + "▁", + "3/" + ], + [ + "Ob", + "serv" + ], + [ + "▁Univers", + "itário" + ], + [ + "▁pediat", + "ric" + ], + [ + "ess", + "im" + ], + [ + "es", + "sim" + ], + [ + "▁...", + "," + ], + [ + "▁..", + ".," + ], + [ + "▁", + "...," + ], + [ + "▁preci", + "ous" + ], + [ + "▁prec", + "ious" + ], + [ + "49", + "5" + ], + [ + "4", + "95" + ], + [ + "▁foundation", + "s" + ], + [ + "▁found", + "ations" + ], + [ + "▁salienta", + "r" + ], + [ + "▁salient", + "ar" + ], + [ + "▁seat", + "s" + ], + [ + "▁sea", + "ts" + ], + [ + "▁se", + "ats" + ], + [ + "▁convid", + "a" + ], + [ + "▁conv", + "ida" + ], + [ + "▁con", + "vida" + ], + [ + "▁ele", + "f" + ], + [ + "▁el", + "ef" + ], + [ + "▁enter", + "r" + ], + [ + "▁ente", + "rr" + ], + [ + "▁ent", + "err" + ], + [ + "▁combin", + "a" + ], + [ + "▁comb", + "ina" + ], + [ + "▁birth", + "day" + ], + [ + "▁simb", + "ólica" + ], + [ + "▁whale", + "s" + ], + [ + "▁wh", + "ales" + ], + [ + "▁dirig", + "entes" + ], + [ + "▁satur", + "ated" + ], + [ + "▁s", + "aturated" + ], + [ + "H", + "tml" + ], + [ + "▁lecture", + "s" + ], + [ + "▁lect", + "ures" + ], + [ + "▁Pir", + "es" + ], + [ + "▁Pi", + "res" + ], + [ + "▁P", + "ires" + ], + [ + "▁stim", + "ulate" + ], + [ + "▁pint", + "ar" + ], + [ + "▁pin", + "tar" + ], + [ + "▁convince", + "d" + ], + [ + "▁convinc", + "ed" + ], + [ + "▁convin", + "ced" + ], + [ + "▁elabor", + "ada" + ], + [ + "▁27", + "0" + ], + [ + "▁2", + "70" + ], + [ + "▁", + "270" + ], + [ + "▁bar", + "ulho" + ], + [ + "▁od", + "ont" + ], + [ + "▁", + "odont" + ], + [ + "▁...", + ")" + ], + [ + "▁..", + ".)" + ], + [ + "▁", + "...)" + ], + [ + ":1", + "5" + ], + [ + ":", + "15" + ], + [ + "ab", + "lish" + ], + [ + "▁Cient", + "ífica" + ], + [ + "▁newspaper", + "s" + ], + [ + "▁newsp", + "apers" + ], + [ + "▁Jú", + "piter" + ], + [ + "apo", + "s" + ], + [ + "ap", + "os" + ], + [ + "a", + "pos" + ], + [ + "▁Novo", + "s" + ], + [ + "▁Nov", + "os" + ], + [ + "▁No", + "vos" + ], + [ + "▁N", + "ovos" + ], + [ + "▁click", + "ing" + ], + [ + "▁cl", + "icking" + ], + [ + "▁Ju", + "iz" + ], + [ + "ample", + "r" + ], + [ + "ampl", + "er" + ], + [ + "amp", + "ler" + ], + [ + "am", + "pler" + ], + [ + "claim", + "ed" + ], + [ + "▁conj", + "ect" + ], + [ + "▁con", + "ject" + ], + [ + "position", + "s" + ], + [ + "posit", + "ions" + ], + [ + "pos", + "itions" + ], + [ + "▁abs", + "ent" + ], + [ + "▁ab", + "sent" + ], + [ + "▁gigante", + "s" + ], + [ + "▁gigant", + "es" + ], + [ + "▁gig", + "antes" + ], + [ + "▁retira", + "do" + ], + [ + "▁retir", + "ado" + ], + [ + "▁ret", + "irado" + ], + [ + "ode", + "l" + ], + [ + "od", + "el" + ], + [ + "o", + "del" + ], + [ + "▁Crist", + "ianismo" + ], + [ + "▁sítio", + "s" + ], + [ + "▁s", + "ítios" + ], + [ + "har", + "p" + ], + [ + "ha", + "rp" + ], + [ + "▁Miss", + "ão" + ], + [ + "▁Mis", + "são" + ], + [ + "▁M", + "issão" + ], + [ + "▁vizinh", + "o" + ], + [ + "▁viz", + "inho" + ], + [ + "▁vi", + "zinho" + ], + [ + "j", + "k" + ], + [ + "Sk", + "ip" + ], + [ + "wal", + "k" + ], + [ + "w", + "alk" + ], + [ + "▁he", + "ap" + ], + [ + "▁", + "heap" + ], + [ + "▁Tit", + "an" + ], + [ + "▁Ti", + "tan" + ], + [ + "▁T", + "itan" + ], + [ + "$", + "\\" + ], + [ + "▁ins", + "ufficient" + ], + [ + "▁DI", + "V" + ], + [ + "▁D", + "IV" + ], + [ + "▁", + "DIV" + ], + [ + "▁espera", + "va" + ], + [ + "▁esper", + "ava" + ], + [ + "▁outdoor", + "s" + ], + [ + "▁out", + "doors" + ], + [ + "▁accident", + "al" + ], + [ + "▁acc", + "idental" + ], + [ + "▁architect", + "ural" + ], + [ + "202", + "0" + ], + [ + "20", + "20" + ], + [ + "2", + "020" + ], + [ + "she", + "ll" + ], + [ + "sh", + "ell" + ], + [ + "s", + "hell" + ], + [ + "▁Ku", + "b" + ], + [ + "▁K", + "ub" + ], + [ + "▁lin", + "do" + ], + [ + "▁l", + "indo" + ], + [ + "▁Inter", + "val" + ], + [ + "▁", + "Interval" + ], + [ + "▁substantial", + "ly" + ], + [ + "▁portuguesa", + "s" + ], + [ + "▁portugu", + "esas" + ], + [ + "▁norm", + "s" + ], + [ + "▁nor", + "ms" + ], + [ + "▁n", + "orms" + ], + [ + "▁ent", + "o" + ], + [ + "▁en", + "to" + ], + [ + "▁", + "ento" + ], + [ + "▁ele", + "t" + ], + [ + "▁el", + "et" + ], + [ + "▁e", + "let" + ], + [ + "▁radio", + "active" + ], + [ + "▁san", + "g" + ], + [ + "▁sa", + "ng" + ], + [ + "▁s", + "ang" + ], + [ + "▁traduz", + "ido" + ], + [ + "▁L", + "t" + ], + [ + "ore", + "i" + ], + [ + "or", + "ei" + ], + [ + "o", + "rei" + ], + [ + "Action", + "s" + ], + [ + "Act", + "ions" + ], + [ + "A", + "ctions" + ], + [ + "▁Tur", + "quia" + ], + [ + "EX", + "P" + ], + [ + "E", + "XP" + ], + [ + "▁ha", + "y" + ], + [ + "▁h", + "ay" + ], + [ + "▁Naqu", + "ele" + ], + [ + "▁Na", + "quele" + ], + [ + "prec", + "ision" + ], + [ + "pre", + "cision" + ], + [ + "▁acord", + "ar" + ], + [ + "▁PRO", + "VID" + ], + [ + "▁VI", + "S" + ], + [ + "▁V", + "IS" + ], + [ + "▁", + "VIS" + ], + [ + "hat", + "t" + ], + [ + "ha", + "tt" + ], + [ + "h", + "att" + ], + [ + "▁let", + "ivo" + ], + [ + "▁privilégio", + "s" + ], + [ + "▁privil", + "égios" + ], + [ + "▁recru", + "it" + ], + [ + "▁recr", + "uit" + ], + [ + "▁ep", + "s" + ], + [ + "▁e", + "ps" + ], + [ + "▁", + "eps" + ], + [ + "ora", + "do" + ], + [ + "or", + "ado" + ], + [ + "o", + "rado" + ], + [ + "▁observado", + "r" + ], + [ + "▁observa", + "dor" + ], + [ + "▁observ", + "ador" + ], + [ + "▁brit", + "ânica" + ], + [ + "▁reg", + "en" + ], + [ + "▁re", + "gen" + ], + [ + "▁fluxo", + "s" + ], + [ + "▁flux", + "os" + ], + [ + "▁flu", + "xos" + ], + [ + "▁espa", + "da" + ], + [ + "▁esp", + "ada" + ], + [ + "▁fra", + "ção" + ], + [ + "▁fr", + "ação" + ], + [ + "▁f", + "ração" + ], + [ + "▁aug", + "ment" + ], + [ + "▁au", + "gment" + ], + [ + "000", + "2" + ], + [ + "00", + "02" + ], + [ + "0", + "002" + ], + [ + "Sm", + "all" + ], + [ + "▁Princ", + "ípio" + ], + [ + "▁Margar", + "et" + ], + [ + "ile", + "no" + ], + [ + "il", + "eno" + ], + [ + "▁Set", + "up" + ], + [ + "▁", + "Setup" + ], + [ + "▁Prom", + "over" + ], + [ + ":", + "6" + ], + [ + "xy", + "z" + ], + [ + "x", + "yz" + ], + [ + "▁Pa", + "v" + ], + [ + "▁P", + "av" + ], + [ + "▁Fá", + "tima" + ], + [ + "▁den", + "ied" + ], + [ + "▁ferro", + "vi" + ], + [ + "▁ferr", + "ovi" + ], + [ + "jan", + "do" + ], + [ + "j", + "ando" + ], + [ + "▁suco", + "s" + ], + [ + "▁suc", + "os" + ], + [ + "▁su", + "cos" + ], + [ + "m", + "r" + ], + [ + "▁S", + "qu" + ], + [ + "▁ó", + "tica" + ], + [ + "▁", + "ótica" + ], + [ + "app", + "s" + ], + [ + "ap", + "ps" + ], + [ + "▁ka", + "r" + ], + [ + "▁k", + "ar" + ], + [ + "▁", + "kar" + ], + [ + "open", + "cv" + ], + [ + "op", + "encv" + ], + [ + "▁direto", + "s" + ], + [ + "▁diret", + "os" + ], + [ + "▁dire", + "tos" + ], + [ + "▁dir", + "etos" + ], + [ + "▁intimid", + "ade" + ], + [ + "▁intim", + "idade" + ], + [ + "Fa", + "il" + ], + [ + "F", + "ail" + ], + [ + "▁falso", + "s" + ], + [ + "▁fals", + "os" + ], + [ + "▁fal", + "sos" + ], + [ + "▁heart", + "s" + ], + [ + "▁hear", + "ts" + ], + [ + "▁he", + "arts" + ], + [ + "▁porta", + "dor" + ], + [ + "▁port", + "ador" + ], + [ + "▁-1", + "1" + ], + [ + "▁-", + "11" + ], + [ + "▁", + "-11" + ], + [ + "▁has", + "n" + ], + [ + "▁ha", + "sn" + ], + [ + "▁map", + "ped" + ], + [ + "▁ma", + "pped" + ], + [ + "▁m", + "apped" + ], + [ + "app", + "le" + ], + [ + "ap", + "ple" + ], + [ + "▁Gi", + "ov" + ], + [ + "▁G", + "iov" + ], + [ + "▁suite", + "d" + ], + [ + "▁suit", + "ed" + ], + [ + "▁su", + "ited" + ], + [ + "▁círculo", + "s" + ], + [ + "▁cír", + "culos" + ], + [ + "▁vo", + "g" + ], + [ + "▁v", + "og" + ], + [ + "▁exped", + "ition" + ], + [ + "▁gestante", + "s" + ], + [ + "▁gest", + "antes" + ], + [ + "▁Na", + "b" + ], + [ + "▁N", + "ab" + ], + [ + "Encode", + "r" + ], + [ + "Enc", + "oder" + ], + [ + "▁registrada", + "s" + ], + [ + "▁registra", + "das" + ], + [ + "▁registr", + "adas" + ], + [ + "▁regist", + "radas" + ], + [ + "▁pertenc", + "ente" + ], + [ + "▁PC", + "B" + ], + [ + "▁P", + "CB" + ], + [ + "LOC", + "AL" + ], + [ + "LO", + "CAL" + ], + [ + "88", + "7" + ], + [ + "8", + "87" + ], + [ + "▁melt", + "ing" + ], + [ + "▁mel", + "ting" + ], + [ + "▁batalha", + "s" + ], + [ + "▁bat", + "alhas" + ], + [ + "▁were", + "n" + ], + [ + "▁wer", + "en" + ], + [ + "▁we", + "ren" + ], + [ + "▁emp", + "enh" + ], + [ + "▁den", + "úncia" + ], + [ + "AR", + "A" + ], + [ + "A", + "RA" + ], + [ + "▁criativa", + "s" + ], + [ + "▁cri", + "ativas" + ], + [ + "▁pep", + "t" + ], + [ + "▁pe", + "pt" + ], + [ + "▁seguir", + "am" + ], + [ + "▁segu", + "iram" + ], + [ + "▁entendem", + "os" + ], + [ + "▁entende", + "mos" + ], + [ + "▁entend", + "emos" + ], + [ + "▁ent", + "endemos" + ], + [ + "▁20", + "30" + ], + [ + "▁2", + "030" + ], + [ + "▁She", + "l" + ], + [ + "▁Sh", + "el" + ], + [ + "▁S", + "hel" + ], + [ + "▁tra", + "se" + ], + [ + "▁tr", + "ase" + ], + [ + "▁t", + "rase" + ], + [ + "▁Gener", + "ic" + ], + [ + "▁Gene", + "ric" + ], + [ + "▁Gen", + "eric" + ], + [ + "▁", + "Generic" + ], + [ + "▁hi", + "nt" + ], + [ + "▁h", + "int" + ], + [ + "▁", + "hint" + ], + [ + "▁O", + "z" + ], + [ + "▁fre", + "q" + ], + [ + "▁fr", + "eq" + ], + [ + "▁f", + "req" + ], + [ + "▁", + "freq" + ], + [ + "▁Web", + "er" + ], + [ + "▁We", + "ber" + ], + [ + "Me", + "asure" + ], + [ + "▁-3", + "." + ], + [ + "▁-", + "3." + ], + [ + "▁", + "-3." + ], + [ + "▁feas", + "ible" + ], + [ + "46", + "," + ], + [ + "4", + "6," + ], + [ + "v", + "h" + ], + [ + "El", + "se" + ], + [ + "sw", + "ap" + ], + [ + "s", + "wap" + ], + [ + "▁Ber", + "t" + ], + [ + "▁Be", + "rt" + ], + [ + "▁B", + "ert" + ], + [ + "esu", + "ítas" + ], + [ + "▁Ill", + "ustr" + ], + [ + "unde", + "f" + ], + [ + "und", + "ef" + ], + [ + "un", + "def" + ], + [ + "u", + "ndef" + ], + [ + "▁sem", + "inário" + ], + [ + "▁ps", + "i" + ], + [ + "▁p", + "si" + ], + [ + "▁", + "psi" + ], + [ + "▁genetic", + "ally" + ], + [ + "▁gene", + "tically" + ], + [ + "▁gen", + "etically" + ], + [ + "▁tri", + "l" + ], + [ + "▁tr", + "il" + ], + [ + "▁t", + "ril" + ], + [ + "▁estr", + "at" + ], + [ + "▁est", + "rat" + ], + [ + "▁es", + "trat" + ], + [ + "▁IE", + "EE" + ], + [ + "▁I", + "EEE" + ], + [ + "▁present", + "ing" + ], + [ + "usa", + "ge" + ], + [ + "us", + "age" + ], + [ + "year", + "s" + ], + [ + "ye", + "ars" + ], + [ + "y", + "ears" + ], + [ + "▁co", + "her" + ], + [ + "▁Quant", + "as" + ], + [ + "▁Qu", + "antas" + ], + [ + "▁[", + "–" + ], + [ + "▁g", + "i" + ], + [ + "▁", + "gi" + ], + [ + "=", + "6" + ], + [ + "▁mante", + "iga" + ], + [ + "Ar", + "c" + ], + [ + "A", + "rc" + ], + [ + "▁T", + "ropical" + ], + [ + "▁Us", + "ar" + ], + [ + "▁Inclus", + "ive" + ], + [ + "▁Incl", + "usive" + ], + [ + "▁In", + "clusive" + ], + [ + "▁exib", + "ição" + ], + [ + "ônimo", + "s" + ], + [ + "ôn", + "imos" + ], + [ + "▁louv", + "or" + ], + [ + "▁lou", + "vor" + ], + [ + "▁cr", + "ê" + ], + [ + "h", + "á" + ], + [ + "▁Camin", + "ho" + ], + [ + "▁Cam", + "inho" + ], + [ + "▁Ha", + "z" + ], + [ + "▁H", + "az" + ], + [ + "oros", + "e" + ], + [ + "oro", + "se" + ], + [ + "or", + "ose" + ], + [ + "o", + "rose" + ], + [ + "▁forn", + "o" + ], + [ + "▁for", + "no" + ], + [ + "▁f", + "orno" + ], + [ + "▁escre", + "vendo" + ], + [ + "▁CO", + "P" + ], + [ + "▁C", + "OP" + ], + [ + "▁invol", + "unt" + ], + [ + "SL", + "S" + ], + [ + "S", + "LS" + ], + [ + "▁like", + "d" + ], + [ + "▁lik", + "ed" + ], + [ + "▁li", + "ked" + ], + [ + "check", + "box" + ], + [ + "▁sod", + "a" + ], + [ + "▁so", + "da" + ], + [ + "▁s", + "oda" + ], + [ + "▁ofer", + "t" + ], + [ + "▁of", + "ert" + ], + [ + "(-1", + "," + ], + [ + "(-", + "1," + ], + [ + "(", + "-1," + ], + [ + "▁inadequ", + "ada" + ], + [ + "▁cp", + "l" + ], + [ + "▁c", + "pl" + ], + [ + "▁", + "cpl" + ], + [ + "▁Den", + "t" + ], + [ + "▁De", + "nt" + ], + [ + "▁D", + "ent" + ], + [ + "▁interv", + "ir" + ], + [ + "▁inter", + "vir" + ], + [ + "▁protect", + "s" + ], + [ + "ara", + "ó" + ], + [ + "▁Diret", + "rizes" + ], + [ + "▁Fi", + "t" + ], + [ + "▁F", + "it" + ], + [ + "▁", + "Fit" + ], + [ + "Prim", + "e" + ], + [ + "Pri", + "me" + ], + [ + "Pr", + "ime" + ], + [ + "P", + "rime" + ], + [ + "▁buroc", + "r" + ], + [ + "▁buro", + "cr" + ], + [ + "▁bur", + "ocr" + ], + [ + "(1)", + ":" + ], + [ + "(1", + "):" + ], + [ + "▁retain", + "ed" + ], + [ + "▁reta", + "ined" + ], + [ + "▁ret", + "ained" + ], + [ + "▁re", + "tained" + ], + [ + "▁Resultado", + "s" + ], + [ + "▁Result", + "ados" + ], + [ + "▁Vi", + "de" + ], + [ + "▁V", + "ide" + ], + [ + "▁skill", + "ed" + ], + [ + "▁sk", + "illed" + ], + [ + "▁liberdade", + "s" + ], + [ + "▁liber", + "dades" + ], + [ + "▁nerv", + "o" + ], + [ + "▁n", + "ervo" + ], + [ + "09", + "7" + ], + [ + "0", + "97" + ], + [ + "▁A", + "WS" + ], + [ + "▁", + "AWS" + ], + [ + "EN", + "ABLE" + ], + [ + "E", + "NABLE" + ], + [ + "▁import", + "s" + ], + [ + "▁impor", + "ts" + ], + [ + "▁im", + "ports" + ], + [ + "▁Fa", + "se" + ], + [ + "▁F", + "ase" + ], + [ + "EO", + "F" + ], + [ + "E", + "OF" + ], + [ + "ce", + "m" + ], + [ + "c", + "em" + ], + [ + "▁maravilhos", + "a" + ], + [ + "▁reflexo", + "s" + ], + [ + "▁reflex", + "os" + ], + [ + "da", + "r" + ], + [ + "d", + "ar" + ], + [ + "ib", + "e" + ], + [ + "i", + "be" + ], + [ + "▁FR", + "E" + ], + [ + "▁F", + "RE" + ], + [ + "▁possuía", + "m" + ], + [ + "▁possuí", + "am" + ], + [ + "▁possu", + "íam" + ], + [ + "▁for", + "g" + ], + [ + "▁fo", + "rg" + ], + [ + "▁f", + "org" + ], + [ + "▁men", + "op" + ], + [ + "orn", + "e" + ], + [ + "or", + "ne" + ], + [ + "▁des", + "irable" + ], + [ + "Rule", + "s" + ], + [ + "R", + "ules" + ], + [ + "▁supre", + "m" + ], + [ + "▁supr", + "em" + ], + [ + "▁sup", + "rem" + ], + [ + "▁su", + "prem" + ], + [ + "v", + "w" + ], + [ + "▁Lu", + "x" + ], + [ + "▁L", + "ux" + ], + [ + "scription", + "s" + ], + [ + "script", + "ions" + ], + [ + "sc", + "riptions" + ], + [ + "cu", + "o" + ], + [ + "c", + "uo" + ], + [ + "▁capt", + "ar" + ], + [ + "▁cap", + "tar" + ], + [ + "▁chegam", + "os" + ], + [ + "▁chega", + "mos" + ], + [ + "▁cheg", + "amos" + ], + [ + "▁govern", + "ance" + ], + [ + "▁muro", + "s" + ], + [ + "▁mur", + "os" + ], + [ + "▁mu", + "ros" + ], + [ + "▁m", + "uros" + ], + [ + "▁cópia", + "s" + ], + [ + "▁cóp", + "ias" + ], + [ + "▁concurso", + "s" + ], + [ + "▁conc", + "ursos" + ], + [ + "▁cf", + "g" + ], + [ + "▁c", + "fg" + ], + [ + "▁", + "cfg" + ], + [ + "▁bow", + "l" + ], + [ + "▁bo", + "wl" + ], + [ + "▁b", + "owl" + ], + [ + "▁Gra", + "ça" + ], + [ + "▁bor", + "e" + ], + [ + "▁bo", + "re" + ], + [ + "▁b", + "ore" + ], + [ + "▁Ens", + "ure" + ], + [ + "▁questiona", + "mento" + ], + [ + "▁question", + "amento" + ], + [ + "44", + "6" + ], + [ + "4", + "46" + ], + [ + "84", + "7" + ], + [ + "8", + "47" + ], + [ + "▁admit", + "ir" + ], + [ + "▁resta", + "rt" + ], + [ + "▁rest", + "art" + ], + [ + "▁re", + "start" + ], + [ + "▁registr", + "a" + ], + [ + "▁regist", + "ra" + ], + [ + "▁reg", + "istra" + ], + [ + "xe", + "s" + ], + [ + "x", + "es" + ], + [ + "eme", + "n" + ], + [ + "em", + "en" + ], + [ + "e", + "men" + ], + [ + "unda", + "s" + ], + [ + "und", + "as" + ], + [ + "un", + "das" + ], + [ + "▁36", + "5" + ], + [ + "▁3", + "65" + ], + [ + "▁", + "365" + ], + [ + "er", + "k" + ], + [ + "e", + "rk" + ], + [ + "▁dr", + "ew" + ], + [ + "▁d", + "rew" + ], + [ + "▁actor", + "s" + ], + [ + "▁acto", + "rs" + ], + [ + "▁act", + "ors" + ], + [ + "▁a", + "ctors" + ], + [ + "Dr", + "ag" + ], + [ + "D", + "rag" + ], + [ + "33", + "0" + ], + [ + "3", + "30" + ], + [ + "s", + "leep" + ], + [ + "▁Is", + "l" + ], + [ + "▁I", + "sl" + ], + [ + "▁cará", + "cter" + ], + [ + ",1)", + "," + ], + [ + ",1", + ")," + ], + [ + ",", + "1)," + ], + [ + "▁G", + "NAT" + ], + [ + "Pro", + "b" + ], + [ + "Pr", + "ob" + ], + [ + "P", + "rob" + ], + [ + "▁dign", + "a" + ], + [ + "▁dig", + "na" + ], + [ + "▁vence", + "u" + ], + [ + "▁venc", + "eu" + ], + [ + "▁ven", + "ceu" + ], + [ + "▁conserva", + "dor" + ], + [ + "▁conserv", + "ador" + ], + [ + "▁participate", + "d" + ], + [ + "▁participa", + "ted" + ], + [ + "▁particip", + "ated" + ], + [ + "▁preced", + "ing" + ], + [ + "▁prece", + "ding" + ], + [ + "▁prec", + "eding" + ], + [ + "▁sé", + "ria" + ], + [ + "▁s", + "éria" + ], + [ + "▁warm", + "er" + ], + [ + "▁war", + "mer" + ], + [ + "▁discut", + "ido" + ], + [ + "▁path", + "ogens" + ], + [ + "55", + "7" + ], + [ + "5", + "57" + ], + [ + "▁car", + "ioca" + ], + [ + "▁Explore", + "r" + ], + [ + "▁Explor", + "er" + ], + [ + "▁Ex", + "plorer" + ], + [ + "▁[4", + "]" + ], + [ + "▁[", + "4]" + ], + [ + "▁", + "[4]" + ], + [ + "▁Ub", + "er" + ], + [ + "▁U", + "ber" + ], + [ + "▁Buddh", + "a" + ], + [ + "▁Budd", + "ha" + ], + [ + "Ca", + "t" + ], + [ + "C", + "at" + ], + [ + "UF", + "R" + ], + [ + "U", + "FR" + ], + [ + "▁dedic", + "ou" + ], + [ + "MAS", + "K" + ], + [ + "MA", + "SK" + ], + [ + "M", + "ASK" + ], + [ + "ar", + "ange" + ], + [ + "a", + "range" + ], + [ + "47", + "," + ], + [ + "4", + "7," + ], + [ + "cc", + "ion" + ], + [ + "c", + "cion" + ], + [ + "ori", + "c" + ], + [ + "or", + "ic" + ], + [ + "o", + "ric" + ], + [ + "66", + "5" + ], + [ + "6", + "65" + ], + [ + "mo", + "uth" + ], + [ + "m", + "outh" + ], + [ + "cu", + "d" + ], + [ + "c", + "ud" + ], + [ + "▁exig", + "indo" + ], + [ + "!", + "=" + ], + [ + "raf", + "ia" + ], + [ + "ra", + "fia" + ], + [ + "▁Ran", + "k" + ], + [ + "▁Ra", + "nk" + ], + [ + "▁R", + "ank" + ], + [ + "▁", + "Rank" + ], + [ + "tu", + "t" + ], + [ + "t", + "ut" + ], + [ + "▁gu", + "a" + ], + [ + "▁g", + "ua" + ], + [ + "▁", + "gua" + ], + [ + "]", + "}" + ], + [ + "▁subsc", + "ription" + ], + [ + "▁sub", + "scription" + ], + [ + "▁TS", + "tring" + ], + [ + "▁T", + "String" + ], + [ + "▁Beat", + "riz" + ], + [ + "▁Be", + "atriz" + ], + [ + "▁atribui", + "r" + ], + [ + "▁atribu", + "ir" + ], + [ + "ES", + "A" + ], + [ + "E", + "SA" + ], + [ + "▁trouxe", + "ram" + ], + [ + "▁troux", + "eram" + ], + [ + "▁physi", + "ological" + ], + [ + "$", + "0" + ], + [ + "▁LI", + "V" + ], + [ + "▁L", + "IV" + ], + [ + "▁\"", + "1" + ], + [ + "áf", + "ora" + ], + [ + "▁E", + "volução" + ], + [ + "▁bl", + "adder" + ], + [ + "▁Wa", + "ve" + ], + [ + "▁W", + "ave" + ], + [ + "▁", + "Wave" + ], + [ + "▁cafe", + "ína" + ], + [ + "▁Public", + "ada" + ], + [ + "▁divide", + "nd" + ], + [ + "▁divid", + "end" + ], + [ + "▁permitir", + "am" + ], + [ + "▁permit", + "iram" + ], + [ + "▁vent", + "re" + ], + [ + "▁ven", + "tre" + ], + [ + "▁v", + "entre" + ], + [ + "▁dyn", + "am" + ], + [ + "▁dy", + "nam" + ], + [ + "▁d", + "ynam" + ], + [ + "á", + "ut" + ], + [ + "▁Q", + "R" + ], + [ + "▁", + "QR" + ], + [ + "EC", + "E" + ], + [ + "E", + "CE" + ], + [ + "▁Age", + "s" + ], + [ + "▁Ag", + "es" + ], + [ + "▁A", + "ges" + ], + [ + "▁om", + "it" + ], + [ + "▁o", + "mit" + ], + [ + "VI", + "MENTO" + ], + [ + "V", + "IMENTO" + ], + [ + "▁confirm", + "a" + ], + [ + "▁confir", + "ma" + ], + [ + "▁conf", + "irma" + ], + [ + "▁MO", + "R" + ], + [ + "▁M", + "OR" + ], + [ + "▁emancip", + "ação" + ], + [ + "▁D", + "ê" + ], + [ + "iv", + "ative" + ], + [ + "▁semelhança", + "s" + ], + [ + "▁semelh", + "anças" + ], + [ + "B", + "u" + ], + [ + "01", + "1" + ], + [ + "0", + "11" + ], + [ + "▁imp", + "e" + ], + [ + "▁im", + "pe" + ], + [ + "▁recolh", + "er" + ], + [ + "▁recol", + "her" + ], + [ + "▁perigos", + "a" + ], + [ + "▁perigo", + "sa" + ], + [ + "▁perig", + "osa" + ], + [ + "pay", + "load" + ], + [ + "occ", + "us" + ], + [ + "oc", + "cus" + ], + [ + "▁legitim", + "idade" + ], + [ + "is", + "y" + ], + [ + "i", + "sy" + ], + [ + "hoe", + "n" + ], + [ + "ho", + "en" + ], + [ + "▁Be", + "d" + ], + [ + "▁B", + "ed" + ], + [ + "▁previsto", + "s" + ], + [ + "▁previs", + "tos" + ], + [ + "▁prev", + "istos" + ], + [ + "▁promot", + "ion" + ], + [ + "▁prom", + "otion" + ], + [ + "▁inteiro", + "s" + ], + [ + "▁inte", + "iros" + ], + [ + "▁int", + "eiros" + ], + [ + "▁in", + "teiros" + ], + [ + "_", + "9" + ], + [ + "▁apresenta", + "va" + ], + [ + "▁apresent", + "ava" + ], + [ + "osta", + "mente" + ], + [ + "ost", + "amente" + ], + [ + "os", + "tamente" + ], + [ + "▁$00", + "000000," + ], + [ + "▁$", + "00000000," + ], + [ + "▁u", + "c" + ], + [ + "▁", + "uc" + ], + [ + "▁projet", + "ar" + ], + [ + "▁Yan", + "g" + ], + [ + "▁Ya", + "ng" + ], + [ + "▁Y", + "ang" + ], + [ + "▁elimina", + "tion" + ], + [ + "▁elimin", + "ation" + ], + [ + "▁elim", + "ination" + ], + [ + "una", + "te" + ], + [ + "un", + "ate" + ], + [ + "SSSS", + "SSSS" + ], + [ + "▁encom", + "pass" + ], + [ + "▁cham", + "p" + ], + [ + "▁cha", + "mp" + ], + [ + "▁ch", + "amp" + ], + [ + "▁Ex", + "c" + ], + [ + "▁E", + "xc" + ], + [ + "▁Red", + "uc" + ], + [ + "▁Re", + "duc" + ], + [ + "▁R", + "educ" + ], + [ + "▁print", + "er" + ], + [ + "▁prin", + "ter" + ], + [ + "▁pr", + "inter" + ], + [ + "▁terapia", + "s" + ], + [ + "▁terap", + "ias" + ], + [ + "▁con", + "gestion" + ], + [ + "▁op", + "rim" + ], + [ + "▁o", + "prim" + ], + [ + "▁Prática", + "s" + ], + [ + "▁Pr", + "áticas" + ], + [ + "77", + "6" + ], + [ + "7", + "76" + ], + [ + "▁mut", + "ação" + ], + [ + "▁convert", + "e" + ], + [ + "▁conver", + "te" + ], + [ + "▁con", + "verte" + ], + [ + "252", + "5" + ], + [ + "25", + "25" + ], + [ + "St", + "ar" + ], + [ + "S", + "tar" + ], + [ + "▁Op", + "in" + ], + [ + "▁O", + "pin" + ], + [ + "▁Af", + "ro" + ], + [ + "▁protagon", + "ismo" + ], + [ + "▁elig", + "ible" + ], + [ + "▁Every", + "thing" + ], + [ + "▁Ever", + "ything" + ], + [ + "▁equilibr", + "ar" + ], + [ + "▁equilib", + "rar" + ], + [ + "AC", + "A" + ], + [ + "A", + "CA" + ], + [ + "▁unf", + "old" + ], + [ + "▁un", + "fold" + ], + [ + "▁Philosoph", + "y" + ], + [ + "amar", + "ca" + ], + [ + "am", + "arca" + ], + [ + "▁saco", + "s" + ], + [ + "▁sac", + "os" + ], + [ + "▁sa", + "cos" + ], + [ + "▁s", + "acos" + ], + [ + "rim", + "in" + ], + [ + "ri", + "min" + ], + [ + "ident", + "ifier" + ], + [ + "17", + ":" + ], + [ + "1", + "7:" + ], + [ + "▁cá", + "ps" + ], + [ + "▁disp", + "atch" + ], + [ + "▁dis", + "patch" + ], + [ + "▁", + "dispatch" + ], + [ + "▁comunitário", + "s" + ], + [ + "▁comun", + "itários" + ], + [ + ")\"", + ")" + ], + [ + ")", + "\")" + ], + [ + "▁permitir", + "á" + ], + [ + "▁permit", + "irá" + ], + [ + "▁LIN", + "E" + ], + [ + "▁LI", + "NE" + ], + [ + "▁L", + "INE" + ], + [ + "▁", + "LINE" + ], + [ + "▁associa", + "r" + ], + [ + "▁associ", + "ar" + ], + [ + "▁assoc", + "iar" + ], + [ + "▁eff", + "icacy" + ], + [ + "▁programme", + "s" + ], + [ + "▁program", + "mes" + ], + [ + "▁K", + "i" + ], + [ + "▁", + "Ki" + ], + [ + "▁OE", + "IS" + ], + [ + "▁Qu", + "atro" + ], + [ + "▁desconhec", + "ida" + ], + [ + "▁nela", + "s" + ], + [ + "▁ne", + "las" + ], + [ + "▁n", + "elas" + ], + [ + "part", + "ition" + ], + [ + "pl", + "t" + ], + [ + "p", + "lt" + ], + [ + "▁for", + "b" + ], + [ + "▁fo", + "rb" + ], + [ + "▁f", + "orb" + ], + [ + "▁Joan", + "a" + ], + [ + "▁Jo", + "ana" + ], + [ + "▁desencade", + "ar" + ], + [ + "Á", + "S" + ], + [ + "▁Temp", + "late" + ], + [ + "▁Tem", + "plate" + ], + [ + "▁", + "Template" + ], + [ + "▁cons", + "o" + ], + [ + "▁con", + "so" + ], + [ + "▁c", + "onso" + ], + [ + "▁ecol", + "ogia" + ], + [ + "▁ec", + "ologia" + ], + [ + "▁", + "ecologia" + ], + [ + "▁indire", + "ta" + ], + [ + "oca", + "ust" + ], + [ + "oc", + "aust" + ], + [ + "ee", + "n" + ], + [ + "e", + "en" + ], + [ + "cise", + "s" + ], + [ + "cis", + "es" + ], + [ + "ci", + "ses" + ], + [ + "c", + "ises" + ], + [ + "section", + "s" + ], + [ + "sect", + "ions" + ], + [ + "se", + "ctions" + ], + [ + "s", + "ections" + ], + [ + "▁ilustra", + "ção" + ], + [ + "▁ilustr", + "ação" + ], + [ + "▁ilust", + "ração" + ], + [ + "▁testemunha", + "s" + ], + [ + "▁testemun", + "has" + ], + [ + "Fa", + "tal" + ], + [ + "F", + "atal" + ], + [ + "▁dis", + "miss" + ], + [ + "▁h", + "ub" + ], + [ + "▁", + "hub" + ], + [ + "▁Mi", + "x" + ], + [ + "▁M", + "ix" + ], + [ + "▁", + "Mix" + ], + [ + "▁consider", + "s" + ], + [ + "▁cons", + "iders" + ], + [ + "ME", + "D" + ], + [ + "M", + "ED" + ], + [ + "▁sig", + "a" + ], + [ + "▁si", + "ga" + ], + [ + "▁s", + "iga" + ], + [ + "▁biom", + "a" + ], + [ + "▁bio", + "ma" + ], + [ + "▁bi", + "oma" + ], + [ + "Ra", + "nk" + ], + [ + "R", + "ank" + ], + [ + "▁salv", + "a" + ], + [ + "▁sal", + "va" + ], + [ + "▁news", + "letter" + ], + [ + "OR", + "IA" + ], + [ + "O", + "RIA" + ], + [ + "▁39", + "," + ], + [ + "▁3", + "9," + ], + [ + "▁", + "39," + ], + [ + "66", + "9" + ], + [ + "6", + "69" + ], + [ + "▁pri", + "de" + ], + [ + "▁pr", + "ide" + ], + [ + "▁p", + "ride" + ], + [ + "▁ant", + "agon" + ], + [ + "lo", + "yd" + ], + [ + "▁objet", + "iv" + ], + [ + "ter", + "ly" + ], + [ + "ing", + "ham" + ], + [ + "▁reput", + "ação" + ], + [ + "▁Scre", + "en" + ], + [ + "▁S", + "creen" + ], + [ + "▁", + "Screen" + ], + [ + "▁start", + "up" + ], + [ + "▁Item", + "s" + ], + [ + "▁It", + "ems" + ], + [ + "▁", + "Items" + ], + [ + "▁pol", + "êmica" + ], + [ + "▁proportion", + "s" + ], + [ + "▁proport", + "ions" + ], + [ + "ardi", + "a" + ], + [ + "ard", + "ia" + ], + [ + "ar", + "dia" + ], + [ + "▁Vitamin", + "a" + ], + [ + "▁Vitam", + "ina" + ], + [ + "▁Vit", + "amina" + ], + [ + "▁cadeira", + "s" + ], + [ + "▁cade", + "iras" + ], + [ + "▁cad", + "eiras" + ], + [ + "▁c", + "adeiras" + ], + [ + "▁foment", + "ar" + ], + [ + "▁fom", + "entar" + ], + [ + "less", + "ly" + ], + [ + "▁sa", + "indo" + ], + [ + "▁s", + "aindo" + ], + [ + "▁sil", + "ent" + ], + [ + "▁compass", + "ion" + ], + [ + "▁ad", + "renal" + ], + [ + "0.", + "9" + ], + [ + "0", + ".9" + ], + [ + "ono", + "s" + ], + [ + "on", + "os" + ], + [ + "o", + "nos" + ], + [ + "In", + "ner" + ], + [ + "▁esper", + "o" + ], + [ + "▁esp", + "ero" + ], + [ + "▁es", + "pero" + ], + [ + "Bo", + "ard" + ], + [ + "▁cro", + "c" + ], + [ + "▁cr", + "oc" + ], + [ + "▁c", + "roc" + ], + [ + "Le", + "g" + ], + [ + "L", + "eg" + ], + [ + "▁fr", + "ágil" + ], + [ + "▁02", + "/" + ], + [ + "▁0", + "2/" + ], + [ + "▁incr", + "íveis" + ], + [ + "▁prejudic", + "a" + ], + [ + "▁prejud", + "ica" + ], + [ + ":8080/", + "\"," + ], + [ + "▁desfrut", + "ar" + ], + [ + "▁desfr", + "utar" + ], + [ + "23", + "1" + ], + [ + "2", + "31" + ], + [ + "▁contributor", + "s" + ], + [ + "▁contribut", + "ors" + ], + [ + "_-", + ">" + ], + [ + "_", + "->" + ], + [ + "▁Liber", + "al" + ], + [ + "▁Lib", + "eral" + ], + [ + "86", + "," + ], + [ + "8", + "6," + ], + [ + "MENT", + "E" + ], + [ + "ME", + "NTE" + ], + [ + "M", + "ENTE" + ], + [ + "▁impr", + "imir" + ], + [ + "▁im", + "primir" + ], + [ + "▁public", + "ly" + ], + [ + "▁trace", + "s" + ], + [ + "▁trac", + "es" + ], + [ + "▁tra", + "ces" + ], + [ + "▁tr", + "aces" + ], + [ + "▁t", + "races" + ], + [ + "▁bar", + "ata" + ], + [ + "▁print", + "s" + ], + [ + "▁prin", + "ts" + ], + [ + "▁pr", + "ints" + ], + [ + "▁", + "prints" + ], + [ + "▁cond", + "em" + ], + [ + "▁con", + "dem" + ], + [ + "▁imaginar", + "y" + ], + [ + "▁imagina", + "ry" + ], + [ + "▁imagin", + "ary" + ], + [ + "▁imag", + "inary" + ], + [ + "▁conectado", + "s" + ], + [ + "▁conect", + "ados" + ], + [ + "▁sensor", + "iais" + ], + [ + "▁sens", + "oriais" + ], + [ + "▁Hawai", + "i" + ], + [ + "Grad", + "uação" + ], + [ + "▁Es", + "qu" + ], + [ + "▁E", + "squ" + ], + [ + "▁Brit", + "o" + ], + [ + "▁Br", + "ito" + ], + [ + "▁B", + "rito" + ], + [ + "▁cera", + "m" + ], + [ + "▁cer", + "am" + ], + [ + "▁ce", + "ram" + ], + [ + "▁c", + "eram" + ], + [ + "▁povo", + "ado" + ], + [ + "▁Mountain", + "s" + ], + [ + "▁Mount", + "ains" + ], + [ + "▁M", + "ountains" + ], + [ + "W", + "rit" + ], + [ + "íl", + "ica" + ], + [ + "í", + "lica" + ], + [ + "vo", + "c" + ], + [ + "v", + "oc" + ], + [ + "▁ingress", + "o" + ], + [ + "▁in", + "gresso" + ], + [ + "▁Eth", + "i" + ], + [ + "▁Et", + "hi" + ], + [ + "DEV", + "ICE" + ], + [ + "DE", + "VICE" + ], + [ + "▁Sinai", + "s" + ], + [ + "▁Sin", + "ais" + ], + [ + "▁S", + "inais" + ], + [ + "orr", + "e" + ], + [ + "or", + "re" + ], + [ + "▁prim", + "itiva" + ], + [ + "▁fum", + "o" + ], + [ + "▁fu", + "mo" + ], + [ + "▁f", + "umo" + ], + [ + "▁ras", + "h" + ], + [ + "▁ra", + "sh" + ], + [ + "▁r", + "ash" + ], + [ + "▁", + "rash" + ], + [ + "▁ALL", + "OC" + ], + [ + "▁AL", + "LOC" + ], + [ + "▁", + "ALLOC" + ], + [ + "▁Reserv", + "a" + ], + [ + "▁praça", + "s" + ], + [ + "▁pra", + "ças" + ], + [ + "▁Município", + "s" + ], + [ + "▁Munic", + "ípios" + ], + [ + "▁ed", + "ificação" + ], + [ + "▁handle", + "s" + ], + [ + "▁hand", + "les" + ], + [ + "iff", + "s" + ], + [ + "if", + "fs" + ], + [ + "▁tie", + "s" + ], + [ + "▁ti", + "es" + ], + [ + "▁t", + "ies" + ], + [ + "▁", + "ties" + ], + [ + "▁artr", + "ite" + ], + [ + "▁art", + "rite" + ], + [ + "▁restaurant", + "e" + ], + [ + "▁restaur", + "ante" + ], + [ + "▁resta", + "urante" + ], + [ + "▁к", + "о" + ], + [ + "▁", + "ко" + ], + [ + "▁Ir", + "landa" + ], + [ + "▁economic", + "ally" + ], + [ + "▁econom", + "ically" + ], + [ + "▁Cá", + "l" + ], + [ + "▁C", + "ál" + ], + [ + "op", + "ing" + ], + [ + "o", + "ping" + ], + [ + "▁V", + "a" + ], + [ + "FUN", + "CTION" + ], + [ + "▁arquit", + "ect" + ], + [ + "▁arqu", + "itect" + ], + [ + "▁gan", + "g" + ], + [ + "▁ga", + "ng" + ], + [ + "▁g", + "ang" + ], + [ + "▁", + "gang" + ], + [ + "▁afet", + "ando" + ], + [ + "aria", + "is" + ], + [ + "ari", + "ais" + ], + [ + "ar", + "iais" + ], + [ + "▁inst", + "ância" + ], + [ + "Ro", + "ut" + ], + [ + "R", + "out" + ], + [ + "▁definit", + "ivo" + ], + [ + "▁defin", + "itivo" + ], + [ + "▁dam", + "aging" + ], + [ + "▁resid", + "ence" + ], + [ + "▁res", + "idence" + ], + [ + "ú", + "l" + ], + [ + "idor", + "a" + ], + [ + "ido", + "ra" + ], + [ + "id", + "ora" + ], + [ + "▁Estim", + "a" + ], + [ + "▁Est", + "ima" + ], + [ + "▁Es", + "tima" + ], + [ + "▁calculate", + "s" + ], + [ + "▁calcul", + "ates" + ], + [ + "▁calc", + "ulates" + ], + [ + "▁PC", + "R" + ], + [ + "▁P", + "CR" + ], + [ + "▁generator", + "s" + ], + [ + "▁gener", + "ators" + ], + [ + "02", + ":" + ], + [ + "0", + "2:" + ], + [ + "▁Ja", + "y" + ], + [ + "▁J", + "ay" + ], + [ + "▁ca", + "f" + ], + [ + "▁c", + "af" + ], + [ + "▁filter", + "ed" + ], + [ + "▁filt", + "ered" + ], + [ + "▁fil", + "tered" + ], + [ + "▁", + "filtered" + ], + [ + "▁cob", + "ra" + ], + [ + "▁co", + "bra" + ], + [ + "▁c", + "obra" + ], + [ + "▁Naz", + "aré" + ], + [ + "▁Co", + "d" + ], + [ + "▁C", + "od" + ], + [ + "▁", + "Cod" + ], + [ + "▁bee", + "f" + ], + [ + "▁be", + "ef" + ], + [ + "▁preg", + "u" + ], + [ + "▁pre", + "gu" + ], + [ + "▁pr", + "egu" + ], + [ + "▁Prom", + "ise" + ], + [ + "anti", + "ns" + ], + [ + "ant", + "ins" + ], + [ + "▁advise", + "d" + ], + [ + "▁advis", + "ed" + ], + [ + "▁adv", + "ised" + ], + [ + "cip", + "y" + ], + [ + "ci", + "py" + ], + [ + "▁Set", + "e" + ], + [ + "▁Se", + "te" + ], + [ + "▁S", + "ete" + ], + [ + "▁train", + "s" + ], + [ + "▁tra", + "ins" + ], + [ + "▁tr", + "ains" + ], + [ + "ject", + "ion" + ], + [ + "je", + "ction" + ], + [ + "j", + "ection" + ], + [ + "AM", + "F" + ], + [ + "A", + "MF" + ], + [ + "▁rotina", + "s" + ], + [ + "▁rot", + "inas" + ], + [ + "▁3)", + ";" + ], + [ + "▁3", + ");" + ], + [ + "▁", + "3);" + ], + [ + "▁preocup", + "ante" + ], + [ + "▁illustr", + "ation" + ], + [ + "▁esco", + "amento" + ], + [ + "▁it", + "iner" + ], + [ + "▁ol", + "ive" + ], + [ + "▁o", + "live" + ], + [ + "LE", + "NGTH" + ], + [ + "omb", + "ar" + ], + [ + "om", + "bar" + ], + [ + "▁All", + "iance" + ], + [ + "▁Al", + "liance" + ], + [ + "▁invis", + "ible" + ], + [ + "▁in", + "visible" + ], + [ + "▁equ", + "idade" + ], + [ + "▁eq", + "uidade" + ], + [ + "=\"../../", + "../../" + ], + [ + "vir", + "tual" + ], + [ + "`)", + ";" + ], + [ + "`", + ");" + ], + [ + "▁responde", + "d" + ], + [ + "▁respond", + "ed" + ], + [ + "AM", + "B" + ], + [ + "A", + "MB" + ], + [ + "▁Tu", + "b" + ], + [ + "▁T", + "ub" + ], + [ + "▁alun", + "a" + ], + [ + "▁al", + "una" + ], + [ + "▁ignor", + "ar" + ], + [ + "▁ign", + "orar" + ], + [ + "ía", + "ca" + ], + [ + "í", + "aca" + ], + [ + "▁psicólogo", + "s" + ], + [ + "▁psic", + "ólogos" + ], + [ + "▁patologia", + "s" + ], + [ + "▁pat", + "ologias" + ], + [ + "19", + ":" + ], + [ + "1", + "9:" + ], + [ + "▁bio", + "g" + ], + [ + "▁bi", + "og" + ], + [ + "race", + "s" + ], + [ + "rac", + "es" + ], + [ + "ra", + "ces" + ], + [ + "r", + "aces" + ], + [ + "▁larva", + "s" + ], + [ + "▁lar", + "vas" + ], + [ + "▁sem", + "e" + ], + [ + "▁se", + "me" + ], + [ + "▁s", + "eme" + ], + [ + "▁bruta", + "l" + ], + [ + "▁brut", + "al" + ], + [ + "user", + "content" + ], + [ + "▁Prince", + "ton" + ], + [ + "▁Princ", + "eton" + ], + [ + "VI", + "EW" + ], + [ + "▁re", + "um" + ], + [ + "▁fet", + "o" + ], + [ + "▁fe", + "to" + ], + [ + "▁f", + "eto" + ], + [ + "▁prece", + "itos" + ], + [ + "76", + "5" + ], + [ + "7", + "65" + ], + [ + "▁suplement", + "ação" + ], + [ + "Ú", + "DE" + ], + [ + "▁temp", + "t" + ], + [ + "▁tem", + "pt" + ], + [ + "▁t", + "empt" + ], + [ + "match", + "es" + ], + [ + "mat", + "ches" + ], + [ + "UND", + "O" + ], + [ + "UN", + "DO" + ], + [ + "U", + "NDO" + ], + [ + "role", + "um" + ], + [ + "▁inovador", + "a" + ], + [ + "▁inov", + "adora" + ], + [ + "▁rac", + "iais" + ], + [ + "▁ra", + "ciais" + ], + [ + "▁r", + "aciais" + ], + [ + "0.", + "2" + ], + [ + "0", + ".2" + ], + [ + "▁r", + "t" + ], + [ + "▁", + "rt" + ], + [ + "ic", + "ut" + ], + [ + "i", + "cut" + ], + [ + "▁hat", + "e" + ], + [ + "▁ha", + "te" + ], + [ + "▁h", + "ate" + ], + [ + "R", + "s" + ], + [ + "▁busc", + "ou" + ], + [ + "▁bus", + "cou" + ], + [ + "▁We", + "ather" + ], + [ + "▁Ev", + "itar" + ], + [ + "▁Ca", + "x" + ], + [ + "▁C", + "ax" + ], + [ + "▁mol", + "ar" + ], + [ + "▁mo", + "lar" + ], + [ + "▁m", + "olar" + ], + [ + "▁Ad", + "icion" + ], + [ + "mi", + "s" + ], + [ + "m", + "is" + ], + [ + "▁respiratório", + "s" + ], + [ + "▁respir", + "atórios" + ], + [ + "▁en", + "act" + ], + [ + "▁ci", + "pher" + ], + [ + "▁c", + "ipher" + ], + [ + "▁", + "cipher" + ], + [ + "▁cr", + "y" + ], + [ + "▁c", + "ry" + ], + [ + "▁ach", + "ei" + ], + [ + "▁ac", + "hei" + ], + [ + "▁Gam", + "a" + ], + [ + "▁Ga", + "ma" + ], + [ + "▁G", + "ama" + ], + [ + "▁americana", + "s" + ], + [ + "▁americ", + "anas" + ], + [ + "▁am", + "ericanas" + ], + [ + "▁", + "americanas" + ], + [ + "▁advers", + "ário" + ], + [ + "▁composta", + "gem" + ], + [ + "▁compost", + "agem" + ], + [ + "anna", + "h" + ], + [ + "ann", + "ah" + ], + [ + "▁PROC", + "ED" + ], + [ + "▁PRO", + "CED" + ], + [ + "▁ven", + "eno" + ], + [ + "▁Join", + "t" + ], + [ + "▁Jo", + "int" + ], + [ + "▁J", + "oint" + ], + [ + "▁", + "Joint" + ], + [ + "FI", + "ELD" + ], + [ + "▁Aument", + "o" + ], + [ + "▁A", + "umento" + ], + [ + "▁juí", + "zes" + ], + [ + "▁ju", + "ízes" + ], + [ + "▁dispers", + "ão" + ], + [ + "▁age", + "m" + ], + [ + "▁ag", + "em" + ], + [ + "▁a", + "gem" + ], + [ + "▁", + "agem" + ], + [ + "▁pass", + "ivo" + ], + [ + "▁Pesquis", + "adores" + ], + [ + "process", + "or" + ], + [ + "proc", + "essor" + ], + [ + "002", + "6" + ], + [ + "00", + "26" + ], + [ + "0", + "026" + ], + [ + "▁Florian", + "ópolis" + ], + [ + "▁only", + "Owner" + ], + [ + "d", + "g" + ], + [ + "▁Ribe", + "irão" + ], + [ + "UT", + "C" + ], + [ + "U", + "TC" + ], + [ + "▁specialist", + "s" + ], + [ + "▁special", + "ists" + ], + [ + "▁combina", + "r" + ], + [ + "▁combin", + "ar" + ], + [ + "▁comb", + "inar" + ], + [ + "▁sacrifício", + "s" + ], + [ + "▁sacrif", + "ícios" + ], + [ + "▁Config", + "uration" + ], + [ + "▁", + "Configuration" + ], + [ + "▁explos", + "ion" + ], + [ + "Ro", + "m" + ], + [ + "R", + "om" + ], + [ + "▁publicada", + "s" + ], + [ + "▁publica", + "das" + ], + [ + "▁public", + "adas" + ], + [ + "▁Prov", + "a" + ], + [ + "▁Pro", + "va" + ], + [ + "▁Pr", + "ova" + ], + [ + "▁sn", + "ack" + ], + [ + "▁inser", + "ida" + ], + [ + "atu", + "al" + ], + [ + "at", + "ual" + ], + [ + "a", + "tual" + ], + [ + "over", + "line" + ], + [ + "W", + "atch" + ], + [ + "▁percebi", + "do" + ], + [ + "▁perceb", + "ido" + ], + [ + "x", + "D" + ], + [ + "▁Gr", + "i" + ], + [ + "▁G", + "ri" + ], + [ + "St", + "age" + ], + [ + "▁inov", + "ador" + ], + [ + "303", + "0" + ], + [ + "30", + "30" + ], + [ + "3", + "030" + ], + [ + "▁48", + "," + ], + [ + "▁4", + "8," + ], + [ + "▁", + "48," + ], + [ + "▁fil", + "a" + ], + [ + "▁fi", + "la" + ], + [ + "▁f", + "ila" + ], + [ + "▁Reduc", + "e" + ], + [ + "▁Red", + "uce" + ], + [ + "▁Re", + "duce" + ], + [ + "▁", + "Reduce" + ], + [ + "▁Mai", + "l" + ], + [ + "▁Ma", + "il" + ], + [ + "▁M", + "ail" + ], + [ + "▁", + "Mail" + ], + [ + "ér", + "bios" + ], + [ + "▁cultiv", + "ada" + ], + [ + "▁cult", + "ivada" + ], + [ + "▁monumento", + "s" + ], + [ + "▁monument", + "os" + ], + [ + "▁mon", + "umentos" + ], + [ + "▁band", + "width" + ], + [ + "mean", + "s" + ], + [ + "me", + "ans" + ], + [ + "▁print", + "able" + ], + [ + "▁prin", + "table" + ], + [ + "▁conven", + "ience" + ], + [ + "Ô", + "N" + ], + [ + "▁bicicleta", + "s" + ], + [ + "▁bicic", + "letas" + ], + [ + "▁sindic", + "atos" + ], + [ + "ax", + "es" + ], + [ + "a", + "xes" + ], + [ + "▁caro", + "s" + ], + [ + "▁car", + "os" + ], + [ + "▁ca", + "ros" + ], + [ + "▁c", + "aros" + ], + [ + "▁Aff", + "airs" + ], + [ + "▁Think", + "ing" + ], + [ + "▁Th", + "inking" + ], + [ + "▁rev", + "ital" + ], + [ + "F", + "K" + ], + [ + "▁reward", + "s" + ], + [ + "▁re", + "wards" + ], + [ + "▁Escre", + "va" + ], + [ + "▁chama", + "va" + ], + [ + "▁cham", + "ava" + ], + [ + "▁benéf", + "ico" + ], + [ + "▁41", + "," + ], + [ + "▁4", + "1," + ], + [ + "▁", + "41," + ], + [ + "▁diretor", + "es" + ], + [ + "▁direto", + "res" + ], + [ + "▁diret", + "ores" + ], + [ + "▁Ot", + "t" + ], + [ + "▁O", + "tt" + ], + [ + "▁1.0", + "," + ], + [ + "▁1.", + "0," + ], + [ + "▁IN", + "PUT" + ], + [ + "▁", + "INPUT" + ], + [ + "85", + "4" + ], + [ + "8", + "54" + ], + [ + "▁compress", + "ão" + ], + [ + "▁compr", + "essão" + ], + [ + "▁com", + "pressão" + ], + [ + "▁correspondente", + "s" + ], + [ + "▁correspond", + "entes" + ], + [ + "06", + "0" + ], + [ + "0", + "60" + ], + [ + "post", + "s" + ], + [ + "pos", + "ts" + ], + [ + "▁b", + "unch" + ], + [ + "Unit", + "s" + ], + [ + "Un", + "its" + ], + [ + "▁u", + "uid" + ], + [ + "▁", + "uuid" + ], + [ + "▁Ther", + "apy" + ], + [ + "ceed", + "s" + ], + [ + "ce", + "eds" + ], + [ + "▁xí", + "cara" + ], + [ + "[]", + "," + ], + [ + "[", + "]," + ], + [ + "ñ", + "a" + ], + [ + "Anal", + "y" + ], + [ + "▁miss", + "a" + ], + [ + "▁mis", + "sa" + ], + [ + "▁m", + "issa" + ], + [ + "Run", + "ning" + ], + [ + "R", + "unning" + ], + [ + "▁des", + "valor" + ], + [ + "▁Anth", + "ony" + ], + [ + "▁invent", + "or" + ], + [ + "▁inv", + "entor" + ], + [ + "▁intrins", + "ic" + ], + [ + "▁intr", + "insic" + ], + [ + "▁crow", + "d" + ], + [ + "▁cro", + "wd" + ], + [ + "educ", + "ação" + ], + [ + "▁B", + "D" + ], + [ + "▁", + "BD" + ], + [ + "▁Le", + "ave" + ], + [ + "▁Off", + "line" + ], + [ + "prec", + "ed" + ], + [ + "pre", + "ced" + ], + [ + "pr", + "eced" + ], + [ + "aria", + "n" + ], + [ + "ari", + "an" + ], + [ + "ar", + "ian" + ], + [ + "a", + "rian" + ], + [ + "▁visual", + "ization" + ], + [ + "M", + "erge" + ], + [ + "▁Elect", + "ron" + ], + [ + "o", + "h" + ], + [ + "▁“", + "[" + ], + [ + "Cam", + "era" + ], + [ + "▁12", + "-" + ], + [ + "▁1", + "2-" + ], + [ + "75", + "9" + ], + [ + "7", + "59" + ], + [ + "ASS", + "ERT" + ], + [ + "AS", + "SERT" + ], + [ + "▁agrade", + "cer" + ], + [ + "▁agrad", + "ecer" + ], + [ + "▁Benef", + "its" + ], + [ + "ц", + "и" + ], + [ + "▁1.", + "9" + ], + [ + "▁1", + ".9" + ], + [ + "▁", + "1.9" + ], + [ + "▁entr", + "ando" + ], + [ + "▁ent", + "rando" + ], + [ + "▁cou", + "ve" + ], + [ + "▁c", + "ouve" + ], + [ + "▁aposent", + "adoria" + ], + [ + "▁queda", + "s" + ], + [ + "▁que", + "das" + ], + [ + "▁qu", + "edas" + ], + [ + "▁descob", + "ri" + ], + [ + "79", + "6" + ], + [ + "7", + "96" + ], + [ + "▁ce", + "t" + ], + [ + "▁c", + "et" + ], + [ + "isco", + "p" + ], + [ + "isc", + "op" + ], + [ + "is", + "cop" + ], + [ + "ME", + "T" + ], + [ + "M", + "ET" + ], + [ + "^^", + "^^" + ], + [ + "ativ", + "ismo" + ], + [ + "at", + "ivismo" + ], + [ + "▁Fra", + "ction" + ], + [ + "▁Fr", + "action" + ], + [ + "▁F", + "raction" + ], + [ + "2.", + "2" + ], + [ + "2", + ".2" + ], + [ + "▁lens", + "es" + ], + [ + "▁len", + "ses" + ], + [ + "▁l", + "enses" + ], + [ + "▁coc", + "a" + ], + [ + "▁co", + "ca" + ], + [ + "▁c", + "oca" + ], + [ + "^{", + "2" + ], + [ + "^", + "{2" + ], + [ + "▁rob", + "ô" + ], + [ + "▁Red", + "ução" + ], + [ + "▁Re", + "dução" + ], + [ + "▁vom", + "iting" + ], + [ + "37", + "8" + ], + [ + "3", + "78" + ], + [ + "▁85", + "%" + ], + [ + "▁8", + "5%" + ], + [ + "=10", + "0" + ], + [ + "=1", + "00" + ], + [ + "=", + "100" + ], + [ + "eco", + "s" + ], + [ + "ec", + "os" + ], + [ + "e", + "cos" + ], + [ + "▁Mo", + "use" + ], + [ + "▁M", + "ouse" + ], + [ + "▁", + "Mouse" + ], + [ + "▁cube", + "s" + ], + [ + "▁cub", + "es" + ], + [ + "▁cu", + "bes" + ], + [ + "itzer", + "land" + ], + [ + "▁978", + "-" + ], + [ + "▁97", + "8-" + ], + [ + "▁clar", + "ity" + ], + [ + "ter", + "ra" + ], + [ + "t", + "erra" + ], + [ + "▁constitut", + "e" + ], + [ + "▁constitu", + "te" + ], + [ + "▁const", + "itute" + ], + [ + "▁introduce", + "s" + ], + [ + "▁introdu", + "ces" + ], + [ + "▁intro", + "duces" + ], + [ + "–", + "–" + ], + [ + "▁ecl", + "ipse" + ], + [ + "vi", + "c" + ], + [ + "v", + "ic" + ], + [ + "▁cert", + "ified" + ], + [ + "▁17", + "7" + ], + [ + "▁1", + "77" + ], + [ + "▁", + "177" + ], + [ + "=$", + "(" + ], + [ + "=", + "$(" + ], + [ + "▁bar", + "k" + ], + [ + "▁ba", + "rk" + ], + [ + "▁b", + "ark" + ], + [ + "▁seem", + "ingly" + ], + [ + "▁Independ", + "ent" + ], + [ + "▁In", + "dependent" + ], + [ + "▁similar", + "ities" + ], + [ + "▁tra", + "çar" + ], + [ + "▁2011", + "-" + ], + [ + "▁201", + "1-" + ], + [ + "▁\\", + "(" + ], + [ + "▁Amar", + "al" + ], + [ + "▁decorr", + "e" + ], + [ + "▁decor", + "re" + ], + [ + "▁dec", + "orre" + ], + [ + "▁de", + "corre" + ], + [ + "irit", + "ismo" + ], + [ + "ir", + "itismo" + ], + [ + "▁clos", + "ure" + ], + [ + "▁", + "closure" + ], + [ + "▁acontec", + "ido" + ], + [ + "▁aconte", + "cido" + ], + [ + "▁ave", + "ia" + ], + [ + "▁47", + "." + ], + [ + "▁4", + "7." + ], + [ + "ide", + "press" + ], + [ + "▁trata", + "va" + ], + [ + "▁trat", + "ava" + ], + [ + "▁41", + "." + ], + [ + "▁4", + "1." + ], + [ + "▁Le", + "x" + ], + [ + "▁L", + "ex" + ], + [ + "▁", + "Lex" + ], + [ + "be", + "u" + ], + [ + "b", + "eu" + ], + [ + "▁envolve", + "u" + ], + [ + "▁envolv", + "eu" + ], + [ + "▁envol", + "veu" + ], + [ + "▁different", + "iation" + ], + [ + "Dest", + "ination" + ], + [ + "aday", + "s" + ], + [ + "ada", + "ys" + ], + [ + "ad", + "ays" + ], + [ + "a", + "days" + ], + [ + "27", + "6" + ], + [ + "2", + "76" + ], + [ + "▁adjust", + "ment" + ], + [ + "elh", + "i" + ], + [ + "el", + "hi" + ], + [ + "orn", + "a" + ], + [ + "or", + "na" + ], + [ + "▁ground", + "water" + ], + [ + "▁constitu", + "indo" + ], + [ + "32", + ":" + ], + [ + "3", + "2:" + ], + [ + "Process", + "or" + ], + [ + "Proc", + "essor" + ], + [ + "tra", + "ps" + ], + [ + "tr", + "aps" + ], + [ + "t", + "raps" + ], + [ + "▁caracteriza", + "m" + ], + [ + "▁caracter", + "izam" + ], + [ + "▁cumpr", + "e" + ], + [ + "▁cum", + "pre" + ], + [ + "▁Segu", + "indo" + ], + [ + "▁Seg", + "uindo" + ], + [ + "hin", + "d" + ], + [ + "hi", + "nd" + ], + [ + "h", + "ind" + ], + [ + "hs", + "pace" + ], + [ + "h", + "space" + ], + [ + "▁corredor", + "es" + ], + [ + "▁corr", + "edores" + ], + [ + "▁cor", + "redores" + ], + [ + "ú", + "veis" + ], + [ + "▁perf", + "is" + ], + [ + "▁per", + "fis" + ], + [ + "▁cin", + "e" + ], + [ + "▁ci", + "ne" + ], + [ + "▁c", + "ine" + ], + [ + "FC", + "F" + ], + [ + "F", + "CF" + ], + [ + "10", + ";" + ], + [ + "1", + "0;" + ], + [ + "▁bi", + "r" + ], + [ + "▁b", + "ir" + ], + [ + "▁Ass", + "ign" + ], + [ + "▁As", + "sign" + ], + [ + "▁", + "Assign" + ], + [ + "ession", + "s" + ], + [ + "ess", + "ions" + ], + [ + "▁base", + "ball" + ], + [ + "▁modification", + "s" + ], + [ + "▁mod", + "ifications" + ], + [ + "SY", + "STEM" + ], + [ + "ivate", + "d" + ], + [ + "iva", + "ted" + ], + [ + "iv", + "ated" + ], + [ + "íci", + "e" + ], + [ + "íc", + "ie" + ], + [ + "í", + "cie" + ], + [ + "▁ch", + "i" + ], + [ + "▁c", + "hi" + ], + [ + "▁", + "chi" + ], + [ + "▁Lú", + "cia" + ], + [ + "▁compan", + "ion" + ], + [ + "jan", + "go" + ], + [ + "j", + "ango" + ], + [ + "▁ress", + "onância" + ], + [ + "▁reserv", + "atório" + ], + [ + "▁Bon", + "d" + ], + [ + "▁Bo", + "nd" + ], + [ + "▁B", + "ond" + ], + [ + "Separ", + "ator" + ], + [ + "▁hier", + "archy" + ], + [ + "▁Ch", + "r" + ], + [ + "▁C", + "hr" + ], + [ + "comp", + "at" + ], + [ + "com", + "pat" + ], + [ + "▁Philipp", + "ines" + ], + [ + "▁MAT", + "ER" + ], + [ + "▁MA", + "TER" + ], + [ + "▁M", + "ATER" + ], + [ + "▁stay", + "ing" + ], + [ + "▁sta", + "ying" + ], + [ + "Frame", + "work" + ], + [ + "▁prevent", + "iva" + ], + [ + "▁contrad", + "ição" + ], + [ + "▁contra", + "dição" + ], + [ + "▁Satur", + "n" + ], + [ + "▁Sat", + "urn" + ], + [ + "▁Sa", + "turn" + ], + [ + "▁P", + "G" + ], + [ + "▁", + "PG" + ], + [ + "▁Archive", + "d" + ], + [ + "▁Arch", + "ived" + ], + [ + "▁0.5", + "," + ], + [ + "▁0.", + "5," + ], + [ + "▁", + "0.5," + ], + [ + "▁passada", + "s" + ], + [ + "▁passa", + "das" + ], + [ + "▁pass", + "adas" + ], + [ + "29", + "4" + ], + [ + "2", + "94" + ], + [ + "▁Sh", + "ip" + ], + [ + "▁S", + "hip" + ], + [ + "▁", + "Ship" + ], + [ + "▁light", + "er" + ], + [ + "▁l", + "ighter" + ], + [ + "▁vis", + "ibility" + ], + [ + "ange", + "l" + ], + [ + "ang", + "el" + ], + [ + "an", + "gel" + ], + [ + "25", + "7" + ], + [ + "2", + "57" + ], + [ + "▁quot", + "ient" + ], + [ + "pri", + "sing" + ], + [ + "pr", + "ising" + ], + [ + "▁Terce", + "iro" + ], + [ + "19", + "0" + ], + [ + "1", + "90" + ], + [ + "var", + "o" + ], + [ + "va", + "ro" + ], + [ + "v", + "aro" + ], + [ + "▁universitário", + "s" + ], + [ + "▁univers", + "itários" + ], + [ + "uit", + "ion" + ], + [ + "ui", + "tion" + ], + [ + "u", + "ition" + ], + [ + "▁junt", + "a" + ], + [ + "▁jun", + "ta" + ], + [ + "▁j", + "unta" + ], + [ + "▁geographic", + "al" + ], + [ + "▁ge", + "ographical" + ], + [ + "2]", + "," + ], + [ + "2", + "]," + ], + [ + "76", + "9" + ], + [ + "7", + "69" + ], + [ + "brid", + "ge" + ], + [ + "br", + "idge" + ], + [ + "b", + "ridge" + ], + [ + "▁cole", + "ct" + ], + [ + "▁col", + "ect" + ], + [ + "▁co", + "lect" + ], + [ + "▁descrita", + "s" + ], + [ + "▁descrit", + "as" + ], + [ + "▁desc", + "ritas" + ], + [ + "pay", + "ment" + ], + [ + "▁j", + "ne" + ], + [ + "PO", + "INT" + ], + [ + "▁rec", + "ycled" + ], + [ + "ZER", + "O" + ], + [ + "ZE", + "RO" + ], + [ + "Z", + "ERO" + ], + [ + "ce", + "ira" + ], + [ + "c", + "eira" + ], + [ + "▁Hi", + "nt" + ], + [ + "▁H", + "int" + ], + [ + "▁", + "Hint" + ], + [ + "En", + "glish" + ], + [ + "▁Am", + "ount" + ], + [ + "▁A", + "mount" + ], + [ + "▁", + "Amount" + ], + [ + "Pi", + "n" + ], + [ + "P", + "in" + ], + [ + "M", + "ESSAGE" + ], + [ + "▁stay", + "s" + ], + [ + "▁sta", + "ys" + ], + [ + "▁st", + "ays" + ], + [ + "▁monument", + "o" + ], + [ + "▁mon", + "umento" + ], + [ + "▁ex", + "ato" + ], + [ + "▁descob", + "re" + ], + [ + "▁desc", + "obre" + ], + [ + "H", + "ook" + ], + [ + "▁intr", + "ig" + ], + [ + "▁int", + "rig" + ], + [ + "▁campe", + "ão" + ], + [ + "▁00", + ":00:00" + ], + [ + "▁cultivada", + "s" + ], + [ + "▁cultiv", + "adas" + ], + [ + "▁classifica", + "r" + ], + [ + "▁class", + "ificar" + ], + [ + "▁CO", + "DE" + ], + [ + "▁", + "CODE" + ], + [ + "▁rent", + "abilidade" + ], + [ + "Font", + "e" + ], + [ + "F", + "onte" + ], + [ + "▁ajuste", + "s" + ], + [ + "▁ajust", + "es" + ], + [ + "▁her", + "pes" + ], + [ + "Miss", + "ing" + ], + [ + "46", + "9" + ], + [ + "4", + "69" + ], + [ + "gen", + "o" + ], + [ + "ge", + "no" + ], + [ + "g", + "eno" + ], + [ + "▁CU", + "LT" + ], + [ + "▁C", + "ULT" + ], + [ + "24", + ")" + ], + [ + "2", + "4)" + ], + [ + "ógeno", + "s" + ], + [ + "óg", + "enos" + ], + [ + "▁Core", + "ia" + ], + [ + "▁Latin", + "o" + ], + [ + "▁Lat", + "ino" + ], + [ + "▁atribui", + "ções" + ], + [ + "▁atribu", + "ições" + ], + [ + "▁compos", + "ições" + ], + [ + "▁com", + "posições" + ], + [ + "('", + "\\" + ], + [ + "(", + "'\\" + ], + [ + "▁fil", + "t" + ], + [ + "▁fi", + "lt" + ], + [ + "▁f", + "ilt" + ], + [ + "mac", + "hine" + ], + [ + "m", + "achine" + ], + [ + "▁disp", + "or" + ], + [ + "▁dis", + "por" + ], + [ + "▁Lut", + "ero" + ], + [ + "▁Lu", + "tero" + ], + [ + "fi", + "c" + ], + [ + "f", + "ic" + ], + [ + "apa", + "n" + ], + [ + "ap", + "an" + ], + [ + "a", + "pan" + ], + [ + "Or", + "i" + ], + [ + "O", + "ri" + ], + [ + "indu", + "ced" + ], + [ + "in", + "duced" + ], + [ + "▁levant", + "a" + ], + [ + "▁lev", + "anta" + ], + [ + "▁trans", + "ações" + ], + [ + "enar", + "io" + ], + [ + "ena", + "rio" + ], + [ + "en", + "ario" + ], + [ + "▁Mar", + "ina" + ], + [ + "▁Ma", + "rina" + ], + [ + "▁bank", + "ing" + ], + [ + "▁ban", + "king" + ], + [ + "Fo", + "i" + ], + [ + "F", + "oi" + ], + [ + "▁permit", + "s" + ], + [ + "▁perm", + "its" + ], + [ + "categ", + "ories" + ], + [ + "cons", + "ole" + ], + [ + "con", + "sole" + ], + [ + "▁separ", + "a" + ], + [ + "▁sep", + "ara" + ], + [ + "▁se", + "para" + ], + [ + "Chars", + "et" + ], + [ + "Char", + "set" + ], + [ + "▁substant", + "ivo" + ], + [ + "▁mort", + "a" + ], + [ + "▁mor", + "ta" + ], + [ + "▁m", + "orta" + ], + [ + "▁Names", + "pace" + ], + [ + "▁Name", + "space" + ], + [ + "▁Nam", + "espace" + ], + [ + "▁", + "Namespace" + ], + [ + "▁declara", + "ções" + ], + [ + "▁declar", + "ações" + ], + [ + "MA", + "IN" + ], + [ + "M", + "AIN" + ], + [ + "▁$(", + "$" + ], + [ + "▁$", + "($" + ], + [ + "▁caut", + "ion" + ], + [ + "▁ca", + "ution" + ], + [ + "▁profile", + "s" + ], + [ + "▁prof", + "iles" + ], + [ + "▁pro", + "files" + ], + [ + "▁Sp", + "r" + ], + [ + "▁S", + "pr" + ], + [ + "▁pot", + "ent" + ], + [ + "▁po", + "tent" + ], + [ + "▁vest", + "ígios" + ], + [ + "▁overs", + "e" + ], + [ + "▁over", + "se" + ], + [ + "▁ov", + "erse" + ], + [ + "▁o", + "verse" + ], + [ + "▁designa", + "r" + ], + [ + "▁design", + "ar" + ], + [ + "▁inspect", + "ion" + ], + [ + "▁insp", + "ection" + ], + [ + "49", + "4" + ], + [ + "4", + "94" + ], + [ + "ank", + "a" + ], + [ + "an", + "ka" + ], + [ + "itch", + "ed" + ], + [ + "it", + "ched" + ], + [ + "31", + "8" + ], + [ + "3", + "18" + ], + [ + "▁Buddh", + "ist" + ], + [ + "▁Budd", + "hist" + ], + [ + "▁Qu", + "r" + ], + [ + "▁Q", + "ur" + ], + [ + "▁poly", + "g" + ], + [ + "▁pol", + "yg" + ], + [ + "▁conta", + "va" + ], + [ + "▁cont", + "ava" + ], + [ + "▁compartilh", + "ada" + ], + [ + "iv", + "ista" + ], + [ + "i", + "vista" + ], + [ + "▁distanci", + "amento" + ], + [ + "m", + "L" + ], + [ + "ARE", + "S" + ], + [ + "AR", + "ES" + ], + [ + "A", + "RES" + ], + [ + "▁herb", + "s" + ], + [ + "▁her", + "bs" + ], + [ + "ut", + "i" + ], + [ + "u", + "ti" + ], + [ + "▁Important", + "e" + ], + [ + "▁Import", + "ante" + ], + [ + "▁combust", + "ion" + ], + [ + "▁defici", + "ente" + ], + [ + "▁def", + "iciente" + ], + [ + "IN", + "I" + ], + [ + "I", + "NI" + ], + [ + "Member", + "s" + ], + [ + "Mem", + "bers" + ], + [ + "M", + "embers" + ], + [ + "▁deploy", + "ed" + ], + [ + "▁END", + "DO" + ], + [ + "▁positive", + "ly" + ], + [ + "▁posit", + "ively" + ], + [ + "▁incentiv", + "a" + ], + [ + "▁incent", + "iva" + ], + [ + "▁0.0", + "7" + ], + [ + "▁0.", + "07" + ], + [ + "oli", + "th" + ], + [ + "ol", + "ith" + ], + [ + "ident", + "ity" + ], + [ + "id", + "entity" + ], + [ + "▁lembr", + "ança" + ], + [ + "▁lemb", + "rança" + ], + [ + "ver", + "ify" + ], + [ + "▁naveg", + "ador" + ], + [ + "▁cra", + "v" + ], + [ + "▁cr", + "av" + ], + [ + "▁c", + "rav" + ], + [ + "▁possess", + "ion" + ], + [ + "▁poss", + "ession" + ], + [ + "▁pos", + "session" + ], + [ + "iot", + "ic" + ], + [ + "io", + "tic" + ], + [ + "i", + "otic" + ], + [ + "▁ts", + "un" + ], + [ + "▁t", + "sun" + ], + [ + "▁encontre", + "i" + ], + [ + "▁encontr", + "ei" + ], + [ + "▁encont", + "rei" + ], + [ + "igma", + "t" + ], + [ + "ig", + "mat" + ], + [ + "burg", + "o" + ], + [ + "bur", + "go" + ], + [ + "b", + "urgo" + ], + [ + "is", + "ões" + ], + [ + "▁J", + "ES" + ], + [ + "▁Lour", + "enço" + ], + [ + "▁ver", + "ified" + ], + [ + "▁orgânica", + "s" + ], + [ + "▁org", + "ânicas" + ], + [ + "▁cooperativa", + "s" + ], + [ + "▁cooper", + "ativas" + ], + [ + "29", + "2" + ], + [ + "2", + "92" + ], + [ + "ore", + "an" + ], + [ + "or", + "ean" + ], + [ + "esta", + "tion" + ], + [ + "est", + "ation" + ], + [ + "e", + "station" + ], + [ + "▁er", + "up" + ], + [ + "▁e", + "rup" + ], + [ + "rever", + "se" + ], + [ + "rev", + "erse" + ], + [ + "re", + "verse" + ], + [ + "ificar", + "am" + ], + [ + "ifica", + "ram" + ], + [ + "ific", + "aram" + ], + [ + "▁Ang", + "lo" + ], + [ + "▁a", + "onde" + ], + [ + "82", + "2" + ], + [ + "8", + "22" + ], + [ + "▁arise", + "s" + ], + [ + "▁ar", + "ises" + ], + [ + "........", + "." + ], + [ + ".......", + ".." + ], + [ + "......", + "..." + ], + [ + ".....", + "...." + ], + [ + "....", + "....." + ], + [ + "...", + "......" + ], + [ + "..", + "......." + ], + [ + ".", + "........" + ], + [ + "▁col", + "a" + ], + [ + "▁co", + "la" + ], + [ + "▁c", + "ola" + ], + [ + "▁cou", + "s" + ], + [ + "▁co", + "us" + ], + [ + "▁c", + "ous" + ], + [ + "Off", + "ice" + ], + [ + "▁Author", + "s" + ], + [ + "▁Auth", + "ors" + ], + [ + "31", + "1" + ], + [ + "3", + "11" + ], + [ + "▁GM", + "T" + ], + [ + "▁G", + "MT" + ], + [ + "Soft", + "ware" + ], + [ + "So", + "ftware" + ], + [ + "▁surve", + "illance" + ], + [ + "▁Ya", + "le" + ], + [ + "▁Y", + "ale" + ], + [ + "OBJ", + "ECT" + ], + [ + "OB", + "JECT" + ], + [ + "▁Dis", + "ney" + ], + [ + "▁Gand", + "hi" + ], + [ + "▁mat", + "urity" + ], + [ + "▁follow", + "ers" + ], + [ + "▁apont", + "ou" + ], + [ + "▁occup", + "y" + ], + [ + "▁occ", + "upy" + ], + [ + "▁aceler", + "ado" + ], + [ + "..", + "\\" + ], + [ + ".", + ".\\" + ], + [ + "▁lista", + "s" + ], + [ + "▁list", + "as" + ], + [ + "▁lis", + "tas" + ], + [ + "▁l", + "istas" + ], + [ + "▁protagonista", + "s" + ], + [ + "▁protagon", + "istas" + ], + [ + "▁Jun", + "g" + ], + [ + "▁Ju", + "ng" + ], + [ + "▁J", + "ung" + ], + [ + "▁N", + "F" + ], + [ + "▁", + "NF" + ], + [ + "▁volunt", + "ária" + ], + [ + "▁differ", + "s" + ], + [ + "▁diff", + "ers" + ], + [ + "▁Eu", + "r" + ], + [ + "▁E", + "ur" + ], + [ + "I", + "H" + ], + [ + "R", + "N" + ], + [ + "▁", + "€" + ], + [ + "▁rot", + "e" + ], + [ + "▁ro", + "te" + ], + [ + "▁r", + "ote" + ], + [ + "▁", + "rote" + ], + [ + "▁aud", + "i" + ], + [ + "▁au", + "di" + ], + [ + "▁arro", + "g" + ], + [ + "▁arr", + "og" + ], + [ + "▁ar", + "rog" + ], + [ + "▁retom", + "ada" + ], + [ + "(0)", + "." + ], + [ + "(0", + ")." + ], + [ + "(", + "0)." + ], + [ + "ok", + "ing" + ], + [ + "o", + "king" + ], + [ + "▁instru", + "ctor" + ], + [ + "▁in", + "structor" + ], + [ + "▁Subject", + "s" + ], + [ + "▁meta", + "m" + ], + [ + "▁met", + "am" + ], + [ + "▁transform", + "er" + ], + [ + "▁recru", + "t" + ], + [ + "▁recr", + "ut" + ], + [ + "▁rec", + "rut" + ], + [ + "uan", + "do" + ], + [ + "u", + "ando" + ], + [ + "▁recorr", + "ente" + ], + [ + "▁All", + "oc" + ], + [ + "▁Al", + "loc" + ], + [ + "▁", + "Alloc" + ], + [ + "▁Hop", + "kins" + ], + [ + "▁ab", + "ób" + ], + [ + "Mas", + "s" + ], + [ + "Ma", + "ss" + ], + [ + "M", + "ass" + ], + [ + "R", + "K" + ], + [ + "fe", + "e" + ], + [ + "f", + "ee" + ], + [ + "▁usava", + "m" + ], + [ + "▁usa", + "vam" + ], + [ + "▁us", + "avam" + ], + [ + "▁lot", + "tery" + ], + [ + "BC", + "BC" + ], + [ + "▁Mc", + "K" + ], + [ + "▁curve", + "d" + ], + [ + "▁curv", + "ed" + ], + [ + "▁cur", + "ved" + ], + [ + "▁c", + "urved" + ], + [ + "▁económica", + "s" + ], + [ + "▁económ", + "icas" + ], + [ + "AT", + "T" + ], + [ + "A", + "TT" + ], + [ + "▁recipiente", + "s" + ], + [ + "▁recipient", + "es" + ], + [ + "▁recip", + "ientes" + ], + [ + "▁arrepend", + "imento" + ], + [ + "▁gross", + "o" + ], + [ + "▁gr", + "osso" + ], + [ + "▁reference", + "d" + ], + [ + "▁refer", + "enced" + ], + [ + "201", + "8" + ], + [ + "20", + "18" + ], + [ + "2", + "018" + ], + [ + "▁Hor", + "t" + ], + [ + "▁Ho", + "rt" + ], + [ + "▁H", + "ort" + ], + [ + "▁acho", + "u" + ], + [ + "▁ach", + "ou" + ], + [ + "▁ac", + "hou" + ], + [ + "▁Trac", + "e" + ], + [ + "▁Tra", + "ce" + ], + [ + "▁Tr", + "ace" + ], + [ + "▁T", + "race" + ], + [ + "▁", + "Trace" + ], + [ + "▁Re", + "un" + ], + [ + "ropolit", + "an" + ], + [ + "ropol", + "itan" + ], + [ + "▁determina", + "m" + ], + [ + "▁determin", + "am" + ], + [ + "ret", + "t" + ], + [ + "re", + "tt" + ], + [ + "r", + "ett" + ], + [ + "▁rab", + "b" + ], + [ + "▁ra", + "bb" + ], + [ + "▁r", + "abb" + ], + [ + "▁Cur", + "r" + ], + [ + "▁Cu", + "rr" + ], + [ + "▁lev", + "á" + ], + [ + "▁que", + "en" + ], + [ + "▁qu", + "een" + ], + [ + "▁consiste", + "d" + ], + [ + "▁consist", + "ed" + ], + [ + "q", + "t" + ], + [ + "▁O", + "ak" + ], + [ + "▁grant", + "s" + ], + [ + "▁gran", + "ts" + ], + [ + "▁gr", + "ants" + ], + [ + "▁orden", + "ou" + ], + [ + "▁Quint", + "a" + ], + [ + "▁Qu", + "inta" + ], + [ + "▁fail", + "ing" + ], + [ + "▁fa", + "iling" + ], + [ + "▁lit", + "urgia" + ], + [ + "▁phar", + "mac" + ], + [ + "▁tom", + "orrow" + ], + [ + "Mon", + "itor" + ], + [ + "▁acess", + "órios" + ], + [ + "▁esportiva", + "s" + ], + [ + "▁esport", + "ivas" + ], + [ + "▁$00", + "," + ], + [ + "▁$0", + "0," + ], + [ + "▁$", + "00," + ], + [ + "76", + "7" + ], + [ + "7", + "67" + ], + [ + "▁cre", + "io" + ], + [ + "▁gift", + "s" + ], + [ + "▁gif", + "ts" + ], + [ + "▁gi", + "fts" + ], + [ + "▁Appro", + "ach" + ], + [ + "▁mascul", + "ina" + ], + [ + "▁terra", + "in" + ], + [ + "▁terr", + "ain" + ], + [ + "▁ter", + "rain" + ], + [ + "24", + "8" + ], + [ + "2", + "48" + ], + [ + "gui", + "a" + ], + [ + "gu", + "ia" + ], + [ + "ow", + "s" + ], + [ + "o", + "ws" + ], + [ + "▁illustration", + "s" + ], + [ + "▁illustr", + "ations" + ], + [ + "▁subject", + "ed" + ], + [ + "support", + "ed" + ], + [ + "sup", + "ported" + ], + [ + "u", + "h" + ], + [ + "▁h", + "r" + ], + [ + "▁", + "hr" + ], + [ + "Comp", + "at" + ], + [ + "Com", + "pat" + ], + [ + "enc", + "ar" + ], + [ + "en", + "car" + ], + [ + "▁invest", + "ing" + ], + [ + "IF", + "T" + ], + [ + "I", + "FT" + ], + [ + "▁disaster", + "s" + ], + [ + "▁dis", + "asters" + ], + [ + "▁practition", + "ers" + ], + [ + "EL", + "SE" + ], + [ + "uid", + "ade" + ], + [ + "ui", + "dade" + ], + [ + "u", + "idade" + ], + [ + "(8", + ")" + ], + [ + "(", + "8)" + ], + [ + "▁Fort", + "unately" + ], + [ + "▁curricular", + "es" + ], + [ + "▁curric", + "ulares" + ], + [ + "ctor", + "al" + ], + [ + "ct", + "oral" + ], + [ + "▁2008", + ")." + ], + [ + "▁200", + "8)." + ], + [ + "▁tre", + "vas" + ], + [ + "▁ball", + "oon" + ], + [ + "na", + "il" + ], + [ + "n", + "ail" + ], + [ + "▁W", + "agner" + ], + [ + "▁educ", + "ate" + ], + [ + "CL", + "IENT" + ], + [ + "▁question", + "ário" + ], + [ + "▁quest", + "ionário" + ], + [ + "▁12", + "4" + ], + [ + "▁1", + "24" + ], + [ + "▁", + "124" + ], + [ + "▁bu", + "b" + ], + [ + "▁b", + "ub" + ], + [ + "▁barra", + "s" + ], + [ + "▁bar", + "ras" + ], + [ + "▁mape", + "amento" + ], + [ + "▁scan", + "ning" + ], + [ + "▁sc", + "anning" + ], + [ + "▁assess", + "ing" + ], + [ + "▁eu", + "cal" + ], + [ + "▁e", + "ucal" + ], + [ + "VE", + "S" + ], + [ + "V", + "ES" + ], + [ + "or", + "um" + ], + [ + "o", + "rum" + ], + [ + "▁C", + "afé" + ], + [ + "▁define", + "m" + ], + [ + "▁defin", + "em" + ], + [ + "▁def", + "inem" + ], + [ + "LI", + "O" + ], + [ + "L", + "IO" + ], + [ + "▁Or", + "le" + ], + [ + "iça", + "s" + ], + [ + "i", + "ças" + ], + [ + "at", + "ário" + ], + [ + "▁ON", + "LY" + ], + [ + "▁", + "ONLY" + ], + [ + "Render", + "er" + ], + [ + "▁mal", + "ária" + ], + [ + "▁Trans", + "c" + ], + [ + "▁Tran", + "sc" + ], + [ + "▁estimula", + "m" + ], + [ + "▁estimul", + "am" + ], + [ + "▁estim", + "ulam" + ], + [ + "▁Nu", + "rs" + ], + [ + "▁N", + "urs" + ], + [ + "▁break", + "fast" + ], + [ + "iv", + "id" + ], + [ + "i", + "vid" + ], + [ + "▁switch", + "es" + ], + [ + "▁sw", + "itches" + ], + [ + "des", + "s" + ], + [ + "de", + "ss" + ], + [ + "d", + "ess" + ], + [ + "▁bow", + "el" + ], + [ + "Group", + "Name" + ], + [ + "▁concord", + "a" + ], + [ + "▁conc", + "orda" + ], + [ + "84", + "6" + ], + [ + "8", + "46" + ], + [ + "▁pratica", + "da" + ], + [ + "▁pratic", + "ada" + ], + [ + "▁ferment", + "ação" + ], + [ + "_3", + "2" + ], + [ + "_", + "32" + ], + [ + "▁Ind", + "o" + ], + [ + "▁In", + "do" + ], + [ + "RA", + "ÇÃO" + ], + [ + "R", + "AÇÃO" + ], + [ + "▁ceg", + "o" + ], + [ + "▁ce", + "go" + ], + [ + "enh", + "o" + ], + [ + "en", + "ho" + ], + [ + "▁boat", + "s" + ], + [ + "▁boa", + "ts" + ], + [ + "▁bo", + "ats" + ], + [ + "&&", + "&&" + ], + [ + "▁QU", + "A" + ], + [ + "▁Q", + "UA" + ], + [ + "▁arre", + "st" + ], + [ + "▁arr", + "est" + ], + [ + "▁ar", + "rest" + ], + [ + "▁austr", + "al" + ], + [ + "ace", + "ae" + ], + [ + "a", + "ceae" + ], + [ + "él", + "gica" + ], + [ + "▁Quant", + "um" + ], + [ + "▁here", + "d" + ], + [ + "▁her", + "ed" + ], + [ + "▁he", + "red" + ], + [ + "▁h", + "ered" + ], + [ + "▁Execut", + "ive" + ], + [ + "rel", + "u" + ], + [ + "re", + "lu" + ], + [ + "▁explore", + "s" + ], + [ + "▁explor", + "es" + ], + [ + "▁explo", + "res" + ], + [ + "▁expl", + "ores" + ], + [ + "28", + "4" + ], + [ + "2", + "84" + ], + [ + "▁ap", + "e" + ], + [ + "▁a", + "pe" + ], + [ + "▁", + "ape" + ], + [ + "▁disputa", + "s" + ], + [ + "▁disput", + "as" + ], + [ + "▁disp", + "utas" + ], + [ + "▁ora", + "r" + ], + [ + "▁or", + "ar" + ], + [ + "▁o", + "rar" + ], + [ + "▁", + "orar" + ], + [ + "▁Article", + "s" + ], + [ + "▁Artic", + "les" + ], + [ + "▁Ar", + "ticles" + ], + [ + "▁liga", + "m" + ], + [ + "▁lig", + "am" + ], + [ + "▁li", + "gam" + ], + [ + "▁l", + "igam" + ], + [ + "▁integra", + "m" + ], + [ + "▁integr", + "am" + ], + [ + "▁integ", + "ram" + ], + [ + "▁inte", + "gram" + ], + [ + "ernel", + "s" + ], + [ + "ern", + "els" + ], + [ + "er", + "nels" + ], + [ + "▁promove", + "u" + ], + [ + "▁promov", + "eu" + ], + [ + "inj", + "a" + ], + [ + "in", + "ja" + ], + [ + "▁Idea", + "l" + ], + [ + "▁Ide", + "al" + ], + [ + "▁I", + "deal" + ], + [ + "▁Prop", + "ag" + ], + [ + "▁Pro", + "pag" + ], + [ + "▁isol", + "ada" + ], + [ + "▁proposto", + "s" + ], + [ + "▁propos", + "tos" + ], + [ + "▁prop", + "ostos" + ], + [ + "▁Jac", + "ques" + ], + [ + "ge", + "is" + ], + [ + "g", + "eis" + ], + [ + "▁Nor", + "way" + ], + [ + "he", + "u" + ], + [ + "h", + "eu" + ], + [ + "mate", + "s" + ], + [ + "mat", + "es" + ], + [ + "ma", + "tes" + ], + [ + "m", + "ates" + ], + [ + "▁1991", + "." + ], + [ + "▁199", + "1." + ], + [ + "▁mis", + "er" + ], + [ + "▁mi", + "ser" + ], + [ + "▁m", + "iser" + ], + [ + "▁Gar", + "ant" + ], + [ + "fato", + "s" + ], + [ + "fat", + "os" + ], + [ + "fa", + "tos" + ], + [ + "f", + "atos" + ], + [ + "▁atend", + "endo" + ], + [ + "▁at", + "endendo" + ], + [ + "24", + "2" + ], + [ + "2", + "42" + ], + [ + "temp", + "o" + ], + [ + "tem", + "po" + ], + [ + "▁Live", + "r" + ], + [ + "▁Liv", + "er" + ], + [ + "▁Li", + "ver" + ], + [ + "▁L", + "iver" + ], + [ + "cookie", + "s" + ], + [ + "cook", + "ies" + ], + [ + "▁Blog", + "ger" + ], + [ + "▁Blo", + "gger" + ], + [ + "▁B", + "logger" + ], + [ + "▁utiliz", + "ing" + ], + [ + "▁util", + "izing" + ], + [ + "▁col", + "i" + ], + [ + "▁co", + "li" + ], + [ + "▁c", + "oli" + ], + [ + "br", + "ush" + ], + [ + "▁Ra", + "z" + ], + [ + "▁R", + "az" + ], + [ + "▁Nic", + "ola" + ], + [ + "/", + "0" + ], + [ + "-5", + "0" + ], + [ + "-", + "50" + ], + [ + "▁mur", + "o" + ], + [ + "▁mu", + "ro" + ], + [ + "▁m", + "uro" + ], + [ + "▁Pear", + "son" + ], + [ + "▁Pe", + "arson" + ], + [ + "▁anch", + "or" + ], + [ + "▁an", + "chor" + ], + [ + "▁", + "anchor" + ], + [ + "▁cita", + "ção" + ], + [ + "▁cit", + "ação" + ], + [ + "▁c", + "itação" + ], + [ + "▁cross", + "ed" + ], + [ + "▁arre", + "d" + ], + [ + "▁arr", + "ed" + ], + [ + "▁ar", + "red" + ], + [ + "▁stress", + "es" + ], + [ + "▁str", + "esses" + ], + [ + "▁correl", + "ated" + ], + [ + "▁cor", + "related" + ], + [ + "▁antim", + "icrob" + ], + [ + "34", + "8" + ], + [ + "3", + "48" + ], + [ + "▁!", + "$" + ], + [ + "ue", + "z" + ], + [ + "u", + "ez" + ], + [ + "warning", + "s" + ], + [ + "warn", + "ings" + ], + [ + "war", + "nings" + ], + [ + "w", + "arnings" + ], + [ + "▁sub", + "iu" + ], + [ + "454", + "5" + ], + [ + "45", + "45" + ], + [ + "▁DIS", + "T" + ], + [ + "▁DI", + "ST" + ], + [ + "▁D", + "IST" + ], + [ + "▁", + "DIST" + ], + [ + "▁Paper", + "s" + ], + [ + "▁Pap", + "ers" + ], + [ + "▁Pa", + "pers" + ], + [ + "▁P", + "apers" + ], + [ + "ene", + "t" + ], + [ + "en", + "et" + ], + [ + "e", + "net" + ], + [ + "▁author", + "ized" + ], + [ + "▁", + "authorized" + ], + [ + "▁Jac", + "ó" + ], + [ + "quele", + "to" + ], + [ + "▁gesto", + "r" + ], + [ + "▁gest", + "or" + ], + [ + "▁perdido", + "s" + ], + [ + "▁perd", + "idos" + ], + [ + "▁condicion", + "amento" + ], + [ + "▁atual", + "izado" + ], + [ + "▁atravessa", + "r" + ], + [ + "▁atravess", + "ar" + ], + [ + "S", + "v" + ], + [ + "rob", + "ras" + ], + [ + "ro", + "bras" + ], + [ + "r", + "obras" + ], + [ + "▁tr", + "u" + ], + [ + "▁t", + "ru" + ], + [ + "▁", + "tru" + ], + [ + "▁GR", + "E" + ], + [ + "▁G", + "RE" + ], + [ + "▁", + "GRE" + ], + [ + "itar", + "ismo" + ], + [ + "▁citada", + "s" + ], + [ + "▁cita", + "das" + ], + [ + "▁cit", + "adas" + ], + [ + "▁c", + "itadas" + ], + [ + "▁sobre", + "car" + ], + [ + "ht", + "e" + ], + [ + "h", + "te" + ], + [ + "▁AB", + "S" + ], + [ + "▁A", + "BS" + ], + [ + "▁", + "ABS" + ], + [ + "▁passe", + "nger" + ], + [ + "▁pass", + "enger" + ], + [ + "ald", + "o" + ], + [ + "al", + "do" + ], + [ + "CL", + "E" + ], + [ + "C", + "LE" + ], + [ + "▁Robin", + "son" + ], + [ + "▁Rob", + "inson" + ], + [ + "▁captura", + "r" + ], + [ + "▁capt", + "urar" + ], + [ + "GRA", + "FIA" + ], + [ + "▁Techn", + "ologies" + ], + [ + "▁fles", + "h" + ], + [ + "▁fle", + "sh" + ], + [ + "▁fl", + "esh" + ], + [ + "▁assum", + "indo" + ], + [ + "ovo", + "s" + ], + [ + "ov", + "os" + ], + [ + "o", + "vos" + ], + [ + "▁sac", + "o" + ], + [ + "▁sa", + "co" + ], + [ + "▁s", + "aco" + ], + [ + "▁Rat", + "ing" + ], + [ + "▁Ra", + "ting" + ], + [ + "▁R", + "ating" + ], + [ + "▁D", + "L" + ], + [ + "▁", + "DL" + ], + [ + "umb", + "a" + ], + [ + "um", + "ba" + ], + [ + "Fam", + "ily" + ], + [ + "▁bas", + "in" + ], + [ + "▁ba", + "sin" + ], + [ + "▁Hom", + "o" + ], + [ + "▁Ho", + "mo" + ], + [ + "▁H", + "omo" + ], + [ + "Comp", + "an" + ], + [ + "Com", + "pan" + ], + [ + "arch", + "ar" + ], + [ + "arc", + "har" + ], + [ + "ar", + "char" + ], + [ + "▁distribu", + "ir" + ], + [ + "▁ax", + "i" + ], + [ + "▁a", + "xi" + ], + [ + "▁", + "axi" + ], + [ + "term", + "s" + ], + [ + "ter", + "ms" + ], + [ + "▁gum", + "s" + ], + [ + "▁gu", + "ms" + ], + [ + "▁g", + "ums" + ], + [ + "ative", + "iro" + ], + [ + "ativ", + "eiro" + ], + [ + "▁incom", + "ing" + ], + [ + "▁inc", + "oming" + ], + [ + "▁in", + "coming" + ], + [ + "USE", + "D" + ], + [ + "US", + "ED" + ], + [ + "tb", + "ody" + ], + [ + "t", + "body" + ], + [ + "▁fur", + "a" + ], + [ + "▁fu", + "ra" + ], + [ + "▁f", + "ura" + ], + [ + "b", + "ucket" + ], + [ + "1.1", + "." + ], + [ + "1.", + "1." + ], + [ + "1", + ".1." + ], + [ + "\":\"", + "\",\"" + ], + [ + "▁dors", + "al" + ], + [ + "▁dor", + "sal" + ], + [ + "Look", + "up" + ], + [ + "▁aprimor", + "amento" + ], + [ + "▁0)", + ")" + ], + [ + "▁0", + "))" + ], + [ + "▁", + "0))" + ], + [ + "ost", + "ream" + ], + [ + "o", + "stream" + ], + [ + "▁sap", + "atos" + ], + [ + "▁dig", + "er" + ], + [ + "▁di", + "ger" + ], + [ + "▁d", + "iger" + ], + [ + "▁tri", + "c" + ], + [ + "▁tr", + "ic" + ], + [ + "▁t", + "ric" + ], + [ + "▁Neuro", + "l" + ], + [ + "▁Ne", + "urol" + ], + [ + "▁pres", + "encial" + ], + [ + "om", + "m" + ], + [ + "o", + "mm" + ], + [ + "▁call", + "er" + ], + [ + "▁cal", + "ler" + ], + [ + "▁ca", + "ller" + ], + [ + "\"", + "\\" + ], + [ + "▁value", + "d" + ], + [ + "▁val", + "ued" + ], + [ + "▁", + "valued" + ], + [ + "▁AU", + "LA" + ], + [ + "▁A", + "ULA" + ], + [ + "relation", + "s" + ], + [ + "rel", + "ations" + ], + [ + "▁lei", + "to" + ], + [ + "▁le", + "ito" + ], + [ + "▁l", + "eito" + ], + [ + "▁G", + "T" + ], + [ + "▁", + "GT" + ], + [ + "PO", + "L" + ], + [ + "P", + "OL" + ], + [ + "▁inspir", + "e" + ], + [ + "▁insp", + "ire" + ], + [ + "▁infectado", + "s" + ], + [ + "▁infect", + "ados" + ], + [ + "ST", + "A" + ], + [ + "S", + "TA" + ], + [ + "▁division", + "s" + ], + [ + "▁divis", + "ions" + ], + [ + "▁div", + "isions" + ], + [ + "▁Equ", + "il" + ], + [ + "▁E", + "quil" + ], + [ + "std", + "out" + ], + [ + "co", + "ef" + ], + [ + "▁Bet", + "h" + ], + [ + "▁Be", + "th" + ], + [ + "▁B", + "eth" + ], + [ + "▁Compre", + "ender" + ], + [ + "ugo", + "s" + ], + [ + "ug", + "os" + ], + [ + "u", + "gos" + ], + [ + "▁inden", + "t" + ], + [ + "▁ind", + "ent" + ], + [ + "▁", + "indent" + ], + [ + "(\\", + "$" + ], + [ + "(", + "\\$" + ], + [ + "our", + "t" + ], + [ + "ou", + "rt" + ], + [ + "o", + "urt" + ], + [ + "Rad", + "ius" + ], + [ + "ENV", + "OL" + ], + [ + "▁Br", + "uce" + ], + [ + "▁desesper", + "o" + ], + [ + "▁desesp", + "ero" + ], + [ + "▁in", + "k" + ], + [ + "▁i", + "nk" + ], + [ + "▁", + "ink" + ], + [ + "▁battle", + "s" + ], + [ + "▁bat", + "tles" + ], + [ + "▁bridge", + "s" + ], + [ + "▁br", + "idges" + ], + [ + "▁aqu", + "atic" + ], + [ + "▁acknowled", + "ge" + ], + [ + "▁acknow", + "ledge" + ], + [ + "▁alfabet", + "o" + ], + [ + "▁alfab", + "eto" + ], + [ + "rh", + "s" + ], + [ + "r", + "hs" + ], + [ + "fo", + "x" + ], + [ + "f", + "ox" + ], + [ + "▁decis", + "ivo" + ], + [ + "iga", + "m" + ], + [ + "ig", + "am" + ], + [ + "i", + "gam" + ], + [ + "▁B", + "LOCK" + ], + [ + "▁", + "BLOCK" + ], + [ + "▁p", + "ães" + ], + [ + "▁Am", + "endment" + ], + [ + "▁precisar", + "á" + ], + [ + "▁precis", + "ará" + ], + [ + "▁java", + "x" + ], + [ + "▁2010", + ")." + ], + [ + "▁201", + "0)." + ], + [ + "▁20", + "10)." + ], + [ + "▁render", + "ing" + ], + [ + "▁rend", + "ering" + ], + [ + "G", + "n" + ], + [ + "▁HO", + "LD" + ], + [ + "▁H", + "OLD" + ], + [ + "itan", + "te" + ], + [ + "it", + "ante" + ], + [ + "▁Ter", + "apia" + ], + [ + "▁ora", + "is" + ], + [ + "▁or", + "ais" + ], + [ + "▁o", + "rais" + ], + [ + "▁", + "за" + ], + [ + "▁verte", + "bral" + ], + [ + "ighter", + "s" + ], + [ + "ight", + "ers" + ], + [ + "igh", + "ters" + ], + [ + "▁prolong", + "ed" + ], + [ + "▁vit", + "or" + ], + [ + "▁vi", + "tor" + ], + [ + "▁v", + "itor" + ], + [ + "▁autom", + "ação" + ], + [ + "TE", + "MP" + ], + [ + "T", + "EMP" + ], + [ + "▁sú", + "b" + ], + [ + "▁s", + "úb" + ], + [ + "Ger", + "al" + ], + [ + "Ge", + "ral" + ], + [ + "G", + "eral" + ], + [ + "▁N", + "ietzsche" + ], + [ + "77", + "9" + ], + [ + "7", + "79" + ], + [ + "le", + "ading" + ], + [ + "▁conceitu", + "al" + ], + [ + "▁conce", + "itual" + ], + [ + "▁Crist", + "ã" + ], + [ + "orna", + "me" + ], + [ + "orn", + "ame" + ], + [ + "or", + "name" + ], + [ + "token", + "Id" + ], + [ + "▁2006", + ")." + ], + [ + "▁200", + "6)." + ], + [ + "▁any", + "more" + ], + [ + "▁ann", + "iversary" + ], + [ + "S", + "ym" + ], + [ + "▁extra", + "s" + ], + [ + "▁extr", + "as" + ], + [ + "▁ext", + "ras" + ], + [ + "▁ex", + "tras" + ], + [ + "▁ge", + "ography" + ], + [ + "back", + "end" + ], + [ + "al", + "m" + ], + [ + "a", + "lm" + ], + [ + "▁Ro", + "n" + ], + [ + "▁R", + "on" + ], + [ + "▁observa", + "mos" + ], + [ + "▁observ", + "amos" + ], + [ + "▁ling", + "ü" + ], + [ + "▁História", + "s" + ], + [ + "▁Hist", + "órias" + ], + [ + "hel", + "m" + ], + [ + "he", + "lm" + ], + [ + "▁Scal", + "ar" + ], + [ + "▁Sc", + "alar" + ], + [ + "▁", + "Scalar" + ], + [ + "ch", + "u" + ], + [ + "c", + "hu" + ], + [ + "▁()", + ";" + ], + [ + "▁(", + ");" + ], + [ + "▁", + "();" + ], + [ + "▁Ze", + "us" + ], + [ + "▁Z", + "eus" + ], + [ + "▁conden", + "ação" + ], + [ + "-4", + "." + ], + [ + "-", + "4." + ], + [ + "can", + "cel" + ], + [ + "c", + "ancel" + ], + [ + "▁Law", + "s" + ], + [ + "▁La", + "ws" + ], + [ + "▁L", + "aws" + ], + [ + "Inv", + "oke" + ], + [ + "In", + "voke" + ], + [ + "▁informa", + "do" + ], + [ + "▁inform", + "ado" + ], + [ + "▁charg", + "ing" + ], + [ + "▁char", + "ging" + ], + [ + "▁Hou", + "ston" + ], + [ + "We", + "st" + ], + [ + "W", + "est" + ], + [ + "▁inqu", + "iry" + ], + [ + "▁in", + "quiry" + ], + [ + "▁fin", + "o" + ], + [ + "▁fi", + "no" + ], + [ + "▁f", + "ino" + ], + [ + "▁Sta", + "lin" + ], + [ + "▁St", + "alin" + ], + [ + "▁enx", + "ofre" + ], + [ + "▁sabor", + "es" + ], + [ + "▁sab", + "ores" + ], + [ + "CM", + "OF" + ], + [ + "C", + "MOF" + ], + [ + "▁TI", + "P" + ], + [ + "▁T", + "IP" + ], + [ + "íl", + "ico" + ], + [ + "í", + "lico" + ], + [ + "Document", + "s" + ], + [ + "Doc", + "uments" + ], + [ + "▁passeio", + "s" + ], + [ + "▁passei", + "os" + ], + [ + "▁passe", + "ios" + ], + [ + "be", + "at" + ], + [ + "zen", + "s" + ], + [ + "ze", + "ns" + ], + [ + "z", + "ens" + ], + [ + "▁bed", + "s" + ], + [ + "▁be", + "ds" + ], + [ + "▁b", + "eds" + ], + [ + "▁ste", + "ep" + ], + [ + "▁data", + "frame" + ], + [ + "▁combina", + "ções" + ], + [ + "▁combin", + "ações" + ], + [ + "▁comb", + "inações" + ], + [ + "12", + "2" + ], + [ + "1", + "22" + ], + [ + "▁típica", + "s" + ], + [ + "▁típ", + "icas" + ], + [ + "▁fér", + "til" + ], + [ + "::::", + "::::" + ], + [ + "▁acreditam", + "os" + ], + [ + "▁acredita", + "mos" + ], + [ + "▁acredit", + "amos" + ], + [ + "▁acred", + "itamos" + ], + [ + "^", + "6" + ], + [ + "▁", + "" + ], + [ + "AA", + "A" + ], + [ + "A", + "AA" + ], + [ + "▁20", + ")" + ], + [ + "▁2", + "0)" + ], + [ + "▁", + "20)" + ], + [ + "number", + "s" + ], + [ + "num", + "bers" + ], + [ + "▁Dele", + "g" + ], + [ + "▁Del", + "eg" + ], + [ + "▁De", + "leg" + ], + [ + "▁4", + "%" + ], + [ + "▁", + "4%" + ], + [ + "tri", + "na" + ], + [ + "tr", + "ina" + ], + [ + "t", + "rina" + ], + [ + "▁admit", + "e" + ], + [ + "▁adm", + "ite" + ], + [ + "▁ang", + "ry" + ], + [ + "▁an", + "gry" + ], + [ + "▁nascer", + "am" + ], + [ + "▁nasce", + "ram" + ], + [ + "▁nasc", + "eram" + ], + [ + "▁amaz", + "ônica" + ], + [ + "=-", + "1" + ], + [ + "=", + "-1" + ], + [ + "▁V", + "ul" + ], + [ + "^", + "5" + ], + [ + "▁extension", + "s" + ], + [ + "▁extens", + "ions" + ], + [ + "▁ext", + "ensions" + ], + [ + "▁", + "extensions" + ], + [ + "▁poll", + "en" + ], + [ + "▁pol", + "len" + ], + [ + "▁p", + "ollen" + ], + [ + "ination", + "s" + ], + [ + "in", + "ations" + ], + [ + "vert", + "ical" + ], + [ + "ver", + "tical" + ], + [ + "▁inaugu", + "ração" + ], + [ + "▁inaug", + "uração" + ], + [ + "▁spar", + "se" + ], + [ + "▁sp", + "arse" + ], + [ + "▁s", + "parse" + ], + [ + "▁", + "sparse" + ], + [ + "Cli", + "p" + ], + [ + "Cl", + "ip" + ], + [ + "C", + "lip" + ], + [ + "GUI", + "D" + ], + [ + "GU", + "ID" + ], + [ + "G", + "UID" + ], + [ + "rof", + "ia" + ], + [ + "ro", + "fia" + ], + [ + "▁gate", + "s" + ], + [ + "▁gat", + "es" + ], + [ + "▁ga", + "tes" + ], + [ + "▁g", + "ates" + ], + [ + "▁transist", + "or" + ], + [ + "▁trans", + "istor" + ], + [ + "Da", + "t" + ], + [ + "D", + "at" + ], + [ + "max", + "im" + ], + [ + "ma", + "xim" + ], + [ + "▁man", + "s" + ], + [ + "▁ma", + "ns" + ], + [ + "▁m", + "ans" + ], + [ + "▁", + "mans" + ], + [ + "▁wealth", + "y" + ], + [ + "▁etern", + "idade" + ], + [ + "▁(3", + "2" + ], + [ + "▁(", + "32" + ], + [ + "▁defe", + "ito" + ], + [ + "▁def", + "eito" + ], + [ + "▁de", + "feito" + ], + [ + "block", + "List" + ], + [ + "ina", + "i" + ], + [ + "in", + "ai" + ], + [ + "▁dan", + "s" + ], + [ + "▁da", + "ns" + ], + [ + "▁d", + "ans" + ], + [ + "▁ceb", + "ola" + ], + [ + "▁ce", + "bola" + ], + [ + "▁muscul", + "atura" + ], + [ + "▁Nic", + "k" + ], + [ + "▁Ni", + "ck" + ], + [ + "▁N", + "ick" + ], + [ + "inh", + "er" + ], + [ + "in", + "her" + ], + [ + "▁connect", + "s" + ], + [ + "oli", + "n" + ], + [ + "ol", + "in" + ], + [ + "o", + "lin" + ], + [ + "▁segredo", + "s" + ], + [ + "▁seg", + "redos" + ], + [ + "▁Re", + "place" + ], + [ + "▁", + "Replace" + ], + [ + "W", + "ill" + ], + [ + "fre", + "do" + ], + [ + "fr", + "edo" + ], + [ + "f", + "redo" + ], + [ + "▁Hel", + "l" + ], + [ + "▁He", + "ll" + ], + [ + "▁H", + "ell" + ], + [ + "▁44", + "," + ], + [ + "▁4", + "4," + ], + [ + "▁", + "44," + ], + [ + "▁geom", + "et" + ], + [ + "▁geo", + "met" + ], + [ + "▁ge", + "omet" + ], + [ + "▁TJ", + "v" + ], + [ + "▁ganhar", + "am" + ], + [ + "▁ganha", + "ram" + ], + [ + "▁ganh", + "aram" + ], + [ + "▁gan", + "haram" + ], + [ + "▁ate", + "nu" + ], + [ + "▁at", + "enu" + ], + [ + "▁05", + "/" + ], + [ + "▁0", + "5/" + ], + [ + "=2", + ")" + ], + [ + "=", + "2)" + ], + [ + "▁SA", + "ÚDE" + ], + [ + "▁efet", + "uar" + ], + [ + "▁Tent", + "e" + ], + [ + "▁Ten", + "te" + ], + [ + "▁T", + "ente" + ], + [ + "▁pollut", + "ants" + ], + [ + "▁historical", + "ly" + ], + [ + "▁historic", + "ally" + ], + [ + "▁histor", + "ically" + ], + [ + "▁Sp", + "ort" + ], + [ + "▁S", + "port" + ], + [ + "▁adquir", + "ida" + ], + [ + "▁aprendiz", + "agens" + ], + [ + "▁Bl", + "u" + ], + [ + "▁B", + "lu" + ], + [ + "▁Kel", + "ly" + ], + [ + "▁K", + "elly" + ], + [ + "▁Julian", + "a" + ], + [ + "▁Julia", + "na" + ], + [ + "▁Jul", + "iana" + ], + [ + "▁mod", + "ular" + ], + [ + "ers", + "hip" + ], + [ + "er", + "ship" + ], + [ + "pes", + "o" + ], + [ + "pe", + "so" + ], + [ + "p", + "eso" + ], + [ + "ij", + "uana" + ], + [ + "▁expect", + "ation" + ], + [ + "Un", + "til" + ], + [ + "▁Step", + "s" + ], + [ + "▁Ste", + "ps" + ], + [ + "▁St", + "eps" + ], + [ + "▁pare", + "ça" + ], + [ + "▁par", + "eça" + ], + [ + "▁Tr", + "uth" + ], + [ + "▁tremend", + "ous" + ], + [ + "▁Mon", + "et" + ], + [ + "▁Mo", + "net" + ], + [ + "ata", + "ção" + ], + [ + "at", + "ação" + ], + [ + "Sub", + "ject" + ], + [ + "Su", + "bject" + ], + [ + "▁Ma", + "k" + ], + [ + "▁M", + "ak" + ], + [ + "▁PAR", + "T" + ], + [ + "▁PA", + "RT" + ], + [ + "▁P", + "ART" + ], + [ + "▁", + "PART" + ], + [ + "▁Di", + "ct" + ], + [ + "▁D", + "ict" + ], + [ + "▁", + "Dict" + ], + [ + "▁celebra", + "do" + ], + [ + "▁celebr", + "ado" + ], + [ + "▁celeb", + "rado" + ], + [ + "▁mag", + "ia" + ], + [ + "▁ma", + "gia" + ], + [ + "▁m", + "agia" + ], + [ + "▁Gen", + "der" + ], + [ + "▁G", + "ender" + ], + [ + "35", + "5" + ], + [ + "3", + "55" + ], + [ + "▁B", + "S" + ], + [ + "▁", + "BS" + ], + [ + "Fi", + "re" + ], + [ + "F", + "ire" + ], + [ + "▁hat", + "ch" + ], + [ + "▁h", + "atch" + ], + [ + "▁1940", + "," + ], + [ + "▁194", + "0," + ], + [ + "▁19", + "40," + ], + [ + "▁br", + "ux" + ], + [ + "Un", + "iform" + ], + [ + "▁PRE", + "S" + ], + [ + "▁PR", + "ES" + ], + [ + "▁P", + "RES" + ], + [ + "▁", + "PRES" + ], + [ + "▁tort", + "ura" + ], + [ + "Te", + "c" + ], + [ + "T", + "ec" + ], + [ + "▁cond", + "om" + ], + [ + "▁con", + "dom" + ], + [ + "▁cobert", + "o" + ], + [ + "▁cob", + "erto" + ], + [ + "▁co", + "berto" + ], + [ + "▁bord", + "a" + ], + [ + "▁bor", + "da" + ], + [ + "▁b", + "orda" + ], + [ + "▁marcante", + "s" + ], + [ + "▁marc", + "antes" + ], + [ + "▁d", + "v" + ], + [ + "▁", + "dv" + ], + [ + "▁ta", + "u" + ], + [ + "▁t", + "au" + ], + [ + "▁", + "tau" + ], + [ + "Sl", + "ot" + ], + [ + "S", + "lot" + ], + [ + "uar", + "io" + ], + [ + "ua", + "rio" + ], + [ + "u", + "ario" + ], + [ + "▁Sta", + "y" + ], + [ + "▁St", + "ay" + ], + [ + "▁imagin", + "a" + ], + [ + "▁imag", + "ina" + ], + [ + "▁to", + "y" + ], + [ + "▁t", + "oy" + ], + [ + "urna", + "s" + ], + [ + "urn", + "as" + ], + [ + "ur", + "nas" + ], + [ + "▁const", + "a" + ], + [ + "▁cons", + "ta" + ], + [ + "▁con", + "sta" + ], + [ + ")*", + "*" + ], + [ + ")", + "**" + ], + [ + "▁LE", + "G" + ], + [ + "▁L", + "EG" + ], + [ + "▁Prov", + "e" + ], + [ + "▁Pro", + "ve" + ], + [ + "▁Pr", + "ove" + ], + [ + "▁world", + "s" + ], + [ + "▁ce", + "iling" + ], + [ + "▁hebra", + "ico" + ], + [ + "_{", + "2}" + ], + [ + "_", + "{2}" + ], + [ + "▁Hu", + "b" + ], + [ + "▁H", + "ub" + ], + [ + "▁", + "Hub" + ], + [ + "▁T", + "G" + ], + [ + "▁", + "TG" + ], + [ + "nic", + "a" + ], + [ + "ni", + "ca" + ], + [ + "n", + "ica" + ], + [ + "▁prote", + "cção" + ], + [ + "▁prot", + "ecção" + ], + [ + "27", + "4" + ], + [ + "2", + "74" + ], + [ + "▁Bar", + "reto" + ], + [ + "▁D", + "á" + ], + [ + "▁", + "С" + ], + [ + "▁", + "∆" + ], + [ + "▁disser", + "t" + ], + [ + "▁disse", + "rt" + ], + [ + "▁diss", + "ert" + ], + [ + "▁Agre", + "ement" + ], + [ + "ati", + "s" + ], + [ + "at", + "is" + ], + [ + "a", + "tis" + ], + [ + "▁noc", + "ivos" + ], + [ + "▁scatter", + "ed" + ], + [ + "hei", + "d" + ], + [ + "he", + "id" + ], + [ + "▁(16", + ")" + ], + [ + "▁(1", + "6)" + ], + [ + "▁(", + "16)" + ], + [ + "▁model", + "agem" + ], + [ + "▁anal", + "fabet" + ], + [ + "▁aumenta", + "da" + ], + [ + "▁aument", + "ada" + ], + [ + "▁incluído", + "s" + ], + [ + "▁inclu", + "ídos" + ], + [ + "pos", + "ure" + ], + [ + "▁Thom", + "pson" + ], + [ + "▁voice", + "s" + ], + [ + "▁vo", + "ices" + ], + [ + "▁off", + "spring" + ], + [ + "▁commod", + "ities" + ], + [ + "▁Pan", + "d" + ], + [ + "▁Pa", + "nd" + ], + [ + "▁P", + "and" + ], + [ + "▁Evang", + "el" + ], + [ + "▁Ev", + "angel" + ], + [ + "▁Pre", + "g" + ], + [ + "▁Pr", + "eg" + ], + [ + "▁P", + "reg" + ], + [ + "▁regulate", + "d" + ], + [ + "▁regula", + "ted" + ], + [ + "▁regul", + "ated" + ], + [ + "▁reg", + "ulated" + ], + [ + "▁beside", + "s" + ], + [ + "▁bes", + "ides" + ], + [ + "▁romance", + "s" + ], + [ + "▁rom", + "ances" + ], + [ + "▁inicia", + "ção" + ], + [ + "▁inici", + "ação" + ], + [ + "▁in", + "iciação" + ], + [ + "ious", + "ly" + ], + [ + "i", + "ously" + ], + [ + "map", + "ping" + ], + [ + "ma", + "pping" + ], + [ + "m", + "apping" + ], + [ + ".", + "8" + ], + [ + "oke", + "s" + ], + [ + "ok", + "es" + ], + [ + "o", + "kes" + ], + [ + "▁Ja", + "r" + ], + [ + "▁J", + "ar" + ], + [ + "▁bulb", + "s" + ], + [ + "▁bul", + "bs" + ], + [ + "▁Cast", + "le" + ], + [ + "▁Cas", + "tle" + ], + [ + "UT", + "ION" + ], + [ + "▁1964", + "," + ], + [ + "▁196", + "4," + ], + [ + "▁19", + "64," + ], + [ + "Ext", + "ra" + ], + [ + "Ex", + "tra" + ], + [ + "0.", + "1" + ], + [ + "0", + ".1" + ], + [ + "▁STAT", + "E" + ], + [ + "▁STA", + "TE" + ], + [ + "▁ST", + "ATE" + ], + [ + "▁", + "STATE" + ], + [ + "▁speak", + "s" + ], + [ + "▁spe", + "aks" + ], + [ + "▁Rei", + "ch" + ], + [ + "▁Re", + "ich" + ], + [ + "geo", + "metry" + ], + [ + "ge", + "ometry" + ], + [ + "▁unit", + "ed" + ], + [ + "▁un", + "ited" + ], + [ + "▁polit", + "icamente" + ], + [ + "▁poli", + "ticamente" + ], + [ + "Is", + "s" + ], + [ + "I", + "ss" + ], + [ + "▁hop", + "ing" + ], + [ + "▁ho", + "ping" + ], + [ + "▁h", + "oping" + ], + [ + "▁concreto", + "s" + ], + [ + "▁concret", + "os" + ], + [ + "▁concre", + "tos" + ], + [ + "PO", + "N" + ], + [ + "P", + "ON" + ], + [ + "▁(14", + ")" + ], + [ + "▁(1", + "4)" + ], + [ + "▁(", + "14)" + ], + [ + "ilt", + "y" + ], + [ + "il", + "ty" + ], + [ + "▁predomin", + "ante" + ], + [ + "odo", + "x" + ], + [ + "od", + "ox" + ], + [ + "ver", + "de" + ], + [ + "▁pri", + "ze" + ], + [ + "▁pr", + "ize" + ], + [ + "lock", + "ed" + ], + [ + "loc", + "ked" + ], + [ + "▁negative", + "ly" + ], + [ + "▁neg", + "atively" + ], + [ + "▁cob", + "rança" + ], + [ + "▁dream", + "s" + ], + [ + "\"],", + "\"" + ], + [ + "\"]", + ",\"" + ], + [ + "\"", + "],\"" + ], + [ + "▁Re", + "b" + ], + [ + "▁R", + "eb" + ], + [ + "▁PAS", + "S" + ], + [ + "▁PA", + "SS" + ], + [ + "▁P", + "ASS" + ], + [ + "▁", + "PASS" + ], + [ + "▁194", + "8" + ], + [ + "▁19", + "48" + ], + [ + "▁wor", + "ried" + ], + [ + "ci", + "i" + ], + [ + "c", + "ii" + ], + [ + "▁prost", + "ate" + ], + [ + "▁pro", + "state" + ], + [ + "rig", + "u" + ], + [ + "ri", + "gu" + ], + [ + "r", + "igu" + ], + [ + "▁relaciona", + "m" + ], + [ + "▁relacion", + "am" + ], + [ + "▁P", + "F" + ], + [ + "▁", + "PF" + ], + [ + "▁investe", + "d" + ], + [ + "▁invest", + "ed" + ], + [ + "▁inv", + "ested" + ], + [ + "▁43", + "," + ], + [ + "▁4", + "3," + ], + [ + "▁", + "43," + ], + [ + "▁Leo", + "p" + ], + [ + "▁Le", + "op" + ], + [ + "▁fá", + "rm" + ], + [ + "▁Pu", + "zz" + ], + [ + "▁P", + "uzz" + ], + [ + "▁bal", + "ança" + ], + [ + "▁encontr", + "e" + ], + [ + "▁encont", + "re" + ], + [ + "▁encon", + "tre" + ], + [ + "▁Stat", + "ic" + ], + [ + "▁Sta", + "tic" + ], + [ + "▁St", + "atic" + ], + [ + "▁", + "Static" + ], + [ + "▁recebem", + "os" + ], + [ + "▁recebe", + "mos" + ], + [ + "▁receb", + "emos" + ], + [ + "ÍT", + "ULO" + ], + [ + "5555", + "5555" + ], + [ + "ican", + "do" + ], + [ + "ic", + "ando" + ], + [ + "▁spo", + "nt" + ], + [ + "▁sp", + "ont" + ], + [ + "▁Eval", + "uate" + ], + [ + "▁terr", + "ible" + ], + [ + "▁ter", + "rible" + ], + [ + "50", + "8" + ], + [ + "5", + "08" + ], + [ + "oca", + "m" + ], + [ + "oc", + "am" + ], + [ + "o", + "cam" + ], + [ + "▁emit", + "ted" + ], + [ + "▁e", + "mitted" + ], + [ + "▁Va", + "z" + ], + [ + "▁V", + "az" + ], + [ + "pel", + "in" + ], + [ + "pe", + "lin" + ], + [ + "▁tip", + "icamente" + ], + [ + "enco", + "ding" + ], + [ + "enc", + "oding" + ], + [ + "▁envel", + "ope" + ], + [ + "▁en", + "velope" + ], + [ + "ect", + "ar" + ], + [ + "ec", + "tar" + ], + [ + "ffff", + "ff" + ], + [ + "fff", + "fff" + ], + [ + "ff", + "ffff" + ], + [ + "▁emb", + "lem" + ], + [ + "▁em", + "blem" + ], + [ + "▁US", + "D" + ], + [ + "▁U", + "SD" + ], + [ + "▁", + "USD" + ], + [ + "▁defici", + "t" + ], + [ + "▁def", + "icit" + ], + [ + "▁contact", + "s" + ], + [ + "▁cont", + "acts" + ], + [ + "▁acreditava", + "m" + ], + [ + "▁acredita", + "vam" + ], + [ + "▁acredit", + "avam" + ], + [ + "▁acred", + "itavam" + ], + [ + "▁lan", + "che" + ], + [ + "▁l", + "anche" + ], + [ + "▁obrig", + "a" + ], + [ + "▁ob", + "riga" + ], + [ + "▁cita", + "da" + ], + [ + "▁cit", + "ada" + ], + [ + "▁c", + "itada" + ], + [ + "ument", + "e" + ], + [ + "umen", + "te" + ], + [ + "um", + "ente" + ], + [ + "u", + "mente" + ], + [ + "▁Arqu", + "e" + ], + [ + "▁Ar", + "que" + ], + [ + "ILE", + "R" + ], + [ + "IL", + "ER" + ], + [ + "Wh", + "y" + ], + [ + "W", + "hy" + ], + [ + "res", + "earch" + ], + [ + "re", + "search" + ], + [ + "CT", + "ype" + ], + [ + "C", + "Type" + ], + [ + "▁after", + "wards" + ], + [ + "vari", + "ant" + ], + [ + "var", + "iant" + ], + [ + "v", + "ariant" + ], + [ + "▁coloc", + "á" + ], + [ + "▁pione", + "iro" + ], + [ + "▁pion", + "eiro" + ], + [ + "▁desastr", + "e" + ], + [ + "▁des", + "astre" + ], + [ + "rolog", + "ia" + ], + [ + "rol", + "ogia" + ], + [ + "r", + "ologia" + ], + [ + "▁neut", + "ro" + ], + [ + "▁univers", + "itário" + ], + [ + "▁1980", + "." + ], + [ + "▁198", + "0." + ], + [ + "▁Cu", + "p" + ], + [ + "▁C", + "up" + ], + [ + "▁don", + "t" + ], + [ + "▁do", + "nt" + ], + [ + "▁d", + "ont" + ], + [ + "k", + "r" + ], + [ + "war", + "f" + ], + [ + "wa", + "rf" + ], + [ + "hedr", + "on" + ], + [ + "hed", + "ron" + ], + [ + "▁previs", + "ões" + ], + [ + "▁prev", + "isões" + ], + [ + "▁pensa", + "do" + ], + [ + "▁pens", + "ado" + ], + [ + "ochas", + "tic" + ], + [ + "och", + "astic" + ], + [ + "▁registro", + "u" + ], + [ + "▁registr", + "ou" + ], + [ + "▁regist", + "rou" + ], + [ + "▁INCL", + "UDING" + ], + [ + "▁", + "INCLUDING" + ], + [ + "▁pratic", + "antes" + ], + [ + "▁Che", + "n" + ], + [ + "▁Ch", + "en" + ], + [ + "▁C", + "hen" + ], + [ + "▁enl", + "arg" + ], + [ + "Fo", + "to" + ], + [ + "F", + "oto" + ], + [ + "▁tranquil", + "idade" + ], + [ + "▁tranqu", + "ilidade" + ], + [ + "▁ó", + "p" + ], + [ + "▁", + "óp" + ], + [ + "▁de", + "i" + ], + [ + "▁d", + "ei" + ], + [ + "▁propos", + "e" + ], + [ + "▁prop", + "ose" + ], + [ + "▁pro", + "pose" + ], + [ + "▁Ali", + "gn" + ], + [ + "▁Al", + "ign" + ], + [ + "▁", + "Align" + ], + [ + "LE", + "FT" + ], + [ + "▁appropriate", + "ly" + ], + [ + "▁appropri", + "ately" + ], + [ + "14", + "2" + ], + [ + "1", + "42" + ], + [ + "▁mult", + "a" + ], + [ + "▁mul", + "ta" + ], + [ + "▁m", + "ulta" + ], + [ + "▁ju", + "s" + ], + [ + "▁j", + "us" + ], + [ + "Ch", + "i" + ], + [ + "C", + "hi" + ], + [ + "▁strike", + "s" + ], + [ + "▁stri", + "kes" + ], + [ + "▁str", + "ikes" + ], + [ + "27", + "7" + ], + [ + "2", + "77" + ], + [ + "▁nurse", + "s" + ], + [ + "▁nurs", + "es" + ], + [ + "opath", + "y" + ], + [ + "opat", + "hy" + ], + [ + "opa", + "thy" + ], + [ + "o", + "pathy" + ], + [ + "▁presentation", + "s" + ], + [ + "▁present", + "ations" + ], + [ + "000", + "4" + ], + [ + "00", + "04" + ], + [ + "0", + "004" + ], + [ + "ú", + "gio" + ], + [ + "▁Ser", + "t" + ], + [ + "▁Se", + "rt" + ], + [ + "▁S", + "ert" + ], + [ + "▁frustr", + "ação" + ], + [ + "▁frust", + "ração" + ], + [ + "▁Res", + "íduos" + ], + [ + "▁cow", + "s" + ], + [ + "▁co", + "ws" + ], + [ + "▁c", + "ows" + ], + [ + "▁Cal", + "endar" + ], + [ + "▁", + "Calendar" + ], + [ + "▁monet", + "ary" + ], + [ + "▁discipline", + "s" + ], + [ + "▁discipl", + "ines" + ], + [ + "▁Phil", + "l" + ], + [ + "▁Ph", + "ill" + ], + [ + "▁P", + "hill" + ], + [ + "▁Cond", + "e" + ], + [ + "▁Con", + "de" + ], + [ + "▁C", + "onde" + ], + [ + "▁meta", + "no" + ], + [ + "▁met", + "ano" + ], + [ + "▁m", + "etano" + ], + [ + "N", + "M" + ], + [ + "▁deseja", + "da" + ], + [ + "▁desej", + "ada" + ], + [ + "▁dese", + "jada" + ], + [ + "ribe", + "r" + ], + [ + "rib", + "er" + ], + [ + "ri", + "ber" + ], + [ + "r", + "iber" + ], + [ + "▁impede", + "m" + ], + [ + "▁imped", + "em" + ], + [ + "▁impe", + "dem" + ], + [ + "▁Sal", + "t" + ], + [ + "▁Sa", + "lt" + ], + [ + "▁S", + "alt" + ], + [ + "▁curiosidade", + "s" + ], + [ + "▁curios", + "idades" + ], + [ + "▁aff", + "irm" + ], + [ + "▁critic", + "a" + ], + [ + "▁crit", + "ica" + ], + [ + "▁cri", + "tica" + ], + [ + "ITE", + "R" + ], + [ + "IT", + "ER" + ], + [ + "I", + "TER" + ], + [ + "▁el", + "o" + ], + [ + "▁e", + "lo" + ], + [ + "▁", + "elo" + ], + [ + "▁tê", + "nis" + ], + [ + "▁t", + "ênis" + ], + [ + "▁Gene", + "sis" + ], + [ + "▁Gen", + "esis" + ], + [ + "stat", + "ion" + ], + [ + "sta", + "tion" + ], + [ + "st", + "ation" + ], + [ + "▁Dent", + "al" + ], + [ + "▁Den", + "tal" + ], + [ + "▁D", + "ental" + ], + [ + "▁Secret", + "ário" + ], + [ + "fic", + "o" + ], + [ + "fi", + "co" + ], + [ + "f", + "ico" + ], + [ + "▁lou", + "cura" + ], + [ + "▁exclu", + "de" + ], + [ + "▁excl", + "ude" + ], + [ + "▁exc", + "lude" + ], + [ + "▁ex", + "clude" + ], + [ + "▁Comun", + "ista" + ], + [ + "▁Com", + "unista" + ], + [ + "▁evidenci", + "a" + ], + [ + "▁evid", + "encia" + ], + [ + "▁parâ", + "metro" + ], + [ + "▁par", + "âmetro" + ], + [ + "▁devo", + "lv" + ], + [ + "▁de", + "volv" + ], + [ + "▁Disease", + "s" + ], + [ + "▁Dise", + "ases" + ], + [ + "▁ret", + "o" + ], + [ + "▁re", + "to" + ], + [ + "▁r", + "eto" + ], + [ + "▁", + "reto" + ], + [ + "▁Nat", + "urais" + ], + [ + "▁N", + "aturais" + ], + [ + "▁Part", + "ners" + ], + [ + "DN", + "A" + ], + [ + "D", + "NA" + ], + [ + "010", + "3" + ], + [ + "01", + "03" + ], + [ + "0", + "103" + ], + [ + "▁ele", + "m" + ], + [ + "▁el", + "em" + ], + [ + "▁e", + "lem" + ], + [ + "▁", + "elem" + ], + [ + "{", + "5" + ], + [ + "▁conjunt", + "a" + ], + [ + "▁conj", + "unta" + ], + [ + "▁Plant", + "as" + ], + [ + "▁Plan", + "tas" + ], + [ + "▁Pl", + "antas" + ], + [ + "▁coment", + "ou" + ], + [ + "▁dir", + "t" + ], + [ + "▁di", + "rt" + ], + [ + "▁d", + "irt" + ], + [ + "omorph", + "ism" + ], + [ + "46", + "5" + ], + [ + "4", + "65" + ], + [ + "▁devast", + "ating" + ], + [ + "▁cat", + "er" + ], + [ + "▁ca", + "ter" + ], + [ + "▁c", + "ater" + ], + [ + "▁prat", + "e" + ], + [ + "▁pra", + "te" + ], + [ + "▁pr", + "ate" + ], + [ + "▁p", + "rate" + ], + [ + "35", + "2" + ], + [ + "3", + "52" + ], + [ + "icit", + "s" + ], + [ + "ici", + "ts" + ], + [ + "ic", + "its" + ], + [ + "eder", + "ate" + ], + [ + "ede", + "rate" + ], + [ + "ed", + "erate" + ], + [ + "▁vitória", + "s" + ], + [ + "▁vit", + "órias" + ], + [ + "▁económico", + "s" + ], + [ + "▁económ", + "icos" + ], + [ + "2,", + "2," + ], + [ + "2", + ",2," + ], + [ + "tha", + "n" + ], + [ + "th", + "an" + ], + [ + "t", + "han" + ], + [ + "▁Ko", + "s" + ], + [ + "▁K", + "os" + ], + [ + "▁ST", + "F" + ], + [ + "▁S", + "TF" + ], + [ + "▁estran", + "ha" + ], + [ + "▁estr", + "anha" + ], + [ + "▁n", + "y" + ], + [ + "▁", + "ny" + ], + [ + "óf", + "il" + ], + [ + "ó", + "fil" + ], + [ + "38", + ":" + ], + [ + "3", + "8:" + ], + [ + "▁seguido", + "s" + ], + [ + "▁segu", + "idos" + ], + [ + "▁virt", + "ue" + ], + [ + "▁Inc", + "ome" + ], + [ + "▁In", + "come" + ], + [ + "▁sistema", + "t" + ], + [ + "▁sistem", + "at" + ], + [ + "▁sist", + "emat" + ], + [ + "▁8", + "%" + ], + [ + "▁", + "8%" + ], + [ + "och", + "ond" + ], + [ + "00", + "'," + ], + [ + "0", + "0'," + ], + [ + "▁The", + "od" + ], + [ + "▁estr", + "ag" + ], + [ + "▁est", + "rag" + ], + [ + "▁filosóf", + "ico" + ], + [ + "Q", + "s" + ], + [ + "▁Bu", + "ff" + ], + [ + "▁B", + "uff" + ], + [ + "▁", + "Buff" + ], + [ + "▁orden", + "amento" + ], + [ + "▁ord", + "enamento" + ], + [ + "▁apoia", + "do" + ], + [ + "▁apoi", + "ado" + ], + [ + "▁apo", + "iado" + ], + [ + "5,", + "6," + ], + [ + "▁render", + "ed" + ], + [ + "▁rend", + "ered" + ], + [ + "resol", + "ution" + ], + [ + "re", + "solution" + ], + [ + "cl", + "s" + ], + [ + "c", + "ls" + ], + [ + "▁Prov", + "ide" + ], + [ + "▁Pro", + "vide" + ], + [ + "▁CAM", + "P" + ], + [ + "▁CA", + "MP" + ], + [ + "▁C", + "AMP" + ], + [ + "▁Select", + "ion" + ], + [ + "▁Sele", + "ction" + ], + [ + "▁Sel", + "ection" + ], + [ + "▁Se", + "lection" + ], + [ + "▁", + "Selection" + ], + [ + "▁title", + "d" + ], + [ + "▁tit", + "led" + ], + [ + "▁t", + "itled" + ], + [ + "▁emerg", + "ence" + ], + [ + "hea", + "rt" + ], + [ + "he", + "art" + ], + [ + "▁So", + "ph" + ], + [ + "▁S", + "oph" + ], + [ + "▁pré", + "vio" + ], + [ + "▁forgot", + "ten" + ], + [ + "35", + "8" + ], + [ + "3", + "58" + ], + [ + "▁gre", + "ve" + ], + [ + "▁g", + "reve" + ], + [ + "96", + "9" + ], + [ + "9", + "69" + ], + [ + "▁sanit", + "ária" + ], + [ + "▁san", + "itária" + ], + [ + "op", + "ro" + ], + [ + "o", + "pro" + ], + [ + "▁Lead", + "ers" + ], + [ + "▁Le", + "aders" + ], + [ + "▁p", + "imenta" + ], + [ + "ERN", + "EL" + ], + [ + "ER", + "NEL" + ], + [ + "indo", + "s" + ], + [ + "ind", + "os" + ], + [ + "in", + "dos" + ], + [ + "▁fic", + "o" + ], + [ + "▁fi", + "co" + ], + [ + "▁f", + "ico" + ], + [ + "▁", + "fico" + ], + [ + "▁card", + "áp" + ], + [ + "▁You", + "tube" + ], + [ + "▁Y", + "outube" + ], + [ + "4", + "\\" + ], + [ + "ocr", + "acy" + ], + [ + "oc", + "racy" + ], + [ + "▁cast", + "le" + ], + [ + "▁cas", + "tle" + ], + [ + "▁im", + "obili" + ], + [ + "CA", + "D" + ], + [ + "C", + "AD" + ], + [ + "esc", + "er" + ], + [ + "es", + "cer" + ], + [ + "▁Ko", + "n" + ], + [ + "▁K", + "on" + ], + [ + "oi", + "s" + ], + [ + "o", + "is" + ], + [ + "3)", + ")" + ], + [ + "3", + "))" + ], + [ + "▁G", + "H" + ], + [ + "▁", + "GH" + ], + [ + "▁F", + "P" + ], + [ + "▁", + "FP" + ], + [ + "▁ce", + "gueira" + ], + [ + "▁satisf", + "ies" + ], + [ + "▁bl", + "ame" + ], + [ + "▁incon", + "ven" + ], + [ + "/2", + "," + ], + [ + "/", + "2," + ], + [ + "▁lapt", + "op" + ], + [ + "▁lap", + "top" + ], + [ + "▁kit", + "s" + ], + [ + "▁k", + "its" + ], + [ + "▁46", + "." + ], + [ + "▁4", + "6." + ], + [ + "ocket", + "s" + ], + [ + "ock", + "ets" + ], + [ + "▁ouv", + "indo" + ], + [ + "▁manip", + "ulation" + ], + [ + "▁You", + "th" + ], + [ + "▁Y", + "outh" + ], + [ + "▁sing", + "ing" + ], + [ + "▁sin", + "ging" + ], + [ + "▁s", + "inging" + ], + [ + "geo", + "n" + ], + [ + "ge", + "on" + ], + [ + "andes", + "t" + ], + [ + "ande", + "st" + ], + [ + "and", + "est" + ], + [ + "an", + "dest" + ], + [ + "wi", + "re" + ], + [ + "w", + "ire" + ], + [ + "▁diam", + "ond" + ], + [ + "▁dia", + "mond" + ], + [ + "▁Pass", + "e" + ], + [ + "▁Pas", + "se" + ], + [ + "▁P", + "asse" + ], + [ + "▁grávida", + "s" + ], + [ + "▁grá", + "vidas" + ], + [ + "▁condutor", + "es" + ], + [ + "▁condut", + "ores" + ], + [ + "▁cond", + "utores" + ], + [ + "lu", + "entes" + ], + [ + "▁relie", + "ve" + ], + [ + "▁rel", + "ieve" + ], + [ + "▁transforma", + "da" + ], + [ + "▁transform", + "ada" + ], + [ + "▁dish", + "es" + ], + [ + "▁dis", + "hes" + ], + [ + "▁d", + "ishes" + ], + [ + "▁lam", + "p" + ], + [ + "▁la", + "mp" + ], + [ + "▁l", + "amp" + ], + [ + "ec", + "raft" + ], + [ + "e", + "craft" + ], + [ + ".", + "»" + ], + [ + "▁King", + "s" + ], + [ + "▁Kin", + "gs" + ], + [ + "▁K", + "ings" + ], + [ + "▁pura", + "mente" + ], + [ + "▁pur", + "amente" + ], + [ + "bl", + "o" + ], + [ + "b", + "lo" + ], + [ + "ras", + "h" + ], + [ + "ra", + "sh" + ], + [ + "r", + "ash" + ], + [ + "lah", + "oma" + ], + [ + "▁começam", + "os" + ], + [ + "▁começa", + "mos" + ], + [ + "▁começ", + "amos" + ], + [ + "▁come", + "çamos" + ], + [ + "▁coer", + "ência" + ], + [ + "▁accommod", + "ate" + ], + [ + "▁depict", + "ed" + ], + [ + "▁dep", + "icted" + ], + [ + "▁nacional", + "idade" + ], + [ + "▁Ven", + "us" + ], + [ + "▁v", + "m" + ], + [ + "▁", + "vm" + ], + [ + "▁retorn", + "a" + ], + [ + "▁ret", + "orna" + ], + [ + "▁decidir", + "am" + ], + [ + "▁decid", + "iram" + ], + [ + ";", + "\"" + ], + [ + "▁I", + "orque" + ], + [ + "esc", + "ência" + ], + [ + "▁Bal", + "ance" + ], + [ + "▁", + "Balance" + ], + [ + "▁gen", + "ital" + ], + [ + "▁Pu", + "n" + ], + [ + "▁P", + "un" + ], + [ + "▁aprender", + "am" + ], + [ + "▁aprende", + "ram" + ], + [ + "▁aprend", + "eram" + ], + [ + "dire", + "ct" + ], + [ + "dir", + "ect" + ], + [ + "di", + "rect" + ], + [ + "d", + "irect" + ], + [ + "▁estimativa", + "s" + ], + [ + "▁estim", + "ativas" + ], + [ + "cab", + "e" + ], + [ + "ca", + "be" + ], + [ + "c", + "abe" + ], + [ + "▁hom", + "ogên" + ], + [ + "En", + "s" + ], + [ + "E", + "ns" + ], + [ + "▁cor", + "p" + ], + [ + "▁co", + "rp" + ], + [ + "▁", + "corp" + ], + [ + "1", + "–" + ], + [ + "▁cre", + "me" + ], + [ + "▁cr", + "eme" + ], + [ + "▁c", + "reme" + ], + [ + "▁Cor", + "íntios" + ], + [ + "▁concentra", + "te" + ], + [ + "▁concentr", + "ate" + ], + [ + "▁concent", + "rate" + ], + [ + "▁Recent", + "ly" + ], + [ + "▁Rec", + "ently" + ], + [ + "▁Prop", + "het" + ], + [ + "89", + "8" + ], + [ + "8", + "98" + ], + [ + "rof", + "e" + ], + [ + "ro", + "fe" + ], + [ + "▁Ferrament", + "as" + ], + [ + "Im", + "p" + ], + [ + "I", + "mp" + ], + [ + "р", + "у" + ], + [ + "▁plaqu", + "e" + ], + [ + "▁pl", + "aque" + ], + [ + "▁folk", + "s" + ], + [ + "▁fol", + "ks" + ], + [ + "▁dark", + "ness" + ], + [ + "[", + "6" + ], + [ + "itava", + "m" + ], + [ + "ita", + "vam" + ], + [ + "it", + "avam" + ], + [ + "var", + "phi" + ], + [ + "▁Si", + "b" + ], + [ + "▁S", + "ib" + ], + [ + "▁cat", + "ást" + ], + [ + "▁Adem", + "ais" + ], + [ + "▁Ade", + "mais" + ], + [ + "▁ag", + "itação" + ], + [ + "vas", + "ive" + ], + [ + "controll", + "ed" + ], + [ + "control", + "led" + ], + [ + "▁arrangement", + "s" + ], + [ + "▁arrange", + "ments" + ], + [ + "▁arrang", + "ements" + ], + [ + "▁educ", + "ando" + ], + [ + "th", + "y" + ], + [ + "t", + "hy" + ], + [ + "▁Y", + "a" + ], + [ + "ke", + "l" + ], + [ + "k", + "el" + ], + [ + "▁tamp", + "ouco" + ], + [ + "▁gel", + "adeira" + ], + [ + "des", + "erialize" + ], + [ + "de", + "serialize" + ], + [ + ")", + "2" + ], + [ + "tras", + "ound" + ], + [ + "tra", + "sound" + ], + [ + "▁E", + "ye" + ], + [ + "▁vol", + "at" + ], + [ + "▁vo", + "lat" + ], + [ + "b", + "z" + ], + [ + "lang", + "le" + ], + [ + "lan", + "gle" + ], + [ + "l", + "angle" + ], + [ + "▁incomple", + "te" + ], + [ + "▁incom", + "plete" + ], + [ + "▁in", + "complete" + ], + [ + "35", + "." + ], + [ + "3", + "5." + ], + [ + "▁cast", + "igo" + ], + [ + "▁lot", + "e" + ], + [ + "▁lo", + "te" + ], + [ + "▁l", + "ote" + ], + [ + "▁rei", + "ter" + ], + [ + "▁re", + "iter" + ], + [ + "▁antepass", + "ados" + ], + [ + "▁1⁄", + "4" + ], + [ + "▁1", + "⁄4" + ], + [ + "urb", + "an" + ], + [ + "ur", + "ban" + ], + [ + "▁Envi", + "e" + ], + [ + "Un", + "ivers" + ], + [ + "▁circum", + "ference" + ], + [ + "▁Queen", + "s" + ], + [ + "▁Que", + "ens" + ], + [ + "▁estaria", + "m" + ], + [ + "▁estar", + "iam" + ], + [ + "▁esta", + "riam" + ], + [ + "▁est", + "ariam" + ], + [ + "▁Israel", + "i" + ], + [ + "▁pecador", + "es" + ], + [ + "▁pecado", + "res" + ], + [ + "▁pec", + "adores" + ], + [ + "(1)", + ")" + ], + [ + "(1", + "))" + ], + [ + "(", + "1))" + ], + [ + "▁vi", + "o" + ], + [ + "▁v", + "io" + ], + [ + "▁", + "vio" + ], + [ + "man", + "agement" + ], + [ + "▁Bair", + "ro" + ], + [ + "▁larva", + "e" + ], + [ + "▁agricult", + "or" + ], + [ + "▁photograph", + "y" + ], + [ + "▁phot", + "ography" + ], + [ + "▁a", + "h" + ], + [ + "▁", + "ah" + ], + [ + "▁monitor", + "ed" + ], + [ + "▁193", + "9" + ], + [ + "▁19", + "39" + ], + [ + "▁lut", + "ando" + ], + [ + "▁sua", + "v" + ], + [ + "▁su", + "av" + ], + [ + "▁caracteriza", + "ção" + ], + [ + "▁caracter", + "ização" + ], + [ + "31", + "6" + ], + [ + "3", + "16" + ], + [ + "▁im", + "posição" + ], + [ + "▁pirâm", + "ide" + ], + [ + "▁investido", + "r" + ], + [ + "▁invest", + "idor" + ], + [ + "▁Cas", + "h" + ], + [ + "▁Ca", + "sh" + ], + [ + "▁C", + "ash" + ], + [ + "B", + "anner" + ], + [ + "▁compens", + "ar" + ], + [ + "ose", + "xual" + ], + [ + "▁Array", + "List" + ], + [ + "▁genetic", + "amente" + ], + [ + "▁gene", + "ticamente" + ], + [ + "▁gen", + "eticamente" + ], + [ + "▁U", + "g" + ], + [ + "▁vosso", + "s" + ], + [ + "▁vos", + "sos" + ], + [ + "▁v", + "ossos" + ], + [ + "'", + "+" + ], + [ + "▁caracter", + "ístico" + ], + [ + "proto", + "type" + ], + [ + "prot", + "otype" + ], + [ + "▁religion", + "s" + ], + [ + "▁relig", + "ions" + ], + [ + "▁12", + ")" + ], + [ + "▁1", + "2)" + ], + [ + "▁", + "12)" + ], + [ + "▁Pu", + "sh" + ], + [ + "▁P", + "ush" + ], + [ + "▁", + "Push" + ], + [ + "▁appet", + "ite" + ], + [ + "▁pasta", + "gens" + ], + [ + "▁past", + "agens" + ], + [ + "asty", + "pe" + ], + [ + "ast", + "ype" + ], + [ + "as", + "type" + ], + [ + "a", + "stype" + ], + [ + "By", + "Name" + ], + [ + "▁numer", + "osas" + ], + [ + "RE", + "L" + ], + [ + "R", + "EL" + ], + [ + "040", + "4" + ], + [ + "04", + "04" + ], + [ + "0", + "404" + ], + [ + "▁ficar", + "ia" + ], + [ + "▁fica", + "ria" + ], + [ + "▁fic", + "aria" + ], + [ + "▁es", + "vaz" + ], + [ + "▁curv", + "ature" + ], + [ + "▁Ra", + "c" + ], + [ + "▁R", + "ac" + ], + [ + "on", + "ce" + ], + [ + "TO", + "P" + ], + [ + "T", + "OP" + ], + [ + "3", + "+" + ], + [ + "oper", + "at" + ], + [ + "ope", + "rat" + ], + [ + "▁wrap", + "per" + ], + [ + "▁", + "wrapper" + ], + [ + "▁Wi", + "re" + ], + [ + "▁W", + "ire" + ], + [ + "▁", + "Wire" + ], + [ + "C", + "s" + ], + [ + "ís", + "ico" + ], + [ + "▁filter", + "ing" + ], + [ + "▁filt", + "ering" + ], + [ + "la", + "unch" + ], + [ + "▁F", + "S" + ], + [ + "▁", + "FS" + ], + [ + "uler", + "s" + ], + [ + "ule", + "rs" + ], + [ + "ul", + "ers" + ], + [ + "u", + "lers" + ], + [ + "▁headache", + "s" + ], + [ + "▁head", + "aches" + ], + [ + "mo", + "use" + ], + [ + "m", + "ouse" + ], + [ + "▁lembrança", + "s" + ], + [ + "▁lembr", + "anças" + ], + [ + "▁lemb", + "ranças" + ], + [ + "{", + "(" + ], + [ + "THREAD", + "S" + ], + [ + "26", + ":" + ], + [ + "2", + "6:" + ], + [ + "Expr", + "ess" + ], + [ + "Exp", + "ress" + ], + [ + "Ex", + "press" + ], + [ + "▁propag", + "ation" + ], + [ + "▁tomar", + "am" + ], + [ + "▁toma", + "ram" + ], + [ + "▁tom", + "aram" + ], + [ + "56", + "7" + ], + [ + "5", + "67" + ], + [ + "mut", + "ation" + ], + [ + "▁intim", + "id" + ], + [ + "▁pick", + "ing" + ], + [ + "▁pic", + "king" + ], + [ + "▁p", + "icking" + ], + [ + "ym", + "l" + ], + [ + "y", + "ml" + ], + [ + "▁Prov", + "ín" + ], + [ + "▁suspend", + "ed" + ], + [ + "▁susp", + "ended" + ], + [ + "56", + "," + ], + [ + "5", + "6," + ], + [ + "▁U", + "b" + ], + [ + "121", + "2" + ], + [ + "12", + "12" + ], + [ + "1", + "212" + ], + [ + "ção", + "s" + ], + [ + "çã", + "os" + ], + [ + "ç", + "ãos" + ], + [ + "▁lit", + "ro" + ], + [ + "▁li", + "tro" + ], + [ + "Be", + "an" + ], + [ + "B", + "ean" + ], + [ + "▁Ora", + "ção" + ], + [ + "▁Or", + "ação" + ], + [ + "▁O", + "ração" + ], + [ + "▁corrupt", + "ion" + ], + [ + "▁corrup", + "tion" + ], + [ + "stm", + "t" + ], + [ + "st", + "mt" + ], + [ + "h", + "w" + ], + [ + "AND", + "O" + ], + [ + "AN", + "DO" + ], + [ + "A", + "NDO" + ], + [ + "8080", + "00" + ], + [ + "808", + "000" + ], + [ + "80", + "8000" + ], + [ + "mu", + "d" + ], + [ + "m", + "ud" + ], + [ + "ODO", + "S" + ], + [ + "OD", + "OS" + ], + [ + "O", + "DOS" + ], + [ + "nt", + "h" + ], + [ + "n", + "th" + ], + [ + "▁infer", + "no" + ], + [ + "▁inf", + "erno" + ], + [ + "L", + "ambda" + ], + [ + "ione", + "d" + ], + [ + "ion", + "ed" + ], + [ + "io", + "ned" + ], + [ + "i", + "oned" + ], + [ + "▁psiqu", + "iátr" + ], + [ + "▁Pers", + "ian" + ], + [ + "▁Gra", + "y" + ], + [ + "▁Gr", + "ay" + ], + [ + "▁G", + "ray" + ], + [ + "▁Ad", + "just" + ], + [ + "▁", + "Adjust" + ], + [ + "▁prefer", + "e" + ], + [ + "▁pref", + "ere" + ], + [ + "▁Max", + "im" + ], + [ + "▁Ma", + "xim" + ], + [ + "▁sanit", + "ário" + ], + [ + "▁san", + "itário" + ], + [ + "aram", + "po" + ], + [ + "▁Austr", + "ia" + ], + [ + "▁Aust", + "ria" + ], + [ + "▁A", + "ustria" + ], + [ + "ul", + "u" + ], + [ + "u", + "lu" + ], + [ + "mus", + "t" + ], + [ + "mu", + "st" + ], + [ + "m", + "ust" + ], + [ + "▁STR", + "E" + ], + [ + "▁ST", + "RE" + ], + [ + "▁", + "STRE" + ], + [ + "▁V", + "árias" + ], + [ + "xt", + "y" + ], + [ + "x", + "ty" + ], + [ + "▁avançada", + "s" + ], + [ + "▁avança", + "das" + ], + [ + "▁avanç", + "adas" + ], + [ + "▁avan", + "çadas" + ], + [ + "so", + "m" + ], + [ + "s", + "om" + ], + [ + "coord", + "s" + ], + [ + "co", + "ords" + ], + [ + "▁Entre", + "vista" + ], + [ + "SR", + "C" + ], + [ + "S", + "RC" + ], + [ + "▁2", + "/" + ], + [ + "▁", + "2/" + ], + [ + "_", + "${" + ], + [ + "▁resil", + "ience" + ], + [ + "▁res", + "ilience" + ], + [ + "▁Â", + "ng" + ], + [ + "ade", + "iro" + ], + [ + "ad", + "eiro" + ], + [ + "a", + "deiro" + ], + [ + "▁pen", + "cil" + ], + [ + "▁p", + "encil" + ], + [ + "aus", + "a" + ], + [ + "au", + "sa" + ], + [ + "a", + "usa" + ], + [ + "timo", + "re" + ], + [ + "tim", + "ore" + ], + [ + "ti", + "more" + ], + [ + "▁PE", + "S" + ], + [ + "▁P", + "ES" + ], + [ + "▁fer", + "r" + ], + [ + "▁fe", + "rr" + ], + [ + "▁f", + "err" + ], + [ + "Un", + "ique" + ], + [ + "▁down", + "ward" + ], + [ + "▁suposta", + "mente" + ], + [ + "▁sup", + "ostamente" + ], + [ + "▁factor", + "ization" + ], + [ + "49", + "6" + ], + [ + "4", + "96" + ], + [ + "oth", + "s" + ], + [ + "ot", + "hs" + ], + [ + "o", + "ths" + ], + [ + "▁Review", + "s" + ], + [ + "▁Re", + "views" + ], + [ + "▁prêmio", + "s" + ], + [ + "▁pr", + "êmios" + ], + [ + "▁2007", + ")." + ], + [ + "▁200", + "7)." + ], + [ + "Com", + "b" + ], + [ + "Co", + "mb" + ], + [ + "C", + "omb" + ], + [ + "▁free", + "d" + ], + [ + "▁fre", + "ed" + ], + [ + "▁experiment", + "ação" + ], + [ + "▁exper", + "imentação" + ], + [ + "▁promise", + "d" + ], + [ + "▁prom", + "ised" + ], + [ + "▁volunte", + "er" + ], + [ + "iste", + "s" + ], + [ + "ist", + "es" + ], + [ + "is", + "tes" + ], + [ + "▁un", + "idos" + ], + [ + "orient", + "ed" + ], + [ + "ori", + "ented" + ], + [ + "▁vend", + "ido" + ], + [ + "▁v", + "endido" + ], + [ + "ésc", + "imo" + ], + [ + "▁cristã", + "s" + ], + [ + "▁crist", + "ãs" + ], + [ + "▁white", + "s" + ], + [ + "▁whit", + "es" + ], + [ + "▁wh", + "ites" + ], + [ + "B", + "i" + ], + [ + "▁vetor", + "es" + ], + [ + "▁vet", + "ores" + ], + [ + "▁er", + "g" + ], + [ + "▁e", + "rg" + ], + [ + "▁", + "erg" + ], + [ + "Sl", + "ice" + ], + [ + "S", + "lice" + ], + [ + "▁fast", + "est" + ], + [ + "▁fas", + "test" + ], + [ + "▁cerem", + "ony" + ], + [ + "▁ben", + "t" + ], + [ + "▁be", + "nt" + ], + [ + "▁b", + "ent" + ], + [ + "▁pá", + "l" + ], + [ + "▁p", + "ál" + ], + [ + "▁l", + "p" + ], + [ + "▁", + "lp" + ], + [ + "tero", + "s" + ], + [ + "ter", + "os" + ], + [ + "te", + "ros" + ], + [ + "t", + "eros" + ], + [ + "▁Y", + "OU" + ], + [ + "▁telesc", + "ópio" + ], + [ + "▁obriga", + "da" + ], + [ + "▁obrig", + "ada" + ], + [ + "▁Treat", + "y" + ], + [ + "▁alternativo", + "s" + ], + [ + "▁altern", + "ativos" + ], + [ + "Li", + "fe" + ], + [ + "L", + "ife" + ], + [ + "▁big", + "int" + ], + [ + "depend", + "encies" + ], + [ + "▁Sy", + "s" + ], + [ + "▁S", + "ys" + ], + [ + "▁", + "Sys" + ], + [ + "▁volt", + "ando" + ], + [ + "▁afasta", + "mento" + ], + [ + "▁afast", + "amento" + ], + [ + "▁galáx", + "ia" + ], + [ + "▁dec", + "r" + ], + [ + "▁de", + "cr" + ], + [ + "▁c", + "âmbio" + ], + [ + "▁glass", + "es" + ], + [ + "▁gl", + "asses" + ], + [ + "▁cun", + "ho" + ], + [ + "▁c", + "unho" + ], + [ + "ror", + "a" + ], + [ + "ro", + "ra" + ], + [ + "r", + "ora" + ], + [ + "▁Sub", + "s" + ], + [ + "▁Su", + "bs" + ], + [ + "▁S", + "ubs" + ], + [ + "▁passe", + "i" + ], + [ + "▁pass", + "ei" + ], + [ + "▁process", + "ar" + ], + [ + "84", + "8" + ], + [ + "8", + "48" + ], + [ + "Us", + "ing" + ], + [ + "U", + "sing" + ], + [ + "ired", + "o" + ], + [ + "ire", + "do" + ], + [ + "ir", + "edo" + ], + [ + "i", + "redo" + ], + [ + "ífera", + "s" + ], + [ + "ífer", + "as" + ], + [ + "íf", + "eras" + ], + [ + "í", + "feras" + ], + [ + "▁Ped", + "ra" + ], + [ + "▁Pe", + "dra" + ], + [ + "axi", + "om" + ], + [ + "ax", + "iom" + ], + [ + "ál", + "ica" + ], + [ + "á", + "lica" + ], + [ + "▁your", + "s" + ], + [ + "▁you", + "rs" + ], + [ + "▁y", + "ours" + ], + [ + "ror", + "s" + ], + [ + "ro", + "rs" + ], + [ + "r", + "ors" + ], + [ + "rub", + "y" + ], + [ + "ru", + "by" + ], + [ + "át", + "eis" + ], + [ + "á", + "teis" + ], + [ + "db", + "o" + ], + [ + "d", + "bo" + ], + [ + "▁bub", + "ble" + ], + [ + "▁b", + "ubble" + ], + [ + "▁sofr", + "ido" + ], + [ + "▁196", + "8" + ], + [ + "▁19", + "68" + ], + [ + "▁1", + "968" + ], + [ + "▁hem", + "orr" + ], + [ + "▁Micro", + "bi" + ], + [ + "▁precurs", + "or" + ], + [ + "▁prec", + "ursor" + ], + [ + "▁pre", + "cursor" + ], + [ + "Cl", + "a" + ], + [ + "C", + "la" + ], + [ + "▁dr", + "ill" + ], + [ + "▁d", + "rill" + ], + [ + "[0]", + "[" + ], + [ + "[0", + "][" + ], + [ + "i", + "q" + ], + [ + "▁Neste", + "s" + ], + [ + "▁Nest", + "es" + ], + [ + "▁N", + "estes" + ], + [ + "▁pan", + "cre" + ], + [ + "inv", + "est" + ], + [ + "in", + "vest" + ], + [ + "▁Sub", + "tract" + ], + [ + "let", + "os" + ], + [ + "le", + "tos" + ], + [ + "l", + "etos" + ], + [ + "▁sol", + "v" + ], + [ + "▁so", + "lv" + ], + [ + "▁Bab", + "il" + ], + [ + "▁Ba", + "bil" + ], + [ + "▁B", + "abil" + ], + [ + "▁Del", + "hi" + ], + [ + "▁D", + "elhi" + ], + [ + "▁descar", + "ga" + ], + [ + "▁desc", + "arga" + ], + [ + "▁des", + "carga" + ], + [ + "▁breath", + "e" + ], + [ + "▁breat", + "he" + ], + [ + "▁perce", + "pções" + ], + [ + "ime", + "n" + ], + [ + "im", + "en" + ], + [ + "i", + "men" + ], + [ + "Dr", + "ive" + ], + [ + "▁ED", + "IT" + ], + [ + "▁E", + "DIT" + ], + [ + "slide", + "r" + ], + [ + "sl", + "ider" + ], + [ + "▁Sand", + "ra" + ], + [ + "▁San", + "dra" + ], + [ + "▁S", + "andra" + ], + [ + "▁narra", + "dor" + ], + [ + "▁narr", + "ador" + ], + [ + "▁nar", + "rador" + ], + [ + "▁paradig", + "m" + ], + [ + "▁43", + "." + ], + [ + "▁4", + "3." + ], + [ + "▁nano", + "p" + ], + [ + "▁nan", + "op" + ], + [ + "}(", + "\\" + ], + [ + "}", + "(\\" + ], + [ + "▁fundador", + "es" + ], + [ + "▁fundado", + "res" + ], + [ + "▁fund", + "adores" + ], + [ + "▁1", + "–" + ], + [ + "▁", + "1–" + ], + [ + "ombo", + "las" + ], + [ + "omb", + "olas" + ], + [ + "om", + "bolas" + ], + [ + "▁ofere", + "cida" + ], + [ + "▁ofer", + "ecida" + ], + [ + "member", + "s" + ], + [ + "mem", + "bers" + ], + [ + "m", + "embers" + ], + [ + "▁fest", + "e" + ], + [ + "▁fe", + "ste" + ], + [ + "▁f", + "este" + ], + [ + "▁sozinho", + "s" + ], + [ + "▁soz", + "inhos" + ], + [ + "▁mencionado", + "s" + ], + [ + "▁menciona", + "dos" + ], + [ + "▁mencion", + "ados" + ], + [ + "▁vinha", + "m" + ], + [ + "▁vin", + "ham" + ], + [ + "▁v", + "inham" + ], + [ + "▁investigation", + "s" + ], + [ + "▁investig", + "ations" + ], + [ + "((", + "(" + ], + [ + "(", + "((" + ], + [ + "[2]", + "." + ], + [ + "[2", + "]." + ], + [ + "▁av", + "g" + ], + [ + "▁", + "avg" + ], + [ + "▁condicion", + "ado" + ], + [ + "▁cond", + "icionado" + ], + [ + "▁intention", + "ally" + ], + [ + "▁intent", + "ionally" + ], + [ + "▁entrada", + "s" + ], + [ + "▁entra", + "das" + ], + [ + "▁entr", + "adas" + ], + [ + "▁ent", + "radas" + ], + [ + "▁escultura", + "s" + ], + [ + "▁escult", + "uras" + ], + [ + "▁Desc", + "artes" + ], + [ + "▁refer", + "encial" + ], + [ + "▁Gi", + "n" + ], + [ + "▁G", + "in" + ], + [ + "▁Cal", + "v" + ], + [ + "▁Ca", + "lv" + ], + [ + "06", + "9" + ], + [ + "0", + "69" + ], + [ + "▁-", + "(" + ], + [ + "▁", + "-(" + ], + [ + "▁be", + "x" + ], + [ + "▁b", + "ex" + ], + [ + "▁sta", + "mp" + ], + [ + "▁st", + "amp" + ], + [ + "▁D", + "icionário" + ], + [ + "Use", + "d" + ], + [ + "Us", + "ed" + ], + [ + "U", + "sed" + ], + [ + "un", + "ning" + ], + [ + "VE", + "N" + ], + [ + "V", + "EN" + ], + [ + "▁Oc", + "up" + ], + [ + "▁O", + "cup" + ], + [ + "▁ana", + "er" + ], + [ + "▁fortal", + "ece" + ], + [ + "▁sa", + "íram" + ], + [ + "▁dissolve", + "d" + ], + [ + "▁dissol", + "ved" + ], + [ + "▁ver", + "á" + ], + [ + "▁Actual", + "ly" + ], + [ + "▁Act", + "ually" + ], + [ + "▁outline", + "d" + ], + [ + "▁out", + "lined" + ], + [ + "▁0", + "-" + ], + [ + "▁", + "0-" + ], + [ + "Ch", + "unk" + ], + [ + "▁ste", + "ad" + ], + [ + "▁st", + "ead" + ], + [ + "▁missionário", + "s" + ], + [ + "▁mission", + "ários" + ], + [ + "HA", + "L" + ], + [ + "H", + "AL" + ], + [ + "hi", + "d" + ], + [ + "h", + "id" + ], + [ + "ne", + "um" + ], + [ + "▁Event", + "ually" + ], + [ + "▁Ka", + "n" + ], + [ + "▁K", + "an" + ], + [ + "▁protest", + "o" + ], + [ + "▁prote", + "sto" + ], + [ + "▁prot", + "esto" + ], + [ + "▁Gord", + "on" + ], + [ + "▁Gor", + "don" + ], + [ + "▁encar", + "ar" + ], + [ + "▁enca", + "rar" + ], + [ + "▁Cancel", + "ar" + ], + [ + "▁Canc", + "elar" + ], + [ + "85", + "7" + ], + [ + "8", + "57" + ], + [ + "▁aug", + "e" + ], + [ + "▁au", + "ge" + ], + [ + "▁a", + "uge" + ], + [ + "▁", + "auge" + ], + [ + "BUF", + "FER" + ], + [ + "BU", + "FFER" + ], + [ + "▁trajet", + "o" + ], + [ + "▁tra", + "jeto" + ], + [ + "▁surrounding", + "s" + ], + [ + "▁surround", + "ings" + ], + [ + "▁Fried", + "rich" + ], + [ + "','0", + "','0" + ], + [ + "▁persistent", + "e" + ], + [ + "▁persist", + "ente" + ], + [ + "Cha", + "t" + ], + [ + "Ch", + "at" + ], + [ + "C", + "hat" + ], + [ + "▁real", + "ista" + ], + [ + "inflam", + "matory" + ], + [ + "fat", + "her" + ], + [ + "fa", + "ther" + ], + [ + "f", + "ather" + ], + [ + "▁Programa", + "s" + ], + [ + "▁Program", + "as" + ], + [ + "▁Pr", + "ogramas" + ], + [ + "▁pend", + "ing" + ], + [ + "▁pen", + "ding" + ], + [ + "▁p", + "ending" + ], + [ + "▁", + "pending" + ], + [ + "▁motor", + "s" + ], + [ + "▁mot", + "ors" + ], + [ + "▁ov", + "ar" + ], + [ + "▁o", + "var" + ], + [ + "mon", + "itor" + ], + [ + "▁retrat", + "a" + ], + [ + "▁retr", + "ata" + ], + [ + "▁\"", + "2" + ], + [ + "▁espera", + "m" + ], + [ + "▁esper", + "am" + ], + [ + "▁esp", + "eram" + ], + [ + "▁exerc", + "ida" + ], + [ + "▁exer", + "cida" + ], + [ + "▁produce", + "r" + ], + [ + "▁produc", + "er" + ], + [ + "▁produ", + "cer" + ], + [ + "▁pro", + "ducer" + ], + [ + "▁rob", + "ótica" + ], + [ + "▁Agricultura", + "l" + ], + [ + "▁Agricult", + "ural" + ], + [ + "▁Agr", + "icultural" + ], + [ + "000", + ";" + ], + [ + "00", + "0;" + ], + [ + "0", + "00;" + ], + [ + "▁Off", + "icial" + ], + [ + "▁ber", + "ço" + ], + [ + "▁sober", + "ano" + ], + [ + "▁sobe", + "rano" + ], + [ + "ército", + "s" + ], + [ + "ér", + "citos" + ], + [ + "▁Mal", + "ays" + ], + [ + "▁CA", + "M" + ], + [ + "▁C", + "AM" + ], + [ + "urs", + "ive" + ], + [ + "▁Initi", + "ative" + ], + [ + "fi", + "s" + ], + [ + "f", + "is" + ], + [ + "▁reverse", + "d" + ], + [ + "▁revers", + "ed" + ], + [ + "▁rever", + "sed" + ], + [ + "▁mandato", + "ry" + ], + [ + "▁mand", + "atory" + ], + [ + "▁denote", + "d" + ], + [ + "▁denot", + "ed" + ], + [ + "▁den", + "oted" + ], + [ + "▁Pres", + "idência" + ], + [ + "EB", + "EB" + ], + [ + "job", + "s" + ], + [ + "jo", + "bs" + ], + [ + "j", + "obs" + ], + [ + "▁exceed", + "s" + ], + [ + "▁exce", + "eds" + ], + [ + "▁ex", + "ceeds" + ], + [ + "bo", + "ve" + ], + [ + "b", + "ove" + ], + [ + "0)", + ")" + ], + [ + "0", + "))" + ], + [ + "▁f", + "ô" + ], + [ + "argument", + "s" + ], + [ + "arg", + "uments" + ], + [ + "▁estimula", + "ção" + ], + [ + "▁estimul", + "ação" + ], + [ + "▁estim", + "ulação" + ], + [ + "C", + "ity" + ], + [ + "{1}{", + "2}" + ], + [ + "{1", + "}{2}" + ], + [ + "▁bl", + "ast" + ], + [ + "▁b", + "last" + ], + [ + "▁", + "blast" + ], + [ + "E", + "urope" + ], + [ + "55", + "," + ], + [ + "5", + "5," + ], + [ + "▁Z", + "ika" + ], + [ + "▁naquele", + "s" + ], + [ + "▁naqu", + "eles" + ], + [ + "▁gro", + "cer" + ], + [ + "▁trans", + "p" + ], + [ + "▁tran", + "sp" + ], + [ + "▁descript", + "ive" + ], + [ + "▁st", + "ir" + ], + [ + "▁s", + "tir" + ], + [ + "for", + "all" + ], + [ + "▁Clin", + "ton" + ], + [ + "▁Cl", + "inton" + ], + [ + "▁archae", + "ological" + ], + [ + "▁(3", + "7" + ], + [ + "▁(", + "37" + ], + [ + "Prob", + "lem" + ], + [ + "Pro", + "blem" + ], + [ + "sa", + "y" + ], + [ + "s", + "ay" + ], + [ + "▁obt", + "ém" + ], + [ + "▁p", + "ê" + ], + [ + "Ess", + "e" + ], + [ + "Es", + "se" + ], + [ + "▁am", + "ig" + ], + [ + "▁bur", + "gu" + ], + [ + "▁fraction", + "al" + ], + [ + "▁fract", + "ional" + ], + [ + "▁JES", + "US" + ], + [ + "Geo", + "metry" + ], + [ + "Ge", + "ometry" + ], + [ + "oter", + "apeuta" + ], + [ + "▁le", + "u" + ], + [ + "▁l", + "eu" + ], + [ + "▁denote", + "s" + ], + [ + "▁denot", + "es" + ], + [ + "▁den", + "otes" + ], + [ + "▁de", + "notes" + ], + [ + "▁repar", + "ação" + ], + [ + "▁2009", + ")." + ], + [ + "▁200", + "9)." + ], + [ + "▁vindo", + "s" + ], + [ + "▁vind", + "os" + ], + [ + "▁vin", + "dos" + ], + [ + "▁v", + "indos" + ], + [ + "eng", + "o" + ], + [ + "en", + "go" + ], + [ + "▁Set", + "or" + ], + [ + "▁Se", + "tor" + ], + [ + "▁S", + "etor" + ], + [ + "▁performance", + "s" + ], + [ + "▁perform", + "ances" + ], + [ + "▁sim", + "ulação" + ], + [ + "▁Rut", + "h" + ], + [ + "▁Ru", + "th" + ], + [ + "▁R", + "uth" + ], + [ + "ass", + "ist" + ], + [ + "▁província", + "s" + ], + [ + "▁provín", + "cias" + ], + [ + "▁round", + "ing" + ], + [ + "▁r", + "ounding" + ], + [ + "▁", + "―" + ], + [ + "▁Toc", + "antins" + ], + [ + "▁analis", + "ando" + ], + [ + "▁t", + "c" + ], + [ + "▁", + "tc" + ], + [ + "▁De", + "ad" + ], + [ + "▁D", + "ead" + ], + [ + "medi", + "um" + ], + [ + "med", + "ium" + ], + [ + "▁Gra", + "ham" + ], + [ + "ó", + "quio" + ], + [ + "▁'.", + "./" + ], + [ + "▁'", + "../" + ], + [ + "hr", + "ef" + ], + [ + "h", + "ref" + ], + [ + "▁Al", + "d" + ], + [ + "▁A", + "ld" + ], + [ + "▁porto", + "s" + ], + [ + "▁port", + "os" + ], + [ + "▁por", + "tos" + ], + [ + "▁p", + "ortos" + ], + [ + "▁qu", + "ântica" + ], + [ + "▁mk", + "dir" + ], + [ + "▁SO", + "CIAL" + ], + [ + "▁comemora", + "r" + ], + [ + "▁comemor", + "ar" + ], + [ + "▁comem", + "orar" + ], + [ + "▁network", + "ing" + ], + [ + "▁net", + "working" + ], + [ + "28", + "7" + ], + [ + "2", + "87" + ], + [ + "▁Go", + "t" + ], + [ + "▁G", + "ot" + ], + [ + "▁identifica", + "da" + ], + [ + "▁identific", + "ada" + ], + [ + "▁ident", + "ificada" + ], + [ + "(:", + ":" + ], + [ + "(", + "::" + ], + [ + "▁Vin", + "ci" + ], + [ + "▁etn", + "ia" + ], + [ + "▁et", + "nia" + ], + [ + "▁hídr", + "ica" + ], + [ + "▁ilustr", + "a" + ], + [ + "▁ilust", + "ra" + ], + [ + "+2", + ")" + ], + [ + "+", + "2)" + ], + [ + "▁coc", + "k" + ], + [ + "▁co", + "ck" + ], + [ + "▁c", + "ock" + ], + [ + "▁comunista", + "s" + ], + [ + "▁comun", + "istas" + ], + [ + "▁Fr", + "ente" + ], + [ + "▁process", + "ador" + ], + [ + "▁ar", + "a" + ], + [ + "▁a", + "ra" + ], + [ + "▁", + "ara" + ], + [ + "▁está", + "dio" + ], + [ + "▁est", + "ádio" + ], + [ + "▁Report", + "s" + ], + [ + "▁Re", + "ports" + ], + [ + "▁STA", + "RT" + ], + [ + "▁ST", + "ART" + ], + [ + "▁", + "START" + ], + [ + "▁dar", + "ia" + ], + [ + "▁da", + "ria" + ], + [ + "▁d", + "aria" + ], + [ + "▁}", + "$" + ], + [ + "▁", + "}$" + ], + [ + "iv", + "ite" + ], + [ + "▁fluido", + "s" + ], + [ + "▁fluid", + "os" + ], + [ + "▁flu", + "idos" + ], + [ + "▁acompanhado", + "s" + ], + [ + "▁acompanha", + "dos" + ], + [ + "▁acompanh", + "ados" + ], + [ + "▁acompan", + "hados" + ], + [ + "▁type", + "of" + ], + [ + "▁", + "typeof" + ], + [ + "▁Trig", + "on" + ], + [ + "▁Tri", + "gon" + ], + [ + "▁san", + "ct" + ], + [ + "▁Ken", + "ya" + ], + [ + "▁pull", + "ing" + ], + [ + "▁pul", + "ling" + ], + [ + "cha", + "n" + ], + [ + "ch", + "an" + ], + [ + "c", + "han" + ], + [ + "▁provoca", + "do" + ], + [ + "▁provoc", + "ado" + ], + [ + "▁prov", + "ocado" + ], + [ + "#", + "1" + ], + [ + "▁Vari", + "ous" + ], + [ + "▁Var", + "ious" + ], + [ + "▁Va", + "rious" + ], + [ + "URA", + "L" + ], + [ + "UR", + "AL" + ], + [ + "U", + "RAL" + ], + [ + "^{-", + "1" + ], + [ + "^{", + "-1" + ], + [ + "▁en", + "redo" + ], + [ + "enc", + "o" + ], + [ + "en", + "co" + ], + [ + "▁oferece", + "u" + ], + [ + "▁ofere", + "ceu" + ], + [ + "▁ofer", + "eceu" + ], + [ + "▁w", + "s" + ], + [ + "▁", + "ws" + ], + [ + "▁transmitida", + "s" + ], + [ + "▁transmit", + "idas" + ], + [ + "▁-1", + "2" + ], + [ + "▁-", + "12" + ], + [ + "▁", + "-12" + ], + [ + "Task", + "s" + ], + [ + "T", + "asks" + ], + [ + "▁motorista", + "s" + ], + [ + "▁motor", + "istas" + ], + [ + "▁molde", + "s" + ], + [ + "▁mold", + "es" + ], + [ + "▁mol", + "des" + ], + [ + "▁sur", + "render" + ], + [ + "CM", + "P" + ], + [ + "C", + "MP" + ], + [ + "▁dam", + "os" + ], + [ + "▁da", + "mos" + ], + [ + "▁d", + "amos" + ], + [ + "▁quinta", + "l" + ], + [ + "▁quint", + "al" + ], + [ + "▁quin", + "tal" + ], + [ + "▁merc", + "úrio" + ], + [ + "@@", + "@@" + ], + [ + "▁Am", + "ster" + ], + [ + "Variable", + "s" + ], + [ + "Vari", + "ables" + ], + [ + "V", + "ariables" + ], + [ + "▁Demon", + "str" + ], + [ + "▁as", + "m" + ], + [ + "▁a", + "sm" + ], + [ + "▁", + "asm" + ], + [ + "tainer", + "s" + ], + [ + "tain", + "ers" + ], + [ + "▁caffe", + "ine" + ], + [ + "link", + "y" + ], + [ + "lin", + "ky" + ], + [ + "▁cuid", + "a" + ], + [ + "▁cu", + "ida" + ], + [ + "▁conect", + "ado" + ], + [ + "psi", + "c" + ], + [ + "ps", + "ic" + ], + [ + "p", + "sic" + ], + [ + "▁mind", + "fulness" + ], + [ + "ci", + "t" + ], + [ + "c", + "it" + ], + [ + "▁D", + "b" + ], + [ + "▁", + "Db" + ], + [ + "Cl", + "one" + ], + [ + "ól", + "ise" + ], + [ + "ó", + "lise" + ], + [ + "▁Quanto", + "s" + ], + [ + "▁Quant", + "os" + ], + [ + "▁Qu", + "antos" + ], + [ + "▁Lu", + "ke" + ], + [ + "▁premat", + "ure" + ], + [ + "▁prem", + "ature" + ], + [ + "▁pre", + "mature" + ], + [ + "Act", + "or" + ], + [ + "Ac", + "tor" + ], + [ + "A", + "ctor" + ], + [ + "▁pro", + "emin" + ], + [ + "▁ex", + "ílio" + ], + [ + "▁cativ", + "eiro" + ], + [ + "▁c", + "ativeiro" + ], + [ + "▁form", + "igas" + ], + [ + "▁arbit", + "r" + ], + [ + "▁arb", + "itr" + ], + [ + "si", + "x" + ], + [ + "s", + "ix" + ], + [ + "▁typ", + "ing" + ], + [ + "▁ty", + "ping" + ], + [ + "▁vol", + "canic" + ], + [ + "▁Under", + "stand" + ], + [ + "▁", + "а" + ], + [ + "▁adept", + "os" + ], + [ + "Si", + "l" + ], + [ + "S", + "il" + ], + [ + "▁ori", + "undos" + ], + [ + "D", + "u" + ], + [ + "ici", + "e" + ], + [ + "ic", + "ie" + ], + [ + "i", + "cie" + ], + [ + "▁conduta", + "s" + ], + [ + "▁condut", + "as" + ], + [ + "▁cond", + "utas" + ], + [ + "W", + "P" + ], + [ + "TRAN", + "S" + ], + [ + "TRA", + "NS" + ], + [ + "TR", + "ANS" + ], + [ + "▁aprendi", + "do" + ], + [ + "▁aprend", + "ido" + ], + [ + "▁apr", + "endido" + ], + [ + "hav", + "a" + ], + [ + "ha", + "va" + ], + [ + "h", + "ava" + ], + [ + "▁fu", + "s" + ], + [ + "▁f", + "us" + ], + [ + "▁exerce", + "m" + ], + [ + "▁exerc", + "em" + ], + [ + "▁exer", + "cem" + ], + [ + "▁Histor", + "ic" + ], + [ + "▁Hist", + "oric" + ], + [ + "box", + "es" + ], + [ + "bo", + "xes" + ], + [ + "w", + "i" + ], + [ + "▁FE", + "D" + ], + [ + "▁F", + "ED" + ], + [ + "▁pretende", + "m" + ], + [ + "▁pretend", + "em" + ], + [ + "▁pret", + "endem" + ], + [ + "▁comemor", + "a" + ], + [ + "▁comem", + "ora" + ], + [ + "▁digest", + "ion" + ], + [ + "▁di", + "gestion" + ], + [ + "▁administr", + "ador" + ], + [ + "▁Alb", + "u" + ], + [ + "▁Al", + "bu" + ], + [ + "▁wo", + "ol" + ], + [ + "▁w", + "ool" + ], + [ + "▁Arist", + "ot" + ], + [ + "v", + "ê" + ], + [ + "arning", + "s" + ], + [ + "arn", + "ings" + ], + [ + "ar", + "nings" + ], + [ + "oxid", + "e" + ], + [ + "ox", + "ide" + ], + [ + "▁diálogo", + "s" + ], + [ + "▁di", + "álogos" + ], + [ + "▁ger", + "ir" + ], + [ + "▁ge", + "rir" + ], + [ + "▁corporation", + "s" + ], + [ + "▁corpor", + "ations" + ], + [ + "▁Cer", + "e" + ], + [ + "▁Ce", + "re" + ], + [ + "▁C", + "ere" + ], + [ + "tra", + "t" + ], + [ + "tr", + "at" + ], + [ + "t", + "rat" + ], + [ + "▁Turk", + "ish" + ], + [ + "oust", + "ic" + ], + [ + "ous", + "tic" + ], + [ + ":2", + "0" + ], + [ + ":", + "20" + ], + [ + "api", + "s" + ], + [ + "ap", + "is" + ], + [ + "a", + "pis" + ], + [ + "]", + "\"" + ], + [ + "▁Expect", + "ed" + ], + [ + "▁Exp", + "ected" + ], + [ + "▁Ex", + "pected" + ], + [ + "▁", + "Expected" + ], + [ + "▁attend", + "ing" + ], + [ + "▁atten", + "ding" + ], + [ + "▁att", + "ending" + ], + [ + "eg", + "ypt" + ], + [ + "Act", + "ual" + ], + [ + "Ac", + "tual" + ], + [ + "▁He", + "in" + ], + [ + "▁H", + "ein" + ], + [ + "[0", + "-9" + ], + [ + "▁Iraq", + "ue" + ], + [ + "▁Ira", + "que" + ], + [ + "▁Ir", + "aque" + ], + [ + "▁Communication", + "s" + ], + [ + "▁Communic", + "ations" + ], + [ + "▁Hu", + "d" + ], + [ + "▁H", + "ud" + ], + [ + "▁evolv", + "e" + ], + [ + "▁evol", + "ve" + ], + [ + "▁e", + "volve" + ], + [ + "▁formula", + "tion" + ], + [ + "▁formul", + "ation" + ], + [ + "▁form", + "ulation" + ], + [ + "▁pro", + "j" + ], + [ + "▁pr", + "oj" + ], + [ + "▁", + "proj" + ], + [ + "▁obst", + "acles" + ], + [ + "-19", + "6" + ], + [ + "-1", + "96" + ], + [ + "-", + "196" + ], + [ + "ish", + "na" + ], + [ + "▁deix", + "á" + ], + [ + "cap", + "tion" + ], + [ + "ca", + "ption" + ], + [ + "c", + "aption" + ], + [ + "▁bols", + "o" + ], + [ + "▁bol", + "so" + ], + [ + "▁responde", + "m" + ], + [ + "▁respond", + "em" + ], + [ + "▁antig", + "uidade" + ], + [ + "▁ant", + "iguidade" + ], + [ + "▁dr", + "um" + ], + [ + "▁d", + "rum" + ], + [ + "▁Prim", + "a" + ], + [ + "▁Pri", + "ma" + ], + [ + "▁Pr", + "ima" + ], + [ + "▁15", + "6" + ], + [ + "▁1", + "56" + ], + [ + "▁", + "156" + ], + [ + "▁quadr", + "a" + ], + [ + "▁quad", + "ra" + ], + [ + "▁B", + "élgica" + ], + [ + "▁rele", + "m" + ], + [ + "▁rel", + "em" + ], + [ + "▁re", + "lem" + ], + [ + "▁r", + "elem" + ], + [ + "conf", + "irm" + ], + [ + "especial", + "ly" + ], + [ + "▁17", + "6" + ], + [ + "▁1", + "76" + ], + [ + "▁", + "176" + ], + [ + "▁do", + "ar" + ], + [ + "▁d", + "oar" + ], + [ + "▁tables", + "p" + ], + [ + "▁table", + "sp" + ], + [ + "▁tabl", + "esp" + ], + [ + "Fe", + "itos" + ], + [ + "quis", + "t" + ], + [ + "qui", + "st" + ], + [ + "qu", + "ist" + ], + [ + "▁Str", + "ong" + ], + [ + "▁St", + "rong" + ], + [ + "▁multi", + "c" + ], + [ + "▁mult", + "ic" + ], + [ + "▁mul", + "tic" + ], + [ + "▁Run", + "time" + ], + [ + "▁R", + "untime" + ], + [ + "▁", + "Runtime" + ], + [ + "▁Ba", + "k" + ], + [ + "▁B", + "ak" + ], + [ + "▁Ind", + "ustry" + ], + [ + "m", + "f" + ], + [ + "▁recipe", + "s" + ], + [ + "▁recip", + "es" + ], + [ + "▁reci", + "pes" + ], + [ + "▁rec", + "ipes" + ], + [ + "Per", + "mission" + ], + [ + "▁L", + "ayout" + ], + [ + "▁", + "Layout" + ], + [ + "▁nutrient", + "e" + ], + [ + "▁nutri", + "ente" + ], + [ + "ry", + "ing" + ], + [ + "r", + "ying" + ], + [ + "stru", + "t" + ], + [ + "str", + "ut" + ], + [ + "st", + "rut" + ], + [ + "▁Esp", + "ort" + ], + [ + "▁Es", + "port" + ], + [ + "▁1.0", + "0" + ], + [ + "▁1.", + "00" + ], + [ + "▁1", + ".00" + ], + [ + "ACT", + "ION" + ], + [ + "A", + "CTION" + ], + [ + "▁consult", + "e" + ], + [ + "▁cons", + "ulte" + ], + [ + "rita", + "mente" + ], + [ + "rit", + "amente" + ], + [ + "ri", + "tamente" + ], + [ + "r", + "itamente" + ], + [ + "▁canto", + "r" + ], + [ + "▁cant", + "or" + ], + [ + "▁can", + "tor" + ], + [ + "▁Pl", + "e" + ], + [ + "▁P", + "le" + ], + [ + "▁at", + "l" + ], + [ + "▁a", + "tl" + ], + [ + "▁", + "atl" + ], + [ + "▁cert", + "ification" + ], + [ + "),", + "\\" + ], + [ + ")", + ",\\" + ], + [ + "▁Eli", + "s" + ], + [ + "▁El", + "is" + ], + [ + "▁E", + "lis" + ], + [ + "▁Lem", + "ma" + ], + [ + "▁Le", + "mma" + ], + [ + "act", + "ic" + ], + [ + "ac", + "tic" + ], + [ + "a", + "ctic" + ], + [ + "3)", + "*" + ], + [ + "3", + ")*" + ], + [ + "▁tri", + "d" + ], + [ + "▁tr", + "id" + ], + [ + "▁t", + "rid" + ], + [ + "▁listen", + "er" + ], + [ + "▁list", + "ener" + ], + [ + "▁univers", + "ais" + ], + [ + "▁protegido", + "s" + ], + [ + "▁proteg", + "idos" + ], + [ + "▁withdraw", + "al" + ], + [ + "▁emprést", + "imo" + ], + [ + "▁hort", + "aliças" + ], + [ + "39", + "8" + ], + [ + "3", + "98" + ], + [ + "▁0.7", + "5" + ], + [ + "▁0.", + "75" + ], + [ + "Т", + "Ь" + ], + [ + "Name", + "d" + ], + [ + "Nam", + "ed" + ], + [ + "Na", + "med" + ], + [ + "N", + "amed" + ], + [ + "▁sw", + "ord" + ], + [ + "▁s", + "word" + ], + [ + "Reg", + "ular" + ], + [ + "▁Carib", + "e" + ], + [ + "▁Car", + "ibe" + ], + [ + "▁Ca", + "ribe" + ], + [ + "▁sustent", + "o" + ], + [ + "▁sust", + "ento" + ], + [ + "▁neg", + "lect" + ], + [ + "▁inform", + "ou" + ], + [ + "▁caracteriza", + "r" + ], + [ + "▁caracter", + "izar" + ], + [ + "▁Orle", + "ans" + ], + [ + "aro", + "und" + ], + [ + "ar", + "ound" + ], + [ + "a", + "round" + ], + [ + "▁appear", + "ing" + ], + [ + "▁appe", + "aring" + ], + [ + "▁app", + "earing" + ], + [ + "if", + "i" + ], + [ + "i", + "fi" + ], + [ + "/1", + "." + ], + [ + "/", + "1." + ], + [ + "▁Passo", + "s" + ], + [ + "▁Pass", + "os" + ], + [ + "▁Pas", + "sos" + ], + [ + "▁reserv", + "oir" + ], + [ + "RI", + "C" + ], + [ + "R", + "IC" + ], + [ + "power", + "ed" + ], + [ + "pow", + "ered" + ], + [ + "▁Caus", + "as" + ], + [ + "▁ti", + "o" + ], + [ + "▁t", + "io" + ], + [ + "▁challenge", + "d" + ], + [ + "▁challeng", + "ed" + ], + [ + "Í", + "CI" + ], + [ + "▁Arg", + "s" + ], + [ + "▁Ar", + "gs" + ], + [ + "▁", + "Args" + ], + [ + "inha", + "l" + ], + [ + "inh", + "al" + ], + [ + "in", + "hal" + ], + [ + "if", + "r" + ], + [ + "i", + "fr" + ], + [ + "▁banana", + "s" + ], + [ + "▁ban", + "anas" + ], + [ + "▁65", + "," + ], + [ + "▁6", + "5," + ], + [ + "▁", + "65," + ], + [ + "ipe", + "s" + ], + [ + "ip", + "es" + ], + [ + "i", + "pes" + ], + [ + "yer", + "s" + ], + [ + "ye", + "rs" + ], + [ + "y", + "ers" + ], + [ + "▁defeat", + "ed" + ], + [ + "▁defe", + "ated" + ], + [ + "▁'", + "3" + ], + [ + "▁[–", + "]" + ], + [ + "fa", + "s" + ], + [ + "f", + "as" + ], + [ + "▁practice", + "d" + ], + [ + "▁pract", + "iced" + ], + [ + "▁(5", + "0" + ], + [ + "▁(", + "50" + ], + [ + "▁", + "(50" + ], + [ + "▁pes", + "sim" + ], + [ + "▁p", + "essim" + ], + [ + "▁Sa", + "p" + ], + [ + "▁S", + "ap" + ], + [ + "▁ri", + "f" + ], + [ + "▁r", + "if" + ], + [ + "▁", + "rif" + ], + [ + "▁qualit", + "ative" + ], + [ + "▁qual", + "itative" + ], + [ + "t", + "g" + ], + [ + "▁ensin", + "ando" + ], + [ + "▁ens", + "inando" + ], + [ + "▁gota", + "s" + ], + [ + "▁got", + "as" + ], + [ + "▁go", + "tas" + ], + [ + "▁g", + "otas" + ], + [ + "▁sent", + "i" + ], + [ + "▁sen", + "ti" + ], + [ + "▁en", + "rich" + ], + [ + "You", + "r" + ], + [ + "Y", + "our" + ], + [ + "▁pl", + "um" + ], + [ + "▁p", + "lum" + ], + [ + "▁Categoria", + "s" + ], + [ + "▁Categ", + "orias" + ], + [ + "▁enriqu", + "ecer" + ], + [ + "(1", + "8" + ], + [ + "(", + "18" + ], + [ + "▁lack", + "ing" + ], + [ + "▁lac", + "king" + ], + [ + "▁Vis", + "ion" + ], + [ + "▁V", + "ision" + ], + [ + "▁Contra", + "ct" + ], + [ + "▁Contr", + "act" + ], + [ + "▁Cont", + "ract" + ], + [ + "▁Con", + "tract" + ], + [ + "▁", + "Contract" + ], + [ + "▁press", + "ing" + ], + [ + "▁pres", + "sing" + ], + [ + "▁12", + "%" + ], + [ + "▁1", + "2%" + ], + [ + "▁Men", + "e" + ], + [ + "▁Me", + "ne" + ], + [ + "▁M", + "ene" + ], + [ + "▁cur", + "l" + ], + [ + "▁cu", + "rl" + ], + [ + "▁c", + "url" + ], + [ + "▁", + "curl" + ], + [ + "▁preced", + "entes" + ], + [ + "▁acess", + "e" + ], + [ + "▁ac", + "esse" + ], + [ + "trans", + "pose" + ], + [ + "▁comm", + "ut" + ], + [ + "▁com", + "mut" + ], + [ + "▁Sa", + "ul" + ], + [ + "quer", + "que" + ], + [ + "84", + "5" + ], + [ + "8", + "45" + ], + [ + "▁formal", + "ly" + ], + [ + "▁form", + "ally" + ], + [ + "▁preventiva", + "s" + ], + [ + "▁prevent", + "ivas" + ], + [ + "Work", + "er" + ], + [ + "ec", + "ycle" + ], + [ + "e", + "cycle" + ], + [ + "▁abort", + "o" + ], + [ + "▁ab", + "orto" + ], + [ + "▁af", + "l" + ], + [ + "▁a", + "fl" + ], + [ + "▁1986", + "," + ], + [ + "▁198", + "6," + ], + [ + "▁19", + "86," + ], + [ + "▁ativa", + "s" + ], + [ + "▁ativ", + "as" + ], + [ + "▁at", + "ivas" + ], + [ + "▁", + "ativas" + ], + [ + "▁Pot", + "ential" + ], + [ + "▁literária", + "s" + ], + [ + "▁liter", + "árias" + ], + [ + "▁K", + "m" + ], + [ + "▁Bi", + "l" + ], + [ + "▁B", + "il" + ], + [ + "ARI", + "ES" + ], + [ + "AR", + "IES" + ], + [ + "plas", + "tic" + ], + [ + "pl", + "astic" + ], + [ + "▁ident", + "ities" + ], + [ + "K", + "now" + ], + [ + "▁196", + "6" + ], + [ + "▁19", + "66" + ], + [ + "▁cent", + "s" + ], + [ + "▁cen", + "ts" + ], + [ + "▁c", + "ents" + ], + [ + "▁M", + "estrado" + ], + [ + "▁pl", + "ástica" + ], + [ + "25", + "8" + ], + [ + "2", + "58" + ], + [ + "▁care", + "g" + ], + [ + "▁car", + "eg" + ], + [ + "▁ca", + "reg" + ], + [ + "▁vest", + "ir" + ], + [ + "▁ves", + "tir" + ], + [ + "▁Add", + "ition" + ], + [ + "▁Ad", + "dition" + ], + [ + "▁Key", + "words" + ], + [ + "gras", + "s" + ], + [ + "gra", + "ss" + ], + [ + "gr", + "ass" + ], + [ + "er", + "d" + ], + [ + "e", + "rd" + ], + [ + "ann", + "i" + ], + [ + "an", + "ni" + ], + [ + "▁integrado", + "s" + ], + [ + "▁integra", + "dos" + ], + [ + "▁integr", + "ados" + ], + [ + "▁integ", + "rados" + ], + [ + "AD", + "C" + ], + [ + "A", + "DC" + ], + [ + "343", + "4" + ], + [ + "34", + "34" + ], + [ + "v", + "r" + ], + [ + "▁Map", + "s" + ], + [ + "▁Ma", + "ps" + ], + [ + "▁M", + "aps" + ], + [ + "▁", + "Maps" + ], + [ + "▁Tor", + "ah" + ], + [ + "▁T", + "orah" + ], + [ + "▁Meta", + "l" + ], + [ + "▁Met", + "al" + ], + [ + "▁Me", + "tal" + ], + [ + "▁M", + "etal" + ], + [ + "▁ind", + "ícios" + ], + [ + "▁intensa", + "s" + ], + [ + "▁intens", + "as" + ], + [ + "▁int", + "ensas" + ], + [ + "Tri", + "al" + ], + [ + "Tr", + "ial" + ], + [ + "T", + "rial" + ], + [ + "eral", + "d" + ], + [ + "era", + "ld" + ], + [ + "er", + "ald" + ], + [ + "▁merge", + "d" + ], + [ + "▁merg", + "ed" + ], + [ + "▁mer", + "ged" + ], + [ + "▁m", + "erged" + ], + [ + "▁parent", + "hes" + ], + [ + "▁BI", + "O" + ], + [ + "▁B", + "IO" + ], + [ + "EQ", + "UAL" + ], + [ + "E", + "QUAL" + ], + [ + "we", + "alth" + ], + [ + "intro", + "du" + ], + [ + "int", + "rodu" + ], + [ + "hem", + "istry" + ], + [ + "prev", + "ious" + ], + [ + "pre", + "vious" + ], + [ + "▁sit", + "s" + ], + [ + "▁si", + "ts" + ], + [ + "▁s", + "its" + ], + [ + "▁Mato", + "s" + ], + [ + "▁Mat", + "os" + ], + [ + "▁Ma", + "tos" + ], + [ + "▁M", + "atos" + ], + [ + "▁dominante", + "s" + ], + [ + "▁dominant", + "es" + ], + [ + "▁domin", + "antes" + ], + [ + "▁psicológica", + "s" + ], + [ + "▁psic", + "ológicas" + ], + [ + "▁and", + "ro" + ], + [ + "▁an", + "dro" + ], + [ + "▁", + "andro" + ], + [ + "▁D", + "é" + ], + [ + "▁ven", + "er" + ], + [ + "▁ve", + "ner" + ], + [ + "▁v", + "ener" + ], + [ + "CHAR", + "SET" + ], + [ + "es", + "ley" + ], + [ + "▁impress", + "ões" + ], + [ + "▁orienta", + "da" + ], + [ + "▁orient", + "ada" + ], + [ + "▁propos", + "ição" + ], + [ + "▁pro", + "posição" + ], + [ + "▁peso", + "s" + ], + [ + "▁pes", + "os" + ], + [ + "▁pe", + "sos" + ], + [ + "▁cere", + "al" + ], + [ + "▁ce", + "real" + ], + [ + "23", + "." + ], + [ + "2", + "3." + ], + [ + "▁feira", + "s" + ], + [ + "▁fe", + "iras" + ], + [ + "▁f", + "eiras" + ], + [ + "▁", + "feiras" + ], + [ + "▁ocorrência", + "s" + ], + [ + "▁ocorr", + "ências" + ], + [ + "▁asseg", + "ura" + ], + [ + "▁asse", + "gura" + ], + [ + "▁neolib", + "eral" + ], + [ + "▁]", + ")" + ], + [ + "▁", + "])" + ], + [ + "04", + "9" + ], + [ + "0", + "49" + ], + [ + "▁Ke", + "v" + ], + [ + "▁K", + "ev" + ], + [ + "▁mon", + "o" + ], + [ + "▁mo", + "no" + ], + [ + "▁m", + "ono" + ], + [ + "▁He", + "x" + ], + [ + "▁H", + "ex" + ], + [ + "▁", + "Hex" + ], + [ + "Bal", + "l" + ], + [ + "Ba", + "ll" + ], + [ + "B", + "all" + ], + [ + "▁influenci", + "ou" + ], + [ + "▁.....", + "..." + ], + [ + "▁....", + "...." + ], + [ + "▁...", + "....." + ], + [ + "▁..", + "......" + ], + [ + "▁.", + "......." + ], + [ + "▁", + "........" + ], + [ + "в", + "и" + ], + [ + "▁Z", + "é" + ], + [ + "Sh", + "ip" + ], + [ + "S", + "hip" + ], + [ + "ze", + "l" + ], + [ + "z", + "el" + ], + [ + "APP", + "END" + ], + [ + "AP", + "PEND" + ], + [ + "▁combine", + "s" + ], + [ + "▁combin", + "es" + ], + [ + "▁comb", + "ines" + ], + [ + "▁elaborado", + "s" + ], + [ + "▁elabor", + "ados" + ], + [ + "▁Sw", + "itzerland" + ], + [ + "▁atrav", + "s" + ], + [ + "▁atra", + "vs" + ], + [ + "▁confi", + "ned" + ], + [ + "▁conf", + "ined" + ], + [ + "▁finaliza", + "r" + ], + [ + "▁final", + "izar" + ], + [ + "▁incentiv", + "e" + ], + [ + "▁incent", + "ive" + ], + [ + "▁Trabalhos", + "Feitos" + ], + [ + "▁imped", + "ance" + ], + [ + "▁fragil", + "idade" + ], + [ + "▁frag", + "ilidade" + ], + [ + "▁ISS", + "N" + ], + [ + "▁IS", + "SN" + ], + [ + "▁publish", + "ing" + ], + [ + "▁publ", + "ishing" + ], + [ + "▁Na", + "N" + ], + [ + "▁", + "NaN" + ], + [ + "ci", + "e" + ], + [ + "c", + "ie" + ], + [ + "▁Cu", + "l" + ], + [ + "▁C", + "ul" + ], + [ + "▁BS", + "LS" + ], + [ + "▁B", + "SLS" + ], + [ + "▁id", + "s" + ], + [ + "▁i", + "ds" + ], + [ + "▁", + "ids" + ], + [ + "▁Des", + "e" + ], + [ + "▁De", + "se" + ], + [ + "▁D", + "ese" + ], + [ + "Fol", + "d" + ], + [ + "Fo", + "ld" + ], + [ + "F", + "old" + ], + [ + "mund", + "o" + ], + [ + "mun", + "do" + ], + [ + "m", + "undo" + ], + [ + "▁ál", + "bum" + ], + [ + "jun", + "t" + ], + [ + "ju", + "nt" + ], + [ + "j", + "unt" + ], + [ + "▁DES", + "ENVOL" + ], + [ + "To", + "Device" + ], + [ + "▁prove", + "r" + ], + [ + "▁prov", + "er" + ], + [ + "▁pro", + "ver" + ], + [ + "▁pr", + "over" + ], + [ + "_5", + "." + ], + [ + "_", + "5." + ], + [ + "square", + "d" + ], + [ + "squ", + "ared" + ], + [ + "s", + "quared" + ], + [ + "▁mata", + "s" + ], + [ + "▁mat", + "as" + ], + [ + "▁ma", + "tas" + ], + [ + "▁m", + "atas" + ], + [ + "qr", + "t" + ], + [ + "q", + "rt" + ], + [ + "▁2-", + "3" + ], + [ + "▁2", + "-3" + ], + [ + "▁elabor", + "ate" + ], + [ + "▁adapt", + "ive" + ], + [ + "agu", + "s" + ], + [ + "ag", + "us" + ], + [ + "▁gal", + "hos" + ], + [ + "▁Sus", + "an" + ], + [ + "▁Su", + "san" + ], + [ + "▁creat", + "ure" + ], + [ + "▁cre", + "ature" + ], + [ + "▁coronav", + "irus" + ], + [ + "▁21", + "5" + ], + [ + "▁2", + "15" + ], + [ + "▁", + "215" + ], + [ + "▁depr", + "eci" + ], + [ + "▁de", + "preci" + ], + [ + "▁participa", + "nt" + ], + [ + "▁particip", + "ant" + ], + [ + "▁mine", + "s" + ], + [ + "▁min", + "es" + ], + [ + "▁mi", + "nes" + ], + [ + "▁m", + "ines" + ], + [ + "▁race", + "s" + ], + [ + "▁rac", + "es" + ], + [ + "▁ra", + "ces" + ], + [ + "▁r", + "aces" + ], + [ + "▁", + "races" + ], + [ + "ere", + "quis" + ], + [ + "e", + "requis" + ], + [ + "▁Eat", + "ing" + ], + [ + "▁E", + "ating" + ], + [ + "vio", + "s" + ], + [ + "vi", + "os" + ], + [ + "v", + "ios" + ], + [ + "▁head", + "ed" + ], + [ + "▁he", + "aded" + ], + [ + "▁", + "headed" + ], + [ + "▁K", + "l" + ], + [ + "ikip", + "édia" + ], + [ + "▁analisa", + "do" + ], + [ + "▁analis", + "ado" + ], + [ + "▁Alternative", + "ly" + ], + [ + "▁Altern", + "atively" + ], + [ + "▁Class", + "ification" + ], + [ + "side", + "bar" + ], + [ + "▁formar", + "am" + ], + [ + "▁forma", + "ram" + ], + [ + "▁form", + "aram" + ], + [ + "ocr", + "uz" + ], + [ + "▁transform", + "s" + ], + [ + "▁transf", + "orms" + ], + [ + "▁trans", + "forms" + ], + [ + "37", + ":" + ], + [ + "3", + "7:" + ], + [ + "▁Fis", + "i" + ], + [ + "▁Fi", + "si" + ], + [ + "▁F", + "isi" + ], + [ + "▁uncer", + "tain" + ], + [ + "▁Ident", + "ity" + ], + [ + "▁Id", + "entity" + ], + [ + "▁", + "Identity" + ], + [ + "▁every", + "body" + ], + [ + "▁Ar", + "ithmetic" + ], + [ + "cr", + "ânia" + ], + [ + "▁Mat", + "riz" + ], + [ + "▁M", + "atriz" + ], + [ + "▁bíblico", + "s" + ], + [ + "▁bíbl", + "icos" + ], + [ + "▁bí", + "blicos" + ], + [ + "30", + ":" + ], + [ + "3", + "0:" + ], + [ + "▁tempestade", + "s" + ], + [ + "▁tempest", + "ades" + ], + [ + "INCREMENT", + "ED" + ], + [ + "ORT", + "E" + ], + [ + "OR", + "TE" + ], + [ + "▁Exp", + "ed" + ], + [ + "▁Ex", + "ped" + ], + [ + "▁filho", + "te" + ], + [ + "▁filh", + "ote" + ], + [ + "▁inc", + "ôm" + ], + [ + "▁(15", + ")" + ], + [ + "▁(1", + "5)" + ], + [ + "▁(", + "15)" + ], + [ + "ela", + "mente" + ], + [ + "el", + "amente" + ], + [ + "ow", + "l" + ], + [ + "o", + "wl" + ], + [ + "▁tec", + "lado" + ], + [ + "▁estabelece", + "m" + ], + [ + "▁estabelec", + "em" + ], + [ + "▁estabele", + "cem" + ], + [ + "▁diff", + "usion" + ], + [ + "Un", + "der" + ], + [ + "▁12", + "1" + ], + [ + "▁1", + "21" + ], + [ + "▁", + "121" + ], + [ + "▁sou", + "r" + ], + [ + "▁so", + "ur" + ], + [ + "▁s", + "our" + ], + [ + "▁cana", + "d" + ], + [ + "▁can", + "ad" + ], + [ + "operator", + "name" + ], + [ + "operat", + "orname" + ], + [ + "MACRO", + "INCREMENTED" + ], + [ + "(20", + "1" + ], + [ + "(2", + "01" + ], + [ + "(", + "201" + ], + [ + "COMM", + "AND" + ], + [ + "COM", + "MAND" + ], + [ + "Mar", + "shal" + ], + [ + "▁espalh", + "ados" + ], + [ + "▁espal", + "hados" + ], + [ + "we", + "ed" + ], + [ + "▁apost", + "a" + ], + [ + "▁apos", + "ta" + ], + [ + "▁apo", + "sta" + ], + [ + "▁ap", + "osta" + ], + [ + "▁a", + "posta" + ], + [ + "▁barco", + "s" + ], + [ + "▁bar", + "cos" + ], + [ + "si", + "s" + ], + [ + "s", + "is" + ], + [ + "ift", + "h" + ], + [ + "if", + "th" + ], + [ + "▁Gu", + "er" + ], + [ + "▁G", + "uer" + ], + [ + "▁oferta", + "s" + ], + [ + "▁ofert", + "as" + ], + [ + "▁ofer", + "tas" + ], + [ + "▁of", + "ertas" + ], + [ + "▁Comput", + "ação" + ], + [ + "▁2005", + ")." + ], + [ + "▁200", + "5)." + ], + [ + "▁casa", + "is" + ], + [ + "▁cas", + "ais" + ], + [ + "▁ameaçada", + "s" + ], + [ + "▁ameaça", + "das" + ], + [ + "▁ameaç", + "adas" + ], + [ + "▁amea", + "çadas" + ], + [ + "▁utilizam", + "os" + ], + [ + "▁utiliza", + "mos" + ], + [ + "▁utiliz", + "amos" + ], + [ + "▁util", + "izamos" + ], + [ + "▁spreads", + "heet" + ], + [ + "▁spread", + "sheet" + ], + [ + "ó", + "cr" + ], + [ + "St", + "mt" + ], + [ + "(1", + "3" + ], + [ + "(", + "13" + ], + [ + "upload", + "s" + ], + [ + "uplo", + "ads" + ], + [ + "up", + "loads" + ], + [ + "▁enfrent", + "ou" + ], + [ + "▁priori", + "zar" + ], + [ + "▁prior", + "izar" + ], + [ + "▁recommend", + "ation" + ], + [ + "▁Bac", + "ia" + ], + [ + "▁Ba", + "cia" + ], + [ + "▁B", + "acia" + ], + [ + "_____", + "_" + ], + [ + "____", + "__" + ], + [ + "___", + "___" + ], + [ + "__", + "____" + ], + [ + "_", + "_____" + ], + [ + "▁descans", + "ar" + ], + [ + "▁pig", + "s" + ], + [ + "▁pi", + "gs" + ], + [ + "▁p", + "igs" + ], + [ + "▁48", + "0" + ], + [ + "▁4", + "80" + ], + [ + "aph", + "or" + ], + [ + "ap", + "hor" + ], + [ + "▁kn", + "ock" + ], + [ + "▁Pia", + "get" + ], + [ + "▁wid", + "get" + ], + [ + "▁w", + "idget" + ], + [ + "▁", + "widget" + ], + [ + "▁trauma", + "s" + ], + [ + "▁traum", + "as" + ], + [ + "▁tra", + "umas" + ], + [ + "▁2", + "^" + ], + [ + "▁journal", + "s" + ], + [ + "▁jour", + "nals" + ], + [ + "▁shoot", + "ing" + ], + [ + "▁sho", + "oting" + ], + [ + "59", + "5" + ], + [ + "5", + "95" + ], + [ + "▁pe", + "as" + ], + [ + "▁p", + "eas" + ], + [ + "▁acha", + "va" + ], + [ + "▁ach", + "ava" + ], + [ + "▁ac", + "hava" + ], + [ + "▁surg", + "indo" + ], + [ + "▁interrup", + "ção" + ], + [ + "▁u", + "va" + ], + [ + "▁vig", + "il" + ], + [ + "▁vi", + "gil" + ], + [ + "De", + "n" + ], + [ + "D", + "en" + ], + [ + "ov", + "á" + ], + [ + "▁2022", + "." + ], + [ + "▁202", + "2." + ], + [ + "▁20", + "22." + ], + [ + "▁explica", + "do" + ], + [ + "▁explic", + "ado" + ], + [ + "▁expl", + "icado" + ], + [ + "▁", + "Ã" + ], + [ + "26", + "8" + ], + [ + "2", + "68" + ], + [ + "▁All", + "an" + ], + [ + "▁Al", + "lan" + ], + [ + "▁orth", + "ogonal" + ], + [ + "ífer", + "o" + ], + [ + "íf", + "ero" + ], + [ + "▁tet", + "ra" + ], + [ + "▁te", + "tra" + ], + [ + "▁t", + "etra" + ], + [ + "ino", + "c" + ], + [ + "in", + "oc" + ], + [ + "P", + "remium" + ], + [ + "rac", + "ional" + ], + [ + "ra", + "cional" + ], + [ + "r", + "acional" + ], + [ + "▁CR", + "C" + ], + [ + "▁C", + "RC" + ], + [ + "▁Me", + "as" + ], + [ + "▁M", + "eas" + ], + [ + "uro", + "n" + ], + [ + "ur", + "on" + ], + [ + "u", + "ron" + ], + [ + "uid", + "ado" + ], + [ + "u", + "idado" + ], + [ + "▁vê", + "em" + ], + [ + "22", + "8" + ], + [ + "2", + "28" + ], + [ + "▁L", + "c" + ], + [ + "▁", + "Lc" + ], + [ + "▁Pol", + "ice" + ], + [ + "▁Po", + "lice" + ], + [ + "▁inert", + "ia" + ], + [ + "worth", + "y" + ], + [ + "▁Lat", + "e" + ], + [ + "▁La", + "te" + ], + [ + "▁L", + "ate" + ], + [ + "Fee", + "d" + ], + [ + "Fe", + "ed" + ], + [ + "▁Tav", + "ares" + ], + [ + "▁Ta", + "vares" + ], + [ + "▁BI", + "B" + ], + [ + "▁B", + "IB" + ], + [ + "▁li", + "x" + ], + [ + "▁l", + "ix" + ], + [ + "IMA", + "GE" + ], + [ + "IM", + "AGE" + ], + [ + "I", + "MAGE" + ], + [ + "▁agr", + "ária" + ], + [ + "▁silic", + "on" + ], + [ + "▁sil", + "icon" + ], + [ + "▁emerg", + "entes" + ], + [ + "Cal", + "endar" + ], + [ + "▁motora", + "s" + ], + [ + "▁motor", + "as" + ], + [ + "▁mot", + "oras" + ], + [ + "▁literário", + "s" + ], + [ + "▁liter", + "ários" + ], + [ + "▁determinante", + "s" + ], + [ + "▁determinant", + "es" + ], + [ + "▁determin", + "antes" + ], + [ + "▁Tu", + "c" + ], + [ + "▁T", + "uc" + ], + [ + "▁post", + "ing" + ], + [ + "▁pos", + "ting" + ], + [ + "▁problemat", + "ic" + ], + [ + "▁problema", + "tic" + ], + [ + "▁problem", + "atic" + ], + [ + "▁proble", + "matic" + ], + [ + "▁administrativa", + "s" + ], + [ + "▁administr", + "ativas" + ], + [ + "oci", + "onal" + ], + [ + "oc", + "ional" + ], + [ + "o", + "cional" + ], + [ + "▁al", + "f" + ], + [ + "▁a", + "lf" + ], + [ + "▁", + "alf" + ], + [ + "Bre", + "ak" + ], + [ + "PER", + "CENT" + ], + [ + "▁entende", + "u" + ], + [ + "▁entend", + "eu" + ], + [ + "▁ent", + "endeu" + ], + [ + "best", + "os" + ], + [ + "bes", + "tos" + ], + [ + "▁Harr", + "is" + ], + [ + "▁Har", + "ris" + ], + [ + "▁configure", + "d" + ], + [ + "▁config", + "ured" + ], + [ + "▁contempla", + "r" + ], + [ + "▁contempl", + "ar" + ], + [ + "▁chor", + "o" + ], + [ + "▁cho", + "ro" + ], + [ + "▁ch", + "oro" + ], + [ + "▁55", + "," + ], + [ + "▁5", + "5," + ], + [ + "▁", + "55," + ], + [ + "P", + "ush" + ], + [ + "▁ouvinte", + "s" + ], + [ + "▁ouv", + "intes" + ], + [ + "м", + "и" + ], + [ + "▁pay", + "s" + ], + [ + "▁pa", + "ys" + ], + [ + "▁p", + "ays" + ], + [ + "▁Ok", + "lahoma" + ], + [ + "▁}", + "." + ], + [ + "▁", + "}." + ], + [ + "duz", + "ir" + ], + [ + "▁obes", + "e" + ], + [ + "▁ob", + "ese" + ], + [ + "ar", + "ões" + ], + [ + "adr", + "ez" + ], + [ + "ad", + "rez" + ], + [ + "▁Bet", + "a" + ], + [ + "▁Be", + "ta" + ], + [ + "▁B", + "eta" + ], + [ + "link", + "ed" + ], + [ + "lin", + "ked" + ], + [ + "▁syn", + "thes" + ], + [ + "▁approach", + "ing" + ], + [ + "▁appro", + "aching" + ], + [ + "oc", + "t" + ], + [ + "o", + "ct" + ], + [ + "Ess", + "a" + ], + [ + "Es", + "sa" + ], + [ + "▁aqu", + "e" + ], + [ + "▁a", + "que" + ], + [ + "▁", + "aque" + ], + [ + "hatt", + "an" + ], + [ + "hat", + "tan" + ], + [ + "dos", + "e" + ], + [ + "do", + "se" + ], + [ + "d", + "ose" + ], + [ + "▁pros", + "a" + ], + [ + "▁pro", + "sa" + ], + [ + "▁pr", + "osa" + ], + [ + "▁p", + "rosa" + ], + [ + "▁develop", + "er" + ], + [ + "▁Aç", + "ores" + ], + [ + "▁Assum", + "ing" + ], + [ + "▁perigosa", + "s" + ], + [ + "▁perigos", + "as" + ], + [ + "▁perig", + "osas" + ], + [ + "▁recicl", + "áveis" + ], + [ + "iza", + "nt" + ], + [ + "iz", + "ant" + ], + [ + "idi", + "r" + ], + [ + "id", + "ir" + ], + [ + "i", + "dir" + ], + [ + "ova", + "l" + ], + [ + "ov", + "al" + ], + [ + "o", + "val" + ], + [ + "▁Figue", + "iredo" + ], + [ + "す", + "る" + ], + [ + "▁Sa", + "d" + ], + [ + "▁S", + "ad" + ], + [ + "W", + "ISE" + ], + [ + "▁default", + "s" + ], + [ + "anti", + "s" + ], + [ + "ant", + "is" + ], + [ + "an", + "tis" + ], + [ + "▁pin", + "c" + ], + [ + "▁pi", + "nc" + ], + [ + "▁p", + "inc" + ], + [ + "▁govern", + "ed" + ], + [ + "},", + "\\" + ], + [ + "}", + ",\\" + ], + [ + "throw", + "s" + ], + [ + "th", + "rows" + ], + [ + "▁mar", + "in" + ], + [ + "▁ma", + "rin" + ], + [ + "▁Letter", + "s" + ], + [ + "▁Let", + "ters" + ], + [ + "▁subtract", + "ing" + ], + [ + "nasc", + "ido" + ], + [ + "nas", + "cido" + ], + [ + "Cl", + "i" + ], + [ + "C", + "li" + ], + [ + "te", + "l" + ], + [ + "t", + "el" + ], + [ + "▁du", + "b" + ], + [ + "▁d", + "ub" + ], + [ + "▁'202", + "2-" + ], + [ + "▁pes", + "ada" + ], + [ + "▁adot", + "ou" + ], + [ + "▁or", + "quíde" + ], + [ + "-4", + "0" + ], + [ + "-", + "40" + ], + [ + "Buf", + "f" + ], + [ + "Bu", + "ff" + ], + [ + "B", + "uff" + ], + [ + "▁$$", + "-0." + ], + [ + "▁bas", + "al" + ], + [ + "▁ba", + "sal" + ], + [ + "▁iner", + "ente" + ], + [ + "▁hem", + "isfério" + ], + [ + "Right", + "arrow" + ], + [ + "▁credit", + "s" + ], + [ + "▁cred", + "its" + ], + [ + "▁re", + "use" + ], + [ + "▁reside", + "nt" + ], + [ + "▁resid", + "ent" + ], + [ + "▁res", + "ident" + ], + [ + "Met", + "ric" + ], + [ + "M", + "etric" + ], + [ + "▁walk", + "s" + ], + [ + "▁wal", + "ks" + ], + [ + "▁12", + "2" + ], + [ + "▁1", + "22" + ], + [ + "▁", + "122" + ], + [ + "BA", + "S" + ], + [ + "B", + "AS" + ], + [ + "▁oxid", + "ação" + ], + [ + "▁Tai", + "l" + ], + [ + "▁Ta", + "il" + ], + [ + "▁T", + "ail" + ], + [ + "▁D", + "yn" + ], + [ + "▁x", + "cb" + ], + [ + "▁", + "xcb" + ], + [ + "▁jurídico", + "s" + ], + [ + "▁juríd", + "icos" + ], + [ + "Cert", + "ificate" + ], + [ + "▁Ren", + "aissance" + ], + [ + "DA", + "Y" + ], + [ + "D", + "AY" + ], + [ + "▁persist", + "ência" + ], + [ + "▁pers", + "istência" + ], + [ + "S", + "linky" + ], + [ + "▁repar", + "t" + ], + [ + "▁rep", + "art" + ], + [ + "▁re", + "part" + ], + [ + "▁Hep", + "at" + ], + [ + "▁He", + "pat" + ], + [ + "▁Ste", + "el" + ], + [ + "▁Quadr", + "o" + ], + [ + "▁Quad", + "ro" + ], + [ + "▁Hand", + "book" + ], + [ + "▁enter", + "tainment" + ], + [ + "C", + "u" + ], + [ + "tel", + "e" + ], + [ + "te", + "le" + ], + [ + "t", + "ele" + ], + [ + "ía", + "da" + ], + [ + "í", + "ada" + ], + [ + "▁pump", + "s" + ], + [ + "▁p", + "umps" + ], + [ + "▁micro", + "w" + ], + [ + "▁micr", + "ow" + ], + [ + "▁mic", + "row" + ], + [ + "▁scale", + "d" + ], + [ + "▁scal", + "ed" + ], + [ + "▁sc", + "aled" + ], + [ + "▁", + "scaled" + ], + [ + "▁experiment", + "ais" + ], + [ + "▁Main", + "e" + ], + [ + "▁Mai", + "ne" + ], + [ + "▁Ma", + "ine" + ], + [ + "▁imposta", + "s" + ], + [ + "▁imp", + "ostas" + ], + [ + "▁along", + "amento" + ], + [ + "▁place", + "holder" + ], + [ + "▁", + "placeholder" + ], + [ + "Ele", + "s" + ], + [ + "El", + "es" + ], + [ + "E", + "les" + ], + [ + "▁rec", + "he" + ], + [ + "▁re", + "che" + ], + [ + "bec", + "ause" + ], + [ + "▁Econ", + "ômico" + ], + [ + "▁Author", + "ity" + ], + [ + "▁Auth", + "ority" + ], + [ + "▁Paral", + "lel" + ], + [ + "▁Par", + "allel" + ], + [ + "▁Ens", + "a" + ], + [ + "▁En", + "sa" + ], + [ + "▁hand", + "y" + ], + [ + "▁Bis", + "hop" + ], + [ + "▁Bi", + "shop" + ], + [ + "▁B", + "ishop" + ], + [ + "▁regener", + "ação" + ], + [ + "▁regen", + "eração" + ], + [ + "▁re", + "generação" + ], + [ + "29", + "7" + ], + [ + "2", + "97" + ], + [ + "▁absurd", + "o" + ], + [ + "▁absur", + "do" + ], + [ + "▁alcanç", + "a" + ], + [ + "▁alc", + "ança" + ], + [ + "▁DO", + "M" + ], + [ + "▁D", + "OM" + ], + [ + "▁", + "DOM" + ], + [ + "BIN", + "ARY" + ], + [ + "▁DA", + "MAGES" + ], + [ + "AI", + "N" + ], + [ + "A", + "IN" + ], + [ + "ki", + "ll" + ], + [ + "k", + "ill" + ], + [ + "ut", + "ra" + ], + [ + "u", + "tra" + ], + [ + "eni", + "c" + ], + [ + "en", + "ic" + ], + [ + "e", + "nic" + ], + [ + "▁group", + "ed" + ], + [ + "endedor", + "es" + ], + [ + "ended", + "ores" + ], + [ + "end", + "edores" + ], + [ + "▁exp", + "õe" + ], + [ + "mod", + "ified" + ], + [ + "▁vulner", + "ável" + ], + [ + "▁Can", + "n" + ], + [ + "▁Ca", + "nn" + ], + [ + "▁C", + "ann" + ], + [ + "impl", + "ement" + ], + [ + "imp", + "lement" + ], + [ + "im", + "plement" + ], + [ + "▁din", + "astia" + ], + [ + "▁1985", + "," + ], + [ + "▁198", + "5," + ], + [ + "▁19", + "85," + ], + [ + "▁desc", + "er" + ], + [ + "▁des", + "cer" + ], + [ + "▁d", + "escer" + ], + [ + "▁Pen", + "ínsula" + ], + [ + "▁fotoss", + "íntese" + ], + [ + "The", + "me" + ], + [ + "Th", + "eme" + ], + [ + "▁premiss", + "a" + ], + [ + "▁prem", + "issa" + ], + [ + "vem", + "os" + ], + [ + "ve", + "mos" + ], + [ + "v", + "emos" + ], + [ + "▁confund", + "ir" + ], + [ + "▁Sh", + "o" + ], + [ + "▁S", + "ho" + ], + [ + "▁extensive", + "ly" + ], + [ + "▁extens", + "ively" + ], + [ + "29", + "8" + ], + [ + "2", + "98" + ], + [ + "▁inund", + "ações" + ], + [ + "▁rib", + "e" + ], + [ + "▁ri", + "be" + ], + [ + "▁r", + "ibe" + ], + [ + "▁", + "ribe" + ], + [ + "▁predic", + "ate" + ], + [ + "▁pred", + "icate" + ], + [ + "▁50%", + ";" + ], + [ + "▁50", + "%;" + ], + [ + "nut", + "rição" + ], + [ + "ct", + "ive" + ], + [ + "▁fria", + "s" + ], + [ + "▁fri", + "as" + ], + [ + "▁fr", + "ias" + ], + [ + "▁f", + "rias" + ], + [ + "▁B", + "N" + ], + [ + "▁", + "BN" + ], + [ + "▁continu", + "ally" + ], + [ + "▁contin", + "ually" + ], + [ + "of", + "obia" + ], + [ + "Pol", + "y" + ], + [ + "Po", + "ly" + ], + [ + "P", + "oly" + ], + [ + "▁ador", + "m" + ], + [ + "▁ado", + "rm" + ], + [ + "▁ad", + "orm" + ], + [ + "▁exc", + "re" + ], + [ + "▁ex", + "cre" + ], + [ + "▁inv", + "al" + ], + [ + "▁in", + "val" + ], + [ + "▁res", + "íduo" + ], + [ + "PACK", + "AGE" + ], + [ + "▁Min", + "i" + ], + [ + "▁Mi", + "ni" + ], + [ + "▁M", + "ini" + ], + [ + "verage", + "s" + ], + [ + "vera", + "ges" + ], + [ + "ver", + "ages" + ], + [ + "▁occasion", + "s" + ], + [ + "▁occas", + "ions" + ], + [ + "==", + "'" + ], + [ + "=", + "='" + ], + [ + "▁Pen", + "ha" + ], + [ + "▁P", + "enha" + ], + [ + "▁Air", + "port" + ], + [ + "▁Ev", + "id" + ], + [ + "▁E", + "vid" + ], + [ + "sa", + "t" + ], + [ + "s", + "at" + ], + [ + ",,", + ",," + ], + [ + "▁compara", + "da" + ], + [ + "▁compar", + "ada" + ], + [ + "▁poison", + "ing" + ], + [ + "▁pois", + "oning" + ], + [ + "▁reconhec", + "endo" + ], + [ + "▁reconhe", + "cendo" + ], + [ + "▁l", + "r" + ], + [ + "▁", + "lr" + ], + [ + "Est", + "a" + ], + [ + "Es", + "ta" + ], + [ + "E", + "sta" + ], + [ + "77", + "." + ], + [ + "7", + "7." + ], + [ + "vi", + "er" + ], + [ + "v", + "ier" + ], + [ + "▁soldi", + "er" + ], + [ + "▁sold", + "ier" + ], + [ + "ab", + "lo" + ], + [ + "a", + "blo" + ], + [ + "▁subm", + "ission" + ], + [ + "▁sub", + "mission" + ], + [ + "▁remember", + "ed" + ], + [ + "▁Power", + "Point" + ], + [ + "▁cirurgia", + "s" + ], + [ + "▁cirurg", + "ias" + ], + [ + "IS", + "C" + ], + [ + "I", + "SC" + ], + [ + "▁21", + "4" + ], + [ + "▁2", + "14" + ], + [ + "▁", + "214" + ], + [ + "▁pro", + "gred" + ], + [ + "▁pacote", + "s" + ], + [ + "▁pac", + "otes" + ], + [ + "Be", + "l" + ], + [ + "B", + "el" + ], + [ + "▁bio", + "ps" + ], + [ + "▁bi", + "ops" + ], + [ + "▁51", + "," + ], + [ + "▁5", + "1," + ], + [ + "▁", + "51," + ], + [ + "▁Via", + "na" + ], + [ + "▁Vi", + "ana" + ], + [ + "▁V", + "iana" + ], + [ + "▁dee", + "med" + ], + [ + "▁de", + "emed" + ], + [ + "▁ins", + "ônia" + ], + [ + "▁Re", + "w" + ], + [ + "▁R", + "ew" + ], + [ + "▁", + "Rew" + ], + [ + "De", + "m" + ], + [ + "D", + "em" + ], + [ + "▁frio", + "s" + ], + [ + "▁fri", + "os" + ], + [ + "▁fr", + "ios" + ], + [ + "▁f", + "rios" + ], + [ + "}{2", + "}" + ], + [ + "}{", + "2}" + ], + [ + "}", + "{2}" + ], + [ + "▁suit", + "e" + ], + [ + "▁su", + "ite" + ], + [ + "▁", + "suite" + ], + [ + "▁trouble", + "s" + ], + [ + "▁troub", + "les" + ], + [ + "ze", + "ta" + ], + [ + "z", + "eta" + ], + [ + "▁ins", + "atisf" + ], + [ + "▁sur", + "to" + ], + [ + "▁shell", + "s" + ], + [ + "▁shel", + "ls" + ], + [ + "▁sh", + "ells" + ], + [ + "vendo", + "r" + ], + [ + "ven", + "dor" + ], + [ + "v", + "endor" + ], + [ + "Convert", + "er" + ], + [ + "Con", + "verter" + ], + [ + "▁tw", + "entieth" + ], + [ + "▁Pi", + "o" + ], + [ + "▁P", + "io" + ], + [ + "table", + "s" + ], + [ + "tab", + "les" + ], + [ + "ta", + "bles" + ], + [ + "t", + "ables" + ], + [ + "▁", + "не" + ], + [ + "▁Go", + "r" + ], + [ + "▁G", + "or" + ], + [ + "Cred", + "ential" + ], + [ + "_", + "[" + ], + [ + "_5", + "_" + ], + [ + "_", + "5_" + ], + [ + "▁W", + "rap" + ], + [ + "▁", + "Wrap" + ], + [ + "86", + "7" + ], + [ + "8", + "67" + ], + [ + "▁traduz", + "ir" + ], + [ + "▁tra", + "duzir" + ], + [ + "▁date", + "d" + ], + [ + "▁dat", + "ed" + ], + [ + "▁da", + "ted" + ], + [ + "▁d", + "ated" + ], + [ + "▁", + "dated" + ], + [ + "▁id", + "ol" + ], + [ + "anim", + "ation" + ], + [ + "ani", + "mation" + ], + [ + "▁Br", + "y" + ], + [ + "▁B", + "ry" + ], + [ + "▁No", + "gueira" + ], + [ + "▁N", + "ogueira" + ], + [ + "▁transc", + "end" + ], + [ + "▁Transport", + "e" + ], + [ + "▁Trans", + "porte" + ], + [ + "▁I", + "E" + ], + [ + "▁", + "IE" + ], + [ + "ract", + "ed" + ], + [ + "rac", + "ted" + ], + [ + "ra", + "cted" + ], + [ + "BRA", + "S" + ], + [ + "BR", + "AS" + ], + [ + "B", + "RAS" + ], + [ + "▁Adv", + "is" + ], + [ + "▁Ad", + "vis" + ], + [ + "▁al", + "m" + ], + [ + "▁a", + "lm" + ], + [ + "▁", + "alm" + ], + [ + "▁levant", + "ou" + ], + [ + "▁vinho", + "s" + ], + [ + "▁vin", + "hos" + ], + [ + "▁v", + "inhos" + ], + [ + "▁gl", + "ue" + ], + [ + "ext", + "end" + ], + [ + "▁Esta", + "r" + ], + [ + "▁Est", + "ar" + ], + [ + "▁Es", + "tar" + ], + [ + "▁E", + "star" + ], + [ + "п", + "о" + ], + [ + "▁Super", + "v" + ], + [ + "▁Sup", + "erv" + ], + [ + "Ch", + "e" + ], + [ + "C", + "he" + ], + [ + "▁$\"", + "00" + ], + [ + "▁Walk", + "er" + ], + [ + "▁Wal", + "ker" + ], + [ + "444", + "4" + ], + [ + "44", + "44" + ], + [ + "4", + "444" + ], + [ + "▁denúncia", + "s" + ], + [ + "▁den", + "úncias" + ], + [ + "x", + "B" + ], + [ + "ent", + "ine" + ], + [ + "▁anti", + "qu" + ], + [ + "▁ant", + "iqu" + ], + [ + "▁atribu", + "i" + ], + [ + "ulado", + "r" + ], + [ + "ula", + "dor" + ], + [ + "ul", + "ador" + ], + [ + "Grad", + "ient" + ], + [ + "▁elimina", + "ting" + ], + [ + "▁elimin", + "ating" + ], + [ + "▁elim", + "inating" + ], + [ + "▁epid", + "em" + ], + [ + "▁ep", + "idem" + ], + [ + "▁Sac", + "ramento" + ], + [ + "▁Force", + "s" + ], + [ + "▁For", + "ces" + ], + [ + "NTE", + "S" + ], + [ + "NT", + "ES" + ], + [ + "▁PLA", + "N" + ], + [ + "▁PL", + "AN" + ], + [ + "▁P", + "LAN" + ], + [ + "▁Dial", + "og" + ], + [ + "▁Dia", + "log" + ], + [ + "▁D", + "ialog" + ], + [ + "▁", + "Dialog" + ], + [ + "▁Nor", + "ue" + ], + [ + "▁trust", + "ed" + ], + [ + "▁tr", + "usted" + ], + [ + "▁vis", + "c" + ], + [ + "▁vi", + "sc" + ], + [ + "▁v", + "isc" + ], + [ + "▁fenóm", + "eno" + ], + [ + "▁extraord", + "inário" + ], + [ + "▁arrest", + "ed" + ], + [ + "▁arr", + "ested" + ], + [ + "03", + "3" + ], + [ + "0", + "33" + ], + [ + "▁pronoun", + "ced" + ], + [ + "▁pron", + "ounced" + ], + [ + "▁(2", + "3" + ], + [ + "▁(", + "23" + ], + [ + "Indic", + "es" + ], + [ + "Ind", + "ices" + ], + [ + "TM", + "P" + ], + [ + "T", + "MP" + ], + [ + "▁argumenta", + "ção" + ], + [ + "▁argument", + "ação" + ], + [ + "▁Cr", + "édito" + ], + [ + "rate", + "d" + ], + [ + "rat", + "ed" + ], + [ + "ra", + "ted" + ], + [ + "r", + "ated" + ], + [ + "▁avi", + "ação" + ], + [ + "▁av", + "iação" + ], + [ + "▁preci", + "oso" + ], + [ + "▁prec", + "ioso" + ], + [ + "▁localiza", + "r" + ], + [ + "▁local", + "izar" + ], + [ + "▁turb", + "ine" + ], + [ + "gest", + "ed" + ], + [ + "ges", + "ted" + ], + [ + "g", + "ested" + ], + [ + "Pa", + "int" + ], + [ + "P", + "aint" + ], + [ + "▁Din", + "amarca" + ], + [ + "EX", + "EC" + ], + [ + "▁comprise", + "d" + ], + [ + "▁compr", + "ised" + ], + [ + "ern", + "etes" + ], + [ + "▁perc", + "or" + ], + [ + "▁per", + "cor" + ], + [ + "▁fung", + "i" + ], + [ + "▁fun", + "gi" + ], + [ + "▁pass", + "iva" + ], + [ + "▁Human", + "idade" + ], + [ + "▁N", + "N" + ], + [ + "▁", + "NN" + ], + [ + "var", + "i" + ], + [ + "va", + "ri" + ], + [ + "v", + "ari" + ], + [ + "▁0.1", + "5" + ], + [ + "▁0.", + "15" + ], + [ + "▁0", + ".15" + ], + [ + "-5", + "." + ], + [ + "-", + "5." + ], + [ + "std", + "io" + ], + [ + "st", + "dio" + ], + [ + "▁Carl", + "o" + ], + [ + "▁Car", + "lo" + ], + [ + "▁trick", + "y" + ], + [ + "▁tric", + "ky" + ], + [ + "▁banda", + "s" + ], + [ + "▁band", + "as" + ], + [ + "▁ban", + "das" + ], + [ + "▁b", + "andas" + ], + [ + "▁del", + "ight" + ], + [ + "▁de", + "light" + ], + [ + "}^{", + "2}" + ], + [ + "}^", + "{2}" + ], + [ + "}", + "^{2}" + ], + [ + "era", + "tor" + ], + [ + "er", + "ator" + ], + [ + "▁trim", + "estre" + ], + [ + "可", + "以" + ], + [ + "▁spac", + "ing" + ], + [ + "▁sp", + "acing" + ], + [ + "▁", + "spacing" + ], + [ + "▁acompanha", + "m" + ], + [ + "▁acompanh", + "am" + ], + [ + "▁acompan", + "ham" + ], + [ + "eni", + "um" + ], + [ + "en", + "ium" + ], + [ + "▁Gros", + "s" + ], + [ + "▁Gro", + "ss" + ], + [ + "▁Gr", + "oss" + ], + [ + "▁G", + "ross" + ], + [ + "▁Corre", + "ia" + ], + [ + "▁Al", + "cohol" + ], + [ + "▁inadequ", + "ate" + ], + [ + "▁justific", + "ativa" + ], + [ + "▁dis", + "claimer" + ], + [ + "rop", + "ia" + ], + [ + "ro", + "pia" + ], + [ + "r", + "opia" + ], + [ + "е", + "т" + ], + [ + "▁incident", + "s" + ], + [ + "▁incid", + "ents" + ], + [ + "▁inc", + "idents" + ], + [ + "▁viver", + "am" + ], + [ + "▁vive", + "ram" + ], + [ + "▁viv", + "eram" + ], + [ + "▁v", + "iveram" + ], + [ + "▁Nar", + "r" + ], + [ + "▁Na", + "rr" + ], + [ + "▁N", + "arr" + ], + [ + "▁well", + "s" + ], + [ + "▁wel", + "ls" + ], + [ + "▁w", + "ells" + ], + [ + "`.", + "`" + ], + [ + "`", + ".`" + ], + [ + "▁Ge", + "o" + ], + [ + "▁G", + "eo" + ], + [ + "▁", + "Geo" + ], + [ + "▁walk", + "ed" + ], + [ + "▁wal", + "ked" + ], + [ + "▁touch", + "ing" + ], + [ + "▁tou", + "ching" + ], + [ + "SI", + "D" + ], + [ + "S", + "ID" + ], + [ + "}}", + "}" + ], + [ + "}", + "}}" + ], + [ + "▁Ge", + "ographic" + ], + [ + "={", + "}" + ], + [ + "=", + "{}" + ], + [ + "▁po", + "ço" + ], + [ + "▁p", + "oço" + ], + [ + "▁falta", + "r" + ], + [ + "▁falt", + "ar" + ], + [ + "▁fal", + "tar" + ], + [ + "one", + "d" + ], + [ + "on", + "ed" + ], + [ + "o", + "ned" + ], + [ + "▁p", + "ocket" + ], + [ + "▁V", + "R" + ], + [ + "▁", + "VR" + ], + [ + "iris", + "mo" + ], + [ + "iri", + "smo" + ], + [ + "ir", + "ismo" + ], + [ + "▁Cond", + "ition" + ], + [ + "▁Con", + "dition" + ], + [ + "▁", + "Condition" + ], + [ + "dit", + "a" + ], + [ + "di", + "ta" + ], + [ + "d", + "ita" + ], + [ + "▁foco", + "s" + ], + [ + "▁foc", + "os" + ], + [ + "▁fo", + "cos" + ], + [ + "▁f", + "ocos" + ], + [ + "dep", + "s" + ], + [ + "de", + "ps" + ], + [ + "d", + "eps" + ], + [ + "26", + "7" + ], + [ + "2", + "67" + ], + [ + "▁pi", + "v" + ], + [ + "▁p", + "iv" + ], + [ + "16", + ";" + ], + [ + "1", + "6;" + ], + [ + "conc", + "e" + ], + [ + "con", + "ce" + ], + [ + "c", + "once" + ], + [ + "▁8010", + "7" + ], + [ + "▁801", + "07" + ], + [ + "▁80", + "107" + ], + [ + "Prim", + "ary" + ], + [ + "Pri", + "mary" + ], + [ + "▁\"", + "4" + ], + [ + "▁free", + "zing" + ], + [ + "Cle", + "an" + ], + [ + "Cl", + "ean" + ], + [ + "▁fear", + "s" + ], + [ + "▁fe", + "ars" + ], + [ + "▁f", + "ears" + ], + [ + "89", + "6" + ], + [ + "8", + "96" + ], + [ + "▁#", + "9" + ], + [ + "▁", + "#9" + ], + [ + "▁continuar", + "am" + ], + [ + "▁continua", + "ram" + ], + [ + "▁continu", + "aram" + ], + [ + "Tri", + "gger" + ], + [ + "T", + "rigger" + ], + [ + "▁séria", + "s" + ], + [ + "▁sé", + "rias" + ], + [ + "▁s", + "érias" + ], + [ + "▁incom", + "um" + ], + [ + "▁Divers", + "os" + ], + [ + "242", + "4" + ], + [ + "24", + "24" + ], + [ + "2", + "424" + ], + [ + "Wh", + "ile" + ], + [ + "▁estere", + "ótipos" + ], + [ + "▁Área", + "s" + ], + [ + "▁Ár", + "eas" + ], + [ + "▁Á", + "reas" + ], + [ + "▁maintain", + "s" + ], + [ + "▁main", + "tains" + ], + [ + "sp", + "ark" + ], + [ + "s", + "park" + ], + [ + "▁Con", + "e" + ], + [ + "▁Co", + "ne" + ], + [ + "▁C", + "one" + ], + [ + "{}", + ")" + ], + [ + "{", + "})" + ], + [ + "▁arrang", + "e" + ], + [ + "▁arran", + "ge" + ], + [ + "▁arr", + "ange" + ], + [ + "▁ar", + "range" + ], + [ + "ls", + "t" + ], + [ + "l", + "st" + ], + [ + "▁Prom", + "oção" + ], + [ + "▁backward", + "s" + ], + [ + "▁back", + "wards" + ], + [ + "▁th", + "ou" + ], + [ + "▁t", + "hou" + ], + [ + "▁explor", + "a" + ], + [ + "▁explo", + "ra" + ], + [ + "▁expl", + "ora" + ], + [ + "0)", + "*" + ], + [ + "0", + ")*" + ], + [ + "ym", + "m" + ], + [ + "y", + "mm" + ], + [ + "▁J", + "ó" + ], + [ + "nat", + "al" + ], + [ + "na", + "tal" + ], + [ + "n", + "atal" + ], + [ + "▁In", + "ácio" + ], + [ + "og", + "h" + ], + [ + "o", + "gh" + ], + [ + "▁gre", + "p" + ], + [ + "▁gr", + "ep" + ], + [ + "▁g", + "rep" + ], + [ + "▁coef", + "iciente" + ], + [ + "▁Sud", + "o" + ], + [ + "▁Su", + "do" + ], + [ + "▁S", + "udo" + ], + [ + "▁Fam", + "iliar" + ], + [ + "▁different", + "iate" + ], + [ + "▁in", + "h" + ], + [ + "▁i", + "nh" + ], + [ + "▁", + "inh" + ], + [ + "▁Li", + "qu" + ], + [ + "▁L", + "iqu" + ], + [ + "▁h", + "úm" + ], + [ + "▁remove", + "s" + ], + [ + "▁remov", + "es" + ], + [ + "▁remo", + "ves" + ], + [ + "▁rem", + "oves" + ], + [ + "▁repercuss", + "ão" + ], + [ + "54", + "," + ], + [ + "5", + "4," + ], + [ + "▁ca", + "ke" + ], + [ + "▁c", + "ake" + ], + [ + "▁Ver", + "tex" + ], + [ + "▁", + "Vertex" + ], + [ + "▁sanitário", + "s" + ], + [ + "▁sanit", + "ários" + ], + [ + "▁san", + "itários" + ], + [ + "X", + "P" + ], + [ + "iro", + "z" + ], + [ + "ir", + "oz" + ], + [ + "i", + "roz" + ], + [ + "▁gl", + "oss" + ], + [ + "▁g", + "loss" + ], + [ + "Or", + "Empty" + ], + [ + "ctr", + "l" + ], + [ + "ct", + "rl" + ], + [ + "c", + "trl" + ], + [ + "▁traject", + "ory" + ], + [ + "▁distribuída", + "s" + ], + [ + "▁distribu", + "ídas" + ], + [ + "53", + "," + ], + [ + "5", + "3," + ], + [ + "agi", + "n" + ], + [ + "ag", + "in" + ], + [ + "a", + "gin" + ], + [ + "drive", + "n" + ], + [ + "dr", + "iven" + ], + [ + "▁minor", + "ia" + ], + [ + "▁min", + "oria" + ], + [ + "▁jud", + "g" + ], + [ + "▁ju", + "dg" + ], + [ + "▁Gost", + "aria" + ], + [ + "▁15", + "4" + ], + [ + "▁1", + "54" + ], + [ + "▁", + "154" + ], + [ + "▁moviment", + "ar" + ], + [ + "▁mov", + "imentar" + ], + [ + "▁alleg", + "ed" + ], + [ + "▁alle", + "ged" + ], + [ + "type", + "d" + ], + [ + "typ", + "ed" + ], + [ + "ty", + "ped" + ], + [ + "▁precisa", + "s" + ], + [ + "▁precis", + "as" + ], + [ + "▁prec", + "isas" + ], + [ + "▁Patr", + "ícia" + ], + [ + "▁optimize", + "r" + ], + [ + "▁optim", + "izer" + ], + [ + "▁Sa", + "x" + ], + [ + "▁S", + "ax" + ], + [ + "u", + "é" + ], + [ + "onym", + "s" + ], + [ + "ony", + "ms" + ], + [ + "▁Repro", + "dução" + ], + [ + "▁Re", + "produção" + ], + [ + "▁Shel", + "l" + ], + [ + "▁She", + "ll" + ], + [ + "▁Sh", + "ell" + ], + [ + "▁S", + "hell" + ], + [ + "▁", + "Shell" + ], + [ + "▁arter", + "y" + ], + [ + "▁arte", + "ry" + ], + [ + "▁art", + "ery" + ], + [ + "▁ar", + "tery" + ], + [ + "▁6", + "%" + ], + [ + "▁", + "6%" + ], + [ + "▁Sat", + "anás" + ], + [ + "I", + "o" + ], + [ + "▁ecl", + "esi" + ], + [ + "▁e", + "clesi" + ], + [ + "▁Group", + "s" + ], + [ + "▁Gro", + "ups" + ], + [ + "▁", + "Groups" + ], + [ + "▁cinza", + "s" + ], + [ + "▁cinz", + "as" + ], + [ + "▁cin", + "zas" + ], + [ + "UT", + "O" + ], + [ + "U", + "TO" + ], + [ + "▁Of", + "er" + ], + [ + "▁O", + "fer" + ], + [ + "▁U", + "crânia" + ], + [ + "pr", + "a" + ], + [ + "p", + "ra" + ], + [ + "▁3.", + "4" + ], + [ + "▁3", + ".4" + ], + [ + "▁", + "3.4" + ], + [ + "leta", + "l" + ], + [ + "let", + "al" + ], + [ + "le", + "tal" + ], + [ + "l", + "etal" + ], + [ + "▁49", + "." + ], + [ + "▁4", + "9." + ], + [ + "▁", + "49." + ], + [ + "ga", + "p" + ], + [ + "g", + "ap" + ], + [ + "▁Cit", + "iz" + ], + [ + "▁Wat", + "son" + ], + [ + "coll", + "apse" + ], + [ + "▁trans", + "gên" + ], + [ + "▁Hou", + "r" + ], + [ + "▁Ho", + "ur" + ], + [ + "▁H", + "our" + ], + [ + "▁", + "Hour" + ], + [ + "▁{}", + "\"," + ], + [ + "▁{", + "}\"," + ], + [ + "us", + "ually" + ], + [ + "▁paralis", + "ia" + ], + [ + "▁paral", + "isia" + ], + [ + "Set", + "Name" + ], + [ + "DI", + "V" + ], + [ + "D", + "IV" + ], + [ + "▁mort", + "gage" + ], + [ + "▁Electron", + "ic" + ], + [ + "▁Elect", + "ronic" + ], + [ + "▁Vasco", + "n" + ], + [ + "▁Vas", + "con" + ], + [ + "▁gas", + "oline" + ], + [ + "min", + "istro" + ], + [ + "▁repe", + "nt" + ], + [ + "▁rep", + "ent" + ], + [ + "ci", + "ca" + ], + [ + "c", + "ica" + ], + [ + "J", + "E" + ], + [ + "em", + "e" + ], + [ + "e", + "me" + ], + [ + "▁estuda", + "da" + ], + [ + "▁estud", + "ada" + ], + [ + "[2", + "," + ], + [ + "[", + "2," + ], + [ + "▁Import", + "ância" + ], + [ + "▁Co", + "ol" + ], + [ + "▁C", + "ool" + ], + [ + "▁adj", + "ect" + ], + [ + "▁ad", + "ject" + ], + [ + "▁dividida", + "s" + ], + [ + "▁divid", + "idas" + ], + [ + "▁consegu", + "indo" + ], + [ + "▁registr", + "y" + ], + [ + "▁regist", + "ry" + ], + [ + "▁reg", + "istry" + ], + [ + "▁", + "registry" + ], + [ + "▁trap", + "ped" + ], + [ + "▁tra", + "pped" + ], + [ + "▁tr", + "apped" + ], + [ + "ém", + "io" + ], + [ + "Synchron", + "ize" + ], + [ + "▁1-", + "2" + ], + [ + "▁1", + "-2" + ], + [ + "opl", + "an" + ], + [ + "op", + "lan" + ], + [ + "o", + "plan" + ], + [ + "▁ble", + "nd" + ], + [ + "▁bl", + "end" + ], + [ + "▁normalize", + "d" + ], + [ + "▁normal", + "ized" + ], + [ + "▁Á", + "r" + ], + [ + "`", + "](" + ], + [ + "▁vivid", + "a" + ], + [ + "▁viv", + "ida" + ], + [ + "▁vi", + "vida" + ], + [ + "▁pred", + "ecess" + ], + [ + "BU", + "F" + ], + [ + "B", + "UF" + ], + [ + "▁VAL", + "IGN" + ], + [ + "T", + "W" + ], + [ + "dy", + "n" + ], + [ + "d", + "yn" + ], + [ + "▁Cong", + "reg" + ], + [ + "▁Con", + "greg" + ], + [ + "▁tal", + "e" + ], + [ + "▁ta", + "le" + ], + [ + "▁t", + "ale" + ], + [ + "▁cachorro", + "s" + ], + [ + "▁cach", + "orros" + ], + [ + "]\"", + "," + ], + [ + "]", + "\"," + ], + [ + "long", + "itude" + ], + [ + "▁Nep", + "al" + ], + [ + "▁Ne", + "pal" + ], + [ + "▁hy", + "pertension" + ], + [ + "▁atra", + "i" + ], + [ + "▁atr", + "ai" + ], + [ + "NO", + "DE" + ], + [ + "▁st", + "ub" + ], + [ + "▁Man", + "e" + ], + [ + "▁Ma", + "ne" + ], + [ + "▁M", + "ane" + ], + [ + "orr", + "ag" + ], + [ + "or", + "rag" + ], + [ + "aa", + "aa" + ], + [ + "vol", + "t" + ], + [ + "vo", + "lt" + ], + [ + "12", + "_" + ], + [ + "1", + "2_" + ], + [ + "rin", + "e" + ], + [ + "ri", + "ne" + ], + [ + "r", + "ine" + ], + [ + "▁fle", + "d" + ], + [ + "▁fl", + "ed" + ], + [ + "▁f", + "led" + ], + [ + "▁que", + "s" + ], + [ + "▁qu", + "es" + ], + [ + "▁q", + "ues" + ], + [ + "▁", + "ques" + ], + [ + "Dim", + "ension" + ], + [ + "D", + "imension" + ], + [ + "▁usa", + "va" + ], + [ + "▁us", + "ava" + ], + [ + "▁Pastor", + "al" + ], + [ + "▁Past", + "oral" + ], + [ + "Inc", + "re" + ], + [ + "In", + "cre" + ], + [ + "ificate", + "s" + ], + [ + "ifica", + "tes" + ], + [ + "ific", + "ates" + ], + [ + "▁tr", + "illion" + ], + [ + "NE", + "XT" + ], + [ + "N", + "EXT" + ], + [ + "▁test", + "im" + ], + [ + "▁tes", + "tim" + ], + [ + "▁t", + "estim" + ], + [ + "M", + "K" + ], + [ + "▁mat", + "uração" + ], + [ + "▁m", + "aturação" + ], + [ + "oul", + "e" + ], + [ + "ou", + "le" + ], + [ + "o", + "ule" + ], + [ + "▁Espírito", + "s" + ], + [ + "▁Esp", + "íritos" + ], + [ + "exist", + "ing" + ], + [ + "inter", + "p" + ], + [ + "inte", + "rp" + ], + [ + "▁Syn", + "drome" + ], + [ + "tt", + "i" + ], + [ + "t", + "ti" + ], + [ + "▁oferecida", + "s" + ], + [ + "▁ofere", + "cidas" + ], + [ + "▁ofer", + "ecidas" + ], + [ + "meas", + "ure" + ], + [ + "me", + "asure" + ], + [ + "▁soc", + "orro" + ], + [ + "▁2/", + "3" + ], + [ + "▁2", + "/3" + ], + [ + "▁100", + ")" + ], + [ + "▁10", + "0)" + ], + [ + "▁1", + "00)" + ], + [ + "▁", + "100)" + ], + [ + "▁proposal", + "s" + ], + [ + "▁propos", + "als" + ], + [ + "~~~~~~~~", + "~~~~~~~~" + ], + [ + "Ex", + "ist" + ], + [ + "▁Dire", + "ção" + ], + [ + "KI", + "ND" + ], + [ + "K", + "IND" + ], + [ + "▁inf", + "arto" + ], + [ + "▁legitim", + "ate" + ], + [ + "▁legit", + "imate" + ], + [ + "ro", + "it" + ], + [ + "▁image", + "ry" + ], + [ + "▁imag", + "ery" + ], + [ + "▁mand", + "a" + ], + [ + "▁man", + "da" + ], + [ + "▁m", + "anda" + ], + [ + "▁aç", + "a" + ], + [ + "▁a", + "ça" + ], + [ + "▁watch", + "ed" + ], + [ + "▁w", + "atched" + ], + [ + "oc", + "ando" + ], + [ + "▁recomend", + "ável" + ], + [ + "▁prest", + "a" + ], + [ + "▁pres", + "ta" + ], + [ + "▁pre", + "sta" + ], + [ + "▁pr", + "esta" + ], + [ + "lat", + "itude" + ], + [ + "▁swe", + "ep" + ], + [ + "▁Cient", + "istas" + ], + [ + "▁(", + "#" + ], + [ + "▁", + "(#" + ], + [ + "▁teat", + "ral" + ], + [ + "va", + "do" + ], + [ + "v", + "ado" + ], + [ + "apse", + "s" + ], + [ + "aps", + "es" + ], + [ + "ap", + "ses" + ], + [ + "▁ente", + "s" + ], + [ + "▁ent", + "es" + ], + [ + "▁en", + "tes" + ], + [ + "▁", + "entes" + ], + [ + "▁Se", + "ven" + ], + [ + "▁S", + "even" + ], + [ + "▁Méd", + "ico" + ], + [ + "ou", + "b" + ], + [ + "o", + "ub" + ], + [ + "▁bl", + "ade" + ], + [ + "▁21", + "6" + ], + [ + "▁2", + "16" + ], + [ + "▁", + "216" + ], + [ + "esp", + "ec" + ], + [ + "es", + "pec" + ], + [ + "e", + "spec" + ], + [ + "▁Gall", + "ery" + ], + [ + "Ra", + "y" + ], + [ + "R", + "ay" + ], + [ + "enn", + "e" + ], + [ + "en", + "ne" + ], + [ + "bound", + "ary" + ], + [ + "_", + ":" + ], + [ + "▁cl", + "andest" + ], + [ + "fol", + "low" + ], + [ + "▁CONTR", + "ACT" + ], + [ + "Se", + "nt" + ], + [ + "S", + "ent" + ], + [ + "▁East", + "er" + ], + [ + "▁E", + "aster" + ], + [ + "▁queima", + "r" + ], + [ + "▁queim", + "ar" + ], + [ + "▁que", + "imar" + ], + [ + "▁compat", + "ível" + ], + [ + "To", + "d" + ], + [ + "T", + "od" + ], + [ + "▁clue", + "s" + ], + [ + "▁cl", + "ues" + ], + [ + "▁adquir", + "iu" + ], + [ + "▁adqui", + "riu" + ], + [ + "▁spread", + "s" + ], + [ + "▁sp", + "reads" + ], + [ + "▁week", + "end" + ], + [ + "▁Neg", + "ative" + ], + [ + "▁Exam", + "e" + ], + [ + "▁Ex", + "ame" + ], + [ + "▁Col", + "omb" + ], + [ + "Ph", + "i" + ], + [ + "P", + "hi" + ], + [ + "▁career", + "s" + ], + [ + "▁care", + "ers" + ], + [ + "▁Serg", + "ipe" + ], + [ + "▁ann", + "o" + ], + [ + "▁an", + "no" + ], + [ + "▁suc", + "c" + ], + [ + "▁su", + "cc" + ], + [ + "hydr", + "o" + ], + [ + "hy", + "dro" + ], + [ + "37", + "0" + ], + [ + "3", + "70" + ], + [ + "▁found", + "ing" + ], + [ + "▁f", + "ounding" + ], + [ + "}\\", + "\\" + ], + [ + "}", + "\\\\" + ], + [ + "Custom", + "er" + ], + [ + "▁Clá", + "udio" + ], + [ + "▁learn", + "er" + ], + [ + "55", + ")" + ], + [ + "5", + "5)" + ], + [ + "▁Kr", + "a" + ], + [ + "▁K", + "ra" + ], + [ + "hed", + "uler" + ], + [ + "▁irrit", + "ação" + ], + [ + "▁Conclus", + "ion" + ], + [ + "▁Concl", + "usion" + ], + [ + "▁Con", + "clusion" + ], + [ + "▁16", + "8" + ], + [ + "▁1", + "68" + ], + [ + "▁", + "168" + ], + [ + "▁W", + "IN" + ], + [ + "▁", + "WIN" + ], + [ + "▁ONG", + "s" + ], + [ + "▁ON", + "Gs" + ], + [ + "▁met", + "áfora" + ], + [ + "▁arter", + "ies" + ], + [ + "▁arte", + "ries" + ], + [ + "▁art", + "eries" + ], + [ + "▁ar", + "teries" + ], + [ + "▁extraord", + "inária" + ], + [ + "▁pró", + "s" + ], + [ + "▁pr", + "ós" + ], + [ + "▁Col", + "abor" + ], + [ + "▁Se", + "attle" + ], + [ + "▁insul", + "t" + ], + [ + "▁ins", + "ult" + ], + [ + "▁My", + "th" + ], + [ + "▁M", + "yth" + ], + [ + "quee", + "ze" + ], + [ + "▁jun", + "ção" + ], + [ + "▁j", + "unção" + ], + [ + "▁Bi", + "r" + ], + [ + "▁B", + "ir" + ], + [ + "▁Tes", + "la" + ], + [ + "▁ret", + "ention" + ], + [ + "▁Expl", + "ic" + ], + [ + "▁Exp", + "lic" + ], + [ + "▁Ex", + "plic" + ], + [ + "r", + "k" + ], + [ + "▁allow", + "ance" + ], + [ + "▁Olímp", + "icos" + ], + [ + "▁femin", + "ista" + ], + [ + "alt", + "ies" + ], + [ + "al", + "ties" + ], + [ + "IS", + "ING" + ], + [ + "▁Programa", + "ção" + ], + [ + "▁Program", + "ação" + ], + [ + "▁trav", + "ers" + ], + [ + "▁tra", + "vers" + ], + [ + "MAG", + "E" + ], + [ + "MA", + "GE" + ], + [ + "M", + "AGE" + ], + [ + "▁disput", + "e" + ], + [ + "▁disp", + "ute" + ], + [ + "▁tenta", + "ção" + ], + [ + "▁tent", + "ação" + ], + [ + "ap", + "á" + ], + [ + "▁normal", + "ize" + ], + [ + "▁", + "normalize" + ], + [ + "CCCC", + "CCCC" + ], + [ + "ff", + "t" + ], + [ + "f", + "ft" + ], + [ + "▁cadas", + "tr" + ], + [ + "▁cada", + "str" + ], + [ + "▁cad", + "astr" + ], + [ + "▁pequ", + "en" + ], + [ + "▁constata", + "r" + ], + [ + "▁constat", + "ar" + ], + [ + "▁consta", + "tar" + ], + [ + "▁const", + "atar" + ], + [ + "▁compet", + "ing" + ], + [ + "▁comp", + "eting" + ], + [ + "▁phar", + "maceutical" + ], + [ + "Fore", + "ground" + ], + [ + "Al", + "so" + ], + [ + "asp", + "x" + ], + [ + "as", + "px" + ], + [ + "▁harmon", + "ic" + ], + [ + "▁harm", + "onic" + ], + [ + "SC", + "H" + ], + [ + "S", + "CH" + ], + [ + "▁height", + "s" + ], + [ + "▁he", + "ights" + ], + [ + "▁E", + "ze" + ], + [ + "cios", + "a" + ], + [ + "cio", + "sa" + ], + [ + "ci", + "osa" + ], + [ + "c", + "iosa" + ], + [ + "▁font", + "size" + ], + [ + "▁", + "fontsize" + ], + [ + "all", + "e" + ], + [ + "al", + "le" + ], + [ + "▁6,", + "000" + ], + [ + "▁pied", + "ade" + ], + [ + "▁pie", + "dade" + ], + [ + "▁p", + "iedade" + ], + [ + "▁ban", + "ned" + ], + [ + "▁b", + "anned" + ], + [ + "▁af", + "und" + ], + [ + "▁a", + "fund" + ], + [ + "▁Hor", + "a" + ], + [ + "▁Ho", + "ra" + ], + [ + "▁H", + "ora" + ], + [ + "pe", + "ção" + ], + [ + "▁Source", + "s" + ], + [ + "▁S", + "ources" + ], + [ + "tr", + "onco" + ], + [ + "A", + "U" + ], + [ + "omorph", + "ic" + ], + [ + "▁reconhece", + "u" + ], + [ + "▁reconhec", + "eu" + ], + [ + "▁reconhe", + "ceu" + ], + [ + "▁eigen", + "values" + ], + [ + "▁Renas", + "cimento" + ], + [ + "▁glor", + "y" + ], + [ + "▁gl", + "ory" + ], + [ + "▁Connect", + "icut" + ], + [ + "▁Trabalh", + "adores" + ], + [ + "LA", + "S" + ], + [ + "L", + "AS" + ], + [ + "▁ant", + "idepress" + ], + [ + "▁gar", + "oto" + ], + [ + "ACA", + "C" + ], + [ + "AC", + "AC" + ], + [ + "▁marcado", + "s" + ], + [ + "▁marca", + "dos" + ], + [ + "▁marc", + "ados" + ], + [ + "▁mar", + "cados" + ], + [ + "uo", + "u" + ], + [ + "u", + "ou" + ], + [ + "2.", + "1" + ], + [ + "2", + ".1" + ], + [ + "ha", + "us" + ], + [ + "h", + "aus" + ], + [ + "ás", + "io" + ], + [ + "▁matr", + "im" + ], + [ + "▁mat", + "rim" + ], + [ + "▁ma", + "trim" + ], + [ + "000000", + "," + ], + [ + "00000", + "0," + ], + [ + "0000", + "00," + ], + [ + "000", + "000," + ], + [ + "00", + "0000," + ], + [ + "0", + "00000," + ], + [ + "▁Afghan", + "istan" + ], + [ + "▁Ab", + "el" + ], + [ + "▁A", + "bel" + ], + [ + "▁doutrina", + "s" + ], + [ + "▁doutr", + "inas" + ], + [ + "35", + ":" + ], + [ + "3", + "5:" + ], + [ + "▁comprov", + "ar" + ], + [ + "▁compro", + "var" + ], + [ + "▁Gl", + "ob" + ], + [ + "▁G", + "lob" + ], + [ + "▁el", + "éctr" + ], + [ + "▁seca", + "r" + ], + [ + "▁sec", + "ar" + ], + [ + "▁se", + "car" + ], + [ + "56", + "9" + ], + [ + "5", + "69" + ], + [ + "▁provin", + "cial" + ], + [ + "m", + "q" + ], + [ + "adr", + "ões" + ], + [ + "▁scre", + "w" + ], + [ + "▁scr", + "ew" + ], + [ + "▁sc", + "rew" + ], + [ + "▁refin", + "ed" + ], + [ + "▁ref", + "ined" + ], + [ + "d", + "ynamic" + ], + [ + "▁Event", + "os" + ], + [ + "▁Even", + "tos" + ], + [ + "▁Ev", + "entos" + ], + [ + "▁ac", + "ções" + ], + [ + "▁", + "¬" + ], + [ + "bi", + "b" + ], + [ + "b", + "ib" + ], + [ + "▁designa", + "ção" + ], + [ + "▁design", + "ação" + ], + [ + "▁acus", + "ado" + ], + [ + "▁sob", + "r" + ], + [ + "▁so", + "br" + ], + [ + "▁i", + "Phone" + ], + [ + "▁explica", + "m" + ], + [ + "▁explic", + "am" + ], + [ + "_1", + ")" + ], + [ + "_", + "1)" + ], + [ + "rep", + "ly" + ], + [ + "re", + "ply" + ], + [ + "▁amend", + "o" + ], + [ + "▁amen", + "do" + ], + [ + "▁am", + "endo" + ], + [ + "▁A", + "X" + ], + [ + "▁", + "AX" + ], + [ + "int", + "r" + ], + [ + "in", + "tr" + ], + [ + "ór", + "ax" + ], + [ + "ó", + "rax" + ], + [ + "▁46", + "," + ], + [ + "▁4", + "6," + ], + [ + "▁", + "46," + ], + [ + "▁Ilha", + "s" + ], + [ + "▁Il", + "has" + ], + [ + "▁sp", + "ite" + ], + [ + "S", + "F" + ], + [ + "▁ilustra", + "r" + ], + [ + "▁ilustr", + "ar" + ], + [ + "▁ilust", + "rar" + ], + [ + "Tri", + "m" + ], + [ + "Tr", + "im" + ], + [ + "T", + "rim" + ], + [ + "▁enf", + "e" + ], + [ + "▁en", + "fe" + ], + [ + "▁Equ", + "al" + ], + [ + "▁Eq", + "ual" + ], + [ + "▁E", + "qual" + ], + [ + "▁", + "Equal" + ], + [ + "▁extens", + "o" + ], + [ + "▁ext", + "enso" + ], + [ + "▁Expert", + "s" + ], + [ + "▁Exper", + "ts" + ], + [ + "▁press", + "ed" + ], + [ + "▁pres", + "sed" + ], + [ + "▁pr", + "essed" + ], + [ + "▁", + "pressed" + ], + [ + "▁mus", + "h" + ], + [ + "▁mu", + "sh" + ], + [ + "▁m", + "ush" + ], + [ + "▁Produt", + "o" + ], + [ + "▁ch", + "r" + ], + [ + "▁c", + "hr" + ], + [ + "▁", + "chr" + ], + [ + "icar", + "bon" + ], + [ + "i", + "carbon" + ], + [ + "MET", + "H" + ], + [ + "ME", + "TH" + ], + [ + "M", + "ETH" + ], + [ + "▁custom", + "s" + ], + [ + "▁custo", + "ms" + ], + [ + "▁cust", + "oms" + ], + [ + "▁telh", + "ado" + ], + [ + "▁tel", + "hado" + ], + [ + "▁respe", + "ita" + ], + [ + "TO", + "DO" + ], + [ + "T", + "ODO" + ], + [ + "▁PROVID", + "ED" + ], + [ + "▁H", + "R" + ], + [ + "▁", + "HR" + ], + [ + "Cla", + "use" + ], + [ + "Cl", + "ause" + ], + [ + "▁Econ", + "ômica" + ], + [ + "▁mercado", + "ria" + ], + [ + "▁merc", + "adoria" + ], + [ + "group", + "by" + ], + [ + "▁Lev", + "ant" + ], + [ + "▁Le", + "vant" + ], + [ + "▁D", + "etailed" + ], + [ + "iri", + "z" + ], + [ + "ir", + "iz" + ], + [ + "i", + "riz" + ], + [ + "▁ben", + "z" + ], + [ + "▁be", + "nz" + ], + [ + "▁b", + "enz" + ], + [ + "▁arras", + "t" + ], + [ + "▁arra", + "st" + ], + [ + "▁arr", + "ast" + ], + [ + "▁ar", + "rast" + ], + [ + "_{", + "0" + ], + [ + "_", + "{0" + ], + [ + "Serial", + "ization" + ], + [ + "▁cs", + "v" + ], + [ + "▁c", + "sv" + ], + [ + "▁", + "csv" + ], + [ + "▁aterro", + "s" + ], + [ + "▁ater", + "ros" + ], + [ + "▁cató", + "lico" + ], + [ + "▁cat", + "ólico" + ], + [ + "▁sofrimento", + "s" + ], + [ + "▁sofr", + "imentos" + ], + [ + "▁ade", + "s" + ], + [ + "▁ad", + "es" + ], + [ + "▁a", + "des" + ], + [ + "▁", + "ades" + ], + [ + "ren", + "ame" + ], + [ + "re", + "name" + ], + [ + "r", + "ename" + ], + [ + "▁Pap", + "el" + ], + [ + "▁Pa", + "pel" + ], + [ + "▁Create", + "s" + ], + [ + "▁Creat", + "es" + ], + [ + "▁Cre", + "ates" + ], + [ + "▁aprecia", + "ção" + ], + [ + "▁apreci", + "ação" + ], + [ + "su", + "n" + ], + [ + "s", + "un" + ], + [ + "att", + "o" + ], + [ + "at", + "to" + ], + [ + "^2", + "}" + ], + [ + "^", + "2}" + ], + [ + "▁destina", + "ção" + ], + [ + "▁destin", + "ação" + ], + [ + "▁dest", + "inação" + ], + [ + "▁testemun", + "ha" + ], + [ + "▁testem", + "unha" + ], + [ + "▁I", + "v" + ], + [ + "▁Dest", + "roy" + ], + [ + "▁", + "Destroy" + ], + [ + "▁impossibil", + "idade" + ], + [ + "▁imposs", + "ibilidade" + ], + [ + ".0", + "." + ], + [ + ".", + "0." + ], + [ + "▁composta", + "s" + ], + [ + "▁compost", + "as" + ], + [ + "▁compos", + "tas" + ], + [ + "▁comp", + "ostas" + ], + [ + "Gu", + "i" + ], + [ + "G", + "ui" + ], + [ + "jo", + "y" + ], + [ + "j", + "oy" + ], + [ + "▁In", + "her" + ], + [ + "▁react", + "or" + ], + [ + "▁rea", + "ctor" + ], + [ + "▁re", + "actor" + ], + [ + "▁*", + "." + ], + [ + "▁", + "*." + ], + [ + "▁Terce", + "ira" + ], + [ + "▁Ter", + "ceira" + ], + [ + "fl", + "ip" + ], + [ + "f", + "lip" + ], + [ + "▁metal", + "l" + ], + [ + "▁meta", + "ll" + ], + [ + "▁met", + "all" + ], + [ + "ech", + "a" + ], + [ + "ec", + "ha" + ], + [ + "e", + "cha" + ], + [ + "▁3.", + "3" + ], + [ + "▁3", + ".3" + ], + [ + "▁0.0", + ";" + ], + [ + "▁0.", + "0;" + ], + [ + "▁ace", + "rt" + ], + [ + "▁ac", + "ert" + ], + [ + "▁a", + "cert" + ], + [ + "ol", + "ho" + ], + [ + "▁conclu", + "ído" + ], + [ + "▁concl", + "uído" + ], + [ + "c", + "z" + ], + [ + "iva", + "n" + ], + [ + "iv", + "an" + ], + [ + "i", + "van" + ], + [ + "▁completo", + "u" + ], + [ + "▁complet", + "ou" + ], + [ + "▁1", + "}" + ], + [ + "▁", + "1}" + ], + [ + "▁evolu", + "iu" + ], + [ + "▁prom", + "ulg" + ], + [ + "over", + "y" + ], + [ + "ove", + "ry" + ], + [ + "ov", + "ery" + ], + [ + "o", + "very" + ], + [ + "▁nota", + "bly" + ], + [ + "▁not", + "ably" + ], + [ + "▁planta", + "ção" + ], + [ + "▁plant", + "ação" + ], + [ + "G", + "H" + ], + [ + "▁cred", + "ibilidade" + ], + [ + "L", + "u" + ], + [ + "▁inici", + "ando" + ], + [ + "▁estivesse", + "m" + ], + [ + "▁estiv", + "essem" + ], + [ + "CO", + "R" + ], + [ + "C", + "OR" + ], + [ + "▁Fun", + "ção" + ], + [ + "▁F", + "unção" + ], + [ + "stud", + "ent" + ], + [ + "▁CU", + "D" + ], + [ + "▁C", + "UD" + ], + [ + "▁verifica", + "tion" + ], + [ + "▁ver", + "ification" + ], + [ + "RA", + "L" + ], + [ + "R", + "AL" + ], + [ + "▁acc", + "used" + ], + [ + "IT", + "LE" + ], + [ + "▁Transt", + "orno" + ], + [ + "▁Cr", + "ypt" + ], + [ + "▁C", + "rypt" + ], + [ + "▁creat", + "or" + ], + [ + "▁cre", + "ator" + ], + [ + "▁Greek", + "s" + ], + [ + "▁Gree", + "ks" + ], + [ + "▁Gre", + "eks" + ], + [ + "Content", + "s" + ], + [ + "Cont", + "ents" + ], + [ + "▁gg", + "plot" + ], + [ + "▁L", + "U" + ], + [ + "▁", + "LU" + ], + [ + "▁Ros", + "ário" + ], + [ + "▁Pol", + "ônia" + ], + [ + "▁tranquil", + "o" + ], + [ + "▁tranqu", + "ilo" + ], + [ + "▁char", + "set" + ], + [ + "+", + "-" + ], + [ + "▁Fort", + "e" + ], + [ + "▁For", + "te" + ], + [ + "▁F", + "orte" + ], + [ + "▁wish", + "es" + ], + [ + "▁wis", + "hes" + ], + [ + "▁w", + "ishes" + ], + [ + "▁ac", + "opl" + ], + [ + "▁rest", + "ing" + ], + [ + "▁res", + "ting" + ], + [ + "▁Plat", + "form" + ], + [ + "▁Pl", + "atform" + ], + [ + "▁", + "Platform" + ], + [ + "be", + "m" + ], + [ + "b", + "em" + ], + [ + "▁Confeder", + "ate" + ], + [ + "▁Conf", + "ederate" + ], + [ + "▁bat", + "s" + ], + [ + "▁ba", + "ts" + ], + [ + "▁b", + "ats" + ], + [ + "eced", + "or" + ], + [ + "ece", + "dor" + ], + [ + "ec", + "edor" + ], + [ + "▁Adri", + "ana" + ], + [ + "▁myst", + "er" + ], + [ + "▁mys", + "ter" + ], + [ + "▁my", + "ster" + ], + [ + "▁m", + "yster" + ], + [ + "▁rigid", + "ez" + ], + [ + "▁rig", + "idez" + ], + [ + "▁Ab", + "original" + ], + [ + "16", + "]" + ], + [ + "1", + "6]" + ], + [ + "PT", + "R" + ], + [ + "P", + "TR" + ], + [ + "▁Ko", + "l" + ], + [ + "▁K", + "ol" + ], + [ + "▁lembro", + "u" + ], + [ + "▁lembr", + "ou" + ], + [ + "▁lemb", + "rou" + ], + [ + "▁lem", + "brou" + ], + [ + "▁Govern", + "ador" + ], + [ + "Hi", + "de" + ], + [ + "H", + "ide" + ], + [ + "▁sen", + "ha" + ], + [ + "▁s", + "enha" + ], + [ + "▁shift", + "ing" + ], + [ + "▁shif", + "ting" + ], + [ + "07", + ":" + ], + [ + "0", + "7:" + ], + [ + "▁(4", + "4" + ], + [ + "▁(", + "44" + ], + [ + "▁man", + "kind" + ], + [ + "▁Fis", + "cal" + ], + [ + "▁Fi", + "scal" + ], + [ + "▁bo", + "i" + ], + [ + "▁b", + "oi" + ], + [ + "aco", + "es" + ], + [ + "ac", + "oes" + ], + [ + "agre", + "e" + ], + [ + "agr", + "ee" + ], + [ + "ag", + "ree" + ], + [ + "a", + "gree" + ], + [ + "▁util", + "s" + ], + [ + "▁ut", + "ils" + ], + [ + "▁", + "utils" + ], + [ + "20", + "3" + ], + [ + "2", + "03" + ], + [ + "▁altera", + "do" + ], + [ + "▁alter", + "ado" + ], + [ + "▁Hol", + "ocaust" + ], + [ + "▁realiza", + "ções" + ], + [ + "▁realiz", + "ações" + ], + [ + "▁real", + "izações" + ], + [ + "▁comunitária", + "s" + ], + [ + "▁comun", + "itárias" + ], + [ + "▁.", + "5" + ], + [ + "▁", + ".5" + ], + [ + "▁finalidade", + "s" + ], + [ + "▁final", + "idades" + ], + [ + "▁classificada", + "s" + ], + [ + "▁classifica", + "das" + ], + [ + "▁class", + "ificadas" + ], + [ + "▁cobert", + "a" + ], + [ + "▁cob", + "erta" + ], + [ + "▁co", + "berta" + ], + [ + "ulo", + "u" + ], + [ + "ul", + "ou" + ], + [ + "▁doméstica", + "s" + ], + [ + "▁domést", + "icas" + ], + [ + "▁pagamento", + "s" + ], + [ + "▁pag", + "amentos" + ], + [ + "alha", + "r" + ], + [ + "alh", + "ar" + ], + [ + "al", + "har" + ], + [ + "▁link", + "ing" + ], + [ + "▁lin", + "king" + ], + [ + "▁l", + "inking" + ], + [ + "mys", + "ql" + ], + [ + "my", + "sql" + ], + [ + "▁block", + "ing" + ], + [ + "▁vá", + "cuo" + ], + [ + "▁ind", + "etermin" + ], + [ + "▁in", + "determin" + ], + [ + "▁pac", + "to" + ], + [ + "▁p", + "acto" + ], + [ + "▁cred", + "entials" + ], + [ + "▁e", + "igh" + ], + [ + "▁Gener", + "ation" + ], + [ + "▁Gene", + "ration" + ], + [ + "▁Ch", + "á" + ], + [ + "▁C", + "há" + ], + [ + "▁TA", + "b" + ], + [ + "▁T", + "Ab" + ], + [ + "óp", + "ia" + ], + [ + "ó", + "pia" + ], + [ + "````", + "``" + ], + [ + "```", + "```" + ], + [ + "``", + "````" + ], + [ + "▁Read", + "er" + ], + [ + "▁Re", + "ader" + ], + [ + "▁", + "Reader" + ], + [ + "él", + "ico" + ], + [ + "é", + "lico" + ], + [ + "▁47", + "," + ], + [ + "▁4", + "7," + ], + [ + "▁", + "47," + ], + [ + "▁spir", + "al" + ], + [ + "▁sp", + "iral" + ], + [ + "▁Psych", + "iat" + ], + [ + ".1", + ")" + ], + [ + ".", + "1)" + ], + [ + "▁Inf", + "er" + ], + [ + "▁In", + "fer" + ], + [ + "▁(", + "/" + ], + [ + "▁", + "(/" + ], + [ + "▁Trans", + "l" + ], + [ + "▁Tran", + "sl" + ], + [ + "▁variante", + "s" + ], + [ + "▁variant", + "es" + ], + [ + "▁vari", + "antes" + ], + [ + "ley", + "s" + ], + [ + "le", + "ys" + ], + [ + "C", + "tx" + ], + [ + "▁estrutura", + "ção" + ], + [ + "▁estrut", + "uração" + ], + [ + "▁Calcul", + "ating" + ], + [ + "▁Calc", + "ulating" + ], + [ + "▁indispens", + "áveis" + ], + [ + "▁desapar", + "ecimento" + ], + [ + "ous", + "ing" + ], + [ + "ou", + "sing" + ], + [ + "o", + "using" + ], + [ + "in", + "âmica" + ], + [ + "▁D", + "ream" + ], + [ + "11", + ";" + ], + [ + "1", + "1;" + ], + [ + "▁alvo", + "s" + ], + [ + "▁al", + "vos" + ], + [ + "▁ped", + "al" + ], + [ + "▁pe", + "dal" + ], + [ + "▁clar", + "ify" + ], + [ + "▁relax", + "ar" + ], + [ + "▁S", + "V" + ], + [ + "▁", + "SV" + ], + [ + "subplot", + "s" + ], + [ + "sub", + "plots" + ], + [ + "▁l", + "w" + ], + [ + "▁", + "lw" + ], + [ + "▁Music", + "al" + ], + [ + "▁Mus", + "ical" + ], + [ + "(:)", + "," + ], + [ + "(:", + ")," + ], + [ + "▁econom", + "ista" + ], + [ + "▁está", + "tua" + ], + [ + "▁cos", + "ine" + ], + [ + "▁intra", + "c" + ], + [ + "▁intr", + "ac" + ], + [ + "▁int", + "rac" + ], + [ + "▁in", + "trac" + ], + [ + "▁quer", + "ido" + ], + [ + "▁implant", + "ar" + ], + [ + "▁impl", + "antar" + ], + [ + "Tr", + "e" + ], + [ + "T", + "re" + ], + [ + "ughter", + "s" + ], + [ + "ught", + "ers" + ], + [ + "ugh", + "ters" + ], + [ + "▁Cri", + "e" + ], + [ + "▁Cr", + "ie" + ], + [ + "▁C", + "rie" + ], + [ + "▁wrap", + "ped" + ], + [ + "▁wr", + "apped" + ], + [ + "▁Discover", + "y" + ], + [ + "▁Disc", + "overy" + ], + [ + "▁Dis", + "covery" + ], + [ + "▁acceler", + "ate" + ], + [ + "▁1,", + "2" + ], + [ + "▁1", + ",2" + ], + [ + "ings", + "Slinky" + ], + [ + "▁Fá", + "bio" + ], + [ + "▁F", + "ábio" + ], + [ + "▁AC", + "C" + ], + [ + "▁A", + "CC" + ], + [ + "▁", + "ACC" + ], + [ + "▁Ku", + "r" + ], + [ + "▁K", + "ur" + ], + [ + "mal", + "loc" + ], + [ + "m", + "alloc" + ], + [ + "19", + ")" + ], + [ + "1", + "9)" + ], + [ + "63", + "6" + ], + [ + "6", + "36" + ], + [ + "▁força", + "do" + ], + [ + "▁for", + "çado" + ], + [ + "▁concorr", + "entes" + ], + [ + "▁PRO", + "BLE" + ], + [ + "▁inc", + "ess" + ], + [ + "▁in", + "cess" + ], + [ + "imenta", + "ção" + ], + [ + "iment", + "ação" + ], + [ + "0", + "+" + ], + [ + "forme", + "d" + ], + [ + "form", + "ed" + ], + [ + "for", + "med" + ], + [ + "▁avalia", + "do" + ], + [ + "▁avali", + "ado" + ], + [ + "▁aval", + "iado" + ], + [ + "▁paral", + "is" + ], + [ + "▁para", + "lis" + ], + [ + "▁par", + "alis" + ], + [ + "▁designa", + "do" + ], + [ + "▁design", + "ado" + ], + [ + "sci", + "ence" + ], + [ + "sc", + "ience" + ], + [ + "s", + "cience" + ], + [ + "▁Esta", + "va" + ], + [ + "▁Est", + "ava" + ], + [ + "De", + "velop" + ], + [ + "M", + "X" + ], + [ + "▁rus", + "t" + ], + [ + "▁ru", + "st" + ], + [ + "▁r", + "ust" + ], + [ + "▁", + "rust" + ], + [ + "38", + ")" + ], + [ + "3", + "8)" + ], + [ + "iti", + "me" + ], + [ + "it", + "ime" + ], + [ + "i", + "time" + ], + [ + "▁surviv", + "ing" + ], + [ + "▁surv", + "iving" + ], + [ + "▁simplic", + "ity" + ], + [ + "S", + "Q" + ], + [ + "▁aceito", + "u" + ], + [ + "▁ace", + "itou" + ], + [ + "▁anuncia", + "r" + ], + [ + "▁anunci", + "ar" + ], + [ + "▁Tow", + "er" + ], + [ + "▁To", + "wer" + ], + [ + "▁T", + "ower" + ], + [ + "▁Be", + "ij" + ], + [ + "▁torne", + "m" + ], + [ + "▁torn", + "em" + ], + [ + "▁tor", + "nem" + ], + [ + "▁continu", + "ity" + ], + [ + "▁contin", + "uity" + ], + [ + "An", + "t" + ], + [ + "A", + "nt" + ], + [ + "▁rail", + "way" + ], + [ + "▁ser", + "ra" + ], + [ + "▁s", + "erra" + ], + [ + "▁de", + "hydr" + ], + [ + "▁in", + "jeção" + ], + [ + "▁restrit", + "a" + ], + [ + "▁rest", + "rita" + ], + [ + "prem", + "ium" + ], + [ + "p", + "remium" + ], + [ + "▁Urban", + "a" + ], + [ + "▁Urb", + "ana" + ], + [ + "▁RE", + "F" + ], + [ + "▁R", + "EF" + ], + [ + "▁", + "REF" + ], + [ + "at", + "ype" + ], + [ + "a", + "type" + ], + [ + "▁batata", + "s" + ], + [ + "▁bat", + "atas" + ], + [ + "▁controvers", + "y" + ], + [ + "▁Pra", + "t" + ], + [ + "▁Pr", + "at" + ], + [ + "▁P", + "rat" + ], + [ + "▁Concl", + "uindo" + ], + [ + "▁dirt", + "y" + ], + [ + "▁dir", + "ty" + ], + [ + "iller", + "y" + ], + [ + "ille", + "ry" + ], + [ + "ill", + "ery" + ], + [ + "▁estr", + "itamente" + ], + [ + "▁est", + "ritamente" + ], + [ + "▁1", + "°" + ], + [ + "▁ren", + "om" + ], + [ + "▁re", + "nom" + ], + [ + "▁1968", + "," + ], + [ + "▁196", + "8," + ], + [ + "▁19", + "68," + ], + [ + "▁specification", + "s" + ], + [ + "▁specific", + "ations" + ], + [ + "▁spec", + "ifications" + ], + [ + "▁perce", + "ive" + ], + [ + "04", + ":" + ], + [ + "0", + "4:" + ], + [ + "]]", + ")" + ], + [ + "]", + "])" + ], + [ + "▁Like", + "wise" + ], + [ + "▁Guide", + "lines" + ], + [ + "▁Guid", + "elines" + ], + [ + "▁Gu", + "idelines" + ], + [ + "▁ok", + "ay" + ], + [ + "▁mine", + "r" + ], + [ + "▁min", + "er" + ], + [ + "▁mi", + "ner" + ], + [ + "▁m", + "iner" + ], + [ + "▁paradigma", + "s" + ], + [ + "▁paradigm", + "as" + ], + [ + "▁paradig", + "mas" + ], + [ + "▁sor", + "o" + ], + [ + "▁so", + "ro" + ], + [ + "▁s", + "oro" + ], + [ + ",2", + "," + ], + [ + ",", + "2," + ], + [ + "▁cotidiana", + "s" + ], + [ + "▁cotid", + "ianas" + ], + [ + "▁Comp", + "le" + ], + [ + "▁Com", + "ple" + ], + [ + "mil", + "e" + ], + [ + "mi", + "le" + ], + [ + "m", + "ile" + ], + [ + "mar", + "shal" + ], + [ + "▁boil", + "ing" + ], + [ + "▁boi", + "ling" + ], + [ + "▁bo", + "iling" + ], + [ + "▁Vill", + "a" + ], + [ + "▁Vil", + "la" + ], + [ + "▁V", + "illa" + ], + [ + "ket", + "ch" + ], + [ + "k", + "etch" + ], + [ + "(1", + "7" + ], + [ + "(", + "17" + ], + [ + "-3", + "," + ], + [ + "-", + "3," + ], + [ + "26", + "4" + ], + [ + "2", + "64" + ], + [ + "▁Nich", + "olas" + ], + [ + "Annot", + "ation" + ], + [ + "An", + "notation" + ], + [ + "▁ind", + "ev" + ], + [ + "▁in", + "dev" + ], + [ + "▁morta", + "is" + ], + [ + "▁mort", + "ais" + ], + [ + "▁trag", + "ed" + ], + [ + "▁tra", + "ged" + ], + [ + "▁tr", + "aged" + ], + [ + "HE", + "C" + ], + [ + "H", + "EC" + ], + [ + "▁Prova", + "velmente" + ], + [ + "▁Prov", + "avelmente" + ], + [ + "▁ac", + "up" + ], + [ + "▁a", + "cup" + ], + [ + "▁deal", + "t" + ], + [ + "▁de", + "alt" + ], + [ + "tri", + "gger" + ], + [ + "t", + "rigger" + ], + [ + "Str", + "ategy" + ], + [ + "Day", + "s" + ], + [ + "Da", + "ys" + ], + [ + "D", + "ays" + ], + [ + "▁correct", + "ed" + ], + [ + "▁corre", + "cted" + ], + [ + "▁corr", + "ected" + ], + [ + "▁underta", + "ken" + ], + [ + "▁Access", + "ed" + ], + [ + "▁Acc", + "essed" + ], + [ + "▁pat", + "amar" + ], + [ + "▁isolada", + "s" + ], + [ + "▁isol", + "adas" + ], + [ + "▁classifica", + "do" + ], + [ + "▁class", + "ificado" + ], + [ + "▁far", + "ther" + ], + [ + "20,", + "0" + ], + [ + "20", + ",0" + ], + [ + "2", + "0,0" + ], + [ + "▁Merc", + "ury" + ], + [ + "▁defende", + "u" + ], + [ + "▁defend", + "eu" + ], + [ + "▁def", + "endeu" + ], + [ + "▁orgulho", + "s" + ], + [ + "▁org", + "ulhos" + ], + [ + "lier", + "s" + ], + [ + "lie", + "rs" + ], + [ + "li", + "ers" + ], + [ + "l", + "iers" + ], + [ + "▁Concept", + "s" + ], + [ + "▁Conce", + "pts" + ], + [ + "▁got", + "a" + ], + [ + "▁go", + "ta" + ], + [ + "▁g", + "ota" + ], + [ + "cu", + "h" + ], + [ + "c", + "uh" + ], + [ + "▁194", + "4" + ], + [ + "▁19", + "44" + ], + [ + "▁Po", + "or" + ], + [ + "▁{1", + "," + ], + [ + "▁{", + "1," + ], + [ + "▁new", + "born" + ], + [ + "H", + "ot" + ], + [ + "▁recebido", + "s" + ], + [ + "▁receb", + "idos" + ], + [ + "ific", + "o" + ], + [ + "ifi", + "co" + ], + [ + "if", + "ico" + ], + [ + "i", + "fico" + ], + [ + "▁gen", + "oma" + ], + [ + "▁not", + "ing" + ], + [ + "▁no", + "ting" + ], + [ + "▁n", + "oting" + ], + [ + "▁accompan", + "ying" + ], + [ + "▁'')", + "," + ], + [ + "▁''", + ")," + ], + [ + "▁'", + "')," + ], + [ + "▁bon", + "us" + ], + [ + "▁inher", + "it" + ], + [ + "▁1989", + "." + ], + [ + "▁198", + "9." + ], + [ + "▁19", + "89." + ], + [ + "end", + "i" + ], + [ + "en", + "di" + ], + [ + "▁Colon", + "ial" + ], + [ + "▁Col", + "onial" + ], + [ + "2", + "'" + ], + [ + "▁22", + "4" + ], + [ + "▁2", + "24" + ], + [ + "▁", + "224" + ], + [ + "conce", + "pt" + ], + [ + "con", + "cept" + ], + [ + "CHAR", + "ACTER" + ], + [ + "ten", + "ha" + ], + [ + "t", + "enha" + ], + [ + "ântico", + "s" + ], + [ + "ân", + "ticos" + ], + [ + "13", + "]" + ], + [ + "1", + "3]" + ], + [ + "▁locom", + "ot" + ], + [ + "▁loc", + "omot" + ], + [ + "quent", + "a" + ], + [ + "qu", + "enta" + ], + [ + "▁19", + "18" + ], + [ + "▁deriva", + "do" + ], + [ + "▁deriv", + "ado" + ], + [ + "▁der", + "ivado" + ], + [ + "▁represent", + "ou" + ], + [ + "▁longev", + "idade" + ], + [ + "▁fach", + "ada" + ], + [ + "▁fac", + "hada" + ], + [ + "▁Mac", + "k" + ], + [ + "▁Ma", + "ck" + ], + [ + "▁M", + "ack" + ], + [ + "ombo", + "s" + ], + [ + "omb", + "os" + ], + [ + "om", + "bos" + ], + [ + "▁wound", + "ed" + ], + [ + "▁55", + "." + ], + [ + "▁5", + "5." + ], + [ + "▁", + "55." + ], + [ + "▁Ze", + "n" + ], + [ + "▁Z", + "en" + ], + [ + "CRE", + "ATE" + ], + [ + "▁president", + "ial" + ], + [ + "▁presid", + "ential" + ], + [ + "▁pres", + "idential" + ], + [ + "▁BU", + "S" + ], + [ + "▁B", + "US" + ], + [ + "▁Z", + "ERO" + ], + [ + "▁", + "ZERO" + ], + [ + "#9", + "#9" + ], + [ + "ani", + "smo" + ], + [ + "an", + "ismo" + ], + [ + "▁su", + "or" + ], + [ + "M", + "iddle" + ], + [ + "▁hid", + "ing" + ], + [ + "▁hi", + "ding" + ], + [ + "▁h", + "iding" + ], + [ + "▁ecol", + "ogy" + ], + [ + "▁ec", + "ology" + ], + [ + "▁sold", + "ado" + ], + [ + "Struct", + "ure" + ], + [ + "Str", + "ucture" + ], + [ + "▁prelim", + "inary" + ], + [ + "▁Ass", + "oc" + ], + [ + "▁As", + "soc" + ], + [ + "▁instruction", + "al" + ], + [ + "▁ph", + "p" + ], + [ + "▁p", + "hp" + ], + [ + "▁", + "php" + ], + [ + "▁educando", + "s" + ], + [ + "▁educ", + "andos" + ], + [ + "▁stretch", + "ing" + ], + [ + "▁stret", + "ching" + ], + [ + "▁Ri", + "ng" + ], + [ + "▁R", + "ing" + ], + [ + "▁", + "Ring" + ], + [ + "Sa", + "n" + ], + [ + "S", + "an" + ], + [ + "ap", + "é" + ], + [ + "▁osteop", + "orose" + ], + [ + "▁t", + "ún" + ], + [ + "▁englob", + "a" + ], + [ + "▁favela", + "s" + ], + [ + "▁fav", + "elas" + ], + [ + "▁Abr", + "eu" + ], + [ + "▁Ab", + "reu" + ], + [ + "▁omb", + "ro" + ], + [ + "▁om", + "bro" + ], + [ + "▁atra", + "ente" + ], + [ + "▁express", + "ing" + ], + [ + "▁", + "∠" + ], + [ + "▁lin", + "ing" + ], + [ + "▁li", + "ning" + ], + [ + "▁l", + "ining" + ], + [ + "▁chromos", + "ome" + ], + [ + "▁STAT", + "US" + ], + [ + "▁", + "STATUS" + ], + [ + "▁appl", + "iances" + ], + [ + "▁color", + "idas" + ], + [ + "▁19", + "14" + ], + [ + "ó", + "cia" + ], + [ + "iform", + "e" + ], + [ + "i", + "forme" + ], + [ + "▁vaz", + "ão" + ], + [ + "▁damage", + "s" + ], + [ + "▁dam", + "ages" + ], + [ + "Button", + "s" + ], + [ + "But", + "tons" + ], + [ + "▁So", + "d" + ], + [ + "▁S", + "od" + ], + [ + "▁encontrava", + "m" + ], + [ + "▁encontra", + "vam" + ], + [ + "▁encontr", + "avam" + ], + [ + "▁encont", + "ravam" + ], + [ + "▁GU", + "I" + ], + [ + "▁G", + "UI" + ], + [ + "▁", + "GUI" + ], + [ + "char", + "s" + ], + [ + "cha", + "rs" + ], + [ + "ch", + "ars" + ], + [ + "▁Cor", + "p" + ], + [ + "▁Co", + "rp" + ], + [ + "▁PRO", + "PERT" + ], + [ + "▁", + "PROPERT" + ], + [ + "▁QUA", + "L" + ], + [ + "▁QU", + "AL" + ], + [ + "▁Q", + "UAL" + ], + [ + "▁", + "QUAL" + ], + [ + "É", + "M" + ], + [ + "▁F", + "o" + ], + [ + "▁", + "Fo" + ], + [ + "▁a", + "a" + ], + [ + "▁", + "aa" + ], + [ + "▁far", + "ão" + ], + [ + "▁fa", + "rão" + ], + [ + "▁f", + "arão" + ], + [ + "▁La", + "n" + ], + [ + "▁L", + "an" + ], + [ + "▁initialize", + "d" + ], + [ + "▁initial", + "ized" + ], + [ + "79", + "5" + ], + [ + "7", + "95" + ], + [ + "▁ingredient", + "e" + ], + [ + "▁ingred", + "iente" + ], + [ + "▁Acess", + "e" + ], + [ + "▁Ac", + "esse" + ], + [ + "▁cannab", + "is" + ], + [ + "▁inadequ", + "ado" + ], + [ + "▁gland", + "s" + ], + [ + "▁gl", + "ands" + ], + [ + "▁g", + "lands" + ], + [ + "▁válv", + "ula" + ], + [ + "▁orienta", + "do" + ], + [ + "▁orient", + "ado" + ], + [ + "▁dum", + "a" + ], + [ + "▁du", + "ma" + ], + [ + "▁d", + "uma" + ], + [ + "guer", + "ra" + ], + [ + "gu", + "erra" + ], + [ + "▁consulta", + "tion" + ], + [ + "▁consult", + "ation" + ], + [ + "▁Med", + "eiros" + ], + [ + "▁Me", + "deiros" + ], + [ + "▁receber", + "á" + ], + [ + "▁Biol", + "ogical" + ], + [ + "▁Bi", + "ological" + ], + [ + "mico", + "s" + ], + [ + "mic", + "os" + ], + [ + "mi", + "cos" + ], + [ + "m", + "icos" + ], + [ + "▁cr", + "ânio" + ], + [ + "▁quant", + "ia" + ], + [ + "▁atendimento", + "s" + ], + [ + "▁atend", + "imentos" + ], + [ + "▁at", + "endimentos" + ], + [ + "ott", + "e" + ], + [ + "ot", + "te" + ], + [ + "▁manda", + "mento" + ], + [ + "▁mand", + "amento" + ], + [ + "z", + "u" + ], + [ + "oll", + "y" + ], + [ + "ol", + "ly" + ], + [ + "▁primária", + "s" + ], + [ + "▁prim", + "árias" + ], + [ + "▁continuar", + "á" + ], + [ + "▁continu", + "ará" + ], + [ + "▁Fri", + "a" + ], + [ + "▁Fr", + "ia" + ], + [ + "▁F", + "ria" + ], + [ + "▁Sor", + "ry" + ], + [ + "hi", + "n" + ], + [ + "h", + "in" + ], + [ + "ilosoph", + "er" + ], + [ + "ilos", + "opher" + ], + [ + "▁rail", + "road" + ], + [ + "▁command", + "er" + ], + [ + "▁comm", + "ander" + ], + [ + "▁ES", + "A" + ], + [ + "▁E", + "SA" + ], + [ + "▁", + "ESA" + ], + [ + "▁descend", + "ente" + ], + [ + "▁desc", + "endente" + ], + [ + "▁''", + ")" + ], + [ + "▁'", + "')" + ], + [ + "▁su", + "í" + ], + [ + "▁s", + "uí" + ], + [ + "▁\"", + "*" + ], + [ + "▁ri", + "p" + ], + [ + "▁r", + "ip" + ], + [ + "▁", + "rip" + ], + [ + "site", + "s" + ], + [ + "si", + "tes" + ], + [ + "s", + "ites" + ], + [ + "Set", + "s" + ], + [ + "Se", + "ts" + ], + [ + "S", + "ets" + ], + [ + "ade", + "n" + ], + [ + "ad", + "en" + ], + [ + "a", + "den" + ], + [ + "▁shot", + "s" + ], + [ + "▁sho", + "ts" + ], + [ + "▁sh", + "ots" + ], + [ + "▁Mes", + "opot" + ], + [ + "▁cooper", + "ativa" + ], + [ + "ETH", + "ER" + ], + [ + "ET", + "HER" + ], + [ + "E", + "THER" + ], + [ + "▁Ver", + "ão" + ], + [ + "▁Ve", + "rão" + ], + [ + "is", + "econds" + ], + [ + "i", + "seconds" + ], + [ + "Data", + "Source" + ], + [ + "▁commod", + "ity" + ], + [ + "▁Chr", + "ome" + ], + [ + "▁Ch", + "rome" + ], + [ + "▁49", + "," + ], + [ + "▁4", + "9," + ], + [ + "▁", + "49," + ], + [ + "comp", + "ar" + ], + [ + "com", + "par" + ], + [ + "▁anúncio", + "s" + ], + [ + "▁anún", + "cios" + ], + [ + "oco", + "u" + ], + [ + "oc", + "ou" + ], + [ + "o", + "cou" + ], + [ + "▁FRE", + "E" + ], + [ + "▁FR", + "EE" + ], + [ + "▁F", + "REE" + ], + [ + "▁lett", + "ing" + ], + [ + "▁let", + "ting" + ], + [ + "▁\"", + "{" + ], + [ + "▁Ab", + "ord" + ], + [ + "▁war", + "p" + ], + [ + "▁wa", + "rp" + ], + [ + "▁", + "warp" + ], + [ + "▁pô", + "s" + ], + [ + "▁p", + "ôs" + ], + [ + "▁proximidade", + "s" + ], + [ + "▁proxim", + "idades" + ], + [ + "▁Cham", + "p" + ], + [ + "▁Cha", + "mp" + ], + [ + "▁Ch", + "amp" + ], + [ + "▁céle", + "bre" + ], + [ + "pil", + "l" + ], + [ + "pi", + "ll" + ], + [ + "p", + "ill" + ], + [ + "▁", + "к" + ], + [ + "inou", + "t" + ], + [ + "ino", + "ut" + ], + [ + "in", + "out" + ], + [ + "gener", + "ation" + ], + [ + "gene", + "ration" + ], + [ + "▁aprofund", + "amento" + ], + [ + "▁Mat", + "t" + ], + [ + "▁Ma", + "tt" + ], + [ + "▁M", + "att" + ], + [ + "roll", + "ing" + ], + [ + "rol", + "ling" + ], + [ + "▁presc", + "rição" + ], + [ + "▁resolvi", + "do" + ], + [ + "▁resol", + "vido" + ], + [ + "06", + "5" + ], + [ + "0", + "65" + ], + [ + "uam", + "ente" + ], + [ + "ua", + "mente" + ], + [ + "u", + "amente" + ], + [ + "▁billion", + "s" + ], + [ + "▁bill", + "ions" + ], + [ + "▁conta", + "bil" + ], + [ + "▁cont", + "abil" + ], + [ + "▁70", + "." + ], + [ + "▁7", + "0." + ], + [ + "▁cruz", + "amento" + ], + [ + "▁Z", + "a" + ], + [ + "GU", + "I" + ], + [ + "G", + "UI" + ], + [ + "entr", + "ies" + ], + [ + "ent", + "ries" + ], + [ + "▁dem", + "ência" + ], + [ + "▁Pra", + "do" + ], + [ + "▁Pr", + "ado" + ], + [ + "▁P", + "rado" + ], + [ + "____", + "_" + ], + [ + "___", + "__" + ], + [ + "__", + "___" + ], + [ + "_", + "____" + ], + [ + "Thread", + "s" + ], + [ + "Th", + "reads" + ], + [ + "str", + "o" + ], + [ + "st", + "ro" + ], + [ + "s", + "tro" + ], + [ + "ênd", + "o" + ], + [ + "ên", + "do" + ], + [ + "▁1,", + "3" + ], + [ + "ener", + "s" + ], + [ + "ene", + "rs" + ], + [ + "en", + "ers" + ], + [ + "e", + "ners" + ], + [ + "achel", + "or" + ], + [ + "ache", + "lor" + ], + [ + "▁manip", + "ulate" + ], + [ + "▁Desen", + "volv" + ], + [ + "▁terapêut", + "ico" + ], + [ + "01", + "3" + ], + [ + "0", + "13" + ], + [ + "▁Plat", + "a" + ], + [ + "▁Pl", + "ata" + ], + [ + "▁rea", + "ss" + ], + [ + "▁re", + "ass" + ], + [ + "▁Prof", + "ile" + ], + [ + "▁Pro", + "file" + ], + [ + "▁", + "Profile" + ], + [ + "▁Juda", + "s" + ], + [ + "▁Jud", + "as" + ], + [ + "▁Ju", + "das" + ], + [ + "▁J", + "udas" + ], + [ + "▁Mechan", + "ics" + ], + [ + "▁volunt", + "ary" + ], + [ + "Sig", + "ma" + ], + [ + "S", + "igma" + ], + [ + "▁preca", + "r" + ], + [ + "▁prec", + "ar" + ], + [ + "▁pre", + "car" + ], + [ + "▁Jo", + "y" + ], + [ + "▁J", + "oy" + ], + [ + "eto", + "oth" + ], + [ + "CON", + "ST" + ], + [ + "▁russ", + "a" + ], + [ + "▁rus", + "sa" + ], + [ + "▁restaur", + "ant" + ], + [ + "▁sp", + "am" + ], + [ + "▁mesa", + "s" + ], + [ + "▁mes", + "as" + ], + [ + "▁m", + "esas" + ], + [ + "▁percebe", + "m" + ], + [ + "▁perceb", + "em" + ], + [ + "▁perce", + "bem" + ], + [ + "▁thro", + "ne" + ], + [ + "▁thr", + "one" + ], + [ + "▁típico", + "s" + ], + [ + "▁típ", + "icos" + ], + [ + "27", + "8" + ], + [ + "2", + "78" + ], + [ + "bon", + "s" + ], + [ + "bo", + "ns" + ], + [ + "b", + "ons" + ], + [ + "▁páss", + "aro" + ], + [ + "mic", + "ro" + ], + [ + "mi", + "cro" + ], + [ + "▁scor", + "ing" + ], + [ + "▁sco", + "ring" + ], + [ + "▁sc", + "oring" + ], + [ + "\")", + ">" + ], + [ + "\"", + ")>" + ], + [ + "▁mato", + "u" + ], + [ + "▁mat", + "ou" + ], + [ + "▁Geral", + "do" + ], + [ + "▁Ger", + "aldo" + ], + [ + "Ctr", + "l" + ], + [ + "C", + "trl" + ], + [ + "▁lúd", + "ico" + ], + [ + "Op", + "s" + ], + [ + "O", + "ps" + ], + [ + "y", + "ellow" + ], + [ + "▁color", + "ido" + ], + [ + "▁b", + "b" + ], + [ + "▁", + "bb" + ], + [ + "itis", + "mo" + ], + [ + "iti", + "smo" + ], + [ + "it", + "ismo" + ], + [ + "89", + "5" + ], + [ + "8", + "95" + ], + [ + "▁mantido", + "s" + ], + [ + "▁mant", + "idos" + ], + [ + "▁Comport", + "amento" + ], + [ + "▁not", + "urno" + ], + [ + "land", + "o" + ], + [ + "lan", + "do" + ], + [ + "l", + "ando" + ], + [ + "ever", + "y" + ], + [ + "ev", + "ery" + ], + [ + "e", + "very" + ], + [ + "▁tra", + "m" + ], + [ + "▁tr", + "am" + ], + [ + "▁t", + "ram" + ], + [ + "▁Hol", + "lywood" + ], + [ + "▁n", + "ó" + ], + [ + "Un", + "def" + ], + [ + "U", + "ndef" + ], + [ + "vid", + "e" + ], + [ + "vi", + "de" + ], + [ + "v", + "ide" + ], + [ + "23", + "2" + ], + [ + "2", + "32" + ], + [ + "▁Centro", + "s" + ], + [ + "▁Cent", + "ros" + ], + [ + "(2)", + ":" + ], + [ + "(2", + "):" + ], + [ + "▁To", + "w" + ], + [ + "▁T", + "ow" + ], + [ + ".1", + "2" + ], + [ + ".", + "12" + ], + [ + "▁Exp", + "and" + ], + [ + "▁", + "Expand" + ], + [ + "sol", + "ution" + ], + [ + "▁paix", + "ões" + ], + [ + "▁photo", + "n" + ], + [ + "▁phot", + "on" + ], + [ + "▁ph", + "oton" + ], + [ + "Pay", + "ment" + ], + [ + "▁E", + "A" + ], + [ + "▁", + "EA" + ], + [ + "▁ríg", + "ido" + ], + [ + "▁despe", + "d" + ], + [ + "▁desp", + "ed" + ], + [ + "▁des", + "ped" + ], + [ + "05", + "," + ], + [ + "0", + "5," + ], + [ + "▁Ya", + "n" + ], + [ + "▁Y", + "an" + ], + [ + "▁pic", + "ada" + ], + [ + "▁pi", + "cada" + ], + [ + "bus", + "iness" + ], + [ + "▁Alfred", + "o" + ], + [ + "▁Alf", + "redo" + ], + [ + "▁Al", + "fredo" + ], + [ + "de", + "ia" + ], + [ + "ónica", + "s" + ], + [ + "ón", + "icas" + ], + [ + "▁sugar", + "s" + ], + [ + "▁sug", + "ars" + ], + [ + "▁Inf", + "ect" + ], + [ + "▁In", + "fect" + ], + [ + "process", + "ed" + ], + [ + "proc", + "essed" + ], + [ + "▁Li", + "p" + ], + [ + "▁L", + "ip" + ], + [ + "▁oz", + "one" + ], + [ + "▁o", + "zone" + ], + [ + "▁stay", + "ed" + ], + [ + ".", + "`" + ], + [ + "▁promov", + "ida" + ], + [ + "▁mol", + "ho" + ], + [ + "▁m", + "olho" + ], + [ + "ag", + "g" + ], + [ + "a", + "gg" + ], + [ + "▁14", + "7" + ], + [ + "▁1", + "47" + ], + [ + "▁", + "147" + ], + [ + "▁Bir", + "th" + ], + [ + "▁B", + "irth" + ], + [ + "ÂNC", + "IA" + ], + [ + "ÂN", + "CIA" + ], + [ + "▁advoc", + "ate" + ], + [ + "▁Mand", + "ela" + ], + [ + "sol", + "ve" + ], + [ + "▁dire", + "ções" + ], + [ + "ani", + "c" + ], + [ + "an", + "ic" + ], + [ + "a", + "nic" + ], + [ + "task", + "s" + ], + [ + "tas", + "ks" + ], + [ + "t", + "asks" + ], + [ + "▁ton", + "a" + ], + [ + "▁to", + "na" + ], + [ + "▁t", + "ona" + ], + [ + "ixo", + "n" + ], + [ + "ix", + "on" + ], + [ + "▁voltar", + "am" + ], + [ + "▁volta", + "ram" + ], + [ + "▁volt", + "aram" + ], + [ + "▁Who", + "le" + ], + [ + "▁Wh", + "ole" + ], + [ + "▁W", + "hole" + ], + [ + "iam", + "i" + ], + [ + "ia", + "mi" + ], + [ + "i", + "ami" + ], + [ + "▁{0", + "}" + ], + [ + "▁{", + "0}" + ], + [ + "▁aprend", + "a" + ], + [ + "▁apr", + "enda" + ], + [ + "▁object", + "o" + ], + [ + "▁$", + "6" + ], + [ + "▁atr", + "el" + ], + [ + "▁at", + "rel" + ], + [ + "▁contida", + "s" + ], + [ + "▁cont", + "idas" + ], + [ + "▁destino", + "s" + ], + [ + "▁destin", + "os" + ], + [ + "▁dest", + "inos" + ], + [ + "AS", + "C" + ], + [ + "A", + "SC" + ], + [ + "He", + "r" + ], + [ + "H", + "er" + ], + [ + "▁pol", + "i" + ], + [ + "▁po", + "li" + ], + [ + "▁p", + "oli" + ], + [ + "▁diminui", + "u" + ], + [ + "▁diminu", + "iu" + ], + [ + "▁province", + "s" + ], + [ + "▁provin", + "ces" + ], + [ + "▁Mu", + "l" + ], + [ + "▁M", + "ul" + ], + [ + "▁194", + "2" + ], + [ + "▁19", + "42" + ], + [ + "▁Most", + "ra" + ], + [ + "▁Mos", + "tra" + ], + [ + "▁Mo", + "stra" + ], + [ + "▁M", + "ostra" + ], + [ + "▁porta", + "ble" + ], + [ + "▁port", + "able" + ], + [ + "▁por", + "table" + ], + [ + "▁relativ", + "ity" + ], + [ + "▁relat", + "ivity" + ], + [ + "▁rel", + "ativity" + ], + [ + "▁pressuposto", + "s" + ], + [ + "▁pressup", + "ostos" + ], + [ + "Array", + "s" + ], + [ + "Arr", + "ays" + ], + [ + "Ar", + "rays" + ], + [ + "cal", + "e" + ], + [ + "ca", + "le" + ], + [ + "c", + "ale" + ], + [ + "▁End", + "o" + ], + [ + "▁En", + "do" + ], + [ + "▁anti", + "p" + ], + [ + "▁ant", + "ip" + ], + [ + "▁an", + "tip" + ], + [ + "▁ru", + "ínas" + ], + [ + "▁car", + "ing" + ], + [ + "▁ca", + "ring" + ], + [ + "▁c", + "aring" + ], + [ + "▁L", + "íb" + ], + [ + "D", + "Y" + ], + [ + "dt", + "ype" + ], + [ + "d", + "type" + ], + [ + "▁esquema", + "s" + ], + [ + "▁esque", + "mas" + ], + [ + "▁esqu", + "emas" + ], + [ + "▁peace", + "ful" + ], + [ + "▁11", + ")" + ], + [ + "▁1", + "1)" + ], + [ + "▁", + "11)" + ], + [ + "u", + "á" + ], + [ + "egypt", + "i" + ], + [ + "▁entregue", + "s" + ], + [ + "▁entreg", + "ues" + ], + [ + "▁entre", + "gues" + ], + [ + "▁supermer", + "cado" + ], + [ + "T", + "ip" + ], + [ + "uk", + "i" + ], + [ + "u", + "ki" + ], + [ + "▁t", + "ím" + ], + [ + "▁pat", + "as" + ], + [ + "▁pa", + "tas" + ], + [ + "▁p", + "atas" + ], + [ + "▁tentar", + "am" + ], + [ + "▁tenta", + "ram" + ], + [ + "▁tent", + "aram" + ], + [ + "▁kn", + "e" + ], + [ + "▁k", + "ne" + ], + [ + "▁head", + "ache" + ], + [ + "▁inter", + "depend" + ], + [ + "▁vis", + "lum" + ], + [ + "reg", + "istry" + ], + [ + "▁Un", + "icamp" + ], + [ + "Not", + "ify" + ], + [ + "▁orelha", + "s" + ], + [ + "▁or", + "elhas" + ], + [ + "▁prolong", + "ado" + ], + [ + "Ex", + "ec" + ], + [ + "▁diab", + "o" + ], + [ + "▁dia", + "bo" + ], + [ + "▁di", + "abo" + ], + [ + "▁atent", + "a" + ], + [ + "▁at", + "enta" + ], + [ + "ane", + "idade" + ], + [ + "▁madr", + "ugada" + ], + [ + "▁Bás", + "ico" + ], + [ + "cha", + "m" + ], + [ + "ch", + "am" + ], + [ + "c", + "ham" + ], + [ + "Resp", + "onder" + ], + [ + "Res", + "ponder" + ], + [ + "▁reconhece", + "m" + ], + [ + "▁reconhec", + "em" + ], + [ + "▁reconhe", + "cem" + ], + [ + "▁no", + "ble" + ], + [ + "▁err", + "adic" + ], + [ + "▁Bal", + "timore" + ], + [ + "▁Kat", + "h" + ], + [ + "▁Ka", + "th" + ], + [ + "▁K", + "ath" + ], + [ + "▁spect", + "ral" + ], + [ + "oria", + "is" + ], + [ + "ori", + "ais" + ], + [ + "or", + "iais" + ], + [ + "HAN", + "D" + ], + [ + "HA", + "ND" + ], + [ + "H", + "AND" + ], + [ + "▁dis", + "charg" + ], + [ + "rota", + "tion" + ], + [ + "rot", + "ation" + ], + [ + "▁kidney", + "s" + ], + [ + "▁kid", + "neys" + ], + [ + "cler", + "os" + ], + [ + "cle", + "ros" + ], + [ + "cl", + "eros" + ], + [ + "▁sinal", + "ização" + ], + [ + "EC", + "A" + ], + [ + "E", + "CA" + ], + [ + "^{", + "-" + ], + [ + "Comm", + "it" + ], + [ + "Com", + "mit" + ], + [ + "▁stick", + "s" + ], + [ + "▁st", + "icks" + ], + [ + "▁s", + "ticks" + ], + [ + "▁ci", + "s" + ], + [ + "▁c", + "is" + ], + [ + "▁", + "cis" + ], + [ + "▁editor", + "s" + ], + [ + "▁edit", + "ors" + ], + [ + "▁ed", + "itors" + ], + [ + "▁revolucion", + "ária" + ], + [ + "(100", + ")" + ], + [ + "(10", + "0)" + ], + [ + "(1", + "00)" + ], + [ + "(", + "100)" + ], + [ + "▁SHA", + "LL" + ], + [ + "▁SH", + "ALL" + ], + [ + "▁Pred", + "ict" + ], + [ + "▁Pre", + "dict" + ], + [ + "▁racional", + "idade" + ], + [ + "▁Steve", + "n" + ], + [ + "▁Ste", + "ven" + ], + [ + "▁St", + "even" + ], + [ + "▁aut", + "umn" + ], + [ + "EP", + "S" + ], + [ + "E", + "PS" + ], + [ + "▁retire", + "ment" + ], + [ + "▁retir", + "ement" + ], + [ + "mi", + "x" + ], + [ + "m", + "ix" + ], + [ + "45", + "9" + ], + [ + "4", + "59" + ], + [ + "72", + "1" + ], + [ + "7", + "21" + ], + [ + "▁lea", + "p" + ], + [ + "▁le", + "ap" + ], + [ + "arn", + "ess" + ], + [ + "ar", + "ness" + ], + [ + "pe", + "ople" + ], + [ + "▁py", + "ramid" + ], + [ + "▁man", + "uf" + ], + [ + "▁C", + "i" + ], + [ + "▁TO", + "P" + ], + [ + "▁T", + "OP" + ], + [ + "▁", + "TOP" + ], + [ + "▁GP", + "IO" + ], + [ + "▁", + "GPIO" + ], + [ + "mag", + "n" + ], + [ + "ma", + "gn" + ], + [ + "m", + "agn" + ], + [ + "acion", + "es" + ], + [ + "aci", + "ones" + ], + [ + "ax", + "i" + ], + [ + "a", + "xi" + ], + [ + "ent", + "r" + ], + [ + "en", + "tr" + ], + [ + "▁li", + "s" + ], + [ + "▁l", + "is" + ], + [ + "▁", + "lis" + ], + [ + "▁per", + "ipheral" + ], + [ + "▁hold", + "er" + ], + [ + "▁hol", + "der" + ], + [ + "▁ho", + "lder" + ], + [ + "▁h", + "older" + ], + [ + "▁", + "holder" + ], + [ + "▁investig", + "ating" + ], + [ + "▁manga", + "n" + ], + [ + "▁man", + "gan" + ], + [ + "▁m", + "angan" + ], + [ + "inam", + "ente" + ], + [ + "ina", + "mente" + ], + [ + "in", + "amente" + ], + [ + "▁liquid", + "s" + ], + [ + "▁liqu", + "ids" + ], + [ + "▁initial", + "ization" + ], + [ + "▁Sp", + "ot" + ], + [ + "▁S", + "pot" + ], + [ + "}'", + "," + ], + [ + "}", + "'," + ], + [ + "▁Du", + "m" + ], + [ + "▁D", + "um" + ], + [ + "Ign", + "ore" + ], + [ + "▁Fl", + "ight" + ], + [ + "▁F", + "light" + ], + [ + "▁saída", + "s" + ], + [ + "▁sa", + "ídas" + ], + [ + "▁2.", + "6" + ], + [ + "▁2", + ".6" + ], + [ + "▁", + "2.6" + ], + [ + "ce", + "fal" + ], + [ + "▁gosto", + "u" + ], + [ + "▁gost", + "ou" + ], + [ + "▁dan", + "inhas" + ], + [ + "▁Método", + "s" + ], + [ + "▁Mét", + "odos" + ], + [ + "▁Plan", + "ck" + ], + [ + "▁Pl", + "anck" + ], + [ + "▁alerta", + "r" + ], + [ + "▁alert", + "ar" + ], + [ + "▁al", + "ertar" + ], + [ + "▁lob", + "o" + ], + [ + "▁lo", + "bo" + ], + [ + "▁l", + "obo" + ], + [ + "▁hor", + "ária" + ], + [ + "▁ag", + "ilidade" + ], + [ + "erve", + "r" + ], + [ + "erv", + "er" + ], + [ + "er", + "ver" + ], + [ + "▁circun", + "d" + ], + [ + "▁circ", + "und" + ], + [ + "DL", + "E" + ], + [ + "D", + "LE" + ], + [ + "▁co", + "ach" + ], + [ + "▁g", + "host" + ], + [ + "▁acid", + "ez" + ], + [ + "▁ac", + "idez" + ], + [ + "▁Barb", + "ara" + ], + [ + "▁Maur", + "ício" + ], + [ + ")$", + "." + ], + [ + ")", + "$." + ], + [ + "▁Specific", + "ally" + ], + [ + "Go", + "od" + ], + [ + "G", + "ood" + ], + [ + "▁Custom", + "er" + ], + [ + "▁Custo", + "mer" + ], + [ + "▁Cust", + "omer" + ], + [ + "▁", + "Customer" + ], + [ + "▁surviv", + "ors" + ], + [ + "A", + "WS" + ], + [ + "▁arr", + "a" + ], + [ + "▁ar", + "ra" + ], + [ + "▁In", + "line" + ], + [ + "▁achievement", + "s" + ], + [ + "▁achieve", + "ments" + ], + [ + "▁achie", + "vements" + ], + [ + "'])", + ";" + ], + [ + "']", + ");" + ], + [ + "'", + "]);" + ], + [ + "▁fale", + "i" + ], + [ + "▁fal", + "ei" + ], + [ + "▁fa", + "lei" + ], + [ + "▁má", + "gico" + ], + [ + "▁m", + "ágico" + ], + [ + "▁W", + "a" + ], + [ + "▁descend", + "ants" + ], + [ + "6", + "\"" + ], + [ + "▁est", + "il" + ], + [ + "▁es", + "til" + ], + [ + "▁black", + "s" + ], + [ + "▁bl", + "acks" + ], + [ + "▁Tree", + "s" + ], + [ + "▁Tre", + "es" + ], + [ + "▁Tr", + "ees" + ], + [ + "▁ativa", + "ção" + ], + [ + "▁ativ", + "ação" + ], + [ + "▁at", + "ivação" + ], + [ + "ef", + "a" + ], + [ + "e", + "fa" + ], + [ + "▁nom", + "in" + ], + [ + "▁no", + "min" + ], + [ + "▁n", + "omin" + ], + [ + "}{", + "0" + ], + [ + "}", + "{0" + ], + [ + "▁H", + "A" + ], + [ + "▁", + "HA" + ], + [ + "▁ressalt", + "ou" + ], + [ + "▁(", + "&" + ], + [ + "▁", + "(&" + ], + [ + "▁)", + "{" + ], + [ + "▁", + "){" + ], + [ + "phy", + "s" + ], + [ + "ph", + "ys" + ], + [ + "▁reun", + "idos" + ], + [ + "▁Dr", + "um" + ], + [ + "▁D", + "rum" + ], + [ + "▁emphas", + "ize" + ], + [ + "ive", + "u" + ], + [ + "iv", + "eu" + ], + [ + "i", + "veu" + ], + [ + "▁mac", + "acos" + ], + [ + "▁1979", + "," + ], + [ + "▁197", + "9," + ], + [ + "▁19", + "79," + ], + [ + "▁abuso", + "s" + ], + [ + "▁abus", + "os" + ], + [ + "▁ab", + "usos" + ], + [ + "▁Un", + "known" + ], + [ + "▁", + "Unknown" + ], + [ + "ur", + "idão" + ], + [ + "▁Run", + "ning" + ], + [ + "▁R", + "unning" + ], + [ + "▁", + "Running" + ], + [ + "▁minoria", + "s" + ], + [ + "▁minor", + "ias" + ], + [ + "▁min", + "orias" + ], + [ + "▁tiver", + "em" + ], + [ + "▁tive", + "rem" + ], + [ + "▁gin", + "ástica" + ], + [ + "▁OB", + "S" + ], + [ + "▁O", + "BS" + ], + [ + "▁verb", + "ais" + ], + [ + "▁Ne", + "st" + ], + [ + "▁N", + "est" + ], + [ + "▁distingu", + "e" + ], + [ + "▁distin", + "gue" + ], + [ + "▁dist", + "ingue" + ], + [ + "▁Qu", + "il" + ], + [ + "Link", + "s" + ], + [ + "Lin", + "ks" + ], + [ + "L", + "inks" + ], + [ + "▁diminu", + "em" + ], + [ + "▁dimin", + "uem" + ], + [ + "▁simulate", + "d" + ], + [ + "▁sim", + "ulated" + ], + [ + "▁utens", + "ílios" + ], + [ + "0", + "%" + ], + [ + "jac", + "k" + ], + [ + "ja", + "ck" + ], + [ + "j", + "ack" + ], + [ + "▁despert", + "a" + ], + [ + "▁desper", + "ta" + ], + [ + "▁desp", + "erta" + ], + [ + "▁ter", + "apeuta" + ], + [ + "▁i", + "z" + ], + [ + "▁", + "iz" + ], + [ + "▁gl", + "óbulos" + ], + [ + "▁1975", + "," + ], + [ + "▁197", + "5," + ], + [ + "▁19", + "75," + ], + [ + "▁apresentava", + "m" + ], + [ + "▁apresenta", + "vam" + ], + [ + "▁apresent", + "avam" + ], + [ + "}/", + "${" + ], + [ + "}", + "/${" + ], + [ + "▁outro", + "ra" + ], + [ + "▁out", + "rora" + ], + [ + "▁sin", + "cron" + ], + [ + "64", + "-" + ], + [ + "6", + "4-" + ], + [ + "▁destruct", + "ive" + ], + [ + "▁destru", + "ctive" + ], + [ + "▁stim", + "ulation" + ], + [ + "▁M", + "I" + ], + [ + "▁", + "MI" + ], + [ + "mat", + "e" + ], + [ + "ma", + "te" + ], + [ + "m", + "ate" + ], + [ + "▁Eth", + "er" + ], + [ + "▁Et", + "her" + ], + [ + "▁E", + "ther" + ], + [ + "▁centre", + "s" + ], + [ + "▁centr", + "es" + ], + [ + "▁cent", + "res" + ], + [ + "▁poder", + "em" + ], + [ + "▁pode", + "rem" + ], + [ + "▁prolong", + "ada" + ], + [ + "sol", + "ving" + ], + [ + "▁soube", + "r" + ], + [ + "▁soub", + "er" + ], + [ + "▁sou", + "ber" + ], + [ + "▁so", + "uber" + ], + [ + "▁Ri", + "c" + ], + [ + "▁R", + "ic" + ], + [ + "▁ker", + "as" + ], + [ + "▁ke", + "ras" + ], + [ + "▁k", + "eras" + ], + [ + "▁", + "keras" + ], + [ + "▁rem", + "onta" + ], + [ + "resol", + "ve" + ], + [ + "re", + "solve" + ], + [ + "▁fisi", + "oterapia" + ], + [ + "and", + "in" + ], + [ + "an", + "din" + ], + [ + "▁incapaz", + "es" + ], + [ + "▁incap", + "azes" + ], + [ + "▁Cord", + "eiro" + ], + [ + "▁Cor", + "deiro" + ], + [ + "▁postura", + "s" + ], + [ + "▁post", + "uras" + ], + [ + "ár", + "b" + ], + [ + "á", + "rb" + ], + [ + "pr", + "ud" + ], + [ + "▁Sur", + "e" + ], + [ + "▁Su", + "re" + ], + [ + "▁S", + "ure" + ], + [ + "▁", + "›" + ], + [ + "▁N", + "D" + ], + [ + "▁", + "ND" + ], + [ + "▁prof", + "ecia" + ], + [ + "▁es", + "m" + ], + [ + "▁e", + "sm" + ], + [ + "▁Mor", + "ris" + ], + [ + "ada", + "pt" + ], + [ + "ad", + "apt" + ], + [ + "▁ecológica", + "s" + ], + [ + "▁ecol", + "ógicas" + ], + [ + "▁ec", + "ológicas" + ], + [ + "keep", + "ing" + ], + [ + "kee", + "ping" + ], + [ + "▁rid", + "ing" + ], + [ + "▁ri", + "ding" + ], + [ + "▁r", + "iding" + ], + [ + "▁desist", + "ir" + ], + [ + "▁SC", + "H" + ], + [ + "▁S", + "CH" + ], + [ + "▁", + "SCH" + ], + [ + "essay", + "s" + ], + [ + "essa", + "ys" + ], + [ + "ess", + "ays" + ], + [ + "bat", + "h" + ], + [ + "ba", + "th" + ], + [ + "b", + "ath" + ], + [ + "▁obs", + "o" + ], + [ + "▁ob", + "so" + ], + [ + "ind", + "ustrial" + ], + [ + "W", + "IDTH" + ], + [ + "▁pud", + "e" + ], + [ + "▁pu", + "de" + ], + [ + "▁p", + "ude" + ], + [ + "▁environmental", + "ly" + ], + [ + "▁environment", + "ally" + ], + [ + "▁escura", + "s" + ], + [ + "▁esc", + "uras" + ], + [ + "▁receb", + "ida" + ], + [ + "Ó", + "S" + ], + [ + "▁fechada", + "s" + ], + [ + "▁fecha", + "das" + ], + [ + "▁fech", + "adas" + ], + [ + "▁fec", + "hadas" + ], + [ + "▁Ú", + "l" + ], + [ + "▁TE", + "M" + ], + [ + "▁T", + "EM" + ], + [ + "f", + "v" + ], + [ + "▁V", + "lad" + ], + [ + "▁Buddh", + "ism" + ], + [ + "▁Cape", + "la" + ], + [ + "▁Cap", + "ela" + ], + [ + "▁30", + "6" + ], + [ + "▁3", + "06" + ], + [ + "▁", + "306" + ], + [ + "▁cita", + "tion" + ], + [ + "▁cit", + "ation" + ], + [ + "▁c", + "itation" + ], + [ + "▁ya", + "ng" + ], + [ + "▁y", + "ang" + ], + [ + "▁exce", + "ções" + ], + [ + "▁interag", + "em" + ], + [ + "▁inter", + "agem" + ], + [ + "▁inte", + "ragem" + ], + [ + "110", + "0" + ], + [ + "11", + "00" + ], + [ + "1", + "100" + ], + [ + "▁criminoso", + "s" + ], + [ + "▁crimin", + "osos" + ], + [ + "▁crim", + "inosos" + ], + [ + "▁dizem", + "os" + ], + [ + "▁diz", + "emos" + ], + [ + "▁eterna", + "l" + ], + [ + "▁etern", + "al" + ], + [ + "▁e", + "ternal" + ], + [ + "▁identific", + "ou" + ], + [ + "▁ident", + "ificou" + ], + [ + "▁19", + "17" + ], + [ + "▁examine", + "s" + ], + [ + "▁examin", + "es" + ], + [ + "▁exam", + "ines" + ], + [ + "86", + "8" + ], + [ + "8", + "68" + ], + [ + "▁seguida", + "s" + ], + [ + "▁segu", + "idas" + ], + [ + "39", + "0" + ], + [ + "3", + "90" + ], + [ + "▁configura", + "ções" + ], + [ + "▁2011", + ")." + ], + [ + "▁201", + "1)." + ], + [ + "▁20", + "11)." + ], + [ + "ox", + "id" + ], + [ + "▁dinossa", + "uros" + ], + [ + "▁reflect", + "ing" + ], + [ + "▁success", + "ive" + ], + [ + "▁'1", + "4" + ], + [ + "▁'", + "14" + ], + [ + "▁ent", + "e" + ], + [ + "▁en", + "te" + ], + [ + "▁", + "ente" + ], + [ + "▁repens", + "ar" + ], + [ + "▁$_", + "." + ], + [ + "▁$", + "_." + ], + [ + "▁Ru", + "t" + ], + [ + "▁R", + "ut" + ], + [ + "▁var", + "s" + ], + [ + "▁va", + "rs" + ], + [ + "▁v", + "ars" + ], + [ + "▁", + "vars" + ], + [ + "▁ouvi", + "mos" + ], + [ + "▁ouv", + "imos" + ], + [ + "▁fan", + "s" + ], + [ + "▁fa", + "ns" + ], + [ + "▁f", + "ans" + ], + [ + "99", + "0" + ], + [ + "9", + "90" + ], + [ + "inst", + "r" + ], + [ + "ins", + "tr" + ], + [ + "in", + "str" + ], + [ + "▁TO", + "RT" + ], + [ + "▁T", + "ORT" + ], + [ + "▁Food", + "s" + ], + [ + "▁Fo", + "ods" + ], + [ + "▁chor", + "ar" + ], + [ + "▁cho", + "rar" + ], + [ + "▁ch", + "orar" + ], + [ + "▁priori", + "t" + ], + [ + "▁prior", + "it" + ], + [ + "▁pri", + "orit" + ], + [ + "▁pergunt", + "e" + ], + [ + "▁perg", + "unte" + ], + [ + "▁Class", + "room" + ], + [ + "ove", + "n" + ], + [ + "ov", + "en" + ], + [ + "o", + "ven" + ], + [ + "▁social", + "ly" + ], + [ + "▁soci", + "ally" + ], + [ + "▁concentra", + "do" + ], + [ + "▁concentr", + "ado" + ], + [ + "▁concent", + "rado" + ], + [ + "▁33", + "0" + ], + [ + "▁3", + "30" + ], + [ + "▁", + "330" + ], + [ + "uls", + "ão" + ], + [ + "ul", + "são" + ], + [ + "con", + "hec" + ], + [ + "comment", + "s" + ], + [ + "comm", + "ents" + ], + [ + "com", + "ments" + ], + [ + "▁Issue", + "s" + ], + [ + "▁Iss", + "ues" + ], + [ + "▁coincid", + "e" + ], + [ + "▁coinc", + "ide" + ], + [ + "her", + "o" + ], + [ + "he", + "ro" + ], + [ + "h", + "ero" + ], + [ + "ir", + "inha" + ], + [ + "▁estuda", + "m" + ], + [ + "▁estud", + "am" + ], + [ + "/$", + "{" + ], + [ + "/", + "${" + ], + [ + "Pri", + "ority" + ], + [ + "▁Nig", + "eria" + ], + [ + "▁n", + "omencl" + ], + [ + "▁vôm", + "itos" + ], + [ + "39", + "3" + ], + [ + "3", + "93" + ], + [ + "▁Cap", + "t" + ], + [ + "▁Ca", + "pt" + ], + [ + "▁C", + "apt" + ], + [ + "▁ev", + "as" + ], + [ + "▁e", + "vas" + ], + [ + "▁Form", + "a" + ], + [ + "▁For", + "ma" + ], + [ + "▁toile", + "t" + ], + [ + "▁dól", + "ar" + ], + [ + "▁deter", + "g" + ], + [ + "▁dete", + "rg" + ], + [ + "▁det", + "erg" + ], + [ + "▁flora", + "ção" + ], + [ + "▁flor", + "ação" + ], + [ + "▁flo", + "ração" + ], + [ + "▁fl", + "oração" + ], + [ + "▁libera", + "r" + ], + [ + "▁liber", + "ar" + ], + [ + ":", + "7" + ], + [ + "▁Br", + "ief" + ], + [ + "▁B", + "rief" + ], + [ + "▁PRI", + "NC" + ], + [ + "▁PR", + "INC" + ], + [ + "Excl", + "uir" + ], + [ + "}", + "+" + ], + [ + "21", + "6" + ], + [ + "2", + "16" + ], + [ + "▁non", + "s" + ], + [ + "▁no", + "ns" + ], + [ + "▁n", + "ons" + ], + [ + "▁qualificado", + "s" + ], + [ + "▁qual", + "ificados" + ], + [ + "▁ce", + "f" + ], + [ + "▁c", + "ef" + ], + [ + "▁ret", + "reat" + ], + [ + "▁re", + "treat" + ], + [ + "MO", + "N" + ], + [ + "M", + "ON" + ], + [ + "Univers", + "idade" + ], + [ + "Un", + "iversidade" + ], + [ + "▁eng", + "ol" + ], + [ + "▁en", + "gol" + ], + [ + "▁warr", + "i" + ], + [ + "▁war", + "ri" + ], + [ + "▁per", + "n" + ], + [ + "▁pe", + "rn" + ], + [ + "▁p", + "ern" + ], + [ + "heira", + "s" + ], + [ + "hei", + "ras" + ], + [ + "he", + "iras" + ], + [ + "h", + "eiras" + ], + [ + "▁fina", + "s" + ], + [ + "▁fin", + "as" + ], + [ + "▁fi", + "nas" + ], + [ + "▁f", + "inas" + ], + [ + "▁Arm", + "en" + ], + [ + "▁Ar", + "men" + ], + [ + "▁acad", + "em" + ], + [ + "▁matriz", + "es" + ], + [ + "▁matr", + "izes" + ], + [ + "▁mat", + "rizes" + ], + [ + "oc", + "ur" + ], + [ + "o", + "cur" + ], + [ + "4)", + ";" + ], + [ + "4", + ");" + ], + [ + "▁mobili", + "zar" + ], + [ + "▁mobil", + "izar" + ], + [ + "Di", + "f" + ], + [ + "D", + "if" + ], + [ + "second", + "ary" + ], + [ + "▁az", + "uis" + ], + [ + "filter", + "s" + ], + [ + "fil", + "ters" + ], + [ + "▁parlamentar", + "es" + ], + [ + "▁parlament", + "ares" + ], + [ + "FILE", + "S" + ], + [ + "FIL", + "ES" + ], + [ + "FI", + "LES" + ], + [ + "on", + "ésia" + ], + [ + "▁fantas", + "tic" + ], + [ + "▁fant", + "astic" + ], + [ + "▁Mora", + "l" + ], + [ + "▁Mor", + "al" + ], + [ + "▁Mo", + "ral" + ], + [ + "▁M", + "oral" + ], + [ + "23", + "7" + ], + [ + "2", + "37" + ], + [ + "▁coat", + "ing" + ], + [ + "▁co", + "ating" + ], + [ + "deiro", + "s" + ], + [ + "de", + "iros" + ], + [ + "d", + "eiros" + ], + [ + "▁solid", + "s" + ], + [ + "▁sol", + "ids" + ], + [ + "▁Tes", + "ouro" + ], + [ + "▁analisada", + "s" + ], + [ + "▁analisa", + "das" + ], + [ + "▁analis", + "adas" + ], + [ + "cx", + "x" + ], + [ + "c", + "xx" + ], + [ + "Ev", + "ery" + ], + [ + "E", + "very" + ], + [ + "69", + "6" + ], + [ + "6", + "96" + ], + [ + "r", + "h" + ], + [ + "▁Rousse", + "au" + ], + [ + "▁Sc", + "re" + ], + [ + "▁S", + "cre" + ], + [ + "▁Comer", + "cial" + ], + [ + "▁Co", + "mercial" + ], + [ + "comun", + "icações" + ], + [ + "▁ínte", + "gra" + ], + [ + "▁agress", + "ividade" + ], + [ + "▁war", + "e" + ], + [ + "▁wa", + "re" + ], + [ + "▁w", + "are" + ], + [ + "▁", + "ware" + ], + [ + "ar", + "ance" + ], + [ + "▁Bak", + "er" + ], + [ + "▁Ba", + "ker" + ], + [ + "▁B", + "aker" + ], + [ + "▁benéfico", + "s" + ], + [ + "▁benéf", + "icos" + ], + [ + "bit", + "er" + ], + [ + "bi", + "ter" + ], + [ + "b", + "iter" + ], + [ + "▁employ", + "er" + ], + [ + "▁AL", + "G" + ], + [ + "▁pressup", + "õe" + ], + [ + "▁(2", + "1" + ], + [ + "▁(", + "21" + ], + [ + "▁retom", + "ar" + ], + [ + "▁reto", + "mar" + ], + [ + "▁ret", + "omar" + ], + [ + "ash", + "i" + ], + [ + "as", + "hi" + ], + [ + "icide", + "s" + ], + [ + "ici", + "des" + ], + [ + "ic", + "ides" + ], + [ + "▁Tr", + "ânsito" + ], + [ + "▁Bu", + "n" + ], + [ + "▁B", + "un" + ], + [ + "▁resembl", + "e" + ], + [ + "▁res", + "emble" + ], + [ + "▁hepat", + "itis" + ], + [ + "▁autom", + "ática" + ], + [ + "▁auto", + "mática" + ], + [ + "▁preg", + "ar" + ], + [ + "▁pre", + "gar" + ], + [ + "▁p", + "regar" + ], + [ + "▁Aliment", + "ar" + ], + [ + "▁Al", + "imentar" + ], + [ + "▁pertence", + "r" + ], + [ + "▁pertenc", + "er" + ], + [ + "▁perten", + "cer" + ], + [ + "▁pert", + "encer" + ], + [ + "▁Vac", + "c" + ], + [ + "▁Va", + "cc" + ], + [ + "▁V", + "acc" + ], + [ + "▁má", + "gica" + ], + [ + "▁m", + "ágica" + ], + [ + "▁arred", + "ond" + ], + [ + "▁colet", + "ividade" + ], + [ + "bi", + "s" + ], + [ + "b", + "is" + ], + [ + "ade", + "c" + ], + [ + "ad", + "ec" + ], + [ + "a", + "dec" + ], + [ + "rar", + "ed" + ], + [ + "ra", + "red" + ], + [ + "r", + "ared" + ], + [ + "preced", + "ented" + ], + [ + "▁Arch", + "ive" + ], + [ + "▁", + "Archive" + ], + [ + "▁quarter", + "s" + ], + [ + "▁quart", + "ers" + ], + [ + "▁quar", + "ters" + ], + [ + "▁", + "quarters" + ], + [ + "ser", + "de" + ], + [ + "▁bacia", + "s" + ], + [ + "▁bac", + "ias" + ], + [ + "▁ba", + "cias" + ], + [ + "▁{", + "1" + ], + [ + "▁", + "{1" + ], + [ + "▁Ad", + "e" + ], + [ + "▁A", + "de" + ], + [ + "head", + "s" + ], + [ + "hea", + "ds" + ], + [ + "he", + "ads" + ], + [ + "▁Prot", + "o" + ], + [ + "▁Pro", + "to" + ], + [ + "▁Pr", + "oto" + ], + [ + "▁", + "Proto" + ], + [ + "▁embri", + "ão" + ], + [ + "▁embr", + "ião" + ], + [ + "▁local", + "iza" + ], + [ + "▁consultor", + "ia" + ], + [ + "▁consult", + "oria" + ], + [ + ".1", + "0" + ], + [ + ".", + "10" + ], + [ + "Bl", + "ob" + ], + [ + "B", + "lob" + ], + [ + "▁Na", + "g" + ], + [ + "▁N", + "ag" + ], + [ + "▁possibil", + "itou" + ], + [ + "74", + "8" + ], + [ + "7", + "48" + ], + [ + "uros", + "cience" + ], + [ + "uro", + "science" + ], + [ + "}", + "'", + ");" + ], + [ + ">", + "');" + ], + [ + "▁equ", + "ív" + ], + [ + "▁lit", + "ter" + ], + [ + "▁l", + "itter" + ], + [ + "▁WH", + "ETHER" + ], + [ + "▁oun", + "ce" + ], + [ + "▁", + "ounce" + ], + [ + "▁tru", + "nk" + ], + [ + "▁tr", + "unk" + ], + [ + "▁For", + "ward" + ], + [ + "▁", + "Forward" + ], + [ + "▁shop", + "s" + ], + [ + "▁sho", + "ps" + ], + [ + "▁sh", + "ops" + ], + [ + "▁", + "shops" + ], + [ + "▁clean", + "ed" + ], + [ + "▁1974", + "," + ], + [ + "▁197", + "4," + ], + [ + "▁19", + "74," + ], + [ + "▁pân", + "creas" + ], + [ + "▁sp", + "p" + ], + [ + "▁s", + "pp" + ], + [ + "▁Olymp", + "ic" + ], + [ + "▁The", + "or" + ], + [ + "▁Th", + "eor" + ], + [ + "▁adub", + "ação" + ], + [ + "▁re", + "posição" + ], + [ + "27", + "0" + ], + [ + "2", + "70" + ], + [ + "▁s", + "printf" + ], + [ + "C", + "dn" + ], + [ + "▁cara", + "s" + ], + [ + "▁car", + "as" + ], + [ + "▁ca", + "ras" + ], + [ + "▁c", + "aras" + ], + [ + "▁sl", + "og" + ], + [ + "▁s", + "log" + ], + [ + "▁palest", + "r" + ], + [ + "▁pale", + "str" + ], + [ + "▁pal", + "estr" + ], + [ + "▁analog", + "ia" + ], + [ + "▁anal", + "ogia" + ], + [ + "▁Mechan", + "ical" + ], + [ + "J", + "VS" + ], + [ + "▁sobrecar", + "ga" + ], + [ + "▁sobre", + "carga" + ], + [ + "▁statistical", + "ly" + ], + [ + "▁statistic", + "ally" + ], + [ + "▁stat", + "istically" + ], + [ + "OT", + "E" + ], + [ + "O", + "TE" + ], + [ + "▁Sal", + "mo" + ], + [ + "▁flat", + "ten" + ], + [ + "▁", + "flatten" + ], + [ + "▁Hid", + "e" + ], + [ + "▁Hi", + "de" + ], + [ + "▁H", + "ide" + ], + [ + "▁", + "Hide" + ], + [ + "bul", + "lying" + ], + [ + "b", + "ullying" + ], + [ + "▁concess", + "ion" + ], + [ + "▁conc", + "ession" + ], + [ + "7", + "\"" + ], + [ + "10,", + "%" + ], + [ + "10", + ",%" + ], + [ + "▁incentiv", + "ando" + ], + [ + "C", + "ould" + ], + [ + "▁Salmo", + "n" + ], + [ + "▁Sal", + "mon" + ], + [ + "Top", + "ic" + ], + [ + "To", + "pic" + ], + [ + "T", + "opic" + ], + [ + "▁revol", + "t" + ], + [ + "▁re", + "volt" + ], + [ + "▁Al", + "uno" + ], + [ + "SH", + "A" + ], + [ + "S", + "HA" + ], + [ + "▁impact", + "ar" + ], + [ + "▁W", + "ikipédia" + ], + [ + "▁pointer", + "s" + ], + [ + "▁point", + "ers" + ], + [ + "run", + "ning" + ], + [ + "r", + "unning" + ], + [ + "▁download", + "ed" + ], + [ + "▁down", + "loaded" + ], + [ + "▁preocupado", + "s" + ], + [ + "▁preocupa", + "dos" + ], + [ + "▁preocup", + "ados" + ], + [ + "▁presid", + "encial" + ], + [ + "▁Cel", + "so" + ], + [ + "M", + "N" + ], + [ + "▁Dim", + "inu" + ], + [ + "all", + "a" + ], + [ + "al", + "la" + ], + [ + "▁ficava", + "m" + ], + [ + "▁fica", + "vam" + ], + [ + "▁fic", + "avam" + ], + [ + "▁Per", + "c" + ], + [ + "▁Pe", + "rc" + ], + [ + "▁P", + "erc" + ], + [ + "▁perceb", + "i" + ], + [ + "▁perce", + "bi" + ], + [ + "▁R", + "IO" + ], + [ + "▁", + "RIO" + ], + [ + "▁(21", + ")" + ], + [ + "▁(2", + "1)" + ], + [ + "▁vi", + "és" + ], + [ + "▁pole", + "g" + ], + [ + "▁pol", + "eg" + ], + [ + "▁po", + "leg" + ], + [ + "▁Nenhum", + "a" + ], + [ + "▁Nenh", + "uma" + ], + [ + "EV", + "ENT" + ], + [ + "▁index", + "es" + ], + [ + "▁astronom", + "ia" + ], + [ + "▁astr", + "onomia" + ], + [ + "▁Viv", + "er" + ], + [ + "▁Vi", + "ver" + ], + [ + "▁V", + "iver" + ], + [ + "▁Atom", + "ic" + ], + [ + "▁Ato", + "mic" + ], + [ + "▁At", + "omic" + ], + [ + "▁fresco", + "s" + ], + [ + "▁fresc", + "os" + ], + [ + "▁Creat", + "ion" + ], + [ + "▁Cre", + "ation" + ], + [ + "▁Difficult", + "y" + ], + [ + "lice", + "r" + ], + [ + "lic", + "er" + ], + [ + "li", + "cer" + ], + [ + "l", + "icer" + ], + [ + "▁Church", + "ill" + ], + [ + "▁Jud", + "á" + ], + [ + "▁Cuid", + "ado" + ], + [ + "▁Cu", + "idado" + ], + [ + "▁C", + "uidado" + ], + [ + "▁constata", + "ção" + ], + [ + "▁constat", + "ação" + ], + [ + "▁const", + "atação" + ], + [ + "▁vag", + "inal" + ], + [ + "resp", + "ect" + ], + [ + "res", + "pect" + ], + [ + "re", + "spect" + ], + [ + "▁Fundament", + "os" + ], + [ + "▁Fund", + "amentos" + ], + [ + "▁22", + "2" + ], + [ + "▁2", + "22" + ], + [ + "▁", + "222" + ], + [ + "33", + "." + ], + [ + "3", + "3." + ], + [ + "▁impro", + "per" + ], + [ + "▁impr", + "oper" + ], + [ + "▁substr", + "ate" + ], + [ + "▁subst", + "rate" + ], + [ + "▁attract", + "ion" + ], + [ + "▁attr", + "action" + ], + [ + "▁att", + "raction" + ], + [ + "▁at", + "traction" + ], + [ + "▁clim", + "b" + ], + [ + "▁cl", + "imb" + ], + [ + "abul", + "ary" + ], + [ + "▁Ind", + "ígena" + ], + [ + "▁Sign", + "al" + ], + [ + "▁Sig", + "nal" + ], + [ + "▁", + "Signal" + ], + [ + "▁Effect", + "ive" + ], + [ + "▁mens", + "ais" + ], + [ + "Al", + "ém" + ], + [ + "▁citizens", + "hip" + ], + [ + "▁citizen", + "ship" + ], + [ + "▁seis", + "m" + ], + [ + "▁sei", + "sm" + ], + [ + "▁se", + "ism" + ], + [ + "Country", + "Code" + ], + [ + "▁acontecer", + "á" + ], + [ + "\"", + "(" + ], + [ + "[", + "{" + ], + [ + "▁Bea", + "r" + ], + [ + "▁Be", + "ar" + ], + [ + "▁B", + "ear" + ], + [ + "▁email", + "s" + ], + [ + "▁em", + "ails" + ], + [ + "▁e", + "mails" + ], + [ + "▁plastic", + "s" + ], + [ + "▁extin", + "ct" + ], + [ + "▁ext", + "inct" + ], + [ + "▁99", + "9" + ], + [ + "▁9", + "99" + ], + [ + "▁", + "999" + ], + [ + "▁UI", + "NT" + ], + [ + "▁U", + "INT" + ], + [ + "▁", + "UINT" + ], + [ + "▁genu", + "ine" + ], + [ + "con", + "struct" + ], + [ + "/", + "~" + ], + [ + "J", + "ul" + ], + [ + "▁fif", + "teen" + ], + [ + "ox", + "el" + ], + [ + "vel", + "ocity" + ], + [ + "79", + "." + ], + [ + "7", + "9." + ], + [ + "▁respond", + "ing" + ], + [ + "▁subm", + "issão" + ], + [ + "▁sub", + "missão" + ], + [ + "▁glând", + "ula" + ], + [ + "abs", + "or" + ], + [ + "▁Pre", + "m" + ], + [ + "▁Pr", + "em" + ], + [ + "▁P", + "rem" + ], + [ + "▁Ter", + "e" + ], + [ + "▁Te", + "re" + ], + [ + "▁T", + "ere" + ], + [ + "▁Four", + "th" + ], + [ + "Z", + "ip" + ], + [ + "▁medi", + "ções" + ], + [ + "▁med", + "ições" + ], + [ + "US", + "D" + ], + [ + "U", + "SD" + ], + [ + "▁organiz", + "ou" + ], + [ + "▁organ", + "izou" + ], + [ + "▁am", + "mon" + ], + [ + "▁socio", + "cult" + ], + [ + "▁soci", + "ocult" + ], + [ + "▁free", + "ze" + ], + [ + "▁moder", + "ação" + ], + [ + "▁mode", + "ração" + ], + [ + "▁mod", + "eração" + ], + [ + "▁2.", + "7" + ], + [ + "▁2", + ".7" + ], + [ + "▁De", + "gree" + ], + [ + "ч", + "а" + ], + [ + "▁comunic", + "a" + ], + [ + "▁comun", + "ica" + ], + [ + "▁prot", + "ótipo" + ], + [ + "▁Sw", + "iss" + ], + [ + "resist", + "ant" + ], + [ + "▁aest", + "hetic" + ], + [ + "▁aes", + "thetic" + ], + [ + "▁inaugu", + "rado" + ], + [ + "▁inaug", + "urado" + ], + [ + "39", + ")" + ], + [ + "3", + "9)" + ], + [ + "▁mal", + "ware" + ], + [ + "▁interpret", + "a" + ], + [ + "▁interpre", + "ta" + ], + [ + "R", + "X" + ], + [ + "▁", + "Ø" + ], + [ + "SY", + "S" + ], + [ + "S", + "YS" + ], + [ + "print", + "s" + ], + [ + "pr", + "ints" + ], + [ + "▁warn", + "ed" + ], + [ + "▁war", + "ned" + ], + [ + "▁adequ", + "ar" + ], + [ + "▁ade", + "quar" + ], + [ + "▁BRASIL", + "E" + ], + [ + "▁BRAS", + "ILE" + ], + [ + "▁PA", + "S" + ], + [ + "▁P", + "AS" + ], + [ + "▁cool", + "er" + ], + [ + "▁co", + "oler" + ], + [ + "▁anot", + "ações" + ], + [ + "▁ano", + "tações" + ], + [ + "ning", + "s" + ], + [ + "n", + "ings" + ], + [ + "▁neighbor", + "ing" + ], + [ + "▁neighb", + "oring" + ], + [ + "▁adjustment", + "s" + ], + [ + "▁adjust", + "ments" + ], + [ + "culos", + "is" + ], + [ + "culo", + "sis" + ], + [ + "cul", + "osis" + ], + [ + "▁supers", + "t" + ], + [ + "▁super", + "st" + ], + [ + "▁arr", + "o" + ], + [ + "▁ar", + "ro" + ], + [ + "▁", + "arro" + ], + [ + "▁padr", + "o" + ], + [ + "▁pad", + "ro" + ], + [ + "▁pa", + "dro" + ], + [ + "endem", + "os" + ], + [ + "ende", + "mos" + ], + [ + "end", + "emos" + ], + [ + "▁LI", + "ABLE" + ], + [ + "▁pretend", + "ia" + ], + [ + "▁Hor", + "n" + ], + [ + "▁Ho", + "rn" + ], + [ + "▁H", + "orn" + ], + [ + "▁M", + "Hz" + ], + [ + "second", + "s" + ], + [ + "sec", + "onds" + ], + [ + "s", + "econds" + ], + [ + "▁defin", + "iu" + ], + [ + "s", + "y" + ], + [ + "iba", + "l" + ], + [ + "ib", + "al" + ], + [ + "i", + "bal" + ], + [ + "pa", + "id" + ], + [ + "▁Lu", + "n" + ], + [ + "▁L", + "un" + ], + [ + "▁termin", + "ology" + ], + [ + "In", + "c" + ], + [ + "I", + "nc" + ], + [ + "▁explic", + "ando" + ], + [ + "▁expl", + "icando" + ], + [ + "▁para", + "f" + ], + [ + "▁par", + "af" + ], + [ + "▁pa", + "raf" + ], + [ + "olf", + "o" + ], + [ + "ol", + "fo" + ], + [ + "▁pose", + "s" + ], + [ + "▁pos", + "es" + ], + [ + "▁po", + "ses" + ], + [ + "▁p", + "oses" + ], + [ + "▁", + "poses" + ], + [ + "▁sag", + "rada" + ], + [ + "▁2012", + ")." + ], + [ + "▁201", + "2)." + ], + [ + "▁20", + "12)." + ], + [ + "▁tram", + "a" + ], + [ + "▁tra", + "ma" + ], + [ + "▁tr", + "ama" + ], + [ + "▁t", + "rama" + ], + [ + "▁organization", + "al" + ], + [ + "▁organiz", + "ational" + ], + [ + "▁Jun", + "to" + ], + [ + "▁J", + "unto" + ], + [ + "▁Aust", + "in" + ], + [ + "▁bre", + "v" + ], + [ + "▁br", + "ev" + ], + [ + "▁b", + "rev" + ], + [ + "âmica", + "s" + ], + [ + "âm", + "icas" + ], + [ + "â", + "micas" + ], + [ + "ame", + "r" + ], + [ + "am", + "er" + ], + [ + "a", + "mer" + ], + [ + "▁IP", + "v" + ], + [ + "▁Ri", + "g" + ], + [ + "▁R", + "ig" + ], + [ + "▁abre", + "m" + ], + [ + "▁abr", + "em" + ], + [ + "▁ab", + "rem" + ], + [ + "▁188", + "0" + ], + [ + "▁18", + "80" + ], + [ + "Ref", + "resh" + ], + [ + "▁episode", + "s" + ], + [ + "▁epis", + "odes" + ], + [ + "▁53", + "," + ], + [ + "▁5", + "3," + ], + [ + "▁", + "53," + ], + [ + "uls", + "e" + ], + [ + "ul", + "se" + ], + [ + "so", + "und" + ], + [ + "s", + "ound" + ], + [ + "58", + ":" + ], + [ + "5", + "8:" + ], + [ + "▁direta", + "s" + ], + [ + "▁diret", + "as" + ], + [ + "▁dire", + "tas" + ], + [ + "▁dir", + "etas" + ], + [ + "▁keyword", + "s" + ], + [ + "▁key", + "words" + ], + [ + "▁", + "keywords" + ], + [ + "ást", + "r" + ], + [ + "ás", + "tr" + ], + [ + "á", + "str" + ], + [ + "▁fic", + "h" + ], + [ + "▁fi", + "ch" + ], + [ + "▁f", + "ich" + ], + [ + "21", + "8" + ], + [ + "2", + "18" + ], + [ + "flu", + "sh" + ], + [ + "fl", + "ush" + ], + [ + "▁recip", + "roc" + ], + [ + "▁reci", + "proc" + ], + [ + "▁Integr", + "ação" + ], + [ + "▁Inte", + "gração" + ], + [ + "▁destruct", + "or" + ], + [ + "▁destru", + "ctor" + ], + [ + "▁de", + "structor" + ], + [ + "RA", + "W" + ], + [ + "▁cobra", + "r" + ], + [ + "▁cob", + "rar" + ], + [ + "▁co", + "brar" + ], + [ + "▁passage", + "s" + ], + [ + "▁passa", + "ges" + ], + [ + "▁pass", + "ages" + ], + [ + "ATA", + "L" + ], + [ + "AT", + "AL" + ], + [ + "▁Gua", + "tem" + ], + [ + "▁Gu", + "atem" + ], + [ + "▁practical", + "ly" + ], + [ + "▁pract", + "ically" + ], + [ + "LIBR", + "ARIES" + ], + [ + "Valid", + "ator" + ], + [ + "▁35", + "%" + ], + [ + "▁3", + "5%" + ], + [ + "▁Sele", + "ção" + ], + [ + "▁clear", + "ed" + ], + [ + "▁cle", + "ared" + ], + [ + "▁levada", + "s" + ], + [ + "▁leva", + "das" + ], + [ + "▁lev", + "adas" + ], + [ + "▁198", + "2" + ], + [ + "▁19", + "82" + ], + [ + "▁guia", + "r" + ], + [ + "▁gu", + "iar" + ], + [ + "▁sequ", + "encing" + ], + [ + "646", + "4" + ], + [ + "64", + "64" + ], + [ + "▁Cons", + "ol" + ], + [ + "▁Con", + "sol" + ], + [ + "1,", + "0" + ], + [ + "1", + ",0" + ], + [ + "ú", + "vel" + ], + [ + "iria", + "m" + ], + [ + "iri", + "am" + ], + [ + "ir", + "iam" + ], + [ + "i", + "riam" + ], + [ + "▁Priv", + "acy" + ], + [ + "▁watt", + "s" + ], + [ + "▁w", + "atts" + ], + [ + "▁mor", + "ce" + ], + [ + "Num", + "eric" + ], + [ + "▁Different", + "ial" + ], + [ + "▁Differ", + "ential" + ], + [ + "21", + "5" + ], + [ + "2", + "15" + ], + [ + "ip", + "él" + ], + [ + "▁vel", + "a" + ], + [ + "▁ve", + "la" + ], + [ + "▁v", + "ela" + ], + [ + "▁wh", + "ale" + ], + [ + "▁Sin", + "dic" + ], + [ + "▁S", + "indic" + ], + [ + "ív", + "oros" + ], + [ + "▁deliver", + "ing" + ], + [ + "▁exponent", + "s" + ], + [ + "▁expon", + "ents" + ], + [ + "▁ex", + "ponents" + ], + [ + ".1", + "1" + ], + [ + ".", + "11" + ], + [ + "▁Exercise", + "s" + ], + [ + "▁Exerc", + "ises" + ], + [ + "▁Exer", + "cises" + ], + [ + "▁Feature", + "s" + ], + [ + "▁Fe", + "atures" + ], + [ + "▁", + "Features" + ], + [ + "▁Conta", + "iner" + ], + [ + "▁Con", + "tainer" + ], + [ + "▁", + "Container" + ], + [ + "▁abol", + "ição" + ], + [ + "▁UN", + "IC" + ], + [ + "▁", + "UNIC" + ], + [ + "Un", + "ex" + ], + [ + "U", + "nex" + ], + [ + "▁advocate", + "s" + ], + [ + "▁advoc", + "ates" + ], + [ + "▁SU", + "A" + ], + [ + "▁S", + "UA" + ], + [ + "▁publish", + "er" + ], + [ + "▁pub", + "lisher" + ], + [ + "▁lim", + "p" + ], + [ + "▁li", + "mp" + ], + [ + "▁l", + "imp" + ], + [ + "cleros", + "is" + ], + [ + "cler", + "osis" + ], + [ + "cle", + "rosis" + ], + [ + "▁cosm", + "éticos" + ], + [ + "W", + "ar" + ], + [ + "DO", + "WN" + ], + [ + "▁categor", + "ical" + ], + [ + "▁categ", + "orical" + ], + [ + "▁21", + "1" + ], + [ + "▁2", + "11" + ], + [ + "▁", + "211" + ], + [ + "dro", + "id" + ], + [ + "dr", + "oid" + ], + [ + "d", + "roid" + ], + [ + "inde", + "nt" + ], + [ + "ind", + "ent" + ], + [ + "▁revel", + "ando" + ], + [ + "▁reve", + "lando" + ], + [ + "='", + "," + ], + [ + "=", + "'," + ], + [ + "▁EST", + "R" + ], + [ + "▁ES", + "TR" + ], + [ + "▁E", + "STR" + ], + [ + "▁Acc", + "eler" + ], + [ + "ia", + "e" + ], + [ + "i", + "ae" + ], + [ + "▁{0", + "," + ], + [ + "▁{", + "0," + ], + [ + "▁Você", + "s" + ], + [ + "▁Voc", + "ês" + ], + [ + "▁Nutri", + "c" + ], + [ + "▁Nut", + "ric" + ], + [ + "nea", + "th" + ], + [ + "ne", + "ath" + ], + [ + "▁cru", + "de" + ], + [ + "▁cr", + "ude" + ], + [ + "▁decid", + "ing" + ], + [ + "▁dec", + "iding" + ], + [ + "▁no", + "body" + ], + [ + "▁ag", + "indo" + ], + [ + "▁Gos", + "pel" + ], + [ + "▁G", + "ospel" + ], + [ + "▁importa", + "ção" + ], + [ + "▁import", + "ação" + ], + [ + "pera", + "s" + ], + [ + "per", + "as" + ], + [ + "pe", + "ras" + ], + [ + "p", + "eras" + ], + [ + "▁das", + "h" + ], + [ + "▁da", + "sh" + ], + [ + "▁d", + "ash" + ], + [ + "▁", + "dash" + ], + [ + "flow", + "er" + ], + [ + "fl", + "ower" + ], + [ + "f", + "lower" + ], + [ + "▁SANT", + "OS" + ], + [ + "▁alle", + "vi" + ], + [ + "▁un", + "fortunately" + ], + [ + "09", + "0" + ], + [ + "0", + "90" + ], + [ + "▁6", + ";" + ], + [ + "▁", + "6;" + ], + [ + "▁Indígena", + "s" + ], + [ + "▁Ind", + "ígenas" + ], + [ + "▁Li", + "l" + ], + [ + "▁L", + "il" + ], + [ + "▁pol", + "o" + ], + [ + "▁po", + "lo" + ], + [ + "▁p", + "olo" + ], + [ + "▁suspe", + "ns" + ], + [ + "▁susp", + "ens" + ], + [ + "▁sus", + "pens" + ], + [ + "fi", + "r" + ], + [ + "f", + "ir" + ], + [ + "be", + "is" + ], + [ + "b", + "eis" + ], + [ + "▁Apóst", + "olos" + ], + [ + "O", + "este" + ], + [ + "F", + "uture" + ], + [ + "▁drill", + "ing" + ], + [ + "▁dr", + "illing" + ], + [ + "▁disp", + "ro" + ], + [ + "▁dis", + "pro" + ], + [ + "▁óbito", + "s" + ], + [ + "▁ób", + "itos" + ], + [ + "▁g", + "y" + ], + [ + "▁", + "gy" + ], + [ + "ifa", + "s" + ], + [ + "if", + "as" + ], + [ + "i", + "fas" + ], + [ + "ause", + "s" + ], + [ + "aus", + "es" + ], + [ + "au", + "ses" + ], + [ + "a", + "uses" + ], + [ + "ч", + "и" + ], + [ + "▁hy", + "d" + ], + [ + "▁h", + "yd" + ], + [ + "iem", + "ann" + ], + [ + "ie", + "mann" + ], + [ + "0.", + "6" + ], + [ + "0", + ".6" + ], + [ + "▁Mad", + "e" + ], + [ + "▁Ma", + "de" + ], + [ + "▁M", + "ade" + ], + [ + "▁Kev", + "in" + ], + [ + "▁Ke", + "vin" + ], + [ + "▁R", + "H" + ], + [ + "55", + "8" + ], + [ + "5", + "58" + ], + [ + "_2", + ")" + ], + [ + "_", + "2)" + ], + [ + "44", + "7" + ], + [ + "4", + "47" + ], + [ + "▁sou", + "p" + ], + [ + "▁so", + "up" + ], + [ + "▁s", + "oup" + ], + [ + "▁equival", + "ence" + ], + [ + "▁some", + "body" + ], + [ + "▁rel", + "ay" + ], + [ + "▁re", + "lay" + ], + [ + "DFDFDFDF", + "DFDFDFDF" + ], + [ + "[6", + "]" + ], + [ + "[", + "6]" + ], + [ + "initial", + "ize" + ], + [ + "init", + "ialize" + ], + [ + "▁Al", + "fabet" + ], + [ + "▁manip", + "ular" + ], + [ + "▁Sem", + "i" + ], + [ + "▁Se", + "mi" + ], + [ + "▁levar", + "á" + ], + [ + "▁lev", + "ará" + ], + [ + "▁Program", + "s" + ], + [ + "▁Pro", + "grams" + ], + [ + "▁Pr", + "ograms" + ], + [ + "(*)", + "," + ], + [ + "(*", + ")," + ], + [ + "(", + "*)," + ], + [ + "cat", + "al" + ], + [ + "ca", + "tal" + ], + [ + "c", + "atal" + ], + [ + "in", + "ence" + ], + [ + "▁diferencia", + "da" + ], + [ + "▁diferenci", + "ada" + ], + [ + "▁difer", + "enciada" + ], + [ + "▁DE", + "L" + ], + [ + "▁D", + "EL" + ], + [ + "▁", + "DEL" + ], + [ + "current", + "Page" + ], + [ + "rado", + "r" + ], + [ + "rad", + "or" + ], + [ + "ra", + "dor" + ], + [ + "r", + "ador" + ], + [ + "▁comb", + "o" + ], + [ + "▁com", + "bo" + ], + [ + "▁c", + "ombo" + ], + [ + "rofe", + "s" + ], + [ + "rof", + "es" + ], + [ + "▁shr", + "ink" + ], + [ + "▁periodic", + "amente" + ], + [ + "▁period", + "icamente" + ], + [ + "▁impair", + "ment" + ], + [ + "▁astronom", + "ers" + ], + [ + "go", + "m" + ], + [ + "g", + "om" + ], + [ + "▁13", + ")" + ], + [ + "▁1", + "3)" + ], + [ + "▁", + "13)" + ], + [ + "▁54", + "," + ], + [ + "▁5", + "4," + ], + [ + "▁", + "54," + ], + [ + "▁regulament", + "os" + ], + [ + "▁regul", + "amentos" + ], + [ + "▁Ma", + "i" + ], + [ + "▁M", + "ai" + ], + [ + "▁atr", + "iz" + ], + [ + "▁at", + "riz" + ], + [ + "▁", + "atriz" + ], + [ + "vert", + "ices" + ], + [ + "ver", + "tices" + ], + [ + "CU", + "L" + ], + [ + "C", + "UL" + ], + [ + "H", + "pm" + ], + [ + "▁Ste", + "in" + ], + [ + "▁St", + "ein" + ], + [ + "T", + "w" + ], + [ + "▁va", + "p" + ], + [ + "▁v", + "ap" + ], + [ + "/202", + "1" + ], + [ + "/20", + "21" + ], + [ + "/2", + "021" + ], + [ + "▁Den", + "mark" + ], + [ + "75", + ")" + ], + [ + "7", + "5)" + ], + [ + "▁promise", + "s" + ], + [ + "▁prom", + "ises" + ], + [ + "▁sens", + "ation" + ], + [ + "▁-", + "\\" + ], + [ + "▁", + "-\\" + ], + [ + "▁Mens", + "agem" + ], + [ + "▁pres", + "enciais" + ], + [ + "79", + "4" + ], + [ + "7", + "94" + ], + [ + "W", + "ater" + ], + [ + "▁mis", + "under" + ], + [ + "ec", + "ções" + ], + [ + "An", + "si" + ], + [ + "▁impr", + "ison" + ], + [ + "▁imp", + "rison" + ], + [ + "3", + "=" + ], + [ + "▁pe", + "ar" + ], + [ + "▁p", + "ear" + ], + [ + "▁dire", + "cção" + ], + [ + "▁dir", + "ecção" + ], + [ + "▁projecto", + "s" + ], + [ + "▁project", + "os" + ], + [ + "Instr", + "uction" + ], + [ + "In", + "struction" + ], + [ + "▁ge", + "ográfico" + ], + [ + "▁adi", + "v" + ], + [ + "▁ad", + "iv" + ], + [ + "▁a", + "div" + ], + [ + "48", + "3" + ], + [ + "4", + "83" + ], + [ + "usi", + "ve" + ], + [ + "us", + "ive" + ], + [ + "▁superior", + "idade" + ], + [ + "cam", + "era" + ], + [ + "▁trib", + "unais" + ], + [ + "ha", + "d" + ], + [ + "h", + "ad" + ], + [ + "▁emit", + "ir" + ], + [ + "▁endo", + "cr" + ], + [ + "▁end", + "ocr" + ], + [ + "▁reconstru", + "ction" + ], + [ + "▁recon", + "struction" + ], + [ + "▁26", + "0" + ], + [ + "▁2", + "60" + ], + [ + "▁", + "260" + ], + [ + "▁Cha", + "in" + ], + [ + "▁Ch", + "ain" + ], + [ + "▁", + "Chain" + ], + [ + "▁Model", + "ing" + ], + [ + "▁Mode", + "ling" + ], + [ + "▁Mod", + "eling" + ], + [ + "▁Let", + "ter" + ], + [ + "▁", + "Letter" + ], + [ + "▁remed", + "y" + ], + [ + "▁rem", + "edy" + ], + [ + "▁valor", + "iza" + ], + [ + "isa", + "n" + ], + [ + "is", + "an" + ], + [ + "i", + "san" + ], + [ + "▁prec", + "urs" + ], + [ + "▁secundário", + "s" + ], + [ + "▁secund", + "ários" + ], + [ + "▁possibilita", + "m" + ], + [ + "▁possibil", + "itam" + ], + [ + "▁Bab", + "y" + ], + [ + "▁Ba", + "by" + ], + [ + "▁B", + "aby" + ], + [ + "pon", + "der" + ], + [ + "p", + "onder" + ], + [ + "▁Conf", + "eder" + ], + [ + "▁Petr", + "ópolis" + ], + [ + "▁restaurant", + "s" + ], + [ + "▁restaur", + "ants" + ], + [ + "▁ed", + "ema" + ], + [ + "▁Cart", + "er" + ], + [ + "▁Car", + "ter" + ], + [ + "▁Ker", + "nel" + ], + [ + "▁K", + "ernel" + ], + [ + "▁", + "Kernel" + ], + [ + "▁feminina", + "s" + ], + [ + "▁femin", + "inas" + ], + [ + "▁significa", + "va" + ], + [ + "▁signific", + "ava" + ], + [ + "▁L", + "é" + ], + [ + "▁\"", + ">" + ], + [ + "▁", + "\">" + ], + [ + "▁considera", + "va" + ], + [ + "▁consider", + "ava" + ], + [ + "▁", + "←" + ], + [ + "▁g", + "n" + ], + [ + "▁", + "gn" + ], + [ + "S", + "printf" + ], + [ + "▁Element", + "os" + ], + [ + "ce", + "ae" + ], + [ + "▁landscape", + "s" + ], + [ + "▁landsc", + "apes" + ], + [ + "fn", + "ame" + ], + [ + "f", + "name" + ], + [ + "CM", + "D" + ], + [ + "C", + "MD" + ], + [ + "▁prag", + "a" + ], + [ + "▁pra", + "ga" + ], + [ + "▁pr", + "aga" + ], + [ + "▁p", + "raga" + ], + [ + "under", + "s" + ], + [ + "unde", + "rs" + ], + [ + "und", + "ers" + ], + [ + "un", + "ders" + ], + [ + "uada", + "s" + ], + [ + "ua", + "das" + ], + [ + "u", + "adas" + ], + [ + "▁alg", + "ar" + ], + [ + "▁al", + "gar" + ], + [ + "▁Home", + "ns" + ], + [ + "▁Hom", + "ens" + ], + [ + "▁afast", + "a" + ], + [ + "▁af", + "asta" + ], + [ + "▁guilt", + "y" + ], + [ + "▁gu", + "ilty" + ], + [ + "▁ESC", + "OL" + ], + [ + "▁ES", + "COL" + ], + [ + "▁fr", + "aternidade" + ], + [ + "▁Consum", + "er" + ], + [ + "▁Cons", + "umer" + ], + [ + "ór", + "d" + ], + [ + "ó", + "rd" + ], + [ + "▁58", + "," + ], + [ + "▁5", + "8," + ], + [ + "▁", + "58," + ], + [ + "▁Cro", + "w" + ], + [ + "▁Cr", + "ow" + ], + [ + "▁C", + "row" + ], + [ + "▁Marc", + "us" + ], + [ + "▁Mar", + "cus" + ], + [ + "▁work", + "force" + ], + [ + "Pad", + "ding" + ], + [ + "P", + "adding" + ], + [ + "▁opera", + "nd" + ], + [ + "▁oper", + "and" + ], + [ + "▁legisl", + "ative" + ], + [ + "▁Pessoa", + "l" + ], + [ + "▁Pesso", + "al" + ], + [ + "▁Rel", + "ação" + ], + [ + "▁corre", + "dor" + ], + [ + "▁corr", + "edor" + ], + [ + "▁cor", + "redor" + ], + [ + "▁alinh", + "amento" + ], + [ + "ph", + "rase" + ], + [ + "d", + "AtA" + ], + [ + "▁O", + "H" + ], + [ + "▁", + "OH" + ], + [ + "▁UT", + "F" + ], + [ + "▁U", + "TF" + ], + [ + "▁", + "UTF" + ], + [ + "obra", + "s" + ], + [ + "ob", + "ras" + ], + [ + "o", + "bras" + ], + [ + "▁liber", + "a" + ], + [ + "▁lib", + "era" + ], + [ + "▁Cont", + "inental" + ], + [ + "▁al", + "ugu" + ], + [ + "▁Aconte", + "ce" + ], + [ + "▁estima", + "do" + ], + [ + "▁estim", + "ado" + ], + [ + "WR", + "ITE" + ], + [ + "W", + "RITE" + ], + [ + "▁hand", + "ful" + ], + [ + "ocy", + "tes" + ], + [ + "usion", + "s" + ], + [ + "usi", + "ons" + ], + [ + "us", + "ions" + ], + [ + "▁denominado", + "s" + ], + [ + "▁denomina", + "dos" + ], + [ + "▁denomin", + "ados" + ], + [ + "▁denom", + "inados" + ], + [ + "▁(", + "{" + ], + [ + "▁", + "({" + ], + [ + "▁promet", + "e" + ], + [ + "▁prom", + "ete" + ], + [ + "▁recognise", + "d" + ], + [ + "▁recogn", + "ised" + ], + [ + "ier", + "i" + ], + [ + "ie", + "ri" + ], + [ + "i", + "eri" + ], + [ + "Dist", + "ribution" + ], + [ + "59", + ":" + ], + [ + "5", + "9:" + ], + [ + "▁Lago", + "a" + ], + [ + "▁Lag", + "oa" + ], + [ + "▁ícon", + "e" + ], + [ + "▁compro", + "u" + ], + [ + "▁compr", + "ou" + ], + [ + "▁comp", + "rou" + ], + [ + "▁permanent", + "ly" + ], + [ + "▁perman", + "ently" + ], + [ + "él", + "ulas" + ], + [ + "▁eng", + "lish" + ], + [ + "▁en", + "glish" + ], + [ + "▁15", + "7" + ], + [ + "▁1", + "57" + ], + [ + "▁", + "157" + ], + [ + "Plan", + "e" + ], + [ + "Pl", + "ane" + ], + [ + "P", + "lane" + ], + [ + "▁critical", + "ly" + ], + [ + "▁critic", + "ally" + ], + [ + "▁crit", + "ically" + ], + [ + "▁cri", + "tically" + ], + [ + "▁SUP", + "ER" + ], + [ + "▁SU", + "PER" + ], + [ + "▁pi", + "d" + ], + [ + "▁p", + "id" + ], + [ + "▁", + "pid" + ], + [ + "39", + "1" + ], + [ + "3", + "91" + ], + [ + "vi", + "t" + ], + [ + "v", + "it" + ], + [ + "▁ba", + "king" + ], + [ + "▁b", + "aking" + ], + [ + "▁dys", + "function" + ], + [ + "no", + "ise" + ], + [ + "IVE", + "IRA" + ], + [ + "IV", + "EIRA" + ], + [ + "▁works", + "pace" + ], + [ + "▁work", + "space" + ], + [ + "▁", + "workspace" + ], + [ + "G", + "X" + ], + [ + "Ale", + "rt" + ], + [ + "Al", + "ert" + ], + [ + "▁compreend", + "ida" + ], + [ + "▁compre", + "endida" + ], + [ + "▁h", + "p" + ], + [ + "▁", + "hp" + ], + [ + "▁amid", + "o" + ], + [ + "▁am", + "ido" + ], + [ + "édia", + "s" + ], + [ + "éd", + "ias" + ], + [ + "bour", + "ne" + ], + [ + "▁str", + "o" + ], + [ + "▁st", + "ro" + ], + [ + "▁s", + "tro" + ], + [ + "▁", + "stro" + ], + [ + "▁marco", + "s" + ], + [ + "▁marc", + "os" + ], + [ + "▁mar", + "cos" + ], + [ + "▁adaptado", + "s" + ], + [ + "▁adapta", + "dos" + ], + [ + "▁adapt", + "ados" + ], + [ + "r", + "z" + ], + [ + "▁Mir", + "a" + ], + [ + "▁Mi", + "ra" + ], + [ + "▁M", + "ira" + ], + [ + "▁Works", + "hop" + ], + [ + "▁Work", + "shop" + ], + [ + "▁14", + "6" + ], + [ + "▁1", + "46" + ], + [ + "▁", + "146" + ], + [ + "▁AP", + "A" + ], + [ + "▁A", + "PA" + ], + [ + "TY", + "P" + ], + [ + "T", + "YP" + ], + [ + "▁B", + "I" + ], + [ + "▁", + "BI" + ], + [ + "▁Pró", + "ximo" + ], + [ + "▁critic", + "s" + ], + [ + "▁crit", + "ics" + ], + [ + "▁cri", + "tics" + ], + [ + "_1", + "4" + ], + [ + "_", + "14" + ], + [ + "▁atribui", + "ção" + ], + [ + "▁atribu", + "ição" + ], + [ + "▁at", + "ribuição" + ], + [ + "▁As", + "c" + ], + [ + "▁A", + "sc" + ], + [ + "▁administrativo", + "s" + ], + [ + "▁administr", + "ativos" + ], + [ + "▁car", + "entes" + ], + [ + "offset", + "s" + ], + [ + "offs", + "ets" + ], + [ + "off", + "sets" + ], + [ + "▁Rond", + "ônia" + ], + [ + "▁activ", + "ate" + ], + [ + "▁act", + "ivate" + ], + [ + "▁", + "activate" + ], + [ + "▁sulf", + "ur" + ], + [ + "▁ant", + "s" + ], + [ + "▁an", + "ts" + ], + [ + "▁", + "ants" + ], + [ + "▁cardáp", + "io" + ], + [ + "▁y", + "esterday" + ], + [ + "▁innovation", + "s" + ], + [ + "▁innov", + "ations" + ], + [ + "ife", + "s" + ], + [ + "if", + "es" + ], + [ + "▁imp", + "ut" + ], + [ + "▁im", + "put" + ], + [ + "▁tab", + "ule" + ], + [ + "▁suplement", + "o" + ], + [ + "▁su", + "plemento" + ], + [ + "▁tempor", + "arily" + ], + [ + "▁194", + "6" + ], + [ + "▁19", + "46" + ], + [ + "ROL", + "E" + ], + [ + "RO", + "LE" + ], + [ + "R", + "OLE" + ], + [ + "▁mú", + "t" + ], + [ + "▁dozen", + "s" + ], + [ + "▁doze", + "ns" + ], + [ + "▁do", + "zens" + ], + [ + "it", + "m" + ], + [ + "i", + "tm" + ], + [ + "31", + "9" + ], + [ + "3", + "19" + ], + [ + "Se", + "l" + ], + [ + "S", + "el" + ], + [ + "inea", + "r" + ], + [ + "ine", + "ar" + ], + [ + "in", + "ear" + ], + [ + "i", + "near" + ], + [ + "Co", + "ok" + ], + [ + "C", + "ook" + ], + [ + "▁mex", + "er" + ], + [ + "▁avanç", + "a" + ], + [ + "▁avan", + "ça" + ], + [ + "▁av", + "ança" + ], + [ + "▁warrant", + "y" + ], + [ + "▁Jo", + "rn" + ], + [ + "▁J", + "orn" + ], + [ + "▁imp", + "osta" + ], + [ + "▁im", + "posta" + ], + [ + "▁contamin", + "ados" + ], + [ + "▁contam", + "inados" + ], + [ + "su", + "l" + ], + [ + "s", + "ul" + ], + [ + "▁Expl", + "ique" + ], + [ + "▁Exp", + "lique" + ], + [ + "▁k", + "a" + ], + [ + "▁", + "ka" + ], + [ + "▁(18", + "8" + ], + [ + "▁(1", + "88" + ], + [ + "▁(", + "188" + ], + [ + "▁val", + "ioso" + ], + [ + "▁distribu", + "ída" + ], + [ + "fra", + "gment" + ], + [ + "f", + "ragment" + ], + [ + "▁exist", + "encial" + ], + [ + "▁re", + "write" + ], + [ + "▁Camp", + "bell" + ], + [ + "▁esc", + "uridão" + ], + [ + "▁'", + ";" + ], + [ + "▁", + "';" + ], + [ + "▁extra", + "v" + ], + [ + "▁extr", + "av" + ], + [ + "▁ext", + "rav" + ], + [ + "▁ex", + "trav" + ], + [ + "▁optim", + "um" + ], + [ + "▁opt", + "imum" + ], + [ + "▁Basic", + "ally" + ], + [ + "▁Bas", + "ically" + ], + [ + "otion", + "al" + ], + [ + "ot", + "ional" + ], + [ + "▁em", + "peror" + ], + [ + "mol", + "e" + ], + [ + "mo", + "le" + ], + [ + "m", + "ole" + ], + [ + "íd", + "ica" + ], + [ + "▁3.", + "6" + ], + [ + "▁3", + ".6" + ], + [ + "▁", + "3.6" + ], + [ + "To", + "Str" + ], + [ + "▁160", + "0" + ], + [ + "▁16", + "00" + ], + [ + "▁1", + "600" + ], + [ + "▁rigor", + "ous" + ], + [ + "▁rig", + "orous" + ], + [ + "ud", + "ge" + ], + [ + "atário", + "s" + ], + [ + "at", + "ários" + ], + [ + "▁vir", + "á" + ], + [ + "▁v", + "irá" + ], + [ + "▁Fab", + "ric" + ], + [ + "▁Late", + "st" + ], + [ + "▁Lat", + "est" + ], + [ + "▁La", + "test" + ], + [ + "▁wound", + "s" + ], + [ + "▁w", + "ounds" + ], + [ + "encia", + "da" + ], + [ + "enci", + "ada" + ], + [ + "enc", + "iada" + ], + [ + "▁inici", + "antes" + ], + [ + "▁compartilh", + "am" + ], + [ + "▁compart", + "ilham" + ], + [ + "04", + "4" + ], + [ + "0", + "44" + ], + [ + "▁queim", + "aduras" + ], + [ + "▁AD", + "C" + ], + [ + "▁A", + "DC" + ], + [ + "▁", + "ADC" + ], + [ + "▁N", + "M" + ], + [ + "▁", + "NM" + ], + [ + "▁ir", + "rational" + ], + [ + "▁impuls", + "e" + ], + [ + "▁impul", + "se" + ], + [ + "▁imp", + "ulse" + ], + [ + "▁asc", + "ending" + ], + [ + "k", + "v" + ], + [ + "▁snake", + "s" + ], + [ + "▁sn", + "akes" + ], + [ + "▁tranqu", + "il" + ], + [ + "▁tran", + "quil" + ], + [ + "▁Sá", + "b" + ], + [ + "▁S", + "áb" + ], + [ + "▁morta", + "s" + ], + [ + "▁mort", + "as" + ], + [ + "▁mor", + "tas" + ], + [ + "▁Min", + "imum" + ], + [ + "▁", + "Minimum" + ], + [ + "▁recorda", + "r" + ], + [ + "▁record", + "ar" + ], + [ + "▁recor", + "dar" + ], + [ + "▁ton", + "nes" + ], + [ + "▁burn", + "s" + ], + [ + "▁bur", + "ns" + ], + [ + "▁worm", + "s" + ], + [ + "▁wor", + "ms" + ], + [ + "▁w", + "orms" + ], + [ + "▁accumulate", + "d" + ], + [ + "▁accum", + "ulated" + ], + [ + "▁retir", + "a" + ], + [ + "▁ret", + "ira" + ], + [ + "▁Partic", + "ular" + ], + [ + "▁Part", + "icular" + ], + [ + "▁Par", + "ticular" + ], + [ + "▁lab", + "s" + ], + [ + "▁la", + "bs" + ], + [ + "▁l", + "abs" + ], + [ + "▁Soci", + "o" + ], + [ + "▁Soc", + "io" + ], + [ + "▁So", + "cio" + ], + [ + "▁remo", + "t" + ], + [ + "▁rem", + "ot" + ], + [ + "▁re", + "mot" + ], + [ + "▁sw", + "ing" + ], + [ + "▁s", + "wing" + ], + [ + "▁estat", + "ais" + ], + [ + "EN", + "G" + ], + [ + "E", + "NG" + ], + [ + "▁mer", + "id" + ], + [ + "▁me", + "rid" + ], + [ + "STR", + "E" + ], + [ + "ST", + "RE" + ], + [ + "▁urge", + "nt" + ], + [ + "▁urg", + "ent" + ], + [ + "▁Organ", + "ic" + ], + [ + "▁Org", + "anic" + ], + [ + "▁y", + "a" + ], + [ + "▁", + "ya" + ], + [ + "▁inspir", + "ou" + ], + [ + "▁insp", + "irou" + ], + [ + "▁relev", + "ance" + ], + [ + "CI", + "D" + ], + [ + "C", + "ID" + ], + [ + "▁legal", + "ly" + ], + [ + "▁leg", + "ally" + ], + [ + "▁ind", + "ag" + ], + [ + "ne", + "m" + ], + [ + "n", + "em" + ], + [ + "▁espalh", + "ou" + ], + [ + "▁espal", + "hou" + ], + [ + "hour", + "s" + ], + [ + "hou", + "rs" + ], + [ + "ho", + "urs" + ], + [ + "h", + "ours" + ], + [ + "▁lavoura", + "s" + ], + [ + "▁lav", + "ouras" + ], + [ + "regular", + "es" + ], + [ + "reg", + "ulares" + ], + [ + "▁folcl", + "ore" + ], + [ + "▁M", + "g" + ], + [ + "▁TAb", + "mes" + ], + [ + ">>", + ">" + ], + [ + ">", + ">>" + ], + [ + "mica", + "s" + ], + [ + "mic", + "as" + ], + [ + "mi", + "cas" + ], + [ + "m", + "icas" + ], + [ + "▁accept", + "s" + ], + [ + "73", + "3" + ], + [ + "7", + "33" + ], + [ + "▁1970", + "." + ], + [ + "▁197", + "0." + ], + [ + "▁quil", + "ombolas" + ], + [ + "▁ur", + "i" + ], + [ + "▁u", + "ri" + ], + [ + "▁", + "uri" + ], + [ + "▁install", + "ing" + ], + [ + "▁instal", + "ling" + ], + [ + "▁inst", + "alling" + ], + [ + "▁Clear", + "ly" + ], + [ + "▁prision", + "eiros" + ], + [ + "▁y", + "e" + ], + [ + "▁", + "ye" + ], + [ + "AP", + "TER" + ], + [ + "▁I", + "z" + ], + [ + "▁Drive", + "r" + ], + [ + "▁Dr", + "iver" + ], + [ + "▁", + "Driver" + ], + [ + "▁textbook", + "s" + ], + [ + "▁text", + "books" + ], + [ + "▁dis", + "rup" + ], + [ + "▁fresh", + "water" + ], + [ + "▁neurolog", + "ical" + ], + [ + "▁neurol", + "ogical" + ], + [ + "▁neur", + "ological" + ], + [ + "▁Project", + "s" + ], + [ + "▁", + "Projects" + ], + [ + "uri", + "ous" + ], + [ + "ur", + "ious" + ], + [ + "u", + "rious" + ], + [ + "▁iter", + "ator" + ], + [ + "▁it", + "erator" + ], + [ + "▁", + "iterator" + ], + [ + "BR", + "A" + ], + [ + "B", + "RA" + ], + [ + "Inst", + "ituto" + ], + [ + "23", + "3" + ], + [ + "2", + "33" + ], + [ + "ira", + "do" + ], + [ + "ir", + "ado" + ], + [ + "i", + "rado" + ], + [ + "▁volta", + "m" + ], + [ + "▁volt", + "am" + ], + [ + "▁X", + "Y" + ], + [ + "▁", + "XY" + ], + [ + "▁pin", + "s" + ], + [ + "▁pi", + "ns" + ], + [ + "▁p", + "ins" + ], + [ + "▁Flu", + "id" + ], + [ + "▁Fl", + "uid" + ], + [ + "▁aprov", + "ou" + ], + [ + "▁Ver", + "e" + ], + [ + "▁Ve", + "re" + ], + [ + "▁V", + "ere" + ], + [ + "▁lacuna", + "s" + ], + [ + "▁lac", + "unas" + ], + [ + "▁enfrenta", + "dos" + ], + [ + "▁enfrent", + "ados" + ], + [ + "user", + "Id" + ], + [ + "▁exception", + "al" + ], + [ + "▁except", + "ional" + ], + [ + "yy", + "y" + ], + [ + "y", + "yy" + ], + [ + "▁Qu", + "int" + ], + [ + "▁Q", + "uint" + ], + [ + "▁confi", + "d" + ], + [ + "▁conf", + "id" + ], + [ + "ina", + "ções" + ], + [ + "in", + "ações" + ], + [ + "▁count", + "less" + ], + [ + "▁uva", + "s" + ], + [ + "▁u", + "vas" + ], + [ + "▁sangr", + "amento" + ], + [ + "▁sang", + "ramento" + ], + [ + "▁suscet", + "íveis" + ], + [ + "▁difer", + "e" + ], + [ + "▁dif", + "ere" + ], + [ + "▁Simon", + "e" + ], + [ + "▁Sim", + "one" + ], + [ + "▁abandon", + "ado" + ], + [ + "▁score", + "d" + ], + [ + "▁scor", + "ed" + ], + [ + "▁sco", + "red" + ], + [ + "▁sc", + "ored" + ], + [ + "▁esp", + "inhos" + ], + [ + "▁Marg", + "in" + ], + [ + "▁Mar", + "gin" + ], + [ + "▁", + "Margin" + ], + [ + "▁model", + "ling" + ], + [ + "▁mod", + "elling" + ], + [ + "▁envolv", + "ente" + ], + [ + "▁envol", + "vente" + ], + [ + "▁MA", + "G" + ], + [ + "▁M", + "AG" + ], + [ + "▁", + "MAG" + ], + [ + "▁sea", + "s" + ], + [ + "▁se", + "as" + ], + [ + "▁s", + "eas" + ], + [ + "▁casa", + "do" + ], + [ + "▁cas", + "ado" + ], + [ + "▁puls", + "o" + ], + [ + "▁pul", + "so" + ], + [ + "▁iogur", + "te" + ], + [ + "▁equilibr", + "ado" + ], + [ + "▁equilib", + "rado" + ], + [ + "0,", + "'" + ], + [ + "0", + ",'" + ], + [ + "plic", + "e" + ], + [ + "pl", + "ice" + ], + [ + "p", + "lice" + ], + [ + "inc", + "ar" + ], + [ + "in", + "car" + ], + [ + "▁na", + "usea" + ], + [ + "▁ficar", + "em" + ], + [ + "▁fica", + "rem" + ], + [ + "▁fic", + "arem" + ], + [ + "▁'", + "*" + ], + [ + "▁Aspect", + "os" + ], + [ + "▁Vas", + "co" + ], + [ + "▁V", + "asco" + ], + [ + "Gener", + "ate" + ], + [ + "Gen", + "erate" + ], + [ + "▁comprom", + "ise" + ], + [ + "oros", + "is" + ], + [ + "oro", + "sis" + ], + [ + "or", + "osis" + ], + [ + "o", + "rosis" + ], + [ + "▁hun", + "gry" + ], + [ + "▁hypoth", + "eses" + ], + [ + "çar", + "am" + ], + [ + "ça", + "ram" + ], + [ + "ç", + "aram" + ], + [ + "000,", + "00" + ], + [ + "▁Caus", + "es" + ], + [ + "▁Cau", + "ses" + ], + [ + "▁Ca", + "uses" + ], + [ + "▁C", + "auses" + ], + [ + "▁Dan", + "ça" + ], + [ + "▁D", + "ança" + ], + [ + "▁amb", + "ic" + ], + [ + "w", + "m" + ], + [ + "▁189", + "0" + ], + [ + "▁18", + "90" + ], + [ + "▁acknowledge", + "d" + ], + [ + "▁acknowled", + "ged" + ], + [ + "(", + "/" + ], + [ + "07", + "5" + ], + [ + "0", + "75" + ], + [ + "▁oblig", + "ation" + ], + [ + "AN", + "ÇA" + ], + [ + "▁diferencia", + "do" + ], + [ + "▁diferenci", + "ado" + ], + [ + "▁difer", + "enciado" + ], + [ + "▁mer", + "it" + ], + [ + "▁me", + "rit" + ], + [ + "▁recor", + "t" + ], + [ + "▁rec", + "ort" + ], + [ + "▁waters", + "hed" + ], + [ + "▁men", + "ção" + ], + [ + "▁m", + "enção" + ], + [ + "▁enferm", + "idade" + ], + [ + "▁gu", + "y" + ], + [ + "▁g", + "uy" + ], + [ + "▁bend", + "ing" + ], + [ + "▁ben", + "ding" + ], + [ + "▁b", + "ending" + ], + [ + "▁exist", + "iu" + ], + [ + "▁inevit", + "able" + ], + [ + "▁inev", + "itable" + ], + [ + "▁especificidade", + "s" + ], + [ + "▁especific", + "idades" + ], + [ + "▁Je", + "n" + ], + [ + "▁J", + "en" + ], + [ + "ocus", + "ed" + ], + [ + "oc", + "used" + ], + [ + ")}", + "{" + ], + [ + ")", + "}{" + ], + [ + "▁receb", + "a" + ], + [ + "▁rece", + "ba" + ], + [ + "▁rec", + "eba" + ], + [ + "MOD", + "ULE" + ], + [ + "▁bispo", + "s" + ], + [ + "▁bis", + "pos" + ], + [ + "▁introduz", + "ido" + ], + [ + "▁AR", + "ISING" + ], + [ + "▁LED", + "s" + ], + [ + "▁LE", + "Ds" + ], + [ + "itá", + "veis" + ], + [ + "it", + "áveis" + ], + [ + "▁Cell", + "s" + ], + [ + "▁Cel", + "ls" + ], + [ + "▁C", + "ells" + ], + [ + "▁", + "Cells" + ], + [ + "emble", + "s" + ], + [ + "embl", + "es" + ], + [ + "emb", + "les" + ], + [ + "em", + "bles" + ], + [ + "▁Doc", + "tor" + ], + [ + "▁Do", + "ctor" + ], + [ + "Hist", + "ória" + ], + [ + "▁Ecol", + "ogia" + ], + [ + "▁Ec", + "ologia" + ], + [ + "▁Am", + "igos" + ], + [ + "▁periód", + "ico" + ], + [ + "▁comet", + "e" + ], + [ + "▁come", + "te" + ], + [ + "▁com", + "ete" + ], + [ + "J", + "esus" + ], + [ + "▁Aprove", + "ite" + ], + [ + "▁associ", + "a" + ], + [ + "▁assoc", + "ia" + ], + [ + "▁197", + "3" + ], + [ + "▁19", + "73" + ], + [ + "▁Is", + "ol" + ], + [ + "▁I", + "sol" + ], + [ + "▁gerada", + "s" + ], + [ + "▁gera", + "das" + ], + [ + "▁ger", + "adas" + ], + [ + "▁ge", + "radas" + ], + [ + "pon", + "to" + ], + [ + "p", + "onto" + ], + [ + "▁hope", + "d" + ], + [ + "▁hop", + "ed" + ], + [ + "▁ho", + "ped" + ], + [ + "▁h", + "oped" + ], + [ + "▁amar", + "r" + ], + [ + "▁ama", + "rr" + ], + [ + "▁am", + "arr" + ], + [ + "▁ensina", + "do" + ], + [ + "▁ensin", + "ado" + ], + [ + "▁ens", + "inado" + ], + [ + "sm", + "ithy" + ], + [ + "▁un", + "anim" + ], + [ + "Hi", + "t" + ], + [ + "H", + "it" + ], + [ + "RA", + "TE" + ], + [ + "R", + "ATE" + ], + [ + "level", + "and" + ], + [ + "lev", + "eland" + ], + [ + "Exp", + "er" + ], + [ + "Ex", + "per" + ], + [ + "▁considero", + "u" + ], + [ + "▁consider", + "ou" + ], + [ + "▁un", + "precedented" + ], + [ + "▁4)", + "," + ], + [ + "▁4", + ")," + ], + [ + "▁", + "4)," + ], + [ + "su", + "s" + ], + [ + "s", + "us" + ], + [ + "▁Ha", + "ck" + ], + [ + "▁H", + "ack" + ], + [ + "▁cole", + "ções" + ], + [ + "Cl", + "ock" + ], + [ + "C", + "lock" + ], + [ + "▁vari", + "ando" + ], + [ + "▁var", + "iando" + ], + [ + "▁contrat", + "ar" + ], + [ + "▁contra", + "tar" + ], + [ + "▁contr", + "atar" + ], + [ + "▁L", + "T" + ], + [ + "▁", + "LT" + ], + [ + "po", + "x" + ], + [ + "p", + "ox" + ], + [ + "▁cilind", + "ro" + ], + [ + "▁hy", + "draulic" + ], + [ + "330000", + "330000" + ], + [ + "Por", + "que" + ], + [ + "P", + "orque" + ], + [ + "▁vivenci", + "ar" + ], + [ + "▁viv", + "enciar" + ], + [ + "-1", + "-" + ], + [ + "-", + "1-" + ], + [ + "pol", + "is" + ], + [ + "po", + "lis" + ], + [ + "p", + "olis" + ], + [ + "▁Park", + "s" + ], + [ + "▁Par", + "ks" + ], + [ + "▁ca", + "ule" + ], + [ + "$", + "3" + ], + [ + "04", + "5" + ], + [ + "0", + "45" + ], + [ + "Todo", + "s" + ], + [ + "Tod", + "os" + ], + [ + "To", + "dos" + ], + [ + "T", + "odos" + ], + [ + "New", + "s" + ], + [ + "Ne", + "ws" + ], + [ + "ren", + "e" + ], + [ + "re", + "ne" + ], + [ + "r", + "ene" + ], + [ + "ango", + "s" + ], + [ + "ang", + "os" + ], + [ + "an", + "gos" + ], + [ + "▁plantada", + "s" + ], + [ + "▁planta", + "das" + ], + [ + "▁plant", + "adas" + ], + [ + "sm", + "art" + ], + [ + "s", + "mart" + ], + [ + "▁FA", + "M" + ], + [ + "▁F", + "AM" + ], + [ + "▁number", + "ed" + ], + [ + "att", + "i" + ], + [ + "at", + "ti" + ], + [ + "a", + "tti" + ], + [ + "▁99", + "." + ], + [ + "▁9", + "9." + ], + [ + "▁", + "99." + ], + [ + "▁Estr", + "ada" + ], + [ + "▁Est", + "rada" + ], + [ + "▁fl", + "aw" + ], + [ + "▁f", + "law" + ], + [ + "05", + "9" + ], + [ + "0", + "59" + ], + [ + "▁alf", + "a" + ], + [ + "▁al", + "fa" + ], + [ + "▁Si", + "erra" + ], + [ + "▁S", + "ierra" + ], + [ + "▁lider", + "ada" + ], + [ + "uni", + "vers" + ], + [ + "un", + "ivers" + ], + [ + "▁Col", + "ônia" + ], + [ + "make", + "r" + ], + [ + "ma", + "ker" + ], + [ + "m", + "aker" + ], + [ + "▁atend", + "idas" + ], + [ + "ín", + "ia" + ], + [ + "í", + "nia" + ], + [ + "▁2003", + ")." + ], + [ + "▁200", + "3)." + ], + [ + "lan", + "e" + ], + [ + "la", + "ne" + ], + [ + "l", + "ane" + ], + [ + "▁VAL", + "UE" + ], + [ + "▁", + "VALUE" + ], + [ + "proc", + "al" + ], + [ + "pro", + "cal" + ], + [ + "pr", + "ocal" + ], + [ + "▁Help", + "er" + ], + [ + "▁Hel", + "per" + ], + [ + "▁", + "Helper" + ], + [ + "COMP", + "ONENT" + ], + [ + "15", + "]" + ], + [ + "1", + "5]" + ], + [ + "▁Mean", + "ing" + ], + [ + "size", + "s" + ], + [ + "si", + "zes" + ], + [ + "s", + "izes" + ], + [ + "miss", + "ão" + ], + [ + "mis", + "são" + ], + [ + "m", + "issão" + ], + [ + "▁hav", + "ido" + ], + [ + "▁ha", + "vido" + ], + [ + "▁red", + "ig" + ], + [ + "▁re", + "dig" + ], + [ + "14", + "]" + ], + [ + "1", + "4]" + ], + [ + "dec", + "imal" + ], + [ + "▁-----", + "-----" + ], + [ + "▁----", + "------" + ], + [ + "▁---", + "-------" + ], + [ + "▁--", + "--------" + ], + [ + "▁-", + "---------" + ], + [ + "▁", + "----------" + ], + [ + "▁EC", + "ON" + ], + [ + "▁E", + "CON" + ], + [ + "▁op", + "io" + ], + [ + "▁o", + "pio" + ], + [ + "▁int", + "uição" + ], + [ + "▁I", + "Q" + ], + [ + "▁Ado", + "be" + ], + [ + "▁Bac", + "ter" + ], + [ + "▁Ba", + "cter" + ], + [ + "▁B", + "acter" + ], + [ + "▁rs", + "p" + ], + [ + "▁r", + "sp" + ], + [ + "▁", + "rsp" + ], + [ + "êut", + "ica" + ], + [ + "▁numer", + "o" + ], + [ + "▁num", + "ero" + ], + [ + "▁nu", + "mero" + ], + [ + "▁Exper", + "ience" + ], + [ + "▁autom", + "ático" + ], + [ + "▁mant", + "o" + ], + [ + "▁man", + "to" + ], + [ + "▁m", + "anto" + ], + [ + "▁car", + "rap" + ], + [ + "▁cultiv", + "ation" + ], + [ + "▁cult", + "ivation" + ], + [ + "▁compet", + "ir" + ], + [ + "▁orden", + "ado" + ], + [ + "▁migr", + "antes" + ], + [ + "▁m", + "igrantes" + ], + [ + "▁pt", + "s" + ], + [ + "▁p", + "ts" + ], + [ + "▁", + "pts" + ], + [ + "má", + "tica" + ], + [ + "m", + "ática" + ], + [ + "▁wall", + "et" + ], + [ + "▁wal", + "let" + ], + [ + "▁arran", + "jo" + ], + [ + "▁1920", + "," + ], + [ + "▁192", + "0," + ], + [ + "▁19", + "20," + ], + [ + "▁fech", + "a" + ], + [ + "▁fec", + "ha" + ], + [ + "▁fe", + "cha" + ], + [ + "▁f", + "echa" + ], + [ + "▁destru", + "t" + ], + [ + "▁destr", + "ut" + ], + [ + "▁dest", + "rut" + ], + [ + "▁de", + "strut" + ], + [ + "▁d", + "estrut" + ], + [ + "▁un", + "common" + ], + [ + "sim", + "p" + ], + [ + "si", + "mp" + ], + [ + "s", + "imp" + ], + [ + "▁fra", + "ter" + ], + [ + "▁fr", + "ater" + ], + [ + "4.", + "0" + ], + [ + "4", + ".0" + ], + [ + "ópio", + "s" + ], + [ + "óp", + "ios" + ], + [ + "▁ins", + "ens" + ], + [ + "▁in", + "sens" + ], + [ + "▁agress", + "ivo" + ], + [ + "ca", + "ff" + ], + [ + "c", + "aff" + ], + [ + "▁Mi", + "k" + ], + [ + "▁M", + "ik" + ], + [ + "▁St", + "uart" + ], + [ + "nab", + "la" + ], + [ + "balance", + "d" + ], + [ + "bal", + "anced" + ], + [ + "▁corresponde", + "r" + ], + [ + "▁correspond", + "er" + ], + [ + "▁corresp", + "onder" + ], + [ + "▁avis", + "o" + ], + [ + "▁avi", + "so" + ], + [ + "▁av", + "iso" + ], + [ + "▁israel", + "itas" + ], + [ + "[2]", + ")" + ], + [ + "[2", + "])" + ], + [ + "▁last", + "ed" + ], + [ + "▁las", + "ted" + ], + [ + "▁l", + "asted" + ], + [ + "▁limitado", + "s" + ], + [ + "▁limita", + "dos" + ], + [ + "▁limit", + "ados" + ], + [ + "▁lim", + "itados" + ], + [ + "▁outbreak", + "s" + ], + [ + "▁out", + "breaks" + ], + [ + "(.", + "." + ], + [ + "(", + ".." + ], + [ + "▁se", + "s" + ], + [ + "▁s", + "es" + ], + [ + "▁", + "ses" + ], + [ + "▁comport", + "a" + ], + [ + "▁compor", + "ta" + ], + [ + "▁comp", + "orta" + ], + [ + "ír", + "is" + ], + [ + "í", + "ris" + ], + [ + "uri", + "a" + ], + [ + "ur", + "ia" + ], + [ + "u", + "ria" + ], + [ + "▁trabalhado", + "s" + ], + [ + "▁trabalha", + "dos" + ], + [ + "▁trabalh", + "ados" + ], + [ + "▁trabal", + "hados" + ], + [ + "▁'", + "9" + ], + [ + "ua", + "ting" + ], + [ + "u", + "ating" + ], + [ + "▁impair", + "ed" + ], + [ + "▁imp", + "aired" + ], + [ + "▁im", + "paired" + ], + [ + "28", + "8" + ], + [ + "2", + "88" + ], + [ + "▁combina", + "do" + ], + [ + "▁combin", + "ado" + ], + [ + "▁comb", + "inado" + ], + [ + "▁7", + "%" + ], + [ + "▁", + "7%" + ], + [ + "▁fal", + "o" + ], + [ + "▁fa", + "lo" + ], + [ + "▁f", + "alo" + ], + [ + "▁Id", + "a" + ], + [ + "▁I", + "da" + ], + [ + "▁Oswal", + "do" + ], + [ + "▁intest", + "inais" + ], + [ + "flu", + "id" + ], + [ + "fl", + "uid" + ], + [ + "▁enfor", + "ce" + ], + [ + "▁en", + "force" + ], + [ + "▁heav", + "ier" + ], + [ + "▁he", + "avier" + ], + [ + "33", + "2" + ], + [ + "3", + "32" + ], + [ + "▁permut", + "ation" + ], + [ + "▁per", + "mutation" + ], + [ + "intr", + "o" + ], + [ + "int", + "ro" + ], + [ + "in", + "tro" + ], + [ + "▁bar", + "e" + ], + [ + "▁ba", + "re" + ], + [ + "▁b", + "are" + ], + [ + "▁Der", + "mat" + ], + [ + "Êx", + "odo" + ], + [ + "▁enfermidade", + "s" + ], + [ + "▁enferm", + "idades" + ], + [ + "tra", + "n" + ], + [ + "tr", + "an" + ], + [ + "t", + "ran" + ], + [ + "▁rece", + "ss" + ], + [ + "▁rec", + "ess" + ], + [ + "▁re", + "cess" + ], + [ + "▁r", + "ecess" + ], + [ + "▁autôn", + "omo" + ], + [ + "▁aut", + "ônomo" + ], + [ + "gue", + "r" + ], + [ + "gu", + "er" + ], + [ + "g", + "uer" + ], + [ + "▁Animal", + "s" + ], + [ + "▁Anim", + "als" + ], + [ + "▁An", + "imals" + ], + [ + "▁desperd", + "i" + ], + [ + "▁desper", + "di" + ], + [ + "▁despe", + "rdi" + ], + [ + "ADOR", + "ES" + ], + [ + "ADO", + "RES" + ], + [ + "AD", + "ORES" + ], + [ + "\">", + "(" + ], + [ + "\"", + ">(" + ], + [ + "0(", + "%" + ], + [ + "0", + "(%" + ], + [ + "▁Dak", + "ota" + ], + [ + "amb", + "ers" + ], + [ + "am", + "bers" + ], + [ + "▁weigh", + "s" + ], + [ + "V", + "W" + ], + [ + "GRA", + "PH" + ], + [ + "1,2,", + "3,4," + ], + [ + "▁torre", + "s" + ], + [ + "▁tor", + "res" + ], + [ + "▁Ap", + "ocalipse" + ], + [ + "▁in", + "é" + ], + [ + "ca", + "d" + ], + [ + "c", + "ad" + ], + [ + "▁pra", + "ise" + ], + [ + "▁pr", + "aise" + ], + [ + "▁substitu", + "i" + ], + [ + "Img", + "s" + ], + [ + "Im", + "gs" + ], + [ + "▁Ser", + "ão" + ], + [ + "▁Se", + "rão" + ], + [ + "▁integra", + "ting" + ], + [ + "▁integr", + "ating" + ], + [ + "▁integ", + "rating" + ], + [ + "MAN", + "A" + ], + [ + "MA", + "NA" + ], + [ + "▁Log", + "ger" + ], + [ + "▁Lo", + "gger" + ], + [ + "▁", + "Logger" + ], + [ + "▁fro", + "st" + ], + [ + "▁fr", + "ost" + ], + [ + "▁í", + "d" + ], + [ + "▁", + "íd" + ], + [ + "▁Mes", + "a" + ], + [ + "▁Me", + "sa" + ], + [ + "▁M", + "esa" + ], + [ + "▁#", + "5" + ], + [ + "▁Boa", + "s" + ], + [ + "▁Bo", + "as" + ], + [ + "▁proxim", + "ity" + ], + [ + "omic", + "s" + ], + [ + "omi", + "cs" + ], + [ + "om", + "ics" + ], + [ + "▁judge", + "s" + ], + [ + "▁judg", + "es" + ], + [ + "▁jud", + "ges" + ], + [ + "▁1984", + "," + ], + [ + "▁198", + "4," + ], + [ + "▁19", + "84," + ], + [ + "▁erup", + "ção" + ], + [ + "▁er", + "upção" + ], + [ + "▁estudada", + "s" + ], + [ + "▁estuda", + "das" + ], + [ + "▁estud", + "adas" + ], + [ + "▁sant", + "uário" + ], + [ + "01", + "/" + ], + [ + "0", + "1/" + ], + [ + "02", + ")" + ], + [ + "0", + "2)" + ], + [ + "▁55", + "0" + ], + [ + "▁5", + "50" + ], + [ + "▁IDE", + "NT" + ], + [ + "▁ID", + "ENT" + ], + [ + "▁", + "IDENT" + ], + [ + "▁assemble", + "d" + ], + [ + "▁assembl", + "ed" + ], + [ + "ne", + "q" + ], + [ + "n", + "eq" + ], + [ + "Den", + "se" + ], + [ + "D", + "ense" + ], + [ + "A", + "verage" + ], + [ + "▁activ", + "ists" + ], + [ + "▁sta", + "in" + ], + [ + "▁st", + "ain" + ], + [ + "▁s", + "tain" + ], + [ + "▁crystal", + "s" + ], + [ + "▁cryst", + "als" + ], + [ + "bl", + "as" + ], + [ + "b", + "las" + ], + [ + ":10", + "0" + ], + [ + ":1", + "00" + ], + [ + ":", + "100" + ], + [ + "ensa", + "ios" + ], + [ + "▁geo", + "pol" + ], + [ + "▁ge", + "opol" + ], + [ + "EA", + "R" + ], + [ + "E", + "AR" + ], + [ + "mark", + "ed" + ], + [ + "mar", + "ked" + ], + [ + "▁rhe", + "tor" + ], + [ + "▁rh", + "etor" + ], + [ + "▁ref", + "úgio" + ], + [ + "▁re", + "ún" + ], + [ + "loat", + "ing" + ], + [ + "lo", + "ating" + ], + [ + "▁dry", + "ing" + ], + [ + "▁dr", + "ying" + ], + [ + "▁d", + "rying" + ], + [ + "▁si", + "e" + ], + [ + "▁s", + "ie" + ], + [ + "▁Rating", + "s" + ], + [ + "▁Rat", + "ings" + ], + [ + "▁Ra", + "tings" + ], + [ + "▁FA", + "O" + ], + [ + "▁F", + "AO" + ], + [ + "▁To", + "y" + ], + [ + "▁T", + "oy" + ], + [ + "▁Ga", + "uss" + ], + [ + "▁G", + "auss" + ], + [ + "▁Ob", + "ra" + ], + [ + "▁O", + "bra" + ], + [ + "let", + "t" + ], + [ + "le", + "tt" + ], + [ + "l", + "ett" + ], + [ + "Ph", + "ase" + ], + [ + "▁stim", + "ulus" + ], + [ + "▁OR", + "DER" + ], + [ + "▁", + "ORDER" + ], + [ + "▁obed", + "e" + ], + [ + "▁ob", + "ede" + ], + [ + "Comput", + "e" + ], + [ + "Comp", + "ute" + ], + [ + "7", + "'," + ], + [ + "▁envia", + "da" + ], + [ + "▁envi", + "ada" + ], + [ + "▁env", + "iada" + ], + [ + "▁op", + "s" + ], + [ + "▁o", + "ps" + ], + [ + "▁", + "ops" + ], + [ + "▁fot", + "ógrafo" + ], + [ + "▁5.", + "5" + ], + [ + "▁5", + ".5" + ], + [ + "▁frequent", + "ar" + ], + [ + "▁frequ", + "entar" + ], + [ + "▁ventil", + "ation" + ], + [ + "▁vent", + "ilation" + ], + [ + "train", + "ed" + ], + [ + "tra", + "ined" + ], + [ + "tr", + "ained" + ], + [ + "t", + "rained" + ], + [ + "▁Carl", + "a" + ], + [ + "▁Car", + "la" + ], + [ + "▁proteg", + "ida" + ], + [ + "tre", + "at" + ], + [ + "t", + "reat" + ], + [ + "itante", + "s" + ], + [ + "itan", + "tes" + ], + [ + "it", + "antes" + ], + [ + "','", + "0.00000000" + ], + [ + "os", + "ity" + ], + [ + "otion", + "s" + ], + [ + "ot", + "ions" + ], + [ + "▁qu", + "o" + ], + [ + "▁q", + "uo" + ], + [ + "▁", + "quo" + ], + [ + "▁Medi", + "das" + ], + [ + "▁Med", + "idas" + ], + [ + "▁protege", + "m" + ], + [ + "▁proteg", + "em" + ], + [ + "▁prote", + "gem" + ], + [ + "b", + "rowser" + ], + [ + "▁refr", + "esh" + ], + [ + "▁ref", + "resh" + ], + [ + "▁", + "refresh" + ], + [ + "▁atravess", + "a" + ], + [ + "▁atrav", + "essa" + ], + [ + "▁pressup", + "osto" + ], + [ + "▁A", + "E" + ], + [ + "▁", + "AE" + ], + [ + "pode", + "r" + ], + [ + "pod", + "er" + ], + [ + "po", + "der" + ], + [ + "p", + "oder" + ], + [ + "▁permit", + "ia" + ], + [ + "▁treinamento", + "s" + ], + [ + "▁trein", + "amentos" + ], + [ + "▁cer", + "a" + ], + [ + "▁ce", + "ra" + ], + [ + "▁c", + "era" + ], + [ + "▁rot", + "ine" + ], + [ + "ron", + "g" + ], + [ + "ro", + "ng" + ], + [ + "r", + "ong" + ], + [ + "▁Sw", + "agger" + ], + [ + "▁fract", + "ure" + ], + [ + "▁0.0", + "6" + ], + [ + "▁0.", + "06" + ], + [ + "▁auto", + "bi" + ], + [ + "▁aut", + "obi" + ], + [ + "▁sp", + "ar" + ], + [ + "▁s", + "par" + ], + [ + "▁uniform", + "ly" + ], + [ + "▁un", + "changed" + ], + [ + "sel", + "l" + ], + [ + "se", + "ll" + ], + [ + "s", + "ell" + ], + [ + "▁stat", + "ing" + ], + [ + "▁sta", + "ting" + ], + [ + "▁st", + "ating" + ], + [ + "▁He", + "y" + ], + [ + "▁H", + "ey" + ], + [ + "Sign", + "al" + ], + [ + "Sig", + "nal" + ], + [ + "▁<", + "!" + ], + [ + "▁Ext", + "ensão" + ], + [ + "▁engr", + "a" + ], + [ + "▁eng", + "ra" + ], + [ + "▁en", + "gra" + ], + [ + "ir", + "antes" + ], + [ + ">", + "/" + ], + [ + "▁cadastr", + "o" + ], + [ + "▁cadas", + "tro" + ], + [ + "▁cada", + "stro" + ], + [ + "▁cad", + "astro" + ], + [ + "▁PA", + "ULO" + ], + [ + "▁antioxidant", + "s" + ], + [ + "▁antioxid", + "ants" + ], + [ + "EU", + "A" + ], + [ + "E", + "UA" + ], + [ + "▁Poss", + "o" + ], + [ + "▁Pos", + "so" + ], + [ + "▁P", + "osso" + ], + [ + "▁al", + "kal" + ], + [ + "▁up", + "coming" + ], + [ + "IC", + "H" + ], + [ + "I", + "CH" + ], + [ + "yle", + "d" + ], + [ + "yl", + "ed" + ], + [ + "y", + "led" + ], + [ + "▁conceb", + "er" + ], + [ + "▁conce", + "ber" + ], + [ + "qui", + "te" + ], + [ + "qu", + "ite" + ], + [ + "▁bot", + "ões" + ], + [ + "nascido", + "s" + ], + [ + "nasc", + "idos" + ], + [ + "nas", + "cidos" + ], + [ + "▁favor", + "able" + ], + [ + "▁retire", + "d" + ], + [ + "▁retir", + "ed" + ], + [ + "▁ret", + "ired" + ], + [ + "▁trilha", + "s" + ], + [ + "▁tril", + "has" + ], + [ + "▁tr", + "ilhas" + ], + [ + "▁00:00:00", + "'," + ], + [ + "▁00", + ":00:00'," + ], + [ + "▁ticket", + "s" + ], + [ + "▁tick", + "ets" + ], + [ + "{", + "4" + ], + [ + "84", + "0" + ], + [ + "8", + "40" + ], + [ + "yst", + "er" + ], + [ + "ys", + "ter" + ], + [ + "y", + "ster" + ], + [ + "▁grave", + "l" + ], + [ + "▁grav", + "el" + ], + [ + "▁gra", + "vel" + ], + [ + "▁gr", + "avel" + ], + [ + "▁Sup", + "ply" + ], + [ + "▁", + "Supply" + ], + [ + "▁196", + "5" + ], + [ + "▁19", + "65" + ], + [ + "▁1", + "965" + ], + [ + "▁an", + "ch" + ], + [ + "▁", + "anch" + ], + [ + "▁melan", + "oma" + ], + [ + "[]", + ")" + ], + [ + "[", + "])" + ], + [ + "▁gen", + "re" + ], + [ + "category", + "Name" + ], + [ + "▁RES", + "T" + ], + [ + "▁RE", + "ST" + ], + [ + "▁R", + "EST" + ], + [ + "▁reson", + "ance" + ], + [ + "▁priorit", + "ies" + ], + [ + "▁priori", + "ties" + ], + [ + "▁prior", + "ities" + ], + [ + "▁io", + "d" + ], + [ + "▁i", + "od" + ], + [ + "▁", + "iod" + ], + [ + "me", + "ira" + ], + [ + "m", + "eira" + ], + [ + "ífica", + "s" + ], + [ + "íf", + "icas" + ], + [ + "▁tem", + "er" + ], + [ + "▁te", + "mer" + ], + [ + "▁acad", + "ém" + ], + [ + "▁preciso", + "s" + ], + [ + "▁precis", + "os" + ], + [ + "▁preci", + "sos" + ], + [ + "▁conferência", + "s" + ], + [ + "▁confer", + "ências" + ], + [ + "▁pool", + "s" + ], + [ + "▁po", + "ols" + ], + [ + "▁satisfy", + "ing" + ], + [ + "▁satisf", + "ying" + ], + [ + "?", + "$" + ], + [ + "▁Palest", + "ine" + ], + [ + "▁strong", + "est" + ], + [ + "▁descont", + "o" + ], + [ + "▁descon", + "to" + ], + [ + "▁desc", + "onto" + ], + [ + "▁curios", + "ity" + ], + [ + "▁cog", + "um" + ], + [ + "▁construct", + "ing" + ], + [ + "▁gar", + "bage" + ], + [ + "▁Class", + "ical" + ], + [ + "▁flower", + "ing" + ], + [ + "▁flow", + "ering" + ], + [ + "44", + "0" + ], + [ + "4", + "40" + ], + [ + "▁Mec", + "ânica" + ], + [ + "▁Altern", + "ative" + ], + [ + "▁Alter", + "native" + ], + [ + "▁aren", + "a" + ], + [ + "▁are", + "na" + ], + [ + "▁ar", + "ena" + ], + [ + "▁endo", + "rs" + ], + [ + "▁end", + "ors" + ], + [ + "Conf", + "irm" + ], + [ + "ári", + "do" + ], + [ + "ár", + "ido" + ], + [ + "▁Di", + "pl" + ], + [ + "▁armad", + "a" + ], + [ + "▁arma", + "da" + ], + [ + "▁arm", + "ada" + ], + [ + "▁Implement", + "ation" + ], + [ + "ag", + "r" + ], + [ + "a", + "gr" + ], + [ + "ót", + "eo" + ], + [ + "ó", + "teo" + ], + [ + "abor", + "a" + ], + [ + "abo", + "ra" + ], + [ + "ab", + "ora" + ], + [ + "▁piora", + "r" + ], + [ + "▁pior", + "ar" + ], + [ + "▁pi", + "orar" + ], + [ + "▁tinta", + "s" + ], + [ + "▁tin", + "tas" + ], + [ + "▁t", + "intas" + ], + [ + "▁determin", + "ou" + ], + [ + "▁sever", + "a" + ], + [ + "▁se", + "vera" + ], + [ + "▁[", + "5]" + ], + [ + "▁", + "[5]" + ], + [ + "▁cria", + "ções" + ], + [ + "▁cri", + "ações" + ], + [ + "▁cr", + "iações" + ], + [ + "▁Pent", + "ecost" + ], + [ + "E", + "f" + ], + [ + "76", + "0" + ], + [ + "7", + "60" + ], + [ + "▁destaca", + "do" + ], + [ + "▁destac", + "ado" + ], + [ + "▁desta", + "cado" + ], + [ + "▁Vari", + "ant" + ], + [ + "▁Var", + "iant" + ], + [ + "▁V", + "ariant" + ], + [ + "▁", + "Variant" + ], + [ + "ANT", + "E" + ], + [ + "AN", + "TE" + ], + [ + "A", + "NTE" + ], + [ + "Unex", + "pected" + ], + [ + "Un", + "expected" + ], + [ + "sub", + "plot" + ], + [ + "▁Grupo", + "s" + ], + [ + "▁Grup", + "os" + ], + [ + "▁Provín", + "cia" + ], + [ + "X", + "ã" + ], + [ + "▁Ta", + "p" + ], + [ + "▁T", + "ap" + ], + [ + "gi", + "l" + ], + [ + "g", + "il" + ], + [ + "▁re", + "en" + ], + [ + "▁r", + "een" + ], + [ + "▁escov", + "a" + ], + [ + "▁esco", + "va" + ], + [ + "▁esc", + "ova" + ], + [ + "▁il", + "im" + ], + [ + "▁i", + "lim" + ], + [ + "▁protestante", + "s" + ], + [ + "▁protest", + "antes" + ], + [ + "▁fossil", + "s" + ], + [ + "▁foss", + "ils" + ], + [ + "▁work", + "flow" + ], + [ + "atic", + "s" + ], + [ + "ati", + "cs" + ], + [ + "at", + "ics" + ], + [ + "a", + "tics" + ], + [ + "–", + "4" + ], + [ + "▁cl", + "am" + ], + [ + "▁c", + "lam" + ], + [ + "▁", + "clam" + ], + [ + "▁Deve", + "r" + ], + [ + "▁Dev", + "er" + ], + [ + "▁De", + "ver" + ], + [ + "▁D", + "ever" + ], + [ + "▁special", + "ly" + ], + [ + "uos", + "o" + ], + [ + "uo", + "so" + ], + [ + "u", + "oso" + ], + [ + "▁Consum", + "o" + ], + [ + "▁Cons", + "umo" + ], + [ + "▁factor", + "ies" + ], + [ + "▁facto", + "ries" + ], + [ + "▁fact", + "ories" + ], + [ + "▁fa", + "ctories" + ], + [ + "▁declaration", + "s" + ], + [ + "▁declar", + "ations" + ], + [ + "ç", + "á" + ], + [ + "lin", + "t" + ], + [ + "li", + "nt" + ], + [ + "l", + "int" + ], + [ + "▁Alg", + "o" + ], + [ + "▁Al", + "go" + ], + [ + "Cat", + "eg" + ], + [ + "C", + "ateg" + ], + [ + "si", + "zing" + ], + [ + "s", + "izing" + ], + [ + "▁Gl", + "ória" + ], + [ + "▁misc", + "on" + ], + [ + "▁mis", + "con" + ], + [ + "mat", + "plotlib" + ], + [ + "▁park", + "ing" + ], + [ + "▁par", + "king" + ], + [ + "▁utiliz", + "á" + ], + [ + "▁util", + "izá" + ], + [ + "dist", + "ribution" + ], + [ + "[[", + "'" + ], + [ + "[", + "['" + ], + [ + "▁russo", + "s" + ], + [ + "▁russ", + "os" + ], + [ + "▁rus", + "sos" + ], + [ + "▁War", + "ning" + ], + [ + "▁W", + "arning" + ], + [ + "▁", + "Warning" + ], + [ + "▁back", + "end" + ], + [ + "▁", + "backend" + ], + [ + "▁Any", + "one" + ], + [ + "▁ti", + "b" + ], + [ + "▁t", + "ib" + ], + [ + "▁teaching", + "s" + ], + [ + "▁teach", + "ings" + ], + [ + "▁explo", + "d" + ], + [ + "▁expl", + "od" + ], + [ + "▁accept", + "ing" + ], + [ + "▁implement", + "adas" + ], + [ + "BR", + "O" + ], + [ + "B", + "RO" + ], + [ + "▁prosper", + "ity" + ], + [ + "▁ren", + "d" + ], + [ + "▁re", + "nd" + ], + [ + "▁r", + "end" + ], + [ + "▁Job", + "s" + ], + [ + "▁Jo", + "bs" + ], + [ + "▁J", + "obs" + ], + [ + "16", + "1" + ], + [ + "1", + "61" + ], + [ + "=\"\"", + ">" + ], + [ + "=\"", + "\">" + ], + [ + "The", + "n" + ], + [ + "Th", + "en" + ], + [ + "T", + "hen" + ], + [ + "▁Ha", + "t" + ], + [ + "▁H", + "at" + ], + [ + "▁el", + "d" + ], + [ + "▁e", + "ld" + ], + [ + "▁", + "eld" + ], + [ + "▁Jam", + "a" + ], + [ + "▁Ja", + "ma" + ], + [ + "▁J", + "ama" + ], + [ + "▁Per", + "t" + ], + [ + "▁Pe", + "rt" + ], + [ + "▁P", + "ert" + ], + [ + "esta", + "ção" + ], + [ + "est", + "ação" + ], + [ + "AC", + "ION" + ], + [ + "▁Le", + "ad" + ], + [ + "▁L", + "ead" + ], + [ + "▁SIG", + "N" + ], + [ + "▁SI", + "GN" + ], + [ + "▁S", + "IGN" + ], + [ + "▁Humana", + "s" + ], + [ + "▁Human", + "as" + ], + [ + "▁Hum", + "anas" + ], + [ + "ponent", + "ial" + ], + [ + "pon", + "ential" + ], + [ + "au", + "g" + ], + [ + "a", + "ug" + ], + [ + "01", + "'," + ], + [ + "0", + "1'," + ], + [ + "▁Cha", + "gas" + ], + [ + "▁Ch", + "agas" + ], + [ + "abe", + "r" + ], + [ + "ab", + "er" + ], + [ + "a", + "ber" + ], + [ + "ten", + "t" + ], + [ + "te", + "nt" + ], + [ + "t", + "ent" + ], + [ + "▁1]", + ";" + ], + [ + "▁1", + "];" + ], + [ + "▁pren", + "der" + ], + [ + "▁pr", + "ender" + ], + [ + "▁p", + "render" + ], + [ + "▁wo", + "l" + ], + [ + "▁w", + "ol" + ], + [ + "em", + "it" + ], + [ + "e", + "mit" + ], + [ + "f", + "uture" + ], + [ + "▁microbi", + "al" + ], + [ + "▁microb", + "ial" + ], + [ + "▁Observ", + "atory" + ], + [ + "órd", + "ios" + ], + [ + "ór", + "dios" + ], + [ + "▁Po", + "ol" + ], + [ + "▁P", + "ool" + ], + [ + "▁", + "Pool" + ], + [ + "▁semana", + "l" + ], + [ + "▁seman", + "al" + ], + [ + "▁sem", + "anal" + ], + [ + "▁conced", + "ida" + ], + [ + "▁surprising", + "ly" + ], + [ + "EXT", + "O" + ], + [ + "EX", + "TO" + ], + [ + "nr", + "ow" + ], + [ + "n", + "row" + ], + [ + "▁an", + "onymous" + ], + [ + "▁Ob", + "viously" + ], + [ + "▁tartar", + "ugas" + ], + [ + "▁C", + "ând" + ], + [ + "th", + "reat" + ], + [ + "▁alcançado", + "s" + ], + [ + "▁alcança", + "dos" + ], + [ + "▁alcanç", + "ados" + ], + [ + "▁reino", + "s" + ], + [ + "▁rein", + "os" + ], + [ + "▁rei", + "nos" + ], + [ + "▁re", + "inos" + ], + [ + "▁Ob", + "viamente" + ], + [ + "▁comm", + "a" + ], + [ + "▁com", + "ma" + ], + [ + "▁co", + "mma" + ], + [ + "▁Oper", + "ação" + ], + [ + "▁Op", + "eração" + ], + [ + "▁pp", + "m" + ], + [ + "▁p", + "pm" + ], + [ + "▁por", + "co" + ], + [ + "▁aver", + "melh" + ], + [ + "▁Men", + "ino" + ], + [ + "▁n", + "r" + ], + [ + "▁", + "nr" + ], + [ + "▁D", + "ensity" + ], + [ + "▁reduz", + "iu" + ], + [ + "▁s", + "arampo" + ], + [ + "▁Inter", + "active" + ], + [ + "▁Jo", + "go" + ], + [ + "▁J", + "ogo" + ], + [ + "Undef", + "Or" + ], + [ + "ON", + "LY" + ], + [ + "▁amos", + "t" + ], + [ + "▁amo", + "st" + ], + [ + "▁am", + "ost" + ], + [ + "▁a", + "most" + ], + [ + "▁Gate", + "s" + ], + [ + "▁Ga", + "tes" + ], + [ + "▁G", + "ates" + ], + [ + "Part", + "ition" + ], + [ + "▁N", + "u" + ], + [ + "▁iniciar", + "am" + ], + [ + "▁inicia", + "ram" + ], + [ + "▁inici", + "aram" + ], + [ + "060", + "6" + ], + [ + "06", + "06" + ], + [ + "SP", + "EC" + ], + [ + "Fa", + "c" + ], + [ + "F", + "ac" + ], + [ + "▁TA", + "R" + ], + [ + "▁T", + "AR" + ], + [ + "▁", + "TAR" + ], + [ + "▁inter", + "ag" + ], + [ + "▁inte", + "rag" + ], + [ + "▁hit", + "ting" + ], + [ + "▁h", + "itting" + ], + [ + "▁limpa", + "s" + ], + [ + "▁limp", + "as" + ], + [ + "▁lim", + "pas" + ], + [ + "▁cols", + "pan" + ], + [ + "▁col", + "span" + ], + [ + "▁secret", + "ar" + ], + [ + "▁secre", + "tar" + ], + [ + "Ba", + "nk" + ], + [ + "B", + "ank" + ], + [ + "iso", + "r" + ], + [ + "is", + "or" + ], + [ + "ey", + "e" + ], + [ + "e", + "ye" + ], + [ + "▁comemora", + "do" + ], + [ + "▁comemor", + "ado" + ], + [ + "▁comem", + "orado" + ], + [ + "▁Cha", + "ir" + ], + [ + "▁Ch", + "air" + ], + [ + "▁altitude", + "s" + ], + [ + "▁alt", + "itudes" + ], + [ + "15", + "1" + ], + [ + "1", + "51" + ], + [ + "▁Ge", + "m" + ], + [ + "▁G", + "em" + ], + [ + "▁Jon", + "as" + ], + [ + "▁Jo", + "nas" + ], + [ + "▁J", + "onas" + ], + [ + "▁Medi", + "eval" + ], + [ + "▁Med", + "ieval" + ], + [ + "▁transfer", + "ir" + ], + [ + "▁Nave", + "g" + ], + [ + "▁Nav", + "eg" + ], + [ + "▁show", + "er" + ], + [ + "▁sho", + "wer" + ], + [ + "▁sh", + "ower" + ], + [ + "▁R", + "aquel" + ], + [ + "od", + "us" + ], + [ + "▁culto", + "s" + ], + [ + "▁cult", + "os" + ], + [ + "▁cul", + "tos" + ], + [ + "▁z", + "e" + ], + [ + "▁", + "ze" + ], + [ + "▁$$", + "(" + ], + [ + "▁$", + "$(" + ], + [ + "▁man", + "gue" + ], + [ + "▁m", + "angue" + ], + [ + "▁spin", + "ning" + ], + [ + "ogene", + "sis" + ], + [ + "ogen", + "esis" + ], + [ + "▁Ex", + "ist" + ], + [ + "▁", + "Exist" + ], + [ + "▁UNS", + "IGNED" + ], + [ + "▁esport", + "ivo" + ], + [ + "side", + "d" + ], + [ + "sid", + "ed" + ], + [ + "si", + "ded" + ], + [ + "s", + "ided" + ], + [ + "▁embarc", + "ações" + ], + [ + "Cal", + "c" + ], + [ + "Ca", + "lc" + ], + [ + "+", + "\"" + ], + [ + "▁Sam", + "pa" + ], + [ + "▁S", + "ampa" + ], + [ + "▁j", + "esuítas" + ], + [ + "▁seven", + "th" + ], + [ + "▁se", + "venth" + ], + [ + "ti", + "s" + ], + [ + "t", + "is" + ], + [ + "▁194", + "7" + ], + [ + "▁19", + "47" + ], + [ + "▁land", + "ed" + ], + [ + "▁lan", + "ded" + ], + [ + "▁l", + "anded" + ], + [ + "▁AR", + "M" + ], + [ + "▁A", + "RM" + ], + [ + "▁", + "ARM" + ], + [ + "▁af", + "er" + ], + [ + "▁a", + "fer" + ], + [ + "▁N", + "B" + ], + [ + "▁", + "NB" + ], + [ + "▁incident", + "e" + ], + [ + "▁incid", + "ente" + ], + [ + "▁inc", + "idente" + ], + [ + "DF", + "D" + ], + [ + "D", + "FD" + ], + [ + "▁Matt", + "er" + ], + [ + "▁Mat", + "ter" + ], + [ + "▁M", + "atter" + ], + [ + "▁wet", + "lands" + ], + [ + "▁jurisd", + "iction" + ], + [ + "esp", + "an" + ], + [ + "es", + "pan" + ], + [ + "e", + "span" + ], + [ + "▁E", + "igen" + ], + [ + "▁metaph", + "or" + ], + [ + "▁met", + "aphor" + ], + [ + "▁off", + "shore" + ], + [ + "▁DI", + "G" + ], + [ + "▁D", + "IG" + ], + [ + "▁Pu", + "erto" + ], + [ + "▁Cor", + "respond" + ], + [ + "et", + "r" + ], + [ + "e", + "tr" + ], + [ + "ate", + "ur" + ], + [ + "at", + "eur" + ], + [ + "ongo", + "s" + ], + [ + "ong", + "os" + ], + [ + "on", + "gos" + ], + [ + "▁apart", + "amento" + ], + [ + "▁mes", + "t" + ], + [ + "▁me", + "st" + ], + [ + "▁m", + "est" + ], + [ + "3939", + "3939" + ], + [ + "▁viola", + "ções" + ], + [ + "▁viol", + "ações" + ], + [ + "▁15", + "8" + ], + [ + "▁1", + "58" + ], + [ + "▁", + "158" + ], + [ + "▁3", + "]" + ], + [ + "▁", + "3]" + ], + [ + "11", + "'," + ], + [ + "1", + "1'," + ], + [ + "▁Sin", + "ai" + ], + [ + "▁S", + "inai" + ], + [ + "▁conhe", + "ço" + ], + [ + "▁reason", + "ably" + ], + [ + "▁MO", + "N" + ], + [ + "▁M", + "ON" + ], + [ + "▁", + "MON" + ], + [ + "▁rep", + "t" + ], + [ + "▁re", + "pt" + ], + [ + "client", + "Id" + ], + [ + "▁Coll", + "ins" + ], + [ + "▁ide", + "ológica" + ], + [ + "▁FA", + "P" + ], + [ + "▁F", + "AP" + ], + [ + "▁dent", + "ária" + ], + [ + "▁Integr", + "ation" + ], + [ + "▁li", + "on" + ], + [ + "▁l", + "ion" + ], + [ + "?", + "(" + ], + [ + "To", + "r" + ], + [ + "T", + "or" + ], + [ + "▁oposto", + "s" + ], + [ + "▁op", + "ostos" + ], + [ + "▁p", + "b" + ], + [ + "▁", + "pb" + ], + [ + "▁constr", + "ang" + ], + [ + "*", + ";" + ], + [ + "▁<", + "#" + ], + [ + "▁re", + "habilitation" + ], + [ + "▁Limit", + "ed" + ], + [ + "▁Lim", + "ited" + ], + [ + "chr", + "om" + ], + [ + "ch", + "rom" + ], + [ + "▁Hen", + "d" + ], + [ + "▁He", + "nd" + ], + [ + "▁H", + "end" + ], + [ + "▁ti", + "ca" + ], + [ + "▁t", + "ica" + ], + [ + "▁", + "tica" + ], + [ + "▁Ver", + "bo" + ], + [ + "▁CON", + "CLUS" + ], + [ + "▁D", + "type" + ], + [ + "▁sil", + "ence" + ], + [ + "▁psiquiat", + "ra" + ], + [ + "▁Object", + "ive" + ], + [ + "▁incentive", + "s" + ], + [ + "▁incentiv", + "es" + ], + [ + "▁incent", + "ives" + ], + [ + "OS", + "A" + ], + [ + "O", + "SA" + ], + [ + "▁Inv", + "ent" + ], + [ + "▁In", + "vent" + ], + [ + "urre", + "ction" + ], + [ + "▁Str", + "ength" + ], + [ + "▁P", + "Ú" + ], + [ + "▁obligation", + "s" + ], + [ + "▁oblig", + "ations" + ], + [ + "cer", + "as" + ], + [ + "ce", + "ras" + ], + [ + "c", + "eras" + ], + [ + "▁op", + "ress" + ], + [ + "▁o", + "press" + ], + [ + "ATE", + "R" + ], + [ + "AT", + "ER" + ], + [ + "A", + "TER" + ], + [ + "ió", + "n" + ], + [ + "i", + "ón" + ], + [ + "Fr", + "ont" + ], + [ + "F", + "ront" + ], + [ + "5", + "}" + ], + [ + "07", + "9" + ], + [ + "0", + "79" + ], + [ + "UN", + "K" + ], + [ + "▁Van", + "t" + ], + [ + "▁Va", + "nt" + ], + [ + "▁V", + "ant" + ], + [ + "▁even", + "ly" + ], + [ + "ER", + "IC" + ], + [ + "E", + "RIC" + ], + [ + "▁}}", + "" + ], + [ + "▁=", + "=>" + ], + [ + "▁Bea", + "ut" + ], + [ + "▁Be", + "aut" + ], + [ + "▁resfri", + "amento" + ], + [ + "▁Esta", + "d" + ], + [ + "▁Est", + "ad" + ], + [ + "▁E", + "stad" + ], + [ + "▁astronom", + "y" + ], + [ + "▁astr", + "onomy" + ], + [ + "▁provin", + "g" + ], + [ + "▁prov", + "ing" + ], + [ + "▁pro", + "ving" + ], + [ + "▁pr", + "oving" + ], + [ + "▁C", + "leveland" + ], + [ + "▁gl", + "ow" + ], + [ + "▁g", + "low" + ], + [ + "\":\"", + "160" + ], + [ + "▁Arm", + "adas" + ], + [ + "▁corrida", + "s" + ], + [ + "▁corr", + "idas" + ], + [ + "F", + "etch" + ], + [ + "▁CUR", + "RENT" + ], + [ + "▁", + "CURRENT" + ], + [ + "INCL", + "UDING" + ], + [ + "▁irregular", + "es" + ], + [ + "▁ir", + "regulares" + ], + [ + "d", + "B" + ], + [ + "▁precoce", + "mente" + ], + [ + "▁precoc", + "emente" + ], + [ + "▁Clin", + "ic" + ], + [ + "▁Cli", + "nic" + ], + [ + "▁Con", + "junto" + ], + [ + "▁divulg", + "ada" + ], + [ + "wo", + "rm" + ], + [ + "w", + "orm" + ], + [ + "▁63", + "," + ], + [ + "▁6", + "3," + ], + [ + "▁", + "63," + ], + [ + "▁rótulo", + "s" + ], + [ + "▁rót", + "ulos" + ], + [ + "▁FI", + "N" + ], + [ + "▁F", + "IN" + ], + [ + "▁Hon", + "or" + ], + [ + "▁Ho", + "nor" + ], + [ + "page", + "Meta" + ], + [ + "▁impro", + "v" + ], + [ + "▁impr", + "ov" + ], + [ + "▁im", + "prov" + ], + [ + "▁publica", + "mente" + ], + [ + "▁public", + "amente" + ], + [ + "▁publ", + "icamente" + ], + [ + "Or", + "Join" + ], + [ + "▁lan", + "e" + ], + [ + "▁la", + "ne" + ], + [ + "▁l", + "ane" + ], + [ + "▁", + "lane" + ], + [ + "is", + "Premium" + ], + [ + "▁Bus", + "ca" + ], + [ + "▁pát", + "io" + ], + [ + "ionista", + "s" + ], + [ + "ion", + "istas" + ], + [ + "▁Word", + "Press" + ], + [ + "363", + "6" + ], + [ + "36", + "36" + ], + [ + "3", + "636" + ], + [ + "▁massac", + "re" + ], + [ + "▁massa", + "cre" + ], + [ + "▁mass", + "acre" + ], + [ + "▁disappear", + "ed" + ], + [ + "▁disappe", + "ared" + ], + [ + "ult", + "y" + ], + [ + "ul", + "ty" + ], + [ + "▁flam", + "e" + ], + [ + "▁fl", + "ame" + ], + [ + "Load", + "ing" + ], + [ + "Lo", + "ading" + ], + [ + "▁in", + "veja" + ], + [ + "page", + "Range" + ], + [ + "▁Ecol", + "ogy" + ], + [ + "▁Ec", + "ology" + ], + [ + "220", + "\",\"" + ], + [ + "09", + "5" + ], + [ + "0", + "95" + ], + [ + "▁Str", + "e" + ], + [ + "▁St", + "re" + ], + [ + "▁S", + "tre" + ], + [ + "Cdn", + "Url" + ], + [ + "log", + "Pixel" + ], + [ + "▁flight", + "s" + ], + [ + "▁fl", + "ights" + ], + [ + "▁f", + "lights" + ], + [ + "essay", + "Upload" + ], + [ + "isPay", + "OrJoin" + ], + [ + "logPixel", + "Path" + ], + [ + "essay", + "Id" + ], + [ + "category", + "ParentId" + ], + [ + "▁Fic", + "ou" + ], + [ + "▁Fi", + "cou" + ], + [ + "▁elimin", + "a" + ], + [ + "▁elim", + "ina" + ], + [ + "method", + "s" + ], + [ + "meth", + "ods" + ], + [ + "▁Spe", + "ech" + ], + [ + "▁vest", + "ib" + ], + [ + "yn", + "thesis" + ], + [ + "Img", + "CdnUrl" + ], + [ + "▁former", + "ly" + ], + [ + "▁unw", + "anted" + ], + [ + "loaded", + "Pages" + ], + [ + "additional", + "Ids" + ], + [ + "essays", + "ImgCdnUrl" + ], + [ + "▁artístico", + "s" + ], + [ + "▁art", + "ísticos" + ], + [ + "j", + "p" + ], + [ + "▁bus", + "que" + ], + [ + "▁nervosa", + "s" + ], + [ + "▁nervos", + "as" + ], + [ + "▁nerv", + "osas" + ], + [ + "▁down", + "stream" + ], + [ + "21", + "9" + ], + [ + "2", + "19" + ], + [ + "▁r", + "x" + ], + [ + "▁", + "rx" + ], + [ + "ru", + "t" + ], + [ + "r", + "ut" + ], + [ + "▁pre", + "n" + ], + [ + "▁pr", + "en" + ], + [ + "▁p", + "ren" + ], + [ + "▁sex", + "to" + ], + [ + "▁se", + "xto" + ], + [ + "▁em", + "pathy" + ], + [ + "isPremium", + "Country" + ], + [ + "▁}}", + "\"" + ], + [ + "▁}", + "}\"" + ], + [ + "▁п", + "ро" + ], + [ + "▁liter", + "s" + ], + [ + "▁lit", + "ers" + ], + [ + "▁li", + "ters" + ], + [ + "▁l", + "iters" + ], + [ + "ann", + "y" + ], + [ + "an", + "ny" + ], + [ + "▁Dou", + "trina" + ], + [ + "▁ca", + "indo" + ], + [ + "▁c", + "aindo" + ], + [ + "bra", + "in" + ], + [ + "br", + "ain" + ], + [ + "b", + "rain" + ], + [ + "▁War", + "m" + ], + [ + "▁Wa", + "rm" + ], + [ + "▁W", + "arm" + ], + [ + "ID", + "X" + ], + [ + "I", + "DX" + ], + [ + "ula", + "o" + ], + [ + "ul", + "ao" + ], + [ + "▁(17", + ")" + ], + [ + "▁(1", + "7)" + ], + [ + "▁(", + "17)" + ], + [ + "▁has", + "te" + ], + [ + "▁ha", + "ste" + ], + [ + "▁h", + "aste" + ], + [ + "▁A", + "érea" + ], + [ + "▁Cou", + "t" + ], + [ + "▁Co", + "ut" + ], + [ + "▁C", + "out" + ], + [ + "▁last", + "s" + ], + [ + "▁las", + "ts" + ], + [ + "▁l", + "asts" + ], + [ + "▁gal", + "inha" + ], + [ + "▁poul", + "try" + ], + [ + "▁executa", + "da" + ], + [ + "▁execut", + "ada" + ], + [ + "▁NON", + "E" + ], + [ + "▁NO", + "NE" + ], + [ + "▁N", + "ONE" + ], + [ + "▁", + "NONE" + ], + [ + "▁A", + "J" + ], + [ + "▁pertinente", + "s" + ], + [ + "▁pert", + "inentes" + ], + [ + "▁pou", + "quinho" + ], + [ + "▁fala", + "da" + ], + [ + "▁fal", + "ada" + ], + [ + "▁conv", + "ém" + ], + [ + "▁myster", + "ious" + ], + [ + "▁Met", + "er" + ], + [ + "▁Me", + "ter" + ], + [ + "▁M", + "eter" + ], + [ + "▁an", + "arqu" + ], + [ + "▁under", + "graduate" + ], + [ + "estr", + "uct" + ], + [ + "e", + "struct" + ], + [ + "Ab", + "out" + ], + [ + "▁Efeito", + "s" + ], + [ + "▁E", + "feitos" + ], + [ + "▁adub", + "o" + ], + [ + "▁adu", + "bo" + ], + [ + "F", + "www" + ], + [ + "▁$", + "9" + ], + [ + "ua", + "m" + ], + [ + "u", + "am" + ], + [ + "▁cego", + "s" + ], + [ + "▁ceg", + "os" + ], + [ + "▁ce", + "gos" + ], + [ + "▁inc", + "umb" + ], + [ + "▁deriva", + "da" + ], + [ + "▁deriv", + "ada" + ], + [ + "▁der", + "ivada" + ], + [ + "▁divulgado", + "s" + ], + [ + "▁divulg", + "ados" + ], + [ + "▁dras", + "ticamente" + ], + [ + "▁soc", + "k" + ], + [ + "▁so", + "ck" + ], + [ + "▁s", + "ock" + ], + [ + "isp", + "o" + ], + [ + "is", + "po" + ], + [ + "▁'201", + "7" + ], + [ + "▁'2", + "017" + ], + [ + "▁'", + "2017" + ], + [ + "▁objecto", + "s" + ], + [ + "▁object", + "os" + ], + [ + "▁PROCED", + "URE" + ], + [ + "▁vo", + "y" + ], + [ + "▁v", + "oy" + ], + [ + "vent", + "ura" + ], + [ + "▁pron", + "oun" + ], + [ + "▁des", + "inter" + ], + [ + "▁So", + "on" + ], + [ + "▁S", + "oon" + ], + [ + "odies", + "el" + ], + [ + "od", + "iesel" + ], + [ + "gh", + "i" + ], + [ + "g", + "hi" + ], + [ + "▁sexo", + "s" + ], + [ + "▁sex", + "os" + ], + [ + "▁se", + "xos" + ], + [ + "apping", + "s" + ], + [ + "app", + "ings" + ], + [ + "▁tomato", + "es" + ], + [ + "▁tom", + "atoes" + ], + [ + "default", + "Thumb" + ], + [ + "AT", + "URE" + ], + [ + "hu", + "b" + ], + [ + "h", + "ub" + ], + [ + "lov", + "e" + ], + [ + "lo", + "ve" + ], + [ + "l", + "ove" + ], + [ + "▁bench", + "mark" + ], + [ + "\":[\"", + "\\/\\/" + ], + [ + "▁chega", + "va" + ], + [ + "▁cheg", + "ava" + ], + [ + "defaultThumb", + "Imgs" + ], + [ + "useDefault", + "Thumbs" + ], + [ + "▁off", + "ensive" + ], + [ + "▁audio", + "visual" + ], + [ + "F", + "ULL" + ], + [ + "▁super", + "s" + ], + [ + "▁sup", + "ers" + ], + [ + "▁su", + "pers" + ], + [ + "=", + "<" + ], + [ + "▁aer", + "od" + ], + [ + "light", + "en" + ], + [ + "▁ENT", + "RE" + ], + [ + "89", + "7" + ], + [ + "8", + "97" + ], + [ + "▁Teste", + "s" + ], + [ + "▁Test", + "es" + ], + [ + "▁Tes", + "tes" + ], + [ + "▁T", + "estes" + ], + [ + "▁perc", + "uss" + ], + [ + "▁per", + "cuss" + ], + [ + "▁evidente", + "s" + ], + [ + "▁evident", + "es" + ], + [ + "▁evid", + "entes" + ], + [ + "▁ev", + "identes" + ], + [ + "▁foo", + "l" + ], + [ + "▁fo", + "ol" + ], + [ + "▁f", + "ool" + ], + [ + "▁habit", + "a" + ], + [ + "▁hab", + "ita" + ], + [ + "▁communic", + "ating" + ], + [ + "▁ne", + "at" + ], + [ + "▁assume", + "m" + ], + [ + "▁assum", + "em" + ], + [ + "31", + "." + ], + [ + "3", + "1." + ], + [ + "▁suje", + "ita" + ], + [ + "▁indicada", + "s" + ], + [ + "▁indica", + "das" + ], + [ + "▁indic", + "adas" + ], + [ + "▁dis", + "continu" + ], + [ + "▁A", + "H" + ], + [ + "▁", + "AH" + ], + [ + "▁on", + "ze" + ], + [ + "▁14", + "8" + ], + [ + "▁1", + "48" + ], + [ + "▁", + "148" + ], + [ + "Su", + "ite" + ], + [ + "▁classifica", + "da" + ], + [ + "▁class", + "ificada" + ], + [ + "=\"", + "$" + ], + [ + "▁Clá", + "ss" + ], + [ + "▁Cl", + "áss" + ], + [ + "▁f", + "onoaud" + ], + [ + "▁vira", + "da" + ], + [ + "▁vir", + "ada" + ], + [ + "▁vi", + "rada" + ], + [ + "▁Igreja", + "s" + ], + [ + "▁Igre", + "jas" + ], + [ + "▁C", + "atedral" + ], + [ + "▁semana", + "is" + ], + [ + "▁seman", + "ais" + ], + [ + "▁problema", + "t" + ], + [ + "▁problem", + "at" + ], + [ + "▁proble", + "mat" + ], + [ + "be", + "e" + ], + [ + "b", + "ee" + ], + [ + "▁ce", + "p" + ], + [ + "▁c", + "ep" + ], + [ + "▁", + "cep" + ], + [ + "▁cylind", + "rical" + ], + [ + "▁g", + "s" + ], + [ + "▁", + "gs" + ], + [ + "dis", + "k" + ], + [ + "di", + "sk" + ], + [ + "d", + "isk" + ], + [ + "▁Atl", + "anta" + ], + [ + "h", + "k" + ], + [ + "▁am", + "êndo" + ], + [ + "interface", + "s" + ], + [ + "inter", + "faces" + ], + [ + "de", + "e" + ], + [ + "d", + "ee" + ], + [ + "blas", + "t" + ], + [ + "bl", + "ast" + ], + [ + "b", + "last" + ], + [ + "▁5,", + "000" + ], + [ + "▁", + "5,000" + ], + [ + "▁visit", + "ante" + ], + [ + "▁vis", + "itante" + ], + [ + "▁re", + "interpret" + ], + [ + "alhe", + "s" + ], + [ + "alh", + "es" + ], + [ + "al", + "hes" + ], + [ + "a", + "lhes" + ], + [ + "▁198", + "3" + ], + [ + "▁19", + "83" + ], + [ + "[3]", + "," + ], + [ + "[3", + "]," + ], + [ + "▁tutor", + "s" + ], + [ + "▁tut", + "ors" + ], + [ + "▁pri", + "cing" + ], + [ + "▁pr", + "icing" + ], + [ + "▁cartaz", + "es" + ], + [ + "▁carta", + "zes" + ], + [ + "▁cart", + "azes" + ], + [ + "at", + "idão" + ], + [ + "2626", + "2626" + ], + [ + "icos", + "e" + ], + [ + "ico", + "se" + ], + [ + "ic", + "ose" + ], + [ + "▁tol", + "l" + ], + [ + "▁to", + "ll" + ], + [ + "▁t", + "oll" + ], + [ + "▁192", + "9" + ], + [ + "▁19", + "29" + ], + [ + "▁bênção", + "s" + ], + [ + "▁bên", + "çãos" + ], + [ + "28", + ":" + ], + [ + "2", + "8:" + ], + [ + "▁Great", + "er" + ], + [ + "▁Gre", + "ater" + ], + [ + "▁decad", + "ência" + ], + [ + "▁consult", + "ório" + ], + [ + "▁está", + "vamos" + ], + [ + "▁est", + "ávamos" + ], + [ + "▁kind", + "ergarten" + ], + [ + "ouse", + "l" + ], + [ + "ous", + "el" + ], + [ + "ou", + "sel" + ], + [ + "▁exclu", + "ídos" + ], + [ + "geo", + "m" + ], + [ + "ge", + "om" + ], + [ + "AN", + "S" + ], + [ + "A", + "NS" + ], + [ + "th", + "ood" + ], + [ + "t", + "hood" + ], + [ + "▁Hall", + "ow" + ], + [ + "▁Hal", + "low" + ], + [ + "▁H", + "allow" + ], + [ + "▁inser", + "e" + ], + [ + "▁ins", + "ere" + ], + [ + "hec", + "e" + ], + [ + "he", + "ce" + ], + [ + "h", + "ece" + ], + [ + "ia", + "g" + ], + [ + "i", + "ag" + ], + [ + "▁tur", + "tle" + ], + [ + "▁sucess", + "ivas" + ], + [ + ")", + "!" + ], + [ + "vi", + "v" + ], + [ + "v", + "iv" + ], + [ + "ogram", + "s" + ], + [ + "ogr", + "ams" + ], + [ + "o", + "grams" + ], + [ + "▁file", + "d" + ], + [ + "▁fil", + "ed" + ], + [ + "▁fi", + "led" + ], + [ + "▁f", + "iled" + ], + [ + "▁lançado", + "s" + ], + [ + "▁lança", + "dos" + ], + [ + "▁lanç", + "ados" + ], + [ + "▁lan", + "çados" + ], + [ + "▁apre", + "ss" + ], + [ + "▁apr", + "ess" + ], + [ + "▁ap", + "ress" + ], + [ + "▁a", + "press" + ], + [ + "▁expressa", + "m" + ], + [ + "▁express", + "am" + ], + [ + "▁A", + "U" + ], + [ + "▁", + "AU" + ], + [ + "▁Me", + "g" + ], + [ + "▁M", + "eg" + ], + [ + "▁ter", + "n" + ], + [ + "▁te", + "rn" + ], + [ + "▁t", + "ern" + ], + [ + "▁", + "tern" + ], + [ + "▁Cac", + "ho" + ], + [ + "▁Ca", + "cho" + ], + [ + "▁C", + "acho" + ], + [ + "cept", + "or" + ], + [ + "cep", + "tor" + ], + [ + "▁Second", + "ary" + ], + [ + "▁abriga", + "r" + ], + [ + "▁abrig", + "ar" + ], + [ + "▁abr", + "igar" + ], + [ + "▁poderosa", + "s" + ], + [ + "▁poder", + "osas" + ], + [ + "▁1972", + "," + ], + [ + "▁197", + "2," + ], + [ + "▁19", + "72," + ], + [ + "▁pro", + "d" + ], + [ + "▁pr", + "od" + ], + [ + "▁p", + "rod" + ], + [ + "▁", + "prod" + ], + [ + "user", + "CountryCode" + ], + [ + "▁incom", + "pre" + ], + [ + "▁accum", + "ulate" + ], + [ + "olic", + "ismo" + ], + [ + "oli", + "cismo" + ], + [ + "▁delic", + "ate" + ], + [ + "▁del", + "icate" + ], + [ + "▁Pont", + "a" + ], + [ + "▁P", + "onta" + ], + [ + "▁solid", + "ária" + ], + [ + "▁trace", + "d" + ], + [ + "▁trac", + "ed" + ], + [ + "▁tra", + "ced" + ], + [ + "▁tr", + "aced" + ], + [ + "▁insp", + "ect" + ], + [ + "▁ins", + "pect" + ], + [ + "▁in", + "spect" + ], + [ + "▁CONT", + "RIBUT" + ], + [ + "▁CON", + "TRIBUT" + ], + [ + "▁horizonte", + "s" + ], + [ + "▁horizont", + "es" + ], + [ + "▁horizon", + "tes" + ], + [ + "usea", + "s" + ], + [ + "use", + "as" + ], + [ + "us", + "eas" + ], + [ + "▁Cor", + "oa" + ], + [ + "▁adicion", + "ado" + ], + [ + "▁ad", + "icionado" + ], + [ + "▁pés", + "s" + ], + [ + "▁pé", + "ss" + ], + [ + "cont", + "ribute" + ], + [ + "ess", + "ment" + ], + [ + "▁acha", + "dos" + ], + [ + "▁ach", + "ados" + ], + [ + "▁ac", + "hados" + ], + [ + "end", + "point" + ], + [ + "ere", + "ço" + ], + [ + "Ó", + "R" + ], + [ + "▁benefici", + "a" + ], + [ + "▁benef", + "icia" + ], + [ + "SD", + "K" + ], + [ + "S", + "DK" + ], + [ + "font", + "s" + ], + [ + "▁4.", + "2" + ], + [ + "▁4", + ".2" + ], + [ + "▁", + "4.2" + ], + [ + "▁disco", + "urse" + ], + [ + "▁disc", + "ourse" + ], + [ + "▁dis", + "course" + ], + [ + "▁infect", + "adas" + ], + [ + "El", + "a" + ], + [ + "E", + "la" + ], + [ + "▁chem", + "otherapy" + ], + [ + "l", + "f" + ], + [ + "Conv", + "ersion" + ], + [ + "Con", + "version" + ], + [ + "cha", + "ir" + ], + [ + "ch", + "air" + ], + [ + "▁194", + "3" + ], + [ + "▁19", + "43" + ], + [ + "▁wor", + "m" + ], + [ + "▁wo", + "rm" + ], + [ + "▁w", + "orm" + ], + [ + "▁", + "worm" + ], + [ + "Unit", + "ed" + ], + [ + "Un", + "ited" + ], + [ + "▁pet", + "ition" + ], + [ + "ccion", + "ar" + ], + [ + "cc", + "ionar" + ], + [ + "c", + "cionar" + ], + [ + "▁y", + "s" + ], + [ + "▁", + "ys" + ], + [ + "▁Blo", + "om" + ], + [ + "▁Bl", + "oom" + ], + [ + "▁specim", + "en" + ], + [ + "▁spec", + "imen" + ], + [ + "▁Protest", + "ant" + ], + [ + "▁violent", + "o" + ], + [ + "▁viol", + "ento" + ], + [ + "▁L", + "M" + ], + [ + "▁", + "LM" + ], + [ + "▁n", + "t" + ], + [ + "▁", + "nt" + ], + [ + "media", + "n" + ], + [ + "medi", + "an" + ], + [ + "med", + "ian" + ], + [ + "▁eth", + "er" + ], + [ + "▁et", + "her" + ], + [ + "▁e", + "ther" + ], + [ + "▁", + "ether" + ], + [ + "200", + "9" + ], + [ + "20", + "09" + ], + [ + "2", + "009" + ], + [ + "▁Re", + "yn" + ], + [ + "▁prob", + "able" + ], + [ + "▁enc", + "en" + ], + [ + "▁Fu", + "i" + ], + [ + "▁F", + "ui" + ], + [ + "odo", + "ro" + ], + [ + "od", + "oro" + ], + [ + "man", + "ual" + ], + [ + "▁t", + "úmulo" + ], + [ + "▁energ", + "ies" + ], + [ + "▁permanente", + "mente" + ], + [ + "▁permanent", + "emente" + ], + [ + "▁perman", + "entemente" + ], + [ + "ocon", + "ut" + ], + [ + "oco", + "nut" + ], + [ + "▁Uk", + "raine" + ], + [ + "▁repres", + "s" + ], + [ + "▁repre", + "ss" + ], + [ + "▁rep", + "ress" + ], + [ + "▁re", + "press" + ], + [ + "▁astero", + "id" + ], + [ + "▁aster", + "oid" + ], + [ + "▁intest", + "ine" + ], + [ + "emp", + "lo" + ], + [ + "em", + "plo" + ], + [ + "▁sea", + "b" + ], + [ + "▁se", + "ab" + ], + [ + "“", + "." + ], + [ + "▁domin", + "a" + ], + [ + "▁dom", + "ina" + ], + [ + "▁do", + "mina" + ], + [ + "▁argument", + "a" + ], + [ + "roc", + "o" + ], + [ + "ro", + "co" + ], + [ + "r", + "oco" + ], + [ + "▁class", + "ifier" + ], + [ + "▁am", + "e" + ], + [ + "▁a", + "me" + ], + [ + "▁", + "ame" + ], + [ + "▁visita", + "da" + ], + [ + "▁visit", + "ada" + ], + [ + "▁vis", + "itada" + ], + [ + "▁favorece", + "m" + ], + [ + "▁favore", + "cem" + ], + [ + "▁favor", + "ecem" + ], + [ + "▁we", + "ird" + ], + [ + "▁fome", + "nt" + ], + [ + "▁fom", + "ent" + ], + [ + "▁fo", + "ment" + ], + [ + "▁Adult", + "os" + ], + [ + "▁relax", + "ation" + ], + [ + "▁hob", + "by" + ], + [ + "▁on", + "d" + ], + [ + "▁o", + "nd" + ], + [ + "▁", + "ond" + ], + [ + "▁cor", + "ais" + ], + [ + "▁co", + "rais" + ], + [ + "▁ade", + "n" + ], + [ + "▁ad", + "en" + ], + [ + "▁a", + "den" + ], + [ + "▁", + "aden" + ], + [ + "▁Fi", + "del" + ], + [ + "▁F", + "idel" + ], + [ + "▁nm", + "ero" + ], + [ + "▁n", + "mero" + ], + [ + "▁secure", + "d" + ], + [ + "▁secur", + "ed" + ], + [ + "▁sec", + "ured" + ], + [ + "ni", + "h" + ], + [ + "n", + "ih" + ], + [ + "and", + "ês" + ], + [ + "li", + "qu" + ], + [ + "l", + "iqu" + ], + [ + "▁intuit", + "ive" + ], + [ + "▁obrigator", + "iedade" + ], + [ + "▁Mal", + "e" + ], + [ + "▁Ma", + "le" + ], + [ + "▁M", + "ale" + ], + [ + "▁preto", + "s" + ], + [ + "▁pret", + "os" + ], + [ + "▁pre", + "tos" + ], + [ + "▁pr", + "etos" + ], + [ + "▁turtle", + "s" + ], + [ + "▁tur", + "tles" + ], + [ + "ils", + "on" + ], + [ + "il", + "son" + ], + [ + "▁leve", + "r" + ], + [ + "▁lev", + "er" + ], + [ + "▁le", + "ver" + ], + [ + "▁l", + "ever" + ], + [ + "▁embrac", + "e" + ], + [ + "▁embr", + "ace" + ], + [ + "▁emb", + "race" + ], + [ + "▁em", + "brace" + ], + [ + "▁Basic", + "amente" + ], + [ + "▁Bas", + "icamente" + ], + [ + "▁rep", + "rim" + ], + [ + "▁re", + "prim" + ], + [ + "▁Baby", + "lon" + ], + [ + "▁Bab", + "ylon" + ], + [ + "▁oz", + "ônio" + ], + [ + "▁Plat", + "e" + ], + [ + "▁Pl", + "ate" + ], + [ + "▁P", + "late" + ], + [ + "▁Hyp", + "oth" + ], + [ + "▁câmara", + "s" + ], + [ + "▁c", + "âmaras" + ], + [ + "07", + "4" + ], + [ + "0", + "74" + ], + [ + "▁surge", + "on" + ], + [ + "▁sur", + "geon" + ], + [ + "íno", + "s" + ], + [ + "ín", + "os" + ], + [ + "í", + "nos" + ], + [ + "cro", + "p" + ], + [ + "cr", + "op" + ], + [ + "c", + "rop" + ], + [ + "lett", + "e" + ], + [ + "let", + "te" + ], + [ + "l", + "ette" + ], + [ + "1,0", + "," + ], + [ + "1,", + "0," + ], + [ + "1", + ",0," + ], + [ + "NDE", + "S" + ], + [ + "ND", + "ES" + ], + [ + "N", + "DES" + ], + [ + "íd", + "ico" + ], + [ + "▁Cha", + "n" + ], + [ + "▁Ch", + "an" + ], + [ + "▁C", + "han" + ], + [ + "▁Gl", + "ass" + ], + [ + "▁G", + "lass" + ], + [ + "▁plan", + "a" + ], + [ + "▁pl", + "ana" + ], + [ + "▁fis", + "s" + ], + [ + "▁fi", + "ss" + ], + [ + "▁f", + "iss" + ], + [ + "▁Revis", + "ão" + ], + [ + "▁Rev", + "isão" + ], + [ + "▁Re", + "visão" + ], + [ + "cel", + "os" + ], + [ + "ce", + "los" + ], + [ + "c", + "elos" + ], + [ + "Stream", + "s" + ], + [ + "▁distint", + "a" + ], + [ + "▁distin", + "ta" + ], + [ + "▁dist", + "inta" + ], + [ + "▁circunst", + "ância" + ], + [ + "▁act", + "ed" + ], + [ + "▁ac", + "ted" + ], + [ + "▁a", + "cted" + ], + [ + "▁Adv", + "og" + ], + [ + "▁hint", + "s" + ], + [ + "▁h", + "ints" + ], + [ + "▁Per", + "l" + ], + [ + "▁Pe", + "rl" + ], + [ + "de", + "ploy" + ], + [ + "▁conceb", + "ido" + ], + [ + "▁De", + "al" + ], + [ + "U", + "UID" + ], + [ + "▁cham", + "ando" + ], + [ + "▁Dal", + "l" + ], + [ + "▁Da", + "ll" + ], + [ + "▁D", + "all" + ], + [ + "▁interior", + "es" + ], + [ + "▁inter", + "iores" + ], + [ + "▁in", + "teriores" + ], + [ + "Al", + "t" + ], + [ + "A", + "lt" + ], + [ + "ern", + "a" + ], + [ + "er", + "na" + ], + [ + "este", + "em" + ], + [ + "do", + "r" + ], + [ + "d", + "or" + ], + [ + "()", + "()" + ], + [ + "▁y", + "og" + ], + [ + "}", + ":" + ], + [ + "▁amp", + "h" + ], + [ + "▁am", + "ph" + ], + [ + "rific", + "ação" + ], + [ + "r", + "ificação" + ], + [ + "▁fale", + "cido" + ], + [ + "▁fal", + "ecido" + ], + [ + "ac", + "s" + ], + [ + "a", + "cs" + ], + [ + "▁cultiv", + "ated" + ], + [ + "▁cult", + "ivated" + ], + [ + "▁biod", + "iesel" + ], + [ + "▁bi", + "odiesel" + ], + [ + "▁Nil", + "o" + ], + [ + "▁Ni", + "lo" + ], + [ + "▁N", + "ilo" + ], + [ + "▁Impact", + "o" + ], + [ + "▁Imp", + "acto" + ], + [ + "▁Ci", + "v" + ], + [ + "▁C", + "iv" + ], + [ + "▁l", + "c" + ], + [ + "▁", + "lc" + ], + [ + "59", + "," + ], + [ + "5", + "9," + ], + [ + "Doc", + "k" + ], + [ + "Do", + "ck" + ], + [ + "D", + "ock" + ], + [ + "▁Ron", + "ald" + ], + [ + "▁R", + "onald" + ], + [ + "▁poll", + "in" + ], + [ + "▁pol", + "lin" + ], + [ + "▁Do", + "t" + ], + [ + "▁D", + "ot" + ], + [ + "▁", + "Dot" + ], + [ + "▁desloc", + "ar" + ], + [ + "▁desl", + "ocar" + ], + [ + "mid", + "t" + ], + [ + "mi", + "dt" + ], + [ + "anco", + "u" + ], + [ + "anc", + "ou" + ], + [ + "an", + "cou" + ], + [ + "ims", + "how" + ], + [ + "im", + "show" + ], + [ + "▁Pa", + "blo" + ], + [ + "▁P", + "ablo" + ], + [ + "▁brand", + "s" + ], + [ + "▁bran", + "ds" + ], + [ + "▁br", + "ands" + ], + [ + "publish", + "ed" + ], + [ + "pub", + "lished" + ], + [ + "eria", + "l" + ], + [ + "eri", + "al" + ], + [ + "er", + "ial" + ], + [ + "e", + "rial" + ], + [ + "▁Cam", + "era" + ], + [ + "▁", + "Camera" + ], + [ + "Ê", + "S" + ], + [ + "▁A", + "QUI" + ], + [ + "▁cuda", + "Malloc" + ], + [ + "▁2)", + ")" + ], + [ + "▁2", + "))" + ], + [ + "▁", + "2))" + ], + [ + "▁buro", + "c" + ], + [ + "▁bur", + "oc" + ], + [ + "▁bu", + "roc" + ], + [ + "▁maj", + "est" + ], + [ + "▁ma", + "jest" + ], + [ + "▁Incre", + "ase" + ], + [ + "▁bol", + "has" + ], + [ + "▁counter", + "parts" + ], + [ + "▁pu", + "s" + ], + [ + "▁p", + "us" + ], + [ + "▁", + "pus" + ], + [ + "▁secret", + "s" + ], + [ + "▁secre", + "ts" + ], + [ + "port", + "al" + ], + [ + "por", + "tal" + ], + [ + "▁senti", + "ment" + ], + [ + "▁sent", + "iment" + ], + [ + "▁stream", + "ing" + ], + [ + "▁stre", + "aming" + ], + [ + "▁negoti", + "ations" + ], + [ + "▁record", + "a" + ], + [ + "▁recor", + "da" + ], + [ + "▁rec", + "orda" + ], + [ + "H", + "oje" + ], + [ + "▁AR", + "RAY" + ], + [ + "▁", + "ARRAY" + ], + [ + "▁rep", + "órter" + ], + [ + "Rad", + "io" + ], + [ + "Ra", + "dio" + ], + [ + "▁ort", + "odo" + ], + [ + "▁or", + "todo" + ], + [ + "▁manifest", + "o" + ], + [ + "▁manif", + "esto" + ], + [ + "▁195", + "8" + ], + [ + "▁19", + "58" + ], + [ + "break", + "ing" + ], + [ + "bre", + "aking" + ], + [ + "br", + "ica" + ], + [ + "b", + "rica" + ], + [ + "▁Di", + "ca" + ], + [ + "▁D", + "ica" + ], + [ + "▁test", + "oster" + ], + [ + "▁Li", + "der" + ], + [ + "▁L", + "ider" + ], + [ + "▁ativ", + "ista" + ], + [ + "▁at", + "ivista" + ], + [ + "select", + "or" + ], + [ + "sel", + "ector" + ], + [ + "▁esta", + "gn" + ], + [ + "▁est", + "agn" + ], + [ + "▁dis", + "placed" + ], + [ + "\":", + "50,\"" + ], + [ + "▁disponibiliza", + "r" + ], + [ + "▁disponibil", + "izar" + ], + [ + "16", + "3" + ], + [ + "1", + "63" + ], + [ + "ku", + "b" + ], + [ + "k", + "ub" + ], + [ + "▁ím", + "p" + ], + [ + "▁í", + "mp" + ], + [ + "▁", + "ímp" + ], + [ + "arn", + "a" + ], + [ + "ar", + "na" + ], + [ + "▁escape", + "d" + ], + [ + "▁escap", + "ed" + ], + [ + "▁esc", + "aped" + ], + [ + "▁photon", + "s" + ], + [ + "▁photo", + "ns" + ], + [ + "▁phot", + "ons" + ], + [ + "▁claim", + "ing" + ], + [ + "▁ultravio", + "leta" + ], + [ + "N", + "ational" + ], + [ + "▁random", + "ized" + ], + [ + "catal", + "og" + ], + [ + "c", + "atalog" + ], + [ + "▁toxic", + "ity" + ], + [ + "lect", + "ric" + ], + [ + "▁inst", + "inct" + ], + [ + "▁penet", + "ração" + ], + [ + "ach", + "t" + ], + [ + "ac", + "ht" + ], + [ + "a", + "cht" + ], + [ + "▁both", + "er" + ], + [ + "▁bot", + "her" + ], + [ + "▁bo", + "ther" + ], + [ + "▁b", + "other" + ], + [ + "▁bur", + "ial" + ], + [ + "▁bu", + "rial" + ], + [ + "▁Anti", + "g" + ], + [ + "▁Ant", + "ig" + ], + [ + "▁trick", + "s" + ], + [ + "▁tric", + "ks" + ], + [ + "▁tr", + "icks" + ], + [ + "▁t", + "ricks" + ], + [ + "▁Pal", + "ace" + ], + [ + "▁multiple", + "s" + ], + [ + "▁multip", + "les" + ], + [ + "▁multi", + "ples" + ], + [ + "▁x", + "t" + ], + [ + "▁", + "xt" + ], + [ + "▁inspira", + "da" + ], + [ + "▁inspir", + "ada" + ], + [ + "ria", + "r" + ], + [ + "ri", + "ar" + ], + [ + "r", + "iar" + ], + [ + "ancia", + "is" + ], + [ + "anci", + "ais" + ], + [ + "anc", + "iais" + ], + [ + "an", + "ciais" + ], + [ + "▁contempl", + "a" + ], + [ + "▁contem", + "pla" + ], + [ + "DB", + "C" + ], + [ + "D", + "BC" + ], + [ + "▁'1", + "8" + ], + [ + "▁'", + "18" + ], + [ + "B", + "a" + ], + [ + "▁witness", + "ed" + ], + [ + "▁matemática", + "s" + ], + [ + "▁matem", + "áticas" + ], + [ + "▁boi", + "l" + ], + [ + "▁bo", + "il" + ], + [ + "▁2013", + ")." + ], + [ + "▁201", + "3)." + ], + [ + "▁Quer", + "emos" + ], + [ + "▁3,", + "000" + ], + [ + "▁democrat", + "ização" + ], + [ + "▁democr", + "atização" + ], + [ + "00", + ";" + ], + [ + "0", + "0;" + ], + [ + "place", + "s" + ], + [ + "plac", + "es" + ], + [ + "pla", + "ces" + ], + [ + "pl", + "aces" + ], + [ + "▁trabalhador", + "a" + ], + [ + "▁trabalhado", + "ra" + ], + [ + "▁trabalh", + "adora" + ], + [ + "w", + "b" + ], + [ + "▁3/", + "4" + ], + [ + "▁3", + "/4" + ], + [ + "▁Sub", + "mitted" + ], + [ + "▁IN", + "F" + ], + [ + "▁I", + "NF" + ], + [ + "▁", + "INF" + ], + [ + "▁weed", + "s" + ], + [ + "▁we", + "eds" + ], + [ + "▁infil", + "tr" + ], + [ + "▁atend", + "idos" + ], + [ + "▁at", + "endidos" + ], + [ + "▁femin", + "ismo" + ], + [ + "▁account", + "ed" + ], + [ + "▁transfer", + "s" + ], + [ + "▁transf", + "ers" + ], + [ + "▁confec", + "cion" + ], + [ + "▁competente", + "s" + ], + [ + "▁compet", + "entes" + ], + [ + "▁supermercado", + "s" + ], + [ + "▁supermer", + "cados" + ], + [ + "(3)", + ":" + ], + [ + "(3", + "):" + ], + [ + "▁percentage", + "s" + ], + [ + "▁percent", + "ages" + ], + [ + "Fr", + "an" + ], + [ + "F", + "ran" + ], + [ + "▁sm", + "ile" + ], + [ + "▁s", + "mile" + ], + [ + "▁Ne", + "ural" + ], + [ + "exp", + "l" + ], + [ + "ex", + "pl" + ], + [ + "ti", + "ght" + ], + [ + "t", + "ight" + ], + [ + "▁Cla", + "y" + ], + [ + "▁Cl", + "ay" + ], + [ + "▁C", + "lay" + ], + [ + "▁A", + "i" + ], + [ + "▁peg", + "ou" + ], + [ + "▁olhar", + "es" + ], + [ + "▁olha", + "res" + ], + [ + "▁ol", + "hares" + ], + [ + "▁dirig", + "iu" + ], + [ + "▁princ", + "esa" + ], + [ + "▁prin", + "cesa" + ], + [ + "5", + "\\" + ], + [ + "▁dim", + "s" + ], + [ + "▁di", + "ms" + ], + [ + "▁d", + "ims" + ], + [ + "▁", + "dims" + ], + [ + "▁abundante", + "s" + ], + [ + "▁abundant", + "es" + ], + [ + "▁abund", + "antes" + ], + [ + "▁orç", + "ament" + ], + [ + "{", + "0" + ], + [ + "econom", + "ia" + ], + [ + "econ", + "omia" + ], + [ + "ec", + "onomia" + ], + [ + "▁Processo", + "s" + ], + [ + "▁Process", + "os" + ], + [ + "▁propos", + "ições" + ], + [ + "▁pro", + "posições" + ], + [ + "▁inv", + "oke" + ], + [ + "▁in", + "voke" + ], + [ + "▁Coron", + "av" + ], + [ + "inal", + "e" + ], + [ + "ina", + "le" + ], + [ + "in", + "ale" + ], + [ + "itate", + "d" + ], + [ + "itat", + "ed" + ], + [ + "ita", + "ted" + ], + [ + "it", + "ated" + ], + [ + "▁Resp", + "ir" + ], + [ + "▁Res", + "pir" + ], + [ + "vr", + "e" + ], + [ + "v", + "re" + ], + [ + "ág", + "eno" + ], + [ + "á", + "geno" + ], + [ + "▁regist", + "o" + ], + [ + "▁reg", + "isto" + ], + [ + "▁Public", + "ation" + ], + [ + "1.", + "6" + ], + [ + "1", + ".6" + ], + [ + "▁lift", + "ing" + ], + [ + "▁lif", + "ting" + ], + [ + "▁la", + "ugh" + ], + [ + "▁munic", + "ip" + ], + [ + "▁Mov", + "ing" + ], + [ + "▁Mo", + "ving" + ], + [ + "▁M", + "oving" + ], + [ + "__", + ")" + ], + [ + "_", + "_)" + ], + [ + "rec", + "ip" + ], + [ + "re", + "cip" + ], + [ + "arquia", + "s" + ], + [ + "arqu", + "ias" + ], + [ + "ar", + "quias" + ], + [ + "▁lei", + "gos" + ], + [ + "▁le", + "igos" + ], + [ + "▁tóx", + "icas" + ], + [ + "▁w", + "iring" + ], + [ + "Ex", + "change" + ], + [ + "▁HE", + "RE" + ], + [ + "▁H", + "ERE" + ], + [ + "▁vibr", + "ation" + ], + [ + "▁vib", + "ration" + ], + [ + "▁v", + "ibration" + ], + [ + "▁truck", + "s" + ], + [ + "▁tr", + "ucks" + ], + [ + "▁regress", + "o" + ], + [ + "▁regr", + "esso" + ], + [ + "▁re", + "gresso" + ], + [ + "▁adaptada", + "s" + ], + [ + "▁adapta", + "das" + ], + [ + "▁adapt", + "adas" + ], + [ + "▁harvest", + "ing" + ], + [ + "▁extra", + "ído" + ], + [ + "Metric", + "s" + ], + [ + "Met", + "rics" + ], + [ + "bra", + "e" + ], + [ + "br", + "ae" + ], + [ + "86868686", + "86868686" + ], + [ + "▁tiro", + "u" + ], + [ + "▁tir", + "ou" + ], + [ + "▁ti", + "rou" + ], + [ + "▁t", + "irou" + ], + [ + "unha", + "m" + ], + [ + "un", + "ham" + ], + [ + "▁UN", + "IT" + ], + [ + "▁", + "UNIT" + ], + [ + "▁eleitor", + "ais" + ], + [ + "▁eleito", + "rais" + ], + [ + "▁viabil", + "izar" + ], + [ + "lis", + "e" + ], + [ + "li", + "se" + ], + [ + "l", + "ise" + ], + [ + "ROS", + "S" + ], + [ + "RO", + "SS" + ], + [ + "R", + "OSS" + ], + [ + "iseu", + "s" + ], + [ + "ise", + "us" + ], + [ + "is", + "eus" + ], + [ + "▁esperança", + "s" + ], + [ + "▁esper", + "anças" + ], + [ + "▁repet", + "ições" + ], + [ + "21", + "7" + ], + [ + "2", + "17" + ], + [ + "▁AE", + "S" + ], + [ + "▁A", + "ES" + ], + [ + "▁ob", + "ey" + ], + [ + "▁o", + "bey" + ], + [ + "▁under", + "neath" + ], + [ + "Sc", + "ience" + ], + [ + "S", + "cience" + ], + [ + "Ne", + "igh" + ], + [ + "verb", + "s" + ], + [ + "ver", + "bs" + ], + [ + "bro", + "s" + ], + [ + "br", + "os" + ], + [ + "b", + "ros" + ], + [ + "▁Lan", + "ka" + ], + [ + "▁L", + "anka" + ], + [ + "▁Esp", + "iritismo" + ], + [ + "N", + "s" + ], + [ + "▁Vi", + "ena" + ], + [ + "▁mistura", + "r" + ], + [ + "▁mist", + "urar" + ], + [ + "▁mitig", + "ate" + ], + [ + "▁mit", + "igate" + ], + [ + "▁Estud", + "antes" + ], + [ + "272", + "7" + ], + [ + "27", + "27" + ], + [ + "▁conhec", + "endo" + ], + [ + "▁conhe", + "cendo" + ], + [ + "▁waste", + "water" + ], + [ + "▁sobre", + "p" + ], + [ + "▁sobr", + "ep" + ], + [ + "▁sob", + "rep" + ], + [ + "de", + "ad" + ], + [ + "d", + "ead" + ], + [ + "Ma", + "jor" + ], + [ + "▁conced", + "ido" + ], + [ + "▁!", + "<" + ], + [ + "▁clean", + "up" + ], + [ + "▁esque", + "cimento" + ], + [ + "▁esqu", + "ecimento" + ], + [ + "45", + "8" + ], + [ + "4", + "58" + ], + [ + "35", + "3" + ], + [ + "3", + "53" + ], + [ + "Path", + "s" + ], + [ + "Pat", + "hs" + ], + [ + "Pa", + "ths" + ], + [ + "P", + "aths" + ], + [ + "▁feed", + "s" + ], + [ + "▁fee", + "ds" + ], + [ + "▁fe", + "eds" + ], + [ + "▁mathemat", + "ician" + ], + [ + "▁mat", + "hematician" + ], + [ + "▁variant", + "e" + ], + [ + "▁vari", + "ante" + ], + [ + "▁var", + "iante" + ], + [ + "▁Ab", + "u" + ], + [ + "▁A", + "bu" + ], + [ + "rence", + "s" + ], + [ + "ren", + "ces" + ], + [ + "r", + "ences" + ], + [ + "▁rea", + "b" + ], + [ + "▁re", + "ab" + ], + [ + "▁frente", + "s" + ], + [ + "▁fr", + "entes" + ], + [ + "E", + "U" + ], + [ + "nat", + "ional" + ], + [ + "n", + "ational" + ], + [ + "▁exhibit", + "s" + ], + [ + "▁exhib", + "its" + ], + [ + "▁govern", + "ar" + ], + [ + "▁Map", + "ping" + ], + [ + "▁Ma", + "pping" + ], + [ + "▁M", + "apping" + ], + [ + "▁", + "Mapping" + ], + [ + "Tec", + "h" + ], + [ + "Te", + "ch" + ], + [ + "T", + "ech" + ], + [ + "▁prim", + "órdios" + ], + [ + "▁aconselh", + "ável" + ], + [ + "▁App", + "e" + ], + [ + "▁Ap", + "pe" + ], + [ + "uminos", + "as" + ], + [ + "umin", + "osas" + ], + [ + "um", + "inosas" + ], + [ + "▁Ir", + "ã" + ], + [ + "w", + "v" + ], + [ + "▁Uni", + "code" + ], + [ + "▁Un", + "icode" + ], + [ + "▁", + "Unicode" + ], + [ + "Su", + "s" + ], + [ + "S", + "us" + ], + [ + "6", + "}" + ], + [ + "DI", + "A" + ], + [ + "D", + "IA" + ], + [ + "▁prove", + "s" + ], + [ + "▁prov", + "es" + ], + [ + "▁pro", + "ves" + ], + [ + "▁pr", + "oves" + ], + [ + "ense", + "n" + ], + [ + "ens", + "en" + ], + [ + "en", + "sen" + ], + [ + "▁fixo", + "s" + ], + [ + "▁fix", + "os" + ], + [ + "▁fi", + "xos" + ], + [ + "▁f", + "ixos" + ], + [ + "▁cosm", + "ic" + ], + [ + "▁cos", + "mic" + ], + [ + "▁Pur", + "pose" + ], + [ + "▁Redist", + "ributions" + ], + [ + "DF", + "E" + ], + [ + "D", + "FE" + ], + [ + "air", + "es" + ], + [ + "ai", + "res" + ], + [ + "a", + "ires" + ], + [ + "▁adapta", + "da" + ], + [ + "▁adapt", + "ada" + ], + [ + "▁cór", + "tex" + ], + [ + "▁Tim", + "óteo" + ], + [ + "▁imp", + "ot" + ], + [ + "▁im", + "pot" + ], + [ + "izoph", + "ren" + ], + [ + "▁motiv", + "ações" + ], + [ + "▁fung", + "us" + ], + [ + "▁parcela", + "s" + ], + [ + "▁parcel", + "as" + ], + [ + "▁parce", + "las" + ], + [ + "▁parc", + "elas" + ], + [ + "▁obsc", + "ure" + ], + [ + "itation", + "s" + ], + [ + "itat", + "ions" + ], + [ + "it", + "ations" + ], + [ + "38", + "3" + ], + [ + "3", + "83" + ], + [ + "▁grá", + "vida" + ], + [ + "▁deterior", + "ação" + ], + [ + "▁Fun", + "ções" + ], + [ + "▁complic", + "ada" + ], + [ + "▁Pu", + "p" + ], + [ + "▁P", + "up" + ], + [ + "G", + "ateway" + ], + [ + "Read", + "Only" + ], + [ + "▁Lit", + "h" + ], + [ + "▁Li", + "th" + ], + [ + "▁L", + "ith" + ], + [ + "▁Use", + "s" + ], + [ + "▁Us", + "es" + ], + [ + "▁U", + "ses" + ], + [ + "Pe", + "ople" + ], + [ + "▁ali", + "cer" + ], + [ + "▁al", + "icer" + ], + [ + "▁a", + "licer" + ], + [ + "▁motiv", + "ado" + ], + [ + "▁mot", + "ivado" + ], + [ + "▁bil", + "ateral" + ], + [ + "▁b", + "ilateral" + ], + [ + "14", + "3" + ], + [ + "1", + "43" + ], + [ + "29", + "0" + ], + [ + "2", + "90" + ], + [ + "▁fir", + "ing" + ], + [ + "▁fi", + "ring" + ], + [ + "▁f", + "iring" + ], + [ + "▁snap", + "shot" + ], + [ + "▁sn", + "apshot" + ], + [ + "▁sábio", + "s" + ], + [ + "▁sáb", + "ios" + ], + [ + "▁Plat", + "o" + ], + [ + "▁Pl", + "ato" + ], + [ + "▁Dim", + "ension" + ], + [ + "▁D", + "imension" + ], + [ + "▁", + "Dimension" + ], + [ + "▁autôn", + "oma" + ], + [ + "▁aplic", + "ando" + ], + [ + "▁apl", + "icando" + ], + [ + "▁mergul", + "ho" + ], + [ + "▁merg", + "ulho" + ], + [ + "▁planej", + "ado" + ], + [ + "▁plane", + "jado" + ], + [ + "$", + "1" + ], + [ + "28", + ")" + ], + [ + "2", + "8)" + ], + [ + "cc", + "c" + ], + [ + "c", + "cc" + ], + [ + "▁gl", + "ad" + ], + [ + "▁g", + "lad" + ], + [ + "▁comparado", + "s" + ], + [ + "▁compara", + "dos" + ], + [ + "▁compar", + "ados" + ], + [ + "▁predict", + "ing" + ], + [ + "▁predic", + "ting" + ], + [ + "▁S", + "F" + ], + [ + "▁", + "SF" + ], + [ + "▁Relig", + "ion" + ], + [ + "AR", + "B" + ], + [ + "A", + "RB" + ], + [ + "Ro", + "om" + ], + [ + "R", + "oom" + ], + [ + "érito", + "s" + ], + [ + "ér", + "itos" + ], + [ + "é", + "ritos" + ], + [ + "▁Rac", + "e" + ], + [ + "▁Ra", + "ce" + ], + [ + "▁R", + "ace" + ], + [ + "▁H", + "W" + ], + [ + "▁", + "HW" + ], + [ + "▁armad", + "o" + ], + [ + "▁arma", + "do" + ], + [ + "▁arm", + "ado" + ], + [ + "Q", + "Q" + ], + [ + "pe", + "er" + ], + [ + "G", + "ROUP" + ], + [ + "▁tear", + "s" + ], + [ + "▁tea", + "rs" + ], + [ + "▁te", + "ars" + ], + [ + "▁t", + "ears" + ], + [ + "▁Rec", + "all" + ], + [ + "▁Re", + "call" + ], + [ + "▁R", + "ecall" + ], + [ + "L", + "f" + ], + [ + "Ma", + "l" + ], + [ + "M", + "al" + ], + [ + "▁C", + "Y" + ], + [ + "▁", + "CY" + ], + [ + "UP", + "DATE" + ], + [ + "▁Was", + "te" + ], + [ + "▁Wa", + "ste" + ], + [ + "▁W", + "aste" + ], + [ + "▁traz", + "ido" + ], + [ + "▁C", + "atherine" + ], + [ + "▁Fail", + "ure" + ], + [ + "▁F", + "ailure" + ], + [ + "▁", + "Failure" + ], + [ + "▁ad", + "hes" + ], + [ + "▁gly", + "ph" + ], + [ + "▁g", + "lyph" + ], + [ + "itution", + "al" + ], + [ + "itut", + "ional" + ], + [ + "it", + "utional" + ], + [ + "▁celebra", + "ções" + ], + [ + "▁celebr", + "ações" + ], + [ + "▁celeb", + "rações" + ], + [ + "RO", + "UND" + ], + [ + "▁pal", + "ace" + ], + [ + "▁union", + "s" + ], + [ + "▁un", + "ions" + ], + [ + "10)", + "." + ], + [ + "10", + ")." + ], + [ + "1", + "0)." + ], + [ + "ÓR", + "IO" + ], + [ + "Ó", + "RIO" + ], + [ + "▁energ", + "et" + ], + [ + "▁en", + "erget" + ], + [ + "▁mencion", + "a" + ], + [ + "▁capac", + "itar" + ], + [ + "▁EX", + "EC" + ], + [ + "▁", + "EXEC" + ], + [ + "▁gel", + "e" + ], + [ + "▁ge", + "le" + ], + [ + "▁g", + "ele" + ], + [ + "▁excessiva", + "mente" + ], + [ + "▁excess", + "ivamente" + ], + [ + "00", + "\"" + ], + [ + "0", + "0\"" + ], + [ + "▁Jo", + "ur" + ], + [ + "▁J", + "our" + ], + [ + "ome", + "d" + ], + [ + "om", + "ed" + ], + [ + "o", + "med" + ], + [ + "▁colher", + "es" + ], + [ + "▁colhe", + "res" + ], + [ + "▁violento", + "s" + ], + [ + "▁violent", + "os" + ], + [ + "▁viol", + "entos" + ], + [ + "▁Ál", + "varo" + ], + [ + "▁infra", + "verm" + ], + [ + "▁Ind", + "onésia" + ], + [ + "▁Hud", + "son" + ], + [ + "expr", + "ess" + ], + [ + "exp", + "ress" + ], + [ + "ex", + "press" + ], + [ + "r", + "ão" + ], + [ + "▁orbit", + "s" + ], + [ + "▁orb", + "its" + ], + [ + "▁or", + "bits" + ], + [ + "▁periódico", + "s" + ], + [ + "▁periód", + "icos" + ], + [ + "Check", + "s" + ], + [ + "C", + "hecks" + ], + [ + "▁blog", + "ue" + ], + [ + "▁blo", + "gue" + ], + [ + "▁bl", + "ogue" + ], + [ + "▁(*", + ")" + ], + [ + "▁(", + "*)" + ], + [ + "▁", + "(*)" + ], + [ + "▁mar", + "ijuana" + ], + [ + "▁Jornal", + "ismo" + ], + [ + "▁Od", + "d" + ], + [ + "▁O", + "dd" + ], + [ + "tal", + "k" + ], + [ + "t", + "alk" + ], + [ + "▁Object", + "s" + ], + [ + "▁", + "Objects" + ], + [ + "▁Ga", + "n" + ], + [ + "▁G", + "an" + ], + [ + "▁Pl", + "astic" + ], + [ + "▁air", + "plane" + ], + [ + "▁ac", + "qu" + ], + [ + "▁What", + "ever" + ], + [ + "▁Wh", + "atever" + ], + [ + "▁tale", + "nt" + ], + [ + "▁tal", + "ent" + ], + [ + "adia", + "s" + ], + [ + "adi", + "as" + ], + [ + "ad", + "ias" + ], + [ + "▁sea", + "f" + ], + [ + "▁se", + "af" + ], + [ + "▁potent", + "e" + ], + [ + "▁pot", + "ente" + ], + [ + "▁contabil", + "idade" + ], + [ + "▁conta", + "bilidade" + ], + [ + "▁cont", + "abilidade" + ], + [ + "▁Corre", + "io" + ], + [ + "▁representada", + "s" + ], + [ + "▁representa", + "das" + ], + [ + "▁represent", + "adas" + ], + [ + "▁seca", + "gem" + ], + [ + "▁sec", + "agem" + ], + [ + "79", + "8" + ], + [ + "7", + "98" + ], + [ + "▁A", + "Z" + ], + [ + "▁", + "AZ" + ], + [ + "Her", + "e" + ], + [ + "He", + "re" + ], + [ + "H", + "ere" + ], + [ + "▁sin", + "s" + ], + [ + "▁si", + "ns" + ], + [ + "▁s", + "ins" + ], + [ + "Int", + "rodu" + ], + [ + "64", + "/" + ], + [ + "6", + "4/" + ], + [ + "onom", + "es" + ], + [ + "ono", + "mes" + ], + [ + "on", + "omes" + ], + [ + "▁env", + "en" + ], + [ + "▁en", + "ven" + ], + [ + "▁sagrado", + "s" + ], + [ + "▁sag", + "rados" + ], + [ + "▁homosse", + "xual" + ], + [ + "▁verb", + "s" + ], + [ + "▁ver", + "bs" + ], + [ + "▁", + "verbs" + ], + [ + "▁out", + "let" + ], + [ + "66", + "8" + ], + [ + "6", + "68" + ], + [ + "▁PA", + "T" + ], + [ + "▁P", + "AT" + ], + [ + "▁search", + "es" + ], + [ + "▁Th", + "or" + ], + [ + "▁T", + "hor" + ], + [ + "▁dive", + "r" + ], + [ + "▁div", + "er" + ], + [ + "▁di", + "ver" + ], + [ + "▁d", + "iver" + ], + [ + "▁War", + "ren" + ], + [ + "▁aque", + "cer" + ], + [ + "▁aqu", + "ecer" + ], + [ + "Prev", + "ious" + ], + [ + "Pre", + "vious" + ], + [ + "exp", + "ensive" + ], + [ + "▁ag", + "ropecuária" + ], + [ + "ctor", + "ies" + ], + [ + "ct", + "ories" + ], + [ + "▁repl", + "ies" + ], + [ + "▁re", + "plies" + ], + [ + "▁DIRE", + "ITO" + ], + [ + "▁relato", + "u" + ], + [ + "▁relat", + "ou" + ], + [ + "▁sample", + "d" + ], + [ + "▁sam", + "pled" + ], + [ + "bia", + "n" + ], + [ + "bi", + "an" + ], + [ + "b", + "ian" + ], + [ + "oled", + "o" + ], + [ + "ole", + "do" + ], + [ + "ol", + "edo" + ], + [ + "âmico", + "s" + ], + [ + "âm", + "icos" + ], + [ + "â", + "micos" + ], + [ + "▁roll", + "s" + ], + [ + "▁rol", + "ls" + ], + [ + "▁accelerate", + "d" + ], + [ + "▁acceler", + "ated" + ], + [ + "ATE", + "G" + ], + [ + "AT", + "EG" + ], + [ + "▁rus", + "h" + ], + [ + "▁ru", + "sh" + ], + [ + "▁r", + "ush" + ], + [ + "▁consequ", + "ently" + ], + [ + "▁Di", + "on" + ], + [ + "▁D", + "ion" + ], + [ + "OD", + "Y" + ], + [ + "O", + "DY" + ], + [ + "izo", + "fr" + ], + [ + "▁2000", + ")." + ], + [ + "▁200", + "0)." + ], + [ + "▁desconhecido", + "s" + ], + [ + "▁desconhec", + "idos" + ], + [ + "▁4.", + "1" + ], + [ + "▁4", + ".1" + ], + [ + "▁E", + "bola" + ], + [ + "get", + "Name" + ], + [ + "Extension", + "s" + ], + [ + "Ext", + "ensions" + ], + [ + "▁UNIVERS", + "IDADE" + ], + [ + "▁seme", + "ster" + ], + [ + "▁sem", + "ester" + ], + [ + "▁manifesta", + "m" + ], + [ + "▁manifest", + "am" + ], + [ + "w", + "g" + ], + [ + "▁linha", + "gem" + ], + [ + "▁linh", + "agem" + ], + [ + "áss", + "emos" + ], + [ + "á", + "ssemos" + ], + [ + "▁sediment", + "os" + ], + [ + "▁sed", + "imentos" + ], + [ + "▁ol", + "ig" + ], + [ + "▁o", + "lig" + ], + [ + "▁congru", + "ent" + ], + [ + "▁con", + "gruent" + ], + [ + "▁", + "congruent" + ], + [ + "▁continua", + "ção" + ], + [ + "▁continu", + "ação" + ], + [ + "▁contin", + "uação" + ], + [ + "▁195", + "6" + ], + [ + "▁19", + "56" + ], + [ + "▁Prem", + "ium" + ], + [ + "▁P", + "remium" + ], + [ + "▁", + "Premium" + ], + [ + "▁purs", + "uit" + ], + [ + "▁Dist", + "ribuição" + ], + [ + "▁Que", + "bec" + ], + [ + "▁Explic", + "it" + ], + [ + "▁Expl", + "icit" + ], + [ + "▁Ex", + "plicit" + ], + [ + "is", + "Empty" + ], + [ + "▁Cor", + "inth" + ], + [ + "▁break", + "through" + ], + [ + "▁esc", + "ând" + ], + [ + "▁co", + "hort" + ], + [ + "▁strip", + "s" + ], + [ + "▁stri", + "ps" + ], + [ + "▁str", + "ips" + ], + [ + "▁EX", + "ERC" + ], + [ + "▁ex", + "oplan" + ], + [ + "Host", + "ToDevice" + ], + [ + "▁gr", + "i" + ], + [ + "▁g", + "ri" + ], + [ + "▁apropriado", + "s" + ], + [ + "▁apropri", + "ados" + ], + [ + "▁identific", + "ando" + ], + [ + "▁ident", + "ificando" + ], + [ + "ras", + "t" + ], + [ + "ra", + "st" + ], + [ + "r", + "ast" + ], + [ + "▁ham", + "mer" + ], + [ + "▁ultrapass", + "a" + ], + [ + "▁ultrap", + "assa" + ], + [ + "na", + "r" + ], + [ + "n", + "ar" + ], + [ + "MID", + "DLE" + ], + [ + "sign", + "Up" + ], + [ + "▁flood", + "s" + ], + [ + "▁flo", + "ods" + ], + [ + "▁fer", + "idos" + ], + [ + "▁color", + "ful" + ], + [ + "B", + "M" + ], + [ + "ve", + "x" + ], + [ + "v", + "ex" + ], + [ + "▁dro", + "ne" + ], + [ + "▁dr", + "one" + ], + [ + "▁Gonz", + "aga" + ], + [ + "▁en", + "closed" + ], + [ + "Opt", + "im" + ], + [ + "Op", + "tim" + ], + [ + "▁log", + "ged" + ], + [ + "▁20", + "4" + ], + [ + "▁2", + "04" + ], + [ + "▁", + "204" + ], + [ + "▁pe", + "an" + ], + [ + "▁p", + "ean" + ], + [ + "tempo", + "r" + ], + [ + "temp", + "or" + ], + [ + "tem", + "por" + ], + [ + "t", + "empor" + ], + [ + "ÍS", + "T" + ], + [ + "Í", + "ST" + ], + [ + "▁mon", + "arch" + ], + [ + "▁balance", + "ada" + ], + [ + "▁Lev", + "i" + ], + [ + "▁Le", + "vi" + ], + [ + "▁abra", + "s" + ], + [ + "▁abr", + "as" + ], + [ + "▁ab", + "ras" + ], + [ + "▁a", + "bras" + ], + [ + "▁prest", + "es" + ], + [ + "▁pres", + "tes" + ], + [ + "▁pr", + "estes" + ], + [ + "▁teen", + "agers" + ], + [ + "▁desc", + "om" + ], + [ + "▁des", + "com" + ], + [ + "56", + "8" + ], + [ + "5", + "68" + ], + [ + "▁artesan", + "al" + ], + [ + "▁artes", + "anal" + ], + [ + "▁embedd", + "ing" + ], + [ + "▁emb", + "edding" + ], + [ + "▁garden", + "ing" + ], + [ + "▁gard", + "ening" + ], + [ + "28", + "0" + ], + [ + "2", + "80" + ], + [ + "▁{", + "0" + ], + [ + "▁", + "{0" + ], + [ + "▁\"", + ":" + ], + [ + "▁", + "\":" + ], + [ + "▁glic", + "emia" + ], + [ + "▁descreve", + "u" + ], + [ + "▁descre", + "veu" + ], + [ + "▁carreg", + "ando" + ], + [ + "▁velh", + "ice" + ], + [ + "anci", + "on" + ], + [ + "anc", + "ion" + ], + [ + "an", + "cion" + ], + [ + "▁under", + "water" + ], + [ + "▁Bran", + "ch" + ], + [ + "▁Br", + "anch" + ], + [ + "▁B", + "ranch" + ], + [ + "▁", + "Branch" + ], + [ + "▁Antrop", + "ologia" + ], + [ + "▁kw", + "args" + ], + [ + "▁", + "kwargs" + ], + [ + "esse", + "l" + ], + [ + "ess", + "el" + ], + [ + "es", + "sel" + ], + [ + "▁Mene", + "zes" + ], + [ + "uman", + "n" + ], + [ + "uma", + "nn" + ], + [ + "um", + "ann" + ], + [ + "u", + "mann" + ], + [ + "▁Orient", + "ação" + ], + [ + "▁Ef", + "eito" + ], + [ + "▁E", + "feito" + ], + [ + "▁secret", + "ária" + ], + [ + "▁transition", + "s" + ], + [ + "▁transit", + "ions" + ], + [ + "▁trans", + "itions" + ], + [ + "▁cin", + "quenta" + ], + [ + "ais", + "m" + ], + [ + "ai", + "sm" + ], + [ + "a", + "ism" + ], + [ + "aya", + "n" + ], + [ + "ay", + "an" + ], + [ + "a", + "yan" + ], + [ + "QUIRE", + "D" + ], + [ + "QUI", + "RED" + ], + [ + "▁adot", + "a" + ], + [ + "▁ado", + "ta" + ], + [ + "▁ad", + "ota" + ], + [ + "▁gratuito", + "s" + ], + [ + "▁gratuit", + "os" + ], + [ + "▁gratu", + "itos" + ], + [ + "▁grat", + "uitos" + ], + [ + "user", + "Type" + ], + [ + "(2", + "4" + ], + [ + "(", + "24" + ], + [ + "reg", + "o" + ], + [ + "re", + "go" + ], + [ + "che", + "ll" + ], + [ + "ch", + "ell" + ], + [ + "c", + "hell" + ], + [ + "drop", + "list" + ], + [ + "dro", + "plist" + ], + [ + "enciado", + "s" + ], + [ + "encia", + "dos" + ], + [ + "enci", + "ados" + ], + [ + "enc", + "iados" + ], + [ + "▁port", + "rait" + ], + [ + "▁demonstra", + "ting" + ], + [ + "▁demonstr", + "ating" + ], + [ + "▁demonst", + "rating" + ], + [ + "chi", + "n" + ], + [ + "ch", + "in" + ], + [ + "c", + "hin" + ], + [ + "▁dou", + "b" + ], + [ + "▁do", + "ub" + ], + [ + "▁d", + "oub" + ], + [ + "▁1967", + "," + ], + [ + "▁196", + "7," + ], + [ + "▁19", + "67," + ], + [ + "▁eps", + "ilon" + ], + [ + "▁e", + "psilon" + ], + [ + "▁", + "epsilon" + ], + [ + "/\"", + ">" + ], + [ + "/", + "\">" + ], + [ + "▁exército", + "s" + ], + [ + "▁ex", + "ércitos" + ], + [ + "▁acid", + "ic" + ], + [ + "▁tempor", + "ária" + ], + [ + "for", + "um" + ], + [ + "fo", + "rum" + ], + [ + "f", + "orum" + ], + [ + "cod", + "igo" + ], + [ + "▁reciproc", + "al" + ], + [ + "▁reci", + "procal" + ], + [ + "di", + "ção" + ], + [ + "d", + "ição" + ], + [ + "▁pes", + "ar" + ], + [ + "▁p", + "esar" + ], + [ + "))", + "/" + ], + [ + ")", + ")/" + ], + [ + "▁H", + "appy" + ], + [ + "▁intermedi", + "ário" + ], + [ + "q", + "quad" + ], + [ + "ributo", + "r" + ], + [ + "ribut", + "or" + ], + [ + "ribu", + "tor" + ], + [ + "rib", + "utor" + ], + [ + "▁Coll", + "abor" + ], + [ + "▁cuda", + "Free" + ], + [ + "▁Commun", + "ist" + ], + [ + "▁host", + "ed" + ], + [ + "▁por", + "men" + ], + [ + "?\"", + "," + ], + [ + "?", + "\"," + ], + [ + "▁Cert", + "ifique" + ], + [ + ".3", + "." + ], + [ + ".", + "3." + ], + [ + "▁o", + "ak" + ], + [ + "▁myth", + "s" + ], + [ + "▁my", + "ths" + ], + [ + "▁vert", + "ente" + ], + [ + "ore", + "xia" + ], + [ + "▁ber", + "ries" + ], + [ + "▁", + "berries" + ], + [ + "▁microbi", + "ota" + ], + [ + "▁save", + "s" + ], + [ + "▁sav", + "es" + ], + [ + "▁sa", + "ves" + ], + [ + "▁s", + "aves" + ], + [ + "▁fica", + "do" + ], + [ + "▁fic", + "ado" + ], + [ + "▁fi", + "cado" + ], + [ + "▁f", + "icado" + ], + [ + "▁urg", + "e" + ], + [ + "▁ur", + "ge" + ], + [ + "▁7", + ";" + ], + [ + "▁", + "7;" + ], + [ + "▁da", + "li" + ], + [ + "▁d", + "ali" + ], + [ + "uz", + "a" + ], + [ + "u", + "za" + ], + [ + "400", + ".000" + ], + [ + "40", + "0.000" + ], + [ + "▁cita", + "ções" + ], + [ + "▁cit", + "ações" + ], + [ + "▁ci", + "tações" + ], + [ + "▁c", + "itações" + ], + [ + "▁anteced", + "ência" + ], + [ + "▁g", + "ême" + ], + [ + "dataset", + "s" + ], + [ + "datas", + "ets" + ], + [ + "data", + "sets" + ], + [ + "MI", + "CA" + ], + [ + "M", + "ICA" + ], + [ + "▁got", + "ten" + ], + [ + "▁gravit", + "acional" + ], + [ + "▁Bio", + "s" + ], + [ + "▁Bi", + "os" + ], + [ + "▁B", + "ios" + ], + [ + "▁a", + "y" + ], + [ + "▁", + "ay" + ], + [ + "▁Table", + "s" + ], + [ + "▁Tab", + "les" + ], + [ + "▁Ta", + "bles" + ], + [ + "▁T", + "ables" + ], + [ + "▁", + "Tables" + ], + [ + "▁mergul", + "har" + ], + [ + "{", + "%" + ], + [ + "▁analytic", + "s" + ], + [ + "▁analy", + "tics" + ], + [ + "AT", + "IVA" + ], + [ + "▁som", + "b" + ], + [ + "▁so", + "mb" + ], + [ + "▁s", + "omb" + ], + [ + "▁proib", + "ida" + ], + [ + "77", + "8" + ], + [ + "7", + "78" + ], + [ + "▁fal", + "e" + ], + [ + "▁fa", + "le" + ], + [ + "▁f", + "ale" + ], + [ + "▁ruído", + "s" + ], + [ + "▁ru", + "ídos" + ], + [ + "▁Luci", + "ano" + ], + [ + "▁Luc", + "iano" + ], + [ + "▁inspir", + "a" + ], + [ + "▁insp", + "ira" + ], + [ + "▁mel", + "aton" + ], + [ + "▁\\$", + "1," + ], + [ + "▁deva", + "gar" + ], + [ + "▁dev", + "agar" + ], + [ + "▁planeta", + "ry" + ], + [ + "▁planet", + "ary" + ], + [ + "▁target", + "ing" + ], + [ + "▁reivindic", + "ações" + ], + [ + "▁reivind", + "icações" + ], + [ + "▁bich", + "o" + ], + [ + "▁bic", + "ho" + ], + [ + "▁bi", + "cho" + ], + [ + "▁Sab", + "endo" + ], + [ + "endente", + "s" + ], + [ + "end", + "entes" + ], + [ + "▁segreg", + "ação" + ], + [ + "▁reduction", + "s" + ], + [ + "▁redu", + "ctions" + ], + [ + "▁cri", + "e" + ], + [ + "▁cr", + "ie" + ], + [ + "▁c", + "rie" + ], + [ + "▁len", + "d" + ], + [ + "▁le", + "nd" + ], + [ + "▁l", + "end" + ], + [ + "▁pecado", + "r" + ], + [ + "▁pec", + "ador" + ], + [ + "Error", + "Action" + ], + [ + "▁Vin", + "cent" + ], + [ + "▁estima", + "da" + ], + [ + "▁estim", + "ada" + ], + [ + "▁inscre", + "ver" + ], + [ + "▁insc", + "rever" + ], + [ + "▁ins", + "crever" + ], + [ + "▁ultra", + "sound" + ], + [ + "▁ul", + "trasound" + ], + [ + "Rew", + "ard" + ], + [ + "Re", + "ward" + ], + [ + "▁ren", + "ais" + ], + [ + "uni", + "d" + ], + [ + "un", + "id" + ], + [ + "site", + "Id" + ], + [ + "new", + "user" + ], + [ + "ne", + "utral" + ], + [ + "▁Mor", + "ro" + ], + [ + "▁M", + "orro" + ], + [ + "target", + "s" + ], + [ + "tar", + "gets" + ], + [ + "▁silvest", + "res" + ], + [ + "▁plural", + "idade" + ], + [ + "nic", + "k" + ], + [ + "ni", + "ck" + ], + [ + "n", + "ick" + ], + [ + "▁Sol", + "o" + ], + [ + "▁So", + "lo" + ], + [ + "▁S", + "olo" + ], + [ + "▁Cont", + "ribu" + ], + [ + "stro", + "ke" + ], + [ + "str", + "oke" + ], + [ + "st", + "roke" + ], + [ + "▁divide", + "m" + ], + [ + "▁divid", + "em" + ], + [ + "▁div", + "idem" + ], + [ + "13", + "1" + ], + [ + "1", + "31" + ], + [ + "ômico", + "s" + ], + [ + "ôm", + "icos" + ], + [ + "ô", + "micos" + ], + [ + "▁mov", + "q" + ], + [ + "▁Fala", + "r" + ], + [ + "▁Fal", + "ar" + ], + [ + "▁Fa", + "lar" + ], + [ + "▁F", + "alar" + ], + [ + "depend", + "ency" + ], + [ + "gle", + "d" + ], + [ + "gl", + "ed" + ], + [ + "g", + "led" + ], + [ + "▁P", + "hoen" + ], + [ + "▁rev", + "og" + ], + [ + "▁catal", + "is" + ], + [ + "▁cat", + "alis" + ], + [ + "▁bright", + "ness" + ], + [ + "▁Algorithm", + "s" + ], + [ + "▁Alg", + "orithms" + ], + [ + "▁STR", + "ING" + ], + [ + "▁", + "STRING" + ], + [ + "▁crescente", + "s" + ], + [ + "▁cresc", + "entes" + ], + [ + "▁cr", + "escentes" + ], + [ + "▁(19", + ")" + ], + [ + "▁(1", + "9)" + ], + [ + "▁(", + "19)" + ], + [ + "▁desvio", + "s" + ], + [ + "▁desvi", + "os" + ], + [ + "▁desv", + "ios" + ], + [ + "▁des", + "vios" + ], + [ + "▁Ed", + "gar" + ], + [ + "▁", + "≠" + ], + [ + "▁inst", + "ig" + ], + [ + "▁therap", + "ist" + ], + [ + "▁Ott", + "o" + ], + [ + "▁Ot", + "to" + ], + [ + "▁A", + "venue" + ], + [ + "▁lim", + "b" + ], + [ + "▁li", + "mb" + ], + [ + "▁l", + "imb" + ], + [ + "▁u", + "g" + ], + [ + "▁", + "ug" + ], + [ + "▁Desc", + "ubra" + ], + [ + "▁mit", + "ochond" + ], + [ + "▁n", + "f" + ], + [ + "▁", + "nf" + ], + [ + "▁May", + "a" + ], + [ + "▁Ma", + "ya" + ], + [ + "▁M", + "aya" + ], + [ + "▁North", + "west" + ], + [ + "02", + "3" + ], + [ + "0", + "23" + ], + [ + "BY", + "TE" + ], + [ + "aca", + "d" + ], + [ + "ac", + "ad" + ], + [ + "a", + "cad" + ], + [ + "bird", + "s" + ], + [ + "log", + "ram" + ], + [ + "lo", + "gram" + ], + [ + "l", + "ogram" + ], + [ + "▁z", + "x" + ], + [ + "▁", + "zx" + ], + [ + "▁glut", + "en" + ], + [ + "▁gl", + "uten" + ], + [ + "▁inovador", + "es" + ], + [ + "▁inov", + "adores" + ], + [ + "****", + "*" + ], + [ + "***", + "**" + ], + [ + "**", + "***" + ], + [ + "*", + "****" + ], + [ + "ail", + "and" + ], + [ + "ai", + "land" + ], + [ + "▁Protocol", + "o" + ], + [ + "And", + "roid" + ], + [ + "An", + "droid" + ], + [ + "▁char", + "ity" + ], + [ + "▁recolh", + "a" + ], + [ + "▁recol", + "ha" + ], + [ + "▁ele", + "phant" + ], + [ + "!”", + "." + ], + [ + "!", + "”." + ], + [ + "▁Cl", + "ock" + ], + [ + "▁C", + "lock" + ], + [ + "▁", + "Clock" + ], + [ + "▁cone", + "s" + ], + [ + "▁con", + "es" + ], + [ + "▁co", + "nes" + ], + [ + "▁c", + "ones" + ], + [ + "▁cont", + "ágio" + ], + [ + "▁perception", + "s" + ], + [ + "▁percept", + "ions" + ], + [ + "▁perce", + "ptions" + ], + [ + "▁per", + "ceptions" + ], + [ + "V", + "V" + ], + [ + "▁oxig", + "en" + ], + [ + "▁ox", + "igen" + ], + [ + "elle", + "s" + ], + [ + "ell", + "es" + ], + [ + "el", + "les" + ], + [ + "Fi", + "t" + ], + [ + "F", + "it" + ], + [ + "▁strengthen", + "ing" + ], + [ + "▁strength", + "ening" + ], + [ + "▁hope", + "fully" + ], + [ + "▁hop", + "efully" + ], + [ + "▁Fund", + "ament" + ], + [ + "▁purchase", + "s" + ], + [ + "▁purch", + "ases" + ], + [ + "▁arrow", + "s" + ], + [ + "▁arro", + "ws" + ], + [ + "▁arr", + "ows" + ], + [ + "▁ar", + "rows" + ], + [ + "▁impre", + "gn" + ], + [ + "▁philosoph", + "er" + ], + [ + "▁ph", + "ilosopher" + ], + [ + "▁refrigerante", + "s" + ], + [ + "▁refriger", + "antes" + ], + [ + "in", + "j" + ], + [ + "▁couple", + "s" + ], + [ + "▁coup", + "les" + ], + [ + "▁cou", + "ples" + ], + [ + "▁instância", + "s" + ], + [ + "▁inst", + "âncias" + ], + [ + "[", + "8" + ], + [ + "▁Chi", + "p" + ], + [ + "▁Ch", + "ip" + ], + [ + "▁C", + "hip" + ], + [ + "ca", + "b" + ], + [ + "c", + "ab" + ], + [ + "ostat", + "ic" + ], + [ + "osta", + "tic" + ], + [ + "ost", + "atic" + ], + [ + "o", + "static" + ], + [ + "▁infinit", + "a" + ], + [ + "▁infin", + "ita" + ], + [ + "iosa", + "mente" + ], + [ + "ios", + "amente" + ], + [ + "i", + "osamente" + ], + [ + "▁hier", + "árqu" + ], + [ + "+", + ")" + ], + [ + "▁technical", + "ly" + ], + [ + "▁techn", + "ically" + ], + [ + "▁not", + "ification" + ], + [ + "▁H", + "C" + ], + [ + "▁", + "HC" + ], + [ + "▁la", + "dy" + ], + [ + "▁l", + "ady" + ], + [ + "▁moder", + "ado" + ], + [ + "▁mode", + "rado" + ], + [ + "in", + "ando" + ], + [ + "▁Mora", + "is" + ], + [ + "▁Mor", + "ais" + ], + [ + "▁Mo", + "rais" + ], + [ + "▁subjet", + "ividade" + ], + [ + "▁[", + "-" + ], + [ + "▁", + "[-" + ], + [ + "ian", + "i" + ], + [ + "ia", + "ni" + ], + [ + "i", + "ani" + ], + [ + "odi", + "c" + ], + [ + "od", + "ic" + ], + [ + "o", + "dic" + ], + [ + "ety", + "pe" + ], + [ + "et", + "ype" + ], + [ + "e", + "type" + ], + [ + "ares", + "ma" + ], + [ + "▁Cycl", + "e" + ], + [ + "▁Cy", + "cle" + ], + [ + "▁C", + "ycle" + ], + [ + "▁distrito", + "s" + ], + [ + "▁dist", + "ritos" + ], + [ + "▁instant", + "ly" + ], + [ + "▁inst", + "antly" + ], + [ + "ien", + "na" + ], + [ + "i", + "enna" + ], + [ + "bl", + "k" + ], + [ + "▁Ell", + "en" + ], + [ + "▁El", + "len" + ], + [ + "▁lam", + "a" + ], + [ + "▁la", + "ma" + ], + [ + "▁l", + "ama" + ], + [ + "▁lem", + "a" + ], + [ + "▁le", + "ma" + ], + [ + "▁l", + "ema" + ], + [ + "▁Desen", + "ho" + ], + [ + "▁Des", + "enho" + ], + [ + "▁size", + "d" + ], + [ + "▁si", + "zed" + ], + [ + "▁s", + "ized" + ], + [ + "▁", + "sized" + ], + [ + "▁discre", + "p" + ], + [ + "▁disc", + "rep" + ], + [ + "[2]", + ";" + ], + [ + "[2", + "];" + ], + [ + "▁!!", + "!" + ], + [ + "▁!", + "!!" + ], + [ + "▁", + "!!!" + ], + [ + "▁Ka", + "z" + ], + [ + "▁K", + "az" + ], + [ + "compute", + "r" + ], + [ + "comput", + "er" + ], + [ + "comp", + "uter" + ], + [ + "get", + "Element" + ], + [ + "▁Require", + "ments" + ], + [ + "ísta", + "s" + ], + [ + "íst", + "as" + ], + [ + "ís", + "tas" + ], + [ + "▁ang", + "ust" + ], + [ + "▁quimi", + "oterapia" + ], + [ + "▁agu", + "do" + ], + [ + "▁ag", + "udo" + ], + [ + "▁volt", + "e" + ], + [ + "▁vol", + "te" + ], + [ + "▁embr", + "ac" + ], + [ + "▁emb", + "rac" + ], + [ + "▁cis", + "t" + ], + [ + "▁ci", + "st" + ], + [ + "▁c", + "ist" + ], + [ + "▁organiz", + "ing" + ], + [ + "▁organ", + "izing" + ], + [ + "▁sed", + "entarismo" + ], + [ + "unlimited", + "Banner" + ], + [ + "▁edif", + "icações" + ], + [ + "▁ed", + "ificações" + ], + [ + "lei", + "ro" + ], + [ + "le", + "iro" + ], + [ + "l", + "eiro" + ], + [ + "▁Cit", + "e" + ], + [ + "▁Ci", + "te" + ], + [ + "▁C", + "ite" + ], + [ + "▁re", + "estrut" + ], + [ + "cer", + "pt" + ], + [ + "▁analog", + "y" + ], + [ + "▁anal", + "ogy" + ], + [ + "▁crystal", + "l" + ], + [ + "▁cryst", + "all" + ], + [ + "▁den", + "d" + ], + [ + "▁de", + "nd" + ], + [ + "▁d", + "end" + ], + [ + "▁packet", + "s" + ], + [ + "▁pack", + "ets" + ], + [ + "▁V", + "T" + ], + [ + "▁", + "VT" + ], + [ + "hy", + "per" + ], + [ + "▁En", + "erg" + ], + [ + "▁ea", + "ger" + ], + [ + "▁e", + "ager" + ], + [ + "▁Mi", + "ami" + ], + [ + "▁M", + "iami" + ], + [ + "▁imm", + "ense" + ], + [ + "▁Function", + "al" + ], + [ + "▁provid", + "ências" + ], + [ + "▁esperam", + "os" + ], + [ + "▁espera", + "mos" + ], + [ + "▁esper", + "amos" + ], + [ + "écn", + "ica" + ], + [ + "éc", + "nica" + ], + [ + "americana", + "s" + ], + [ + "americ", + "anas" + ], + [ + "am", + "ericanas" + ], + [ + "▁trabalh", + "istas" + ], + [ + "▁coer", + "c" + ], + [ + "▁co", + "erc" + ], + [ + "redirect", + "Url" + ], + [ + "O", + "h" + ], + [ + "ER", + "Y" + ], + [ + "E", + "RY" + ], + [ + "▁l", + "m" + ], + [ + "▁", + "lm" + ], + [ + "▁Fe", + "d" + ], + [ + "▁F", + "ed" + ], + [ + "enn", + "ium" + ], + [ + "▁acent", + "uada" + ], + [ + "▁Andre", + "a" + ], + [ + "▁Andr", + "ea" + ], + [ + "▁And", + "rea" + ], + [ + "▁internal", + "ly" + ], + [ + "▁intern", + "ally" + ], + [ + "▁bi", + "f" + ], + [ + "▁b", + "if" + ], + [ + "=", + "9" + ], + [ + "-1", + ";" + ], + [ + "-", + "1;" + ], + [ + "l", + "v" + ], + [ + "▁Esp", + "írita" + ], + [ + "▁negoci", + "ar" + ], + [ + "▁negoc", + "iar" + ], + [ + "▁compositor", + "es" + ], + [ + "▁compos", + "itores" + ], + [ + "▁com", + "positores" + ], + [ + "▁recre", + "ational" + ], + [ + "▁sol", + "ub" + ], + [ + "▁2001", + ")." + ], + [ + "▁200", + "1)." + ], + [ + "▁passar", + "á" + ], + [ + "▁pass", + "ará" + ], + [ + "K", + "D" + ], + [ + "▁D", + "X" + ], + [ + "▁", + "DX" + ], + [ + "▁cient", + "e" + ], + [ + "▁ci", + "ente" + ], + [ + "▁c", + "iente" + ], + [ + "▁ativista", + "s" + ], + [ + "▁ativ", + "istas" + ], + [ + "icional", + "mente" + ], + [ + "icion", + "almente" + ], + [ + "ha", + "k" + ], + [ + "h", + "ak" + ], + [ + "▁redist", + "ribute" + ], + [ + "▁bibli", + "cal" + ], + [ + "▁bib", + "lical" + ], + [ + "\\", + "<" + ], + [ + "▁antrop", + "ologia" + ], + [ + "di", + "p" + ], + [ + "d", + "ip" + ], + [ + "fu", + "el" + ], + [ + "f", + "uel" + ], + [ + "▁Gene", + "tic" + ], + [ + "▁Gen", + "etic" + ], + [ + "▁manuse", + "io" + ], + [ + "(1", + "/" + ], + [ + "(", + "1/" + ], + [ + "▁cry", + "p" + ], + [ + "▁cr", + "yp" + ], + [ + "▁de", + "af" + ], + [ + "▁Stan", + "ley" + ], + [ + "▁vertente", + "s" + ], + [ + "▁vert", + "entes" + ], + [ + "▁aval", + "i" + ], + [ + "▁av", + "ali" + ], + [ + "▁suff", + "ix" + ], + [ + "▁suf", + "fix" + ], + [ + "▁s", + "uffix" + ], + [ + "▁constat", + "ou" + ], + [ + "▁multiplic", + "ar" + ], + [ + "▁Quar", + "t" + ], + [ + "▁Qu", + "art" + ], + [ + "▁Q", + "uart" + ], + [ + "▁inex", + "ist" + ], + [ + "▁in", + "exist" + ], + [ + "▁LC", + "D" + ], + [ + "▁L", + "CD" + ], + [ + "dir", + "name" + ], + [ + "▁Poss", + "ible" + ], + [ + "▁extrema", + "s" + ], + [ + "▁extrem", + "as" + ], + [ + "▁extre", + "mas" + ], + [ + "▁extr", + "emas" + ], + [ + "▁valiosa", + "s" + ], + [ + "▁val", + "iosas" + ], + [ + "S", + "i" + ], + [ + "ipél", + "ago" + ], + [ + "▁Ora", + "cle" + ], + [ + "▁Or", + "acle" + ], + [ + "▁O", + "racle" + ], + [ + "▁t", + "k" + ], + [ + "▁", + "tk" + ], + [ + "▁reag", + "e" + ], + [ + "▁rea", + "ge" + ], + [ + "▁re", + "age" + ], + [ + "▁moral", + "idade" + ], + [ + "▁mor", + "alidade" + ], + [ + "parent", + "s" + ], + [ + "par", + "ents" + ], + [ + "worker", + "s" + ], + [ + "work", + "ers" + ], + [ + "▁recicl", + "ado" + ], + [ + "▁recic", + "lado" + ], + [ + "▁cu", + "s" + ], + [ + "▁c", + "us" + ], + [ + "▁", + "cus" + ], + [ + "▁Li", + "u" + ], + [ + "▁L", + "iu" + ], + [ + "▁Mini", + "ng" + ], + [ + "▁Min", + "ing" + ], + [ + "▁Mi", + "ning" + ], + [ + "▁M", + "ining" + ], + [ + "▁compare", + "s" + ], + [ + "▁compar", + "es" + ], + [ + "▁comp", + "ares" + ], + [ + "Prev", + "iew" + ], + [ + "Pre", + "view" + ], + [ + "P", + "review" + ], + [ + "▁=====", + "====" + ], + [ + "▁=", + "========" + ], + [ + "▁criminal", + "idade" + ], + [ + "▁crimin", + "alidade" + ], + [ + "▁lu", + "s" + ], + [ + "▁l", + "us" + ], + [ + "▁caminh", + "a" + ], + [ + "▁camin", + "ha" + ], + [ + "▁cam", + "inha" + ], + [ + "▁clean", + "er" + ], + [ + "▁Sc", + "an" + ], + [ + "▁S", + "can" + ], + [ + "▁", + "Scan" + ], + [ + "▁f", + "ür" + ], + [ + "▁br", + "us" + ], + [ + "▁b", + "rus" + ], + [ + "▁cle", + "ro" + ], + [ + "▁cl", + "ero" + ], + [ + "im", + "ension" + ], + [ + "\\/", + "?" + ], + [ + "\\", + "/?" + ], + [ + "▁Hu", + "s" + ], + [ + "▁H", + "us" + ], + [ + "▁Sign", + "s" + ], + [ + "▁Sig", + "ns" + ], + [ + "▁G", + "n" + ], + [ + "▁", + "Gn" + ], + [ + "St", + "ock" + ], + [ + "▁Ne", + "vada" + ], + [ + "▁inclui", + "u" + ], + [ + "▁inclu", + "iu" + ], + [ + "ss", + "on" + ], + [ + "s", + "son" + ], + [ + "▁Gal", + "eria" + ], + [ + "▁precisava", + "m" + ], + [ + "▁precisa", + "vam" + ], + [ + "▁precis", + "avam" + ], + [ + "▁uncomfort", + "able" + ], + [ + "ti", + "t" + ], + [ + "t", + "it" + ], + [ + "([", + "]" + ], + [ + "(", + "[]" + ], + [ + "▁CB", + "D" + ], + [ + "▁C", + "BD" + ], + [ + "anc", + "ar" + ], + [ + "an", + "car" + ], + [ + "▁SA", + "M" + ], + [ + "▁S", + "AM" + ], + [ + "{\\", + "\"" + ], + [ + "{", + "\\\"" + ], + [ + "▁N", + "y" + ], + [ + "▁dis", + "agre" + ], + [ + "▁orn", + "ament" + ], + [ + "▁or", + "nament" + ], + [ + "Br", + "o" + ], + [ + "B", + "ro" + ], + [ + "▁PA", + "P" + ], + [ + "▁P", + "AP" + ], + [ + "▁Prop", + "er" + ], + [ + "▁Pro", + "per" + ], + [ + "▁Pr", + "oper" + ], + [ + "▁Man", + "chester" + ], + [ + "WAR", + "NING" + ], + [ + "▁year", + "ly" + ], + [ + "▁tourist", + "s" + ], + [ + "▁tour", + "ists" + ], + [ + "▁descart", + "áveis" + ], + [ + "On", + "ce" + ], + [ + "rict", + "ion" + ], + [ + "ric", + "tion" + ], + [ + "ri", + "ction" + ], + [ + "r", + "iction" + ], + [ + "▁tut", + "ela" + ], + [ + "sol", + "o" + ], + [ + "so", + "lo" + ], + [ + "s", + "olo" + ], + [ + "▁rito", + "s" + ], + [ + "▁rit", + "os" + ], + [ + "▁ri", + "tos" + ], + [ + "▁r", + "itos" + ], + [ + "▁", + "ritos" + ], + [ + "▁origin", + "ou" + ], + [ + "▁orig", + "inou" + ], + [ + "flu", + "x" + ], + [ + "fl", + "ux" + ], + [ + "f", + "lux" + ], + [ + "▁5.", + "0" + ], + [ + "▁5", + ".0" + ], + [ + "▁", + "5.0" + ], + [ + "NOW", + "N" + ], + [ + "NO", + "WN" + ], + [ + "upt", + "a" + ], + [ + "up", + "ta" + ], + [ + "68", + ":" + ], + [ + "6", + "8:" + ], + [ + "▁=", + "\"" + ], + [ + "▁", + "=\"" + ], + [ + "DIR", + "S" + ], + [ + "DI", + "RS" + ], + [ + "▁Orth", + "odox" + ], + [ + "Map", + "s" + ], + [ + "Ma", + "ps" + ], + [ + "M", + "aps" + ], + [ + "▁Area", + "s" + ], + [ + "▁Are", + "as" + ], + [ + "▁Ar", + "eas" + ], + [ + "▁A", + "reas" + ], + [ + "▁par", + "ish" + ], + [ + "mark", + "er" + ], + [ + "mar", + "ker" + ], + [ + "▁amiga", + "s" + ], + [ + "▁amig", + "as" + ], + [ + "▁am", + "igas" + ], + [ + "text", + "bf" + ], + [ + "tex", + "tbf" + ], + [ + "▁ex", + "termin" + ], + [ + "▁facilita", + "m" + ], + [ + "▁facilit", + "am" + ], + [ + "▁facil", + "itam" + ], + [ + "▁scan", + "s" + ], + [ + "▁sc", + "ans" + ], + [ + "il", + "ização" + ], + [ + "▁Ca", + "esar" + ], + [ + "\":\"", + "2." + ], + [ + "élico", + "s" + ], + [ + "él", + "icos" + ], + [ + "é", + "licos" + ], + [ + "▁----", + "-" + ], + [ + "▁---", + "--" + ], + [ + "▁--", + "---" + ], + [ + "▁-", + "----" + ], + [ + "▁", + "-----" + ], + [ + "▁C", + "esar" + ], + [ + "ome", + "u" + ], + [ + "om", + "eu" + ], + [ + "▁Lis", + "a" + ], + [ + "▁Li", + "sa" + ], + [ + "▁L", + "isa" + ], + [ + "pair", + "ed" + ], + [ + "pa", + "ired" + ], + [ + "p", + "aired" + ], + [ + "▁entre", + "la" + ], + [ + "▁entr", + "ela" + ], + [ + "▁receb", + "imento" + ], + [ + "$", + ")" + ], + [ + "▁mon", + "aster" + ], + [ + "▁capitalista", + "s" + ], + [ + "▁capital", + "istas" + ], + [ + "Gui", + "d" + ], + [ + "Gu", + "id" + ], + [ + "G", + "uid" + ], + [ + "fe", + "d" + ], + [ + "f", + "ed" + ], + [ + "_{1", + "}" + ], + [ + "_{", + "1}" + ], + [ + "▁Aristot", + "le" + ], + [ + "CE", + "L" + ], + [ + "C", + "EL" + ], + [ + "▁CL", + "A" + ], + [ + "▁C", + "LA" + ], + [ + "▁", + "CLA" + ], + [ + "▁Occ", + "up" + ], + [ + "▁Oc", + "cup" + ], + [ + "ple", + "d" + ], + [ + "pl", + "ed" + ], + [ + "p", + "led" + ], + [ + "▁we", + "ed" + ], + [ + "▁", + "weed" + ], + [ + "▁impress", + "a" + ], + [ + "▁impr", + "essa" + ], + [ + "adia", + "n" + ], + [ + "adi", + "an" + ], + [ + "ad", + "ian" + ], + [ + "pl", + "iance" + ], + [ + "p", + "liance" + ], + [ + "▁coli", + "são" + ], + [ + "▁col", + "isão" + ], + [ + "lux", + "o" + ], + [ + "lu", + "xo" + ], + [ + "▁FA", + "R" + ], + [ + "▁F", + "AR" + ], + [ + "▁ag", + "ulha" + ], + [ + "oir", + "s" + ], + [ + "oi", + "rs" + ], + [ + "o", + "irs" + ], + [ + "Append", + "Line" + ], + [ + "▁cat", + "astro" + ], + [ + "▁dispos", + "ições" + ], + [ + "▁dis", + "posições" + ], + [ + "▁ocasion", + "al" + ], + [ + "▁ocas", + "ional" + ], + [ + "ti", + "on" + ], + [ + "t", + "ion" + ], + [ + "▁refl", + "or" + ], + [ + "▁ref", + "lor" + ], + [ + "▁re", + "flor" + ], + [ + "▁educador", + "a" + ], + [ + "▁educ", + "adora" + ], + [ + "eli", + "a" + ], + [ + "el", + "ia" + ], + [ + "e", + "lia" + ], + [ + "▁Bull", + "et" + ], + [ + "▁Bul", + "let" + ], + [ + "▁síl", + "abas" + ], + [ + "▁Assembl", + "éia" + ], + [ + "▁tr", + "í" + ], + [ + "▁Ton", + "y" + ], + [ + "▁To", + "ny" + ], + [ + "▁T", + "ony" + ], + [ + "MAR", + "K" + ], + [ + "MA", + "RK" + ], + [ + "fra", + "m" + ], + [ + "fr", + "am" + ], + [ + "f", + "ram" + ], + [ + "▁62", + "," + ], + [ + "▁6", + "2," + ], + [ + "▁", + "62," + ], + [ + "Á", + "F" + ], + [ + "▁password", + "s" + ], + [ + "▁pass", + "words" + ], + [ + "▁Min", + "or" + ], + [ + "▁Mi", + "nor" + ], + [ + "▁Medi", + "um" + ], + [ + "▁Med", + "ium" + ], + [ + "▁vest", + "ido" + ], + [ + "▁apoi", + "ando" + ], + [ + "▁apo", + "iando" + ], + [ + "32", + "1" + ], + [ + "3", + "21" + ], + [ + "▁pioneiro", + "s" + ], + [ + "▁pione", + "iros" + ], + [ + "▁pion", + "eiros" + ], + [ + "[", + "7" + ], + [ + "▁Cl", + "i" + ], + [ + "▁C", + "li" + ], + [ + "▁", + "Cli" + ], + [ + "▁swe", + "at" + ], + [ + "comp", + "ose" + ], + [ + "com", + "pose" + ], + [ + "▁mens", + "age" + ], + [ + "▁use", + "less" + ], + [ + "▁us", + "eless" + ], + [ + "cip", + "ar" + ], + [ + "ci", + "par" + ], + [ + "echa", + "l" + ], + [ + "ech", + "al" + ], + [ + "ec", + "hal" + ], + [ + "▁advis", + "e" + ], + [ + "▁adv", + "ise" + ], + [ + "cuda", + "Memcpy" + ], + [ + "▁deposit", + "ed" + ], + [ + "▁depos", + "ited" + ], + [ + "▁monet", + "ária" + ], + [ + "▁M", + "ü" + ], + [ + "▁US", + "ING" + ], + [ + "▁prov", + "ém" + ], + [ + "▁descon", + "sider" + ], + [ + "▁des", + "consider" + ], + [ + "▁neighborhood", + "s" + ], + [ + "▁Unit", + "y" + ], + [ + "▁Uni", + "ty" + ], + [ + "▁Un", + "ity" + ], + [ + "▁0]", + "," + ], + [ + "▁0", + "]," + ], + [ + "▁Resist", + "ance" + ], + [ + "▁SIST", + "EMA" + ], + [ + "OL", + "ÓG" + ], + [ + "=1", + "\",\"" + ], + [ + "=", + "1\",\"" + ], + [ + "▁theorem", + "s" + ], + [ + "▁theor", + "ems" + ], + [ + "▁aw", + "esome" + ], + [ + "46", + "0" + ], + [ + "4", + "60" + ], + [ + "▁16", + "6" + ], + [ + "▁1", + "66" + ], + [ + "▁", + "166" + ], + [ + "▁Número", + "s" + ], + [ + "▁Númer", + "os" + ], + [ + "▁Consum", + "idor" + ], + [ + "0.", + "7" + ], + [ + "0", + ".7" + ], + [ + "▁cp", + "s" + ], + [ + "▁c", + "ps" + ], + [ + "▁Zel", + "ândia" + ], + [ + "▁Ze", + "lândia" + ], + [ + "▁ing", + "en" + ], + [ + "▁in", + "gen" + ], + [ + "▁Esc", + "ócia" + ], + [ + "canonical", + "Url" + ], + [ + "▁promov", + "am" + ], + [ + "▁galinha", + "s" + ], + [ + "▁gal", + "inhas" + ], + [ + "▁No", + "m" + ], + [ + "▁N", + "om" + ], + [ + "Per", + "Load" + ], + [ + "▁plan", + "ilha" + ], + [ + "▁expend", + "iture" + ], + [ + "chi", + "p" + ], + [ + "ch", + "ip" + ], + [ + "c", + "hip" + ], + [ + "p", + "docs" + ], + [ + "3.", + "6" + ], + [ + "3", + ".6" + ], + [ + "▁X", + "L" + ], + [ + "▁Ab", + "ove" + ], + [ + "▁A", + "bove" + ], + [ + "dest", + "ination" + ], + [ + "pol", + "l" + ], + [ + "po", + "ll" + ], + [ + "p", + "oll" + ], + [ + "▁configuration", + "s" + ], + [ + "▁config", + "urations" + ], + [ + "▁Bu", + "y" + ], + [ + "▁B", + "uy" + ], + [ + "▁Interest", + "ingly" + ], + [ + "oph", + "y" + ], + [ + "op", + "hy" + ], + [ + "o", + "phy" + ], + [ + "▁mand", + "íb" + ], + [ + "▁abd", + "omen" + ], + [ + "mo", + "id" + ], + [ + "m", + "oid" + ], + [ + "▁CI", + "R" + ], + [ + "▁C", + "IR" + ], + [ + "▁Str", + "i" + ], + [ + "▁St", + "ri" + ], + [ + "▁S", + "tri" + ], + [ + "▁He", + "gel" + ], + [ + "▁clock", + "s" + ], + [ + "▁cl", + "ocks" + ], + [ + "▁c", + "locks" + ], + [ + "(", + "#" + ], + [ + "▁enrol", + "l" + ], + [ + "▁en", + "roll" + ], + [ + "▁El", + "étrica" + ], + [ + "ENT", + "RY" + ], + [ + "Auto", + "Size" + ], + [ + "▁compos", + "e" + ], + [ + "▁comp", + "ose" + ], + [ + "▁com", + "pose" + ], + [ + "▁", + "compose" + ], + [ + "orto", + "s" + ], + [ + "ort", + "os" + ], + [ + "or", + "tos" + ], + [ + "▁recogn", + "izing" + ], + [ + "▁Bo", + "d" + ], + [ + "▁B", + "od" + ], + [ + "▁estrutura", + "do" + ], + [ + "▁estrut", + "urado" + ], + [ + "LI", + "A" + ], + [ + "L", + "IA" + ], + [ + "▁answer", + "ing" + ], + [ + "▁answ", + "ering" + ], + [ + "tests", + "et" + ], + [ + "test", + "set" + ], + [ + "oler", + "ance" + ], + [ + "cd", + "n" + ], + [ + "c", + "dn" + ], + [ + "▁red", + "enção" + ], + [ + "PH", + "A" + ], + [ + "P", + "HA" + ], + [ + "Pe", + "n" + ], + [ + "P", + "en" + ], + [ + "▁mistake", + "n" + ], + [ + "▁mista", + "ken" + ], + [ + "▁mist", + "aken" + ], + [ + "▁War", + "d" + ], + [ + "▁Wa", + "rd" + ], + [ + "▁W", + "ard" + ], + [ + "el", + "ular" + ], + [ + "▁separa", + "da" + ], + [ + "▁separ", + "ada" + ], + [ + "ies", + "el" + ], + [ + "ie", + "sel" + ], + [ + "n", + "docs" + ], + [ + "▁Direct", + "ion" + ], + [ + "▁Dire", + "ction" + ], + [ + "▁Dir", + "ection" + ], + [ + "▁D", + "irection" + ], + [ + "▁", + "Direction" + ], + [ + "▁par", + "ity" + ], + [ + "▁ag", + "gression" + ], + [ + "Su", + "c" + ], + [ + "S", + "uc" + ], + [ + "201", + "5" + ], + [ + "20", + "15" + ], + [ + "2", + "015" + ], + [ + "▁evidente", + "mente" + ], + [ + "▁evident", + "emente" + ], + [ + "▁evid", + "entemente" + ], + [ + "▁Lake", + "s" + ], + [ + "▁Lak", + "es" + ], + [ + "▁La", + "kes" + ], + [ + "▁L", + "akes" + ], + [ + "▁Su", + "ite" + ], + [ + "▁", + "Suite" + ], + [ + "▁But", + "ter" + ], + [ + "▁B", + "utter" + ], + [ + "▁approach", + "ed" + ], + [ + "▁appro", + "ached" + ], + [ + "▁INST", + "IT" + ], + [ + "er", + "i" + ], + [ + "e", + "ri" + ], + [ + "▁Select", + "ed" + ], + [ + "▁Sele", + "cted" + ], + [ + "▁Sel", + "ected" + ], + [ + "▁Se", + "lected" + ], + [ + "▁", + "Selected" + ], + [ + "irm", + "a" + ], + [ + "ir", + "ma" + ], + [ + "▁father", + "s" + ], + [ + "▁fa", + "thers" + ], + [ + "▁f", + "athers" + ], + [ + "free", + "Trial" + ], + [ + "▁contra", + "ir" + ], + [ + "▁contr", + "air" + ], + [ + "▁Acompan", + "he" + ], + [ + "▁abrang", + "ência" + ], + [ + "▁rit", + "o" + ], + [ + "▁ri", + "to" + ], + [ + "▁r", + "ito" + ], + [ + "▁", + "rito" + ], + [ + "▁vas", + "s" + ], + [ + "▁va", + "ss" + ], + [ + "▁v", + "ass" + ], + [ + "constitu", + "cional" + ], + [ + "▁Biod", + "iversidade" + ], + [ + "▁MO", + "T" + ], + [ + "▁M", + "OT" + ], + [ + "▁geográfica", + "s" + ], + [ + "▁ge", + "ográficas" + ], + [ + "DO", + "S" + ], + [ + "D", + "OS" + ], + [ + "▁fun", + "o" + ], + [ + "▁fu", + "no" + ], + [ + "▁f", + "uno" + ], + [ + "▁double", + "d" + ], + [ + "▁doub", + "led" + ], + [ + "▁seiz", + "ures" + ], + [ + "\">", + "[" + ], + [ + "\"", + ">[" + ], + [ + "256", + "(" + ], + [ + "▁LE", + "F" + ], + [ + "▁L", + "EF" + ], + [ + "▁Cac", + "he" + ], + [ + "▁Ca", + "che" + ], + [ + "▁C", + "ache" + ], + [ + "▁", + "Cache" + ], + [ + "▁intrig", + "u" + ], + [ + "▁intr", + "igu" + ], + [ + "▁int", + "rigu" + ], + [ + "▁tornar", + "ia" + ], + [ + "▁torna", + "ria" + ], + [ + "▁torn", + "aria" + ], + [ + "▁—", + "," + ], + [ + "join", + "Url" + ], + [ + "▁disagre", + "e" + ], + [ + "▁dis", + "agree" + ], + [ + "\":\"", + "10_" + ], + [ + "▁persever", + "ança" + ], + [ + "▁defend", + "endo" + ], + [ + "▁def", + "endendo" + ], + [ + "90", + "_" + ], + [ + "9", + "0_" + ], + [ + "▁copy", + "ing" + ], + [ + "▁cop", + "ying" + ], + [ + "▁Individual", + "s" + ], + [ + "lh", + "s" + ], + [ + "l", + "hs" + ], + [ + "▁vinda", + "s" + ], + [ + "▁vind", + "as" + ], + [ + "▁vin", + "das" + ], + [ + "▁v", + "indas" + ], + [ + "▁class", + "ify" + ], + [ + "!", + "." + ], + [ + "▁reúne", + "m" + ], + [ + "▁reún", + "em" + ], + [ + "CT", + "RL" + ], + [ + "iri", + "e" + ], + [ + "ir", + "ie" + ], + [ + "i", + "rie" + ], + [ + "▁Ga", + "te" + ], + [ + "▁G", + "ate" + ], + [ + "Free", + "Url" + ], + [ + "pay", + "Plan" + ], + [ + "▁elaborada", + "s" + ], + [ + "▁elabor", + "adas" + ], + [ + "▁len", + "ç" + ], + [ + "▁justo", + "s" + ], + [ + "▁just", + "os" + ], + [ + "▁jus", + "tos" + ], + [ + "▁j", + "ustos" + ], + [ + "▁tensor", + "flow" + ], + [ + "IN", + "ATION" + ], + [ + "signUp", + "Url" + ], + [ + "payPlan", + "Url" + ], + [ + "upgrade", + "Url" + ], + [ + "▁vest", + "uário" + ], + [ + "join", + "FreeUrl" + ], + [ + "freeTrial", + "Url" + ], + [ + "showModal", + "Url" + ], + [ + "26", + ")" + ], + [ + "2", + "6)" + ], + [ + "▁John", + "s" + ], + [ + "▁Joh", + "ns" + ], + [ + "pages", + "PerLoad" + ], + [ + "v", + "k" + ], + [ + "Cent", + "ro" + ], + [ + "C", + "entro" + ], + [ + "Ass", + "embly" + ], + [ + "▁195", + "9" + ], + [ + "▁19", + "59" + ], + [ + "Note", + "s" + ], + [ + "Not", + "es" + ], + [ + "No", + "tes" + ], + [ + "N", + "otes" + ], + [ + "▁21", + "7" + ], + [ + "▁2", + "17" + ], + [ + "▁", + "217" + ], + [ + "fe", + "n" + ], + [ + "f", + "en" + ], + [ + "ud", + "ente" + ], + [ + "▁1976", + "," + ], + [ + "▁197", + "6," + ], + [ + "▁19", + "76," + ], + [ + "▁perdo", + "ar" + ], + [ + "▁perd", + "oar" + ], + [ + "▁Condition", + "s" + ], + [ + "▁Cond", + "itions" + ], + [ + "▁Con", + "ditions" + ], + [ + "▁marav", + "ilhas" + ], + [ + "▁27", + "5" + ], + [ + "▁2", + "75" + ], + [ + "▁", + "275" + ], + [ + "emb", + "ed" + ], + [ + "em", + "bed" + ], + [ + "▁narr", + "a" + ], + [ + "▁nar", + "ra" + ], + [ + "▁appro", + "ve" + ], + [ + "▁appr", + "ove" + ], + [ + "▁respect", + "ed" + ], + [ + "▁respe", + "cted" + ], + [ + "▁resp", + "ected" + ], + [ + "▁res", + "pected" + ], + [ + "▁ab", + "al" + ], + [ + "▁a", + "bal" + ], + [ + "▁", + "abal" + ], + [ + "▁ref", + "use" + ], + [ + "▁Igu", + "aldade" + ], + [ + "▁Sim", + "ulation" + ], + [ + "ens", + "ing" + ], + [ + "en", + "sing" + ], + [ + "NE", + "L" + ], + [ + "N", + "EL" + ], + [ + "▁65", + "0" + ], + [ + "▁6", + "50" + ], + [ + "F", + "join" + ], + [ + "Pre", + "v" + ], + [ + "Pr", + "ev" + ], + [ + "P", + "rev" + ], + [ + "▁optimize", + "d" + ], + [ + "▁optim", + "ized" + ], + [ + "▁wa", + "x" + ], + [ + "▁w", + "ax" + ], + [ + "▁600", + "0" + ], + [ + "▁60", + "00" + ], + [ + "▁6", + "000" + ], + [ + "▁translation", + "s" + ], + [ + "▁transl", + "ations" + ], + [ + "keep", + "er" + ], + [ + "kee", + "per" + ], + [ + "ke", + "eper" + ], + [ + "▁emb", + "od" + ], + [ + "op", + "us" + ], + [ + "o", + "pus" + ], + [ + "▁Pol", + "e" + ], + [ + "▁Po", + "le" + ], + [ + "▁P", + "ole" + ], + [ + "role", + "s" + ], + [ + "rol", + "es" + ], + [ + "ro", + "les" + ], + [ + "r", + "oles" + ], + [ + "▁hel", + "met" + ], + [ + "▁addit", + "ive" + ], + [ + "▁add", + "itive" + ], + [ + "▁OP", + "EN" + ], + [ + "▁", + "OPEN" + ], + [ + "▁Sec", + "und" + ], + [ + "▁l", + "ombar" + ], + [ + "si", + "c" + ], + [ + "s", + "ic" + ], + [ + "▁HD", + "L" + ], + [ + "▁H", + "DL" + ], + [ + "iant", + "e" + ], + [ + "ian", + "te" + ], + [ + "i", + "ante" + ], + [ + "▁Rub", + "y" + ], + [ + "▁Ru", + "by" + ], + [ + "▁\"../", + "../" + ], + [ + "▁\"", + "../../" + ], + [ + "▁influencia", + "da" + ], + [ + "▁influenci", + "ada" + ], + [ + "▁influ", + "enciada" + ], + [ + "▁Tu", + "m" + ], + [ + "▁T", + "um" + ], + [ + "▁Ten", + "t" + ], + [ + "▁Te", + "nt" + ], + [ + "▁T", + "ent" + ], + [ + "▁Fin", + "land" + ], + [ + "▁European", + "s" + ], + [ + "▁Europe", + "ans" + ], + [ + "\")", + ":" + ], + [ + "\"", + "):" + ], + [ + "▁man", + "cha" + ], + [ + "▁Telesc", + "ope" + ], + [ + "▁Tele", + "scope" + ], + [ + "▁Cax", + "ias" + ], + [ + "▁sucesso", + "r" + ], + [ + "▁sucess", + "or" + ], + [ + "▁suc", + "essor" + ], + [ + "09", + "4" + ], + [ + "0", + "94" + ], + [ + "▁rót", + "ulo" + ], + [ + "▁sup", + "pliers" + ], + [ + "▁S", + "ql" + ], + [ + "▁", + "Sql" + ], + [ + "▁comp", + "elling" + ], + [ + "▁espect", + "ador" + ], + [ + "▁report", + "agens" + ], + [ + "V", + "B" + ], + [ + "RI", + "X" + ], + [ + "R", + "IX" + ], + [ + "Rep", + "ly" + ], + [ + "Re", + "ply" + ], + [ + "▁divert", + "ir" + ], + [ + "▁diver", + "tir" + ], + [ + "▁ver", + "n" + ], + [ + "▁ve", + "rn" + ], + [ + "▁v", + "ern" + ], + [ + "▁", + "vern" + ], + [ + "▁Institu", + "cional" + ], + [ + "▁confi", + "abilidade" + ], + [ + "▁conf", + "iabilidade" + ], + [ + "olo", + "n" + ], + [ + "ol", + "on" + ], + [ + "o", + "lon" + ], + [ + "▁fiz", + "esse" + ], + [ + "▁CN", + "N" + ], + [ + "▁C", + "NN" + ], + [ + "iança", + "s" + ], + [ + "ian", + "ças" + ], + [ + "i", + "anças" + ], + [ + "▁liberal", + "ismo" + ], + [ + "▁trop", + "e" + ], + [ + "▁tro", + "pe" + ], + [ + "▁tr", + "ope" + ], + [ + "▁mamm", + "al" + ], + [ + "▁mam", + "mal" + ], + [ + "▁DESENVOL", + "VIMENTO" + ], + [ + "iter", + "ói" + ], + [ + "▁Guatem", + "ala" + ], + [ + "▁Nan", + "o" + ], + [ + "▁Na", + "no" + ], + [ + "▁N", + "ano" + ], + [ + "▁quarto", + "s" + ], + [ + "▁quart", + "os" + ], + [ + "▁quar", + "tos" + ], + [ + "▁graphic", + "al" + ], + [ + "▁graph", + "ical" + ], + [ + "▁inaugu", + "rada" + ], + [ + "▁inaug", + "urada" + ], + [ + "▁'1", + "6" + ], + [ + "▁'", + "16" + ], + [ + "▁preciso", + "u" + ], + [ + "▁precis", + "ou" + ], + [ + "▁zo", + "o" + ], + [ + "▁z", + "oo" + ], + [ + "▁el", + "it" + ], + [ + "▁e", + "lit" + ], + [ + "▁spring", + "s" + ], + [ + "▁spr", + "ings" + ], + [ + "▁projetado", + "s" + ], + [ + "▁projet", + "ados" + ], + [ + "can", + "vas" + ], + [ + "ff", + "in" + ], + [ + "f", + "fin" + ], + [ + "▁tornar", + "á" + ], + [ + "▁torn", + "ará" + ], + [ + "tu", + "be" + ], + [ + "t", + "ube" + ], + [ + "ffect", + "ed" + ], + [ + "ffe", + "cted" + ], + [ + "ff", + "ected" + ], + [ + "▁conto", + "rn" + ], + [ + "▁cont", + "orn" + ], + [ + "▁SS", + "L" + ], + [ + "▁S", + "SL" + ], + [ + "▁", + "SSL" + ], + [ + "▁Amb", + "as" + ], + [ + "▁Am", + "bas" + ], + [ + "Token", + "Type" + ], + [ + "(\"", + "[" + ], + [ + "▁", + "ра" + ], + [ + "liv", + "e" + ], + [ + "li", + "ve" + ], + [ + "l", + "ive" + ], + [ + "rec", + "v" + ], + [ + "re", + "cv" + ], + [ + "▁proc", + "l" + ], + [ + "▁pro", + "cl" + ], + [ + "▁pr", + "ocl" + ], + [ + "Mo", + "st" + ], + [ + "M", + "ost" + ], + [ + "Cho", + "ice" + ], + [ + "▁fest", + "ivais" + ], + [ + "▁inherit", + "ance" + ], + [ + "▁inher", + "itance" + ], + [ + "anc", + "o" + ], + [ + "an", + "co" + ], + [ + "Intern", + "et" + ], + [ + "Inter", + "net" + ], + [ + "▁med", + "alha" + ], + [ + "▁'0", + "'" + ], + [ + "▁'", + "0'" + ], + [ + "▁hered", + "it" + ], + [ + "▁here", + "dit" + ], + [ + "▁her", + "edit" + ], + [ + "▁he", + "redit" + ], + [ + "▁Go", + "s" + ], + [ + "▁G", + "os" + ], + [ + "ist", + "le" + ], + [ + "is", + "tle" + ], + [ + "▁a", + "egypti" + ], + [ + "▁grocer", + "y" + ], + [ + "bas", + "is" + ], + [ + "ba", + "sis" + ], + [ + "b", + "asis" + ], + [ + "▁195", + "7" + ], + [ + "▁19", + "57" + ], + [ + "▁Result", + "ado" + ], + [ + "40", + ":" + ], + [ + "4", + "0:" + ], + [ + "▁Ac", + "ab" + ], + [ + "▁A", + "cab" + ], + [ + "▁sup", + "or" + ], + [ + "▁su", + "por" + ], + [ + "g", + "m" + ], + [ + "▁intoxic", + "ação" + ], + [ + "▁daughter", + "s" + ], + [ + "▁da", + "ughters" + ], + [ + "pa", + "c" + ], + [ + "p", + "ac" + ], + [ + "▁support", + "ive" + ], + [ + "▁Alg", + "ar" + ], + [ + "▁Al", + "gar" + ], + [ + "▁Men", + "t" + ], + [ + "▁Me", + "nt" + ], + [ + "▁M", + "ent" + ], + [ + "▁for", + "k" + ], + [ + "▁fo", + "rk" + ], + [ + "▁f", + "ork" + ], + [ + "▁sinta", + "m" + ], + [ + "▁sint", + "am" + ], + [ + "▁qualit", + "ativa" + ], + [ + "▁qual", + "itativa" + ], + [ + "▁enh", + "ancing" + ], + [ + "▁obstru", + "ção" + ], + [ + "▁ob", + "strução" + ], + [ + "24", + "3" + ], + [ + "2", + "43" + ], + [ + "ENTE", + "S" + ], + [ + "ENT", + "ES" + ], + [ + "E", + "NTES" + ], + [ + "▁má", + "rt" + ], + [ + "▁C", + "ACHE" + ], + [ + "▁arred", + "ores" + ], + [ + "▁arr", + "edores" + ], + [ + "▁ar", + "redores" + ], + [ + "▁financi", + "ng" + ], + [ + "▁finan", + "cing" + ], + [ + "▁fin", + "ancing" + ], + [ + "mot", + "her" + ], + [ + "mo", + "ther" + ], + [ + "m", + "other" + ], + [ + "/3", + "0" + ], + [ + "/", + "30" + ], + [ + "▁obt", + "endo" + ], + [ + "▁Har", + "bor" + ], + [ + "▁an", + "cor" + ], + [ + "▁Th", + "ailand" + ], + [ + "▁CI", + "A" + ], + [ + "▁C", + "IA" + ], + [ + "▁", + "CIA" + ], + [ + "▁acontecer", + "am" + ], + [ + "▁acontece", + "ram" + ], + [ + "▁acontec", + "eram" + ], + [ + "▁beam", + "s" + ], + [ + "▁be", + "ams" + ], + [ + "▁Regard", + "less" + ], + [ + "▁specify", + "ing" + ], + [ + "▁spec", + "ifying" + ], + [ + "▁replic", + "ation" + ], + [ + "▁re", + "plication" + ], + [ + "ans", + "en" + ], + [ + "an", + "sen" + ], + [ + "▁volunt", + "ariado" + ], + [ + "▁ov", + "en" + ], + [ + "▁o", + "ven" + ], + [ + "▁", + "oven" + ], + [ + "▁desp", + "r" + ], + [ + "▁des", + "pr" + ], + [ + "▁drama", + "t" + ], + [ + "▁dram", + "at" + ], + [ + "▁dra", + "mat" + ], + [ + "▁sp", + "ider" + ], + [ + "▁decis", + "iva" + ], + [ + "uado", + "s" + ], + [ + "ua", + "dos" + ], + [ + "u", + "ados" + ], + [ + "▁Her", + "bert" + ], + [ + "▁ir", + "respons" + ], + [ + "07", + "0" + ], + [ + "0", + "70" + ], + [ + "iforme", + "s" + ], + [ + "iform", + "es" + ], + [ + "▁ad", + "itivos" + ], + [ + "▁(3", + "1)" + ], + [ + "▁inset", + "o" + ], + [ + "▁ins", + "eto" + ], + [ + "VA", + "TE" + ], + [ + "V", + "ATE" + ], + [ + "12", + ";" + ], + [ + "1", + "2;" + ], + [ + "23", + "5" + ], + [ + "2", + "35" + ], + [ + "see", + "n" + ], + [ + "se", + "en" + ], + [ + "s", + "een" + ], + [ + "▁Mu", + "ita" + ], + [ + "▁servi", + "do" + ], + [ + "▁serv", + "ido" + ], + [ + "▁ser", + "vido" + ], + [ + "▁agre", + "d" + ], + [ + "▁agr", + "ed" + ], + [ + "▁ag", + "red" + ], + [ + "▁a", + "gred" + ], + [ + "ur", + "p" + ], + [ + "u", + "rp" + ], + [ + "▁abs", + "c" + ], + [ + "▁ab", + "sc" + ], + [ + "âm", + "ina" + ], + [ + "â", + "mina" + ], + [ + "▁fr", + "aturas" + ], + [ + "▁B", + "G" + ], + [ + "▁", + "BG" + ], + [ + "▁Os", + "te" + ], + [ + "▁O", + "ste" + ], + [ + "▁Princip", + "le" + ], + [ + "▁Princ", + "iple" + ], + [ + "▁Prin", + "ciple" + ], + [ + "▁com", + "endo" + ], + [ + "▁Strateg", + "ies" + ], + [ + "Sal", + "es" + ], + [ + "Sa", + "les" + ], + [ + "S", + "ales" + ], + [ + "assert", + "Equal" + ], + [ + "▁access", + "ibility" + ], + [ + "▁á", + "car" + ], + [ + "▁fil", + "osof" + ], + [ + "CT", + "YPE" + ], + [ + "C", + "TYPE" + ], + [ + "▁Babil", + "ônia" + ], + [ + "▁Cole", + "ção" + ], + [ + "▁Mont", + "ana" + ], + [ + "go", + "l" + ], + [ + "g", + "ol" + ], + [ + "und", + "i" + ], + [ + "un", + "di" + ], + [ + "▁interessa", + "r" + ], + [ + "▁interess", + "ar" + ], + [ + "axi", + "a" + ], + [ + "ax", + "ia" + ], + [ + "a", + "xia" + ], + [ + "▁ps", + "y" + ], + [ + "▁p", + "sy" + ], + [ + "▁", + "psy" + ], + [ + "occ", + "up" + ], + [ + "oc", + "cup" + ], + [ + "▁Inv", + "erno" + ], + [ + "▁In", + "verno" + ], + [ + "▁Bo", + "g" + ], + [ + "▁B", + "og" + ], + [ + "Sort", + "ed" + ], + [ + "S", + "orted" + ], + [ + "▁rép", + "teis" + ], + [ + "▁praticado", + "s" + ], + [ + "▁pratica", + "dos" + ], + [ + "▁pratic", + "ados" + ], + [ + "▁propos", + "ition" + ], + [ + "▁pro", + "position" + ], + [ + "▁dign", + "ity" + ], + [ + "▁desord", + "em" + ], + [ + "▁De", + "pressão" + ], + [ + "▁im", + "itar" + ], + [ + "▁Tre", + "inamento" + ], + [ + "▁^", + "0." + ], + [ + "▁Document", + "s" + ], + [ + "▁Doc", + "uments" + ], + [ + "▁", + "Documents" + ], + [ + "read", + "ing" + ], + [ + "rea", + "ding" + ], + [ + "re", + "ading" + ], + [ + "▁Cal", + "c" + ], + [ + "▁Ca", + "lc" + ], + [ + "▁", + "Calc" + ], + [ + "88", + ")" + ], + [ + "8", + "8)" + ], + [ + "808000", + "808000" + ], + [ + "ж", + "е" + ], + [ + "▁198", + "1" + ], + [ + "▁19", + "81" + ], + [ + "▁semic", + "on" + ], + [ + "▁semi", + "con" + ], + [ + "▁sem", + "icon" + ], + [ + "747", + "4" + ], + [ + "74", + "74" + ], + [ + "gre", + "at" + ], + [ + "g", + "reat" + ], + [ + "▁Corn", + "ell" + ], + [ + "▁imper", + "ative" + ], + [ + "▁Idea", + "s" + ], + [ + "▁Ide", + "as" + ], + [ + "▁Id", + "eas" + ], + [ + "▁adversário", + "s" + ], + [ + "▁advers", + "ários" + ], + [ + "▁worth", + "y" + ], + [ + "▁wor", + "thy" + ], + [ + "▁", + "worthy" + ], + [ + "▁depth", + "s" + ], + [ + "▁dep", + "ths" + ], + [ + "ase", + "r" + ], + [ + "as", + "er" + ], + [ + "a", + "ser" + ], + [ + "▁Ra", + "j" + ], + [ + "▁R", + "aj" + ], + [ + "33", + ":" + ], + [ + "3", + "3:" + ], + [ + "á", + "us" + ], + [ + "▁ter", + "íamos" + ], + [ + "▁Card", + "s" + ], + [ + "▁Car", + "ds" + ], + [ + "▁C", + "ards" + ], + [ + "Cur", + "rency" + ], + [ + "▁advert", + "is" + ], + [ + "▁var", + "e" + ], + [ + "▁va", + "re" + ], + [ + "▁v", + "are" + ], + [ + "▁", + "vare" + ], + [ + "▁mold", + "ar" + ], + [ + "▁mol", + "dar" + ], + [ + "▁Capit", + "ão" + ], + [ + "▁press", + "a" + ], + [ + "▁pres", + "sa" + ], + [ + "▁pr", + "essa" + ], + [ + "▁adm", + "ission" + ], + [ + "▁ad", + "mission" + ], + [ + "▁iria", + "m" + ], + [ + "▁ir", + "iam" + ], + [ + "▁i", + "riam" + ], + [ + "▁", + "iriam" + ], + [ + "400.000", + "\",\"" + ], + [ + "\":\"2.", + "400.000\",\"" + ], + [ + "oqu", + "ial" + ], + [ + "▁un", + "treated" + ], + [ + "oub", + "ted" + ], + [ + "▁Mad", + "ison" + ], + [ + "▁Ma", + "dison" + ], + [ + "0.0.", + "0" + ], + [ + "0.0", + ".0" + ], + [ + "0.", + "0.0" + ], + [ + "▁Luiz", + "a" + ], + [ + "▁Lu", + "iza" + ], + [ + "▁auto", + "im" + ], + [ + "▁conservador", + "es" + ], + [ + "▁conserv", + "adores" + ], + [ + "oc", + "ene" + ], + [ + "▁afet", + "ivo" + ], + [ + "/2", + "4" + ], + [ + "/", + "24" + ], + [ + "ipe", + "r" + ], + [ + "ip", + "er" + ], + [ + "i", + "per" + ], + [ + "▁RS", + "S" + ], + [ + "▁R", + "SS" + ], + [ + "▁time", + "ly" + ], + [ + "▁tim", + "ely" + ], + [ + "*", + "4" + ], + [ + "Mar", + "ch" + ], + [ + "M", + "arch" + ], + [ + "▁20,", + "000" + ], + [ + "▁2", + "0,000" + ], + [ + "▁Gu", + "y" + ], + [ + "▁G", + "uy" + ], + [ + "▁médio", + "s" + ], + [ + "▁méd", + "ios" + ], + [ + "▁m", + "édios" + ], + [ + "▁can", + "eta" + ], + [ + "pi", + "x" + ], + [ + "p", + "ix" + ], + [ + "TO", + "KEN" + ], + [ + "▁vela", + "s" + ], + [ + "▁vel", + "as" + ], + [ + "▁ve", + "las" + ], + [ + "▁v", + "elas" + ], + [ + "alg", + "ebra" + ], + [ + "al", + "gebra" + ], + [ + "EMA", + "T" + ], + [ + "EM", + "AT" + ], + [ + "E", + "MAT" + ], + [ + "mar", + "t" + ], + [ + "ma", + "rt" + ], + [ + "m", + "art" + ], + [ + "▁traz", + "ia" + ], + [ + "▁tra", + "zia" + ], + [ + "áut", + "ica" + ], + [ + "▁Mil", + "e" + ], + [ + "▁Mi", + "le" + ], + [ + "▁M", + "ile" + ], + [ + "trans", + "late" + ], + [ + "▁pare", + "cida" + ], + [ + "▁par", + "ecida" + ], + [ + "▁harvest", + "ed" + ], + [ + "▁La", + "c" + ], + [ + "▁L", + "ac" + ], + [ + "▁Ric", + "e" + ], + [ + "▁Ri", + "ce" + ], + [ + "▁R", + "ice" + ], + [ + "▁doc", + "s" + ], + [ + "▁do", + "cs" + ], + [ + "▁", + "docs" + ], + [ + "▁Beij", + "ing" + ], + [ + "▁spirit", + "s" + ], + [ + "▁spir", + "its" + ], + [ + "12", + "'," + ], + [ + "1", + "2'," + ], + [ + "▁(3", + "5" + ], + [ + "▁(", + "35" + ], + [ + "▁Prote", + "ct" + ], + [ + "▁Prot", + "ect" + ], + [ + "Re", + "gression" + ], + [ + "K", + "I" + ], + [ + "command", + "s" + ], + [ + "comm", + "ands" + ], + [ + "▁analis", + "ou" + ], + [ + "4.", + "2" + ], + [ + "4", + ".2" + ], + [ + "▁fala", + "s" + ], + [ + "▁fal", + "as" + ], + [ + "▁fa", + "las" + ], + [ + "▁f", + "alas" + ], + [ + "Alg", + "orithm" + ], + [ + "▁Conta", + "ins" + ], + [ + "▁Cont", + "ains" + ], + [ + "▁Con", + "tains" + ], + [ + "▁", + "Contains" + ], + [ + "▁ie", + "rr" + ], + [ + "▁i", + "err" + ], + [ + "▁", + "ierr" + ], + [ + "▁Sampa", + "io" + ], + [ + "▁funcionalidade", + "s" + ], + [ + "▁funcional", + "idades" + ], + [ + "Route", + "r" + ], + [ + "Rout", + "er" + ], + [ + "Ro", + "uter" + ], + [ + "R", + "outer" + ], + [ + "▁Dis", + "crete" + ], + [ + "▁pin", + "g" + ], + [ + "▁pi", + "ng" + ], + [ + "▁p", + "ing" + ], + [ + "▁", + "ping" + ], + [ + "▁1983", + "," + ], + [ + "▁198", + "3," + ], + [ + "▁19", + "83," + ], + [ + "▁Art", + "ic" + ], + [ + "▁Ar", + "tic" + ], + [ + "▁om", + "issão" + ], + [ + "▁o", + "missão" + ], + [ + "▁audit", + "ivo" + ], + [ + "▁aud", + "itivo" + ], + [ + "▁Div", + "ina" + ], + [ + "xs", + "d" + ], + [ + "x", + "sd" + ], + [ + "Qu", + "ad" + ], + [ + "Re", + "ason" + ], + [ + "▁jun", + "ction" + ], + [ + "▁j", + "unction" + ], + [ + "▁short", + "cut" + ], + [ + "Re", + "v" + ], + [ + "R", + "ev" + ], + [ + "▁YOU", + "R" + ], + [ + "▁Y", + "OUR" + ], + [ + "▁pose", + "d" + ], + [ + "▁pos", + "ed" + ], + [ + "▁po", + "sed" + ], + [ + "▁p", + "osed" + ], + [ + "▁", + "posed" + ], + [ + "▁purific", + "ação" + ], + [ + "▁pur", + "ificação" + ], + [ + "▁pu", + "rificação" + ], + [ + "▁−", + "1" + ], + [ + "▁", + "−1" + ], + [ + "▁Fran", + "z" + ], + [ + "▁Fra", + "nz" + ], + [ + "▁requis", + "ito" + ], + [ + "▁Ai", + "ds" + ], + [ + "▁A", + "ids" + ], + [ + "▁Sara", + "iva" + ], + [ + "▁marcar", + "am" + ], + [ + "▁marca", + "ram" + ], + [ + "▁marc", + "aram" + ], + [ + "*>", + "(" + ], + [ + "*", + ">(" + ], + [ + "imm", + "er" + ], + [ + "im", + "mer" + ], + [ + "▁cle", + "ver" + ], + [ + "▁cl", + "ever" + ], + [ + "▁tact", + "ics" + ], + [ + "▁altera", + "da" + ], + [ + "▁alter", + "ada" + ], + [ + "▁inform", + "ative" + ], + [ + "▁metab", + "ólica" + ], + [ + "▁sur", + "do" + ], + [ + "▁vin", + "agre" + ], + [ + "Byte", + "String" + ], + [ + "ul", + "k" + ], + [ + "quist", + "a" + ], + [ + "quis", + "ta" + ], + [ + "qui", + "sta" + ], + [ + "qu", + "ista" + ], + [ + "mu", + "n" + ], + [ + "m", + "un" + ], + [ + "▁ench", + "er" + ], + [ + "▁enc", + "her" + ], + [ + "▁en", + "cher" + ], + [ + "▁Ju", + "s" + ], + [ + "▁J", + "us" + ], + [ + "▁Compre", + "h" + ], + [ + "▁Compr", + "eh" + ], + [ + "F", + "u" + ], + [ + "39", + ":" + ], + [ + "3", + "9:" + ], + [ + "59", + "4" + ], + [ + "5", + "94" + ], + [ + "▁lá", + "ct" + ], + [ + "Serial", + "ize" + ], + [ + "Ser", + "ialize" + ], + [ + "S", + "erialize" + ], + [ + "++++++++", + "++++++++" + ], + [ + "▁he", + "ur" + ], + [ + "▁h", + "eur" + ], + [ + "▁hi", + "re" + ], + [ + "▁h", + "ire" + ], + [ + "▁", + "hire" + ], + [ + "▁repro", + "du" + ], + [ + "▁rep", + "rodu" + ], + [ + "adi", + "r" + ], + [ + "ad", + "ir" + ], + [ + "a", + "dir" + ], + [ + "▁Cl", + "os" + ], + [ + "▁C", + "los" + ], + [ + "▁Rac", + "hel" + ], + [ + "▁R", + "achel" + ], + [ + "▁Message", + "s" + ], + [ + "▁Mess", + "ages" + ], + [ + "▁M", + "essages" + ], + [ + "▁", + "Messages" + ], + [ + "▁retro", + "spect" + ], + [ + "▁retr", + "ospect" + ], + [ + "▁Na", + "ção" + ], + [ + "▁N", + "ação" + ], + [ + "▁compromet", + "ido" + ], + [ + "▁", + "ü" + ], + [ + "Gu", + "ard" + ], + [ + "/", + "#" + ], + [ + "▁monop", + "ólio" + ], + [ + "▁bus", + "h" + ], + [ + "▁bu", + "sh" + ], + [ + "▁b", + "ush" + ], + [ + "▁Aqui", + "no" + ], + [ + "▁Aqu", + "ino" + ], + [ + "R", + "W" + ], + [ + "▁ar", + "o" + ], + [ + "▁a", + "ro" + ], + [ + "▁", + "aro" + ], + [ + "▁interpretation", + "s" + ], + [ + "▁interpret", + "ations" + ], + [ + "▁57", + "," + ], + [ + "▁5", + "7," + ], + [ + "▁", + "57," + ], + [ + "ze", + "ma" + ], + [ + "z", + "ema" + ], + [ + "────", + "────" + ], + [ + "▁typ", + "ingsSlinky" + ], + [ + "▁esclar", + "ecimento" + ], + [ + "inc", + "ia" + ], + [ + "in", + "cia" + ], + [ + "i", + "ncia" + ], + [ + "▁Reg", + "istro" + ], + [ + "▁invest", + "ido" + ], + [ + "▁antiga", + "mente" + ], + [ + "▁antig", + "amente" + ], + [ + "nes", + "t" + ], + [ + "ne", + "st" + ], + [ + "n", + "est" + ], + [ + "Re", + "n" + ], + [ + "R", + "en" + ], + [ + "cur", + "ve" + ], + [ + "▁Je", + "ová" + ], + [ + "▁devia", + "m" + ], + [ + "▁devi", + "am" + ], + [ + "▁dev", + "iam" + ], + [ + "▁de", + "viam" + ], + [ + "FCFC", + "FCFC" + ], + [ + "▁tamp", + "a" + ], + [ + "▁tam", + "pa" + ], + [ + "▁t", + "ampa" + ], + [ + "▁aerop", + "orto" + ], + [ + "re", + "o" + ], + [ + "r", + "eo" + ], + [ + "][", + "1]" + ], + [ + "]", + "[1]" + ], + [ + "▁mito", + "c" + ], + [ + "▁mit", + "oc" + ], + [ + "▁mi", + "toc" + ], + [ + "▁pal", + "adar" + ], + [ + "▁P", + "U" + ], + [ + "▁", + "PU" + ], + [ + "isse", + "t" + ], + [ + "iss", + "et" + ], + [ + "is", + "set" + ], + [ + "▁1986", + "." + ], + [ + "▁198", + "6." + ], + [ + "▁19", + "86." + ], + [ + "▁reduzido", + "s" + ], + [ + "▁reduz", + "idos" + ], + [ + "n", + "ã" + ], + [ + "▁C", + "enso" + ], + [ + "▁sci", + "py" + ], + [ + "▁s", + "cipy" + ], + [ + "▁enroll", + "ed" + ], + [ + "▁enrol", + "led" + ], + [ + "izava", + "m" + ], + [ + "iza", + "vam" + ], + [ + "iz", + "avam" + ], + [ + "▁figure", + "d" + ], + [ + "▁figur", + "ed" + ], + [ + "▁fig", + "ured" + ], + [ + "▁despe", + "ito" + ], + [ + "▁desp", + "eito" + ], + [ + "▁de", + "allocate" + ], + [ + "▁chunk", + "s" + ], + [ + "▁ch", + "unks" + ], + [ + "']", + "]" + ], + [ + "'", + "]]" + ], + [ + "▁imp", + "ar" + ], + [ + "▁im", + "par" + ], + [ + "▁fun", + "eral" + ], + [ + "▁pron", + "úncia" + ], + [ + "_1", + "5" + ], + [ + "_", + "15" + ], + [ + "▁Braga", + "n" + ], + [ + "▁Bra", + "gan" + ], + [ + "▁Br", + "agan" + ], + [ + "▁Ug", + "anda" + ], + [ + "C", + "Y" + ], + [ + "▁Graph", + "s" + ], + [ + "Ph", + "oto" + ], + [ + "▁Bar", + "ão" + ], + [ + "▁Ba", + "rão" + ], + [ + "▁B", + "arão" + ], + [ + "▁vent", + "ure" + ], + [ + "▁Mos", + "cou" + ], + [ + "▁aperfeiço", + "ar" + ], + [ + "Ent", + "ão" + ], + [ + "▁Dynamic", + "s" + ], + [ + "▁D", + "ynamics" + ], + [ + "ecer", + "am" + ], + [ + "ece", + "ram" + ], + [ + "ec", + "eram" + ], + [ + "gener", + "ação" + ], + [ + "gene", + "ração" + ], + [ + "gen", + "eração" + ], + [ + "▁Cro", + "n" + ], + [ + "▁Cr", + "on" + ], + [ + "▁C", + "ron" + ], + [ + "▁post", + "ure" + ], + [ + "▁Hi", + "er" + ], + [ + "▁H", + "ier" + ], + [ + "▁etnia", + "s" + ], + [ + "▁etn", + "ias" + ], + [ + "▁disponibil", + "iza" + ], + [ + "sta", + "y" + ], + [ + "st", + "ay" + ], + [ + "▁AS", + "P" + ], + [ + "▁A", + "SP" + ], + [ + "▁eleg", + "er" + ], + [ + "▁ele", + "ger" + ], + [ + "Sw", + "ap" + ], + [ + "S", + "wap" + ], + [ + "▁Monitor", + "ing" + ], + [ + "▁MI", + "L" + ], + [ + "▁M", + "IL" + ], + [ + "▁Vit", + "al" + ], + [ + "▁Vi", + "tal" + ], + [ + "▁V", + "ital" + ], + [ + "▁indoor", + "s" + ], + [ + "▁indo", + "ors" + ], + [ + "▁in", + "doors" + ], + [ + "▁cl", + "ot" + ], + [ + "▁c", + "lot" + ], + [ + "▁guest", + "s" + ], + [ + "▁gu", + "ests" + ], + [ + "▁", + "∞" + ], + [ + "▁deg", + "ra" + ], + [ + "▁de", + "gra" + ], + [ + "▁conserv", + "a" + ], + [ + "12", + "1" + ], + [ + "1", + "21" + ], + [ + "▁holds", + "At" + ], + [ + "oda", + "l" + ], + [ + "od", + "al" + ], + [ + "o", + "dal" + ], + [ + "▁executado", + "s" + ], + [ + "▁executa", + "dos" + ], + [ + "▁execut", + "ados" + ], + [ + "▁intra", + "v" + ], + [ + "▁intr", + "av" + ], + [ + "▁int", + "rav" + ], + [ + "▁in", + "trav" + ], + [ + "▁ind", + "ução" + ], + [ + "▁in", + "dução" + ], + [ + "▁trabalham", + "os" + ], + [ + "▁trabalha", + "mos" + ], + [ + "▁trabalh", + "amos" + ], + [ + "▁trabal", + "hamos" + ], + [ + "▁utiliza", + "tion" + ], + [ + "▁utiliz", + "ation" + ], + [ + "▁util", + "ization" + ], + [ + "▁nascente", + "s" + ], + [ + "▁nasc", + "entes" + ], + [ + "St", + "amp" + ], + [ + "▁BO", + "OL" + ], + [ + "▁", + "BOOL" + ], + [ + "▁Man", + "s" + ], + [ + "▁Ma", + "ns" + ], + [ + "▁M", + "ans" + ], + [ + "ik", + "h" + ], + [ + "i", + "kh" + ], + [ + "▁o", + "w" + ], + [ + "▁", + "ow" + ], + [ + "via", + "m" + ], + [ + "vi", + "am" + ], + [ + "v", + "iam" + ], + [ + "Enumer", + "able" + ], + [ + "ter", + "a" + ], + [ + "te", + "ra" + ], + [ + "t", + "era" + ], + [ + "▁Or", + "t" + ], + [ + "▁O", + "rt" + ], + [ + "▁Pro", + "n" + ], + [ + "▁Pr", + "on" + ], + [ + "▁P", + "ron" + ], + [ + "▁che", + "ss" + ], + [ + "▁ch", + "ess" + ], + [ + "▁rel", + "uct" + ], + [ + "▁summar", + "ize" + ], + [ + "re", + "x" + ], + [ + "r", + "ex" + ], + [ + "7", + "\\" + ], + [ + "▁ex", + "uber" + ], + [ + "▁resident", + "e" + ], + [ + "▁resid", + "ente" + ], + [ + "▁res", + "idente" + ], + [ + "ret", + "ch" + ], + [ + "r", + "etch" + ], + [ + "?)", + "." + ], + [ + "?", + ")." + ], + [ + "▁TI", + "C" + ], + [ + "▁T", + "IC" + ], + [ + "▁", + "TIC" + ], + [ + "▁ser", + "um" + ], + [ + "▁se", + "rum" + ], + [ + "▁converg", + "e" + ], + [ + "▁conver", + "ge" + ], + [ + "▁conv", + "erge" + ], + [ + "▁regular", + "idade" + ], + [ + "La", + "unch" + ], + [ + "▁coron", + "el" + ], + [ + "▁coro", + "nel" + ], + [ + "▁as", + "bestos" + ], + [ + "▁distribu", + "ído" + ], + [ + "▁son", + "har" + ], + [ + "27", + ")" + ], + [ + "2", + "7)" + ], + [ + "▁lut", + "o" + ], + [ + "▁lu", + "to" + ], + [ + "▁l", + "uto" + ], + [ + "▁temple", + "s" + ], + [ + "▁temp", + "les" + ], + [ + "▁tem", + "ples" + ], + [ + "05", + ")" + ], + [ + "0", + "5)" + ], + [ + "▁revelar", + "am" + ], + [ + "▁revela", + "ram" + ], + [ + "▁revel", + "aram" + ], + [ + "▁arrecad", + "ação" + ], + [ + "▁Bay", + "es" + ], + [ + "▁Ba", + "yes" + ], + [ + "Resol", + "ver" + ], + [ + "Re", + "solver" + ], + [ + "▁val", + "iosa" + ], + [ + "▁adotado", + "s" + ], + [ + "▁adota", + "dos" + ], + [ + "▁adot", + "ados" + ], + [ + "▁brinc", + "ando" + ], + [ + "▁fortal", + "eza" + ], + [ + "elo", + "ng" + ], + [ + "el", + "ong" + ], + [ + "e", + "long" + ], + [ + "▁camis", + "a" + ], + [ + "▁cam", + "isa" + ], + [ + "▁pep", + "per" + ], + [ + "Sp", + "rite" + ], + [ + "S", + "prite" + ], + [ + "▁segura", + "r" + ], + [ + "▁segur", + "ar" + ], + [ + "▁segu", + "rar" + ], + [ + "▁seg", + "urar" + ], + [ + "▁viú", + "va" + ], + [ + "▁O", + "T" + ], + [ + "▁", + "OT" + ], + [ + "▁Estre", + "la" + ], + [ + "▁Estr", + "ela" + ], + [ + "▁Leop", + "old" + ], + [ + "▁imper", + "me" + ], + [ + "▁auxili", + "ando" + ], + [ + "▁auxil", + "iando" + ], + [ + "inj", + "ect" + ], + [ + "in", + "ject" + ], + [ + "▁Mis", + "ericórdia" + ], + [ + "6.", + "0" + ], + [ + "6", + ".0" + ], + [ + "ine", + "m" + ], + [ + "in", + "em" + ], + [ + "i", + "nem" + ], + [ + "▁PES", + "SO" + ], + [ + "▁P", + "ESSO" + ], + [ + "ab", + "b" + ], + [ + "a", + "bb" + ], + [ + "▁Arquivo", + "s" + ], + [ + "▁Arqu", + "ivos" + ], + [ + "ho", + "ven" + ], + [ + "h", + "oven" + ], + [ + "▁projet", + "ada" + ], + [ + "ole", + "n" + ], + [ + "ol", + "en" + ], + [ + "o", + "len" + ], + [ + "Cur", + "ve" + ], + [ + "▁derr", + "et" + ], + [ + "▁der", + "ret" + ], + [ + "▁law", + "yer" + ], + [ + "Rep", + "o" + ], + [ + "Re", + "po" + ], + [ + "▁Columb", + "us" + ], + [ + "x", + "ref" + ], + [ + "▁varia", + "bilidade" + ], + [ + "▁vari", + "abilidade" + ], + [ + "▁var", + "iabilidade" + ], + [ + "T", + "mp" + ], + [ + "▁H", + "L" + ], + [ + "▁", + "HL" + ], + [ + "▁palm", + "a" + ], + [ + "▁pal", + "ma" + ], + [ + "▁DIRE", + "CT" + ], + [ + "▁D", + "IRECT" + ], + [ + "▁", + "DIRECT" + ], + [ + "▁trade", + "m" + ], + [ + "▁trad", + "em" + ], + [ + "▁tra", + "dem" + ], + [ + "agua", + "r" + ], + [ + "agu", + "ar" + ], + [ + "ag", + "uar" + ], + [ + "MI", + "SS" + ], + [ + "M", + "ISS" + ], + [ + "▁cart", + "o" + ], + [ + "▁car", + "to" + ], + [ + "▁c", + "arto" + ], + [ + "▁prim", + "itivo" + ], + [ + "▁vincul", + "ada" + ], + [ + "▁cre", + "e" + ], + [ + "▁cr", + "ee" + ], + [ + "▁c", + "ree" + ], + [ + "antic", + "s" + ], + [ + "anti", + "cs" + ], + [ + "ant", + "ics" + ], + [ + "an", + "tics" + ], + [ + "▁uns", + "et" + ], + [ + "▁un", + "set" + ], + [ + "IBIL", + "ITY" + ], + [ + "▁193", + "7" + ], + [ + "▁19", + "37" + ], + [ + "▁nu", + "rt" + ], + [ + "▁n", + "urt" + ], + [ + "Mat", + "eus" + ], + [ + "M", + "ateus" + ], + [ + "▁sa", + "que" + ], + [ + "▁s", + "aque" + ], + [ + "▁pedest", + "res" + ], + [ + "▁ped", + "estres" + ], + [ + "▁disfun", + "ção" + ], + [ + "▁constitute", + "s" + ], + [ + "▁constitut", + "es" + ], + [ + "▁constitu", + "tes" + ], + [ + "▁coorden", + "ado" + ], + [ + "▁21", + "8" + ], + [ + "▁2", + "18" + ], + [ + "▁", + "218" + ], + [ + "▁ME", + "L" + ], + [ + "▁M", + "EL" + ], + [ + "out", + "ro" + ], + [ + "ou", + "tro" + ], + [ + "rin", + "os" + ], + [ + "ri", + "nos" + ], + [ + "r", + "inos" + ], + [ + "ente", + "na" + ], + [ + "ent", + "ena" + ], + [ + "▁(18", + ")" + ], + [ + "▁(1", + "8)" + ], + [ + "▁(", + "18)" + ], + [ + "iabil", + "ities" + ], + [ + "iab", + "ilities" + ], + [ + "i", + "abilities" + ], + [ + "gui", + "d" + ], + [ + "gu", + "id" + ], + [ + "g", + "uid" + ], + [ + "▁Antig", + "uidade" + ], + [ + "▁Ant", + "iguidade" + ], + [ + "Cu", + "t" + ], + [ + "C", + "ut" + ], + [ + "METH", + "OD" + ], + [ + "▁nam", + "ing" + ], + [ + "▁na", + "ming" + ], + [ + "▁n", + "aming" + ], + [ + "▁tour", + "ist" + ], + [ + "▁tou", + "rist" + ], + [ + "ros", + "is" + ], + [ + "ro", + "sis" + ], + [ + "r", + "osis" + ], + [ + "▁el", + "apsed" + ], + [ + "▁", + "elapsed" + ], + [ + "son", + "ian" + ], + [ + "s", + "onian" + ], + [ + "iche", + "r" + ], + [ + "ich", + "er" + ], + [ + "ic", + "her" + ], + [ + "i", + "cher" + ], + [ + "▁Far", + "ia" + ], + [ + "▁Fa", + "ria" + ], + [ + "▁F", + "aria" + ], + [ + "▁short", + "age" + ], + [ + "▁'201", + "6" + ], + [ + "▁'2", + "016" + ], + [ + "▁'", + "2016" + ], + [ + "▁collision", + "s" + ], + [ + "▁coll", + "isions" + ], + [ + "▁Aplic", + "ada" + ], + [ + "85", + ")" + ], + [ + "8", + "5)" + ], + [ + "ada", + "l" + ], + [ + "ad", + "al" + ], + [ + "a", + "dal" + ], + [ + "▁replic", + "ate" + ], + [ + "▁repl", + "icate" + ], + [ + "▁re", + "plicate" + ], + [ + "▁Astronom", + "ia" + ], + [ + "▁Astr", + "onomia" + ], + [ + "▁contribut", + "or" + ], + [ + "▁contribu", + "tor" + ], + [ + "▁cont", + "ributor" + ], + [ + "11)", + "." + ], + [ + "11", + ")." + ], + [ + "1", + "1)." + ], + [ + "Sche", + "dule" + ], + [ + "▁Cogn", + "itive" + ], + [ + "IM", + "O" + ], + [ + "I", + "MO" + ], + [ + "▁Sam", + "ba" + ], + [ + "▁S", + "amba" + ], + [ + "▁Estratég", + "ia" + ], + [ + "▁gri", + "to" + ], + [ + "▁gr", + "ito" + ], + [ + "▁g", + "rito" + ], + [ + "Me", + "u" + ], + [ + "M", + "eu" + ], + [ + "NA", + "S" + ], + [ + "N", + "AS" + ], + [ + "(50", + ")" + ], + [ + "(5", + "0)" + ], + [ + "(", + "50)" + ], + [ + "▁just", + "ified" + ], + [ + "▁", + "م" + ], + [ + "cel", + "and" + ], + [ + "ce", + "land" + ], + [ + "c", + "eland" + ], + [ + "▁Av", + "anç" + ], + [ + "▁gra", + "zing" + ], + [ + "▁assimil", + "ação" + ], + [ + "▁assim", + "ilação" + ], + [ + "▁infec", + "ciosas" + ], + [ + "▁out", + "s" + ], + [ + "▁ou", + "ts" + ], + [ + "▁o", + "uts" + ], + [ + "▁", + "outs" + ], + [ + "▁redu", + "t" + ], + [ + "▁red", + "ut" + ], + [ + "▁re", + "dut" + ], + [ + "▁concil", + "iar" + ], + [ + "▁conc", + "iliar" + ], + [ + "▁background", + "s" + ], + [ + "▁emb", + "ut" + ], + [ + "▁em", + "but" + ], + [ + "gl", + "ut" + ], + [ + "▁mis", + "c" + ], + [ + "▁mi", + "sc" + ], + [ + "▁m", + "isc" + ], + [ + "▁well", + "being" + ], + [ + "sim", + "ilar" + ], + [ + "▁esper", + "e" + ], + [ + "▁esp", + "ere" + ], + [ + "▁cirúrg", + "ico" + ], + [ + "▁Pit", + "ts" + ], + [ + "▁gerador", + "es" + ], + [ + "▁gerado", + "res" + ], + [ + "▁ger", + "adores" + ], + [ + "▁Ban", + "c" + ], + [ + "▁Ba", + "nc" + ], + [ + "▁B", + "anc" + ], + [ + "▁Ben", + "t" + ], + [ + "▁Be", + "nt" + ], + [ + "▁B", + "ent" + ], + [ + "05", + ":" + ], + [ + "0", + "5:" + ], + [ + "▁k", + "o" + ], + [ + "▁", + "ko" + ], + [ + "▁o", + "C" + ], + [ + "▁", + "oC" + ], + [ + "pt", + "ic" + ], + [ + "p", + "tic" + ], + [ + "ó", + "col" + ], + [ + "▁det", + "ém" + ], + [ + "▁$", + "8" + ], + [ + "▁Log", + "in" + ], + [ + "▁Lo", + "gin" + ], + [ + "▁", + "Login" + ], + [ + "▁Mont", + "real" + ], + [ + "▁I", + "an" + ], + [ + "ert", + "z" + ], + [ + "er", + "tz" + ], + [ + "rev", + "e" + ], + [ + "re", + "ve" + ], + [ + "▁Am", + "e" + ], + [ + "▁A", + "me" + ], + [ + "rolog", + "y" + ], + [ + "rol", + "ogy" + ], + [ + "r", + "ology" + ], + [ + "▁esp", + "or" + ], + [ + "▁es", + "por" + ], + [ + "▁Guard", + "ian" + ], + [ + "v", + "p" + ], + [ + "▁vant", + "a" + ], + [ + "▁van", + "ta" + ], + [ + "▁v", + "anta" + ], + [ + "▁pat", + "ience" + ], + [ + "vare", + "psilon" + ], + [ + "var", + "epsilon" + ], + [ + "▁enunci", + "ado" + ], + [ + "▁Pra", + "g" + ], + [ + "▁Pr", + "ag" + ], + [ + "▁P", + "rag" + ], + [ + "▁Ste", + "r" + ], + [ + "▁St", + "er" + ], + [ + "▁S", + "ter" + ], + [ + ".", + "&" + ], + [ + "Sa", + "t" + ], + [ + "S", + "at" + ], + [ + "SER", + "VER" + ], + [ + "pe", + "ace" + ], + [ + "▁MUS", + "IC" + ], + [ + "▁na", + "p" + ], + [ + "▁n", + "ap" + ], + [ + "▁tran", + "qü" + ], + [ + "▁trein", + "ador" + ], + [ + "▁autônomo", + "s" + ], + [ + "▁autôn", + "omos" + ], + [ + "▁nation", + "wide" + ], + [ + "▁Pe", + "p" + ], + [ + "▁P", + "ep" + ], + [ + "▁Vi", + "l" + ], + [ + "▁V", + "il" + ], + [ + "▁forne", + "cido" + ], + [ + "▁forn", + "ecido" + ], + [ + "ARE", + "D" + ], + [ + "AR", + "ED" + ], + [ + "A", + "RED" + ], + [ + "▁America", + "s" + ], + [ + "▁Americ", + "as" + ], + [ + "▁Amer", + "icas" + ], + [ + "▁cur", + "t" + ], + [ + "▁cu", + "rt" + ], + [ + "▁c", + "urt" + ], + [ + "uten", + "ant" + ], + [ + "ute", + "nant" + ], + [ + "ut", + "enant" + ], + [ + "▁occasion", + "al" + ], + [ + "▁occas", + "ional" + ], + [ + "apeuta", + "s" + ], + [ + "apeut", + "as" + ], + [ + "ape", + "utas" + ], + [ + "▁Hunt", + "ing" + ], + [ + "▁Hun", + "ting" + ], + [ + "▁H", + "unting" + ], + [ + "▁ret", + "órica" + ], + [ + "amp", + "us" + ], + [ + "am", + "pus" + ], + [ + "▁executada", + "s" + ], + [ + "▁executa", + "das" + ], + [ + "▁execut", + "adas" + ], + [ + "DIS", + "T" + ], + [ + "DI", + "ST" + ], + [ + "D", + "IST" + ], + [ + "Status", + "Code" + ], + [ + "in", + "p" + ], + [ + "i", + "np" + ], + [ + "▁LL", + "C" + ], + [ + "▁L", + "LC" + ], + [ + "part", + "e" + ], + [ + "par", + "te" + ], + [ + "p", + "arte" + ], + [ + "pie", + "s" + ], + [ + "pi", + "es" + ], + [ + "p", + "ies" + ], + [ + "▁cron", + "ograma" + ], + [ + "▁limb", + "s" + ], + [ + "▁lim", + "bs" + ], + [ + "par", + "ticip" + ], + [ + "▁Obrig", + "ada" + ], + [ + "49", + "7" + ], + [ + "4", + "97" + ], + [ + "▁Conta", + "bilidade" + ], + [ + "▁Cont", + "abilidade" + ], + [ + "inar", + "ian" + ], + [ + "ina", + "rian" + ], + [ + "in", + "arian" + ], + [ + "*", + "6" + ], + [ + "Sol", + "ution" + ], + [ + "▁govern", + "ança" + ], + [ + "pack", + "et" + ], + [ + "pac", + "ket" + ], + [ + "▁vencedor", + "es" + ], + [ + "▁venced", + "ores" + ], + [ + "▁venc", + "edores" + ], + [ + "▁terapêutica", + "s" + ], + [ + "▁terapêut", + "icas" + ], + [ + "▁want", + "ing" + ], + [ + "ecc", + "ak" + ], + [ + "▁Dav", + "e" + ], + [ + "▁Da", + "ve" + ], + [ + "▁D", + "ave" + ], + [ + "▁mill", + "s" + ], + [ + "▁mil", + "ls" + ], + [ + "▁m", + "ills" + ], + [ + "Dec", + "ode" + ], + [ + "De", + "code" + ], + [ + "▁O", + "mega" + ], + [ + "▁", + "Omega" + ], + [ + "▁interpesso", + "ais" + ], + [ + "ash", + "es" + ], + [ + "as", + "hes" + ], + [ + "stica", + "s" + ], + [ + "st", + "icas" + ], + [ + "s", + "ticas" + ], + [ + "▁inú", + "til" + ], + [ + "▁per", + "vers" + ], + [ + "▁all", + "ies" + ], + [ + "15", + "3" + ], + [ + "1", + "53" + ], + [ + "▁man", + "ga" + ], + [ + "▁m", + "anga" + ], + [ + "Rot", + "ation" + ], + [ + "▁FUND", + "A" + ], + [ + "▁FUN", + "DA" + ], + [ + "▁cour", + "tesy" + ], + [ + "▁f", + "uzzy" + ], + [ + "escola", + "r" + ], + [ + "esco", + "lar" + ], + [ + "esc", + "olar" + ], + [ + ",", + "_" + ], + [ + "arg", + "est" + ], + [ + "ar", + "gest" + ], + [ + "▁Texto", + "s" + ], + [ + "▁Text", + "os" + ], + [ + "▁Tex", + "tos" + ], + [ + "▁fe", + "athers" + ], + [ + "▁NB", + "R" + ], + [ + "▁N", + "BR" + ], + [ + "▁drop", + "ping" + ], + [ + "▁dro", + "pping" + ], + [ + "ins", + "ki" + ], + [ + "in", + "ski" + ], + [ + "▁des", + "k" + ], + [ + "▁de", + "sk" + ], + [ + "adapt", + "er" + ], + [ + "ad", + "apter" + ], + [ + "orte", + "d" + ], + [ + "ort", + "ed" + ], + [ + "or", + "ted" + ], + [ + "▁Po", + "esia" + ], + [ + "ha", + "pe" + ], + [ + "h", + "ape" + ], + [ + "▁Nessa", + "s" + ], + [ + "▁N", + "essas" + ], + [ + "▁mont", + "ado" + ], + [ + "OPS", + "IS" + ], + [ + "▁196", + "1" + ], + [ + "▁19", + "61" + ], + [ + "▁Fel", + "low" + ], + [ + "▁F", + "ellow" + ], + [ + "▁ideologia", + "s" + ], + [ + "▁ide", + "ologias" + ], + [ + "PE", + "G" + ], + [ + "P", + "EG" + ], + [ + "▁lúdica", + "s" + ], + [ + "▁lúd", + "icas" + ], + [ + "▁pul", + "g" + ], + [ + "▁pu", + "lg" + ], + [ + "▁p", + "ulg" + ], + [ + "▁Nicola", + "u" + ], + [ + "▁blur", + "red" + ], + [ + "▁bl", + "urred" + ], + [ + "▁20", + "-" + ], + [ + "▁2", + "0-" + ], + [ + "asso", + "l" + ], + [ + "ass", + "ol" + ], + [ + "as", + "sol" + ], + [ + "▁Maced", + "o" + ], + [ + "▁Mac", + "edo" + ], + [ + "▁tsun", + "ami" + ], + [ + "▁caminh", + "ão" + ], + [ + "▁camin", + "hão" + ], + [ + "2\"", + ">" + ], + [ + "2", + "\">" + ], + [ + "▁Dese", + "rt" + ], + [ + "▁Des", + "ert" + ], + [ + "▁magn", + "ific" + ], + [ + "▁stiff", + "ness" + ], + [ + "▁up", + "set" + ], + [ + "▁carreira", + "s" + ], + [ + "▁car", + "reiras" + ], + [ + "ala", + "s" + ], + [ + "al", + "as" + ], + [ + "a", + "las" + ], + [ + "ésio", + "s" + ], + [ + "és", + "ios" + ], + [ + "▁merc", + "antil" + ], + [ + "eira", + "s" + ], + [ + "ei", + "ras" + ], + [ + "e", + "iras" + ], + [ + "▁le", + "cion" + ], + [ + "▁amadure", + "cimento" + ], + [ + "▁sut", + "il" + ], + [ + "▁su", + "til" + ], + [ + "▁s", + "util" + ], + [ + "▁mora", + "m" + ], + [ + "▁mor", + "am" + ], + [ + "▁mo", + "ram" + ], + [ + "▁jog", + "ando" + ], + [ + "LIC", + "IT" + ], + [ + "▁encrypt", + "ed" + ], + [ + "▁enc", + "rypted" + ], + [ + "▁refr", + "act" + ], + [ + "▁ref", + "ract" + ], + [ + "▁Du", + "que" + ], + [ + "▁D", + "J" + ], + [ + "ena", + "mento" + ], + [ + "en", + "amento" + ], + [ + "▁a", + "C" + ], + [ + "Learn", + "ing" + ], + [ + "Lear", + "ning" + ], + [ + "Le", + "arning" + ], + [ + "▁trein", + "ados" + ], + [ + "▁tre", + "inados" + ], + [ + "▁amb", + "itious" + ], + [ + "H", + "g" + ], + [ + "(12", + "," + ], + [ + "(1", + "2," + ], + [ + "(", + "12," + ], + [ + "ORM", + "AL" + ], + [ + "▁exclus", + "ion" + ], + [ + "▁excl", + "usion" + ], + [ + "▁ex", + "clusion" + ], + [ + "ere", + "um" + ], + [ + "fin", + "ish" + ], + [ + "ogên", + "ese" + ], + [ + "▁blo", + "om" + ], + [ + "▁bl", + "oom" + ], + [ + "forma", + "ção" + ], + [ + "form", + "ação" + ], + [ + "▁QUEST", + "ION" + ], + [ + "51", + "," + ], + [ + "5", + "1," + ], + [ + "▁especific", + "idade" + ], + [ + "▁Begin", + "ning" + ], + [ + "Dep", + "art" + ], + [ + "De", + "part" + ], + [ + "▁Tra", + "il" + ], + [ + "▁Tr", + "ail" + ], + [ + "▁Hugh", + "es" + ], + [ + "▁esc", + "ada" + ], + [ + "▁es", + "cada" + ], + [ + "▁ampl", + "ifier" + ], + [ + "▁Son", + "s" + ], + [ + "▁So", + "ns" + ], + [ + "▁S", + "ons" + ], + [ + "allow", + "ed" + ], + [ + "▁endl", + "ess" + ], + [ + "▁end", + "less" + ], + [ + "▁pól", + "en" + ], + [ + "▁pó", + "len" + ], + [ + "▁seroton", + "ina" + ], + [ + "▁reta", + "l" + ], + [ + "▁ret", + "al" + ], + [ + "▁re", + "tal" + ], + [ + "▁r", + "etal" + ], + [ + "▁necessita", + "r" + ], + [ + "▁necess", + "itar" + ], + [ + "▁dificulta", + "r" + ], + [ + "▁dificult", + "ar" + ], + [ + "▁dificul", + "tar" + ], + [ + "▁(3", + "6" + ], + [ + "▁(", + "36" + ], + [ + "anal", + "to" + ], + [ + "an", + "alto" + ], + [ + "▁identifica", + "m" + ], + [ + "▁identific", + "am" + ], + [ + "▁ident", + "ificam" + ], + [ + "▁enriqu", + "ecimento" + ], + [ + "100", + "." + ], + [ + "10", + "0." + ], + [ + "1", + "00." + ], + [ + "▁position", + "ed" + ], + [ + "▁posit", + "ioned" + ], + [ + "▁Oper", + "ator" + ], + [ + "▁Op", + "erator" + ], + [ + "▁", + "Operator" + ], + [ + "vel", + "y" + ], + [ + "ve", + "ly" + ], + [ + "v", + "ely" + ], + [ + "vent", + "y" + ], + [ + "ven", + "ty" + ], + [ + "v", + "enty" + ], + [ + "▁Sc", + "ar" + ], + [ + "▁S", + "car" + ], + [ + "▁bandeira", + "s" + ], + [ + "▁bande", + "iras" + ], + [ + "▁band", + "eiras" + ], + [ + "▁hi", + "no" + ], + [ + "▁h", + "ino" + ], + [ + "▁Crow", + "n" + ], + [ + "▁Cro", + "wn" + ], + [ + "▁Cr", + "own" + ], + [ + "▁C", + "rown" + ], + [ + "▁per", + "plex" + ], + [ + "▁hospede", + "iro" + ], + [ + "▁hosped", + "eiro" + ], + [ + "▁implant", + "ado" + ], + [ + "SO", + "S" + ], + [ + "S", + "OS" + ], + [ + "log", + "en" + ], + [ + "lo", + "gen" + ], + [ + "l", + "ogen" + ], + [ + "▁P", + "aixão" + ], + [ + "Format", + "ter" + ], + [ + "Form", + "atter" + ], + [ + "FUN", + "C" + ], + [ + "▁Intern", + "acionais" + ], + [ + "pop", + "ulation" + ], + [ + "g", + "d" + ], + [ + "W", + "ire" + ], + [ + "▁espont", + "aneamente" + ], + [ + "▁flex", + "íveis" + ], + [ + "▁calibr", + "ation" + ], + [ + "▁calib", + "ration" + ], + [ + "▁cal", + "ibration" + ], + [ + "▁Ark", + "ansas" + ], + [ + "▁g", + "p" + ], + [ + "▁", + "gp" + ], + [ + "▁advers", + "os" + ], + [ + "▁impre", + "vis" + ], + [ + "▁individ", + "uo" + ], + [ + "▁qual", + "ificado" + ], + [ + "▁const", + "el" + ], + [ + "▁cons", + "tel" + ], + [ + "▁digit", + "ar" + ], + [ + "▁dig", + "itar" + ], + [ + "▁mathematician", + "s" + ], + [ + "▁mathemat", + "icians" + ], + [ + "▁climb", + "ing" + ], + [ + "▁clim", + "bing" + ], + [ + "▁SY", + "S" + ], + [ + "▁S", + "YS" + ], + [ + "▁", + "SYS" + ], + [ + "Part", + "ial" + ], + [ + "▁meth", + "yl" + ], + [ + "scale", + "d" + ], + [ + "scal", + "ed" + ], + [ + "sc", + "aled" + ], + [ + "▁Lesson", + "s" + ], + [ + "▁Less", + "ons" + ], + [ + "▁Event", + "Args" + ], + [ + "▁", + "EventArgs" + ], + [ + "▁T", + "É" + ], + [ + "▁SE", + "U" + ], + [ + "▁S", + "EU" + ], + [ + "▁Vit", + "or" + ], + [ + "▁Vi", + "tor" + ], + [ + "▁V", + "itor" + ], + [ + "▁vere", + "ador" + ], + [ + "▁T", + "MenuItem" + ], + [ + "▁sea", + "m" + ], + [ + "▁se", + "am" + ], + [ + "▁NC", + "ERT" + ], + [ + "▁slice", + "s" + ], + [ + "▁sl", + "ices" + ], + [ + "▁s", + "lices" + ], + [ + "state", + "ment" + ], + [ + "stat", + "ement" + ], + [ + "▁Per", + "fect" + ], + [ + "▁hegem", + "onia" + ], + [ + "▁membrane", + "s" + ], + [ + "▁membran", + "es" + ], + [ + "▁Gu", + "id" + ], + [ + "▁G", + "uid" + ], + [ + "▁", + "Guid" + ], + [ + "oto", + "vel" + ], + [ + "▁pi", + "a" + ], + [ + "▁p", + "ia" + ], + [ + "▁", + "pia" + ], + [ + "▁Vel", + "ocity" + ], + [ + "▁", + "Velocity" + ], + [ + "▁1978", + "," + ], + [ + "▁197", + "8," + ], + [ + "▁19", + "78," + ], + [ + "▁bad", + "ly" + ], + [ + "▁vend", + "e" + ], + [ + "▁ven", + "de" + ], + [ + "▁v", + "ende" + ], + [ + "▁conclude", + "s" + ], + [ + "▁conclu", + "des" + ], + [ + "▁concl", + "udes" + ], + [ + "▁Hid", + "ro" + ], + [ + "▁Hi", + "dro" + ], + [ + "▁H", + "idro" + ], + [ + "▁love", + "s" + ], + [ + "▁lo", + "ves" + ], + [ + "▁l", + "oves" + ], + [ + "▁Goi", + "ânia" + ], + [ + "Si", + "g" + ], + [ + "S", + "ig" + ], + [ + ").", + ".." + ], + [ + ")", + "..." + ], + [ + "▁Div", + "ino" + ], + [ + "▁[", + "4" + ], + [ + "▁", + "[4" + ], + [ + "▁Tol", + "edo" + ], + [ + "▁T", + "oledo" + ], + [ + "▁Util", + "izar" + ], + [ + "mp", + "i" + ], + [ + "m", + "pi" + ], + [ + "▁AP", + "P" + ], + [ + "▁A", + "PP" + ], + [ + "▁", + "APP" + ], + [ + "▁UF", + "MG" + ], + [ + "▁mecânico", + "s" + ], + [ + "▁mec", + "ânicos" + ], + [ + "▁Network", + "s" + ], + [ + "▁Net", + "works" + ], + [ + "▁el", + "bow" + ], + [ + "▁vira", + "is" + ], + [ + "▁vir", + "ais" + ], + [ + "▁vi", + "rais" + ], + [ + "▁v", + "irais" + ], + [ + "View", + "Model" + ], + [ + "▁Observ", + "ação" + ], + [ + "\"))", + "," + ], + [ + "\")", + ")," + ], + [ + "\"", + "))," + ], + [ + "▁meg", + "a" + ], + [ + "▁me", + "ga" + ], + [ + "▁", + "mega" + ], + [ + "▁intuit", + "ion" + ], + [ + "▁int", + "uition" + ], + [ + "▁popul", + "ated" + ], + [ + "▁pop", + "ulated" + ], + [ + "▁UFR", + "J" + ], + [ + "▁UF", + "RJ" + ], + [ + "▁(5", + "." + ], + [ + "▁(", + "5." + ], + [ + "▁Dis", + "order" + ], + [ + "▁LO", + "NG" + ], + [ + "▁L", + "ONG" + ], + [ + "▁", + "LONG" + ], + [ + "▁ó", + "xido" + ], + [ + "▁", + "óxido" + ], + [ + "▁tot", + "ais" + ], + [ + "▁(", + "~" + ], + [ + "▁Cient", + "ífico" + ], + [ + "▁acadêmica", + "s" + ], + [ + "▁acadêm", + "icas" + ], + [ + "▁acad", + "êmicas" + ], + [ + "▁retorno", + "u" + ], + [ + "▁retorn", + "ou" + ], + [ + "▁determin", + "istic" + ], + [ + "▁apr", + "ision" + ], + [ + "▁guia", + "s" + ], + [ + "▁gu", + "ias" + ], + [ + "▁run", + "off" + ], + [ + "▁mention", + "s" + ], + [ + "▁ment", + "ions" + ], + [ + "▁F", + "ÍS" + ], + [ + "▁Publication", + "s" + ], + [ + "▁Public", + "ations" + ], + [ + "wi", + "tz" + ], + [ + "w", + "itz" + ], + [ + "▁Ve", + "m" + ], + [ + "▁V", + "em" + ], + [ + "▁1948", + "," + ], + [ + "▁194", + "8," + ], + [ + "▁19", + "48," + ], + [ + "back", + "ward" + ], + [ + "▁anal", + "gés" + ], + [ + "48", + ")" + ], + [ + "4", + "8)" + ], + [ + "▁COMM", + "ON" + ], + [ + "▁COM", + "MON" + ], + [ + "▁rank", + "ed" + ], + [ + "▁ran", + "ked" + ], + [ + "▁\\", + "{" + ], + [ + "▁", + "\\{" + ], + [ + "▁antib", + "ody" + ], + [ + "▁anti", + "body" + ], + [ + "▁desire", + "s" + ], + [ + "▁des", + "ires" + ], + [ + "▁Dist", + "ância" + ], + [ + "▁Append", + "ix" + ], + [ + "▁sens", + "ing" + ], + [ + "▁sen", + "sing" + ], + [ + "▁s", + "ensing" + ], + [ + "▁min", + "h" + ], + [ + "▁mi", + "nh" + ], + [ + "▁m", + "inh" + ], + [ + "▁audit", + "ório" + ], + [ + "▁aud", + "itório" + ], + [ + "▁dura", + "s" + ], + [ + "▁dur", + "as" + ], + [ + "▁du", + "ras" + ], + [ + "▁d", + "uras" + ], + [ + "▁sil", + "ic" + ], + [ + "▁si", + "lic" + ], + [ + "A", + "Y" + ], + [ + "▁consideram", + "os" + ], + [ + "▁considera", + "mos" + ], + [ + "▁consider", + "amos" + ], + [ + "▁Cec", + "ília" + ], + [ + "▁Malays", + "ia" + ], + [ + "▁Pur", + "e" + ], + [ + "▁Pu", + "re" + ], + [ + "▁P", + "ure" + ], + [ + "▁Lib", + "er" + ], + [ + "▁Li", + "ber" + ], + [ + "▁L", + "iber" + ], + [ + "▁sac", + "iedade" + ], + [ + "▁prev", + "ine" + ], + [ + "roe", + "m" + ], + [ + "ro", + "em" + ], + [ + "029", + "28" + ], + [ + "▁Faz", + "endo" + ], + [ + "_0", + "2" + ], + [ + "_", + "02" + ], + [ + "▁Ev", + "e" + ], + [ + "▁E", + "ve" + ], + [ + "▁up", + "stream" + ], + [ + "▁evangel", + "ização" + ], + [ + "▁conta", + "da" + ], + [ + "▁cont", + "ada" + ], + [ + "▁STRE", + "QUAL" + ], + [ + "▁STR", + "EQUAL" + ], + [ + "▁SE", + "CTION" + ], + [ + "▁S", + "ECTION" + ], + [ + "▁margin", + "s" + ], + [ + "▁marg", + "ins" + ], + [ + "▁15", + ")" + ], + [ + "▁1", + "5)" + ], + [ + "▁", + "15)" + ], + [ + "sol", + "id" + ], + [ + "▁difere", + "m" + ], + [ + "▁difer", + "em" + ], + [ + "FE", + "F" + ], + [ + "F", + "EF" + ], + [ + "▁id", + "a" + ], + [ + "▁i", + "da" + ], + [ + "▁", + "ida" + ], + [ + "▁Tere", + "s" + ], + [ + "▁Ter", + "es" + ], + [ + "▁Te", + "res" + ], + [ + "▁\"1", + "." + ], + [ + "▁\"", + "1." + ], + [ + "▁Ne", + "la" + ], + [ + "▁N", + "ela" + ], + [ + "balance", + "s" + ], + [ + "bal", + "ances" + ], + [ + "▁Jos", + "ué" + ], + [ + "▁recon", + "st" + ], + [ + "▁re", + "const" + ], + [ + "▁incerteza", + "s" + ], + [ + "▁incer", + "tezas" + ], + [ + "-4", + "5" + ], + [ + "-", + "45" + ], + [ + "64)", + "," + ], + [ + "64", + ")," + ], + [ + "6", + "4)," + ], + [ + "Coll", + "ect" + ], + [ + "Col", + "lect" + ], + [ + "▁ga", + "d" + ], + [ + "▁g", + "ad" + ], + [ + "Command", + "s" + ], + [ + "Comm", + "ands" + ], + [ + "▁eth", + "anol" + ], + [ + "▁194", + "9" + ], + [ + "▁19", + "49" + ], + [ + "▁Segu", + "e" + ], + [ + "▁Seg", + "ue" + ], + [ + "▁Se", + "gue" + ], + [ + "▁59", + "," + ], + [ + "▁5", + "9," + ], + [ + "▁", + "59," + ], + [ + "TRI", + "BUT" + ], + [ + "T", + "RIBUT" + ], + [ + "be", + "it" + ], + [ + "fe", + "l" + ], + [ + "f", + "el" + ], + [ + "▁stra", + "t" + ], + [ + "▁str", + "at" + ], + [ + "▁st", + "rat" + ], + [ + "▁s", + "trat" + ], + [ + "▁Wall", + "ace" + ], + [ + "▁germin", + "ação" + ], + [ + "▁germ", + "inação" + ], + [ + "▁unus", + "ed" + ], + [ + "▁un", + "used" + ], + [ + "▁", + "unused" + ], + [ + "▁be", + "verages" + ], + [ + "▁amp", + "ut" + ], + [ + "▁am", + "put" + ], + [ + "Rece", + "ived" + ], + [ + "▁compress", + "or" + ], + [ + "▁compr", + "essor" + ], + [ + "▁Rol", + "l" + ], + [ + "▁Ro", + "ll" + ], + [ + "▁R", + "oll" + ], + [ + "▁calor", + "ie" + ], + [ + "▁cal", + "orie" + ], + [ + "▁ótima", + "s" + ], + [ + "▁ó", + "timas" + ], + [ + "▁progresso", + "s" + ], + [ + "▁progress", + "os" + ], + [ + "fab", + "ric" + ], + [ + "▁conc", + "om" + ], + [ + "▁con", + "com" + ], + [ + "▁obs", + "ess" + ], + [ + "▁vir", + "gem" + ], + [ + "▁acid", + "ent" + ], + [ + "▁ac", + "ident" + ], + [ + "▁rac", + "ionais" + ], + [ + "▁ra", + "cionais" + ], + [ + "▁r", + "acionais" + ], + [ + "▁Techn", + "iques" + ], + [ + "IB", + "GE" + ], + [ + "▁lob", + "by" + ], + [ + "▁inject", + "ed" + ], + [ + "▁inj", + "ected" + ], + [ + "▁direcion", + "ado" + ], + [ + "03", + ":" + ], + [ + "0", + "3:" + ], + [ + "▁preta", + "s" + ], + [ + "▁pret", + "as" + ], + [ + "▁pre", + "tas" + ], + [ + "▁pr", + "etas" + ], + [ + "▁colorido", + "s" + ], + [ + "▁color", + "idos" + ], + [ + "▁Gên", + "ero" + ], + [ + "▁infinite", + "ly" + ], + [ + "▁infinit", + "ely" + ], + [ + "▁inf", + "initely" + ], + [ + "▁Mus", + "s" + ], + [ + "▁Mu", + "ss" + ], + [ + "▁M", + "uss" + ], + [ + "▁dem", + "ographic" + ], + [ + "▁(\\", + "$" + ], + [ + "▁(", + "\\$" + ], + [ + "▁", + "(\\$" + ], + [ + "▁Ti", + "ck" + ], + [ + "▁T", + "ick" + ], + [ + "▁", + "Tick" + ], + [ + "HA", + "N" + ], + [ + "H", + "AN" + ], + [ + "pi", + "l" + ], + [ + "p", + "il" + ], + [ + "▁as", + "leep" + ], + [ + "▁a", + "sleep" + ], + [ + "▁motiv", + "ar" + ], + [ + "▁mot", + "ivar" + ], + [ + "▁retrieve", + "d" + ], + [ + "▁retrie", + "ved" + ], + [ + "▁ret", + "rieved" + ], + [ + "iour", + "s" + ], + [ + "iou", + "rs" + ], + [ + "io", + "urs" + ], + [ + "i", + "ours" + ], + [ + "▁evolv", + "ing" + ], + [ + "▁evol", + "ving" + ], + [ + "ún", + "g" + ], + [ + "ú", + "ng" + ], + [ + "▁not", + "ify" + ], + [ + "▁", + "notify" + ], + [ + "▁actual", + "mente" + ], + [ + "▁act", + "ualmente" + ], + [ + "ban", + "ner" + ], + [ + "b", + "anner" + ], + [ + "▁Baix", + "a" + ], + [ + "▁Ba", + "ixa" + ], + [ + "▁B", + "aixa" + ], + [ + "▁agrada", + "r" + ], + [ + "▁agrad", + "ar" + ], + [ + "▁agr", + "adar" + ], + [ + "ec", + "ução" + ], + [ + "▁super", + "int" + ], + [ + "▁Fu", + "k" + ], + [ + "▁F", + "uk" + ], + [ + "owner", + "s" + ], + [ + "own", + "ers" + ], + [ + "ow", + "ners" + ], + [ + "▁abób", + "ora" + ], + [ + "▁emphasize", + "d" + ], + [ + "▁emphas", + "ized" + ], + [ + "▁solic", + "itação" + ], + [ + "estima", + "te" + ], + [ + "estim", + "ate" + ], + [ + "est", + "imate" + ], + [ + "▁avalia", + "da" + ], + [ + "▁avali", + "ada" + ], + [ + "▁aval", + "iada" + ], + [ + "▁descript", + "or" + ], + [ + "▁desc", + "riptor" + ], + [ + "▁", + "descriptor" + ], + [ + "▁l", + "ã" + ], + [ + "pla", + "t" + ], + [ + "pl", + "at" + ], + [ + "p", + "lat" + ], + [ + "▁y", + "mm" + ], + [ + "▁", + "ymm" + ], + [ + "▁salvo", + "s" + ], + [ + "▁salv", + "os" + ], + [ + "▁sal", + "vos" + ], + [ + "▁equivalente", + "s" + ], + [ + "▁equivalent", + "es" + ], + [ + "▁equival", + "entes" + ], + [ + "▁sequência", + "s" + ], + [ + "▁sequ", + "ências" + ], + [ + "▁FI", + "X" + ], + [ + "▁F", + "IX" + ], + [ + "▁ci", + "g" + ], + [ + "▁c", + "ig" + ], + [ + "En", + "ergy" + ], + [ + "▁abr", + "upt" + ], + [ + "▁ab", + "rupt" + ], + [ + "▁sil", + "k" + ], + [ + "▁neto", + "s" + ], + [ + "▁net", + "os" + ], + [ + "▁ne", + "tos" + ], + [ + "▁n", + "etos" + ], + [ + "▁Data", + "Type" + ], + [ + "▁", + "DataType" + ], + [ + "▁final", + "iza" + ], + [ + "▁suger", + "indo" + ], + [ + ":", + "8" + ], + [ + "▁Cop", + "enh" + ], + [ + "▁civil", + "ian" + ], + [ + "▁Co", + "hen" + ], + [ + "▁cel", + "ulose" + ], + [ + "▁efet", + "ividade" + ], + [ + "▁tens", + "e" + ], + [ + "▁ten", + "se" + ], + [ + "▁t", + "ense" + ], + [ + "▁lay", + "ing" + ], + [ + "▁la", + "ying" + ], + [ + "▁Resist", + "ência" + ], + [ + "▁Res", + "istência" + ], + [ + "0,", + "\"" + ], + [ + "0", + ",\"" + ], + [ + "▁Tok", + "yo" + ], + [ + "Un", + "bounded" + ], + [ + "ian", + "g" + ], + [ + "ia", + "ng" + ], + [ + "i", + "ang" + ], + [ + "ins", + "ky" + ], + [ + "in", + "sky" + ], + [ + "▁esc", + "ass" + ], + [ + "▁tomado", + "s" + ], + [ + "▁toma", + "dos" + ], + [ + "▁tom", + "ados" + ], + [ + "▁satisf", + "eito" + ], + [ + "▁satis", + "feito" + ], + [ + "▁barra", + "gens" + ], + [ + "▁bar", + "ragens" + ], + [ + "itan", + "o" + ], + [ + "ita", + "no" + ], + [ + "it", + "ano" + ], + [ + "▁viz", + "inh" + ], + [ + "▁integral", + "mente" + ], + [ + "▁integr", + "almente" + ], + [ + "the", + "l" + ], + [ + "th", + "el" + ], + [ + "t", + "hel" + ], + [ + "▁193", + "6" + ], + [ + "▁19", + "36" + ], + [ + "Esta", + "mos" + ], + [ + "Est", + "amos" + ], + [ + "▁Bo", + "letim" + ], + [ + "▁fluor", + "ide" + ], + [ + "▁empoder", + "amento" + ], + [ + "▁romp", + "imento" + ], + [ + "('.", + "./" + ], + [ + "('", + "../" + ], + [ + "▁ul", + "cer" + ], + [ + "▁Near", + "ly" + ], + [ + "▁Ol", + "e" + ], + [ + "▁O", + "le" + ], + [ + "▁ace", + "ite" + ], + [ + "▁enca", + "ps" + ], + [ + "▁enc", + "aps" + ], + [ + "▁substitu", + "ída" + ], + [ + "+", + "8" + ], + [ + "▁mi", + "oc" + ], + [ + "k", + "appa" + ], + [ + "▁ill", + "umin" + ], + [ + "▁foc", + "ada" + ], + [ + "▁fo", + "cada" + ], + [ + "▁f", + "ocada" + ], + [ + "▁nest", + "ing" + ], + [ + "▁mar", + "ble" + ], + [ + "▁barra", + "gem" + ], + [ + "▁bar", + "ragem" + ], + [ + "▁adult", + "hood" + ], + [ + "▁adul", + "thood" + ], + [ + "onder", + "s" + ], + [ + "onde", + "rs" + ], + [ + "ond", + "ers" + ], + [ + "on", + "ders" + ], + [ + "▁Per", + "da" + ], + [ + "▁fort", + "una" + ], + [ + "▁papel", + "ão" + ], + [ + "▁comemora", + "ções" + ], + [ + "▁comemor", + "ações" + ], + [ + "▁Saturn", + "o" + ], + [ + "▁Satur", + "no" + ], + [ + "▁Sat", + "urno" + ], + [ + "▁V", + "S" + ], + [ + "▁", + "VS" + ], + [ + "▁deixam", + "os" + ], + [ + "▁deixa", + "mos" + ], + [ + "▁deix", + "amos" + ], + [ + "▁carb", + "ônico" + ], + [ + "▁Pythag", + "orean" + ], + [ + "ica", + "ba" + ], + [ + "ic", + "aba" + ], + [ + "▁ap", + "ud" + ], + [ + "Are", + "Equal" + ], + [ + "▁grad", + "ativamente" + ], + [ + "▁coc", + "eira" + ], + [ + "▁co", + "ceira" + ], + [ + "▁ancest", + "or" + ], + [ + "▁empre", + "ender" + ], + [ + "▁forneced", + "or" + ], + [ + "▁fornece", + "dor" + ], + [ + "▁forn", + "ecedor" + ], + [ + "Se", + "p" + ], + [ + "S", + "ep" + ], + [ + "▁}", + "_{" + ], + [ + "▁", + "}_{" + ], + [ + "▁support", + "ers" + ], + [ + "▁sup", + "porters" + ], + [ + "▁ruler", + "s" + ], + [ + "▁rule", + "rs" + ], + [ + "▁ru", + "lers" + ], + [ + "▁r", + "ulers" + ], + [ + "▁switch", + "ed" + ], + [ + "▁sw", + "itched" + ], + [ + "▁-", + "8" + ], + [ + "▁", + "-8" + ], + [ + "▁17", + "4" + ], + [ + "▁1", + "74" + ], + [ + "▁", + "174" + ], + [ + "▁altura", + "s" + ], + [ + "▁alt", + "uras" + ], + [ + "h", + "c" + ], + [ + "▁turb", + "inas" + ], + [ + "▁vô", + "o" + ], + [ + "▁com", + "merce" + ], + [ + "oul", + "omb" + ], + [ + "▁Name", + "d" + ], + [ + "▁Nam", + "ed" + ], + [ + "▁Na", + "med" + ], + [ + "▁N", + "amed" + ], + [ + "▁", + "Named" + ], + [ + "▁axi", + "al" + ], + [ + "▁ax", + "ial" + ], + [ + "▁parce", + "l" + ], + [ + "▁parc", + "el" + ], + [ + "▁par", + "cel" + ], + [ + "▁sexual", + "ly" + ], + [ + "▁sex", + "ually" + ], + [ + "▁tid", + "e" + ], + [ + "▁ti", + "de" + ], + [ + "▁t", + "ide" + ], + [ + "space", + "s" + ], + [ + "sp", + "aces" + ], + [ + "▁lem", + "on" + ], + [ + "▁le", + "mon" + ], + [ + "▁l", + "emon" + ], + [ + "DI", + "O" + ], + [ + "D", + "IO" + ], + [ + "▁Gil", + "l" + ], + [ + "▁Gi", + "ll" + ], + [ + "▁G", + "ill" + ], + [ + "chron", + "ous" + ], + [ + "▁Al", + "encar" + ], + [ + "▁compute", + "s" + ], + [ + "▁comput", + "es" + ], + [ + "▁comp", + "utes" + ], + [ + "▁concentra", + "m" + ], + [ + "▁concentr", + "am" + ], + [ + "▁concent", + "ram" + ], + [ + "▁Man", + "ip" + ], + [ + "y", + "z" + ], + [ + "▁cl", + "icando" + ], + [ + "▁pet", + "rol" + ], + [ + "man", + "t" + ], + [ + "ma", + "nt" + ], + [ + "m", + "ant" + ], + [ + "▁ru", + "p" + ], + [ + "▁r", + "up" + ], + [ + "▁", + "rup" + ], + [ + "▁x", + "en" + ], + [ + "▁pod", + "a" + ], + [ + "▁po", + "da" + ], + [ + "▁p", + "oda" + ], + [ + "▁ment", + "or" + ], + [ + "▁men", + "tor" + ], + [ + "▁m", + "entor" + ], + [ + "▁10", + "^" + ], + [ + "▁Bu", + "g" + ], + [ + "▁B", + "ug" + ], + [ + "▁HA", + "VE" + ], + [ + "▁H", + "AVE" + ], + [ + "vention", + "al" + ], + [ + "vent", + "ional" + ], + [ + "▁Acc", + "uracy" + ], + [ + "▁passava", + "m" + ], + [ + "▁passa", + "vam" + ], + [ + "▁pass", + "avam" + ], + [ + "I", + "r" + ], + [ + "▁C", + "X" + ], + [ + "▁defesa", + "s" + ], + [ + "▁def", + "esas" + ], + [ + "▁с", + "о" + ], + [ + "▁(3", + "3" + ], + [ + "▁(", + "33" + ], + [ + "N", + "OPSIS" + ], + [ + "▁Cam", + "argo" + ], + [ + "▁subjet", + "iva" + ], + [ + "Term", + "in" + ], + [ + "Ter", + "min" + ], + [ + "▁conso", + "n" + ], + [ + "▁cons", + "on" + ], + [ + "▁con", + "son" + ], + [ + "▁75", + "," + ], + [ + "▁7", + "5," + ], + [ + "▁", + "75," + ], + [ + "▁arb", + "or" + ], + [ + "▁ar", + "bor" + ], + [ + "▁im", + "ens" + ], + [ + "fel", + "d" + ], + [ + "fe", + "ld" + ], + [ + "f", + "eld" + ], + [ + "ôn", + "us" + ], + [ + "qui", + "ck" + ], + [ + "qu", + "ick" + ], + [ + "▁In", + "corpor" + ], + [ + "▁counsel", + "ing" + ], + [ + "▁Met", + "ropolitana" + ], + [ + "▁desempenho", + "u" + ], + [ + "▁desempenh", + "ou" + ], + [ + "▁desempen", + "hou" + ], + [ + "see", + "k" + ], + [ + "se", + "ek" + ], + [ + "▁FOR", + "M" + ], + [ + "▁FO", + "RM" + ], + [ + "▁F", + "ORM" + ], + [ + "▁", + "FORM" + ], + [ + "▁ni", + "vel" + ], + [ + "▁n", + "ivel" + ], + [ + "v", + "x" + ], + [ + "Class", + "Name" + ], + [ + "▁wel", + "ding" + ], + [ + "meira", + "s" + ], + [ + "me", + "iras" + ], + [ + "m", + "eiras" + ], + [ + "▁pac", + "ífica" + ], + [ + "▁Data", + "Frame" + ], + [ + "▁", + "DataFrame" + ], + [ + "▁Pract", + "ical" + ], + [ + "▁def", + "ence" + ], + [ + "▁pris", + "m" + ], + [ + "▁pri", + "sm" + ], + [ + "▁pr", + "ism" + ], + [ + "TEXT", + "URE" + ], + [ + "▁Common", + "wealth" + ], + [ + "ág", + "eis" + ], + [ + "á", + "geis" + ], + [ + "xim", + "adamente" + ], + [ + "▁administrator", + "s" + ], + [ + "▁administr", + "ators" + ], + [ + "▁Ren", + "da" + ], + [ + "▁R", + "enda" + ], + [ + "▁att", + "ain" + ], + [ + "▁at", + "tain" + ], + [ + "▁tur", + "ístico" + ], + [ + "3.", + "1" + ], + [ + "3", + ".1" + ], + [ + "▁Um", + "b" + ], + [ + "▁U", + "mb" + ], + [ + "Multi", + "ple" + ], + [ + "Mult", + "iple" + ], + [ + "▁repar", + "ar" + ], + [ + "▁regul", + "a" + ], + [ + "▁reg", + "ula" + ], + [ + "COMP", + "ILER" + ], + [ + "▁dissert", + "ação" + ], + [ + "▁diss", + "ertação" + ], + [ + "0", + "=" + ], + [ + "▁MAT", + "R" + ], + [ + "▁MA", + "TR" + ], + [ + "▁", + "MATR" + ], + [ + "tel", + "ling" + ], + [ + "t", + "elling" + ], + [ + "feed", + "back" + ], + [ + "▁Eucl", + "idean" + ], + [ + "ind", + "iv" + ], + [ + "in", + "div" + ], + [ + "▁un", + "ic" + ], + [ + "▁u", + "nic" + ], + [ + "▁", + "unic" + ], + [ + "all", + "ing" + ], + [ + "al", + "ling" + ], + [ + "▁Th", + "iago" + ], + [ + "6", + "\\" + ], + [ + "▁cont", + "ido" + ], + [ + "Il", + "l" + ], + [ + "I", + "ll" + ], + [ + "▁destru", + "ído" + ], + [ + "▁destr", + "uído" + ], + [ + "▁(", + ":" + ], + [ + "▁", + "(:" + ], + [ + "▁declara", + "r" + ], + [ + "▁declar", + "ar" + ], + [ + "▁O", + "m" + ], + [ + "\":\"", + "104" + ], + [ + "▁193", + "3" + ], + [ + "▁19", + "33" + ], + [ + "▁Tur", + "ing" + ], + [ + "▁Tu", + "ring" + ], + [ + "▁T", + "uring" + ], + [ + "▁FF", + "F" + ], + [ + "▁F", + "FF" + ], + [ + "▁", + "FFF" + ], + [ + "▁ideal", + "s" + ], + [ + "▁idea", + "ls" + ], + [ + "▁ide", + "als" + ], + [ + "▁cient", + "ificamente" + ], + [ + "▁Ju", + "ven" + ], + [ + "ま", + "す" + ], + [ + "▁Cart", + "esian" + ], + [ + "▁up", + "dating" + ], + [ + "▁ia", + "g" + ], + [ + "▁i", + "ag" + ], + [ + "▁", + "iag" + ], + [ + "alth", + "ough" + ], + [ + "al", + "though" + ], + [ + "▁saud", + "ade" + ], + [ + "▁agreg", + "ado" + ], + [ + "▁agre", + "gado" + ], + [ + "▁naz", + "ista" + ], + [ + "▁toc", + "ando" + ], + [ + "▁t", + "ocando" + ], + [ + "▁carrier", + "s" + ], + [ + "▁car", + "riers" + ], + [ + "时", + "间" + ], + [ + "▁mod", + "ulus" + ], + [ + "▁contract", + "ion" + ], + [ + "▁contra", + "ction" + ], + [ + "▁contr", + "action" + ], + [ + "▁cont", + "raction" + ], + [ + "▁con", + "traction" + ], + [ + "▁op", + "posing" + ], + [ + "742", + "\",\"" + ], + [ + "pub", + "lish" + ], + [ + "▁hem", + "isphere" + ], + [ + "ó", + "metros" + ], + [ + "▁Te", + "ve" + ], + [ + "▁grav", + "ar" + ], + [ + "▁gra", + "var" + ], + [ + "▁fal", + "antes" + ], + [ + "0.", + "8" + ], + [ + "0", + ".8" + ], + [ + "▁Bud", + "a" + ], + [ + "▁Bu", + "da" + ], + [ + "▁B", + "uda" + ], + [ + "▁consult", + "or" + ], + [ + "8898", + "02928" + ], + [ + "\":\"104", + "889802928" + ], + [ + "^2", + "$" + ], + [ + "▁be", + "g" + ], + [ + "▁b", + "eg" + ], + [ + "▁mel", + "l" + ], + [ + "▁me", + "ll" + ], + [ + "▁m", + "ell" + ], + [ + "▁dupla", + "s" + ], + [ + "▁dup", + "las" + ], + [ + "▁du", + "plas" + ], + [ + "▁aprovado", + "s" + ], + [ + "▁aprov", + "ados" + ], + [ + "fa", + "ke" + ], + [ + "f", + "ake" + ], + [ + "▁denominada", + "s" + ], + [ + "▁denomina", + "das" + ], + [ + "▁denomin", + "adas" + ], + [ + "▁denom", + "inadas" + ], + [ + "▁Bot", + "tom" + ], + [ + "▁B", + "ottom" + ], + [ + "▁", + "Bottom" + ], + [ + "▁encer", + "ra" + ], + [ + "▁enc", + "erra" + ], + [ + "▁mundial", + "mente" + ], + [ + "▁Res", + "um" + ], + [ + "▁Re", + "sum" + ], + [ + "▁MOD", + "IFY" + ], + [ + "▁inhib", + "it" + ], + [ + "▁host", + "il" + ], + [ + "▁firm", + "ly" + ], + [ + "▁atu", + "ou" + ], + [ + "▁at", + "uou" + ], + [ + "▁erro", + "ne" + ], + [ + "▁err", + "one" + ], + [ + "▁local", + "ized" + ], + [ + "th", + "rust" + ], + [ + "istic", + "amente" + ], + [ + "ist", + "icamente" + ], + [ + "is", + "ticamente" + ], + [ + "▁repet", + "ition" + ], + [ + "▁conjunt", + "ura" + ], + [ + "▁Don", + "e" + ], + [ + "▁Do", + "ne" + ], + [ + "▁D", + "one" + ], + [ + "▁", + "Done" + ], + [ + "▁verse", + "s" + ], + [ + "▁vers", + "es" + ], + [ + "▁ver", + "ses" + ], + [ + "nav", + "igation" + ], + [ + "▁aqu", + "áticos" + ], + [ + "ach", + "a" + ], + [ + "ac", + "ha" + ], + [ + "a", + "cha" + ], + [ + "▁BR", + "A" + ], + [ + "▁B", + "RA" + ], + [ + "▁", + "BRA" + ], + [ + "▁comet", + "idos" + ], + [ + "pair", + "s" + ], + [ + "pa", + "irs" + ], + [ + "p", + "airs" + ], + [ + "▁concord", + "ância" + ], + [ + "oro", + "us" + ], + [ + "or", + "ous" + ], + [ + "o", + "rous" + ], + [ + "▁Ph", + "one" + ], + [ + "▁", + "Phone" + ], + [ + ";", + "," + ], + [ + "▁ho", + "c" + ], + [ + "▁h", + "oc" + ], + [ + "=", + "/" + ], + [ + "▁Cha", + "ves" + ], + [ + "▁Ch", + "aves" + ], + [ + "373", + "7" + ], + [ + "37", + "37" + ], + [ + "3", + "737" + ], + [ + "56", + "0" + ], + [ + "5", + "60" + ], + [ + "▁pron", + "ome" + ], + [ + "▁pro", + "nome" + ], + [ + "▁válvula", + "s" + ], + [ + "▁válv", + "ulas" + ], + [ + "▁display", + "ing" + ], + [ + "▁concret", + "ização" + ], + [ + "$", + "2" + ], + [ + "RA", + "D" + ], + [ + "R", + "AD" + ], + [ + "api", + "ens" + ], + [ + "▁rumo", + "s" + ], + [ + "▁rum", + "os" + ], + [ + "▁ru", + "mos" + ], + [ + "▁r", + "umos" + ], + [ + "▁Nasc", + "ido" + ], + [ + "▁Nas", + "cido" + ], + [ + "▁estratégico", + "s" + ], + [ + "▁estratég", + "icos" + ], + [ + "▁ADD", + "R" + ], + [ + "▁AD", + "DR" + ], + [ + "▁", + "ADDR" + ], + [ + "▁22", + "7" + ], + [ + "▁2", + "27" + ], + [ + "▁", + "227" + ], + [ + "^{-1", + "}" + ], + [ + "^{-", + "1}" + ], + [ + "^{", + "-1}" + ], + [ + "28", + "3" + ], + [ + "2", + "83" + ], + [ + "▁7.", + "5" + ], + [ + "▁7", + ".5" + ], + [ + "▁", + "7.5" + ], + [ + "▁sanit", + "ation" + ], + [ + "▁san", + "itation" + ], + [ + "▁mental", + "ly" + ], + [ + "▁ment", + "ally" + ], + [ + "▁un", + "limited" + ], + [ + "▁", + "unlimited" + ], + [ + "▁pertenc", + "ia" + ], + [ + "▁perten", + "cia" + ], + [ + "▁pert", + "encia" + ], + [ + "ificam", + "os" + ], + [ + "ifica", + "mos" + ], + [ + "ific", + "amos" + ], + [ + "▁Freder", + "ico" + ], + [ + "sub", + "scribe" + ], + [ + "▁fad", + "e" + ], + [ + "▁fa", + "de" + ], + [ + "▁f", + "ade" + ], + [ + "▁cast", + "anha" + ], + [ + "▁(1", + "/" + ], + [ + "▁(", + "1/" + ], + [ + "▁", + "(1/" + ], + [ + "▁nucle", + "ot" + ], + [ + "▁psico", + "ss" + ], + [ + "▁psic", + "oss" + ], + [ + "▁remed", + "ies" + ], + [ + "▁wavelength", + "s" + ], + [ + "kr", + "it" + ], + [ + "k", + "rit" + ], + [ + "▁cosm", + "os" + ], + [ + "▁cos", + "mos" + ], + [ + "▁1987", + "." + ], + [ + "▁198", + "7." + ], + [ + "▁stim", + "uli" + ], + [ + "▁phosph", + "orus" + ], + [ + ".1", + "4" + ], + [ + ".", + "14" + ], + [ + "▁Bom", + "b" + ], + [ + "▁Bo", + "mb" + ], + [ + "▁B", + "omb" + ], + [ + "▁trauma", + "tic" + ], + [ + "▁traum", + "atic" + ], + [ + "rian", + "s" + ], + [ + "ria", + "ns" + ], + [ + "ri", + "ans" + ], + [ + "r", + "ians" + ], + [ + "ris", + "e" + ], + [ + "ri", + "se" + ], + [ + "r", + "ise" + ], + [ + "▁traged", + "y" + ], + [ + "▁trag", + "edy" + ], + [ + "▁horm", + "onais" + ], + [ + "▁fornecido", + "s" + ], + [ + "▁forne", + "cidos" + ], + [ + "▁forn", + "ecidos" + ], + [ + "ril", + "l" + ], + [ + "ri", + "ll" + ], + [ + "r", + "ill" + ], + [ + "Read", + "y" + ], + [ + "Re", + "ady" + ], + [ + "ulha", + "s" + ], + [ + "ul", + "has" + ], + [ + "▁sor", + "v" + ], + [ + "▁so", + "rv" + ], + [ + "▁Úl", + "tima" + ], + [ + "▁Ú", + "ltima" + ], + [ + "perform", + "ance" + ], + [ + "per", + "formance" + ], + [ + "▁govern", + "ante" + ], + [ + "▁collect", + "or" + ], + [ + "▁colle", + "ctor" + ], + [ + "▁coll", + "ector" + ], + [ + "▁justifica", + "ção" + ], + [ + "▁justific", + "ação" + ], + [ + "▁just", + "ificação" + ], + [ + ":", + "`" + ], + [ + "net", + "t" + ], + [ + "ne", + "tt" + ], + [ + "n", + "ett" + ], + [ + "▁mut", + "ate" + ], + [ + "ric", + "idade" + ], + [ + "r", + "icidade" + ], + [ + "▁amb", + "ição" + ], + [ + "▁emagre", + "cer" + ], + [ + "▁Rac", + "ial" + ], + [ + "▁Ra", + "cial" + ], + [ + "▁R", + "acial" + ], + [ + "ili", + "o" + ], + [ + "il", + "io" + ], + [ + "i", + "lio" + ], + [ + "▁NO", + "R" + ], + [ + "▁N", + "OR" + ], + [ + "▁at", + "m" + ], + [ + "▁a", + "tm" + ], + [ + "▁Crim", + "inal" + ], + [ + "▁assert", + "ion" + ], + [ + "020", + "0" + ], + [ + "02", + "00" + ], + [ + "0", + "200" + ], + [ + "▁barata", + "s" + ], + [ + "▁bar", + "atas" + ], + [ + "df", + "s" + ], + [ + "d", + "fs" + ], + [ + "▁Att", + "empt" + ], + [ + "▁average", + "s" + ], + [ + "▁aver", + "ages" + ], + [ + "▁a", + "verages" + ], + [ + "▁58", + "." + ], + [ + "▁5", + "8." + ], + [ + "▁advogado", + "s" + ], + [ + "▁advog", + "ados" + ], + [ + "▁Sant", + "íssima" + ], + [ + "▁195", + "4" + ], + [ + "▁19", + "54" + ], + [ + "est", + "abele" + ], + [ + "EN", + "O" + ], + [ + "E", + "NO" + ], + [ + "onia", + "n" + ], + [ + "oni", + "an" + ], + [ + "on", + "ian" + ], + [ + "inos", + "as" + ], + [ + "in", + "osas" + ], + [ + "rib", + "ing" + ], + [ + "ri", + "bing" + ], + [ + "▁Bat", + "ch" + ], + [ + "▁B", + "atch" + ], + [ + "▁", + "Batch" + ], + [ + "▁Past", + "e" + ], + [ + "▁Pas", + "te" + ], + [ + "▁Pa", + "ste" + ], + [ + "▁P", + "aste" + ], + [ + "▁insert", + "ion" + ], + [ + "▁inser", + "tion" + ], + [ + "▁shoulder", + "s" + ], + [ + "▁should", + "ers" + ], + [ + "▁imper", + "ativo" + ], + [ + "▁A", + "w" + ], + [ + "▁Fil", + "m" + ], + [ + "▁Fi", + "lm" + ], + [ + "ícola", + "s" + ], + [ + "ícol", + "as" + ], + [ + "íc", + "olas" + ], + [ + "▁decl", + "ining" + ], + [ + "▁ind", + "ef" + ], + [ + "▁in", + "def" + ], + [ + "▁i", + "ndef" + ], + [ + "todo", + "s" + ], + [ + "tod", + "os" + ], + [ + "to", + "dos" + ], + [ + "t", + "odos" + ], + [ + "▁emp", + "ol" + ], + [ + "▁em", + "pol" + ], + [ + "DIRECT", + "ORY" + ], + [ + "▁61", + "," + ], + [ + "▁6", + "1," + ], + [ + "▁", + "61," + ], + [ + "▁Di", + "ogo" + ], + [ + "▁Roman", + "a" + ], + [ + "▁Roma", + "na" + ], + [ + "▁Rom", + "ana" + ], + [ + "▁discipl", + "es" + ], + [ + "▁dis", + "ciples" + ], + [ + "▁serem", + "os" + ], + [ + "▁ser", + "emos" + ], + [ + "▁select", + "ive" + ], + [ + "▁sele", + "ctive" + ], + [ + "un", + "pack" + ], + [ + "▁inv", + "ite" + ], + [ + "▁decide", + "s" + ], + [ + "▁decid", + "es" + ], + [ + "▁dec", + "ides" + ], + [ + "▁DE", + "C" + ], + [ + "▁D", + "EC" + ], + [ + "▁", + "DEC" + ], + [ + "▁Fin", + "e" + ], + [ + "▁Fi", + "ne" + ], + [ + "▁F", + "ine" + ], + [ + "Integr", + "al" + ], + [ + "▁home", + "less" + ], + [ + "▁hom", + "eless" + ], + [ + "on", + "ça" + ], + [ + "ECT", + "OR" + ], + [ + "▁un", + "con" + ], + [ + "▁Leg", + "end" + ], + [ + "▁Transport", + "ation" + ], + [ + "▁Ta", + "k" + ], + [ + "▁T", + "ak" + ], + [ + "GP", + "IO" + ], + [ + "▁privileg", + "e" + ], + [ + "▁privile", + "ge" + ], + [ + "ive", + "mos" + ], + [ + "iv", + "emos" + ], + [ + "i", + "vemos" + ], + [ + "▁out", + "ward" + ], + [ + "▁explor", + "ando" + ], + [ + "▁explo", + "rando" + ], + [ + "▁supr", + "a" + ], + [ + "▁sup", + "ra" + ], + [ + "▁su", + "pra" + ], + [ + "▁Claud", + "ia" + ], + [ + "▁Cla", + "udia" + ], + [ + "Cov", + "er" + ], + [ + "Co", + "ver" + ], + [ + "C", + "over" + ], + [ + "▁ajuda", + "do" + ], + [ + "▁ajud", + "ado" + ], + [ + "▁sal", + "do" + ], + [ + "▁s", + "aldo" + ], + [ + "▁or", + "elha" + ], + [ + "▁Det", + "roit" + ], + [ + "▁que", + "ixas" + ], + [ + "▁sur", + "plus" + ], + [ + "000", + "6" + ], + [ + "00", + "06" + ], + [ + "0", + "006" + ], + [ + "▁video", + "g" + ], + [ + "▁vide", + "og" + ], + [ + "▁chim", + "pan" + ], + [ + "▁dos", + "agem" + ], + [ + "▁x", + "adrez" + ], + [ + "▁canon", + "ical" + ], + [ + "▁can", + "onical" + ], + [ + "▁", + "canonical" + ], + [ + "▁Li", + "ção" + ], + [ + "▁L", + "ição" + ], + [ + "▁Git", + "Hub" + ], + [ + "▁frig", + "ht" + ], + [ + "▁fri", + "ght" + ], + [ + "▁fr", + "ight" + ], + [ + "▁f", + "right" + ], + [ + ",", + "-" + ], + [ + "]", + "->" + ], + [ + "▁Kar", + "d" + ], + [ + "▁Ka", + "rd" + ], + [ + "▁K", + "ard" + ], + [ + "▁suprem", + "o" + ], + [ + "▁supre", + "mo" + ], + [ + "▁supr", + "emo" + ], + [ + "▁sup", + "remo" + ], + [ + "calcul", + "ate" + ], + [ + "calc", + "ulate" + ], + [ + "rap", + "s" + ], + [ + "ra", + "ps" + ], + [ + "r", + "aps" + ], + [ + "rel", + "l" + ], + [ + "re", + "ll" + ], + [ + "r", + "ell" + ], + [ + "draw", + "n" + ], + [ + "dra", + "wn" + ], + [ + "dr", + "awn" + ], + [ + "▁hemoglob", + "ina" + ], + [ + "res", + "c" + ], + [ + "re", + "sc" + ], + [ + "r", + "esc" + ], + [ + "▁imposs", + "ibil" + ], + [ + "▁recomendado", + "s" + ], + [ + "▁recomenda", + "dos" + ], + [ + "▁recomend", + "ados" + ], + [ + "seq", + "ü" + ], + [ + "se", + "qü" + ], + [ + "▁Mo", + "g" + ], + [ + "▁M", + "og" + ], + [ + "▁sobreviv", + "entes" + ], + [ + "pol", + "it" + ], + [ + "po", + "lit" + ], + [ + "▁corro", + "bor" + ], + [ + "▁interact", + "ing" + ], + [ + "▁never", + "theless" + ], + [ + "▁nasc", + "ente" + ], + [ + "▁pione", + "ira" + ], + [ + "▁pion", + "eira" + ], + [ + "▁rein", + "vent" + ], + [ + "▁Innov", + "ation" + ], + [ + "H", + "W" + ], + [ + "olin", + "i" + ], + [ + "oli", + "ni" + ], + [ + "ol", + "ini" + ], + [ + "▁Design", + "er" + ], + [ + "▁hom", + "ogene" + ], + [ + "ori", + "e" + ], + [ + "or", + "ie" + ], + [ + "o", + "rie" + ], + [ + "▁1985", + "." + ], + [ + "▁198", + "5." + ], + [ + "▁homogene", + "ous" + ], + [ + "▁hom", + "ogeneous" + ], + [ + "A", + "Z" + ], + [ + "sea", + "son" + ], + [ + "se", + "ason" + ], + [ + "oubted", + "ly" + ], + [ + "▁Again", + "st" + ], + [ + "▁vizinha", + "s" + ], + [ + "▁vizinh", + "as" + ], + [ + "▁viz", + "inhas" + ], + [ + "▁Br", + "ux" + ], + [ + "▁bi", + "carbon" + ], + [ + "▁b", + "icarbon" + ], + [ + "▁entend", + "endo" + ], + [ + "▁ent", + "endendo" + ], + [ + "▁sign", + "ing" + ], + [ + "▁sig", + "ning" + ], + [ + "▁Confeder", + "ação" + ], + [ + "▁Conf", + "ederação" + ], + [ + "CA", + "N" + ], + [ + "C", + "AN" + ], + [ + "▁99", + "," + ], + [ + "▁9", + "9," + ], + [ + "▁", + "99," + ], + [ + "▁VOC", + "Ê" + ], + [ + "▁f", + "b" + ], + [ + "▁", + "fb" + ], + [ + "fam", + "iliar" + ], + [ + "▁limpo", + "s" + ], + [ + "▁limp", + "os" + ], + [ + "▁lim", + "pos" + ], + [ + "▁Compan", + "ies" + ], + [ + "▁perceber", + "am" + ], + [ + "▁percebe", + "ram" + ], + [ + "▁perceb", + "eram" + ], + [ + "▁1961", + "," + ], + [ + "▁196", + "1," + ], + [ + "▁19", + "61," + ], + [ + "▁pulmonar", + "y" + ], + [ + "▁pulmon", + "ary" + ], + [ + "▁2", + "°" + ], + [ + "fin", + "ite" + ], + [ + "f", + "inite" + ], + [ + "▁visit", + "ou" + ], + [ + "▁vis", + "itou" + ], + [ + "arr", + "o" + ], + [ + "ar", + "ro" + ], + [ + "▁Assist", + "ant" + ], + [ + "om", + "nia" + ], + [ + "▁col", + "ágeno" + ], + [ + "▁aconselh", + "amento" + ], + [ + "▁ving", + "ança" + ], + [ + "▁NO", + "AA" + ], + [ + "▁Recon", + "hecer" + ], + [ + "▁air", + "port" + ], + [ + "▁Port", + "land" + ], + [ + "▁comporta", + "r" + ], + [ + "▁comport", + "ar" + ], + [ + "▁compor", + "tar" + ], + [ + "▁tranquil", + "a" + ], + [ + "▁tranqu", + "ila" + ], + [ + "▁detect", + "ing" + ], + [ + "▁sphere", + "s" + ], + [ + "▁spher", + "es" + ], + [ + "anc", + "h" + ], + [ + "an", + "ch" + ], + [ + "▁judici", + "ais" + ], + [ + "▁jud", + "iciais" + ], + [ + "▁retirado", + "s" + ], + [ + "▁retira", + "dos" + ], + [ + "▁retir", + "ados" + ], + [ + "ocaust", + "o" + ], + [ + "oca", + "usto" + ], + [ + "oc", + "austo" + ], + [ + "ARG", + "S" + ], + [ + "AR", + "GS" + ], + [ + "▁d", + "warf" + ], + [ + "ER", + "J" + ], + [ + "E", + "RJ" + ], + [ + "▁espec", + "iar" + ], + [ + "o", + "j" + ], + [ + "▁Vascon", + "celos" + ], + [ + "bro", + "u" + ], + [ + "br", + "ou" + ], + [ + "b", + "rou" + ], + [ + "isc", + "h" + ], + [ + "is", + "ch" + ], + [ + "i", + "sch" + ], + [ + "▁Pac", + "to" + ], + [ + "▁P", + "acto" + ], + [ + "incl", + "uindo" + ], + [ + "ampa", + "ign" + ], + [ + "mat", + "ure" + ], + [ + "m", + "ature" + ], + [ + "▁dava", + "m" + ], + [ + "▁da", + "vam" + ], + [ + "▁d", + "avam" + ], + [ + "Em", + "ploy" + ], + [ + "▁cer", + "rado" + ], + [ + "▁c", + "errado" + ], + [ + "▁defend", + "ia" + ], + [ + "34", + "2" + ], + [ + "3", + "42" + ], + [ + "uch", + "e" + ], + [ + "uc", + "he" + ], + [ + "u", + "che" + ], + [ + "▁Meu", + "s" + ], + [ + "▁Me", + "us" + ], + [ + "▁M", + "eus" + ], + [ + "▁Co", + "isas" + ], + [ + "▁cruc", + "iais" + ], + [ + "▁cru", + "ciais" + ], + [ + "▁Sil", + "v" + ], + [ + "▁Si", + "lv" + ], + [ + "3456", + "789" + ], + [ + "▁desemp", + "re" + ], + [ + "▁desem", + "pre" + ], + [ + "▁des", + "empre" + ], + [ + "▁Ele", + "t" + ], + [ + "▁El", + "et" + ], + [ + "▁E", + "let" + ], + [ + "▁De", + "d" + ], + [ + "▁D", + "ed" + ], + [ + "▁Th", + "ous" + ], + [ + "▁des", + "ativ" + ], + [ + "▁injustiça", + "s" + ], + [ + "▁injust", + "iças" + ], + [ + "J", + "á" + ], + [ + "▁poço", + "s" + ], + [ + "▁po", + "ços" + ], + [ + "▁per", + "ennial" + ], + [ + "▁Incre", + "asing" + ], + [ + "▁AS", + "T" + ], + [ + "▁A", + "ST" + ], + [ + "▁", + "AST" + ], + [ + "▁depo", + "imento" + ], + [ + "▁six", + "ty" + ], + [ + "▁si", + "xty" + ], + [ + "▁resfri", + "ado" + ], + [ + "▁provocada", + "s" + ], + [ + "▁provoca", + "das" + ], + [ + "▁provoc", + "adas" + ], + [ + "▁prov", + "ocadas" + ], + [ + "▁T", + "K" + ], + [ + "▁OL", + "IVEIRA" + ], + [ + "▁HOLD", + "ERS" + ], + [ + "▁Polit", + "ics" + ], + [ + "19", + "1" + ], + [ + "1", + "91" + ], + [ + "▁I", + "G" + ], + [ + "▁", + "IG" + ], + [ + "▁enx", + "aqu" + ], + [ + "▁incon", + "d" + ], + [ + "▁inc", + "ond" + ], + [ + "▁in", + "cond" + ], + [ + "▁Absol", + "ute" + ], + [ + "▁time", + "line" + ], + [ + "▁tim", + "eline" + ], + [ + "▁pret", + "ensão" + ], + [ + "▁'", + "[" + ], + [ + "▁to", + "a" + ], + [ + "▁t", + "oa" + ], + [ + "▁aponta", + "do" + ], + [ + "▁apont", + "ado" + ], + [ + "▁Mathemat", + "ica" + ], + [ + "▁anticip", + "ated" + ], + [ + "▁per", + "l" + ], + [ + "▁pe", + "rl" + ], + [ + "▁", + "perl" + ], + [ + "▁sha", + "m" + ], + [ + "▁sh", + "am" + ], + [ + "▁s", + "ham" + ], + [ + "▁arre", + "m" + ], + [ + "▁arr", + "em" + ], + [ + "▁ar", + "rem" + ], + [ + "▁compil", + "ation" + ], + [ + "▁comp", + "ilation" + ], + [ + "▁b", + "t" + ], + [ + "▁", + "bt" + ], + [ + "▁espalh", + "adas" + ], + [ + "▁espal", + "hadas" + ], + [ + "▁EST", + "ADO" + ], + [ + "▁óp", + "tica" + ], + [ + "▁ó", + "ptica" + ], + [ + "▁periód", + "ica" + ], + [ + "itos", + "e" + ], + [ + "ito", + "se" + ], + [ + "it", + "ose" + ], + [ + "▁desc", + "rições" + ], + [ + "aba", + "ra" + ], + [ + "ab", + "ara" + ], + [ + "▁wash", + "ed" + ], + [ + "▁was", + "hed" + ], + [ + ":1", + "4" + ], + [ + ":", + "14" + ], + [ + "Mar", + "t" + ], + [ + "Ma", + "rt" + ], + [ + "M", + "art" + ], + [ + "▁costuma", + "va" + ], + [ + "▁costum", + "ava" + ], + [ + "▁gar", + "lic" + ], + [ + "▁R", + "iemann" + ], + [ + "\\\\", + "\\\\" + ], + [ + "▁le", + "ão" + ], + [ + "▁dono", + "r" + ], + [ + "▁don", + "or" + ], + [ + "▁do", + "nor" + ], + [ + "▁àqu", + "ela" + ], + [ + "▁Cy", + "ber" + ], + [ + "▁sé", + "timo" + ], + [ + "Ver", + "s" + ], + [ + "Ve", + "rs" + ], + [ + "V", + "ers" + ], + [ + "▁Curric", + "ular" + ], + [ + "▁Curr", + "icular" + ], + [ + "▁Cur", + "ricular" + ], + [ + "▁Consider", + "ações" + ], + [ + "▁altern", + "ating" + ], + [ + ".", + "•" + ], + [ + "▁\"_", + "_" + ], + [ + "▁\"", + "__" + ], + [ + "**", + "." + ], + [ + "*", + "*." + ], + [ + "▁detal", + "hado" + ], + [ + "▁amendo", + "im" + ], + [ + "▁paralelo", + "s" + ], + [ + "▁paral", + "elos" + ], + [ + "et", + "z" + ], + [ + "e", + "tz" + ], + [ + "▁touch", + "ed" + ], + [ + "▁tou", + "ched" + ], + [ + "▁un", + "specified" + ], + [ + "ma", + "ble" + ], + [ + "m", + "able" + ], + [ + "▁Nas", + "a" + ], + [ + "▁Na", + "sa" + ], + [ + "▁N", + "asa" + ], + [ + "digit", + "s" + ], + [ + "dig", + "its" + ], + [ + "▁abac", + "ate" + ], + [ + "▁frag", + "r" + ], + [ + "▁fra", + "gr" + ], + [ + "▁fr", + "agr" + ], + [ + "for", + "Each" + ], + [ + "▁class", + "ifica" + ], + [ + "princip", + "almente" + ], + [ + "▁&", + "[" + ], + [ + "▁Cr", + "escimento" + ], + [ + "ín", + "o" + ], + [ + "í", + "no" + ], + [ + "cons", + "erv" + ], + [ + "con", + "serv" + ], + [ + "log", + "ging" + ], + [ + "▁socialista", + "s" + ], + [ + "▁social", + "istas" + ], + [ + "art", + "a" + ], + [ + "ar", + "ta" + ], + [ + "▁LO", + "CAL" + ], + [ + "▁", + "LOCAL" + ], + [ + "▁72", + "," + ], + [ + "▁7", + "2," + ], + [ + "▁", + "72," + ], + [ + "▁FA", + "L" + ], + [ + "▁F", + "AL" + ], + [ + "hes", + "ia" + ], + [ + "he", + "sia" + ], + [ + "h", + "esia" + ], + [ + "▁acompanhada", + "s" + ], + [ + "▁acompanha", + "das" + ], + [ + "▁acompanh", + "adas" + ], + [ + "▁acompan", + "hadas" + ], + [ + "LAS", + "T" + ], + [ + "LA", + "ST" + ], + [ + "L", + "AST" + ], + [ + "▁Nil", + "e" + ], + [ + "▁Ni", + "le" + ], + [ + "▁N", + "ile" + ], + [ + "▁ff", + "ff" + ], + [ + "▁f", + "fff" + ], + [ + "▁", + "ffff" + ], + [ + "ulin", + "a" + ], + [ + "uli", + "na" + ], + [ + "ul", + "ina" + ], + [ + "▁Turn", + "er" + ], + [ + "▁Tur", + "ner" + ], + [ + "adi", + "um" + ], + [ + "ad", + "ium" + ], + [ + "▁master", + "s" + ], + [ + "▁mast", + "ers" + ], + [ + "▁mas", + "ters" + ], + [ + "▁ma", + "sters" + ], + [ + "▁m", + "asters" + ], + [ + "▁2.", + "8" + ], + [ + "▁2", + ".8" + ], + [ + "▁", + "2.8" + ], + [ + "▁corpor", + "ações" + ], + [ + "▁corpo", + "rações" + ], + [ + "ho", + "je" + ], + [ + "h", + "oje" + ], + [ + "▁un", + "roll" + ], + [ + "▁weak", + "er" + ], + [ + "▁we", + "aker" + ], + [ + "▁PA", + "C" + ], + [ + "▁P", + "AC" + ], + [ + "▁ga", + "i" + ], + [ + "▁g", + "ai" + ], + [ + "brate", + "s" + ], + [ + "bra", + "tes" + ], + [ + "br", + "ates" + ], + [ + "b", + "rates" + ], + [ + "▁exclu", + "ir" + ], + [ + "▁excl", + "uir" + ], + [ + "▁O", + "i" + ], + [ + "icas", + "se" + ], + [ + "ic", + "asse" + ], + [ + "▁Dig", + "est" + ], + [ + "▁Di", + "gest" + ], + [ + "▁tutorial", + "s" + ], + [ + "▁des", + "nutrição" + ], + [ + "v", + "d" + ], + [ + "|", + "." + ], + [ + "ex", + "o" + ], + [ + "e", + "xo" + ], + [ + "▁spot", + "ted" + ], + [ + "▁spo", + "tted" + ], + [ + "alg", + "orithm" + ], + [ + "▁dinosa", + "urs" + ], + [ + "▁CI", + "D" + ], + [ + "▁C", + "ID" + ], + [ + "▁", + "CID" + ], + [ + "▁saiba", + "m" + ], + [ + "▁saib", + "am" + ], + [ + "▁selecion", + "adas" + ], + [ + "Add", + "ed" + ], + [ + "Ad", + "ded" + ], + [ + "▁Amaz", + "ônica" + ], + [ + "▁Forma", + "s" + ], + [ + "▁Form", + "as" + ], + [ + "▁For", + "mas" + ], + [ + "▁satisf", + "az" + ], + [ + "▁satis", + "faz" + ], + [ + "▁abord", + "ando" + ], + [ + "▁Le", + "af" + ], + [ + "▁", + "Leaf" + ], + [ + "▁esco", + "po" + ], + [ + "▁esc", + "opo" + ], + [ + "▁desvant", + "agem" + ], + [ + "▁Propried", + "ades" + ], + [ + "▁apresentar", + "em" + ], + [ + "▁apresenta", + "rem" + ], + [ + "▁apresent", + "arem" + ], + [ + "▁vício", + "s" + ], + [ + "▁v", + "ícios" + ], + [ + "▁23", + "2" + ], + [ + "▁2", + "32" + ], + [ + "▁", + "232" + ], + [ + "▁99", + "%" + ], + [ + "▁9", + "9%" + ], + [ + "plane", + "s" + ], + [ + "plan", + "es" + ], + [ + "pla", + "nes" + ], + [ + "pl", + "anes" + ], + [ + "▁pair", + "ed" + ], + [ + "▁pai", + "red" + ], + [ + "▁pa", + "ired" + ], + [ + "▁p", + "aired" + ], + [ + "▁", + "paired" + ], + [ + "«", + "«" + ], + [ + "arch", + "ed" + ], + [ + "arc", + "hed" + ], + [ + "ar", + "ched" + ], + [ + "▁gás", + "tr" + ], + [ + "▁g", + "ástr" + ], + [ + "V", + "Z" + ], + [ + "ik", + "o" + ], + [ + "i", + "ko" + ], + [ + "▁186", + "0" + ], + [ + "▁18", + "60" + ], + [ + "▁1", + "860" + ], + [ + "▁sp", + "ac" + ], + [ + "▁s", + "pac" + ], + [ + "▁pronta", + "s" + ], + [ + "▁pront", + "as" + ], + [ + "▁pron", + "tas" + ], + [ + "▁outline", + "s" + ], + [ + "▁out", + "lines" + ], + [ + "gua", + "çu" + ], + [ + "▁fr", + "ágeis" + ], + [ + "▁priv", + "at" + ], + [ + "▁bioc", + "ombust" + ], + [ + "▁Che", + "fe" + ], + [ + "▁fós", + "sil" + ], + [ + "▁híbr", + "ido" + ], + [ + "▁fisi", + "ologia" + ], + [ + "▁fis", + "iologia" + ], + [ + "▁institu", + "ído" + ], + [ + "▁instit", + "uído" + ], + [ + "hara", + "m" + ], + [ + "har", + "am" + ], + [ + "ha", + "ram" + ], + [ + "h", + "aram" + ], + [ + "▁'2018-", + "03" + ], + [ + "▁'2018", + "-03" + ], + [ + "▁Olimp", + "íadas" + ], + [ + "▁group", + "ing" + ], + [ + "Con", + "structor" + ], + [ + "iri", + "s" + ], + [ + "ir", + "is" + ], + [ + "i", + "ris" + ], + [ + "▁na", + "il" + ], + [ + "▁n", + "ail" + ], + [ + "▁", + "nail" + ], + [ + "▁par", + "sing" + ], + [ + ".\"", + "\"\"" + ], + [ + ".", + "\"\"\"" + ], + [ + "▁mora", + "va" + ], + [ + "▁mor", + "ava" + ], + [ + "▁mo", + "rava" + ], + [ + "▁subst", + "ancial" + ], + [ + "▁wh", + "is" + ], + [ + "▁w", + "his" + ], + [ + "▁Work", + "ers" + ], + [ + "▁Wor", + "kers" + ], + [ + "J", + "ac" + ], + [ + "▁dec", + "ol" + ], + [ + "▁de", + "col" + ], + [ + "▁concede", + "u" + ], + [ + "▁conced", + "eu" + ], + [ + "▁proporcion", + "ou" + ], + [ + "▁C", + "MAKE" + ], + [ + "▁", + "CMAKE" + ], + [ + "ira", + "tion" + ], + [ + "ir", + "ation" + ], + [ + "i", + "ration" + ], + [ + "▁predict", + "ive" + ], + [ + "per", + "o" + ], + [ + "pe", + "ro" + ], + [ + "p", + "ero" + ], + [ + "Dis", + "able" + ], + [ + "▁est", + "údio" + ], + [ + "ion", + "ário" + ], + [ + "Serialize", + "r" + ], + [ + "Serial", + "izer" + ], + [ + "▁or", + "questra" + ], + [ + "▁liv", + "elihood" + ], + [ + "tt", + "ed" + ], + [ + "t", + "ted" + ], + [ + "▁Lob", + "o" + ], + [ + "▁Lo", + "bo" + ], + [ + "▁L", + "obo" + ], + [ + "▁varia", + "da" + ], + [ + "▁vari", + "ada" + ], + [ + "▁var", + "iada" + ], + [ + "▁where", + "by" + ], + [ + "▁microorgan", + "isms" + ], + [ + "17", + "2" + ], + [ + "1", + "72" + ], + [ + "EC", + "C" + ], + [ + "E", + "CC" + ], + [ + "▁90", + "." + ], + [ + "▁9", + "0." + ], + [ + "▁supr", + "imento" + ], + [ + "▁sup", + "rimento" + ], + [ + "▁su", + "primento" + ], + [ + "F", + "G" + ], + [ + "(_", + "." + ], + [ + "(", + "_." + ], + [ + "-3", + "5" + ], + [ + "-", + "35" + ], + [ + "opa", + "rd" + ], + [ + "op", + "ard" + ], + [ + "▁Már", + "cia" + ], + [ + "▁pro", + "gen" + ], + [ + "▁pr", + "ogen" + ], + [ + "▁p", + "rogen" + ], + [ + "▁np", + "m" + ], + [ + "▁n", + "pm" + ], + [ + "▁", + "npm" + ], + [ + "▁abnormal", + "ities" + ], + [ + "▁0.1", + "2" + ], + [ + "▁0.", + "12" + ], + [ + "▁0", + ".12" + ], + [ + "▁atual", + "izações" + ], + [ + "▁Zo", + "o" + ], + [ + "▁Z", + "oo" + ], + [ + "mu", + "ito" + ], + [ + "m", + "uito" + ], + [ + "00", + ":" + ], + [ + "0", + "0:" + ], + [ + "req", + "uis" + ], + [ + "re", + "quis" + ], + [ + "▁mút", + "uo" + ], + [ + "▁Me", + "eting" + ], + [ + "▁predomin", + "antly" + ], + [ + "▁with", + "stand" + ], + [ + "▁R", + "G" + ], + [ + "▁", + "RG" + ], + [ + "associ", + "ated" + ], + [ + "▁epoch", + "s" + ], + [ + "▁", + "epochs" + ], + [ + "bo", + "y" + ], + [ + "b", + "oy" + ], + [ + "inte", + "l" + ], + [ + "int", + "el" + ], + [ + "in", + "tel" + ], + [ + "4.", + "5" + ], + [ + "4", + ".5" + ], + [ + "▁--", + "<" + ], + [ + "▁Em", + "ily" + ], + [ + "▁sócio", + "s" + ], + [ + "▁só", + "cios" + ], + [ + "▁s", + "ócios" + ], + [ + "▁Viet", + "nã" + ], + [ + "▁amizade", + "s" + ], + [ + "▁amiz", + "ades" + ], + [ + "▁in", + "equ" + ], + [ + "▁meta", + "ph" + ], + [ + "▁met", + "aph" + ], + [ + "ulador", + "es" + ], + [ + "ulado", + "res" + ], + [ + "ul", + "adores" + ], + [ + "▁commission", + "ed" + ], + [ + "}", + ">" + ], + [ + "▁st", + "ool" + ], + [ + "▁s", + "tool" + ], + [ + "▁lag", + "art" + ], + [ + "▁reject", + "ion" + ], + [ + "▁reje", + "ction" + ], + [ + "▁re", + "jection" + ], + [ + "bp", + "s" + ], + [ + "b", + "ps" + ], + [ + "▁extra", + "to" + ], + [ + "▁extr", + "ato" + ], + [ + "▁ext", + "rato" + ], + [ + "▁pet", + "roleum" + ], + [ + "▁aro", + "se" + ], + [ + "▁ar", + "ose" + ], + [ + "▁a", + "rose" + ], + [ + "▁G", + "ROUP" + ], + [ + "▁", + "GROUP" + ], + [ + "▁Or", + "lando" + ], + [ + "▁microorgan", + "ismos" + ], + [ + "isch", + "e" + ], + [ + "isc", + "he" + ], + [ + "is", + "che" + ], + [ + "i", + "sche" + ], + [ + "▁trade", + "rs" + ], + [ + "▁trad", + "ers" + ], + [ + "▁tra", + "ders" + ], + [ + "▁tr", + "aders" + ], + [ + "ne", + "o" + ], + [ + "n", + "eo" + ], + [ + "▁des", + "b" + ], + [ + "▁de", + "sb" + ], + [ + "▁Wil", + "ey" + ], + [ + "▁Wi", + "ley" + ], + [ + "▁W", + "iley" + ], + [ + "▁cantor", + "a" + ], + [ + "▁canto", + "ra" + ], + [ + "▁cant", + "ora" + ], + [ + "▁disadvantage", + "s" + ], + [ + "▁disadvant", + "ages" + ], + [ + "▁Dog", + "s" + ], + [ + "▁Do", + "gs" + ], + [ + "▁D", + "ogs" + ], + [ + "▁rodovi", + "as" + ], + [ + "▁rodo", + "vias" + ], + [ + "▁constru", + "íram" + ], + [ + "04", + "7" + ], + [ + "0", + "47" + ], + [ + "06", + "7" + ], + [ + "0", + "67" + ], + [ + "▁Fl", + "am" + ], + [ + "▁F", + "lam" + ], + [ + "digit", + "al" + ], + [ + "dig", + "ital" + ], + [ + "▁clima", + "s" + ], + [ + "▁clim", + "as" + ], + [ + "▁cl", + "imas" + ], + [ + "▁Victoria", + "n" + ], + [ + "▁Victor", + "ian" + ], + [ + "▁primário", + "s" + ], + [ + "▁prim", + "ários" + ], + [ + "▁kilomet", + "res" + ], + [ + "ôn", + "omo" + ], + [ + "▁obst", + "ru" + ], + [ + "▁obs", + "tru" + ], + [ + "▁ob", + "stru" + ], + [ + "▁recogn", + "ise" + ], + [ + "aba", + "l" + ], + [ + "ab", + "al" + ], + [ + "a", + "bal" + ], + [ + "▁CON", + "SE" + ], + [ + "og", + "s" + ], + [ + "o", + "gs" + ], + [ + "oma", + "r" + ], + [ + "om", + "ar" + ], + [ + "o", + "mar" + ], + [ + "ópica", + "s" + ], + [ + "óp", + "icas" + ], + [ + "▁est", + "igma" + ], + [ + "▁197", + "1" + ], + [ + "▁19", + "71" + ], + [ + "▁cross", + "es" + ], + [ + "▁far", + "iseus" + ], + [ + "▁194", + "1" + ], + [ + "▁19", + "41" + ], + [ + "▁r", + "v" + ], + [ + "▁", + "rv" + ], + [ + "▁22", + "6" + ], + [ + "▁2", + "26" + ], + [ + "▁", + "226" + ], + [ + "▁Fi", + "r" + ], + [ + "▁F", + "ir" + ], + [ + "▁Ato", + "m" + ], + [ + "▁At", + "om" + ], + [ + "▁A", + "tom" + ], + [ + "▁", + "Atom" + ], + [ + "▁subset", + "s" + ], + [ + "▁subs", + "ets" + ], + [ + "▁sub", + "sets" + ], + [ + "▁respeita", + "do" + ], + [ + "▁respe", + "itado" + ], + [ + "Su", + "n" + ], + [ + "S", + "un" + ], + [ + "Char", + "s" + ], + [ + "Cha", + "rs" + ], + [ + "Ch", + "ars" + ], + [ + "▁model", + "ed" + ], + [ + "▁mode", + "led" + ], + [ + "▁mod", + "eled" + ], + [ + "K", + "G" + ], + [ + "Liv", + "e" + ], + [ + "Li", + "ve" + ], + [ + "L", + "ive" + ], + [ + "▁Voz", + "es" + ], + [ + "▁Vo", + "zes" + ], + [ + "▁ru", + "s" + ], + [ + "▁r", + "us" + ], + [ + "▁", + "rus" + ], + [ + "▁conhec", + "i" + ], + [ + "▁conhe", + "ci" + ], + [ + "▁51", + "." + ], + [ + "▁5", + "1." + ], + [ + "Mark", + "er" + ], + [ + "Mar", + "ker" + ], + [ + "▁Bomb", + "e" + ], + [ + "▁Bom", + "be" + ], + [ + "▁derrub", + "ar" + ], + [ + "▁'''<", + "/" + ], + [ + "▁'''", + ">", + "=" + ], + [ + "▁>", + ">=" + ], + [ + "▁Lock", + "e" + ], + [ + "▁Loc", + "ke" + ], + [ + "▁ci", + "f" + ], + [ + "▁c", + "if" + ], + [ + "RAN", + "GE" + ], + [ + "R", + "ANGE" + ], + [ + "▁wood", + "s" + ], + [ + "▁wo", + "ods" + ], + [ + "▁viaj", + "antes" + ], + [ + "iscop", + "al" + ], + [ + "isco", + "pal" + ], + [ + "==", + "0)" + ], + [ + "=", + "=0)" + ], + [ + "tut", + "orial" + ], + [ + "▁sejam", + "os" + ], + [ + "▁seja", + "mos" + ], + [ + "▁se", + "jamos" + ], + [ + ">(", + "\"" + ], + [ + ">", + "(\"" + ], + [ + "▁MB", + "A" + ], + [ + "▁M", + "BA" + ], + [ + "▁Fe", + "z" + ], + [ + "▁F", + "ez" + ], + [ + "▁Bra", + "h" + ], + [ + "▁Br", + "ah" + ], + [ + "▁Park", + "er" + ], + [ + "▁Par", + "ker" + ], + [ + "(2", + "2" + ], + [ + "(", + "22" + ], + [ + "Pa", + "ulo" + ], + [ + "▁AV", + "AL" + ], + [ + "▁A", + "VAL" + ], + [ + "▁inverte", + "r" + ], + [ + "▁invert", + "er" + ], + [ + "▁in", + "verter" + ], + [ + "▁cooper", + "ative" + ], + [ + "▁co", + "operative" + ], + [ + "can", + "cer" + ], + [ + "c", + "ancer" + ], + [ + "▁luminos", + "idade" + ], + [ + "▁lumin", + "osidade" + ], + [ + "▁particip", + "ativa" + ], + [ + "STRE", + "AM" + ], + [ + "▁D", + "U" + ], + [ + "▁", + "DU" + ], + [ + "rob", + "ot" + ], + [ + "ro", + "bot" + ], + [ + "▁ke", + "en" + ], + [ + "▁k", + "een" + ], + [ + "ore", + "station" + ], + [ + "or", + "estation" + ], + [ + "▁alcança", + "da" + ], + [ + "▁alcanç", + "ada" + ], + [ + "▁diferenciada", + "s" + ], + [ + "▁diferencia", + "das" + ], + [ + "▁diferenci", + "adas" + ], + [ + "▁difer", + "enciadas" + ], + [ + "▁medi", + "do" + ], + [ + "▁med", + "ido" + ], + [ + "▁wol", + "f" + ], + [ + "▁wo", + "lf" + ], + [ + "▁w", + "olf" + ], + [ + "▁ton", + "t" + ], + [ + "▁to", + "nt" + ], + [ + "▁t", + "ont" + ], + [ + "ancement", + "s" + ], + [ + "ance", + "ments" + ], + [ + "anc", + "ements" + ], + [ + "an", + "cements" + ], + [ + "▁fragment", + "ação" + ], + [ + "▁Ed", + "ison" + ], + [ + "▁E", + "dison" + ], + [ + "▁Increase", + "d" + ], + [ + "▁Incre", + "ased" + ], + [ + "▁conduct", + "ivity" + ], + [ + "▁cov", + "ariance" + ], + [ + "hoo", + "t" + ], + [ + "ho", + "ot" + ], + [ + "h", + "oot" + ], + [ + "▁1981", + "," + ], + [ + "▁198", + "1," + ], + [ + "▁19", + "81," + ], + [ + "▁pago", + "s" + ], + [ + "▁pag", + "os" + ], + [ + "▁pa", + "gos" + ], + [ + "▁p", + "agos" + ], + [ + "idi", + "um" + ], + [ + "id", + "ium" + ], + [ + "▁pre", + "p" + ], + [ + "▁pr", + "ep" + ], + [ + "▁p", + "rep" + ], + [ + "riage", + "s" + ], + [ + "ria", + "ges" + ], + [ + "ri", + "ages" + ], + [ + "DE", + "V" + ], + [ + "D", + "EV" + ], + [ + "Mark", + "et" + ], + [ + "Mar", + "ket" + ], + [ + "▁water", + "ing" + ], + [ + "DO", + "M" + ], + [ + "D", + "OM" + ], + [ + "▁desg", + "ra" + ], + [ + "▁des", + "gra" + ], + [ + "▁Disorder", + "s" + ], + [ + "▁Dis", + "orders" + ], + [ + "V", + "o" + ], + [ + "T", + "ax" + ], + [ + "gre", + "y" + ], + [ + "gr", + "ey" + ], + [ + "g", + "rey" + ], + [ + "▁5)", + "." + ], + [ + "▁5", + ")." + ], + [ + "▁", + "5)." + ], + [ + "one", + "te" + ], + [ + "on", + "ete" + ], + [ + "▁herb", + "al" + ], + [ + "▁her", + "bal" + ], + [ + "=", + "8" + ], + [ + "▁reman", + "escentes" + ], + [ + "09", + ":" + ], + [ + "0", + "9:" + ], + [ + "▁fluct", + "uations" + ], + [ + "▁chlor", + "ide" + ], + [ + "inf", + "l" + ], + [ + "in", + "fl" + ], + [ + "9", + "\\" + ], + [ + "▁1965", + "," + ], + [ + "▁196", + "5," + ], + [ + "▁19", + "65," + ], + [ + "▁(7", + "," + ], + [ + "▁(", + "7," + ], + [ + "▁", + "(7," + ], + [ + "man", + "ifest" + ], + [ + "▁Pic", + "asso" + ], + [ + "▁Cub", + "e" + ], + [ + "▁Cu", + "be" + ], + [ + "▁C", + "ube" + ], + [ + "▁the", + "e" + ], + [ + "▁th", + "ee" + ], + [ + "▁ampla", + "s" + ], + [ + "▁ampl", + "as" + ], + [ + "▁amp", + "las" + ], + [ + "▁am", + "plas" + ], + [ + "▁56", + "." + ], + [ + "▁5", + "6." + ], + [ + "▁", + "56." + ], + [ + "Be", + "r" + ], + [ + "B", + "er" + ], + [ + "▁cola", + "r" + ], + [ + "▁col", + "ar" + ], + [ + "▁co", + "lar" + ], + [ + "▁c", + "olar" + ], + [ + "▁Fa", + "ith" + ], + [ + "▁Index", + "es" + ], + [ + "▁R", + "UN" + ], + [ + "▁", + "RUN" + ], + [ + "▁prim", + "o" + ], + [ + "▁pri", + "mo" + ], + [ + "▁pr", + "imo" + ], + [ + "▁estima", + "ting" + ], + [ + "▁estim", + "ating" + ], + [ + "▁conc", + "at" + ], + [ + "▁con", + "cat" + ], + [ + "▁", + "concat" + ], + [ + "▁media", + "dor" + ], + [ + "▁medi", + "ador" + ], + [ + "▁access", + "ing" + ], + [ + "66", + "0" + ], + [ + "6", + "60" + ], + [ + "ón", + "imo" + ], + [ + "Assign", + "ment" + ], + [ + "Ass", + "ignment" + ], + [ + "ablish", + "ed" + ], + [ + "ab", + "lished" + ], + [ + "▁d", + "z" + ], + [ + "▁", + "dz" + ], + [ + "▁Goal", + "s" + ], + [ + "▁Go", + "als" + ], + [ + "ound", + "ing" + ], + [ + "oun", + "ding" + ], + [ + "arch", + "ical" + ], + [ + "▁simultane", + "ous" + ], + [ + "▁simult", + "aneous" + ], + [ + "ier", + "r" + ], + [ + "ie", + "rr" + ], + [ + "i", + "err" + ], + [ + "▁0.", + "." + ], + [ + "▁0", + ".." + ], + [ + "▁gent", + "ios" + ], + [ + "▁desafi", + "ar" + ], + [ + "▁desaf", + "iar" + ], + [ + "▁Bragan", + "ça" + ], + [ + "RE", + "M" + ], + [ + "R", + "EM" + ], + [ + "▁Da", + "t" + ], + [ + "▁D", + "at" + ], + [ + "▁", + "Dat" + ], + [ + "▁tua", + "s" + ], + [ + "▁tu", + "as" + ], + [ + "▁t", + "uas" + ], + [ + "▁origin", + "a" + ], + [ + "▁orig", + "ina" + ], + [ + "▁significa", + "m" + ], + [ + "▁signific", + "am" + ], + [ + "▁sign", + "ificam" + ], + [ + "▁Particip", + "ação" + ], + [ + "▁oper", + "ário" + ], + [ + "▁croc", + "od" + ], + [ + "▁cro", + "cod" + ], + [ + "▁começa", + "va" + ], + [ + "▁começ", + "ava" + ], + [ + "▁criam", + "os" + ], + [ + "▁cria", + "mos" + ], + [ + "▁cri", + "amos" + ], + [ + "▁cuidado", + "res" + ], + [ + "▁cuid", + "adores" + ], + [ + "▁Ra", + "ul" + ], + [ + "▁Sp", + "ark" + ], + [ + "▁S", + "park" + ], + [ + "______", + "_" + ], + [ + "_____", + "__" + ], + [ + "____", + "___" + ], + [ + "___", + "____" + ], + [ + "__", + "_____" + ], + [ + "_", + "______" + ], + [ + "▁Je", + "s" + ], + [ + "▁J", + "es" + ], + [ + "▁Ar", + "áb" + ], + [ + "59", + "7" + ], + [ + "5", + "97" + ], + [ + "eval", + "uate" + ], + [ + "off", + "s" + ], + [ + "of", + "fs" + ], + [ + "▁broad", + "ly" + ], + [ + "▁Instr", + "ument" + ], + [ + "OP", + "ER" + ], + [ + "O", + "PER" + ], + [ + "Ori", + "ent" + ], + [ + "Or", + "ient" + ], + [ + "▁dispos", + "tas" + ], + [ + "▁disp", + "ostas" + ], + [ + "hos", + "p" + ], + [ + "ho", + "sp" + ], + [ + "h", + "osp" + ], + [ + "▁Know", + "n" + ], + [ + "▁Kn", + "own" + ], + [ + "-3", + ")" + ], + [ + "-", + "3)" + ], + [ + "▁prep", + "onder" + ], + [ + "▁pre", + "ponder" + ], + [ + "▁Basic", + "s" + ], + [ + "▁Bas", + "ics" + ], + [ + "('", + "<" + ], + [ + "(", + "'<" + ], + [ + "▁(-", + "1" + ], + [ + "▁(", + "-1" + ], + [ + "▁", + "(-1" + ], + [ + "▁car", + "ved" + ], + [ + "andom", + "bl" + ], + [ + "▁mínima", + "s" + ], + [ + "▁mín", + "imas" + ], + [ + "▁be", + "an" + ], + [ + "▁b", + "ean" + ], + [ + "▁", + "bean" + ], + [ + "▁suger", + "iu" + ], + [ + "▁cultivar", + "es" + ], + [ + "▁cultiv", + "ares" + ], + [ + "▁currículo", + "s" + ], + [ + "▁curr", + "ículos" + ], + [ + "▁contribu", + "ído" + ], + [ + "▁religios", + "idade" + ], + [ + "▁Magn", + "etic" + ], + [ + "▁Ethi", + "opia" + ], + [ + "▁Chang", + "ing" + ], + [ + "▁Chan", + "ging" + ], + [ + "▁Ch", + "anging" + ], + [ + "▁sala", + "rial" + ], + [ + "▁sal", + "arial" + ], + [ + "▁hand", + "ed" + ], + [ + "▁h", + "anded" + ], + [ + "tip", + "o" + ], + [ + "ti", + "po" + ], + [ + "t", + "ipo" + ], + [ + "▁escre", + "va" + ], + [ + "▁Prev", + "idência" + ], + [ + "▁L", + "B" + ], + [ + "▁", + "LB" + ], + [ + "▁acabam", + "ento" + ], + [ + "▁acaba", + "mento" + ], + [ + "▁acab", + "amento" + ], + [ + "Number", + "s" + ], + [ + "Num", + "bers" + ], + [ + "▁Conf", + "irm" + ], + [ + "▁", + "Confirm" + ], + [ + "color", + "ed" + ], + [ + "col", + "ored" + ], + [ + "▁soon", + "er" + ], + [ + "PS", + "C" + ], + [ + "P", + "SC" + ], + [ + "UN", + "A" + ], + [ + "U", + "NA" + ], + [ + "ul", + "antes" + ], + [ + "▁dece", + "nt" + ], + [ + "▁dec", + "ent" + ], + [ + "▁de", + "cent" + ], + [ + "▁Guar", + "ani" + ], + [ + "▁bicy", + "cle" + ], + [ + "▁bic", + "ycle" + ], + [ + "▁bi", + "cycle" + ], + [ + "▁n", + "oroeste" + ], + [ + "▁interna", + "mente" + ], + [ + "▁intern", + "amente" + ], + [ + "▁experi", + "entes" + ], + [ + "▁exper", + "ientes" + ], + [ + "▁emagre", + "cimento" + ], + [ + "_", + "\"" + ], + [ + "▁root", + "ed" + ], + [ + "▁ro", + "oted" + ], + [ + "▁stretch", + "ed" + ], + [ + "▁stret", + "ched" + ], + [ + "▁", + "و" + ], + [ + "22", + "1" + ], + [ + "2", + "21" + ], + [ + "▁novel", + "a" + ], + [ + "▁nove", + "la" + ], + [ + "▁nov", + "ela" + ], + [ + "Sin", + "g" + ], + [ + "Si", + "ng" + ], + [ + "S", + "ing" + ], + [ + "Alg", + "ebra" + ], + [ + "Al", + "gebra" + ], + [ + "▁adapt", + "a" + ], + [ + "▁adap", + "ta" + ], + [ + "▁Flor", + "ence" + ], + [ + "▁atingido", + "s" + ], + [ + "▁ating", + "idos" + ], + [ + "▁1941", + "," + ], + [ + "▁194", + "1," + ], + [ + "▁19", + "41," + ], + [ + "75", + "8" + ], + [ + "7", + "58" + ], + [ + "▁consist", + "ia" + ], + [ + "▁cons", + "istia" + ], + [ + "▁document", + "ary" + ], + [ + "qui", + "n" + ], + [ + "qu", + "in" + ], + [ + "▁contr", + "ária" + ], + [ + "▁San", + "gue" + ], + [ + "▁S", + "angue" + ], + [ + "▁GE", + "ST" + ], + [ + "▁G", + "EST" + ], + [ + "▁centr", + "ada" + ], + [ + "▁cent", + "rada" + ], + [ + "AB", + "B" + ], + [ + "A", + "BB" + ], + [ + "▁scar", + "c" + ], + [ + "▁sc", + "arc" + ], + [ + "▁2014", + ")." + ], + [ + "▁201", + "4)." + ], + [ + "▁20", + "14)." + ], + [ + "▁Part", + "ic" + ], + [ + "▁Par", + "tic" + ], + [ + "▁convinc", + "e" + ], + [ + "▁convin", + "ce" + ], + [ + "▁conv", + "ince" + ], + [ + "▁gener", + "osidade" + ], + [ + "▁Fi", + "m" + ], + [ + "▁F", + "im" + ], + [ + "▁Fe", + "el" + ], + [ + "▁maxim", + "al" + ], + [ + "▁max", + "imal" + ], + [ + "▁fabric", + "ar" + ], + [ + "DEP", + "END" + ], + [ + "DE", + "PEND" + ], + [ + "▁lat", + "ina" + ], + [ + "▁l", + "atina" + ], + [ + "▁Ste", + "wart" + ], + [ + "▁criativo", + "s" + ], + [ + "▁cri", + "ativos" + ], + [ + "B", + "ucket" + ], + [ + "▁Contra", + "to" + ], + [ + "▁Contr", + "ato" + ], + [ + "▁Cont", + "rato" + ], + [ + "▁observer", + "s" + ], + [ + "▁observe", + "rs" + ], + [ + "▁observ", + "ers" + ], + [ + "yl", + "im" + ], + [ + "y", + "lim" + ], + [ + "ator", + "es" + ], + [ + "ato", + "res" + ], + [ + "at", + "ores" + ], + [ + "▁vic", + "i" + ], + [ + "▁vi", + "ci" + ], + [ + "▁v", + "ici" + ], + [ + "▁tra", + "ff" + ], + [ + "▁tr", + "aff" + ], + [ + "▁abstr", + "ato" + ], + [ + "▁abst", + "rato" + ], + [ + "2.", + "8" + ], + [ + "2", + ".8" + ], + [ + "▁contemporânea", + "s" + ], + [ + "▁contempor", + "âneas" + ], + [ + "disp", + "atch" + ], + [ + "dis", + "patch" + ], + [ + "▁Circul", + "ar" + ], + [ + "▁Circ", + "ular" + ], + [ + "▁Cir", + "cular" + ], + [ + "7.", + "5" + ], + [ + "7", + ".5" + ], + [ + ";&", + "#" + ], + [ + ";", + "&#" + ], + [ + "▁earn", + "ing" + ], + [ + "▁ear", + "ning" + ], + [ + "▁e", + "arning" + ], + [ + "▁Bo", + "y" + ], + [ + "▁B", + "oy" + ], + [ + "▁Though", + "t" + ], + [ + "▁Th", + "ought" + ], + [ + "▁entend", + "o" + ], + [ + "▁ent", + "endo" + ], + [ + "▁V", + "PN" + ], + [ + "▁taman", + "ha" + ], + [ + "▁tam", + "anha" + ], + [ + "▁ta", + "manha" + ], + [ + "▁divers", + "ificação" + ], + [ + "path", + "etic" + ], + [ + "pat", + "hetic" + ], + [ + "pa", + "thetic" + ], + [ + "▁question", + "a" + ], + [ + "▁rig", + "hteous" + ], + [ + "Pop", + "up" + ], + [ + "▁cirurg", + "ião" + ], + [ + "▁Antarctic", + "a" + ], + [ + "▁Antar", + "ctica" + ], + [ + "▁expect", + "s" + ], + [ + "▁disturb", + "ance" + ], + [ + "▁1944", + "," + ], + [ + "▁194", + "4," + ], + [ + "▁19", + "44," + ], + [ + "amb", + "ientais" + ], + [ + "▁fant", + "ástico" + ], + [ + "','", + "2020-" + ], + [ + "▁tire", + "s" + ], + [ + "▁tir", + "es" + ], + [ + "▁ti", + "res" + ], + [ + "▁t", + "ires" + ], + [ + "▁reple", + "to" + ], + [ + "▁repl", + "eto" + ], + [ + "100", + ")" + ], + [ + "10", + "0)" + ], + [ + "1", + "00)" + ], + [ + "yn", + "es" + ], + [ + "y", + "nes" + ], + [ + "▁grat", + "e" + ], + [ + "▁gra", + "te" + ], + [ + "▁gr", + "ate" + ], + [ + "▁g", + "rate" + ], + [ + "▁978-", + "0-" + ], + [ + "▁cre", + "che" + ], + [ + "▁tij", + "olos" + ], + [ + "▁dol", + "ph" + ], + [ + "▁d", + "olph" + ], + [ + "N", + "t" + ], + [ + "▁trans", + "ist" + ], + [ + "je", + "r" + ], + [ + "j", + "er" + ], + [ + "fa", + "ult" + ], + [ + "f", + "ault" + ], + [ + "▁reg", + "a" + ], + [ + "▁re", + "ga" + ], + [ + "▁", + "rega" + ], + [ + "▁Volta", + "ge" + ], + [ + "▁Volt", + "age" + ], + [ + "▁imers", + "ão" + ], + [ + "▁W", + "M" + ], + [ + "▁", + "WM" + ], + [ + "▁Alter", + "ações" + ], + [ + "MENT", + "AL" + ], + [ + "M", + "ENTAL" + ], + [ + "▁Cz", + "ech" + ], + [ + "▁jump", + "ing" + ], + [ + "▁j", + "umping" + ], + [ + "▁Act", + "s" + ], + [ + "▁Ac", + "ts" + ], + [ + "▁Sindic", + "ato" + ], + [ + "▁By", + "z" + ], + [ + "▁B", + "yz" + ], + [ + "▁pede", + "st" + ], + [ + "▁ped", + "est" + ], + [ + "▁pe", + "dest" + ], + [ + "íg", + "n" + ], + [ + "í", + "gn" + ], + [ + "Tem", + "os" + ], + [ + "Te", + "mos" + ], + [ + "T", + "emos" + ], + [ + "▁Mark", + "s" + ], + [ + "▁Mar", + "ks" + ], + [ + "An", + "n" + ], + [ + "A", + "nn" + ], + [ + "▁65", + "%" + ], + [ + "▁6", + "5%" + ], + [ + "atica", + "l" + ], + [ + "atic", + "al" + ], + [ + "ati", + "cal" + ], + [ + "at", + "ical" + ], + [ + "a", + "tical" + ], + [ + "▁CAP", + "ÍTULO" + ], + [ + "▁estranha", + "s" + ], + [ + "▁estran", + "has" + ], + [ + "▁estr", + "anhas" + ], + [ + "MIN", + "IST" + ], + [ + "▁UNIC", + "EF" + ], + [ + "▁flav", + "on" + ], + [ + "▁valve", + "s" + ], + [ + "▁val", + "ves" + ], + [ + "▁exerc", + "ido" + ], + [ + "▁exer", + "cido" + ], + [ + "oto", + "x" + ], + [ + "ot", + "ox" + ], + [ + "o", + "tox" + ], + [ + "▁SO", + "U" + ], + [ + "▁S", + "OU" + ], + [ + "▁15", + "2" + ], + [ + "▁1", + "52" + ], + [ + "▁", + "152" + ], + [ + "w", + "x" + ], + [ + "C", + "ulture" + ], + [ + "▁hur", + "ricane" + ], + [ + ".1", + "5" + ], + [ + ".", + "15" + ], + [ + "ondo", + "n" + ], + [ + "ond", + "on" + ], + [ + "on", + "don" + ], + [ + "▁surto", + "s" + ], + [ + "▁sur", + "tos" + ], + [ + "▁isol", + "ate" + ], + [ + "▁iso", + "late" + ], + [ + "▁separada", + "mente" + ], + [ + "▁separ", + "adamente" + ], + [ + ">()", + "," + ], + [ + ">(", + ")," + ], + [ + ">", + "()," + ], + [ + "▁mon", + "arca" + ], + [ + "A", + "ud" + ], + [ + "pe", + "ak" + ], + [ + "▁EA", + "D" + ], + [ + "▁E", + "AD" + ], + [ + "▁alb", + "um" + ], + [ + "▁al", + "bum" + ], + [ + "▁Villa", + "ge" + ], + [ + "▁Vill", + "age" + ], + [ + "third", + "s" + ], + [ + "▁Steven", + "s" + ], + [ + "▁Steve", + "ns" + ], + [ + "▁Ste", + "vens" + ], + [ + "▁Op", + "portun" + ], + [ + "▁ocorrer", + "á" + ], + [ + "▁circun", + "ferência" + ], + [ + "pol", + "ar" + ], + [ + "po", + "lar" + ], + [ + "p", + "olar" + ], + [ + "S", + "G" + ], + [ + "BA", + "D" + ], + [ + "B", + "AD" + ], + [ + "ilia", + "no" + ], + [ + "ili", + "ano" + ], + [ + "il", + "iano" + ], + [ + "▁cand", + "y" + ], + [ + "▁can", + "dy" + ], + [ + "▁julgamento", + "s" + ], + [ + "▁julg", + "amentos" + ], + [ + "c", + "g" + ], + [ + "▁Util", + "izando" + ], + [ + "▁24", + "-" + ], + [ + "▁2", + "4-" + ], + [ + "So", + "u" + ], + [ + "S", + "ou" + ], + [ + "▁seminário", + "s" + ], + [ + "▁sem", + "inários" + ], + [ + "Go", + "d" + ], + [ + "G", + "od" + ], + [ + "============", + "==" + ], + [ + "==", + "============" + ], + [ + "▁mes", + "cl" + ], + [ + "▁Munic", + "ipais" + ], + [ + "▁Cli", + "p" + ], + [ + "▁Cl", + "ip" + ], + [ + "▁C", + "lip" + ], + [ + "▁", + "Clip" + ], + [ + "▁See", + "d" + ], + [ + "▁Se", + "ed" + ], + [ + "▁", + "Seed" + ], + [ + "▁Ps", + "iqu" + ], + [ + "▁M", + "ônica" + ], + [ + "ath", + "s" + ], + [ + "at", + "hs" + ], + [ + "a", + "ths" + ], + [ + "?", + "’" + ], + [ + "▁cost", + "eiras" + ], + [ + "▁cos", + "teiras" + ], + [ + "▁prevent", + "ive" + ], + [ + "▁Conce", + "rn" + ], + [ + "▁Conc", + "ern" + ], + [ + "▁and", + "ando" + ], + [ + "!\"", + "," + ], + [ + "!", + "\"," + ], + [ + "ann", + "on" + ], + [ + "an", + "non" + ], + [ + "▁espetáculo", + "s" + ], + [ + "▁espet", + "áculos" + ], + [ + "[7", + "]" + ], + [ + "[", + "7]" + ], + [ + "▁advers", + "as" + ], + [ + "▁git", + "hub" + ], + [ + "▁g", + "ithub" + ], + [ + "▁", + "github" + ], + [ + "▁Finance", + "ira" + ], + [ + "▁ó", + "v" + ], + [ + "▁Eti", + "qu" + ], + [ + "▁Et", + "iqu" + ], + [ + "clos", + "ing" + ], + [ + "cl", + "osing" + ], + [ + "▁32", + "5" + ], + [ + "▁3", + "25" + ], + [ + "▁", + "325" + ], + [ + "▁di", + "ode" + ], + [ + "▁Ultim", + "ately" + ], + [ + "▁rotation", + "al" + ], + [ + "▁rot", + "ational" + ], + [ + "yst", + "al" + ], + [ + "ys", + "tal" + ], + [ + "▁SM", + "ALL" + ], + [ + "▁", + "SMALL" + ], + [ + "entic", + "e" + ], + [ + "ent", + "ice" + ], + [ + "en", + "tice" + ], + [ + "we", + "gian" + ], + [ + "▁imun", + "ização" + ], + [ + "▁Pai", + "r" + ], + [ + "▁Pa", + "ir" + ], + [ + "▁P", + "air" + ], + [ + "▁", + "Pair" + ], + [ + "mit", + "ter" + ], + [ + "m", + "itter" + ], + [ + "▁Prat", + "a" + ], + [ + "▁Pra", + "ta" + ], + [ + "▁Pr", + "ata" + ], + [ + "izophren", + "ia" + ], + [ + "▁histori", + "es" + ], + [ + "▁histor", + "ies" + ], + [ + "▁hist", + "ories" + ], + [ + "▁respeito", + "s" + ], + [ + "▁respe", + "itos" + ], + [ + "▁Lar", + "go" + ], + [ + "▁L", + "argo" + ], + [ + "▁diab", + "éticos" + ], + [ + "▁Aman", + "da" + ], + [ + "▁Am", + "anda" + ], + [ + "▁1942", + "," + ], + [ + "▁194", + "2," + ], + [ + "▁19", + "42," + ], + [ + "▁Ib", + "id" + ], + [ + "▁I", + "bid" + ], + [ + "▁delay", + "s" + ], + [ + "▁dela", + "ys" + ], + [ + "▁del", + "ays" + ], + [ + "Fa", + "st" + ], + [ + "F", + "ast" + ], + [ + "▁abbre", + "vi" + ], + [ + "▁ar", + "ising" + ], + [ + "âmetro", + "s" + ], + [ + "â", + "metros" + ], + [ + "Co", + "s" + ], + [ + "C", + "os" + ], + [ + "▁De", + "ar" + ], + [ + "▁D", + "ear" + ], + [ + "▁encode", + "r" + ], + [ + "▁enc", + "oder" + ], + [ + "▁", + "encoder" + ], + [ + "▁inst", + "into" + ], + [ + "author", + "ized" + ], + [ + "▁Diretor", + "ia" + ], + [ + "▁Diret", + "oria" + ], + [ + "▁intit", + "ulada" + ], + [ + "ick", + "en" + ], + [ + "ic", + "ken" + ], + [ + "áce", + "as" + ], + [ + "Inte", + "nt" + ], + [ + "Int", + "ent" + ], + [ + "In", + "tent" + ], + [ + "(8", + "," + ], + [ + "(", + "8," + ], + [ + "▁Cam", + "ões" + ], + [ + "▁Ca", + "mões" + ], + [ + "ram", + "a" + ], + [ + "ra", + "ma" + ], + [ + "r", + "ama" + ], + [ + "RET", + "URN" + ], + [ + "127.", + "0.0." + ], + [ + "L", + "i" + ], + [ + "s", + "ão" + ], + [ + "▁(3", + "4" + ], + [ + "▁(", + "34" + ], + [ + "▁friends", + "hip" + ], + [ + "▁friend", + "ship" + ], + [ + "▁Count", + "ing" + ], + [ + "▁Coun", + "ting" + ], + [ + "▁Co", + "unting" + ], + [ + "▁terrest", + "rial" + ], + [ + "▁Se", + "i" + ], + [ + "▁S", + "ei" + ], + [ + "▁privileg", + "iado" + ], + [ + "▁cy", + "st" + ], + [ + "▁c", + "yst" + ], + [ + "ead", + "ura" + ], + [ + "ea", + "dura" + ], + [ + "e", + "adura" + ], + [ + "▁Rec", + "re" + ], + [ + "▁Re", + "cre" + ], + [ + "▁cop", + "ing" + ], + [ + "▁co", + "ping" + ], + [ + "▁c", + "oping" + ], + [ + "▁engan", + "o" + ], + [ + "▁enga", + "no" + ], + [ + "▁eng", + "ano" + ], + [ + "question", + "s" + ], + [ + "quest", + "ions" + ], + [ + "▁Dou", + "r" + ], + [ + "▁Do", + "ur" + ], + [ + "▁D", + "our" + ], + [ + "▁Via", + "gem" + ], + [ + "▁Vi", + "agem" + ], + [ + "▁V", + "iagem" + ], + [ + "▁men", + "d" + ], + [ + "▁me", + "nd" + ], + [ + "▁m", + "end" + ], + [ + "▁destroy", + "ing" + ], + [ + "▁destro", + "ying" + ], + [ + "▁To", + "t" + ], + [ + "▁T", + "ot" + ], + [ + "xy", + "gen" + ], + [ + "x", + "ygen" + ], + [ + "light", + "s" + ], + [ + "l", + "ights" + ], + [ + "▁acaba", + "do" + ], + [ + "▁acab", + "ado" + ], + [ + "Data", + "GridView" + ], + [ + "▁Harris", + "on" + ], + [ + "▁Harr", + "ison" + ], + [ + "▁Har", + "rison" + ], + [ + "▁", + "е" + ], + [ + "▁Co", + "ca" + ], + [ + "▁C", + "oca" + ], + [ + "▁CON", + "FIG" + ], + [ + "▁", + "CONFIG" + ], + [ + "▁Ven", + "e" + ], + [ + "▁Ve", + "ne" + ], + [ + "▁V", + "ene" + ], + [ + "▁arg", + "c" + ], + [ + "▁ar", + "gc" + ], + [ + "▁transmitido", + "s" + ], + [ + "▁transmit", + "idos" + ], + [ + "▁Ya", + "m" + ], + [ + "▁Y", + "am" + ], + [ + "ask", + "ell" + ], + [ + "▁museum", + "s" + ], + [ + "▁museu", + "ms" + ], + [ + "▁muse", + "ums" + ], + [ + "▁apaixon", + "ado" + ], + [ + "▁Ex", + "act" + ], + [ + "▁At", + "o" + ], + [ + "▁A", + "to" + ], + [ + "▁comput", + "acional" + ], + [ + "171", + "7" + ], + [ + "17", + "17" + ], + [ + "▁IP", + "CC" + ], + [ + "▁Document", + "os" + ], + [ + "▁Doc", + "umentos" + ], + [ + "▁Fe", + "et" + ], + [ + "▁1977", + "," + ], + [ + "▁197", + "7," + ], + [ + "▁19", + "77," + ], + [ + "▁Pear", + "l" + ], + [ + "▁alloc", + "atable" + ], + [ + "▁CONTRIBUT", + "ORS" + ], + [ + "▁shark", + "s" + ], + [ + "▁shar", + "ks" + ], + [ + "▁Cooper", + "ação" + ], + [ + "▁Co", + "operação" + ], + [ + "Me", + "x" + ], + [ + "M", + "ex" + ], + [ + "▁apoia", + "da" + ], + [ + "▁apoi", + "ada" + ], + [ + "▁apo", + "iada" + ], + [ + "▁Initial", + "ly" + ], + [ + "▁Initi", + "ally" + ], + [ + "▁(1)", + "," + ], + [ + "▁(1", + ")," + ], + [ + "▁(", + "1)," + ], + [ + "▁", + "(1)," + ], + [ + "▁libera", + "do" + ], + [ + "▁liber", + "ado" + ], + [ + "▁Associate", + "d" + ], + [ + "▁Associ", + "ated" + ], + [ + "▁Assoc", + "iated" + ], + [ + "▁posta", + "l" + ], + [ + "▁post", + "al" + ], + [ + "▁pos", + "tal" + ], + [ + "▁depress", + "ed" + ], + [ + "▁depr", + "essed" + ], + [ + "▁de", + "pressed" + ], + [ + "▁competit", + "iva" + ], + [ + "▁compet", + "itiva" + ], + [ + "▁am", + "ante" + ], + [ + "▁tá", + "b" + ], + [ + "▁t", + "áb" + ], + [ + "▁jog", + "a" + ], + [ + "▁jo", + "ga" + ], + [ + "▁j", + "oga" + ], + [ + "▁Econom", + "y" + ], + [ + "▁Econ", + "omy" + ], + [ + "▁Ec", + "onomy" + ], + [ + "▁Subtract", + "ion" + ], + [ + "▁Sub", + "traction" + ], + [ + "zi", + "g" + ], + [ + "z", + "ig" + ], + [ + "▁locom", + "oção" + ], + [ + "inv", + "erse" + ], + [ + "in", + "verse" + ], + [ + "▁pro", + "jeções" + ], + [ + "▁empres", + "ariais" + ], + [ + "▁sor", + "e" + ], + [ + "▁so", + "re" + ], + [ + "▁s", + "ore" + ], + [ + "azine", + "s" + ], + [ + "az", + "ines" + ], + [ + "▁Galile", + "u" + ], + [ + "▁apropriada", + "s" + ], + [ + "▁apropri", + "adas" + ], + [ + "enge", + "s" + ], + [ + "eng", + "es" + ], + [ + "en", + "ges" + ], + [ + "▁diagnostic", + "ada" + ], + [ + "ec", + "s" + ], + [ + "e", + "cs" + ], + [ + "ique", + "ira" + ], + [ + "iqu", + "eira" + ], + [ + "i", + "queira" + ], + [ + "▁certificado", + "s" + ], + [ + "▁cert", + "ificados" + ], + [ + "▁Go", + "ul" + ], + [ + "▁G", + "oul" + ], + [ + "▁tale", + "s" + ], + [ + "▁tal", + "es" + ], + [ + "▁ta", + "les" + ], + [ + "▁t", + "ales" + ], + [ + "▁educ", + "ao" + ], + [ + "▁levar", + "ia" + ], + [ + "▁leva", + "ria" + ], + [ + "▁lev", + "aria" + ], + [ + "▁nav", + "ig" + ], + [ + "▁M", + "N" + ], + [ + "▁", + "MN" + ], + [ + "▁Bir", + "m" + ], + [ + "▁Bi", + "rm" + ], + [ + "▁B", + "irm" + ], + [ + "▁$1", + "0" + ], + [ + "▁$", + "10" + ], + [ + "▁PV", + "C" + ], + [ + "▁P", + "VC" + ], + [ + "adec", + "imal" + ], + [ + "a", + "decimal" + ], + [ + "ou", + "ve" + ], + [ + "▁leg", + "ítimo" + ], + [ + "▁upward", + "s" + ], + [ + "▁up", + "wards" + ], + [ + "▁spect", + "acular" + ], + [ + "OM", + "P" + ], + [ + "O", + "MP" + ], + [ + "ha", + "z" + ], + [ + "h", + "az" + ], + [ + "▁24", + "4" + ], + [ + "▁2", + "44" + ], + [ + "▁", + "244" + ], + [ + "▁`", + "//" + ], + [ + "▁1971", + "," + ], + [ + "▁197", + "1," + ], + [ + "▁19", + "71," + ], + [ + "▁pil", + "gr" + ], + [ + "▁inteira", + "s" + ], + [ + "▁inte", + "iras" + ], + [ + "▁int", + "eiras" + ], + [ + "▁in", + "teiras" + ], + [ + "▁integral", + "s" + ], + [ + "▁integra", + "ls" + ], + [ + "▁integr", + "als" + ], + [ + "▁desenvolver", + "em" + ], + [ + "▁desenvolve", + "rem" + ], + [ + "▁burocr", + "acia" + ], + [ + "▁buroc", + "racia" + ], + [ + "▁bur", + "ocracia" + ], + [ + "ст", + "а" + ], + [ + "с", + "та" + ], + [ + "Ver", + "ify" + ], + [ + "▁Seg", + "ment" + ], + [ + "▁Se", + "gment" + ], + [ + "▁", + "Segment" + ], + [ + "▁vibr", + "ação" + ], + [ + "▁vib", + "ração" + ], + [ + "encode", + "r" + ], + [ + "enco", + "der" + ], + [ + "enc", + "oder" + ], + [ + "▁sobren", + "atural" + ], + [ + "▁sobre", + "natural" + ], + [ + "▁tra", + "çado" + ], + [ + "▁insc", + "re" + ], + [ + "▁ins", + "cre" + ], + [ + "▁salada", + "s" + ], + [ + "▁sala", + "das" + ], + [ + "▁sal", + "adas" + ], + [ + "EL", + "P" + ], + [ + "E", + "LP" + ], + [ + "▁exercis", + "ing" + ], + [ + "▁exerc", + "ising" + ], + [ + "STAT", + "IC" + ], + [ + "STA", + "TIC" + ], + [ + "Operation", + "s" + ], + [ + "Oper", + "ations" + ], + [ + "feira", + "s" + ], + [ + "fe", + "iras" + ], + [ + "f", + "eiras" + ], + [ + "▁Mud", + "ança" + ], + [ + "▁executa", + "ble" + ], + [ + "▁execut", + "able" + ], + [ + "▁atenta", + "r" + ], + [ + "▁atent", + "ar" + ], + [ + "▁at", + "entar" + ], + [ + "▁rename", + "s" + ], + [ + "▁ren", + "ames" + ], + [ + "▁re", + "names" + ], + [ + "▁holandes", + "es" + ], + [ + "▁Develop", + "ing" + ], + [ + "ço", + "is" + ], + [ + "ç", + "ois" + ], + [ + "▁kn", + "ife" + ], + [ + "▁1960", + "." + ], + [ + "▁196", + "0." + ], + [ + "▁Empre", + "s" + ], + [ + "▁Emp", + "res" + ], + [ + "▁Em", + "pres" + ], + [ + "▁Amar", + "elo" + ], + [ + "▁jew", + "el" + ], + [ + "▁ador", + "ar" + ], + [ + "▁ado", + "rar" + ], + [ + "▁ad", + "orar" + ], + [ + "iab", + "á" + ], + [ + "▁premissa", + "s" + ], + [ + "▁premiss", + "as" + ], + [ + "▁produtor", + "a" + ], + [ + "▁produto", + "ra" + ], + [ + "▁produt", + "ora" + ], + [ + "65", + "6" + ], + [ + "6", + "56" + ], + [ + "▁Kar", + "en" + ], + [ + "▁Ka", + "ren" + ], + [ + "Change", + "s" + ], + [ + "Ch", + "anges" + ], + [ + "▁posta", + "gens" + ], + [ + "▁post", + "agens" + ], + [ + "▁chromosome", + "s" + ], + [ + "▁chromos", + "omes" + ], + [ + "▁Dan", + "te" + ], + [ + "▁D", + "ante" + ], + [ + "▁Ice", + "land" + ], + [ + "▁I", + "celand" + ], + [ + "▁Antar", + "ctic" + ], + [ + "Can", + "not" + ], + [ + "C", + "annot" + ], + [ + "User", + "name" + ], + [ + "Us", + "ername" + ], + [ + "б", + "о" + ], + [ + "▁Lan", + "e" + ], + [ + "▁La", + "ne" + ], + [ + "▁L", + "ane" + ], + [ + "▁agrav", + "ar" + ], + [ + "▁trazido", + "s" + ], + [ + "▁traz", + "idos" + ], + [ + "▁resistor", + "s" + ], + [ + "▁resist", + "ors" + ], + [ + "compile", + "r" + ], + [ + "comp", + "iler" + ], + [ + "Lo", + "ss" + ], + [ + "L", + "oss" + ], + [ + "▁mo", + "ça" + ], + [ + ":", + "]" + ], + [ + "▁melod", + "ia" + ], + [ + "▁mel", + "odia" + ], + [ + "▁u", + "k" + ], + [ + "▁", + "uk" + ], + [ + "▁trac", + "ing" + ], + [ + "▁tra", + "cing" + ], + [ + "▁tr", + "acing" + ], + [ + "W", + "ITH" + ], + [ + "▁atende", + "m" + ], + [ + "▁atend", + "em" + ], + [ + "▁at", + "endem" + ], + [ + "▁u", + "d" + ], + [ + "▁", + "ud" + ], + [ + "95", + "," + ], + [ + "9", + "5," + ], + [ + "▁ar", + "itm" + ], + [ + "og", + "e" + ], + [ + "o", + "ge" + ], + [ + "esta", + "mento" + ], + [ + "est", + "amento" + ], + [ + "▁introduz", + "iu" + ], + [ + "TO", + "OL" + ], + [ + "Get", + "Type" + ], + [ + "▁Cor", + "al" + ], + [ + "▁Co", + "ral" + ], + [ + "▁C", + "oral" + ], + [ + "ceb", + "ispo" + ], + [ + "let", + "ismo" + ], + [ + "840", + "0" + ], + [ + "84", + "00" + ], + [ + "8", + "400" + ], + [ + "dra", + "g" + ], + [ + "dr", + "ag" + ], + [ + "d", + "rag" + ], + [ + "fe", + "at" + ], + [ + "▁centr", + "if" + ], + [ + "▁cent", + "rif" + ], + [ + "See", + "d" + ], + [ + "Se", + "ed" + ], + [ + "▁adequate", + "ly" + ], + [ + "▁adequ", + "ately" + ], + [ + "▁COM", + "UN" + ], + [ + "at", + "ria" + ], + [ + "▁In", + "ner" + ], + [ + "▁", + "Inner" + ], + [ + "▁signal", + "ing" + ], + [ + "▁sign", + "aling" + ], + [ + "▁sist", + "êmica" + ], + [ + "▁grid", + "s" + ], + [ + "▁gri", + "ds" + ], + [ + "▁gr", + "ids" + ], + [ + "▁drag", + "on" + ], + [ + "▁dra", + "gon" + ], + [ + "▁dr", + "agon" + ], + [ + "▁react", + "ive" + ], + [ + "▁rea", + "ctive" + ], + [ + "▁re", + "active" + ], + [ + "▁propici", + "ar" + ], + [ + "▁Man", + "n" + ], + [ + "▁Ma", + "nn" + ], + [ + "▁M", + "ann" + ], + [ + "▁estre", + "ia" + ], + [ + "▁torna", + "va" + ], + [ + "▁torn", + "ava" + ], + [ + "36", + ":" + ], + [ + "3", + "6:" + ], + [ + "que", + "z" + ], + [ + "qu", + "ez" + ], + [ + "q", + "uez" + ], + [ + "▁Y", + "ield" + ], + [ + "▁metr", + "e" + ], + [ + "▁met", + "re" + ], + [ + "▁me", + "tre" + ], + [ + "at", + "ologia" + ], + [ + "▁tri", + "agem" + ], + [ + "▁tr", + "iagem" + ], + [ + "▁contrad", + "it" + ], + [ + "▁contra", + "dit" + ], + [ + "▁In", + "j" + ], + [ + "▁tende", + "d" + ], + [ + "▁tend", + "ed" + ], + [ + "▁ten", + "ded" + ], + [ + "▁t", + "ended" + ], + [ + "ut", + "down" + ], + [ + "▁Circ", + "ul" + ], + [ + "▁Cir", + "cul" + ], + [ + "▁ego", + "ísmo" + ], + [ + "▁ge", + "ological" + ], + [ + "inar", + "idade" + ], + [ + "▁Jer", + "emias" + ], + [ + "86", + ")" + ], + [ + "8", + "6)" + ], + [ + "▁16", + "-" + ], + [ + "▁1", + "6-" + ], + [ + "▁concat", + "en" + ], + [ + "▁conc", + "aten" + ], + [ + "▁substitut", + "o" + ], + [ + "▁substitu", + "to" + ], + [ + "▁subst", + "ituto" + ], + [ + "64", + "3" + ], + [ + "6", + "43" + ], + [ + "=\"$", + "{" + ], + [ + "=\"", + "${" + ], + [ + "▁cro", + "sta" + ], + [ + "▁cr", + "osta" + ], + [ + "aint", + "s" + ], + [ + "ain", + "ts" + ], + [ + "a", + "ints" + ], + [ + "▁capital", + "ism" + ], + [ + "▁wild", + "erness" + ], + [ + "arr", + "ão" + ], + [ + "ar", + "rão" + ], + [ + "▁manif", + "old" + ], + [ + ":", + "." + ], + [ + "18", + "3" + ], + [ + "1", + "83" + ], + [ + "▁shar", + "k" + ], + [ + "▁sha", + "rk" + ], + [ + "▁sh", + "ark" + ], + [ + "▁CH", + "APTER" + ], + [ + "▁endereço", + "s" + ], + [ + "▁endere", + "ços" + ], + [ + "▁simbol", + "iza" + ], + [ + "ima", + "n" + ], + [ + "im", + "an" + ], + [ + "i", + "man" + ], + [ + "▁Sens", + "or" + ], + [ + "▁S", + "ensor" + ], + [ + "▁escada", + "s" + ], + [ + "▁esc", + "adas" + ], + [ + "▁lou", + "v" + ], + [ + "▁lo", + "uv" + ], + [ + "att", + "ack" + ], + [ + "▁Ext", + "ended" + ], + [ + "▁", + "Extended" + ], + [ + "▁adolesc", + "ent" + ], + [ + "▁bamb", + "u" + ], + [ + "▁bal", + "ancing" + ], + [ + "F", + "W" + ], + [ + "mul", + "a" + ], + [ + "mu", + "la" + ], + [ + "m", + "ula" + ], + [ + "▁t", + "órax" + ], + [ + "▁Hallow", + "een" + ], + [ + "▁novel", + "s" + ], + [ + "▁nove", + "ls" + ], + [ + "▁nov", + "els" + ], + [ + "▁medalha", + "s" + ], + [ + "▁med", + "alhas" + ], + [ + "M", + "ULT" + ], + [ + "▁indese", + "j" + ], + [ + "▁ornament", + "al" + ], + [ + "▁orn", + "amental" + ], + [ + "Mar", + "ia" + ], + [ + "Ma", + "ria" + ], + [ + "M", + "aria" + ], + [ + "árb", + "ara" + ], + [ + "▁destr", + "ó" + ], + [ + "▁dest", + "ró" + ], + [ + "▁parecia", + "m" + ], + [ + "▁pare", + "ciam" + ], + [ + "▁par", + "eciam" + ], + [ + "▁ME", + "S" + ], + [ + "▁M", + "ES" + ], + [ + "érm", + "ica" + ], + [ + "ér", + "mica" + ], + [ + "▁urina", + "ry" + ], + [ + "▁ur", + "inary" + ], + [ + "▁Ath", + "ens" + ], + [ + "▁serp", + "ente" + ], + [ + "▁Expression", + "s" + ], + [ + "▁Express", + "ions" + ], + [ + "▁Expr", + "essions" + ], + [ + "por", + "que" + ], + [ + "p", + "orque" + ], + [ + "▁explora", + "do" + ], + [ + "▁explor", + "ado" + ], + [ + "▁explo", + "rado" + ], + [ + "▁expl", + "orado" + ], + [ + "▁da", + "wn" + ], + [ + "▁d", + "awn" + ], + [ + "shape", + "s" + ], + [ + "sha", + "pes" + ], + [ + "sh", + "apes" + ], + [ + "▁eight", + "h" + ], + [ + "▁eigh", + "th" + ], + [ + "▁e", + "ighth" + ], + [ + "perf", + "orm" + ], + [ + "per", + "form" + ], + [ + "▁prior", + "i" + ], + [ + "▁pri", + "ori" + ], + [ + "▁repl", + "ied" + ], + [ + "▁re", + "plied" + ], + [ + "▁sub", + "group" + ], + [ + "▁transfer", + "ido" + ], + [ + "ia", + "va" + ], + [ + "i", + "ava" + ], + [ + "▁(4", + "9" + ], + [ + "▁(", + "49" + ], + [ + "Hash", + "Map" + ], + [ + "('.", + "/" + ], + [ + "('", + "./" + ], + [ + "j", + "b" + ], + [ + "29", + ")" + ], + [ + "2", + "9)" + ], + [ + "▁conven", + "ções" + ], + [ + "▁conv", + "enções" + ], + [ + "▁complement", + "a" + ], + [ + "5", + ">" + ], + [ + "▁196", + "2" + ], + [ + "▁19", + "62" + ], + [ + "▁ac", + "as" + ], + [ + "▁a", + "cas" + ], + [ + "▁", + "acas" + ], + [ + "▁concentra", + "da" + ], + [ + "▁concentr", + "ada" + ], + [ + "▁concent", + "rada" + ], + [ + "▁exp", + "o" + ], + [ + "▁ex", + "po" + ], + [ + "oc", + "ular" + ], + [ + "o", + "cular" + ], + [ + "05", + "7" + ], + [ + "0", + "57" + ], + [ + "▁Maur", + "o" + ], + [ + "▁Ma", + "uro" + ], + [ + "32", + "'," + ], + [ + "3", + "2'," + ], + [ + "▁plot", + "ted" + ], + [ + "ars", + "on" + ], + [ + "ar", + "son" + ], + [ + "sc", + "ss" + ], + [ + "s", + "css" + ], + [ + "par", + "ticle" + ], + [ + "p", + "article" + ], + [ + "▁suced", + "ido" + ], + [ + "▁mono", + "t" + ], + [ + "▁mon", + "ot" + ], + [ + "▁mo", + "not" + ], + [ + "in", + "ense" + ], + [ + "▁AC", + "E" + ], + [ + "▁A", + "CE" + ], + [ + "▁", + "ACE" + ], + [ + "▁Verm", + "elha" + ], + [ + "▁f", + "x" + ], + [ + "▁", + "fx" + ], + [ + "▁scan", + "ner" + ], + [ + "▁sc", + "anner" + ], + [ + "▁Vo", + "n" + ], + [ + "▁V", + "on" + ], + [ + "▁reple", + "ta" + ], + [ + "▁repl", + "eta" + ], + [ + "▁rep", + "leta" + ], + [ + "▁boil", + "er" + ], + [ + "▁boi", + "ler" + ], + [ + "▁bo", + "iler" + ], + [ + "inal", + "do" + ], + [ + "in", + "aldo" + ], + [ + "▁Pens", + "amento" + ], + [ + "77", + "0" + ], + [ + "7", + "70" + ], + [ + "▁equilib", + "r" + ], + [ + "▁equil", + "ibr" + ], + [ + "Stat", + "ion" + ], + [ + "St", + "ation" + ], + [ + "▁corros", + "ion" + ], + [ + "Sh", + "e" + ], + [ + "S", + "he" + ], + [ + "TRA", + "N" + ], + [ + "TR", + "AN" + ], + [ + "T", + "RAN" + ], + [ + "▁Só", + "l" + ], + [ + "▁S", + "ól" + ], + [ + "▁OP", + "ER" + ], + [ + "▁O", + "PER" + ], + [ + "▁", + "OPER" + ], + [ + "Foreground", + "Color" + ], + [ + "▁fich", + "a" + ], + [ + "▁fic", + "ha" + ], + [ + "▁fi", + "cha" + ], + [ + "▁resulta", + "nt" + ], + [ + "▁result", + "ant" + ], + [ + "▁Lemb", + "ro" + ], + [ + "▁Lem", + "bro" + ], + [ + "▁L", + "embro" + ], + [ + "▁erect", + "ed" + ], + [ + "▁er", + "ected" + ], + [ + "▁vertic", + "ais" + ], + [ + "▁vert", + "icais" + ], + [ + "/'", + "," + ], + [ + "/", + "'," + ], + [ + "▁Moz", + "art" + ], + [ + "▁estoque", + "s" + ], + [ + "▁esto", + "ques" + ], + [ + "▁fib", + "re" + ], + [ + "▁fi", + "bre" + ], + [ + "▁f", + "ibre" + ], + [ + "▁<", + "%" + ], + [ + "tri", + "co" + ], + [ + "tr", + "ico" + ], + [ + "t", + "rico" + ], + [ + "00000000", + "0" + ], + [ + "0000000", + "00" + ], + [ + "000000", + "000" + ], + [ + "00000", + "0000" + ], + [ + "0000", + "00000" + ], + [ + "000", + "000000" + ], + [ + "00", + "0000000" + ], + [ + "0", + "00000000" + ], + [ + "▁detalhada", + "s" + ], + [ + "▁detal", + "hadas" + ], + [ + "▁Y", + "e" + ], + [ + "gar", + "d" + ], + [ + "ga", + "rd" + ], + [ + "g", + "ard" + ], + [ + "▁cári", + "e" + ], + [ + "▁cá", + "rie" + ], + [ + "▁perf", + "ume" + ], + [ + "ureau", + "c" + ], + [ + "urea", + "uc" + ], + [ + "▁68", + "," + ], + [ + "▁6", + "8," + ], + [ + "▁", + "68," + ], + [ + "▁er", + "ect" + ], + [ + "▁e", + "rect" + ], + [ + "▁cele", + "ste" + ], + [ + "▁cel", + "este" + ], + [ + "▁ya", + "rn" + ], + [ + "▁y", + "arn" + ], + [ + "▁Sud", + "an" + ], + [ + "▁Su", + "dan" + ], + [ + "gra", + "n" + ], + [ + "gr", + "an" + ], + [ + "g", + "ran" + ], + [ + "84", + ")" + ], + [ + "8", + "4)" + ], + [ + "ipo", + "t" + ], + [ + "ip", + "ot" + ], + [ + "i", + "pot" + ], + [ + "▁fl", + "am" + ], + [ + "▁f", + "lam" + ], + [ + "▁", + "flam" + ], + [ + "▁abort", + "ion" + ], + [ + "let", + "ic" + ], + [ + "le", + "tic" + ], + [ + "l", + "etic" + ], + [ + "áce", + "os" + ], + [ + "▁querido", + "s" + ], + [ + "▁quer", + "idos" + ], + [ + "IMENTO", + "S" + ], + [ + "I", + "MENTOS" + ], + [ + "▁lac", + "una" + ], + [ + "Test", + "Case" + ], + [ + "▁Coorden", + "ador" + ], + [ + "▁rigor", + "oso" + ], + [ + "aman", + "ho" + ], + [ + "am", + "anho" + ], + [ + "▁Fre", + "sh" + ], + [ + "▁Fr", + "esh" + ], + [ + "▁F", + "resh" + ], + [ + "Decode", + "r" + ], + [ + "Dec", + "oder" + ], + [ + "pro", + "s" + ], + [ + "pr", + "os" + ], + [ + "p", + "ros" + ], + [ + "bit", + "o" + ], + [ + "bi", + "to" + ], + [ + "b", + "ito" + ], + [ + ",", + "2" + ], + [ + "_1", + "(" + ], + [ + "_", + "1(" + ], + [ + "Fre", + "quency" + ], + [ + "▁marcado", + "res" + ], + [ + "▁marc", + "adores" + ], + [ + "Specific", + "ation" + ], + [ + "Spec", + "ification" + ], + [ + "/3", + "." + ], + [ + "/", + "3." + ], + [ + "▁advent", + "ure" + ], + [ + "▁Th", + "u" + ], + [ + "▁T", + "hu" + ], + [ + "Fore", + "st" + ], + [ + "For", + "est" + ], + [ + "Fo", + "rest" + ], + [ + "▁And", + "es" + ], + [ + "▁An", + "des" + ], + [ + "▁(19", + "89" + ], + [ + "osta", + "t" + ], + [ + "ost", + "at" + ], + [ + "o", + "stat" + ], + [ + "▁completo", + "s" + ], + [ + "▁complet", + "os" + ], + [ + "▁comple", + "tos" + ], + [ + "▁compl", + "etos" + ], + [ + "▁comp", + "letos" + ], + [ + "▁percorr", + "e" + ], + [ + "▁percor", + "re" + ], + [ + "▁perc", + "orre" + ], + [ + "▁per", + "corre" + ], + [ + "▁SA", + "S" + ], + [ + "▁S", + "AS" + ], + [ + "▁view", + "er" + ], + [ + "▁30", + "1" + ], + [ + "▁3", + "01" + ], + [ + "▁", + "301" + ], + [ + "▁laborator", + "iais" + ], + [ + "psy", + "ch" + ], + [ + "ps", + "ych" + ], + [ + "▁aut", + "ista" + ], + [ + "▁forne", + "cida" + ], + [ + "▁forn", + "ecida" + ], + [ + "ab", + "re" + ], + [ + "a", + "bre" + ], + [ + "▁Cr", + "us" + ], + [ + "▁C", + "rus" + ], + [ + "▁estar", + "mos" + ], + [ + "▁est", + "armos" + ], + [ + "Jun", + "e" + ], + [ + "J", + "une" + ], + [ + "▁mantida", + "s" + ], + [ + "▁mant", + "idas" + ], + [ + "H", + "ave" + ], + [ + "▁Miss", + "ing" + ], + [ + "▁Mis", + "sing" + ], + [ + "▁", + "Missing" + ], + [ + "▁cans", + "ado" + ], + [ + "▁automat", + "ion" + ], + [ + "▁autom", + "ation" + ], + [ + "▁auto", + "mation" + ], + [ + "product", + "ion" + ], + [ + "prod", + "uction" + ], + [ + "pro", + "duction" + ], + [ + "▁19", + "19" + ], + [ + "▁apresentam", + "os" + ], + [ + "▁apresenta", + "mos" + ], + [ + "▁apresent", + "amos" + ], + [ + "▁=", + "\\" + ], + [ + "▁", + "=\\" + ], + [ + "▁N", + "iterói" + ], + [ + "iva", + "da" + ], + [ + "iv", + "ada" + ], + [ + "i", + "vada" + ], + [ + "▁hidro", + "g" + ], + [ + "▁hidr", + "og" + ], + [ + "▁hid", + "rog" + ], + [ + "ubs", + "t" + ], + [ + "ub", + "st" + ], + [ + "▁____", + "_" + ], + [ + "▁___", + "__" + ], + [ + "▁__", + "___" + ], + [ + "▁_", + "____" + ], + [ + "▁", + "_____" + ], + [ + "▁annot", + "ation" + ], + [ + "▁an", + "notation" + ], + [ + "▁", + "annotation" + ], + [ + "▁mut", + "able" + ], + [ + "▁mu", + "table" + ], + [ + "▁", + "mutable" + ], + [ + "SU", + "S" + ], + [ + "S", + "US" + ], + [ + "be", + "y" + ], + [ + "b", + "ey" + ], + [ + "7,", + "8," + ], + [ + "▁23", + "4" + ], + [ + "▁2", + "34" + ], + [ + "▁", + "234" + ], + [ + "▁Fot", + "ografia" + ], + [ + "▁head", + "quarters" + ], + [ + "Connect", + "or" + ], + [ + "Conn", + "ector" + ], + [ + "▁Adv", + "ert" + ], + [ + "▁Ad", + "vert" + ], + [ + "353", + "5" + ], + [ + "35", + "35" + ], + [ + "42", + "4" + ], + [ + "4", + "24" + ], + [ + "▁over", + "night" + ], + [ + "69", + "5" + ], + [ + "6", + "95" + ], + [ + "BO", + "OL" + ], + [ + "apo", + "lis" + ], + [ + "ap", + "olis" + ], + [ + "a", + "polis" + ], + [ + "▁l", + "adder" + ], + [ + "[0]", + "->" + ], + [ + "[0", + "]->" + ], + [ + "▁salva", + "tion" + ], + [ + "▁salv", + "ation" + ], + [ + "▁sal", + "vation" + ], + [ + "zep", + "pelin" + ], + [ + "▁percentage", + "m" + ], + [ + "▁percent", + "agem" + ], + [ + "▁compat", + "ibility" + ], + [ + "ER", + "A" + ], + [ + "E", + "RA" + ], + [ + "angle", + "d" + ], + [ + "ang", + "led" + ], + [ + "an", + "gled" + ], + [ + "ificador", + "es" + ], + [ + "ificado", + "res" + ], + [ + "ific", + "adores" + ], + [ + "▁Bird", + "s" + ], + [ + "▁Bir", + "ds" + ], + [ + "▁aluna", + "s" + ], + [ + "▁alun", + "as" + ], + [ + "▁al", + "unas" + ], + [ + "▁design", + "a" + ], + [ + "▁frequência", + "s" + ], + [ + "▁frequ", + "ências" + ], + [ + "▁pl", + "aqu" + ], + [ + "▁preparo", + "u" + ], + [ + "▁prepar", + "ou" + ], + [ + "▁flu", + "v" + ], + [ + "▁fl", + "uv" + ], + [ + "▁Gu", + "est" + ], + [ + "template", + "s" + ], + [ + "tem", + "plates" + ], + [ + "▁select", + "or" + ], + [ + "▁sele", + "ctor" + ], + [ + "▁sel", + "ector" + ], + [ + "▁", + "selector" + ], + [ + "▁descend", + "ência" + ], + [ + "▁desc", + "endência" + ], + [ + "xl", + "s" + ], + [ + "x", + "ls" + ], + [ + "▁lea", + "ther" + ], + [ + "▁le", + "ather" + ], + [ + "▁instituto", + "s" + ], + [ + "▁institu", + "tos" + ], + [ + "▁instit", + "utos" + ], + [ + "up", + "e" + ], + [ + "u", + "pe" + ], + [ + "▁cigarette", + "s" + ], + [ + "▁cigar", + "ettes" + ], + [ + "▁Cu", + "st" + ], + [ + "▁C", + "ust" + ], + [ + "▁tight", + "ly" + ], + [ + "▁sess", + "enta" + ], + [ + "Ann", + "ot" + ], + [ + "An", + "not" + ], + [ + "▁Hill", + "s" + ], + [ + "▁Hil", + "ls" + ], + [ + "▁H", + "ills" + ], + [ + "▁engen", + "hos" + ], + [ + "▁exig", + "ido" + ], + [ + "T", + "ur" + ], + [ + "▁lu", + "m" + ], + [ + "▁l", + "um" + ], + [ + "▁", + "lum" + ], + [ + "▁Provin", + "ce" + ], + [ + "▁Prov", + "ince" + ], + [ + "ij", + "i" + ], + [ + "i", + "ji" + ], + [ + "▁CS", + "V" + ], + [ + "▁C", + "SV" + ], + [ + "▁Keep", + "ing" + ], + [ + "▁An", + "onymous" + ], + [ + "▁calcul", + "ado" + ], + [ + "▁calc", + "ulado" + ], + [ + "▁Assess", + "oria" + ], + [ + "▁lí", + "r" + ], + [ + "▁l", + "ír" + ], + [ + "▁colon", + "iais" + ], + [ + "▁col", + "oniais" + ], + [ + "▁tower", + "s" + ], + [ + "▁tow", + "ers" + ], + [ + "Helper", + "s" + ], + [ + "Help", + "ers" + ], + [ + "Hel", + "pers" + ], + [ + "▁bra", + "v" + ], + [ + "▁br", + "av" + ], + [ + "▁b", + "rav" + ], + [ + "c", + "ões" + ], + [ + "▁Guin", + "ea" + ], + [ + "▁Gu", + "inea" + ], + [ + "▁favour", + "ite" + ], + [ + "edi", + "ence" + ], + [ + "ed", + "ience" + ], + [ + "Q", + "t" + ], + [ + "Record", + "s" + ], + [ + "Rec", + "ords" + ], + [ + "irac", + "y" + ], + [ + "ira", + "cy" + ], + [ + "ir", + "acy" + ], + [ + "i", + "racy" + ], + [ + "▁LEF", + "T" + ], + [ + "▁LE", + "FT" + ], + [ + "▁", + "LEFT" + ], + [ + "▁Arn", + "old" + ], + [ + "n", + "k" + ], + [ + "as", + "g" + ], + [ + "a", + "sg" + ], + [ + "▁Mos", + "s" + ], + [ + "▁Mo", + "ss" + ], + [ + "▁M", + "oss" + ], + [ + "▁Gregor", + "y" + ], + [ + "▁Greg", + "ory" + ], + [ + "aste", + "cimento" + ], + [ + "ast", + "ecimento" + ], + [ + "▁confirma", + "do" + ], + [ + "▁confirm", + "ado" + ], + [ + "Enc", + "ode" + ], + [ + "En", + "code" + ], + [ + "▁MU", + "NDO" + ], + [ + "▁M", + "UNDO" + ], + [ + "▁devolv", + "er" + ], + [ + "▁de", + "volver" + ], + [ + "keyword", + "s" + ], + [ + "key", + "words" + ], + [ + "▁slides", + "how" + ], + [ + "▁slide", + "show" + ], + [ + "▁Petr", + "o" + ], + [ + "▁Pet", + "ro" + ], + [ + "▁Pe", + "tro" + ], + [ + "▁cl", + "áus" + ], + [ + "▁explo", + "it" + ], + [ + "▁Lemb", + "rando" + ], + [ + "▁Lem", + "brando" + ], + [ + "▁benéf", + "ica" + ], + [ + "▁arte", + "fatos" + ], + [ + "cis", + "o" + ], + [ + "ci", + "so" + ], + [ + "c", + "iso" + ], + [ + "▁Excel", + "l" + ], + [ + "▁Exc", + "ell" + ], + [ + "▁Ex", + "cell" + ], + [ + "place", + "holder" + ], + [ + "▁sol", + "t" + ], + [ + "▁so", + "lt" + ], + [ + "▁FED", + "ERAL" + ], + [ + "▁Perg", + "untas" + ], + [ + "▁ocular", + "es" + ], + [ + "▁ocul", + "ares" + ], + [ + "▁oc", + "ulares" + ], + [ + "▁o", + "culares" + ], + [ + "}{", + "3" + ], + [ + "}", + "{3" + ], + [ + "▁imp", + "ure" + ], + [ + "ware", + "ness" + ], + [ + "war", + "eness" + ], + [ + "w", + "areness" + ], + [ + "▁success", + "or" + ], + [ + "▁succ", + "essor" + ], + [ + "▁transp", + "ose" + ], + [ + "▁trans", + "pose" + ], + [ + "▁", + "transpose" + ], + [ + "▁recus", + "ou" + ], + [ + "▁investig", + "ador" + ], + [ + "So", + "cial" + ], + [ + "S", + "ocial" + ], + [ + "▁compreende", + "m" + ], + [ + "▁compreend", + "em" + ], + [ + "▁compre", + "endem" + ], + [ + "▁E", + "ight" + ], + [ + "▁cust", + "e" + ], + [ + "▁cus", + "te" + ], + [ + "▁cu", + "ste" + ], + [ + "▁c", + "uste" + ], + [ + "att", + "ach" + ], + [ + "▁delic", + "ious" + ], + [ + "▁del", + "icious" + ], + [ + "▁desapar", + "ece" + ], + [ + "▁desap", + "arece" + ], + [ + "lin", + "space" + ], + [ + "▁IMP", + "LICIT" + ], + [ + "▁subm", + "ers" + ], + [ + "▁sub", + "mers" + ], + [ + "Prim", + "itive" + ], + [ + "jud", + "a" + ], + [ + "ju", + "da" + ], + [ + "j", + "uda" + ], + [ + "▁apag", + "ar" + ], + [ + "▁ap", + "agar" + ], + [ + "▁anse", + "ios" + ], + [ + "▁chegue", + "i" + ], + [ + "5)", + ";" + ], + [ + "5", + ");" + ], + [ + "▁go", + "z" + ], + [ + "▁g", + "oz" + ], + [ + "▁express", + "ivo" + ], + [ + "28", + "2" + ], + [ + "2", + "82" + ], + [ + "▁ocorrida", + "s" + ], + [ + "▁ocorr", + "idas" + ], + [ + "▁preparada", + "s" + ], + [ + "▁prepara", + "das" + ], + [ + "▁prepar", + "adas" + ], + [ + "▁processor", + "s" + ], + [ + "▁processo", + "rs" + ], + [ + "▁process", + "ors" + ], + [ + "▁196", + "3" + ], + [ + "▁19", + "63" + ], + [ + "▁Vi", + "enna" + ], + [ + "▁V", + "ienna" + ], + [ + "▁coleta", + "das" + ], + [ + "▁colet", + "adas" + ], + [ + "▁in", + "expensive" + ], + [ + "mm", + "a" + ], + [ + "m", + "ma" + ], + [ + "▁(1", + "-" + ], + [ + "▁(", + "1-" + ], + [ + "▁", + "(1-" + ], + [ + "Back", + "end" + ], + [ + "▁espa", + "nt" + ], + [ + "▁esp", + "ant" + ], + [ + "▁Pen", + "insula" + ], + [ + "▁farmacêut", + "ica" + ], + [ + "▁farmac", + "êutica" + ], + [ + "dens", + "e" + ], + [ + "den", + "se" + ], + [ + "d", + "ense" + ], + [ + "Sol", + "ver" + ], + [ + "▁àqu", + "ele" + ], + [ + "▁à", + "quele" + ], + [ + "▁geng", + "ibre" + ], + [ + "▁Dem", + "and" + ], + [ + "▁De", + "mand" + ], + [ + "▁alfa", + "ce" + ], + [ + "▁alf", + "ace" + ], + [ + "▁al", + "face" + ], + [ + "▁Gabriel", + "a" + ], + [ + "▁Gabri", + "ela" + ], + [ + "▁congress", + "o" + ], + [ + "▁con", + "gresso" + ], + [ + "▁espectador", + "es" + ], + [ + "▁espect", + "adores" + ], + [ + "▁carinho", + "s" + ], + [ + "▁car", + "inhos" + ], + [ + "▁conf", + "issão" + ], + [ + "▁permanecer", + "am" + ], + [ + "▁permanece", + "ram" + ], + [ + "▁perman", + "eceram" + ], + [ + "201", + "3" + ], + [ + "20", + "13" + ], + [ + "2", + "013" + ], + [ + "▁})", + "," + ], + [ + "▁}", + ")," + ], + [ + "▁chart", + "er" + ], + [ + "▁char", + "ter" + ], + [ + "▁via", + "m" + ], + [ + "▁vi", + "am" + ], + [ + "▁v", + "iam" + ], + [ + "▁", + "viam" + ], + [ + "local", + "e" + ], + [ + "loc", + "ale" + ], + [ + "lo", + "cale" + ], + [ + "▁avis", + "t" + ], + [ + "▁avi", + "st" + ], + [ + "▁av", + "ist" + ], + [ + "▁cycl", + "ing" + ], + [ + "▁c", + "ycling" + ], + [ + "▁caut", + "ela" + ], + [ + "▁textura", + "s" + ], + [ + "▁text", + "uras" + ], + [ + "▁Rh", + "e" + ], + [ + "▁R", + "he" + ], + [ + "▁multi", + "cultural" + ], + [ + "▁mult", + "icultural" + ], + [ + "▁proto", + "n" + ], + [ + "▁prot", + "on" + ], + [ + "▁pro", + "ton" + ], + [ + "▁pr", + "oton" + ], + [ + "▁turbine", + "s" + ], + [ + "▁turb", + "ines" + ], + [ + "b", + "w" + ], + [ + "▁Pe", + "s" + ], + [ + "▁P", + "es" + ], + [ + "ca", + "ult" + ], + [ + "c", + "ault" + ], + [ + "▁write", + "ln" + ], + [ + "▁writ", + "eln" + ], + [ + "Autom", + "ation" + ], + [ + "Auto", + "mation" + ], + [ + "act", + "ivation" + ], + [ + "Am", + "az" + ], + [ + "A", + "maz" + ], + [ + "Pick", + "er" + ], + [ + "d", + "ócio" + ], + [ + "termin", + "al" + ], + [ + "term", + "inal" + ], + [ + "▁Espec", + "iais" + ], + [ + "Work", + "s" + ], + [ + "▁societ", + "al" + ], + [ + "▁soci", + "etal" + ], + [ + "66", + ")" + ], + [ + "6", + "6)" + ], + [ + "G", + "LOBAL" + ], + [ + "▁instalada", + "s" + ], + [ + "▁instal", + "adas" + ], + [ + "▁R", + "B" + ], + [ + "▁", + "RB" + ], + [ + "▁dis", + "inf" + ], + [ + "||||", + "||||" + ], + [ + "▁Fa", + "v" + ], + [ + "▁F", + "av" + ], + [ + "▁post", + "a" + ], + [ + "▁pos", + "ta" + ], + [ + "▁po", + "sta" + ], + [ + "▁p", + "osta" + ], + [ + "▁", + "posta" + ], + [ + "▁abra", + "çar" + ], + [ + "200", + "6" + ], + [ + "20", + "06" + ], + [ + "2", + "006" + ], + [ + "▁anf", + "íb" + ], + [ + "▁migr", + "ate" + ], + [ + "▁mig", + "rate" + ], + [ + "▁fertil", + "izante" + ], + [ + "nee", + "d" + ], + [ + "ne", + "ed" + ], + [ + "▁cama", + "r" + ], + [ + "▁cam", + "ar" + ], + [ + "▁ca", + "mar" + ], + [ + "▁c", + "amar" + ], + [ + "▁cal", + "ib" + ], + [ + "▁ca", + "lib" + ], + [ + "▁Hab", + "itat" + ], + [ + "▁(20", + ")" + ], + [ + "▁(2", + "0)" + ], + [ + "▁(", + "20)" + ], + [ + "▁", + "(20)" + ], + [ + "anci", + "es" + ], + [ + "anc", + "ies" + ], + [ + "an", + "cies" + ], + [ + "(\"", + "," + ], + [ + "(", + "\"," + ], + [ + "▁4", + "*" + ], + [ + "▁", + "4*" + ], + [ + "M", + "ir" + ], + [ + "arca", + "s" + ], + [ + "arc", + "as" + ], + [ + "ar", + "cas" + ], + [ + "▁pul", + "ar" + ], + [ + "▁pu", + "lar" + ], + [ + "▁p", + "ular" + ], + [ + "▁Diss", + "ertação" + ], + [ + "▁arm", + "ies" + ], + [ + "▁ar", + "mies" + ], + [ + "▁Pass", + "word" + ], + [ + "▁", + "Password" + ], + [ + "▁agrav", + "amento" + ], + [ + "▁Na", + "k" + ], + [ + "▁N", + "ak" + ], + [ + "ribe", + "s" + ], + [ + "rib", + "es" + ], + [ + "ri", + "bes" + ], + [ + "▁atual", + "izar" + ], + [ + "▁fisher", + "ies" + ], + [ + "▁fish", + "eries" + ], + [ + "ile", + "za" + ], + [ + "il", + "eza" + ], + [ + "▁servi", + "a" + ], + [ + "▁serv", + "ia" + ], + [ + "▁ser", + "via" + ], + [ + "▁Document", + "ation" + ], + [ + "▁mobil", + "i" + ], + [ + "▁mob", + "ili" + ], + [ + "▁m", + "obili" + ], + [ + "▁bas", + "s" + ], + [ + "▁ba", + "ss" + ], + [ + "▁b", + "ass" + ], + [ + "▁fra", + "l" + ], + [ + "▁fr", + "al" + ], + [ + "▁f", + "ral" + ], + [ + "▁Albert", + "a" + ], + [ + "▁Alb", + "erta" + ], + [ + "▁Al", + "berta" + ], + [ + "grand", + "e" + ], + [ + "gran", + "de" + ], + [ + "gr", + "ande" + ], + [ + "xt", + "il" + ], + [ + "x", + "til" + ], + [ + "▁sed", + "i" + ], + [ + "▁se", + "di" + ], + [ + "▁s", + "edi" + ], + [ + "▁fer", + "iado" + ], + [ + "mi", + "gr" + ], + [ + "m", + "igr" + ], + [ + "▁30", + "4" + ], + [ + "▁3", + "04" + ], + [ + "▁", + "304" + ], + [ + "til", + "de" + ], + [ + "t", + "ilde" + ], + [ + "▁und", + "o" + ], + [ + "▁un", + "do" + ], + [ + "▁", + "undo" + ], + [ + "▁acal", + "mar" + ], + [ + "▁I", + "p" + ], + [ + "▁", + "Ip" + ], + [ + "game", + "s" + ], + [ + "gam", + "es" + ], + [ + "ga", + "mes" + ], + [ + "g", + "ames" + ], + [ + "D", + "K" + ], + [ + "oba", + "r" + ], + [ + "ob", + "ar" + ], + [ + "o", + "bar" + ], + [ + "▁to", + "k" + ], + [ + "▁t", + "ok" + ], + [ + "▁", + "tok" + ], + [ + "▁bov", + "inos" + ], + [ + "config", + "ure" + ], + [ + "con", + "figure" + ], + [ + "prote", + "cted" + ], + [ + "prot", + "ected" + ], + [ + "▁Associ", + "ate" + ], + [ + "▁Assoc", + "iate" + ], + [ + "▁Institute", + "s" + ], + [ + "▁Institu", + "tes" + ], + [ + "▁Instit", + "utes" + ], + [ + "▁planej", + "ada" + ], + [ + "▁plane", + "jada" + ], + [ + "▁Valid", + "ation" + ], + [ + "▁", + "Validation" + ], + [ + "▁Se", + "ção" + ], + [ + "▁convention", + "s" + ], + [ + "▁convent", + "ions" + ], + [ + "▁con", + "ventions" + ], + [ + "Can", + "d" + ], + [ + "Ca", + "nd" + ], + [ + "C", + "and" + ], + [ + "▁ná", + "useas" + ], + [ + "▁sustenta", + "m" + ], + [ + "▁sustent", + "am" + ], + [ + "::", + "*;" + ], + [ + "Lear", + "n" + ], + [ + "Le", + "arn" + ], + [ + "faz", + "er" + ], + [ + "fa", + "zer" + ], + [ + "f", + "azer" + ], + [ + "▁Anal", + "is" + ], + [ + "▁Ana", + "lis" + ], + [ + "▁An", + "alis" + ], + [ + "H", + "K" + ], + [ + "▁nt", + "h" + ], + [ + "▁n", + "th" + ], + [ + "▁", + "nth" + ], + [ + "▁PART", + "E" + ], + [ + "▁PAR", + "TE" + ], + [ + "▁epid", + "er" + ], + [ + "▁ep", + "ider" + ], + [ + "▁Gaz", + "a" + ], + [ + "▁Ga", + "za" + ], + [ + "▁G", + "aza" + ], + [ + "▁cai", + "x" + ], + [ + "▁ca", + "ix" + ], + [ + "▁c", + "aix" + ], + [ + "▁orienta", + "is" + ], + [ + "▁orient", + "ais" + ], + [ + "▁or", + "ientais" + ], + [ + "▁\"", + "5" + ], + [ + "▁....", + "." + ], + [ + "▁...", + ".." + ], + [ + "▁..", + "..." + ], + [ + "▁.", + "...." + ], + [ + "▁", + "....." + ], + [ + "▁ke", + "t" + ], + [ + "▁k", + "et" + ], + [ + "▁", + "ket" + ], + [ + "▁ve", + "in" + ], + [ + "▁v", + "ein" + ], + [ + "▁pris", + "ões" + ], + [ + "▁pr", + "isões" + ], + [ + "06", + ":" + ], + [ + "0", + "6:" + ], + [ + "p", + "ét" + ], + [ + "▁42", + "0" + ], + [ + "▁4", + "20" + ], + [ + "▁May", + "o" + ], + [ + "▁Ma", + "yo" + ], + [ + "block", + "Idx" + ], + [ + "▁66", + "," + ], + [ + "▁6", + "6," + ], + [ + "▁", + "66," + ], + [ + "amb", + "uc" + ], + [ + "Int", + "o" + ], + [ + "In", + "to" + ], + [ + "▁RA", + "D" + ], + [ + "▁R", + "AD" + ], + [ + "▁", + "RAD" + ], + [ + "▁atr", + "op" + ], + [ + "▁at", + "rop" + ], + [ + "▁Vant", + "agens" + ], + [ + "cip", + "her" + ], + [ + "ci", + "pher" + ], + [ + "c", + "ipher" + ], + [ + "26", + "'," + ], + [ + "▁sa", + "o" + ], + [ + "▁s", + "ao" + ], + [ + "ain", + "da" + ], + [ + "a", + "inda" + ], + [ + "Disable", + "d" + ], + [ + "Dis", + "abled" + ], + [ + "▁sla", + "ughter" + ], + [ + "Br", + "ush" + ], + [ + "▁dificult", + "ando" + ], + [ + "▁2010", + "-" + ], + [ + "▁201", + "0-" + ], + [ + "▁spr", + "out" + ], + [ + "▁sp", + "rout" + ], + [ + "Sep", + "t" + ], + [ + "Se", + "pt" + ], + [ + "▁aparecer", + "am" + ], + [ + "▁aparece", + "ram" + ], + [ + "▁apar", + "eceram" + ], + [ + "▁cert", + "ifique" + ], + [ + "▁R", + "y" + ], + [ + "▁]", + "." + ], + [ + "▁", + "]." + ], + [ + "▁direct", + "amente" + ], + [ + "ath", + "on" + ], + [ + "at", + "hon" + ], + [ + "a", + "thon" + ], + [ + "raction", + "s" + ], + [ + "ract", + "ions" + ], + [ + "ra", + "ctions" + ], + [ + "r", + "actions" + ], + [ + "595", + "9" + ], + [ + "59", + "59" + ], + [ + "equ", + "ation" + ], + [ + "eq", + "uation" + ], + [ + "110", + "1" + ], + [ + "11", + "01" + ], + [ + "1", + "101" + ], + [ + "nam", + "a" + ], + [ + "na", + "ma" + ], + [ + "n", + "ama" + ], + [ + "(0)", + ")" + ], + [ + "(0", + "))" + ], + [ + "(", + "0))" + ], + [ + "▁wr", + "e" + ], + [ + "▁w", + "re" + ], + [ + "maxim", + "um" + ], + [ + "max", + "imum" + ], + [ + "▁l", + "âmina" + ], + [ + "▁Palm", + "ares" + ], + [ + "▁microw", + "ave" + ], + [ + "▁micro", + "wave" + ], + [ + "▁psican", + "al" + ], + [ + "▁psic", + "anal" + ], + [ + "ine", + "l" + ], + [ + "in", + "el" + ], + [ + "i", + "nel" + ], + [ + "▁aw", + "k" + ], + [ + "▁dan", + "ificar" + ], + [ + "▁neglig", + "ência" + ], + [ + "ish", + "man" + ], + [ + "▁Context", + "o" + ], + [ + "▁Conte", + "xto" + ], + [ + "▁Con", + "texto" + ], + [ + "▁cant", + "ando" + ], + [ + "▁Sug", + "ar" + ], + [ + "▁Su", + "gar" + ], + [ + "▁S", + "ugar" + ], + [ + "▁asym", + "pt" + ], + [ + "▁autonom", + "y" + ], + [ + "▁aut", + "onomy" + ], + [ + "▁comprov", + "ada" + ], + [ + "▁compro", + "vada" + ], + [ + "▁En", + "h" + ], + [ + "▁E", + "nh" + ], + [ + "st", + "reet" + ], + [ + "▁contamin", + "ants" + ], + [ + "▁Sa", + "k" + ], + [ + "▁S", + "ak" + ], + [ + "amb", + "le" + ], + [ + "am", + "ble" + ], + [ + "»", + "»," + ], + [ + "▁193", + "8" + ], + [ + "▁19", + "38" + ], + [ + "▁exceed", + "ed" + ], + [ + "▁exce", + "eded" + ], + [ + "d", + "ummy" + ], + [ + "▁ex", + "ag" + ], + [ + "▁advoc", + "acy" + ], + [ + "▁Greg", + "ório" + ], + [ + "▁indirect", + "ly" + ], + [ + "▁Ga", + "y" + ], + [ + "▁G", + "ay" + ], + [ + "▁ti", + "a" + ], + [ + "▁t", + "ia" + ], + [ + "▁2021", + "-" + ], + [ + "▁202", + "1-" + ], + [ + "▁20", + "21-" + ], + [ + "▁", + "2021-" + ], + [ + "▁COR", + "RE" + ], + [ + "▁end", + "ivid" + ], + [ + "▁ench", + "entes" + ], + [ + "▁is", + "instance" + ], + [ + "▁contou", + "r" + ], + [ + "▁conto", + "ur" + ], + [ + "▁cont", + "our" + ], + [ + "▁simp", + "atia" + ], + [ + "▁sim", + "patia" + ], + [ + "▁trans", + "ient" + ], + [ + "▁Bel", + "gium" + ], + [ + "▁telefone", + "s" + ], + [ + "▁telef", + "ones" + ], + [ + "]", + "{" + ], + [ + "}_{", + "\\" + ], + [ + "}_", + "{\\" + ], + [ + "}", + "_{\\" + ], + [ + "505", + "0" + ], + [ + "50", + "50" + ], + [ + "otr", + "ans" + ], + [ + "ot", + "rans" + ], + [ + "o", + "trans" + ], + [ + "fo", + "to" + ], + [ + "f", + "oto" + ], + [ + "ero", + "n" + ], + [ + "er", + "on" + ], + [ + "e", + "ron" + ], + [ + "▁65", + "5" + ], + [ + "▁6", + "55" + ], + [ + "ira", + "is" + ], + [ + "ir", + "ais" + ], + [ + "i", + "rais" + ], + [ + "▁ple", + "asant" + ], + [ + "▁", + "pleasant" + ], + [ + "▁32", + "7" + ], + [ + "▁3", + "27" + ], + [ + "▁", + "327" + ], + [ + "▁prompt", + "ed" + ], + [ + "▁Tecn", + "ológica" + ], + [ + "▁constituído", + "s" + ], + [ + "▁constitu", + "ídos" + ], + [ + "anga", + "n" + ], + [ + "ang", + "an" + ], + [ + "an", + "gan" + ], + [ + "▁ho", + "ver" + ], + [ + "▁h", + "over" + ], + [ + "▁", + "hover" + ], + [ + "ll", + "er" + ], + [ + "l", + "ler" + ], + [ + "▁aprove", + "ite" + ], + [ + "▁subt", + "ra" + ], + [ + "▁sub", + "tra" + ], + [ + "▁Rec", + "overy" + ], + [ + "▁Re", + "covery" + ], + [ + "▁2012", + "-" + ], + [ + "▁201", + "2-" + ], + [ + "▁ritual", + "s" + ], + [ + "▁Complex", + "o" + ], + [ + "▁Comple", + "xo" + ], + [ + "id", + "ões" + ], + [ + "▁Lind", + "a" + ], + [ + "▁Lin", + "da" + ], + [ + "▁L", + "inda" + ], + [ + "▁inter", + "st" + ], + [ + "494", + "9" + ], + [ + "49", + "49" + ], + [ + "▁alt", + "ru" + ], + [ + "▁al", + "tru" + ], + [ + "▁demora", + "r" + ], + [ + "▁demor", + "ar" + ], + [ + "▁demo", + "rar" + ], + [ + "▁dem", + "orar" + ], + [ + "▁buscam", + "os" + ], + [ + "▁busca", + "mos" + ], + [ + "▁busc", + "amos" + ], + [ + "▁bi", + "zar" + ], + [ + "▁b", + "izar" + ], + [ + "▁empreg", + "a" + ], + [ + "▁empre", + "ga" + ], + [ + "▁emp", + "rega" + ], + [ + "▁", + "∀" + ], + [ + "▁Dum", + "ping" + ], + [ + "▁D", + "umping" + ], + [ + "▁reconstru", + "ir" + ], + [ + "\\$", + "(" + ], + [ + "\\", + "$(" + ], + [ + "▁corro", + "m" + ], + [ + "▁corr", + "om" + ], + [ + "▁cor", + "rom" + ], + [ + "1.", + "3" + ], + [ + "1", + ".3" + ], + [ + "▁POL", + "Í" + ], + [ + "▁Flag", + "s" + ], + [ + "▁Fl", + "ags" + ], + [ + "▁", + "Flags" + ], + [ + "16)", + "." + ], + [ + "16", + ")." + ], + [ + "1", + "6)." + ], + [ + "200", + "7" + ], + [ + "20", + "07" + ], + [ + "2", + "007" + ], + [ + "lick", + "r" + ], + [ + "lic", + "kr" + ], + [ + "▁gos", + "pel" + ], + [ + "▁g", + "ospel" + ], + [ + "▁most", + "eiro" + ], + [ + "▁mos", + "teiro" + ], + [ + "▁[", + "..." + ], + [ + "▁lu", + "vas" + ], + [ + "▁adjet", + "ivo" + ], + [ + "▁conclu", + "ída" + ], + [ + "▁concl", + "uída" + ], + [ + "ini", + "a" + ], + [ + "in", + "ia" + ], + [ + "i", + "nia" + ], + [ + "p", + "matrix" + ], + [ + "Be", + "havior" + ], + [ + "▁nervos", + "a" + ], + [ + "▁nervo", + "sa" + ], + [ + "▁nerv", + "osa" + ], + [ + "▁coorden", + "ada" + ], + [ + "elli", + "te" + ], + [ + "ell", + "ite" + ], + [ + "▁period", + "ontal" + ], + [ + "▁surg", + "ido" + ], + [ + "▁Curios", + "idades" + ], + [ + "▁discern", + "imento" + ], + [ + "Ref", + "er" + ], + [ + "Re", + "fer" + ], + [ + "▁Arm", + "strong" + ], + [ + "▁rele", + "asing" + ], + [ + "▁bil", + "e" + ], + [ + "▁bi", + "le" + ], + [ + "▁b", + "ile" + ], + [ + "▁Invent", + "ory" + ], + [ + "▁In", + "ventory" + ], + [ + "auto", + "m" + ], + [ + "aut", + "om" + ], + [ + "au", + "tom" + ], + [ + "bad", + "ge" + ], + [ + "▁cra", + "zy" + ], + [ + "▁cr", + "azy" + ], + [ + "▁Amster", + "dam" + ], + [ + "▁intro", + "ductory" + ], + [ + "▁age", + "nd" + ], + [ + "▁ag", + "end" + ], + [ + "▁guitar", + "ra" + ], + [ + "▁Eva", + "ns" + ], + [ + "▁Ev", + "ans" + ], + [ + "▁factor", + "ial" + ], + [ + "▁facto", + "rial" + ], + [ + "▁fact", + "orial" + ], + [ + "▁compl", + "aints" + ], + [ + "▁peculiar", + "idades" + ], + [ + "HI", + "R" + ], + [ + "H", + "IR" + ], + [ + "▁Ris", + "co" + ], + [ + "▁R", + "isco" + ], + [ + "▁desper", + "ceb" + ], + [ + "▁f", + "m" + ], + [ + "▁", + "fm" + ], + [ + "▁aceita", + "m" + ], + [ + "▁ace", + "itam" + ], + [ + "▁direcion", + "ar" + ], + [ + "▁dire", + "cionar" + ], + [ + "▁76", + "," + ], + [ + "▁7", + "6," + ], + [ + "▁", + "76," + ], + [ + "b", + "undle" + ], + [ + "▁[", + "6]" + ], + [ + "▁", + "[6]" + ], + [ + "▁anda", + "m" + ], + [ + "▁and", + "am" + ], + [ + "▁an", + "dam" + ], + [ + "prev", + "iew" + ], + [ + "pre", + "view" + ], + [ + "p", + "review" + ], + [ + "Princip", + "al" + ], + [ + "▁Recomm", + "ended" + ], + [ + "ft", + "s" + ], + [ + "f", + "ts" + ], + [ + "▁desenvolv", + "a" + ], + [ + "▁desenvol", + "va" + ], + [ + "1-", + "4" + ], + [ + "1", + "-4" + ], + [ + "▁1962", + "," + ], + [ + "▁196", + "2," + ], + [ + "▁19", + "62," + ], + [ + "▁ske", + "leton" + ], + [ + "▁PROFESS", + "OR" + ], + [ + "▁rabb", + "it" + ], + [ + "▁rab", + "bit" + ], + [ + "CP", + "P" + ], + [ + "C", + "PP" + ], + [ + "▁L", + "S" + ], + [ + "▁", + "LS" + ], + [ + "▁Cam", + "ila" + ], + [ + "▁Reason", + "ing" + ], + [ + "▁contradict", + "ion" + ], + [ + "▁contrad", + "iction" + ], + [ + "It", + "al" + ], + [ + "I", + "tal" + ], + [ + "prod", + "ução" + ], + [ + "pro", + "dução" + ], + [ + "▁routine", + "ly" + ], + [ + "▁rout", + "inely" + ], + [ + "▁confident", + "ial" + ], + [ + "▁confid", + "ential" + ], + [ + "▁conf", + "idential" + ], + [ + "▁occupation", + "al" + ], + [ + "▁occup", + "ational" + ], + [ + "▁ed", + "i" + ], + [ + "▁e", + "di" + ], + [ + "▁", + "edi" + ], + [ + "▁mong", + "es" + ], + [ + "▁mon", + "ges" + ], + [ + "))", + "+" + ], + [ + ")", + ")+" + ], + [ + "cond", + "e" + ], + [ + "con", + "de" + ], + [ + "c", + "onde" + ], + [ + "ár", + "dio" + ], + [ + "▁monument", + "al" + ], + [ + "▁54", + "." + ], + [ + "▁5", + "4." + ], + [ + "▁fracture", + "s" + ], + [ + "▁fract", + "ures" + ], + [ + "▁Do", + "w" + ], + [ + "▁D", + "ow" + ], + [ + "▁acord", + "e" + ], + [ + "▁ac", + "orde" + ], + [ + "▁alter", + "ando" + ], + [ + "▁sovereign", + "ty" + ], + [ + "or", + "ange" + ], + [ + "o", + "range" + ], + [ + "▁es", + "queleto" + ], + [ + "▁calculator", + "s" + ], + [ + "▁calcul", + "ators" + ], + [ + "▁Wal", + "k" + ], + [ + "▁W", + "alk" + ], + [ + "▁ast", + "er" + ], + [ + "▁as", + "ter" + ], + [ + "▁a", + "ster" + ], + [ + "▁", + "aster" + ], + [ + "▁lan", + "tern" + ], + [ + "'", + "/" + ], + [ + "crit", + "ical" + ], + [ + "cri", + "tical" + ], + [ + "List", + "Box" + ], + [ + "▁Bi", + "c" + ], + [ + "▁B", + "ic" + ], + [ + "mb", + "kin" + ], + [ + "▁nada", + "r" + ], + [ + "▁nad", + "ar" + ], + [ + "▁na", + "dar" + ], + [ + "▁n", + "adar" + ], + [ + "▁mold", + "e" + ], + [ + "▁mol", + "de" + ], + [ + "▁Ins", + "urance" + ], + [ + "ér", + "cia" + ], + [ + "▁conserv", + "e" + ], + [ + "▁cons", + "erve" + ], + [ + "▁con", + "serve" + ], + [ + "▁Implement", + "s" + ], + [ + "▁Im", + "plements" + ], + [ + "▁barra", + "c" + ], + [ + "▁bar", + "rac" + ], + [ + "▁habitual", + "mente" + ], + [ + "▁habitu", + "almente" + ], + [ + "▁habit", + "ualmente" + ], + [ + "ourage", + "d" + ], + [ + "ourag", + "ed" + ], + [ + "oura", + "ged" + ], + [ + "our", + "aged" + ], + [ + "Da", + "ily" + ], + [ + "▁condenado", + "s" + ], + [ + "▁conden", + "ados" + ], + [ + "▁p", + "f" + ], + [ + "▁", + "pf" + ], + [ + "▁ministr", + "y" + ], + [ + "▁minist", + "ry" + ], + [ + "▁min", + "istry" + ], + [ + "▁responder", + "am" + ], + [ + "▁responde", + "ram" + ], + [ + "▁respond", + "eram" + ], + [ + "di", + "d" + ], + [ + "d", + "id" + ], + [ + "▁_", + ";" + ], + [ + "▁", + "_;" + ], + [ + "tan", + "g" + ], + [ + "ta", + "ng" + ], + [ + "t", + "ang" + ], + [ + "▁gab", + "inete" + ], + [ + "=1", + ":" + ], + [ + "=", + "1:" + ], + [ + "Exp", + "and" + ], + [ + "▁roub", + "o" + ], + [ + "▁conduz", + "ida" + ], + [ + "▁Il", + "ust" + ], + [ + "▁Part", + "indo" + ], + [ + "▁Lam", + "b" + ], + [ + "▁La", + "mb" + ], + [ + "▁L", + "amb" + ], + [ + "igu", + "ar" + ], + [ + "ig", + "uar" + ], + [ + "▁human", + "itarian" + ], + [ + "▁art", + "éria" + ], + [ + "▁Friend", + "s" + ], + [ + "▁Fri", + "ends" + ], + [ + "▁emocion", + "ante" + ], + [ + "isc", + "ar" + ], + [ + "is", + "car" + ], + [ + "i", + "scar" + ], + [ + ".1", + "9" + ], + [ + ".", + "19" + ], + [ + "▁con", + "ot" + ], + [ + "▁co", + "not" + ], + [ + "▁Când", + "ido" + ], + [ + "▁Factor", + "y" + ], + [ + "▁Fact", + "ory" + ], + [ + "▁F", + "actory" + ], + [ + "▁", + "Factory" + ], + [ + "▁nu", + "ances" + ], + [ + "▁sh", + "uffle" + ], + [ + "▁Cons", + "egu" + ], + [ + "▁Con", + "segu" + ], + [ + "▁modifica", + "do" + ], + [ + "▁mod", + "ificado" + ], + [ + "FFFF", + "F" + ], + [ + "FFF", + "FF" + ], + [ + "FF", + "FFF" + ], + [ + "F", + "FFFF" + ], + [ + "▁faith", + "ful" + ], + [ + "▁move", + "m" + ], + [ + "▁mov", + "em" + ], + [ + "▁mo", + "vem" + ], + [ + "▁mút", + "ua" + ], + [ + "▁mú", + "tua" + ], + [ + "we", + "ather" + ], + [ + "▁consider", + "o" + ], + [ + "▁scholars", + "hip" + ], + [ + "▁scholar", + "ship" + ], + [ + "▁34", + "0" + ], + [ + "▁3", + "40" + ], + [ + "▁", + "340" + ], + [ + "▁tin", + "g" + ], + [ + "▁ti", + "ng" + ], + [ + "▁t", + "ing" + ], + [ + "▁", + "ting" + ], + [ + "▁(4", + "6" + ], + [ + "▁(", + "46" + ], + [ + "▁Nor", + "d" + ], + [ + "▁No", + "rd" + ], + [ + "▁N", + "ord" + ], + [ + "▁(2006)", + "." + ], + [ + "▁(200", + "6)." + ], + [ + "▁colheita", + "s" + ], + [ + "▁colhe", + "itas" + ], + [ + "▁bi", + "m" + ], + [ + "▁b", + "im" + ], + [ + "Rect", + "angle" + ], + [ + "▁geom", + "étricas" + ], + [ + "08", + ":" + ], + [ + "0", + "8:" + ], + [ + "▁tor", + "á" + ], + [ + "▁23", + "3" + ], + [ + "▁2", + "33" + ], + [ + "▁", + "233" + ], + [ + "ró", + "f" + ], + [ + "r", + "óf" + ], + [ + "gg", + "er" + ], + [ + "g", + "ger" + ], + [ + "▁MUL", + "T" + ], + [ + "▁MU", + "LT" + ], + [ + "▁M", + "ULT" + ], + [ + "▁", + "MULT" + ], + [ + "▁mex", + "ic" + ], + [ + "▁me", + "xic" + ], + [ + "list", + "ed" + ], + [ + "lis", + "ted" + ], + [ + "▁hire", + "d" + ], + [ + "▁hi", + "red" + ], + [ + "▁h", + "ired" + ], + [ + "other", + "mal" + ], + [ + "K", + "O" + ], + [ + "▁45", + "%" + ], + [ + "▁4", + "5%" + ], + [ + "▁Sl", + "ow" + ], + [ + "▁S", + "low" + ], + [ + "▁opponent", + "s" + ], + [ + "▁op", + "ponents" + ], + [ + "▁testim", + "ony" + ], + [ + "▁salva", + "gu" + ], + [ + "▁salv", + "agu" + ], + [ + "14", + "1" + ], + [ + "1", + "41" + ], + [ + "sta", + "d" + ], + [ + "st", + "ad" + ], + [ + "▁Ci", + "a" + ], + [ + "▁C", + "ia" + ], + [ + "▁ocorr", + "ida" + ], + [ + "▁estrutura", + "da" + ], + [ + "▁estrut", + "urada" + ], + [ + "00", + "\\" + ], + [ + "0", + "0\\" + ], + [ + "▁pre", + "r" + ], + [ + "▁pr", + "er" + ], + [ + "▁p", + "rer" + ], + [ + "▁ating", + "ida" + ], + [ + "IT", + "URA" + ], + [ + "▁prop", + "ício" + ], + [ + "▁0.0", + "8" + ], + [ + "▁0.", + "08" + ], + [ + "▁vi", + "er" + ], + [ + "▁v", + "ier" + ], + [ + "▁", + "vier" + ], + [ + "–", + "18" + ], + [ + "▁BAS", + "E" + ], + [ + "▁BA", + "SE" + ], + [ + "▁B", + "ASE" + ], + [ + "▁", + "BASE" + ], + [ + "▁unique", + "ly" + ], + [ + "▁uniqu", + "ely" + ], + [ + "ste", + "n" + ], + [ + "st", + "en" + ], + [ + "s", + "ten" + ], + [ + "▁tóx", + "ico" + ], + [ + "▁proteg", + "endo" + ], + [ + "’", + ")" + ], + [ + "PRO", + "TO" + ], + [ + "PR", + "OTO" + ], + [ + "center", + "ed" + ], + [ + "cent", + "ered" + ], + [ + "▁paras", + "ita" + ], + [ + "whe", + "el" + ], + [ + "▁delic", + "ado" + ], + [ + "▁del", + "icado" + ], + [ + "▁Constitu", + "inte" + ], + [ + "▁w", + "x" + ], + [ + "▁", + "wx" + ], + [ + "07", + "6" + ], + [ + "0", + "76" + ], + [ + "▁desfr", + "ut" + ], + [ + "▁desf", + "rut" + ], + [ + "▁Palest", + "inian" + ], + [ + "▁fum", + "antes" + ], + [ + "▁simbol", + "ismo" + ], + [ + "np", + "m" + ], + [ + "n", + "pm" + ], + [ + "▁na", + "ked" + ], + [ + "▁n", + "aked" + ], + [ + "quist", + "ão" + ], + [ + "qu", + "istão" + ], + [ + "La", + "ng" + ], + [ + "L", + "ang" + ], + [ + "▁T", + "UR" + ], + [ + "▁Gr", + "áfico" + ], + [ + "▁att", + "orney" + ], + [ + "▁weakness", + "es" + ], + [ + "IC", + "I" + ], + [ + "I", + "CI" + ], + [ + "bie", + "s" + ], + [ + "bi", + "es" + ], + [ + "b", + "ies" + ], + [ + "▁invaria", + "nt" + ], + [ + "▁inv", + "ariant" + ], + [ + "▁in", + "variant" + ], + [ + "FA", + "C" + ], + [ + "F", + "AC" + ], + [ + "▁para", + "íso" + ], + [ + "▁revolucionário", + "s" + ], + [ + "▁revolucion", + "ários" + ], + [ + "ENT", + "AL" + ], + [ + "▁cigarro", + "s" + ], + [ + "▁cigar", + "ros" + ], + [ + ",(", + "%" + ], + [ + ",", + "(%" + ], + [ + "▁limitada", + "s" + ], + [ + "▁limita", + "das" + ], + [ + "▁limit", + "adas" + ], + [ + "▁lim", + "itadas" + ], + [ + "▁desconf", + "iança" + ], + [ + "▁descon", + "fiança" + ], + [ + "▁1", + "*" + ], + [ + "▁", + "1*" + ], + [ + "isse", + "s" + ], + [ + "iss", + "es" + ], + [ + "is", + "ses" + ], + [ + "▁h", + "ull" + ], + [ + "icio", + "s" + ], + [ + "ici", + "os" + ], + [ + "ic", + "ios" + ], + [ + "i", + "cios" + ], + [ + "▁Th", + "ir" + ], + [ + "▁T", + "hir" + ], + [ + "▁fazende", + "iros" + ], + [ + "CF", + "G" + ], + [ + "C", + "FG" + ], + [ + "▁w", + "iki" + ], + [ + "▁", + "wiki" + ], + [ + "resolve", + "d" + ], + [ + "resol", + "ved" + ], + [ + "▁perturb", + "ação" + ], + [ + "▁prejudic", + "ando" + ], + [ + "▁prejud", + "icando" + ], + [ + "▁gen", + "ius" + ], + [ + "▁aus", + "ter" + ], + [ + "▁au", + "ster" + ], + [ + "▁a", + "uster" + ], + [ + "▁armado", + "s" + ], + [ + "▁armad", + "os" + ], + [ + "▁arma", + "dos" + ], + [ + "▁arm", + "ados" + ], + [ + "▁fer", + "imentos" + ], + [ + "trans", + "port" + ], + [ + "▁Continu", + "ous" + ], + [ + "ili", + "na" + ], + [ + "il", + "ina" + ], + [ + "▁esm", + "al" + ], + [ + "▁es", + "mal" + ], + [ + "▁desg", + "ast" + ], + [ + "▁revol", + "uções" + ], + [ + "cook", + "ie" + ], + [ + "▁BI", + "G" + ], + [ + "▁B", + "IG" + ], + [ + "▁", + "BIG" + ], + [ + "▁cin", + "t" + ], + [ + "▁ci", + "nt" + ], + [ + "▁c", + "int" + ], + [ + "▁dead", + "line" + ], + [ + "het", + "s" + ], + [ + "he", + "ts" + ], + [ + "h", + "ets" + ], + [ + "og", + "lic" + ], + [ + "▁exib", + "ir" + ], + [ + "▁ex", + "ibir" + ], + [ + "▁caminh", + "ando" + ], + [ + "▁camin", + "hando" + ], + [ + "sp", + "in" + ], + [ + "s", + "pin" + ], + [ + "▁1917", + "," + ], + [ + "▁19", + "17," + ], + [ + "▁prev", + "idência" + ], + [ + "▁va", + "ult" + ], + [ + "▁v", + "ault" + ], + [ + "▁expl", + "ique" + ], + [ + "▁exp", + "lique" + ], + [ + "▁W", + "S" + ], + [ + "▁", + "WS" + ], + [ + "▁che", + "que" + ], + [ + "▁pal", + "ette" + ], + [ + "▁pa", + "lette" + ], + [ + "▁commercial", + "ly" + ], + [ + "lighten", + "ment" + ], + [ + "▁Rei", + "n" + ], + [ + "▁Re", + "in" + ], + [ + "▁R", + "ein" + ], + [ + "word", + "press" + ], + [ + "çal", + "o" + ], + [ + "ça", + "lo" + ], + [ + "ç", + "alo" + ], + [ + "PRE", + "DS" + ], + [ + "▁(19", + "7" + ], + [ + "▁(1", + "97" + ], + [ + "▁(", + "197" + ], + [ + "FORMAT", + "ION" + ], + [ + "FORM", + "ATION" + ], + [ + "▁tabule", + "iro" + ], + [ + "▁command", + "ed" + ], + [ + "▁comm", + "anded" + ], + [ + "▁15", + "-" + ], + [ + "▁1", + "5-" + ], + [ + "Int", + "Ki" + ], + [ + "▁De", + "w" + ], + [ + "▁D", + "ew" + ], + [ + "▁Dia", + "r" + ], + [ + "▁Di", + "ar" + ], + [ + "▁D", + "iar" + ], + [ + "▁interfere", + "m" + ], + [ + "▁interfer", + "em" + ], + [ + "▁Essay", + "s" + ], + [ + "▁Essa", + "ys" + ], + [ + "▁Ess", + "ays" + ], + [ + "▁elephant", + "s" + ], + [ + "▁ele", + "phants" + ], + [ + "enso", + "n" + ], + [ + "ens", + "on" + ], + [ + "en", + "son" + ], + [ + "urer", + "s" + ], + [ + "ure", + "rs" + ], + [ + "ur", + "ers" + ], + [ + "▁des", + "erve" + ], + [ + "▁de", + "serve" + ], + [ + "▁escritório", + "s" + ], + [ + "▁escrit", + "órios" + ], + [ + "▁formal", + "mente" + ], + [ + "▁form", + "almente" + ], + [ + "M", + "Q" + ], + [ + "H", + "ar" + ], + [ + "ot", + "ip" + ], + [ + "o", + "tip" + ], + [ + "▁depr", + "im" + ], + [ + "▁dep", + "rim" + ], + [ + "▁de", + "prim" + ], + [ + "ec", + "i" + ], + [ + "e", + "ci" + ], + [ + "▁ST", + "M" + ], + [ + "▁S", + "TM" + ], + [ + "▁", + "STM" + ], + [ + "▁Saud", + "i" + ], + [ + "PO", + "R" + ], + [ + "P", + "OR" + ], + [ + "▁profit", + "able" + ], + [ + "▁prof", + "itable" + ], + [ + "▁Inf", + "ra" + ], + [ + "▁In", + "fra" + ], + [ + "▁destru", + "ída" + ], + [ + "▁destr", + "uída" + ], + [ + "▁Institu", + "ições" + ], + [ + "▁Ne", + "rv" + ], + [ + "▁N", + "erv" + ], + [ + "F", + "v" + ], + [ + "▁Bel", + "as" + ], + [ + "▁Be", + "las" + ], + [ + "▁B", + "elas" + ], + [ + "▁parecido", + "s" + ], + [ + "▁pare", + "cidos" + ], + [ + "▁par", + "ecidos" + ], + [ + "▁Amb", + "ientais" + ], + [ + "organ", + "ic" + ], + [ + "org", + "anic" + ], + [ + "Rel", + "ative" + ], + [ + "▁cint", + "ura" + ], + [ + "▁c", + "intura" + ], + [ + "▁envel", + "hec" + ], + [ + "▁Conselho", + "s" + ], + [ + "▁Consel", + "hos" + ], + [ + "▁Cons", + "elhos" + ], + [ + "▁fisi", + "ológicas" + ], + [ + "▁)", + "(" + ], + [ + "▁", + ")(" + ], + [ + "BL", + "IC" + ], + [ + "B", + "LIC" + ], + [ + "gui", + "n" + ], + [ + "gu", + "in" + ], + [ + "▁Prote", + "in" + ], + [ + "▁Prot", + "ein" + ], + [ + "▁GI", + "S" + ], + [ + "▁G", + "IS" + ], + [ + "▁", + "GIS" + ], + [ + "▁permit", + "ida" + ], + [ + "▁conquista", + "do" + ], + [ + "▁conquist", + "ado" + ], + [ + "▁univers", + "itária" + ], + [ + "▁to", + "s" + ], + [ + "▁t", + "os" + ], + [ + "▁", + "tos" + ], + [ + "▁Ac", + "id" + ], + [ + "▁A", + "cid" + ], + [ + "▁pico", + "s" + ], + [ + "▁pic", + "os" + ], + [ + "▁pi", + "cos" + ], + [ + "▁p", + "icos" + ], + [ + "▁overse", + "as" + ], + [ + "▁overs", + "eas" + ], + [ + "▁(8", + "," + ], + [ + "▁(", + "8," + ], + [ + "▁", + "(8," + ], + [ + "▁Fl", + "y" + ], + [ + "▁F", + "ly" + ], + [ + "▁neg", + "a" + ], + [ + "▁ne", + "ga" + ], + [ + "▁concede", + "r" + ], + [ + "▁conced", + "er" + ], + [ + "▁conce", + "der" + ], + [ + "▁conc", + "eder" + ], + [ + "itive", + "s" + ], + [ + "iti", + "ves" + ], + [ + "it", + "ives" + ], + [ + "▁recurs", + "ion" + ], + [ + "▁afet", + "iva" + ], + [ + "▁Inter", + "ess" + ], + [ + "▁Inte", + "ress" + ], + [ + "–", + "5" + ], + [ + "▁40", + "4" + ], + [ + "▁4", + "04" + ], + [ + "▁", + "404" + ], + [ + "▁ader", + "ir" + ], + [ + "▁ade", + "rir" + ], + [ + "par", + "s" + ], + [ + "pa", + "rs" + ], + [ + "p", + "ars" + ], + [ + "▁Sha", + "h" + ], + [ + "▁Sh", + "ah" + ], + [ + "olith", + "ic" + ], + [ + "▁dyn", + "asty" + ], + [ + "▁Dis", + "able" + ], + [ + "▁", + "Disable" + ], + [ + "▁moral", + "ity" + ], + [ + "▁mor", + "ality" + ], + [ + "▁constitu", + "intes" + ], + [ + "▁38", + "0" + ], + [ + "▁3", + "80" + ], + [ + "▁", + "380" + ], + [ + "▁Un", + "i" + ], + [ + "▁U", + "ni" + ], + [ + "illa", + "ry" + ], + [ + "ill", + "ary" + ], + [ + "▁compromet", + "e" + ], + [ + "▁comprom", + "ete" + ], + [ + "▁perturb", + "ações" + ], + [ + "▁N", + "J" + ], + [ + "brasile", + "ira" + ], + [ + "brasil", + "eira" + ], + [ + "▁defens", + "ive" + ], + [ + "▁def", + "ensive" + ], + [ + "+", + "." + ], + [ + "▁T", + "Z" + ], + [ + "▁Analy", + "ze" + ], + [ + "▁erupt", + "ion" + ], + [ + "▁erup", + "tion" + ], + [ + "if", + "s" + ], + [ + "i", + "fs" + ], + [ + "ónia", + "s" + ], + [ + "ón", + "ias" + ], + [ + "▁folia", + "ge" + ], + [ + "▁Gu", + "t" + ], + [ + "▁G", + "ut" + ], + [ + "ale", + "na" + ], + [ + "al", + "ena" + ], + [ + "▁nacional", + "ismo" + ], + [ + "▁G", + "I" + ], + [ + "▁", + "GI" + ], + [ + "▁os", + "m" + ], + [ + "▁o", + "sm" + ], + [ + "▁Rev", + "erse" + ], + [ + "▁Re", + "verse" + ], + [ + "▁dever", + "íamos" + ], + [ + "▁(4", + "0" + ], + [ + "▁(", + "40" + ], + [ + "▁Pul", + "l" + ], + [ + "▁Pu", + "ll" + ], + [ + "▁P", + "ull" + ], + [ + "▁carta", + "z" + ], + [ + "▁cart", + "az" + ], + [ + "ancou", + "ver" + ], + [ + "▁aplica", + "m" + ], + [ + "▁aplic", + "am" + ], + [ + "▁65", + "." + ], + [ + "▁6", + "5." + ], + [ + "▁Ric", + "k" + ], + [ + "▁Ri", + "ck" + ], + [ + "▁R", + "ick" + ], + [ + "▁Ale", + "m" + ], + [ + "▁Al", + "em" + ], + [ + "▁A", + "lem" + ], + [ + "▁Ask", + "ed" + ], + [ + "▁As", + "ked" + ], + [ + "als", + "a" + ], + [ + "al", + "sa" + ], + [ + "▁26", + "4" + ], + [ + "▁2", + "64" + ], + [ + "▁", + "264" + ], + [ + "▁[1", + "9" + ], + [ + "▁[", + "19" + ], + [ + "▁IE", + "RC" + ], + [ + "▁I", + "ERC" + ], + [ + "▁Man", + "utenção" + ], + [ + "▁paragraph", + "s" + ], + [ + "1:", + ":" + ], + [ + "1", + "::" + ], + [ + "▁protest", + "s" + ], + [ + "▁prot", + "ests" + ], + [ + "▁pro", + "tests" + ], + [ + "▁ellip", + "se" + ], + [ + "▁ell", + "ipse" + ], + [ + "Sin", + "ce" + ], + [ + "S", + "ince" + ], + [ + "▁saco", + "las" + ], + [ + "▁sac", + "olas" + ], + [ + "▁WH", + "AT" + ], + [ + "▁cavern", + "a" + ], + [ + "▁cav", + "erna" + ], + [ + "▁cluster", + "ing" + ], + [ + "BB", + "BB" + ], + [ + "▁-4", + "." + ], + [ + "▁-", + "4." + ], + [ + "▁", + "-4." + ], + [ + "▁1000", + "," + ], + [ + "▁100", + "0," + ], + [ + "▁10", + "00," + ], + [ + "▁1", + "000," + ], + [ + "▁", + "1000," + ], + [ + "▁pede", + "m" + ], + [ + "▁ped", + "em" + ], + [ + "▁pe", + "dem" + ], + [ + "}}", + ")" + ], + [ + "}", + "})" + ], + [ + "▁fo", + "am" + ], + [ + "▁gên", + "io" + ], + [ + "▁g", + "ênio" + ], + [ + "Á", + "L" + ], + [ + "75", + "0" + ], + [ + "7", + "50" + ], + [ + "ins", + "p" + ], + [ + "in", + "sp" + ], + [ + "CAD", + "E" + ], + [ + "CA", + "DE" + ], + [ + "C", + "ADE" + ], + [ + "▁MAT", + "CH" + ], + [ + "▁M", + "ATCH" + ], + [ + "▁tang", + "e" + ], + [ + "▁tan", + "ge" + ], + [ + "▁t", + "ange" + ], + [ + "▁Serg", + "io" + ], + [ + "▁Ser", + "gio" + ], + [ + "▁Ent", + "ender" + ], + [ + "(\"", + "." + ], + [ + "(", + "\"." + ], + [ + "(\"", + "<" + ], + [ + "▁(200", + "6)" + ], + [ + "▁TB", + "utton" + ], + [ + "▁T", + "Button" + ], + [ + "▁193", + "4" + ], + [ + "▁19", + "34" + ], + [ + "ras", + "ka" + ], + [ + "sob", + "re" + ], + [ + "so", + "bre" + ], + [ + "s", + "obre" + ], + [ + "▁Port", + "aria" + ], + [ + "▁AD", + "O" + ], + [ + "▁A", + "DO" + ], + [ + "▁", + "ADO" + ], + [ + "▁amen", + "izar" + ], + [ + "▁33", + "3" + ], + [ + "▁3", + "33" + ], + [ + "▁", + "333" + ], + [ + "▁Ten", + "d" + ], + [ + "▁Te", + "nd" + ], + [ + "▁T", + "end" + ], + [ + "str", + "i" + ], + [ + "st", + "ri" + ], + [ + "s", + "tri" + ], + [ + "▁rest", + "rit" + ], + [ + "▁Sign", + "ifica" + ], + [ + "▁energética", + "s" + ], + [ + "▁energ", + "éticas" + ], + [ + "▁tri", + "t" + ], + [ + "▁tr", + "it" + ], + [ + "▁t", + "rit" + ], + [ + "▁Camp", + "a" + ], + [ + "▁Cam", + "pa" + ], + [ + "▁C", + "ampa" + ], + [ + "▁Las", + "er" + ], + [ + "▁La", + "ser" + ], + [ + "▁L", + "aser" + ], + [ + "▁aer", + "ial" + ], + [ + "▁a", + "erial" + ], + [ + "▁oxid", + "ation" + ], + [ + "▁Rot", + "e" + ], + [ + "▁Ro", + "te" + ], + [ + "▁R", + "ote" + ], + [ + "▁indire", + "to" + ], + [ + "▁auto", + "s" + ], + [ + "▁aut", + "os" + ], + [ + "▁au", + "tos" + ], + [ + "▁a", + "utos" + ], + [ + "▁un", + "lock" + ], + [ + "▁Build", + "er" + ], + [ + "▁", + "Builder" + ], + [ + "▁insta", + "bility" + ], + [ + "▁inst", + "ability" + ], + [ + "*)", + "&" + ], + [ + "*", + ")&" + ], + [ + "▁N", + "t" + ], + [ + "▁", + "Nt" + ], + [ + "▁acr", + "éscimo" + ], + [ + "pel", + "o" + ], + [ + "pe", + "lo" + ], + [ + "p", + "elo" + ], + [ + "▁comes", + "t" + ], + [ + "▁come", + "st" + ], + [ + "▁com", + "est" + ], + [ + "▁Martin", + "ho" + ], + [ + "▁Mart", + "inho" + ], + [ + "extension", + "s" + ], + [ + "ext", + "ensions" + ], + [ + "W", + "L" + ], + [ + "17", + "3" + ], + [ + "1", + "73" + ], + [ + "▁Intern", + "o" + ], + [ + "▁Inter", + "no" + ], + [ + "▁Int", + "erno" + ], + [ + "yle", + "ne" + ], + [ + "yl", + "ene" + ], + [ + "y", + "lene" + ], + [ + "on", + "ente" + ], + [ + "()<", + "/" + ], + [ + "()", + "{", + "{" + ], + [ + ">", + "{{" + ], + [ + "▁Da", + "do" + ], + [ + "▁D", + "ado" + ], + [ + "da", + "n" + ], + [ + "d", + "an" + ], + [ + "▁crus", + "her" + ], + [ + "▁the", + "atre" + ], + [ + "▁bolo", + "s" + ], + [ + "▁bol", + "os" + ], + [ + "▁bo", + "los" + ], + [ + "▁b", + "olos" + ], + [ + "▁omit", + "ted" + ], + [ + "▁o", + "mitted" + ], + [ + "▁Feed", + "back" + ], + [ + "▁rebel", + "des" + ], + [ + "▁corpor", + "ation" + ], + [ + "▁corpo", + "ration" + ], + [ + "▁corp", + "oration" + ], + [ + "ot", + "r" + ], + [ + "o", + "tr" + ], + [ + "▁Termin", + "al" + ], + [ + "▁Term", + "inal" + ], + [ + "▁secretar", + "y" + ], + [ + "▁secret", + "ary" + ], + [ + "**", + "6" + ], + [ + "*", + "*6" + ], + [ + "▁Dur", + "ação" + ], + [ + "▁Du", + "ração" + ], + [ + "▁D", + "uração" + ], + [ + "▁pestic", + "ide" + ], + [ + "▁pest", + "icide" + ], + [ + "▁53", + "." + ], + [ + "▁5", + "3." + ], + [ + "48", + "7" + ], + [ + "4", + "87" + ], + [ + "▁Ba", + "u" + ], + [ + "▁B", + "au" + ], + [ + "▁2030", + "." + ], + [ + "▁20", + "30." + ], + [ + "queiro", + "s" + ], + [ + "que", + "iros" + ], + [ + "qu", + "eiros" + ], + [ + "▁catequ", + "ese" + ], + [ + "00,", + "$" + ], + [ + "00", + ",$" + ], + [ + "erto", + "n" + ], + [ + "ert", + "on" + ], + [ + "er", + "ton" + ], + [ + "▁Mal", + "ta" + ], + [ + "▁M", + "alta" + ], + [ + "▁fav", + "ela" + ], + [ + "Mod", + "ifier" + ], + [ + "▁declara", + "do" + ], + [ + "▁declar", + "ado" + ], + [ + "RI", + "TO" + ], + [ + "R", + "ITO" + ], + [ + "▁Exc", + "ess" + ], + [ + "▁Ex", + "cess" + ], + [ + "▁filosófica", + "s" + ], + [ + "▁filosóf", + "icas" + ], + [ + "▁(16", + "#" + ], + [ + "cur", + "l" + ], + [ + "cu", + "rl" + ], + [ + "c", + "url" + ], + [ + "Ind", + "ent" + ], + [ + "▁Kard", + "ec" + ], + [ + "▁Kar", + "dec" + ], + [ + "▁trag", + "ic" + ], + [ + "▁produtora", + "s" + ], + [ + "▁produtor", + "as" + ], + [ + "▁produto", + "ras" + ], + [ + "▁produt", + "oras" + ], + [ + "▁breast", + "feeding" + ], + [ + "▁leu", + "k" + ], + [ + "▁le", + "uk" + ], + [ + "▁professor", + "s" + ], + [ + "▁profess", + "ors" + ], + [ + "EX", + "IT" + ], + [ + "gra", + "t" + ], + [ + "gr", + "at" + ], + [ + "g", + "rat" + ], + [ + "epoch", + "s" + ], + [ + "▁===", + "==" + ], + [ + "▁==", + "===" + ], + [ + "▁=", + "====" + ], + [ + "▁Ár", + "tico" + ], + [ + "▁Astr", + "onom" + ], + [ + "▁coc", + "h" + ], + [ + "▁co", + "ch" + ], + [ + "▁c", + "och" + ], + [ + "1", + "$" + ], + [ + "▁Za", + "n" + ], + [ + "▁Z", + "an" + ], + [ + "▁foment", + "o" + ], + [ + "▁fom", + "ento" + ], + [ + "▁fo", + "mento" + ], + [ + "64", + "2" + ], + [ + "6", + "42" + ], + [ + "▁mor", + "b" + ], + [ + "▁mo", + "rb" + ], + [ + "▁m", + "orb" + ], + [ + "▁Curso", + "r" + ], + [ + "▁C", + "ursor" + ], + [ + "▁", + "Cursor" + ], + [ + "▁K", + "g" + ], + [ + "alh", + "e" + ], + [ + "al", + "he" + ], + [ + "a", + "lhe" + ], + [ + "▁Del", + "e" + ], + [ + "▁De", + "le" + ], + [ + "▁D", + "ele" + ], + [ + "▁", + "Dele" + ], + [ + "▁Rad", + "i" + ], + [ + "▁Ra", + "di" + ], + [ + "▁R", + "adi" + ], + [ + "▁compens", + "ate" + ], + [ + "▁trip", + "ulação" + ], + [ + "▁Y", + "u" + ], + [ + "▁Cub", + "ic" + ], + [ + "▁c", + "otovel" + ], + [ + "(()", + ")" + ], + [ + "((", + "))" + ], + [ + "(", + "())" + ], + [ + "▁Structure", + "s" + ], + [ + "▁Struct", + "ures" + ], + [ + "cer", + "ia" + ], + [ + "ce", + "ria" + ], + [ + "c", + "eria" + ], + [ + "pl", + "ine" + ], + [ + "p", + "line" + ], + [ + "BO", + "X" + ], + [ + "cer", + "o" + ], + [ + "ce", + "ro" + ], + [ + "c", + "ero" + ], + [ + "▁CUD", + "NN" + ], + [ + "▁fung", + "al" + ], + [ + "▁fun", + "gal" + ], + [ + "▁conqu", + "est" + ], + [ + "▁con", + "quest" + ], + [ + "&", + "0" + ], + [ + "▁k", + "J" + ], + [ + "{0.", + "17" + ], + [ + "▁Mat", + "éria" + ], + [ + "▁(1)", + "." + ], + [ + "▁(1", + ")." + ], + [ + "▁(", + "1)." + ], + [ + "▁", + "(1)." + ], + [ + ",", + "<", + "!--" + ], + [ + "iev", + "ais" + ], + [ + "56", + ")" + ], + [ + "5", + "6)" + ], + [ + "▁causado", + "r" + ], + [ + "▁causa", + "dor" + ], + [ + "▁caus", + "ador" + ], + [ + "▁survey", + "ed" + ], + [ + "▁international", + "ly" + ], + [ + "UC", + "N" + ], + [ + "U", + "CN" + ], + [ + "▁audience", + "s" + ], + [ + "▁audi", + "ences" + ], + [ + "▁orientado", + "s" + ], + [ + "▁orienta", + "dos" + ], + [ + "▁orient", + "ados" + ], + [ + "▁contido", + "s" + ], + [ + "▁cont", + "idos" + ], + [ + "▁San", + "itária" + ], + [ + "ribu", + "a" + ], + [ + "rib", + "ua" + ], + [ + "▁Tam", + "b" + ], + [ + "▁Ta", + "mb" + ], + [ + "▁T", + "amb" + ], + [ + "▁Jun", + "te" + ], + [ + "▁J", + "unte" + ], + [ + "▁viaj", + "ou" + ], + [ + "▁via", + "jou" + ], + [ + "▁apel", + "ido" + ], + [ + "D", + "s" + ], + [ + "29", + "3" + ], + [ + "2", + "93" + ], + [ + "▁war", + "d" + ], + [ + "▁wa", + "rd" + ], + [ + "▁w", + "ard" + ], + [ + "▁", + "ward" + ], + [ + "▁evapor", + "ação" + ], + [ + "▁grade", + "rs" + ], + [ + "▁grad", + "ers" + ], + [ + "▁gra", + "ders" + ], + [ + "▁gr", + "aders" + ], + [ + "▁depress", + "a" + ], + [ + "▁depr", + "essa" + ], + [ + "▁seriam", + "ente" + ], + [ + "▁seria", + "mente" + ], + [ + "▁ser", + "iamente" + ], + [ + "▁`", + "#" + ], + [ + "Type", + "Name" + ], + [ + "▁compreend", + "endo" + ], + [ + "▁compre", + "endendo" + ], + [ + "▁N", + "á" + ], + [ + "ref", + "resh" + ], + [ + "▁BIB", + "LIO" + ], + [ + "▁Astronom", + "y" + ], + [ + "▁Astr", + "onomy" + ], + [ + "DESC", + "RIPTION" + ], + [ + "▁1943", + "," + ], + [ + "▁194", + "3," + ], + [ + "▁19", + "43," + ], + [ + "▁un", + "pack" + ], + [ + "▁", + "unpack" + ], + [ + "act", + "ivate" + ], + [ + "▁Apply", + "ing" + ], + [ + "▁App", + "lying" + ], + [ + "▁Drag", + "on" + ], + [ + "▁Dra", + "gon" + ], + [ + "▁Dr", + "agon" + ], + [ + "▁aven", + "ida" + ], + [ + "▁a", + "venida" + ], + [ + "▁safe", + "guard" + ], + [ + "▁Ltd", + "a" + ], + [ + "▁Lt", + "da" + ], + [ + "▁ób", + "ito" + ], + [ + "▁ó", + "bito" + ], + [ + "▁coinc", + "id" + ], + [ + "▁coin", + "cid" + ], + [ + "▁", + "⋅" + ], + [ + "AUT", + "O" + ], + [ + "AU", + "TO" + ], + [ + "A", + "UTO" + ], + [ + "onald", + "o" + ], + [ + "onal", + "do" + ], + [ + "on", + "aldo" + ], + [ + "H", + "ol" + ], + [ + "▁Her", + "n" + ], + [ + "▁He", + "rn" + ], + [ + "▁H", + "ern" + ], + [ + "▁\"", + "`" + ], + [ + "▁", + "\"`" + ], + [ + "▁Fall", + "s" + ], + [ + "▁Fal", + "ls" + ], + [ + "▁F", + "alls" + ], + [ + "▁Calv", + "in" + ], + [ + "▁Cal", + "vin" + ], + [ + "▁do", + "ador" + ], + [ + "▁(2007)", + "." + ], + [ + "▁(200", + "7)." + ], + [ + "▁invers", + "ão" + ], + [ + "▁in", + "versão" + ], + [ + "▁prem", + "ises" + ], + [ + "▁Fin", + "lândia" + ], + [ + "up", + "port" + ], + [ + "the", + "ad" + ], + [ + "th", + "ead" + ], + [ + "t", + "head" + ], + [ + "encode", + "d" + ], + [ + "enco", + "ded" + ], + [ + "enc", + "oded" + ], + [ + "▁Pref", + "eito" + ], + [ + "▁Pre", + "feito" + ], + [ + "▁desej", + "ável" + ], + [ + "▁aberta", + "mente" + ], + [ + "▁abert", + "amente" + ], + [ + "ND", + "A" + ], + [ + "N", + "DA" + ], + [ + "▁inv", + "aria" + ], + [ + "/2", + "2" + ], + [ + "/", + "22" + ], + [ + "▁(200", + "8)" + ], + [ + "▁facto", + "s" + ], + [ + "▁fact", + "os" + ], + [ + "▁fac", + "tos" + ], + [ + "▁recr", + "u" + ], + [ + "▁rec", + "ru" + ], + [ + "▁inte", + "nd" + ], + [ + "▁int", + "end" + ], + [ + "▁Trabalh", + "ar" + ], + [ + "▁Trabal", + "har" + ], + [ + "W", + "ave" + ], + [ + "▁tr", + "s" + ], + [ + "▁t", + "rs" + ], + [ + "▁Bo", + "ot" + ], + [ + "▁B", + "oot" + ], + [ + "▁", + "Boot" + ], + [ + "▁Venez", + "a" + ], + [ + "▁Vene", + "za" + ], + [ + "▁Ven", + "eza" + ], + [ + "▁Coron", + "el" + ], + [ + "▁Clá", + "udia" + ], + [ + "▁cruz", + "ada" + ], + [ + "message", + "Info" + ], + [ + "▁proto", + "zo" + ], + [ + "▁democrática", + "s" + ], + [ + "▁democr", + "áticas" + ], + [ + "▁óp", + "era" + ], + [ + "▁ó", + "pera" + ], + [ + "▁apre", + "ensão" + ], + [ + "▁64", + "." + ], + [ + "▁6", + "4." + ], + [ + "▁", + "64." + ], + [ + "Esc", + "ola" + ], + [ + "▁late", + "nt" + ], + [ + "▁lat", + "ent" + ], + [ + "▁la", + "tent" + ], + [ + "bo", + "b" + ], + [ + "b", + "ob" + ], + [ + "ots", + "ky" + ], + [ + "ot", + "sky" + ], + [ + "▁le", + "que" + ], + [ + "Cont", + "inu" + ], + [ + "▁ide", + "ology" + ], + [ + "61", + "7" + ], + [ + "6", + "17" + ], + [ + "G", + "al" + ], + [ + "▁128", + "," + ], + [ + "▁12", + "8," + ], + [ + "▁1", + "28," + ], + [ + "▁Reg", + "ime" + ], + [ + "Na", + "N" + ], + [ + "▁Li", + "f" + ], + [ + "▁L", + "if" + ], + [ + "oth", + "ic" + ], + [ + "ot", + "hic" + ], + [ + "▁nr", + "ow" + ], + [ + "▁n", + "row" + ], + [ + "▁", + "nrow" + ], + [ + "▁vaz", + "ia" + ], + [ + "▁va", + "zia" + ], + [ + "▁Script", + "ure" + ], + [ + "▁account", + "ability" + ], + [ + "▁creche", + "s" + ], + [ + "▁cre", + "ches" + ], + [ + "▁Hur", + "ricane" + ], + [ + "'}", + ")" + ], + [ + "'", + "})" + ], + [ + "Sk", + "in" + ], + [ + "S", + "kin" + ], + [ + "ora", + "ima" + ], + [ + "▁Har", + "per" + ], + [ + "▁blade", + "s" + ], + [ + "▁bl", + "ades" + ], + [ + "▁aspir", + "ações" + ], + [ + "▁asp", + "irações" + ], + [ + "▁verifica", + "do" + ], + [ + "▁ver", + "ificado" + ], + [ + "-", + ")" + ], + [ + "▁dito", + "s" + ], + [ + "▁dit", + "os" + ], + [ + "▁di", + "tos" + ], + [ + "▁d", + "itos" + ], + [ + "▁ir", + "relevant" + ], + [ + "getElement", + "ById" + ], + [ + "▁Ter", + "r" + ], + [ + "▁Te", + "rr" + ], + [ + "▁T", + "err" + ], + [ + "▁diab", + "etic" + ], + [ + "▁mut", + "uamente" + ], + [ + "▁anti", + "r" + ], + [ + "▁ant", + "ir" + ], + [ + "▁an", + "tir" + ], + [ + "▁Tw", + "enty" + ], + [ + "▁iné", + "dito" + ], + [ + "▁in", + "édito" + ], + [ + "▁Aw", + "areness" + ], + [ + "▁A", + "wareness" + ], + [ + "▁in", + "place" + ], + [ + "fi", + "a" + ], + [ + "f", + "ia" + ], + [ + "iotic", + "s" + ], + [ + "iot", + "ics" + ], + [ + "io", + "tics" + ], + [ + "i", + "otics" + ], + [ + "Window", + "Text" + ], + [ + "▁força", + "r" + ], + [ + "▁for", + "çar" + ], + [ + "▁Ni", + "ño" + ], + [ + "▁ut", + "opia" + ], + [ + "▁assentamento", + "s" + ], + [ + "▁assent", + "amentos" + ], + [ + "▁pilot", + "s" + ], + [ + "▁pil", + "ots" + ], + [ + "▁Anti", + "b" + ], + [ + "▁Ant", + "ib" + ], + [ + "▁Gas", + "par" + ], + [ + "▁relie", + "d" + ], + [ + "▁rel", + "ied" + ], + [ + "▁recort", + "e" + ], + [ + "▁recor", + "te" + ], + [ + "▁rec", + "orte" + ], + [ + "▁domina", + "do" + ], + [ + "▁domin", + "ado" + ], + [ + "▁dom", + "inado" + ], + [ + "H", + "Y" + ], + [ + "▁stud", + "io" + ], + [ + "▁st", + "udio" + ], + [ + "▁6.", + "5" + ], + [ + "▁6", + ".5" + ], + [ + "▁to", + "g" + ], + [ + "▁t", + "og" + ], + [ + "k", + "otlin" + ], + [ + "buffer", + "s" + ], + [ + "buff", + "ers" + ], + [ + "▁(2008)", + "." + ], + [ + "▁(200", + "8)." + ], + [ + "▁40", + "1" + ], + [ + "▁4", + "01" + ], + [ + "▁psico", + "pedag" + ], + [ + "▁psic", + "opedag" + ], + [ + "▁Nasc", + "eu" + ], + [ + "▁Nas", + "ceu" + ], + [ + "▁clean", + "s" + ], + [ + "▁cle", + "ans" + ], + [ + "get", + "Value" + ], + [ + "▁sujeita", + "s" + ], + [ + "▁suje", + "itas" + ], + [ + "256", + "_" + ], + [ + "25", + "6_" + ], + [ + "▁opt", + "ou" + ], + [ + "▁Jos", + "hua" + ], + [ + "▁rename", + "d" + ], + [ + "▁ren", + "amed" + ], + [ + "▁re", + "named" + ], + [ + "incl", + "usive" + ], + [ + "in", + "clusive" + ], + [ + "RE", + "LEASE" + ], + [ + "▁Ponto", + "s" + ], + [ + "▁Pont", + "os" + ], + [ + "▁sc", + "i" + ], + [ + "▁s", + "ci" + ], + [ + "▁", + "sci" + ], + [ + "▁tuber", + "culosis" + ], + [ + "nan", + "t" + ], + [ + "na", + "nt" + ], + [ + "n", + "ant" + ], + [ + "num", + "s" + ], + [ + "nu", + "ms" + ], + [ + "n", + "ums" + ], + [ + "▁Human", + "s" + ], + [ + "▁Hum", + "ans" + ], + [ + "▁Hu", + "mans" + ], + [ + "gram", + "s" + ], + [ + "gra", + "ms" + ], + [ + "gr", + "ams" + ], + [ + "▁arr", + "iving" + ], + [ + "ure", + "m" + ], + [ + "ur", + "em" + ], + [ + "u", + "rem" + ], + [ + "▁$$", + "0." + ], + [ + "▁assassin", + "ado" + ], + [ + "▁assass", + "inado" + ], + [ + "▁face", + "t" + ], + [ + "▁fac", + "et" + ], + [ + "▁f", + "acet" + ], + [ + "文", + "件" + ], + [ + "oul", + "li" + ], + [ + "▁brut", + "o" + ], + [ + "▁br", + "uto" + ], + [ + "▁gira", + "r" + ], + [ + "▁gir", + "ar" + ], + [ + "▁gi", + "rar" + ], + [ + "▁g", + "irar" + ], + [ + "▁institu", + "iu" + ], + [ + "▁multip", + "lier" + ], + [ + "▁multi", + "plier" + ], + [ + "▁introduz", + "ida" + ], + [ + "▁compartilh", + "ado" + ], + [ + "form", + "ula" + ], + [ + "for", + "mula" + ], + [ + "▁Mile", + "s" + ], + [ + "▁Mil", + "es" + ], + [ + "▁Mi", + "les" + ], + [ + "▁M", + "iles" + ], + [ + "G", + "pu" + ], + [ + "imb", + "a" + ], + [ + "im", + "ba" + ], + [ + "▁chu", + "ve" + ], + [ + "▁lat", + "if" + ], + [ + "▁Msg", + "Box" + ], + [ + "-", + "$" + ], + [ + "▁indifer", + "ença" + ], + [ + "va", + "c" + ], + [ + "v", + "ac" + ], + [ + "▁lib", + "ras" + ], + [ + "▁li", + "bras" + ], + [ + "aneous", + "ly" + ], + [ + "ane", + "ously" + ], + [ + "Event", + "Listener" + ], + [ + "J", + "un" + ], + [ + "▁trap", + "ez" + ], + [ + "▁tra", + "pez" + ], + [ + "▁Ge", + "ological" + ], + [ + "=", + "7" + ], + [ + "▁Surge", + "ry" + ], + [ + "▁Surg", + "ery" + ], + [ + "▁Sur", + "gery" + ], + [ + "20)", + "." + ], + [ + "20", + ")." + ], + [ + "2", + "0)." + ], + [ + "▁195", + "2" + ], + [ + "▁19", + "52" + ], + [ + "▁foot", + "er" + ], + [ + "▁foo", + "ter" + ], + [ + "▁fo", + "oter" + ], + [ + "▁", + "footer" + ], + [ + "▁adot", + "ando" + ], + [ + "▁Empre", + "endedor" + ], + [ + "▁Do", + "ing" + ], + [ + "▁como", + "d" + ], + [ + "▁com", + "od" + ], + [ + "▁co", + "mod" + ], + [ + "▁exclusivo", + "s" + ], + [ + "▁exclus", + "ivos" + ], + [ + "▁veloc", + "ities" + ], + [ + "▁desejam", + "os" + ], + [ + "▁deseja", + "mos" + ], + [ + "▁desej", + "amos" + ], + [ + "▁dese", + "jamos" + ], + [ + "ort", + "ium" + ], + [ + "value", + "d" + ], + [ + "val", + "ued" + ], + [ + "▁descart", + "ar" + ], + [ + "▁descar", + "tar" + ], + [ + "▁desc", + "artar" + ], + [ + "▁success", + "ion" + ], + [ + "▁succ", + "ession" + ], + [ + "í", + "ola" + ], + [ + "▁ni", + "n" + ], + [ + "▁n", + "in" + ], + [ + "cons", + "ider" + ], + [ + "con", + "sider" + ], + [ + "▁license", + "s" + ], + [ + "▁lic", + "enses" + ], + [ + "▁", + "licenses" + ], + [ + "16", + "(" + ], + [ + "load", + "s" + ], + [ + "lo", + "ads" + ], + [ + "0101", + "0101" + ], + [ + "▁empres", + "t" + ], + [ + "▁empre", + "st" + ], + [ + "▁empr", + "est" + ], + [ + "▁emp", + "rest" + ], + [ + "▁Que", + "ue" + ], + [ + "▁", + "Queue" + ], + [ + "▁Mat", + "lab" + ], + [ + "-1)", + ")" + ], + [ + "-1", + "))" + ], + [ + "-", + "1))" + ], + [ + "▁r", + "ng" + ], + [ + "▁", + "rng" + ], + [ + "▁No", + "el" + ], + [ + "▁pale", + "ont" + ], + [ + "▁rebel", + "ião" + ], + [ + "_1", + "9" + ], + [ + "_", + "19" + ], + [ + "gar", + "a" + ], + [ + "ga", + "ra" + ], + [ + "g", + "ara" + ], + [ + "▁perm", + "iss" + ], + [ + "▁per", + "miss" + ], + [ + "ócol", + "is" + ], + [ + "▁Nut", + "ri" + ], + [ + "▁Nu", + "tri" + ], + [ + "▁N", + "utri" + ], + [ + "▁butter", + "fly" + ], + [ + "far", + "m" + ], + [ + "fa", + "rm" + ], + [ + "f", + "arm" + ], + [ + "tre", + "ss" + ], + [ + "tr", + "ess" + ], + [ + "t", + "ress" + ], + [ + "▁dro", + "wn" + ], + [ + "▁dr", + "own" + ], + [ + "▁d", + "rown" + ], + [ + "▁pun", + "ish" + ], + [ + "▁To", + "xic" + ], + [ + "▁depo", + "rt" + ], + [ + "▁dep", + "ort" + ], + [ + "▁de", + "port" + ], + [ + "▁Pol", + "o" + ], + [ + "▁Po", + "lo" + ], + [ + "▁P", + "olo" + ], + [ + "▁toma", + "to" + ], + [ + "▁tom", + "ato" + ], + [ + "▁to", + "mato" + ], + [ + "Vo", + "id" + ], + [ + "V", + "oid" + ], + [ + "hea", + "p" + ], + [ + "he", + "ap" + ], + [ + "▁Z", + "ion" + ], + [ + "mon", + "s" + ], + [ + "mo", + "ns" + ], + [ + "m", + "ons" + ], + [ + "▁inc", + "and" + ], + [ + "▁in", + "cand" + ], + [ + "▁segreg", + "ation" + ], + [ + "▁Doc", + "e" + ], + [ + "▁Do", + "ce" + ], + [ + "▁tent", + "h" + ], + [ + "▁ten", + "th" + ], + [ + "▁te", + "nth" + ], + [ + "▁t", + "enth" + ], + [ + "▁Bapt", + "ist" + ], + [ + "▁Am", + "an" + ], + [ + "▁A", + "man" + ], + [ + "odo", + "nt" + ], + [ + "od", + "ont" + ], + [ + "▁Te", + "or" + ], + [ + "▁T", + "eor" + ], + [ + "Code", + "Dom" + ], + [ + "▁lift", + "ed" + ], + [ + "▁lif", + "ted" + ], + [ + "▁atribu", + "to" + ], + [ + "▁at", + "ributo" + ], + [ + "olic", + "s" + ], + [ + "oli", + "cs" + ], + [ + "ol", + "ics" + ], + [ + "▁TODO", + "S" + ], + [ + "▁TO", + "DOS" + ], + [ + "▁T", + "ODOS" + ], + [ + "▁reef", + "s" + ], + [ + "▁intermediário", + "s" + ], + [ + "▁intermedi", + "ários" + ], + [ + "ua", + "tor" + ], + [ + "u", + "ator" + ], + [ + "▁correl", + "acion" + ], + [ + "47", + ")" + ], + [ + "4", + "7)" + ], + [ + "▁pb", + "l" + ], + [ + "▁p", + "bl" + ], + [ + "▁neuro", + "n" + ], + [ + "▁neur", + "on" + ], + [ + "▁ne", + "uron" + ], + [ + "▁invest", + "or" + ], + [ + "5", + "'," + ], + [ + "▁transformar", + "am" + ], + [ + "▁transforma", + "ram" + ], + [ + "▁transform", + "aram" + ], + [ + "▁))", + ";" + ], + [ + "▁)", + ");" + ], + [ + "▁", + "));" + ], + [ + "▁77", + "," + ], + [ + "▁7", + "7," + ], + [ + "▁", + "77," + ], + [ + "▁TÉ", + "CN" + ], + [ + "▁bite", + "s" + ], + [ + "▁bit", + "es" + ], + [ + "▁bi", + "tes" + ], + [ + "▁b", + "ites" + ], + [ + "▁benéfica", + "s" + ], + [ + "▁benéf", + "icas" + ], + [ + "▁500", + "," + ], + [ + "▁50", + "0," + ], + [ + "▁5", + "00," + ], + [ + "▁Hebre", + "us" + ], + [ + "▁Con", + "crete" + ], + [ + "▁Tes", + "e" + ], + [ + "▁Te", + "se" + ], + [ + "▁T", + "ese" + ], + [ + "▁Concl", + "us" + ], + [ + "▁Con", + "clus" + ], + [ + "▁gastr", + "onomia" + ], + [ + "▁bi", + "ólogo" + ], + [ + "▁Curricular", + "es" + ], + [ + "▁Curric", + "ulares" + ], + [ + "pp", + "ers" + ], + [ + "p", + "pers" + ], + [ + "▁W", + "esley" + ], + [ + ".1", + "," + ], + [ + ".", + "1," + ], + [ + "▁descreve", + "m" + ], + [ + "▁descre", + "vem" + ], + [ + "▁temper", + "amento" + ], + [ + "▁Sol", + "ução" + ], + [ + "▁invas", + "ões" + ], + [ + "▁melhor", + "ou" + ], + [ + "ír", + "g" + ], + [ + "í", + "rg" + ], + [ + "▁rely", + "ing" + ], + [ + "▁rel", + "ying" + ], + [ + "▁re", + "lying" + ], + [ + "ss", + "h" + ], + [ + "s", + "sh" + ], + [ + "▁embar", + "r" + ], + [ + "▁emb", + "arr" + ], + [ + "▁sab", + "ido" + ], + [ + "▁uter", + "us" + ], + [ + "▁axi", + "om" + ], + [ + "▁ax", + "iom" + ], + [ + "▁", + "axiom" + ], + [ + "▁sum", + "mit" + ], + [ + "▁progress", + "ivo" + ], + [ + "▁Especialista", + "s" + ], + [ + "▁Especial", + "istas" + ], + [ + "10)", + "," + ], + [ + "10", + ")," + ], + [ + "1", + "0)," + ], + [ + ")]", + ")" + ], + [ + ")", + "])" + ], + [ + "Ge", + "o" + ], + [ + "G", + "eo" + ], + [ + "▁28", + "8" + ], + [ + "▁2", + "88" + ], + [ + "▁", + "288" + ], + [ + "▁pous", + "o" + ], + [ + "▁pou", + "so" + ], + [ + "▁po", + "uso" + ], + [ + "▁p", + "ouso" + ], + [ + "▁mirror", + "s" + ], + [ + "▁mir", + "rors" + ], + [ + "▁wa", + "tt" + ], + [ + "▁w", + "att" + ], + [ + "ME", + "C" + ], + [ + "M", + "EC" + ], + [ + "▁learn", + "t" + ], + [ + "▁continua", + "va" + ], + [ + "▁continu", + "ava" + ], + [ + "▁need", + "ing" + ], + [ + "▁ne", + "eding" + ], + [ + "▁play", + "ground" + ], + [ + "▁Pequ", + "eno" + ], + [ + "▁revenue", + "s" + ], + [ + "▁reven", + "ues" + ], + [ + "▁9", + "-" + ], + [ + "▁", + "9-" + ], + [ + "▁media", + "l" + ], + [ + "▁medi", + "al" + ], + [ + "▁med", + "ial" + ], + [ + "▁Pé", + "r" + ], + [ + "▁P", + "ér" + ], + [ + "▁any", + "body" + ], + [ + "▁eleg", + "ant" + ], + [ + "8", + "\\" + ], + [ + "De", + "ep" + ], + [ + "▁assist", + "ed" + ], + [ + "▁57", + "." + ], + [ + "▁5", + "7." + ], + [ + "sp", + "arse" + ], + [ + "s", + "parse" + ], + [ + "WE", + "B" + ], + [ + "W", + "EB" + ], + [ + "▁Ag", + "n" + ], + [ + "▁A", + "gn" + ], + [ + "▁tb", + "l" + ], + [ + "▁t", + "bl" + ], + [ + "▁", + "tbl" + ], + [ + "Ex", + "cel" + ], + [ + "▁Roger", + "s" + ], + [ + "▁Rog", + "ers" + ], + [ + "▁Ro", + "gers" + ], + [ + "▁repet", + "idas" + ], + [ + "▁32", + ")" + ], + [ + "▁3", + "2)" + ], + [ + "▁", + "32)" + ], + [ + "▁Chan", + "g" + ], + [ + "▁Cha", + "ng" + ], + [ + "▁Ch", + "ang" + ], + [ + "▁C", + "hang" + ], + [ + "▁corr", + "up" + ], + [ + "▁cor", + "rup" + ], + [ + "▁Lev", + "e" + ], + [ + "▁Le", + "ve" + ], + [ + "▁forb", + "idden" + ], + [ + "▁selecion", + "ado" + ], + [ + "▁coron", + "ary" + ], + [ + "dis", + "p" + ], + [ + "di", + "sp" + ], + [ + "d", + "isp" + ], + [ + "eye", + "r" + ], + [ + "ey", + "er" + ], + [ + "e", + "yer" + ], + [ + "-100", + "0" + ], + [ + "-10", + "00" + ], + [ + "-1", + "000" + ], + [ + "-", + "1000" + ], + [ + "▁acar", + "re" + ], + [ + "▁ac", + "arre" + ], + [ + "▁gate", + "way" + ], + [ + "▁g", + "ateway" + ], + [ + "53", + ":" + ], + [ + "5", + "3:" + ], + [ + "▁expuls", + "ão" + ], + [ + "▁exp", + "ulsão" + ], + [ + "▁Electronic", + "s" + ], + [ + "▁Electron", + "ics" + ], + [ + "▁V", + "L" + ], + [ + "▁", + "VL" + ], + [ + "▁Galile", + "o" + ], + [ + "▁ec", + "ologicamente" + ], + [ + "▁respond", + "s" + ], + [ + "▁resp", + "onds" + ], + [ + "▁reinforce", + "ment" + ], + [ + "▁reinfor", + "cement" + ], + [ + ">", + "*" + ], + [ + "ibr", + "ation" + ], + [ + "ib", + "ration" + ], + [ + "▁lim", + "estone" + ], + [ + "▁emphasize", + "s" + ], + [ + "▁emphas", + "izes" + ], + [ + "▁estratégica", + "s" + ], + [ + "▁estratég", + "icas" + ], + [ + "▁Ca", + "u" + ], + [ + "▁C", + "au" + ], + [ + "▁Agr", + "ícola" + ], + [ + "▁cumpr", + "indo" + ], + [ + "▁disc", + "arded" + ], + [ + "▁abrang", + "endo" + ], + [ + "▁r", + "ít" + ], + [ + "▁armazen", + "ada" + ], + [ + "_00", + "0" + ], + [ + "_0", + "00" + ], + [ + "_", + "000" + ], + [ + "in", + "burgh" + ], + [ + "▁contorn", + "os" + ], + [ + "▁cont", + "ornos" + ], + [ + "ow", + "ing" + ], + [ + "o", + "wing" + ], + [ + "▁hot", + "éis" + ], + [ + "▁Prop", + "osta" + ], + [ + "▁Pro", + "posta" + ], + [ + "74", + "0" + ], + [ + "7", + "40" + ], + [ + "cer", + "s" + ], + [ + "ce", + "rs" + ], + [ + "c", + "ers" + ], + [ + "▁Ant", + "ár" + ], + [ + "atic", + "ínios" + ], + [ + "nos", + "e" + ], + [ + "no", + "se" + ], + [ + "n", + "ose" + ], + [ + "▁Ba", + "ía" + ], + [ + "▁Bu", + "ar" + ], + [ + "▁B", + "uar" + ], + [ + "▁Scient", + "ist" + ], + [ + "▁dial", + "ética" + ], + [ + "▁Vo", + "ice" + ], + [ + "expl", + "ain" + ], + [ + "ex", + "plain" + ], + [ + "Cir", + "cle" + ], + [ + "▁acus", + "ação" + ], + [ + "▁unic", + "ode" + ], + [ + "▁un", + "icode" + ], + [ + "▁", + "unicode" + ], + [ + "ovi", + "a" + ], + [ + "ov", + "ia" + ], + [ + "o", + "via" + ], + [ + "trad", + "e" + ], + [ + "tra", + "de" + ], + [ + "tr", + "ade" + ], + [ + "cache", + "d" + ], + [ + "ca", + "ched" + ], + [ + "c", + "ached" + ], + [ + "irect", + "ion" + ], + [ + "ire", + "ction" + ], + [ + "ir", + "ection" + ], + [ + "▁hep", + "ática" + ], + [ + "79", + ")" + ], + [ + "7", + "9)" + ], + [ + "den", + "om" + ], + [ + "de", + "nom" + ], + [ + "▁Consider", + "ing" + ], + [ + "201", + "2" + ], + [ + "20", + "12" + ], + [ + "2", + "012" + ], + [ + "▁vidro", + "s" + ], + [ + "▁vid", + "ros" + ], + [ + "▁financeira", + "mente" + ], + [ + "▁finance", + "iramente" + ], + [ + "▁Err", + "Msg" + ], + [ + "▁River", + "s" + ], + [ + "▁Ri", + "vers" + ], + [ + "▁R", + "ivers" + ], + [ + "Sou", + "th" + ], + [ + "So", + "uth" + ], + [ + "S", + "outh" + ], + [ + "▁ang", + "ol" + ], + [ + "▁an", + "gol" + ], + [ + "▁emit", + "ido" + ], + [ + "EXP", + "ORT" + ], + [ + "EX", + "PORT" + ], + [ + "▁Bi", + "ografia" + ], + [ + "▁paral", + "elas" + ], + [ + "▁C", + "í" + ], + [ + "che", + "fe" + ], + [ + "▁AL", + "UN" + ], + [ + "▁Mix", + "ed" + ], + [ + "▁M", + "ixed" + ], + [ + "▁knot", + "s" + ], + [ + "▁kn", + "ots" + ], + [ + "▁stri", + "ve" + ], + [ + "▁str", + "ive" + ], + [ + "R", + "d" + ], + [ + "▁Juda", + "ism" + ], + [ + "▁Jud", + "aism" + ], + [ + "cd", + "f" + ], + [ + "c", + "df" + ], + [ + "íp", + "ro" + ], + [ + "í", + "pro" + ], + [ + "0,1,1,", + "0)," + ], + [ + "▁NO", + "W" + ], + [ + "▁", + "NOW" + ], + [ + "CO", + "PY" + ], + [ + "▁Revis", + "ion" + ], + [ + "▁Rev", + "ision" + ], + [ + "▁Re", + "vision" + ], + [ + "anso", + "m" + ], + [ + "ans", + "om" + ], + [ + "an", + "som" + ], + [ + "▁sou", + "b" + ], + [ + "▁so", + "ub" + ], + [ + "▁s", + "oub" + ], + [ + "▁antib", + "acter" + ], + [ + "▁Pen", + "a" + ], + [ + "▁Pe", + "na" + ], + [ + "▁P", + "ena" + ], + [ + "▁lo", + "rd" + ], + [ + "▁l", + "ord" + ], + [ + "▁Prof", + "it" + ], + [ + "▁Pro", + "fit" + ], + [ + "threat", + "ening" + ], + [ + "▁gener", + "ous" + ], + [ + "▁gene", + "rous" + ], + [ + "▁Com", + "mercial" + ], + [ + "▁No", + "é" + ], + [ + "-12-", + "19" + ], + [ + "-12", + "-19" + ], + [ + "▁spons", + "ored" + ], + [ + "▁recognize", + "s" + ], + [ + "▁recogn", + "izes" + ], + [ + "▁Co", + "ch" + ], + [ + "▁C", + "och" + ], + [ + "▁V", + "ERSION" + ], + [ + "▁", + "VERSION" + ], + [ + "▁atenta", + "mente" + ], + [ + "▁atent", + "amente" + ], + [ + "DES", + "T" + ], + [ + "DE", + "ST" + ], + [ + "D", + "EST" + ], + [ + "an", + "za" + ], + [ + "▁IC", + "T" + ], + [ + "▁I", + "CT" + ], + [ + "▁", + "ICT" + ], + [ + "▁Fe", + "male" + ], + [ + "▁F", + "emale" + ], + [ + "▁Lacer", + "da" + ], + [ + "▁procura", + "do" + ], + [ + "▁procur", + "ado" + ], + [ + "▁proc", + "urado" + ], + [ + "eta", + "l" + ], + [ + "et", + "al" + ], + [ + "e", + "tal" + ], + [ + "▁nam", + "or" + ], + [ + "▁na", + "mor" + ], + [ + "▁n", + "amor" + ], + [ + "▁Brig", + "ht" + ], + [ + "▁Br", + "ight" + ], + [ + "▁B", + "right" + ], + [ + "▁Forma", + "l" + ], + [ + "▁Form", + "al" + ], + [ + "▁For", + "mal" + ], + [ + "▁F", + "ormal" + ], + [ + "08", + "7" + ], + [ + "0", + "87" + ], + [ + "29", + "9" + ], + [ + "2", + "99" + ], + [ + "▁reserva", + "do" + ], + [ + "▁reserv", + "ado" + ], + [ + "▁casamento", + "s" + ], + [ + "▁cas", + "amentos" + ], + [ + "(\"", + "$" + ], + [ + "Ev", + "en" + ], + [ + "E", + "ven" + ], + [ + "▁3.", + "7" + ], + [ + "▁3", + ".7" + ], + [ + "▁tor", + "m" + ], + [ + "▁to", + "rm" + ], + [ + "▁t", + "orm" + ], + [ + "Res", + "ize" + ], + [ + "Re", + "size" + ], + [ + "▁Ther", + "mal" + ], + [ + "▁democrático", + "s" + ], + [ + "▁democr", + "áticos" + ], + [ + "05", + "8" + ], + [ + "0", + "58" + ], + [ + "SI", + "G" + ], + [ + "S", + "IG" + ], + [ + "▁E", + "Q" + ], + [ + "▁", + "EQ" + ], + [ + "▁det", + "ox" + ], + [ + "▁de", + "tox" + ], + [ + "Support", + "ed" + ], + [ + "Sup", + "ported" + ], + [ + "ície", + "s" + ], + [ + "íci", + "es" + ], + [ + "íc", + "ies" + ], + [ + "í", + "cies" + ], + [ + "▁Ess", + "ential" + ], + [ + "bu", + "d" + ], + [ + "b", + "ud" + ], + [ + "col", + "m" + ], + [ + "co", + "lm" + ], + [ + "▁herd", + "eiro" + ], + [ + "▁her", + "deiro" + ], + [ + "ro", + "e" + ], + [ + "r", + "oe" + ], + [ + "▁aument", + "e" + ], + [ + "▁au", + "mente" + ], + [ + "▁a", + "umente" + ], + [ + "si", + "d" + ], + [ + "s", + "id" + ], + [ + "(\".", + "./" + ], + [ + "(\"", + "../" + ], + [ + "▁restring", + "ir" + ], + [ + "IP", + "L" + ], + [ + "I", + "PL" + ], + [ + "▁completa", + "s" + ], + [ + "▁complet", + "as" + ], + [ + "▁comple", + "tas" + ], + [ + "▁compl", + "etas" + ], + [ + "▁comp", + "letas" + ], + [ + "▁ag", + "ar" + ], + [ + "▁a", + "gar" + ], + [ + "▁", + "agar" + ], + [ + "col", + "e" + ], + [ + "co", + "le" + ], + [ + "c", + "ole" + ], + [ + "▁bis", + "hop" + ], + [ + "▁bi", + "shop" + ], + [ + "▁b", + "ishop" + ], + [ + "▁viol", + "a" + ], + [ + "▁vio", + "la" + ], + [ + "▁vi", + "ola" + ], + [ + "Hi", + "dden" + ], + [ + "H", + "idden" + ], + [ + "▁destró", + "i" + ], + [ + "▁destr", + "ói" + ], + [ + "▁#1", + "0" + ], + [ + "▁#", + "10" + ], + [ + "▁", + "#10" + ], + [ + "▁Ren", + "ov" + ], + [ + "▁Re", + "nov" + ], + [ + "▁acolh", + "ed" + ], + [ + "▁acol", + "hed" + ], + [ + "▁recomend", + "o" + ], + [ + "▁recom", + "endo" + ], + [ + "▁inf", + "e" + ], + [ + "▁in", + "fe" + ], + [ + "▁ex", + "ort" + ], + [ + "▁tiro", + "s" + ], + [ + "▁tir", + "os" + ], + [ + "▁ti", + "ros" + ], + [ + "▁t", + "iros" + ], + [ + "min", + "ster" + ], + [ + "?", + ">" + ], + [ + "96", + "," + ], + [ + "9", + "6," + ], + [ + "▁(30", + ")" + ], + [ + "▁(3", + "0)" + ], + [ + "▁(", + "30)" + ], + [ + "fl", + "ight" + ], + [ + "f", + "light" + ], + [ + "▁Ben", + "ch" + ], + [ + "▁B", + "ench" + ], + [ + "std", + "call" + ], + [ + "▁racis", + "ta" + ], + [ + "▁rac", + "ista" + ], + [ + "end", + "region" + ], + [ + "▁quil", + "ómetros" + ], + [ + "▁Mes", + "qu" + ], + [ + "▁Me", + "squ" + ], + [ + "▁M", + "esqu" + ], + [ + "▁weigh", + "ing" + ], + [ + "}", + "[1]" + ], + [ + "▁T", + "frm" + ], + [ + "▁Office", + "r" + ], + [ + "▁Off", + "icer" + ], + [ + "▁traduz", + "ida" + ], + [ + "less", + "ness" + ], + [ + "tri", + "angle" + ], + [ + "*", + "10" + ], + [ + "▁Pe", + "ix" + ], + [ + "vert", + "s" + ], + [ + "ver", + "ts" + ], + [ + "Complete", + "d" + ], + [ + "Comp", + "leted" + ], + [ + "Com", + "pleted" + ], + [ + "▁physic", + "ist" + ], + [ + "▁Libert", + "y" + ], + [ + "▁Liber", + "ty" + ], + [ + "▁Lib", + "erty" + ], + [ + "▁rigor", + "osa" + ], + [ + "2.", + "3" + ], + [ + "2", + ".3" + ], + [ + "With", + "out" + ], + [ + "▁tamb", + "em" + ], + [ + "▁tam", + "bem" + ], + [ + "▁(2009)", + "." + ], + [ + "▁(200", + "9)." + ], + [ + "▁trail", + "ing" + ], + [ + "▁tra", + "iling" + ], + [ + "iat", + "ria" + ], + [ + "i", + "atria" + ], + [ + "af", + "ric" + ], + [ + "▁b", + "racket" + ], + [ + "▁recicl", + "ar" + ], + [ + "▁recic", + "lar" + ], + [ + "Run", + "ner" + ], + [ + "cl", + "ub" + ], + [ + "▁leve", + "d" + ], + [ + "▁lev", + "ed" + ], + [ + "▁le", + "ved" + ], + [ + "▁Mit", + "chell" + ], + [ + "me", + "as" + ], + [ + "m", + "eas" + ], + [ + "▁can", + "ela" + ], + [ + "▁NE", + "T" + ], + [ + "▁N", + "ET" + ], + [ + "▁", + "NET" + ], + [ + "▁min", + "s" + ], + [ + "▁mi", + "ns" + ], + [ + "▁m", + "ins" + ], + [ + "▁overlap", + "ping" + ], + [ + "▁overl", + "apping" + ], + [ + "ko", + "n" + ], + [ + "k", + "on" + ], + [ + "▁ma", + "j" + ], + [ + "▁m", + "aj" + ], + [ + "▁Comunidade", + "s" + ], + [ + "▁Comun", + "idades" + ], + [ + "▁Ren", + "ew" + ], + [ + "▁Re", + "new" + ], + [ + "▁autoc", + "uidado" + ], + [ + "▁capac", + "itados" + ], + [ + "12)", + "." + ], + [ + "12", + ")." + ], + [ + "1", + "2)." + ], + [ + "▁clear", + "ing" + ], + [ + "▁cle", + "aring" + ], + [ + "▁cl", + "earing" + ], + [ + "▁Way", + "s" + ], + [ + "▁Wa", + "ys" + ], + [ + "▁W", + "ays" + ], + [ + "▁Gl", + "oss" + ], + [ + "▁G", + "loss" + ], + [ + "izá", + "veis" + ], + [ + "iz", + "áveis" + ], + [ + "▁po", + "n" + ], + [ + "▁p", + "on" + ], + [ + "▁", + "pon" + ], + [ + "▁Mar", + "g" + ], + [ + "▁Ma", + "rg" + ], + [ + "▁M", + "arg" + ], + [ + "▁fonoaud", + "i" + ], + [ + "▁ambiental", + "mente" + ], + [ + "▁ambient", + "almente" + ], + [ + "▁Local", + "ização" + ], + [ + "▁lo", + "os" + ], + [ + "▁Bo", + "eing" + ], + [ + "▁adquirida", + "s" + ], + [ + "▁adquir", + "idas" + ], + [ + "▁ST", + "EP" + ], + [ + "Tra", + "its" + ], + [ + "Allow", + "ed" + ], + [ + "Tod", + "o" + ], + [ + "To", + "do" + ], + [ + "T", + "odo" + ], + [ + "▁Ra", + "s" + ], + [ + "▁R", + "as" + ], + [ + "=[", + "]" + ], + [ + "=", + "[]" + ], + [ + "gran", + "d" + ], + [ + "gra", + "nd" + ], + [ + "gr", + "and" + ], + [ + "g", + "rand" + ], + [ + "Me", + "n" + ], + [ + "M", + "en" + ], + [ + "▁toc", + "ante" + ], + [ + "fra", + "k" + ], + [ + "fr", + "ak" + ], + [ + "▁EN", + "V" + ], + [ + "▁E", + "NV" + ], + [ + "▁", + "ENV" + ], + [ + "▁Mad", + "alena" + ], + [ + "sia", + "s" + ], + [ + "si", + "as" + ], + [ + "s", + "ias" + ], + [ + "▁certain", + "ty" + ], + [ + "▁certa", + "inty" + ], + [ + "▁cer", + "tainty" + ], + [ + "fi", + "ança" + ], + [ + "f", + "iança" + ], + [ + "▁LE", + "I" + ], + [ + "▁L", + "EI" + ], + [ + "▁Gra", + "ss" + ], + [ + "▁Gr", + "ass" + ], + [ + "▁pert", + "inente" + ], + [ + "▁autent", + "icidade" + ], + [ + "▁Fu", + "el" + ], + [ + "▁F", + "uel" + ], + [ + "K", + "T" + ], + [ + "Co", + "v" + ], + [ + "C", + "ov" + ], + [ + "▁voc", + "áb" + ], + [ + "SC", + "RIPT" + ], + [ + "▁massa", + "c" + ], + [ + "▁mass", + "ac" + ], + [ + "▁(2010)", + "." + ], + [ + "▁(201", + "0)." + ], + [ + "▁(20", + "10)." + ], + [ + "▁rout", + "ing" + ], + [ + "▁Account", + "ing" + ], + [ + "▁irrit", + "ation" + ], + [ + "55", + ":" + ], + [ + "5", + "5:" + ], + [ + "▁Vi", + "k" + ], + [ + "▁V", + "ik" + ], + [ + "▁Inte", + "nt" + ], + [ + "▁Int", + "ent" + ], + [ + "▁In", + "tent" + ], + [ + "▁", + "Intent" + ], + [ + "▁W", + "or" + ], + [ + "har", + "ma" + ], + [ + "▁Sele", + "cion" + ], + [ + "▁factor", + "ing" + ], + [ + "▁facto", + "ring" + ], + [ + "▁fact", + "oring" + ], + [ + "▁esc", + "udo" + ], + [ + "▁du", + "p" + ], + [ + "▁d", + "up" + ], + [ + "▁", + "dup" + ], + [ + "▁nest", + "s" + ], + [ + "▁n", + "ests" + ], + [ + "▁ca", + "íram" + ], + [ + "▁resid", + "encial" + ], + [ + "ick", + "ness" + ], + [ + "(`", + "`" + ], + [ + "(", + "``" + ], + [ + "▁In", + "ês" + ], + [ + "▁un", + "predict" + ], + [ + "▁mo", + "ch" + ], + [ + "▁m", + "och" + ], + [ + "Er", + "a" + ], + [ + "E", + "ra" + ], + [ + ")))", + "," + ], + [ + "))", + ")," + ], + [ + ")", + "))," + ], + [ + "PI", + "D" + ], + [ + "P", + "ID" + ], + [ + "▁&", + "\\" + ], + [ + "▁Ax", + "is" + ], + [ + "▁A", + "xis" + ], + [ + "▁", + "Axis" + ], + [ + "ener", + "gia" + ], + [ + "en", + "ergia" + ], + [ + "lu", + "de" + ], + [ + "l", + "ude" + ], + [ + "▁wol", + "ves" + ], + [ + "▁Rail", + "way" + ], + [ + "▁express", + "es" + ], + [ + "▁expr", + "esses" + ], + [ + "SO", + "L" + ], + [ + "S", + "OL" + ], + [ + "▁X", + "OR" + ], + [ + "▁agressivo", + "s" + ], + [ + "▁agress", + "ivos" + ], + [ + "PI", + "N" + ], + [ + "P", + "IN" + ], + [ + "▁back", + "ed" + ], + [ + "▁bac", + "ked" + ], + [ + "▁Beet", + "hoven" + ], + [ + "▁concorda", + "r" + ], + [ + "▁concord", + "ar" + ], + [ + "esco", + "b" + ], + [ + "esc", + "ob" + ], + [ + "DE", + "LETE" + ], + [ + "▁mist", + "o" + ], + [ + "▁mis", + "to" + ], + [ + "▁mi", + "sto" + ], + [ + "▁m", + "isto" + ], + [ + "▁Fique", + "i" + ], + [ + "▁inc", + "ans" + ], + [ + "▁mencionada", + "s" + ], + [ + "▁menciona", + "das" + ], + [ + "▁mencion", + "adas" + ], + [ + "(2)", + ";" + ], + [ + "(2", + ");" + ], + [ + "(", + "2);" + ], + [ + "▁star", + "ch" + ], + [ + "▁st", + "arch" + ], + [ + "17", + "1" + ], + [ + "1", + "71" + ], + [ + "▁pulmonar", + "es" + ], + [ + "▁pulmon", + "ares" + ], + [ + "▁interpret", + "ing" + ], + [ + "▁interpre", + "ting" + ], + [ + "69", + "4" + ], + [ + "6", + "94" + ], + [ + "Reg", + "ex" + ], + [ + "Re", + "gex" + ], + [ + "▁al", + "usão" + ], + [ + "▁estr", + "ogen" + ], + [ + "▁est", + "rogen" + ], + [ + "mes", + "mo" + ], + [ + "me", + "smo" + ], + [ + "▁sar", + "d" + ], + [ + "▁sa", + "rd" + ], + [ + "▁s", + "ard" + ], + [ + "▁ân", + "imo" + ], + [ + "▁pulse", + "s" + ], + [ + "▁puls", + "es" + ], + [ + "▁pul", + "ses" + ], + [ + "▁possu", + "indo" + ], + [ + "▁poss", + "uindo" + ], + [ + "▁desagrad", + "ável" + ], + [ + "▁separa", + "ting" + ], + [ + "▁separ", + "ating" + ], + [ + "sea", + "t" + ], + [ + "se", + "at" + ], + [ + "óg", + "eno" + ], + [ + "ó", + "geno" + ], + [ + "▁La", + "place" + ], + [ + "Last", + "Error" + ], + [ + "ps", + "hire" + ], + [ + "p", + "shire" + ], + [ + "▁pup", + "il" + ], + [ + "▁pu", + "pil" + ], + [ + "▁absor", + "ve" + ], + [ + "▁reunir", + "am" + ], + [ + "▁reun", + "iram" + ], + [ + "▁Kind", + "ergarten" + ], + [ + "gall", + "ery" + ], + [ + "▁Prom", + "et" + ], + [ + "▁Pro", + "met" + ], + [ + "▁Pr", + "omet" + ], + [ + "▁coup", + "ling" + ], + [ + "▁cou", + "pling" + ], + [ + "▁CAP", + "ITAL" + ], + [ + "Vis", + "ibility" + ], + [ + "▁!", + "(" + ], + [ + "▁", + "!(" + ], + [ + "▁DAT", + "E" + ], + [ + "▁DA", + "TE" + ], + [ + "▁D", + "ATE" + ], + [ + "▁", + "DATE" + ], + [ + "▁Precis", + "ion" + ], + [ + "▁Pre", + "cision" + ], + [ + "▁O", + "g" + ], + [ + "▁^", + "=" + ], + [ + "▁MU", + "L" + ], + [ + "▁M", + "UL" + ], + [ + "▁-0.", + "5" + ], + [ + "▁-0", + ".5" + ], + [ + "▁-", + "0.5" + ], + [ + "▁dona", + "tion" + ], + [ + "▁don", + "ation" + ], + [ + "▁disrupt", + "ion" + ], + [ + "▁disrup", + "tion" + ], + [ + "▁pul", + "p" + ], + [ + "▁pu", + "lp" + ], + [ + "▁p", + "ulp" + ], + [ + "ex", + "change" + ], + [ + "!\"", + ")" + ], + [ + "!", + "\")" + ], + [ + "á", + "ver" + ], + [ + "Dis", + "pose" + ], + [ + "▁72", + "0" + ], + [ + "▁7", + "20" + ], + [ + "pre", + "par" + ], + [ + "▁(200", + "9)" + ], + [ + "AR", + "I" + ], + [ + "A", + "RI" + ], + [ + "▁R", + "R" + ], + [ + "▁", + "RR" + ], + [ + "ep", + "er" + ], + [ + "e", + "per" + ], + [ + "amb", + "iente" + ], + [ + "▁acrescent", + "ando" + ], + [ + "▁def", + "orestation" + ], + [ + "hin", + "e" + ], + [ + "hi", + "ne" + ], + [ + "h", + "ine" + ], + [ + "▁feminino", + "s" + ], + [ + "▁femin", + "inos" + ], + [ + "-3", + "4" + ], + [ + "-", + "34" + ], + [ + "Educ", + "ação" + ], + [ + "▁Colomb", + "ia" + ], + [ + "▁sole", + "n" + ], + [ + "▁sol", + "en" + ], + [ + "▁so", + "len" + ], + [ + "▁s", + "olen" + ], + [ + "▁shr", + "ubs" + ], + [ + "▁insatisf", + "ação" + ], + [ + "▁convent", + "o" + ], + [ + "▁conven", + "to" + ], + [ + "▁conv", + "ento" + ], + [ + "▁atribuído", + "s" + ], + [ + "▁atribu", + "ídos" + ], + [ + "▁ja", + "z" + ], + [ + "▁j", + "az" + ], + [ + "▁luto", + "u" + ], + [ + "▁lut", + "ou" + ], + [ + "▁credit", + "ed" + ], + [ + "▁cred", + "ited" + ], + [ + "▁sculpt", + "ure" + ], + [ + "ct", + "ea" + ], + [ + "▁UN", + "IQUE" + ], + [ + "▁CAS", + "CADE" + ], + [ + "▁Sc", + "ope" + ], + [ + "▁", + "Scope" + ], + [ + "▁All", + "ied" + ], + [ + ":8080/", + "\"}" + ], + [ + "▁influ", + "entes" + ], + [ + "▁inf", + "luentes" + ], + [ + "▁Organ", + "izações" + ], + [ + "R", + "ich" + ], + [ + "Wal", + "l" + ], + [ + "W", + "all" + ], + [ + "igr", + "aph" + ], + [ + "ig", + "raph" + ], + [ + "i", + "graph" + ], + [ + "▁reta", + "s" + ], + [ + "▁ret", + "as" + ], + [ + "▁re", + "tas" + ], + [ + "▁r", + "etas" + ], + [ + "▁sil", + "ício" + ], + [ + ")$", + "," + ], + [ + ")", + "$," + ], + [ + "▁Dep", + "th" + ], + [ + "▁", + "Depth" + ], + [ + "Ph", + "ysical" + ], + [ + "▁si", + "d" + ], + [ + "▁s", + "id" + ], + [ + "▁", + "sid" + ], + [ + "▁Ti", + "g" + ], + [ + "▁T", + "ig" + ], + [ + "▁escuro", + "s" + ], + [ + "▁esc", + "uros" + ], + [ + "▁the", + "ology" + ], + [ + "▁Nor", + "wegian" + ], + [ + "▁travel", + "led" + ], + [ + "▁trav", + "elled" + ], + [ + "▁fol", + "h" + ], + [ + "▁fo", + "lh" + ], + [ + "————", + "————" + ], + [ + "▁len", + "ha" + ], + [ + "▁l", + "enha" + ], + [ + "▁er", + "v" + ], + [ + "▁e", + "rv" + ], + [ + "▁", + "erv" + ], + [ + "▁ameaça", + "da" + ], + [ + "▁ameaç", + "ada" + ], + [ + "▁amea", + "çada" + ], + [ + "▁acum", + "ulado" + ], + [ + "▁Nic", + "e" + ], + [ + "▁Ni", + "ce" + ], + [ + "▁N", + "ice" + ], + [ + "▁comprov", + "ação" + ], + [ + "▁compro", + "vação" + ], + [ + "▁compr", + "ovação" + ], + [ + "▁Institution", + "s" + ], + [ + "▁Instit", + "utions" + ], + [ + "l", + "é" + ], + [ + "pri", + "ority" + ], + [ + "▁deriva", + "tion" + ], + [ + "▁deriv", + "ation" + ], + [ + "▁der", + "ivation" + ], + [ + "ograma", + "s" + ], + [ + "ogram", + "as" + ], + [ + "ogr", + "amas" + ], + [ + "▁autista", + "s" + ], + [ + "▁aut", + "istas" + ], + [ + "▁administrador", + "es" + ], + [ + "▁administr", + "adores" + ], + [ + "181", + "8" + ], + [ + "18", + "18" + ], + [ + "▁30", + "2" + ], + [ + "▁3", + "02" + ], + [ + "▁", + "302" + ], + [ + "▁At", + "a" + ], + [ + "▁A", + "ta" + ], + [ + "control", + "l" + ], + [ + "contr", + "oll" + ], + [ + "cont", + "roll" + ], + [ + "▁veter", + "inarian" + ], + [ + "▁terço", + "s" + ], + [ + "▁ter", + "ços" + ], + [ + "▁interc", + "al" + ], + [ + "▁inter", + "cal" + ], + [ + "dia", + "m" + ], + [ + "di", + "am" + ], + [ + "d", + "iam" + ], + [ + "▁Ita", + "p" + ], + [ + "▁It", + "ap" + ], + [ + "PL", + "IC" + ], + [ + "P", + "LIC" + ], + [ + "▁prop", + "het" + ], + [ + "▁inclus", + "ivo" + ], + [ + "f", + "ólio" + ], + [ + "▁conduz", + "iu" + ], + [ + "151", + "5" + ], + [ + "15", + "15" + ], + [ + "▁----------", + "-" + ], + [ + "▁-----", + "------" + ], + [ + "▁----", + "-------" + ], + [ + "▁---", + "--------" + ], + [ + "▁--", + "---------" + ], + [ + "▁-", + "----------" + ], + [ + "▁", + "-----------" + ], + [ + "Be", + "n" + ], + [ + "B", + "en" + ], + [ + "▁signo", + "s" + ], + [ + "▁sign", + "os" + ], + [ + "▁sig", + "nos" + ], + [ + "▁si", + "gnos" + ], + [ + "act", + "érias" + ], + [ + "▁adapt", + "er" + ], + [ + "▁adap", + "ter" + ], + [ + "▁ad", + "apter" + ], + [ + "▁", + "adapter" + ], + [ + "▁format", + "ted" + ], + [ + "▁forma", + "tted" + ], + [ + "▁caminhada", + "s" + ], + [ + "▁caminha", + "das" + ], + [ + "▁caminh", + "adas" + ], + [ + "▁camin", + "hadas" + ], + [ + "▁Inst", + "ant" + ], + [ + "▁respond", + "endo" + ], + [ + "▁3,", + "5" + ], + [ + "R", + "ub" + ], + [ + "▁Af", + "e" + ], + [ + "▁A", + "fe" + ], + [ + "un", + "ya" + ], + [ + "▁Measure", + "s" + ], + [ + "▁Meas", + "ures" + ], + [ + "▁Me", + "asures" + ], + [ + "▁Equip", + "ment" + ], + [ + "xx", + "x" + ], + [ + "x", + "xx" + ], + [ + "verb", + "al" + ], + [ + "ver", + "bal" + ], + [ + "76", + ")" + ], + [ + "7", + "6)" + ], + [ + "▁21", + "9" + ], + [ + "▁2", + "19" + ], + [ + "▁", + "219" + ], + [ + "▁poss", + "vel" + ], + [ + "Depend", + "encies" + ], + [ + "TM", + "s" + ], + [ + "T", + "Ms" + ], + [ + "▁disciplina", + "r" + ], + [ + "▁discipl", + "inar" + ], + [ + "▁67", + "," + ], + [ + "▁6", + "7," + ], + [ + "▁", + "67," + ], + [ + "▁careg", + "ivers" + ], + [ + "▁vereador", + "es" + ], + [ + "▁vere", + "adores" + ], + [ + "▁Lond", + "rina" + ], + [ + "▁Lon", + "drina" + ], + [ + "▁diagnostic", + "ado" + ], + [ + "serial", + "ize" + ], + [ + "ser", + "ialize" + ], + [ + "s", + "erialize" + ], + [ + "Mix", + "in" + ], + [ + "▁garant", + "iu" + ], + [ + "IVA", + "S" + ], + [ + "IV", + "AS" + ], + [ + "íbrio", + "s" + ], + [ + "íb", + "rios" + ], + [ + "▁Virg", + "il" + ], + [ + "▁Vir", + "gil" + ], + [ + "▁decid", + "ido" + ], + [ + "▁potencial", + "izar" + ], + [ + "pod", + "e" + ], + [ + "po", + "de" + ], + [ + "p", + "ode" + ], + [ + "▁arc", + "s" + ], + [ + "▁ar", + "cs" + ], + [ + "▁fertil", + "e" + ], + [ + "▁fert", + "ile" + ], + [ + "▁fer", + "tile" + ], + [ + "▁municip", + "io" + ], + [ + "▁desconhecida", + "s" + ], + [ + "▁desconhec", + "idas" + ], + [ + "▁escre", + "vi" + ], + [ + "96", + "0" + ], + [ + "9", + "60" + ], + [ + "▁pronunci", + "ation" + ], + [ + "x", + "m" + ], + [ + "57", + "," + ], + [ + "5", + "7," + ], + [ + "▁upper", + "case" + ], + [ + "▁Percent", + "age" + ], + [ + "▁psican", + "álise" + ], + [ + "▁met", + "ropolitana" + ], + [ + "78", + ")" + ], + [ + "7", + "8)" + ], + [ + "▁Key", + "s" + ], + [ + "▁Ke", + "ys" + ], + [ + "▁", + "Keys" + ], + [ + "▁reveal", + "ing" + ], + [ + "▁reve", + "aling" + ], + [ + "Fa", + "r" + ], + [ + "F", + "ar" + ], + [ + "ADE", + "R" + ], + [ + "AD", + "ER" + ], + [ + "A", + "DER" + ], + [ + "▁respe", + "t" + ], + [ + "▁resp", + "et" + ], + [ + "▁res", + "pet" + ], + [ + "▁notice", + "able" + ], + [ + "0.0", + "1" + ], + [ + "0.", + "01" + ], + [ + "Q", + "T" + ], + [ + "▁MAR", + "IA" + ], + [ + "▁MA", + "RIA" + ], + [ + "▁legal", + "mente" + ], + [ + "▁leg", + "almente" + ], + [ + "H", + "N" + ], + [ + "▁v", + "k" + ], + [ + "▁", + "vk" + ], + [ + "^{", + "3}" + ], + [ + "▁em", + "igr" + ], + [ + "▁e", + "migr" + ], + [ + "▁excit", + "ement" + ], + [ + "▁test", + "a" + ], + [ + "▁tes", + "ta" + ], + [ + "▁te", + "sta" + ], + [ + "▁t", + "esta" + ], + [ + "predict", + "ion" + ], + [ + "pred", + "iction" + ], + [ + "PA", + "GE" + ], + [ + "P", + "AGE" + ], + [ + "▁LD", + "B" + ], + [ + "▁L", + "DB" + ], + [ + "▁cu", + "es" + ], + [ + "▁c", + "ues" + ], + [ + "▁Interpret", + "ação" + ], + [ + "▁Eng", + "els" + ], + [ + "ino", + "u" + ], + [ + "in", + "ou" + ], + [ + "▁3-", + "4" + ], + [ + "▁3", + "-4" + ], + [ + "▁EN", + "ERG" + ], + [ + "arqu", + "e" + ], + [ + "ar", + "que" + ], + [ + "▁INFO", + "R" + ], + [ + "▁INF", + "OR" + ], + [ + "▁IN", + "FOR" + ], + [ + "▁ac", + "oustic" + ], + [ + "▁understand", + "s" + ], + [ + "RIA", + "S" + ], + [ + "RI", + "AS" + ], + [ + "R", + "IAS" + ], + [ + "mia", + "s" + ], + [ + "mi", + "as" + ], + [ + "m", + "ias" + ], + [ + "enn", + "is" + ], + [ + "en", + "nis" + ], + [ + "Print", + "f" + ], + [ + "=1", + "}^{" + ], + [ + "▁neutro", + "n" + ], + [ + "▁neut", + "ron" + ], + [ + "ín", + "ea" + ], + [ + "í", + "nea" + ], + [ + "▁brick", + "s" + ], + [ + "▁br", + "icks" + ], + [ + "▁b", + "ricks" + ], + [ + "quant", + "ity" + ], + [ + "Z", + "E" + ], + [ + "▁conce", + "ived" + ], + [ + "▁art", + "illery" + ], + [ + "▁un", + "ified" + ], + [ + "▁intention", + "s" + ], + [ + "▁intent", + "ions" + ], + [ + "▁denomin", + "a" + ], + [ + "▁denom", + "ina" + ], + [ + "▁repet", + "itive" + ], + [ + "▁cop", + "iar" + ], + [ + "▁har", + "ness" + ], + [ + "▁h", + "arness" + ], + [ + "▁w", + "o" + ], + [ + "▁", + "wo" + ], + [ + "▁f", + "ãs" + ], + [ + "▁hel", + "l" + ], + [ + "▁he", + "ll" + ], + [ + "▁h", + "ell" + ], + [ + "▁", + "hell" + ], + [ + "▁tri", + "ang" + ], + [ + "▁tr", + "iang" + ], + [ + "▁Independent", + "e" + ], + [ + "▁Independ", + "ente" + ], + [ + "▁Re", + "agan" + ], + [ + "▁beat", + "s" + ], + [ + "▁be", + "ats" + ], + [ + "54", + ":" + ], + [ + "5", + "4:" + ], + [ + "▁Definition", + "s" + ], + [ + "▁Defin", + "itions" + ], + [ + "▁Def", + "initions" + ], + [ + "O", + "B" + ], + [ + "ABIL", + "IDADE" + ], + [ + "Credential", + "s" + ], + [ + "Cred", + "entials" + ], + [ + "▁is", + "c" + ], + [ + "▁i", + "sc" + ], + [ + "▁", + "isc" + ], + [ + "ónico", + "s" + ], + [ + "ón", + "icos" + ], + [ + "IFIC", + "AÇÃO" + ], + [ + "IF", + "ICAÇÃO" + ], + [ + "▁ímp", + "ar" + ], + [ + "▁ím", + "par" + ], + [ + "▁cast", + "ing" + ], + [ + "▁cas", + "ting" + ], + [ + "▁c", + "asting" + ], + [ + "▁ignor", + "ing" + ], + [ + "▁ign", + "oring" + ], + [ + "stat", + "istics" + ], + [ + "▁lobo", + "s" + ], + [ + "▁lob", + "os" + ], + [ + "▁lo", + "bos" + ], + [ + "▁l", + "obos" + ], + [ + "▁compara", + "ções" + ], + [ + "▁compar", + "ações" + ], + [ + "grade", + "s" + ], + [ + "grad", + "es" + ], + [ + "gra", + "des" + ], + [ + "gr", + "ades" + ], + [ + "yr", + "e" + ], + [ + "y", + "re" + ], + [ + "▁Lanc", + "et" + ], + [ + "▁inserida", + "s" + ], + [ + "▁inser", + "idas" + ], + [ + "▁seme", + "adura" + ], + [ + "▁sem", + "eadura" + ], + [ + "roco", + "s" + ], + [ + "roc", + "os" + ], + [ + "ro", + "cos" + ], + [ + "r", + "ocos" + ], + [ + "▁feas", + "t" + ], + [ + "▁fe", + "ast" + ], + [ + "▁f", + "east" + ], + [ + "p", + "icture" + ], + [ + "▁eucal", + "ipto" + ], + [ + "▁culpa", + "do" + ], + [ + "▁culp", + "ado" + ], + [ + "▁(4", + "5" + ], + [ + "▁(", + "45" + ], + [ + "▁violation", + "s" + ], + [ + "▁viol", + "ations" + ], + [ + "▁Ear", + "l" + ], + [ + "▁iron", + "ia" + ], + [ + "▁ir", + "onia" + ], + [ + "▁colocar", + "am" + ], + [ + "▁coloca", + "ram" + ], + [ + "▁coloc", + "aram" + ], + [ + "_2", + "0" + ], + [ + "_", + "20" + ], + [ + "ios", + "is" + ], + [ + "io", + "sis" + ], + [ + "i", + "osis" + ], + [ + "▁candid", + "atura" + ], + [ + "▁advers", + "idades" + ], + [ + "▁abat", + "e" + ], + [ + "▁ab", + "ate" + ], + [ + "▁gale", + "ria" + ], + [ + "▁gal", + "eria" + ], + [ + "=", + "”" + ], + [ + "▁Cur", + "ve" + ], + [ + "▁", + "Curve" + ], + [ + "▁T", + "á" + ], + [ + "▁Quadr", + "atic" + ], + [ + "▁cirúrg", + "ica" + ], + [ + "▁31", + "0" + ], + [ + "▁3", + "10" + ], + [ + "▁", + "310" + ], + [ + "ÁRIO", + "S" + ], + [ + "Á", + "RIOS" + ], + [ + "▁emprega", + "r" + ], + [ + "▁empreg", + "ar" + ], + [ + "▁empre", + "gar" + ], + [ + "▁emp", + "regar" + ], + [ + "'", + "#" + ], + [ + "▁Ali", + "ne" + ], + [ + "▁Al", + "ine" + ], + [ + "▁A", + "line" + ], + [ + "▁Enable", + "d" + ], + [ + "▁En", + "abled" + ], + [ + "▁", + "Enabled" + ], + [ + "▁subjac", + "ente" + ], + [ + "impl", + "icit" + ], + [ + "im", + "plicit" + ], + [ + "38", + "8" + ], + [ + "3", + "88" + ], + [ + "Tur", + "n" + ], + [ + "T", + "urn" + ], + [ + "▁lo", + "ving" + ], + [ + "▁l", + "oving" + ], + [ + "▁opera", + "m" + ], + [ + "▁oper", + "am" + ], + [ + "▁op", + "eram" + ], + [ + "▁seed", + "lings" + ], + [ + "▁mov", + "ido" + ], + [ + "▁mo", + "vido" + ], + [ + "IT", + "UDE" + ], + [ + "▁ocup", + "ou" + ], + [ + "▁libert", + "a" + ], + [ + "▁liber", + "ta" + ], + [ + "▁lib", + "erta" + ], + [ + "▁li", + "berta" + ], + [ + "▁perí", + "metro" + ], + [ + "▁per", + "ímetro" + ], + [ + "▁Simpl", + "ify" + ], + [ + "▁Visual", + "izar" + ], + [ + "▁armazen", + "ado" + ], + [ + "so", + "b" + ], + [ + "s", + "ob" + ], + [ + "cess", + "ão" + ], + [ + "ces", + "são" + ], + [ + "c", + "essão" + ], + [ + "▁tempor", + "ariamente" + ], + [ + "▁plag", + "ue" + ], + [ + "▁pl", + "ague" + ], + [ + "▁sha", + "ping" + ], + [ + "▁sh", + "aping" + ], + [ + "▁climate", + "s" + ], + [ + "▁clima", + "tes" + ], + [ + "▁clim", + "ates" + ], + [ + "▁supervis", + "or" + ], + [ + "▁Am", + "ostra" + ], + [ + "▁Sup", + "plement" + ], + [ + "▁Wide", + "String" + ], + [ + "▁convert", + "ido" + ], + [ + "▁reb", + "u" + ], + [ + "▁re", + "bu" + ], + [ + ">", + "[" + ], + [ + "▁(200", + "4)" + ], + [ + "ly", + "c" + ], + [ + "l", + "yc" + ], + [ + "▁S", + "É" + ], + [ + "▁Vên", + "us" + ], + [ + "▁signature", + "s" + ], + [ + "▁sign", + "atures" + ], + [ + "▁Elas", + "tic" + ], + [ + "▁El", + "astic" + ], + [ + "8.", + "4" + ], + [ + "8", + ".4" + ], + [ + "▁PE", + "C" + ], + [ + "▁P", + "EC" + ], + [ + "IN", + "F" + ], + [ + "I", + "NF" + ], + [ + "▁End", + "ereço" + ], + [ + "▁collective", + "ly" + ], + [ + "▁collect", + "ively" + ], + [ + "I", + "W" + ], + [ + "aga", + "in" + ], + [ + "ag", + "ain" + ], + [ + "▁Normal", + "ly" + ], + [ + "▁Norm", + "ally" + ], + [ + "▁reduzida", + "s" + ], + [ + "▁reduz", + "idas" + ], + [ + "▁1.1", + "." + ], + [ + "▁1.", + "1." + ], + [ + "▁1", + ".1." + ], + [ + "▁", + "1.1." + ], + [ + "▁Qu", + "aresma" + ], + [ + "42", + ":" + ], + [ + "4", + "2:" + ], + [ + "▁mid", + "st" + ], + [ + "▁mi", + "dst" + ], + [ + "▁Corr", + "êa" + ], + [ + "▁fór", + "um" + ], + [ + "▁up", + "right" + ], + [ + "ipse", + "s" + ], + [ + "ips", + "es" + ], + [ + "ip", + "ses" + ], + [ + "▁elétr", + "on" + ], + [ + ",'", + "(" + ], + [ + ",", + "'(" + ], + [ + "▁crus", + "hed" + ], + [ + "▁cr", + "ushed" + ], + [ + "▁Go", + "al" + ], + [ + "▁forma", + "o" + ], + [ + "▁form", + "ao" + ], + [ + "▁well", + "ness" + ], + [ + "normal", + "ize" + ], + [ + "▁gest", + "ante" + ], + [ + "_", + "]" + ], + [ + "▁amplia", + "da" + ], + [ + "▁ampl", + "iada" + ], + [ + "▁donation", + "s" + ], + [ + "▁don", + "ations" + ], + [ + "▁má", + "rm" + ], + [ + "22", + "'," + ], + [ + "2", + "2'," + ], + [ + "▁li", + "a" + ], + [ + "▁l", + "ia" + ], + [ + "▁", + "lia" + ], + [ + "▁Crist", + "ó" + ], + [ + "▁Del", + "aware" + ], + [ + "▁prazer", + "es" + ], + [ + "▁presta", + "dos" + ], + [ + "▁prest", + "ados" + ], + [ + "Auth", + "entication" + ], + [ + ":00", + ":" + ], + [ + ":0", + "0:" + ], + [ + ":", + "00:" + ], + [ + "c", + "endo" + ], + [ + "ulta", + "n" + ], + [ + "ult", + "an" + ], + [ + "ul", + "tan" + ], + [ + "▁MET", + "H" + ], + [ + "▁ME", + "TH" + ], + [ + "▁M", + "ETH" + ], + [ + "▁", + "METH" + ], + [ + "▁carrega", + "m" + ], + [ + "▁carreg", + "am" + ], + [ + "▁dro", + "ve" + ], + [ + "▁dr", + "ove" + ], + [ + "▁hum", + "id" + ], + [ + "▁Lux", + "emb" + ], + [ + "▁col", + "names" + ], + [ + "▁respeitado", + "s" + ], + [ + "▁respeita", + "dos" + ], + [ + "▁respe", + "itados" + ], + [ + "▁sum", + "o" + ], + [ + "▁su", + "mo" + ], + [ + "▁s", + "umo" + ], + [ + "!\")", + ";" + ], + [ + "!\"", + ");" + ], + [ + "!", + "\");" + ], + [ + "▁00", + "1" + ], + [ + "▁0", + "01" + ], + [ + "▁", + "001" + ], + [ + "mino", + "r" + ], + [ + "min", + "or" + ], + [ + "mi", + "nor" + ], + [ + "▁66", + "." + ], + [ + "▁6", + "6." + ], + [ + "▁", + "66." + ], + [ + "▁bro", + "tos" + ], + [ + "▁br", + "otos" + ], + [ + "▁acorde", + "s" + ], + [ + "▁acord", + "es" + ], + [ + "▁co", + "arse" + ], + [ + "▁linear", + "ly" + ], + [ + "▁gra", + "pe" + ], + [ + "▁gr", + "ape" + ], + [ + "▁Pes", + "o" + ], + [ + "▁Pe", + "so" + ], + [ + "▁P", + "eso" + ], + [ + "esquis", + "e" + ], + [ + "esqu", + "ise" + ], + [ + "d", + "L" + ], + [ + "']", + "[" + ], + [ + "'", + "][" + ], + [ + "▁Alm", + "a" + ], + [ + "▁Al", + "ma" + ], + [ + "▁Jun", + "ta" + ], + [ + "▁J", + "unta" + ], + [ + "▁Param", + "s" + ], + [ + "▁Para", + "ms" + ], + [ + "▁Par", + "ams" + ], + [ + "▁", + "Params" + ], + [ + "▁invest", + "indo" + ], + [ + "31", + ":" + ], + [ + "3", + "1:" + ], + [ + "▁Ide", + "a" + ], + [ + "▁Id", + "ea" + ], + [ + "▁bet", + "erra" + ], + [ + "▁be", + "terra" + ], + [ + "▁dram", + "ática" + ], + [ + "▁dra", + "mática" + ], + [ + "▁SE", + "S" + ], + [ + "▁S", + "ES" + ], + [ + "▁ren", + "úncia" + ], + [ + "fr", + "uit" + ], + [ + "▁Buar", + "que" + ], + [ + "▁Bu", + "arque" + ], + [ + "Y", + "A" + ], + [ + "▁V", + "k" + ], + [ + "=10", + "," + ], + [ + "=1", + "0," + ], + [ + "=", + "10," + ], + [ + "ESS", + "ION" + ], + [ + "▁meas", + "urable" + ], + [ + "▁research", + "ing" + ], + [ + "▁significa", + "ção" + ], + [ + "▁signific", + "ação" + ], + [ + "▁sign", + "ificação" + ], + [ + "1$", + "$" + ], + [ + "1", + "$$" + ], + [ + "161", + "6" + ], + [ + "16", + "16" + ], + [ + "1", + "616" + ], + [ + "io", + "stream" + ], + [ + "i", + "ostream" + ], + [ + "▁pk", + "g" + ], + [ + "▁p", + "kg" + ], + [ + "▁", + "pkg" + ], + [ + "▁(201", + "0)" + ], + [ + "▁(20", + "10)" + ], + [ + "[1])", + ";" + ], + [ + "[1]", + ");" + ], + [ + "[1", + "]);" + ], + [ + "▁rectangle", + "s" + ], + [ + "▁rect", + "angles" + ], + [ + "▁le", + "pt" + ], + [ + "▁excesso", + "s" + ], + [ + "▁excess", + "os" + ], + [ + "▁Estratégia", + "s" + ], + [ + "▁Estratég", + "ias" + ], + [ + "pi", + "a" + ], + [ + "p", + "ia" + ], + [ + "▁mane", + "u" + ], + [ + "▁man", + "eu" + ], + [ + "▁Jord", + "ão" + ], + [ + "▁carregam", + "ento" + ], + [ + "▁carrega", + "mento" + ], + [ + "▁carreg", + "amento" + ], + [ + "Bo", + "ot" + ], + [ + "B", + "oot" + ], + [ + "gr", + "pc" + ], + [ + "g", + "rpc" + ], + [ + "ur", + "ved" + ], + [ + "▁touch", + "es" + ], + [ + "▁tou", + "ches" + ], + [ + "▁fre", + "io" + ], + [ + "▁dark", + "er" + ], + [ + "▁dar", + "ker" + ], + [ + "▁Edward", + "s" + ], + [ + "▁Ed", + "wards" + ], + [ + "▁Meas", + "uring" + ], + [ + "Mo", + "r" + ], + [ + "M", + "or" + ], + [ + "▁ren", + "ame" + ], + [ + "▁re", + "name" + ], + [ + "▁r", + "ename" + ], + [ + "▁", + "rename" + ], + [ + "▁subl", + "ime" + ], + [ + "▁reflect", + "ive" + ], + [ + "cient", + "ific" + ], + [ + "ent", + "z" + ], + [ + "en", + "tz" + ], + [ + "▁Can", + "vas" + ], + [ + "▁", + "Canvas" + ], + [ + "▁forecast", + "s" + ], + [ + "▁auto", + "immune" + ], + [ + "▁16", + ";" + ], + [ + "▁1", + "6;" + ], + [ + "▁", + "16;" + ], + [ + "▁inden", + "ização" + ], + [ + "49", + "8" + ], + [ + "4", + "98" + ], + [ + "▁Do", + "p" + ], + [ + "▁D", + "op" + ], + [ + "1]", + ")" + ], + [ + "1", + "])" + ], + [ + "▁14", + "2" + ], + [ + "▁1", + "42" + ], + [ + "▁", + "142" + ], + [ + "Train", + "ing" + ], + [ + "Tra", + "ining" + ], + [ + "Tr", + "aining" + ], + [ + "T", + "raining" + ], + [ + "▁exc", + "urs" + ], + [ + "▁efetiva", + "s" + ], + [ + "▁efet", + "ivas" + ], + [ + "▁colocam", + "os" + ], + [ + "▁coloca", + "mos" + ], + [ + "▁coloc", + "amos" + ], + [ + "ne", + "ia" + ], + [ + "▁Quart", + "a" + ], + [ + "▁Quar", + "ta" + ], + [ + "▁Qu", + "arta" + ], + [ + "▁chap", + "éu" + ], + [ + "▁H", + "undred" + ], + [ + "▁My", + "SQL" + ], + [ + "FRA", + "ME" + ], + [ + "▁mecânica", + "s" + ], + [ + "▁mec", + "ânicas" + ], + [ + "▁abandonado", + "s" + ], + [ + "▁abandon", + "ados" + ], + [ + "con", + "c" + ], + [ + "co", + "nc" + ], + [ + "▁parent", + "e" + ], + [ + "▁par", + "ente" + ], + [ + "▁1.2", + "5" + ], + [ + "▁1.", + "25" + ], + [ + "▁110", + "0" + ], + [ + "▁11", + "00" + ], + [ + "▁1", + "100" + ], + [ + "▁", + "1100" + ], + [ + "▁weak", + "ened" + ], + [ + "▁crypto", + "cur" + ], + [ + "▁crypt", + "ocur" + ], + [ + "▁narra", + "ção" + ], + [ + "▁narr", + "ação" + ], + [ + "▁nar", + "ração" + ], + [ + "uf", + "r" + ], + [ + "u", + "fr" + ], + [ + "▁R", + "alph" + ], + [ + "▁qu", + "asi" + ], + [ + "▁desprez", + "o" + ], + [ + "▁despre", + "zo" + ], + [ + "▁contempla", + "ção" + ], + [ + "▁contempl", + "ação" + ], + [ + "M", + "il" + ], + [ + "ITO", + "R" + ], + [ + "IT", + "OR" + ], + [ + "adi", + "es" + ], + [ + "ad", + "ies" + ], + [ + "fire", + "s" + ], + [ + "fir", + "es" + ], + [ + "fi", + "res" + ], + [ + "f", + "ires" + ], + [ + "'])", + "." + ], + [ + "']", + ")." + ], + [ + "'", + "])." + ], + [ + "-05", + "," + ], + [ + "-0", + "5," + ], + [ + "-", + "05," + ], + [ + "▁imp", + "ose" + ], + [ + "▁im", + "pose" + ], + [ + "▁Ident", + "ificação" + ], + [ + "bra", + "te" + ], + [ + "br", + "ate" + ], + [ + "b", + "rate" + ], + [ + "▁apo", + "rt" + ], + [ + "▁ap", + "ort" + ], + [ + "▁a", + "port" + ], + [ + "▁af", + "ora" + ], + [ + "▁clear", + "er" + ], + [ + "▁testemunho", + "s" + ], + [ + "▁testemun", + "hos" + ], + [ + "▁reconcil", + "iação" + ], + [ + "▁ST", + "A" + ], + [ + "▁S", + "TA" + ], + [ + "▁", + "STA" + ], + [ + "▁computation", + "s" + ], + [ + "▁comput", + "ations" + ], + [ + "▁Pin", + "t" + ], + [ + "▁Pi", + "nt" + ], + [ + "▁P", + "int" + ], + [ + "▁desf", + "ile" + ], + [ + "▁des", + "file" + ], + [ + "▁relax", + "ed" + ], + [ + "▁dam", + "s" + ], + [ + "▁da", + "ms" + ], + [ + "▁d", + "ams" + ], + [ + "par", + "ency" + ], + [ + "pa", + "rency" + ], + [ + "▁10.0", + "00" + ], + [ + "▁10.", + "000" + ], + [ + "▁10", + ".000" + ], + [ + "▁1", + "0.000" + ], + [ + "▁jud", + "ici" + ], + [ + "▁sister", + "s" + ], + [ + "▁sist", + "ers" + ], + [ + "▁si", + "sters" + ], + [ + "▁s", + "isters" + ], + [ + "3,", + "4" + ], + [ + "3", + ",4" + ], + [ + "-1)", + "," + ], + [ + "-1", + ")," + ], + [ + "-", + "1)," + ], + [ + "cor", + "p" + ], + [ + "co", + "rp" + ], + [ + "▁<", + "*>" + ], + [ + "▁engan", + "ar" + ], + [ + "▁enga", + "nar" + ], + [ + "▁ocorrido", + "s" + ], + [ + "▁ocorr", + "idos" + ], + [ + "min", + "imum" + ], + [ + "filter", + "ed" + ], + [ + "fil", + "tered" + ], + [ + "▁R", + "oraima" + ], + [ + "▁invest", + "e" + ], + [ + "▁inv", + "este" + ], + [ + "▁axiom", + "s" + ], + [ + "▁axi", + "oms" + ], + [ + "▁Reduc", + "tion" + ], + [ + "▁Red", + "uction" + ], + [ + "▁Re", + "duction" + ], + [ + "▁EDU", + "C" + ], + [ + "▁ED", + "UC" + ], + [ + "▁exterior", + "es" + ], + [ + "▁ex", + "teriores" + ], + [ + "opia", + "n" + ], + [ + "op", + "ian" + ], + [ + "▁Cruz", + "eiro" + ], + [ + "▁cont", + "enção" + ], + [ + "▁con", + "tenção" + ], + [ + "▁Leaders", + "hip" + ], + [ + "▁Lead", + "ership" + ], + [ + "into", + "m" + ], + [ + "int", + "om" + ], + [ + "in", + "tom" + ], + [ + "▁astr", + "o" + ], + [ + "▁ast", + "ro" + ], + [ + "▁as", + "tro" + ], + [ + "▁a", + "stro" + ], + [ + "▁", + "astro" + ], + [ + "Rece", + "iver" + ], + [ + "▁marx", + "ista" + ], + [ + "▁consiste", + "m" + ], + [ + "▁consist", + "em" + ], + [ + "▁cons", + "istem" + ], + [ + "▁nou", + "r" + ], + [ + "▁no", + "ur" + ], + [ + "▁n", + "our" + ], + [ + "0,0,", + "1000," + ], + [ + "▁ignor", + "ance" + ], + [ + "▁compartilh", + "e" + ], + [ + "▁compart", + "ilhe" + ], + [ + "▁Doctor", + "s" + ], + [ + "▁Do", + "ctors" + ], + [ + "Hor", + "izontal" + ], + [ + "▁to", + "e" + ], + [ + "▁t", + "oe" + ], + [ + "idad", + "o" + ], + [ + "ida", + "do" + ], + [ + "id", + "ado" + ], + [ + "▁NO", + "VA" + ], + [ + "▁in", + "separ" + ], + [ + "▁atac", + "a" + ], + [ + "▁ata", + "ca" + ], + [ + "▁at", + "aca" + ], + [ + "▁bubble", + "s" + ], + [ + "▁bub", + "bles" + ], + [ + "▁un", + "conscious" + ], + [ + "BER", + "T" + ], + [ + "BE", + "RT" + ], + [ + "B", + "ERT" + ], + [ + "oro", + "n" + ], + [ + "or", + "on" + ], + [ + "o", + "ron" + ], + [ + "ari", + "to" + ], + [ + "ar", + "ito" + ], + [ + "a", + "rito" + ], + [ + "▁TR", + "E" + ], + [ + "▁T", + "RE" + ], + [ + "▁1947", + "," + ], + [ + "▁194", + "7," + ], + [ + "▁19", + "47," + ], + [ + "▁derram", + "e" + ], + [ + "▁derr", + "ame" + ], + [ + "amp", + "ed" + ], + [ + "am", + "ped" + ], + [ + "▁Ca", + "c" + ], + [ + "▁C", + "ac" + ], + [ + "▁Look", + "up" + ], + [ + "▁", + "Lookup" + ], + [ + "▁Vis", + "ible" + ], + [ + "▁", + "Visible" + ], + [ + "▁despe", + "sa" + ], + [ + "▁desp", + "esa" + ], + [ + "▁monument", + "s" + ], + [ + "▁mon", + "uments" + ], + [ + "=\"", + "0" + ], + [ + "h", + "z" + ], + [ + "▁ind", + "ig" + ], + [ + "▁in", + "dig" + ], + [ + "▁cache", + "d" + ], + [ + "▁cach", + "ed" + ], + [ + "▁cac", + "hed" + ], + [ + "▁ca", + "ched" + ], + [ + "▁c", + "ached" + ], + [ + "▁", + "cached" + ], + [ + "27", + "2" + ], + [ + "2", + "72" + ], + [ + "▁1-", + "1" + ], + [ + "▁1", + "-1" + ], + [ + "▁", + "1-1" + ], + [ + "▁Vo", + "y" + ], + [ + "▁V", + "oy" + ], + [ + "▁super", + "a" + ], + [ + "▁sup", + "era" + ], + [ + "▁su", + "pera" + ], + [ + "positor", + "ies" + ], + [ + "posit", + "ories" + ], + [ + "▁cac", + "t" + ], + [ + "▁ca", + "ct" + ], + [ + "▁c", + "act" + ], + [ + "▁fragil", + "e" + ], + [ + "▁frag", + "ile" + ], + [ + "▁receb", + "ia" + ], + [ + "▁rece", + "bia" + ], + [ + "cs", + "r" + ], + [ + "c", + "sr" + ], + [ + "▁hostil", + "e" + ], + [ + "▁host", + "ile" + ], + [ + "▁notion", + "s" + ], + [ + "▁not", + "ions" + ], + [ + "▁n", + "otions" + ], + [ + "▁inclu", + "ídas" + ], + [ + "▁implementation", + "s" + ], + [ + "▁implement", + "ations" + ], + [ + "Le", + "af" + ], + [ + "finish", + "ed" + ], + [ + "fin", + "ished" + ], + [ + "▁quer", + "ida" + ], + [ + "Sample", + "s" + ], + [ + "S", + "amples" + ], + [ + "bear", + "ing" + ], + [ + "be", + "aring" + ], + [ + "b", + "earing" + ], + [ + "constant", + "s" + ], + [ + "const", + "ants" + ], + [ + "▁250", + "0" + ], + [ + "▁25", + "00" + ], + [ + "▁2", + "500" + ], + [ + "▁Cons", + "el" + ], + [ + "▁Con", + "sel" + ], + [ + "▁dete", + "nt" + ], + [ + "▁det", + "ent" + ], + [ + "▁de", + "tent" + ], + [ + "▁pern", + "ambuc" + ], + [ + "▁c", + "ibern" + ], + [ + "▁V", + "ancouver" + ], + [ + "▁cicl", + "istas" + ], + [ + "▁ouv", + "inte" + ], + [ + "▁minor", + "ities" + ], + [ + "▁polar", + "es" + ], + [ + "▁pol", + "ares" + ], + [ + "▁controlada", + "s" + ], + [ + "▁controla", + "das" + ], + [ + "▁control", + "adas" + ], + [ + "▁assent", + "amento" + ], + [ + "▁ath", + "lete" + ], + [ + "sha", + "r" + ], + [ + "sh", + "ar" + ], + [ + "s", + "har" + ], + [ + "▁Kr", + "ishna" + ], + [ + "▁ten", + "nis" + ], + [ + "▁t", + "ennis" + ], + [ + "▁menciona", + "da" + ], + [ + "▁mencion", + "ada" + ], + [ + "▁quick", + "er" + ], + [ + "▁sala", + "da" + ], + [ + "▁sal", + "ada" + ], + [ + "▁parab", + "éns" + ], + [ + "▁music", + "ians" + ], + [ + "▁mus", + "icians" + ], + [ + "▁SP", + "I" + ], + [ + "▁S", + "PI" + ], + [ + "▁sur", + "real" + ], + [ + "▁monitor", + "s" + ], + [ + "▁mon", + "itors" + ], + [ + "/", + ";" + ], + [ + "2,", + "'" + ], + [ + "2", + ",'" + ], + [ + "▁))", + "." + ], + [ + "▁)", + ")." + ], + [ + "▁", + "))." + ], + [ + "▁SO", + "S" + ], + [ + "▁S", + "OS" + ], + [ + "▁", + "SOS" + ], + [ + "▁000", + "1" + ], + [ + "▁00", + "01" + ], + [ + "▁0", + "001" + ], + [ + "▁", + "0001" + ], + [ + "▁leito", + "s" + ], + [ + "▁lei", + "tos" + ], + [ + "▁le", + "itos" + ], + [ + "▁b", + "ureauc" + ], + [ + "abs", + "tract" + ], + [ + "ab", + "stract" + ], + [ + "▁coorden", + "ar" + ], + [ + "▁coord", + "enar" + ], + [ + "Arch", + "ive" + ], + [ + "onia", + "is" + ], + [ + "oni", + "ais" + ], + [ + "on", + "iais" + ], + [ + "▁Ad", + "mir" + ], + [ + "▁cc", + "all" + ], + [ + "▁c", + "call" + ], + [ + "▁lack", + "s" + ], + [ + "▁lac", + "ks" + ], + [ + "▁l", + "acks" + ], + [ + "▁amplo", + "s" + ], + [ + "▁ampl", + "os" + ], + [ + "▁amp", + "los" + ], + [ + "▁am", + "plos" + ], + [ + "▁Hun", + "gria" + ], + [ + "CONN", + "ECTION" + ], + [ + "▁Sequence", + "s" + ], + [ + "▁Sequ", + "ences" + ], + [ + "▁protetor", + "es" + ], + [ + "▁protet", + "ores" + ], + [ + "▁freqü", + "ente" + ], + [ + "sa", + "m" + ], + [ + "s", + "am" + ], + [ + "MM", + "MM" + ], + [ + "▁un", + "g" + ], + [ + "▁u", + "ng" + ], + [ + "▁", + "ung" + ], + [ + "He", + "ap" + ], + [ + "Un", + "icode" + ], + [ + "▁Johann", + "es" + ], + [ + "▁brows", + "ing" + ], + [ + "▁Ob", + "j" + ], + [ + "▁", + "Obj" + ], + [ + "▁mar", + "row" + ], + [ + "▁m", + "arrow" + ], + [ + "▁rec", + "al" + ], + [ + "▁re", + "cal" + ], + [ + "▁archive", + "s" + ], + [ + "▁arch", + "ives" + ], + [ + "▁question", + "naire" + ], + [ + "▁mot", + "oc" + ], + [ + "▁mo", + "toc" + ], + [ + "▁ileg", + "ais" + ], + [ + "▁F", + "ifth" + ], + [ + "N", + "atural" + ], + [ + "record", + "s" + ], + [ + "rec", + "ords" + ], + [ + "▁purs", + "uing" + ], + [ + "▁additional", + "ly" + ], + [ + "▁addition", + "ally" + ], + [ + "▁addit", + "ionally" + ], + [ + "pas", + "t" + ], + [ + "pa", + "st" + ], + [ + "p", + "ast" + ], + [ + "wi", + "ld" + ], + [ + "w", + "ild" + ], + [ + "▁integrada", + "s" + ], + [ + "▁integra", + "das" + ], + [ + "▁integr", + "adas" + ], + [ + "▁integ", + "radas" + ], + [ + "▁colabora", + "dor" + ], + [ + "▁colabor", + "ador" + ], + [ + "rp", + "c" + ], + [ + "r", + "pc" + ], + [ + "▁ass", + "édio" + ], + [ + "▁divor", + "ce" + ], + [ + "▁j", + "is" + ], + [ + "▁esportivo", + "s" + ], + [ + "▁esport", + "ivos" + ], + [ + "mina", + "s" + ], + [ + "min", + "as" + ], + [ + "mi", + "nas" + ], + [ + "m", + "inas" + ], + [ + "▁jun", + "k" + ], + [ + "▁ju", + "nk" + ], + [ + "▁j", + "unk" + ], + [ + "q", + "i" + ], + [ + "▁PO", + "DE" + ], + [ + "▁Genetic", + "s" + ], + [ + "▁Gene", + "tics" + ], + [ + "▁Gen", + "etics" + ], + [ + "▁alérgica", + "s" + ], + [ + "▁alér", + "gicas" + ], + [ + "▁des", + "n" + ], + [ + "▁de", + "sn" + ], + [ + "^2", + "\\" + ], + [ + "^", + "2\\" + ], + [ + "▁Power", + "s" + ], + [ + "▁Pow", + "ers" + ], + [ + "▁inconsist", + "ent" + ], + [ + "▁incons", + "istent" + ], + [ + "Qu", + "ick" + ], + [ + "38", + "0" + ], + [ + "3", + "80" + ], + [ + "di", + "c" + ], + [ + "d", + "ic" + ], + [ + "air", + "y" + ], + [ + "ai", + "ry" + ], + [ + "a", + "iry" + ], + [ + "▁convic", + "ções" + ], + [ + "ij", + "k" + ], + [ + "i", + "jk" + ], + [ + "▁20", + "8" + ], + [ + "▁2", + "08" + ], + [ + "▁", + "208" + ], + [ + "▁Categ", + "ories" + ], + [ + "▁net", + "s" + ], + [ + "▁ne", + "ts" + ], + [ + "▁n", + "ets" + ], + [ + "▁2015", + ")." + ], + [ + "▁201", + "5)." + ], + [ + "▁democr", + "at" + ], + [ + "▁democ", + "rat" + ], + [ + "multi", + "ple" + ], + [ + "mult", + "iple" + ], + [ + "▁butter", + "flies" + ], + [ + "/1", + "/" + ], + [ + "/", + "1/" + ], + [ + "▁lan", + "ce" + ], + [ + "▁l", + "ance" + ], + [ + "▁birth", + "s" + ], + [ + "▁bir", + "ths" + ], + [ + "▁constr", + "ained" + ], + [ + "▁const", + "rained" + ], + [ + "▁cons", + "trained" + ], + [ + "▁Pir", + "ac" + ], + [ + "▁Pi", + "rac" + ], + [ + "▁P", + "irac" + ], + [ + "▁queijo", + "s" + ], + [ + "▁que", + "ijos" + ], + [ + "▁assemelh", + "a" + ], + [ + "▁assem", + "elha" + ], + [ + "▁cultural", + "mente" + ], + [ + "▁in", + "us" + ], + [ + "▁", + "inus" + ], + [ + "▁cicatriz", + "ação" + ], + [ + "▁i", + "y" + ], + [ + "▁", + "iy" + ], + [ + "▁Surg", + "e" + ], + [ + "▁Sur", + "ge" + ], + [ + "▁incor", + "reta" + ], + [ + "an", + "us" + ], + [ + "hl", + "js" + ], + [ + "ass", + "um" + ], + [ + "as", + "sum" + ], + [ + "▁pie", + "d" + ], + [ + "▁pi", + "ed" + ], + [ + "▁p", + "ied" + ], + [ + "▁trap", + "s" + ], + [ + "▁tra", + "ps" + ], + [ + "▁tr", + "aps" + ], + [ + "▁t", + "raps" + ], + [ + "▁", + "traps" + ], + [ + "▁orquíde", + "as" + ], + [ + "du", + "a" + ], + [ + "d", + "ua" + ], + [ + "▁INTER", + "FACE" + ], + [ + "▁Z", + "h" + ], + [ + "UI", + "NT" + ], + [ + "U", + "INT" + ], + [ + "▁Dan", + "ish" + ], + [ + "K", + "L" + ], + [ + "▁descobri", + "mos" + ], + [ + "▁descob", + "rimos" + ], + [ + "tru", + "nc" + ], + [ + "tr", + "unc" + ], + [ + "▁fer", + "o" + ], + [ + "▁fe", + "ro" + ], + [ + "▁f", + "ero" + ], + [ + "Number", + "Of" + ], + [ + "▁Pil", + "ates" + ], + [ + "▁adv", + "ancing" + ], + [ + "▁psic", + "oterapia" + ], + [ + "(\"", + "-" + ], + [ + "Instance", + "s" + ], + [ + "Inst", + "ances" + ], + [ + "▁luminos", + "a" + ], + [ + "▁lumin", + "osa" + ], + [ + "▁pratic", + "ando" + ], + [ + "▁prat", + "icando" + ], + [ + "▁Cha", + "l" + ], + [ + "▁Ch", + "al" + ], + [ + "▁C", + "hal" + ], + [ + "▁political", + "ly" + ], + [ + "▁polit", + "ically" + ], + [ + "▁poli", + "tically" + ], + [ + "▁acabam", + "os" + ], + [ + "▁acaba", + "mos" + ], + [ + "▁acab", + "amos" + ], + [ + "▁cent", + "r" + ], + [ + "▁cen", + "tr" + ], + [ + "▁c", + "entr" + ], + [ + "▁Green", + "land" + ], + [ + "▁assemble", + "ia" + ], + [ + "▁ass", + "embleia" + ], + [ + "Ba", + "g" + ], + [ + "B", + "ag" + ], + [ + "▁instal", + "ou" + ], + [ + "▁2", + "\\" + ], + [ + "▁", + "2\\" + ], + [ + "cli", + "m" + ], + [ + "cl", + "im" + ], + [ + "c", + "lim" + ], + [ + "}}", + "" + ], + [ + "▁---", + "@" + ], + [ + "▁La", + "unch" + ], + [ + "▁", + "Launch" + ], + [ + "▁pól", + "o" + ], + [ + "▁pó", + "lo" + ], + [ + "▁toler", + "ate" + ], + [ + "▁tol", + "erate" + ], + [ + "▁abandono", + "u" + ], + [ + "▁abandon", + "ou" + ], + [ + "▁interpreta", + "do" + ], + [ + "▁interpret", + "ado" + ], + [ + "▁PED", + "AG" + ], + [ + "\"))", + ")" + ], + [ + "\")", + "))" + ], + [ + "\"", + ")))" + ], + [ + "anic", + "al" + ], + [ + "ani", + "cal" + ], + [ + "an", + "ical" + ], + [ + "met", + "h" + ], + [ + "me", + "th" + ], + [ + "m", + "eth" + ], + [ + "▁dot", + "ado" + ], + [ + "ôm", + "en" + ], + [ + "ô", + "men" + ], + [ + "▁rec", + "ípro" + ], + [ + "om", + "us" + ], + [ + "o", + "mus" + ], + [ + "}}", + "_{" + ], + [ + "}", + "}_{" + ], + [ + "▁31", + "/" + ], + [ + "▁3", + "1/" + ], + [ + "▁acarret", + "a" + ], + [ + "▁acarre", + "ta" + ], + [ + "▁acar", + "reta" + ], + [ + "▁colon", + "izadores" + ], + [ + "Sm", + "ith" + ], + [ + "▁Ans", + "i" + ], + [ + "▁An", + "si" + ], + [ + "▁", + "Ansi" + ], + [ + "PRE", + "S" + ], + [ + "PR", + "ES" + ], + [ + "P", + "RES" + ], + [ + "31", + "0" + ], + [ + "3", + "10" + ], + [ + "fl", + "ash" + ], + [ + "VICE", + "S" + ], + [ + "VIC", + "ES" + ], + [ + "VI", + "CES" + ], + [ + "▁gen", + "ial" + ], + [ + "Desc", + "ribe" + ], + [ + "De", + "scribe" + ], + [ + "ga", + "ther" + ], + [ + "g", + "ather" + ], + [ + "▁bod", + "ily" + ], + [ + "▁stroke", + "s" + ], + [ + "▁stro", + "kes" + ], + [ + "▁str", + "okes" + ], + [ + "▁bi", + "ography" + ], + [ + "▁Ok", + "ay" + ], + [ + "▁con", + "gru" + ], + [ + "open", + "zeppelin" + ], + [ + "so", + "il" + ], + [ + "35", + "1" + ], + [ + "3", + "51" + ], + [ + "▁recomenda", + "m" + ], + [ + "▁recomend", + "am" + ], + [ + "▁Anth", + "rop" + ], + [ + "▁An", + "throp" + ], + [ + "▁Memória", + "s" + ], + [ + "▁Mem", + "órias" + ], + [ + "▁#", + "6" + ], + [ + "▁metr", + "ô" + ], + [ + "▁Hum", + "ber" + ], + [ + "▁H", + "umber" + ], + [ + "▁Mark", + "ov" + ], + [ + "▁Mar", + "kov" + ], + [ + "▁Sk", + "etch" + ], + [ + "▁S", + "ketch" + ], + [ + "▁ub", + "iqu" + ], + [ + "▁ro", + "edores" + ], + [ + "plor", + "er" + ], + [ + "plo", + "rer" + ], + [ + "▁execut", + "ing" + ], + [ + "▁altern", + "ativo" + ], + [ + "earch", + "ed" + ], + [ + "ear", + "ched" + ], + [ + "e", + "arched" + ], + [ + "▁LOG", + "ICAL" + ], + [ + "▁busca", + "va" + ], + [ + "▁busc", + "ava" + ], + [ + "▁emit", + "ida" + ], + [ + "▁inclu", + "ía" + ], + [ + "▁aliança", + "s" + ], + [ + "▁ali", + "anças" + ], + [ + "▁al", + "ianças" + ], + [ + "▁Mont", + "gomery" + ], + [ + "voc", + "ê" + ], + [ + "v", + "ocê" + ], + [ + "▁constat", + "a" + ], + [ + "▁consta", + "ta" + ], + [ + "▁const", + "ata" + ], + [ + "▁con", + "stata" + ], + [ + "ibil", + "ização" + ], + [ + "ib", + "ilização" + ], + [ + "▁umb", + "il" + ], + [ + "▁um", + "bil" + ], + [ + "▁analis", + "ta" + ], + [ + "▁anal", + "ista" + ], + [ + "FE", + "T" + ], + [ + "F", + "ET" + ], + [ + "▁skip", + "ped" + ], + [ + "▁realizam", + "os" + ], + [ + "▁realiza", + "mos" + ], + [ + "▁realiz", + "amos" + ], + [ + "▁real", + "izamos" + ], + [ + "▁permutation", + "s" + ], + [ + "▁permut", + "ations" + ], + [ + "▁suport", + "a" + ], + [ + "▁supor", + "ta" + ], + [ + "▁sup", + "orta" + ], + [ + "▁paradox", + "o" + ], + [ + "▁parado", + "xo" + ], + [ + "wa", + "v" + ], + [ + "w", + "av" + ], + [ + "ín", + "dr" + ], + [ + "▁Tu", + "p" + ], + [ + "▁T", + "up" + ], + [ + "**(-1", + ")" + ], + [ + "**", + "(-1)" + ], + [ + "▁citation", + "s" + ], + [ + "▁cit", + "ations" + ], + [ + "▁c", + "itations" + ], + [ + "▁bias", + "es" + ], + [ + "▁bi", + "ases" + ], + [ + "▁paulista", + "s" + ], + [ + "▁paul", + "istas" + ], + [ + "▁mic", + "ronutri" + ], + [ + "▁01", + "." + ], + [ + "▁0", + "1." + ], + [ + "▁", + "01." + ], + [ + "▁SM", + "S" + ], + [ + "▁S", + "MS" + ], + [ + "▁Lac", + "t" + ], + [ + "▁La", + "ct" + ], + [ + "▁L", + "act" + ], + [ + "berg", + "er" + ], + [ + "ber", + "ger" + ], + [ + "▁maqu", + "ia" + ], + [ + "▁ma", + "quia" + ], + [ + "')", + "<" + ], + [ + "'", + ")<" + ], + [ + "▁desv", + "endar" + ], + [ + "Cont", + "ributed" + ], + [ + "▁Lem", + "os" + ], + [ + "▁Le", + "mos" + ], + [ + "▁L", + "emos" + ], + [ + "bor", + "ough" + ], + [ + "bo", + "rough" + ], + [ + "▁autos", + "s" + ], + [ + "▁auto", + "ss" + ], + [ + "▁aut", + "oss" + ], + [ + "Tree", + "Node" + ], + [ + "▁Transl", + "ation" + ], + [ + "▁Trans", + "lation" + ], + [ + "tee", + "s" + ], + [ + "te", + "es" + ], + [ + "t", + "ees" + ], + [ + "▁DI", + "F" + ], + [ + "▁D", + "IF" + ], + [ + "▁10.", + "0" + ], + [ + "▁10", + ".0" + ], + [ + "▁1", + "0.0" + ], + [ + "▁Cla", + "ud" + ], + [ + "▁Cl", + "aud" + ], + [ + "▁Invest", + "ment" + ], + [ + "▁Tit", + "o" + ], + [ + "▁Ti", + "to" + ], + [ + "▁T", + "ito" + ], + [ + "▁enc", + "rypt" + ], + [ + "▁crypt", + "o" + ], + [ + "▁cryp", + "to" + ], + [ + "▁cry", + "pto" + ], + [ + "▁c", + "rypto" + ], + [ + "▁", + "crypto" + ], + [ + "▁preci", + "osas" + ], + [ + "▁prec", + "iosas" + ], + [ + "▁pre", + "ciosas" + ], + [ + "▁south", + "west" + ], + [ + "▁presum", + "ably" + ], + [ + "▁juda", + "ísmo" + ], + [ + "▁IN", + "NER" + ], + [ + "▁verm", + "es" + ], + [ + "▁ver", + "mes" + ], + [ + "▁co", + "exist" + ], + [ + "06", + "8" + ], + [ + "0", + "68" + ], + [ + "to", + "o" + ], + [ + "t", + "oo" + ], + [ + "▁(19", + "87" + ], + [ + "▁tomate", + "s" + ], + [ + "▁toma", + "tes" + ], + [ + "▁tom", + "ates" + ], + [ + "▁to", + "mates" + ], + [ + "▁Carol", + "ine" + ], + [ + "▁Car", + "oline" + ], + [ + "▁ret", + "ângulo" + ], + [ + "▁infraestrutura", + "s" + ], + [ + "▁infra", + "estruturas" + ], + [ + "-03", + "," + ], + [ + "-0", + "3," + ], + [ + "-", + "03," + ], + [ + "yr", + "oid" + ], + [ + "y", + "roid" + ], + [ + "ol", + "ítico" + ], + [ + "▁bet", + "ting" + ], + [ + "000", + "3" + ], + [ + "00", + "03" + ], + [ + "0", + "003" + ], + [ + "▁san", + "it" + ], + [ + "▁sa", + "nit" + ], + [ + "▁proton", + "s" + ], + [ + "▁proto", + "ns" + ], + [ + "▁prot", + "ons" + ], + [ + "▁pro", + "tons" + ], + [ + "▁emocional", + "mente" + ], + [ + "▁emocion", + "almente" + ], + [ + "▁??", + "?" + ], + [ + "▁?", + "??" + ], + [ + "▁", + "???" + ], + [ + "mov", + "ie" + ], + [ + "▁espir", + "al" + ], + [ + "▁esp", + "iral" + ], + [ + "▁decode", + "r" + ], + [ + "▁dec", + "oder" + ], + [ + "▁controla", + "m" + ], + [ + "▁control", + "am" + ], + [ + "▁contro", + "lam" + ], + [ + "▁scatter", + "ing" + ], + [ + "▁gi", + "b" + ], + [ + "▁g", + "ib" + ], + [ + "▁anuncia", + "do" + ], + [ + "▁anunci", + "ado" + ], + [ + "▁Cons", + "ci" + ], + [ + "▁Con", + "sci" + ], + [ + "ata", + "do" + ], + [ + "at", + "ado" + ], + [ + "Bus", + "iness" + ], + [ + "▁pronta", + "mente" + ], + [ + "▁pront", + "amente" + ], + [ + "▁pron", + "tamente" + ], + [ + "tr", + "óf" + ], + [ + "t", + "róf" + ], + [ + "Am", + "p" + ], + [ + "A", + "mp" + ], + [ + "▁Est", + "ablish" + ], + [ + "úst", + "ica" + ], + [ + "ús", + "tica" + ], + [ + "ú", + "stica" + ], + [ + "▁departamento", + "s" + ], + [ + "▁depart", + "amentos" + ], + [ + "ST", + "D" + ], + [ + "S", + "TD" + ], + [ + "▁Sto", + "rm" + ], + [ + "▁St", + "orm" + ], + [ + "quinho", + "s" + ], + [ + "quin", + "hos" + ], + [ + "qu", + "inhos" + ], + [ + "▁cerimônia", + "s" + ], + [ + "▁cerim", + "ônias" + ], + [ + "▁freqüente", + "s" + ], + [ + "▁freqü", + "entes" + ], + [ + "ste", + "m" + ], + [ + "st", + "em" + ], + [ + "s", + "tem" + ], + [ + "...)", + "," + ], + [ + "...", + ")," + ], + [ + "..", + ".)," + ], + [ + "▁5.", + "1" + ], + [ + "▁5", + ".1" + ], + [ + "uni", + "sta" + ], + [ + "un", + "ista" + ], + [ + "▁Capac", + "ity" + ], + [ + "▁Cap", + "acity" + ], + [ + "▁", + "Capacity" + ], + [ + "▁Horiz", + "ontal" + ], + [ + "▁Hor", + "izontal" + ], + [ + "▁", + "Horizontal" + ], + [ + "▁'2015-", + "05-28" + ], + [ + "292", + "9" + ], + [ + "29", + "29" + ], + [ + "▁coher", + "ent" + ], + [ + "▁desord", + "en" + ], + [ + "▁metall", + "ic" + ], + [ + "▁metal", + "lic" + ], + [ + "▁confirm", + "ou" + ], + [ + "▁Capac", + "idade" + ], + [ + "▁Cap", + "acidade" + ], + [ + "inite", + "ly" + ], + [ + "init", + "ely" + ], + [ + "▁circula", + "ting" + ], + [ + "▁circul", + "ating" + ], + [ + "▁circ", + "ulating" + ], + [ + "▁xml", + "ns" + ], + [ + "▁compr", + "ising" + ], + [ + "▁com", + "prising" + ], + [ + "▁Bo", + "u" + ], + [ + "▁B", + "ou" + ], + [ + "▁Fin", + "ite" + ], + [ + "▁F", + "inite" + ], + [ + "quis", + "ição" + ], + [ + "▁jard", + "ine" + ], + [ + "change", + "s" + ], + [ + "chan", + "ges" + ], + [ + "ch", + "anges" + ], + [ + "▁força", + "da" + ], + [ + "▁for", + "çada" + ], + [ + "_1", + "3" + ], + [ + "_", + "13" + ], + [ + "▁ta", + "tu" + ], + [ + "▁t", + "atu" + ], + [ + "ES", + "E" + ], + [ + "E", + "SE" + ], + [ + "▁Angle", + "s" + ], + [ + "▁Ang", + "les" + ], + [ + "▁An", + "gles" + ], + [ + "({", + "\\" + ], + [ + "(", + "{\\" + ], + [ + "Ma", + "is" + ], + [ + "M", + "ais" + ], + [ + "feitura", + "s" + ], + [ + "fe", + "ituras" + ], + [ + "26", + "2" + ], + [ + "2", + "62" + ], + [ + "vi", + "z" + ], + [ + "v", + "iz" + ], + [ + "▁As", + "i" + ], + [ + "▁A", + "si" + ], + [ + "Ar", + "ticle" + ], + [ + "▁Cheg", + "ou" + ], + [ + "▁expect", + "ing" + ], + [ + "ífer", + "a" + ], + [ + "íf", + "era" + ], + [ + "í", + "fera" + ], + [ + "▁kill", + "er" + ], + [ + "▁kil", + "ler" + ], + [ + "▁k", + "iller" + ], + [ + "▁pl", + "uv" + ], + [ + "▁exist", + "indo" + ], + [ + "38", + "1" + ], + [ + "3", + "81" + ], + [ + "jor", + "nal" + ], + [ + "j", + "ornal" + ], + [ + "▁orth", + "od" + ], + [ + "▁ort", + "hod" + ], + [ + "▁top", + "ological" + ], + [ + "▁Uni", + "x" + ], + [ + "▁Un", + "ix" + ], + [ + "Back", + "up" + ], + [ + "▁Il", + "umin" + ], + [ + "▁end", + "urance" + ], + [ + "▁conduz", + "em" + ], + [ + "▁Aplic", + "ações" + ], + [ + "▁A", + "plicações" + ], + [ + "▁nutrit", + "ious" + ], + [ + "prop", + "ag" + ], + [ + "pro", + "pag" + ], + [ + "▁des", + "informação" + ], + [ + "96", + "5" + ], + [ + "9", + "65" + ], + [ + "prim", + "ento" + ], + [ + "pri", + "mento" + ], + [ + "pr", + "imento" + ], + [ + "p", + "rimento" + ], + [ + "zz", + "le" + ], + [ + "▁C", + "ór" + ], + [ + "▁mim", + "ic" + ], + [ + "▁mi", + "mic" + ], + [ + "▁Per", + "fil" + ], + [ + "▁funcion", + "ou" + ], + [ + "▁Le", + "d" + ], + [ + "▁L", + "ed" + ], + [ + "▁Cál", + "culo" + ], + [ + "▁rid", + "ge" + ], + [ + "▁r", + "idge" + ], + [ + "▁", + "ridge" + ], + [ + "So", + "ft" + ], + [ + "S", + "oft" + ], + [ + ")}", + "$" + ], + [ + ")", + "}$" + ], + [ + "▁1}", + "," + ], + [ + "▁1", + "}," + ], + [ + "▁inter", + "change" + ], + [ + "10", + "(" + ], + [ + "1", + "0(" + ], + [ + "▁sta", + "l" + ], + [ + "▁st", + "al" + ], + [ + "▁s", + "tal" + ], + [ + "▁intr", + "ins" + ], + [ + "wn", + "d" + ], + [ + "w", + "nd" + ], + [ + "C", + "apture" + ], + [ + "98", + "," + ], + [ + "9", + "8," + ], + [ + "<<", + "14" + ], + [ + "▁Rh", + "od" + ], + [ + "▁R", + "hod" + ], + [ + "▁Dec", + "re" + ], + [ + "▁De", + "cre" + ], + [ + "▁Jama", + "ica" + ], + [ + "▁abo", + "ard" + ], + [ + "▁a", + "board" + ], + [ + "▁Reduz", + "ir" + ], + [ + "▁Re", + "duzir" + ], + [ + "gs", + "t" + ], + [ + "g", + "st" + ], + [ + "▁pá", + "ra" + ], + [ + "-3", + "6" + ], + [ + "-", + "36" + ], + [ + "▁19", + "11" + ], + [ + "Cor", + "r" + ], + [ + "Co", + "rr" + ], + [ + "C", + "orr" + ], + [ + "▁ide", + "ológico" + ], + [ + "▁especifica", + "ções" + ], + [ + "▁especific", + "ações" + ], + [ + "▁espec", + "ificações" + ], + [ + "▁comet", + "a" + ], + [ + "▁come", + "ta" + ], + [ + "▁com", + "eta" + ], + [ + "▁co", + "meta" + ], + [ + "▁Margar", + "ida" + ], + [ + "▁barato", + "s" + ], + [ + "▁bar", + "atos" + ], + [ + "▁rec", + "ifes" + ], + [ + "▁dissemin", + "ar" + ], + [ + "▁dissem", + "inar" + ], + [ + "at", + "z" + ], + [ + "a", + "tz" + ], + [ + "▁PL", + "A" + ], + [ + "▁P", + "LA" + ], + [ + "▁sign", + "o" + ], + [ + "▁sig", + "no" + ], + [ + "▁all", + "iance" + ], + [ + "▁al", + "liance" + ], + [ + "var", + "char" + ], + [ + "v", + "archar" + ], + [ + "▁fra", + "ções" + ], + [ + "▁fr", + "ações" + ], + [ + "▁f", + "rações" + ], + [ + "▁framework", + "s" + ], + [ + "▁frame", + "works" + ], + [ + "▁seal", + "s" + ], + [ + "▁sea", + "ls" + ], + [ + "▁se", + "als" + ], + [ + "▁Sáb", + "ado" + ], + [ + "▁coordinate", + "d" + ], + [ + "▁coord", + "inated" + ], + [ + "▁OPT", + "IONAL" + ], + [ + "▁discover", + "ing" + ], + [ + "▁Radi", + "cal" + ], + [ + "▁Rad", + "ical" + ], + [ + "▁north", + "west" + ], + [ + "090", + "9" + ], + [ + "09", + "09" + ], + [ + "▁Ma", + "o" + ], + [ + "▁M", + "ao" + ], + [ + "▁vizinh", + "a" + ], + [ + "▁viz", + "inha" + ], + [ + "▁vi", + "zinha" + ], + [ + "▁evita", + "dos" + ], + [ + "▁ev", + "itados" + ], + [ + "ENC", + "I" + ], + [ + "EN", + "CI" + ], + [ + "contr", + "ar" + ], + [ + "cont", + "rar" + ], + [ + "con", + "trar" + ], + [ + "▁Liber", + "t" + ], + [ + "▁Lib", + "ert" + ], + [ + "▁Li", + "bert" + ], + [ + "▁elastic", + "idade" + ], + [ + "77", + ")" + ], + [ + "7", + "7)" + ], + [ + "▁S", + "weet" + ], + [ + "arna", + "ção" + ], + [ + "arn", + "ação" + ], + [ + "/2", + "1" + ], + [ + "/", + "21" + ], + [ + "▁Ac", + "ima" + ], + [ + "▁detr", + "itos" + ], + [ + "▁det", + "ritos" + ], + [ + "R", + "uss" + ], + [ + "▁appeal", + "ing" + ], + [ + "▁appe", + "aling" + ], + [ + "iction", + "aries" + ], + [ + "▁Optim", + "ization" + ], + [ + "▁justifica", + "tion" + ], + [ + "▁justific", + "ation" + ], + [ + "▁just", + "ification" + ], + [ + "atica", + "is" + ], + [ + "atic", + "ais" + ], + [ + "at", + "icais" + ], + [ + "д", + "о" + ], + [ + "id", + "f" + ], + [ + "i", + "df" + ], + [ + "dom", + "in" + ], + [ + "do", + "min" + ], + [ + "d", + "omin" + ], + [ + "▁impar", + "t" + ], + [ + "▁imp", + "art" + ], + [ + "▁im", + "part" + ], + [ + "▁spend", + "er" + ], + [ + "▁sp", + "ender" + ], + [ + "▁", + "spender" + ], + [ + "▁att", + "en" + ], + [ + "▁at", + "ten" + ], + [ + "▁1999", + ")." + ], + [ + "▁199", + "9)." + ], + [ + "▁trato", + "u" + ], + [ + "▁trat", + "ou" + ], + [ + "art", + "ifact" + ], + [ + "▁ende", + "mic" + ], + [ + "▁end", + "emic" + ], + [ + "▁silenci", + "osa" + ], + [ + "Am", + "b" + ], + [ + "A", + "mb" + ], + [ + "▁Categ", + "oria" + ], + [ + "▁incorpor", + "ado" + ], + [ + "32)", + "," + ], + [ + "32", + ")," + ], + [ + "3", + "2)," + ], + [ + "jp", + "eg" + ], + [ + "j", + "peg" + ], + [ + "As", + "String" + ], + [ + "▁chlor", + "ine" + ], + [ + "▁manifesto", + "u" + ], + [ + "▁manifest", + "ou" + ], + [ + "▁fortal", + "ecendo" + ], + [ + "▁Nossa", + "s" + ], + [ + "▁N", + "ossas" + ], + [ + "▁Align", + "ment" + ], + [ + "▁Al", + "ignment" + ], + [ + "▁", + "Alignment" + ], + [ + "2.", + "6" + ], + [ + "2", + ".6" + ], + [ + "A", + "ux" + ], + [ + "▁La", + "k" + ], + [ + "▁L", + "ak" + ], + [ + "▁can", + "o" + ], + [ + "▁ca", + "no" + ], + [ + "▁c", + "ano" + ], + [ + "▁", + "cano" + ], + [ + "▁mud", + "e" + ], + [ + "▁mu", + "de" + ], + [ + "▁m", + "ude" + ], + [ + "(7", + "," + ], + [ + "(", + "7," + ], + [ + "mi", + "es" + ], + [ + "m", + "ies" + ], + [ + "ran", + "te" + ], + [ + "r", + "ante" + ], + [ + "▁Bon", + "s" + ], + [ + "▁Bo", + "ns" + ], + [ + "▁B", + "ons" + ], + [ + "Key", + "board" + ], + [ + "▁motion", + "s" + ], + [ + "▁mot", + "ions" + ], + [ + "▁m", + "otions" + ], + [ + "▁Lu", + "b" + ], + [ + "▁L", + "ub" + ], + [ + "▁300", + "," + ], + [ + "▁30", + "0," + ], + [ + "▁3", + "00," + ], + [ + "▁act", + "o" + ], + [ + "▁ac", + "to" + ], + [ + "▁", + "acto" + ], + [ + "▁agree", + "s" + ], + [ + "▁agre", + "es" + ], + [ + "▁agr", + "ees" + ], + [ + "▁a", + "grees" + ], + [ + "'", + "-" + ], + [ + ",", + "4" + ], + [ + "▁sert", + "ane" + ], + [ + "num", + "er" + ], + [ + "nu", + "mer" + ], + [ + "n", + "umer" + ], + [ + "lin", + "alg" + ], + [ + "l", + "inalg" + ], + [ + "▁ater", + "ro" + ], + [ + "▁predis", + "posição" + ], + [ + "GI", + "S" + ], + [ + "G", + "IS" + ], + [ + "▁'{", + "}" + ], + [ + "▁'", + "{}" + ], + [ + "▁ai", + "l" + ], + [ + "▁a", + "il" + ], + [ + "▁", + "ail" + ], + [ + "onom", + "ic" + ], + [ + "ono", + "mic" + ], + [ + "on", + "omic" + ], + [ + "▁F", + "IRST" + ], + [ + "▁Ib", + "er" + ], + [ + "▁I", + "ber" + ], + [ + "▁1918", + "," + ], + [ + "▁19", + "18," + ], + [ + "aden", + "tes" + ], + [ + "ad", + "entes" + ], + [ + "▁B", + "árbara" + ], + [ + "▁ser", + "iedade" + ], + [ + "▁P", + "neum" + ], + [ + "▁SP", + "ECIAL" + ], + [ + "▁magazine", + "s" + ], + [ + "▁mag", + "azines" + ], + [ + "}", + "&" + ], + [ + "▁My", + "st" + ], + [ + "▁M", + "yst" + ], + [ + "▁Publish", + "er" + ], + [ + "▁Pub", + "lisher" + ], + [ + "Po", + "t" + ], + [ + "P", + "ot" + ], + [ + "}[1]", + "{\\" + ], + [ + "Un", + "signed" + ], + [ + "▁land", + "mark" + ], + [ + "▁suspens", + "ion" + ], + [ + "▁susp", + "ension" + ], + [ + "hin", + "t" + ], + [ + "hi", + "nt" + ], + [ + "h", + "int" + ], + [ + "▁Gene", + "bra" + ], + [ + "▁Gen", + "ebra" + ], + [ + "▁perdida", + "s" + ], + [ + "▁perd", + "idas" + ], + [ + "(\"$", + "{" + ], + [ + "(\"", + "${" + ], + [ + "▁Att", + "ribution" + ], + [ + "17)", + "." + ], + [ + "17", + ")." + ], + [ + "1", + "7)." + ], + [ + "HEAD", + "ER" + ], + [ + "HE", + "ADER" + ], + [ + "▁Ether", + "net" + ], + [ + "▁absor", + "vida" + ], + [ + "▁Jenn", + "ifer" + ], + [ + "▁coag", + "ulação" + ], + [ + "▁constitui", + "u" + ], + [ + "▁constitu", + "iu" + ], + [ + "▁count", + "r" + ], + [ + "▁coun", + "tr" + ], + [ + "▁feminista", + "s" + ], + [ + "▁femin", + "istas" + ], + [ + "▁Gu", + "l" + ], + [ + "▁G", + "ul" + ], + [ + "▁trad", + "uções" + ], + [ + "▁ced", + "er" + ], + [ + "▁ce", + "der" + ], + [ + "▁c", + "eder" + ], + [ + "▁", + "Êxodo" + ], + [ + "▁Sert", + "ão" + ], + [ + "▁squ", + "ir" + ], + [ + "▁sq", + "uir" + ], + [ + "▁s", + "quir" + ], + [ + "▁viv", + "id" + ], + [ + "▁vi", + "vid" + ], + [ + "▁v", + "ivid" + ], + [ + "▁sew", + "age" + ], + [ + "▁Escrit", + "a" + ], + [ + "▁Esc", + "rita" + ], + [ + "▁arch", + "e" + ], + [ + "▁arc", + "he" + ], + [ + "▁ar", + "che" + ], + [ + "▁Data", + "set" + ], + [ + "▁D", + "ataset" + ], + [ + "▁", + "Dataset" + ], + [ + "▁disadvant", + "age" + ], + [ + "▁miser", + "ic" + ], + [ + "▁mis", + "eric" + ], + [ + "ok", + "u" + ], + [ + "o", + "ku" + ], + [ + "Project", + "s" + ], + [ + "▁depender", + "á" + ], + [ + "asse", + "r" + ], + [ + "ass", + "er" + ], + [ + "as", + "ser" + ], + [ + "▁Bi", + "an" + ], + [ + "▁B", + "ian" + ], + [ + "cli", + "n" + ], + [ + "cl", + "in" + ], + [ + "c", + "lin" + ], + [ + "Arr", + "ow" + ], + [ + "Ar", + "row" + ], + [ + "▁recom", + "e" + ], + [ + "▁rec", + "ome" + ], + [ + "▁re", + "come" + ], + [ + "▁cin", + "ética" + ], + [ + "ex", + "act" + ], + [ + "▁sho", + "e" + ], + [ + "▁sh", + "oe" + ], + [ + "▁s", + "hoe" + ], + [ + "▁Aer", + "on" + ], + [ + "▁A", + "eron" + ], + [ + "▁Util", + "ização" + ], + [ + "▁Z", + "imb" + ], + [ + "common", + "s" + ], + [ + "comm", + "ons" + ], + [ + "com", + "mons" + ], + [ + "ifique", + "m" + ], + [ + "ifi", + "quem" + ], + [ + "if", + "iquem" + ], + [ + "▁divers", + "a" + ], + [ + "▁diver", + "sa" + ], + [ + "▁di", + "versa" + ], + [ + "▁poesia", + "s" + ], + [ + "▁po", + "esias" + ], + [ + "▁compreh", + "end" + ], + [ + "▁:", + "," + ], + [ + "▁(10", + "," + ], + [ + "▁(1", + "0," + ], + [ + "▁(", + "10," + ], + [ + "▁", + "(10," + ], + [ + "X", + "T" + ], + [ + "▁Ga", + "ia" + ], + [ + "▁4", + "]" + ], + [ + "▁", + "4]" + ], + [ + "ás", + "ia" + ], + [ + "á", + "sia" + ], + [ + "▁Ib", + "n" + ], + [ + "▁I", + "bn" + ], + [ + "▁Ab", + "ert" + ], + [ + "▁A", + "bert" + ], + [ + "▁tor", + "ced" + ], + [ + "▁predict", + "s" + ], + [ + "▁predic", + "ts" + ], + [ + "▁parenthes", + "es" + ], + [ + "1.", + "9" + ], + [ + "1", + ".9" + ], + [ + "Join", + "t" + ], + [ + "Jo", + "int" + ], + [ + "J", + "oint" + ], + [ + ":", + "{" + ], + [ + "ada", + "y" + ], + [ + "ad", + "ay" + ], + [ + "a", + "day" + ], + [ + "▁agro", + "ec" + ], + [ + "izam", + "ento" + ], + [ + "iza", + "mento" + ], + [ + "iz", + "amento" + ], + [ + "▁inn", + "ocent" + ], + [ + "▁cigar", + "ette" + ], + [ + "▁Mas", + "k" + ], + [ + "▁Ma", + "sk" + ], + [ + "▁M", + "ask" + ], + [ + "▁", + "Mask" + ], + [ + "1.", + "8" + ], + [ + "1", + ".8" + ], + [ + "▁local", + "s" + ], + [ + "▁loc", + "als" + ], + [ + "▁nome", + "ação" + ], + [ + "▁rat", + "o" + ], + [ + "▁ra", + "to" + ], + [ + "▁r", + "ato" + ], + [ + "▁", + "rato" + ], + [ + "back", + "up" + ], + [ + "▁ac", + "lam" + ], + [ + "▁a", + "clam" + ], + [ + "▁Shape", + "s" + ], + [ + "▁Sha", + "pes" + ], + [ + "▁Sh", + "apes" + ], + [ + "▁magnet", + "s" + ], + [ + "▁magn", + "ets" + ], + [ + "▁servir", + "am" + ], + [ + "▁servi", + "ram" + ], + [ + "▁serv", + "iram" + ], + [ + "DD", + "D" + ], + [ + "D", + "DD" + ], + [ + "iab", + "il" + ], + [ + "ia", + "bil" + ], + [ + "i", + "abil" + ], + [ + "▁19", + "12" + ], + [ + "▁Part", + "s" + ], + [ + "▁Par", + "ts" + ], + [ + "▁P", + "arts" + ], + [ + "▁cr", + "ônico" + ], + [ + "▁Gene", + "va" + ], + [ + "▁cript", + "ografia" + ], + [ + "B", + "s" + ], + [ + "pi", + "e" + ], + [ + "p", + "ie" + ], + [ + "operat", + "ive" + ], + [ + "oper", + "ative" + ], + [ + "Jo", + "s" + ], + [ + "J", + "os" + ], + [ + "▁Pro", + "xy" + ], + [ + "▁", + "Proxy" + ], + [ + "▁circul", + "a" + ], + [ + "▁circ", + "ula" + ], + [ + "▁cir", + "cula" + ], + [ + "▁Hypoth", + "esis" + ], + [ + "▁ze", + "lo" + ], + [ + "▁z", + "elo" + ], + [ + "▁ec", + "zema" + ], + [ + "Link", + "ed" + ], + [ + "Lin", + "ked" + ], + [ + "▁lanche", + "s" + ], + [ + "▁lan", + "ches" + ], + [ + "ome", + "x" + ], + [ + "om", + "ex" + ], + [ + "▁sa", + "uce" + ], + [ + "▁Conta", + "s" + ], + [ + "▁Cont", + "as" + ], + [ + "▁Con", + "tas" + ], + [ + "▁Write", + "r" + ], + [ + "▁Writ", + "er" + ], + [ + "▁W", + "riter" + ], + [ + "▁", + "Writer" + ], + [ + "▁Charl", + "otte" + ], + [ + "▁attack", + "ing" + ], + [ + "\">", + "{{" + ], + [ + "\"", + ">{{" + ], + [ + "▁cat", + "h" + ], + [ + "▁ca", + "th" + ], + [ + "▁c", + "ath" + ], + [ + "▁allevi", + "ate" + ], + [ + "▁descend", + "ing" + ], + [ + "▁desc", + "ending" + ], + [ + "uss", + "els" + ], + [ + "▁bias", + "ed" + ], + [ + "▁bi", + "ased" + ], + [ + "▁confort", + "áveis" + ], + [ + "ard", + "e" + ], + [ + "ar", + "de" + ], + [ + "▁Dia", + "l" + ], + [ + "▁Di", + "al" + ], + [ + "▁D", + "ial" + ], + [ + "21", + "-" + ], + [ + "2", + "1-" + ], + [ + "▁snack", + "s" + ], + [ + "▁sn", + "acks" + ], + [ + "▁áp", + "ice" + ], + [ + "PRO", + "PERT" + ], + [ + "▁remot", + "as" + ], + [ + "▁remo", + "tas" + ], + [ + "▁rem", + "otas" + ], + [ + "▁pensar", + "mos" + ], + [ + "▁pens", + "armos" + ], + [ + "▁recebida", + "s" + ], + [ + "▁receb", + "idas" + ], + [ + "▁CON", + "HEC" + ], + [ + "▁divulg", + "ou" + ], + [ + "▁liderado", + "s" + ], + [ + "▁lider", + "ados" + ], + [ + "▁h", + "s" + ], + [ + "▁", + "hs" + ], + [ + "pto", + "c" + ], + [ + "pt", + "oc" + ], + [ + "p", + "toc" + ], + [ + "esca", + "pe" + ], + [ + "esc", + "ape" + ], + [ + "e", + "scape" + ], + [ + "▁gu", + "ilt" + ], + [ + "▁val", + "ia" + ], + [ + "▁va", + "lia" + ], + [ + "▁v", + "alia" + ], + [ + "▁furn", + "ished" + ], + [ + "assertEqual", + "s" + ], + [ + "assert", + "Equals" + ], + [ + "no", + "r" + ], + [ + "n", + "or" + ], + [ + "▁J", + "C" + ], + [ + "oc", + "êntr" + ], + [ + "▁Ex", + "cept" + ], + [ + "▁38", + "4" + ], + [ + "▁3", + "84" + ], + [ + "▁", + "384" + ], + [ + "▁Err", + "Stat" + ], + [ + "▁", + "ErrStat" + ], + [ + "▁deslig", + "ar" + ], + [ + "▁desl", + "igar" + ], + [ + "▁prospect", + "ive" + ], + [ + "ply", + "r" + ], + [ + "pl", + "yr" + ], + [ + "▁Have", + "r" + ], + [ + "▁Hav", + "er" + ], + [ + "▁Ha", + "ver" + ], + [ + "▁H", + "aver" + ], + [ + "▁host", + "ing" + ], + [ + "▁mandíb", + "ula" + ], + [ + "ços", + "a" + ], + [ + "ço", + "sa" + ], + [ + "ç", + "osa" + ], + [ + "▁Met", + "ric" + ], + [ + "▁M", + "etric" + ], + [ + "▁", + "Metric" + ], + [ + "C", + "tr" + ], + [ + "H", + "om" + ], + [ + "(4)", + ":" + ], + [ + "(4", + "):" + ], + [ + "gest", + "er" + ], + [ + "ges", + "ter" + ], + [ + "ge", + "ster" + ], + [ + "g", + "ester" + ], + [ + "R", + "ing" + ], + [ + "Man", + "ifest" + ], + [ + "▁capt", + "uring" + ], + [ + "Fore", + "ign" + ], + [ + "▁Lud", + "wig" + ], + [ + "▁soc", + "cer" + ], + [ + "▁Ce", + "d" + ], + [ + "▁C", + "ed" + ], + [ + "▁Vo", + "z" + ], + [ + "▁V", + "oz" + ], + [ + "▁transmite", + "m" + ], + [ + "▁transmit", + "em" + ], + [ + "▁transm", + "item" + ], + [ + "Compan", + "y" + ], + [ + "Comp", + "any" + ], + [ + "▁agrad", + "a" + ], + [ + "▁agr", + "ada" + ], + [ + "▁ag", + "rada" + ], + [ + "▁Aur", + "élio" + ], + [ + "▁deform", + "ation" + ], + [ + "▁de", + "formation" + ], + [ + "▁app", + "r" + ], + [ + "▁ap", + "pr" + ], + [ + "▁am", + "id" + ], + [ + "▁a", + "mid" + ], + [ + "▁SUB", + "ST" + ], + [ + "Err", + "Stat" + ], + [ + "▁ab", + "and" + ], + [ + "▁a", + "band" + ], + [ + "Let", + "ter" + ], + [ + "▁mas", + "car" + ], + [ + "▁ma", + "scar" + ], + [ + "▁pronome", + "s" + ], + [ + "▁pron", + "omes" + ], + [ + "▁pr", + "onomes" + ], + [ + "▁partnership", + "s" + ], + [ + "▁partners", + "hips" + ], + [ + "▁partner", + "ships" + ], + [ + "▁BE", + "N" + ], + [ + "▁B", + "EN" + ], + [ + "hu", + "n" + ], + [ + "h", + "un" + ], + [ + "▁afirma", + "va" + ], + [ + "▁afirm", + "ava" + ], + [ + "▁exig", + "ente" + ], + [ + "▁subsc", + "ribe" + ], + [ + "▁sub", + "scribe" + ], + [ + "▁", + "subscribe" + ], + [ + "xl", + "im" + ], + [ + "x", + "lim" + ], + [ + "ela", + "do" + ], + [ + "el", + "ado" + ], + [ + "e", + "lado" + ], + [ + "▁hol", + "istic" + ], + [ + "▁mentira", + "s" + ], + [ + "▁ment", + "iras" + ], + [ + "▁ocasion", + "ar" + ], + [ + "▁ocas", + "ionar" + ], + [ + "ind", + "e" + ], + [ + "in", + "de" + ], + [ + "▁defend", + "ida" + ], + [ + "▁def", + "endida" + ], + [ + "▁assess", + "oria" + ], + [ + "W", + "as" + ], + [ + "arm", + "s" + ], + [ + "ar", + "ms" + ], + [ + "nea", + "s" + ], + [ + "ne", + "as" + ], + [ + "n", + "eas" + ], + [ + "Sch", + "ool" + ], + [ + "S", + "chool" + ], + [ + "íf", + "ilis" + ], + [ + "▁spar", + "e" + ], + [ + "▁sp", + "are" + ], + [ + "▁s", + "pare" + ], + [ + "▁derivada", + "s" + ], + [ + "▁deriva", + "das" + ], + [ + "▁deriv", + "adas" + ], + [ + "▁0.1", + "4" + ], + [ + "▁0.", + "14" + ], + [ + "▁0", + ".14" + ], + [ + "▁Neb", + "raska" + ], + [ + "▁paras", + "ite" + ], + [ + "▁para", + "site" + ], + [ + "▁es", + "oph" + ], + [ + "▁Colon", + "el" + ], + [ + "▁Enter", + "prise" + ], + [ + "▁Cust", + "o" + ], + [ + "▁Cu", + "sto" + ], + [ + "▁C", + "usto" + ], + [ + "▁protest", + "ante" + ], + [ + "1", + "|" + ], + [ + "assem", + "bly" + ], + [ + "ass", + "embly" + ], + [ + "▁desenvolva", + "m" + ], + [ + "▁desenvolv", + "am" + ], + [ + "▁desenvol", + "vam" + ], + [ + "▁0.0", + "3" + ], + [ + "▁0.", + "03" + ], + [ + "ULAR", + "ES" + ], + [ + "ULA", + "RES" + ], + [ + "UL", + "ARES" + ], + [ + "▁correlation", + "s" + ], + [ + "▁correl", + "ations" + ], + [ + "▁cor", + "relations" + ], + [ + "Responder", + "Excluir" + ], + [ + "▁green", + "s" + ], + [ + "▁gre", + "ens" + ], + [ + "▁ras", + "p" + ], + [ + "▁ra", + "sp" + ], + [ + "▁r", + "asp" + ], + [ + "▁Te", + "t" + ], + [ + "▁T", + "et" + ], + [ + "▁pend", + "ulum" + ], + [ + "▁diretor", + "ia" + ], + [ + "▁direto", + "ria" + ], + [ + "▁diret", + "oria" + ], + [ + "enz", + "o" + ], + [ + "en", + "zo" + ], + [ + "▁trans", + "b" + ], + [ + "▁tran", + "sb" + ], + [ + "▁Grow", + "ing" + ], + [ + "▁Gro", + "wing" + ], + [ + "▁Gr", + "owing" + ], + [ + "obo", + "s" + ], + [ + "ob", + "os" + ], + [ + "o", + "bos" + ], + [ + "Lar", + "ge" + ], + [ + "е", + "р" + ], + [ + "▁en", + "ig" + ], + [ + "▁monitor", + "es" + ], + [ + "▁mon", + "itores" + ], + [ + "▁CM", + "P" + ], + [ + "▁C", + "MP" + ], + [ + "▁", + "CMP" + ], + [ + "▁acus", + "ações" + ], + [ + "ERR", + "U" + ], + [ + "ER", + "RU" + ], + [ + "▁amea", + "ç" + ], + [ + "▁causador", + "es" + ], + [ + "▁causado", + "res" + ], + [ + "▁caus", + "adores" + ], + [ + "▁{", + "[" + ], + [ + "▁merc", + "y" + ], + [ + "▁mer", + "cy" + ], + [ + "▁firme", + "s" + ], + [ + "▁firm", + "es" + ], + [ + "▁fir", + "mes" + ], + [ + "▁Brit", + "ann" + ], + [ + "▁min", + "ério" + ], + [ + "▁\"", + "&" + ], + [ + "▁amb", + "igu" + ], + [ + "'", + "<" + ], + [ + "0\"", + "," + ], + [ + "0", + "\"," + ], + [ + "▁Am", + "apá" + ], + [ + "▁In", + "gles" + ], + [ + "TH", + "ON" + ], + [ + "▁Dis", + "p" + ], + [ + "▁Di", + "sp" + ], + [ + "▁D", + "isp" + ], + [ + "▁err", + "ar" + ], + [ + "▁er", + "rar" + ], + [ + "▁Where", + "as" + ], + [ + "▁Whe", + "reas" + ], + [ + "▁check", + "Cuda" + ], + [ + "OR", + "N" + ], + [ + "O", + "RN" + ], + [ + "Comp", + "ile" + ], + [ + "▁engineer", + "ed" + ], + [ + "▁engine", + "ered" + ], + [ + "▁memor", + "ização" + ], + [ + "▁", + "ψ" + ], + [ + "Wh", + "o" + ], + [ + "W", + "ho" + ], + [ + "▁mat", + "ing" + ], + [ + "▁ma", + "ting" + ], + [ + "▁m", + "ating" + ], + [ + "▁lu", + "i" + ], + [ + "▁l", + "ui" + ], + [ + "atic", + "a" + ], + [ + "ati", + "ca" + ], + [ + "at", + "ica" + ], + [ + "a", + "tica" + ], + [ + "▁Lin", + "g" + ], + [ + "▁Li", + "ng" + ], + [ + "▁L", + "ing" + ], + [ + "▁Cad", + "erno" + ], + [ + "▁Shop", + "ping" + ], + [ + "▁Sho", + "pping" + ], + [ + ">", + "`" + ], + [ + "ab", + "ra" + ], + [ + "a", + "bra" + ], + [ + "pac", + "e" + ], + [ + "pa", + "ce" + ], + [ + "p", + "ace" + ], + [ + "▁sick", + "ness" + ], + [ + "▁s", + "ickness" + ], + [ + "▁Pin", + "k" + ], + [ + "▁Pi", + "nk" + ], + [ + "▁P", + "ink" + ], + [ + "▁read", + "able" + ], + [ + "math", + "frak" + ], + [ + "▁contrário", + "s" + ], + [ + "▁contr", + "ários" + ], + [ + "3,", + "3," + ], + [ + "▁robot", + "ic" + ], + [ + "▁rob", + "otic" + ], + [ + "▁celebra", + "da" + ], + [ + "▁celebr", + "ada" + ], + [ + "▁celeb", + "rada" + ], + [ + "▁persegu", + "ições" + ], + [ + "OM", + "E" + ], + [ + "O", + "ME" + ], + [ + "arian", + "a" + ], + [ + "aria", + "na" + ], + [ + "ari", + "ana" + ], + [ + "ar", + "iana" + ], + [ + "▁abaste", + "cer" + ], + [ + "▁provocado", + "s" + ], + [ + "▁provoca", + "dos" + ], + [ + "▁provoc", + "ados" + ], + [ + "▁prov", + "ocados" + ], + [ + "got", + "o" + ], + [ + "go", + "to" + ], + [ + "g", + "oto" + ], + [ + "▁bus", + "es" + ], + [ + "▁bu", + "ses" + ], + [ + "▁b", + "uses" + ], + [ + "Un", + "marshal" + ], + [ + "▁pen", + "ínsula" + ], + [ + "Event", + "Handler" + ], + [ + "▁cens", + "o" + ], + [ + "▁cen", + "so" + ], + [ + "▁c", + "enso" + ], + [ + "▁S", + "G" + ], + [ + "▁", + "SG" + ], + [ + "▁в", + "ы" + ], + [ + "▁convid", + "ou" + ], + [ + "ples", + "s" + ], + [ + "ple", + "ss" + ], + [ + "pl", + "ess" + ], + [ + "p", + "less" + ], + [ + "lav", + "ery" + ], + [ + "la", + "very" + ], + [ + "▁'../", + "../" + ], + [ + "▁'", + "../../" + ], + [ + "▁Fou", + "cault" + ], + [ + "integr", + "ação" + ], + [ + "inte", + "gração" + ], + [ + "▁Sl", + "ope" + ], + [ + "+1)", + "," + ], + [ + "+1", + ")," + ], + [ + "+", + "1)," + ], + [ + "Dem", + "o" + ], + [ + "De", + "mo" + ], + [ + "D", + "emo" + ], + [ + "▁Ass", + "untos" + ], + [ + "▁Valid", + "ate" + ], + [ + "▁Val", + "idate" + ], + [ + "▁", + "Validate" + ], + [ + "▁Prov", + "is" + ], + [ + "▁Pro", + "vis" + ], + [ + "▁cuid", + "ando" + ], + [ + "▁crescer", + "am" + ], + [ + "▁cresce", + "ram" + ], + [ + "▁cresc", + "eram" + ], + [ + "▁soci", + "ólogo" + ], + [ + "aj", + "ax" + ], + [ + "a", + "jax" + ], + [ + "▁P", + "átria" + ], + [ + "▁borrow", + "ed" + ], + [ + "sq", + "u" + ], + [ + "s", + "qu" + ], + [ + "▁hero", + "es" + ], + [ + "▁her", + "oes" + ], + [ + "▁respond", + "a" + ], + [ + "▁resp", + "onda" + ], + [ + "▁PI", + "N" + ], + [ + "▁P", + "IN" + ], + [ + "▁", + "PIN" + ], + [ + "▁fabric", + "ados" + ], + [ + "▁170", + "0" + ], + [ + "▁17", + "00" + ], + [ + "▁1", + "700" + ], + [ + "▁Diet", + "a" + ], + [ + "▁Die", + "ta" + ], + [ + "▁Di", + "eta" + ], + [ + "cm", + "s" + ], + [ + "c", + "ms" + ], + [ + "▁amen", + "d" + ], + [ + "▁ame", + "nd" + ], + [ + "▁am", + "end" + ], + [ + "▁coach", + "ing" + ], + [ + "▁co", + "aching" + ], + [ + "▁arque", + "ológicos" + ], + [ + "+1", + "0" + ], + [ + "+", + "10" + ], + [ + "▁sup", + "osta" + ], + [ + "▁su", + "posta" + ], + [ + "▁legisl", + "ador" + ], + [ + "с", + "и" + ], + [ + "NT", + "H" + ], + [ + "N", + "TH" + ], + [ + "▁Grav", + "ity" + ], + [ + "0.5", + "," + ], + [ + "0.", + "5," + ], + [ + "gada", + "s" + ], + [ + "ga", + "das" + ], + [ + "g", + "adas" + ], + [ + "▁terrem", + "oto" + ], + [ + "▁muscul", + "ação" + ], + [ + "F", + "d" + ], + [ + "▁Lut", + "a" + ], + [ + "▁Lu", + "ta" + ], + [ + "▁L", + "uta" + ], + [ + "040", + "103" + ], + [ + "04", + "0103" + ], + [ + "▁demor", + "ou" + ], + [ + "▁demo", + "rou" + ], + [ + "▁sib", + "lings" + ], + [ + "▁lith", + "ium" + ], + [ + "{2", + "}" + ], + [ + "{", + "2}" + ], + [ + "fail", + "ure" + ], + [ + "f", + "ailure" + ], + [ + "▁resol", + "vi" + ], + [ + "565", + "6" + ], + [ + "56", + "56" + ], + [ + "5", + "656" + ], + [ + "▁where", + "in" + ], + [ + "▁cat", + "olicismo" + ], + [ + "▁chama", + "s" + ], + [ + "▁cham", + "as" + ], + [ + "▁cha", + "mas" + ], + [ + "▁ch", + "amas" + ], + [ + "rece", + "ived" + ], + [ + ".4", + "." + ], + [ + ".", + "4." + ], + [ + "▁\"\\", + "\\" + ], + [ + "▁\"", + "\\\\" + ], + [ + "▁20", + "6" + ], + [ + "▁2", + "06" + ], + [ + "▁", + "206" + ], + [ + "▁Br", + "un" + ], + [ + "▁B", + "run" + ], + [ + "▁Greg", + "or" + ], + [ + "▁sonora", + "s" + ], + [ + "▁sono", + "ras" + ], + [ + "▁son", + "oras" + ], + [ + "▁burgu", + "esa" + ], + [ + "▁55", + "%" + ], + [ + "▁5", + "5%" + ], + [ + "▁LI", + "ST" + ], + [ + "▁L", + "IST" + ], + [ + "▁", + "LIST" + ], + [ + "angel", + "o" + ], + [ + "ange", + "lo" + ], + [ + "ang", + "elo" + ], + [ + "sh", + "ield" + ], + [ + "▁deve", + "dor" + ], + [ + "▁dev", + "edor" + ], + [ + "▁astronom", + "ical" + ], + [ + "▁Web", + "b" + ], + [ + "▁We", + "bb" + ], + [ + "▁estat", + "ura" + ], + [ + "▁est", + "atura" + ], + [ + "▁med", + "ievais" + ], + [ + "▁Kle", + "in" + ], + [ + "▁Kl", + "ein" + ], + [ + "ple", + "asant" + ], + [ + "inflam", + "atórios" + ], + [ + "▁esp", + "éc" + ], + [ + "▁errada", + "s" + ], + [ + "▁err", + "adas" + ], + [ + "▁er", + "radas" + ], + [ + "▁deform", + "ação" + ], + [ + "▁de", + "formação" + ], + [ + "▁cap", + "im" + ], + [ + "▁dorm", + "indo" + ], + [ + "▁O", + "A" + ], + [ + "▁", + "OA" + ], + [ + "MPL", + "E" + ], + [ + "MP", + "LE" + ], + [ + "▁P", + "ipeline" + ], + [ + "▁", + "Pipeline" + ], + [ + "▁grav", + "ações" + ], + [ + "▁sed", + "a" + ], + [ + "▁se", + "da" + ], + [ + "▁s", + "eda" + ], + [ + "▁bes", + "ide" + ], + [ + "▁be", + "side" + ], + [ + "vare", + "s" + ], + [ + "var", + "es" + ], + [ + "va", + "res" + ], + [ + "v", + "ares" + ], + [ + "▁den", + "ot" + ], + [ + "▁de", + "not" + ], + [ + "▁roub", + "ar" + ], + [ + "▁2.", + "9" + ], + [ + "▁2", + ".9" + ], + [ + "▁", + "2.9" + ], + [ + "onco", + "s" + ], + [ + "on", + "cos" + ], + [ + "▁pert", + "ur" + ], + [ + "▁per", + "tur" + ], + [ + "▁linguística", + "s" + ], + [ + "▁lingu", + "ísticas" + ], + [ + "▁Nan", + "cy" + ], + [ + "▁N", + "ancy" + ], + [ + "▁referido", + "s" + ], + [ + "▁refer", + "idos" + ], + [ + "▁discut", + "indo" + ], + [ + "▁Farm", + "ac" + ], + [ + "▁Far", + "mac" + ], + [ + "ah", + "u" + ], + [ + "a", + "hu" + ], + [ + "▁Du", + "l" + ], + [ + "▁D", + "ul" + ], + [ + "▁satur", + "ation" + ], + [ + "▁sat", + "uration" + ], + [ + "▁1,", + "6" + ], + [ + "▁desaparece", + "u" + ], + [ + "▁desapar", + "eceu" + ], + [ + "▁desap", + "areceu" + ], + [ + "▁imperial", + "ismo" + ], + [ + "fa", + "z" + ], + [ + "f", + "az" + ], + [ + "ANG", + "E" + ], + [ + "AN", + "GE" + ], + [ + "big", + "r" + ], + [ + "bi", + "gr" + ], + [ + "b", + "igr" + ], + [ + "▁cór", + "nea" + ], + [ + "▁alcanç", + "ando" + ], + [ + "▁net", + "o" + ], + [ + "▁ne", + "to" + ], + [ + "▁n", + "eto" + ], + [ + "▁encerra", + "r" + ], + [ + "▁encer", + "rar" + ], + [ + "B", + "X" + ], + [ + "man", + "aged" + ], + [ + "▁Tom", + "ar" + ], + [ + "▁To", + "mar" + ], + [ + "▁T", + "omar" + ], + [ + "▁cad", + "áver" + ], + [ + "▁desconhec", + "imento" + ], + [ + "▁descon", + "hecimento" + ], + [ + "06", + "2" + ], + [ + "0", + "62" + ], + [ + "TICA", + "S" + ], + [ + "TIC", + "AS" + ], + [ + "T", + "ICAS" + ], + [ + "▁pump", + "ing" + ], + [ + "▁p", + "umping" + ], + [ + "▁Cond", + "ições" + ], + [ + "▁Esp", + "iritual" + ], + [ + "sl", + "ope" + ], + [ + "▁TEC", + "NO" + ], + [ + "▁perceb", + "endo" + ], + [ + "▁Fol", + "d" + ], + [ + "▁Fo", + "ld" + ], + [ + "▁F", + "old" + ], + [ + "▁", + "Fold" + ], + [ + "▁mostr", + "e" + ], + [ + "▁most", + "re" + ], + [ + "▁mos", + "tre" + ], + [ + "▁Resp", + "ond" + ], + [ + "▁reg", + "r" + ], + [ + "▁re", + "gr" + ], + [ + "▁agar", + "r" + ], + [ + "▁ag", + "arr" + ], + [ + "▁Irm", + "ãos" + ], + [ + "nel", + "s" + ], + [ + "ne", + "ls" + ], + [ + "n", + "els" + ], + [ + "ele", + "za" + ], + [ + "el", + "eza" + ], + [ + "▁sw", + "ift" + ], + [ + "▁fort", + "une" + ], + [ + "▁Int", + "r" + ], + [ + "▁In", + "tr" + ], + [ + "▁Oper", + "ações" + ], + [ + "ga", + "e" + ], + [ + "g", + "ae" + ], + [ + "▁Ga", + "d" + ], + [ + "▁G", + "ad" + ], + [ + "usa", + "ble" + ], + [ + "us", + "able" + ], + [ + "▁carbohydr", + "ate" + ], + [ + "Si", + "n" + ], + [ + "S", + "in" + ], + [ + "▁Pel", + "e" + ], + [ + "▁Pe", + "le" + ], + [ + "▁P", + "ele" + ], + [ + "▁bar", + "n" + ], + [ + "▁ba", + "rn" + ], + [ + "▁b", + "arn" + ], + [ + "▁Ethi", + "cs" + ], + [ + "▁Eth", + "ics" + ], + [ + "Q", + "A" + ], + [ + "▁", + "Ô" + ], + [ + "▁Incl", + "us" + ], + [ + "▁In", + "clus" + ], + [ + "Ext", + "ended" + ], + [ + "Spec", + "ific" + ], + [ + "▁revol", + "v" + ], + [ + "▁re", + "volv" + ], + [ + "▁movido", + "s" + ], + [ + "▁mov", + "idos" + ], + [ + "▁mo", + "vidos" + ], + [ + "▁N", + "ACIONAL" + ], + [ + "▁impressionante", + "s" + ], + [ + "▁impression", + "antes" + ], + [ + "aton", + "a" + ], + [ + "ato", + "na" + ], + [ + "at", + "ona" + ], + [ + "▁Hor", + "m" + ], + [ + "▁Ho", + "rm" + ], + [ + "▁H", + "orm" + ], + [ + "▁wr", + "ist" + ], + [ + "▁w", + "rist" + ], + [ + "▁4.", + "3" + ], + [ + "▁4", + ".3" + ], + [ + "▁absor", + "vido" + ], + [ + "方", + "法" + ], + [ + "▁Empre", + "go" + ], + [ + "▁Emp", + "rego" + ], + [ + "▁Em", + "prego" + ], + [ + "▁promete", + "u" + ], + [ + "▁promet", + "eu" + ], + [ + "▁school", + "ing" + ], + [ + "▁Difer", + "entes" + ], + [ + "▁ret", + "in" + ], + [ + "▁WW", + "F" + ], + [ + "▁W", + "WF" + ], + [ + "▁fle", + "w" + ], + [ + "▁fl", + "ew" + ], + [ + "Go", + "ld" + ], + [ + "G", + "old" + ], + [ + "▁cat", + "iv" + ], + [ + "▁c", + "ativ" + ], + [ + "▁Bud", + "get" + ], + [ + "▁colabor", + "a" + ], + [ + "▁colab", + "ora" + ], + [ + "▁col", + "abora" + ], + [ + "▁cogum", + "elos" + ], + [ + "▁No", + "ite" + ], + [ + "lu", + "c" + ], + [ + "l", + "uc" + ], + [ + "k", + "afka" + ], + [ + "kar", + "y" + ], + [ + "ka", + "ry" + ], + [ + "k", + "ary" + ], + [ + "sp", + "awn" + ], + [ + "s", + "pawn" + ], + [ + "▁Last", + "ly" + ], + [ + "х", + "о" + ], + [ + "▁Sal", + "ão" + ], + [ + "Print", + "ln" + ], + [ + "▁cab", + "in" + ], + [ + "▁ca", + "bin" + ], + [ + "▁fan", + "cy" + ], + [ + "▁f", + "ancy" + ], + [ + "Min", + "imum" + ], + [ + "▁procura", + "va" + ], + [ + "▁procur", + "ava" + ], + [ + "▁jard", + "inagem" + ], + [ + "▁importa", + "ções" + ], + [ + "▁import", + "ações" + ], + [ + "▁impor", + "tações" + ], + [ + "}\\", + "," + ], + [ + "}", + "\\," + ], + [ + "T", + "oggle" + ], + [ + "▁reaf", + "irm" + ], + [ + "▁up", + "l" + ], + [ + "▁u", + "pl" + ], + [ + "▁De", + "uter" + ], + [ + "14)", + "." + ], + [ + "14", + ")." + ], + [ + "1", + "4)." + ], + [ + "▁par", + "á" + ], + [ + "▁p", + "ará" + ], + [ + "fonts", + "ize" + ], + [ + "font", + "size" + ], + [ + "▁autocon", + "fiança" + ], + [ + "M", + "id" + ], + [ + "▁An", + "jos" + ], + [ + "▁'/", + "/" + ], + [ + "▁'", + "//" + ], + [ + "▁TC", + "C" + ], + [ + "▁T", + "CC" + ], + [ + "▁Print", + "able" + ], + [ + "▁Prin", + "table" + ], + [ + ":", + ")" + ], + [ + "=3", + "01" + ], + [ + "=", + "301" + ], + [ + "▁gl", + "oves" + ], + [ + "▁74", + "," + ], + [ + "▁7", + "4," + ], + [ + "▁", + "74," + ], + [ + "▁crimin", + "oso" + ], + [ + "74", + "3" + ], + [ + "7", + "43" + ], + [ + "▁Sala", + "zar" + ], + [ + "▁Sal", + "azar" + ], + [ + "COL", + "L" + ], + [ + "CO", + "LL" + ], + [ + "▁absur", + "d" + ], + [ + "ere", + "f" + ], + [ + "er", + "ef" + ], + [ + "e", + "ref" + ], + [ + "▁al", + "ag" + ], + [ + "▁a", + "lag" + ], + [ + "▁tenta", + "do" + ], + [ + "▁tent", + "ado" + ], + [ + "▁evolut", + "iva" + ], + [ + "▁parent", + "ing" + ], + [ + "▁st", + "ochastic" + ], + [ + "▁especiar", + "ias" + ], + [ + "▁compre", + "ensível" + ], + [ + "REQ", + "UEST" + ], + [ + "▁Van", + "essa" + ], + [ + "▁TC", + "ustom" + ], + [ + "▁T", + "Custom" + ], + [ + "▁sacer", + "dócio" + ], + [ + "RU", + "N" + ], + [ + "R", + "UN" + ], + [ + "derive", + "d" + ], + [ + "der", + "ived" + ], + [ + "▁fixa", + "s" + ], + [ + "▁fix", + "as" + ], + [ + "▁f", + "ixas" + ], + [ + "▁escrav", + "a" + ], + [ + "▁esc", + "rava" + ], + [ + "Pre", + "ference" + ], + [ + "P", + "reference" + ], + [ + "D", + "G" + ], + [ + "qui", + "et" + ], + [ + "qu", + "iet" + ], + [ + "comp", + "et" + ], + [ + "com", + "pet" + ], + [ + "▁Rail", + "road" + ], + [ + "▁fantasia", + "s" + ], + [ + "▁fantas", + "ias" + ], + [ + "▁Ja", + "ir" + ], + [ + "▁J", + "air" + ], + [ + "▁dialog", + "ar" + ], + [ + "Ad", + "just" + ], + [ + "17", + ";" + ], + [ + "1", + "7;" + ], + [ + "▁sequ", + "elas" + ], + [ + "▁pond", + "s" + ], + [ + "▁pon", + "ds" + ], + [ + "▁p", + "onds" + ], + [ + "▁Just", + "in" + ], + [ + "▁graduate", + "s" + ], + [ + "▁gradu", + "ates" + ], + [ + "▁ado", + "ç" + ], + [ + "▁trail", + "s" + ], + [ + "▁tra", + "ils" + ], + [ + "▁tr", + "ails" + ], + [ + "▁PROC", + "ESS" + ], + [ + "agas", + "car" + ], + [ + "aga", + "scar" + ], + [ + "▁definit", + "ive" + ], + [ + "▁defin", + "itive" + ], + [ + ".'", + ")" + ], + [ + ".", + "')" + ], + [ + "▁22", + "9" + ], + [ + "▁2", + "29" + ], + [ + "▁", + "229" + ], + [ + "▁(22", + ")" + ], + [ + "▁(2", + "2)" + ], + [ + "▁be", + "ads" + ], + [ + "rosc", + "opy" + ], + [ + "ros", + "copy" + ], + [ + "▁cal", + "órico" + ], + [ + "sr", + "v" + ], + [ + "s", + "rv" + ], + [ + "▁submet", + "ida" + ], + [ + "▁Era", + "s" + ], + [ + "▁Er", + "as" + ], + [ + "▁E", + "ras" + ], + [ + "▁PT", + "SD" + ], + [ + "FI", + "ND" + ], + [ + "F", + "IND" + ], + [ + "zo", + "om" + ], + [ + "z", + "oom" + ], + [ + "▁devida", + "s" + ], + [ + "▁devi", + "das" + ], + [ + "▁dev", + "idas" + ], + [ + "▁de", + "vidas" + ], + [ + "▁vendedor", + "es" + ], + [ + "▁vend", + "edores" + ], + [ + "▁v", + "endedores" + ], + [ + "▁nos", + "t" + ], + [ + "▁no", + "st" + ], + [ + "▁n", + "ost" + ], + [ + "▁train", + "er" + ], + [ + "▁tra", + "iner" + ], + [ + "▁guerr", + "eiro" + ], + [ + "▁guer", + "reiro" + ], + [ + "▁lider", + "ar" + ], + [ + "T", + "ake" + ], + [ + "▁BY", + "TE" + ], + [ + "▁", + "BYTE" + ], + [ + "▁utilizar", + "am" + ], + [ + "▁utiliza", + "ram" + ], + [ + "▁utiliz", + "aram" + ], + [ + "▁util", + "izaram" + ], + [ + "▁iod", + "o" + ], + [ + "▁io", + "do" + ], + [ + "▁i", + "odo" + ], + [ + "▁1945", + "." + ], + [ + "▁194", + "5." + ], + [ + "▁1979", + "." + ], + [ + "▁197", + "9." + ], + [ + "▁19", + "79." + ], + [ + "cluster", + "s" + ], + [ + "clus", + "ters" + ], + [ + "cl", + "usters" + ], + [ + "▁fac", + "iais" + ], + [ + "▁fa", + "ciais" + ], + [ + "▁f", + "aciais" + ], + [ + "▁par", + "óquia" + ], + [ + "▁Sub", + "scribe" + ], + [ + "▁document", + "al" + ], + [ + "AN", + "Y" + ], + [ + "A", + "NY" + ], + [ + "uo", + "l" + ], + [ + "u", + "ol" + ], + [ + "▁exig", + "ia" + ], + [ + "dif", + "ference" + ], + [ + "CO", + "D" + ], + [ + "C", + "OD" + ], + [ + "bi", + "e" + ], + [ + "b", + "ie" + ], + [ + "▁marcada", + "s" + ], + [ + "▁marca", + "das" + ], + [ + "▁marc", + "adas" + ], + [ + "ulg", + "a" + ], + [ + "ul", + "ga" + ], + [ + "ot", + "imes" + ], + [ + "o", + "times" + ], + [ + "▁Mem", + "bro" + ], + [ + "▁M", + "embro" + ], + [ + "▁yog", + "urt" + ], + [ + "▁grass", + "es" + ], + [ + "▁gras", + "ses" + ], + [ + "▁gr", + "asses" + ], + [ + "▁pensado", + "r" + ], + [ + "▁pensa", + "dor" + ], + [ + "▁pens", + "ador" + ], + [ + "▁Dia", + "na" + ], + [ + "▁Di", + "ana" + ], + [ + "▁D", + "iana" + ], + [ + "▁ano", + "rm" + ], + [ + "▁an", + "orm" + ], + [ + "▁a", + "norm" + ], + [ + "▁cem", + "etery" + ], + [ + "▁physicist", + "s" + ], + [ + "▁physic", + "ists" + ], + [ + "enciada", + "s" + ], + [ + "encia", + "das" + ], + [ + "enci", + "adas" + ], + [ + "enc", + "iadas" + ], + [ + "▁atra", + "ções" + ], + [ + "▁atr", + "ações" + ], + [ + "▁at", + "rações" + ], + [ + "▁confirma", + "da" + ], + [ + "▁confirm", + "ada" + ], + [ + "tool", + "tip" + ], + [ + "▁tribut", + "os" + ], + [ + "▁trib", + "utos" + ], + [ + "▁t", + "ributos" + ], + [ + "▁especific", + "a" + ], + [ + "▁espec", + "ifica" + ], + [ + "▁30", + "5" + ], + [ + "▁3", + "05" + ], + [ + "▁", + "305" + ], + [ + "▁dí", + "g" + ], + [ + "▁d", + "íg" + ], + [ + "▁min", + "a" + ], + [ + "▁mi", + "na" + ], + [ + "▁m", + "ina" + ], + [ + "▁", + "mina" + ], + [ + "▁o", + "g" + ], + [ + "▁", + "og" + ], + [ + "elia", + "n" + ], + [ + "eli", + "an" + ], + [ + "el", + "ian" + ], + [ + "▁ate", + "st" + ], + [ + "▁at", + "est" + ], + [ + "▁a", + "test" + ], + [ + "▁cav", + "ities" + ], + [ + "▁195", + "1" + ], + [ + "▁19", + "51" + ], + [ + "▁space", + "d" + ], + [ + "▁spac", + "ed" + ], + [ + "▁sp", + "aced" + ], + [ + "▁cat", + "álogo" + ], + [ + "▁None", + "theless" + ], + [ + "▁Non", + "etheless" + ], + [ + "92", + "," + ], + [ + "9", + "2," + ], + [ + "▁lea", + "gue" + ], + [ + "▁le", + "ague" + ], + [ + "°", + "," + ], + [ + "GU", + "A" + ], + [ + "G", + "UA" + ], + [ + "I", + "x" + ], + [ + "st", + "ica" + ], + [ + "s", + "tica" + ], + [ + "amp", + "ire" + ], + [ + "▁Bibli", + "cal" + ], + [ + "▁Bib", + "lical" + ], + [ + "W", + "nd" + ], + [ + "▁J", + "R" + ], + [ + "▁Br", + "ist" + ], + [ + "▁B", + "rist" + ], + [ + "▁voc", + "ab" + ], + [ + "▁vo", + "cab" + ], + [ + "pit", + "ch" + ], + [ + "p", + "itch" + ], + [ + "='", + "#" + ], + [ + "=", + "'#" + ], + [ + "it", + "r" + ], + [ + "i", + "tr" + ], + [ + "Fe", + "b" + ], + [ + "F", + "eb" + ], + [ + "▁Quant", + "itative" + ], + [ + "▁inevit", + "avelmente" + ], + [ + "▁TF", + "orm" + ], + [ + "▁T", + "Form" + ], + [ + "▁primitivo", + "s" + ], + [ + "▁prim", + "itivos" + ], + [ + "▁milit", + "ante" + ], + [ + "▁mil", + "itante" + ], + [ + "▁R", + "L" + ], + [ + "▁", + "RL" + ], + [ + "▁gross", + "e" + ], + [ + "▁gr", + "osse" + ], + [ + "▁refriger", + "ação" + ], + [ + "▁refrig", + "eração" + ], + [ + "Inst", + "r" + ], + [ + "Ins", + "tr" + ], + [ + "In", + "str" + ], + [ + "▁ass", + "ured" + ], + [ + "▁emiss", + "ora" + ], + [ + "▁restring", + "e" + ], + [ + "20", + "]" + ], + [ + "2", + "0]" + ], + [ + "96", + "7" + ], + [ + "9", + "67" + ], + [ + "17", + "]" + ], + [ + "1", + "7]" + ], + [ + "▁'3", + "'," + ], + [ + "▁'", + "3'," + ], + [ + "▁Cri", + "ado" + ], + [ + "▁Cr", + "iado" + ], + [ + "▁fundamental", + "ly" + ], + [ + "▁fundament", + "ally" + ], + [ + "yt", + "e" + ], + [ + "y", + "te" + ], + [ + "▁T", + "OTAL" + ], + [ + "▁", + "TOTAL" + ], + [ + "▁incom", + "pet" + ], + [ + "▁in", + "compet" + ], + [ + "▁brig", + "a" + ], + [ + "▁br", + "iga" + ], + [ + "▁b", + "riga" + ], + [ + "▁arb", + "usto" + ], + [ + "ant", + "r" + ], + [ + "an", + "tr" + ], + [ + "Key", + "word" + ], + [ + "▁amp", + "ar" + ], + [ + "▁am", + "par" + ], + [ + "▁seven", + "te" + ], + [ + "▁se", + "vente" + ], + [ + "▁MI", + "C" + ], + [ + "▁M", + "IC" + ], + [ + "▁sup", + "õe" + ], + [ + "▁curios", + "a" + ], + [ + "▁cur", + "iosa" + ], + [ + "▁Grad", + "uação" + ], + [ + "▁", + "Graduação" + ], + [ + "Call", + "ed" + ], + [ + "Cal", + "led" + ], + [ + "C", + "alled" + ], + [ + "▁Ca", + "io" + ], + [ + "iva", + "ble" + ], + [ + "iv", + "able" + ], + [ + "▁Rep", + "et" + ], + [ + "▁Re", + "pet" + ], + [ + "▁deixado", + "s" + ], + [ + "▁deixa", + "dos" + ], + [ + "▁deix", + "ados" + ], + [ + "▁seman", + "tic" + ], + [ + "▁sem", + "antic" + ], + [ + "[", + "-" + ], + [ + "▁Ky", + "oto" + ], + [ + "▁Super", + "int" + ], + [ + "ski", + "n" + ], + [ + "sk", + "in" + ], + [ + "s", + "kin" + ], + [ + "▁gal", + "e" + ], + [ + "▁ga", + "le" + ], + [ + "▁g", + "ale" + ], + [ + "len", + "e" + ], + [ + "le", + "ne" + ], + [ + "l", + "ene" + ], + [ + "anto", + "n" + ], + [ + "ant", + "on" + ], + [ + "an", + "ton" + ], + [ + "▁Ronald", + "o" + ], + [ + "▁Ron", + "aldo" + ], + [ + "▁R", + "onaldo" + ], + [ + "▁ANO", + "S" + ], + [ + "▁AN", + "OS" + ], + [ + "▁flex", + "ão" + ], + [ + "▁now", + "here" + ], + [ + "▁no", + "where" + ], + [ + "▁pil", + "ar" + ], + [ + "▁pi", + "lar" + ], + [ + "▁p", + "ilar" + ], + [ + "plane", + "t" + ], + [ + "plan", + "et" + ], + [ + "pla", + "net" + ], + [ + "▁28", + "5" + ], + [ + "▁2", + "85" + ], + [ + "▁", + "285" + ], + [ + "▁Pediat", + "ria" + ], + [ + "▁Ped", + "iatria" + ], + [ + "▁sint", + "éticos" + ], + [ + "▁Pens", + "ar" + ], + [ + "IDO", + "S" + ], + [ + "ID", + "OS" + ], + [ + "I", + "DOS" + ], + [ + "ERS", + "ON" + ], + [ + "ER", + "SON" + ], + [ + "▁estat", + "ísticos" + ], + [ + "que", + "nt" + ], + [ + "qu", + "ent" + ], + [ + "▁Mel", + "l" + ], + [ + "▁Me", + "ll" + ], + [ + "▁M", + "ell" + ], + [ + "▁severa", + "s" + ], + [ + "▁sever", + "as" + ], + [ + "59", + "8" + ], + [ + "5", + "98" + ], + [ + "▁Pl", + "ain" + ], + [ + "▁indic", + "ou" + ], + [ + "ache", + "co" + ], + [ + "ach", + "eco" + ], + [ + "▁W", + "oman" + ], + [ + "▁EST", + "UDO" + ], + [ + "▁percebi", + "da" + ], + [ + "▁perceb", + "ida" + ], + [ + "oll", + "en" + ], + [ + "ol", + "len" + ], + [ + "check", + "s" + ], + [ + "c", + "hecks" + ], + [ + "▁disso", + "ci" + ], + [ + "▁diss", + "oci" + ], + [ + "Depend", + "ency" + ], + [ + "▁Ed", + "inburgh" + ], + [ + "be", + "b" + ], + [ + "b", + "eb" + ], + [ + "▁Sex", + "ta" + ], + [ + "B", + "V" + ], + [ + "mon", + "ey" + ], + [ + "mo", + "ney" + ], + [ + "m", + "oney" + ], + [ + "eck", + "o" + ], + [ + "ec", + "ko" + ], + [ + "▁CB", + "SE" + ], + [ + "▁Este", + "r" + ], + [ + "▁Est", + "er" + ], + [ + "▁Es", + "ter" + ], + [ + "▁E", + "ster" + ], + [ + "▁aer", + "os" + ], + [ + "▁a", + "eros" + ] + ] + } +} \ No newline at end of file diff --git a/tokenizer_config.json b/tokenizer_config.json new file mode 100644 index 0000000..29ca8d1 --- /dev/null +++ b/tokenizer_config.json @@ -0,0 +1,397 @@ +{ + "add_bos_token": false, + "add_eos_token": false, + "add_prefix_space": null, + "added_tokens_decoder": { + "0": { + "content": "<|unk|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "1": { + "content": "<|im_start|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "2": { + "content": "<|im_end|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "49109": { + "content": "<|pad|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "49110": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "49111": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "49112": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "49113": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "49114": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "49115": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "49116": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "49117": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "49118": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "49119": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "49120": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "49121": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "49122": { + "content": "<|fim_prefix|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "49123": { + "content": "<|fim_suffix|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "49124": { + "content": "<|fim_middle|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "49125": { + "content": "<|repo_name|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "49126": { + "content": "<|image|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "49127": { + "content": "<|image_pad|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "49128": { + "content": "<|image_placeholder|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "49129": { + "content": " ", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "49130": { + "content": " ", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "49131": { + "content": " ", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "49132": { + "content": " ", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "49133": { + "content": " ", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "49134": { + "content": " ", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "49135": { + "content": " ", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "49136": { + "content": " ", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "49137": { + "content": " ", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "49138": { + "content": " ", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "49139": { + "content": " ", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "49140": { + "content": " ", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "49141": { + "content": " ", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "49142": { + "content": " ", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "49143": { + "content": " ", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "49144": { + "content": " ", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "49145": { + "content": " ", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "49146": { + "content": " ", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "49147": { + "content": " ", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "49148": { + "content": " ", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "49149": { + "content": " ", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "49150": { + "content": " ", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "49151": { + "content": " ", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + } + }, + "bos_token": "<|im_start|>", + "bos_token_id": 1, + "clean_up_tokenization_spaces": false, + "eos_token": "<|im_end|>", + "eos_token_id": 2, + "extra_special_tokens": {}, + "legacy": false, + "model_input_names": [ + "input_ids", + "attention_mask" + ], + "model_max_length": 4096, + "pad_token": "<|pad|>", + "pad_token_id": 49109, + "padding_side": "right", + "sp_model_kwargs": {}, + "spaces_between_special_tokens": false, + "tokenizer_class": "PreTrainedTokenizerFast", + "truncation_side": "right", + "unk_token": "<|unk|>", + "unk_token_id": 0, + "use_default_system_prompt": false +} diff --git a/train_logs.parquet b/train_logs.parquet new file mode 100644 index 0000000..d249e61 --- /dev/null +++ b/train_logs.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8b5e183f71ab4fafad5f542e54f1cf231935a2de4d14f1d0b67e23fd4ebc499 +size 1292663 diff --git a/training_config.yaml b/training_config.yaml new file mode 100644 index 0000000..d32aea8 --- /dev/null +++ b/training_config.yaml @@ -0,0 +1,99 @@ +# Directory settings +checkpoint_dir: "/lustre/scratch/data/polyglot_datasets/portuguese/checkpoints/models/Tucano2-qwen-3.7B-Base" +train_dataset_dir: + # Total: ~48B + # # Web Text (~28B, 58%) + - /lustre/scratch/data/polyglot_datasets/portuguese/tokenized/gigaverbo_v2/4 # 28B (PT) + - /lustre/scratch/data/polyglot_datasets/portuguese/tokenized/gigaverbo_v2/5 # 0.1B (PT) + - /lustre/scratch/data/polyglot_datasets/portuguese/tokenized/gigaverbo_v2/5 # 0.1B (PT) + # # Synthetic Text (~20B, 42%) + - /lustre/scratch/data/polyglot_datasets/portuguese/tokenized/gigaverbo_v2_synth # 10B (PT) + - /lustre/scratch/data/polyglot_datasets/portuguese/tokenized/gigaverbo_v2_synth # 10B (PT) +val_dataset_dir: "/lustre/scratch/data/polyglot_datasets/portuguese/tokenized/validation" +dataset_type: "parquet" +cache_dir: "/lustre/scratch/data/polyglot_datasets/.cache" + +# Data loading settings +pin_memory: true +num_workers_for_dataloader: 16 +prefetch_factor: 4 +shuffle_dataset: true +mask_eos_token: false +mask_pad_token: false + +# Model architecture settings +vocab_size: 49152 +num_hidden_layers: 36 +num_attention_heads: 32 +num_key_value_heads: 8 +head_dim: 128 +hidden_size: 2560 +intermediate_size: 9728 +max_position_embeddings: 4096 +tie_word_embeddings: true +hidden_act: "silu" +output_hidden_states: false +attn_implementation: "flash_attention_2" +use_cache: false +no_rope_layer_interval: null +rope_theta: 1000000.0 +rope_scale_factor: null +rms_norm_eps: 0.000001 + +# Training settings +total_batch_size: 1048576 +micro_batch_size: 16 +eval_micro_batch_size: 16 +num_train_epochs: 1 +warmup_steps: 100 +max_learning_rate: 0.000075 +min_learning_rate: 0.0 +muon_learning_rate: 0.001 +weight_decay: 0.1 +beta1: 0.9 +beta2: 0.95 +eps: 0.00000001 +lr_decay_type: "cosine" +use_sqrt: true +lr_decay_iters_coef: 1. +seed: 42 +max_steps: 50000 +max_grad_norm: 1.0 + +# Precision, optimization, and sharding settings +torch_compile: false +mat_mul_precision: "highest" +tf32: true +bf16: true +gradient_checkpointing: true +use_liger_kernel: true +fsdp_mixed_precision: true +dp_shard: null +full_shard: false +cpu_offload: false +explicit_prefetching: true + +# Hub settings +push_to_hub: false +hub_token: null +hub_model_id: null + +# Tokenizer and Reference model +tokenizer_name_or_path: "/lustre/scratch/data/polyglot_datasets/portuguese/checkpoints/models/Tucano2-qwen-3.7B-Base/step-0" +chat_template_path: null +reference_model: "/lustre/scratch/data/polyglot_datasets/portuguese/checkpoints/models/Tucano2-qwen-3.7B-Base/step-0" +continual_pretraining: true + +# Checkpoint settings +resume_from_checkpoint: null +checkpointing_steps: 2500 +begin_new_stage: false +stage_name: "single_cosine" + +# Miscellaneous settings +sanity_check: false +sanity_check_num_samples: 100000 +wandb_token: null +wandb_id: "tucano2-qwen-3.7b" +wandb_project: "Polyglot" +wandb_desc: "Developing LLMs for low-resource languages" diff --git a/val_logs.parquet b/val_logs.parquet new file mode 100644 index 0000000..1f5ec73 --- /dev/null +++ b/val_logs.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3be7f2668b7854e5f47eac5ca1497515931bb63aed477d8003e99d58c110d22 +size 1948