mboillet commited on
Commit
6fab556
1 Parent(s): 41c7ac0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -14,7 +14,7 @@ language:
14
  - Spacy v2
15
  ---
16
 
17
- # HOME-Alcar - Location entity recognition
18
 
19
  This model detects Location entities in Latin.
20
 
@@ -25,16 +25,16 @@ The model has been trained using the Spacy v2 library on the [HOME-Alcar](https:
25
  The model achieves the following results on HOME-Alcar:
26
 
27
  | tag | predicted | matched | Precision | Recall | F1 | Support |
28
- | ---- | --------- | ------- | --------- | ------ | ----- | ------- |
29
- | PERS | 18915 | 18706 | 0.989 | 0.996 | 0.992 | 18783 |
30
- | LOC | 27541 | 27165 | 0.986 | 0.987 | 0.987 | 27528 |
31
- | All | 46456 | 45871 | 0.987 | 0.99 | 0.989 | 46311 |
32
 
33
- ## How to use
34
 
35
  Please refer to the Spacy library page (https://pypi.org/project/spacy/2.3.5/) to use this model.
36
 
37
- # Cite us!
38
 
39
  ```bibtex
40
  @inproceedings{10.1007/978-3-031-06555-2_29,
 
14
  - Spacy v2
15
  ---
16
 
17
+ # Spacy - HOME-Alcar - Location
18
 
19
  This model detects Location entities in Latin.
20
 
 
25
  The model achieves the following results on HOME-Alcar:
26
 
27
  | tag | predicted | matched | Precision | Recall | F1 | Support |
28
+ | ---- | --------: | ------: | --------: | -----: | ----: | ------: |
29
+ | PERS | 18,915 | 18,706 | 0.989 | 0.996 | 0.992 | 18,783 |
30
+ | LOC | 27,541 | 27,165 | 0.986 | 0.987 | 0.987 | 27,528 |
31
+ | All | 46,456 | 45,871 | 0.987 | 0.990 | 0.989 | 46,311 |
32
 
33
+ ## How to use?
34
 
35
  Please refer to the Spacy library page (https://pypi.org/project/spacy/2.3.5/) to use this model.
36
 
37
+ ## Cite us!
38
 
39
  ```bibtex
40
  @inproceedings{10.1007/978-3-031-06555-2_29,