melaniab commited on
Commit
6fd02ec
1 Parent(s): 8adf282

Update README.md

Browse files

# Pretrained spaCy model of Bulgarian language

Full paper: [An Improved Bulgarian Natural Language Processing Pipeline](https://annual.uni-sofia.bg/index.php/fmi/article/view/572/559).

Presentation [here](https://docs.google.com/presentation/d/1igrxFjlWuPxZuU9mDI1_H23iYA7Rq6D4/edit?usp=sharing&ouid=108163209901619891277&rtpof=true&sd=true).

# Usage
For information how to use the model, refer to the [GitHub repository of the project](https://github.com/melaniab/spacy-pipeline-bg).

# Reference

If you use the pipeline in your academic project, please cite as:

```bibtex


@article

{berbatova2023improved,
title={An improved Bulgarian natural language processing pipelihttps://github.com/melaniab/spacy-pipeline-bgne},
author={Berbatova, Melania and Ivanov, Filip},
journal={Annual of Sofia University St. Kliment Ohridski. Faculty of Mathematics and Informatics},
volume={110},
pages={37--50},
year={2023}
}
```

If you use this model in non-academic project, such as study project or industry application, please give me a note at [email protected].

Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -1,3 +1,10 @@
1
  ---
2
  license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ language:
4
+ - bg
5
+ library_name: spacy
6
+ pipeline_tag: token-classification
7
+ metrics:
8
+ - accuracy
9
+ - f1
10
+ ---