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