Documentation Version 3.0
Corpus pipeline
-
Extension of version 2.0 with nine additional texts:
Wie sich meniglich
Hortulus Sanitatis
Wund-Arztney
Thesaurus sanitatis
Mysterivm Sigillorvm
Die Einleitung zu der Kräuterkenntnis
Die Eigenschaften aller Heilpflanzen
Vorlesungen über Kräuterkunde
Flora der preussischen Rheinlande
You can find a complete list of all documents of this version in the download section. - Transcription and manual creation and correction of <dipl>, <clean> <norm>
- Manual creation and correction of structural annotations and addition of content annotations; technical processing was facilitated by the Excel macros DeleteSpaces (Readme) and SearchAndMerge (Readme).
- Tokenize, part-of-speech tag and lemmatize with TreeTagger. Please note: Quotation marks can cause errors and need to be masked. Furthermore empty lines will be deleted by the tree-tagger. Fill those lines with a random tag (e.g. <9>) and use the option -sgml while tagging. Lines that include tags will not be tagged and can be deleted afterwards.
- Semi-automatic correction of part of speech in <pos_cor> with DECCA
- Automatic creation of <clean_auto> (Python-Skript and Readme)
- Automatic creation of <norm_auto> (Bollmann/Petran/Dipper 2011). The quality of the automatic normalisation, lemmatisation and part of speech annotation is not as good as in V2.0. Our dictionary and training corpus for use with the automatic script seems to be too small.
- Export the merged corpus to ANNIS
Corpus design
For purposes of comparability, we try to select texts from one scientific discipline which is ideally represented in a similar fashion throughout the early modern era. For the first RIDGES corpus we have selected the domain of herbology (Kräuterkunde). The timespan of interest has originally been divided into 30 year periods. Texts vary somewhat in length since older text is more difficult to annotate. Each document is typically between 4000 and 10000 tokens long. New texts were added in version 3, reducing the timespan of periods. |
Annotation layers
The RIDGES corpora follow a multi-layer design. Annotation layers can be roughly divided into five kinds:
- Transcription/normalisation
- Linguistic annotations
- Structural annotations
- Content annotation
- Metadata
Transcription/normalisation
These annotations always apply to exactly one token. Part-of-speech annotation and lemmatization were carried out with TreeTagger and corrected manually.
Annotation layer and value(s) | Description |
---|---|
dipl annotation value(s):
|
The diplomatic transcription of the word form as found on the manuscript. |
clean annotation value(s):
|
Normalizations regarding graphical structures and special characters (e.g. "ſ" to "s"), but not modernized to Modern German orthography. For example, a form with a line break like wor=den will be cleaned to worden but not normalized to modern geworden where this would now be the appropriate form. |
clean_auto annotation value(s):
|
Computer-produced normalizations regarding graphical structures and special characters (e.g. "ſ" to "s"), but not modernized to Modern German orthography. For example, a form with a line break like wor=den will be cleaned to worden but not normalized to modern geworden where this would now be the appropriate form. |
norm annotation value(s):
|
A normalized word form based on Modern German orthography. Modern flexion is not normalized. |
norm_auto annotation value(s):
|
A Computer-produced normalized word form based on Modern German orthography, realized by an algorithm of Bollmann et al. (2011). Modern flexion is not normalized. This normalization is not manually checked and contains some inconsistencies. |
Linguistic annotations
Annotation layer and value(s) | Description |
---|---|
pos
|
Part-of-speech annotation using the STTS tagset for German. |
pos_cor annotation value(s):
|
Manually corrected part-of-speech annotation using the STTS tagset for German. |
lemma annotation value(s):
|
The normalized uninflected lexicon entry for each word form, using modern orthography (again, obsolete words are also modernized, e.g. beſchicht has the lemma beschehen, analog to geschehen) |
hyperlemma annotation value(s):
|
In some cases where the use of modernized orthography is impossible or misleading, a modern semantic equivalent is given as a hyperlemma (e.g. Heümonat is hyperlemmatized as Juli or ráß as beißend. |
foreign annotation value(s):
|
Non-german text. |
foreign_trans annotation value(s):
|
Translation from and to German. |
lang annotation value(s): |
Description of the target language and of the source language of a translation. |
Structural annotations
Annotation layer and value(s) | Description |
---|---|
lb
|
Linebreak. |
brace annotation value(s):
|
Left or right parentheses marking text over multiple lines. |
brace_dir annotation value(s):
|
Direction of parentheses |
p annotation value(s):
|
A paragraph. |
p_n annotation value(s):
|
The number of a numbered paragraph (this may also be a letter such as A). |
p_rend annotation value(s):
|
Description of the rendering of the paragraph. |
pb annotation value(s):
|
Pagebreak. |
pb_n annotation value(s):
|
The number of the page (if marked explicitly). |
pb_rend annotation value(s):
|
Description of the rendering of the page (repeated parts of book or chapter titles, redundant confidence texts). |
pb_ana annotation value(s):
|
Analysis of the pagebreak (e.g. in case of apparently incorrect page numbers). |
div1 - div5 annotation value(s):
|
A subsection of the document. Nesting depth is made explicit by the number after div in the PAULA/relANNIS version |
div1_type - div5_type annotation value(s):
|
The type of section or subsection. Section can correspond to the entire "book", a "chapter" or smaller sections, including systematic types specific to the genre such as "place" (where a certain herb grows), "form" (descriptions of a herb's form) etc. |
div1_n - div5_n annotation value(s):
|
A numbered subsection (the n annotation has the section number as a value, though this may also be a letter such as A or a subsection such as 1.1) |
unclear annotation value(s):
|
Unreadable or otherwise unclear text |
atLeast annotation value(s):
|
Minimum presumed length of unclear text in characters |
atMost annotation value(s):
|
Maximum presumed length of unclear text in characters |
interpretation annotation value(s):
|
Suggestions for unreadable or unclear text |
figure annotation value(s):
|
A graphic embedded in the original document. |
figure_rend annotation value(s):
|
Description of the rendering of the figure. |
hi annotation value(s):
|
Highlighted area. |
hi_font annotation value(s):
|
Highlighted area. |
hi_rend annotation value(s):
|
Description of the rendering of the highlighted area. |
head annotation value(s):
|
A heading. |
head_n annotation value(s):
|
The number of a heading. |
head_rend annotation value(s):
|
Description of the rendering of the heading. |
note annotation value(s):
|
A note in the original document (e.g. footnotes, margins). |
ref annotation value(s):
|
Reference to a footnote. |
ref_target annotation value(s):
|
ID of the footnote being referred to. |
ref_type annotation value(s):
|
Type of reference (e.g. a TEI "noteAnchor"). |
quote annotation value(s):
|
A quotation (in some documents only). |
list annotation value(s):
|
A list of items. |
list_type annotation value(s):
|
The type of list used. |
item annotation value(s):
|
Item in a list. |
xml_id annotation value(s):
|
ID given to a footnote. |
Content annotations
These annotations were developed by our students to annotate spans of tokens with properties of special interest.
Annotation layer and value(s) | Description |
---|---|
definition annotation value(s):
|
A Definition. |
disease annotation value(s):
|
Mention of a disease, complete phrase. |
term annotation value(s):
|
A technical term, naming of a herb or plant, naming of a disease |
reader_ref annotation value(s):
|
References made by authors to the reader. Values indicate the grammatical type of the reference, e.g. "pron2sg" for second person singular pronoun. |
author_ref annotation value(s):
|
References made by authors to themselves. Values indicate the grammatical type of the reference, e.g. "pron1pl" for first person plural pronoun. |
plant annotation value(s):
|
Naming of a plant |
property annotation value(s):
|
Description of properties like appearance, smell, etc. |
name annotation value(s):
|
A proper name (annotated only in some documents). |
name_type annotation value(s):
|
The type of proper name (e.g. "person", "herb"). |
Metadata
These annotations follow the TEI P5 guidelines.
Annotation layer and value(s) | Description |
---|---|
meta::author annotation value(s):
|
Name of the author (if known). |
meta::bibl annotation value(s):
|
Full bibliographical entry for the source including the page numbers annotated in the corpus. |
meta::date annotation value(s):
|
Date of publication, usually just the year (e.g. "1722"). |
meta::publisher annotation value(s):
|
Publisher of the document (if known). |
meta::pubPlace annotation value(s):
|
Publication place of the document. |
meta::title annotation value(s):
|
Title of the work the document was extracted from |