... | ... | @@ -24,11 +24,27 @@ Plays in this corpus most often have a small description regarding the time and |
|
|
|
|
|
These descriptions are generally simple, and our encoding is very simple so far. We keep the text but not its format (bold etc. is not kept) We do not tag place or time expressions, although this would be very useful future work. See some examples below.
|
|
|
|
|
|
|![simple set](https://git.unistra.fr/methal/methal-work/-/wikis/img/set-id-12.png)|test|
|
|
|
|
|
|
Some authors use more complex conventions (e.g. Camille Jost, who breaks up the setting information into several paragraphs). For these cases, so far we have used `<p>` elements and indeed kept the bold format used for headings (_ORT_, _ZYTT_ and so on). However, this may be revised in the future, and be made more semantic (e.g. with several `<set>` elements with a relevant `@type` value like _time_, _place_ and so on) instead of `<p>` elements.
|
|
|
|
|
|
TODO: add examples
|
|
|
![simple set](https://git.unistra.fr/methal/methal-work/-/wikis/img/set-id-12.png)
|
|
|
|
|
|
```xml
|
|
|
<set>
|
|
|
<p>Ort: Stroßburri.</p>
|
|
|
<p>Zytt: Jetzt.</p>
|
|
|
</set>
|
|
|
```
|
|
|
|
|
|
Some authors use more complex conventions (e.g. Camille Jost, who breaks up the setting information into several paragraphs). For these cases, so far we have used `<p>` elements and indeed kept the bold format used for headings (_ORT_, _ZYTT_ and so on, see example below). However, this may be revised in the future, and be made more semantic (e.g. with several `<set>` elements with a relevant `@type` value like _time_, _place_ and so on) instead of `<p>` elements.
|
|
|
|
|
|
![set jost](https://git.unistra.fr/methal/methal-work/-/wikis/img/set-id-69.png)
|
|
|
|
|
|
```xml
|
|
|
<set>
|
|
|
<p rend="bold">ORT:</p>
|
|
|
<p>Wohnstubb by Frosch's</p>
|
|
|
<p rend="bold">ZYTT:</p>
|
|
|
<p>Gejewart.</p>
|
|
|
</set>
|
|
|
```
|
|
|
|
|
|
## Play summary
|
|
|
|
... | ... | |