alix-tz commited on
Commit
29749b5
·
1 Parent(s): 0ae718a

updated README

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -30,18 +30,18 @@ In Noisy Ground Truth - Missing Words, each variation column is affected by the
30
  The dataset is composed of the following columns:
31
 
32
  - `gold`: the original text
33
- - `source`: identify the original work from which the text was extracted
34
  - ex: "sido-colette" means that the text was extracted from Colette's *Sido* (or *Les Vignes*)
35
  - `MW-F`: the first word is missing
36
  - `MW-L`: the last word is missing
37
  - `MW-50`: half of the words are missing, chosen randomly
38
  - `MW-50-L`: half of the words are missing, chosen from the end of the text
39
  - `MW-1`: one word is missing, chosen randomly
40
- - `MW-1-POS`: position of the missing word
41
  - `n_line`: number identifying the line in page # `n_page`
42
  - `n_page`: number identifying the page (the page changes every 25 lines)
43
  - `split`: split between train, validation and test (applied at page level)
44
- - `im_path`: path to the image file generated with TextRecognitionDataGenerator (kept for reference)
45
 
46
  ## Dataset Card Contact
47
 
 
30
  The dataset is composed of the following columns:
31
 
32
  - `gold`: the original text
33
+ - `source`: identifies the original work from which the text was extracted
34
  - ex: "sido-colette" means that the text was extracted from Colette's *Sido* (or *Les Vignes*)
35
  - `MW-F`: the first word is missing
36
  - `MW-L`: the last word is missing
37
  - `MW-50`: half of the words are missing, chosen randomly
38
  - `MW-50-L`: half of the words are missing, chosen from the end of the text
39
  - `MW-1`: one word is missing, chosen randomly
40
+ - `MW-1-POS`: position of the missing word in MW-1
41
  - `n_line`: number identifying the line in page # `n_page`
42
  - `n_page`: number identifying the page (the page changes every 25 lines)
43
  - `split`: split between train, validation and test (applied at page level)
44
+ - `im`: synthetic text line image
45
 
46
  ## Dataset Card Contact
47