starride-teklia
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -10,6 +10,8 @@ metrics:
|
|
10 |
- WER
|
11 |
language:
|
12 |
- ge
|
|
|
|
|
13 |
---
|
14 |
|
15 |
# Fraktur handwritten text recognition
|
@@ -35,3 +37,14 @@ Results can be improved by combining PyLaia with a n-gram language model.
|
|
35 |
## How to use
|
36 |
|
37 |
Please refer to the [documentation](https://atr.pages.teklia.com/pylaia/).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
- WER
|
11 |
language:
|
12 |
- ge
|
13 |
+
datasets:
|
14 |
+
- Teklia/NewsEyeAustrian
|
15 |
---
|
16 |
|
17 |
# Fraktur handwritten text recognition
|
|
|
37 |
## How to use
|
38 |
|
39 |
Please refer to the [documentation](https://atr.pages.teklia.com/pylaia/).
|
40 |
+
|
41 |
+
## Cite us
|
42 |
+
|
43 |
+
```bibtex
|
44 |
+
@inproceedings{pylaia-lib,
|
45 |
+
author = "Tarride, Solène and Schneider, Yoann and Generali, Marie and Boillet, Melodie and Abadie, Bastien and Kermorvant, Christopher",
|
46 |
+
title = "Improving Automatic Text Recognition with Language Models in the PyLaia Open-Source Library",
|
47 |
+
booktitle = "Submitted at ICDAR2024",
|
48 |
+
year = "2024"
|
49 |
+
}
|
50 |
+
```
|