Update README.md
Browse files
README.md
CHANGED
@@ -7,4 +7,31 @@ pipeline_tag: token-classification
|
|
7 |
metrics:
|
8 |
- accuracy
|
9 |
- f1
|
10 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
metrics:
|
8 |
- accuracy
|
9 |
- f1
|
10 |
+
---
|
11 |
+
|
12 |
+
# Pretrained spaCy model of Bulgarian language
|
13 |
+
|
14 |
+
Full paper: [An Improved Bulgarian Natural Language Processing Pipeline](https://annual.uni-sofia.bg/index.php/fmi/article/view/572/559).
|
15 |
+
|
16 |
+
Presentation [here](https://docs.google.com/presentation/d/1igrxFjlWuPxZuU9mDI1_H23iYA7Rq6D4/edit?usp=sharing&ouid=108163209901619891277&rtpof=true&sd=true).
|
17 |
+
|
18 |
+
# Usage
|
19 |
+
For information how to use the model, refer to the [GitHub repository of the project](https://github.com/melaniab/spacy-pipeline-bg).
|
20 |
+
|
21 |
+
# Reference
|
22 |
+
|
23 |
+
If you use the pipeline in your academic project, please cite as:
|
24 |
+
|
25 |
+
```bibtex
|
26 |
+
@article
|
27 |
+
{berbatova2023improved,
|
28 |
+
title={An improved Bulgarian natural language processing pipelihttps://github.com/melaniab/spacy-pipeline-bgne},
|
29 |
+
author={Berbatova, Melania and Ivanov, Filip},
|
30 |
+
journal={Annual of Sofia University St. Kliment Ohridski. Faculty of Mathematics and Informatics},
|
31 |
+
volume={110},
|
32 |
+
pages={37--50},
|
33 |
+
year={2023}
|
34 |
+
}
|
35 |
+
```
|
36 |
+
|
37 |
+
If you use this model in non-academic project, such as study project or industry application, please give me a note at melania.berbatova@gmail.com.
|