You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apparently, there is a lack of structure in the original documents by the Bundestag concerning speeches in the printed protocols that were not given in session. Sometimes, these speeches are included in the appendix, sometimes included in the document body - but printed in italics in the pdf. Unfortunately, if the second variant is applied in the original document, the speech is included in the GermaParl-corpus (both TEI and R, v.1.1.0). So far, I couldn't figure out any logic when either variant is applied.
Examples:
(speeches not given but included in document and corpus)
a rather unsurprising and reliable indicator to whether a protocol includes a problematic speech is the size of the protocol.
a good way to identify speeches not given in session could be selecting all <div type="agenda_item"> which don't contain any <stage type="interjection"> except for <sp role="presidency"> and deleting all <sp> except for presidency
Apparently, there is a lack of structure in the original documents by the Bundestag concerning speeches in the printed protocols that were not given in session. Sometimes, these speeches are included in the appendix, sometimes included in the document body - but printed in italics in the pdf. Unfortunately, if the second variant is applied in the original document, the speech is included in the GermaParl-corpus (both TEI and R, v.1.1.0). So far, I couldn't figure out any logic when either variant is applied.
Examples:
(speeches not given but included in document and corpus)
16/227 s. 25217
http://dip21.bundestag.de/dip21/btp/16/16227.pdf
(in R:)
newer examples:
18/046 S. 4248
http://dipbt.bundestag.de/doc/btp/18/18046.pdf
buerokrat_kwic <- kwic("GERMAPARL", query = '"Am" "vergangenen" "Montag" "erhielten"', cqp = T, left = 40, right = 40, meta = c("speaker", "date"))
18/066 S. 6162
http://dipbt.bundestag.de/doc/btp/18/18066.pdf
kwic("GERMAPARL", query = '"die" "medizinischen" "Möglichkeiten" "ausgeschöpft" "sind"', cqp = T, left = 40, right = 40, meta = c("speaker", "date", "session"))
16/227 comes with another problem: Katrin Göring-Eckardt (as Bundestagsvizepräsidentin) is falsely marked as the speaker for a couple of speeches.
The text was updated successfully, but these errors were encountered: