Spaces:
Running
on
Zero
Running
on
Zero
Update citation
Browse files
app.py
CHANGED
@@ -148,14 +148,34 @@ def create_demo():
|
|
148 |
|
149 |
If you use our toolkit, please cite it:
|
150 |
```bibtex
|
151 |
-
@
|
152 |
-
title={GR-NLP-TOOLKIT: An Open-Source NLP Toolkit for
|
153 |
-
author=
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
|