Upload tokenizer
Browse files- README.md +199 -0
- added_tokens.json +12 -0
- merges.txt +7745 -0
- special_tokens_map.json +51 -0
- tokenizer.json +0 -0
- tokenizer_config.json +97 -0
- vocab.json +0 -0
README.md
ADDED
@@ -0,0 +1,199 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
tags: []
|
4 |
+
---
|
5 |
+
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
### Model Description
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this model is. -->
|
17 |
+
|
18 |
+
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
|
19 |
+
|
20 |
+
- **Developed by:** [More Information Needed]
|
21 |
+
- **Funded by [optional]:** [More Information Needed]
|
22 |
+
- **Shared by [optional]:** [More Information Needed]
|
23 |
+
- **Model type:** [More Information Needed]
|
24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
25 |
+
- **License:** [More Information Needed]
|
26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
+
|
28 |
+
### Model Sources [optional]
|
29 |
+
|
30 |
+
<!-- Provide the basic links for the model. -->
|
31 |
+
|
32 |
+
- **Repository:** [More Information Needed]
|
33 |
+
- **Paper [optional]:** [More Information Needed]
|
34 |
+
- **Demo [optional]:** [More Information Needed]
|
35 |
+
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
+
|
40 |
+
### Direct Use
|
41 |
+
|
42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
43 |
+
|
44 |
+
[More Information Needed]
|
45 |
+
|
46 |
+
### Downstream Use [optional]
|
47 |
+
|
48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Out-of-Scope Use
|
53 |
+
|
54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
## Bias, Risks, and Limitations
|
59 |
+
|
60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
### Recommendations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
+
|
68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
+
|
70 |
+
## How to Get Started with the Model
|
71 |
+
|
72 |
+
Use the code below to get started with the model.
|
73 |
+
|
74 |
+
[More Information Needed]
|
75 |
+
|
76 |
+
## Training Details
|
77 |
+
|
78 |
+
### Training Data
|
79 |
+
|
80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
81 |
+
|
82 |
+
[More Information Needed]
|
83 |
+
|
84 |
+
### Training Procedure
|
85 |
+
|
86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
+
|
88 |
+
#### Preprocessing [optional]
|
89 |
+
|
90 |
+
[More Information Needed]
|
91 |
+
|
92 |
+
|
93 |
+
#### Training Hyperparameters
|
94 |
+
|
95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
96 |
+
|
97 |
+
#### Speeds, Sizes, Times [optional]
|
98 |
+
|
99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
## Evaluation
|
104 |
+
|
105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
106 |
+
|
107 |
+
### Testing Data, Factors & Metrics
|
108 |
+
|
109 |
+
#### Testing Data
|
110 |
+
|
111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
112 |
+
|
113 |
+
[More Information Needed]
|
114 |
+
|
115 |
+
#### Factors
|
116 |
+
|
117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Metrics
|
122 |
+
|
123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
### Results
|
128 |
+
|
129 |
+
[More Information Needed]
|
130 |
+
|
131 |
+
#### Summary
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
## Model Examination [optional]
|
136 |
+
|
137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
## Environmental Impact
|
142 |
+
|
143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
144 |
+
|
145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
146 |
+
|
147 |
+
- **Hardware Type:** [More Information Needed]
|
148 |
+
- **Hours used:** [More Information Needed]
|
149 |
+
- **Cloud Provider:** [More Information Needed]
|
150 |
+
- **Compute Region:** [More Information Needed]
|
151 |
+
- **Carbon Emitted:** [More Information Needed]
|
152 |
+
|
153 |
+
## Technical Specifications [optional]
|
154 |
+
|
155 |
+
### Model Architecture and Objective
|
156 |
+
|
157 |
+
[More Information Needed]
|
158 |
+
|
159 |
+
### Compute Infrastructure
|
160 |
+
|
161 |
+
[More Information Needed]
|
162 |
+
|
163 |
+
#### Hardware
|
164 |
+
|
165 |
+
[More Information Needed]
|
166 |
+
|
167 |
+
#### Software
|
168 |
+
|
169 |
+
[More Information Needed]
|
170 |
+
|
171 |
+
## Citation [optional]
|
172 |
+
|
173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
174 |
+
|
175 |
+
**BibTeX:**
|
176 |
+
|
177 |
+
[More Information Needed]
|
178 |
+
|
179 |
+
**APA:**
|
180 |
+
|
181 |
+
[More Information Needed]
|
182 |
+
|
183 |
+
## Glossary [optional]
|
184 |
+
|
185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## More Information [optional]
|
190 |
+
|
191 |
+
[More Information Needed]
|
192 |
+
|
193 |
+
## Model Card Authors [optional]
|
194 |
+
|
195 |
+
[More Information Needed]
|
196 |
+
|
197 |
+
## Model Card Contact
|
198 |
+
|
199 |
+
[More Information Needed]
|
added_tokens.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"</s>": 8001,
|
3 |
+
"<mask>": 8004,
|
4 |
+
"<pad>": 8003,
|
5 |
+
"<s>": 8000,
|
6 |
+
"<unk>": 8002,
|
7 |
+
"<|assistant|>": 8008,
|
8 |
+
"<|endoftext|>": 8005,
|
9 |
+
"<|end|>": 8007,
|
10 |
+
"<|system|>": 8009,
|
11 |
+
"<|user|>": 8006
|
12 |
+
}
|
merges.txt
ADDED
@@ -0,0 +1,7745 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#version: 0.2
|
2 |
+
Ġ t
|
3 |
+
Ġ a
|
4 |
+
i n
|
5 |
+
h e
|
6 |
+
e n
|
7 |
+
e r
|
8 |
+
Ġt he
|
9 |
+
r e
|
10 |
+
o n
|
11 |
+
Ġ s
|
12 |
+
a t
|
13 |
+
Ġ c
|
14 |
+
Ġ o
|
15 |
+
a n
|
16 |
+
Ġa n
|
17 |
+
i s
|
18 |
+
e s
|
19 |
+
in g
|
20 |
+
i t
|
21 |
+
Ġan d
|
22 |
+
Ġ p
|
23 |
+
o r
|
24 |
+
Ġ w
|
25 |
+
Ġ f
|
26 |
+
a l
|
27 |
+
< |
|
28 |
+
| >
|
29 |
+
Ġ b
|
30 |
+
Ġt o
|
31 |
+
Ġ m
|
32 |
+
Ġ in
|
33 |
+
o u
|
34 |
+
Ġo f
|
35 |
+
a s
|
36 |
+
e d
|
37 |
+
a r
|
38 |
+
Ġ d
|
39 |
+
i on
|
40 |
+
i c
|
41 |
+
l e
|
42 |
+
u s
|
43 |
+
en t
|
44 |
+
r o
|
45 |
+
en d
|
46 |
+
Ġ e
|
47 |
+
c t
|
48 |
+
Ġ re
|
49 |
+
o m
|
50 |
+
Ġ h
|
51 |
+
v e
|
52 |
+
Ġt h
|
53 |
+
Ġ l
|
54 |
+
Ġ is
|
55 |
+
c e
|
56 |
+
e t
|
57 |
+
Ġ Ġ
|
58 |
+
an t
|
59 |
+
Ġ n
|
60 |
+
is t
|
61 |
+
l l
|
62 |
+
Ġ g
|
63 |
+
i m
|
64 |
+
at ion
|
65 |
+
l y
|
66 |
+
c h
|
67 |
+
u t
|
68 |
+
Ġf or
|
69 |
+
s t
|
70 |
+
Ġ T
|
71 |
+
o w
|
72 |
+
i d
|
73 |
+
as s
|
74 |
+
Ġs t
|
75 |
+
Ġb e
|
76 |
+
i g
|
77 |
+
Ġ y
|
78 |
+
Ġp ro
|
79 |
+
r a
|
80 |
+
u r
|
81 |
+
i r
|
82 |
+
us er
|
83 |
+
v er
|
84 |
+
Ġth at
|
85 |
+
o l
|
86 |
+
it h
|
87 |
+
at e
|
88 |
+
o t
|
89 |
+
Ġo r
|
90 |
+
ist ant
|
91 |
+
Ġ on
|
92 |
+
Ġy ou
|
93 |
+
u n
|
94 |
+
. <|
|
95 |
+
i f
|
96 |
+
ass istant
|
97 |
+
|> <|
|
98 |
+
u l
|
99 |
+
Ġc on
|
100 |
+
Ġ he
|
101 |
+
i l
|
102 |
+
Ġc an
|
103 |
+
es s
|
104 |
+
Ġ it
|
105 |
+
Ġa s
|
106 |
+
Ġw ith
|
107 |
+
Ġ A
|
108 |
+
a y
|
109 |
+
er s
|
110 |
+
a m
|
111 |
+
g e
|
112 |
+
Ġc om
|
113 |
+
Ġ I
|
114 |
+
m ent
|
115 |
+
s e
|
116 |
+
Ġd e
|
117 |
+
i v
|
118 |
+
Ġa re
|
119 |
+
a k
|
120 |
+
Ġs u
|
121 |
+
i ve
|
122 |
+
a d
|
123 |
+
a b
|
124 |
+
Ġm o
|
125 |
+
q u
|
126 |
+
Ġe x
|
127 |
+
t er
|
128 |
+
p p
|
129 |
+
Ġ S
|
130 |
+
it y
|
131 |
+
Ġ v
|
132 |
+
l d
|
133 |
+
he r
|
134 |
+
t h
|
135 |
+
Ġw h
|
136 |
+
r i
|
137 |
+
Ġ us
|
138 |
+
re s
|
139 |
+
a in
|
140 |
+
ĠT he
|
141 |
+
u m
|
142 |
+
Ġ C
|
143 |
+
e ct
|
144 |
+
Ġ en
|
145 |
+
es t
|
146 |
+
e m
|
147 |
+
o p
|
148 |
+
Ġn e
|
149 |
+
Ġ le
|
150 |
+
en ce
|
151 |
+
i es
|
152 |
+
ig h
|
153 |
+
or t
|
154 |
+
Ġ im
|
155 |
+
o d
|
156 |
+
Ġc h
|
157 |
+
Ġ r
|
158 |
+
i al
|
159 |
+
ou n
|
160 |
+
d u
|
161 |
+
ĠĠ ĠĠ
|
162 |
+
us t
|
163 |
+
o c
|
164 |
+
Ġs e
|
165 |
+
Ġyou r
|
166 |
+
o s
|
167 |
+
an d
|
168 |
+
Ġw e
|
169 |
+
Ġthe ir
|
170 |
+
Ġw or
|
171 |
+
a c
|
172 |
+
u re
|
173 |
+
Ġa l
|
174 |
+
i z
|
175 |
+
Ġcom p
|
176 |
+
Ġb y
|
177 |
+
T he
|
178 |
+
Ġim p
|
179 |
+
in e
|
180 |
+
ion s
|
181 |
+
Ġ 1
|
182 |
+
ro m
|
183 |
+
Ġ P
|
184 |
+
Ġs p
|
185 |
+
i ll
|
186 |
+
u d
|
187 |
+
Ġf o
|
188 |
+
Ġs h
|
189 |
+
igh t
|
190 |
+
' s
|
191 |
+
Ġh a
|
192 |
+
al l
|
193 |
+
a ct
|
194 |
+
e l
|
195 |
+
ou ld
|
196 |
+
Ġp l
|
197 |
+
a ge
|
198 |
+
Ġ E
|
199 |
+
Ġin c
|
200 |
+
id e
|
201 |
+
Ġ un
|
202 |
+
ic al
|
203 |
+
p er
|
204 |
+
or m
|
205 |
+
p t
|
206 |
+
f f
|
207 |
+
h is
|
208 |
+
p l
|
209 |
+
Ġf rom
|
210 |
+
o g
|
211 |
+
Ġ M
|
212 |
+
Ġt e
|
213 |
+
c ess
|
214 |
+
Ġ B
|
215 |
+
ab le
|
216 |
+
Ġin t
|
217 |
+
ak e
|
218 |
+
ar t
|
219 |
+
Ġ k
|
220 |
+
a g
|
221 |
+
Ġw as
|
222 |
+
ll ow
|
223 |
+
Ġa b
|
224 |
+
Ġ H
|
225 |
+
Ġa d
|
226 |
+
a ch
|
227 |
+
a re
|
228 |
+
ou t
|
229 |
+
om e
|
230 |
+
Ġ W
|
231 |
+
Ġre s
|
232 |
+
f orm
|
233 |
+
t her
|
234 |
+
Ġa t
|
235 |
+
ĠT his
|
236 |
+
Ġcon t
|
237 |
+
Ġha ve
|
238 |
+
an s
|
239 |
+
an ce
|
240 |
+
u p
|
241 |
+
c es
|
242 |
+
Ġ (
|
243 |
+
e p
|
244 |
+
ve l
|
245 |
+
i e
|
246 |
+
in d
|
247 |
+
Ġa r
|
248 |
+
Ġ F
|
249 |
+
g h
|
250 |
+
ul t
|
251 |
+
Ġ R
|
252 |
+
it e
|
253 |
+
as t
|
254 |
+
ou r
|
255 |
+
Ġa c
|
256 |
+
d er
|
257 |
+
ic h
|
258 |
+
Ġ D
|
259 |
+
Ġ "
|
260 |
+
ou s
|
261 |
+
ic e
|
262 |
+
u e
|
263 |
+
ation s
|
264 |
+
Ġd at
|
265 |
+
f er
|
266 |
+
re at
|
267 |
+
Ġt r
|
268 |
+
Ġmo re
|
269 |
+
Ġm e
|
270 |
+
im e
|
271 |
+
l p
|
272 |
+
ou gh
|
273 |
+
Ġa pp
|
274 |
+
Ġhe lp
|
275 |
+
Ġc l
|
276 |
+
i b
|
277 |
+
k s
|
278 |
+
as e
|
279 |
+
Ġ Ċ
|
280 |
+
an g
|
281 |
+
d s
|
282 |
+
Ġo ther
|
283 |
+
ĠI n
|
284 |
+
ig n
|
285 |
+
i p
|
286 |
+
Ġ =
|
287 |
+
Ġc o
|
288 |
+
Ġh as
|
289 |
+
Ġ 2
|
290 |
+
Ġsu ch
|
291 |
+
Ġm an
|
292 |
+
y st
|
293 |
+
Ġ G
|
294 |
+
Ġth is
|
295 |
+
ĠĠ Ġ
|
296 |
+
Ġg o
|
297 |
+
Ġst r
|
298 |
+
Ġw he
|
299 |
+
on g
|
300 |
+
n ing
|
301 |
+
re d
|
302 |
+
e c
|
303 |
+
Ġ up
|
304 |
+
a v
|
305 |
+
Ġdat a
|
306 |
+
Ġwh ich
|
307 |
+
Ġf e
|
308 |
+
ct ion
|
309 |
+
Ġfo llow
|
310 |
+
Ġ qu
|
311 |
+
if ic
|
312 |
+
Ġs ent
|
313 |
+
Ġpro du
|
314 |
+
s o
|
315 |
+
i le
|
316 |
+
ar y
|
317 |
+
oun t
|
318 |
+
Ġ O
|
319 |
+
Ġ L
|
320 |
+
Ġit s
|
321 |
+
Ġthe y
|
322 |
+
Ġ j
|
323 |
+
yst em
|
324 |
+
Ġn ot
|
325 |
+
u al
|
326 |
+
Ġt ra
|
327 |
+
Ġd is
|
328 |
+
en er
|
329 |
+
Ġcom m
|
330 |
+
k e
|
331 |
+
res s
|
332 |
+
at ed
|
333 |
+
ent s
|
334 |
+
oun d
|
335 |
+
Ġt ime
|
336 |
+
iv en
|
337 |
+
Ġe v
|
338 |
+
ĠI t
|
339 |
+
Ġpro v
|
340 |
+
o re
|
341 |
+
Ġ -
|
342 |
+
on e
|
343 |
+
it ion
|
344 |
+
am e
|
345 |
+
Ġal so
|
346 |
+
Ġs o
|
347 |
+
ac k
|
348 |
+
a p
|
349 |
+
a ce
|
350 |
+
Ġe m
|
351 |
+
* *
|
352 |
+
et w
|
353 |
+
Ġne w
|
354 |
+
Ġd if
|
355 |
+
Ġo ut
|
356 |
+
Ġe ff
|
357 |
+
Ġin ter
|
358 |
+
Ġp er
|
359 |
+
Ġd es
|
360 |
+
o o
|
361 |
+
Ġint o
|
362 |
+
Ġus e
|
363 |
+
Ġp r
|
364 |
+
l ud
|
365 |
+
al th
|
366 |
+
Ġab out
|
367 |
+
Ġ U
|
368 |
+
Ġs c
|
369 |
+
Ġs ystem
|
370 |
+
Ġ ro
|
371 |
+
l ic
|
372 |
+
ust om
|
373 |
+
â Ģ
|
374 |
+
Ġfollow ing
|
375 |
+
Ġsent ence
|
376 |
+
g y
|
377 |
+
k ing
|
378 |
+
Ġp o
|
379 |
+
at er
|
380 |
+
ar d
|
381 |
+
Ġinc lud
|
382 |
+
Ġin d
|
383 |
+
er e
|
384 |
+
m s
|
385 |
+
ak ing
|
386 |
+
Ġp e
|
387 |
+
Ġt w
|
388 |
+
r ough
|
389 |
+
i ke
|
390 |
+
x t
|
391 |
+
b er
|
392 |
+
Ġthe m
|
393 |
+
Ġon e
|
394 |
+
Ġo ver
|
395 |
+
Ġle ar
|
396 |
+
r u
|
397 |
+
Ġa ll
|
398 |
+
or y
|
399 |
+
Ġm ake
|
400 |
+
ch n
|
401 |
+
or s
|
402 |
+
l es
|
403 |
+
I n
|
404 |
+
Ġ N
|
405 |
+
Ġus ed
|
406 |
+
Ġde c
|
407 |
+
ar k
|
408 |
+
ment s
|
409 |
+
Ġre du
|
410 |
+
il ity
|
411 |
+
an ge
|
412 |
+
Ġhe r
|
413 |
+
Ġne ed
|
414 |
+
it ies
|
415 |
+
re e
|
416 |
+
t e
|
417 |
+
ri b
|
418 |
+
ar i
|
419 |
+
ow n
|
420 |
+
Ġc ustom
|
421 |
+
Ġw ill
|
422 |
+
as ed
|
423 |
+
Ġtw o
|
424 |
+
r y
|
425 |
+
Ġre c
|
426 |
+
Ġdif fer
|
427 |
+
n e
|
428 |
+
in t
|
429 |
+
Ġcon s
|
430 |
+
on s
|
431 |
+
f ul
|
432 |
+
Ġhe alth
|
433 |
+
er v
|
434 |
+
er gy
|
435 |
+
it s
|
436 |
+
ul ar
|
437 |
+
Ġpro cess
|
438 |
+
Ġw ay
|
439 |
+
Ġte chn
|
440 |
+
Ġb ut
|
441 |
+
ro w
|
442 |
+
Ġn um
|
443 |
+
g et
|
444 |
+
at ing
|
445 |
+
i ence
|
446 |
+
en e
|
447 |
+
i re
|
448 |
+
ol og
|
449 |
+
e ar
|
450 |
+
Ġin form
|
451 |
+
if y
|
452 |
+
Ġprodu ct
|
453 |
+
ow er
|
454 |
+
a il
|
455 |
+
i a
|
456 |
+
iz e
|
457 |
+
Ġw ould
|
458 |
+
vel op
|
459 |
+
i ent
|
460 |
+
Ġen ergy
|
461 |
+
p le
|
462 |
+
ent ial
|
463 |
+
Ġ J
|
464 |
+
re ate
|
465 |
+
Ġth rough
|
466 |
+
ers on
|
467 |
+
o y
|
468 |
+
y p
|
469 |
+
Ġin v
|
470 |
+
al s
|
471 |
+
Ġd o
|
472 |
+
Ġc ould
|
473 |
+
le ct
|
474 |
+
Ġus ing
|
475 |
+
Ġimp ro
|
476 |
+
m m
|
477 |
+
Ġg iven
|
478 |
+
e en
|
479 |
+
Ġl ike
|
480 |
+
in ess
|
481 |
+
Ġp re
|
482 |
+
Ġc ol
|
483 |
+
Ġtr ans
|
484 |
+
Ġimp ort
|
485 |
+
Ġwor k
|
486 |
+
0 0
|
487 |
+
j ect
|
488 |
+
ver y
|
489 |
+
etw een
|
490 |
+
Ġp h
|
491 |
+
Ġ 3
|
492 |
+
Ġa m
|
493 |
+
Ġan y
|
494 |
+
Ġb etween
|
495 |
+
ot h
|
496 |
+
ĠA I
|
497 |
+
is e
|
498 |
+
Ġs m
|
499 |
+
Ġac c
|
500 |
+
b s
|
501 |
+
Ġp os
|
502 |
+
e ll
|
503 |
+
Ġv al
|
504 |
+
a us
|
505 |
+
at ive
|
506 |
+
al ly
|
507 |
+
Ġre l
|
508 |
+
Ġex per
|
509 |
+
u res
|
510 |
+
en s
|
511 |
+
ing s
|
512 |
+
` `
|
513 |
+
Ġf un
|
514 |
+
Ġs ome
|
515 |
+
at es
|
516 |
+
Ġwh o
|
517 |
+
p h
|
518 |
+
il d
|
519 |
+
Ġo ur
|
520 |
+
ic s
|
521 |
+
- -
|
522 |
+
y s
|
523 |
+
Ġm ed
|
524 |
+
Ġinform ation
|
525 |
+
Ġh is
|
526 |
+
Ġk n
|
527 |
+
Ġm ay
|
528 |
+
Ġde velop
|
529 |
+
op le
|
530 |
+
Ġb us
|
531 |
+
p ut
|
532 |
+
Ġ +
|
533 |
+
Ġinc re
|
534 |
+
Ġa ct
|
535 |
+
Ġb l
|
536 |
+
ib le
|
537 |
+
Ġf l
|
538 |
+
Ġk e
|
539 |
+
en ces
|
540 |
+
en c
|
541 |
+
Ġthe re
|
542 |
+
ic es
|
543 |
+
o se
|
544 |
+
Ġs oc
|
545 |
+
an c
|
546 |
+
Ġl ist
|
547 |
+
n s
|
548 |
+
ĠĠĠĠ ĠĠĠĠ
|
549 |
+
Ġsp ec
|
550 |
+
t ain
|
551 |
+
Ġd ay
|
552 |
+
Ġ ra
|
553 |
+
i ly
|
554 |
+
o b
|
555 |
+
Ġt yp
|
556 |
+
Ġp art
|
557 |
+
f t
|
558 |
+
Ġs ol
|
559 |
+
ut ion
|
560 |
+
Ġv ari
|
561 |
+
g an
|
562 |
+
Ġpe ople
|
563 |
+
Ġh ad
|
564 |
+
Ġex p
|
565 |
+
u c
|
566 |
+
ur al
|
567 |
+
ĠS t
|
568 |
+
Ġad d
|
569 |
+
Ġwh ile
|
570 |
+
Ġlear ning
|
571 |
+
Ġc ar
|
572 |
+
ener ate
|
573 |
+
Ġs a
|
574 |
+
en g
|
575 |
+
Ġfor m
|
576 |
+
Ġm et
|
577 |
+
Ġle ad
|
578 |
+
t en
|
579 |
+
Ġp erson
|
580 |
+
ic k
|
581 |
+
c on
|
582 |
+
Ġb u
|
583 |
+
ir st
|
584 |
+
if e
|
585 |
+
Ġmo st
|
586 |
+
is h
|
587 |
+
Ġg r
|
588 |
+
Ġun der
|
589 |
+
Ġ 5
|
590 |
+
Ġeff ect
|
591 |
+
Ġs he
|
592 |
+
Ġm ain
|
593 |
+
ver s
|
594 |
+
t ing
|
595 |
+
Ġtechn olog
|
596 |
+
er m
|
597 |
+
Ġbus iness
|
598 |
+
Ġ user
|
599 |
+
Ġimport ant
|
600 |
+
Ġw ater
|
601 |
+
he s
|
602 |
+
g or
|
603 |
+
v ing
|
604 |
+
Ġwor ld
|
605 |
+
Ġh ow
|
606 |
+
Ġres p
|
607 |
+
Ġc reat
|
608 |
+
Ġs erv
|
609 |
+
Ġe ach
|
610 |
+
Ġwhe n
|
611 |
+
âĢ Ļ
|
612 |
+
Ġd i
|
613 |
+
b le
|
614 |
+
Ġcomp ut
|
615 |
+
Ġ if
|
616 |
+
u b
|
617 |
+
Ġbe c
|
618 |
+
Ġcomm un
|
619 |
+
pp ort
|
620 |
+
iv id
|
621 |
+
g ra
|
622 |
+
l ine
|
623 |
+
r ite
|
624 |
+
h at
|
625 |
+
Ġas s
|
626 |
+
Ġwhe re
|
627 |
+
Ġs k
|
628 |
+
or d
|
629 |
+
Ġh um
|
630 |
+
Ġre g
|
631 |
+
Ġb r
|
632 |
+
Ġprov id
|
633 |
+
Ġre m
|
634 |
+
Ġd et
|
635 |
+
Ġmo d
|
636 |
+
Ġex am
|
637 |
+
Ġh igh
|
638 |
+
Ġimpro ve
|
639 |
+
Ġf ind
|
640 |
+
ra ct
|
641 |
+
Ġl o
|
642 |
+
Ġad v
|
643 |
+
ir on
|
644 |
+
g g
|
645 |
+
r ic
|
646 |
+
id ent
|
647 |
+
ar m
|
648 |
+
ag es
|
649 |
+
Ġredu ce
|
650 |
+
Ġre p
|
651 |
+
Ġth an
|
652 |
+
c rib
|
653 |
+
Ġman y
|
654 |
+
Ġs ign
|
655 |
+
in es
|
656 |
+
Ġar t
|
657 |
+
iz ed
|
658 |
+
an y
|
659 |
+
Ġen g
|
660 |
+
v iron
|
661 |
+
Ġcomp le
|
662 |
+
Ġa llow
|
663 |
+
Ġp ot
|
664 |
+
Ġe qu
|
665 |
+
n ess
|
666 |
+
Ġs et
|
667 |
+
Ġch ar
|
668 |
+
ang u
|
669 |
+
Ġ 4
|
670 |
+
Ġn at
|
671 |
+
Ġm aking
|
672 |
+
our ces
|
673 |
+
ark et
|
674 |
+
u es
|
675 |
+
Ġres ult
|
676 |
+
Ġs im
|
677 |
+
i qu
|
678 |
+
ur ing
|
679 |
+
f ore
|
680 |
+
Ġprov ide
|
681 |
+
Ġl ar
|
682 |
+
im ate
|
683 |
+
Ġpl an
|
684 |
+
et y
|
685 |
+
viron ment
|
686 |
+
iv es
|
687 |
+
Ġpl ay
|
688 |
+
a x
|
689 |
+
l f
|
690 |
+
w n
|
691 |
+
ur n
|
692 |
+
Ġdiffer ent
|
693 |
+
Ġwe ll
|
694 |
+
he d
|
695 |
+
Ġbe en
|
696 |
+
Ġnum ber
|
697 |
+
Ġsh ould
|
698 |
+
v es
|
699 |
+
al ity
|
700 |
+
Ġl angu
|
701 |
+
w ay
|
702 |
+
Ġp at
|
703 |
+
Ġm in
|
704 |
+
Ġre t
|
705 |
+
ĠA d
|
706 |
+
Ġper form
|
707 |
+
Ġg row
|
708 |
+
ri end
|
709 |
+
Ġt as
|
710 |
+
r it
|
711 |
+
ic t
|
712 |
+
Ġ |
|
713 |
+
Ġcustom er
|
714 |
+
Ġtechnolog y
|
715 |
+
is s
|
716 |
+
ad e
|
717 |
+
ar ch
|
718 |
+
Ġthe se
|
719 |
+
Ġl ife
|
720 |
+
oo k
|
721 |
+
Ġen vironment
|
722 |
+
Ġp ower
|
723 |
+
Ġf irst
|
724 |
+
Ġcon c
|
725 |
+
Ġat t
|
726 |
+
Ġ `
|
727 |
+
ivid ual
|
728 |
+
Ġpro gra
|
729 |
+
Ġfo od
|
730 |
+
Ġf in
|
731 |
+
i ous
|
732 |
+
w are
|
733 |
+
Ġan al
|
734 |
+
Ġw ere
|
735 |
+
Ġg ra
|
736 |
+
Ġre qu
|
737 |
+
Ġind ividual
|
738 |
+
b ject
|
739 |
+
Ġl ong
|
740 |
+
it ive
|
741 |
+
Ġn o
|
742 |
+
Ġh and
|
743 |
+
gor ith
|
744 |
+
Ġsoc ial
|
745 |
+
G enerate
|
746 |
+
v ed
|
747 |
+
Ġpot ential
|
748 |
+
st and
|
749 |
+
Ġex pl
|
750 |
+
Ġm arket
|
751 |
+
h ip
|
752 |
+
Ġof f
|
753 |
+
Ġdes ign
|
754 |
+
Ġinclud ing
|
755 |
+
Ġp op
|
756 |
+
as es
|
757 |
+
el s
|
758 |
+
Ġdec is
|
759 |
+
Ġc aus
|
760 |
+
ĠA n
|
761 |
+
res ent
|
762 |
+
Ġst ud
|
763 |
+
Ġwh at
|
764 |
+
ical ly
|
765 |
+
Ġc he
|
766 |
+
Ġe as
|
767 |
+
Ġimp act
|
768 |
+
Ġb oth
|
769 |
+
Ġin st
|
770 |
+
Ġf am
|
771 |
+
ene f
|
772 |
+
t s
|
773 |
+
Ġexam ple
|
774 |
+
Ġt ake
|
775 |
+
Ġor gan
|
776 |
+
it ed
|
777 |
+
Ġof ten
|
778 |
+
Ġal gorith
|
779 |
+
ĠE n
|
780 |
+
Ġa g
|
781 |
+
Ġg reat
|
782 |
+
Ġ Y
|
783 |
+
at her
|
784 |
+
Ġst ep
|
785 |
+
Ġsm all
|
786 |
+
d ition
|
787 |
+
e w
|
788 |
+
Ġc le
|
789 |
+
ro p
|
790 |
+
Ġc ount
|
791 |
+
Ġpro ble
|
792 |
+
u ll
|
793 |
+
Ġg ener
|
794 |
+
ach ine
|
795 |
+
Ġp ass
|
796 |
+
ri es
|
797 |
+
ĠH e
|
798 |
+
Ġsp e
|
799 |
+
Ġgo od
|
800 |
+
l i
|
801 |
+
Ġl a
|
802 |
+
ak es
|
803 |
+
Ġr is
|
804 |
+
Ġlangu age
|
805 |
+
or k
|
806 |
+
Ġbe ing
|
807 |
+
Ġv is
|
808 |
+
Ġfun ction
|
809 |
+
crib e
|
810 |
+
Ġb enef
|
811 |
+
iv ing
|
812 |
+
ĠThe y
|
813 |
+
Ġhum an
|
814 |
+
o od
|
815 |
+
Ġsign ific
|
816 |
+
id er
|
817 |
+
Ġl oc
|
818 |
+
Ġte xt
|
819 |
+
ol d
|
820 |
+
Ġac cess
|
821 |
+
Ġpos s
|
822 |
+
e g
|
823 |
+
e ver
|
824 |
+
Ġe very
|
825 |
+
Ġ end
|
826 |
+
od e
|
827 |
+
Ġdis c
|
828 |
+
Ġ V
|
829 |
+
Ġst art
|
830 |
+
Ġde p
|
831 |
+
Ġinv ol
|
832 |
+
Ġa ut
|
833 |
+
Ġc reate
|
834 |
+
Ġwe bs
|
835 |
+
Ġb ack
|
836 |
+
Ġen s
|
837 |
+
pt ion
|
838 |
+
' t
|
839 |
+
Ġg l
|
840 |
+
Ġe le
|
841 |
+
Ġle vel
|
842 |
+
Ġwor ds
|
843 |
+
Ġco st
|
844 |
+
D es
|
845 |
+
ĠC h
|
846 |
+
enc y
|
847 |
+
p ort
|
848 |
+
Ġc or
|
849 |
+
Ġo wn
|
850 |
+
ant s
|
851 |
+
Ġ ident
|
852 |
+
ĠĠĠĠ ĠĠĠ
|
853 |
+
re ad
|
854 |
+
Ġp ur
|
855 |
+
on d
|
856 |
+
Ġs ur
|
857 |
+
Ġchar act
|
858 |
+
Ġre f
|
859 |
+
Ġcl ass
|
860 |
+
Ġunder stand
|
861 |
+
l ed
|
862 |
+
ab les
|
863 |
+
Ġsystem s
|
864 |
+
c k
|
865 |
+
Ġev en
|
866 |
+
Ġsu mm
|
867 |
+
Ġse ver
|
868 |
+
Ġsignific ant
|
869 |
+
Ġcommun ic
|
870 |
+
Ġ '
|
871 |
+
in ing
|
872 |
+
Ġsu c
|
873 |
+
Ġ **
|
874 |
+
c ing
|
875 |
+
Ġor der
|
876 |
+
Ġch ang
|
877 |
+
Ġpro m
|
878 |
+
Ġlar ge
|
879 |
+
c ur
|
880 |
+
he n
|
881 |
+
re en
|
882 |
+
Ġinclud e
|
883 |
+
Ġin s
|
884 |
+
A n
|
885 |
+
Ġexper ience
|
886 |
+
Ġm y
|
887 |
+
`` `
|
888 |
+
Ġwor d
|
889 |
+
h ing
|
890 |
+
Ġ ent
|
891 |
+
Ġch ange
|
892 |
+
Ġmed ia
|
893 |
+
n ect
|
894 |
+
Ġf riend
|
895 |
+
iv ity
|
896 |
+
Ġl ight
|
897 |
+
ie w
|
898 |
+
Ġthe n
|
899 |
+
Ġval ue
|
900 |
+
c ul
|
901 |
+
Ġfe el
|
902 |
+
Ġcomm on
|
903 |
+
en se
|
904 |
+
Ġm ade
|
905 |
+
Ġd r
|
906 |
+
Ġth ree
|
907 |
+
ĠU n
|
908 |
+
Ġr ight
|
909 |
+
Ġis s
|
910 |
+
Ġcustom ers
|
911 |
+
ab ility
|
912 |
+
Ġ x
|
913 |
+
Ġin f
|
914 |
+
Ġso ft
|
915 |
+
Ġperson al
|
916 |
+
Ġ ed
|
917 |
+
l ing
|
918 |
+
m er
|
919 |
+
pl oy
|
920 |
+
c om
|
921 |
+
Ġy ear
|
922 |
+
Ġd own
|
923 |
+
ĠH ow
|
924 |
+
Ġst ate
|
925 |
+
ou se
|
926 |
+
Ġspec ific
|
927 |
+
Ġcont ent
|
928 |
+
Ġke y
|
929 |
+
Ġc ur
|
930 |
+
iz ation
|
931 |
+
Ġb ased
|
932 |
+
Ġto p
|
933 |
+
Ġm at
|
934 |
+
Ġm em
|
935 |
+
eng th
|
936 |
+
Ġp ar
|
937 |
+
Ġst ory
|
938 |
+
ot her
|
939 |
+
ru ct
|
940 |
+
Ġtas ks
|
941 |
+
Ġpro t
|
942 |
+
Ġmet h
|
943 |
+
Ġeffect ive
|
944 |
+
Ġ ve
|
945 |
+
it al
|
946 |
+
os s
|
947 |
+
Ġkn ow
|
948 |
+
Ġnat ural
|
949 |
+
Ġsu pport
|
950 |
+
ĠThe se
|
951 |
+
Ġeff ic
|
952 |
+
Ġsuc cess
|
953 |
+
O ne
|
954 |
+
Ġbe h
|
955 |
+
Ġcont in
|
956 |
+
con om
|
957 |
+
Ġp ol
|
958 |
+
Ġf act
|
959 |
+
Ġre v
|
960 |
+
o st
|
961 |
+
Ġs l
|
962 |
+
Ġg et
|
963 |
+
Ġkn own
|
964 |
+
p r
|
965 |
+
in k
|
966 |
+
Ġbu ild
|
967 |
+
Ġ ess
|
968 |
+
Ġ ide
|
969 |
+
Ġc al
|
970 |
+
Ġe lect
|
971 |
+
Ġar ound
|
972 |
+
ter n
|
973 |
+
Ġincre ase
|
974 |
+
Ġde v
|
975 |
+
Ġte am
|
976 |
+
Ġapp lic
|
977 |
+
Ġpo int
|
978 |
+
Ġwebs ite
|
979 |
+
Ġ 6
|
980 |
+
Ġd ist
|
981 |
+
oc k
|
982 |
+
C reate
|
983 |
+
z e
|
984 |
+
Ġ1 0
|
985 |
+
Ġa v
|
986 |
+
ĠA s
|
987 |
+
Ġh ome
|
988 |
+
et ter
|
989 |
+
Ġa ir
|
990 |
+
Ġre le
|
991 |
+
Ġon line
|
992 |
+
ch ie
|
993 |
+
" <|
|
994 |
+
n er
|
995 |
+
Ġsever al
|
996 |
+
in s
|
997 |
+
re am
|
998 |
+
Ġo bject
|
999 |
+
ot e
|
1000 |
+
Ġse e
|
1001 |
+
ar th
|
1002 |
+
Ġde m
|
1003 |
+
ĠP ro
|
1004 |
+
Ġqu est
|
1005 |
+
Ġmeth od
|
1006 |
+
b ers
|
1007 |
+
Ġcomp any
|
1008 |
+
Ġj ust
|
1009 |
+
in ed
|
1010 |
+
at ures
|
1011 |
+
Ġm on
|
1012 |
+
end ing
|
1013 |
+
ation al
|
1014 |
+
Ġbe l
|
1015 |
+
Des cribe
|
1016 |
+
v ent
|
1017 |
+
Ġa chie
|
1018 |
+
Ġs un
|
1019 |
+
-- --
|
1020 |
+
W hat
|
1021 |
+
Ġo pt
|
1022 |
+
ar ds
|
1023 |
+
ce pt
|
1024 |
+
oc us
|
1025 |
+
Ġam ount
|
1026 |
+
Ġdevelop ment
|
1027 |
+
is m
|
1028 |
+
E x
|
1029 |
+
Ġcomput er
|
1030 |
+
at ure
|
1031 |
+
Ġlear n
|
1032 |
+
Ġpro f
|
1033 |
+
ver n
|
1034 |
+
Ġex t
|
1035 |
+
ual ly
|
1036 |
+
e e
|
1037 |
+
t il
|
1038 |
+
y n
|
1039 |
+
iqu e
|
1040 |
+
Ġt em
|
1041 |
+
Ġb re
|
1042 |
+
Ġre st
|
1043 |
+
Ġn etw
|
1044 |
+
ver t
|
1045 |
+
Ġon ly
|
1046 |
+
r on
|
1047 |
+
Ġbenef its
|
1048 |
+
1 0
|
1049 |
+
: **
|
1050 |
+
o v
|
1051 |
+
Ġm ult
|
1052 |
+
Ġcons ider
|
1053 |
+
Ġdet erm
|
1054 |
+
y c
|
1055 |
+
Ġp red
|
1056 |
+
in ation
|
1057 |
+
Ġf ocus
|
1058 |
+
Ġb etter
|
1059 |
+
Ġan im
|
1060 |
+
Ġm achine
|
1061 |
+
Ġman age
|
1062 |
+
Ġ K
|
1063 |
+
Ġc are
|
1064 |
+
ar s
|
1065 |
+
_ _
|
1066 |
+
Ġre ad
|
1067 |
+
Ġcon nect
|
1068 |
+
se lf
|
1069 |
+
Ġtyp e
|
1070 |
+
way s
|
1071 |
+
y th
|
1072 |
+
ou p
|
1073 |
+
id es
|
1074 |
+
Ġph ys
|
1075 |
+
Ġke ep
|
1076 |
+
Ġident ify
|
1077 |
+
Ġe conom
|
1078 |
+
Ġcomple x
|
1079 |
+
er c
|
1080 |
+
Ġde f
|
1081 |
+
Ġsoft ware
|
1082 |
+
i er
|
1083 |
+
i red
|
1084 |
+
et s
|
1085 |
+
Ġind ust
|
1086 |
+
a ut
|
1087 |
+
u ch
|
1088 |
+
Ġo p
|
1089 |
+
pp ing
|
1090 |
+
Ġpart ic
|
1091 |
+
Ġserv ice
|
1092 |
+
Ġmod el
|
1093 |
+
r en
|
1094 |
+
he re
|
1095 |
+
Ġsu b
|
1096 |
+
e f
|
1097 |
+
ill s
|
1098 |
+
ie ld
|
1099 |
+
i x
|
1100 |
+
o k
|
1101 |
+
Ġapp ro
|
1102 |
+
Ġstr u
|
1103 |
+
Ġneed s
|
1104 |
+
Ġfam ily
|
1105 |
+
Ġposs ible
|
1106 |
+
W rite
|
1107 |
+
Ġanal y
|
1108 |
+
Ġindividual s
|
1109 |
+
l ess
|
1110 |
+
om p
|
1111 |
+
er tain
|
1112 |
+
ion al
|
1113 |
+
Ġle t
|
1114 |
+
Ġf ound
|
1115 |
+
Ġch all
|
1116 |
+
H ere
|
1117 |
+
Ġc ap
|
1118 |
+
ĠO n
|
1119 |
+
a ir
|
1120 |
+
p ect
|
1121 |
+
gg est
|
1122 |
+
a ve
|
1123 |
+
Ġm ust
|
1124 |
+
Ġvari ous
|
1125 |
+
Ġother s
|
1126 |
+
at s
|
1127 |
+
ra ph
|
1128 |
+
Ġr ange
|
1129 |
+
Ġme ans
|
1130 |
+
Ġcharact er
|
1131 |
+
Ġs w
|
1132 |
+
ol s
|
1133 |
+
c ed
|
1134 |
+
t ed
|
1135 |
+
Ġg u
|
1136 |
+
ig ence
|
1137 |
+
Ġcont ro
|
1138 |
+
Ġ2 0
|
1139 |
+
Ġstr ate
|
1140 |
+
Ġens ure
|
1141 |
+
Ġed uc
|
1142 |
+
i ed
|
1143 |
+
ut ure
|
1144 |
+
Ġres ources
|
1145 |
+
Ġs er
|
1146 |
+
Ġc all
|
1147 |
+
Ġl ine
|
1148 |
+
A s
|
1149 |
+
a pt
|
1150 |
+
Ġto get
|
1151 |
+
Ġh ist
|
1152 |
+
anc ed
|
1153 |
+
yth on
|
1154 |
+
Ġtoget her
|
1155 |
+
Ġ 0
|
1156 |
+
Ġproduct s
|
1157 |
+
ub lic
|
1158 |
+
l us
|
1159 |
+
y m
|
1160 |
+
Ġa ud
|
1161 |
+
Ġstr ong
|
1162 |
+
Ġproble m
|
1163 |
+
f ter
|
1164 |
+
il ities
|
1165 |
+
Ġway s
|
1166 |
+
aus e
|
1167 |
+
Ġresp ons
|
1168 |
+
Ġare a
|
1169 |
+
Ġfo re
|
1170 |
+
rib ut
|
1171 |
+
i ents
|
1172 |
+
o h
|
1173 |
+
ĠC on
|
1174 |
+
Ġab le
|
1175 |
+
Ġp ract
|
1176 |
+
t le
|
1177 |
+
Ġ 8
|
1178 |
+
om et
|
1179 |
+
pl ain
|
1180 |
+
ib ility
|
1181 |
+
w er
|
1182 |
+
Ġris k
|
1183 |
+
Ġess ential
|
1184 |
+
t y
|
1185 |
+
ĠI f
|
1186 |
+
re es
|
1187 |
+
Ġo per
|
1188 |
+
Ġd ig
|
1189 |
+
as ing
|
1190 |
+
Ġme an
|
1191 |
+
Ġtrans port
|
1192 |
+
re ct
|
1193 |
+
at h
|
1194 |
+
Ġf uture
|
1195 |
+
ou ra
|
1196 |
+
ent al
|
1197 |
+
ain s
|
1198 |
+
em s
|
1199 |
+
Ġun til
|
1200 |
+
h or
|
1201 |
+
Ġ $
|
1202 |
+
Ġs al
|
1203 |
+
Ġinter act
|
1204 |
+
Ġrel ations
|
1205 |
+
Ġinvol ves
|
1206 |
+
Ġin put
|
1207 |
+
om m
|
1208 |
+
ol ution
|
1209 |
+
Ġprot ect
|
1210 |
+
o ice
|
1211 |
+
Ġb est
|
1212 |
+
Ġg reen
|
1213 |
+
Ġal ways
|
1214 |
+
Ġ1 9
|
1215 |
+
Ġgo vern
|
1216 |
+
i an
|
1217 |
+
Ġsh are
|
1218 |
+
Ġhelp s
|
1219 |
+
Ġinv est
|
1220 |
+
d it
|
1221 |
+
Ġs ources
|
1222 |
+
Ġn ight
|
1223 |
+
av i
|
1224 |
+
|> "
|
1225 |
+
Ġgr oup
|
1226 |
+
Ġdecis ion
|
1227 |
+
Ġchang es
|
1228 |
+
ĠHow ever
|
1229 |
+
Ġtem per
|
1230 |
+
b ot
|
1231 |
+
er y
|
1232 |
+
Ġc ent
|
1233 |
+
Ġbe fore
|
1234 |
+
ul ation
|
1235 |
+
Ġhe art
|
1236 |
+
Ġwith out
|
1237 |
+
Ġredu cing
|
1238 |
+
Ġrelations hip
|
1239 |
+
) ,
|
1240 |
+
ro s
|
1241 |
+
Ġstep s
|
1242 |
+
Ġm us
|
1243 |
+
Ex plain
|
1244 |
+
v en
|
1245 |
+
y ing
|
1246 |
+
ic le
|
1247 |
+
iv ed
|
1248 |
+
ag ing
|
1249 |
+
Ġgrow th
|
1250 |
+
o ve
|
1251 |
+
Ġ <
|
1252 |
+
Ġcle ar
|
1253 |
+
Ġcon f
|
1254 |
+
c are
|
1255 |
+
Ġret urn
|
1256 |
+
Ġpop ular
|
1257 |
+
Ġt ri
|
1258 |
+
Ġhealth y
|
1259 |
+
Ġmain tain
|
1260 |
+
ff ic
|
1261 |
+
Ġem ploy
|
1262 |
+
Ġcommunic ation
|
1263 |
+
o x
|
1264 |
+
Ġf ive
|
1265 |
+
ab or
|
1266 |
+
Ġinter n
|
1267 |
+
ene w
|
1268 |
+
a j
|
1269 |
+
d ent
|
1270 |
+
an ces
|
1271 |
+
Ġint ell
|
1272 |
+
Ġprovid ing
|
1273 |
+
c ri
|
1274 |
+
in c
|
1275 |
+
ver all
|
1276 |
+
Ġse arch
|
1277 |
+
ĠF or
|
1278 |
+
Ġbeh avi
|
1279 |
+
i ety
|
1280 |
+
Ġha pp
|
1281 |
+
Ġev ent
|
1282 |
+
Ġpos itive
|
1283 |
+
Ġlo ve
|
1284 |
+
Ġc ode
|
1285 |
+
ĠE x
|
1286 |
+
Ġab ility
|
1287 |
+
Ġreg ular
|
1288 |
+
Ġpred ict
|
1289 |
+
d ay
|
1290 |
+
Ġ âĢ
|
1291 |
+
Ġwith in
|
1292 |
+
Ġun ique
|
1293 |
+
Ġexp ress
|
1294 |
+
Ġperform ance
|
1295 |
+
Ġalgorith ms
|
1296 |
+
T his
|
1297 |
+
Ġs it
|
1298 |
+
ro du
|
1299 |
+
Ġen c
|
1300 |
+
og n
|
1301 |
+
Ġc r
|
1302 |
+
ĠB y
|
1303 |
+
ĠW ith
|
1304 |
+
Ġlevel s
|
1305 |
+
Ġre al
|
1306 |
+
Ġst and
|
1307 |
+
od y
|
1308 |
+
Ġacc ount
|
1309 |
+
Ġallow s
|
1310 |
+
f ic
|
1311 |
+
Ġl ess
|
1312 |
+
ĠS he
|
1313 |
+
op e
|
1314 |
+
ĠW e
|
1315 |
+
ĠR e
|
1316 |
+
Ġyear s
|
1317 |
+
e xt
|
1318 |
+
p ar
|
1319 |
+
Ġw arm
|
1320 |
+
Ġst ore
|
1321 |
+
ra y
|
1322 |
+
Ġmarket ing
|
1323 |
+
Ġphys ical
|
1324 |
+
dent ify
|
1325 |
+
ĠT h
|
1326 |
+
Ġfe atures
|
1327 |
+
H e
|
1328 |
+
Ġcon st
|
1329 |
+
am p
|
1330 |
+
anc ial
|
1331 |
+
Ġuser s
|
1332 |
+
b on
|
1333 |
+
Ġl and
|
1334 |
+
Ġmo ve
|
1335 |
+
Ġr un
|
1336 |
+
ff ect
|
1337 |
+
Ġcons um
|
1338 |
+
pport un
|
1339 |
+
Ġsumm ary
|
1340 |
+
iz ing
|
1341 |
+
Ġover all
|
1342 |
+
Ġaud ience
|
1343 |
+
o ver
|
1344 |
+
p o
|
1345 |
+
Ġp resent
|
1346 |
+
Ġde ep
|
1347 |
+
Ġpl ace
|
1348 |
+
ific ial
|
1349 |
+
Ġ 7
|
1350 |
+
Ġh im
|
1351 |
+
ist s
|
1352 |
+
ĠE arth
|
1353 |
+
Ġinter est
|
1354 |
+
Ġstru ct
|
1355 |
+
N ame
|
1356 |
+
Ġgo als
|
1357 |
+
fic ult
|
1358 |
+
ent ly
|
1359 |
+
Ġcom e
|
1360 |
+
ust ain
|
1361 |
+
Ġme as
|
1362 |
+
Ġfriend s
|
1363 |
+
Ġstate ment
|
1364 |
+
Ġcur r
|
1365 |
+
enew able
|
1366 |
+
Ġ er
|
1367 |
+
Ġt est
|
1368 |
+
an k
|
1369 |
+
Ġf ac
|
1370 |
+
Ġf ield
|
1371 |
+
Ġqu ick
|
1372 |
+
Ġdif ficult
|
1373 |
+
Ġpo ll
|
1374 |
+
Ġsa f
|
1375 |
+
j oy
|
1376 |
+
Ġof fer
|
1377 |
+
Ġre se
|
1378 |
+
im es
|
1379 |
+
Ġbe aut
|
1380 |
+
ĠI m
|
1381 |
+
Ġsh ow
|
1382 |
+
Ġev ents
|
1383 |
+
Ġro le
|
1384 |
+
ater ial
|
1385 |
+
Ġexper i
|
1386 |
+
Ġbusiness es
|
1387 |
+
Ġcontro l
|
1388 |
+
ar get
|
1389 |
+
Ġg ame
|
1390 |
+
ip le
|
1391 |
+
Ġlead ing
|
1392 |
+
e ad
|
1393 |
+
Ġ [
|
1394 |
+
Ġserv ices
|
1395 |
+
l u
|
1396 |
+
Ġs ame
|
1397 |
+
ĠY ou
|
1398 |
+
Ġt er
|
1399 |
+
Ġo pportun
|
1400 |
+
Ġchall eng
|
1401 |
+
ob al
|
1402 |
+
O n
|
1403 |
+
u ment
|
1404 |
+
or ies
|
1405 |
+
Ġf ull
|
1406 |
+
Ġs omet
|
1407 |
+
Ġd uring
|
1408 |
+
Ġth ough
|
1409 |
+
Ġcom b
|
1410 |
+
Ġne g
|
1411 |
+
ĠH ere
|
1412 |
+
Ġtra vel
|
1413 |
+
mer ic
|
1414 |
+
Ġp ublic
|
1415 |
+
Ġm aterial
|
1416 |
+
Ġwas te
|
1417 |
+
Ġcl imate
|
1418 |
+
Ġcreat ing
|
1419 |
+
Ġfin ancial
|
1420 |
+
Ġdecis ions
|
1421 |
+
Ġalgorith m
|
1422 |
+
" .
|
1423 |
+
) .
|
1424 |
+
Ġ 9
|
1425 |
+
le ep
|
1426 |
+
Ġart icle
|
1427 |
+
Ġcor rect
|
1428 |
+
r ast
|
1429 |
+
Ġhe at
|
1430 |
+
Ġm aj
|
1431 |
+
one y
|
1432 |
+
I t
|
1433 |
+
Ġt arget
|
1434 |
+
ĠS p
|
1435 |
+
Ġj ob
|
1436 |
+
oh n
|
1437 |
+
Ġtransport ation
|
1438 |
+
Ġw ind
|
1439 |
+
Ġd ire
|
1440 |
+
Ġth ose
|
1441 |
+
Ġst ress
|
1442 |
+
Ġsh o
|
1443 |
+
ĠD e
|
1444 |
+
Ġbec ause
|
1445 |
+
Ġmin ut
|
1446 |
+
dition ally
|
1447 |
+
Ġeduc ation
|
1448 |
+
Ġmean ing
|
1449 |
+
ros s
|
1450 |
+
Ġintell igence
|
1451 |
+
g er
|
1452 |
+
Ġint eg
|
1453 |
+
Ġqu ality
|
1454 |
+
Ġag ain
|
1455 |
+
Ġcount ries
|
1456 |
+
Ġele ments
|
1457 |
+
our ce
|
1458 |
+
Ġadd ress
|
1459 |
+
) :
|
1460 |
+
es p
|
1461 |
+
Ġn ame
|
1462 |
+
Ġcon cept
|
1463 |
+
Ġhealth care
|
1464 |
+
G iven
|
1465 |
+
p ro
|
1466 |
+
Ġl it
|
1467 |
+
Ġit ems
|
1468 |
+
Ġeas y
|
1469 |
+
Ġcal cul
|
1470 |
+
Ġapplic ations
|
1471 |
+
1 9
|
1472 |
+
w ards
|
1473 |
+
Ġw ant
|
1474 |
+
Ġpro per
|
1475 |
+
Ġrep resent
|
1476 |
+
ĠUn ited
|
1477 |
+
Ġopt im
|
1478 |
+
cess ary
|
1479 |
+
Ġprovid es
|
1480 |
+
Ġequ ation
|
1481 |
+
Ġeffic ient
|
1482 |
+
Ġnetw ork
|
1483 |
+
lus ion
|
1484 |
+
r ation
|
1485 |
+
ort s
|
1486 |
+
os p
|
1487 |
+
Ġsc ient
|
1488 |
+
at form
|
1489 |
+
Ġc ult
|
1490 |
+
Ġb i
|
1491 |
+
Ġb ir
|
1492 |
+
Ġbre ak
|
1493 |
+
o id
|
1494 |
+
Ġs ustain
|
1495 |
+
Ġw ide
|
1496 |
+
Ġw rit
|
1497 |
+
as h
|
1498 |
+
Ġst ay
|
1499 |
+
ĠW h
|
1500 |
+
Ġcar bon
|
1501 |
+
Ġsk ills
|
1502 |
+
l ight
|
1503 |
+
Ġ est
|
1504 |
+
an e
|
1505 |
+
ĠA meric
|
1506 |
+
ter ns
|
1507 |
+
av es
|
1508 |
+
Ġachie ve
|
1509 |
+
Ġanim als
|
1510 |
+
R ew
|
1511 |
+
r t
|
1512 |
+
Ġm uch
|
1513 |
+
Ġch ild
|
1514 |
+
Ġprogra mm
|
1515 |
+
Ġve get
|
1516 |
+
Ġp a
|
1517 |
+
ĠP l
|
1518 |
+
pl es
|
1519 |
+
Ġem ail
|
1520 |
+
Ġpre vent
|
1521 |
+
cur ity
|
1522 |
+
ver se
|
1523 |
+
Ġar g
|
1524 |
+
Ġpat terns
|
1525 |
+
2 0
|
1526 |
+
f act
|
1527 |
+
Ġs ide
|
1528 |
+
Ġh ard
|
1529 |
+
Ġim m
|
1530 |
+
The re
|
1531 |
+
oo se
|
1532 |
+
Ġrequ ire
|
1533 |
+
at ch
|
1534 |
+
Ġh ig
|
1535 |
+
Ġpro ject
|
1536 |
+
ra m
|
1537 |
+
ĠThe re
|
1538 |
+
Ġse lf
|
1539 |
+
Ġpl atform
|
1540 |
+
Ġact iv
|
1541 |
+
Ġbec ome
|
1542 |
+
Ġop en
|
1543 |
+
Ġgovern ment
|
1544 |
+
is hed
|
1545 |
+
Ġd on
|
1546 |
+
Ġwh y
|
1547 |
+
Ġcol or
|
1548 |
+
Ġaut om
|
1549 |
+
Ġbehavi or
|
1550 |
+
ou d
|
1551 |
+
us s
|
1552 |
+
ll abor
|
1553 |
+
Ġde li
|
1554 |
+
Ġwe b
|
1555 |
+
Ġdo es
|
1556 |
+
ĠAd ditionally
|
1557 |
+
Ġmaj or
|
1558 |
+
C on
|
1559 |
+
Ġp res
|
1560 |
+
Ġl ay
|
1561 |
+
ch o
|
1562 |
+
ĠE m
|
1563 |
+
I dentify
|
1564 |
+
Ġm ot
|
1565 |
+
as on
|
1566 |
+
ent ion
|
1567 |
+
Ġsu re
|
1568 |
+
Ġse curity
|
1569 |
+
Rew rite
|
1570 |
+
f or
|
1571 |
+
i ency
|
1572 |
+
Ġwor king
|
1573 |
+
Ġstruct ure
|
1574 |
+
al u
|
1575 |
+
Ġre ach
|
1576 |
+
Ġare as
|
1577 |
+
Ġsh ort
|
1578 |
+
Ġpr ice
|
1579 |
+
Ġpr int
|
1580 |
+
Ġdiffer ences
|
1581 |
+
Ġfl ow
|
1582 |
+
Ġallow ing
|
1583 |
+
Ġgl obal
|
1584 |
+
? <|
|
1585 |
+
b y
|
1586 |
+
at ic
|
1587 |
+
Ġse con
|
1588 |
+
ĠP ython
|
1589 |
+
Ġhist ory
|
1590 |
+
r ing
|
1591 |
+
end s
|
1592 |
+
ĠA l
|
1593 |
+
Ġsu pp
|
1594 |
+
Ġsu ggest
|
1595 |
+
Ġne ver
|
1596 |
+
ĠG o
|
1597 |
+
Ġrese arch
|
1598 |
+
l ass
|
1599 |
+
w ard
|
1600 |
+
Ġf u
|
1601 |
+
Ġb al
|
1602 |
+
Ġm ight
|
1603 |
+
le ment
|
1604 |
+
Ġg enerate
|
1605 |
+
Ġex c
|
1606 |
+
Ġcaus e
|
1607 |
+
v ant
|
1608 |
+
Ġ ver
|
1609 |
+
er t
|
1610 |
+
Ġm akes
|
1611 |
+
Ġl ow
|
1612 |
+
if ied
|
1613 |
+
Ġdiffer ence
|
1614 |
+
Ġnum bers
|
1615 |
+
Ġval ues
|
1616 |
+
ĠĠĠĠĠĠĠĠ ĠĠĠ
|
1617 |
+
Ġcle an
|
1618 |
+
dit ions
|
1619 |
+
Ġneg ative
|
1620 |
+
f ace
|
1621 |
+
Ġo c
|
1622 |
+
Ġb ody
|
1623 |
+
Ġd a
|
1624 |
+
ur ate
|
1625 |
+
Ġacc urate
|
1626 |
+
Ġresult s
|
1627 |
+
Ġprogra m
|
1628 |
+
Ġiss ue
|
1629 |
+
Ġiss ues
|
1630 |
+
Ġc ity
|
1631 |
+
Ġm ess
|
1632 |
+
Ġin n
|
1633 |
+
Ġl ives
|
1634 |
+
Ġar r
|
1635 |
+
Ġfact ors
|
1636 |
+
Ġdev ices
|
1637 |
+
l ish
|
1638 |
+
Ġo il
|
1639 |
+
Ġw al
|
1640 |
+
Ġl ength
|
1641 |
+
Ġbel ie
|
1642 |
+
in ce
|
1643 |
+
Ġs at
|
1644 |
+
Ġp ain
|
1645 |
+
ar ing
|
1646 |
+
Ġex erc
|
1647 |
+
th ing
|
1648 |
+
Ġcont ribut
|
1649 |
+
Ġpr im
|
1650 |
+
ĠU se
|
1651 |
+
u g
|
1652 |
+
ĠSt ates
|
1653 |
+
Ġeng age
|
1654 |
+
Ġnat ure
|
1655 |
+
Ġprof ess
|
1656 |
+
Ġp ers
|
1657 |
+
Ġdis e
|
1658 |
+
Ġadd ition
|
1659 |
+
Ġdi et
|
1660 |
+
Ġfore st
|
1661 |
+
O verall
|
1662 |
+
a h
|
1663 |
+
p os
|
1664 |
+
Ġf il
|
1665 |
+
ĠW hen
|
1666 |
+
Ġrec ogn
|
1667 |
+
imate ly
|
1668 |
+
Ġstud ents
|
1669 |
+
Ġav ail
|
1670 |
+
r al
|
1671 |
+
t he
|
1672 |
+
Ġo ld
|
1673 |
+
Ġb as
|
1674 |
+
Ġre ce
|
1675 |
+
om es
|
1676 |
+
Ġh arm
|
1677 |
+
red ients
|
1678 |
+
Ġbuild ing
|
1679 |
+
Ġsomet hing
|
1680 |
+
Ġminut es
|
1681 |
+
. "
|
1682 |
+
i um
|
1683 |
+
Ġan other
|
1684 |
+
or ing
|
1685 |
+
ut ions
|
1686 |
+
ĠS ome
|
1687 |
+
Ġen joy
|
1688 |
+
ys is
|
1689 |
+
Ġincre asing
|
1690 |
+
Ġsk y
|
1691 |
+
Ġeng ine
|
1692 |
+
Ġdesign ed
|
1693 |
+
Ġactiv ities
|
1694 |
+
t o
|
1695 |
+
t on
|
1696 |
+
Ġ #
|
1697 |
+
Ġs ing
|
1698 |
+
Ġan s
|
1699 |
+
it ing
|
1700 |
+
Ġb oo
|
1701 |
+
Ġme et
|
1702 |
+
ĠIn d
|
1703 |
+
Ġinclud es
|
1704 |
+
iqu es
|
1705 |
+
Ġunderstand ing
|
1706 |
+
Ġquest ion
|
1707 |
+
m e
|
1708 |
+
Ġe l
|
1709 |
+
Ġl im
|
1710 |
+
Ġn on
|
1711 |
+
Ġse c
|
1712 |
+
Ġtyp es
|
1713 |
+
Ġsim ple
|
1714 |
+
e x
|
1715 |
+
Ġc ell
|
1716 |
+
Ġp ast
|
1717 |
+
Ġto ols
|
1718 |
+
Ġbe g
|
1719 |
+
Ġhe ad
|
1720 |
+
Ġsoc iety
|
1721 |
+
Ġplan et
|
1722 |
+
Ġloc al
|
1723 |
+
Ġdem and
|
1724 |
+
Ġstrate g
|
1725 |
+
F ind
|
1726 |
+
S he
|
1727 |
+
Ġt rees
|
1728 |
+
at or
|
1729 |
+
Ġc ertain
|
1730 |
+
Ġn ut
|
1731 |
+
Ġne cessary
|
1732 |
+
ĠW hat
|
1733 |
+
Ġph ot
|
1734 |
+
Ġproble ms
|
1735 |
+
Ġide as
|
1736 |
+
Ġelect ric
|
1737 |
+
Ġmult iple
|
1738 |
+
Ġcurr ent
|
1739 |
+
i ate
|
1740 |
+
Ġt aking
|
1741 |
+
as ter
|
1742 |
+
Ġd ue
|
1743 |
+
iss ions
|
1744 |
+
Ġmanage ment
|
1745 |
+
m at
|
1746 |
+
al e
|
1747 |
+
Ġm ind
|
1748 |
+
Ġcomp et
|
1749 |
+
ight s
|
1750 |
+
Ġtra ining
|
1751 |
+
Ġem ot
|
1752 |
+
Ġnum er
|
1753 |
+
Ġtyp ically
|
1754 |
+
Ġtemper ature
|
1755 |
+
Ġ *
|
1756 |
+
re t
|
1757 |
+
Ġe ar
|
1758 |
+
Ġv ir
|
1759 |
+
Ġup on
|
1760 |
+
Ġprocess ing
|
1761 |
+
Ġtechn iques
|
1762 |
+
Ġpartic ular
|
1763 |
+
Ġchalleng es
|
1764 |
+
m osp
|
1765 |
+
Ġs qu
|
1766 |
+
Ġc ase
|
1767 |
+
Ġf re
|
1768 |
+
Ġm oney
|
1769 |
+
le x
|
1770 |
+
Ġcon ditions
|
1771 |
+
Ġcont ain
|
1772 |
+
ang le
|
1773 |
+
Ġfe ed
|
1774 |
+
ĠO ne
|
1775 |
+
Ġquick ly
|
1776 |
+
d e
|
1777 |
+
e et
|
1778 |
+
Ġn ow
|
1779 |
+
il ar
|
1780 |
+
pp ed
|
1781 |
+
Ġpl ant
|
1782 |
+
Ġbr ing
|
1783 |
+
Ġmin im
|
1784 |
+
Ġappro ach
|
1785 |
+
i res
|
1786 |
+
Ġt ree
|
1787 |
+
Ġs leep
|
1788 |
+
is ing
|
1789 |
+
Ġmo v
|
1790 |
+
pp er
|
1791 |
+
Ġ1 00
|
1792 |
+
Ġpl ants
|
1793 |
+
Ġat mosp
|
1794 |
+
Ġfe w
|
1795 |
+
Ġmod els
|
1796 |
+
Ġla w
|
1797 |
+
Ġpur ch
|
1798 |
+
p or
|
1799 |
+
Ġt reat
|
1800 |
+
or ds
|
1801 |
+
Ġl ast
|
1802 |
+
Ġl ook
|
1803 |
+
Ġus es
|
1804 |
+
Ġr enewable
|
1805 |
+
Ġwe ather
|
1806 |
+
are d
|
1807 |
+
Ġadv ant
|
1808 |
+
Ġinf lu
|
1809 |
+
Ġsit u
|
1810 |
+
b ack
|
1811 |
+
n g
|
1812 |
+
r ound
|
1813 |
+
Ġs n
|
1814 |
+
ĠT o
|
1815 |
+
av or
|
1816 |
+
Ġam ong
|
1817 |
+
Ġvari ety
|
1818 |
+
Ġpop ulation
|
1819 |
+
Ġmethod s
|
1820 |
+
Ġmaterial s
|
1821 |
+
Ġsecon d
|
1822 |
+
Ġinn ov
|
1823 |
+
er ing
|
1824 |
+
Ġb ook
|
1825 |
+
Ġto wards
|
1826 |
+
Ġd id
|
1827 |
+
Ġg en
|
1828 |
+
oun ds
|
1829 |
+
ac y
|
1830 |
+
ap e
|
1831 |
+
Ġpo em
|
1832 |
+
C omp
|
1833 |
+
W e
|
1834 |
+
Ġsp ace
|
1835 |
+
av ing
|
1836 |
+
Ġeffect s
|
1837 |
+
led ge
|
1838 |
+
oura ge
|
1839 |
+
r ase
|
1840 |
+
Ġa ction
|
1841 |
+
Ġp ay
|
1842 |
+
Ġm il
|
1843 |
+
us e
|
1844 |
+
Ġl ower
|
1845 |
+
Ġl oss
|
1846 |
+
��ar ray
|
1847 |
+
Ġout put
|
1848 |
+
Ġtas k
|
1849 |
+
Ġpower ful
|
1850 |
+
Ġconc lusion
|
1851 |
+
Ġcall ed
|
1852 |
+
Ġdig ital
|
1853 |
+
f ort
|
1854 |
+
Ġc m
|
1855 |
+
Ġf ru
|
1856 |
+
Ġb o
|
1857 |
+
Ġm om
|
1858 |
+
Ġd ra
|
1859 |
+
Ġsp read
|
1860 |
+
Ġimport ance
|
1861 |
+
Ġeconom ic
|
1862 |
+
t al
|
1863 |
+
u ce
|
1864 |
+
y d
|
1865 |
+
Ġt able
|
1866 |
+
Ġs ense
|
1867 |
+
Ġp ie
|
1868 |
+
Ġh ouse
|
1869 |
+
Ġqu ant
|
1870 |
+
Ġmed ical
|
1871 |
+
h ouse
|
1872 |
+
Ġ i
|
1873 |
+
Ġf all
|
1874 |
+
Ġimp lement
|
1875 |
+
pl ace
|
1876 |
+
Ġstr ing
|
1877 |
+
Ġconc er
|
1878 |
+
dition al
|
1879 |
+
Ġpoint s
|
1880 |
+
omm end
|
1881 |
+
Ġpoll ution
|
1882 |
+
T o
|
1883 |
+
b e
|
1884 |
+
in king
|
1885 |
+
Ġc up
|
1886 |
+
Ġf ree
|
1887 |
+
Ġb ro
|
1888 |
+
ur ther
|
1889 |
+
ive ly
|
1890 |
+
res h
|
1891 |
+
our s
|
1892 |
+
vers ity
|
1893 |
+
Ġcommun ity
|
1894 |
+
Ġter ms
|
1895 |
+
Ġ ing
|
1896 |
+
Ġs ource
|
1897 |
+
ĠS c
|
1898 |
+
og raph
|
1899 |
+
ĠF r
|
1900 |
+
Ġsome one
|
1901 |
+
Ġdire ct
|
1902 |
+
. "<|
|
1903 |
+
a ur
|
1904 |
+
Ġt akes
|
1905 |
+
ific ation
|
1906 |
+
Ġincre ased
|
1907 |
+
Ġass istant
|
1908 |
+
Ġcomple te
|
1909 |
+
Ġindust ry
|
1910 |
+
Ġrelationship s
|
1911 |
+
L ist
|
1912 |
+
c ome
|
1913 |
+
p ose
|
1914 |
+
Ġa fter
|
1915 |
+
im ent
|
1916 |
+
ate gor
|
1917 |
+
Ġsu m
|
1918 |
+
Ġem issions
|
1919 |
+
Ġcol le
|
1920 |
+
Ġcount ry
|
1921 |
+
Ġa ffect
|
1922 |
+
Ġc amp
|
1923 |
+
Ġb ra
|
1924 |
+
Ġl ed
|
1925 |
+
Ġyou ng
|
1926 |
+
se qu
|
1927 |
+
ill ed
|
1928 |
+
Ġart ificial
|
1929 |
+
Ġeffic iency
|
1930 |
+
ĠOn ce
|
1931 |
+
b ased
|
1932 |
+
Ġo b
|
1933 |
+
Ġe y
|
1934 |
+
Ġn am
|
1935 |
+
ĠC an
|
1936 |
+
Ġne xt
|
1937 |
+
ne y
|
1938 |
+
Ġsol ution
|
1939 |
+
Ġknow ledge
|
1940 |
+
Ġsuccess ful
|
1941 |
+
Ġdeterm ine
|
1942 |
+
Ġatmosp here
|
1943 |
+
f ect
|
1944 |
+
ul a
|
1945 |
+
Ġcomp an
|
1946 |
+
Ġday s
|
1947 |
+
Ġeas ier
|
1948 |
+
ĠEn g
|
1949 |
+
Ġspe ed
|
1950 |
+
Ġintern et
|
1951 |
+
Ġpa per
|
1952 |
+
Ġd ark
|
1953 |
+
ist ics
|
1954 |
+
Ġst o
|
1955 |
+
Ġch o
|
1956 |
+
ag n
|
1957 |
+
Ġpo st
|
1958 |
+
Ġref ers
|
1959 |
+
Ġer r
|
1960 |
+
Ġans wer
|
1961 |
+
a w
|
1962 |
+
g en
|
1963 |
+
i et
|
1964 |
+
t ime
|
1965 |
+
Ġt urn
|
1966 |
+
le t
|
1967 |
+
Ġl iving
|
1968 |
+
em ber
|
1969 |
+
Ġprocess es
|
1970 |
+
Ġspec ies
|
1971 |
+
Ġcomput ers
|
1972 |
+
An d
|
1973 |
+
' re
|
1974 |
+
Ġs ize
|
1975 |
+
Ġs cho
|
1976 |
+
Ġe c
|
1977 |
+
Ġv iew
|
1978 |
+
Ġen h
|
1979 |
+
Ġco ok
|
1980 |
+
Ġj our
|
1981 |
+
Ġpol it
|
1982 |
+
Ġsustain able
|
1983 |
+
l and
|
1984 |
+
in ter
|
1985 |
+
Ġs yn
|
1986 |
+
Ġd oc
|
1987 |
+
Ġl og
|
1988 |
+
Ġcomp on
|
1989 |
+
ord ing
|
1990 |
+
Ġdet ail
|
1991 |
+
Ġanal ysis
|
1992 |
+
Ġhig her
|
1993 |
+
P ro
|
1994 |
+
a z
|
1995 |
+
g ing
|
1996 |
+
Ġ /
|
1997 |
+
it her
|
1998 |
+
Ġm iss
|
1999 |
+
Ġm ental
|
2000 |
+
Ġg as
|
2001 |
+
Ġst ill
|
2002 |
+
ĠA t
|
2003 |
+
Ġ1 8
|
2004 |
+
act ions
|
2005 |
+
Ġapp ear
|
2006 |
+
Ġrec ommend
|
2007 |
+
Ġcost s
|
2008 |
+
Ġanaly ze
|
2009 |
+
H ow
|
2010 |
+
d ing
|
2011 |
+
Ġc ir
|
2012 |
+
it ation
|
2013 |
+
or ks
|
2014 |
+
st ruct
|
2015 |
+
Ġ1 5
|
2016 |
+
Ġcol lect
|
2017 |
+
ull y
|
2018 |
+
Ġquest ions
|
2019 |
+
Ġsho pping
|
2020 |
+
Ġchild ren
|
2021 |
+
Ġoc cur
|
2022 |
+
c ial
|
2023 |
+
w ord
|
2024 |
+
Ì ¦
|
2025 |
+
Ġc rit
|
2026 |
+
Ġm ax
|
2027 |
+
as ons
|
2028 |
+
Ġe th
|
2029 |
+
Ġh ope
|
2030 |
+
Ġth ings
|
2031 |
+
ll ing
|
2032 |
+
Ġor ig
|
2033 |
+
Ġmo b
|
2034 |
+
ri ate
|
2035 |
+
du ct
|
2036 |
+
ĠB e
|
2037 |
+
Ġsa ve
|
2038 |
+
rop riate
|
2039 |
+
Ġprom ot
|
2040 |
+
yc le
|
2041 |
+
C lass
|
2042 |
+
in al
|
2043 |
+
al y
|
2044 |
+
Ġto tal
|
2045 |
+
ra c
|
2046 |
+
un ch
|
2047 |
+
Ġcon vers
|
2048 |
+
Ġad apt
|
2049 |
+
Ġcont ext
|
2050 |
+
Ġup d
|
2051 |
+
Ġprodu ction
|
2052 |
+
Ġj o
|
2053 |
+
Ġsol ve
|
2054 |
+
Ġexperi ences
|
2055 |
+
Ġopportun ities
|
2056 |
+
Ġavail able
|
2057 |
+
y le
|
2058 |
+
ar ize
|
2059 |
+
Ġre d
|
2060 |
+
Ġco llabor
|
2061 |
+
Ġprodu ce
|
2062 |
+
Ġexpl ain
|
2063 |
+
Ġsat is
|
2064 |
+
̦ ̦
|
2065 |
+
i k
|
2066 |
+
er ve
|
2067 |
+
ly ing
|
2068 |
+
ĠT r
|
2069 |
+
Ġper fect
|
2070 |
+
ĠU S
|
2071 |
+
Ġro bot
|
2072 |
+
Ġneed ed
|
2073 |
+
te xt
|
2074 |
+
Ġmon th
|
2075 |
+
Ġstrateg ies
|
2076 |
+
Ġt ur
|
2077 |
+
id ence
|
2078 |
+
Ġim ages
|
2079 |
+
ep end
|
2080 |
+
Ġnew s
|
2081 |
+
Ġdes crib
|
2082 |
+
ĠU s
|
2083 |
+
Ġeffective ly
|
2084 |
+
Ġcontin u
|
2085 |
+
Ġgreen house
|
2086 |
+
Ġprogramm ing
|
2087 |
+
S um
|
2088 |
+
e es
|
2089 |
+
f ully
|
2090 |
+
Ġv oice
|
2091 |
+
ĠC l
|
2092 |
+
Ġstr ength
|
2093 |
+
Ġtra ditional
|
2094 |
+
Ġlike ly
|
2095 |
+
Ġsm art
|
2096 |
+
Ġide a
|
2097 |
+
r ate
|
2098 |
+
v ide
|
2099 |
+
Ġs ort
|
2100 |
+
Ġs ides
|
2101 |
+
Ġc ru
|
2102 |
+
Ġm or
|
2103 |
+
Ġg ar
|
2104 |
+
Ġmo der
|
2105 |
+
Ġtr ue
|
2106 |
+
ĠIn c
|
2107 |
+
Ġph rase
|
2108 |
+
hes is
|
2109 |
+
Ġadv ent
|
2110 |
+
Ġtop ic
|
2111 |
+
Ġtri angle
|
2112 |
+
g est
|
2113 |
+
Ġt imes
|
2114 |
+
Ġs ym
|
2115 |
+
Ġw ar
|
2116 |
+
ow s
|
2117 |
+
Ġsu bject
|
2118 |
+
Ġgo al
|
2119 |
+
Ġra in
|
2120 |
+
Ġmus ic
|
2121 |
+
Ġagain st
|
2122 |
+
Ġ {
|
2123 |
+
Ġf ace
|
2124 |
+
Ġus ually
|
2125 |
+
Ġact ivity
|
2126 |
+
Ġrespons ible
|
2127 |
+
On ce
|
2128 |
+
Ġa way
|
2129 |
+
or ld
|
2130 |
+
Ġe ither
|
2131 |
+
Ġcon sequ
|
2132 |
+
Ġle g
|
2133 |
+
ast ic
|
2134 |
+
oo king
|
2135 |
+
Ġimpro ving
|
2136 |
+
Class ify
|
2137 |
+
! <|
|
2138 |
+
j ust
|
2139 |
+
at a
|
2140 |
+
Ġf it
|
2141 |
+
Ġde b
|
2142 |
+
Ġtra ck
|
2143 |
+
00 0
|
2144 |
+
Ġform ula
|
2145 |
+
Ġpol ic
|
2146 |
+
Ġrele vant
|
2147 |
+
cri pt
|
2148 |
+
Ġprim ary
|
2149 |
+
a pp
|
2150 |
+
e ch
|
2151 |
+
Ġb all
|
2152 |
+
us h
|
2153 |
+
Ġv ide
|
2154 |
+
pl ay
|
2155 |
+
Ġac ross
|
2156 |
+
âĢ Ŀ
|
2157 |
+
Ġcons ist
|
2158 |
+
Ġdisc uss
|
2159 |
+
Ġconsider ed
|
2160 |
+
Ġexerc ise
|
2161 |
+
Ġfeed back
|
2162 |
+
S t
|
2163 |
+
Ġc at
|
2164 |
+
Ġd ream
|
2165 |
+
Ġle ft
|
2166 |
+
Ġ1 2
|
2167 |
+
Ġapp ropriate
|
2168 |
+
Ġsent ences
|
2169 |
+
Ġpr iv
|
2170 |
+
olog y
|
2171 |
+
Ġcreat ive
|
2172 |
+
Ġhum ans
|
2173 |
+
Ġsim ilar
|
2174 |
+
Ġprom ote
|
2175 |
+
Ġav oid
|
2176 |
+
Ġnumer ous
|
2177 |
+
Ġ ut
|
2178 |
+
on es
|
2179 |
+
Ġp an
|
2180 |
+
Ġm ass
|
2181 |
+
et ic
|
2182 |
+
Ġst e
|
2183 |
+
iv al
|
2184 |
+
Ġex ce
|
2185 |
+
ip e
|
2186 |
+
ĠO r
|
2187 |
+
Ġro om
|
2188 |
+
Ġbl ue
|
2189 |
+
---- ----
|
2190 |
+
Ġbeg in
|
2191 |
+
T h
|
2192 |
+
t ic
|
2193 |
+
Ġp ort
|
2194 |
+
ver age
|
2195 |
+
ak en
|
2196 |
+
Ġr out
|
2197 |
+
Ġwor ks
|
2198 |
+
ac ks
|
2199 |
+
ac hes
|
2200 |
+
iz ations
|
2201 |
+
Ġval u
|
2202 |
+
ĠAd d
|
2203 |
+
Ġno vel
|
2204 |
+
Ġrest aur
|
2205 |
+
Ġmob ile
|
2206 |
+
Ġcru cial
|
2207 |
+
i ated
|
2208 |
+
Ġt al
|
2209 |
+
Ġc red
|
2210 |
+
Ġd og
|
2211 |
+
Ġl ive
|
2212 |
+
Ġcom fort
|
2213 |
+
ff ee
|
2214 |
+
ag raph
|
2215 |
+
Ġev alu
|
2216 |
+
Ġprogra ms
|
2217 |
+
pr int
|
2218 |
+
Ġveget ables
|
2219 |
+
Ġing redients
|
2220 |
+
" ,
|
2221 |
+
) )
|
2222 |
+
i od
|
2223 |
+
Ġ very
|
2224 |
+
Ġf ar
|
2225 |
+
Ġre fer
|
2226 |
+
ul ate
|
2227 |
+
Ġyour self
|
2228 |
+
os ing
|
2229 |
+
Ġexp ens
|
2230 |
+
Ġche m
|
2231 |
+
Ġcommunic ate
|
2232 |
+
S u
|
2233 |
+
c er
|
2234 |
+
is ed
|
2235 |
+
Ġha ving
|
2236 |
+
ag er
|
2237 |
+
ib r
|
2238 |
+
Ġtra ffic
|
2239 |
+
Ġpre fer
|
2240 |
+
Ġsol utions
|
2241 |
+
Ġvis ual
|
2242 |
+
Ġfeel ing
|
2243 |
+
Ġpar agraph
|
2244 |
+
Ġapplic ation
|
2245 |
+
Ġconst ant
|
2246 |
+
Ġda ily
|
2247 |
+
Ġcir c
|
2248 |
+
S o
|
2249 |
+
g ress
|
2250 |
+
i o
|
2251 |
+
is ion
|
2252 |
+
it es
|
2253 |
+
it or
|
2254 |
+
le ase
|
2255 |
+
Ġv ill
|
2256 |
+
ĠR ed
|
2257 |
+
Ġenvironment al
|
2258 |
+
Ġspe ak
|
2259 |
+
Ġcharact ers
|
2260 |
+
Ġlit tle
|
2261 |
+
Ġarg ument
|
2262 |
+
' m
|
2263 |
+
d en
|
2264 |
+
v iew
|
2265 |
+
Ġt ax
|
2266 |
+
Ġs ens
|
2267 |
+
Ġp ack
|
2268 |
+
Ġb row
|
2269 |
+
Ġd est
|
2270 |
+
Ġl ived
|
2271 |
+
ist ic
|
2272 |
+
ial ly
|
2273 |
+
Ġint rodu
|
2274 |
+
av a
|
2275 |
+
Ġrem ain
|
2276 |
+
Ġspe ech
|
2277 |
+
1 1
|
2278 |
+
I D
|
2279 |
+
l ike
|
2280 |
+
Ġf our
|
2281 |
+
om s
|
2282 |
+
ir d
|
2283 |
+
fore st
|
2284 |
+
Ġstud ent
|
2285 |
+
Ġrev iew
|
2286 |
+
__ __
|
2287 |
+
cri ption
|
2288 |
+
1 2
|
2289 |
+
e le
|
2290 |
+
u gh
|
2291 |
+
Ġt ables
|
2292 |
+
Ġf urther
|
2293 |
+
Ġpro gress
|
2294 |
+
our se
|
2295 |
+
Ġpr inc
|
2296 |
+
Ġbl ock
|
2297 |
+
Ġins p
|
2298 |
+
Ġeconom y
|
2299 |
+
C h
|
2300 |
+
i us
|
2301 |
+
Ġf ra
|
2302 |
+
Ġto o
|
2303 |
+
ar r
|
2304 |
+
ar ies
|
2305 |
+
Ġn av
|
2306 |
+
ig ate
|
2307 |
+
ĠA pp
|
2308 |
+
Ġv ol
|
2309 |
+
ĠC o
|
2310 |
+
iz es
|
2311 |
+
Ġdec re
|
2312 |
+
Ġexp ect
|
2313 |
+
Ġche ck
|
2314 |
+
Ġsub st
|
2315 |
+
Ġsaf ety
|
2316 |
+
ĠAmeric an
|
2317 |
+
Ġcompan ies
|
2318 |
+
rac y
|
2319 |
+
Ġconsequ ences
|
2320 |
+
k ed
|
2321 |
+
s ide
|
2322 |
+
Ġt ast
|
2323 |
+
Ġo pp
|
2324 |
+
Ġw on
|
2325 |
+
Ġe ver
|
2326 |
+
Ġh ab
|
2327 |
+
Ġth inking
|
2328 |
+
Ġl if
|
2329 |
+
if ul
|
2330 |
+
ri or
|
2331 |
+
Ġwe ight
|
2332 |
+
Ġk ind
|
2333 |
+
ustom er
|
2334 |
+
Ġbr and
|
2335 |
+
Ġcontin ue
|
2336 |
+
Ġopt ions
|
2337 |
+
ĠâĢ ľ
|
2338 |
+
Ġbeaut y
|
2339 |
+
Ġmov ie
|
2340 |
+
" :
|
2341 |
+
Ġb ur
|
2342 |
+
Ġto ol
|
2343 |
+
Ġm ill
|
2344 |
+
ut e
|
2345 |
+
Ġex ist
|
2346 |
+
Ġcont rast
|
2347 |
+
Ġtr y
|
2348 |
+
Ġpe ace
|
2349 |
+
Ġsol ar
|
2350 |
+
Ġgra mm
|
2351 |
+
Ġoff ers
|
2352 |
+
Ġcaus ing
|
2353 |
+
com es
|
2354 |
+
Ġmem bers
|
2355 |
+
Ġstrate gy
|
2356 |
+
o es
|
2357 |
+
s c
|
2358 |
+
in ally
|
2359 |
+
Ġe gg
|
2360 |
+
Ġg am
|
2361 |
+
Ġcom es
|
2362 |
+
Ġde ath
|
2363 |
+
qu ality
|
2364 |
+
ri ver
|
2365 |
+
Ġwhe ther
|
2366 |
+
Ġcol ors
|
2367 |
+
ĠĠĠĠĠĠĠĠ ĠĠĠĠĠĠĠ
|
2368 |
+
Ġrequ ires
|
2369 |
+
Ġgreat er
|
2370 |
+
Ġaut hor
|
2371 |
+
oss il
|
2372 |
+
Ġrev olution
|
2373 |
+
Ġsec ure
|
2374 |
+
Ġjour ney
|
2375 |
+
v al
|
2376 |
+
Ġc ard
|
2377 |
+
es e
|
2378 |
+
end er
|
2379 |
+
um e
|
2380 |
+
em ic
|
2381 |
+
Ġresp on
|
2382 |
+
Ġemploy ees
|
2383 |
+
Ġest ab
|
2384 |
+
Ġfu els
|
2385 |
+
Ġsitu ation
|
2386 |
+
g es
|
2387 |
+
r ong
|
2388 |
+
Ġ z
|
2389 |
+
on y
|
2390 |
+
Ġs ound
|
2391 |
+
it able
|
2392 |
+
Ġd one
|
2393 |
+
Ġg ive
|
2394 |
+
Ġst at
|
2395 |
+
ur s
|
2396 |
+
un d
|
2397 |
+
Ġch at
|
2398 |
+
ac es
|
2399 |
+
ĠIn st
|
2400 |
+
ĠG erm
|
2401 |
+
Ġout comes
|
2402 |
+
ru ction
|
2403 |
+
ĠJ ohn
|
2404 |
+
Ġtrans form
|
2405 |
+
Ġele ment
|
2406 |
+
Ġamount s
|
2407 |
+
ĠWh ile
|
2408 |
+
l o
|
2409 |
+
Ġp ress
|
2410 |
+
Ġb ig
|
2411 |
+
Ġto day
|
2412 |
+
Ġh ours
|
2413 |
+
ist ance
|
2414 |
+
ĠS oc
|
2415 |
+
Ġv ary
|
2416 |
+
ĠC omp
|
2417 |
+
Ġfo ot
|
2418 |
+
og le
|
2419 |
+
ĠM ake
|
2420 |
+
Ġco ol
|
2421 |
+
Ġbut ter
|
2422 |
+
Ġvari able
|
2423 |
+
uc le
|
2424 |
+
Ġcomput ing
|
2425 |
+
Ġdet ect
|
2426 |
+
Ġatt ract
|
2427 |
+
Ġdep ending
|
2428 |
+
ron ic
|
2429 |
+
Ġelectric ity
|
2430 |
+
Ġconcer ns
|
2431 |
+
a ign
|
2432 |
+
f riend
|
2433 |
+
Ġf lex
|
2434 |
+
om an
|
2435 |
+
Ġh ot
|
2436 |
+
ol ving
|
2437 |
+
Ġch oice
|
2438 |
+
Ġal ong
|
2439 |
+
Ġad just
|
2440 |
+
ress ion
|
2441 |
+
Ġper iod
|
2442 |
+
Ġro ad
|
2443 |
+
ĠN ew
|
2444 |
+
Ġproduct ivity
|
2445 |
+
Ġdevelop ing
|
2446 |
+
Ġtechnolog ies
|
2447 |
+
Ġass oc
|
2448 |
+
Ġhigh ly
|
2449 |
+
Ġeng aging
|
2450 |
+
Ġeas ily
|
2451 |
+
Ġver b
|
2452 |
+
Ġsing le
|
2453 |
+
Ġnam ed
|
2454 |
+
Ġrespon se
|
2455 |
+
t ers
|
2456 |
+
Ġ Q
|
2457 |
+
Ġs and
|
2458 |
+
Ġf resh
|
2459 |
+
Ġre asons
|
2460 |
+
ul es
|
2461 |
+
Ġmo le
|
2462 |
+
Ġse a
|
2463 |
+
ĠP h
|
2464 |
+
Ġhelp ing
|
2465 |
+
Ġrel ax
|
2466 |
+
Ġadv anced
|
2467 |
+
ĠAn d
|
2468 |
+
Ġindust ries
|
2469 |
+
Ġbal ance
|
2470 |
+
Ġmom ent
|
2471 |
+
) (
|
2472 |
+
Ġb ud
|
2473 |
+
Ġne ar
|
2474 |
+
Ġr ate
|
2475 |
+
Ġr ise
|
2476 |
+
os ed
|
2477 |
+
ĠW orld
|
2478 |
+
anc ing
|
2479 |
+
Ġprovid ed
|
2480 |
+
c hed
|
2481 |
+
o f
|
2482 |
+
t ual
|
2483 |
+
or age
|
2484 |
+
Ġm ar
|
2485 |
+
Ġl ooking
|
2486 |
+
Ġfor ce
|
2487 |
+
ra p
|
2488 |
+
ter m
|
2489 |
+
ĠS h
|
2490 |
+
Ġco ffee
|
2491 |
+
Ġloc ation
|
2492 |
+
Ġdr ive
|
2493 |
+
Ġpract ices
|
2494 |
+
Ġmess age
|
2495 |
+
Ġsqu are
|
2496 |
+
A I
|
2497 |
+
g ed
|
2498 |
+
en ing
|
2499 |
+
Ġm ach
|
2500 |
+
Ġin it
|
2501 |
+
Ġpro te
|
2502 |
+
ot s
|
2503 |
+
Ġne ural
|
2504 |
+
Ġk ne
|
2505 |
+
ip s
|
2506 |
+
** :
|
2507 |
+
Ġfun d
|
2508 |
+
Ġequ al
|
2509 |
+
Ġset ting
|
2510 |
+
Ġpat ient
|
2511 |
+
Ġfam ous
|
2512 |
+
Ġsmall er
|
2513 |
+
Ġpur pose
|
2514 |
+
Ġpersonal ized
|
2515 |
+
ĠK e
|
2516 |
+
Ġexpress ion
|
2517 |
+
Ġbeaut iful
|
2518 |
+
ĠFr ance
|
2519 |
+
Ġmoder n
|
2520 |
+
Ġrestaur ant
|
2521 |
+
o on
|
2522 |
+
Ġt erm
|
2523 |
+
in ary
|
2524 |
+
Ġo ce
|
2525 |
+
Ġb reat
|
2526 |
+
Ġb ase
|
2527 |
+
om ing
|
2528 |
+
Ġmo on
|
2529 |
+
um p
|
2530 |
+
os ystem
|
2531 |
+
ĠM achine
|
2532 |
+
Ġra d
|
2533 |
+
Ġgr ound
|
2534 |
+
Ġcaus ed
|
2535 |
+
Ġsignificant ly
|
2536 |
+
Ġdev ice
|
2537 |
+
Ġanim al
|
2538 |
+
Ġrecogn ition
|
2539 |
+
Ġparticular ly
|
2540 |
+
Ġey es
|
2541 |
+
Ġeth ical
|
2542 |
+
Sum m
|
2543 |
+
Ġchem ical
|
2544 |
+
Ġ ill
|
2545 |
+
Ġp age
|
2546 |
+
ĠA m
|
2547 |
+
am m
|
2548 |
+
op h
|
2549 |
+
ous ly
|
2550 |
+
Ġdisc over
|
2551 |
+
Ġsur v
|
2552 |
+
Ġsur face
|
2553 |
+
Ġpract ice
|
2554 |
+
Ġregular ly
|
2555 |
+
Ġplatform s
|
2556 |
+
Ġmot iv
|
2557 |
+
Ġec osystem
|
2558 |
+
1 5
|
2559 |
+
Ġ vers
|
2560 |
+
it le
|
2561 |
+
al ing
|
2562 |
+
al ty
|
2563 |
+
Ġb at
|
2564 |
+
Ġon ce
|
2565 |
+
ĠL ear
|
2566 |
+
Ġsc he
|
2567 |
+
Ġrel ated
|
2568 |
+
Ġact ions
|
2569 |
+
Ġbas ic
|
2570 |
+
Ġcamp aign
|
2571 |
+
Ġpolit ical
|
2572 |
+
Su ggest
|
2573 |
+
is es
|
2574 |
+
Ġf ossil
|
2575 |
+
ĠT ake
|
2576 |
+
if t
|
2577 |
+
ĠC ons
|
2578 |
+
Ġinter p
|
2579 |
+
Ġsc ience
|
2580 |
+
Ġsm o
|
2581 |
+
Ġret ur
|
2582 |
+
ruct ure
|
2583 |
+
ĠGo ogle
|
2584 |
+
Ġmax im
|
2585 |
+
W h
|
2586 |
+
g o
|
2587 |
+
u ments
|
2588 |
+
re me
|
2589 |
+
Ġw ent
|
2590 |
+
Ġw atch
|
2591 |
+
Ġm ount
|
2592 |
+
Ġd am
|
2593 |
+
ct ions
|
2594 |
+
Ġl ines
|
2595 |
+
ur y
|
2596 |
+
ot t
|
2597 |
+
Ġse en
|
2598 |
+
ĠB ut
|
2599 |
+
ĠR eg
|
2600 |
+
Ġqu ery
|
2601 |
+
iss ion
|
2602 |
+
Ġrequ ired
|
2603 |
+
Ġnetw orks
|
2604 |
+
yc ling
|
2605 |
+
Ġmaintain ing
|
2606 |
+
ox ide
|
2607 |
+
Pro vide
|
2608 |
+
Ġassoc iated
|
2609 |
+
d om
|
2610 |
+
f l
|
2611 |
+
Ġc ategor
|
2612 |
+
Ġm ag
|
2613 |
+
Ġde lic
|
2614 |
+
ĠC reate
|
2615 |
+
Ġen ough
|
2616 |
+
Ġle ast
|
2617 |
+
Ġr ather
|
2618 |
+
and om
|
2619 |
+
Ġinc or
|
2620 |
+
Ġk ing
|
2621 |
+
Ġcl oud
|
2622 |
+
ib er
|
2623 |
+
Ġdes cribe
|
2624 |
+
Ġwho le
|
2625 |
+
Ġbr ight
|
2626 |
+
Ġens uring
|
2627 |
+
Ġmat ter
|
2628 |
+
Ġwrit ing
|
2629 |
+
Ġprofess ional
|
2630 |
+
Ġfru its
|
2631 |
+
Summ arize
|
2632 |
+
1 7
|
2633 |
+
G ive
|
2634 |
+
b it
|
2635 |
+
m ed
|
2636 |
+
m ost
|
2637 |
+
u le
|
2638 |
+
Ġa w
|
2639 |
+
Ġc ourse
|
2640 |
+
ic les
|
2641 |
+
Ġh yd
|
2642 |
+
Ġbe gan
|
2643 |
+
Ġhe re
|
2644 |
+
ĠA r
|
2645 |
+
Ġch oose
|
2646 |
+
Ġab s
|
2647 |
+
Ġtr ust
|
2648 |
+
Ġman ner
|
2649 |
+
Ġrec ipe
|
2650 |
+
Ġtrans actions
|
2651 |
+
Ġspec ial
|
2652 |
+
Ġra p
|
2653 |
+
Ġresp ond
|
2654 |
+
Ġlong er
|
2655 |
+
Ġmeas ures
|
2656 |
+
friend ly
|
2657 |
+
. \
|
2658 |
+
1 8
|
2659 |
+
J ohn
|
2660 |
+
z z
|
2661 |
+
in st
|
2662 |
+
Ġc apt
|
2663 |
+
Ġf illed
|
2664 |
+
Ġm ix
|
2665 |
+
un e
|
2666 |
+
Ġal tern
|
2667 |
+
ang er
|
2668 |
+
ĠJ ava
|
2669 |
+
Ġimpro ved
|
2670 |
+
Ġdi oxide
|
2671 |
+
Ġref lect
|
2672 |
+
Ġobject s
|
2673 |
+
Ġpredict ions
|
2674 |
+
Ġthough t
|
2675 |
+
Ġsupp ly
|
2676 |
+
( )
|
2677 |
+
, "
|
2678 |
+
Y ou
|
2679 |
+
Ġt aken
|
2680 |
+
Ġs ay
|
2681 |
+
Ġan g
|
2682 |
+
Ġb an
|
2683 |
+
Ġe arth
|
2684 |
+
Ġse lect
|
2685 |
+
Ġdat ab
|
2686 |
+
Ġgo ing
|
2687 |
+
Ġacc ording
|
2688 |
+
Ġact ive
|
2689 |
+
Ġstud y
|
2690 |
+
Ġorgan izations
|
2691 |
+
Ġevery one
|
2692 |
+
Ġcharacter istics
|
2693 |
+
Ġsal es
|
2694 |
+
F or
|
2695 |
+
b r
|
2696 |
+
o or
|
2697 |
+
w ords
|
2698 |
+
en n
|
2699 |
+
Ġw a
|
2700 |
+
al se
|
2701 |
+
Ġd ivid
|
2702 |
+
Ġth ink
|
2703 |
+
Ġst orage
|
2704 |
+
Ġse qu
|
2705 |
+
el t
|
2706 |
+
ĠM any
|
2707 |
+
ag ed
|
2708 |
+
ĠIn te
|
2709 |
+
Ġdis play
|
2710 |
+
Ġem b
|
2711 |
+
Ġrel i
|
2712 |
+
Ġright s
|
2713 |
+
Ġcult ure
|
2714 |
+
Ġdeli ver
|
2715 |
+
' ll
|
2716 |
+
W ith
|
2717 |
+
g ar
|
2718 |
+
x y
|
2719 |
+
 °
|
2720 |
+
ĉ ĉ
|
2721 |
+
Ġ esp
|
2722 |
+
Ġp rior
|
2723 |
+
Ġw ild
|
2724 |
+
Ġf avor
|
2725 |
+
Ġst ates
|
2726 |
+
ul ations
|
2727 |
+
ĠS e
|
2728 |
+
ĠP re
|
2729 |
+
ĠM an
|
2730 |
+
Ġad vert
|
2731 |
+
Ġapp li
|
2732 |
+
Ġj oy
|
2733 |
+
Ġthem e
|
2734 |
+
Ġcol d
|
2735 |
+
Ġmet ap
|
2736 |
+
Ġgrow ing
|
2737 |
+
Ġevery thing
|
2738 |
+
Ġsl ow
|
2739 |
+
Ġsw eet
|
2740 |
+
ĠCon t
|
2741 |
+
ĠIm pro
|
2742 |
+
Ġdise ases
|
2743 |
+
Ġcompon ents
|
2744 |
+
Ġmach ines
|
2745 |
+
Ġkne w
|
2746 |
+
R e
|
2747 |
+
c o
|
2748 |
+
p ly
|
2749 |
+
s er
|
2750 |
+
he ad
|
2751 |
+
Ġs ince
|
2752 |
+
it ud
|
2753 |
+
Ġp ut
|
2754 |
+
Ġf ix
|
2755 |
+
ic ation
|
2756 |
+
Ġfor ms
|
2757 |
+
Ġde g
|
2758 |
+
Ġcont ains
|
2759 |
+
Ġpe pper
|
2760 |
+
Ġthrough out
|
2761 |
+
Ġbu y
|
2762 |
+
Ġresp ect
|
2763 |
+
Ġpat h
|
2764 |
+
ĠHe alth
|
2765 |
+
Ġve h
|
2766 |
+
Ġop in
|
2767 |
+
Ġcontribut e
|
2768 |
+
Ġboo ks
|
2769 |
+
ĠSoc ial
|
2770 |
+
ĠLear ning
|
2771 |
+
r im
|
2772 |
+
s p
|
2773 |
+
Ġa verage
|
2774 |
+
Ġo bs
|
2775 |
+
Ġb ar
|
2776 |
+
end ed
|
2777 |
+
Ġh old
|
2778 |
+
ĠT e
|
2779 |
+
Ġle aves
|
2780 |
+
ĠM on
|
2781 |
+
ĠR ec
|
2782 |
+
Ġco ver
|
2783 |
+
Ġnot e
|
2784 |
+
Ġsa w
|
2785 |
+
Ġmeas ure
|
2786 |
+
Ġvalu able
|
2787 |
+
Ġcred it
|
2788 |
+
Ġvill age
|
2789 |
+
c ent
|
2790 |
+
n ot
|
2791 |
+
or n
|
2792 |
+
Ġw ood
|
2793 |
+
Ġd iv
|
2794 |
+
Ġn ucle
|
2795 |
+
Ġg re
|
2796 |
+
im al
|
2797 |
+
ir ing
|
2798 |
+
il t
|
2799 |
+
ĠS o
|
2800 |
+
est s
|
2801 |
+
Ġme al
|
2802 |
+
Ġdes ired
|
2803 |
+
oth ing
|
2804 |
+
ell ing
|
2805 |
+
Ġsa uce
|
2806 |
+
Ġatt ention
|
2807 |
+
Ġexpl ore
|
2808 |
+
Ġrele ase
|
2809 |
+
Ġlet ter
|
2810 |
+
Ġcap ital
|
2811 |
+
Ġconsum ption
|
2812 |
+
Ġsaf e
|
2813 |
+
rast ructure
|
2814 |
+
Ġfre qu
|
2815 |
+
Ġadvant ages
|
2816 |
+
be ing
|
2817 |
+
ĠInc re
|
2818 |
+
Ġbud get
|
2819 |
+
d ef
|
2820 |
+
m it
|
2821 |
+
in ner
|
2822 |
+
Ġc re
|
2823 |
+
Ġf air
|
2824 |
+
Ġg ain
|
2825 |
+
id s
|
2826 |
+
Ġsu per
|
2827 |
+
ĠS et
|
2828 |
+
Ġv ast
|
2829 |
+
Ġwe e
|
2830 |
+
act ion
|
2831 |
+
Ġdat as
|
2832 |
+
Ġcl ose
|
2833 |
+
ĠG P
|
2834 |
+
iven ess
|
2835 |
+
Ġorgan ization
|
2836 |
+
Ġanaly z
|
2837 |
+
po on
|
2838 |
+
Ġdeli very
|
2839 |
+
Ġcollabor ation
|
2840 |
+
h old
|
2841 |
+
m aking
|
2842 |
+
Ġ ice
|
2843 |
+
Ġs av
|
2844 |
+
ab et
|
2845 |
+
Ġex ec
|
2846 |
+
ri ll
|
2847 |
+
op s
|
2848 |
+
ĠD r
|
2849 |
+
Ġcar s
|
2850 |
+
Ġsa id
|
2851 |
+
Ġfood s
|
2852 |
+
Ġgener al
|
2853 |
+
Ġgener ally
|
2854 |
+
Ġvis it
|
2855 |
+
for ce
|
2856 |
+
Ġenh ance
|
2857 |
+
v olution
|
2858 |
+
re l
|
2859 |
+
Ġs lic
|
2860 |
+
at ory
|
2861 |
+
Ġm id
|
2862 |
+
Ġg ather
|
2863 |
+
Ġst ream
|
2864 |
+
Ġbe ach
|
2865 |
+
Ġr ich
|
2866 |
+
Ġpass age
|
2867 |
+
Ġchang ing
|
2868 |
+
Ġext reme
|
2869 |
+
ffic ient
|
2870 |
+
ĠâĢ ĵ
|
2871 |
+
Ġexperi enc
|
2872 |
+
Ġpers pect
|
2873 |
+
Ġaddition al
|
2874 |
+
Ġear ly
|
2875 |
+
Ġcrit ical
|
2876 |
+
Ġadvent ure
|
2877 |
+
Ġdelic ious
|
2878 |
+
A d
|
2879 |
+
c c
|
2880 |
+
o int
|
2881 |
+
or th
|
2882 |
+
Ġl oy
|
2883 |
+
et erm
|
2884 |
+
ĠA fter
|
2885 |
+
Ġv ac
|
2886 |
+
Ġch ain
|
2887 |
+
oun ter
|
2888 |
+
Ġse ason
|
2889 |
+
ĠE u
|
2890 |
+
Ġun c
|
2891 |
+
Ġem p
|
2892 |
+
Ġeff ort
|
2893 |
+
Ġind epend
|
2894 |
+
Ġval id
|
2895 |
+
Ġhand le
|
2896 |
+
Ġinst ead
|
2897 |
+
ĠDe velop
|
2898 |
+
Ġdise ase
|
2899 |
+
Ġpurch ase
|
2900 |
+
Ġmor ning
|
2901 |
+
Ġtast e
|
2902 |
+
Ġretur ns
|
2903 |
+
k n
|
2904 |
+
s u
|
2905 |
+
t hesis
|
2906 |
+
u fact
|
2907 |
+
v ious
|
2908 |
+
ou th
|
2909 |
+
as c
|
2910 |
+
ar is
|
2911 |
+
Ġg ases
|
2912 |
+
ch ain
|
2913 |
+
id ed
|
2914 |
+
Ġst orm
|
2915 |
+
un g
|
2916 |
+
Ġas pect
|
2917 |
+
and s
|
2918 |
+
Ġsh ape
|
2919 |
+
ĠH T
|
2920 |
+
ach ing
|
2921 |
+
ĠD ata
|
2922 |
+
Ġev idence
|
2923 |
+
Ġem er
|
2924 |
+
yp ot
|
2925 |
+
Ġrem ind
|
2926 |
+
Ġfind ing
|
2927 |
+
Ġset s
|
2928 |
+
Ġsim pl
|
2929 |
+
Ġdep end
|
2930 |
+
Ġdr iving
|
2931 |
+
yn am
|
2932 |
+
Ġoper ations
|
2933 |
+
Ġtemper atures
|
2934 |
+
Ġcomb ination
|
2935 |
+
Ġscient ific
|
2936 |
+
Ġquant um
|
2937 |
+
Ġscho ol
|
2938 |
+
Ġchat bot
|
2939 |
+
P erson
|
2940 |
+
c hes
|
2941 |
+
Ġ ult
|
2942 |
+
Ġs or
|
2943 |
+
Ġc ycle
|
2944 |
+
Ġf arm
|
2945 |
+
Ġcon ve
|
2946 |
+
ab ilities
|
2947 |
+
Ġr ules
|
2948 |
+
ac hed
|
2949 |
+
ĠP r
|
2950 |
+
ĠW ar
|
2951 |
+
Ġ3 0
|
2952 |
+
uc k
|
2953 |
+
ict ion
|
2954 |
+
Ġdef in
|
2955 |
+
Ġengage ment
|
2956 |
+
Ġconvers ation
|
2957 |
+
Ġrap id
|
2958 |
+
2 1
|
2959 |
+
l ife
|
2960 |
+
u ly
|
2961 |
+
 ²
|
2962 |
+
en ess
|
2963 |
+
er ed
|
2964 |
+
at ors
|
2965 |
+
Ġf ire
|
2966 |
+
Ġf ail
|
2967 |
+
Ġm el
|
2968 |
+
Ġre ason
|
2969 |
+
Ġh ar
|
2970 |
+
Ġhe av
|
2971 |
+
Ġpl astic
|
2972 |
+
Ġab ove
|
2973 |
+
ec ially
|
2974 |
+
Ġcomm it
|
2975 |
+
Ġind ic
|
2976 |
+
Ġbec ame
|
2977 |
+
Ġrem ember
|
2978 |
+
Ġadv ance
|
2979 |
+
Ġsumm er
|
2980 |
+
Ġinf rastructure
|
2981 |
+
Ġemploy ee
|
2982 |
+
Ġopportun ity
|
2983 |
+
rt ificial
|
2984 |
+
Ġexpens es
|
2985 |
+
n ed
|
2986 |
+
s h
|
2987 |
+
Ġs il
|
2988 |
+
Ġc ut
|
2989 |
+
is ms
|
2990 |
+
Ġp ow
|
2991 |
+
Ġm is
|
2992 |
+
Ġl ate
|
2993 |
+
ĠT ra
|
2994 |
+
Ġcon ven
|
2995 |
+
ers hip
|
2996 |
+
Ġwh ite
|
2997 |
+
Ġun i
|
2998 |
+
Ġdis h
|
2999 |
+
ru pt
|
3000 |
+
Ġpre c
|
3001 |
+
Ġlangu ages
|
3002 |
+
rop e
|
3003 |
+
Ġla pt
|
3004 |
+
Ġris ks
|
3005 |
+
Ġstart ed
|
3006 |
+
Ġmem ory
|
3007 |
+
Ġbeh ind
|
3008 |
+
ink ed
|
3009 |
+
Ġbel ow
|
3010 |
+
Ġbir ds
|
3011 |
+
Ġwrit ten
|
3012 |
+
Ġorig inal
|
3013 |
+
Ġsatis fact
|
3014 |
+
Ġut il
|
3015 |
+
Ġwon der
|
3016 |
+
xy gen
|
3017 |
+
Ġesp ecially
|
3018 |
+
1 4
|
3019 |
+
i ation
|
3020 |
+
p art
|
3021 |
+
q rt
|
3022 |
+
Ġt one
|
3023 |
+
al cul
|
3024 |
+
Ġfollow s
|
3025 |
+
Ġlead er
|
3026 |
+
Ġresult ing
|
3027 |
+
Ġdist ance
|
3028 |
+
ren ch
|
3029 |
+
Ġhist or
|
3030 |
+
Ġbelie ve
|
3031 |
+
Ġel se
|
3032 |
+
Ġvir tual
|
3033 |
+
Ġerr ors
|
3034 |
+
Ġrout ine
|
3035 |
+
< /
|
3036 |
+
] ,
|
3037 |
+
b o
|
3038 |
+
m an
|
3039 |
+
Ġt ail
|
3040 |
+
en ge
|
3041 |
+
Ġs ong
|
3042 |
+
Ġto wn
|
3043 |
+
Ġn ode
|
3044 |
+
Ġfor ward
|
3045 |
+
ol ve
|
3046 |
+
Ġcon vert
|
3047 |
+
ĠS m
|
3048 |
+
Ġle ave
|
3049 |
+
du le
|
3050 |
+
Ġ1 1
|
3051 |
+
Ġ1 6
|
3052 |
+
Ġdec l
|
3053 |
+
Ġbl og
|
3054 |
+
Ġass ign
|
3055 |
+
Ġrep ort
|
3056 |
+
Ġins ights
|
3057 |
+
Ġent ire
|
3058 |
+
Ġfeel ings
|
3059 |
+
Ġcommon ly
|
3060 |
+
Ġwarm ing
|
3061 |
+
Ġbir d
|
3062 |
+
Ġtreat ment
|
3063 |
+
aly ze
|
3064 |
+
Ġgar lic
|
3065 |
+
Ġmetap hor
|
3066 |
+
ĠEu rope
|
3067 |
+
T r
|
3068 |
+
] <|
|
3069 |
+
i ples
|
3070 |
+
u racy
|
3071 |
+
en ed
|
3072 |
+
at ically
|
3073 |
+
it ch
|
3074 |
+
Ġm yst
|
3075 |
+
Ġd om
|
3076 |
+
ce l
|
3077 |
+
ch an
|
3078 |
+
ir l
|
3079 |
+
ĠA f
|
3080 |
+
Ġle aving
|
3081 |
+
Ġse em
|
3082 |
+
Ġinc ome
|
3083 |
+
ib ilities
|
3084 |
+
Ġfe et
|
3085 |
+
rough t
|
3086 |
+
Ġrec ent
|
3087 |
+
Ġpre p
|
3088 |
+
Ġdi verse
|
3089 |
+
Ġrem ote
|
3090 |
+
ric ult
|
3091 |
+
Ġplay ing
|
3092 |
+
Ġcaus es
|
3093 |
+
Ġpartic ip
|
3094 |
+
Ġgroup s
|
3095 |
+
Ġrun ning
|
3096 |
+
Ġdoc ument
|
3097 |
+
ĠGerm any
|
3098 |
+
Ġsmo oth
|
3099 |
+
d le
|
3100 |
+
d ers
|
3101 |
+
i ol
|
3102 |
+
l ves
|
3103 |
+
l ished
|
3104 |
+
Ġ â
|
3105 |
+
Ġa im
|
3106 |
+
he st
|
3107 |
+
he mat
|
3108 |
+
er ation
|
3109 |
+
at ives
|
3110 |
+
Ġc ities
|
3111 |
+
Ġf aster
|
3112 |
+
Ġth ird
|
3113 |
+
Ġl at
|
3114 |
+
am ple
|
3115 |
+
Ġsu itable
|
3116 |
+
Ġsu gar
|
3117 |
+
ĠC ar
|
3118 |
+
ĠP e
|
3119 |
+
ĠB l
|
3120 |
+
Ġab ilities
|
3121 |
+
ĠF irst
|
3122 |
+
Ġman ufact
|
3123 |
+
Ġdes cription
|
3124 |
+
Ġvari ables
|
3125 |
+
ĠSt art
|
3126 |
+
Ġbec omes
|
3127 |
+
Ġlar gest
|
3128 |
+
Ġinst ance
|
3129 |
+
Ġgood s
|
3130 |
+
Ġloc ated
|
3131 |
+
Ġinvest ment
|
3132 |
+
Ġoptim ize
|
3133 |
+
Ġemot ions
|
3134 |
+
Q L
|
3135 |
+
b ook
|
3136 |
+
r ated
|
3137 |
+
t ics
|
3138 |
+
Ġc it
|
3139 |
+
ent le
|
3140 |
+
im in
|
3141 |
+
Ġst ra
|
3142 |
+
ir m
|
3143 |
+
ĠC om
|
3144 |
+
Ġr andom
|
3145 |
+
du c
|
3146 |
+
Ġinc red
|
3147 |
+
ough t
|
3148 |
+
Ġtra in
|
3149 |
+
Ġpos ition
|
3150 |
+
Ġform at
|
3151 |
+
Ġfin al
|
3152 |
+
Ġimpact s
|
3153 |
+
Ġhapp y
|
3154 |
+
Ġharm ful
|
3155 |
+
ĠInd ia
|
3156 |
+
Ġoce an
|
3157 |
+
alcul ate
|
3158 |
+
) /
|
3159 |
+
E n
|
3160 |
+
o red
|
3161 |
+
Ġa ff
|
3162 |
+
re c
|
3163 |
+
Ġc y
|
3164 |
+
Ġo ption
|
3165 |
+
Ġan x
|
3166 |
+
Ġf ast
|
3167 |
+
Ġf ram
|
3168 |
+
Ġb ow
|
3169 |
+
Ġd ate
|
3170 |
+
ut put
|
3171 |
+
Ġon es
|
3172 |
+
ĠI s
|
3173 |
+
oc ks
|
3174 |
+
ĠM ed
|
3175 |
+
Ġte ll
|
3176 |
+
ĠR o
|
3177 |
+
ĠG et
|
3178 |
+
Ġpr ices
|
3179 |
+
Ġdi agn
|
3180 |
+
Ġplay ers
|
3181 |
+
Ġgu ide
|
3182 |
+
Ġoper ating
|
3183 |
+
Ġenc oura
|
3184 |
+
Con struct
|
3185 |
+
Ġinnov ation
|
3186 |
+
Ġegg s
|
3187 |
+
Ġestab lish
|
3188 |
+
Ġsatisfact ion
|
3189 |
+
5 0
|
3190 |
+
W hen
|
3191 |
+
o very
|
3192 |
+
s et
|
3193 |
+
Ġ ur
|
3194 |
+
Ġf ish
|
3195 |
+
Ġto ok
|
3196 |
+
ed iate
|
3197 |
+
le ction
|
3198 |
+
Ġg ro
|
3199 |
+
Ġy og
|
3200 |
+
Ġcan not
|
3201 |
+
Ġun its
|
3202 |
+
Ġfun ctions
|
3203 |
+
Ġdevelop ed
|
3204 |
+
Ġplay er
|
3205 |
+
ron t
|
3206 |
+
Ġser ve
|
3207 |
+
Ġrequire ments
|
3208 |
+
Ġadvant age
|
3209 |
+
Ġpolic y
|
3210 |
+
Ġexce ll
|
3211 |
+
Ġgam es
|
3212 |
+
ĠKe ep
|
3213 |
+
ĠReg ular
|
3214 |
+
Ġsequ ence
|
3215 |
+
E dit
|
3216 |
+
` ,
|
3217 |
+
c king
|
3218 |
+
o res
|
3219 |
+
o king
|
3220 |
+
t ies
|
3221 |
+
u ild
|
3222 |
+
Ġt ense
|
3223 |
+
in ct
|
3224 |
+
Ġb read
|
3225 |
+
Ġcon dition
|
3226 |
+
Ġit self
|
3227 |
+
ad es
|
3228 |
+
ĠS u
|
3229 |
+
res ents
|
3230 |
+
ac ed
|
3231 |
+
Ġal read
|
3232 |
+
Ġ1 7
|
3233 |
+
Ġem ph
|
3234 |
+
Ġout side
|
3235 |
+
ĠJ ack
|
3236 |
+
Ġacc uracy
|
3237 |
+
ick en
|
3238 |
+
Ġcreat ed
|
3239 |
+
Ġass ess
|
3240 |
+
Ġexam ples
|
3241 |
+
Ġrep resents
|
3242 |
+
Ġsim ply
|
3243 |
+
Ġlar ger
|
3244 |
+
Ġconc ent
|
3245 |
+
Ġinst all
|
3246 |
+
ĠEn c
|
3247 |
+
Ġvis ion
|
3248 |
+
Ġinvol ve
|
3249 |
+
Ġwebs ites
|
3250 |
+
Ġent ertain
|
3251 |
+
Ġmat hemat
|
3252 |
+
Ġread y
|
3253 |
+
Ġchall enge
|
3254 |
+
Ġser ies
|
3255 |
+
Ġimm ediate
|
3256 |
+
Ġwal k
|
3257 |
+
Ġpain ting
|
3258 |
+
Ġsym b
|
3259 |
+
forest ation
|
3260 |
+
Ġprote in
|
3261 |
+
Ġlapt op
|
3262 |
+
Ġalread y
|
3263 |
+
d r
|
3264 |
+
w ork
|
3265 |
+
w here
|
3266 |
+
Ġthe ory
|
3267 |
+
Ġp un
|
3268 |
+
Ġf elt
|
3269 |
+
Ġb ag
|
3270 |
+
ou ds
|
3271 |
+
ar c
|
3272 |
+
Ġre pl
|
3273 |
+
Ġh or
|
3274 |
+
Ġg ard
|
3275 |
+
Ġg iving
|
3276 |
+
Ġg old
|
3277 |
+
Ġpro s
|
3278 |
+
ad a
|
3279 |
+
ab el
|
3280 |
+
Ġtr ying
|
3281 |
+
Ġme chan
|
3282 |
+
ib ly
|
3283 |
+
ĠO verall
|
3284 |
+
Ġeff orts
|
3285 |
+
Ġpre vious
|
3286 |
+
Ġph one
|
3287 |
+
Ġany thing
|
3288 |
+
ten ance
|
3289 |
+
Ġrem ains
|
3290 |
+
Ġrem ove
|
3291 |
+
Ġoff ice
|
3292 |
+
Ġrev en
|
3293 |
+
Ġthough ts
|
3294 |
+
Ġaccurate ly
|
3295 |
+
Ġinflu enc
|
3296 |
+
Ġpie ce
|
3297 |
+
Ġfund am
|
3298 |
+
ĠInte ll
|
3299 |
+
ĠAf ric
|
3300 |
+
Ġemph as
|
3301 |
+
1 6
|
3302 |
+
M L
|
3303 |
+
m in
|
3304 |
+
on st
|
3305 |
+
Ġto mat
|
3306 |
+
ic ed
|
3307 |
+
Ġh ypot
|
3308 |
+
ir ation
|
3309 |
+
Ġex ch
|
3310 |
+
ri e
|
3311 |
+
um ber
|
3312 |
+
ĠF rench
|
3313 |
+
ĠIn tern
|
3314 |
+
Ġtra de
|
3315 |
+
erson al
|
3316 |
+
Ġtrans l
|
3317 |
+
Ġpart y
|
3318 |
+
ub e
|
3319 |
+
Ġsk in
|
3320 |
+
Ġplay ed
|
3321 |
+
Ġdeterm ined
|
3322 |
+
Ġfield s
|
3323 |
+
Ġdescrib es
|
3324 |
+
Ġprefer ences
|
3325 |
+
Ġprinc iples
|
3326 |
+
Ġmaxim um
|
3327 |
+
1 3
|
3328 |
+
B ut
|
3329 |
+
N A
|
3330 |
+
g r
|
3331 |
+
g round
|
3332 |
+
h ood
|
3333 |
+
in a
|
3334 |
+
Ġo xygen
|
3335 |
+
Ġto uch
|
3336 |
+
ic ing
|
3337 |
+
Ġth r
|
3338 |
+
Ġg ives
|
3339 |
+
Ġsp end
|
3340 |
+
ĠB rit
|
3341 |
+
Ġman ager
|
3342 |
+
ĠG reat
|
3343 |
+
ap s
|
3344 |
+
ry pt
|
3345 |
+
Ġcol um
|
3346 |
+
Ġexper iment
|
3347 |
+
Ġlo st
|
3348 |
+
Ġche ese
|
3349 |
+
Ġinst ruct
|
3350 |
+
Ġfriend ly
|
3351 |
+
Ġget ting
|
3352 |
+
Ġgu id
|
3353 |
+
Ġinteract ive
|
3354 |
+
Ġscient ists
|
3355 |
+
Ġfil m
|
3356 |
+
Ġrece ive
|
3357 |
+
Ġspeak er
|
3358 |
+
Ġpress ure
|
3359 |
+
itud e
|
3360 |
+
Ġanalyz ing
|
3361 |
+
a f
|
3362 |
+
p ython
|
3363 |
+
r atic
|
3364 |
+
Ġ }
|
3365 |
+
Ġt im
|
3366 |
+
Ġw rite
|
3367 |
+
Ġf ig
|
3368 |
+
Ġd inner
|
3369 |
+
Ġhe ight
|
3370 |
+
ac her
|
3371 |
+
Ġsp orts
|
3372 |
+
Ġapp rec
|
3373 |
+
ĠIt s
|
3374 |
+
ap an
|
3375 |
+
Ġsc en
|
3376 |
+
Ġro ot
|
3377 |
+
ari ly
|
3378 |
+
erv ation
|
3379 |
+
olog ical
|
3380 |
+
ear ch
|
3381 |
+
Ġbl ack
|
3382 |
+
Ġfl u
|
3383 |
+
Ġconc ise
|
3384 |
+
Ġpass word
|
3385 |
+
Ġmem ories
|
3386 |
+
Ġmon itor
|
3387 |
+
Ġext ra
|
3388 |
+
yn thesis
|
3389 |
+
Ġappro x
|
3390 |
+
Ġstru gg
|
3391 |
+
Ġmove ment
|
3392 |
+
Ġinterest s
|
3393 |
+
Ġlim ited
|
3394 |
+
Ġvir us
|
3395 |
+
̦̦ ̦̦
|
3396 |
+
Ġcategor ies
|
3397 |
+
Ġking dom
|
3398 |
+
Ġveh icles
|
3399 |
+
ĠGP T
|
3400 |
+
P h
|
3401 |
+
r ig
|
3402 |
+
Ġt itle
|
3403 |
+
Ġs ite
|
3404 |
+
ed om
|
3405 |
+
Ġd ed
|
3406 |
+
ro om
|
3407 |
+
Ġl ack
|
3408 |
+
Ġg entle
|
3409 |
+
id ents
|
3410 |
+
Ġst yle
|
3411 |
+
ver b
|
3412 |
+
Ġv ibr
|
3413 |
+
ĠC he
|
3414 |
+
os ynthesis
|
3415 |
+
ĠW ater
|
3416 |
+
ĠD es
|
3417 |
+
Ġso on
|
3418 |
+
Ġinform ed
|
3419 |
+
Ġtrans par
|
3420 |
+
Ġsk ill
|
3421 |
+
Ġsur round
|
3422 |
+
Ġtest ing
|
3423 |
+
Ġcalcul ate
|
3424 |
+
Ġfu el
|
3425 |
+
Ġboo st
|
3426 |
+
Ġinnov ative
|
3427 |
+
Comp are
|
3428 |
+
Ġpromot ing
|
3429 |
+
ĠUs ing
|
3430 |
+
Ġvide o
|
3431 |
+
Ġinit ial
|
3432 |
+
Ġsche dule
|
3433 |
+
ĠIntell igence
|
3434 |
+
' ,
|
3435 |
+
�� river
|
3436 |
+
Ġf ro
|
3437 |
+
Ġb rought
|
3438 |
+
ou b
|
3439 |
+
Ġe at
|
3440 |
+
Ġth reat
|
3441 |
+
Ġn oun
|
3442 |
+
Ġg irl
|
3443 |
+
ch it
|
3444 |
+
ur t
|
3445 |
+
iv il
|
3446 |
+
Ġmo ving
|
3447 |
+
ter ing
|
3448 |
+
ĠS ec
|
3449 |
+
um b
|
3450 |
+
Ġim ag
|
3451 |
+
Ġse par
|
3452 |
+
Ġsh aring
|
3453 |
+
Ġtra ined
|
3454 |
+
Ġso il
|
3455 |
+
enc ies
|
3456 |
+
Ġbu ilt
|
3457 |
+
Ġplan ning
|
3458 |
+
Ġgra ph
|
3459 |
+
ĠAn other
|
3460 |
+
Ġorgan ized
|
3461 |
+
Ġbenef it
|
3462 |
+
mer ce
|
3463 |
+
air s
|
3464 |
+
Ġbreak s
|
3465 |
+
Ġnut ri
|
3466 |
+
Ġerr or
|
3467 |
+
Ġpriv acy
|
3468 |
+
Ġopp os
|
3469 |
+
Ġhab it
|
3470 |
+
Ġdatab ase
|
3471 |
+
Ġlat est
|
3472 |
+
Ġcit iz
|
3473 |
+
B y
|
3474 |
+
c ast
|
3475 |
+
e fficient
|
3476 |
+
g ency
|
3477 |
+
i xt
|
3478 |
+
in ated
|
3479 |
+
is c
|
3480 |
+
Ġb ox
|
3481 |
+
Ġm ist
|
3482 |
+
Ġst ock
|
3483 |
+
ĠA v
|
3484 |
+
ri al
|
3485 |
+
Ġen ab
|
3486 |
+
iz z
|
3487 |
+
ill ing
|
3488 |
+
ĠD ec
|
3489 |
+
Ġtr ends
|
3490 |
+
Ġapp e
|
3491 |
+
chn ology
|
3492 |
+
ify ing
|
3493 |
+
Ġwork ers
|
3494 |
+
ens ity
|
3495 |
+
Ġlo ad
|
3496 |
+
Ġpat ients
|
3497 |
+
Ġhand s
|
3498 |
+
Ġag ricult
|
3499 |
+
Ġconnect ion
|
3500 |
+
Ġcap able
|
3501 |
+
Ġcent er
|
3502 |
+
Ġwide ly
|
3503 |
+
Ġcompet ition
|
3504 |
+
Ġdra w
|
3505 |
+
ĠEng lish
|
3506 |
+
Ġmill ion
|
3507 |
+
Ġdam age
|
3508 |
+
Ġabs or
|
3509 |
+
Ġcre ation
|
3510 |
+
Ġanx iety
|
3511 |
+
Ġvibr ant
|
3512 |
+
C ome
|
3513 |
+
` .
|
3514 |
+
l ies
|
3515 |
+
y r
|
3516 |
+
Ġb ed
|
3517 |
+
Ġm it
|
3518 |
+
ar ry
|
3519 |
+
ar eness
|
3520 |
+
ic ro
|
3521 |
+
ur ance
|
3522 |
+
Ġcon duct
|
3523 |
+
Ġhe ard
|
3524 |
+
se lves
|
3525 |
+
op t
|
3526 |
+
Ġim age
|
3527 |
+
Ġch ronic
|
3528 |
+
ure d
|
3529 |
+
Ġpl ans
|
3530 |
+
ĠE ach
|
3531 |
+
Ġuse ful
|
3532 |
+
lic ations
|
3533 |
+
Ġpart s
|
3534 |
+
Ġpass ed
|
3535 |
+
Ġaccess ible
|
3536 |
+
Ġcal m
|
3537 |
+
Ġmult i
|
3538 |
+
ĠRe volution
|
3539 |
+
Ġlit er
|
3540 |
+
Ġbro ad
|
3541 |
+
Ġdoc uments
|
3542 |
+
ĠTr ans
|
3543 |
+
Ġbegin ning
|
3544 |
+
Ġexist ing
|
3545 |
+
Ġincor por
|
3546 |
+
Ġfavor ite
|
3547 |
+
Ġadvert ising
|
3548 |
+
Ġloy alty
|
3549 |
+
. .
|
3550 |
+
2 5
|
3551 |
+
= "
|
3552 |
+
e per
|
3553 |
+
i pping
|
3554 |
+
Ġa ge
|
3555 |
+
Ġc ame
|
3556 |
+
Ġc rop
|
3557 |
+
Ġp and
|
3558 |
+
ic ial
|
3559 |
+
Ġh omes
|
3560 |
+
Ġg e
|
3561 |
+
ĠT w
|
3562 |
+
Ġst ars
|
3563 |
+
all s
|
3564 |
+
ĠF inally
|
3565 |
+
ĠR es
|
3566 |
+
Ġfe ature
|
3567 |
+
Ġsent iment
|
3568 |
+
ple ment
|
3569 |
+
ĠJ apan
|
3570 |
+
Ġbec oming
|
3571 |
+
Ġass ist
|
3572 |
+
Ġgreat ly
|
3573 |
+
Ġess ay
|
3574 |
+
Ġread ing
|
3575 |
+
Ġinteract ions
|
3576 |
+
Ġcalcul ated
|
3577 |
+
Ġminim um
|
3578 |
+
Ġcolle ge
|
3579 |
+
Ġcomfort able
|
3580 |
+
Ġgramm ar
|
3581 |
+
Ġapprox imately
|
3582 |
+
B ased
|
3583 |
+
C om
|
3584 |
+
E R
|
3585 |
+
M y
|
3586 |
+
g on
|
3587 |
+
g ory
|
3588 |
+
l in
|
3589 |
+
l ive
|
3590 |
+
m ission
|
3591 |
+
t i
|
3592 |
+
t op
|
3593 |
+
an a
|
3594 |
+
es c
|
3595 |
+
or der
|
3596 |
+
Ġre ally
|
3597 |
+
ul f
|
3598 |
+
Ġus age
|
3599 |
+
est ion
|
3600 |
+
est ic
|
3601 |
+
est yle
|
3602 |
+
Ġwe alth
|
3603 |
+
Ġsp ent
|
3604 |
+
Ġsh ap
|
3605 |
+
ĠE duc
|
3606 |
+
ĠW ind
|
3607 |
+
ite ment
|
3608 |
+
Ġac cept
|
3609 |
+
Ġ2 5
|
3610 |
+
Ġdec ided
|
3611 |
+
Ġany one
|
3612 |
+
Ġclass ification
|
3613 |
+
An alyze
|
3614 |
+
com ing
|
3615 |
+
Ġdist inct
|
3616 |
+
Ġdem oc
|
3617 |
+
Ġdem onst
|
3618 |
+
Ġsal t
|
3619 |
+
Ġconf lic
|
3620 |
+
Ġhapp iness
|
3621 |
+
Ġevent ually
|
3622 |
+
Ġpres ence
|
3623 |
+
Ġlay ers
|
3624 |
+
Ġbal anced
|
3625 |
+
Ġcell s
|
3626 |
+
Ġob tain
|
3627 |
+
Ġevalu ate
|
3628 |
+
Ġdecre ase
|
3629 |
+
Ġwee k
|
3630 |
+
kn own
|
3631 |
+
Ġentertain ment
|
3632 |
+
Ġreven ue
|
3633 |
+
chit ect
|
3634 |
+
A l
|
3635 |
+
a res
|
3636 |
+
c ient
|
3637 |
+
e llow
|
3638 |
+
l t
|
3639 |
+
m on
|
3640 |
+
p e
|
3641 |
+
he l
|
3642 |
+
Ġp lease
|
3643 |
+
Ġf at
|
3644 |
+
im et
|
3645 |
+
un ning
|
3646 |
+
il s
|
3647 |
+
Ġsu bs
|
3648 |
+
ĠS QL
|
3649 |
+
ri ed
|
3650 |
+
ĠB oth
|
3651 |
+
ĠD uring
|
3652 |
+
Ġcl othing
|
3653 |
+
Ġcl ouds
|
3654 |
+
ang es
|
3655 |
+
ip ment
|
3656 |
+
Ġ2 4
|
3657 |
+
Ġmed ium
|
3658 |
+
Ġcreat es
|
3659 |
+
Ġdi versity
|
3660 |
+
Ġla unch
|
3661 |
+
Ġconnect ed
|
3662 |
+
Ġpie ces
|
3663 |
+
Ġscho ols
|
3664 |
+
Ġfit ness
|
3665 |
+
Ġvide os
|
3666 |
+
Ġinterp ret
|
3667 |
+
Ġdatas et
|
3668 |
+
eterm ine
|
3669 |
+
) <|
|
3670 |
+
T P
|
3671 |
+
b all
|
3672 |
+
Ġt ips
|
3673 |
+
Ġa f
|
3674 |
+
Ġc op
|
3675 |
+
Ġb inary
|
3676 |
+
ic ine
|
3677 |
+
Ġh ol
|
3678 |
+
ĠT om
|
3679 |
+
Ġpro b
|
3680 |
+
ate gory
|
3681 |
+
Ġv ital
|
3682 |
+
Ġ1 4
|
3683 |
+
ĠP res
|
3684 |
+
Ġsh own
|
3685 |
+
Ġte as
|
3686 |
+
out put
|
3687 |
+
Ġat om
|
3688 |
+
ĠF rom
|
3689 |
+
Ġtra its
|
3690 |
+
ree ze
|
3691 |
+
mm a
|
3692 |
+
Ġincre ases
|
3693 |
+
Ġbl ood
|
3694 |
+
Ġra ce
|
3695 |
+
Ġexp and
|
3696 |
+
Ġadd ed
|
3697 |
+
Ġsever e
|
3698 |
+
Ġfact or
|
3699 |
+
Ġshare d
|
3700 |
+
Ġproper ty
|
3701 |
+
Ġlay er
|
3702 |
+
Ġexc itement
|
3703 |
+
Ġgen etic
|
3704 |
+
ograph y
|
3705 |
+
Ġsto red
|
3706 |
+
Ġcho ices
|
3707 |
+
Ġnav igate
|
3708 |
+
lo ad
|
3709 |
+
Ġflex ibility
|
3710 |
+
ĠQ u
|
3711 |
+
Ġexcell ent
|
3712 |
+
D e
|
3713 |
+
I m
|
3714 |
+
S cript
|
3715 |
+
g ment
|
3716 |
+
i versity
|
3717 |
+
n y
|
3718 |
+
p ower
|
3719 |
+
y ond
|
3720 |
+
Ġt re
|
3721 |
+
re et
|
3722 |
+
Ġs ect
|
3723 |
+
it er
|
3724 |
+
Ġw rong
|
3725 |
+
Ġd er
|
3726 |
+
Ġre put
|
3727 |
+
ut h
|
3728 |
+
id ing
|
3729 |
+
ot ing
|
3730 |
+
Ġcan d
|
3731 |
+
ĠS al
|
3732 |
+
ĠC omm
|
3733 |
+
Ġcont act
|
3734 |
+
ang ing
|
3735 |
+
ĠO ur
|
3736 |
+
ĠL et
|
3737 |
+
Ġrec ord
|
3738 |
+
Ġdo ct
|
3739 |
+
ell o
|
3740 |
+
Ġadd ing
|
3741 |
+
Ġadv ice
|
3742 |
+
Ġeng ines
|
3743 |
+
Ġgra du
|
3744 |
+
Ġorgan isms
|
3745 |
+
Ġris ing
|
3746 |
+
Ġcontin ues
|
3747 |
+
Ġdist ribut
|
3748 |
+
ĠPro duct
|
3749 |
+
Ġfocus ed
|
3750 |
+
Ġidentify ing
|
3751 |
+
Ġenc ourage
|
3752 |
+
ĠIm plement
|
3753 |
+
ĠAmeric a
|
3754 |
+
Ġhard ware
|
3755 |
+
Ġmeet ing
|
3756 |
+
az on
|
3757 |
+
Ġblock chain
|
3758 |
+
Ġlif estyle
|
3759 |
+
Ġbreat h
|
3760 |
+
Ġecosystem s
|
3761 |
+
C ustomer
|
3762 |
+
C alculate
|
3763 |
+
I f
|
3764 |
+
e at
|
3765 |
+
i ans
|
3766 |
+
p s
|
3767 |
+
s ing
|
3768 |
+
Ī ļ
|
3769 |
+
er n
|
3770 |
+
er ies
|
3771 |
+
on om
|
3772 |
+
Ġs ight
|
3773 |
+
es ter
|
3774 |
+
Ġw oman
|
3775 |
+
Ġd ance
|
3776 |
+
om pl
|
3777 |
+
ĠA ll
|
3778 |
+
ĠS ystem
|
3779 |
+
ĠC ol
|
3780 |
+
ĠC ustomer
|
3781 |
+
Ġsp ending
|
3782 |
+
ĠR em
|
3783 |
+
Ġ2 00
|
3784 |
+
Ġro w
|
3785 |
+
Ġthem es
|
3786 |
+
ari an
|
3787 |
+
Ġacc ompl
|
3788 |
+
Ġ5 0
|
3789 |
+
Ġmain tenance
|
3790 |
+
Ġplay s
|
3791 |
+
Ġatt ack
|
3792 |
+
Ġgreat est
|
3793 |
+
Ġgener ations
|
3794 |
+
Ġinvol ved
|
3795 |
+
ĠCh oose
|
3796 |
+
Ġident ity
|
3797 |
+
``` <|
|
3798 |
+
cul es
|
3799 |
+
Ġpar ents
|
3800 |
+
Ġline ar
|
3801 |
+
Ġprotect ion
|
3802 |
+
Ġmus c
|
3803 |
+
Ġfull y
|
3804 |
+
Ġbelie f
|
3805 |
+
Ġincreasing ly
|
3806 |
+
Ġemot ional
|
3807 |
+
Ġmil k
|
3808 |
+
Ġlog ical
|
3809 |
+
Ġdetail s
|
3810 |
+
Ġsatis f
|
3811 |
+
Ġmonth s
|
3812 |
+
Ġmount ain
|
3813 |
+
Ġreli able
|
3814 |
+
Ġdeg rees
|
3815 |
+
Ġaspect s
|
3816 |
+
Ġult imately
|
3817 |
+
Ġdefin ition
|
3818 |
+
Ġinstruct ions
|
3819 |
+
" .<|
|
3820 |
+
' .
|
3821 |
+
R O
|
3822 |
+
S ure
|
3823 |
+
p ite
|
3824 |
+
r ange
|
3825 |
+
s olving
|
3826 |
+
v ity
|
3827 |
+
v alu
|
3828 |
+
he ns
|
3829 |
+
at ural
|
3830 |
+
Ġc ross
|
3831 |
+
it ary
|
3832 |
+
Ġp en
|
3833 |
+
Ġf ight
|
3834 |
+
Ġm en
|
3835 |
+
Ġm al
|
3836 |
+
Ġd ynam
|
3837 |
+
ce ed
|
3838 |
+
Ġn orm
|
3839 |
+
ĠA ut
|
3840 |
+
Ġcom ing
|
3841 |
+
ĠH er
|
3842 |
+
Ġpr inter
|
3843 |
+
Ġsc ale
|
3844 |
+
Ġro t
|
3845 |
+
Ġdevelop ers
|
3846 |
+
Ġcommun ities
|
3847 |
+
Ġreg ard
|
3848 |
+
Ġret rie
|
3849 |
+
Ġfin ally
|
3850 |
+
Ġfam il
|
3851 |
+
ĠEn ergy
|
3852 |
+
Ġgener ated
|
3853 |
+
Ġpass ion
|
3854 |
+
Ġstart s
|
3855 |
+
Ġstart ing
|
3856 |
+
ĠAs s
|
3857 |
+
Ġcent ral
|
3858 |
+
Ġfac ing
|
3859 |
+
Ġdire ction
|
3860 |
+
Ġefficient ly
|
3861 |
+
Ġprofess ion
|
3862 |
+
Ġrece ived
|
3863 |
+
Ġinflu ence
|
3864 |
+
Comp ose
|
3865 |
+
Ġbra in
|
3866 |
+
ĠCan ada
|
3867 |
+
Ġexpect ations
|
3868 |
+
Ġbur ning
|
3869 |
+
Ġmole cules
|
3870 |
+
Ġhyd ro
|
3871 |
+
Ġaff ord
|
3872 |
+
Ġbow l
|
3873 |
+
Ġscen ari
|
3874 |
+
Ġcitiz ens
|
3875 |
+
Ġpand emic
|
3876 |
+
u x
|
3877 |
+
re pr
|
3878 |
+
Ġc ream
|
3879 |
+
it ions
|
3880 |
+
Ġp ark
|
3881 |
+
Ġd anger
|
3882 |
+
Ġre action
|
3883 |
+
Ġth ick
|
3884 |
+
st er
|
3885 |
+
ra ce
|
3886 |
+
Ġas k
|
3887 |
+
Ġr an
|
3888 |
+
Ġcomp aris
|
3889 |
+
el ine
|
3890 |
+
ĠH ave
|
3891 |
+
form ation
|
3892 |
+
Ġar chitect
|
3893 |
+
Ġac ad
|
3894 |
+
Ġco oking
|
3895 |
+
Ġtechn ique
|
3896 |
+
Ġlead s
|
3897 |
+
Ġpotential ly
|
3898 |
+
Ġorgan ic
|
3899 |
+
Ġgener ation
|
3900 |
+
Ġdep ends
|
3901 |
+
Ġkeep ing
|
3902 |
+
Ġcent ury
|
3903 |
+
Ġstand ard
|
3904 |
+
Ġstand ards
|
3905 |
+
ĠTh rough
|
3906 |
+
ffect ive
|
3907 |
+
Ġpresent ation
|
3908 |
+
Ġcult ural
|
3909 |
+
Con vert
|
3910 |
+
Ġmot ion
|
3911 |
+
Ġaltern ative
|
3912 |
+
Ġexperienc ed
|
3913 |
+
Ġrapid ly
|
3914 |
+
Ġfundam ental
|
3915 |
+
repr ene
|
3916 |
+
F rom
|
3917 |
+
F irst
|
3918 |
+
L et
|
3919 |
+
S S
|
3920 |
+
c ks
|
3921 |
+
i ver
|
3922 |
+
l ist
|
3923 |
+
o e
|
3924 |
+
w ich
|
3925 |
+
Ġ id
|
3926 |
+
Ġa part
|
3927 |
+
re hens
|
3928 |
+
Ġf a
|
3929 |
+
Ġb reeze
|
3930 |
+
Ġm ixt
|
3931 |
+
ou ble
|
3932 |
+
Ġre ached
|
3933 |
+
Ġst op
|
3934 |
+
ur ity
|
3935 |
+
Ġmo od
|
3936 |
+
Ġv iol
|
3937 |
+
ri ef
|
3938 |
+
ĠC O
|
3939 |
+
os is
|
3940 |
+
Ġsp in
|
3941 |
+
ĠB r
|
3942 |
+
Ġad ject
|
3943 |
+
Ġman aging
|
3944 |
+
Ġout d
|
3945 |
+
Ġpo or
|
3946 |
+
ative ly
|
3947 |
+
ens ive
|
3948 |
+
ph one
|
3949 |
+
Ġform al
|
3950 |
+
Ġrem o
|
3951 |
+
Ġlo ved
|
3952 |
+
ĠY our
|
3953 |
+
Ġclass es
|
3954 |
+
com merce
|
3955 |
+
Ġdeterm ination
|
3956 |
+
Ġcap abilities
|
3957 |
+
Ġland sc
|
3958 |
+
There fore
|
3959 |
+
Ġflow ers
|
3960 |
+
Ġlaw s
|
3961 |
+
Ġfru it
|
3962 |
+
Ġimplement ing
|
3963 |
+
Ġrecommend ations
|
3964 |
+
Ġdeb t
|
3965 |
+
Ġpolic ies
|
3966 |
+
Ġdog s
|
3967 |
+
ĠInst ead
|
3968 |
+
ĠAm azon
|
3969 |
+
go ing
|
3970 |
+
ĠJava Script
|
3971 |
+
ĠImpro ved
|
3972 |
+
Tr ans
|
3973 |
+
Ġâ Īļ
|
3974 |
+
Ġsymb ol
|
3975 |
+
Ġtomat oes
|
3976 |
+
A N
|
3977 |
+
a im
|
3978 |
+
b an
|
3979 |
+
i en
|
3980 |
+
m a
|
3981 |
+
n a
|
3982 |
+
w ater
|
3983 |
+
Ġ X
|
3984 |
+
Ġ ir
|
3985 |
+
Ġthe r
|
3986 |
+
re a
|
3987 |
+
on ds
|
3988 |
+
Ġc ats
|
3989 |
+
it ize
|
3990 |
+
Ġf r
|
3991 |
+
Ġb ul
|
3992 |
+
Ġb ott
|
3993 |
+
Ġin j
|
3994 |
+
as ure
|
3995 |
+
ar ity
|
3996 |
+
Ġe ating
|
3997 |
+
om en
|
3998 |
+
Ġh on
|
3999 |
+
Ġh om
|
4000 |
+
et h
|
4001 |
+
ul ating
|
4002 |
+
ĠS im
|
4003 |
+
Ġ1 3
|
4004 |
+
ĠE l
|
4005 |
+
ĠD on
|
4006 |
+
ĠIn t
|
4007 |
+
Ġfe ar
|
4008 |
+
ĠL e
|
4009 |
+
oo ks
|
4010 |
+
Ġsc reen
|
4011 |
+
ĠN o
|
4012 |
+
Ġredu ces
|
4013 |
+
Ġredu ced
|
4014 |
+
rib ution
|
4015 |
+
Ġtrans ition
|
4016 |
+
Ġfl avor
|
4017 |
+
Ġgr and
|
4018 |
+
Ġcreat ivity
|
4019 |
+
ness es
|
4020 |
+
Ġexpl oring
|
4021 |
+
Ġelect r
|
4022 |
+
ogn itive
|
4023 |
+
Ġconsum ers
|
4024 |
+
Ġchalleng ing
|
4025 |
+
Ġproper ties
|
4026 |
+
Ġrobot s
|
4027 |
+
Ġleg al
|
4028 |
+
Ġpriv ate
|
4029 |
+
ĠCo llabor
|
4030 |
+
Ġobs erv
|
4031 |
+
Ġsor ry
|
4032 |
+
lt imately
|
4033 |
+
) ;
|
4034 |
+
f ast
|
4035 |
+
g redients
|
4036 |
+
i ra
|
4037 |
+
l ines
|
4038 |
+
n ame
|
4039 |
+
p read
|
4040 |
+
r ates
|
4041 |
+
s um
|
4042 |
+
v est
|
4043 |
+
v ised
|
4044 |
+
Ġ >
|
4045 |
+
Ġc ele
|
4046 |
+
Ġc ube
|
4047 |
+
it am
|
4048 |
+
al ities
|
4049 |
+
Ġb ond
|
4050 |
+
ro ll
|
4051 |
+
Ġh al
|
4052 |
+
id ge
|
4053 |
+
Ġbe yond
|
4054 |
+
Ġit em
|
4055 |
+
Ġex h
|
4056 |
+
od es
|
4057 |
+
Ġse lection
|
4058 |
+
ĠF ind
|
4059 |
+
fer ence
|
4060 |
+
Ġprodu ced
|
4061 |
+
Ġinter face
|
4062 |
+
Ġover come
|
4063 |
+
Ġcould n
|
4064 |
+
Ġpre par
|
4065 |
+
ĠĠĠĠĠĠĠĠ ĠĠĠĠĠĠĠĠ
|
4066 |
+
Ġsol ving
|
4067 |
+
Ġcreat ure
|
4068 |
+
Ġposs ess
|
4069 |
+
Ġchang ed
|
4070 |
+
Ġelect ron
|
4071 |
+
Ġrele ased
|
4072 |
+
Ġsee king
|
4073 |
+
Ġachie ved
|
4074 |
+
Ġext ract
|
4075 |
+
ats by
|
4076 |
+
Ġintern al
|
4077 |
+
po int
|
4078 |
+
Ġinteg ers
|
4079 |
+
Ġhig hest
|
4080 |
+
pos es
|
4081 |
+
Ġlim it
|
4082 |
+
Ġdream s
|
4083 |
+
Ġvol ume
|
4084 |
+
Ġappli ances
|
4085 |
+
ĠIncre ased
|
4086 |
+
Ġconve y
|
4087 |
+
Ġfram ew
|
4088 |
+
Ġconcent ration
|
4089 |
+
Ġoppos ite
|
4090 |
+
Ġmixt ure
|
4091 |
+
4 5
|
4092 |
+
H ello
|
4093 |
+
L E
|
4094 |
+
M ake
|
4095 |
+
e lect
|
4096 |
+
w e
|
4097 |
+
Ġ Z
|
4098 |
+
Ġc ake
|
4099 |
+
Ġo live
|
4100 |
+
an ish
|
4101 |
+
Ġp us
|
4102 |
+
Ġp ub
|
4103 |
+
Ġm amm
|
4104 |
+
Ġe t
|
4105 |
+
Ġre ly
|
4106 |
+
Ġh ost
|
4107 |
+
ant ic
|
4108 |
+
Ġn ational
|
4109 |
+
Ġst age
|
4110 |
+
Ġy et
|
4111 |
+
ĠC ost
|
4112 |
+
Ġcomp rehens
|
4113 |
+
ĠP ersonal
|
4114 |
+
ĠM arket
|
4115 |
+
ag ers
|
4116 |
+
Ġapp les
|
4117 |
+
Ġman ip
|
4118 |
+
Ġout come
|
4119 |
+
Ġsc ene
|
4120 |
+
ru g
|
4121 |
+
Ġrec ycling
|
4122 |
+
Ġexper t
|
4123 |
+
Ġmed itation
|
4124 |
+
ord in
|
4125 |
+
Ġhigh light
|
4126 |
+
Ġimprove ment
|
4127 |
+
Ġown er
|
4128 |
+
Ġins ide
|
4129 |
+
Ġlight s
|
4130 |
+
Ġinf ect
|
4131 |
+
Ġachie ving
|
4132 |
+
erc ise
|
4133 |
+
Ġ20 20
|
4134 |
+
Ġconcept s
|
4135 |
+
Ġwant ed
|
4136 |
+
Ġemail s
|
4137 |
+
Ġautom ation
|
4138 |
+
Ġsuggest s
|
4139 |
+
Ġminim ize
|
4140 |
+
Ġdirect ly
|
4141 |
+
Ġcompon ent
|
4142 |
+
Ġconstant ly
|
4143 |
+
Ġcirc le
|
4144 |
+
Ġwild life
|
4145 |
+
Ġperspect ive
|
4146 |
+
Ġhistor ical
|
4147 |
+
Ġexch ange
|
4148 |
+
ĠIntern et
|
4149 |
+
Ġabsor b
|
4150 |
+
' ve
|
4151 |
+
) ^
|
4152 |
+
m or
|
4153 |
+
in ks
|
4154 |
+
er ious
|
4155 |
+
Ġc ast
|
4156 |
+
Ġc ases
|
4157 |
+
Ġc ourage
|
4158 |
+
Ġan cient
|
4159 |
+
Ġp ages
|
4160 |
+
Ġw ides
|
4161 |
+
Ġw inter
|
4162 |
+
Ġl ot
|
4163 |
+
Ġst ories
|
4164 |
+
if ically
|
4165 |
+
il ing
|
4166 |
+
il ed
|
4167 |
+
Ġde ploy
|
4168 |
+
Ġen ables
|
4169 |
+
Ġimp lications
|
4170 |
+
ag on
|
4171 |
+
ĠH um
|
4172 |
+
Ġ( -
|
4173 |
+
ĠD ep
|
4174 |
+
Ġme als
|
4175 |
+
Ġme ets
|
4176 |
+
Ġcl im
|
4177 |
+
Ġcl os
|
4178 |
+
Ġj u
|
4179 |
+
Ġthem selves
|
4180 |
+
ĠN e
|
4181 |
+
Ġtechn ical
|
4182 |
+
Ġequ ipment
|
4183 |
+
Ġspe aking
|
4184 |
+
Ġprom pt
|
4185 |
+
Ġbel ong
|
4186 |
+
Ġcare fully
|
4187 |
+
Ġser ver
|
4188 |
+
ath y
|
4189 |
+
po ons
|
4190 |
+
Ġmiss ing
|
4191 |
+
Ġappear ance
|
4192 |
+
Ġwatch ing
|
4193 |
+
ĠHT ML
|
4194 |
+
Ġmanufact uring
|
4195 |
+
Ġnutri ents
|
4196 |
+
Ġwides pread
|
4197 |
+
C T
|
4198 |
+
C ategor
|
4199 |
+
I I
|
4200 |
+
I s
|
4201 |
+
a ff
|
4202 |
+
i or
|
4203 |
+
i pp
|
4204 |
+
i pped
|
4205 |
+
r ition
|
4206 |
+
u ra
|
4207 |
+
Ġt all
|
4208 |
+
Ġc ra
|
4209 |
+
Ġc ivil
|
4210 |
+
an ch
|
4211 |
+
Ġf alse
|
4212 |
+
ar ah
|
4213 |
+
ic ks
|
4214 |
+
Ġh y
|
4215 |
+
Ġh un
|
4216 |
+
ol ic
|
4217 |
+
un der
|
4218 |
+
ĠA c
|
4219 |
+
ĠI dentify
|
4220 |
+
Ġen able
|
4221 |
+
Ġr ates
|
4222 |
+
Ġcomp ared
|
4223 |
+
ĠP rom
|
4224 |
+
Ġtr uly
|
4225 |
+
Ġco ast
|
4226 |
+
ĠG atsby
|
4227 |
+
ĠO ver
|
4228 |
+
Ġinter view
|
4229 |
+
ĠN orth
|
4230 |
+
Ġcons ists
|
4231 |
+
Ġreg ion
|
4232 |
+
Ġperform ing
|
4233 |
+
els ius
|
4234 |
+
Ġinst ant
|
4235 |
+
ĠEn h
|
4236 |
+
ĠCh ina
|
4237 |
+
Ġpur poses
|
4238 |
+
An other
|
4239 |
+
Ġmat ch
|
4240 |
+
Ġteam s
|
4241 |
+
Ġfocus es
|
4242 |
+
Ġintern ational
|
4243 |
+
Ġoptim ization
|
4244 |
+
ĠEm p
|
4245 |
+
Ġprim arily
|
4246 |
+
Ġel imin
|
4247 |
+
Ġsn ow
|
4248 |
+
Ġmil es
|
4249 |
+
Ġdetail ed
|
4250 |
+
struct ions
|
4251 |
+
Ġmag ic
|
4252 |
+
Ġnucle ar
|
4253 |
+
Ġgre w
|
4254 |
+
Ġmathemat ical
|
4255 |
+
ĠPres ident
|
4256 |
+
+ +
|
4257 |
+
1 00
|
4258 |
+
D ear
|
4259 |
+
E O
|
4260 |
+
Q u
|
4261 |
+
Y our
|
4262 |
+
k en
|
4263 |
+
l or
|
4264 |
+
à ©
|
4265 |
+
Ġt end
|
4266 |
+
Ġan n
|
4267 |
+
it ter
|
4268 |
+
Ġb ill
|
4269 |
+
ed s
|
4270 |
+
ent ed
|
4271 |
+
ct u
|
4272 |
+
Ġl ibr
|
4273 |
+
st ac
|
4274 |
+
Ġst ir
|
4275 |
+
Ġy ellow
|
4276 |
+
ur r
|
4277 |
+
ur ies
|
4278 |
+
ol ar
|
4279 |
+
ĠA rtificial
|
4280 |
+
Ġde forestation
|
4281 |
+
pp ers
|
4282 |
+
ri vers
|
4283 |
+
Ġwe l
|
4284 |
+
ĠP ract
|
4285 |
+
art ment
|
4286 |
+
ĠIn ter
|
4287 |
+
Ġdis rupt
|
4288 |
+
Ġper p
|
4289 |
+
ĠN ame
|
4290 |
+
Ġhealth ier
|
4291 |
+
Ġtrans fer
|
4292 |
+
Ġwork place
|
4293 |
+
ph ant
|
4294 |
+
Ġcar ry
|
4295 |
+
Ġrequ est
|
4296 |
+
Des ign
|
4297 |
+
Ġsun light
|
4298 |
+
vert y
|
4299 |
+
Ġanaly tics
|
4300 |
+
Ġcharacter ized
|
4301 |
+
ĠEx ercise
|
4302 |
+
Ġshow s
|
4303 |
+
Ġscient ist
|
4304 |
+
ĠPl ace
|
4305 |
+
ĠEm ily
|
4306 |
+
Ġfre edom
|
4307 |
+
Ġcontain er
|
4308 |
+
Ġmov ies
|
4309 |
+
Ġdid n
|
4310 |
+
Ġoccur s
|
4311 |
+
Ġupd ates
|
4312 |
+
Ġcontinu ed
|
4313 |
+
Ġcontinu ous
|
4314 |
+
Ġconsist ent
|
4315 |
+
ĠOr gan
|
4316 |
+
bo ard
|
4317 |
+
Categor ize
|
4318 |
+
O r
|
4319 |
+
a per
|
4320 |
+
d den
|
4321 |
+
o le
|
4322 |
+
w ise
|
4323 |
+
y e
|
4324 |
+
er b
|
4325 |
+
Ġs us
|
4326 |
+
Ġs ounds
|
4327 |
+
Ġc ognitive
|
4328 |
+
Ġo d
|
4329 |
+
Ġw at
|
4330 |
+
Ġm agn
|
4331 |
+
ar ge
|
4332 |
+
Ġth ing
|
4333 |
+
Ġl abor
|
4334 |
+
ant ed
|
4335 |
+
ĠA ct
|
4336 |
+
ab ly
|
4337 |
+
ri x
|
4338 |
+
Ġne ut
|
4339 |
+
Ġal one
|
4340 |
+
el ines
|
4341 |
+
Ġinc ent
|
4342 |
+
ĠM ax
|
4343 |
+
ĠO pt
|
4344 |
+
Ġdes cript
|
4345 |
+
ĠU p
|
4346 |
+
ĠJ ul
|
4347 |
+
Ġdo ing
|
4348 |
+
Ġlist en
|
4349 |
+
Ġlist ening
|
4350 |
+
ish ing
|
4351 |
+
Ġcreat ures
|
4352 |
+
Ġass istance
|
4353 |
+
Ġatt end
|
4354 |
+
Ġlong est
|
4355 |
+
ĠY es
|
4356 |
+
Ġgener ating
|
4357 |
+
Ġdep th
|
4358 |
+
Ġgl ass
|
4359 |
+
Ġent er
|
4360 |
+
Ġmon it
|
4361 |
+
Ġprof it
|
4362 |
+
Ġindust rial
|
4363 |
+
Ġprotect ing
|
4364 |
+
Ġgovern ments
|
4365 |
+
Ġinvest ing
|
4366 |
+
ĠWe b
|
4367 |
+
Ġmove ments
|
4368 |
+
Ġpoll ut
|
4369 |
+
ĠSp anish
|
4370 |
+
esp ite
|
4371 |
+
Ġproper ly
|
4372 |
+
Ġcult ures
|
4373 |
+
Ġlook ed
|
4374 |
+
Ġsitu ations
|
4375 |
+
Ġcup s
|
4376 |
+
Ġob stac
|
4377 |
+
Ġsto res
|
4378 |
+
ĠRed uc
|
4379 |
+
Ġflex ible
|
4380 |
+
Ġsand wich
|
4381 |
+
Ġmole c
|
4382 |
+
Ġopin ions
|
4383 |
+
Ġslic ed
|
4384 |
+
Ġmyst erious
|
4385 |
+
Ġgard en
|
4386 |
+
ĠAfric a
|
4387 |
+
ĠBrit ish
|
4388 |
+
Ġcomparis on
|
4389 |
+
# #
|
4390 |
+
d own
|
4391 |
+
e ed
|
4392 |
+
n ers
|
4393 |
+
w ide
|
4394 |
+
z y
|
4395 |
+
ð Ł
|
4396 |
+
Ġ u
|
4397 |
+
Ġt ens
|
4398 |
+
Ġa st
|
4399 |
+
er ia
|
4400 |
+
Ġs ample
|
4401 |
+
Ġc ounter
|
4402 |
+
an ation
|
4403 |
+
it ness
|
4404 |
+
Ġp et
|
4405 |
+
Ġf iber
|
4406 |
+
Ġb ound
|
4407 |
+
Ġm aster
|
4408 |
+
ist ical
|
4409 |
+
Ġfor ces
|
4410 |
+
ig ent
|
4411 |
+
ig ration
|
4412 |
+
Ġpro pos
|
4413 |
+
il it
|
4414 |
+
am et
|
4415 |
+
Ġsu dden
|
4416 |
+
Ġex act
|
4417 |
+
th ough
|
4418 |
+
ĠC at
|
4419 |
+
Ġch icken
|
4420 |
+
Ġwe ak
|
4421 |
+
Ġsp l
|
4422 |
+
Ġsp elling
|
4423 |
+
Ġk it
|
4424 |
+
ĠH igh
|
4425 |
+
Ġres il
|
4426 |
+
ĠR ep
|
4427 |
+
Ġac id
|
4428 |
+
Ġrec ords
|
4429 |
+
Ġsm ile
|
4430 |
+
Ġrel ig
|
4431 |
+
Ġeffect iveness
|
4432 |
+
Ġbr ings
|
4433 |
+
ract ions
|
4434 |
+
ĠY ork
|
4435 |
+
Ġgl ow
|
4436 |
+
ĠUn ion
|
4437 |
+
ĠPro t
|
4438 |
+
Ġcare er
|
4439 |
+
ĠOn line
|
4440 |
+
rodu ct
|
4441 |
+
Ġcr ime
|
4442 |
+
Ġreal ized
|
4443 |
+
Ġinterest ing
|
4444 |
+
Ġoffer ing
|
4445 |
+
ĠDe ep
|
4446 |
+
Ġinteg r
|
4447 |
+
Ġest im
|
4448 |
+
ĠThere fore
|
4449 |
+
ĠGo vern
|
4450 |
+
Ġengine ering
|
4451 |
+
Ġcompet itive
|
4452 |
+
Ġbring ing
|
4453 |
+
Ġpay ment
|
4454 |
+
Ġquant ity
|
4455 |
+
Ġcook ed
|
4456 |
+
ĠCl imate
|
4457 |
+
Ġfoot print
|
4458 |
+
Ġrelax ation
|
4459 |
+
Ġaw areness
|
4460 |
+
Ġang le
|
4461 |
+
Ġopin ion
|
4462 |
+
Ġheav y
|
4463 |
+
Ġcy ber
|
4464 |
+
Ġfig ure
|
4465 |
+
Ġreput ation
|
4466 |
+
Ġprofession als
|
4467 |
+
A pp
|
4468 |
+
C l
|
4469 |
+
t ax
|
4470 |
+
re ak
|
4471 |
+
Ġs qrt
|
4472 |
+
Ġc rypt
|
4473 |
+
Ġan tic
|
4474 |
+
Ġw ings
|
4475 |
+
Ġw ider
|
4476 |
+
Ġw ants
|
4477 |
+
Ġw aves
|
4478 |
+
Ġin e
|
4479 |
+
Ġre ality
|
4480 |
+
Ġis land
|
4481 |
+
id th
|
4482 |
+
ra ys
|
4483 |
+
Ġon going
|
4484 |
+
if ies
|
4485 |
+
se ct
|
4486 |
+
ĠS w
|
4487 |
+
Ġv itam
|
4488 |
+
os ion
|
4489 |
+
Ġcomp are
|
4490 |
+
ĠE lect
|
4491 |
+
ĠE mma
|
4492 |
+
ĠF ace
|
4493 |
+
ĠD o
|
4494 |
+
ĠD espite
|
4495 |
+
ĠG e
|
4496 |
+
Ġcomm erc
|
4497 |
+
Ġper ce
|
4498 |
+
Ġpo verty
|
4499 |
+
Ġcol on
|
4500 |
+
Ġmet ers
|
4501 |
+
ric t
|
4502 |
+
stand ing
|
4503 |
+
Ġla ugh
|
4504 |
+
vent ion
|
4505 |
+
Ġlearn ed
|
4506 |
+
pect ed
|
4507 |
+
Ġ20 21
|
4508 |
+
Ġeduc ational
|
4509 |
+
lus ive
|
4510 |
+
Ġinteract ion
|
4511 |
+
Ġbehavi ors
|
4512 |
+
Ġcr is
|
4513 |
+
Ġphot o
|
4514 |
+
Ġimplement ation
|
4515 |
+
Ġey e
|
4516 |
+
Ġjo bs
|
4517 |
+
Ġbrow ser
|
4518 |
+
Ġdest ination
|
4519 |
+
Ġstat istical
|
4520 |
+
Ġcampaign s
|
4521 |
+
Ġwa it
|
4522 |
+
Ġsav ings
|
4523 |
+
Ġprep are
|
4524 |
+
valu ate
|
4525 |
+
A t
|
4526 |
+
l im
|
4527 |
+
in o
|
4528 |
+
an n
|
4529 |
+
or ous
|
4530 |
+
Ġf ront
|
4531 |
+
Ġto ur
|
4532 |
+
Ġm ent
|
4533 |
+
Ġre tain
|
4534 |
+
Ġh our
|
4535 |
+
Ġl ik
|
4536 |
+
Ġl inked
|
4537 |
+
ut ing
|
4538 |
+
id den
|
4539 |
+
Ġst ick
|
4540 |
+
Ġr h
|
4541 |
+
iz on
|
4542 |
+
Ġcomp os
|
4543 |
+
ĠP art
|
4544 |
+
Ġsh ar
|
4545 |
+
ight ly
|
4546 |
+
age ment
|
4547 |
+
Ġte acher
|
4548 |
+
ĠR oman
|
4549 |
+
Ġhas h
|
4550 |
+
Ġj ud
|
4551 |
+
Ġsc hed
|
4552 |
+
ĠN ot
|
4553 |
+
Ġact ively
|
4554 |
+
Ġreg ulations
|
4555 |
+
Ġgrow n
|
4556 |
+
Ġno ise
|
4557 |
+
Ġtop ics
|
4558 |
+
Ġappro aches
|
4559 |
+
less ly
|
4560 |
+
Ġlet ters
|
4561 |
+
Ġfound ation
|
4562 |
+
Ġsw itch
|
4563 |
+
Ġbi as
|
4564 |
+
Ġproject s
|
4565 |
+
Ġhead line
|
4566 |
+
Ġsens itive
|
4567 |
+
Ġfra ud
|
4568 |
+
Ġhab its
|
4569 |
+
Ġmill ions
|
4570 |
+
Ġpeace ful
|
4571 |
+
Ġsurv ival
|
4572 |
+
Ġemer gency
|
4573 |
+
Ġadvance ments
|
4574 |
+
Ġpow ers
|
4575 |
+
ĠPe ople
|
4576 |
+
Ġcolum ns
|
4577 |
+
Ġteas poon
|
4578 |
+
power ed
|
4579 |
+
Ġacad emic
|
4580 |
+
Ġlandsc ape
|
4581 |
+
Ġantic ip
|
4582 |
+
A fter
|
4583 |
+
R ec
|
4584 |
+
c ase
|
4585 |
+
d ed
|
4586 |
+
d ate
|
4587 |
+
m ing
|
4588 |
+
r is
|
4589 |
+
s y
|
4590 |
+
s ert
|
4591 |
+
t ical
|
4592 |
+
at he
|
4593 |
+
Ġc atch
|
4594 |
+
or ation
|
4595 |
+
or king
|
4596 |
+
Ġw ire
|
4597 |
+
Ġf ulf
|
4598 |
+
al le
|
4599 |
+
Ġb onds
|
4600 |
+
Ġd ress
|
4601 |
+
Ġl iqu
|
4602 |
+
ll s
|
4603 |
+
st ep
|
4604 |
+
ig ation
|
4605 |
+
Ġas ked
|
4606 |
+
Ġde ad
|
4607 |
+
igh b
|
4608 |
+
Ġch ance
|
4609 |
+
Ġr ice
|
4610 |
+
ĠĠĠĠ Ġ
|
4611 |
+
oc ol
|
4612 |
+
el f
|
4613 |
+
ĠE conom
|
4614 |
+
ĠM ay
|
4615 |
+
Ġte le
|
4616 |
+
Ġapp le
|
4617 |
+
Ġco re
|
4618 |
+
ĠO p
|
4619 |
+
Ġj ump
|
4620 |
+
Ġro ck
|
4621 |
+
In gredients
|
4622 |
+
Ġdec imal
|
4623 |
+
Ġwill ing
|
4624 |
+
Ġrec ently
|
4625 |
+
Ġdo or
|
4626 |
+
Ġwork ed
|
4627 |
+
Ġserv es
|
4628 |
+
Ġequ ival
|
4629 |
+
Ġinst it
|
4630 |
+
Ġdisc overy
|
4631 |
+
Ġback ground
|
4632 |
+
ĠCh ar
|
4633 |
+
Ġlight ing
|
4634 |
+
Ġsuccess fully
|
4635 |
+
Ġrespons ibility
|
4636 |
+
Ġreturn ed
|
4637 |
+
Ġpopular ity
|
4638 |
+
Ġsomet imes
|
4639 |
+
Ġbir th
|
4640 |
+
Ġoc c
|
4641 |
+
Ġmess ages
|
4642 |
+
Ġassistant s
|
4643 |
+
Ġcolle ction
|
4644 |
+
Ġturn ed
|
4645 |
+
Ġappear s
|
4646 |
+
Ġreview s
|
4647 |
+
Ġtables poon
|
4648 |
+
Ġprinc iple
|
4649 |
+
Ġnear by
|
4650 |
+
Ġdivid ed
|
4651 |
+
ĠTe chnology
|
4652 |
+
Ġvisit ors
|
4653 |
+
rel ated
|
4654 |
+
Ġunc ertain
|
4655 |
+
Ġconven ient
|
4656 |
+
Ġincred ibly
|
4657 |
+
dr iven
|
4658 |
+
min ist
|
4659 |
+
Ġagricult ure
|
4660 |
+
ĠWind ows
|
4661 |
+
Ġarchitect ure
|
4662 |
+
Ġcommerc ial
|
4663 |
+
2 2
|
4664 |
+
E D
|
4665 |
+
S ub
|
4666 |
+
c ending
|
4667 |
+
f all
|
4668 |
+
m ore
|
4669 |
+
he it
|
4670 |
+
er ate
|
4671 |
+
at ile
|
4672 |
+
Ġb od
|
4673 |
+
Ġb ank
|
4674 |
+
as k
|
4675 |
+
Ġe ase
|
4676 |
+
Ġth row
|
4677 |
+
Ġst ages
|
4678 |
+
ir t
|
4679 |
+
ate ful
|
4680 |
+
un ction
|
4681 |
+
Ġhe ar
|
4682 |
+
ĠS un
|
4683 |
+
ĠS erv
|
4684 |
+
um in
|
4685 |
+
ĠC le
|
4686 |
+
ust ling
|
4687 |
+
oc king
|
4688 |
+
Ġse ems
|
4689 |
+
Ġal most
|
4690 |
+
ĠE very
|
4691 |
+
Ġun ex
|
4692 |
+
ff er
|
4693 |
+
ĠM ore
|
4694 |
+
ĠR ome
|
4695 |
+
ĠR esp
|
4696 |
+
ĠR uss
|
4697 |
+
Ġgo es
|
4698 |
+
red ict
|
4699 |
+
ĠU til
|
4700 |
+
Ġany where
|
4701 |
+
Ġspec ifically
|
4702 |
+
Ġcomple ted
|
4703 |
+
Ġdep ression
|
4704 |
+
Ġele ction
|
4705 |
+
hen tic
|
4706 |
+
Ġbuild ings
|
4707 |
+
Ġdev ast
|
4708 |
+
Ġdist ribution
|
4709 |
+
Ġsee k
|
4710 |
+
ren heit
|
4711 |
+
ef ine
|
4712 |
+
Ġhim self
|
4713 |
+
Ġfriends hip
|
4714 |
+
Ġfac ilit
|
4715 |
+
Ġrepresent ation
|
4716 |
+
Ġprogramm ed
|
4717 |
+
ĠPl an
|
4718 |
+
Ġautom ate
|
4719 |
+
Ġwal king
|
4720 |
+
ah renheit
|
4721 |
+
Ġbeg ins
|
4722 |
+
ograph ic
|
4723 |
+
Ġ/ /
|
4724 |
+
Ġjo in
|
4725 |
+
Ġtur ning
|
4726 |
+
Ġexpens ive
|
4727 |
+
ĠCons ider
|
4728 |
+
Ad d
|
4729 |
+
Ġuni verse
|
4730 |
+
Ġyog urt
|
4731 |
+
Ġimmediate ly
|
4732 |
+
Ġmist akes
|
4733 |
+
Ġenab ling
|
4734 |
+
Ġcand id
|
4735 |
+
Ġpollut ants
|
4736 |
+
ĠFace book
|
4737 |
+
sy ch
|
4738 |
+
) .<|
|
4739 |
+
T w
|
4740 |
+
b al
|
4741 |
+
f it
|
4742 |
+
m y
|
4743 |
+
r or
|
4744 |
+
Ġ esc
|
4745 |
+
on ym
|
4746 |
+
Ġs ix
|
4747 |
+
Ġp le
|
4748 |
+
or gan
|
4749 |
+
Ġd ial
|
4750 |
+
Ġd river
|
4751 |
+
Ġd rug
|
4752 |
+
ic ated
|
4753 |
+
ic king
|
4754 |
+
us ed
|
4755 |
+
ent y
|
4756 |
+
Ġl unch
|
4757 |
+
Ġl abel
|
4758 |
+
st ring
|
4759 |
+
Ġst unning
|
4760 |
+
Ġon ions
|
4761 |
+
Ġhe ld
|
4762 |
+
Ġde l
|
4763 |
+
ĠS erve
|
4764 |
+
os ure
|
4765 |
+
Ġcomp ounds
|
4766 |
+
el ess
|
4767 |
+
Ġun known
|
4768 |
+
ĠM e
|
4769 |
+
Ġar ms
|
4770 |
+
ĠF in
|
4771 |
+
Ġ= =
|
4772 |
+
Ġstr ings
|
4773 |
+
ĠL ily
|
4774 |
+
Ġtra cking
|
4775 |
+
Ġem pt
|
4776 |
+
ĠN etw
|
4777 |
+
Ġdec or
|
4778 |
+
ark ed
|
4779 |
+
Ġbut ton
|
4780 |
+
Ġbl ocks
|
4781 |
+
Ġsoc iet
|
4782 |
+
Ġra b
|
4783 |
+
Ġtyp ical
|
4784 |
+
Ġpart ies
|
4785 |
+
con nect
|
4786 |
+
Ġgr ateful
|
4787 |
+
Ġmin er
|
4788 |
+
Ġvis ibility
|
4789 |
+
ĠV ir
|
4790 |
+
Ġent reprene
|
4791 |
+
Ġmem ber
|
4792 |
+
oss ible
|
4793 |
+
tern al
|
4794 |
+
Ġbre aking
|
4795 |
+
Ġcomplex ity
|
4796 |
+
Ġinput s
|
4797 |
+
Ġhapp en
|
4798 |
+
rodu ction
|
4799 |
+
Ġaccount s
|
4800 |
+
vant ages
|
4801 |
+
Ġnut rition
|
4802 |
+
Ġphot osynthesis
|
4803 |
+
Ġbo ard
|
4804 |
+
Ġcomplete ly
|
4805 |
+
Ġcho osing
|
4806 |
+
aw s
|
4807 |
+
Ġupd ate
|
4808 |
+
Ġstrength s
|
4809 |
+
Ġsort ed
|
4810 |
+
Ġsens ors
|
4811 |
+
Ġtables poons
|
4812 |
+
Ġinsp ired
|
4813 |
+
Ġdiscover ed
|
4814 |
+
Ġvers ion
|
4815 |
+
Ġindepend ent
|
4816 |
+
Ġur ban
|
4817 |
+
ĠAv oid
|
4818 |
+
ĠEduc ation
|
4819 |
+
Ġprob ability
|
4820 |
+
Ġfamil ies
|
4821 |
+
Ġscenari o
|
4822 |
+
2 00
|
4823 |
+
S ec
|
4824 |
+
d es
|
4825 |
+
p re
|
4826 |
+
w rite
|
4827 |
+
Ï Ģ
|
4828 |
+
Ġt en
|
4829 |
+
Ġa id
|
4830 |
+
in y
|
4831 |
+
er o
|
4832 |
+
Ġs em
|
4833 |
+
Ġp ict
|
4834 |
+
Ġp sych
|
4835 |
+
Ġb aking
|
4836 |
+
Ġb rief
|
4837 |
+
Ġm ut
|
4838 |
+
as ion
|
4839 |
+
Ġd en
|
4840 |
+
ic ious
|
4841 |
+
ent ral
|
4842 |
+
Ġre actions
|
4843 |
+
Ġn ative
|
4844 |
+
Ġn arr
|
4845 |
+
Ġg ot
|
4846 |
+
ut ter
|
4847 |
+
Ġst ar
|
4848 |
+
Ġon to
|
4849 |
+
ers e
|
4850 |
+
am er
|
4851 |
+
qu ir
|
4852 |
+
ĠS ir
|
4853 |
+
ĠS outh
|
4854 |
+
ri p
|
4855 |
+
Ġne ur
|
4856 |
+
Ġwor th
|
4857 |
+
The se
|
4858 |
+
ĠP er
|
4859 |
+
Ġsp ir
|
4860 |
+
Ġsp aces
|
4861 |
+
Ġsh ipping
|
4862 |
+
el i
|
4863 |
+
Ġint ense
|
4864 |
+
ĠR et
|
4865 |
+
Ġcl ick
|
4866 |
+
Ġfollow ed
|
4867 |
+
ĠO ther
|
4868 |
+
ĠO utput
|
4869 |
+
Ġdis hes
|
4870 |
+
ber t
|
4871 |
+
In structions
|
4872 |
+
ns wer
|
4873 |
+
uc ose
|
4874 |
+
gg ing
|
4875 |
+
Ġeng aged
|
4876 |
+
Ġequ ations
|
4877 |
+
Ġret ail
|
4878 |
+
ĠAd v
|
4879 |
+
Ġbenef icial
|
4880 |
+
Ġgl ucose
|
4881 |
+
Ġpur su
|
4882 |
+
Ġclass room
|
4883 |
+
Ġide al
|
4884 |
+
ĠPro cess
|
4885 |
+
Ġprof ound
|
4886 |
+
Ġmult ip
|
4887 |
+
Ġstrong er
|
4888 |
+
ĠCon f
|
4889 |
+
Ġconf ident
|
4890 |
+
Ġwarm th
|
4891 |
+
Ġconst ruct
|
4892 |
+
Ġrepresent ative
|
4893 |
+
Ġcontain ing
|
4894 |
+
Ġmom ents
|
4895 |
+
Ġmiss ion
|
4896 |
+
Ġmount ains
|
4897 |
+
Ġmag ical
|
4898 |
+
Ġprior itize
|
4899 |
+
Ġfrequ ent
|
4900 |
+
Ġdanger ous
|
4901 |
+
ĠOpt im
|
4902 |
+
Ġobstac les
|
4903 |
+
Ġequival ent
|
4904 |
+
! "<|
|
4905 |
+
' :
|
4906 |
+
' d
|
4907 |
+
( "
|
4908 |
+
) =
|
4909 |
+
D etermine
|
4910 |
+
F inally
|
4911 |
+
S E
|
4912 |
+
S ome
|
4913 |
+
a ugh
|
4914 |
+
h ab
|
4915 |
+
o T
|
4916 |
+
o ke
|
4917 |
+
u ff
|
4918 |
+
w ers
|
4919 |
+
z en
|
4920 |
+
Ġa head
|
4921 |
+
on ic
|
4922 |
+
at oes
|
4923 |
+
Ġc ash
|
4924 |
+
Ġc ategory
|
4925 |
+
Ġo ven
|
4926 |
+
an ks
|
4927 |
+
Ġan ti
|
4928 |
+
Ġf ine
|
4929 |
+
Ġb ad
|
4930 |
+
Ġh idden
|
4931 |
+
ĠT hat
|
4932 |
+
Ġbe ans
|
4933 |
+
Ġor ders
|
4934 |
+
il os
|
4935 |
+
Ġcan cer
|
4936 |
+
ĠA g
|
4937 |
+
Ġex cess
|
4938 |
+
ĠS am
|
4939 |
+
Ġv ul
|
4940 |
+
Ġwh is
|
4941 |
+
ĠThe n
|
4942 |
+
um es
|
4943 |
+
ĠC reat
|
4944 |
+
ĠC SS
|
4945 |
+
ĠC elsius
|
4946 |
+
Ġimp ossible
|
4947 |
+
ĠP ot
|
4948 |
+
ĠB er
|
4949 |
+
ĠH is
|
4950 |
+
Ġres olve
|
4951 |
+
up s
|
4952 |
+
Ġac cel
|
4953 |
+
Ġhelp ful
|
4954 |
+
Ġcl aim
|
4955 |
+
Ġdis app
|
4956 |
+
ress ive
|
4957 |
+
Ġpr ime
|
4958 |
+
lic k
|
4959 |
+
Ġpe ppers
|
4960 |
+
Ġcons ult
|
4961 |
+
Ġbus y
|
4962 |
+
Ġlead ers
|
4963 |
+
Ġchar ge
|
4964 |
+
Ġgra vity
|
4965 |
+
Ġdisc rim
|
4966 |
+
Ġaut hentic
|
4967 |
+
Ġclass ic
|
4968 |
+
Ġdr iven
|
4969 |
+
Ġkey words
|
4970 |
+
Ġtri p
|
4971 |
+
Ġsearch ing
|
4972 |
+
Ġstruct ures
|
4973 |
+
Ġfac ed
|
4974 |
+
Ġinteg er
|
4975 |
+
Ġbi od
|
4976 |
+
Ġveget able
|
4977 |
+
Ġopen ing
|
4978 |
+
Ġprint ers
|
4979 |
+
Ġexc ited
|
4980 |
+
Ġclean ing
|
4981 |
+
Ġavail ability
|
4982 |
+
Ġmind ful
|
4983 |
+
Ġdra gon
|
4984 |
+
Ġcolle ag
|
4985 |
+
Ġcollect ing
|
4986 |
+
Ġtur b
|
4987 |
+
Ġsimilar ities
|
4988 |
+
Ġbrow n
|
4989 |
+
val ue
|
4990 |
+
ĠPh ys
|
4991 |
+
ĠMon itor
|
4992 |
+
Ġconven ience
|
4993 |
+
Ġseem ed
|
4994 |
+
Ġhor izon
|
4995 |
+
Ġinfluenc ers
|
4996 |
+
Ġdynam ic
|
4997 |
+
Ġunex pected
|
4998 |
+
Ġdial og
|
4999 |
+
3 0
|
5000 |
+
D P
|
5001 |
+
N o
|
5002 |
+
N ew
|
5003 |
+
U ser
|
5004 |
+
e in
|
5005 |
+
i ant
|
5006 |
+
l ock
|
5007 |
+
o ll
|
5008 |
+
t r
|
5009 |
+
Ġ ign
|
5010 |
+
Ġa ware
|
5011 |
+
Ġthe rap
|
5012 |
+
Ġc her
|
5013 |
+
Ġf old
|
5014 |
+
as ive
|
5015 |
+
ic it
|
5016 |
+
ĠĠ Ċ
|
5017 |
+
Ġg un
|
5018 |
+
st it
|
5019 |
+
ass ion
|
5020 |
+
Ġst ack
|
5021 |
+
ot al
|
5022 |
+
Ġor ange
|
5023 |
+
am ples
|
5024 |
+
Ġde light
|
5025 |
+
ĠS ince
|
5026 |
+
ĠS arah
|
5027 |
+
ĠS olar
|
5028 |
+
Ġv ote
|
5029 |
+
ĠĠĠĠ Ċ
|
5030 |
+
ac ing
|
5031 |
+
Ġsh ift
|
5032 |
+
act ive
|
5033 |
+
Ġpl aces
|
5034 |
+
ĠM y
|
5035 |
+
Ġint u
|
5036 |
+
Ġres istance
|
5037 |
+
Ġat oms
|
5038 |
+
ans ion
|
5039 |
+
Ġhelp ed
|
5040 |
+
ĠG reen
|
5041 |
+
ĠU ltimately
|
5042 |
+
Ġro ots
|
5043 |
+
âĢ Ķ
|
5044 |
+
Ġall oc
|
5045 |
+
In sert
|
5046 |
+
ĠN ational
|
5047 |
+
ĠN atural
|
5048 |
+
Ġrec urs
|
5049 |
+
Ġbl o
|
5050 |
+
Ġfl our
|
5051 |
+
Ġfl ower
|
5052 |
+
Ġexp osure
|
5053 |
+
hes s
|
5054 |
+
Ġmod ified
|
5055 |
+
Ġlo an
|
5056 |
+
Ġposs ibilities
|
5057 |
+
Ġins urance
|
5058 |
+
Ġobject ive
|
5059 |
+
Ġdef ine
|
5060 |
+
ym e
|
5061 |
+
Ġrespons ibilities
|
5062 |
+
Ġdig its
|
5063 |
+
Ġstand ing
|
5064 |
+
Ġconst ruction
|
5065 |
+
ash ion
|
5066 |
+
Ġstructure d
|
5067 |
+
Ġrecogn ize
|
5068 |
+
Ġdark ness
|
5069 |
+
Ġconsist ently
|
5070 |
+
Ġcirc um
|
5071 |
+
Ġremain der
|
5072 |
+
Ch ange
|
5073 |
+
Ġexpect ed
|
5074 |
+
Ġkind ness
|
5075 |
+
zz le
|
5076 |
+
Ġdivid ing
|
5077 |
+
Ġemb race
|
5078 |
+
Ġappli ed
|
5079 |
+
hold ers
|
5080 |
+
force ment
|
5081 |
+
Ġpow der
|
5082 |
+
Ġthr ive
|
5083 |
+
imet er
|
5084 |
+
Ġdistribut ed
|
5085 |
+
Ġbott om
|
5086 |
+
Ġhal f
|
5087 |
+
Ġprepar ing
|
5088 |
+
Ġexpert ise
|
5089 |
+
ĠEmp ire
|
5090 |
+
Ġliqu id
|
5091 |
+
Ġvul ner
|
5092 |
+
E m
|
5093 |
+
O utput
|
5094 |
+
S elect
|
5095 |
+
T ell
|
5096 |
+
U n
|
5097 |
+
l ow
|
5098 |
+
o ot
|
5099 |
+
o ff
|
5100 |
+
s qrt
|
5101 |
+
Ġf ats
|
5102 |
+
Ġto ld
|
5103 |
+
ou ter
|
5104 |
+
ar ative
|
5105 |
+
Ġd ry
|
5106 |
+
us ion
|
5107 |
+
ro g
|
5108 |
+
Ġre place
|
5109 |
+
Ġth ous
|
5110 |
+
Ġl on
|
5111 |
+
et her
|
5112 |
+
Ġbe ll
|
5113 |
+
ra id
|
5114 |
+
ol ute
|
5115 |
+
if ts
|
5116 |
+
Ġde als
|
5117 |
+
ad ow
|
5118 |
+
Ġmo ves
|
5119 |
+
her s
|
5120 |
+
ĠC al
|
5121 |
+
em pt
|
5122 |
+
Ġne ighb
|
5123 |
+
Ġr ule
|
5124 |
+
Ġpl enty
|
5125 |
+
ĠM od
|
5126 |
+
ĠB ill
|
5127 |
+
ĠB uild
|
5128 |
+
Ġtr uth
|
5129 |
+
Ġapp ly
|
5130 |
+
ĠL im
|
5131 |
+
Ġnot hing
|
5132 |
+
Ġdes ire
|
5133 |
+
Ġover w
|
5134 |
+
Ġinv ent
|
5135 |
+
Ġacc idents
|
5136 |
+
ĠSt ay
|
5137 |
+
Ġworld wide
|
5138 |
+
Ġhow ever
|
5139 |
+
Ġserv ing
|
5140 |
+
Ġlo op
|
5141 |
+
Ġequ ality
|
5142 |
+
Ġgra ins
|
5143 |
+
Ġdesign ing
|
5144 |
+
Ġstud ying
|
5145 |
+
Ġsmall est
|
5146 |
+
Ġend s
|
5147 |
+
Ġsumm ar
|
5148 |
+
Ġmat rix
|
5149 |
+
Ġsl ice
|
5150 |
+
ĠPro v
|
5151 |
+
Ġconnect ions
|
5152 |
+
Ġpartic les
|
5153 |
+
Ġcall s
|
5154 |
+
Ġdig it
|
5155 |
+
Ġclear ly
|
5156 |
+
Ġfac ial
|
5157 |
+
Ġcorrect ly
|
5158 |
+
Ġminut e
|
5159 |
+
Ġaddress ing
|
5160 |
+
Ġbreak fast
|
5161 |
+
Ġsupp lies
|
5162 |
+
Ġfil es
|
5163 |
+
Ġmil itary
|
5164 |
+
Ġfall acy
|
5165 |
+
Ġrain forest
|
5166 |
+
ĠRed uce
|
5167 |
+
____ ____
|
5168 |
+
ĠApp le
|
5169 |
+
Ġsubst it
|
5170 |
+
Ġrad ius
|
5171 |
+
oph y
|
5172 |
+
abet es
|
5173 |
+
Ġperspect ives
|
5174 |
+
Ġchatbot s
|
5175 |
+
ĠCom put
|
5176 |
+
ĠTw itter
|
5177 |
+
Ġconflic t
|
5178 |
+
Ġbelief s
|
5179 |
+
Ġafford able
|
5180 |
+
Ġfr ust
|
5181 |
+
Ġpub lished
|
5182 |
+
ĠPract ice
|
5183 |
+
Ġvitam ins
|
5184 |
+
Ġbiod iversity
|
5185 |
+
* (
|
5186 |
+
/ (
|
5187 |
+
A r
|
5188 |
+
A rtificial
|
5189 |
+
A nswer
|
5190 |
+
c m
|
5191 |
+
c he
|
5192 |
+
i om
|
5193 |
+
i os
|
5194 |
+
o ors
|
5195 |
+
s is
|
5196 |
+
u ge
|
5197 |
+
Ġt ire
|
5198 |
+
an es
|
5199 |
+
ing u
|
5200 |
+
Ġp u
|
5201 |
+
Ġw alls
|
5202 |
+
Ġto mor
|
5203 |
+
Ġm ention
|
5204 |
+
ou l
|
5205 |
+
as hing
|
5206 |
+
ro l
|
5207 |
+
Ġh oney
|
5208 |
+
Ġl en
|
5209 |
+
Ġl ies
|
5210 |
+
Ġl ater
|
5211 |
+
Ġn est
|
5212 |
+
ĠT ime
|
5213 |
+
Ġbe at
|
5214 |
+
Ġon ion
|
5215 |
+
Ġit er
|
5216 |
+
ay s
|
5217 |
+
ab ol
|
5218 |
+
Ġex ternal
|
5219 |
+
res p
|
5220 |
+
Ġle ak
|
5221 |
+
Ġse eds
|
5222 |
+
os es
|
5223 |
+
Ġwe igh
|
5224 |
+
Ġal ien
|
5225 |
+
Ġsp am
|
5226 |
+
Ġha ir
|
5227 |
+
Ġun s
|
5228 |
+
ĠM ain
|
5229 |
+
ĠM ars
|
5230 |
+
Ġint ended
|
5231 |
+
ag ine
|
5232 |
+
ast s
|
5233 |
+
ast ics
|
5234 |
+
ĠD is
|
5235 |
+
ĠG ood
|
5236 |
+
Ġprodu ces
|
5237 |
+
so ft
|
5238 |
+
Ġsc al
|
5239 |
+
Ġtw eet
|
5240 |
+
ne ver
|
5241 |
+
Ġ+ =
|
5242 |
+
Ġform ed
|
5243 |
+
Ġbu ying
|
5244 |
+
Ġunder lying
|
5245 |
+
Ġresp iration
|
5246 |
+
Ġwhere as
|
5247 |
+
Ġbr anch
|
5248 |
+
Ġrep e
|
5249 |
+
Ġrep et
|
5250 |
+
Ġrep orts
|
5251 |
+
Ġ4 0
|
5252 |
+
Ġhand ling
|
5253 |
+
Ġexpl ores
|
5254 |
+
ĠAn al
|
5255 |
+
Ġag ree
|
5256 |
+
Ġpass ing
|
5257 |
+
Ġdisc ount
|
5258 |
+
Ġens ures
|
5259 |
+
Ġsur ve
|
5260 |
+
Ġsuc ceed
|
5261 |
+
hen omen
|
5262 |
+
Ġdr ink
|
5263 |
+
Ġsl ope
|
5264 |
+
pr ing
|
5265 |
+
Ġobject ives
|
5266 |
+
ĠPro vide
|
5267 |
+
Ġsub t
|
5268 |
+
Ġsustain ability
|
5269 |
+
ĠEm ploy
|
5270 |
+
Ġreach ing
|
5271 |
+
Ġprint ing
|
5272 |
+
Ġwal ked
|
5273 |
+
ĠInd ian
|
5274 |
+
Ġbro ken
|
5275 |
+
Ġcollect ed
|
5276 |
+
Ġsmart phone
|
5277 |
+
Ġsort ing
|
5278 |
+
Ġavoid ing
|
5279 |
+
cer ies
|
5280 |
+
fl ies
|
5281 |
+
Ġincor rect
|
5282 |
+
enn y
|
5283 |
+
Ġdeg ree
|
5284 |
+
Ġslic es
|
5285 |
+
Ġvac c
|
5286 |
+
Ġemp athy
|
5287 |
+
Ġindepend ence
|
5288 |
+
Ġgold en
|
5289 |
+
Ġtransl ation
|
5290 |
+
Ġtim eline
|
5291 |
+
Ph one
|
5292 |
+
Ġhabit at
|
5293 |
+
Ġmit igate
|
5294 |
+
ester day
|
5295 |
+
Ġmen u
|
5296 |
+
Ġspin ach
|
5297 |
+
Ġpus hing
|
5298 |
+
Ġmonit oring
|
5299 |
+
Ġmolec ule
|
5300 |
+
Ġoverw hel
|
5301 |
+
Ġtomor row
|
5302 |
+
9 9
|
5303 |
+
B e
|
5304 |
+
I N
|
5305 |
+
a i
|
5306 |
+
c ery
|
5307 |
+
h i
|
5308 |
+
h ors
|
5309 |
+
m al
|
5310 |
+
m ic
|
5311 |
+
n ode
|
5312 |
+
o llow
|
5313 |
+
r ics
|
5314 |
+
s s
|
5315 |
+
t able
|
5316 |
+
Ġa th
|
5317 |
+
in ux
|
5318 |
+
at tle
|
5319 |
+
Ġc amer
|
5320 |
+
Ġc hess
|
5321 |
+
ing er
|
5322 |
+
Ġp ure
|
5323 |
+
Ġp izz
|
5324 |
+
Ġp henomen
|
5325 |
+
Ġf ly
|
5326 |
+
Ġf ashion
|
5327 |
+
us iness
|
5328 |
+
ent ence
|
5329 |
+
Ġe ager
|
5330 |
+
Ġre ct
|
5331 |
+
Ġre aches
|
5332 |
+
Ġh am
|
5333 |
+
Ġh osp
|
5334 |
+
Ġl ic
|
5335 |
+
ist er
|
5336 |
+
ll a
|
5337 |
+
Ġst ret
|
5338 |
+
ra w
|
5339 |
+
ur ch
|
5340 |
+
ol it
|
5341 |
+
Ġcon ver
|
5342 |
+
ĠA ir
|
5343 |
+
ĠA cc
|
5344 |
+
Ġv ict
|
5345 |
+
ri pt
|
5346 |
+
ĠC ity
|
5347 |
+
The y
|
5348 |
+
ĠP our
|
5349 |
+
ĠP ark
|
5350 |
+
ill a
|
5351 |
+
pt oms
|
5352 |
+
ĠM ark
|
5353 |
+
ĠM oon
|
5354 |
+
ĠB el
|
5355 |
+
Ġres ource
|
5356 |
+
ie f
|
5357 |
+
ĠD NA
|
5358 |
+
Ġcl arity
|
5359 |
+
av ors
|
5360 |
+
Ġfe es
|
5361 |
+
ĠL oc
|
5362 |
+
Ġdis ad
|
5363 |
+
Ġdis pos
|
5364 |
+
Ġtime ly
|
5365 |
+
Ġsc ript
|
5366 |
+
Ġpo ly
|
5367 |
+
ne cessary
|
5368 |
+
ĠJ ust
|
5369 |
+
Ġpre m
|
5370 |
+
Ġmed icine
|
5371 |
+
Ġbl ank
|
5372 |
+
Ġfl at
|
5373 |
+
Ġfl ood
|
5374 |
+
Ġcar ds
|
5375 |
+
Ġprovid ers
|
5376 |
+
Ġoff ic
|
5377 |
+
Ġpop ulations
|
5378 |
+
Ġvis ually
|
5379 |
+
Ġsignific ance
|
5380 |
+
Ġclass ify
|
5381 |
+
Ġdown load
|
5382 |
+
Ġknow ing
|
5383 |
+
Ġconsider ing
|
5384 |
+
aut hor
|
5385 |
+
Ġconf irm
|
5386 |
+
Ġintell igent
|
5387 |
+
Ġpredict ive
|
5388 |
+
Ġshow ing
|
5389 |
+
Ġexerc ises
|
5390 |
+
Ġpers u
|
5391 |
+
ex ic
|
5392 |
+
Ġnut s
|
5393 |
+
Ġemot ion
|
5394 |
+
Ġgen re
|
5395 |
+
Ġhouse hold
|
5396 |
+
ĠSc ience
|
5397 |
+
Ġnam es
|
5398 |
+
ĠEng ine
|
5399 |
+
Ġpost s
|
5400 |
+
ik u
|
5401 |
+
Ġdescrib ing
|
5402 |
+
ĠCl oud
|
5403 |
+
Ġgam ing
|
5404 |
+
Ġrevolution ized
|
5405 |
+
Ġsurv ive
|
5406 |
+
Ġmotiv ated
|
5407 |
+
Ġaccording ly
|
5408 |
+
Ġfix ed
|
5409 |
+
Ġcover ed
|
5410 |
+
Ġwood s
|
5411 |
+
Ġdiv is
|
5412 |
+
ĠHT TP
|
5413 |
+
Ġremind er
|
5414 |
+
Ġreason ing
|
5415 |
+
Ġincred ible
|
5416 |
+
ĠEnc ourage
|
5417 |
+
Ġhypot hesis
|
5418 |
+
Ġtranspar ent
|
5419 |
+
ĠSec urity
|
5420 |
+
icro soft
|
5421 |
+
Ġaf raid
|
5422 |
+
Ġaccompl ish
|
5423 |
+
RO M
|
5424 |
+
Ġremo ving
|
5425 |
+
Ġelectron ics
|
5426 |
+
LE CT
|
5427 |
+
Ġshar p
|
5428 |
+
alle l
|
5429 |
+
Ġrab bit
|
5430 |
+
ĠBer lin
|
5431 |
+
L P
|
5432 |
+
a e
|
5433 |
+
c ut
|
5434 |
+
c her
|
5435 |
+
f ol
|
5436 |
+
h a
|
5437 |
+
k es
|
5438 |
+
n um
|
5439 |
+
Ġ Ã
|
5440 |
+
in ations
|
5441 |
+
re w
|
5442 |
+
Ġs aving
|
5443 |
+
Ġc row
|
5444 |
+
or ge
|
5445 |
+
or ial
|
5446 |
+
Ġf ol
|
5447 |
+
Ġb er
|
5448 |
+
Ġto w
|
5449 |
+
Ġin quir
|
5450 |
+
Ġd iced
|
5451 |
+
ro ts
|
5452 |
+
Ġh ous
|
5453 |
+
Ġl ose
|
5454 |
+
Ġn odes
|
5455 |
+
ĠT V
|
5456 |
+
ĠT rees
|
5457 |
+
Ġst y
|
5458 |
+
il es
|
5459 |
+
Ġde eper
|
5460 |
+
ad o
|
5461 |
+
ab y
|
5462 |
+
um n
|
5463 |
+
Ġle an
|
5464 |
+
Ġr ound
|
5465 |
+
Ġse ll
|
5466 |
+
Ġse lling
|
5467 |
+
Ġal ign
|
5468 |
+
ĠP ublic
|
5469 |
+
Ġsp r
|
5470 |
+
ĠE le
|
5471 |
+
ĠE ns
|
5472 |
+
Ġun able
|
5473 |
+
ĠM ar
|
5474 |
+
ĠM ount
|
5475 |
+
Ġad op
|
5476 |
+
Ġad minist
|
5477 |
+
Ġar ise
|
5478 |
+
ĠF l
|
5479 |
+
ĠD i
|
5480 |
+
Ġme at
|
5481 |
+
Ġapp oint
|
5482 |
+
ĠIn vest
|
5483 |
+
ĠG u
|
5484 |
+
ĠG ener
|
5485 |
+
ĠG ree
|
5486 |
+
ec ause
|
5487 |
+
Ġfe wer
|
5488 |
+
Ġqu ite
|
5489 |
+
Ġqu eries
|
5490 |
+
Ġprodu cing
|
5491 |
+
ĠL angu
|
5492 |
+
Ġdes k
|
5493 |
+
Ġro b
|
5494 |
+
Ġdec line
|
5495 |
+
Ġprocess ed
|
5496 |
+
Ġtrans mit
|
5497 |
+
ĠĠĠĠĠĠĠĠ Ġ
|
5498 |
+
ĠSt ud
|
5499 |
+
Ġdi ets
|
5500 |
+
Ġset t
|
5501 |
+
Ġgra ce
|
5502 |
+
Ġstud ies
|
5503 |
+
rop ical
|
5504 |
+
ption al
|
5505 |
+
Ġpar ent
|
5506 |
+
Ġsl ightly
|
5507 |
+
ink le
|
5508 |
+
Ġelect ronic
|
5509 |
+
Ġdist ractions
|
5510 |
+
ĠPro gra
|
5511 |
+
Ġpred ic
|
5512 |
+
Ġoper ation
|
5513 |
+
Ġ19 8
|
5514 |
+
Ġmus e
|
5515 |
+
Ġconsum e
|
5516 |
+
Ġconsum er
|
5517 |
+
Ġer osion
|
5518 |
+
Ġtravel ed
|
5519 |
+
Ġtarget ed
|
5520 |
+
Ġcolor ful
|
5521 |
+
Ġautom atically
|
5522 |
+
Ġdoes n
|
5523 |
+
Ġflow s
|
5524 |
+
Ġexc iting
|
5525 |
+
Ġlength s
|
5526 |
+
Ġpurch asing
|
5527 |
+
urther more
|
5528 |
+
Ġbra ve
|
5529 |
+
ĠAt t
|
5530 |
+
ĠTr ue
|
5531 |
+
Ġdescrib ed
|
5532 |
+
St ep
|
5533 |
+
Ġmass ive
|
5534 |
+
Ġrefer red
|
5535 |
+
Ġintrodu ced
|
5536 |
+
Ġgramm atically
|
5537 |
+
ony ms
|
5538 |
+
Ġtransform ing
|
5539 |
+
Ġprote ins
|
5540 |
+
Ġbat ter
|
5541 |
+
inst ein
|
5542 |
+
Ġexec ut
|
5543 |
+
Ġextreme ly
|
5544 |
+
Ġvac ation
|
5545 |
+
ĠSm art
|
5546 |
+
Ġstra ight
|
5547 |
+
Ġencoura ges
|
5548 |
+
Ġyog a
|
5549 |
+
̦̦̦̦ ̦̦̦̦
|
5550 |
+
Ġtranspar ency
|
5551 |
+
Ġfro zen
|
5552 |
+
Ġsepar ate
|
5553 |
+
Ġcrop s
|
5554 |
+
ĠRes earch
|
5555 |
+
Ġpen alty
|
5556 |
+
Ġviol ence
|
5557 |
+
Ġmamm als
|
5558 |
+
Ġcomprehens ive
|
5559 |
+
ĠAc cess
|
5560 |
+
Ġestim ated
|
5561 |
+
Ġinstit utions
|
5562 |
+
Ġbod ies
|
5563 |
+
Tw o
|
5564 |
+
Ġcolleag ues
|
5565 |
+
Ġdialog ue
|
5566 |
+
Ġpizz a
|
5567 |
+
( '
|
5568 |
+
2 3
|
5569 |
+
6 0
|
5570 |
+
A ll
|
5571 |
+
B M
|
5572 |
+
N ature
|
5573 |
+
N umber
|
5574 |
+
O ut
|
5575 |
+
P U
|
5576 |
+
R em
|
5577 |
+
T e
|
5578 |
+
T hat
|
5579 |
+
c l
|
5580 |
+
c hen
|
5581 |
+
h op
|
5582 |
+
i ov
|
5583 |
+
l ate
|
5584 |
+
m od
|
5585 |
+
r at
|
5586 |
+
r ating
|
5587 |
+
s ub
|
5588 |
+
Ġt ired
|
5589 |
+
on t
|
5590 |
+
Ġs ad
|
5591 |
+
Ġs izes
|
5592 |
+
Ġc ours
|
5593 |
+
or ter
|
5594 |
+
Ġw in
|
5595 |
+
Ġw ond
|
5596 |
+
Ġw itness
|
5597 |
+
Ġf ur
|
5598 |
+
Ġf ile
|
5599 |
+
Ġb oy
|
5600 |
+
Ġin sect
|
5601 |
+
Ġd oub
|
5602 |
+
le y
|
5603 |
+
le vel
|
5604 |
+
Ġl oud
|
5605 |
+
ant um
|
5606 |
+
Ġst ake
|
5607 |
+
ig ue
|
5608 |
+
ig ating
|
5609 |
+
Ġpro ced
|
5610 |
+
ir us
|
5611 |
+
ir atory
|
5612 |
+
Ġhe x
|
5613 |
+
Ġhe ro
|
5614 |
+
Ġas ide
|
5615 |
+
am es
|
5616 |
+
qu e
|
5617 |
+
Ġv ia
|
5618 |
+
ĠC ed
|
5619 |
+
Ġal ph
|
5620 |
+
Ġcomp l
|
5621 |
+
Ġsh orter
|
5622 |
+
all ow
|
5623 |
+
Ġpl aced
|
5624 |
+
Ġun necessary
|
5625 |
+
ĠM us
|
5626 |
+
ag ram
|
5627 |
+
Ġad opt
|
5628 |
+
Ġres olution
|
5629 |
+
ĠF alse
|
5630 |
+
Ġdat es
|
5631 |
+
Ġcl ient
|
5632 |
+
ĠL inux
|
5633 |
+
Ġso y
|
5634 |
+
ĠN ext
|
5635 |
+
Ġredu ction
|
5636 |
+
Ġcons ervation
|
5637 |
+
erv ing
|
5638 |
+
yp e
|
5639 |
+
Ġam az
|
5640 |
+
Ġrel at
|
5641 |
+
ft ware
|
5642 |
+
Ġsol d
|
5643 |
+
ĠSt rong
|
5644 |
+
Ġperform ed
|
5645 |
+
Ġatt empt
|
5646 |
+
Ġorgan izing
|
5647 |
+
Ġposs ibility
|
5648 |
+
ĠV e
|
5649 |
+
ĠV is
|
5650 |
+
Ġclass ified
|
5651 |
+
ĠUn der
|
5652 |
+
Ġstate ments
|
5653 |
+
Ġpar amet
|
5654 |
+
Ġsupport ing
|
5655 |
+
Ġcal ories
|
5656 |
+
Ġext ensive
|
5657 |
+
Ġphys ics
|
5658 |
+
Ġfore ver
|
5659 |
+
Ġpract icing
|
5660 |
+
Ġconf idence
|
5661 |
+
ĠEx p
|
5662 |
+
ĠEx per
|
5663 |
+
Ġrese arc
|
5664 |
+
ane ously
|
5665 |
+
Ġsuggest ions
|
5666 |
+
Ġarr ived
|
5667 |
+
ug ust
|
5668 |
+
Ġbas k
|
5669 |
+
Ġpast a
|
5670 |
+
Ġsyn tax
|
5671 |
+
Ġtur ns
|
5672 |
+
ĠUs er
|
5673 |
+
Ġcontinu ously
|
5674 |
+
Ġsym ptoms
|
5675 |
+
Ġintrodu ction
|
5676 |
+
Ġinsp ire
|
5677 |
+
Ġfra ction
|
5678 |
+
Ġauthor ity
|
5679 |
+
ĠGerm an
|
5680 |
+
Ġfoot ball
|
5681 |
+
Ġill ness
|
5682 |
+
fl ow
|
5683 |
+
Ġcapt ure
|
5684 |
+
Ġmix ed
|
5685 |
+
Ġslow ly
|
5686 |
+
Ġmid dle
|
5687 |
+
Ġexperienc ing
|
5688 |
+
asc ular
|
5689 |
+
Ġindic ate
|
5690 |
+
Ġgro ceries
|
5691 |
+
Ġapprec iate
|
5692 |
+
ĠDes ign
|
5693 |
+
Im agine
|
5694 |
+
ĠSal t
|
5695 |
+
Ġadject ives
|
5696 |
+
Ġbul bs
|
5697 |
+
Ġcele br
|
5698 |
+
Ġframew ork
|
5699 |
+
ĠMarket ing
|
5700 |
+
ura ble
|
5701 |
+
Ġbill ion
|
5702 |
+
ĠJul iet
|
5703 |
+
Ġspl it
|
5704 |
+
Ġcris is
|
5705 |
+
ĠEconom ic
|
5706 |
+
ĠRome o
|
5707 |
+
Ġcandid ate
|
5708 |
+
Sec ond
|
5709 |
+
Ġmuse um
|
5710 |
+
iov ascular
|
5711 |
+
, \
|
5712 |
+
9 0
|
5713 |
+
U sing
|
5714 |
+
a pping
|
5715 |
+
b its
|
5716 |
+
b ox
|
5717 |
+
c ount
|
5718 |
+
l obal
|
5719 |
+
t d
|
5720 |
+
t ra
|
5721 |
+
u is
|
5722 |
+
v as
|
5723 |
+
in ating
|
5724 |
+
is on
|
5725 |
+
Ġp ace
|
5726 |
+
Ġw and
|
5727 |
+
Ġf ry
|
5728 |
+
Ġf asc
|
5729 |
+
Ġb it
|
5730 |
+
Ġm im
|
5731 |
+
as y
|
5732 |
+
Ġd ro
|
5733 |
+
Ġre ef
|
5734 |
+
Ġh ack
|
5735 |
+
ll ed
|
5736 |
+
im ents
|
5737 |
+
Ġfor get
|
5738 |
+
st art
|
5739 |
+
ĠT est
|
5740 |
+
Ġst ability
|
5741 |
+
Ġst ead
|
5742 |
+
ol n
|
5743 |
+
Ġhe ating
|
5744 |
+
ad ows
|
5745 |
+
ĠThe ir
|
5746 |
+
igh ter
|
5747 |
+
od ing
|
5748 |
+
Ġch lor
|
5749 |
+
Ġr outer
|
5750 |
+
Ġse asons
|
5751 |
+
Ġse gment
|
5752 |
+
os en
|
5753 |
+
Ġal ive
|
5754 |
+
Ġcomp assion
|
5755 |
+
Ġfo x
|
5756 |
+
Ġsh op
|
5757 |
+
ĠE st
|
5758 |
+
Ġun w
|
5759 |
+
ĠM er
|
5760 |
+
ĠB usiness
|
5761 |
+
ĠH arry
|
5762 |
+
Ġat e
|
5763 |
+
ĠIn f
|
5764 |
+
Ġco ordin
|
5765 |
+
Ġ2 7
|
5766 |
+
Ġqu ad
|
5767 |
+
Ġnot es
|
5768 |
+
Ġout line
|
5769 |
+
Ġper cent
|
5770 |
+
Ġpr on
|
5771 |
+
Ġind ex
|
5772 |
+
Ġcons erve
|
5773 |
+
Ġinform ative
|
5774 |
+
Ġwork force
|
5775 |
+
Ġam b
|
5776 |
+
Ġfl ight
|
5777 |
+
Ġra w
|
5778 |
+
ob ic
|
5779 |
+
Ġbu zz
|
5780 |
+
Ġgr ass
|
5781 |
+
Ġserv ed
|
5782 |
+
Ġdi abetes
|
5783 |
+
Ġallow ed
|
5784 |
+
Ġplan ets
|
5785 |
+
Ġfin ance
|
5786 |
+
Ġanal yst
|
5787 |
+
Ġexpl icit
|
5788 |
+
Ġche er
|
5789 |
+
Ġche cks
|
5790 |
+
Ġorgan ize
|
5791 |
+
ĠEn joy
|
5792 |
+
Ġpass ive
|
5793 |
+
Ġevery day
|
5794 |
+
Ġclass ical
|
5795 |
+
Ġeven ing
|
5796 |
+
Ġsumm arize
|
5797 |
+
Ġed ge
|
5798 |
+
pr il
|
5799 |
+
tern oon
|
5800 |
+
Ġrele ases
|
5801 |
+
Ġjust ice
|
5802 |
+
ĠK ing
|
5803 |
+
Ġread ers
|
5804 |
+
Ġcr im
|
5805 |
+
Ġinterest ed
|
5806 |
+
Ġfac ilities
|
5807 |
+
Ġprevent ing
|
5808 |
+
Ġarg ue
|
5809 |
+
Ġcompet it
|
5810 |
+
Ġcho pped
|
5811 |
+
Ġsyn onym
|
5812 |
+
Ġsyn onyms
|
5813 |
+
Ġpromot es
|
5814 |
+
Ġste am
|
5815 |
+
Ġpack age
|
5816 |
+
Ġestab lished
|
5817 |
+
Ġstat us
|
5818 |
+
inst orm
|
5819 |
+
ĠCont in
|
5820 |
+
Ġdiv ide
|
5821 |
+
Ġgather ing
|
5822 |
+
Ġfail ure
|
5823 |
+
Ġparticip ate
|
5824 |
+
Ġgro cery
|
5825 |
+
umb led
|
5826 |
+
Ġappe aling
|
5827 |
+
ĠComm un
|
5828 |
+
Ġmusc le
|
5829 |
+
Ġregard less
|
5830 |
+
Ġhon est
|
5831 |
+
Ġclim b
|
5832 |
+
Ġclos er
|
5833 |
+
Ġlibr ary
|
5834 |
+
Ġwat ched
|
5835 |
+
Ġincent ives
|
5836 |
+
Ġresil ience
|
5837 |
+
Ġsched ul
|
5838 |
+
Ġempt y
|
5839 |
+
SE LECT
|
5840 |
+
Ġinvent ory
|
5841 |
+
Ġcours es
|
5842 |
+
A m
|
5843 |
+
E valuate
|
5844 |
+
M achine
|
5845 |
+
S ort
|
5846 |
+
T able
|
5847 |
+
b acks
|
5848 |
+
c ious
|
5849 |
+
f ree
|
5850 |
+
m ber
|
5851 |
+
n ic
|
5852 |
+
r enewable
|
5853 |
+
t es
|
5854 |
+
u ous
|
5855 |
+
| --------
|
5856 |
+
Ġt ag
|
5857 |
+
Ġt ropical
|
5858 |
+
in ch
|
5859 |
+
er obic
|
5860 |
+
at o
|
5861 |
+
Ġc e
|
5862 |
+
Ġc ou
|
5863 |
+
it ure
|
5864 |
+
Ġp ull
|
5865 |
+
Ġp airs
|
5866 |
+
Ġw is
|
5867 |
+
Ġw ish
|
5868 |
+
Ġw idth
|
5869 |
+
Ġf le
|
5870 |
+
Ġf ab
|
5871 |
+
Ġb ought
|
5872 |
+
ic ations
|
5873 |
+
le g
|
5874 |
+
us ing
|
5875 |
+
ro te
|
5876 |
+
Ġre in
|
5877 |
+
Ġre ward
|
5878 |
+
Ġh it
|
5879 |
+
Ġh ur
|
5880 |
+
Ġth us
|
5881 |
+
Ġis ol
|
5882 |
+
Ġn ation
|
5883 |
+
Ġn erv
|
5884 |
+
im ens
|
5885 |
+
st ood
|
5886 |
+
Ġst im
|
5887 |
+
Ġst ation
|
5888 |
+
Ġst aff
|
5889 |
+
Ġy ield
|
5890 |
+
ur g
|
5891 |
+
ur pose
|
5892 |
+
ol ing
|
5893 |
+
ul ated
|
5894 |
+
ĠA P
|
5895 |
+
ĠA ust
|
5896 |
+
se m
|
5897 |
+
ad ing
|
5898 |
+
Ġex ac
|
5899 |
+
her n
|
5900 |
+
um ul
|
5901 |
+
Ġr ural
|
5902 |
+
Ġse am
|
5903 |
+
ac ity
|
5904 |
+
Ġcomp aring
|
5905 |
+
Ġcomp osed
|
5906 |
+
Ġsh ining
|
5907 |
+
Ġpl ot
|
5908 |
+
Ġinc hes
|
5909 |
+
Ġun author
|
5910 |
+
ĠM exic
|
5911 |
+
ĠM icrosoft
|
5912 |
+
Ġte aching
|
5913 |
+
ĠB Y
|
5914 |
+
ĠB u
|
5915 |
+
Ġres ume
|
5916 |
+
Ġar m
|
5917 |
+
ĠF e
|
5918 |
+
ĠF ahrenheit
|
5919 |
+
ĠR iver
|
5920 |
+
Ġac qu
|
5921 |
+
ĠD efine
|
5922 |
+
Ġcl ients
|
5923 |
+
ual ity
|
5924 |
+
Ġdis aster
|
5925 |
+
Ġcomm ands
|
5926 |
+
Ġinter connect
|
5927 |
+
Ġro les
|
5928 |
+
Ġrec overy
|
5929 |
+
Ġproduct ive
|
5930 |
+
ĠJ ane
|
5931 |
+
Ġfun ds
|
5932 |
+
Ġfun ding
|
5933 |
+
Ġthere fore
|
5934 |
+
uc cess
|
5935 |
+
Ġlead ership
|
5936 |
+
ish ment
|
5937 |
+
Ġreg ulate
|
5938 |
+
ines e
|
5939 |
+
Ġgrow s
|
5940 |
+
Ġatt ribut
|
5941 |
+
Ġexpl oration
|
5942 |
+
Ġla un
|
5943 |
+
Ġfunction ality
|
5944 |
+
Ġinvol ving
|
5945 |
+
ĠCh inese
|
5946 |
+
Ġcor al
|
5947 |
+
Ġcor por
|
5948 |
+
Ġcor resp
|
5949 |
+
Ġpur s
|
5950 |
+
Ġprom ise
|
5951 |
+
pr ise
|
5952 |
+
Ġdef ined
|
5953 |
+
Ġser ious
|
5954 |
+
Ġrespons es
|
5955 |
+
Ġpract ical
|
5956 |
+
ĠEx pl
|
5957 |
+
Ġexpress ed
|
5958 |
+
ĠWith out
|
5959 |
+
Ġdeep ly
|
5960 |
+
ĠIm p
|
5961 |
+
Ġwind s
|
5962 |
+
Ġmeaning ful
|
5963 |
+
Ġpa id
|
5964 |
+
Ġpres ident
|
5965 |
+
Ġarr ange
|
5966 |
+
Ġpain t
|
5967 |
+
Ġcontribut ing
|
5968 |
+
Ġfall ing
|
5969 |
+
How ever
|
5970 |
+
Ġmor al
|
5971 |
+
Ġball s
|
5972 |
+
Ġdecre ased
|
5973 |
+
ĠPh ot
|
5974 |
+
Ġbreat hing
|
5975 |
+
Ġchemical s
|
5976 |
+
Ġban king
|
5977 |
+
Ġdatab ases
|
5978 |
+
Ġdisplay s
|
5979 |
+
Ġdeliver ing
|
5980 |
+
Ġmel ody
|
5981 |
+
Ġsil ver
|
5982 |
+
Ġtail ored
|
5983 |
+
ĠSm ith
|
5984 |
+
ĠEurope an
|
5985 |
+
Ġprep ared
|
5986 |
+
Ġencoura ging
|
5987 |
+
Ġbag s
|
5988 |
+
Ġguid ance
|
5989 |
+
Ġguid elines
|
5990 |
+
Ġdemoc racy
|
5991 |
+
Ġtre asure
|
5992 |
+
Ġdoct ors
|
5993 |
+
Ġid iom
|
5994 |
+
Ġoutd oor
|
5995 |
+
ĠEnh anced
|
5996 |
+
ĠGovern ments
|
5997 |
+
ĠUtil ize
|
5998 |
+
Ġminer als
|
5999 |
+
Ġber ries
|
6000 |
+
Ġstake holders
|
6001 |
+
Ġexac erb
|
6002 |
+
Ġunauthor ized
|
6003 |
+
. '
|
6004 |
+
2 8
|
6005 |
+
6 7
|
6006 |
+
A rea
|
6007 |
+
O ur
|
6008 |
+
P lease
|
6009 |
+
S im
|
6010 |
+
b uild
|
6011 |
+
e em
|
6012 |
+
e ffective
|
6013 |
+
f aces
|
6014 |
+
i as
|
6015 |
+
i ar
|
6016 |
+
r ist
|
6017 |
+
w h
|
6018 |
+
he at
|
6019 |
+
en use
|
6020 |
+
er ts
|
6021 |
+
re ts
|
6022 |
+
re ets
|
6023 |
+
Ġs y
|
6024 |
+
an u
|
6025 |
+
an qu
|
6026 |
+
an ies
|
6027 |
+
Ġp air
|
6028 |
+
or por
|
6029 |
+
Ġw ave
|
6030 |
+
Ġb urn
|
6031 |
+
Ġin her
|
6032 |
+
ed ia
|
6033 |
+
ar ant
|
6034 |
+
ar ray
|
6035 |
+
Ġd ut
|
6036 |
+
Ġre verse
|
6037 |
+
Ġl osing
|
6038 |
+
ant ing
|
6039 |
+
Ġg rill
|
6040 |
+
id dle
|
6041 |
+
Ġst ri
|
6042 |
+
Ġst reet
|
6043 |
+
Ġpro port
|
6044 |
+
Ġpro verb
|
6045 |
+
ra in
|
6046 |
+
ĠA im
|
6047 |
+
ĠA rt
|
6048 |
+
ĠA lex
|
6049 |
+
ĠI I
|
6050 |
+
se en
|
6051 |
+
qu ate
|
6052 |
+
ĠS k
|
6053 |
+
Ġv an
|
6054 |
+
Ġwe ights
|
6055 |
+
ĠP lease
|
6056 |
+
ĠP aris
|
6057 |
+
Ġha iku
|
6058 |
+
el iness
|
6059 |
+
ĠE ating
|
6060 |
+
per vised
|
6061 |
+
ĠM il
|
6062 |
+
Ġte a
|
6063 |
+
Ġte en
|
6064 |
+
ĠB an
|
6065 |
+
ĠB attle
|
6066 |
+
ĠH ist
|
6067 |
+
ans wer
|
6068 |
+
ult aneously
|
6069 |
+
Ġme ant
|
6070 |
+
Ġapp lying
|
6071 |
+
Ġ2 8
|
6072 |
+
ĠG od
|
6073 |
+
Ġqu ote
|
6074 |
+
ĠO ut
|
6075 |
+
ĠL inc
|
6076 |
+
Ġdes pite
|
6077 |
+
Ġsc ore
|
6078 |
+
Ġpe ak
|
6079 |
+
ru ption
|
6080 |
+
ear s
|
6081 |
+
ail s
|
6082 |
+
Ġexper ts
|
6083 |
+
Ġbl ow
|
6084 |
+
Ġfl oor
|
6085 |
+
Ġshe l
|
6086 |
+
Ġresp iratory
|
6087 |
+
Ġsign als
|
6088 |
+
Ġresult ed
|
6089 |
+
Ġpat tern
|
6090 |
+
Ġatt acks
|
6091 |
+
Ġfin ish
|
6092 |
+
ĠEn vironment
|
6093 |
+
Ġag es
|
6094 |
+
Ġcount less
|
6095 |
+
Ġhuman ity
|
6096 |
+
ĠCh ange
|
6097 |
+
port ation
|
6098 |
+
Ġref rig
|
6099 |
+
Ġprot agon
|
6100 |
+
Ġcap acity
|
6101 |
+
Ġpredict ion
|
6102 |
+
Ġenc ounter
|
6103 |
+
ĠTh ank
|
6104 |
+
Ġpresent ed
|
6105 |
+
Ġtest s
|
6106 |
+
Ġaddress ed
|
6107 |
+
Ġsupp li
|
6108 |
+
Ġclean er
|
6109 |
+
Ġpers ever
|
6110 |
+
Ġsec ret
|
6111 |
+
por ary
|
6112 |
+
Ġsn ack
|
6113 |
+
Ġoutput s
|
6114 |
+
Ġsto pped
|
6115 |
+
Ġupd ated
|
6116 |
+
Ġpack ed
|
6117 |
+
ĠInst agram
|
6118 |
+
Ġmotiv ation
|
6119 |
+
Ġvers atile
|
6120 |
+
Ġbat tle
|
6121 |
+
Wh ich
|
6122 |
+
ĠMan agement
|
6123 |
+
Ġdatas ets
|
6124 |
+
Ġdiagn osis
|
6125 |
+
ĠSu pport
|
6126 |
+
Ġpun ctu
|
6127 |
+
Ġded icated
|
6128 |
+
Ġfat igue
|
6129 |
+
Ġder iv
|
6130 |
+
Ġrot ation
|
6131 |
+
Ġcoast al
|
6132 |
+
Ġod d
|
6133 |
+
eli hood
|
6134 |
+
ĠProcess ing
|
6135 |
+
augh t
|
6136 |
+
Ġpersu asive
|
6137 |
+
uis ine
|
6138 |
+
Ġquad ratic
|
6139 |
+
Ġpron oun
|
6140 |
+
Ġcrim inal
|
6141 |
+
ĠLinc oln
|
6142 |
+
C ol
|
6143 |
+
D ay
|
6144 |
+
G B
|
6145 |
+
N ow
|
6146 |
+
c lusion
|
6147 |
+
i ers
|
6148 |
+
i ences
|
6149 |
+
n ight
|
6150 |
+
u ed
|
6151 |
+
Ġ Â
|
6152 |
+
in put
|
6153 |
+
he t
|
6154 |
+
Ġs ending
|
6155 |
+
Ġc art
|
6156 |
+
is y
|
6157 |
+
it tle
|
6158 |
+
Ġp al
|
6159 |
+
Ġf ier
|
6160 |
+
Ġb orn
|
6161 |
+
Ġm other
|
6162 |
+
Ġm icro
|
6163 |
+
ar row
|
6164 |
+
Ġd ense
|
6165 |
+
Ġd ouble
|
6166 |
+
ic y
|
6167 |
+
Ġre ve
|
6168 |
+
om in
|
6169 |
+
Ġth in
|
6170 |
+
ĠT ry
|
6171 |
+
ur ation
|
6172 |
+
Ġcan vas
|
6173 |
+
ĠA ugust
|
6174 |
+
ĠI D
|
6175 |
+
ment ation
|
6176 |
+
Ġmo ved
|
6177 |
+
ain t
|
6178 |
+
Ġch art
|
6179 |
+
Ġr ent
|
6180 |
+
Ġr ig
|
6181 |
+
ac c
|
6182 |
+
ĠP ar
|
6183 |
+
Ġsp ark
|
6184 |
+
Ġfo st
|
6185 |
+
Ġsh ore
|
6186 |
+
Ġpl astics
|
6187 |
+
ĠE instein
|
6188 |
+
Ġun d
|
6189 |
+
Ġun f
|
6190 |
+
og an
|
6191 |
+
Ġint ensity
|
6192 |
+
Ġab und
|
6193 |
+
ĠW rite
|
6194 |
+
ĠR est
|
6195 |
+
ĠR ob
|
6196 |
+
ĠR enewable
|
6197 |
+
Ġtr anqu
|
6198 |
+
ang ed
|
6199 |
+
ĠG ar
|
6200 |
+
Ġup coming
|
6201 |
+
Ġqu iet
|
6202 |
+
Ġdis place
|
6203 |
+
Ġsc ope
|
6204 |
+
ber ries
|
6205 |
+
Ġlear ns
|
6206 |
+
Ġher self
|
6207 |
+
ry ption
|
6208 |
+
Ġrec ip
|
6209 |
+
Ġtrans mission
|
6210 |
+
Ġsm ell
|
6211 |
+
Ġacc ident
|
6212 |
+
ph ones
|
6213 |
+
Ġbl end
|
6214 |
+
Ġfl ash
|
6215 |
+
Ġsol id
|
6216 |
+
Ġ5 00
|
6217 |
+
Ġsk illed
|
6218 |
+
Ġsim ultaneously
|
6219 |
+
Ġexpl anation
|
6220 |
+
ĠV inc
|
6221 |
+
Ġaut onom
|
6222 |
+
Des pite
|
6223 |
+
Ġmem or
|
6224 |
+
Ġfact s
|
6225 |
+
Ġsl ogan
|
6226 |
+
Ġsun set
|
6227 |
+
Ġgu ests
|
6228 |
+
Ġinvest ments
|
6229 |
+
Ġheart s
|
6230 |
+
ĠTh anks
|
6231 |
+
Ġcomb at
|
6232 |
+
Ġcalcul ates
|
6233 |
+
Ġarg uments
|
6234 |
+
Ġautom ated
|
6235 |
+
Ġmajor ity
|
6236 |
+
for get
|
6237 |
+
Ġforest s
|
6238 |
+
Ġans wers
|
6239 |
+
Ġminim al
|
6240 |
+
Ġpurch ases
|
6241 |
+
Ġaffect ed
|
6242 |
+
Ġled ger
|
6243 |
+
Ġec o
|
6244 |
+
Ġenh ancing
|
6245 |
+
Ġcollabor ate
|
6246 |
+
Ġrobot ics
|
6247 |
+
epend ent
|
6248 |
+
Ġadvent ures
|
6249 |
+
Ġdeb ate
|
6250 |
+
Ġpan els
|
6251 |
+
Th ank
|
6252 |
+
Ġtal k
|
6253 |
+
Ġcard iovascular
|
6254 |
+
Ġtransform ed
|
6255 |
+
Ġmotiv ate
|
6256 |
+
Ġinterp re
|
6257 |
+
Ġreflect s
|
6258 |
+
Ġwa iting
|
6259 |
+
Ġfrequ ently
|
6260 |
+
ĠDevelop ment
|
6261 |
+
Ġfarm er
|
6262 |
+
Ġutil izing
|
6263 |
+
Ġemphas izes
|
6264 |
+
Ġded ication
|
6265 |
+
Ġhabit ats
|
6266 |
+
Ġincorpor ate
|
6267 |
+
Ġincorpor ating
|
6268 |
+
Ġshap ing
|
6269 |
+
Ġdemonst rate
|
6270 |
+
De velop
|
6271 |
+
Ġsect or
|
6272 |
+
Ġdoct or
|
6273 |
+
ĠAut om
|
6274 |
+
Ġelectr ons
|
6275 |
+
ira ff
|
6276 |
+
ĠProm ote
|
6277 |
+
Ġkit chen
|
6278 |
+
ĠResp ons
|
6279 |
+
Ġspir it
|
6280 |
+
Ġturb ines
|
6281 |
+
Ġthous ands
|
6282 |
+
abol ism
|
6283 |
+
Ġath let
|
6284 |
+
Ġdisad vantages
|
6285 |
+
ĠEns ure
|
6286 |
+
ĠLangu age
|
6287 |
+
Ġalph abet
|
6288 |
+
Ġpercent age
|
6289 |
+
Ġpurs ue
|
6290 |
+
Ġprotagon ist
|
6291 |
+
Ġderiv ative
|
6292 |
+
" "
|
6293 |
+
A M
|
6294 |
+
D ata
|
6295 |
+
G o
|
6296 |
+
P r
|
6297 |
+
` .<|
|
6298 |
+
a ver
|
6299 |
+
b l
|
6300 |
+
b ut
|
6301 |
+
b ra
|
6302 |
+
c ra
|
6303 |
+
c ons
|
6304 |
+
c oh
|
6305 |
+
g i
|
6306 |
+
l ength
|
6307 |
+
n am
|
6308 |
+
o ly
|
6309 |
+
o ves
|
6310 |
+
r an
|
6311 |
+
t ag
|
6312 |
+
v able
|
6313 |
+
w orth
|
6314 |
+
Ġ rom
|
6315 |
+
in ite
|
6316 |
+
re st
|
6317 |
+
re aching
|
6318 |
+
Ġs oul
|
6319 |
+
Ġc in
|
6320 |
+
Ġc uisine
|
6321 |
+
Ġf ill
|
6322 |
+
as p
|
6323 |
+
ic ians
|
6324 |
+
Ġe p
|
6325 |
+
ct ic
|
6326 |
+
Ġh o
|
6327 |
+
Ġg ently
|
6328 |
+
Ġg ender
|
6329 |
+
Ġg ift
|
6330 |
+
Ġfor g
|
6331 |
+
ĠT ext
|
6332 |
+
Ġst reets
|
6333 |
+
Ġhe s
|
6334 |
+
am s
|
6335 |
+
am ent
|
6336 |
+
ak ers
|
6337 |
+
ter ed
|
6338 |
+
Ġv oc
|
6339 |
+
um ing
|
6340 |
+
Ġen ch
|
6341 |
+
od ay
|
6342 |
+
Ġch ann
|
6343 |
+
Ġch osen
|
6344 |
+
Ġr at
|
6345 |
+
oc urr
|
6346 |
+
and hi
|
6347 |
+
Ġimp er
|
6348 |
+
ĠP ay
|
6349 |
+
Ġsp ot
|
6350 |
+
Ġha z
|
6351 |
+
act er
|
6352 |
+
ĠE ast
|
6353 |
+
Ġun forget
|
6354 |
+
og ether
|
6355 |
+
ĠB ig
|
6356 |
+
ĠB ecause
|
6357 |
+
Ġk il
|
6358 |
+
Ġad m
|
6359 |
+
are a
|
6360 |
+
ast ers
|
6361 |
+
Ġtr ig
|
6362 |
+
Ġco al
|
6363 |
+
Ġstr eng
|
6364 |
+
Ġfollow ers
|
6365 |
+
ĠL is
|
6366 |
+
Ġcomm and
|
6367 |
+
alth y
|
6368 |
+
Ġover view
|
6369 |
+
In t
|
6370 |
+
Ġdec entral
|
6371 |
+
Ġph ase
|
6372 |
+
Ġrel ies
|
6373 |
+
enc ing
|
6374 |
+
anc hes
|
6375 |
+
Ġtechnolog ical
|
6376 |
+
Ġcomput ational
|
6377 |
+
hat bot
|
6378 |
+
ĠAn aly
|
6379 |
+
Ġvis ited
|
6380 |
+
Ġfunction ing
|
6381 |
+
Ġloc ations
|
6382 |
+
Ġtext ure
|
6383 |
+
Ġend less
|
6384 |
+
ĠCh rist
|
6385 |
+
Ġref res
|
6386 |
+
Ġins ulation
|
6387 |
+
Ġmat h
|
6388 |
+
Ġve ct
|
6389 |
+
Ġsun ny
|
6390 |
+
yc l
|
6391 |
+
Ġfore cast
|
6392 |
+
ĠCon nect
|
6393 |
+
Ġsal ary
|
6394 |
+
Ġcent uries
|
6395 |
+
ĠWh ich
|
6396 |
+
Ġimm ers
|
6397 |
+
Ġprint s
|
6398 |
+
Ġsecon ds
|
6399 |
+
Ġdiet ary
|
6400 |
+
Ġconcer n
|
6401 |
+
ograph ics
|
6402 |
+
Ġmonth ly
|
6403 |
+
Ġdiscuss es
|
6404 |
+
Ġtal king
|
6405 |
+
Ġevalu ation
|
6406 |
+
Ġdest ruction
|
6407 |
+
Ġintrodu cing
|
6408 |
+
Ġdeath s
|
6409 |
+
Ġbig gest
|
6410 |
+
ĠComp anies
|
6411 |
+
Ġdetect ion
|
6412 |
+
Ġnear ly
|
6413 |
+
Ġmar ine
|
6414 |
+
Ġoce ans
|
6415 |
+
Wh y
|
6416 |
+
Ġselect ing
|
6417 |
+
Ġadvert ise
|
6418 |
+
Ġbar ri
|
6419 |
+
Ġnucle us
|
6420 |
+
Ġsav ed
|
6421 |
+
Ġstorm s
|
6422 |
+
Ġcommit ment
|
6423 |
+
Ġcut ting
|
6424 |
+
Ġdecl arative
|
6425 |
+
Ġdom estic
|
6426 |
+
)/ (
|
6427 |
+
ĠEnc oura
|
6428 |
+
Ġmechan ics
|
6429 |
+
Ġcolum n
|
6430 |
+
opt ional
|
6431 |
+
Ġdemoc ratic
|
6432 |
+
Ġcop y
|
6433 |
+
Ġhol id
|
6434 |
+
Ġnorm al
|
6435 |
+
Ġhydro gen
|
6436 |
+
Ġran king
|
6437 |
+
Ġet c
|
6438 |
+
Ġneut ral
|
6439 |
+
ĠReduc ed
|
6440 |
+
Ġlik elihood
|
6441 |
+
Ġuncertain ty
|
6442 |
+
Ġdevast ating
|
6443 |
+
Ġmultip lying
|
6444 |
+
Ġintu itive
|
6445 |
+
Ġrepet itive
|
6446 |
+
ĠAnal ysis
|
6447 |
+
Ġrect angle
|
6448 |
+
ĠÃ Ĺ
|
6449 |
+
Ġrob ust
|
6450 |
+
Ġreef s
|
6451 |
+
Ġlaun ched
|
6452 |
+
anu ary
|
6453 |
+
Ġshel ter
|
6454 |
+
Ġpunctu ation
|
6455 |
+
Ġunforget table
|
6456 |
+
' )
|
6457 |
+
) ]
|
6458 |
+
, '
|
6459 |
+
5 00
|
6460 |
+
6 5
|
6461 |
+
A S
|
6462 |
+
C ons
|
6463 |
+
F orm
|
6464 |
+
L ife
|
6465 |
+
O N
|
6466 |
+
V ID
|
6467 |
+
` :
|
6468 |
+
b age
|
6469 |
+
c ers
|
6470 |
+
f ix
|
6471 |
+
i king
|
6472 |
+
k y
|
6473 |
+
o ber
|
6474 |
+
o vers
|
6475 |
+
r ich
|
6476 |
+
t t
|
6477 |
+
t age
|
6478 |
+
t aking
|
6479 |
+
v ision
|
6480 |
+
w rit
|
6481 |
+
y l
|
6482 |
+
Ġ vert
|
6483 |
+
in er
|
6484 |
+
Ġs end
|
6485 |
+
Ġs aves
|
6486 |
+
Ġc ycling
|
6487 |
+
es tern
|
6488 |
+
Ġp ink
|
6489 |
+
Ġw ake
|
6490 |
+
Ġw ise
|
6491 |
+
Ġw rote
|
6492 |
+
Ġf urn
|
6493 |
+
Ġf irm
|
6494 |
+
al ed
|
6495 |
+
Ġb ike
|
6496 |
+
Ġm er
|
6497 |
+
Ġm ac
|
6498 |
+
as ual
|
6499 |
+
ar a
|
6500 |
+
Ġd ye
|
6501 |
+
ro gen
|
6502 |
+
ct ober
|
6503 |
+
Ġl ion
|
6504 |
+
Ġst ro
|
6505 |
+
Ġst ood
|
6506 |
+
Ġst oring
|
6507 |
+
Ġpro p
|
6508 |
+
Ġor anges
|
6509 |
+
Ġcon j
|
6510 |
+
Ġde al
|
6511 |
+
Ġsu ff
|
6512 |
+
ĠS te
|
6513 |
+
ĠS leep
|
6514 |
+
Ġv ent
|
6515 |
+
ri a
|
6516 |
+
ĠC ap
|
6517 |
+
ĠC ustom
|
6518 |
+
ĠC ook
|
6519 |
+
Ġen viron
|
6520 |
+
op l
|
6521 |
+
Ġch rom
|
6522 |
+
oc ado
|
6523 |
+
Ġcomp rom
|
6524 |
+
Ġfo ster
|
6525 |
+
ĠE ven
|
6526 |
+
ĠB eg
|
6527 |
+
Ġint r
|
6528 |
+
ag o
|
6529 |
+
ĠH ar
|
6530 |
+
ĠW ork
|
6531 |
+
Ġtr oub
|
6532 |
+
Ġcl us
|
6533 |
+
ang ers
|
6534 |
+
ĠG ather
|
6535 |
+
Ġwhe never
|
6536 |
+
ĠL ead
|
6537 |
+
ĠL inked
|
6538 |
+
Ġev olution
|
6539 |
+
one ly
|
6540 |
+
Ġinter vention
|
6541 |
+
Ġper man
|
6542 |
+
lud e
|
6543 |
+
Ġinclud ed
|
6544 |
+
ere ly
|
6545 |
+
les h
|
6546 |
+
ire ct
|
6547 |
+
ĠJ une
|
6548 |
+
ĠJ uly
|
6549 |
+
Ġph ilos
|
6550 |
+
ell ed
|
6551 |
+
Ġfl avors
|
6552 |
+
Ġke ys
|
6553 |
+
Ġthere by
|
6554 |
+
ob e
|
6555 |
+
Ġreg ions
|
6556 |
+
Ġbr idge
|
6557 |
+
Ġbr anches
|
6558 |
+
Ġimprove ments
|
6559 |
+
Ġfind s
|
6560 |
+
Ġthan k
|
6561 |
+
Ġsign s
|
6562 |
+
Ġcomple ting
|
6563 |
+
Ġmin ing
|
6564 |
+
rit ious
|
6565 |
+
Ġmarket s
|
6566 |
+
Ġdesign s
|
6567 |
+
Ġris es
|
6568 |
+
Ġdep artment
|
6569 |
+
Ġmeth ane
|
6570 |
+
Ġcal end
|
6571 |
+
Ġcap s
|
6572 |
+
Ġoper ate
|
6573 |
+
ĠâĢ ĺ
|
6574 |
+
Ġsit ting
|
6575 |
+
Ġstand s
|
6576 |
+
Ġmeas uring
|
6577 |
+
Ġdifficult y
|
6578 |
+
Ġcomb ined
|
6579 |
+
Ġsho es
|
6580 |
+
Ġrepresent ed
|
6581 |
+
Ġstay ing
|
6582 |
+
Ġopen ed
|
6583 |
+
Ġpres ents
|
6584 |
+
ĠAl so
|
6585 |
+
Ġarr ive
|
6586 |
+
Ġnut ritious
|
6587 |
+
Ġphot os
|
6588 |
+
Ġnumer ical
|
6589 |
+
Ġ100 0
|
6590 |
+
Ġcamp ing
|
6591 |
+
Ġspeed s
|
6592 |
+
Ġview s
|
6593 |
+
Ġjour n
|
6594 |
+
Ġrecommend ed
|
6595 |
+
Ġoccur red
|
6596 |
+
Ġconsist ency
|
6597 |
+
Ġexce ptional
|
6598 |
+
ĠOr der
|
6599 |
+
Ġport fol
|
6600 |
+
Ġvalu ed
|
6601 |
+
Ġtal ent
|
6602 |
+
Ch oose
|
6603 |
+
Ġz ero
|
6604 |
+
Ġstat istics
|
6605 |
+
Ġadjust ing
|
6606 |
+
Ġroad s
|
6607 |
+
Ġrelax ing
|
6608 |
+
Ġrad iation
|
6609 |
+
ĉĉ ĉ
|
6610 |
+
ĠCont ent
|
6611 |
+
Ġwee ks
|
6612 |
+
Ġremind ers
|
6613 |
+
Ġhar der
|
6614 |
+
Ġcommit ted
|
6615 |
+
Ġassign ments
|
6616 |
+
Ġaim s
|
6617 |
+
dr iving
|
6618 |
+
Ġstrugg le
|
6619 |
+
Ġbroad er
|
6620 |
+
ĠImplement ing
|
6621 |
+
ĠCO VID
|
6622 |
+
ĠSim ilar
|
6623 |
+
ĠCollabor ation
|
6624 |
+
Ġexh ib
|
6625 |
+
ĠHum an
|
6626 |
+
Ġju ice
|
6627 |
+
Ġhy per
|
6628 |
+
Ġdescript ive
|
6629 |
+
Ġcrypt ocurr
|
6630 |
+
ĠGe orge
|
6631 |
+
Ġneur ons
|
6632 |
+
ĠConf ed
|
6633 |
+
Ġlon eliness
|
6634 |
+
Ġleak s
|
6635 |
+
Ġinquir ies
|
6636 |
+
ĠProgra mm
|
6637 |
+
Ġparamet ers
|
6638 |
+
Ġbask et
|
6639 |
+
ĠAP I
|
6640 |
+
Ġinterconnect ed
|
6641 |
+
Ġcorresp ond
|
6642 |
+
ĠLis a
|
6643 |
+
Ġenviron ments
|
6644 |
+
" )
|
6645 |
+
2 4
|
6646 |
+
6 4
|
6647 |
+
= [
|
6648 |
+
E S
|
6649 |
+
N N
|
6650 |
+
O R
|
6651 |
+
P l
|
6652 |
+
S p
|
6653 |
+
T ext
|
6654 |
+
U se
|
6655 |
+
a ze
|
6656 |
+
b urg
|
6657 |
+
f ather
|
6658 |
+
g s
|
6659 |
+
h um
|
6660 |
+
j ud
|
6661 |
+
m et
|
6662 |
+
t ress
|
6663 |
+
Ġ ic
|
6664 |
+
Ġ rivers
|
6665 |
+
Ġt ent
|
6666 |
+
Ġt ight
|
6667 |
+
Ġa p
|
6668 |
+
en a
|
6669 |
+
Ġs le
|
6670 |
+
Ġc able
|
6671 |
+
Ġc ave
|
6672 |
+
Ġp ig
|
6673 |
+
Ġp ush
|
6674 |
+
or ough
|
6675 |
+
Ġf er
|
6676 |
+
Ġf illing
|
6677 |
+
Ġb old
|
6678 |
+
Ġd iction
|
6679 |
+
ro t
|
6680 |
+
ro ph
|
6681 |
+
Ġth rill
|
6682 |
+
Ġl yr
|
6683 |
+
ist ent
|
6684 |
+
Ġg one
|
6685 |
+
ra d
|
6686 |
+
ot es
|
6687 |
+
Ġcon gest
|
6688 |
+
il a
|
6689 |
+
Ġas leep
|
6690 |
+
ĠA pril
|
6691 |
+
ers ect
|
6692 |
+
em ploy
|
6693 |
+
Ġle ver
|
6694 |
+
Ġsp ort
|
6695 |
+
Ġsh adows
|
6696 |
+
Ġun it
|
6697 |
+
Ġun like
|
6698 |
+
Ġte ch
|
6699 |
+
Ġte eth
|
6700 |
+
ĠB enef
|
6701 |
+
Ġint ersect
|
6702 |
+
Ġwas hing
|
6703 |
+
ĠH ot
|
6704 |
+
Ġad ds
|
6705 |
+
ĠW he
|
6706 |
+
ĠF ire
|
6707 |
+
Ġtr end
|
6708 |
+
Ġco op
|
6709 |
+
Ġman aged
|
6710 |
+
ĠG r
|
6711 |
+
ĠG andhi
|
6712 |
+
Ġstr ive
|
6713 |
+
ec imal
|
6714 |
+
ĠL ong
|
6715 |
+
Ġ- >
|
6716 |
+
ber ry
|
6717 |
+
oth s
|
6718 |
+
Ġpos itions
|
6719 |
+
Ġfl o
|
6720 |
+
Ġlist s
|
6721 |
+
Ġra ys
|
6722 |
+
Ġra ised
|
6723 |
+
con t
|
6724 |
+
Ġreg ul
|
6725 |
+
Ġequ ipped
|
6726 |
+
Ġmin ced
|
6727 |
+
Ġperform s
|
6728 |
+
Ġfin ished
|
6729 |
+
Ġanal og
|
6730 |
+
Ġoff icial
|
6731 |
+
Ġimpact ed
|
6732 |
+
Ġag o
|
6733 |
+
ĠHe at
|
6734 |
+
Ġaccess ed
|
6735 |
+
Ġent h
|
6736 |
+
Ġdr ives
|
6737 |
+
Ġdr inking
|
6738 |
+
Ġpar allel
|
6739 |
+
Ġpol ar
|
6740 |
+
Ġpol ice
|
6741 |
+
Ġget s
|
6742 |
+
Ġdeterm ining
|
6743 |
+
ars h
|
6744 |
+
Ġconnect s
|
6745 |
+
Ġgu arant
|
6746 |
+
Ġcontro lled
|
6747 |
+
Ġinvest ors
|
6748 |
+
ffic iency
|
6749 |
+
Ġreal istic
|
6750 |
+
Ġaccount ability
|
6751 |
+
Ġcalcul ations
|
6752 |
+
Ġimm une
|
6753 |
+
ĠAl ice
|
6754 |
+
Ġpromot ions
|
6755 |
+
Ġconvers ion
|
6756 |
+
ĠUS A
|
6757 |
+
Th rough
|
6758 |
+
cer er
|
6759 |
+
Ġvisual s
|
6760 |
+
Ġtax es
|
6761 |
+
Ġdest ro
|
6762 |
+
Ġrevolution ize
|
6763 |
+
ĠComp any
|
6764 |
+
Ġaltern atives
|
6765 |
+
Ġveh icle
|
6766 |
+
ĠIncre ase
|
6767 |
+
Ġmel ting
|
6768 |
+
Ġwonder ful
|
6769 |
+
En ter
|
6770 |
+
Ġstrugg ling
|
6771 |
+
Ġsurround ings
|
6772 |
+
Ġenab led
|
6773 |
+
ĠDec ision
|
6774 |
+
Com put
|
6775 |
+
Ġaf ternoon
|
6776 |
+
ĠRem ember
|
6777 |
+
Ġther most
|
6778 |
+
Ġinj ury
|
6779 |
+
Ġmanip ulate
|
6780 |
+
Ġperp et
|
6781 |
+
Ġsus p
|
6782 |
+
Ġast ron
|
6783 |
+
Ġexact ly
|
6784 |
+
Ġcompos ition
|
6785 |
+
ĠOp en
|
6786 |
+
Ġsociet al
|
6787 |
+
ĠVir tual
|
6788 |
+
Ġentreprene urs
|
6789 |
+
Ġsem i
|
6790 |
+
Ġpict ures
|
6791 |
+
Ġexcess ive
|
6792 |
+
Ġdiscrim ination
|
6793 |
+
ĠCed ric
|
6794 |
+
Ġmim ic
|
6795 |
+
Ġmemor able
|
6796 |
+
Ġdecentral ized
|
6797 |
+
Ġclus tering
|
6798 |
+
) **
|
6799 |
+
. )
|
6800 |
+
. ,
|
6801 |
+
7 5
|
6802 |
+
9 5
|
6803 |
+
? "
|
6804 |
+
A C
|
6805 |
+
C hor
|
6806 |
+
D on
|
6807 |
+
D isc
|
6808 |
+
O h
|
6809 |
+
P ar
|
6810 |
+
P roduct
|
6811 |
+
a u
|
6812 |
+
i u
|
6813 |
+
n iv
|
6814 |
+
n ership
|
6815 |
+
p age
|
6816 |
+
u gging
|
6817 |
+
Ġ iron
|
6818 |
+
Ġt act
|
6819 |
+
in ate
|
6820 |
+
Ġthe ft
|
6821 |
+
re g
|
6822 |
+
Ġs od
|
6823 |
+
Ġc asual
|
6824 |
+
Ġp ick
|
6825 |
+
Ġb ic
|
6826 |
+
Ġto wer
|
6827 |
+
Ġm arked
|
6828 |
+
Ġin k
|
6829 |
+
Ġd ram
|
6830 |
+
Ġd rivers
|
6831 |
+
ic ular
|
6832 |
+
end icular
|
6833 |
+
Ġre us
|
6834 |
+
Ġh op
|
6835 |
+
Ġth orough
|
6836 |
+
Ġl ab
|
6837 |
+
Ġl onely
|
6838 |
+
ce an
|
6839 |
+
et ch
|
6840 |
+
Ġg ave
|
6841 |
+
ch arge
|
6842 |
+
Ġst ocks
|
6843 |
+
ol i
|
6844 |
+
ot hes
|
6845 |
+
ĠA B
|
6846 |
+
ĠA TP
|
6847 |
+
ĠI oT
|
6848 |
+
se cut
|
6849 |
+
ad ecimal
|
6850 |
+
ĠS S
|
6851 |
+
ĠS um
|
6852 |
+
ĠS EO
|
6853 |
+
ĠC ould
|
6854 |
+
est eem
|
6855 |
+
op ic
|
6856 |
+
os omes
|
6857 |
+
Ġwe ar
|
6858 |
+
Ġwor ry
|
6859 |
+
Ġal t
|
6860 |
+
Ġal though
|
6861 |
+
Ġal coh
|
6862 |
+
Ġcomp ound
|
6863 |
+
ĠP oll
|
6864 |
+
ĠE vent
|
6865 |
+
ĠH i
|
6866 |
+
ĠH ouse
|
6867 |
+
Ġad ult
|
6868 |
+
Ġres idents
|
6869 |
+
ĠD etermine
|
6870 |
+
Ġapp s
|
6871 |
+
Ġother wise
|
6872 |
+
ĠIn formation
|
6873 |
+
ip itation
|
6874 |
+
Ġco zy
|
6875 |
+
Ġup gra
|
6876 |
+
Ġfe els
|
6877 |
+
ific ations
|
6878 |
+
ĠL a
|
6879 |
+
ĠL ast
|
6880 |
+
ĠL ook
|
6881 |
+
ĠL ond
|
6882 |
+
ĠL aw
|
6883 |
+
ke y
|
6884 |
+
ap ers
|
6885 |
+
Ġinter rog
|
6886 |
+
Ġpr icing
|
6887 |
+
ĠN ations
|
6888 |
+
Ġdec ide
|
6889 |
+
ple te
|
6890 |
+
ĠJ oe
|
6891 |
+
Ġpre fix
|
6892 |
+
Ġrel atively
|
6893 |
+
Ġsa fer
|
6894 |
+
Ġform ing
|
6895 |
+
Ġform ation
|
6896 |
+
Ġmet abolism
|
6897 |
+
Ġunder stood
|
6898 |
+
Ġmain ly
|
6899 |
+
Ġass ets
|
6900 |
+
ord ers
|
6901 |
+
Ġmod e
|
6902 |
+
Ġwell being
|
6903 |
+
Ġrequ ests
|
6904 |
+
Ġag ent
|
6905 |
+
Ġ** *(
|
6906 |
+
Ġachie vable
|
6907 |
+
Ġrest rict
|
6908 |
+
Ġread er
|
6909 |
+
Ġsw im
|
6910 |
+
omm od
|
6911 |
+
Ġ< -
|
6912 |
+
Ġemploy ment
|
6913 |
+
Ġless ons
|
6914 |
+
Ġland ing
|
6915 |
+
Ġoffer ed
|
6916 |
+
Ġshow case
|
6917 |
+
Ġcomb ines
|
6918 |
+
Ġneg ot
|
6919 |
+
Ġinteg rated
|
6920 |
+
ĠPl ay
|
6921 |
+
Ġimm igration
|
6922 |
+
Ġwal ks
|
6923 |
+
Ġbelie ved
|
6924 |
+
Ġold er
|
6925 |
+
Ġrece iving
|
6926 |
+
Ġsec rets
|
6927 |
+
Ġstrateg ic
|
6928 |
+
Ġimplement ed
|
6929 |
+
ĠSc out
|
6930 |
+
ĠAt l
|
6931 |
+
ĠBe fore
|
6932 |
+
Ġupd ating
|
6933 |
+
app y
|
6934 |
+
Ġinsp iring
|
6935 |
+
Ġopp on
|
6936 |
+
sc reen
|
6937 |
+
ĠKe y
|
6938 |
+
Ġhyd rated
|
6939 |
+
Ġban ks
|
6940 |
+
Ġban ana
|
6941 |
+
Ġearth qu
|
6942 |
+
itud es
|
6943 |
+
Ġwood en
|
6944 |
+
Ġunc over
|
6945 |
+
Ġconve ys
|
6946 |
+
Ġheav ily
|
6947 |
+
ĠTra vel
|
6948 |
+
Ġprec ision
|
6949 |
+
Ġremote ly
|
6950 |
+
Ġmanufact ur
|
6951 |
+
ĠMed ia
|
6952 |
+
Ġtell s
|
6953 |
+
Ġthreat s
|
6954 |
+
Ġagricult ural
|
6955 |
+
Ġliter ature
|
6956 |
+
ĠTrans portation
|
6957 |
+
Ġaccept ed
|
6958 |
+
Ġgradu ally
|
6959 |
+
ĠAss istant
|
6960 |
+
Ġadject ive
|
6961 |
+
Trans late
|
6962 |
+
Ġelectr ical
|
6963 |
+
ipp et
|
6964 |
+
Ġcra ft
|
6965 |
+
Ġwel come
|
6966 |
+
Ġu pper
|
6967 |
+
Ġtens ion
|
6968 |
+
Ġsudden ly
|
6969 |
+
Ġweak nesses
|
6970 |
+
Ġintegr ity
|
6971 |
+
App le
|
6972 |
+
Cl imate
|
6973 |
+
Ġcolon ies
|
6974 |
+
Ġlaugh ter
|
6975 |
+
athe red
|
6976 |
+
ĠRuss ia
|
6977 |
+
ĠPhys ical
|
6978 |
+
Ġcircum st
|
6979 |
+
Ġmention ed
|
6980 |
+
Ġcamer a
|
6981 |
+
Ġsty les
|
6982 |
+
ĠGree k
|
6983 |
+
Ġpredic ting
|
6984 |
+
Ġhex adecimal
|
6985 |
+
Ġrelat ivity
|
6986 |
+
Ġresearc hers
|
6987 |
+
Ġnerv ous
|
6988 |
+
Ġfier ce
|
6989 |
+
Ġathlet es
|
6990 |
+
but ton
|
6991 |
+
Ġchann els
|
6992 |
+
Ġimper ative
|
6993 |
+
Ġportfol io
|
6994 |
+
)** *
|
6995 |
+
Chor us
|
6996 |
+
ĠLond on
|
6997 |
+
/ /
|
6998 |
+
2 9
|
6999 |
+
8 5
|
7000 |
+
A ut
|
7001 |
+
B ra
|
7002 |
+
C o
|
7003 |
+
D r
|
7004 |
+
F i
|
7005 |
+
R es
|
7006 |
+
S h
|
7007 |
+
T H
|
7008 |
+
] )
|
7009 |
+
g ic
|
7010 |
+
g ent
|
7011 |
+
h igh
|
7012 |
+
i able
|
7013 |
+
l en
|
7014 |
+
l ining
|
7015 |
+
p ie
|
7016 |
+
r ons
|
7017 |
+
t les
|
7018 |
+
v in
|
7019 |
+
v it
|
7020 |
+
Ġ %
|
7021 |
+
Ġ &
|
7022 |
+
Ġ )
|
7023 |
+
Ġt ender
|
7024 |
+
in ent
|
7025 |
+
Ġthe ories
|
7026 |
+
Ġc er
|
7027 |
+
Ġc el
|
7028 |
+
Ġan ton
|
7029 |
+
Ġp iv
|
7030 |
+
Ġp ork
|
7031 |
+
Ġf if
|
7032 |
+
Ġf ict
|
7033 |
+
Ġf ought
|
7034 |
+
al d
|
7035 |
+
al ian
|
7036 |
+
Ġb order
|
7037 |
+
as hed
|
7038 |
+
ed y
|
7039 |
+
ed ing
|
7040 |
+
Ġd istant
|
7041 |
+
ic ate
|
7042 |
+
ic ism
|
7043 |
+
Ġre wards
|
7044 |
+
Ġl ooks
|
7045 |
+
id ential
|
7046 |
+
Ġy esterday
|
7047 |
+
Ġpro ceed
|
7048 |
+
ra ction
|
7049 |
+
if f
|
7050 |
+
ul um
|
7051 |
+
Ġcon fer
|
7052 |
+
Ġas king
|
7053 |
+
ĠA S
|
7054 |
+
ĠA rea
|
7055 |
+
am b
|
7056 |
+
Ġsu it
|
7057 |
+
ĠC or
|
7058 |
+
ĠC ath
|
7059 |
+
Ġle ap
|
7060 |
+
Ġr enew
|
7061 |
+
iz abet
|
7062 |
+
ĠP ort
|
7063 |
+
ĠP ower
|
7064 |
+
ĠE gy
|
7065 |
+
ĠM a
|
7066 |
+
ĠM iss
|
7067 |
+
ĠB ar
|
7068 |
+
ĠB etter
|
7069 |
+
Ġint ent
|
7070 |
+
ĠW i
|
7071 |
+
ind er
|
7072 |
+
ĠD a
|
7073 |
+
ĠD isc
|
7074 |
+
Ġco ll
|
7075 |
+
red ient
|
7076 |
+
Ġfe ars
|
7077 |
+
Ġqu alities
|
7078 |
+
ĠO ctober
|
7079 |
+
ĠO cean
|
7080 |
+
ĠL ittle
|
7081 |
+
ener y
|
7082 |
+
ĠIt alian
|
7083 |
+
ap h
|
7084 |
+
ap or
|
7085 |
+
oo st
|
7086 |
+
Ġpr ide
|
7087 |
+
ard ing
|
7088 |
+
erv ed
|
7089 |
+
its u
|
7090 |
+
ĠJ o
|
7091 |
+
Ġinv ention
|
7092 |
+
Ġimpro ves
|
7093 |
+
ject ive
|
7094 |
+
Ġph r
|
7095 |
+
Ġacc ommod
|
7096 |
+
ens es
|
7097 |
+
ph ony
|
7098 |
+
ild ren
|
7099 |
+
Ġmed ication
|
7100 |
+
Ġact s
|
7101 |
+
Ġke pt
|
7102 |
+
Ġspec ified
|
7103 |
+
Ġcar b
|
7104 |
+
Ġperson ality
|
7105 |
+
Ġgr anted
|
7106 |
+
Ġfind ings
|
7107 |
+
Ġthan ks
|
7108 |
+
Ġart s
|
7109 |
+
Ġart ist
|
7110 |
+
Ġ4 00
|
7111 |
+
Ġplan e
|
7112 |
+
Ġenvironment ally
|
7113 |
+
Ġatt itude
|
7114 |
+
Ġche st
|
7115 |
+
Ġinst ru
|
7116 |
+
Ġpass words
|
7117 |
+
Ġdep art
|
7118 |
+
Ġdr inks
|
7119 |
+
Ġkey word
|
7120 |
+
Ġsupport ed
|
7121 |
+
ĠAs ia
|
7122 |
+
Ġrele asing
|
7123 |
+
Ġmanage able
|
7124 |
+
ĠK n
|
7125 |
+
Ġcare ful
|
7126 |
+
air y
|
7127 |
+
Ġ20 19
|
7128 |
+
Ġrespons ive
|
7129 |
+
ven ience
|
7130 |
+
Ġ< /
|
7131 |
+
Ġexpress ions
|
7132 |
+
Ġcr ust
|
7133 |
+
Ġer a
|
7134 |
+
Ġtravel ing
|
7135 |
+
ĠSp ain
|
7136 |
+
ĠSp ace
|
7137 |
+
Ġinteg ration
|
7138 |
+
Ġrepresent atives
|
7139 |
+
Ġoptim al
|
7140 |
+
Ġoptim izing
|
7141 |
+
Ġbi ases
|
7142 |
+
Ġmess aging
|
7143 |
+
Ġbas is
|
7144 |
+
Ġharm ony
|
7145 |
+
Ġcell ular
|
7146 |
+
Ġphot ography
|
7147 |
+
Ġtreat ments
|
7148 |
+
Ġloss es
|
7149 |
+
Ġing redient
|
7150 |
+
ĠSc ient
|
7151 |
+
Ġaffect s
|
7152 |
+
Ġcook ies
|
7153 |
+
Ġrobot ic
|
7154 |
+
Ġsym phony
|
7155 |
+
Ġsubject ive
|
7156 |
+
Ġste pped
|
7157 |
+
Ġrefer ence
|
7158 |
+
Ġremain ing
|
7159 |
+
Ġnav igation
|
7160 |
+
Ġsubst ances
|
7161 |
+
Ġperiod s
|
7162 |
+
Ġill ust
|
7163 |
+
oph istic
|
7164 |
+
inst ruction
|
7165 |
+
br ane
|
7166 |
+
Ġfrequ ency
|
7167 |
+
Ġclose ly
|
7168 |
+
Ġexec ution
|
7169 |
+
cc oli
|
7170 |
+
Ġloy al
|
7171 |
+
Ġfarm ing
|
7172 |
+
Ġadvance ment
|
7173 |
+
Ġuni vers
|
7174 |
+
Ġprec ise
|
7175 |
+
Ġprec ipitation
|
7176 |
+
Ġdom ain
|
7177 |
+
ĠBl ue
|
7178 |
+
Ġmathemat ics
|
7179 |
+
ĠAfric an
|
7180 |
+
Ġemphas is
|
7181 |
+
Ġhypot enuse
|
7182 |
+
ĠBrit ain
|
7183 |
+
ĠChe ck
|
7184 |
+
Ġsurround ing
|
7185 |
+
Ġshap es
|
7186 |
+
Ġconflic ts
|
7187 |
+
imet ers
|
7188 |
+
Ġsubs et
|
7189 |
+
Ġmusc les
|
7190 |
+
Ġsatisf ied
|
7191 |
+
Ġretrie val
|
7192 |
+
Ġfa ith
|
7193 |
+
ĠInt roduction
|
7194 |
+
Ġobserv ed
|
7195 |
+
Ġhighlight s
|
7196 |
+
ĠDep artment
|
7197 |
+
Ġperp endicular
|
7198 |
+
Ġdescript ions
|
7199 |
+
Ġtele vision
|
7200 |
+
ĠServ ice
|
7201 |
+
Ġfacilit ate
|
7202 |
+
ĠNetw ork
|
7203 |
+
ĠAdv anced
|
7204 |
+
ĠPot ter
|
7205 |
+
Ġauthentic ation
|
7206 |
+
Ġpu zzle
|
7207 |
+
Ġdivis ible
|
7208 |
+
Ġamaz ing
|
7209 |
+
Ġexplicit ly
|
7210 |
+
Ġcompetit ors
|
7211 |
+
ĠMexic o
|
7212 |
+
ĠImp act
|
7213 |
+
Ġrefrig er
|
7214 |
+
ĠAnaly tics
|
7215 |
+
ĠEncoura ging
|
7216 |
+
ĠBeg in
|
7217 |
+
Ġperman ent
|
7218 |
+
Ġjourn al
|
7219 |
+
Ġcorrespond ing
|
7220 |
+
Ġcongest ion
|
7221 |
+
Ġcircumst ances
|
7222 |
+
Ġfict ional
|
7223 |
+
izabet h
|
7224 |
+
ĠEgy pt
|
7225 |
+
! "
|
7226 |
+
" >
|
7227 |
+
2 6
|
7228 |
+
3 5
|
7229 |
+
7 0
|
7230 |
+
7 3
|
7231 |
+
A cc
|
7232 |
+
C an
|
7233 |
+
H ER
|
7234 |
+
V erse
|
7235 |
+
W here
|
7236 |
+
^ (
|
7237 |
+
a id
|
7238 |
+
b ull
|
7239 |
+
b reak
|
7240 |
+
d o
|
7241 |
+
f ly
|
7242 |
+
i pl
|
7243 |
+
l ong
|
7244 |
+
l abel
|
7245 |
+
o ch
|
7246 |
+
r ight
|
7247 |
+
s on
|
7248 |
+
s ort
|
7249 |
+
t ys
|
7250 |
+
w al
|
7251 |
+
Ġ vel
|
7252 |
+
Ġt ut
|
7253 |
+
Ġt ale
|
7254 |
+
Ġt iny
|
7255 |
+
Ġa x
|
7256 |
+
Ġa qu
|
7257 |
+
Ġa ward
|
7258 |
+
in i
|
7259 |
+
Ġthe sis
|
7260 |
+
on ential
|
7261 |
+
Ġc os
|
7262 |
+
Ġo w
|
7263 |
+
Ġo ak
|
7264 |
+
an as
|
7265 |
+
an ut
|
7266 |
+
Ġf est
|
7267 |
+
Ġb and
|
7268 |
+
Ġto ast
|
7269 |
+
Ġto ugh
|
7270 |
+
ro st
|
7271 |
+
end ers
|
7272 |
+
Ġre act
|
7273 |
+
Ġh uge
|
7274 |
+
Ġl iber
|
7275 |
+
et a
|
7276 |
+
ch ar
|
7277 |
+
st rong
|
7278 |
+
Ġst ain
|
7279 |
+
Ġst umbled
|
7280 |
+
Ġbe e
|
7281 |
+
ig ital
|
7282 |
+
ra z
|
7283 |
+
ra ms
|
7284 |
+
ur ated
|
7285 |
+
ur ally
|
7286 |
+
ate ly
|
7287 |
+
un k
|
7288 |
+
ul s
|
7289 |
+
Ġas cending
|
7290 |
+
ĠA M
|
7291 |
+
ab lish
|
7292 |
+
ĠS n
|
7293 |
+
ĠS elf
|
7294 |
+
Ġv oting
|
7295 |
+
Ġr ide
|
7296 |
+
Ġwe ap
|
7297 |
+
ĠP ress
|
7298 |
+
Ġsh ower
|
7299 |
+
Ġsh allow
|
7300 |
+
el ing
|
7301 |
+
el come
|
7302 |
+
ĠE gg
|
7303 |
+
ĠM ary
|
7304 |
+
ĠB ost
|
7305 |
+
Ġres on
|
7306 |
+
Ġcont am
|
7307 |
+
Ġcont ract
|
7308 |
+
up iter
|
7309 |
+
Ġar row
|
7310 |
+
ĠF ollow
|
7311 |
+
ĠR ef
|
7312 |
+
ĠR NA
|
7313 |
+
our t
|
7314 |
+
Ġcl osed
|
7315 |
+
Ġstr at
|
7316 |
+
Ġprodu cers
|
7317 |
+
ĠO ff
|
7318 |
+
ĠL ist
|
7319 |
+
Ġdis asters
|
7320 |
+
Ġev olve
|
7321 |
+
ore m
|
7322 |
+
Ġro se
|
7323 |
+
Ġro lling
|
7324 |
+
âĢ ¢
|
7325 |
+
rough ts
|
7326 |
+
ĠN ow
|
7327 |
+
Ġrec ycle
|
7328 |
+
Ġdo ll
|
7329 |
+
Ġwork out
|
7330 |
+
Ġ3 5
|
7331 |
+
Ġsm iled
|
7332 |
+
ph ins
|
7333 |
+
Ġexp ansion
|
7334 |
+
ĠSt one
|
7335 |
+
Ġcar rots
|
7336 |
+
eng er
|
7337 |
+
Ġlo ans
|
7338 |
+
Ġlo ves
|
7339 |
+
Ġadv ances
|
7340 |
+
Ġpot atoes
|
7341 |
+
Ġdifferent iate
|
7342 |
+
Ġgra ms
|
7343 |
+
Ġrequ iring
|
7344 |
+
Ġpass es
|
7345 |
+
Ġfunction al
|
7346 |
+
old en
|
7347 |
+
Ġaccess ing
|
7348 |
+
Ġend ing
|
7349 |
+
Ġend urance
|
7350 |
+
ĠV ari
|
7351 |
+
Ġaut hors
|
7352 |
+
Ġback gr
|
7353 |
+
Ġele phant
|
7354 |
+
com p
|
7355 |
+
Ġmat ches
|
7356 |
+
ost ing
|
7357 |
+
Ġ6 0
|
7358 |
+
Ġprof ile
|
7359 |
+
yc les
|
7360 |
+
yc led
|
7361 |
+
Ġconnect ivity
|
7362 |
+
Ġsub mit
|
7363 |
+
Ġanaly tical
|
7364 |
+
ced ented
|
7365 |
+
As s
|
7366 |
+
Ġfore ign
|
7367 |
+
oh yd
|
7368 |
+
Ġmus ical
|
7369 |
+
Ġsit es
|
7370 |
+
Ġfac es
|
7371 |
+
Ġcontrol s
|
7372 |
+
Ġcomb ine
|
7373 |
+
Ġtravel s
|
7374 |
+
pro of
|
7375 |
+
Ġlay out
|
7376 |
+
Ġexc lusive
|
7377 |
+
Ġcontribut ions
|
7378 |
+
Ġengine er
|
7379 |
+
lex ibility
|
7380 |
+
Comp any
|
7381 |
+
Ġaffect ing
|
7382 |
+
ĠEng land
|
7383 |
+
Ġpolit ics
|
7384 |
+
Ġcrit eria
|
7385 |
+
epend ence
|
7386 |
+
Ġmoder ate
|
7387 |
+
âĢĿ .
|
7388 |
+
Th ree
|
7389 |
+
Ġport able
|
7390 |
+
Ġsubst ance
|
7391 |
+
ĠInst all
|
7392 |
+
Ġill nesses
|
7393 |
+
Ġmaxim ize
|
7394 |
+
Ġabs olute
|
7395 |
+
Ġrespond ing
|
7396 |
+
Ġang les
|
7397 |
+
Ġang ry
|
7398 |
+
Ġpath s
|
7399 |
+
su pervised
|
7400 |
+
Ġult imate
|
7401 |
+
Ġassign ment
|
7402 |
+
Ġsmooth ie
|
7403 |
+
Ġstra in
|
7404 |
+
ĠRo ad
|
7405 |
+
ĠRo bert
|
7406 |
+
ĠGet tys
|
7407 |
+
Ġinstall ed
|
7408 |
+
Ġinfluenc ed
|
7409 |
+
Ġapprec iation
|
7410 |
+
Ġgraph ics
|
7411 |
+
Ġappe al
|
7412 |
+
Ġmulti pl
|
7413 |
+
Ġinterpret ation
|
7414 |
+
Ġatom ic
|
7415 |
+
Ġfactor ial
|
7416 |
+
ĠQu antum
|
7417 |
+
Ġinj uries
|
7418 |
+
ĠEl izabeth
|
7419 |
+
Ġcele b
|
7420 |
+
Ġframew orks
|
7421 |
+
Ġdeploy ment
|
7422 |
+
ĠReduc ing
|
7423 |
+
Ġrelig ious
|
7424 |
+
Ġine quality
|
7425 |
+
ĠElect ric
|
7426 |
+
Ġteacher s
|
7427 |
+
Ġjud ge
|
7428 |
+
Ġbirth day
|
7429 |
+
ĠMore over
|
7430 |
+
pre cedented
|
7431 |
+
Ġdisapp oint
|
7432 |
+
Ġtherap y
|
7433 |
+
Ġvulner able
|
7434 |
+
ĠBuild ing
|
7435 |
+
Ġappoint ments
|
7436 |
+
Ġsett ings
|
7437 |
+
Ġexecut ed
|
7438 |
+
Out line
|
7439 |
+
ĠExper ience
|
7440 |
+
ĠInf lu
|
7441 |
+
Ġhur ric
|
7442 |
+
Ġcorpor ations
|
7443 |
+
Sim pl
|
7444 |
+
iraff e
|
7445 |
+
Ġfurn iture
|
7446 |
+
ĠConfed erate
|
7447 |
+
Ġlyr ics
|
7448 |
+
ĠBenef its
|
7449 |
+
Ġenth us
|
7450 |
+
Ġdestro y
|
7451 |
+
Ġreus able
|
7452 |
+
Ġalcoh ol
|
7453 |
+
Bra instorm
|
7454 |
+
Ġcer em
|
7455 |
+
ĠDa isy
|
7456 |
+
Ġcarb ohyd
|
7457 |
+
ophistic ated
|
7458 |
+
HER E
|
7459 |
+
bull ying
|
7460 |
+
Ġbackgr ounds
|
7461 |
+
ĠGettys burg
|
7462 |
+
( -
|
7463 |
+
) +
|
7464 |
+
4 4
|
7465 |
+
A B
|
7466 |
+
C ar
|
7467 |
+
C hatbot
|
7468 |
+
D o
|
7469 |
+
E T
|
7470 |
+
E very
|
7471 |
+
R ow
|
7472 |
+
R ead
|
7473 |
+
U P
|
7474 |
+
] .
|
7475 |
+
^ -
|
7476 |
+
b b
|
7477 |
+
b ooks
|
7478 |
+
c lass
|
7479 |
+
c lick
|
7480 |
+
d x
|
7481 |
+
d y
|
7482 |
+
e y
|
7483 |
+
g iving
|
7484 |
+
i ance
|
7485 |
+
l ar
|
7486 |
+
l ast
|
7487 |
+
m ax
|
7488 |
+
o ise
|
7489 |
+
p erson
|
7490 |
+
r um
|
7491 |
+
r ous
|
7492 |
+
s k
|
7493 |
+
s uch
|
7494 |
+
t ion
|
7495 |
+
v iol
|
7496 |
+
w in
|
7497 |
+
w ell
|
7498 |
+
y ou
|
7499 |
+
y ear
|
7500 |
+
Ġ rib
|
7501 |
+
Ġ ____
|
7502 |
+
Ġ ÏĢ
|
7503 |
+
en us
|
7504 |
+
re ens
|
7505 |
+
re edom
|
7506 |
+
on ard
|
7507 |
+
Ġs ess
|
7508 |
+
Ġs way
|
7509 |
+
Ġs ights
|
7510 |
+
at ical
|
7511 |
+
Ġc ens
|
7512 |
+
is hes
|
7513 |
+
is co
|
7514 |
+
it arian
|
7515 |
+
Ġp ic
|
7516 |
+
Ġp enc
|
7517 |
+
Ġf ib
|
7518 |
+
Ġf iction
|
7519 |
+
al one
|
7520 |
+
|> **
|
7521 |
+
Ġb ills
|
7522 |
+
ed ge
|
7523 |
+
Ġd rop
|
7524 |
+
Ġd ancing
|
7525 |
+
Ġd roughts
|
7526 |
+
Ġre charge
|
7527 |
+
om b
|
7528 |
+
Ġh ob
|
7529 |
+
Ġh iring
|
7530 |
+
Ġh ung
|
7531 |
+
Ġh iking
|
7532 |
+
Ġl ake
|
7533 |
+
Ġl ink
|
7534 |
+
ce ll
|
7535 |
+
Ġn it
|
7536 |
+
Ġn et
|
7537 |
+
ll o
|
7538 |
+
Ġg inger
|
7539 |
+
Ġg athered
|
7540 |
+
ĠT our
|
7541 |
+
Ġst al
|
7542 |
+
Ġbe ar
|
7543 |
+
Ġbe ef
|
7544 |
+
ir ds
|
7545 |
+
ol f
|
7546 |
+
ol ved
|
7547 |
+
if ting
|
7548 |
+
Ġcon d
|
7549 |
+
il ant
|
7550 |
+
am per
|
7551 |
+
ĠS ur
|
7552 |
+
ĠS ure
|
7553 |
+
ĠS uccess
|
7554 |
+
Ġv ivid
|
7555 |
+
res ult
|
7556 |
+
ain ts
|
7557 |
+
ĠC ult
|
7558 |
+
ĠC amp
|
7559 |
+
Ġen er
|
7560 |
+
Ġr ating
|
7561 |
+
oc ols
|
7562 |
+
Ġse ven
|
7563 |
+
ac he
|
7564 |
+
iz able
|
7565 |
+
Ġcomp elling
|
7566 |
+
ions hip
|
7567 |
+
Ġsh ades
|
7568 |
+
ĠE at
|
7569 |
+
ĠE ver
|
7570 |
+
Ġun supervised
|
7571 |
+
Ġun precedented
|
7572 |
+
pt ember
|
7573 |
+
his m
|
7574 |
+
og s
|
7575 |
+
ĠM ult
|
7576 |
+
Ġwas n
|
7577 |
+
ĠH yd
|
7578 |
+
ĠW ord
|
7579 |
+
ĠW estern
|
7580 |
+
ĠR ich
|
7581 |
+
ĠR ap
|
7582 |
+
Ġme adow
|
7583 |
+
Ġcl oves
|
7584 |
+
Ġcl othes
|
7585 |
+
Ġco at
|
7586 |
+
Ġ2 1
|
7587 |
+
Ġ2 2
|
7588 |
+
Ġ2 6
|
7589 |
+
Ġ2 9
|
7590 |
+
ĠG ra
|
7591 |
+
Ġstr ange
|
7592 |
+
Ġstr ict
|
7593 |
+
av id
|
7594 |
+
ĠL ila
|
7595 |
+
Ġev olving
|
7596 |
+
Ġso le
|
7597 |
+
Ġinter ior
|
7598 |
+
Ġdes ert
|
7599 |
+
Ġdes cending
|
7600 |
+
Ġsc ans
|
7601 |
+
Ġro d
|
7602 |
+
ĠN ick
|
7603 |
+
Ġrec over
|
7604 |
+
Ġpre y
|
7605 |
+
Ġwork load
|
7606 |
+
Ġexper iments
|
7607 |
+
Ġwho se
|
7608 |
+
Ġdevelop er
|
7609 |
+
Ġact ually
|
7610 |
+
ĠĠĠĠĠĠĠĠ ĠĠĠĠĠĠĠĠĠĠĠ
|
7611 |
+
ob ile
|
7612 |
+
Ġpart ner
|
7613 |
+
Ġpart nership
|
7614 |
+
Ġmost ly
|
7615 |
+
Ġgr ated
|
7616 |
+
Ġdi vers
|
7617 |
+
Ġreg ression
|
7618 |
+
Ġreg ulating
|
7619 |
+
Ġart icles
|
7620 |
+
Ġ4 5
|
7621 |
+
Ġret ention
|
7622 |
+
ĠAd apt
|
7623 |
+
Ġatt ending
|
7624 |
+
Ġfin ite
|
7625 |
+
Ġgra d
|
7626 |
+
Ġexpl o
|
7627 |
+
ĠAn t
|
7628 |
+
Ġche cking
|
7629 |
+
Ġinst ruction
|
7630 |
+
ĠEn d
|
7631 |
+
Ġvis ible
|
7632 |
+
ĠCh urch
|
7633 |
+
Ġown ers
|
7634 |
+
Ġown ership
|
7635 |
+
Ġident ified
|
7636 |
+
Ġref ine
|
7637 |
+
Ġeven ly
|
7638 |
+
Ġlight ning
|
7639 |
+
ĠUn like
|
7640 |
+
com m
|
7641 |
+
Ġmat tress
|
7642 |
+
Ġcontin ents
|
7643 |
+
pr ice
|
7644 |
+
Ġelect ed
|
7645 |
+
Ġconnect ing
|
7646 |
+
Ġsw ap
|
7647 |
+
Ġser ene
|
7648 |
+
Ġaud iences
|
7649 |
+
omet ric
|
7650 |
+
Ġsal e
|
7651 |
+
Ġsal ad
|
7652 |
+
Ġinvest igate
|
7653 |
+
Ġcent imeters
|
7654 |
+
Ġ< =
|
7655 |
+
Ġclear ing
|
7656 |
+
Ġtri ed
|
7657 |
+
Ġhapp ened
|
7658 |
+
rodu ce
|
7659 |
+
ĠRe act
|
7660 |
+
ĠRe view
|
7661 |
+
ĠTh ings
|
7662 |
+
Ġcurr ently
|
7663 |
+
Ġtravel er
|
7664 |
+
Ġ9 0
|
7665 |
+
Ġwind ows
|
7666 |
+
Ġachieve ments
|
7667 |
+
Ġautom ating
|
7668 |
+
Ġpres erve
|
7669 |
+
Ġpres erving
|
7670 |
+
Ġshort ages
|
7671 |
+
ĠAl tern
|
7672 |
+
ug ar
|
7673 |
+
pos ition
|
7674 |
+
ral ia
|
7675 |
+
Ġenjoy ing
|
7676 |
+
Ġsing ing
|
7677 |
+
Ġear li
|
7678 |
+
Ġfre ed
|
7679 |
+
Ġpurch ased
|
7680 |
+
Ġsn acks
|
7681 |
+
Ġbo iling
|
7682 |
+
Ġfall s
|
7683 |
+
Ġenh anced
|
7684 |
+
Ġlog ic
|
7685 |
+
Ġ18 0
|
7686 |
+
Ġsmart phones
|
7687 |
+
ĠInc orpor
|
7688 |
+
Ġport ion
|
7689 |
+
Ġrestaur ants
|
7690 |
+
Ġvisual ization
|
7691 |
+
Ġvill agers
|
7692 |
+
Ch ar
|
7693 |
+
Ġfra gr
|
7694 |
+
Ġgramm atical
|
7695 |
+
Ġcool ing
|
7696 |
+
Ġinit i
|
7697 |
+
ĠBut ter
|
7698 |
+
ĠAr m
|
7699 |
+
Ġdeliver ed
|
7700 |
+
Ġprior ities
|
7701 |
+
ĠPre heat
|
7702 |
+
ĠCont rol
|
7703 |
+
ĠImpro ve
|
7704 |
+
Ġobs erve
|
7705 |
+
ĠTe chn
|
7706 |
+
Ġmeasure d
|
7707 |
+
Ġfair y
|
7708 |
+
Ġsuper vised
|
7709 |
+
Ġexec ute
|
7710 |
+
kn ow
|
7711 |
+
Ġremember ed
|
7712 |
+
Ġsong s
|
7713 |
+
Ġassign ed
|
7714 |
+
Tr ue
|
7715 |
+
Ġaim ed
|
7716 |
+
Ġinstall ation
|
7717 |
+
Ġrepl acing
|
7718 |
+
Ġpros per
|
7719 |
+
Ġpros pect
|
7720 |
+
yr ight
|
7721 |
+
Ġcalm ing
|
7722 |
+
Ġexpand ing
|
7723 |
+
Im pro
|
7724 |
+
Ġder ived
|
7725 |
+
ĠCustomer ID
|
7726 |
+
RO UP
|
7727 |
+
ĠâĪļ [
|
7728 |
+
AN s
|
7729 |
+
ĠHum ans
|
7730 |
+
Qu estion
|
7731 |
+
Ġbound aries
|
7732 |
+
Ġfulf illing
|
7733 |
+
bal anced
|
7734 |
+
Ġesc ape
|
7735 |
+
Ġpsych ological
|
7736 |
+
Ġnarr ative
|
7737 |
+
Ġalloc ate
|
7738 |
+
Ġrepe ated
|
7739 |
+
Ġoverwhel med
|
7740 |
+
Ġlic ense
|
7741 |
+
Ġflood ing
|
7742 |
+
Ġcrow d
|
7743 |
+
Ġtow ns
|
7744 |
+
ĠEle phant
|
7745 |
+
Ġwond ers
|
special_tokens_map.json
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<|user|>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"cls_token": {
|
10 |
+
"content": "<s>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": true,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"eos_token": {
|
17 |
+
"content": "<|endoftext|>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
},
|
23 |
+
"mask_token": {
|
24 |
+
"content": "<mask>",
|
25 |
+
"lstrip": true,
|
26 |
+
"normalized": false,
|
27 |
+
"rstrip": false,
|
28 |
+
"single_word": false
|
29 |
+
},
|
30 |
+
"pad_token": {
|
31 |
+
"content": "<pad>",
|
32 |
+
"lstrip": false,
|
33 |
+
"normalized": true,
|
34 |
+
"rstrip": false,
|
35 |
+
"single_word": false
|
36 |
+
},
|
37 |
+
"sep_token": {
|
38 |
+
"content": "<|end|>",
|
39 |
+
"lstrip": false,
|
40 |
+
"normalized": false,
|
41 |
+
"rstrip": false,
|
42 |
+
"single_word": false
|
43 |
+
},
|
44 |
+
"unk_token": {
|
45 |
+
"content": "<unk>",
|
46 |
+
"lstrip": false,
|
47 |
+
"normalized": true,
|
48 |
+
"rstrip": false,
|
49 |
+
"single_word": false
|
50 |
+
}
|
51 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,97 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_prefix_space": false,
|
3 |
+
"added_tokens_decoder": {
|
4 |
+
"8000": {
|
5 |
+
"content": "<s>",
|
6 |
+
"lstrip": false,
|
7 |
+
"normalized": true,
|
8 |
+
"rstrip": false,
|
9 |
+
"single_word": false,
|
10 |
+
"special": true
|
11 |
+
},
|
12 |
+
"8001": {
|
13 |
+
"content": "</s>",
|
14 |
+
"lstrip": false,
|
15 |
+
"normalized": true,
|
16 |
+
"rstrip": false,
|
17 |
+
"single_word": false,
|
18 |
+
"special": true
|
19 |
+
},
|
20 |
+
"8002": {
|
21 |
+
"content": "<unk>",
|
22 |
+
"lstrip": false,
|
23 |
+
"normalized": true,
|
24 |
+
"rstrip": false,
|
25 |
+
"single_word": false,
|
26 |
+
"special": true
|
27 |
+
},
|
28 |
+
"8003": {
|
29 |
+
"content": "<pad>",
|
30 |
+
"lstrip": false,
|
31 |
+
"normalized": true,
|
32 |
+
"rstrip": false,
|
33 |
+
"single_word": false,
|
34 |
+
"special": true
|
35 |
+
},
|
36 |
+
"8004": {
|
37 |
+
"content": "<mask>",
|
38 |
+
"lstrip": true,
|
39 |
+
"normalized": false,
|
40 |
+
"rstrip": false,
|
41 |
+
"single_word": false,
|
42 |
+
"special": true
|
43 |
+
},
|
44 |
+
"8005": {
|
45 |
+
"content": "<|endoftext|>",
|
46 |
+
"lstrip": false,
|
47 |
+
"normalized": false,
|
48 |
+
"rstrip": false,
|
49 |
+
"single_word": false,
|
50 |
+
"special": true
|
51 |
+
},
|
52 |
+
"8006": {
|
53 |
+
"content": "<|user|>",
|
54 |
+
"lstrip": false,
|
55 |
+
"normalized": false,
|
56 |
+
"rstrip": false,
|
57 |
+
"single_word": false,
|
58 |
+
"special": true
|
59 |
+
},
|
60 |
+
"8007": {
|
61 |
+
"content": "<|end|>",
|
62 |
+
"lstrip": false,
|
63 |
+
"normalized": false,
|
64 |
+
"rstrip": false,
|
65 |
+
"single_word": false,
|
66 |
+
"special": true
|
67 |
+
},
|
68 |
+
"8008": {
|
69 |
+
"content": "<|assistant|>",
|
70 |
+
"lstrip": false,
|
71 |
+
"normalized": true,
|
72 |
+
"rstrip": false,
|
73 |
+
"single_word": false,
|
74 |
+
"special": false
|
75 |
+
},
|
76 |
+
"8009": {
|
77 |
+
"content": "<|system|>",
|
78 |
+
"lstrip": false,
|
79 |
+
"normalized": true,
|
80 |
+
"rstrip": false,
|
81 |
+
"single_word": false,
|
82 |
+
"special": false
|
83 |
+
}
|
84 |
+
},
|
85 |
+
"bos_token": "<|user|>",
|
86 |
+
"clean_up_tokenization_spaces": true,
|
87 |
+
"cls_token": "<s>",
|
88 |
+
"eos_token": "<|endoftext|>",
|
89 |
+
"errors": "replace",
|
90 |
+
"mask_token": "<mask>",
|
91 |
+
"model_max_length": 1000000000000000019884624838656,
|
92 |
+
"pad_token": "<pad>",
|
93 |
+
"sep_token": "<|end|>",
|
94 |
+
"tokenizer_class": "RobertaTokenizer",
|
95 |
+
"trim_offsets": true,
|
96 |
+
"unk_token": "<unk>"
|
97 |
+
}
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|