CoffeeGitta commited on
Commit
13fc1d6
·
verified ·
1 Parent(s): f190743

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -1
README.md CHANGED
@@ -38,4 +38,21 @@ language:
38
  HeadlineHunter is a novel Document Layout Analysis Dataset centred on newspapers.
39
 
40
 
41
- The newspapers currently in the dataset are from The Daily Monitor (Uganda), but we hope to add more as time progresses
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38
  HeadlineHunter is a novel Document Layout Analysis Dataset centred on newspapers.
39
 
40
 
41
+ The newspapers currently in the dataset are from The Daily Monitor (Uganda), but we hope to add more as time progresses.
42
+
43
+
44
+ ## Class Labels
45
+ ```
46
+ {0: 'Ad',
47
+ 1: 'Table',
48
+ 2: 'byline',
49
+ 3: 'caption',
50
+ 4: 'deck',
51
+ 5: 'folio',
52
+ 6: 'headline',
53
+ 7: 'illustration',
54
+ 8: 'jumpline',
55
+ 9: 'masthead',
56
+ 10: 'photograph',
57
+ 11: 'story'}
58
+ ```