Daejeon, July 27–31
National libraries have long served as guardians of cultural heritage, systematically collecting and preserving contemporary publications with considerable institutional effort and resources. Increasingly, this mission also encompasses the large-scale acquisition and curation of born-digital and digitized materials. They actively contribute to what we might call the memory of the world in the digital age. Yet these carefully curated collections, which represent the full spectrum of a nation's literary production, have largely remained inaccessible to computational research methods due to copyright constraints (Kamocki 2018, Senseney et al. 2018). The paradox is striking: while libraries invest substantial resources in building comprehensive collections through legal deposit mandates, scholars seeking to study contemporary literature computationally have had to rely on opportunistic samples or commercial datasets that capture only narrow slices of literary production.
This contribution presents DeLiKo@DNB, a project that addresses this disconnect by transforming the German National Library's digital holdings into an accessible research infrastructure, directly advancing the library's mission to open its collections to the Digital Humanities and the broader academic public (Kupietz et al. 2025, 2026). The corpus comprises so far 287,000 contemporary fiction books published digitally in German language between 2012 and 2024, containing approximately 21 billion words. Under the German National Library Act (DNBG) and the Legal Deposit Ordinance (PflAV), publishers are legally required to deposit all digital publications with the library (for similar regulations in other countries, see Roudik et al. 2018). Consequently, this collection represents the entire population of digitally published fiction on the German book market during this period—from literary prize winners to popular genre fiction, and from established publishers to self-published works. Crucially, this statutory mandate means the corpus is not a sample, but the complete landscape of contemporary digital fiction publishing in Germany. It should be noted, however, that the composition of this digital population differs from the population of non-digitally published books, containing, for example, a significantly higher proportion of self-published works (Kupietz et al. 2026). The entire collection is enriched with multiple layers of linguistic annotation (part-of-speech tags, lemmatization, morphosyntactic properties, dependency parsing) and rich metadata. It is freely accessible for non-commercial use at https://korap.dnb.de/.
The project demonstrates how institutional collections can be opened to computational analysis while navigating copyright constraints. Rather than attempting to distribute the data, which is legally prohibited for contemporary copyrighted works, we deploy an already existing, open-source corpus analysis platform (KorAP, Bański et al. 2012) directly at the library, implementing the principle of if the data cannot move, put the computation near the data (Gray 2003). To maximize research utility within the bounds of what is legally permissible, the infrastructure provides a staged access model. At the lowest threshold, researchers can use a web UI without authentication for qualitative and quantitative explorations, such as defining metadata-based virtual corpora, searching for abstract linguistic phenomena using the provided annotation layers, and retrieving concordances. For more complex, reproducible, and programmatic analyses – including diachronic studies, advanced genre comparisons, or custom collocation analyses – researchers can utilize API access supported by client libraries for Rhttps://cran.r-project.org/package=RKorAPClient and Pythonhttps://pypi.org/project/KorAPClient/ (Kupietz et al. 2020, 2022). Across both of these remote access tiers, search results are limited to 50-word snippets, enabling analysis without rights clearance for full-text distribution and without facilitating unauthorized text reconstruction. Finally, at the deepest access tier, researchers requiring unconstrained access to the full texts and metadata can conduct full-scale machine analysis on-site on dedicated devices at the DNB locations in Leipzig and Frankfurt.
For Digital Humanities scholarship, this approach offers several significant advantages. First, it provides unprecedented scale and representativeness of contemporary literature: rather than analyzing convenience samples, researchers can now study the complete documented output of contemporary fiction, enabling questions about literary trends, genre evolution, and linguistic change that require comprehensive data. Second, the rich metadata and flexible virtual subcorpus functionality allow researchers to construct precisely tailored datasets (e.g. to study a specific publisher or genre), with confidence that the underlying collection is exhaustive rather than selective. Third, the multi-layered linguistic annotation framework supports research that combines quantitative discovery with qualitative interpretation, allowing scholars to move seamlessly between distant and close reading. Finally, the project exemplifies a sustainable model for Digital Humanities infrastructure that respects both copyright holders' rights and researchers' needs. The technical pipeline we developed – converting EPUB files to linguistically annotated TEI-XML with automated processing – is fully open source and transferable, offering a blueprint for other national libraries facing similar challenges.https://github.com/KorAP/deliko Initial efforts to enrich metadata through ensemble methods using large language models further demonstrate how modern computational approaches can enhance the discoverability and analytical potential of library collections.
Therefore, this project is also extendable beyond German literature and institutions. The investments libraries make globally in collecting cultural materials need not remain locked away from computational research. By treating libraries as infrastructure providers rather than merely archives, and by designing technical solutions around legal constraints rather than ignoring them, we can unlock data that institutions have painstakingly assembled. As the Digital Humanities increasingly engage with questions requiring data at scale, such collaborations between libraries and researchers become essential.
DeLiKo@DNB illustrates that the resources for Digital Humanities research often already exist within our libraries, awaiting the institutional commitment and technical innovation needed to make them computationally accessible while respecting the rights that protect them. We combine traditional library missions of preservation with contemporary needs for computational analysis, and demonstrate how institutions of memory can become active sites of digital scholarship.