Visualization of Linguistic Graphs with discoursegraphs

  • each format that can be parsed by discoursegraphs (RST, MMAX2, TigerXML, Conano ...) is converted into a networkx multidigraph
  • networkx graphs can be converted into dot/graphviz format for visulization

WARNING: dot/graphviz doesn't sort nodes

  • we would have to add additional (invisible) edges between the token nodes to make them appear in the right order
  • the token order can be extracted from the .tokens list of a DiscourseDocumentGraph (or any of its subclasses)

In [1]:
%matplotlib inline

# install the gvmagic extension by uncommenting/running it once: 
# %install_ext https://raw.github.com/cjdrake/ipython-magic/master/gvmagic.py

%load_ext gvmagic

import os
import discoursegraphs as dg

In [2]:
CORPUS_DIR = os.path.expanduser('~/corpora/potsdam-commentary-corpus-2.0.0/')

In [3]:
rstgraph = dg.read_rs3(os.path.join(CORPUS_DIR, 'rst', 'maz-1423.rs3'))
rstgraph_untokenized = dg.read_rs3(os.path.join(CORPUS_DIR, 'rst', 'maz-1423.rs3'), tokenize=False)

In [4]:
%dotstr dg.print_dot(rstgraph_untokenized)


maz-1423.rs3 rst:16 [s]:16: Die Diskussion , wie... rst:31 rst:group:span:31 rst:30 rst:group:span:30 rst:31->rst:30 rst:span rst:29 rst:group:multinuc:29 rst:30->rst:29 rst:span rst:24 rst:group:span:24 rst:30->rst:24 rst:interpretation rst:32 [n]:32: desto weniger wird d... rst:33 rst:group:multinuc:33 rst:33->rst:32 rst:conjunction rst:7 [n]:7: Je mehr Veranstaltun... rst:33->rst:7 rst:conjunction rst:12 [s]:12: Das Oktoberfest hat ... rst:13 [s]:13: Die Gäste aus nah un... rst:12->rst:13 rst:reason rst:10 [s]:10: Auch die Nachbarstäd... rst:11 [s]:11: Wittstock dagegen mu... rst:22 rst:group:span:22 rst:11->rst:22 rst:evidence rst:22->rst:12 rst:span rst:18 rst:group:span:18 rst:4 [s]:4: Die Einnahmen sind d... rst:18->rst:4 rst:span rst:5 [s]:5: Die Betriebskosten f... rst:4->rst:5 rst:evidence rst:19 rst:group:span:19 rst:6 [s]:6: Jetzt wird es darum ... rst:19->rst:6 rst:span rst:8 [s]:8: Die Halle muss ausge... rst:19->rst:8 rst:summary rst:6->rst:33 rst:reason rst:1 [i]:1: Zum Angewöhnen... rst:2 [s]:2: Bei der jüngsten Sit... rst:2->rst:16 rst:background rst:3 [s]:3: Vor allem kommerziel... rst:27 rst:group:span:27 rst:3->rst:27 rst:background rst:27->rst:2 rst:span rst:9 [s]:9: Und in der Region gi... rst:9->rst:10 rst:evidence rst:28 rst:group:span:28 rst:29->rst:28 rst:concession rst:26 rst:group:span:26 rst:29->rst:26 rst:joint rst:25 rst:group:span:25 rst:29->rst:25 rst:joint rst:14 [s]:14: Fest steht , dass di... rst:24->rst:14 rst:span rst:15 [s]:15: Ohne die Halle würde... rst:14->rst:15 rst:restatement discoursegraph:root_node discoursegraph:root_node rst:28->rst:3 rst:span rst:20 rst:group:span:20 rst:26->rst:20 rst:span rst:23 rst:group:span:23 rst:25->rst:23 rst:span rst:20->rst:18 rst:reason rst:20->rst:19 rst:span rst:23->rst:11 rst:span rst:21 rst:group:span:21 rst:23->rst:21 rst:antithesis rst:21->rst:9 rst:span

Let's look at some statistics about the created document graph


In [5]:
dg.info(rstgraph_untokenized)


Name: maz-1423.rs3
Type: RSTGraph
Number of nodes: 33
Number of edges: 30
Average in degree:   0.9091
Average out degree:   0.9091 

Node statistics
===============

number of nodes with layers
	rst - 31
	rst:segment - 17
	rst:group - 14
	rst:root - 1
	discoursegraph - 1

number of nodes with attributes
	layers - 33
	rst:segment_type - 32
	label - 32
	rst:rel_name - 23
	rst:text - 17
	rst:group_type - 15
	metadata - 2

Edge statistics
===============

number of edges with layers
	rst - 30

number of edges with attributes
	layers - 30
	rst:rel_type - 30
	edge_type - 30
	rst:rel_name - 30
	label - 30

most common source edges
	rst:29 - 3
	rst:30 - 2
	rst:33 - 2
	rst:19 - 2
	rst:23 - 2

most common target edges
	rst:30 - 1
	rst:32 - 1
	rst:33 - 1
	rst:12 - 1
	rst:13 - 1

We can also plot attribute value statistics (e.g. POS distributions, RST relation counts)


In [17]:
dg.util.plot_attribute_distribution(rstgraph, rstgraph.edges(), 'rst:rel_name')



In [9]:
cdg = dg.read_conano(os.path.join(CORPUS_DIR, 'connectors', 'maz-1423.xml'))
cdg_untokenized = dg.read_conano(os.path.join(CORPUS_DIR, 'connectors', 'maz-1423.xml'), tokenize=False)

In [10]:
%dotstr dg.print_dot(cdg_untokenized)


maz-1423.xml 7:ext 7:ext: Die Halle muss ausge... 11:ext 11:ext: weniger wird der Sta... 7:ext->11:ext 11:connective 11:connective: desto... 7:ext->11:connective 11:int 11:int: mehr Veranstaltungen... 7:ext->11:int 11:int->11:connective 7:connective 7:connective: Und... 9:int 9:int: die Nachbarstädte bi... 9:connective 9:connective: Auch... 9:int->9:connective 10:connective 10:connective: dagegen... 4:ext 4:ext: Vor allem kommerziel... 7:int 7:int: ... 9:ext 9:ext: in der Region gibt e... 7:int->9:ext 9:ext->7:connective 10:int 10:int: muss sich erst einen... 10:int->10:connective 4:int 4:int: nur ein Tropfen auf ... 4:connective 4:connective: dennoch... 4:int->4:connective conano:root_node conano:root_node discourse discourse: Das Oktoberfest hat ... conano:root_node->discourse discourse->7:ext discourse->4:ext discourse->7:int discourse->10:int discourse->4:int 10:ext 10:ext: ... discourse->10:ext 10:ext->9:int discoursegraph:root_node discoursegraph:root_node

In [11]:
%dotstr dg.print_dot(cdg)


maz-1423.xml 11:connective 11:connective token:87 token:87 11:connective->token:87 token:82 token:82 11:connective->token:82 4:connective 4:connective token:49 token:49 4:connective->token:49 token:149 token:149 token:148 token:148 10:int 10:int token:116 token:116 10:int->token:116 token:118 token:118 10:int->token:118 token:119 token:119 10:int->token:119 token:123 token:123 10:int->token:123 token:122 token:122 10:int->token:122 token:121 token:121 10:int->token:121 token:120 token:120 10:int->token:120 token:124 token:124 10:int->token:124 10:connective 10:connective 10:int->10:connective token:117 token:117 10:connective->token:117 token:140 token:140 token:143 token:143 token:142 token:142 token:145 token:145 token:144 token:144 token:147 token:147 token:146 token:146 token:184 token:184 4:int 4:int 4:int->4:connective token:50 token:50 4:int->token:50 token:51 token:51 4:int->token:51 token:52 token:52 4:int->token:52 token:53 token:53 4:int->token:53 token:54 token:54 4:int->token:54 token:55 token:55 4:int->token:55 token:56 token:56 4:int->token:56 token:57 token:57 4:int->token:57 token:47 token:47 4:int->token:47 token:46 token:46 4:int->token:46 token:48 token:48 4:int->token:48 token:94 token:94 token:95 token:95 token:96 token:96 token:97 token:97 discoursegraph:root_node discoursegraph:root_node token:91 token:91 token:92 token:92 token:93 token:93 token:182 token:182 token:98 token:98 token:99 token:99 token:158 token:158 token:159 token:159 token:152 token:152 token:153 token:153 token:150 token:150 token:151 token:151 token:156 token:156 token:157 token:157 token:154 token:154 token:155 token:155 token:69 token:69 token:68 token:68 token:61 token:61 token:60 token:60 token:63 token:63 token:62 token:62 token:65 token:65 token:64 token:64 token:67 token:67 token:66 token:66 9:connective 9:connective token:108 token:108 9:connective->token:108 token:86 token:86 token:85 token:85 token:84 token:84 token:83 token:83 token:81 token:81 token:80 token:80 token:89 token:89 token:88 token:88 token:169 token:169 token:168 token:168 token:167 token:167 token:166 token:166 token:165 token:165 token:164 token:164 token:163 token:163 token:162 token:162 token:161 token:161 token:160 token:160 token:18 token:18 token:19 token:19 token:14 token:14 token:15 token:15 token:16 token:16 token:17 token:17 token:10 token:10 token:11 token:11 token:12 token:12 token:13 token:13 4:ext 4:ext token:36 token:36 4:ext->token:36 token:37 token:37 4:ext->token:37 token:34 token:34 4:ext->token:34 token:35 token:35 4:ext->token:35 token:38 token:38 4:ext->token:38 token:39 token:39 4:ext->token:39 token:43 token:43 4:ext->token:43 token:42 token:42 4:ext->token:42 token:41 token:41 4:ext->token:41 token:40 token:40 4:ext->token:40 token:45 token:45 4:ext->token:45 token:44 token:44 4:ext->token:44 token:107 token:107 conano:root_node conano:root_node discourse discourse conano:root_node->discourse discourse->token:149 discourse->token:148 discourse->10:int discourse->token:140 discourse->token:143 discourse->token:142 discourse->token:145 discourse->token:144 discourse->token:147 discourse->token:146 discourse->token:184 discourse->4:int discourse->token:182 discourse->token:158 discourse->token:159 discourse->token:152 discourse->token:153 discourse->token:150 discourse->token:151 discourse->token:156 discourse->token:157 discourse->token:154 discourse->token:155 discourse->token:69 discourse->token:68 discourse->token:61 discourse->token:60 discourse->token:63 discourse->token:62 discourse->token:65 discourse->token:64 discourse->token:67 discourse->token:66 discourse->token:81 discourse->token:80 discourse->token:169 discourse->token:168 discourse->token:167 discourse->token:166 discourse->token:165 discourse->token:164 discourse->token:163 discourse->token:162 discourse->token:161 discourse->token:160 discourse->token:18 discourse->token:19 discourse->token:14 discourse->token:15 discourse->token:16 discourse->token:17 discourse->token:10 discourse->token:11 discourse->token:12 discourse->token:13 discourse->4:ext token:170 token:170 discourse->token:170 token:171 token:171 discourse->token:171 token:172 token:172 discourse->token:172 token:173 token:173 discourse->token:173 token:174 token:174 discourse->token:174 token:175 token:175 discourse->token:175 token:176 token:176 discourse->token:176 token:177 token:177 discourse->token:177 token:178 token:178 discourse->token:178 token:179 token:179 discourse->token:179 token:141 token:141 discourse->token:141 7:ext 7:ext discourse->7:ext token:185 token:185 discourse->token:185 token:181 token:181 discourse->token:181 token:180 token:180 discourse->token:180 token:183 token:183 discourse->token:183 token:135 token:135 discourse->token:135 token:8 token:8 discourse->token:8 token:9 token:9 discourse->token:9 7:int 7:int discourse->7:int token:2 token:2 discourse->token:2 token:3 token:3 discourse->token:3 token:1 token:1 discourse->token:1 token:6 token:6 discourse->token:6 token:7 token:7 discourse->token:7 token:4 token:4 discourse->token:4 token:5 token:5 discourse->token:5 token:32 token:32 discourse->token:32 token:33 token:33 discourse->token:33 token:30 token:30 discourse->token:30 token:31 token:31 discourse->token:31 token:58 token:58 discourse->token:58 token:59 token:59 discourse->token:59 token:25 token:25 discourse->token:25 token:24 token:24 discourse->token:24 token:27 token:27 discourse->token:27 token:26 token:26 discourse->token:26 token:21 token:21 discourse->token:21 token:20 token:20 discourse->token:20 token:23 token:23 discourse->token:23 token:22 token:22 discourse->token:22 token:29 token:29 discourse->token:29 token:28 token:28 discourse->token:28 token:129 token:129 discourse->token:129 token:128 token:128 discourse->token:128 token:127 token:127 discourse->token:127 token:126 token:126 discourse->token:126 token:125 token:125 discourse->token:125 10:ext 10:ext discourse->10:ext token:76 token:76 discourse->token:76 token:77 token:77 discourse->token:77 token:74 token:74 discourse->token:74 token:75 token:75 discourse->token:75 token:72 token:72 discourse->token:72 token:73 token:73 discourse->token:73 token:70 token:70 discourse->token:70 token:71 token:71 discourse->token:71 token:78 token:78 discourse->token:78 token:79 token:79 discourse->token:79 token:138 token:138 discourse->token:138 token:139 token:139 discourse->token:139 token:134 token:134 discourse->token:134 token:136 token:136 discourse->token:136 token:137 token:137 discourse->token:137 token:130 token:130 discourse->token:130 token:131 token:131 discourse->token:131 token:132 token:132 discourse->token:132 token:133 token:133 discourse->token:133 token:106 token:106 token:102 token:102 7:ext->11:connective 7:ext->token:94 7:ext->token:95 7:ext->token:96 7:ext->token:97 7:ext->token:98 7:ext->token:99 11:ext 11:ext 7:ext->11:ext 11:int 11:int 7:ext->11:int 11:ext->token:91 11:ext->token:92 11:ext->token:93 11:ext->token:89 11:ext->token:88 token:90 token:90 11:ext->token:90 11:int->11:connective 11:int->token:86 11:int->token:85 11:int->token:84 11:int->token:83 token:109 token:109 7:connective 7:connective token:100 token:100 7:connective->token:100 9:ext 9:ext 9:ext->token:107 9:ext->token:106 9:ext->token:102 9:ext->7:connective token:105 token:105 9:ext->token:105 token:104 token:104 9:ext->token:104 token:101 token:101 9:ext->token:101 token:103 token:103 9:ext->token:103 7:int->9:ext token:114 token:114 token:115 token:115 token:112 token:112 token:113 token:113 token:110 token:110 token:111 token:111 9:int 9:int 10:ext->9:int 9:int->9:connective 9:int->token:109 9:int->token:114 9:int->token:115 9:int->token:112 9:int->token:113 9:int->token:110 9:int->token:111

In [12]:
mdg = dg.read_mmax2(os.path.join(CORPUS_DIR, 'coreference', 'maz-1423.mmax'))

In [13]:
%dotstr dg.print_dot(mdg)


maz-1423.mmax word_148 nach word_149 Wittstock word_140 und word_141 fern word_142 müssen word_143 sich word_144 erst word_106 Konkurrenz word_146 gewöhnen word_147 , word_13 Vereine word_12 für word_11 Stadthalle word_10 Wittstocker word_17 , word_16 wird word_15 Veranstalter word_14 und word_19 einige word_18 hat markable_18 markable_18:primmark word_152 Gymnasium markable_18->word_152 mmax:primmark markable_19 markable_19:primmark markable_17 markable_17:primmark markable_19->markable_17 mmax:antecedent word_160 die markable_19->word_160 mmax:primmark word_161 Dosse-Stadt markable_19->word_161 mmax:primmark markable_17->word_149 mmax:primmark markable_14 markable_14:primmark markable_17->markable_14 mmax:antecedent word_182 ins markable_13 markable_13:primmark word_109 die markable_13->word_109 mmax:primmark word_110 Nachbarstädte markable_13->word_110 mmax:primmark markable_10 markable_10:primmark word_95 Halle markable_10->word_95 mmax:primmark word_94 Die markable_10->word_94 mmax:primmark markable_8 markable_8:primmark markable_10->markable_8 mmax:antecedent markable_7 markable_7:primmark markable_8->markable_7 mmax:antecedent word_73 die markable_8->word_73 mmax:primmark word_74 Halle markable_8->word_74 mmax:primmark markable_11 markable_11:primmark markable_11->word_10 mmax:primmark markable_16 markable_16:primmark markable_16->word_140 mmax:primmark markable_16->word_141 mmax:primmark word_139 nah markable_16->word_139 mmax:primmark word_138 aus markable_16->word_138 mmax:primmark word_137 Gäste markable_16->word_137 mmax:primmark word_136 Die markable_16->word_136 mmax:primmark markable_12 markable_12:primmark markable_14->markable_12 mmax:antecedent word_116 Wittstock markable_14->word_116 mmax:primmark markable_12->markable_11 mmax:antecedent word_101 in markable_12->word_101 mmax:primmark word_102 der markable_12->word_102 mmax:primmark word_103 Region markable_12->word_103 mmax:primmark markable_15 markable_15:primmark word_126 Oktoberfest markable_15->word_126 mmax:primmark word_125 Das markable_15->word_125 mmax:primmark word_99 . word_98 sein word_93 . word_92 belastet word_91 Stadthaushalt word_90 der word_97 ausgelastet word_96 muss word_159 dass word_158 , word_153 zu word_108 Auch word_151 Richtung word_150 und word_157 steht word_156 Fest word_155 . discoursegraph:root_node discoursegraph:root_node word_88 weniger word_89 wird word_185 . word_80 füllen word_81 . word_82 Je word_83 mehr word_84 Veranstaltungen word_85 stattfinden word_86 , word_87 desto markable_50012 markable_50012 markable_50013 markable_50013 markable_50010 markable_50010 markable_50011 markable_50011 word_168 mit word_169 ausreichend word_166 ansehnlichen word_167 Veranstaltungsort word_164 ohne word_165 einen word_145 daran word_163 Mittelzentrum word_131 es markable_5008 markable_5008 markable_5009 markable_5009 word_39 ab mmax:root_node mmax:root_node word_35 allem word_34 Vor word_37 Veranstalter word_36 kommerzielle word_31 Stadtverordneten word_30 die word_33 . word_32 entschieden word_184 geraten word_181 bald word_130 dass word_107 . word_171 fürs word_170 Platz word_173 nicht word_172 Publikum word_175 . word_174 auskommt word_177 die word_176 Ohne word_179 würde word_178 Halle markable_50015 markable_50015 word_28 Sitzung word_29 haben word_22 Anspruch word_23 genommen word_20 Zeit word_21 in word_26 der word_27 jüngsten word_24 . word_25 Bei word_183 Hintertreffen markable_5005 markable_5005 word_180 Wittstock word_104 gibt word_105 es word_9 neue word_8 die word_100 Und word_3 Die word_2 Angewöhnen word_1 Zum word_7 teuer word_6 wie word_5 , word_4 Diskussion markable_1 markable_1:primmark markable_1->word_3 mmax:primmark markable_1->word_4 mmax:primmark markable_2 markable_2:primmark markable_2->word_11 mmax:primmark markable_2->word_10 mmax:primmark markable_2->word_9 mmax:primmark markable_2->word_8 mmax:primmark markable_3 markable_3:primmark markable_3->word_28 mmax:primmark markable_3->word_26 mmax:primmark markable_3->word_27 mmax:primmark markable_3->word_25 mmax:primmark markable_4 markable_4:primmark markable_4->word_31 mmax:primmark markable_4->word_30 mmax:primmark markable_5 markable_5:primmark word_46 Die markable_5->word_46 mmax:primmark word_47 Einnahmen markable_5->word_47 mmax:primmark markable_6 markable_6:primmark word_59 Betriebskosten markable_6->word_59 mmax:primmark word_58 Die markable_6->word_58 mmax:primmark markable_7->markable_2 mmax:antecedent word_62 schmucken markable_7->word_62 mmax:primmark word_63 Veranstaltungsort markable_7->word_63 mmax:primmark word_60 für markable_7->word_60 mmax:primmark word_61 den markable_7->word_61 mmax:primmark markable_9 markable_9:primmark markable_9->word_91 mmax:primmark markable_9->word_90 mmax:primmark markable_50014 markable_50014 word_57 . word_56 Stein word_55 heißen word_54 den word_53 auf word_52 Tropfen word_51 ein word_50 nur word_117 dagegen word_115 . word_114 Platz word_113 genügend word_112 Veranstaltern word_111 bieten word_162 als word_119 sich word_118 muss word_135 . word_134 braucht word_48 sind word_49 dennoch word_44 gebeten word_45 . word_40 2002 word_41 gut word_42 zur word_43 Kasse markable_22 markable_22:primmark markable_22->markable_19 mmax:antecedent markable_22->word_180 mmax:primmark markable_21 markable_21:primmark markable_21->markable_10 mmax:antecedent markable_21->word_177 mmax:primmark markable_21->word_178 mmax:primmark word_133 Anlaufzeit word_132 eine word_38 werden markable_5000 markable_5000 markable_5001 markable_5001 markable_5002 markable_5002 word_79 zu word_78 möglich markable_5003 markable_5003 word_71 gehen word_70 darum word_72 , word_75 so word_77 wie word_76 oft markable_5006 markable_5006 markable_5007 markable_5007 word_66 . word_67 Jetzt word_64 sind word_65 hoch word_154 pilgern word_68 wird word_69 es markable_5004 markable_5004 word_128 gezeigt word_129 , word_122 Namen word_123 machen word_120 erst word_121 einen word_127 hat word_124 .

In [14]:
tdg = dg.read_tiger(os.path.join(CORPUS_DIR, 'syntax', 'maz-1423.xml'))
%dotstr dg.print_dot(tdg)


maz-1423.xml s538_504 PP s538_10 einen s538_504->s538_10 NK s538_11 ansehnlichen s538_504->s538_11 NK s538_12 Veranstaltungsort s538_504->s538_12 NK s538_9 ohne s538_504->s538_9 AC s538_503 PP s538_504->s538_503 MNR s538_14 ausreichend s538_503->s538_14 NK s538_15 Platz s538_503->s538_15 NK s538_13 mit s538_503->s538_13 AC s538_501 PP s538_503->s538_501 MNR s525_22 . s525_21 genommen s525_20 Anspruch s527_10 Kasse s527_11 gebeten s527_12 . s537_508 PP s537_507 VP s537_508->s537_507 RE s537_10 daran s537_508->s537_10 PH s537_505 CO s537_507->s537_505 MO s537_503 VZ s537_507->s537_503 HD s536_1 Das s524_1 Zum s535_500 NP s535_2 dagegen s535_500->s535_2 MO s535_1 Wittstock s535_500->s535_1 NK s524_2 Angewöhnen s538_8 Mittelzentrum s535_501 NP s535_7 Namen s535_501->s535_7 NK s535_6 einen s535_501->s535_6 NK s538_6 Dosse-Stadt s538_7 als s538_4 dass s534_1 Auch s538_2 steht s535_502 VP s535_502->s535_501 OA s535_4 sich s535_502->s535_4 DA s535_8 machen s535_502->s535_8 HD s538_1 Fest s535_503 S s535_503->s535_500 SB s535_503->s535_502 OC s535_3 muss s535_503->s535_3 HD s535_5 erst s535_503->s535_5 MO s529_2 Betriebskosten s524_500 PP s524_500->s524_1 AC s524_500->s524_2 NK tiger:root_node tiger:root_node VROOT-s531 VROOT-s531 tiger:root_node->VROOT-s531 VROOT-s534 VROOT-s534 tiger:root_node->VROOT-s534 VROOT-s535 VROOT-s535 tiger:root_node->VROOT-s535 VROOT-s536 VROOT-s536 tiger:root_node->VROOT-s536 VROOT-s530 VROOT-s530 tiger:root_node->VROOT-s530 VROOT-s532 VROOT-s532 tiger:root_node->VROOT-s532 VROOT-s533 VROOT-s533 tiger:root_node->VROOT-s533 VROOT-s538 VROOT-s538 tiger:root_node->VROOT-s538 VROOT-s539 VROOT-s539 tiger:root_node->VROOT-s539 VROOT-s529 VROOT-s529 tiger:root_node->VROOT-s529 VROOT-s528 VROOT-s528 tiger:root_node->VROOT-s528 VROOT-s537 VROOT-s537 tiger:root_node->VROOT-s537 VROOT-s527 VROOT-s527 tiger:root_node->VROOT-s527 VROOT-s526 VROOT-s526 tiger:root_node->VROOT-s526 VROOT-s525 VROOT-s525 tiger:root_node->VROOT-s525 VROOT-s524 VROOT-s524 tiger:root_node->VROOT-s524 discoursegraph:root_node discoursegraph:root_node VROOT-s531->discoursegraph:root_node s531_12 . VROOT-s531->s531_12 s531_507 S VROOT-s531->s531_507 s531_5 , VROOT-s531->s531_5 VROOT-s534->discoursegraph:root_node s534_8 . VROOT-s534->s534_8 s534_502 S VROOT-s534->s534_502 VROOT-s535->s535_503 VROOT-s535->discoursegraph:root_node s535_9 . VROOT-s535->s535_9 VROOT-s536->discoursegraph:root_node s536_5 , VROOT-s536->s536_5 s536_11 . VROOT-s536->s536_11 s536_504 S VROOT-s536->s536_504 VROOT-s530->discoursegraph:root_node s530_508 S VROOT-s530->s530_508 s530_6 , VROOT-s530->s530_6 s530_15 . VROOT-s530->s530_15 VROOT-s532->discoursegraph:root_node s532_502 S VROOT-s532->s532_502 s532_6 . VROOT-s532->s532_6 VROOT-s533->discoursegraph:root_node s533_8 . VROOT-s533->s533_8 s533_501 S VROOT-s533->s533_501 VROOT-s538->discoursegraph:root_node s538_20 . VROOT-s538->s538_20 s538_3 , VROOT-s538->s538_3 s538_506 S VROOT-s538->s538_506 VROOT-s539->discoursegraph:root_node s539_503 S VROOT-s539->s539_503 s539_10 . VROOT-s539->s539_10 VROOT-s529->discoursegraph:root_node s529_502 S VROOT-s529->s529_502 s529_9 . VROOT-s529->s529_9 VROOT-s528->discoursegraph:root_node s528_503 S VROOT-s528->s528_503 s528_12 . VROOT-s528->s528_12 VROOT-s537->discoursegraph:root_node s537_510 S VROOT-s537->s537_510 s537_12 , VROOT-s537->s537_12 s537_20 . VROOT-s537->s537_20 VROOT-s527->s527_12 VROOT-s527->discoursegraph:root_node s527_505 S VROOT-s527->s527_505 VROOT-s526->discoursegraph:root_node s526_9 . VROOT-s526->s526_9 s526_503 S VROOT-s526->s526_503 VROOT-s525->s525_22 VROOT-s525->discoursegraph:root_node s525_15 , VROOT-s525->s525_15 s525_509 S VROOT-s525->s525_509 s525_3 , VROOT-s525->s525_3 VROOT-s524->s524_500 VROOT-s524->discoursegraph:root_node s531_506 VP s531_507->s531_506 OC s531_501 NP s531_507->s531_501 SB s531_8 wird s531_507->s531_8 HD s539_501 PP s539_8 Hintertreffen s539_501->s539_8 NK s539_7 ins s539_501->s539_7 AC s539_1 Ohne s539_5 Wittstock s539_503->s539_5 SB s539_502 VP s539_503->s539_502 OC s539_4 würde s539_503->s539_4 HD s539_502->s539_501 MO s539_9 geraten s539_502->s539_9 HD s539_6 bald s539_502->s539_6 MO s539_500 PP s539_502->s539_500 MO s525_502 CNP s525_12 und s525_502->s525_12 CD s525_13 Veranstalter s525_502->s525_13 CJ s525_11 Vereine s525_502->s525_11 CJ s534_500 NP s534_500->s534_1 MO s534_2 die s534_500->s534_2 NK s534_3 Nachbarstädte s534_500->s534_3 NK s525_2 Diskussion s525_500 AP s525_5 teuer s525_500->s525_5 HD s525_4 wie s525_500->s525_4 MO s525_507 S s525_507->s525_500 PD s525_505 PP s525_507->s525_505 MO s525_14 wird s525_507->s525_14 HD s525_501 NP s525_507->s525_501 SB s525_505->s525_502 NK s525_10 für s525_505->s525_10 AC s525_8 Wittstocker s525_501->s525_8 NK s525_9 Stadthalle s525_501->s525_9 NK s525_6 die s525_501->s525_6 NK s525_7 neue s525_501->s525_7 NK s532_501 VP s532_502->s532_501 OC s532_500 NP s532_502->s532_500 SB s532_3 muss s532_502->s532_3 HD s532_4 ausgelastet s532_501->s532_4 OC s532_5 sein s532_501->s532_5 HD s532_1 Die s532_500->s532_1 NK s532_2 Halle s532_500->s532_2 NK s538_500 PP s538_500->s538_8 NK s538_500->s538_7 AC s525_504 PP s525_504->s525_20 NK s525_19 in s525_504->s525_19 AC s536_3 hat s538_18 nicht s538_19 auskommt s538_16 fürs s538_17 Publikum s530_505 VP s530_504 AVP s530_505->s530_504 MO s530_500 NP s530_505->s530_500 OA s530_502 VZ s530_505->s530_502 HD s530_503 AVP s530_504->s530_503 MO s530_10 oft s530_504->s530_10 HD s530_8 Halle s530_500->s530_8 NK s530_7 die s530_500->s530_7 NK s530_14 füllen s530_502->s530_14 HD s530_13 zu s530_502->s530_13 PM s530_501 AP s530_503->s530_501 CC s530_9 so s530_503->s530_9 HD s530_507 VP s530_506 PP s530_507->s530_506 OP s530_5 gehen s530_507->s530_5 HD s530_1 Jetzt s530_507->s530_1 MO s530_506->s530_505 RE s530_4 darum s530_506->s530_4 PH s530_11 wie s530_501->s530_11 CM s530_12 möglich s530_501->s530_12 HD s530_508->s530_507 OC s530_2 wird s530_508->s530_2 HD s530_3 es s530_508->s530_3 EP s536_502 S s536_6 dass s536_502->s536_6 CP s536_7 es s536_502->s536_7 SB s536_501 NP s536_502->s536_501 OA s536_10 braucht s536_502->s536_10 HD s536_8 eine s536_501->s536_8 NK s536_9 Anlaufzeit s536_501->s536_9 NK s537_509 VP s537_509->s537_508 OP s537_11 gewöhnen s537_509->s537_11 HD s537_8 sich s537_509->s537_8 OA s534_502->s534_500 SB s534_4 bieten s534_502->s534_4 HD s534_5 Veranstaltern s534_502->s534_5 DA s534_501 NP s534_502->s534_501 OA s536_504->s536_3 HD s536_503 VP s536_504->s536_503 OC s536_500 NP s536_504->s536_500 SB s533_1 Und s533_501->s533_1 JU s533_5 gibt s533_501->s533_5 HD s533_7 Konkurrenz s533_501->s533_7 OA s533_6 es s533_501->s533_6 EP s533_500 PP s533_501->s533_500 MO s538_506->s538_2 HD s538_506->s538_1 SVP s538_505 S s538_506->s538_505 SB s534_7 Platz s525_18 Zeit s525_16 hat s525_17 einige s527_504 VP s527_505->s527_504 OC s527_503 NP s527_505->s527_503 SB s527_5 werden s527_505->s527_5 HD s527_504->s527_11 HD s527_501 PP s527_504->s527_501 MO s527_502 PP s527_504->s527_502 MO s527_8 gut s527_504->s527_8 MO s527_500 PP s527_503->s527_500 MO s527_4 Veranstalter s527_503->s527_4 NK s527_3 kommerzielle s527_503->s527_3 NK s527_6 ab s527_501->s527_6 AC s527_7 2002 s527_501->s527_7 NK s527_502->s527_10 NK s527_9 zur s527_502->s527_9 AC s527_2 allem s527_500->s527_2 NK s527_1 Vor s527_500->s527_1 AC s526_8 entschieden s526_7 Stadtverordneten s526_6 die s526_5 haben s526_4 Sitzung s526_3 jüngsten s526_2 der s526_1 Bei s529_501 NP s529_502->s529_501 SB s529_7 sind s529_502->s529_7 HD s529_8 hoch s529_502->s529_8 PD s528_502 NP s528_503->s528_502 PD s528_500 NP s528_503->s528_500 SB s528_4 dennoch s528_503->s528_4 MO s528_3 sind s528_503->s528_3 HD s537_510->s537_509 OC s537_506 NP s537_510->s537_506 SB s537_9 erst s537_510->s537_9 MO s537_7 müssen s537_510->s537_7 HD s526_503->s526_5 HD s526_501 NP s526_503->s526_501 SB s526_502 VP s526_503->s526_502 OC s525_509->s525_16 HD s525_508 NP s525_509->s525_508 SB s525_506 VP s525_509->s525_506 OC s537_504 PP s537_506->s537_504 MNR s537_1 Die s537_506->s537_1 NK s537_2 Gäste s537_506->s537_2 NK s537_500 CAP s537_504->s537_500 NK s537_3 aus s537_504->s537_3 AC s537_502 NP s537_505->s537_502 CJ s537_501 PP s537_505->s537_501 CJ s537_15 und s537_505->s537_15 CD s537_19 pilgern s537_503->s537_19 HD s537_18 zu s537_503->s537_18 PM s537_6 fern s537_500->s537_6 CJ s537_5 und s537_500->s537_5 CD s537_4 nah s537_500->s537_4 CJ s537_16 Richtung s537_502->s537_16 NK s537_17 Gymnasium s537_502->s537_17 NK s537_13 nach s537_501->s537_13 AC s537_14 Wittstock s537_501->s537_14 NK s536_503->s536_502 OC s536_4 gezeigt s536_503->s536_4 HD s531_11 belastet s531_10 Stadthaushalt s536_2 Oktoberfest s528_501 PP s528_502->s528_501 MNR s528_5 nur s528_502->s528_5 MO s528_7 Tropfen s528_502->s528_7 NK s528_6 ein s528_502->s528_6 NK s528_9 den s528_501->s528_9 NK s528_8 auf s528_501->s528_8 AC s528_11 Stein s528_501->s528_11 NK s528_10 heißen s528_501->s528_10 NK s528_1 Die s528_500->s528_1 NK s528_2 Einnahmen s528_500->s528_2 NK s529_3 für s538_5 die s529_501->s529_2 NK s529_500 PP s529_501->s529_500 MNR s529_1 Die s529_501->s529_1 NK s529_500->s529_3 AC s529_4 den s529_500->s529_4 NK s529_5 schmucken s529_500->s529_5 NK s529_6 Veranstaltungsort s529_500->s529_6 NK s531_504 AVP s531_503 S s531_504->s531_503 CC s531_6 desto s531_504->s531_6 HD s531_502 NP s531_503->s531_502 SB s531_4 stattfinden s531_503->s531_4 HD s531_505 AVP s531_505->s531_504 MO s531_7 weniger s531_505->s531_7 HD s539_500->s539_1 AC s539_3 Halle s539_500->s539_3 NK s539_2 die s539_500->s539_2 NK s531_506->s531_11 HD s531_506->s531_505 MO s531_501->s531_10 NK s531_9 der s531_501->s531_9 NK s534_6 genügend s531_500 AP s531_2 mehr s531_500->s531_2 HD s531_1 Je s531_500->s531_1 MO s531_502->s531_500 NK s531_3 Veranstaltungen s531_502->s531_3 NK s538_505->s538_504 MO s538_505->s538_4 CP s538_505->s538_18 NG s538_505->s538_19 HD s538_502 NP s538_505->s538_502 SB s538_502->s538_6 NK s538_502->s538_500 MNR s538_502->s538_5 NK s538_501->s538_16 AC s538_501->s538_17 NK s534_501->s534_7 NK s534_501->s534_6 NK s525_508->s525_2 NK s525_508->s525_507 OC s525_1 Die s525_508->s525_1 NK s525_506->s525_21 HD s525_506->s525_504 CVC s525_503 NP s525_506->s525_503 OA s536_500->s536_1 NK s536_500->s536_2 NK s525_503->s525_18 NK s525_503->s525_17 NK s526_500 PP s526_500->s526_4 NK s526_500->s526_3 NK s526_500->s526_2 NK s526_500->s526_1 AC s526_501->s526_7 NK s526_501->s526_6 NK s526_502->s526_8 HD s526_502->s526_500 MO s533_3 der s533_2 in s533_4 Region s533_500->s533_3 NK s533_500->s533_2 AC s533_500->s533_4 NK

