Datasets:

Modalities:
Text
Formats:
parquet
Languages:
Japanese
Libraries:
Datasets
Dask
License:
hpprc commited on
Commit
691dc93
1 Parent(s): 0894d67

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -1
README.md CHANGED
@@ -1,7 +1,9 @@
1
  ---
2
  language:
3
  - ja
4
- license: cc-by-sa-3.0
 
 
5
  pretty_name: jawik
6
  dataset_info:
7
  features:
@@ -53,6 +55,16 @@ configs:
53
  ---
54
 
55
 
 
 
 
 
 
 
 
 
 
 
56
 
57
  - id (int)
58
  - title (str)
@@ -87,3 +99,9 @@ configs:
87
  - templates (list[str])
88
  - 記事を作成する際に利用されたテンプレートのリストです。
89
  - url (str)
 
 
 
 
 
 
 
1
  ---
2
  language:
3
  - ja
4
+ license:
5
+ - cc-by-sa-3.0
6
+ - gfdl
7
  pretty_name: jawik
8
  dataset_info:
9
  features:
 
55
  ---
56
 
57
 
58
+ # JaWiki
59
+
60
+ Wikipediaの[HTML形式のダンプファイル](https://dumps.wikimedia.org/other/enterprise_html/)から抽出したテキストデータセットです。
61
+ Wikiextractorによって抽出したテキストデータと異なり、段落などの文書構造を維持したまま、不要なマークアップのないテキストが利用できます。
62
+ ダンプファイルは、2024年1月1日に公開されたものを利用しています。
63
+
64
+ 各種前処理スクリプトは[GitHubのリポジトリ](https://github.com/hppRC/jawiki)をご参照ください。
65
+
66
+
67
+ ## データ構造
68
 
69
  - id (int)
70
  - title (str)
 
99
  - templates (list[str])
100
  - 記事を作成する際に利用されたテンプレートのリストです。
101
  - url (str)
102
+
103
+
104
+ データセットの作成にあたり、[singletongue/wikipedia-utils](https://github.com/singletongue/wikipedia-utils)を参考に実装を行いました。
105
+ この場を借りて感謝申し上げます。
106
+
107
+