quasar7/pre1900-catalogue
Pre-1900 English & German Catalogue Universal catalogue of pre-1900 (or undated) English and German works: 2,344,644 works, 2,047,100 with full text (869.4GB). Browse & read: https://quasar7-pre1900-catalogue-site.static.hf.space (serverless — searches and reads run in your browser against this repo) Query here: use the SQL Console on this page (the catalogue config is the works table) Layout path contents site/catalog_flat.parquet the catalogue: one… See the full description on the dataset page: https://huggingface.co/datasets/quasar7/pre1900-catalogue.
Pre-1900 English & German Catalogue
Universal catalogue of pre-1900 (or undated) English and German works: 2,344,644 works, 2,047,100 with full text (869.4GB).
- Browse & read: https://quasar7-pre1900-catalogue-site.static.hf.space (serverless — searches and reads run in your browser against this repo)
- Query here: use the SQL Console on this page (the
catalogueconfig is the works table)
Layout
Read one book from anywhere
-- 1. find the work and its text file
SELECT l.shard FROM 'hf://datasets/quasar7/pre1900-catalogue/site/text_locator_all.parquet' l
WHERE l.work_id = 'ht:uc1.b4534619';
-- 2. fetch the text (replace /data/text/ with .../resolve/main/text/)
SELECT text FROM '<that file URL>' WHERE work_qid = 'ht:uc1.b4534619';Texts carry page structure as whole-line markers ([[p N · folio]], [[vol …]]); strip them with the regex ^\[\[(?:p|vol)\b[^\]\n]*\]\]$\n?.
Companion repo (raw preservation: HathiTrust page-zips, METS, manifests): `quasar7/pre1900-academics-corpus`
