Maciej Rapacz commited on
Commit
78b9ea7
·
1 Parent(s): 1458b69

Update column names

Browse files
Files changed (1) hide show
  1. README.md +11 -10
README.md CHANGED
@@ -78,16 +78,17 @@ The dataset is divided into:
78
  - Test: 794 verses (10%)
79
 
80
  Each entry contains:
81
- - `EN_GREEK_DIACRITICS`: Greek text with diacritics (BibleHub source)
82
- - `EN_GREEK_NORMALIZED`: Normalized Greek text (lowercase, no diacritics)
83
- - `EN_TAGS_BIBLEHUB`: BibleHub morphological tags
84
- - `EN_TAGS_OBLUBIENICA`: Oblubienica morphological tags
85
- - `EN_TRANS`: English translation
86
- - `PL_GREEK_DIACRITICS`: Greek text with diacritics (Oblubienica source)
87
- - `PL_GREEK_NORMALIZED`: Normalized Greek text
88
- - `PL_TRANS`: Polish translation
89
- - `PL_TAGS_BIBLEHUB`: BibleHub morphological tags mapped to Polish text
90
- - `PL_TAGS_OBLUBIENICA`: Oblubienica morphological tags
 
91
 
92
  ## Dataset Card Authors
93
 
 
78
  - Test: 794 verses (10%)
79
 
80
  Each entry contains:
81
+ - `source_diacritics`: Greek text with diacritics (BibleHub source)
82
+ - `source_normalized`: Normalized Greek text (lowercase, no diacritics)
83
+ - `tag_biblehub`: BibleHub morphological tags
84
+ - `tag_oblubienica`: Oblubienica morphological tags
85
+ - `target_pl`: Polish translation sourced from Oblubienica
86
+ - `target_en`: English translation sourced from BibleHub
87
+ - `book`: Book number
88
+ - `chapter`: Chapter number
89
+ - `verse`: Verse number
90
+ - `book_name_pl`: Book name in Polish
91
+ - `book_name_en`: Book name in English
92
 
93
  ## Dataset Card Authors
94