eloukas commited on
Commit
2932744
·
verified ·
1 Parent(s): 99f1642

Update citation

Browse files
Files changed (1) hide show
  1. app.py +28 -8
app.py CHANGED
@@ -148,14 +148,34 @@ def create_demo():
148
 
149
  If you use our toolkit, please cite it:
150
  ```bibtex
151
- @misc{loukas-etal-2025-greek-nlp-toolkit,
152
- title={GR-NLP-TOOLKIT: An Open-Source NLP Toolkit for Modern Greek},
153
- author={Lefteris Loukas and Nikolaos Smyrnioudis and Chrysa Dikonomaki and Spyros Barbakos and Anastasios Toumazatos and John Koutsikakis and Manolis Kyriakakis and Mary Georgiou and Stavros Vassos and John Pavlopoulos and Ion Androutsopoulos},
154
- year={2025},
155
- eprint={2412.08520},
156
- archivePrefix={arXiv},
157
- primaryClass={cs.CL},
158
- url={https://arxiv.org/abs/2412.08520},
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
159
  }
160
  ```
161
 
 
148
 
149
  If you use our toolkit, please cite it:
150
  ```bibtex
151
+ @inproceedings{loukas-etal-coling2025-greek-nlp-toolkit,
152
+ title = "{GR}-{NLP}-{TOOLKIT}: An Open-Source {NLP} Toolkit for {M}odern {G}reek",
153
+ author = "Loukas, Lefteris and
154
+ Smyrnioudis, Nikolaos and
155
+ Dikonomaki, Chrysa and
156
+ Barbakos, Spiros and
157
+ Toumazatos, Anastasios and
158
+ Koutsikakis, John and
159
+ Kyriakakis, Manolis and
160
+ Georgiou, Mary and
161
+ Vassos, Stavros and
162
+ Pavlopoulos, John and
163
+ Androutsopoulos, Ion",
164
+ editor = "Rambow, Owen and
165
+ Wanner, Leo and
166
+ Apidianaki, Marianna and
167
+ Al-Khalifa, Hend and
168
+ Eugenio, Barbara Di and
169
+ Schockaert, Steven and
170
+ Mather, Brodie and
171
+ Dras, Mark",
172
+ booktitle = "Proceedings of the 31st International Conference on Computational Linguistics: System Demonstrations",
173
+ month = jan,
174
+ year = "2025",
175
+ address = "Abu Dhabi, UAE",
176
+ publisher = "Association for Computational Linguistics",
177
+ url = "https://aclanthology.org/2025.coling-demos.17/",
178
+ pages = "174--182",
179
  }
180
  ```
181