doc: added citation
Browse files
README.md
CHANGED
@@ -13,8 +13,42 @@ pinned: true
|
|
13 |
|
14 |
This repository contains an app demonstrating the capabilities of [HuSpaCy](https://github.com/spacy-hu/spacy-hungarian-models). The demo is available at [Hugging Face Spaces](https://huggingface.co/spaces/huspacy/demo)
|
15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
## Development
|
17 |
|
18 |
To start the demo: `poetry run python app.py`
|
19 |
|
20 |
-
If you upgrade dependencies via poetry don't forget to update `requirements.txt` with `poetry export --without-hashes > requirements.txt`
|
|
|
13 |
|
14 |
This repository contains an app demonstrating the capabilities of [HuSpaCy](https://github.com/spacy-hu/spacy-hungarian-models). The demo is available at [Hugging Face Spaces](https://huggingface.co/spaces/huspacy/demo)
|
15 |
|
16 |
+
# Citation
|
17 |
+
|
18 |
+
If you use HuSpaCy or any of its models, please cite it as:
|
19 |
+
|
20 |
+
[![arxiv](http://img.shields.io/badge/cs.CL-arXiv%3A2308.12635-B31B1B.svg)](https://arxiv.org/abs/2308.12635)
|
21 |
+
|
22 |
+
```bibtex
|
23 |
+
@InProceedings{HuSpaCy:2023,
|
24 |
+
author= {"Orosz, Gy{\"o}rgy and Szab{\'o}, Gerg{\H{o}} and Berkecz, P{\'e}ter and Sz{\'a}nt{\'o}, Zsolt and Farkas, Rich{\'a}rd"},
|
25 |
+
editor= {"Ek{\v{s}}tein, Kamil and P{\'a}rtl, Franti{\v{s}}ek and Konop{\'i}k, Miloslav"},
|
26 |
+
title = {{"Advancing Hungarian Text Processing with HuSpaCy: Efficient and Accurate NLP Pipelines"}},
|
27 |
+
booktitle = {{"Text, Speech, and Dialogue"}},
|
28 |
+
year = "2023",
|
29 |
+
publisher = {{"Springer Nature Switzerland"}},
|
30 |
+
address = {{"Cham"}},
|
31 |
+
pages = "58--69",
|
32 |
+
isbn = "978-3-031-40498-6"
|
33 |
+
}
|
34 |
+
```
|
35 |
+
|
36 |
+
[![arxiv](http://img.shields.io/badge/cs.CL-arXiv%3A2201.01956-B31B1B.svg)](https://arxiv.org/abs/2201.01956)
|
37 |
+
|
38 |
+
```bibtex
|
39 |
+
@InProceedings{HuSpaCy:2021,
|
40 |
+
title = {{HuSpaCy: an industrial-strength Hungarian natural language processing toolkit}},
|
41 |
+
booktitle = {{XVIII. Magyar Sz{\'a}m{\'\i}t{\'o}g{\'e}pes Nyelv{\'e}szeti Konferencia}},
|
42 |
+
author = {Orosz, Gy{\"o}rgy and Sz{\' a}nt{\' o}, Zsolt and Berkecz, P{\' e}ter and Szab{\' o}, Gerg{\H o} and Farkas, Rich{\' a}rd},
|
43 |
+
location = {{Szeged}},
|
44 |
+
pages = "59--73",
|
45 |
+
year = {2022},
|
46 |
+
}
|
47 |
+
```
|
48 |
+
|
49 |
+
|
50 |
## Development
|
51 |
|
52 |
To start the demo: `poetry run python app.py`
|
53 |
|
54 |
+
If you upgrade dependencies via poetry don't forget to update `requirements.txt` with `poetry export --without-hashes > requirements.txt`
|