Files changed (1) hide show
  1. README.md +32 -0
README.md ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - OCR
4
+ - HTR
5
+ pretty_name: Tschörmen
6
+ license: apache-2.0
7
+ task_categories:
8
+ - sequence-prediction
9
+ language:
10
+ - de
11
+ ---
12
+
13
+ # Tschörmen
14
+ A collection of manually handwritten random German text chunks, i.e.
15
+ text snippets, words, word snippets.
16
+
17
+ The text data originated from [WORTSCHATZ LEIPZIG](https://downloads.wortschatz.uni-leipzig.de/deu_mixed-typical_2021_1M-sentences.txt.gz), the words and word snippets are the
18
+ 150 most common and 150 least common words and snippets within the base data.
19
+
20
+ +++ insert frequency plot +++
21
+
22
+ ## Description
23
+ This string data can be found under the `labels` column.
24
+
25
+ Apart from the labels we provide two different annotations both collected at the same time, representing the same handwriting in two forms
26
+ - `input_svg`: svg plot of final annotation (black on white)
27
+ - `input_coordinates`: pen stroke coordinates as array of strokes (array of coordinates)
28
+
29
+ ## Dataset collection
30
+ The dataset was collected using the [alphabet](https://easybits-alphabet.netlify.app/) application created by the people of [easybits.tech](https://easybits.tech).
31
+
32
+ All samples were submitted by a single annotator within a timespan of a week.