Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -16,4 +16,63 @@ configs:
|
|
16 |
data_files:
|
17 |
- split: train
|
18 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
data_files:
|
17 |
- split: train
|
18 |
path: data/train-*
|
19 |
+
license: apache-2.0
|
20 |
+
task_categories:
|
21 |
+
- image-to-text
|
22 |
+
language:
|
23 |
+
- sv
|
24 |
+
tags:
|
25 |
+
- OCR
|
26 |
+
- blackletter
|
27 |
+
- swedish
|
28 |
+
- newspapers
|
29 |
+
size_categories:
|
30 |
+
- 10K<n<100K
|
31 |
---
|
32 |
+
|
33 |
+
# Dataset Card for Dataset Name
|
34 |
+
|
35 |
+
<!-- Provide a quick summary of the dataset. -->
|
36 |
+
|
37 |
+
This is a dataset for swedish fraktur from the 19th century. The transcriptions were made by Språkbanken and converted into a text-line
|
38 |
+
dataset by the Swedish National Archives
|
39 |
+
|
40 |
+
## Dataset Details
|
41 |
+
|
42 |
+
### Dataset Description
|
43 |
+
|
44 |
+
|
45 |
+
- **Curated by:** Språkbanken, The Swedish National Archives
|
46 |
+
- **Language(s) (NLP):** Swedish
|
47 |
+
- **License:** [More Information Needed]
|
48 |
+
|
49 |
+
## Uses
|
50 |
+
|
51 |
+
### Direct Use
|
52 |
+
|
53 |
+
Train textline-based OCR models for swedish 19th century blackletter
|
54 |
+
|
55 |
+
## Dataset Structure
|
56 |
+
|
57 |
+
{
|
58 |
+
"image": Image(),
|
59 |
+
"text": str
|
60 |
+
}
|
61 |
+
|
62 |
+
## Dataset Creation
|
63 |
+
|
64 |
+
### Source Data
|
65 |
+
|
66 |
+
[Original dataset from Språkbanken - svenska tidningar 1818-1870](https://spraakbanken.gu.se/resurser/svenska-tidningar-1818-1870)
|
67 |
+
|
68 |
+
#### Who are the source data producers?
|
69 |
+
|
70 |
+
[Språkbanken](https://spraakbanken.gu.se/)
|
71 |
+
|
72 |
+
## Dataset Card Authors
|
73 |
+
|
74 |
+
Erik Lenas
|
75 |
+
|
76 |
+
## Dataset Card Contact
|
77 |
+
|
78 |
+
erik.lenas@riksarkivet.se
|