2nd Trial Version of GeoBERT
Browse files- config.json +46 -0
- special_tokens_map.json +7 -0
- tf_model.h5 +3 -0
- tokenizer.json +1871 -0
- tokenizer_config.json +15 -0
- vocab.txt +1721 -0
config.json
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "botryan96/GeoBERT",
|
3 |
+
"architectures": [
|
4 |
+
"BertForTokenClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"classifier_dropout": null,
|
8 |
+
"hidden_act": "gelu",
|
9 |
+
"hidden_dropout_prob": 0.1,
|
10 |
+
"hidden_size": 768,
|
11 |
+
"id2label": {
|
12 |
+
"0": "O",
|
13 |
+
"1": "B-GeoTime",
|
14 |
+
"2": "I-GeoTime",
|
15 |
+
"3": "B-GeoLoc",
|
16 |
+
"4": "I-GeoLoc",
|
17 |
+
"5": "B-GeoMeth",
|
18 |
+
"6": "I-GeoMeth",
|
19 |
+
"7": "B-GeoPetro",
|
20 |
+
"8": "I-GeoPetro"
|
21 |
+
},
|
22 |
+
"initializer_range": 0.02,
|
23 |
+
"intermediate_size": 3072,
|
24 |
+
"label2id": {
|
25 |
+
"B-GeoLoc": "3",
|
26 |
+
"B-GeoMeth": "5",
|
27 |
+
"B-GeoPetro": "7",
|
28 |
+
"B-GeoTime": "1",
|
29 |
+
"I-GeoLoc": "4",
|
30 |
+
"I-GeoMeth": "6",
|
31 |
+
"I-GeoPetro": "8",
|
32 |
+
"I-GeoTime": "2",
|
33 |
+
"O": "0"
|
34 |
+
},
|
35 |
+
"layer_norm_eps": 1e-12,
|
36 |
+
"max_position_embeddings": 512,
|
37 |
+
"model_type": "bert",
|
38 |
+
"num_attention_heads": 12,
|
39 |
+
"num_hidden_layers": 12,
|
40 |
+
"pad_token_id": 0,
|
41 |
+
"position_embedding_type": "absolute",
|
42 |
+
"transformers_version": "4.22.1",
|
43 |
+
"type_vocab_size": 2,
|
44 |
+
"use_cache": true,
|
45 |
+
"vocab_size": 31090
|
46 |
+
}
|
special_tokens_map.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cls_token": "[CLS]",
|
3 |
+
"mask_token": "[MASK]",
|
4 |
+
"pad_token": "[PAD]",
|
5 |
+
"sep_token": "[SEP]",
|
6 |
+
"unk_token": "[UNK]"
|
7 |
+
}
|
tf_model.h5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6b6656e0d0efa409013ab9fe04defad607aaa1e9d039ebdad28809bbf786bebc
|
3 |
+
size 437612588
|
tokenizer.json
ADDED
@@ -0,0 +1,1871 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"version": "1.0",
|
3 |
+
"truncation": null,
|
4 |
+
"padding": null,
|
5 |
+
"added_tokens": [
|
6 |
+
{
|
7 |
+
"id": 0,
|
8 |
+
"content": "[PAD]",
|
9 |
+
"single_word": false,
|
10 |
+
"lstrip": false,
|
11 |
+
"rstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"special": true
|
14 |
+
},
|
15 |
+
{
|
16 |
+
"id": 1,
|
17 |
+
"content": "[UNK]",
|
18 |
+
"single_word": false,
|
19 |
+
"lstrip": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"normalized": false,
|
22 |
+
"special": true
|
23 |
+
},
|
24 |
+
{
|
25 |
+
"id": 2,
|
26 |
+
"content": "[CLS]",
|
27 |
+
"single_word": false,
|
28 |
+
"lstrip": false,
|
29 |
+
"rstrip": false,
|
30 |
+
"normalized": false,
|
31 |
+
"special": true
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"id": 3,
|
35 |
+
"content": "[SEP]",
|
36 |
+
"single_word": false,
|
37 |
+
"lstrip": false,
|
38 |
+
"rstrip": false,
|
39 |
+
"normalized": false,
|
40 |
+
"special": true
|
41 |
+
},
|
42 |
+
{
|
43 |
+
"id": 4,
|
44 |
+
"content": "[MASK]",
|
45 |
+
"single_word": false,
|
46 |
+
"lstrip": false,
|
47 |
+
"rstrip": false,
|
48 |
+
"normalized": false,
|
49 |
+
"special": true
|
50 |
+
}
|
51 |
+
],
|
52 |
+
"normalizer": {
|
53 |
+
"type": "BertNormalizer",
|
54 |
+
"clean_text": true,
|
55 |
+
"handle_chinese_chars": true,
|
56 |
+
"strip_accents": null,
|
57 |
+
"lowercase": true
|
58 |
+
},
|
59 |
+
"pre_tokenizer": {
|
60 |
+
"type": "BertPreTokenizer"
|
61 |
+
},
|
62 |
+
"post_processor": {
|
63 |
+
"type": "TemplateProcessing",
|
64 |
+
"single": [
|
65 |
+
{
|
66 |
+
"SpecialToken": {
|
67 |
+
"id": "[CLS]",
|
68 |
+
"type_id": 0
|
69 |
+
}
|
70 |
+
},
|
71 |
+
{
|
72 |
+
"Sequence": {
|
73 |
+
"id": "A",
|
74 |
+
"type_id": 0
|
75 |
+
}
|
76 |
+
},
|
77 |
+
{
|
78 |
+
"SpecialToken": {
|
79 |
+
"id": "[SEP]",
|
80 |
+
"type_id": 0
|
81 |
+
}
|
82 |
+
}
|
83 |
+
],
|
84 |
+
"pair": [
|
85 |
+
{
|
86 |
+
"SpecialToken": {
|
87 |
+
"id": "[CLS]",
|
88 |
+
"type_id": 0
|
89 |
+
}
|
90 |
+
},
|
91 |
+
{
|
92 |
+
"Sequence": {
|
93 |
+
"id": "A",
|
94 |
+
"type_id": 0
|
95 |
+
}
|
96 |
+
},
|
97 |
+
{
|
98 |
+
"SpecialToken": {
|
99 |
+
"id": "[SEP]",
|
100 |
+
"type_id": 0
|
101 |
+
}
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"Sequence": {
|
105 |
+
"id": "B",
|
106 |
+
"type_id": 1
|
107 |
+
}
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"SpecialToken": {
|
111 |
+
"id": "[SEP]",
|
112 |
+
"type_id": 1
|
113 |
+
}
|
114 |
+
}
|
115 |
+
],
|
116 |
+
"special_tokens": {
|
117 |
+
"[CLS]": {
|
118 |
+
"id": "[CLS]",
|
119 |
+
"ids": [
|
120 |
+
2
|
121 |
+
],
|
122 |
+
"tokens": [
|
123 |
+
"[CLS]"
|
124 |
+
]
|
125 |
+
},
|
126 |
+
"[SEP]": {
|
127 |
+
"id": "[SEP]",
|
128 |
+
"ids": [
|
129 |
+
3
|
130 |
+
],
|
131 |
+
"tokens": [
|
132 |
+
"[SEP]"
|
133 |
+
]
|
134 |
+
}
|
135 |
+
}
|
136 |
+
},
|
137 |
+
"decoder": {
|
138 |
+
"type": "WordPiece",
|
139 |
+
"prefix": "##",
|
140 |
+
"cleanup": true
|
141 |
+
},
|
142 |
+
"model": {
|
143 |
+
"type": "WordPiece",
|
144 |
+
"unk_token": "[UNK]",
|
145 |
+
"continuing_subword_prefix": "##",
|
146 |
+
"max_input_chars_per_word": 100,
|
147 |
+
"vocab": {
|
148 |
+
"[PAD]": 0,
|
149 |
+
"[UNK]": 1,
|
150 |
+
"[CLS]": 2,
|
151 |
+
"[SEP]": 3,
|
152 |
+
"[MASK]": 4,
|
153 |
+
"'": 5,
|
154 |
+
"(": 6,
|
155 |
+
",": 7,
|
156 |
+
"-": 8,
|
157 |
+
".": 9,
|
158 |
+
"0": 10,
|
159 |
+
"1": 11,
|
160 |
+
"2": 12,
|
161 |
+
"3": 13,
|
162 |
+
"4": 14,
|
163 |
+
"5": 15,
|
164 |
+
"6": 16,
|
165 |
+
"7": 17,
|
166 |
+
"8": 18,
|
167 |
+
"a": 19,
|
168 |
+
"b": 20,
|
169 |
+
"c": 21,
|
170 |
+
"d": 22,
|
171 |
+
"e": 23,
|
172 |
+
"f": 24,
|
173 |
+
"g": 25,
|
174 |
+
"h": 26,
|
175 |
+
"i": 27,
|
176 |
+
"j": 28,
|
177 |
+
"k": 29,
|
178 |
+
"l": 30,
|
179 |
+
"m": 31,
|
180 |
+
"n": 32,
|
181 |
+
"o": 33,
|
182 |
+
"p": 34,
|
183 |
+
"q": 35,
|
184 |
+
"r": 36,
|
185 |
+
"s": 37,
|
186 |
+
"t": 38,
|
187 |
+
"u": 39,
|
188 |
+
"v": 40,
|
189 |
+
"w": 41,
|
190 |
+
"x": 42,
|
191 |
+
"y": 43,
|
192 |
+
"z": 44,
|
193 |
+
"–": 45,
|
194 |
+
"##e": 46,
|
195 |
+
"##f": 47,
|
196 |
+
"##o": 48,
|
197 |
+
"##r": 49,
|
198 |
+
"##m": 50,
|
199 |
+
"##a": 51,
|
200 |
+
"##t": 52,
|
201 |
+
"##i": 53,
|
202 |
+
"##n": 54,
|
203 |
+
"##l": 55,
|
204 |
+
"##s": 56,
|
205 |
+
"##d": 57,
|
206 |
+
"##h": 58,
|
207 |
+
"##y": 59,
|
208 |
+
"##w": 60,
|
209 |
+
"##v": 61,
|
210 |
+
"##g": 62,
|
211 |
+
"##c": 63,
|
212 |
+
"##u": 64,
|
213 |
+
"##k": 65,
|
214 |
+
"##z": 66,
|
215 |
+
"##b": 67,
|
216 |
+
"##p": 68,
|
217 |
+
"##x": 69,
|
218 |
+
"##5": 70,
|
219 |
+
"##0": 71,
|
220 |
+
"##3": 72,
|
221 |
+
"##j": 73,
|
222 |
+
"##7": 74,
|
223 |
+
"##q": 75,
|
224 |
+
"##6": 76,
|
225 |
+
"##he": 77,
|
226 |
+
"##on": 78,
|
227 |
+
"the": 79,
|
228 |
+
"##re": 80,
|
229 |
+
"##at": 81,
|
230 |
+
"##ic": 82,
|
231 |
+
"##er": 83,
|
232 |
+
"##an": 84,
|
233 |
+
"##es": 85,
|
234 |
+
"##it": 86,
|
235 |
+
"of": 87,
|
236 |
+
"##al": 88,
|
237 |
+
"##ar": 89,
|
238 |
+
"##nd": 90,
|
239 |
+
"##os": 91,
|
240 |
+
"##en": 92,
|
241 |
+
"##in": 93,
|
242 |
+
"##ion": 94,
|
243 |
+
"##st": 95,
|
244 |
+
"##ed": 96,
|
245 |
+
"and": 97,
|
246 |
+
"##ro": 98,
|
247 |
+
"##phe": 99,
|
248 |
+
"##ith": 100,
|
249 |
+
"##osphe": 101,
|
250 |
+
"##ct": 102,
|
251 |
+
"##el": 103,
|
252 |
+
"##or": 104,
|
253 |
+
"cr": 105,
|
254 |
+
"in": 106,
|
255 |
+
"lith": 107,
|
256 |
+
"con": 108,
|
257 |
+
"lithosphe": 109,
|
258 |
+
"is": 110,
|
259 |
+
"##le": 111,
|
260 |
+
"##ent": 112,
|
261 |
+
"th": 113,
|
262 |
+
"##eo": 114,
|
263 |
+
"##as": 115,
|
264 |
+
"##aton": 116,
|
265 |
+
"##is": 117,
|
266 |
+
"craton": 118,
|
267 |
+
"##ve": 119,
|
268 |
+
"##ing": 120,
|
269 |
+
"re": 121,
|
270 |
+
"to": 122,
|
271 |
+
"##mp": 123,
|
272 |
+
"##ation": 124,
|
273 |
+
"##ant": 125,
|
274 |
+
"##ol": 126,
|
275 |
+
"it": 127,
|
276 |
+
"pro": 128,
|
277 |
+
"##ical": 129,
|
278 |
+
"##ou": 130,
|
279 |
+
"##id": 131,
|
280 |
+
"##ric": 132,
|
281 |
+
"##the": 133,
|
282 |
+
"lithosphere": 134,
|
283 |
+
"are": 135,
|
284 |
+
"##che": 136,
|
285 |
+
"##ther": 137,
|
286 |
+
"su": 138,
|
287 |
+
"gr": 139,
|
288 |
+
"geo": 140,
|
289 |
+
"mant": 141,
|
290 |
+
"##ow": 142,
|
291 |
+
"##if": 143,
|
292 |
+
"##ess": 144,
|
293 |
+
"lithospheric": 145,
|
294 |
+
"mantle": 146,
|
295 |
+
"by": 147,
|
296 |
+
"##am": 148,
|
297 |
+
"##ly": 149,
|
298 |
+
"##chean": 150,
|
299 |
+
"fro": 151,
|
300 |
+
"##og": 152,
|
301 |
+
"##ts": 153,
|
302 |
+
"##ies": 154,
|
303 |
+
"##ure": 155,
|
304 |
+
"from": 156,
|
305 |
+
"##th": 157,
|
306 |
+
"##il": 158,
|
307 |
+
"bel": 159,
|
308 |
+
"te": 160,
|
309 |
+
"##et": 161,
|
310 |
+
"##om": 162,
|
311 |
+
"##ad": 163,
|
312 |
+
"##ig": 164,
|
313 |
+
"##eral": 165,
|
314 |
+
"##cti": 166,
|
315 |
+
"##ec": 167,
|
316 |
+
"##ist": 168,
|
317 |
+
"cont": 169,
|
318 |
+
"co": 170,
|
319 |
+
"for": 171,
|
320 |
+
"ma": 172,
|
321 |
+
"##hen": 173,
|
322 |
+
"##est": 174,
|
323 |
+
"##ite": 175,
|
324 |
+
"gran": 176,
|
325 |
+
"st": 177,
|
326 |
+
"##ev": 178,
|
327 |
+
"##ere": 179,
|
328 |
+
"##od": 180,
|
329 |
+
"##ab": 181,
|
330 |
+
"as": 182,
|
331 |
+
"ev": 183,
|
332 |
+
"neo": 184,
|
333 |
+
"##oc": 185,
|
334 |
+
"##han": 186,
|
335 |
+
"##cess": 187,
|
336 |
+
"##ur": 188,
|
337 |
+
"##ust": 189,
|
338 |
+
"##per": 190,
|
339 |
+
"##ate": 191,
|
340 |
+
"##ich": 192,
|
341 |
+
"##osit": 193,
|
342 |
+
"##ction": 194,
|
343 |
+
"crust": 195,
|
344 |
+
"conve": 196,
|
345 |
+
"that": 197,
|
346 |
+
"##ogical": 198,
|
347 |
+
"contin": 199,
|
348 |
+
"ast": 200,
|
349 |
+
"ex": 201,
|
350 |
+
"ear": 202,
|
351 |
+
"ind": 203,
|
352 |
+
"par": 204,
|
353 |
+
"##ter": 205,
|
354 |
+
"##dc": 206,
|
355 |
+
"##ce": 207,
|
356 |
+
"##one": 208,
|
357 |
+
"##archean": 209,
|
358 |
+
"##ens": 210,
|
359 |
+
"##ism": 211,
|
360 |
+
"process": 212,
|
361 |
+
"##henosphe": 213,
|
362 |
+
"asthenosphe": 214,
|
363 |
+
"sou": 215,
|
364 |
+
"##ot": 216,
|
365 |
+
"##se": 217,
|
366 |
+
"##war": 218,
|
367 |
+
"##gm": 219,
|
368 |
+
"cratons": 220,
|
369 |
+
"continent": 221,
|
370 |
+
"asthenosphere": 222,
|
371 |
+
"an": 223,
|
372 |
+
"low": 224,
|
373 |
+
"pre": 225,
|
374 |
+
"wh": 226,
|
375 |
+
"##ep": 227,
|
376 |
+
"##oz": 228,
|
377 |
+
"##oic": 229,
|
378 |
+
"##har": 230,
|
379 |
+
"##ud": 231,
|
380 |
+
"##ick": 232,
|
381 |
+
"thick": 233,
|
382 |
+
"##ctive": 234,
|
383 |
+
"comp": 235,
|
384 |
+
"which": 236,
|
385 |
+
"##ozoic": 237,
|
386 |
+
"at": 238,
|
387 |
+
"bas": 239,
|
388 |
+
"dif": 240,
|
389 |
+
"dhar": 241,
|
390 |
+
"er": 242,
|
391 |
+
"gre": 243,
|
392 |
+
"or": 244,
|
393 |
+
"pl": 245,
|
394 |
+
"with": 246,
|
395 |
+
"##eat": 247,
|
396 |
+
"##fere": 248,
|
397 |
+
"##ov": 249,
|
398 |
+
"##mal": 250,
|
399 |
+
"##nt": 251,
|
400 |
+
"##hi": 252,
|
401 |
+
"##ul": 253,
|
402 |
+
"##uction": 254,
|
403 |
+
"##ature": 255,
|
404 |
+
"##eri": 256,
|
405 |
+
"##erature": 257,
|
406 |
+
"##osion": 258,
|
407 |
+
"##ins": 259,
|
408 |
+
"##cton": 260,
|
409 |
+
"##isc": 261,
|
410 |
+
"##mperature": 262,
|
411 |
+
"temperature": 263,
|
412 |
+
"neoarchean": 264,
|
413 |
+
"differe": 265,
|
414 |
+
"dharwar": 266,
|
415 |
+
"erosion": 267,
|
416 |
+
"ar": 268,
|
417 |
+
"imp": 269,
|
418 |
+
"on": 270,
|
419 |
+
"und": 271,
|
420 |
+
"we": 272,
|
421 |
+
"##ew": 273,
|
422 |
+
"##fer": 274,
|
423 |
+
"##mov": 275,
|
424 |
+
"##ay": 276,
|
425 |
+
"##ia": 277,
|
426 |
+
"##ness": 278,
|
427 |
+
"##um": 279,
|
428 |
+
"##us": 280,
|
429 |
+
"##ication": 281,
|
430 |
+
"##ary": 282,
|
431 |
+
"##enst": 283,
|
432 |
+
"##ely": 284,
|
433 |
+
"cons": 285,
|
434 |
+
"remov": 286,
|
435 |
+
"##thern": 287,
|
436 |
+
"sub": 288,
|
437 |
+
"geol": 289,
|
438 |
+
"belts": 290,
|
439 |
+
"tecton": 291,
|
440 |
+
"magm": 292,
|
441 |
+
"##ock": 293,
|
442 |
+
"part": 294,
|
443 |
+
"##terozoic": 295,
|
444 |
+
"greenst": 296,
|
445 |
+
"archean": 297,
|
446 |
+
"under": 298,
|
447 |
+
"greenstone": 299,
|
448 |
+
"al": 300,
|
449 |
+
"dest": 301,
|
450 |
+
"ga": 302,
|
451 |
+
"ke": 303,
|
452 |
+
"mo": 304,
|
453 |
+
"other": 305,
|
454 |
+
"rel": 306,
|
455 |
+
"sc": 307,
|
456 |
+
"sev": 308,
|
457 |
+
"tr": 309,
|
458 |
+
"up": 310,
|
459 |
+
"var": 311,
|
460 |
+
"visc": 312,
|
461 |
+
"wdc": 313,
|
462 |
+
"##ra": 314,
|
463 |
+
"##ac": 315,
|
464 |
+
"##tion": 316,
|
465 |
+
"##ties": 317,
|
466 |
+
"##hy": 318,
|
467 |
+
"##ved": 319,
|
468 |
+
"##cre": 320,
|
469 |
+
"##ong": 321,
|
470 |
+
"##atic": 322,
|
471 |
+
"##and": 323,
|
472 |
+
"##ally": 324,
|
473 |
+
"int": 325,
|
474 |
+
"##ents": 326,
|
475 |
+
"proper": 327,
|
476 |
+
"##ctiv": 328,
|
477 |
+
"granul": 329,
|
478 |
+
"stud": 330,
|
479 |
+
"evol": 331,
|
480 |
+
"##osition": 332,
|
481 |
+
"convective": 333,
|
482 |
+
"earth": 334,
|
483 |
+
"india": 335,
|
484 |
+
"southern": 336,
|
485 |
+
"continental": 337,
|
486 |
+
"lower": 338,
|
487 |
+
"thickness": 339,
|
488 |
+
"different": 340,
|
489 |
+
"geological": 341,
|
490 |
+
"tectonic": 342,
|
491 |
+
"##ocks": 343,
|
492 |
+
"keel": 344,
|
493 |
+
"several": 345,
|
494 |
+
"properties": 346,
|
495 |
+
"bou": 347,
|
496 |
+
"gen": 348,
|
497 |
+
"late": 349,
|
498 |
+
"met": 350,
|
499 |
+
"mec": 351,
|
500 |
+
"nor": 352,
|
501 |
+
"she": 353,
|
502 |
+
"som": 354,
|
503 |
+
"ter": 355,
|
504 |
+
"##ri": 356,
|
505 |
+
"##ak": 357,
|
506 |
+
"##ast": 358,
|
507 |
+
"##ted": 359,
|
508 |
+
"##im": 360,
|
509 |
+
"##vid": 361,
|
510 |
+
"##ge": 362,
|
511 |
+
"##ges": 363,
|
512 |
+
"##pro": 364,
|
513 |
+
"ther": 365,
|
514 |
+
"##ated": 366,
|
515 |
+
"##ity": 367,
|
516 |
+
"##arg": 368,
|
517 |
+
"##ndary": 369,
|
518 |
+
"##stand": 370,
|
519 |
+
"##ory": 371,
|
520 |
+
"this": 372,
|
521 |
+
"its": 373,
|
522 |
+
"##ification": 374,
|
523 |
+
"form": 375,
|
524 |
+
"composition": 376,
|
525 |
+
"##hib": 377,
|
526 |
+
"weak": 378,
|
527 |
+
"understand": 379,
|
528 |
+
"vari": 380,
|
529 |
+
"granulite": 381,
|
530 |
+
"boundary": 382,
|
531 |
+
"mechan": 383,
|
532 |
+
"shear": 384,
|
533 |
+
"some": 385,
|
534 |
+
"##proterozoic": 386,
|
535 |
+
"ac": 387,
|
536 |
+
"bu": 388,
|
537 |
+
"ben": 389,
|
538 |
+
"can": 390,
|
539 |
+
"du": 391,
|
540 |
+
"dec": 392,
|
541 |
+
"dens": 393,
|
542 |
+
"edc": 394,
|
543 |
+
"fig": 395,
|
544 |
+
"hig": 396,
|
545 |
+
"hist": 397,
|
546 |
+
"lay": 398,
|
547 |
+
"mod": 399,
|
548 |
+
"peri": 400,
|
549 |
+
"ro": 401,
|
550 |
+
"rhe": 402,
|
551 |
+
"wid": 403,
|
552 |
+
"##iz": 404,
|
553 |
+
"##ive": 405,
|
554 |
+
"##sical": 406,
|
555 |
+
"##duction": 407,
|
556 |
+
"##ces": 408,
|
557 |
+
"##ates": 409,
|
558 |
+
"##ern": 410,
|
559 |
+
"##ans": 411,
|
560 |
+
"##ites": 412,
|
561 |
+
"##ost": 413,
|
562 |
+
"##ell": 414,
|
563 |
+
"##ort": 415,
|
564 |
+
"##ork": 416,
|
565 |
+
"cratonic": 417,
|
566 |
+
"rec": 418,
|
567 |
+
"sug": 419,
|
568 |
+
"grad": 420,
|
569 |
+
"##ogy": 421,
|
570 |
+
"##ists": 422,
|
571 |
+
"##able": 423,
|
572 |
+
"##osity": 424,
|
573 |
+
"exhib": 425,
|
574 |
+
"processes": 426,
|
575 |
+
"pres": 427,
|
576 |
+
"##eath": 428,
|
577 |
+
"import": 429,
|
578 |
+
"consists": 430,
|
579 |
+
"removal": 431,
|
580 |
+
"viscosity": 432,
|
581 |
+
"into": 433,
|
582 |
+
"north": 434,
|
583 |
+
"mechanism": 435,
|
584 |
+
"beneath": 436,
|
585 |
+
"due": 437,
|
586 |
+
"figure": 438,
|
587 |
+
"high": 439,
|
588 |
+
"history": 440,
|
589 |
+
"layer": 441,
|
590 |
+
"modification": 442,
|
591 |
+
"period": 443,
|
592 |
+
"rheol": 444,
|
593 |
+
"exhibit": 445,
|
594 |
+
"am": 446,
|
595 |
+
"be": 447,
|
596 |
+
"bl": 448,
|
597 |
+
"bec": 449,
|
598 |
+
"col": 450,
|
599 |
+
"chan": 451,
|
600 |
+
"di": 452,
|
601 |
+
"dy": 453,
|
602 |
+
"dep": 454,
|
603 |
+
"east": 455,
|
604 |
+
"heat": 456,
|
605 |
+
"li": 457,
|
606 |
+
"man": 458,
|
607 |
+
"mes": 459,
|
608 |
+
"marg": 460,
|
609 |
+
"oce": 461,
|
610 |
+
"rocks": 462,
|
611 |
+
"sg": 463,
|
612 |
+
"sep": 464,
|
613 |
+
"was": 465,
|
614 |
+
"zon": 466,
|
615 |
+
"zone": 467,
|
616 |
+
"##fic": 468,
|
617 |
+
"##ration": 469,
|
618 |
+
"##ruction": 470,
|
619 |
+
"##mical": 471,
|
620 |
+
"##most": 472,
|
621 |
+
"##ave": 473,
|
622 |
+
"##iev": 474,
|
623 |
+
"##nam": 475,
|
624 |
+
"##lm": 476,
|
625 |
+
"##ho": 477,
|
626 |
+
"##gest": 478,
|
627 |
+
"##und": 479,
|
628 |
+
"##ution": 480,
|
629 |
+
"##by": 481,
|
630 |
+
"##pre": 482,
|
631 |
+
"##qu": 483,
|
632 |
+
"##here": 484,
|
633 |
+
"there": 485,
|
634 |
+
"##ics": 486,
|
635 |
+
"##ass": 487,
|
636 |
+
"refer": 488,
|
637 |
+
"provid": 489,
|
638 |
+
"geod": 490,
|
639 |
+
"##ill": 491,
|
640 |
+
"below": 492,
|
641 |
+
"believ": 493,
|
642 |
+
"mafic": 494,
|
643 |
+
"granite": 495,
|
644 |
+
"str": 496,
|
645 |
+
"##ered": 497,
|
646 |
+
"neoproterozoic": 498,
|
647 |
+
"crustal": 499,
|
648 |
+
"parts": 500,
|
649 |
+
"plum": 501,
|
650 |
+
"destruction": 502,
|
651 |
+
"moho": 503,
|
652 |
+
"sclm": 504,
|
653 |
+
"trans": 505,
|
654 |
+
"##hysical": 506,
|
655 |
+
"##ctively": 507,
|
656 |
+
"studies": 508,
|
657 |
+
"evolution": 509,
|
658 |
+
"general": 510,
|
659 |
+
"terra": 511,
|
660 |
+
"accre": 512,
|
661 |
+
"recent": 513,
|
662 |
+
"suggest": 514,
|
663 |
+
"important": 515,
|
664 |
+
"deple": 516,
|
665 |
+
"lik": 517,
|
666 |
+
"many": 518,
|
667 |
+
"meso": 519,
|
668 |
+
"sgt": 520,
|
669 |
+
"separ": 521,
|
670 |
+
"zones": 522,
|
671 |
+
"thereby": 523,
|
672 |
+
"believed": 524,
|
673 |
+
"plume": 525,
|
674 |
+
"ad": 526,
|
675 |
+
"activ": 527,
|
676 |
+
"bet": 528,
|
677 |
+
"ch": 529,
|
678 |
+
"che": 530,
|
679 |
+
"de": 531,
|
680 |
+
"dat": 532,
|
681 |
+
"det": 533,
|
682 |
+
"dur": 534,
|
683 |
+
"fur": 535,
|
684 |
+
"few": 536,
|
685 |
+
"fac": 537,
|
686 |
+
"gl": 538,
|
687 |
+
"how": 539,
|
688 |
+
"km": 540,
|
689 |
+
"ka": 541,
|
690 |
+
"le": 542,
|
691 |
+
"lab": 543,
|
692 |
+
"loc": 544,
|
693 |
+
"mat": 545,
|
694 |
+
"min": 546,
|
695 |
+
"ov": 547,
|
696 |
+
"rig": 548,
|
697 |
+
"rich": 549,
|
698 |
+
"so": 550,
|
699 |
+
"sh": 551,
|
700 |
+
"smal": 552,
|
701 |
+
"when": 553,
|
702 |
+
"where": 554,
|
703 |
+
"will": 555,
|
704 |
+
"##em": 556,
|
705 |
+
"##een": 557,
|
706 |
+
"##ft": 558,
|
707 |
+
"##fle": 559,
|
708 |
+
"##oy": 560,
|
709 |
+
"##ob": 561,
|
710 |
+
"##mom": 562,
|
711 |
+
"##av": 563,
|
712 |
+
"##au": 564,
|
713 |
+
"##ap": 565,
|
714 |
+
"##act": 566,
|
715 |
+
"##ail": 567,
|
716 |
+
"##agm": 568,
|
717 |
+
"##iv": 569,
|
718 |
+
"##ior": 570,
|
719 |
+
"##ld": 571,
|
720 |
+
"##led": 572,
|
721 |
+
"##sed": 573,
|
722 |
+
"##yp": 574,
|
723 |
+
"##ynam": 575,
|
724 |
+
"##work": 576,
|
725 |
+
"##ween": 577,
|
726 |
+
"##vent": 578,
|
727 |
+
"##gh": 579,
|
728 |
+
"##ci": 580,
|
729 |
+
"##ch": 581,
|
730 |
+
"##can": 582,
|
731 |
+
"##uct": 583,
|
732 |
+
"##kes": 584,
|
733 |
+
"##ph": 585,
|
734 |
+
"##50": 586,
|
735 |
+
"these": 587,
|
736 |
+
"##red": 588,
|
737 |
+
"##espre": 589,
|
738 |
+
"##ities": 590,
|
739 |
+
"##ale": 591,
|
740 |
+
"##nding": 592,
|
741 |
+
"##osed": 593,
|
742 |
+
"##ine": 594,
|
743 |
+
"##ions": 595,
|
744 |
+
"##ional": 596,
|
745 |
+
"##orph": 597,
|
746 |
+
"incre": 598,
|
747 |
+
"cond": 599,
|
748 |
+
"than": 600,
|
749 |
+
"##asom": 601,
|
750 |
+
"rework": 602,
|
751 |
+
"##ous": 603,
|
752 |
+
"##chem": 604,
|
753 |
+
"sur": 605,
|
754 |
+
"##amb": 606,
|
755 |
+
"##amorph": 607,
|
756 |
+
"##iliz": 608,
|
757 |
+
"granites": 609,
|
758 |
+
"stable": 610,
|
759 |
+
"events": 611,
|
760 |
+
"convection": 612,
|
761 |
+
"earl": 613,
|
762 |
+
"south": 614,
|
763 |
+
"##sequ": 615,
|
764 |
+
"continents": 616,
|
765 |
+
"base": 617,
|
766 |
+
"plate": 618,
|
767 |
+
"##erial": 619,
|
768 |
+
"temperatures": 620,
|
769 |
+
"one": 621,
|
770 |
+
"consid": 622,
|
771 |
+
"subduction": 623,
|
772 |
+
"magma": 624,
|
773 |
+
"scale": 625,
|
774 |
+
"upper": 626,
|
775 |
+
"study": 627,
|
776 |
+
"evolved": 628,
|
777 |
+
"keels": 629,
|
778 |
+
"metasom": 630,
|
779 |
+
"metamorph": 631,
|
780 |
+
"thermal": 632,
|
781 |
+
"thermom": 633,
|
782 |
+
"formed": 634,
|
783 |
+
"weaken": 635,
|
784 |
+
"buoy": 636,
|
785 |
+
"density": 637,
|
786 |
+
"root": 638,
|
787 |
+
"widespre": 639,
|
788 |
+
"present": 640,
|
789 |
+
"rheological": 641,
|
790 |
+
"exhibits": 642,
|
791 |
+
"blocks": 643,
|
792 |
+
"dykes": 644,
|
793 |
+
"eastern": 645,
|
794 |
+
"ocean": 646,
|
795 |
+
"referred": 647,
|
796 |
+
"geodynam": 648,
|
797 |
+
"struct": 649,
|
798 |
+
"transfer": 650,
|
799 |
+
"terrains": 651,
|
800 |
+
"depleted": 652,
|
801 |
+
"like": 653,
|
802 |
+
"mesoarchean": 654,
|
803 |
+
"between": 655,
|
804 |
+
"chemical": 656,
|
805 |
+
"data": 657,
|
806 |
+
"during": 658,
|
807 |
+
"further": 659,
|
808 |
+
"glob": 660,
|
809 |
+
"material": 661,
|
810 |
+
"mineral": 662,
|
811 |
+
"rigid": 663,
|
812 |
+
"soft": 664,
|
813 |
+
"small": 665,
|
814 |
+
"##flect": 666,
|
815 |
+
"##ause": 667,
|
816 |
+
"##agmatic": 668,
|
817 |
+
"increas": 669,
|
818 |
+
"##sequent": 670,
|
819 |
+
"thermomagmatic": 671,
|
820 |
+
"widespread": 672,
|
821 |
+
"structure": 673,
|
822 |
+
"37": 674,
|
823 |
+
"active": 675,
|
824 |
+
"amal": 676,
|
825 |
+
"age": 677,
|
826 |
+
"bo": 678,
|
827 |
+
"cl": 679,
|
828 |
+
"cre": 680,
|
829 |
+
"del": 681,
|
830 |
+
"dist": 682,
|
831 |
+
"disc": 683,
|
832 |
+
"ef": 684,
|
833 |
+
"en": 685,
|
834 |
+
"fr": 686,
|
835 |
+
"fi": 687,
|
836 |
+
"fl": 688,
|
837 |
+
"fin": 689,
|
838 |
+
"fund": 690,
|
839 |
+
"has": 691,
|
840 |
+
"have": 692,
|
841 |
+
"kar": 693,
|
842 |
+
"long": 694,
|
843 |
+
"mel": 695,
|
844 |
+
"mass": 696,
|
845 |
+
"nw": 697,
|
846 |
+
"nu": 698,
|
847 |
+
"num": 699,
|
848 |
+
"ou": 700,
|
849 |
+
"phan": 701,
|
850 |
+
"pass": 702,
|
851 |
+
"physical": 703,
|
852 |
+
"res": 704,
|
853 |
+
"rif": 705,
|
854 |
+
"se": 706,
|
855 |
+
"sy": 707,
|
856 |
+
"sw": 708,
|
857 |
+
"sin": 709,
|
858 |
+
"tre": 710,
|
859 |
+
"typ": 711,
|
860 |
+
"used": 712,
|
861 |
+
"vi": 713,
|
862 |
+
"ver": 714,
|
863 |
+
"vol": 715,
|
864 |
+
"war": 716,
|
865 |
+
"wor": 717,
|
866 |
+
"west": 718,
|
867 |
+
"xen": 719,
|
868 |
+
"##eas": 720,
|
869 |
+
"##ectively": 721,
|
870 |
+
"##op": 722,
|
871 |
+
"##other": 723,
|
872 |
+
"##ry": 724,
|
873 |
+
"##rit": 725,
|
874 |
+
"##rad": 726,
|
875 |
+
"##ms": 727,
|
876 |
+
"##mot": 728,
|
877 |
+
"##ain": 729,
|
878 |
+
"##amp": 730,
|
879 |
+
"##ture": 731,
|
880 |
+
"##tered": 732,
|
881 |
+
"##ian": 733,
|
882 |
+
"##ially": 734,
|
883 |
+
"##la": 735,
|
884 |
+
"##les": 736,
|
885 |
+
"##so": 737,
|
886 |
+
"##der": 738,
|
887 |
+
"##dration": 739,
|
888 |
+
"##well": 740,
|
889 |
+
"##val": 741,
|
890 |
+
"##ga": 742,
|
891 |
+
"##gn": 743,
|
892 |
+
"##gam": 744,
|
893 |
+
"##cl": 745,
|
894 |
+
"##cle": 746,
|
895 |
+
"##camb": 747,
|
896 |
+
"##uid": 748,
|
897 |
+
"##ber": 749,
|
898 |
+
"##ple": 750,
|
899 |
+
"##physical": 751,
|
900 |
+
"##posed": 752,
|
901 |
+
"##ond": 753,
|
902 |
+
"##ating": 754,
|
903 |
+
"##atism": 755,
|
904 |
+
"##icating": 756,
|
905 |
+
"##erozoic": 757,
|
906 |
+
"##erved": 758,
|
907 |
+
"##itic": 759,
|
908 |
+
"##itrad": 760,
|
909 |
+
"##ence": 761,
|
910 |
+
"##inn": 762,
|
911 |
+
"##inal": 763,
|
912 |
+
"##inate": 764,
|
913 |
+
"##stem": 765,
|
914 |
+
"##round": 766,
|
915 |
+
"##iths": 767,
|
916 |
+
"##cting": 768,
|
917 |
+
"##eld": 769,
|
918 |
+
"init": 770,
|
919 |
+
"inter": 771,
|
920 |
+
"conduction": 772,
|
921 |
+
"convent": 773,
|
922 |
+
"##ental": 774,
|
923 |
+
"thus": 775,
|
924 |
+
"thinn": 776,
|
925 |
+
"ret": 777,
|
926 |
+
"reg": 778,
|
927 |
+
"rehy": 779,
|
928 |
+
"reflect": 780,
|
929 |
+
"toge": 781,
|
930 |
+
"##ations": 782,
|
931 |
+
"##ational": 783,
|
932 |
+
"##ology": 784,
|
933 |
+
"##oliths": 785,
|
934 |
+
"proterozoic": 786,
|
935 |
+
"promot": 787,
|
936 |
+
"##oup": 788,
|
937 |
+
"##ough": 789,
|
938 |
+
"##idence": 790,
|
939 |
+
"##rich": 791,
|
940 |
+
"areas": 792,
|
941 |
+
"super": 793,
|
942 |
+
"suture": 794,
|
943 |
+
"geother": 795,
|
944 |
+
"geochem": 796,
|
945 |
+
"geophysical": 797,
|
946 |
+
"##own": 798,
|
947 |
+
"##amew": 799,
|
948 |
+
"##aminate": 800,
|
949 |
+
"##amental": 801,
|
950 |
+
"##lying": 802,
|
951 |
+
"##iest": 803,
|
952 |
+
"##ilt": 804,
|
953 |
+
"##omes": 805,
|
954 |
+
"##ads": 806,
|
955 |
+
"##erall": 807,
|
956 |
+
"##istry": 808,
|
957 |
+
"cool": 809,
|
958 |
+
"forces": 810,
|
959 |
+
"##ever": 811,
|
960 |
+
"##abiliz": 812,
|
961 |
+
"evidence": 813,
|
962 |
+
"##urga": 814,
|
963 |
+
"convecting": 815,
|
964 |
+
"continu": 816,
|
965 |
+
"examp": 817,
|
966 |
+
"exposed": 818,
|
967 |
+
"early": 819,
|
968 |
+
"indicating": 820,
|
969 |
+
"##termost": 821,
|
970 |
+
"any": 822,
|
971 |
+
"anci": 823,
|
972 |
+
"another": 824,
|
973 |
+
"prev": 825,
|
974 |
+
"precamb": 826,
|
975 |
+
"basal": 827,
|
976 |
+
"basins": 828,
|
977 |
+
"order": 829,
|
978 |
+
"differen": 830,
|
979 |
+
"removes": 831,
|
980 |
+
"subsequent": 832,
|
981 |
+
"magmatic": 833,
|
982 |
+
"magmatism": 834,
|
983 |
+
"underlying": 835,
|
984 |
+
"along": 836,
|
985 |
+
"altered": 837,
|
986 |
+
"also": 838,
|
987 |
+
"destabiliz": 839,
|
988 |
+
"more": 840,
|
989 |
+
"relat": 841,
|
990 |
+
"releas": 842,
|
991 |
+
"upwell": 843,
|
992 |
+
"viscus": 844,
|
993 |
+
"##rian": 845,
|
994 |
+
"##vided": 846,
|
995 |
+
"compositional": 847,
|
996 |
+
"understanding": 848,
|
997 |
+
"variation": 849,
|
998 |
+
"but": 850,
|
999 |
+
"wide": 851,
|
1000 |
+
"grade": 852,
|
1001 |
+
"gradu": 853,
|
1002 |
+
"mechanisms": 854,
|
1003 |
+
"periods": 855,
|
1004 |
+
"rheology": 856,
|
1005 |
+
"amou": 857,
|
1006 |
+
"among": 858,
|
1007 |
+
"being": 859,
|
1008 |
+
"because": 860,
|
1009 |
+
"becomes": 861,
|
1010 |
+
"cold": 862,
|
1011 |
+
"chang": 863,
|
1012 |
+
"changes": 864,
|
1013 |
+
"dire": 865,
|
1014 |
+
"divided": 866,
|
1015 |
+
"margins": 867,
|
1016 |
+
"provides": 868,
|
1017 |
+
"generally": 869,
|
1018 |
+
"accretion": 870,
|
1019 |
+
"accreted": 871,
|
1020 |
+
"separated": 872,
|
1021 |
+
"separates": 873,
|
1022 |
+
"activity": 874,
|
1023 |
+
"chitrad": 875,
|
1024 |
+
"detail": 876,
|
1025 |
+
"facies": 877,
|
1026 |
+
"however": 878,
|
1027 |
+
"kaap": 879,
|
1028 |
+
"leads": 880,
|
1029 |
+
"overall": 881,
|
1030 |
+
"shown": 882,
|
1031 |
+
"whereas": 883,
|
1032 |
+
"##ively": 884,
|
1033 |
+
"condu": 885,
|
1034 |
+
"reworking": 886,
|
1035 |
+
"surround": 887,
|
1036 |
+
"earliest": 888,
|
1037 |
+
"consider": 889,
|
1038 |
+
"metasomatic": 890,
|
1039 |
+
"metamorphism": 891,
|
1040 |
+
"weakening": 892,
|
1041 |
+
"buoyant": 893,
|
1042 |
+
"oceanic": 894,
|
1043 |
+
"geodynamic": 895,
|
1044 |
+
"transfers": 896,
|
1045 |
+
"globe": 897,
|
1046 |
+
"mineralogical": 898,
|
1047 |
+
"increases": 899,
|
1048 |
+
"amalgam": 900,
|
1049 |
+
"both": 901,
|
1050 |
+
"delaminate": 902,
|
1051 |
+
"eff": 903,
|
1052 |
+
"framew": 904,
|
1053 |
+
"fluid": 905,
|
1054 |
+
"finally": 906,
|
1055 |
+
"fundamental": 907,
|
1056 |
+
"massif": 908,
|
1057 |
+
"nucle": 909,
|
1058 |
+
"outermost": 910,
|
1059 |
+
"phanerozoic": 911,
|
1060 |
+
"passive": 912,
|
1061 |
+
"seism": 913,
|
1062 |
+
"system": 914,
|
1063 |
+
"trending": 915,
|
1064 |
+
"view": 916,
|
1065 |
+
"volcan": 917,
|
1066 |
+
"world": 918,
|
1067 |
+
"western": 919,
|
1068 |
+
"xenoliths": 920,
|
1069 |
+
"conventional": 921,
|
1070 |
+
"rehydration": 922,
|
1071 |
+
"together": 923,
|
1072 |
+
"geochemistry": 924,
|
1073 |
+
"ancient": 925,
|
1074 |
+
"precambrian": 926,
|
1075 |
+
"destabilizing": 927,
|
1076 |
+
"released": 928,
|
1077 |
+
"upwelling": 929,
|
1078 |
+
"chitradurga": 930,
|
1079 |
+
"kaapval": 931,
|
1080 |
+
"framework": 932,
|
1081 |
+
"fluids": 933,
|
1082 |
+
"13": 934,
|
1083 |
+
"250": 935,
|
1084 |
+
"35": 936,
|
1085 |
+
"350": 937,
|
1086 |
+
"40": 938,
|
1087 |
+
"56": 939,
|
1088 |
+
"550": 940,
|
1089 |
+
"60": 941,
|
1090 |
+
"af": 942,
|
1091 |
+
"aw": 943,
|
1092 |
+
"ab": 944,
|
1093 |
+
"act": 945,
|
1094 |
+
"amp": 946,
|
1095 |
+
"ages": 947,
|
1096 |
+
"bh": 948,
|
1097 |
+
"bar": 949,
|
1098 |
+
"bro": 950,
|
1099 |
+
"bab": 951,
|
1100 |
+
"bhi": 952,
|
1101 |
+
"brit": 953,
|
1102 |
+
"cal": 954,
|
1103 |
+
"cam": 955,
|
1104 |
+
"char": 956,
|
1105 |
+
"cud": 957,
|
1106 |
+
"cause": 958,
|
1107 |
+
"coup": 959,
|
1108 |
+
"des": 960,
|
1109 |
+
"dis": 961,
|
1110 |
+
"dev": 962,
|
1111 |
+
"deri": 963,
|
1112 |
+
"dri": 964,
|
1113 |
+
"dim": 965,
|
1114 |
+
"et": 966,
|
1115 |
+
"ep": 967,
|
1116 |
+
"emp": 968,
|
1117 |
+
"eac": 969,
|
1118 |
+
"ecl": 970,
|
1119 |
+
"fe": 971,
|
1120 |
+
"fo": 972,
|
1121 |
+
"fol": 973,
|
1122 |
+
"fast": 974,
|
1123 |
+
"fact": 975,
|
1124 |
+
"go": 976,
|
1125 |
+
"gn": 977,
|
1126 |
+
"gh": 978,
|
1127 |
+
"gas": 979,
|
1128 |
+
"hy": 980,
|
1129 |
+
"hyp": 981,
|
1130 |
+
"id": 982,
|
1131 |
+
"kal": 983,
|
1132 |
+
"kil": 984,
|
1133 |
+
"kom": 985,
|
1134 |
+
"kim": 986,
|
1135 |
+
"kamb": 987,
|
1136 |
+
"lat": 988,
|
1137 |
+
"lid": 989,
|
1138 |
+
"lim": 990,
|
1139 |
+
"larg": 991,
|
1140 |
+
"line": 992,
|
1141 |
+
"mw": 993,
|
1142 |
+
"mar": 994,
|
1143 |
+
"mos": 995,
|
1144 |
+
"med": 996,
|
1145 |
+
"mid": 997,
|
1146 |
+
"mad": 998,
|
1147 |
+
"mig": 999,
|
1148 |
+
"mov": 1000,
|
1149 |
+
"most": 1001,
|
1150 |
+
"non": 1002,
|
1151 |
+
"not": 1003,
|
1152 |
+
"new": 1004,
|
1153 |
+
"ol": 1005,
|
1154 |
+
"os": 1006,
|
1155 |
+
"oc": 1007,
|
1156 |
+
"ob": 1008,
|
1157 |
+
"oro": 1009,
|
1158 |
+
"our": 1010,
|
1159 |
+
"oper": 1011,
|
1160 |
+
"old": 1012,
|
1161 |
+
"pr": 1013,
|
1162 |
+
"pu": 1014,
|
1163 |
+
"per": 1015,
|
1164 |
+
"pal": 1016,
|
1165 |
+
"peo": 1017,
|
1166 |
+
"pow": 1018,
|
1167 |
+
"pod": 1019,
|
1168 |
+
"phy": 1020,
|
1169 |
+
"position": 1021,
|
1170 |
+
"past": 1022,
|
1171 |
+
"pain": 1023,
|
1172 |
+
"ran": 1024,
|
1173 |
+
"red": 1025,
|
1174 |
+
"ris": 1026,
|
1175 |
+
"rid": 1027,
|
1176 |
+
"sl": 1028,
|
1177 |
+
"sil": 1029,
|
1178 |
+
"sig": 1030,
|
1179 |
+
"sec": 1031,
|
1180 |
+
"shi": 1032,
|
1181 |
+
"sim": 1033,
|
1182 |
+
"sarg": 1034,
|
1183 |
+
"schem": 1035,
|
1184 |
+
"tw": 1036,
|
1185 |
+
"ton": 1037,
|
1186 |
+
"tan": 1038,
|
1187 |
+
"tens": 1039,
|
1188 |
+
"tim": 1040,
|
1189 |
+
"table": 1041,
|
1190 |
+
"trich": 1042,
|
1191 |
+
"tilt": 1043,
|
1192 |
+
"vel": 1044,
|
1193 |
+
"wy": 1045,
|
1194 |
+
"wat": 1046,
|
1195 |
+
"wit": 1047,
|
1196 |
+
"were": 1048,
|
1197 |
+
"way": 1049,
|
1198 |
+
"well": 1050,
|
1199 |
+
"wave": 1051,
|
1200 |
+
"yil": 1052,
|
1201 |
+
"##eg": 1053,
|
1202 |
+
"##eed": 1054,
|
1203 |
+
"##ect": 1055,
|
1204 |
+
"##eis": 1056,
|
1205 |
+
"##ecton": 1057,
|
1206 |
+
"##equ": 1058,
|
1207 |
+
"##fa": 1059,
|
1208 |
+
"##for": 1060,
|
1209 |
+
"##fra": 1061,
|
1210 |
+
"##filt": 1062,
|
1211 |
+
"##ove": 1063,
|
1212 |
+
"##othe": 1064,
|
1213 |
+
"##ots": 1065,
|
1214 |
+
"##ron": 1066,
|
1215 |
+
"##ran": 1067,
|
1216 |
+
"##rst": 1068,
|
1217 |
+
"##raton": 1069,
|
1218 |
+
"##rce": 1070,
|
1219 |
+
"##rins": 1071,
|
1220 |
+
"##rates": 1072,
|
1221 |
+
"##ma": 1073,
|
1222 |
+
"##mb": 1074,
|
1223 |
+
"##mer": 1075,
|
1224 |
+
"##min": 1076,
|
1225 |
+
"##ment": 1077,
|
1226 |
+
"##mation": 1078,
|
1227 |
+
"##ments": 1079,
|
1228 |
+
"##ah": 1080,
|
1229 |
+
"##aic": 1081,
|
1230 |
+
"##ains": 1082,
|
1231 |
+
"##ti": 1083,
|
1232 |
+
"##tic": 1084,
|
1233 |
+
"##tin": 1085,
|
1234 |
+
"##tle": 1086,
|
1235 |
+
"##tical": 1087,
|
1236 |
+
"##tens": 1088,
|
1237 |
+
"##tac": 1089,
|
1238 |
+
"##tiliz": 1090,
|
1239 |
+
"##tational": 1091,
|
1240 |
+
"##tecton": 1092,
|
1241 |
+
"##ip": 1093,
|
1242 |
+
"##ier": 1094,
|
1243 |
+
"##ied": 1095,
|
1244 |
+
"##iation": 1096,
|
1245 |
+
"##ium": 1097,
|
1246 |
+
"##ients": 1098,
|
1247 |
+
"##iated": 1099,
|
1248 |
+
"##iates": 1100,
|
1249 |
+
"##iitic": 1101,
|
1250 |
+
"##nif": 1102,
|
1251 |
+
"##nts": 1103,
|
1252 |
+
"##not": 1104,
|
1253 |
+
"##lin": 1105,
|
1254 |
+
"##lis": 1106,
|
1255 |
+
"##lant": 1107,
|
1256 |
+
"##low": 1108,
|
1257 |
+
"##lite": 1109,
|
1258 |
+
"##lication": 1110,
|
1259 |
+
"##lac": 1111,
|
1260 |
+
"##land": 1112,
|
1261 |
+
"##lim": 1113,
|
1262 |
+
"##lian": 1114,
|
1263 |
+
"##ses": 1115,
|
1264 |
+
"##sis": 1116,
|
1265 |
+
"##sol": 1117,
|
1266 |
+
"##soc": 1118,
|
1267 |
+
"##sics": 1119,
|
1268 |
+
"##ssed": 1120,
|
1269 |
+
"##served": 1121,
|
1270 |
+
"##dd": 1122,
|
1271 |
+
"##dit": 1123,
|
1272 |
+
"##dro": 1124,
|
1273 |
+
"##dap": 1125,
|
1274 |
+
"##hj": 1126,
|
1275 |
+
"##ys": 1127,
|
1276 |
+
"##yc": 1128,
|
1277 |
+
"##yar": 1129,
|
1278 |
+
"##vic": 1130,
|
1279 |
+
"##ver": 1131,
|
1280 |
+
"##van": 1132,
|
1281 |
+
"##ves": 1133,
|
1282 |
+
"##ven": 1134,
|
1283 |
+
"##gi": 1135,
|
1284 |
+
"##gre": 1136,
|
1285 |
+
"##gar": 1137,
|
1286 |
+
"##gen": 1138,
|
1287 |
+
"##gered": 1139,
|
1288 |
+
"##cy": 1140,
|
1289 |
+
"##ced": 1141,
|
1290 |
+
"##cis": 1142,
|
1291 |
+
"##ccess": 1143,
|
1292 |
+
"##cur": 1144,
|
1293 |
+
"##cum": 1145,
|
1294 |
+
"##cri": 1146,
|
1295 |
+
"##crit": 1147,
|
1296 |
+
"##uric": 1148,
|
1297 |
+
"##uity": 1149,
|
1298 |
+
"##uces": 1150,
|
1299 |
+
"##ugh": 1151,
|
1300 |
+
"##utational": 1152,
|
1301 |
+
"##kal": 1153,
|
1302 |
+
"##zan": 1154,
|
1303 |
+
"##zation": 1155,
|
1304 |
+
"##be": 1156,
|
1305 |
+
"##bed": 1157,
|
1306 |
+
"##blication": 1158,
|
1307 |
+
"##por": 1159,
|
1308 |
+
"##pectively": 1160,
|
1309 |
+
"##00": 1161,
|
1310 |
+
"##jor": 1162,
|
1311 |
+
"##onents": 1163,
|
1312 |
+
"##ontin": 1164,
|
1313 |
+
"then": 1165,
|
1314 |
+
"they": 1166,
|
1315 |
+
"##reas": 1167,
|
1316 |
+
"##regn": 1168,
|
1317 |
+
"##relian": 1169,
|
1318 |
+
"##rever": 1170,
|
1319 |
+
"##ats": 1171,
|
1320 |
+
"##atical": 1172,
|
1321 |
+
"##ately": 1173,
|
1322 |
+
"##atiz": 1174,
|
1323 |
+
"##atiitic": 1175,
|
1324 |
+
"##ica": 1176,
|
1325 |
+
"##icant": 1177,
|
1326 |
+
"##ers": 1178,
|
1327 |
+
"##erist": 1179,
|
1328 |
+
"##erate": 1180,
|
1329 |
+
"##erous": 1181,
|
1330 |
+
"##ermin": 1182,
|
1331 |
+
"##erves": 1183,
|
1332 |
+
"##ani": 1184,
|
1333 |
+
"##ance": 1185,
|
1334 |
+
"##ancy": 1186,
|
1335 |
+
"##esy": 1187,
|
1336 |
+
"##ition": 1188,
|
1337 |
+
"##itates": 1189,
|
1338 |
+
"##itational": 1190,
|
1339 |
+
"##alite": 1191,
|
1340 |
+
"##allow": 1192,
|
1341 |
+
"##ose": 1193,
|
1342 |
+
"##osep": 1194,
|
1343 |
+
"##enrich": 1195,
|
1344 |
+
"##ina": 1196,
|
1345 |
+
"##ined": 1197,
|
1346 |
+
"##inct": 1198,
|
1347 |
+
"##inci": 1199,
|
1348 |
+
"##sts": 1200,
|
1349 |
+
"##stab": 1201,
|
1350 |
+
"##stra": 1202,
|
1351 |
+
"##stell": 1203,
|
1352 |
+
"##roved": 1204,
|
1353 |
+
"##roys": 1205,
|
1354 |
+
"##rovic": 1206,
|
1355 |
+
"##cted": 1207,
|
1356 |
+
"##ctory": 1208,
|
1357 |
+
"##elop": 1209,
|
1358 |
+
"##ors": 1210,
|
1359 |
+
"##org": 1211,
|
1360 |
+
"##orth": 1212,
|
1361 |
+
"infer": 1213,
|
1362 |
+
"incl": 1214,
|
1363 |
+
"infilt": 1215,
|
1364 |
+
"incis": 1216,
|
1365 |
+
"instab": 1217,
|
1366 |
+
"lithology": 1218,
|
1367 |
+
"consequent": 1219,
|
1368 |
+
"constra": 1220,
|
1369 |
+
"isot": 1221,
|
1370 |
+
"island": 1222,
|
1371 |
+
"##ented": 1223,
|
1372 |
+
"##entif": 1224,
|
1373 |
+
"though": 1225,
|
1374 |
+
"those": 1226,
|
1375 |
+
"##eous": 1227,
|
1376 |
+
"##eoproterozoic": 1228,
|
1377 |
+
"##assical": 1229,
|
1378 |
+
"##isod": 1230,
|
1379 |
+
"##inges": 1231,
|
1380 |
+
"refra": 1232,
|
1381 |
+
"reenrich": 1233,
|
1382 |
+
"tool": 1234,
|
1383 |
+
"##olite": 1235,
|
1384 |
+
"##ological": 1236,
|
1385 |
+
"probe": 1237,
|
1386 |
+
"##idot": 1238,
|
1387 |
+
"##idus": 1239,
|
1388 |
+
"##rican": 1240,
|
1389 |
+
"##chemical": 1241,
|
1390 |
+
"such": 1242,
|
1391 |
+
"sudd": 1243,
|
1392 |
+
"success": 1244,
|
1393 |
+
"grav": 1245,
|
1394 |
+
"geoch": 1246,
|
1395 |
+
"geotecton": 1247,
|
1396 |
+
"geochemical": 1248,
|
1397 |
+
"##ogites": 1249,
|
1398 |
+
"##ilar": 1250,
|
1399 |
+
"##ilities": 1251,
|
1400 |
+
"##ilitates": 1252,
|
1401 |
+
"belt": 1253,
|
1402 |
+
"##ety": 1254,
|
1403 |
+
"##etic": 1255,
|
1404 |
+
"##etot": 1256,
|
1405 |
+
"##eters": 1257,
|
1406 |
+
"##oming": 1258,
|
1407 |
+
"##ometers": 1259,
|
1408 |
+
"##ada": 1260,
|
1409 |
+
"##ades": 1261,
|
1410 |
+
"##adgi": 1262,
|
1411 |
+
"##adition": 1263,
|
1412 |
+
"##iginal": 1264,
|
1413 |
+
"##iggered": 1265,
|
1414 |
+
"content": 1266,
|
1415 |
+
"contra": 1267,
|
1416 |
+
"contact": 1268,
|
1417 |
+
"core": 1269,
|
1418 |
+
"cohere": 1270,
|
1419 |
+
"coorg": 1271,
|
1420 |
+
"magn": 1272,
|
1421 |
+
"major": 1273,
|
1422 |
+
"granod": 1274,
|
1423 |
+
"##abud": 1275,
|
1424 |
+
"asce": 1276,
|
1425 |
+
"asse": 1277,
|
1426 |
+
"assoc": 1278,
|
1427 |
+
"even": 1279,
|
1428 |
+
"##ocities": 1280,
|
1429 |
+
"##hanced": 1281,
|
1430 |
+
"##osites": 1282,
|
1431 |
+
"convectively": 1283,
|
1432 |
+
"exot": 1284,
|
1433 |
+
"expre": 1285,
|
1434 |
+
"extens": 1286,
|
1435 |
+
"indication": 1287,
|
1436 |
+
"indian": 1288,
|
1437 |
+
"indeed": 1289,
|
1438 |
+
"##ensation": 1290,
|
1439 |
+
"##ensch": 1291,
|
1440 |
+
"##ensions": 1292,
|
1441 |
+
"asthenospheri": 1293,
|
1442 |
+
"source": 1294,
|
1443 |
+
"##sected": 1295,
|
1444 |
+
"##ward": 1296,
|
1445 |
+
"anorth": 1297,
|
1446 |
+
"prevent": 1298,
|
1447 |
+
"##udes": 1299,
|
1448 |
+
"composed": 1300,
|
1449 |
+
"complim": 1301,
|
1450 |
+
"computational": 1302,
|
1451 |
+
"components": 1303,
|
1452 |
+
"atlant": 1304,
|
1453 |
+
"basin": 1305,
|
1454 |
+
"based": 1306,
|
1455 |
+
"greensch": 1307,
|
1456 |
+
"original": 1308,
|
1457 |
+
"play": 1309,
|
1458 |
+
"plac": 1310,
|
1459 |
+
"##ntly": 1311,
|
1460 |
+
"##hip": 1312,
|
1461 |
+
"##ulation": 1313,
|
1462 |
+
"##ults": 1314,
|
1463 |
+
"impregn": 1315,
|
1464 |
+
"improved": 1316,
|
1465 |
+
"impinges": 1317,
|
1466 |
+
"only": 1318,
|
1467 |
+
"##nessed": 1319,
|
1468 |
+
"removed": 1320,
|
1469 |
+
"subsol": 1321,
|
1470 |
+
"geology": 1322,
|
1471 |
+
"tectono": 1323,
|
1472 |
+
"magmas": 1324,
|
1473 |
+
"partially": 1325,
|
1474 |
+
"alkal": 1326,
|
1475 |
+
"destroys": 1327,
|
1476 |
+
"moyar": 1328,
|
1477 |
+
"others": 1329,
|
1478 |
+
"relate": 1330,
|
1479 |
+
"related": 1331,
|
1480 |
+
"relations": 1332,
|
1481 |
+
"trond": 1333,
|
1482 |
+
"tradition": 1334,
|
1483 |
+
"triggered": 1335,
|
1484 |
+
"upward": 1336,
|
1485 |
+
"varies": 1337,
|
1486 |
+
"integ": 1338,
|
1487 |
+
"intrins": 1339,
|
1488 |
+
"granulites": 1340,
|
1489 |
+
"lowermost": 1341,
|
1490 |
+
"differentiation": 1342,
|
1491 |
+
"tectonics": 1343,
|
1492 |
+
"generate": 1344,
|
1493 |
+
"genetic": 1345,
|
1494 |
+
"northern": 1346,
|
1495 |
+
"terran": 1347,
|
1496 |
+
"terti": 1348,
|
1497 |
+
"##rier": 1349,
|
1498 |
+
"##gests": 1350,
|
1499 |
+
"forms": 1351,
|
1500 |
+
"compositionally": 1352,
|
1501 |
+
"##hibolite": 1353,
|
1502 |
+
"weaker": 1354,
|
1503 |
+
"weakens": 1355,
|
1504 |
+
"variant": 1356,
|
1505 |
+
"variable": 1357,
|
1506 |
+
"various": 1358,
|
1507 |
+
"variety": 1359,
|
1508 |
+
"mechanical": 1360,
|
1509 |
+
"accum": 1361,
|
1510 |
+
"cannot": 1362,
|
1511 |
+
"canada": 1363,
|
1512 |
+
"deccan": 1364,
|
1513 |
+
"decoup": 1365,
|
1514 |
+
"decraton": 1366,
|
1515 |
+
"decreas": 1367,
|
1516 |
+
"decades": 1368,
|
1517 |
+
"denser": 1369,
|
1518 |
+
"densification": 1370,
|
1519 |
+
"role": 1371,
|
1520 |
+
"roots": 1372,
|
1521 |
+
"##ization": 1373,
|
1522 |
+
"##elluric": 1374,
|
1523 |
+
"recyc": 1375,
|
1524 |
+
"suggests": 1376,
|
1525 |
+
"gradients": 1377,
|
1526 |
+
"preserved": 1378,
|
1527 |
+
"preserves": 1379,
|
1528 |
+
"importance": 1380,
|
1529 |
+
"highly": 1381,
|
1530 |
+
"exhibited": 1382,
|
1531 |
+
"block": 1383,
|
1532 |
+
"colla": 1384,
|
1533 |
+
"collis": 1385,
|
1534 |
+
"dynam": 1386,
|
1535 |
+
"margin": 1387,
|
1536 |
+
"marginal": 1388,
|
1537 |
+
"oceans": 1389,
|
1538 |
+
"refertiliz": 1390,
|
1539 |
+
"provide": 1391,
|
1540 |
+
"provided": 1392,
|
1541 |
+
"geodesy": 1393,
|
1542 |
+
"##illation": 1394,
|
1543 |
+
"strong": 1395,
|
1544 |
+
"mohorovic": 1396,
|
1545 |
+
"transpor": 1397,
|
1546 |
+
"terrain": 1398,
|
1547 |
+
"suggested": 1399,
|
1548 |
+
"depletion": 1400,
|
1549 |
+
"likely": 1401,
|
1550 |
+
"mesoproterozoic": 1402,
|
1551 |
+
"adequ": 1403,
|
1552 |
+
"addit": 1404,
|
1553 |
+
"advan": 1405,
|
1554 |
+
"activities": 1406,
|
1555 |
+
"china": 1407,
|
1556 |
+
"deflect": 1408,
|
1557 |
+
"defor": 1409,
|
1558 |
+
"degre": 1410,
|
1559 |
+
"determin": 1411,
|
1560 |
+
"facilitates": 1412,
|
1561 |
+
"karelian": 1413,
|
1562 |
+
"leave": 1414,
|
1563 |
+
"local": 1415,
|
1564 |
+
"located": 1416,
|
1565 |
+
"locations": 1417,
|
1566 |
+
"over": 1418,
|
1567 |
+
"shallow": 1419,
|
1568 |
+
"##emite": 1420,
|
1569 |
+
"##avu": 1421,
|
1570 |
+
"##avani": 1422,
|
1571 |
+
"##acterist": 1423,
|
1572 |
+
"##ails": 1424,
|
1573 |
+
"##ivine": 1425,
|
1574 |
+
"##iorite": 1426,
|
1575 |
+
"condensation": 1427,
|
1576 |
+
"reworked": 1428,
|
1577 |
+
"surfa": 1429,
|
1578 |
+
"earlier": 1430,
|
1579 |
+
"considered": 1431,
|
1580 |
+
"uppermost": 1432,
|
1581 |
+
"metasomatiz": 1433,
|
1582 |
+
"metamorphic": 1434,
|
1583 |
+
"buoyancy": 1435,
|
1584 |
+
"presented": 1436,
|
1585 |
+
"geodynamics": 1437,
|
1586 |
+
"chemically": 1438,
|
1587 |
+
"global": 1439,
|
1588 |
+
"softens": 1440,
|
1589 |
+
"increase": 1441,
|
1590 |
+
"closep": 1442,
|
1591 |
+
"classical": 1443,
|
1592 |
+
"creep": 1444,
|
1593 |
+
"cretac": 1445,
|
1594 |
+
"distinct": 1446,
|
1595 |
+
"distillation": 1447,
|
1596 |
+
"discip": 1448,
|
1597 |
+
"discontin": 1449,
|
1598 |
+
"enough": 1450,
|
1599 |
+
"enhanced": 1451,
|
1600 |
+
"field": 1452,
|
1601 |
+
"first": 1453,
|
1602 |
+
"karur": 1454,
|
1603 |
+
"karwar": 1455,
|
1604 |
+
"melt": 1456,
|
1605 |
+
"melts": 1457,
|
1606 |
+
"number": 1458,
|
1607 |
+
"numerous": 1459,
|
1608 |
+
"respectively": 1460,
|
1609 |
+
"results": 1461,
|
1610 |
+
"rift": 1462,
|
1611 |
+
"rifts": 1463,
|
1612 |
+
"sink": 1464,
|
1613 |
+
"since": 1465,
|
1614 |
+
"types": 1466,
|
1615 |
+
"typical": 1467,
|
1616 |
+
"very": 1468,
|
1617 |
+
"vertical": 1469,
|
1618 |
+
"warms": 1470,
|
1619 |
+
"warmer": 1471,
|
1620 |
+
"##ope": 1472,
|
1621 |
+
"##ained": 1473,
|
1622 |
+
"##lages": 1474,
|
1623 |
+
"##berlite": 1475,
|
1624 |
+
"##ondary": 1476,
|
1625 |
+
"initially": 1477,
|
1626 |
+
"initiates": 1478,
|
1627 |
+
"interior": 1479,
|
1628 |
+
"interstell": 1480,
|
1629 |
+
"thinner": 1481,
|
1630 |
+
"thinning": 1482,
|
1631 |
+
"retains": 1483,
|
1632 |
+
"retained": 1484,
|
1633 |
+
"region": 1485,
|
1634 |
+
"regions": 1486,
|
1635 |
+
"reflects": 1487,
|
1636 |
+
"promote": 1488,
|
1637 |
+
"promotes": 1489,
|
1638 |
+
"superior": 1490,
|
1639 |
+
"supercrit": 1491,
|
1640 |
+
"sutured": 1492,
|
1641 |
+
"geothermal": 1493,
|
1642 |
+
"geotherms": 1494,
|
1643 |
+
"continuation": 1495,
|
1644 |
+
"continuous": 1496,
|
1645 |
+
"example": 1497,
|
1646 |
+
"examples": 1498,
|
1647 |
+
"prevents": 1499,
|
1648 |
+
"prevails": 1500,
|
1649 |
+
"basalts": 1501,
|
1650 |
+
"basaltic": 1502,
|
1651 |
+
"difference": 1503,
|
1652 |
+
"differences": 1504,
|
1653 |
+
"relative": 1505,
|
1654 |
+
"relatively": 1506,
|
1655 |
+
"gradual": 1507,
|
1656 |
+
"gradually": 1508,
|
1657 |
+
"amount": 1509,
|
1658 |
+
"amounts": 1510,
|
1659 |
+
"changed": 1511,
|
1660 |
+
"changing": 1512,
|
1661 |
+
"direct": 1513,
|
1662 |
+
"direction": 1514,
|
1663 |
+
"details": 1515,
|
1664 |
+
"detailed": 1516,
|
1665 |
+
"conductive": 1517,
|
1666 |
+
"conductively": 1518,
|
1667 |
+
"surrounded": 1519,
|
1668 |
+
"surrounding": 1520,
|
1669 |
+
"amalgamation": 1521,
|
1670 |
+
"amalgamated": 1522,
|
1671 |
+
"effectively": 1523,
|
1672 |
+
"effect": 1524,
|
1673 |
+
"massifs": 1525,
|
1674 |
+
"nuclei": 1526,
|
1675 |
+
"nucleus": 1527,
|
1676 |
+
"seismic": 1528,
|
1677 |
+
"seismology": 1529,
|
1678 |
+
"volcanism": 1530,
|
1679 |
+
"volcanics": 1531,
|
1680 |
+
"1300": 1532,
|
1681 |
+
"african": 1533,
|
1682 |
+
"away": 1534,
|
1683 |
+
"above": 1535,
|
1684 |
+
"amphibolite": 1536,
|
1685 |
+
"bhavani": 1537,
|
1686 |
+
"barrier": 1538,
|
1687 |
+
"brough": 1539,
|
1688 |
+
"bababud": 1540,
|
1689 |
+
"bhima": 1541,
|
1690 |
+
"brittle": 1542,
|
1691 |
+
"called": 1543,
|
1692 |
+
"came": 1544,
|
1693 |
+
"characterist": 1545,
|
1694 |
+
"cuddap": 1546,
|
1695 |
+
"coupled": 1547,
|
1696 |
+
"descri": 1548,
|
1697 |
+
"dissected": 1549,
|
1698 |
+
"develop": 1550,
|
1699 |
+
"derived": 1551,
|
1700 |
+
"driven": 1552,
|
1701 |
+
"dimensions": 1553,
|
1702 |
+
"etc": 1554,
|
1703 |
+
"episod": 1555,
|
1704 |
+
"emplac": 1556,
|
1705 |
+
"each": 1557,
|
1706 |
+
"eclogites": 1558,
|
1707 |
+
"forever": 1559,
|
1708 |
+
"fold": 1560,
|
1709 |
+
"factors": 1561,
|
1710 |
+
"good": 1562,
|
1711 |
+
"gneis": 1563,
|
1712 |
+
"ghats": 1564,
|
1713 |
+
"hydro": 1565,
|
1714 |
+
"hypothe": 1566,
|
1715 |
+
"identif": 1567,
|
1716 |
+
"kaladgi": 1568,
|
1717 |
+
"kilometers": 1569,
|
1718 |
+
"komatiitic": 1570,
|
1719 |
+
"kimberlite": 1571,
|
1720 |
+
"kambam": 1572,
|
1721 |
+
"lateral": 1573,
|
1722 |
+
"limit": 1574,
|
1723 |
+
"largest": 1575,
|
1724 |
+
"linear": 1576,
|
1725 |
+
"mwm": 1577,
|
1726 |
+
"mark": 1578,
|
1727 |
+
"mosaic": 1579,
|
1728 |
+
"medium": 1580,
|
1729 |
+
"made": 1581,
|
1730 |
+
"migration": 1582,
|
1731 |
+
"moves": 1583,
|
1732 |
+
"olivine": 1584,
|
1733 |
+
"occur": 1585,
|
1734 |
+
"observed": 1586,
|
1735 |
+
"orogen": 1587,
|
1736 |
+
"operation": 1588,
|
1737 |
+
"oldest": 1589,
|
1738 |
+
"princi": 1590,
|
1739 |
+
"publication": 1591,
|
1740 |
+
"peridot": 1592,
|
1741 |
+
"paleoproterozoic": 1593,
|
1742 |
+
"people": 1594,
|
1743 |
+
"power": 1595,
|
1744 |
+
"pods": 1596,
|
1745 |
+
"physics": 1597,
|
1746 |
+
"painavu": 1598,
|
1747 |
+
"range": 1599,
|
1748 |
+
"reduces": 1600,
|
1749 |
+
"rising": 1601,
|
1750 |
+
"ridges": 1602,
|
1751 |
+
"slab": 1603,
|
1752 |
+
"silica": 1604,
|
1753 |
+
"signif": 1605,
|
1754 |
+
"secondary": 1606,
|
1755 |
+
"shield": 1607,
|
1756 |
+
"similar": 1608,
|
1757 |
+
"sargur": 1609,
|
1758 |
+
"schematical": 1610,
|
1759 |
+
"two": 1611,
|
1760 |
+
"tonalite": 1612,
|
1761 |
+
"tanzan": 1613,
|
1762 |
+
"time": 1614,
|
1763 |
+
"trichur": 1615,
|
1764 |
+
"tilting": 1616,
|
1765 |
+
"velocities": 1617,
|
1766 |
+
"wyoming": 1618,
|
1767 |
+
"water": 1619,
|
1768 |
+
"witnessed": 1620,
|
1769 |
+
"yilgar": 1621,
|
1770 |
+
"##ronological": 1622,
|
1771 |
+
"##mblages": 1623,
|
1772 |
+
"##lines": 1624,
|
1773 |
+
"##hjemite": 1625,
|
1774 |
+
"includes": 1626,
|
1775 |
+
"infiltration": 1627,
|
1776 |
+
"incisive": 1628,
|
1777 |
+
"instabilities": 1629,
|
1778 |
+
"consequently": 1630,
|
1779 |
+
"constrained": 1631,
|
1780 |
+
"isotope": 1632,
|
1781 |
+
"refractory": 1633,
|
1782 |
+
"reenrichment": 1634,
|
1783 |
+
"tools": 1635,
|
1784 |
+
"sudden": 1636,
|
1785 |
+
"successively": 1637,
|
1786 |
+
"gravitational": 1638,
|
1787 |
+
"geochronological": 1639,
|
1788 |
+
"geotectonic": 1640,
|
1789 |
+
"##etotelluric": 1641,
|
1790 |
+
"contrasts": 1642,
|
1791 |
+
"coherently": 1643,
|
1792 |
+
"magnetotelluric": 1644,
|
1793 |
+
"granodiorite": 1645,
|
1794 |
+
"ascending": 1646,
|
1795 |
+
"assemblages": 1647,
|
1796 |
+
"associated": 1648,
|
1797 |
+
"exotic": 1649,
|
1798 |
+
"expressed": 1650,
|
1799 |
+
"extensive": 1651,
|
1800 |
+
"asthenospherization": 1652,
|
1801 |
+
"anorthosites": 1653,
|
1802 |
+
"preventing": 1654,
|
1803 |
+
"complimented": 1655,
|
1804 |
+
"atlantic": 1656,
|
1805 |
+
"greenschist": 1657,
|
1806 |
+
"plays": 1658,
|
1807 |
+
"places": 1659,
|
1808 |
+
"impregnation": 1660,
|
1809 |
+
"subsolidus": 1661,
|
1810 |
+
"alkaline": 1662,
|
1811 |
+
"relationship": 1663,
|
1812 |
+
"trondhjemite": 1664,
|
1813 |
+
"traditionally": 1665,
|
1814 |
+
"integrates": 1666,
|
1815 |
+
"intrinsic": 1667,
|
1816 |
+
"terranes": 1668,
|
1817 |
+
"tertiary": 1669,
|
1818 |
+
"accumulation": 1670,
|
1819 |
+
"decouples": 1671,
|
1820 |
+
"decratonization": 1672,
|
1821 |
+
"decrease": 1673,
|
1822 |
+
"recycled": 1674,
|
1823 |
+
"collage": 1675,
|
1824 |
+
"collisional": 1676,
|
1825 |
+
"dynamic": 1677,
|
1826 |
+
"refertilization": 1678,
|
1827 |
+
"mohorovicic": 1679,
|
1828 |
+
"transported": 1680,
|
1829 |
+
"adequately": 1681,
|
1830 |
+
"additions": 1682,
|
1831 |
+
"advances": 1683,
|
1832 |
+
"deflected": 1684,
|
1833 |
+
"deformation": 1685,
|
1834 |
+
"degree": 1686,
|
1835 |
+
"determining": 1687,
|
1836 |
+
"shallows": 1688,
|
1837 |
+
"surface": 1689,
|
1838 |
+
"metasomatized": 1690,
|
1839 |
+
"closepet": 1691,
|
1840 |
+
"cretaceous": 1692,
|
1841 |
+
"distinctly": 1693,
|
1842 |
+
"disciplines": 1694,
|
1843 |
+
"discontinuity": 1695,
|
1844 |
+
"fields": 1696,
|
1845 |
+
"interstellar": 1697,
|
1846 |
+
"supercritical": 1698,
|
1847 |
+
"brought": 1699,
|
1848 |
+
"bababudan": 1700,
|
1849 |
+
"characteristics": 1701,
|
1850 |
+
"cuddapah": 1702,
|
1851 |
+
"described": 1703,
|
1852 |
+
"developments": 1704,
|
1853 |
+
"episodes": 1705,
|
1854 |
+
"emplaced": 1706,
|
1855 |
+
"gneisses": 1707,
|
1856 |
+
"hydrous": 1708,
|
1857 |
+
"hypothesis": 1709,
|
1858 |
+
"identified": 1710,
|
1859 |
+
"occurs": 1711,
|
1860 |
+
"orogenic": 1712,
|
1861 |
+
"principle": 1713,
|
1862 |
+
"publications": 1714,
|
1863 |
+
"peridotitic": 1715,
|
1864 |
+
"significant": 1716,
|
1865 |
+
"schematically": 1717,
|
1866 |
+
"tanzania": 1718,
|
1867 |
+
"yilgaran": 1719,
|
1868 |
+
"magnetotellurics": 1720
|
1869 |
+
}
|
1870 |
+
}
|
1871 |
+
}
|
tokenizer_config.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cls_token": "[CLS]",
|
3 |
+
"do_basic_tokenize": true,
|
4 |
+
"do_lower_case": true,
|
5 |
+
"mask_token": "[MASK]",
|
6 |
+
"name_or_path": "botryan96/GeoBERT",
|
7 |
+
"never_split": null,
|
8 |
+
"pad_token": "[PAD]",
|
9 |
+
"sep_token": "[SEP]",
|
10 |
+
"special_tokens_map_file": null,
|
11 |
+
"strip_accents": null,
|
12 |
+
"tokenize_chinese_chars": true,
|
13 |
+
"tokenizer_class": "BertTokenizer",
|
14 |
+
"unk_token": "[UNK]"
|
15 |
+
}
|
vocab.txt
ADDED
@@ -0,0 +1,1721 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[PAD]
|
2 |
+
[UNK]
|
3 |
+
[CLS]
|
4 |
+
[SEP]
|
5 |
+
[MASK]
|
6 |
+
'
|
7 |
+
(
|
8 |
+
,
|
9 |
+
-
|
10 |
+
.
|
11 |
+
0
|
12 |
+
1
|
13 |
+
2
|
14 |
+
3
|
15 |
+
4
|
16 |
+
5
|
17 |
+
6
|
18 |
+
7
|
19 |
+
8
|
20 |
+
a
|
21 |
+
b
|
22 |
+
c
|
23 |
+
d
|
24 |
+
e
|
25 |
+
f
|
26 |
+
g
|
27 |
+
h
|
28 |
+
i
|
29 |
+
j
|
30 |
+
k
|
31 |
+
l
|
32 |
+
m
|
33 |
+
n
|
34 |
+
o
|
35 |
+
p
|
36 |
+
q
|
37 |
+
r
|
38 |
+
s
|
39 |
+
t
|
40 |
+
u
|
41 |
+
v
|
42 |
+
w
|
43 |
+
x
|
44 |
+
y
|
45 |
+
z
|
46 |
+
–
|
47 |
+
##e
|
48 |
+
##f
|
49 |
+
##o
|
50 |
+
##r
|
51 |
+
##m
|
52 |
+
##a
|
53 |
+
##t
|
54 |
+
##i
|
55 |
+
##n
|
56 |
+
##l
|
57 |
+
##s
|
58 |
+
##d
|
59 |
+
##h
|
60 |
+
##y
|
61 |
+
##w
|
62 |
+
##v
|
63 |
+
##g
|
64 |
+
##c
|
65 |
+
##u
|
66 |
+
##k
|
67 |
+
##z
|
68 |
+
##b
|
69 |
+
##p
|
70 |
+
##x
|
71 |
+
##5
|
72 |
+
##0
|
73 |
+
##3
|
74 |
+
##j
|
75 |
+
##7
|
76 |
+
##q
|
77 |
+
##6
|
78 |
+
##he
|
79 |
+
##on
|
80 |
+
the
|
81 |
+
##re
|
82 |
+
##at
|
83 |
+
##ic
|
84 |
+
##er
|
85 |
+
##an
|
86 |
+
##es
|
87 |
+
##it
|
88 |
+
of
|
89 |
+
##al
|
90 |
+
##ar
|
91 |
+
##nd
|
92 |
+
##os
|
93 |
+
##en
|
94 |
+
##in
|
95 |
+
##ion
|
96 |
+
##st
|
97 |
+
##ed
|
98 |
+
and
|
99 |
+
##ro
|
100 |
+
##phe
|
101 |
+
##ith
|
102 |
+
##osphe
|
103 |
+
##ct
|
104 |
+
##el
|
105 |
+
##or
|
106 |
+
cr
|
107 |
+
in
|
108 |
+
lith
|
109 |
+
con
|
110 |
+
lithosphe
|
111 |
+
is
|
112 |
+
##le
|
113 |
+
##ent
|
114 |
+
th
|
115 |
+
##eo
|
116 |
+
##as
|
117 |
+
##aton
|
118 |
+
##is
|
119 |
+
craton
|
120 |
+
##ve
|
121 |
+
##ing
|
122 |
+
re
|
123 |
+
to
|
124 |
+
##mp
|
125 |
+
##ation
|
126 |
+
##ant
|
127 |
+
##ol
|
128 |
+
it
|
129 |
+
pro
|
130 |
+
##ical
|
131 |
+
##ou
|
132 |
+
##id
|
133 |
+
##ric
|
134 |
+
##the
|
135 |
+
lithosphere
|
136 |
+
are
|
137 |
+
##che
|
138 |
+
##ther
|
139 |
+
su
|
140 |
+
gr
|
141 |
+
geo
|
142 |
+
mant
|
143 |
+
##ow
|
144 |
+
##if
|
145 |
+
##ess
|
146 |
+
lithospheric
|
147 |
+
mantle
|
148 |
+
by
|
149 |
+
##am
|
150 |
+
##ly
|
151 |
+
##chean
|
152 |
+
fro
|
153 |
+
##og
|
154 |
+
##ts
|
155 |
+
##ies
|
156 |
+
##ure
|
157 |
+
from
|
158 |
+
##th
|
159 |
+
##il
|
160 |
+
bel
|
161 |
+
te
|
162 |
+
##et
|
163 |
+
##om
|
164 |
+
##ad
|
165 |
+
##ig
|
166 |
+
##eral
|
167 |
+
##cti
|
168 |
+
##ec
|
169 |
+
##ist
|
170 |
+
cont
|
171 |
+
co
|
172 |
+
for
|
173 |
+
ma
|
174 |
+
##hen
|
175 |
+
##est
|
176 |
+
##ite
|
177 |
+
gran
|
178 |
+
st
|
179 |
+
##ev
|
180 |
+
##ere
|
181 |
+
##od
|
182 |
+
##ab
|
183 |
+
as
|
184 |
+
ev
|
185 |
+
neo
|
186 |
+
##oc
|
187 |
+
##han
|
188 |
+
##cess
|
189 |
+
##ur
|
190 |
+
##ust
|
191 |
+
##per
|
192 |
+
##ate
|
193 |
+
##ich
|
194 |
+
##osit
|
195 |
+
##ction
|
196 |
+
crust
|
197 |
+
conve
|
198 |
+
that
|
199 |
+
##ogical
|
200 |
+
contin
|
201 |
+
ast
|
202 |
+
ex
|
203 |
+
ear
|
204 |
+
ind
|
205 |
+
par
|
206 |
+
##ter
|
207 |
+
##dc
|
208 |
+
##ce
|
209 |
+
##one
|
210 |
+
##archean
|
211 |
+
##ens
|
212 |
+
##ism
|
213 |
+
process
|
214 |
+
##henosphe
|
215 |
+
asthenosphe
|
216 |
+
sou
|
217 |
+
##ot
|
218 |
+
##se
|
219 |
+
##war
|
220 |
+
##gm
|
221 |
+
cratons
|
222 |
+
continent
|
223 |
+
asthenosphere
|
224 |
+
an
|
225 |
+
low
|
226 |
+
pre
|
227 |
+
wh
|
228 |
+
##ep
|
229 |
+
##oz
|
230 |
+
##oic
|
231 |
+
##har
|
232 |
+
##ud
|
233 |
+
##ick
|
234 |
+
thick
|
235 |
+
##ctive
|
236 |
+
comp
|
237 |
+
which
|
238 |
+
##ozoic
|
239 |
+
at
|
240 |
+
bas
|
241 |
+
dif
|
242 |
+
dhar
|
243 |
+
er
|
244 |
+
gre
|
245 |
+
or
|
246 |
+
pl
|
247 |
+
with
|
248 |
+
##eat
|
249 |
+
##fere
|
250 |
+
##ov
|
251 |
+
##mal
|
252 |
+
##nt
|
253 |
+
##hi
|
254 |
+
##ul
|
255 |
+
##uction
|
256 |
+
##ature
|
257 |
+
##eri
|
258 |
+
##erature
|
259 |
+
##osion
|
260 |
+
##ins
|
261 |
+
##cton
|
262 |
+
##isc
|
263 |
+
##mperature
|
264 |
+
temperature
|
265 |
+
neoarchean
|
266 |
+
differe
|
267 |
+
dharwar
|
268 |
+
erosion
|
269 |
+
ar
|
270 |
+
imp
|
271 |
+
on
|
272 |
+
und
|
273 |
+
we
|
274 |
+
##ew
|
275 |
+
##fer
|
276 |
+
##mov
|
277 |
+
##ay
|
278 |
+
##ia
|
279 |
+
##ness
|
280 |
+
##um
|
281 |
+
##us
|
282 |
+
##ication
|
283 |
+
##ary
|
284 |
+
##enst
|
285 |
+
##ely
|
286 |
+
cons
|
287 |
+
remov
|
288 |
+
##thern
|
289 |
+
sub
|
290 |
+
geol
|
291 |
+
belts
|
292 |
+
tecton
|
293 |
+
magm
|
294 |
+
##ock
|
295 |
+
part
|
296 |
+
##terozoic
|
297 |
+
greenst
|
298 |
+
archean
|
299 |
+
under
|
300 |
+
greenstone
|
301 |
+
al
|
302 |
+
dest
|
303 |
+
ga
|
304 |
+
ke
|
305 |
+
mo
|
306 |
+
other
|
307 |
+
rel
|
308 |
+
sc
|
309 |
+
sev
|
310 |
+
tr
|
311 |
+
up
|
312 |
+
var
|
313 |
+
visc
|
314 |
+
wdc
|
315 |
+
##ra
|
316 |
+
##ac
|
317 |
+
##tion
|
318 |
+
##ties
|
319 |
+
##hy
|
320 |
+
##ved
|
321 |
+
##cre
|
322 |
+
##ong
|
323 |
+
##atic
|
324 |
+
##and
|
325 |
+
##ally
|
326 |
+
int
|
327 |
+
##ents
|
328 |
+
proper
|
329 |
+
##ctiv
|
330 |
+
granul
|
331 |
+
stud
|
332 |
+
evol
|
333 |
+
##osition
|
334 |
+
convective
|
335 |
+
earth
|
336 |
+
india
|
337 |
+
southern
|
338 |
+
continental
|
339 |
+
lower
|
340 |
+
thickness
|
341 |
+
different
|
342 |
+
geological
|
343 |
+
tectonic
|
344 |
+
##ocks
|
345 |
+
keel
|
346 |
+
several
|
347 |
+
properties
|
348 |
+
bou
|
349 |
+
gen
|
350 |
+
late
|
351 |
+
met
|
352 |
+
mec
|
353 |
+
nor
|
354 |
+
she
|
355 |
+
som
|
356 |
+
ter
|
357 |
+
##ri
|
358 |
+
##ak
|
359 |
+
##ast
|
360 |
+
##ted
|
361 |
+
##im
|
362 |
+
##vid
|
363 |
+
##ge
|
364 |
+
##ges
|
365 |
+
##pro
|
366 |
+
ther
|
367 |
+
##ated
|
368 |
+
##ity
|
369 |
+
##arg
|
370 |
+
##ndary
|
371 |
+
##stand
|
372 |
+
##ory
|
373 |
+
this
|
374 |
+
its
|
375 |
+
##ification
|
376 |
+
form
|
377 |
+
composition
|
378 |
+
##hib
|
379 |
+
weak
|
380 |
+
understand
|
381 |
+
vari
|
382 |
+
granulite
|
383 |
+
boundary
|
384 |
+
mechan
|
385 |
+
shear
|
386 |
+
some
|
387 |
+
##proterozoic
|
388 |
+
ac
|
389 |
+
bu
|
390 |
+
ben
|
391 |
+
can
|
392 |
+
du
|
393 |
+
dec
|
394 |
+
dens
|
395 |
+
edc
|
396 |
+
fig
|
397 |
+
hig
|
398 |
+
hist
|
399 |
+
lay
|
400 |
+
mod
|
401 |
+
peri
|
402 |
+
ro
|
403 |
+
rhe
|
404 |
+
wid
|
405 |
+
##iz
|
406 |
+
##ive
|
407 |
+
##sical
|
408 |
+
##duction
|
409 |
+
##ces
|
410 |
+
##ates
|
411 |
+
##ern
|
412 |
+
##ans
|
413 |
+
##ites
|
414 |
+
##ost
|
415 |
+
##ell
|
416 |
+
##ort
|
417 |
+
##ork
|
418 |
+
cratonic
|
419 |
+
rec
|
420 |
+
sug
|
421 |
+
grad
|
422 |
+
##ogy
|
423 |
+
##ists
|
424 |
+
##able
|
425 |
+
##osity
|
426 |
+
exhib
|
427 |
+
processes
|
428 |
+
pres
|
429 |
+
##eath
|
430 |
+
import
|
431 |
+
consists
|
432 |
+
removal
|
433 |
+
viscosity
|
434 |
+
into
|
435 |
+
north
|
436 |
+
mechanism
|
437 |
+
beneath
|
438 |
+
due
|
439 |
+
figure
|
440 |
+
high
|
441 |
+
history
|
442 |
+
layer
|
443 |
+
modification
|
444 |
+
period
|
445 |
+
rheol
|
446 |
+
exhibit
|
447 |
+
am
|
448 |
+
be
|
449 |
+
bl
|
450 |
+
bec
|
451 |
+
col
|
452 |
+
chan
|
453 |
+
di
|
454 |
+
dy
|
455 |
+
dep
|
456 |
+
east
|
457 |
+
heat
|
458 |
+
li
|
459 |
+
man
|
460 |
+
mes
|
461 |
+
marg
|
462 |
+
oce
|
463 |
+
rocks
|
464 |
+
sg
|
465 |
+
sep
|
466 |
+
was
|
467 |
+
zon
|
468 |
+
zone
|
469 |
+
##fic
|
470 |
+
##ration
|
471 |
+
##ruction
|
472 |
+
##mical
|
473 |
+
##most
|
474 |
+
##ave
|
475 |
+
##iev
|
476 |
+
##nam
|
477 |
+
##lm
|
478 |
+
##ho
|
479 |
+
##gest
|
480 |
+
##und
|
481 |
+
##ution
|
482 |
+
##by
|
483 |
+
##pre
|
484 |
+
##qu
|
485 |
+
##here
|
486 |
+
there
|
487 |
+
##ics
|
488 |
+
##ass
|
489 |
+
refer
|
490 |
+
provid
|
491 |
+
geod
|
492 |
+
##ill
|
493 |
+
below
|
494 |
+
believ
|
495 |
+
mafic
|
496 |
+
granite
|
497 |
+
str
|
498 |
+
##ered
|
499 |
+
neoproterozoic
|
500 |
+
crustal
|
501 |
+
parts
|
502 |
+
plum
|
503 |
+
destruction
|
504 |
+
moho
|
505 |
+
sclm
|
506 |
+
trans
|
507 |
+
##hysical
|
508 |
+
##ctively
|
509 |
+
studies
|
510 |
+
evolution
|
511 |
+
general
|
512 |
+
terra
|
513 |
+
accre
|
514 |
+
recent
|
515 |
+
suggest
|
516 |
+
important
|
517 |
+
deple
|
518 |
+
lik
|
519 |
+
many
|
520 |
+
meso
|
521 |
+
sgt
|
522 |
+
separ
|
523 |
+
zones
|
524 |
+
thereby
|
525 |
+
believed
|
526 |
+
plume
|
527 |
+
ad
|
528 |
+
activ
|
529 |
+
bet
|
530 |
+
ch
|
531 |
+
che
|
532 |
+
de
|
533 |
+
dat
|
534 |
+
det
|
535 |
+
dur
|
536 |
+
fur
|
537 |
+
few
|
538 |
+
fac
|
539 |
+
gl
|
540 |
+
how
|
541 |
+
km
|
542 |
+
ka
|
543 |
+
le
|
544 |
+
lab
|
545 |
+
loc
|
546 |
+
mat
|
547 |
+
min
|
548 |
+
ov
|
549 |
+
rig
|
550 |
+
rich
|
551 |
+
so
|
552 |
+
sh
|
553 |
+
smal
|
554 |
+
when
|
555 |
+
where
|
556 |
+
will
|
557 |
+
##em
|
558 |
+
##een
|
559 |
+
##ft
|
560 |
+
##fle
|
561 |
+
##oy
|
562 |
+
##ob
|
563 |
+
##mom
|
564 |
+
##av
|
565 |
+
##au
|
566 |
+
##ap
|
567 |
+
##act
|
568 |
+
##ail
|
569 |
+
##agm
|
570 |
+
##iv
|
571 |
+
##ior
|
572 |
+
##ld
|
573 |
+
##led
|
574 |
+
##sed
|
575 |
+
##yp
|
576 |
+
##ynam
|
577 |
+
##work
|
578 |
+
##ween
|
579 |
+
##vent
|
580 |
+
##gh
|
581 |
+
##ci
|
582 |
+
##ch
|
583 |
+
##can
|
584 |
+
##uct
|
585 |
+
##kes
|
586 |
+
##ph
|
587 |
+
##50
|
588 |
+
these
|
589 |
+
##red
|
590 |
+
##espre
|
591 |
+
##ities
|
592 |
+
##ale
|
593 |
+
##nding
|
594 |
+
##osed
|
595 |
+
##ine
|
596 |
+
##ions
|
597 |
+
##ional
|
598 |
+
##orph
|
599 |
+
incre
|
600 |
+
cond
|
601 |
+
than
|
602 |
+
##asom
|
603 |
+
rework
|
604 |
+
##ous
|
605 |
+
##chem
|
606 |
+
sur
|
607 |
+
##amb
|
608 |
+
##amorph
|
609 |
+
##iliz
|
610 |
+
granites
|
611 |
+
stable
|
612 |
+
events
|
613 |
+
convection
|
614 |
+
earl
|
615 |
+
south
|
616 |
+
##sequ
|
617 |
+
continents
|
618 |
+
base
|
619 |
+
plate
|
620 |
+
##erial
|
621 |
+
temperatures
|
622 |
+
one
|
623 |
+
consid
|
624 |
+
subduction
|
625 |
+
magma
|
626 |
+
scale
|
627 |
+
upper
|
628 |
+
study
|
629 |
+
evolved
|
630 |
+
keels
|
631 |
+
metasom
|
632 |
+
metamorph
|
633 |
+
thermal
|
634 |
+
thermom
|
635 |
+
formed
|
636 |
+
weaken
|
637 |
+
buoy
|
638 |
+
density
|
639 |
+
root
|
640 |
+
widespre
|
641 |
+
present
|
642 |
+
rheological
|
643 |
+
exhibits
|
644 |
+
blocks
|
645 |
+
dykes
|
646 |
+
eastern
|
647 |
+
ocean
|
648 |
+
referred
|
649 |
+
geodynam
|
650 |
+
struct
|
651 |
+
transfer
|
652 |
+
terrains
|
653 |
+
depleted
|
654 |
+
like
|
655 |
+
mesoarchean
|
656 |
+
between
|
657 |
+
chemical
|
658 |
+
data
|
659 |
+
during
|
660 |
+
further
|
661 |
+
glob
|
662 |
+
material
|
663 |
+
mineral
|
664 |
+
rigid
|
665 |
+
soft
|
666 |
+
small
|
667 |
+
##flect
|
668 |
+
##ause
|
669 |
+
##agmatic
|
670 |
+
increas
|
671 |
+
##sequent
|
672 |
+
thermomagmatic
|
673 |
+
widespread
|
674 |
+
structure
|
675 |
+
37
|
676 |
+
active
|
677 |
+
amal
|
678 |
+
age
|
679 |
+
bo
|
680 |
+
cl
|
681 |
+
cre
|
682 |
+
del
|
683 |
+
dist
|
684 |
+
disc
|
685 |
+
ef
|
686 |
+
en
|
687 |
+
fr
|
688 |
+
fi
|
689 |
+
fl
|
690 |
+
fin
|
691 |
+
fund
|
692 |
+
has
|
693 |
+
have
|
694 |
+
kar
|
695 |
+
long
|
696 |
+
mel
|
697 |
+
mass
|
698 |
+
nw
|
699 |
+
nu
|
700 |
+
num
|
701 |
+
ou
|
702 |
+
phan
|
703 |
+
pass
|
704 |
+
physical
|
705 |
+
res
|
706 |
+
rif
|
707 |
+
se
|
708 |
+
sy
|
709 |
+
sw
|
710 |
+
sin
|
711 |
+
tre
|
712 |
+
typ
|
713 |
+
used
|
714 |
+
vi
|
715 |
+
ver
|
716 |
+
vol
|
717 |
+
war
|
718 |
+
wor
|
719 |
+
west
|
720 |
+
xen
|
721 |
+
##eas
|
722 |
+
##ectively
|
723 |
+
##op
|
724 |
+
##other
|
725 |
+
##ry
|
726 |
+
##rit
|
727 |
+
##rad
|
728 |
+
##ms
|
729 |
+
##mot
|
730 |
+
##ain
|
731 |
+
##amp
|
732 |
+
##ture
|
733 |
+
##tered
|
734 |
+
##ian
|
735 |
+
##ially
|
736 |
+
##la
|
737 |
+
##les
|
738 |
+
##so
|
739 |
+
##der
|
740 |
+
##dration
|
741 |
+
##well
|
742 |
+
##val
|
743 |
+
##ga
|
744 |
+
##gn
|
745 |
+
##gam
|
746 |
+
##cl
|
747 |
+
##cle
|
748 |
+
##camb
|
749 |
+
##uid
|
750 |
+
##ber
|
751 |
+
##ple
|
752 |
+
##physical
|
753 |
+
##posed
|
754 |
+
##ond
|
755 |
+
##ating
|
756 |
+
##atism
|
757 |
+
##icating
|
758 |
+
##erozoic
|
759 |
+
##erved
|
760 |
+
##itic
|
761 |
+
##itrad
|
762 |
+
##ence
|
763 |
+
##inn
|
764 |
+
##inal
|
765 |
+
##inate
|
766 |
+
##stem
|
767 |
+
##round
|
768 |
+
##iths
|
769 |
+
##cting
|
770 |
+
##eld
|
771 |
+
init
|
772 |
+
inter
|
773 |
+
conduction
|
774 |
+
convent
|
775 |
+
##ental
|
776 |
+
thus
|
777 |
+
thinn
|
778 |
+
ret
|
779 |
+
reg
|
780 |
+
rehy
|
781 |
+
reflect
|
782 |
+
toge
|
783 |
+
##ations
|
784 |
+
##ational
|
785 |
+
##ology
|
786 |
+
##oliths
|
787 |
+
proterozoic
|
788 |
+
promot
|
789 |
+
##oup
|
790 |
+
##ough
|
791 |
+
##idence
|
792 |
+
##rich
|
793 |
+
areas
|
794 |
+
super
|
795 |
+
suture
|
796 |
+
geother
|
797 |
+
geochem
|
798 |
+
geophysical
|
799 |
+
##own
|
800 |
+
##amew
|
801 |
+
##aminate
|
802 |
+
##amental
|
803 |
+
##lying
|
804 |
+
##iest
|
805 |
+
##ilt
|
806 |
+
##omes
|
807 |
+
##ads
|
808 |
+
##erall
|
809 |
+
##istry
|
810 |
+
cool
|
811 |
+
forces
|
812 |
+
##ever
|
813 |
+
##abiliz
|
814 |
+
evidence
|
815 |
+
##urga
|
816 |
+
convecting
|
817 |
+
continu
|
818 |
+
examp
|
819 |
+
exposed
|
820 |
+
early
|
821 |
+
indicating
|
822 |
+
##termost
|
823 |
+
any
|
824 |
+
anci
|
825 |
+
another
|
826 |
+
prev
|
827 |
+
precamb
|
828 |
+
basal
|
829 |
+
basins
|
830 |
+
order
|
831 |
+
differen
|
832 |
+
removes
|
833 |
+
subsequent
|
834 |
+
magmatic
|
835 |
+
magmatism
|
836 |
+
underlying
|
837 |
+
along
|
838 |
+
altered
|
839 |
+
also
|
840 |
+
destabiliz
|
841 |
+
more
|
842 |
+
relat
|
843 |
+
releas
|
844 |
+
upwell
|
845 |
+
viscus
|
846 |
+
##rian
|
847 |
+
##vided
|
848 |
+
compositional
|
849 |
+
understanding
|
850 |
+
variation
|
851 |
+
but
|
852 |
+
wide
|
853 |
+
grade
|
854 |
+
gradu
|
855 |
+
mechanisms
|
856 |
+
periods
|
857 |
+
rheology
|
858 |
+
amou
|
859 |
+
among
|
860 |
+
being
|
861 |
+
because
|
862 |
+
becomes
|
863 |
+
cold
|
864 |
+
chang
|
865 |
+
changes
|
866 |
+
dire
|
867 |
+
divided
|
868 |
+
margins
|
869 |
+
provides
|
870 |
+
generally
|
871 |
+
accretion
|
872 |
+
accreted
|
873 |
+
separated
|
874 |
+
separates
|
875 |
+
activity
|
876 |
+
chitrad
|
877 |
+
detail
|
878 |
+
facies
|
879 |
+
however
|
880 |
+
kaap
|
881 |
+
leads
|
882 |
+
overall
|
883 |
+
shown
|
884 |
+
whereas
|
885 |
+
##ively
|
886 |
+
condu
|
887 |
+
reworking
|
888 |
+
surround
|
889 |
+
earliest
|
890 |
+
consider
|
891 |
+
metasomatic
|
892 |
+
metamorphism
|
893 |
+
weakening
|
894 |
+
buoyant
|
895 |
+
oceanic
|
896 |
+
geodynamic
|
897 |
+
transfers
|
898 |
+
globe
|
899 |
+
mineralogical
|
900 |
+
increases
|
901 |
+
amalgam
|
902 |
+
both
|
903 |
+
delaminate
|
904 |
+
eff
|
905 |
+
framew
|
906 |
+
fluid
|
907 |
+
finally
|
908 |
+
fundamental
|
909 |
+
massif
|
910 |
+
nucle
|
911 |
+
outermost
|
912 |
+
phanerozoic
|
913 |
+
passive
|
914 |
+
seism
|
915 |
+
system
|
916 |
+
trending
|
917 |
+
view
|
918 |
+
volcan
|
919 |
+
world
|
920 |
+
western
|
921 |
+
xenoliths
|
922 |
+
conventional
|
923 |
+
rehydration
|
924 |
+
together
|
925 |
+
geochemistry
|
926 |
+
ancient
|
927 |
+
precambrian
|
928 |
+
destabilizing
|
929 |
+
released
|
930 |
+
upwelling
|
931 |
+
chitradurga
|
932 |
+
kaapval
|
933 |
+
framework
|
934 |
+
fluids
|
935 |
+
13
|
936 |
+
250
|
937 |
+
35
|
938 |
+
350
|
939 |
+
40
|
940 |
+
56
|
941 |
+
550
|
942 |
+
60
|
943 |
+
af
|
944 |
+
aw
|
945 |
+
ab
|
946 |
+
act
|
947 |
+
amp
|
948 |
+
ages
|
949 |
+
bh
|
950 |
+
bar
|
951 |
+
bro
|
952 |
+
bab
|
953 |
+
bhi
|
954 |
+
brit
|
955 |
+
cal
|
956 |
+
cam
|
957 |
+
char
|
958 |
+
cud
|
959 |
+
cause
|
960 |
+
coup
|
961 |
+
des
|
962 |
+
dis
|
963 |
+
dev
|
964 |
+
deri
|
965 |
+
dri
|
966 |
+
dim
|
967 |
+
et
|
968 |
+
ep
|
969 |
+
emp
|
970 |
+
eac
|
971 |
+
ecl
|
972 |
+
fe
|
973 |
+
fo
|
974 |
+
fol
|
975 |
+
fast
|
976 |
+
fact
|
977 |
+
go
|
978 |
+
gn
|
979 |
+
gh
|
980 |
+
gas
|
981 |
+
hy
|
982 |
+
hyp
|
983 |
+
id
|
984 |
+
kal
|
985 |
+
kil
|
986 |
+
kom
|
987 |
+
kim
|
988 |
+
kamb
|
989 |
+
lat
|
990 |
+
lid
|
991 |
+
lim
|
992 |
+
larg
|
993 |
+
line
|
994 |
+
mw
|
995 |
+
mar
|
996 |
+
mos
|
997 |
+
med
|
998 |
+
mid
|
999 |
+
mad
|
1000 |
+
mig
|
1001 |
+
mov
|
1002 |
+
most
|
1003 |
+
non
|
1004 |
+
not
|
1005 |
+
new
|
1006 |
+
ol
|
1007 |
+
os
|
1008 |
+
oc
|
1009 |
+
ob
|
1010 |
+
oro
|
1011 |
+
our
|
1012 |
+
oper
|
1013 |
+
old
|
1014 |
+
pr
|
1015 |
+
pu
|
1016 |
+
per
|
1017 |
+
pal
|
1018 |
+
peo
|
1019 |
+
pow
|
1020 |
+
pod
|
1021 |
+
phy
|
1022 |
+
position
|
1023 |
+
past
|
1024 |
+
pain
|
1025 |
+
ran
|
1026 |
+
red
|
1027 |
+
ris
|
1028 |
+
rid
|
1029 |
+
sl
|
1030 |
+
sil
|
1031 |
+
sig
|
1032 |
+
sec
|
1033 |
+
shi
|
1034 |
+
sim
|
1035 |
+
sarg
|
1036 |
+
schem
|
1037 |
+
tw
|
1038 |
+
ton
|
1039 |
+
tan
|
1040 |
+
tens
|
1041 |
+
tim
|
1042 |
+
table
|
1043 |
+
trich
|
1044 |
+
tilt
|
1045 |
+
vel
|
1046 |
+
wy
|
1047 |
+
wat
|
1048 |
+
wit
|
1049 |
+
were
|
1050 |
+
way
|
1051 |
+
well
|
1052 |
+
wave
|
1053 |
+
yil
|
1054 |
+
##eg
|
1055 |
+
##eed
|
1056 |
+
##ect
|
1057 |
+
##eis
|
1058 |
+
##ecton
|
1059 |
+
##equ
|
1060 |
+
##fa
|
1061 |
+
##for
|
1062 |
+
##fra
|
1063 |
+
##filt
|
1064 |
+
##ove
|
1065 |
+
##othe
|
1066 |
+
##ots
|
1067 |
+
##ron
|
1068 |
+
##ran
|
1069 |
+
##rst
|
1070 |
+
##raton
|
1071 |
+
##rce
|
1072 |
+
##rins
|
1073 |
+
##rates
|
1074 |
+
##ma
|
1075 |
+
##mb
|
1076 |
+
##mer
|
1077 |
+
##min
|
1078 |
+
##ment
|
1079 |
+
##mation
|
1080 |
+
##ments
|
1081 |
+
##ah
|
1082 |
+
##aic
|
1083 |
+
##ains
|
1084 |
+
##ti
|
1085 |
+
##tic
|
1086 |
+
##tin
|
1087 |
+
##tle
|
1088 |
+
##tical
|
1089 |
+
##tens
|
1090 |
+
##tac
|
1091 |
+
##tiliz
|
1092 |
+
##tational
|
1093 |
+
##tecton
|
1094 |
+
##ip
|
1095 |
+
##ier
|
1096 |
+
##ied
|
1097 |
+
##iation
|
1098 |
+
##ium
|
1099 |
+
##ients
|
1100 |
+
##iated
|
1101 |
+
##iates
|
1102 |
+
##iitic
|
1103 |
+
##nif
|
1104 |
+
##nts
|
1105 |
+
##not
|
1106 |
+
##lin
|
1107 |
+
##lis
|
1108 |
+
##lant
|
1109 |
+
##low
|
1110 |
+
##lite
|
1111 |
+
##lication
|
1112 |
+
##lac
|
1113 |
+
##land
|
1114 |
+
##lim
|
1115 |
+
##lian
|
1116 |
+
##ses
|
1117 |
+
##sis
|
1118 |
+
##sol
|
1119 |
+
##soc
|
1120 |
+
##sics
|
1121 |
+
##ssed
|
1122 |
+
##served
|
1123 |
+
##dd
|
1124 |
+
##dit
|
1125 |
+
##dro
|
1126 |
+
##dap
|
1127 |
+
##hj
|
1128 |
+
##ys
|
1129 |
+
##yc
|
1130 |
+
##yar
|
1131 |
+
##vic
|
1132 |
+
##ver
|
1133 |
+
##van
|
1134 |
+
##ves
|
1135 |
+
##ven
|
1136 |
+
##gi
|
1137 |
+
##gre
|
1138 |
+
##gar
|
1139 |
+
##gen
|
1140 |
+
##gered
|
1141 |
+
##cy
|
1142 |
+
##ced
|
1143 |
+
##cis
|
1144 |
+
##ccess
|
1145 |
+
##cur
|
1146 |
+
##cum
|
1147 |
+
##cri
|
1148 |
+
##crit
|
1149 |
+
##uric
|
1150 |
+
##uity
|
1151 |
+
##uces
|
1152 |
+
##ugh
|
1153 |
+
##utational
|
1154 |
+
##kal
|
1155 |
+
##zan
|
1156 |
+
##zation
|
1157 |
+
##be
|
1158 |
+
##bed
|
1159 |
+
##blication
|
1160 |
+
##por
|
1161 |
+
##pectively
|
1162 |
+
##00
|
1163 |
+
##jor
|
1164 |
+
##onents
|
1165 |
+
##ontin
|
1166 |
+
then
|
1167 |
+
they
|
1168 |
+
##reas
|
1169 |
+
##regn
|
1170 |
+
##relian
|
1171 |
+
##rever
|
1172 |
+
##ats
|
1173 |
+
##atical
|
1174 |
+
##ately
|
1175 |
+
##atiz
|
1176 |
+
##atiitic
|
1177 |
+
##ica
|
1178 |
+
##icant
|
1179 |
+
##ers
|
1180 |
+
##erist
|
1181 |
+
##erate
|
1182 |
+
##erous
|
1183 |
+
##ermin
|
1184 |
+
##erves
|
1185 |
+
##ani
|
1186 |
+
##ance
|
1187 |
+
##ancy
|
1188 |
+
##esy
|
1189 |
+
##ition
|
1190 |
+
##itates
|
1191 |
+
##itational
|
1192 |
+
##alite
|
1193 |
+
##allow
|
1194 |
+
##ose
|
1195 |
+
##osep
|
1196 |
+
##enrich
|
1197 |
+
##ina
|
1198 |
+
##ined
|
1199 |
+
##inct
|
1200 |
+
##inci
|
1201 |
+
##sts
|
1202 |
+
##stab
|
1203 |
+
##stra
|
1204 |
+
##stell
|
1205 |
+
##roved
|
1206 |
+
##roys
|
1207 |
+
##rovic
|
1208 |
+
##cted
|
1209 |
+
##ctory
|
1210 |
+
##elop
|
1211 |
+
##ors
|
1212 |
+
##org
|
1213 |
+
##orth
|
1214 |
+
infer
|
1215 |
+
incl
|
1216 |
+
infilt
|
1217 |
+
incis
|
1218 |
+
instab
|
1219 |
+
lithology
|
1220 |
+
consequent
|
1221 |
+
constra
|
1222 |
+
isot
|
1223 |
+
island
|
1224 |
+
##ented
|
1225 |
+
##entif
|
1226 |
+
though
|
1227 |
+
those
|
1228 |
+
##eous
|
1229 |
+
##eoproterozoic
|
1230 |
+
##assical
|
1231 |
+
##isod
|
1232 |
+
##inges
|
1233 |
+
refra
|
1234 |
+
reenrich
|
1235 |
+
tool
|
1236 |
+
##olite
|
1237 |
+
##ological
|
1238 |
+
probe
|
1239 |
+
##idot
|
1240 |
+
##idus
|
1241 |
+
##rican
|
1242 |
+
##chemical
|
1243 |
+
such
|
1244 |
+
sudd
|
1245 |
+
success
|
1246 |
+
grav
|
1247 |
+
geoch
|
1248 |
+
geotecton
|
1249 |
+
geochemical
|
1250 |
+
##ogites
|
1251 |
+
##ilar
|
1252 |
+
##ilities
|
1253 |
+
##ilitates
|
1254 |
+
belt
|
1255 |
+
##ety
|
1256 |
+
##etic
|
1257 |
+
##etot
|
1258 |
+
##eters
|
1259 |
+
##oming
|
1260 |
+
##ometers
|
1261 |
+
##ada
|
1262 |
+
##ades
|
1263 |
+
##adgi
|
1264 |
+
##adition
|
1265 |
+
##iginal
|
1266 |
+
##iggered
|
1267 |
+
content
|
1268 |
+
contra
|
1269 |
+
contact
|
1270 |
+
core
|
1271 |
+
cohere
|
1272 |
+
coorg
|
1273 |
+
magn
|
1274 |
+
major
|
1275 |
+
granod
|
1276 |
+
##abud
|
1277 |
+
asce
|
1278 |
+
asse
|
1279 |
+
assoc
|
1280 |
+
even
|
1281 |
+
##ocities
|
1282 |
+
##hanced
|
1283 |
+
##osites
|
1284 |
+
convectively
|
1285 |
+
exot
|
1286 |
+
expre
|
1287 |
+
extens
|
1288 |
+
indication
|
1289 |
+
indian
|
1290 |
+
indeed
|
1291 |
+
##ensation
|
1292 |
+
##ensch
|
1293 |
+
##ensions
|
1294 |
+
asthenospheri
|
1295 |
+
source
|
1296 |
+
##sected
|
1297 |
+
##ward
|
1298 |
+
anorth
|
1299 |
+
prevent
|
1300 |
+
##udes
|
1301 |
+
composed
|
1302 |
+
complim
|
1303 |
+
computational
|
1304 |
+
components
|
1305 |
+
atlant
|
1306 |
+
basin
|
1307 |
+
based
|
1308 |
+
greensch
|
1309 |
+
original
|
1310 |
+
play
|
1311 |
+
plac
|
1312 |
+
##ntly
|
1313 |
+
##hip
|
1314 |
+
##ulation
|
1315 |
+
##ults
|
1316 |
+
impregn
|
1317 |
+
improved
|
1318 |
+
impinges
|
1319 |
+
only
|
1320 |
+
##nessed
|
1321 |
+
removed
|
1322 |
+
subsol
|
1323 |
+
geology
|
1324 |
+
tectono
|
1325 |
+
magmas
|
1326 |
+
partially
|
1327 |
+
alkal
|
1328 |
+
destroys
|
1329 |
+
moyar
|
1330 |
+
others
|
1331 |
+
relate
|
1332 |
+
related
|
1333 |
+
relations
|
1334 |
+
trond
|
1335 |
+
tradition
|
1336 |
+
triggered
|
1337 |
+
upward
|
1338 |
+
varies
|
1339 |
+
integ
|
1340 |
+
intrins
|
1341 |
+
granulites
|
1342 |
+
lowermost
|
1343 |
+
differentiation
|
1344 |
+
tectonics
|
1345 |
+
generate
|
1346 |
+
genetic
|
1347 |
+
northern
|
1348 |
+
terran
|
1349 |
+
terti
|
1350 |
+
##rier
|
1351 |
+
##gests
|
1352 |
+
forms
|
1353 |
+
compositionally
|
1354 |
+
##hibolite
|
1355 |
+
weaker
|
1356 |
+
weakens
|
1357 |
+
variant
|
1358 |
+
variable
|
1359 |
+
various
|
1360 |
+
variety
|
1361 |
+
mechanical
|
1362 |
+
accum
|
1363 |
+
cannot
|
1364 |
+
canada
|
1365 |
+
deccan
|
1366 |
+
decoup
|
1367 |
+
decraton
|
1368 |
+
decreas
|
1369 |
+
decades
|
1370 |
+
denser
|
1371 |
+
densification
|
1372 |
+
role
|
1373 |
+
roots
|
1374 |
+
##ization
|
1375 |
+
##elluric
|
1376 |
+
recyc
|
1377 |
+
suggests
|
1378 |
+
gradients
|
1379 |
+
preserved
|
1380 |
+
preserves
|
1381 |
+
importance
|
1382 |
+
highly
|
1383 |
+
exhibited
|
1384 |
+
block
|
1385 |
+
colla
|
1386 |
+
collis
|
1387 |
+
dynam
|
1388 |
+
margin
|
1389 |
+
marginal
|
1390 |
+
oceans
|
1391 |
+
refertiliz
|
1392 |
+
provide
|
1393 |
+
provided
|
1394 |
+
geodesy
|
1395 |
+
##illation
|
1396 |
+
strong
|
1397 |
+
mohorovic
|
1398 |
+
transpor
|
1399 |
+
terrain
|
1400 |
+
suggested
|
1401 |
+
depletion
|
1402 |
+
likely
|
1403 |
+
mesoproterozoic
|
1404 |
+
adequ
|
1405 |
+
addit
|
1406 |
+
advan
|
1407 |
+
activities
|
1408 |
+
china
|
1409 |
+
deflect
|
1410 |
+
defor
|
1411 |
+
degre
|
1412 |
+
determin
|
1413 |
+
facilitates
|
1414 |
+
karelian
|
1415 |
+
leave
|
1416 |
+
local
|
1417 |
+
located
|
1418 |
+
locations
|
1419 |
+
over
|
1420 |
+
shallow
|
1421 |
+
##emite
|
1422 |
+
##avu
|
1423 |
+
##avani
|
1424 |
+
##acterist
|
1425 |
+
##ails
|
1426 |
+
##ivine
|
1427 |
+
##iorite
|
1428 |
+
condensation
|
1429 |
+
reworked
|
1430 |
+
surfa
|
1431 |
+
earlier
|
1432 |
+
considered
|
1433 |
+
uppermost
|
1434 |
+
metasomatiz
|
1435 |
+
metamorphic
|
1436 |
+
buoyancy
|
1437 |
+
presented
|
1438 |
+
geodynamics
|
1439 |
+
chemically
|
1440 |
+
global
|
1441 |
+
softens
|
1442 |
+
increase
|
1443 |
+
closep
|
1444 |
+
classical
|
1445 |
+
creep
|
1446 |
+
cretac
|
1447 |
+
distinct
|
1448 |
+
distillation
|
1449 |
+
discip
|
1450 |
+
discontin
|
1451 |
+
enough
|
1452 |
+
enhanced
|
1453 |
+
field
|
1454 |
+
first
|
1455 |
+
karur
|
1456 |
+
karwar
|
1457 |
+
melt
|
1458 |
+
melts
|
1459 |
+
number
|
1460 |
+
numerous
|
1461 |
+
respectively
|
1462 |
+
results
|
1463 |
+
rift
|
1464 |
+
rifts
|
1465 |
+
sink
|
1466 |
+
since
|
1467 |
+
types
|
1468 |
+
typical
|
1469 |
+
very
|
1470 |
+
vertical
|
1471 |
+
warms
|
1472 |
+
warmer
|
1473 |
+
##ope
|
1474 |
+
##ained
|
1475 |
+
##lages
|
1476 |
+
##berlite
|
1477 |
+
##ondary
|
1478 |
+
initially
|
1479 |
+
initiates
|
1480 |
+
interior
|
1481 |
+
interstell
|
1482 |
+
thinner
|
1483 |
+
thinning
|
1484 |
+
retains
|
1485 |
+
retained
|
1486 |
+
region
|
1487 |
+
regions
|
1488 |
+
reflects
|
1489 |
+
promote
|
1490 |
+
promotes
|
1491 |
+
superior
|
1492 |
+
supercrit
|
1493 |
+
sutured
|
1494 |
+
geothermal
|
1495 |
+
geotherms
|
1496 |
+
continuation
|
1497 |
+
continuous
|
1498 |
+
example
|
1499 |
+
examples
|
1500 |
+
prevents
|
1501 |
+
prevails
|
1502 |
+
basalts
|
1503 |
+
basaltic
|
1504 |
+
difference
|
1505 |
+
differences
|
1506 |
+
relative
|
1507 |
+
relatively
|
1508 |
+
gradual
|
1509 |
+
gradually
|
1510 |
+
amount
|
1511 |
+
amounts
|
1512 |
+
changed
|
1513 |
+
changing
|
1514 |
+
direct
|
1515 |
+
direction
|
1516 |
+
details
|
1517 |
+
detailed
|
1518 |
+
conductive
|
1519 |
+
conductively
|
1520 |
+
surrounded
|
1521 |
+
surrounding
|
1522 |
+
amalgamation
|
1523 |
+
amalgamated
|
1524 |
+
effectively
|
1525 |
+
effect
|
1526 |
+
massifs
|
1527 |
+
nuclei
|
1528 |
+
nucleus
|
1529 |
+
seismic
|
1530 |
+
seismology
|
1531 |
+
volcanism
|
1532 |
+
volcanics
|
1533 |
+
1300
|
1534 |
+
african
|
1535 |
+
away
|
1536 |
+
above
|
1537 |
+
amphibolite
|
1538 |
+
bhavani
|
1539 |
+
barrier
|
1540 |
+
brough
|
1541 |
+
bababud
|
1542 |
+
bhima
|
1543 |
+
brittle
|
1544 |
+
called
|
1545 |
+
came
|
1546 |
+
characterist
|
1547 |
+
cuddap
|
1548 |
+
coupled
|
1549 |
+
descri
|
1550 |
+
dissected
|
1551 |
+
develop
|
1552 |
+
derived
|
1553 |
+
driven
|
1554 |
+
dimensions
|
1555 |
+
etc
|
1556 |
+
episod
|
1557 |
+
emplac
|
1558 |
+
each
|
1559 |
+
eclogites
|
1560 |
+
forever
|
1561 |
+
fold
|
1562 |
+
factors
|
1563 |
+
good
|
1564 |
+
gneis
|
1565 |
+
ghats
|
1566 |
+
hydro
|
1567 |
+
hypothe
|
1568 |
+
identif
|
1569 |
+
kaladgi
|
1570 |
+
kilometers
|
1571 |
+
komatiitic
|
1572 |
+
kimberlite
|
1573 |
+
kambam
|
1574 |
+
lateral
|
1575 |
+
limit
|
1576 |
+
largest
|
1577 |
+
linear
|
1578 |
+
mwm
|
1579 |
+
mark
|
1580 |
+
mosaic
|
1581 |
+
medium
|
1582 |
+
made
|
1583 |
+
migration
|
1584 |
+
moves
|
1585 |
+
olivine
|
1586 |
+
occur
|
1587 |
+
observed
|
1588 |
+
orogen
|
1589 |
+
operation
|
1590 |
+
oldest
|
1591 |
+
princi
|
1592 |
+
publication
|
1593 |
+
peridot
|
1594 |
+
paleoproterozoic
|
1595 |
+
people
|
1596 |
+
power
|
1597 |
+
pods
|
1598 |
+
physics
|
1599 |
+
painavu
|
1600 |
+
range
|
1601 |
+
reduces
|
1602 |
+
rising
|
1603 |
+
ridges
|
1604 |
+
slab
|
1605 |
+
silica
|
1606 |
+
signif
|
1607 |
+
secondary
|
1608 |
+
shield
|
1609 |
+
similar
|
1610 |
+
sargur
|
1611 |
+
schematical
|
1612 |
+
two
|
1613 |
+
tonalite
|
1614 |
+
tanzan
|
1615 |
+
time
|
1616 |
+
trichur
|
1617 |
+
tilting
|
1618 |
+
velocities
|
1619 |
+
wyoming
|
1620 |
+
water
|
1621 |
+
witnessed
|
1622 |
+
yilgar
|
1623 |
+
##ronological
|
1624 |
+
##mblages
|
1625 |
+
##lines
|
1626 |
+
##hjemite
|
1627 |
+
includes
|
1628 |
+
infiltration
|
1629 |
+
incisive
|
1630 |
+
instabilities
|
1631 |
+
consequently
|
1632 |
+
constrained
|
1633 |
+
isotope
|
1634 |
+
refractory
|
1635 |
+
reenrichment
|
1636 |
+
tools
|
1637 |
+
sudden
|
1638 |
+
successively
|
1639 |
+
gravitational
|
1640 |
+
geochronological
|
1641 |
+
geotectonic
|
1642 |
+
##etotelluric
|
1643 |
+
contrasts
|
1644 |
+
coherently
|
1645 |
+
magnetotelluric
|
1646 |
+
granodiorite
|
1647 |
+
ascending
|
1648 |
+
assemblages
|
1649 |
+
associated
|
1650 |
+
exotic
|
1651 |
+
expressed
|
1652 |
+
extensive
|
1653 |
+
asthenospherization
|
1654 |
+
anorthosites
|
1655 |
+
preventing
|
1656 |
+
complimented
|
1657 |
+
atlantic
|
1658 |
+
greenschist
|
1659 |
+
plays
|
1660 |
+
places
|
1661 |
+
impregnation
|
1662 |
+
subsolidus
|
1663 |
+
alkaline
|
1664 |
+
relationship
|
1665 |
+
trondhjemite
|
1666 |
+
traditionally
|
1667 |
+
integrates
|
1668 |
+
intrinsic
|
1669 |
+
terranes
|
1670 |
+
tertiary
|
1671 |
+
accumulation
|
1672 |
+
decouples
|
1673 |
+
decratonization
|
1674 |
+
decrease
|
1675 |
+
recycled
|
1676 |
+
collage
|
1677 |
+
collisional
|
1678 |
+
dynamic
|
1679 |
+
refertilization
|
1680 |
+
mohorovicic
|
1681 |
+
transported
|
1682 |
+
adequately
|
1683 |
+
additions
|
1684 |
+
advances
|
1685 |
+
deflected
|
1686 |
+
deformation
|
1687 |
+
degree
|
1688 |
+
determining
|
1689 |
+
shallows
|
1690 |
+
surface
|
1691 |
+
metasomatized
|
1692 |
+
closepet
|
1693 |
+
cretaceous
|
1694 |
+
distinctly
|
1695 |
+
disciplines
|
1696 |
+
discontinuity
|
1697 |
+
fields
|
1698 |
+
interstellar
|
1699 |
+
supercritical
|
1700 |
+
brought
|
1701 |
+
bababudan
|
1702 |
+
characteristics
|
1703 |
+
cuddapah
|
1704 |
+
described
|
1705 |
+
developments
|
1706 |
+
episodes
|
1707 |
+
emplaced
|
1708 |
+
gneisses
|
1709 |
+
hydrous
|
1710 |
+
hypothesis
|
1711 |
+
identified
|
1712 |
+
occurs
|
1713 |
+
orogenic
|
1714 |
+
principle
|
1715 |
+
publications
|
1716 |
+
peridotitic
|
1717 |
+
significant
|
1718 |
+
schematically
|
1719 |
+
tanzania
|
1720 |
+
yilgaran
|
1721 |
+
magnetotellurics
|