File size: 1,643 Bytes
df5d548
72c3dc2
df5d548
72c3dc2
 
 
 
 
 
 
 
776b141
 
 
c3e218a
776b141
df5d548
72c3dc2
daa994e
72c3dc2
 
 
 
 
 
 
 
 
 
 
 
daa994e
 
 
 
72c3dc2
daa994e
72c3dc2
c3e218a
72c3dc2
daa994e
72c3dc2
 
c3e218a
72c3dc2
c3e218a
72c3dc2
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
library_name: Spacy
license: mit
tags:
- Spacy
- Named entity recognition
metrics:
- P
- R
- F1
language:
- la
- de
- cs
version:
- Spacy v2
---

# Spacy - HOME-NACR Multilingual

This model detects Person and Location entities in Latin, Czech and German.

## Model description

The model has been trained using the Spacy v2 library on the HOME-NACR document annotations. The model is compatible with version 2.3.2 of Spacy and incompatible with versions 3.x.x.

## Evaluation results

The model achieves the following results on HOME-NACR:

| tag  | predicted | matched | Precision | Recall | F1    | Support |
| ---- | --------: | ------: | --------: | -----: | ----: | ------: |
| PERS | 28,276    | 28,006  | 0.990     | 0.997  | 0.994 | 28,087  |
| LOC  | 27,541    | 27,165  | 0.986     | 0.987  | 0.987 | 27,528  |
| All  | 55,817    | 55,171  | 0.988     | 0.992  | 0.990 | 55,615  |

## How to use?

Please refer to the [Spacy library](https://pypi.org/project/spacy/2.3.5/) to use this model.

## Cite us!

```bibtex
@inproceedings{spacy2022,
    author = {Monroc, Claire Bizon and Miret, Blanche and Bonhomme, Marie-Laurence and Kermorvant, Christopher},
    title = {{A Comprehensive Study Of Open-Source Libraries For Named Entity Recognition On Handwritten Historical Documents}},
    year = {2022},
    isbn = {978-3-031-06554-5},
    url = {https://doi.org/10.1007/978-3-031-06555-2_29},
    doi = {10.1007/978-3-031-06555-2_29},
    booktitle = {Document Analysis Systems: 15th IAPR International Workshop, DAS 2022, La Rochelle, France, May 22–25, 2022, Proceedings},
    pages = {429–444},
    numpages = {16},
}
```