Update README.md
Browse filesupdate citation info / DOI
README.md
CHANGED
@@ -137,11 +137,13 @@ SequenceTagger(
|
|
137 |
Due to the right-to-left in left-to-right context, some formatting errors might occur. and your code might appear like [this](https://ibb.co/ky20Lnq), (link accessed on 2020-10-27)
|
138 |
|
139 |
# Citation
|
140 |
-
*if you use this model in your work, please consider citing this work:*
|
141 |
```latex
|
142 |
@unpublished{MMHU21
|
143 |
author = "M. Megahed",
|
144 |
title = "Sequence Labeling Architectures in Diglossia",
|
145 |
-
|
|
|
|
|
146 |
}
|
147 |
```
|
|
|
137 |
Due to the right-to-left in left-to-right context, some formatting errors might occur. and your code might appear like [this](https://ibb.co/ky20Lnq), (link accessed on 2020-10-27)
|
138 |
|
139 |
# Citation
|
140 |
+
*if you use this model in your work, please consider citing [this work](https://www.researchgate.net/publication/358956953_Sequence_Labeling_Architectures_in_Diglossia_-_a_case_study_of_Arabic_and_its_dialects):*
|
141 |
```latex
|
142 |
@unpublished{MMHU21
|
143 |
author = "M. Megahed",
|
144 |
title = "Sequence Labeling Architectures in Diglossia",
|
145 |
+
year = {2021},
|
146 |
+
doi = "10.13140/RG.2.2.34961.10084"
|
147 |
+
url = {https://www.researchgate.net/publication/358956953_Sequence_Labeling_Architectures_in_Diglossia_-_a_case_study_of_Arabic_and_its_dialects}
|
148 |
}
|
149 |
```
|