Skip to content

Latest commit

 

History

History
93 lines (82 loc) · 3.8 KB

File metadata and controls

93 lines (82 loc) · 3.8 KB

Suriano - Letters (Reports of the conversions/curation)

The scans and transcriptions of the Suriano dataset have been analyzed, corrected and checked during the conversion from source to website. Here is an overview of the reports generated during the process.

The reports are grouped as follows:

  • scanreports: result of scan processing;
  • pages: results of composing a catalog of pages out of the scans and the transcriptions;
  • trans: results of analyzing the transcriptions;
  • tei: results of converting the TEI to TF.

scanreports

  • cfgerrors: errors in the configuration files for the scans; expect an empty file;
  • scanerrors: a list of errors during the processing of the scans; expect an empty file;
  • thumberrors: a list of errors during the generation of thumbnails of the scans; expect an empty file;
  • thumbpages: a list of the generated thumbnails.

pages

  • pageinfo: the component structure of the corpus in filzas, letters, texts and pages;
  • pagescan: for each page, whether there is a scan and whether there is a transcription; if both are present, the status field is OK; expect OK in every row.
  • pageseq: for each filza the exact sequence of pages in it, formatted as JSON;
  • pagetranscriber: table with the transcriber for each page;
  • pagewarnings: all page related irregularities encountered during the conversion of DOCX to TEI; expect an empty file.

trans

  • decodified: all passages with decodified text;
  • displaced: all passages with text from a different page that shows on the same scan;
  • footnoteexamples and footnoteuntrans: examples of footnotes that have not yet been translated; ideally this should be an empty file;
  • footnotes: list of all footnotes, their Italian original and their English translation;
  • headers: all page headers as extracted from the docx files;
  • letterdate: the dates of all letters;
  • lettermeta: contains the result of reading this spreadsheet and extracting the fields needed for the website;
  • lettertranscriber: the transcribers of each letter;
  • metamarks: all editorial remarks, as encountered in the text, with the translations into English;
  • warnings: all non-page related irregularities encountered during the conversion of DOCX to TEI; expect an empty file;

tei

  • elements: inventory of TEI-elements and attributes and their occurrence statistics including those of attribute values;
  • errors: XML-validation errors; expect an empty file;
  • ids: an overview of all xml:identifiers in the TEI, plus how often they occur and how often they are referenced;
  • lb-parents: all possible parent elements of an <lb> element and how many <lb> elements have that parent;
  • namespaces: for each element name in the TEI, in which namespaces that element is used;
  • refs: a lot like ids.txt, but now it counts the references to xml:ids;
  • types: for each element in the TEI source, the schemas that define the element and whether it is complex or simple and pure or mixed.