Group for Experimental Methods in Humanistic Research
at Columbia University

Corpus-DB: a Textual Corpus Infrastructure for Text Mining

tools
  • Jonathan Reeve

Corpus-DB is a database and API which solves the problems of text retrieval, text cleaning, corpus compilation, and metadata aggregation that often form the first step for researchers in computational text analysis. Traditionally, scholars interested in studying a collection of texts, such as: novels set in London, Bildungsromane, sestinas, or poems written in 1889, have had to manually assemble their corpora, which can be a prohibitively laborious process. Corpus-DB gathers full texts and metadata from Project Gutenberg, the British Library, and other sources; cleans the texts; adds metadata found via Wikidata, Goodreads, and Wikipedia, and elsewhere; and provides this as a free, open, and easily scriptable API. This enables rapid prototyping of text analysis projects, as well as advanced queries of these corpora, providing easy answers to questions such as:

  • What is the average Goodreads star rating of novels set in London?
  • What is the median publication date for detective novels?
  • What is the Library of Congress subject heading most predictive of number of downloads on Project Gutenberg?

The API provides a semantic query format:

Read more at http://corpus-db.org.