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