mohres commited on
Commit
2d5c131
1 Parent(s): 34f52d0

Upload 5 files

Browse files
README.md CHANGED
@@ -1,3 +1,63 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # The Arabic E-Book Corpus
2
+
3
+
4
+ ## Alternative Title
5
+ مدونة لغوية للكتب العربية الإلكترونية
6
+
7
+ ## Description
8
+ #### عربي
9
+ مدونة الكتب العربية الإلكترونية هي مجموعة بيانات متاحة مجانًا تضم 1,745 كتابًا (81.5 مليون كلمة) نُشرت بواسطة مؤسسة هنداوي بين عامي 2008 و2024. تشمل الكتب أنواعًا مختلفة، بما في ذلك الكتب غير الروائية، الروايات، أدب الأطفال، الشعر، والمسرحيات.
10
+
11
+ #### English
12
+ The Arabic E-Book Corpus is a freely available collection of 1,745 books (81.5 million words) published by the Hindawi foundation between 2008 and 2024. The books are of various genres, including non-fiction, novels, children's literature, poetry, and plays.
13
+
14
+ The dataset was originally published at [SND](https://snd.se/en/catalogue/dataset/preview/eed46fe0-dfeb-442b-8a71-74d952e006c2/1) and was added to Hugging Face by [Mohammad Fares](https://www.linkedin.com/in/mohres/).
15
+
16
+ ## Language
17
+ Arabic
18
+
19
+ ## Columns Description
20
+
21
+ > (* = Only applicable to translated works. Empty string in non-translated works.)
22
+ >
23
+ - `booknr`: An eight-digit unique number assigned by the publisher, corresponding to the file name of the book.
24
+ - `cateogy`: Category as assigned by the publisher. 213 books in the corpus have two or three labels, in which case they are given as a comma separated list. There are 25 possible values:
25
+
26
+ > ```
27
+ > arts novels
28
+ > biographies philosophy
29
+ > business plays
30
+ > children.stories poetry
31
+ > detective.fiction politics
32
+ > economics psychology
33
+ > environmental.sciences religions
34
+ > geography science
35
+ > health science.fiction
36
+ > history social.sciences
37
+ > linguistics technology
38
+ > literary.criticism travel.literature
39
+ > literature
40
+ > ```
41
+
42
+ - `title`: The Arabic title of the book.
43
+ - `author` (string): The Author in Arabic script.
44
+ - `pubdate`: Publication date in the (yyyy-mm-dd)
45
+ - `origtitle`\*: The title of the original work.
46
+ - `origauthor`\*: The name of the author in the original language from translated books.
47
+ - `wc`: Word count.
48
+ - `origpubdate`: Date of the original publication. (yyyy)
49
+ - `origlang.ar`: Arabic name of original language.
50
+ - `transdate`\*: Translation date (yyyy), provided for re-publications of existing translations.
51
+ - `translation` (`TRUE`/`FALSE`): Specifies whether the book is a translation from another language.
52
+ - `origpubdate.full` (string): Similar as above but with some books specified with
53
+ - `origlang`: English name of original language.
54
+ - `category.main`: Similar to `category`, but for books with two or three category labels, the second and third are omitted, giving one category label for each book.
55
+ - `yyyy-yyyy` (date range). Represented in `orgpubdate` by the first year in the rage.
56
+ - `unkn`: Publication date stated in the work to be unknown. Represented in `orgpubdate` by `NA`.
57
+ - `mult`: Stated in the work to be originally published on multiple (unspecified) dates. Represented in `orgpubdate` by `NA`.
58
+ - `text`: The full text of the book.
59
+
60
+
61
+ ## Citation
62
+ Hallberg, A. (2024). The Arabic E-Book Corpus (Version 1) [Data set]. University of Gothenburg.
63
+ DOI: Available after publication.
data-00000-of-00002.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d1acb60a0bad8cbf1580656615f5388703d263c917f8f52892155f8cc15981d
3
+ size 347038288
data-00001-of-00002.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48643253c0cffe6d2a2815922eeac7f63677100efccb074ab52ad5c06055727f
3
+ size 346468272
dataset_info.json ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "booknr": {
6
+ "dtype": "int64",
7
+ "_type": "Value"
8
+ },
9
+ "category": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ },
13
+ "title": {
14
+ "dtype": "string",
15
+ "_type": "Value"
16
+ },
17
+ "author": {
18
+ "dtype": "string",
19
+ "_type": "Value"
20
+ },
21
+ "pubdate": {
22
+ "dtype": "string",
23
+ "_type": "Value"
24
+ },
25
+ "origtitle": {
26
+ "dtype": "string",
27
+ "_type": "Value"
28
+ },
29
+ "origauthor": {
30
+ "dtype": "string",
31
+ "_type": "Value"
32
+ },
33
+ "wc": {
34
+ "dtype": "int64",
35
+ "_type": "Value"
36
+ },
37
+ "origpubdate": {
38
+ "dtype": "float64",
39
+ "_type": "Value"
40
+ },
41
+ "origlang.ar": {
42
+ "dtype": "string",
43
+ "_type": "Value"
44
+ },
45
+ "transdate": {
46
+ "dtype": "float64",
47
+ "_type": "Value"
48
+ },
49
+ "translation": {
50
+ "dtype": "bool",
51
+ "_type": "Value"
52
+ },
53
+ "origlang": {
54
+ "dtype": "string",
55
+ "_type": "Value"
56
+ },
57
+ "origpubdate.full": {
58
+ "dtype": "string",
59
+ "_type": "Value"
60
+ },
61
+ "transdate.full": {
62
+ "dtype": "string",
63
+ "_type": "Value"
64
+ },
65
+ "category.main": {
66
+ "dtype": "string",
67
+ "_type": "Value"
68
+ },
69
+ "text": {
70
+ "dtype": "string",
71
+ "_type": "Value"
72
+ }
73
+ },
74
+ "homepage": "",
75
+ "license": ""
76
+ }
state.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00002.arrow"
5
+ },
6
+ {
7
+ "filename": "data-00001-of-00002.arrow"
8
+ }
9
+ ],
10
+ "_fingerprint": "ccc93365a05716da",
11
+ "_format_columns": null,
12
+ "_format_kwargs": {},
13
+ "_format_type": null,
14
+ "_output_all_columns": false,
15
+ "_split": null
16
+ }