File size: 1,681 Bytes
c0e5026
0872752
c0e5026
0872752
 
 
 
 
 
 
 
18faa63
3daac75
18faa63
c0e5026
0872752
fdbf42d
0872752
 
 
 
 
 
 
 
 
 
 
 
fdbf42d
 
 
 
0872752
fdbf42d
0872752
3daac75
0872752
fdbf42d
0872752
 
3daac75
0872752
3daac75
0872752
 
 
 
 
 
 
 
 
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
---
library_name: Spacy
license: mit
tags:
- Spacy
- Named entity recognition
metrics:
- P
- R
- F1
language:
- la
version:
- Spacy v2
---

# Spacy - HOME-Alcar - Person

This model detects Person entities in Latin.

## Model description

The model has been trained using the Spacy v2 library on the [HOME-Alcar](https://zenodo.org/record/5600884) document annotations to detect the person and location entities. The model is compatible with version 2.3.5 of Spacy and incompatible with versions 3.x.x.

## Evaluation results

The model achieves the following results on HOME-Alcar:

| tag  | predicted | matched | Precision | Recall | F1    | Support |
| ---- | --------: | ------: | --------: | -----: | ----: | ------: |
| PERS | 28,276    | 28,006  | 0.990     | 0.997  | 0.994 | 28,087  |
| LOC  | 17,627    | 17,406  | 0.987     | 0.983  | 0.985 | 17,699  |
| All  | 45,903    | 45,412  | 0.989     | 0.992  | 0.991 | 45,786  |

## 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},
}
```