Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
We used the APCD dataset cited hereafter for pretraining the model. The dataset has been cleaned and only the main text and the meter columns were kept:
|
2 |
+
```
|
3 |
+
@Article{Yousef2019LearningMetersArabicEnglish-arxiv,
|
4 |
+
author = {Yousef, Waleed A. and Ibrahime, Omar M. and Madbouly, Taha M. and Mahmoud,
|
5 |
+
Moustafa A.},
|
6 |
+
title = {Learning Meters of Arabic and English Poems With Recurrent Neural Networks: a Step
|
7 |
+
Forward for Language Understanding and Synthesis},
|
8 |
+
journal = {arXiv preprint arXiv:1905.05700},
|
9 |
+
year = 2019,
|
10 |
+
url = {https://github.com/hci-lab/LearningMetersPoems}
|
11 |
+
}
|
12 |
+
```
|