Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ The code to reproduce this dataset is made available on GitHub: [globis-org/aozo
|
|
19 |
## 1. Data collection
|
20 |
We firstly downloaded the [CSV file that lists all works](https://www.aozora.gr.jp/index_pages/person_all.html). The information extracted from this CSV is incorporated into the `meta` field.
|
21 |
Next, we filtered out any books not categorized as public domain.
|
22 |
-
We retrieved the main text of each book corresponding to every row in the CSV and incorporated it into the `text` field.
|
23 |
|
24 |
## 2. Deduplication
|
25 |
We removed entries where the `図書カードURL` (Library card URL) in this CSV did not match with the `作品ID` (Work ID) and `人物ID` (Person ID).
|
|
|
19 |
## 1. Data collection
|
20 |
We firstly downloaded the [CSV file that lists all works](https://www.aozora.gr.jp/index_pages/person_all.html). The information extracted from this CSV is incorporated into the `meta` field.
|
21 |
Next, we filtered out any books not categorized as public domain.
|
22 |
+
We retrieved the main text of each book corresponding to every row in the CSV and incorporated it into the `text` field in UTF-8.
|
23 |
|
24 |
## 2. Deduplication
|
25 |
We removed entries where the `図書カードURL` (Library card URL) in this CSV did not match with the `作品ID` (Work ID) and `人物ID` (Person ID).
|