Let's merge all these graphs to make them visually more appealing!1!!

  • we can only merge tokenized graphs (with identical tokenization)

Warning: original graphs are manipulated while merging

  • if a graph is merged into an existing graphs, its node IDs will be changed to match those of the existing graph

In [15]:
merged_graph = dg.DiscourseDocumentGraph()
merged_graph.merge_graphs(rstgraph)
merged_graph.merge_graphs(cdg)
merged_graph.merge_graphs(mdg)
merged_graph.merge_graphs(tdg)

In [16]:
%dotstr dg.print_dot(merged_graph)


maz-1423.rs3 rst:rst:14_6 als 11:connective 11:connective rst:rst:32_0 desto 11:connective->rst:rst:32_0 rst:rst:7_0 Je 11:connective->rst:rst:7_0 rst:rst:14_7 Mittelzentrum rst:rst:14_4 die rst:rst:14_5 Dosse-Stadt rst:rst:14_2 , rst:rst:14_3 dass rst:rst:14_0 Fest s524_500 PP rst:rst:1_1 Angewöhnen s524_500->rst:rst:1_1 NK rst:rst:1_0 Zum s524_500->rst:rst:1_0 AC rst:rst:14_1 steht s532_502 S s532_501 VP s532_502->s532_501 OC s532_500 NP s532_502->s532_500 SB rst:rst:8_2 muss s532_502->rst:rst:8_2 HD rst:rst:8_3 ausgelastet s532_501->rst:rst:8_3 OC rst:rst:8_4 sein s532_501->rst:rst:8_4 HD rst:rst:8_0 Die s532_500->rst:rst:8_0 NK rst:rst:8_1 Halle s532_500->rst:rst:8_1 NK rst:rst:32_2 wird rst:rst:32_3 der rst:rst:32_1 weniger rst:rst:32_6 . rst:rst:32_4 Stadthaushalt rst:rst:32_5 belastet rst:rst:12_2 hat rst:rst:12_3 gezeigt s527_505 S s527_504 VP s527_505->s527_504 OC s527_503 NP s527_505->s527_503 SB rst:rst:3_4 werden s527_505->rst:rst:3_4 HD s527_501 PP s527_504->s527_501 MO s527_502 PP s527_504->s527_502 MO rst:rst:3_7 gut s527_504->rst:rst:3_7 MO rst:rst:3_10 gebeten s527_504->rst:rst:3_10 HD s527_500 PP s527_503->s527_500 MO rst:rst:3_3 Veranstalter s527_503->rst:rst:3_3 NK rst:rst:3_2 kommerzielle s527_503->rst:rst:3_2 NK rst:rst:3_5 ab s527_501->rst:rst:3_5 AC rst:rst:3_6 2002 s527_501->rst:rst:3_6 NK rst:rst:3_9 Kasse s527_502->rst:rst:3_9 NK rst:rst:3_8 zur s527_502->rst:rst:3_8 AC rst:rst:3_1 allem s527_500->rst:rst:3_1 NK rst:rst:3_0 Vor s527_500->rst:rst:3_0 AC s537_506 NP s537_504 PP s537_506->s537_504 MNR rst:rst:13_1 Gäste s537_506->rst:rst:13_1 NK rst:rst:13_0 Die s537_506->rst:rst:13_0 NK s537_500 CAP s537_504->s537_500 NK rst:rst:13_2 aus s537_504->rst:rst:13_2 AC s537_507 VP s537_505 CO s537_507->s537_505 MO s537_503 VZ s537_507->s537_503 HD s537_502 NP s537_505->s537_502 CJ s537_501 PP s537_505->s537_501 CJ rst:rst:13_14 und s537_505->rst:rst:13_14 CD rst:rst:13_17 zu s537_503->rst:rst:13_17 PM rst:rst:13_18 pilgern s537_503->rst:rst:13_18 HD rst:rst:13_5 fern s537_500->rst:rst:13_5 CJ rst:rst:13_4 und s537_500->rst:rst:13_4 CD rst:rst:13_3 nah s537_500->rst:rst:13_3 CJ rst:rst:13_15 Richtung s537_502->rst:rst:13_15 NK rst:rst:13_16 Gymnasium s537_502->rst:rst:13_16 NK rst:rst:13_13 Wittstock s537_501->rst:rst:13_13 NK rst:rst:13_12 nach s537_501->rst:rst:13_12 AC s537_508 PP s537_508->s537_507 RE rst:rst:13_9 daran s537_508->rst:rst:13_9 PH s537_509 VP s537_509->s537_508 OP rst:rst:13_10 gewöhnen s537_509->rst:rst:13_10 HD rst:rst:13_7 sich s537_509->rst:rst:13_7 OA rst:rst:10_2 Nachbarstädte 7:ext 7:ext 7:ext->11:connective 7:ext->rst:rst:8_2 7:ext->rst:rst:8_3 7:ext->rst:rst:8_4 7:ext->rst:rst:8_0 7:ext->rst:rst:8_1 rst:rst:8_5 . 7:ext->rst:rst:8_5 11:ext 11:ext 7:ext->11:ext 11:int 11:int 7:ext->11:int 11:ext->rst:rst:32_2 11:ext->rst:rst:32_3 11:ext->rst:rst:32_1 11:ext->rst:rst:32_6 11:ext->rst:rst:32_4 11:ext->rst:rst:32_5 11:int->11:connective rst:rst:7_4 , 11:int->rst:rst:7_4 rst:rst:7_1 mehr 11:int->rst:rst:7_1 rst:rst:7_3 stattfinden 11:int->rst:rst:7_3 rst:rst:7_2 Veranstaltungen 11:int->rst:rst:7_2 rst:rst:10_0 Auch rst:rst:10_1 die rst:rst:10_6 Platz rst:rst:10_7 . rst:rst:10_4 Veranstaltern rst:rst:10_5 genügend 10:ext 10:ext 9:int 9:int 10:ext->9:int 9:int->rst:rst:10_2 9:int->rst:rst:10_1 9:int->rst:rst:10_6 9:int->rst:rst:10_7 9:int->rst:rst:10_4 9:int->rst:rst:10_5 rst:rst:10_3 bieten 9:int->rst:rst:10_3 9:connective 9:connective 9:int->9:connective rst:rst:16_8 Stadthalle rst:rst:16_9 für rst:rst:16_0 Die rst:rst:16_1 Diskussion rst:rst:16_2 , rst:rst:16_3 wie rst:rst:16_4 teuer rst:rst:16_5 die rst:rst:16_6 neue rst:rst:16_7 Wittstocker rst:rst:14_8 ohne rst:rst:14_9 einen rst:rst:9_3 Region rst:rst:9_2 der rst:rst:9_1 in rst:rst:9_0 Und rst:rst:9_7 . rst:rst:9_6 Konkurrenz rst:rst:9_5 es rst:rst:9_4 gibt rst:rst:12_8 Anlaufzeit rst:rst:12_9 braucht rst:rst:12_4 , rst:rst:12_5 dass rst:rst:12_6 es rst:rst:12_7 eine rst:rst:12_0 Das rst:rst:12_1 Oktoberfest rst:rst:16_21 . rst:rst:16_20 genommen rst:rst:13_11 , rst:rst:13_19 . s538_505 S s538_505->rst:rst:14_3 CP s538_504 PP s538_505->s538_504 MO s538_502 NP s538_505->s538_502 SB rst:rst:14_17 nicht s538_505->rst:rst:14_17 NG rst:rst:14_18 auskommt s538_505->rst:rst:14_18 HD s538_504->rst:rst:14_8 AC s538_504->rst:rst:14_9 NK s538_503 PP s538_504->s538_503 MNR rst:rst:14_10 ansehnlichen s538_504->rst:rst:14_10 NK rst:rst:14_11 Veranstaltungsort s538_504->rst:rst:14_11 NK s538_502->rst:rst:14_4 NK s538_502->rst:rst:14_5 NK s538_500 PP s538_502->s538_500 MNR s538_501 PP s538_503->s538_501 MNR rst:rst:14_14 Platz s538_503->rst:rst:14_14 NK rst:rst:14_12 mit s538_503->rst:rst:14_12 AC rst:rst:14_13 ausreichend s538_503->rst:rst:14_13 NK s538_506 S s538_506->rst:rst:14_0 SVP s538_506->rst:rst:14_1 HD s538_506->s538_505 SB rst:rst:14_15 fürs s538_501->rst:rst:14_15 AC rst:rst:14_16 Publikum s538_501->rst:rst:14_16 NK s538_500->rst:rst:14_6 AC s538_500->rst:rst:14_7 NK rst:30 rst:group:span:30 rst:29 rst:group:multinuc:29 rst:30->rst:29 rst:span rst:24 rst:group:span:24 rst:30->rst:24 rst:interpretation rst:28 rst:group:span:28 rst:29->rst:28 rst:concession rst:26 rst:group:span:26 rst:29->rst:26 rst:joint rst:25 rst:group:span:25 rst:29->rst:25 rst:joint rst:14 [s]:14: Fest steht , dass di... rst:24->rst:14 rst:span rst:31 rst:group:span:31 rst:31->rst:30 rst:span rst:32 [n]:32: desto weniger wird d... rst:32->rst:rst:32_0 rst:32->rst:rst:32_2 rst:32->rst:rst:32_3 rst:32->rst:rst:32_1 rst:32->rst:rst:32_6 rst:32->rst:rst:32_4 rst:32->rst:rst:32_5 rst:33 rst:group:multinuc:33 rst:33->rst:32 rst:conjunction rst:7 [n]:7: Je mehr Veranstaltun... rst:33->rst:7 rst:conjunction rst:7->rst:rst:7_0 rst:7->rst:rst:7_4 rst:7->rst:rst:7_1 rst:7->rst:rst:7_3 rst:7->rst:rst:7_2 rst:rst:6_8 so rst:rst:6_9 oft rst:rst:6_0 Jetzt rst:rst:6_1 wird rst:rst:6_2 es rst:rst:6_3 darum rst:rst:6_4 gehen rst:rst:6_5 , rst:rst:6_6 die rst:rst:6_7 Halle rst:rst:2_4 haben rst:rst:2_5 die rst:rst:2_6 Stadtverordneten rst:rst:2_7 entschieden rst:rst:2_0 Bei rst:rst:2_1 der rst:rst:2_2 jüngsten rst:rst:2_3 Sitzung rst:rst:6_12 zu rst:rst:6_13 füllen rst:rst:6_10 wie rst:rst:6_11 möglich rst:rst:2_8 . rst:rst:6_14 . rst:6 [s]:6: Jetzt wird es darum ... rst:6->rst:33 rst:reason rst:6->rst:rst:6_8 rst:6->rst:rst:6_9 rst:6->rst:rst:6_0 rst:6->rst:rst:6_1 rst:6->rst:rst:6_2 rst:6->rst:rst:6_3 rst:6->rst:rst:6_4 rst:6->rst:rst:6_5 rst:6->rst:rst:6_6 rst:6->rst:rst:6_7 rst:6->rst:rst:6_12 rst:6->rst:rst:6_13 rst:6->rst:rst:6_10 rst:6->rst:rst:6_11 rst:6->rst:rst:6_14 rst:rst:4_8 den rst:rst:4_9 heißen rst:rst:4_6 Tropfen rst:rst:4_7 auf rst:rst:4_4 nur rst:rst:4_5 ein rst:rst:4_2 sind rst:rst:4_3 dennoch rst:rst:4_0 Die rst:rst:4_1 Einnahmen 4:int 4:int 4:int->rst:rst:4_8 4:int->rst:rst:4_9 4:int->rst:rst:4_6 4:int->rst:rst:4_7 4:int->rst:rst:4_4 4:int->rst:rst:4_5 4:int->rst:rst:4_2 4:int->rst:rst:4_0 4:int->rst:rst:4_1 rst:rst:4_10 Stein 4:int->rst:rst:4_10 rst:rst:4_11 . 4:int->rst:rst:4_11 4:connective 4:connective 4:int->4:connective 4:connective->rst:rst:4_3 markable_5008 markable_5008 markable_5009 markable_5009 s534_502 S s534_502->rst:rst:10_4 DA s534_502->rst:rst:10_3 HD s534_501 NP s534_502->s534_501 OA s534_500 NP s534_502->s534_500 SB s534_501->rst:rst:10_6 NK s534_501->rst:rst:10_5 NK s534_500->rst:rst:10_2 NK s534_500->rst:rst:10_0 MO s534_500->rst:rst:10_1 NK markable_5000 markable_5000 markable_5001 markable_5001 markable_5002 markable_5002 markable_5003 markable_5003 markable_5004 markable_5004 markable_5005 markable_5005 markable_5006 markable_5006 markable_5007 markable_5007 VROOT-s534 VROOT-s534 VROOT-s534->rst:rst:10_7 VROOT-s534->s534_502 discoursegraph:root_node discoursegraph:root_node VROOT-s534->discoursegraph:root_node VROOT-s535 VROOT-s535 VROOT-s535->discoursegraph:root_node s535_503 S VROOT-s535->s535_503 rst:rst:11_8 . VROOT-s535->rst:rst:11_8 s535_500 NP s535_503->s535_500 SB s535_502 VP s535_503->s535_502 OC rst:rst:11_2 muss s535_503->rst:rst:11_2 HD rst:rst:11_4 erst s535_503->rst:rst:11_4 MO VROOT-s536 VROOT-s536 VROOT-s536->rst:rst:12_4 VROOT-s536->discoursegraph:root_node rst:rst:12_10 . VROOT-s536->rst:rst:12_10 s536_504 S VROOT-s536->s536_504 s536_504->rst:rst:12_2 HD s536_503 VP s536_504->s536_503 OC s536_500 NP s536_504->s536_500 SB VROOT-s537 VROOT-s537 VROOT-s537->rst:rst:13_11 VROOT-s537->rst:rst:13_19 VROOT-s537->discoursegraph:root_node s537_510 S VROOT-s537->s537_510 s537_510->s537_506 SB s537_510->s537_509 OC rst:rst:13_6 müssen s537_510->rst:rst:13_6 HD rst:rst:13_8 erst s537_510->rst:rst:13_8 MO VROOT-s530 VROOT-s530 VROOT-s530->rst:rst:6_5 VROOT-s530->rst:rst:6_14 VROOT-s530->discoursegraph:root_node s530_508 S VROOT-s530->s530_508 s530_508->rst:rst:6_1 HD s530_508->rst:rst:6_2 EP s530_507 VP s530_508->s530_507 OC VROOT-s531 VROOT-s531 VROOT-s531->rst:rst:32_6 VROOT-s531->discoursegraph:root_node VROOT-s531->rst:rst:7_4 s531_507 S VROOT-s531->s531_507 s531_507->rst:rst:32_2 HD s531_506 VP s531_507->s531_506 OC s531_501 NP s531_507->s531_501 SB VROOT-s532 VROOT-s532 VROOT-s532->s532_502 VROOT-s532->rst:rst:8_5 VROOT-s532->discoursegraph:root_node VROOT-s533 VROOT-s533 VROOT-s533->rst:rst:9_7 VROOT-s533->discoursegraph:root_node s533_501 S VROOT-s533->s533_501 s533_501->rst:rst:9_0 JU s533_501->rst:rst:9_6 OA s533_501->rst:rst:9_5 EP s533_501->rst:rst:9_4 HD s533_500 PP s533_501->s533_500 MO VROOT-s538 VROOT-s538 VROOT-s538->rst:rst:14_2 VROOT-s538->s538_506 VROOT-s538->discoursegraph:root_node rst:rst:14_19 . VROOT-s538->rst:rst:14_19 VROOT-s539 VROOT-s539 VROOT-s539->discoursegraph:root_node s539_503 S VROOT-s539->s539_503 rst:rst:15_9 . VROOT-s539->rst:rst:15_9 s539_502 VP s539_503->s539_502 OC rst:rst:15_4 Wittstock s539_503->rst:rst:15_4 SB rst:rst:15_3 würde s539_503->rst:rst:15_3 HD 4:ext 4:ext 4:ext->rst:rst:3_4 4:ext->rst:rst:3_7 4:ext->rst:rst:3_10 4:ext->rst:rst:3_5 4:ext->rst:rst:3_6 4:ext->rst:rst:3_1 4:ext->rst:rst:3_0 4:ext->rst:rst:3_3 4:ext->rst:rst:3_2 4:ext->rst:rst:3_9 4:ext->rst:rst:3_8 rst:rst:3_11 . 4:ext->rst:rst:3_11 s528_502 NP s528_502->rst:rst:4_6 NK s528_502->rst:rst:4_4 MO s528_502->rst:rst:4_5 NK s528_501 PP s528_502->s528_501 MNR s528_501->rst:rst:4_8 NK s528_501->rst:rst:4_9 NK s528_501->rst:rst:4_7 AC s528_501->rst:rst:4_10 NK s528_503 S s528_503->rst:rst:4_2 HD s528_503->rst:rst:4_3 MO s528_503->s528_502 PD s528_500 NP s528_503->s528_500 SB s528_500->rst:rst:4_0 NK s528_500->rst:rst:4_1 NK 7:int 7:int 9:ext 9:ext 7:int->9:ext 9:ext->rst:rst:9_3 9:ext->rst:rst:9_2 9:ext->rst:rst:9_1 9:ext->rst:rst:9_7 9:ext->rst:rst:9_6 9:ext->rst:rst:9_5 9:ext->rst:rst:9_4 7:connective 7:connective 9:ext->7:connective s529_502 S s529_501 NP s529_502->s529_501 SB rst:rst:5_7 hoch s529_502->rst:rst:5_7 PD rst:rst:5_6 sind s529_502->rst:rst:5_6 HD s529_500 PP s529_501->s529_500 MNR rst:rst:5_1 Betriebskosten s529_501->rst:rst:5_1 NK rst:rst:5_0 Die s529_501->rst:rst:5_0 NK rst:rst:5_5 Veranstaltungsort s529_500->rst:rst:5_5 NK rst:rst:5_4 schmucken s529_500->rst:rst:5_4 NK rst:rst:5_3 den s529_500->rst:rst:5_3 NK rst:rst:5_2 für s529_500->rst:rst:5_2 AC rst:rst:5_8 . mmax:root_node mmax:root_node s539_500 PP rst:rst:15_2 Halle s539_500->rst:rst:15_2 NK rst:rst:15_1 die s539_500->rst:rst:15_1 NK rst:rst:15_0 Ohne s539_500->rst:rst:15_0 AC s539_501 PP rst:rst:15_7 Hintertreffen s539_501->rst:rst:15_7 NK rst:rst:15_6 ins s539_501->rst:rst:15_6 AC s539_502->s539_500 MO s539_502->s539_501 MO rst:rst:15_5 bald s539_502->rst:rst:15_5 MO rst:rst:15_8 geraten s539_502->rst:rst:15_8 HD rst:rst:11_1 dagegen s535_500->rst:rst:11_1 MO rst:rst:11_0 Wittstock s535_500->rst:rst:11_0 NK s535_501 NP rst:rst:11_6 Namen s535_501->rst:rst:11_6 NK rst:rst:11_5 einen s535_501->rst:rst:11_5 NK s535_502->s535_501 OA rst:rst:11_3 sich s535_502->rst:rst:11_3 DA rst:rst:11_7 machen s535_502->rst:rst:11_7 HD rst:3 [s]:3: Vor allem kommerziel... rst:28->rst:3 rst:span rst:20 rst:group:span:20 rst:26->rst:20 rst:span rst:23 rst:group:span:23 rst:25->rst:23 rst:span rst:3->rst:rst:3_4 rst:3->rst:rst:3_7 rst:3->rst:rst:3_10 rst:3->rst:rst:3_5 rst:3->rst:rst:3_6 rst:3->rst:rst:3_1 rst:3->rst:rst:3_0 rst:3->rst:rst:3_3 rst:3->rst:rst:3_2 rst:3->rst:rst:3_9 rst:3->rst:rst:3_8 rst:3->rst:rst:3_11 rst:27 rst:group:span:27 rst:3->rst:27 rst:background rst:2 [s]:2: Bei der jüngsten Sit... rst:27->rst:2 rst:span rst:2->rst:rst:2_4 rst:2->rst:rst:2_5 rst:2->rst:rst:2_6 rst:2->rst:rst:2_7 rst:2->rst:rst:2_0 rst:2->rst:rst:2_1 rst:2->rst:rst:2_2 rst:2->rst:rst:2_3 rst:2->rst:rst:2_8 rst:16 [s]:16: Die Diskussion , wie... rst:2->rst:16 rst:background rst:18 rst:group:span:18 rst:20->rst:18 rst:reason rst:19 rst:group:span:19 rst:20->rst:19 rst:span rst:21 rst:group:span:21 rst:23->rst:21 rst:antithesis rst:11 [s]:11: Wittstock dagegen mu... rst:23->rst:11 rst:span rst:14->rst:rst:14_6 rst:14->rst:rst:14_7 rst:14->rst:rst:14_4 rst:14->rst:rst:14_5 rst:14->rst:rst:14_2 rst:14->rst:rst:14_3 rst:14->rst:rst:14_0 rst:14->rst:rst:14_1 rst:14->rst:rst:14_8 rst:14->rst:rst:14_9 rst:14->rst:rst:14_17 rst:14->rst:rst:14_18 rst:14->rst:rst:14_10 rst:14->rst:rst:14_11 rst:14->rst:rst:14_15 rst:14->rst:rst:14_16 rst:14->rst:rst:14_14 rst:14->rst:rst:14_12 rst:14->rst:rst:14_13 rst:14->rst:rst:14_19 rst:15 [s]:15: Ohne die Halle würde... rst:14->rst:15 rst:restatement rst:9 [s]:9: Und in der Region gi... rst:21->rst:9 rst:span rst:11->rst:rst:11_8 rst:11->rst:rst:11_1 rst:11->rst:rst:11_0 rst:11->rst:rst:11_6 rst:11->rst:rst:11_5 rst:11->rst:rst:11_3 rst:11->rst:rst:11_7 rst:11->rst:rst:11_2 rst:11->rst:rst:11_4 rst:22 rst:group:span:22 rst:11->rst:22 rst:evidence rst:12 [s]:12: Das Oktoberfest hat ... rst:22->rst:12 rst:span rst:12->rst:rst:12_2 rst:12->rst:rst:12_3 rst:12->rst:rst:12_8 rst:12->rst:rst:12_9 rst:12->rst:rst:12_4 rst:12->rst:rst:12_5 rst:12->rst:rst:12_6 rst:12->rst:rst:12_7 rst:12->rst:rst:12_0 rst:12->rst:rst:12_1 rst:12->rst:rst:12_10 rst:13 [s]:13: Die Gäste aus nah un... rst:12->rst:13 rst:reason rst:9->rst:rst:9_3 rst:9->rst:rst:9_2 rst:9->rst:rst:9_1 rst:9->rst:rst:9_0 rst:9->rst:rst:9_7 rst:9->rst:rst:9_6 rst:9->rst:rst:9_5 rst:9->rst:rst:9_4 rst:10 [s]:10: Auch die Nachbarstäd... rst:9->rst:10 rst:evidence rst:4 [s]:4: Die Einnahmen sind d... rst:18->rst:4 rst:span rst:19->rst:6 rst:span rst:8 [s]:8: Die Halle muss ausge... rst:19->rst:8 rst:summary s533_500->rst:rst:9_3 NK s533_500->rst:rst:9_2 NK s533_500->rst:rst:9_1 AC markable_18 markable_18:primmark markable_18->rst:rst:13_16 mmax:primmark markable_19 markable_19:primmark markable_19->rst:rst:14_4 mmax:primmark markable_19->rst:rst:14_5 mmax:primmark markable_17 markable_17:primmark markable_19->markable_17 mmax:antecedent markable_17->rst:rst:13_13 mmax:primmark markable_14 markable_14:primmark markable_17->markable_14 mmax:antecedent markable_12 markable_12:primmark markable_12->rst:rst:9_3 mmax:primmark markable_12->rst:rst:9_2 mmax:primmark markable_12->rst:rst:9_1 mmax:primmark markable_11 markable_11:primmark markable_12->markable_11 mmax:antecedent markable_11->rst:rst:16_7 mmax:primmark markable_13 markable_13:primmark markable_13->rst:rst:10_2 mmax:primmark markable_13->rst:rst:10_1 mmax:primmark markable_10 markable_10:primmark markable_10->rst:rst:8_0 mmax:primmark markable_10->rst:rst:8_1 mmax:primmark markable_8 markable_8:primmark markable_10->markable_8 mmax:antecedent markable_8->rst:rst:6_6 mmax:primmark markable_8->rst:rst:6_7 mmax:primmark markable_7 markable_7:primmark markable_8->markable_7 mmax:antecedent markable_16 markable_16:primmark markable_16->rst:rst:13_1 mmax:primmark markable_16->rst:rst:13_0 mmax:primmark markable_16->rst:rst:13_2 mmax:primmark markable_16->rst:rst:13_5 mmax:primmark markable_16->rst:rst:13_4 mmax:primmark markable_16->rst:rst:13_3 mmax:primmark markable_14->rst:rst:11_0 mmax:primmark markable_14->markable_12 mmax:antecedent markable_15 markable_15:primmark markable_15->rst:rst:12_0 mmax:primmark markable_15->rst:rst:12_1 mmax:primmark markable_50012 markable_50012 markable_50013 markable_50013 markable_50010 markable_50010 markable_50011 markable_50011 markable_50014 markable_50014 markable_50015 markable_50015 s530_505 VP s530_504 AVP s530_505->s530_504 MO s530_500 NP s530_505->s530_500 OA s530_502 VZ s530_505->s530_502 HD s530_504->rst:rst:6_9 HD s530_503 AVP s530_504->s530_503 MO s530_500->rst:rst:6_6 NK s530_500->rst:rst:6_7 NK s530_502->rst:rst:6_12 PM s530_502->rst:rst:6_13 HD s530_503->rst:rst:6_8 HD s530_501 AP s530_503->s530_501 CC s530_507->rst:rst:6_0 MO s530_507->rst:rst:6_4 HD s530_506 PP s530_507->s530_506 OP s530_506->rst:rst:6_3 PH s530_506->s530_505 RE s530_501->rst:rst:6_10 CM s530_501->rst:rst:6_11 HD VROOT-s529 VROOT-s529 VROOT-s529->discoursegraph:root_node VROOT-s529->s529_502 VROOT-s529->rst:rst:5_8 VROOT-s528 VROOT-s528 VROOT-s528->rst:rst:4_11 VROOT-s528->discoursegraph:root_node VROOT-s528->s528_503 VROOT-s527 VROOT-s527 VROOT-s527->s527_505 VROOT-s527->discoursegraph:root_node VROOT-s527->rst:rst:3_11 VROOT-s526 VROOT-s526 VROOT-s526->rst:rst:2_8 VROOT-s526->discoursegraph:root_node s526_503 S VROOT-s526->s526_503 s526_503->rst:rst:2_4 HD s526_501 NP s526_503->s526_501 SB s526_502 VP s526_503->s526_502 OC VROOT-s525 VROOT-s525 VROOT-s525->rst:rst:16_2 VROOT-s525->rst:rst:16_21 VROOT-s525->discoursegraph:root_node rst:rst:16_14 , VROOT-s525->rst:rst:16_14 s525_509 S VROOT-s525->s525_509 rst:rst:16_15 hat s525_509->rst:rst:16_15 HD s525_508 NP s525_509->s525_508 SB s525_506 VP s525_509->s525_506 OC VROOT-s524 VROOT-s524 VROOT-s524->s524_500 VROOT-s524->discoursegraph:root_node markable_1 markable_1:primmark markable_1->rst:rst:16_0 mmax:primmark markable_1->rst:rst:16_1 mmax:primmark markable_2 markable_2:primmark markable_2->rst:rst:16_8 mmax:primmark markable_2->rst:rst:16_5 mmax:primmark markable_2->rst:rst:16_6 mmax:primmark markable_2->rst:rst:16_7 mmax:primmark markable_3 markable_3:primmark markable_3->rst:rst:2_0 mmax:primmark markable_3->rst:rst:2_1 mmax:primmark markable_3->rst:rst:2_2 mmax:primmark markable_3->rst:rst:2_3 mmax:primmark markable_4 markable_4:primmark markable_4->rst:rst:2_5 mmax:primmark markable_4->rst:rst:2_6 mmax:primmark markable_5 markable_5:primmark markable_5->rst:rst:4_0 mmax:primmark markable_5->rst:rst:4_1 mmax:primmark markable_6 markable_6:primmark markable_6->rst:rst:5_1 mmax:primmark markable_6->rst:rst:5_0 mmax:primmark markable_7->rst:rst:5_5 mmax:primmark markable_7->rst:rst:5_4 mmax:primmark markable_7->rst:rst:5_3 mmax:primmark markable_7->rst:rst:5_2 mmax:primmark markable_7->markable_2 mmax:antecedent markable_9 markable_9:primmark markable_9->rst:rst:32_3 mmax:primmark markable_9->rst:rst:32_4 mmax:primmark 7:connective->rst:rst:9_0 rst:16->rst:rst:16_8 rst:16->rst:rst:16_9 rst:16->rst:rst:16_0 rst:16->rst:rst:16_1 rst:16->rst:rst:16_2 rst:16->rst:rst:16_3 rst:16->rst:rst:16_4 rst:16->rst:rst:16_5 rst:16->rst:rst:16_6 rst:16->rst:rst:16_7 rst:16->rst:rst:16_21 rst:16->rst:rst:16_20 rst:16->rst:rst:16_14 rst:rst:16_12 Veranstalter rst:16->rst:rst:16_12 rst:rst:16_13 wird rst:16->rst:rst:16_13 rst:rst:16_10 Vereine rst:16->rst:rst:16_10 rst:rst:16_11 und rst:16->rst:rst:16_11 rst:rst:16_16 einige rst:16->rst:rst:16_16 rst:rst:16_17 Zeit rst:16->rst:rst:16_17 rst:16->rst:rst:16_15 rst:rst:16_18 in rst:16->rst:rst:16_18 rst:rst:16_19 Anspruch rst:16->rst:rst:16_19 rst:15->rst:rst:15_9 rst:15->rst:rst:15_2 rst:15->rst:rst:15_1 rst:15->rst:rst:15_0 rst:15->rst:rst:15_7 rst:15->rst:rst:15_6 rst:15->rst:rst:15_5 rst:15->rst:rst:15_8 rst:15->rst:rst:15_4 rst:15->rst:rst:15_3 rst:13->rst:rst:13_1 rst:13->rst:rst:13_0 rst:13->rst:rst:13_2 rst:13->rst:rst:13_14 rst:13->rst:rst:13_15 rst:13->rst:rst:13_16 rst:13->rst:rst:13_17 rst:13->rst:rst:13_18 rst:13->rst:rst:13_5 rst:13->rst:rst:13_4 rst:13->rst:rst:13_3 rst:13->rst:rst:13_13 rst:13->rst:rst:13_12 rst:13->rst:rst:13_9 rst:13->rst:rst:13_10 rst:13->rst:rst:13_7 rst:13->rst:rst:13_11 rst:13->rst:rst:13_19 rst:13->rst:rst:13_6 rst:13->rst:rst:13_8 rst:10->rst:rst:10_2 rst:10->rst:rst:10_0 rst:10->rst:rst:10_1 rst:10->rst:rst:10_6 rst:10->rst:rst:10_7 rst:10->rst:rst:10_4 rst:10->rst:rst:10_5 rst:10->rst:rst:10_3 rst:4->rst:rst:4_8 rst:4->rst:rst:4_9 rst:4->rst:rst:4_6 rst:4->rst:rst:4_7 rst:4->rst:rst:4_4 rst:4->rst:rst:4_5 rst:4->rst:rst:4_2 rst:4->rst:rst:4_3 rst:4->rst:rst:4_0 rst:4->rst:rst:4_1 rst:4->rst:rst:4_10 rst:4->rst:rst:4_11 rst:5 [s]:5: Die Betriebskosten f... rst:4->rst:5 rst:evidence rst:8->rst:rst:8_2 rst:8->rst:rst:8_3 rst:8->rst:rst:8_4 rst:8->rst:rst:8_0 rst:8->rst:rst:8_1 rst:8->rst:rst:8_5 markable_22 markable_22:primmark markable_22->rst:rst:15_4 mmax:primmark markable_22->markable_19 mmax:antecedent markable_21 markable_21:primmark markable_21->rst:rst:15_2 mmax:primmark markable_21->rst:rst:15_1 mmax:primmark markable_21->markable_10 mmax:antecedent rst:5->rst:rst:5_7 rst:5->rst:rst:5_6 rst:5->rst:rst:5_1 rst:5->rst:rst:5_0 rst:5->rst:rst:5_5 rst:5->rst:rst:5_4 rst:5->rst:rst:5_3 rst:5->rst:rst:5_2 rst:5->rst:rst:5_8 discourse discourse discourse->rst:rst:14_6 discourse->rst:rst:14_7 discourse->rst:rst:14_4 discourse->rst:rst:14_5 discourse->rst:rst:14_2 discourse->rst:rst:14_3 discourse->rst:rst:14_0 discourse->rst:rst:1_1 discourse->rst:rst:1_0 discourse->rst:rst:14_1 discourse->rst:rst:12_2 discourse->rst:rst:12_3 discourse->rst:rst:13_1 discourse->rst:rst:13_0 discourse->rst:rst:13_2 discourse->rst:rst:13_14 discourse->rst:rst:13_15 discourse->rst:rst:13_16 discourse->rst:rst:13_17 discourse->rst:rst:13_18 discourse->rst:rst:13_5 discourse->rst:rst:13_4 discourse->rst:rst:13_3 discourse->rst:rst:13_13 discourse->rst:rst:13_12 discourse->rst:rst:13_9 discourse->rst:rst:13_10 discourse->rst:rst:13_7 discourse->7:ext discourse->10:ext discourse->rst:rst:16_8 discourse->rst:rst:16_9 discourse->rst:rst:16_0 discourse->rst:rst:16_1 discourse->rst:rst:16_2 discourse->rst:rst:16_3 discourse->rst:rst:16_4 discourse->rst:rst:16_5 discourse->rst:rst:16_6 discourse->rst:rst:16_7 discourse->rst:rst:14_8 discourse->rst:rst:14_9 discourse->rst:rst:12_8 discourse->rst:rst:12_9 discourse->rst:rst:12_4 discourse->rst:rst:12_5 discourse->rst:rst:12_6 discourse->rst:rst:12_7 discourse->rst:rst:12_0 discourse->rst:rst:12_1 discourse->rst:rst:16_21 discourse->rst:rst:16_20 discourse->rst:rst:13_11 discourse->rst:rst:13_19 discourse->rst:rst:14_17 discourse->rst:rst:14_18 discourse->rst:rst:14_10 discourse->rst:rst:14_11 discourse->rst:rst:14_15 discourse->rst:rst:14_16 discourse->rst:rst:14_14 discourse->rst:rst:14_12 discourse->rst:rst:14_13 discourse->rst:rst:6_8 discourse->rst:rst:6_9 discourse->rst:rst:6_0 discourse->rst:rst:6_1 discourse->rst:rst:6_2 discourse->rst:rst:6_3 discourse->rst:rst:6_4 discourse->rst:rst:6_5 discourse->rst:rst:6_6 discourse->rst:rst:6_7 discourse->rst:rst:2_4 discourse->rst:rst:2_5 discourse->rst:rst:2_6 discourse->rst:rst:2_7 discourse->rst:rst:2_0 discourse->rst:rst:2_1 discourse->rst:rst:2_2 discourse->rst:rst:2_3 discourse->rst:rst:6_12 discourse->rst:rst:6_13 discourse->rst:rst:6_10 discourse->rst:rst:6_11 discourse->rst:rst:2_8 discourse->rst:rst:6_14 discourse->4:int discourse->rst:rst:12_10 discourse->rst:rst:14_19 discourse->rst:rst:15_9 discourse->4:ext discourse->7:int discourse->rst:rst:13_6 discourse->rst:rst:13_8 discourse->rst:rst:5_7 discourse->rst:rst:5_6 discourse->rst:rst:5_1 discourse->rst:rst:5_0 discourse->rst:rst:5_5 discourse->rst:rst:5_4 discourse->rst:rst:5_3 discourse->rst:rst:5_2 discourse->rst:rst:5_8 discourse->rst:rst:15_2 discourse->rst:rst:15_1 discourse->rst:rst:15_0 discourse->rst:rst:15_7 discourse->rst:rst:15_6 discourse->rst:rst:15_5 discourse->rst:rst:15_8 discourse->rst:rst:15_4 discourse->rst:rst:15_3 discourse->rst:rst:16_14 discourse->rst:rst:16_12 discourse->rst:rst:16_13 discourse->rst:rst:16_10 discourse->rst:rst:16_11 discourse->rst:rst:16_16 discourse->rst:rst:16_17 discourse->rst:rst:16_15 discourse->rst:rst:16_18 discourse->rst:rst:16_19 10:int 10:int discourse->10:int 10:int->rst:rst:11_8 10:int->rst:rst:11_0 10:int->rst:rst:11_6 10:int->rst:rst:11_5 10:int->rst:rst:11_3 10:int->rst:rst:11_7 10:int->rst:rst:11_2 10:int->rst:rst:11_4 10:connective 10:connective 10:int->10:connective rst:1 [i]:1: Zum Angewöhnen... rst:1->rst:rst:1_1 rst:1->rst:rst:1_0 9:connective->rst:rst:10_0 s526_500 PP s526_500->rst:rst:2_0 AC s526_500->rst:rst:2_1 NK s526_500->rst:rst:2_2 NK s526_500->rst:rst:2_3 NK s526_501->rst:rst:2_5 NK s526_501->rst:rst:2_6 NK s526_502->rst:rst:2_7 HD s526_502->s526_500 MO 10:connective->rst:rst:11_1 s531_504 AVP s531_504->rst:rst:32_0 HD s531_503 S s531_504->s531_503 CC s531_503->rst:rst:7_3 HD s531_502 NP s531_503->s531_502 SB s531_505 AVP s531_505->rst:rst:32_1 HD s531_505->s531_504 MO s531_506->rst:rst:32_5 HD s531_506->s531_505 MO s531_501->rst:rst:32_3 NK s531_501->rst:rst:32_4 NK s531_500 AP s531_500->rst:rst:7_0 MO s531_500->rst:rst:7_1 HD s531_502->rst:rst:7_2 NK s531_502->s531_500 NK conano:root_node conano:root_node conano:root_node->discourse s536_503->rst:rst:12_3 HD s536_502 S s536_503->s536_502 OC s536_500->rst:rst:12_0 NK s536_500->rst:rst:12_1 NK s536_502->rst:rst:12_9 HD s536_502->rst:rst:12_5 CP s536_502->rst:rst:12_6 SB s536_501 NP s536_502->s536_501 OA s536_501->rst:rst:12_8 NK s536_501->rst:rst:12_7 NK tiger:root_node tiger:root_node tiger:root_node->VROOT-s534 tiger:root_node->VROOT-s535 tiger:root_node->VROOT-s536 tiger:root_node->VROOT-s537 tiger:root_node->VROOT-s530 tiger:root_node->VROOT-s531 tiger:root_node->VROOT-s532 tiger:root_node->VROOT-s533 tiger:root_node->VROOT-s538 tiger:root_node->VROOT-s539 tiger:root_node->VROOT-s529 tiger:root_node->VROOT-s528 tiger:root_node->VROOT-s527 tiger:root_node->VROOT-s526 tiger:root_node->VROOT-s525 tiger:root_node->VROOT-s524 s525_508->rst:rst:16_0 NK s525_508->rst:rst:16_1 NK s525_507 S s525_508->s525_507 OC s525_506->rst:rst:16_20 HD s525_503 NP s525_506->s525_503 OA s525_504 PP s525_506->s525_504 CVC s525_507->rst:rst:16_13 HD s525_501 NP s525_507->s525_501 SB s525_500 AP s525_507->s525_500 PD s525_505 PP s525_507->s525_505 MO s525_503->rst:rst:16_16 NK s525_503->rst:rst:16_17 NK s525_502 CNP s525_502->rst:rst:16_12 CJ s525_502->rst:rst:16_10 CJ s525_502->rst:rst:16_11 CD s525_501->rst:rst:16_8 NK s525_501->rst:rst:16_5 NK s525_501->rst:rst:16_6 NK s525_501->rst:rst:16_7 NK s525_500->rst:rst:16_3 MO s525_500->rst:rst:16_4 HD s525_505->rst:rst:16_9 AC s525_505->s525_502 NK s525_504->rst:rst:16_18 AC s525_504->rst:rst:16_19 NK

Beautiful, isn't it?


In [ ]: