Adriane Boyd
commited on
Commit
•
c567a8a
1
Parent(s):
3d41311
Add ko_udv25_koreankaist_trf-0.0.1
Browse files- .gitattributes +5 -0
- LICENSE.txt +4 -0
- README.md +109 -0
- config.cfg +254 -0
- experimental_char_ner_tokenizer/cfg +13 -0
- experimental_char_ner_tokenizer/model +3 -0
- experimental_char_ner_tokenizer/moves +1 -0
- experimental_edit_tree_lemmatizer/cfg +3308 -0
- experimental_edit_tree_lemmatizer/model +3 -0
- experimental_edit_tree_lemmatizer/trees +0 -0
- ko_udv25_koreankaist_trf-any-py3-none-any.whl +3 -0
- meta.json +5559 -0
- morphologizer/cfg +42 -0
- morphologizer/model +3 -0
- parser/cfg +13 -0
- parser/model +3 -0
- parser/moves +1 -0
- senter/cfg +3 -0
- senter/model +3 -0
- tagger/cfg +1981 -0
- tagger/model +3 -0
- transformer/cfg +3 -0
- transformer/model +3 -0
- vocab/key2row +1 -0
- vocab/lookups.bin +3 -0
- vocab/strings.json +3 -0
- vocab/vectors +3 -0
- vocab/vectors.cfg +3 -0
.gitattributes
CHANGED
@@ -25,3 +25,8 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
25 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
26 |
*.zstandard filter=lfs diff=lfs merge=lfs -text
|
27 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
25 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
26 |
*.zstandard filter=lfs diff=lfs merge=lfs -text
|
27 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
28 |
+
*.whl filter=lfs diff=lfs merge=lfs -text
|
29 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
30 |
+
*strings.json filter=lfs diff=lfs merge=lfs -text
|
31 |
+
vectors filter=lfs diff=lfs merge=lfs -text
|
32 |
+
model filter=lfs diff=lfs merge=lfs -text
|
LICENSE.txt
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
The treebank is licensed under the Creative Commons License Attribution-ShareAlike 4.0 International.
|
2 |
+
|
3 |
+
The complete license text is available at:
|
4 |
+
http://creativecommons.org/licenses/by-sa/4.0/legalcode
|
README.md
ADDED
@@ -0,0 +1,109 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- spacy
|
4 |
+
- token-classification
|
5 |
+
language:
|
6 |
+
- ko
|
7 |
+
license: cc-by-sa-4.0
|
8 |
+
model-index:
|
9 |
+
- name: ko_udv25_koreankaist_trf
|
10 |
+
results:
|
11 |
+
- task:
|
12 |
+
name: TAG
|
13 |
+
type: token-classification
|
14 |
+
metrics:
|
15 |
+
- name: TAG (XPOS) Accuracy
|
16 |
+
type: accuracy
|
17 |
+
value: 0.8893108632
|
18 |
+
- task:
|
19 |
+
name: POS
|
20 |
+
type: token-classification
|
21 |
+
metrics:
|
22 |
+
- name: POS (UPOS) Accuracy
|
23 |
+
type: accuracy
|
24 |
+
value: 0.9652266793
|
25 |
+
- task:
|
26 |
+
name: MORPH
|
27 |
+
type: token-classification
|
28 |
+
metrics:
|
29 |
+
- name: Morph (UFeats) Accuracy
|
30 |
+
type: accuracy
|
31 |
+
value: 1.0
|
32 |
+
- task:
|
33 |
+
name: LEMMA
|
34 |
+
type: token-classification
|
35 |
+
metrics:
|
36 |
+
- name: Lemma Accuracy
|
37 |
+
type: accuracy
|
38 |
+
value: 0.9450905926
|
39 |
+
- task:
|
40 |
+
name: UNLABELED_DEPENDENCIES
|
41 |
+
type: token-classification
|
42 |
+
metrics:
|
43 |
+
- name: Unlabeled Attachment Score (UAS)
|
44 |
+
type: f_score
|
45 |
+
value: 0.894835346
|
46 |
+
- task:
|
47 |
+
name: LABELED_DEPENDENCIES
|
48 |
+
type: token-classification
|
49 |
+
metrics:
|
50 |
+
- name: Labeled Attachment Score (LAS)
|
51 |
+
type: f_score
|
52 |
+
value: 0.8717525957
|
53 |
+
- task:
|
54 |
+
name: SENTS
|
55 |
+
type: token-classification
|
56 |
+
metrics:
|
57 |
+
- name: Sentences F-Score
|
58 |
+
type: f_score
|
59 |
+
value: 1.0
|
60 |
+
---
|
61 |
+
UD v2.5 benchmarking pipeline for UD_Korean-Kaist
|
62 |
+
|
63 |
+
| Feature | Description |
|
64 |
+
| --- | --- |
|
65 |
+
| **Name** | `ko_udv25_koreankaist_trf` |
|
66 |
+
| **Version** | `0.0.1` |
|
67 |
+
| **spaCy** | `>=3.2.1,<3.3.0` |
|
68 |
+
| **Default Pipeline** | `experimental_char_ner_tokenizer`, `transformer`, `tagger`, `morphologizer`, `parser`, `experimental_edit_tree_lemmatizer` |
|
69 |
+
| **Components** | `experimental_char_ner_tokenizer`, `transformer`, `senter`, `tagger`, `morphologizer`, `parser`, `experimental_edit_tree_lemmatizer` |
|
70 |
+
| **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
|
71 |
+
| **Sources** | [Universal Dependencies v2.5](https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3105) (Zeman, Daniel; et al.) |
|
72 |
+
| **License** | `CC BY-SA 4.0` |
|
73 |
+
| **Author** | [Explosion](https://explosion.ai) |
|
74 |
+
|
75 |
+
### Label Scheme
|
76 |
+
|
77 |
+
<details>
|
78 |
+
|
79 |
+
<summary>View label scheme (5329 labels for 6 components)</summary>
|
80 |
+
|
81 |
+
| Component | Labels |
|
82 |
+
| --- | --- |
|
83 |
+
| **`experimental_char_ner_tokenizer`** | `TOKEN` |
|
84 |
+
| **`senter`** | `I`, `S` |
|
85 |
+
| **`tagger`** | `ecs`, `etm`, `f`, `f+f+jcj`, `f+f+jcs`, `f+f+jct`, `f+f+jxt`, `f+jca`, `f+jca+jp+ecc`, `f+jca+jp+ep+ef`, `f+jca+jxc`, `f+jca+jxc+jcm`, `f+jca+jxt`, `f+jcj`, `f+jcm`, `f+jco`, `f+jcs`, `f+jct`, `f+jct+jcm`, `f+jp+ef`, `f+jp+ep+ef`, `f+jp+etm`, `f+jxc`, `f+jxt`, `f+ncn`, `f+ncn+jcm`, `f+ncn+jcs`, `f+ncn+jp+ecc`, `f+ncn+jxt`, `f+ncpa+jcm`, `f+npp+jcs`, `f+nq`, `f+xsn`, `f+xsn+jco`, `f+xsn+jxt`, `ii`, `jca`, `jca+jcm`, `jca+jxc`, `jca+jxt`, `jcc`, `jcj`, `jcm`, `jco`, `jcr`, `jcr+jxc`, `jcs`, `jct`, `jct+jcm`, `jct+jxt`, `jp+ecc`, `jp+ecs`, `jp+ef`, `jp+ef+jcr`, `jp+ef+jcr+jxc`, `jp+ep+ecs`, `jp+ep+ef`, `jp+ep+etm`, `jp+ep+etn`, `jp+etm`, `jp+etn`, `jp+etn+jco`, `jp+etn+jxc`, `jxc`, `jxc+jca`, `jxc+jco`, `jxc+jcs`, `jxt`, `mad`, `mad+jxc`, `mad+jxt`, `mag`, `mag+jca`, `mag+jcm`, `mag+jcs`, `mag+jp+ef+jcr`, `mag+jxc`, `mag+jxc+jxc`, `mag+jxt`, `mag+xsn`, `maj`, `maj+jxc`, `maj+jxt`, `mma`, `mmd`, `nbn`, `nbn+jca`, `nbn+jca+jcj`, `nbn+jca+jcm`, `nbn+jca+jp+ef`, `nbn+jca+jxc`, `nbn+jca+jxt`, `nbn+jcc`, `nbn+jcj`, `nbn+jcm`, `nbn+jco`, `nbn+jcr`, `nbn+jcs`, `nbn+jct`, `nbn+jct+jcm`, `nbn+jct+jxt`, `nbn+jp+ecc`, `nbn+jp+ecs`, `nbn+jp+ecs+jca`, `nbn+jp+ecs+jcm`, `nbn+jp+ecs+jco`, `nbn+jp+ecs+jxc`, `nbn+jp+ecs+jxt`, `nbn+jp+ecx`, `nbn+jp+ef`, `nbn+jp+ef+jca`, `nbn+jp+ef+jco`, `nbn+jp+ef+jcr`, `nbn+jp+ef+jcr+jxc`, `nbn+jp+ef+jcr+jxt`, `nbn+jp+ef+jcs`, `nbn+jp+ef+jxc`, `nbn+jp+ef+jxc+jco`, `nbn+jp+ef+jxf`, `nbn+jp+ef+jxt`, `nbn+jp+ep+ecc`, `nbn+jp+ep+ecs`, `nbn+jp+ep+ecs+jxc`, `nbn+jp+ep+ef`, `nbn+jp+ep+ef+jcr`, `nbn+jp+ep+etm`, `nbn+jp+ep+etn`, `nbn+jp+ep+etn+jco`, `nbn+jp+ep+etn+jcs`, `nbn+jp+etm`, `nbn+jp+etn`, `nbn+jp+etn+jca`, `nbn+jp+etn+jca+jxt`, `nbn+jp+etn+jco`, `nbn+jp+etn+jcs`, `nbn+jp+etn+jxc`, `nbn+jp+etn+jxt`, `nbn+jxc`, `nbn+jxc+jca`, `nbn+jxc+jca+jxc`, `nbn+jxc+jca+jxt`, `nbn+jxc+jcc`, `nbn+jxc+jcm`, `nbn+jxc+jco`, `nbn+jxc+jcs`, `nbn+jxc+jp+ef`, `nbn+jxc+jxc`, `nbn+jxc+jxt`, `nbn+jxt`, `nbn+nbn`, `nbn+nbn+jp+ef`, `nbn+xsm+ecs`, `nbn+xsm+ef`, `nbn+xsm+ep+ef`, `nbn+xsm+ep+ef+jcr`, `nbn+xsm+etm`, `nbn+xsn`, `nbn+xsn+jca`, `nbn+xsn+jca+jp+ef+jcr`, `nbn+xsn+jca+jxc`, `nbn+xsn+jca+jxt`, `nbn+xsn+jcm`, `nbn+xsn+jco`, `nbn+xsn+jcs`, `nbn+xsn+jct`, `nbn+xsn+jp+ecc`, `nbn+xsn+jp+ecs`, `nbn+xsn+jp+ef`, `nbn+xsn+jp+ef+jcr`, `nbn+xsn+jp+ep+ef`, `nbn+xsn+jxc`, `nbn+xsn+jxt`, `nbn+xsv+etm`, `nbu`, `nbu+jca`, `nbu+jca+jxc`, `nbu+jca+jxt`, `nbu+jcc`, `nbu+jcc+jxc`, `nbu+jcj`, `nbu+jcm`, `nbu+jco`, `nbu+jcs`, `nbu+jct`, `nbu+jct+jxc`, `nbu+jp+ecc`, `nbu+jp+ecs`, `nbu+jp+ef`, `nbu+jp+ef+jcr`, `nbu+jp+ef+jxc`, `nbu+jp+ep+ecc`, `nbu+jp+ep+ecs`, `nbu+jp+ep+ef`, `nbu+jp+ep+ef+jcr`, `nbu+jp+ep+etm`, `nbu+jp+ep+etn+jco`, `nbu+jp+etm`, `nbu+jxc`, `nbu+jxc+jca`, `nbu+jxc+jcs`, `nbu+jxc+jp+ef`, `nbu+jxc+jp+ep+ef`, `nbu+jxc+jxt`, `nbu+jxt`, `nbu+ncn`, `nbu+ncn+jca`, `nbu+ncn+jcm`, `nbu+xsn`, `nbu+xsn+jca`, `nbu+xsn+jca+jxc`, `nbu+xsn+jca+jxt`, `nbu+xsn+jcm`, `nbu+xsn+jco`, `nbu+xsn+jcs`, `nbu+xsn+jp+ecs`, `nbu+xsn+jp+ep+ef`, `nbu+xsn+jxc`, `nbu+xsn+jxc+jxt`, `nbu+xsn+jxt`, `nbu+xsv+ecc`, `nbu+xsv+etm`, `ncn`, `ncn+f+ncpa+jco`, `ncn+jca`, `ncn+jca+jca`, `ncn+jca+jcc`, `ncn+jca+jcj`, `ncn+jca+jcm`, `ncn+jca+jcs`, `ncn+jca+jct`, `ncn+jca+jp+ecc`, `ncn+jca+jp+ecs`, `ncn+jca+jp+ef`, `ncn+jca+jp+ep+ef`, `ncn+jca+jp+etm`, `ncn+jca+jp+etn+jxt`, `ncn+jca+jxc`, `ncn+jca+jxc+jcc`, `ncn+jca+jxc+jcm`, `ncn+jca+jxc+jxc`, `ncn+jca+jxc+jxt`, `ncn+jca+jxt`, `ncn+jcc`, `ncn+jcc+jxc`, `ncn+jcj`, `ncn+jcj+jxt`, `ncn+jcm`, `ncn+jco`, `ncn+jcr`, `ncn+jcr+jxc`, `ncn+jcs`, `ncn+jcs+jxt`, `ncn+jct`, `ncn+jct+jcm`, `ncn+jct+jxc`, `ncn+jct+jxt`, `ncn+jcv`, `ncn+jp+ecc`, `ncn+jp+ecc+jct`, `ncn+jp+ecc+jxc`, `ncn+jp+ecs`, `ncn+jp+ecs+jcm`, `ncn+jp+ecs+jco`, `ncn+jp+ecs+jxc`, `ncn+jp+ecs+jxt`, `ncn+jp+ecx`, `ncn+jp+ef`, `ncn+jp+ef+jca`, `ncn+jp+ef+jcm`, `ncn+jp+ef+jco`, `ncn+jp+ef+jcr`, `ncn+jp+ef+jcr+jxc`, `ncn+jp+ef+jcr+jxt`, `ncn+jp+ef+jp+etm`, `ncn+jp+ef+jxc`, `ncn+jp+ef+jxf`, `ncn+jp+ef+jxt`, `ncn+jp+ep+ecc`, `ncn+jp+ep+ecs`, `ncn+jp+ep+ecs+jxc`, `ncn+jp+ep+ecx`, `ncn+jp+ep+ef`, `ncn+jp+ep+ef+jcr`, `ncn+jp+ep+ef+jcr+jxc`, `ncn+jp+ep+ef+jxc`, `ncn+jp+ep+ef+jxf`, `ncn+jp+ep+ef+jxt`, `ncn+jp+ep+ep+etm`, `ncn+jp+ep+etm`, `ncn+jp+ep+etn`, `ncn+jp+ep+etn+jca`, `ncn+jp+ep+etn+jca+jxc`, `ncn+jp+ep+etn+jco`, `ncn+jp+ep+etn+jcs`, `ncn+jp+ep+etn+jxt`, `ncn+jp+etm`, `ncn+jp+etn`, `ncn+jp+etn+jca`, `ncn+jp+etn+jca+jxc`, `ncn+jp+etn+jca+jxt`, `ncn+jp+etn+jco`, `ncn+jp+etn+jcs`, `ncn+jp+etn+jct`, `ncn+jp+etn+jxc`, `ncn+jp+etn+jxt`, `ncn+jxc`, `ncn+jxc+jca`, `ncn+jxc+jca+jxc`, `ncn+jxc+jca+jxt`, `ncn+jxc+jcc`, `ncn+jxc+jcm`, `ncn+jxc+jco`, `ncn+jxc+jcs`, `ncn+jxc+jct+jxt`, `ncn+jxc+jp+ef`, `ncn+jxc+jp+ef+jcr`, `ncn+jxc+jp+ep+ecs`, `ncn+jxc+jp+ep+ef`, `ncn+jxc+jp+etm`, `ncn+jxc+jxc`, `ncn+jxc+jxt`, `ncn+jxt`, `ncn+jxt+jcm`, `ncn+jxt+jxc`, `ncn+nbn`, `ncn+nbn+jca`, `ncn+nbn+jcm`, `ncn+nbn+jcs`, `ncn+nbn+jp+ecc`, `ncn+nbn+jp+ep+ef`, `ncn+nbn+jxc`, `ncn+nbn+jxt`, `ncn+nbu`, `ncn+nbu+jca`, `ncn+nbu+jcm`, `ncn+nbu+jco`, `ncn+nbu+jp+ef`, `ncn+nbu+jxc`, `ncn+nbu+ncn`, `ncn+ncn`, `ncn+ncn+jca`, `ncn+ncn+jca+jcc`, `ncn+ncn+jca+jcm`, `ncn+ncn+jca+jxc`, `ncn+ncn+jca+jxc+jcm`, `ncn+ncn+jca+jxc+jxc`, `ncn+ncn+jca+jxt`, `ncn+ncn+jcc`, `ncn+ncn+jcj`, `ncn+ncn+jcm`, `ncn+ncn+jco`, `ncn+ncn+jcr`, `ncn+ncn+jcs`, `ncn+ncn+jct`, `ncn+ncn+jct+jcm`, `ncn+ncn+jct+jxc`, `ncn+ncn+jct+jxt`, `ncn+ncn+jp+ecc`, `ncn+ncn+jp+ecs`, `ncn+ncn+jp+ef`, `ncn+ncn+jp+ef+jcm`, `ncn+ncn+jp+ef+jcr`, `ncn+ncn+jp+ef+jcs`, `ncn+ncn+jp+ep+ecc`, `ncn+ncn+jp+ep+ecs`, `ncn+ncn+jp+ep+ef`, `ncn+ncn+jp+ep+ef+jcr`, `ncn+ncn+jp+ep+ep+etm`, `ncn+ncn+jp+ep+etm`, `ncn+ncn+jp+ep+etn`, `ncn+ncn+jp+etm`, `ncn+ncn+jp+etn`, `ncn+ncn+jp+etn+jca`, `ncn+ncn+jp+etn+jco`, `ncn+ncn+jp+etn+jxc`, `ncn+ncn+jxc`, `ncn+ncn+jxc+jca`, `ncn+ncn+jxc+jcc`, `ncn+ncn+jxc+jcm`, `ncn+ncn+jxc+jco`, `ncn+ncn+jxc+jcs`, `ncn+ncn+jxc+jxc`, `ncn+ncn+jxt`, `ncn+ncn+nbn`, `ncn+ncn+ncn`, `ncn+ncn+ncn+jca`, `ncn+ncn+ncn+jca+jcm`, `ncn+ncn+ncn+jca+jxt`, `ncn+ncn+ncn+jcj`, `ncn+ncn+ncn+jcm`, `ncn+ncn+ncn+jco`, `ncn+ncn+ncn+jcs`, `ncn+ncn+ncn+jct+jxt`, `ncn+ncn+ncn+jp+etn+jxc`, `ncn+ncn+ncn+jxt`, `ncn+ncn+ncn+ncn+jca`, `ncn+ncn+ncn+ncn+jca+jxt`, `ncn+ncn+ncn+ncn+jco`, `ncn+ncn+ncn+xsn+jp+etm`, `ncn+ncn+ncpa`, `ncn+ncn+ncpa+jca`, `ncn+ncn+ncpa+jcm`, `ncn+ncn+ncpa+jco`, `ncn+ncn+ncpa+jcs`, `ncn+ncn+ncpa+jxc`, `ncn+ncn+ncpa+jxt`, `ncn+ncn+ncpa+ncn`, `ncn+ncn+ncpa+ncn+jca`, `ncn+ncn+ncpa+ncn+jcj`, `ncn+ncn+ncpa+ncn+jcm`, `ncn+ncn+ncpa+ncn+jxt`, `ncn+ncn+xsn`, `ncn+ncn+xsn+jca`, `ncn+ncn+xsn+jca+jxt`, `ncn+ncn+xsn+jcj`, `ncn+ncn+xsn+jcm`, `ncn+ncn+xsn+jco`, `ncn+ncn+xsn+jcs`, `ncn+ncn+xsn+jct`, `ncn+ncn+xsn+jp+ecs`, `ncn+ncn+xsn+jp+ep+ef`, `ncn+ncn+xsn+jp+etm`, `ncn+ncn+xsn+jxc`, `ncn+ncn+xsn+jxc+jcs`, `ncn+ncn+xsn+jxt`, `ncn+ncn+xsv+ecc`, `ncn+ncn+xsv+etm`, `ncn+ncpa`, `ncn+ncpa+jca`, `ncn+ncpa+jca+jcm`, `ncn+ncpa+jca+jxc`, `ncn+ncpa+jca+jxt`, `ncn+ncpa+jcc`, `ncn+ncpa+jcj`, `ncn+ncpa+jcm`, `ncn+ncpa+jco`, `ncn+ncpa+jcr`, `ncn+ncpa+jcs`, `ncn+ncpa+jct`, `ncn+ncpa+jct+jcm`, `ncn+ncpa+jct+jxt`, `ncn+ncpa+jp+ecc`, `ncn+ncpa+jp+ecc+jxc`, `ncn+ncpa+jp+ecs`, `ncn+ncpa+jp+ecs+jxc`, `ncn+ncpa+jp+ef`, `ncn+ncpa+jp+ef+jcr`, `ncn+ncpa+jp+ef+jcr+jxc`, `ncn+ncpa+jp+ep+ef`, `ncn+ncpa+jp+ep+etm`, `ncn+ncpa+jp+ep+etn`, `ncn+ncpa+jp+etm`, `ncn+ncpa+jxc`, `ncn+ncpa+jxc+jca+jxc`, `ncn+ncpa+jxc+jco`, `ncn+ncpa+jxc+jcs`, `ncn+ncpa+jxt`, `ncn+ncpa+nbn+jcs`, `ncn+ncpa+ncn`, `ncn+ncpa+ncn+jca`, `ncn+ncpa+ncn+jca+jcm`, `ncn+ncpa+ncn+jca+jxc`, `ncn+ncpa+ncn+jca+jxt`, `ncn+ncpa+ncn+jcj`, `ncn+ncpa+ncn+jcm`, `ncn+ncpa+ncn+jco`, `ncn+ncpa+ncn+jcs`, `ncn+ncpa+ncn+jct`, `ncn+ncpa+ncn+jct+jcm`, `ncn+ncpa+ncn+jp+ef+jcr`, `ncn+ncpa+ncn+jp+ep+etm`, `ncn+ncpa+ncn+jxc`, `ncn+ncpa+ncn+jxt`, `ncn+ncpa+ncn+xsn+jcm`, `ncn+ncpa+ncn+xsn+jxt`, `ncn+ncpa+ncpa`, `ncn+ncpa+ncpa+jca`, `ncn+ncpa+ncpa+jcj`, `ncn+ncpa+ncpa+jcm`, `ncn+ncpa+ncpa+jco`, `ncn+ncpa+ncpa+jcs`, `ncn+ncpa+ncpa+jp+ep+ef`, `ncn+ncpa+ncpa+jxt`, `ncn+ncpa+ncpa+ncn`, `ncn+ncpa+xsn`, `ncn+ncpa+xsn+jcm`, `ncn+ncpa+xsn+jco`, `ncn+ncpa+xsn+jcs`, `ncn+ncpa+xsn+jp+ecc`, `ncn+ncpa+xsn+jp+etm`, `ncn+ncpa+xsn+jxt`, `ncn+ncpa+xsv+ecc`, `ncn+ncpa+xsv+ecs`, `ncn+ncpa+xsv+ecx`, `ncn+ncpa+xsv+ecx+px+etm`, `ncn+ncpa+xsv+ef`, `ncn+ncpa+xsv+ef+jcm`, `ncn+ncpa+xsv+ef+jcr`, `ncn+ncpa+xsv+etm`, `ncn+ncpa+xsv+etn`, `ncn+ncpa+xsv+etn+jco`, `ncn+ncps`, `ncn+ncps+jca`, `ncn+ncps+jcm`, `ncn+ncps+jco`, `ncn+ncps+jcs`, `ncn+ncps+jp+ecs`, `ncn+ncps+jxt`, `ncn+ncps+ncn+jcs`, `ncn+ncps+ncpa+ncn`, `ncn+ncps+xsm+ef`, `ncn+ncps+xsm+etm`, `ncn+nnc`, `ncn+nnc+jcs`, `ncn+nnc+nnc`, `ncn+nno`, `ncn+nq`, `ncn+nq+jca`, `ncn+nq+jca+jxc`, `ncn+nq+jca+jxt`, `ncn+nq+jcm`, `ncn+nq+jcs`, `ncn+nq+jxt`, `ncn+nq+ncn+jcm`, `ncn+nq+ncn+xsn+jcs`, `ncn+nq+xsn+jxt`, `ncn+xsa`, `ncn+xsm+ecc`, `ncn+xsm+ecs`, `ncn+xsm+ecs+jxc`, `ncn+xsm+ecx`, `ncn+xsm+ecx+jcs`, `ncn+xsm+ecx+px+ep+etm`, `ncn+xsm+ef`, `ncn+xsm+ef+jcr`, `ncn+xsm+etm`, `ncn+xsm+etn+jcm`, `ncn+xsm+etn+jp+ef+jcr`, `ncn+xsn`, `ncn+xsn+jca`, `ncn+xsn+jca+jcj`, `ncn+xsn+jca+jxc`, `ncn+xsn+jca+jxc+jxc`, `ncn+xsn+jca+jxt`, `ncn+xsn+jcc`, `ncn+xsn+jcj`, `ncn+xsn+jcm`, `ncn+xsn+jco`, `ncn+xsn+jcs`, `ncn+xsn+jcs+jxt`, `ncn+xsn+jct`, `ncn+xsn+jct+jcm`, `ncn+xsn+jct+jxc`, `ncn+xsn+jct+jxt`, `ncn+xsn+jcv`, `ncn+xsn+jp+ecc`, `ncn+xsn+jp+ecc+jxc`, `ncn+xsn+jp+ecs`, `ncn+xsn+jp+ecs+jxc`, `ncn+xsn+jp+ecx`, `ncn+xsn+jp+ecx+jxt`, `ncn+xsn+jp+ef`, `ncn+xsn+jp+ef+jca`, `ncn+xsn+jp+ef+jcr`, `ncn+xsn+jp+ep+ecc`, `ncn+xsn+jp+ep+ecs`, `ncn+xsn+jp+ep+ef`, `ncn+xsn+jp+ep+ef+jcr`, `ncn+xsn+jp+ep+etm`, `ncn+xsn+jp+ep+etn`, `ncn+xsn+jp+etm`, `ncn+xsn+jp+etn`, `ncn+xsn+jp+etn+jca`, `ncn+xsn+jp+etn+jca+jxt`, `ncn+xsn+jp+etn+jxc`, `ncn+xsn+jp+etn+jxt`, `ncn+xsn+jxc`, `ncn+xsn+jxc+jcm`, `ncn+xsn+jxc+jco`, `ncn+xsn+jxc+jcs`, `ncn+xsn+jxc+jxc`, `ncn+xsn+jxt`, `ncn+xsn+ncn+jca`, `ncn+xsn+ncn+jca+jxt`, `ncn+xsn+ncn+jcs`, `ncn+xsn+ncpa+jca`, `ncn+xsn+xsn`, `ncn+xsn+xsn+jca`, `ncn+xsn+xsn+jcm`, `ncn+xsn+xsn+jp+ecs`, `ncn+xsn+xsn+jxc`, `ncn+xsn+xsn+jxc+jcc`, `ncn+xsn+xsn+jxc+jcs`, `ncn+xsn+xsv+ecc`, `ncn+xsn+xsv+etm`, `ncn+xsn+xsv+etn`, `ncn+xsv+ecc`, `ncn+xsv+ecs`, `ncn+xsv+ecx`, `ncn+xsv+ef`, `ncn+xsv+ep+ecs`, `ncn+xsv+ep+ef`, `ncn+xsv+ep+etm`, `ncn+xsv+etm`, `ncn+xsv+etn+jca`, `ncpa`, `ncpa+jca`, `ncpa+jca+jcm`, `ncpa+jca+jct`, `ncpa+jca+jp+ecs`, `ncpa+jca+jp+ef`, `ncpa+jca+jp+ep+ef`, `ncpa+jca+jxc`, `ncpa+jca+jxc+jcm`, `ncpa+jca+jxc+jxc`, `ncpa+jca+jxc+jxt`, `ncpa+jca+jxt`, `ncpa+jcc`, `ncpa+jcj`, `ncpa+jcm`, `ncpa+jco`, `ncpa+jcr`, `ncpa+jcs`, `ncpa+jct`, `ncpa+jct+jcm`, `ncpa+jct+jxc`, `ncpa+jct+jxt`, `ncpa+jp+ecc`, `ncpa+jp+ecs`, `ncpa+jp+ecs+jxc`, `ncpa+jp+ecx`, `ncpa+jp+ecx+jxc`, `ncpa+jp+ef`, `ncpa+jp+ef+jca`, `ncpa+jp+ef+jco`, `ncpa+jp+ef+jcr`, `ncpa+jp+ef+jxc`, `ncpa+jp+ef+jxf`, `ncpa+jp+ep+ecc`, `ncpa+jp+ep+ecs`, `ncpa+jp+ep+ef`, `ncpa+jp+ep+ef+jca`, `ncpa+jp+ep+ef+jcr`, `ncpa+jp+ep+ef+jxt`, `ncpa+jp+ep+etm`, `ncpa+jp+ep+etn+jca`, `ncpa+jp+ep+etn+jca+jxc`, `ncpa+jp+ep+etn+jcs`, `ncpa+jp+etm`, `ncpa+jp+etn`, `ncpa+jp+etn+jca`, `ncpa+jp+etn+jca+jxt`, `ncpa+jp+etn+jco`, `ncpa+jp+etn+jcs`, `ncpa+jp+etn+jxc`, `ncpa+jp+etn+jxt`, `ncpa+jxc`, `ncpa+jxc+jca`, `ncpa+jxc+jca+jxc`, `ncpa+jxc+jca+jxt`, `ncpa+jxc+jcc`, `ncpa+jxc+jcm`, `ncpa+jxc+jco`, `ncpa+jxc+jcs`, `ncpa+jxc+jxc`, `ncpa+jxt`, `ncpa+jxt+jxc`, `ncpa+jxt+jxt`, `ncpa+nbn+jca`, `ncpa+nbn+jct`, `ncpa+nbn+jp+ef`, `ncpa+nbn+jp+ep+ef`, `ncpa+nbn+jp+etm`, `ncpa+nbn+jxc+jcc`, `ncpa+nbu+jca`, `ncpa+ncn`, `ncpa+ncn+jca`, `ncpa+ncn+jca+jcm`, `ncpa+ncn+jca+jxc`, `ncpa+ncn+jca+jxc+jcm`, `ncpa+ncn+jca+jxt`, `ncpa+ncn+jcc`, `ncpa+ncn+jcj`, `ncpa+ncn+jcm`, `ncpa+ncn+jco`, `ncpa+ncn+jcr`, `ncpa+ncn+jcs`, `ncpa+ncn+jct`, `ncpa+ncn+jct+jcm`, `ncpa+ncn+jct+jxc`, `ncpa+ncn+jp+ecc`, `ncpa+ncn+jp+ecs`, `ncpa+ncn+jp+ef`, `ncpa+ncn+jp+ef+jcr`, `ncpa+ncn+jp+ef+jcr+jxc`, `ncpa+ncn+jp+ep+ef`, `ncpa+ncn+jp+ep+etm`, `ncpa+ncn+jp+etm`, `ncpa+ncn+jp+etn+jca+jxt`, `ncpa+ncn+jp+etn+jco`, `ncpa+ncn+jp+etn+jxc`, `ncpa+ncn+jxc`, `ncpa+ncn+jxc+jcc`, `ncpa+ncn+jxc+jco`, `ncpa+ncn+jxt`, `ncpa+ncn+nbn`, `ncpa+ncn+ncn`, `ncpa+ncn+ncn+jca`, `ncpa+ncn+ncn+jca+jxt`, `ncpa+ncn+ncn+jcm`, `ncpa+ncn+ncn+jco`, `ncpa+ncn+ncn+jcs`, `ncpa+ncn+ncn+jp+ep+ef`, `ncpa+ncn+ncn+jp+etm`, `ncpa+ncn+ncn+jxt`, `ncpa+ncn+ncn+ncn`, `ncpa+ncn+ncn+xsn+jxt`, `ncpa+ncn+ncpa`, `ncpa+ncn+ncpa+jca`, `ncpa+ncn+ncpa+jcj`, `ncpa+ncn+ncpa+jco`, `ncpa+ncn+ncpa+ncn`, `ncpa+ncn+ncpa+ncn+jco`, `ncpa+ncn+xsn`, `ncpa+ncn+xsn+jca`, `ncpa+ncn+xsn+jca+jxc`, `ncpa+ncn+xsn+jcj`, `ncpa+ncn+xsn+jcm`, `ncpa+ncn+xsn+jco`, `ncpa+ncn+xsn+jcs`, `ncpa+ncn+xsn+jct`, `ncpa+ncn+xsn+jp+ep+ef`, `ncpa+ncn+xsn+jp+etm`, `ncpa+ncn+xsn+jxt`, `ncpa+ncpa`, `ncpa+ncpa+jca`, `ncpa+ncpa+jca+jcm`, `ncpa+ncpa+jca+jxc`, `ncpa+ncpa+jca+jxt`, `ncpa+ncpa+jcj`, `ncpa+ncpa+jcm`, `ncpa+ncpa+jco`, `ncpa+ncpa+jcs`, `ncpa+ncpa+jct`, `ncpa+ncpa+jct+jxc`, `ncpa+ncpa+jct+jxt`, `ncpa+ncpa+jp+ecc`, `ncpa+ncpa+jp+ecs`, `ncpa+ncpa+jp+ecx`, `ncpa+ncpa+jp+ef`, `ncpa+ncpa+jp+ef+jca`, `ncpa+ncpa+jp+ef+jcr`, `ncpa+ncpa+jp+ef+jcr+jxc`, `ncpa+ncpa+jp+ep+ecs`, `ncpa+ncpa+jp+etm`, `ncpa+ncpa+jxc`, `ncpa+ncpa+jxt`, `ncpa+ncpa+ncn`, `ncpa+ncpa+ncn+jca`, `ncpa+ncpa+ncn+jcj`, `ncpa+ncpa+ncn+jcm`, `ncpa+ncpa+ncn+jco`, `ncpa+ncpa+ncn+jcs`, `ncpa+ncpa+ncn+jxt`, `ncpa+ncpa+ncpa+jcm`, `ncpa+ncpa+ncpa+jcs`, `ncpa+ncpa+ncpa+ncpa+jco`, `ncpa+ncpa+xsn`, `ncpa+ncpa+xsn+jca`, `ncpa+ncpa+xsn+jcj`, `ncpa+ncpa+xsn+jco`, `ncpa+ncpa+xsn+jcs`, `ncpa+ncpa+xsn+jxc`, `ncpa+ncpa+xsn+jxt`, `ncpa+ncpa+xsv+ecc`, `ncpa+ncpa+xsv+ecs`, `ncpa+ncpa+xsv+ef`, `ncpa+ncpa+xsv+ep+ef`, `ncpa+ncpa+xsv+ep+etm`, `ncpa+ncpa+xsv+etm`, `ncpa+ncpa+xsv+etn+jca`, `ncpa+ncps`, `ncpa+ncps+jca`, `ncpa+ncps+jcm`, `ncpa+ncps+jco`, `ncpa+ncps+jcs`, `ncpa+ncps+jxt`, `ncpa+ncps+xsm+etm`, `ncpa+nq+jca`, `ncpa+xsa`, `ncpa+xsn`, `ncpa+xsn+jca`, `ncpa+xsn+jca+jxc`, `ncpa+xsn+jca+jxt`, `ncpa+xsn+jcc`, `ncpa+xsn+jcj`, `ncpa+xsn+jcm`, `ncpa+xsn+jco`, `ncpa+xsn+jcs`, `ncpa+xsn+jct`, `ncpa+xsn+jp+ecc`, `ncpa+xsn+jp+ecs`, `ncpa+xsn+jp+ecs+jxc`, `ncpa+xsn+jp+ecx`, `ncpa+xsn+jp+ecx+jxt`, `ncpa+xsn+jp+ef`, `ncpa+xsn+jp+ef+jcr`, `ncpa+xsn+jp+ef+jxf`, `ncpa+xsn+jp+ep+ecc`, `ncpa+xsn+jp+ep+ef`, `ncpa+xsn+jp+ep+ef+jco`, `ncpa+xsn+jp+ep+ef+jcr`, `ncpa+xsn+jp+etm`, `ncpa+xsn+jp+etn`, `ncpa+xsn+jp+etn+jco`, `ncpa+xsn+jp+etn+jxc`, `ncpa+xsn+jxc`, `ncpa+xsn+jxt`, `ncpa+xsv+ecc`, `ncpa+xsv+ecc+jcm`, `ncpa+xsv+ecc+jxc`, `ncpa+xsv+ecc+jxt`, `ncpa+xsv+ecs`, `ncpa+xsv+ecs+jca`, `ncpa+xsv+ecs+jco`, `ncpa+xsv+ecs+jp+ef`, `ncpa+xsv+ecs+jxc`, `ncpa+xsv+ecs+jxc+jxt`, `ncpa+xsv+ecs+jxt`, `ncpa+xsv+ecx`, `ncpa+xsv+ecx+jco`, `ncpa+xsv+ecx+jxc`, `ncpa+xsv+ecx+jxt`, `ncpa+xsv+ecx+px+ecc`, `ncpa+xsv+ecx+px+ecs`, `ncpa+xsv+ecx+px+ecx`, `ncpa+xsv+ecx+px+ecx+jxc`, `ncpa+xsv+ecx+px+ecx+px+ecs`, `ncpa+xsv+ecx+px+ef`, `ncpa+xsv+ecx+px+ef+jcr`, `ncpa+xsv+ecx+px+ep+ecc`, `ncpa+xsv+ecx+px+ep+ecs`, `ncpa+xsv+ecx+px+ep+ef`, `ncpa+xsv+ecx+px+ep+ef+jcr`, `ncpa+xsv+ecx+px+ep+etm`, `ncpa+xsv+ecx+px+ep+etn+jca`, `ncpa+xsv+ecx+px+ep+etn+jco`, `ncpa+xsv+ecx+px+ep+etn+jxc`, `ncpa+xsv+ecx+px+ep+etn+jxt`, `ncpa+xsv+ecx+px+etm`, `ncpa+xsv+ecx+px+etn`, `ncpa+xsv+ecx+px+etn+jca`, `ncpa+xsv+ecx+px+etn+jco`, `ncpa+xsv+ef`, `ncpa+xsv+ef+jca`, `ncpa+xsv+ef+jcj`, `ncpa+xsv+ef+jcm`, `ncpa+xsv+ef+jco`, `ncpa+xsv+ef+jcr`, `ncpa+xsv+ef+jcr+jxt`, `ncpa+xsv+ef+jcs`, `ncpa+xsv+ef+jxc`, `ncpa+xsv+ef+jxf`, `ncpa+xsv+ef+jxt`, `ncpa+xsv+ep+ecc`, `ncpa+xsv+ep+ecs`, `ncpa+xsv+ep+ecs+jco`, `ncpa+xsv+ep+ecs+jxc`, `ncpa+xsv+ep+ecs+jxt`, `ncpa+xsv+ep+ecx`, `ncpa+xsv+ep+ecx+jxc`, `ncpa+xsv+ep+ef`, `ncpa+xsv+ep+ef+jca`, `ncpa+xsv+ep+ef+jca+jxt`, `ncpa+xsv+ep+ef+jco`, `ncpa+xsv+ep+ef+jcr`, `ncpa+xsv+ep+ef+jcr+jxc`, `ncpa+xsv+ep+ef+jcr+jxc+jxt`, `ncpa+xsv+ep+ef+jxc`, `ncpa+xsv+ep+ef+jxf`, `ncpa+xsv+ep+ef+jxt`, `ncpa+xsv+ep+ep+ecs`, `ncpa+xsv+ep+ep+ef`, `ncpa+xsv+ep+etm`, `ncpa+xsv+ep+etn`, `ncpa+xsv+ep+etn+jca`, `ncpa+xsv+ep+etn+jca+jxc`, `ncpa+xsv+ep+etn+jcj`, `ncpa+xsv+ep+etn+jco`, `ncpa+xsv+ep+etn+jcs`, `ncpa+xsv+ep+etn+jxt`, `ncpa+xsv+etm`, `ncpa+xsv+etn`, `ncpa+xsv+etn+jca`, `ncpa+xsv+etn+jca+jxc`, `ncpa+xsv+etn+jca+jxt`, `ncpa+xsv+etn+jco`, `ncpa+xsv+etn+jcs`, `ncpa+xsv+etn+jct`, `ncpa+xsv+etn+jxc`, `ncpa+xsv+etn+jxc+jcm`, `ncpa+xsv+etn+jxc+jcs`, `ncpa+xsv+etn+jxc+jxc`, `ncpa+xsv+etn+jxc+jxt`, `ncpa+xsv+etn+jxt`, `ncps`, `ncps+jca`, `ncps+jca+jcm`, `ncps+jca+jxc`, `ncps+jca+jxc+jcm`, `ncps+jcc`, `ncps+jcj`, `ncps+jcm`, `ncps+jco`, `ncps+jcs`, `ncps+jct`, `ncps+jct+jcm`, `ncps+jct+jxt`, `ncps+jp+ecc`, `ncps+jp+ecs`, `ncps+jp+ecs+jxt`, `ncps+jp+ef`, `ncps+jp+ef+jcr`, `ncps+jp+ep+ef`, `ncps+jp+ep+etn`, `ncps+jp+etm`, `ncps+jp+etn+jcs`, `ncps+jp+etn+jxt`, `ncps+jxc`, `ncps+jxc+jxc`, `ncps+jxt`, `ncps+nbn+jp+etm`, `ncps+nbn+jxc`, `ncps+ncn`, `ncps+ncn+jca`, `ncps+ncn+jca+jcm`, `ncps+ncn+jcm`, `ncps+ncn+jco`, `ncps+ncn+jcs`, `ncps+ncn+jct+jxt`, `ncps+ncn+jp+ef`, `ncps+ncn+jp+ef+jcr`, `ncps+ncn+jp+etm`, `ncps+ncn+jxc+jco`, `ncps+ncn+jxt`, `ncps+ncn+ncn`, `ncps+ncn+ncn+jca+jxc`, `ncps+ncn+ncn+jcm`, `ncps+ncn+ncn+jco`, `ncps+ncn+ncn+jxt`, `ncps+ncn+xsn`, `ncps+ncn+xsn+jca`, `ncps+ncn+xsn+jcj`, `ncps+ncn+xsn+jco`, `ncps+ncn+xsn+jp+ecc`, `ncps+ncn+xsn+jp+etm`, `ncps+ncpa`, `ncps+ncpa+jca`, `ncps+ncpa+jcc`, `ncps+ncpa+jcj`, `ncps+ncpa+jcm`, `ncps+ncpa+jco`, `ncps+ncpa+jcs`, `ncps+ncpa+jp+etm`, `ncps+ncpa+jxt`, `ncps+ncpa+xsv+etm`, `ncps+ncps+jca`, `ncps+ncps+jcm`, `ncps+ncps+xsm+ecc`, `ncps+ncps+xsm+ecs`, `ncps+ncps+xsm+etm`, `ncps+xsa`, `ncps+xsa+jxc`, `ncps+xsm+ecc`, `ncps+xsm+ecc+jxc`, `ncps+xsm+ecc+jxt`, `ncps+xsm+ecs`, `ncps+xsm+ecs+jxc`, `ncps+xsm+ecs+jxt`, `ncps+xsm+ecx`, `ncps+xsm+ecx+jcs`, `ncps+xsm+ecx+jxc`, `ncps+xsm+ecx+jxt`, `ncps+xsm+ecx+px+ecc`, `ncps+xsm+ecx+px+ecs`, `ncps+xsm+ecx+px+ecx`, `ncps+xsm+ecx+px+ecx+jxt`, `ncps+xsm+ecx+px+ef`, `ncps+xsm+ecx+px+ep+ecs`, `ncps+xsm+ecx+px+ep+ef`, `ncps+xsm+ecx+px+ep+etm`, `ncps+xsm+ecx+px+ep+etn+jco`, `ncps+xsm+ecx+px+etm`, `ncps+xsm+ecx+px+etn`, `ncps+xsm+ecx+px+etn+jca`, `ncps+xsm+ecx+px+etn+jcj`, `ncps+xsm+ecx+px+etn+jco`, `ncps+xsm+ef`, `ncps+xsm+ef+jco`, `ncps+xsm+ef+jcr`, `ncps+xsm+ef+jcr+jxc`, `ncps+xsm+ef+jcr+jxt`, `ncps+xsm+ef+jxf`, `ncps+xsm+ef+jxt`, `ncps+xsm+ep+ecc`, `ncps+xsm+ep+ecs`, `ncps+xsm+ep+ecs+etm`, `ncps+xsm+ep+ef`, `ncps+xsm+ep+ef+jco`, `ncps+xsm+ep+ef+jcr`, `ncps+xsm+ep+ef+jxf`, `ncps+xsm+ep+ep+ef`, `ncps+xsm+ep+etm`, `ncps+xsm+ep+etn`, `ncps+xsm+ep+etn+jxt`, `ncps+xsm+etm`, `ncps+xsm+etn`, `ncps+xsm+etn+jca`, `ncps+xsm+etn+jca+jxt`, `ncps+xsm+etn+jcj`, `ncps+xsm+etn+jcm`, `ncps+xsm+etn+jco`, `ncps+xsm+etn+jcs`, `ncps+xsm+etn+jct`, `ncps+xsm+etn+jct+jcm`, `ncps+xsm+etn+jp+ef+jcr`, `ncps+xsm+etn+jp+etm`, `ncps+xsm+etn+jxc`, `ncps+xsm+etn+jxc+jxt`, `ncps+xsm+etn+jxt`, `ncps+xsn`, `ncps+xsn+jca`, `ncps+xsn+jca+jxt`, `ncps+xsn+jcm`, `ncps+xsn+jco`, `ncps+xsn+jcs`, `ncps+xsn+jp+ecc`, `ncps+xsn+jp+ep+ecs`, `ncps+xsn+jp+etm`, `ncps+xsn+jxc`, `ncps+xsn+jxt`, `ncps+xsv+etm`, `nnc`, `nnc+f`, `nnc+f+jca`, `nnc+f+jp+ef`, `nnc+jca`, `nnc+jca+jxc`, `nnc+jca+jxt`, `nnc+jcc`, `nnc+jcj`, `nnc+jcm`, `nnc+jco`, `nnc+jcs`, `nnc+jp+ecc`, `nnc+jp+ecs`, `nnc+jp+ef`, `nnc+jp+ef+jcr`, `nnc+jp+ep+ef`, `nnc+jp+ep+etm`, `nnc+jp+etm`, `nnc+jp+etn+jca`, `nnc+jxc`, `nnc+jxt`, `nnc+nbn`, `nnc+nbn+jcm`, `nnc+nbn+jco`, `nnc+nbn+nbu+jcc`, `nnc+nbn+nbu+jcs`, `nnc+nbn+xsn`, `nnc+nbu`, `nnc+nbu+jca`, `nnc+nbu+jca+jxc`, `nnc+nbu+jcc`, `nnc+nbu+jcj`, `nnc+nbu+jcm`, `nnc+nbu+jco`, `nnc+nbu+jcs`, `nnc+nbu+jp+ef`, `nnc+nbu+jp+ef+jcr`, `nnc+nbu+jp+ep+ecs`, `nnc+nbu+jp+ep+ef`, `nnc+nbu+jp+etm`, `nnc+nbu+jxc`, `nnc+nbu+jxc+jcs`, `nnc+nbu+jxc+jxt`, `nnc+nbu+jxt`, `nnc+nbu+nbu`, `nnc+nbu+nbu+jcm`, `nnc+nbu+nbu+jp+ef+jcr`, `nnc+nbu+ncn`, `nnc+nbu+ncn+jca`, `nnc+nbu+ncn+jcj`, `nnc+nbu+ncn+jcm`, `nnc+nbu+ncn+jxc`, `nnc+nbu+xsn`, `nnc+nbu+xsn+jca`, `nnc+nbu+xsn+jcm`, `nnc+nbu+xsn+jco`, `nnc+nbu+xsn+jcs`, `nnc+nbu+xsn+jp+ecc`, `nnc+nbu+xsn+jp+ef`, `nnc+nbu+xsn+jxc`, `nnc+nbu+xsn+jxc+jcm`, `nnc+nbu+xsn+jxt`, `nnc+nbu+xsv+etm`, `nnc+ncn`, `nnc+ncn+jca`, `nnc+ncn+jca+jxt`, `nnc+ncn+jcj`, `nnc+ncn+jcm`, `nnc+ncn+jco`, `nnc+ncn+jcs`, `nnc+ncn+jct`, `nnc+ncn+jp+ef`, `nnc+ncn+jp+etm`, `nnc+ncn+jxc`, `nnc+ncn+jxt`, `nnc+ncn+nbu`, `nnc+ncn+nbu+xsn+jca`, `nnc+ncn+ncn+jca+jxt`, `nnc+ncn+ncn+xsn`, `nnc+ncn+nnc+nnc`, `nnc+ncn+xsn`, `nnc+ncn+xsn+jp+etm`, `nnc+ncn+xsn+jxt`, `nnc+ncpa`, `nnc+ncpa+jcs`, `nnc+nnc`, `nnc+nnc+jca`, `nnc+nnc+jca+jxt`, `nnc+nnc+jcm`, `nnc+nnc+jco`, `nnc+nnc+jp+ef`, `nnc+nnc+nbu`, `nnc+nnc+nbu+jca`, `nnc+nnc+nbu+jcc`, `nnc+nnc+nbu+jcm`, `nnc+nnc+nbu+jco`, `nnc+nnc+nbu+jcs`, `nnc+nnc+nbu+jp+ep+ef`, `nnc+nnc+nbu+jp+etm`, `nnc+nnc+nbu+jxc`, `nnc+nnc+nbu+xsn`, `nnc+nnc+nbu+xsn+jcm`, `nnc+nnc+nbu+xsn+jxc`, `nnc+nnc+ncn+jco`, `nnc+nnc+nnc`, `nnc+nnc+nnc+nnc`, `nnc+nnc+su+jp+ef`, `nnc+nnc+xsn`, `nnc+nnc+xsn+jcm`, `nnc+nnc+xsn+nbu+jca`, `nnc+nnc+xsn+nbu+jcm`, `nnc+nnc+xsn+nbu+jco`, `nnc+nnc+xsn+nbu+jcs`, `nnc+nno+nbu`, `nnc+nno+nbu+jcc`, `nnc+su`, `nnc+su+jca`, `nnc+su+jcm`, `nnc+su+jco`, `nnc+su+jcs`, `nnc+su+jxc`, `nnc+su+xsn`, `nnc+xsn`, `nnc+xsn+jca`, `nnc+xsn+jca+jxt`, `nnc+xsn+jcm`, `nnc+xsn+jco`, `nnc+xsn+jcs`, `nnc+xsn+jp+ef`, `nnc+xsn+jxc`, `nnc+xsn+nbn+jca`, `nnc+xsn+nbu`, `nnc+xsn+nbu+jca`, `nnc+xsn+nbu+jcm`, `nnc+xsn+nbu+jco`, `nnc+xsn+nbu+jcs`, `nnc+xsn+nnc+nbu`, `nnc+xsn+nnc+nbu+jcm`, `nno`, `nno+jca`, `nno+jca+jxt`, `nno+jcj`, `nno+jcm`, `nno+jco`, `nno+jcs`, `nno+jxt`, `nno+nbn`, `nno+nbn+jcm`, `nno+nbn+xsn`, `nno+nbu`, `nno+nbu+jca`, `nno+nbu+jca+jxc`, `nno+nbu+jca+jxt`, `nno+nbu+jcc`, `nno+nbu+jcj`, `nno+nbu+jcm`, `nno+nbu+jco`, `nno+nbu+jcs`, `nno+nbu+jct`, `nno+nbu+jp+ecc`, `nno+nbu+jp+ecs`, `nno+nbu+jp+ef`, `nno+nbu+jp+ep+ecc`, `nno+nbu+jp+ep+ecs`, `nno+nbu+jp+ep+ef`, `nno+nbu+jp+etm`, `nno+nbu+jxc`, `nno+nbu+jxc+jca`, `nno+nbu+jxc+jcm`, `nno+nbu+jxc+jp+ef`, `nno+nbu+jxc+jp+etm`, `nno+nbu+jxc+jxc`, `nno+nbu+jxc+jxt`, `nno+nbu+jxt`, `nno+nbu+nbu`, `nno+nbu+ncn`, `nno+nbu+ncn+jp+ep+ef`, `nno+nbu+ncn+ncn`, `nno+nbu+xsn`, `nno+nbu+xsn+jca`, `nno+nbu+xsn+jcc`, `nno+nbu+xsn+jcm`, `nno+nbu+xsn+jxc`, `nno+nbu+xsn+jxt`, `nno+ncn`, `nno+ncn+jca`, `nno+ncn+jca+jxc`, `nno+ncn+jca+jxt`, `nno+ncn+jcm`, `nno+ncn+jco`, `nno+ncn+jcs`, `nno+ncn+jct`, `nno+ncn+jp+ef`, `nno+ncn+jp+etm`, `nno+ncn+jxc`, `nno+ncn+jxc+jxt`, `nno+ncn+ncn+jp+etm`, `nno+ncn+xsn`, `nno+ncn+xsn+jca`, `nno+ncn+xsn+jp+ep+ef`, `nno+ncn+xsn+jp+etm`, `nno+ncpa+jp+ep+etn+jca+jxc`, `nno+nnc`, `nno+xsn`, `nno+xsn+jca`, `nno+xsn+jca+jxc`, `nno+xsn+jxc`, `nno+xsn+jxc+jcs`, `nno+xsn+nbu`, `nno+xsn+nbu+jcm`, `npd`, `npd+jca`, `npd+jca+jcm`, `npd+jca+jp+ef`, `npd+jca+jp+ef+jca`, `npd+jca+jxc`, `npd+jca+jxc+jcm`, `npd+jca+jxt`, `npd+jcc`, `npd+jcj`, `npd+jcm`, `npd+jco`, `npd+jcs`, `npd+jct`, `npd+jct+jcm`, `npd+jct+jxt`, `npd+jp+ecc`, `npd+jp+ecs`, `npd+jp+ecs+jco`, `npd+jp+ecs+jxt`, `npd+jp+ef`, `npd+jp+ef+jca`, `npd+jp+ef+jcm`, `npd+jp+ef+jco`, `npd+jp+ef+jcr`, `npd+jp+ef+jcs`, `npd+jp+ef+jp+ef`, `npd+jp+ef+jp+etm`, `npd+jp+ef+jxc`, `npd+jp+ef+jxt`, `npd+jp+ep+ef`, `npd+jp+etm`, `npd+jxc`, `npd+jxc+jca`, `npd+jxc+jca+jxc`, `npd+jxc+jcc`, `npd+jxc+jcr`, `npd+jxc+jp+ef`, `npd+jxc+jxc`, `npd+jxc+jxt`, `npd+jxt`, `npd+nbn`, `npd+nbn+jca`, `npd+nbn+jcs`, `npd+nbn+jxc`, `npd+nbn+jxc+jxt`, `npd+ncn`, `npd+ncn+jca`, `npd+ncn+jca+jxc`, `npd+ncn+jcm`, `npd+ncn+jco`, `npd+ncn+jcs`, `npd+ncn+jxt`, `npd+npd`, `npd+xsn`, `npd+xsn+jca`, `npd+xsn+jca+jxc`, `npd+xsn+jca+jxt`, `npd+xsn+jcm`, `npd+xsn+jco`, `npd+xsn+jcs`, `npd+xsn+jct`, `npd+xsn+jp+ef`, `npd+xsn+jxc`, `npd+xsn+jxt`, `npp`, `npp+jca`, `npp+jca+jcm`, `npp+jca+jxc`, `npp+jca+jxc+jcm`, `npp+jca+jxt`, `npp+jcc`, `npp+jcj`, `npp+jcm`, `npp+jco`, `npp+jcs`, `npp+jcs+jxt`, `npp+jct`, `npp+jct+jcm`, `npp+jct+jxc`, `npp+jct+jxt`, `npp+jp+ecs`, `npp+jp+ecs+jco`, `npp+jp+ef`, `npp+jp+ef+jcs`, `npp+jp+ef+jxc+jcs`, `npp+jp+ef+jxt`, `npp+jp+ep+ecc`, `npp+jp+ep+ef`, `npp+jp+ep+etm`, `npp+jp+etm`, `npp+jxc`, `npp+jxc+jcc`, `npp+jxc+jcm`, `npp+jxc+jco`, `npp+jxt`, `npp+nbn+jca`, `npp+nbn+jcs`, `npp+ncn`, `npp+ncn+jca`, `npp+ncn+jca+jxc`, `npp+ncn+jca+jxt`, `npp+ncn+jcm`, `npp+ncn+jco`, `npp+ncn+jcs`, `npp+ncn+jct`, `npp+ncn+jct+jxt`, `npp+ncn+jp+ecs`, `npp+ncn+jxc`, `npp+ncn+jxt`, `npp+ncn+xsn`, `npp+ncpa`, `npp+ncpa+jca`, `npp+ncpa+jca+jxc`, `npp+ncpa+jcj`, `npp+ncpa+jcm`, `npp+ncpa+jco`, `npp+ncpa+jcs`, `npp+ncpa+jxt`, `npp+ncpa+ncpa+jca`, `npp+ncpa+xsn+jp+ecc`, `npp+ncpa+xsn+jp+etm`, `npp+npp+jco`, `npp+xsn`, `npp+xsn+jca`, `npp+xsn+jca+jxc`, `npp+xsn+jca+jxc+jxc`, `npp+xsn+jca+jxt`, `npp+xsn+jcj`, `npp+xsn+jcm`, `npp+xsn+jco`, `npp+xsn+jcs`, `npp+xsn+jcs+jxt`, `npp+xsn+jct`, `npp+xsn+jct+jcm`, `npp+xsn+jct+jxt`, `npp+xsn+jp+ecs`, `npp+xsn+jp+ef`, `npp+xsn+jp+etm`, `npp+xsn+jxc`, `npp+xsn+jxc+jcs`, `npp+xsn+jxc+jxt`, `npp+xsn+jxt`, `npp+xsn+ncn`, `npp+xsn+xsn`, `npp+xsn+xsn+jca`, `npp+xsn+xsn+jca+jxt`, `nq`, `nq+jca`, `nq+jca+jca`, `nq+jca+jca+jxc`, `nq+jca+jcm`, `nq+jca+jxc`, `nq+jca+jxc+jcm`, `nq+jca+jxc+jxc`, `nq+jca+jxt`, `nq+jcc`, `nq+jcj`, `nq+jcm`, `nq+jco`, `nq+jcr`, `nq+jcs`, `nq+jcs+jca+jxc`, `nq+jcs+jxt`, `nq+jct`, `nq+jct+jcm`, `nq+jct+jxt`, `nq+jp+ecc`, `nq+jp+ecs`, `nq+jp+ef`, `nq+jp+ef+jcr`, `nq+jp+ef+jcr+jxc`, `nq+jp+ep+ecc`, `nq+jp+ep+ecs`, `nq+jp+ep+ef`, `nq+jp+ep+etm`, `nq+jp+ep+etn`, `nq+jp+etm`, `nq+jp+etn+jco`, `nq+jxc`, `nq+jxc+jca+jxt`, `nq+jxc+jcm`, `nq+jxc+jcs`, `nq+jxc+jp+ef`, `nq+jxc+jp+ef+jcr`, `nq+jxc+jxc`, `nq+jxc+jxc+jxt`, `nq+jxc+jxt`, `nq+jxt`, `nq+nbn`, `nq+nbn+jca`, `nq+nbn+jcm`, `nq+nbn+jp+ep+ef`, `nq+ncn`, `nq+ncn+jca`, `nq+ncn+jca+jcm`, `nq+ncn+jca+jxc`, `nq+ncn+jca+jxt`, `nq+ncn+jcc`, `nq+ncn+jcj`, `nq+ncn+jcm`, `nq+ncn+jco`, `nq+ncn+jcs`, `nq+ncn+jct`, `nq+ncn+jct+jcm`, `nq+ncn+jct+jxc`, `nq+ncn+jct+jxt`, `nq+ncn+jp+ef`, `nq+ncn+jp+ep+ef`, `nq+ncn+jp+ep+etm`, `nq+ncn+jp+etm`, `nq+ncn+jxc`, `nq+ncn+jxc+jxt`, `nq+ncn+jxt`, `nq+ncn+ncn`, `nq+ncn+ncn+jca`, `nq+ncn+ncn+jca+jxt`, `nq+ncn+ncn+jcm`, `nq+ncn+ncn+jco`, `nq+ncn+ncn+jp+etm`, `nq+ncn+ncn+jxc`, `nq+ncn+ncn+ncn`, `nq+ncn+ncn+ncn+jca`, `nq+ncn+ncn+ncn+jcs`, `nq+ncn+ncn+xsn+jxt`, `nq+ncn+ncpa+jca`, `nq+ncn+ncpa+jcs`, `nq+ncn+ncpa+jxt`, `nq+ncn+ncpa+ncn`, `nq+ncn+ncpa+ncn+jcm`, `nq+ncn+xsn`, `nq+ncn+xsn+jca`, `nq+ncn+xsn+jca+jxt`, `nq+ncn+xsn+jcm`, `nq+ncn+xsn+jco`, `nq+ncn+xsn+jcs`, `nq+ncn+xsn+jct`, `nq+ncn+xsn+jp+etm`, `nq+ncn+xsn+jxt`, `nq+ncpa`, `nq+ncpa+jca`, `nq+ncpa+jcm`, `nq+ncpa+jco`, `nq+ncpa+jxt`, `nq+ncpa+ncn+jcm`, `nq+ncpa+ncn+jp+ef`, `nq+ncpa+ncn+jp+etm`, `nq+nq`, `nq+nq+jca`, `nq+nq+jcj`, `nq+nq+jcm`, `nq+nq+jcs`, `nq+nq+jct`, `nq+nq+jxc+jcs`, `nq+nq+jxt`, `nq+nq+ncn`, `nq+nq+ncn+jca`, `nq+nq+nq+jxt`, `nq+nq+nq+nq+jcm`, `nq+xsm+ecs`, `nq+xsm+etm`, `nq+xsn`, `nq+xsn+jca`, `nq+xsn+jca+jxc`, `nq+xsn+jca+jxt`, `nq+xsn+jcj`, `nq+xsn+jcm`, `nq+xsn+jco`, `nq+xsn+jcs`, `nq+xsn+jcs+jxt`, `nq+xsn+jct`, `nq+xsn+jct+jcm`, `nq+xsn+jp+ef`, `nq+xsn+jp+ef+jcr`, `nq+xsn+jp+ep+ef`, `nq+xsn+jp+etm`, `nq+xsn+jp+etn+jco`, `nq+xsn+jxc`, `nq+xsn+jxt`, `nq+xsn+xsn`, `nq+xsn+xsn+jcj`, `nq+xsn+xsn+jcs`, `nq+xsn+xsv+ep+etm`, `nq+xsv+ecs`, `paa+ecc`, `paa+ecc+jxc`, `paa+ecc+jxt`, `paa+ecs`, `paa+ecs+etm`, `paa+ecs+jca`, `paa+ecs+jcm`, `paa+ecs+jco`, `paa+ecs+jct`, `paa+ecs+jp+ecc`, `paa+ecs+jp+ep+ef`, `paa+ecs+jxc`, `paa+ecs+jxc+jxt`, `paa+ecs+jxt`, `paa+ecx`, `paa+ecx+jco`, `paa+ecx+jcs`, `paa+ecx+jxc`, `paa+ecx+jxt`, `paa+ecx+px+ecc`, `paa+ecx+px+ecs`, `paa+ecx+px+ecx`, `paa+ecx+px+ecx+jxc`, `paa+ecx+px+ecx+px+ecc`, `paa+ecx+px+ecx+px+ecx`, `paa+ecx+px+ecx+px+ef`, `paa+ecx+px+ecx+px+ep+ef`, `paa+ecx+px+ecx+px+etm`, `paa+ecx+px+ef`, `paa+ecx+px+ef+jcr`, `paa+ecx+px+ep+ecc`, `paa+ecx+px+ep+ecs`, `paa+ecx+px+ep+ef`, `paa+ecx+px+ep+ef+jcr`, `paa+ecx+px+ep+etm`, `paa+ecx+px+ep+etn`, `paa+ecx+px+ep+etn+jco`, `paa+ecx+px+etm`, `paa+ecx+px+etn`, `paa+ecx+px+etn+jca`, `paa+ecx+px+etn+jco`, `paa+ecx+px+etn+jcs`, `paa+ecx+px+etn+jxc`, `paa+ecx+px+etn+jxt`, `paa+ef`, `paa+ef+ecc`, `paa+ef+ecs`, `paa+ef+ecs+jxc`, `paa+ef+jca`, `paa+ef+jcm`, `paa+ef+jco`, `paa+ef+jcr`, `paa+ef+jcr+jxc`, `paa+ef+jcr+jxt`, `paa+ef+jxf`, `paa+ep+ecc`, `paa+ep+ecs`, `paa+ep+ecs+jxc`, `paa+ep+ef`, `paa+ep+ef+jcr`, `paa+ep+ef+jxc`, `paa+ep+ef+jxf`, `paa+ep+ef+jxt`, `paa+ep+ep+ecs`, `paa+ep+ep+ef`, `paa+ep+ep+etm`, `paa+ep+etm`, `paa+ep+etn`, `paa+ep+etn+jca`, `paa+ep+etn+jca+jxc`, `paa+ep+etn+jco`, `paa+ep+etn+jcs`, `paa+ep+etn+jxt`, `paa+etm`, `paa+etn`, `paa+etn+jca`, `paa+etn+jca+jxc`, `paa+etn+jca+jxt`, `paa+etn+jcc`, `paa+etn+jcj`, `paa+etn+jcm`, `paa+etn+jco`, `paa+etn+jcs`, `paa+etn+jct`, `paa+etn+jp+ecc`, `paa+etn+jp+ef`, `paa+etn+jp+ep+ecs`, `paa+etn+jp+ep+ef`, `paa+etn+jxc`, `paa+etn+jxt`, `paa+jxt`, `pad+ecc`, `pad+ecc+jxt`, `pad+ecs`, `pad+ecs+jxc`, `pad+ecs+jxt`, `pad+ecx`, `pad+ecx+jcs`, `pad+ecx+jxc`, `pad+ecx+jxt`, `pad+ecx+px+ecs`, `pad+ecx+px+ecx+px+ecc+jxt`, `pad+ef`, `pad+ef+jcr`, `pad+ef+jcr+jxt`, `pad+ef+jxf`, `pad+ef+jxt`, `pad+ep+ecc`, `pad+ep+ecs`, `pad+ep+ef`, `pad+ep+ef+jco`, `pad+ep+etm`, `pad+etm`, `pad+etn`, `pad+etn+jxt`, `pvd+ecc+jxc`, `pvd+ecs`, `pvd+ecs+jp+ecs`, `pvd+ecs+jxc`, `pvd+ecs+jxt`, `pvd+ecx`, `pvd+ep+ef`, `pvd+ep+etm`, `pvd+etm`, `pvd+etn`, `pvd+etn+jca`, `pvd+etn+jca+jxc`, `pvg+ecc`, `pvg+ecc+jxc`, `pvg+ecc+jxt`, `pvg+ecs`, `pvg+ecs+ecs`, `pvg+ecs+jca`, `pvg+ecs+jca+jxt`, `pvg+ecs+jcc`, `pvg+ecs+jcm`, `pvg+ecs+jco`, `pvg+ecs+jcs`, `pvg+ecs+jct`, `pvg+ecs+jp+ecs`, `pvg+ecs+jp+ef`, `pvg+ecs+jp+ep+ecs`, `pvg+ecs+jp+ep+ef`, `pvg+ecs+jp+ep+ef+jcr`, `pvg+ecs+jxc`, `pvg+ecs+jxc+jcc`, `pvg+ecs+jxc+jp+ef`, `pvg+ecs+jxc+jp+ep+ef`, `pvg+ecs+jxt`, `pvg+ecx`, `pvg+ecx+jco`, `pvg+ecx+jxc`, `pvg+ecx+jxt`, `pvg+ecx+jxt+px+ep+ef`, `pvg+ecx+px+ecc`, `pvg+ecx+px+ecc+jxc`, `pvg+ecx+px+ecc+jxt`, `pvg+ecx+px+ecs`, `pvg+ecx+px+ecs+jxc`, `pvg+ecx+px+ecs+jxt`, `pvg+ecx+px+ecx`, `pvg+ecx+px+ecx+jco`, `pvg+ecx+px+ecx+jxc`, `pvg+ecx+px+ecx+jxt`, `pvg+ecx+px+ecx+px+ecc`, `pvg+ecx+px+ecx+px+ecs`, `pvg+ecx+px+ecx+px+ecs+jxt`, `pvg+ecx+px+ecx+px+ecx`, `pvg+ecx+px+ecx+px+ecx+px+ecc`, `pvg+ecx+px+ecx+px+ef`, `pvg+ecx+px+ecx+px+ep+ecc`, `pvg+ecx+px+ecx+px+ep+ef`, `pvg+ecx+px+ecx+px+ep+etm`, `pvg+ecx+px+ecx+px+ep+etn+jco`, `pvg+ecx+px+ecx+px+etm`, `pvg+ecx+px+ecx+px+etn`, `pvg+ecx+px+ecx+px+etn+jca`, `pvg+ecx+px+ef`, `pvg+ecx+px+ef+jca`, `pvg+ecx+px+ef+jcm`, `pvg+ecx+px+ef+jcr`, `pvg+ecx+px+ep+ecc`, `pvg+ecx+px+ep+ecs`, `pvg+ecx+px+ep+ecs+jxc`, `pvg+ecx+px+ep+ef`, `pvg+ecx+px+ep+ef+jcm`, `pvg+ecx+px+ep+ef+jcr`, `pvg+ecx+px+ep+ef+jxf`, `pvg+ecx+px+ep+ep+ecs`, `pvg+ecx+px+ep+etm`, `pvg+ecx+px+ep+etn`, `pvg+ecx+px+ep+etn+jca`, `pvg+ecx+px+ep+etn+jca+jxc`, `pvg+ecx+px+ep+etn+jco`, `pvg+ecx+px+etm`, `pvg+ecx+px+etn`, `pvg+ecx+px+etn+jca`, `pvg+ecx+px+etn+jca+jxc`, `pvg+ecx+px+etn+jca+jxt`, `pvg+ecx+px+etn+jco`, `pvg+ecx+px+etn+jcs`, `pvg+ecx+px+etn+jct`, `pvg+ecx+px+etn+jxc`, `pvg+ecx+px+etn+jxc+jxt`, `pvg+ecx+px+etn+jxt`, `pvg+ef`, `pvg+ef+jca`, `pvg+ef+jcm`, `pvg+ef+jco`, `pvg+ef+jcr`, `pvg+ef+jcr+jxc`, `pvg+ef+jcr+jxt`, `pvg+ef+jcs`, `pvg+ef+jp+ef+jcr`, `pvg+ef+jp+etm`, `pvg+ef+jxc`, `pvg+ef+jxf`, `pvg+ef+jxt`, `pvg+ep+ecc`, `pvg+ep+ecc+jxt`, `pvg+ep+ecs`, `pvg+ep+ecs+jca+jxt`, `pvg+ep+ecs+jco`, `pvg+ep+ecs+jxc`, `pvg+ep+ecs+jxt`, `pvg+ep+ecx`, `pvg+ep+ecx+px+ef`, `pvg+ep+ef`, `pvg+ep+ef+jca`, `pvg+ep+ef+jcm`, `pvg+ep+ef+jco`, `pvg+ep+ef+jcr`, `pvg+ep+ef+jcr+jxc`, `pvg+ep+ef+jcr+jxt`, `pvg+ep+ef+jct`, `pvg+ep+ef+jxc`, `pvg+ep+ef+jxf`, `pvg+ep+ef+jxt`, `pvg+ep+ep+ef`, `pvg+ep+ep+ef+jco`, `pvg+ep+ep+ef+jxf`, `pvg+ep+etm`, `pvg+ep+etn`, `pvg+ep+etn+jca`, `pvg+ep+etn+jca+jxc`, `pvg+ep+etn+jca+jxt`, `pvg+ep+etn+jco`, `pvg+ep+etn+jcs`, `pvg+ep+etn+jxt`, `pvg+etm`, `pvg+etn`, `pvg+etn+jca`, `pvg+etn+jca+jxc`, `pvg+etn+jca+jxt`, `pvg+etn+jcc`, `pvg+etn+jcj`, `pvg+etn+jcm`, `pvg+etn+jco`, `pvg+etn+jcr`, `pvg+etn+jcs`, `pvg+etn+jct`, `pvg+etn+jct+jxt`, `pvg+etn+jp+ecc`, `pvg+etn+jp+ecs`, `pvg+etn+jp+ef`, `pvg+etn+jp+ef+jcr`, `pvg+etn+jp+ef+jcs`, `pvg+etn+jp+ep+ef`, `pvg+etn+jp+ep+ef+jcr`, `pvg+etn+jp+etm`, `pvg+etn+jxc`, `pvg+etn+jxc+jca+jxt`, `pvg+etn+jxc+jcm`, `pvg+etn+jxc+jco`, `pvg+etn+jxc+jcs`, `pvg+etn+jxc+jxt`, `pvg+etn+jxt`, `pvg+etn+xsm+ecs`, `pvg+etn+xsn+jcm`, `px+ecc`, `px+ecc+jxc`, `px+ecc+jxc+jp+ef`, `px+ecc+jxt`, `px+ecs`, `px+ecs+jca`, `px+ecs+jcc`, `px+ecs+jcj`, `px+ecs+jcm`, `px+ecs+jco`, `px+ecs+jp+ep+ef`, `px+ecs+jxc`, `px+ecs+jxt`, `px+ecx`, `px+ecx+jxc`, `px+ecx+jxt`, `px+ecx+px+ecs`, `px+ecx+px+ecx`, `px+ecx+px+ef`, `px+ecx+px+ef+jcr`, `px+ecx+px+ep+ef`, `px+ecx+px+etm`, `px+ecx+px+etn+jca`, `px+ef`, `px+ef+etm`, `px+ef+jca`, `px+ef+jca+jxc`, `px+ef+jcj`, `px+ef+jcm`, `px+ef+jco`, `px+ef+jcr`, `px+ef+jcr+jxc`, `px+ef+jcs`, `px+ef+jp+etm`, `px+ef+jxc`, `px+ef+jxf`, `px+ef+jxt`, `px+ep+ecc`, `px+ep+ecs`, `px+ep+ecs+jxc`, `px+ep+ecs+jxt`, `px+ep+ecx`, `px+ep+ef`, `px+ep+ef+jca`, `px+ep+ef+jco`, `px+ep+ef+jcr`, `px+ep+ef+jcr+jxc`, `px+ep+ef+jxf`, `px+ep+ep+ef`, `px+ep+ep+ef+jxf`, `px+ep+etm`, `px+ep+etn`, `px+ep+etn+jca`, `px+ep+etn+jca+jxc`, `px+ep+etn+jco`, `px+ep+etn+jcs`, `px+ep+etn+jxc`, `px+ep+etn+jxt`, `px+etm`, `px+etn`, `px+etn+jca`, `px+etn+jca+jxc`, `px+etn+jca+jxt`, `px+etn+jco`, `px+etn+jcs`, `px+etn+jct`, `px+etn+jxc`, `px+etn+jxc+jxt`, `px+etn+jxt`, `sf`, `sl`, `sp`, `sr`, `su`, `su+jca`, `su+jcm`, `xp+nbn`, `xp+nbu`, `xp+ncn`, `xp+ncn+jca`, `xp+ncn+jcm`, `xp+ncn+jco`, `xp+ncn+jcs`, `xp+ncn+jp+ef`, `xp+ncn+jp+ep+ef`, `xp+ncn+jxt`, `xp+ncn+ncn+jca`, `xp+ncn+ncn+jcm`, `xp+ncn+ncn+jco`, `xp+ncn+ncpa+jco`, `xp+ncn+xsn`, `xp+ncn+xsn+jca`, `xp+ncn+xsn+jcm`, `xp+ncn+xsn+jp+ef`, `xp+ncn+xsn+jp+etm`, `xp+ncpa`, `xp+ncpa+jca`, `xp+ncpa+jcm`, `xp+ncpa+jco`, `xp+ncpa+ncn+jcm`, `xp+ncpa+ncn+jco`, `xp+ncpa+ncpa+jco`, `xp+ncpa+xsn`, `xp+ncpa+xsn+jp+etm`, `xp+ncpa+xsv+ecc`, `xp+ncpa+xsv+ecs`, `xp+ncpa+xsv+ecx`, `xp+ncpa+xsv+ef`, `xp+ncpa+xsv+ef+jcr`, `xp+ncpa+xsv+ep+ef`, `xp+ncpa+xsv+etm`, `xp+ncpa+xsv+etn+jca`, `xp+ncps`, `xp+ncps+xsm+ecs`, `xp+ncps+xsm+ecx`, `xp+ncps+xsm+ef`, `xp+ncps+xsm+ep+ef`, `xp+ncps+xsm+etm`, `xp+ncps+xsn`, `xp+nnc`, `xp+nnc+jcm`, `xp+nnc+nbn`, `xp+nnc+nbu`, `xp+nnc+nbu+jcs`, `xp+nnc+ncn`, `xp+nnc+ncn+jca`, `xp+nnc+ncn+jcm`, `xp+nnc+ncn+jcs`, `xp+nnc+ncn+jp+ef+jcr`, `xp+nno`, `xp+nno+jcm`, `xp+nno+nbn+jca`, `xp+nno+nbu`, `xp+nno+nbu+jcs`, `xp+nno+ncn`, `xp+nno+ncn+jca`, `xp+nno+ncn+jcs`, `xp+nno+ncn+jxt`, `xp+nq`, `xp+nq+ncn+jca`, `xp+nq+ncpa`, `xp+nq+ncpa+jco`, `xp+nq+ncpa+jp+etm`, `xsm+etm`, `xsn`, `xsn+jca`, `xsn+jca+jxt`, `xsn+jco`, `xsn+jcs`, `xsn+jp+ef`, `xsn+jp+ep+ef`, `xsn+jxc+jca+jxt`, `xsn+jxc+jcs`, `xsn+jxt`, `xsv+ecc`, `xsv+ecs`, `xsv+ecx+px+ep+ef`, `xsv+ep+ecx`, `xsv+etm` |
|
86 |
+
| **`morphologizer`** | `POS=CCONJ`, `POS=ADV`, `POS=SCONJ`, `POS=DET`, `POS=NOUN`, `POS=VERB`, `POS=ADJ`, `POS=PUNCT`, `POS=AUX`, `POS=PRON`, `POS=PROPN`, `POS=NUM`, `POS=INTJ`, `POS=PART`, `POS=X`, `POS=ADP`, `POS=SYM` |
|
87 |
+
| **`parser`** | `ROOT`, `acl`, `advcl`, `advmod`, `amod`, `appos`, `aux`, `case`, `cc`, `ccomp`, `compound`, `conj`, `cop`, `csubj`, `dep`, `det`, `discourse`, `dislocated`, `fixed`, `flat`, `iobj`, `mark`, `nmod`, `nsubj`, `nummod`, `obj`, `obl`, `punct`, `vocative`, `xcomp` |
|
88 |
+
| **`experimental_edit_tree_lemmatizer`** | `0`, `3`, `5`, `7`, `9`, `11`, `12`, `16`, `18`, `20`, `22`, `25`, `28`, `31`, `34`, `35`, `36`, `39`, `40`, `43`, `45`, `47`, `48`, `51`, `54`, `56`, `58`, `60`, `61`, `63`, `65`, `67`, `69`, `71`, `73`, `75`, `76`, `78`, `79`, `82`, `85`, `87`, `89`, `92`, `95`, `97`, `99`, `101`, `104`, `106`, `109`, `112`, `114`, `116`, `119`, `121`, `122`, `124`, `126`, `127`, `128`, `130`, `133`, `135`, `137`, `140`, `142`, `145`, `147`, `148`, `150`, `151`, `152`, `155`, `156`, `158`, `161`, `162`, `164`, `167`, `169`, `172`, `174`, `176`, `177`, `179`, `182`, `184`, `186`, `188`, `191`, `192`, `194`, `196`, `199`, `202`, `203`, `173`, `115`, `205`, `207`, `210`, `213`, `216`, `218`, `221`, `146`, `223`, `225`, `227`, `229`, `230`, `231`, `232`, `234`, `236`, `238`, `239`, `242`, `244`, `246`, `248`, `251`, `253`, `255`, `256`, `259`, `261`, `264`, `265`, `268`, `270`, `272`, `274`, `276`, `278`, `279`, `282`, `285`, `287`, `289`, `293`, `295`, `297`, `300`, `302`, `304`, `307`, `309`, `310`, `313`, `315`, `226`, `318`, `319`, `321`, `323`, `325`, `327`, `329`, `332`, `334`, `335`, `337`, `149`, `339`, `340`, `342`, `344`, `346`, `348`, `349`, `350`, `352`, `354`, `356`, `358`, `360`, `361`, `363`, `365`, `369`, `370`, `372`, `374`, `376`, `21`, `15`, `377`, `379`, `382`, `385`, `387`, `388`, `254`, `390`, `393`, `395`, `397`, `399`, `401`, `403`, `404`, `405`, `407`, `408`, `411`, `414`, `417`, `418`, `421`, `422`, `424`, `427`, `429`, `431`, `435`, `437`, `439`, `440`, `442`, `443`, `444`, `447`, `449`, `451`, `389`, `454`, `455`, `457`, `460`, `461`, `463`, `466`, `468`, `471`, `473`, `476`, `477`, `479`, `482`, `296`, `485`, `487`, `490`, `492`, `493`, `495`, `497`, `500`, `502`, `504`, `505`, `507`, `510`, `511`, `514`, `267`, `516`, `520`, `472`, `523`, `525`, `526`, `527`, `530`, `532`, `462`, `533`, `534`, `535`, `537`, `540`, `541`, `465`, `543`, `545`, `546`, `547`, `550`, `551`, `552`, `553`, `555`, `556`, `72`, `558`, `560`, `562`, `563`, `564`, `567`, `568`, `571`, `574`, `577`, `579`, `581`, `582`, `584`, `587`, `589`, `591`, `594`, `595`, `597`, `600`, `603`, `606`, `608`, `610`, `611`, `613`, `614`, `616`, `617`, `620`, `10`, `623`, `626`, `629`, `632`, `633`, `635`, `637`, `638`, `640`, `642`, `644`, `645`, `647`, `648`, `651`, `652`, `653`, `655`, `657`, `659`, `660`, `664`, `666`, `667`, `669`, `672`, `674`, `675`, `676`, `678`, `679`, `680`, `683`, `684`, `687`, `689`, `690`, `692`, `694`, `697`, `699`, `702`, `703`, `706`, `707`, `710`, `713`, `715`, `717`, `719`, `721`, `723`, `725`, `728`, `730`, `733`, `735`, `738`, `740`, `743`, `744`, `649`, `747`, `749`, `753`, `756`, `757`, `759`, `761`, `764`, `767`, `769`, `772`, `774`, `777`, `780`, `783`, `785`, `787`, `789`, `792`, `794`, `797`, `799`, `800`, `802`, `805`, `806`, `808`, `809`, `811`, `812`, `813`, `815`, `817`, `819`, `820`, `59`, `822`, `824`, `827`, `829`, `831`, `618`, `832`, `834`, `836`, `838`, `724`, `841`, `55`, `842`, `844`, `846`, `847`, `850`, `852`, `855`, `857`, `859`, `861`, `863`, `865`, `868`, `869`, `871`, `873`, `874`, `877`, `880`, `884`, `887`, `890`, `891`, `892`, `893`, `896`, `898`, `901`, `351`, `904`, `906`, `908`, `911`, `913`, `915`, `650`, `918`, `920`, `830`, `921`, `923`, `924`, `926`, `927`, `930`, `931`, `934`, `937`, `938`, `940`, `941`, `942`, `945`, `947`, `949`, `952`, `954`, `957`, `960`, `963`, `965`, `967`, `970`, `972`, `974`, `977`, `980`, `981`, `983`, `985`, `986`, `988`, `991`, `994`, `997`, `999`, `1000`, `1002`, `1005`, `1006`, `1007`, `1010`, `125`, `1013`, `1016`, `1017`, `1019`, `1020`, `1024`, `1026`, `1028`, `1030`, `1032`, `1034`, `1036`, `1038`, `1040`, `1041`, `1044`, `1045`, `1048`, `415`, `1051`, `1053`, `1055`, `1056`, `1058`, `1061`, `1063`, `1065`, `1067`, `1068`, `1069`, `1070`, `1074`, `946`, `1077`, `1079`, `1081`, `1083`, `1086`, `1088`, `1089`, `1092`, `936`, `1096`, `1098`, `1101`, `1104`, `1106`, `1108`, `1110`, `1112`, `1114`, `1116`, `1118`, `1119`, `1120`, `1085`, `1123`, `1125`, `1127`, `1031`, `1128`, `1131`, `1124`, `1134`, `1135`, `1137`, `1139`, `1142`, `1144`, `1145`, `1147`, `1150`, `1152`, `1156`, `1158`, `1159`, `1162`, `1164`, `1166`, `1167`, `1170`, `1172`, `1174`, `1176`, `1178`, `1180`, `1181`, `1183`, `1186`, `1187`, `1189`, `1192`, `1195`, `1198`, `1200`, `1201`, `1204`, `1206`, `1208`, `1209`, `763`, `1211`, `1212`, `1214`, `1215`, `1218`, `1220`, `1222`, `1225`, `1226`, `1227`, `1228`, `1230`, `1232`, `1234`, `1236`, `1237`, `1239`, `1241`, `181`, `1244`, `1245`, `1247`, `1249`, `1251`, `1253`, `1256`, `1257`, `1260`, `1261`, `1262`, `1264`, `1267`, `1268`, `1269`, `1272`, `1274`, `1277`, `1280`, `1283`, `1285`, `1287`, `1289`, `1290`, `1294`, `1296`, `1279`, `1298`, `1300`, `1303`, `1304`, `1306`, `1309`, `1311`, `1313`, `1314`, `1317`, `1319`, `1320`, `1324`, `1327`, `1329`, `1332`, `1334`, `1336`, `1338`, `1340`, `1342`, `1344`, `1345`, `303`, `1346`, `1349`, `1350`, `1352`, `1354`, `1356`, `1359`, `362`, `1360`, `1363`, `1365`, `1366`, `1367`, `1369`, `1370`, `1372`, `1374`, `1375`, `1378`, `1380`, `1384`, `1385`, `1389`, `1390`, `1393`, `1395`, `1398`, `1403`, `1404`, `1405`, `1407`, `1410`, `1413`, `1415`, `1418`, `1420`, `1422`, `1423`, `1425`, `1426`, `1428`, `1429`, `1431`, `1433`, `1435`, `1436`, `1438`, `1440`, `1442`, `1444`, `1447`, `1448`, `1449`, `1451`, `1452`, `105`, `1454`, `1456`, `1457`, `1459`, `1462`, `1463`, `1464`, `1466`, `1468`, `1470`, `1471`, `1475`, `810`, `1476`, `1478`, `1480`, `1483`, `1485`, `1487`, `1490`, `1493`, `450`, `1496`, `1498`, `1501`, `1504`, `1506`, `1508`, `1510`, `1513`, `1515`, `1517`, `1520`, `1523`, `1526`, `1529`, `1531`, `1535`, `1536`, `1538`, `1540`, `1542`, `1545`, `1548`, `1550`, `1554`, `1555`, `1558`, `1559`, `1561`, `1563`, `1565`, `1566`, `1568`, `1569`, `1572`, `1574`, `1576`, `1578`, `1580`, `1581`, `1582`, `1585`, `1586`, `1589`, `1591`, `1593`, `1596`, `1597`, `416`, `615`, `1599`, `1601`, `1603`, `1608`, `1611`, `840`, `1613`, `1614`, `1616`, `1618`, `1622`, `1624`, `1627`, `1630`, `1633`, `1636`, `1638`, `1642`, `1645`, `1647`, `1650`, `1653`, `1656`, `1659`, `1661`, `1664`, `1665`, `1668`, `1670`, `1671`, `1674`, `1676`, `1679`, `1680`, `1683`, `1685`, `1687`, `1689`, `1694`, `1697`, `1698`, `1699`, `1700`, `1702`, `1705`, `1706`, `1709`, `1711`, `1712`, `1714`, `1718`, `1720`, `1721`, `1723`, `1725`, `1726`, `1728`, `987`, `506`, `1730`, `1733`, `1735`, `1736`, `1738`, `1740`, `1741`, `1743`, `1745`, `1747`, `1748`, `166`, `1750`, `1752`, `1753`, `1755`, `1758`, `1761`, `1763`, `224`, `1764`, `1767`, `1768`, `1771`, `1773`, `1777`, `1779`, `1783`, `1786`, `1787`, `1791`, `1794`, `1797`, `1798`, `1799`, `1801`, `1804`, `1806`, `1807`, `1809`, `228`, `1810`, `1813`, `1814`, `1817`, `1819`, `1821`, `1824`, `1826`, `1829`, `1831`, `1833`, `1834`, `1835`, `1837`, `1839`, `1637`, `1840`, `1844`, `1846`, `905`, `1850`, `1851`, `1853`, `1855`, `1858`, `1859`, `1861`, `1862`, `1863`, `1866`, `1867`, `1869`, `1873`, `1875`, `1878`, `1879`, `1883`, `1884`, `1887`, `1890`, `1892`, `1895`, `1896`, `1899`, `1901`, `1903`, `1905`, `1907`, `1908`, `1909`, `1910`, `1912`, `1914`, `1917`, `1920`, `1922`, `1924`, `1926`, `1928`, `1929`, `1932`, `1933`, `1935`, `1936`, `1937`, `1940`, `1942`, `1944`, `1946`, `1947`, `1949`, `1952`, `1953`, `1956`, `1959`, `1960`, `1962`, `1964`, `1965`, `1966`, `1967`, `1970`, `1971`, `1972`, `1974`, `1975`, `1976`, `1977`, `1978`, `1979`, `1981`, `1982`, `1983`, `1985`, `1987`, `1991`, `673`, `1992`, `1994`, `1995`, `1997`, `1999`, `2002`, `2003`, `2005`, `2008`, `2010`, `2012`, `2013`, `2015`, `2017`, `2019`, `2020`, `2023`, `2026`, `2027`, `2030`, `2032`, `2034`, `2036`, `2038`, `2040`, `2041`, `2042`, `2045`, `2046`, `2048`, `2049`, `2051`, `2052`, `2053`, `1295`, `2054`, `536`, `2057`, `2059`, `2062`, `2064`, `2066`, `2067`, `2068`, `2072`, `2075`, `2076`, `2078`, `2081`, `2083`, `2085`, `2086`, `2088`, `2090`, `2091`, `2093`, `2096`, `2098`, `2099`, `2102`, `2104`, `2105`, `2107`, `2110`, `2111`, `17`, `2113`, `2116`, `2118`, `2121`, `2123`, `2124`, `2125`, `2127`, `2128`, `2129`, `2131`, `2133`, `2135`, `2137`, `2140`, `2141`, `2143`, `2145`, `2146`, `2147`, `2149`, `2151`, `2154`, `2155`, `2156`, `2159`, `2160`, `2161`, `2162`, `2163`, `2165`, `2168`, `1477`, `2170`, `2171`, `2173`, `2174`, `2175`, `2177`, `2180`, `2181`, `2183`, `2185`, `2187`, `2188`, `2190`, `2193`, `2195`, `2199`, `2202`, `2204`, `2205`, `2207`, `2210`, `2212`, `2213`, `2216`, `338`, `2218`, `2220`, `2222`, `2224`, `2226`, `2229`, `2231`, `2233`, `2236`, `2238`, `2240`, `2243`, `2245`, `2247`, `2248`, `593`, `2250`, `2251`, `2256`, `2258`, `2261`, `2263`, `2264`, `2266`, `2268`, `2271`, `2274`, `2277`, `2278`, `2281`, `2282`, `2284`, `2287`, `2289`, `2292`, `345`, `2294`, `2297`, `2299`, `2301`, `2304`, `2306`, `2308`, `2310`, `2312`, `2315`, `2317`, `2318`, `2321`, `2322`, `2323`, `1663`, `2324`, `2328`, `2331`, `2332`, `2335`, `2337`, `2339`, `2341`, `2344`, `2346`, `2348`, `2350`, `2354`, `2355`, `2359`, `2361`, `2363`, `2366`, `2368`, `2369`, `2372`, `2375`, `2376`, `2380`, `2384`, `2167`, `2385`, `2386`, `2388`, `2391`, `2393`, `2395`, `2397`, `2398`, `2400`, `2403`, `2404`, `2406`, `2410`, `2412`, `2414`, `2416`, `2418`, `1111`, `2420`, `2421`, `2422`, `2425`, `2428`, `2431`, `2433`, `2435`, `2437`, `2438`, `2439`, `2442`, `2445`, `2447`, `2448`, `2450`, `2453`, `2456`, `2459`, `2461`, `2462`, `2463`, `2466`, `2467`, `2470`, `2471`, `2473`, `2476`, `2478`, `2479`, `2482`, `2485`, `2486`, `2488`, `2489`, `2491`, `2494`, `2496`, `2498`, `2501`, `2503`, `2506`, `2507`, `2508`, `2510`, `2512`, `2513`, `2515`, `2517`, `2518`, `2520`, `2522`, `2526`, `2529`, `2531`, `1219`, `2534`, `2536`, `2538`, `2540`, `2542`, `2544`, `2546`, `2547`, `2549`, `2550`, `2552`, `2553`, `2556`, `2559`, `2561`, `2563`, `2565`, `2567`, `2569`, `2571`, `2573`, `2575`, `2577`, `2578`, `2579`, `2580`, `2583`, `2585`, `2587`, `2590`, `2594`, `2596`, `2598`, `2602`, `2605`, `2607`, `2609`, `2613`, `2614`, `2615`, `2616`, `2620`, `2621`, `2625`, `2626`, `2629`, `2631`, `2632`, `2634`, `2636`, `2639`, `2640`, `2642`, `2643`, `2644`, `2647`, `2648`, `2650`, `2653`, `2656`, `2658`, `864`, `2661`, `1052`, `2662`, `2664`, `2665`, `2666`, `2669`, `2672`, `2674`, `2676`, `2679`, `2680`, `2682`, `2684`, `2687`, `2688`, `2693`, `2695`, `2697`, `2699`, `2700`, `2703`, `2705`, `2686`, `2706`, `2709`, `2711`, `2714`, `2717`, `2719`, `2721`, `2725`, `2728`, `2730`, `2192`, `2731`, `2734`, `2735`, `2738`, `2739`, `2741`, `2744`, `2745`, `2747`, `2750`, `2753`, `2755`, `2758`, `2759`, `2761`, `2763`, `2766`, `2768`, `2769`, `2771`, `2773`, `2775`, `2776`, `2779`, `2782`, `2785`, `2786`, `2788`, `1406`, `2790`, `2791`, `2792`, `2793`, `2794`, `2796`, `2799`, `2801`, `2804`, `2807`, `2810`, `2813`, `2814`, `2816`, `2818`, `2820`, `2822`, `2824`, `2827`, `2828`, `2830`, `2833`, `2803`, `2835`, `2837`, `2839`, `2841`, `2844`, `2845`, `2846`, `2847`, `2849`, `2850`, `2852`, `2853`, `2854`, `2857`, `2859`, `2861`, `2863`, `2865`, `2867`, `2869`, `2871`, `2872`, `2874`, `2876`, `2878`, `2880`, `2882`, `2884`, `2886`, `2887`, `2891`, `2894`, `2895`, `2896`, `2897`, `2900`, `2903`, `2904`, `386`, `2906`, `2909`, `2912`, `2913`, `2915`, `2917`, `2919`, `2920`, `2923`, `2924`, `2925`, `2926`, `2928`, `2930`, `2932`, `2935`, `2938`, `2939`, `2940`, `2944`, `2946`, `2947`, `2951`, `2952`, `2955`, `2957`, `2961`, `2963`, `2965`, `2968`, `2971`, `275`, `2973`, `2975`, `2977`, `2980`, `2982`, `2984`, `2988`, `573`, `2990`, `2991`, `2993`, `2994`, `2995`, `2998`, `3001`, `3004`, `3007`, `3009`, `378`, `3012`, `3013`, `3014`, `3015`, `3018`, `3020`, `3022`, `3024`, `3026`, `3028`, `3031`, `3033`, `3036`, `3037`, `3039`, `3041`, `3042`, `3043`, `3044`, `3046`, `3048`, `3049`, `3050`, `3053`, `3055`, `3056`, `3058`, `3060`, `3062`, `3064`, `3066`, `3068`, `3071`, `3072`, `3073`, `3076`, `3078`, `3079`, `3081`, `3084`, `3085`, `3087`, `445`, `3089`, `3091`, `3093`, `3094`, `3097`, `3098`, `3100`, `456`, `3104`, `3106`, `3107`, `3109`, `3111`, `3113`, `3115`, `3117`, `3118`, `3121`, `3122`, `3124`, `3126`, `3128`, `3130`, `3132`, `3135`, `3136`, `3137`, `3138`, `3141`, `3142`, `3144`, `3146`, `1080`, `3151`, `3153`, `3155`, `3156`, `3160`, `98`, `3162`, `3163`, `3165`, `3166`, `3169`, `3171`, `3173`, `3175`, `3176`, `3179`, `3182`, `3185`, `3186`, `3189`, `3192`, `3195`, `3198`, `3199`, `3201`, `3203`, `3204`, `3205`, `3208`, `3209`, `2597`, `3210`, `3213`, `3216`, `3217`, `3218`, `1592`, `3221`, `3222`, `3224`, `3227`, `3229`, `3230`, `3231`, `3233`, `3237`, `3240`, `3243`, `3246`, `3248`, `3251`, `3252`, `3253`, `347`, `3255`, `3258`, `3260`, `3263`, `3266`, `3267`, `3271`, `3272`, `3275`, `3276`, `3279`, `3281`, `3283`, `3286`, `3289`, `3290`, `3293`, `3294`, `3295`, `3297`, `3299`, `3300`, `3301`, `3304`, `3307`, `3311`, `136`, `3313`, `3314`, `3316`, `3318`, `3320`, `3324`, `3326`, `3330`, `3333`, `3335`, `3337`, `3341`, `3343`, `3346`, `3350`, `3352`, `3353`, `3355`, `3356`, `3358`, `3360`, `3362`, `3364`, `3366`, `3369`, `3370`, `3372`, `3373`, `3376`, `3378`, `3380`, `2106`, `3382`, `3386`, `3387`, `3390`, `3392`, `3393`, `3395`, `3398`, `3400`, `3403`, `3404`, `3407`, `3409`, `3410`, `1762`, `3412`, `3414`, `3416`, `3418`, `3420`, `3421`, `3424`, `3427`, `3430`, `3432`, `3433`, `3435`, `3437`, `3438`, `3440`, `3442`, `1205`, `3445`, `3447`, `3448`, `3449`, `3453`, `3455`, `3456`, `3457`, `1626`, `3461`, `3464`, `3465`, `3468`, `3471`, `3472`, `3475`, `3478`, `3131`, `3480`, `3482`, `3483`, `3486`, `3489`, `3492`, `3494`, `3496`, `3497`, `3500`, `3502`, `3505`, `3506`, `3509`, `3511`, `3514`, `3516`, `3519`, `3522`, `3523`, `3525`, `3531`, `3534`, `3536`, `3538`, `3540`, `3541`, `3543`, `3546`, `3549`, `3551`, `3554`, `3555`, `3558`, `3560`, `3562`, `3565`, `3567`, `3569`, `3573`, `3574`, `3577`, `3579`, `3581`, `3584`, `3587`, `3590`, `3592`, `3595`, `3597`, `3599`, `3601`, `3604`, `3607`, `3610`, `3612`, `3615`, `3617`, `3620`, `3623`, `3627`, `3629`, `3632`, `3634`, `3635`, `3637`, `3639`, `3642`, `3645`, `3648`, `3649`, `3652`, `3654`, `3655`, `3657`, `3658`, `3660`, `3665`, `2016`, `3669`, `3670`, `3672`, `3674`, `3675`, `3676`, `3678`, `3680`, `3683`, `3686`, `3689`, `3690`, `3693`, `3696`, `3698`, `3700`, `3702`, `3704`, `3706`, `3708`, `3710`, `3712`, `3714`, `3716`, `3719`, `3720`, `3721`, `3723`, `3724`, `3726`, `3730`, `3732`, `3735`, `3736`, `3737`, `3738`, `3741`, `3743`, `3746`, `3748`, `3750`, `3752`, `3755`, `3756`, `3757`, `3759`, `3761`, `3764`, `3765`, `3767`, `3771`, `3772`, `3774`, `3776`, `3778`, `3781`, `3783`, `3784`, `3786`, `3789`, `3790`, `3793`, `3796`, `3799`, `3802`, `3805`, `3806`, `3807`, `3809`, `3811`, `3815`, `3817`, `3818`, `3823`, `3825`, `3828`, `3831`, `3832`, `3834`, `3836`, `3838`, `3841`, `3843`, `3845`, `3847`, `3848`, `3850`, `1800`, `3852`, `3854`, `3856`, `3858`, `3861`, `3865`, `3866`, `3868`, `3869`, `3873`, `3875`, `3878`, `3879`, `3881`, `3884`, `3886`, `3888`, `3891`, `3893`, `3895`, `3897`, `3898`, `3900`, `3901`, `3904`, `3907`, `3908`, `3910`, `3912`, `3913`, `3914`, `3916`, `3917`, `3919`, `3920`, `3923`, `3924`, `3926`, `3928`, `3930`, `3931`, `3934`, `3939`, `3941`, `3942`, `3944`, `3948`, `3950`, `3951`, `3953`, `3956`, `3957`, `3958`, `3960`, `3963`, `3966`, `3969`, `3971`, `3975`, `3977`, `3979`, `3980`, `3983`, `3985`, `3987`, `3990`, `3991`, `3992`, `3994`, `3997`, `4000`, `4002`, `4005`, `4006`, `4008`, `4010`, `4013`, `4015`, `4019`, `4021`, `4024`, `4026`, `4028`, `4030`, `3795`, `4031`, `4033`, `4035`, `4037`, `4039`, `4042`, `4044`, `4047`, `4049`, `4051`, `4054`, `2235`, `4056`, `4059`, `4061`, `4062`, `4063`, `4065`, `4067`, `4069`, `4071`, `4072`, `4075`, `4077`, `4080`, `4083`, `4086`, `4088`, `4090`, `4092`, `4094`, `4095`, `4097`, `4098`, `979`, `4099`, `4100`, `4102`, `4104`, `4107`, `4109`, `4111`, `4112`, `4113`, `4117`, `4118`, `4120`, `4122`, `4124`, `4125`, `4126`, `4128`, `4129`, `4131`, `4134`, `4135`, `4136`, `4138`, `4141`, `4143`, `4146`, `4148`, `4150`, `4152`, `4154`, `4157`, `4161`, `4163`, `4164`, `4167`, `4168`, `4170`, `4173`, `4175`, `4177`, `4178`, `4180`, `4183`, `4185`, `4188`, `4189`, `4190`, `4192`, `4193`, `4195`, `4197`, `4199`, `4201`, `4203`, `4204`, `4206`, `4208`, `4209`, `4211`, `4214`, `4216`, `4218`, `4220`, `4221`, `4224`, `4226`, `4228`, `4230`, `4232`, `4235`, `4238`, `4240`, `4242`, `4244`, `4247`, `4248`, `4250`, `4252`, `123`, `4254`, `4255`, `4256`, `4258`, `4260`, `4261`, `4262`, `4264`, `4266`, `4267`, `4269`, `4271`, `4273`, `4275`, `4278`, `4279`, `4281`, `4282`, `4283`, `4285`, `4286`, `4289`, `4292`, `4294`, `4297`, `4299`, `4302`, `4303`, `4305`, `4307`, `4308`, `4312`, `4314`, `4316`, `4318`, `4321`, `4323`, `4325`, `4327`, `4329`, `4332`, `4335`, `4336`, `4338`, `4341`, `4342`, `4343`, `4344`, `4347`, `4348`, `4351`, `4354`, `4357`, `4358`, `2303`, `4360`, `4363`, `4366`, `4368`, `4370`, `4371`, `4374`, `3317`, `4375`, `4378`, `4381`, `4384`, `4387`, `4390`, `4392`, `4394`, `4397`, `4399`, `3754`, `4401`, `4402`, `4405`, `4407`, `4410`, `4411`, `4414`, `4415`, `4417`, `4420`, `4422`, `4423`, `4426`, `4429`, `4430`, `4433`, `4435`, `4436`, `4438`, `4440`, `4441`, `4442`, `4444`, `4447`, `4450`, `4451`, `4453`, `4454`, `4455`, `4456`, `4458`, `4460`, `4462`, `4465`, `4467`, `4468`, `4469`, `4471`, `4475`, `4477`, `4480`, `4481`, `2509`, `4484`, `4486`, `4487`, `4490`, `4492`, `4493`, `4495`, `4496`, `4498`, `4500`, `4503`, `4506`, `4508`, `4511`, `4512`, `4514`, `4516`, `4518`, `4520`, `4522`, `4524`, `4527`, `4528`, `4529`, `4532`, `2176`, `4536`, `4539`, `4541`, `4542`, `4543`, `4544`, `4545`, `4548`, `4549`, `4551`, `4553`, `4555`, `4559`, `4562`, `4564`, `4566`, `4569`, `4571`, `4574`, `4577`, `4578`, `4581`, `4584`, `4586`, `4589`, `4592`, `4593`, `4596`, `4598`, `4602`, `4605`, `4607`, `4609`, `4611`, `4613`, `4616`, `4618`, `4620`, `4622`, `4624`, `4627`, `4628`, `4629`, `4630`, `4631`, `4632`, `4633`, `4635`, `4637`, `4638`, `4640`, `4642`, `4645`, `4647`, `4649`, `4651`, `4653`, `4655`, `4657`, `4659`, `4660`, `4661`, `4662`, `4664`, `4665`, `4666`, `4669`, `4672`, `4673`, `4675`, `4678`, `4679`, `4681`, `4682`, `4685`, `4687`, `4688`, `4689`, `4692`, `4695`, `4698`, `4700`, `4702`, `4705`, `4707`, `4710`, `4712`, `4713`, `4715`, `4718`, `4719`, `4722`, `4724`, `4726`, `4729`, `4730`, `4732`, `4733`, `4734`, `4736`, `4737`, `4739`, `4741`, `4743`, `4745`, `4748`, `4750`, `4753`, `4755`, `4757`, `4759`, `4762`, `4763`, `4765`, `4767`, `4768`, `4770`, `4772`, `4775`, `4777`, `4779`, `4781`, `4784`, `4786`, `4787`, `4790`, `3108`, `4793`, `4794`, `4797`, `4798`, `4801`, `4803`, `4805`, `4806`, `4808`, `4014`, `4809`, `4811`, `4813`, `4815`, `4818`, `4821`, `4824`, `4826`, `4827`, `4830`, `4833`, `4835`, `4650`, `4838`, `4841`, `4843`, `4844`, `4846`, `4847`, `4848`, `4849`, `4851`, `4853`, `4855`, `4857`, `4860`, `4861`, `4862`, `4865`, `4867`, `4868`, `4870`, `4874`, `4875`, `4877`, `4882`, `4883`, `4885`, `4888`, `4890`, `4891`, `4892`, `4894`, `4896`, `4899`, `4901`, `4904`, `4907`, `4908`, `4615`, `4911`, `4914`, `4916`, `4918`, `4920`, `4921`, `4924`, `4926`, `4929`, `4930`, `4931`, `4934`, `4936`, `4937`, `4939`, `4942`, `4945`, `4948`, `2484`, `4949`, `4950`, `4952`, `4953`, `4956`, `4957`, `914`, `4958`, `4959`, `4961`, `4963`, `4964`, `4967`, `4969`, `4970`, `4973`, `1259`, `4974`, `4977`, `4978`, `4979`, `4982`, `4984`, `4985`, `4988`, `4991`, `4994`, `4995`, `3747`, `4997`, `4999`, `5001`, `5002`, `5004`, `5006`, `5009`, `665`, `2784`, `1854`, `5011`, `5012`, `5014`, `5016`, `5018`, `5021`, `5022`, `5025`, `5028`, `5031`, `5033`, `5036`, `5037`, `5039`, `3846`, `5040`, `5042`, `5044`, `5046`, `5048`, `5050`, `5017`, `5053`, `5054`, `5055`, `5057`, `5059`, `5061`, `5064`, `5067`, `5068`, `5071`, `5074`, `5076`, `5078`, `5080`, `5083`, `5086`, `5088`, `5091`, `5093`, `5097`, `5099`, `5101`, `5102`, `5103`, `5104`, `5108`, `5110`, `5112`, `5085`, `5116`, `5118`, `5120`, `5122`, `5125`, `5126`, `5128`, `5130`, `5132`, `5134`, `5136`, `5139`, `5141`, `5142`, `5143`, `5146`, `5149`, `5151`, `5154`, `5156`, `5159`, `5162`, `5165`, `5167`, `5171`, `5173`, `5176`, `5178`, `5182`, `5185`, `5186`, `5187`, `5190`, `5192`, `5196`, `5197`, `5198`, `5199`, `5201`, `4873`, `5203`, `5207`, `5209`, `5212`, `5215`, `5217`, `5219`, `5222`, `5223`, `5225`, `5227`, `5229`, `5231`, `5232`, `5234`, `5236`, `5237`, `5240`, `5242`, `5244`, `5246`, `5248`, `5250`, `5251`, `5255`, `5257`, `5258`, `5259`, `5261`, `5264`, `5268`, `5271`, `2858`, `5272`, `5274`, `5275`, `5277`, `5278`, `5281`, `5282`, `5285`, `5287`, `5289`, `5291`, `5292`, `5295`, `5297`, `5298`, `5299`, `5300`, `5302`, `5303`, `5305`, `5307`, `446`, `5309`, `5310`, `5312`, `5315`, `5317`, `5318`, `5320`, `3824`, `5323`, `5324`, `5326`, `5329`, `5331`, `5333`, `5336`, `5338`, `5339`, `5340`, `5342`, `5345`, `5347`, `5349`, `5351`, `5353`, `5355`, `5357`, `3381`, `5358`, `5359`, `5360`, `796`, `5362`, `5365`, `5368`, `5369`, `5372`, `5374`, `5377`, `5379`, `5381`, `5382`, `5383`, `5384`, `5387`, `5389`, `5391`, `5392`, `5395`, `5396`, `5397`, `5400`, `5403`, `5406`, `5408`, `5411`, `5413`, `5415`, `5418`, `5422`, `5424`, `5425`, `5428`, `5431`, `5434`, `5435`, `5437`, `5438`, `5441`, `5442`, `5444`, `5446`, `5449`, `5452`, `5456`, `5458`, `5461`, `5466`, `5468`, `5471`, `5474`, `5476`, `5478`, `5481`, `5483`, `5486`, `5487`, `5489`, `5492`, `5493`, `5496`, `5498`, `5499`, `5501`, `5503`, `5504`, `5507`, `5510`, `5514`, `5516`, `5427`, `1805`, `5519`, `5521`, `5522`, `5523`, `5526`, `5527`, `5529`, `5531`, `5532`, `5534`, `5535`, `5536`, `5538`, `5539`, `5542`, `5545`, `5547`, `5548`, `5549`, `5550`, `5552`, `5554`, `5555`, `5556`, `5558`, `5560`, `5561`, `5564`, `5565`, `5567`, `5569`, `5572`, `5573`, `5575`, `5578`, `5581`, `5584`, `5588`, `5591`, `5593`, `5594`, `5596`, `5598`, `5599`, `5603`, `5605`, `5607`, `5609`, `5611`, `5612`, `5613`, `5615`, `5616`, `5619`, `5621`, `5622`, `5625`, `5627`, `5630`, `5633`, `5635`, `5639`, `5642`, `5645`, `5647`, `5650`, `5651`, `5652`, `5653`, `5654`, `5655`, `5656`, `5658`, `5659`, `5660`, `5663`, `5664`, `5667`, `5668`, `5669`, `5670`, `5671`, `5672`, `5676`, `5680`, `5682`, `5683`, `5684`, `5685`, `5687`, `5690`, `5692`, `5695`, `5696`, `5697`, `5699`, `5701`, `5703`, `5705`, `5706`, `5709`, `5710`, `5712`, `5714`, `5716`, `5718`, `5720`, `5723`, `5726`, `5727`, `5729`, `5732`, `5734`, `5736`, `5738`, `5741`, `5743`, `5744`, `5747`, `5749`, `5751`, `5752`, `5754`, `5756`, `5759`, `5760`, `5764`, `5766`, `3947`, `5769`, `5770`, `5774`, `5775`, `5777`, `5779`, `5782`, `5784`, `5786`, `5789`, `5791`, `5794`, `5796`, `5798`, `5799`, `5802`, `5804`, `5806`, `5810`, `5811`, `5813`, `5815`, `5817`, `5819`, `5821`, `5824`, `5825`, `5828`, `5830`, `5833`, `5834`, `5836`, `5837`, `5838`, `5840`, `5842`, `5844`, `5846`, `5848`, `5849`, `5850`, `5853`, `5855`, `5857`, `5858`, `483`, `5860`, `5863`, `5864`, `5866`, `5870`, `5872`, `5874`, `5876`, `5879`, `5881`, `5882`, `5885`, `5886`, `5887`, `5889`, `5891`, `5893`, `5895`, `5896`, `5898`, `5900`, `5902`, `5904`, `5906`, `5909`, `5911`, `5912`, `5914`, `5916`, `5921`, `5923`, `5924`, `5926`, `5928`, `5931`, `5933`, `5936`, `5938`, `5940`, `5941`, `5945`, `5947`, `5949`, `5951`, `5953`, `5956`, `5958`, `5960`, `5963`, `5965`, `5966`, `5968`, `5971`, `5973`, `5975`, `5978`, `5980`, `5983`, `5984`, `5986`, `5987`, `5990`, `5991`, `5994`, `5996`, `5997`, `5999`, `6001`, `6002`, `6005`, `6007`, `6009`, `6011`, `6014`, `6016`, `6020`, `6022`, `6024`, `6025`, `6028`, `6029`, `6030`, `6033`, `6036`, `6038`, `6039`, `6040`, `6042`, `6044`, `6045`, `6046`, `6048`, `6050`, `6052`, `6053`, `6054`, `6055`, `6058`, `6060`, `6062`, `6063`, `6065`, `3788`, `6068`, `6071`, `6073`, `6074`, `6077`, `6078`, `6080`, `6081`, `6084`, `1254`, `6087`, `6089`, `6091`, `6094`, `6095`, `6098`, `6099`, `266`, `6100`, `6102`, `6103`, `6104`, `6106`, `6107`, `6109`, `6110`, `4817`, `6112`, `6115`, `6117`, `6118`, `5491`, `3359`, `6119`, `6121`, `6123`, `6126`, `6128`, `6130`, `6132`, `6136`, `6137`, `6139`, `6141`, `6142`, `6145`, `6147`, `6149`, `6151`, `6154`, `6156`, `6157`, `6158`, `6160`, `6163`, `6165`, `6167`, `6168`, `6170`, `6174`, `6178`, `835`, `4523`, `6180`, `4485`, `6181`, `6184`, `6187`, `6190`, `6193`, `6197`, `6199`, `6200`, `6202`, `6204`, `6205`, `6207`, `6209`, `6212`, `6215`, `6218`, `6219`, `6221`, `6223`, `6226`, `6228`, `6230`, `6233`, `6234`, `6236`, `6238`, `6241`, `6243`, `6246`, `6248`, `6250`, `6251`, `6253`, `6254`, `6256`, `6257`, `6259`, `6261`, `6264`, `6266`, `6267`, `6268`, `6270`, `6272`, `6275`, `6277`, `6279`, `2497`, `6282`, `6284`, `6287`, `6289`, `6290`, `6291`, `6293`, `6296`, `6297`, `6300`, `6302`, `6303`, `6307`, `6309`, `6311`, `2972`, `6314`, `6317`, `6319`, `6322`, `6324`, `6326`, `6328`, `6331`, `6332`, `6334`, `6336`, `6338`, `6339`, `6341`, `6344`, `6345`, `6346`, `6349`, `6352`, `6353`, `6355`, `6356`, `6359`, `5488`, `6361`, `6362`, `6365`, `6366`, `6368`, `6371`, `6373`, `6375`, `6377`, `6378`, `6380`, `6383`, `6386`, `6388`, `6390`, `6391`, `1351`, `6393`, `6395`, `6396`, `6397`, `6399`, `6401`, `6402`, `6403`, `6406`, `6408`, `6409`, `6411`, `6414`, `6417`, `6420`, `6423`, `6425`, `6429`, `6430`, `6431`, `910`, `6433`, `6434`, `6435`, `6437`, `2487`, `6439`, `6441`, `6445`, `6448`, `6450`, `6454`, `6456`, `6458`, `6460`, `6463`, `6464`, `6467`, `6468`, `6470`, `6472`, `6474`, `6477`, `6478`, `6479`, `6480`, `6482`, `6485`, `6486`, `6489`, `6491`, `6494`, `6497`, `6499`, `6502`, `6504`, `6505`, `6507`, `6509`, `6510`, `6512`, `6515`, `6516`, `6517`, `6519`, `6522`, `6524`, `6525`, `6527`, `6529`, `6532`, `1640`, `6533`, `6534`, `6536`, `6539`, `6542`, `4355`, `6545`, `6546`, `6548`, `6550`, `6551`, `6552`, `6555`, `6556`, `6558`, `6560`, `6563`, `6564`, `6566`, `6568`, `6569`, `6570` |
|
89 |
+
|
90 |
+
</details>
|
91 |
+
|
92 |
+
### Accuracy
|
93 |
+
|
94 |
+
| Type | Score |
|
95 |
+
| --- | --- |
|
96 |
+
| `TOKEN_F` | 100.00 |
|
97 |
+
| `TOKEN_P` | 100.00 |
|
98 |
+
| `TOKEN_R` | 100.00 |
|
99 |
+
| `TOKEN_ACC` | 100.00 |
|
100 |
+
| `SENTS_F` | 100.00 |
|
101 |
+
| `SENTS_P` | 100.00 |
|
102 |
+
| `SENTS_R` | 100.00 |
|
103 |
+
| `TAG_ACC` | 88.93 |
|
104 |
+
| `POS_ACC` | 96.52 |
|
105 |
+
| `MORPH_ACC` | 100.00 |
|
106 |
+
| `MORPH_PER_FEAT` | 0.00 |
|
107 |
+
| `DEP_UAS` | 89.48 |
|
108 |
+
| `DEP_LAS` | 87.18 |
|
109 |
+
| `LEMMA_ACC` | 94.51 |
|
config.cfg
ADDED
@@ -0,0 +1,254 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[paths]
|
2 |
+
train = "corpus/UD_Korean-Kaist/train.spacy"
|
3 |
+
dev = "corpus/UD_Korean-Kaist/dev.spacy"
|
4 |
+
vectors = null
|
5 |
+
init_tok2vec = null
|
6 |
+
tokenizer_source = "training/UD_Korean-Kaist/tokenizer/model-best"
|
7 |
+
transformer_source = "training/UD_Korean-Kaist/transformer/model-best"
|
8 |
+
|
9 |
+
[system]
|
10 |
+
gpu_allocator = "pytorch"
|
11 |
+
seed = 0
|
12 |
+
|
13 |
+
[nlp]
|
14 |
+
lang = "ko"
|
15 |
+
pipeline = ["experimental_char_ner_tokenizer","transformer","senter","tagger","morphologizer","parser","experimental_edit_tree_lemmatizer"]
|
16 |
+
batch_size = 64
|
17 |
+
disabled = ["senter"]
|
18 |
+
before_creation = null
|
19 |
+
after_creation = null
|
20 |
+
after_pipeline_creation = null
|
21 |
+
tokenizer = {"@tokenizers":"spacy-experimental.char_pretokenizer.v1"}
|
22 |
+
|
23 |
+
[components]
|
24 |
+
|
25 |
+
[components.experimental_char_ner_tokenizer]
|
26 |
+
factory = "experimental_char_ner_tokenizer"
|
27 |
+
scorer = {"@scorers":"spacy-experimental.tokenizer_scorer.v1"}
|
28 |
+
|
29 |
+
[components.experimental_char_ner_tokenizer.model]
|
30 |
+
@architectures = "spacy.TransitionBasedParser.v2"
|
31 |
+
state_type = "ner"
|
32 |
+
extra_state_tokens = false
|
33 |
+
hidden_width = 64
|
34 |
+
maxout_pieces = 2
|
35 |
+
use_upper = true
|
36 |
+
nO = null
|
37 |
+
|
38 |
+
[components.experimental_char_ner_tokenizer.model.tok2vec]
|
39 |
+
@architectures = "spacy.Tok2Vec.v2"
|
40 |
+
|
41 |
+
[components.experimental_char_ner_tokenizer.model.tok2vec.embed]
|
42 |
+
@architectures = "spacy.MultiHashEmbed.v2"
|
43 |
+
width = 128
|
44 |
+
attrs = ["ORTH","LOWER","IS_DIGIT","IS_ALPHA","IS_SPACE","IS_PUNCT"]
|
45 |
+
rows = [1000,500,50,50,50,50]
|
46 |
+
include_static_vectors = false
|
47 |
+
|
48 |
+
[components.experimental_char_ner_tokenizer.model.tok2vec.encode]
|
49 |
+
@architectures = "spacy.MaxoutWindowEncoder.v2"
|
50 |
+
width = 128
|
51 |
+
depth = 4
|
52 |
+
window_size = 4
|
53 |
+
maxout_pieces = 2
|
54 |
+
|
55 |
+
[components.experimental_edit_tree_lemmatizer]
|
56 |
+
factory = "experimental_edit_tree_lemmatizer"
|
57 |
+
backoff = "orth"
|
58 |
+
min_tree_freq = 1
|
59 |
+
overwrite = false
|
60 |
+
scorer = {"@scorers":"spacy.lemmatizer_scorer.v1"}
|
61 |
+
top_k = 1
|
62 |
+
|
63 |
+
[components.experimental_edit_tree_lemmatizer.model]
|
64 |
+
@architectures = "spacy.Tagger.v1"
|
65 |
+
nO = null
|
66 |
+
|
67 |
+
[components.experimental_edit_tree_lemmatizer.model.tok2vec]
|
68 |
+
@architectures = "spacy-transformers.TransformerListener.v1"
|
69 |
+
grad_factor = 1.0
|
70 |
+
upstream = "transformer"
|
71 |
+
pooling = {"@layers":"reduce_mean.v1"}
|
72 |
+
|
73 |
+
[components.morphologizer]
|
74 |
+
factory = "morphologizer"
|
75 |
+
extend = false
|
76 |
+
overwrite = false
|
77 |
+
scorer = {"@scorers":"spacy.morphologizer_scorer.v1"}
|
78 |
+
|
79 |
+
[components.morphologizer.model]
|
80 |
+
@architectures = "spacy.Tagger.v1"
|
81 |
+
nO = null
|
82 |
+
|
83 |
+
[components.morphologizer.model.tok2vec]
|
84 |
+
@architectures = "spacy-transformers.TransformerListener.v1"
|
85 |
+
grad_factor = 1.0
|
86 |
+
upstream = "transformer"
|
87 |
+
pooling = {"@layers":"reduce_mean.v1"}
|
88 |
+
|
89 |
+
[components.parser]
|
90 |
+
factory = "parser"
|
91 |
+
learn_tokens = false
|
92 |
+
min_action_freq = 5
|
93 |
+
moves = null
|
94 |
+
scorer = {"@scorers":"spacy.parser_scorer.v1"}
|
95 |
+
update_with_oracle_cut_size = 100
|
96 |
+
|
97 |
+
[components.parser.model]
|
98 |
+
@architectures = "spacy.TransitionBasedParser.v2"
|
99 |
+
state_type = "parser"
|
100 |
+
extra_state_tokens = false
|
101 |
+
hidden_width = 64
|
102 |
+
maxout_pieces = 3
|
103 |
+
use_upper = false
|
104 |
+
nO = null
|
105 |
+
|
106 |
+
[components.parser.model.tok2vec]
|
107 |
+
@architectures = "spacy-transformers.TransformerListener.v1"
|
108 |
+
grad_factor = 1.0
|
109 |
+
upstream = "transformer"
|
110 |
+
pooling = {"@layers":"reduce_mean.v1"}
|
111 |
+
|
112 |
+
[components.senter]
|
113 |
+
factory = "senter"
|
114 |
+
overwrite = false
|
115 |
+
scorer = {"@scorers":"spacy.senter_scorer.v1"}
|
116 |
+
|
117 |
+
[components.senter.model]
|
118 |
+
@architectures = "spacy.Tagger.v1"
|
119 |
+
nO = null
|
120 |
+
|
121 |
+
[components.senter.model.tok2vec]
|
122 |
+
@architectures = "spacy-transformers.TransformerListener.v1"
|
123 |
+
grad_factor = 1.0
|
124 |
+
upstream = "transformer"
|
125 |
+
pooling = {"@layers":"reduce_mean.v1"}
|
126 |
+
|
127 |
+
[components.tagger]
|
128 |
+
factory = "tagger"
|
129 |
+
neg_prefix = "!"
|
130 |
+
overwrite = false
|
131 |
+
scorer = {"@scorers":"spacy.tagger_scorer.v1"}
|
132 |
+
|
133 |
+
[components.tagger.model]
|
134 |
+
@architectures = "spacy.Tagger.v1"
|
135 |
+
nO = null
|
136 |
+
|
137 |
+
[components.tagger.model.tok2vec]
|
138 |
+
@architectures = "spacy-transformers.TransformerListener.v1"
|
139 |
+
grad_factor = 1.0
|
140 |
+
upstream = "transformer"
|
141 |
+
pooling = {"@layers":"reduce_mean.v1"}
|
142 |
+
|
143 |
+
[components.transformer]
|
144 |
+
factory = "transformer"
|
145 |
+
max_batch_items = 4096
|
146 |
+
set_extra_annotations = {"@annotation_setters":"spacy-transformers.null_annotation_setter.v1"}
|
147 |
+
|
148 |
+
[components.transformer.model]
|
149 |
+
@architectures = "spacy-transformers.TransformerModel.v3"
|
150 |
+
name = "xlm-roberta-base"
|
151 |
+
mixed_precision = true
|
152 |
+
|
153 |
+
[components.transformer.model.get_spans]
|
154 |
+
@span_getters = "spacy-transformers.strided_spans.v1"
|
155 |
+
window = 128
|
156 |
+
stride = 96
|
157 |
+
|
158 |
+
[components.transformer.model.grad_scaler_config]
|
159 |
+
|
160 |
+
[components.transformer.model.tokenizer_config]
|
161 |
+
use_fast = true
|
162 |
+
|
163 |
+
[components.transformer.model.transformer_config]
|
164 |
+
|
165 |
+
[corpora]
|
166 |
+
|
167 |
+
[corpora.dev]
|
168 |
+
@readers = "spacy.Corpus.v1"
|
169 |
+
path = ${paths.dev}
|
170 |
+
max_length = 0
|
171 |
+
gold_preproc = false
|
172 |
+
limit = 0
|
173 |
+
augmenter = null
|
174 |
+
|
175 |
+
[corpora.train]
|
176 |
+
@readers = "spacy.Corpus.v1"
|
177 |
+
path = ${paths.train}
|
178 |
+
max_length = 0
|
179 |
+
gold_preproc = false
|
180 |
+
limit = 0
|
181 |
+
augmenter = null
|
182 |
+
|
183 |
+
[training]
|
184 |
+
train_corpus = "corpora.train"
|
185 |
+
dev_corpus = "corpora.dev"
|
186 |
+
seed = ${system:seed}
|
187 |
+
gpu_allocator = ${system:gpu_allocator}
|
188 |
+
dropout = 0.1
|
189 |
+
accumulate_gradient = 3
|
190 |
+
patience = 5000
|
191 |
+
max_epochs = 0
|
192 |
+
max_steps = 20000
|
193 |
+
eval_frequency = 200
|
194 |
+
frozen_components = []
|
195 |
+
before_to_disk = null
|
196 |
+
annotating_components = []
|
197 |
+
|
198 |
+
[training.batcher]
|
199 |
+
@batchers = "spacy.batch_by_padded.v1"
|
200 |
+
discard_oversize = true
|
201 |
+
get_length = null
|
202 |
+
size = 2000
|
203 |
+
buffer = 256
|
204 |
+
|
205 |
+
[training.logger]
|
206 |
+
@loggers = "spacy.ConsoleLogger.v1"
|
207 |
+
progress_bar = false
|
208 |
+
|
209 |
+
[training.optimizer]
|
210 |
+
@optimizers = "Adam.v1"
|
211 |
+
beta1 = 0.9
|
212 |
+
beta2 = 0.999
|
213 |
+
L2_is_weight_decay = true
|
214 |
+
L2 = 0.01
|
215 |
+
grad_clip = 1.0
|
216 |
+
use_averages = true
|
217 |
+
eps = 0.00000001
|
218 |
+
|
219 |
+
[training.optimizer.learn_rate]
|
220 |
+
@schedules = "warmup_linear.v1"
|
221 |
+
warmup_steps = 250
|
222 |
+
total_steps = 20000
|
223 |
+
initial_rate = 0.00005
|
224 |
+
|
225 |
+
[training.score_weights]
|
226 |
+
token_f = 0.0
|
227 |
+
token_p = null
|
228 |
+
token_r = null
|
229 |
+
token_acc = null
|
230 |
+
sents_f = 0.05
|
231 |
+
sents_p = 0.0
|
232 |
+
sents_r = 0.0
|
233 |
+
tag_acc = 0.11
|
234 |
+
pos_acc = 0.05
|
235 |
+
morph_acc = 0.05
|
236 |
+
morph_per_feat = null
|
237 |
+
dep_uas = 0.11
|
238 |
+
dep_las = 0.11
|
239 |
+
dep_las_per_type = null
|
240 |
+
lemma_acc = 0.52
|
241 |
+
|
242 |
+
[pretraining]
|
243 |
+
|
244 |
+
[initialize]
|
245 |
+
vectors = ${paths.vectors}
|
246 |
+
init_tok2vec = ${paths.init_tok2vec}
|
247 |
+
vocab_data = null
|
248 |
+
lookups = null
|
249 |
+
before_init = null
|
250 |
+
after_init = null
|
251 |
+
|
252 |
+
[initialize.components]
|
253 |
+
|
254 |
+
[initialize.tokenizer]
|
experimental_char_ner_tokenizer/cfg
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"moves":null,
|
3 |
+
"update_with_oracle_cut_size":100,
|
4 |
+
"multitasks":[
|
5 |
+
|
6 |
+
],
|
7 |
+
"min_action_freq":1,
|
8 |
+
"learn_tokens":false,
|
9 |
+
"beam_width":1,
|
10 |
+
"beam_density":0.0,
|
11 |
+
"beam_update_prob":0.0,
|
12 |
+
"incorrect_spans_key":null
|
13 |
+
}
|
experimental_char_ner_tokenizer/model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:41fee3a45ad6170ff548efe997628604abfe82c5b11d541dbdb7e898e7af98c6
|
3 |
+
size 6922248
|
experimental_char_ner_tokenizer/moves
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
��moves�l{"0":{},"1":{"TOKEN":842001},"2":{"TOKEN":842001},"3":{"TOKEN":842001},"4":{"TOKEN":842001,"":1},"5":{"":1}}�cfg��neg_key�
|
experimental_edit_tree_lemmatizer/cfg
ADDED
@@ -0,0 +1,3308 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"labels":[
|
3 |
+
0,
|
4 |
+
3,
|
5 |
+
5,
|
6 |
+
7,
|
7 |
+
9,
|
8 |
+
11,
|
9 |
+
12,
|
10 |
+
16,
|
11 |
+
18,
|
12 |
+
20,
|
13 |
+
22,
|
14 |
+
25,
|
15 |
+
28,
|
16 |
+
31,
|
17 |
+
34,
|
18 |
+
35,
|
19 |
+
36,
|
20 |
+
39,
|
21 |
+
40,
|
22 |
+
43,
|
23 |
+
45,
|
24 |
+
47,
|
25 |
+
48,
|
26 |
+
51,
|
27 |
+
54,
|
28 |
+
56,
|
29 |
+
58,
|
30 |
+
60,
|
31 |
+
61,
|
32 |
+
63,
|
33 |
+
65,
|
34 |
+
67,
|
35 |
+
69,
|
36 |
+
71,
|
37 |
+
73,
|
38 |
+
75,
|
39 |
+
76,
|
40 |
+
78,
|
41 |
+
79,
|
42 |
+
82,
|
43 |
+
85,
|
44 |
+
87,
|
45 |
+
89,
|
46 |
+
92,
|
47 |
+
95,
|
48 |
+
97,
|
49 |
+
99,
|
50 |
+
101,
|
51 |
+
104,
|
52 |
+
106,
|
53 |
+
109,
|
54 |
+
112,
|
55 |
+
114,
|
56 |
+
116,
|
57 |
+
119,
|
58 |
+
121,
|
59 |
+
122,
|
60 |
+
124,
|
61 |
+
126,
|
62 |
+
127,
|
63 |
+
128,
|
64 |
+
130,
|
65 |
+
133,
|
66 |
+
135,
|
67 |
+
137,
|
68 |
+
140,
|
69 |
+
142,
|
70 |
+
145,
|
71 |
+
147,
|
72 |
+
148,
|
73 |
+
150,
|
74 |
+
151,
|
75 |
+
152,
|
76 |
+
155,
|
77 |
+
156,
|
78 |
+
158,
|
79 |
+
161,
|
80 |
+
162,
|
81 |
+
164,
|
82 |
+
167,
|
83 |
+
169,
|
84 |
+
172,
|
85 |
+
174,
|
86 |
+
176,
|
87 |
+
177,
|
88 |
+
179,
|
89 |
+
182,
|
90 |
+
184,
|
91 |
+
186,
|
92 |
+
188,
|
93 |
+
191,
|
94 |
+
192,
|
95 |
+
194,
|
96 |
+
196,
|
97 |
+
199,
|
98 |
+
202,
|
99 |
+
203,
|
100 |
+
173,
|
101 |
+
115,
|
102 |
+
205,
|
103 |
+
207,
|
104 |
+
210,
|
105 |
+
213,
|
106 |
+
216,
|
107 |
+
218,
|
108 |
+
221,
|
109 |
+
146,
|
110 |
+
223,
|
111 |
+
225,
|
112 |
+
227,
|
113 |
+
229,
|
114 |
+
230,
|
115 |
+
231,
|
116 |
+
232,
|
117 |
+
234,
|
118 |
+
236,
|
119 |
+
238,
|
120 |
+
239,
|
121 |
+
242,
|
122 |
+
244,
|
123 |
+
246,
|
124 |
+
248,
|
125 |
+
251,
|
126 |
+
253,
|
127 |
+
255,
|
128 |
+
256,
|
129 |
+
259,
|
130 |
+
261,
|
131 |
+
264,
|
132 |
+
265,
|
133 |
+
268,
|
134 |
+
270,
|
135 |
+
272,
|
136 |
+
274,
|
137 |
+
276,
|
138 |
+
278,
|
139 |
+
279,
|
140 |
+
282,
|
141 |
+
285,
|
142 |
+
287,
|
143 |
+
289,
|
144 |
+
293,
|
145 |
+
295,
|
146 |
+
297,
|
147 |
+
300,
|
148 |
+
302,
|
149 |
+
304,
|
150 |
+
307,
|
151 |
+
309,
|
152 |
+
310,
|
153 |
+
313,
|
154 |
+
315,
|
155 |
+
226,
|
156 |
+
318,
|
157 |
+
319,
|
158 |
+
321,
|
159 |
+
323,
|
160 |
+
325,
|
161 |
+
327,
|
162 |
+
329,
|
163 |
+
332,
|
164 |
+
334,
|
165 |
+
335,
|
166 |
+
337,
|
167 |
+
149,
|
168 |
+
339,
|
169 |
+
340,
|
170 |
+
342,
|
171 |
+
344,
|
172 |
+
346,
|
173 |
+
348,
|
174 |
+
349,
|
175 |
+
350,
|
176 |
+
352,
|
177 |
+
354,
|
178 |
+
356,
|
179 |
+
358,
|
180 |
+
360,
|
181 |
+
361,
|
182 |
+
363,
|
183 |
+
365,
|
184 |
+
369,
|
185 |
+
370,
|
186 |
+
372,
|
187 |
+
374,
|
188 |
+
376,
|
189 |
+
21,
|
190 |
+
15,
|
191 |
+
377,
|
192 |
+
379,
|
193 |
+
382,
|
194 |
+
385,
|
195 |
+
387,
|
196 |
+
388,
|
197 |
+
254,
|
198 |
+
390,
|
199 |
+
393,
|
200 |
+
395,
|
201 |
+
397,
|
202 |
+
399,
|
203 |
+
401,
|
204 |
+
403,
|
205 |
+
404,
|
206 |
+
405,
|
207 |
+
407,
|
208 |
+
408,
|
209 |
+
411,
|
210 |
+
414,
|
211 |
+
417,
|
212 |
+
418,
|
213 |
+
421,
|
214 |
+
422,
|
215 |
+
424,
|
216 |
+
427,
|
217 |
+
429,
|
218 |
+
431,
|
219 |
+
435,
|
220 |
+
437,
|
221 |
+
439,
|
222 |
+
440,
|
223 |
+
442,
|
224 |
+
443,
|
225 |
+
444,
|
226 |
+
447,
|
227 |
+
449,
|
228 |
+
451,
|
229 |
+
389,
|
230 |
+
454,
|
231 |
+
455,
|
232 |
+
457,
|
233 |
+
460,
|
234 |
+
461,
|
235 |
+
463,
|
236 |
+
466,
|
237 |
+
468,
|
238 |
+
471,
|
239 |
+
473,
|
240 |
+
476,
|
241 |
+
477,
|
242 |
+
479,
|
243 |
+
482,
|
244 |
+
296,
|
245 |
+
485,
|
246 |
+
487,
|
247 |
+
490,
|
248 |
+
492,
|
249 |
+
493,
|
250 |
+
495,
|
251 |
+
497,
|
252 |
+
500,
|
253 |
+
502,
|
254 |
+
504,
|
255 |
+
505,
|
256 |
+
507,
|
257 |
+
510,
|
258 |
+
511,
|
259 |
+
514,
|
260 |
+
267,
|
261 |
+
516,
|
262 |
+
520,
|
263 |
+
472,
|
264 |
+
523,
|
265 |
+
525,
|
266 |
+
526,
|
267 |
+
527,
|
268 |
+
530,
|
269 |
+
532,
|
270 |
+
462,
|
271 |
+
533,
|
272 |
+
534,
|
273 |
+
535,
|
274 |
+
537,
|
275 |
+
540,
|
276 |
+
541,
|
277 |
+
465,
|
278 |
+
543,
|
279 |
+
545,
|
280 |
+
546,
|
281 |
+
547,
|
282 |
+
550,
|
283 |
+
551,
|
284 |
+
552,
|
285 |
+
553,
|
286 |
+
555,
|
287 |
+
556,
|
288 |
+
72,
|
289 |
+
558,
|
290 |
+
560,
|
291 |
+
562,
|
292 |
+
563,
|
293 |
+
564,
|
294 |
+
567,
|
295 |
+
568,
|
296 |
+
571,
|
297 |
+
574,
|
298 |
+
577,
|
299 |
+
579,
|
300 |
+
581,
|
301 |
+
582,
|
302 |
+
584,
|
303 |
+
587,
|
304 |
+
589,
|
305 |
+
591,
|
306 |
+
594,
|
307 |
+
595,
|
308 |
+
597,
|
309 |
+
600,
|
310 |
+
603,
|
311 |
+
606,
|
312 |
+
608,
|
313 |
+
610,
|
314 |
+
611,
|
315 |
+
613,
|
316 |
+
614,
|
317 |
+
616,
|
318 |
+
617,
|
319 |
+
620,
|
320 |
+
10,
|
321 |
+
623,
|
322 |
+
626,
|
323 |
+
629,
|
324 |
+
632,
|
325 |
+
633,
|
326 |
+
635,
|
327 |
+
637,
|
328 |
+
638,
|
329 |
+
640,
|
330 |
+
642,
|
331 |
+
644,
|
332 |
+
645,
|
333 |
+
647,
|
334 |
+
648,
|
335 |
+
651,
|
336 |
+
652,
|
337 |
+
653,
|
338 |
+
655,
|
339 |
+
657,
|
340 |
+
659,
|
341 |
+
660,
|
342 |
+
664,
|
343 |
+
666,
|
344 |
+
667,
|
345 |
+
669,
|
346 |
+
672,
|
347 |
+
674,
|
348 |
+
675,
|
349 |
+
676,
|
350 |
+
678,
|
351 |
+
679,
|
352 |
+
680,
|
353 |
+
683,
|
354 |
+
684,
|
355 |
+
687,
|
356 |
+
689,
|
357 |
+
690,
|
358 |
+
692,
|
359 |
+
694,
|
360 |
+
697,
|
361 |
+
699,
|
362 |
+
702,
|
363 |
+
703,
|
364 |
+
706,
|
365 |
+
707,
|
366 |
+
710,
|
367 |
+
713,
|
368 |
+
715,
|
369 |
+
717,
|
370 |
+
719,
|
371 |
+
721,
|
372 |
+
723,
|
373 |
+
725,
|
374 |
+
728,
|
375 |
+
730,
|
376 |
+
733,
|
377 |
+
735,
|
378 |
+
738,
|
379 |
+
740,
|
380 |
+
743,
|
381 |
+
744,
|
382 |
+
649,
|
383 |
+
747,
|
384 |
+
749,
|
385 |
+
753,
|
386 |
+
756,
|
387 |
+
757,
|
388 |
+
759,
|
389 |
+
761,
|
390 |
+
764,
|
391 |
+
767,
|
392 |
+
769,
|
393 |
+
772,
|
394 |
+
774,
|
395 |
+
777,
|
396 |
+
780,
|
397 |
+
783,
|
398 |
+
785,
|
399 |
+
787,
|
400 |
+
789,
|
401 |
+
792,
|
402 |
+
794,
|
403 |
+
797,
|
404 |
+
799,
|
405 |
+
800,
|
406 |
+
802,
|
407 |
+
805,
|
408 |
+
806,
|
409 |
+
808,
|
410 |
+
809,
|
411 |
+
811,
|
412 |
+
812,
|
413 |
+
813,
|
414 |
+
815,
|
415 |
+
817,
|
416 |
+
819,
|
417 |
+
820,
|
418 |
+
59,
|
419 |
+
822,
|
420 |
+
824,
|
421 |
+
827,
|
422 |
+
829,
|
423 |
+
831,
|
424 |
+
618,
|
425 |
+
832,
|
426 |
+
834,
|
427 |
+
836,
|
428 |
+
838,
|
429 |
+
724,
|
430 |
+
841,
|
431 |
+
55,
|
432 |
+
842,
|
433 |
+
844,
|
434 |
+
846,
|
435 |
+
847,
|
436 |
+
850,
|
437 |
+
852,
|
438 |
+
855,
|
439 |
+
857,
|
440 |
+
859,
|
441 |
+
861,
|
442 |
+
863,
|
443 |
+
865,
|
444 |
+
868,
|
445 |
+
869,
|
446 |
+
871,
|
447 |
+
873,
|
448 |
+
874,
|
449 |
+
877,
|
450 |
+
880,
|
451 |
+
884,
|
452 |
+
887,
|
453 |
+
890,
|
454 |
+
891,
|
455 |
+
892,
|
456 |
+
893,
|
457 |
+
896,
|
458 |
+
898,
|
459 |
+
901,
|
460 |
+
351,
|
461 |
+
904,
|
462 |
+
906,
|
463 |
+
908,
|
464 |
+
911,
|
465 |
+
913,
|
466 |
+
915,
|
467 |
+
650,
|
468 |
+
918,
|
469 |
+
920,
|
470 |
+
830,
|
471 |
+
921,
|
472 |
+
923,
|
473 |
+
924,
|
474 |
+
926,
|
475 |
+
927,
|
476 |
+
930,
|
477 |
+
931,
|
478 |
+
934,
|
479 |
+
937,
|
480 |
+
938,
|
481 |
+
940,
|
482 |
+
941,
|
483 |
+
942,
|
484 |
+
945,
|
485 |
+
947,
|
486 |
+
949,
|
487 |
+
952,
|
488 |
+
954,
|
489 |
+
957,
|
490 |
+
960,
|
491 |
+
963,
|
492 |
+
965,
|
493 |
+
967,
|
494 |
+
970,
|
495 |
+
972,
|
496 |
+
974,
|
497 |
+
977,
|
498 |
+
980,
|
499 |
+
981,
|
500 |
+
983,
|
501 |
+
985,
|
502 |
+
986,
|
503 |
+
988,
|
504 |
+
991,
|
505 |
+
994,
|
506 |
+
997,
|
507 |
+
999,
|
508 |
+
1000,
|
509 |
+
1002,
|
510 |
+
1005,
|
511 |
+
1006,
|
512 |
+
1007,
|
513 |
+
1010,
|
514 |
+
125,
|
515 |
+
1013,
|
516 |
+
1016,
|
517 |
+
1017,
|
518 |
+
1019,
|
519 |
+
1020,
|
520 |
+
1024,
|
521 |
+
1026,
|
522 |
+
1028,
|
523 |
+
1030,
|
524 |
+
1032,
|
525 |
+
1034,
|
526 |
+
1036,
|
527 |
+
1038,
|
528 |
+
1040,
|
529 |
+
1041,
|
530 |
+
1044,
|
531 |
+
1045,
|
532 |
+
1048,
|
533 |
+
415,
|
534 |
+
1051,
|
535 |
+
1053,
|
536 |
+
1055,
|
537 |
+
1056,
|
538 |
+
1058,
|
539 |
+
1061,
|
540 |
+
1063,
|
541 |
+
1065,
|
542 |
+
1067,
|
543 |
+
1068,
|
544 |
+
1069,
|
545 |
+
1070,
|
546 |
+
1074,
|
547 |
+
946,
|
548 |
+
1077,
|
549 |
+
1079,
|
550 |
+
1081,
|
551 |
+
1083,
|
552 |
+
1086,
|
553 |
+
1088,
|
554 |
+
1089,
|
555 |
+
1092,
|
556 |
+
936,
|
557 |
+
1096,
|
558 |
+
1098,
|
559 |
+
1101,
|
560 |
+
1104,
|
561 |
+
1106,
|
562 |
+
1108,
|
563 |
+
1110,
|
564 |
+
1112,
|
565 |
+
1114,
|
566 |
+
1116,
|
567 |
+
1118,
|
568 |
+
1119,
|
569 |
+
1120,
|
570 |
+
1085,
|
571 |
+
1123,
|
572 |
+
1125,
|
573 |
+
1127,
|
574 |
+
1031,
|
575 |
+
1128,
|
576 |
+
1131,
|
577 |
+
1124,
|
578 |
+
1134,
|
579 |
+
1135,
|
580 |
+
1137,
|
581 |
+
1139,
|
582 |
+
1142,
|
583 |
+
1144,
|
584 |
+
1145,
|
585 |
+
1147,
|
586 |
+
1150,
|
587 |
+
1152,
|
588 |
+
1156,
|
589 |
+
1158,
|
590 |
+
1159,
|
591 |
+
1162,
|
592 |
+
1164,
|
593 |
+
1166,
|
594 |
+
1167,
|
595 |
+
1170,
|
596 |
+
1172,
|
597 |
+
1174,
|
598 |
+
1176,
|
599 |
+
1178,
|
600 |
+
1180,
|
601 |
+
1181,
|
602 |
+
1183,
|
603 |
+
1186,
|
604 |
+
1187,
|
605 |
+
1189,
|
606 |
+
1192,
|
607 |
+
1195,
|
608 |
+
1198,
|
609 |
+
1200,
|
610 |
+
1201,
|
611 |
+
1204,
|
612 |
+
1206,
|
613 |
+
1208,
|
614 |
+
1209,
|
615 |
+
763,
|
616 |
+
1211,
|
617 |
+
1212,
|
618 |
+
1214,
|
619 |
+
1215,
|
620 |
+
1218,
|
621 |
+
1220,
|
622 |
+
1222,
|
623 |
+
1225,
|
624 |
+
1226,
|
625 |
+
1227,
|
626 |
+
1228,
|
627 |
+
1230,
|
628 |
+
1232,
|
629 |
+
1234,
|
630 |
+
1236,
|
631 |
+
1237,
|
632 |
+
1239,
|
633 |
+
1241,
|
634 |
+
181,
|
635 |
+
1244,
|
636 |
+
1245,
|
637 |
+
1247,
|
638 |
+
1249,
|
639 |
+
1251,
|
640 |
+
1253,
|
641 |
+
1256,
|
642 |
+
1257,
|
643 |
+
1260,
|
644 |
+
1261,
|
645 |
+
1262,
|
646 |
+
1264,
|
647 |
+
1267,
|
648 |
+
1268,
|
649 |
+
1269,
|
650 |
+
1272,
|
651 |
+
1274,
|
652 |
+
1277,
|
653 |
+
1280,
|
654 |
+
1283,
|
655 |
+
1285,
|
656 |
+
1287,
|
657 |
+
1289,
|
658 |
+
1290,
|
659 |
+
1294,
|
660 |
+
1296,
|
661 |
+
1279,
|
662 |
+
1298,
|
663 |
+
1300,
|
664 |
+
1303,
|
665 |
+
1304,
|
666 |
+
1306,
|
667 |
+
1309,
|
668 |
+
1311,
|
669 |
+
1313,
|
670 |
+
1314,
|
671 |
+
1317,
|
672 |
+
1319,
|
673 |
+
1320,
|
674 |
+
1324,
|
675 |
+
1327,
|
676 |
+
1329,
|
677 |
+
1332,
|
678 |
+
1334,
|
679 |
+
1336,
|
680 |
+
1338,
|
681 |
+
1340,
|
682 |
+
1342,
|
683 |
+
1344,
|
684 |
+
1345,
|
685 |
+
303,
|
686 |
+
1346,
|
687 |
+
1349,
|
688 |
+
1350,
|
689 |
+
1352,
|
690 |
+
1354,
|
691 |
+
1356,
|
692 |
+
1359,
|
693 |
+
362,
|
694 |
+
1360,
|
695 |
+
1363,
|
696 |
+
1365,
|
697 |
+
1366,
|
698 |
+
1367,
|
699 |
+
1369,
|
700 |
+
1370,
|
701 |
+
1372,
|
702 |
+
1374,
|
703 |
+
1375,
|
704 |
+
1378,
|
705 |
+
1380,
|
706 |
+
1384,
|
707 |
+
1385,
|
708 |
+
1389,
|
709 |
+
1390,
|
710 |
+
1393,
|
711 |
+
1395,
|
712 |
+
1398,
|
713 |
+
1403,
|
714 |
+
1404,
|
715 |
+
1405,
|
716 |
+
1407,
|
717 |
+
1410,
|
718 |
+
1413,
|
719 |
+
1415,
|
720 |
+
1418,
|
721 |
+
1420,
|
722 |
+
1422,
|
723 |
+
1423,
|
724 |
+
1425,
|
725 |
+
1426,
|
726 |
+
1428,
|
727 |
+
1429,
|
728 |
+
1431,
|
729 |
+
1433,
|
730 |
+
1435,
|
731 |
+
1436,
|
732 |
+
1438,
|
733 |
+
1440,
|
734 |
+
1442,
|
735 |
+
1444,
|
736 |
+
1447,
|
737 |
+
1448,
|
738 |
+
1449,
|
739 |
+
1451,
|
740 |
+
1452,
|
741 |
+
105,
|
742 |
+
1454,
|
743 |
+
1456,
|
744 |
+
1457,
|
745 |
+
1459,
|
746 |
+
1462,
|
747 |
+
1463,
|
748 |
+
1464,
|
749 |
+
1466,
|
750 |
+
1468,
|
751 |
+
1470,
|
752 |
+
1471,
|
753 |
+
1475,
|
754 |
+
810,
|
755 |
+
1476,
|
756 |
+
1478,
|
757 |
+
1480,
|
758 |
+
1483,
|
759 |
+
1485,
|
760 |
+
1487,
|
761 |
+
1490,
|
762 |
+
1493,
|
763 |
+
450,
|
764 |
+
1496,
|
765 |
+
1498,
|
766 |
+
1501,
|
767 |
+
1504,
|
768 |
+
1506,
|
769 |
+
1508,
|
770 |
+
1510,
|
771 |
+
1513,
|
772 |
+
1515,
|
773 |
+
1517,
|
774 |
+
1520,
|
775 |
+
1523,
|
776 |
+
1526,
|
777 |
+
1529,
|
778 |
+
1531,
|
779 |
+
1535,
|
780 |
+
1536,
|
781 |
+
1538,
|
782 |
+
1540,
|
783 |
+
1542,
|
784 |
+
1545,
|
785 |
+
1548,
|
786 |
+
1550,
|
787 |
+
1554,
|
788 |
+
1555,
|
789 |
+
1558,
|
790 |
+
1559,
|
791 |
+
1561,
|
792 |
+
1563,
|
793 |
+
1565,
|
794 |
+
1566,
|
795 |
+
1568,
|
796 |
+
1569,
|
797 |
+
1572,
|
798 |
+
1574,
|
799 |
+
1576,
|
800 |
+
1578,
|
801 |
+
1580,
|
802 |
+
1581,
|
803 |
+
1582,
|
804 |
+
1585,
|
805 |
+
1586,
|
806 |
+
1589,
|
807 |
+
1591,
|
808 |
+
1593,
|
809 |
+
1596,
|
810 |
+
1597,
|
811 |
+
416,
|
812 |
+
615,
|
813 |
+
1599,
|
814 |
+
1601,
|
815 |
+
1603,
|
816 |
+
1608,
|
817 |
+
1611,
|
818 |
+
840,
|
819 |
+
1613,
|
820 |
+
1614,
|
821 |
+
1616,
|
822 |
+
1618,
|
823 |
+
1622,
|
824 |
+
1624,
|
825 |
+
1627,
|
826 |
+
1630,
|
827 |
+
1633,
|
828 |
+
1636,
|
829 |
+
1638,
|
830 |
+
1642,
|
831 |
+
1645,
|
832 |
+
1647,
|
833 |
+
1650,
|
834 |
+
1653,
|
835 |
+
1656,
|
836 |
+
1659,
|
837 |
+
1661,
|
838 |
+
1664,
|
839 |
+
1665,
|
840 |
+
1668,
|
841 |
+
1670,
|
842 |
+
1671,
|
843 |
+
1674,
|
844 |
+
1676,
|
845 |
+
1679,
|
846 |
+
1680,
|
847 |
+
1683,
|
848 |
+
1685,
|
849 |
+
1687,
|
850 |
+
1689,
|
851 |
+
1694,
|
852 |
+
1697,
|
853 |
+
1698,
|
854 |
+
1699,
|
855 |
+
1700,
|
856 |
+
1702,
|
857 |
+
1705,
|
858 |
+
1706,
|
859 |
+
1709,
|
860 |
+
1711,
|
861 |
+
1712,
|
862 |
+
1714,
|
863 |
+
1718,
|
864 |
+
1720,
|
865 |
+
1721,
|
866 |
+
1723,
|
867 |
+
1725,
|
868 |
+
1726,
|
869 |
+
1728,
|
870 |
+
987,
|
871 |
+
506,
|
872 |
+
1730,
|
873 |
+
1733,
|
874 |
+
1735,
|
875 |
+
1736,
|
876 |
+
1738,
|
877 |
+
1740,
|
878 |
+
1741,
|
879 |
+
1743,
|
880 |
+
1745,
|
881 |
+
1747,
|
882 |
+
1748,
|
883 |
+
166,
|
884 |
+
1750,
|
885 |
+
1752,
|
886 |
+
1753,
|
887 |
+
1755,
|
888 |
+
1758,
|
889 |
+
1761,
|
890 |
+
1763,
|
891 |
+
224,
|
892 |
+
1764,
|
893 |
+
1767,
|
894 |
+
1768,
|
895 |
+
1771,
|
896 |
+
1773,
|
897 |
+
1777,
|
898 |
+
1779,
|
899 |
+
1783,
|
900 |
+
1786,
|
901 |
+
1787,
|
902 |
+
1791,
|
903 |
+
1794,
|
904 |
+
1797,
|
905 |
+
1798,
|
906 |
+
1799,
|
907 |
+
1801,
|
908 |
+
1804,
|
909 |
+
1806,
|
910 |
+
1807,
|
911 |
+
1809,
|
912 |
+
228,
|
913 |
+
1810,
|
914 |
+
1813,
|
915 |
+
1814,
|
916 |
+
1817,
|
917 |
+
1819,
|
918 |
+
1821,
|
919 |
+
1824,
|
920 |
+
1826,
|
921 |
+
1829,
|
922 |
+
1831,
|
923 |
+
1833,
|
924 |
+
1834,
|
925 |
+
1835,
|
926 |
+
1837,
|
927 |
+
1839,
|
928 |
+
1637,
|
929 |
+
1840,
|
930 |
+
1844,
|
931 |
+
1846,
|
932 |
+
905,
|
933 |
+
1850,
|
934 |
+
1851,
|
935 |
+
1853,
|
936 |
+
1855,
|
937 |
+
1858,
|
938 |
+
1859,
|
939 |
+
1861,
|
940 |
+
1862,
|
941 |
+
1863,
|
942 |
+
1866,
|
943 |
+
1867,
|
944 |
+
1869,
|
945 |
+
1873,
|
946 |
+
1875,
|
947 |
+
1878,
|
948 |
+
1879,
|
949 |
+
1883,
|
950 |
+
1884,
|
951 |
+
1887,
|
952 |
+
1890,
|
953 |
+
1892,
|
954 |
+
1895,
|
955 |
+
1896,
|
956 |
+
1899,
|
957 |
+
1901,
|
958 |
+
1903,
|
959 |
+
1905,
|
960 |
+
1907,
|
961 |
+
1908,
|
962 |
+
1909,
|
963 |
+
1910,
|
964 |
+
1912,
|
965 |
+
1914,
|
966 |
+
1917,
|
967 |
+
1920,
|
968 |
+
1922,
|
969 |
+
1924,
|
970 |
+
1926,
|
971 |
+
1928,
|
972 |
+
1929,
|
973 |
+
1932,
|
974 |
+
1933,
|
975 |
+
1935,
|
976 |
+
1936,
|
977 |
+
1937,
|
978 |
+
1940,
|
979 |
+
1942,
|
980 |
+
1944,
|
981 |
+
1946,
|
982 |
+
1947,
|
983 |
+
1949,
|
984 |
+
1952,
|
985 |
+
1953,
|
986 |
+
1956,
|
987 |
+
1959,
|
988 |
+
1960,
|
989 |
+
1962,
|
990 |
+
1964,
|
991 |
+
1965,
|
992 |
+
1966,
|
993 |
+
1967,
|
994 |
+
1970,
|
995 |
+
1971,
|
996 |
+
1972,
|
997 |
+
1974,
|
998 |
+
1975,
|
999 |
+
1976,
|
1000 |
+
1977,
|
1001 |
+
1978,
|
1002 |
+
1979,
|
1003 |
+
1981,
|
1004 |
+
1982,
|
1005 |
+
1983,
|
1006 |
+
1985,
|
1007 |
+
1987,
|
1008 |
+
1991,
|
1009 |
+
673,
|
1010 |
+
1992,
|
1011 |
+
1994,
|
1012 |
+
1995,
|
1013 |
+
1997,
|
1014 |
+
1999,
|
1015 |
+
2002,
|
1016 |
+
2003,
|
1017 |
+
2005,
|
1018 |
+
2008,
|
1019 |
+
2010,
|
1020 |
+
2012,
|
1021 |
+
2013,
|
1022 |
+
2015,
|
1023 |
+
2017,
|
1024 |
+
2019,
|
1025 |
+
2020,
|
1026 |
+
2023,
|
1027 |
+
2026,
|
1028 |
+
2027,
|
1029 |
+
2030,
|
1030 |
+
2032,
|
1031 |
+
2034,
|
1032 |
+
2036,
|
1033 |
+
2038,
|
1034 |
+
2040,
|
1035 |
+
2041,
|
1036 |
+
2042,
|
1037 |
+
2045,
|
1038 |
+
2046,
|
1039 |
+
2048,
|
1040 |
+
2049,
|
1041 |
+
2051,
|
1042 |
+
2052,
|
1043 |
+
2053,
|
1044 |
+
1295,
|
1045 |
+
2054,
|
1046 |
+
536,
|
1047 |
+
2057,
|
1048 |
+
2059,
|
1049 |
+
2062,
|
1050 |
+
2064,
|
1051 |
+
2066,
|
1052 |
+
2067,
|
1053 |
+
2068,
|
1054 |
+
2072,
|
1055 |
+
2075,
|
1056 |
+
2076,
|
1057 |
+
2078,
|
1058 |
+
2081,
|
1059 |
+
2083,
|
1060 |
+
2085,
|
1061 |
+
2086,
|
1062 |
+
2088,
|
1063 |
+
2090,
|
1064 |
+
2091,
|
1065 |
+
2093,
|
1066 |
+
2096,
|
1067 |
+
2098,
|
1068 |
+
2099,
|
1069 |
+
2102,
|
1070 |
+
2104,
|
1071 |
+
2105,
|
1072 |
+
2107,
|
1073 |
+
2110,
|
1074 |
+
2111,
|
1075 |
+
17,
|
1076 |
+
2113,
|
1077 |
+
2116,
|
1078 |
+
2118,
|
1079 |
+
2121,
|
1080 |
+
2123,
|
1081 |
+
2124,
|
1082 |
+
2125,
|
1083 |
+
2127,
|
1084 |
+
2128,
|
1085 |
+
2129,
|
1086 |
+
2131,
|
1087 |
+
2133,
|
1088 |
+
2135,
|
1089 |
+
2137,
|
1090 |
+
2140,
|
1091 |
+
2141,
|
1092 |
+
2143,
|
1093 |
+
2145,
|
1094 |
+
2146,
|
1095 |
+
2147,
|
1096 |
+
2149,
|
1097 |
+
2151,
|
1098 |
+
2154,
|
1099 |
+
2155,
|
1100 |
+
2156,
|
1101 |
+
2159,
|
1102 |
+
2160,
|
1103 |
+
2161,
|
1104 |
+
2162,
|
1105 |
+
2163,
|
1106 |
+
2165,
|
1107 |
+
2168,
|
1108 |
+
1477,
|
1109 |
+
2170,
|
1110 |
+
2171,
|
1111 |
+
2173,
|
1112 |
+
2174,
|
1113 |
+
2175,
|
1114 |
+
2177,
|
1115 |
+
2180,
|
1116 |
+
2181,
|
1117 |
+
2183,
|
1118 |
+
2185,
|
1119 |
+
2187,
|
1120 |
+
2188,
|
1121 |
+
2190,
|
1122 |
+
2193,
|
1123 |
+
2195,
|
1124 |
+
2199,
|
1125 |
+
2202,
|
1126 |
+
2204,
|
1127 |
+
2205,
|
1128 |
+
2207,
|
1129 |
+
2210,
|
1130 |
+
2212,
|
1131 |
+
2213,
|
1132 |
+
2216,
|
1133 |
+
338,
|
1134 |
+
2218,
|
1135 |
+
2220,
|
1136 |
+
2222,
|
1137 |
+
2224,
|
1138 |
+
2226,
|
1139 |
+
2229,
|
1140 |
+
2231,
|
1141 |
+
2233,
|
1142 |
+
2236,
|
1143 |
+
2238,
|
1144 |
+
2240,
|
1145 |
+
2243,
|
1146 |
+
2245,
|
1147 |
+
2247,
|
1148 |
+
2248,
|
1149 |
+
593,
|
1150 |
+
2250,
|
1151 |
+
2251,
|
1152 |
+
2256,
|
1153 |
+
2258,
|
1154 |
+
2261,
|
1155 |
+
2263,
|
1156 |
+
2264,
|
1157 |
+
2266,
|
1158 |
+
2268,
|
1159 |
+
2271,
|
1160 |
+
2274,
|
1161 |
+
2277,
|
1162 |
+
2278,
|
1163 |
+
2281,
|
1164 |
+
2282,
|
1165 |
+
2284,
|
1166 |
+
2287,
|
1167 |
+
2289,
|
1168 |
+
2292,
|
1169 |
+
345,
|
1170 |
+
2294,
|
1171 |
+
2297,
|
1172 |
+
2299,
|
1173 |
+
2301,
|
1174 |
+
2304,
|
1175 |
+
2306,
|
1176 |
+
2308,
|
1177 |
+
2310,
|
1178 |
+
2312,
|
1179 |
+
2315,
|
1180 |
+
2317,
|
1181 |
+
2318,
|
1182 |
+
2321,
|
1183 |
+
2322,
|
1184 |
+
2323,
|
1185 |
+
1663,
|
1186 |
+
2324,
|
1187 |
+
2328,
|
1188 |
+
2331,
|
1189 |
+
2332,
|
1190 |
+
2335,
|
1191 |
+
2337,
|
1192 |
+
2339,
|
1193 |
+
2341,
|
1194 |
+
2344,
|
1195 |
+
2346,
|
1196 |
+
2348,
|
1197 |
+
2350,
|
1198 |
+
2354,
|
1199 |
+
2355,
|
1200 |
+
2359,
|
1201 |
+
2361,
|
1202 |
+
2363,
|
1203 |
+
2366,
|
1204 |
+
2368,
|
1205 |
+
2369,
|
1206 |
+
2372,
|
1207 |
+
2375,
|
1208 |
+
2376,
|
1209 |
+
2380,
|
1210 |
+
2384,
|
1211 |
+
2167,
|
1212 |
+
2385,
|
1213 |
+
2386,
|
1214 |
+
2388,
|
1215 |
+
2391,
|
1216 |
+
2393,
|
1217 |
+
2395,
|
1218 |
+
2397,
|
1219 |
+
2398,
|
1220 |
+
2400,
|
1221 |
+
2403,
|
1222 |
+
2404,
|
1223 |
+
2406,
|
1224 |
+
2410,
|
1225 |
+
2412,
|
1226 |
+
2414,
|
1227 |
+
2416,
|
1228 |
+
2418,
|
1229 |
+
1111,
|
1230 |
+
2420,
|
1231 |
+
2421,
|
1232 |
+
2422,
|
1233 |
+
2425,
|
1234 |
+
2428,
|
1235 |
+
2431,
|
1236 |
+
2433,
|
1237 |
+
2435,
|
1238 |
+
2437,
|
1239 |
+
2438,
|
1240 |
+
2439,
|
1241 |
+
2442,
|
1242 |
+
2445,
|
1243 |
+
2447,
|
1244 |
+
2448,
|
1245 |
+
2450,
|
1246 |
+
2453,
|
1247 |
+
2456,
|
1248 |
+
2459,
|
1249 |
+
2461,
|
1250 |
+
2462,
|
1251 |
+
2463,
|
1252 |
+
2466,
|
1253 |
+
2467,
|
1254 |
+
2470,
|
1255 |
+
2471,
|
1256 |
+
2473,
|
1257 |
+
2476,
|
1258 |
+
2478,
|
1259 |
+
2479,
|
1260 |
+
2482,
|
1261 |
+
2485,
|
1262 |
+
2486,
|
1263 |
+
2488,
|
1264 |
+
2489,
|
1265 |
+
2491,
|
1266 |
+
2494,
|
1267 |
+
2496,
|
1268 |
+
2498,
|
1269 |
+
2501,
|
1270 |
+
2503,
|
1271 |
+
2506,
|
1272 |
+
2507,
|
1273 |
+
2508,
|
1274 |
+
2510,
|
1275 |
+
2512,
|
1276 |
+
2513,
|
1277 |
+
2515,
|
1278 |
+
2517,
|
1279 |
+
2518,
|
1280 |
+
2520,
|
1281 |
+
2522,
|
1282 |
+
2526,
|
1283 |
+
2529,
|
1284 |
+
2531,
|
1285 |
+
1219,
|
1286 |
+
2534,
|
1287 |
+
2536,
|
1288 |
+
2538,
|
1289 |
+
2540,
|
1290 |
+
2542,
|
1291 |
+
2544,
|
1292 |
+
2546,
|
1293 |
+
2547,
|
1294 |
+
2549,
|
1295 |
+
2550,
|
1296 |
+
2552,
|
1297 |
+
2553,
|
1298 |
+
2556,
|
1299 |
+
2559,
|
1300 |
+
2561,
|
1301 |
+
2563,
|
1302 |
+
2565,
|
1303 |
+
2567,
|
1304 |
+
2569,
|
1305 |
+
2571,
|
1306 |
+
2573,
|
1307 |
+
2575,
|
1308 |
+
2577,
|
1309 |
+
2578,
|
1310 |
+
2579,
|
1311 |
+
2580,
|
1312 |
+
2583,
|
1313 |
+
2585,
|
1314 |
+
2587,
|
1315 |
+
2590,
|
1316 |
+
2594,
|
1317 |
+
2596,
|
1318 |
+
2598,
|
1319 |
+
2602,
|
1320 |
+
2605,
|
1321 |
+
2607,
|
1322 |
+
2609,
|
1323 |
+
2613,
|
1324 |
+
2614,
|
1325 |
+
2615,
|
1326 |
+
2616,
|
1327 |
+
2620,
|
1328 |
+
2621,
|
1329 |
+
2625,
|
1330 |
+
2626,
|
1331 |
+
2629,
|
1332 |
+
2631,
|
1333 |
+
2632,
|
1334 |
+
2634,
|
1335 |
+
2636,
|
1336 |
+
2639,
|
1337 |
+
2640,
|
1338 |
+
2642,
|
1339 |
+
2643,
|
1340 |
+
2644,
|
1341 |
+
2647,
|
1342 |
+
2648,
|
1343 |
+
2650,
|
1344 |
+
2653,
|
1345 |
+
2656,
|
1346 |
+
2658,
|
1347 |
+
864,
|
1348 |
+
2661,
|
1349 |
+
1052,
|
1350 |
+
2662,
|
1351 |
+
2664,
|
1352 |
+
2665,
|
1353 |
+
2666,
|
1354 |
+
2669,
|
1355 |
+
2672,
|
1356 |
+
2674,
|
1357 |
+
2676,
|
1358 |
+
2679,
|
1359 |
+
2680,
|
1360 |
+
2682,
|
1361 |
+
2684,
|
1362 |
+
2687,
|
1363 |
+
2688,
|
1364 |
+
2693,
|
1365 |
+
2695,
|
1366 |
+
2697,
|
1367 |
+
2699,
|
1368 |
+
2700,
|
1369 |
+
2703,
|
1370 |
+
2705,
|
1371 |
+
2686,
|
1372 |
+
2706,
|
1373 |
+
2709,
|
1374 |
+
2711,
|
1375 |
+
2714,
|
1376 |
+
2717,
|
1377 |
+
2719,
|
1378 |
+
2721,
|
1379 |
+
2725,
|
1380 |
+
2728,
|
1381 |
+
2730,
|
1382 |
+
2192,
|
1383 |
+
2731,
|
1384 |
+
2734,
|
1385 |
+
2735,
|
1386 |
+
2738,
|
1387 |
+
2739,
|
1388 |
+
2741,
|
1389 |
+
2744,
|
1390 |
+
2745,
|
1391 |
+
2747,
|
1392 |
+
2750,
|
1393 |
+
2753,
|
1394 |
+
2755,
|
1395 |
+
2758,
|
1396 |
+
2759,
|
1397 |
+
2761,
|
1398 |
+
2763,
|
1399 |
+
2766,
|
1400 |
+
2768,
|
1401 |
+
2769,
|
1402 |
+
2771,
|
1403 |
+
2773,
|
1404 |
+
2775,
|
1405 |
+
2776,
|
1406 |
+
2779,
|
1407 |
+
2782,
|
1408 |
+
2785,
|
1409 |
+
2786,
|
1410 |
+
2788,
|
1411 |
+
1406,
|
1412 |
+
2790,
|
1413 |
+
2791,
|
1414 |
+
2792,
|
1415 |
+
2793,
|
1416 |
+
2794,
|
1417 |
+
2796,
|
1418 |
+
2799,
|
1419 |
+
2801,
|
1420 |
+
2804,
|
1421 |
+
2807,
|
1422 |
+
2810,
|
1423 |
+
2813,
|
1424 |
+
2814,
|
1425 |
+
2816,
|
1426 |
+
2818,
|
1427 |
+
2820,
|
1428 |
+
2822,
|
1429 |
+
2824,
|
1430 |
+
2827,
|
1431 |
+
2828,
|
1432 |
+
2830,
|
1433 |
+
2833,
|
1434 |
+
2803,
|
1435 |
+
2835,
|
1436 |
+
2837,
|
1437 |
+
2839,
|
1438 |
+
2841,
|
1439 |
+
2844,
|
1440 |
+
2845,
|
1441 |
+
2846,
|
1442 |
+
2847,
|
1443 |
+
2849,
|
1444 |
+
2850,
|
1445 |
+
2852,
|
1446 |
+
2853,
|
1447 |
+
2854,
|
1448 |
+
2857,
|
1449 |
+
2859,
|
1450 |
+
2861,
|
1451 |
+
2863,
|
1452 |
+
2865,
|
1453 |
+
2867,
|
1454 |
+
2869,
|
1455 |
+
2871,
|
1456 |
+
2872,
|
1457 |
+
2874,
|
1458 |
+
2876,
|
1459 |
+
2878,
|
1460 |
+
2880,
|
1461 |
+
2882,
|
1462 |
+
2884,
|
1463 |
+
2886,
|
1464 |
+
2887,
|
1465 |
+
2891,
|
1466 |
+
2894,
|
1467 |
+
2895,
|
1468 |
+
2896,
|
1469 |
+
2897,
|
1470 |
+
2900,
|
1471 |
+
2903,
|
1472 |
+
2904,
|
1473 |
+
386,
|
1474 |
+
2906,
|
1475 |
+
2909,
|
1476 |
+
2912,
|
1477 |
+
2913,
|
1478 |
+
2915,
|
1479 |
+
2917,
|
1480 |
+
2919,
|
1481 |
+
2920,
|
1482 |
+
2923,
|
1483 |
+
2924,
|
1484 |
+
2925,
|
1485 |
+
2926,
|
1486 |
+
2928,
|
1487 |
+
2930,
|
1488 |
+
2932,
|
1489 |
+
2935,
|
1490 |
+
2938,
|
1491 |
+
2939,
|
1492 |
+
2940,
|
1493 |
+
2944,
|
1494 |
+
2946,
|
1495 |
+
2947,
|
1496 |
+
2951,
|
1497 |
+
2952,
|
1498 |
+
2955,
|
1499 |
+
2957,
|
1500 |
+
2961,
|
1501 |
+
2963,
|
1502 |
+
2965,
|
1503 |
+
2968,
|
1504 |
+
2971,
|
1505 |
+
275,
|
1506 |
+
2973,
|
1507 |
+
2975,
|
1508 |
+
2977,
|
1509 |
+
2980,
|
1510 |
+
2982,
|
1511 |
+
2984,
|
1512 |
+
2988,
|
1513 |
+
573,
|
1514 |
+
2990,
|
1515 |
+
2991,
|
1516 |
+
2993,
|
1517 |
+
2994,
|
1518 |
+
2995,
|
1519 |
+
2998,
|
1520 |
+
3001,
|
1521 |
+
3004,
|
1522 |
+
3007,
|
1523 |
+
3009,
|
1524 |
+
378,
|
1525 |
+
3012,
|
1526 |
+
3013,
|
1527 |
+
3014,
|
1528 |
+
3015,
|
1529 |
+
3018,
|
1530 |
+
3020,
|
1531 |
+
3022,
|
1532 |
+
3024,
|
1533 |
+
3026,
|
1534 |
+
3028,
|
1535 |
+
3031,
|
1536 |
+
3033,
|
1537 |
+
3036,
|
1538 |
+
3037,
|
1539 |
+
3039,
|
1540 |
+
3041,
|
1541 |
+
3042,
|
1542 |
+
3043,
|
1543 |
+
3044,
|
1544 |
+
3046,
|
1545 |
+
3048,
|
1546 |
+
3049,
|
1547 |
+
3050,
|
1548 |
+
3053,
|
1549 |
+
3055,
|
1550 |
+
3056,
|
1551 |
+
3058,
|
1552 |
+
3060,
|
1553 |
+
3062,
|
1554 |
+
3064,
|
1555 |
+
3066,
|
1556 |
+
3068,
|
1557 |
+
3071,
|
1558 |
+
3072,
|
1559 |
+
3073,
|
1560 |
+
3076,
|
1561 |
+
3078,
|
1562 |
+
3079,
|
1563 |
+
3081,
|
1564 |
+
3084,
|
1565 |
+
3085,
|
1566 |
+
3087,
|
1567 |
+
445,
|
1568 |
+
3089,
|
1569 |
+
3091,
|
1570 |
+
3093,
|
1571 |
+
3094,
|
1572 |
+
3097,
|
1573 |
+
3098,
|
1574 |
+
3100,
|
1575 |
+
456,
|
1576 |
+
3104,
|
1577 |
+
3106,
|
1578 |
+
3107,
|
1579 |
+
3109,
|
1580 |
+
3111,
|
1581 |
+
3113,
|
1582 |
+
3115,
|
1583 |
+
3117,
|
1584 |
+
3118,
|
1585 |
+
3121,
|
1586 |
+
3122,
|
1587 |
+
3124,
|
1588 |
+
3126,
|
1589 |
+
3128,
|
1590 |
+
3130,
|
1591 |
+
3132,
|
1592 |
+
3135,
|
1593 |
+
3136,
|
1594 |
+
3137,
|
1595 |
+
3138,
|
1596 |
+
3141,
|
1597 |
+
3142,
|
1598 |
+
3144,
|
1599 |
+
3146,
|
1600 |
+
1080,
|
1601 |
+
3151,
|
1602 |
+
3153,
|
1603 |
+
3155,
|
1604 |
+
3156,
|
1605 |
+
3160,
|
1606 |
+
98,
|
1607 |
+
3162,
|
1608 |
+
3163,
|
1609 |
+
3165,
|
1610 |
+
3166,
|
1611 |
+
3169,
|
1612 |
+
3171,
|
1613 |
+
3173,
|
1614 |
+
3175,
|
1615 |
+
3176,
|
1616 |
+
3179,
|
1617 |
+
3182,
|
1618 |
+
3185,
|
1619 |
+
3186,
|
1620 |
+
3189,
|
1621 |
+
3192,
|
1622 |
+
3195,
|
1623 |
+
3198,
|
1624 |
+
3199,
|
1625 |
+
3201,
|
1626 |
+
3203,
|
1627 |
+
3204,
|
1628 |
+
3205,
|
1629 |
+
3208,
|
1630 |
+
3209,
|
1631 |
+
2597,
|
1632 |
+
3210,
|
1633 |
+
3213,
|
1634 |
+
3216,
|
1635 |
+
3217,
|
1636 |
+
3218,
|
1637 |
+
1592,
|
1638 |
+
3221,
|
1639 |
+
3222,
|
1640 |
+
3224,
|
1641 |
+
3227,
|
1642 |
+
3229,
|
1643 |
+
3230,
|
1644 |
+
3231,
|
1645 |
+
3233,
|
1646 |
+
3237,
|
1647 |
+
3240,
|
1648 |
+
3243,
|
1649 |
+
3246,
|
1650 |
+
3248,
|
1651 |
+
3251,
|
1652 |
+
3252,
|
1653 |
+
3253,
|
1654 |
+
347,
|
1655 |
+
3255,
|
1656 |
+
3258,
|
1657 |
+
3260,
|
1658 |
+
3263,
|
1659 |
+
3266,
|
1660 |
+
3267,
|
1661 |
+
3271,
|
1662 |
+
3272,
|
1663 |
+
3275,
|
1664 |
+
3276,
|
1665 |
+
3279,
|
1666 |
+
3281,
|
1667 |
+
3283,
|
1668 |
+
3286,
|
1669 |
+
3289,
|
1670 |
+
3290,
|
1671 |
+
3293,
|
1672 |
+
3294,
|
1673 |
+
3295,
|
1674 |
+
3297,
|
1675 |
+
3299,
|
1676 |
+
3300,
|
1677 |
+
3301,
|
1678 |
+
3304,
|
1679 |
+
3307,
|
1680 |
+
3311,
|
1681 |
+
136,
|
1682 |
+
3313,
|
1683 |
+
3314,
|
1684 |
+
3316,
|
1685 |
+
3318,
|
1686 |
+
3320,
|
1687 |
+
3324,
|
1688 |
+
3326,
|
1689 |
+
3330,
|
1690 |
+
3333,
|
1691 |
+
3335,
|
1692 |
+
3337,
|
1693 |
+
3341,
|
1694 |
+
3343,
|
1695 |
+
3346,
|
1696 |
+
3350,
|
1697 |
+
3352,
|
1698 |
+
3353,
|
1699 |
+
3355,
|
1700 |
+
3356,
|
1701 |
+
3358,
|
1702 |
+
3360,
|
1703 |
+
3362,
|
1704 |
+
3364,
|
1705 |
+
3366,
|
1706 |
+
3369,
|
1707 |
+
3370,
|
1708 |
+
3372,
|
1709 |
+
3373,
|
1710 |
+
3376,
|
1711 |
+
3378,
|
1712 |
+
3380,
|
1713 |
+
2106,
|
1714 |
+
3382,
|
1715 |
+
3386,
|
1716 |
+
3387,
|
1717 |
+
3390,
|
1718 |
+
3392,
|
1719 |
+
3393,
|
1720 |
+
3395,
|
1721 |
+
3398,
|
1722 |
+
3400,
|
1723 |
+
3403,
|
1724 |
+
3404,
|
1725 |
+
3407,
|
1726 |
+
3409,
|
1727 |
+
3410,
|
1728 |
+
1762,
|
1729 |
+
3412,
|
1730 |
+
3414,
|
1731 |
+
3416,
|
1732 |
+
3418,
|
1733 |
+
3420,
|
1734 |
+
3421,
|
1735 |
+
3424,
|
1736 |
+
3427,
|
1737 |
+
3430,
|
1738 |
+
3432,
|
1739 |
+
3433,
|
1740 |
+
3435,
|
1741 |
+
3437,
|
1742 |
+
3438,
|
1743 |
+
3440,
|
1744 |
+
3442,
|
1745 |
+
1205,
|
1746 |
+
3445,
|
1747 |
+
3447,
|
1748 |
+
3448,
|
1749 |
+
3449,
|
1750 |
+
3453,
|
1751 |
+
3455,
|
1752 |
+
3456,
|
1753 |
+
3457,
|
1754 |
+
1626,
|
1755 |
+
3461,
|
1756 |
+
3464,
|
1757 |
+
3465,
|
1758 |
+
3468,
|
1759 |
+
3471,
|
1760 |
+
3472,
|
1761 |
+
3475,
|
1762 |
+
3478,
|
1763 |
+
3131,
|
1764 |
+
3480,
|
1765 |
+
3482,
|
1766 |
+
3483,
|
1767 |
+
3486,
|
1768 |
+
3489,
|
1769 |
+
3492,
|
1770 |
+
3494,
|
1771 |
+
3496,
|
1772 |
+
3497,
|
1773 |
+
3500,
|
1774 |
+
3502,
|
1775 |
+
3505,
|
1776 |
+
3506,
|
1777 |
+
3509,
|
1778 |
+
3511,
|
1779 |
+
3514,
|
1780 |
+
3516,
|
1781 |
+
3519,
|
1782 |
+
3522,
|
1783 |
+
3523,
|
1784 |
+
3525,
|
1785 |
+
3531,
|
1786 |
+
3534,
|
1787 |
+
3536,
|
1788 |
+
3538,
|
1789 |
+
3540,
|
1790 |
+
3541,
|
1791 |
+
3543,
|
1792 |
+
3546,
|
1793 |
+
3549,
|
1794 |
+
3551,
|
1795 |
+
3554,
|
1796 |
+
3555,
|
1797 |
+
3558,
|
1798 |
+
3560,
|
1799 |
+
3562,
|
1800 |
+
3565,
|
1801 |
+
3567,
|
1802 |
+
3569,
|
1803 |
+
3573,
|
1804 |
+
3574,
|
1805 |
+
3577,
|
1806 |
+
3579,
|
1807 |
+
3581,
|
1808 |
+
3584,
|
1809 |
+
3587,
|
1810 |
+
3590,
|
1811 |
+
3592,
|
1812 |
+
3595,
|
1813 |
+
3597,
|
1814 |
+
3599,
|
1815 |
+
3601,
|
1816 |
+
3604,
|
1817 |
+
3607,
|
1818 |
+
3610,
|
1819 |
+
3612,
|
1820 |
+
3615,
|
1821 |
+
3617,
|
1822 |
+
3620,
|
1823 |
+
3623,
|
1824 |
+
3627,
|
1825 |
+
3629,
|
1826 |
+
3632,
|
1827 |
+
3634,
|
1828 |
+
3635,
|
1829 |
+
3637,
|
1830 |
+
3639,
|
1831 |
+
3642,
|
1832 |
+
3645,
|
1833 |
+
3648,
|
1834 |
+
3649,
|
1835 |
+
3652,
|
1836 |
+
3654,
|
1837 |
+
3655,
|
1838 |
+
3657,
|
1839 |
+
3658,
|
1840 |
+
3660,
|
1841 |
+
3665,
|
1842 |
+
2016,
|
1843 |
+
3669,
|
1844 |
+
3670,
|
1845 |
+
3672,
|
1846 |
+
3674,
|
1847 |
+
3675,
|
1848 |
+
3676,
|
1849 |
+
3678,
|
1850 |
+
3680,
|
1851 |
+
3683,
|
1852 |
+
3686,
|
1853 |
+
3689,
|
1854 |
+
3690,
|
1855 |
+
3693,
|
1856 |
+
3696,
|
1857 |
+
3698,
|
1858 |
+
3700,
|
1859 |
+
3702,
|
1860 |
+
3704,
|
1861 |
+
3706,
|
1862 |
+
3708,
|
1863 |
+
3710,
|
1864 |
+
3712,
|
1865 |
+
3714,
|
1866 |
+
3716,
|
1867 |
+
3719,
|
1868 |
+
3720,
|
1869 |
+
3721,
|
1870 |
+
3723,
|
1871 |
+
3724,
|
1872 |
+
3726,
|
1873 |
+
3730,
|
1874 |
+
3732,
|
1875 |
+
3735,
|
1876 |
+
3736,
|
1877 |
+
3737,
|
1878 |
+
3738,
|
1879 |
+
3741,
|
1880 |
+
3743,
|
1881 |
+
3746,
|
1882 |
+
3748,
|
1883 |
+
3750,
|
1884 |
+
3752,
|
1885 |
+
3755,
|
1886 |
+
3756,
|
1887 |
+
3757,
|
1888 |
+
3759,
|
1889 |
+
3761,
|
1890 |
+
3764,
|
1891 |
+
3765,
|
1892 |
+
3767,
|
1893 |
+
3771,
|
1894 |
+
3772,
|
1895 |
+
3774,
|
1896 |
+
3776,
|
1897 |
+
3778,
|
1898 |
+
3781,
|
1899 |
+
3783,
|
1900 |
+
3784,
|
1901 |
+
3786,
|
1902 |
+
3789,
|
1903 |
+
3790,
|
1904 |
+
3793,
|
1905 |
+
3796,
|
1906 |
+
3799,
|
1907 |
+
3802,
|
1908 |
+
3805,
|
1909 |
+
3806,
|
1910 |
+
3807,
|
1911 |
+
3809,
|
1912 |
+
3811,
|
1913 |
+
3815,
|
1914 |
+
3817,
|
1915 |
+
3818,
|
1916 |
+
3823,
|
1917 |
+
3825,
|
1918 |
+
3828,
|
1919 |
+
3831,
|
1920 |
+
3832,
|
1921 |
+
3834,
|
1922 |
+
3836,
|
1923 |
+
3838,
|
1924 |
+
3841,
|
1925 |
+
3843,
|
1926 |
+
3845,
|
1927 |
+
3847,
|
1928 |
+
3848,
|
1929 |
+
3850,
|
1930 |
+
1800,
|
1931 |
+
3852,
|
1932 |
+
3854,
|
1933 |
+
3856,
|
1934 |
+
3858,
|
1935 |
+
3861,
|
1936 |
+
3865,
|
1937 |
+
3866,
|
1938 |
+
3868,
|
1939 |
+
3869,
|
1940 |
+
3873,
|
1941 |
+
3875,
|
1942 |
+
3878,
|
1943 |
+
3879,
|
1944 |
+
3881,
|
1945 |
+
3884,
|
1946 |
+
3886,
|
1947 |
+
3888,
|
1948 |
+
3891,
|
1949 |
+
3893,
|
1950 |
+
3895,
|
1951 |
+
3897,
|
1952 |
+
3898,
|
1953 |
+
3900,
|
1954 |
+
3901,
|
1955 |
+
3904,
|
1956 |
+
3907,
|
1957 |
+
3908,
|
1958 |
+
3910,
|
1959 |
+
3912,
|
1960 |
+
3913,
|
1961 |
+
3914,
|
1962 |
+
3916,
|
1963 |
+
3917,
|
1964 |
+
3919,
|
1965 |
+
3920,
|
1966 |
+
3923,
|
1967 |
+
3924,
|
1968 |
+
3926,
|
1969 |
+
3928,
|
1970 |
+
3930,
|
1971 |
+
3931,
|
1972 |
+
3934,
|
1973 |
+
3939,
|
1974 |
+
3941,
|
1975 |
+
3942,
|
1976 |
+
3944,
|
1977 |
+
3948,
|
1978 |
+
3950,
|
1979 |
+
3951,
|
1980 |
+
3953,
|
1981 |
+
3956,
|
1982 |
+
3957,
|
1983 |
+
3958,
|
1984 |
+
3960,
|
1985 |
+
3963,
|
1986 |
+
3966,
|
1987 |
+
3969,
|
1988 |
+
3971,
|
1989 |
+
3975,
|
1990 |
+
3977,
|
1991 |
+
3979,
|
1992 |
+
3980,
|
1993 |
+
3983,
|
1994 |
+
3985,
|
1995 |
+
3987,
|
1996 |
+
3990,
|
1997 |
+
3991,
|
1998 |
+
3992,
|
1999 |
+
3994,
|
2000 |
+
3997,
|
2001 |
+
4000,
|
2002 |
+
4002,
|
2003 |
+
4005,
|
2004 |
+
4006,
|
2005 |
+
4008,
|
2006 |
+
4010,
|
2007 |
+
4013,
|
2008 |
+
4015,
|
2009 |
+
4019,
|
2010 |
+
4021,
|
2011 |
+
4024,
|
2012 |
+
4026,
|
2013 |
+
4028,
|
2014 |
+
4030,
|
2015 |
+
3795,
|
2016 |
+
4031,
|
2017 |
+
4033,
|
2018 |
+
4035,
|
2019 |
+
4037,
|
2020 |
+
4039,
|
2021 |
+
4042,
|
2022 |
+
4044,
|
2023 |
+
4047,
|
2024 |
+
4049,
|
2025 |
+
4051,
|
2026 |
+
4054,
|
2027 |
+
2235,
|
2028 |
+
4056,
|
2029 |
+
4059,
|
2030 |
+
4061,
|
2031 |
+
4062,
|
2032 |
+
4063,
|
2033 |
+
4065,
|
2034 |
+
4067,
|
2035 |
+
4069,
|
2036 |
+
4071,
|
2037 |
+
4072,
|
2038 |
+
4075,
|
2039 |
+
4077,
|
2040 |
+
4080,
|
2041 |
+
4083,
|
2042 |
+
4086,
|
2043 |
+
4088,
|
2044 |
+
4090,
|
2045 |
+
4092,
|
2046 |
+
4094,
|
2047 |
+
4095,
|
2048 |
+
4097,
|
2049 |
+
4098,
|
2050 |
+
979,
|
2051 |
+
4099,
|
2052 |
+
4100,
|
2053 |
+
4102,
|
2054 |
+
4104,
|
2055 |
+
4107,
|
2056 |
+
4109,
|
2057 |
+
4111,
|
2058 |
+
4112,
|
2059 |
+
4113,
|
2060 |
+
4117,
|
2061 |
+
4118,
|
2062 |
+
4120,
|
2063 |
+
4122,
|
2064 |
+
4124,
|
2065 |
+
4125,
|
2066 |
+
4126,
|
2067 |
+
4128,
|
2068 |
+
4129,
|
2069 |
+
4131,
|
2070 |
+
4134,
|
2071 |
+
4135,
|
2072 |
+
4136,
|
2073 |
+
4138,
|
2074 |
+
4141,
|
2075 |
+
4143,
|
2076 |
+
4146,
|
2077 |
+
4148,
|
2078 |
+
4150,
|
2079 |
+
4152,
|
2080 |
+
4154,
|
2081 |
+
4157,
|
2082 |
+
4161,
|
2083 |
+
4163,
|
2084 |
+
4164,
|
2085 |
+
4167,
|
2086 |
+
4168,
|
2087 |
+
4170,
|
2088 |
+
4173,
|
2089 |
+
4175,
|
2090 |
+
4177,
|
2091 |
+
4178,
|
2092 |
+
4180,
|
2093 |
+
4183,
|
2094 |
+
4185,
|
2095 |
+
4188,
|
2096 |
+
4189,
|
2097 |
+
4190,
|
2098 |
+
4192,
|
2099 |
+
4193,
|
2100 |
+
4195,
|
2101 |
+
4197,
|
2102 |
+
4199,
|
2103 |
+
4201,
|
2104 |
+
4203,
|
2105 |
+
4204,
|
2106 |
+
4206,
|
2107 |
+
4208,
|
2108 |
+
4209,
|
2109 |
+
4211,
|
2110 |
+
4214,
|
2111 |
+
4216,
|
2112 |
+
4218,
|
2113 |
+
4220,
|
2114 |
+
4221,
|
2115 |
+
4224,
|
2116 |
+
4226,
|
2117 |
+
4228,
|
2118 |
+
4230,
|
2119 |
+
4232,
|
2120 |
+
4235,
|
2121 |
+
4238,
|
2122 |
+
4240,
|
2123 |
+
4242,
|
2124 |
+
4244,
|
2125 |
+
4247,
|
2126 |
+
4248,
|
2127 |
+
4250,
|
2128 |
+
4252,
|
2129 |
+
123,
|
2130 |
+
4254,
|
2131 |
+
4255,
|
2132 |
+
4256,
|
2133 |
+
4258,
|
2134 |
+
4260,
|
2135 |
+
4261,
|
2136 |
+
4262,
|
2137 |
+
4264,
|
2138 |
+
4266,
|
2139 |
+
4267,
|
2140 |
+
4269,
|
2141 |
+
4271,
|
2142 |
+
4273,
|
2143 |
+
4275,
|
2144 |
+
4278,
|
2145 |
+
4279,
|
2146 |
+
4281,
|
2147 |
+
4282,
|
2148 |
+
4283,
|
2149 |
+
4285,
|
2150 |
+
4286,
|
2151 |
+
4289,
|
2152 |
+
4292,
|
2153 |
+
4294,
|
2154 |
+
4297,
|
2155 |
+
4299,
|
2156 |
+
4302,
|
2157 |
+
4303,
|
2158 |
+
4305,
|
2159 |
+
4307,
|
2160 |
+
4308,
|
2161 |
+
4312,
|
2162 |
+
4314,
|
2163 |
+
4316,
|
2164 |
+
4318,
|
2165 |
+
4321,
|
2166 |
+
4323,
|
2167 |
+
4325,
|
2168 |
+
4327,
|
2169 |
+
4329,
|
2170 |
+
4332,
|
2171 |
+
4335,
|
2172 |
+
4336,
|
2173 |
+
4338,
|
2174 |
+
4341,
|
2175 |
+
4342,
|
2176 |
+
4343,
|
2177 |
+
4344,
|
2178 |
+
4347,
|
2179 |
+
4348,
|
2180 |
+
4351,
|
2181 |
+
4354,
|
2182 |
+
4357,
|
2183 |
+
4358,
|
2184 |
+
2303,
|
2185 |
+
4360,
|
2186 |
+
4363,
|
2187 |
+
4366,
|
2188 |
+
4368,
|
2189 |
+
4370,
|
2190 |
+
4371,
|
2191 |
+
4374,
|
2192 |
+
3317,
|
2193 |
+
4375,
|
2194 |
+
4378,
|
2195 |
+
4381,
|
2196 |
+
4384,
|
2197 |
+
4387,
|
2198 |
+
4390,
|
2199 |
+
4392,
|
2200 |
+
4394,
|
2201 |
+
4397,
|
2202 |
+
4399,
|
2203 |
+
3754,
|
2204 |
+
4401,
|
2205 |
+
4402,
|
2206 |
+
4405,
|
2207 |
+
4407,
|
2208 |
+
4410,
|
2209 |
+
4411,
|
2210 |
+
4414,
|
2211 |
+
4415,
|
2212 |
+
4417,
|
2213 |
+
4420,
|
2214 |
+
4422,
|
2215 |
+
4423,
|
2216 |
+
4426,
|
2217 |
+
4429,
|
2218 |
+
4430,
|
2219 |
+
4433,
|
2220 |
+
4435,
|
2221 |
+
4436,
|
2222 |
+
4438,
|
2223 |
+
4440,
|
2224 |
+
4441,
|
2225 |
+
4442,
|
2226 |
+
4444,
|
2227 |
+
4447,
|
2228 |
+
4450,
|
2229 |
+
4451,
|
2230 |
+
4453,
|
2231 |
+
4454,
|
2232 |
+
4455,
|
2233 |
+
4456,
|
2234 |
+
4458,
|
2235 |
+
4460,
|
2236 |
+
4462,
|
2237 |
+
4465,
|
2238 |
+
4467,
|
2239 |
+
4468,
|
2240 |
+
4469,
|
2241 |
+
4471,
|
2242 |
+
4475,
|
2243 |
+
4477,
|
2244 |
+
4480,
|
2245 |
+
4481,
|
2246 |
+
2509,
|
2247 |
+
4484,
|
2248 |
+
4486,
|
2249 |
+
4487,
|
2250 |
+
4490,
|
2251 |
+
4492,
|
2252 |
+
4493,
|
2253 |
+
4495,
|
2254 |
+
4496,
|
2255 |
+
4498,
|
2256 |
+
4500,
|
2257 |
+
4503,
|
2258 |
+
4506,
|
2259 |
+
4508,
|
2260 |
+
4511,
|
2261 |
+
4512,
|
2262 |
+
4514,
|
2263 |
+
4516,
|
2264 |
+
4518,
|
2265 |
+
4520,
|
2266 |
+
4522,
|
2267 |
+
4524,
|
2268 |
+
4527,
|
2269 |
+
4528,
|
2270 |
+
4529,
|
2271 |
+
4532,
|
2272 |
+
2176,
|
2273 |
+
4536,
|
2274 |
+
4539,
|
2275 |
+
4541,
|
2276 |
+
4542,
|
2277 |
+
4543,
|
2278 |
+
4544,
|
2279 |
+
4545,
|
2280 |
+
4548,
|
2281 |
+
4549,
|
2282 |
+
4551,
|
2283 |
+
4553,
|
2284 |
+
4555,
|
2285 |
+
4559,
|
2286 |
+
4562,
|
2287 |
+
4564,
|
2288 |
+
4566,
|
2289 |
+
4569,
|
2290 |
+
4571,
|
2291 |
+
4574,
|
2292 |
+
4577,
|
2293 |
+
4578,
|
2294 |
+
4581,
|
2295 |
+
4584,
|
2296 |
+
4586,
|
2297 |
+
4589,
|
2298 |
+
4592,
|
2299 |
+
4593,
|
2300 |
+
4596,
|
2301 |
+
4598,
|
2302 |
+
4602,
|
2303 |
+
4605,
|
2304 |
+
4607,
|
2305 |
+
4609,
|
2306 |
+
4611,
|
2307 |
+
4613,
|
2308 |
+
4616,
|
2309 |
+
4618,
|
2310 |
+
4620,
|
2311 |
+
4622,
|
2312 |
+
4624,
|
2313 |
+
4627,
|
2314 |
+
4628,
|
2315 |
+
4629,
|
2316 |
+
4630,
|
2317 |
+
4631,
|
2318 |
+
4632,
|
2319 |
+
4633,
|
2320 |
+
4635,
|
2321 |
+
4637,
|
2322 |
+
4638,
|
2323 |
+
4640,
|
2324 |
+
4642,
|
2325 |
+
4645,
|
2326 |
+
4647,
|
2327 |
+
4649,
|
2328 |
+
4651,
|
2329 |
+
4653,
|
2330 |
+
4655,
|
2331 |
+
4657,
|
2332 |
+
4659,
|
2333 |
+
4660,
|
2334 |
+
4661,
|
2335 |
+
4662,
|
2336 |
+
4664,
|
2337 |
+
4665,
|
2338 |
+
4666,
|
2339 |
+
4669,
|
2340 |
+
4672,
|
2341 |
+
4673,
|
2342 |
+
4675,
|
2343 |
+
4678,
|
2344 |
+
4679,
|
2345 |
+
4681,
|
2346 |
+
4682,
|
2347 |
+
4685,
|
2348 |
+
4687,
|
2349 |
+
4688,
|
2350 |
+
4689,
|
2351 |
+
4692,
|
2352 |
+
4695,
|
2353 |
+
4698,
|
2354 |
+
4700,
|
2355 |
+
4702,
|
2356 |
+
4705,
|
2357 |
+
4707,
|
2358 |
+
4710,
|
2359 |
+
4712,
|
2360 |
+
4713,
|
2361 |
+
4715,
|
2362 |
+
4718,
|
2363 |
+
4719,
|
2364 |
+
4722,
|
2365 |
+
4724,
|
2366 |
+
4726,
|
2367 |
+
4729,
|
2368 |
+
4730,
|
2369 |
+
4732,
|
2370 |
+
4733,
|
2371 |
+
4734,
|
2372 |
+
4736,
|
2373 |
+
4737,
|
2374 |
+
4739,
|
2375 |
+
4741,
|
2376 |
+
4743,
|
2377 |
+
4745,
|
2378 |
+
4748,
|
2379 |
+
4750,
|
2380 |
+
4753,
|
2381 |
+
4755,
|
2382 |
+
4757,
|
2383 |
+
4759,
|
2384 |
+
4762,
|
2385 |
+
4763,
|
2386 |
+
4765,
|
2387 |
+
4767,
|
2388 |
+
4768,
|
2389 |
+
4770,
|
2390 |
+
4772,
|
2391 |
+
4775,
|
2392 |
+
4777,
|
2393 |
+
4779,
|
2394 |
+
4781,
|
2395 |
+
4784,
|
2396 |
+
4786,
|
2397 |
+
4787,
|
2398 |
+
4790,
|
2399 |
+
3108,
|
2400 |
+
4793,
|
2401 |
+
4794,
|
2402 |
+
4797,
|
2403 |
+
4798,
|
2404 |
+
4801,
|
2405 |
+
4803,
|
2406 |
+
4805,
|
2407 |
+
4806,
|
2408 |
+
4808,
|
2409 |
+
4014,
|
2410 |
+
4809,
|
2411 |
+
4811,
|
2412 |
+
4813,
|
2413 |
+
4815,
|
2414 |
+
4818,
|
2415 |
+
4821,
|
2416 |
+
4824,
|
2417 |
+
4826,
|
2418 |
+
4827,
|
2419 |
+
4830,
|
2420 |
+
4833,
|
2421 |
+
4835,
|
2422 |
+
4650,
|
2423 |
+
4838,
|
2424 |
+
4841,
|
2425 |
+
4843,
|
2426 |
+
4844,
|
2427 |
+
4846,
|
2428 |
+
4847,
|
2429 |
+
4848,
|
2430 |
+
4849,
|
2431 |
+
4851,
|
2432 |
+
4853,
|
2433 |
+
4855,
|
2434 |
+
4857,
|
2435 |
+
4860,
|
2436 |
+
4861,
|
2437 |
+
4862,
|
2438 |
+
4865,
|
2439 |
+
4867,
|
2440 |
+
4868,
|
2441 |
+
4870,
|
2442 |
+
4874,
|
2443 |
+
4875,
|
2444 |
+
4877,
|
2445 |
+
4882,
|
2446 |
+
4883,
|
2447 |
+
4885,
|
2448 |
+
4888,
|
2449 |
+
4890,
|
2450 |
+
4891,
|
2451 |
+
4892,
|
2452 |
+
4894,
|
2453 |
+
4896,
|
2454 |
+
4899,
|
2455 |
+
4901,
|
2456 |
+
4904,
|
2457 |
+
4907,
|
2458 |
+
4908,
|
2459 |
+
4615,
|
2460 |
+
4911,
|
2461 |
+
4914,
|
2462 |
+
4916,
|
2463 |
+
4918,
|
2464 |
+
4920,
|
2465 |
+
4921,
|
2466 |
+
4924,
|
2467 |
+
4926,
|
2468 |
+
4929,
|
2469 |
+
4930,
|
2470 |
+
4931,
|
2471 |
+
4934,
|
2472 |
+
4936,
|
2473 |
+
4937,
|
2474 |
+
4939,
|
2475 |
+
4942,
|
2476 |
+
4945,
|
2477 |
+
4948,
|
2478 |
+
2484,
|
2479 |
+
4949,
|
2480 |
+
4950,
|
2481 |
+
4952,
|
2482 |
+
4953,
|
2483 |
+
4956,
|
2484 |
+
4957,
|
2485 |
+
914,
|
2486 |
+
4958,
|
2487 |
+
4959,
|
2488 |
+
4961,
|
2489 |
+
4963,
|
2490 |
+
4964,
|
2491 |
+
4967,
|
2492 |
+
4969,
|
2493 |
+
4970,
|
2494 |
+
4973,
|
2495 |
+
1259,
|
2496 |
+
4974,
|
2497 |
+
4977,
|
2498 |
+
4978,
|
2499 |
+
4979,
|
2500 |
+
4982,
|
2501 |
+
4984,
|
2502 |
+
4985,
|
2503 |
+
4988,
|
2504 |
+
4991,
|
2505 |
+
4994,
|
2506 |
+
4995,
|
2507 |
+
3747,
|
2508 |
+
4997,
|
2509 |
+
4999,
|
2510 |
+
5001,
|
2511 |
+
5002,
|
2512 |
+
5004,
|
2513 |
+
5006,
|
2514 |
+
5009,
|
2515 |
+
665,
|
2516 |
+
2784,
|
2517 |
+
1854,
|
2518 |
+
5011,
|
2519 |
+
5012,
|
2520 |
+
5014,
|
2521 |
+
5016,
|
2522 |
+
5018,
|
2523 |
+
5021,
|
2524 |
+
5022,
|
2525 |
+
5025,
|
2526 |
+
5028,
|
2527 |
+
5031,
|
2528 |
+
5033,
|
2529 |
+
5036,
|
2530 |
+
5037,
|
2531 |
+
5039,
|
2532 |
+
3846,
|
2533 |
+
5040,
|
2534 |
+
5042,
|
2535 |
+
5044,
|
2536 |
+
5046,
|
2537 |
+
5048,
|
2538 |
+
5050,
|
2539 |
+
5017,
|
2540 |
+
5053,
|
2541 |
+
5054,
|
2542 |
+
5055,
|
2543 |
+
5057,
|
2544 |
+
5059,
|
2545 |
+
5061,
|
2546 |
+
5064,
|
2547 |
+
5067,
|
2548 |
+
5068,
|
2549 |
+
5071,
|
2550 |
+
5074,
|
2551 |
+
5076,
|
2552 |
+
5078,
|
2553 |
+
5080,
|
2554 |
+
5083,
|
2555 |
+
5086,
|
2556 |
+
5088,
|
2557 |
+
5091,
|
2558 |
+
5093,
|
2559 |
+
5097,
|
2560 |
+
5099,
|
2561 |
+
5101,
|
2562 |
+
5102,
|
2563 |
+
5103,
|
2564 |
+
5104,
|
2565 |
+
5108,
|
2566 |
+
5110,
|
2567 |
+
5112,
|
2568 |
+
5085,
|
2569 |
+
5116,
|
2570 |
+
5118,
|
2571 |
+
5120,
|
2572 |
+
5122,
|
2573 |
+
5125,
|
2574 |
+
5126,
|
2575 |
+
5128,
|
2576 |
+
5130,
|
2577 |
+
5132,
|
2578 |
+
5134,
|
2579 |
+
5136,
|
2580 |
+
5139,
|
2581 |
+
5141,
|
2582 |
+
5142,
|
2583 |
+
5143,
|
2584 |
+
5146,
|
2585 |
+
5149,
|
2586 |
+
5151,
|
2587 |
+
5154,
|
2588 |
+
5156,
|
2589 |
+
5159,
|
2590 |
+
5162,
|
2591 |
+
5165,
|
2592 |
+
5167,
|
2593 |
+
5171,
|
2594 |
+
5173,
|
2595 |
+
5176,
|
2596 |
+
5178,
|
2597 |
+
5182,
|
2598 |
+
5185,
|
2599 |
+
5186,
|
2600 |
+
5187,
|
2601 |
+
5190,
|
2602 |
+
5192,
|
2603 |
+
5196,
|
2604 |
+
5197,
|
2605 |
+
5198,
|
2606 |
+
5199,
|
2607 |
+
5201,
|
2608 |
+
4873,
|
2609 |
+
5203,
|
2610 |
+
5207,
|
2611 |
+
5209,
|
2612 |
+
5212,
|
2613 |
+
5215,
|
2614 |
+
5217,
|
2615 |
+
5219,
|
2616 |
+
5222,
|
2617 |
+
5223,
|
2618 |
+
5225,
|
2619 |
+
5227,
|
2620 |
+
5229,
|
2621 |
+
5231,
|
2622 |
+
5232,
|
2623 |
+
5234,
|
2624 |
+
5236,
|
2625 |
+
5237,
|
2626 |
+
5240,
|
2627 |
+
5242,
|
2628 |
+
5244,
|
2629 |
+
5246,
|
2630 |
+
5248,
|
2631 |
+
5250,
|
2632 |
+
5251,
|
2633 |
+
5255,
|
2634 |
+
5257,
|
2635 |
+
5258,
|
2636 |
+
5259,
|
2637 |
+
5261,
|
2638 |
+
5264,
|
2639 |
+
5268,
|
2640 |
+
5271,
|
2641 |
+
2858,
|
2642 |
+
5272,
|
2643 |
+
5274,
|
2644 |
+
5275,
|
2645 |
+
5277,
|
2646 |
+
5278,
|
2647 |
+
5281,
|
2648 |
+
5282,
|
2649 |
+
5285,
|
2650 |
+
5287,
|
2651 |
+
5289,
|
2652 |
+
5291,
|
2653 |
+
5292,
|
2654 |
+
5295,
|
2655 |
+
5297,
|
2656 |
+
5298,
|
2657 |
+
5299,
|
2658 |
+
5300,
|
2659 |
+
5302,
|
2660 |
+
5303,
|
2661 |
+
5305,
|
2662 |
+
5307,
|
2663 |
+
446,
|
2664 |
+
5309,
|
2665 |
+
5310,
|
2666 |
+
5312,
|
2667 |
+
5315,
|
2668 |
+
5317,
|
2669 |
+
5318,
|
2670 |
+
5320,
|
2671 |
+
3824,
|
2672 |
+
5323,
|
2673 |
+
5324,
|
2674 |
+
5326,
|
2675 |
+
5329,
|
2676 |
+
5331,
|
2677 |
+
5333,
|
2678 |
+
5336,
|
2679 |
+
5338,
|
2680 |
+
5339,
|
2681 |
+
5340,
|
2682 |
+
5342,
|
2683 |
+
5345,
|
2684 |
+
5347,
|
2685 |
+
5349,
|
2686 |
+
5351,
|
2687 |
+
5353,
|
2688 |
+
5355,
|
2689 |
+
5357,
|
2690 |
+
3381,
|
2691 |
+
5358,
|
2692 |
+
5359,
|
2693 |
+
5360,
|
2694 |
+
796,
|
2695 |
+
5362,
|
2696 |
+
5365,
|
2697 |
+
5368,
|
2698 |
+
5369,
|
2699 |
+
5372,
|
2700 |
+
5374,
|
2701 |
+
5377,
|
2702 |
+
5379,
|
2703 |
+
5381,
|
2704 |
+
5382,
|
2705 |
+
5383,
|
2706 |
+
5384,
|
2707 |
+
5387,
|
2708 |
+
5389,
|
2709 |
+
5391,
|
2710 |
+
5392,
|
2711 |
+
5395,
|
2712 |
+
5396,
|
2713 |
+
5397,
|
2714 |
+
5400,
|
2715 |
+
5403,
|
2716 |
+
5406,
|
2717 |
+
5408,
|
2718 |
+
5411,
|
2719 |
+
5413,
|
2720 |
+
5415,
|
2721 |
+
5418,
|
2722 |
+
5422,
|
2723 |
+
5424,
|
2724 |
+
5425,
|
2725 |
+
5428,
|
2726 |
+
5431,
|
2727 |
+
5434,
|
2728 |
+
5435,
|
2729 |
+
5437,
|
2730 |
+
5438,
|
2731 |
+
5441,
|
2732 |
+
5442,
|
2733 |
+
5444,
|
2734 |
+
5446,
|
2735 |
+
5449,
|
2736 |
+
5452,
|
2737 |
+
5456,
|
2738 |
+
5458,
|
2739 |
+
5461,
|
2740 |
+
5466,
|
2741 |
+
5468,
|
2742 |
+
5471,
|
2743 |
+
5474,
|
2744 |
+
5476,
|
2745 |
+
5478,
|
2746 |
+
5481,
|
2747 |
+
5483,
|
2748 |
+
5486,
|
2749 |
+
5487,
|
2750 |
+
5489,
|
2751 |
+
5492,
|
2752 |
+
5493,
|
2753 |
+
5496,
|
2754 |
+
5498,
|
2755 |
+
5499,
|
2756 |
+
5501,
|
2757 |
+
5503,
|
2758 |
+
5504,
|
2759 |
+
5507,
|
2760 |
+
5510,
|
2761 |
+
5514,
|
2762 |
+
5516,
|
2763 |
+
5427,
|
2764 |
+
1805,
|
2765 |
+
5519,
|
2766 |
+
5521,
|
2767 |
+
5522,
|
2768 |
+
5523,
|
2769 |
+
5526,
|
2770 |
+
5527,
|
2771 |
+
5529,
|
2772 |
+
5531,
|
2773 |
+
5532,
|
2774 |
+
5534,
|
2775 |
+
5535,
|
2776 |
+
5536,
|
2777 |
+
5538,
|
2778 |
+
5539,
|
2779 |
+
5542,
|
2780 |
+
5545,
|
2781 |
+
5547,
|
2782 |
+
5548,
|
2783 |
+
5549,
|
2784 |
+
5550,
|
2785 |
+
5552,
|
2786 |
+
5554,
|
2787 |
+
5555,
|
2788 |
+
5556,
|
2789 |
+
5558,
|
2790 |
+
5560,
|
2791 |
+
5561,
|
2792 |
+
5564,
|
2793 |
+
5565,
|
2794 |
+
5567,
|
2795 |
+
5569,
|
2796 |
+
5572,
|
2797 |
+
5573,
|
2798 |
+
5575,
|
2799 |
+
5578,
|
2800 |
+
5581,
|
2801 |
+
5584,
|
2802 |
+
5588,
|
2803 |
+
5591,
|
2804 |
+
5593,
|
2805 |
+
5594,
|
2806 |
+
5596,
|
2807 |
+
5598,
|
2808 |
+
5599,
|
2809 |
+
5603,
|
2810 |
+
5605,
|
2811 |
+
5607,
|
2812 |
+
5609,
|
2813 |
+
5611,
|
2814 |
+
5612,
|
2815 |
+
5613,
|
2816 |
+
5615,
|
2817 |
+
5616,
|
2818 |
+
5619,
|
2819 |
+
5621,
|
2820 |
+
5622,
|
2821 |
+
5625,
|
2822 |
+
5627,
|
2823 |
+
5630,
|
2824 |
+
5633,
|
2825 |
+
5635,
|
2826 |
+
5639,
|
2827 |
+
5642,
|
2828 |
+
5645,
|
2829 |
+
5647,
|
2830 |
+
5650,
|
2831 |
+
5651,
|
2832 |
+
5652,
|
2833 |
+
5653,
|
2834 |
+
5654,
|
2835 |
+
5655,
|
2836 |
+
5656,
|
2837 |
+
5658,
|
2838 |
+
5659,
|
2839 |
+
5660,
|
2840 |
+
5663,
|
2841 |
+
5664,
|
2842 |
+
5667,
|
2843 |
+
5668,
|
2844 |
+
5669,
|
2845 |
+
5670,
|
2846 |
+
5671,
|
2847 |
+
5672,
|
2848 |
+
5676,
|
2849 |
+
5680,
|
2850 |
+
5682,
|
2851 |
+
5683,
|
2852 |
+
5684,
|
2853 |
+
5685,
|
2854 |
+
5687,
|
2855 |
+
5690,
|
2856 |
+
5692,
|
2857 |
+
5695,
|
2858 |
+
5696,
|
2859 |
+
5697,
|
2860 |
+
5699,
|
2861 |
+
5701,
|
2862 |
+
5703,
|
2863 |
+
5705,
|
2864 |
+
5706,
|
2865 |
+
5709,
|
2866 |
+
5710,
|
2867 |
+
5712,
|
2868 |
+
5714,
|
2869 |
+
5716,
|
2870 |
+
5718,
|
2871 |
+
5720,
|
2872 |
+
5723,
|
2873 |
+
5726,
|
2874 |
+
5727,
|
2875 |
+
5729,
|
2876 |
+
5732,
|
2877 |
+
5734,
|
2878 |
+
5736,
|
2879 |
+
5738,
|
2880 |
+
5741,
|
2881 |
+
5743,
|
2882 |
+
5744,
|
2883 |
+
5747,
|
2884 |
+
5749,
|
2885 |
+
5751,
|
2886 |
+
5752,
|
2887 |
+
5754,
|
2888 |
+
5756,
|
2889 |
+
5759,
|
2890 |
+
5760,
|
2891 |
+
5764,
|
2892 |
+
5766,
|
2893 |
+
3947,
|
2894 |
+
5769,
|
2895 |
+
5770,
|
2896 |
+
5774,
|
2897 |
+
5775,
|
2898 |
+
5777,
|
2899 |
+
5779,
|
2900 |
+
5782,
|
2901 |
+
5784,
|
2902 |
+
5786,
|
2903 |
+
5789,
|
2904 |
+
5791,
|
2905 |
+
5794,
|
2906 |
+
5796,
|
2907 |
+
5798,
|
2908 |
+
5799,
|
2909 |
+
5802,
|
2910 |
+
5804,
|
2911 |
+
5806,
|
2912 |
+
5810,
|
2913 |
+
5811,
|
2914 |
+
5813,
|
2915 |
+
5815,
|
2916 |
+
5817,
|
2917 |
+
5819,
|
2918 |
+
5821,
|
2919 |
+
5824,
|
2920 |
+
5825,
|
2921 |
+
5828,
|
2922 |
+
5830,
|
2923 |
+
5833,
|
2924 |
+
5834,
|
2925 |
+
5836,
|
2926 |
+
5837,
|
2927 |
+
5838,
|
2928 |
+
5840,
|
2929 |
+
5842,
|
2930 |
+
5844,
|
2931 |
+
5846,
|
2932 |
+
5848,
|
2933 |
+
5849,
|
2934 |
+
5850,
|
2935 |
+
5853,
|
2936 |
+
5855,
|
2937 |
+
5857,
|
2938 |
+
5858,
|
2939 |
+
483,
|
2940 |
+
5860,
|
2941 |
+
5863,
|
2942 |
+
5864,
|
2943 |
+
5866,
|
2944 |
+
5870,
|
2945 |
+
5872,
|
2946 |
+
5874,
|
2947 |
+
5876,
|
2948 |
+
5879,
|
2949 |
+
5881,
|
2950 |
+
5882,
|
2951 |
+
5885,
|
2952 |
+
5886,
|
2953 |
+
5887,
|
2954 |
+
5889,
|
2955 |
+
5891,
|
2956 |
+
5893,
|
2957 |
+
5895,
|
2958 |
+
5896,
|
2959 |
+
5898,
|
2960 |
+
5900,
|
2961 |
+
5902,
|
2962 |
+
5904,
|
2963 |
+
5906,
|
2964 |
+
5909,
|
2965 |
+
5911,
|
2966 |
+
5912,
|
2967 |
+
5914,
|
2968 |
+
5916,
|
2969 |
+
5921,
|
2970 |
+
5923,
|
2971 |
+
5924,
|
2972 |
+
5926,
|
2973 |
+
5928,
|
2974 |
+
5931,
|
2975 |
+
5933,
|
2976 |
+
5936,
|
2977 |
+
5938,
|
2978 |
+
5940,
|
2979 |
+
5941,
|
2980 |
+
5945,
|
2981 |
+
5947,
|
2982 |
+
5949,
|
2983 |
+
5951,
|
2984 |
+
5953,
|
2985 |
+
5956,
|
2986 |
+
5958,
|
2987 |
+
5960,
|
2988 |
+
5963,
|
2989 |
+
5965,
|
2990 |
+
5966,
|
2991 |
+
5968,
|
2992 |
+
5971,
|
2993 |
+
5973,
|
2994 |
+
5975,
|
2995 |
+
5978,
|
2996 |
+
5980,
|
2997 |
+
5983,
|
2998 |
+
5984,
|
2999 |
+
5986,
|
3000 |
+
5987,
|
3001 |
+
5990,
|
3002 |
+
5991,
|
3003 |
+
5994,
|
3004 |
+
5996,
|
3005 |
+
5997,
|
3006 |
+
5999,
|
3007 |
+
6001,
|
3008 |
+
6002,
|
3009 |
+
6005,
|
3010 |
+
6007,
|
3011 |
+
6009,
|
3012 |
+
6011,
|
3013 |
+
6014,
|
3014 |
+
6016,
|
3015 |
+
6020,
|
3016 |
+
6022,
|
3017 |
+
6024,
|
3018 |
+
6025,
|
3019 |
+
6028,
|
3020 |
+
6029,
|
3021 |
+
6030,
|
3022 |
+
6033,
|
3023 |
+
6036,
|
3024 |
+
6038,
|
3025 |
+
6039,
|
3026 |
+
6040,
|
3027 |
+
6042,
|
3028 |
+
6044,
|
3029 |
+
6045,
|
3030 |
+
6046,
|
3031 |
+
6048,
|
3032 |
+
6050,
|
3033 |
+
6052,
|
3034 |
+
6053,
|
3035 |
+
6054,
|
3036 |
+
6055,
|
3037 |
+
6058,
|
3038 |
+
6060,
|
3039 |
+
6062,
|
3040 |
+
6063,
|
3041 |
+
6065,
|
3042 |
+
3788,
|
3043 |
+
6068,
|
3044 |
+
6071,
|
3045 |
+
6073,
|
3046 |
+
6074,
|
3047 |
+
6077,
|
3048 |
+
6078,
|
3049 |
+
6080,
|
3050 |
+
6081,
|
3051 |
+
6084,
|
3052 |
+
1254,
|
3053 |
+
6087,
|
3054 |
+
6089,
|
3055 |
+
6091,
|
3056 |
+
6094,
|
3057 |
+
6095,
|
3058 |
+
6098,
|
3059 |
+
6099,
|
3060 |
+
266,
|
3061 |
+
6100,
|
3062 |
+
6102,
|
3063 |
+
6103,
|
3064 |
+
6104,
|
3065 |
+
6106,
|
3066 |
+
6107,
|
3067 |
+
6109,
|
3068 |
+
6110,
|
3069 |
+
4817,
|
3070 |
+
6112,
|
3071 |
+
6115,
|
3072 |
+
6117,
|
3073 |
+
6118,
|
3074 |
+
5491,
|
3075 |
+
3359,
|
3076 |
+
6119,
|
3077 |
+
6121,
|
3078 |
+
6123,
|
3079 |
+
6126,
|
3080 |
+
6128,
|
3081 |
+
6130,
|
3082 |
+
6132,
|
3083 |
+
6136,
|
3084 |
+
6137,
|
3085 |
+
6139,
|
3086 |
+
6141,
|
3087 |
+
6142,
|
3088 |
+
6145,
|
3089 |
+
6147,
|
3090 |
+
6149,
|
3091 |
+
6151,
|
3092 |
+
6154,
|
3093 |
+
6156,
|
3094 |
+
6157,
|
3095 |
+
6158,
|
3096 |
+
6160,
|
3097 |
+
6163,
|
3098 |
+
6165,
|
3099 |
+
6167,
|
3100 |
+
6168,
|
3101 |
+
6170,
|
3102 |
+
6174,
|
3103 |
+
6178,
|
3104 |
+
835,
|
3105 |
+
4523,
|
3106 |
+
6180,
|
3107 |
+
4485,
|
3108 |
+
6181,
|
3109 |
+
6184,
|
3110 |
+
6187,
|
3111 |
+
6190,
|
3112 |
+
6193,
|
3113 |
+
6197,
|
3114 |
+
6199,
|
3115 |
+
6200,
|
3116 |
+
6202,
|
3117 |
+
6204,
|
3118 |
+
6205,
|
3119 |
+
6207,
|
3120 |
+
6209,
|
3121 |
+
6212,
|
3122 |
+
6215,
|
3123 |
+
6218,
|
3124 |
+
6219,
|
3125 |
+
6221,
|
3126 |
+
6223,
|
3127 |
+
6226,
|
3128 |
+
6228,
|
3129 |
+
6230,
|
3130 |
+
6233,
|
3131 |
+
6234,
|
3132 |
+
6236,
|
3133 |
+
6238,
|
3134 |
+
6241,
|
3135 |
+
6243,
|
3136 |
+
6246,
|
3137 |
+
6248,
|
3138 |
+
6250,
|
3139 |
+
6251,
|
3140 |
+
6253,
|
3141 |
+
6254,
|
3142 |
+
6256,
|
3143 |
+
6257,
|
3144 |
+
6259,
|
3145 |
+
6261,
|
3146 |
+
6264,
|
3147 |
+
6266,
|
3148 |
+
6267,
|
3149 |
+
6268,
|
3150 |
+
6270,
|
3151 |
+
6272,
|
3152 |
+
6275,
|
3153 |
+
6277,
|
3154 |
+
6279,
|
3155 |
+
2497,
|
3156 |
+
6282,
|
3157 |
+
6284,
|
3158 |
+
6287,
|
3159 |
+
6289,
|
3160 |
+
6290,
|
3161 |
+
6291,
|
3162 |
+
6293,
|
3163 |
+
6296,
|
3164 |
+
6297,
|
3165 |
+
6300,
|
3166 |
+
6302,
|
3167 |
+
6303,
|
3168 |
+
6307,
|
3169 |
+
6309,
|
3170 |
+
6311,
|
3171 |
+
2972,
|
3172 |
+
6314,
|
3173 |
+
6317,
|
3174 |
+
6319,
|
3175 |
+
6322,
|
3176 |
+
6324,
|
3177 |
+
6326,
|
3178 |
+
6328,
|
3179 |
+
6331,
|
3180 |
+
6332,
|
3181 |
+
6334,
|
3182 |
+
6336,
|
3183 |
+
6338,
|
3184 |
+
6339,
|
3185 |
+
6341,
|
3186 |
+
6344,
|
3187 |
+
6345,
|
3188 |
+
6346,
|
3189 |
+
6349,
|
3190 |
+
6352,
|
3191 |
+
6353,
|
3192 |
+
6355,
|
3193 |
+
6356,
|
3194 |
+
6359,
|
3195 |
+
5488,
|
3196 |
+
6361,
|
3197 |
+
6362,
|
3198 |
+
6365,
|
3199 |
+
6366,
|
3200 |
+
6368,
|
3201 |
+
6371,
|
3202 |
+
6373,
|
3203 |
+
6375,
|
3204 |
+
6377,
|
3205 |
+
6378,
|
3206 |
+
6380,
|
3207 |
+
6383,
|
3208 |
+
6386,
|
3209 |
+
6388,
|
3210 |
+
6390,
|
3211 |
+
6391,
|
3212 |
+
1351,
|
3213 |
+
6393,
|
3214 |
+
6395,
|
3215 |
+
6396,
|
3216 |
+
6397,
|
3217 |
+
6399,
|
3218 |
+
6401,
|
3219 |
+
6402,
|
3220 |
+
6403,
|
3221 |
+
6406,
|
3222 |
+
6408,
|
3223 |
+
6409,
|
3224 |
+
6411,
|
3225 |
+
6414,
|
3226 |
+
6417,
|
3227 |
+
6420,
|
3228 |
+
6423,
|
3229 |
+
6425,
|
3230 |
+
6429,
|
3231 |
+
6430,
|
3232 |
+
6431,
|
3233 |
+
910,
|
3234 |
+
6433,
|
3235 |
+
6434,
|
3236 |
+
6435,
|
3237 |
+
6437,
|
3238 |
+
2487,
|
3239 |
+
6439,
|
3240 |
+
6441,
|
3241 |
+
6445,
|
3242 |
+
6448,
|
3243 |
+
6450,
|
3244 |
+
6454,
|
3245 |
+
6456,
|
3246 |
+
6458,
|
3247 |
+
6460,
|
3248 |
+
6463,
|
3249 |
+
6464,
|
3250 |
+
6467,
|
3251 |
+
6468,
|
3252 |
+
6470,
|
3253 |
+
6472,
|
3254 |
+
6474,
|
3255 |
+
6477,
|
3256 |
+
6478,
|
3257 |
+
6479,
|
3258 |
+
6480,
|
3259 |
+
6482,
|
3260 |
+
6485,
|
3261 |
+
6486,
|
3262 |
+
6489,
|
3263 |
+
6491,
|
3264 |
+
6494,
|
3265 |
+
6497,
|
3266 |
+
6499,
|
3267 |
+
6502,
|
3268 |
+
6504,
|
3269 |
+
6505,
|
3270 |
+
6507,
|
3271 |
+
6509,
|
3272 |
+
6510,
|
3273 |
+
6512,
|
3274 |
+
6515,
|
3275 |
+
6516,
|
3276 |
+
6517,
|
3277 |
+
6519,
|
3278 |
+
6522,
|
3279 |
+
6524,
|
3280 |
+
6525,
|
3281 |
+
6527,
|
3282 |
+
6529,
|
3283 |
+
6532,
|
3284 |
+
1640,
|
3285 |
+
6533,
|
3286 |
+
6534,
|
3287 |
+
6536,
|
3288 |
+
6539,
|
3289 |
+
6542,
|
3290 |
+
4355,
|
3291 |
+
6545,
|
3292 |
+
6546,
|
3293 |
+
6548,
|
3294 |
+
6550,
|
3295 |
+
6551,
|
3296 |
+
6552,
|
3297 |
+
6555,
|
3298 |
+
6556,
|
3299 |
+
6558,
|
3300 |
+
6560,
|
3301 |
+
6563,
|
3302 |
+
6564,
|
3303 |
+
6566,
|
3304 |
+
6568,
|
3305 |
+
6569,
|
3306 |
+
6570
|
3307 |
+
]
|
3308 |
+
}
|
experimental_edit_tree_lemmatizer/model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d3d7716fa759c276916aeed8263e5f6fd96b3348e5a2e7a05f96c6d2a9e83587
|
3 |
+
size 10163705
|
experimental_edit_tree_lemmatizer/trees
ADDED
Binary file (543 kB). View file
|
|
ko_udv25_koreankaist_trf-any-py3-none-any.whl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:98d91b791b620118b0167919ff58a683031d9e961d7bdd66cef9c968330fa26f
|
3 |
+
size 862058653
|
meta.json
ADDED
@@ -0,0 +1,5559 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"lang":"ko",
|
3 |
+
"name":"udv25_koreankaist_trf",
|
4 |
+
"version":"0.0.1",
|
5 |
+
"description":"UD v2.5 benchmarking pipeline for UD_Korean-Kaist",
|
6 |
+
"author":"Explosion",
|
7 |
+
"email":"contact@explosion.ai",
|
8 |
+
"url":"https://explosion.ai",
|
9 |
+
"license":"CC BY-SA 4.0",
|
10 |
+
"spacy_version":">=3.2.1,<3.3.0",
|
11 |
+
"spacy_git_version":"800737b41",
|
12 |
+
"vectors":{
|
13 |
+
"width":0,
|
14 |
+
"vectors":0,
|
15 |
+
"keys":0,
|
16 |
+
"name":null
|
17 |
+
},
|
18 |
+
"labels":{
|
19 |
+
"experimental_char_ner_tokenizer":[
|
20 |
+
"TOKEN"
|
21 |
+
],
|
22 |
+
"transformer":[
|
23 |
+
|
24 |
+
],
|
25 |
+
"senter":[
|
26 |
+
"I",
|
27 |
+
"S"
|
28 |
+
],
|
29 |
+
"tagger":[
|
30 |
+
"ecs",
|
31 |
+
"etm",
|
32 |
+
"f",
|
33 |
+
"f+f+jcj",
|
34 |
+
"f+f+jcs",
|
35 |
+
"f+f+jct",
|
36 |
+
"f+f+jxt",
|
37 |
+
"f+jca",
|
38 |
+
"f+jca+jp+ecc",
|
39 |
+
"f+jca+jp+ep+ef",
|
40 |
+
"f+jca+jxc",
|
41 |
+
"f+jca+jxc+jcm",
|
42 |
+
"f+jca+jxt",
|
43 |
+
"f+jcj",
|
44 |
+
"f+jcm",
|
45 |
+
"f+jco",
|
46 |
+
"f+jcs",
|
47 |
+
"f+jct",
|
48 |
+
"f+jct+jcm",
|
49 |
+
"f+jp+ef",
|
50 |
+
"f+jp+ep+ef",
|
51 |
+
"f+jp+etm",
|
52 |
+
"f+jxc",
|
53 |
+
"f+jxt",
|
54 |
+
"f+ncn",
|
55 |
+
"f+ncn+jcm",
|
56 |
+
"f+ncn+jcs",
|
57 |
+
"f+ncn+jp+ecc",
|
58 |
+
"f+ncn+jxt",
|
59 |
+
"f+ncpa+jcm",
|
60 |
+
"f+npp+jcs",
|
61 |
+
"f+nq",
|
62 |
+
"f+xsn",
|
63 |
+
"f+xsn+jco",
|
64 |
+
"f+xsn+jxt",
|
65 |
+
"ii",
|
66 |
+
"jca",
|
67 |
+
"jca+jcm",
|
68 |
+
"jca+jxc",
|
69 |
+
"jca+jxt",
|
70 |
+
"jcc",
|
71 |
+
"jcj",
|
72 |
+
"jcm",
|
73 |
+
"jco",
|
74 |
+
"jcr",
|
75 |
+
"jcr+jxc",
|
76 |
+
"jcs",
|
77 |
+
"jct",
|
78 |
+
"jct+jcm",
|
79 |
+
"jct+jxt",
|
80 |
+
"jp+ecc",
|
81 |
+
"jp+ecs",
|
82 |
+
"jp+ef",
|
83 |
+
"jp+ef+jcr",
|
84 |
+
"jp+ef+jcr+jxc",
|
85 |
+
"jp+ep+ecs",
|
86 |
+
"jp+ep+ef",
|
87 |
+
"jp+ep+etm",
|
88 |
+
"jp+ep+etn",
|
89 |
+
"jp+etm",
|
90 |
+
"jp+etn",
|
91 |
+
"jp+etn+jco",
|
92 |
+
"jp+etn+jxc",
|
93 |
+
"jxc",
|
94 |
+
"jxc+jca",
|
95 |
+
"jxc+jco",
|
96 |
+
"jxc+jcs",
|
97 |
+
"jxt",
|
98 |
+
"mad",
|
99 |
+
"mad+jxc",
|
100 |
+
"mad+jxt",
|
101 |
+
"mag",
|
102 |
+
"mag+jca",
|
103 |
+
"mag+jcm",
|
104 |
+
"mag+jcs",
|
105 |
+
"mag+jp+ef+jcr",
|
106 |
+
"mag+jxc",
|
107 |
+
"mag+jxc+jxc",
|
108 |
+
"mag+jxt",
|
109 |
+
"mag+xsn",
|
110 |
+
"maj",
|
111 |
+
"maj+jxc",
|
112 |
+
"maj+jxt",
|
113 |
+
"mma",
|
114 |
+
"mmd",
|
115 |
+
"nbn",
|
116 |
+
"nbn+jca",
|
117 |
+
"nbn+jca+jcj",
|
118 |
+
"nbn+jca+jcm",
|
119 |
+
"nbn+jca+jp+ef",
|
120 |
+
"nbn+jca+jxc",
|
121 |
+
"nbn+jca+jxt",
|
122 |
+
"nbn+jcc",
|
123 |
+
"nbn+jcj",
|
124 |
+
"nbn+jcm",
|
125 |
+
"nbn+jco",
|
126 |
+
"nbn+jcr",
|
127 |
+
"nbn+jcs",
|
128 |
+
"nbn+jct",
|
129 |
+
"nbn+jct+jcm",
|
130 |
+
"nbn+jct+jxt",
|
131 |
+
"nbn+jp+ecc",
|
132 |
+
"nbn+jp+ecs",
|
133 |
+
"nbn+jp+ecs+jca",
|
134 |
+
"nbn+jp+ecs+jcm",
|
135 |
+
"nbn+jp+ecs+jco",
|
136 |
+
"nbn+jp+ecs+jxc",
|
137 |
+
"nbn+jp+ecs+jxt",
|
138 |
+
"nbn+jp+ecx",
|
139 |
+
"nbn+jp+ef",
|
140 |
+
"nbn+jp+ef+jca",
|
141 |
+
"nbn+jp+ef+jco",
|
142 |
+
"nbn+jp+ef+jcr",
|
143 |
+
"nbn+jp+ef+jcr+jxc",
|
144 |
+
"nbn+jp+ef+jcr+jxt",
|
145 |
+
"nbn+jp+ef+jcs",
|
146 |
+
"nbn+jp+ef+jxc",
|
147 |
+
"nbn+jp+ef+jxc+jco",
|
148 |
+
"nbn+jp+ef+jxf",
|
149 |
+
"nbn+jp+ef+jxt",
|
150 |
+
"nbn+jp+ep+ecc",
|
151 |
+
"nbn+jp+ep+ecs",
|
152 |
+
"nbn+jp+ep+ecs+jxc",
|
153 |
+
"nbn+jp+ep+ef",
|
154 |
+
"nbn+jp+ep+ef+jcr",
|
155 |
+
"nbn+jp+ep+etm",
|
156 |
+
"nbn+jp+ep+etn",
|
157 |
+
"nbn+jp+ep+etn+jco",
|
158 |
+
"nbn+jp+ep+etn+jcs",
|
159 |
+
"nbn+jp+etm",
|
160 |
+
"nbn+jp+etn",
|
161 |
+
"nbn+jp+etn+jca",
|
162 |
+
"nbn+jp+etn+jca+jxt",
|
163 |
+
"nbn+jp+etn+jco",
|
164 |
+
"nbn+jp+etn+jcs",
|
165 |
+
"nbn+jp+etn+jxc",
|
166 |
+
"nbn+jp+etn+jxt",
|
167 |
+
"nbn+jxc",
|
168 |
+
"nbn+jxc+jca",
|
169 |
+
"nbn+jxc+jca+jxc",
|
170 |
+
"nbn+jxc+jca+jxt",
|
171 |
+
"nbn+jxc+jcc",
|
172 |
+
"nbn+jxc+jcm",
|
173 |
+
"nbn+jxc+jco",
|
174 |
+
"nbn+jxc+jcs",
|
175 |
+
"nbn+jxc+jp+ef",
|
176 |
+
"nbn+jxc+jxc",
|
177 |
+
"nbn+jxc+jxt",
|
178 |
+
"nbn+jxt",
|
179 |
+
"nbn+nbn",
|
180 |
+
"nbn+nbn+jp+ef",
|
181 |
+
"nbn+xsm+ecs",
|
182 |
+
"nbn+xsm+ef",
|
183 |
+
"nbn+xsm+ep+ef",
|
184 |
+
"nbn+xsm+ep+ef+jcr",
|
185 |
+
"nbn+xsm+etm",
|
186 |
+
"nbn+xsn",
|
187 |
+
"nbn+xsn+jca",
|
188 |
+
"nbn+xsn+jca+jp+ef+jcr",
|
189 |
+
"nbn+xsn+jca+jxc",
|
190 |
+
"nbn+xsn+jca+jxt",
|
191 |
+
"nbn+xsn+jcm",
|
192 |
+
"nbn+xsn+jco",
|
193 |
+
"nbn+xsn+jcs",
|
194 |
+
"nbn+xsn+jct",
|
195 |
+
"nbn+xsn+jp+ecc",
|
196 |
+
"nbn+xsn+jp+ecs",
|
197 |
+
"nbn+xsn+jp+ef",
|
198 |
+
"nbn+xsn+jp+ef+jcr",
|
199 |
+
"nbn+xsn+jp+ep+ef",
|
200 |
+
"nbn+xsn+jxc",
|
201 |
+
"nbn+xsn+jxt",
|
202 |
+
"nbn+xsv+etm",
|
203 |
+
"nbu",
|
204 |
+
"nbu+jca",
|
205 |
+
"nbu+jca+jxc",
|
206 |
+
"nbu+jca+jxt",
|
207 |
+
"nbu+jcc",
|
208 |
+
"nbu+jcc+jxc",
|
209 |
+
"nbu+jcj",
|
210 |
+
"nbu+jcm",
|
211 |
+
"nbu+jco",
|
212 |
+
"nbu+jcs",
|
213 |
+
"nbu+jct",
|
214 |
+
"nbu+jct+jxc",
|
215 |
+
"nbu+jp+ecc",
|
216 |
+
"nbu+jp+ecs",
|
217 |
+
"nbu+jp+ef",
|
218 |
+
"nbu+jp+ef+jcr",
|
219 |
+
"nbu+jp+ef+jxc",
|
220 |
+
"nbu+jp+ep+ecc",
|
221 |
+
"nbu+jp+ep+ecs",
|
222 |
+
"nbu+jp+ep+ef",
|
223 |
+
"nbu+jp+ep+ef+jcr",
|
224 |
+
"nbu+jp+ep+etm",
|
225 |
+
"nbu+jp+ep+etn+jco",
|
226 |
+
"nbu+jp+etm",
|
227 |
+
"nbu+jxc",
|
228 |
+
"nbu+jxc+jca",
|
229 |
+
"nbu+jxc+jcs",
|
230 |
+
"nbu+jxc+jp+ef",
|
231 |
+
"nbu+jxc+jp+ep+ef",
|
232 |
+
"nbu+jxc+jxt",
|
233 |
+
"nbu+jxt",
|
234 |
+
"nbu+ncn",
|
235 |
+
"nbu+ncn+jca",
|
236 |
+
"nbu+ncn+jcm",
|
237 |
+
"nbu+xsn",
|
238 |
+
"nbu+xsn+jca",
|
239 |
+
"nbu+xsn+jca+jxc",
|
240 |
+
"nbu+xsn+jca+jxt",
|
241 |
+
"nbu+xsn+jcm",
|
242 |
+
"nbu+xsn+jco",
|
243 |
+
"nbu+xsn+jcs",
|
244 |
+
"nbu+xsn+jp+ecs",
|
245 |
+
"nbu+xsn+jp+ep+ef",
|
246 |
+
"nbu+xsn+jxc",
|
247 |
+
"nbu+xsn+jxc+jxt",
|
248 |
+
"nbu+xsn+jxt",
|
249 |
+
"nbu+xsv+ecc",
|
250 |
+
"nbu+xsv+etm",
|
251 |
+
"ncn",
|
252 |
+
"ncn+f+ncpa+jco",
|
253 |
+
"ncn+jca",
|
254 |
+
"ncn+jca+jca",
|
255 |
+
"ncn+jca+jcc",
|
256 |
+
"ncn+jca+jcj",
|
257 |
+
"ncn+jca+jcm",
|
258 |
+
"ncn+jca+jcs",
|
259 |
+
"ncn+jca+jct",
|
260 |
+
"ncn+jca+jp+ecc",
|
261 |
+
"ncn+jca+jp+ecs",
|
262 |
+
"ncn+jca+jp+ef",
|
263 |
+
"ncn+jca+jp+ep+ef",
|
264 |
+
"ncn+jca+jp+etm",
|
265 |
+
"ncn+jca+jp+etn+jxt",
|
266 |
+
"ncn+jca+jxc",
|
267 |
+
"ncn+jca+jxc+jcc",
|
268 |
+
"ncn+jca+jxc+jcm",
|
269 |
+
"ncn+jca+jxc+jxc",
|
270 |
+
"ncn+jca+jxc+jxt",
|
271 |
+
"ncn+jca+jxt",
|
272 |
+
"ncn+jcc",
|
273 |
+
"ncn+jcc+jxc",
|
274 |
+
"ncn+jcj",
|
275 |
+
"ncn+jcj+jxt",
|
276 |
+
"ncn+jcm",
|
277 |
+
"ncn+jco",
|
278 |
+
"ncn+jcr",
|
279 |
+
"ncn+jcr+jxc",
|
280 |
+
"ncn+jcs",
|
281 |
+
"ncn+jcs+jxt",
|
282 |
+
"ncn+jct",
|
283 |
+
"ncn+jct+jcm",
|
284 |
+
"ncn+jct+jxc",
|
285 |
+
"ncn+jct+jxt",
|
286 |
+
"ncn+jcv",
|
287 |
+
"ncn+jp+ecc",
|
288 |
+
"ncn+jp+ecc+jct",
|
289 |
+
"ncn+jp+ecc+jxc",
|
290 |
+
"ncn+jp+ecs",
|
291 |
+
"ncn+jp+ecs+jcm",
|
292 |
+
"ncn+jp+ecs+jco",
|
293 |
+
"ncn+jp+ecs+jxc",
|
294 |
+
"ncn+jp+ecs+jxt",
|
295 |
+
"ncn+jp+ecx",
|
296 |
+
"ncn+jp+ef",
|
297 |
+
"ncn+jp+ef+jca",
|
298 |
+
"ncn+jp+ef+jcm",
|
299 |
+
"ncn+jp+ef+jco",
|
300 |
+
"ncn+jp+ef+jcr",
|
301 |
+
"ncn+jp+ef+jcr+jxc",
|
302 |
+
"ncn+jp+ef+jcr+jxt",
|
303 |
+
"ncn+jp+ef+jp+etm",
|
304 |
+
"ncn+jp+ef+jxc",
|
305 |
+
"ncn+jp+ef+jxf",
|
306 |
+
"ncn+jp+ef+jxt",
|
307 |
+
"ncn+jp+ep+ecc",
|
308 |
+
"ncn+jp+ep+ecs",
|
309 |
+
"ncn+jp+ep+ecs+jxc",
|
310 |
+
"ncn+jp+ep+ecx",
|
311 |
+
"ncn+jp+ep+ef",
|
312 |
+
"ncn+jp+ep+ef+jcr",
|
313 |
+
"ncn+jp+ep+ef+jcr+jxc",
|
314 |
+
"ncn+jp+ep+ef+jxc",
|
315 |
+
"ncn+jp+ep+ef+jxf",
|
316 |
+
"ncn+jp+ep+ef+jxt",
|
317 |
+
"ncn+jp+ep+ep+etm",
|
318 |
+
"ncn+jp+ep+etm",
|
319 |
+
"ncn+jp+ep+etn",
|
320 |
+
"ncn+jp+ep+etn+jca",
|
321 |
+
"ncn+jp+ep+etn+jca+jxc",
|
322 |
+
"ncn+jp+ep+etn+jco",
|
323 |
+
"ncn+jp+ep+etn+jcs",
|
324 |
+
"ncn+jp+ep+etn+jxt",
|
325 |
+
"ncn+jp+etm",
|
326 |
+
"ncn+jp+etn",
|
327 |
+
"ncn+jp+etn+jca",
|
328 |
+
"ncn+jp+etn+jca+jxc",
|
329 |
+
"ncn+jp+etn+jca+jxt",
|
330 |
+
"ncn+jp+etn+jco",
|
331 |
+
"ncn+jp+etn+jcs",
|
332 |
+
"ncn+jp+etn+jct",
|
333 |
+
"ncn+jp+etn+jxc",
|
334 |
+
"ncn+jp+etn+jxt",
|
335 |
+
"ncn+jxc",
|
336 |
+
"ncn+jxc+jca",
|
337 |
+
"ncn+jxc+jca+jxc",
|
338 |
+
"ncn+jxc+jca+jxt",
|
339 |
+
"ncn+jxc+jcc",
|
340 |
+
"ncn+jxc+jcm",
|
341 |
+
"ncn+jxc+jco",
|
342 |
+
"ncn+jxc+jcs",
|
343 |
+
"ncn+jxc+jct+jxt",
|
344 |
+
"ncn+jxc+jp+ef",
|
345 |
+
"ncn+jxc+jp+ef+jcr",
|
346 |
+
"ncn+jxc+jp+ep+ecs",
|
347 |
+
"ncn+jxc+jp+ep+ef",
|
348 |
+
"ncn+jxc+jp+etm",
|
349 |
+
"ncn+jxc+jxc",
|
350 |
+
"ncn+jxc+jxt",
|
351 |
+
"ncn+jxt",
|
352 |
+
"ncn+jxt+jcm",
|
353 |
+
"ncn+jxt+jxc",
|
354 |
+
"ncn+nbn",
|
355 |
+
"ncn+nbn+jca",
|
356 |
+
"ncn+nbn+jcm",
|
357 |
+
"ncn+nbn+jcs",
|
358 |
+
"ncn+nbn+jp+ecc",
|
359 |
+
"ncn+nbn+jp+ep+ef",
|
360 |
+
"ncn+nbn+jxc",
|
361 |
+
"ncn+nbn+jxt",
|
362 |
+
"ncn+nbu",
|
363 |
+
"ncn+nbu+jca",
|
364 |
+
"ncn+nbu+jcm",
|
365 |
+
"ncn+nbu+jco",
|
366 |
+
"ncn+nbu+jp+ef",
|
367 |
+
"ncn+nbu+jxc",
|
368 |
+
"ncn+nbu+ncn",
|
369 |
+
"ncn+ncn",
|
370 |
+
"ncn+ncn+jca",
|
371 |
+
"ncn+ncn+jca+jcc",
|
372 |
+
"ncn+ncn+jca+jcm",
|
373 |
+
"ncn+ncn+jca+jxc",
|
374 |
+
"ncn+ncn+jca+jxc+jcm",
|
375 |
+
"ncn+ncn+jca+jxc+jxc",
|
376 |
+
"ncn+ncn+jca+jxt",
|
377 |
+
"ncn+ncn+jcc",
|
378 |
+
"ncn+ncn+jcj",
|
379 |
+
"ncn+ncn+jcm",
|
380 |
+
"ncn+ncn+jco",
|
381 |
+
"ncn+ncn+jcr",
|
382 |
+
"ncn+ncn+jcs",
|
383 |
+
"ncn+ncn+jct",
|
384 |
+
"ncn+ncn+jct+jcm",
|
385 |
+
"ncn+ncn+jct+jxc",
|
386 |
+
"ncn+ncn+jct+jxt",
|
387 |
+
"ncn+ncn+jp+ecc",
|
388 |
+
"ncn+ncn+jp+ecs",
|
389 |
+
"ncn+ncn+jp+ef",
|
390 |
+
"ncn+ncn+jp+ef+jcm",
|
391 |
+
"ncn+ncn+jp+ef+jcr",
|
392 |
+
"ncn+ncn+jp+ef+jcs",
|
393 |
+
"ncn+ncn+jp+ep+ecc",
|
394 |
+
"ncn+ncn+jp+ep+ecs",
|
395 |
+
"ncn+ncn+jp+ep+ef",
|
396 |
+
"ncn+ncn+jp+ep+ef+jcr",
|
397 |
+
"ncn+ncn+jp+ep+ep+etm",
|
398 |
+
"ncn+ncn+jp+ep+etm",
|
399 |
+
"ncn+ncn+jp+ep+etn",
|
400 |
+
"ncn+ncn+jp+etm",
|
401 |
+
"ncn+ncn+jp+etn",
|
402 |
+
"ncn+ncn+jp+etn+jca",
|
403 |
+
"ncn+ncn+jp+etn+jco",
|
404 |
+
"ncn+ncn+jp+etn+jxc",
|
405 |
+
"ncn+ncn+jxc",
|
406 |
+
"ncn+ncn+jxc+jca",
|
407 |
+
"ncn+ncn+jxc+jcc",
|
408 |
+
"ncn+ncn+jxc+jcm",
|
409 |
+
"ncn+ncn+jxc+jco",
|
410 |
+
"ncn+ncn+jxc+jcs",
|
411 |
+
"ncn+ncn+jxc+jxc",
|
412 |
+
"ncn+ncn+jxt",
|
413 |
+
"ncn+ncn+nbn",
|
414 |
+
"ncn+ncn+ncn",
|
415 |
+
"ncn+ncn+ncn+jca",
|
416 |
+
"ncn+ncn+ncn+jca+jcm",
|
417 |
+
"ncn+ncn+ncn+jca+jxt",
|
418 |
+
"ncn+ncn+ncn+jcj",
|
419 |
+
"ncn+ncn+ncn+jcm",
|
420 |
+
"ncn+ncn+ncn+jco",
|
421 |
+
"ncn+ncn+ncn+jcs",
|
422 |
+
"ncn+ncn+ncn+jct+jxt",
|
423 |
+
"ncn+ncn+ncn+jp+etn+jxc",
|
424 |
+
"ncn+ncn+ncn+jxt",
|
425 |
+
"ncn+ncn+ncn+ncn+jca",
|
426 |
+
"ncn+ncn+ncn+ncn+jca+jxt",
|
427 |
+
"ncn+ncn+ncn+ncn+jco",
|
428 |
+
"ncn+ncn+ncn+xsn+jp+etm",
|
429 |
+
"ncn+ncn+ncpa",
|
430 |
+
"ncn+ncn+ncpa+jca",
|
431 |
+
"ncn+ncn+ncpa+jcm",
|
432 |
+
"ncn+ncn+ncpa+jco",
|
433 |
+
"ncn+ncn+ncpa+jcs",
|
434 |
+
"ncn+ncn+ncpa+jxc",
|
435 |
+
"ncn+ncn+ncpa+jxt",
|
436 |
+
"ncn+ncn+ncpa+ncn",
|
437 |
+
"ncn+ncn+ncpa+ncn+jca",
|
438 |
+
"ncn+ncn+ncpa+ncn+jcj",
|
439 |
+
"ncn+ncn+ncpa+ncn+jcm",
|
440 |
+
"ncn+ncn+ncpa+ncn+jxt",
|
441 |
+
"ncn+ncn+xsn",
|
442 |
+
"ncn+ncn+xsn+jca",
|
443 |
+
"ncn+ncn+xsn+jca+jxt",
|
444 |
+
"ncn+ncn+xsn+jcj",
|
445 |
+
"ncn+ncn+xsn+jcm",
|
446 |
+
"ncn+ncn+xsn+jco",
|
447 |
+
"ncn+ncn+xsn+jcs",
|
448 |
+
"ncn+ncn+xsn+jct",
|
449 |
+
"ncn+ncn+xsn+jp+ecs",
|
450 |
+
"ncn+ncn+xsn+jp+ep+ef",
|
451 |
+
"ncn+ncn+xsn+jp+etm",
|
452 |
+
"ncn+ncn+xsn+jxc",
|
453 |
+
"ncn+ncn+xsn+jxc+jcs",
|
454 |
+
"ncn+ncn+xsn+jxt",
|
455 |
+
"ncn+ncn+xsv+ecc",
|
456 |
+
"ncn+ncn+xsv+etm",
|
457 |
+
"ncn+ncpa",
|
458 |
+
"ncn+ncpa+jca",
|
459 |
+
"ncn+ncpa+jca+jcm",
|
460 |
+
"ncn+ncpa+jca+jxc",
|
461 |
+
"ncn+ncpa+jca+jxt",
|
462 |
+
"ncn+ncpa+jcc",
|
463 |
+
"ncn+ncpa+jcj",
|
464 |
+
"ncn+ncpa+jcm",
|
465 |
+
"ncn+ncpa+jco",
|
466 |
+
"ncn+ncpa+jcr",
|
467 |
+
"ncn+ncpa+jcs",
|
468 |
+
"ncn+ncpa+jct",
|
469 |
+
"ncn+ncpa+jct+jcm",
|
470 |
+
"ncn+ncpa+jct+jxt",
|
471 |
+
"ncn+ncpa+jp+ecc",
|
472 |
+
"ncn+ncpa+jp+ecc+jxc",
|
473 |
+
"ncn+ncpa+jp+ecs",
|
474 |
+
"ncn+ncpa+jp+ecs+jxc",
|
475 |
+
"ncn+ncpa+jp+ef",
|
476 |
+
"ncn+ncpa+jp+ef+jcr",
|
477 |
+
"ncn+ncpa+jp+ef+jcr+jxc",
|
478 |
+
"ncn+ncpa+jp+ep+ef",
|
479 |
+
"ncn+ncpa+jp+ep+etm",
|
480 |
+
"ncn+ncpa+jp+ep+etn",
|
481 |
+
"ncn+ncpa+jp+etm",
|
482 |
+
"ncn+ncpa+jxc",
|
483 |
+
"ncn+ncpa+jxc+jca+jxc",
|
484 |
+
"ncn+ncpa+jxc+jco",
|
485 |
+
"ncn+ncpa+jxc+jcs",
|
486 |
+
"ncn+ncpa+jxt",
|
487 |
+
"ncn+ncpa+nbn+jcs",
|
488 |
+
"ncn+ncpa+ncn",
|
489 |
+
"ncn+ncpa+ncn+jca",
|
490 |
+
"ncn+ncpa+ncn+jca+jcm",
|
491 |
+
"ncn+ncpa+ncn+jca+jxc",
|
492 |
+
"ncn+ncpa+ncn+jca+jxt",
|
493 |
+
"ncn+ncpa+ncn+jcj",
|
494 |
+
"ncn+ncpa+ncn+jcm",
|
495 |
+
"ncn+ncpa+ncn+jco",
|
496 |
+
"ncn+ncpa+ncn+jcs",
|
497 |
+
"ncn+ncpa+ncn+jct",
|
498 |
+
"ncn+ncpa+ncn+jct+jcm",
|
499 |
+
"ncn+ncpa+ncn+jp+ef+jcr",
|
500 |
+
"ncn+ncpa+ncn+jp+ep+etm",
|
501 |
+
"ncn+ncpa+ncn+jxc",
|
502 |
+
"ncn+ncpa+ncn+jxt",
|
503 |
+
"ncn+ncpa+ncn+xsn+jcm",
|
504 |
+
"ncn+ncpa+ncn+xsn+jxt",
|
505 |
+
"ncn+ncpa+ncpa",
|
506 |
+
"ncn+ncpa+ncpa+jca",
|
507 |
+
"ncn+ncpa+ncpa+jcj",
|
508 |
+
"ncn+ncpa+ncpa+jcm",
|
509 |
+
"ncn+ncpa+ncpa+jco",
|
510 |
+
"ncn+ncpa+ncpa+jcs",
|
511 |
+
"ncn+ncpa+ncpa+jp+ep+ef",
|
512 |
+
"ncn+ncpa+ncpa+jxt",
|
513 |
+
"ncn+ncpa+ncpa+ncn",
|
514 |
+
"ncn+ncpa+xsn",
|
515 |
+
"ncn+ncpa+xsn+jcm",
|
516 |
+
"ncn+ncpa+xsn+jco",
|
517 |
+
"ncn+ncpa+xsn+jcs",
|
518 |
+
"ncn+ncpa+xsn+jp+ecc",
|
519 |
+
"ncn+ncpa+xsn+jp+etm",
|
520 |
+
"ncn+ncpa+xsn+jxt",
|
521 |
+
"ncn+ncpa+xsv+ecc",
|
522 |
+
"ncn+ncpa+xsv+ecs",
|
523 |
+
"ncn+ncpa+xsv+ecx",
|
524 |
+
"ncn+ncpa+xsv+ecx+px+etm",
|
525 |
+
"ncn+ncpa+xsv+ef",
|
526 |
+
"ncn+ncpa+xsv+ef+jcm",
|
527 |
+
"ncn+ncpa+xsv+ef+jcr",
|
528 |
+
"ncn+ncpa+xsv+etm",
|
529 |
+
"ncn+ncpa+xsv+etn",
|
530 |
+
"ncn+ncpa+xsv+etn+jco",
|
531 |
+
"ncn+ncps",
|
532 |
+
"ncn+ncps+jca",
|
533 |
+
"ncn+ncps+jcm",
|
534 |
+
"ncn+ncps+jco",
|
535 |
+
"ncn+ncps+jcs",
|
536 |
+
"ncn+ncps+jp+ecs",
|
537 |
+
"ncn+ncps+jxt",
|
538 |
+
"ncn+ncps+ncn+jcs",
|
539 |
+
"ncn+ncps+ncpa+ncn",
|
540 |
+
"ncn+ncps+xsm+ef",
|
541 |
+
"ncn+ncps+xsm+etm",
|
542 |
+
"ncn+nnc",
|
543 |
+
"ncn+nnc+jcs",
|
544 |
+
"ncn+nnc+nnc",
|
545 |
+
"ncn+nno",
|
546 |
+
"ncn+nq",
|
547 |
+
"ncn+nq+jca",
|
548 |
+
"ncn+nq+jca+jxc",
|
549 |
+
"ncn+nq+jca+jxt",
|
550 |
+
"ncn+nq+jcm",
|
551 |
+
"ncn+nq+jcs",
|
552 |
+
"ncn+nq+jxt",
|
553 |
+
"ncn+nq+ncn+jcm",
|
554 |
+
"ncn+nq+ncn+xsn+jcs",
|
555 |
+
"ncn+nq+xsn+jxt",
|
556 |
+
"ncn+xsa",
|
557 |
+
"ncn+xsm+ecc",
|
558 |
+
"ncn+xsm+ecs",
|
559 |
+
"ncn+xsm+ecs+jxc",
|
560 |
+
"ncn+xsm+ecx",
|
561 |
+
"ncn+xsm+ecx+jcs",
|
562 |
+
"ncn+xsm+ecx+px+ep+etm",
|
563 |
+
"ncn+xsm+ef",
|
564 |
+
"ncn+xsm+ef+jcr",
|
565 |
+
"ncn+xsm+etm",
|
566 |
+
"ncn+xsm+etn+jcm",
|
567 |
+
"ncn+xsm+etn+jp+ef+jcr",
|
568 |
+
"ncn+xsn",
|
569 |
+
"ncn+xsn+jca",
|
570 |
+
"ncn+xsn+jca+jcj",
|
571 |
+
"ncn+xsn+jca+jxc",
|
572 |
+
"ncn+xsn+jca+jxc+jxc",
|
573 |
+
"ncn+xsn+jca+jxt",
|
574 |
+
"ncn+xsn+jcc",
|
575 |
+
"ncn+xsn+jcj",
|
576 |
+
"ncn+xsn+jcm",
|
577 |
+
"ncn+xsn+jco",
|
578 |
+
"ncn+xsn+jcs",
|
579 |
+
"ncn+xsn+jcs+jxt",
|
580 |
+
"ncn+xsn+jct",
|
581 |
+
"ncn+xsn+jct+jcm",
|
582 |
+
"ncn+xsn+jct+jxc",
|
583 |
+
"ncn+xsn+jct+jxt",
|
584 |
+
"ncn+xsn+jcv",
|
585 |
+
"ncn+xsn+jp+ecc",
|
586 |
+
"ncn+xsn+jp+ecc+jxc",
|
587 |
+
"ncn+xsn+jp+ecs",
|
588 |
+
"ncn+xsn+jp+ecs+jxc",
|
589 |
+
"ncn+xsn+jp+ecx",
|
590 |
+
"ncn+xsn+jp+ecx+jxt",
|
591 |
+
"ncn+xsn+jp+ef",
|
592 |
+
"ncn+xsn+jp+ef+jca",
|
593 |
+
"ncn+xsn+jp+ef+jcr",
|
594 |
+
"ncn+xsn+jp+ep+ecc",
|
595 |
+
"ncn+xsn+jp+ep+ecs",
|
596 |
+
"ncn+xsn+jp+ep+ef",
|
597 |
+
"ncn+xsn+jp+ep+ef+jcr",
|
598 |
+
"ncn+xsn+jp+ep+etm",
|
599 |
+
"ncn+xsn+jp+ep+etn",
|
600 |
+
"ncn+xsn+jp+etm",
|
601 |
+
"ncn+xsn+jp+etn",
|
602 |
+
"ncn+xsn+jp+etn+jca",
|
603 |
+
"ncn+xsn+jp+etn+jca+jxt",
|
604 |
+
"ncn+xsn+jp+etn+jxc",
|
605 |
+
"ncn+xsn+jp+etn+jxt",
|
606 |
+
"ncn+xsn+jxc",
|
607 |
+
"ncn+xsn+jxc+jcm",
|
608 |
+
"ncn+xsn+jxc+jco",
|
609 |
+
"ncn+xsn+jxc+jcs",
|
610 |
+
"ncn+xsn+jxc+jxc",
|
611 |
+
"ncn+xsn+jxt",
|
612 |
+
"ncn+xsn+ncn+jca",
|
613 |
+
"ncn+xsn+ncn+jca+jxt",
|
614 |
+
"ncn+xsn+ncn+jcs",
|
615 |
+
"ncn+xsn+ncpa+jca",
|
616 |
+
"ncn+xsn+xsn",
|
617 |
+
"ncn+xsn+xsn+jca",
|
618 |
+
"ncn+xsn+xsn+jcm",
|
619 |
+
"ncn+xsn+xsn+jp+ecs",
|
620 |
+
"ncn+xsn+xsn+jxc",
|
621 |
+
"ncn+xsn+xsn+jxc+jcc",
|
622 |
+
"ncn+xsn+xsn+jxc+jcs",
|
623 |
+
"ncn+xsn+xsv+ecc",
|
624 |
+
"ncn+xsn+xsv+etm",
|
625 |
+
"ncn+xsn+xsv+etn",
|
626 |
+
"ncn+xsv+ecc",
|
627 |
+
"ncn+xsv+ecs",
|
628 |
+
"ncn+xsv+ecx",
|
629 |
+
"ncn+xsv+ef",
|
630 |
+
"ncn+xsv+ep+ecs",
|
631 |
+
"ncn+xsv+ep+ef",
|
632 |
+
"ncn+xsv+ep+etm",
|
633 |
+
"ncn+xsv+etm",
|
634 |
+
"ncn+xsv+etn+jca",
|
635 |
+
"ncpa",
|
636 |
+
"ncpa+jca",
|
637 |
+
"ncpa+jca+jcm",
|
638 |
+
"ncpa+jca+jct",
|
639 |
+
"ncpa+jca+jp+ecs",
|
640 |
+
"ncpa+jca+jp+ef",
|
641 |
+
"ncpa+jca+jp+ep+ef",
|
642 |
+
"ncpa+jca+jxc",
|
643 |
+
"ncpa+jca+jxc+jcm",
|
644 |
+
"ncpa+jca+jxc+jxc",
|
645 |
+
"ncpa+jca+jxc+jxt",
|
646 |
+
"ncpa+jca+jxt",
|
647 |
+
"ncpa+jcc",
|
648 |
+
"ncpa+jcj",
|
649 |
+
"ncpa+jcm",
|
650 |
+
"ncpa+jco",
|
651 |
+
"ncpa+jcr",
|
652 |
+
"ncpa+jcs",
|
653 |
+
"ncpa+jct",
|
654 |
+
"ncpa+jct+jcm",
|
655 |
+
"ncpa+jct+jxc",
|
656 |
+
"ncpa+jct+jxt",
|
657 |
+
"ncpa+jp+ecc",
|
658 |
+
"ncpa+jp+ecs",
|
659 |
+
"ncpa+jp+ecs+jxc",
|
660 |
+
"ncpa+jp+ecx",
|
661 |
+
"ncpa+jp+ecx+jxc",
|
662 |
+
"ncpa+jp+ef",
|
663 |
+
"ncpa+jp+ef+jca",
|
664 |
+
"ncpa+jp+ef+jco",
|
665 |
+
"ncpa+jp+ef+jcr",
|
666 |
+
"ncpa+jp+ef+jxc",
|
667 |
+
"ncpa+jp+ef+jxf",
|
668 |
+
"ncpa+jp+ep+ecc",
|
669 |
+
"ncpa+jp+ep+ecs",
|
670 |
+
"ncpa+jp+ep+ef",
|
671 |
+
"ncpa+jp+ep+ef+jca",
|
672 |
+
"ncpa+jp+ep+ef+jcr",
|
673 |
+
"ncpa+jp+ep+ef+jxt",
|
674 |
+
"ncpa+jp+ep+etm",
|
675 |
+
"ncpa+jp+ep+etn+jca",
|
676 |
+
"ncpa+jp+ep+etn+jca+jxc",
|
677 |
+
"ncpa+jp+ep+etn+jcs",
|
678 |
+
"ncpa+jp+etm",
|
679 |
+
"ncpa+jp+etn",
|
680 |
+
"ncpa+jp+etn+jca",
|
681 |
+
"ncpa+jp+etn+jca+jxt",
|
682 |
+
"ncpa+jp+etn+jco",
|
683 |
+
"ncpa+jp+etn+jcs",
|
684 |
+
"ncpa+jp+etn+jxc",
|
685 |
+
"ncpa+jp+etn+jxt",
|
686 |
+
"ncpa+jxc",
|
687 |
+
"ncpa+jxc+jca",
|
688 |
+
"ncpa+jxc+jca+jxc",
|
689 |
+
"ncpa+jxc+jca+jxt",
|
690 |
+
"ncpa+jxc+jcc",
|
691 |
+
"ncpa+jxc+jcm",
|
692 |
+
"ncpa+jxc+jco",
|
693 |
+
"ncpa+jxc+jcs",
|
694 |
+
"ncpa+jxc+jxc",
|
695 |
+
"ncpa+jxt",
|
696 |
+
"ncpa+jxt+jxc",
|
697 |
+
"ncpa+jxt+jxt",
|
698 |
+
"ncpa+nbn+jca",
|
699 |
+
"ncpa+nbn+jct",
|
700 |
+
"ncpa+nbn+jp+ef",
|
701 |
+
"ncpa+nbn+jp+ep+ef",
|
702 |
+
"ncpa+nbn+jp+etm",
|
703 |
+
"ncpa+nbn+jxc+jcc",
|
704 |
+
"ncpa+nbu+jca",
|
705 |
+
"ncpa+ncn",
|
706 |
+
"ncpa+ncn+jca",
|
707 |
+
"ncpa+ncn+jca+jcm",
|
708 |
+
"ncpa+ncn+jca+jxc",
|
709 |
+
"ncpa+ncn+jca+jxc+jcm",
|
710 |
+
"ncpa+ncn+jca+jxt",
|
711 |
+
"ncpa+ncn+jcc",
|
712 |
+
"ncpa+ncn+jcj",
|
713 |
+
"ncpa+ncn+jcm",
|
714 |
+
"ncpa+ncn+jco",
|
715 |
+
"ncpa+ncn+jcr",
|
716 |
+
"ncpa+ncn+jcs",
|
717 |
+
"ncpa+ncn+jct",
|
718 |
+
"ncpa+ncn+jct+jcm",
|
719 |
+
"ncpa+ncn+jct+jxc",
|
720 |
+
"ncpa+ncn+jp+ecc",
|
721 |
+
"ncpa+ncn+jp+ecs",
|
722 |
+
"ncpa+ncn+jp+ef",
|
723 |
+
"ncpa+ncn+jp+ef+jcr",
|
724 |
+
"ncpa+ncn+jp+ef+jcr+jxc",
|
725 |
+
"ncpa+ncn+jp+ep+ef",
|
726 |
+
"ncpa+ncn+jp+ep+etm",
|
727 |
+
"ncpa+ncn+jp+etm",
|
728 |
+
"ncpa+ncn+jp+etn+jca+jxt",
|
729 |
+
"ncpa+ncn+jp+etn+jco",
|
730 |
+
"ncpa+ncn+jp+etn+jxc",
|
731 |
+
"ncpa+ncn+jxc",
|
732 |
+
"ncpa+ncn+jxc+jcc",
|
733 |
+
"ncpa+ncn+jxc+jco",
|
734 |
+
"ncpa+ncn+jxt",
|
735 |
+
"ncpa+ncn+nbn",
|
736 |
+
"ncpa+ncn+ncn",
|
737 |
+
"ncpa+ncn+ncn+jca",
|
738 |
+
"ncpa+ncn+ncn+jca+jxt",
|
739 |
+
"ncpa+ncn+ncn+jcm",
|
740 |
+
"ncpa+ncn+ncn+jco",
|
741 |
+
"ncpa+ncn+ncn+jcs",
|
742 |
+
"ncpa+ncn+ncn+jp+ep+ef",
|
743 |
+
"ncpa+ncn+ncn+jp+etm",
|
744 |
+
"ncpa+ncn+ncn+jxt",
|
745 |
+
"ncpa+ncn+ncn+ncn",
|
746 |
+
"ncpa+ncn+ncn+xsn+jxt",
|
747 |
+
"ncpa+ncn+ncpa",
|
748 |
+
"ncpa+ncn+ncpa+jca",
|
749 |
+
"ncpa+ncn+ncpa+jcj",
|
750 |
+
"ncpa+ncn+ncpa+jco",
|
751 |
+
"ncpa+ncn+ncpa+ncn",
|
752 |
+
"ncpa+ncn+ncpa+ncn+jco",
|
753 |
+
"ncpa+ncn+xsn",
|
754 |
+
"ncpa+ncn+xsn+jca",
|
755 |
+
"ncpa+ncn+xsn+jca+jxc",
|
756 |
+
"ncpa+ncn+xsn+jcj",
|
757 |
+
"ncpa+ncn+xsn+jcm",
|
758 |
+
"ncpa+ncn+xsn+jco",
|
759 |
+
"ncpa+ncn+xsn+jcs",
|
760 |
+
"ncpa+ncn+xsn+jct",
|
761 |
+
"ncpa+ncn+xsn+jp+ep+ef",
|
762 |
+
"ncpa+ncn+xsn+jp+etm",
|
763 |
+
"ncpa+ncn+xsn+jxt",
|
764 |
+
"ncpa+ncpa",
|
765 |
+
"ncpa+ncpa+jca",
|
766 |
+
"ncpa+ncpa+jca+jcm",
|
767 |
+
"ncpa+ncpa+jca+jxc",
|
768 |
+
"ncpa+ncpa+jca+jxt",
|
769 |
+
"ncpa+ncpa+jcj",
|
770 |
+
"ncpa+ncpa+jcm",
|
771 |
+
"ncpa+ncpa+jco",
|
772 |
+
"ncpa+ncpa+jcs",
|
773 |
+
"ncpa+ncpa+jct",
|
774 |
+
"ncpa+ncpa+jct+jxc",
|
775 |
+
"ncpa+ncpa+jct+jxt",
|
776 |
+
"ncpa+ncpa+jp+ecc",
|
777 |
+
"ncpa+ncpa+jp+ecs",
|
778 |
+
"ncpa+ncpa+jp+ecx",
|
779 |
+
"ncpa+ncpa+jp+ef",
|
780 |
+
"ncpa+ncpa+jp+ef+jca",
|
781 |
+
"ncpa+ncpa+jp+ef+jcr",
|
782 |
+
"ncpa+ncpa+jp+ef+jcr+jxc",
|
783 |
+
"ncpa+ncpa+jp+ep+ecs",
|
784 |
+
"ncpa+ncpa+jp+etm",
|
785 |
+
"ncpa+ncpa+jxc",
|
786 |
+
"ncpa+ncpa+jxt",
|
787 |
+
"ncpa+ncpa+ncn",
|
788 |
+
"ncpa+ncpa+ncn+jca",
|
789 |
+
"ncpa+ncpa+ncn+jcj",
|
790 |
+
"ncpa+ncpa+ncn+jcm",
|
791 |
+
"ncpa+ncpa+ncn+jco",
|
792 |
+
"ncpa+ncpa+ncn+jcs",
|
793 |
+
"ncpa+ncpa+ncn+jxt",
|
794 |
+
"ncpa+ncpa+ncpa+jcm",
|
795 |
+
"ncpa+ncpa+ncpa+jcs",
|
796 |
+
"ncpa+ncpa+ncpa+ncpa+jco",
|
797 |
+
"ncpa+ncpa+xsn",
|
798 |
+
"ncpa+ncpa+xsn+jca",
|
799 |
+
"ncpa+ncpa+xsn+jcj",
|
800 |
+
"ncpa+ncpa+xsn+jco",
|
801 |
+
"ncpa+ncpa+xsn+jcs",
|
802 |
+
"ncpa+ncpa+xsn+jxc",
|
803 |
+
"ncpa+ncpa+xsn+jxt",
|
804 |
+
"ncpa+ncpa+xsv+ecc",
|
805 |
+
"ncpa+ncpa+xsv+ecs",
|
806 |
+
"ncpa+ncpa+xsv+ef",
|
807 |
+
"ncpa+ncpa+xsv+ep+ef",
|
808 |
+
"ncpa+ncpa+xsv+ep+etm",
|
809 |
+
"ncpa+ncpa+xsv+etm",
|
810 |
+
"ncpa+ncpa+xsv+etn+jca",
|
811 |
+
"ncpa+ncps",
|
812 |
+
"ncpa+ncps+jca",
|
813 |
+
"ncpa+ncps+jcm",
|
814 |
+
"ncpa+ncps+jco",
|
815 |
+
"ncpa+ncps+jcs",
|
816 |
+
"ncpa+ncps+jxt",
|
817 |
+
"ncpa+ncps+xsm+etm",
|
818 |
+
"ncpa+nq+jca",
|
819 |
+
"ncpa+xsa",
|
820 |
+
"ncpa+xsn",
|
821 |
+
"ncpa+xsn+jca",
|
822 |
+
"ncpa+xsn+jca+jxc",
|
823 |
+
"ncpa+xsn+jca+jxt",
|
824 |
+
"ncpa+xsn+jcc",
|
825 |
+
"ncpa+xsn+jcj",
|
826 |
+
"ncpa+xsn+jcm",
|
827 |
+
"ncpa+xsn+jco",
|
828 |
+
"ncpa+xsn+jcs",
|
829 |
+
"ncpa+xsn+jct",
|
830 |
+
"ncpa+xsn+jp+ecc",
|
831 |
+
"ncpa+xsn+jp+ecs",
|
832 |
+
"ncpa+xsn+jp+ecs+jxc",
|
833 |
+
"ncpa+xsn+jp+ecx",
|
834 |
+
"ncpa+xsn+jp+ecx+jxt",
|
835 |
+
"ncpa+xsn+jp+ef",
|
836 |
+
"ncpa+xsn+jp+ef+jcr",
|
837 |
+
"ncpa+xsn+jp+ef+jxf",
|
838 |
+
"ncpa+xsn+jp+ep+ecc",
|
839 |
+
"ncpa+xsn+jp+ep+ef",
|
840 |
+
"ncpa+xsn+jp+ep+ef+jco",
|
841 |
+
"ncpa+xsn+jp+ep+ef+jcr",
|
842 |
+
"ncpa+xsn+jp+etm",
|
843 |
+
"ncpa+xsn+jp+etn",
|
844 |
+
"ncpa+xsn+jp+etn+jco",
|
845 |
+
"ncpa+xsn+jp+etn+jxc",
|
846 |
+
"ncpa+xsn+jxc",
|
847 |
+
"ncpa+xsn+jxt",
|
848 |
+
"ncpa+xsv+ecc",
|
849 |
+
"ncpa+xsv+ecc+jcm",
|
850 |
+
"ncpa+xsv+ecc+jxc",
|
851 |
+
"ncpa+xsv+ecc+jxt",
|
852 |
+
"ncpa+xsv+ecs",
|
853 |
+
"ncpa+xsv+ecs+jca",
|
854 |
+
"ncpa+xsv+ecs+jco",
|
855 |
+
"ncpa+xsv+ecs+jp+ef",
|
856 |
+
"ncpa+xsv+ecs+jxc",
|
857 |
+
"ncpa+xsv+ecs+jxc+jxt",
|
858 |
+
"ncpa+xsv+ecs+jxt",
|
859 |
+
"ncpa+xsv+ecx",
|
860 |
+
"ncpa+xsv+ecx+jco",
|
861 |
+
"ncpa+xsv+ecx+jxc",
|
862 |
+
"ncpa+xsv+ecx+jxt",
|
863 |
+
"ncpa+xsv+ecx+px+ecc",
|
864 |
+
"ncpa+xsv+ecx+px+ecs",
|
865 |
+
"ncpa+xsv+ecx+px+ecx",
|
866 |
+
"ncpa+xsv+ecx+px+ecx+jxc",
|
867 |
+
"ncpa+xsv+ecx+px+ecx+px+ecs",
|
868 |
+
"ncpa+xsv+ecx+px+ef",
|
869 |
+
"ncpa+xsv+ecx+px+ef+jcr",
|
870 |
+
"ncpa+xsv+ecx+px+ep+ecc",
|
871 |
+
"ncpa+xsv+ecx+px+ep+ecs",
|
872 |
+
"ncpa+xsv+ecx+px+ep+ef",
|
873 |
+
"ncpa+xsv+ecx+px+ep+ef+jcr",
|
874 |
+
"ncpa+xsv+ecx+px+ep+etm",
|
875 |
+
"ncpa+xsv+ecx+px+ep+etn+jca",
|
876 |
+
"ncpa+xsv+ecx+px+ep+etn+jco",
|
877 |
+
"ncpa+xsv+ecx+px+ep+etn+jxc",
|
878 |
+
"ncpa+xsv+ecx+px+ep+etn+jxt",
|
879 |
+
"ncpa+xsv+ecx+px+etm",
|
880 |
+
"ncpa+xsv+ecx+px+etn",
|
881 |
+
"ncpa+xsv+ecx+px+etn+jca",
|
882 |
+
"ncpa+xsv+ecx+px+etn+jco",
|
883 |
+
"ncpa+xsv+ef",
|
884 |
+
"ncpa+xsv+ef+jca",
|
885 |
+
"ncpa+xsv+ef+jcj",
|
886 |
+
"ncpa+xsv+ef+jcm",
|
887 |
+
"ncpa+xsv+ef+jco",
|
888 |
+
"ncpa+xsv+ef+jcr",
|
889 |
+
"ncpa+xsv+ef+jcr+jxt",
|
890 |
+
"ncpa+xsv+ef+jcs",
|
891 |
+
"ncpa+xsv+ef+jxc",
|
892 |
+
"ncpa+xsv+ef+jxf",
|
893 |
+
"ncpa+xsv+ef+jxt",
|
894 |
+
"ncpa+xsv+ep+ecc",
|
895 |
+
"ncpa+xsv+ep+ecs",
|
896 |
+
"ncpa+xsv+ep+ecs+jco",
|
897 |
+
"ncpa+xsv+ep+ecs+jxc",
|
898 |
+
"ncpa+xsv+ep+ecs+jxt",
|
899 |
+
"ncpa+xsv+ep+ecx",
|
900 |
+
"ncpa+xsv+ep+ecx+jxc",
|
901 |
+
"ncpa+xsv+ep+ef",
|
902 |
+
"ncpa+xsv+ep+ef+jca",
|
903 |
+
"ncpa+xsv+ep+ef+jca+jxt",
|
904 |
+
"ncpa+xsv+ep+ef+jco",
|
905 |
+
"ncpa+xsv+ep+ef+jcr",
|
906 |
+
"ncpa+xsv+ep+ef+jcr+jxc",
|
907 |
+
"ncpa+xsv+ep+ef+jcr+jxc+jxt",
|
908 |
+
"ncpa+xsv+ep+ef+jxc",
|
909 |
+
"ncpa+xsv+ep+ef+jxf",
|
910 |
+
"ncpa+xsv+ep+ef+jxt",
|
911 |
+
"ncpa+xsv+ep+ep+ecs",
|
912 |
+
"ncpa+xsv+ep+ep+ef",
|
913 |
+
"ncpa+xsv+ep+etm",
|
914 |
+
"ncpa+xsv+ep+etn",
|
915 |
+
"ncpa+xsv+ep+etn+jca",
|
916 |
+
"ncpa+xsv+ep+etn+jca+jxc",
|
917 |
+
"ncpa+xsv+ep+etn+jcj",
|
918 |
+
"ncpa+xsv+ep+etn+jco",
|
919 |
+
"ncpa+xsv+ep+etn+jcs",
|
920 |
+
"ncpa+xsv+ep+etn+jxt",
|
921 |
+
"ncpa+xsv+etm",
|
922 |
+
"ncpa+xsv+etn",
|
923 |
+
"ncpa+xsv+etn+jca",
|
924 |
+
"ncpa+xsv+etn+jca+jxc",
|
925 |
+
"ncpa+xsv+etn+jca+jxt",
|
926 |
+
"ncpa+xsv+etn+jco",
|
927 |
+
"ncpa+xsv+etn+jcs",
|
928 |
+
"ncpa+xsv+etn+jct",
|
929 |
+
"ncpa+xsv+etn+jxc",
|
930 |
+
"ncpa+xsv+etn+jxc+jcm",
|
931 |
+
"ncpa+xsv+etn+jxc+jcs",
|
932 |
+
"ncpa+xsv+etn+jxc+jxc",
|
933 |
+
"ncpa+xsv+etn+jxc+jxt",
|
934 |
+
"ncpa+xsv+etn+jxt",
|
935 |
+
"ncps",
|
936 |
+
"ncps+jca",
|
937 |
+
"ncps+jca+jcm",
|
938 |
+
"ncps+jca+jxc",
|
939 |
+
"ncps+jca+jxc+jcm",
|
940 |
+
"ncps+jcc",
|
941 |
+
"ncps+jcj",
|
942 |
+
"ncps+jcm",
|
943 |
+
"ncps+jco",
|
944 |
+
"ncps+jcs",
|
945 |
+
"ncps+jct",
|
946 |
+
"ncps+jct+jcm",
|
947 |
+
"ncps+jct+jxt",
|
948 |
+
"ncps+jp+ecc",
|
949 |
+
"ncps+jp+ecs",
|
950 |
+
"ncps+jp+ecs+jxt",
|
951 |
+
"ncps+jp+ef",
|
952 |
+
"ncps+jp+ef+jcr",
|
953 |
+
"ncps+jp+ep+ef",
|
954 |
+
"ncps+jp+ep+etn",
|
955 |
+
"ncps+jp+etm",
|
956 |
+
"ncps+jp+etn+jcs",
|
957 |
+
"ncps+jp+etn+jxt",
|
958 |
+
"ncps+jxc",
|
959 |
+
"ncps+jxc+jxc",
|
960 |
+
"ncps+jxt",
|
961 |
+
"ncps+nbn+jp+etm",
|
962 |
+
"ncps+nbn+jxc",
|
963 |
+
"ncps+ncn",
|
964 |
+
"ncps+ncn+jca",
|
965 |
+
"ncps+ncn+jca+jcm",
|
966 |
+
"ncps+ncn+jcm",
|
967 |
+
"ncps+ncn+jco",
|
968 |
+
"ncps+ncn+jcs",
|
969 |
+
"ncps+ncn+jct+jxt",
|
970 |
+
"ncps+ncn+jp+ef",
|
971 |
+
"ncps+ncn+jp+ef+jcr",
|
972 |
+
"ncps+ncn+jp+etm",
|
973 |
+
"ncps+ncn+jxc+jco",
|
974 |
+
"ncps+ncn+jxt",
|
975 |
+
"ncps+ncn+ncn",
|
976 |
+
"ncps+ncn+ncn+jca+jxc",
|
977 |
+
"ncps+ncn+ncn+jcm",
|
978 |
+
"ncps+ncn+ncn+jco",
|
979 |
+
"ncps+ncn+ncn+jxt",
|
980 |
+
"ncps+ncn+xsn",
|
981 |
+
"ncps+ncn+xsn+jca",
|
982 |
+
"ncps+ncn+xsn+jcj",
|
983 |
+
"ncps+ncn+xsn+jco",
|
984 |
+
"ncps+ncn+xsn+jp+ecc",
|
985 |
+
"ncps+ncn+xsn+jp+etm",
|
986 |
+
"ncps+ncpa",
|
987 |
+
"ncps+ncpa+jca",
|
988 |
+
"ncps+ncpa+jcc",
|
989 |
+
"ncps+ncpa+jcj",
|
990 |
+
"ncps+ncpa+jcm",
|
991 |
+
"ncps+ncpa+jco",
|
992 |
+
"ncps+ncpa+jcs",
|
993 |
+
"ncps+ncpa+jp+etm",
|
994 |
+
"ncps+ncpa+jxt",
|
995 |
+
"ncps+ncpa+xsv+etm",
|
996 |
+
"ncps+ncps+jca",
|
997 |
+
"ncps+ncps+jcm",
|
998 |
+
"ncps+ncps+xsm+ecc",
|
999 |
+
"ncps+ncps+xsm+ecs",
|
1000 |
+
"ncps+ncps+xsm+etm",
|
1001 |
+
"ncps+xsa",
|
1002 |
+
"ncps+xsa+jxc",
|
1003 |
+
"ncps+xsm+ecc",
|
1004 |
+
"ncps+xsm+ecc+jxc",
|
1005 |
+
"ncps+xsm+ecc+jxt",
|
1006 |
+
"ncps+xsm+ecs",
|
1007 |
+
"ncps+xsm+ecs+jxc",
|
1008 |
+
"ncps+xsm+ecs+jxt",
|
1009 |
+
"ncps+xsm+ecx",
|
1010 |
+
"ncps+xsm+ecx+jcs",
|
1011 |
+
"ncps+xsm+ecx+jxc",
|
1012 |
+
"ncps+xsm+ecx+jxt",
|
1013 |
+
"ncps+xsm+ecx+px+ecc",
|
1014 |
+
"ncps+xsm+ecx+px+ecs",
|
1015 |
+
"ncps+xsm+ecx+px+ecx",
|
1016 |
+
"ncps+xsm+ecx+px+ecx+jxt",
|
1017 |
+
"ncps+xsm+ecx+px+ef",
|
1018 |
+
"ncps+xsm+ecx+px+ep+ecs",
|
1019 |
+
"ncps+xsm+ecx+px+ep+ef",
|
1020 |
+
"ncps+xsm+ecx+px+ep+etm",
|
1021 |
+
"ncps+xsm+ecx+px+ep+etn+jco",
|
1022 |
+
"ncps+xsm+ecx+px+etm",
|
1023 |
+
"ncps+xsm+ecx+px+etn",
|
1024 |
+
"ncps+xsm+ecx+px+etn+jca",
|
1025 |
+
"ncps+xsm+ecx+px+etn+jcj",
|
1026 |
+
"ncps+xsm+ecx+px+etn+jco",
|
1027 |
+
"ncps+xsm+ef",
|
1028 |
+
"ncps+xsm+ef+jco",
|
1029 |
+
"ncps+xsm+ef+jcr",
|
1030 |
+
"ncps+xsm+ef+jcr+jxc",
|
1031 |
+
"ncps+xsm+ef+jcr+jxt",
|
1032 |
+
"ncps+xsm+ef+jxf",
|
1033 |
+
"ncps+xsm+ef+jxt",
|
1034 |
+
"ncps+xsm+ep+ecc",
|
1035 |
+
"ncps+xsm+ep+ecs",
|
1036 |
+
"ncps+xsm+ep+ecs+etm",
|
1037 |
+
"ncps+xsm+ep+ef",
|
1038 |
+
"ncps+xsm+ep+ef+jco",
|
1039 |
+
"ncps+xsm+ep+ef+jcr",
|
1040 |
+
"ncps+xsm+ep+ef+jxf",
|
1041 |
+
"ncps+xsm+ep+ep+ef",
|
1042 |
+
"ncps+xsm+ep+etm",
|
1043 |
+
"ncps+xsm+ep+etn",
|
1044 |
+
"ncps+xsm+ep+etn+jxt",
|
1045 |
+
"ncps+xsm+etm",
|
1046 |
+
"ncps+xsm+etn",
|
1047 |
+
"ncps+xsm+etn+jca",
|
1048 |
+
"ncps+xsm+etn+jca+jxt",
|
1049 |
+
"ncps+xsm+etn+jcj",
|
1050 |
+
"ncps+xsm+etn+jcm",
|
1051 |
+
"ncps+xsm+etn+jco",
|
1052 |
+
"ncps+xsm+etn+jcs",
|
1053 |
+
"ncps+xsm+etn+jct",
|
1054 |
+
"ncps+xsm+etn+jct+jcm",
|
1055 |
+
"ncps+xsm+etn+jp+ef+jcr",
|
1056 |
+
"ncps+xsm+etn+jp+etm",
|
1057 |
+
"ncps+xsm+etn+jxc",
|
1058 |
+
"ncps+xsm+etn+jxc+jxt",
|
1059 |
+
"ncps+xsm+etn+jxt",
|
1060 |
+
"ncps+xsn",
|
1061 |
+
"ncps+xsn+jca",
|
1062 |
+
"ncps+xsn+jca+jxt",
|
1063 |
+
"ncps+xsn+jcm",
|
1064 |
+
"ncps+xsn+jco",
|
1065 |
+
"ncps+xsn+jcs",
|
1066 |
+
"ncps+xsn+jp+ecc",
|
1067 |
+
"ncps+xsn+jp+ep+ecs",
|
1068 |
+
"ncps+xsn+jp+etm",
|
1069 |
+
"ncps+xsn+jxc",
|
1070 |
+
"ncps+xsn+jxt",
|
1071 |
+
"ncps+xsv+etm",
|
1072 |
+
"nnc",
|
1073 |
+
"nnc+f",
|
1074 |
+
"nnc+f+jca",
|
1075 |
+
"nnc+f+jp+ef",
|
1076 |
+
"nnc+jca",
|
1077 |
+
"nnc+jca+jxc",
|
1078 |
+
"nnc+jca+jxt",
|
1079 |
+
"nnc+jcc",
|
1080 |
+
"nnc+jcj",
|
1081 |
+
"nnc+jcm",
|
1082 |
+
"nnc+jco",
|
1083 |
+
"nnc+jcs",
|
1084 |
+
"nnc+jp+ecc",
|
1085 |
+
"nnc+jp+ecs",
|
1086 |
+
"nnc+jp+ef",
|
1087 |
+
"nnc+jp+ef+jcr",
|
1088 |
+
"nnc+jp+ep+ef",
|
1089 |
+
"nnc+jp+ep+etm",
|
1090 |
+
"nnc+jp+etm",
|
1091 |
+
"nnc+jp+etn+jca",
|
1092 |
+
"nnc+jxc",
|
1093 |
+
"nnc+jxt",
|
1094 |
+
"nnc+nbn",
|
1095 |
+
"nnc+nbn+jcm",
|
1096 |
+
"nnc+nbn+jco",
|
1097 |
+
"nnc+nbn+nbu+jcc",
|
1098 |
+
"nnc+nbn+nbu+jcs",
|
1099 |
+
"nnc+nbn+xsn",
|
1100 |
+
"nnc+nbu",
|
1101 |
+
"nnc+nbu+jca",
|
1102 |
+
"nnc+nbu+jca+jxc",
|
1103 |
+
"nnc+nbu+jcc",
|
1104 |
+
"nnc+nbu+jcj",
|
1105 |
+
"nnc+nbu+jcm",
|
1106 |
+
"nnc+nbu+jco",
|
1107 |
+
"nnc+nbu+jcs",
|
1108 |
+
"nnc+nbu+jp+ef",
|
1109 |
+
"nnc+nbu+jp+ef+jcr",
|
1110 |
+
"nnc+nbu+jp+ep+ecs",
|
1111 |
+
"nnc+nbu+jp+ep+ef",
|
1112 |
+
"nnc+nbu+jp+etm",
|
1113 |
+
"nnc+nbu+jxc",
|
1114 |
+
"nnc+nbu+jxc+jcs",
|
1115 |
+
"nnc+nbu+jxc+jxt",
|
1116 |
+
"nnc+nbu+jxt",
|
1117 |
+
"nnc+nbu+nbu",
|
1118 |
+
"nnc+nbu+nbu+jcm",
|
1119 |
+
"nnc+nbu+nbu+jp+ef+jcr",
|
1120 |
+
"nnc+nbu+ncn",
|
1121 |
+
"nnc+nbu+ncn+jca",
|
1122 |
+
"nnc+nbu+ncn+jcj",
|
1123 |
+
"nnc+nbu+ncn+jcm",
|
1124 |
+
"nnc+nbu+ncn+jxc",
|
1125 |
+
"nnc+nbu+xsn",
|
1126 |
+
"nnc+nbu+xsn+jca",
|
1127 |
+
"nnc+nbu+xsn+jcm",
|
1128 |
+
"nnc+nbu+xsn+jco",
|
1129 |
+
"nnc+nbu+xsn+jcs",
|
1130 |
+
"nnc+nbu+xsn+jp+ecc",
|
1131 |
+
"nnc+nbu+xsn+jp+ef",
|
1132 |
+
"nnc+nbu+xsn+jxc",
|
1133 |
+
"nnc+nbu+xsn+jxc+jcm",
|
1134 |
+
"nnc+nbu+xsn+jxt",
|
1135 |
+
"nnc+nbu+xsv+etm",
|
1136 |
+
"nnc+ncn",
|
1137 |
+
"nnc+ncn+jca",
|
1138 |
+
"nnc+ncn+jca+jxt",
|
1139 |
+
"nnc+ncn+jcj",
|
1140 |
+
"nnc+ncn+jcm",
|
1141 |
+
"nnc+ncn+jco",
|
1142 |
+
"nnc+ncn+jcs",
|
1143 |
+
"nnc+ncn+jct",
|
1144 |
+
"nnc+ncn+jp+ef",
|
1145 |
+
"nnc+ncn+jp+etm",
|
1146 |
+
"nnc+ncn+jxc",
|
1147 |
+
"nnc+ncn+jxt",
|
1148 |
+
"nnc+ncn+nbu",
|
1149 |
+
"nnc+ncn+nbu+xsn+jca",
|
1150 |
+
"nnc+ncn+ncn+jca+jxt",
|
1151 |
+
"nnc+ncn+ncn+xsn",
|
1152 |
+
"nnc+ncn+nnc+nnc",
|
1153 |
+
"nnc+ncn+xsn",
|
1154 |
+
"nnc+ncn+xsn+jp+etm",
|
1155 |
+
"nnc+ncn+xsn+jxt",
|
1156 |
+
"nnc+ncpa",
|
1157 |
+
"nnc+ncpa+jcs",
|
1158 |
+
"nnc+nnc",
|
1159 |
+
"nnc+nnc+jca",
|
1160 |
+
"nnc+nnc+jca+jxt",
|
1161 |
+
"nnc+nnc+jcm",
|
1162 |
+
"nnc+nnc+jco",
|
1163 |
+
"nnc+nnc+jp+ef",
|
1164 |
+
"nnc+nnc+nbu",
|
1165 |
+
"nnc+nnc+nbu+jca",
|
1166 |
+
"nnc+nnc+nbu+jcc",
|
1167 |
+
"nnc+nnc+nbu+jcm",
|
1168 |
+
"nnc+nnc+nbu+jco",
|
1169 |
+
"nnc+nnc+nbu+jcs",
|
1170 |
+
"nnc+nnc+nbu+jp+ep+ef",
|
1171 |
+
"nnc+nnc+nbu+jp+etm",
|
1172 |
+
"nnc+nnc+nbu+jxc",
|
1173 |
+
"nnc+nnc+nbu+xsn",
|
1174 |
+
"nnc+nnc+nbu+xsn+jcm",
|
1175 |
+
"nnc+nnc+nbu+xsn+jxc",
|
1176 |
+
"nnc+nnc+ncn+jco",
|
1177 |
+
"nnc+nnc+nnc",
|
1178 |
+
"nnc+nnc+nnc+nnc",
|
1179 |
+
"nnc+nnc+su+jp+ef",
|
1180 |
+
"nnc+nnc+xsn",
|
1181 |
+
"nnc+nnc+xsn+jcm",
|
1182 |
+
"nnc+nnc+xsn+nbu+jca",
|
1183 |
+
"nnc+nnc+xsn+nbu+jcm",
|
1184 |
+
"nnc+nnc+xsn+nbu+jco",
|
1185 |
+
"nnc+nnc+xsn+nbu+jcs",
|
1186 |
+
"nnc+nno+nbu",
|
1187 |
+
"nnc+nno+nbu+jcc",
|
1188 |
+
"nnc+su",
|
1189 |
+
"nnc+su+jca",
|
1190 |
+
"nnc+su+jcm",
|
1191 |
+
"nnc+su+jco",
|
1192 |
+
"nnc+su+jcs",
|
1193 |
+
"nnc+su+jxc",
|
1194 |
+
"nnc+su+xsn",
|
1195 |
+
"nnc+xsn",
|
1196 |
+
"nnc+xsn+jca",
|
1197 |
+
"nnc+xsn+jca+jxt",
|
1198 |
+
"nnc+xsn+jcm",
|
1199 |
+
"nnc+xsn+jco",
|
1200 |
+
"nnc+xsn+jcs",
|
1201 |
+
"nnc+xsn+jp+ef",
|
1202 |
+
"nnc+xsn+jxc",
|
1203 |
+
"nnc+xsn+nbn+jca",
|
1204 |
+
"nnc+xsn+nbu",
|
1205 |
+
"nnc+xsn+nbu+jca",
|
1206 |
+
"nnc+xsn+nbu+jcm",
|
1207 |
+
"nnc+xsn+nbu+jco",
|
1208 |
+
"nnc+xsn+nbu+jcs",
|
1209 |
+
"nnc+xsn+nnc+nbu",
|
1210 |
+
"nnc+xsn+nnc+nbu+jcm",
|
1211 |
+
"nno",
|
1212 |
+
"nno+jca",
|
1213 |
+
"nno+jca+jxt",
|
1214 |
+
"nno+jcj",
|
1215 |
+
"nno+jcm",
|
1216 |
+
"nno+jco",
|
1217 |
+
"nno+jcs",
|
1218 |
+
"nno+jxt",
|
1219 |
+
"nno+nbn",
|
1220 |
+
"nno+nbn+jcm",
|
1221 |
+
"nno+nbn+xsn",
|
1222 |
+
"nno+nbu",
|
1223 |
+
"nno+nbu+jca",
|
1224 |
+
"nno+nbu+jca+jxc",
|
1225 |
+
"nno+nbu+jca+jxt",
|
1226 |
+
"nno+nbu+jcc",
|
1227 |
+
"nno+nbu+jcj",
|
1228 |
+
"nno+nbu+jcm",
|
1229 |
+
"nno+nbu+jco",
|
1230 |
+
"nno+nbu+jcs",
|
1231 |
+
"nno+nbu+jct",
|
1232 |
+
"nno+nbu+jp+ecc",
|
1233 |
+
"nno+nbu+jp+ecs",
|
1234 |
+
"nno+nbu+jp+ef",
|
1235 |
+
"nno+nbu+jp+ep+ecc",
|
1236 |
+
"nno+nbu+jp+ep+ecs",
|
1237 |
+
"nno+nbu+jp+ep+ef",
|
1238 |
+
"nno+nbu+jp+etm",
|
1239 |
+
"nno+nbu+jxc",
|
1240 |
+
"nno+nbu+jxc+jca",
|
1241 |
+
"nno+nbu+jxc+jcm",
|
1242 |
+
"nno+nbu+jxc+jp+ef",
|
1243 |
+
"nno+nbu+jxc+jp+etm",
|
1244 |
+
"nno+nbu+jxc+jxc",
|
1245 |
+
"nno+nbu+jxc+jxt",
|
1246 |
+
"nno+nbu+jxt",
|
1247 |
+
"nno+nbu+nbu",
|
1248 |
+
"nno+nbu+ncn",
|
1249 |
+
"nno+nbu+ncn+jp+ep+ef",
|
1250 |
+
"nno+nbu+ncn+ncn",
|
1251 |
+
"nno+nbu+xsn",
|
1252 |
+
"nno+nbu+xsn+jca",
|
1253 |
+
"nno+nbu+xsn+jcc",
|
1254 |
+
"nno+nbu+xsn+jcm",
|
1255 |
+
"nno+nbu+xsn+jxc",
|
1256 |
+
"nno+nbu+xsn+jxt",
|
1257 |
+
"nno+ncn",
|
1258 |
+
"nno+ncn+jca",
|
1259 |
+
"nno+ncn+jca+jxc",
|
1260 |
+
"nno+ncn+jca+jxt",
|
1261 |
+
"nno+ncn+jcm",
|
1262 |
+
"nno+ncn+jco",
|
1263 |
+
"nno+ncn+jcs",
|
1264 |
+
"nno+ncn+jct",
|
1265 |
+
"nno+ncn+jp+ef",
|
1266 |
+
"nno+ncn+jp+etm",
|
1267 |
+
"nno+ncn+jxc",
|
1268 |
+
"nno+ncn+jxc+jxt",
|
1269 |
+
"nno+ncn+ncn+jp+etm",
|
1270 |
+
"nno+ncn+xsn",
|
1271 |
+
"nno+ncn+xsn+jca",
|
1272 |
+
"nno+ncn+xsn+jp+ep+ef",
|
1273 |
+
"nno+ncn+xsn+jp+etm",
|
1274 |
+
"nno+ncpa+jp+ep+etn+jca+jxc",
|
1275 |
+
"nno+nnc",
|
1276 |
+
"nno+xsn",
|
1277 |
+
"nno+xsn+jca",
|
1278 |
+
"nno+xsn+jca+jxc",
|
1279 |
+
"nno+xsn+jxc",
|
1280 |
+
"nno+xsn+jxc+jcs",
|
1281 |
+
"nno+xsn+nbu",
|
1282 |
+
"nno+xsn+nbu+jcm",
|
1283 |
+
"npd",
|
1284 |
+
"npd+jca",
|
1285 |
+
"npd+jca+jcm",
|
1286 |
+
"npd+jca+jp+ef",
|
1287 |
+
"npd+jca+jp+ef+jca",
|
1288 |
+
"npd+jca+jxc",
|
1289 |
+
"npd+jca+jxc+jcm",
|
1290 |
+
"npd+jca+jxt",
|
1291 |
+
"npd+jcc",
|
1292 |
+
"npd+jcj",
|
1293 |
+
"npd+jcm",
|
1294 |
+
"npd+jco",
|
1295 |
+
"npd+jcs",
|
1296 |
+
"npd+jct",
|
1297 |
+
"npd+jct+jcm",
|
1298 |
+
"npd+jct+jxt",
|
1299 |
+
"npd+jp+ecc",
|
1300 |
+
"npd+jp+ecs",
|
1301 |
+
"npd+jp+ecs+jco",
|
1302 |
+
"npd+jp+ecs+jxt",
|
1303 |
+
"npd+jp+ef",
|
1304 |
+
"npd+jp+ef+jca",
|
1305 |
+
"npd+jp+ef+jcm",
|
1306 |
+
"npd+jp+ef+jco",
|
1307 |
+
"npd+jp+ef+jcr",
|
1308 |
+
"npd+jp+ef+jcs",
|
1309 |
+
"npd+jp+ef+jp+ef",
|
1310 |
+
"npd+jp+ef+jp+etm",
|
1311 |
+
"npd+jp+ef+jxc",
|
1312 |
+
"npd+jp+ef+jxt",
|
1313 |
+
"npd+jp+ep+ef",
|
1314 |
+
"npd+jp+etm",
|
1315 |
+
"npd+jxc",
|
1316 |
+
"npd+jxc+jca",
|
1317 |
+
"npd+jxc+jca+jxc",
|
1318 |
+
"npd+jxc+jcc",
|
1319 |
+
"npd+jxc+jcr",
|
1320 |
+
"npd+jxc+jp+ef",
|
1321 |
+
"npd+jxc+jxc",
|
1322 |
+
"npd+jxc+jxt",
|
1323 |
+
"npd+jxt",
|
1324 |
+
"npd+nbn",
|
1325 |
+
"npd+nbn+jca",
|
1326 |
+
"npd+nbn+jcs",
|
1327 |
+
"npd+nbn+jxc",
|
1328 |
+
"npd+nbn+jxc+jxt",
|
1329 |
+
"npd+ncn",
|
1330 |
+
"npd+ncn+jca",
|
1331 |
+
"npd+ncn+jca+jxc",
|
1332 |
+
"npd+ncn+jcm",
|
1333 |
+
"npd+ncn+jco",
|
1334 |
+
"npd+ncn+jcs",
|
1335 |
+
"npd+ncn+jxt",
|
1336 |
+
"npd+npd",
|
1337 |
+
"npd+xsn",
|
1338 |
+
"npd+xsn+jca",
|
1339 |
+
"npd+xsn+jca+jxc",
|
1340 |
+
"npd+xsn+jca+jxt",
|
1341 |
+
"npd+xsn+jcm",
|
1342 |
+
"npd+xsn+jco",
|
1343 |
+
"npd+xsn+jcs",
|
1344 |
+
"npd+xsn+jct",
|
1345 |
+
"npd+xsn+jp+ef",
|
1346 |
+
"npd+xsn+jxc",
|
1347 |
+
"npd+xsn+jxt",
|
1348 |
+
"npp",
|
1349 |
+
"npp+jca",
|
1350 |
+
"npp+jca+jcm",
|
1351 |
+
"npp+jca+jxc",
|
1352 |
+
"npp+jca+jxc+jcm",
|
1353 |
+
"npp+jca+jxt",
|
1354 |
+
"npp+jcc",
|
1355 |
+
"npp+jcj",
|
1356 |
+
"npp+jcm",
|
1357 |
+
"npp+jco",
|
1358 |
+
"npp+jcs",
|
1359 |
+
"npp+jcs+jxt",
|
1360 |
+
"npp+jct",
|
1361 |
+
"npp+jct+jcm",
|
1362 |
+
"npp+jct+jxc",
|
1363 |
+
"npp+jct+jxt",
|
1364 |
+
"npp+jp+ecs",
|
1365 |
+
"npp+jp+ecs+jco",
|
1366 |
+
"npp+jp+ef",
|
1367 |
+
"npp+jp+ef+jcs",
|
1368 |
+
"npp+jp+ef+jxc+jcs",
|
1369 |
+
"npp+jp+ef+jxt",
|
1370 |
+
"npp+jp+ep+ecc",
|
1371 |
+
"npp+jp+ep+ef",
|
1372 |
+
"npp+jp+ep+etm",
|
1373 |
+
"npp+jp+etm",
|
1374 |
+
"npp+jxc",
|
1375 |
+
"npp+jxc+jcc",
|
1376 |
+
"npp+jxc+jcm",
|
1377 |
+
"npp+jxc+jco",
|
1378 |
+
"npp+jxt",
|
1379 |
+
"npp+nbn+jca",
|
1380 |
+
"npp+nbn+jcs",
|
1381 |
+
"npp+ncn",
|
1382 |
+
"npp+ncn+jca",
|
1383 |
+
"npp+ncn+jca+jxc",
|
1384 |
+
"npp+ncn+jca+jxt",
|
1385 |
+
"npp+ncn+jcm",
|
1386 |
+
"npp+ncn+jco",
|
1387 |
+
"npp+ncn+jcs",
|
1388 |
+
"npp+ncn+jct",
|
1389 |
+
"npp+ncn+jct+jxt",
|
1390 |
+
"npp+ncn+jp+ecs",
|
1391 |
+
"npp+ncn+jxc",
|
1392 |
+
"npp+ncn+jxt",
|
1393 |
+
"npp+ncn+xsn",
|
1394 |
+
"npp+ncpa",
|
1395 |
+
"npp+ncpa+jca",
|
1396 |
+
"npp+ncpa+jca+jxc",
|
1397 |
+
"npp+ncpa+jcj",
|
1398 |
+
"npp+ncpa+jcm",
|
1399 |
+
"npp+ncpa+jco",
|
1400 |
+
"npp+ncpa+jcs",
|
1401 |
+
"npp+ncpa+jxt",
|
1402 |
+
"npp+ncpa+ncpa+jca",
|
1403 |
+
"npp+ncpa+xsn+jp+ecc",
|
1404 |
+
"npp+ncpa+xsn+jp+etm",
|
1405 |
+
"npp+npp+jco",
|
1406 |
+
"npp+xsn",
|
1407 |
+
"npp+xsn+jca",
|
1408 |
+
"npp+xsn+jca+jxc",
|
1409 |
+
"npp+xsn+jca+jxc+jxc",
|
1410 |
+
"npp+xsn+jca+jxt",
|
1411 |
+
"npp+xsn+jcj",
|
1412 |
+
"npp+xsn+jcm",
|
1413 |
+
"npp+xsn+jco",
|
1414 |
+
"npp+xsn+jcs",
|
1415 |
+
"npp+xsn+jcs+jxt",
|
1416 |
+
"npp+xsn+jct",
|
1417 |
+
"npp+xsn+jct+jcm",
|
1418 |
+
"npp+xsn+jct+jxt",
|
1419 |
+
"npp+xsn+jp+ecs",
|
1420 |
+
"npp+xsn+jp+ef",
|
1421 |
+
"npp+xsn+jp+etm",
|
1422 |
+
"npp+xsn+jxc",
|
1423 |
+
"npp+xsn+jxc+jcs",
|
1424 |
+
"npp+xsn+jxc+jxt",
|
1425 |
+
"npp+xsn+jxt",
|
1426 |
+
"npp+xsn+ncn",
|
1427 |
+
"npp+xsn+xsn",
|
1428 |
+
"npp+xsn+xsn+jca",
|
1429 |
+
"npp+xsn+xsn+jca+jxt",
|
1430 |
+
"nq",
|
1431 |
+
"nq+jca",
|
1432 |
+
"nq+jca+jca",
|
1433 |
+
"nq+jca+jca+jxc",
|
1434 |
+
"nq+jca+jcm",
|
1435 |
+
"nq+jca+jxc",
|
1436 |
+
"nq+jca+jxc+jcm",
|
1437 |
+
"nq+jca+jxc+jxc",
|
1438 |
+
"nq+jca+jxt",
|
1439 |
+
"nq+jcc",
|
1440 |
+
"nq+jcj",
|
1441 |
+
"nq+jcm",
|
1442 |
+
"nq+jco",
|
1443 |
+
"nq+jcr",
|
1444 |
+
"nq+jcs",
|
1445 |
+
"nq+jcs+jca+jxc",
|
1446 |
+
"nq+jcs+jxt",
|
1447 |
+
"nq+jct",
|
1448 |
+
"nq+jct+jcm",
|
1449 |
+
"nq+jct+jxt",
|
1450 |
+
"nq+jp+ecc",
|
1451 |
+
"nq+jp+ecs",
|
1452 |
+
"nq+jp+ef",
|
1453 |
+
"nq+jp+ef+jcr",
|
1454 |
+
"nq+jp+ef+jcr+jxc",
|
1455 |
+
"nq+jp+ep+ecc",
|
1456 |
+
"nq+jp+ep+ecs",
|
1457 |
+
"nq+jp+ep+ef",
|
1458 |
+
"nq+jp+ep+etm",
|
1459 |
+
"nq+jp+ep+etn",
|
1460 |
+
"nq+jp+etm",
|
1461 |
+
"nq+jp+etn+jco",
|
1462 |
+
"nq+jxc",
|
1463 |
+
"nq+jxc+jca+jxt",
|
1464 |
+
"nq+jxc+jcm",
|
1465 |
+
"nq+jxc+jcs",
|
1466 |
+
"nq+jxc+jp+ef",
|
1467 |
+
"nq+jxc+jp+ef+jcr",
|
1468 |
+
"nq+jxc+jxc",
|
1469 |
+
"nq+jxc+jxc+jxt",
|
1470 |
+
"nq+jxc+jxt",
|
1471 |
+
"nq+jxt",
|
1472 |
+
"nq+nbn",
|
1473 |
+
"nq+nbn+jca",
|
1474 |
+
"nq+nbn+jcm",
|
1475 |
+
"nq+nbn+jp+ep+ef",
|
1476 |
+
"nq+ncn",
|
1477 |
+
"nq+ncn+jca",
|
1478 |
+
"nq+ncn+jca+jcm",
|
1479 |
+
"nq+ncn+jca+jxc",
|
1480 |
+
"nq+ncn+jca+jxt",
|
1481 |
+
"nq+ncn+jcc",
|
1482 |
+
"nq+ncn+jcj",
|
1483 |
+
"nq+ncn+jcm",
|
1484 |
+
"nq+ncn+jco",
|
1485 |
+
"nq+ncn+jcs",
|
1486 |
+
"nq+ncn+jct",
|
1487 |
+
"nq+ncn+jct+jcm",
|
1488 |
+
"nq+ncn+jct+jxc",
|
1489 |
+
"nq+ncn+jct+jxt",
|
1490 |
+
"nq+ncn+jp+ef",
|
1491 |
+
"nq+ncn+jp+ep+ef",
|
1492 |
+
"nq+ncn+jp+ep+etm",
|
1493 |
+
"nq+ncn+jp+etm",
|
1494 |
+
"nq+ncn+jxc",
|
1495 |
+
"nq+ncn+jxc+jxt",
|
1496 |
+
"nq+ncn+jxt",
|
1497 |
+
"nq+ncn+ncn",
|
1498 |
+
"nq+ncn+ncn+jca",
|
1499 |
+
"nq+ncn+ncn+jca+jxt",
|
1500 |
+
"nq+ncn+ncn+jcm",
|
1501 |
+
"nq+ncn+ncn+jco",
|
1502 |
+
"nq+ncn+ncn+jp+etm",
|
1503 |
+
"nq+ncn+ncn+jxc",
|
1504 |
+
"nq+ncn+ncn+ncn",
|
1505 |
+
"nq+ncn+ncn+ncn+jca",
|
1506 |
+
"nq+ncn+ncn+ncn+jcs",
|
1507 |
+
"nq+ncn+ncn+xsn+jxt",
|
1508 |
+
"nq+ncn+ncpa+jca",
|
1509 |
+
"nq+ncn+ncpa+jcs",
|
1510 |
+
"nq+ncn+ncpa+jxt",
|
1511 |
+
"nq+ncn+ncpa+ncn",
|
1512 |
+
"nq+ncn+ncpa+ncn+jcm",
|
1513 |
+
"nq+ncn+xsn",
|
1514 |
+
"nq+ncn+xsn+jca",
|
1515 |
+
"nq+ncn+xsn+jca+jxt",
|
1516 |
+
"nq+ncn+xsn+jcm",
|
1517 |
+
"nq+ncn+xsn+jco",
|
1518 |
+
"nq+ncn+xsn+jcs",
|
1519 |
+
"nq+ncn+xsn+jct",
|
1520 |
+
"nq+ncn+xsn+jp+etm",
|
1521 |
+
"nq+ncn+xsn+jxt",
|
1522 |
+
"nq+ncpa",
|
1523 |
+
"nq+ncpa+jca",
|
1524 |
+
"nq+ncpa+jcm",
|
1525 |
+
"nq+ncpa+jco",
|
1526 |
+
"nq+ncpa+jxt",
|
1527 |
+
"nq+ncpa+ncn+jcm",
|
1528 |
+
"nq+ncpa+ncn+jp+ef",
|
1529 |
+
"nq+ncpa+ncn+jp+etm",
|
1530 |
+
"nq+nq",
|
1531 |
+
"nq+nq+jca",
|
1532 |
+
"nq+nq+jcj",
|
1533 |
+
"nq+nq+jcm",
|
1534 |
+
"nq+nq+jcs",
|
1535 |
+
"nq+nq+jct",
|
1536 |
+
"nq+nq+jxc+jcs",
|
1537 |
+
"nq+nq+jxt",
|
1538 |
+
"nq+nq+ncn",
|
1539 |
+
"nq+nq+ncn+jca",
|
1540 |
+
"nq+nq+nq+jxt",
|
1541 |
+
"nq+nq+nq+nq+jcm",
|
1542 |
+
"nq+xsm+ecs",
|
1543 |
+
"nq+xsm+etm",
|
1544 |
+
"nq+xsn",
|
1545 |
+
"nq+xsn+jca",
|
1546 |
+
"nq+xsn+jca+jxc",
|
1547 |
+
"nq+xsn+jca+jxt",
|
1548 |
+
"nq+xsn+jcj",
|
1549 |
+
"nq+xsn+jcm",
|
1550 |
+
"nq+xsn+jco",
|
1551 |
+
"nq+xsn+jcs",
|
1552 |
+
"nq+xsn+jcs+jxt",
|
1553 |
+
"nq+xsn+jct",
|
1554 |
+
"nq+xsn+jct+jcm",
|
1555 |
+
"nq+xsn+jp+ef",
|
1556 |
+
"nq+xsn+jp+ef+jcr",
|
1557 |
+
"nq+xsn+jp+ep+ef",
|
1558 |
+
"nq+xsn+jp+etm",
|
1559 |
+
"nq+xsn+jp+etn+jco",
|
1560 |
+
"nq+xsn+jxc",
|
1561 |
+
"nq+xsn+jxt",
|
1562 |
+
"nq+xsn+xsn",
|
1563 |
+
"nq+xsn+xsn+jcj",
|
1564 |
+
"nq+xsn+xsn+jcs",
|
1565 |
+
"nq+xsn+xsv+ep+etm",
|
1566 |
+
"nq+xsv+ecs",
|
1567 |
+
"paa+ecc",
|
1568 |
+
"paa+ecc+jxc",
|
1569 |
+
"paa+ecc+jxt",
|
1570 |
+
"paa+ecs",
|
1571 |
+
"paa+ecs+etm",
|
1572 |
+
"paa+ecs+jca",
|
1573 |
+
"paa+ecs+jcm",
|
1574 |
+
"paa+ecs+jco",
|
1575 |
+
"paa+ecs+jct",
|
1576 |
+
"paa+ecs+jp+ecc",
|
1577 |
+
"paa+ecs+jp+ep+ef",
|
1578 |
+
"paa+ecs+jxc",
|
1579 |
+
"paa+ecs+jxc+jxt",
|
1580 |
+
"paa+ecs+jxt",
|
1581 |
+
"paa+ecx",
|
1582 |
+
"paa+ecx+jco",
|
1583 |
+
"paa+ecx+jcs",
|
1584 |
+
"paa+ecx+jxc",
|
1585 |
+
"paa+ecx+jxt",
|
1586 |
+
"paa+ecx+px+ecc",
|
1587 |
+
"paa+ecx+px+ecs",
|
1588 |
+
"paa+ecx+px+ecx",
|
1589 |
+
"paa+ecx+px+ecx+jxc",
|
1590 |
+
"paa+ecx+px+ecx+px+ecc",
|
1591 |
+
"paa+ecx+px+ecx+px+ecx",
|
1592 |
+
"paa+ecx+px+ecx+px+ef",
|
1593 |
+
"paa+ecx+px+ecx+px+ep+ef",
|
1594 |
+
"paa+ecx+px+ecx+px+etm",
|
1595 |
+
"paa+ecx+px+ef",
|
1596 |
+
"paa+ecx+px+ef+jcr",
|
1597 |
+
"paa+ecx+px+ep+ecc",
|
1598 |
+
"paa+ecx+px+ep+ecs",
|
1599 |
+
"paa+ecx+px+ep+ef",
|
1600 |
+
"paa+ecx+px+ep+ef+jcr",
|
1601 |
+
"paa+ecx+px+ep+etm",
|
1602 |
+
"paa+ecx+px+ep+etn",
|
1603 |
+
"paa+ecx+px+ep+etn+jco",
|
1604 |
+
"paa+ecx+px+etm",
|
1605 |
+
"paa+ecx+px+etn",
|
1606 |
+
"paa+ecx+px+etn+jca",
|
1607 |
+
"paa+ecx+px+etn+jco",
|
1608 |
+
"paa+ecx+px+etn+jcs",
|
1609 |
+
"paa+ecx+px+etn+jxc",
|
1610 |
+
"paa+ecx+px+etn+jxt",
|
1611 |
+
"paa+ef",
|
1612 |
+
"paa+ef+ecc",
|
1613 |
+
"paa+ef+ecs",
|
1614 |
+
"paa+ef+ecs+jxc",
|
1615 |
+
"paa+ef+jca",
|
1616 |
+
"paa+ef+jcm",
|
1617 |
+
"paa+ef+jco",
|
1618 |
+
"paa+ef+jcr",
|
1619 |
+
"paa+ef+jcr+jxc",
|
1620 |
+
"paa+ef+jcr+jxt",
|
1621 |
+
"paa+ef+jxf",
|
1622 |
+
"paa+ep+ecc",
|
1623 |
+
"paa+ep+ecs",
|
1624 |
+
"paa+ep+ecs+jxc",
|
1625 |
+
"paa+ep+ef",
|
1626 |
+
"paa+ep+ef+jcr",
|
1627 |
+
"paa+ep+ef+jxc",
|
1628 |
+
"paa+ep+ef+jxf",
|
1629 |
+
"paa+ep+ef+jxt",
|
1630 |
+
"paa+ep+ep+ecs",
|
1631 |
+
"paa+ep+ep+ef",
|
1632 |
+
"paa+ep+ep+etm",
|
1633 |
+
"paa+ep+etm",
|
1634 |
+
"paa+ep+etn",
|
1635 |
+
"paa+ep+etn+jca",
|
1636 |
+
"paa+ep+etn+jca+jxc",
|
1637 |
+
"paa+ep+etn+jco",
|
1638 |
+
"paa+ep+etn+jcs",
|
1639 |
+
"paa+ep+etn+jxt",
|
1640 |
+
"paa+etm",
|
1641 |
+
"paa+etn",
|
1642 |
+
"paa+etn+jca",
|
1643 |
+
"paa+etn+jca+jxc",
|
1644 |
+
"paa+etn+jca+jxt",
|
1645 |
+
"paa+etn+jcc",
|
1646 |
+
"paa+etn+jcj",
|
1647 |
+
"paa+etn+jcm",
|
1648 |
+
"paa+etn+jco",
|
1649 |
+
"paa+etn+jcs",
|
1650 |
+
"paa+etn+jct",
|
1651 |
+
"paa+etn+jp+ecc",
|
1652 |
+
"paa+etn+jp+ef",
|
1653 |
+
"paa+etn+jp+ep+ecs",
|
1654 |
+
"paa+etn+jp+ep+ef",
|
1655 |
+
"paa+etn+jxc",
|
1656 |
+
"paa+etn+jxt",
|
1657 |
+
"paa+jxt",
|
1658 |
+
"pad+ecc",
|
1659 |
+
"pad+ecc+jxt",
|
1660 |
+
"pad+ecs",
|
1661 |
+
"pad+ecs+jxc",
|
1662 |
+
"pad+ecs+jxt",
|
1663 |
+
"pad+ecx",
|
1664 |
+
"pad+ecx+jcs",
|
1665 |
+
"pad+ecx+jxc",
|
1666 |
+
"pad+ecx+jxt",
|
1667 |
+
"pad+ecx+px+ecs",
|
1668 |
+
"pad+ecx+px+ecx+px+ecc+jxt",
|
1669 |
+
"pad+ef",
|
1670 |
+
"pad+ef+jcr",
|
1671 |
+
"pad+ef+jcr+jxt",
|
1672 |
+
"pad+ef+jxf",
|
1673 |
+
"pad+ef+jxt",
|
1674 |
+
"pad+ep+ecc",
|
1675 |
+
"pad+ep+ecs",
|
1676 |
+
"pad+ep+ef",
|
1677 |
+
"pad+ep+ef+jco",
|
1678 |
+
"pad+ep+etm",
|
1679 |
+
"pad+etm",
|
1680 |
+
"pad+etn",
|
1681 |
+
"pad+etn+jxt",
|
1682 |
+
"pvd+ecc+jxc",
|
1683 |
+
"pvd+ecs",
|
1684 |
+
"pvd+ecs+jp+ecs",
|
1685 |
+
"pvd+ecs+jxc",
|
1686 |
+
"pvd+ecs+jxt",
|
1687 |
+
"pvd+ecx",
|
1688 |
+
"pvd+ep+ef",
|
1689 |
+
"pvd+ep+etm",
|
1690 |
+
"pvd+etm",
|
1691 |
+
"pvd+etn",
|
1692 |
+
"pvd+etn+jca",
|
1693 |
+
"pvd+etn+jca+jxc",
|
1694 |
+
"pvg+ecc",
|
1695 |
+
"pvg+ecc+jxc",
|
1696 |
+
"pvg+ecc+jxt",
|
1697 |
+
"pvg+ecs",
|
1698 |
+
"pvg+ecs+ecs",
|
1699 |
+
"pvg+ecs+jca",
|
1700 |
+
"pvg+ecs+jca+jxt",
|
1701 |
+
"pvg+ecs+jcc",
|
1702 |
+
"pvg+ecs+jcm",
|
1703 |
+
"pvg+ecs+jco",
|
1704 |
+
"pvg+ecs+jcs",
|
1705 |
+
"pvg+ecs+jct",
|
1706 |
+
"pvg+ecs+jp+ecs",
|
1707 |
+
"pvg+ecs+jp+ef",
|
1708 |
+
"pvg+ecs+jp+ep+ecs",
|
1709 |
+
"pvg+ecs+jp+ep+ef",
|
1710 |
+
"pvg+ecs+jp+ep+ef+jcr",
|
1711 |
+
"pvg+ecs+jxc",
|
1712 |
+
"pvg+ecs+jxc+jcc",
|
1713 |
+
"pvg+ecs+jxc+jp+ef",
|
1714 |
+
"pvg+ecs+jxc+jp+ep+ef",
|
1715 |
+
"pvg+ecs+jxt",
|
1716 |
+
"pvg+ecx",
|
1717 |
+
"pvg+ecx+jco",
|
1718 |
+
"pvg+ecx+jxc",
|
1719 |
+
"pvg+ecx+jxt",
|
1720 |
+
"pvg+ecx+jxt+px+ep+ef",
|
1721 |
+
"pvg+ecx+px+ecc",
|
1722 |
+
"pvg+ecx+px+ecc+jxc",
|
1723 |
+
"pvg+ecx+px+ecc+jxt",
|
1724 |
+
"pvg+ecx+px+ecs",
|
1725 |
+
"pvg+ecx+px+ecs+jxc",
|
1726 |
+
"pvg+ecx+px+ecs+jxt",
|
1727 |
+
"pvg+ecx+px+ecx",
|
1728 |
+
"pvg+ecx+px+ecx+jco",
|
1729 |
+
"pvg+ecx+px+ecx+jxc",
|
1730 |
+
"pvg+ecx+px+ecx+jxt",
|
1731 |
+
"pvg+ecx+px+ecx+px+ecc",
|
1732 |
+
"pvg+ecx+px+ecx+px+ecs",
|
1733 |
+
"pvg+ecx+px+ecx+px+ecs+jxt",
|
1734 |
+
"pvg+ecx+px+ecx+px+ecx",
|
1735 |
+
"pvg+ecx+px+ecx+px+ecx+px+ecc",
|
1736 |
+
"pvg+ecx+px+ecx+px+ef",
|
1737 |
+
"pvg+ecx+px+ecx+px+ep+ecc",
|
1738 |
+
"pvg+ecx+px+ecx+px+ep+ef",
|
1739 |
+
"pvg+ecx+px+ecx+px+ep+etm",
|
1740 |
+
"pvg+ecx+px+ecx+px+ep+etn+jco",
|
1741 |
+
"pvg+ecx+px+ecx+px+etm",
|
1742 |
+
"pvg+ecx+px+ecx+px+etn",
|
1743 |
+
"pvg+ecx+px+ecx+px+etn+jca",
|
1744 |
+
"pvg+ecx+px+ef",
|
1745 |
+
"pvg+ecx+px+ef+jca",
|
1746 |
+
"pvg+ecx+px+ef+jcm",
|
1747 |
+
"pvg+ecx+px+ef+jcr",
|
1748 |
+
"pvg+ecx+px+ep+ecc",
|
1749 |
+
"pvg+ecx+px+ep+ecs",
|
1750 |
+
"pvg+ecx+px+ep+ecs+jxc",
|
1751 |
+
"pvg+ecx+px+ep+ef",
|
1752 |
+
"pvg+ecx+px+ep+ef+jcm",
|
1753 |
+
"pvg+ecx+px+ep+ef+jcr",
|
1754 |
+
"pvg+ecx+px+ep+ef+jxf",
|
1755 |
+
"pvg+ecx+px+ep+ep+ecs",
|
1756 |
+
"pvg+ecx+px+ep+etm",
|
1757 |
+
"pvg+ecx+px+ep+etn",
|
1758 |
+
"pvg+ecx+px+ep+etn+jca",
|
1759 |
+
"pvg+ecx+px+ep+etn+jca+jxc",
|
1760 |
+
"pvg+ecx+px+ep+etn+jco",
|
1761 |
+
"pvg+ecx+px+etm",
|
1762 |
+
"pvg+ecx+px+etn",
|
1763 |
+
"pvg+ecx+px+etn+jca",
|
1764 |
+
"pvg+ecx+px+etn+jca+jxc",
|
1765 |
+
"pvg+ecx+px+etn+jca+jxt",
|
1766 |
+
"pvg+ecx+px+etn+jco",
|
1767 |
+
"pvg+ecx+px+etn+jcs",
|
1768 |
+
"pvg+ecx+px+etn+jct",
|
1769 |
+
"pvg+ecx+px+etn+jxc",
|
1770 |
+
"pvg+ecx+px+etn+jxc+jxt",
|
1771 |
+
"pvg+ecx+px+etn+jxt",
|
1772 |
+
"pvg+ef",
|
1773 |
+
"pvg+ef+jca",
|
1774 |
+
"pvg+ef+jcm",
|
1775 |
+
"pvg+ef+jco",
|
1776 |
+
"pvg+ef+jcr",
|
1777 |
+
"pvg+ef+jcr+jxc",
|
1778 |
+
"pvg+ef+jcr+jxt",
|
1779 |
+
"pvg+ef+jcs",
|
1780 |
+
"pvg+ef+jp+ef+jcr",
|
1781 |
+
"pvg+ef+jp+etm",
|
1782 |
+
"pvg+ef+jxc",
|
1783 |
+
"pvg+ef+jxf",
|
1784 |
+
"pvg+ef+jxt",
|
1785 |
+
"pvg+ep+ecc",
|
1786 |
+
"pvg+ep+ecc+jxt",
|
1787 |
+
"pvg+ep+ecs",
|
1788 |
+
"pvg+ep+ecs+jca+jxt",
|
1789 |
+
"pvg+ep+ecs+jco",
|
1790 |
+
"pvg+ep+ecs+jxc",
|
1791 |
+
"pvg+ep+ecs+jxt",
|
1792 |
+
"pvg+ep+ecx",
|
1793 |
+
"pvg+ep+ecx+px+ef",
|
1794 |
+
"pvg+ep+ef",
|
1795 |
+
"pvg+ep+ef+jca",
|
1796 |
+
"pvg+ep+ef+jcm",
|
1797 |
+
"pvg+ep+ef+jco",
|
1798 |
+
"pvg+ep+ef+jcr",
|
1799 |
+
"pvg+ep+ef+jcr+jxc",
|
1800 |
+
"pvg+ep+ef+jcr+jxt",
|
1801 |
+
"pvg+ep+ef+jct",
|
1802 |
+
"pvg+ep+ef+jxc",
|
1803 |
+
"pvg+ep+ef+jxf",
|
1804 |
+
"pvg+ep+ef+jxt",
|
1805 |
+
"pvg+ep+ep+ef",
|
1806 |
+
"pvg+ep+ep+ef+jco",
|
1807 |
+
"pvg+ep+ep+ef+jxf",
|
1808 |
+
"pvg+ep+etm",
|
1809 |
+
"pvg+ep+etn",
|
1810 |
+
"pvg+ep+etn+jca",
|
1811 |
+
"pvg+ep+etn+jca+jxc",
|
1812 |
+
"pvg+ep+etn+jca+jxt",
|
1813 |
+
"pvg+ep+etn+jco",
|
1814 |
+
"pvg+ep+etn+jcs",
|
1815 |
+
"pvg+ep+etn+jxt",
|
1816 |
+
"pvg+etm",
|
1817 |
+
"pvg+etn",
|
1818 |
+
"pvg+etn+jca",
|
1819 |
+
"pvg+etn+jca+jxc",
|
1820 |
+
"pvg+etn+jca+jxt",
|
1821 |
+
"pvg+etn+jcc",
|
1822 |
+
"pvg+etn+jcj",
|
1823 |
+
"pvg+etn+jcm",
|
1824 |
+
"pvg+etn+jco",
|
1825 |
+
"pvg+etn+jcr",
|
1826 |
+
"pvg+etn+jcs",
|
1827 |
+
"pvg+etn+jct",
|
1828 |
+
"pvg+etn+jct+jxt",
|
1829 |
+
"pvg+etn+jp+ecc",
|
1830 |
+
"pvg+etn+jp+ecs",
|
1831 |
+
"pvg+etn+jp+ef",
|
1832 |
+
"pvg+etn+jp+ef+jcr",
|
1833 |
+
"pvg+etn+jp+ef+jcs",
|
1834 |
+
"pvg+etn+jp+ep+ef",
|
1835 |
+
"pvg+etn+jp+ep+ef+jcr",
|
1836 |
+
"pvg+etn+jp+etm",
|
1837 |
+
"pvg+etn+jxc",
|
1838 |
+
"pvg+etn+jxc+jca+jxt",
|
1839 |
+
"pvg+etn+jxc+jcm",
|
1840 |
+
"pvg+etn+jxc+jco",
|
1841 |
+
"pvg+etn+jxc+jcs",
|
1842 |
+
"pvg+etn+jxc+jxt",
|
1843 |
+
"pvg+etn+jxt",
|
1844 |
+
"pvg+etn+xsm+ecs",
|
1845 |
+
"pvg+etn+xsn+jcm",
|
1846 |
+
"px+ecc",
|
1847 |
+
"px+ecc+jxc",
|
1848 |
+
"px+ecc+jxc+jp+ef",
|
1849 |
+
"px+ecc+jxt",
|
1850 |
+
"px+ecs",
|
1851 |
+
"px+ecs+jca",
|
1852 |
+
"px+ecs+jcc",
|
1853 |
+
"px+ecs+jcj",
|
1854 |
+
"px+ecs+jcm",
|
1855 |
+
"px+ecs+jco",
|
1856 |
+
"px+ecs+jp+ep+ef",
|
1857 |
+
"px+ecs+jxc",
|
1858 |
+
"px+ecs+jxt",
|
1859 |
+
"px+ecx",
|
1860 |
+
"px+ecx+jxc",
|
1861 |
+
"px+ecx+jxt",
|
1862 |
+
"px+ecx+px+ecs",
|
1863 |
+
"px+ecx+px+ecx",
|
1864 |
+
"px+ecx+px+ef",
|
1865 |
+
"px+ecx+px+ef+jcr",
|
1866 |
+
"px+ecx+px+ep+ef",
|
1867 |
+
"px+ecx+px+etm",
|
1868 |
+
"px+ecx+px+etn+jca",
|
1869 |
+
"px+ef",
|
1870 |
+
"px+ef+etm",
|
1871 |
+
"px+ef+jca",
|
1872 |
+
"px+ef+jca+jxc",
|
1873 |
+
"px+ef+jcj",
|
1874 |
+
"px+ef+jcm",
|
1875 |
+
"px+ef+jco",
|
1876 |
+
"px+ef+jcr",
|
1877 |
+
"px+ef+jcr+jxc",
|
1878 |
+
"px+ef+jcs",
|
1879 |
+
"px+ef+jp+etm",
|
1880 |
+
"px+ef+jxc",
|
1881 |
+
"px+ef+jxf",
|
1882 |
+
"px+ef+jxt",
|
1883 |
+
"px+ep+ecc",
|
1884 |
+
"px+ep+ecs",
|
1885 |
+
"px+ep+ecs+jxc",
|
1886 |
+
"px+ep+ecs+jxt",
|
1887 |
+
"px+ep+ecx",
|
1888 |
+
"px+ep+ef",
|
1889 |
+
"px+ep+ef+jca",
|
1890 |
+
"px+ep+ef+jco",
|
1891 |
+
"px+ep+ef+jcr",
|
1892 |
+
"px+ep+ef+jcr+jxc",
|
1893 |
+
"px+ep+ef+jxf",
|
1894 |
+
"px+ep+ep+ef",
|
1895 |
+
"px+ep+ep+ef+jxf",
|
1896 |
+
"px+ep+etm",
|
1897 |
+
"px+ep+etn",
|
1898 |
+
"px+ep+etn+jca",
|
1899 |
+
"px+ep+etn+jca+jxc",
|
1900 |
+
"px+ep+etn+jco",
|
1901 |
+
"px+ep+etn+jcs",
|
1902 |
+
"px+ep+etn+jxc",
|
1903 |
+
"px+ep+etn+jxt",
|
1904 |
+
"px+etm",
|
1905 |
+
"px+etn",
|
1906 |
+
"px+etn+jca",
|
1907 |
+
"px+etn+jca+jxc",
|
1908 |
+
"px+etn+jca+jxt",
|
1909 |
+
"px+etn+jco",
|
1910 |
+
"px+etn+jcs",
|
1911 |
+
"px+etn+jct",
|
1912 |
+
"px+etn+jxc",
|
1913 |
+
"px+etn+jxc+jxt",
|
1914 |
+
"px+etn+jxt",
|
1915 |
+
"sf",
|
1916 |
+
"sl",
|
1917 |
+
"sp",
|
1918 |
+
"sr",
|
1919 |
+
"su",
|
1920 |
+
"su+jca",
|
1921 |
+
"su+jcm",
|
1922 |
+
"xp+nbn",
|
1923 |
+
"xp+nbu",
|
1924 |
+
"xp+ncn",
|
1925 |
+
"xp+ncn+jca",
|
1926 |
+
"xp+ncn+jcm",
|
1927 |
+
"xp+ncn+jco",
|
1928 |
+
"xp+ncn+jcs",
|
1929 |
+
"xp+ncn+jp+ef",
|
1930 |
+
"xp+ncn+jp+ep+ef",
|
1931 |
+
"xp+ncn+jxt",
|
1932 |
+
"xp+ncn+ncn+jca",
|
1933 |
+
"xp+ncn+ncn+jcm",
|
1934 |
+
"xp+ncn+ncn+jco",
|
1935 |
+
"xp+ncn+ncpa+jco",
|
1936 |
+
"xp+ncn+xsn",
|
1937 |
+
"xp+ncn+xsn+jca",
|
1938 |
+
"xp+ncn+xsn+jcm",
|
1939 |
+
"xp+ncn+xsn+jp+ef",
|
1940 |
+
"xp+ncn+xsn+jp+etm",
|
1941 |
+
"xp+ncpa",
|
1942 |
+
"xp+ncpa+jca",
|
1943 |
+
"xp+ncpa+jcm",
|
1944 |
+
"xp+ncpa+jco",
|
1945 |
+
"xp+ncpa+ncn+jcm",
|
1946 |
+
"xp+ncpa+ncn+jco",
|
1947 |
+
"xp+ncpa+ncpa+jco",
|
1948 |
+
"xp+ncpa+xsn",
|
1949 |
+
"xp+ncpa+xsn+jp+etm",
|
1950 |
+
"xp+ncpa+xsv+ecc",
|
1951 |
+
"xp+ncpa+xsv+ecs",
|
1952 |
+
"xp+ncpa+xsv+ecx",
|
1953 |
+
"xp+ncpa+xsv+ef",
|
1954 |
+
"xp+ncpa+xsv+ef+jcr",
|
1955 |
+
"xp+ncpa+xsv+ep+ef",
|
1956 |
+
"xp+ncpa+xsv+etm",
|
1957 |
+
"xp+ncpa+xsv+etn+jca",
|
1958 |
+
"xp+ncps",
|
1959 |
+
"xp+ncps+xsm+ecs",
|
1960 |
+
"xp+ncps+xsm+ecx",
|
1961 |
+
"xp+ncps+xsm+ef",
|
1962 |
+
"xp+ncps+xsm+ep+ef",
|
1963 |
+
"xp+ncps+xsm+etm",
|
1964 |
+
"xp+ncps+xsn",
|
1965 |
+
"xp+nnc",
|
1966 |
+
"xp+nnc+jcm",
|
1967 |
+
"xp+nnc+nbn",
|
1968 |
+
"xp+nnc+nbu",
|
1969 |
+
"xp+nnc+nbu+jcs",
|
1970 |
+
"xp+nnc+ncn",
|
1971 |
+
"xp+nnc+ncn+jca",
|
1972 |
+
"xp+nnc+ncn+jcm",
|
1973 |
+
"xp+nnc+ncn+jcs",
|
1974 |
+
"xp+nnc+ncn+jp+ef+jcr",
|
1975 |
+
"xp+nno",
|
1976 |
+
"xp+nno+jcm",
|
1977 |
+
"xp+nno+nbn+jca",
|
1978 |
+
"xp+nno+nbu",
|
1979 |
+
"xp+nno+nbu+jcs",
|
1980 |
+
"xp+nno+ncn",
|
1981 |
+
"xp+nno+ncn+jca",
|
1982 |
+
"xp+nno+ncn+jcs",
|
1983 |
+
"xp+nno+ncn+jxt",
|
1984 |
+
"xp+nq",
|
1985 |
+
"xp+nq+ncn+jca",
|
1986 |
+
"xp+nq+ncpa",
|
1987 |
+
"xp+nq+ncpa+jco",
|
1988 |
+
"xp+nq+ncpa+jp+etm",
|
1989 |
+
"xsm+etm",
|
1990 |
+
"xsn",
|
1991 |
+
"xsn+jca",
|
1992 |
+
"xsn+jca+jxt",
|
1993 |
+
"xsn+jco",
|
1994 |
+
"xsn+jcs",
|
1995 |
+
"xsn+jp+ef",
|
1996 |
+
"xsn+jp+ep+ef",
|
1997 |
+
"xsn+jxc+jca+jxt",
|
1998 |
+
"xsn+jxc+jcs",
|
1999 |
+
"xsn+jxt",
|
2000 |
+
"xsv+ecc",
|
2001 |
+
"xsv+ecs",
|
2002 |
+
"xsv+ecx+px+ep+ef",
|
2003 |
+
"xsv+ep+ecx",
|
2004 |
+
"xsv+etm"
|
2005 |
+
],
|
2006 |
+
"morphologizer":[
|
2007 |
+
"POS=CCONJ",
|
2008 |
+
"POS=ADV",
|
2009 |
+
"POS=SCONJ",
|
2010 |
+
"POS=DET",
|
2011 |
+
"POS=NOUN",
|
2012 |
+
"POS=VERB",
|
2013 |
+
"POS=ADJ",
|
2014 |
+
"POS=PUNCT",
|
2015 |
+
"POS=AUX",
|
2016 |
+
"POS=PRON",
|
2017 |
+
"POS=PROPN",
|
2018 |
+
"POS=NUM",
|
2019 |
+
"POS=INTJ",
|
2020 |
+
"POS=PART",
|
2021 |
+
"POS=X",
|
2022 |
+
"POS=ADP",
|
2023 |
+
"POS=SYM"
|
2024 |
+
],
|
2025 |
+
"parser":[
|
2026 |
+
"ROOT",
|
2027 |
+
"acl",
|
2028 |
+
"advcl",
|
2029 |
+
"advmod",
|
2030 |
+
"amod",
|
2031 |
+
"appos",
|
2032 |
+
"aux",
|
2033 |
+
"case",
|
2034 |
+
"cc",
|
2035 |
+
"ccomp",
|
2036 |
+
"compound",
|
2037 |
+
"conj",
|
2038 |
+
"cop",
|
2039 |
+
"csubj",
|
2040 |
+
"dep",
|
2041 |
+
"det",
|
2042 |
+
"discourse",
|
2043 |
+
"dislocated",
|
2044 |
+
"fixed",
|
2045 |
+
"flat",
|
2046 |
+
"iobj",
|
2047 |
+
"mark",
|
2048 |
+
"nmod",
|
2049 |
+
"nsubj",
|
2050 |
+
"nummod",
|
2051 |
+
"obj",
|
2052 |
+
"obl",
|
2053 |
+
"punct",
|
2054 |
+
"vocative",
|
2055 |
+
"xcomp"
|
2056 |
+
],
|
2057 |
+
"experimental_edit_tree_lemmatizer":[
|
2058 |
+
0,
|
2059 |
+
3,
|
2060 |
+
5,
|
2061 |
+
7,
|
2062 |
+
9,
|
2063 |
+
11,
|
2064 |
+
12,
|
2065 |
+
16,
|
2066 |
+
18,
|
2067 |
+
20,
|
2068 |
+
22,
|
2069 |
+
25,
|
2070 |
+
28,
|
2071 |
+
31,
|
2072 |
+
34,
|
2073 |
+
35,
|
2074 |
+
36,
|
2075 |
+
39,
|
2076 |
+
40,
|
2077 |
+
43,
|
2078 |
+
45,
|
2079 |
+
47,
|
2080 |
+
48,
|
2081 |
+
51,
|
2082 |
+
54,
|
2083 |
+
56,
|
2084 |
+
58,
|
2085 |
+
60,
|
2086 |
+
61,
|
2087 |
+
63,
|
2088 |
+
65,
|
2089 |
+
67,
|
2090 |
+
69,
|
2091 |
+
71,
|
2092 |
+
73,
|
2093 |
+
75,
|
2094 |
+
76,
|
2095 |
+
78,
|
2096 |
+
79,
|
2097 |
+
82,
|
2098 |
+
85,
|
2099 |
+
87,
|
2100 |
+
89,
|
2101 |
+
92,
|
2102 |
+
95,
|
2103 |
+
97,
|
2104 |
+
99,
|
2105 |
+
101,
|
2106 |
+
104,
|
2107 |
+
106,
|
2108 |
+
109,
|
2109 |
+
112,
|
2110 |
+
114,
|
2111 |
+
116,
|
2112 |
+
119,
|
2113 |
+
121,
|
2114 |
+
122,
|
2115 |
+
124,
|
2116 |
+
126,
|
2117 |
+
127,
|
2118 |
+
128,
|
2119 |
+
130,
|
2120 |
+
133,
|
2121 |
+
135,
|
2122 |
+
137,
|
2123 |
+
140,
|
2124 |
+
142,
|
2125 |
+
145,
|
2126 |
+
147,
|
2127 |
+
148,
|
2128 |
+
150,
|
2129 |
+
151,
|
2130 |
+
152,
|
2131 |
+
155,
|
2132 |
+
156,
|
2133 |
+
158,
|
2134 |
+
161,
|
2135 |
+
162,
|
2136 |
+
164,
|
2137 |
+
167,
|
2138 |
+
169,
|
2139 |
+
172,
|
2140 |
+
174,
|
2141 |
+
176,
|
2142 |
+
177,
|
2143 |
+
179,
|
2144 |
+
182,
|
2145 |
+
184,
|
2146 |
+
186,
|
2147 |
+
188,
|
2148 |
+
191,
|
2149 |
+
192,
|
2150 |
+
194,
|
2151 |
+
196,
|
2152 |
+
199,
|
2153 |
+
202,
|
2154 |
+
203,
|
2155 |
+
173,
|
2156 |
+
115,
|
2157 |
+
205,
|
2158 |
+
207,
|
2159 |
+
210,
|
2160 |
+
213,
|
2161 |
+
216,
|
2162 |
+
218,
|
2163 |
+
221,
|
2164 |
+
146,
|
2165 |
+
223,
|
2166 |
+
225,
|
2167 |
+
227,
|
2168 |
+
229,
|
2169 |
+
230,
|
2170 |
+
231,
|
2171 |
+
232,
|
2172 |
+
234,
|
2173 |
+
236,
|
2174 |
+
238,
|
2175 |
+
239,
|
2176 |
+
242,
|
2177 |
+
244,
|
2178 |
+
246,
|
2179 |
+
248,
|
2180 |
+
251,
|
2181 |
+
253,
|
2182 |
+
255,
|
2183 |
+
256,
|
2184 |
+
259,
|
2185 |
+
261,
|
2186 |
+
264,
|
2187 |
+
265,
|
2188 |
+
268,
|
2189 |
+
270,
|
2190 |
+
272,
|
2191 |
+
274,
|
2192 |
+
276,
|
2193 |
+
278,
|
2194 |
+
279,
|
2195 |
+
282,
|
2196 |
+
285,
|
2197 |
+
287,
|
2198 |
+
289,
|
2199 |
+
293,
|
2200 |
+
295,
|
2201 |
+
297,
|
2202 |
+
300,
|
2203 |
+
302,
|
2204 |
+
304,
|
2205 |
+
307,
|
2206 |
+
309,
|
2207 |
+
310,
|
2208 |
+
313,
|
2209 |
+
315,
|
2210 |
+
226,
|
2211 |
+
318,
|
2212 |
+
319,
|
2213 |
+
321,
|
2214 |
+
323,
|
2215 |
+
325,
|
2216 |
+
327,
|
2217 |
+
329,
|
2218 |
+
332,
|
2219 |
+
334,
|
2220 |
+
335,
|
2221 |
+
337,
|
2222 |
+
149,
|
2223 |
+
339,
|
2224 |
+
340,
|
2225 |
+
342,
|
2226 |
+
344,
|
2227 |
+
346,
|
2228 |
+
348,
|
2229 |
+
349,
|
2230 |
+
350,
|
2231 |
+
352,
|
2232 |
+
354,
|
2233 |
+
356,
|
2234 |
+
358,
|
2235 |
+
360,
|
2236 |
+
361,
|
2237 |
+
363,
|
2238 |
+
365,
|
2239 |
+
369,
|
2240 |
+
370,
|
2241 |
+
372,
|
2242 |
+
374,
|
2243 |
+
376,
|
2244 |
+
21,
|
2245 |
+
15,
|
2246 |
+
377,
|
2247 |
+
379,
|
2248 |
+
382,
|
2249 |
+
385,
|
2250 |
+
387,
|
2251 |
+
388,
|
2252 |
+
254,
|
2253 |
+
390,
|
2254 |
+
393,
|
2255 |
+
395,
|
2256 |
+
397,
|
2257 |
+
399,
|
2258 |
+
401,
|
2259 |
+
403,
|
2260 |
+
404,
|
2261 |
+
405,
|
2262 |
+
407,
|
2263 |
+
408,
|
2264 |
+
411,
|
2265 |
+
414,
|
2266 |
+
417,
|
2267 |
+
418,
|
2268 |
+
421,
|
2269 |
+
422,
|
2270 |
+
424,
|
2271 |
+
427,
|
2272 |
+
429,
|
2273 |
+
431,
|
2274 |
+
435,
|
2275 |
+
437,
|
2276 |
+
439,
|
2277 |
+
440,
|
2278 |
+
442,
|
2279 |
+
443,
|
2280 |
+
444,
|
2281 |
+
447,
|
2282 |
+
449,
|
2283 |
+
451,
|
2284 |
+
389,
|
2285 |
+
454,
|
2286 |
+
455,
|
2287 |
+
457,
|
2288 |
+
460,
|
2289 |
+
461,
|
2290 |
+
463,
|
2291 |
+
466,
|
2292 |
+
468,
|
2293 |
+
471,
|
2294 |
+
473,
|
2295 |
+
476,
|
2296 |
+
477,
|
2297 |
+
479,
|
2298 |
+
482,
|
2299 |
+
296,
|
2300 |
+
485,
|
2301 |
+
487,
|
2302 |
+
490,
|
2303 |
+
492,
|
2304 |
+
493,
|
2305 |
+
495,
|
2306 |
+
497,
|
2307 |
+
500,
|
2308 |
+
502,
|
2309 |
+
504,
|
2310 |
+
505,
|
2311 |
+
507,
|
2312 |
+
510,
|
2313 |
+
511,
|
2314 |
+
514,
|
2315 |
+
267,
|
2316 |
+
516,
|
2317 |
+
520,
|
2318 |
+
472,
|
2319 |
+
523,
|
2320 |
+
525,
|
2321 |
+
526,
|
2322 |
+
527,
|
2323 |
+
530,
|
2324 |
+
532,
|
2325 |
+
462,
|
2326 |
+
533,
|
2327 |
+
534,
|
2328 |
+
535,
|
2329 |
+
537,
|
2330 |
+
540,
|
2331 |
+
541,
|
2332 |
+
465,
|
2333 |
+
543,
|
2334 |
+
545,
|
2335 |
+
546,
|
2336 |
+
547,
|
2337 |
+
550,
|
2338 |
+
551,
|
2339 |
+
552,
|
2340 |
+
553,
|
2341 |
+
555,
|
2342 |
+
556,
|
2343 |
+
72,
|
2344 |
+
558,
|
2345 |
+
560,
|
2346 |
+
562,
|
2347 |
+
563,
|
2348 |
+
564,
|
2349 |
+
567,
|
2350 |
+
568,
|
2351 |
+
571,
|
2352 |
+
574,
|
2353 |
+
577,
|
2354 |
+
579,
|
2355 |
+
581,
|
2356 |
+
582,
|
2357 |
+
584,
|
2358 |
+
587,
|
2359 |
+
589,
|
2360 |
+
591,
|
2361 |
+
594,
|
2362 |
+
595,
|
2363 |
+
597,
|
2364 |
+
600,
|
2365 |
+
603,
|
2366 |
+
606,
|
2367 |
+
608,
|
2368 |
+
610,
|
2369 |
+
611,
|
2370 |
+
613,
|
2371 |
+
614,
|
2372 |
+
616,
|
2373 |
+
617,
|
2374 |
+
620,
|
2375 |
+
10,
|
2376 |
+
623,
|
2377 |
+
626,
|
2378 |
+
629,
|
2379 |
+
632,
|
2380 |
+
633,
|
2381 |
+
635,
|
2382 |
+
637,
|
2383 |
+
638,
|
2384 |
+
640,
|
2385 |
+
642,
|
2386 |
+
644,
|
2387 |
+
645,
|
2388 |
+
647,
|
2389 |
+
648,
|
2390 |
+
651,
|
2391 |
+
652,
|
2392 |
+
653,
|
2393 |
+
655,
|
2394 |
+
657,
|
2395 |
+
659,
|
2396 |
+
660,
|
2397 |
+
664,
|
2398 |
+
666,
|
2399 |
+
667,
|
2400 |
+
669,
|
2401 |
+
672,
|
2402 |
+
674,
|
2403 |
+
675,
|
2404 |
+
676,
|
2405 |
+
678,
|
2406 |
+
679,
|
2407 |
+
680,
|
2408 |
+
683,
|
2409 |
+
684,
|
2410 |
+
687,
|
2411 |
+
689,
|
2412 |
+
690,
|
2413 |
+
692,
|
2414 |
+
694,
|
2415 |
+
697,
|
2416 |
+
699,
|
2417 |
+
702,
|
2418 |
+
703,
|
2419 |
+
706,
|
2420 |
+
707,
|
2421 |
+
710,
|
2422 |
+
713,
|
2423 |
+
715,
|
2424 |
+
717,
|
2425 |
+
719,
|
2426 |
+
721,
|
2427 |
+
723,
|
2428 |
+
725,
|
2429 |
+
728,
|
2430 |
+
730,
|
2431 |
+
733,
|
2432 |
+
735,
|
2433 |
+
738,
|
2434 |
+
740,
|
2435 |
+
743,
|
2436 |
+
744,
|
2437 |
+
649,
|
2438 |
+
747,
|
2439 |
+
749,
|
2440 |
+
753,
|
2441 |
+
756,
|
2442 |
+
757,
|
2443 |
+
759,
|
2444 |
+
761,
|
2445 |
+
764,
|
2446 |
+
767,
|
2447 |
+
769,
|
2448 |
+
772,
|
2449 |
+
774,
|
2450 |
+
777,
|
2451 |
+
780,
|
2452 |
+
783,
|
2453 |
+
785,
|
2454 |
+
787,
|
2455 |
+
789,
|
2456 |
+
792,
|
2457 |
+
794,
|
2458 |
+
797,
|
2459 |
+
799,
|
2460 |
+
800,
|
2461 |
+
802,
|
2462 |
+
805,
|
2463 |
+
806,
|
2464 |
+
808,
|
2465 |
+
809,
|
2466 |
+
811,
|
2467 |
+
812,
|
2468 |
+
813,
|
2469 |
+
815,
|
2470 |
+
817,
|
2471 |
+
819,
|
2472 |
+
820,
|
2473 |
+
59,
|
2474 |
+
822,
|
2475 |
+
824,
|
2476 |
+
827,
|
2477 |
+
829,
|
2478 |
+
831,
|
2479 |
+
618,
|
2480 |
+
832,
|
2481 |
+
834,
|
2482 |
+
836,
|
2483 |
+
838,
|
2484 |
+
724,
|
2485 |
+
841,
|
2486 |
+
55,
|
2487 |
+
842,
|
2488 |
+
844,
|
2489 |
+
846,
|
2490 |
+
847,
|
2491 |
+
850,
|
2492 |
+
852,
|
2493 |
+
855,
|
2494 |
+
857,
|
2495 |
+
859,
|
2496 |
+
861,
|
2497 |
+
863,
|
2498 |
+
865,
|
2499 |
+
868,
|
2500 |
+
869,
|
2501 |
+
871,
|
2502 |
+
873,
|
2503 |
+
874,
|
2504 |
+
877,
|
2505 |
+
880,
|
2506 |
+
884,
|
2507 |
+
887,
|
2508 |
+
890,
|
2509 |
+
891,
|
2510 |
+
892,
|
2511 |
+
893,
|
2512 |
+
896,
|
2513 |
+
898,
|
2514 |
+
901,
|
2515 |
+
351,
|
2516 |
+
904,
|
2517 |
+
906,
|
2518 |
+
908,
|
2519 |
+
911,
|
2520 |
+
913,
|
2521 |
+
915,
|
2522 |
+
650,
|
2523 |
+
918,
|
2524 |
+
920,
|
2525 |
+
830,
|
2526 |
+
921,
|
2527 |
+
923,
|
2528 |
+
924,
|
2529 |
+
926,
|
2530 |
+
927,
|
2531 |
+
930,
|
2532 |
+
931,
|
2533 |
+
934,
|
2534 |
+
937,
|
2535 |
+
938,
|
2536 |
+
940,
|
2537 |
+
941,
|
2538 |
+
942,
|
2539 |
+
945,
|
2540 |
+
947,
|
2541 |
+
949,
|
2542 |
+
952,
|
2543 |
+
954,
|
2544 |
+
957,
|
2545 |
+
960,
|
2546 |
+
963,
|
2547 |
+
965,
|
2548 |
+
967,
|
2549 |
+
970,
|
2550 |
+
972,
|
2551 |
+
974,
|
2552 |
+
977,
|
2553 |
+
980,
|
2554 |
+
981,
|
2555 |
+
983,
|
2556 |
+
985,
|
2557 |
+
986,
|
2558 |
+
988,
|
2559 |
+
991,
|
2560 |
+
994,
|
2561 |
+
997,
|
2562 |
+
999,
|
2563 |
+
1000,
|
2564 |
+
1002,
|
2565 |
+
1005,
|
2566 |
+
1006,
|
2567 |
+
1007,
|
2568 |
+
1010,
|
2569 |
+
125,
|
2570 |
+
1013,
|
2571 |
+
1016,
|
2572 |
+
1017,
|
2573 |
+
1019,
|
2574 |
+
1020,
|
2575 |
+
1024,
|
2576 |
+
1026,
|
2577 |
+
1028,
|
2578 |
+
1030,
|
2579 |
+
1032,
|
2580 |
+
1034,
|
2581 |
+
1036,
|
2582 |
+
1038,
|
2583 |
+
1040,
|
2584 |
+
1041,
|
2585 |
+
1044,
|
2586 |
+
1045,
|
2587 |
+
1048,
|
2588 |
+
415,
|
2589 |
+
1051,
|
2590 |
+
1053,
|
2591 |
+
1055,
|
2592 |
+
1056,
|
2593 |
+
1058,
|
2594 |
+
1061,
|
2595 |
+
1063,
|
2596 |
+
1065,
|
2597 |
+
1067,
|
2598 |
+
1068,
|
2599 |
+
1069,
|
2600 |
+
1070,
|
2601 |
+
1074,
|
2602 |
+
946,
|
2603 |
+
1077,
|
2604 |
+
1079,
|
2605 |
+
1081,
|
2606 |
+
1083,
|
2607 |
+
1086,
|
2608 |
+
1088,
|
2609 |
+
1089,
|
2610 |
+
1092,
|
2611 |
+
936,
|
2612 |
+
1096,
|
2613 |
+
1098,
|
2614 |
+
1101,
|
2615 |
+
1104,
|
2616 |
+
1106,
|
2617 |
+
1108,
|
2618 |
+
1110,
|
2619 |
+
1112,
|
2620 |
+
1114,
|
2621 |
+
1116,
|
2622 |
+
1118,
|
2623 |
+
1119,
|
2624 |
+
1120,
|
2625 |
+
1085,
|
2626 |
+
1123,
|
2627 |
+
1125,
|
2628 |
+
1127,
|
2629 |
+
1031,
|
2630 |
+
1128,
|
2631 |
+
1131,
|
2632 |
+
1124,
|
2633 |
+
1134,
|
2634 |
+
1135,
|
2635 |
+
1137,
|
2636 |
+
1139,
|
2637 |
+
1142,
|
2638 |
+
1144,
|
2639 |
+
1145,
|
2640 |
+
1147,
|
2641 |
+
1150,
|
2642 |
+
1152,
|
2643 |
+
1156,
|
2644 |
+
1158,
|
2645 |
+
1159,
|
2646 |
+
1162,
|
2647 |
+
1164,
|
2648 |
+
1166,
|
2649 |
+
1167,
|
2650 |
+
1170,
|
2651 |
+
1172,
|
2652 |
+
1174,
|
2653 |
+
1176,
|
2654 |
+
1178,
|
2655 |
+
1180,
|
2656 |
+
1181,
|
2657 |
+
1183,
|
2658 |
+
1186,
|
2659 |
+
1187,
|
2660 |
+
1189,
|
2661 |
+
1192,
|
2662 |
+
1195,
|
2663 |
+
1198,
|
2664 |
+
1200,
|
2665 |
+
1201,
|
2666 |
+
1204,
|
2667 |
+
1206,
|
2668 |
+
1208,
|
2669 |
+
1209,
|
2670 |
+
763,
|
2671 |
+
1211,
|
2672 |
+
1212,
|
2673 |
+
1214,
|
2674 |
+
1215,
|
2675 |
+
1218,
|
2676 |
+
1220,
|
2677 |
+
1222,
|
2678 |
+
1225,
|
2679 |
+
1226,
|
2680 |
+
1227,
|
2681 |
+
1228,
|
2682 |
+
1230,
|
2683 |
+
1232,
|
2684 |
+
1234,
|
2685 |
+
1236,
|
2686 |
+
1237,
|
2687 |
+
1239,
|
2688 |
+
1241,
|
2689 |
+
181,
|
2690 |
+
1244,
|
2691 |
+
1245,
|
2692 |
+
1247,
|
2693 |
+
1249,
|
2694 |
+
1251,
|
2695 |
+
1253,
|
2696 |
+
1256,
|
2697 |
+
1257,
|
2698 |
+
1260,
|
2699 |
+
1261,
|
2700 |
+
1262,
|
2701 |
+
1264,
|
2702 |
+
1267,
|
2703 |
+
1268,
|
2704 |
+
1269,
|
2705 |
+
1272,
|
2706 |
+
1274,
|
2707 |
+
1277,
|
2708 |
+
1280,
|
2709 |
+
1283,
|
2710 |
+
1285,
|
2711 |
+
1287,
|
2712 |
+
1289,
|
2713 |
+
1290,
|
2714 |
+
1294,
|
2715 |
+
1296,
|
2716 |
+
1279,
|
2717 |
+
1298,
|
2718 |
+
1300,
|
2719 |
+
1303,
|
2720 |
+
1304,
|
2721 |
+
1306,
|
2722 |
+
1309,
|
2723 |
+
1311,
|
2724 |
+
1313,
|
2725 |
+
1314,
|
2726 |
+
1317,
|
2727 |
+
1319,
|
2728 |
+
1320,
|
2729 |
+
1324,
|
2730 |
+
1327,
|
2731 |
+
1329,
|
2732 |
+
1332,
|
2733 |
+
1334,
|
2734 |
+
1336,
|
2735 |
+
1338,
|
2736 |
+
1340,
|
2737 |
+
1342,
|
2738 |
+
1344,
|
2739 |
+
1345,
|
2740 |
+
303,
|
2741 |
+
1346,
|
2742 |
+
1349,
|
2743 |
+
1350,
|
2744 |
+
1352,
|
2745 |
+
1354,
|
2746 |
+
1356,
|
2747 |
+
1359,
|
2748 |
+
362,
|
2749 |
+
1360,
|
2750 |
+
1363,
|
2751 |
+
1365,
|
2752 |
+
1366,
|
2753 |
+
1367,
|
2754 |
+
1369,
|
2755 |
+
1370,
|
2756 |
+
1372,
|
2757 |
+
1374,
|
2758 |
+
1375,
|
2759 |
+
1378,
|
2760 |
+
1380,
|
2761 |
+
1384,
|
2762 |
+
1385,
|
2763 |
+
1389,
|
2764 |
+
1390,
|
2765 |
+
1393,
|
2766 |
+
1395,
|
2767 |
+
1398,
|
2768 |
+
1403,
|
2769 |
+
1404,
|
2770 |
+
1405,
|
2771 |
+
1407,
|
2772 |
+
1410,
|
2773 |
+
1413,
|
2774 |
+
1415,
|
2775 |
+
1418,
|
2776 |
+
1420,
|
2777 |
+
1422,
|
2778 |
+
1423,
|
2779 |
+
1425,
|
2780 |
+
1426,
|
2781 |
+
1428,
|
2782 |
+
1429,
|
2783 |
+
1431,
|
2784 |
+
1433,
|
2785 |
+
1435,
|
2786 |
+
1436,
|
2787 |
+
1438,
|
2788 |
+
1440,
|
2789 |
+
1442,
|
2790 |
+
1444,
|
2791 |
+
1447,
|
2792 |
+
1448,
|
2793 |
+
1449,
|
2794 |
+
1451,
|
2795 |
+
1452,
|
2796 |
+
105,
|
2797 |
+
1454,
|
2798 |
+
1456,
|
2799 |
+
1457,
|
2800 |
+
1459,
|
2801 |
+
1462,
|
2802 |
+
1463,
|
2803 |
+
1464,
|
2804 |
+
1466,
|
2805 |
+
1468,
|
2806 |
+
1470,
|
2807 |
+
1471,
|
2808 |
+
1475,
|
2809 |
+
810,
|
2810 |
+
1476,
|
2811 |
+
1478,
|
2812 |
+
1480,
|
2813 |
+
1483,
|
2814 |
+
1485,
|
2815 |
+
1487,
|
2816 |
+
1490,
|
2817 |
+
1493,
|
2818 |
+
450,
|
2819 |
+
1496,
|
2820 |
+
1498,
|
2821 |
+
1501,
|
2822 |
+
1504,
|
2823 |
+
1506,
|
2824 |
+
1508,
|
2825 |
+
1510,
|
2826 |
+
1513,
|
2827 |
+
1515,
|
2828 |
+
1517,
|
2829 |
+
1520,
|
2830 |
+
1523,
|
2831 |
+
1526,
|
2832 |
+
1529,
|
2833 |
+
1531,
|
2834 |
+
1535,
|
2835 |
+
1536,
|
2836 |
+
1538,
|
2837 |
+
1540,
|
2838 |
+
1542,
|
2839 |
+
1545,
|
2840 |
+
1548,
|
2841 |
+
1550,
|
2842 |
+
1554,
|
2843 |
+
1555,
|
2844 |
+
1558,
|
2845 |
+
1559,
|
2846 |
+
1561,
|
2847 |
+
1563,
|
2848 |
+
1565,
|
2849 |
+
1566,
|
2850 |
+
1568,
|
2851 |
+
1569,
|
2852 |
+
1572,
|
2853 |
+
1574,
|
2854 |
+
1576,
|
2855 |
+
1578,
|
2856 |
+
1580,
|
2857 |
+
1581,
|
2858 |
+
1582,
|
2859 |
+
1585,
|
2860 |
+
1586,
|
2861 |
+
1589,
|
2862 |
+
1591,
|
2863 |
+
1593,
|
2864 |
+
1596,
|
2865 |
+
1597,
|
2866 |
+
416,
|
2867 |
+
615,
|
2868 |
+
1599,
|
2869 |
+
1601,
|
2870 |
+
1603,
|
2871 |
+
1608,
|
2872 |
+
1611,
|
2873 |
+
840,
|
2874 |
+
1613,
|
2875 |
+
1614,
|
2876 |
+
1616,
|
2877 |
+
1618,
|
2878 |
+
1622,
|
2879 |
+
1624,
|
2880 |
+
1627,
|
2881 |
+
1630,
|
2882 |
+
1633,
|
2883 |
+
1636,
|
2884 |
+
1638,
|
2885 |
+
1642,
|
2886 |
+
1645,
|
2887 |
+
1647,
|
2888 |
+
1650,
|
2889 |
+
1653,
|
2890 |
+
1656,
|
2891 |
+
1659,
|
2892 |
+
1661,
|
2893 |
+
1664,
|
2894 |
+
1665,
|
2895 |
+
1668,
|
2896 |
+
1670,
|
2897 |
+
1671,
|
2898 |
+
1674,
|
2899 |
+
1676,
|
2900 |
+
1679,
|
2901 |
+
1680,
|
2902 |
+
1683,
|
2903 |
+
1685,
|
2904 |
+
1687,
|
2905 |
+
1689,
|
2906 |
+
1694,
|
2907 |
+
1697,
|
2908 |
+
1698,
|
2909 |
+
1699,
|
2910 |
+
1700,
|
2911 |
+
1702,
|
2912 |
+
1705,
|
2913 |
+
1706,
|
2914 |
+
1709,
|
2915 |
+
1711,
|
2916 |
+
1712,
|
2917 |
+
1714,
|
2918 |
+
1718,
|
2919 |
+
1720,
|
2920 |
+
1721,
|
2921 |
+
1723,
|
2922 |
+
1725,
|
2923 |
+
1726,
|
2924 |
+
1728,
|
2925 |
+
987,
|
2926 |
+
506,
|
2927 |
+
1730,
|
2928 |
+
1733,
|
2929 |
+
1735,
|
2930 |
+
1736,
|
2931 |
+
1738,
|
2932 |
+
1740,
|
2933 |
+
1741,
|
2934 |
+
1743,
|
2935 |
+
1745,
|
2936 |
+
1747,
|
2937 |
+
1748,
|
2938 |
+
166,
|
2939 |
+
1750,
|
2940 |
+
1752,
|
2941 |
+
1753,
|
2942 |
+
1755,
|
2943 |
+
1758,
|
2944 |
+
1761,
|
2945 |
+
1763,
|
2946 |
+
224,
|
2947 |
+
1764,
|
2948 |
+
1767,
|
2949 |
+
1768,
|
2950 |
+
1771,
|
2951 |
+
1773,
|
2952 |
+
1777,
|
2953 |
+
1779,
|
2954 |
+
1783,
|
2955 |
+
1786,
|
2956 |
+
1787,
|
2957 |
+
1791,
|
2958 |
+
1794,
|
2959 |
+
1797,
|
2960 |
+
1798,
|
2961 |
+
1799,
|
2962 |
+
1801,
|
2963 |
+
1804,
|
2964 |
+
1806,
|
2965 |
+
1807,
|
2966 |
+
1809,
|
2967 |
+
228,
|
2968 |
+
1810,
|
2969 |
+
1813,
|
2970 |
+
1814,
|
2971 |
+
1817,
|
2972 |
+
1819,
|
2973 |
+
1821,
|
2974 |
+
1824,
|
2975 |
+
1826,
|
2976 |
+
1829,
|
2977 |
+
1831,
|
2978 |
+
1833,
|
2979 |
+
1834,
|
2980 |
+
1835,
|
2981 |
+
1837,
|
2982 |
+
1839,
|
2983 |
+
1637,
|
2984 |
+
1840,
|
2985 |
+
1844,
|
2986 |
+
1846,
|
2987 |
+
905,
|
2988 |
+
1850,
|
2989 |
+
1851,
|
2990 |
+
1853,
|
2991 |
+
1855,
|
2992 |
+
1858,
|
2993 |
+
1859,
|
2994 |
+
1861,
|
2995 |
+
1862,
|
2996 |
+
1863,
|
2997 |
+
1866,
|
2998 |
+
1867,
|
2999 |
+
1869,
|
3000 |
+
1873,
|
3001 |
+
1875,
|
3002 |
+
1878,
|
3003 |
+
1879,
|
3004 |
+
1883,
|
3005 |
+
1884,
|
3006 |
+
1887,
|
3007 |
+
1890,
|
3008 |
+
1892,
|
3009 |
+
1895,
|
3010 |
+
1896,
|
3011 |
+
1899,
|
3012 |
+
1901,
|
3013 |
+
1903,
|
3014 |
+
1905,
|
3015 |
+
1907,
|
3016 |
+
1908,
|
3017 |
+
1909,
|
3018 |
+
1910,
|
3019 |
+
1912,
|
3020 |
+
1914,
|
3021 |
+
1917,
|
3022 |
+
1920,
|
3023 |
+
1922,
|
3024 |
+
1924,
|
3025 |
+
1926,
|
3026 |
+
1928,
|
3027 |
+
1929,
|
3028 |
+
1932,
|
3029 |
+
1933,
|
3030 |
+
1935,
|
3031 |
+
1936,
|
3032 |
+
1937,
|
3033 |
+
1940,
|
3034 |
+
1942,
|
3035 |
+
1944,
|
3036 |
+
1946,
|
3037 |
+
1947,
|
3038 |
+
1949,
|
3039 |
+
1952,
|
3040 |
+
1953,
|
3041 |
+
1956,
|
3042 |
+
1959,
|
3043 |
+
1960,
|
3044 |
+
1962,
|
3045 |
+
1964,
|
3046 |
+
1965,
|
3047 |
+
1966,
|
3048 |
+
1967,
|
3049 |
+
1970,
|
3050 |
+
1971,
|
3051 |
+
1972,
|
3052 |
+
1974,
|
3053 |
+
1975,
|
3054 |
+
1976,
|
3055 |
+
1977,
|
3056 |
+
1978,
|
3057 |
+
1979,
|
3058 |
+
1981,
|
3059 |
+
1982,
|
3060 |
+
1983,
|
3061 |
+
1985,
|
3062 |
+
1987,
|
3063 |
+
1991,
|
3064 |
+
673,
|
3065 |
+
1992,
|
3066 |
+
1994,
|
3067 |
+
1995,
|
3068 |
+
1997,
|
3069 |
+
1999,
|
3070 |
+
2002,
|
3071 |
+
2003,
|
3072 |
+
2005,
|
3073 |
+
2008,
|
3074 |
+
2010,
|
3075 |
+
2012,
|
3076 |
+
2013,
|
3077 |
+
2015,
|
3078 |
+
2017,
|
3079 |
+
2019,
|
3080 |
+
2020,
|
3081 |
+
2023,
|
3082 |
+
2026,
|
3083 |
+
2027,
|
3084 |
+
2030,
|
3085 |
+
2032,
|
3086 |
+
2034,
|
3087 |
+
2036,
|
3088 |
+
2038,
|
3089 |
+
2040,
|
3090 |
+
2041,
|
3091 |
+
2042,
|
3092 |
+
2045,
|
3093 |
+
2046,
|
3094 |
+
2048,
|
3095 |
+
2049,
|
3096 |
+
2051,
|
3097 |
+
2052,
|
3098 |
+
2053,
|
3099 |
+
1295,
|
3100 |
+
2054,
|
3101 |
+
536,
|
3102 |
+
2057,
|
3103 |
+
2059,
|
3104 |
+
2062,
|
3105 |
+
2064,
|
3106 |
+
2066,
|
3107 |
+
2067,
|
3108 |
+
2068,
|
3109 |
+
2072,
|
3110 |
+
2075,
|
3111 |
+
2076,
|
3112 |
+
2078,
|
3113 |
+
2081,
|
3114 |
+
2083,
|
3115 |
+
2085,
|
3116 |
+
2086,
|
3117 |
+
2088,
|
3118 |
+
2090,
|
3119 |
+
2091,
|
3120 |
+
2093,
|
3121 |
+
2096,
|
3122 |
+
2098,
|
3123 |
+
2099,
|
3124 |
+
2102,
|
3125 |
+
2104,
|
3126 |
+
2105,
|
3127 |
+
2107,
|
3128 |
+
2110,
|
3129 |
+
2111,
|
3130 |
+
17,
|
3131 |
+
2113,
|
3132 |
+
2116,
|
3133 |
+
2118,
|
3134 |
+
2121,
|
3135 |
+
2123,
|
3136 |
+
2124,
|
3137 |
+
2125,
|
3138 |
+
2127,
|
3139 |
+
2128,
|
3140 |
+
2129,
|
3141 |
+
2131,
|
3142 |
+
2133,
|
3143 |
+
2135,
|
3144 |
+
2137,
|
3145 |
+
2140,
|
3146 |
+
2141,
|
3147 |
+
2143,
|
3148 |
+
2145,
|
3149 |
+
2146,
|
3150 |
+
2147,
|
3151 |
+
2149,
|
3152 |
+
2151,
|
3153 |
+
2154,
|
3154 |
+
2155,
|
3155 |
+
2156,
|
3156 |
+
2159,
|
3157 |
+
2160,
|
3158 |
+
2161,
|
3159 |
+
2162,
|
3160 |
+
2163,
|
3161 |
+
2165,
|
3162 |
+
2168,
|
3163 |
+
1477,
|
3164 |
+
2170,
|
3165 |
+
2171,
|
3166 |
+
2173,
|
3167 |
+
2174,
|
3168 |
+
2175,
|
3169 |
+
2177,
|
3170 |
+
2180,
|
3171 |
+
2181,
|
3172 |
+
2183,
|
3173 |
+
2185,
|
3174 |
+
2187,
|
3175 |
+
2188,
|
3176 |
+
2190,
|
3177 |
+
2193,
|
3178 |
+
2195,
|
3179 |
+
2199,
|
3180 |
+
2202,
|
3181 |
+
2204,
|
3182 |
+
2205,
|
3183 |
+
2207,
|
3184 |
+
2210,
|
3185 |
+
2212,
|
3186 |
+
2213,
|
3187 |
+
2216,
|
3188 |
+
338,
|
3189 |
+
2218,
|
3190 |
+
2220,
|
3191 |
+
2222,
|
3192 |
+
2224,
|
3193 |
+
2226,
|
3194 |
+
2229,
|
3195 |
+
2231,
|
3196 |
+
2233,
|
3197 |
+
2236,
|
3198 |
+
2238,
|
3199 |
+
2240,
|
3200 |
+
2243,
|
3201 |
+
2245,
|
3202 |
+
2247,
|
3203 |
+
2248,
|
3204 |
+
593,
|
3205 |
+
2250,
|
3206 |
+
2251,
|
3207 |
+
2256,
|
3208 |
+
2258,
|
3209 |
+
2261,
|
3210 |
+
2263,
|
3211 |
+
2264,
|
3212 |
+
2266,
|
3213 |
+
2268,
|
3214 |
+
2271,
|
3215 |
+
2274,
|
3216 |
+
2277,
|
3217 |
+
2278,
|
3218 |
+
2281,
|
3219 |
+
2282,
|
3220 |
+
2284,
|
3221 |
+
2287,
|
3222 |
+
2289,
|
3223 |
+
2292,
|
3224 |
+
345,
|
3225 |
+
2294,
|
3226 |
+
2297,
|
3227 |
+
2299,
|
3228 |
+
2301,
|
3229 |
+
2304,
|
3230 |
+
2306,
|
3231 |
+
2308,
|
3232 |
+
2310,
|
3233 |
+
2312,
|
3234 |
+
2315,
|
3235 |
+
2317,
|
3236 |
+
2318,
|
3237 |
+
2321,
|
3238 |
+
2322,
|
3239 |
+
2323,
|
3240 |
+
1663,
|
3241 |
+
2324,
|
3242 |
+
2328,
|
3243 |
+
2331,
|
3244 |
+
2332,
|
3245 |
+
2335,
|
3246 |
+
2337,
|
3247 |
+
2339,
|
3248 |
+
2341,
|
3249 |
+
2344,
|
3250 |
+
2346,
|
3251 |
+
2348,
|
3252 |
+
2350,
|
3253 |
+
2354,
|
3254 |
+
2355,
|
3255 |
+
2359,
|
3256 |
+
2361,
|
3257 |
+
2363,
|
3258 |
+
2366,
|
3259 |
+
2368,
|
3260 |
+
2369,
|
3261 |
+
2372,
|
3262 |
+
2375,
|
3263 |
+
2376,
|
3264 |
+
2380,
|
3265 |
+
2384,
|
3266 |
+
2167,
|
3267 |
+
2385,
|
3268 |
+
2386,
|
3269 |
+
2388,
|
3270 |
+
2391,
|
3271 |
+
2393,
|
3272 |
+
2395,
|
3273 |
+
2397,
|
3274 |
+
2398,
|
3275 |
+
2400,
|
3276 |
+
2403,
|
3277 |
+
2404,
|
3278 |
+
2406,
|
3279 |
+
2410,
|
3280 |
+
2412,
|
3281 |
+
2414,
|
3282 |
+
2416,
|
3283 |
+
2418,
|
3284 |
+
1111,
|
3285 |
+
2420,
|
3286 |
+
2421,
|
3287 |
+
2422,
|
3288 |
+
2425,
|
3289 |
+
2428,
|
3290 |
+
2431,
|
3291 |
+
2433,
|
3292 |
+
2435,
|
3293 |
+
2437,
|
3294 |
+
2438,
|
3295 |
+
2439,
|
3296 |
+
2442,
|
3297 |
+
2445,
|
3298 |
+
2447,
|
3299 |
+
2448,
|
3300 |
+
2450,
|
3301 |
+
2453,
|
3302 |
+
2456,
|
3303 |
+
2459,
|
3304 |
+
2461,
|
3305 |
+
2462,
|
3306 |
+
2463,
|
3307 |
+
2466,
|
3308 |
+
2467,
|
3309 |
+
2470,
|
3310 |
+
2471,
|
3311 |
+
2473,
|
3312 |
+
2476,
|
3313 |
+
2478,
|
3314 |
+
2479,
|
3315 |
+
2482,
|
3316 |
+
2485,
|
3317 |
+
2486,
|
3318 |
+
2488,
|
3319 |
+
2489,
|
3320 |
+
2491,
|
3321 |
+
2494,
|
3322 |
+
2496,
|
3323 |
+
2498,
|
3324 |
+
2501,
|
3325 |
+
2503,
|
3326 |
+
2506,
|
3327 |
+
2507,
|
3328 |
+
2508,
|
3329 |
+
2510,
|
3330 |
+
2512,
|
3331 |
+
2513,
|
3332 |
+
2515,
|
3333 |
+
2517,
|
3334 |
+
2518,
|
3335 |
+
2520,
|
3336 |
+
2522,
|
3337 |
+
2526,
|
3338 |
+
2529,
|
3339 |
+
2531,
|
3340 |
+
1219,
|
3341 |
+
2534,
|
3342 |
+
2536,
|
3343 |
+
2538,
|
3344 |
+
2540,
|
3345 |
+
2542,
|
3346 |
+
2544,
|
3347 |
+
2546,
|
3348 |
+
2547,
|
3349 |
+
2549,
|
3350 |
+
2550,
|
3351 |
+
2552,
|
3352 |
+
2553,
|
3353 |
+
2556,
|
3354 |
+
2559,
|
3355 |
+
2561,
|
3356 |
+
2563,
|
3357 |
+
2565,
|
3358 |
+
2567,
|
3359 |
+
2569,
|
3360 |
+
2571,
|
3361 |
+
2573,
|
3362 |
+
2575,
|
3363 |
+
2577,
|
3364 |
+
2578,
|
3365 |
+
2579,
|
3366 |
+
2580,
|
3367 |
+
2583,
|
3368 |
+
2585,
|
3369 |
+
2587,
|
3370 |
+
2590,
|
3371 |
+
2594,
|
3372 |
+
2596,
|
3373 |
+
2598,
|
3374 |
+
2602,
|
3375 |
+
2605,
|
3376 |
+
2607,
|
3377 |
+
2609,
|
3378 |
+
2613,
|
3379 |
+
2614,
|
3380 |
+
2615,
|
3381 |
+
2616,
|
3382 |
+
2620,
|
3383 |
+
2621,
|
3384 |
+
2625,
|
3385 |
+
2626,
|
3386 |
+
2629,
|
3387 |
+
2631,
|
3388 |
+
2632,
|
3389 |
+
2634,
|
3390 |
+
2636,
|
3391 |
+
2639,
|
3392 |
+
2640,
|
3393 |
+
2642,
|
3394 |
+
2643,
|
3395 |
+
2644,
|
3396 |
+
2647,
|
3397 |
+
2648,
|
3398 |
+
2650,
|
3399 |
+
2653,
|
3400 |
+
2656,
|
3401 |
+
2658,
|
3402 |
+
864,
|
3403 |
+
2661,
|
3404 |
+
1052,
|
3405 |
+
2662,
|
3406 |
+
2664,
|
3407 |
+
2665,
|
3408 |
+
2666,
|
3409 |
+
2669,
|
3410 |
+
2672,
|
3411 |
+
2674,
|
3412 |
+
2676,
|
3413 |
+
2679,
|
3414 |
+
2680,
|
3415 |
+
2682,
|
3416 |
+
2684,
|
3417 |
+
2687,
|
3418 |
+
2688,
|
3419 |
+
2693,
|
3420 |
+
2695,
|
3421 |
+
2697,
|
3422 |
+
2699,
|
3423 |
+
2700,
|
3424 |
+
2703,
|
3425 |
+
2705,
|
3426 |
+
2686,
|
3427 |
+
2706,
|
3428 |
+
2709,
|
3429 |
+
2711,
|
3430 |
+
2714,
|
3431 |
+
2717,
|
3432 |
+
2719,
|
3433 |
+
2721,
|
3434 |
+
2725,
|
3435 |
+
2728,
|
3436 |
+
2730,
|
3437 |
+
2192,
|
3438 |
+
2731,
|
3439 |
+
2734,
|
3440 |
+
2735,
|
3441 |
+
2738,
|
3442 |
+
2739,
|
3443 |
+
2741,
|
3444 |
+
2744,
|
3445 |
+
2745,
|
3446 |
+
2747,
|
3447 |
+
2750,
|
3448 |
+
2753,
|
3449 |
+
2755,
|
3450 |
+
2758,
|
3451 |
+
2759,
|
3452 |
+
2761,
|
3453 |
+
2763,
|
3454 |
+
2766,
|
3455 |
+
2768,
|
3456 |
+
2769,
|
3457 |
+
2771,
|
3458 |
+
2773,
|
3459 |
+
2775,
|
3460 |
+
2776,
|
3461 |
+
2779,
|
3462 |
+
2782,
|
3463 |
+
2785,
|
3464 |
+
2786,
|
3465 |
+
2788,
|
3466 |
+
1406,
|
3467 |
+
2790,
|
3468 |
+
2791,
|
3469 |
+
2792,
|
3470 |
+
2793,
|
3471 |
+
2794,
|
3472 |
+
2796,
|
3473 |
+
2799,
|
3474 |
+
2801,
|
3475 |
+
2804,
|
3476 |
+
2807,
|
3477 |
+
2810,
|
3478 |
+
2813,
|
3479 |
+
2814,
|
3480 |
+
2816,
|
3481 |
+
2818,
|
3482 |
+
2820,
|
3483 |
+
2822,
|
3484 |
+
2824,
|
3485 |
+
2827,
|
3486 |
+
2828,
|
3487 |
+
2830,
|
3488 |
+
2833,
|
3489 |
+
2803,
|
3490 |
+
2835,
|
3491 |
+
2837,
|
3492 |
+
2839,
|
3493 |
+
2841,
|
3494 |
+
2844,
|
3495 |
+
2845,
|
3496 |
+
2846,
|
3497 |
+
2847,
|
3498 |
+
2849,
|
3499 |
+
2850,
|
3500 |
+
2852,
|
3501 |
+
2853,
|
3502 |
+
2854,
|
3503 |
+
2857,
|
3504 |
+
2859,
|
3505 |
+
2861,
|
3506 |
+
2863,
|
3507 |
+
2865,
|
3508 |
+
2867,
|
3509 |
+
2869,
|
3510 |
+
2871,
|
3511 |
+
2872,
|
3512 |
+
2874,
|
3513 |
+
2876,
|
3514 |
+
2878,
|
3515 |
+
2880,
|
3516 |
+
2882,
|
3517 |
+
2884,
|
3518 |
+
2886,
|
3519 |
+
2887,
|
3520 |
+
2891,
|
3521 |
+
2894,
|
3522 |
+
2895,
|
3523 |
+
2896,
|
3524 |
+
2897,
|
3525 |
+
2900,
|
3526 |
+
2903,
|
3527 |
+
2904,
|
3528 |
+
386,
|
3529 |
+
2906,
|
3530 |
+
2909,
|
3531 |
+
2912,
|
3532 |
+
2913,
|
3533 |
+
2915,
|
3534 |
+
2917,
|
3535 |
+
2919,
|
3536 |
+
2920,
|
3537 |
+
2923,
|
3538 |
+
2924,
|
3539 |
+
2925,
|
3540 |
+
2926,
|
3541 |
+
2928,
|
3542 |
+
2930,
|
3543 |
+
2932,
|
3544 |
+
2935,
|
3545 |
+
2938,
|
3546 |
+
2939,
|
3547 |
+
2940,
|
3548 |
+
2944,
|
3549 |
+
2946,
|
3550 |
+
2947,
|
3551 |
+
2951,
|
3552 |
+
2952,
|
3553 |
+
2955,
|
3554 |
+
2957,
|
3555 |
+
2961,
|
3556 |
+
2963,
|
3557 |
+
2965,
|
3558 |
+
2968,
|
3559 |
+
2971,
|
3560 |
+
275,
|
3561 |
+
2973,
|
3562 |
+
2975,
|
3563 |
+
2977,
|
3564 |
+
2980,
|
3565 |
+
2982,
|
3566 |
+
2984,
|
3567 |
+
2988,
|
3568 |
+
573,
|
3569 |
+
2990,
|
3570 |
+
2991,
|
3571 |
+
2993,
|
3572 |
+
2994,
|
3573 |
+
2995,
|
3574 |
+
2998,
|
3575 |
+
3001,
|
3576 |
+
3004,
|
3577 |
+
3007,
|
3578 |
+
3009,
|
3579 |
+
378,
|
3580 |
+
3012,
|
3581 |
+
3013,
|
3582 |
+
3014,
|
3583 |
+
3015,
|
3584 |
+
3018,
|
3585 |
+
3020,
|
3586 |
+
3022,
|
3587 |
+
3024,
|
3588 |
+
3026,
|
3589 |
+
3028,
|
3590 |
+
3031,
|
3591 |
+
3033,
|
3592 |
+
3036,
|
3593 |
+
3037,
|
3594 |
+
3039,
|
3595 |
+
3041,
|
3596 |
+
3042,
|
3597 |
+
3043,
|
3598 |
+
3044,
|
3599 |
+
3046,
|
3600 |
+
3048,
|
3601 |
+
3049,
|
3602 |
+
3050,
|
3603 |
+
3053,
|
3604 |
+
3055,
|
3605 |
+
3056,
|
3606 |
+
3058,
|
3607 |
+
3060,
|
3608 |
+
3062,
|
3609 |
+
3064,
|
3610 |
+
3066,
|
3611 |
+
3068,
|
3612 |
+
3071,
|
3613 |
+
3072,
|
3614 |
+
3073,
|
3615 |
+
3076,
|
3616 |
+
3078,
|
3617 |
+
3079,
|
3618 |
+
3081,
|
3619 |
+
3084,
|
3620 |
+
3085,
|
3621 |
+
3087,
|
3622 |
+
445,
|
3623 |
+
3089,
|
3624 |
+
3091,
|
3625 |
+
3093,
|
3626 |
+
3094,
|
3627 |
+
3097,
|
3628 |
+
3098,
|
3629 |
+
3100,
|
3630 |
+
456,
|
3631 |
+
3104,
|
3632 |
+
3106,
|
3633 |
+
3107,
|
3634 |
+
3109,
|
3635 |
+
3111,
|
3636 |
+
3113,
|
3637 |
+
3115,
|
3638 |
+
3117,
|
3639 |
+
3118,
|
3640 |
+
3121,
|
3641 |
+
3122,
|
3642 |
+
3124,
|
3643 |
+
3126,
|
3644 |
+
3128,
|
3645 |
+
3130,
|
3646 |
+
3132,
|
3647 |
+
3135,
|
3648 |
+
3136,
|
3649 |
+
3137,
|
3650 |
+
3138,
|
3651 |
+
3141,
|
3652 |
+
3142,
|
3653 |
+
3144,
|
3654 |
+
3146,
|
3655 |
+
1080,
|
3656 |
+
3151,
|
3657 |
+
3153,
|
3658 |
+
3155,
|
3659 |
+
3156,
|
3660 |
+
3160,
|
3661 |
+
98,
|
3662 |
+
3162,
|
3663 |
+
3163,
|
3664 |
+
3165,
|
3665 |
+
3166,
|
3666 |
+
3169,
|
3667 |
+
3171,
|
3668 |
+
3173,
|
3669 |
+
3175,
|
3670 |
+
3176,
|
3671 |
+
3179,
|
3672 |
+
3182,
|
3673 |
+
3185,
|
3674 |
+
3186,
|
3675 |
+
3189,
|
3676 |
+
3192,
|
3677 |
+
3195,
|
3678 |
+
3198,
|
3679 |
+
3199,
|
3680 |
+
3201,
|
3681 |
+
3203,
|
3682 |
+
3204,
|
3683 |
+
3205,
|
3684 |
+
3208,
|
3685 |
+
3209,
|
3686 |
+
2597,
|
3687 |
+
3210,
|
3688 |
+
3213,
|
3689 |
+
3216,
|
3690 |
+
3217,
|
3691 |
+
3218,
|
3692 |
+
1592,
|
3693 |
+
3221,
|
3694 |
+
3222,
|
3695 |
+
3224,
|
3696 |
+
3227,
|
3697 |
+
3229,
|
3698 |
+
3230,
|
3699 |
+
3231,
|
3700 |
+
3233,
|
3701 |
+
3237,
|
3702 |
+
3240,
|
3703 |
+
3243,
|
3704 |
+
3246,
|
3705 |
+
3248,
|
3706 |
+
3251,
|
3707 |
+
3252,
|
3708 |
+
3253,
|
3709 |
+
347,
|
3710 |
+
3255,
|
3711 |
+
3258,
|
3712 |
+
3260,
|
3713 |
+
3263,
|
3714 |
+
3266,
|
3715 |
+
3267,
|
3716 |
+
3271,
|
3717 |
+
3272,
|
3718 |
+
3275,
|
3719 |
+
3276,
|
3720 |
+
3279,
|
3721 |
+
3281,
|
3722 |
+
3283,
|
3723 |
+
3286,
|
3724 |
+
3289,
|
3725 |
+
3290,
|
3726 |
+
3293,
|
3727 |
+
3294,
|
3728 |
+
3295,
|
3729 |
+
3297,
|
3730 |
+
3299,
|
3731 |
+
3300,
|
3732 |
+
3301,
|
3733 |
+
3304,
|
3734 |
+
3307,
|
3735 |
+
3311,
|
3736 |
+
136,
|
3737 |
+
3313,
|
3738 |
+
3314,
|
3739 |
+
3316,
|
3740 |
+
3318,
|
3741 |
+
3320,
|
3742 |
+
3324,
|
3743 |
+
3326,
|
3744 |
+
3330,
|
3745 |
+
3333,
|
3746 |
+
3335,
|
3747 |
+
3337,
|
3748 |
+
3341,
|
3749 |
+
3343,
|
3750 |
+
3346,
|
3751 |
+
3350,
|
3752 |
+
3352,
|
3753 |
+
3353,
|
3754 |
+
3355,
|
3755 |
+
3356,
|
3756 |
+
3358,
|
3757 |
+
3360,
|
3758 |
+
3362,
|
3759 |
+
3364,
|
3760 |
+
3366,
|
3761 |
+
3369,
|
3762 |
+
3370,
|
3763 |
+
3372,
|
3764 |
+
3373,
|
3765 |
+
3376,
|
3766 |
+
3378,
|
3767 |
+
3380,
|
3768 |
+
2106,
|
3769 |
+
3382,
|
3770 |
+
3386,
|
3771 |
+
3387,
|
3772 |
+
3390,
|
3773 |
+
3392,
|
3774 |
+
3393,
|
3775 |
+
3395,
|
3776 |
+
3398,
|
3777 |
+
3400,
|
3778 |
+
3403,
|
3779 |
+
3404,
|
3780 |
+
3407,
|
3781 |
+
3409,
|
3782 |
+
3410,
|
3783 |
+
1762,
|
3784 |
+
3412,
|
3785 |
+
3414,
|
3786 |
+
3416,
|
3787 |
+
3418,
|
3788 |
+
3420,
|
3789 |
+
3421,
|
3790 |
+
3424,
|
3791 |
+
3427,
|
3792 |
+
3430,
|
3793 |
+
3432,
|
3794 |
+
3433,
|
3795 |
+
3435,
|
3796 |
+
3437,
|
3797 |
+
3438,
|
3798 |
+
3440,
|
3799 |
+
3442,
|
3800 |
+
1205,
|
3801 |
+
3445,
|
3802 |
+
3447,
|
3803 |
+
3448,
|
3804 |
+
3449,
|
3805 |
+
3453,
|
3806 |
+
3455,
|
3807 |
+
3456,
|
3808 |
+
3457,
|
3809 |
+
1626,
|
3810 |
+
3461,
|
3811 |
+
3464,
|
3812 |
+
3465,
|
3813 |
+
3468,
|
3814 |
+
3471,
|
3815 |
+
3472,
|
3816 |
+
3475,
|
3817 |
+
3478,
|
3818 |
+
3131,
|
3819 |
+
3480,
|
3820 |
+
3482,
|
3821 |
+
3483,
|
3822 |
+
3486,
|
3823 |
+
3489,
|
3824 |
+
3492,
|
3825 |
+
3494,
|
3826 |
+
3496,
|
3827 |
+
3497,
|
3828 |
+
3500,
|
3829 |
+
3502,
|
3830 |
+
3505,
|
3831 |
+
3506,
|
3832 |
+
3509,
|
3833 |
+
3511,
|
3834 |
+
3514,
|
3835 |
+
3516,
|
3836 |
+
3519,
|
3837 |
+
3522,
|
3838 |
+
3523,
|
3839 |
+
3525,
|
3840 |
+
3531,
|
3841 |
+
3534,
|
3842 |
+
3536,
|
3843 |
+
3538,
|
3844 |
+
3540,
|
3845 |
+
3541,
|
3846 |
+
3543,
|
3847 |
+
3546,
|
3848 |
+
3549,
|
3849 |
+
3551,
|
3850 |
+
3554,
|
3851 |
+
3555,
|
3852 |
+
3558,
|
3853 |
+
3560,
|
3854 |
+
3562,
|
3855 |
+
3565,
|
3856 |
+
3567,
|
3857 |
+
3569,
|
3858 |
+
3573,
|
3859 |
+
3574,
|
3860 |
+
3577,
|
3861 |
+
3579,
|
3862 |
+
3581,
|
3863 |
+
3584,
|
3864 |
+
3587,
|
3865 |
+
3590,
|
3866 |
+
3592,
|
3867 |
+
3595,
|
3868 |
+
3597,
|
3869 |
+
3599,
|
3870 |
+
3601,
|
3871 |
+
3604,
|
3872 |
+
3607,
|
3873 |
+
3610,
|
3874 |
+
3612,
|
3875 |
+
3615,
|
3876 |
+
3617,
|
3877 |
+
3620,
|
3878 |
+
3623,
|
3879 |
+
3627,
|
3880 |
+
3629,
|
3881 |
+
3632,
|
3882 |
+
3634,
|
3883 |
+
3635,
|
3884 |
+
3637,
|
3885 |
+
3639,
|
3886 |
+
3642,
|
3887 |
+
3645,
|
3888 |
+
3648,
|
3889 |
+
3649,
|
3890 |
+
3652,
|
3891 |
+
3654,
|
3892 |
+
3655,
|
3893 |
+
3657,
|
3894 |
+
3658,
|
3895 |
+
3660,
|
3896 |
+
3665,
|
3897 |
+
2016,
|
3898 |
+
3669,
|
3899 |
+
3670,
|
3900 |
+
3672,
|
3901 |
+
3674,
|
3902 |
+
3675,
|
3903 |
+
3676,
|
3904 |
+
3678,
|
3905 |
+
3680,
|
3906 |
+
3683,
|
3907 |
+
3686,
|
3908 |
+
3689,
|
3909 |
+
3690,
|
3910 |
+
3693,
|
3911 |
+
3696,
|
3912 |
+
3698,
|
3913 |
+
3700,
|
3914 |
+
3702,
|
3915 |
+
3704,
|
3916 |
+
3706,
|
3917 |
+
3708,
|
3918 |
+
3710,
|
3919 |
+
3712,
|
3920 |
+
3714,
|
3921 |
+
3716,
|
3922 |
+
3719,
|
3923 |
+
3720,
|
3924 |
+
3721,
|
3925 |
+
3723,
|
3926 |
+
3724,
|
3927 |
+
3726,
|
3928 |
+
3730,
|
3929 |
+
3732,
|
3930 |
+
3735,
|
3931 |
+
3736,
|
3932 |
+
3737,
|
3933 |
+
3738,
|
3934 |
+
3741,
|
3935 |
+
3743,
|
3936 |
+
3746,
|
3937 |
+
3748,
|
3938 |
+
3750,
|
3939 |
+
3752,
|
3940 |
+
3755,
|
3941 |
+
3756,
|
3942 |
+
3757,
|
3943 |
+
3759,
|
3944 |
+
3761,
|
3945 |
+
3764,
|
3946 |
+
3765,
|
3947 |
+
3767,
|
3948 |
+
3771,
|
3949 |
+
3772,
|
3950 |
+
3774,
|
3951 |
+
3776,
|
3952 |
+
3778,
|
3953 |
+
3781,
|
3954 |
+
3783,
|
3955 |
+
3784,
|
3956 |
+
3786,
|
3957 |
+
3789,
|
3958 |
+
3790,
|
3959 |
+
3793,
|
3960 |
+
3796,
|
3961 |
+
3799,
|
3962 |
+
3802,
|
3963 |
+
3805,
|
3964 |
+
3806,
|
3965 |
+
3807,
|
3966 |
+
3809,
|
3967 |
+
3811,
|
3968 |
+
3815,
|
3969 |
+
3817,
|
3970 |
+
3818,
|
3971 |
+
3823,
|
3972 |
+
3825,
|
3973 |
+
3828,
|
3974 |
+
3831,
|
3975 |
+
3832,
|
3976 |
+
3834,
|
3977 |
+
3836,
|
3978 |
+
3838,
|
3979 |
+
3841,
|
3980 |
+
3843,
|
3981 |
+
3845,
|
3982 |
+
3847,
|
3983 |
+
3848,
|
3984 |
+
3850,
|
3985 |
+
1800,
|
3986 |
+
3852,
|
3987 |
+
3854,
|
3988 |
+
3856,
|
3989 |
+
3858,
|
3990 |
+
3861,
|
3991 |
+
3865,
|
3992 |
+
3866,
|
3993 |
+
3868,
|
3994 |
+
3869,
|
3995 |
+
3873,
|
3996 |
+
3875,
|
3997 |
+
3878,
|
3998 |
+
3879,
|
3999 |
+
3881,
|
4000 |
+
3884,
|
4001 |
+
3886,
|
4002 |
+
3888,
|
4003 |
+
3891,
|
4004 |
+
3893,
|
4005 |
+
3895,
|
4006 |
+
3897,
|
4007 |
+
3898,
|
4008 |
+
3900,
|
4009 |
+
3901,
|
4010 |
+
3904,
|
4011 |
+
3907,
|
4012 |
+
3908,
|
4013 |
+
3910,
|
4014 |
+
3912,
|
4015 |
+
3913,
|
4016 |
+
3914,
|
4017 |
+
3916,
|
4018 |
+
3917,
|
4019 |
+
3919,
|
4020 |
+
3920,
|
4021 |
+
3923,
|
4022 |
+
3924,
|
4023 |
+
3926,
|
4024 |
+
3928,
|
4025 |
+
3930,
|
4026 |
+
3931,
|
4027 |
+
3934,
|
4028 |
+
3939,
|
4029 |
+
3941,
|
4030 |
+
3942,
|
4031 |
+
3944,
|
4032 |
+
3948,
|
4033 |
+
3950,
|
4034 |
+
3951,
|
4035 |
+
3953,
|
4036 |
+
3956,
|
4037 |
+
3957,
|
4038 |
+
3958,
|
4039 |
+
3960,
|
4040 |
+
3963,
|
4041 |
+
3966,
|
4042 |
+
3969,
|
4043 |
+
3971,
|
4044 |
+
3975,
|
4045 |
+
3977,
|
4046 |
+
3979,
|
4047 |
+
3980,
|
4048 |
+
3983,
|
4049 |
+
3985,
|
4050 |
+
3987,
|
4051 |
+
3990,
|
4052 |
+
3991,
|
4053 |
+
3992,
|
4054 |
+
3994,
|
4055 |
+
3997,
|
4056 |
+
4000,
|
4057 |
+
4002,
|
4058 |
+
4005,
|
4059 |
+
4006,
|
4060 |
+
4008,
|
4061 |
+
4010,
|
4062 |
+
4013,
|
4063 |
+
4015,
|
4064 |
+
4019,
|
4065 |
+
4021,
|
4066 |
+
4024,
|
4067 |
+
4026,
|
4068 |
+
4028,
|
4069 |
+
4030,
|
4070 |
+
3795,
|
4071 |
+
4031,
|
4072 |
+
4033,
|
4073 |
+
4035,
|
4074 |
+
4037,
|
4075 |
+
4039,
|
4076 |
+
4042,
|
4077 |
+
4044,
|
4078 |
+
4047,
|
4079 |
+
4049,
|
4080 |
+
4051,
|
4081 |
+
4054,
|
4082 |
+
2235,
|
4083 |
+
4056,
|
4084 |
+
4059,
|
4085 |
+
4061,
|
4086 |
+
4062,
|
4087 |
+
4063,
|
4088 |
+
4065,
|
4089 |
+
4067,
|
4090 |
+
4069,
|
4091 |
+
4071,
|
4092 |
+
4072,
|
4093 |
+
4075,
|
4094 |
+
4077,
|
4095 |
+
4080,
|
4096 |
+
4083,
|
4097 |
+
4086,
|
4098 |
+
4088,
|
4099 |
+
4090,
|
4100 |
+
4092,
|
4101 |
+
4094,
|
4102 |
+
4095,
|
4103 |
+
4097,
|
4104 |
+
4098,
|
4105 |
+
979,
|
4106 |
+
4099,
|
4107 |
+
4100,
|
4108 |
+
4102,
|
4109 |
+
4104,
|
4110 |
+
4107,
|
4111 |
+
4109,
|
4112 |
+
4111,
|
4113 |
+
4112,
|
4114 |
+
4113,
|
4115 |
+
4117,
|
4116 |
+
4118,
|
4117 |
+
4120,
|
4118 |
+
4122,
|
4119 |
+
4124,
|
4120 |
+
4125,
|
4121 |
+
4126,
|
4122 |
+
4128,
|
4123 |
+
4129,
|
4124 |
+
4131,
|
4125 |
+
4134,
|
4126 |
+
4135,
|
4127 |
+
4136,
|
4128 |
+
4138,
|
4129 |
+
4141,
|
4130 |
+
4143,
|
4131 |
+
4146,
|
4132 |
+
4148,
|
4133 |
+
4150,
|
4134 |
+
4152,
|
4135 |
+
4154,
|
4136 |
+
4157,
|
4137 |
+
4161,
|
4138 |
+
4163,
|
4139 |
+
4164,
|
4140 |
+
4167,
|
4141 |
+
4168,
|
4142 |
+
4170,
|
4143 |
+
4173,
|
4144 |
+
4175,
|
4145 |
+
4177,
|
4146 |
+
4178,
|
4147 |
+
4180,
|
4148 |
+
4183,
|
4149 |
+
4185,
|
4150 |
+
4188,
|
4151 |
+
4189,
|
4152 |
+
4190,
|
4153 |
+
4192,
|
4154 |
+
4193,
|
4155 |
+
4195,
|
4156 |
+
4197,
|
4157 |
+
4199,
|
4158 |
+
4201,
|
4159 |
+
4203,
|
4160 |
+
4204,
|
4161 |
+
4206,
|
4162 |
+
4208,
|
4163 |
+
4209,
|
4164 |
+
4211,
|
4165 |
+
4214,
|
4166 |
+
4216,
|
4167 |
+
4218,
|
4168 |
+
4220,
|
4169 |
+
4221,
|
4170 |
+
4224,
|
4171 |
+
4226,
|
4172 |
+
4228,
|
4173 |
+
4230,
|
4174 |
+
4232,
|
4175 |
+
4235,
|
4176 |
+
4238,
|
4177 |
+
4240,
|
4178 |
+
4242,
|
4179 |
+
4244,
|
4180 |
+
4247,
|
4181 |
+
4248,
|
4182 |
+
4250,
|
4183 |
+
4252,
|
4184 |
+
123,
|
4185 |
+
4254,
|
4186 |
+
4255,
|
4187 |
+
4256,
|
4188 |
+
4258,
|
4189 |
+
4260,
|
4190 |
+
4261,
|
4191 |
+
4262,
|
4192 |
+
4264,
|
4193 |
+
4266,
|
4194 |
+
4267,
|
4195 |
+
4269,
|
4196 |
+
4271,
|
4197 |
+
4273,
|
4198 |
+
4275,
|
4199 |
+
4278,
|
4200 |
+
4279,
|
4201 |
+
4281,
|
4202 |
+
4282,
|
4203 |
+
4283,
|
4204 |
+
4285,
|
4205 |
+
4286,
|
4206 |
+
4289,
|
4207 |
+
4292,
|
4208 |
+
4294,
|
4209 |
+
4297,
|
4210 |
+
4299,
|
4211 |
+
4302,
|
4212 |
+
4303,
|
4213 |
+
4305,
|
4214 |
+
4307,
|
4215 |
+
4308,
|
4216 |
+
4312,
|
4217 |
+
4314,
|
4218 |
+
4316,
|
4219 |
+
4318,
|
4220 |
+
4321,
|
4221 |
+
4323,
|
4222 |
+
4325,
|
4223 |
+
4327,
|
4224 |
+
4329,
|
4225 |
+
4332,
|
4226 |
+
4335,
|
4227 |
+
4336,
|
4228 |
+
4338,
|
4229 |
+
4341,
|
4230 |
+
4342,
|
4231 |
+
4343,
|
4232 |
+
4344,
|
4233 |
+
4347,
|
4234 |
+
4348,
|
4235 |
+
4351,
|
4236 |
+
4354,
|
4237 |
+
4357,
|
4238 |
+
4358,
|
4239 |
+
2303,
|
4240 |
+
4360,
|
4241 |
+
4363,
|
4242 |
+
4366,
|
4243 |
+
4368,
|
4244 |
+
4370,
|
4245 |
+
4371,
|
4246 |
+
4374,
|
4247 |
+
3317,
|
4248 |
+
4375,
|
4249 |
+
4378,
|
4250 |
+
4381,
|
4251 |
+
4384,
|
4252 |
+
4387,
|
4253 |
+
4390,
|
4254 |
+
4392,
|
4255 |
+
4394,
|
4256 |
+
4397,
|
4257 |
+
4399,
|
4258 |
+
3754,
|
4259 |
+
4401,
|
4260 |
+
4402,
|
4261 |
+
4405,
|
4262 |
+
4407,
|
4263 |
+
4410,
|
4264 |
+
4411,
|
4265 |
+
4414,
|
4266 |
+
4415,
|
4267 |
+
4417,
|
4268 |
+
4420,
|
4269 |
+
4422,
|
4270 |
+
4423,
|
4271 |
+
4426,
|
4272 |
+
4429,
|
4273 |
+
4430,
|
4274 |
+
4433,
|
4275 |
+
4435,
|
4276 |
+
4436,
|
4277 |
+
4438,
|
4278 |
+
4440,
|
4279 |
+
4441,
|
4280 |
+
4442,
|
4281 |
+
4444,
|
4282 |
+
4447,
|
4283 |
+
4450,
|
4284 |
+
4451,
|
4285 |
+
4453,
|
4286 |
+
4454,
|
4287 |
+
4455,
|
4288 |
+
4456,
|
4289 |
+
4458,
|
4290 |
+
4460,
|
4291 |
+
4462,
|
4292 |
+
4465,
|
4293 |
+
4467,
|
4294 |
+
4468,
|
4295 |
+
4469,
|
4296 |
+
4471,
|
4297 |
+
4475,
|
4298 |
+
4477,
|
4299 |
+
4480,
|
4300 |
+
4481,
|
4301 |
+
2509,
|
4302 |
+
4484,
|
4303 |
+
4486,
|
4304 |
+
4487,
|
4305 |
+
4490,
|
4306 |
+
4492,
|
4307 |
+
4493,
|
4308 |
+
4495,
|
4309 |
+
4496,
|
4310 |
+
4498,
|
4311 |
+
4500,
|
4312 |
+
4503,
|
4313 |
+
4506,
|
4314 |
+
4508,
|
4315 |
+
4511,
|
4316 |
+
4512,
|
4317 |
+
4514,
|
4318 |
+
4516,
|
4319 |
+
4518,
|
4320 |
+
4520,
|
4321 |
+
4522,
|
4322 |
+
4524,
|
4323 |
+
4527,
|
4324 |
+
4528,
|
4325 |
+
4529,
|
4326 |
+
4532,
|
4327 |
+
2176,
|
4328 |
+
4536,
|
4329 |
+
4539,
|
4330 |
+
4541,
|
4331 |
+
4542,
|
4332 |
+
4543,
|
4333 |
+
4544,
|
4334 |
+
4545,
|
4335 |
+
4548,
|
4336 |
+
4549,
|
4337 |
+
4551,
|
4338 |
+
4553,
|
4339 |
+
4555,
|
4340 |
+
4559,
|
4341 |
+
4562,
|
4342 |
+
4564,
|
4343 |
+
4566,
|
4344 |
+
4569,
|
4345 |
+
4571,
|
4346 |
+
4574,
|
4347 |
+
4577,
|
4348 |
+
4578,
|
4349 |
+
4581,
|
4350 |
+
4584,
|
4351 |
+
4586,
|
4352 |
+
4589,
|
4353 |
+
4592,
|
4354 |
+
4593,
|
4355 |
+
4596,
|
4356 |
+
4598,
|
4357 |
+
4602,
|
4358 |
+
4605,
|
4359 |
+
4607,
|
4360 |
+
4609,
|
4361 |
+
4611,
|
4362 |
+
4613,
|
4363 |
+
4616,
|
4364 |
+
4618,
|
4365 |
+
4620,
|
4366 |
+
4622,
|
4367 |
+
4624,
|
4368 |
+
4627,
|
4369 |
+
4628,
|
4370 |
+
4629,
|
4371 |
+
4630,
|
4372 |
+
4631,
|
4373 |
+
4632,
|
4374 |
+
4633,
|
4375 |
+
4635,
|
4376 |
+
4637,
|
4377 |
+
4638,
|
4378 |
+
4640,
|
4379 |
+
4642,
|
4380 |
+
4645,
|
4381 |
+
4647,
|
4382 |
+
4649,
|
4383 |
+
4651,
|
4384 |
+
4653,
|
4385 |
+
4655,
|
4386 |
+
4657,
|
4387 |
+
4659,
|
4388 |
+
4660,
|
4389 |
+
4661,
|
4390 |
+
4662,
|
4391 |
+
4664,
|
4392 |
+
4665,
|
4393 |
+
4666,
|
4394 |
+
4669,
|
4395 |
+
4672,
|
4396 |
+
4673,
|
4397 |
+
4675,
|
4398 |
+
4678,
|
4399 |
+
4679,
|
4400 |
+
4681,
|
4401 |
+
4682,
|
4402 |
+
4685,
|
4403 |
+
4687,
|
4404 |
+
4688,
|
4405 |
+
4689,
|
4406 |
+
4692,
|
4407 |
+
4695,
|
4408 |
+
4698,
|
4409 |
+
4700,
|
4410 |
+
4702,
|
4411 |
+
4705,
|
4412 |
+
4707,
|
4413 |
+
4710,
|
4414 |
+
4712,
|
4415 |
+
4713,
|
4416 |
+
4715,
|
4417 |
+
4718,
|
4418 |
+
4719,
|
4419 |
+
4722,
|
4420 |
+
4724,
|
4421 |
+
4726,
|
4422 |
+
4729,
|
4423 |
+
4730,
|
4424 |
+
4732,
|
4425 |
+
4733,
|
4426 |
+
4734,
|
4427 |
+
4736,
|
4428 |
+
4737,
|
4429 |
+
4739,
|
4430 |
+
4741,
|
4431 |
+
4743,
|
4432 |
+
4745,
|
4433 |
+
4748,
|
4434 |
+
4750,
|
4435 |
+
4753,
|
4436 |
+
4755,
|
4437 |
+
4757,
|
4438 |
+
4759,
|
4439 |
+
4762,
|
4440 |
+
4763,
|
4441 |
+
4765,
|
4442 |
+
4767,
|
4443 |
+
4768,
|
4444 |
+
4770,
|
4445 |
+
4772,
|
4446 |
+
4775,
|
4447 |
+
4777,
|
4448 |
+
4779,
|
4449 |
+
4781,
|
4450 |
+
4784,
|
4451 |
+
4786,
|
4452 |
+
4787,
|
4453 |
+
4790,
|
4454 |
+
3108,
|
4455 |
+
4793,
|
4456 |
+
4794,
|
4457 |
+
4797,
|
4458 |
+
4798,
|
4459 |
+
4801,
|
4460 |
+
4803,
|
4461 |
+
4805,
|
4462 |
+
4806,
|
4463 |
+
4808,
|
4464 |
+
4014,
|
4465 |
+
4809,
|
4466 |
+
4811,
|
4467 |
+
4813,
|
4468 |
+
4815,
|
4469 |
+
4818,
|
4470 |
+
4821,
|
4471 |
+
4824,
|
4472 |
+
4826,
|
4473 |
+
4827,
|
4474 |
+
4830,
|
4475 |
+
4833,
|
4476 |
+
4835,
|
4477 |
+
4650,
|
4478 |
+
4838,
|
4479 |
+
4841,
|
4480 |
+
4843,
|
4481 |
+
4844,
|
4482 |
+
4846,
|
4483 |
+
4847,
|
4484 |
+
4848,
|
4485 |
+
4849,
|
4486 |
+
4851,
|
4487 |
+
4853,
|
4488 |
+
4855,
|
4489 |
+
4857,
|
4490 |
+
4860,
|
4491 |
+
4861,
|
4492 |
+
4862,
|
4493 |
+
4865,
|
4494 |
+
4867,
|
4495 |
+
4868,
|
4496 |
+
4870,
|
4497 |
+
4874,
|
4498 |
+
4875,
|
4499 |
+
4877,
|
4500 |
+
4882,
|
4501 |
+
4883,
|
4502 |
+
4885,
|
4503 |
+
4888,
|
4504 |
+
4890,
|
4505 |
+
4891,
|
4506 |
+
4892,
|
4507 |
+
4894,
|
4508 |
+
4896,
|
4509 |
+
4899,
|
4510 |
+
4901,
|
4511 |
+
4904,
|
4512 |
+
4907,
|
4513 |
+
4908,
|
4514 |
+
4615,
|
4515 |
+
4911,
|
4516 |
+
4914,
|
4517 |
+
4916,
|
4518 |
+
4918,
|
4519 |
+
4920,
|
4520 |
+
4921,
|
4521 |
+
4924,
|
4522 |
+
4926,
|
4523 |
+
4929,
|
4524 |
+
4930,
|
4525 |
+
4931,
|
4526 |
+
4934,
|
4527 |
+
4936,
|
4528 |
+
4937,
|
4529 |
+
4939,
|
4530 |
+
4942,
|
4531 |
+
4945,
|
4532 |
+
4948,
|
4533 |
+
2484,
|
4534 |
+
4949,
|
4535 |
+
4950,
|
4536 |
+
4952,
|
4537 |
+
4953,
|
4538 |
+
4956,
|
4539 |
+
4957,
|
4540 |
+
914,
|
4541 |
+
4958,
|
4542 |
+
4959,
|
4543 |
+
4961,
|
4544 |
+
4963,
|
4545 |
+
4964,
|
4546 |
+
4967,
|
4547 |
+
4969,
|
4548 |
+
4970,
|
4549 |
+
4973,
|
4550 |
+
1259,
|
4551 |
+
4974,
|
4552 |
+
4977,
|
4553 |
+
4978,
|
4554 |
+
4979,
|
4555 |
+
4982,
|
4556 |
+
4984,
|
4557 |
+
4985,
|
4558 |
+
4988,
|
4559 |
+
4991,
|
4560 |
+
4994,
|
4561 |
+
4995,
|
4562 |
+
3747,
|
4563 |
+
4997,
|
4564 |
+
4999,
|
4565 |
+
5001,
|
4566 |
+
5002,
|
4567 |
+
5004,
|
4568 |
+
5006,
|
4569 |
+
5009,
|
4570 |
+
665,
|
4571 |
+
2784,
|
4572 |
+
1854,
|
4573 |
+
5011,
|
4574 |
+
5012,
|
4575 |
+
5014,
|
4576 |
+
5016,
|
4577 |
+
5018,
|
4578 |
+
5021,
|
4579 |
+
5022,
|
4580 |
+
5025,
|
4581 |
+
5028,
|
4582 |
+
5031,
|
4583 |
+
5033,
|
4584 |
+
5036,
|
4585 |
+
5037,
|
4586 |
+
5039,
|
4587 |
+
3846,
|
4588 |
+
5040,
|
4589 |
+
5042,
|
4590 |
+
5044,
|
4591 |
+
5046,
|
4592 |
+
5048,
|
4593 |
+
5050,
|
4594 |
+
5017,
|
4595 |
+
5053,
|
4596 |
+
5054,
|
4597 |
+
5055,
|
4598 |
+
5057,
|
4599 |
+
5059,
|
4600 |
+
5061,
|
4601 |
+
5064,
|
4602 |
+
5067,
|
4603 |
+
5068,
|
4604 |
+
5071,
|
4605 |
+
5074,
|
4606 |
+
5076,
|
4607 |
+
5078,
|
4608 |
+
5080,
|
4609 |
+
5083,
|
4610 |
+
5086,
|
4611 |
+
5088,
|
4612 |
+
5091,
|
4613 |
+
5093,
|
4614 |
+
5097,
|
4615 |
+
5099,
|
4616 |
+
5101,
|
4617 |
+
5102,
|
4618 |
+
5103,
|
4619 |
+
5104,
|
4620 |
+
5108,
|
4621 |
+
5110,
|
4622 |
+
5112,
|
4623 |
+
5085,
|
4624 |
+
5116,
|
4625 |
+
5118,
|
4626 |
+
5120,
|
4627 |
+
5122,
|
4628 |
+
5125,
|
4629 |
+
5126,
|
4630 |
+
5128,
|
4631 |
+
5130,
|
4632 |
+
5132,
|
4633 |
+
5134,
|
4634 |
+
5136,
|
4635 |
+
5139,
|
4636 |
+
5141,
|
4637 |
+
5142,
|
4638 |
+
5143,
|
4639 |
+
5146,
|
4640 |
+
5149,
|
4641 |
+
5151,
|
4642 |
+
5154,
|
4643 |
+
5156,
|
4644 |
+
5159,
|
4645 |
+
5162,
|
4646 |
+
5165,
|
4647 |
+
5167,
|
4648 |
+
5171,
|
4649 |
+
5173,
|
4650 |
+
5176,
|
4651 |
+
5178,
|
4652 |
+
5182,
|
4653 |
+
5185,
|
4654 |
+
5186,
|
4655 |
+
5187,
|
4656 |
+
5190,
|
4657 |
+
5192,
|
4658 |
+
5196,
|
4659 |
+
5197,
|
4660 |
+
5198,
|
4661 |
+
5199,
|
4662 |
+
5201,
|
4663 |
+
4873,
|
4664 |
+
5203,
|
4665 |
+
5207,
|
4666 |
+
5209,
|
4667 |
+
5212,
|
4668 |
+
5215,
|
4669 |
+
5217,
|
4670 |
+
5219,
|
4671 |
+
5222,
|
4672 |
+
5223,
|
4673 |
+
5225,
|
4674 |
+
5227,
|
4675 |
+
5229,
|
4676 |
+
5231,
|
4677 |
+
5232,
|
4678 |
+
5234,
|
4679 |
+
5236,
|
4680 |
+
5237,
|
4681 |
+
5240,
|
4682 |
+
5242,
|
4683 |
+
5244,
|
4684 |
+
5246,
|
4685 |
+
5248,
|
4686 |
+
5250,
|
4687 |
+
5251,
|
4688 |
+
5255,
|
4689 |
+
5257,
|
4690 |
+
5258,
|
4691 |
+
5259,
|
4692 |
+
5261,
|
4693 |
+
5264,
|
4694 |
+
5268,
|
4695 |
+
5271,
|
4696 |
+
2858,
|
4697 |
+
5272,
|
4698 |
+
5274,
|
4699 |
+
5275,
|
4700 |
+
5277,
|
4701 |
+
5278,
|
4702 |
+
5281,
|
4703 |
+
5282,
|
4704 |
+
5285,
|
4705 |
+
5287,
|
4706 |
+
5289,
|
4707 |
+
5291,
|
4708 |
+
5292,
|
4709 |
+
5295,
|
4710 |
+
5297,
|
4711 |
+
5298,
|
4712 |
+
5299,
|
4713 |
+
5300,
|
4714 |
+
5302,
|
4715 |
+
5303,
|
4716 |
+
5305,
|
4717 |
+
5307,
|
4718 |
+
446,
|
4719 |
+
5309,
|
4720 |
+
5310,
|
4721 |
+
5312,
|
4722 |
+
5315,
|
4723 |
+
5317,
|
4724 |
+
5318,
|
4725 |
+
5320,
|
4726 |
+
3824,
|
4727 |
+
5323,
|
4728 |
+
5324,
|
4729 |
+
5326,
|
4730 |
+
5329,
|
4731 |
+
5331,
|
4732 |
+
5333,
|
4733 |
+
5336,
|
4734 |
+
5338,
|
4735 |
+
5339,
|
4736 |
+
5340,
|
4737 |
+
5342,
|
4738 |
+
5345,
|
4739 |
+
5347,
|
4740 |
+
5349,
|
4741 |
+
5351,
|
4742 |
+
5353,
|
4743 |
+
5355,
|
4744 |
+
5357,
|
4745 |
+
3381,
|
4746 |
+
5358,
|
4747 |
+
5359,
|
4748 |
+
5360,
|
4749 |
+
796,
|
4750 |
+
5362,
|
4751 |
+
5365,
|
4752 |
+
5368,
|
4753 |
+
5369,
|
4754 |
+
5372,
|
4755 |
+
5374,
|
4756 |
+
5377,
|
4757 |
+
5379,
|
4758 |
+
5381,
|
4759 |
+
5382,
|
4760 |
+
5383,
|
4761 |
+
5384,
|
4762 |
+
5387,
|
4763 |
+
5389,
|
4764 |
+
5391,
|
4765 |
+
5392,
|
4766 |
+
5395,
|
4767 |
+
5396,
|
4768 |
+
5397,
|
4769 |
+
5400,
|
4770 |
+
5403,
|
4771 |
+
5406,
|
4772 |
+
5408,
|
4773 |
+
5411,
|
4774 |
+
5413,
|
4775 |
+
5415,
|
4776 |
+
5418,
|
4777 |
+
5422,
|
4778 |
+
5424,
|
4779 |
+
5425,
|
4780 |
+
5428,
|
4781 |
+
5431,
|
4782 |
+
5434,
|
4783 |
+
5435,
|
4784 |
+
5437,
|
4785 |
+
5438,
|
4786 |
+
5441,
|
4787 |
+
5442,
|
4788 |
+
5444,
|
4789 |
+
5446,
|
4790 |
+
5449,
|
4791 |
+
5452,
|
4792 |
+
5456,
|
4793 |
+
5458,
|
4794 |
+
5461,
|
4795 |
+
5466,
|
4796 |
+
5468,
|
4797 |
+
5471,
|
4798 |
+
5474,
|
4799 |
+
5476,
|
4800 |
+
5478,
|
4801 |
+
5481,
|
4802 |
+
5483,
|
4803 |
+
5486,
|
4804 |
+
5487,
|
4805 |
+
5489,
|
4806 |
+
5492,
|
4807 |
+
5493,
|
4808 |
+
5496,
|
4809 |
+
5498,
|
4810 |
+
5499,
|
4811 |
+
5501,
|
4812 |
+
5503,
|
4813 |
+
5504,
|
4814 |
+
5507,
|
4815 |
+
5510,
|
4816 |
+
5514,
|
4817 |
+
5516,
|
4818 |
+
5427,
|
4819 |
+
1805,
|
4820 |
+
5519,
|
4821 |
+
5521,
|
4822 |
+
5522,
|
4823 |
+
5523,
|
4824 |
+
5526,
|
4825 |
+
5527,
|
4826 |
+
5529,
|
4827 |
+
5531,
|
4828 |
+
5532,
|
4829 |
+
5534,
|
4830 |
+
5535,
|
4831 |
+
5536,
|
4832 |
+
5538,
|
4833 |
+
5539,
|
4834 |
+
5542,
|
4835 |
+
5545,
|
4836 |
+
5547,
|
4837 |
+
5548,
|
4838 |
+
5549,
|
4839 |
+
5550,
|
4840 |
+
5552,
|
4841 |
+
5554,
|
4842 |
+
5555,
|
4843 |
+
5556,
|
4844 |
+
5558,
|
4845 |
+
5560,
|
4846 |
+
5561,
|
4847 |
+
5564,
|
4848 |
+
5565,
|
4849 |
+
5567,
|
4850 |
+
5569,
|
4851 |
+
5572,
|
4852 |
+
5573,
|
4853 |
+
5575,
|
4854 |
+
5578,
|
4855 |
+
5581,
|
4856 |
+
5584,
|
4857 |
+
5588,
|
4858 |
+
5591,
|
4859 |
+
5593,
|
4860 |
+
5594,
|
4861 |
+
5596,
|
4862 |
+
5598,
|
4863 |
+
5599,
|
4864 |
+
5603,
|
4865 |
+
5605,
|
4866 |
+
5607,
|
4867 |
+
5609,
|
4868 |
+
5611,
|
4869 |
+
5612,
|
4870 |
+
5613,
|
4871 |
+
5615,
|
4872 |
+
5616,
|
4873 |
+
5619,
|
4874 |
+
5621,
|
4875 |
+
5622,
|
4876 |
+
5625,
|
4877 |
+
5627,
|
4878 |
+
5630,
|
4879 |
+
5633,
|
4880 |
+
5635,
|
4881 |
+
5639,
|
4882 |
+
5642,
|
4883 |
+
5645,
|
4884 |
+
5647,
|
4885 |
+
5650,
|
4886 |
+
5651,
|
4887 |
+
5652,
|
4888 |
+
5653,
|
4889 |
+
5654,
|
4890 |
+
5655,
|
4891 |
+
5656,
|
4892 |
+
5658,
|
4893 |
+
5659,
|
4894 |
+
5660,
|
4895 |
+
5663,
|
4896 |
+
5664,
|
4897 |
+
5667,
|
4898 |
+
5668,
|
4899 |
+
5669,
|
4900 |
+
5670,
|
4901 |
+
5671,
|
4902 |
+
5672,
|
4903 |
+
5676,
|
4904 |
+
5680,
|
4905 |
+
5682,
|
4906 |
+
5683,
|
4907 |
+
5684,
|
4908 |
+
5685,
|
4909 |
+
5687,
|
4910 |
+
5690,
|
4911 |
+
5692,
|
4912 |
+
5695,
|
4913 |
+
5696,
|
4914 |
+
5697,
|
4915 |
+
5699,
|
4916 |
+
5701,
|
4917 |
+
5703,
|
4918 |
+
5705,
|
4919 |
+
5706,
|
4920 |
+
5709,
|
4921 |
+
5710,
|
4922 |
+
5712,
|
4923 |
+
5714,
|
4924 |
+
5716,
|
4925 |
+
5718,
|
4926 |
+
5720,
|
4927 |
+
5723,
|
4928 |
+
5726,
|
4929 |
+
5727,
|
4930 |
+
5729,
|
4931 |
+
5732,
|
4932 |
+
5734,
|
4933 |
+
5736,
|
4934 |
+
5738,
|
4935 |
+
5741,
|
4936 |
+
5743,
|
4937 |
+
5744,
|
4938 |
+
5747,
|
4939 |
+
5749,
|
4940 |
+
5751,
|
4941 |
+
5752,
|
4942 |
+
5754,
|
4943 |
+
5756,
|
4944 |
+
5759,
|
4945 |
+
5760,
|
4946 |
+
5764,
|
4947 |
+
5766,
|
4948 |
+
3947,
|
4949 |
+
5769,
|
4950 |
+
5770,
|
4951 |
+
5774,
|
4952 |
+
5775,
|
4953 |
+
5777,
|
4954 |
+
5779,
|
4955 |
+
5782,
|
4956 |
+
5784,
|
4957 |
+
5786,
|
4958 |
+
5789,
|
4959 |
+
5791,
|
4960 |
+
5794,
|
4961 |
+
5796,
|
4962 |
+
5798,
|
4963 |
+
5799,
|
4964 |
+
5802,
|
4965 |
+
5804,
|
4966 |
+
5806,
|
4967 |
+
5810,
|
4968 |
+
5811,
|
4969 |
+
5813,
|
4970 |
+
5815,
|
4971 |
+
5817,
|
4972 |
+
5819,
|
4973 |
+
5821,
|
4974 |
+
5824,
|
4975 |
+
5825,
|
4976 |
+
5828,
|
4977 |
+
5830,
|
4978 |
+
5833,
|
4979 |
+
5834,
|
4980 |
+
5836,
|
4981 |
+
5837,
|
4982 |
+
5838,
|
4983 |
+
5840,
|
4984 |
+
5842,
|
4985 |
+
5844,
|
4986 |
+
5846,
|
4987 |
+
5848,
|
4988 |
+
5849,
|
4989 |
+
5850,
|
4990 |
+
5853,
|
4991 |
+
5855,
|
4992 |
+
5857,
|
4993 |
+
5858,
|
4994 |
+
483,
|
4995 |
+
5860,
|
4996 |
+
5863,
|
4997 |
+
5864,
|
4998 |
+
5866,
|
4999 |
+
5870,
|
5000 |
+
5872,
|
5001 |
+
5874,
|
5002 |
+
5876,
|
5003 |
+
5879,
|
5004 |
+
5881,
|
5005 |
+
5882,
|
5006 |
+
5885,
|
5007 |
+
5886,
|
5008 |
+
5887,
|
5009 |
+
5889,
|
5010 |
+
5891,
|
5011 |
+
5893,
|
5012 |
+
5895,
|
5013 |
+
5896,
|
5014 |
+
5898,
|
5015 |
+
5900,
|
5016 |
+
5902,
|
5017 |
+
5904,
|
5018 |
+
5906,
|
5019 |
+
5909,
|
5020 |
+
5911,
|
5021 |
+
5912,
|
5022 |
+
5914,
|
5023 |
+
5916,
|
5024 |
+
5921,
|
5025 |
+
5923,
|
5026 |
+
5924,
|
5027 |
+
5926,
|
5028 |
+
5928,
|
5029 |
+
5931,
|
5030 |
+
5933,
|
5031 |
+
5936,
|
5032 |
+
5938,
|
5033 |
+
5940,
|
5034 |
+
5941,
|
5035 |
+
5945,
|
5036 |
+
5947,
|
5037 |
+
5949,
|
5038 |
+
5951,
|
5039 |
+
5953,
|
5040 |
+
5956,
|
5041 |
+
5958,
|
5042 |
+
5960,
|
5043 |
+
5963,
|
5044 |
+
5965,
|
5045 |
+
5966,
|
5046 |
+
5968,
|
5047 |
+
5971,
|
5048 |
+
5973,
|
5049 |
+
5975,
|
5050 |
+
5978,
|
5051 |
+
5980,
|
5052 |
+
5983,
|
5053 |
+
5984,
|
5054 |
+
5986,
|
5055 |
+
5987,
|
5056 |
+
5990,
|
5057 |
+
5991,
|
5058 |
+
5994,
|
5059 |
+
5996,
|
5060 |
+
5997,
|
5061 |
+
5999,
|
5062 |
+
6001,
|
5063 |
+
6002,
|
5064 |
+
6005,
|
5065 |
+
6007,
|
5066 |
+
6009,
|
5067 |
+
6011,
|
5068 |
+
6014,
|
5069 |
+
6016,
|
5070 |
+
6020,
|
5071 |
+
6022,
|
5072 |
+
6024,
|
5073 |
+
6025,
|
5074 |
+
6028,
|
5075 |
+
6029,
|
5076 |
+
6030,
|
5077 |
+
6033,
|
5078 |
+
6036,
|
5079 |
+
6038,
|
5080 |
+
6039,
|
5081 |
+
6040,
|
5082 |
+
6042,
|
5083 |
+
6044,
|
5084 |
+
6045,
|
5085 |
+
6046,
|
5086 |
+
6048,
|
5087 |
+
6050,
|
5088 |
+
6052,
|
5089 |
+
6053,
|
5090 |
+
6054,
|
5091 |
+
6055,
|
5092 |
+
6058,
|
5093 |
+
6060,
|
5094 |
+
6062,
|
5095 |
+
6063,
|
5096 |
+
6065,
|
5097 |
+
3788,
|
5098 |
+
6068,
|
5099 |
+
6071,
|
5100 |
+
6073,
|
5101 |
+
6074,
|
5102 |
+
6077,
|
5103 |
+
6078,
|
5104 |
+
6080,
|
5105 |
+
6081,
|
5106 |
+
6084,
|
5107 |
+
1254,
|
5108 |
+
6087,
|
5109 |
+
6089,
|
5110 |
+
6091,
|
5111 |
+
6094,
|
5112 |
+
6095,
|
5113 |
+
6098,
|
5114 |
+
6099,
|
5115 |
+
266,
|
5116 |
+
6100,
|
5117 |
+
6102,
|
5118 |
+
6103,
|
5119 |
+
6104,
|
5120 |
+
6106,
|
5121 |
+
6107,
|
5122 |
+
6109,
|
5123 |
+
6110,
|
5124 |
+
4817,
|
5125 |
+
6112,
|
5126 |
+
6115,
|
5127 |
+
6117,
|
5128 |
+
6118,
|
5129 |
+
5491,
|
5130 |
+
3359,
|
5131 |
+
6119,
|
5132 |
+
6121,
|
5133 |
+
6123,
|
5134 |
+
6126,
|
5135 |
+
6128,
|
5136 |
+
6130,
|
5137 |
+
6132,
|
5138 |
+
6136,
|
5139 |
+
6137,
|
5140 |
+
6139,
|
5141 |
+
6141,
|
5142 |
+
6142,
|
5143 |
+
6145,
|
5144 |
+
6147,
|
5145 |
+
6149,
|
5146 |
+
6151,
|
5147 |
+
6154,
|
5148 |
+
6156,
|
5149 |
+
6157,
|
5150 |
+
6158,
|
5151 |
+
6160,
|
5152 |
+
6163,
|
5153 |
+
6165,
|
5154 |
+
6167,
|
5155 |
+
6168,
|
5156 |
+
6170,
|
5157 |
+
6174,
|
5158 |
+
6178,
|
5159 |
+
835,
|
5160 |
+
4523,
|
5161 |
+
6180,
|
5162 |
+
4485,
|
5163 |
+
6181,
|
5164 |
+
6184,
|
5165 |
+
6187,
|
5166 |
+
6190,
|
5167 |
+
6193,
|
5168 |
+
6197,
|
5169 |
+
6199,
|
5170 |
+
6200,
|
5171 |
+
6202,
|
5172 |
+
6204,
|
5173 |
+
6205,
|
5174 |
+
6207,
|
5175 |
+
6209,
|
5176 |
+
6212,
|
5177 |
+
6215,
|
5178 |
+
6218,
|
5179 |
+
6219,
|
5180 |
+
6221,
|
5181 |
+
6223,
|
5182 |
+
6226,
|
5183 |
+
6228,
|
5184 |
+
6230,
|
5185 |
+
6233,
|
5186 |
+
6234,
|
5187 |
+
6236,
|
5188 |
+
6238,
|
5189 |
+
6241,
|
5190 |
+
6243,
|
5191 |
+
6246,
|
5192 |
+
6248,
|
5193 |
+
6250,
|
5194 |
+
6251,
|
5195 |
+
6253,
|
5196 |
+
6254,
|
5197 |
+
6256,
|
5198 |
+
6257,
|
5199 |
+
6259,
|
5200 |
+
6261,
|
5201 |
+
6264,
|
5202 |
+
6266,
|
5203 |
+
6267,
|
5204 |
+
6268,
|
5205 |
+
6270,
|
5206 |
+
6272,
|
5207 |
+
6275,
|
5208 |
+
6277,
|
5209 |
+
6279,
|
5210 |
+
2497,
|
5211 |
+
6282,
|
5212 |
+
6284,
|
5213 |
+
6287,
|
5214 |
+
6289,
|
5215 |
+
6290,
|
5216 |
+
6291,
|
5217 |
+
6293,
|
5218 |
+
6296,
|
5219 |
+
6297,
|
5220 |
+
6300,
|
5221 |
+
6302,
|
5222 |
+
6303,
|
5223 |
+
6307,
|
5224 |
+
6309,
|
5225 |
+
6311,
|
5226 |
+
2972,
|
5227 |
+
6314,
|
5228 |
+
6317,
|
5229 |
+
6319,
|
5230 |
+
6322,
|
5231 |
+
6324,
|
5232 |
+
6326,
|
5233 |
+
6328,
|
5234 |
+
6331,
|
5235 |
+
6332,
|
5236 |
+
6334,
|
5237 |
+
6336,
|
5238 |
+
6338,
|
5239 |
+
6339,
|
5240 |
+
6341,
|
5241 |
+
6344,
|
5242 |
+
6345,
|
5243 |
+
6346,
|
5244 |
+
6349,
|
5245 |
+
6352,
|
5246 |
+
6353,
|
5247 |
+
6355,
|
5248 |
+
6356,
|
5249 |
+
6359,
|
5250 |
+
5488,
|
5251 |
+
6361,
|
5252 |
+
6362,
|
5253 |
+
6365,
|
5254 |
+
6366,
|
5255 |
+
6368,
|
5256 |
+
6371,
|
5257 |
+
6373,
|
5258 |
+
6375,
|
5259 |
+
6377,
|
5260 |
+
6378,
|
5261 |
+
6380,
|
5262 |
+
6383,
|
5263 |
+
6386,
|
5264 |
+
6388,
|
5265 |
+
6390,
|
5266 |
+
6391,
|
5267 |
+
1351,
|
5268 |
+
6393,
|
5269 |
+
6395,
|
5270 |
+
6396,
|
5271 |
+
6397,
|
5272 |
+
6399,
|
5273 |
+
6401,
|
5274 |
+
6402,
|
5275 |
+
6403,
|
5276 |
+
6406,
|
5277 |
+
6408,
|
5278 |
+
6409,
|
5279 |
+
6411,
|
5280 |
+
6414,
|
5281 |
+
6417,
|
5282 |
+
6420,
|
5283 |
+
6423,
|
5284 |
+
6425,
|
5285 |
+
6429,
|
5286 |
+
6430,
|
5287 |
+
6431,
|
5288 |
+
910,
|
5289 |
+
6433,
|
5290 |
+
6434,
|
5291 |
+
6435,
|
5292 |
+
6437,
|
5293 |
+
2487,
|
5294 |
+
6439,
|
5295 |
+
6441,
|
5296 |
+
6445,
|
5297 |
+
6448,
|
5298 |
+
6450,
|
5299 |
+
6454,
|
5300 |
+
6456,
|
5301 |
+
6458,
|
5302 |
+
6460,
|
5303 |
+
6463,
|
5304 |
+
6464,
|
5305 |
+
6467,
|
5306 |
+
6468,
|
5307 |
+
6470,
|
5308 |
+
6472,
|
5309 |
+
6474,
|
5310 |
+
6477,
|
5311 |
+
6478,
|
5312 |
+
6479,
|
5313 |
+
6480,
|
5314 |
+
6482,
|
5315 |
+
6485,
|
5316 |
+
6486,
|
5317 |
+
6489,
|
5318 |
+
6491,
|
5319 |
+
6494,
|
5320 |
+
6497,
|
5321 |
+
6499,
|
5322 |
+
6502,
|
5323 |
+
6504,
|
5324 |
+
6505,
|
5325 |
+
6507,
|
5326 |
+
6509,
|
5327 |
+
6510,
|
5328 |
+
6512,
|
5329 |
+
6515,
|
5330 |
+
6516,
|
5331 |
+
6517,
|
5332 |
+
6519,
|
5333 |
+
6522,
|
5334 |
+
6524,
|
5335 |
+
6525,
|
5336 |
+
6527,
|
5337 |
+
6529,
|
5338 |
+
6532,
|
5339 |
+
1640,
|
5340 |
+
6533,
|
5341 |
+
6534,
|
5342 |
+
6536,
|
5343 |
+
6539,
|
5344 |
+
6542,
|
5345 |
+
4355,
|
5346 |
+
6545,
|
5347 |
+
6546,
|
5348 |
+
6548,
|
5349 |
+
6550,
|
5350 |
+
6551,
|
5351 |
+
6552,
|
5352 |
+
6555,
|
5353 |
+
6556,
|
5354 |
+
6558,
|
5355 |
+
6560,
|
5356 |
+
6563,
|
5357 |
+
6564,
|
5358 |
+
6566,
|
5359 |
+
6568,
|
5360 |
+
6569,
|
5361 |
+
6570
|
5362 |
+
]
|
5363 |
+
},
|
5364 |
+
"pipeline":[
|
5365 |
+
"experimental_char_ner_tokenizer",
|
5366 |
+
"transformer",
|
5367 |
+
"tagger",
|
5368 |
+
"morphologizer",
|
5369 |
+
"parser",
|
5370 |
+
"experimental_edit_tree_lemmatizer"
|
5371 |
+
],
|
5372 |
+
"components":[
|
5373 |
+
"experimental_char_ner_tokenizer",
|
5374 |
+
"transformer",
|
5375 |
+
"senter",
|
5376 |
+
"tagger",
|
5377 |
+
"morphologizer",
|
5378 |
+
"parser",
|
5379 |
+
"experimental_edit_tree_lemmatizer"
|
5380 |
+
],
|
5381 |
+
"disabled":[
|
5382 |
+
"senter"
|
5383 |
+
],
|
5384 |
+
"sources":[
|
5385 |
+
{
|
5386 |
+
"name":"Universal Dependencies v2.5",
|
5387 |
+
"url":"https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3105",
|
5388 |
+
"author":"Zeman, Daniel; et al."
|
5389 |
+
}
|
5390 |
+
],
|
5391 |
+
"performance":{
|
5392 |
+
"token_f":1.0,
|
5393 |
+
"token_p":1.0,
|
5394 |
+
"token_r":1.0,
|
5395 |
+
"token_acc":1.0,
|
5396 |
+
"sents_f":1.0,
|
5397 |
+
"sents_p":1.0,
|
5398 |
+
"sents_r":1.0,
|
5399 |
+
"tag_acc":0.8893108632,
|
5400 |
+
"pos_acc":0.9652266793,
|
5401 |
+
"morph_acc":1.0,
|
5402 |
+
"morph_per_feat":0.0,
|
5403 |
+
"dep_uas":0.894835346,
|
5404 |
+
"dep_las":0.8717525957,
|
5405 |
+
"dep_las_per_type":{
|
5406 |
+
"amod":{
|
5407 |
+
"p":0.863556338,
|
5408 |
+
"r":0.8590192644,
|
5409 |
+
"f":0.8612818262
|
5410 |
+
},
|
5411 |
+
"dislocated":{
|
5412 |
+
"p":0.8296344648,
|
5413 |
+
"r":0.8263979194,
|
5414 |
+
"f":0.8280130293
|
5415 |
+
},
|
5416 |
+
"root":{
|
5417 |
+
"p":0.9090029042,
|
5418 |
+
"r":0.9090029042,
|
5419 |
+
"f":0.9090029042
|
5420 |
+
},
|
5421 |
+
"nmod":{
|
5422 |
+
"p":0.9334916865,
|
5423 |
+
"r":0.9329376855,
|
5424 |
+
"f":0.9332146037
|
5425 |
+
},
|
5426 |
+
"nsubj":{
|
5427 |
+
"p":0.8870326173,
|
5428 |
+
"r":0.8891547049,
|
5429 |
+
"f":0.8880923935
|
5430 |
+
},
|
5431 |
+
"advmod":{
|
5432 |
+
"p":0.7802971071,
|
5433 |
+
"r":0.7833594976,
|
5434 |
+
"f":0.7818253036
|
5435 |
+
},
|
5436 |
+
"dep":{
|
5437 |
+
"p":0.7333333333,
|
5438 |
+
"r":0.6077348066,
|
5439 |
+
"f":0.664652568
|
5440 |
+
},
|
5441 |
+
"conj":{
|
5442 |
+
"p":0.8255512322,
|
5443 |
+
"r":0.816025641,
|
5444 |
+
"f":0.8207607995
|
5445 |
+
},
|
5446 |
+
"xcomp":{
|
5447 |
+
"p":0.6845637584,
|
5448 |
+
"r":0.7010309278,
|
5449 |
+
"f":0.6926994907
|
5450 |
+
},
|
5451 |
+
"flat":{
|
5452 |
+
"p":0.8271604938,
|
5453 |
+
"r":0.6261682243,
|
5454 |
+
"f":0.7127659574
|
5455 |
+
},
|
5456 |
+
"obj":{
|
5457 |
+
"p":0.959742351,
|
5458 |
+
"r":0.9607737775,
|
5459 |
+
"f":0.9602577873
|
5460 |
+
},
|
5461 |
+
"acl":{
|
5462 |
+
"p":0.8957055215,
|
5463 |
+
"r":0.875824835,
|
5464 |
+
"f":0.8856536245
|
5465 |
+
},
|
5466 |
+
"advcl":{
|
5467 |
+
"p":0.851150203,
|
5468 |
+
"r":0.8540393754,
|
5469 |
+
"f":0.8525923416
|
5470 |
+
},
|
5471 |
+
"det":{
|
5472 |
+
"p":0.7380952381,
|
5473 |
+
"r":0.9323308271,
|
5474 |
+
"f":0.8239202658
|
5475 |
+
},
|
5476 |
+
"compound":{
|
5477 |
+
"p":0.886123211,
|
5478 |
+
"r":0.8693528694,
|
5479 |
+
"f":0.8776579353
|
5480 |
+
},
|
5481 |
+
"ccomp":{
|
5482 |
+
"p":0.7502040816,
|
5483 |
+
"r":0.7626556017,
|
5484 |
+
"f":0.7563786008
|
5485 |
+
},
|
5486 |
+
"obl":{
|
5487 |
+
"p":0.9216216216,
|
5488 |
+
"r":0.9304229195,
|
5489 |
+
"f":0.9260013578
|
5490 |
+
},
|
5491 |
+
"aux":{
|
5492 |
+
"p":0.9404517454,
|
5493 |
+
"r":0.9635343619,
|
5494 |
+
"f":0.9518531347
|
5495 |
+
},
|
5496 |
+
"cc":{
|
5497 |
+
"p":0.8790849673,
|
5498 |
+
"r":0.8907284768,
|
5499 |
+
"f":0.8848684211
|
5500 |
+
},
|
5501 |
+
"nummod":{
|
5502 |
+
"p":0.9005235602,
|
5503 |
+
"r":0.9005235602,
|
5504 |
+
"f":0.9005235602
|
5505 |
+
},
|
5506 |
+
"iobj":{
|
5507 |
+
"p":0.875,
|
5508 |
+
"r":0.8873239437,
|
5509 |
+
"f":0.8811188811
|
5510 |
+
},
|
5511 |
+
"discourse":{
|
5512 |
+
"p":1.0,
|
5513 |
+
"r":0.3333333333,
|
5514 |
+
"f":0.5
|
5515 |
+
},
|
5516 |
+
"fixed":{
|
5517 |
+
"p":0.9596774194,
|
5518 |
+
"r":0.9958158996,
|
5519 |
+
"f":0.977412731
|
5520 |
+
},
|
5521 |
+
"csubj":{
|
5522 |
+
"p":0.6601941748,
|
5523 |
+
"r":0.6181818182,
|
5524 |
+
"f":0.6384976526
|
5525 |
+
},
|
5526 |
+
"mark":{
|
5527 |
+
"p":0.7884615385,
|
5528 |
+
"r":0.6307692308,
|
5529 |
+
"f":0.7008547009
|
5530 |
+
},
|
5531 |
+
"case":{
|
5532 |
+
"p":0.9,
|
5533 |
+
"r":0.9264705882,
|
5534 |
+
"f":0.9130434783
|
5535 |
+
},
|
5536 |
+
"cop":{
|
5537 |
+
"p":1.0,
|
5538 |
+
"r":0.8,
|
5539 |
+
"f":0.8888888889
|
5540 |
+
},
|
5541 |
+
"vocative":{
|
5542 |
+
"p":0.0,
|
5543 |
+
"r":0.0,
|
5544 |
+
"f":0.0
|
5545 |
+
},
|
5546 |
+
"appos":{
|
5547 |
+
"p":0.9333333333,
|
5548 |
+
"r":1.0,
|
5549 |
+
"f":0.9655172414
|
5550 |
+
}
|
5551 |
+
},
|
5552 |
+
"lemma_acc":0.9450905926
|
5553 |
+
},
|
5554 |
+
"requirements":[
|
5555 |
+
"natto-py",
|
5556 |
+
"spacy-transformers>=1.1.3,<1.2.0",
|
5557 |
+
"spacy-experimental>=0.2.0,<0.3.0"
|
5558 |
+
]
|
5559 |
+
}
|
morphologizer/cfg
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"extend":false,
|
3 |
+
"labels_morph":{
|
4 |
+
"POS=CCONJ":"",
|
5 |
+
"POS=ADV":"",
|
6 |
+
"POS=SCONJ":"",
|
7 |
+
"POS=DET":"",
|
8 |
+
"POS=NOUN":"",
|
9 |
+
"POS=VERB":"",
|
10 |
+
"POS=ADJ":"",
|
11 |
+
"POS=PUNCT":"",
|
12 |
+
"POS=AUX":"",
|
13 |
+
"POS=PRON":"",
|
14 |
+
"POS=PROPN":"",
|
15 |
+
"POS=NUM":"",
|
16 |
+
"POS=INTJ":"",
|
17 |
+
"POS=PART":"",
|
18 |
+
"POS=X":"",
|
19 |
+
"POS=ADP":"",
|
20 |
+
"POS=SYM":""
|
21 |
+
},
|
22 |
+
"labels_pos":{
|
23 |
+
"POS=CCONJ":89,
|
24 |
+
"POS=ADV":86,
|
25 |
+
"POS=SCONJ":98,
|
26 |
+
"POS=DET":90,
|
27 |
+
"POS=NOUN":92,
|
28 |
+
"POS=VERB":100,
|
29 |
+
"POS=ADJ":84,
|
30 |
+
"POS=PUNCT":97,
|
31 |
+
"POS=AUX":87,
|
32 |
+
"POS=PRON":95,
|
33 |
+
"POS=PROPN":96,
|
34 |
+
"POS=NUM":93,
|
35 |
+
"POS=INTJ":91,
|
36 |
+
"POS=PART":94,
|
37 |
+
"POS=X":101,
|
38 |
+
"POS=ADP":85,
|
39 |
+
"POS=SYM":99
|
40 |
+
},
|
41 |
+
"overwrite":false
|
42 |
+
}
|
morphologizer/model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:010c3e756969e8d5575623b597ae1a265eb59cb2c14ef02f6d32c44906f81f15
|
3 |
+
size 52880
|
parser/cfg
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"moves":null,
|
3 |
+
"update_with_oracle_cut_size":100,
|
4 |
+
"multitasks":[
|
5 |
+
|
6 |
+
],
|
7 |
+
"min_action_freq":5,
|
8 |
+
"learn_tokens":false,
|
9 |
+
"beam_width":1,
|
10 |
+
"beam_density":0.0,
|
11 |
+
"beam_update_prob":0.0,
|
12 |
+
"incorrect_spans_key":null
|
13 |
+
}
|
parser/model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:98809ab8799da636b8b11e6f5eb53b16a2b101c962719c6845bfc4de32dd4c39
|
3 |
+
size 566609
|
parser/moves
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
��moves�Q{"0":{"":202496},"1":{"":70942},"2":{"compound":20632,"obj":19819,"nmod":17977,"acl":17852,"advcl":16547,"dislocated":15591,"advmod":15157,"nsubj":14107,"amod":13975,"ccomp":12588,"obl":9740,"det":4235,"cc":3779,"xcomp":3414,"nummod":2654,"dep":2533,"dislocated||conj":2002,"punct":1803,"csubj":1008,"iobj":823,"advmod||conj":769,"ccomp||conj":717,"cc||conj":705,"mark":635,"nmod||conj":606,"advcl||conj":586,"nsubj||conj":521,"acl||conj":425,"obj||conj":287,"amod||conj":278,"compound||conj":184,"xcomp||conj":169,"obl||conj":153,"dep||conj":64,"det||conj":51,"iobj||conj":31,"discourse":22,"nummod||conj":21,"mark||conj":12,"vocative":9,"appos":7},"3":{"punct":31170,"conj":17608,"aux":16034,"fixed":2776,"case":1120,"appos":956,"flat":595,"advmod":311,"cop":268,"advcl":24,"dep":22,"discourse":17,"nummod":14,"obl":5,"nmod":5},"4":{"ROOT":23010}}�cfg��neg_key�
|
senter/cfg
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"overwrite":false
|
3 |
+
}
|
senter/model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0fa48ac0f7dee5123e491174dcf76aa630ac179bd3e37855db1569c5ff2fa7a2
|
3 |
+
size 6740
|
tagger/cfg
ADDED
@@ -0,0 +1,1981 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"labels":[
|
3 |
+
"ecs",
|
4 |
+
"etm",
|
5 |
+
"f",
|
6 |
+
"f+f+jcj",
|
7 |
+
"f+f+jcs",
|
8 |
+
"f+f+jct",
|
9 |
+
"f+f+jxt",
|
10 |
+
"f+jca",
|
11 |
+
"f+jca+jp+ecc",
|
12 |
+
"f+jca+jp+ep+ef",
|
13 |
+
"f+jca+jxc",
|
14 |
+
"f+jca+jxc+jcm",
|
15 |
+
"f+jca+jxt",
|
16 |
+
"f+jcj",
|
17 |
+
"f+jcm",
|
18 |
+
"f+jco",
|
19 |
+
"f+jcs",
|
20 |
+
"f+jct",
|
21 |
+
"f+jct+jcm",
|
22 |
+
"f+jp+ef",
|
23 |
+
"f+jp+ep+ef",
|
24 |
+
"f+jp+etm",
|
25 |
+
"f+jxc",
|
26 |
+
"f+jxt",
|
27 |
+
"f+ncn",
|
28 |
+
"f+ncn+jcm",
|
29 |
+
"f+ncn+jcs",
|
30 |
+
"f+ncn+jp+ecc",
|
31 |
+
"f+ncn+jxt",
|
32 |
+
"f+ncpa+jcm",
|
33 |
+
"f+npp+jcs",
|
34 |
+
"f+nq",
|
35 |
+
"f+xsn",
|
36 |
+
"f+xsn+jco",
|
37 |
+
"f+xsn+jxt",
|
38 |
+
"ii",
|
39 |
+
"jca",
|
40 |
+
"jca+jcm",
|
41 |
+
"jca+jxc",
|
42 |
+
"jca+jxt",
|
43 |
+
"jcc",
|
44 |
+
"jcj",
|
45 |
+
"jcm",
|
46 |
+
"jco",
|
47 |
+
"jcr",
|
48 |
+
"jcr+jxc",
|
49 |
+
"jcs",
|
50 |
+
"jct",
|
51 |
+
"jct+jcm",
|
52 |
+
"jct+jxt",
|
53 |
+
"jp+ecc",
|
54 |
+
"jp+ecs",
|
55 |
+
"jp+ef",
|
56 |
+
"jp+ef+jcr",
|
57 |
+
"jp+ef+jcr+jxc",
|
58 |
+
"jp+ep+ecs",
|
59 |
+
"jp+ep+ef",
|
60 |
+
"jp+ep+etm",
|
61 |
+
"jp+ep+etn",
|
62 |
+
"jp+etm",
|
63 |
+
"jp+etn",
|
64 |
+
"jp+etn+jco",
|
65 |
+
"jp+etn+jxc",
|
66 |
+
"jxc",
|
67 |
+
"jxc+jca",
|
68 |
+
"jxc+jco",
|
69 |
+
"jxc+jcs",
|
70 |
+
"jxt",
|
71 |
+
"mad",
|
72 |
+
"mad+jxc",
|
73 |
+
"mad+jxt",
|
74 |
+
"mag",
|
75 |
+
"mag+jca",
|
76 |
+
"mag+jcm",
|
77 |
+
"mag+jcs",
|
78 |
+
"mag+jp+ef+jcr",
|
79 |
+
"mag+jxc",
|
80 |
+
"mag+jxc+jxc",
|
81 |
+
"mag+jxt",
|
82 |
+
"mag+xsn",
|
83 |
+
"maj",
|
84 |
+
"maj+jxc",
|
85 |
+
"maj+jxt",
|
86 |
+
"mma",
|
87 |
+
"mmd",
|
88 |
+
"nbn",
|
89 |
+
"nbn+jca",
|
90 |
+
"nbn+jca+jcj",
|
91 |
+
"nbn+jca+jcm",
|
92 |
+
"nbn+jca+jp+ef",
|
93 |
+
"nbn+jca+jxc",
|
94 |
+
"nbn+jca+jxt",
|
95 |
+
"nbn+jcc",
|
96 |
+
"nbn+jcj",
|
97 |
+
"nbn+jcm",
|
98 |
+
"nbn+jco",
|
99 |
+
"nbn+jcr",
|
100 |
+
"nbn+jcs",
|
101 |
+
"nbn+jct",
|
102 |
+
"nbn+jct+jcm",
|
103 |
+
"nbn+jct+jxt",
|
104 |
+
"nbn+jp+ecc",
|
105 |
+
"nbn+jp+ecs",
|
106 |
+
"nbn+jp+ecs+jca",
|
107 |
+
"nbn+jp+ecs+jcm",
|
108 |
+
"nbn+jp+ecs+jco",
|
109 |
+
"nbn+jp+ecs+jxc",
|
110 |
+
"nbn+jp+ecs+jxt",
|
111 |
+
"nbn+jp+ecx",
|
112 |
+
"nbn+jp+ef",
|
113 |
+
"nbn+jp+ef+jca",
|
114 |
+
"nbn+jp+ef+jco",
|
115 |
+
"nbn+jp+ef+jcr",
|
116 |
+
"nbn+jp+ef+jcr+jxc",
|
117 |
+
"nbn+jp+ef+jcr+jxt",
|
118 |
+
"nbn+jp+ef+jcs",
|
119 |
+
"nbn+jp+ef+jxc",
|
120 |
+
"nbn+jp+ef+jxc+jco",
|
121 |
+
"nbn+jp+ef+jxf",
|
122 |
+
"nbn+jp+ef+jxt",
|
123 |
+
"nbn+jp+ep+ecc",
|
124 |
+
"nbn+jp+ep+ecs",
|
125 |
+
"nbn+jp+ep+ecs+jxc",
|
126 |
+
"nbn+jp+ep+ef",
|
127 |
+
"nbn+jp+ep+ef+jcr",
|
128 |
+
"nbn+jp+ep+etm",
|
129 |
+
"nbn+jp+ep+etn",
|
130 |
+
"nbn+jp+ep+etn+jco",
|
131 |
+
"nbn+jp+ep+etn+jcs",
|
132 |
+
"nbn+jp+etm",
|
133 |
+
"nbn+jp+etn",
|
134 |
+
"nbn+jp+etn+jca",
|
135 |
+
"nbn+jp+etn+jca+jxt",
|
136 |
+
"nbn+jp+etn+jco",
|
137 |
+
"nbn+jp+etn+jcs",
|
138 |
+
"nbn+jp+etn+jxc",
|
139 |
+
"nbn+jp+etn+jxt",
|
140 |
+
"nbn+jxc",
|
141 |
+
"nbn+jxc+jca",
|
142 |
+
"nbn+jxc+jca+jxc",
|
143 |
+
"nbn+jxc+jca+jxt",
|
144 |
+
"nbn+jxc+jcc",
|
145 |
+
"nbn+jxc+jcm",
|
146 |
+
"nbn+jxc+jco",
|
147 |
+
"nbn+jxc+jcs",
|
148 |
+
"nbn+jxc+jp+ef",
|
149 |
+
"nbn+jxc+jxc",
|
150 |
+
"nbn+jxc+jxt",
|
151 |
+
"nbn+jxt",
|
152 |
+
"nbn+nbn",
|
153 |
+
"nbn+nbn+jp+ef",
|
154 |
+
"nbn+xsm+ecs",
|
155 |
+
"nbn+xsm+ef",
|
156 |
+
"nbn+xsm+ep+ef",
|
157 |
+
"nbn+xsm+ep+ef+jcr",
|
158 |
+
"nbn+xsm+etm",
|
159 |
+
"nbn+xsn",
|
160 |
+
"nbn+xsn+jca",
|
161 |
+
"nbn+xsn+jca+jp+ef+jcr",
|
162 |
+
"nbn+xsn+jca+jxc",
|
163 |
+
"nbn+xsn+jca+jxt",
|
164 |
+
"nbn+xsn+jcm",
|
165 |
+
"nbn+xsn+jco",
|
166 |
+
"nbn+xsn+jcs",
|
167 |
+
"nbn+xsn+jct",
|
168 |
+
"nbn+xsn+jp+ecc",
|
169 |
+
"nbn+xsn+jp+ecs",
|
170 |
+
"nbn+xsn+jp+ef",
|
171 |
+
"nbn+xsn+jp+ef+jcr",
|
172 |
+
"nbn+xsn+jp+ep+ef",
|
173 |
+
"nbn+xsn+jxc",
|
174 |
+
"nbn+xsn+jxt",
|
175 |
+
"nbn+xsv+etm",
|
176 |
+
"nbu",
|
177 |
+
"nbu+jca",
|
178 |
+
"nbu+jca+jxc",
|
179 |
+
"nbu+jca+jxt",
|
180 |
+
"nbu+jcc",
|
181 |
+
"nbu+jcc+jxc",
|
182 |
+
"nbu+jcj",
|
183 |
+
"nbu+jcm",
|
184 |
+
"nbu+jco",
|
185 |
+
"nbu+jcs",
|
186 |
+
"nbu+jct",
|
187 |
+
"nbu+jct+jxc",
|
188 |
+
"nbu+jp+ecc",
|
189 |
+
"nbu+jp+ecs",
|
190 |
+
"nbu+jp+ef",
|
191 |
+
"nbu+jp+ef+jcr",
|
192 |
+
"nbu+jp+ef+jxc",
|
193 |
+
"nbu+jp+ep+ecc",
|
194 |
+
"nbu+jp+ep+ecs",
|
195 |
+
"nbu+jp+ep+ef",
|
196 |
+
"nbu+jp+ep+ef+jcr",
|
197 |
+
"nbu+jp+ep+etm",
|
198 |
+
"nbu+jp+ep+etn+jco",
|
199 |
+
"nbu+jp+etm",
|
200 |
+
"nbu+jxc",
|
201 |
+
"nbu+jxc+jca",
|
202 |
+
"nbu+jxc+jcs",
|
203 |
+
"nbu+jxc+jp+ef",
|
204 |
+
"nbu+jxc+jp+ep+ef",
|
205 |
+
"nbu+jxc+jxt",
|
206 |
+
"nbu+jxt",
|
207 |
+
"nbu+ncn",
|
208 |
+
"nbu+ncn+jca",
|
209 |
+
"nbu+ncn+jcm",
|
210 |
+
"nbu+xsn",
|
211 |
+
"nbu+xsn+jca",
|
212 |
+
"nbu+xsn+jca+jxc",
|
213 |
+
"nbu+xsn+jca+jxt",
|
214 |
+
"nbu+xsn+jcm",
|
215 |
+
"nbu+xsn+jco",
|
216 |
+
"nbu+xsn+jcs",
|
217 |
+
"nbu+xsn+jp+ecs",
|
218 |
+
"nbu+xsn+jp+ep+ef",
|
219 |
+
"nbu+xsn+jxc",
|
220 |
+
"nbu+xsn+jxc+jxt",
|
221 |
+
"nbu+xsn+jxt",
|
222 |
+
"nbu+xsv+ecc",
|
223 |
+
"nbu+xsv+etm",
|
224 |
+
"ncn",
|
225 |
+
"ncn+f+ncpa+jco",
|
226 |
+
"ncn+jca",
|
227 |
+
"ncn+jca+jca",
|
228 |
+
"ncn+jca+jcc",
|
229 |
+
"ncn+jca+jcj",
|
230 |
+
"ncn+jca+jcm",
|
231 |
+
"ncn+jca+jcs",
|
232 |
+
"ncn+jca+jct",
|
233 |
+
"ncn+jca+jp+ecc",
|
234 |
+
"ncn+jca+jp+ecs",
|
235 |
+
"ncn+jca+jp+ef",
|
236 |
+
"ncn+jca+jp+ep+ef",
|
237 |
+
"ncn+jca+jp+etm",
|
238 |
+
"ncn+jca+jp+etn+jxt",
|
239 |
+
"ncn+jca+jxc",
|
240 |
+
"ncn+jca+jxc+jcc",
|
241 |
+
"ncn+jca+jxc+jcm",
|
242 |
+
"ncn+jca+jxc+jxc",
|
243 |
+
"ncn+jca+jxc+jxt",
|
244 |
+
"ncn+jca+jxt",
|
245 |
+
"ncn+jcc",
|
246 |
+
"ncn+jcc+jxc",
|
247 |
+
"ncn+jcj",
|
248 |
+
"ncn+jcj+jxt",
|
249 |
+
"ncn+jcm",
|
250 |
+
"ncn+jco",
|
251 |
+
"ncn+jcr",
|
252 |
+
"ncn+jcr+jxc",
|
253 |
+
"ncn+jcs",
|
254 |
+
"ncn+jcs+jxt",
|
255 |
+
"ncn+jct",
|
256 |
+
"ncn+jct+jcm",
|
257 |
+
"ncn+jct+jxc",
|
258 |
+
"ncn+jct+jxt",
|
259 |
+
"ncn+jcv",
|
260 |
+
"ncn+jp+ecc",
|
261 |
+
"ncn+jp+ecc+jct",
|
262 |
+
"ncn+jp+ecc+jxc",
|
263 |
+
"ncn+jp+ecs",
|
264 |
+
"ncn+jp+ecs+jcm",
|
265 |
+
"ncn+jp+ecs+jco",
|
266 |
+
"ncn+jp+ecs+jxc",
|
267 |
+
"ncn+jp+ecs+jxt",
|
268 |
+
"ncn+jp+ecx",
|
269 |
+
"ncn+jp+ef",
|
270 |
+
"ncn+jp+ef+jca",
|
271 |
+
"ncn+jp+ef+jcm",
|
272 |
+
"ncn+jp+ef+jco",
|
273 |
+
"ncn+jp+ef+jcr",
|
274 |
+
"ncn+jp+ef+jcr+jxc",
|
275 |
+
"ncn+jp+ef+jcr+jxt",
|
276 |
+
"ncn+jp+ef+jp+etm",
|
277 |
+
"ncn+jp+ef+jxc",
|
278 |
+
"ncn+jp+ef+jxf",
|
279 |
+
"ncn+jp+ef+jxt",
|
280 |
+
"ncn+jp+ep+ecc",
|
281 |
+
"ncn+jp+ep+ecs",
|
282 |
+
"ncn+jp+ep+ecs+jxc",
|
283 |
+
"ncn+jp+ep+ecx",
|
284 |
+
"ncn+jp+ep+ef",
|
285 |
+
"ncn+jp+ep+ef+jcr",
|
286 |
+
"ncn+jp+ep+ef+jcr+jxc",
|
287 |
+
"ncn+jp+ep+ef+jxc",
|
288 |
+
"ncn+jp+ep+ef+jxf",
|
289 |
+
"ncn+jp+ep+ef+jxt",
|
290 |
+
"ncn+jp+ep+ep+etm",
|
291 |
+
"ncn+jp+ep+etm",
|
292 |
+
"ncn+jp+ep+etn",
|
293 |
+
"ncn+jp+ep+etn+jca",
|
294 |
+
"ncn+jp+ep+etn+jca+jxc",
|
295 |
+
"ncn+jp+ep+etn+jco",
|
296 |
+
"ncn+jp+ep+etn+jcs",
|
297 |
+
"ncn+jp+ep+etn+jxt",
|
298 |
+
"ncn+jp+etm",
|
299 |
+
"ncn+jp+etn",
|
300 |
+
"ncn+jp+etn+jca",
|
301 |
+
"ncn+jp+etn+jca+jxc",
|
302 |
+
"ncn+jp+etn+jca+jxt",
|
303 |
+
"ncn+jp+etn+jco",
|
304 |
+
"ncn+jp+etn+jcs",
|
305 |
+
"ncn+jp+etn+jct",
|
306 |
+
"ncn+jp+etn+jxc",
|
307 |
+
"ncn+jp+etn+jxt",
|
308 |
+
"ncn+jxc",
|
309 |
+
"ncn+jxc+jca",
|
310 |
+
"ncn+jxc+jca+jxc",
|
311 |
+
"ncn+jxc+jca+jxt",
|
312 |
+
"ncn+jxc+jcc",
|
313 |
+
"ncn+jxc+jcm",
|
314 |
+
"ncn+jxc+jco",
|
315 |
+
"ncn+jxc+jcs",
|
316 |
+
"ncn+jxc+jct+jxt",
|
317 |
+
"ncn+jxc+jp+ef",
|
318 |
+
"ncn+jxc+jp+ef+jcr",
|
319 |
+
"ncn+jxc+jp+ep+ecs",
|
320 |
+
"ncn+jxc+jp+ep+ef",
|
321 |
+
"ncn+jxc+jp+etm",
|
322 |
+
"ncn+jxc+jxc",
|
323 |
+
"ncn+jxc+jxt",
|
324 |
+
"ncn+jxt",
|
325 |
+
"ncn+jxt+jcm",
|
326 |
+
"ncn+jxt+jxc",
|
327 |
+
"ncn+nbn",
|
328 |
+
"ncn+nbn+jca",
|
329 |
+
"ncn+nbn+jcm",
|
330 |
+
"ncn+nbn+jcs",
|
331 |
+
"ncn+nbn+jp+ecc",
|
332 |
+
"ncn+nbn+jp+ep+ef",
|
333 |
+
"ncn+nbn+jxc",
|
334 |
+
"ncn+nbn+jxt",
|
335 |
+
"ncn+nbu",
|
336 |
+
"ncn+nbu+jca",
|
337 |
+
"ncn+nbu+jcm",
|
338 |
+
"ncn+nbu+jco",
|
339 |
+
"ncn+nbu+jp+ef",
|
340 |
+
"ncn+nbu+jxc",
|
341 |
+
"ncn+nbu+ncn",
|
342 |
+
"ncn+ncn",
|
343 |
+
"ncn+ncn+jca",
|
344 |
+
"ncn+ncn+jca+jcc",
|
345 |
+
"ncn+ncn+jca+jcm",
|
346 |
+
"ncn+ncn+jca+jxc",
|
347 |
+
"ncn+ncn+jca+jxc+jcm",
|
348 |
+
"ncn+ncn+jca+jxc+jxc",
|
349 |
+
"ncn+ncn+jca+jxt",
|
350 |
+
"ncn+ncn+jcc",
|
351 |
+
"ncn+ncn+jcj",
|
352 |
+
"ncn+ncn+jcm",
|
353 |
+
"ncn+ncn+jco",
|
354 |
+
"ncn+ncn+jcr",
|
355 |
+
"ncn+ncn+jcs",
|
356 |
+
"ncn+ncn+jct",
|
357 |
+
"ncn+ncn+jct+jcm",
|
358 |
+
"ncn+ncn+jct+jxc",
|
359 |
+
"ncn+ncn+jct+jxt",
|
360 |
+
"ncn+ncn+jp+ecc",
|
361 |
+
"ncn+ncn+jp+ecs",
|
362 |
+
"ncn+ncn+jp+ef",
|
363 |
+
"ncn+ncn+jp+ef+jcm",
|
364 |
+
"ncn+ncn+jp+ef+jcr",
|
365 |
+
"ncn+ncn+jp+ef+jcs",
|
366 |
+
"ncn+ncn+jp+ep+ecc",
|
367 |
+
"ncn+ncn+jp+ep+ecs",
|
368 |
+
"ncn+ncn+jp+ep+ef",
|
369 |
+
"ncn+ncn+jp+ep+ef+jcr",
|
370 |
+
"ncn+ncn+jp+ep+ep+etm",
|
371 |
+
"ncn+ncn+jp+ep+etm",
|
372 |
+
"ncn+ncn+jp+ep+etn",
|
373 |
+
"ncn+ncn+jp+etm",
|
374 |
+
"ncn+ncn+jp+etn",
|
375 |
+
"ncn+ncn+jp+etn+jca",
|
376 |
+
"ncn+ncn+jp+etn+jco",
|
377 |
+
"ncn+ncn+jp+etn+jxc",
|
378 |
+
"ncn+ncn+jxc",
|
379 |
+
"ncn+ncn+jxc+jca",
|
380 |
+
"ncn+ncn+jxc+jcc",
|
381 |
+
"ncn+ncn+jxc+jcm",
|
382 |
+
"ncn+ncn+jxc+jco",
|
383 |
+
"ncn+ncn+jxc+jcs",
|
384 |
+
"ncn+ncn+jxc+jxc",
|
385 |
+
"ncn+ncn+jxt",
|
386 |
+
"ncn+ncn+nbn",
|
387 |
+
"ncn+ncn+ncn",
|
388 |
+
"ncn+ncn+ncn+jca",
|
389 |
+
"ncn+ncn+ncn+jca+jcm",
|
390 |
+
"ncn+ncn+ncn+jca+jxt",
|
391 |
+
"ncn+ncn+ncn+jcj",
|
392 |
+
"ncn+ncn+ncn+jcm",
|
393 |
+
"ncn+ncn+ncn+jco",
|
394 |
+
"ncn+ncn+ncn+jcs",
|
395 |
+
"ncn+ncn+ncn+jct+jxt",
|
396 |
+
"ncn+ncn+ncn+jp+etn+jxc",
|
397 |
+
"ncn+ncn+ncn+jxt",
|
398 |
+
"ncn+ncn+ncn+ncn+jca",
|
399 |
+
"ncn+ncn+ncn+ncn+jca+jxt",
|
400 |
+
"ncn+ncn+ncn+ncn+jco",
|
401 |
+
"ncn+ncn+ncn+xsn+jp+etm",
|
402 |
+
"ncn+ncn+ncpa",
|
403 |
+
"ncn+ncn+ncpa+jca",
|
404 |
+
"ncn+ncn+ncpa+jcm",
|
405 |
+
"ncn+ncn+ncpa+jco",
|
406 |
+
"ncn+ncn+ncpa+jcs",
|
407 |
+
"ncn+ncn+ncpa+jxc",
|
408 |
+
"ncn+ncn+ncpa+jxt",
|
409 |
+
"ncn+ncn+ncpa+ncn",
|
410 |
+
"ncn+ncn+ncpa+ncn+jca",
|
411 |
+
"ncn+ncn+ncpa+ncn+jcj",
|
412 |
+
"ncn+ncn+ncpa+ncn+jcm",
|
413 |
+
"ncn+ncn+ncpa+ncn+jxt",
|
414 |
+
"ncn+ncn+xsn",
|
415 |
+
"ncn+ncn+xsn+jca",
|
416 |
+
"ncn+ncn+xsn+jca+jxt",
|
417 |
+
"ncn+ncn+xsn+jcj",
|
418 |
+
"ncn+ncn+xsn+jcm",
|
419 |
+
"ncn+ncn+xsn+jco",
|
420 |
+
"ncn+ncn+xsn+jcs",
|
421 |
+
"ncn+ncn+xsn+jct",
|
422 |
+
"ncn+ncn+xsn+jp+ecs",
|
423 |
+
"ncn+ncn+xsn+jp+ep+ef",
|
424 |
+
"ncn+ncn+xsn+jp+etm",
|
425 |
+
"ncn+ncn+xsn+jxc",
|
426 |
+
"ncn+ncn+xsn+jxc+jcs",
|
427 |
+
"ncn+ncn+xsn+jxt",
|
428 |
+
"ncn+ncn+xsv+ecc",
|
429 |
+
"ncn+ncn+xsv+etm",
|
430 |
+
"ncn+ncpa",
|
431 |
+
"ncn+ncpa+jca",
|
432 |
+
"ncn+ncpa+jca+jcm",
|
433 |
+
"ncn+ncpa+jca+jxc",
|
434 |
+
"ncn+ncpa+jca+jxt",
|
435 |
+
"ncn+ncpa+jcc",
|
436 |
+
"ncn+ncpa+jcj",
|
437 |
+
"ncn+ncpa+jcm",
|
438 |
+
"ncn+ncpa+jco",
|
439 |
+
"ncn+ncpa+jcr",
|
440 |
+
"ncn+ncpa+jcs",
|
441 |
+
"ncn+ncpa+jct",
|
442 |
+
"ncn+ncpa+jct+jcm",
|
443 |
+
"ncn+ncpa+jct+jxt",
|
444 |
+
"ncn+ncpa+jp+ecc",
|
445 |
+
"ncn+ncpa+jp+ecc+jxc",
|
446 |
+
"ncn+ncpa+jp+ecs",
|
447 |
+
"ncn+ncpa+jp+ecs+jxc",
|
448 |
+
"ncn+ncpa+jp+ef",
|
449 |
+
"ncn+ncpa+jp+ef+jcr",
|
450 |
+
"ncn+ncpa+jp+ef+jcr+jxc",
|
451 |
+
"ncn+ncpa+jp+ep+ef",
|
452 |
+
"ncn+ncpa+jp+ep+etm",
|
453 |
+
"ncn+ncpa+jp+ep+etn",
|
454 |
+
"ncn+ncpa+jp+etm",
|
455 |
+
"ncn+ncpa+jxc",
|
456 |
+
"ncn+ncpa+jxc+jca+jxc",
|
457 |
+
"ncn+ncpa+jxc+jco",
|
458 |
+
"ncn+ncpa+jxc+jcs",
|
459 |
+
"ncn+ncpa+jxt",
|
460 |
+
"ncn+ncpa+nbn+jcs",
|
461 |
+
"ncn+ncpa+ncn",
|
462 |
+
"ncn+ncpa+ncn+jca",
|
463 |
+
"ncn+ncpa+ncn+jca+jcm",
|
464 |
+
"ncn+ncpa+ncn+jca+jxc",
|
465 |
+
"ncn+ncpa+ncn+jca+jxt",
|
466 |
+
"ncn+ncpa+ncn+jcj",
|
467 |
+
"ncn+ncpa+ncn+jcm",
|
468 |
+
"ncn+ncpa+ncn+jco",
|
469 |
+
"ncn+ncpa+ncn+jcs",
|
470 |
+
"ncn+ncpa+ncn+jct",
|
471 |
+
"ncn+ncpa+ncn+jct+jcm",
|
472 |
+
"ncn+ncpa+ncn+jp+ef+jcr",
|
473 |
+
"ncn+ncpa+ncn+jp+ep+etm",
|
474 |
+
"ncn+ncpa+ncn+jxc",
|
475 |
+
"ncn+ncpa+ncn+jxt",
|
476 |
+
"ncn+ncpa+ncn+xsn+jcm",
|
477 |
+
"ncn+ncpa+ncn+xsn+jxt",
|
478 |
+
"ncn+ncpa+ncpa",
|
479 |
+
"ncn+ncpa+ncpa+jca",
|
480 |
+
"ncn+ncpa+ncpa+jcj",
|
481 |
+
"ncn+ncpa+ncpa+jcm",
|
482 |
+
"ncn+ncpa+ncpa+jco",
|
483 |
+
"ncn+ncpa+ncpa+jcs",
|
484 |
+
"ncn+ncpa+ncpa+jp+ep+ef",
|
485 |
+
"ncn+ncpa+ncpa+jxt",
|
486 |
+
"ncn+ncpa+ncpa+ncn",
|
487 |
+
"ncn+ncpa+xsn",
|
488 |
+
"ncn+ncpa+xsn+jcm",
|
489 |
+
"ncn+ncpa+xsn+jco",
|
490 |
+
"ncn+ncpa+xsn+jcs",
|
491 |
+
"ncn+ncpa+xsn+jp+ecc",
|
492 |
+
"ncn+ncpa+xsn+jp+etm",
|
493 |
+
"ncn+ncpa+xsn+jxt",
|
494 |
+
"ncn+ncpa+xsv+ecc",
|
495 |
+
"ncn+ncpa+xsv+ecs",
|
496 |
+
"ncn+ncpa+xsv+ecx",
|
497 |
+
"ncn+ncpa+xsv+ecx+px+etm",
|
498 |
+
"ncn+ncpa+xsv+ef",
|
499 |
+
"ncn+ncpa+xsv+ef+jcm",
|
500 |
+
"ncn+ncpa+xsv+ef+jcr",
|
501 |
+
"ncn+ncpa+xsv+etm",
|
502 |
+
"ncn+ncpa+xsv+etn",
|
503 |
+
"ncn+ncpa+xsv+etn+jco",
|
504 |
+
"ncn+ncps",
|
505 |
+
"ncn+ncps+jca",
|
506 |
+
"ncn+ncps+jcm",
|
507 |
+
"ncn+ncps+jco",
|
508 |
+
"ncn+ncps+jcs",
|
509 |
+
"ncn+ncps+jp+ecs",
|
510 |
+
"ncn+ncps+jxt",
|
511 |
+
"ncn+ncps+ncn+jcs",
|
512 |
+
"ncn+ncps+ncpa+ncn",
|
513 |
+
"ncn+ncps+xsm+ef",
|
514 |
+
"ncn+ncps+xsm+etm",
|
515 |
+
"ncn+nnc",
|
516 |
+
"ncn+nnc+jcs",
|
517 |
+
"ncn+nnc+nnc",
|
518 |
+
"ncn+nno",
|
519 |
+
"ncn+nq",
|
520 |
+
"ncn+nq+jca",
|
521 |
+
"ncn+nq+jca+jxc",
|
522 |
+
"ncn+nq+jca+jxt",
|
523 |
+
"ncn+nq+jcm",
|
524 |
+
"ncn+nq+jcs",
|
525 |
+
"ncn+nq+jxt",
|
526 |
+
"ncn+nq+ncn+jcm",
|
527 |
+
"ncn+nq+ncn+xsn+jcs",
|
528 |
+
"ncn+nq+xsn+jxt",
|
529 |
+
"ncn+xsa",
|
530 |
+
"ncn+xsm+ecc",
|
531 |
+
"ncn+xsm+ecs",
|
532 |
+
"ncn+xsm+ecs+jxc",
|
533 |
+
"ncn+xsm+ecx",
|
534 |
+
"ncn+xsm+ecx+jcs",
|
535 |
+
"ncn+xsm+ecx+px+ep+etm",
|
536 |
+
"ncn+xsm+ef",
|
537 |
+
"ncn+xsm+ef+jcr",
|
538 |
+
"ncn+xsm+etm",
|
539 |
+
"ncn+xsm+etn+jcm",
|
540 |
+
"ncn+xsm+etn+jp+ef+jcr",
|
541 |
+
"ncn+xsn",
|
542 |
+
"ncn+xsn+jca",
|
543 |
+
"ncn+xsn+jca+jcj",
|
544 |
+
"ncn+xsn+jca+jxc",
|
545 |
+
"ncn+xsn+jca+jxc+jxc",
|
546 |
+
"ncn+xsn+jca+jxt",
|
547 |
+
"ncn+xsn+jcc",
|
548 |
+
"ncn+xsn+jcj",
|
549 |
+
"ncn+xsn+jcm",
|
550 |
+
"ncn+xsn+jco",
|
551 |
+
"ncn+xsn+jcs",
|
552 |
+
"ncn+xsn+jcs+jxt",
|
553 |
+
"ncn+xsn+jct",
|
554 |
+
"ncn+xsn+jct+jcm",
|
555 |
+
"ncn+xsn+jct+jxc",
|
556 |
+
"ncn+xsn+jct+jxt",
|
557 |
+
"ncn+xsn+jcv",
|
558 |
+
"ncn+xsn+jp+ecc",
|
559 |
+
"ncn+xsn+jp+ecc+jxc",
|
560 |
+
"ncn+xsn+jp+ecs",
|
561 |
+
"ncn+xsn+jp+ecs+jxc",
|
562 |
+
"ncn+xsn+jp+ecx",
|
563 |
+
"ncn+xsn+jp+ecx+jxt",
|
564 |
+
"ncn+xsn+jp+ef",
|
565 |
+
"ncn+xsn+jp+ef+jca",
|
566 |
+
"ncn+xsn+jp+ef+jcr",
|
567 |
+
"ncn+xsn+jp+ep+ecc",
|
568 |
+
"ncn+xsn+jp+ep+ecs",
|
569 |
+
"ncn+xsn+jp+ep+ef",
|
570 |
+
"ncn+xsn+jp+ep+ef+jcr",
|
571 |
+
"ncn+xsn+jp+ep+etm",
|
572 |
+
"ncn+xsn+jp+ep+etn",
|
573 |
+
"ncn+xsn+jp+etm",
|
574 |
+
"ncn+xsn+jp+etn",
|
575 |
+
"ncn+xsn+jp+etn+jca",
|
576 |
+
"ncn+xsn+jp+etn+jca+jxt",
|
577 |
+
"ncn+xsn+jp+etn+jxc",
|
578 |
+
"ncn+xsn+jp+etn+jxt",
|
579 |
+
"ncn+xsn+jxc",
|
580 |
+
"ncn+xsn+jxc+jcm",
|
581 |
+
"ncn+xsn+jxc+jco",
|
582 |
+
"ncn+xsn+jxc+jcs",
|
583 |
+
"ncn+xsn+jxc+jxc",
|
584 |
+
"ncn+xsn+jxt",
|
585 |
+
"ncn+xsn+ncn+jca",
|
586 |
+
"ncn+xsn+ncn+jca+jxt",
|
587 |
+
"ncn+xsn+ncn+jcs",
|
588 |
+
"ncn+xsn+ncpa+jca",
|
589 |
+
"ncn+xsn+xsn",
|
590 |
+
"ncn+xsn+xsn+jca",
|
591 |
+
"ncn+xsn+xsn+jcm",
|
592 |
+
"ncn+xsn+xsn+jp+ecs",
|
593 |
+
"ncn+xsn+xsn+jxc",
|
594 |
+
"ncn+xsn+xsn+jxc+jcc",
|
595 |
+
"ncn+xsn+xsn+jxc+jcs",
|
596 |
+
"ncn+xsn+xsv+ecc",
|
597 |
+
"ncn+xsn+xsv+etm",
|
598 |
+
"ncn+xsn+xsv+etn",
|
599 |
+
"ncn+xsv+ecc",
|
600 |
+
"ncn+xsv+ecs",
|
601 |
+
"ncn+xsv+ecx",
|
602 |
+
"ncn+xsv+ef",
|
603 |
+
"ncn+xsv+ep+ecs",
|
604 |
+
"ncn+xsv+ep+ef",
|
605 |
+
"ncn+xsv+ep+etm",
|
606 |
+
"ncn+xsv+etm",
|
607 |
+
"ncn+xsv+etn+jca",
|
608 |
+
"ncpa",
|
609 |
+
"ncpa+jca",
|
610 |
+
"ncpa+jca+jcm",
|
611 |
+
"ncpa+jca+jct",
|
612 |
+
"ncpa+jca+jp+ecs",
|
613 |
+
"ncpa+jca+jp+ef",
|
614 |
+
"ncpa+jca+jp+ep+ef",
|
615 |
+
"ncpa+jca+jxc",
|
616 |
+
"ncpa+jca+jxc+jcm",
|
617 |
+
"ncpa+jca+jxc+jxc",
|
618 |
+
"ncpa+jca+jxc+jxt",
|
619 |
+
"ncpa+jca+jxt",
|
620 |
+
"ncpa+jcc",
|
621 |
+
"ncpa+jcj",
|
622 |
+
"ncpa+jcm",
|
623 |
+
"ncpa+jco",
|
624 |
+
"ncpa+jcr",
|
625 |
+
"ncpa+jcs",
|
626 |
+
"ncpa+jct",
|
627 |
+
"ncpa+jct+jcm",
|
628 |
+
"ncpa+jct+jxc",
|
629 |
+
"ncpa+jct+jxt",
|
630 |
+
"ncpa+jp+ecc",
|
631 |
+
"ncpa+jp+ecs",
|
632 |
+
"ncpa+jp+ecs+jxc",
|
633 |
+
"ncpa+jp+ecx",
|
634 |
+
"ncpa+jp+ecx+jxc",
|
635 |
+
"ncpa+jp+ef",
|
636 |
+
"ncpa+jp+ef+jca",
|
637 |
+
"ncpa+jp+ef+jco",
|
638 |
+
"ncpa+jp+ef+jcr",
|
639 |
+
"ncpa+jp+ef+jxc",
|
640 |
+
"ncpa+jp+ef+jxf",
|
641 |
+
"ncpa+jp+ep+ecc",
|
642 |
+
"ncpa+jp+ep+ecs",
|
643 |
+
"ncpa+jp+ep+ef",
|
644 |
+
"ncpa+jp+ep+ef+jca",
|
645 |
+
"ncpa+jp+ep+ef+jcr",
|
646 |
+
"ncpa+jp+ep+ef+jxt",
|
647 |
+
"ncpa+jp+ep+etm",
|
648 |
+
"ncpa+jp+ep+etn+jca",
|
649 |
+
"ncpa+jp+ep+etn+jca+jxc",
|
650 |
+
"ncpa+jp+ep+etn+jcs",
|
651 |
+
"ncpa+jp+etm",
|
652 |
+
"ncpa+jp+etn",
|
653 |
+
"ncpa+jp+etn+jca",
|
654 |
+
"ncpa+jp+etn+jca+jxt",
|
655 |
+
"ncpa+jp+etn+jco",
|
656 |
+
"ncpa+jp+etn+jcs",
|
657 |
+
"ncpa+jp+etn+jxc",
|
658 |
+
"ncpa+jp+etn+jxt",
|
659 |
+
"ncpa+jxc",
|
660 |
+
"ncpa+jxc+jca",
|
661 |
+
"ncpa+jxc+jca+jxc",
|
662 |
+
"ncpa+jxc+jca+jxt",
|
663 |
+
"ncpa+jxc+jcc",
|
664 |
+
"ncpa+jxc+jcm",
|
665 |
+
"ncpa+jxc+jco",
|
666 |
+
"ncpa+jxc+jcs",
|
667 |
+
"ncpa+jxc+jxc",
|
668 |
+
"ncpa+jxt",
|
669 |
+
"ncpa+jxt+jxc",
|
670 |
+
"ncpa+jxt+jxt",
|
671 |
+
"ncpa+nbn+jca",
|
672 |
+
"ncpa+nbn+jct",
|
673 |
+
"ncpa+nbn+jp+ef",
|
674 |
+
"ncpa+nbn+jp+ep+ef",
|
675 |
+
"ncpa+nbn+jp+etm",
|
676 |
+
"ncpa+nbn+jxc+jcc",
|
677 |
+
"ncpa+nbu+jca",
|
678 |
+
"ncpa+ncn",
|
679 |
+
"ncpa+ncn+jca",
|
680 |
+
"ncpa+ncn+jca+jcm",
|
681 |
+
"ncpa+ncn+jca+jxc",
|
682 |
+
"ncpa+ncn+jca+jxc+jcm",
|
683 |
+
"ncpa+ncn+jca+jxt",
|
684 |
+
"ncpa+ncn+jcc",
|
685 |
+
"ncpa+ncn+jcj",
|
686 |
+
"ncpa+ncn+jcm",
|
687 |
+
"ncpa+ncn+jco",
|
688 |
+
"ncpa+ncn+jcr",
|
689 |
+
"ncpa+ncn+jcs",
|
690 |
+
"ncpa+ncn+jct",
|
691 |
+
"ncpa+ncn+jct+jcm",
|
692 |
+
"ncpa+ncn+jct+jxc",
|
693 |
+
"ncpa+ncn+jp+ecc",
|
694 |
+
"ncpa+ncn+jp+ecs",
|
695 |
+
"ncpa+ncn+jp+ef",
|
696 |
+
"ncpa+ncn+jp+ef+jcr",
|
697 |
+
"ncpa+ncn+jp+ef+jcr+jxc",
|
698 |
+
"ncpa+ncn+jp+ep+ef",
|
699 |
+
"ncpa+ncn+jp+ep+etm",
|
700 |
+
"ncpa+ncn+jp+etm",
|
701 |
+
"ncpa+ncn+jp+etn+jca+jxt",
|
702 |
+
"ncpa+ncn+jp+etn+jco",
|
703 |
+
"ncpa+ncn+jp+etn+jxc",
|
704 |
+
"ncpa+ncn+jxc",
|
705 |
+
"ncpa+ncn+jxc+jcc",
|
706 |
+
"ncpa+ncn+jxc+jco",
|
707 |
+
"ncpa+ncn+jxt",
|
708 |
+
"ncpa+ncn+nbn",
|
709 |
+
"ncpa+ncn+ncn",
|
710 |
+
"ncpa+ncn+ncn+jca",
|
711 |
+
"ncpa+ncn+ncn+jca+jxt",
|
712 |
+
"ncpa+ncn+ncn+jcm",
|
713 |
+
"ncpa+ncn+ncn+jco",
|
714 |
+
"ncpa+ncn+ncn+jcs",
|
715 |
+
"ncpa+ncn+ncn+jp+ep+ef",
|
716 |
+
"ncpa+ncn+ncn+jp+etm",
|
717 |
+
"ncpa+ncn+ncn+jxt",
|
718 |
+
"ncpa+ncn+ncn+ncn",
|
719 |
+
"ncpa+ncn+ncn+xsn+jxt",
|
720 |
+
"ncpa+ncn+ncpa",
|
721 |
+
"ncpa+ncn+ncpa+jca",
|
722 |
+
"ncpa+ncn+ncpa+jcj",
|
723 |
+
"ncpa+ncn+ncpa+jco",
|
724 |
+
"ncpa+ncn+ncpa+ncn",
|
725 |
+
"ncpa+ncn+ncpa+ncn+jco",
|
726 |
+
"ncpa+ncn+xsn",
|
727 |
+
"ncpa+ncn+xsn+jca",
|
728 |
+
"ncpa+ncn+xsn+jca+jxc",
|
729 |
+
"ncpa+ncn+xsn+jcj",
|
730 |
+
"ncpa+ncn+xsn+jcm",
|
731 |
+
"ncpa+ncn+xsn+jco",
|
732 |
+
"ncpa+ncn+xsn+jcs",
|
733 |
+
"ncpa+ncn+xsn+jct",
|
734 |
+
"ncpa+ncn+xsn+jp+ep+ef",
|
735 |
+
"ncpa+ncn+xsn+jp+etm",
|
736 |
+
"ncpa+ncn+xsn+jxt",
|
737 |
+
"ncpa+ncpa",
|
738 |
+
"ncpa+ncpa+jca",
|
739 |
+
"ncpa+ncpa+jca+jcm",
|
740 |
+
"ncpa+ncpa+jca+jxc",
|
741 |
+
"ncpa+ncpa+jca+jxt",
|
742 |
+
"ncpa+ncpa+jcj",
|
743 |
+
"ncpa+ncpa+jcm",
|
744 |
+
"ncpa+ncpa+jco",
|
745 |
+
"ncpa+ncpa+jcs",
|
746 |
+
"ncpa+ncpa+jct",
|
747 |
+
"ncpa+ncpa+jct+jxc",
|
748 |
+
"ncpa+ncpa+jct+jxt",
|
749 |
+
"ncpa+ncpa+jp+ecc",
|
750 |
+
"ncpa+ncpa+jp+ecs",
|
751 |
+
"ncpa+ncpa+jp+ecx",
|
752 |
+
"ncpa+ncpa+jp+ef",
|
753 |
+
"ncpa+ncpa+jp+ef+jca",
|
754 |
+
"ncpa+ncpa+jp+ef+jcr",
|
755 |
+
"ncpa+ncpa+jp+ef+jcr+jxc",
|
756 |
+
"ncpa+ncpa+jp+ep+ecs",
|
757 |
+
"ncpa+ncpa+jp+etm",
|
758 |
+
"ncpa+ncpa+jxc",
|
759 |
+
"ncpa+ncpa+jxt",
|
760 |
+
"ncpa+ncpa+ncn",
|
761 |
+
"ncpa+ncpa+ncn+jca",
|
762 |
+
"ncpa+ncpa+ncn+jcj",
|
763 |
+
"ncpa+ncpa+ncn+jcm",
|
764 |
+
"ncpa+ncpa+ncn+jco",
|
765 |
+
"ncpa+ncpa+ncn+jcs",
|
766 |
+
"ncpa+ncpa+ncn+jxt",
|
767 |
+
"ncpa+ncpa+ncpa+jcm",
|
768 |
+
"ncpa+ncpa+ncpa+jcs",
|
769 |
+
"ncpa+ncpa+ncpa+ncpa+jco",
|
770 |
+
"ncpa+ncpa+xsn",
|
771 |
+
"ncpa+ncpa+xsn+jca",
|
772 |
+
"ncpa+ncpa+xsn+jcj",
|
773 |
+
"ncpa+ncpa+xsn+jco",
|
774 |
+
"ncpa+ncpa+xsn+jcs",
|
775 |
+
"ncpa+ncpa+xsn+jxc",
|
776 |
+
"ncpa+ncpa+xsn+jxt",
|
777 |
+
"ncpa+ncpa+xsv+ecc",
|
778 |
+
"ncpa+ncpa+xsv+ecs",
|
779 |
+
"ncpa+ncpa+xsv+ef",
|
780 |
+
"ncpa+ncpa+xsv+ep+ef",
|
781 |
+
"ncpa+ncpa+xsv+ep+etm",
|
782 |
+
"ncpa+ncpa+xsv+etm",
|
783 |
+
"ncpa+ncpa+xsv+etn+jca",
|
784 |
+
"ncpa+ncps",
|
785 |
+
"ncpa+ncps+jca",
|
786 |
+
"ncpa+ncps+jcm",
|
787 |
+
"ncpa+ncps+jco",
|
788 |
+
"ncpa+ncps+jcs",
|
789 |
+
"ncpa+ncps+jxt",
|
790 |
+
"ncpa+ncps+xsm+etm",
|
791 |
+
"ncpa+nq+jca",
|
792 |
+
"ncpa+xsa",
|
793 |
+
"ncpa+xsn",
|
794 |
+
"ncpa+xsn+jca",
|
795 |
+
"ncpa+xsn+jca+jxc",
|
796 |
+
"ncpa+xsn+jca+jxt",
|
797 |
+
"ncpa+xsn+jcc",
|
798 |
+
"ncpa+xsn+jcj",
|
799 |
+
"ncpa+xsn+jcm",
|
800 |
+
"ncpa+xsn+jco",
|
801 |
+
"ncpa+xsn+jcs",
|
802 |
+
"ncpa+xsn+jct",
|
803 |
+
"ncpa+xsn+jp+ecc",
|
804 |
+
"ncpa+xsn+jp+ecs",
|
805 |
+
"ncpa+xsn+jp+ecs+jxc",
|
806 |
+
"ncpa+xsn+jp+ecx",
|
807 |
+
"ncpa+xsn+jp+ecx+jxt",
|
808 |
+
"ncpa+xsn+jp+ef",
|
809 |
+
"ncpa+xsn+jp+ef+jcr",
|
810 |
+
"ncpa+xsn+jp+ef+jxf",
|
811 |
+
"ncpa+xsn+jp+ep+ecc",
|
812 |
+
"ncpa+xsn+jp+ep+ef",
|
813 |
+
"ncpa+xsn+jp+ep+ef+jco",
|
814 |
+
"ncpa+xsn+jp+ep+ef+jcr",
|
815 |
+
"ncpa+xsn+jp+etm",
|
816 |
+
"ncpa+xsn+jp+etn",
|
817 |
+
"ncpa+xsn+jp+etn+jco",
|
818 |
+
"ncpa+xsn+jp+etn+jxc",
|
819 |
+
"ncpa+xsn+jxc",
|
820 |
+
"ncpa+xsn+jxt",
|
821 |
+
"ncpa+xsv+ecc",
|
822 |
+
"ncpa+xsv+ecc+jcm",
|
823 |
+
"ncpa+xsv+ecc+jxc",
|
824 |
+
"ncpa+xsv+ecc+jxt",
|
825 |
+
"ncpa+xsv+ecs",
|
826 |
+
"ncpa+xsv+ecs+jca",
|
827 |
+
"ncpa+xsv+ecs+jco",
|
828 |
+
"ncpa+xsv+ecs+jp+ef",
|
829 |
+
"ncpa+xsv+ecs+jxc",
|
830 |
+
"ncpa+xsv+ecs+jxc+jxt",
|
831 |
+
"ncpa+xsv+ecs+jxt",
|
832 |
+
"ncpa+xsv+ecx",
|
833 |
+
"ncpa+xsv+ecx+jco",
|
834 |
+
"ncpa+xsv+ecx+jxc",
|
835 |
+
"ncpa+xsv+ecx+jxt",
|
836 |
+
"ncpa+xsv+ecx+px+ecc",
|
837 |
+
"ncpa+xsv+ecx+px+ecs",
|
838 |
+
"ncpa+xsv+ecx+px+ecx",
|
839 |
+
"ncpa+xsv+ecx+px+ecx+jxc",
|
840 |
+
"ncpa+xsv+ecx+px+ecx+px+ecs",
|
841 |
+
"ncpa+xsv+ecx+px+ef",
|
842 |
+
"ncpa+xsv+ecx+px+ef+jcr",
|
843 |
+
"ncpa+xsv+ecx+px+ep+ecc",
|
844 |
+
"ncpa+xsv+ecx+px+ep+ecs",
|
845 |
+
"ncpa+xsv+ecx+px+ep+ef",
|
846 |
+
"ncpa+xsv+ecx+px+ep+ef+jcr",
|
847 |
+
"ncpa+xsv+ecx+px+ep+etm",
|
848 |
+
"ncpa+xsv+ecx+px+ep+etn+jca",
|
849 |
+
"ncpa+xsv+ecx+px+ep+etn+jco",
|
850 |
+
"ncpa+xsv+ecx+px+ep+etn+jxc",
|
851 |
+
"ncpa+xsv+ecx+px+ep+etn+jxt",
|
852 |
+
"ncpa+xsv+ecx+px+etm",
|
853 |
+
"ncpa+xsv+ecx+px+etn",
|
854 |
+
"ncpa+xsv+ecx+px+etn+jca",
|
855 |
+
"ncpa+xsv+ecx+px+etn+jco",
|
856 |
+
"ncpa+xsv+ef",
|
857 |
+
"ncpa+xsv+ef+jca",
|
858 |
+
"ncpa+xsv+ef+jcj",
|
859 |
+
"ncpa+xsv+ef+jcm",
|
860 |
+
"ncpa+xsv+ef+jco",
|
861 |
+
"ncpa+xsv+ef+jcr",
|
862 |
+
"ncpa+xsv+ef+jcr+jxt",
|
863 |
+
"ncpa+xsv+ef+jcs",
|
864 |
+
"ncpa+xsv+ef+jxc",
|
865 |
+
"ncpa+xsv+ef+jxf",
|
866 |
+
"ncpa+xsv+ef+jxt",
|
867 |
+
"ncpa+xsv+ep+ecc",
|
868 |
+
"ncpa+xsv+ep+ecs",
|
869 |
+
"ncpa+xsv+ep+ecs+jco",
|
870 |
+
"ncpa+xsv+ep+ecs+jxc",
|
871 |
+
"ncpa+xsv+ep+ecs+jxt",
|
872 |
+
"ncpa+xsv+ep+ecx",
|
873 |
+
"ncpa+xsv+ep+ecx+jxc",
|
874 |
+
"ncpa+xsv+ep+ef",
|
875 |
+
"ncpa+xsv+ep+ef+jca",
|
876 |
+
"ncpa+xsv+ep+ef+jca+jxt",
|
877 |
+
"ncpa+xsv+ep+ef+jco",
|
878 |
+
"ncpa+xsv+ep+ef+jcr",
|
879 |
+
"ncpa+xsv+ep+ef+jcr+jxc",
|
880 |
+
"ncpa+xsv+ep+ef+jcr+jxc+jxt",
|
881 |
+
"ncpa+xsv+ep+ef+jxc",
|
882 |
+
"ncpa+xsv+ep+ef+jxf",
|
883 |
+
"ncpa+xsv+ep+ef+jxt",
|
884 |
+
"ncpa+xsv+ep+ep+ecs",
|
885 |
+
"ncpa+xsv+ep+ep+ef",
|
886 |
+
"ncpa+xsv+ep+etm",
|
887 |
+
"ncpa+xsv+ep+etn",
|
888 |
+
"ncpa+xsv+ep+etn+jca",
|
889 |
+
"ncpa+xsv+ep+etn+jca+jxc",
|
890 |
+
"ncpa+xsv+ep+etn+jcj",
|
891 |
+
"ncpa+xsv+ep+etn+jco",
|
892 |
+
"ncpa+xsv+ep+etn+jcs",
|
893 |
+
"ncpa+xsv+ep+etn+jxt",
|
894 |
+
"ncpa+xsv+etm",
|
895 |
+
"ncpa+xsv+etn",
|
896 |
+
"ncpa+xsv+etn+jca",
|
897 |
+
"ncpa+xsv+etn+jca+jxc",
|
898 |
+
"ncpa+xsv+etn+jca+jxt",
|
899 |
+
"ncpa+xsv+etn+jco",
|
900 |
+
"ncpa+xsv+etn+jcs",
|
901 |
+
"ncpa+xsv+etn+jct",
|
902 |
+
"ncpa+xsv+etn+jxc",
|
903 |
+
"ncpa+xsv+etn+jxc+jcm",
|
904 |
+
"ncpa+xsv+etn+jxc+jcs",
|
905 |
+
"ncpa+xsv+etn+jxc+jxc",
|
906 |
+
"ncpa+xsv+etn+jxc+jxt",
|
907 |
+
"ncpa+xsv+etn+jxt",
|
908 |
+
"ncps",
|
909 |
+
"ncps+jca",
|
910 |
+
"ncps+jca+jcm",
|
911 |
+
"ncps+jca+jxc",
|
912 |
+
"ncps+jca+jxc+jcm",
|
913 |
+
"ncps+jcc",
|
914 |
+
"ncps+jcj",
|
915 |
+
"ncps+jcm",
|
916 |
+
"ncps+jco",
|
917 |
+
"ncps+jcs",
|
918 |
+
"ncps+jct",
|
919 |
+
"ncps+jct+jcm",
|
920 |
+
"ncps+jct+jxt",
|
921 |
+
"ncps+jp+ecc",
|
922 |
+
"ncps+jp+ecs",
|
923 |
+
"ncps+jp+ecs+jxt",
|
924 |
+
"ncps+jp+ef",
|
925 |
+
"ncps+jp+ef+jcr",
|
926 |
+
"ncps+jp+ep+ef",
|
927 |
+
"ncps+jp+ep+etn",
|
928 |
+
"ncps+jp+etm",
|
929 |
+
"ncps+jp+etn+jcs",
|
930 |
+
"ncps+jp+etn+jxt",
|
931 |
+
"ncps+jxc",
|
932 |
+
"ncps+jxc+jxc",
|
933 |
+
"ncps+jxt",
|
934 |
+
"ncps+nbn+jp+etm",
|
935 |
+
"ncps+nbn+jxc",
|
936 |
+
"ncps+ncn",
|
937 |
+
"ncps+ncn+jca",
|
938 |
+
"ncps+ncn+jca+jcm",
|
939 |
+
"ncps+ncn+jcm",
|
940 |
+
"ncps+ncn+jco",
|
941 |
+
"ncps+ncn+jcs",
|
942 |
+
"ncps+ncn+jct+jxt",
|
943 |
+
"ncps+ncn+jp+ef",
|
944 |
+
"ncps+ncn+jp+ef+jcr",
|
945 |
+
"ncps+ncn+jp+etm",
|
946 |
+
"ncps+ncn+jxc+jco",
|
947 |
+
"ncps+ncn+jxt",
|
948 |
+
"ncps+ncn+ncn",
|
949 |
+
"ncps+ncn+ncn+jca+jxc",
|
950 |
+
"ncps+ncn+ncn+jcm",
|
951 |
+
"ncps+ncn+ncn+jco",
|
952 |
+
"ncps+ncn+ncn+jxt",
|
953 |
+
"ncps+ncn+xsn",
|
954 |
+
"ncps+ncn+xsn+jca",
|
955 |
+
"ncps+ncn+xsn+jcj",
|
956 |
+
"ncps+ncn+xsn+jco",
|
957 |
+
"ncps+ncn+xsn+jp+ecc",
|
958 |
+
"ncps+ncn+xsn+jp+etm",
|
959 |
+
"ncps+ncpa",
|
960 |
+
"ncps+ncpa+jca",
|
961 |
+
"ncps+ncpa+jcc",
|
962 |
+
"ncps+ncpa+jcj",
|
963 |
+
"ncps+ncpa+jcm",
|
964 |
+
"ncps+ncpa+jco",
|
965 |
+
"ncps+ncpa+jcs",
|
966 |
+
"ncps+ncpa+jp+etm",
|
967 |
+
"ncps+ncpa+jxt",
|
968 |
+
"ncps+ncpa+xsv+etm",
|
969 |
+
"ncps+ncps+jca",
|
970 |
+
"ncps+ncps+jcm",
|
971 |
+
"ncps+ncps+xsm+ecc",
|
972 |
+
"ncps+ncps+xsm+ecs",
|
973 |
+
"ncps+ncps+xsm+etm",
|
974 |
+
"ncps+xsa",
|
975 |
+
"ncps+xsa+jxc",
|
976 |
+
"ncps+xsm+ecc",
|
977 |
+
"ncps+xsm+ecc+jxc",
|
978 |
+
"ncps+xsm+ecc+jxt",
|
979 |
+
"ncps+xsm+ecs",
|
980 |
+
"ncps+xsm+ecs+jxc",
|
981 |
+
"ncps+xsm+ecs+jxt",
|
982 |
+
"ncps+xsm+ecx",
|
983 |
+
"ncps+xsm+ecx+jcs",
|
984 |
+
"ncps+xsm+ecx+jxc",
|
985 |
+
"ncps+xsm+ecx+jxt",
|
986 |
+
"ncps+xsm+ecx+px+ecc",
|
987 |
+
"ncps+xsm+ecx+px+ecs",
|
988 |
+
"ncps+xsm+ecx+px+ecx",
|
989 |
+
"ncps+xsm+ecx+px+ecx+jxt",
|
990 |
+
"ncps+xsm+ecx+px+ef",
|
991 |
+
"ncps+xsm+ecx+px+ep+ecs",
|
992 |
+
"ncps+xsm+ecx+px+ep+ef",
|
993 |
+
"ncps+xsm+ecx+px+ep+etm",
|
994 |
+
"ncps+xsm+ecx+px+ep+etn+jco",
|
995 |
+
"ncps+xsm+ecx+px+etm",
|
996 |
+
"ncps+xsm+ecx+px+etn",
|
997 |
+
"ncps+xsm+ecx+px+etn+jca",
|
998 |
+
"ncps+xsm+ecx+px+etn+jcj",
|
999 |
+
"ncps+xsm+ecx+px+etn+jco",
|
1000 |
+
"ncps+xsm+ef",
|
1001 |
+
"ncps+xsm+ef+jco",
|
1002 |
+
"ncps+xsm+ef+jcr",
|
1003 |
+
"ncps+xsm+ef+jcr+jxc",
|
1004 |
+
"ncps+xsm+ef+jcr+jxt",
|
1005 |
+
"ncps+xsm+ef+jxf",
|
1006 |
+
"ncps+xsm+ef+jxt",
|
1007 |
+
"ncps+xsm+ep+ecc",
|
1008 |
+
"ncps+xsm+ep+ecs",
|
1009 |
+
"ncps+xsm+ep+ecs+etm",
|
1010 |
+
"ncps+xsm+ep+ef",
|
1011 |
+
"ncps+xsm+ep+ef+jco",
|
1012 |
+
"ncps+xsm+ep+ef+jcr",
|
1013 |
+
"ncps+xsm+ep+ef+jxf",
|
1014 |
+
"ncps+xsm+ep+ep+ef",
|
1015 |
+
"ncps+xsm+ep+etm",
|
1016 |
+
"ncps+xsm+ep+etn",
|
1017 |
+
"ncps+xsm+ep+etn+jxt",
|
1018 |
+
"ncps+xsm+etm",
|
1019 |
+
"ncps+xsm+etn",
|
1020 |
+
"ncps+xsm+etn+jca",
|
1021 |
+
"ncps+xsm+etn+jca+jxt",
|
1022 |
+
"ncps+xsm+etn+jcj",
|
1023 |
+
"ncps+xsm+etn+jcm",
|
1024 |
+
"ncps+xsm+etn+jco",
|
1025 |
+
"ncps+xsm+etn+jcs",
|
1026 |
+
"ncps+xsm+etn+jct",
|
1027 |
+
"ncps+xsm+etn+jct+jcm",
|
1028 |
+
"ncps+xsm+etn+jp+ef+jcr",
|
1029 |
+
"ncps+xsm+etn+jp+etm",
|
1030 |
+
"ncps+xsm+etn+jxc",
|
1031 |
+
"ncps+xsm+etn+jxc+jxt",
|
1032 |
+
"ncps+xsm+etn+jxt",
|
1033 |
+
"ncps+xsn",
|
1034 |
+
"ncps+xsn+jca",
|
1035 |
+
"ncps+xsn+jca+jxt",
|
1036 |
+
"ncps+xsn+jcm",
|
1037 |
+
"ncps+xsn+jco",
|
1038 |
+
"ncps+xsn+jcs",
|
1039 |
+
"ncps+xsn+jp+ecc",
|
1040 |
+
"ncps+xsn+jp+ep+ecs",
|
1041 |
+
"ncps+xsn+jp+etm",
|
1042 |
+
"ncps+xsn+jxc",
|
1043 |
+
"ncps+xsn+jxt",
|
1044 |
+
"ncps+xsv+etm",
|
1045 |
+
"nnc",
|
1046 |
+
"nnc+f",
|
1047 |
+
"nnc+f+jca",
|
1048 |
+
"nnc+f+jp+ef",
|
1049 |
+
"nnc+jca",
|
1050 |
+
"nnc+jca+jxc",
|
1051 |
+
"nnc+jca+jxt",
|
1052 |
+
"nnc+jcc",
|
1053 |
+
"nnc+jcj",
|
1054 |
+
"nnc+jcm",
|
1055 |
+
"nnc+jco",
|
1056 |
+
"nnc+jcs",
|
1057 |
+
"nnc+jp+ecc",
|
1058 |
+
"nnc+jp+ecs",
|
1059 |
+
"nnc+jp+ef",
|
1060 |
+
"nnc+jp+ef+jcr",
|
1061 |
+
"nnc+jp+ep+ef",
|
1062 |
+
"nnc+jp+ep+etm",
|
1063 |
+
"nnc+jp+etm",
|
1064 |
+
"nnc+jp+etn+jca",
|
1065 |
+
"nnc+jxc",
|
1066 |
+
"nnc+jxt",
|
1067 |
+
"nnc+nbn",
|
1068 |
+
"nnc+nbn+jcm",
|
1069 |
+
"nnc+nbn+jco",
|
1070 |
+
"nnc+nbn+nbu+jcc",
|
1071 |
+
"nnc+nbn+nbu+jcs",
|
1072 |
+
"nnc+nbn+xsn",
|
1073 |
+
"nnc+nbu",
|
1074 |
+
"nnc+nbu+jca",
|
1075 |
+
"nnc+nbu+jca+jxc",
|
1076 |
+
"nnc+nbu+jcc",
|
1077 |
+
"nnc+nbu+jcj",
|
1078 |
+
"nnc+nbu+jcm",
|
1079 |
+
"nnc+nbu+jco",
|
1080 |
+
"nnc+nbu+jcs",
|
1081 |
+
"nnc+nbu+jp+ef",
|
1082 |
+
"nnc+nbu+jp+ef+jcr",
|
1083 |
+
"nnc+nbu+jp+ep+ecs",
|
1084 |
+
"nnc+nbu+jp+ep+ef",
|
1085 |
+
"nnc+nbu+jp+etm",
|
1086 |
+
"nnc+nbu+jxc",
|
1087 |
+
"nnc+nbu+jxc+jcs",
|
1088 |
+
"nnc+nbu+jxc+jxt",
|
1089 |
+
"nnc+nbu+jxt",
|
1090 |
+
"nnc+nbu+nbu",
|
1091 |
+
"nnc+nbu+nbu+jcm",
|
1092 |
+
"nnc+nbu+nbu+jp+ef+jcr",
|
1093 |
+
"nnc+nbu+ncn",
|
1094 |
+
"nnc+nbu+ncn+jca",
|
1095 |
+
"nnc+nbu+ncn+jcj",
|
1096 |
+
"nnc+nbu+ncn+jcm",
|
1097 |
+
"nnc+nbu+ncn+jxc",
|
1098 |
+
"nnc+nbu+xsn",
|
1099 |
+
"nnc+nbu+xsn+jca",
|
1100 |
+
"nnc+nbu+xsn+jcm",
|
1101 |
+
"nnc+nbu+xsn+jco",
|
1102 |
+
"nnc+nbu+xsn+jcs",
|
1103 |
+
"nnc+nbu+xsn+jp+ecc",
|
1104 |
+
"nnc+nbu+xsn+jp+ef",
|
1105 |
+
"nnc+nbu+xsn+jxc",
|
1106 |
+
"nnc+nbu+xsn+jxc+jcm",
|
1107 |
+
"nnc+nbu+xsn+jxt",
|
1108 |
+
"nnc+nbu+xsv+etm",
|
1109 |
+
"nnc+ncn",
|
1110 |
+
"nnc+ncn+jca",
|
1111 |
+
"nnc+ncn+jca+jxt",
|
1112 |
+
"nnc+ncn+jcj",
|
1113 |
+
"nnc+ncn+jcm",
|
1114 |
+
"nnc+ncn+jco",
|
1115 |
+
"nnc+ncn+jcs",
|
1116 |
+
"nnc+ncn+jct",
|
1117 |
+
"nnc+ncn+jp+ef",
|
1118 |
+
"nnc+ncn+jp+etm",
|
1119 |
+
"nnc+ncn+jxc",
|
1120 |
+
"nnc+ncn+jxt",
|
1121 |
+
"nnc+ncn+nbu",
|
1122 |
+
"nnc+ncn+nbu+xsn+jca",
|
1123 |
+
"nnc+ncn+ncn+jca+jxt",
|
1124 |
+
"nnc+ncn+ncn+xsn",
|
1125 |
+
"nnc+ncn+nnc+nnc",
|
1126 |
+
"nnc+ncn+xsn",
|
1127 |
+
"nnc+ncn+xsn+jp+etm",
|
1128 |
+
"nnc+ncn+xsn+jxt",
|
1129 |
+
"nnc+ncpa",
|
1130 |
+
"nnc+ncpa+jcs",
|
1131 |
+
"nnc+nnc",
|
1132 |
+
"nnc+nnc+jca",
|
1133 |
+
"nnc+nnc+jca+jxt",
|
1134 |
+
"nnc+nnc+jcm",
|
1135 |
+
"nnc+nnc+jco",
|
1136 |
+
"nnc+nnc+jp+ef",
|
1137 |
+
"nnc+nnc+nbu",
|
1138 |
+
"nnc+nnc+nbu+jca",
|
1139 |
+
"nnc+nnc+nbu+jcc",
|
1140 |
+
"nnc+nnc+nbu+jcm",
|
1141 |
+
"nnc+nnc+nbu+jco",
|
1142 |
+
"nnc+nnc+nbu+jcs",
|
1143 |
+
"nnc+nnc+nbu+jp+ep+ef",
|
1144 |
+
"nnc+nnc+nbu+jp+etm",
|
1145 |
+
"nnc+nnc+nbu+jxc",
|
1146 |
+
"nnc+nnc+nbu+xsn",
|
1147 |
+
"nnc+nnc+nbu+xsn+jcm",
|
1148 |
+
"nnc+nnc+nbu+xsn+jxc",
|
1149 |
+
"nnc+nnc+ncn+jco",
|
1150 |
+
"nnc+nnc+nnc",
|
1151 |
+
"nnc+nnc+nnc+nnc",
|
1152 |
+
"nnc+nnc+su+jp+ef",
|
1153 |
+
"nnc+nnc+xsn",
|
1154 |
+
"nnc+nnc+xsn+jcm",
|
1155 |
+
"nnc+nnc+xsn+nbu+jca",
|
1156 |
+
"nnc+nnc+xsn+nbu+jcm",
|
1157 |
+
"nnc+nnc+xsn+nbu+jco",
|
1158 |
+
"nnc+nnc+xsn+nbu+jcs",
|
1159 |
+
"nnc+nno+nbu",
|
1160 |
+
"nnc+nno+nbu+jcc",
|
1161 |
+
"nnc+su",
|
1162 |
+
"nnc+su+jca",
|
1163 |
+
"nnc+su+jcm",
|
1164 |
+
"nnc+su+jco",
|
1165 |
+
"nnc+su+jcs",
|
1166 |
+
"nnc+su+jxc",
|
1167 |
+
"nnc+su+xsn",
|
1168 |
+
"nnc+xsn",
|
1169 |
+
"nnc+xsn+jca",
|
1170 |
+
"nnc+xsn+jca+jxt",
|
1171 |
+
"nnc+xsn+jcm",
|
1172 |
+
"nnc+xsn+jco",
|
1173 |
+
"nnc+xsn+jcs",
|
1174 |
+
"nnc+xsn+jp+ef",
|
1175 |
+
"nnc+xsn+jxc",
|
1176 |
+
"nnc+xsn+nbn+jca",
|
1177 |
+
"nnc+xsn+nbu",
|
1178 |
+
"nnc+xsn+nbu+jca",
|
1179 |
+
"nnc+xsn+nbu+jcm",
|
1180 |
+
"nnc+xsn+nbu+jco",
|
1181 |
+
"nnc+xsn+nbu+jcs",
|
1182 |
+
"nnc+xsn+nnc+nbu",
|
1183 |
+
"nnc+xsn+nnc+nbu+jcm",
|
1184 |
+
"nno",
|
1185 |
+
"nno+jca",
|
1186 |
+
"nno+jca+jxt",
|
1187 |
+
"nno+jcj",
|
1188 |
+
"nno+jcm",
|
1189 |
+
"nno+jco",
|
1190 |
+
"nno+jcs",
|
1191 |
+
"nno+jxt",
|
1192 |
+
"nno+nbn",
|
1193 |
+
"nno+nbn+jcm",
|
1194 |
+
"nno+nbn+xsn",
|
1195 |
+
"nno+nbu",
|
1196 |
+
"nno+nbu+jca",
|
1197 |
+
"nno+nbu+jca+jxc",
|
1198 |
+
"nno+nbu+jca+jxt",
|
1199 |
+
"nno+nbu+jcc",
|
1200 |
+
"nno+nbu+jcj",
|
1201 |
+
"nno+nbu+jcm",
|
1202 |
+
"nno+nbu+jco",
|
1203 |
+
"nno+nbu+jcs",
|
1204 |
+
"nno+nbu+jct",
|
1205 |
+
"nno+nbu+jp+ecc",
|
1206 |
+
"nno+nbu+jp+ecs",
|
1207 |
+
"nno+nbu+jp+ef",
|
1208 |
+
"nno+nbu+jp+ep+ecc",
|
1209 |
+
"nno+nbu+jp+ep+ecs",
|
1210 |
+
"nno+nbu+jp+ep+ef",
|
1211 |
+
"nno+nbu+jp+etm",
|
1212 |
+
"nno+nbu+jxc",
|
1213 |
+
"nno+nbu+jxc+jca",
|
1214 |
+
"nno+nbu+jxc+jcm",
|
1215 |
+
"nno+nbu+jxc+jp+ef",
|
1216 |
+
"nno+nbu+jxc+jp+etm",
|
1217 |
+
"nno+nbu+jxc+jxc",
|
1218 |
+
"nno+nbu+jxc+jxt",
|
1219 |
+
"nno+nbu+jxt",
|
1220 |
+
"nno+nbu+nbu",
|
1221 |
+
"nno+nbu+ncn",
|
1222 |
+
"nno+nbu+ncn+jp+ep+ef",
|
1223 |
+
"nno+nbu+ncn+ncn",
|
1224 |
+
"nno+nbu+xsn",
|
1225 |
+
"nno+nbu+xsn+jca",
|
1226 |
+
"nno+nbu+xsn+jcc",
|
1227 |
+
"nno+nbu+xsn+jcm",
|
1228 |
+
"nno+nbu+xsn+jxc",
|
1229 |
+
"nno+nbu+xsn+jxt",
|
1230 |
+
"nno+ncn",
|
1231 |
+
"nno+ncn+jca",
|
1232 |
+
"nno+ncn+jca+jxc",
|
1233 |
+
"nno+ncn+jca+jxt",
|
1234 |
+
"nno+ncn+jcm",
|
1235 |
+
"nno+ncn+jco",
|
1236 |
+
"nno+ncn+jcs",
|
1237 |
+
"nno+ncn+jct",
|
1238 |
+
"nno+ncn+jp+ef",
|
1239 |
+
"nno+ncn+jp+etm",
|
1240 |
+
"nno+ncn+jxc",
|
1241 |
+
"nno+ncn+jxc+jxt",
|
1242 |
+
"nno+ncn+ncn+jp+etm",
|
1243 |
+
"nno+ncn+xsn",
|
1244 |
+
"nno+ncn+xsn+jca",
|
1245 |
+
"nno+ncn+xsn+jp+ep+ef",
|
1246 |
+
"nno+ncn+xsn+jp+etm",
|
1247 |
+
"nno+ncpa+jp+ep+etn+jca+jxc",
|
1248 |
+
"nno+nnc",
|
1249 |
+
"nno+xsn",
|
1250 |
+
"nno+xsn+jca",
|
1251 |
+
"nno+xsn+jca+jxc",
|
1252 |
+
"nno+xsn+jxc",
|
1253 |
+
"nno+xsn+jxc+jcs",
|
1254 |
+
"nno+xsn+nbu",
|
1255 |
+
"nno+xsn+nbu+jcm",
|
1256 |
+
"npd",
|
1257 |
+
"npd+jca",
|
1258 |
+
"npd+jca+jcm",
|
1259 |
+
"npd+jca+jp+ef",
|
1260 |
+
"npd+jca+jp+ef+jca",
|
1261 |
+
"npd+jca+jxc",
|
1262 |
+
"npd+jca+jxc+jcm",
|
1263 |
+
"npd+jca+jxt",
|
1264 |
+
"npd+jcc",
|
1265 |
+
"npd+jcj",
|
1266 |
+
"npd+jcm",
|
1267 |
+
"npd+jco",
|
1268 |
+
"npd+jcs",
|
1269 |
+
"npd+jct",
|
1270 |
+
"npd+jct+jcm",
|
1271 |
+
"npd+jct+jxt",
|
1272 |
+
"npd+jp+ecc",
|
1273 |
+
"npd+jp+ecs",
|
1274 |
+
"npd+jp+ecs+jco",
|
1275 |
+
"npd+jp+ecs+jxt",
|
1276 |
+
"npd+jp+ef",
|
1277 |
+
"npd+jp+ef+jca",
|
1278 |
+
"npd+jp+ef+jcm",
|
1279 |
+
"npd+jp+ef+jco",
|
1280 |
+
"npd+jp+ef+jcr",
|
1281 |
+
"npd+jp+ef+jcs",
|
1282 |
+
"npd+jp+ef+jp+ef",
|
1283 |
+
"npd+jp+ef+jp+etm",
|
1284 |
+
"npd+jp+ef+jxc",
|
1285 |
+
"npd+jp+ef+jxt",
|
1286 |
+
"npd+jp+ep+ef",
|
1287 |
+
"npd+jp+etm",
|
1288 |
+
"npd+jxc",
|
1289 |
+
"npd+jxc+jca",
|
1290 |
+
"npd+jxc+jca+jxc",
|
1291 |
+
"npd+jxc+jcc",
|
1292 |
+
"npd+jxc+jcr",
|
1293 |
+
"npd+jxc+jp+ef",
|
1294 |
+
"npd+jxc+jxc",
|
1295 |
+
"npd+jxc+jxt",
|
1296 |
+
"npd+jxt",
|
1297 |
+
"npd+nbn",
|
1298 |
+
"npd+nbn+jca",
|
1299 |
+
"npd+nbn+jcs",
|
1300 |
+
"npd+nbn+jxc",
|
1301 |
+
"npd+nbn+jxc+jxt",
|
1302 |
+
"npd+ncn",
|
1303 |
+
"npd+ncn+jca",
|
1304 |
+
"npd+ncn+jca+jxc",
|
1305 |
+
"npd+ncn+jcm",
|
1306 |
+
"npd+ncn+jco",
|
1307 |
+
"npd+ncn+jcs",
|
1308 |
+
"npd+ncn+jxt",
|
1309 |
+
"npd+npd",
|
1310 |
+
"npd+xsn",
|
1311 |
+
"npd+xsn+jca",
|
1312 |
+
"npd+xsn+jca+jxc",
|
1313 |
+
"npd+xsn+jca+jxt",
|
1314 |
+
"npd+xsn+jcm",
|
1315 |
+
"npd+xsn+jco",
|
1316 |
+
"npd+xsn+jcs",
|
1317 |
+
"npd+xsn+jct",
|
1318 |
+
"npd+xsn+jp+ef",
|
1319 |
+
"npd+xsn+jxc",
|
1320 |
+
"npd+xsn+jxt",
|
1321 |
+
"npp",
|
1322 |
+
"npp+jca",
|
1323 |
+
"npp+jca+jcm",
|
1324 |
+
"npp+jca+jxc",
|
1325 |
+
"npp+jca+jxc+jcm",
|
1326 |
+
"npp+jca+jxt",
|
1327 |
+
"npp+jcc",
|
1328 |
+
"npp+jcj",
|
1329 |
+
"npp+jcm",
|
1330 |
+
"npp+jco",
|
1331 |
+
"npp+jcs",
|
1332 |
+
"npp+jcs+jxt",
|
1333 |
+
"npp+jct",
|
1334 |
+
"npp+jct+jcm",
|
1335 |
+
"npp+jct+jxc",
|
1336 |
+
"npp+jct+jxt",
|
1337 |
+
"npp+jp+ecs",
|
1338 |
+
"npp+jp+ecs+jco",
|
1339 |
+
"npp+jp+ef",
|
1340 |
+
"npp+jp+ef+jcs",
|
1341 |
+
"npp+jp+ef+jxc+jcs",
|
1342 |
+
"npp+jp+ef+jxt",
|
1343 |
+
"npp+jp+ep+ecc",
|
1344 |
+
"npp+jp+ep+ef",
|
1345 |
+
"npp+jp+ep+etm",
|
1346 |
+
"npp+jp+etm",
|
1347 |
+
"npp+jxc",
|
1348 |
+
"npp+jxc+jcc",
|
1349 |
+
"npp+jxc+jcm",
|
1350 |
+
"npp+jxc+jco",
|
1351 |
+
"npp+jxt",
|
1352 |
+
"npp+nbn+jca",
|
1353 |
+
"npp+nbn+jcs",
|
1354 |
+
"npp+ncn",
|
1355 |
+
"npp+ncn+jca",
|
1356 |
+
"npp+ncn+jca+jxc",
|
1357 |
+
"npp+ncn+jca+jxt",
|
1358 |
+
"npp+ncn+jcm",
|
1359 |
+
"npp+ncn+jco",
|
1360 |
+
"npp+ncn+jcs",
|
1361 |
+
"npp+ncn+jct",
|
1362 |
+
"npp+ncn+jct+jxt",
|
1363 |
+
"npp+ncn+jp+ecs",
|
1364 |
+
"npp+ncn+jxc",
|
1365 |
+
"npp+ncn+jxt",
|
1366 |
+
"npp+ncn+xsn",
|
1367 |
+
"npp+ncpa",
|
1368 |
+
"npp+ncpa+jca",
|
1369 |
+
"npp+ncpa+jca+jxc",
|
1370 |
+
"npp+ncpa+jcj",
|
1371 |
+
"npp+ncpa+jcm",
|
1372 |
+
"npp+ncpa+jco",
|
1373 |
+
"npp+ncpa+jcs",
|
1374 |
+
"npp+ncpa+jxt",
|
1375 |
+
"npp+ncpa+ncpa+jca",
|
1376 |
+
"npp+ncpa+xsn+jp+ecc",
|
1377 |
+
"npp+ncpa+xsn+jp+etm",
|
1378 |
+
"npp+npp+jco",
|
1379 |
+
"npp+xsn",
|
1380 |
+
"npp+xsn+jca",
|
1381 |
+
"npp+xsn+jca+jxc",
|
1382 |
+
"npp+xsn+jca+jxc+jxc",
|
1383 |
+
"npp+xsn+jca+jxt",
|
1384 |
+
"npp+xsn+jcj",
|
1385 |
+
"npp+xsn+jcm",
|
1386 |
+
"npp+xsn+jco",
|
1387 |
+
"npp+xsn+jcs",
|
1388 |
+
"npp+xsn+jcs+jxt",
|
1389 |
+
"npp+xsn+jct",
|
1390 |
+
"npp+xsn+jct+jcm",
|
1391 |
+
"npp+xsn+jct+jxt",
|
1392 |
+
"npp+xsn+jp+ecs",
|
1393 |
+
"npp+xsn+jp+ef",
|
1394 |
+
"npp+xsn+jp+etm",
|
1395 |
+
"npp+xsn+jxc",
|
1396 |
+
"npp+xsn+jxc+jcs",
|
1397 |
+
"npp+xsn+jxc+jxt",
|
1398 |
+
"npp+xsn+jxt",
|
1399 |
+
"npp+xsn+ncn",
|
1400 |
+
"npp+xsn+xsn",
|
1401 |
+
"npp+xsn+xsn+jca",
|
1402 |
+
"npp+xsn+xsn+jca+jxt",
|
1403 |
+
"nq",
|
1404 |
+
"nq+jca",
|
1405 |
+
"nq+jca+jca",
|
1406 |
+
"nq+jca+jca+jxc",
|
1407 |
+
"nq+jca+jcm",
|
1408 |
+
"nq+jca+jxc",
|
1409 |
+
"nq+jca+jxc+jcm",
|
1410 |
+
"nq+jca+jxc+jxc",
|
1411 |
+
"nq+jca+jxt",
|
1412 |
+
"nq+jcc",
|
1413 |
+
"nq+jcj",
|
1414 |
+
"nq+jcm",
|
1415 |
+
"nq+jco",
|
1416 |
+
"nq+jcr",
|
1417 |
+
"nq+jcs",
|
1418 |
+
"nq+jcs+jca+jxc",
|
1419 |
+
"nq+jcs+jxt",
|
1420 |
+
"nq+jct",
|
1421 |
+
"nq+jct+jcm",
|
1422 |
+
"nq+jct+jxt",
|
1423 |
+
"nq+jp+ecc",
|
1424 |
+
"nq+jp+ecs",
|
1425 |
+
"nq+jp+ef",
|
1426 |
+
"nq+jp+ef+jcr",
|
1427 |
+
"nq+jp+ef+jcr+jxc",
|
1428 |
+
"nq+jp+ep+ecc",
|
1429 |
+
"nq+jp+ep+ecs",
|
1430 |
+
"nq+jp+ep+ef",
|
1431 |
+
"nq+jp+ep+etm",
|
1432 |
+
"nq+jp+ep+etn",
|
1433 |
+
"nq+jp+etm",
|
1434 |
+
"nq+jp+etn+jco",
|
1435 |
+
"nq+jxc",
|
1436 |
+
"nq+jxc+jca+jxt",
|
1437 |
+
"nq+jxc+jcm",
|
1438 |
+
"nq+jxc+jcs",
|
1439 |
+
"nq+jxc+jp+ef",
|
1440 |
+
"nq+jxc+jp+ef+jcr",
|
1441 |
+
"nq+jxc+jxc",
|
1442 |
+
"nq+jxc+jxc+jxt",
|
1443 |
+
"nq+jxc+jxt",
|
1444 |
+
"nq+jxt",
|
1445 |
+
"nq+nbn",
|
1446 |
+
"nq+nbn+jca",
|
1447 |
+
"nq+nbn+jcm",
|
1448 |
+
"nq+nbn+jp+ep+ef",
|
1449 |
+
"nq+ncn",
|
1450 |
+
"nq+ncn+jca",
|
1451 |
+
"nq+ncn+jca+jcm",
|
1452 |
+
"nq+ncn+jca+jxc",
|
1453 |
+
"nq+ncn+jca+jxt",
|
1454 |
+
"nq+ncn+jcc",
|
1455 |
+
"nq+ncn+jcj",
|
1456 |
+
"nq+ncn+jcm",
|
1457 |
+
"nq+ncn+jco",
|
1458 |
+
"nq+ncn+jcs",
|
1459 |
+
"nq+ncn+jct",
|
1460 |
+
"nq+ncn+jct+jcm",
|
1461 |
+
"nq+ncn+jct+jxc",
|
1462 |
+
"nq+ncn+jct+jxt",
|
1463 |
+
"nq+ncn+jp+ef",
|
1464 |
+
"nq+ncn+jp+ep+ef",
|
1465 |
+
"nq+ncn+jp+ep+etm",
|
1466 |
+
"nq+ncn+jp+etm",
|
1467 |
+
"nq+ncn+jxc",
|
1468 |
+
"nq+ncn+jxc+jxt",
|
1469 |
+
"nq+ncn+jxt",
|
1470 |
+
"nq+ncn+ncn",
|
1471 |
+
"nq+ncn+ncn+jca",
|
1472 |
+
"nq+ncn+ncn+jca+jxt",
|
1473 |
+
"nq+ncn+ncn+jcm",
|
1474 |
+
"nq+ncn+ncn+jco",
|
1475 |
+
"nq+ncn+ncn+jp+etm",
|
1476 |
+
"nq+ncn+ncn+jxc",
|
1477 |
+
"nq+ncn+ncn+ncn",
|
1478 |
+
"nq+ncn+ncn+ncn+jca",
|
1479 |
+
"nq+ncn+ncn+ncn+jcs",
|
1480 |
+
"nq+ncn+ncn+xsn+jxt",
|
1481 |
+
"nq+ncn+ncpa+jca",
|
1482 |
+
"nq+ncn+ncpa+jcs",
|
1483 |
+
"nq+ncn+ncpa+jxt",
|
1484 |
+
"nq+ncn+ncpa+ncn",
|
1485 |
+
"nq+ncn+ncpa+ncn+jcm",
|
1486 |
+
"nq+ncn+xsn",
|
1487 |
+
"nq+ncn+xsn+jca",
|
1488 |
+
"nq+ncn+xsn+jca+jxt",
|
1489 |
+
"nq+ncn+xsn+jcm",
|
1490 |
+
"nq+ncn+xsn+jco",
|
1491 |
+
"nq+ncn+xsn+jcs",
|
1492 |
+
"nq+ncn+xsn+jct",
|
1493 |
+
"nq+ncn+xsn+jp+etm",
|
1494 |
+
"nq+ncn+xsn+jxt",
|
1495 |
+
"nq+ncpa",
|
1496 |
+
"nq+ncpa+jca",
|
1497 |
+
"nq+ncpa+jcm",
|
1498 |
+
"nq+ncpa+jco",
|
1499 |
+
"nq+ncpa+jxt",
|
1500 |
+
"nq+ncpa+ncn+jcm",
|
1501 |
+
"nq+ncpa+ncn+jp+ef",
|
1502 |
+
"nq+ncpa+ncn+jp+etm",
|
1503 |
+
"nq+nq",
|
1504 |
+
"nq+nq+jca",
|
1505 |
+
"nq+nq+jcj",
|
1506 |
+
"nq+nq+jcm",
|
1507 |
+
"nq+nq+jcs",
|
1508 |
+
"nq+nq+jct",
|
1509 |
+
"nq+nq+jxc+jcs",
|
1510 |
+
"nq+nq+jxt",
|
1511 |
+
"nq+nq+ncn",
|
1512 |
+
"nq+nq+ncn+jca",
|
1513 |
+
"nq+nq+nq+jxt",
|
1514 |
+
"nq+nq+nq+nq+jcm",
|
1515 |
+
"nq+xsm+ecs",
|
1516 |
+
"nq+xsm+etm",
|
1517 |
+
"nq+xsn",
|
1518 |
+
"nq+xsn+jca",
|
1519 |
+
"nq+xsn+jca+jxc",
|
1520 |
+
"nq+xsn+jca+jxt",
|
1521 |
+
"nq+xsn+jcj",
|
1522 |
+
"nq+xsn+jcm",
|
1523 |
+
"nq+xsn+jco",
|
1524 |
+
"nq+xsn+jcs",
|
1525 |
+
"nq+xsn+jcs+jxt",
|
1526 |
+
"nq+xsn+jct",
|
1527 |
+
"nq+xsn+jct+jcm",
|
1528 |
+
"nq+xsn+jp+ef",
|
1529 |
+
"nq+xsn+jp+ef+jcr",
|
1530 |
+
"nq+xsn+jp+ep+ef",
|
1531 |
+
"nq+xsn+jp+etm",
|
1532 |
+
"nq+xsn+jp+etn+jco",
|
1533 |
+
"nq+xsn+jxc",
|
1534 |
+
"nq+xsn+jxt",
|
1535 |
+
"nq+xsn+xsn",
|
1536 |
+
"nq+xsn+xsn+jcj",
|
1537 |
+
"nq+xsn+xsn+jcs",
|
1538 |
+
"nq+xsn+xsv+ep+etm",
|
1539 |
+
"nq+xsv+ecs",
|
1540 |
+
"paa+ecc",
|
1541 |
+
"paa+ecc+jxc",
|
1542 |
+
"paa+ecc+jxt",
|
1543 |
+
"paa+ecs",
|
1544 |
+
"paa+ecs+etm",
|
1545 |
+
"paa+ecs+jca",
|
1546 |
+
"paa+ecs+jcm",
|
1547 |
+
"paa+ecs+jco",
|
1548 |
+
"paa+ecs+jct",
|
1549 |
+
"paa+ecs+jp+ecc",
|
1550 |
+
"paa+ecs+jp+ep+ef",
|
1551 |
+
"paa+ecs+jxc",
|
1552 |
+
"paa+ecs+jxc+jxt",
|
1553 |
+
"paa+ecs+jxt",
|
1554 |
+
"paa+ecx",
|
1555 |
+
"paa+ecx+jco",
|
1556 |
+
"paa+ecx+jcs",
|
1557 |
+
"paa+ecx+jxc",
|
1558 |
+
"paa+ecx+jxt",
|
1559 |
+
"paa+ecx+px+ecc",
|
1560 |
+
"paa+ecx+px+ecs",
|
1561 |
+
"paa+ecx+px+ecx",
|
1562 |
+
"paa+ecx+px+ecx+jxc",
|
1563 |
+
"paa+ecx+px+ecx+px+ecc",
|
1564 |
+
"paa+ecx+px+ecx+px+ecx",
|
1565 |
+
"paa+ecx+px+ecx+px+ef",
|
1566 |
+
"paa+ecx+px+ecx+px+ep+ef",
|
1567 |
+
"paa+ecx+px+ecx+px+etm",
|
1568 |
+
"paa+ecx+px+ef",
|
1569 |
+
"paa+ecx+px+ef+jcr",
|
1570 |
+
"paa+ecx+px+ep+ecc",
|
1571 |
+
"paa+ecx+px+ep+ecs",
|
1572 |
+
"paa+ecx+px+ep+ef",
|
1573 |
+
"paa+ecx+px+ep+ef+jcr",
|
1574 |
+
"paa+ecx+px+ep+etm",
|
1575 |
+
"paa+ecx+px+ep+etn",
|
1576 |
+
"paa+ecx+px+ep+etn+jco",
|
1577 |
+
"paa+ecx+px+etm",
|
1578 |
+
"paa+ecx+px+etn",
|
1579 |
+
"paa+ecx+px+etn+jca",
|
1580 |
+
"paa+ecx+px+etn+jco",
|
1581 |
+
"paa+ecx+px+etn+jcs",
|
1582 |
+
"paa+ecx+px+etn+jxc",
|
1583 |
+
"paa+ecx+px+etn+jxt",
|
1584 |
+
"paa+ef",
|
1585 |
+
"paa+ef+ecc",
|
1586 |
+
"paa+ef+ecs",
|
1587 |
+
"paa+ef+ecs+jxc",
|
1588 |
+
"paa+ef+jca",
|
1589 |
+
"paa+ef+jcm",
|
1590 |
+
"paa+ef+jco",
|
1591 |
+
"paa+ef+jcr",
|
1592 |
+
"paa+ef+jcr+jxc",
|
1593 |
+
"paa+ef+jcr+jxt",
|
1594 |
+
"paa+ef+jxf",
|
1595 |
+
"paa+ep+ecc",
|
1596 |
+
"paa+ep+ecs",
|
1597 |
+
"paa+ep+ecs+jxc",
|
1598 |
+
"paa+ep+ef",
|
1599 |
+
"paa+ep+ef+jcr",
|
1600 |
+
"paa+ep+ef+jxc",
|
1601 |
+
"paa+ep+ef+jxf",
|
1602 |
+
"paa+ep+ef+jxt",
|
1603 |
+
"paa+ep+ep+ecs",
|
1604 |
+
"paa+ep+ep+ef",
|
1605 |
+
"paa+ep+ep+etm",
|
1606 |
+
"paa+ep+etm",
|
1607 |
+
"paa+ep+etn",
|
1608 |
+
"paa+ep+etn+jca",
|
1609 |
+
"paa+ep+etn+jca+jxc",
|
1610 |
+
"paa+ep+etn+jco",
|
1611 |
+
"paa+ep+etn+jcs",
|
1612 |
+
"paa+ep+etn+jxt",
|
1613 |
+
"paa+etm",
|
1614 |
+
"paa+etn",
|
1615 |
+
"paa+etn+jca",
|
1616 |
+
"paa+etn+jca+jxc",
|
1617 |
+
"paa+etn+jca+jxt",
|
1618 |
+
"paa+etn+jcc",
|
1619 |
+
"paa+etn+jcj",
|
1620 |
+
"paa+etn+jcm",
|
1621 |
+
"paa+etn+jco",
|
1622 |
+
"paa+etn+jcs",
|
1623 |
+
"paa+etn+jct",
|
1624 |
+
"paa+etn+jp+ecc",
|
1625 |
+
"paa+etn+jp+ef",
|
1626 |
+
"paa+etn+jp+ep+ecs",
|
1627 |
+
"paa+etn+jp+ep+ef",
|
1628 |
+
"paa+etn+jxc",
|
1629 |
+
"paa+etn+jxt",
|
1630 |
+
"paa+jxt",
|
1631 |
+
"pad+ecc",
|
1632 |
+
"pad+ecc+jxt",
|
1633 |
+
"pad+ecs",
|
1634 |
+
"pad+ecs+jxc",
|
1635 |
+
"pad+ecs+jxt",
|
1636 |
+
"pad+ecx",
|
1637 |
+
"pad+ecx+jcs",
|
1638 |
+
"pad+ecx+jxc",
|
1639 |
+
"pad+ecx+jxt",
|
1640 |
+
"pad+ecx+px+ecs",
|
1641 |
+
"pad+ecx+px+ecx+px+ecc+jxt",
|
1642 |
+
"pad+ef",
|
1643 |
+
"pad+ef+jcr",
|
1644 |
+
"pad+ef+jcr+jxt",
|
1645 |
+
"pad+ef+jxf",
|
1646 |
+
"pad+ef+jxt",
|
1647 |
+
"pad+ep+ecc",
|
1648 |
+
"pad+ep+ecs",
|
1649 |
+
"pad+ep+ef",
|
1650 |
+
"pad+ep+ef+jco",
|
1651 |
+
"pad+ep+etm",
|
1652 |
+
"pad+etm",
|
1653 |
+
"pad+etn",
|
1654 |
+
"pad+etn+jxt",
|
1655 |
+
"pvd+ecc+jxc",
|
1656 |
+
"pvd+ecs",
|
1657 |
+
"pvd+ecs+jp+ecs",
|
1658 |
+
"pvd+ecs+jxc",
|
1659 |
+
"pvd+ecs+jxt",
|
1660 |
+
"pvd+ecx",
|
1661 |
+
"pvd+ep+ef",
|
1662 |
+
"pvd+ep+etm",
|
1663 |
+
"pvd+etm",
|
1664 |
+
"pvd+etn",
|
1665 |
+
"pvd+etn+jca",
|
1666 |
+
"pvd+etn+jca+jxc",
|
1667 |
+
"pvg+ecc",
|
1668 |
+
"pvg+ecc+jxc",
|
1669 |
+
"pvg+ecc+jxt",
|
1670 |
+
"pvg+ecs",
|
1671 |
+
"pvg+ecs+ecs",
|
1672 |
+
"pvg+ecs+jca",
|
1673 |
+
"pvg+ecs+jca+jxt",
|
1674 |
+
"pvg+ecs+jcc",
|
1675 |
+
"pvg+ecs+jcm",
|
1676 |
+
"pvg+ecs+jco",
|
1677 |
+
"pvg+ecs+jcs",
|
1678 |
+
"pvg+ecs+jct",
|
1679 |
+
"pvg+ecs+jp+ecs",
|
1680 |
+
"pvg+ecs+jp+ef",
|
1681 |
+
"pvg+ecs+jp+ep+ecs",
|
1682 |
+
"pvg+ecs+jp+ep+ef",
|
1683 |
+
"pvg+ecs+jp+ep+ef+jcr",
|
1684 |
+
"pvg+ecs+jxc",
|
1685 |
+
"pvg+ecs+jxc+jcc",
|
1686 |
+
"pvg+ecs+jxc+jp+ef",
|
1687 |
+
"pvg+ecs+jxc+jp+ep+ef",
|
1688 |
+
"pvg+ecs+jxt",
|
1689 |
+
"pvg+ecx",
|
1690 |
+
"pvg+ecx+jco",
|
1691 |
+
"pvg+ecx+jxc",
|
1692 |
+
"pvg+ecx+jxt",
|
1693 |
+
"pvg+ecx+jxt+px+ep+ef",
|
1694 |
+
"pvg+ecx+px+ecc",
|
1695 |
+
"pvg+ecx+px+ecc+jxc",
|
1696 |
+
"pvg+ecx+px+ecc+jxt",
|
1697 |
+
"pvg+ecx+px+ecs",
|
1698 |
+
"pvg+ecx+px+ecs+jxc",
|
1699 |
+
"pvg+ecx+px+ecs+jxt",
|
1700 |
+
"pvg+ecx+px+ecx",
|
1701 |
+
"pvg+ecx+px+ecx+jco",
|
1702 |
+
"pvg+ecx+px+ecx+jxc",
|
1703 |
+
"pvg+ecx+px+ecx+jxt",
|
1704 |
+
"pvg+ecx+px+ecx+px+ecc",
|
1705 |
+
"pvg+ecx+px+ecx+px+ecs",
|
1706 |
+
"pvg+ecx+px+ecx+px+ecs+jxt",
|
1707 |
+
"pvg+ecx+px+ecx+px+ecx",
|
1708 |
+
"pvg+ecx+px+ecx+px+ecx+px+ecc",
|
1709 |
+
"pvg+ecx+px+ecx+px+ef",
|
1710 |
+
"pvg+ecx+px+ecx+px+ep+ecc",
|
1711 |
+
"pvg+ecx+px+ecx+px+ep+ef",
|
1712 |
+
"pvg+ecx+px+ecx+px+ep+etm",
|
1713 |
+
"pvg+ecx+px+ecx+px+ep+etn+jco",
|
1714 |
+
"pvg+ecx+px+ecx+px+etm",
|
1715 |
+
"pvg+ecx+px+ecx+px+etn",
|
1716 |
+
"pvg+ecx+px+ecx+px+etn+jca",
|
1717 |
+
"pvg+ecx+px+ef",
|
1718 |
+
"pvg+ecx+px+ef+jca",
|
1719 |
+
"pvg+ecx+px+ef+jcm",
|
1720 |
+
"pvg+ecx+px+ef+jcr",
|
1721 |
+
"pvg+ecx+px+ep+ecc",
|
1722 |
+
"pvg+ecx+px+ep+ecs",
|
1723 |
+
"pvg+ecx+px+ep+ecs+jxc",
|
1724 |
+
"pvg+ecx+px+ep+ef",
|
1725 |
+
"pvg+ecx+px+ep+ef+jcm",
|
1726 |
+
"pvg+ecx+px+ep+ef+jcr",
|
1727 |
+
"pvg+ecx+px+ep+ef+jxf",
|
1728 |
+
"pvg+ecx+px+ep+ep+ecs",
|
1729 |
+
"pvg+ecx+px+ep+etm",
|
1730 |
+
"pvg+ecx+px+ep+etn",
|
1731 |
+
"pvg+ecx+px+ep+etn+jca",
|
1732 |
+
"pvg+ecx+px+ep+etn+jca+jxc",
|
1733 |
+
"pvg+ecx+px+ep+etn+jco",
|
1734 |
+
"pvg+ecx+px+etm",
|
1735 |
+
"pvg+ecx+px+etn",
|
1736 |
+
"pvg+ecx+px+etn+jca",
|
1737 |
+
"pvg+ecx+px+etn+jca+jxc",
|
1738 |
+
"pvg+ecx+px+etn+jca+jxt",
|
1739 |
+
"pvg+ecx+px+etn+jco",
|
1740 |
+
"pvg+ecx+px+etn+jcs",
|
1741 |
+
"pvg+ecx+px+etn+jct",
|
1742 |
+
"pvg+ecx+px+etn+jxc",
|
1743 |
+
"pvg+ecx+px+etn+jxc+jxt",
|
1744 |
+
"pvg+ecx+px+etn+jxt",
|
1745 |
+
"pvg+ef",
|
1746 |
+
"pvg+ef+jca",
|
1747 |
+
"pvg+ef+jcm",
|
1748 |
+
"pvg+ef+jco",
|
1749 |
+
"pvg+ef+jcr",
|
1750 |
+
"pvg+ef+jcr+jxc",
|
1751 |
+
"pvg+ef+jcr+jxt",
|
1752 |
+
"pvg+ef+jcs",
|
1753 |
+
"pvg+ef+jp+ef+jcr",
|
1754 |
+
"pvg+ef+jp+etm",
|
1755 |
+
"pvg+ef+jxc",
|
1756 |
+
"pvg+ef+jxf",
|
1757 |
+
"pvg+ef+jxt",
|
1758 |
+
"pvg+ep+ecc",
|
1759 |
+
"pvg+ep+ecc+jxt",
|
1760 |
+
"pvg+ep+ecs",
|
1761 |
+
"pvg+ep+ecs+jca+jxt",
|
1762 |
+
"pvg+ep+ecs+jco",
|
1763 |
+
"pvg+ep+ecs+jxc",
|
1764 |
+
"pvg+ep+ecs+jxt",
|
1765 |
+
"pvg+ep+ecx",
|
1766 |
+
"pvg+ep+ecx+px+ef",
|
1767 |
+
"pvg+ep+ef",
|
1768 |
+
"pvg+ep+ef+jca",
|
1769 |
+
"pvg+ep+ef+jcm",
|
1770 |
+
"pvg+ep+ef+jco",
|
1771 |
+
"pvg+ep+ef+jcr",
|
1772 |
+
"pvg+ep+ef+jcr+jxc",
|
1773 |
+
"pvg+ep+ef+jcr+jxt",
|
1774 |
+
"pvg+ep+ef+jct",
|
1775 |
+
"pvg+ep+ef+jxc",
|
1776 |
+
"pvg+ep+ef+jxf",
|
1777 |
+
"pvg+ep+ef+jxt",
|
1778 |
+
"pvg+ep+ep+ef",
|
1779 |
+
"pvg+ep+ep+ef+jco",
|
1780 |
+
"pvg+ep+ep+ef+jxf",
|
1781 |
+
"pvg+ep+etm",
|
1782 |
+
"pvg+ep+etn",
|
1783 |
+
"pvg+ep+etn+jca",
|
1784 |
+
"pvg+ep+etn+jca+jxc",
|
1785 |
+
"pvg+ep+etn+jca+jxt",
|
1786 |
+
"pvg+ep+etn+jco",
|
1787 |
+
"pvg+ep+etn+jcs",
|
1788 |
+
"pvg+ep+etn+jxt",
|
1789 |
+
"pvg+etm",
|
1790 |
+
"pvg+etn",
|
1791 |
+
"pvg+etn+jca",
|
1792 |
+
"pvg+etn+jca+jxc",
|
1793 |
+
"pvg+etn+jca+jxt",
|
1794 |
+
"pvg+etn+jcc",
|
1795 |
+
"pvg+etn+jcj",
|
1796 |
+
"pvg+etn+jcm",
|
1797 |
+
"pvg+etn+jco",
|
1798 |
+
"pvg+etn+jcr",
|
1799 |
+
"pvg+etn+jcs",
|
1800 |
+
"pvg+etn+jct",
|
1801 |
+
"pvg+etn+jct+jxt",
|
1802 |
+
"pvg+etn+jp+ecc",
|
1803 |
+
"pvg+etn+jp+ecs",
|
1804 |
+
"pvg+etn+jp+ef",
|
1805 |
+
"pvg+etn+jp+ef+jcr",
|
1806 |
+
"pvg+etn+jp+ef+jcs",
|
1807 |
+
"pvg+etn+jp+ep+ef",
|
1808 |
+
"pvg+etn+jp+ep+ef+jcr",
|
1809 |
+
"pvg+etn+jp+etm",
|
1810 |
+
"pvg+etn+jxc",
|
1811 |
+
"pvg+etn+jxc+jca+jxt",
|
1812 |
+
"pvg+etn+jxc+jcm",
|
1813 |
+
"pvg+etn+jxc+jco",
|
1814 |
+
"pvg+etn+jxc+jcs",
|
1815 |
+
"pvg+etn+jxc+jxt",
|
1816 |
+
"pvg+etn+jxt",
|
1817 |
+
"pvg+etn+xsm+ecs",
|
1818 |
+
"pvg+etn+xsn+jcm",
|
1819 |
+
"px+ecc",
|
1820 |
+
"px+ecc+jxc",
|
1821 |
+
"px+ecc+jxc+jp+ef",
|
1822 |
+
"px+ecc+jxt",
|
1823 |
+
"px+ecs",
|
1824 |
+
"px+ecs+jca",
|
1825 |
+
"px+ecs+jcc",
|
1826 |
+
"px+ecs+jcj",
|
1827 |
+
"px+ecs+jcm",
|
1828 |
+
"px+ecs+jco",
|
1829 |
+
"px+ecs+jp+ep+ef",
|
1830 |
+
"px+ecs+jxc",
|
1831 |
+
"px+ecs+jxt",
|
1832 |
+
"px+ecx",
|
1833 |
+
"px+ecx+jxc",
|
1834 |
+
"px+ecx+jxt",
|
1835 |
+
"px+ecx+px+ecs",
|
1836 |
+
"px+ecx+px+ecx",
|
1837 |
+
"px+ecx+px+ef",
|
1838 |
+
"px+ecx+px+ef+jcr",
|
1839 |
+
"px+ecx+px+ep+ef",
|
1840 |
+
"px+ecx+px+etm",
|
1841 |
+
"px+ecx+px+etn+jca",
|
1842 |
+
"px+ef",
|
1843 |
+
"px+ef+etm",
|
1844 |
+
"px+ef+jca",
|
1845 |
+
"px+ef+jca+jxc",
|
1846 |
+
"px+ef+jcj",
|
1847 |
+
"px+ef+jcm",
|
1848 |
+
"px+ef+jco",
|
1849 |
+
"px+ef+jcr",
|
1850 |
+
"px+ef+jcr+jxc",
|
1851 |
+
"px+ef+jcs",
|
1852 |
+
"px+ef+jp+etm",
|
1853 |
+
"px+ef+jxc",
|
1854 |
+
"px+ef+jxf",
|
1855 |
+
"px+ef+jxt",
|
1856 |
+
"px+ep+ecc",
|
1857 |
+
"px+ep+ecs",
|
1858 |
+
"px+ep+ecs+jxc",
|
1859 |
+
"px+ep+ecs+jxt",
|
1860 |
+
"px+ep+ecx",
|
1861 |
+
"px+ep+ef",
|
1862 |
+
"px+ep+ef+jca",
|
1863 |
+
"px+ep+ef+jco",
|
1864 |
+
"px+ep+ef+jcr",
|
1865 |
+
"px+ep+ef+jcr+jxc",
|
1866 |
+
"px+ep+ef+jxf",
|
1867 |
+
"px+ep+ep+ef",
|
1868 |
+
"px+ep+ep+ef+jxf",
|
1869 |
+
"px+ep+etm",
|
1870 |
+
"px+ep+etn",
|
1871 |
+
"px+ep+etn+jca",
|
1872 |
+
"px+ep+etn+jca+jxc",
|
1873 |
+
"px+ep+etn+jco",
|
1874 |
+
"px+ep+etn+jcs",
|
1875 |
+
"px+ep+etn+jxc",
|
1876 |
+
"px+ep+etn+jxt",
|
1877 |
+
"px+etm",
|
1878 |
+
"px+etn",
|
1879 |
+
"px+etn+jca",
|
1880 |
+
"px+etn+jca+jxc",
|
1881 |
+
"px+etn+jca+jxt",
|
1882 |
+
"px+etn+jco",
|
1883 |
+
"px+etn+jcs",
|
1884 |
+
"px+etn+jct",
|
1885 |
+
"px+etn+jxc",
|
1886 |
+
"px+etn+jxc+jxt",
|
1887 |
+
"px+etn+jxt",
|
1888 |
+
"sf",
|
1889 |
+
"sl",
|
1890 |
+
"sp",
|
1891 |
+
"sr",
|
1892 |
+
"su",
|
1893 |
+
"su+jca",
|
1894 |
+
"su+jcm",
|
1895 |
+
"xp+nbn",
|
1896 |
+
"xp+nbu",
|
1897 |
+
"xp+ncn",
|
1898 |
+
"xp+ncn+jca",
|
1899 |
+
"xp+ncn+jcm",
|
1900 |
+
"xp+ncn+jco",
|
1901 |
+
"xp+ncn+jcs",
|
1902 |
+
"xp+ncn+jp+ef",
|
1903 |
+
"xp+ncn+jp+ep+ef",
|
1904 |
+
"xp+ncn+jxt",
|
1905 |
+
"xp+ncn+ncn+jca",
|
1906 |
+
"xp+ncn+ncn+jcm",
|
1907 |
+
"xp+ncn+ncn+jco",
|
1908 |
+
"xp+ncn+ncpa+jco",
|
1909 |
+
"xp+ncn+xsn",
|
1910 |
+
"xp+ncn+xsn+jca",
|
1911 |
+
"xp+ncn+xsn+jcm",
|
1912 |
+
"xp+ncn+xsn+jp+ef",
|
1913 |
+
"xp+ncn+xsn+jp+etm",
|
1914 |
+
"xp+ncpa",
|
1915 |
+
"xp+ncpa+jca",
|
1916 |
+
"xp+ncpa+jcm",
|
1917 |
+
"xp+ncpa+jco",
|
1918 |
+
"xp+ncpa+ncn+jcm",
|
1919 |
+
"xp+ncpa+ncn+jco",
|
1920 |
+
"xp+ncpa+ncpa+jco",
|
1921 |
+
"xp+ncpa+xsn",
|
1922 |
+
"xp+ncpa+xsn+jp+etm",
|
1923 |
+
"xp+ncpa+xsv+ecc",
|
1924 |
+
"xp+ncpa+xsv+ecs",
|
1925 |
+
"xp+ncpa+xsv+ecx",
|
1926 |
+
"xp+ncpa+xsv+ef",
|
1927 |
+
"xp+ncpa+xsv+ef+jcr",
|
1928 |
+
"xp+ncpa+xsv+ep+ef",
|
1929 |
+
"xp+ncpa+xsv+etm",
|
1930 |
+
"xp+ncpa+xsv+etn+jca",
|
1931 |
+
"xp+ncps",
|
1932 |
+
"xp+ncps+xsm+ecs",
|
1933 |
+
"xp+ncps+xsm+ecx",
|
1934 |
+
"xp+ncps+xsm+ef",
|
1935 |
+
"xp+ncps+xsm+ep+ef",
|
1936 |
+
"xp+ncps+xsm+etm",
|
1937 |
+
"xp+ncps+xsn",
|
1938 |
+
"xp+nnc",
|
1939 |
+
"xp+nnc+jcm",
|
1940 |
+
"xp+nnc+nbn",
|
1941 |
+
"xp+nnc+nbu",
|
1942 |
+
"xp+nnc+nbu+jcs",
|
1943 |
+
"xp+nnc+ncn",
|
1944 |
+
"xp+nnc+ncn+jca",
|
1945 |
+
"xp+nnc+ncn+jcm",
|
1946 |
+
"xp+nnc+ncn+jcs",
|
1947 |
+
"xp+nnc+ncn+jp+ef+jcr",
|
1948 |
+
"xp+nno",
|
1949 |
+
"xp+nno+jcm",
|
1950 |
+
"xp+nno+nbn+jca",
|
1951 |
+
"xp+nno+nbu",
|
1952 |
+
"xp+nno+nbu+jcs",
|
1953 |
+
"xp+nno+ncn",
|
1954 |
+
"xp+nno+ncn+jca",
|
1955 |
+
"xp+nno+ncn+jcs",
|
1956 |
+
"xp+nno+ncn+jxt",
|
1957 |
+
"xp+nq",
|
1958 |
+
"xp+nq+ncn+jca",
|
1959 |
+
"xp+nq+ncpa",
|
1960 |
+
"xp+nq+ncpa+jco",
|
1961 |
+
"xp+nq+ncpa+jp+etm",
|
1962 |
+
"xsm+etm",
|
1963 |
+
"xsn",
|
1964 |
+
"xsn+jca",
|
1965 |
+
"xsn+jca+jxt",
|
1966 |
+
"xsn+jco",
|
1967 |
+
"xsn+jcs",
|
1968 |
+
"xsn+jp+ef",
|
1969 |
+
"xsn+jp+ep+ef",
|
1970 |
+
"xsn+jxc+jca+jxt",
|
1971 |
+
"xsn+jxc+jcs",
|
1972 |
+
"xsn+jxt",
|
1973 |
+
"xsv+ecc",
|
1974 |
+
"xsv+ecs",
|
1975 |
+
"xsv+ecx+px+ep+ef",
|
1976 |
+
"xsv+ep+ecx",
|
1977 |
+
"xsv+etm"
|
1978 |
+
],
|
1979 |
+
"neg_prefix":"!",
|
1980 |
+
"overwrite":false
|
1981 |
+
}
|
tagger/model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e493f90a96f57aac222be05b348f76e6eba5f9faf4df5f7b1e3513e8e787d63e
|
3 |
+
size 6075701
|
transformer/cfg
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"max_batch_items":4096
|
3 |
+
}
|
transformer/model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6954833cf1d6621a37baae519e5322d91f1ce54e244d0bf2dbe65e2ce3a755b0
|
3 |
+
size 1126406104
|
vocab/key2row
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
�
|
vocab/lookups.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:76be8b528d0075f7aae98d6fa57a6d3c83ae480a8469e668d7b0af968995ac71
|
3 |
+
size 1
|
vocab/strings.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:309f47436b621bcffab10c2d34941b57c366b3a25f0b8f8fd623c66810b3cfe6
|
3 |
+
size 9527845
|
vocab/vectors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:14772b683e726436d5948ad3fff2b43d036ef2ebbe3458aafed6004e05a40706
|
3 |
+
size 128
|
vocab/vectors.cfg
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"mode":"default"
|
3 |
+
}
|