lfsm commited on
Commit
5b20630
1 Parent(s): eae5574

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ This is a interleaved wiki dataset.
2
+ Processed from wiki articles dump files:
3
+ ja: jawiki-20230301-pages-articles-multistream1.xml-p1p114794
4
+
5
+ With following format in parquet file
6
+
7
+ columns: 'xml', 'markdown', 'html', 'pairs'
8
+
9
+ example:
10
+
11
+ - 'xml':
12
+ - [[ 新潮社\u3000Foresight(フォーサイト)}}</ref>。\ ... [[シテ島]]のこと)とも呼ばれていた。\n\n== 地理 ==\n{{clear}}\n'],
13
+ - [ ###img#0### ],
14
+ - [''thumb|none|220px|フランスの道路の原点を象徴する ... 一級の収蔵物が並ぶ。\n\n→[[#主な観光名所]]\n\n=== 主な観光名所 ===\n',
15
+ - [ ###img#1### ],
16
+ - ...]
17
+ - 'markdown': [...]
18
+ - 'html': [...]
19
+ - 'pairs':
20
+ - [['###img#0###', 'https://upload.wikimedia.org/wikipedia/commons/e/e7/Revenus_%C3%A0_Paris_et_Petite_Couronne.JPG'],
21
+ - [['###img#1###', 'https://upload.wikimedia.org/wikipedia/commons/c/c1/Bois_de_Boulogne_%2880%29.jpg'],
22
+ - ...]