Upload folder using huggingface_hub
Browse files- SPECIAL_TOKENS.txt +10 -0
- config.json +43 -0
- generation_config.json +6 -0
- merges.txt +2735 -0
- model.safetensors +3 -0
- special_tokens_map.json +14 -0
- tokenizer.json +0 -0
- tokenizer_config.json +101 -0
- vocab.json +1 -0
SPECIAL_TOKENS.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[UNK]
|
| 2 |
+
[PAD]
|
| 3 |
+
[BOS]
|
| 4 |
+
[EOS]
|
| 5 |
+
<question>
|
| 6 |
+
</question>
|
| 7 |
+
<solution>
|
| 8 |
+
</solution>
|
| 9 |
+
<answer>
|
| 10 |
+
</answer>
|
config.json
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"Qwen2ForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"attention_dropout": 0.0,
|
| 6 |
+
"bos_token_id": 2,
|
| 7 |
+
"dtype": "bfloat16",
|
| 8 |
+
"eos_token_id": 3,
|
| 9 |
+
"hidden_act": "silu",
|
| 10 |
+
"hidden_size": 768,
|
| 11 |
+
"initializer_range": 0.02,
|
| 12 |
+
"intermediate_size": 3072,
|
| 13 |
+
"layer_types": [
|
| 14 |
+
"full_attention",
|
| 15 |
+
"full_attention",
|
| 16 |
+
"full_attention",
|
| 17 |
+
"full_attention",
|
| 18 |
+
"full_attention",
|
| 19 |
+
"full_attention",
|
| 20 |
+
"full_attention",
|
| 21 |
+
"full_attention",
|
| 22 |
+
"full_attention",
|
| 23 |
+
"full_attention",
|
| 24 |
+
"full_attention",
|
| 25 |
+
"full_attention"
|
| 26 |
+
],
|
| 27 |
+
"max_position_embeddings": 2048,
|
| 28 |
+
"max_window_layers": 24,
|
| 29 |
+
"model_type": "qwen2",
|
| 30 |
+
"num_attention_heads": 12,
|
| 31 |
+
"num_hidden_layers": 12,
|
| 32 |
+
"num_key_value_heads": 2,
|
| 33 |
+
"rms_norm_eps": 1e-06,
|
| 34 |
+
"rope_scaling": null,
|
| 35 |
+
"rope_theta": 1000000.0,
|
| 36 |
+
"sliding_window": null,
|
| 37 |
+
"tie_word_embeddings": true,
|
| 38 |
+
"transformers_version": "4.57.3",
|
| 39 |
+
"use_cache": true,
|
| 40 |
+
"use_mrope": false,
|
| 41 |
+
"use_sliding_window": false,
|
| 42 |
+
"vocab_size": 3000
|
| 43 |
+
}
|
generation_config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"bos_token_id": 2,
|
| 4 |
+
"eos_token_id": 3,
|
| 5 |
+
"transformers_version": "4.57.3"
|
| 6 |
+
}
|
merges.txt
ADDED
|
@@ -0,0 +1,2735 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#version: 0.2
|
| 2 |
+
t e
|
| 3 |
+
Ġ "
|
| 4 |
+
o r
|
| 5 |
+
a te
|
| 6 |
+
" ,
|
| 7 |
+
o n
|
| 8 |
+
r e
|
| 9 |
+
or y
|
| 10 |
+
Ġ c
|
| 11 |
+
ate g
|
| 12 |
+
i n
|
| 13 |
+
ateg ory
|
| 14 |
+
e l
|
| 15 |
+
Ġc ategory
|
| 16 |
+
Ġ t
|
| 17 |
+
e r
|
| 18 |
+
Ġ b
|
| 19 |
+
a l
|
| 20 |
+
t i
|
| 21 |
+
a n
|
| 22 |
+
on g
|
| 23 |
+
Ġt o
|
| 24 |
+
Ġb el
|
| 25 |
+
Ġbel ong
|
| 26 |
+
" :
|
| 27 |
+
Ġ S
|
| 28 |
+
e n
|
| 29 |
+
Ġ C
|
| 30 |
+
. ",
|
| 31 |
+
ti on
|
| 32 |
+
r i
|
| 33 |
+
l e
|
| 34 |
+
r o
|
| 35 |
+
h e
|
| 36 |
+
c e
|
| 37 |
+
a r
|
| 38 |
+
Ġ re
|
| 39 |
+
in g
|
| 40 |
+
s s
|
| 41 |
+
Ġ [
|
| 42 |
+
a c
|
| 43 |
+
n t
|
| 44 |
+
Ġ P
|
| 45 |
+
q u
|
| 46 |
+
Ġ i
|
| 47 |
+
o l
|
| 48 |
+
h i
|
| 49 |
+
Ġ M
|
| 50 |
+
en t
|
| 51 |
+
te d
|
| 52 |
+
z e
|
| 53 |
+
Ġ B
|
| 54 |
+
Ġ T
|
| 55 |
+
nt he
|
| 56 |
+
y nthe
|
| 57 |
+
" ]
|
| 58 |
+
Ġ[ "
|
| 59 |
+
Ġ in
|
| 60 |
+
a t
|
| 61 |
+
e t
|
| 62 |
+
v ent
|
| 63 |
+
Ġ l
|
| 64 |
+
Ġ w
|
| 65 |
+
vent ory
|
| 66 |
+
en ted
|
| 67 |
+
r a
|
| 68 |
+
o m
|
| 69 |
+
i c
|
| 70 |
+
ri al
|
| 71 |
+
qu i
|
| 72 |
+
ate rial
|
| 73 |
+
Ġ W
|
| 74 |
+
i l
|
| 75 |
+
m aterial
|
| 76 |
+
Ġ F
|
| 77 |
+
Ġ R
|
| 78 |
+
d u
|
| 79 |
+
< /
|
| 80 |
+
Ġ G
|
| 81 |
+
r u
|
| 82 |
+
Ġ A
|
| 83 |
+
i r
|
| 84 |
+
o t
|
| 85 |
+
Ġ D
|
| 86 |
+
l y
|
| 87 |
+
d i
|
| 88 |
+
k e
|
| 89 |
+
a re
|
| 90 |
+
Ġ f
|
| 91 |
+
u r
|
| 92 |
+
te m
|
| 93 |
+
t y
|
| 94 |
+
al y
|
| 95 |
+
d e
|
| 96 |
+
u m
|
| 97 |
+
ol u
|
| 98 |
+
w er
|
| 99 |
+
olu tion
|
| 100 |
+
i te
|
| 101 |
+
a tion
|
| 102 |
+
i ze
|
| 103 |
+
ro ce
|
| 104 |
+
ac h
|
| 105 |
+
Ġw e
|
| 106 |
+
Ġc om
|
| 107 |
+
l o
|
| 108 |
+
Ġ ru
|
| 109 |
+
ĠC or
|
| 110 |
+
ro du
|
| 111 |
+
b in
|
| 112 |
+
ac tion
|
| 113 |
+
Ġ O
|
| 114 |
+
c h
|
| 115 |
+
Ġl i
|
| 116 |
+
Ġ an
|
| 117 |
+
Ġc an
|
| 118 |
+
Ġf ir
|
| 119 |
+
Ġan aly
|
| 120 |
+
Ġru le
|
| 121 |
+
Ġ are
|
| 122 |
+
re re
|
| 123 |
+
ĠC ategory
|
| 124 |
+
Ġre ach
|
| 125 |
+
Ġcom bin
|
| 126 |
+
rodu ce
|
| 127 |
+
Ġanaly ze
|
| 128 |
+
rere qui
|
| 129 |
+
Ġcombin ing
|
| 130 |
+
Ġ I
|
| 131 |
+
a m
|
| 132 |
+
O S
|
| 133 |
+
i t
|
| 134 |
+
qu e
|
| 135 |
+
c ategory
|
| 136 |
+
Ġ <
|
| 137 |
+
in ventory
|
| 138 |
+
Ġt he
|
| 139 |
+
"] ,
|
| 140 |
+
Ġb y
|
| 141 |
+
Ġi tem
|
| 142 |
+
Ġli ke
|
| 143 |
+
d er
|
| 144 |
+
ĠCor e
|
| 145 |
+
Ġ m
|
| 146 |
+
o b
|
| 147 |
+
Ġ n
|
| 148 |
+
e c
|
| 149 |
+
l a
|
| 150 |
+
Ġ H
|
| 151 |
+
Ġ E
|
| 152 |
+
Ġ (
|
| 153 |
+
l l
|
| 154 |
+
g h
|
| 155 |
+
v er
|
| 156 |
+
re nt
|
| 157 |
+
ur rent
|
| 158 |
+
Ġin ventory
|
| 159 |
+
Ġc urrent
|
| 160 |
+
Ġn ot
|
| 161 |
+
Ġcurrent ly
|
| 162 |
+
ĠI n
|
| 163 |
+
u c
|
| 164 |
+
e d
|
| 165 |
+
i e
|
| 166 |
+
) ,
|
| 167 |
+
ĠS t
|
| 168 |
+
c t
|
| 169 |
+
g et
|
| 170 |
+
al t
|
| 171 |
+
o g
|
| 172 |
+
e a
|
| 173 |
+
re d
|
| 174 |
+
u n
|
| 175 |
+
b er
|
| 176 |
+
ĠW e
|
| 177 |
+
er v
|
| 178 |
+
in e
|
| 179 |
+
uc ce
|
| 180 |
+
Ġm i
|
| 181 |
+
ti ll
|
| 182 |
+
t a
|
| 183 |
+
c k
|
| 184 |
+
ize d
|
| 185 |
+
u b
|
| 186 |
+
te r
|
| 187 |
+
l u
|
| 188 |
+
ĠT o
|
| 189 |
+
ar get
|
| 190 |
+
erv ation
|
| 191 |
+
og ic
|
| 192 |
+
ĠS ynthe
|
| 193 |
+
S ucce
|
| 194 |
+
. "
|
| 195 |
+
t an
|
| 196 |
+
ĠM at
|
| 197 |
+
or ie
|
| 198 |
+
Ġc ateg
|
| 199 |
+
Ġcateg orie
|
| 200 |
+
g e
|
| 201 |
+
v el
|
| 202 |
+
ri x
|
| 203 |
+
Ġ di
|
| 204 |
+
ĠMat rix
|
| 205 |
+
ar d
|
| 206 |
+
el ec
|
| 207 |
+
v e
|
| 208 |
+
T o
|
| 209 |
+
S ynthe
|
| 210 |
+
c ri
|
| 211 |
+
Ġw hi
|
| 212 |
+
re ct
|
| 213 |
+
Ġt hi
|
| 214 |
+
le vel
|
| 215 |
+
t ory
|
| 216 |
+
Ġ material
|
| 217 |
+
Ġ action
|
| 218 |
+
. </
|
| 219 |
+
. "],
|
| 220 |
+
> <
|
| 221 |
+
B OS
|
| 222 |
+
E OS
|
| 223 |
+
t arget
|
| 224 |
+
ti ate
|
| 225 |
+
Ġre qui
|
| 226 |
+
Ġl ogic
|
| 227 |
+
tan tiate
|
| 228 |
+
Ġdi rect
|
| 229 |
+
elec ted
|
| 230 |
+
Ġwhi ch
|
| 231 |
+
Ġrequi red
|
| 232 |
+
Ġdirect ly
|
| 233 |
+
u l
|
| 234 |
+
p p
|
| 235 |
+
ar t
|
| 236 |
+
h er
|
| 237 |
+
r an
|
| 238 |
+
s p
|
| 239 |
+
a d
|
| 240 |
+
al e
|
| 241 |
+
i x
|
| 242 |
+
a y
|
| 243 |
+
or n
|
| 244 |
+
o w
|
| 245 |
+
gh t
|
| 246 |
+
ĠS y
|
| 247 |
+
h o
|
| 248 |
+
Q u
|
| 249 |
+
ĠM o
|
| 250 |
+
on e
|
| 251 |
+
y m
|
| 252 |
+
ate r
|
| 253 |
+
e ed
|
| 254 |
+
i m
|
| 255 |
+
b le
|
| 256 |
+
Ġ U
|
| 257 |
+
an d
|
| 258 |
+
er al
|
| 259 |
+
r y
|
| 260 |
+
ĠS c
|
| 261 |
+
ĠS h
|
| 262 |
+
ĠC om
|
| 263 |
+
Ġ K
|
| 264 |
+
g ra
|
| 265 |
+
i re
|
| 266 |
+
i d
|
| 267 |
+
ol d
|
| 268 |
+
ĠG ri
|
| 269 |
+
lo w
|
| 270 |
+
m ber
|
| 271 |
+
or t
|
| 272 |
+
ac k
|
| 273 |
+
u t
|
| 274 |
+
du le
|
| 275 |
+
i ght
|
| 276 |
+
le t
|
| 277 |
+
a ge
|
| 278 |
+
Ġ Qu
|
| 279 |
+
t al
|
| 280 |
+
ĠC h
|
| 281 |
+
il ver
|
| 282 |
+
r on
|
| 283 |
+
ĠD i
|
| 284 |
+
o o
|
| 285 |
+
un d
|
| 286 |
+
e al
|
| 287 |
+
ĠR e
|
| 288 |
+
ĠP l
|
| 289 |
+
ĠA l
|
| 290 |
+
u re
|
| 291 |
+
ĠC hi
|
| 292 |
+
ĠW ater
|
| 293 |
+
l i
|
| 294 |
+
ĠP a
|
| 295 |
+
il k
|
| 296 |
+
ob alt
|
| 297 |
+
art z
|
| 298 |
+
u di
|
| 299 |
+
ĠU n
|
| 300 |
+
ĠMo dule
|
| 301 |
+
ĠP ro
|
| 302 |
+
lo ck
|
| 303 |
+
ti c
|
| 304 |
+
ic k
|
| 305 |
+
ro u
|
| 306 |
+
an el
|
| 307 |
+
ĠSc ale
|
| 308 |
+
ĠGri t
|
| 309 |
+
a g
|
| 310 |
+
in eral
|
| 311 |
+
o und
|
| 312 |
+
Ġ g
|
| 313 |
+
ĠC o
|
| 314 |
+
ĠT h
|
| 315 |
+
i ber
|
| 316 |
+
la ke
|
| 317 |
+
ĠS alt
|
| 318 |
+
t o
|
| 319 |
+
t h
|
| 320 |
+
ĠA udi
|
| 321 |
+
t or
|
| 322 |
+
et her
|
| 323 |
+
ĠW ire
|
| 324 |
+
ĠS ol
|
| 325 |
+
re e
|
| 326 |
+
o de
|
| 327 |
+
Ġ V
|
| 328 |
+
ĠB o
|
| 329 |
+
ĠG ate
|
| 330 |
+
ĠR ation
|
| 331 |
+
m ent
|
| 332 |
+
f f
|
| 333 |
+
ĠS and
|
| 334 |
+
y e
|
| 335 |
+
ra y
|
| 336 |
+
at or
|
| 337 |
+
ĠP anel
|
| 338 |
+
t one
|
| 339 |
+
k er
|
| 340 |
+
di an
|
| 341 |
+
rou gh
|
| 342 |
+
it h
|
| 343 |
+
ow der
|
| 344 |
+
ra ce
|
| 345 |
+
al c
|
| 346 |
+
ĠP ho
|
| 347 |
+
di um
|
| 348 |
+
ĠB ar
|
| 349 |
+
ĠK it
|
| 350 |
+
ĠS o
|
| 351 |
+
e ar
|
| 352 |
+
al k
|
| 353 |
+
ĠG ro
|
| 354 |
+
et al
|
| 355 |
+
ĠC ry
|
| 356 |
+
ic orn
|
| 357 |
+
f low
|
| 358 |
+
el let
|
| 359 |
+
im e
|
| 360 |
+
lu x
|
| 361 |
+
ri l
|
| 362 |
+
re am
|
| 363 |
+
ro o
|
| 364 |
+
ĠM a
|
| 365 |
+
ith ril
|
| 366 |
+
ĠB a
|
| 367 |
+
ĠSy l
|
| 368 |
+
ĠM ineral
|
| 369 |
+
o u
|
| 370 |
+
r ac
|
| 371 |
+
i dian
|
| 372 |
+
hi te
|
| 373 |
+
w ine
|
| 374 |
+
el l
|
| 375 |
+
Ġ[ ]
|
| 376 |
+
ub y
|
| 377 |
+
ĠC obalt
|
| 378 |
+
ub e
|
| 379 |
+
b on
|
| 380 |
+
ol a
|
| 381 |
+
ĠH ay
|
| 382 |
+
ĠA r
|
| 383 |
+
ĠC on
|
| 384 |
+
ĠA ether
|
| 385 |
+
or k
|
| 386 |
+
ĠQu artz
|
| 387 |
+
ri ch
|
| 388 |
+
te n
|
| 389 |
+
u g
|
| 390 |
+
in der
|
| 391 |
+
ĠF iber
|
| 392 |
+
ĠP owder
|
| 393 |
+
d ra
|
| 394 |
+
l en
|
| 395 |
+
o d
|
| 396 |
+
ĠT rough
|
| 397 |
+
re ad
|
| 398 |
+
I n
|
| 399 |
+
ĠT in
|
| 400 |
+
ĠC a
|
| 401 |
+
ĠF lake
|
| 402 |
+
ĠM ix
|
| 403 |
+
i on
|
| 404 |
+
al f
|
| 405 |
+
ĠUn icorn
|
| 406 |
+
ĠG ra
|
| 407 |
+
on ic
|
| 408 |
+
ĠF il
|
| 409 |
+
a he
|
| 410 |
+
ea d
|
| 411 |
+
en ce
|
| 412 |
+
el f
|
| 413 |
+
ĠP o
|
| 414 |
+
lu e
|
| 415 |
+
w e
|
| 416 |
+
ye gra
|
| 417 |
+
a f
|
| 418 |
+
ĠP ellet
|
| 419 |
+
d der
|
| 420 |
+
ĠR uby
|
| 421 |
+
in c
|
| 422 |
+
alc um
|
| 423 |
+
ĠA mber
|
| 424 |
+
ĠG el
|
| 425 |
+
e at
|
| 426 |
+
ĠBo ard
|
| 427 |
+
m o
|
| 428 |
+
te el
|
| 429 |
+
t ing
|
| 430 |
+
to c
|
| 431 |
+
ĠD ri
|
| 432 |
+
rich alcum
|
| 433 |
+
g ent
|
| 434 |
+
at ch
|
| 435 |
+
t ure
|
| 436 |
+
k ahe
|
| 437 |
+
in k
|
| 438 |
+
ra w
|
| 439 |
+
ri te
|
| 440 |
+
ĠS il
|
| 441 |
+
eral d
|
| 442 |
+
lo y
|
| 443 |
+
m erald
|
| 444 |
+
roo der
|
| 445 |
+
Z inc
|
| 446 |
+
ĠB ru
|
| 447 |
+
ĠT wine
|
| 448 |
+
y l
|
| 449 |
+
ĠB ran
|
| 450 |
+
it hi
|
| 451 |
+
ĠD ream
|
| 452 |
+
ĠT race
|
| 453 |
+
at aly
|
| 454 |
+
c u
|
| 455 |
+
a de
|
| 456 |
+
o ot
|
| 457 |
+
ĠI ron
|
| 458 |
+
re en
|
| 459 |
+
o il
|
| 460 |
+
ithi um
|
| 461 |
+
Ġ J
|
| 462 |
+
ĠC ataly
|
| 463 |
+
ĠO at
|
| 464 |
+
ĠAudi o
|
| 465 |
+
ĠTh read
|
| 466 |
+
v ing
|
| 467 |
+
ĠA n
|
| 468 |
+
elf are
|
| 469 |
+
m er
|
| 470 |
+
ear l
|
| 471 |
+
ĠO b
|
| 472 |
+
C o
|
| 473 |
+
ĠAl kahe
|
| 474 |
+
ĠF lux
|
| 475 |
+
ĠO richalcum
|
| 476 |
+
ĠF a
|
| 477 |
+
ĠP re
|
| 478 |
+
il l
|
| 479 |
+
ĠK e
|
| 480 |
+
f or
|
| 481 |
+
al ve
|
| 482 |
+
ĠM ithril
|
| 483 |
+
ĠF eed
|
| 484 |
+
ra g
|
| 485 |
+
gra in
|
| 486 |
+
ĠE mber
|
| 487 |
+
rac onic
|
| 488 |
+
n e
|
| 489 |
+
her m
|
| 490 |
+
f t
|
| 491 |
+
ro w
|
| 492 |
+
f ort
|
| 493 |
+
ĠB lock
|
| 494 |
+
at h
|
| 495 |
+
ĠSt raw
|
| 496 |
+
ĠP ol
|
| 497 |
+
ĠSh ard
|
| 498 |
+
i um
|
| 499 |
+
v an
|
| 500 |
+
h ate
|
| 501 |
+
am ent
|
| 502 |
+
l ar
|
| 503 |
+
ĠD u
|
| 504 |
+
l in
|
| 505 |
+
A l
|
| 506 |
+
ĠU dder
|
| 507 |
+
T in
|
| 508 |
+
ĠA m
|
| 509 |
+
ĠCh alk
|
| 510 |
+
e b
|
| 511 |
+
ĠB rooder
|
| 512 |
+
t on
|
| 513 |
+
hi re
|
| 514 |
+
ac t
|
| 515 |
+
ul f
|
| 516 |
+
ĠPl an
|
| 517 |
+
ug get
|
| 518 |
+
g g
|
| 519 |
+
le y
|
| 520 |
+
i de
|
| 521 |
+
ĠAr ray
|
| 522 |
+
e m
|
| 523 |
+
i ver
|
| 524 |
+
ay er
|
| 525 |
+
ĠD raconic
|
| 526 |
+
f l
|
| 527 |
+
re a
|
| 528 |
+
ĠR ea
|
| 529 |
+
m ix
|
| 530 |
+
er n
|
| 531 |
+
ĠCor n
|
| 532 |
+
ĠM eal
|
| 533 |
+
ĠS olution
|
| 534 |
+
i g
|
| 535 |
+
ĠRea gent
|
| 536 |
+
ĠS en
|
| 537 |
+
ĠT ran
|
| 538 |
+
ar k
|
| 539 |
+
y dra
|
| 540 |
+
ydra tion
|
| 541 |
+
ĠPre mix
|
| 542 |
+
ĠC are
|
| 543 |
+
ĠT ag
|
| 544 |
+
d ing
|
| 545 |
+
ĠE merald
|
| 546 |
+
v lar
|
| 547 |
+
k et
|
| 548 |
+
ru m
|
| 549 |
+
an t
|
| 550 |
+
ri c
|
| 551 |
+
ĠM ola
|
| 552 |
+
ran d
|
| 553 |
+
ĠAl loy
|
| 554 |
+
er ie
|
| 555 |
+
e et
|
| 556 |
+
er y
|
| 557 |
+
ea f
|
| 558 |
+
ĠR o
|
| 559 |
+
i ty
|
| 560 |
+
id ar
|
| 561 |
+
ea ker
|
| 562 |
+
rag on
|
| 563 |
+
he et
|
| 564 |
+
P ho
|
| 565 |
+
ĠC ree
|
| 566 |
+
n et
|
| 567 |
+
or gh
|
| 568 |
+
orgh um
|
| 569 |
+
h or
|
| 570 |
+
ĠP ad
|
| 571 |
+
ar bon
|
| 572 |
+
ĠFil ament
|
| 573 |
+
en ix
|
| 574 |
+
ĠW elfare
|
| 575 |
+
ri ght
|
| 576 |
+
o x
|
| 577 |
+
ĠPl ate
|
| 578 |
+
Ġw a
|
| 579 |
+
ow l
|
| 580 |
+
ĠS a
|
| 581 |
+
len d
|
| 582 |
+
ar m
|
| 583 |
+
b lue
|
| 584 |
+
lo ver
|
| 585 |
+
g la
|
| 586 |
+
ort ing
|
| 587 |
+
ĠE n
|
| 588 |
+
n a
|
| 589 |
+
Ġm a
|
| 590 |
+
A C
|
| 591 |
+
l ing
|
| 592 |
+
le ar
|
| 593 |
+
ĠC inder
|
| 594 |
+
oo f
|
| 595 |
+
l am
|
| 596 |
+
y r
|
| 597 |
+
ĠR yegra
|
| 598 |
+
ulf ur
|
| 599 |
+
im er
|
| 600 |
+
ĠUn it
|
| 601 |
+
ĠW a
|
| 602 |
+
an k
|
| 603 |
+
m e
|
| 604 |
+
u te
|
| 605 |
+
it ch
|
| 606 |
+
D i
|
| 607 |
+
am er
|
| 608 |
+
ĠSt ri
|
| 609 |
+
ĠJ ack
|
| 610 |
+
ĠAudi t
|
| 611 |
+
ĠSt ar
|
| 612 |
+
i b
|
| 613 |
+
ĠR a
|
| 614 |
+
eb ble
|
| 615 |
+
ight ing
|
| 616 |
+
toc ol
|
| 617 |
+
ĠPro tocol
|
| 618 |
+
ox y
|
| 619 |
+
a ir
|
| 620 |
+
in um
|
| 621 |
+
ic a
|
| 622 |
+
l ate
|
| 623 |
+
ĠI C
|
| 624 |
+
S t
|
| 625 |
+
r ing
|
| 626 |
+
S c
|
| 627 |
+
ĠSyl van
|
| 628 |
+
a b
|
| 629 |
+
it or
|
| 630 |
+
ĠQu ick
|
| 631 |
+
ĠB ri
|
| 632 |
+
le af
|
| 633 |
+
ĠP earl
|
| 634 |
+
c o
|
| 635 |
+
ĠM an
|
| 636 |
+
amer a
|
| 637 |
+
et oot
|
| 638 |
+
lu etoot
|
| 639 |
+
luetoot h
|
| 640 |
+
in d
|
| 641 |
+
ĠMo on
|
| 642 |
+
ĠT imer
|
| 643 |
+
ĠDri ve
|
| 644 |
+
ĠCa ble
|
| 645 |
+
ĠTh orn
|
| 646 |
+
ĠSt rand
|
| 647 |
+
ĠS ilver
|
| 648 |
+
ĠW ork
|
| 649 |
+
ĠH ydration
|
| 650 |
+
ĠS alve
|
| 651 |
+
t ro
|
| 652 |
+
ĠD AC
|
| 653 |
+
en ic
|
| 654 |
+
ti m
|
| 655 |
+
ec k
|
| 656 |
+
a ce
|
| 657 |
+
ĠPho enix
|
| 658 |
+
al m
|
| 659 |
+
S o
|
| 660 |
+
S ilver
|
| 661 |
+
ĠSol ar
|
| 662 |
+
al li
|
| 663 |
+
alli um
|
| 664 |
+
le ct
|
| 665 |
+
ec tion
|
| 666 |
+
ĠH ub
|
| 667 |
+
e fl
|
| 668 |
+
efl on
|
| 669 |
+
ĠSol der
|
| 670 |
+
h ard
|
| 671 |
+
m etal
|
| 672 |
+
c a
|
| 673 |
+
i er
|
| 674 |
+
l er
|
| 675 |
+
Y ea
|
| 676 |
+
age ment
|
| 677 |
+
ĠS li
|
| 678 |
+
ym eal
|
| 679 |
+
ĠS orting
|
| 680 |
+
alt h
|
| 681 |
+
ĠM e
|
| 682 |
+
ĠFa erie
|
| 683 |
+
i al
|
| 684 |
+
A n
|
| 685 |
+
ti ve
|
| 686 |
+
In dium
|
| 687 |
+
u d
|
| 688 |
+
ĠB luetooth
|
| 689 |
+
ĠWork flow
|
| 690 |
+
act ation
|
| 691 |
+
ĠMan agement
|
| 692 |
+
la y
|
| 693 |
+
ĠG old
|
| 694 |
+
ĠSo ymeal
|
| 695 |
+
yr m
|
| 696 |
+
ck et
|
| 697 |
+
ĠA rea
|
| 698 |
+
on y
|
| 699 |
+
ĠD ragon
|
| 700 |
+
tim ony
|
| 701 |
+
ĠP en
|
| 702 |
+
ĠT herm
|
| 703 |
+
ĠS ilk
|
| 704 |
+
Ġ d
|
| 705 |
+
ĠT arget
|
| 706 |
+
de w
|
| 707 |
+
ĠGra in
|
| 708 |
+
c i
|
| 709 |
+
R e
|
| 710 |
+
ĠKe y
|
| 711 |
+
ick el
|
| 712 |
+
r in
|
| 713 |
+
ĠC amera
|
| 714 |
+
ot ton
|
| 715 |
+
in er
|
| 716 |
+
ĠS heet
|
| 717 |
+
G ra
|
| 718 |
+
at ing
|
| 719 |
+
G old
|
| 720 |
+
um e
|
| 721 |
+
Qu artz
|
| 722 |
+
e alth
|
| 723 |
+
ĠP ort
|
| 724 |
+
ĠBar ley
|
| 725 |
+
ĠD ro
|
| 726 |
+
ĠSh ade
|
| 727 |
+
ĠB u
|
| 728 |
+
ĠF oil
|
| 729 |
+
ff in
|
| 730 |
+
ĠS orghum
|
| 731 |
+
m m
|
| 732 |
+
ĠS et
|
| 733 |
+
ĠCom fort
|
| 734 |
+
e e
|
| 735 |
+
f ern
|
| 736 |
+
c ill
|
| 737 |
+
cill ator
|
| 738 |
+
old ing
|
| 739 |
+
C h
|
| 740 |
+
w ork
|
| 741 |
+
ut h
|
| 742 |
+
Ġm eal
|
| 743 |
+
lin ter
|
| 744 |
+
le ck
|
| 745 |
+
al ine
|
| 746 |
+
ĠG la
|
| 747 |
+
e od
|
| 748 |
+
ym ium
|
| 749 |
+
eod ymium
|
| 750 |
+
ĠM ilk
|
| 751 |
+
P o
|
| 752 |
+
et work
|
| 753 |
+
and ling
|
| 754 |
+
b right
|
| 755 |
+
ol der
|
| 756 |
+
ĠR ec
|
| 757 |
+
ag net
|
| 758 |
+
al g
|
| 759 |
+
ĠR ot
|
| 760 |
+
m uth
|
| 761 |
+
ib bon
|
| 762 |
+
R yegra
|
| 763 |
+
ĠB ead
|
| 764 |
+
t le
|
| 765 |
+
on itor
|
| 766 |
+
C on
|
| 767 |
+
v i
|
| 768 |
+
w itch
|
| 769 |
+
ĠIn dium
|
| 770 |
+
el ay
|
| 771 |
+
ul ti
|
| 772 |
+
c hi
|
| 773 |
+
A m
|
| 774 |
+
Ġg el
|
| 775 |
+
g old
|
| 776 |
+
d ge
|
| 777 |
+
i o
|
| 778 |
+
te in
|
| 779 |
+
ĠS teel
|
| 780 |
+
uc ket
|
| 781 |
+
ĠCor d
|
| 782 |
+
lect ro
|
| 783 |
+
ĠF ron
|
| 784 |
+
ĠB eet
|
| 785 |
+
Ġ Zinc
|
| 786 |
+
ĠBri ar
|
| 787 |
+
ĠS ulfur
|
| 788 |
+
ĠE x
|
| 789 |
+
ĠH oof
|
| 790 |
+
A r
|
| 791 |
+
ĠC ard
|
| 792 |
+
ĠSo cket
|
| 793 |
+
am ic
|
| 794 |
+
z z
|
| 795 |
+
ĠC lover
|
| 796 |
+
or e
|
| 797 |
+
R o
|
| 798 |
+
l ack
|
| 799 |
+
u le
|
| 800 |
+
ĠF ro
|
| 801 |
+
K e
|
| 802 |
+
ti f
|
| 803 |
+
ĠH ealth
|
| 804 |
+
ĠMix er
|
| 805 |
+
Ġ grain
|
| 806 |
+
ĠD e
|
| 807 |
+
u ll
|
| 808 |
+
un g
|
| 809 |
+
ĠCh art
|
| 810 |
+
ĠGro w
|
| 811 |
+
ĠCon tro
|
| 812 |
+
r ink
|
| 813 |
+
alg am
|
| 814 |
+
an n
|
| 815 |
+
ed ding
|
| 816 |
+
ĠDi ode
|
| 817 |
+
W hite
|
| 818 |
+
he at
|
| 819 |
+
R a
|
| 820 |
+
ĠRo ut
|
| 821 |
+
ĠT a
|
| 822 |
+
lu g
|
| 823 |
+
an e
|
| 824 |
+
ĠB lend
|
| 825 |
+
ĠE gg
|
| 826 |
+
er amic
|
| 827 |
+
at a
|
| 828 |
+
o ol
|
| 829 |
+
al ving
|
| 830 |
+
toc ou
|
| 831 |
+
alf a
|
| 832 |
+
ĠGrow th
|
| 833 |
+
ĠRa di
|
| 834 |
+
o id
|
| 835 |
+
ĠT ube
|
| 836 |
+
z ing
|
| 837 |
+
a ving
|
| 838 |
+
low fern
|
| 839 |
+
S h
|
| 840 |
+
ĠSli ver
|
| 841 |
+
ĠH eat
|
| 842 |
+
ĠGri ffin
|
| 843 |
+
Ġ v
|
| 844 |
+
ĠC u
|
| 845 |
+
a x
|
| 846 |
+
ĠT ub
|
| 847 |
+
ĠH andling
|
| 848 |
+
r ack
|
| 849 |
+
k y
|
| 850 |
+
ĠC rum
|
| 851 |
+
or on
|
| 852 |
+
um inum
|
| 853 |
+
ĠSil age
|
| 854 |
+
in t
|
| 855 |
+
ĠD o
|
| 856 |
+
ĠR ibbon
|
| 857 |
+
de d
|
| 858 |
+
f ire
|
| 859 |
+
oo d
|
| 860 |
+
C obalt
|
| 861 |
+
ĠV e
|
| 862 |
+
f ace
|
| 863 |
+
ĠB ucket
|
| 864 |
+
he art
|
| 865 |
+
G ro
|
| 866 |
+
qu or
|
| 867 |
+
Ġli quor
|
| 868 |
+
le x
|
| 869 |
+
ĠKe vlar
|
| 870 |
+
g reen
|
| 871 |
+
ĠW ra
|
| 872 |
+
Ġc h
|
| 873 |
+
c tive
|
| 874 |
+
Ġc hi
|
| 875 |
+
r ine
|
| 876 |
+
e ter
|
| 877 |
+
lo ur
|
| 878 |
+
el ter
|
| 879 |
+
ĠPro b
|
| 880 |
+
F eed
|
| 881 |
+
Ġ du
|
| 882 |
+
ĠPol len
|
| 883 |
+
el iver
|
| 884 |
+
eliver y
|
| 885 |
+
ĠSt one
|
| 886 |
+
Ġb alm
|
| 887 |
+
ĠG lowfern
|
| 888 |
+
Ġ h
|
| 889 |
+
tif ier
|
| 890 |
+
Ġ a
|
| 891 |
+
ĠSt age
|
| 892 |
+
B i
|
| 893 |
+
f alfa
|
| 894 |
+
S teel
|
| 895 |
+
il ity
|
| 896 |
+
tal grain
|
| 897 |
+
ĠM ot
|
| 898 |
+
Ġc ube
|
| 899 |
+
ĠD elivery
|
| 900 |
+
ea der
|
| 901 |
+
ĠM agnet
|
| 902 |
+
an g
|
| 903 |
+
ĠS witch
|
| 904 |
+
ĠE we
|
| 905 |
+
ri t
|
| 906 |
+
le e
|
| 907 |
+
I ron
|
| 908 |
+
ic one
|
| 909 |
+
ĠSh aving
|
| 910 |
+
n el
|
| 911 |
+
al l
|
| 912 |
+
ĠM onitor
|
| 913 |
+
ĠR ing
|
| 914 |
+
cu rial
|
| 915 |
+
ĠRot ation
|
| 916 |
+
it ri
|
| 917 |
+
M ola
|
| 918 |
+
er d
|
| 919 |
+
Ġ j
|
| 920 |
+
r ate
|
| 921 |
+
ll er
|
| 922 |
+
Ġt ray
|
| 923 |
+
ri m
|
| 924 |
+
Ke vlar
|
| 925 |
+
P l
|
| 926 |
+
ab ility
|
| 927 |
+
ĠC ell
|
| 928 |
+
ĠB ay
|
| 929 |
+
ĠPo wer
|
| 930 |
+
ĠP ack
|
| 931 |
+
ĠDri ver
|
| 932 |
+
p s
|
| 933 |
+
ic ro
|
| 934 |
+
ate d
|
| 935 |
+
it ter
|
| 936 |
+
ĠM i
|
| 937 |
+
al la
|
| 938 |
+
th orn
|
| 939 |
+
Ġl atch
|
| 940 |
+
ĠB edding
|
| 941 |
+
io tic
|
| 942 |
+
ĠProb iotic
|
| 943 |
+
ĠF ence
|
| 944 |
+
ĠC arbon
|
| 945 |
+
C arbon
|
| 946 |
+
lectro ly
|
| 947 |
+
o at
|
| 948 |
+
Ġt ub
|
| 949 |
+
ro ot
|
| 950 |
+
ĠA ir
|
| 951 |
+
or d
|
| 952 |
+
ĠR elay
|
| 953 |
+
hi el
|
| 954 |
+
ĠRec tifier
|
| 955 |
+
ĠG allium
|
| 956 |
+
M ithril
|
| 957 |
+
lectroly te
|
| 958 |
+
la ge
|
| 959 |
+
b ark
|
| 960 |
+
ĠS u
|
| 961 |
+
ce iver
|
| 962 |
+
P ale
|
| 963 |
+
ĠPro tein
|
| 964 |
+
or age
|
| 965 |
+
ĠP lug
|
| 966 |
+
ĠC ube
|
| 967 |
+
er curial
|
| 968 |
+
ĠSt ation
|
| 969 |
+
c ale
|
| 970 |
+
ten er
|
| 971 |
+
v en
|
| 972 |
+
ul b
|
| 973 |
+
at ter
|
| 974 |
+
for m
|
| 975 |
+
ĠP in
|
| 976 |
+
ĠB owl
|
| 977 |
+
ĠSh elter
|
| 978 |
+
ĠF lour
|
| 979 |
+
le ment
|
| 980 |
+
a ri
|
| 981 |
+
ur ce
|
| 982 |
+
mm et
|
| 983 |
+
a in
|
| 984 |
+
ri er
|
| 985 |
+
ĠCon n
|
| 986 |
+
S alt
|
| 987 |
+
w ater
|
| 988 |
+
eat her
|
| 989 |
+
W ater
|
| 990 |
+
ĠB ath
|
| 991 |
+
ĠM ulti
|
| 992 |
+
ĠPl ume
|
| 993 |
+
le d
|
| 994 |
+
r al
|
| 995 |
+
w hite
|
| 996 |
+
Ġ oil
|
| 997 |
+
ol y
|
| 998 |
+
to ck
|
| 999 |
+
ĠAir flow
|
| 1000 |
+
alla dium
|
| 1001 |
+
Ġmi x
|
| 1002 |
+
a ble
|
| 1003 |
+
itri ol
|
| 1004 |
+
ĠCh a
|
| 1005 |
+
ĠGra zing
|
| 1006 |
+
Ġ Yea
|
| 1007 |
+
ĠAm algam
|
| 1008 |
+
lin t
|
| 1009 |
+
for mer
|
| 1010 |
+
T herm
|
| 1011 |
+
O at
|
| 1012 |
+
ol vent
|
| 1013 |
+
m ilk
|
| 1014 |
+
ĠEn ter
|
| 1015 |
+
la ce
|
| 1016 |
+
ĠHay lage
|
| 1017 |
+
un k
|
| 1018 |
+
C lear
|
| 1019 |
+
ĠT eflon
|
| 1020 |
+
ĠGro mmet
|
| 1021 |
+
ul ator
|
| 1022 |
+
ĠC alving
|
| 1023 |
+
el t
|
| 1024 |
+
M o
|
| 1025 |
+
ĠSol vent
|
| 1026 |
+
P a
|
| 1027 |
+
Ġch art
|
| 1028 |
+
ec tor
|
| 1029 |
+
ar n
|
| 1030 |
+
le an
|
| 1031 |
+
Ġl am
|
| 1032 |
+
ĠR ou
|
| 1033 |
+
en er
|
| 1034 |
+
l ank
|
| 1035 |
+
Ġb owl
|
| 1036 |
+
ĠRadi o
|
| 1037 |
+
zz er
|
| 1038 |
+
C om
|
| 1039 |
+
r ateg
|
| 1040 |
+
rateg y
|
| 1041 |
+
lo ud
|
| 1042 |
+
e w
|
| 1043 |
+
ct or
|
| 1044 |
+
ran ule
|
| 1045 |
+
he e
|
| 1046 |
+
ĠSt rategy
|
| 1047 |
+
ĠSt and
|
| 1048 |
+
ĠH olding
|
| 1049 |
+
he dule
|
| 1050 |
+
ĠSc hedule
|
| 1051 |
+
ĠC otton
|
| 1052 |
+
C orn
|
| 1053 |
+
ow n
|
| 1054 |
+
ĠEmber mo
|
| 1055 |
+
ĠG a
|
| 1056 |
+
om eter
|
| 1057 |
+
an ce
|
| 1058 |
+
ĠW yrm
|
| 1059 |
+
m a
|
| 1060 |
+
F lux
|
| 1061 |
+
ot h
|
| 1062 |
+
Ġb ath
|
| 1063 |
+
ĠCrum b
|
| 1064 |
+
c tion
|
| 1065 |
+
till ate
|
| 1066 |
+
ker nel
|
| 1067 |
+
ĠC ru
|
| 1068 |
+
i ve
|
| 1069 |
+
h ot
|
| 1070 |
+
t ri
|
| 1071 |
+
C u
|
| 1072 |
+
ĠSt ann
|
| 1073 |
+
ĠAn timony
|
| 1074 |
+
ĠSil t
|
| 1075 |
+
Ġb lock
|
| 1076 |
+
ĠD rink
|
| 1077 |
+
ĠPol i
|
| 1078 |
+
ĠS ink
|
| 1079 |
+
ĠM ica
|
| 1080 |
+
M ilk
|
| 1081 |
+
h en
|
| 1082 |
+
g ot
|
| 1083 |
+
ĠIn got
|
| 1084 |
+
ĠM ercurial
|
| 1085 |
+
ĠF an
|
| 1086 |
+
lex er
|
| 1087 |
+
m art
|
| 1088 |
+
ĠV ari
|
| 1089 |
+
h orn
|
| 1090 |
+
c om
|
| 1091 |
+
ĠWe ight
|
| 1092 |
+
B lue
|
| 1093 |
+
ac er
|
| 1094 |
+
ix ir
|
| 1095 |
+
ĠStar ter
|
| 1096 |
+
ta ble
|
| 1097 |
+
ĠStann ic
|
| 1098 |
+
ci ble
|
| 1099 |
+
ĠBu zzer
|
| 1100 |
+
ĠCh ute
|
| 1101 |
+
ac qu
|
| 1102 |
+
acqu er
|
| 1103 |
+
F ine
|
| 1104 |
+
ĠQuartz chi
|
| 1105 |
+
T eflon
|
| 1106 |
+
w ood
|
| 1107 |
+
Ġn ode
|
| 1108 |
+
ĠS ucce
|
| 1109 |
+
ĠH eader
|
| 1110 |
+
S te
|
| 1111 |
+
el ly
|
| 1112 |
+
G la
|
| 1113 |
+
C ry
|
| 1114 |
+
ĠRou te
|
| 1115 |
+
o ck
|
| 1116 |
+
atter y
|
| 1117 |
+
yl on
|
| 1118 |
+
Gro und
|
| 1119 |
+
F E
|
| 1120 |
+
d y
|
| 1121 |
+
An timony
|
| 1122 |
+
ĠE l
|
| 1123 |
+
ĠT ray
|
| 1124 |
+
Ġf il
|
| 1125 |
+
o ff
|
| 1126 |
+
ĠGri d
|
| 1127 |
+
i a
|
| 1128 |
+
ĠCru cible
|
| 1129 |
+
Ġj elly
|
| 1130 |
+
qui d
|
| 1131 |
+
ĠE lement
|
| 1132 |
+
P re
|
| 1133 |
+
Therm al
|
| 1134 |
+
c lear
|
| 1135 |
+
ĠE lectrolyte
|
| 1136 |
+
he re
|
| 1137 |
+
erv o
|
| 1138 |
+
S ol
|
| 1139 |
+
ĠTherm ometer
|
| 1140 |
+
ĠEl ixir
|
| 1141 |
+
ĠMot or
|
| 1142 |
+
ĠP ebble
|
| 1143 |
+
er f
|
| 1144 |
+
So ft
|
| 1145 |
+
w a
|
| 1146 |
+
i gh
|
| 1147 |
+
ĠContro ller
|
| 1148 |
+
ĠG l
|
| 1149 |
+
k n
|
| 1150 |
+
ul t
|
| 1151 |
+
Ġ o
|
| 1152 |
+
ĠSil icone
|
| 1153 |
+
ĠFil m
|
| 1154 |
+
ĠP e
|
| 1155 |
+
ĠR od
|
| 1156 |
+
G A
|
| 1157 |
+
R ed
|
| 1158 |
+
ĠV itriol
|
| 1159 |
+
ĠGro ve
|
| 1160 |
+
ĠI D
|
| 1161 |
+
d ro
|
| 1162 |
+
ct ure
|
| 1163 |
+
Ġ e
|
| 1164 |
+
t ac
|
| 1165 |
+
ut ton
|
| 1166 |
+
ĠO re
|
| 1167 |
+
ĠCo ol
|
| 1168 |
+
l ine
|
| 1169 |
+
ĠP ul
|
| 1170 |
+
O b
|
| 1171 |
+
P oly
|
| 1172 |
+
ar ing
|
| 1173 |
+
am b
|
| 1174 |
+
Al falfa
|
| 1175 |
+
ĠC l
|
| 1176 |
+
C alf
|
| 1177 |
+
ĠMoon leaf
|
| 1178 |
+
r or
|
| 1179 |
+
ir ror
|
| 1180 |
+
ĠF eather
|
| 1181 |
+
c ent
|
| 1182 |
+
ĠS hiel
|
| 1183 |
+
im ide
|
| 1184 |
+
G allium
|
| 1185 |
+
t act
|
| 1186 |
+
c ell
|
| 1187 |
+
S il
|
| 1188 |
+
ĠVe il
|
| 1189 |
+
c y
|
| 1190 |
+
ĠS ervo
|
| 1191 |
+
h ade
|
| 1192 |
+
Ġb lend
|
| 1193 |
+
B eet
|
| 1194 |
+
at inum
|
| 1195 |
+
ĠBo x
|
| 1196 |
+
ĠG ranule
|
| 1197 |
+
ĠM etal
|
| 1198 |
+
ĠPro gra
|
| 1199 |
+
t in
|
| 1200 |
+
erf lake
|
| 1201 |
+
ĠRe ce
|
| 1202 |
+
ĠTrace ability
|
| 1203 |
+
E n
|
| 1204 |
+
o ard
|
| 1205 |
+
ĠC ho
|
| 1206 |
+
ĠSilver bark
|
| 1207 |
+
w ing
|
| 1208 |
+
re w
|
| 1209 |
+
tac le
|
| 1210 |
+
W ire
|
| 1211 |
+
m itter
|
| 1212 |
+
er m
|
| 1213 |
+
C otton
|
| 1214 |
+
row n
|
| 1215 |
+
ĠTherm i
|
| 1216 |
+
a v
|
| 1217 |
+
St ar
|
| 1218 |
+
ĠF leck
|
| 1219 |
+
ar b
|
| 1220 |
+
ĠIn ter
|
| 1221 |
+
yl inder
|
| 1222 |
+
Ġb ulb
|
| 1223 |
+
oo k
|
| 1224 |
+
ĠSc ute
|
| 1225 |
+
rac t
|
| 1226 |
+
ĠProgra m
|
| 1227 |
+
ge m
|
| 1228 |
+
i le
|
| 1229 |
+
an ic
|
| 1230 |
+
S a
|
| 1231 |
+
Ġ ra
|
| 1232 |
+
ur y
|
| 1233 |
+
Sc reen
|
| 1234 |
+
ee der
|
| 1235 |
+
U n
|
| 1236 |
+
S yl
|
| 1237 |
+
ree der
|
| 1238 |
+
ĠC eramic
|
| 1239 |
+
ĠRout ine
|
| 1240 |
+
ĠB lank
|
| 1241 |
+
ĠB i
|
| 1242 |
+
i ce
|
| 1243 |
+
ĠStand off
|
| 1244 |
+
m mer
|
| 1245 |
+
tan n
|
| 1246 |
+
Ġ al
|
| 1247 |
+
Ġ dew
|
| 1248 |
+
u ard
|
| 1249 |
+
ĠB attery
|
| 1250 |
+
ĠFiber gla
|
| 1251 |
+
S orghum
|
| 1252 |
+
ĠWater ing
|
| 1253 |
+
ten na
|
| 1254 |
+
b oard
|
| 1255 |
+
Ch alk
|
| 1256 |
+
W a
|
| 1257 |
+
l ime
|
| 1258 |
+
om ing
|
| 1259 |
+
ron ze
|
| 1260 |
+
uc k
|
| 1261 |
+
P ri
|
| 1262 |
+
ĠGold thorn
|
| 1263 |
+
ĠD ata
|
| 1264 |
+
c obalt
|
| 1265 |
+
A udi
|
| 1266 |
+
ĠRout ing
|
| 1267 |
+
E D
|
| 1268 |
+
ten d
|
| 1269 |
+
P T
|
| 1270 |
+
b lo
|
| 1271 |
+
t ca
|
| 1272 |
+
em ory
|
| 1273 |
+
T race
|
| 1274 |
+
Co ar
|
| 1275 |
+
ra m
|
| 1276 |
+
ti ce
|
| 1277 |
+
com fort
|
| 1278 |
+
C lean
|
| 1279 |
+
Audi o
|
| 1280 |
+
v y
|
| 1281 |
+
Po wer
|
| 1282 |
+
B oron
|
| 1283 |
+
ĠR F
|
| 1284 |
+
ĠFron d
|
| 1285 |
+
i quid
|
| 1286 |
+
C lover
|
| 1287 |
+
M ica
|
| 1288 |
+
Ġ ro
|
| 1289 |
+
ir th
|
| 1290 |
+
ĠAether dew
|
| 1291 |
+
ĠC oo
|
| 1292 |
+
Ġm ilk
|
| 1293 |
+
ĠFron tend
|
| 1294 |
+
ĠAn ode
|
| 1295 |
+
ĠSh ell
|
| 1296 |
+
F iber
|
| 1297 |
+
ĠInter face
|
| 1298 |
+
ĠE mitter
|
| 1299 |
+
ve il
|
| 1300 |
+
Ġt onic
|
| 1301 |
+
ĠAl uminum
|
| 1302 |
+
ĠC alf
|
| 1303 |
+
ĠCo ating
|
| 1304 |
+
in a
|
| 1305 |
+
ĠBo dy
|
| 1306 |
+
M e
|
| 1307 |
+
el e
|
| 1308 |
+
u ric
|
| 1309 |
+
ĠBar k
|
| 1310 |
+
hi de
|
| 1311 |
+
ĠB ank
|
| 1312 |
+
ra me
|
| 1313 |
+
ĠS eed
|
| 1314 |
+
am e
|
| 1315 |
+
C ree
|
| 1316 |
+
ĠH ull
|
| 1317 |
+
re n
|
| 1318 |
+
ri ck
|
| 1319 |
+
f u
|
| 1320 |
+
D e
|
| 1321 |
+
u ri
|
| 1322 |
+
��So urce
|
| 1323 |
+
le am
|
| 1324 |
+
ul ation
|
| 1325 |
+
t ation
|
| 1326 |
+
g y
|
| 1327 |
+
Ġg rit
|
| 1328 |
+
air flow
|
| 1329 |
+
ri b
|
| 1330 |
+
D u
|
| 1331 |
+
Ġl ye
|
| 1332 |
+
hot o
|
| 1333 |
+
ĠC ylinder
|
| 1334 |
+
ĠSh red
|
| 1335 |
+
B e
|
| 1336 |
+
M icro
|
| 1337 |
+
Al uminum
|
| 1338 |
+
Ġc ord
|
| 1339 |
+
ver y
|
| 1340 |
+
T h
|
| 1341 |
+
Ġ oo
|
| 1342 |
+
Ġoo ze
|
| 1343 |
+
ĠS te
|
| 1344 |
+
ĠAn tenna
|
| 1345 |
+
S older
|
| 1346 |
+
aly tic
|
| 1347 |
+
ĠAn alytic
|
| 1348 |
+
ĠRa il
|
| 1349 |
+
i en
|
| 1350 |
+
P la
|
| 1351 |
+
F a
|
| 1352 |
+
ar y
|
| 1353 |
+
erd ant
|
| 1354 |
+
in i
|
| 1355 |
+
ĠM aterial
|
| 1356 |
+
u nt
|
| 1357 |
+
re ed
|
| 1358 |
+
ĠEx t
|
| 1359 |
+
B lack
|
| 1360 |
+
E merald
|
| 1361 |
+
ĠConn ector
|
| 1362 |
+
c alf
|
| 1363 |
+
D ra
|
| 1364 |
+
B ar
|
| 1365 |
+
an tal
|
| 1366 |
+
antal um
|
| 1367 |
+
un ar
|
| 1368 |
+
Screen ed
|
| 1369 |
+
h a
|
| 1370 |
+
d le
|
| 1371 |
+
am ber
|
| 1372 |
+
ĠM emory
|
| 1373 |
+
G low
|
| 1374 |
+
t her
|
| 1375 |
+
m ag
|
| 1376 |
+
ĠQu ill
|
| 1377 |
+
M ineral
|
| 1378 |
+
t ch
|
| 1379 |
+
ac ial
|
| 1380 |
+
al ity
|
| 1381 |
+
H ea
|
| 1382 |
+
mo on
|
| 1383 |
+
P ro
|
| 1384 |
+
ĠS lee
|
| 1385 |
+
Ġf leck
|
| 1386 |
+
ult ry
|
| 1387 |
+
l im
|
| 1388 |
+
ĠDo e
|
| 1389 |
+
ĠW heat
|
| 1390 |
+
Ġl iner
|
| 1391 |
+
U dder
|
| 1392 |
+
ĠContro l
|
| 1393 |
+
Mo on
|
| 1394 |
+
Ġ dra
|
| 1395 |
+
ĠCh unk
|
| 1396 |
+
ĠB oron
|
| 1397 |
+
ĠH ead
|
| 1398 |
+
t ar
|
| 1399 |
+
c ury
|
| 1400 |
+
ri dge
|
| 1401 |
+
o dule
|
| 1402 |
+
T wine
|
| 1403 |
+
ĠExt ract
|
| 1404 |
+
at tice
|
| 1405 |
+
f eed
|
| 1406 |
+
ĠS ection
|
| 1407 |
+
P alladium
|
| 1408 |
+
a w
|
| 1409 |
+
Ġf eed
|
| 1410 |
+
D ry
|
| 1411 |
+
un ker
|
| 1412 |
+
ĠS mart
|
| 1413 |
+
ĠShiel d
|
| 1414 |
+
PT FE
|
| 1415 |
+
ĠP la
|
| 1416 |
+
ĠC ur
|
| 1417 |
+
v a
|
| 1418 |
+
ir on
|
| 1419 |
+
h one
|
| 1420 |
+
c on
|
| 1421 |
+
c re
|
| 1422 |
+
ĠRe aring
|
| 1423 |
+
il i
|
| 1424 |
+
ĠB ale
|
| 1425 |
+
ar let
|
| 1426 |
+
o ft
|
| 1427 |
+
du ctor
|
| 1428 |
+
ĠB rine
|
| 1429 |
+
B ran
|
| 1430 |
+
Ġb a
|
| 1431 |
+
Bar ley
|
| 1432 |
+
ac itor
|
| 1433 |
+
D ragon
|
| 1434 |
+
ti l
|
| 1435 |
+
il t
|
| 1436 |
+
ĠS un
|
| 1437 |
+
H igh
|
| 1438 |
+
w arm
|
| 1439 |
+
ut ter
|
| 1440 |
+
b lack
|
| 1441 |
+
or table
|
| 1442 |
+
ri g
|
| 1443 |
+
ig n
|
| 1444 |
+
af er
|
| 1445 |
+
he d
|
| 1446 |
+
e g
|
| 1447 |
+
ĠQu ality
|
| 1448 |
+
ineral dro
|
| 1449 |
+
ĠD own
|
| 1450 |
+
Ġf iber
|
| 1451 |
+
ĠS tem
|
| 1452 |
+
en oid
|
| 1453 |
+
t om
|
| 1454 |
+
ĠGl acial
|
| 1455 |
+
ili ence
|
| 1456 |
+
ct ur
|
| 1457 |
+
ĠB reeder
|
| 1458 |
+
ĠB it
|
| 1459 |
+
F e
|
| 1460 |
+
Ġw ra
|
| 1461 |
+
hi ck
|
| 1462 |
+
ĠR ack
|
| 1463 |
+
uck le
|
| 1464 |
+
lo wer
|
| 1465 |
+
v et
|
| 1466 |
+
ĠBar rier
|
| 1467 |
+
Ġt h
|
| 1468 |
+
B ra
|
| 1469 |
+
e we
|
| 1470 |
+
Ġ rack
|
| 1471 |
+
ĠB unker
|
| 1472 |
+
ĠW afer
|
| 1473 |
+
D o
|
| 1474 |
+
g ine
|
| 1475 |
+
late d
|
| 1476 |
+
B right
|
| 1477 |
+
aw n
|
| 1478 |
+
R uby
|
| 1479 |
+
ve in
|
| 1480 |
+
D I
|
| 1481 |
+
ĠP roce
|
| 1482 |
+
Ġru b
|
| 1483 |
+
H eat
|
| 1484 |
+
ol t
|
| 1485 |
+
n ight
|
| 1486 |
+
arn i
|
| 1487 |
+
ou nt
|
| 1488 |
+
i f
|
| 1489 |
+
u ide
|
| 1490 |
+
ar ne
|
| 1491 |
+
ĠH arne
|
| 1492 |
+
er t
|
| 1493 |
+
Ġwe ight
|
| 1494 |
+
ĠIn fu
|
| 1495 |
+
alc ium
|
| 1496 |
+
u e
|
| 1497 |
+
Ġb rine
|
| 1498 |
+
ĠPol y
|
| 1499 |
+
Hea vy
|
| 1500 |
+
t ral
|
| 1501 |
+
di tion
|
| 1502 |
+
ĠGro oming
|
| 1503 |
+
S ub
|
| 1504 |
+
ĠC ir
|
| 1505 |
+
T ran
|
| 1506 |
+
b orn
|
| 1507 |
+
m i
|
| 1508 |
+
la w
|
| 1509 |
+
ĠA d
|
| 1510 |
+
ĠEn gine
|
| 1511 |
+
f at
|
| 1512 |
+
l it
|
| 1513 |
+
cu it
|
| 1514 |
+
l ight
|
| 1515 |
+
Ġ rin
|
| 1516 |
+
C eramic
|
| 1517 |
+
ĠGro wer
|
| 1518 |
+
li ver
|
| 1519 |
+
ĠCir cuit
|
| 1520 |
+
ĠSlee ve
|
| 1521 |
+
ot tle
|
| 1522 |
+
A ir
|
| 1523 |
+
ĠSol enoid
|
| 1524 |
+
o le
|
| 1525 |
+
F ire
|
| 1526 |
+
P lated
|
| 1527 |
+
ĠF ound
|
| 1528 |
+
ĠFound ation
|
| 1529 |
+
Ġf lake
|
| 1530 |
+
qu artz
|
| 1531 |
+
E mber
|
| 1532 |
+
vel o
|
| 1533 |
+
ĠM icro
|
| 1534 |
+
m elt
|
| 1535 |
+
ĠI mag
|
| 1536 |
+
ĠC lock
|
| 1537 |
+
P ure
|
| 1538 |
+
ag ne
|
| 1539 |
+
ĠImag er
|
| 1540 |
+
Sc ale
|
| 1541 |
+
Ġ Z
|
| 1542 |
+
ic ien
|
| 1543 |
+
icien cy
|
| 1544 |
+
a z
|
| 1545 |
+
A mber
|
| 1546 |
+
C a
|
| 1547 |
+
R F
|
| 1548 |
+
h ine
|
| 1549 |
+
ulf uric
|
| 1550 |
+
air y
|
| 1551 |
+
mo te
|
| 1552 |
+
So y
|
| 1553 |
+
for ge
|
| 1554 |
+
g er
|
| 1555 |
+
er gy
|
| 1556 |
+
A c
|
| 1557 |
+
ĠCool er
|
| 1558 |
+
ther net
|
| 1559 |
+
uri ty
|
| 1560 |
+
m ane
|
| 1561 |
+
ri ar
|
| 1562 |
+
E x
|
| 1563 |
+
ĠSli ce
|
| 1564 |
+
ern el
|
| 1565 |
+
S un
|
| 1566 |
+
d o
|
| 1567 |
+
F lu
|
| 1568 |
+
ec o
|
| 1569 |
+
face t
|
| 1570 |
+
Ġ kernel
|
| 1571 |
+
T w
|
| 1572 |
+
el low
|
| 1573 |
+
ke d
|
| 1574 |
+
ĠE ar
|
| 1575 |
+
P ig
|
| 1576 |
+
cu lu
|
| 1577 |
+
ar row
|
| 1578 |
+
we b
|
| 1579 |
+
ĠT ear
|
| 1580 |
+
Ġb ale
|
| 1581 |
+
ar rier
|
| 1582 |
+
B er
|
| 1583 |
+
Ġal loy
|
| 1584 |
+
ĠE ff
|
| 1585 |
+
ol c
|
| 1586 |
+
ĠF ern
|
| 1587 |
+
t ra
|
| 1588 |
+
hi c
|
| 1589 |
+
in cture
|
| 1590 |
+
ax ial
|
| 1591 |
+
du ctive
|
| 1592 |
+
ĠPoly imide
|
| 1593 |
+
Ġcom fort
|
| 1594 |
+
ĠMo unt
|
| 1595 |
+
ie w
|
| 1596 |
+
ĠMo te
|
| 1597 |
+
ble t
|
| 1598 |
+
G reen
|
| 1599 |
+
g on
|
| 1600 |
+
A ether
|
| 1601 |
+
i ad
|
| 1602 |
+
Ġwa x
|
| 1603 |
+
S ky
|
| 1604 |
+
lo om
|
| 1605 |
+
P anel
|
| 1606 |
+
hi mmer
|
| 1607 |
+
G a
|
| 1608 |
+
H e
|
| 1609 |
+
v iew
|
| 1610 |
+
Ġre view
|
| 1611 |
+
g ro
|
| 1612 |
+
ĠBar b
|
| 1613 |
+
rin ker
|
| 1614 |
+
um ber
|
| 1615 |
+
S ulfur
|
| 1616 |
+
P el
|
| 1617 |
+
ĠCo il
|
| 1618 |
+
ĠSc rew
|
| 1619 |
+
ĠV ia
|
| 1620 |
+
arm th
|
| 1621 |
+
ĠA gent
|
| 1622 |
+
D ee
|
| 1623 |
+
ig il
|
| 1624 |
+
C loud
|
| 1625 |
+
ĠAl falfa
|
| 1626 |
+
Sol ar
|
| 1627 |
+
ti tch
|
| 1628 |
+
ĠEff iciency
|
| 1629 |
+
ĠB all
|
| 1630 |
+
ho le
|
| 1631 |
+
S hee
|
| 1632 |
+
row th
|
| 1633 |
+
ĠC lam
|
| 1634 |
+
hi on
|
| 1635 |
+
w yrm
|
| 1636 |
+
ru b
|
| 1637 |
+
ĠK ernel
|
| 1638 |
+
ĠS ulfuric
|
| 1639 |
+
h ell
|
| 1640 |
+
ea ve
|
| 1641 |
+
ĠBri dge
|
| 1642 |
+
di al
|
| 1643 |
+
F ro
|
| 1644 |
+
Ġ rib
|
| 1645 |
+
I m
|
| 1646 |
+
kn ot
|
| 1647 |
+
ĠP alladium
|
| 1648 |
+
ĠS eal
|
| 1649 |
+
Qu ick
|
| 1650 |
+
ur ry
|
| 1651 |
+
w ax
|
| 1652 |
+
vi der
|
| 1653 |
+
c incture
|
| 1654 |
+
c il
|
| 1655 |
+
b ronze
|
| 1656 |
+
w ard
|
| 1657 |
+
di g
|
| 1658 |
+
l uc
|
| 1659 |
+
olu ble
|
| 1660 |
+
ĠCl oth
|
| 1661 |
+
on d
|
| 1662 |
+
Pl ating
|
| 1663 |
+
D ri
|
| 1664 |
+
er um
|
| 1665 |
+
Ġd ro
|
| 1666 |
+
ĠT ung
|
| 1667 |
+
ff er
|
| 1668 |
+
i ri
|
| 1669 |
+
a il
|
| 1670 |
+
ll ar
|
| 1671 |
+
ĠCur l
|
| 1672 |
+
M ix
|
| 1673 |
+
E gg
|
| 1674 |
+
ĠV erdant
|
| 1675 |
+
ĠH erd
|
| 1676 |
+
ĠP C
|
| 1677 |
+
ĠSt orage
|
| 1678 |
+
Con tact
|
| 1679 |
+
T y
|
| 1680 |
+
ĠConn ection
|
| 1681 |
+
c or
|
| 1682 |
+
S tann
|
| 1683 |
+
ru n
|
| 1684 |
+
G em
|
| 1685 |
+
Ġc ry
|
| 1686 |
+
am algam
|
| 1687 |
+
e ren
|
| 1688 |
+
o ur
|
| 1689 |
+
ĠF orage
|
| 1690 |
+
int ment
|
| 1691 |
+
Ġo intment
|
| 1692 |
+
M S
|
| 1693 |
+
dian t
|
| 1694 |
+
ring e
|
| 1695 |
+
il let
|
| 1696 |
+
ĠVe in
|
| 1697 |
+
Un icorn
|
| 1698 |
+
ach ine
|
| 1699 |
+
i el
|
| 1700 |
+
ĠF lock
|
| 1701 |
+
ĠCrum ble
|
| 1702 |
+
g oat
|
| 1703 |
+
W hole
|
| 1704 |
+
Pl atinum
|
| 1705 |
+
ĠF rame
|
| 1706 |
+
G al
|
| 1707 |
+
c rown
|
| 1708 |
+
f lu
|
| 1709 |
+
en d
|
| 1710 |
+
ol or
|
| 1711 |
+
Ġ le
|
| 1712 |
+
la de
|
| 1713 |
+
di ode
|
| 1714 |
+
hoto diode
|
| 1715 |
+
ant le
|
| 1716 |
+
iel d
|
| 1717 |
+
Con ductive
|
| 1718 |
+
Ġm at
|
| 1719 |
+
v ated
|
| 1720 |
+
et y
|
| 1721 |
+
af ety
|
| 1722 |
+
o c
|
| 1723 |
+
agne tic
|
| 1724 |
+
te ctor
|
| 1725 |
+
Ġm o
|
| 1726 |
+
tan d
|
| 1727 |
+
o ven
|
| 1728 |
+
Ġf eeder
|
| 1729 |
+
lim mer
|
| 1730 |
+
ti ck
|
| 1731 |
+
her board
|
| 1732 |
+
w ind
|
| 1733 |
+
ign al
|
| 1734 |
+
b ite
|
| 1735 |
+
rick le
|
| 1736 |
+
ĠD eco
|
| 1737 |
+
ĠDeco ction
|
| 1738 |
+
ĠB alm
|
| 1739 |
+
ĠSc reen
|
| 1740 |
+
G leam
|
| 1741 |
+
rodu ctive
|
| 1742 |
+
ĠRotation al
|
| 1743 |
+
O richalcum
|
| 1744 |
+
o f
|
| 1745 |
+
ĠJ ug
|
| 1746 |
+
er cury
|
| 1747 |
+
ĠH older
|
| 1748 |
+
T ung
|
| 1749 |
+
ĠEn ergy
|
| 1750 |
+
Ste am
|
| 1751 |
+
S u
|
| 1752 |
+
ro ut
|
| 1753 |
+
el eaf
|
| 1754 |
+
her d
|
| 1755 |
+
Ber yl
|
| 1756 |
+
M ulti
|
| 1757 |
+
lam b
|
| 1758 |
+
le ted
|
| 1759 |
+
W ind
|
| 1760 |
+
C rim
|
| 1761 |
+
Ġ Y
|
| 1762 |
+
B a
|
| 1763 |
+
w elfare
|
| 1764 |
+
n ur
|
| 1765 |
+
ĠSy ringe
|
| 1766 |
+
B on
|
| 1767 |
+
Ġ amalgam
|
| 1768 |
+
ol led
|
| 1769 |
+
ĠIn k
|
| 1770 |
+
ic ation
|
| 1771 |
+
reed ing
|
| 1772 |
+
od y
|
| 1773 |
+
ĠF it
|
| 1774 |
+
C at
|
| 1775 |
+
kn uckle
|
| 1776 |
+
b roo
|
| 1777 |
+
an it
|
| 1778 |
+
ir d
|
| 1779 |
+
ĠZ one
|
| 1780 |
+
Ġth read
|
| 1781 |
+
P i
|
| 1782 |
+
Ġc rum
|
| 1783 |
+
Ġw ater
|
| 1784 |
+
ew ter
|
| 1785 |
+
v oid
|
| 1786 |
+
qu ick
|
| 1787 |
+
ĠM achine
|
| 1788 |
+
ĠDe w
|
| 1789 |
+
T ri
|
| 1790 |
+
f old
|
| 1791 |
+
k i
|
| 1792 |
+
ĠF in
|
| 1793 |
+
W yrm
|
| 1794 |
+
ra in
|
| 1795 |
+
H ard
|
| 1796 |
+
ĠCon tact
|
| 1797 |
+
Ġg la
|
| 1798 |
+
her mo
|
| 1799 |
+
Fa erie
|
| 1800 |
+
Ro ck
|
| 1801 |
+
ĠMot herboard
|
| 1802 |
+
Pel leted
|
| 1803 |
+
c al
|
| 1804 |
+
af t
|
| 1805 |
+
m y
|
| 1806 |
+
ang er
|
| 1807 |
+
ĠPl ating
|
| 1808 |
+
M a
|
| 1809 |
+
F er
|
| 1810 |
+
roo f
|
| 1811 |
+
con tro
|
| 1812 |
+
Ġc u
|
| 1813 |
+
G oat
|
| 1814 |
+
ĠE thernet
|
| 1815 |
+
T antalum
|
| 1816 |
+
C inder
|
| 1817 |
+
d ream
|
| 1818 |
+
ĠCon dition
|
| 1819 |
+
ĠPl atinum
|
| 1820 |
+
c loud
|
| 1821 |
+
R olled
|
| 1822 |
+
ĠP er
|
| 1823 |
+
x ial
|
| 1824 |
+
ĠPack ing
|
| 1825 |
+
o am
|
| 1826 |
+
at ure
|
| 1827 |
+
tor c
|
| 1828 |
+
ĠP i
|
| 1829 |
+
ĠC an
|
| 1830 |
+
m antle
|
| 1831 |
+
ci ent
|
| 1832 |
+
Ġ ho
|
| 1833 |
+
b e
|
| 1834 |
+
R ot
|
| 1835 |
+
D raconic
|
| 1836 |
+
Ġn o
|
| 1837 |
+
P ortable
|
| 1838 |
+
P earl
|
| 1839 |
+
ram ble
|
| 1840 |
+
Gold en
|
| 1841 |
+
ĠP hotodiode
|
| 1842 |
+
Sil icone
|
| 1843 |
+
Po ultry
|
| 1844 |
+
G rit
|
| 1845 |
+
f er
|
| 1846 |
+
dra gon
|
| 1847 |
+
Ġle ad
|
| 1848 |
+
Ġfil m
|
| 1849 |
+
D ata
|
| 1850 |
+
ĠW armth
|
| 1851 |
+
C or
|
| 1852 |
+
F l
|
| 1853 |
+
t raw
|
| 1854 |
+
or ridge
|
| 1855 |
+
ac y
|
| 1856 |
+
S na
|
| 1857 |
+
Ġg um
|
| 1858 |
+
alk ahe
|
| 1859 |
+
ĠSo C
|
| 1860 |
+
o culu
|
| 1861 |
+
m alt
|
| 1862 |
+
P en
|
| 1863 |
+
g ulator
|
| 1864 |
+
Ġfil ament
|
| 1865 |
+
S B
|
| 1866 |
+
o a
|
| 1867 |
+
m or
|
| 1868 |
+
ĠF rag
|
| 1869 |
+
ĠFrag ment
|
| 1870 |
+
B utton
|
| 1871 |
+
ta ge
|
| 1872 |
+
ran ge
|
| 1873 |
+
ol i
|
| 1874 |
+
M D
|
| 1875 |
+
ĠF la
|
| 1876 |
+
Ra diant
|
| 1877 |
+
Ġra il
|
| 1878 |
+
Al loy
|
| 1879 |
+
Ġl ab
|
| 1880 |
+
m ineraldro
|
| 1881 |
+
ĠP c
|
| 1882 |
+
H al
|
| 1883 |
+
contro ller
|
| 1884 |
+
lo b
|
| 1885 |
+
fl are
|
| 1886 |
+
S n
|
| 1887 |
+
Sol id
|
| 1888 |
+
f iber
|
| 1889 |
+
Poly imide
|
| 1890 |
+
Ġv arni
|
| 1891 |
+
Ġ ac
|
| 1892 |
+
t ru
|
| 1893 |
+
amb ing
|
| 1894 |
+
W heat
|
| 1895 |
+
ĠRadi ator
|
| 1896 |
+
in ter
|
| 1897 |
+
Ġg ate
|
| 1898 |
+
ĠT we
|
| 1899 |
+
ĠTwe eter
|
| 1900 |
+
ĠPc b
|
| 1901 |
+
ĠB um
|
| 1902 |
+
co very
|
| 1903 |
+
ĠAd a
|
| 1904 |
+
ut ty
|
| 1905 |
+
c ree
|
| 1906 |
+
St am
|
| 1907 |
+
M irror
|
| 1908 |
+
ub ber
|
| 1909 |
+
ĠC one
|
| 1910 |
+
e gg
|
| 1911 |
+
form ance
|
| 1912 |
+
S mart
|
| 1913 |
+
F ace
|
| 1914 |
+
h air
|
| 1915 |
+
ĠC la
|
| 1916 |
+
M I
|
| 1917 |
+
t rate
|
| 1918 |
+
c ry
|
| 1919 |
+
Dra ft
|
| 1920 |
+
tom er
|
| 1921 |
+
ti vated
|
| 1922 |
+
Ġlab el
|
| 1923 |
+
ree ze
|
| 1924 |
+
ĠB MS
|
| 1925 |
+
K id
|
| 1926 |
+
um en
|
| 1927 |
+
W hi
|
| 1928 |
+
ĠC ol
|
| 1929 |
+
na iad
|
| 1930 |
+
y re
|
| 1931 |
+
o ctur
|
| 1932 |
+
octur ne
|
| 1933 |
+
B u
|
| 1934 |
+
ic h
|
| 1935 |
+
f lock
|
| 1936 |
+
ark le
|
| 1937 |
+
ĠW ind
|
| 1938 |
+
ma id
|
| 1939 |
+
S hiel
|
| 1940 |
+
Th in
|
| 1941 |
+
n ym
|
| 1942 |
+
ĠG ener
|
| 1943 |
+
ĠGener ator
|
| 1944 |
+
ĠWe ft
|
| 1945 |
+
ĠD rinker
|
| 1946 |
+
on ent
|
| 1947 |
+
ro tein
|
| 1948 |
+
at ina
|
| 1949 |
+
S ta
|
| 1950 |
+
j ug
|
| 1951 |
+
orn er
|
| 1952 |
+
or oid
|
| 1953 |
+
h yr
|
| 1954 |
+
Gal van
|
| 1955 |
+
H oof
|
| 1956 |
+
ĠD eck
|
| 1957 |
+
ĠC art
|
| 1958 |
+
ie z
|
| 1959 |
+
Ġt rough
|
| 1960 |
+
G ate
|
| 1961 |
+
ĠDe velo
|
| 1962 |
+
b ran
|
| 1963 |
+
t race
|
| 1964 |
+
he en
|
| 1965 |
+
ĠP itch
|
| 1966 |
+
k ing
|
| 1967 |
+
re ath
|
| 1968 |
+
ĠB utton
|
| 1969 |
+
ell er
|
| 1970 |
+
F u
|
| 1971 |
+
ann er
|
| 1972 |
+
g l
|
| 1973 |
+
ĠPer formance
|
| 1974 |
+
rack et
|
| 1975 |
+
ĠIn ductor
|
| 1976 |
+
ĠRot or
|
| 1977 |
+
B GA
|
| 1978 |
+
Ġn ub
|
| 1979 |
+
Ġc on
|
| 1980 |
+
ĠP ri
|
| 1981 |
+
a u
|
| 1982 |
+
ĠT rack
|
| 1983 |
+
l urry
|
| 1984 |
+
w i
|
| 1985 |
+
M ot
|
| 1986 |
+
ĠPin ion
|
| 1987 |
+
al ed
|
| 1988 |
+
am in
|
| 1989 |
+
ver ter
|
| 1990 |
+
ĠPack age
|
| 1991 |
+
n y
|
| 1992 |
+
l or
|
| 1993 |
+
D awn
|
| 1994 |
+
lo at
|
| 1995 |
+
it al
|
| 1996 |
+
ĠBu ffer
|
| 1997 |
+
o ver
|
| 1998 |
+
C able
|
| 1999 |
+
ĠB lade
|
| 2000 |
+
Ġg uard
|
| 2001 |
+
ĠPe el
|
| 2002 |
+
Mix ed
|
| 2003 |
+
ĠCool ing
|
| 2004 |
+
t re
|
| 2005 |
+
ĠMicro controller
|
| 2006 |
+
y ru
|
| 2007 |
+
j ector
|
| 2008 |
+
Co ol
|
| 2009 |
+
ĠTin cture
|
| 2010 |
+
un e
|
| 2011 |
+
Al kahe
|
| 2012 |
+
M OS
|
| 2013 |
+
c arlet
|
| 2014 |
+
F ence
|
| 2015 |
+
k in
|
| 2016 |
+
Ġ leaf
|
| 2017 |
+
g le
|
| 2018 |
+
Pre ci
|
| 2019 |
+
I D
|
| 2020 |
+
art h
|
| 2021 |
+
k id
|
| 2022 |
+
row d
|
| 2023 |
+
m irror
|
| 2024 |
+
ĠCol lar
|
| 2025 |
+
Bon ding
|
| 2026 |
+
Ġg rea
|
| 2027 |
+
ch alk
|
| 2028 |
+
we et
|
| 2029 |
+
Ch ar
|
| 2030 |
+
E lectro
|
| 2031 |
+
y ro
|
| 2032 |
+
m older
|
| 2033 |
+
P rin
|
| 2034 |
+
lo or
|
| 2035 |
+
C ho
|
| 2036 |
+
ol ator
|
| 2037 |
+
f lect
|
| 2038 |
+
flect or
|
| 2039 |
+
y d
|
| 2040 |
+
zz le
|
| 2041 |
+
hone y
|
| 2042 |
+
ĠRe gulator
|
| 2043 |
+
ĠB olt
|
| 2044 |
+
Corn er
|
| 2045 |
+
U V
|
| 2046 |
+
ĠSte llar
|
| 2047 |
+
elec t
|
| 2048 |
+
D am
|
| 2049 |
+
ĠCo at
|
| 2050 |
+
M ini
|
| 2051 |
+
W ing
|
| 2052 |
+
C li
|
| 2053 |
+
om e
|
| 2054 |
+
ut ing
|
| 2055 |
+
chi ck
|
| 2056 |
+
A d
|
| 2057 |
+
ĠRo ck
|
| 2058 |
+
B rooder
|
| 2059 |
+
Ġl ick
|
| 2060 |
+
ĠF u
|
| 2061 |
+
ti al
|
| 2062 |
+
g el
|
| 2063 |
+
on ator
|
| 2064 |
+
broo k
|
| 2065 |
+
ĠF eeder
|
| 2066 |
+
v ory
|
| 2067 |
+
Ġ airflow
|
| 2068 |
+
Al ley
|
| 2069 |
+
Galvan ized
|
| 2070 |
+
ĠB oo
|
| 2071 |
+
G ran
|
| 2072 |
+
ix ie
|
| 2073 |
+
n er
|
| 2074 |
+
W arm
|
| 2075 |
+
b ird
|
| 2076 |
+
el en
|
| 2077 |
+
t rand
|
| 2078 |
+
F ull
|
| 2079 |
+
Ke y
|
| 2080 |
+
w ra
|
| 2081 |
+
Ġd rink
|
| 2082 |
+
te red
|
| 2083 |
+
ĠFil ter
|
| 2084 |
+
R ound
|
| 2085 |
+
c law
|
| 2086 |
+
y c
|
| 2087 |
+
M agnetic
|
| 2088 |
+
ĠMilk ing
|
| 2089 |
+
arrow ing
|
| 2090 |
+
ri d
|
| 2091 |
+
ĠSun root
|
| 2092 |
+
elect ric
|
| 2093 |
+
in ner
|
| 2094 |
+
ĠD ac
|
| 2095 |
+
l umber
|
| 2096 |
+
S witch
|
| 2097 |
+
olc anic
|
| 2098 |
+
In ter
|
| 2099 |
+
ol ar
|
| 2100 |
+
ĠP ig
|
| 2101 |
+
ri ffin
|
| 2102 |
+
ĠPe blet
|
| 2103 |
+
ĠY arn
|
| 2104 |
+
do e
|
| 2105 |
+
R T
|
| 2106 |
+
Ch ute
|
| 2107 |
+
Du al
|
| 2108 |
+
F low
|
| 2109 |
+
t at
|
| 2110 |
+
ew el
|
| 2111 |
+
T O
|
| 2112 |
+
f ra
|
| 2113 |
+
fra red
|
| 2114 |
+
Ġli me
|
| 2115 |
+
mo ke
|
| 2116 |
+
j u
|
| 2117 |
+
A ctive
|
| 2118 |
+
T e
|
| 2119 |
+
Ġ or
|
| 2120 |
+
T un
|
| 2121 |
+
un icorn
|
| 2122 |
+
ear ing
|
| 2123 |
+
ol tage
|
| 2124 |
+
a ether
|
| 2125 |
+
Sh ade
|
| 2126 |
+
S O
|
| 2127 |
+
Ġg lo
|
| 2128 |
+
Ġc run
|
| 2129 |
+
Ġcrun ch
|
| 2130 |
+
O r
|
| 2131 |
+
anit ation
|
| 2132 |
+
ol ation
|
| 2133 |
+
one y
|
| 2134 |
+
ĠG um
|
| 2135 |
+
rum en
|
| 2136 |
+
D airy
|
| 2137 |
+
l ot
|
| 2138 |
+
V e
|
| 2139 |
+
A g
|
| 2140 |
+
ĠF arm
|
| 2141 |
+
ind le
|
| 2142 |
+
Co axial
|
| 2143 |
+
c alving
|
| 2144 |
+
T hick
|
| 2145 |
+
Pho enix
|
| 2146 |
+
T ur
|
| 2147 |
+
V a
|
| 2148 |
+
ff eren
|
| 2149 |
+
M id
|
| 2150 |
+
tic al
|
| 2151 |
+
ym er
|
| 2152 |
+
Ġf lu
|
| 2153 |
+
S ignal
|
| 2154 |
+
C lock
|
| 2155 |
+
Ġno te
|
| 2156 |
+
oa k
|
| 2157 |
+
Ġc or
|
| 2158 |
+
f lower
|
| 2159 |
+
ac re
|
| 2160 |
+
R ubber
|
| 2161 |
+
tal l
|
| 2162 |
+
S I
|
| 2163 |
+
Ro uting
|
| 2164 |
+
C rowd
|
| 2165 |
+
Ġ te
|
| 2166 |
+
Ġc inder
|
| 2167 |
+
ĠC arrier
|
| 2168 |
+
F il
|
| 2169 |
+
iez o
|
| 2170 |
+
Ġb lue
|
| 2171 |
+
u ght
|
| 2172 |
+
Ġf oil
|
| 2173 |
+
Ġv a
|
| 2174 |
+
ĠD ie
|
| 2175 |
+
D ream
|
| 2176 |
+
ĠB al
|
| 2177 |
+
ĠFil ing
|
| 2178 |
+
C la
|
| 2179 |
+
Y ellow
|
| 2180 |
+
ĠT antalum
|
| 2181 |
+
roo d
|
| 2182 |
+
M illet
|
| 2183 |
+
ang ing
|
| 2184 |
+
ĠR ol
|
| 2185 |
+
ĠF id
|
| 2186 |
+
ĠFid dle
|
| 2187 |
+
ten cil
|
| 2188 |
+
n ot
|
| 2189 |
+
ing le
|
| 2190 |
+
ul ar
|
| 2191 |
+
de e
|
| 2192 |
+
Ġ ver
|
| 2193 |
+
R ye
|
| 2194 |
+
k to
|
| 2195 |
+
ide d
|
| 2196 |
+
in ated
|
| 2197 |
+
il d
|
| 2198 |
+
Ġc oat
|
| 2199 |
+
f lux
|
| 2200 |
+
ĠC li
|
| 2201 |
+
ĠPa ir
|
| 2202 |
+
FE T
|
| 2203 |
+
ĠWind ow
|
| 2204 |
+
An cient
|
| 2205 |
+
ra tion
|
| 2206 |
+
ĠB und
|
| 2207 |
+
ĠBund le
|
| 2208 |
+
ĠDo or
|
| 2209 |
+
eg acy
|
| 2210 |
+
h ing
|
| 2211 |
+
u al
|
| 2212 |
+
ch anic
|
| 2213 |
+
chanic al
|
| 2214 |
+
o urce
|
| 2215 |
+
T ube
|
| 2216 |
+
D ig
|
| 2217 |
+
f leck
|
| 2218 |
+
G riffin
|
| 2219 |
+
M T
|
| 2220 |
+
l ume
|
| 2221 |
+
Ġw elfare
|
| 2222 |
+
gra ce
|
| 2223 |
+
En ca
|
| 2224 |
+
ĠG ame
|
| 2225 |
+
l ic
|
| 2226 |
+
al og
|
| 2227 |
+
lo id
|
| 2228 |
+
ĠS e
|
| 2229 |
+
h rag
|
| 2230 |
+
ĠDi a
|
| 2231 |
+
hrag m
|
| 2232 |
+
H ydration
|
| 2233 |
+
M etal
|
| 2234 |
+
li f
|
| 2235 |
+
ĠB ottle
|
| 2236 |
+
or u
|
| 2237 |
+
Mot or
|
| 2238 |
+
W et
|
| 2239 |
+
ĠRec ord
|
| 2240 |
+
al ite
|
| 2241 |
+
c lo
|
| 2242 |
+
Sc arlet
|
| 2243 |
+
W e
|
| 2244 |
+
ir al
|
| 2245 |
+
Ġcrum ble
|
| 2246 |
+
G limmer
|
| 2247 |
+
rub y
|
| 2248 |
+
E la
|
| 2249 |
+
C olor
|
| 2250 |
+
lam e
|
| 2251 |
+
n o
|
| 2252 |
+
E l
|
| 2253 |
+
E lectrolyte
|
| 2254 |
+
ĠG lob
|
| 2255 |
+
S wing
|
| 2256 |
+
l an
|
| 2257 |
+
Ra dial
|
| 2258 |
+
ed ic
|
| 2259 |
+
v al
|
| 2260 |
+
g low
|
| 2261 |
+
i ke
|
| 2262 |
+
S himmer
|
| 2263 |
+
A ut
|
| 2264 |
+
ac he
|
| 2265 |
+
A T
|
| 2266 |
+
b arb
|
| 2267 |
+
c inder
|
| 2268 |
+
u dder
|
| 2269 |
+
P ixie
|
| 2270 |
+
Ġn e
|
| 2271 |
+
gro ve
|
| 2272 |
+
Bra ided
|
| 2273 |
+
ĠW eave
|
| 2274 |
+
ĠP atch
|
| 2275 |
+
Ġc lay
|
| 2276 |
+
r ator
|
| 2277 |
+
b riar
|
| 2278 |
+
Syl van
|
| 2279 |
+
Un der
|
| 2280 |
+
R ing
|
| 2281 |
+
dig o
|
| 2282 |
+
ĠT ur
|
| 2283 |
+
Ġt in
|
| 2284 |
+
w atch
|
| 2285 |
+
elec tor
|
| 2286 |
+
S tencil
|
| 2287 |
+
ĠPlan e
|
| 2288 |
+
m eal
|
| 2289 |
+
Ġ ing
|
| 2290 |
+
ri ft
|
| 2291 |
+
Ġte a
|
| 2292 |
+
b ur
|
| 2293 |
+
ĠP ill
|
| 2294 |
+
ĠPill ar
|
| 2295 |
+
b ar
|
| 2296 |
+
ĠCon ductor
|
| 2297 |
+
t reed
|
| 2298 |
+
ad ar
|
| 2299 |
+
ĠCl um
|
| 2300 |
+
T em
|
| 2301 |
+
Dig ital
|
| 2302 |
+
lo od
|
| 2303 |
+
T eat
|
| 2304 |
+
Ġ ob
|
| 2305 |
+
ot ro
|
| 2306 |
+
Z e
|
| 2307 |
+
ĠA ut
|
| 2308 |
+
ur ing
|
| 2309 |
+
o tive
|
| 2310 |
+
om otive
|
| 2311 |
+
Dra ke
|
| 2312 |
+
b rooder
|
| 2313 |
+
Ġl ine
|
| 2314 |
+
Ġ ring
|
| 2315 |
+
rac ked
|
| 2316 |
+
b rim
|
| 2317 |
+
R ice
|
| 2318 |
+
im ing
|
| 2319 |
+
ĠSc anner
|
| 2320 |
+
ĠSh elf
|
| 2321 |
+
born e
|
| 2322 |
+
Fe y
|
| 2323 |
+
F la
|
| 2324 |
+
R eader
|
| 2325 |
+
co al
|
| 2326 |
+
C ow
|
| 2327 |
+
ĠM u
|
| 2328 |
+
M i
|
| 2329 |
+
er ver
|
| 2330 |
+
Ġing ot
|
| 2331 |
+
ac ro
|
| 2332 |
+
H ealth
|
| 2333 |
+
Flu or
|
| 2334 |
+
f o
|
| 2335 |
+
A z
|
| 2336 |
+
Hard ener
|
| 2337 |
+
Ġb rew
|
| 2338 |
+
ĠSt ra
|
| 2339 |
+
H olding
|
| 2340 |
+
ĠC rate
|
| 2341 |
+
in ed
|
| 2342 |
+
M ercury
|
| 2343 |
+
or ich
|
| 2344 |
+
H og
|
| 2345 |
+
ĠP etal
|
| 2346 |
+
li de
|
| 2347 |
+
Ġe gg
|
| 2348 |
+
ĠCha ff
|
| 2349 |
+
Ġac ce
|
| 2350 |
+
G ilt
|
| 2351 |
+
Ġj ug
|
| 2352 |
+
Ġre vi
|
| 2353 |
+
Ġrevi ve
|
| 2354 |
+
ĠCon verter
|
| 2355 |
+
ac on
|
| 2356 |
+
W oven
|
| 2357 |
+
ĠB racket
|
| 2358 |
+
Fiber gla
|
| 2359 |
+
C D
|
| 2360 |
+
ram id
|
| 2361 |
+
ĠWa ve
|
| 2362 |
+
C racked
|
| 2363 |
+
l attice
|
| 2364 |
+
Ġc obalt
|
| 2365 |
+
Hal o
|
| 2366 |
+
E dge
|
| 2367 |
+
ur ge
|
| 2368 |
+
i an
|
| 2369 |
+
or m
|
| 2370 |
+
ide o
|
| 2371 |
+
Di fferen
|
| 2372 |
+
g row
|
| 2373 |
+
ung u
|
| 2374 |
+
t rou
|
| 2375 |
+
Fl at
|
| 2376 |
+
F R
|
| 2377 |
+
Ġn ym
|
| 2378 |
+
Cat tle
|
| 2379 |
+
ĠB and
|
| 2380 |
+
rough age
|
| 2381 |
+
5 5
|
| 2382 |
+
C alcium
|
| 2383 |
+
ru ctur
|
| 2384 |
+
ructur al
|
| 2385 |
+
ĠB loom
|
| 2386 |
+
bin e
|
| 2387 |
+
G uide
|
| 2388 |
+
I C
|
| 2389 |
+
ing e
|
| 2390 |
+
an a
|
| 2391 |
+
ade d
|
| 2392 |
+
ĠMe ter
|
| 2393 |
+
in le
|
| 2394 |
+
ĠPin na
|
| 2395 |
+
B ro
|
| 2396 |
+
C hick
|
| 2397 |
+
ĠB reeding
|
| 2398 |
+
cent rate
|
| 2399 |
+
Ġcon centrate
|
| 2400 |
+
cal x
|
| 2401 |
+
b ramble
|
| 2402 |
+
F lame
|
| 2403 |
+
b owl
|
| 2404 |
+
ĠG uard
|
| 2405 |
+
T en
|
| 2406 |
+
W elfare
|
| 2407 |
+
F i
|
| 2408 |
+
ink le
|
| 2409 |
+
rich al
|
| 2410 |
+
dra ke
|
| 2411 |
+
S i
|
| 2412 |
+
F ree
|
| 2413 |
+
Ġc o
|
| 2414 |
+
Ġf lour
|
| 2415 |
+
ze d
|
| 2416 |
+
Ġra tion
|
| 2417 |
+
ob ile
|
| 2418 |
+
Ex tru
|
| 2419 |
+
S weet
|
| 2420 |
+
ĠH ou
|
| 2421 |
+
Ġm ineraldro
|
| 2422 |
+
b a
|
| 2423 |
+
arb ud
|
| 2424 |
+
y al
|
| 2425 |
+
er ne
|
| 2426 |
+
ount ain
|
| 2427 |
+
la ze
|
| 2428 |
+
at her
|
| 2429 |
+
M on
|
| 2430 |
+
rea k
|
| 2431 |
+
P ul
|
| 2432 |
+
R ibbon
|
| 2433 |
+
u ge
|
| 2434 |
+
ar net
|
| 2435 |
+
ĠS oru
|
| 2436 |
+
ĠA c
|
| 2437 |
+
ri ll
|
| 2438 |
+
P iezo
|
| 2439 |
+
Full fat
|
| 2440 |
+
ab or
|
| 2441 |
+
ele vi
|
| 2442 |
+
or ch
|
| 2443 |
+
H o
|
| 2444 |
+
M M
|
| 2445 |
+
V erdant
|
| 2446 |
+
ĠPre ci
|
| 2447 |
+
Wa ve
|
| 2448 |
+
ĠP u
|
| 2449 |
+
Ġm elt
|
| 2450 |
+
A er
|
| 2451 |
+
S ingle
|
| 2452 |
+
e mber
|
| 2453 |
+
an ge
|
| 2454 |
+
el et
|
| 2455 |
+
Ġ led
|
| 2456 |
+
Ġled ger
|
| 2457 |
+
ĠSh ot
|
| 2458 |
+
F lex
|
| 2459 |
+
ĠT u
|
| 2460 |
+
g rowth
|
| 2461 |
+
Ġdra in
|
| 2462 |
+
D ew
|
| 2463 |
+
St ri
|
| 2464 |
+
A xial
|
| 2465 |
+
F ill
|
| 2466 |
+
F P
|
| 2467 |
+
ri me
|
| 2468 |
+
Ġd own
|
| 2469 |
+
M ount
|
| 2470 |
+
ĠO ver
|
| 2471 |
+
Di electric
|
| 2472 |
+
Ġn ur
|
| 2473 |
+
St ructural
|
| 2474 |
+
B rood
|
| 2475 |
+
ea k
|
| 2476 |
+
ond melt
|
| 2477 |
+
V i
|
| 2478 |
+
b ow
|
| 2479 |
+
d Fe
|
| 2480 |
+
dFe B
|
| 2481 |
+
uc ent
|
| 2482 |
+
D MI
|
| 2483 |
+
ĠPC B
|
| 2484 |
+
o very
|
| 2485 |
+
ĠRec overy
|
| 2486 |
+
Ra in
|
| 2487 |
+
w eave
|
| 2488 |
+
b it
|
| 2489 |
+
P h
|
| 2490 |
+
mer cury
|
| 2491 |
+
ĠTherm al
|
| 2492 |
+
Ac tivated
|
| 2493 |
+
d ark
|
| 2494 |
+
ro ck
|
| 2495 |
+
ĠShiel ding
|
| 2496 |
+
S orting
|
| 2497 |
+
g anic
|
| 2498 |
+
Star ter
|
| 2499 |
+
R ec
|
| 2500 |
+
A ramid
|
| 2501 |
+
alc ulator
|
| 2502 |
+
ĠS tick
|
| 2503 |
+
ĠS ub
|
| 2504 |
+
Ġflu ff
|
| 2505 |
+
C ore
|
| 2506 |
+
ĠH o
|
| 2507 |
+
ĠP rin
|
| 2508 |
+
F lint
|
| 2509 |
+
w el
|
| 2510 |
+
ĠP utty
|
| 2511 |
+
d ic
|
| 2512 |
+
ĠS he
|
| 2513 |
+
ĠShe ath
|
| 2514 |
+
ĠFeed ing
|
| 2515 |
+
ĠBal un
|
| 2516 |
+
C ro
|
| 2517 |
+
b ack
|
| 2518 |
+
Ġt ag
|
| 2519 |
+
U SB
|
| 2520 |
+
n ow
|
| 2521 |
+
Milk y
|
| 2522 |
+
H oney
|
| 2523 |
+
an i
|
| 2524 |
+
ĠP ath
|
| 2525 |
+
Rot ary
|
| 2526 |
+
Ġc orner
|
| 2527 |
+
en til
|
| 2528 |
+
entil ation
|
| 2529 |
+
P hot
|
| 2530 |
+
Ġcor dial
|
| 2531 |
+
ĠS hi
|
| 2532 |
+
ĠS ache
|
| 2533 |
+
ĠSache t
|
| 2534 |
+
F lake
|
| 2535 |
+
nt h
|
| 2536 |
+
trace ability
|
| 2537 |
+
erm an
|
| 2538 |
+
he dge
|
| 2539 |
+
ĠS oluble
|
| 2540 |
+
um mer
|
| 2541 |
+
B earing
|
| 2542 |
+
M ic
|
| 2543 |
+
ĠSt o
|
| 2544 |
+
lamb ing
|
| 2545 |
+
T ag
|
| 2546 |
+
at t
|
| 2547 |
+
Ġl og
|
| 2548 |
+
ĠR adar
|
| 2549 |
+
C amera
|
| 2550 |
+
ĠG ill
|
| 2551 |
+
re y
|
| 2552 |
+
ol ded
|
| 2553 |
+
S mo
|
| 2554 |
+
g lo
|
| 2555 |
+
um b
|
| 2556 |
+
C ele
|
| 2557 |
+
tif ication
|
| 2558 |
+
Ġv itriol
|
| 2559 |
+
g n
|
| 2560 |
+
ĠS lot
|
| 2561 |
+
ĠTur bine
|
| 2562 |
+
M acro
|
| 2563 |
+
F re
|
| 2564 |
+
du m
|
| 2565 |
+
un dum
|
| 2566 |
+
Face t
|
| 2567 |
+
Aut omotive
|
| 2568 |
+
ĠB lower
|
| 2569 |
+
o int
|
| 2570 |
+
heart h
|
| 2571 |
+
ren ch
|
| 2572 |
+
T rough
|
| 2573 |
+
h ydration
|
| 2574 |
+
Sil ica
|
| 2575 |
+
ĠB ra
|
| 2576 |
+
ĠH ood
|
| 2577 |
+
V er
|
| 2578 |
+
T imer
|
| 2579 |
+
ĠAr m
|
| 2580 |
+
ĠPo int
|
| 2581 |
+
un ction
|
| 2582 |
+
Stann ic
|
| 2583 |
+
Re f
|
| 2584 |
+
ob ot
|
| 2585 |
+
ac red
|
| 2586 |
+
Ġb ar
|
| 2587 |
+
j ection
|
| 2588 |
+
m id
|
| 2589 |
+
ĠCho ke
|
| 2590 |
+
t u
|
| 2591 |
+
S lee
|
| 2592 |
+
olc an
|
| 2593 |
+
y ellow
|
| 2594 |
+
ve red
|
| 2595 |
+
lake born
|
| 2596 |
+
Ġc lear
|
| 2597 |
+
if ication
|
| 2598 |
+
Ġver ification
|
| 2599 |
+
S en
|
| 2600 |
+
i ent
|
| 2601 |
+
f ence
|
| 2602 |
+
tal on
|
| 2603 |
+
y ard
|
| 2604 |
+
P lay
|
| 2605 |
+
ke y
|
| 2606 |
+
ch ar
|
| 2607 |
+
ĠD ot
|
| 2608 |
+
B edding
|
| 2609 |
+
ĠPro tector
|
| 2610 |
+
az ure
|
| 2611 |
+
Tin y
|
| 2612 |
+
o zzle
|
| 2613 |
+
H ay
|
| 2614 |
+
re aded
|
| 2615 |
+
a ked
|
| 2616 |
+
c he
|
| 2617 |
+
or i
|
| 2618 |
+
G ame
|
| 2619 |
+
ĠS on
|
| 2620 |
+
ĠS lug
|
| 2621 |
+
e merald
|
| 2622 |
+
Ra w
|
| 2623 |
+
T hermo
|
| 2624 |
+
cell ence
|
| 2625 |
+
m all
|
| 2626 |
+
cu te
|
| 2627 |
+
ĠK id
|
| 2628 |
+
P ort
|
| 2629 |
+
R ack
|
| 2630 |
+
ĠW i
|
| 2631 |
+
u la
|
| 2632 |
+
D ark
|
| 2633 |
+
ĠF rill
|
| 2634 |
+
for age
|
| 2635 |
+
f ro
|
| 2636 |
+
ann el
|
| 2637 |
+
R elay
|
| 2638 |
+
ul let
|
| 2639 |
+
al tic
|
| 2640 |
+
luc erne
|
| 2641 |
+
ĠS na
|
| 2642 |
+
Co in
|
| 2643 |
+
Ġt a
|
| 2644 |
+
g leam
|
| 2645 |
+
in tered
|
| 2646 |
+
A M
|
| 2647 |
+
M onitor
|
| 2648 |
+
c an
|
| 2649 |
+
ĠG uide
|
| 2650 |
+
Ġ r
|
| 2651 |
+
or a
|
| 2652 |
+
ur ora
|
| 2653 |
+
oof er
|
| 2654 |
+
H em
|
| 2655 |
+
b y
|
| 2656 |
+
Ġdra ught
|
| 2657 |
+
ĠJ unction
|
| 2658 |
+
ĠTa blet
|
| 2659 |
+
Ġe we
|
| 2660 |
+
co ur
|
| 2661 |
+
ĠR ind
|
| 2662 |
+
dig ri
|
| 2663 |
+
Cor ral
|
| 2664 |
+
B luetooth
|
| 2665 |
+
ic on
|
| 2666 |
+
i z
|
| 2667 |
+
T ank
|
| 2668 |
+
on om
|
| 2669 |
+
onom y
|
| 2670 |
+
B riar
|
| 2671 |
+
om n
|
| 2672 |
+
B lood
|
| 2673 |
+
or ber
|
| 2674 |
+
Ġin k
|
| 2675 |
+
ĠRol l
|
| 2676 |
+
ti te
|
| 2677 |
+
he alth
|
| 2678 |
+
Air y
|
| 2679 |
+
ĠTu ft
|
| 2680 |
+
ĠDe tector
|
| 2681 |
+
ĠB ulb
|
| 2682 |
+
R i
|
| 2683 |
+
C C
|
| 2684 |
+
Sh ell
|
| 2685 |
+
g ut
|
| 2686 |
+
f e
|
| 2687 |
+
Or ganic
|
| 2688 |
+
Synthe tic
|
| 2689 |
+
Differen tial
|
| 2690 |
+
ra dle
|
| 2691 |
+
S P
|
| 2692 |
+
ver ie
|
| 2693 |
+
Ġr ind
|
| 2694 |
+
Ġt ran
|
| 2695 |
+
ĠH alite
|
| 2696 |
+
og enic
|
| 2697 |
+
ĠFit ting
|
| 2698 |
+
ec ure
|
| 2699 |
+
ĠEx cellence
|
| 2700 |
+
cil lo
|
| 2701 |
+
ĠAut onomy
|
| 2702 |
+
He arth
|
| 2703 |
+
ho de
|
| 2704 |
+
ĠC ad
|
| 2705 |
+
di mmer
|
| 2706 |
+
g rit
|
| 2707 |
+
C am
|
| 2708 |
+
Ġn ut
|
| 2709 |
+
not ter
|
| 2710 |
+
ĠPol ymer
|
| 2711 |
+
ward en
|
| 2712 |
+
W ood
|
| 2713 |
+
Ġg ranule
|
| 2714 |
+
c reen
|
| 2715 |
+
ine blue
|
| 2716 |
+
Fer rite
|
| 2717 |
+
E t
|
| 2718 |
+
ac ing
|
| 2719 |
+
cre te
|
| 2720 |
+
Tw inkle
|
| 2721 |
+
m ur
|
| 2722 |
+
c hed
|
| 2723 |
+
ot ting
|
| 2724 |
+
Dragon hide
|
| 2725 |
+
ĠF arrowing
|
| 2726 |
+
ĠCorn er
|
| 2727 |
+
Ġre covery
|
| 2728 |
+
M agnet
|
| 2729 |
+
ĠD ome
|
| 2730 |
+
E we
|
| 2731 |
+
Gran ular
|
| 2732 |
+
G rey
|
| 2733 |
+
S hi
|
| 2734 |
+
y n
|
| 2735 |
+
Di am
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c12b0cf2062383fe0b1adc08a9774f99fd59260081c51c4e9486a03d0a96bc14
|
| 3 |
+
size 207586496
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"unk_token": "[UNK]",
|
| 3 |
+
"pad_token": "[PAD]",
|
| 4 |
+
"bos_token": "[BOS]",
|
| 5 |
+
"eos_token": "[EOS]",
|
| 6 |
+
"additional_special_tokens": [
|
| 7 |
+
"<question>",
|
| 8 |
+
"</question>",
|
| 9 |
+
"<solution>",
|
| 10 |
+
"</solution>",
|
| 11 |
+
"<answer>",
|
| 12 |
+
"</answer>"
|
| 13 |
+
]
|
| 14 |
+
}
|
tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,101 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": false,
|
| 3 |
+
"added_tokens_decoder": {
|
| 4 |
+
"0": {
|
| 5 |
+
"content": "[UNK]",
|
| 6 |
+
"lstrip": false,
|
| 7 |
+
"normalized": false,
|
| 8 |
+
"rstrip": false,
|
| 9 |
+
"single_word": false,
|
| 10 |
+
"special": true
|
| 11 |
+
},
|
| 12 |
+
"1": {
|
| 13 |
+
"content": "[PAD]",
|
| 14 |
+
"lstrip": false,
|
| 15 |
+
"normalized": false,
|
| 16 |
+
"rstrip": false,
|
| 17 |
+
"single_word": false,
|
| 18 |
+
"special": true
|
| 19 |
+
},
|
| 20 |
+
"2": {
|
| 21 |
+
"content": "[BOS]",
|
| 22 |
+
"lstrip": false,
|
| 23 |
+
"normalized": false,
|
| 24 |
+
"rstrip": false,
|
| 25 |
+
"single_word": false,
|
| 26 |
+
"special": true
|
| 27 |
+
},
|
| 28 |
+
"3": {
|
| 29 |
+
"content": "[EOS]",
|
| 30 |
+
"lstrip": false,
|
| 31 |
+
"normalized": false,
|
| 32 |
+
"rstrip": false,
|
| 33 |
+
"single_word": false,
|
| 34 |
+
"special": true
|
| 35 |
+
},
|
| 36 |
+
"4": {
|
| 37 |
+
"content": "<question>",
|
| 38 |
+
"lstrip": false,
|
| 39 |
+
"normalized": false,
|
| 40 |
+
"rstrip": false,
|
| 41 |
+
"single_word": false,
|
| 42 |
+
"special": true
|
| 43 |
+
},
|
| 44 |
+
"5": {
|
| 45 |
+
"content": "</question>",
|
| 46 |
+
"lstrip": false,
|
| 47 |
+
"normalized": false,
|
| 48 |
+
"rstrip": false,
|
| 49 |
+
"single_word": false,
|
| 50 |
+
"special": true
|
| 51 |
+
},
|
| 52 |
+
"6": {
|
| 53 |
+
"content": "<solution>",
|
| 54 |
+
"lstrip": false,
|
| 55 |
+
"normalized": false,
|
| 56 |
+
"rstrip": false,
|
| 57 |
+
"single_word": false,
|
| 58 |
+
"special": true
|
| 59 |
+
},
|
| 60 |
+
"7": {
|
| 61 |
+
"content": "</solution>",
|
| 62 |
+
"lstrip": false,
|
| 63 |
+
"normalized": false,
|
| 64 |
+
"rstrip": false,
|
| 65 |
+
"single_word": false,
|
| 66 |
+
"special": true
|
| 67 |
+
},
|
| 68 |
+
"8": {
|
| 69 |
+
"content": "<answer>",
|
| 70 |
+
"lstrip": false,
|
| 71 |
+
"normalized": false,
|
| 72 |
+
"rstrip": false,
|
| 73 |
+
"single_word": false,
|
| 74 |
+
"special": true
|
| 75 |
+
},
|
| 76 |
+
"9": {
|
| 77 |
+
"content": "</answer>",
|
| 78 |
+
"lstrip": false,
|
| 79 |
+
"normalized": false,
|
| 80 |
+
"rstrip": false,
|
| 81 |
+
"single_word": false,
|
| 82 |
+
"special": true
|
| 83 |
+
}
|
| 84 |
+
},
|
| 85 |
+
"additional_special_tokens": [
|
| 86 |
+
"<question>",
|
| 87 |
+
"</question>",
|
| 88 |
+
"<solution>",
|
| 89 |
+
"</solution>",
|
| 90 |
+
"<answer>",
|
| 91 |
+
"</answer>"
|
| 92 |
+
],
|
| 93 |
+
"bos_token": "[BOS]",
|
| 94 |
+
"clean_up_tokenization_spaces": false,
|
| 95 |
+
"eos_token": "[EOS]",
|
| 96 |
+
"extra_special_tokens": {},
|
| 97 |
+
"model_max_length": 1000000000000000019884624838656,
|
| 98 |
+
"pad_token": "[PAD]",
|
| 99 |
+
"tokenizer_class": "PreTrainedTokenizerFast",
|
| 100 |
+
"unk_token": "[UNK]"
|
| 101 |
+
}
|
vocab.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"[UNK]":0,"[PAD]":1,"[BOS]":2,"[EOS]":3,"<question>":4,"</question>":5,"<solution>":6,"</solution>":7,"<answer>":8,"</answer>":9,"!":10,"\"":11,"#":12,"$":13,"%":14,"&":15,"'":16,"(":17,")":18,"*":19,"+":20,",":21,"-":22,".":23,"/":24,"0":25,"1":26,"2":27,"3":28,"4":29,"5":30,"6":31,"7":32,"8":33,"9":34,":":35,";":36,"<":37,"=":38,">":39,"?":40,"@":41,"A":42,"B":43,"C":44,"D":45,"E":46,"F":47,"G":48,"H":49,"I":50,"J":51,"K":52,"L":53,"M":54,"N":55,"O":56,"P":57,"Q":58,"R":59,"S":60,"T":61,"U":62,"V":63,"W":64,"X":65,"Y":66,"Z":67,"[":68,"\\":69,"]":70,"^":71,"_":72,"`":73,"a":74,"b":75,"c":76,"d":77,"e":78,"f":79,"g":80,"h":81,"i":82,"j":83,"k":84,"l":85,"m":86,"n":87,"o":88,"p":89,"q":90,"r":91,"s":92,"t":93,"u":94,"v":95,"w":96,"x":97,"y":98,"z":99,"{":100,"|":101,"}":102,"~":103,"¡":104,"¢":105,"£":106,"¤":107,"¥":108,"¦":109,"§":110,"¨":111,"©":112,"ª":113,"«":114,"¬":115,"®":116,"¯":117,"°":118,"±":119,"²":120,"³":121,"´":122,"µ":123,"¶":124,"·":125,"¸":126,"¹":127,"º":128,"»":129,"¼":130,"½":131,"¾":132,"¿":133,"À":134,"Á":135,"Â":136,"Ã":137,"Ä":138,"Å":139,"Æ":140,"Ç":141,"È":142,"É":143,"Ê":144,"Ë":145,"Ì":146,"Í":147,"Î":148,"Ï":149,"Ð":150,"Ñ":151,"Ò":152,"Ó":153,"Ô":154,"Õ":155,"Ö":156,"×":157,"Ø":158,"Ù":159,"Ú":160,"Û":161,"Ü":162,"Ý":163,"Þ":164,"ß":165,"à":166,"á":167,"â":168,"ã":169,"ä":170,"å":171,"æ":172,"ç":173,"è":174,"é":175,"ê":176,"ë":177,"ì":178,"í":179,"î":180,"ï":181,"ð":182,"ñ":183,"ò":184,"ó":185,"ô":186,"õ":187,"ö":188,"÷":189,"ø":190,"ù":191,"ú":192,"û":193,"ü":194,"ý":195,"þ":196,"ÿ":197,"Ā":198,"ā":199,"Ă":200,"ă":201,"Ą":202,"ą":203,"Ć":204,"ć":205,"Ĉ":206,"ĉ":207,"Ċ":208,"ċ":209,"Č":210,"č":211,"Ď":212,"ď":213,"Đ":214,"đ":215,"Ē":216,"ē":217,"Ĕ":218,"ĕ":219,"Ė":220,"ė":221,"Ę":222,"ę":223,"Ě":224,"ě":225,"Ĝ":226,"ĝ":227,"Ğ":228,"ğ":229,"Ġ":230,"ġ":231,"Ģ":232,"ģ":233,"Ĥ":234,"ĥ":235,"Ħ":236,"ħ":237,"Ĩ":238,"ĩ":239,"Ī":240,"ī":241,"Ĭ":242,"ĭ":243,"Į":244,"į":245,"İ":246,"ı":247,"IJ":248,"ij":249,"Ĵ":250,"ĵ":251,"Ķ":252,"ķ":253,"ĸ":254,"Ĺ":255,"ĺ":256,"Ļ":257,"ļ":258,"Ľ":259,"ľ":260,"Ŀ":261,"ŀ":262,"Ł":263,"ł":264,"Ń":265,"te":266,"Ġ\"":267,"or":268,"ate":269,"\",":270,"on":271,"re":272,"ory":273,"Ġc":274,"ateg":275,"in":276,"ategory":277,"el":278,"Ġcategory":279,"Ġt":280,"er":281,"Ġb":282,"al":283,"ti":284,"an":285,"ong":286,"Ġto":287,"Ġbel":288,"Ġbelong":289,"\":":290,"ĠS":291,"en":292,"ĠC":293,".\",":294,"tion":295,"ri":296,"le":297,"ro":298,"he":299,"ce":300,"ar":301,"Ġre":302,"ing":303,"ss":304,"Ġ[":305,"ac":306,"nt":307,"ĠP":308,"qu":309,"Ġi":310,"ol":311,"hi":312,"ĠM":313,"ent":314,"ted":315,"ze":316,"ĠB":317,"ĠT":318,"nthe":319,"ynthe":320,"\"]":321,"Ġ[\"":322,"Ġin":323,"at":324,"et":325,"vent":326,"Ġl":327,"Ġw":328,"ventory":329,"ented":330,"ra":331,"om":332,"ic":333,"rial":334,"qui":335,"aterial":336,"ĠW":337,"il":338,"material":339,"ĠF":340,"ĠR":341,"du":342,"</":343,"ĠG":344,"ru":345,"ĠA":346,"ir":347,"ot":348,"ĠD":349,"ly":350,"di":351,"ke":352,"are":353,"Ġf":354,"ur":355,"tem":356,"ty":357,"aly":358,"de":359,"um":360,"olu":361,"wer":362,"olution":363,"ite":364,"ation":365,"ize":366,"roce":367,"ach":368,"Ġwe":369,"Ġcom":370,"lo":371,"Ġru":372,"ĠCor":373,"rodu":374,"bin":375,"action":376,"ĠO":377,"ch":378,"Ġli":379,"Ġan":380,"Ġcan":381,"Ġfir":382,"Ġanaly":383,"Ġrule":384,"Ġare":385,"rere":386,"ĠCategory":387,"Ġreach":388,"Ġcombin":389,"roduce":390,"Ġanalyze":391,"rerequi":392,"Ġcombining":393,"ĠI":394,"am":395,"OS":396,"it":397,"que":398,"category":399,"Ġ<":400,"inventory":401,"Ġthe":402,"\"],":403,"Ġby":404,"Ġitem":405,"Ġlike":406,"der":407,"ĠCore":408,"Ġm":409,"ob":410,"Ġn":411,"ec":412,"la":413,"ĠH":414,"ĠE":415,"Ġ(":416,"ll":417,"gh":418,"ver":419,"rent":420,"urrent":421,"Ġinventory":422,"Ġcurrent":423,"Ġnot":424,"Ġcurrently":425,"ĠIn":426,"uc":427,"ed":428,"ie":429,"),":430,"ĠSt":431,"ct":432,"get":433,"alt":434,"og":435,"ea":436,"red":437,"un":438,"ber":439,"ĠWe":440,"erv":441,"ine":442,"ucce":443,"Ġmi":444,"till":445,"ta":446,"ck":447,"ized":448,"ub":449,"ter":450,"lu":451,"ĠTo":452,"arget":453,"ervation":454,"ogic":455,"ĠSynthe":456,"Succe":457,".\"":458,"tan":459,"ĠMat":460,"orie":461,"Ġcateg":462,"Ġcategorie":463,"ge":464,"vel":465,"rix":466,"Ġdi":467,"ĠMatrix":468,"ard":469,"elec":470,"ve":471,"To":472,"Synthe":473,"cri":474,"Ġwhi":475,"rect":476,"Ġthi":477,"level":478,"tory":479,"Ġmaterial":480,"Ġaction":481,".</":482,".\"],":483,"><":484,"BOS":485,"EOS":486,"target":487,"tiate":488,"Ġrequi":489,"Ġlogic":490,"tantiate":491,"Ġdirect":492,"elected":493,"Ġwhich":494,"Ġrequired":495,"Ġdirectly":496,"ul":497,"pp":498,"art":499,"her":500,"ran":501,"sp":502,"ad":503,"ale":504,"ix":505,"ay":506,"orn":507,"ow":508,"ght":509,"ĠSy":510,"ho":511,"Qu":512,"ĠMo":513,"one":514,"ym":515,"ater":516,"eed":517,"im":518,"ble":519,"ĠU":520,"and":521,"eral":522,"ry":523,"ĠSc":524,"ĠSh":525,"ĠCom":526,"ĠK":527,"gra":528,"ire":529,"id":530,"old":531,"ĠGri":532,"low":533,"mber":534,"ort":535,"ack":536,"ut":537,"dule":538,"ight":539,"let":540,"age":541,"ĠQu":542,"tal":543,"ĠCh":544,"ilver":545,"ron":546,"ĠDi":547,"oo":548,"und":549,"eal":550,"ĠRe":551,"ĠPl":552,"ĠAl":553,"ure":554,"ĠChi":555,"ĠWater":556,"li":557,"ĠPa":558,"ilk":559,"obalt":560,"artz":561,"udi":562,"ĠUn":563,"ĠModule":564,"ĠPro":565,"lock":566,"tic":567,"ick":568,"rou":569,"anel":570,"ĠScale":571,"ĠGrit":572,"ag":573,"ineral":574,"ound":575,"Ġg":576,"ĠCo":577,"ĠTh":578,"iber":579,"lake":580,"ĠSalt":581,"to":582,"th":583,"ĠAudi":584,"tor":585,"ether":586,"ĠWire":587,"ĠSol":588,"ree":589,"ode":590,"ĠV":591,"ĠBo":592,"ĠGate":593,"ĠRation":594,"ment":595,"ff":596,"ĠSand":597,"ye":598,"ray":599,"ator":600,"ĠPanel":601,"tone":602,"ker":603,"dian":604,"rough":605,"ith":606,"owder":607,"race":608,"alc":609,"ĠPho":610,"dium":611,"ĠBar":612,"ĠKit":613,"ĠSo":614,"ear":615,"alk":616,"ĠGro":617,"etal":618,"ĠCry":619,"icorn":620,"flow":621,"ellet":622,"ime":623,"lux":624,"ril":625,"ream":626,"roo":627,"ĠMa":628,"ithril":629,"ĠBa":630,"ĠSyl":631,"ĠMineral":632,"ou":633,"rac":634,"idian":635,"hite":636,"wine":637,"ell":638,"Ġ[]":639,"uby":640,"ĠCobalt":641,"ube":642,"bon":643,"ola":644,"ĠHay":645,"ĠAr":646,"ĠCon":647,"ĠAether":648,"ork":649,"ĠQuartz":650,"rich":651,"ten":652,"ug":653,"inder":654,"ĠFiber":655,"ĠPowder":656,"dra":657,"len":658,"od":659,"ĠTrough":660,"read":661,"In":662,"ĠTin":663,"ĠCa":664,"ĠFlake":665,"ĠMix":666,"ion":667,"alf":668,"ĠUnicorn":669,"ĠGra":670,"onic":671,"ĠFil":672,"ahe":673,"ead":674,"ence":675,"elf":676,"ĠPo":677,"lue":678,"we":679,"yegra":680,"af":681,"ĠPellet":682,"dder":683,"ĠRuby":684,"inc":685,"alcum":686,"ĠAmber":687,"ĠGel":688,"eat":689,"ĠBoard":690,"mo":691,"teel":692,"ting":693,"toc":694,"ĠDri":695,"richalcum":696,"gent":697,"atch":698,"ture":699,"kahe":700,"ink":701,"raw":702,"rite":703,"ĠSil":704,"erald":705,"loy":706,"merald":707,"rooder":708,"Zinc":709,"ĠBru":710,"ĠTwine":711,"yl":712,"ĠBran":713,"ithi":714,"ĠDream":715,"ĠTrace":716,"ataly":717,"cu":718,"ade":719,"oot":720,"ĠIron":721,"reen":722,"oil":723,"ithium":724,"ĠJ":725,"ĠCataly":726,"ĠOat":727,"ĠAudio":728,"ĠThread":729,"ving":730,"ĠAn":731,"elfare":732,"mer":733,"earl":734,"ĠOb":735,"Co":736,"ĠAlkahe":737,"ĠFlux":738,"ĠOrichalcum":739,"ĠFa":740,"ĠPre":741,"ill":742,"ĠKe":743,"for":744,"alve":745,"ĠMithril":746,"ĠFeed":747,"rag":748,"grain":749,"ĠEmber":750,"raconic":751,"ne":752,"herm":753,"ft":754,"row":755,"fort":756,"ĠBlock":757,"ath":758,"ĠStraw":759,"ĠPol":760,"ĠShard":761,"ium":762,"van":763,"hate":764,"ament":765,"lar":766,"ĠDu":767,"lin":768,"Al":769,"ĠUdder":770,"Tin":771,"ĠAm":772,"ĠChalk":773,"eb":774,"ĠBrooder":775,"ton":776,"hire":777,"act":778,"ulf":779,"ĠPlan":780,"ugget":781,"gg":782,"ley":783,"ide":784,"ĠArray":785,"em":786,"iver":787,"ayer":788,"ĠDraconic":789,"fl":790,"rea":791,"ĠRea":792,"mix":793,"ern":794,"ĠCorn":795,"ĠMeal":796,"ĠSolution":797,"ig":798,"ĠReagent":799,"ĠSen":800,"ĠTran":801,"ark":802,"ydra":803,"ydration":804,"ĠPremix":805,"ĠCare":806,"ĠTag":807,"ding":808,"ĠEmerald":809,"vlar":810,"ket":811,"rum":812,"ant":813,"ric":814,"ĠMola":815,"rand":816,"ĠAlloy":817,"erie":818,"eet":819,"ery":820,"eaf":821,"ĠRo":822,"ity":823,"idar":824,"eaker":825,"ragon":826,"heet":827,"Pho":828,"ĠCree":829,"net":830,"orgh":831,"orghum":832,"hor":833,"ĠPad":834,"arbon":835,"ĠFilament":836,"enix":837,"ĠWelfare":838,"right":839,"ox":840,"ĠPlate":841,"Ġwa":842,"owl":843,"ĠSa":844,"lend":845,"arm":846,"blue":847,"lover":848,"gla":849,"orting":850,"ĠEn":851,"na":852,"Ġma":853,"AC":854,"ling":855,"lear":856,"ĠCinder":857,"oof":858,"lam":859,"yr":860,"ĠRyegra":861,"ulfur":862,"imer":863,"ĠUnit":864,"ĠWa":865,"ank":866,"me":867,"ute":868,"itch":869,"Di":870,"amer":871,"ĠStri":872,"ĠJack":873,"ĠAudit":874,"ĠStar":875,"ib":876,"ĠRa":877,"ebble":878,"ighting":879,"tocol":880,"ĠProtocol":881,"oxy":882,"air":883,"inum":884,"ica":885,"late":886,"ĠIC":887,"St":888,"ring":889,"Sc":890,"ĠSylvan":891,"ab":892,"itor":893,"ĠQuick":894,"ĠBri":895,"leaf":896,"ĠPearl":897,"co":898,"ĠMan":899,"amera":900,"etoot":901,"luetoot":902,"luetooth":903,"ind":904,"ĠMoon":905,"ĠTimer":906,"ĠDrive":907,"ĠCable":908,"ĠThorn":909,"ĠStrand":910,"ĠSilver":911,"ĠWork":912,"ĠHydration":913,"ĠSalve":914,"tro":915,"ĠDAC":916,"enic":917,"tim":918,"eck":919,"ace":920,"ĠPhoenix":921,"alm":922,"So":923,"Silver":924,"ĠSolar":925,"alli":926,"allium":927,"lect":928,"ection":929,"ĠHub":930,"efl":931,"eflon":932,"ĠSolder":933,"hard":934,"metal":935,"ca":936,"ier":937,"ler":938,"Yea":939,"agement":940,"ĠSli":941,"ymeal":942,"ĠSorting":943,"alth":944,"ĠMe":945,"ĠFaerie":946,"ial":947,"An":948,"tive":949,"Indium":950,"ud":951,"ĠBluetooth":952,"ĠWorkflow":953,"actation":954,"ĠManagement":955,"lay":956,"ĠGold":957,"ĠSoymeal":958,"yrm":959,"cket":960,"ĠArea":961,"ony":962,"ĠDragon":963,"timony":964,"ĠPen":965,"ĠTherm":966,"ĠSilk":967,"Ġd":968,"ĠTarget":969,"dew":970,"ĠGrain":971,"ci":972,"Re":973,"ĠKey":974,"ickel":975,"rin":976,"ĠCamera":977,"otton":978,"iner":979,"ĠSheet":980,"Gra":981,"ating":982,"Gold":983,"ume":984,"Quartz":985,"ealth":986,"ĠPort":987,"ĠBarley":988,"ĠDro":989,"ĠShade":990,"ĠBu":991,"ĠFoil":992,"ffin":993,"ĠSorghum":994,"mm":995,"ĠSet":996,"ĠComfort":997,"ee":998,"fern":999,"cill":1000,"cillator":1001,"olding":1002,"Ch":1003,"work":1004,"uth":1005,"Ġmeal":1006,"linter":1007,"leck":1008,"aline":1009,"ĠGla":1010,"eod":1011,"ymium":1012,"eodymium":1013,"ĠMilk":1014,"Po":1015,"etwork":1016,"andling":1017,"bright":1018,"older":1019,"ĠRec":1020,"agnet":1021,"alg":1022,"ĠRot":1023,"muth":1024,"ibbon":1025,"Ryegra":1026,"ĠBead":1027,"tle":1028,"onitor":1029,"Con":1030,"vi":1031,"witch":1032,"ĠIndium":1033,"elay":1034,"ulti":1035,"chi":1036,"Am":1037,"Ġgel":1038,"gold":1039,"dge":1040,"io":1041,"tein":1042,"ĠSteel":1043,"ucket":1044,"ĠCord":1045,"lectro":1046,"ĠFron":1047,"ĠBeet":1048,"ĠZinc":1049,"ĠBriar":1050,"ĠSulfur":1051,"ĠEx":1052,"ĠHoof":1053,"Ar":1054,"ĠCard":1055,"ĠSocket":1056,"amic":1057,"zz":1058,"ĠClover":1059,"ore":1060,"Ro":1061,"lack":1062,"ule":1063,"ĠFro":1064,"Ke":1065,"tif":1066,"ĠHealth":1067,"ĠMixer":1068,"Ġgrain":1069,"ĠDe":1070,"ull":1071,"ung":1072,"ĠChart":1073,"ĠGrow":1074,"ĠContro":1075,"rink":1076,"algam":1077,"ann":1078,"edding":1079,"ĠDiode":1080,"White":1081,"heat":1082,"Ra":1083,"ĠRout":1084,"ĠTa":1085,"lug":1086,"ane":1087,"ĠBlend":1088,"ĠEgg":1089,"eramic":1090,"ata":1091,"ool":1092,"alving":1093,"tocou":1094,"alfa":1095,"ĠGrowth":1096,"ĠRadi":1097,"oid":1098,"ĠTube":1099,"zing":1100,"aving":1101,"lowfern":1102,"Sh":1103,"ĠSliver":1104,"ĠHeat":1105,"ĠGriffin":1106,"Ġv":1107,"ĠCu":1108,"ax":1109,"ĠTub":1110,"ĠHandling":1111,"rack":1112,"ky":1113,"ĠCrum":1114,"oron":1115,"uminum":1116,"ĠSilage":1117,"int":1118,"ĠDo":1119,"ĠRibbon":1120,"ded":1121,"fire":1122,"ood":1123,"Cobalt":1124,"ĠVe":1125,"face":1126,"ĠBucket":1127,"heart":1128,"Gro":1129,"quor":1130,"Ġliquor":1131,"lex":1132,"ĠKevlar":1133,"green":1134,"ĠWra":1135,"Ġch":1136,"ctive":1137,"Ġchi":1138,"rine":1139,"eter":1140,"lour":1141,"elter":1142,"ĠProb":1143,"Feed":1144,"Ġdu":1145,"ĠPollen":1146,"eliver":1147,"elivery":1148,"ĠStone":1149,"Ġbalm":1150,"ĠGlowfern":1151,"Ġh":1152,"tifier":1153,"Ġa":1154,"ĠStage":1155,"Bi":1156,"falfa":1157,"Steel":1158,"ility":1159,"talgrain":1160,"ĠMot":1161,"Ġcube":1162,"ĠDelivery":1163,"eader":1164,"ĠMagnet":1165,"ang":1166,"ĠSwitch":1167,"ĠEwe":1168,"rit":1169,"lee":1170,"Iron":1171,"icone":1172,"ĠShaving":1173,"nel":1174,"all":1175,"ĠMonitor":1176,"ĠRing":1177,"curial":1178,"ĠRotation":1179,"itri":1180,"Mola":1181,"erd":1182,"Ġj":1183,"rate":1184,"ller":1185,"Ġtray":1186,"rim":1187,"Kevlar":1188,"Pl":1189,"ability":1190,"ĠCell":1191,"ĠBay":1192,"ĠPower":1193,"ĠPack":1194,"ĠDriver":1195,"ps":1196,"icro":1197,"ated":1198,"itter":1199,"ĠMi":1200,"alla":1201,"thorn":1202,"Ġlatch":1203,"ĠBedding":1204,"iotic":1205,"ĠProbiotic":1206,"ĠFence":1207,"ĠCarbon":1208,"Carbon":1209,"lectroly":1210,"oat":1211,"Ġtub":1212,"root":1213,"ĠAir":1214,"ord":1215,"ĠRelay":1216,"hiel":1217,"ĠRectifier":1218,"ĠGallium":1219,"Mithril":1220,"lectrolyte":1221,"lage":1222,"bark":1223,"ĠSu":1224,"ceiver":1225,"Pale":1226,"ĠProtein":1227,"orage":1228,"ĠPlug":1229,"ĠCube":1230,"ercurial":1231,"ĠStation":1232,"cale":1233,"tener":1234,"ven":1235,"ulb":1236,"atter":1237,"form":1238,"ĠPin":1239,"ĠBowl":1240,"ĠShelter":1241,"ĠFlour":1242,"lement":1243,"ari":1244,"urce":1245,"mmet":1246,"ain":1247,"rier":1248,"ĠConn":1249,"Salt":1250,"water":1251,"eather":1252,"Water":1253,"ĠBath":1254,"ĠMulti":1255,"ĠPlume":1256,"led":1257,"ral":1258,"white":1259,"Ġoil":1260,"oly":1261,"tock":1262,"ĠAirflow":1263,"alladium":1264,"Ġmix":1265,"able":1266,"itriol":1267,"ĠCha":1268,"ĠGrazing":1269,"ĠYea":1270,"ĠAmalgam":1271,"lint":1272,"former":1273,"Therm":1274,"Oat":1275,"olvent":1276,"milk":1277,"ĠEnter":1278,"lace":1279,"ĠHaylage":1280,"unk":1281,"Clear":1282,"ĠTeflon":1283,"ĠGrommet":1284,"ulator":1285,"ĠCalving":1286,"elt":1287,"Mo":1288,"ĠSolvent":1289,"Pa":1290,"Ġchart":1291,"ector":1292,"arn":1293,"lean":1294,"Ġlam":1295,"ĠRou":1296,"ener":1297,"lank":1298,"Ġbowl":1299,"ĠRadio":1300,"zzer":1301,"Com":1302,"rateg":1303,"rategy":1304,"loud":1305,"ew":1306,"ctor":1307,"ranule":1308,"hee":1309,"ĠStrategy":1310,"ĠStand":1311,"ĠHolding":1312,"hedule":1313,"ĠSchedule":1314,"ĠCotton":1315,"Corn":1316,"own":1317,"ĠEmbermo":1318,"ĠGa":1319,"ometer":1320,"ance":1321,"ĠWyrm":1322,"ma":1323,"Flux":1324,"oth":1325,"Ġbath":1326,"ĠCrumb":1327,"ction":1328,"tillate":1329,"kernel":1330,"ĠCru":1331,"ive":1332,"hot":1333,"tri":1334,"Cu":1335,"ĠStann":1336,"ĠAntimony":1337,"ĠSilt":1338,"Ġblock":1339,"ĠDrink":1340,"ĠPoli":1341,"ĠSink":1342,"ĠMica":1343,"Milk":1344,"hen":1345,"got":1346,"ĠIngot":1347,"ĠMercurial":1348,"ĠFan":1349,"lexer":1350,"mart":1351,"ĠVari":1352,"horn":1353,"com":1354,"ĠWeight":1355,"Blue":1356,"acer":1357,"ixir":1358,"ĠStarter":1359,"table":1360,"ĠStannic":1361,"cible":1362,"ĠBuzzer":1363,"ĠChute":1364,"acqu":1365,"acquer":1366,"Fine":1367,"ĠQuartzchi":1368,"Teflon":1369,"wood":1370,"Ġnode":1371,"ĠSucce":1372,"ĠHeader":1373,"Ste":1374,"elly":1375,"Gla":1376,"Cry":1377,"ĠRoute":1378,"ock":1379,"attery":1380,"ylon":1381,"Ground":1382,"FE":1383,"dy":1384,"Antimony":1385,"ĠEl":1386,"ĠTray":1387,"Ġfil":1388,"off":1389,"ĠGrid":1390,"ia":1391,"ĠCrucible":1392,"Ġjelly":1393,"quid":1394,"ĠElement":1395,"Pre":1396,"Thermal":1397,"clear":1398,"ĠElectrolyte":1399,"here":1400,"ervo":1401,"Sol":1402,"ĠThermometer":1403,"ĠElixir":1404,"ĠMotor":1405,"ĠPebble":1406,"erf":1407,"Soft":1408,"wa":1409,"igh":1410,"ĠController":1411,"ĠGl":1412,"kn":1413,"ult":1414,"Ġo":1415,"ĠSilicone":1416,"ĠFilm":1417,"ĠPe":1418,"ĠRod":1419,"GA":1420,"Red":1421,"ĠVitriol":1422,"ĠGrove":1423,"ĠID":1424,"dro":1425,"cture":1426,"Ġe":1427,"tac":1428,"utton":1429,"ĠOre":1430,"ĠCool":1431,"line":1432,"ĠPul":1433,"Ob":1434,"Poly":1435,"aring":1436,"amb":1437,"Alfalfa":1438,"ĠCl":1439,"Calf":1440,"ĠMoonleaf":1441,"ror":1442,"irror":1443,"ĠFeather":1444,"cent":1445,"ĠShiel":1446,"imide":1447,"Gallium":1448,"tact":1449,"cell":1450,"Sil":1451,"ĠVeil":1452,"cy":1453,"ĠServo":1454,"hade":1455,"Ġblend":1456,"Beet":1457,"atinum":1458,"ĠBox":1459,"ĠGranule":1460,"ĠMetal":1461,"ĠProgra":1462,"tin":1463,"erflake":1464,"ĠRece":1465,"ĠTraceability":1466,"En":1467,"oard":1468,"ĠCho":1469,"ĠSilverbark":1470,"wing":1471,"rew":1472,"tacle":1473,"Wire":1474,"mitter":1475,"erm":1476,"Cotton":1477,"rown":1478,"ĠThermi":1479,"av":1480,"Star":1481,"ĠFleck":1482,"arb":1483,"ĠInter":1484,"ylinder":1485,"Ġbulb":1486,"ook":1487,"ĠScute":1488,"ract":1489,"ĠProgram":1490,"gem":1491,"ile":1492,"anic":1493,"Sa":1494,"Ġra":1495,"ury":1496,"Screen":1497,"eeder":1498,"Un":1499,"Syl":1500,"reeder":1501,"ĠCeramic":1502,"ĠRoutine":1503,"ĠBlank":1504,"ĠBi":1505,"ice":1506,"ĠStandoff":1507,"mmer":1508,"tann":1509,"Ġal":1510,"Ġdew":1511,"uard":1512,"ĠBattery":1513,"ĠFibergla":1514,"Sorghum":1515,"ĠWatering":1516,"tenna":1517,"board":1518,"Chalk":1519,"Wa":1520,"lime":1521,"oming":1522,"ronze":1523,"uck":1524,"Pri":1525,"ĠGoldthorn":1526,"ĠData":1527,"cobalt":1528,"Audi":1529,"ĠRouting":1530,"ED":1531,"tend":1532,"PT":1533,"blo":1534,"tca":1535,"emory":1536,"Trace":1537,"Coar":1538,"ram":1539,"tice":1540,"comfort":1541,"Clean":1542,"Audio":1543,"vy":1544,"Power":1545,"Boron":1546,"ĠRF":1547,"ĠFrond":1548,"iquid":1549,"Clover":1550,"Mica":1551,"Ġro":1552,"irth":1553,"ĠAetherdew":1554,"ĠCoo":1555,"Ġmilk":1556,"ĠFrontend":1557,"ĠAnode":1558,"ĠShell":1559,"Fiber":1560,"ĠInterface":1561,"ĠEmitter":1562,"veil":1563,"Ġtonic":1564,"ĠAluminum":1565,"ĠCalf":1566,"ĠCoating":1567,"ina":1568,"ĠBody":1569,"Me":1570,"ele":1571,"uric":1572,"ĠBark":1573,"hide":1574,"ĠBank":1575,"rame":1576,"ĠSeed":1577,"ame":1578,"Cree":1579,"ĠHull":1580,"ren":1581,"rick":1582,"fu":1583,"De":1584,"uri":1585,"ĠSource":1586,"leam":1587,"ulation":1588,"tation":1589,"gy":1590,"Ġgrit":1591,"airflow":1592,"rib":1593,"Du":1594,"Ġlye":1595,"hoto":1596,"ĠCylinder":1597,"ĠShred":1598,"Be":1599,"Micro":1600,"Aluminum":1601,"Ġcord":1602,"very":1603,"Th":1604,"Ġoo":1605,"Ġooze":1606,"ĠSte":1607,"ĠAntenna":1608,"Solder":1609,"alytic":1610,"ĠAnalytic":1611,"ĠRail":1612,"ien":1613,"Pla":1614,"Fa":1615,"ary":1616,"erdant":1617,"ini":1618,"ĠMaterial":1619,"unt":1620,"reed":1621,"ĠExt":1622,"Black":1623,"Emerald":1624,"ĠConnector":1625,"calf":1626,"Dra":1627,"Bar":1628,"antal":1629,"antalum":1630,"unar":1631,"Screened":1632,"ha":1633,"dle":1634,"amber":1635,"ĠMemory":1636,"Glow":1637,"ther":1638,"mag":1639,"ĠQuill":1640,"Mineral":1641,"tch":1642,"acial":1643,"ality":1644,"Hea":1645,"moon":1646,"Pro":1647,"ĠSlee":1648,"Ġfleck":1649,"ultry":1650,"lim":1651,"ĠDoe":1652,"ĠWheat":1653,"Ġliner":1654,"Udder":1655,"ĠControl":1656,"Moon":1657,"Ġdra":1658,"ĠChunk":1659,"ĠBoron":1660,"ĠHead":1661,"tar":1662,"cury":1663,"ridge":1664,"odule":1665,"Twine":1666,"ĠExtract":1667,"attice":1668,"feed":1669,"ĠSection":1670,"Palladium":1671,"aw":1672,"Ġfeed":1673,"Dry":1674,"unker":1675,"ĠSmart":1676,"ĠShield":1677,"PTFE":1678,"ĠPla":1679,"ĠCur":1680,"va":1681,"iron":1682,"hone":1683,"con":1684,"cre":1685,"ĠRearing":1686,"ili":1687,"ĠBale":1688,"arlet":1689,"oft":1690,"ductor":1691,"ĠBrine":1692,"Bran":1693,"Ġba":1694,"Barley":1695,"acitor":1696,"Dragon":1697,"til":1698,"ilt":1699,"ĠSun":1700,"High":1701,"warm":1702,"utter":1703,"black":1704,"ortable":1705,"rig":1706,"ign":1707,"afer":1708,"hed":1709,"eg":1710,"ĠQuality":1711,"ineraldro":1712,"ĠDown":1713,"Ġfiber":1714,"ĠStem":1715,"enoid":1716,"tom":1717,"ĠGlacial":1718,"ilience":1719,"ctur":1720,"ĠBreeder":1721,"ĠBit":1722,"Fe":1723,"Ġwra":1724,"hick":1725,"ĠRack":1726,"uckle":1727,"lower":1728,"vet":1729,"ĠBarrier":1730,"Ġth":1731,"Bra":1732,"ewe":1733,"Ġrack":1734,"ĠBunker":1735,"ĠWafer":1736,"Do":1737,"gine":1738,"lated":1739,"Bright":1740,"awn":1741,"Ruby":1742,"vein":1743,"DI":1744,"ĠProce":1745,"Ġrub":1746,"Heat":1747,"olt":1748,"night":1749,"arni":1750,"ount":1751,"if":1752,"uide":1753,"arne":1754,"ĠHarne":1755,"ert":1756,"Ġweight":1757,"ĠInfu":1758,"alcium":1759,"ue":1760,"Ġbrine":1761,"ĠPoly":1762,"Heavy":1763,"tral":1764,"dition":1765,"ĠGrooming":1766,"Sub":1767,"ĠCir":1768,"Tran":1769,"born":1770,"mi":1771,"law":1772,"ĠAd":1773,"ĠEngine":1774,"fat":1775,"lit":1776,"cuit":1777,"light":1778,"Ġrin":1779,"Ceramic":1780,"ĠGrower":1781,"liver":1782,"ĠCircuit":1783,"ĠSleeve":1784,"ottle":1785,"Air":1786,"ĠSolenoid":1787,"ole":1788,"Fire":1789,"Plated":1790,"ĠFound":1791,"ĠFoundation":1792,"Ġflake":1793,"quartz":1794,"Ember":1795,"velo":1796,"ĠMicro":1797,"melt":1798,"ĠImag":1799,"ĠClock":1800,"Pure":1801,"agne":1802,"ĠImager":1803,"Scale":1804,"ĠZ":1805,"icien":1806,"iciency":1807,"az":1808,"Amber":1809,"Ca":1810,"RF":1811,"hine":1812,"ulfuric":1813,"airy":1814,"mote":1815,"Soy":1816,"forge":1817,"ger":1818,"ergy":1819,"Ac":1820,"ĠCooler":1821,"thernet":1822,"urity":1823,"mane":1824,"riar":1825,"Ex":1826,"ĠSlice":1827,"ernel":1828,"Sun":1829,"do":1830,"Flu":1831,"eco":1832,"facet":1833,"Ġkernel":1834,"Tw":1835,"ellow":1836,"ked":1837,"ĠEar":1838,"Pig":1839,"culu":1840,"arrow":1841,"web":1842,"ĠTear":1843,"Ġbale":1844,"arrier":1845,"Ber":1846,"Ġalloy":1847,"ĠEff":1848,"olc":1849,"ĠFern":1850,"tra":1851,"hic":1852,"incture":1853,"axial":1854,"ductive":1855,"ĠPolyimide":1856,"Ġcomfort":1857,"ĠMount":1858,"iew":1859,"ĠMote":1860,"blet":1861,"Green":1862,"gon":1863,"Aether":1864,"iad":1865,"Ġwax":1866,"Sky":1867,"loom":1868,"Panel":1869,"himmer":1870,"Ga":1871,"He":1872,"view":1873,"Ġreview":1874,"gro":1875,"ĠBarb":1876,"rinker":1877,"umber":1878,"Sulfur":1879,"Pel":1880,"ĠCoil":1881,"ĠScrew":1882,"ĠVia":1883,"armth":1884,"ĠAgent":1885,"Dee":1886,"igil":1887,"Cloud":1888,"ĠAlfalfa":1889,"Solar":1890,"titch":1891,"ĠEfficiency":1892,"ĠBall":1893,"hole":1894,"Shee":1895,"rowth":1896,"ĠClam":1897,"hion":1898,"wyrm":1899,"rub":1900,"ĠKernel":1901,"ĠSulfuric":1902,"hell":1903,"eave":1904,"ĠBridge":1905,"dial":1906,"Fro":1907,"Ġrib":1908,"Im":1909,"knot":1910,"ĠPalladium":1911,"ĠSeal":1912,"Quick":1913,"urry":1914,"wax":1915,"vider":1916,"cincture":1917,"cil":1918,"bronze":1919,"ward":1920,"dig":1921,"luc":1922,"oluble":1923,"ĠCloth":1924,"ond":1925,"Plating":1926,"Dri":1927,"erum":1928,"Ġdro":1929,"ĠTung":1930,"ffer":1931,"iri":1932,"ail":1933,"llar":1934,"ĠCurl":1935,"Mix":1936,"Egg":1937,"ĠVerdant":1938,"ĠHerd":1939,"ĠPC":1940,"ĠStorage":1941,"Contact":1942,"Ty":1943,"ĠConnection":1944,"cor":1945,"Stann":1946,"run":1947,"Gem":1948,"Ġcry":1949,"amalgam":1950,"eren":1951,"our":1952,"ĠForage":1953,"intment":1954,"Ġointment":1955,"MS":1956,"diant":1957,"ringe":1958,"illet":1959,"ĠVein":1960,"Unicorn":1961,"achine":1962,"iel":1963,"ĠFlock":1964,"ĠCrumble":1965,"goat":1966,"Whole":1967,"Platinum":1968,"ĠFrame":1969,"Gal":1970,"crown":1971,"flu":1972,"end":1973,"olor":1974,"Ġle":1975,"lade":1976,"diode":1977,"hotodiode":1978,"antle":1979,"ield":1980,"Conductive":1981,"Ġmat":1982,"vated":1983,"ety":1984,"afety":1985,"oc":1986,"agnetic":1987,"tector":1988,"Ġmo":1989,"tand":1990,"oven":1991,"Ġfeeder":1992,"limmer":1993,"tick":1994,"herboard":1995,"wind":1996,"ignal":1997,"bite":1998,"rickle":1999,"ĠDeco":2000,"ĠDecoction":2001,"ĠBalm":2002,"ĠScreen":2003,"Gleam":2004,"roductive":2005,"ĠRotational":2006,"Orichalcum":2007,"of":2008,"ĠJug":2009,"ercury":2010,"ĠHolder":2011,"Tung":2012,"ĠEnergy":2013,"Steam":2014,"Su":2015,"rout":2016,"eleaf":2017,"herd":2018,"Beryl":2019,"Multi":2020,"lamb":2021,"leted":2022,"Wind":2023,"Crim":2024,"ĠY":2025,"Ba":2026,"welfare":2027,"nur":2028,"ĠSyringe":2029,"Bon":2030,"Ġamalgam":2031,"olled":2032,"ĠInk":2033,"ication":2034,"reeding":2035,"ody":2036,"ĠFit":2037,"Cat":2038,"knuckle":2039,"broo":2040,"anit":2041,"ird":2042,"ĠZone":2043,"Ġthread":2044,"Pi":2045,"Ġcrum":2046,"Ġwater":2047,"ewter":2048,"void":2049,"quick":2050,"ĠMachine":2051,"ĠDew":2052,"Tri":2053,"fold":2054,"ki":2055,"ĠFin":2056,"Wyrm":2057,"rain":2058,"Hard":2059,"ĠContact":2060,"Ġgla":2061,"hermo":2062,"Faerie":2063,"Rock":2064,"ĠMotherboard":2065,"Pelleted":2066,"cal":2067,"aft":2068,"my":2069,"anger":2070,"ĠPlating":2071,"Ma":2072,"Fer":2073,"roof":2074,"contro":2075,"Ġcu":2076,"Goat":2077,"ĠEthernet":2078,"Tantalum":2079,"Cinder":2080,"dream":2081,"ĠCondition":2082,"ĠPlatinum":2083,"cloud":2084,"Rolled":2085,"ĠPer":2086,"xial":2087,"ĠPacking":2088,"oam":2089,"ature":2090,"torc":2091,"ĠPi":2092,"ĠCan":2093,"mantle":2094,"cient":2095,"Ġho":2096,"be":2097,"Rot":2098,"Draconic":2099,"Ġno":2100,"Portable":2101,"Pearl":2102,"ramble":2103,"Golden":2104,"ĠPhotodiode":2105,"Silicone":2106,"Poultry":2107,"Grit":2108,"fer":2109,"dragon":2110,"Ġlead":2111,"Ġfilm":2112,"Data":2113,"ĠWarmth":2114,"Cor":2115,"Fl":2116,"traw":2117,"orridge":2118,"acy":2119,"Sna":2120,"Ġgum":2121,"alkahe":2122,"ĠSoC":2123,"oculu":2124,"malt":2125,"Pen":2126,"gulator":2127,"Ġfilament":2128,"SB":2129,"oa":2130,"mor":2131,"ĠFrag":2132,"ĠFragment":2133,"Button":2134,"tage":2135,"range":2136,"oli":2137,"MD":2138,"ĠFla":2139,"Radiant":2140,"Ġrail":2141,"Alloy":2142,"Ġlab":2143,"mineraldro":2144,"ĠPc":2145,"Hal":2146,"controller":2147,"lob":2148,"flare":2149,"Sn":2150,"Solid":2151,"fiber":2152,"Polyimide":2153,"Ġvarni":2154,"Ġac":2155,"tru":2156,"ambing":2157,"Wheat":2158,"ĠRadiator":2159,"inter":2160,"Ġgate":2161,"ĠTwe":2162,"ĠTweeter":2163,"ĠPcb":2164,"ĠBum":2165,"covery":2166,"ĠAda":2167,"utty":2168,"cree":2169,"Stam":2170,"Mirror":2171,"ubber":2172,"ĠCone":2173,"egg":2174,"formance":2175,"Smart":2176,"Face":2177,"hair":2178,"ĠCla":2179,"MI":2180,"trate":2181,"cry":2182,"Draft":2183,"tomer":2184,"tivated":2185,"Ġlabel":2186,"reeze":2187,"ĠBMS":2188,"Kid":2189,"umen":2190,"Whi":2191,"ĠCol":2192,"naiad":2193,"yre":2194,"octur":2195,"octurne":2196,"Bu":2197,"ich":2198,"flock":2199,"arkle":2200,"ĠWind":2201,"maid":2202,"Shiel":2203,"Thin":2204,"nym":2205,"ĠGener":2206,"ĠGenerator":2207,"ĠWeft":2208,"ĠDrinker":2209,"onent":2210,"rotein":2211,"atina":2212,"Sta":2213,"jug":2214,"orner":2215,"oroid":2216,"hyr":2217,"Galvan":2218,"Hoof":2219,"ĠDeck":2220,"ĠCart":2221,"iez":2222,"Ġtrough":2223,"Gate":2224,"ĠDevelo":2225,"bran":2226,"trace":2227,"heen":2228,"ĠPitch":2229,"king":2230,"reath":2231,"ĠButton":2232,"eller":2233,"Fu":2234,"anner":2235,"gl":2236,"ĠPerformance":2237,"racket":2238,"ĠInductor":2239,"ĠRotor":2240,"BGA":2241,"Ġnub":2242,"Ġcon":2243,"ĠPri":2244,"au":2245,"ĠTrack":2246,"lurry":2247,"wi":2248,"Mot":2249,"ĠPinion":2250,"aled":2251,"amin":2252,"verter":2253,"ĠPackage":2254,"ny":2255,"lor":2256,"Dawn":2257,"loat":2258,"ital":2259,"ĠBuffer":2260,"over":2261,"Cable":2262,"ĠBlade":2263,"Ġguard":2264,"ĠPeel":2265,"Mixed":2266,"ĠCooling":2267,"tre":2268,"ĠMicrocontroller":2269,"yru":2270,"jector":2271,"Cool":2272,"ĠTincture":2273,"une":2274,"Alkahe":2275,"MOS":2276,"carlet":2277,"Fence":2278,"kin":2279,"Ġleaf":2280,"gle":2281,"Preci":2282,"ID":2283,"arth":2284,"kid":2285,"rowd":2286,"mirror":2287,"ĠCollar":2288,"Bonding":2289,"Ġgrea":2290,"chalk":2291,"weet":2292,"Char":2293,"Electro":2294,"yro":2295,"molder":2296,"Prin":2297,"loor":2298,"Cho":2299,"olator":2300,"flect":2301,"flector":2302,"yd":2303,"zzle":2304,"honey":2305,"ĠRegulator":2306,"ĠBolt":2307,"Corner":2308,"UV":2309,"ĠStellar":2310,"elect":2311,"Dam":2312,"ĠCoat":2313,"Mini":2314,"Wing":2315,"Cli":2316,"ome":2317,"uting":2318,"chick":2319,"Ad":2320,"ĠRock":2321,"Brooder":2322,"Ġlick":2323,"ĠFu":2324,"tial":2325,"gel":2326,"onator":2327,"brook":2328,"ĠFeeder":2329,"vory":2330,"Ġairflow":2331,"Alley":2332,"Galvanized":2333,"ĠBoo":2334,"Gran":2335,"ixie":2336,"ner":2337,"Warm":2338,"bird":2339,"elen":2340,"trand":2341,"Full":2342,"Key":2343,"wra":2344,"Ġdrink":2345,"tered":2346,"ĠFilter":2347,"Round":2348,"claw":2349,"yc":2350,"Magnetic":2351,"ĠMilking":2352,"arrowing":2353,"rid":2354,"ĠSunroot":2355,"electric":2356,"inner":2357,"ĠDac":2358,"lumber":2359,"Switch":2360,"olcanic":2361,"Inter":2362,"olar":2363,"ĠPig":2364,"riffin":2365,"ĠPeblet":2366,"ĠYarn":2367,"doe":2368,"RT":2369,"Chute":2370,"Dual":2371,"Flow":2372,"tat":2373,"ewel":2374,"TO":2375,"fra":2376,"frared":2377,"Ġlime":2378,"moke":2379,"ju":2380,"Active":2381,"Te":2382,"Ġor":2383,"Tun":2384,"unicorn":2385,"earing":2386,"oltage":2387,"aether":2388,"Shade":2389,"SO":2390,"Ġglo":2391,"Ġcrun":2392,"Ġcrunch":2393,"Or":2394,"anitation":2395,"olation":2396,"oney":2397,"ĠGum":2398,"rumen":2399,"Dairy":2400,"lot":2401,"Ve":2402,"Ag":2403,"ĠFarm":2404,"indle":2405,"Coaxial":2406,"calving":2407,"Thick":2408,"Phoenix":2409,"Tur":2410,"Va":2411,"fferen":2412,"Mid":2413,"tical":2414,"ymer":2415,"Ġflu":2416,"Signal":2417,"Clock":2418,"Ġnote":2419,"oak":2420,"Ġcor":2421,"flower":2422,"acre":2423,"Rubber":2424,"tall":2425,"SI":2426,"Routing":2427,"Crowd":2428,"Ġte":2429,"Ġcinder":2430,"ĠCarrier":2431,"Fil":2432,"iezo":2433,"Ġblue":2434,"ught":2435,"Ġfoil":2436,"Ġva":2437,"ĠDie":2438,"Dream":2439,"ĠBal":2440,"ĠFiling":2441,"Cla":2442,"Yellow":2443,"ĠTantalum":2444,"rood":2445,"Millet":2446,"anging":2447,"ĠRol":2448,"ĠFid":2449,"ĠFiddle":2450,"tencil":2451,"not":2452,"ingle":2453,"ular":2454,"dee":2455,"Ġver":2456,"Rye":2457,"kto":2458,"ided":2459,"inated":2460,"ild":2461,"Ġcoat":2462,"flux":2463,"ĠCli":2464,"ĠPair":2465,"FET":2466,"ĠWindow":2467,"Ancient":2468,"ration":2469,"ĠBund":2470,"ĠBundle":2471,"ĠDoor":2472,"egacy":2473,"hing":2474,"ual":2475,"chanic":2476,"chanical":2477,"ource":2478,"Tube":2479,"Dig":2480,"fleck":2481,"Griffin":2482,"MT":2483,"lume":2484,"Ġwelfare":2485,"grace":2486,"Enca":2487,"ĠGame":2488,"lic":2489,"alog":2490,"loid":2491,"ĠSe":2492,"hrag":2493,"ĠDia":2494,"hragm":2495,"Hydration":2496,"Metal":2497,"lif":2498,"ĠBottle":2499,"oru":2500,"Motor":2501,"Wet":2502,"ĠRecord":2503,"alite":2504,"clo":2505,"Scarlet":2506,"We":2507,"iral":2508,"Ġcrumble":2509,"Glimmer":2510,"ruby":2511,"Ela":2512,"Color":2513,"lame":2514,"no":2515,"El":2516,"Electrolyte":2517,"ĠGlob":2518,"Swing":2519,"lan":2520,"Radial":2521,"edic":2522,"val":2523,"glow":2524,"ike":2525,"Shimmer":2526,"Aut":2527,"ache":2528,"AT":2529,"barb":2530,"cinder":2531,"udder":2532,"Pixie":2533,"Ġne":2534,"grove":2535,"Braided":2536,"ĠWeave":2537,"ĠPatch":2538,"Ġclay":2539,"rator":2540,"briar":2541,"Sylvan":2542,"Under":2543,"Ring":2544,"digo":2545,"ĠTur":2546,"Ġtin":2547,"watch":2548,"elector":2549,"Stencil":2550,"ĠPlane":2551,"meal":2552,"Ġing":2553,"rift":2554,"Ġtea":2555,"bur":2556,"ĠPill":2557,"ĠPillar":2558,"bar":2559,"ĠConductor":2560,"treed":2561,"adar":2562,"ĠClum":2563,"Tem":2564,"Digital":2565,"lood":2566,"Teat":2567,"Ġob":2568,"otro":2569,"Ze":2570,"ĠAut":2571,"uring":2572,"otive":2573,"omotive":2574,"Drake":2575,"brooder":2576,"Ġline":2577,"Ġring":2578,"racked":2579,"brim":2580,"Rice":2581,"iming":2582,"ĠScanner":2583,"ĠShelf":2584,"borne":2585,"Fey":2586,"Fla":2587,"Reader":2588,"coal":2589,"Cow":2590,"ĠMu":2591,"Mi":2592,"erver":2593,"Ġingot":2594,"acro":2595,"Health":2596,"Fluor":2597,"fo":2598,"Az":2599,"Hardener":2600,"Ġbrew":2601,"ĠStra":2602,"Holding":2603,"ĠCrate":2604,"ined":2605,"Mercury":2606,"orich":2607,"Hog":2608,"ĠPetal":2609,"lide":2610,"Ġegg":2611,"ĠChaff":2612,"Ġacce":2613,"Gilt":2614,"Ġjug":2615,"Ġrevi":2616,"Ġrevive":2617,"ĠConverter":2618,"acon":2619,"Woven":2620,"ĠBracket":2621,"Fibergla":2622,"CD":2623,"ramid":2624,"ĠWave":2625,"Cracked":2626,"lattice":2627,"Ġcobalt":2628,"Halo":2629,"Edge":2630,"urge":2631,"ian":2632,"orm":2633,"ideo":2634,"Differen":2635,"grow":2636,"ungu":2637,"trou":2638,"Flat":2639,"FR":2640,"Ġnym":2641,"Cattle":2642,"ĠBand":2643,"roughage":2644,"55":2645,"Calcium":2646,"ructur":2647,"ructural":2648,"ĠBloom":2649,"bine":2650,"Guide":2651,"IC":2652,"inge":2653,"ana":2654,"aded":2655,"ĠMeter":2656,"inle":2657,"ĠPinna":2658,"Bro":2659,"Chick":2660,"ĠBreeding":2661,"centrate":2662,"Ġconcentrate":2663,"calx":2664,"bramble":2665,"Flame":2666,"bowl":2667,"ĠGuard":2668,"Ten":2669,"Welfare":2670,"Fi":2671,"inkle":2672,"richal":2673,"drake":2674,"Si":2675,"Free":2676,"Ġco":2677,"Ġflour":2678,"zed":2679,"Ġration":2680,"obile":2681,"Extru":2682,"Sweet":2683,"ĠHou":2684,"Ġmineraldro":2685,"ba":2686,"arbud":2687,"yal":2688,"erne":2689,"ountain":2690,"laze":2691,"ather":2692,"Mon":2693,"reak":2694,"Pul":2695,"Ribbon":2696,"uge":2697,"arnet":2698,"ĠSoru":2699,"ĠAc":2700,"rill":2701,"Piezo":2702,"Fullfat":2703,"abor":2704,"elevi":2705,"orch":2706,"Ho":2707,"MM":2708,"Verdant":2709,"ĠPreci":2710,"Wave":2711,"ĠPu":2712,"Ġmelt":2713,"Aer":2714,"Single":2715,"ember":2716,"ange":2717,"elet":2718,"Ġled":2719,"Ġledger":2720,"ĠShot":2721,"Flex":2722,"ĠTu":2723,"growth":2724,"Ġdrain":2725,"Dew":2726,"Stri":2727,"Axial":2728,"Fill":2729,"FP":2730,"rime":2731,"Ġdown":2732,"Mount":2733,"ĠOver":2734,"Dielectric":2735,"Ġnur":2736,"Structural":2737,"Brood":2738,"eak":2739,"ondmelt":2740,"Vi":2741,"bow":2742,"dFe":2743,"dFeB":2744,"ucent":2745,"DMI":2746,"ĠPCB":2747,"overy":2748,"ĠRecovery":2749,"Rain":2750,"weave":2751,"bit":2752,"Ph":2753,"mercury":2754,"ĠThermal":2755,"Activated":2756,"dark":2757,"rock":2758,"ĠShielding":2759,"Sorting":2760,"ganic":2761,"Starter":2762,"Rec":2763,"Aramid":2764,"alculator":2765,"ĠStick":2766,"ĠSub":2767,"Ġfluff":2768,"Core":2769,"ĠHo":2770,"ĠPrin":2771,"Flint":2772,"wel":2773,"ĠPutty":2774,"dic":2775,"ĠShe":2776,"ĠSheath":2777,"ĠFeeding":2778,"ĠBalun":2779,"Cro":2780,"back":2781,"Ġtag":2782,"USB":2783,"now":2784,"Milky":2785,"Honey":2786,"ani":2787,"ĠPath":2788,"Rotary":2789,"Ġcorner":2790,"entil":2791,"entilation":2792,"Phot":2793,"Ġcordial":2794,"ĠShi":2795,"ĠSache":2796,"ĠSachet":2797,"Flake":2798,"nth":2799,"traceability":2800,"erman":2801,"hedge":2802,"ĠSoluble":2803,"ummer":2804,"Bearing":2805,"Mic":2806,"ĠSto":2807,"lambing":2808,"Tag":2809,"att":2810,"Ġlog":2811,"ĠRadar":2812,"Camera":2813,"ĠGill":2814,"rey":2815,"olded":2816,"Smo":2817,"glo":2818,"umb":2819,"Cele":2820,"tification":2821,"Ġvitriol":2822,"gn":2823,"ĠSlot":2824,"ĠTurbine":2825,"Macro":2826,"Fre":2827,"dum":2828,"undum":2829,"Facet":2830,"Automotive":2831,"ĠBlower":2832,"oint":2833,"hearth":2834,"rench":2835,"Trough":2836,"hydration":2837,"Silica":2838,"ĠBra":2839,"ĠHood":2840,"Ver":2841,"Timer":2842,"ĠArm":2843,"ĠPoint":2844,"unction":2845,"Stannic":2846,"Ref":2847,"obot":2848,"acred":2849,"Ġbar":2850,"jection":2851,"mid":2852,"ĠChoke":2853,"tu":2854,"Slee":2855,"olcan":2856,"yellow":2857,"vered":2858,"lakeborn":2859,"Ġclear":2860,"ification":2861,"Ġverification":2862,"Sen":2863,"ient":2864,"fence":2865,"talon":2866,"yard":2867,"Play":2868,"key":2869,"char":2870,"ĠDot":2871,"Bedding":2872,"ĠProtector":2873,"azure":2874,"Tiny":2875,"ozzle":2876,"Hay":2877,"readed":2878,"aked":2879,"che":2880,"ori":2881,"Game":2882,"ĠSon":2883,"ĠSlug":2884,"emerald":2885,"Raw":2886,"Thermo":2887,"cellence":2888,"mall":2889,"cute":2890,"ĠKid":2891,"Port":2892,"Rack":2893,"ĠWi":2894,"ula":2895,"Dark":2896,"ĠFrill":2897,"forage":2898,"fro":2899,"annel":2900,"Relay":2901,"ullet":2902,"altic":2903,"lucerne":2904,"ĠSna":2905,"Coin":2906,"Ġta":2907,"gleam":2908,"intered":2909,"AM":2910,"Monitor":2911,"can":2912,"ĠGuide":2913,"Ġr":2914,"ora":2915,"urora":2916,"oofer":2917,"Hem":2918,"by":2919,"Ġdraught":2920,"ĠJunction":2921,"ĠTablet":2922,"Ġewe":2923,"cour":2924,"ĠRind":2925,"digri":2926,"Corral":2927,"Bluetooth":2928,"icon":2929,"iz":2930,"Tank":2931,"onom":2932,"onomy":2933,"Briar":2934,"omn":2935,"Blood":2936,"orber":2937,"Ġink":2938,"ĠRoll":2939,"tite":2940,"health":2941,"Airy":2942,"ĠTuft":2943,"ĠDetector":2944,"ĠBulb":2945,"Ri":2946,"CC":2947,"Shell":2948,"gut":2949,"fe":2950,"Organic":2951,"Synthetic":2952,"Differential":2953,"radle":2954,"SP":2955,"verie":2956,"Ġrind":2957,"Ġtran":2958,"ĠHalite":2959,"ogenic":2960,"ĠFitting":2961,"ecure":2962,"ĠExcellence":2963,"cillo":2964,"ĠAutonomy":2965,"Hearth":2966,"hode":2967,"ĠCad":2968,"dimmer":2969,"grit":2970,"Cam":2971,"Ġnut":2972,"notter":2973,"ĠPolymer":2974,"warden":2975,"Wood":2976,"Ġgranule":2977,"creen":2978,"ineblue":2979,"Ferrite":2980,"Et":2981,"acing":2982,"crete":2983,"Twinkle":2984,"mur":2985,"ched":2986,"otting":2987,"Dragonhide":2988,"ĠFarrowing":2989,"ĠCorner":2990,"Ġrecovery":2991,"Magnet":2992,"ĠDome":2993,"Ewe":2994,"Granular":2995,"Grey":2996,"Shi":2997,"yn":2998,"Diam":2999}
|