Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-generation
|
| 5 |
+
language:
|
| 6 |
+
- ar
|
| 7 |
+
tags:
|
| 8 |
+
- legal
|
| 9 |
---
|
| 10 |
+
|
| 11 |
+
The **Parallel Tunisian Constitution Corpus (PTCC)** corpus is a corpus of 149 articles written in Modern Standard Arabic and Tunisian Arabic.
|
| 12 |
+
Tesseract was used to transform the constitution's pdf files into text files. Afterward, alignment of the parallel articles was achieved by a simple Python script.
|
| 13 |
+
|
| 14 |
+
More details can be found in: TODO!
|
| 15 |
+
|
| 16 |
+
### Sources:
|
| 17 |
+
* [Tunisian Arabic translation of the 2014 Tunisian Constitution](https://www.babnet.net/rttdetail-84167.asp)
|
| 18 |
+
* [2014 Tunisian Constitution in MSA](https://upload.wikimedia.org/wikipedia/commons/7/78/Constitution_Tunisienne_2014.pdf)
|