Datasets:
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Error code: DatasetGenerationError
Exception: CastError
Message: Couldn't cast
build_date: string
errors: list<item: null>
child 0, item: null
format_options: string
format_version: string
lines_by_type: struct<label: int64, paragraph: int64>
child 0, label: int64
child 1, paragraph: int64
lines_with_high_ascii: int64
page_ids_without_lines: list<item: string>
child 0, item: string
pages_by_language: struct<A: int64, B: int64, unknown: int64>
child 0, A: int64
child 1, B: int64
child 2, unknown: int64
pages_by_section: struct<astronomical: int64, biological: int64, cosmological: int64, herbal: int64, pharmaceutical: i (... 52 chars omitted)
child 0, astronomical: int64
child 1, biological: int64
child 2, cosmological: int64
child 3, herbal: int64
child 4, pharmaceutical: int64
child 5, stars: int64
child 6, text_only: int64
child 7, zodiac: int64
pages_with_lines: int64
pages_without_lines: int64
source_file: string
source_hash: string
source_verified: bool
text_clean_policy: string
total_characters: int64
total_lines: int64
total_pages: int64
total_pages_in_source: int64
total_words: int64
warnings: list<item: null>
child 0, item: null
line_index: int64
text: string
word_count: int64
line_id: string
has_uncertain: bool
position: string
has_illegible: bool
hand: string
char_count: int64
source_version: string
currier_language: string
section: string
has_alternatives: bool
quire: string
has_high_ascii: bool
text_clean: string
line_type: string
line_number: int64
illustration_type: string
page_id: string
source: string
to
{'char_count': Value('int64'), 'currier_language': Value('string'), 'hand': Value('string'), 'has_alternatives': Value('bool'), 'has_high_ascii': Value('bool'), 'has_illegible': Value('bool'), 'has_uncertain': Value('bool'), 'illustration_type': Value('string'), 'line_id': Value('string'), 'line_index': Value('int64'), 'line_number': Value('int64'), 'line_type': Value('string'), 'page_id': Value('string'), 'position': Value('string'), 'quire': Value('string'), 'section': Value('string'), 'source': Value('string'), 'source_version': Value('string'), 'text': Value('string'), 'text_clean': Value('string'), 'word_count': Value('int64')}
because column names don't match
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1779, in _prepare_split_single
for key, table in generator:
^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/json/json.py", line 299, in _generate_tables
self._cast_table(pa_table, json_field_paths=json_field_paths),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/json/json.py", line 128, in _cast_table
pa_table = table_cast(pa_table, self.info.features.arrow_schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2321, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2249, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
build_date: string
errors: list<item: null>
child 0, item: null
format_options: string
format_version: string
lines_by_type: struct<label: int64, paragraph: int64>
child 0, label: int64
child 1, paragraph: int64
lines_with_high_ascii: int64
page_ids_without_lines: list<item: string>
child 0, item: string
pages_by_language: struct<A: int64, B: int64, unknown: int64>
child 0, A: int64
child 1, B: int64
child 2, unknown: int64
pages_by_section: struct<astronomical: int64, biological: int64, cosmological: int64, herbal: int64, pharmaceutical: i (... 52 chars omitted)
child 0, astronomical: int64
child 1, biological: int64
child 2, cosmological: int64
child 3, herbal: int64
child 4, pharmaceutical: int64
child 5, stars: int64
child 6, text_only: int64
child 7, zodiac: int64
pages_with_lines: int64
pages_without_lines: int64
source_file: string
source_hash: string
source_verified: bool
text_clean_policy: string
total_characters: int64
total_lines: int64
total_pages: int64
total_pages_in_source: int64
total_words: int64
warnings: list<item: null>
child 0, item: null
line_index: int64
text: string
word_count: int64
line_id: string
has_uncertain: bool
position: string
has_illegible: bool
hand: string
char_count: int64
source_version: string
currier_language: string
section: string
has_alternatives: bool
quire: string
has_high_ascii: bool
text_clean: string
line_type: string
line_number: int64
illustration_type: string
page_id: string
source: string
to
{'char_count': Value('int64'), 'currier_language': Value('string'), 'hand': Value('string'), 'has_alternatives': Value('bool'), 'has_high_ascii': Value('bool'), 'has_illegible': Value('bool'), 'has_uncertain': Value('bool'), 'illustration_type': Value('string'), 'line_id': Value('string'), 'line_index': Value('int64'), 'line_number': Value('int64'), 'line_type': Value('string'), 'page_id': Value('string'), 'position': Value('string'), 'quire': Value('string'), 'section': Value('string'), 'source': Value('string'), 'source_version': Value('string'), 'text': Value('string'), 'text_clean': Value('string'), 'word_count': Value('int64')}
because column names don't match
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1347, in compute_config_parquet_and_info_response
parquet_operations = convert_to_parquet(builder)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 980, in convert_to_parquet
builder.download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 882, in download_and_prepare
self._download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 943, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1646, in _prepare_split
for job_id, done, content in self._prepare_split_single(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1832, in _prepare_split_single
raise DatasetGenerationError("An error occurred while generating the dataset") from e
datasets.exceptions.DatasetGenerationError: An error occurred while generating the datasetNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
char_count int64 | currier_language string | hand string | has_alternatives bool | has_high_ascii bool | has_illegible bool | has_uncertain bool | illustration_type string | line_id string | line_index int64 | line_number int64 | line_type string | page_id string | position string | quire string | section string | source string | source_version string | text string | text_clean string | word_count int64 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
43 | A | 1 | true | true | false | false | T | f1r:1 | 1 | 1 | paragraph | f1r | @ | A | text_only | zandbergen_landini | bf5b6d4ac1e3 | <%>fachys.ykal.ar.ataiin.shol.shory.[cth:oto]res.y.kor.sholdy<!@254;> | fachys.ykal.ar.ataiin.shol.shory.cthres.y.kor.sholdy | 10 |
43 | A | 1 | false | false | false | false | T | f1r:2 | 2 | 2 | paragraph | f1r | + | A | text_only | zandbergen_landini | bf5b6d4ac1e3 | sory.ckhar.or,y.kair.chtaiin.shar.ase.cthar.cthar,dan | sory.ckhar.or,y.kair.chtaiin.shar.ase.cthar.cthar,dan | 11 |
44 | A | 1 | false | false | false | false | T | f1r:3 | 3 | 3 | paragraph | f1r | + | A | text_only | zandbergen_landini | bf5b6d4ac1e3 | syaiir.sheky.or.ykaiin.shod.cthoary.cthes.daraiin.sy | syaiir.sheky.or.ykaiin.shod.cthoary.cthes.daraiin.sy | 9 |
44 | A | 1 | true | false | false | false | T | f1r:4 | 4 | 4 | paragraph | f1r | + | A | text_only | zandbergen_landini | bf5b6d4ac1e3 | soiin.oteey.oteo[s:r],roloty.cthiar,daiin.okaiin.or.okan | soiin.oteey.oteos,roloty.cthiar,daiin.okaiin.or.okan | 9 |
29 | A | 1 | false | false | false | false | T | f1r:5 | 5 | 5 | paragraph | f1r | + | A | text_only | zandbergen_landini | bf5b6d4ac1e3 | sair,y.chear.cthaiin.cphar.cfhaiin | sair,y.chear.cthaiin.cphar.cfhaiin | 6 |
36 | A | 1 | false | true | false | false | T | f1r:7 | 6 | 7 | paragraph | f1r | * | A | text_only | zandbergen_landini | bf5b6d4ac1e3 | <%><!@252;>odar.{c'y}.shol.cphoy.oydar.sh.s.cfhoaiin.shodary | odar..shol.cphoy.oydar.sh.s.cfhoaiin.shodary | 8 |
45 | A | 1 | false | false | false | false | T | f1r:8 | 7 | 8 | paragraph | f1r | + | A | text_only | zandbergen_landini | bf5b6d4ac1e3 | yshey.shody.okchoy.otchol.chocthy.os,chy.dain.chor.kos | yshey.shody.okchoy.otchol.chocthy.os,chy.dain.chor.kos | 10 |
19 | A | 1 | false | false | false | false | T | f1r:9 | 8 | 9 | paragraph | f1r | + | A | text_only | zandbergen_landini | bf5b6d4ac1e3 | daiin.shos.cfhol.shody | daiin.shos.cfhol.shody | 4 |
42 | A | 1 | false | true | false | false | T | f1r:11 | 9 | 11 | paragraph | f1r | * | A | text_only | zandbergen_landini | bf5b6d4ac1e3 | <%><!@253;>ydain.cphesaiin.ols.cphey.ytain.shoshy.cphodal,es | ydain.cphesaiin.ols.cphey.ytain.shoshy.cphodal,es | 8 |
44 | A | 1 | false | false | false | false | T | f1r:12 | 10 | 12 | paragraph | f1r | + | A | text_only | zandbergen_landini | bf5b6d4ac1e3 | oksho.kshoy.otairin.oteol.okan.shodain.sckhey.daiin | oksho.kshoy.otairin.oteol.okan.shodain.sckhey.daiin | 8 |
45 | A | 1 | false | false | false | false | T | f1r:13 | 11 | 13 | paragraph | f1r | + | A | text_only | zandbergen_landini | bf5b6d4ac1e3 | shoy.ckhey.kodaiin.cphy.cphodaiils.cthey.sho.oldain.d | shoy.ckhey.kodaiin.cphy.cphodaiils.cthey.sho.oldain.d | 9 |
43 | A | 1 | true | false | false | true | T | f1r:14 | 12 | 14 | paragraph | f1r | + | A | text_only | zandbergen_landini | bf5b6d4ac1e3 | dain.oiin.chol.odaiin.chodain.chdy.ok[a:o]in.d?n.cthy.kod | dain.oiin.chol.odaiin.chodain.chdy.okain.dn.cthy.kod | 10 |
41 | A | 1 | false | false | false | false | T | f1r:15 | 13 | 15 | paragraph | f1r | + | A | text_only | zandbergen_landini | bf5b6d4ac1e3 | daiin.shckhey.{ck}eo.r.char.shey.kol.chol.chol.kor.chal | daiin.shckhey.eo.r.char.shey.kol.chol.chol.kor.chal | 11 |
40 | A | 1 | false | false | false | false | T | f1r:16 | 14 | 16 | paragraph | f1r | + | A | text_only | zandbergen_landini | bf5b6d4ac1e3 | sho.chol.shodan.kshy.kchy.d.or.chodaiin.sho.koeam | sho.chol.shodan.kshy.kchy.d.or.chodaiin.sho.koeam | 10 |
38 | A | 1 | true | true | false | false | T | f1r:17 | 15 | 17 | paragraph | f1r | + | A | text_only | zandbergen_landini | bf5b6d4ac1e3 | ycho.tchey.chekain.sheo,pshol.dydyd.cthy.dai[{cto}:@194;]y | ycho.tchey.chekain.sheo,pshol.dydyd.cthy.daiy | 8 |
40 | A | 1 | false | false | false | false | T | f1r:18 | 16 | 18 | paragraph | f1r | + | A | text_only | zandbergen_landini | bf5b6d4ac1e3 | yto.shol.she.kodshey.cphealy.dar,ain.dain.ckhyds | yto.shol.she.kodshey.cphealy.dar,ain.dain.ckhyds | 9 |
40 | A | 1 | false | true | false | false | T | f1r:19 | 17 | 19 | paragraph | f1r | + | A | text_only | zandbergen_landini | bf5b6d4ac1e3 | dchar.shcthaiin.okaiir.chey.@192;chy.@130;tol.cthols.dlo{ct}o | dchar.shcthaiin.okaiir.chey.@192;chy.@130;tol.cthols.dloo | 8 |
21 | A | 1 | false | false | false | false | T | f1r:20 | 18 | 20 | paragraph | f1r | + | A | text_only | zandbergen_landini | bf5b6d4ac1e3 | shok.chor.chey.dain.ckhey | shok.chor.chey.dain.ckhey | 5 |
50 | A | 1 | false | false | false | false | T | f1r:22 | 19 | 22 | paragraph | f1r | * | A | text_only | zandbergen_landini | bf5b6d4ac1e3 | <%>cpho.shaiin.shokcheey.chol.tshodeesy.shey.pydeey.cha.ro,dar | cpho.shaiin.shokcheey.chol.tshodeesy.shey.pydeey.cha.ro,dar | 10 |
43 | A | 1 | false | false | false | false | T | f1r:23 | 20 | 23 | paragraph | f1r | + | A | text_only | zandbergen_landini | bf5b6d4ac1e3 | ydoin.chol.dain.cthal.dar.shear.kaiin.dar.shey.cthar | ydoin.chol.dain.cthal.dar.shear.kaiin.dar.shey.cthar | 10 |
46 | A | 1 | false | false | false | true | T | f1r:24 | 21 | 24 | paragraph | f1r | + | A | text_only | zandbergen_landini | bf5b6d4ac1e3 | cho.?o.kaiin.shoaiin.okol.daiin.far.cthol.daiin.ctholdar | cho.o.kaiin.shoaiin.okol.daiin.far.cthol.daiin.ctholdar | 10 |
45 | A | 1 | false | false | false | true | T | f1r:25 | 22 | 25 | paragraph | f1r | + | A | text_only | zandbergen_landini | bf5b6d4ac1e3 | ycheey.okeey.oky.daiin.okchey.kokaiin.o?chol.k?dchy.dal | ycheey.okeey.oky.daiin.okchey.kokaiin.ochol.kdchy.dal | 9 |
42 | A | 1 | false | false | false | false | T | f1r:26 | 23 | 26 | paragraph | f1r | + | A | text_only | zandbergen_landini | bf5b6d4ac1e3 | dcheo.shody.koshey.cthy.ok,chey.keey.keey,dal.chtor | dcheo.shody.koshey.cthy.ok,chey.keey.keey,dal.chtor | 10 |
21 | A | 1 | false | false | false | true | T | f1r:27 | 24 | 27 | paragraph | f1r | + | A | text_only | zandbergen_landini | bf5b6d4ac1e3 | ?eo?.chol.chok.choty.chotey | eo.chol.chok.choty.chotey | 5 |
33 | A | 1 | false | false | false | false | H | f1v:1 | 1 | 1 | paragraph | f1v | @ | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | <%>kchsy.chydaiin.ol<->o,l,tchey.char.cfhar,am | kchsy.chydaiin.olo,l,tchey.char.cfhar,am | 8 |
35 | A | 1 | false | false | false | false | H | f1v:2 | 2 | 2 | paragraph | f1v | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | yteey.char.or.ochy<->dcho.lkody.okodar.chody | yteey.char.or.ochydcho.lkody.okodar.chody | 7 |
39 | A | 1 | false | false | false | false | H | f1v:3 | 3 | 3 | paragraph | f1v | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | da,ckhy.ckhockhy.shy<->dksheey.cthy.kotchody.dal | da,ckhy.ckhockhy.shydksheey.cthy.kotchody.dal | 7 |
29 | A | 1 | false | false | false | false | H | f1v:4 | 4 | 4 | paragraph | f1v | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | dol.chokeo.dair.dam<->sochey.chokody<$> | dol.chokeo.dair.damsochey.chokody | 5 |
43 | A | 1 | false | false | false | false | H | f1v:5 | 5 | 5 | paragraph | f1v | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | <%>potoy.shol.dair.cphoal<->dar.chey.tody.otoaiin.shoshy | potoy.shol.dair.cphoaldar.chey.tody.otoaiin.shoshy | 8 |
44 | A | 1 | false | false | false | false | H | f1v:6 | 6 | 6 | paragraph | f1v | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | choky.chol.ctho,l,shol.okal<->dolchey.chodo.lol.chy.cthy | choky.chol.ctho,l,shol.okaldolchey.chodo.lol.chy.cthy | 10 |
47 | A | 1 | false | false | false | false | H | f1v:7 | 7 | 7 | paragraph | f1v | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | qo<!bar over o>.ol,choees.cheol.dol.cthey<->ykol.dol.dolo.ykol.do,lchiody<!corr?> | qo.ol,choees.cheol.dol.ctheyykol.dol.dolo.ykol.do,lchiody | 11 |
45 | A | 1 | false | false | false | false | H | f1v:8 | 8 | 8 | paragraph | f1v | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | okolshol.kol,kechy.chol.ky<->chol.cthol.chody.chol.daiin | okolshol.kol,kechy.chol.kychol.cthol.chody.chol.daiin | 9 |
42 | A | 1 | true | true | false | false | H | f1v:9 | 9 | 9 | paragraph | f1v | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | shor.okol.chol.dol,ky.dar<->shol.dchor.o,tcho.dar.[sh:{@209;h}]ody | shor.okol.chol.dol,ky.darshol.dchor.o,tcho.dar.shody | 11 |
35 | A | 1 | false | false | false | false | H | f1v:10 | 10 | 10 | paragraph | f1v | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | taor.chotchey.dal.chody<->schody.pol.chodar<$> | taor.chotchey.dal.chodyschody.pol.chodar | 6 |
39 | A | 1 | false | false | false | false | H | f2r:1 | 1 | 1 | paragraph | f2r | @ | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | <%>kydainy.ypchol.daiin.otchal<->ypchaiin.ckholsy | kydainy.ypchol.daiin.otchalypchaiin.ckholsy | 5 |
22 | A | 1 | false | false | false | false | H | f2r:2 | 2 | 2 | paragraph | f2r | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | dorchory<->chkar.s<->shor.cthy.{cto} | dorchorychkar.sshor.cthy. | 3 |
29 | A | 1 | false | false | false | false | H | f2r:3 | 3 | 3 | paragraph | f2r | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | qotaiin<->cthey.y<->chor.chy.ydy<->chaiin | qotaiincthey.ychor.chy.ydychaiin | 4 |
29 | A | 1 | false | false | false | false | H | f2r:4 | 4 | 4 | paragraph | f2r | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | {c'o}aiidy<->chtod,dy<->cphy.dals<->chokaiin.d | aiidychtod,dycphy.dalschokaiin.d | 4 |
35 | A | 1 | false | false | false | false | H | f2r:5 | 5 | 5 | paragraph | f2r | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | otochor.al<->shodaiin<->chol,dan<->ytchaiin.dan | otochor.alshodaiinchol,danytchaiin.dan | 4 |
36 | A | 1 | false | false | false | false | H | f2r:6 | 6 | 6 | paragraph | f2r | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | saiin.dain,d<->dkol.sor<->ytoldy<->dchol.dchy.cthy | saiin.dain,ddkol.sorytoldydchol.dchy.cthy | 6 |
21 | A | 1 | false | false | false | false | H | f2r:7 | 7 | 7 | paragraph | f2r | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | shor.ckhy.daiiny<->chol,dan<$> | shor.ckhy.daiinychol,dan | 4 |
43 | A | 1 | false | false | false | false | H | f2r:8 | 8 | 8 | paragraph | f2r | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | <%>kydain.shaiin.qoy.s.shol.fodan<->yksh.olsheey.daiildy | kydain.shaiin.qoy.s.shol.fodanyksh.olsheey.daiildy | 8 |
44 | A | 1 | false | false | false | false | H | f2r:9 | 9 | 9 | paragraph | f2r | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | dls,sho.kol.sheey.qokey.ykody.so<->chol,yky.dain.daiisol | dls,sho.kol.sheey.qokey.ykody.sochol,yky.dain.daiisol | 10 |
45 | A | 1 | false | false | false | false | H | f2r:10 | 10 | 10 | paragraph | f2r | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | qo'ky.cholaiin.shol.sheky.daiin<->cthey.keol.saiin.e'a'iin | qo'ky.cholaiin.shol.sheky.daiincthey.keol.saiin.e'a'iin | 8 |
41 | A | 1 | false | false | false | false | H | f2r:11 | 11 | 11 | paragraph | f2r | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | ychain.dal.chy.dalor.shan.dan<->olsaiin.sheey.ckhor | ychain.dal.chy.dalor.shan.danolsaiin.sheey.ckhor | 8 |
43 | A | 1 | false | false | false | false | H | f2r:12 | 12 | 12 | paragraph | f2r | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | okol.chy.chor.cthor.yor.an.chan<->saiin.chety.chyky.sal | okol.chy.chor.cthor.yor.an.chansaiin.chety.chyky.sal | 10 |
23 | A | 1 | false | false | false | false | H | f2r:13 | 13 | 13 | paragraph | f2r | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | sho.ykeey.chey.daiin.chcthy<$> | sho.ykeey.chey.daiin.chcthy | 5 |
7 | A | 1 | false | false | false | false | H | f2r:15 | 14 | 15 | label | f2r | @ | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | ios.an.on | ios.an.on | 3 |
38 | A | 1 | false | false | false | false | H | f2v:1 | 1 | 1 | paragraph | f2v | @ | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | <%>kooiin.cheo,pchor.otaiin,odain.chor<->dair.shty | kooiin.cheo,pchor.otaiin,odain.chordair.shty | 7 |
40 | A | 1 | false | false | false | false | H | f2v:2 | 2 | 2 | paragraph | f2v | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | kcho,kchy.sho.shol.qotcho.loeees.qoty<->chor.daiin | kcho,kchy.sho.shol.qotcho.loeees.qotychor.daiin | 8 |
40 | A | 1 | false | false | false | false | H | f2v:3 | 3 | 3 | paragraph | f2v | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | otchy.chor.lshy.chol.chody.chodain<->chcthy.daiin | otchy.chor.lshy.chol.chody.chodainchcthy.daiin | 7 |
21 | A | 1 | false | false | false | false | H | f2v:4 | 4 | 4 | paragraph | f2v | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | sho.cholo.cheor.chodaiin<$> | sho.cholo.cheor.chodaiin | 4 |
34 | A | 1 | false | false | false | false | H | f2v:5 | 5 | 5 | paragraph | f2v | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | <%>kchor<!mark above o>.shy.daiiin.ch{cko}m<->s,shey.dor,chol,daiin | kchor.shy.daiiin.chms,shey.dor,chol,daiin | 8 |
41 | A | 1 | false | false | false | false | H | f2v:6 | 6 | 6 | paragraph | f2v | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | dor.chol.chor.chol.keol.chy.chty<->daiin.o,tchor.chan | dor.chol.chor.chol.keol.chy.chtydaiin.o,tchor.chan | 10 |
42 | A | 1 | false | false | false | false | H | f2v:7 | 7 | 7 | paragraph | f2v | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | daiin.chotchey.qoteeey.chokeos<->chees.chr.cheaiin | daiin.chotchey.qoteeey.chokeoschees.chr.cheaiin | 6 |
28 | A | 1 | false | false | false | false | H | f2v:8 | 8 | 8 | paragraph | f2v | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | chokoishe.chor.cheol.chol.dolody<$> | chokoishe.chor.cheol.chol.dolody | 5 |
25 | A | 1 | false | false | false | false | H | f3r:1 | 1 | 1 | paragraph | f3r | @ | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | <%>tsheos.qopal.chol.cthol.daimg | tsheos.qopal.chol.cthol.daimg | 5 |
24 | A | 1 | false | false | false | false | H | f3r:2 | 2 | 2 | paragraph | f3r | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | ycheor.chor.dam.qotcham.cham | ycheor.chor.dam.qotcham.cham | 5 |
25 | A | 1 | false | false | false | false | H | f3r:3 | 3 | 3 | paragraph | f3r | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | ochor.qocheor.chol.daiin.cthy | ochor.qocheor.chol.daiin.cthy | 5 |
24 | A | 1 | false | false | false | false | H | f3r:4 | 4 | 4 | paragraph | f3r | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | schey.chor.chal.chag.cham.cho | schey.chor.chal.chag.cham.cho | 6 |
22 | A | 1 | false | false | false | false | H | f3r:5 | 5 | 5 | paragraph | f3r | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | qokol.chololy.s.cham.cthol | qokol.chololy.s.cham.cthol | 5 |
24 | A | 1 | false | false | false | false | H | f3r:6 | 6 | 6 | paragraph | f3r | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | ychtaiin.chor.cthom.otaldam | ychtaiin.chor.cthom.otaldam | 4 |
25 | A | 1 | false | false | false | false | H | f3r:7 | 7 | 7 | paragraph | f3r | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | otchol.qodaiin.chom.shom.damo | otchol.qodaiin.chom.shom.damo | 5 |
21 | A | 1 | false | false | false | false | H | f3r:8 | 8 | 8 | paragraph | f3r | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | ysheor.chor.chol.oky.dago | ysheor.chor.chol.oky.dago | 5 |
23 | A | 1 | false | false | false | false | H | f3r:9 | 9 | 9 | paragraph | f3r | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | sho.vor.sheoldam.otchody.ol | sho.vor.sheoldam.otchody.ol | 5 |
13 | A | 1 | false | false | false | false | H | f3r:10 | 10 | 10 | paragraph | f3r | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | ydar.cholcthom<$> | ydar.cholcthom | 2 |
23 | A | 1 | false | false | false | false | H | f3r:11 | 11 | 11 | paragraph | f3r | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | <%>pcheol.shol.sols.sheol.shey | pcheol.shol.sols.sheol.shey | 5 |
29 | A | 1 | false | false | false | false | H | f3r:12 | 12 | 12 | paragraph | f3r | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | okadaiin.qokchor.qo,schodam.octhy | okadaiin.qokchor.qo,schodam.octhy | 5 |
32 | A | 1 | false | false | false | false | H | f3r:13 | 13 | 13 | paragraph | f3r | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | qokeey.qot,shey.qokody.qokshey.cheody | qokeey.qot,shey.qokody.qokshey.cheody | 6 |
21 | A | 1 | false | false | false | false | H | f3r:14 | 14 | 14 | paragraph | f3r | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | chor.qodair.okeey.qokeey<$> | chor.qodair.okeey.qokeey | 4 |
41 | A | 1 | false | false | false | false | H | f3r:15 | 15 | 15 | paragraph | f3r | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | <%>tsheoarom.shor.or.chor.olchsy.chom.otchom<->oporar | tsheoarom.shor.or.chor.olchsy.chom.otchomoporar | 7 |
42 | A | 1 | false | false | false | false | H | f3r:16 | 16 | 16 | paragraph | f3r | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | oteol.chol.s.cheol.ekshy.qokeom.qokol.daiin<->soleeg | oteol.chol.s.cheol.ekshy.qokeom.qokol.daiinsoleeg | 8 |
28 | A | 1 | false | false | false | false | H | f3r:17 | 17 | 17 | paragraph | f3r | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | soeom.okeom.yteody.qokeeodal.sam<$> | soeom.okeom.yteody.qokeeodal.sam | 5 |
45 | A | 1 | false | false | false | false | H | f3r:18 | 18 | 18 | paragraph | f3r | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | <%>pcheoldom.shodaiin.qopchor.qopol.opchol,qoty<->otolom | pcheoldom.shodaiin.qopchor.qopol.opchol,qotyotolom | 6 |
43 | A | 1 | false | false | false | false | H | f3r:19 | 19 | 19 | paragraph | f3r | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | otchor.ol,cheor.qoeor.dair.qoteol.qosaiin<->chor.cthy | otchor.ol,cheor.qoeor.dair.qoteol.qosaiinchor.cthy | 8 |
33 | A | 1 | false | false | false | false | H | f3r:20 | 20 | 20 | paragraph | f3r | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | ycheor.chol.odaiin.chol.s.aiin.okol,or.am<$> | ycheor.chol.odaiin.chol.s.aiin.okol,or.am | 9 |
35 | A | 1 | false | false | false | false | H | f3v:1 | 1 | 1 | paragraph | f3v | @ | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | <%>koaiin.cphor.qotoy.sha.ckhol.ykoaiin.s.oly | koaiin.cphor.qotoy.sha.ckhol.ykoaiin.s.oly | 8 |
35 | A | 1 | false | false | false | false | H | f3v:2 | 2 | 2 | paragraph | f3v | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | daiidy.qoteeol.okeeor.okor.olytol.dol,dar | daiidy.qoteeol.okeeor.okor.olytol.dol,dar | 7 |
33 | A | 1 | false | false | false | false | H | f3v:3 | 3 | 3 | paragraph | f3v | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | okom.chol.shol.seees.chom.cheeykam.okai | okom.chol.shol.seees.chom.cheeykam.okai | 7 |
32 | A | 1 | false | false | false | false | H | f3v:4 | 4 | 4 | paragraph | f3v | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | qodar.ees.eey.kcheol.okal.do.r.chear,een | qodar.ees.eey.kcheol.okal.do.r.chear,een | 9 |
24 | A | 1 | true | false | false | false | H | f3v:5 | 5 | 5 | paragraph | f3v | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | ychear.otchal.cho,r.char.ckh[a:y] | ychear.otchal.cho,r.char.ckha | 6 |
21 | A | 1 | false | false | false | false | H | f3v:6 | 6 | 6 | paragraph | f3v | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | or.cheor.kor.chodaly.chom<$> | or.cheor.kor.chodaly.chom | 5 |
21 | A | 1 | false | false | false | false | H | f3v:7 | 7 | 7 | paragraph | f3v | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | <%>tchor.otcham.chor.cfham.s | tchor.otcham.chor.cfham.s | 5 |
24 | A | 1 | false | false | false | false | H | f3v:8 | 8 | 8 | paragraph | f3v | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | ykchy.kchom.chor.chckhol.oka | ykchy.kchom.chor.chckhol.oka | 5 |
30 | A | 1 | false | false | false | false | H | f3v:9 | 9 | 9 | paragraph | f3v | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | ytcheear.okeol.cthodoaly.chor.cthy | ytcheear.okeol.cthodoaly.chor.cthy | 5 |
31 | A | 1 | false | false | false | false | H | f3v:10 | 10 | 10 | paragraph | f3v | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | ochos.daiin.qokshol.daiim.chol.okary | ochos.daiin.qokshol.daiim.chol.okary | 6 |
31 | A | 1 | false | false | false | false | H | f3v:11 | 11 | 11 | paragraph | f3v | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | sho.shockho.ckhy.tchor.chodaiin.chom | sho.shockho.ckhy.tchor.chodaiin.chom | 6 |
26 | A | 1 | false | false | false | false | H | f3v:12 | 12 | 12 | paragraph | f3v | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | osh.chodair.ytchy.tchor.kcham.s | osh.chodair.ytchy.tchor.kcham.s | 6 |
29 | A | 1 | false | false | false | false | H | f3v:13 | 13 | 13 | paragraph | f3v | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | shar.shkaiin.qokchy.yty.cthal.chky | shar.shkaiin.qokchy.yty.cthal.chky | 6 |
14 | A | 1 | false | false | false | false | H | f3v:14 | 14 | 14 | paragraph | f3v | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | dain.sheam.y,keam<$> | dain.sheam.y,keam | 4 |
44 | A | 1 | false | false | false | false | H | f4r:1 | 1 | 1 | paragraph | f4r | @ | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | <%>kodalchy.chpady.sheol.ol,sheey.qotey<->doiin.chor.ytoy | kodalchy.chpady.sheol.ol,sheey.qoteydoiin.chor.ytoy | 8 |
43 | A | 1 | false | true | false | false | H | f4r:2 | 2 | 2 | paragraph | f4r | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | dchor.shol.shol.cthol.shtchy.chaiin.@163;s<->choraiin.chom | dchor.shol.shol.cthol.shtchy.chaiin.@163;schoraiin.chom | 8 |
36 | A | 1 | false | false | false | false | H | f4r:3 | 3 | 3 | paragraph | f4r | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | otchol.chol.chy.chaiin.qotaiin<->daiin.shain | otchol.chol.chy.chaiin.qotaiindaiin.shain | 6 |
28 | A | 1 | false | false | false | false | H | f4r:4 | 4 | 4 | paragraph | f4r | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | qotchol,chy.yty.daiin.okaiin.cthy<$> | qotchol,chy.yty.daiin.okaiin.cthy | 6 |
19 | A | 1 | false | false | false | false | H | f4r:5 | 5 | 5 | paragraph | f4r | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | <%>pydaiin.qotchy.dy,tydy | pydaiin.qotchy.dy,tydy | 4 |
19 | A | 1 | false | false | false | false | H | f4r:6 | 6 | 6 | paragraph | f4r | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | chor.shytchy.dytcheey | chor.shytchy.dytcheey | 3 |
22 | A | 1 | false | false | false | false | H | f4r:7 | 7 | 7 | paragraph | f4r | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | qotaiin.cthol.daiin.cthom | qotaiin.cthol.daiin.cthom | 4 |
23 | A | 1 | false | false | false | false | H | f4r:8 | 8 | 8 | paragraph | f4r | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | shor.shol.shol.cthy.cpholdy | shor.shol.shol.cthy.cpholdy | 5 |
23 | A | 1 | false | false | false | false | H | f4r:9 | 9 | 9 | paragraph | f4r | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | daiin.ckhochy.tchy.kor,aiin | daiin.ckhochy.tchy.kor,aiin | 5 |
22 | A | 1 | false | false | false | false | H | f4r:10 | 10 | 10 | paragraph | f4r | + | A | herbal | zandbergen_landini | bf5b6d4ac1e3 | odal.shor.shyshol.cphaiin | odal.shor.shyshol.cphaiin | 4 |
Voynich Manuscript EVA Transcription
Dataset Summary
This dataset provides a line-level transcription of the Voynich Manuscript in EVA (Extensible Voynich Alphabet) encoding. The Voynich Manuscript is a 15th-century codex written in an undeciphered script, held at Yale University's Beinecke Rare Book & Manuscript Library (MS 408).
This transcription is derived from the Zandbergen-Landini (ZL) transcription, the most complete and accurate EVA transcription available.
This dataset is part of the Voynich Computational Analysis Toolkit (VCAT).
Dataset Structure
Data Instance
{
"page_id": "f1r",
"line_number": 1,
"line_index": 1,
"line_id": "f1r:1",
"text": "<%>fachys.ykal.ar.ataiin.shol.shory.[cth:oto]res.y.kor.sholdy<!@254;>",
"text_clean": "fachys.ykal.ar.ataiin.shol.shory.cthres.y.kor.sholdy",
"line_type": "paragraph",
"position": "@",
"quire": "A",
"section": "text_only",
"currier_language": "A",
"hand": "1",
"illustration_type": "T",
"char_count": 43,
"word_count": 10,
"has_uncertain": false,
"has_illegible": false,
"has_alternatives": true,
"has_high_ascii": true,
"source": "zandbergen_landini",
"source_version": "bf5b6d4ac1e3"
}
Data Fields
| Field | Type | Description |
|---|---|---|
page_id |
string | Folio identifier (e.g., "f1r" for folio 1 recto) |
line_number |
int | Source locus ID within page (may have gaps - preserves original numbering) |
line_index |
int | Sequential index within page (always 1..n, no gaps) |
line_id |
string | Unique identifier: {page_id}:{line_number} |
text |
string | Raw transcription with IVTFF markup |
text_clean |
string | Cleaned text (markup removed, @NNN; codes preserved - lossless) |
line_type |
string | Type: "paragraph", "label", "circle", "radius" |
position |
string | Position indicator: "@" (new), "+" (continue), "=" (end), "*" (new para) |
quire |
string | Quire identifier (A-T) |
section |
string | Manuscript section (herbal, astronomical, biological, etc.) |
currier_language |
string | Currier's language classification: "A" or "B" |
hand |
string | Scribe hand identifier |
illustration_type |
string | Type of illustration on page (H=herbal, A=astro, etc.) |
char_count |
int | Count of EVA characters |
word_count |
int | Count of words (separated by . or ,) |
has_uncertain |
bool | Contains uncertain reading markers (?) |
has_illegible |
bool | Contains illegible markers |
has_alternatives |
bool | Contains alternative readings ([a:b]) |
has_high_ascii |
bool | Contains high-ASCII codes (@NNN;) |
source |
string | Source transcription identifier |
source_version |
string | SHA256 hash prefix of source file |
Data Splits
| Split | Records | Description |
|---|---|---|
| train | 4,072 | Complete transcription (no splits) |
Dataset Creation
Source Data
- Source: Zandbergen-Landini (ZL) Transcription v3b
- URL: https://www.voynich.nu/data/ZL3b-n.txt
- Format: IVTFF 2.0 (Intermediate Voynich Transliteration File Format)
- Attribution: René Zandbergen and Gabriel Landini
The ZL transcription is based on the European Voynich Manuscript Transcription (EVMT) project and represents the most accurate complete transcription of the Voynich Manuscript.
Processing
Built by VCAT processing scripts:
- Parse IVTFF format
- Extract page-level metadata from headers
- Clean text (remove markup, keep first alternatives)
- Validate against EVA character set
- Compute line-level statistics
- Export to Parquet
Pipeline: fetch → parse → validate → export
Repository: voynich-data
Validation
- Schema validation: ✓ Passed
- EVA character validation: ✓ 170,564 characters validated
- All smoke tests: ✓ Passed (10/10)
Statistics
| Metric | Value |
|---|---|
| Total pages | 226 |
| Total lines | 4,072 |
| Total EVA characters | 170,564 |
| Total words | 33,711 |
| Paragraph lines | 3,957 |
| Label lines | 115 |
| Language A pages | 114 |
| Language B pages | 82 |
Top Characters by Frequency
| Character | Count | Percentage |
|---|---|---|
| o | 22,022 | 12.9% |
| e | 17,823 | 10.4% |
| h | 16,133 | 9.5% |
| y | 15,819 | 9.3% |
| a | 12,628 | 7.4% |
| c | 11,917 | 7.0% |
| d | 11,673 | 6.8% |
| i | 10,745 | 6.3% |
| k | 9,854 | 5.8% |
| l | 9,380 | 5.5% |
Considerations
Limitations
- Transcription uncertainty: The Voynich script is ambiguous; some readings are uncertain (flagged with
has_uncertainandhas_alternatives) - No semantic meaning: This is a character-level transcription; the text remains undeciphered
- Section classification: Section assignments are approximate and may differ from other sources
- Single transcription: This dataset uses ZL only; other transcriptions may differ (see
voynich-transcription-disagreements)
Schema Status
⚠️ Pre-1.0: Schema may change. Pin to specific versions for reproducibility.
Related Datasets
This dataset is part of the Voynich Computational Analysis Toolkit (VCAT):
voynich-eva(this dataset) - Line-level EVA transcriptionvoynich-manuscript-metadata- Page, folio, quire metadatavoynich-transcription-disagreements- Cross-transcription mismatch index
Datasets can be joined on page_id.
Quick Start
from datasets import load_dataset
# Load the dataset
ds = load_dataset("Ched-ai/voynich-eva", "lines")
# View first record
print(ds["train"][0])
# Filter by Currier language
lang_a = ds["train"].filter(lambda x: x["currier_language"] == "A")
lang_b = ds["train"].filter(lambda x: x["currier_language"] == "B")
# Get herbal section
herbal = ds["train"].filter(lambda x: x["section"] == "herbal")
# Get clean text for analysis
texts = [row["text_clean"] for row in ds["train"]]
Versioning
- Current version: v0.2.2
- Schema status: Pre-1.0 (may change)
- Source version: ZL3b (May 2025)
Licensing
Processing code and dataset structure: MIT License
Underlying transcription data: The ZL transcription is provided by voynich.nu for research purposes. The transcription authors (Zandbergen & Landini) have not published an explicit license statement. Based on the public availability and academic nature of the work, we believe research use is permitted. Users should:
- Cite the original transcribers (see Source Citation below)
- Verify rights independently for commercial applications
- Contact the transcription authors if in doubt about specific uses
This dataset is released as a research resource. If you are aware of more specific licensing terms, please open an issue.
Citation
@misc{voynich-eva,
author = {Noah Chelednik},
title = {Voynich Manuscript EVA Transcription},
year = {2026},
publisher = {Hugging Face},
url = {https://huggingface.co/datasets/Ched-ai/voynich-eva}
}
Source Citation
@misc{zandbergen-landini,
author = {Zandbergen, René and Landini, Gabriel},
title = {Voynich Manuscript Transliteration},
url = {https://www.voynich.nu/transcr.html}
}
Contact
- Repository: voynich-data
- Issues: GitHub Issues
This project does not claim to solve the Voynich Manuscript. It provides infrastructure for rigorous computational study.
- Downloads last month
- 37