de-francophones commited on
Commit
6cc9811
1 Parent(s): fdeeaa8

Upload 107 files

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +5 -0
  2. data2019/deu.rst.pcc/README.md +26 -0
  3. data2019/deu.rst.pcc/deu.rst.pcc_dev.conll +0 -0
  4. data2019/deu.rst.pcc/deu.rst.pcc_dev.tok +3185 -0
  5. data2019/deu.rst.pcc/deu.rst.pcc_test.conll +0 -0
  6. data2019/deu.rst.pcc/deu.rst.pcc_test.tok +3272 -0
  7. data2019/deu.rst.pcc/deu.rst.pcc_train.conll +0 -0
  8. data2019/deu.rst.pcc/deu.rst.pcc_train.tok +0 -0
  9. data2019/eng.pdtb.pdtb/README.md +69 -0
  10. data2019/eng.pdtb.pdtb/eng.pdtb.pdtb_dev.conll +0 -0
  11. data2019/eng.pdtb.pdtb/eng.pdtb.pdtb_dev.tok +0 -0
  12. data2019/eng.pdtb.pdtb/eng.pdtb.pdtb_test.conll +0 -0
  13. data2019/eng.pdtb.pdtb/eng.pdtb.pdtb_test.tok +0 -0
  14. data2019/eng.pdtb.pdtb/eng.pdtb.pdtb_train.conll +3 -0
  15. data2019/eng.pdtb.pdtb/eng.pdtb.pdtb_train.tok +3 -0
  16. data2019/eng.pdtb.pdtb/pdtb_annotation.png +3 -0
  17. data2019/eng.rst.gum/README.md +34 -0
  18. data2019/eng.rst.gum/eng.rst.gum_dev.conll +0 -0
  19. data2019/eng.rst.gum/eng.rst.gum_dev.tok +0 -0
  20. data2019/eng.rst.gum/eng.rst.gum_test.conll +0 -0
  21. data2019/eng.rst.gum/eng.rst.gum_test.tok +0 -0
  22. data2019/eng.rst.gum/eng.rst.gum_train.conll +0 -0
  23. data2019/eng.rst.gum/eng.rst.gum_train.tok +0 -0
  24. data2019/eng.rst.rstdt/README.md +27 -0
  25. data2019/eng.rst.rstdt/eng.rst.rstdt_dev.conll +0 -0
  26. data2019/eng.rst.rstdt/eng.rst.rstdt_dev.tok +0 -0
  27. data2019/eng.rst.rstdt/eng.rst.rstdt_test.conll +0 -0
  28. data2019/eng.rst.rstdt/eng.rst.rstdt_test.tok +0 -0
  29. data2019/eng.rst.rstdt/eng.rst.rstdt_train.conll +0 -0
  30. data2019/eng.rst.rstdt/eng.rst.rstdt_train.tok +0 -0
  31. data2019/eng.sdrt.stac/README.md +32 -0
  32. data2019/eng.sdrt.stac/eng.sdrt.stac_dev.conll +0 -0
  33. data2019/eng.sdrt.stac/eng.sdrt.stac_dev.tok +0 -0
  34. data2019/eng.sdrt.stac/eng.sdrt.stac_test.conll +0 -0
  35. data2019/eng.sdrt.stac/eng.sdrt.stac_test.tok +0 -0
  36. data2019/eng.sdrt.stac/eng.sdrt.stac_train.conll +0 -0
  37. data2019/eng.sdrt.stac/eng.sdrt.stac_train.tok +0 -0
  38. data2019/eus.rst.ert/README.md +24 -0
  39. data2019/eus.rst.ert/eus.rst.ert_dev.conll +0 -0
  40. data2019/eus.rst.ert/eus.rst.ert_dev.tok +0 -0
  41. data2019/eus.rst.ert/eus.rst.ert_test.conll +0 -0
  42. data2019/eus.rst.ert/eus.rst.ert_test.tok +0 -0
  43. data2019/eus.rst.ert/eus.rst.ert_train.conll +0 -0
  44. data2019/eus.rst.ert/eus.rst.ert_train.tok +0 -0
  45. data2019/fra.sdrt.annodis/README.md +51 -0
  46. data2019/fra.sdrt.annodis/fra.sdrt.annodis_dev.conll +0 -0
  47. data2019/fra.sdrt.annodis/fra.sdrt.annodis_dev.tok +0 -0
  48. data2019/fra.sdrt.annodis/fra.sdrt.annodis_test.conll +0 -0
  49. data2019/fra.sdrt.annodis/fra.sdrt.annodis_test.tok +0 -0
  50. data2019/fra.sdrt.annodis/fra.sdrt.annodis_train.conll +0 -0
.gitattributes CHANGED
@@ -56,3 +56,8 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
56
  # Video files - compressed
57
  *.mp4 filter=lfs diff=lfs merge=lfs -text
58
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
56
  # Video files - compressed
57
  *.mp4 filter=lfs diff=lfs merge=lfs -text
58
  *.webm filter=lfs diff=lfs merge=lfs -text
59
+ data2019/eng.pdtb.pdtb/eng.pdtb.pdtb_train.conll filter=lfs diff=lfs merge=lfs -text
60
+ data2019/eng.pdtb.pdtb/eng.pdtb.pdtb_train.tok filter=lfs diff=lfs merge=lfs -text
61
+ data2019/rus.rst.rrt/rus.rst.rrt_train.conll filter=lfs diff=lfs merge=lfs -text
62
+ data2019/tur.pdtb.tdb/tur.pdtb.tdb_train.conll filter=lfs diff=lfs merge=lfs -text
63
+ data2019/tur.pdtb.tdb/tur.pdtb.tdb_train.tok filter=lfs diff=lfs merge=lfs -text
data2019/deu.rst.pcc/README.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # deu.rst.pcc
2
+
3
+ The Potsdam Commenraty Corpus
4
+
5
+ Citation: Stede, Manfred and A. Neumann (2014). Potsdam Commentary Corpus 2.0: Annotation for Discourse Research. Proc. of the Language Resources and Evaluation Conference (LREC), Reykjavik.
6
+
7
+ Please cite this paper if publishing separately about the data.
8
+
9
+ ## Introduction
10
+
11
+ The Potsdam Commentary Corpus or PCC was assembled by Dr. Manfred Stede and his colleagues at the Department of Linguistics, University of Potsdam. The PCC contains 176 German newspaper commentaries, which are annotated with syntax trees and three layers of discourse-level information: nominal coreference, connectives and their arguments (similar to the PDTB), and trees reflecting discourse structure according to Rhetorical Structure Theory (Mann and Thompson, 1988).
12
+
13
+ In the RST framework (Mann and Thompson, 1988), a text's discourse structure can be represented as a tree in four aspects:
14
+
15
+ 1. the leaves correspond to text fragments called elementary discourse units (the mininal discourse units);
16
+ 2. the internal nodes of the tree correspond to contiguous text spans;
17
+ 3. each node is characterized by its nuclearity, or essential unit of information; and
18
+ 4. each node is also characterized by a rhetorical relation between two or more non-overlapping, adjacent text spans.
19
+
20
+ See: http://angcl.ling.uni-potsdam.de/resources/pcc.html
21
+
22
+ ## DISRPT 2019 shared task information
23
+
24
+ For the DISRPT 2019 shared task on elementary discourse unitsegmentation, the data was divided into train, test and dev partitions, comprising 142, 17 and 17 documents, respectively.
25
+
26
+ Syntactic (automatic) dependency parses are made available using UDpipe with the 2.3 model for German.
data2019/deu.rst.pcc/deu.rst.pcc_dev.conll ADDED
The diff for this file is too large to render. See raw diff
 
data2019/deu.rst.pcc/deu.rst.pcc_dev.tok ADDED
@@ -0,0 +1,3185 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # newdoc id = maz-5144
2
+ 1 In _ _ _ _ _ _ _ BeginSeg=Yes
3
+ 2 Sorge _ _ _ _ _ _ _ _
4
+ 3 Schon _ _ _ _ _ _ _ BeginSeg=Yes
5
+ 4 machen _ _ _ _ _ _ _ _
6
+ 5 die _ _ _ _ _ _ _ _
7
+ 6 ersten _ _ _ _ _ _ _ _
8
+ 7 Witze _ _ _ _ _ _ _ _
9
+ 8 die _ _ _ _ _ _ _ _
10
+ 9 Runde _ _ _ _ _ _ _ _
11
+ 10 . _ _ _ _ _ _ _ _
12
+ 11 Darin _ _ _ _ _ _ _ BeginSeg=Yes
13
+ 12 kommt _ _ _ _ _ _ _ _
14
+ 13 weißes _ _ _ _ _ _ _ _
15
+ 14 Pulver _ _ _ _ _ _ _ _
16
+ 15 vor _ _ _ _ _ _ _ _
17
+ 16 . _ _ _ _ _ _ _ _
18
+ 17 Makabres _ _ _ _ _ _ _ BeginSeg=Yes
19
+ 18 wird _ _ _ _ _ _ _ _
20
+ 19 immer _ _ _ _ _ _ _ _
21
+ 20 aus _ _ _ _ _ _ _ _
22
+ 21 todernster _ _ _ _ _ _ _ _
23
+ 22 Wirklichkeit _ _ _ _ _ _ _ _
24
+ 23 geboren _ _ _ _ _ _ _ _
25
+ 24 . _ _ _ _ _ _ _ _
26
+ 25 Es _ _ _ _ _ _ _ BeginSeg=Yes
27
+ 26 hat _ _ _ _ _ _ _ _
28
+ 27 wieder _ _ _ _ _ _ _ _
29
+ 28 den _ _ _ _ _ _ _ _
30
+ 29 Anschein _ _ _ _ _ _ _ _
31
+ 30 , _ _ _ _ _ _ _ _
32
+ 31 als _ _ _ _ _ _ _ _
33
+ 32 würden _ _ _ _ _ _ _ _
34
+ 33 Menschen _ _ _ _ _ _ _ _
35
+ 34 nur _ _ _ _ _ _ _ _
36
+ 35 galgenhumorig _ _ _ _ _ _ _ _
37
+ 36 Tatsachen _ _ _ _ _ _ _ _
38
+ 37 ins _ _ _ _ _ _ _ _
39
+ 38 Auge _ _ _ _ _ _ _ _
40
+ 39 sehen _ _ _ _ _ _ _ _
41
+ 40 können _ _ _ _ _ _ _ _
42
+ 41 , _ _ _ _ _ _ _ _
43
+ 42 denen _ _ _ _ _ _ _ BeginSeg=Yes
44
+ 43 sie _ _ _ _ _ _ _ _
45
+ 44 machtlos _ _ _ _ _ _ _ _
46
+ 45 ausgeliefert _ _ _ _ _ _ _ _
47
+ 46 sind _ _ _ _ _ _ _ _
48
+ 47 . _ _ _ _ _ _ _ _
49
+ 48 Jetzt _ _ _ _ _ _ _ BeginSeg=Yes
50
+ 49 haben _ _ _ _ _ _ _ _
51
+ 50 sich _ _ _ _ _ _ _ _
52
+ 51 auch _ _ _ _ _ _ _ _
53
+ 52 die _ _ _ _ _ _ _ _
54
+ 53 Verantwortlichen _ _ _ _ _ _ _ _
55
+ 54 des _ _ _ _ _ _ _ _
56
+ 55 Landkreises _ _ _ _ _ _ _ _
57
+ 56 mit _ _ _ _ _ _ _ _
58
+ 57 der _ _ _ _ _ _ _ _
59
+ 58 Weltlage _ _ _ _ _ _ _ _
60
+ 59 beschäftigen _ _ _ _ _ _ _ _
61
+ 60 müssen _ _ _ _ _ _ _ _
62
+ 61 . _ _ _ _ _ _ _ _
63
+ 62 Der _ _ _ _ _ _ _ BeginSeg=Yes
64
+ 63 zuständige _ _ _ _ _ _ _ _
65
+ 64 Stab _ _ _ _ _ _ _ _
66
+ 65 kennt _ _ _ _ _ _ _ _
67
+ 66 Gefahrenlagen _ _ _ _ _ _ _ _
68
+ 67 , _ _ _ _ _ _ _ _
69
+ 68 die _ _ _ _ _ _ _ _
70
+ 69 von _ _ _ _ _ _ _ _
71
+ 70 schweren _ _ _ _ _ _ _ _
72
+ 71 Unglücken _ _ _ _ _ _ _ _
73
+ 72 ausgehen _ _ _ _ _ _ _ _
74
+ 73 können _ _ _ _ _ _ _ _
75
+ 74 , _ _ _ _ _ _ _ _
76
+ 75 zum _ _ _ _ _ _ _ BeginSeg=Yes
77
+ 76 Beispiel _ _ _ _ _ _ _ _
78
+ 77 mit _ _ _ _ _ _ _ _
79
+ 78 Zügen _ _ _ _ _ _ _ _
80
+ 79 . _ _ _ _ _ _ _ _
81
+ 80 Auf _ _ _ _ _ _ _ BeginSeg=Yes
82
+ 81 dem _ _ _ _ _ _ _ _
83
+ 82 Bahnhof _ _ _ _ _ _ _ _
84
+ 83 Neustadt _ _ _ _ _ _ _ _
85
+ 84 hat _ _ _ _ _ _ _ _
86
+ 85 man _ _ _ _ _ _ _ _
87
+ 86 schon _ _ _ _ _ _ _ _
88
+ 87 mehrfach _ _ _ _ _ _ _ _
89
+ 88 Szenarien _ _ _ _ _ _ _ _
90
+ 89 durchgespielt _ _ _ _ _ _ _ _
91
+ 90 und _ _ _ _ _ _ _ _
92
+ 91 Gegenmaßnahmen _ _ _ _ _ _ _ _
93
+ 92 geprobt _ _ _ _ _ _ _ _
94
+ 93 . _ _ _ _ _ _ _ _
95
+ 94 Das _ _ _ _ _ _ _ BeginSeg=Yes
96
+ 95 reicht _ _ _ _ _ _ _ _
97
+ 96 nicht _ _ _ _ _ _ _ _
98
+ 97 mehr _ _ _ _ _ _ _ _
99
+ 98 aus _ _ _ _ _ _ _ _
100
+ 99 . _ _ _ _ _ _ _ _
101
+ 100 Und _ _ _ _ _ _ _ BeginSeg=Yes
102
+ 101 so _ _ _ _ _ _ _ _
103
+ 102 muss _ _ _ _ _ _ _ _
104
+ 103 Landrat _ _ _ _ _ _ _ _
105
+ 104 Christian _ _ _ _ _ _ _ _
106
+ 105 Gilde _ _ _ _ _ _ _ _
107
+ 106 jetzt _ _ _ _ _ _ _ _
108
+ 107 eine _ _ _ _ _ _ _ _
109
+ 108 gewisse _ _ _ _ _ _ _ _
110
+ 109 Hilflosigkeit _ _ _ _ _ _ _ _
111
+ 110 erkennen _ _ _ _ _ _ _ _
112
+ 111 lassen _ _ _ _ _ _ _ _
113
+ 112 , _ _ _ _ _ _ _ _
114
+ 113 was _ _ _ _ _ _ _ BeginSeg=Yes
115
+ 114 das _ _ _ _ _ _ _ _
116
+ 115 Reagieren _ _ _ _ _ _ _ _
117
+ 116 auf _ _ _ _ _ _ _ _
118
+ 117 möglichen _ _ _ _ _ _ _ _
119
+ 118 Terror _ _ _ _ _ _ _ _
120
+ 119 und _ _ _ _ _ _ _ _
121
+ 120 seine _ _ _ _ _ _ _ _
122
+ 121 Folgen _ _ _ _ _ _ _ _
123
+ 122 angeht _ _ _ _ _ _ _ _
124
+ 123 . _ _ _ _ _ _ _ _
125
+ 124 Da _ _ _ _ _ _ _ BeginSeg=Yes
126
+ 125 ist _ _ _ _ _ _ _ _
127
+ 126 nichts _ _ _ _ _ _ _ _
128
+ 127 vorzuwerfen _ _ _ _ _ _ _ _
129
+ 128 . _ _ _ _ _ _ _ _
130
+ 129 Niemand _ _ _ _ _ _ _ BeginSeg=Yes
131
+ 130 hat _ _ _ _ _ _ _ _
132
+ 131 verschlampt _ _ _ _ _ _ _ _
133
+ 132 , _ _ _ _ _ _ _ _
134
+ 133 was _ _ _ _ _ _ _ _
135
+ 134 er _ _ _ _ _ _ _ _
136
+ 135 besser _ _ _ _ _ _ _ _
137
+ 136 hätte _ _ _ _ _ _ _ _
138
+ 137 vorbereiten _ _ _ _ _ _ _ _
139
+ 138 sollen _ _ _ _ _ _ _ _
140
+ 139 . _ _ _ _ _ _ _ _
141
+ 140 Keiner _ _ _ _ _ _ _ BeginSeg=Yes
142
+ 141 hat _ _ _ _ _ _ _ _
143
+ 142 sich _ _ _ _ _ _ _ _
144
+ 143 schließlich _ _ _ _ _ _ _ _
145
+ 144 vor _ _ _ _ _ _ _ _
146
+ 145 dem _ _ _ _ _ _ _ _
147
+ 146 11. _ _ _ _ _ _ _ _
148
+ 147 September _ _ _ _ _ _ _ _
149
+ 148 vorstellen _ _ _ _ _ _ _ _
150
+ 149 können _ _ _ _ _ _ _ _
151
+ 150 , _ _ _ _ _ _ _ _
152
+ 151 wozu _ _ _ _ _ _ _ _
153
+ 152 Menschen _ _ _ _ _ _ _ _
154
+ 153 , _ _ _ _ _ _ _ _
155
+ 154 von _ _ _ _ _ _ _ _
156
+ 155 Fanatismus _ _ _ _ _ _ _ _
157
+ 156 getrieben _ _ _ _ _ _ _ _
158
+ 157 , _ _ _ _ _ _ _ _
159
+ 158 fähig _ _ _ _ _ _ _ _
160
+ 159 sind _ _ _ _ _ _ _ _
161
+ 160 . _ _ _ _ _ _ _ _
162
+ 161 Nun _ _ _ _ _ _ _ BeginSeg=Yes
163
+ 162 wird _ _ _ _ _ _ _ _
164
+ 163 der _ _ _ _ _ _ _ _
165
+ 164 Katastrophenschutz _ _ _ _ _ _ _ _
166
+ 165 einen _ _ _ _ _ _ _ _
167
+ 166 neuen _ _ _ _ _ _ _ _
168
+ 167 Stellenwert _ _ _ _ _ _ _ _
169
+ 168 bekommen _ _ _ _ _ _ _ _
170
+ 169 . _ _ _ _ _ _ _ _
171
+ 170 Der _ _ _ _ _ _ _ BeginSeg=Yes
172
+ 171 Landkreis _ _ _ _ _ _ _ _
173
+ 172 und _ _ _ _ _ _ _ _
174
+ 173 die _ _ _ _ _ _ _ _
175
+ 174 Kommunen _ _ _ _ _ _ _ _
176
+ 175 , _ _ _ _ _ _ _ _
177
+ 176 vordergründig _ _ _ _ _ _ _ _
178
+ 177 bedroht _ _ _ _ _ _ _ _
179
+ 178 oder _ _ _ _ _ _ _ _
180
+ 179 einfach _ _ _ _ _ _ _ _
181
+ 180 nur _ _ _ _ _ _ _ _
182
+ 181 in _ _ _ _ _ _ _ _
183
+ 182 verständlicher _ _ _ _ _ _ _ _
184
+ 183 Sorge _ _ _ _ _ _ _ _
185
+ 184 , _ _ _ _ _ _ _ _
186
+ 185 sind _ _ _ _ _ _ _ _
187
+ 186 auf _ _ _ _ _ _ _ _
188
+ 187 Hilfe _ _ _ _ _ _ _ _
189
+ 188 angewiesen _ _ _ _ _ _ _ _
190
+ 189 . _ _ _ _ _ _ _ _
191
+
192
+ # newdoc id = maz-6165
193
+ 1 Aktionskreise _ _ _ _ _ _ _ BeginSeg=Yes
194
+ 2 Am _ _ _ _ _ _ _ BeginSeg=Yes
195
+ 3 liebsten _ _ _ _ _ _ _ _
196
+ 4 würde _ _ _ _ _ _ _ _
197
+ 5 die _ _ _ _ _ _ _ _
198
+ 6 Feuerwehr _ _ _ _ _ _ _ _
199
+ 7 ja _ _ _ _ _ _ _ _
200
+ 8 schon _ _ _ _ _ _ _ _
201
+ 9 in _ _ _ _ _ _ _ _
202
+ 10 fünf _ _ _ _ _ _ _ _
203
+ 11 Minuten _ _ _ _ _ _ _ _
204
+ 12 an _ _ _ _ _ _ _ _
205
+ 13 jedem _ _ _ _ _ _ _ _
206
+ 14 Ort _ _ _ _ _ _ _ _
207
+ 15 der _ _ _ _ _ _ _ _
208
+ 16 Stadt _ _ _ _ _ _ _ _
209
+ 17 sein _ _ _ _ _ _ _ _
210
+ 18 , _ _ _ _ _ _ _ _
211
+ 19 aber _ _ _ _ _ _ _ BeginSeg=Yes
212
+ 20 derzeit _ _ _ _ _ _ _ _
213
+ 21 sind _ _ _ _ _ _ _ _
214
+ 22 es _ _ _ _ _ _ _ _
215
+ 23 bestenfalls _ _ _ _ _ _ _ _
216
+ 24 acht _ _ _ _ _ _ _ _
217
+ 25 . _ _ _ _ _ _ _ _
218
+ 26 Rechnet _ _ _ _ _ _ _ BeginSeg=Yes
219
+ 27 man _ _ _ _ _ _ _ _
220
+ 28 noch _ _ _ _ _ _ _ _
221
+ 29 fünf _ _ _ _ _ _ _ _
222
+ 30 Minuten _ _ _ _ _ _ _ _
223
+ 31 drauf _ _ _ _ _ _ _ _
224
+ 32 zwischen _ _ _ _ _ _ _ _
225
+ 33 Alarm _ _ _ _ _ _ _ _
226
+ 34 und _ _ _ _ _ _ _ _
227
+ 35 Start _ _ _ _ _ _ _ _
228
+ 36 , _ _ _ _ _ _ _ _
229
+ 37 kommen _ _ _ _ _ _ _ BeginSeg=Yes
230
+ 38 die _ _ _ _ _ _ _ _
231
+ 39 Retter _ _ _ _ _ _ _ _
232
+ 40 schon _ _ _ _ _ _ _ _
233
+ 41 an _ _ _ _ _ _ _ _
234
+ 42 ihre _ _ _ _ _ _ _ _
235
+ 43 Grenzen _ _ _ _ _ _ _ _
236
+ 44 : _ _ _ _ _ _ _ _
237
+ 45 Ab _ _ _ _ _ _ _ BeginSeg=Yes
238
+ 46 18 _ _ _ _ _ _ _ _
239
+ 47 Minuten _ _ _ _ _ _ _ _
240
+ 48 kommt _ _ _ _ _ _ _ _
241
+ 49 für _ _ _ _ _ _ _ _
242
+ 50 Menschen _ _ _ _ _ _ _ _
243
+ 51 in _ _ _ _ _ _ _ _
244
+ 52 einer _ _ _ _ _ _ _ _
245
+ 53 verqualmten _ _ _ _ _ _ _ _
246
+ 54 Wohnung _ _ _ _ _ _ _ _
247
+ 55 jede _ _ _ _ _ _ _ _
248
+ 56 Hilfe _ _ _ _ _ _ _ _
249
+ 57 zu _ _ _ _ _ _ _ _
250
+ 58 spät _ _ _ _ _ _ _ _
251
+ 59 . _ _ _ _ _ _ _ _
252
+ 60 Also _ _ _ _ _ _ _ BeginSeg=Yes
253
+ 61 kann _ _ _ _ _ _ _ _
254
+ 62 es _ _ _ _ _ _ _ _
255
+ 63 für _ _ _ _ _ _ _ _
256
+ 64 die _ _ _ _ _ _ _ _
257
+ 65 Feuerwehr _ _ _ _ _ _ _ _
258
+ 66 beim _ _ _ _ _ _ _ _
259
+ 67 Wegzug _ _ _ _ _ _ _ _
260
+ 68 aus _ _ _ _ _ _ _ _
261
+ 69 der _ _ _ _ _ _ _ _
262
+ 70 Seelenbinderstraße _ _ _ _ _ _ _ _
263
+ 71 nur _ _ _ _ _ _ _ _
264
+ 72 einen _ _ _ _ _ _ _ _
265
+ 73 Maßstab _ _ _ _ _ _ _ _
266
+ 74 geben _ _ _ _ _ _ _ _
267
+ 75 : _ _ _ _ _ _ _ _
268
+ 76 Schnelligkeit _ _ _ _ _ _ _ _
269
+ 77 . _ _ _ _ _ _ _ _
270
+ 78 Die _ _ _ _ _ _ _ BeginSeg=Yes
271
+ 79 aber _ _ _ _ _ _ _ _
272
+ 80 scheint _ _ _ _ _ _ _ _
273
+ 81 nur _ _ _ _ _ _ _ _
274
+ 82 bei _ _ _ _ _ _ _ _
275
+ 83 zwei _ _ _ _ _ _ _ _
276
+ 84 Standorten _ _ _ _ _ _ _ _
277
+ 85 an _ _ _ _ _ _ _ _
278
+ 86 der _ _ _ _ _ _ _ _
279
+ 87 Berliner _ _ _ _ _ _ _ _
280
+ 88 Straße _ _ _ _ _ _ _ _
281
+ 89 garantiert _ _ _ _ _ _ _ _
282
+ 90 : _ _ _ _ _ _ _ _
283
+ 91 Nahe _ _ _ _ _ _ _ BeginSeg=Yes
284
+ 92 der _ _ _ _ _ _ _ _
285
+ 93 Schnellstraße _ _ _ _ _ _ _ _
286
+ 94 wäre _ _ _ _ _ _ _ _
287
+ 95 man _ _ _ _ _ _ _ _
288
+ 96 hier _ _ _ _ _ _ _ _
289
+ 97 , _ _ _ _ _ _ _ _
290
+ 98 nahe _ _ _ _ _ _ _ _
291
+ 99 am _ _ _ _ _ _ _ _
292
+ 100 Klinikum _ _ _ _ _ _ _ _
293
+ 101 und _ _ _ _ _ _ _ _
294
+ 102 nahe _ _ _ _ _ _ _ _
295
+ 103 am _ _ _ _ _ _ _ _
296
+ 104 Wasser _ _ _ _ _ _ _ _
297
+ 105 - _ _ _ _ _ _ _ _
298
+ 106 auch _ _ _ _ _ _ _ BeginSeg=Yes
299
+ 107 dort _ _ _ _ _ _ _ _
300
+ 108 will _ _ _ _ _ _ _ _
301
+ 109 man _ _ _ _ _ _ _ _
302
+ 110 helfen _ _ _ _ _ _ _ _
303
+ 111 können _ _ _ _ _ _ _ _
304
+ 112 . _ _ _ _ _ _ _ _
305
+ 113 Wenn _ _ _ _ _ _ _ BeginSeg=Yes
306
+ 114 nun _ _ _ _ _ _ _ _
307
+ 115 der _ _ _ _ _ _ _ _
308
+ 116 CDU-Abgeordnete _ _ _ _ _ _ _ _
309
+ 117 Peter _ _ _ _ _ _ _ _
310
+ 118 Lehmann _ _ _ _ _ _ _ _
311
+ 119 das _ _ _ _ _ _ _ _
312
+ 120 Wasserwirtschaftsareal _ _ _ _ _ _ _ _
313
+ 121 an _ _ _ _ _ _ _ _
314
+ 122 der _ _ _ _ _ _ _ _
315
+ 123 Friedrich-Engels-Straße _ _ _ _ _ _ _ _
316
+ 124 für _ _ _ _ _ _ _ _
317
+ 125 die _ _ _ _ _ _ _ _
318
+ 126 Feuerwache _ _ _ _ _ _ _ _
319
+ 127 Potsdam _ _ _ _ _ _ _ _
320
+ 128 fordert _ _ _ _ _ _ _ _
321
+ 129 , _ _ _ _ _ _ _ _
322
+ 130 mag _ _ _ _ _ _ _ BeginSeg=Yes
323
+ 131 er _ _ _ _ _ _ _ _
324
+ 132 in _ _ _ _ _ _ _ _
325
+ 133 zwei _ _ _ _ _ _ _ _
326
+ 134 Punkten _ _ _ _ _ _ _ _
327
+ 135 Recht _ _ _ _ _ _ _ _
328
+ 136 haben _ _ _ _ _ _ _ _
329
+ 137 : _ _ _ _ _ _ _ _
330
+ 138 Zwischen _ _ _ _ _ _ _ BeginSeg=Yes
331
+ 139 Berliner _ _ _ _ _ _ _ _
332
+ 140 Straße _ _ _ _ _ _ _ _
333
+ 141 und _ _ _ _ _ _ _ _
334
+ 142 der _ _ _ _ _ _ _ _
335
+ 143 Havel _ _ _ _ _ _ _ _
336
+ 144 kann _ _ _ _ _ _ _ _
337
+ 145 man _ _ _ _ _ _ _ _
338
+ 146 prima _ _ _ _ _ _ _ _
339
+ 147 Wohnungen _ _ _ _ _ _ _ _
340
+ 148 bauen _ _ _ _ _ _ _ _
341
+ 149 , _ _ _ _ _ _ _ _
342
+ 150 und _ _ _ _ _ _ _ BeginSeg=Yes
343
+ 151 das _ _ _ _ _ _ _ _
344
+ 152 Wasserbetriebsgelände _ _ _ _ _ _ _ _
345
+ 153 harrt _ _ _ _ _ _ _ _
346
+ 154 einer _ _ _ _ _ _ _ _
347
+ 155 besseren _ _ _ _ _ _ _ _
348
+ 156 Nutzung _ _ _ _ _ _ _ _
349
+ 157 . _ _ _ _ _ _ _ _
350
+ 158 Wie _ _ _ _ _ _ _ BeginSeg=Yes
351
+ 159 aber _ _ _ _ _ _ _ _
352
+ 160 die _ _ _ _ _ _ _ _
353
+ 161 Einsatzfahrzeuge _ _ _ _ _ _ _ _
354
+ 162 von _ _ _ _ _ _ _ _
355
+ 163 der _ _ _ _ _ _ _ _
356
+ 164 Friedrich-Engels-Straße _ _ _ _ _ _ _ _
357
+ 165 aus _ _ _ _ _ _ _ _
358
+ 166 das _ _ _ _ _ _ _ _
359
+ 167 Dauerproblem _ _ _ _ _ _ _ _
360
+ 168 Bau _ _ _ _ _ _ _ _
361
+ 169 und _ _ _ _ _ _ _ _
362
+ 170 Stau _ _ _ _ _ _ _ _
363
+ 171 auf _ _ _ _ _ _ _ _
364
+ 172 der _ _ _ _ _ _ _ _
365
+ 173 Langen _ _ _ _ _ _ _ _
366
+ 174 Brücke _ _ _ _ _ _ _ _
367
+ 175 umfahren _ _ _ _ _ _ _ _
368
+ 176 sollen _ _ _ _ _ _ _ _
369
+ 177 , _ _ _ _ _ _ _ _
370
+ 178 das _ _ _ _ _ _ _ _
371
+ 179 sagt _ _ _ _ _ _ _ _
372
+ 180 er _ _ _ _ _ _ _ _
373
+ 181 nicht _ _ _ _ _ _ _ _
374
+ 182 . _ _ _ _ _ _ _ _
375
+ 183 Mithin _ _ _ _ _ _ _ BeginSeg=Yes
376
+ 184 kann _ _ _ _ _ _ _ _
377
+ 185 die _ _ _ _ _ _ _ _
378
+ 186 neue _ _ _ _ _ _ _ _
379
+ 187 Wache _ _ _ _ _ _ _ _
380
+ 188 - _ _ _ _ _ _ _ _
381
+ 189 zumal _ _ _ _ _ _ _ _
382
+ 190 bereits _ _ _ _ _ _ _ _
383
+ 191 eine _ _ _ _ _ _ _ _
384
+ 192 Berufswache _ _ _ _ _ _ _ _
385
+ 193 in _ _ _ _ _ _ _ _
386
+ 194 Babelsberg _ _ _ _ _ _ _ _
387
+ 195 besteht _ _ _ _ _ _ _ _
388
+ 196 - _ _ _ _ _ _ _ _
389
+ 197 nur _ _ _ _ _ _ _ _
390
+ 198 nördlich _ _ _ _ _ _ _ _
391
+ 199 der _ _ _ _ _ _ _ _
392
+ 200 Havel _ _ _ _ _ _ _ _
393
+ 201 liegen _ _ _ _ _ _ _ _
394
+ 202 . _ _ _ _ _ _ _ _
395
+
396
+ # newdoc id = maz-6488
397
+ 1 Da _ _ _ _ _ _ _ BeginSeg=Yes
398
+ 2 fehlt _ _ _ _ _ _ _ _
399
+ 3 noch _ _ _ _ _ _ _ _
400
+ 4 was _ _ _ _ _ _ _ _
401
+ 5 Als _ _ _ _ _ _ _ BeginSeg=Yes
402
+ 6 1999 _ _ _ _ _ _ _ _
403
+ 7 die _ _ _ _ _ _ _ _
404
+ 8 im _ _ _ _ _ _ _ _
405
+ 9 Rahmen _ _ _ _ _ _ _ _
406
+ 10 der _ _ _ _ _ _ _ _
407
+ 11 Dorferneuerung _ _ _ _ _ _ _ _
408
+ 12 neu _ _ _ _ _ _ _ _
409
+ 13 gestaltete _ _ _ _ _ _ _ _
410
+ 14 Radeweger _ _ _ _ _ _ _ _
411
+ 15 Ablage _ _ _ _ _ _ _ _
412
+ 16 inklusive _ _ _ _ _ _ _ _
413
+ 17 Seebrücke _ _ _ _ _ _ _ _
414
+ 18 mit _ _ _ _ _ _ _ _
415
+ 19 viel _ _ _ _ _ _ _ _
416
+ 20 Pomp _ _ _ _ _ _ _ _
417
+ 21 eingeweiht _ _ _ _ _ _ _ _
418
+ 22 wurde _ _ _ _ _ _ _ _
419
+ 23 , _ _ _ _ _ _ _ _
420
+ 24 war _ _ _ _ _ _ _ BeginSeg=Yes
421
+ 25 klar _ _ _ _ _ _ _ _
422
+ 26 : _ _ _ _ _ _ _ _
423
+ 27 Da _ _ _ _ _ _ _ _
424
+ 28 fehlt _ _ _ _ _ _ _ _
425
+ 29 noch _ _ _ _ _ _ _ _
426
+ 30 was _ _ _ _ _ _ _ _
427
+ 31 . _ _ _ _ _ _ _ _
428
+ 32 Wer _ _ _ _ _ _ _ BeginSeg=Yes
429
+ 33 die _ _ _ _ _ _ _ _
430
+ 34 Infrastruktur _ _ _ _ _ _ _ _
431
+ 35 für _ _ _ _ _ _ _ _
432
+ 36 den _ _ _ _ _ _ _ _
433
+ 37 Wassertourismus _ _ _ _ _ _ _ _
434
+ 38 vorantreiben _ _ _ _ _ _ _ _
435
+ 39 will _ _ _ _ _ _ _ _
436
+ 40 , _ _ _ _ _ _ _ _
437
+ 41 darf _ _ _ _ _ _ _ BeginSeg=Yes
438
+ 42 nicht _ _ _ _ _ _ _ _
439
+ 43 nur _ _ _ _ _ _ _ _
440
+ 44 bis _ _ _ _ _ _ _ _
441
+ 45 zum _ _ _ _ _ _ _ _
442
+ 46 nächsten _ _ _ _ _ _ _ _
443
+ 47 Steg _ _ _ _ _ _ _ _
444
+ 48 denken _ _ _ _ _ _ _ _
445
+ 49 . _ _ _ _ _ _ _ _
446
+ 50 Sanitäre _ _ _ _ _ _ _ BeginSeg=Yes
447
+ 51 Anlagen _ _ _ _ _ _ _ _
448
+ 52 gehören _ _ _ _ _ _ _ _
449
+ 53 heute _ _ _ _ _ _ _ _
450
+ 54 zum _ _ _ _ _ _ _ _
451
+ 55 Standard _ _ _ _ _ _ _ _
452
+ 56 großer _ _ _ _ _ _ _ _
453
+ 57 Liegeplätze _ _ _ _ _ _ _ _
454
+ 58 . _ _ _ _ _ _ _ _
455
+ 59 Doch _ _ _ _ _ _ _ BeginSeg=Yes
456
+ 60 mit _ _ _ _ _ _ _ _
457
+ 61 der _ _ _ _ _ _ _ _
458
+ 62 Nachrüstung _ _ _ _ _ _ _ _
459
+ 63 tut _ _ _ _ _ _ _ _
460
+ 64 sich _ _ _ _ _ _ _ _
461
+ 65 Radewege _ _ _ _ _ _ _ _
462
+ 66 schwer _ _ _ _ _ _ _ _
463
+ 67 . _ _ _ _ _ _ _ _
464
+ 68 Was _ _ _ _ _ _ _ BeginSeg=Yes
465
+ 69 einst _ _ _ _ _ _ _ _
466
+ 70 beschlossen _ _ _ _ _ _ _ _
467
+ 71 wurde _ _ _ _ _ _ _ _
468
+ 72 , _ _ _ _ _ _ _ _
469
+ 73 zählt _ _ _ _ _ _ _ _
470
+ 74 nicht _ _ _ _ _ _ _ _
471
+ 75 mehr _ _ _ _ _ _ _ _
472
+ 76 . _ _ _ _ _ _ _ _
473
+ 77 Zu _ _ _ _ _ _ _ BeginSeg=Yes
474
+ 78 teuer _ _ _ _ _ _ _ _
475
+ 79 , _ _ _ _ _ _ _ _
476
+ 80 zu _ _ _ _ _ _ _ _
477
+ 81 hässlich _ _ _ _ _ _ _ _
478
+ 82 sei _ _ _ _ _ _ _ _
479
+ 83 die _ _ _ _ _ _ _ _
480
+ 84 Anlage _ _ _ _ _ _ _ _
481
+ 85 , _ _ _ _ _ _ _ _
482
+ 86 sagen _ _ _ _ _ _ _ _
483
+ 87 die _ _ _ _ _ _ _ _
484
+ 88 Meinungsführer _ _ _ _ _ _ _ _
485
+ 89 im _ _ _ _ _ _ _ _
486
+ 90 Gemeinderat _ _ _ _ _ _ _ _
487
+ 91 . _ _ _ _ _ _ _ _
488
+ 92 Beschlüsse _ _ _ _ _ _ _ BeginSeg=Yes
489
+ 93 zu _ _ _ _ _ _ _ _
490
+ 94 überdenken _ _ _ _ _ _ _ _
491
+ 95 ist _ _ _ _ _ _ _ _
492
+ 96 legitim _ _ _ _ _ _ _ _
493
+ 97 , _ _ _ _ _ _ _ _
494
+ 98 doch _ _ _ _ _ _ _ BeginSeg=Yes
495
+ 99 nur _ _ _ _ _ _ _ _
496
+ 100 von _ _ _ _ _ _ _ _
497
+ 101 Alternativen _ _ _ _ _ _ _ _
498
+ 102 zu _ _ _ _ _ _ _ _
499
+ 103 reden _ _ _ _ _ _ _ _
500
+ 104 , _ _ _ _ _ _ _ _
501
+ 105 ohne _ _ _ _ _ _ _ _
502
+ 106 brauchbare _ _ _ _ _ _ _ _
503
+ 107 Vorschläge _ _ _ _ _ _ _ _
504
+ 108 auf _ _ _ _ _ _ _ _
505
+ 109 den _ _ _ _ _ _ _ _
506
+ 110 Tisch _ _ _ _ _ _ _ _
507
+ 111 zu _ _ _ _ _ _ _ _
508
+ 112 legen _ _ _ _ _ _ _ _
509
+ 113 , _ _ _ _ _ _ _ _
510
+ 114 ist _ _ _ _ _ _ _ _
511
+ 115 zu _ _ _ _ _ _ _ _
512
+ 116 billig _ _ _ _ _ _ _ _
513
+ 117 . _ _ _ _ _ _ _ _
514
+ 118 Ein _ _ _ _ _ _ _ BeginSeg=Yes
515
+ 119 multifunktionales _ _ _ _ _ _ _ _
516
+ 120 Objekt _ _ _ _ _ _ _ _
517
+ 121 mit _ _ _ _ _ _ _ _
518
+ 122 Umkleide- _ _ _ _ _ _ _ _
519
+ 123 und _ _ _ _ _ _ _ _
520
+ 124 Treffmöglichkeiten _ _ _ _ _ _ _ _
521
+ 125 als _ _ _ _ _ _ _ _
522
+ 126 angeblich _ _ _ _ _ _ _ _
523
+ 127 bessere _ _ _ _ _ _ _ _
524
+ 128 Variante _ _ _ _ _ _ _ _
525
+ 129 ist _ _ _ _ _ _ _ _
526
+ 130 bisher _ _ _ _ _ _ _ _
527
+ 131 nicht _ _ _ _ _ _ _ _
528
+ 132 mehr _ _ _ _ _ _ _ _
529
+ 133 als _ _ _ _ _ _ _ _
530
+ 134 eine _ _ _ _ _ _ _ _
531
+ 135 fiktive _ _ _ _ _ _ _ _
532
+ 136 Idee _ _ _ _ _ _ _ _
533
+ 137 geblieben _ _ _ _ _ _ _ _
534
+ 138 . _ _ _ _ _ _ _ _
535
+ 139 Und _ _ _ _ _ _ _ BeginSeg=Yes
536
+ 140 ob _ _ _ _ _ _ _ _
537
+ 141 diese _ _ _ _ _ _ _ _
538
+ 142 billiger _ _ _ _ _ _ _ _
539
+ 143 wird _ _ _ _ _ _ _ _
540
+ 144 , _ _ _ _ _ _ _ _
541
+ 145 steht _ _ _ _ _ _ _ _
542
+ 146 auf _ _ _ _ _ _ _ _
543
+ 147 einem _ _ _ _ _ _ _ _
544
+ 148 anderen _ _ _ _ _ _ _ _
545
+ 149 Blatt _ _ _ _ _ _ _ _
546
+ 150 . _ _ _ _ _ _ _ _
547
+ 151 Außerdem _ _ _ _ _ _ _ BeginSeg=Yes
548
+ 152 hat _ _ _ _ _ _ _ _
549
+ 153 Radewege _ _ _ _ _ _ _ _
550
+ 154 mit _ _ _ _ _ _ _ _
551
+ 155 dem _ _ _ _ _ _ _ _
552
+ 156 nicht _ _ _ _ _ _ _ _
553
+ 157 weit _ _ _ _ _ _ _ _
554
+ 158 entfernten _ _ _ _ _ _ _ _
555
+ 159 Haus _ _ _ _ _ _ _ _
556
+ 160 des _ _ _ _ _ _ _ _
557
+ 161 Beetzseetreffs _ _ _ _ _ _ _ _
558
+ 162 e. _ _ _ _ _ _ _ _
559
+ 163 V. _ _ _ _ _ _ _ _
560
+ 164 ein _ _ _ _ _ _ _ _
561
+ 165 Gebäude _ _ _ _ _ _ _ _
562
+ 166 , _ _ _ _ _ _ _ _
563
+ 167 das _ _ _ _ _ _ _ BeginSeg=Yes
564
+ 168 vielen _ _ _ _ _ _ _ _
565
+ 169 Freizeitbedürfnissen _ _ _ _ _ _ _ _
566
+ 170 gerecht _ _ _ _ _ _ _ _
567
+ 171 werden _ _ _ _ _ _ _ _
568
+ 172 kann _ _ _ _ _ _ _ _
569
+ 173 . _ _ _ _ _ _ _ _
570
+ 174 Kommt _ _ _ _ _ _ _ BeginSeg=Yes
571
+ 175 der _ _ _ _ _ _ _ _
572
+ 176 Sanitärtrakt _ _ _ _ _ _ _ _
573
+ 177 nicht _ _ _ _ _ _ _ _
574
+ 178 spätestens _ _ _ _ _ _ _ _
575
+ 179 zur _ _ _ _ _ _ _ _
576
+ 180 nächsten _ _ _ _ _ _ _ _
577
+ 181 Saison _ _ _ _ _ _ _ _
578
+ 182 , _ _ _ _ _ _ _ _
579
+ 183 droht _ _ _ _ _ _ _ BeginSeg=Yes
580
+ 184 Radewege _ _ _ _ _ _ _ _
581
+ 185 , _ _ _ _ _ _ _ _
582
+ 186 den _ _ _ _ _ _ _ _
583
+ 187 Wettbewerb _ _ _ _ _ _ _ _
584
+ 188 um _ _ _ _ _ _ _ _
585
+ 189 Freizeitkapitäne _ _ _ _ _ _ _ _
586
+ 190 auf _ _ _ _ _ _ _ _
587
+ 191 dem _ _ _ _ _ _ _ _
588
+ 192 Beetzsee _ _ _ _ _ _ _ _
589
+ 193 mit _ _ _ _ _ _ _ _
590
+ 194 anderen _ _ _ _ _ _ _ _
591
+ 195 Anbietern _ _ _ _ _ _ _ _
592
+ 196 zu _ _ _ _ _ _ _ _
593
+ 197 verlieren _ _ _ _ _ _ _ _
594
+ 198 . _ _ _ _ _ _ _ _
595
+ 199 Dabei _ _ _ _ _ _ _ BeginSeg=Yes
596
+ 200 hätte _ _ _ _ _ _ _ _
597
+ 201 das _ _ _ _ _ _ _ _
598
+ 202 Dorf _ _ _ _ _ _ _ _
599
+ 203 jede _ _ _ _ _ _ _ _
600
+ 204 Einnahme _ _ _ _ _ _ _ _
601
+ 205 nötig _ _ _ _ _ _ _ _
602
+ 206 . _ _ _ _ _ _ _ _
603
+
604
+ # newdoc id = maz-5873
605
+ 1 Ungemütliche _ _ _ _ _ _ _ BeginSeg=Yes
606
+ 2 Jahreszeit _ _ _ _ _ _ _ _
607
+ 3 Jetzt _ _ _ _ _ _ _ BeginSeg=Yes
608
+ 4 steht _ _ _ _ _ _ _ _
609
+ 5 es _ _ _ _ _ _ _ _
610
+ 6 fest _ _ _ _ _ _ _ _
611
+ 7 , _ _ _ _ _ _ _ _
612
+ 8 das _ _ _ _ _ _ _ BeginSeg=Yes
613
+ 9 "Goldene-Oktober"-Wetter _ _ _ _ _ _ _ _
614
+ 10 geht _ _ _ _ _ _ _ _
615
+ 11 seinem _ _ _ _ _ _ _ _
616
+ 12 Ende _ _ _ _ _ _ _ _
617
+ 13 entgegen _ _ _ _ _ _ _ _
618
+ 14 . _ _ _ _ _ _ _ _
619
+ 15 Mit _ _ _ _ _ _ _ BeginSeg=Yes
620
+ 16 der _ _ _ _ _ _ _ _
621
+ 17 ungemütlichen _ _ _ _ _ _ _ _
622
+ 18 Jahreszeit _ _ _ _ _ _ _ _
623
+ 19 nehmen _ _ _ _ _ _ _ _
624
+ 20 auch _ _ _ _ _ _ _ _
625
+ 21 die _ _ _ _ _ _ _ _
626
+ 22 Gefahren _ _ _ _ _ _ _ _
627
+ 23 auf _ _ _ _ _ _ _ _
628
+ 24 den _ _ _ _ _ _ _ _
629
+ 25 Straßen _ _ _ _ _ _ _ _
630
+ 26 zu _ _ _ _ _ _ _ _
631
+ 27 , _ _ _ _ _ _ _ _
632
+ 28 darauf _ _ _ _ _ _ _ BeginSeg=Yes
633
+ 29 weist _ _ _ _ _ _ _ _
634
+ 30 die _ _ _ _ _ _ _ _
635
+ 31 Polizei _ _ _ _ _ _ _ _
636
+ 32 mit _ _ _ _ _ _ _ _
637
+ 33 Nachdruck _ _ _ _ _ _ _ _
638
+ 34 hin _ _ _ _ _ _ _ _
639
+ 35 . _ _ _ _ _ _ _ _
640
+ 36 Die _ _ _ _ _ _ _ BeginSeg=Yes
641
+ 37 Mitarbeiter _ _ _ _ _ _ _ _
642
+ 38 der _ _ _ _ _ _ _ _
643
+ 39 Verkehrsunfallbekämpfung _ _ _ _ _ _ _ _
644
+ 40 im _ _ _ _ _ _ _ _
645
+ 41 Schutzbereich _ _ _ _ _ _ _ _
646
+ 42 Teltow-Fläming _ _ _ _ _ _ _ _
647
+ 43 haben _ _ _ _ _ _ _ _
648
+ 44 eine _ _ _ _ _ _ _ _
649
+ 45 Reihe _ _ _ _ _ _ _ _
650
+ 46 von _ _ _ _ _ _ _ _
651
+ 47 Hinweisen _ _ _ _ _ _ _ _
652
+ 48 für _ _ _ _ _ _ _ _
653
+ 49 eine _ _ _ _ _ _ _ _
654
+ 50 gute _ _ _ _ _ _ _ _
655
+ 51 Fahrt _ _ _ _ _ _ _ _
656
+ 52 durch _ _ _ _ _ _ _ _
657
+ 53 den _ _ _ _ _ _ _ _
658
+ 54 Herbst _ _ _ _ _ _ _ _
659
+ 55 parat _ _ _ _ _ _ _ _
660
+ 56 . _ _ _ _ _ _ _ _
661
+ 57 Sie _ _ _ _ _ _ _ BeginSeg=Yes
662
+ 58 wissen _ _ _ _ _ _ _ _
663
+ 59 beispielsweise _ _ _ _ _ _ _ _
664
+ 60 , _ _ _ _ _ _ _ _
665
+ 61 dass _ _ _ _ _ _ _ _
666
+ 62 jetzt _ _ _ _ _ _ _ _
667
+ 63 wieder _ _ _ _ _ _ _ _
668
+ 64 verstärkt _ _ _ _ _ _ _ _
669
+ 65 Wild _ _ _ _ _ _ _ _
670
+ 66 die _ _ _ _ _ _ _ _
671
+ 67 Straßen _ _ _ _ _ _ _ _
672
+ 68 überquert _ _ _ _ _ _ _ _
673
+ 69 und _ _ _ _ _ _ _ BeginSeg=Yes
674
+ 70 plötzlich _ _ _ _ _ _ _ _
675
+ 71 vor _ _ _ _ _ _ _ _
676
+ 72 Fahrzeugen _ _ _ _ _ _ _ _
677
+ 73 auftauchen _ _ _ _ _ _ _ _
678
+ 74 kann _ _ _ _ _ _ _ _
679
+ 75 . _ _ _ _ _ _ _ _
680
+ 76 Vor _ _ _ _ _ _ _ BeginSeg=Yes
681
+ 77 allem _ _ _ _ _ _ _ _
682
+ 78 beim _ _ _ _ _ _ _ _
683
+ 79 Durchfahren _ _ _ _ _ _ _ _
684
+ 80 von _ _ _ _ _ _ _ _
685
+ 81 Waldstücken _ _ _ _ _ _ _ _
686
+ 82 sollte _ _ _ _ _ _ _ _
687
+ 83 darauf _ _ _ _ _ _ _ _
688
+ 84 geachtet _ _ _ _ _ _ _ _
689
+ 85 werden _ _ _ _ _ _ _ _
690
+ 86 . _ _ _ _ _ _ _ _
691
+ 87 Auch _ _ _ _ _ _ _ BeginSeg=Yes
692
+ 88 bei _ _ _ _ _ _ _ _
693
+ 89 Laub-"Matten" _ _ _ _ _ _ _ _
694
+ 90 auf _ _ _ _ _ _ _ _
695
+ 91 der _ _ _ _ _ _ _ _
696
+ 92 Fahrbahn _ _ _ _ _ _ _ _
697
+ 93 ist _ _ _ _ _ _ _ _
698
+ 94 Vorsicht _ _ _ _ _ _ _ _
699
+ 95 angesagt _ _ _ _ _ _ _ _
700
+ 96 , _ _ _ _ _ _ _ _
701
+ 97 vor _ _ _ _ _ _ _ BeginSeg=Yes
702
+ 98 allem _ _ _ _ _ _ _ _
703
+ 99 , _ _ _ _ _ _ _ _
704
+ 100 wenn _ _ _ _ _ _ _ _
705
+ 101 sie _ _ _ _ _ _ _ _
706
+ 102 durch _ _ _ _ _ _ _ _
707
+ 103 Regen _ _ _ _ _ _ _ _
708
+ 104 oder _ _ _ _ _ _ _ _
709
+ 105 Tau _ _ _ _ _ _ _ _
710
+ 106 nass _ _ _ _ _ _ _ _
711
+ 107 sind _ _ _ _ _ _ _ _
712
+ 108 . _ _ _ _ _ _ _ _
713
+ 109 Besonders _ _ _ _ _ _ _ BeginSeg=Yes
714
+ 110 in _ _ _ _ _ _ _ _
715
+ 111 Kurven _ _ _ _ _ _ _ _
716
+ 112 kann _ _ _ _ _ _ _ _
717
+ 113 zu _ _ _ _ _ _ _ _
718
+ 114 schnelles _ _ _ _ _ _ _ _
719
+ 115 Fahren _ _ _ _ _ _ _ _
720
+ 116 dann _ _ _ _ _ _ _ _
721
+ 117 dazu _ _ _ _ _ _ _ _
722
+ 118 führen _ _ _ _ _ _ _ _
723
+ 119 , _ _ _ _ _ _ _ _
724
+ 120 dass _ _ _ _ _ _ _ _
725
+ 121 Fahrzeuge _ _ _ _ _ _ _ _
726
+ 122 ausbrechen _ _ _ _ _ _ _ _
727
+ 123 . _ _ _ _ _ _ _ _
728
+ 124 Besondere _ _ _ _ _ _ _ BeginSeg=Yes
729
+ 125 Aufmerksamkeit _ _ _ _ _ _ _ _
730
+ 126 ist _ _ _ _ _ _ _ _
731
+ 127 bei _ _ _ _ _ _ _ _
732
+ 128 Nebel _ _ _ _ _ _ _ _
733
+ 129 geboten _ _ _ _ _ _ _ _
734
+ 130 . _ _ _ _ _ _ _ _
735
+ 131 " _ _ _ _ _ _ _ BeginSeg=Yes
736
+ 132 Dicke _ _ _ _ _ _ _ _
737
+ 133 Suppe _ _ _ _ _ _ _ _
738
+ 134 " _ _ _ _ _ _ _ _
739
+ 135 ist _ _ _ _ _ _ _ _
740
+ 136 immer _ _ _ _ _ _ _ _
741
+ 137 ein _ _ _ _ _ _ _ _
742
+ 138 Zeichen _ _ _ _ _ _ _ _
743
+ 139 dafür _ _ _ _ _ _ _ _
744
+ 140 , _ _ _ _ _ _ _ _
745
+ 141 die _ _ _ _ _ _ _ _
746
+ 142 Geschwindigkeit _ _ _ _ _ _ _ _
747
+ 143 zu _ _ _ _ _ _ _ _
748
+ 144 drosseln _ _ _ _ _ _ _ _
749
+ 145 und _ _ _ _ _ _ _ _
750
+ 146 den _ _ _ _ _ _ _ _
751
+ 147 Sichtverhältnissen _ _ _ _ _ _ _ _
752
+ 148 anzupassen _ _ _ _ _ _ _ _
753
+ 149 . _ _ _ _ _ _ _ _
754
+ 150 Bei _ _ _ _ _ _ _ BeginSeg=Yes
755
+ 151 weiter _ _ _ _ _ _ _ _
756
+ 152 fortschreitender _ _ _ _ _ _ _ _
757
+ 153 Jahreszeit _ _ _ _ _ _ _ _
758
+ 154 ist _ _ _ _ _ _ _ BeginSeg=Yes
759
+ 155 dann _ _ _ _ _ _ _ _
760
+ 156 auch _ _ _ _ _ _ _ _
761
+ 157 schon _ _ _ _ _ _ _ _
762
+ 158 mit _ _ _ _ _ _ _ _
763
+ 159 Bodenfrösten _ _ _ _ _ _ _ _
764
+ 160 und _ _ _ _ _ _ _ _
765
+ 161 Straßenglätte _ _ _ _ _ _ _ _
766
+ 162 zu _ _ _ _ _ _ _ _
767
+ 163 rechnen _ _ _ _ _ _ _ _
768
+ 164 . _ _ _ _ _ _ _ _
769
+ 165 Sicher _ _ _ _ _ _ _ BeginSeg=Yes
770
+ 166 , _ _ _ _ _ _ _ _
771
+ 167 wir _ _ _ _ _ _ _ _
772
+ 168 haben _ _ _ _ _ _ _ _
773
+ 169 das _ _ _ _ _ _ _ _
774
+ 170 alles _ _ _ _ _ _ _ _
775
+ 171 schon _ _ _ _ _ _ _ _
776
+ 172 gehört _ _ _ _ _ _ _ _
777
+ 173 und _ _ _ _ _ _ _ _
778
+ 174 wissen _ _ _ _ _ _ _ _
779
+ 175 theoretisch _ _ _ _ _ _ _ _
780
+ 176 Bescheid _ _ _ _ _ _ _ _
781
+ 177 - _ _ _ _ _ _ _ _
782
+ 178 in _ _ _ _ _ _ _ BeginSeg=Yes
783
+ 179 der _ _ _ _ _ _ _ _
784
+ 180 Realität _ _ _ _ _ _ _ _
785
+ 181 aber _ _ _ _ _ _ _ _
786
+ 182 enden _ _ _ _ _ _ _ _
787
+ 183 leider _ _ _ _ _ _ _ _
788
+ 184 zu _ _ _ _ _ _ _ _
789
+ 185 viele _ _ _ _ _ _ _ _
790
+ 186 Fahrten _ _ _ _ _ _ _ _
791
+ 187 aus _ _ _ _ _ _ _ _
792
+ 188 den _ _ _ _ _ _ _ _
793
+ 189 genannten _ _ _ _ _ _ _ _
794
+ 190 Gründen _ _ _ _ _ _ _ _
795
+ 191 verhängnisvoll _ _ _ _ _ _ _ _
796
+ 192 . _ _ _ _ _ _ _ _
797
+
798
+ # newdoc id = maz-6539
799
+ 1 Riesenstaatsmann _ _ _ _ _ _ _ BeginSeg=Yes
800
+ 2 Alles _ _ _ _ _ _ _ BeginSeg=Yes
801
+ 3 hängt _ _ _ _ _ _ _ _
802
+ 4 wieder _ _ _ _ _ _ _ _
803
+ 5 einmal _ _ _ _ _ _ _ _
804
+ 6 mit _ _ _ _ _ _ _ _
805
+ 7 allem _ _ _ _ _ _ _ _
806
+ 8 zusammen _ _ _ _ _ _ _ _
807
+ 9 . _ _ _ _ _ _ _ _
808
+ 10 Der _ _ _ _ _ _ _ BeginSeg=Yes
809
+ 11 Kanzler _ _ _ _ _ _ _ _
810
+ 12 gibt _ _ _ _ _ _ _ _
811
+ 13 seinen _ _ _ _ _ _ _ _
812
+ 14 Berliner _ _ _ _ _ _ _ _
813
+ 15 Genossen _ _ _ _ _ _ _ _
814
+ 16 den _ _ _ _ _ _ _ _
815
+ 17 entscheidenden _ _ _ _ _ _ _ _
816
+ 18 Fingerzeig _ _ _ _ _ _ _ _
817
+ 19 in _ _ _ _ _ _ _ _
818
+ 20 Richtung _ _ _ _ _ _ _ _
819
+ 21 rot-gelb-grüner _ _ _ _ _ _ _ _
820
+ 22 Ampel-Koalition _ _ _ _ _ _ _ _
821
+ 23 , _ _ _ _ _ _ _ _
822
+ 24 weil _ _ _ _ _ _ _ BeginSeg=Yes
823
+ 25 er _ _ _ _ _ _ _ _
824
+ 26 sich _ _ _ _ _ _ _ _
825
+ 27 die _ _ _ _ _ _ _ _
826
+ 28 Liberalen _ _ _ _ _ _ _ _
827
+ 29 als _ _ _ _ _ _ _ _
828
+ 30 möglichen _ _ _ _ _ _ _ _
829
+ 31 Koalitionspartner _ _ _ _ _ _ _ _
830
+ 32 für _ _ _ _ _ _ _ _
831
+ 33 die _ _ _ _ _ _ _ _
832
+ 34 Bundestagswahl _ _ _ _ _ _ _ _
833
+ 35 im _ _ _ _ _ _ _ _
834
+ 36 kommenden _ _ _ _ _ _ _ _
835
+ 37 Jahr _ _ _ _ _ _ _ _
836
+ 38 warmhalten _ _ _ _ _ _ _ _
837
+ 39 möchte _ _ _ _ _ _ _ _
838
+ 40 . _ _ _ _ _ _ _ _
839
+ 41 Und _ _ _ _ _ _ _ BeginSeg=Yes
840
+ 42 FDP-Luftikus _ _ _ _ _ _ _ _
841
+ 43 Jürgen _ _ _ _ _ _ _ _
842
+ 44 W. _ _ _ _ _ _ _ _
843
+ 45 Möllemann _ _ _ _ _ _ _ _
844
+ 46 bereist _ _ _ _ _ _ _ _
845
+ 47 seinerseits _ _ _ _ _ _ _ _
846
+ 48 schon _ _ _ _ _ _ _ _
847
+ 49 jetzt _ _ _ _ _ _ _ _
848
+ 50 eifrig _ _ _ _ _ _ _ _
849
+ 51 den _ _ _ _ _ _ _ _
850
+ 52 Nahen _ _ _ _ _ _ _ _
851
+ 53 Osten _ _ _ _ _ _ _ _
852
+ 54 , _ _ _ _ _ _ _ _
853
+ 55 um _ _ _ _ _ _ _ BeginSeg=Yes
854
+ 56 für _ _ _ _ _ _ _ _
855
+ 57 diesen _ _ _ _ _ _ _ _
856
+ 58 Fall _ _ _ _ _ _ _ _
857
+ 59 gerüstet _ _ _ _ _ _ _ _
858
+ 60 zu _ _ _ _ _ _ _ _
859
+ 61 sein _ _ _ _ _ _ _ _
860
+ 62 und _ _ _ _ _ _ _ _
861
+ 63 sich _ _ _ _ _ _ _ _
862
+ 64 als _ _ _ _ _ _ _ _
863
+ 65 neuer _ _ _ _ _ _ _ _
864
+ 66 liberaler _ _ _ _ _ _ _ _
865
+ 67 Außenminister _ _ _ _ _ _ _ _
866
+ 68 zu _ _ _ _ _ _ _ _
867
+ 69 empfehlen _ _ _ _ _ _ _ _
868
+ 70 . _ _ _ _ _ _ _ _
869
+ 71 " _ _ _ _ _ _ _ BeginSeg=Yes
870
+ 72 Riesenstaatsmann _ _ _ _ _ _ _ _
871
+ 73 Mümmelmann _ _ _ _ _ _ _ _
872
+ 74 " _ _ _ _ _ _ _ _
873
+ 75 , _ _ _ _ _ _ _ _
874
+ 76 wie _ _ _ _ _ _ _ _
875
+ 77 Franz-Josef _ _ _ _ _ _ _ _
876
+ 78 Strauß _ _ _ _ _ _ _ _
877
+ 79 den _ _ _ _ _ _ _ _
878
+ 80 schnauzbärtigen _ _ _ _ _ _ _ _
879
+ 81 Fallschirmspringer _ _ _ _ _ _ _ _
880
+ 82 aus _ _ _ _ _ _ _ _
881
+ 83 Münster _ _ _ _ _ _ _ _
882
+ 84 einmal _ _ _ _ _ _ _ _
883
+ 85 titulierte _ _ _ _ _ _ _ _
884
+ 86 , _ _ _ _ _ _ _ _
885
+ 87 ist _ _ _ _ _ _ _ _
886
+ 88 auch _ _ _ _ _ _ _ _
887
+ 89 schon _ _ _ _ _ _ _ _
888
+ 90 voll _ _ _ _ _ _ _ _
889
+ 91 im _ _ _ _ _ _ _ _
890
+ 92 Geschäft _ _ _ _ _ _ _ _
891
+ 93 und _ _ _ _ _ _ _ BeginSeg=Yes
892
+ 94 wird _ _ _ _ _ _ _ _
893
+ 95 nicht _ _ _ _ _ _ _ _
894
+ 96 müde _ _ _ _ _ _ _ _
895
+ 97 , _ _ _ _ _ _ _ _
896
+ 98 Israels _ _ _ _ _ _ _ _
897
+ 99 Politik _ _ _ _ _ _ _ _
898
+ 100 der _ _ _ _ _ _ _ _
899
+ 101 " _ _ _ _ _ _ _ _
900
+ 102 präventiven _ _ _ _ _ _ _ _
901
+ 103 Liquidierungen _ _ _ _ _ _ _ _
902
+ 104 " _ _ _ _ _ _ _ _
903
+ 105 als _ _ _ _ _ _ _ _
904
+ 106 " _ _ _ _ _ _ _ _
905
+ 107 Staatsterrorismus _ _ _ _ _ _ _ _
906
+ 108 " _ _ _ _ _ _ _ _
907
+ 109 zu _ _ _ _ _ _ _ _
908
+ 110 geißeln _ _ _ _ _ _ _ _
909
+ 111 . _ _ _ _ _ _ _ _
910
+ 112 Unter _ _ _ _ _ _ _ BeginSeg=Yes
911
+ 113 rechtsstaatlichen _ _ _ _ _ _ _ _
912
+ 114 Gesichtspunkten _ _ _ _ _ _ _ _
913
+ 115 sollte _ _ _ _ _ _ _ _
914
+ 116 diese _ _ _ _ _ _ _ _
915
+ 117 Methode _ _ _ _ _ _ _ _
916
+ 118 der _ _ _ _ _ _ _ _
917
+ 119 Hinrichtungen _ _ _ _ _ _ _ _
918
+ 120 auf _ _ _ _ _ _ _ _
919
+ 121 Verdacht _ _ _ _ _ _ _ _
920
+ 122 in _ _ _ _ _ _ _ _
921
+ 123 der _ _ _ _ _ _ _ _
922
+ 124 Tat _ _ _ _ _ _ _ _
923
+ 125 besser _ _ _ _ _ _ _ _
924
+ 126 nicht _ _ _ _ _ _ _ _
925
+ 127 Schule _ _ _ _ _ _ _ _
926
+ 128 machen _ _ _ _ _ _ _ _
927
+ 129 , _ _ _ _ _ _ _ _
928
+ 130 doch _ _ _ _ _ _ _ BeginSeg=Yes
929
+ 131 ist _ _ _ _ _ _ _ _
930
+ 132 ein _ _ _ _ _ _ _ _
931
+ 133 Möchtegern-Chefdiplomat _ _ _ _ _ _ _ _
932
+ 134 womöglich _ _ _ _ _ _ _ _
933
+ 135 besser _ _ _ _ _ _ _ _
934
+ 136 beraten _ _ _ _ _ _ _ _
935
+ 137 , _ _ _ _ _ _ _ _
936
+ 138 nicht _ _ _ _ _ _ _ _
937
+ 139 schon _ _ _ _ _ _ _ _
938
+ 140 vor _ _ _ _ _ _ _ _
939
+ 141 Amtsantritt _ _ _ _ _ _ _ _
940
+ 142 verbrannte _ _ _ _ _ _ _ _
941
+ 143 Erde _ _ _ _ _ _ _ _
942
+ 144 ausgerechnet _ _ _ _ _ _ _ _
943
+ 145 in _ _ _ _ _ _ _ _
944
+ 146 Israel _ _ _ _ _ _ _ _
945
+ 147 zu _ _ _ _ _ _ _ _
946
+ 148 hinterlassen _ _ _ _ _ _ _ _
947
+ 149 . _ _ _ _ _ _ _ _
948
+ 150 Das _ _ _ _ _ _ _ BeginSeg=Yes
949
+ 151 mit _ _ _ _ _ _ _ _
950
+ 152 Glück _ _ _ _ _ _ _ _
951
+ 153 und _ _ _ _ _ _ _ _
952
+ 154 einigem _ _ _ _ _ _ _ _
953
+ 155 Geschick _ _ _ _ _ _ _ _
954
+ 156 von _ _ _ _ _ _ _ _
955
+ 157 Außenminister _ _ _ _ _ _ _ _
956
+ 158 Joschka _ _ _ _ _ _ _ _
957
+ 159 Fischer _ _ _ _ _ _ _ _
958
+ 160 erarbeitete _ _ _ _ _ _ _ _
959
+ 161 Gewicht _ _ _ _ _ _ _ _
960
+ 162 Deutschlands _ _ _ _ _ _ _ _
961
+ 163 in _ _ _ _ _ _ _ _
962
+ 164 der _ _ _ _ _ _ _ _
963
+ 165 Krisenregion _ _ _ _ _ _ _ _
964
+ 166 sollte _ _ _ _ _ _ _ _
965
+ 167 auch _ _ _ _ _ _ _ _
966
+ 168 ein _ _ _ _ _ _ _ _
967
+ 169 Oppositionspolitiker _ _ _ _ _ _ _ _
968
+ 170 nicht _ _ _ _ _ _ _ _
969
+ 171 leichtfertig _ _ _ _ _ _ _ _
970
+ 172 verspielen _ _ _ _ _ _ _ _
971
+ 173 . _ _ _ _ _ _ _ _
972
+
973
+ # newdoc id = maz-5932
974
+ 1 Das _ _ _ _ _ _ _ BeginSeg=Yes
975
+ 2 kleinere _ _ _ _ _ _ _ _
976
+ 3 Übel _ _ _ _ _ _ _ _
977
+ 4 Es _ _ _ _ _ _ _ BeginSeg=Yes
978
+ 5 hat _ _ _ _ _ _ _ _
979
+ 6 lange _ _ _ _ _ _ _ _
980
+ 7 gedauert _ _ _ _ _ _ _ _
981
+ 8 , _ _ _ _ _ _ _ _
982
+ 9 bis _ _ _ _ _ _ _ _
983
+ 10 sich _ _ _ _ _ _ _ _
984
+ 11 im _ _ _ _ _ _ _ _
985
+ 12 Bereich _ _ _ _ _ _ _ _
986
+ 13 des _ _ _ _ _ _ _ _
987
+ 14 Amtes _ _ _ _ _ _ _ _
988
+ 15 Dahme _ _ _ _ _ _ _ _
989
+ 16 etwas _ _ _ _ _ _ _ _
990
+ 17 bewegt _ _ _ _ _ _ _ _
991
+ 18 hat _ _ _ _ _ _ _ _
992
+ 19 . _ _ _ _ _ _ _ _
993
+ 20 Die _ _ _ _ _ _ _ BeginSeg=Yes
994
+ 21 zahlreichen _ _ _ _ _ _ _ _
995
+ 22 Appelle _ _ _ _ _ _ _ _
996
+ 23 , _ _ _ _ _ _ _ _
997
+ 24 die _ _ _ _ _ _ _ _
998
+ 25 in _ _ _ _ _ _ _ _
999
+ 26 der _ _ _ _ _ _ _ _
1000
+ 27 Landeshauptstadt _ _ _ _ _ _ _ _
1001
+ 28 Potsdam _ _ _ _ _ _ _ _
1002
+ 29 formuliert _ _ _ _ _ _ _ _
1003
+ 30 wurden _ _ _ _ _ _ _ _
1004
+ 31 , _ _ _ _ _ _ _ _
1005
+ 32 verhallten _ _ _ _ _ _ _ _
1006
+ 33 in _ _ _ _ _ _ _ _
1007
+ 34 der _ _ _ _ _ _ _ _
1008
+ 35 Provinz _ _ _ _ _ _ _ _
1009
+ 36 meist _ _ _ _ _ _ _ _
1010
+ 37 ohne _ _ _ _ _ _ _ _
1011
+ 38 Wirkung _ _ _ _ _ _ _ _
1012
+ 39 zu _ _ _ _ _ _ _ _
1013
+ 40 zeigen _ _ _ _ _ _ _ _
1014
+ 41 . _ _ _ _ _ _ _ _
1015
+ 42 Die _ _ _ _ _ _ _ BeginSeg=Yes
1016
+ 43 lokalen _ _ _ _ _ _ _ _
1017
+ 44 Akteure _ _ _ _ _ _ _ _
1018
+ 45 legten _ _ _ _ _ _ _ _
1019
+ 46 bei _ _ _ _ _ _ _ _
1020
+ 47 der _ _ _ _ _ _ _ _
1021
+ 48 Bildung _ _ _ _ _ _ _ _
1022
+ 49 größerer _ _ _ _ _ _ _ _
1023
+ 50 Gemeinden _ _ _ _ _ _ _ _
1024
+ 51 wahrlich _ _ _ _ _ _ _ _
1025
+ 52 keine _ _ _ _ _ _ _ _
1026
+ 53 Eile _ _ _ _ _ _ _ _
1027
+ 54 an _ _ _ _ _ _ _ _
1028
+ 55 den _ _ _ _ _ _ _ _
1029
+ 56 Tag _ _ _ _ _ _ _ _
1030
+ 57 . _ _ _ _ _ _ _ _
1031
+ 58 Hauptgrund _ _ _ _ _ _ _ BeginSeg=Yes
1032
+ 59 für _ _ _ _ _ _ _ _
1033
+ 60 dieses _ _ _ _ _ _ _ _
1034
+ 61 Zaudern _ _ _ _ _ _ _ _
1035
+ 62 : _ _ _ _ _ _ _ _
1036
+ 63 Die _ _ _ _ _ _ _ BeginSeg=Yes
1037
+ 64 als _ _ _ _ _ _ _ _
1038
+ 65 hoch _ _ _ _ _ _ _ _
1039
+ 66 verschuldet _ _ _ _ _ _ _ _
1040
+ 67 geltende _ _ _ _ _ _ _ _
1041
+ 68 Stadt _ _ _ _ _ _ _ _
1042
+ 69 Dahme _ _ _ _ _ _ _ _
1043
+ 70 erschien _ _ _ _ _ _ _ _
1044
+ 71 den _ _ _ _ _ _ _ _
1045
+ 72 umliegenden _ _ _ _ _ _ _ _
1046
+ 73 Dörfern _ _ _ _ _ _ _ _
1047
+ 74 kein _ _ _ _ _ _ _ _
1048
+ 75 geeigneter _ _ _ _ _ _ _ _
1049
+ 76 Partner _ _ _ _ _ _ _ _
1050
+ 77 zu _ _ _ _ _ _ _ _
1051
+ 78 sein _ _ _ _ _ _ _ _
1052
+ 79 . _ _ _ _ _ _ _ _
1053
+ 80 Mittlerweile _ _ _ _ _ _ _ BeginSeg=Yes
1054
+ 81 haben _ _ _ _ _ _ _ _
1055
+ 82 sich _ _ _ _ _ _ _ _
1056
+ 83 indes _ _ _ _ _ _ _ _
1057
+ 84 auch _ _ _ _ _ _ _ _
1058
+ 85 in _ _ _ _ _ _ _ _
1059
+ 86 der _ _ _ _ _ _ _ _
1060
+ 87 Dahmer _ _ _ _ _ _ _ _
1061
+ 88 Region _ _ _ _ _ _ _ _
1062
+ 89 neue _ _ _ _ _ _ _ _
1063
+ 90 politische _ _ _ _ _ _ _ _
1064
+ 91 Strukturen _ _ _ _ _ _ _ _
1065
+ 92 manifestiert _ _ _ _ _ _ _ _
1066
+ 93 . _ _ _ _ _ _ _ _
1067
+ 94 Beschlossene _ _ _ _ _ _ _ BeginSeg=Yes
1068
+ 95 Sache _ _ _ _ _ _ _ _
1069
+ 96 ist _ _ _ _ _ _ _ _
1070
+ 97 die _ _ _ _ _ _ _ _
1071
+ 98 Fusion _ _ _ _ _ _ _ _
1072
+ 99 von _ _ _ _ _ _ _ _
1073
+ 100 Ihlow _ _ _ _ _ _ _ _
1074
+ 101 , _ _ _ _ _ _ _ _
1075
+ 102 Illmersdorf _ _ _ _ _ _ _ _
1076
+ 103 , _ _ _ _ _ _ _ _
1077
+ 104 Rietdorf _ _ _ _ _ _ _ _
1078
+ 105 , _ _ _ _ _ _ _ _
1079
+ 106 Niendorf _ _ _ _ _ _ _ _
1080
+ 107 , _ _ _ _ _ _ _ _
1081
+ 108 Bollensdorf _ _ _ _ _ _ _ _
1082
+ 109 und _ _ _ _ _ _ _ _
1083
+ 110 Mehlsdorf _ _ _ _ _ _ _ _
1084
+ 111 zu _ _ _ _ _ _ _ _
1085
+ 112 Groß-Ihlow _ _ _ _ _ _ _ _
1086
+ 113 . _ _ _ _ _ _ _ _
1087
+ 114 Dieses _ _ _ _ _ _ _ BeginSeg=Yes
1088
+ 115 neue _ _ _ _ _ _ _ _
1089
+ 116 Gebilde _ _ _ _ _ _ _ _
1090
+ 117 ist _ _ _ _ _ _ _ _
1091
+ 118 sowohl _ _ _ _ _ _ _ _
1092
+ 119 von _ _ _ _ _ _ _ _
1093
+ 120 den _ _ _ _ _ _ _ _
1094
+ 121 Bürgern _ _ _ _ _ _ _ _
1095
+ 122 als _ _ _ _ _ _ _ _
1096
+ 123 auch _ _ _ _ _ _ _ _
1097
+ 124 durch _ _ _ _ _ _ _ _
1098
+ 125 den _ _ _ _ _ _ _ _
1099
+ 126 Kreistag _ _ _ _ _ _ _ _
1100
+ 127 legitimiert _ _ _ _ _ _ _ _
1101
+ 128 . _ _ _ _ _ _ _ _
1102
+ 129 Was _ _ _ _ _ _ _ BeginSeg=Yes
1103
+ 130 die _ _ _ _ _ _ _ _
1104
+ 131 anderen _ _ _ _ _ _ _ _
1105
+ 132 größeren _ _ _ _ _ _ _ _
1106
+ 133 Gemeinden _ _ _ _ _ _ _ _
1107
+ 134 betrifft _ _ _ _ _ _ _ _
1108
+ 135 , _ _ _ _ _ _ _ _
1109
+ 136 so _ _ _ _ _ _ _ BeginSeg=Yes
1110
+ 137 wird _ _ _ _ _ _ _ _
1111
+ 138 sich _ _ _ _ _ _ _ _
1112
+ 139 beim _ _ _ _ _ _ _ _
1113
+ 140 Urnengang _ _ _ _ _ _ _ _
1114
+ 141 am _ _ _ _ _ _ _ _
1115
+ 142 nächsten _ _ _ _ _ _ _ _
1116
+ 143 Sonntag _ _ _ _ _ _ _ _
1117
+ 144 erweisen _ _ _ _ _ _ _ _
1118
+ 145 , _ _ _ _ _ _ _ _
1119
+ 146 ob _ _ _ _ _ _ _ _
1120
+ 147 sie _ _ _ _ _ _ _ _
1121
+ 148 dem _ _ _ _ _ _ _ _
1122
+ 149 Willen _ _ _ _ _ _ _ _
1123
+ 150 der _ _ _ _ _ _ _ _
1124
+ 151 Einwohner _ _ _ _ _ _ _ _
1125
+ 152 entsprechen _ _ _ _ _ _ _ _
1126
+ 153 . _ _ _ _ _ _ _ _
1127
+ 154 Große _ _ _ _ _ _ _ BeginSeg=Yes
1128
+ 155 Ämter _ _ _ _ _ _ _ _
1129
+ 156 und _ _ _ _ _ _ _ _
1130
+ 157 Gemeinden _ _ _ _ _ _ _ _
1131
+ 158 sind _ _ _ _ _ _ _ _
1132
+ 159 sicherlich _ _ _ _ _ _ _ _
1133
+ 160 nicht _ _ _ _ _ _ _ _
1134
+ 161 der _ _ _ _ _ _ _ _
1135
+ 162 Weisheit _ _ _ _ _ _ _ _
1136
+ 163 letzter _ _ _ _ _ _ _ _
1137
+ 164 Schluss _ _ _ _ _ _ _ _
1138
+ 165 . _ _ _ _ _ _ _ _
1139
+ 166 Im _ _ _ _ _ _ _ BeginSeg=Yes
1140
+ 167 Vergleich _ _ _ _ _ _ _ _
1141
+ 168 zur _ _ _ _ _ _ _ _
1142
+ 169 bislang _ _ _ _ _ _ _ _
1143
+ 170 praktizierten _ _ _ _ _ _ _ _
1144
+ 171 Kleinstaaterei _ _ _ _ _ _ _ _
1145
+ 172 im _ _ _ _ _ _ _ _
1146
+ 173 ländlich _ _ _ _ _ _ _ _
1147
+ 174 geprägten _ _ _ _ _ _ _ _
1148
+ 175 Süden _ _ _ _ _ _ _ _
1149
+ 176 des _ _ _ _ _ _ _ _
1150
+ 177 Kreisgebietes _ _ _ _ _ _ _ _
1151
+ 178 sind _ _ _ _ _ _ _ _
1152
+ 179 sie _ _ _ _ _ _ _ _
1153
+ 180 jedoch _ _ _ _ _ _ _ _
1154
+ 181 das _ _ _ _ _ _ _ _
1155
+ 182 kleinere _ _ _ _ _ _ _ _
1156
+ 183 Übel _ _ _ _ _ _ _ _
1157
+ 184 . _ _ _ _ _ _ _ _
1158
+
1159
+ # newdoc id = maz-6918
1160
+ 1 Natürliche _ _ _ _ _ _ _ BeginSeg=Yes
1161
+ 2 Rückeroberung _ _ _ _ _ _ _ _
1162
+ 3 Der _ _ _ _ _ _ _ BeginSeg=Yes
1163
+ 4 Naturpark _ _ _ _ _ _ _ _
1164
+ 5 , _ _ _ _ _ _ _ _
1165
+ 6 der _ _ _ _ _ _ _ _
1166
+ 7 zwischen _ _ _ _ _ _ _ _
1167
+ 8 Jüterbog _ _ _ _ _ _ _ _
1168
+ 9 , _ _ _ _ _ _ _ _
1169
+ 10 Luckenwalde _ _ _ _ _ _ _ _
1170
+ 11 und _ _ _ _ _ _ _ _
1171
+ 12 Treuenbrietzen _ _ _ _ _ _ _ _
1172
+ 13 entsteht _ _ _ _ _ _ _ _
1173
+ 14 , _ _ _ _ _ _ _ _
1174
+ 15 ist _ _ _ _ _ _ _ _
1175
+ 16 außerhalb _ _ _ _ _ _ _ _
1176
+ 17 der _ _ _ _ _ _ _ _
1177
+ 18 Region _ _ _ _ _ _ _ _
1178
+ 19 noch _ _ _ _ _ _ _ _
1179
+ 20 viel _ _ _ _ _ _ _ _
1180
+ 21 zu _ _ _ _ _ _ _ _
1181
+ 22 wenig _ _ _ _ _ _ _ _
1182
+ 23 bekannt _ _ _ _ _ _ _ _
1183
+ 24 . _ _ _ _ _ _ _ _
1184
+ 25 Deshalb _ _ _ _ _ _ _ BeginSeg=Yes
1185
+ 26 ist _ _ _ _ _ _ _ _
1186
+ 27 es _ _ _ _ _ _ _ _
1187
+ 28 zu _ _ _ _ _ _ _ _
1188
+ 29 begrüßen _ _ _ _ _ _ _ _
1189
+ 30 , _ _ _ _ _ _ _ _
1190
+ 31 dass _ _ _ _ _ _ _ _
1191
+ 32 Manfred _ _ _ _ _ _ _ _
1192
+ 33 Stolpe _ _ _ _ _ _ _ _
1193
+ 34 dem _ _ _ _ _ _ _ _
1194
+ 35 weiträumigen _ _ _ _ _ _ _ _
1195
+ 36 Areal _ _ _ _ _ _ _ _
1196
+ 37 vorgestern _ _ _ _ _ _ _ _
1197
+ 38 einen _ _ _ _ _ _ _ _
1198
+ 39 Besuch _ _ _ _ _ _ _ _
1199
+ 40 abstattete _ _ _ _ _ _ _ _
1200
+ 41 . _ _ _ _ _ _ _ _
1201
+ 42 Ein _ _ _ _ _ _ _ BeginSeg=Yes
1202
+ 43 beabsichtigter _ _ _ _ _ _ _ _
1203
+ 44 Effekt _ _ _ _ _ _ _ _
1204
+ 45 solcher _ _ _ _ _ _ _ _
1205
+ 46 Dienstreisen _ _ _ _ _ _ _ _
1206
+ 47 des _ _ _ _ _ _ _ _
1207
+ 48 Ministerpräsidenten _ _ _ _ _ _ _ _
1208
+ 49 in _ _ _ _ _ _ _ _
1209
+ 50 die _ _ _ _ _ _ _ _
1210
+ 51 Provinz _ _ _ _ _ _ _ _
1211
+ 52 ist _ _ _ _ _ _ _ _
1212
+ 53 es _ _ _ _ _ _ _ _
1213
+ 54 , _ _ _ _ _ _ _ _
1214
+ 55 möglichst _ _ _ _ _ _ _ _
1215
+ 56 viel _ _ _ _ _ _ _ _
1216
+ 57 öffentliche _ _ _ _ _ _ _ _
1217
+ 58 Aufmerksamkeit _ _ _ _ _ _ _ _
1218
+ 59 auf _ _ _ _ _ _ _ _
1219
+ 60 bestimmte _ _ _ _ _ _ _ _
1220
+ 61 Vorhaben _ _ _ _ _ _ _ _
1221
+ 62 zu _ _ _ _ _ _ _ _
1222
+ 63 lenken _ _ _ _ _ _ _ _
1223
+ 64 . _ _ _ _ _ _ _ _
1224
+ 65 Um _ _ _ _ _ _ _ BeginSeg=Yes
1225
+ 66 den _ _ _ _ _ _ _ _
1226
+ 67 etwa _ _ _ _ _ _ _ _
1227
+ 68 7000 _ _ _ _ _ _ _ _
1228
+ 69 Hektar _ _ _ _ _ _ _ _
1229
+ 70 großen _ _ _ _ _ _ _ _
1230
+ 71 Naturpark _ _ _ _ _ _ _ _
1231
+ 72 soll _ _ _ _ _ _ _ _
1232
+ 73 ein _ _ _ _ _ _ _ _
1233
+ 74 Rundweg _ _ _ _ _ _ _ _
1234
+ 75 angelegt _ _ _ _ _ _ _ _
1235
+ 76 werden _ _ _ _ _ _ _ _
1236
+ 77 . _ _ _ _ _ _ _ _
1237
+ 78 Das _ _ _ _ _ _ _ BeginSeg=Yes
1238
+ 79 wäre _ _ _ _ _ _ _ _
1239
+ 80 ein _ _ _ _ _ _ _ _
1240
+ 81 bedeutender _ _ _ _ _ _ _ _
1241
+ 82 Schritt _ _ _ _ _ _ _ _
1242
+ 83 zum _ _ _ _ _ _ _ _
1243
+ 84 erklärten _ _ _ _ _ _ _ _
1244
+ 85 Ziel _ _ _ _ _ _ _ _
1245
+ 86 , _ _ _ _ _ _ _ _
1246
+ 87 den _ _ _ _ _ _ _ _
1247
+ 88 ehemaligen _ _ _ _ _ _ _ _
1248
+ 89 Truppenübungsplatz _ _ _ _ _ _ _ _
1249
+ 90 touristisch _ _ _ _ _ _ _ _
1250
+ 91 zu _ _ _ _ _ _ _ _
1251
+ 92 erschließen _ _ _ _ _ _ _ _
1252
+ 93 . _ _ _ _ _ _ _ _
1253
+ 94 Die _ _ _ _ _ _ _ BeginSeg=Yes
1254
+ 95 Wanderdüne _ _ _ _ _ _ _ _
1255
+ 96 bei _ _ _ _ _ _ _ _
1256
+ 97 Forst _ _ _ _ _ _ _ _
1257
+ 98 Zinna _ _ _ _ _ _ _ _
1258
+ 99 ist _ _ _ _ _ _ _ _
1259
+ 100 schon _ _ _ _ _ _ _ _
1260
+ 101 jetzt _ _ _ _ _ _ _ _
1261
+ 102 ein _ _ _ _ _ _ _ _
1262
+ 103 bei _ _ _ _ _ _ _ _
1263
+ 104 Auswärtigen _ _ _ _ _ _ _ _
1264
+ 105 und _ _ _ _ _ _ _ _
1265
+ 106 Einheimischen _ _ _ _ _ _ _ _
1266
+ 107 gleichermaßen _ _ _ _ _ _ _ _
1267
+ 108 beliebtes _ _ _ _ _ _ _ _
1268
+ 109 Ausflugsziel _ _ _ _ _ _ _ _
1269
+ 110 . _ _ _ _ _ _ _ _
1270
+ 111 Diese _ _ _ _ _ _ _ BeginSeg=Yes
1271
+ 112 Art _ _ _ _ _ _ _ _
1272
+ 113 der _ _ _ _ _ _ _ _
1273
+ 114 Konversion _ _ _ _ _ _ _ _
1274
+ 115 - _ _ _ _ _ _ _ _
1275
+ 116 die _ _ _ _ _ _ _ _
1276
+ 117 Natur _ _ _ _ _ _ _ _
1277
+ 118 erobert _ _ _ _ _ _ _ _
1278
+ 119 frühere _ _ _ _ _ _ _ _
1279
+ 120 Militärflächen _ _ _ _ _ _ _ _
1280
+ 121 zurück _ _ _ _ _ _ _ _
1281
+ 122 - _ _ _ _ _ _ _ _
1282
+ 123 ist _ _ _ _ _ _ _ _
1283
+ 124 vergleichsweise _ _ _ _ _ _ _ _
1284
+ 125 billig _ _ _ _ _ _ _ _
1285
+ 126 . _ _ _ _ _ _ _ _
1286
+ 127 Die _ _ _ _ _ _ _ BeginSeg=Yes
1287
+ 128 Abschnitte _ _ _ _ _ _ _ _
1288
+ 129 , _ _ _ _ _ _ _ _
1289
+ 130 auf _ _ _ _ _ _ _ _
1290
+ 131 denen _ _ _ _ _ _ _ _
1291
+ 132 möglicherweise _ _ _ _ _ _ _ _
1292
+ 133 weiterhin _ _ _ _ _ _ _ _
1293
+ 134 gefährliche _ _ _ _ _ _ _ _
1294
+ 135 Munition _ _ _ _ _ _ _ _
1295
+ 136 lagert _ _ _ _ _ _ _ _
1296
+ 137 , _ _ _ _ _ _ _ _
1297
+ 138 bleiben _ _ _ _ _ _ _ _
1298
+ 139 allerdings _ _ _ _ _ _ _ _
1299
+ 140 Sperrgebiet _ _ _ _ _ _ _ _
1300
+ 141 . _ _ _ _ _ _ _ _
1301
+ 142 Ob _ _ _ _ _ _ _ BeginSeg=Yes
1302
+ 143 bei _ _ _ _ _ _ _ _
1303
+ 144 der _ _ _ _ _ _ _ _
1304
+ 145 touristischen _ _ _ _ _ _ _ _
1305
+ 146 Erschließung _ _ _ _ _ _ _ _
1306
+ 147 der _ _ _ _ _ _ _ _
1307
+ 148 Konversionsflächen _ _ _ _ _ _ _ _
1308
+ 149 auf _ _ _ _ _ _ _ _
1309
+ 150 lange _ _ _ _ _ _ _ _
1310
+ 151 Sicht _ _ _ _ _ _ _ _
1311
+ 152 neue _ _ _ _ _ _ _ _
1312
+ 153 Arbeitsplätze _ _ _ _ _ _ _ _
1313
+ 154 entstehen _ _ _ _ _ _ _ _
1314
+ 155 , _ _ _ _ _ _ _ _
1315
+ 156 hängt _ _ _ _ _ _ _ _
1316
+ 157 vor _ _ _ _ _ _ _ _
1317
+ 158 allem _ _ _ _ _ _ _ _
1318
+ 159 davon _ _ _ _ _ _ _ _
1319
+ 160 ab _ _ _ _ _ _ _ _
1320
+ 161 , _ _ _ _ _ _ _ _
1321
+ 162 wie _ _ _ _ _ _ _ _
1322
+ 163 viele _ _ _ _ _ _ _ _
1323
+ 164 Neugierige _ _ _ _ _ _ _ _
1324
+ 165 kommen _ _ _ _ _ _ _ _
1325
+ 166 werden _ _ _ _ _ _ _ _
1326
+ 167 . _ _ _ _ _ _ _ _
1327
+ 168 Wie _ _ _ _ _ _ _ BeginSeg=Yes
1328
+ 169 gesagt _ _ _ _ _ _ _ _
1329
+ 170 : _ _ _ _ _ _ _ _
1330
+ 171 Stolpe _ _ _ _ _ _ _ BeginSeg=Yes
1331
+ 172 war _ _ _ _ _ _ _ _
1332
+ 173 schon _ _ _ _ _ _ _ _
1333
+ 174 da _ _ _ _ _ _ _ _
1334
+ 175 . _ _ _ _ _ _ _ _
1335
+
1336
+ # newdoc id = maz-5709
1337
+ 1 Bucklig _ _ _ _ _ _ _ BeginSeg=Yes
1338
+ 2 Davon _ _ _ _ _ _ _ BeginSeg=Yes
1339
+ 3 können _ _ _ _ _ _ _ _
1340
+ 4 die _ _ _ _ _ _ _ _
1341
+ 5 bevölkerungsreichen _ _ _ _ _ _ _ _
1342
+ 6 Wohngebiete _ _ _ _ _ _ _ _
1343
+ 7 Schlaatz _ _ _ _ _ _ _ _
1344
+ 8 , _ _ _ _ _ _ _ _
1345
+ 9 Stern _ _ _ _ _ _ _ _
1346
+ 10 und _ _ _ _ _ _ _ _
1347
+ 11 Drewitz _ _ _ _ _ _ _ _
1348
+ 12 nur _ _ _ _ _ _ _ _
1349
+ 13 träumen _ _ _ _ _ _ _ _
1350
+ 14 : _ _ _ _ _ _ _ _
1351
+ 15 Der _ _ _ _ _ _ _ BeginSeg=Yes
1352
+ 16 Bauausschuss _ _ _ _ _ _ _ _
1353
+ 17 widmete _ _ _ _ _ _ _ _
1354
+ 18 seine _ _ _ _ _ _ _ _
1355
+ 19 ganze _ _ _ _ _ _ _ _
1356
+ 20 Aufmerksamkeit _ _ _ _ _ _ _ _
1357
+ 21 zum _ _ _ _ _ _ _ _
1358
+ 22 wiederholten _ _ _ _ _ _ _ _
1359
+ 23 Male _ _ _ _ _ _ _ _
1360
+ 24 und _ _ _ _ _ _ _ _
1361
+ 25 diesmal _ _ _ _ _ _ _ _
1362
+ 26 geschlagene _ _ _ _ _ _ _ _
1363
+ 27 anderthalb _ _ _ _ _ _ _ _
1364
+ 28 Stunden _ _ _ _ _ _ _ _
1365
+ 29 der _ _ _ _ _ _ _ _
1366
+ 30 kuscheligen _ _ _ _ _ _ _ _
1367
+ 31 Eigenheimsiedlung _ _ _ _ _ _ _ _
1368
+ 32 Parforceheide _ _ _ _ _ _ _ _
1369
+ 33 . _ _ _ _ _ _ _ _
1370
+ 34 Während _ _ _ _ _ _ _ BeginSeg=Yes
1371
+ 35 es _ _ _ _ _ _ _ _
1372
+ 36 rund _ _ _ _ _ _ _ _
1373
+ 37 um _ _ _ _ _ _ _ _
1374
+ 38 die _ _ _ _ _ _ _ _
1375
+ 39 Plattenbauten _ _ _ _ _ _ _ _
1376
+ 40 an _ _ _ _ _ _ _ _
1377
+ 41 allen _ _ _ _ _ _ _ _
1378
+ 42 Ecken _ _ _ _ _ _ _ _
1379
+ 43 hapert _ _ _ _ _ _ _ _
1380
+ 44 , _ _ _ _ _ _ _ _
1381
+ 45 dem _ _ _ _ _ _ _ BeginSeg=Yes
1382
+ 46 Schlaatz _ _ _ _ _ _ _ _
1383
+ 47 gerade _ _ _ _ _ _ _ _
1384
+ 48 Mittel _ _ _ _ _ _ _ _
1385
+ 49 entzogen _ _ _ _ _ _ _ _
1386
+ 50 werden _ _ _ _ _ _ _ _
1387
+ 51 müssen _ _ _ _ _ _ _ _
1388
+ 52 , _ _ _ _ _ _ _ _
1389
+ 53 soll _ _ _ _ _ _ _ BeginSeg=Yes
1390
+ 54 die _ _ _ _ _ _ _ _
1391
+ 55 neue _ _ _ _ _ _ _ _
1392
+ 56 Straße _ _ _ _ _ _ _ _
1393
+ 57 An _ _ _ _ _ _ _ _
1394
+ 58 der _ _ _ _ _ _ _ _
1395
+ 59 Parforceheide _ _ _ _ _ _ _ _
1396
+ 60 durch _ _ _ _ _ _ _ _
1397
+ 61 Buckel _ _ _ _ _ _ _ _
1398
+ 62 ergänzt _ _ _ _ _ _ _ _
1399
+ 63 werden _ _ _ _ _ _ _ _
1400
+ 64 , _ _ _ _ _ _ _ _
1401
+ 65 die _ _ _ _ _ _ _ BeginSeg=Yes
1402
+ 66 den _ _ _ _ _ _ _ _
1403
+ 67 Steuerzahler _ _ _ _ _ _ _ _
1404
+ 68 40_000 _ _ _ _ _ _ _ _
1405
+ 69 Mark _ _ _ _ _ _ _ _
1406
+ 70 kosten _ _ _ _ _ _ _ _
1407
+ 71 . _ _ _ _ _ _ _ _
1408
+ 72 Dabei _ _ _ _ _ _ _ BeginSeg=Yes
1409
+ 73 sind _ _ _ _ _ _ _ _
1410
+ 74 es _ _ _ _ _ _ _ _
1411
+ 75 vor _ _ _ _ _ _ _ _
1412
+ 76 allem _ _ _ _ _ _ _ _
1413
+ 77 Anwohner _ _ _ _ _ _ _ _
1414
+ 78 , _ _ _ _ _ _ _ _
1415
+ 79 die _ _ _ _ _ _ _ _
1416
+ 80 mit _ _ _ _ _ _ _ _
1417
+ 81 mehr _ _ _ _ _ _ _ _
1418
+ 82 als _ _ _ _ _ _ _ _
1419
+ 83 den _ _ _ _ _ _ _ _
1420
+ 84 erlaubten _ _ _ _ _ _ _ _
1421
+ 85 7 _ _ _ _ _ _ _ _
1422
+ 86 km/h _ _ _ _ _ _ _ _
1423
+ 87 durch _ _ _ _ _ _ _ _
1424
+ 88 die _ _ _ _ _ _ _ _
1425
+ 89 ausgewiesene _ _ _ _ _ _ _ _
1426
+ 90 Spielstraße _ _ _ _ _ _ _ _
1427
+ 91 fahren _ _ _ _ _ _ _ _
1428
+ 92 . _ _ _ _ _ _ _ _
1429
+ 93 Hier _ _ _ _ _ _ _ BeginSeg=Yes
1430
+ 94 , _ _ _ _ _ _ _ _
1431
+ 95 wo _ _ _ _ _ _ _ _
1432
+ 96 sich _ _ _ _ _ _ _ _
1433
+ 97 die _ _ _ _ _ _ _ _
1434
+ 98 Namensschilder _ _ _ _ _ _ _ _
1435
+ 99 wie _ _ _ _ _ _ _ _
1436
+ 100 ein _ _ _ _ _ _ _ _
1437
+ 101 Potsdamer _ _ _ _ _ _ _ _
1438
+ 102 " _ _ _ _ _ _ _ _
1439
+ 103 Who _ _ _ _ _ _ _ _
1440
+ 104 is _ _ _ _ _ _ _ _
1441
+ 105 who _ _ _ _ _ _ _ _
1442
+ 106 ? _ _ _ _ _ _ _ _
1443
+ 107 " _ _ _ _ _ _ _ _
1444
+ 108 kluger _ _ _ _ _ _ _ _
1445
+ 109 Menschen _ _ _ _ _ _ _ _
1446
+ 110 lesen _ _ _ _ _ _ _ _
1447
+ 111 , _ _ _ _ _ _ _ _
1448
+ 112 ist _ _ _ _ _ _ _ BeginSeg=Yes
1449
+ 113 man _ _ _ _ _ _ _ _
1450
+ 114 aber _ _ _ _ _ _ _ _
1451
+ 115 offenbar _ _ _ _ _ _ _ _
1452
+ 116 nicht _ _ _ _ _ _ _ _
1453
+ 117 in _ _ _ _ _ _ _ _
1454
+ 118 der _ _ _ _ _ _ _ _
1455
+ 119 Lage _ _ _ _ _ _ _ _
1456
+ 120 , _ _ _ _ _ _ _ _
1457
+ 121 miteinander _ _ _ _ _ _ _ _
1458
+ 122 zu _ _ _ _ _ _ _ _
1459
+ 123 reden _ _ _ _ _ _ _ _
1460
+ 124 und _ _ _ _ _ _ _ BeginSeg=Yes
1461
+ 125 eine _ _ _ _ _ _ _ _
1462
+ 126 Lösung _ _ _ _ _ _ _ _
1463
+ 127 zu _ _ _ _ _ _ _ _
1464
+ 128 finden _ _ _ _ _ _ _ _
1465
+ 129 . _ _ _ _ _ _ _ _
1466
+ 130 Lieber _ _ _ _ _ _ _ BeginSeg=Yes
1467
+ 131 gründet _ _ _ _ _ _ _ _
1468
+ 132 man _ _ _ _ _ _ _ _
1469
+ 133 Bürgerbewegung _ _ _ _ _ _ _ _
1470
+ 134 und _ _ _ _ _ _ _ _
1471
+ 135 Antibewegung _ _ _ _ _ _ _ _
1472
+ 136 , _ _ _ _ _ _ _ _
1473
+ 137 wobei _ _ _ _ _ _ _ BeginSeg=Yes
1474
+ 138 die _ _ _ _ _ _ _ _
1475
+ 139 Buckelgegner _ _ _ _ _ _ _ _
1476
+ 140 öffentlich _ _ _ _ _ _ _ _
1477
+ 141 als _ _ _ _ _ _ _ _
1478
+ 142 kinderfeindlich _ _ _ _ _ _ _ _
1479
+ 143 gebrandmarkt _ _ _ _ _ _ _ _
1480
+ 144 werden _ _ _ _ _ _ _ _
1481
+ 145 . _ _ _ _ _ _ _ _
1482
+ 146 Die _ _ _ _ _ _ _ BeginSeg=Yes
1483
+ 147 Stadt _ _ _ _ _ _ _ _
1484
+ 148 wäre _ _ _ _ _ _ _ _
1485
+ 149 gut _ _ _ _ _ _ _ _
1486
+ 150 beraten _ _ _ _ _ _ _ _
1487
+ 151 , _ _ _ _ _ _ _ _
1488
+ 152 sich _ _ _ _ _ _ _ _
1489
+ 153 diesem _ _ _ _ _ _ _ _
1490
+ 154 moralischen _ _ _ _ _ _ _ _
1491
+ 155 Imperativ _ _ _ _ _ _ _ _
1492
+ 156 nicht _ _ _ _ _ _ _ _
1493
+ 157 zu _ _ _ _ _ _ _ _
1494
+ 158 beugen _ _ _ _ _ _ _ _
1495
+ 159 . _ _ _ _ _ _ _ _
1496
+ 160 Anderenfalls _ _ _ _ _ _ _ BeginSeg=Yes
1497
+ 161 müsste _ _ _ _ _ _ _ _
1498
+ 162 sie _ _ _ _ _ _ _ _
1499
+ 163 vor _ _ _ _ _ _ _ _
1500
+ 164 jeder _ _ _ _ _ _ _ _
1501
+ 165 Schule _ _ _ _ _ _ _ _
1502
+ 166 und _ _ _ _ _ _ _ _
1503
+ 167 jeder _ _ _ _ _ _ _ _
1504
+ 168 Kita _ _ _ _ _ _ _ _
1505
+ 169 Bremsbuckel _ _ _ _ _ _ _ _
1506
+ 170 aufpflastern _ _ _ _ _ _ _ _
1507
+ 171 . _ _ _ _ _ _ _ _
1508
+ 172 Das _ _ _ _ _ _ _ BeginSeg=Yes
1509
+ 173 wäre _ _ _ _ _ _ _ _
1510
+ 174 vielleicht _ _ _ _ _ _ _ _
1511
+ 175 wünschenswert _ _ _ _ _ _ _ _
1512
+ 176 , _ _ _ _ _ _ _ _
1513
+ 177 zugleich _ _ _ _ _ _ _ BeginSeg=Yes
1514
+ 178 aber _ _ _ _ _ _ _ _
1515
+ 179 unbezahlbar _ _ _ _ _ _ _ _
1516
+ 180 . _ _ _ _ _ _ _ _
1517
+
1518
+ # newdoc id = maz-6993
1519
+ 1 Drei _ _ _ _ _ _ _ BeginSeg=Yes
1520
+ 2 leere _ _ _ _ _ _ _ _
1521
+ 3 Kassen _ _ _ _ _ _ _ _
1522
+ 4 Diepensee _ _ _ _ _ _ _ BeginSeg=Yes
1523
+ 5 siedelt _ _ _ _ _ _ _ _
1524
+ 6 um _ _ _ _ _ _ _ _
1525
+ 7 . _ _ _ _ _ _ _ _
1526
+ 8 Ohne _ _ _ _ _ _ _ BeginSeg=Yes
1527
+ 9 Wenn _ _ _ _ _ _ _ _
1528
+ 10 und _ _ _ _ _ _ _ _
1529
+ 11 Aber _ _ _ _ _ _ _ _
1530
+ 12 . _ _ _ _ _ _ _ _
1531
+ 13 Dessen _ _ _ _ _ _ _ BeginSeg=Yes
1532
+ 14 konnten _ _ _ _ _ _ _ _
1533
+ 15 sich _ _ _ _ _ _ _ _
1534
+ 16 die _ _ _ _ _ _ _ _
1535
+ 17 vor _ _ _ _ _ _ _ _
1536
+ 18 dem _ _ _ _ _ _ _ _
1537
+ 19 möglichen _ _ _ _ _ _ _ _
1538
+ 20 Ausbau _ _ _ _ _ _ _ _
1539
+ 21 des _ _ _ _ _ _ _ _
1540
+ 22 Flughafens _ _ _ _ _ _ _ _
1541
+ 23 Schönefeld _ _ _ _ _ _ _ _
1542
+ 24 weichenden _ _ _ _ _ _ _ _
1543
+ 25 Dorfbewohner _ _ _ _ _ _ _ _
1544
+ 26 gewiss _ _ _ _ _ _ _ _
1545
+ 27 sein _ _ _ _ _ _ _ _
1546
+ 28 . _ _ _ _ _ _ _ _
1547
+ 29 Bis _ _ _ _ _ _ _ BeginSeg=Yes
1548
+ 30 eine _ _ _ _ _ _ _ _
1549
+ 31 Presseinformation _ _ _ _ _ _ _ _
1550
+ 32 der _ _ _ _ _ _ _ _
1551
+ 33 Ausbau-Planer _ _ _ _ _ _ _ _
1552
+ 34 einschlug _ _ _ _ _ _ _ _
1553
+ 35 , _ _ _ _ _ _ _ _
1554
+ 36 wie _ _ _ _ _ _ _ _
1555
+ 37 eine _ _ _ _ _ _ _ _
1556
+ 38 Bombe _ _ _ _ _ _ _ _
1557
+ 39 . _ _ _ _ _ _ _ _
1558
+ 40 Umsiedlung _ _ _ _ _ _ _ BeginSeg=Yes
1559
+ 41 , _ _ _ _ _ _ _ _
1560
+ 42 hieß _ _ _ _ _ _ _ _
1561
+ 43 es _ _ _ _ _ _ _ _
1562
+ 44 da _ _ _ _ _ _ _ _
1563
+ 45 , _ _ _ _ _ _ _ _
1564
+ 46 nur _ _ _ _ _ _ _ _
1565
+ 47 vorbehaltlich _ _ _ _ _ _ _ _
1566
+ 48 der _ _ _ _ _ _ _ _
1567
+ 49 Privatisierung _ _ _ _ _ _ _ _
1568
+ 50 der _ _ _ _ _ _ _ _
1569
+ 51 Flughafen-Holding _ _ _ _ _ _ _ _
1570
+ 52 . _ _ _ _ _ _ _ _
1571
+ 53 Überrascht _ _ _ _ _ _ _ BeginSeg=Yes
1572
+ 54 reagierte _ _ _ _ _ _ _ _
1573
+ 55 auch _ _ _ _ _ _ _ _
1574
+ 56 der _ _ _ _ _ _ _ _
1575
+ 57 Königs-Wusterhausener _ _ _ _ _ _ _ _
1576
+ 58 Bürgermeister _ _ _ _ _ _ _ _
1577
+ 59 Jochen _ _ _ _ _ _ _ _
1578
+ 60 Wagner _ _ _ _ _ _ _ _
1579
+ 61 . _ _ _ _ _ _ _ _
1580
+ 62 Schließlich _ _ _ _ _ _ _ BeginSeg=Yes
1581
+ 63 gaben _ _ _ _ _ _ _ _
1582
+ 64 die _ _ _ _ _ _ _ _
1583
+ 65 Stadtverordneten _ _ _ _ _ _ _ _
1584
+ 66 erst _ _ _ _ _ _ _ _
1585
+ 67 Montagabend _ _ _ _ _ _ _ _
1586
+ 68 grünes _ _ _ _ _ _ _ _
1587
+ 69 Licht _ _ _ _ _ _ _ _
1588
+ 70 für _ _ _ _ _ _ _ _
1589
+ 71 die _ _ _ _ _ _ _ _
1590
+ 72 weitere _ _ _ _ _ _ _ _
1591
+ 73 Erschließung _ _ _ _ _ _ _ _
1592
+ 74 des _ _ _ _ _ _ _ _
1593
+ 75 neuen _ _ _ _ _ _ _ _
1594
+ 76 Ortsteils _ _ _ _ _ _ _ _
1595
+ 77 Diepensee _ _ _ _ _ _ _ _
1596
+ 78 . _ _ _ _ _ _ _ _
1597
+ 79 Soll _ _ _ _ _ _ _ BeginSeg=Yes
1598
+ 80 dieser _ _ _ _ _ _ _ _
1599
+ 81 Beschluss _ _ _ _ _ _ _ _
1600
+ 82 bald _ _ _ _ _ _ _ _
1601
+ 83 nicht _ _ _ _ _ _ _ _
1602
+ 84 mal _ _ _ _ _ _ _ _
1603
+ 85 mehr _ _ _ _ _ _ _ _
1604
+ 86 das _ _ _ _ _ _ _ _
1605
+ 87 Papier _ _ _ _ _ _ _ _
1606
+ 88 wert _ _ _ _ _ _ _ _
1607
+ 89 sein _ _ _ _ _ _ _ _
1608
+ 90 , _ _ _ _ _ _ _ _
1609
+ 91 auf _ _ _ _ _ _ _ _
1610
+ 92 dem _ _ _ _ _ _ _ _
1611
+ 93 er _ _ _ _ _ _ _ _
1612
+ 94 gedruckt _ _ _ _ _ _ _ _
1613
+ 95 wurde _ _ _ _ _ _ _ _
1614
+ 96 ? _ _ _ _ _ _ _ _
1615
+ 97 Das _ _ _ _ _ _ _ BeginSeg=Yes
1616
+ 98 wäre _ _ _ _ _ _ _ _
1617
+ 99 denkbar _ _ _ _ _ _ _ _
1618
+ 100 . _ _ _ _ _ _ _ _
1619
+ 101 Schließlich _ _ _ _ _ _ _ BeginSeg=Yes
1620
+ 102 läuft _ _ _ _ _ _ _ _
1621
+ 103 Ende _ _ _ _ _ _ _ _
1622
+ 104 Oktober _ _ _ _ _ _ _ _
1623
+ 105 die _ _ _ _ _ _ _ _
1624
+ 106 Angebotsfrist _ _ _ _ _ _ _ _
1625
+ 107 für _ _ _ _ _ _ _ _
1626
+ 108 die _ _ _ _ _ _ _ _
1627
+ 109 Privatisierung _ _ _ _ _ _ _ _
1628
+ 110 der _ _ _ _ _ _ _ _
1629
+ 111 Flughafen-Holding _ _ _ _ _ _ _ _
1630
+ 112 aus _ _ _ _ _ _ _ _
1631
+ 113 . _ _ _ _ _ _ _ _
1632
+ 114 Möglicherweise _ _ _ _ _ _ _ BeginSeg=Yes
1633
+ 115 legt _ _ _ _ _ _ _ _
1634
+ 116 das _ _ _ _ _ _ _ _
1635
+ 117 Baukonzern-Bieterkonsortium _ _ _ _ _ _ _ _
1636
+ 118 wieder _ _ _ _ _ _ _ _
1637
+ 119 keinen _ _ _ _ _ _ _ _
1638
+ 120 verhandelbaren _ _ _ _ _ _ _ _
1639
+ 121 Vorschlag _ _ _ _ _ _ _ _
1640
+ 122 auf _ _ _ _ _ _ _ _
1641
+ 123 den _ _ _ _ _ _ _ _
1642
+ 124 Tisch _ _ _ _ _ _ _ _
1643
+ 125 . _ _ _ _ _ _ _ _
1644
+ 126 Dann _ _ _ _ _ _ _ BeginSeg=Yes
1645
+ 127 müssten _ _ _ _ _ _ _ _
1646
+ 128 die _ _ _ _ _ _ _ _
1647
+ 129 Holding-Gesellschafter _ _ _ _ _ _ _ _
1648
+ 130 - _ _ _ _ _ _ _ _
1649
+ 131 Bund _ _ _ _ _ _ _ _
1650
+ 132 , _ _ _ _ _ _ _ _
1651
+ 133 Brandenburg _ _ _ _ _ _ _ _
1652
+ 134 und _ _ _ _ _ _ _ _
1653
+ 135 Berlin _ _ _ _ _ _ _ _
1654
+ 136 - _ _ _ _ _ _ _ _
1655
+ 137 sowohl _ _ _ _ _ _ _ _
1656
+ 138 die _ _ _ _ _ _ _ _
1657
+ 139 Kosten _ _ _ _ _ _ _ _
1658
+ 140 für _ _ _ _ _ _ _ _
1659
+ 141 den _ _ _ _ _ _ _ _
1660
+ 142 Ausbau _ _ _ _ _ _ _ _
1661
+ 143 und _ _ _ _ _ _ _ _
1662
+ 144 die _ _ _ _ _ _ _ _
1663
+ 145 Anbindung _ _ _ _ _ _ _ _
1664
+ 146 des _ _ _ _ _ _ _ _
1665
+ 147 Flughafens _ _ _ _ _ _ _ _
1666
+ 148 Schönefeld _ _ _ _ _ _ _ _
1667
+ 149 , _ _ _ _ _ _ _ _
1668
+ 150 als _ _ _ _ _ _ _ _
1669
+ 151 auch _ _ _ _ _ _ _ _
1670
+ 152 für _ _ _ _ _ _ _ _
1671
+ 153 die _ _ _ _ _ _ _ _
1672
+ 154 Umsiedlung _ _ _ _ _ _ _ _
1673
+ 155 Diepensees _ _ _ _ _ _ _ _
1674
+ 156 aufbringen _ _ _ _ _ _ _ _
1675
+ 157 . _ _ _ _ _ _ _ _
1676
+ 158 Vorbehalte _ _ _ _ _ _ _ BeginSeg=Yes
1677
+ 159 scheinen _ _ _ _ _ _ _ _
1678
+ 160 da _ _ _ _ _ _ _ _
1679
+ 161 angesichts _ _ _ _ _ _ _ _
1680
+ 162 leerer _ _ _ _ _ _ _ _
1681
+ 163 Kassen _ _ _ _ _ _ _ _
1682
+ 164 aller _ _ _ _ _ _ _ _
1683
+ 165 drei _ _ _ _ _ _ _ _
1684
+ 166 Gesellschafter _ _ _ _ _ _ _ _
1685
+ 167 durchaus _ _ _ _ _ _ _ _
1686
+ 168 angebracht _ _ _ _ _ _ _ _
1687
+ 169 . _ _ _ _ _ _ _ _
1688
+
1689
+ # newdoc id = maz-5715
1690
+ 1 Glückliche _ _ _ _ _ _ _ BeginSeg=Yes
1691
+ 2 Hühner _ _ _ _ _ _ _ _
1692
+ 3 Um _ _ _ _ _ _ _ BeginSeg=Yes
1693
+ 4 die _ _ _ _ _ _ _ _
1694
+ 5 deutschen _ _ _ _ _ _ _ _
1695
+ 6 Legehennen _ _ _ _ _ _ _ _
1696
+ 7 ist _ _ _ _ _ _ _ _
1697
+ 8 heftiger _ _ _ _ _ _ _ _
1698
+ 9 politischer _ _ _ _ _ _ _ _
1699
+ 10 Streit _ _ _ _ _ _ _ _
1700
+ 11 entbrannt _ _ _ _ _ _ _ _
1701
+ 12 . _ _ _ _ _ _ _ _
1702
+ 13 Bundesagrarministerin _ _ _ _ _ _ _ BeginSeg=Yes
1703
+ 14 Renate _ _ _ _ _ _ _ _
1704
+ 15 Künast _ _ _ _ _ _ _ _
1705
+ 16 will _ _ _ _ _ _ _ _
1706
+ 17 das _ _ _ _ _ _ _ _
1707
+ 18 Halten _ _ _ _ _ _ _ _
1708
+ 19 der _ _ _ _ _ _ _ _
1709
+ 20 Tiere _ _ _ _ _ _ _ _
1710
+ 21 in _ _ _ _ _ _ _ _
1711
+ 22 engen _ _ _ _ _ _ _ _
1712
+ 23 Legebatterien _ _ _ _ _ _ _ _
1713
+ 24 bereits _ _ _ _ _ _ _ _
1714
+ 25 vom _ _ _ _ _ _ _ _
1715
+ 26 Jahr _ _ _ _ _ _ _ _
1716
+ 27 2006 _ _ _ _ _ _ _ _
1717
+ 28 an _ _ _ _ _ _ _ _
1718
+ 29 verbieten _ _ _ _ _ _ _ _
1719
+ 30 . _ _ _ _ _ _ _ _
1720
+ 31 In _ _ _ _ _ _ _ BeginSeg=Yes
1721
+ 32 den _ _ _ _ _ _ _ _
1722
+ 33 EU-Nachbarländern _ _ _ _ _ _ _ _
1723
+ 34 soll _ _ _ _ _ _ _ _
1724
+ 35 das _ _ _ _ _ _ _ _
1725
+ 36 erst _ _ _ _ _ _ _ _
1726
+ 37 fünf _ _ _ _ _ _ _ _
1727
+ 38 Jahre _ _ _ _ _ _ _ _
1728
+ 39 später _ _ _ _ _ _ _ _
1729
+ 40 gelten _ _ _ _ _ _ _ _
1730
+ 41 . _ _ _ _ _ _ _ _
1731
+ 42 Eier-Produzenten _ _ _ _ _ _ _ BeginSeg=Yes
1732
+ 43 aus _ _ _ _ _ _ _ _
1733
+ 44 der _ _ _ _ _ _ _ _
1734
+ 45 ganzen _ _ _ _ _ _ _ _
1735
+ 46 Republik _ _ _ _ _ _ _ _
1736
+ 47 machen _ _ _ _ _ _ _ _
1737
+ 48 gegen _ _ _ _ _ _ _ _
1738
+ 49 Künasts _ _ _ _ _ _ _ _
1739
+ 50 Pläne _ _ _ _ _ _ _ _
1740
+ 51 mobil _ _ _ _ _ _ _ _
1741
+ 52 . _ _ _ _ _ _ _ _
1742
+ 53 Die _ _ _ _ _ _ _ BeginSeg=Yes
1743
+ 54 Betriebe _ _ _ _ _ _ _ _
1744
+ 55 im _ _ _ _ _ _ _ _
1745
+ 56 Osten _ _ _ _ _ _ _ _
1746
+ 57 fürchten _ _ _ _ _ _ _ _
1747
+ 58 , _ _ _ _ _ _ _ _
1748
+ 59 dass _ _ _ _ _ _ _ _
1749
+ 60 die _ _ _ _ _ _ _ _
1750
+ 61 hohen _ _ _ _ _ _ _ _
1751
+ 62 Investitionen _ _ _ _ _ _ _ _
1752
+ 63 , _ _ _ _ _ _ _ _
1753
+ 64 die _ _ _ _ _ _ _ _
1754
+ 65 sie _ _ _ _ _ _ _ _
1755
+ 66 in _ _ _ _ _ _ _ _
1756
+ 67 moderne _ _ _ _ _ _ _ _
1757
+ 68 Legebatterien _ _ _ _ _ _ _ _
1758
+ 69 nach _ _ _ _ _ _ _ _
1759
+ 70 europäischem _ _ _ _ _ _ _ _
1760
+ 71 Standard _ _ _ _ _ _ _ _
1761
+ 72 gesteckt _ _ _ _ _ _ _ _
1762
+ 73 haben _ _ _ _ _ _ _ _
1763
+ 74 , _ _ _ _ _ _ _ _
1764
+ 75 umsonst _ _ _ _ _ _ _ _
1765
+ 76 gewesen _ _ _ _ _ _ _ _
1766
+ 77 sind _ _ _ _ _ _ _ _
1767
+ 78 . _ _ _ _ _ _ _ _
1768
+ 79 Im _ _ _ _ _ _ _ BeginSeg=Yes
1769
+ 80 Westen _ _ _ _ _ _ _ _
1770
+ 81 herrscht _ _ _ _ _ _ _ _
1771
+ 82 die _ _ _ _ _ _ _ _
1772
+ 83 Sorge _ _ _ _ _ _ _ _
1773
+ 84 vor _ _ _ _ _ _ _ _
1774
+ 85 , _ _ _ _ _ _ _ _
1775
+ 86 ausländische _ _ _ _ _ _ _ _
1776
+ 87 Konkurrenten _ _ _ _ _ _ _ _
1777
+ 88 könnten _ _ _ _ _ _ _ _
1778
+ 89 dann _ _ _ _ _ _ _ _
1779
+ 90 mit _ _ _ _ _ _ _ _
1780
+ 91 Billig-Eiern _ _ _ _ _ _ _ _
1781
+ 92 aus _ _ _ _ _ _ _ _
1782
+ 93 Legebatterien _ _ _ _ _ _ _ _
1783
+ 94 den _ _ _ _ _ _ _ _
1784
+ 95 deutschen _ _ _ _ _ _ _ _
1785
+ 96 Markt _ _ _ _ _ _ _ _
1786
+ 97 überschwemmen _ _ _ _ _ _ _ _
1787
+ 98 . _ _ _ _ _ _ _ _
1788
+ 99 Beide _ _ _ _ _ _ _ BeginSeg=Yes
1789
+ 100 Bedenken _ _ _ _ _ _ _ _
1790
+ 101 sind _ _ _ _ _ _ _ _
1791
+ 102 nicht _ _ _ _ _ _ _ _
1792
+ 103 einfach _ _ _ _ _ _ _ _
1793
+ 104 von _ _ _ _ _ _ _ _
1794
+ 105 der _ _ _ _ _ _ _ _
1795
+ 106 Hand _ _ _ _ _ _ _ _
1796
+ 107 zu _ _ _ _ _ _ _ _
1797
+ 108 weisen _ _ _ _ _ _ _ _
1798
+ 109 . _ _ _ _ _ _ _ _
1799
+ 110 Ministerin _ _ _ _ _ _ _ BeginSeg=Yes
1800
+ 111 Künast _ _ _ _ _ _ _ _
1801
+ 112 muss _ _ _ _ _ _ _ _
1802
+ 113 zumindest _ _ _ _ _ _ _ _
1803
+ 114 über _ _ _ _ _ _ _ _
1804
+ 115 längere _ _ _ _ _ _ _ _
1805
+ 116 Übergangsfristen _ _ _ _ _ _ _ _
1806
+ 117 nachdenken _ _ _ _ _ _ _ _
1807
+ 118 . _ _ _ _ _ _ _ _
1808
+ 119 Am _ _ _ _ _ _ _ BeginSeg=Yes
1809
+ 120 Grundsatz _ _ _ _ _ _ _ _
1810
+ 121 , _ _ _ _ _ _ _ _
1811
+ 122 die _ _ _ _ _ _ _ _
1812
+ 123 Käfighaltung _ _ _ _ _ _ _ _
1813
+ 124 abzuschaffen _ _ _ _ _ _ _ _
1814
+ 125 , _ _ _ _ _ _ _ _
1815
+ 126 sollte _ _ _ _ _ _ _ _
1816
+ 127 sie _ _ _ _ _ _ _ _
1817
+ 128 nicht _ _ _ _ _ _ _ _
1818
+ 129 rütteln _ _ _ _ _ _ _ _
1819
+ 130 . _ _ _ _ _ _ _ _
1820
+ 131 Artgerechte _ _ _ _ _ _ _ BeginSeg=Yes
1821
+ 132 Tierhaltung _ _ _ _ _ _ _ _
1822
+ 133 gehört _ _ _ _ _ _ _ _
1823
+ 134 schließlich _ _ _ _ _ _ _ _
1824
+ 135 zu _ _ _ _ _ _ _ _
1825
+ 136 den _ _ _ _ _ _ _ _
1826
+ 137 Eckpunkten _ _ _ _ _ _ _ _
1827
+ 138 der _ _ _ _ _ _ _ _
1828
+ 139 von _ _ _ _ _ _ _ _
1829
+ 140 ihr _ _ _ _ _ _ _ _
1830
+ 141 propagierten _ _ _ _ _ _ _ _
1831
+ 142 Agrarwende _ _ _ _ _ _ _ _
1832
+ 143 . _ _ _ _ _ _ _ _
1833
+ 144 Und _ _ _ _ _ _ _ BeginSeg=Yes
1834
+ 145 schließlich _ _ _ _ _ _ _ _
1835
+ 146 greifen _ _ _ _ _ _ _ _
1836
+ 147 immer _ _ _ _ _ _ _ _
1837
+ 148 mehr _ _ _ _ _ _ _ _
1838
+ 149 Verbraucher _ _ _ _ _ _ _ _
1839
+ 150 beim _ _ _ _ _ _ _ _
1840
+ 151 Einkauf _ _ _ _ _ _ _ _
1841
+ 152 bewußt _ _ _ _ _ _ _ _
1842
+ 153 zu _ _ _ _ _ _ _ _
1843
+ 154 den _ _ _ _ _ _ _ _
1844
+ 155 tierfreundlich _ _ _ _ _ _ _ _
1845
+ 156 erzeugten _ _ _ _ _ _ _ _
1846
+ 157 Eiern _ _ _ _ _ _ _ _
1847
+ 158 . _ _ _ _ _ _ _ _
1848
+
1849
+ # newdoc id = maz-5297
1850
+ 1 Siamesische _ _ _ _ _ _ _ BeginSeg=Yes
1851
+ 2 Zwillinge _ _ _ _ _ _ _ _
1852
+ 3 Die _ _ _ _ _ _ _ BeginSeg=Yes
1853
+ 4 Lausitzer _ _ _ _ _ _ _ _
1854
+ 5 Braunkohle _ _ _ _ _ _ _ _
1855
+ 6 AG _ _ _ _ _ _ _ _
1856
+ 7 ( _ _ _ _ _ _ _ _
1857
+ 8 Laubag _ _ _ _ _ _ _ _
1858
+ 9 ) _ _ _ _ _ _ _ _
1859
+ 10 hat _ _ _ _ _ _ _ _
1860
+ 11 im _ _ _ _ _ _ _ _
1861
+ 12 abgelaufenen _ _ _ _ _ _ _ _
1862
+ 13 Geschäftsjahr _ _ _ _ _ _ _ _
1863
+ 14 mit _ _ _ _ _ _ _ _
1864
+ 15 der _ _ _ _ _ _ _ _
1865
+ 16 Förderung _ _ _ _ _ _ _ _
1866
+ 17 und _ _ _ _ _ _ _ _
1867
+ 18 dem _ _ _ _ _ _ _ _
1868
+ 19 Verkauf _ _ _ _ _ _ _ _
1869
+ 20 von _ _ _ _ _ _ _ _
1870
+ 21 Braunkohle _ _ _ _ _ _ _ _
1871
+ 22 erstmals _ _ _ _ _ _ _ _
1872
+ 23 Verluste _ _ _ _ _ _ _ _
1873
+ 24 gemacht _ _ _ _ _ _ _ _
1874
+ 25 . _ _ _ _ _ _ _ _
1875
+ 26 Damit _ _ _ _ _ _ _ BeginSeg=Yes
1876
+ 27 wird _ _ _ _ _ _ _ _
1877
+ 28 erneut _ _ _ _ _ _ _ _
1878
+ 29 deutlich _ _ _ _ _ _ _ _
1879
+ 30 , _ _ _ _ _ _ _ _
1880
+ 31 dass _ _ _ _ _ _ _ _
1881
+ 32 eine _ _ _ _ _ _ _ _
1882
+ 33 Neuordnung _ _ _ _ _ _ _ _
1883
+ 34 der _ _ _ _ _ _ _ _
1884
+ 35 Energiewirtschaft _ _ _ _ _ _ _ _
1885
+ 36 in _ _ _ _ _ _ _ _
1886
+ 37 Ostdeutschland _ _ _ _ _ _ _ _
1887
+ 38 überfällig _ _ _ _ _ _ _ _
1888
+ 39 ist _ _ _ _ _ _ _ _
1889
+ 40 . _ _ _ _ _ _ _ _
1890
+ 41 Denn _ _ _ _ _ _ _ BeginSeg=Yes
1891
+ 42 die _ _ _ _ _ _ _ _
1892
+ 43 Laubag _ _ _ _ _ _ _ _
1893
+ 44 und _ _ _ _ _ _ _ _
1894
+ 45 ihr _ _ _ _ _ _ _ _
1895
+ 46 wichtigster _ _ _ _ _ _ _ _
1896
+ 47 Kunde _ _ _ _ _ _ _ _
1897
+ 48 , _ _ _ _ _ _ _ _
1898
+ 49 die _ _ _ _ _ _ _ _
1899
+ 50 Veag _ _ _ _ _ _ _ _
1900
+ 51 , _ _ _ _ _ _ _ _
1901
+ 52 hängen _ _ _ _ _ _ _ _
1902
+ 53 wie _ _ _ _ _ _ _ _
1903
+ 54 siamesische _ _ _ _ _ _ _ _
1904
+ 55 Zwillinge _ _ _ _ _ _ _ _
1905
+ 56 voneinander _ _ _ _ _ _ _ _
1906
+ 57 ab _ _ _ _ _ _ _ _
1907
+ 58 . _ _ _ _ _ _ _ _
1908
+ 59 Als _ _ _ _ _ _ _ BeginSeg=Yes
1909
+ 60 die _ _ _ _ _ _ _ _
1910
+ 61 Veag _ _ _ _ _ _ _ _
1911
+ 62 wegen _ _ _ _ _ _ _ _
1912
+ 63 der _ _ _ _ _ _ _ _
1913
+ 64 Liberalisierung _ _ _ _ _ _ _ _
1914
+ 65 des _ _ _ _ _ _ _ _
1915
+ 66 Strommarktes _ _ _ _ _ _ _ _
1916
+ 67 unter _ _ _ _ _ _ _ _
1917
+ 68 Druck _ _ _ _ _ _ _ _
1918
+ 69 geriet _ _ _ _ _ _ _ _
1919
+ 70 und _ _ _ _ _ _ _ _
1920
+ 71 ihre _ _ _ _ _ _ _ _
1921
+ 72 Strompreise _ _ _ _ _ _ _ _
1922
+ 73 senken _ _ _ _ _ _ _ _
1923
+ 74 musste _ _ _ _ _ _ _ _
1924
+ 75 , _ _ _ _ _ _ _ _
1925
+ 76 hielt _ _ _ _ _ _ _ BeginSeg=Yes
1926
+ 77 sie _ _ _ _ _ _ _ _
1927
+ 78 sich _ _ _ _ _ _ _ _
1928
+ 79 bei _ _ _ _ _ _ _ _
1929
+ 80 ihrem _ _ _ _ _ _ _ _
1930
+ 81 Lieferanten _ _ _ _ _ _ _ _
1931
+ 82 schadlos _ _ _ _ _ _ _ _
1932
+ 83 . _ _ _ _ _ _ _ _
1933
+ 84 Die _ _ _ _ _ _ _ BeginSeg=Yes
1934
+ 85 Laubag _ _ _ _ _ _ _ _
1935
+ 86 musste _ _ _ _ _ _ _ _
1936
+ 87 Preiszugeständnisse _ _ _ _ _ _ _ _
1937
+ 88 machen _ _ _ _ _ _ _ _
1938
+ 89 , _ _ _ _ _ _ _ _
1939
+ 90 die _ _ _ _ _ _ _ BeginSeg=Yes
1940
+ 91 sie _ _ _ _ _ _ _ _
1941
+ 92 nun _ _ _ _ _ _ _ _
1942
+ 93 selbst _ _ _ _ _ _ _ _
1943
+ 94 in _ _ _ _ _ _ _ _
1944
+ 95 Bedrängnis _ _ _ _ _ _ _ _
1945
+ 96 bringen _ _ _ _ _ _ _ _
1946
+ 97 . _ _ _ _ _ _ _ _
1947
+ 98 Einziger _ _ _ _ _ _ _ BeginSeg=Yes
1948
+ 99 Weg _ _ _ _ _ _ _ _
1949
+ 100 aus _ _ _ _ _ _ _ _
1950
+ 101 dem _ _ _ _ _ _ _ _
1951
+ 102 Dilemma _ _ _ _ _ _ _ _
1952
+ 103 ist _ _ _ _ _ _ _ _
1953
+ 104 die _ _ _ _ _ _ _ _
1954
+ 105 Bildung _ _ _ _ _ _ _ _
1955
+ 106 eines _ _ _ _ _ _ _ _
1956
+ 107 neuen _ _ _ _ _ _ _ _
1957
+ 108 Energiekonzerns _ _ _ _ _ _ _ _
1958
+ 109 aus _ _ _ _ _ _ _ _
1959
+ 110 Rohstofflieferanten _ _ _ _ _ _ _ _
1960
+ 111 , _ _ _ _ _ _ _ _
1961
+ 112 Stromerzeugern _ _ _ _ _ _ _ _
1962
+ 113 und _ _ _ _ _ _ _ _
1963
+ 114 Endversorgern _ _ _ _ _ _ _ _
1964
+ 115 , _ _ _ _ _ _ _ _
1965
+ 116 in _ _ _ _ _ _ _ BeginSeg=Yes
1966
+ 117 dem _ _ _ _ _ _ _ _
1967
+ 118 Risiken _ _ _ _ _ _ _ _
1968
+ 119 besser _ _ _ _ _ _ _ _
1969
+ 120 verteilt _ _ _ _ _ _ _ _
1970
+ 121 werden _ _ _ _ _ _ _ _
1971
+ 122 können _ _ _ _ _ _ _ _
1972
+ 123 . _ _ _ _ _ _ _ _
1973
+ 124 Die _ _ _ _ _ _ _ BeginSeg=Yes
1974
+ 125 Idee _ _ _ _ _ _ _ _
1975
+ 126 , _ _ _ _ _ _ _ _
1976
+ 127 auch _ _ _ _ _ _ _ _
1977
+ 128 einen _ _ _ _ _ _ _ _
1978
+ 129 Gasversorger _ _ _ _ _ _ _ _
1979
+ 130 mit _ _ _ _ _ _ _ _
1980
+ 131 ins _ _ _ _ _ _ _ _
1981
+ 132 Boot _ _ _ _ _ _ _ _
1982
+ 133 zu _ _ _ _ _ _ _ _
1983
+ 134 holen _ _ _ _ _ _ _ _
1984
+ 135 , _ _ _ _ _ _ _ _
1985
+ 136 ist _ _ _ _ _ _ _ _
1986
+ 137 im _ _ _ _ _ _ _ _
1987
+ 138 Prinzip _ _ _ _ _ _ _ _
1988
+ 139 nicht _ _ _ _ _ _ _ _
1989
+ 140 schlecht _ _ _ _ _ _ _ _
1990
+ 141 . _ _ _ _ _ _ _ _
1991
+ 142 Allerdings _ _ _ _ _ _ _ BeginSeg=Yes
1992
+ 143 gilt _ _ _ _ _ _ _ _
1993
+ 144 auch _ _ _ _ _ _ _ _
1994
+ 145 hier _ _ _ _ _ _ _ _
1995
+ 146 , _ _ _ _ _ _ _ _
1996
+ 147 dass _ _ _ _ _ _ _ _
1997
+ 148 zu _ _ _ _ _ _ _ _
1998
+ 149 viele _ _ _ _ _ _ _ _
1999
+ 150 Köche _ _ _ _ _ _ _ _
2000
+ 151 den _ _ _ _ _ _ _ _
2001
+ 152 Brei _ _ _ _ _ _ _ _
2002
+ 153 verderben _ _ _ _ _ _ _ _
2003
+ 154 können _ _ _ _ _ _ _ _
2004
+ 155 . _ _ _ _ _ _ _ _
2005
+ 156 Zumindest _ _ _ _ _ _ _ BeginSeg=Yes
2006
+ 157 muss _ _ _ _ _ _ _ _
2007
+ 158 klar _ _ _ _ _ _ _ _
2008
+ 159 sein _ _ _ _ _ _ _ _
2009
+ 160 , _ _ _ _ _ _ _ _
2010
+ 161 wer _ _ _ _ _ _ _ _
2011
+ 162 im _ _ _ _ _ _ _ _
2012
+ 163 neuen _ _ _ _ _ _ _ _
2013
+ 164 Konzern _ _ _ _ _ _ _ _
2014
+ 165 das _ _ _ _ _ _ _ _
2015
+ 166 Sagen _ _ _ _ _ _ _ _
2016
+ 167 hat _ _ _ _ _ _ _ _
2017
+ 168 . _ _ _ _ _ _ _ _
2018
+
2019
+ # newdoc id = maz-6046
2020
+ 1 Veronas _ _ _ _ _ _ _ BeginSeg=Yes
2021
+ 2 Tränen _ _ _ _ _ _ _ _
2022
+ 3 Seit _ _ _ _ _ _ _ BeginSeg=Yes
2023
+ 4 dem _ _ _ _ _ _ _ _
2024
+ 5 11. _ _ _ _ _ _ _ _
2025
+ 6 September _ _ _ _ _ _ _ _
2026
+ 7 ist _ _ _ _ _ _ _ _
2027
+ 8 alles _ _ _ _ _ _ _ _
2028
+ 9 anders _ _ _ _ _ _ _ _
2029
+ 10 ? _ _ _ _ _ _ _ _
2030
+ 11 Von _ _ _ _ _ _ _ BeginSeg=Yes
2031
+ 12 wegen _ _ _ _ _ _ _ _
2032
+ 13 . _ _ _ _ _ _ _ _
2033
+ 14 Bin _ _ _ _ _ _ _ BeginSeg=Yes
2034
+ 15 Laden _ _ _ _ _ _ _ _
2035
+ 16 hat _ _ _ _ _ _ _ _
2036
+ 17 Amerika _ _ _ _ _ _ _ _
2037
+ 18 getroffen _ _ _ _ _ _ _ _
2038
+ 19 , _ _ _ _ _ _ _ _
2039
+ 20 die _ _ _ _ _ _ _ BeginSeg=Yes
2040
+ 21 westliche _ _ _ _ _ _ _ _
2041
+ 22 Welt _ _ _ _ _ _ _ _
2042
+ 23 herausgefordert _ _ _ _ _ _ _ _
2043
+ 24 und _ _ _ _ _ _ _ BeginSeg=Yes
2044
+ 25 Krieg _ _ _ _ _ _ _ _
2045
+ 26 ausgelöst _ _ _ _ _ _ _ _
2046
+ 27 - _ _ _ _ _ _ _ _
2047
+ 28 die _ _ _ _ _ _ _ BeginSeg=Yes
2048
+ 29 deutsche _ _ _ _ _ _ _ _
2049
+ 30 Spaßkultur _ _ _ _ _ _ _ _
2050
+ 31 widersteht _ _ _ _ _ _ _ _
2051
+ 32 ihm _ _ _ _ _ _ _ _
2052
+ 33 . _ _ _ _ _ _ _ _
2053
+ 34 Deutschland _ _ _ _ _ _ _ BeginSeg=Yes
2054
+ 35 diskutiert _ _ _ _ _ _ _ _
2055
+ 36 : _ _ _ _ _ _ _ _
2056
+ 37 Waren _ _ _ _ _ _ _ BeginSeg=Yes
2057
+ 38 Veronas _ _ _ _ _ _ _ _
2058
+ 39 Tränen _ _ _ _ _ _ _ _
2059
+ 40 echt _ _ _ _ _ _ _ _
2060
+ 41 ? _ _ _ _ _ _ _ _
2061
+ 42 Und _ _ _ _ _ _ _ BeginSeg=Yes
2062
+ 43 Johannes _ _ _ _ _ _ _ _
2063
+ 44 B. _ _ _ _ _ _ _ _
2064
+ 45 Kerner _ _ _ _ _ _ _ _
2065
+ 46 gibt _ _ _ _ _ _ _ _
2066
+ 47 Interviews _ _ _ _ _ _ _ _
2067
+ 48 über _ _ _ _ _ _ _ _
2068
+ 49 seine _ _ _ _ _ _ _ _
2069
+ 50 Vermittlerrolle _ _ _ _ _ _ _ _
2070
+ 51 im _ _ _ _ _ _ _ _
2071
+ 52 Ehekrieg _ _ _ _ _ _ _ _
2072
+ 53 , _ _ _ _ _ _ _ _
2073
+ 54 gegen _ _ _ _ _ _ _ BeginSeg=Yes
2074
+ 55 die _ _ _ _ _ _ _ _
2075
+ 56 Bushs _ _ _ _ _ _ _ _
2076
+ 57 Medienauftritte _ _ _ _ _ _ _ _
2077
+ 58 alt _ _ _ _ _ _ _ _
2078
+ 59 aussehen _ _ _ _ _ _ _ _
2079
+ 60 . _ _ _ _ _ _ _ _
2080
+ 61 Wer _ _ _ _ _ _ _ BeginSeg=Yes
2081
+ 62 gehofft _ _ _ _ _ _ _ _
2082
+ 63 hatte _ _ _ _ _ _ _ _
2083
+ 64 , _ _ _ _ _ _ _ _
2084
+ 65 dass _ _ _ _ _ _ _ _
2085
+ 66 uns _ _ _ _ _ _ _ _
2086
+ 67 künftig _ _ _ _ _ _ _ _
2087
+ 68 wenigstens _ _ _ _ _ _ _ _
2088
+ 69 Veronas _ _ _ _ _ _ _ _
2089
+ 70 Tränen _ _ _ _ _ _ _ _
2090
+ 71 und _ _ _ _ _ _ _ _
2091
+ 72 Dieters _ _ _ _ _ _ _ _
2092
+ 73 Geschwätz _ _ _ _ _ _ _ _
2093
+ 74 auf _ _ _ _ _ _ _ _
2094
+ 75 dem _ _ _ _ _ _ _ _
2095
+ 76 Bildschirm _ _ _ _ _ _ _ _
2096
+ 77 erspart _ _ _ _ _ _ _ _
2097
+ 78 bleiben _ _ _ _ _ _ _ _
2098
+ 79 , _ _ _ _ _ _ _ _
2099
+ 80 sieht _ _ _ _ _ _ _ BeginSeg=Yes
2100
+ 81 sich _ _ _ _ _ _ _ _
2101
+ 82 getäuscht _ _ _ _ _ _ _ _
2102
+ 83 . _ _ _ _ _ _ _ _
2103
+ 84 Es _ _ _ _ _ _ _ BeginSeg=Yes
2104
+ 85 muss _ _ _ _ _ _ _ _
2105
+ 86 wohl _ _ _ _ _ _ _ _
2106
+ 87 mehr _ _ _ _ _ _ _ _
2107
+ 88 passieren _ _ _ _ _ _ _ _
2108
+ 89 , _ _ _ _ _ _ _ _
2109
+ 90 bevor _ _ _ _ _ _ _ BeginSeg=Yes
2110
+ 91 der _ _ _ _ _ _ _ _
2111
+ 92 Boulevard _ _ _ _ _ _ _ _
2112
+ 93 sich _ _ _ _ _ _ _ _
2113
+ 94 von _ _ _ _ _ _ _ _
2114
+ 95 seinen _ _ _ _ _ _ _ _
2115
+ 96 Schießbudenfiguren _ _ _ _ _ _ _ _
2116
+ 97 trennt _ _ _ _ _ _ _ _
2117
+ 98 . _ _ _ _ _ _ _ _
2118
+ 99 Solange _ _ _ _ _ _ _ BeginSeg=Yes
2119
+ 100 wir _ _ _ _ _ _ _ _
2120
+ 101 sie _ _ _ _ _ _ _ _
2121
+ 102 sehen _ _ _ _ _ _ _ _
2122
+ 103 , _ _ _ _ _ _ _ _
2123
+ 104 lesen _ _ _ _ _ _ _ _
2124
+ 105 , _ _ _ _ _ _ _ _
2125
+ 106 kaufen _ _ _ _ _ _ _ _
2126
+ 107 und _ _ _ _ _ _ _ _
2127
+ 108 darüber _ _ _ _ _ _ _ _
2128
+ 109 reden _ _ _ _ _ _ _ _
2129
+ 110 wollen _ _ _ _ _ _ _ _
2130
+ 111 , _ _ _ _ _ _ _ _
2131
+ 112 werden _ _ _ _ _ _ _ BeginSeg=Yes
2132
+ 113 wir _ _ _ _ _ _ _ _
2133
+ 114 damit _ _ _ _ _ _ _ _
2134
+ 115 leben _ _ _ _ _ _ _ _
2135
+ 116 müssen _ _ _ _ _ _ _ _
2136
+ 117 . _ _ _ _ _ _ _ _
2137
+ 118 Einen _ _ _ _ _ _ _ BeginSeg=Yes
2138
+ 119 Trost _ _ _ _ _ _ _ _
2139
+ 120 gibt _ _ _ _ _ _ _ _
2140
+ 121 es _ _ _ _ _ _ _ _
2141
+ 122 : _ _ _ _ _ _ _ _
2142
+ 123 Veronas _ _ _ _ _ _ _ BeginSeg=Yes
2143
+ 124 Tränen _ _ _ _ _ _ _ _
2144
+ 125 sind _ _ _ _ _ _ _ _
2145
+ 126 stärker _ _ _ _ _ _ _ _
2146
+ 127 als _ _ _ _ _ _ _ _
2147
+ 128 bin _ _ _ _ _ _ _ _
2148
+ 129 Ladens _ _ _ _ _ _ _ _
2149
+ 130 Schläfer _ _ _ _ _ _ _ _
2150
+ 131 . _ _ _ _ _ _ _ _
2151
+ 132 Berlusconi _ _ _ _ _ _ _ BeginSeg=Yes
2152
+ 133 hat _ _ _ _ _ _ _ _
2153
+ 134 schon _ _ _ _ _ _ _ _
2154
+ 135 Recht _ _ _ _ _ _ _ _
2155
+ 136 : _ _ _ _ _ _ _ _
2156
+ 137 Der _ _ _ _ _ _ _ BeginSeg=Yes
2157
+ 138 Westen _ _ _ _ _ _ _ _
2158
+ 139 ist _ _ _ _ _ _ _ _
2159
+ 140 dem _ _ _ _ _ _ _ _
2160
+ 141 Islam _ _ _ _ _ _ _ _
2161
+ 142 überlegen _ _ _ _ _ _ _ _
2162
+ 143 . _ _ _ _ _ _ _ _
2163
+
2164
+ # newdoc id = maz-5701
2165
+ 1 Am _ _ _ _ _ _ _ BeginSeg=Yes
2166
+ 2 Boden _ _ _ _ _ _ _ _
2167
+ 3 Die _ _ _ _ _ _ _ BeginSeg=Yes
2168
+ 4 Nachrichtenlage _ _ _ _ _ _ _ _
2169
+ 5 ist _ _ _ _ _ _ _ _
2170
+ 6 unsicher _ _ _ _ _ _ _ _
2171
+ 7 . _ _ _ _ _ _ _ _
2172
+ 8 Aus _ _ _ _ _ _ _ BeginSeg=Yes
2173
+ 9 taktischen _ _ _ _ _ _ _ _
2174
+ 10 Gründen _ _ _ _ _ _ _ _
2175
+ 11 und _ _ _ _ _ _ _ _
2176
+ 12 um _ _ _ _ _ _ _ _
2177
+ 13 ihre _ _ _ _ _ _ _ _
2178
+ 14 Soldaten _ _ _ _ _ _ _ _
2179
+ 15 zu _ _ _ _ _ _ _ _
2180
+ 16 schützen _ _ _ _ _ _ _ _
2181
+ 17 , _ _ _ _ _ _ _ _
2182
+ 18 äußern _ _ _ _ _ _ _ BeginSeg=Yes
2183
+ 19 sich _ _ _ _ _ _ _ _
2184
+ 20 die _ _ _ _ _ _ _ _
2185
+ 21 USA _ _ _ _ _ _ _ _
2186
+ 22 nicht _ _ _ _ _ _ _ _
2187
+ 23 zu _ _ _ _ _ _ _ _
2188
+ 24 Berichten _ _ _ _ _ _ _ _
2189
+ 25 über _ _ _ _ _ _ _ _
2190
+ 26 den _ _ _ _ _ _ _ _
2191
+ 27 Beginn _ _ _ _ _ _ _ _
2192
+ 28 der _ _ _ _ _ _ _ _
2193
+ 29 Boden-Operation _ _ _ _ _ _ _ _
2194
+ 30 in _ _ _ _ _ _ _ _
2195
+ 31 Afghanistan _ _ _ _ _ _ _ _
2196
+ 32 . _ _ _ _ _ _ _ _
2197
+ 33 Experten _ _ _ _ _ _ _ BeginSeg=Yes
2198
+ 34 gehen _ _ _ _ _ _ _ _
2199
+ 35 jedoch _ _ _ _ _ _ _ _
2200
+ 36 davon _ _ _ _ _ _ _ _
2201
+ 37 aus _ _ _ _ _ _ _ _
2202
+ 38 , _ _ _ _ _ _ _ _
2203
+ 39 dass _ _ _ _ _ _ _ _
2204
+ 40 Spezialkräfte _ _ _ _ _ _ _ _
2205
+ 41 längst _ _ _ _ _ _ _ _
2206
+ 42 am _ _ _ _ _ _ _ _
2207
+ 43 Hindukusch _ _ _ _ _ _ _ _
2208
+ 44 aktiv _ _ _ _ _ _ _ _
2209
+ 45 sind _ _ _ _ _ _ _ _
2210
+ 46 . _ _ _ _ _ _ _ _
2211
+ 47 Gestützt _ _ _ _ _ _ _ BeginSeg=Yes
2212
+ 48 wird _ _ _ _ _ _ _ _
2213
+ 49 diese _ _ _ _ _ _ _ _
2214
+ 50 These _ _ _ _ _ _ _ _
2215
+ 51 durch _ _ _ _ _ _ _ BeginSeg=Yes
2216
+ 52 Angriffe _ _ _ _ _ _ _ _
2217
+ 53 auf _ _ _ _ _ _ _ _
2218
+ 54 Ziele _ _ _ _ _ _ _ _
2219
+ 55 in _ _ _ _ _ _ _ _
2220
+ 56 den _ _ _ _ _ _ _ _
2221
+ 57 afghanischen _ _ _ _ _ _ _ _
2222
+ 58 Bergen _ _ _ _ _ _ _ _
2223
+ 59 , _ _ _ _ _ _ _ _
2224
+ 60 die _ _ _ _ _ _ _ BeginSeg=Yes
2225
+ 61 wohl _ _ _ _ _ _ _ _
2226
+ 62 nur _ _ _ _ _ _ _ _
2227
+ 63 durch _ _ _ _ _ _ _ _
2228
+ 64 Aufklärung _ _ _ _ _ _ _ _
2229
+ 65 am _ _ _ _ _ _ _ _
2230
+ 66 Boden _ _ _ _ _ _ _ _
2231
+ 67 zu _ _ _ _ _ _ _ _
2232
+ 68 treffen _ _ _ _ _ _ _ _
2233
+ 69 waren _ _ _ _ _ _ _ _
2234
+ 70 . _ _ _ _ _ _ _ _
2235
+ 71 Auch _ _ _ _ _ _ _ BeginSeg=Yes
2236
+ 72 erscheint _ _ _ _ _ _ _ _
2237
+ 73 nach _ _ _ _ _ _ _ _
2238
+ 74 dem _ _ _ _ _ _ _ _
2239
+ 75 Erringen _ _ _ _ _ _ _ _
2240
+ 76 der _ _ _ _ _ _ _ _
2241
+ 77 Lufthoheit _ _ _ _ _ _ _ _
2242
+ 78 über _ _ _ _ _ _ _ _
2243
+ 79 dem _ _ _ _ _ _ _ _
2244
+ 80 verwüsteten _ _ _ _ _ _ _ _
2245
+ 81 Land _ _ _ _ _ _ _ _
2246
+ 82 weiter _ _ _ _ _ _ _ _
2247
+ 83 andauerndes _ _ _ _ _ _ _ _
2248
+ 84 Bombardement _ _ _ _ _ _ _ _
2249
+ 85 kaum _ _ _ _ _ _ _ _
2250
+ 86 sinnvoll _ _ _ _ _ _ _ _
2251
+ 87 . _ _ _ _ _ _ _ _
2252
+ 88 Dass _ _ _ _ _ _ _ BeginSeg=Yes
2253
+ 89 der _ _ _ _ _ _ _ _
2254
+ 90 Beginn _ _ _ _ _ _ _ _
2255
+ 91 von _ _ _ _ _ _ _ _
2256
+ 92 begrenzten _ _ _ _ _ _ _ _
2257
+ 93 Boden-Operationen _ _ _ _ _ _ _ _
2258
+ 94 im _ _ _ _ _ _ _ _
2259
+ 95 Westen _ _ _ _ _ _ _ _
2260
+ 96 vielerorts _ _ _ _ _ _ _ _
2261
+ 97 erwartet _ _ _ _ _ _ _ _
2262
+ 98 wird _ _ _ _ _ _ _ _
2263
+ 99 , _ _ _ _ _ _ _ _
2264
+ 100 hat _ _ _ _ _ _ _ _
2265
+ 101 aber _ _ _ _ _ _ _ _
2266
+ 102 auch _ _ _ _ _ _ _ _
2267
+ 103 andere _ _ _ _ _ _ _ _
2268
+ 104 Ursachen _ _ _ _ _ _ _ _
2269
+ 105 : _ _ _ _ _ _ _ _
2270
+ 106 Es _ _ _ _ _ _ _ BeginSeg=Yes
2271
+ 107 wäre _ _ _ _ _ _ _ _
2272
+ 108 ein _ _ _ _ _ _ _ _
2273
+ 109 Zeichen _ _ _ _ _ _ _ _
2274
+ 110 dafür _ _ _ _ _ _ _ _
2275
+ 111 , _ _ _ _ _ _ _ _
2276
+ 112 dass _ _ _ _ _ _ _ _
2277
+ 113 der _ _ _ _ _ _ _ _
2278
+ 114 Zerstörung _ _ _ _ _ _ _ _
2279
+ 115 gegnerischer _ _ _ _ _ _ _ _
2280
+ 116 Einrichtungen _ _ _ _ _ _ _ _
2281
+ 117 nun _ _ _ _ _ _ _ _
2282
+ 118 ein _ _ _ _ _ _ _ _
2283
+ 119 gezielter _ _ _ _ _ _ _ _
2284
+ 120 Einsatz _ _ _ _ _ _ _ _
2285
+ 121 gegen _ _ _ _ _ _ _ _
2286
+ 122 die _ _ _ _ _ _ _ _
2287
+ 123 Terror-Netzwerke _ _ _ _ _ _ _ _
2288
+ 124 folgt _ _ _ _ _ _ _ _
2289
+ 125 . _ _ _ _ _ _ _ _
2290
+ 126 Denn _ _ _ _ _ _ _ BeginSeg=Yes
2291
+ 127 eines _ _ _ _ _ _ _ _
2292
+ 128 ist _ _ _ _ _ _ _ _
2293
+ 129 klar _ _ _ _ _ _ _ _
2294
+ 130 : _ _ _ _ _ _ _ _
2295
+ 131 Die _ _ _ _ _ _ _ BeginSeg=Yes
2296
+ 132 Militärschläge _ _ _ _ _ _ _ _
2297
+ 133 der _ _ _ _ _ _ _ _
2298
+ 134 USA _ _ _ _ _ _ _ _
2299
+ 135 verlieren _ _ _ _ _ _ _ _
2300
+ 136 mit _ _ _ _ _ _ _ _
2301
+ 137 jedem _ _ _ _ _ _ _ _
2302
+ 138 Tag _ _ _ _ _ _ _ _
2303
+ 139 weiteren _ _ _ _ _ _ _ _
2304
+ 140 Bombardements _ _ _ _ _ _ _ _
2305
+ 141 schleichend _ _ _ _ _ _ _ _
2306
+ 142 an _ _ _ _ _ _ _ _
2307
+ 143 Glaubwürdigkeit _ _ _ _ _ _ _ _
2308
+ 144 . _ _ _ _ _ _ _ _
2309
+ 145 Mit _ _ _ _ _ _ _ BeginSeg=Yes
2310
+ 146 flächenhafter _ _ _ _ _ _ _ _
2311
+ 147 Zerstörung _ _ _ _ _ _ _ _
2312
+ 148 sind _ _ _ _ _ _ _ _
2313
+ 149 weder _ _ _ _ _ _ _ _
2314
+ 150 die _ _ _ _ _ _ _ _
2315
+ 151 Taliban _ _ _ _ _ _ _ _
2316
+ 152 noch _ _ _ _ _ _ _ _
2317
+ 153 bin _ _ _ _ _ _ _ _
2318
+ 154 Laden _ _ _ _ _ _ _ _
2319
+ 155 zu _ _ _ _ _ _ _ _
2320
+ 156 treffen _ _ _ _ _ _ _ _
2321
+ 157 . _ _ _ _ _ _ _ _
2322
+ 158 Sollte _ _ _ _ _ _ _ BeginSeg=Yes
2323
+ 159 der _ _ _ _ _ _ _ _
2324
+ 160 Luftkrieg _ _ _ _ _ _ _ _
2325
+ 161 als _ _ _ _ _ _ _ _
2326
+ 162 bloße _ _ _ _ _ _ _ _
2327
+ 163 Drohkulisse _ _ _ _ _ _ _ _
2328
+ 164 gedacht _ _ _ _ _ _ _ _
2329
+ 165 gewesen _ _ _ _ _ _ _ _
2330
+ 166 sein _ _ _ _ _ _ _ _
2331
+ 167 , _ _ _ _ _ _ _ _
2332
+ 168 verlöre _ _ _ _ _ _ _ BeginSeg=Yes
2333
+ 169 er _ _ _ _ _ _ _ _
2334
+ 170 spätestens _ _ _ _ _ _ _ _
2335
+ 171 mit _ _ _ _ _ _ _ _
2336
+ 172 dem _ _ _ _ _ _ _ _
2337
+ 173 einsetzenden _ _ _ _ _ _ _ _
2338
+ 174 Winter _ _ _ _ _ _ _ _
2339
+ 175 und _ _ _ _ _ _ _ _
2340
+ 176 der _ _ _ _ _ _ _ _
2341
+ 177 unausbleiblichen _ _ _ _ _ _ _ _
2342
+ 178 humanitären _ _ _ _ _ _ _ _
2343
+ 179 Katastrophe _ _ _ _ _ _ _ _
2344
+ 180 seine _ _ _ _ _ _ _ _
2345
+ 181 Legitimation _ _ _ _ _ _ _ _
2346
+ 182 . _ _ _ _ _ _ _ _
2347
+ 183 Und _ _ _ _ _ _ _ BeginSeg=Yes
2348
+ 184 die _ _ _ _ _ _ _ _
2349
+ 185 USA _ _ _ _ _ _ _ _
2350
+ 186 ihren _ _ _ _ _ _ _ _
2351
+ 187 Rückhalt _ _ _ _ _ _ _ _
2352
+ 188 in _ _ _ _ _ _ _ _
2353
+ 189 Westeuropa _ _ _ _ _ _ _ _
2354
+ 190 . _ _ _ _ _ _ _ _
2355
+
2356
+ # newdoc id = maz-5876
2357
+ 1 Einmalig _ _ _ _ _ _ _ BeginSeg=Yes
2358
+ 2 Unvorstellbar _ _ _ _ _ _ _ BeginSeg=Yes
2359
+ 3 , _ _ _ _ _ _ _ _
2360
+ 4 aber _ _ _ _ _ _ _ _
2361
+ 5 wahr _ _ _ _ _ _ _ _
2362
+ 6 : _ _ _ _ _ _ _ _
2363
+ 7 Eine _ _ _ _ _ _ _ BeginSeg=Yes
2364
+ 8 Medizinerin _ _ _ _ _ _ _ _
2365
+ 9 lässt _ _ _ _ _ _ _ _
2366
+ 10 ihre _ _ _ _ _ _ _ _
2367
+ 11 Patienten _ _ _ _ _ _ _ _
2368
+ 12 , _ _ _ _ _ _ _ _
2369
+ 13 ihr _ _ _ _ _ _ _ _
2370
+ 14 Personal _ _ _ _ _ _ _ _
2371
+ 15 und _ _ _ _ _ _ _ _
2372
+ 16 die _ _ _ _ _ _ _ _
2373
+ 17 Kassenärztliche _ _ _ _ _ _ _ _
2374
+ 18 Vereinigung _ _ _ _ _ _ _ _
2375
+ 19 völlig _ _ _ _ _ _ _ _
2376
+ 20 im _ _ _ _ _ _ _ _
2377
+ 21 Unklaren _ _ _ _ _ _ _ _
2378
+ 22 . _ _ _ _ _ _ _ _
2379
+ 23 Niemand _ _ _ _ _ _ _ BeginSeg=Yes
2380
+ 24 weiß _ _ _ _ _ _ _ _
2381
+ 25 , _ _ _ _ _ _ _ _
2382
+ 26 warum _ _ _ _ _ _ _ _
2383
+ 27 sie _ _ _ _ _ _ _ _
2384
+ 28 nicht _ _ _ _ _ _ _ _
2385
+ 29 kommt _ _ _ _ _ _ _ _
2386
+ 30 , _ _ _ _ _ _ _ _
2387
+ 31 wer _ _ _ _ _ _ _ BeginSeg=Yes
2388
+ 32 sie _ _ _ _ _ _ _ _
2389
+ 33 vertritt _ _ _ _ _ _ _ _
2390
+ 34 , _ _ _ _ _ _ _ _
2391
+ 35 wann _ _ _ _ _ _ _ BeginSeg=Yes
2392
+ 36 oder _ _ _ _ _ _ _ _
2393
+ 37 ob _ _ _ _ _ _ _ _
2394
+ 38 sie _ _ _ _ _ _ _ _
2395
+ 39 wiederkommt _ _ _ _ _ _ _ _
2396
+ 40 . _ _ _ _ _ _ _ _
2397
+ 41 Ein _ _ _ _ _ _ _ BeginSeg=Yes
2398
+ 42 solcher _ _ _ _ _ _ _ _
2399
+ 43 Fall _ _ _ _ _ _ _ _
2400
+ 44 wie _ _ _ _ _ _ _ _
2401
+ 45 in _ _ _ _ _ _ _ _
2402
+ 46 Ludwigsfelde _ _ _ _ _ _ _ _
2403
+ 47 sei _ _ _ _ _ _ _ _
2404
+ 48 ihm _ _ _ _ _ _ _ _
2405
+ 49 in _ _ _ _ _ _ _ _
2406
+ 50 den _ _ _ _ _ _ _ _
2407
+ 51 sieben _ _ _ _ _ _ _ _
2408
+ 52 Jahren _ _ _ _ _ _ _ _
2409
+ 53 , _ _ _ _ _ _ _ _
2410
+ 54 die _ _ _ _ _ _ _ _
2411
+ 55 er _ _ _ _ _ _ _ _
2412
+ 56 jetzt _ _ _ _ _ _ _ _
2413
+ 57 Pressesprecher _ _ _ _ _ _ _ _
2414
+ 58 der _ _ _ _ _ _ _ _
2415
+ 59 Kassenärztlichen _ _ _ _ _ _ _ _
2416
+ 60 Vereinigung _ _ _ _ _ _ _ _
2417
+ 61 Brandenburg _ _ _ _ _ _ _ _
2418
+ 62 ist _ _ _ _ _ _ _ _
2419
+ 63 , _ _ _ _ _ _ _ _
2420
+ 64 " _ _ _ _ _ _ _ _
2421
+ 65 noch _ _ _ _ _ _ _ _
2422
+ 66 nicht _ _ _ _ _ _ _ _
2423
+ 67 bekannt _ _ _ _ _ _ _ _
2424
+ 68 geworden _ _ _ _ _ _ _ _
2425
+ 69 " _ _ _ _ _ _ _ _
2426
+ 70 , _ _ _ _ _ _ _ _
2427
+ 71 sagt _ _ _ _ _ _ _ _
2428
+ 72 Ralf _ _ _ _ _ _ _ _
2429
+ 73 Herre _ _ _ _ _ _ _ _
2430
+ 74 . _ _ _ _ _ _ _ _
2431
+ 75 Mediziner _ _ _ _ _ _ _ BeginSeg=Yes
2432
+ 76 stehen _ _ _ _ _ _ _ _
2433
+ 77 im _ _ _ _ _ _ _ _
2434
+ 78 Land _ _ _ _ _ _ _ _
2435
+ 79 nicht _ _ _ _ _ _ _ _
2436
+ 80 Schlange _ _ _ _ _ _ _ _
2437
+ 81 , _ _ _ _ _ _ _ _
2438
+ 82 um _ _ _ _ _ _ _ BeginSeg=Yes
2439
+ 83 sich _ _ _ _ _ _ _ _
2440
+ 84 niederzulassen _ _ _ _ _ _ _ _
2441
+ 85 . _ _ _ _ _ _ _ _
2442
+ 86 132 _ _ _ _ _ _ _ BeginSeg=Yes
2443
+ 87 allgemeinärztliche _ _ _ _ _ _ _ _
2444
+ 88 und _ _ _ _ _ _ _ _
2445
+ 89 60 _ _ _ _ _ _ _ _
2446
+ 90 fachärztliche _ _ _ _ _ _ _ _
2447
+ 91 Praxen _ _ _ _ _ _ _ _
2448
+ 92 könnten _ _ _ _ _ _ _ _
2449
+ 93 noch _ _ _ _ _ _ _ _
2450
+ 94 besetzt _ _ _ _ _ _ _ _
2451
+ 95 werden _ _ _ _ _ _ _ _
2452
+ 96 . _ _ _ _ _ _ _ _
2453
+ 97 Das _ _ _ _ _ _ _ BeginSeg=Yes
2454
+ 98 hat _ _ _ _ _ _ _ _
2455
+ 99 ganz _ _ _ _ _ _ _ _
2456
+ 100 sicher _ _ _ _ _ _ _ _
2457
+ 101 damit _ _ _ _ _ _ _ _
2458
+ 102 zu _ _ _ _ _ _ _ _
2459
+ 103 tun _ _ _ _ _ _ _ _
2460
+ 104 , _ _ _ _ _ _ _ _
2461
+ 105 dass _ _ _ _ _ _ _ _
2462
+ 106 in _ _ _ _ _ _ _ _
2463
+ 107 Brandenburg _ _ _ _ _ _ _ _
2464
+ 108 die _ _ _ _ _ _ _ _
2465
+ 109 niedrigsten _ _ _ _ _ _ _ _
2466
+ 110 Arzthonorare _ _ _ _ _ _ _ _
2467
+ 111 der _ _ _ _ _ _ _ _
2468
+ 112 ganzen _ _ _ _ _ _ _ _
2469
+ 113 Bundesrepublik _ _ _ _ _ _ _ _
2470
+ 114 gezahlt _ _ _ _ _ _ _ _
2471
+ 115 werden _ _ _ _ _ _ _ _
2472
+ 116 . _ _ _ _ _ _ _ _
2473
+ 117 Doch _ _ _ _ _ _ _ BeginSeg=Yes
2474
+ 118 das _ _ _ _ _ _ _ _
2475
+ 119 , _ _ _ _ _ _ _ _
2476
+ 120 was _ _ _ _ _ _ _ _
2477
+ 121 sich _ _ _ _ _ _ _ _
2478
+ 122 bei _ _ _ _ _ _ _ _
2479
+ 123 3600 _ _ _ _ _ _ _ _
2480
+ 124 Praxen _ _ _ _ _ _ _ _
2481
+ 125 im _ _ _ _ _ _ _ _
2482
+ 126 Land _ _ _ _ _ _ _ _
2483
+ 127 in _ _ _ _ _ _ _ _
2484
+ 128 dieser _ _ _ _ _ _ _ _
2485
+ 129 einen _ _ _ _ _ _ _ _
2486
+ 130 Praxis _ _ _ _ _ _ _ _
2487
+ 131 in _ _ _ _ _ _ _ _
2488
+ 132 Ludwigsfelde _ _ _ _ _ _ _ _
2489
+ 133 abspielt _ _ _ _ _ _ _ _
2490
+ 134 , _ _ _ _ _ _ _ _
2491
+ 135 das _ _ _ _ _ _ _ BeginSeg=Yes
2492
+ 136 geht _ _ _ _ _ _ _ _
2493
+ 137 rein _ _ _ _ _ _ _ _
2494
+ 138 menschlich _ _ _ _ _ _ _ _
2495
+ 139 nicht _ _ _ _ _ _ _ _
2496
+ 140 . _ _ _ _ _ _ _ _
2497
+ 141 Weder _ _ _ _ _ _ _ BeginSeg=Yes
2498
+ 142 in _ _ _ _ _ _ _ _
2499
+ 143 der _ _ _ _ _ _ _ _
2500
+ 144 Familie _ _ _ _ _ _ _ _
2501
+ 145 noch _ _ _ _ _ _ _ _
2502
+ 146 unter _ _ _ _ _ _ _ _
2503
+ 147 Kollegen _ _ _ _ _ _ _ _
2504
+ 148 oder _ _ _ _ _ _ _ _
2505
+ 149 Freunden _ _ _ _ _ _ _ _
2506
+ 150 lässt _ _ _ _ _ _ _ _
2507
+ 151 man _ _ _ _ _ _ _ _
2508
+ 152 Leute _ _ _ _ _ _ _ _
2509
+ 153 einfach _ _ _ _ _ _ _ _
2510
+ 154 stehen _ _ _ _ _ _ _ _
2511
+ 155 . _ _ _ _ _ _ _ _
2512
+ 156 Abgesehen _ _ _ _ _ _ _ BeginSeg=Yes
2513
+ 157 vom _ _ _ _ _ _ _ _
2514
+ 158 Verfahren _ _ _ _ _ _ _ _
2515
+ 159 über _ _ _ _ _ _ _ _
2516
+ 160 den _ _ _ _ _ _ _ _
2517
+ 161 Zulassungsentzug _ _ _ _ _ _ _ _
2518
+ 162 und _ _ _ _ _ _ _ _
2519
+ 163 davon _ _ _ _ _ _ _ _
2520
+ 164 , _ _ _ _ _ _ _ _
2521
+ 165 dass _ _ _ _ _ _ _ _
2522
+ 166 eine _ _ _ _ _ _ _ _
2523
+ 167 nicht _ _ _ _ _ _ _ _
2524
+ 168 anwesende _ _ _ _ _ _ _ _
2525
+ 169 Ärztin _ _ _ _ _ _ _ _
2526
+ 170 nicht _ _ _ _ _ _ _ _
2527
+ 171 helfen _ _ _ _ _ _ _ _
2528
+ 172 kann _ _ _ _ _ _ _ _
2529
+ 173 - _ _ _ _ _ _ _ _
2530
+ 174 ohne _ _ _ _ _ _ _ BeginSeg=Yes
2531
+ 175 Verabredungen _ _ _ _ _ _ _ _
2532
+ 176 einzuhalten _ _ _ _ _ _ _ _
2533
+ 177 steht _ _ _ _ _ _ _ _
2534
+ 178 auch _ _ _ _ _ _ _ _
2535
+ 179 eine _ _ _ _ _ _ _ _
2536
+ 180 noch _ _ _ _ _ _ _ _
2537
+ 181 so _ _ _ _ _ _ _ _
2538
+ 182 gute _ _ _ _ _ _ _ _
2539
+ 183 Medizinerin _ _ _ _ _ _ _ _
2540
+ 184 auf _ _ _ _ _ _ _ _
2541
+ 185 dem _ _ _ _ _ _ _ _
2542
+ 186 Abstellgleis _ _ _ _ _ _ _ _
2543
+ 187 . _ _ _ _ _ _ _ _
2544
+ 188 Und _ _ _ _ _ _ _ BeginSeg=Yes
2545
+ 189 Sprechzeiten _ _ _ _ _ _ _ _
2546
+ 190 sind _ _ _ _ _ _ _ _
2547
+ 191 für _ _ _ _ _ _ _ _
2548
+ 192 Patienten _ _ _ _ _ _ _ _
2549
+ 193 und _ _ _ _ _ _ _ _
2550
+ 194 Personal _ _ _ _ _ _ _ _
2551
+ 195 eine _ _ _ _ _ _ _ _
2552
+ 196 solche _ _ _ _ _ _ _ _
2553
+ 197 feste _ _ _ _ _ _ _ _
2554
+ 198 Verabredung _ _ _ _ _ _ _ _
2555
+ 199 . _ _ _ _ _ _ _ _
2556
+
2557
+ # newdoc id = maz-6159
2558
+ 1 Unverständlicher _ _ _ _ _ _ _ BeginSeg=Yes
2559
+ 2 Streit _ _ _ _ _ _ _ _
2560
+ 3 um _ _ _ _ _ _ _ _
2561
+ 4 Religion _ _ _ _ _ _ _ _
2562
+ 5 Eine _ _ _ _ _ _ _ BeginSeg=Yes
2563
+ 6 Kollegin _ _ _ _ _ _ _ _
2564
+ 7 meinte _ _ _ _ _ _ _ _
2565
+ 8 kürzlich _ _ _ _ _ _ _ _
2566
+ 9 : _ _ _ _ _ _ _ _
2567
+ 10 " _ _ _ _ _ _ _ BeginSeg=Yes
2568
+ 11 Bei _ _ _ _ _ _ _ _
2569
+ 12 uns _ _ _ _ _ _ _ _
2570
+ 13 an _ _ _ _ _ _ _ _
2571
+ 14 der _ _ _ _ _ _ _ _
2572
+ 15 Schule _ _ _ _ _ _ _ _
2573
+ 16 ist _ _ _ _ _ _ _ _
2574
+ 17 das _ _ _ _ _ _ _ _
2575
+ 18 doch _ _ _ _ _ _ _ _
2576
+ 19 zum _ _ _ _ _ _ _ _
2577
+ 20 Glück _ _ _ _ _ _ _ _
2578
+ 21 kein _ _ _ _ _ _ _ _
2579
+ 22 Problem _ _ _ _ _ _ _ _
2580
+ 23 mehr _ _ _ _ _ _ _ _
2581
+ 24 ! _ _ _ _ _ _ _ _
2582
+ 25 Unsere _ _ _ _ _ _ _ BeginSeg=Yes
2583
+ 26 Schüler _ _ _ _ _ _ _ _
2584
+ 27 können _ _ _ _ _ _ _ _
2585
+ 28 ja _ _ _ _ _ _ _ _
2586
+ 29 frei _ _ _ _ _ _ _ _
2587
+ 30 wählen _ _ _ _ _ _ _ _
2588
+ 31 zwischen _ _ _ _ _ _ _ _
2589
+ 32 LER _ _ _ _ _ _ _ _
2590
+ 33 und _ _ _ _ _ _ _ _
2591
+ 34 Religion _ _ _ _ _ _ _ _
2592
+ 35 . _ _ _ _ _ _ _ _
2593
+ 36 " _ _ _ _ _ _ _ _
2594
+ 37 Leider _ _ _ _ _ _ _ BeginSeg=Yes
2595
+ 38 musste _ _ _ _ _ _ _ _
2596
+ 39 ich _ _ _ _ _ _ _ _
2597
+ 40 sie _ _ _ _ _ _ _ _
2598
+ 41 eines _ _ _ _ _ _ _ _
2599
+ 42 Schlechteren _ _ _ _ _ _ _ _
2600
+ 43 belehren _ _ _ _ _ _ _ _
2601
+ 44 : _ _ _ _ _ _ _ _
2602
+ 45 Der _ _ _ _ _ _ _ BeginSeg=Yes
2603
+ 46 Gesetzgeber _ _ _ _ _ _ _ _
2604
+ 47 hinkt _ _ _ _ _ _ _ _
2605
+ 48 dieser _ _ _ _ _ _ _ _
2606
+ 49 Wirklichkeit _ _ _ _ _ _ _ _
2607
+ 50 weit _ _ _ _ _ _ _ _
2608
+ 51 hinterher _ _ _ _ _ _ _ _
2609
+ 52 . _ _ _ _ _ _ _ _
2610
+ 53 Und _ _ _ _ _ _ _ BeginSeg=Yes
2611
+ 54 nun _ _ _ _ _ _ _ _
2612
+ 55 scheint _ _ _ _ _ _ _ _
2613
+ 56 sogar _ _ _ _ _ _ _ _
2614
+ 57 unsere _ _ _ _ _ _ _ _
2615
+ 58 Landesregierung _ _ _ _ _ _ _ _
2616
+ 59 entschlossen _ _ _ _ _ _ _ _
2617
+ 60 , _ _ _ _ _ _ _ _
2618
+ 61 diese _ _ _ _ _ _ _ _
2619
+ 62 ( _ _ _ _ _ _ _ _
2620
+ 63 scheinbare _ _ _ _ _ _ _ _
2621
+ 64 ! _ _ _ _ _ _ _ _
2622
+ 65 ) _ _ _ _ _ _ _ _
2623
+ 66 Gleichbehandlung _ _ _ _ _ _ _ _
2624
+ 67 der _ _ _ _ _ _ _ _
2625
+ 68 beiden _ _ _ _ _ _ _ _
2626
+ 69 Fächer _ _ _ _ _ _ _ _
2627
+ 70 endgültig _ _ _ _ _ _ _ _
2628
+ 71 zu _ _ _ _ _ _ _ _
2629
+ 72 beseitigen _ _ _ _ _ _ _ _
2630
+ 73 . _ _ _ _ _ _ _ _
2631
+ 74 Stolpe _ _ _ _ _ _ _ BeginSeg=Yes
2632
+ 75 , _ _ _ _ _ _ _ _
2633
+ 76 Reiche _ _ _ _ _ _ _ _
2634
+ 77 & _ _ _ _ _ _ _ _
2635
+ 78 Co. _ _ _ _ _ _ _ _
2636
+ 79 sagen _ _ _ _ _ _ _ _
2637
+ 80 zwar _ _ _ _ _ _ _ _
2638
+ 81 Ja _ _ _ _ _ _ _ _
2639
+ 82 zu _ _ _ _ _ _ _ _
2640
+ 83 einem _ _ _ _ _ _ _ _
2641
+ 84 möglichen _ _ _ _ _ _ _ _
2642
+ 85 Kompromissangebot _ _ _ _ _ _ _ _
2643
+ 86 aus _ _ _ _ _ _ _ _
2644
+ 87 Karlsruhe _ _ _ _ _ _ _ _
2645
+ 88 , _ _ _ _ _ _ _ _
2646
+ 89 dekretieren _ _ _ _ _ _ _ BeginSeg=Yes
2647
+ 90 aber _ _ _ _ _ _ _ _
2648
+ 91 : _ _ _ _ _ _ _ _
2649
+ 92 Einen _ _ _ _ _ _ _ _
2650
+ 93 Wahlpflichtbereich _ _ _ _ _ _ _ _
2651
+ 94 LER _ _ _ _ _ _ _ _
2652
+ 95 / _ _ _ _ _ _ _ _
2653
+ 96 Religion _ _ _ _ _ _ _ _
2654
+ 97 kann _ _ _ _ _ _ _ _
2655
+ 98 es _ _ _ _ _ _ _ _
2656
+ 99 nicht _ _ _ _ _ _ _ _
2657
+ 100 geben _ _ _ _ _ _ _ _
2658
+ 101 . _ _ _ _ _ _ _ _
2659
+ 102 Wer _ _ _ _ _ _ _ BeginSeg=Yes
2660
+ 103 versteht _ _ _ _ _ _ _ _
2661
+ 104 da _ _ _ _ _ _ _ _
2662
+ 105 noch _ _ _ _ _ _ _ _
2663
+ 106 Debatte _ _ _ _ _ _ _ _
2664
+ 107 und _ _ _ _ _ _ _ _
2665
+ 108 dahinter _ _ _ _ _ _ _ _
2666
+ 109 stehende _ _ _ _ _ _ _ _
2667
+ 110 Interessen _ _ _ _ _ _ _ _
2668
+ 111 ? _ _ _ _ _ _ _ _
2669
+ 112 Die _ _ _ _ _ _ _ BeginSeg=Yes
2670
+ 113 Schulpolitik _ _ _ _ _ _ _ _
2671
+ 114 in _ _ _ _ _ _ _ _
2672
+ 115 Brandenburg _ _ _ _ _ _ _ _
2673
+ 116 scheint _ _ _ _ _ _ _ _
2674
+ 117 zur _ _ _ _ _ _ _ _
2675
+ 118 Spielwiese _ _ _ _ _ _ _ _
2676
+ 119 für _ _ _ _ _ _ _ _
2677
+ 120 profilierungssüchtige _ _ _ _ _ _ _ _
2678
+ 121 Politiker _ _ _ _ _ _ _ _
2679
+ 122 zu _ _ _ _ _ _ _ _
2680
+ 123 verkommen _ _ _ _ _ _ _ _
2681
+ 124 . _ _ _ _ _ _ _ _
2682
+ 125 Statt _ _ _ _ _ _ _ BeginSeg=Yes
2683
+ 126 für _ _ _ _ _ _ _ _
2684
+ 127 eine _ _ _ _ _ _ _ _
2685
+ 128 solide _ _ _ _ _ _ _ _
2686
+ 129 finanzierte _ _ _ _ _ _ _ _
2687
+ 130 , _ _ _ _ _ _ _ _
2688
+ 131 langfristige _ _ _ _ _ _ _ _
2689
+ 132 Bildungspolitik _ _ _ _ _ _ _ _
2690
+ 133 zu _ _ _ _ _ _ _ _
2691
+ 134 sorgen _ _ _ _ _ _ _ _
2692
+ 135 , _ _ _ _ _ _ _ _
2693
+ 136 die _ _ _ _ _ _ _ BeginSeg=Yes
2694
+ 137 ruhiges _ _ _ _ _ _ _ _
2695
+ 138 Arbeiten _ _ _ _ _ _ _ _
2696
+ 139 erlaubt _ _ _ _ _ _ _ _
2697
+ 140 und _ _ _ _ _ _ _ BeginSeg=Yes
2698
+ 141 sich _ _ _ _ _ _ _ _
2699
+ 142 an _ _ _ _ _ _ _ _
2700
+ 143 Bedürfnissen _ _ _ _ _ _ _ _
2701
+ 144 orientiert _ _ _ _ _ _ _ _
2702
+ 145 , _ _ _ _ _ _ _ _
2703
+ 146 wird _ _ _ _ _ _ _ BeginSeg=Yes
2704
+ 147 hektisch _ _ _ _ _ _ _ _
2705
+ 148 auf _ _ _ _ _ _ _ _
2706
+ 149 jeden _ _ _ _ _ _ _ _
2707
+ 150 Trend _ _ _ _ _ _ _ _
2708
+ 151 reagiert _ _ _ _ _ _ _ _
2709
+ 152 : _ _ _ _ _ _ _ _
2710
+ 153 Medienoffensive _ _ _ _ _ _ _ BeginSeg=Yes
2711
+ 154 , _ _ _ _ _ _ _ _
2712
+ 155 Schnellläuferklassen _ _ _ _ _ _ _ _
2713
+ 156 , _ _ _ _ _ _ _ _
2714
+ 157 Zentralabitur _ _ _ _ _ _ _ _
2715
+ 158 ... _ _ _ _ _ _ _ _
2716
+ 159 Demokratische _ _ _ _ _ _ _ BeginSeg=Yes
2717
+ 160 Prozesse _ _ _ _ _ _ _ _
2718
+ 161 von _ _ _ _ _ _ _ _
2719
+ 162 unten _ _ _ _ _ _ _ _
2720
+ 163 werden _ _ _ _ _ _ _ _
2721
+ 164 nicht _ _ _ _ _ _ _ _
2722
+ 165 abgewartet _ _ _ _ _ _ _ _
2723
+ 166 . _ _ _ _ _ _ _ _
2724
+ 167 Leidtragende _ _ _ _ _ _ _ BeginSeg=Yes
2725
+ 168 sind _ _ _ _ _ _ _ _
2726
+ 169 die _ _ _ _ _ _ _ _
2727
+ 170 Lehrer _ _ _ _ _ _ _ _
2728
+ 171 und _ _ _ _ _ _ _ _
2729
+ 172 Schüler _ _ _ _ _ _ _ _
2730
+ 173 . _ _ _ _ _ _ _ _
2731
+ 174 LER- _ _ _ _ _ _ _ BeginSeg=Yes
2732
+ 175 und _ _ _ _ _ _ _ _
2733
+ 176 Religionslehrer _ _ _ _ _ _ _ _
2734
+ 177 haben _ _ _ _ _ _ _ _
2735
+ 178 sich _ _ _ _ _ _ _ _
2736
+ 179 mit _ _ _ _ _ _ _ _
2737
+ 180 persönlichem _ _ _ _ _ _ _ _
2738
+ 181 Einsatz _ _ _ _ _ _ _ _
2739
+ 182 weitergebildet _ _ _ _ _ _ _ _
2740
+ 183 , _ _ _ _ _ _ _ _
2741
+ 184 um _ _ _ _ _ _ _ BeginSeg=Yes
2742
+ 185 ihr _ _ _ _ _ _ _ _
2743
+ 186 Fach _ _ _ _ _ _ _ _
2744
+ 187 unterrichten _ _ _ _ _ _ _ _
2745
+ 188 zu _ _ _ _ _ _ _ _
2746
+ 189 können _ _ _ _ _ _ _ _
2747
+ 190 - _ _ _ _ _ _ _ _
2748
+ 191 und _ _ _ _ _ _ _ BeginSeg=Yes
2749
+ 192 die _ _ _ _ _ _ _ _
2750
+ 193 Regierung _ _ _ _ _ _ _ _
2751
+ 194 schiebt _ _ _ _ _ _ _ _
2752
+ 195 die _ _ _ _ _ _ _ _
2753
+ 196 Anerkennung _ _ _ _ _ _ _ _
2754
+ 197 einer _ _ _ _ _ _ _ _
2755
+ 198 sich _ _ _ _ _ _ _ _
2756
+ 199 bewährenden _ _ _ _ _ _ _ _
2757
+ 200 Praxis _ _ _ _ _ _ _ _
2758
+ 201 hinaus _ _ _ _ _ _ _ _
2759
+ 202 . _ _ _ _ _ _ _ _
2760
+ 203 Man _ _ _ _ _ _ _ BeginSeg=Yes
2761
+ 204 muss _ _ _ _ _ _ _ _
2762
+ 205 ihr _ _ _ _ _ _ _ _
2763
+ 206 unterstellen _ _ _ _ _ _ _ _
2764
+ 207 , _ _ _ _ _ _ _ _
2765
+ 208 kein _ _ _ _ _ _ _ _
2766
+ 209 Interesse _ _ _ _ _ _ _ _
2767
+ 210 am _ _ _ _ _ _ _ _
2768
+ 211 kirchlichen _ _ _ _ _ _ _ _
2769
+ 212 Mitwirken _ _ _ _ _ _ _ _
2770
+ 213 in _ _ _ _ _ _ _ _
2771
+ 214 der _ _ _ _ _ _ _ _
2772
+ 215 Schule _ _ _ _ _ _ _ _
2773
+ 216 zu _ _ _ _ _ _ _ _
2774
+ 217 haben _ _ _ _ _ _ _ _
2775
+ 218 . _ _ _ _ _ _ _ _
2776
+ 219 Dabei _ _ _ _ _ _ _ BeginSeg=Yes
2777
+ 220 sollte _ _ _ _ _ _ _ _
2778
+ 221 sie _ _ _ _ _ _ _ _
2779
+ 222 alle _ _ _ _ _ _ _ _
2780
+ 223 begrüßen _ _ _ _ _ _ _ _
2781
+ 224 , _ _ _ _ _ _ _ _
2782
+ 225 die _ _ _ _ _ _ _ _
2783
+ 226 zur _ _ _ _ _ _ _ _
2784
+ 227 qualifizierten _ _ _ _ _ _ _ _
2785
+ 228 Mitarbeit _ _ _ _ _ _ _ _
2786
+ 229 in _ _ _ _ _ _ _ _
2787
+ 230 dieser _ _ _ _ _ _ _ _
2788
+ 231 Problemzone _ _ _ _ _ _ _ _
2789
+ 232 unserer _ _ _ _ _ _ _ _
2790
+ 233 Gesellschaft _ _ _ _ _ _ _ _
2791
+ 234 bereit _ _ _ _ _ _ _ _
2792
+ 235 sind _ _ _ _ _ _ _ _
2793
+ 236 . _ _ _ _ _ _ _ _
2794
+
2795
+ # newdoc id = maz-6728
2796
+ 1 Ansturm _ _ _ _ _ _ _ BeginSeg=Yes
2797
+ 2 Das _ _ _ _ _ _ _ BeginSeg=Yes
2798
+ 3 Schulmuseum _ _ _ _ _ _ _ _
2799
+ 4 in _ _ _ _ _ _ _ _
2800
+ 5 Reckahn _ _ _ _ _ _ _ _
2801
+ 6 erlebt _ _ _ _ _ _ _ _
2802
+ 7 einen _ _ _ _ _ _ _ _
2803
+ 8 wahren _ _ _ _ _ _ _ _
2804
+ 9 Besucheransturm _ _ _ _ _ _ _ _
2805
+ 10 . _ _ _ _ _ _ _ _
2806
+ 11 War _ _ _ _ _ _ _ BeginSeg=Yes
2807
+ 12 das _ _ _ _ _ _ _ _
2808
+ 13 von _ _ _ _ _ _ _ _
2809
+ 14 Friedrich _ _ _ _ _ _ _ _
2810
+ 15 Eberhard _ _ _ _ _ _ _ _
2811
+ 16 von _ _ _ _ _ _ _ _
2812
+ 17 Rochow _ _ _ _ _ _ _ _
2813
+ 18 initiierte _ _ _ _ _ _ _ _
2814
+ 19 Haus _ _ _ _ _ _ _ _
2815
+ 20 im _ _ _ _ _ _ _ _
2816
+ 21 18. _ _ _ _ _ _ _ _
2817
+ 22 und _ _ _ _ _ _ _ _
2818
+ 23 19. _ _ _ _ _ _ _ _
2819
+ 24 Jahrhundert _ _ _ _ _ _ _ _
2820
+ 25 Vorbild _ _ _ _ _ _ _ _
2821
+ 26 für _ _ _ _ _ _ _ _
2822
+ 27 die _ _ _ _ _ _ _ _
2823
+ 28 Entwicklung _ _ _ _ _ _ _ _
2824
+ 29 der _ _ _ _ _ _ _ _
2825
+ 30 Volksschulen _ _ _ _ _ _ _ _
2826
+ 31 , _ _ _ _ _ _ _ _
2827
+ 32 wollen _ _ _ _ _ _ _ BeginSeg=Yes
2828
+ 33 heute _ _ _ _ _ _ _ _
2829
+ 34 Tausende _ _ _ _ _ _ _ _
2830
+ 35 das _ _ _ _ _ _ _ _
2831
+ 36 Flair _ _ _ _ _ _ _ _
2832
+ 37 eines _ _ _ _ _ _ _ _
2833
+ 38 historischen _ _ _ _ _ _ _ _
2834
+ 39 Klassenzimmers _ _ _ _ _ _ _ _
2835
+ 40 kennen _ _ _ _ _ _ _ _
2836
+ 41 lernen _ _ _ _ _ _ _ _
2837
+ 42 , _ _ _ _ _ _ _ _
2838
+ 43 wie _ _ _ _ _ _ _ BeginSeg=Yes
2839
+ 44 sie _ _ _ _ _ _ _ _
2840
+ 45 nur _ _ _ _ _ _ _ _
2841
+ 46 noch _ _ _ _ _ _ _ _
2842
+ 47 wenige _ _ _ _ _ _ _ _
2843
+ 48 in _ _ _ _ _ _ _ _
2844
+ 49 Deutschland _ _ _ _ _ _ _ _
2845
+ 50 existieren _ _ _ _ _ _ _ _
2846
+ 51 . _ _ _ _ _ _ _ _
2847
+ 52 Ohne _ _ _ _ _ _ _ BeginSeg=Yes
2848
+ 53 Zweifel _ _ _ _ _ _ _ _
2849
+ 54 profitiert _ _ _ _ _ _ _ _
2850
+ 55 die _ _ _ _ _ _ _ _
2851
+ 56 vom _ _ _ _ _ _ _ _
2852
+ 57 Landkreis _ _ _ _ _ _ _ _
2853
+ 58 getragene _ _ _ _ _ _ _ _
2854
+ 59 Einrichtung _ _ _ _ _ _ _ _
2855
+ 60 von _ _ _ _ _ _ _ _
2856
+ 61 der _ _ _ _ _ _ _ _
2857
+ 62 im _ _ _ _ _ _ _ _
2858
+ 63 August _ _ _ _ _ _ _ _
2859
+ 64 im _ _ _ _ _ _ _ _
2860
+ 65 benachbarten _ _ _ _ _ _ _ _
2861
+ 66 Barockschloss _ _ _ _ _ _ _ _
2862
+ 67 eröffneten _ _ _ _ _ _ _ _
2863
+ 68 Ausstellung _ _ _ _ _ _ _ _
2864
+ 69 zur _ _ _ _ _ _ _ _
2865
+ 70 brandenburgisch-preußischen _ _ _ _ _ _ _ _
2866
+ 71 Schulgeschichte _ _ _ _ _ _ _ _
2867
+ 72 . _ _ _ _ _ _ _ _
2868
+ 73 Denn _ _ _ _ _ _ _ BeginSeg=Yes
2869
+ 74 wer _ _ _ _ _ _ _ _
2870
+ 75 das _ _ _ _ _ _ _ _
2871
+ 76 mit _ _ _ _ _ _ _ _
2872
+ 77 großem _ _ _ _ _ _ _ _
2873
+ 78 Aufwand _ _ _ _ _ _ _ _
2874
+ 79 sanierte _ _ _ _ _ _ _ _
2875
+ 80 Schloss _ _ _ _ _ _ _ _
2876
+ 81 besucht _ _ _ _ _ _ _ _
2877
+ 82 , _ _ _ _ _ _ _ _
2878
+ 83 kommt _ _ _ _ _ _ _ BeginSeg=Yes
2879
+ 84 zwangsläufig _ _ _ _ _ _ _ _
2880
+ 85 an _ _ _ _ _ _ _ _
2881
+ 86 der _ _ _ _ _ _ _ _
2882
+ 87 alten _ _ _ _ _ _ _ _
2883
+ 88 Dorfschule _ _ _ _ _ _ _ _
2884
+ 89 vorbei _ _ _ _ _ _ _ _
2885
+ 90 . _ _ _ _ _ _ _ _
2886
+ 91 In _ _ _ _ _ _ _ BeginSeg=Yes
2887
+ 92 diesen _ _ _ _ _ _ _ _
2888
+ 93 knapp _ _ _ _ _ _ _ _
2889
+ 94 drei _ _ _ _ _ _ _ _
2890
+ 95 Monaten _ _ _ _ _ _ _ _
2891
+ 96 wurden _ _ _ _ _ _ _ _
2892
+ 97 2700 _ _ _ _ _ _ _ _
2893
+ 98 Gäste _ _ _ _ _ _ _ _
2894
+ 99 durch _ _ _ _ _ _ _ _
2895
+ 100 das _ _ _ _ _ _ _ _
2896
+ 101 Museum _ _ _ _ _ _ _ _
2897
+ 102 geführt _ _ _ _ _ _ _ _
2898
+ 103 . _ _ _ _ _ _ _ _
2899
+ 104 Viele _ _ _ _ _ _ _ BeginSeg=Yes
2900
+ 105 von _ _ _ _ _ _ _ _
2901
+ 106 ihnen _ _ _ _ _ _ _ _
2902
+ 107 kamen _ _ _ _ _ _ _ _
2903
+ 108 übers _ _ _ _ _ _ _ _
2904
+ 109 Wochenende _ _ _ _ _ _ _ _
2905
+ 110 nach _ _ _ _ _ _ _ _
2906
+ 111 Reckahn _ _ _ _ _ _ _ _
2907
+ 112 , _ _ _ _ _ _ _ _
2908
+ 113 was _ _ _ _ _ _ _ BeginSeg=Yes
2909
+ 114 wohl _ _ _ _ _ _ _ _
2910
+ 115 auf _ _ _ _ _ _ _ _
2911
+ 116 die _ _ _ _ _ _ _ _
2912
+ 117 kompakte _ _ _ _ _ _ _ _
2913
+ 118 Werbung _ _ _ _ _ _ _ _
2914
+ 119 für _ _ _ _ _ _ _ _
2915
+ 120 das _ _ _ _ _ _ _ _
2916
+ 121 Preußenjahr _ _ _ _ _ _ _ _
2917
+ 122 zurückzuführen _ _ _ _ _ _ _ _
2918
+ 123 ist _ _ _ _ _ _ _ _
2919
+ 124 . _ _ _ _ _ _ _ _
2920
+ 125 Der _ _ _ _ _ _ _ BeginSeg=Yes
2921
+ 126 Verein _ _ _ _ _ _ _ _
2922
+ 127 " _ _ _ _ _ _ _ _
2923
+ 128 Historisches _ _ _ _ _ _ _ _
2924
+ 129 Reckahn _ _ _ _ _ _ _ _
2925
+ 130 " _ _ _ _ _ _ _ _
2926
+ 131 mit _ _ _ _ _ _ _ _
2927
+ 132 seinem _ _ _ _ _ _ _ _
2928
+ 133 Vorsitzenden _ _ _ _ _ _ _ _
2929
+ 134 Otto-Günther _ _ _ _ _ _ _ _
2930
+ 135 Beckmann _ _ _ _ _ _ _ _
2931
+ 136 kann _ _ _ _ _ _ _ _
2932
+ 137 stolz _ _ _ _ _ _ _ _
2933
+ 138 auf _ _ _ _ _ _ _ _
2934
+ 139 die _ _ _ _ _ _ _ _
2935
+ 140 große _ _ _ _ _ _ _ _
2936
+ 141 Resonanz _ _ _ _ _ _ _ _
2937
+ 142 seiner _ _ _ _ _ _ _ _
2938
+ 143 Arbeit _ _ _ _ _ _ _ _
2939
+ 144 in _ _ _ _ _ _ _ _
2940
+ 145 der _ _ _ _ _ _ _ _
2941
+ 146 Öffentlichkeit _ _ _ _ _ _ _ _
2942
+ 147 sein _ _ _ _ _ _ _ _
2943
+ 148 . _ _ _ _ _ _ _ _
2944
+ 149 Er _ _ _ _ _ _ _ BeginSeg=Yes
2945
+ 150 hat _ _ _ _ _ _ _ _
2946
+ 151 Reckahn _ _ _ _ _ _ _ _
2947
+ 152 mit _ _ _ _ _ _ _ _
2948
+ 153 unermüdlichem _ _ _ _ _ _ _ _
2949
+ 154 Engagement _ _ _ _ _ _ _ _
2950
+ 155 weit _ _ _ _ _ _ _ _
2951
+ 156 über _ _ _ _ _ _ _ _
2952
+ 157 den _ _ _ _ _ _ _ _
2953
+ 158 Kreis _ _ _ _ _ _ _ _
2954
+ 159 hinaus _ _ _ _ _ _ _ _
2955
+ 160 bekannt _ _ _ _ _ _ _ _
2956
+ 161 gemacht _ _ _ _ _ _ _ _
2957
+ 162 . _ _ _ _ _ _ _ _
2958
+ 163 Das _ _ _ _ _ _ _ BeginSeg=Yes
2959
+ 164 Preußenjahr _ _ _ _ _ _ _ _
2960
+ 165 geht _ _ _ _ _ _ _ _
2961
+ 166 zu _ _ _ _ _ _ _ _
2962
+ 167 Ende _ _ _ _ _ _ _ _
2963
+ 168 , _ _ _ _ _ _ _ _
2964
+ 169 doch _ _ _ _ _ _ _ BeginSeg=Yes
2965
+ 170 Schloss- _ _ _ _ _ _ _ _
2966
+ 171 und _ _ _ _ _ _ _ _
2967
+ 172 Schulmuseum _ _ _ _ _ _ _ _
2968
+ 173 werden _ _ _ _ _ _ _ _
2969
+ 174 weiter _ _ _ _ _ _ _ _
2970
+ 175 von _ _ _ _ _ _ _ _
2971
+ 176 sich _ _ _ _ _ _ _ _
2972
+ 177 reden _ _ _ _ _ _ _ _
2973
+ 178 machen _ _ _ _ _ _ _ _
2974
+ 179 . _ _ _ _ _ _ _ _
2975
+
2976
+ # newdoc id = maz-6193
2977
+ 1 Honigsüße _ _ _ _ _ _ _ BeginSeg=Yes
2978
+ 2 Nachricht _ _ _ _ _ _ _ _
2979
+ 3 Sollte _ _ _ _ _ _ _ BeginSeg=Yes
2980
+ 4 es _ _ _ _ _ _ _ _
2981
+ 5 Wirklichkeit _ _ _ _ _ _ _ _
2982
+ 6 werden _ _ _ _ _ _ _ _
2983
+ 7 , _ _ _ _ _ _ _ _
2984
+ 8 was _ _ _ _ _ _ _ _
2985
+ 9 die _ _ _ _ _ _ _ _
2986
+ 10 Procurand _ _ _ _ _ _ _ _
2987
+ 11 AG _ _ _ _ _ _ _ _
2988
+ 12 gestern _ _ _ _ _ _ _ _
2989
+ 13 verkündete _ _ _ _ _ _ _ _
2990
+ 14 , _ _ _ _ _ _ _ _
2991
+ 15 wäre _ _ _ _ _ _ _ BeginSeg=Yes
2992
+ 16 es _ _ _ _ _ _ _ _
2993
+ 17 fast _ _ _ _ _ _ _ _
2994
+ 18 zu _ _ _ _ _ _ _ _
2995
+ 19 schön _ _ _ _ _ _ _ _
2996
+ 20 , _ _ _ _ _ _ _ _
2997
+ 21 um _ _ _ _ _ _ _ _
2998
+ 22 wahr _ _ _ _ _ _ _ _
2999
+ 23 zu _ _ _ _ _ _ _ _
3000
+ 24 sein _ _ _ _ _ _ _ _
3001
+ 25 . _ _ _ _ _ _ _ _
3002
+ 26 40 _ _ _ _ _ _ _ BeginSeg=Yes
3003
+ 27 neue _ _ _ _ _ _ _ _
3004
+ 28 Jobs _ _ _ _ _ _ _ _
3005
+ 29 - _ _ _ _ _ _ _ _
3006
+ 30 allein _ _ _ _ _ _ _ _
3007
+ 31 diese _ _ _ _ _ _ _ _
3008
+ 32 Nachricht _ _ _ _ _ _ _ _
3009
+ 33 ist _ _ _ _ _ _ _ _
3010
+ 34 Honig _ _ _ _ _ _ _ _
3011
+ 35 auf _ _ _ _ _ _ _ _
3012
+ 36 den _ _ _ _ _ _ _ _
3013
+ 37 Lippen _ _ _ _ _ _ _ _
3014
+ 38 vieler _ _ _ _ _ _ _ _
3015
+ 39 Mittelmärker _ _ _ _ _ _ _ _
3016
+ 40 . _ _ _ _ _ _ _ _
3017
+ 41 Wünschenswert _ _ _ _ _ _ _ BeginSeg=Yes
3018
+ 42 wäre _ _ _ _ _ _ _ _
3019
+ 43 nicht _ _ _ _ _ _ _ _
3020
+ 44 nur _ _ _ _ _ _ _ _
3021
+ 45 das _ _ _ _ _ _ _ _
3022
+ 46 , _ _ _ _ _ _ _ _
3023
+ 47 sondern _ _ _ _ _ _ _ BeginSeg=Yes
3024
+ 48 auch _ _ _ _ _ _ _ _
3025
+ 49 , _ _ _ _ _ _ _ _
3026
+ 50 dass _ _ _ _ _ _ _ _
3027
+ 51 mit _ _ _ _ _ _ _ _
3028
+ 52 der _ _ _ _ _ _ _ _
3029
+ 53 Investruine _ _ _ _ _ _ _ _
3030
+ 54 am _ _ _ _ _ _ _ _
3031
+ 55 Görnsee _ _ _ _ _ _ _ _
3032
+ 56 endlich _ _ _ _ _ _ _ _
3033
+ 57 etwas _ _ _ _ _ _ _ _
3034
+ 58 geschieht _ _ _ _ _ _ _ _
3035
+ 59 . _ _ _ _ _ _ _ _
3036
+ 60 Nie _ _ _ _ _ _ _ BeginSeg=Yes
3037
+ 61 ist _ _ _ _ _ _ _ _
3038
+ 62 das _ _ _ _ _ _ _ _
3039
+ 63 halbfertige _ _ _ _ _ _ _ _
3040
+ 64 Hotel _ _ _ _ _ _ _ _
3041
+ 65 bezogen _ _ _ _ _ _ _ _
3042
+ 66 worden _ _ _ _ _ _ _ _
3043
+ 67 . _ _ _ _ _ _ _ _
3044
+ 68 Im _ _ _ _ _ _ _ BeginSeg=Yes
3045
+ 69 Erdgeschoss _ _ _ _ _ _ _ _
3046
+ 70 und _ _ _ _ _ _ _ _
3047
+ 71 vermutlich _ _ _ _ _ _ _ _
3048
+ 72 nicht _ _ _ _ _ _ _ _
3049
+ 73 nur _ _ _ _ _ _ _ _
3050
+ 74 dort _ _ _ _ _ _ _ _
3051
+ 75 , _ _ _ _ _ _ _ _
3052
+ 76 macht _ _ _ _ _ _ _ _
3053
+ 77 sich _ _ _ _ _ _ _ _
3054
+ 78 Schimmel _ _ _ _ _ _ _ _
3055
+ 79 breit _ _ _ _ _ _ _ _
3056
+ 80 . _ _ _ _ _ _ _ _
3057
+ 81 Mit _ _ _ _ _ _ _ BeginSeg=Yes
3058
+ 82 anderen _ _ _ _ _ _ _ _
3059
+ 83 Worten _ _ _ _ _ _ _ _
3060
+ 84 , _ _ _ _ _ _ _ _
3061
+ 85 die _ _ _ _ _ _ _ _
3062
+ 86 Bausubstanz _ _ _ _ _ _ _ _
3063
+ 87 wird _ _ _ _ _ _ _ _
3064
+ 88 durch _ _ _ _ _ _ _ _
3065
+ 89 den _ _ _ _ _ _ _ _
3066
+ 90 Leerstand _ _ _ _ _ _ _ _
3067
+ 91 nicht _ _ _ _ _ _ _ _
3068
+ 92 besser _ _ _ _ _ _ _ _
3069
+ 93 . _ _ _ _ _ _ _ _
3070
+ 94 Zudem _ _ _ _ _ _ _ BeginSeg=Yes
3071
+ 95 erinnert _ _ _ _ _ _ _ _
3072
+ 96 der _ _ _ _ _ _ _ _
3073
+ 97 wuchtige _ _ _ _ _ _ _ _
3074
+ 98 Mehrgeschosser _ _ _ _ _ _ _ _
3075
+ 99 an _ _ _ _ _ _ _ _
3076
+ 100 ein _ _ _ _ _ _ _ _
3077
+ 101 Kapitel _ _ _ _ _ _ _ _
3078
+ 102 der _ _ _ _ _ _ _ _
3079
+ 103 jüngsten _ _ _ _ _ _ _ _
3080
+ 104 Grebser _ _ _ _ _ _ _ _
3081
+ 105 Geschichte _ _ _ _ _ _ _ _
3082
+ 106 , _ _ _ _ _ _ _ _
3083
+ 107 die _ _ _ _ _ _ _ BeginSeg=Yes
3084
+ 108 nicht _ _ _ _ _ _ _ _
3085
+ 109 nur _ _ _ _ _ _ _ _
3086
+ 110 die _ _ _ _ _ _ _ _
3087
+ 111 Gemeindevertreter _ _ _ _ _ _ _ _
3088
+ 112 nur _ _ _ _ _ _ _ _
3089
+ 113 zu _ _ _ _ _ _ _ _
3090
+ 114 gerne _ _ _ _ _ _ _ _
3091
+ 115 langsam _ _ _ _ _ _ _ _
3092
+ 116 vergessen _ _ _ _ _ _ _ _
3093
+ 117 würden _ _ _ _ _ _ _ _
3094
+ 118 . _ _ _ _ _ _ _ _
3095
+ 119 Gebaut _ _ _ _ _ _ _ BeginSeg=Yes
3096
+ 120 hat _ _ _ _ _ _ _ _
3097
+ 121 das _ _ _ _ _ _ _ _
3098
+ 122 Hotel _ _ _ _ _ _ _ _
3099
+ 123 nämlich _ _ _ _ _ _ _ _
3100
+ 124 ein _ _ _ _ _ _ _ _
3101
+ 125 Investor _ _ _ _ _ _ _ _
3102
+ 126 mit _ _ _ _ _ _ _ _
3103
+ 127 Geld _ _ _ _ _ _ _ _
3104
+ 128 , _ _ _ _ _ _ _ _
3105
+ 129 das _ _ _ _ _ _ _ _
3106
+ 130 er _ _ _ _ _ _ _ _
3107
+ 131 sich _ _ _ _ _ _ _ _
3108
+ 132 von _ _ _ _ _ _ _ _
3109
+ 133 der _ _ _ _ _ _ _ _
3110
+ 134 Kommune _ _ _ _ _ _ _ _
3111
+ 135 erschlich _ _ _ _ _ _ _ _
3112
+ 136 . _ _ _ _ _ _ _ _
3113
+ 137 Fördergeld _ _ _ _ _ _ _ BeginSeg=Yes
3114
+ 138 aus _ _ _ _ _ _ _ _
3115
+ 139 einem _ _ _ _ _ _ _ _
3116
+ 140 Kommunalkredit _ _ _ _ _ _ _ _
3117
+ 141 . _ _ _ _ _ _ _ _
3118
+ 142 Der _ _ _ _ _ _ _ BeginSeg=Yes
3119
+ 143 Mann _ _ _ _ _ _ _ _
3120
+ 144 bezahlte _ _ _ _ _ _ _ _
3121
+ 145 viele _ _ _ _ _ _ _ _
3122
+ 146 Handwerker _ _ _ _ _ _ _ _
3123
+ 147 nicht _ _ _ _ _ _ _ _
3124
+ 148 und _ _ _ _ _ _ _ BeginSeg=Yes
3125
+ 149 wurde _ _ _ _ _ _ _ _
3126
+ 150 voriges _ _ _ _ _ _ _ _
3127
+ 151 Jahr _ _ _ _ _ _ _ _
3128
+ 152 zu _ _ _ _ _ _ _ _
3129
+ 153 einer _ _ _ _ _ _ _ _
3130
+ 154 mehrjährigen _ _ _ _ _ _ _ _
3131
+ 155 Haftstrafe _ _ _ _ _ _ _ _
3132
+ 156 verurteilt _ _ _ _ _ _ _ _
3133
+ 157 . _ _ _ _ _ _ _ _
3134
+ 158 Doch _ _ _ _ _ _ _ BeginSeg=Yes
3135
+ 159 seine _ _ _ _ _ _ _ _
3136
+ 160 Vergangenheit _ _ _ _ _ _ _ _
3137
+ 161 schien _ _ _ _ _ _ _ _
3138
+ 162 wie _ _ _ _ _ _ _ _
3139
+ 163 ein _ _ _ _ _ _ _ _
3140
+ 164 Fluch _ _ _ _ _ _ _ _
3141
+ 165 über _ _ _ _ _ _ _ _
3142
+ 166 dem _ _ _ _ _ _ _ _
3143
+ 167 Hotelkomplex _ _ _ _ _ _ _ _
3144
+ 168 zu _ _ _ _ _ _ _ _
3145
+ 169 liegen _ _ _ _ _ _ _ _
3146
+ 170 . _ _ _ _ _ _ _ _
3147
+ 171 Jahrelang _ _ _ _ _ _ _ BeginSeg=Yes
3148
+ 172 hatte _ _ _ _ _ _ _ _
3149
+ 173 das _ _ _ _ _ _ _ _
3150
+ 174 Amtsgericht _ _ _ _ _ _ _ _
3151
+ 175 Potsdam _ _ _ _ _ _ _ _
3152
+ 176 umsonst _ _ _ _ _ _ _ _
3153
+ 177 versucht _ _ _ _ _ _ _ _
3154
+ 178 , _ _ _ _ _ _ _ _
3155
+ 179 es _ _ _ _ _ _ _ _
3156
+ 180 an _ _ _ _ _ _ _ _
3157
+ 181 den _ _ _ _ _ _ _ _
3158
+ 182 Mann _ _ _ _ _ _ _ _
3159
+ 183 zu _ _ _ _ _ _ _ _
3160
+ 184 bringen _ _ _ _ _ _ _ _
3161
+ 185 . _ _ _ _ _ _ _ _
3162
+ 186 Einmal _ _ _ _ _ _ _ BeginSeg=Yes
3163
+ 187 schien _ _ _ _ _ _ _ _
3164
+ 188 es _ _ _ _ _ _ _ _
3165
+ 189 schon _ _ _ _ _ _ _ _
3166
+ 190 geglückt _ _ _ _ _ _ _ _
3167
+ 191 zu _ _ _ _ _ _ _ _
3168
+ 192 sein _ _ _ _ _ _ _ _
3169
+ 193 . _ _ _ _ _ _ _ _
3170
+ 194 Doch _ _ _ _ _ _ _ BeginSeg=Yes
3171
+ 195 der _ _ _ _ _ _ _ _
3172
+ 196 Käufer _ _ _ _ _ _ _ _
3173
+ 197 zahlte _ _ _ _ _ _ _ _
3174
+ 198 nicht _ _ _ _ _ _ _ _
3175
+ 199 . _ _ _ _ _ _ _ _
3176
+ 200 Jetzt _ _ _ _ _ _ _ BeginSeg=Yes
3177
+ 201 könnte _ _ _ _ _ _ _ _
3178
+ 202 das _ _ _ _ _ _ _ _
3179
+ 203 Seniorenheim _ _ _ _ _ _ _ _
3180
+ 204 dem _ _ _ _ _ _ _ _
3181
+ 205 Haus _ _ _ _ _ _ _ _
3182
+ 206 einen _ _ _ _ _ _ _ _
3183
+ 207 Sinn _ _ _ _ _ _ _ _
3184
+ 208 geben _ _ _ _ _ _ _ _
3185
+ 209 . _ _ _ _ _ _ _ _
data2019/deu.rst.pcc/deu.rst.pcc_test.conll ADDED
The diff for this file is too large to render. See raw diff
 
data2019/deu.rst.pcc/deu.rst.pcc_test.tok ADDED
@@ -0,0 +1,3272 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # newdoc id = maz-4959
2
+ 1 Kontrolle _ _ _ _ _ _ _ BeginSeg=Yes
3
+ 2 ist _ _ _ _ _ _ _ _
4
+ 3 besser _ _ _ _ _ _ _ _
5
+ 4 Jeder _ _ _ _ _ _ _ BeginSeg=Yes
6
+ 5 , _ _ _ _ _ _ _ _
7
+ 6 der _ _ _ _ _ _ _ _
8
+ 7 sein _ _ _ _ _ _ _ _
9
+ 8 Kind _ _ _ _ _ _ _ _
10
+ 9 in _ _ _ _ _ _ _ _
11
+ 10 einen _ _ _ _ _ _ _ _
12
+ 11 Schulbus _ _ _ _ _ _ _ _
13
+ 12 einsteigen _ _ _ _ _ _ _ _
14
+ 13 sieht _ _ _ _ _ _ _ _
15
+ 14 , _ _ _ _ _ _ _ _
16
+ 15 hofft _ _ _ _ _ _ _ _
17
+ 16 , _ _ _ _ _ _ _ _
18
+ 17 dass _ _ _ _ _ _ _ _
19
+ 18 es _ _ _ _ _ _ _ _
20
+ 19 am _ _ _ _ _ _ _ _
21
+ 20 Ende _ _ _ _ _ _ _ _
22
+ 21 der _ _ _ _ _ _ _ _
23
+ 22 Fahrt _ _ _ _ _ _ _ _
24
+ 23 heil _ _ _ _ _ _ _ _
25
+ 24 und _ _ _ _ _ _ _ _
26
+ 25 gesund _ _ _ _ _ _ _ _
27
+ 26 wieder _ _ _ _ _ _ _ _
28
+ 27 aussteigt _ _ _ _ _ _ _ _
29
+ 28 . _ _ _ _ _ _ _ _
30
+ 29 Die _ _ _ _ _ _ _ BeginSeg=Yes
31
+ 30 Kampagne _ _ _ _ _ _ _ _
32
+ 31 des _ _ _ _ _ _ _ _
33
+ 32 Amtes _ _ _ _ _ _ _ _
34
+ 33 für _ _ _ _ _ _ _ _
35
+ 34 Arbeitsschutz _ _ _ _ _ _ _ _
36
+ 35 , _ _ _ _ _ _ _ _
37
+ 36 Bus _ _ _ _ _ _ _ _
38
+ 37 und _ _ _ _ _ _ _ _
39
+ 38 Fahrer _ _ _ _ _ _ _ _
40
+ 39 vor _ _ _ _ _ _ _ _
41
+ 40 Beginn _ _ _ _ _ _ _ _
42
+ 41 einer _ _ _ _ _ _ _ _
43
+ 42 Klassenfahrt _ _ _ _ _ _ _ _
44
+ 43 zu _ _ _ _ _ _ _ _
45
+ 44 prüfen _ _ _ _ _ _ _ _
46
+ 45 , _ _ _ _ _ _ _ _
47
+ 46 ist _ _ _ _ _ _ _ _
48
+ 47 wichtig _ _ _ _ _ _ _ _
49
+ 48 : _ _ _ _ _ _ _ _
50
+ 49 Kontrollen _ _ _ _ _ _ _ BeginSeg=Yes
51
+ 50 dieser _ _ _ _ _ _ _ _
52
+ 51 Art _ _ _ _ _ _ _ _
53
+ 52 erhöhen _ _ _ _ _ _ _ _
54
+ 53 die _ _ _ _ _ _ _ _
55
+ 54 Sicherheit _ _ _ _ _ _ _ _
56
+ 55 der _ _ _ _ _ _ _ _
57
+ 56 jungen _ _ _ _ _ _ _ _
58
+ 57 Passagiere _ _ _ _ _ _ _ _
59
+ 58 . _ _ _ _ _ _ _ _
60
+ 59 Übermüdete _ _ _ _ _ _ _ BeginSeg=Yes
61
+ 60 Fahrer _ _ _ _ _ _ _ _
62
+ 61 sind _ _ _ _ _ _ _ _
63
+ 62 jedoch _ _ _ _ _ _ _ _
64
+ 63 nur _ _ _ _ _ _ _ _
65
+ 64 eine _ _ _ _ _ _ _ _
66
+ 65 Gefahr _ _ _ _ _ _ _ _
67
+ 66 , _ _ _ _ _ _ _ _
68
+ 67 die _ _ _ _ _ _ _ BeginSeg=Yes
69
+ 68 gebannt _ _ _ _ _ _ _ _
70
+ 69 werden _ _ _ _ _ _ _ _
71
+ 70 muss _ _ _ _ _ _ _ _
72
+ 71 . _ _ _ _ _ _ _ _
73
+ 72 Wie _ _ _ _ _ _ _ BeginSeg=Yes
74
+ 73 das _ _ _ _ _ _ _ _
75
+ 74 Unglück _ _ _ _ _ _ _ _
76
+ 75 von _ _ _ _ _ _ _ _
77
+ 76 Altlandsberg _ _ _ _ _ _ _ _
78
+ 77 vor _ _ _ _ _ _ _ _
79
+ 78 zwei _ _ _ _ _ _ _ _
80
+ 79 Jahren _ _ _ _ _ _ _ _
81
+ 80 zeigt _ _ _ _ _ _ _ _
82
+ 81 , _ _ _ _ _ _ _ _
83
+ 82 stellen _ _ _ _ _ _ _ BeginSeg=Yes
84
+ 83 auch _ _ _ _ _ _ _ _
85
+ 84 übermütige _ _ _ _ _ _ _ _
86
+ 85 , _ _ _ _ _ _ _ _
87
+ 86 schlecht _ _ _ _ _ _ _ _
88
+ 87 beaufsichtigte _ _ _ _ _ _ _ _
89
+ 88 Kinder _ _ _ _ _ _ _ _
90
+ 89 ein _ _ _ _ _ _ _ _
91
+ 90 Risiko _ _ _ _ _ _ _ _
92
+ 91 dar _ _ _ _ _ _ _ _
93
+ 92 . _ _ _ _ _ _ _ _
94
+ 93 Dazu _ _ _ _ _ _ _ BeginSeg=Yes
95
+ 94 kommen _ _ _ _ _ _ _ _
96
+ 95 noch _ _ _ _ _ _ _ _
97
+ 96 die _ _ _ _ _ _ _ _
98
+ 97 Fehler _ _ _ _ _ _ _ _
99
+ 98 der _ _ _ _ _ _ _ _
100
+ 99 anderen _ _ _ _ _ _ _ _
101
+ 100 Verkehrsteilnehmer _ _ _ _ _ _ _ _
102
+ 101 . _ _ _ _ _ _ _ _
103
+ 102 Absolute _ _ _ _ _ _ _ BeginSeg=Yes
104
+ 103 Sicherheit _ _ _ _ _ _ _ _
105
+ 104 kann _ _ _ _ _ _ _ _
106
+ 105 es _ _ _ _ _ _ _ _
107
+ 106 nicht _ _ _ _ _ _ _ _
108
+ 107 geben _ _ _ _ _ _ _ _
109
+ 108 . _ _ _ _ _ _ _ _
110
+ 109 Selbst _ _ _ _ _ _ _ BeginSeg=Yes
111
+ 110 wenn _ _ _ _ _ _ _ _
112
+ 111 der _ _ _ _ _ _ _ _
113
+ 112 Bus _ _ _ _ _ _ _ _
114
+ 113 tipptopp _ _ _ _ _ _ _ _
115
+ 114 in _ _ _ _ _ _ _ _
116
+ 115 Schuss _ _ _ _ _ _ _ _
117
+ 116 ist _ _ _ _ _ _ _ _
118
+ 117 , _ _ _ _ _ _ _ _
119
+ 118 die _ _ _ _ _ _ _ BeginSeg=Yes
120
+ 119 Fahrer _ _ _ _ _ _ _ _
121
+ 120 ausgeruht _ _ _ _ _ _ _ _
122
+ 121 , _ _ _ _ _ _ _ _
123
+ 122 die _ _ _ _ _ _ _ BeginSeg=Yes
124
+ 123 Kinder _ _ _ _ _ _ _ _
125
+ 124 gesittet _ _ _ _ _ _ _ _
126
+ 125 und _ _ _ _ _ _ _ BeginSeg=Yes
127
+ 126 alle _ _ _ _ _ _ _ _
128
+ 127 anderen _ _ _ _ _ _ _ _
129
+ 128 Autofahrer _ _ _ _ _ _ _ _
130
+ 129 rücksichtsvoll _ _ _ _ _ _ _ _
131
+ 130 sind _ _ _ _ _ _ _ _
132
+ 131 , _ _ _ _ _ _ _ _
133
+ 132 besteht _ _ _ _ _ _ _ BeginSeg=Yes
134
+ 133 immer _ _ _ _ _ _ _ _
135
+ 134 noch _ _ _ _ _ _ _ _
136
+ 135 die _ _ _ _ _ _ _ _
137
+ 136 Gefahr _ _ _ _ _ _ _ _
138
+ 137 von _ _ _ _ _ _ _ _
139
+ 138 höherer _ _ _ _ _ _ _ _
140
+ 139 Gewalt _ _ _ _ _ _ _ _
141
+ 140 - _ _ _ _ _ _ _ _
142
+ 141 der _ _ _ _ _ _ _ BeginSeg=Yes
143
+ 142 sprichwörtliche _ _ _ _ _ _ _ _
144
+ 143 Blitzschlag _ _ _ _ _ _ _ _
145
+ 144 lässt _ _ _ _ _ _ _ _
146
+ 145 sich _ _ _ _ _ _ _ _
147
+ 146 nicht _ _ _ _ _ _ _ _
148
+ 147 vermeiden _ _ _ _ _ _ _ _
149
+ 148 . _ _ _ _ _ _ _ _
150
+ 149 Die _ _ _ _ _ _ _ BeginSeg=Yes
151
+ 150 Wahrscheinlichkeit _ _ _ _ _ _ _ _
152
+ 151 solcher _ _ _ _ _ _ _ _
153
+ 152 Unglücke _ _ _ _ _ _ _ _
154
+ 153 tendiert _ _ _ _ _ _ _ _
155
+ 154 jedoch _ _ _ _ _ _ _ _
156
+ 155 gegen _ _ _ _ _ _ _ _
157
+ 156 Null _ _ _ _ _ _ _ _
158
+ 157 . _ _ _ _ _ _ _ _
159
+ 158 Größer _ _ _ _ _ _ _ BeginSeg=Yes
160
+ 159 ist _ _ _ _ _ _ _ _
161
+ 160 die _ _ _ _ _ _ _ _
162
+ 161 Bedrohung _ _ _ _ _ _ _ _
163
+ 162 durch _ _ _ _ _ _ _ _
164
+ 163 so _ _ _ _ _ _ _ _
165
+ 164 genanntes _ _ _ _ _ _ _ _
166
+ 165 menschliches _ _ _ _ _ _ _ _
167
+ 166 und _ _ _ _ _ _ _ _
168
+ 167 technisches _ _ _ _ _ _ _ _
169
+ 168 Versagen _ _ _ _ _ _ _ _
170
+ 169 . _ _ _ _ _ _ _ _
171
+ 170 Und _ _ _ _ _ _ _ BeginSeg=Yes
172
+ 171 die _ _ _ _ _ _ _ _
173
+ 172 kann _ _ _ _ _ _ _ _
174
+ 173 man _ _ _ _ _ _ _ _
175
+ 174 vermeiden _ _ _ _ _ _ _ _
176
+ 175 : _ _ _ _ _ _ _ _
177
+ 176 Indem _ _ _ _ _ _ _ BeginSeg=Yes
178
+ 177 man _ _ _ _ _ _ _ _
179
+ 178 die _ _ _ _ _ _ _ _
180
+ 179 Fahrtüchtigkeit _ _ _ _ _ _ _ _
181
+ 180 aller _ _ _ _ _ _ _ _
182
+ 181 , _ _ _ _ _ _ _ _
183
+ 182 die _ _ _ _ _ _ _ _
184
+ 183 am _ _ _ _ _ _ _ _
185
+ 184 Verkehrsgeschehen _ _ _ _ _ _ _ _
186
+ 185 beteiligt _ _ _ _ _ _ _ _
187
+ 186 sind _ _ _ _ _ _ _ _
188
+ 187 - _ _ _ _ _ _ _ _
189
+ 188 Fahrer _ _ _ _ _ _ _ _
190
+ 189 , _ _ _ _ _ _ _ _
191
+ 190 Passagiere _ _ _ _ _ _ _ _
192
+ 191 und _ _ _ _ _ _ _ _
193
+ 192 Fahrzeuge _ _ _ _ _ _ _ _
194
+ 193 - _ _ _ _ _ _ _ _
195
+ 194 prüft _ _ _ _ _ _ _ _
196
+ 195 . _ _ _ _ _ _ _ _
197
+
198
+ # newdoc id = maz-4282
199
+ 1 Steilpass _ _ _ _ _ _ _ BeginSeg=Yes
200
+ 2 Wunder _ _ _ _ _ _ _ BeginSeg=Yes
201
+ 3 gibt _ _ _ _ _ _ _ _
202
+ 4 es _ _ _ _ _ _ _ _
203
+ 5 immer _ _ _ _ _ _ _ _
204
+ 6 wieder _ _ _ _ _ _ _ _
205
+ 7 ! _ _ _ _ _ _ _ _
206
+ 8 Erst _ _ _ _ _ _ _ BeginSeg=Yes
207
+ 9 spielen _ _ _ _ _ _ _ _
208
+ 10 die _ _ _ _ _ _ _ _
209
+ 11 Dallgower _ _ _ _ _ _ _ _
210
+ 12 Gemeindevertreter _ _ _ _ _ _ _ _
211
+ 13 so _ _ _ _ _ _ _ _
212
+ 14 statisch _ _ _ _ _ _ _ _
213
+ 15 und _ _ _ _ _ _ _ _
214
+ 16 verzagt _ _ _ _ _ _ _ _
215
+ 17 wie _ _ _ _ _ _ _ _
216
+ 18 die _ _ _ _ _ _ _ _
217
+ 19 deutsche _ _ _ _ _ _ _ _
218
+ 20 Abwehrreihe _ _ _ _ _ _ _ _
219
+ 21 der _ _ _ _ _ _ _ _
220
+ 22 Fußballkicker _ _ _ _ _ _ _ _
221
+ 23 . _ _ _ _ _ _ _ _
222
+ 24 Und _ _ _ _ _ _ _ BeginSeg=Yes
223
+ 25 dann _ _ _ _ _ _ _ _
224
+ 26 kommt _ _ _ _ _ _ _ _
225
+ 27 aus _ _ _ _ _ _ _ _
226
+ 28 der _ _ _ _ _ _ _ _
227
+ 29 Tiefe _ _ _ _ _ _ _ _
228
+ 30 solch _ _ _ _ _ _ _ _
229
+ 31 ein _ _ _ _ _ _ _ _
230
+ 32 fulminanter _ _ _ _ _ _ _ _
231
+ 33 Steilpass _ _ _ _ _ _ _ _
232
+ 34 , _ _ _ _ _ _ _ _
233
+ 35 von _ _ _ _ _ _ _ BeginSeg=Yes
234
+ 36 dem _ _ _ _ _ _ _ _
235
+ 37 man _ _ _ _ _ _ _ _
236
+ 38 hofft _ _ _ _ _ _ _ _
237
+ 39 , _ _ _ _ _ _ _ _
238
+ 40 dass _ _ _ _ _ _ _ _
239
+ 41 die _ _ _ _ _ _ _ _
240
+ 42 Seeburger _ _ _ _ _ _ _ _
241
+ 43 oder _ _ _ _ _ _ _ _
242
+ 44 Groß-Glienicker _ _ _ _ _ _ _ _
243
+ 45 Mitspieler _ _ _ _ _ _ _ _
244
+ 46 ihn _ _ _ _ _ _ _ _
245
+ 47 aufnehmen _ _ _ _ _ _ _ _
246
+ 48 können _ _ _ _ _ _ _ _
247
+ 49 . _ _ _ _ _ _ _ _
248
+ 50 Ein _ _ _ _ _ _ _ BeginSeg=Yes
249
+ 51 Befreiungsschlag _ _ _ _ _ _ _ _
250
+ 52 ist _ _ _ _ _ _ _ _
251
+ 53 es _ _ _ _ _ _ _ _
252
+ 54 allerdings _ _ _ _ _ _ _ _
253
+ 55 nicht _ _ _ _ _ _ _ _
254
+ 56 , _ _ _ _ _ _ _ _
255
+ 57 weil _ _ _ _ _ _ _ BeginSeg=Yes
256
+ 58 es _ _ _ _ _ _ _ _
257
+ 59 vorerst _ _ _ _ _ _ _ _
258
+ 60 keine _ _ _ _ _ _ _ _
259
+ 61 Gefahr _ _ _ _ _ _ _ _
260
+ 62 fürs _ _ _ _ _ _ _ _
261
+ 63 Dallgower _ _ _ _ _ _ _ _
262
+ 64 Tor _ _ _ _ _ _ _ _
263
+ 65 gab _ _ _ _ _ _ _ _
264
+ 66 . _ _ _ _ _ _ _ _
265
+ 67 Die _ _ _ _ _ _ _ BeginSeg=Yes
266
+ 68 Seeburger _ _ _ _ _ _ _ _
267
+ 69 und _ _ _ _ _ _ _ _
268
+ 70 einige _ _ _ _ _ _ _ _
269
+ 71 Groß-Glienicker _ _ _ _ _ _ _ _
270
+ 72 haben _ _ _ _ _ _ _ _
271
+ 73 den _ _ _ _ _ _ _ _
272
+ 74 Ball _ _ _ _ _ _ _ _
273
+ 75 erst _ _ _ _ _ _ _ _
274
+ 76 zurückgespielt _ _ _ _ _ _ _ _
275
+ 77 und _ _ _ _ _ _ _ BeginSeg=Yes
276
+ 78 dann _ _ _ _ _ _ _ _
277
+ 79 um _ _ _ _ _ _ _ _
278
+ 80 so _ _ _ _ _ _ _ _
279
+ 81 drängender _ _ _ _ _ _ _ _
280
+ 82 wieder _ _ _ _ _ _ _ _
281
+ 83 gefordert _ _ _ _ _ _ _ _
282
+ 84 . _ _ _ _ _ _ _ _
283
+ 85 Nun _ _ _ _ _ _ _ BeginSeg=Yes
284
+ 86 sollen _ _ _ _ _ _ _ _
285
+ 87 sie _ _ _ _ _ _ _ _
286
+ 88 zeigen _ _ _ _ _ _ _ _
287
+ 89 , _ _ _ _ _ _ _ _
288
+ 90 wie _ _ _ _ _ _ _ _
289
+ 91 sie _ _ _ _ _ _ _ _
290
+ 92 die _ _ _ _ _ _ _ _
291
+ 93 Chance _ _ _ _ _ _ _ _
292
+ 94 verwerten _ _ _ _ _ _ _ _
293
+ 95 . _ _ _ _ _ _ _ _
294
+ 96 Eine _ _ _ _ _ _ _ BeginSeg=Yes
295
+ 97 Diskussion _ _ _ _ _ _ _ _
296
+ 98 , _ _ _ _ _ _ _ _
297
+ 99 wo _ _ _ _ _ _ _ _
298
+ 100 künftig _ _ _ _ _ _ _ _
299
+ 101 die _ _ _ _ _ _ _ _
300
+ 102 Trainerkabine _ _ _ _ _ _ _ _
301
+ 103 stehen _ _ _ _ _ _ _ _
302
+ 104 soll _ _ _ _ _ _ _ _
303
+ 105 , _ _ _ _ _ _ _ _
304
+ 106 wäre _ _ _ _ _ _ _ _
305
+ 107 in _ _ _ _ _ _ _ _
306
+ 108 der _ _ _ _ _ _ _ _
307
+ 109 jetzigen _ _ _ _ _ _ _ _
308
+ 110 Spielsituation _ _ _ _ _ _ _ _
309
+ 111 verheerend _ _ _ _ _ _ _ _
310
+ 112 . _ _ _ _ _ _ _ _
311
+ 113 Und _ _ _ _ _ _ _ BeginSeg=Yes
312
+ 114 eine _ _ _ _ _ _ _ _
313
+ 115 Parallele _ _ _ _ _ _ _ _
314
+ 116 zu _ _ _ _ _ _ _ _
315
+ 117 den _ _ _ _ _ _ _ _
316
+ 118 deutschen _ _ _ _ _ _ _ _
317
+ 119 Grotten-Kickern _ _ _ _ _ _ _ _
318
+ 120 gibt _ _ _ _ _ _ _ _
319
+ 121 es _ _ _ _ _ _ _ _
320
+ 122 immer _ _ _ _ _ _ _ _
321
+ 123 noch _ _ _ _ _ _ _ _
322
+ 124 . _ _ _ _ _ _ _ _
323
+ 125 Auch _ _ _ _ _ _ _ BeginSeg=Yes
324
+ 126 wenn _ _ _ _ _ _ _ _
325
+ 127 die _ _ _ _ _ _ _ _
326
+ 128 Spieler _ _ _ _ _ _ _ _
327
+ 129 aus _ _ _ _ _ _ _ _
328
+ 130 den _ _ _ _ _ _ _ _
329
+ 131 verschiedenen _ _ _ _ _ _ _ _
330
+ 132 Vereinen _ _ _ _ _ _ _ _
331
+ 133 zusammengewürfelt _ _ _ _ _ _ _ _
332
+ 134 sind _ _ _ _ _ _ _ _
333
+ 135 , _ _ _ _ _ _ _ _
334
+ 136 sie _ _ _ _ _ _ _ BeginSeg=Yes
335
+ 137 müssen _ _ _ _ _ _ _ _
336
+ 138 sich _ _ _ _ _ _ _ _
337
+ 139 daran _ _ _ _ _ _ _ _
338
+ 140 gewöhnen _ _ _ _ _ _ _ _
339
+ 141 , _ _ _ _ _ _ _ _
340
+ 142 dass _ _ _ _ _ _ _ _
341
+ 143 sie _ _ _ _ _ _ _ _
342
+ 144 nun _ _ _ _ _ _ _ _
343
+ 145 in _ _ _ _ _ _ _ _
344
+ 146 einer _ _ _ _ _ _ _ _
345
+ 147 Mannschaft _ _ _ _ _ _ _ _
346
+ 148 " _ _ _ _ _ _ _ _
347
+ 149 Döberitzer _ _ _ _ _ _ _ _
348
+ 150 Heide _ _ _ _ _ _ _ _
349
+ 151 " _ _ _ _ _ _ _ _
350
+ 152 spielen _ _ _ _ _ _ _ _
351
+ 153 . _ _ _ _ _ _ _ _
352
+ 154 Und _ _ _ _ _ _ _ BeginSeg=Yes
353
+ 155 das _ _ _ _ _ _ _ _
354
+ 156 heißt _ _ _ _ _ _ _ _
355
+ 157 gemeinsam _ _ _ _ _ _ _ _
356
+ 158 und _ _ _ _ _ _ _ _
357
+ 159 nicht _ _ _ _ _ _ _ _
358
+ 160 gegeneinander _ _ _ _ _ _ _ _
359
+ 161 . _ _ _ _ _ _ _ _
360
+ 162 Ermahnungen _ _ _ _ _ _ _ BeginSeg=Yes
361
+ 163 von _ _ _ _ _ _ _ _
362
+ 164 der _ _ _ _ _ _ _ _
363
+ 165 Seitenlinie _ _ _ _ _ _ _ _
364
+ 166 , _ _ _ _ _ _ _ _
365
+ 167 miteinander _ _ _ _ _ _ _ _
366
+ 168 fair _ _ _ _ _ _ _ _
367
+ 169 umzugehen _ _ _ _ _ _ _ _
368
+ 170 und _ _ _ _ _ _ _ _
369
+ 171 sich _ _ _ _ _ _ _ _
370
+ 172 nicht _ _ _ _ _ _ _ _
371
+ 173 beim _ _ _ _ _ _ _ _
372
+ 174 kleinsten _ _ _ _ _ _ _ _
373
+ 175 Schubser _ _ _ _ _ _ _ _
374
+ 176 gegenseitig _ _ _ _ _ _ _ _
375
+ 177 zu _ _ _ _ _ _ _ _
376
+ 178 zerfleischen _ _ _ _ _ _ _ _
377
+ 179 , _ _ _ _ _ _ _ _
378
+ 180 sind _ _ _ _ _ _ _ _
379
+ 181 normalerweise _ _ _ _ _ _ _ _
380
+ 182 überflüssig _ _ _ _ _ _ _ _
381
+ 183 . _ _ _ _ _ _ _ _
382
+ 184 Vorerst _ _ _ _ _ _ _ BeginSeg=Yes
383
+ 185 allerdings _ _ _ _ _ _ _ _
384
+ 186 hilfreich _ _ _ _ _ _ _ _
385
+ 187 . _ _ _ _ _ _ _ _
386
+
387
+ # newdoc id = maz-5010
388
+ 1 Augenschein _ _ _ _ _ _ _ BeginSeg=Yes
389
+ 2 Die _ _ _ _ _ _ _ BeginSeg=Yes
390
+ 3 US-Regierung _ _ _ _ _ _ _ _
391
+ 4 macht _ _ _ _ _ _ _ _
392
+ 5 dieser _ _ _ _ _ _ _ _
393
+ 6 Tage _ _ _ _ _ _ _ _
394
+ 7 Druck _ _ _ _ _ _ _ _
395
+ 8 auf _ _ _ _ _ _ _ _
396
+ 9 Fernsehstationen _ _ _ _ _ _ _ _
397
+ 10 , _ _ _ _ _ _ _ _
398
+ 11 Video-Ansprachen _ _ _ _ _ _ _ _
399
+ 12 Osama _ _ _ _ _ _ _ _
400
+ 13 bin _ _ _ _ _ _ _ _
401
+ 14 Ladens _ _ _ _ _ _ _ _
402
+ 15 gar _ _ _ _ _ _ _ _
403
+ 16 nicht _ _ _ _ _ _ _ _
404
+ 17 mehr _ _ _ _ _ _ _ _
405
+ 18 oder _ _ _ _ _ _ _ _
406
+ 19 nur _ _ _ _ _ _ _ _
407
+ 20 stark _ _ _ _ _ _ _ _
408
+ 21 gekürzt _ _ _ _ _ _ _ _
409
+ 22 zu _ _ _ _ _ _ _ _
410
+ 23 senden _ _ _ _ _ _ _ _
411
+ 24 . _ _ _ _ _ _ _ _
412
+ 25 Das _ _ _ _ _ _ _ BeginSeg=Yes
413
+ 26 ist _ _ _ _ _ _ _ _
414
+ 27 natürlich _ _ _ _ _ _ _ _
415
+ 28 ein _ _ _ _ _ _ _ _
416
+ 29 Eingriff _ _ _ _ _ _ _ _
417
+ 30 in _ _ _ _ _ _ _ _
418
+ 31 die _ _ _ _ _ _ _ _
419
+ 32 Pressefreiheit _ _ _ _ _ _ _ _
420
+ 33 und _ _ _ _ _ _ _ BeginSeg=Yes
421
+ 34 doch _ _ _ _ _ _ _ _
422
+ 35 ist _ _ _ _ _ _ _ _
423
+ 36 nicht _ _ _ _ _ _ _ _
424
+ 37 auszuschließen _ _ _ _ _ _ _ _
425
+ 38 , _ _ _ _ _ _ _ _
426
+ 39 dass _ _ _ _ _ _ _ _
427
+ 40 versteckte _ _ _ _ _ _ _ _
428
+ 41 Botschaften _ _ _ _ _ _ _ _
429
+ 42 zum _ _ _ _ _ _ _ _
430
+ 43 " _ _ _ _ _ _ _ _
431
+ 44 Aufwecken _ _ _ _ _ _ _ _
432
+ 45 " _ _ _ _ _ _ _ _
433
+ 46 so _ _ _ _ _ _ _ _
434
+ 47 genannter _ _ _ _ _ _ _ _
435
+ 48 " _ _ _ _ _ _ _ _
436
+ 49 Schläfer _ _ _ _ _ _ _ _
437
+ 50 " _ _ _ _ _ _ _ _
438
+ 51 darin _ _ _ _ _ _ _ _
439
+ 52 verborgen _ _ _ _ _ _ _ _
440
+ 53 sind _ _ _ _ _ _ _ _
441
+ 54 . _ _ _ _ _ _ _ _
442
+ 55 Eine _ _ _ _ _ _ _ BeginSeg=Yes
443
+ 56 westliche _ _ _ _ _ _ _ _
444
+ 57 Journalistengruppe _ _ _ _ _ _ _ _
445
+ 58 besucht _ _ _ _ _ _ _ _
446
+ 59 auf _ _ _ _ _ _ _ _
447
+ 60 Einladung _ _ _ _ _ _ _ _
448
+ 61 der _ _ _ _ _ _ _ _
449
+ 62 Taliban _ _ _ _ _ _ _ _
450
+ 63 ein _ _ _ _ _ _ _ _
451
+ 64 zerstörtes _ _ _ _ _ _ _ _
452
+ 65 Dorf _ _ _ _ _ _ _ _
453
+ 66 in _ _ _ _ _ _ _ _
454
+ 67 Afghanistan _ _ _ _ _ _ _ _
455
+ 68 . _ _ _ _ _ _ _ _
456
+ 69 Ein _ _ _ _ _ _ _ BeginSeg=Yes
457
+ 70 authentischer _ _ _ _ _ _ _ _
458
+ 71 Ortstermin _ _ _ _ _ _ _ _
459
+ 72 und _ _ _ _ _ _ _ BeginSeg=Yes
460
+ 73 doch _ _ _ _ _ _ _ _
461
+ 74 wissen _ _ _ _ _ _ _ _
462
+ 75 die _ _ _ _ _ _ _ _
463
+ 76 Berichterstatter _ _ _ _ _ _ _ _
464
+ 77 nicht _ _ _ _ _ _ _ _
465
+ 78 wirklich _ _ _ _ _ _ _ _
466
+ 79 , _ _ _ _ _ _ _ _
467
+ 80 was _ _ _ _ _ _ _ _
468
+ 81 sie _ _ _ _ _ _ _ _
469
+ 82 da _ _ _ _ _ _ _ _
470
+ 83 mit _ _ _ _ _ _ _ _
471
+ 84 eigenen _ _ _ _ _ _ _ _
472
+ 85 Augen _ _ _ _ _ _ _ _
473
+ 86 sehen _ _ _ _ _ _ _ _
474
+ 87 : _ _ _ _ _ _ _ _
475
+ 88 Was _ _ _ _ _ _ _ BeginSeg=Yes
476
+ 89 war _ _ _ _ _ _ _ _
477
+ 90 bereits _ _ _ _ _ _ _ _
478
+ 91 zerstört _ _ _ _ _ _ _ _
479
+ 92 ? _ _ _ _ _ _ _ _
480
+ 93 Wer _ _ _ _ _ _ _ BeginSeg=Yes
481
+ 94 hat _ _ _ _ _ _ _ _
482
+ 95 es _ _ _ _ _ _ _ _
483
+ 96 zerstört _ _ _ _ _ _ _ _
484
+ 97 ? _ _ _ _ _ _ _ _
485
+ 98 Und _ _ _ _ _ _ _ BeginSeg=Yes
486
+ 99 zu _ _ _ _ _ _ _ _
487
+ 100 wessen _ _ _ _ _ _ _ _
488
+ 101 Werkzeug _ _ _ _ _ _ _ _
489
+ 102 werden _ _ _ _ _ _ _ _
490
+ 103 ihre _ _ _ _ _ _ _ _
491
+ 104 Reportagen _ _ _ _ _ _ _ _
492
+ 105 am _ _ _ _ _ _ _ _
493
+ 106 Ende _ _ _ _ _ _ _ _
494
+ 107 ? _ _ _ _ _ _ _ _
495
+ 108 Allzu _ _ _ _ _ _ _ BeginSeg=Yes
496
+ 109 präzise _ _ _ _ _ _ _ _
497
+ 110 Treffer-Bilder _ _ _ _ _ _ _ _
498
+ 111 aus _ _ _ _ _ _ _ _
499
+ 112 Washington _ _ _ _ _ _ _ _
500
+ 113 machen _ _ _ _ _ _ _ _
501
+ 114 ebenso _ _ _ _ _ _ _ _
502
+ 115 stutzig _ _ _ _ _ _ _ _
503
+ 116 wie _ _ _ _ _ _ _ _
504
+ 117 verblüffend _ _ _ _ _ _ _ _
505
+ 118 rasche _ _ _ _ _ _ _ _
506
+ 119 Meldungen _ _ _ _ _ _ _ _
507
+ 120 aus _ _ _ _ _ _ _ _
508
+ 121 dem _ _ _ _ _ _ _ _
509
+ 122 afghanischen _ _ _ _ _ _ _ _
510
+ 123 Chaos _ _ _ _ _ _ _ _
511
+ 124 über _ _ _ _ _ _ _ _
512
+ 125 hohe _ _ _ _ _ _ _ _
513
+ 126 Opferzahlen _ _ _ _ _ _ _ _
514
+ 127 unter _ _ _ _ _ _ _ _
515
+ 128 der _ _ _ _ _ _ _ _
516
+ 129 Zivilbevölkerung _ _ _ _ _ _ _ _
517
+ 130 . _ _ _ _ _ _ _ _
518
+ 131 Bei _ _ _ _ _ _ _ BeginSeg=Yes
519
+ 132 Nachrichten _ _ _ _ _ _ _ _
520
+ 133 aus _ _ _ _ _ _ _ _
521
+ 134 nur _ _ _ _ _ _ _ _
522
+ 135 einer _ _ _ _ _ _ _ _
523
+ 136 Quelle _ _ _ _ _ _ _ _
524
+ 137 verhält _ _ _ _ _ _ _ _
525
+ 138 es _ _ _ _ _ _ _ _
526
+ 139 sich _ _ _ _ _ _ _ _
527
+ 140 dieser _ _ _ _ _ _ _ _
528
+ 141 Tage _ _ _ _ _ _ _ _
529
+ 142 wie _ _ _ _ _ _ _ _
530
+ 143 mit _ _ _ _ _ _ _ _
531
+ 144 den _ _ _ _ _ _ _ _
532
+ 145 Lotto-Zahlen _ _ _ _ _ _ _ _
533
+ 146 : _ _ _ _ _ _ _ _
534
+ 147 Es _ _ _ _ _ _ _ BeginSeg=Yes
535
+ 148 gibt _ _ _ _ _ _ _ _
536
+ 149 keine _ _ _ _ _ _ _ _
537
+ 150 Gewähr _ _ _ _ _ _ _ _
538
+ 151 . _ _ _ _ _ _ _ _
539
+
540
+ # newdoc id = maz-4031
541
+ 1 Zahlenspiele _ _ _ _ _ _ _ BeginSeg=Yes
542
+ 2 Unterm _ _ _ _ _ _ _ BeginSeg=Yes
543
+ 3 Strich _ _ _ _ _ _ _ _
544
+ 4 400_000 _ _ _ _ _ _ _ _
545
+ 5 ! _ _ _ _ _ _ _ _
546
+ 6 Die _ _ _ _ _ _ _ BeginSeg=Yes
547
+ 7 Besucherquote _ _ _ _ _ _ _ _
548
+ 8 lässt _ _ _ _ _ _ _ _
549
+ 9 die _ _ _ _ _ _ _ _
550
+ 10 Ausrichter _ _ _ _ _ _ _ _
551
+ 11 des _ _ _ _ _ _ _ _
552
+ 12 Preußenjahres _ _ _ _ _ _ _ _
553
+ 13 schon _ _ _ _ _ _ _ _
554
+ 14 zweieinhalb _ _ _ _ _ _ _ _
555
+ 15 Monate _ _ _ _ _ _ _ _
556
+ 16 vor _ _ _ _ _ _ _ _
557
+ 17 seinem _ _ _ _ _ _ _ _
558
+ 18 Ende _ _ _ _ _ _ _ _
559
+ 19 frohlocken _ _ _ _ _ _ _ _
560
+ 20 . _ _ _ _ _ _ _ _
561
+ 21 Das _ _ _ _ _ _ _ BeginSeg=Yes
562
+ 22 Hohenzollernland _ _ _ _ _ _ _ _
563
+ 23 ist _ _ _ _ _ _ _ _
564
+ 24 immer _ _ _ _ _ _ _ _
565
+ 25 noch _ _ _ _ _ _ _ _
566
+ 26 in _ _ _ _ _ _ _ _
567
+ 27 , _ _ _ _ _ _ _ _
568
+ 28 schließen _ _ _ _ _ _ _ _
569
+ 29 Brandenburgs _ _ _ _ _ _ _ _
570
+ 30 Kulturministerin _ _ _ _ _ _ _ _
571
+ 31 Wanka _ _ _ _ _ _ _ _
572
+ 32 und _ _ _ _ _ _ _ _
573
+ 33 ihre _ _ _ _ _ _ _ _
574
+ 34 Berliner _ _ _ _ _ _ _ _
575
+ 35 Kollegin _ _ _ _ _ _ _ _
576
+ 36 Goehler _ _ _ _ _ _ _ _
577
+ 37 aus _ _ _ _ _ _ _ _
578
+ 38 dieser _ _ _ _ _ _ _ _
579
+ 39 Erhebung _ _ _ _ _ _ _ _
580
+ 40 . _ _ _ _ _ _ _ _
581
+ 41 Kritikern _ _ _ _ _ _ _ BeginSeg=Yes
582
+ 42 , _ _ _ _ _ _ _ _
583
+ 43 die _ _ _ _ _ _ _ _
584
+ 44 der _ _ _ _ _ _ _ _
585
+ 45 borussischen _ _ _ _ _ _ _ _
586
+ 46 Kampagne _ _ _ _ _ _ _ _
587
+ 47 Thesenlosigkeit _ _ _ _ _ _ _ _
588
+ 48 und _ _ _ _ _ _ _ _
589
+ 49 Beliebigkeit _ _ _ _ _ _ _ _
590
+ 50 vorwarfen _ _ _ _ _ _ _ _
591
+ 51 , _ _ _ _ _ _ _ _
592
+ 52 können _ _ _ _ _ _ _ _
593
+ 53 sie _ _ _ _ _ _ _ _
594
+ 54 endlich _ _ _ _ _ _ _ _
595
+ 55 mit _ _ _ _ _ _ _ _
596
+ 56 Zahlen _ _ _ _ _ _ _ _
597
+ 57 kommen _ _ _ _ _ _ _ _
598
+ 58 . _ _ _ _ _ _ _ _
599
+ 59 Mögen _ _ _ _ _ _ _ BeginSeg=Yes
600
+ 60 die _ _ _ _ _ _ _ _
601
+ 61 mitunter _ _ _ _ _ _ _ _
602
+ 62 auch _ _ _ _ _ _ _ _
603
+ 63 interessant _ _ _ _ _ _ _ _
604
+ 64 nach _ _ _ _ _ _ _ _
605
+ 65 oben _ _ _ _ _ _ _ _
606
+ 66 korrigiert _ _ _ _ _ _ _ _
607
+ 67 sein _ _ _ _ _ _ _ _
608
+ 68 : _ _ _ _ _ _ _ _
609
+ 69 So _ _ _ _ _ _ _ BeginSeg=Yes
610
+ 70 endete _ _ _ _ _ _ _ _
611
+ 71 die _ _ _ _ _ _ _ _
612
+ 72 große _ _ _ _ _ _ _ _
613
+ 73 Berliner _ _ _ _ _ _ _ _
614
+ 74 Eröffnungsschau _ _ _ _ _ _ _ _
615
+ 75 " _ _ _ _ _ _ _ _
616
+ 76 Preußen _ _ _ _ _ _ _ _
617
+ 77 1701 _ _ _ _ _ _ _ _
618
+ 78 " _ _ _ _ _ _ _ _
619
+ 79 laut _ _ _ _ _ _ _ _
620
+ 80 Veranstalter _ _ _ _ _ _ _ _
621
+ 81 , _ _ _ _ _ _ _ _
622
+ 82 immerhin _ _ _ _ _ _ _ _
623
+ 83 das _ _ _ _ _ _ _ _
624
+ 84 ehrenwerte _ _ _ _ _ _ _ _
625
+ 85 Deutsche _ _ _ _ _ _ _ _
626
+ 86 Historische _ _ _ _ _ _ _ _
627
+ 87 Museum _ _ _ _ _ _ _ _
628
+ 88 , _ _ _ _ _ _ _ _
629
+ 89 mit _ _ _ _ _ _ _ _
630
+ 90 72_000 _ _ _ _ _ _ _ _
631
+ 91 Besuchern _ _ _ _ _ _ _ _
632
+ 92 . _ _ _ _ _ _ _ _
633
+ 93 Nach _ _ _ _ _ _ _ BeginSeg=Yes
634
+ 94 der _ _ _ _ _ _ _ _
635
+ 95 jetzt _ _ _ _ _ _ _ _
636
+ 96 offiziellen _ _ _ _ _ _ _ _
637
+ 97 Statistik _ _ _ _ _ _ _ _
638
+ 98 sollen _ _ _ _ _ _ _ _
639
+ 99 's _ _ _ _ _ _ _ _
640
+ 100 80_000 _ _ _ _ _ _ _ _
641
+ 101 gewesen _ _ _ _ _ _ _ _
642
+ 102 sein _ _ _ _ _ _ _ _
643
+ 103 . _ _ _ _ _ _ _ _
644
+ 104 Wohl _ _ _ _ _ _ _ BeginSeg=Yes
645
+ 105 eine _ _ _ _ _ _ _ _
646
+ 106 Petitesse _ _ _ _ _ _ _ _
647
+ 107 . _ _ _ _ _ _ _ _
648
+ 108 Eher _ _ _ _ _ _ _ BeginSeg=Yes
649
+ 109 unter _ _ _ _ _ _ _ _
650
+ 110 inhaltlichen _ _ _ _ _ _ _ _
651
+ 111 Gesichtspunkten _ _ _ _ _ _ _ _
652
+ 112 ist _ _ _ _ _ _ _ _
653
+ 113 ferner _ _ _ _ _ _ _ _
654
+ 114 bemerkenswert _ _ _ _ _ _ _ _
655
+ 115 , _ _ _ _ _ _ _ _
656
+ 116 dass _ _ _ _ _ _ _ _
657
+ 117 gerade _ _ _ _ _ _ _ _
658
+ 118 jene _ _ _ _ _ _ _ _
659
+ 119 Ausstellungen _ _ _ _ _ _ _ _
660
+ 120 am _ _ _ _ _ _ _ _
661
+ 121 besten _ _ _ _ _ _ _ _
662
+ 122 abschnitten _ _ _ _ _ _ _ _
663
+ 123 , _ _ _ _ _ _ _ _
664
+ 124 die _ _ _ _ _ _ _ _
665
+ 125 - _ _ _ _ _ _ _ _
666
+ 126 auch _ _ _ _ _ _ _ _
667
+ 127 wenn _ _ _ _ _ _ _ _
668
+ 128 Preußen _ _ _ _ _ _ _ _
669
+ 129 im _ _ _ _ _ _ _ _
670
+ 130 Titel _ _ _ _ _ _ _ _
671
+ 131 vorkam _ _ _ _ _ _ _ _
672
+ 132 - _ _ _ _ _ _ _ _
673
+ 133 so _ _ _ _ _ _ _ _
674
+ 134 gut _ _ _ _ _ _ _ _
675
+ 135 wie _ _ _ _ _ _ _ _
676
+ 136 nichts _ _ _ _ _ _ _ _
677
+ 137 mit _ _ _ _ _ _ _ _
678
+ 138 Preußen _ _ _ _ _ _ _ _
679
+ 139 zu _ _ _ _ _ _ _ _
680
+ 140 tun _ _ _ _ _ _ _ _
681
+ 141 hatten _ _ _ _ _ _ _ _
682
+ 142 . _ _ _ _ _ _ _ _
683
+ 143 Die _ _ _ _ _ _ _ BeginSeg=Yes
684
+ 144 Malerei _ _ _ _ _ _ _ _
685
+ 145 Kirchners _ _ _ _ _ _ _ _
686
+ 146 und _ _ _ _ _ _ _ _
687
+ 147 Caravaggios _ _ _ _ _ _ _ _
688
+ 148 wollten _ _ _ _ _ _ _ _
689
+ 149 110_000 _ _ _ _ _ _ _ _
690
+ 150 respektive _ _ _ _ _ _ _ _
691
+ 151 74_000 _ _ _ _ _ _ _ _
692
+ 152 sehen _ _ _ _ _ _ _ _
693
+ 153 . _ _ _ _ _ _ _ _
694
+ 154 Nun _ _ _ _ _ _ _ BeginSeg=Yes
695
+ 155 gut _ _ _ _ _ _ _ _
696
+ 156 . _ _ _ _ _ _ _ _
697
+ 157 Wenn _ _ _ _ _ _ _ BeginSeg=Yes
698
+ 158 Zahlenspiele _ _ _ _ _ _ _ _
699
+ 159 dem _ _ _ _ _ _ _ _
700
+ 160 Ruhme _ _ _ _ _ _ _ _
701
+ 161 Preußens _ _ _ _ _ _ _ _
702
+ 162 dienen _ _ _ _ _ _ _ _
703
+ 163 ... _ _ _ _ _ _ _ _
704
+
705
+ # newdoc id = maz-3547
706
+ 1 Zweck _ _ _ _ _ _ _ BeginSeg=Yes
707
+ 2 heiligt _ _ _ _ _ _ _ _
708
+ 3 Mittel _ _ _ _ _ _ _ _
709
+ 4 nicht _ _ _ _ _ _ _ _
710
+ 5 Die _ _ _ _ _ _ _ BeginSeg=Yes
711
+ 6 Verwaltungsspitze _ _ _ _ _ _ _ _
712
+ 7 des _ _ _ _ _ _ _ _
713
+ 8 Kreises _ _ _ _ _ _ _ _
714
+ 9 Potsdam-Mittelmark _ _ _ _ _ _ _ _
715
+ 10 gerät _ _ _ _ _ _ _ _
716
+ 11 einmal _ _ _ _ _ _ _ _
717
+ 12 mehr _ _ _ _ _ _ _ _
718
+ 13 unter _ _ _ _ _ _ _ _
719
+ 14 Druck _ _ _ _ _ _ _ _
720
+ 15 . _ _ _ _ _ _ _ _
721
+ 16 Nicht _ _ _ _ _ _ _ BeginSeg=Yes
722
+ 17 zum _ _ _ _ _ _ _ _
723
+ 18 ersten _ _ _ _ _ _ _ _
724
+ 19 Mal _ _ _ _ _ _ _ _
725
+ 20 steht _ _ _ _ _ _ _ _
726
+ 21 die _ _ _ _ _ _ _ _
727
+ 22 wirtschaftliche _ _ _ _ _ _ _ _
728
+ 23 Betätigung _ _ _ _ _ _ _ _
729
+ 24 der _ _ _ _ _ _ _ _
730
+ 25 Tochtergesellschaften _ _ _ _ _ _ _ _
731
+ 26 mit _ _ _ _ _ _ _ _
732
+ 27 ihren _ _ _ _ _ _ _ _
733
+ 28 vielfältigen _ _ _ _ _ _ _ _
734
+ 29 und _ _ _ _ _ _ _ _
735
+ 30 offenkundig _ _ _ _ _ _ _ _
736
+ 31 schwer _ _ _ _ _ _ _ _
737
+ 32 überschaubaren _ _ _ _ _ _ _ _
738
+ 33 Verflechtungen _ _ _ _ _ _ _ _
739
+ 34 in _ _ _ _ _ _ _ _
740
+ 35 der _ _ _ _ _ _ _ _
741
+ 36 Kritik _ _ _ _ _ _ _ _
742
+ 37 . _ _ _ _ _ _ _ _
743
+ 38 Die _ _ _ _ _ _ _ BeginSeg=Yes
744
+ 39 diesmal _ _ _ _ _ _ _ _
745
+ 40 schwerwiegenden _ _ _ _ _ _ _ _
746
+ 41 Vorwürfe _ _ _ _ _ _ _ _
747
+ 42 müssen _ _ _ _ _ _ _ _
748
+ 43 nun _ _ _ _ _ _ _ _
749
+ 44 von _ _ _ _ _ _ _ _
750
+ 45 der _ _ _ _ _ _ _ _
751
+ 46 Staatsanwaltschaft _ _ _ _ _ _ _ _
752
+ 47 unter _ _ _ _ _ _ _ _
753
+ 48 die _ _ _ _ _ _ _ _
754
+ 49 Lupe _ _ _ _ _ _ _ _
755
+ 50 genommen _ _ _ _ _ _ _ _
756
+ 51 werden _ _ _ _ _ _ _ _
757
+ 52 - _ _ _ _ _ _ _ _
758
+ 53 nicht _ _ _ _ _ _ _ BeginSeg=Yes
759
+ 54 gerade _ _ _ _ _ _ _ _
760
+ 55 eine _ _ _ _ _ _ _ _
761
+ 56 Empfehlung _ _ _ _ _ _ _ _
762
+ 57 für _ _ _ _ _ _ _ _
763
+ 58 die _ _ _ _ _ _ _ _
764
+ 59 am _ _ _ _ _ _ _ _
765
+ 60 Donnerstag _ _ _ _ _ _ _ _
766
+ 61 geplante _ _ _ _ _ _ _ _
767
+ 62 Wiederwahl _ _ _ _ _ _ _ _
768
+ 63 von _ _ _ _ _ _ _ _
769
+ 64 Landrat _ _ _ _ _ _ _ _
770
+ 65 Lothar _ _ _ _ _ _ _ _
771
+ 66 Koch _ _ _ _ _ _ _ _
772
+ 67 ( _ _ _ _ _ _ _ _
773
+ 68 SPD _ _ _ _ _ _ _ _
774
+ 69 ) _ _ _ _ _ _ _ _
775
+ 70 . _ _ _ _ _ _ _ _
776
+ 71 Warnungen _ _ _ _ _ _ _ BeginSeg=Yes
777
+ 72 vor _ _ _ _ _ _ _ _
778
+ 73 einer _ _ _ _ _ _ _ _
779
+ 74 ausufernden _ _ _ _ _ _ _ _
780
+ 75 Geschäftstätigkeit _ _ _ _ _ _ _ _
781
+ 76 des _ _ _ _ _ _ _ _
782
+ 77 Kreises _ _ _ _ _ _ _ _
783
+ 78 Potsdam-Mittelmark _ _ _ _ _ _ _ _
784
+ 79 hat _ _ _ _ _ _ _ _
785
+ 80 es _ _ _ _ _ _ _ _
786
+ 81 oft _ _ _ _ _ _ _ _
787
+ 82 genug _ _ _ _ _ _ _ _
788
+ 83 gegeben _ _ _ _ _ _ _ _
789
+ 84 . _ _ _ _ _ _ _ _
790
+ 85 Sie _ _ _ _ _ _ _ BeginSeg=Yes
791
+ 86 wurden _ _ _ _ _ _ _ _
792
+ 87 ignoriert _ _ _ _ _ _ _ _
793
+ 88 . _ _ _ _ _ _ _ _
794
+ 89 Verkehrsgesellschaften _ _ _ _ _ _ _ BeginSeg=Yes
795
+ 90 , _ _ _ _ _ _ _ _
796
+ 91 Krankenhaus-GmbH _ _ _ _ _ _ _ _
797
+ 92 oder _ _ _ _ _ _ _ _
798
+ 93 Abfallwirtschaftsbetrieb _ _ _ _ _ _ _ _
799
+ 94 stehen _ _ _ _ _ _ _ _
800
+ 95 außerhalb _ _ _ _ _ _ _ _
801
+ 96 der _ _ _ _ _ _ _ _
802
+ 97 Kritik _ _ _ _ _ _ _ _
803
+ 98 , _ _ _ _ _ _ _ _
804
+ 99 diese _ _ _ _ _ _ _ BeginSeg=Yes
805
+ 100 Unternehmen _ _ _ _ _ _ _ _
806
+ 101 erledigen _ _ _ _ _ _ _ _
807
+ 102 Aufgaben _ _ _ _ _ _ _ _
808
+ 103 der _ _ _ _ _ _ _ _
809
+ 104 Daseinsvorsorge _ _ _ _ _ _ _ _
810
+ 105 . _ _ _ _ _ _ _ _
811
+ 106 Dass _ _ _ _ _ _ _ BeginSeg=Yes
812
+ 107 aber _ _ _ _ _ _ _ _
813
+ 108 etwa _ _ _ _ _ _ _ _
814
+ 109 bei _ _ _ _ _ _ _ _
815
+ 110 der _ _ _ _ _ _ _ _
816
+ 111 ABU-Service-GmbH _ _ _ _ _ _ _ _
817
+ 112 oder _ _ _ _ _ _ _ _
818
+ 113 nun _ _ _ _ _ _ _ _
819
+ 114 auch _ _ _ _ _ _ _ _
820
+ 115 bei _ _ _ _ _ _ _ _
821
+ 116 der _ _ _ _ _ _ _ _
822
+ 117 Gesundheitszentrum-GmbH _ _ _ _ _ _ _ _
823
+ 118 der _ _ _ _ _ _ _ _
824
+ 119 zunächst _ _ _ _ _ _ _ _
825
+ 120 gut _ _ _ _ _ _ _ _
826
+ 121 gemeinte _ _ _ _ _ _ _ _
827
+ 122 soziale _ _ _ _ _ _ _ _
828
+ 123 Zweck _ _ _ _ _ _ _ _
829
+ 124 alle _ _ _ _ _ _ _ _
830
+ 125 Mittel _ _ _ _ _ _ _ _
831
+ 126 der _ _ _ _ _ _ _ _
832
+ 127 geschäftlichen _ _ _ _ _ _ _ _
833
+ 128 Betätigung _ _ _ _ _ _ _ _
834
+ 129 heiligen _ _ _ _ _ _ _ _
835
+ 130 soll _ _ _ _ _ _ _ _
836
+ 131 , _ _ _ _ _ _ _ _
837
+ 132 ist _ _ _ _ _ _ _ _
838
+ 133 nicht _ _ _ _ _ _ _ _
839
+ 134 nachvollziehbar _ _ _ _ _ _ _ _
840
+ 135 . _ _ _ _ _ _ _ _
841
+ 136 Erst _ _ _ _ _ _ _ BeginSeg=Yes
842
+ 137 recht _ _ _ _ _ _ _ _
843
+ 138 nicht _ _ _ _ _ _ _ _
844
+ 139 , _ _ _ _ _ _ _ _
845
+ 140 wenn _ _ _ _ _ _ _ BeginSeg=Yes
846
+ 141 sich _ _ _ _ _ _ _ _
847
+ 142 der _ _ _ _ _ _ _ _
848
+ 143 Verdacht _ _ _ _ _ _ _ _
849
+ 144 bestätigt _ _ _ _ _ _ _ _
850
+ 145 , _ _ _ _ _ _ _ _
851
+ 146 dass _ _ _ _ _ _ _ _
852
+ 147 der _ _ _ _ _ _ _ _
853
+ 148 Kreis _ _ _ _ _ _ _ _
854
+ 149 Potsdam-Mittelmark _ _ _ _ _ _ _ _
855
+ 150 so _ _ _ _ _ _ _ _
856
+ 151 verantwortungslos _ _ _ _ _ _ _ _
857
+ 152 wie _ _ _ _ _ _ _ _
858
+ 153 in _ _ _ _ _ _ _ _
859
+ 154 der _ _ _ _ _ _ _ _
860
+ 155 anonymen _ _ _ _ _ _ _ _
861
+ 156 Anzeige _ _ _ _ _ _ _ _
862
+ 157 geschildert _ _ _ _ _ _ _ _
863
+ 158 mit _ _ _ _ _ _ _ _
864
+ 159 Steuergeld _ _ _ _ _ _ _ _
865
+ 160 und _ _ _ _ _ _ _ _
866
+ 161 Gebühreneinnahmen _ _ _ _ _ _ _ _
867
+ 162 umgeht _ _ _ _ _ _ _ _
868
+ 163 . _ _ _ _ _ _ _ _
869
+
870
+ # newdoc id = maz-3377
871
+ 1 Absicht _ _ _ _ _ _ _ BeginSeg=Yes
872
+ 2 Erst _ _ _ _ _ _ _ BeginSeg=Yes
873
+ 3 rührt _ _ _ _ _ _ _ _
874
+ 4 sich _ _ _ _ _ _ _ _
875
+ 5 niemand _ _ _ _ _ _ _ _
876
+ 6 unter _ _ _ _ _ _ _ _
877
+ 7 den _ _ _ _ _ _ _ _
878
+ 8 Dallgower _ _ _ _ _ _ _ _
879
+ 9 Kommunalpolitikern _ _ _ _ _ _ _ _
880
+ 10 , _ _ _ _ _ _ _ _
881
+ 11 nun _ _ _ _ _ _ _ BeginSeg=Yes
882
+ 12 überschlagen _ _ _ _ _ _ _ _
883
+ 13 sich _ _ _ _ _ _ _ _
884
+ 14 alle _ _ _ _ _ _ _ _
885
+ 15 mit _ _ _ _ _ _ _ _
886
+ 16 Anträgen _ _ _ _ _ _ _ _
887
+ 17 zur _ _ _ _ _ _ _ _
888
+ 18 Gemeindereform _ _ _ _ _ _ _ _
889
+ 19 und _ _ _ _ _ _ _ _
890
+ 20 den _ _ _ _ _ _ _ _
891
+ 21 vorausgehenden _ _ _ _ _ _ _ _
892
+ 22 Verhandlungen _ _ _ _ _ _ _ _
893
+ 23 mit _ _ _ _ _ _ _ _
894
+ 24 den _ _ _ _ _ _ _ _
895
+ 25 südlichen _ _ _ _ _ _ _ _
896
+ 26 Nachbarn _ _ _ _ _ _ _ _
897
+ 27 . _ _ _ _ _ _ _ _
898
+ 28 Nicht _ _ _ _ _ _ _ BeginSeg=Yes
899
+ 29 klar _ _ _ _ _ _ _ _
900
+ 30 wird _ _ _ _ _ _ _ _
901
+ 31 zum _ _ _ _ _ _ _ _
902
+ 32 jetzigen _ _ _ _ _ _ _ _
903
+ 33 Zeitpunkt _ _ _ _ _ _ _ _
904
+ 34 , _ _ _ _ _ _ _ _
905
+ 35 welche _ _ _ _ _ _ _ _
906
+ 36 Absichten _ _ _ _ _ _ _ _
907
+ 37 hinter _ _ _ _ _ _ _ _
908
+ 38 dem _ _ _ _ _ _ _ _
909
+ 39 plötzlichen _ _ _ _ _ _ _ _
910
+ 40 Aktionismus _ _ _ _ _ _ _ _
911
+ 41 stehen _ _ _ _ _ _ _ _
912
+ 42 : _ _ _ _ _ _ _ _
913
+ 43 Will _ _ _ _ _ _ _ BeginSeg=Yes
914
+ 44 die _ _ _ _ _ _ _ _
915
+ 45 SPD-Fraktion _ _ _ _ _ _ _ _
916
+ 46 - _ _ _ _ _ _ _ _
917
+ 47 bisher _ _ _ _ _ _ _ _
918
+ 48 völlig _ _ _ _ _ _ _ _
919
+ 49 uneins _ _ _ _ _ _ _ _
920
+ 50 über _ _ _ _ _ _ _ _
921
+ 51 Dallgows _ _ _ _ _ _ _ _
922
+ 52 Zukunft _ _ _ _ _ _ _ _
923
+ 53 - _ _ _ _ _ _ _ _
924
+ 54 wirklich _ _ _ _ _ _ _ _
925
+ 55 faire _ _ _ _ _ _ _ _
926
+ 56 Verhandlungen _ _ _ _ _ _ _ _
927
+ 57 anstreben _ _ _ _ _ _ _ _
928
+ 58 ? _ _ _ _ _ _ _ _
929
+ 59 Warum _ _ _ _ _ _ _ BeginSeg=Yes
930
+ 60 stellt _ _ _ _ _ _ _ _
931
+ 61 sie _ _ _ _ _ _ _ _
932
+ 62 dann _ _ _ _ _ _ _ _
933
+ 63 schier _ _ _ _ _ _ _ _
934
+ 64 unannehmbare _ _ _ _ _ _ _ _
935
+ 65 Bedingungen _ _ _ _ _ _ _ _
936
+ 66 , _ _ _ _ _ _ _ _
937
+ 67 indem _ _ _ _ _ _ _ BeginSeg=Yes
938
+ 68 sie _ _ _ _ _ _ _ _
939
+ 69 den _ _ _ _ _ _ _ _
940
+ 70 Bürgermeister _ _ _ _ _ _ _ _
941
+ 71 mit _ _ _ _ _ _ _ _
942
+ 72 einem _ _ _ _ _ _ _ _
943
+ 73 solch _ _ _ _ _ _ _ _
944
+ 74 eng _ _ _ _ _ _ _ _
945
+ 75 geschnürten _ _ _ _ _ _ _ _
946
+ 76 Verhandlungsmandat _ _ _ _ _ _ _ _
947
+ 77 ausstattet _ _ _ _ _ _ _ _
948
+ 78 , _ _ _ _ _ _ _ _
949
+ 79 dass _ _ _ _ _ _ _ BeginSeg=Yes
950
+ 80 dieser _ _ _ _ _ _ _ _
951
+ 81 nur _ _ _ _ _ _ _ _
952
+ 82 noch _ _ _ _ _ _ _ _
953
+ 83 das _ _ _ _ _ _ _ _
954
+ 84 Wie _ _ _ _ _ _ _ _
955
+ 85 der _ _ _ _ _ _ _ _
956
+ 86 Eingemeindung _ _ _ _ _ _ _ _
957
+ 87 klären _ _ _ _ _ _ _ _
958
+ 88 darf _ _ _ _ _ _ _ _
959
+ 89 . _ _ _ _ _ _ _ _
960
+ 90 Warum _ _ _ _ _ _ _ BeginSeg=Yes
961
+ 91 beharrt _ _ _ _ _ _ _ _
962
+ 92 die _ _ _ _ _ _ _ _
963
+ 93 CDU _ _ _ _ _ _ _ _
964
+ 94 auf _ _ _ _ _ _ _ _
965
+ 95 einer _ _ _ _ _ _ _ _
966
+ 96 neuerlichen _ _ _ _ _ _ _ _
967
+ 97 Einwohnerversammlung _ _ _ _ _ _ _ _
968
+ 98 ? _ _ _ _ _ _ _ _
969
+ 99 Warten _ _ _ _ _ _ _ BeginSeg=Yes
970
+ 100 die _ _ _ _ _ _ _ _
971
+ 101 Christdemokraten _ _ _ _ _ _ _ _
972
+ 102 nur _ _ _ _ _ _ _ _
973
+ 103 darauf _ _ _ _ _ _ _ _
974
+ 104 , _ _ _ _ _ _ _ _
975
+ 105 genügend _ _ _ _ _ _ _ _
976
+ 106 Claqueure _ _ _ _ _ _ _ _
977
+ 107 zusammenzubekommen _ _ _ _ _ _ _ _
978
+ 108 , _ _ _ _ _ _ _ _
979
+ 109 die _ _ _ _ _ _ _ BeginSeg=Yes
980
+ 110 sie _ _ _ _ _ _ _ _
981
+ 111 in _ _ _ _ _ _ _ _
982
+ 112 ihrer _ _ _ _ _ _ _ _
983
+ 113 Ablehnung _ _ _ _ _ _ _ _
984
+ 114 zu _ _ _ _ _ _ _ _
985
+ 115 jeglichen _ _ _ _ _ _ _ _
986
+ 116 Fusionen _ _ _ _ _ _ _ _
987
+ 117 bestätigen _ _ _ _ _ _ _ _
988
+ 118 ? _ _ _ _ _ _ _ _
989
+ 119 Allein _ _ _ _ _ _ _ BeginSeg=Yes
990
+ 120 eine _ _ _ _ _ _ _ _
991
+ 121 Fraktion _ _ _ _ _ _ _ _
992
+ 122 , _ _ _ _ _ _ _ _
993
+ 123 die _ _ _ _ _ _ _ _
994
+ 124 der _ _ _ _ _ _ _ _
995
+ 125 Freien _ _ _ _ _ _ _ _
996
+ 126 Wählergemeinschaft _ _ _ _ _ _ _ _
997
+ 127 , _ _ _ _ _ _ _ _
998
+ 128 ist _ _ _ _ _ _ _ _
999
+ 129 bisher _ _ _ _ _ _ _ _
1000
+ 130 mit _ _ _ _ _ _ _ _
1001
+ 131 einer _ _ _ _ _ _ _ _
1002
+ 132 einheitlichen _ _ _ _ _ _ _ _
1003
+ 133 und _ _ _ _ _ _ _ _
1004
+ 134 nachvollziehbaren _ _ _ _ _ _ _ _
1005
+ 135 Argumentationslinie _ _ _ _ _ _ _ _
1006
+ 136 aufgetreten _ _ _ _ _ _ _ _
1007
+ 137 , _ _ _ _ _ _ _ _
1008
+ 138 bekennt _ _ _ _ _ _ _ BeginSeg=Yes
1009
+ 139 sich _ _ _ _ _ _ _ _
1010
+ 140 zum _ _ _ _ _ _ _ _
1011
+ 141 Dreierbund _ _ _ _ _ _ _ _
1012
+ 142 und _ _ _ _ _ _ _ BeginSeg=Yes
1013
+ 143 lässt _ _ _ _ _ _ _ _
1014
+ 144 Spielraum _ _ _ _ _ _ _ _
1015
+ 145 für _ _ _ _ _ _ _ _
1016
+ 146 die _ _ _ _ _ _ _ _
1017
+ 147 Art _ _ _ _ _ _ _ _
1018
+ 148 des _ _ _ _ _ _ _ _
1019
+ 149 Zustandekommens _ _ _ _ _ _ _ _
1020
+ 150 . _ _ _ _ _ _ _ _
1021
+ 151 Die _ _ _ _ _ _ _ BeginSeg=Yes
1022
+ 152 anderen _ _ _ _ _ _ _ _
1023
+ 153 werden _ _ _ _ _ _ _ _
1024
+ 154 am _ _ _ _ _ _ _ _
1025
+ 155 nächsten _ _ _ _ _ _ _ _
1026
+ 156 Mittwoch _ _ _ _ _ _ _ _
1027
+ 157 beweisen _ _ _ _ _ _ _ _
1028
+ 158 müssen _ _ _ _ _ _ _ _
1029
+ 159 , _ _ _ _ _ _ _ _
1030
+ 160 dass _ _ _ _ _ _ _ _
1031
+ 161 sie _ _ _ _ _ _ _ _
1032
+ 162 es _ _ _ _ _ _ _ _
1033
+ 163 ehrlich _ _ _ _ _ _ _ _
1034
+ 164 meinen _ _ _ _ _ _ _ _
1035
+ 165 . _ _ _ _ _ _ _ _
1036
+
1037
+ # newdoc id = maz-4428
1038
+ 1 Es _ _ _ _ _ _ _ BeginSeg=Yes
1039
+ 2 wird _ _ _ _ _ _ _ _
1040
+ 3 Westernreiter _ _ _ _ _ _ _ BeginSeg=Yes
1041
+ 4 kennen _ _ _ _ _ _ _ _
1042
+ 5 sich _ _ _ _ _ _ _ _
1043
+ 6 aus _ _ _ _ _ _ _ _
1044
+ 7 mit _ _ _ _ _ _ _ _
1045
+ 8 dem _ _ _ _ _ _ _ _
1046
+ 9 Überwinden _ _ _ _ _ _ _ _
1047
+ 10 von _ _ _ _ _ _ _ _
1048
+ 11 Stock _ _ _ _ _ _ _ _
1049
+ 12 und _ _ _ _ _ _ _ _
1050
+ 13 Stein _ _ _ _ _ _ _ _
1051
+ 14 . _ _ _ _ _ _ _ _
1052
+ 15 Also _ _ _ _ _ _ _ BeginSeg=Yes
1053
+ 16 dürften _ _ _ _ _ _ _ _
1054
+ 17 sie _ _ _ _ _ _ _ _
1055
+ 18 kein _ _ _ _ _ _ _ _
1056
+ 19 Problem _ _ _ _ _ _ _ _
1057
+ 20 haben _ _ _ _ _ _ _ _
1058
+ 21 , _ _ _ _ _ _ _ _
1059
+ 22 die _ _ _ _ _ _ _ _
1060
+ 23 zurzeit _ _ _ _ _ _ _ _
1061
+ 24 noch _ _ _ _ _ _ _ _
1062
+ 25 katastrophale _ _ _ _ _ _ _ _
1063
+ 26 Parkfläche _ _ _ _ _ _ _ _
1064
+ 27 an _ _ _ _ _ _ _ _
1065
+ 28 der _ _ _ _ _ _ _ _
1066
+ 29 Graf-von-Lindenau-Halle _ _ _ _ _ _ _ _
1067
+ 30 in _ _ _ _ _ _ _ _
1068
+ 31 Kauf _ _ _ _ _ _ _ _
1069
+ 32 zu _ _ _ _ _ _ _ _
1070
+ 33 nehmen _ _ _ _ _ _ _ _
1071
+ 34 . _ _ _ _ _ _ _ _
1072
+ 35 Sie _ _ _ _ _ _ _ BeginSeg=Yes
1073
+ 36 machen _ _ _ _ _ _ _ _
1074
+ 37 das _ _ _ _ _ _ _ _
1075
+ 38 auch _ _ _ _ _ _ _ _
1076
+ 39 , _ _ _ _ _ _ _ _
1077
+ 40 wenngleich _ _ _ _ _ _ _ BeginSeg=Yes
1078
+ 41 wir _ _ _ _ _ _ _ _
1079
+ 42 uns _ _ _ _ _ _ _ _
1080
+ 43 dessen _ _ _ _ _ _ _ _
1081
+ 44 bewusst _ _ _ _ _ _ _ _
1082
+ 45 sind _ _ _ _ _ _ _ _
1083
+ 46 , _ _ _ _ _ _ _ _
1084
+ 47 dass _ _ _ _ _ _ _ _
1085
+ 48 hier _ _ _ _ _ _ _ _
1086
+ 49 böser _ _ _ _ _ _ _ _
1087
+ 50 Sarkasmus _ _ _ _ _ _ _ _
1088
+ 51 die _ _ _ _ _ _ _ _
1089
+ 52 Zeilen _ _ _ _ _ _ _ _
1090
+ 53 prägt _ _ _ _ _ _ _ _
1091
+ 54 , _ _ _ _ _ _ _ _
1092
+ 55 der _ _ _ _ _ _ _ BeginSeg=Yes
1093
+ 56 aber _ _ _ _ _ _ _ _
1094
+ 57 seine _ _ _ _ _ _ _ _
1095
+ 58 Berechtigung _ _ _ _ _ _ _ _
1096
+ 59 in _ _ _ _ _ _ _ _
1097
+ 60 absehbarer _ _ _ _ _ _ _ _
1098
+ 61 Zeit _ _ _ _ _ _ _ _
1099
+ 62 verloren _ _ _ _ _ _ _ _
1100
+ 63 hat _ _ _ _ _ _ _ _
1101
+ 64 . _ _ _ _ _ _ _ _
1102
+ 65 Am _ _ _ _ _ _ _ BeginSeg=Yes
1103
+ 66 Parkplatz _ _ _ _ _ _ _ _
1104
+ 67 , _ _ _ _ _ _ _ _
1105
+ 68 der _ _ _ _ _ _ _ _
1106
+ 69 von _ _ _ _ _ _ _ _
1107
+ 70 Anfang _ _ _ _ _ _ _ _
1108
+ 71 an _ _ _ _ _ _ _ _
1109
+ 72 ein _ _ _ _ _ _ _ _
1110
+ 73 Ärgernis _ _ _ _ _ _ _ _
1111
+ 74 war _ _ _ _ _ _ _ _
1112
+ 75 , _ _ _ _ _ _ _ _
1113
+ 76 tut _ _ _ _ _ _ _ _
1114
+ 77 sich _ _ _ _ _ _ _ _
1115
+ 78 nämlich _ _ _ _ _ _ _ _
1116
+ 79 etwas _ _ _ _ _ _ _ _
1117
+ 80 . _ _ _ _ _ _ _ _
1118
+ 81 Die _ _ _ _ _ _ _ BeginSeg=Yes
1119
+ 82 Initiative _ _ _ _ _ _ _ _
1120
+ 83 dazu _ _ _ _ _ _ _ _
1121
+ 84 ging _ _ _ _ _ _ _ _
1122
+ 85 von _ _ _ _ _ _ _ _
1123
+ 86 der _ _ _ _ _ _ _ _
1124
+ 87 Neustädter _ _ _ _ _ _ _ _
1125
+ 88 Verwaltung _ _ _ _ _ _ _ _
1126
+ 89 aus _ _ _ _ _ _ _ _
1127
+ 90 . _ _ _ _ _ _ _ _
1128
+ 91 Die _ _ _ _ _ _ _ BeginSeg=Yes
1129
+ 92 hatte _ _ _ _ _ _ _ _
1130
+ 93 auch _ _ _ _ _ _ _ _
1131
+ 94 gar _ _ _ _ _ _ _ _
1132
+ 95 keine _ _ _ _ _ _ _ _
1133
+ 96 andere _ _ _ _ _ _ _ _
1134
+ 97 Wahl _ _ _ _ _ _ _ _
1135
+ 98 , _ _ _ _ _ _ _ _
1136
+ 99 nachdem _ _ _ _ _ _ _ BeginSeg=Yes
1137
+ 100 das _ _ _ _ _ _ _ _
1138
+ 101 juristische _ _ _ _ _ _ _ _
1139
+ 102 Tauziehen _ _ _ _ _ _ _ _
1140
+ 103 mit _ _ _ _ _ _ _ _
1141
+ 104 dem _ _ _ _ _ _ _ _
1142
+ 105 bauausführenden _ _ _ _ _ _ _ _
1143
+ 106 Betrieb _ _ _ _ _ _ _ _
1144
+ 107 verloren _ _ _ _ _ _ _ _
1145
+ 108 worden _ _ _ _ _ _ _ _
1146
+ 109 war _ _ _ _ _ _ _ _
1147
+ 110 . _ _ _ _ _ _ _ _
1148
+ 111 Was _ _ _ _ _ _ _ BeginSeg=Yes
1149
+ 112 blieb _ _ _ _ _ _ _ _
1150
+ 113 , _ _ _ _ _ _ _ _
1151
+ 114 war _ _ _ _ _ _ _ _
1152
+ 115 die _ _ _ _ _ _ _ _
1153
+ 116 total _ _ _ _ _ _ _ _
1154
+ 117 misslungene _ _ _ _ _ _ _ _
1155
+ 118 Abstellfläche _ _ _ _ _ _ _ _
1156
+ 119 , _ _ _ _ _ _ _ _
1157
+ 120 bei _ _ _ _ _ _ _ BeginSeg=Yes
1158
+ 121 der _ _ _ _ _ _ _ _
1159
+ 122 sich _ _ _ _ _ _ _ _
1160
+ 123 zu _ _ _ _ _ _ _ _
1161
+ 124 spät _ _ _ _ _ _ _ _
1162
+ 125 herausstellte _ _ _ _ _ _ _ _
1163
+ 126 , _ _ _ _ _ _ _ _
1164
+ 127 dass _ _ _ _ _ _ _ _
1165
+ 128 die _ _ _ _ _ _ _ _
1166
+ 129 vielen _ _ _ _ _ _ _ _
1167
+ 130 Besucher _ _ _ _ _ _ _ _
1168
+ 131 für _ _ _ _ _ _ _ _
1169
+ 132 die _ _ _ _ _ _ _ _
1170
+ 133 Halle _ _ _ _ _ _ _ _
1171
+ 134 einfach _ _ _ _ _ _ _ _
1172
+ 135 zu _ _ _ _ _ _ _ _
1173
+ 136 viel _ _ _ _ _ _ _ _
1174
+ 137 waren _ _ _ _ _ _ _ _
1175
+ 138 . _ _ _ _ _ _ _ _
1176
+ 139 War _ _ _ _ _ _ _ BeginSeg=Yes
1177
+ 140 schon _ _ _ _ _ _ _ _
1178
+ 141 in _ _ _ _ _ _ _ _
1179
+ 142 der _ _ _ _ _ _ _ _
1180
+ 143 Zeitung _ _ _ _ _ _ _ _
1181
+ 144 zu _ _ _ _ _ _ _ _
1182
+ 145 lesen _ _ _ _ _ _ _ _
1183
+ 146 , _ _ _ _ _ _ _ _
1184
+ 147 dass _ _ _ _ _ _ _ _
1185
+ 148 Geld _ _ _ _ _ _ _ _
1186
+ 149 lockergemacht _ _ _ _ _ _ _ _
1187
+ 150 worden _ _ _ _ _ _ _ _
1188
+ 151 ist _ _ _ _ _ _ _ _
1189
+ 152 , _ _ _ _ _ _ _ _
1190
+ 153 so _ _ _ _ _ _ _ BeginSeg=Yes
1191
+ 154 ist _ _ _ _ _ _ _ _
1192
+ 155 nun _ _ _ _ _ _ _ _
1193
+ 156 von _ _ _ _ _ _ _ _
1194
+ 157 einem _ _ _ _ _ _ _ _
1195
+ 158 ersten _ _ _ _ _ _ _ _
1196
+ 159 Ergebnis _ _ _ _ _ _ _ _
1197
+ 160 zu _ _ _ _ _ _ _ _
1198
+ 161 berichten _ _ _ _ _ _ _ _
1199
+ 162 . _ _ _ _ _ _ _ _
1200
+ 163 Man _ _ _ _ _ _ _ BeginSeg=Yes
1201
+ 164 baut _ _ _ _ _ _ _ _
1202
+ 165 . _ _ _ _ _ _ _ _
1203
+ 166 Das _ _ _ _ _ _ _ BeginSeg=Yes
1204
+ 167 geht _ _ _ _ _ _ _ _
1205
+ 168 nicht _ _ _ _ _ _ _ _
1206
+ 169 von _ _ _ _ _ _ _ _
1207
+ 170 jetzt _ _ _ _ _ _ _ _
1208
+ 171 auf _ _ _ _ _ _ _ _
1209
+ 172 gleich _ _ _ _ _ _ _ _
1210
+ 173 . _ _ _ _ _ _ _ _
1211
+ 174 Dieses _ _ _ _ _ _ _ BeginSeg=Yes
1212
+ 175 Jahr _ _ _ _ _ _ _ _
1213
+ 176 wird _ _ _ _ _ _ _ _
1214
+ 177 vergehen _ _ _ _ _ _ _ _
1215
+ 178 , _ _ _ _ _ _ _ _
1216
+ 179 bis _ _ _ _ _ _ _ BeginSeg=Yes
1217
+ 180 auch _ _ _ _ _ _ _ _
1218
+ 181 bei _ _ _ _ _ _ _ _
1219
+ 182 Regen _ _ _ _ _ _ _ _
1220
+ 183 die _ _ _ _ _ _ _ _
1221
+ 184 stiefelfreie _ _ _ _ _ _ _ _
1222
+ 185 Zeit _ _ _ _ _ _ _ _
1223
+ 186 für _ _ _ _ _ _ _ _
1224
+ 187 alle _ _ _ _ _ _ _ _
1225
+ 188 Besucher _ _ _ _ _ _ _ _
1226
+ 189 anbricht _ _ _ _ _ _ _ _
1227
+ 190 . _ _ _ _ _ _ _ _
1228
+ 191 Beim _ _ _ _ _ _ _ BeginSeg=Yes
1229
+ 192 CSI _ _ _ _ _ _ _ _
1230
+ 193 , _ _ _ _ _ _ _ _
1231
+ 194 dem _ _ _ _ _ _ _ _
1232
+ 195 hochdotierten _ _ _ _ _ _ _ _
1233
+ 196 Reitturnier _ _ _ _ _ _ _ _
1234
+ 197 im _ _ _ _ _ _ _ _
1235
+ 198 Januar _ _ _ _ _ _ _ _
1236
+ 199 , _ _ _ _ _ _ _ _
1237
+ 200 sollen _ _ _ _ _ _ _ _
1238
+ 201 die _ _ _ _ _ _ _ _
1239
+ 202 Nägel _ _ _ _ _ _ _ _
1240
+ 203 Köpfe _ _ _ _ _ _ _ _
1241
+ 204 haben _ _ _ _ _ _ _ _
1242
+ 205 . _ _ _ _ _ _ _ _
1243
+ 206 Bis _ _ _ _ _ _ _ BeginSeg=Yes
1244
+ 207 dahin _ _ _ _ _ _ _ _
1245
+ 208 müssen _ _ _ _ _ _ _ _
1246
+ 209 sich _ _ _ _ _ _ _ _
1247
+ 210 alle _ _ _ _ _ _ _ _
1248
+ 211 dreinfügen _ _ _ _ _ _ _ _
1249
+ 212 - _ _ _ _ _ _ _ _
1250
+ 213 wie _ _ _ _ _ _ _ BeginSeg=Yes
1251
+ 214 die _ _ _ _ _ _ _ _
1252
+ 215 Westernreiter _ _ _ _ _ _ _ _
1253
+ 216 und _ _ _ _ _ _ _ _
1254
+ 217 ihre _ _ _ _ _ _ _ _
1255
+ 218 Fans _ _ _ _ _ _ _ _
1256
+ 219 . _ _ _ _ _ _ _ _
1257
+
1258
+ # newdoc id = maz-4636
1259
+ 1 Nicht _ _ _ _ _ _ _ BeginSeg=Yes
1260
+ 2 erst _ _ _ _ _ _ _ _
1261
+ 3 seit _ _ _ _ _ _ _ _
1262
+ 4 gestern _ _ _ _ _ _ _ _
1263
+ 5 Erst _ _ _ _ _ _ _ BeginSeg=Yes
1264
+ 6 einmal _ _ _ _ _ _ _ _
1265
+ 7 tief _ _ _ _ _ _ _ _
1266
+ 8 durchatmen _ _ _ _ _ _ _ _
1267
+ 9 . _ _ _ _ _ _ _ _
1268
+ 10 Im _ _ _ _ _ _ _ BeginSeg=Yes
1269
+ 11 benachbarten _ _ _ _ _ _ _ _
1270
+ 12 Berlin _ _ _ _ _ _ _ _
1271
+ 13 hat _ _ _ _ _ _ _ _
1272
+ 14 es _ _ _ _ _ _ _ _
1273
+ 15 keinen _ _ _ _ _ _ _ _
1274
+ 16 Anschlag _ _ _ _ _ _ _ _
1275
+ 17 mit _ _ _ _ _ _ _ _
1276
+ 18 Milzbrand-Erregern _ _ _ _ _ _ _ _
1277
+ 19 gegeben _ _ _ _ _ _ _ _
1278
+ 20 . _ _ _ _ _ _ _ _
1279
+ 21 In _ _ _ _ _ _ _ BeginSeg=Yes
1280
+ 22 Bayern _ _ _ _ _ _ _ _
1281
+ 23 auch _ _ _ _ _ _ _ _
1282
+ 24 nicht _ _ _ _ _ _ _ _
1283
+ 25 . _ _ _ _ _ _ _ _
1284
+ 26 Aber _ _ _ _ _ _ _ BeginSeg=Yes
1285
+ 27 die _ _ _ _ _ _ _ _
1286
+ 28 Bilder _ _ _ _ _ _ _ _
1287
+ 29 von _ _ _ _ _ _ _ _
1288
+ 30 Männern _ _ _ _ _ _ _ _
1289
+ 31 in _ _ _ _ _ _ _ _
1290
+ 32 Mondanzügen _ _ _ _ _ _ _ _
1291
+ 33 und _ _ _ _ _ _ _ _
1292
+ 34 Atemschutzmasken _ _ _ _ _ _ _ _
1293
+ 35 haben _ _ _ _ _ _ _ _
1294
+ 36 durchaus _ _ _ _ _ _ _ _
1295
+ 37 etwas _ _ _ _ _ _ _ _
1296
+ 38 von _ _ _ _ _ _ _ _
1297
+ 39 Ausnahmezustand _ _ _ _ _ _ _ _
1298
+ 40 , _ _ _ _ _ _ _ _
1299
+ 41 ja _ _ _ _ _ _ _ _
1300
+ 42 Katastrophenalarm _ _ _ _ _ _ _ _
1301
+ 43 . _ _ _ _ _ _ _ _
1302
+ 44 Dennoch _ _ _ _ _ _ _ BeginSeg=Yes
1303
+ 45 ist _ _ _ _ _ _ _ _
1304
+ 46 Panikmache _ _ _ _ _ _ _ _
1305
+ 47 unverantwortlich _ _ _ _ _ _ _ _
1306
+ 48 . _ _ _ _ _ _ _ _
1307
+ 49 Was _ _ _ _ _ _ _ BeginSeg=Yes
1308
+ 50 wir _ _ _ _ _ _ _ _
1309
+ 51 sehen _ _ _ _ _ _ _ _
1310
+ 52 , _ _ _ _ _ _ _ _
1311
+ 53 ist _ _ _ _ _ _ _ _
1312
+ 54 der _ _ _ _ _ _ _ _
1313
+ 55 spektakuläre _ _ _ _ _ _ _ _
1314
+ 56 , _ _ _ _ _ _ _ _
1315
+ 57 aber _ _ _ _ _ _ _ _
1316
+ 58 routinierte _ _ _ _ _ _ _ _
1317
+ 59 Einsatz _ _ _ _ _ _ _ _
1318
+ 60 von _ _ _ _ _ _ _ _
1319
+ 61 Profis _ _ _ _ _ _ _ _
1320
+ 62 . _ _ _ _ _ _ _ _
1321
+ 63 Zu _ _ _ _ _ _ _ BeginSeg=Yes
1322
+ 64 einer _ _ _ _ _ _ _ _
1323
+ 65 Zeit _ _ _ _ _ _ _ _
1324
+ 66 , _ _ _ _ _ _ _ _
1325
+ 67 in _ _ _ _ _ _ _ _
1326
+ 68 der _ _ _ _ _ _ _ _
1327
+ 69 alles _ _ _ _ _ _ _ _
1328
+ 70 Denkbare _ _ _ _ _ _ _ _
1329
+ 71 auch _ _ _ _ _ _ _ _
1330
+ 72 machbar _ _ _ _ _ _ _ _
1331
+ 73 erscheint _ _ _ _ _ _ _ _
1332
+ 74 , _ _ _ _ _ _ _ _
1333
+ 75 ist _ _ _ _ _ _ _ _
1334
+ 76 es _ _ _ _ _ _ _ _
1335
+ 77 beruhigend _ _ _ _ _ _ _ _
1336
+ 78 zu _ _ _ _ _ _ _ _
1337
+ 79 wissen _ _ _ _ _ _ _ _
1338
+ 80 , _ _ _ _ _ _ _ _
1339
+ 81 dass _ _ _ _ _ _ _ _
1340
+ 82 die _ _ _ _ _ _ _ _
1341
+ 83 Rettungskräfte _ _ _ _ _ _ _ _
1342
+ 84 sich _ _ _ _ _ _ _ _
1343
+ 85 nicht _ _ _ _ _ _ _ _
1344
+ 86 erst _ _ _ _ _ _ _ _
1345
+ 87 seit _ _ _ _ _ _ _ _
1346
+ 88 gestern _ _ _ _ _ _ _ _
1347
+ 89 damit _ _ _ _ _ _ _ _
1348
+ 90 befassen _ _ _ _ _ _ _ _
1349
+ 91 , _ _ _ _ _ _ _ _
1350
+ 92 wie _ _ _ _ _ _ _ _
1351
+ 93 sie _ _ _ _ _ _ _ _
1352
+ 94 die _ _ _ _ _ _ _ _
1353
+ 95 Bürger _ _ _ _ _ _ _ _
1354
+ 96 vor _ _ _ _ _ _ _ _
1355
+ 97 Katastrophen _ _ _ _ _ _ _ _
1356
+ 98 schützen _ _ _ _ _ _ _ _
1357
+ 99 können _ _ _ _ _ _ _ _
1358
+ 100 . _ _ _ _ _ _ _ _
1359
+ 101 Ein _ _ _ _ _ _ _ BeginSeg=Yes
1360
+ 102 eingespieltes _ _ _ _ _ _ _ _
1361
+ 103 Team _ _ _ _ _ _ _ _
1362
+ 104 von _ _ _ _ _ _ _ _
1363
+ 105 Spezialisten _ _ _ _ _ _ _ _
1364
+ 106 hält _ _ _ _ _ _ _ _
1365
+ 107 Ausrüstung _ _ _ _ _ _ _ _
1366
+ 108 und _ _ _ _ _ _ _ _
1367
+ 109 Fachleute _ _ _ _ _ _ _ _
1368
+ 110 bereit _ _ _ _ _ _ _ _
1369
+ 111 , _ _ _ _ _ _ _ _
1370
+ 112 um _ _ _ _ _ _ _ BeginSeg=Yes
1371
+ 113 schnell _ _ _ _ _ _ _ _
1372
+ 114 und _ _ _ _ _ _ _ _
1373
+ 115 umfassend _ _ _ _ _ _ _ _
1374
+ 116 handeln _ _ _ _ _ _ _ _
1375
+ 117 zu _ _ _ _ _ _ _ _
1376
+ 118 können _ _ _ _ _ _ _ _
1377
+ 119 . _ _ _ _ _ _ _ _
1378
+ 120 Dass _ _ _ _ _ _ _ BeginSeg=Yes
1379
+ 121 sie _ _ _ _ _ _ _ _
1380
+ 122 unter _ _ _ _ _ _ _ _
1381
+ 123 normalen _ _ _ _ _ _ _ _
1382
+ 124 Umständen _ _ _ _ _ _ _ _
1383
+ 125 kaum _ _ _ _ _ _ _ _
1384
+ 126 in _ _ _ _ _ _ _ _
1385
+ 127 Erscheinung _ _ _ _ _ _ _ _
1386
+ 128 treten _ _ _ _ _ _ _ _
1387
+ 129 , _ _ _ _ _ _ _ _
1388
+ 130 ist _ _ _ _ _ _ _ _
1389
+ 131 ihrem _ _ _ _ _ _ _ _
1390
+ 132 steten _ _ _ _ _ _ _ _
1391
+ 133 Bemühen _ _ _ _ _ _ _ _
1392
+ 134 um _ _ _ _ _ _ _ _
1393
+ 135 Vorbeugung _ _ _ _ _ _ _ _
1394
+ 136 zu _ _ _ _ _ _ _ _
1395
+ 137 danken _ _ _ _ _ _ _ _
1396
+ 138 - _ _ _ _ _ _ _ _
1397
+ 139 zum _ _ _ _ _ _ _ BeginSeg=Yes
1398
+ 140 Beispiel _ _ _ _ _ _ _ _
1399
+ 141 im _ _ _ _ _ _ _ _
1400
+ 142 Brandschutz _ _ _ _ _ _ _ _
1401
+ 143 , _ _ _ _ _ _ _ _
1402
+ 144 wo _ _ _ _ _ _ _ _
1403
+ 145 die _ _ _ _ _ _ _ _
1404
+ 146 Feuerwehr _ _ _ _ _ _ _ _
1405
+ 147 schon _ _ _ _ _ _ _ _
1406
+ 148 in _ _ _ _ _ _ _ _
1407
+ 149 der _ _ _ _ _ _ _ _
1408
+ 150 Planung _ _ _ _ _ _ _ _
1409
+ 151 eines _ _ _ _ _ _ _ _
1410
+ 152 Gebäudes _ _ _ _ _ _ _ _
1411
+ 153 mitwirkt _ _ _ _ _ _ _ _
1412
+ 154 . _ _ _ _ _ _ _ _
1413
+ 155 Trotzdem _ _ _ _ _ _ _ BeginSeg=Yes
1414
+ 156 sollte _ _ _ _ _ _ _ _
1415
+ 157 der _ _ _ _ _ _ _ _
1416
+ 158 Zivilschutz _ _ _ _ _ _ _ _
1417
+ 159 verbessert _ _ _ _ _ _ _ _
1418
+ 160 werden _ _ _ _ _ _ _ _
1419
+ 161 . _ _ _ _ _ _ _ _
1420
+ 162 Manches _ _ _ _ _ _ _ BeginSeg=Yes
1421
+ 163 Vehikel _ _ _ _ _ _ _ _
1422
+ 164 im _ _ _ _ _ _ _ _
1423
+ 165 Gerätehaus _ _ _ _ _ _ _ _
1424
+ 166 gehört _ _ _ _ _ _ _ _
1425
+ 167 längst _ _ _ _ _ _ _ _
1426
+ 168 ins _ _ _ _ _ _ _ _
1427
+ 169 Technikmuseum _ _ _ _ _ _ _ _
1428
+ 170 . _ _ _ _ _ _ _ _
1429
+ 171 Wenn _ _ _ _ _ _ _ BeginSeg=Yes
1430
+ 172 landesweit _ _ _ _ _ _ _ _
1431
+ 173 die _ _ _ _ _ _ _ _
1432
+ 174 Polizei _ _ _ _ _ _ _ _
1433
+ 175 aufgerüstet _ _ _ _ _ _ _ _
1434
+ 176 wird _ _ _ _ _ _ _ _
1435
+ 177 , _ _ _ _ _ _ _ _
1436
+ 178 sollten _ _ _ _ _ _ _ BeginSeg=Yes
1437
+ 179 die _ _ _ _ _ _ _ _
1438
+ 180 Rettungskräfte _ _ _ _ _ _ _ _
1439
+ 181 nicht _ _ _ _ _ _ _ _
1440
+ 182 das _ _ _ _ _ _ _ _
1441
+ 183 Nachsehen _ _ _ _ _ _ _ _
1442
+ 184 haben _ _ _ _ _ _ _ _
1443
+ 185 . _ _ _ _ _ _ _ _
1444
+ 186 Falls _ _ _ _ _ _ _ BeginSeg=Yes
1445
+ 187 es _ _ _ _ _ _ _ _
1446
+ 188 doch _ _ _ _ _ _ _ _
1447
+ 189 einmal _ _ _ _ _ _ _ _
1448
+ 190 kein _ _ _ _ _ _ _ _
1449
+ 191 mieser _ _ _ _ _ _ _ _
1450
+ 192 Scherz _ _ _ _ _ _ _ _
1451
+ 193 war _ _ _ _ _ _ _ _
1452
+ 194 . _ _ _ _ _ _ _ _
1453
+
1454
+ # newdoc id = maz-4181
1455
+ 1 Fingerspitzengefühl _ _ _ _ _ _ _ BeginSeg=Yes
1456
+ 2 Der _ _ _ _ _ _ _ BeginSeg=Yes
1457
+ 3 Euro _ _ _ _ _ _ _ _
1458
+ 4 kommt _ _ _ _ _ _ _ _
1459
+ 5 - _ _ _ _ _ _ _ _
1460
+ 6 schon _ _ _ _ _ _ _ _
1461
+ 7 bald _ _ _ _ _ _ _ _
1462
+ 8 . _ _ _ _ _ _ _ _
1463
+ 9 Manche _ _ _ _ _ _ _ BeginSeg=Yes
1464
+ 10 Geschäftsleute _ _ _ _ _ _ _ _
1465
+ 11 bereiten _ _ _ _ _ _ _ _
1466
+ 12 sich _ _ _ _ _ _ _ _
1467
+ 13 auf _ _ _ _ _ _ _ _
1468
+ 14 die _ _ _ _ _ _ _ _
1469
+ 15 Währungsumstellung _ _ _ _ _ _ _ _
1470
+ 16 vor _ _ _ _ _ _ _ _
1471
+ 17 . _ _ _ _ _ _ _ _
1472
+ 18 Sie _ _ _ _ _ _ _ BeginSeg=Yes
1473
+ 19 besuchen _ _ _ _ _ _ _ _
1474
+ 20 Informationsveranstaltungen _ _ _ _ _ _ _ _
1475
+ 21 , _ _ _ _ _ _ _ _
1476
+ 22 wie _ _ _ _ _ _ _ BeginSeg=Yes
1477
+ 23 sie _ _ _ _ _ _ _ _
1478
+ 24 von _ _ _ _ _ _ _ _
1479
+ 25 der _ _ _ _ _ _ _ _
1480
+ 26 Handwerkskammer _ _ _ _ _ _ _ _
1481
+ 27 veranstaltet _ _ _ _ _ _ _ _
1482
+ 28 werden _ _ _ _ _ _ _ _
1483
+ 29 . _ _ _ _ _ _ _ _
1484
+ 30 Dort _ _ _ _ _ _ _ BeginSeg=Yes
1485
+ 31 erfahren _ _ _ _ _ _ _ _
1486
+ 32 die _ _ _ _ _ _ _ _
1487
+ 33 Dienstleister _ _ _ _ _ _ _ _
1488
+ 34 , _ _ _ _ _ _ _ _
1489
+ 35 was _ _ _ _ _ _ _ _
1490
+ 36 sie _ _ _ _ _ _ _ _
1491
+ 37 erwartet _ _ _ _ _ _ _ _
1492
+ 38 , _ _ _ _ _ _ _ _
1493
+ 39 wenn _ _ _ _ _ _ _ BeginSeg=Yes
1494
+ 40 sie _ _ _ _ _ _ _ _
1495
+ 41 sich _ _ _ _ _ _ _ _
1496
+ 42 nicht _ _ _ _ _ _ _ _
1497
+ 43 rechtzeitig _ _ _ _ _ _ _ _
1498
+ 44 auf _ _ _ _ _ _ _ _
1499
+ 45 die _ _ _ _ _ _ _ _
1500
+ 46 Euroeinführung _ _ _ _ _ _ _ _
1501
+ 47 vorbereiten _ _ _ _ _ _ _ _
1502
+ 48 : _ _ _ _ _ _ _ _
1503
+ 49 Chaos _ _ _ _ _ _ _ BeginSeg=Yes
1504
+ 50 und _ _ _ _ _ _ _ _
1505
+ 51 eventuell _ _ _ _ _ _ _ _
1506
+ 52 das _ _ _ _ _ _ _ _
1507
+ 53 Aus _ _ _ _ _ _ _ _
1508
+ 54 . _ _ _ _ _ _ _ _
1509
+ 55 Denn _ _ _ _ _ _ _ BeginSeg=Yes
1510
+ 56 zu _ _ _ _ _ _ _ _
1511
+ 57 beachten _ _ _ _ _ _ _ _
1512
+ 58 ist _ _ _ _ _ _ _ _
1513
+ 59 - _ _ _ _ _ _ _ _
1514
+ 60 neben _ _ _ _ _ _ _ _
1515
+ 61 der _ _ _ _ _ _ _ _
1516
+ 62 eindeutigen _ _ _ _ _ _ _ _
1517
+ 63 Auszeichnung _ _ _ _ _ _ _ _
1518
+ 64 der _ _ _ _ _ _ _ _
1519
+ 65 Waren _ _ _ _ _ _ _ _
1520
+ 66 - _ _ _ _ _ _ _ _
1521
+ 67 auch _ _ _ _ _ _ _ _
1522
+ 68 die _ _ _ _ _ _ _ _
1523
+ 69 " _ _ _ _ _ _ _ _
1524
+ 70 richtige _ _ _ _ _ _ _ _
1525
+ 71 " _ _ _ _ _ _ _ _
1526
+ 72 Umrechnung _ _ _ _ _ _ _ _
1527
+ 73 von _ _ _ _ _ _ _ _
1528
+ 74 Mark _ _ _ _ _ _ _ _
1529
+ 75 in _ _ _ _ _ _ _ _
1530
+ 76 Euro _ _ _ _ _ _ _ _
1531
+ 77 . _ _ _ _ _ _ _ _
1532
+ 78 Der _ _ _ _ _ _ _ BeginSeg=Yes
1533
+ 79 Umrechnungskurs _ _ _ _ _ _ _ _
1534
+ 80 für _ _ _ _ _ _ _ _
1535
+ 81 den _ _ _ _ _ _ _ _
1536
+ 82 Euro _ _ _ _ _ _ _ _
1537
+ 83 steht _ _ _ _ _ _ _ _
1538
+ 84 fest _ _ _ _ _ _ _ _
1539
+ 85 . _ _ _ _ _ _ _ _
1540
+ 86 Daran _ _ _ _ _ _ _ BeginSeg=Yes
1541
+ 87 darf _ _ _ _ _ _ _ _
1542
+ 88 nicht _ _ _ _ _ _ _ _
1543
+ 89 gerüttelt _ _ _ _ _ _ _ _
1544
+ 90 werden _ _ _ _ _ _ _ _
1545
+ 91 . _ _ _ _ _ _ _ _
1546
+ 92 Auf- _ _ _ _ _ _ _ BeginSeg=Yes
1547
+ 93 und _ _ _ _ _ _ _ _
1548
+ 94 abgerundet _ _ _ _ _ _ _ _
1549
+ 95 wird _ _ _ _ _ _ _ _
1550
+ 96 zwei _ _ _ _ _ _ _ _
1551
+ 97 Stellen _ _ _ _ _ _ _ _
1552
+ 98 hinter _ _ _ _ _ _ _ _
1553
+ 99 dem _ _ _ _ _ _ _ _
1554
+ 100 Komma _ _ _ _ _ _ _ _
1555
+ 101 - _ _ _ _ _ _ _ _
1556
+ 102 nach _ _ _ _ _ _ _ BeginSeg=Yes
1557
+ 103 kaufmännischem _ _ _ _ _ _ _ _
1558
+ 104 Prinzip _ _ _ _ _ _ _ _
1559
+ 105 . _ _ _ _ _ _ _ _
1560
+ 106 Dies _ _ _ _ _ _ _ BeginSeg=Yes
1561
+ 107 kann _ _ _ _ _ _ _ _
1562
+ 108 jedoch _ _ _ _ _ _ _ _
1563
+ 109 bei _ _ _ _ _ _ _ _
1564
+ 110 den _ _ _ _ _ _ _ _
1565
+ 111 Gewerbetreibenden _ _ _ _ _ _ _ _
1566
+ 112 zu _ _ _ _ _ _ _ _
1567
+ 113 Einnahmeverlusten _ _ _ _ _ _ _ _
1568
+ 114 führen _ _ _ _ _ _ _ _
1569
+ 115 . _ _ _ _ _ _ _ _
1570
+ 116 Denn _ _ _ _ _ _ _ BeginSeg=Yes
1571
+ 117 auch _ _ _ _ _ _ _ _
1572
+ 118 Kleinvieh _ _ _ _ _ _ _ _
1573
+ 119 macht _ _ _ _ _ _ _ _
1574
+ 120 ja _ _ _ _ _ _ _ _
1575
+ 121 bekanntlich _ _ _ _ _ _ _ _
1576
+ 122 Mist _ _ _ _ _ _ _ _
1577
+ 123 . _ _ _ _ _ _ _ _
1578
+ 124 Gut _ _ _ _ _ _ _ BeginSeg=Yes
1579
+ 125 beraten _ _ _ _ _ _ _ _
1580
+ 126 ist _ _ _ _ _ _ _ _
1581
+ 127 deshalb _ _ _ _ _ _ _ _
1582
+ 128 , _ _ _ _ _ _ _ _
1583
+ 129 wer _ _ _ _ _ _ _ BeginSeg=Yes
1584
+ 130 sich _ _ _ _ _ _ _ _
1585
+ 131 schon _ _ _ _ _ _ _ _
1586
+ 132 rechtzeitig _ _ _ _ _ _ _ _
1587
+ 133 mit _ _ _ _ _ _ _ _
1588
+ 134 der _ _ _ _ _ _ _ _
1589
+ 135 Rechnerei _ _ _ _ _ _ _ _
1590
+ 136 beschäftigt _ _ _ _ _ _ _ _
1591
+ 137 . _ _ _ _ _ _ _ _
1592
+ 138 Vielleicht _ _ _ _ _ _ _ BeginSeg=Yes
1593
+ 139 wird _ _ _ _ _ _ _ _
1594
+ 140 ja _ _ _ _ _ _ _ _
1595
+ 141 der _ _ _ _ _ _ _ _
1596
+ 142 abgerundete _ _ _ _ _ _ _ _
1597
+ 143 Bonbonpreis _ _ _ _ _ _ _ _
1598
+ 144 durch _ _ _ _ _ _ _ _
1599
+ 145 den _ _ _ _ _ _ _ _
1600
+ 146 aufgerundeten _ _ _ _ _ _ _ _
1601
+ 147 Schokoladenpreis _ _ _ _ _ _ _ _
1602
+ 148 wieder _ _ _ _ _ _ _ _
1603
+ 149 wettgemacht _ _ _ _ _ _ _ _
1604
+ 150 . _ _ _ _ _ _ _ _
1605
+ 151 Unbegründete _ _ _ _ _ _ _ BeginSeg=Yes
1606
+ 152 und _ _ _ _ _ _ _ _
1607
+ 153 panische _ _ _ _ _ _ _ _
1608
+ 154 Preiserhöhungen _ _ _ _ _ _ _ _
1609
+ 155 vergraulen _ _ _ _ _ _ _ _
1610
+ 156 nur _ _ _ _ _ _ _ _
1611
+ 157 die _ _ _ _ _ _ _ _
1612
+ 158 Kunden _ _ _ _ _ _ _ _
1613
+ 159 . _ _ _ _ _ _ _ _
1614
+ 160 Doch _ _ _ _ _ _ _ BeginSeg=Yes
1615
+ 161 wer _ _ _ _ _ _ _ _
1616
+ 162 zu _ _ _ _ _ _ _ _
1617
+ 163 lange _ _ _ _ _ _ _ _
1618
+ 164 wartet _ _ _ _ _ _ _ _
1619
+ 165 , _ _ _ _ _ _ _ _
1620
+ 166 um _ _ _ _ _ _ _ _
1621
+ 167 sich _ _ _ _ _ _ _ _
1622
+ 168 mit _ _ _ _ _ _ _ _
1623
+ 169 den _ _ _ _ _ _ _ _
1624
+ 170 Rechnereien _ _ _ _ _ _ _ _
1625
+ 171 zu _ _ _ _ _ _ _ _
1626
+ 172 beschäftigen _ _ _ _ _ _ _ _
1627
+ 173 , _ _ _ _ _ _ _ _
1628
+ 174 verliert _ _ _ _ _ _ _ BeginSeg=Yes
1629
+ 175 bei _ _ _ _ _ _ _ _
1630
+ 176 der _ _ _ _ _ _ _ _
1631
+ 177 Euroumstellung _ _ _ _ _ _ _ _
1632
+ 178 den _ _ _ _ _ _ _ _
1633
+ 179 Überblick _ _ _ _ _ _ _ _
1634
+ 180 . _ _ _ _ _ _ _ _
1635
+ 181 Und _ _ _ _ _ _ _ BeginSeg=Yes
1636
+ 182 riskiert _ _ _ _ _ _ _ _
1637
+ 183 damit _ _ _ _ _ _ _ _
1638
+ 184 das _ _ _ _ _ _ _ _
1639
+ 185 Vertrauen _ _ _ _ _ _ _ _
1640
+ 186 seiner _ _ _ _ _ _ _ _
1641
+ 187 Kunden _ _ _ _ _ _ _ _
1642
+ 188 . _ _ _ _ _ _ _ _
1643
+
1644
+ # newdoc id = maz-3367
1645
+ 1 Gebt _ _ _ _ _ _ _ BeginSeg=Yes
1646
+ 2 endlich _ _ _ _ _ _ _ _
1647
+ 3 Gummi _ _ _ _ _ _ _ _
1648
+ 4 ! _ _ _ _ _ _ _ _
1649
+ 5 Eine _ _ _ _ _ _ _ BeginSeg=Yes
1650
+ 6 Kunststoffbahn _ _ _ _ _ _ _ _
1651
+ 7 am _ _ _ _ _ _ _ _
1652
+ 8 Schwedendamm _ _ _ _ _ _ _ _
1653
+ 9 würde _ _ _ _ _ _ _ _
1654
+ 10 eine _ _ _ _ _ _ _ _
1655
+ 11 Million _ _ _ _ _ _ _ _
1656
+ 12 Mark _ _ _ _ _ _ _ _
1657
+ 13 kosten _ _ _ _ _ _ _ _
1658
+ 14 . _ _ _ _ _ _ _ _
1659
+ 15 Die _ _ _ _ _ _ _ BeginSeg=Yes
1660
+ 16 Brücke _ _ _ _ _ _ _ _
1661
+ 17 über _ _ _ _ _ _ _ _
1662
+ 18 den _ _ _ _ _ _ _ _
1663
+ 19 Stadtkanal _ _ _ _ _ _ _ _
1664
+ 20 wird _ _ _ _ _ _ _ _
1665
+ 21 auch _ _ _ _ _ _ _ _
1666
+ 22 so _ _ _ _ _ _ _ _
1667
+ 23 teuer _ _ _ _ _ _ _ _
1668
+ 24 . _ _ _ _ _ _ _ _
1669
+ 25 Das _ _ _ _ _ _ _ BeginSeg=Yes
1670
+ 26 Erneuern _ _ _ _ _ _ _ _
1671
+ 27 der _ _ _ _ _ _ _ _
1672
+ 28 Wege _ _ _ _ _ _ _ _
1673
+ 29 auf _ _ _ _ _ _ _ _
1674
+ 30 dem _ _ _ _ _ _ _ _
1675
+ 31 Weinberg _ _ _ _ _ _ _ _
1676
+ 32 kostet _ _ _ _ _ _ _ _
1677
+ 33 zwei _ _ _ _ _ _ _ _
1678
+ 34 Millionen _ _ _ _ _ _ _ _
1679
+ 35 . _ _ _ _ _ _ _ _
1680
+ 36 Die _ _ _ _ _ _ _ BeginSeg=Yes
1681
+ 37 Havellandhalle _ _ _ _ _ _ _ _
1682
+ 38 hat _ _ _ _ _ _ _ _
1683
+ 39 5,5 _ _ _ _ _ _ _ _
1684
+ 40 Millionen _ _ _ _ _ _ _ _
1685
+ 41 gekostet _ _ _ _ _ _ _ _
1686
+ 42 . _ _ _ _ _ _ _ _
1687
+ 43 Der _ _ _ _ _ _ _ BeginSeg=Yes
1688
+ 44 neue _ _ _ _ _ _ _ _
1689
+ 45 Spielplatz _ _ _ _ _ _ _ _
1690
+ 46 in _ _ _ _ _ _ _ _
1691
+ 47 Ost _ _ _ _ _ _ _ _
1692
+ 48 schlug _ _ _ _ _ _ _ _
1693
+ 49 mit _ _ _ _ _ _ _ _
1694
+ 50 1,5 _ _ _ _ _ _ _ _
1695
+ 51 Millionen _ _ _ _ _ _ _ _
1696
+ 52 zu _ _ _ _ _ _ _ _
1697
+ 53 Buche _ _ _ _ _ _ _ _
1698
+ 54 . _ _ _ _ _ _ _ _
1699
+ 55 Für _ _ _ _ _ _ _ BeginSeg=Yes
1700
+ 56 1,5 _ _ _ _ _ _ _ _
1701
+ 57 Millionen _ _ _ _ _ _ _ _
1702
+ 58 soll _ _ _ _ _ _ _ _
1703
+ 59 das _ _ _ _ _ _ _ _
1704
+ 60 Gebiet _ _ _ _ _ _ _ _
1705
+ 61 vor _ _ _ _ _ _ _ _
1706
+ 62 der _ _ _ _ _ _ _ _
1707
+ 63 Kaufhalle _ _ _ _ _ _ _ _
1708
+ 64 Ost _ _ _ _ _ _ _ _
1709
+ 65 umgestaltet _ _ _ _ _ _ _ _
1710
+ 66 werden _ _ _ _ _ _ _ _
1711
+ 67 . _ _ _ _ _ _ _ _
1712
+ 68 Vergleiche _ _ _ _ _ _ _ BeginSeg=Yes
1713
+ 69 hinken _ _ _ _ _ _ _ _
1714
+ 70 , _ _ _ _ _ _ _ _
1715
+ 71 mag _ _ _ _ _ _ _ _
1716
+ 72 sein _ _ _ _ _ _ _ _
1717
+ 73 . _ _ _ _ _ _ _ _
1718
+ 74 Aber _ _ _ _ _ _ _ BeginSeg=Yes
1719
+ 75 es _ _ _ _ _ _ _ _
1720
+ 76 soll _ _ _ _ _ _ _ _
1721
+ 77 keiner _ _ _ _ _ _ _ _
1722
+ 78 sagen _ _ _ _ _ _ _ _
1723
+ 79 , _ _ _ _ _ _ _ _
1724
+ 80 es _ _ _ _ _ _ _ _
1725
+ 81 sei _ _ _ _ _ _ _ _
1726
+ 82 kein _ _ _ _ _ _ _ _
1727
+ 83 Geld _ _ _ _ _ _ _ _
1728
+ 84 da _ _ _ _ _ _ _ _
1729
+ 85 . _ _ _ _ _ _ _ _
1730
+ 86 Was _ _ _ _ _ _ _ BeginSeg=Yes
1731
+ 87 für _ _ _ _ _ _ _ _
1732
+ 88 die _ _ _ _ _ _ _ _
1733
+ 89 Verantwortlichen _ _ _ _ _ _ _ _
1734
+ 90 gerade _ _ _ _ _ _ _ _
1735
+ 91 am _ _ _ _ _ _ _ _
1736
+ 92 wichtigsten _ _ _ _ _ _ _ _
1737
+ 93 ist _ _ _ _ _ _ _ _
1738
+ 94 , _ _ _ _ _ _ _ _
1739
+ 95 wird _ _ _ _ _ _ _ _
1740
+ 96 gebaut _ _ _ _ _ _ _ _
1741
+ 97 . _ _ _ _ _ _ _ _
1742
+ 98 So _ _ _ _ _ _ _ BeginSeg=Yes
1743
+ 99 einfach _ _ _ _ _ _ _ _
1744
+ 100 ist _ _ _ _ _ _ _ _
1745
+ 101 das _ _ _ _ _ _ _ _
1746
+ 102 , _ _ _ _ _ _ _ _
1747
+ 103 und _ _ _ _ _ _ _ BeginSeg=Yes
1748
+ 104 man _ _ _ _ _ _ _ _
1749
+ 105 nennt _ _ _ _ _ _ _ _
1750
+ 106 es _ _ _ _ _ _ _ _
1751
+ 107 " _ _ _ _ _ _ _ _
1752
+ 108 Politik _ _ _ _ _ _ _ _
1753
+ 109 " _ _ _ _ _ _ _ _
1754
+ 110 . _ _ _ _ _ _ _ _
1755
+ 111 Nie _ _ _ _ _ _ _ BeginSeg=Yes
1756
+ 112 zuvor _ _ _ _ _ _ _ _
1757
+ 113 holten _ _ _ _ _ _ _ _
1758
+ 114 Leichtathleten _ _ _ _ _ _ _ _
1759
+ 115 aus _ _ _ _ _ _ _ _
1760
+ 116 Rathenow _ _ _ _ _ _ _ _
1761
+ 117 und _ _ _ _ _ _ _ _
1762
+ 118 Premnitz _ _ _ _ _ _ _ _
1763
+ 119 so _ _ _ _ _ _ _ _
1764
+ 120 oft _ _ _ _ _ _ _ _
1765
+ 121 wie _ _ _ _ _ _ _ _
1766
+ 122 in _ _ _ _ _ _ _ _
1767
+ 123 diesem _ _ _ _ _ _ _ _
1768
+ 124 Jahr _ _ _ _ _ _ _ _
1769
+ 125 bei _ _ _ _ _ _ _ _
1770
+ 126 Deutschen _ _ _ _ _ _ _ _
1771
+ 127 Meisterschaften _ _ _ _ _ _ _ _
1772
+ 128 vordere _ _ _ _ _ _ _ _
1773
+ 129 Plätze _ _ _ _ _ _ _ _
1774
+ 130 . _ _ _ _ _ _ _ _
1775
+ 131 Sie _ _ _ _ _ _ _ BeginSeg=Yes
1776
+ 132 haben _ _ _ _ _ _ _ _
1777
+ 133 sich _ _ _ _ _ _ _ _
1778
+ 134 ihr _ _ _ _ _ _ _ _
1779
+ 135 Tartan _ _ _ _ _ _ _ _
1780
+ 136 wirklich _ _ _ _ _ _ _ _
1781
+ 137 verdient _ _ _ _ _ _ _ _
1782
+ 138 . _ _ _ _ _ _ _ _
1783
+ 139 Auf _ _ _ _ _ _ _ BeginSeg=Yes
1784
+ 140 Asche _ _ _ _ _ _ _ _
1785
+ 141 kann _ _ _ _ _ _ _ _
1786
+ 142 im _ _ _ _ _ _ _ _
1787
+ 143 Höchstfall _ _ _ _ _ _ _ _
1788
+ 144 von _ _ _ _ _ _ _ _
1789
+ 145 April _ _ _ _ _ _ _ _
1790
+ 146 bis _ _ _ _ _ _ _ _
1791
+ 147 September _ _ _ _ _ _ _ _
1792
+ 148 gelaufen _ _ _ _ _ _ _ _
1793
+ 149 werden _ _ _ _ _ _ _ _
1794
+ 150 , _ _ _ _ _ _ _ _
1795
+ 151 auf _ _ _ _ _ _ _ BeginSeg=Yes
1796
+ 152 Kunststoff _ _ _ _ _ _ _ _
1797
+ 153 immer _ _ _ _ _ _ _ _
1798
+ 154 . _ _ _ _ _ _ _ _
1799
+ 155 Die _ _ _ _ _ _ _ BeginSeg=Yes
1800
+ 156 Sprunganlagen _ _ _ _ _ _ _ _
1801
+ 157 am _ _ _ _ _ _ _ _
1802
+ 158 Schwedendamm _ _ _ _ _ _ _ _
1803
+ 159 sind _ _ _ _ _ _ _ _
1804
+ 160 eine _ _ _ _ _ _ _ _
1805
+ 161 Zumutung _ _ _ _ _ _ _ _
1806
+ 162 . _ _ _ _ _ _ _ _
1807
+ 163 Wer _ _ _ _ _ _ _ BeginSeg=Yes
1808
+ 164 endlich _ _ _ _ _ _ _ _
1809
+ 165 ein _ _ _ _ _ _ _ _
1810
+ 166 ordentliches _ _ _ _ _ _ _ _
1811
+ 167 Stadion _ _ _ _ _ _ _ _
1812
+ 168 baut _ _ _ _ _ _ _ _
1813
+ 169 , _ _ _ _ _ _ _ _
1814
+ 170 ist _ _ _ _ _ _ _ BeginSeg=Yes
1815
+ 171 eigentlich _ _ _ _ _ _ _ _
1816
+ 172 nur _ _ _ _ _ _ _ _
1817
+ 173 auf _ _ _ _ _ _ _ _
1818
+ 174 der _ _ _ _ _ _ _ _
1819
+ 175 Höhe _ _ _ _ _ _ _ _
1820
+ 176 der _ _ _ _ _ _ _ _
1821
+ 177 Zeit _ _ _ _ _ _ _ _
1822
+ 178 . _ _ _ _ _ _ _ _
1823
+ 179 Schulsport _ _ _ _ _ _ _ BeginSeg=Yes
1824
+ 180 findet _ _ _ _ _ _ _ _
1825
+ 181 im _ _ _ _ _ _ _ _
1826
+ 182 Jahn-Sportpark _ _ _ _ _ _ _ _
1827
+ 183 ebenfalls _ _ _ _ _ _ _ _
1828
+ 184 statt _ _ _ _ _ _ _ _
1829
+ 185 . _ _ _ _ _ _ _ _
1830
+ 186 Für _ _ _ _ _ _ _ BeginSeg=Yes
1831
+ 187 alle _ _ _ _ _ _ _ _
1832
+ 188 Kinder _ _ _ _ _ _ _ _
1833
+ 189 und _ _ _ _ _ _ _ _
1834
+ 190 Jugendlichen _ _ _ _ _ _ _ _
1835
+ 191 wäre _ _ _ _ _ _ _ _
1836
+ 192 also _ _ _ _ _ _ _ _
1837
+ 193 etwas _ _ _ _ _ _ _ _
1838
+ 194 Gutes _ _ _ _ _ _ _ _
1839
+ 195 getan _ _ _ _ _ _ _ _
1840
+ 196 . _ _ _ _ _ _ _ _
1841
+ 197 Sie _ _ _ _ _ _ _ BeginSeg=Yes
1842
+ 198 wären _ _ _ _ _ _ _ _
1843
+ 199 nach _ _ _ _ _ _ _ _
1844
+ 200 dem _ _ _ _ _ _ _ _
1845
+ 201 Sport _ _ _ _ _ _ _ _
1846
+ 202 viel _ _ _ _ _ _ _ _
1847
+ 203 sauberer _ _ _ _ _ _ _ _
1848
+ 204 , _ _ _ _ _ _ _ _
1849
+ 205 und _ _ _ _ _ _ _ BeginSeg=Yes
1850
+ 206 bessere _ _ _ _ _ _ _ _
1851
+ 207 Zeiten _ _ _ _ _ _ _ _
1852
+ 208 rennen _ _ _ _ _ _ _ _
1853
+ 209 sie _ _ _ _ _ _ _ _
1854
+ 210 auf _ _ _ _ _ _ _ _
1855
+ 211 Gummi _ _ _ _ _ _ _ _
1856
+ 212 auch _ _ _ _ _ _ _ _
1857
+ 213 . _ _ _ _ _ _ _ _
1858
+
1859
+ # newdoc id = maz-5012
1860
+ 1 Schwere _ _ _ _ _ _ _ BeginSeg=Yes
1861
+ 2 Zeiten _ _ _ _ _ _ _ _
1862
+ 3 Die _ _ _ _ _ _ _ BeginSeg=Yes
1863
+ 4 Wiederwahl _ _ _ _ _ _ _ _
1864
+ 5 von _ _ _ _ _ _ _ _
1865
+ 6 Landrat _ _ _ _ _ _ _ _
1866
+ 7 Schröder _ _ _ _ _ _ _ _
1867
+ 8 galt _ _ _ _ _ _ _ _
1868
+ 9 schon _ _ _ _ _ _ _ _
1869
+ 10 vor _ _ _ _ _ _ _ _
1870
+ 11 der _ _ _ _ _ _ _ _
1871
+ 12 gestrigen _ _ _ _ _ _ _ _
1872
+ 13 Wahl _ _ _ _ _ _ _ _
1873
+ 14 als _ _ _ _ _ _ _ _
1874
+ 15 sicher _ _ _ _ _ _ _ _
1875
+ 16 . _ _ _ _ _ _ _ _
1876
+ 17 Neben _ _ _ _ _ _ _ BeginSeg=Yes
1877
+ 18 den _ _ _ _ _ _ _ _
1878
+ 19 nur _ _ _ _ _ _ _ _
1879
+ 20 wenig _ _ _ _ _ _ _ _
1880
+ 21 bestrittenen _ _ _ _ _ _ _ _
1881
+ 22 Qualitäten _ _ _ _ _ _ _ _
1882
+ 23 des _ _ _ _ _ _ _ _
1883
+ 24 Verwaltungschefs _ _ _ _ _ _ _ _
1884
+ 25 dürfte _ _ _ _ _ _ _ _
1885
+ 26 auch _ _ _ _ _ _ _ _
1886
+ 27 ein _ _ _ _ _ _ _ _
1887
+ 28 anderer _ _ _ _ _ _ _ _
1888
+ 29 Punkt _ _ _ _ _ _ _ _
1889
+ 30 den _ _ _ _ _ _ _ _
1890
+ 31 Ausschlag _ _ _ _ _ _ _ _
1891
+ 32 gegeben _ _ _ _ _ _ _ _
1892
+ 33 dafür _ _ _ _ _ _ _ _
1893
+ 34 haben _ _ _ _ _ _ _ _
1894
+ 35 , _ _ _ _ _ _ _ _
1895
+ 36 dass _ _ _ _ _ _ _ _
1896
+ 37 sich _ _ _ _ _ _ _ _
1897
+ 38 kein _ _ _ _ _ _ _ _
1898
+ 39 Konkurrent _ _ _ _ _ _ _ _
1899
+ 40 um _ _ _ _ _ _ _ _
1900
+ 41 den _ _ _ _ _ _ _ _
1901
+ 42 Posten _ _ _ _ _ _ _ _
1902
+ 43 gefunden _ _ _ _ _ _ _ _
1903
+ 44 hat _ _ _ _ _ _ _ _
1904
+ 45 : _ _ _ _ _ _ _ _
1905
+ 46 Die _ _ _ _ _ _ _ BeginSeg=Yes
1906
+ 47 Zeiten _ _ _ _ _ _ _ _
1907
+ 48 werden _ _ _ _ _ _ _ _
1908
+ 49 nicht _ _ _ _ _ _ _ _
1909
+ 50 leichter _ _ _ _ _ _ _ _
1910
+ 51 . _ _ _ _ _ _ _ _
1911
+ 52 Sicher _ _ _ _ _ _ _ BeginSeg=Yes
1912
+ 53 waren _ _ _ _ _ _ _ _
1913
+ 54 früheren _ _ _ _ _ _ _ _
1914
+ 55 " _ _ _ _ _ _ _ _
1915
+ 56 Schlachten _ _ _ _ _ _ _ _
1916
+ 57 " _ _ _ _ _ _ _ _
1917
+ 58 ( _ _ _ _ _ _ _ _
1918
+ 59 O-Ton _ _ _ _ _ _ _ _
1919
+ 60 Schröder _ _ _ _ _ _ _ _
1920
+ 61 ) _ _ _ _ _ _ _ _
1921
+ 62 um _ _ _ _ _ _ _ _
1922
+ 63 Kreissitz _ _ _ _ _ _ _ _
1923
+ 64 , _ _ _ _ _ _ _ _
1924
+ 65 MBS _ _ _ _ _ _ _ _
1925
+ 66 , _ _ _ _ _ _ _ _
1926
+ 67 Verkehrsbetriebe _ _ _ _ _ _ _ _
1927
+ 68 oder _ _ _ _ _ _ _ _
1928
+ 69 Verwaltungsbauten _ _ _ _ _ _ _ _
1929
+ 70 auch _ _ _ _ _ _ _ _
1930
+ 71 keine _ _ _ _ _ _ _ _
1931
+ 72 einfachen _ _ _ _ _ _ _ _
1932
+ 73 , _ _ _ _ _ _ _ _
1933
+ 74 gemessen _ _ _ _ _ _ _ BeginSeg=Yes
1934
+ 75 an _ _ _ _ _ _ _ _
1935
+ 76 den _ _ _ _ _ _ _ _
1936
+ 77 kommenden _ _ _ _ _ _ _ _
1937
+ 78 wirken _ _ _ _ _ _ _ _
1938
+ 79 sie _ _ _ _ _ _ _ _
1939
+ 80 aber _ _ _ _ _ _ _ _
1940
+ 81 wie _ _ _ _ _ _ _ _
1941
+ 82 Sandkastenspiele _ _ _ _ _ _ _ _
1942
+ 83 . _ _ _ _ _ _ _ _
1943
+ 84 Waren _ _ _ _ _ _ _ BeginSeg=Yes
1944
+ 85 die _ _ _ _ _ _ _ _
1945
+ 86 Auseinandersetzungen _ _ _ _ _ _ _ _
1946
+ 87 früher _ _ _ _ _ _ _ _
1947
+ 88 laut _ _ _ _ _ _ _ _
1948
+ 89 , _ _ _ _ _ _ _ _
1949
+ 90 emotional _ _ _ _ _ _ _ _
1950
+ 91 und _ _ _ _ _ _ _ _
1951
+ 92 leidenschaftlich _ _ _ _ _ _ _ _
1952
+ 93 , _ _ _ _ _ _ _ _
1953
+ 94 werden _ _ _ _ _ _ _ BeginSeg=Yes
1954
+ 95 sie _ _ _ _ _ _ _ _
1955
+ 96 nun _ _ _ _ _ _ _ _
1956
+ 97 subtil _ _ _ _ _ _ _ _
1957
+ 98 und _ _ _ _ _ _ _ _
1958
+ 99 diffizil _ _ _ _ _ _ _ _
1959
+ 100 . _ _ _ _ _ _ _ _
1960
+ 101 Jetzt _ _ _ _ _ _ _ BeginSeg=Yes
1961
+ 102 kämpft _ _ _ _ _ _ _ _
1962
+ 103 man _ _ _ _ _ _ _ _
1963
+ 104 nicht _ _ _ _ _ _ _ _
1964
+ 105 mehr _ _ _ _ _ _ _ _
1965
+ 106 um _ _ _ _ _ _ _ _
1966
+ 107 Meinungen _ _ _ _ _ _ _ _
1967
+ 108 , _ _ _ _ _ _ _ _
1968
+ 109 sondern _ _ _ _ _ _ _ BeginSeg=Yes
1969
+ 110 um _ _ _ _ _ _ _ _
1970
+ 111 Geld _ _ _ _ _ _ _ _
1971
+ 112 und _ _ _ _ _ _ _ _
1972
+ 113 die _ _ _ _ _ _ _ _
1973
+ 114 Freiräume _ _ _ _ _ _ _ _
1974
+ 115 , _ _ _ _ _ _ _ _
1975
+ 116 wenigstens _ _ _ _ _ _ _ BeginSeg=Yes
1976
+ 117 noch _ _ _ _ _ _ _ _
1977
+ 118 etwas _ _ _ _ _ _ _ _
1978
+ 119 gestalten _ _ _ _ _ _ _ _
1979
+ 120 zu _ _ _ _ _ _ _ _
1980
+ 121 können _ _ _ _ _ _ _ _
1981
+ 122 . _ _ _ _ _ _ _ _
1982
+ 123 Einen _ _ _ _ _ _ _ BeginSeg=Yes
1983
+ 124 Vorgeschmack _ _ _ _ _ _ _ _
1984
+ 125 hat _ _ _ _ _ _ _ _
1985
+ 126 die _ _ _ _ _ _ _ _
1986
+ 127 Verwaltungsspitze _ _ _ _ _ _ _ _
1987
+ 128 aktuell _ _ _ _ _ _ _ _
1988
+ 129 bekommen _ _ _ _ _ _ _ _
1989
+ 130 . _ _ _ _ _ _ _ _
1990
+ 131 Hatte _ _ _ _ _ _ _ BeginSeg=Yes
1991
+ 132 sie _ _ _ _ _ _ _ _
1992
+ 133 es _ _ _ _ _ _ _ _
1993
+ 134 von _ _ _ _ _ _ _ _
1994
+ 135 ' _ _ _ _ _ _ _ _
1995
+ 136 94 _ _ _ _ _ _ _ _
1996
+ 137 bis _ _ _ _ _ _ _ _
1997
+ 138 ' _ _ _ _ _ _ _ _
1998
+ 139 99 _ _ _ _ _ _ _ _
1999
+ 140 mühselig _ _ _ _ _ _ _ _
2000
+ 141 geschafft _ _ _ _ _ _ _ _
2001
+ 142 , _ _ _ _ _ _ _ _
2002
+ 143 14 _ _ _ _ _ _ _ _
2003
+ 144 Millionen _ _ _ _ _ _ _ _
2004
+ 145 Defizit _ _ _ _ _ _ _ _
2005
+ 146 der _ _ _ _ _ _ _ _
2006
+ 147 Altkreise _ _ _ _ _ _ _ _
2007
+ 148 abzubauen _ _ _ _ _ _ _ _
2008
+ 149 , _ _ _ _ _ _ _ _
2009
+ 150 klaffen _ _ _ _ _ _ _ BeginSeg=Yes
2010
+ 151 nun _ _ _ _ _ _ _ _
2011
+ 152 immer _ _ _ _ _ _ _ _
2012
+ 153 neue _ _ _ _ _ _ _ _
2013
+ 154 Millionenlöcher _ _ _ _ _ _ _ _
2014
+ 155 , _ _ _ _ _ _ _ _
2015
+ 156 beispielsweise _ _ _ _ _ _ _ _
2016
+ 157 im _ _ _ _ _ _ _ _
2017
+ 158 Sozialetat _ _ _ _ _ _ _ _
2018
+ 159 , _ _ _ _ _ _ _ _
2019
+ 160 die _ _ _ _ _ _ _ BeginSeg=Yes
2020
+ 161 kaum _ _ _ _ _ _ _ _
2021
+ 162 noch _ _ _ _ _ _ _ _
2022
+ 163 zu _ _ _ _ _ _ _ _
2023
+ 164 stopfen _ _ _ _ _ _ _ _
2024
+ 165 sind _ _ _ _ _ _ _ _
2025
+ 166 . _ _ _ _ _ _ _ _
2026
+ 167 Schwere _ _ _ _ _ _ _ BeginSeg=Yes
2027
+ 168 Zeiten _ _ _ _ _ _ _ _
2028
+ 169 . _ _ _ _ _ _ _ _
2029
+
2030
+ # newdoc id = maz-5007
2031
+ 1 Abwägen _ _ _ _ _ _ _ BeginSeg=Yes
2032
+ 2 Richtig _ _ _ _ _ _ _ BeginSeg=Yes
2033
+ 3 , _ _ _ _ _ _ _ _
2034
+ 4 als _ _ _ _ _ _ _ _
2035
+ 5 Nicht-Teschendorfer _ _ _ _ _ _ _ _
2036
+ 6 erlebt _ _ _ _ _ _ _ _
2037
+ 7 man _ _ _ _ _ _ _ _
2038
+ 8 die _ _ _ _ _ _ _ _
2039
+ 9 Sorgen _ _ _ _ _ _ _ _
2040
+ 10 und _ _ _ _ _ _ _ _
2041
+ 11 Nöte _ _ _ _ _ _ _ _
2042
+ 12 um _ _ _ _ _ _ _ _
2043
+ 13 den _ _ _ _ _ _ _ _
2044
+ 14 Lkw-Verkehr _ _ _ _ _ _ _ _
2045
+ 15 im _ _ _ _ _ _ _ _
2046
+ 16 Griebener _ _ _ _ _ _ _ _
2047
+ 17 Weg _ _ _ _ _ _ _ _
2048
+ 18 nicht _ _ _ _ _ _ _ _
2049
+ 19 jeden _ _ _ _ _ _ _ _
2050
+ 20 Tag _ _ _ _ _ _ _ _
2051
+ 21 hautnah _ _ _ _ _ _ _ _
2052
+ 22 und _ _ _ _ _ _ _ _
2053
+ 23 live _ _ _ _ _ _ _ _
2054
+ 24 mit _ _ _ _ _ _ _ _
2055
+ 25 . _ _ _ _ _ _ _ _
2056
+ 26 Aber _ _ _ _ _ _ _ BeginSeg=Yes
2057
+ 27 gerade _ _ _ _ _ _ _ _
2058
+ 28 deshalb _ _ _ _ _ _ _ _
2059
+ 29 ist _ _ _ _ _ _ _ _
2060
+ 30 es _ _ _ _ _ _ _ _
2061
+ 31 einem _ _ _ _ _ _ _ _
2062
+ 32 Auswärtigen _ _ _ _ _ _ _ _
2063
+ 33 wohl _ _ _ _ _ _ _ _
2064
+ 34 ganz _ _ _ _ _ _ _ _
2065
+ 35 gut _ _ _ _ _ _ _ _
2066
+ 36 möglich _ _ _ _ _ _ _ _
2067
+ 37 , _ _ _ _ _ _ _ _
2068
+ 38 sich _ _ _ _ _ _ _ _
2069
+ 39 ein _ _ _ _ _ _ _ _
2070
+ 40 objektives _ _ _ _ _ _ _ _
2071
+ 41 Bild _ _ _ _ _ _ _ _
2072
+ 42 von _ _ _ _ _ _ _ _
2073
+ 43 der _ _ _ _ _ _ _ _
2074
+ 44 Situation _ _ _ _ _ _ _ _
2075
+ 45 vor _ _ _ _ _ _ _ _
2076
+ 46 Ort _ _ _ _ _ _ _ _
2077
+ 47 zu _ _ _ _ _ _ _ _
2078
+ 48 machen _ _ _ _ _ _ _ _
2079
+ 49 . _ _ _ _ _ _ _ _
2080
+ 50 Häufigen _ _ _ _ _ _ _ BeginSeg=Yes
2081
+ 51 Lkw-Verkehr _ _ _ _ _ _ _ _
2082
+ 52 vor _ _ _ _ _ _ _ _
2083
+ 53 der _ _ _ _ _ _ _ _
2084
+ 54 Haustür _ _ _ _ _ _ _ _
2085
+ 55 finde _ _ _ _ _ _ _ _
2086
+ 56 ich _ _ _ _ _ _ _ _
2087
+ 57 auch _ _ _ _ _ _ _ _
2088
+ 58 nicht _ _ _ _ _ _ _ _
2089
+ 59 gerade _ _ _ _ _ _ _ _
2090
+ 60 toll _ _ _ _ _ _ _ _
2091
+ 61 . _ _ _ _ _ _ _ _
2092
+ 62 Und _ _ _ _ _ _ _ BeginSeg=Yes
2093
+ 63 wenn _ _ _ _ _ _ _ _
2094
+ 64 sich _ _ _ _ _ _ _ _
2095
+ 65 die _ _ _ _ _ _ _ _
2096
+ 66 Brummis _ _ _ _ _ _ _ _
2097
+ 67 nicht _ _ _ _ _ _ _ _
2098
+ 68 an _ _ _ _ _ _ _ _
2099
+ 69 die _ _ _ _ _ _ _ _
2100
+ 70 Geschwindigkeitsbegrenzung _ _ _ _ _ _ _ _
2101
+ 71 von _ _ _ _ _ _ _ _
2102
+ 72 30 _ _ _ _ _ _ _ _
2103
+ 73 km/h _ _ _ _ _ _ _ _
2104
+ 74 halten _ _ _ _ _ _ _ _
2105
+ 75 , _ _ _ _ _ _ _ _
2106
+ 76 sind _ _ _ _ _ _ _ BeginSeg=Yes
2107
+ 77 Lärm _ _ _ _ _ _ _ _
2108
+ 78 und _ _ _ _ _ _ _ _
2109
+ 79 Ärger _ _ _ _ _ _ _ _
2110
+ 80 vorprogrammiert _ _ _ _ _ _ _ _
2111
+ 81 . _ _ _ _ _ _ _ _
2112
+ 82 Ordentliche _ _ _ _ _ _ _ BeginSeg=Yes
2113
+ 83 Straßen _ _ _ _ _ _ _ _
2114
+ 84 und _ _ _ _ _ _ _ _
2115
+ 85 Tempokontrollen _ _ _ _ _ _ _ _
2116
+ 86 zu _ _ _ _ _ _ _ _
2117
+ 87 fordern _ _ _ _ _ _ _ _
2118
+ 88 , _ _ _ _ _ _ _ _
2119
+ 89 ist _ _ _ _ _ _ _ _
2120
+ 90 deshalb _ _ _ _ _ _ _ _
2121
+ 91 völlig _ _ _ _ _ _ _ _
2122
+ 92 legitim _ _ _ _ _ _ _ _
2123
+ 93 . _ _ _ _ _ _ _ _
2124
+ 94 Und _ _ _ _ _ _ _ BeginSeg=Yes
2125
+ 95 die _ _ _ _ _ _ _ _
2126
+ 96 Gemeinde _ _ _ _ _ _ _ _
2127
+ 97 hat _ _ _ _ _ _ _ _
2128
+ 98 bereits _ _ _ _ _ _ _ _
2129
+ 99 signalisiert _ _ _ _ _ _ _ _
2130
+ 100 , _ _ _ _ _ _ _ _
2131
+ 101 die _ _ _ _ _ _ _ _
2132
+ 102 Anlieger _ _ _ _ _ _ _ _
2133
+ 103 dabei _ _ _ _ _ _ _ _
2134
+ 104 unterstützen _ _ _ _ _ _ _ _
2135
+ 105 zu _ _ _ _ _ _ _ _
2136
+ 106 wollen _ _ _ _ _ _ _ _
2137
+ 107 . _ _ _ _ _ _ _ _
2138
+ 108 Nun _ _ _ _ _ _ _ BeginSeg=Yes
2139
+ 109 zu _ _ _ _ _ _ _ _
2140
+ 110 den _ _ _ _ _ _ _ _
2141
+ 111 Argumenten _ _ _ _ _ _ _ _
2142
+ 112 der _ _ _ _ _ _ _ _
2143
+ 113 Gegenseite _ _ _ _ _ _ _ _
2144
+ 114 . _ _ _ _ _ _ _ _
2145
+ 115 Ein _ _ _ _ _ _ _ BeginSeg=Yes
2146
+ 116 Zweischichtsystem _ _ _ _ _ _ _ _
2147
+ 117 ohne _ _ _ _ _ _ _ _
2148
+ 118 wirtschaftliche _ _ _ _ _ _ _ _
2149
+ 119 Notwendigkeit _ _ _ _ _ _ _ _
2150
+ 120 auf _ _ _ _ _ _ _ _
2151
+ 121 eine _ _ _ _ _ _ _ _
2152
+ 122 Schicht _ _ _ _ _ _ _ _
2153
+ 123 reduzieren _ _ _ _ _ _ _ _
2154
+ 124 zu _ _ _ _ _ _ _ _
2155
+ 125 müssen _ _ _ _ _ _ _ _
2156
+ 126 , _ _ _ _ _ _ _ _
2157
+ 127 bringt _ _ _ _ _ _ _ _
2158
+ 128 gegenüber _ _ _ _ _ _ _ _
2159
+ 129 der _ _ _ _ _ _ _ _
2160
+ 130 Konkurrenz _ _ _ _ _ _ _ _
2161
+ 131 zwangsläufig _ _ _ _ _ _ _ _
2162
+ 132 Nachteile _ _ _ _ _ _ _ _
2163
+ 133 mit _ _ _ _ _ _ _ _
2164
+ 134 sich _ _ _ _ _ _ _ _
2165
+ 135 , _ _ _ _ _ _ _ _
2166
+ 136 die _ _ _ _ _ _ _ BeginSeg=Yes
2167
+ 137 bis _ _ _ _ _ _ _ _
2168
+ 138 zur _ _ _ _ _ _ _ _
2169
+ 139 Unrentabilität _ _ _ _ _ _ _ _
2170
+ 140 , _ _ _ _ _ _ _ _
2171
+ 141 Aufgabe _ _ _ _ _ _ _ BeginSeg=Yes
2172
+ 142 des _ _ _ _ _ _ _ _
2173
+ 143 Firmenstandortes _ _ _ _ _ _ _ _
2174
+ 144 und _ _ _ _ _ _ _ BeginSeg=Yes
2175
+ 145 den _ _ _ _ _ _ _ _
2176
+ 146 Verlust _ _ _ _ _ _ _ _
2177
+ 147 von _ _ _ _ _ _ _ _
2178
+ 148 Arbeitsplätzen _ _ _ _ _ _ _ _
2179
+ 149 führen _ _ _ _ _ _ _ _
2180
+ 150 . _ _ _ _ _ _ _ _
2181
+ 151 Bleibt _ _ _ _ _ _ _ BeginSeg=Yes
2182
+ 152 unterm _ _ _ _ _ _ _ _
2183
+ 153 Strich _ _ _ _ _ _ _ _
2184
+ 154 die _ _ _ _ _ _ _ _
2185
+ 155 Frage _ _ _ _ _ _ _ _
2186
+ 156 aller _ _ _ _ _ _ _ _
2187
+ 157 Fragen _ _ _ _ _ _ _ _
2188
+ 158 : _ _ _ _ _ _ _ _
2189
+ 159 Sozialer _ _ _ _ _ _ _ BeginSeg=Yes
2190
+ 160 Frieden _ _ _ _ _ _ _ _
2191
+ 161 für _ _ _ _ _ _ _ _
2192
+ 162 rund _ _ _ _ _ _ _ _
2193
+ 163 200 _ _ _ _ _ _ _ _
2194
+ 164 Arbeitnehmer _ _ _ _ _ _ _ _
2195
+ 165 und _ _ _ _ _ _ _ _
2196
+ 166 deren _ _ _ _ _ _ _ _
2197
+ 167 Angehörige _ _ _ _ _ _ _ _
2198
+ 168 oder _ _ _ _ _ _ _ _
2199
+ 169 private _ _ _ _ _ _ _ _
2200
+ 170 Ruhe _ _ _ _ _ _ _ _
2201
+ 171 für _ _ _ _ _ _ _ _
2202
+ 172 etwa _ _ _ _ _ _ _ _
2203
+ 173 zehn _ _ _ _ _ _ _ _
2204
+ 174 Anlieger _ _ _ _ _ _ _ _
2205
+ 175 ? _ _ _ _ _ _ _ _
2206
+ 176 Ehrlich _ _ _ _ _ _ _ BeginSeg=Yes
2207
+ 177 , _ _ _ _ _ _ _ _
2208
+ 178 ich _ _ _ _ _ _ _ _
2209
+ 179 ziehe _ _ _ _ _ _ _ _
2210
+ 180 Arbeit _ _ _ _ _ _ _ _
2211
+ 181 vor _ _ _ _ _ _ _ _
2212
+ 182 . _ _ _ _ _ _ _ _
2213
+ 183 Und _ _ _ _ _ _ _ BeginSeg=Yes
2214
+ 184 wie _ _ _ _ _ _ _ _
2215
+ 185 würden _ _ _ _ _ _ _ _
2216
+ 186 Sie _ _ _ _ _ _ _ _
2217
+ 187 entscheiden _ _ _ _ _ _ _ _
2218
+ 188 ? _ _ _ _ _ _ _ _
2219
+
2220
+ # newdoc id = maz-3415
2221
+ 1 Der _ _ _ _ _ _ _ BeginSeg=Yes
2222
+ 2 aufgezwungene _ _ _ _ _ _ _ _
2223
+ 3 Krieg _ _ _ _ _ _ _ _
2224
+ 4 Der _ _ _ _ _ _ _ BeginSeg=Yes
2225
+ 5 Krieg _ _ _ _ _ _ _ _
2226
+ 6 , _ _ _ _ _ _ _ _
2227
+ 7 der _ _ _ _ _ _ _ _
2228
+ 8 jetzt _ _ _ _ _ _ _ _
2229
+ 9 in _ _ _ _ _ _ _ _
2230
+ 10 Afghanistan _ _ _ _ _ _ _ _
2231
+ 11 ausgefochten _ _ _ _ _ _ _ _
2232
+ 12 wird _ _ _ _ _ _ _ _
2233
+ 13 , _ _ _ _ _ _ _ _
2234
+ 14 hat _ _ _ _ _ _ _ _
2235
+ 15 nicht _ _ _ _ _ _ _ _
2236
+ 16 erst _ _ _ _ _ _ _ _
2237
+ 17 am _ _ _ _ _ _ _ _
2238
+ 18 Sonntag _ _ _ _ _ _ _ _
2239
+ 19 Abend _ _ _ _ _ _ _ _
2240
+ 20 begonnen _ _ _ _ _ _ _ _
2241
+ 21 . _ _ _ _ _ _ _ _
2242
+ 22 Er _ _ _ _ _ _ _ BeginSeg=Yes
2243
+ 23 begann _ _ _ _ _ _ _ _
2244
+ 24 am _ _ _ _ _ _ _ _
2245
+ 25 11. _ _ _ _ _ _ _ _
2246
+ 26 September _ _ _ _ _ _ _ _
2247
+ 27 mit _ _ _ _ _ _ _ _
2248
+ 28 den _ _ _ _ _ _ _ _
2249
+ 29 Anschlägen _ _ _ _ _ _ _ _
2250
+ 30 von _ _ _ _ _ _ _ _
2251
+ 31 New _ _ _ _ _ _ _ _
2252
+ 32 York _ _ _ _ _ _ _ _
2253
+ 33 und _ _ _ _ _ _ _ _
2254
+ 34 Washington _ _ _ _ _ _ _ _
2255
+ 35 , _ _ _ _ _ _ _ _
2256
+ 36 die _ _ _ _ _ _ _ BeginSeg=Yes
2257
+ 37 in _ _ _ _ _ _ _ _
2258
+ 38 ihrer _ _ _ _ _ _ _ _
2259
+ 39 Wirkung _ _ _ _ _ _ _ _
2260
+ 40 einem _ _ _ _ _ _ _ _
2261
+ 41 geballten _ _ _ _ _ _ _ _
2262
+ 42 Raketenangriff _ _ _ _ _ _ _ _
2263
+ 43 durchaus _ _ _ _ _ _ _ _
2264
+ 44 vergleichbar _ _ _ _ _ _ _ _
2265
+ 45 sind _ _ _ _ _ _ _ _
2266
+ 46 . _ _ _ _ _ _ _ _
2267
+ 47 Wenn _ _ _ _ _ _ _ BeginSeg=Yes
2268
+ 48 sich _ _ _ _ _ _ _ _
2269
+ 49 hierzulande _ _ _ _ _ _ _ _
2270
+ 50 dennoch _ _ _ _ _ _ _ _
2271
+ 51 vielerorts _ _ _ _ _ _ _ _
2272
+ 52 Zweifel _ _ _ _ _ _ _ _
2273
+ 53 an _ _ _ _ _ _ _ _
2274
+ 54 Sinn _ _ _ _ _ _ _ _
2275
+ 55 und _ _ _ _ _ _ _ _
2276
+ 56 Richtigkeit _ _ _ _ _ _ _ _
2277
+ 57 der _ _ _ _ _ _ _ _
2278
+ 58 Militärschläge _ _ _ _ _ _ _ _
2279
+ 59 breitmachen _ _ _ _ _ _ _ _
2280
+ 60 , _ _ _ _ _ _ _ _
2281
+ 61 liegt _ _ _ _ _ _ _ BeginSeg=Yes
2282
+ 62 das _ _ _ _ _ _ _ _
2283
+ 63 nicht _ _ _ _ _ _ _ _
2284
+ 64 zuletzt _ _ _ _ _ _ _ _
2285
+ 65 daran _ _ _ _ _ _ _ _
2286
+ 66 , _ _ _ _ _ _ _ _
2287
+ 67 dass _ _ _ _ _ _ _ _
2288
+ 68 Freiheit _ _ _ _ _ _ _ _
2289
+ 69 und _ _ _ _ _ _ _ _
2290
+ 70 Toleranz _ _ _ _ _ _ _ _
2291
+ 71 zu _ _ _ _ _ _ _ _
2292
+ 72 den _ _ _ _ _ _ _ _
2293
+ 73 tief _ _ _ _ _ _ _ _
2294
+ 74 verwurzelten _ _ _ _ _ _ _ _
2295
+ 75 Grundwerten _ _ _ _ _ _ _ _
2296
+ 76 unserer _ _ _ _ _ _ _ _
2297
+ 77 Gesellschaft _ _ _ _ _ _ _ _
2298
+ 78 gehören _ _ _ _ _ _ _ _
2299
+ 79 : _ _ _ _ _ _ _ _
2300
+ 80 Wir _ _ _ _ _ _ _ BeginSeg=Yes
2301
+ 81 sind _ _ _ _ _ _ _ _
2302
+ 82 es _ _ _ _ _ _ _ _
2303
+ 83 gewohnt _ _ _ _ _ _ _ _
2304
+ 84 , _ _ _ _ _ _ _ _
2305
+ 85 dass _ _ _ _ _ _ _ _
2306
+ 86 durch _ _ _ _ _ _ _ _
2307
+ 87 friedliche _ _ _ _ _ _ _ _
2308
+ 88 Verhandlungen _ _ _ _ _ _ _ _
2309
+ 89 und _ _ _ _ _ _ _ _
2310
+ 90 Kompromiss-Suche _ _ _ _ _ _ _ _
2311
+ 91 Konflikte _ _ _ _ _ _ _ _
2312
+ 92 aus _ _ _ _ _ _ _ _
2313
+ 93 der _ _ _ _ _ _ _ _
2314
+ 94 Welt _ _ _ _ _ _ _ _
2315
+ 95 zu _ _ _ _ _ _ _ _
2316
+ 96 räumen _ _ _ _ _ _ _ _
2317
+ 97 sind _ _ _ _ _ _ _ _
2318
+ 98 . _ _ _ _ _ _ _ _
2319
+ 99 Gewaltverzicht _ _ _ _ _ _ _ BeginSeg=Yes
2320
+ 100 und _ _ _ _ _ _ _ _
2321
+ 101 Deeskalation _ _ _ _ _ _ _ _
2322
+ 102 sind _ _ _ _ _ _ _ _
2323
+ 103 uns _ _ _ _ _ _ _ _
2324
+ 104 so _ _ _ _ _ _ _ _
2325
+ 105 sehr _ _ _ _ _ _ _ _
2326
+ 106 in _ _ _ _ _ _ _ _
2327
+ 107 Fleisch _ _ _ _ _ _ _ _
2328
+ 108 und _ _ _ _ _ _ _ _
2329
+ 109 Blut _ _ _ _ _ _ _ _
2330
+ 110 übergegangen _ _ _ _ _ _ _ _
2331
+ 111 , _ _ _ _ _ _ _ _
2332
+ 112 dass _ _ _ _ _ _ _ BeginSeg=Yes
2333
+ 113 wir _ _ _ _ _ _ _ _
2334
+ 114 uns _ _ _ _ _ _ _ _
2335
+ 115 schwer _ _ _ _ _ _ _ _
2336
+ 116 damit _ _ _ _ _ _ _ _
2337
+ 117 abfinden _ _ _ _ _ _ _ _
2338
+ 118 können _ _ _ _ _ _ _ _
2339
+ 119 , _ _ _ _ _ _ _ _
2340
+ 120 dass _ _ _ _ _ _ _ _
2341
+ 121 diese _ _ _ _ _ _ _ _
2342
+ 122 Prinzipien _ _ _ _ _ _ _ _
2343
+ 123 in _ _ _ _ _ _ _ _
2344
+ 124 einem _ _ _ _ _ _ _ _
2345
+ 125 einzigen _ _ _ _ _ _ _ _
2346
+ 126 Fall _ _ _ _ _ _ _ _
2347
+ 127 versagen _ _ _ _ _ _ _ _
2348
+ 128 : _ _ _ _ _ _ _ _
2349
+ 129 Fanatismus _ _ _ _ _ _ _ BeginSeg=Yes
2350
+ 130 darf _ _ _ _ _ _ _ _
2351
+ 131 und _ _ _ _ _ _ _ _
2352
+ 132 kann _ _ _ _ _ _ _ _
2353
+ 133 man _ _ _ _ _ _ _ _
2354
+ 134 nicht _ _ _ _ _ _ _ _
2355
+ 135 mit _ _ _ _ _ _ _ _
2356
+ 136 Liberalität _ _ _ _ _ _ _ _
2357
+ 137 begegnen _ _ _ _ _ _ _ _
2358
+ 138 . _ _ _ _ _ _ _ _
2359
+ 139 Mit _ _ _ _ _ _ _ BeginSeg=Yes
2360
+ 140 einem _ _ _ _ _ _ _ _
2361
+ 141 Selbstmord-Attentäter _ _ _ _ _ _ _ _
2362
+ 142 kann _ _ _ _ _ _ _ _
2363
+ 143 man _ _ _ _ _ _ _ _
2364
+ 144 keinen _ _ _ _ _ _ _ _
2365
+ 145 Kompromiss _ _ _ _ _ _ _ _
2366
+ 146 schließen _ _ _ _ _ _ _ _
2367
+ 147 . _ _ _ _ _ _ _ _
2368
+ 148 Auch _ _ _ _ _ _ _ BeginSeg=Yes
2369
+ 149 das _ _ _ _ _ _ _ _
2370
+ 150 Suchen _ _ _ _ _ _ _ _
2371
+ 151 nach _ _ _ _ _ _ _ _
2372
+ 152 möglichen _ _ _ _ _ _ _ _
2373
+ 153 Motiven _ _ _ _ _ _ _ _
2374
+ 154 der _ _ _ _ _ _ _ _
2375
+ 155 Täter _ _ _ _ _ _ _ _
2376
+ 156 hilft _ _ _ _ _ _ _ _
2377
+ 157 da _ _ _ _ _ _ _ _
2378
+ 158 nicht _ _ _ _ _ _ _ _
2379
+ 159 weiter _ _ _ _ _ _ _ _
2380
+ 160 . _ _ _ _ _ _ _ _
2381
+ 161 Sie _ _ _ _ _ _ _ BeginSeg=Yes
2382
+ 162 beklagen _ _ _ _ _ _ _ _
2383
+ 163 den _ _ _ _ _ _ _ _
2384
+ 164 andauernden _ _ _ _ _ _ _ _
2385
+ 165 Konflikt _ _ _ _ _ _ _ _
2386
+ 166 zwischen _ _ _ _ _ _ _ _
2387
+ 167 Israelis _ _ _ _ _ _ _ _
2388
+ 168 und _ _ _ _ _ _ _ _
2389
+ 169 Palästinensern _ _ _ _ _ _ _ _
2390
+ 170 , _ _ _ _ _ _ _ _
2391
+ 171 dabei _ _ _ _ _ _ _ BeginSeg=Yes
2392
+ 172 engagiert _ _ _ _ _ _ _ _
2393
+ 173 sich _ _ _ _ _ _ _ _
2394
+ 174 der _ _ _ _ _ _ _ _
2395
+ 175 Westen _ _ _ _ _ _ _ _
2396
+ 176 seit _ _ _ _ _ _ _ _
2397
+ 177 Jahren _ _ _ _ _ _ _ _
2398
+ 178 mit _ _ _ _ _ _ _ _
2399
+ 179 viel _ _ _ _ _ _ _ _
2400
+ 180 Geld _ _ _ _ _ _ _ _
2401
+ 181 und _ _ _ _ _ _ _ _
2402
+ 182 Krisendiplomatie _ _ _ _ _ _ _ _
2403
+ 183 für _ _ _ _ _ _ _ _
2404
+ 184 ein _ _ _ _ _ _ _ _
2405
+ 185 Ende _ _ _ _ _ _ _ _
2406
+ 186 der _ _ _ _ _ _ _ _
2407
+ 187 Gewalt _ _ _ _ _ _ _ _
2408
+ 188 . _ _ _ _ _ _ _ _
2409
+ 189 Sie _ _ _ _ _ _ _ BeginSeg=Yes
2410
+ 190 beklagen _ _ _ _ _ _ _ _
2411
+ 191 die _ _ _ _ _ _ _ _
2412
+ 192 Armut _ _ _ _ _ _ _ _
2413
+ 193 der _ _ _ _ _ _ _ _
2414
+ 194 arabischen _ _ _ _ _ _ _ _
2415
+ 195 Welt _ _ _ _ _ _ _ _
2416
+ 196 , _ _ _ _ _ _ _ _
2417
+ 197 dabei _ _ _ _ _ _ _ BeginSeg=Yes
2418
+ 198 stehen _ _ _ _ _ _ _ _
2419
+ 199 die _ _ _ _ _ _ _ _
2420
+ 200 autokratischen _ _ _ _ _ _ _ _
2421
+ 201 und _ _ _ _ _ _ _ _
2422
+ 202 nicht _ _ _ _ _ _ _ _
2423
+ 203 selten _ _ _ _ _ _ _ _
2424
+ 204 korrupten _ _ _ _ _ _ _ _
2425
+ 205 Eliten _ _ _ _ _ _ _ _
2426
+ 206 dort _ _ _ _ _ _ _ _
2427
+ 207 meist _ _ _ _ _ _ _ _
2428
+ 208 selbst _ _ _ _ _ _ _ _
2429
+ 209 jedem _ _ _ _ _ _ _ _
2430
+ 210 Aufschwung _ _ _ _ _ _ _ _
2431
+ 211 im _ _ _ _ _ _ _ _
2432
+ 212 Weg _ _ _ _ _ _ _ _
2433
+ 213 . _ _ _ _ _ _ _ _
2434
+ 214 Sie _ _ _ _ _ _ _ BeginSeg=Yes
2435
+ 215 beklagen _ _ _ _ _ _ _ _
2436
+ 216 die _ _ _ _ _ _ _ _
2437
+ 217 Militärpräsenz _ _ _ _ _ _ _ _
2438
+ 218 der _ _ _ _ _ _ _ _
2439
+ 219 USA _ _ _ _ _ _ _ _
2440
+ 220 in _ _ _ _ _ _ _ _
2441
+ 221 Saudi-Arabien _ _ _ _ _ _ _ _
2442
+ 222 , _ _ _ _ _ _ _ _
2443
+ 223 dann _ _ _ _ _ _ _ BeginSeg=Yes
2444
+ 224 hätten _ _ _ _ _ _ _ _
2445
+ 225 sie _ _ _ _ _ _ _ _
2446
+ 226 die _ _ _ _ _ _ _ _
2447
+ 227 dortige _ _ _ _ _ _ _ _
2448
+ 228 Königsfamilie _ _ _ _ _ _ _ _
2449
+ 229 attackieren _ _ _ _ _ _ _ _
2450
+ 230 müssen _ _ _ _ _ _ _ _
2451
+ 231 . _ _ _ _ _ _ _ _
2452
+ 232 Sie _ _ _ _ _ _ _ BeginSeg=Yes
2453
+ 233 geißeln _ _ _ _ _ _ _ _
2454
+ 234 den _ _ _ _ _ _ _ _
2455
+ 235 westlichen _ _ _ _ _ _ _ _
2456
+ 236 " _ _ _ _ _ _ _ _
2457
+ 237 Kulturimperialismus _ _ _ _ _ _ _ _
2458
+ 238 " _ _ _ _ _ _ _ _
2459
+ 239 und _ _ _ _ _ _ _ BeginSeg=Yes
2460
+ 240 verkennen _ _ _ _ _ _ _ _
2461
+ 241 , _ _ _ _ _ _ _ _
2462
+ 242 dass _ _ _ _ _ _ _ _
2463
+ 243 sie _ _ _ _ _ _ _ _
2464
+ 244 sich _ _ _ _ _ _ _ _
2465
+ 245 entscheiden _ _ _ _ _ _ _ _
2466
+ 246 müssen _ _ _ _ _ _ _ _
2467
+ 247 zwischen _ _ _ _ _ _ _ _
2468
+ 248 wirtschaftlichem _ _ _ _ _ _ _ _
2469
+ 249 Austausch _ _ _ _ _ _ _ _
2470
+ 250 und _ _ _ _ _ _ _ _
2471
+ 251 damit _ _ _ _ _ _ _ _
2472
+ 252 einhergehendem _ _ _ _ _ _ _ _
2473
+ 253 Wohlstand _ _ _ _ _ _ _ _
2474
+ 254 auf _ _ _ _ _ _ _ _
2475
+ 255 der _ _ _ _ _ _ _ _
2476
+ 256 einen _ _ _ _ _ _ _ _
2477
+ 257 und _ _ _ _ _ _ _ _
2478
+ 258 fundamentalistischer _ _ _ _ _ _ _ _
2479
+ 259 Abschottung _ _ _ _ _ _ _ _
2480
+ 260 auf _ _ _ _ _ _ _ _
2481
+ 261 der _ _ _ _ _ _ _ _
2482
+ 262 anderen _ _ _ _ _ _ _ _
2483
+ 263 Seite _ _ _ _ _ _ _ _
2484
+ 264 . _ _ _ _ _ _ _ _
2485
+ 265 Sie _ _ _ _ _ _ _ BeginSeg=Yes
2486
+ 266 klagen _ _ _ _ _ _ _ _
2487
+ 267 den _ _ _ _ _ _ _ _
2488
+ 268 Westen _ _ _ _ _ _ _ _
2489
+ 269 an _ _ _ _ _ _ _ _
2490
+ 270 wegen _ _ _ _ _ _ _ _
2491
+ 271 der _ _ _ _ _ _ _ _
2492
+ 272 Sanktionsopfer _ _ _ _ _ _ _ _
2493
+ 273 im _ _ _ _ _ _ _ _
2494
+ 274 Irak _ _ _ _ _ _ _ _
2495
+ 275 und _ _ _ _ _ _ _ BeginSeg=Yes
2496
+ 276 unterschlagen _ _ _ _ _ _ _ _
2497
+ 277 die _ _ _ _ _ _ _ _
2498
+ 278 aggressive _ _ _ _ _ _ _ _
2499
+ 279 Aufrüstung _ _ _ _ _ _ _ _
2500
+ 280 Saddam _ _ _ _ _ _ _ _
2501
+ 281 Husseins _ _ _ _ _ _ _ _
2502
+ 282 . _ _ _ _ _ _ _ _
2503
+ 283 Diesen _ _ _ _ _ _ _ BeginSeg=Yes
2504
+ 284 Krieg _ _ _ _ _ _ _ _
2505
+ 285 hat _ _ _ _ _ _ _ _
2506
+ 286 im _ _ _ _ _ _ _ _
2507
+ 287 Westen _ _ _ _ _ _ _ _
2508
+ 288 niemand _ _ _ _ _ _ _ _
2509
+ 289 gewollt _ _ _ _ _ _ _ _
2510
+ 290 . _ _ _ _ _ _ _ _
2511
+ 291 Deshalb _ _ _ _ _ _ _ BeginSeg=Yes
2512
+ 292 aber _ _ _ _ _ _ _ _
2513
+ 293 dem _ _ _ _ _ _ _ _
2514
+ 294 Terror _ _ _ _ _ _ _ _
2515
+ 295 das _ _ _ _ _ _ _ _
2516
+ 296 Heft _ _ _ _ _ _ _ _
2517
+ 297 des _ _ _ _ _ _ _ _
2518
+ 298 Handelns _ _ _ _ _ _ _ _
2519
+ 299 zu _ _ _ _ _ _ _ _
2520
+ 300 überlassen _ _ _ _ _ _ _ _
2521
+ 301 , _ _ _ _ _ _ _ _
2522
+ 302 wäre _ _ _ _ _ _ _ _
2523
+ 303 auch _ _ _ _ _ _ _ _
2524
+ 304 keine _ _ _ _ _ _ _ _
2525
+ 305 Lösung _ _ _ _ _ _ _ _
2526
+ 306 . _ _ _ _ _ _ _ _
2527
+
2528
+ # newdoc id = maz-4472
2529
+ 1 Zu _ _ _ _ _ _ _ BeginSeg=Yes
2530
+ 2 spät _ _ _ _ _ _ _ _
2531
+ 3 Die _ _ _ _ _ _ _ BeginSeg=Yes
2532
+ 4 Ketziner _ _ _ _ _ _ _ _
2533
+ 5 und _ _ _ _ _ _ _ _
2534
+ 6 Paretzer _ _ _ _ _ _ _ _
2535
+ 7 werden _ _ _ _ _ _ _ _
2536
+ 8 heute _ _ _ _ _ _ _ _
2537
+ 9 aus _ _ _ _ _ _ _ _
2538
+ 10 der _ _ _ _ _ _ _ _
2539
+ 11 Zeitung _ _ _ _ _ _ _ _
2540
+ 12 erfahren _ _ _ _ _ _ _ _
2541
+ 13 , _ _ _ _ _ _ _ _
2542
+ 14 dass _ _ _ _ _ _ _ _
2543
+ 15 sie _ _ _ _ _ _ _ _
2544
+ 16 ab _ _ _ _ _ _ _ _
2545
+ 17 Mittwoch _ _ _ _ _ _ _ _
2546
+ 18 nach _ _ _ _ _ _ _ _
2547
+ 19 Uetz _ _ _ _ _ _ _ _
2548
+ 20 , _ _ _ _ _ _ _ _
2549
+ 21 Marquardt _ _ _ _ _ _ _ _
2550
+ 22 und _ _ _ _ _ _ _ _
2551
+ 23 Potsdam _ _ _ _ _ _ _ _
2552
+ 24 nur _ _ _ _ _ _ _ _
2553
+ 25 noch _ _ _ _ _ _ _ _
2554
+ 26 über _ _ _ _ _ _ _ _
2555
+ 27 Falkenrehde _ _ _ _ _ _ _ _
2556
+ 28 fahren _ _ _ _ _ _ _ _
2557
+ 29 können _ _ _ _ _ _ _ _
2558
+ 30 . _ _ _ _ _ _ _ _
2559
+ 31 Weder _ _ _ _ _ _ _ BeginSeg=Yes
2560
+ 32 das _ _ _ _ _ _ _ _
2561
+ 33 Wasserstraßenneubauamt _ _ _ _ _ _ _ _
2562
+ 34 Berlin _ _ _ _ _ _ _ _
2563
+ 35 als _ _ _ _ _ _ _ _
2564
+ 36 Bauherr _ _ _ _ _ _ _ _
2565
+ 37 , _ _ _ _ _ _ _ _
2566
+ 38 noch _ _ _ _ _ _ _ _
2567
+ 39 die _ _ _ _ _ _ _ _
2568
+ 40 bauausführende _ _ _ _ _ _ _ _
2569
+ 41 Firma _ _ _ _ _ _ _ _
2570
+ 42 oder _ _ _ _ _ _ _ _
2571
+ 43 die _ _ _ _ _ _ _ _
2572
+ 44 Straßenverkehrsbehörde _ _ _ _ _ _ _ _
2573
+ 45 Nauen _ _ _ _ _ _ _ _
2574
+ 46 hatten _ _ _ _ _ _ _ _
2575
+ 47 bis _ _ _ _ _ _ _ _
2576
+ 48 gestern _ _ _ _ _ _ _ _
2577
+ 49 Informationen _ _ _ _ _ _ _ _
2578
+ 50 dazu _ _ _ _ _ _ _ _
2579
+ 51 veröffentlicht _ _ _ _ _ _ _ _
2580
+ 52 . _ _ _ _ _ _ _ _
2581
+ 53 Abgesehen _ _ _ _ _ _ _ BeginSeg=Yes
2582
+ 54 von _ _ _ _ _ _ _ _
2583
+ 55 der _ _ _ _ _ _ _ _
2584
+ 56 in _ _ _ _ _ _ _ _
2585
+ 57 Paretz _ _ _ _ _ _ _ _
2586
+ 58 herrschenden _ _ _ _ _ _ _ _
2587
+ 59 generellen _ _ _ _ _ _ _ _
2588
+ 60 Ablehnung _ _ _ _ _ _ _ _
2589
+ 61 gegen _ _ _ _ _ _ _ _
2590
+ 62 den _ _ _ _ _ _ _ _
2591
+ 63 Havelausbau _ _ _ _ _ _ _ _
2592
+ 64 und _ _ _ _ _ _ _ _
2593
+ 65 den _ _ _ _ _ _ _ _
2594
+ 66 damit _ _ _ _ _ _ _ _
2595
+ 67 verbundenen _ _ _ _ _ _ _ _
2596
+ 68 Brückenneubau _ _ _ _ _ _ _ _
2597
+ 69 - _ _ _ _ _ _ _ _
2598
+ 70 die _ _ _ _ _ _ _ BeginSeg=Yes
2599
+ 71 Bürger _ _ _ _ _ _ _ _
2600
+ 72 quasi _ _ _ _ _ _ _ _
2601
+ 73 bis _ _ _ _ _ _ _ _
2602
+ 74 fünf _ _ _ _ _ _ _ _
2603
+ 75 Minuten _ _ _ _ _ _ _ _
2604
+ 76 vor _ _ _ _ _ _ _ _
2605
+ 77 Zwölf _ _ _ _ _ _ _ _
2606
+ 78 im _ _ _ _ _ _ _ _
2607
+ 79 Regen _ _ _ _ _ _ _ _
2608
+ 80 stehen _ _ _ _ _ _ _ _
2609
+ 81 zu _ _ _ _ _ _ _ _
2610
+ 82 lassen _ _ _ _ _ _ _ _
2611
+ 83 , _ _ _ _ _ _ _ _
2612
+ 84 ist _ _ _ _ _ _ _ _
2613
+ 85 nicht _ _ _ _ _ _ _ _
2614
+ 86 zu _ _ _ _ _ _ _ _
2615
+ 87 fassen _ _ _ _ _ _ _ _
2616
+ 88 bei _ _ _ _ _ _ _ _
2617
+ 89 solch _ _ _ _ _ _ _ _
2618
+ 90 einem _ _ _ _ _ _ _ _
2619
+ 91 Großprojekt _ _ _ _ _ _ _ _
2620
+ 92 . _ _ _ _ _ _ _ _
2621
+ 93 Zwar _ _ _ _ _ _ _ BeginSeg=Yes
2622
+ 94 ist _ _ _ _ _ _ _ _
2623
+ 95 die _ _ _ _ _ _ _ _
2624
+ 96 Umleitung _ _ _ _ _ _ _ _
2625
+ 97 laut _ _ _ _ _ _ _ _
2626
+ 98 Bauherr _ _ _ _ _ _ _ _
2627
+ 99 nur _ _ _ _ _ _ _ _
2628
+ 100 4,5 _ _ _ _ _ _ _ _
2629
+ 101 Kilometer _ _ _ _ _ _ _ _
2630
+ 102 lang _ _ _ _ _ _ _ _
2631
+ 103 . _ _ _ _ _ _ _ _
2632
+ 104 Aber _ _ _ _ _ _ _ BeginSeg=Yes
2633
+ 105 was _ _ _ _ _ _ _ _
2634
+ 106 machen _ _ _ _ _ _ _ _
2635
+ 107 die _ _ _ _ _ _ _ _
2636
+ 108 Wanderer _ _ _ _ _ _ _ _
2637
+ 109 und _ _ _ _ _ _ _ _
2638
+ 110 Radfahrer _ _ _ _ _ _ _ _
2639
+ 111 ? _ _ _ _ _ _ _ _
2640
+ 112 Und _ _ _ _ _ _ _ BeginSeg=Yes
2641
+ 113 noch _ _ _ _ _ _ _ _
2642
+ 114 schlimmer _ _ _ _ _ _ _ _
2643
+ 115 - _ _ _ _ _ _ _ _
2644
+ 116 wie _ _ _ _ _ _ _ BeginSeg=Yes
2645
+ 117 kommen _ _ _ _ _ _ _ _
2646
+ 118 die _ _ _ _ _ _ _ _
2647
+ 119 Landwirte _ _ _ _ _ _ _ _
2648
+ 120 mit _ _ _ _ _ _ _ _
2649
+ 121 ihren _ _ _ _ _ _ _ _
2650
+ 122 Traktoren _ _ _ _ _ _ _ _
2651
+ 123 ab _ _ _ _ _ _ _ _
2652
+ 124 Mittwoch _ _ _ _ _ _ _ _
2653
+ 125 auf _ _ _ _ _ _ _ _
2654
+ 126 die _ _ _ _ _ _ _ _
2655
+ 127 Felder _ _ _ _ _ _ _ _
2656
+ 128 jenseits _ _ _ _ _ _ _ _
2657
+ 129 des _ _ _ _ _ _ _ _
2658
+ 130 Kanals _ _ _ _ _ _ _ _
2659
+ 131 ? _ _ _ _ _ _ _ _
2660
+ 132 Hier _ _ _ _ _ _ _ BeginSeg=Yes
2661
+ 133 hat _ _ _ _ _ _ _ _
2662
+ 134 das _ _ _ _ _ _ _ _
2663
+ 135 Wasserstraßenneubauamt _ _ _ _ _ _ _ _
2664
+ 136 versagt _ _ _ _ _ _ _ _
2665
+ 137 - _ _ _ _ _ _ _ _
2666
+ 138 ohne _ _ _ _ _ _ _ _
2667
+ 139 Wenn _ _ _ _ _ _ _ _
2668
+ 140 und _ _ _ _ _ _ _ _
2669
+ 141 Aber _ _ _ _ _ _ _ _
2670
+ 142 . _ _ _ _ _ _ _ _
2671
+ 143 Wofür _ _ _ _ _ _ _ BeginSeg=Yes
2672
+ 144 die _ _ _ _ _ _ _ _
2673
+ 145 Behörde _ _ _ _ _ _ _ _
2674
+ 146 jedoch _ _ _ _ _ _ _ _
2675
+ 147 nichts _ _ _ _ _ _ _ _
2676
+ 148 kann _ _ _ _ _ _ _ _
2677
+ 149 , _ _ _ _ _ _ _ _
2678
+ 150 ist _ _ _ _ _ _ _ _
2679
+ 151 der _ _ _ _ _ _ _ _
2680
+ 152 unglückliche _ _ _ _ _ _ _ _
2681
+ 153 Zeitpunkt _ _ _ _ _ _ _ _
2682
+ 154 des _ _ _ _ _ _ _ _
2683
+ 155 Baubeginns _ _ _ _ _ _ _ _
2684
+ 156 so _ _ _ _ _ _ _ _
2685
+ 157 kurz _ _ _ _ _ _ _ _
2686
+ 158 nach _ _ _ _ _ _ _ _
2687
+ 159 der _ _ _ _ _ _ _ _
2688
+ 160 Wiedereröffnung _ _ _ _ _ _ _ _
2689
+ 161 des _ _ _ _ _ _ _ _
2690
+ 162 Schlosses _ _ _ _ _ _ _ _
2691
+ 163 . _ _ _ _ _ _ _ _
2692
+ 164 Seit _ _ _ _ _ _ _ BeginSeg=Yes
2693
+ 165 einem _ _ _ _ _ _ _ _
2694
+ 166 Jahr _ _ _ _ _ _ _ _
2695
+ 167 ist _ _ _ _ _ _ _ _
2696
+ 168 klar _ _ _ _ _ _ _ _
2697
+ 169 , _ _ _ _ _ _ _ _
2698
+ 170 dass _ _ _ _ _ _ _ _
2699
+ 171 es _ _ _ _ _ _ _ _
2700
+ 172 nach _ _ _ _ _ _ _ _
2701
+ 173 der _ _ _ _ _ _ _ _
2702
+ 174 Buga _ _ _ _ _ _ _ _
2703
+ 175 los _ _ _ _ _ _ _ _
2704
+ 176 geht _ _ _ _ _ _ _ _
2705
+ 177 . _ _ _ _ _ _ _ _
2706
+ 178 Der _ _ _ _ _ _ _ BeginSeg=Yes
2707
+ 179 enorme _ _ _ _ _ _ _ _
2708
+ 180 Zeitverzug _ _ _ _ _ _ _ _
2709
+ 181 beim _ _ _ _ _ _ _ _
2710
+ 182 Schloss _ _ _ _ _ _ _ _
2711
+ 183 war _ _ _ _ _ _ _ _
2712
+ 184 nicht _ _ _ _ _ _ _ _
2713
+ 185 vorhersehbar _ _ _ _ _ _ _ _
2714
+ 186 . _ _ _ _ _ _ _ _
2715
+
2716
+ # newdoc id = maz-4403
2717
+ 1 Scheibchenweise _ _ _ _ _ _ _ BeginSeg=Yes
2718
+ 2 Es _ _ _ _ _ _ _ BeginSeg=Yes
2719
+ 3 ist _ _ _ _ _ _ _ _
2720
+ 4 eine _ _ _ _ _ _ _ _
2721
+ 5 erfreuliche _ _ _ _ _ _ _ _
2722
+ 6 Serie _ _ _ _ _ _ _ _
2723
+ 7 : _ _ _ _ _ _ _ _
2724
+ 8 Am _ _ _ _ _ _ _ BeginSeg=Yes
2725
+ 9 Donnerstag _ _ _ _ _ _ _ _
2726
+ 10 vergangener _ _ _ _ _ _ _ _
2727
+ 11 Woche _ _ _ _ _ _ _ _
2728
+ 12 nahmen _ _ _ _ _ _ _ _
2729
+ 13 die _ _ _ _ _ _ _ _
2730
+ 14 Klimafolgenforscher _ _ _ _ _ _ _ _
2731
+ 15 auf _ _ _ _ _ _ _ _
2732
+ 16 dem _ _ _ _ _ _ _ _
2733
+ 17 Telegrafenberg _ _ _ _ _ _ _ _
2734
+ 18 einen _ _ _ _ _ _ _ _
2735
+ 19 Supercomputer _ _ _ _ _ _ _ _
2736
+ 20 in _ _ _ _ _ _ _ _
2737
+ 21 Betrieb _ _ _ _ _ _ _ _
2738
+ 22 , _ _ _ _ _ _ _ _
2739
+ 23 gestern _ _ _ _ _ _ _ BeginSeg=Yes
2740
+ 24 startete _ _ _ _ _ _ _ _
2741
+ 25 eine _ _ _ _ _ _ _ _
2742
+ 26 Hightech-Anlage _ _ _ _ _ _ _ _
2743
+ 27 in _ _ _ _ _ _ _ _
2744
+ 28 den _ _ _ _ _ _ _ _
2745
+ 29 Roten _ _ _ _ _ _ _ _
2746
+ 30 Kasernen _ _ _ _ _ _ _ _
2747
+ 31 , _ _ _ _ _ _ _ _
2748
+ 32 heute _ _ _ _ _ _ _ BeginSeg=Yes
2749
+ 33 wird _ _ _ _ _ _ _ _
2750
+ 34 am _ _ _ _ _ _ _ _
2751
+ 35 Griebnitzsee _ _ _ _ _ _ _ _
2752
+ 36 das _ _ _ _ _ _ _ _
2753
+ 37 Hasso-Plattner-Institut _ _ _ _ _ _ _ _
2754
+ 38 eröffnet _ _ _ _ _ _ _ _
2755
+ 39 ... _ _ _ _ _ _ _ _
2756
+ 40 So _ _ _ _ _ _ _ BeginSeg=Yes
2757
+ 41 betrachtet _ _ _ _ _ _ _ _
2758
+ 42 , _ _ _ _ _ _ _ _
2759
+ 43 reiht _ _ _ _ _ _ _ _
2760
+ 44 sich _ _ _ _ _ _ _ _
2761
+ 45 das _ _ _ _ _ _ _ _
2762
+ 46 gestern _ _ _ _ _ _ _ _
2763
+ 47 gestartete _ _ _ _ _ _ _ _
2764
+ 48 Projekt _ _ _ _ _ _ _ _
2765
+ 49 der _ _ _ _ _ _ _ _
2766
+ 50 PanMedium-Stiftung _ _ _ _ _ _ _ _
2767
+ 51 in _ _ _ _ _ _ _ _
2768
+ 52 der _ _ _ _ _ _ _ _
2769
+ 53 Nedlitzer _ _ _ _ _ _ _ _
2770
+ 54 Straße _ _ _ _ _ _ _ _
2771
+ 55 nahtlos _ _ _ _ _ _ _ _
2772
+ 56 in _ _ _ _ _ _ _ _
2773
+ 57 die _ _ _ _ _ _ _ _
2774
+ 58 expandierende _ _ _ _ _ _ _ _
2775
+ 59 Potsdamer _ _ _ _ _ _ _ _
2776
+ 60 Hochtechnologie-Landschaft _ _ _ _ _ _ _ _
2777
+ 61 ein _ _ _ _ _ _ _ _
2778
+ 62 . _ _ _ _ _ _ _ _
2779
+ 63 Und _ _ _ _ _ _ _ BeginSeg=Yes
2780
+ 64 das _ _ _ _ _ _ _ _
2781
+ 65 auf _ _ _ _ _ _ _ _
2782
+ 66 hoffnungsvolle _ _ _ _ _ _ _ _
2783
+ 67 Weise _ _ _ _ _ _ _ _
2784
+ 68 . _ _ _ _ _ _ _ _
2785
+ 69 Nur _ _ _ _ _ _ _ BeginSeg=Yes
2786
+ 70 zu _ _ _ _ _ _ _ _
2787
+ 71 gut _ _ _ _ _ _ _ _
2788
+ 72 ist _ _ _ _ _ _ _ _
2789
+ 73 das _ _ _ _ _ _ _ _
2790
+ 74 Debakel _ _ _ _ _ _ _ _
2791
+ 75 um _ _ _ _ _ _ _ _
2792
+ 76 ein _ _ _ _ _ _ _ _
2793
+ 77 ähnlich _ _ _ _ _ _ _ _
2794
+ 78 hochgestecktes _ _ _ _ _ _ _ _
2795
+ 79 Wirtschafts-Computerprojekt _ _ _ _ _ _ _ _
2796
+ 80 in _ _ _ _ _ _ _ _
2797
+ 81 Erinnerung _ _ _ _ _ _ _ _
2798
+ 82 : _ _ _ _ _ _ _ _
2799
+ 83 Das _ _ _ _ _ _ _ BeginSeg=Yes
2800
+ 84 FX-Center _ _ _ _ _ _ _ _
2801
+ 85 , _ _ _ _ _ _ _ _
2802
+ 86 das _ _ _ _ _ _ _ _
2803
+ 87 kaum _ _ _ _ _ _ _ _
2804
+ 88 aus _ _ _ _ _ _ _ _
2805
+ 89 den _ _ _ _ _ _ _ _
2806
+ 90 Negativ-Schlagzeilen _ _ _ _ _ _ _ _
2807
+ 91 heraus _ _ _ _ _ _ _ _
2808
+ 92 ist _ _ _ _ _ _ _ _
2809
+ 93 . _ _ _ _ _ _ _ _
2810
+ 94 Im _ _ _ _ _ _ _ BeginSeg=Yes
2811
+ 95 Vergleich _ _ _ _ _ _ _ _
2812
+ 96 zum _ _ _ _ _ _ _ _
2813
+ 97 Hightech-Kollegen _ _ _ _ _ _ _ _
2814
+ 98 in _ _ _ _ _ _ _ _
2815
+ 99 der _ _ _ _ _ _ _ _
2816
+ 100 Medienstadt _ _ _ _ _ _ _ _
2817
+ 101 ist _ _ _ _ _ _ _ _
2818
+ 102 das _ _ _ _ _ _ _ _
2819
+ 103 PanMedium-Unternehmen _ _ _ _ _ _ _ _
2820
+ 104 aber _ _ _ _ _ _ _ _
2821
+ 105 von _ _ _ _ _ _ _ _
2822
+ 106 Anfang _ _ _ _ _ _ _ _
2823
+ 107 an _ _ _ _ _ _ _ _
2824
+ 108 bescheidener _ _ _ _ _ _ _ _
2825
+ 109 ausgelegt _ _ _ _ _ _ _ _
2826
+ 110 . _ _ _ _ _ _ _ _
2827
+ 111 Nicht _ _ _ _ _ _ _ BeginSeg=Yes
2828
+ 112 nur _ _ _ _ _ _ _ _
2829
+ 113 bei _ _ _ _ _ _ _ _
2830
+ 114 der _ _ _ _ _ _ _ _
2831
+ 115 Förderung _ _ _ _ _ _ _ _
2832
+ 116 ( _ _ _ _ _ _ _ _
2833
+ 117 19,5 _ _ _ _ _ _ _ _
2834
+ 118 statt _ _ _ _ _ _ _ _
2835
+ 119 93 _ _ _ _ _ _ _ _
2836
+ 120 Millionen _ _ _ _ _ _ _ _
2837
+ 121 Mark _ _ _ _ _ _ _ _
2838
+ 122 bei _ _ _ _ _ _ _ _
2839
+ 123 einer _ _ _ _ _ _ _ _
2840
+ 124 Gesamtinvestition _ _ _ _ _ _ _ _
2841
+ 125 von _ _ _ _ _ _ _ _
2842
+ 126 29 _ _ _ _ _ _ _ _
2843
+ 127 statt _ _ _ _ _ _ _ _
2844
+ 128 104 _ _ _ _ _ _ _ _
2845
+ 129 Millionen _ _ _ _ _ _ _ _
2846
+ 130 ) _ _ _ _ _ _ _ _
2847
+ 131 , _ _ _ _ _ _ _ _
2848
+ 132 auch _ _ _ _ _ _ _ BeginSeg=Yes
2849
+ 133 im _ _ _ _ _ _ _ _
2850
+ 134 Konzept _ _ _ _ _ _ _ _
2851
+ 135 geht _ _ _ _ _ _ _ _
2852
+ 136 PanMedium _ _ _ _ _ _ _ _
2853
+ 137 andere _ _ _ _ _ _ _ _
2854
+ 138 Wege _ _ _ _ _ _ _ _
2855
+ 139 . _ _ _ _ _ _ _ _
2856
+ 140 Der _ _ _ _ _ _ _ BeginSeg=Yes
2857
+ 141 Computer _ _ _ _ _ _ _ _
2858
+ 142 startet _ _ _ _ _ _ _ _
2859
+ 143 in _ _ _ _ _ _ _ _
2860
+ 144 verhältnismäßig _ _ _ _ _ _ _ _
2861
+ 145 kleinem _ _ _ _ _ _ _ _
2862
+ 146 Umfang _ _ _ _ _ _ _ _
2863
+ 147 , _ _ _ _ _ _ _ _
2864
+ 148 wächst _ _ _ _ _ _ _ BeginSeg=Yes
2865
+ 149 aber _ _ _ _ _ _ _ _
2866
+ 150 bei _ _ _ _ _ _ _ _
2867
+ 151 Kundennachfrage _ _ _ _ _ _ _ _
2868
+ 152 mit _ _ _ _ _ _ _ _
2869
+ 153 . _ _ _ _ _ _ _ _
2870
+ 154 Das _ _ _ _ _ _ _ BeginSeg=Yes
2871
+ 155 klingt _ _ _ _ _ _ _ _
2872
+ 156 nicht _ _ _ _ _ _ _ _
2873
+ 157 nur _ _ _ _ _ _ _ _
2874
+ 158 technisch _ _ _ _ _ _ _ _
2875
+ 159 sinnvoll _ _ _ _ _ _ _ _
2876
+ 160 , _ _ _ _ _ _ _ _
2877
+ 161 das _ _ _ _ _ _ _ BeginSeg=Yes
2878
+ 162 gibt _ _ _ _ _ _ _ _
2879
+ 163 der _ _ _ _ _ _ _ _
2880
+ 164 Wirtschaft _ _ _ _ _ _ _ _
2881
+ 165 auch _ _ _ _ _ _ _ _
2882
+ 166 finanziell _ _ _ _ _ _ _ _
2883
+ 167 halbwegs _ _ _ _ _ _ _ _
2884
+ 168 die _ _ _ _ _ _ _ _
2885
+ 169 Garantie _ _ _ _ _ _ _ _
2886
+ 170 , _ _ _ _ _ _ _ _
2887
+ 171 kein _ _ _ _ _ _ _ _
2888
+ 172 neues _ _ _ _ _ _ _ _
2889
+ 173 Dienstleister-Fiasko _ _ _ _ _ _ _ _
2890
+ 174 wie _ _ _ _ _ _ _ _
2891
+ 175 bei _ _ _ _ _ _ _ _
2892
+ 176 FX _ _ _ _ _ _ _ _
2893
+ 177 zu _ _ _ _ _ _ _ _
2894
+ 178 erleben _ _ _ _ _ _ _ _
2895
+ 179 . _ _ _ _ _ _ _ _
2896
+
2897
+ # newdoc id = maz-5039
2898
+ 1 Ein _ _ _ _ _ _ _ BeginSeg=Yes
2899
+ 2 übles _ _ _ _ _ _ _ _
2900
+ 3 Verbrechen _ _ _ _ _ _ _ _
2901
+ 4 Angst _ _ _ _ _ _ _ BeginSeg=Yes
2902
+ 5 kann _ _ _ _ _ _ _ _
2903
+ 6 das _ _ _ _ _ _ _ _
2904
+ 7 Leben _ _ _ _ _ _ _ _
2905
+ 8 von _ _ _ _ _ _ _ _
2906
+ 9 Menschen _ _ _ _ _ _ _ _
2907
+ 10 zerstören _ _ _ _ _ _ _ _
2908
+ 11 . _ _ _ _ _ _ _ _
2909
+ 12 Angst _ _ _ _ _ _ _ BeginSeg=Yes
2910
+ 13 zu _ _ _ _ _ _ _ _
2911
+ 14 schüren _ _ _ _ _ _ _ _
2912
+ 15 ist _ _ _ _ _ _ _ _
2913
+ 16 die _ _ _ _ _ _ _ _
2914
+ 17 makabere _ _ _ _ _ _ _ _
2915
+ 18 " _ _ _ _ _ _ _ _
2916
+ 19 coole _ _ _ _ _ _ _ _
2917
+ 20 " _ _ _ _ _ _ _ _
2918
+ 21 Absicht _ _ _ _ _ _ _ _
2919
+ 22 von _ _ _ _ _ _ _ _
2920
+ 23 Trittbrettfahrern _ _ _ _ _ _ _ _
2921
+ 24 in _ _ _ _ _ _ _ _
2922
+ 25 diesen _ _ _ _ _ _ _ _
2923
+ 26 Wochen _ _ _ _ _ _ _ _
2924
+ 27 . _ _ _ _ _ _ _ _
2925
+ 28 Denen _ _ _ _ _ _ _ BeginSeg=Yes
2926
+ 29 muss _ _ _ _ _ _ _ _
2927
+ 30 es _ _ _ _ _ _ _ _
2928
+ 31 offenbar _ _ _ _ _ _ _ _
2929
+ 32 imponieren _ _ _ _ _ _ _ _
2930
+ 33 , _ _ _ _ _ _ _ _
2931
+ 34 dass _ _ _ _ _ _ _ _
2932
+ 35 in _ _ _ _ _ _ _ _
2933
+ 36 Amerika _ _ _ _ _ _ _ _
2934
+ 37 gefährliche _ _ _ _ _ _ _ _
2935
+ 38 Krankheitserreger _ _ _ _ _ _ _ _
2936
+ 39 eingetütet _ _ _ _ _ _ _ _
2937
+ 40 und _ _ _ _ _ _ _ BeginSeg=Yes
2938
+ 41 ohne _ _ _ _ _ _ _ _
2939
+ 42 jede _ _ _ _ _ _ _ _
2940
+ 43 Ehrfurcht _ _ _ _ _ _ _ _
2941
+ 44 vor _ _ _ _ _ _ _ _
2942
+ 45 menschlichem _ _ _ _ _ _ _ _
2943
+ 46 Leben _ _ _ _ _ _ _ _
2944
+ 47 in _ _ _ _ _ _ _ _
2945
+ 48 einen _ _ _ _ _ _ _ _
2946
+ 49 tödlichen _ _ _ _ _ _ _ _
2947
+ 50 Kreislauf _ _ _ _ _ _ _ _
2948
+ 51 geschickt _ _ _ _ _ _ _ _
2949
+ 52 werden _ _ _ _ _ _ _ _
2950
+ 53 . _ _ _ _ _ _ _ _
2951
+ 54 Auch _ _ _ _ _ _ _ BeginSeg=Yes
2952
+ 55 hierzulande _ _ _ _ _ _ _ _
2953
+ 56 gibt _ _ _ _ _ _ _ _
2954
+ 57 's _ _ _ _ _ _ _ _
2955
+ 58 Menschen _ _ _ _ _ _ _ _
2956
+ 59 , _ _ _ _ _ _ _ _
2957
+ 60 die _ _ _ _ _ _ _ _
2958
+ 61 Pulver _ _ _ _ _ _ _ _
2959
+ 62 oder _ _ _ _ _ _ _ _
2960
+ 63 Puder _ _ _ _ _ _ _ _
2961
+ 64 an _ _ _ _ _ _ _ _
2962
+ 65 Bekannte _ _ _ _ _ _ _ _
2963
+ 66 oder _ _ _ _ _ _ _ _
2964
+ 67 Ungeliebte _ _ _ _ _ _ _ _
2965
+ 68 schicken _ _ _ _ _ _ _ _
2966
+ 69 . _ _ _ _ _ _ _ _
2967
+ 70 Vielleicht _ _ _ _ _ _ _ BeginSeg=Yes
2968
+ 71 stehen _ _ _ _ _ _ _ _
2969
+ 72 sie _ _ _ _ _ _ _ _
2970
+ 73 ganz _ _ _ _ _ _ _ _
2971
+ 74 in _ _ _ _ _ _ _ _
2972
+ 75 der _ _ _ _ _ _ _ _
2973
+ 76 Nähe _ _ _ _ _ _ _ _
2974
+ 77 rum _ _ _ _ _ _ _ _
2975
+ 78 , _ _ _ _ _ _ _ _
2976
+ 79 wenn _ _ _ _ _ _ _ BeginSeg=Yes
2977
+ 80 die _ _ _ _ _ _ _ _
2978
+ 81 Briefe _ _ _ _ _ _ _ _
2979
+ 82 geöffnet _ _ _ _ _ _ _ _
2980
+ 83 werden _ _ _ _ _ _ _ _
2981
+ 84 und _ _ _ _ _ _ _ BeginSeg=Yes
2982
+ 85 Schrecken _ _ _ _ _ _ _ _
2983
+ 86 verbreiten _ _ _ _ _ _ _ _
2984
+ 87 , _ _ _ _ _ _ _ _
2985
+ 88 zu _ _ _ _ _ _ _ BeginSeg=Yes
2986
+ 89 aufwändigen _ _ _ _ _ _ _ _
2987
+ 90 Sicherheitsmaßnahmen _ _ _ _ _ _ _ _
2988
+ 91 zwingen _ _ _ _ _ _ _ _
2989
+ 92 . _ _ _ _ _ _ _ _
2990
+ 93 Die _ _ _ _ _ _ _ BeginSeg=Yes
2991
+ 94 Angst _ _ _ _ _ _ _ _
2992
+ 95 erfasst _ _ _ _ _ _ _ _
2993
+ 96 nicht _ _ _ _ _ _ _ _
2994
+ 97 nur _ _ _ _ _ _ _ _
2995
+ 98 die _ _ _ _ _ _ _ _
2996
+ 99 Empfänger _ _ _ _ _ _ _ _
2997
+ 100 . _ _ _ _ _ _ _ _
2998
+ 101 Zumindest _ _ _ _ _ _ _ BeginSeg=Yes
2999
+ 102 gemischte _ _ _ _ _ _ _ _
3000
+ 103 Gefühle _ _ _ _ _ _ _ _
3001
+ 104 beschleichen _ _ _ _ _ _ _ _
3002
+ 105 auch _ _ _ _ _ _ _ _
3003
+ 106 die _ _ _ _ _ _ _ _
3004
+ 107 Mitarbeiter _ _ _ _ _ _ _ _
3005
+ 108 des _ _ _ _ _ _ _ _
3006
+ 109 Hennigsdorfer _ _ _ _ _ _ _ _
3007
+ 110 Briefzentrums _ _ _ _ _ _ _ _
3008
+ 111 , _ _ _ _ _ _ _ _
3009
+ 112 wenn _ _ _ _ _ _ _ BeginSeg=Yes
3010
+ 113 sie _ _ _ _ _ _ _ _
3011
+ 114 Briefe _ _ _ _ _ _ _ _
3012
+ 115 mit _ _ _ _ _ _ _ _
3013
+ 116 merkwürdigen _ _ _ _ _ _ _ _
3014
+ 117 Anschriften _ _ _ _ _ _ _ _
3015
+ 118 , _ _ _ _ _ _ _ _
3016
+ 119 arabischen _ _ _ _ _ _ _ _
3017
+ 120 Lettern _ _ _ _ _ _ _ _
3018
+ 121 oder _ _ _ _ _ _ _ _
3019
+ 122 fühlbar _ _ _ _ _ _ _ _
3020
+ 123 ungewöhnlichem _ _ _ _ _ _ _ _
3021
+ 124 Inhalt _ _ _ _ _ _ _ _
3022
+ 125 feststellen _ _ _ _ _ _ _ _
3023
+ 126 . _ _ _ _ _ _ _ _
3024
+ 127 Bisher _ _ _ _ _ _ _ BeginSeg=Yes
3025
+ 128 waren _ _ _ _ _ _ _ _
3026
+ 129 in _ _ _ _ _ _ _ _
3027
+ 130 Deutschland _ _ _ _ _ _ _ _
3028
+ 131 Trittbrettfahrer _ _ _ _ _ _ _ _
3029
+ 132 am _ _ _ _ _ _ _ _
3030
+ 133 Werk _ _ _ _ _ _ _ _
3031
+ 134 . _ _ _ _ _ _ _ _
3032
+ 135 Einer _ _ _ _ _ _ _ BeginSeg=Yes
3033
+ 136 davon _ _ _ _ _ _ _ _
3034
+ 137 wurde _ _ _ _ _ _ _ _
3035
+ 138 in _ _ _ _ _ _ _ _
3036
+ 139 München _ _ _ _ _ _ _ _
3037
+ 140 gefasst _ _ _ _ _ _ _ _
3038
+ 141 . _ _ _ _ _ _ _ _
3039
+ 142 Ein _ _ _ _ _ _ _ BeginSeg=Yes
3040
+ 143 junger _ _ _ _ _ _ _ _
3041
+ 144 Mensch _ _ _ _ _ _ _ _
3042
+ 145 , _ _ _ _ _ _ _ _
3043
+ 146 der _ _ _ _ _ _ _ _
3044
+ 147 viele _ _ _ _ _ _ _ _
3045
+ 148 Jahre _ _ _ _ _ _ _ _
3046
+ 149 zu _ _ _ _ _ _ _ _
3047
+ 150 tun _ _ _ _ _ _ _ _
3048
+ 151 haben _ _ _ _ _ _ _ _
3049
+ 152 wird _ _ _ _ _ _ _ _
3050
+ 153 , _ _ _ _ _ _ _ _
3051
+ 154 um _ _ _ _ _ _ _ BeginSeg=Yes
3052
+ 155 die _ _ _ _ _ _ _ _
3053
+ 156 Rechnung _ _ _ _ _ _ _ _
3054
+ 157 für _ _ _ _ _ _ _ _
3055
+ 158 seine _ _ _ _ _ _ _ _
3056
+ 159 Untat _ _ _ _ _ _ _ _
3057
+ 160 , _ _ _ _ _ _ _ _
3058
+ 161 immerhin _ _ _ _ _ _ _ _
3059
+ 162 ein _ _ _ _ _ _ _ _
3060
+ 163 mindestens _ _ _ _ _ _ _ _
3061
+ 164 fünfstelliger _ _ _ _ _ _ _ _
3062
+ 165 hoher _ _ _ _ _ _ _ _
3063
+ 166 Betrag _ _ _ _ _ _ _ _
3064
+ 167 , _ _ _ _ _ _ _ _
3065
+ 168 abzuzahlen _ _ _ _ _ _ _ _
3066
+ 169 . _ _ _ _ _ _ _ _
3067
+ 170 Abgelten _ _ _ _ _ _ _ BeginSeg=Yes
3068
+ 171 kann _ _ _ _ _ _ _ _
3069
+ 172 er _ _ _ _ _ _ _ _
3070
+ 173 sie _ _ _ _ _ _ _ _
3071
+ 174 nicht _ _ _ _ _ _ _ _
3072
+ 175 , _ _ _ _ _ _ _ _
3073
+ 176 denn _ _ _ _ _ _ _ BeginSeg=Yes
3074
+ 177 andere _ _ _ _ _ _ _ _
3075
+ 178 Menschen _ _ _ _ _ _ _ _
3076
+ 179 in _ _ _ _ _ _ _ _
3077
+ 180 Angst _ _ _ _ _ _ _ _
3078
+ 181 zu _ _ _ _ _ _ _ _
3079
+ 182 versetzen _ _ _ _ _ _ _ _
3080
+ 183 , _ _ _ _ _ _ _ _
3081
+ 184 das _ _ _ _ _ _ _ BeginSeg=Yes
3082
+ 185 ist _ _ _ _ _ _ _ _
3083
+ 186 ein _ _ _ _ _ _ _ _
3084
+ 187 übles _ _ _ _ _ _ _ _
3085
+ 188 Verbrechen _ _ _ _ _ _ _ _
3086
+ 189 . _ _ _ _ _ _ _ _
3087
+
3088
+ # newdoc id = maz-4794
3089
+ 1 Bitte _ _ _ _ _ _ _ BeginSeg=Yes
3090
+ 2 keine _ _ _ _ _ _ _ _
3091
+ 3 Scheinheiligkeit _ _ _ _ _ _ _ _
3092
+ 4 Die _ _ _ _ _ _ _ BeginSeg=Yes
3093
+ 5 Palette _ _ _ _ _ _ _ _
3094
+ 6 , _ _ _ _ _ _ _ _
3095
+ 7 sich _ _ _ _ _ _ _ _
3096
+ 8 ehrenamtlich _ _ _ _ _ _ _ _
3097
+ 9 zu _ _ _ _ _ _ _ _
3098
+ 10 betätigen _ _ _ _ _ _ _ _
3099
+ 11 , _ _ _ _ _ _ _ _
3100
+ 12 ist _ _ _ _ _ _ _ _
3101
+ 13 riesig _ _ _ _ _ _ _ _
3102
+ 14 . _ _ _ _ _ _ _ _
3103
+ 15 Diese _ _ _ _ _ _ _ BeginSeg=Yes
3104
+ 16 nicht _ _ _ _ _ _ _ _
3105
+ 17 neue _ _ _ _ _ _ _ _
3106
+ 18 Erkenntnis _ _ _ _ _ _ _ _
3107
+ 19 konnte _ _ _ _ _ _ _ _
3108
+ 20 der _ _ _ _ _ _ _ _
3109
+ 21 Markt _ _ _ _ _ _ _ _
3110
+ 22 der _ _ _ _ _ _ _ _
3111
+ 23 Möglichkeiten _ _ _ _ _ _ _ _
3112
+ 24 am _ _ _ _ _ _ _ _
3113
+ 25 Sonnabend _ _ _ _ _ _ _ _
3114
+ 26 in _ _ _ _ _ _ _ _
3115
+ 27 Treuenbrietzen _ _ _ _ _ _ _ _
3116
+ 28 bestens _ _ _ _ _ _ _ _
3117
+ 29 unterstreichen _ _ _ _ _ _ _ _
3118
+ 30 . _ _ _ _ _ _ _ _
3119
+ 31 Schon _ _ _ _ _ _ _ BeginSeg=Yes
3120
+ 32 allein _ _ _ _ _ _ _ _
3121
+ 33 um _ _ _ _ _ _ _ _
3122
+ 34 an _ _ _ _ _ _ _ _
3123
+ 35 diese _ _ _ _ _ _ _ _
3124
+ 36 freiwillige _ _ _ _ _ _ _ _
3125
+ 37 Tätigkeit _ _ _ _ _ _ _ _
3126
+ 38 zu _ _ _ _ _ _ _ _
3127
+ 39 erinnern _ _ _ _ _ _ _ _
3128
+ 40 , _ _ _ _ _ _ _ _
3129
+ 41 ist _ _ _ _ _ _ _ _
3130
+ 42 es _ _ _ _ _ _ _ _
3131
+ 43 eine _ _ _ _ _ _ _ _
3132
+ 44 sinnvolle _ _ _ _ _ _ _ _
3133
+ 45 Veranstaltung _ _ _ _ _ _ _ _
3134
+ 46 , _ _ _ _ _ _ _ _
3135
+ 47 die _ _ _ _ _ _ _ BeginSeg=Yes
3136
+ 48 im _ _ _ _ _ _ _ _
3137
+ 49 Kreis _ _ _ _ _ _ _ _
3138
+ 50 Potsdam-Mittelmark _ _ _ _ _ _ _ _
3139
+ 51 in _ _ _ _ _ _ _ _
3140
+ 52 diesem _ _ _ _ _ _ _ _
3141
+ 53 Jahr _ _ _ _ _ _ _ _
3142
+ 54 bereits _ _ _ _ _ _ _ _
3143
+ 55 ihre _ _ _ _ _ _ _ _
3144
+ 56 vierte _ _ _ _ _ _ _ _
3145
+ 57 Auflage _ _ _ _ _ _ _ _
3146
+ 58 erlebt _ _ _ _ _ _ _ _
3147
+ 59 hat _ _ _ _ _ _ _ _
3148
+ 60 . _ _ _ _ _ _ _ _
3149
+ 61 Neben _ _ _ _ _ _ _ BeginSeg=Yes
3150
+ 62 der _ _ _ _ _ _ _ _
3151
+ 63 Präsentation _ _ _ _ _ _ _ _
3152
+ 64 ist _ _ _ _ _ _ _ _
3153
+ 65 es _ _ _ _ _ _ _ _
3154
+ 66 eine _ _ _ _ _ _ _ _
3155
+ 67 gute _ _ _ _ _ _ _ _
3156
+ 68 Möglichkeit _ _ _ _ _ _ _ _
3157
+ 69 , _ _ _ _ _ _ _ _
3158
+ 70 Mitglieder _ _ _ _ _ _ _ _
3159
+ 71 zu _ _ _ _ _ _ _ _
3160
+ 72 werben _ _ _ _ _ _ _ _
3161
+ 73 . _ _ _ _ _ _ _ _
3162
+ 74 Das _ _ _ _ _ _ _ BeginSeg=Yes
3163
+ 75 wiederum _ _ _ _ _ _ _ _
3164
+ 76 sollten _ _ _ _ _ _ _ _
3165
+ 77 die _ _ _ _ _ _ _ _
3166
+ 78 Mitglieder _ _ _ _ _ _ _ _
3167
+ 79 der _ _ _ _ _ _ _ _
3168
+ 80 Vereine _ _ _ _ _ _ _ _
3169
+ 81 und _ _ _ _ _ _ _ _
3170
+ 82 Selbsthilfegruppen _ _ _ _ _ _ _ _
3171
+ 83 wirklich _ _ _ _ _ _ _ _
3172
+ 84 selbst _ _ _ _ _ _ _ _
3173
+ 85 machen _ _ _ _ _ _ _ _
3174
+ 86 . _ _ _ _ _ _ _ _
3175
+ 87 Ihr _ _ _ _ _ _ _ BeginSeg=Yes
3176
+ 88 Engagement _ _ _ _ _ _ _ _
3177
+ 89 für _ _ _ _ _ _ _ _
3178
+ 90 soziale _ _ _ _ _ _ _ _
3179
+ 91 , _ _ _ _ _ _ _ _
3180
+ 92 kulturelle _ _ _ _ _ _ _ _
3181
+ 93 und _ _ _ _ _ _ _ _
3182
+ 94 sportliche _ _ _ _ _ _ _ _
3183
+ 95 Belange _ _ _ _ _ _ _ _
3184
+ 96 ist _ _ _ _ _ _ _ _
3185
+ 97 nämlich _ _ _ _ _ _ _ _
3186
+ 98 nicht _ _ _ _ _ _ _ _
3187
+ 99 nur _ _ _ _ _ _ _ _
3188
+ 100 Einsicht _ _ _ _ _ _ _ _
3189
+ 101 in _ _ _ _ _ _ _ _
3190
+ 102 die _ _ _ _ _ _ _ _
3191
+ 103 Notwendigkeit _ _ _ _ _ _ _ _
3192
+ 104 , _ _ _ _ _ _ _ _
3193
+ 105 sondern _ _ _ _ _ _ _ BeginSeg=Yes
3194
+ 106 - _ _ _ _ _ _ _ _
3195
+ 107 das _ _ _ _ _ _ _ _
3196
+ 108 war _ _ _ _ _ _ _ _
3197
+ 109 spürbar _ _ _ _ _ _ _ _
3198
+ 110 - _ _ _ _ _ _ _ _
3199
+ 111 auch _ _ _ _ _ _ _ _
3200
+ 112 Begeisterung _ _ _ _ _ _ _ _
3201
+ 113 . _ _ _ _ _ _ _ _
3202
+ 114 Die _ _ _ _ _ _ _ BeginSeg=Yes
3203
+ 115 Politik _ _ _ _ _ _ _ _
3204
+ 116 hingegen _ _ _ _ _ _ _ _
3205
+ 117 , _ _ _ _ _ _ _ _
3206
+ 118 die _ _ _ _ _ _ _ _
3207
+ 119 sich _ _ _ _ _ _ _ _
3208
+ 120 in _ _ _ _ _ _ _ _
3209
+ 121 diesem _ _ _ _ _ _ _ _
3210
+ 122 Jahr _ _ _ _ _ _ _ _
3211
+ 123 Aktionismus _ _ _ _ _ _ _ _
3212
+ 124 in _ _ _ _ _ _ _ _
3213
+ 125 Kampagnen _ _ _ _ _ _ _ _
3214
+ 126 mit _ _ _ _ _ _ _ _
3215
+ 127 Ehrenpreisen _ _ _ _ _ _ _ _
3216
+ 128 , _ _ _ _ _ _ _ _
3217
+ 129 Gründung _ _ _ _ _ _ _ _
3218
+ 130 von _ _ _ _ _ _ _ _
3219
+ 131 Freiwilligenagenturen _ _ _ _ _ _ _ _
3220
+ 132 und _ _ _ _ _ _ _ _
3221
+ 133 ähnlichen _ _ _ _ _ _ _ _
3222
+ 134 Initiativen _ _ _ _ _ _ _ _
3223
+ 135 verordnet _ _ _ _ _ _ _ _
3224
+ 136 hat _ _ _ _ _ _ _ _
3225
+ 137 , _ _ _ _ _ _ _ _
3226
+ 138 sollte _ _ _ _ _ _ _ _
3227
+ 139 sich _ _ _ _ _ _ _ _
3228
+ 140 tunlichst _ _ _ _ _ _ _ _
3229
+ 141 zurückhalten _ _ _ _ _ _ _ _
3230
+ 142 . _ _ _ _ _ _ _ _
3231
+ 143 Wer _ _ _ _ _ _ _ BeginSeg=Yes
3232
+ 144 Sozialabbau _ _ _ _ _ _ _ _
3233
+ 145 betreibt _ _ _ _ _ _ _ _
3234
+ 146 ( _ _ _ _ _ _ _ BeginSeg=Yes
3235
+ 147 etwa _ _ _ _ _ _ _ _
3236
+ 148 die _ _ _ _ _ _ _ _
3237
+ 149 Streichung _ _ _ _ _ _ _ _
3238
+ 150 des _ _ _ _ _ _ _ _
3239
+ 151 Gehörlosengeldes _ _ _ _ _ _ _ _
3240
+ 152 plant _ _ _ _ _ _ _ _
3241
+ 153 ) _ _ _ _ _ _ _ _
3242
+ 154 , _ _ _ _ _ _ _ _
3243
+ 155 Sport-Unternehmen _ _ _ _ _ _ _ BeginSeg=Yes
3244
+ 156 subventioniert _ _ _ _ _ _ _ _
3245
+ 157 ( _ _ _ _ _ _ _ _
3246
+ 158 Lausitzring _ _ _ _ _ _ _ _
3247
+ 159 ) _ _ _ _ _ _ _ _
3248
+ 160 und _ _ _ _ _ _ _ BeginSeg=Yes
3249
+ 161 Kultur _ _ _ _ _ _ _ _
3250
+ 162 stets _ _ _ _ _ _ _ _
3251
+ 163 nur _ _ _ _ _ _ _ _
3252
+ 164 auf _ _ _ _ _ _ _ _
3253
+ 165 Rentabilität _ _ _ _ _ _ _ _
3254
+ 166 prüft _ _ _ _ _ _ _ _
3255
+ 167 ( _ _ _ _ _ _ _ _
3256
+ 168 Volkshoch- _ _ _ _ _ _ _ _
3257
+ 169 und _ _ _ _ _ _ _ _
3258
+ 170 Musikschule _ _ _ _ _ _ _ _
3259
+ 171 ) _ _ _ _ _ _ _ _
3260
+ 172 , _ _ _ _ _ _ _ _
3261
+ 173 sollte _ _ _ _ _ _ _ BeginSeg=Yes
3262
+ 174 nicht _ _ _ _ _ _ _ _
3263
+ 175 scheinheilig _ _ _ _ _ _ _ _
3264
+ 176 die _ _ _ _ _ _ _ _
3265
+ 177 unentgeltliche _ _ _ _ _ _ _ _
3266
+ 178 , _ _ _ _ _ _ _ _
3267
+ 179 aber _ _ _ _ _ _ _ _
3268
+ 180 ehrlich _ _ _ _ _ _ _ _
3269
+ 181 gemeinte _ _ _ _ _ _ _ _
3270
+ 182 Tätigkeit _ _ _ _ _ _ _ _
3271
+ 183 loben _ _ _ _ _ _ _ _
3272
+ 184 . _ _ _ _ _ _ _ _
data2019/deu.rst.pcc/deu.rst.pcc_train.conll ADDED
The diff for this file is too large to render. See raw diff
 
data2019/deu.rst.pcc/deu.rst.pcc_train.tok ADDED
The diff for this file is too large to render. See raw diff
 
data2019/eng.pdtb.pdtb/README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # eng.pdtb.pdtb
2
+
3
+ ## Introduction
4
+
5
+ The Penn Discourse Treebank (PDTB) is an NSF funded project at the University of Pennsylvania. The goal of the project is to annotate the 1 million word Wall Street Journal corpus in Treebank-2 (LDC95T7) with discourse relations holding between eventualities and propositions mentioned in text, which serve as the arguments to those relations. Discourse relations are assumed to have exactly two arguments. Evidence for relations annotated in the PDTB include: (1) Explicit connectives drawn from a set of syntactically well-defined classes; (2) Sentential adjacency and/or clausal adjaceny, where no Explicit connective has been used to signal the relation; (3) Various phrases and lexico-syntactic constructions, which appear to signal the relation despite the lack of an explicit connective.
6
+
7
+ The low-level, evidence-grounded approach in the PDTB exposes a clearly defined level of discourse structure which will support the extraction of a range of inferences associated with discourse connectives. More information on the PDTB2.0 is available from [Prasad et al, 2008; Prasad et al, 2012], while detailed information on the PDTB~3.0 is available from [Prasad et al, 2018; Webber et al, 2018].
8
+
9
+ ## DISRPT 2019 shared task information
10
+
11
+ The data come from the PDTB 3.0, comprising over 53K discourse relations, including over 12K additional intra-sentential relations that were not annotated in the PDTB 2.0, a revised sense hierarchy, and some standardized decision procedures applied to both newly annotated tokens and tokens previously annotated in the PDTB 2.0.
12
+
13
+ Syntactic dependency parses are made available using the CoreNLP conversion to UD syntax from the gold Penn Treebank (PTB) constituent trees where possible; however for some sentences whose text varies slightly from the version found in the PTB or that are absent from the PTB, automatic parses using UDPipe were introduced, to match the automatic parser used for most other DISRPT datasets.
14
+
15
+ ### Obtaining the text
16
+
17
+ Since the underlying Wall Street Journal text cannot be placed openly online, the shared task data has replaced token information with underscores. To reconstruct the data, users must obtain a copy of the LDC release 2.0 of the Penn Treebank Wall Street Journal corpus (LDC95T7) and run the Python script `utils/process_files.py`. Alternatively, the same files are found in PDTB 3.0 raw file directory, which can be used instead. For more details, run `python utils/process_files.py -h`.
18
+
19
+ ### Notes on segmentation
20
+
21
+ Texts in the PDTB are not split into discourse units. Rather, annotation proceeds from using evidence to recognize a potential discourse relation and then verifying it is one. Evidence includes (1) a word or phrase that COULD be an explicit discourse connective that is verified as functioning as a discourse connective; sentences that are adjacent within a paragraph or clauses that are adjacent within a sentence, absent a discourse connective; or clauses within a sentence found in a particular syntactic configuration that correlates with a discourse relation.
22
+
23
+ Once a discourse relation is annotated, there will be several segments:
24
+ * one or more segments expressing Arg1 of the relation
25
+ * one or more segments expressing Arg2 of the relation
26
+ * usually one segment corresponding to an explicit connective if one is present in the relation (but possibly more, for discontinous connectives)
27
+ * one or more segments that are OUTSIDE the given relation
28
+ * optionally, a segment (either outside the relation, or within one of the arguments) indicating the attribution of the relation
29
+ * optionally, in the absense of an explicit connective, segments WITHIN one or both arguments that is taken to provide evidence for that relation.
30
+
31
+ Each relation segments a text independently. Segments may be discontinuous, and within a sentence, which (potentially discontinuous segments) correspond to Arg1 and which to Arg2 depends on whether the syntactic elements representing Arg1 and Arg2 are in a syntactically coordinating or a syntactically subordinating relation. In the former, Arg1 precedes Arg2. In the latter, Arg2 is associated with the syntactically subordinate constituent, whether it is to the left or right of Arg1.
32
+
33
+ With respect to the PDTB, the DISRPT task only requires identifying segments corresponding to the explicit connectives in the text.
34
+
35
+ * Labelling a token with "Seg=B-Conn" indicates that it is at the beginning of an explicit connective.
36
+ * Labelling a token with "Seg=I-Conn" indicates that it is a continuation of the start of the connective
37
+ to its left;
38
+ * Labelling a token with "_" indicates that is is outside the segment to its left.
39
+
40
+ The following illustrate DISRPT labelling of a sentence (abbreviated to B/I) with several distinct connectives (including a modified connective 'especially if') and of a sentence with a discontinuous connective ('not only ... but also').
41
+
42
+ (from wsj_0553: Explicit connectives 'but', 'in the end", 'especially if', 'as')
43
+
44
+ ```
45
+ But in the end his resignation as Chancellor of the Exchequer may be a good thing , especially if
46
+ B B I I _ _ _ _ _ _ _ _ _ _ _ _ _ B I
47
+ it works as he no doubt intends -- by forcing Prime Minister Thatcher and her counterparts elsewhere
48
+ _ _ B _ _ _ _ _ B _ _ _ _ _ _ _ _
49
+ to confront the genuine intellectual issues involved .
50
+ _ _ _ _ _ _ _
51
+ ```
52
+
53
+ (from wsj_0445: Explicit connectives 'by', 'not only ... but also')
54
+
55
+ ```
56
+ By increasing the number of PCs it uses from 66 to 1,000 , Omron Tateishi Electronics Co. , of Kyoto ,
57
+ B _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
58
+ hopes not only to make certain tasks easier but also to transform the way the company is run .
59
+ _ B I _ _ _ _ _ B I _ _ _ _ _ _ _ _ _
60
+ ```
61
+
62
+ ## References
63
+
64
+ * Prasad, Rashmi, Nikhil Dinesh, Alan Lee, Eleni Miltsakaki, Livia Robaldo, Aravind Joshi, and Bonnie Webber (2008). The Penn Discourse TreeBank 2.0. Proceedings, 6th International Conference on Language Resources and Evaluation, Marrakech, Morocco, pp. 2961--2968.
65
+ * Prasad, Rashmi, Bonnie Webber, and Alan Lee (2018). Discourse annotation in the PDTB: The next generation. Proceedings 14th Joint ACL - ISO Workshop on Interoperable Semantic Annotation, pp. 87--97.
66
+ * Webber, Bonnie, Rashmi Prasad, Alan Lee, and Aravind Joshi (2018). The Penn Discourse TreeBank 3.0 Annotation Manual. Technical report, University of Pennsylvania. Available at http://www.seas.upenn.edu/~pdtb, or from the LDC catalogue, LDC2019T05.
67
+
68
+
69
+ ![PDTB Annotator](./pdtb_annotation.png)
data2019/eng.pdtb.pdtb/eng.pdtb.pdtb_dev.conll ADDED
The diff for this file is too large to render. See raw diff
 
data2019/eng.pdtb.pdtb/eng.pdtb.pdtb_dev.tok ADDED
The diff for this file is too large to render. See raw diff
 
data2019/eng.pdtb.pdtb/eng.pdtb.pdtb_test.conll ADDED
The diff for this file is too large to render. See raw diff
 
data2019/eng.pdtb.pdtb/eng.pdtb.pdtb_test.tok ADDED
The diff for this file is too large to render. See raw diff
 
data2019/eng.pdtb.pdtb/eng.pdtb.pdtb_train.conll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b70a3ec6e7c6904597034eb5dce0803edbcb79996e30d82c085f76ff8b082b3
3
+ size 35763432
data2019/eng.pdtb.pdtb/eng.pdtb.pdtb_train.tok ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c31a45fdf9b87ebb44e266e94785cf1bfb16459b2458872f3de66198f5e9f34
3
+ size 27245194
data2019/eng.pdtb.pdtb/pdtb_annotation.png ADDED

Git LFS Details

  • SHA256: f0095a4054bc176bf2ed01a93ba05e44e607774b9b63e93696cdb8a7114ad728
  • Pointer size: 129 Bytes
  • Size of remote file: 9.03 kB
data2019/eng.rst.gum/README.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # eng.rst.gum
2
+
3
+ The Georgetown University Multilayer (GUM) corpus
4
+
5
+ To cite this corpus, please refer to the following article:
6
+
7
+ Zeldes, Amir (2017) "The GUM Corpus: Creating Multilayer Resources in the Classroom". Language Resources and Evaluation 51(3), 581–612.
8
+
9
+ ## Introduction
10
+
11
+ a corpus of English texts from eight text types:
12
+
13
+ interviews
14
+ news
15
+ travel guides
16
+ how-to guides
17
+ academic writing
18
+ biographies
19
+ fiction
20
+ online forum discussions
21
+
22
+ The corpus is created as part of the course LING-367 (Computational Corpus Linguistics) at Georgetown University.
23
+
24
+ For more details see: https://gucorpling.org/gum.
25
+
26
+ ## DISRPT 2019 shared task information
27
+
28
+ For the DISRPT 2019 shared task on elementary discourse unit segmentation, only the 7 open text genres are included (to obtain data in the 8th genre, containing reddit forum discussions which is not included in the shared task, see the corpus website). The data follows the normal division into train, test and dev partitions used for other tasks (e.g. for the conll shared task on UD parsing).
29
+
30
+ POS tags and syntactic parses are the UD version of the manually annotated gold data. Morphological tags are generated automatically using CoreNLP.
31
+
32
+ ### Notes on segmentation
33
+
34
+ GUM RST guidelines treat any non-argument clauses as EDUs (i.e. adverbial clauses, including to-infinitives, are EDUs, but subject and object clauses are not). Adverbial clauses and other EDU structures nested within direct speech object clauses are **not** segmented. VP coordination is not segmented, unless one of the coordinate VPs has its own adverbial clause, in which case all segments are created. Full coordination of finite structures or adverbial clauses is segmented. Prepositional phrases and segments interrupting a syntactic clause are **not** segmented. See the corpus guidelines for more details.
data2019/eng.rst.gum/eng.rst.gum_dev.conll ADDED
The diff for this file is too large to render. See raw diff
 
data2019/eng.rst.gum/eng.rst.gum_dev.tok ADDED
The diff for this file is too large to render. See raw diff
 
data2019/eng.rst.gum/eng.rst.gum_test.conll ADDED
The diff for this file is too large to render. See raw diff
 
data2019/eng.rst.gum/eng.rst.gum_test.tok ADDED
The diff for this file is too large to render. See raw diff
 
data2019/eng.rst.gum/eng.rst.gum_train.conll ADDED
The diff for this file is too large to render. See raw diff
 
data2019/eng.rst.gum/eng.rst.gum_train.tok ADDED
The diff for this file is too large to render. See raw diff
 
data2019/eng.rst.rstdt/README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # eng.rst.rstdt
2
+
3
+ The RST Discourse Treebank
4
+
5
+ Carlson, Lynn, Daniel Marcu and Mary Ellen Okurowski (2001). RST Discourse Treebank LDC2002T07. Philadelphia: Linguistic Data Consortium.
6
+
7
+ ## Introduction
8
+
9
+ Rhetorical Structure Theory (RST) Discourse Treebank was developed by researchers at the Information Sciences Institute (University of Southern California), the US Department of Defense and the Linguistic Data Consortium (LDC). It consists of 385 Wall Street Journal articles from the Penn Treebank annotated with discourse structure in the RST framework along with human-generated extracts and abstracts associated with the source documents.
10
+
11
+ In the RST framework (Mann and Thompson, 1988), a text's discourse structure can be represented as a tree in four aspects: (1) the leaves correspond to text fragments called elementary discourse units (the mininal discourse units); (2) the internal nodes of the tree correspond to contiguous text spans; (3) each node is characterized by its nuclearity, or essential unit of information; and (4) each node is also characterized by a rhetorical relation between two or more non-overlapping, adjacent text spans.
12
+
13
+ See: https://catalog.ldc.upenn.edu/LDC2002T07
14
+
15
+ ## DISRPT 2019 shared task information
16
+
17
+ For the DISRPT 2019 shared task on elementary discourse unit segmentation, the data was divided into train, test and dev partitions. The original test partition of 38 documents was retained, and 38 further documents from the remaining 347 documents were set aside for the dev partition.
18
+
19
+ Syntactic dependency parses are made available using the CoreNLP conversion to UD syntax from the gold Penn Treebank (PTB) constituent trees where possible; however for some sentences whose text varies slightly from the version found in the PTB, automatic parses using UDPipe were introduced, to match the automatic parser used for most other DISRPT datasets.
20
+
21
+ ### Obtaining the text
22
+
23
+ Since the underlying Wall Street Journal text cannot be placed openly online, the shared task data has replaced token information with underscores. To reconstruct the data, users must obtain a copy of the LDC release of the RST-DT and run the Python script `utils/process_files.py`. For more details, run `python utils/process_files.py -h`.
24
+
25
+ ### Notes on segmentation
26
+
27
+ RST-DT includes split units using the Same-Unit relation, meaning for example that interrupted matrix clauses can contain three units: the interrupting clause, and the surrounding two parts of a main clause.
data2019/eng.rst.rstdt/eng.rst.rstdt_dev.conll ADDED
The diff for this file is too large to render. See raw diff
 
data2019/eng.rst.rstdt/eng.rst.rstdt_dev.tok ADDED
The diff for this file is too large to render. See raw diff
 
data2019/eng.rst.rstdt/eng.rst.rstdt_test.conll ADDED
The diff for this file is too large to render. See raw diff
 
data2019/eng.rst.rstdt/eng.rst.rstdt_test.tok ADDED
The diff for this file is too large to render. See raw diff
 
data2019/eng.rst.rstdt/eng.rst.rstdt_train.conll ADDED
The diff for this file is too large to render. See raw diff
 
data2019/eng.rst.rstdt/eng.rst.rstdt_train.tok ADDED
The diff for this file is too large to render. See raw diff
 
data2019/eng.sdrt.stac/README.md ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # eng.sdrt.stac
2
+
3
+ ## Description
4
+
5
+ The STAC dataset is a corpus of strategic chat conversations manually annotated with negotiation-related information, dialogue acts and discourse structures in the framework of Segmented Discourse Representation Theory (SDRT). This dataset was developed within the context of the STAC (Strategic Conversation) project supported by the European Research Council, Grant n. 269427.
6
+
7
+ This dataset consists of 45 games segmented into Elementary Discourse Units and then annotated using the Glozz tool. The annotations were split into subdocuments to make them easier to work with.
8
+
9
+ The annotations have benefitted from several passes---a first one done by annotators hired for the STAC project and subsequent revisions done by SDRT experts. Thanks to Julie Hall, Helen Joseph and especially Lisa Grabow Peterson for the initial round of annotations.
10
+
11
+ ### Download
12
+
13
+ You may download the entire corpus from the STAC website:
14
+ https://www.irit.fr/STAC/
15
+
16
+
17
+ ### License and attribution information
18
+
19
+ The STAC corpus is made available under the Creative Commons license Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0).
20
+ https://creativecommons.org/licenses/by-nc-sa/4.0/
21
+
22
+ If you use the STAC corpus in a scientific publication, we would appreciate citations to the following paper:
23
+ * Asher, N., Hunter, J., Morey, M., Benamara, F. & S. Afantenos (2016). Discourse structure and dialogue acts in multiparty dialogue: the STAC corpus. In The Tenth International Conference on Language Resources and Evaluation (LREC 2016). European Language Resources Association, pp. 2721-2727, Portorož.
24
+
25
+ ### Contact information
26
+
27
+ Nicholas Asher
28
+ E-mail: [email protected]
29
+
30
+ ## DISRPT 2019 shared task information
31
+
32
+ The STAC dataset treats individual chat turns as utterances for the purposes of syntactic sentence segmentation in the .conll files. Parses were done automatically using UDPipe. Note that in .tok files, it is not always possible to recognize chat turn transitions, though in the .conll files, they are guaranteed to be split into distinct sentences. Sentences may contain multiple discourse units.
data2019/eng.sdrt.stac/eng.sdrt.stac_dev.conll ADDED
The diff for this file is too large to render. See raw diff
 
data2019/eng.sdrt.stac/eng.sdrt.stac_dev.tok ADDED
The diff for this file is too large to render. See raw diff
 
data2019/eng.sdrt.stac/eng.sdrt.stac_test.conll ADDED
The diff for this file is too large to render. See raw diff
 
data2019/eng.sdrt.stac/eng.sdrt.stac_test.tok ADDED
The diff for this file is too large to render. See raw diff
 
data2019/eng.sdrt.stac/eng.sdrt.stac_train.conll ADDED
The diff for this file is too large to render. See raw diff
 
data2019/eng.sdrt.stac/eng.sdrt.stac_train.tok ADDED
The diff for this file is too large to render. See raw diff
 
data2019/eus.rst.ert/README.md ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # eus.rst.ert
2
+
3
+ RST Basque TreeBank
4
+
5
+ Citation: Iruskieta, M.; Aranzabe, M.J.; Diaz de Ilarraza, A.; Gonzalez, I.; Lersundi, M.; Lopez de la Calle, O. 2013. The RST Basque TreeBank: an online search interface to check rhetorical relations. Paper presented at the 4th Workshop ''RST and Discourse Studies'', Brasil, October 21-23.
6
+
7
+ ## Introduction
8
+
9
+ The RST Basque Treebank was annotated at subsentential level following Tofilosky et al. (2009) and using the extended classification of discourse relations following the Rhetorical Structure Theory (RST) by Mann and Thompson (1988). The annotated corpus contains 60 abstract texts from three different domains: medical, terminologycal and scientific. RSTTool (O'Donnel 2000), an annotation interface for RST was used to annotate this corpus and RhetDataBase was used to annotate the signals of the rhetorical relations.
10
+
11
+ Team-Group:
12
+
13
+ * Oier Lopez de Lacalle
14
+ * Esther Miranda
15
+ * Kike Fernandez
16
+ * Maxux Aranzabe
17
+ * Itziar Gonzalez
18
+ * Mikel Lersundi
19
+ * Arantza Diaz de Ilarraza
20
+ * Mikel Iruskieta
21
+
22
+ ## DISRPT 2019 shared task information
23
+
24
+ Sentence splits and parses provided by the treebank team. Train/dev/test partitions each contain 84/28/28 documents.
data2019/eus.rst.ert/eus.rst.ert_dev.conll ADDED
The diff for this file is too large to render. See raw diff
 
data2019/eus.rst.ert/eus.rst.ert_dev.tok ADDED
The diff for this file is too large to render. See raw diff
 
data2019/eus.rst.ert/eus.rst.ert_test.conll ADDED
The diff for this file is too large to render. See raw diff
 
data2019/eus.rst.ert/eus.rst.ert_test.tok ADDED
The diff for this file is too large to render. See raw diff
 
data2019/eus.rst.ert/eus.rst.ert_train.conll ADDED
The diff for this file is too large to render. See raw diff
 
data2019/eus.rst.ert/eus.rst.ert_train.tok ADDED
The diff for this file is too large to render. See raw diff
 
data2019/fra.sdrt.annodis/README.md ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # fra.sdrt.annodis
2
+
3
+ ## Description
4
+
5
+ The ANNODIS resource is a diversified corpus of written French texts enriched with a manual annotation of discourse structures. It was produced as part of the ANNODIS project (ANNOtation DIScursive), financed by the French National Research Agency (ANR). Its main features:
6
+
7
+ * two mark-ups (corresponding to two distinct approaches to discourse organisation)
8
+ * rhetorical relations annotation including 3188 Elementary Discourse Units (EDU) and 1395 Complex Discourse Units (CDU) linked by 3355 rhetorical relations (e.g. contrast, elaboration, result, attribution, etc.)
9
+ * multi-level structures annotion including 991 Enumerative Structures (ES) and 588 Topical Chains (TC) with their clues (e.g. 2456 topical expressions)
10
+ * texts (a total of 687,000 words) coming from four sources
11
+ * the regional daily Est Républicain (39 articles - 10,000 words)
12
+ * the French Wikipedia (30 articles + 30 extracts - 242,000 words)
13
+ * the proceedings of the Congrès Mondial de Linguistique Française 2008 (25 articles - 169,000 words)
14
+ * reports from the Institut Français de Relations Internationales (32 reports - 266,000 words)
15
+
16
+ The texts were annotated using the Glozz annotation tool created for the ANNODIS resource
17
+
18
+ Partners in the ANNODIS project (ANR corpus 2007)
19
+
20
+ * CLLE (UMR 5263), Université de Toulouse UTM (Myriam Bras, Cécile Fabre, Lydia-Mai Ho-Dac, Anne Le Draoulec, Marie-Paule Péry-Woodley, Laurent Prévot, Josette Rebeyrolle, Franck Sajous, Ludovic Tanguy, Marianne Vergez-Couret)
21
+ * IRIT (UMR 5505) Université de Toulouse UPS (Nicholas Asher, Farah Benamara, Philippe Muller, Laure Vieu, Stergos Afantenos)
22
+ * GREYC (UMR 6072) Université de Caen (Thierry Charnois, Bruno Crémilleux, Patrice Enjalbert, Stéphane Ferrari , Alexandre Labadié, Julien Lebranchu, Dominique Legallois, Yann Mathet, Antoine Widlöcher)
23
+
24
+ Publications presenting the ANNODIS project/resource
25
+
26
+ * Afantenos S. D., Asher N., Benamara F., Bras M., Fabre C., Ho-Dac L.-M., Le Draoulec A. Muller P., Péry-Woodley M.-P., Prévot L., Rebeyrolle J., Tanguy L., Vergez-Couret M., Vieu L. (2012). An empirical resource for discovering cognitive principles of discourse organization: the ANNODIS corpus. LREC 2012, Istanbul, Turkey, July 2012.
27
+ * Péry-Woodley M.-P., Afantenos S. D., Ho-Dac L.-M., Asher N. (2011). La ressource ANNODIS, un corpus enrichi d'annotations discursives. TAL 52(3), pp 71-101.
28
+ * Péry-Woodley M.-P., Asher N., Enjalbert P., Benamara F., Bras M., Fabre C., Ferrari S., Ho-Dac L.-M., Le Draoulec A. , Mathet Y., Muller P., Prévot L., Rebeyrolle J., Tanguy L., Vergez-Couret M., Vieu L., Wildöcher A. (2009). ANNODIS : une approche outillée de l'annotation de structures discursives, TALN 2009, Senlis, Juin, 2009.
29
+
30
+ Annotation manuals (in French)
31
+
32
+ * Muller P., Vergez-Couret M., Prévot L., Asher N., Benamara F., Bras M., Le Draoulec A., Vieu L. (2012). Manuel d'annotation en relations de discours du projet ANNODIS. Carnets de Grammaire 21, 34p.
33
+ * Colléter M., Fabre C., Ho-Dac L.-M., Péry-Woodley M.-P., Rebeyrolle J., Tanguy L. (2012). La ressource ANNODIS multi-échelle : guide d'annotation et "bonus" Carnets de Grammaire 20, 63p.
34
+
35
+ ### Licence
36
+
37
+ The ANNODIS resource is available under Creative Commons licence BY-NC-SA 3.0 (Attribution-NonCommercial-ShareAlike). Please read it carefully.
38
+
39
+ ### Person in charge
40
+
41
+ Lydia-Mai Ho-Dac
42
+ Contact : [email protected]
43
+
44
+ ### Source
45
+
46
+ Yann MATHET & Antoine WIDLOCHER
47
+ ANR Project: ANNODIS
48
+
49
+ ## DISRPT 2019 shared task information
50
+
51
+ For the DISRPT 2019 shared task on elementary discourse unit segmentation, only segmentations from the 'expert' annotation portion of the corpus were used, leaving outside the 'naive' annotation portions. Syntactic parses are automatic, generated using UDPipe.
data2019/fra.sdrt.annodis/fra.sdrt.annodis_dev.conll ADDED
The diff for this file is too large to render. See raw diff
 
data2019/fra.sdrt.annodis/fra.sdrt.annodis_dev.tok ADDED
The diff for this file is too large to render. See raw diff
 
data2019/fra.sdrt.annodis/fra.sdrt.annodis_test.conll ADDED
The diff for this file is too large to render. See raw diff
 
data2019/fra.sdrt.annodis/fra.sdrt.annodis_test.tok ADDED
The diff for this file is too large to render. See raw diff
 
data2019/fra.sdrt.annodis/fra.sdrt.annodis_train.conll ADDED
The diff for this file is too large to render. See raw diff