mboillet commited on
Commit
c3e218a
•
1 Parent(s): daa994e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -9
README.md CHANGED
@@ -12,7 +12,7 @@ language:
12
  - la
13
  - de
14
  - cs
15
- ​version:
16
  - Spacy v2
17
  ---
18
 
@@ -36,25 +36,20 @@ The model achieves the following results on HOME-NACR:
36
 
37
  ## How to use?
38
 
39
- Please refer to the Spacy library page (https://pypi.org/project/spacy/2.3.2/) to use this model.
40
 
41
  ## Cite us!
42
 
43
  ```bibtex
44
- @inproceedings{10.1007/978-3-031-06555-2_29,
45
  author = {Monroc, Claire Bizon and Miret, Blanche and Bonhomme, Marie-Laurence and Kermorvant, Christopher},
46
- title = {A Comprehensive Study Of Open-Source Libraries For Named Entity Recognition On Handwritten Historical Documents},
47
  year = {2022},
48
  isbn = {978-3-031-06554-5},
49
- publisher = {Springer-Verlag},
50
- address = {Berlin, Heidelberg},
51
  url = {https://doi.org/10.1007/978-3-031-06555-2_29},
52
  doi = {10.1007/978-3-031-06555-2_29},
53
- abstract = {In this paper, we propose an evaluation of several state-of-the-art open-source natural language processing (NLP) libraries for named entity recognition (NER) on handwritten historical documents: spaCy, Stanza and Flair. The comparison is carried out on three low-resource multilingual datasets of handwritten historical documents: HOME (a multilingual corpus of medieval charters), Balsac (a corpus of parish records from Quebec), and Esposalles (a corpus of marriage records in Catalan). We study the impact of the document recognition processes (text line detection and handwriting recognition) on the performance of the NER. We show that current off-the-shelf NER libraries yield state-of-the-art results, even on low-resource languages or multilingual documents using multilingual models. We show, in an end-to-end evaluation, that text line detection errors have a greater impact than handwriting recognition errors. Finally, we also report state-of-the-art results on the public Esposalles dataset.},
54
  booktitle = {Document Analysis Systems: 15th IAPR International Workshop, DAS 2022, La Rochelle, France, May 22–25, 2022, Proceedings},
55
  pages = {429–444},
56
  numpages = {16},
57
- keywords = {Text line detection, Named entity recognition, Handwritten historical documents},
58
- location = {La Rochelle, France}
59
  }
60
  ```
 
12
  - la
13
  - de
14
  - cs
15
+ version:
16
  - Spacy v2
17
  ---
18
 
 
36
 
37
  ## How to use?
38
 
39
+ Please refer to the [Spacy library](https://pypi.org/project/spacy/2.3.5/) to use this model.
40
 
41
  ## Cite us!
42
 
43
  ```bibtex
44
+ @inproceedings{spacy2022,
45
  author = {Monroc, Claire Bizon and Miret, Blanche and Bonhomme, Marie-Laurence and Kermorvant, Christopher},
46
+ title = {{A Comprehensive Study Of Open-Source Libraries For Named Entity Recognition On Handwritten Historical Documents}},
47
  year = {2022},
48
  isbn = {978-3-031-06554-5},
 
 
49
  url = {https://doi.org/10.1007/978-3-031-06555-2_29},
50
  doi = {10.1007/978-3-031-06555-2_29},
 
51
  booktitle = {Document Analysis Systems: 15th IAPR International Workshop, DAS 2022, La Rochelle, France, May 22–25, 2022, Proceedings},
52
  pages = {429–444},
53
  numpages = {16},
 
 
54
  }
55
  ```