add paper citation to README
Browse files
README.md
CHANGED
@@ -11,4 +11,13 @@ license: mit
|
|
11 |
|
12 |
- This is the trained model of the seq2seq approach of our Sinhala Transliteration solution that was submitted to the [Shared Task of IndoNLPWorkshop 2025 @COLING2025](https://indonlp-workshop.github.io/IndoNLP-Workshop/sharedTask/).
|
13 |
- The official codebase can be accessed from https://github.com/kasunw22/Sinhala-Transliterator
|
14 |
-
- Please be kind enough to cite our [paper](https://
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
|
12 |
- This is the trained model of the seq2seq approach of our Sinhala Transliteration solution that was submitted to the [Shared Task of IndoNLPWorkshop 2025 @COLING2025](https://indonlp-workshop.github.io/IndoNLP-Workshop/sharedTask/).
|
13 |
- The official codebase can be accessed from https://github.com/kasunw22/Sinhala-Transliterator
|
14 |
+
- Please be kind enough to cite our [paper](https://arxiv.org/abs/2501.00529) and don't hesitate to rate our original [repository](https://github.com/kasunw22/Sinhala-Transliterator)
|
15 |
+
|
16 |
+
```
|
17 |
+
@article{de2024sinhala,
|
18 |
+
title={Sinhala Transliteration: A Comparative Analysis Between Rule-based and Seq2Seq Approaches},
|
19 |
+
author={De Mel, Yomal and Wickramasinghe, Kasun and de Silva, Nisansa and Ranathunga, Surangika},
|
20 |
+
journal={arXiv preprint arXiv:2501.00529},
|
21 |
+
year={2024}
|
22 |
+
}
|
23 |
+
```
|