tarekeldeeb
commited on
Commit
·
13c5e43
1
Parent(s):
5fc6f5d
Update README.md
Browse files
README.md
CHANGED
@@ -1,17 +1,29 @@
|
|
1 |
---
|
2 |
license: other
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
The arabic corpus {1.9B word} consists of the following resources:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
* Arabic Wikipedia Latest Articles Dump link {0.11B}
|
10 |
-
* Tashkeela-arabic-diacritized-text-utf8-0.3.zip link {0.07B}
|
11 |
-
* Arabic Tweets link {0.03B}
|
12 |
-
* watan-2004.7z link {0.01B}
|
13 |
-
|
14 |
-
Mirror: https://archive.org/details/arabic_corpus
|
15 |
|
16 |
---
|
17 |
license: Waqf v2 (https://github.com/ojuba-org/waqf/tree/master/2.0)
|
|
|
1 |
---
|
2 |
license: other
|
3 |
---
|
4 |
+
```
|
5 |
+
BUILDING VOCABULARY
|
6 |
+
Processed 1754541204 tokens.
|
7 |
+
Counted 5329509 unique words.
|
8 |
+
Truncating vocabulary at min count 5.
|
9 |
+
Using vocabulary of size 1539115.
|
10 |
+
```
|
11 |
+
---
|
12 |
+
# Build the Arabic Corpus
|
13 |
+
#### Dowload Resources
|
14 |
The arabic corpus {1.9B word} consists of the following resources:
|
15 |
+
- ShamelaLibrary348.7z [link](https://www.quran.tv/ketab/ShamelaLibrary348.7z) {1.15B}
|
16 |
+
- UN arabic corpus [mirror1](http://lotus.kuee.kyoto-u.ac.jp/~raj/rajwindroot/corpora_downloads/UN_CORPUS/UNv1.0.6way.ar.txt) [mirror2](http://corpus.leeds.ac.uk/bogdan/resources/UN-corpus/6way/UNv1.0.6way.ar.txt) {0.37B}
|
17 |
+
- AraCorpus.tar.gz [link](http://aracorpus.e3rab.com/argistestsrv.nmsu.edu/AraCorpus.tar.gz) {0.14B}
|
18 |
+
- Arabic Wikipedia Latest Articles Dump [link](https://dumps.wikimedia.org/arwiki/latest/arwiki-latest-pages-articles.xml.bz2) {0.11B}
|
19 |
+
- Tashkeela-arabic-diacritized-text-utf8-0.3.zip [link](https://netix.dl.sourceforge.net/project/tashkeela/) {0.07B}
|
20 |
+
- Arabic Tweets [link](https://github.com/bakrianoo/Datasets) {0.03B}
|
21 |
+
- watan-2004.7z [link](https://netix.dl.sourceforge.net/project/arabiccorpus/watan-2004corpus/watan-2004.7z) {0.01B}
|
22 |
+
#### Build Script: https://github.com/tarekeldeeb/GloVe-Arabic/tree/master/arabic_corpus
|
23 |
|
24 |
+
---
|
25 |
+
# Download the dataset
|
26 |
+
Mirror : https://archive.org/details/arabic_corpus
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
|
28 |
---
|
29 |
license: Waqf v2 (https://github.com/ojuba-org/waqf/tree/master/2.0)
|