Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
multi-label-classification
Languages:
English
Size:
10K - 100K
License:
Add PoetryFoundationSubjectsClassification (L1/L2 multi-label, AGPL-3.0)
Browse files- README.md +169 -3
- data/test-00000-of-00001.parquet +3 -0
- data/train-00000-of-00001.parquet +3 -0
- data/validation-00000-of-00001.parquet +3 -0
- dataset_infos.yaml +46 -0
- label_taxonomy.json +519 -0
README.md
CHANGED
|
@@ -1,3 +1,169 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: agpl-3.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: agpl-3.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-classification
|
| 5 |
+
task_ids:
|
| 6 |
+
- multi-label-classification
|
| 7 |
+
language:
|
| 8 |
+
- en
|
| 9 |
+
multilinguality:
|
| 10 |
+
- monolingual
|
| 11 |
+
size_categories:
|
| 12 |
+
- 10K<n<100K
|
| 13 |
+
pretty_name: PoetryFoundationSubjectsClassification
|
| 14 |
+
tags:
|
| 15 |
+
- poetry
|
| 16 |
+
- multi-label-classification
|
| 17 |
+
- theme-classification
|
| 18 |
+
- subjects
|
| 19 |
+
- mteb
|
| 20 |
+
- poetrymteb
|
| 21 |
+
- embedding-evaluation
|
| 22 |
+
annotations_creators:
|
| 23 |
+
- derived
|
| 24 |
+
source_datasets:
|
| 25 |
+
- suayptalha/Poetry-Foundation-Poems
|
| 26 |
+
configs:
|
| 27 |
+
- config_name: default
|
| 28 |
+
data_files:
|
| 29 |
+
- split: train
|
| 30 |
+
path: data/train-*
|
| 31 |
+
- split: validation
|
| 32 |
+
path: data/validation-*
|
| 33 |
+
- split: test
|
| 34 |
+
path: data/test-*
|
| 35 |
+
default: true
|
| 36 |
+
dataset_info:
|
| 37 |
+
- config_name: default
|
| 38 |
+
features:
|
| 39 |
+
- name: id
|
| 40 |
+
dtype: string
|
| 41 |
+
- name: title
|
| 42 |
+
dtype: string
|
| 43 |
+
- name: author
|
| 44 |
+
dtype: string
|
| 45 |
+
- name: poem
|
| 46 |
+
dtype: string
|
| 47 |
+
- name: labels_l1
|
| 48 |
+
sequence: string
|
| 49 |
+
- name: labels_l2
|
| 50 |
+
sequence: string
|
| 51 |
+
- name: labels_l1_names
|
| 52 |
+
sequence: string
|
| 53 |
+
- name: labels_l2_names
|
| 54 |
+
sequence: string
|
| 55 |
+
splits:
|
| 56 |
+
- name: train
|
| 57 |
+
num_examples: 10259
|
| 58 |
+
- name: validation
|
| 59 |
+
num_examples: 1283
|
| 60 |
+
- name: test
|
| 61 |
+
num_examples: 1283
|
| 62 |
+
---
|
| 63 |
+
|
| 64 |
+
# PoetryFoundationSubjectsClassification
|
| 65 |
+
|
| 66 |
+
Multi-label **poetry subject / theme classification** dataset for PoetryMTEB embedding evaluation, derived from Poetry Foundation poem subjects.
|
| 67 |
+
|
| 68 |
+
## Dataset Card
|
| 69 |
+
|
| 70 |
+
| Item | Description |
|
| 71 |
+
|------|-------------|
|
| 72 |
+
| **Source** | [suayptalha/Poetry-Foundation-Poems](https://huggingface.co/datasets/suayptalha/Poetry-Foundation-Poems); subject taxonomy aligned with [Poetry Foundation Topics](https://www.poetryfoundation.org/topics) |
|
| 73 |
+
| **Languages** | English (`en`) |
|
| 74 |
+
| **Size** | train=10259; validation=1283; test=1283 (poems with ≥1 mapped subject) |
|
| 75 |
+
| **Label type** | Multi-label subjects at two granularities: L1 (coarse) and L2 (fine), with hierarchical codes |
|
| 76 |
+
| **Splits** | Poet-aware ~8:1:1 split (`train` / `validation` / `test`) |
|
| 77 |
+
| **Construction** | Parse original `Tags` → exclude occasions/holidays & emotion-like tags → alias to official subject names → assign `S{i}` / `S{i}-{j}` codes |
|
| 78 |
+
| **License** | [GNU Affero General Public License v3.0](https://www.gnu.org/licenses/agpl-3.0.html) (same family as the upstream HF dataset) |
|
| 79 |
+
| **Evaluation metrics** | Multi-label classification on embeddings: **macro/micro F1**, **Average Precision (AP)**; evaluate **L1 and L2 separately** |
|
| 80 |
+
|
| 81 |
+
---
|
| 82 |
+
|
| 83 |
+
## Features
|
| 84 |
+
|
| 85 |
+
| Field | Type | Description |
|
| 86 |
+
|-------|------|-------------|
|
| 87 |
+
| `id` | string | Example id |
|
| 88 |
+
| `title` | string | Poem title |
|
| 89 |
+
| `author` | string | Poet name |
|
| 90 |
+
| `poem` | string | Poem body |
|
| 91 |
+
| `labels_l1` | list[string] | Coarse subject codes, e.g. `S1`, `S6` |
|
| 92 |
+
| `labels_l2` | list[string] | Fine subject codes with parent index, e.g. `S1-8`, `S6-6` |
|
| 93 |
+
| `labels_l1_names` | list[string] | Human-readable L1 names |
|
| 94 |
+
| `labels_l2_names` | list[string] | Human-readable paths `Parent/Child` |
|
| 95 |
+
|
| 96 |
+
Full codebook: `label_taxonomy.json`.
|
| 97 |
+
|
| 98 |
+
### L1 codes
|
| 99 |
+
|
| 100 |
+
| Code | Subject |
|
| 101 |
+
|------|---------|
|
| 102 |
+
| `S1` | Love |
|
| 103 |
+
| `S2` | Nature |
|
| 104 |
+
| `S3` | Social Commentaries |
|
| 105 |
+
| `S4` | History & Politics |
|
| 106 |
+
| `S5` | Religion |
|
| 107 |
+
| `S6` | Living |
|
| 108 |
+
| `S7` | Time & Brevity |
|
| 109 |
+
| `S8` | Relationships |
|
| 110 |
+
| `S9` | Activities |
|
| 111 |
+
| `S10` | Arts & Sciences |
|
| 112 |
+
| `S11` | Mythology & Folklore |
|
| 113 |
+
|
| 114 |
+
L2 codes are `S{i}-{j}` where `j` is the child index under that L1 (see taxonomy file). Example: `Living/Health & Illness` → `S6-6` (index depends on Living child order).
|
| 115 |
+
|
| 116 |
+
---
|
| 117 |
+
|
| 118 |
+
## Construction method
|
| 119 |
+
|
| 120 |
+
1. **Upstream text & tags** from [suayptalha/Poetry-Foundation-Poems](https://huggingface.co/datasets/suayptalha/Poetry-Foundation-Poems) (`Title`, `Poet`, `Poem`, `Tags`).
|
| 121 |
+
2. **Taxonomy** follows Poetry Foundation [Topics / Subjects](https://www.poetryfoundation.org/topics), with project adjustments:
|
| 122 |
+
- Occasions/holidays excluded
|
| 123 |
+
- Emotion-like `The Mind` / `Horror` excluded from subject labels
|
| 124 |
+
- `Health & Illness` placed under **Living**
|
| 125 |
+
- Dataset aliases (e.g. `Death`→`Death & Dying`, `First Love`→`New Love`)
|
| 126 |
+
- `Classic Love` kept as a Love L2 leaf
|
| 127 |
+
3. **Hierarchical codes**: L1=`S{i}`; L2=`S{i}-{j}` (parent index explicit in the L2 code).
|
| 128 |
+
4. **Split**: group by author, then allocate poet groups to train/validation/test ≈ 80%/10%/10%.
|
| 129 |
+
|
| 130 |
+
---
|
| 131 |
+
|
| 132 |
+
## Label statistics (all splits pooled)
|
| 133 |
+
|
| 134 |
+
| Level | #label types | notes |
|
| 135 |
+
|-------|-------------:|-------|
|
| 136 |
+
| L1 | 11 | codes in use |
|
| 137 |
+
| L2 | 71 | codes in use |
|
| 138 |
+
| Avg L1 / poem | 2.55 | |
|
| 139 |
+
| Avg L2 / poem | 2.27 | |
|
| 140 |
+
|
| 141 |
+
---
|
| 142 |
+
|
| 143 |
+
## How to load
|
| 144 |
+
|
| 145 |
+
```python
|
| 146 |
+
from datasets import load_dataset
|
| 147 |
+
|
| 148 |
+
ds = load_dataset("PoetryMTEB/PoetryFoundationSubjectsClassification")
|
| 149 |
+
print(ds["test"][0]["title"], ds["test"][0]["labels_l1"], ds["test"][0]["labels_l2_names"])
|
| 150 |
+
```
|
| 151 |
+
|
| 152 |
+
For embedding evaluation, encode `poem` (optionally prepend `title`), then train multi-label classifiers separately on `labels_l1` and `labels_l2`.
|
| 153 |
+
|
| 154 |
+
---
|
| 155 |
+
|
| 156 |
+
## License
|
| 157 |
+
|
| 158 |
+
Distributed under **GNU Affero General Public License v3.0 (AGPL-3.0)**, consistent with the upstream dataset license on Hugging Face.
|
| 159 |
+
|
| 160 |
+
---
|
| 161 |
+
|
| 162 |
+
## Citation / provenance
|
| 163 |
+
|
| 164 |
+
Please credit the upstream corpus and Poetry Foundation subject browsing structure:
|
| 165 |
+
|
| 166 |
+
- Dataset: [https://huggingface.co/datasets/suayptalha/Poetry-Foundation-Poems](https://huggingface.co/datasets/suayptalha/Poetry-Foundation-Poems)
|
| 167 |
+
- Subjects / topics: [https://www.poetryfoundation.org/topics](https://www.poetryfoundation.org/topics)
|
| 168 |
+
|
| 169 |
+
This Hub packaging: `PoetryMTEB/PoetryFoundationSubjectsClassification`.
|
data/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e8d1ea442acef5948e976824c0a240ccf931ead429237911077c47ec3f838b94
|
| 3 |
+
size 1408682
|
data/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9b64ab5f8229d594701ee613c93270e89bea444bb0b4f7324e4aef326623a2c1
|
| 3 |
+
size 11275495
|
data/validation-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8dac5e36a0c749d92959307d553aef1bc5c5688034c1b9310637058e0315b91b
|
| 3 |
+
size 1309910
|
dataset_infos.yaml
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
configs:
|
| 2 |
+
- config_name: default
|
| 3 |
+
data_files:
|
| 4 |
+
- path: data/train-*.parquet
|
| 5 |
+
split: train
|
| 6 |
+
- path: data/validation-*.parquet
|
| 7 |
+
split: validation
|
| 8 |
+
- path: data/test-*.parquet
|
| 9 |
+
split: test
|
| 10 |
+
default: true
|
| 11 |
+
dataset_info:
|
| 12 |
+
configs:
|
| 13 |
+
- config_name: default
|
| 14 |
+
dataset_size: 13994087
|
| 15 |
+
download_size: 13994087
|
| 16 |
+
features:
|
| 17 |
+
- dtype: string
|
| 18 |
+
name: id
|
| 19 |
+
- dtype: string
|
| 20 |
+
name: title
|
| 21 |
+
- dtype: string
|
| 22 |
+
name: author
|
| 23 |
+
- dtype: string
|
| 24 |
+
name: poem
|
| 25 |
+
- dtype: string
|
| 26 |
+
sequence: true
|
| 27 |
+
name: labels_l1
|
| 28 |
+
- dtype: string
|
| 29 |
+
sequence: true
|
| 30 |
+
name: labels_l2
|
| 31 |
+
- dtype: string
|
| 32 |
+
sequence: true
|
| 33 |
+
name: labels_l1_names
|
| 34 |
+
- dtype: string
|
| 35 |
+
sequence: true
|
| 36 |
+
name: labels_l2_names
|
| 37 |
+
splits:
|
| 38 |
+
- name: train
|
| 39 |
+
num_bytes: 11275495
|
| 40 |
+
num_examples: 10259
|
| 41 |
+
- name: validation
|
| 42 |
+
num_bytes: 1309910
|
| 43 |
+
num_examples: 1283
|
| 44 |
+
- name: test
|
| 45 |
+
num_bytes: 1408682
|
| 46 |
+
num_examples: 1283
|
label_taxonomy.json
ADDED
|
@@ -0,0 +1,519 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"description": "Hierarchical subject codes for PoetryFoundationSubjectsClassification",
|
| 3 |
+
"l1": {
|
| 4 |
+
"S1": "Love",
|
| 5 |
+
"S2": "Nature",
|
| 6 |
+
"S3": "Social Commentaries",
|
| 7 |
+
"S4": "History & Politics",
|
| 8 |
+
"S5": "Religion",
|
| 9 |
+
"S6": "Living",
|
| 10 |
+
"S7": "Time & Brevity",
|
| 11 |
+
"S8": "Relationships",
|
| 12 |
+
"S9": "Activities",
|
| 13 |
+
"S10": "Arts & Sciences",
|
| 14 |
+
"S11": "Mythology & Folklore"
|
| 15 |
+
},
|
| 16 |
+
"l2": {
|
| 17 |
+
"S1-1": {
|
| 18 |
+
"name": "Love/Desire & Erotic Love",
|
| 19 |
+
"parent": "S1"
|
| 20 |
+
},
|
| 21 |
+
"S1-2": {
|
| 22 |
+
"name": "Love/Familial Love",
|
| 23 |
+
"parent": "S1"
|
| 24 |
+
},
|
| 25 |
+
"S1-3": {
|
| 26 |
+
"name": "Love/Heartache & Loss",
|
| 27 |
+
"parent": "S1"
|
| 28 |
+
},
|
| 29 |
+
"S1-4": {
|
| 30 |
+
"name": "Love/Infatuation & Crushes",
|
| 31 |
+
"parent": "S1"
|
| 32 |
+
},
|
| 33 |
+
"S1-5": {
|
| 34 |
+
"name": "Love/New Love",
|
| 35 |
+
"parent": "S1"
|
| 36 |
+
},
|
| 37 |
+
"S1-6": {
|
| 38 |
+
"name": "Love/Realistic & Complicated",
|
| 39 |
+
"parent": "S1"
|
| 40 |
+
},
|
| 41 |
+
"S1-7": {
|
| 42 |
+
"name": "Love/Romantic Love",
|
| 43 |
+
"parent": "S1"
|
| 44 |
+
},
|
| 45 |
+
"S1-8": {
|
| 46 |
+
"name": "Love/Classic Love",
|
| 47 |
+
"parent": "S1"
|
| 48 |
+
},
|
| 49 |
+
"S1-9": {
|
| 50 |
+
"name": "Love/Unrequited Love",
|
| 51 |
+
"parent": "S1"
|
| 52 |
+
},
|
| 53 |
+
"S2-1": {
|
| 54 |
+
"name": "Nature/Spring",
|
| 55 |
+
"parent": "S2"
|
| 56 |
+
},
|
| 57 |
+
"S2-2": {
|
| 58 |
+
"name": "Nature/Summer",
|
| 59 |
+
"parent": "S2"
|
| 60 |
+
},
|
| 61 |
+
"S2-3": {
|
| 62 |
+
"name": "Nature/Fall",
|
| 63 |
+
"parent": "S2"
|
| 64 |
+
},
|
| 65 |
+
"S2-4": {
|
| 66 |
+
"name": "Nature/Winter",
|
| 67 |
+
"parent": "S2"
|
| 68 |
+
},
|
| 69 |
+
"S2-5": {
|
| 70 |
+
"name": "Nature/Animals",
|
| 71 |
+
"parent": "S2"
|
| 72 |
+
},
|
| 73 |
+
"S2-6": {
|
| 74 |
+
"name": "Nature/Bodies of Water",
|
| 75 |
+
"parent": "S2"
|
| 76 |
+
},
|
| 77 |
+
"S2-7": {
|
| 78 |
+
"name": "Nature/Landscapes & Pastorals",
|
| 79 |
+
"parent": "S2"
|
| 80 |
+
},
|
| 81 |
+
"S2-8": {
|
| 82 |
+
"name": "Nature/Plants & Fungi",
|
| 83 |
+
"parent": "S2"
|
| 84 |
+
},
|
| 85 |
+
"S2-9": {
|
| 86 |
+
"name": "Nature/Stars, Moons, & Space",
|
| 87 |
+
"parent": "S2"
|
| 88 |
+
},
|
| 89 |
+
"S2-10": {
|
| 90 |
+
"name": "Nature/Weather",
|
| 91 |
+
"parent": "S2"
|
| 92 |
+
},
|
| 93 |
+
"S3-1": {
|
| 94 |
+
"name": "Social Commentaries/Cities & Urban Life",
|
| 95 |
+
"parent": "S3"
|
| 96 |
+
},
|
| 97 |
+
"S3-2": {
|
| 98 |
+
"name": "Social Commentaries/Class & Labor",
|
| 99 |
+
"parent": "S3"
|
| 100 |
+
},
|
| 101 |
+
"S3-3": {
|
| 102 |
+
"name": "Social Commentaries/Environment",
|
| 103 |
+
"parent": "S3"
|
| 104 |
+
},
|
| 105 |
+
"S3-4": {
|
| 106 |
+
"name": "Social Commentaries/Gender & Sexuality",
|
| 107 |
+
"parent": "S3"
|
| 108 |
+
},
|
| 109 |
+
"S3-5": {
|
| 110 |
+
"name": "Social Commentaries/Immigration",
|
| 111 |
+
"parent": "S3"
|
| 112 |
+
},
|
| 113 |
+
"S3-6": {
|
| 114 |
+
"name": "Social Commentaries/Incarceration & Justice",
|
| 115 |
+
"parent": "S3"
|
| 116 |
+
},
|
| 117 |
+
"S3-7": {
|
| 118 |
+
"name": "Social Commentaries/Popular Culture",
|
| 119 |
+
"parent": "S3"
|
| 120 |
+
},
|
| 121 |
+
"S3-8": {
|
| 122 |
+
"name": "Social Commentaries/Race & Ethnicity",
|
| 123 |
+
"parent": "S3"
|
| 124 |
+
},
|
| 125 |
+
"S3-9": {
|
| 126 |
+
"name": "Social Commentaries/Rural & Country Life",
|
| 127 |
+
"parent": "S3"
|
| 128 |
+
},
|
| 129 |
+
"S3-10": {
|
| 130 |
+
"name": "Social Commentaries/Technology",
|
| 131 |
+
"parent": "S3"
|
| 132 |
+
},
|
| 133 |
+
"S3-11": {
|
| 134 |
+
"name": "Social Commentaries/War & Conflict",
|
| 135 |
+
"parent": "S3"
|
| 136 |
+
},
|
| 137 |
+
"S4-1": {
|
| 138 |
+
"name": "History & Politics/Money & Economics",
|
| 139 |
+
"parent": "S4"
|
| 140 |
+
},
|
| 141 |
+
"S5-1": {
|
| 142 |
+
"name": "Religion/Buddhism",
|
| 143 |
+
"parent": "S5"
|
| 144 |
+
},
|
| 145 |
+
"S5-2": {
|
| 146 |
+
"name": "Religion/Christianity",
|
| 147 |
+
"parent": "S5"
|
| 148 |
+
},
|
| 149 |
+
"S5-3": {
|
| 150 |
+
"name": "Religion/Faith & Doubt",
|
| 151 |
+
"parent": "S5"
|
| 152 |
+
},
|
| 153 |
+
"S5-4": {
|
| 154 |
+
"name": "Religion/God & the Divine",
|
| 155 |
+
"parent": "S5"
|
| 156 |
+
},
|
| 157 |
+
"S5-5": {
|
| 158 |
+
"name": "Religion/Islam",
|
| 159 |
+
"parent": "S5"
|
| 160 |
+
},
|
| 161 |
+
"S5-6": {
|
| 162 |
+
"name": "Religion/Judaism",
|
| 163 |
+
"parent": "S5"
|
| 164 |
+
},
|
| 165 |
+
"S5-7": {
|
| 166 |
+
"name": "Religion/Other Religions",
|
| 167 |
+
"parent": "S5"
|
| 168 |
+
},
|
| 169 |
+
"S5-8": {
|
| 170 |
+
"name": "Religion/The Spiritual",
|
| 171 |
+
"parent": "S5"
|
| 172 |
+
},
|
| 173 |
+
"S6-1": {
|
| 174 |
+
"name": "Living/Aging",
|
| 175 |
+
"parent": "S6"
|
| 176 |
+
},
|
| 177 |
+
"S6-2": {
|
| 178 |
+
"name": "Living/Birth & Infancy",
|
| 179 |
+
"parent": "S6"
|
| 180 |
+
},
|
| 181 |
+
"S6-3": {
|
| 182 |
+
"name": "Living/Coming of Age",
|
| 183 |
+
"parent": "S6"
|
| 184 |
+
},
|
| 185 |
+
"S6-4": {
|
| 186 |
+
"name": "Living/Death & Dying",
|
| 187 |
+
"parent": "S6"
|
| 188 |
+
},
|
| 189 |
+
"S6-5": {
|
| 190 |
+
"name": "Living/Mourning",
|
| 191 |
+
"parent": "S6"
|
| 192 |
+
},
|
| 193 |
+
"S6-6": {
|
| 194 |
+
"name": "Living/Health & Illness",
|
| 195 |
+
"parent": "S6"
|
| 196 |
+
},
|
| 197 |
+
"S6-7": {
|
| 198 |
+
"name": "Living/Parenthood",
|
| 199 |
+
"parent": "S6"
|
| 200 |
+
},
|
| 201 |
+
"S6-8": {
|
| 202 |
+
"name": "Living/Youth",
|
| 203 |
+
"parent": "S6"
|
| 204 |
+
},
|
| 205 |
+
"S8-1": {
|
| 206 |
+
"name": "Relationships/Breakups & Separation",
|
| 207 |
+
"parent": "S8"
|
| 208 |
+
},
|
| 209 |
+
"S8-2": {
|
| 210 |
+
"name": "Relationships/Community",
|
| 211 |
+
"parent": "S8"
|
| 212 |
+
},
|
| 213 |
+
"S8-3": {
|
| 214 |
+
"name": "Relationships/Family & Ancestors",
|
| 215 |
+
"parent": "S8"
|
| 216 |
+
},
|
| 217 |
+
"S8-4": {
|
| 218 |
+
"name": "Relationships/Friendship",
|
| 219 |
+
"parent": "S8"
|
| 220 |
+
},
|
| 221 |
+
"S8-5": {
|
| 222 |
+
"name": "Relationships/Home Life",
|
| 223 |
+
"parent": "S8"
|
| 224 |
+
},
|
| 225 |
+
"S8-6": {
|
| 226 |
+
"name": "Relationships/LGBTQ+",
|
| 227 |
+
"parent": "S8"
|
| 228 |
+
},
|
| 229 |
+
"S8-7": {
|
| 230 |
+
"name": "Relationships/Marriage & Companionship",
|
| 231 |
+
"parent": "S8"
|
| 232 |
+
},
|
| 233 |
+
"S8-8": {
|
| 234 |
+
"name": "Relationships/Pets & Domestic Animals",
|
| 235 |
+
"parent": "S8"
|
| 236 |
+
},
|
| 237 |
+
"S9-1": {
|
| 238 |
+
"name": "Activities/Eating & Drinking",
|
| 239 |
+
"parent": "S9"
|
| 240 |
+
},
|
| 241 |
+
"S9-2": {
|
| 242 |
+
"name": "Activities/Gardening & Farming",
|
| 243 |
+
"parent": "S9"
|
| 244 |
+
},
|
| 245 |
+
"S9-3": {
|
| 246 |
+
"name": "Activities/Indoor Activities",
|
| 247 |
+
"parent": "S9"
|
| 248 |
+
},
|
| 249 |
+
"S9-4": {
|
| 250 |
+
"name": "Activities/Jobs & Working",
|
| 251 |
+
"parent": "S9"
|
| 252 |
+
},
|
| 253 |
+
"S9-5": {
|
| 254 |
+
"name": "Activities/Sports & Outdoor Activities",
|
| 255 |
+
"parent": "S9"
|
| 256 |
+
},
|
| 257 |
+
"S9-6": {
|
| 258 |
+
"name": "Activities/Study & Knowledge",
|
| 259 |
+
"parent": "S9"
|
| 260 |
+
},
|
| 261 |
+
"S9-7": {
|
| 262 |
+
"name": "Activities/Travels & Journeys",
|
| 263 |
+
"parent": "S9"
|
| 264 |
+
},
|
| 265 |
+
"S10-1": {
|
| 266 |
+
"name": "Arts & Sciences/Architecture & Design",
|
| 267 |
+
"parent": "S10"
|
| 268 |
+
},
|
| 269 |
+
"S10-2": {
|
| 270 |
+
"name": "Arts & Sciences/Language & Linguistics",
|
| 271 |
+
"parent": "S10"
|
| 272 |
+
},
|
| 273 |
+
"S10-3": {
|
| 274 |
+
"name": "Arts & Sciences/Music",
|
| 275 |
+
"parent": "S10"
|
| 276 |
+
},
|
| 277 |
+
"S10-4": {
|
| 278 |
+
"name": "Arts & Sciences/Painting & Sculpture",
|
| 279 |
+
"parent": "S10"
|
| 280 |
+
},
|
| 281 |
+
"S10-5": {
|
| 282 |
+
"name": "Arts & Sciences/Philosophy",
|
| 283 |
+
"parent": "S10"
|
| 284 |
+
},
|
| 285 |
+
"S10-6": {
|
| 286 |
+
"name": "Arts & Sciences/Poetry & Poets",
|
| 287 |
+
"parent": "S10"
|
| 288 |
+
},
|
| 289 |
+
"S10-7": {
|
| 290 |
+
"name": "Arts & Sciences/Photography & Film",
|
| 291 |
+
"parent": "S10"
|
| 292 |
+
},
|
| 293 |
+
"S10-8": {
|
| 294 |
+
"name": "Arts & Sciences/Reading & Books",
|
| 295 |
+
"parent": "S10"
|
| 296 |
+
},
|
| 297 |
+
"S10-9": {
|
| 298 |
+
"name": "Arts & Sciences/Sciences",
|
| 299 |
+
"parent": "S10"
|
| 300 |
+
},
|
| 301 |
+
"S10-10": {
|
| 302 |
+
"name": "Arts & Sciences/Theater & Dance",
|
| 303 |
+
"parent": "S10"
|
| 304 |
+
},
|
| 305 |
+
"S11-1": {
|
| 306 |
+
"name": "Mythology & Folklore/Fairy-tales & Legends",
|
| 307 |
+
"parent": "S11"
|
| 308 |
+
},
|
| 309 |
+
"S11-2": {
|
| 310 |
+
"name": "Mythology & Folklore/Ghosts & the Supernatural",
|
| 311 |
+
"parent": "S11"
|
| 312 |
+
},
|
| 313 |
+
"S11-3": {
|
| 314 |
+
"name": "Mythology & Folklore/Greek & Roman Mythology",
|
| 315 |
+
"parent": "S11"
|
| 316 |
+
},
|
| 317 |
+
"S11-4": {
|
| 318 |
+
"name": "Mythology & Folklore/Heroes & Patriotism",
|
| 319 |
+
"parent": "S11"
|
| 320 |
+
}
|
| 321 |
+
},
|
| 322 |
+
"taxonomy": {
|
| 323 |
+
"S1": {
|
| 324 |
+
"name": "Love",
|
| 325 |
+
"children": {
|
| 326 |
+
"S1-1": "Desire & Erotic Love",
|
| 327 |
+
"S1-2": "Familial Love",
|
| 328 |
+
"S1-3": "Heartache & Loss",
|
| 329 |
+
"S1-4": "Infatuation & Crushes",
|
| 330 |
+
"S1-5": "New Love",
|
| 331 |
+
"S1-6": "Realistic & Complicated",
|
| 332 |
+
"S1-7": "Romantic Love",
|
| 333 |
+
"S1-8": "Classic Love",
|
| 334 |
+
"S1-9": "Unrequited Love"
|
| 335 |
+
}
|
| 336 |
+
},
|
| 337 |
+
"S2": {
|
| 338 |
+
"name": "Nature",
|
| 339 |
+
"children": {
|
| 340 |
+
"S2-1": "Spring",
|
| 341 |
+
"S2-2": "Summer",
|
| 342 |
+
"S2-3": "Fall",
|
| 343 |
+
"S2-4": "Winter",
|
| 344 |
+
"S2-5": "Animals",
|
| 345 |
+
"S2-6": "Bodies of Water",
|
| 346 |
+
"S2-7": "Landscapes & Pastorals",
|
| 347 |
+
"S2-8": "Plants & Fungi",
|
| 348 |
+
"S2-9": "Stars, Moons, & Space",
|
| 349 |
+
"S2-10": "Weather"
|
| 350 |
+
}
|
| 351 |
+
},
|
| 352 |
+
"S3": {
|
| 353 |
+
"name": "Social Commentaries",
|
| 354 |
+
"children": {
|
| 355 |
+
"S3-1": "Cities & Urban Life",
|
| 356 |
+
"S3-2": "Class & Labor",
|
| 357 |
+
"S3-3": "Environment",
|
| 358 |
+
"S3-4": "Gender & Sexuality",
|
| 359 |
+
"S3-5": "Immigration",
|
| 360 |
+
"S3-6": "Incarceration & Justice",
|
| 361 |
+
"S3-7": "Popular Culture",
|
| 362 |
+
"S3-8": "Race & Ethnicity",
|
| 363 |
+
"S3-9": "Rural & Country Life",
|
| 364 |
+
"S3-10": "Technology",
|
| 365 |
+
"S3-11": "War & Conflict"
|
| 366 |
+
}
|
| 367 |
+
},
|
| 368 |
+
"S4": {
|
| 369 |
+
"name": "History & Politics",
|
| 370 |
+
"children": {
|
| 371 |
+
"S4-1": "Money & Economics"
|
| 372 |
+
}
|
| 373 |
+
},
|
| 374 |
+
"S5": {
|
| 375 |
+
"name": "Religion",
|
| 376 |
+
"children": {
|
| 377 |
+
"S5-1": "Buddhism",
|
| 378 |
+
"S5-2": "Christianity",
|
| 379 |
+
"S5-3": "Faith & Doubt",
|
| 380 |
+
"S5-4": "God & the Divine",
|
| 381 |
+
"S5-5": "Islam",
|
| 382 |
+
"S5-6": "Judaism",
|
| 383 |
+
"S5-7": "Other Religions",
|
| 384 |
+
"S5-8": "The Spiritual"
|
| 385 |
+
}
|
| 386 |
+
},
|
| 387 |
+
"S6": {
|
| 388 |
+
"name": "Living",
|
| 389 |
+
"children": {
|
| 390 |
+
"S6-1": "Aging",
|
| 391 |
+
"S6-2": "Birth & Infancy",
|
| 392 |
+
"S6-3": "Coming of Age",
|
| 393 |
+
"S6-4": "Death & Dying",
|
| 394 |
+
"S6-5": "Mourning",
|
| 395 |
+
"S6-6": "Health & Illness",
|
| 396 |
+
"S6-7": "Parenthood",
|
| 397 |
+
"S6-8": "Youth"
|
| 398 |
+
}
|
| 399 |
+
},
|
| 400 |
+
"S7": {
|
| 401 |
+
"name": "Time & Brevity",
|
| 402 |
+
"children": {}
|
| 403 |
+
},
|
| 404 |
+
"S8": {
|
| 405 |
+
"name": "Relationships",
|
| 406 |
+
"children": {
|
| 407 |
+
"S8-1": "Breakups & Separation",
|
| 408 |
+
"S8-2": "Community",
|
| 409 |
+
"S8-3": "Family & Ancestors",
|
| 410 |
+
"S8-4": "Friendship",
|
| 411 |
+
"S8-5": "Home Life",
|
| 412 |
+
"S8-6": "LGBTQ+",
|
| 413 |
+
"S8-7": "Marriage & Companionship",
|
| 414 |
+
"S8-8": "Pets & Domestic Animals"
|
| 415 |
+
}
|
| 416 |
+
},
|
| 417 |
+
"S9": {
|
| 418 |
+
"name": "Activities",
|
| 419 |
+
"children": {
|
| 420 |
+
"S9-1": "Eating & Drinking",
|
| 421 |
+
"S9-2": "Gardening & Farming",
|
| 422 |
+
"S9-3": "Indoor Activities",
|
| 423 |
+
"S9-4": "Jobs & Working",
|
| 424 |
+
"S9-5": "Sports & Outdoor Activities",
|
| 425 |
+
"S9-6": "Study & Knowledge",
|
| 426 |
+
"S9-7": "Travels & Journeys"
|
| 427 |
+
}
|
| 428 |
+
},
|
| 429 |
+
"S10": {
|
| 430 |
+
"name": "Arts & Sciences",
|
| 431 |
+
"children": {
|
| 432 |
+
"S10-1": "Architecture & Design",
|
| 433 |
+
"S10-2": "Language & Linguistics",
|
| 434 |
+
"S10-3": "Music",
|
| 435 |
+
"S10-4": "Painting & Sculpture",
|
| 436 |
+
"S10-5": "Philosophy",
|
| 437 |
+
"S10-6": "Poetry & Poets",
|
| 438 |
+
"S10-7": "Photography & Film",
|
| 439 |
+
"S10-8": "Reading & Books",
|
| 440 |
+
"S10-9": "Sciences",
|
| 441 |
+
"S10-10": "Theater & Dance"
|
| 442 |
+
}
|
| 443 |
+
},
|
| 444 |
+
"S11": {
|
| 445 |
+
"name": "Mythology & Folklore",
|
| 446 |
+
"children": {
|
| 447 |
+
"S11-1": "Fairy-tales & Legends",
|
| 448 |
+
"S11-2": "Ghosts & the Supernatural",
|
| 449 |
+
"S11-3": "Greek & Roman Mythology",
|
| 450 |
+
"S11-4": "Heroes & Patriotism"
|
| 451 |
+
}
|
| 452 |
+
}
|
| 453 |
+
},
|
| 454 |
+
"aliases": {
|
| 455 |
+
"Desire": "Desire & Erotic Love",
|
| 456 |
+
"Seas, Rivers, & Streams": "Bodies of Water",
|
| 457 |
+
"Trees & Flowers": "Plants & Fungi",
|
| 458 |
+
"Stars, Planets, Heavens": "Stars, Moons, & Space",
|
| 459 |
+
"Growing Old": "Aging",
|
| 460 |
+
"Infancy": "Birth & Infancy",
|
| 461 |
+
"Birth": "Birth & Infancy",
|
| 462 |
+
"Birth & Birthdays": "Birth & Infancy",
|
| 463 |
+
"Sorrow & Grieving": "Mourning",
|
| 464 |
+
"Death": "Death & Dying",
|
| 465 |
+
"Break-ups & Vexed Love": "Breakups & Separation",
|
| 466 |
+
"Separation & Divorce": "Breakups & Separation",
|
| 467 |
+
"Friends & Enemies": "Friendship",
|
| 468 |
+
"Gay, Lesbian, Queer": "LGBTQ+",
|
| 469 |
+
"Pets": "Pets & Domestic Animals",
|
| 470 |
+
"Town & Country Life": "Rural & Country Life",
|
| 471 |
+
"Class": "Class & Labor",
|
| 472 |
+
"School & Learning": "Study & Knowledge",
|
| 473 |
+
"Gardening": "Gardening & Farming",
|
| 474 |
+
"Men & Women": "Gender & Sexuality",
|
| 475 |
+
"Crime & Punishment": "Incarceration & Justice",
|
| 476 |
+
"First Love": "New Love",
|
| 477 |
+
"The Body": "Living"
|
| 478 |
+
},
|
| 479 |
+
"occasions_excluded": [
|
| 480 |
+
"Anniversary",
|
| 481 |
+
"Birthdays",
|
| 482 |
+
"Christmas",
|
| 483 |
+
"Cinco de Mayo",
|
| 484 |
+
"Easter",
|
| 485 |
+
"Engagement",
|
| 486 |
+
"Farewells & Good Luck",
|
| 487 |
+
"Father's Day",
|
| 488 |
+
"Funerals",
|
| 489 |
+
"Get Well & Recovery",
|
| 490 |
+
"Graduation",
|
| 491 |
+
"Halloween",
|
| 492 |
+
"Hanukkah",
|
| 493 |
+
"Independence Day",
|
| 494 |
+
"Kwanzaa",
|
| 495 |
+
"Labor Day",
|
| 496 |
+
"Memorial Day",
|
| 497 |
+
"Mother's Day",
|
| 498 |
+
"New Year",
|
| 499 |
+
"Passover",
|
| 500 |
+
"Ramadan",
|
| 501 |
+
"Rosh Hashanah",
|
| 502 |
+
"September 11th",
|
| 503 |
+
"St. Patrick's Day",
|
| 504 |
+
"Thanksgiving",
|
| 505 |
+
"Toasts & Celebrations",
|
| 506 |
+
"Valentine's Day",
|
| 507 |
+
"Weddings",
|
| 508 |
+
"Yom Kippur"
|
| 509 |
+
],
|
| 510 |
+
"emotion_like_excluded": [
|
| 511 |
+
"Disappointment & Failure",
|
| 512 |
+
"Gratitude & Apologies",
|
| 513 |
+
"Horror",
|
| 514 |
+
"Humor & Satire",
|
| 515 |
+
"Life Choices",
|
| 516 |
+
"Midlife",
|
| 517 |
+
"The Mind"
|
| 518 |
+
]
|
| 519 |
+
}
|