Removed BRZ and added Readme

Change-Id: I318d71ccdef5dc7c940ceb5c34f6084ec6af1882
diff --git a/Changes b/Changes
index 76af4c4..24425d0 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
-0.14 2016-03-12
+0.14 2016-03-15
         - Renamed ::Index to ::Annotate and ::Field to ::Index.
+	- Renamed 'allow' to 'anno' as parameters of the script. 
+	- Added readme
 
 0.13 2016-03-10
         - Removed korapxml2krill_dir.
diff --git a/MANIFEST b/MANIFEST
index 3ba080c..d2dfd51 100755
--- a/MANIFEST
+++ b/MANIFEST
@@ -112,9 +112,6 @@
 t/corpus/A01/13047/header.xml
 t/corpus/A01/13047/metadata.xml
 t/corpus/A01/13047/text.txt
-t/corpus/BRZ13/00001/data.xml
-t/corpus/BRZ13/00001/header.xml
-t/corpus/BRZ13/00001/text.txt
 t/corpus/BZK/D59/header.xml
 t/corpus/ERL/00001/data.xml
 t/corpus/ERL/00001/header.xml
@@ -302,37 +299,6 @@
 t/corpus/A01/13047/tree_tagger/morpho.xml
 t/corpus/A01/13047/tree_tagger/sentences.xml
 t/corpus/A01/13047/tree_tagger/tokens.xml
-t/corpus/BRZ13/00001/base/paragraph.xml
-t/corpus/BRZ13/00001/base/sentences.xml
-t/corpus/BRZ13/00001/base/tokens_aggr.xml
-t/corpus/BRZ13/00001/base/tokens_conservative.xml
-t/corpus/BRZ13/00001/connexor/metadata.xml
-t/corpus/BRZ13/00001/connexor/morpho.xml
-t/corpus/BRZ13/00001/connexor/mpt.xml
-t/corpus/BRZ13/00001/connexor/phrase.xml
-t/corpus/BRZ13/00001/connexor/sentences.xml
-t/corpus/BRZ13/00001/connexor/syntax.xml
-t/corpus/BRZ13/00001/connexor/tokens.xml
-t/corpus/BRZ13/00001/corenlp/ne_dewac_175m_600.xml
-t/corpus/BRZ13/00001/corenlp/ne_hgc_175m_600.xml
-t/corpus/BRZ13/00001/corenlp/sentences.xml
-t/corpus/BRZ13/00001/corenlp/tokens.xml
-t/corpus/BRZ13/00001/mate/dependency.xml
-t/corpus/BRZ13/00001/mate/morpho.xml
-t/corpus/BRZ13/00001/opennlp/morpho.xml
-t/corpus/BRZ13/00001/opennlp/sentences.xml
-t/corpus/BRZ13/00001/opennlp/tokens.xml
-t/corpus/BRZ13/00001/struct/structure.xml
-t/corpus/BRZ13/00001/tree_tagger/metadata.xml
-t/corpus/BRZ13/00001/tree_tagger/morpho.xml
-t/corpus/BRZ13/00001/tree_tagger/sentences.xml
-t/corpus/BRZ13/00001/tree_tagger/tokens.xml
-t/corpus/BRZ13/00001/xip/constituency.xml
-t/corpus/BRZ13/00001/xip/dependency.xml
-t/corpus/BRZ13/00001/xip/metadata.xml
-t/corpus/BRZ13/00001/xip/morpho.xml
-t/corpus/BRZ13/00001/xip/sentences.xml
-t/corpus/BRZ13/00001/xip/tokens.xml
 t/corpus/BZK/D59/00001/data.xml
 t/corpus/BZK/D59/00001/header.xml
 t/corpus/BZK/D59/00001/text.txt
@@ -428,9 +394,6 @@
 t/corpus/A01/13047/mate/pipeline/one_token_per_line.txt
 t/corpus/A01/13047/mate/pipeline/parsed.txt
 t/corpus/A01/13047/mate/tokenSpans/number_tokenSpans.xml
-t/corpus/BRZ13/00001/mate/pipeline/one_token_per_line.txt
-t/corpus/BRZ13/00001/mate/pipeline/parsed.txt
-t/corpus/BRZ13/00001/mate/tokenSpans/number_tokenSpans.xml
 t/corpus/BZK/D59/00001/base/paragraph.xml
 t/corpus/BZK/D59/00001/base/sentences.xml
 t/corpus/BZK/D59/00001/base/tokens_aggr.xml
diff --git a/Makefile.PL b/Makefile.PL
index 88327ba..a2a43a7 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -7,7 +7,7 @@
 WriteMakefile(
   NAME         => 'KorAP::XML::Krill',
   AUTHOR       => 'Nils Diewald',
-  ABSTRACT     => 'Preprocess KorAP XML documents for Krill',
+  ABSTRACT     => 'Preprocess KorAP XML Documents for Krill',
   VERSION_FROM => 'lib/KorAP/XML/Krill.pm',
   LICENSE      => 'bsd_2',
   PREREQ_PM => {
diff --git a/Readme.pod b/Readme.pod
new file mode 100644
index 0000000..609470c
--- /dev/null
+++ b/Readme.pod
@@ -0,0 +1,271 @@
+=pod
+
+=encoding utf8
+
+=head1 NAME
+
+korapxml2krill - Merge KorapXML data and create Krill friendly documents
+
+
+=head1 SYNOPSIS
+
+  $ korapxml2krill -z --input <directory> --output <filename>
+  $ korapxml2krill archive -z --input <directory> --output <directory>
+  $ korapxml2krill extract --input <directory> --output <filename> --sigle <SIGLE>
+
+
+=head1 DESCRIPTION
+
+L<KorAP::XML::Krill> is a library to convert KorAP-XML documents to files
+compatible with the L<Krill|https://github.com/KorAP/Krill> indexer.
+THe C<korapxml2krill> command line tool is a simple wrapper to the library.
+
+
+=head1 INSTALLATION
+
+The preferred way to install L<KorAP::XML::Krill> is to use L<cpanm|App::cpanminus>.
+
+  $ cpanm https://github.com/KorAP/KorAP-XML-Krill
+
+In case everything went well, the C<korapxml2krill> tool will
+be available on your command line.
+
+
+=head1 ARGUMENTS
+
+=over 2
+
+=item B<archive>
+
+Process an archive as a Zip-file or a folder of KorAP-XML documents.
+
+=item B<extract>
+
+Extract KorAP-XML files from a Zip-file.
+
+=back
+
+
+=head1 OPTIONS
+
+=over 2
+
+=item B<--input|-i> <directory|file>
+
+Directory or archive file of documents to index.
+
+=item B<--output|-o> <directory|file>
+
+Output folder for archive processing or
+document name for single output (optional),
+writes to C<STDOUT> by default.
+
+=item B<--overwrite|-w>
+
+Overwrite files that already exist.
+
+=item B<--token|-t> <foundry>[#<file>]
+
+Define the default tokenization by specifying
+the name of the foundry and optionally the name
+of the layer-file. Defaults to C<OpenNLP#tokens>.
+
+=item B<--skip|-s> <foundry>[#<layer>]
+
+Skip specific foundries by specifying the name
+or specific layers by defining the name
+with a # in front of the foundry,
+e.g. Mate#Morpho. Alternatively you can skip C<#ALL>.
+Can be set multiple times.
+
+=item B<--anno|-a> <foundry>#<layer>
+
+Allow specific annotion foundries and layers by defining them
+combining the foundry name with a C<#> and the layer name.
+
+=item B<--primary|-p>
+
+Output primary data or not. Defaults to C<true>.
+Can be flagged using --no-primary as well.
+This is deprecated.
+
+=item B<--jobs|-j>
+
+Define the number of concurrent jobs in seperated forks
+for archive processing, defaults to C<0>.
+This is experimental!
+
+=item B<--human|-m>
+
+Represent the data in an alternative human readible format.
+This is deprecated.
+
+=item B<--pretty|-y>
+
+Pretty print JSON output. Defaults to C<false>.
+
+=item B<--gzip|-z>
+
+Compress the output (expects a defined output file in single processing).
+
+=item B<--sigle|-sg>
+
+Extract the given text sigles.
+Currently only supported on C<extract>.
+Can be set multiple times.
+
+=item B<--log|-l>
+
+The L<Log4perl> log level, defaults to C<ERROR>.
+
+=item B<--help|-h>
+
+Print this document.
+
+=item B<--version|-v>
+
+Print version information.
+
+=back
+
+=head1 ANNOTATION SUPPORT
+
+L<KorAP::XML::Krill> has built-in importer for some annotation foundries and layers
+developed in the KorAP project that are part of the KorAP preprocessing pipeline.
+The base foundry with paragraphs, sentences, and the text element are mandatory for
+L<Krill|https://github.com/KorAP/Krill>.
+
+=over2
+
+=item B<Base>
+
+=over 4
+
+=item Paragraphs
+
+=item Sentences
+
+=back
+
+=item B<Connexor>
+
+=over 4
+
+=item Morpho
+
+=item Phrase
+
+=item Sentences
+
+=item Syntax
+
+=back
+
+=item B<CoreNLP>
+
+=over 4
+
+=item Constituency
+
+=item Morpho
+
+=item NamedEntities
+
+=item Sentences
+
+=back
+
+=item B<DeReKo>
+
+=over 4
+
+=item Structure
+
+=back
+
+=item B<Glemm>
+
+=over 4
+
+=item Morpho
+
+=back
+
+=item B<Mate>
+
+=over 4
+
+=item Dependency
+
+=item Morpho
+
+=back
+
+=item B<OpenNLP>
+
+=over 4
+
+=item Morpho
+
+=item Sentences
+
+=back
+
+=item B<Sgbr>
+
+=over 4
+
+=item Lemma
+
+=item Morpho
+
+=back
+
+=item B<TreeTagger>
+
+=over 4
+
+=item Morpho
+
+=item Sentences
+
+=back
+
+=item B<XIP>
+
+=over 4
+
+=item Constituency
+
+=item Morpho
+
+=item Sentences
+
+=back
+
+=back
+
+More importers are in preparation.
+New annotation importers can be defined in the C<KorAP::XML::Annotation> namespace.
+See the built-in annotation importers as examples.
+
+=head1 AVAILABILITY
+
+  https://github.com/KorAP/KorAP-XML-Krill
+
+
+=head1 COPYRIGHT AND LICENSE
+
+Copyright (C) 2015-2016, L<IDS Mannheim|http://www.ids-mannheim.de/>
+Author: L<Nils Diewald|http://nils-diewald.de/>
+
+L<KorAP::XML::Krill> is developed as part of the L<KorAP|http://korap.ids-mannheim.de/>
+Corpus Analysis Platform at the
+L<Institute for the German Language (IDS)|http://ids-mannheim.de/>,
+member of the
+L<Leibniz-Gemeinschaft|http://www.leibniz-gemeinschaft.de/en/about-us/leibniz-competition/projekte-2011/2011-funding-line-2/>.
+
+This program is free software published under the
+L<BSD-2 License|https://raw.githubusercontent.com/KorAP/KorAP-XML-Krill/master/LICENSE>.
+
+=cut
diff --git a/script/korapxml2krill b/script/korapxml2krill
index f534185..35ec44c 100644
--- a/script/korapxml2krill
+++ b/script/korapxml2krill
@@ -75,7 +75,7 @@
   'skip|s=s'    => \@skip,
   'sigle|sg=s'  => \@sigle,
   'log|l=s'     => \(my $log_level = 'ERROR'),
-  'allow|a=s'   => \(my @allow),
+  'anno|a=s'    => \(my @anno),
   'primary|p!'  => \(my $primary),
   'pretty|y'    => \(my $pretty),
   'jobs|j=i'    => \(my $jobs = 0),
@@ -142,7 +142,7 @@
   $call .= ' -l ' . $log_level if $log_level;
   $call .= ' --no-primary ' if $primary;
   $call .= ' -y ' . $pretty if $pretty;
-  $call .= ' -a ' . $_ foreach @allow;
+  $call .= ' -a ' . $_ foreach @anno;
   $call .= ' -s ' . $_ foreach @skip;
   system($call);
   return "$file";
@@ -261,7 +261,7 @@
 
 
   if ($skip{'#all'}) {
-    foreach (@allow) {
+    foreach (@anno) {
       $tokens->add(split('#', $_));
       stop_time;
     };
@@ -508,13 +508,16 @@
 
 =head1 SYNOPSIS
 
-  $ korapxml2krill [archive] -z --input <directory> --output <filename>
+  $ korapxml2krill -z --input <directory> --output <filename>
+  $ korapxml2krill archive -z --input <directory> --output <directory>
+  $ korapxml2krill extract --input <directory> --output <filename> --sigle <SIGLE>
 
 
 =head1 DESCRIPTION
 
 L<KorAP::XML::Krill> is a library to convert KorAP-XML documents to files
 compatible with the L<Krill|https://github.com/KorAP/Krill> indexer.
+THe C<korapxml2krill> command line tool is a simple wrapper to the library.
 
 
 =head1 INSTALLATION
@@ -523,8 +526,8 @@
 
   $ cpanm https://github.com/KorAP/KorAP-XML-Krill
 
-In case everything went well, the C<korapxml2krill> command line tool will
-be available.
+In case everything went well, the C<korapxml2krill> tool will
+be available on your command line.
 
 
 =head1 ARGUMENTS
@@ -554,7 +557,7 @@
 
 Output folder for archive processing or
 document name for single output (optional),
-writes to <STDOUT> by default.
+writes to C<STDOUT> by default.
 
 =item B<--overwrite|-w>
 
@@ -564,38 +567,41 @@
 
 Define the default tokenization by specifying
 the name of the foundry and optionally the name
-of the layer-file. Defaults to OpenNLP#tokens.
+of the layer-file. Defaults to C<OpenNLP#tokens>.
 
 =item B<--skip|-s> <foundry>[#<layer>]
 
 Skip specific foundries by specifying the name
 or specific layers by defining the name
 with a # in front of the foundry,
-e.g. Mate#Morpho. Alternatively you can skip #ALL.
+e.g. Mate#Morpho. Alternatively you can skip C<#ALL>.
 Can be set multiple times.
 
-=item B<--allow|-a> <foundry>#<layer>
+=item B<--anno|-a> <foundry>#<layer>
 
-Allow specific foundries and layers by defining them
-combining the foundry name with a # and the layer name.
+Allow specific annotion foundries and layers by defining them
+combining the foundry name with a C<#> and the layer name.
 
 =item B<--primary|-p>
 
-Output primary data or not. Defaults to true.
+Output primary data or not. Defaults to C<true>.
 Can be flagged using --no-primary as well.
+This is deprecated.
 
 =item B<--jobs|-j>
 
 Define the number of concurrent jobs in seperated forks
-for archive processing, defaults to 0. This is B<EXPERIMENTAL>!
+for archive processing, defaults to C<0>.
+This is experimental!
 
 =item B<--human|-m>
 
-Represent the data human friendly, while the output defaults to JSON.
+Represent the data in an alternative human readible format.
+This is deprecated.
 
 =item B<--pretty|-y>
 
-Pretty print JSON output.
+Pretty print JSON output. Defaults to C<false>.
 
 =item B<--gzip|-z>
 
@@ -621,6 +627,127 @@
 
 =back
 
+=head1 ANNOTATION SUPPORT
+
+L<KorAP::XML::Krill> has built-in importer for some annotation foundries and layers
+developed in the KorAP project that are part of the KorAP preprocessing pipeline.
+The base foundry with paragraphs, sentences, and the text element are mandatory for
+L<Krill|https://github.com/KorAP/Krill>.
+
+=over2
+
+=item B<Base>
+
+=over 4
+
+=item Paragraphs
+
+=item Sentences
+
+=back
+
+=item B<Connexor>
+
+=over 4
+
+=item Morpho
+
+=item Phrase
+
+=item Sentences
+
+=item Syntax
+
+=back
+
+=item B<CoreNLP>
+
+=over 4
+
+=item Constituency
+
+=item Morpho
+
+=item NamedEntities
+
+=item Sentences
+
+=back
+
+=item B<DeReKo>
+
+=over 4
+
+=item Structure
+
+=back
+
+=item B<Glemm>
+
+=over 4
+
+=item Morpho
+
+=back
+
+=item B<Mate>
+
+=over 4
+
+=item Dependency
+
+=item Morpho
+
+=back
+
+=item B<OpenNLP>
+
+=over 4
+
+=item Morpho
+
+=item Sentences
+
+=back
+
+=item B<Sgbr>
+
+=over 4
+
+=item Lemma
+
+=item Morpho
+
+=back
+
+=item B<TreeTagger>
+
+=over 4
+
+=item Morpho
+
+=item Sentences
+
+=back
+
+=item B<XIP>
+
+=over 4
+
+=item Constituency
+
+=item Morpho
+
+=item Sentences
+
+=back
+
+=back
+
+More importers are in preparation.
+New annotation importers can be defined in the C<KorAP::XML::Annotation> namespace.
+See the built-in annotation importers as examples.
+
 =head1 AVAILABILITY
 
   https://github.com/KorAP/KorAP-XML-Krill
diff --git a/t/corpus/BRZ13/00001/base/paragraph.xml b/t/corpus/BRZ13/00001/base/paragraph.xml
deleted file mode 100644
index d157878..0000000
--- a/t/corpus/BRZ13/00001/base/paragraph.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?xml-model href="span.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
-
-<layer docid="BRZ13_APR.00001" xmlns="http://ids-mannheim.de/ns/KorAP" version="KorAP-0.4">
-  <spanList>
-    <span from="254" to="726" />
-    <span from="727" to="921" />
-    <span from="922" to="1231" />
-    <span from="1232" to="1587" />
-    <span from="1588" to="2133" />
-    <span from="2163" to="2544" />
-    <span from="2545" to="2919" />
-    <span from="2920" to="3305" />
-    <span from="3334" to="3867" />
-    <span from="3868" to="4338" />
-    <span from="4364" to="4664" />
-    <span from="4665" to="5041" />
-    <span from="5042" to="5364" />
-    <span from="5393" to="5818" />
-    <span from="5819" to="6475" />
-    <span from="6503" to="6869" />
-    <span from="6870" to="7336" />
-    <span from="7337" to="7514" />
-    <span from="7515" to="7912" />
-    <span from="7942" to="8247" />
-    <span from="8248" to="8818" />
-    <span from="8844" to="9071" />
-    <span from="9072" to="9501" />
-    <span from="9502" to="9865" />
-    <span from="9866" to="9890" />
-    <span from="9891" to="9914" />
-    <span from="9915" to="9932" />
-    <span from="9933" to="9951" />
-    <span from="9952" to="9999" />
-    <span from="10000" to="10082" />
-    <span from="10083" to="10122" />
-    <span from="10123" to="10142" />
-    <span from="10143" to="10162" />
-    <span from="10163" to="10182" />
-    <span from="10183" to="10287" />
-    <span from="10288" to="10313" />
-    <span from="10314" to="10330" />
-    <span from="10331" to="10897" />
-  </spanList>
-</layer>
diff --git a/t/corpus/BRZ13/00001/base/sentences.xml b/t/corpus/BRZ13/00001/base/sentences.xml
deleted file mode 100644
index 63449e2..0000000
--- a/t/corpus/BRZ13/00001/base/sentences.xml
+++ /dev/null
@@ -1,117 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?xml-model href="span.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
-
-<layer docid="BRZ13_APR.00001" xmlns="http://ids-mannheim.de/ns/KorAP" version="KorAP-0.4">
-  <spanList>
-    <span from="0" to="67" />
-    <span from="68" to="104" />
-    <span from="105" to="209" />
-    <span from="210" to="253" />
-    <span from="254" to="267" />
-    <span from="268" to="465" />
-    <span from="466" to="549" />
-    <span from="550" to="623" />
-    <span from="624" to="726" />
-    <span from="727" to="921" />
-    <span from="922" to="1107" />
-    <span from="1108" to="1231" />
-    <span from="1232" to="1312" />
-    <span from="1313" to="1587" />
-    <span from="1588" to="1667" />
-    <span from="1668" to="1884" />
-    <span from="1885" to="1981" />
-    <span from="1982" to="2018" />
-    <span from="2019" to="2133" />
-    <span from="2134" to="2162" />
-    <span from="2163" to="2259" />
-    <span from="2260" to="2371" />
-    <span from="2372" to="2442" />
-    <span from="2443" to="2544" />
-    <span from="2545" to="2666" />
-    <span from="2667" to="2779" />
-    <span from="2780" to="2797" />
-    <span from="2798" to="2919" />
-    <span from="2920" to="3042" />
-    <span from="3043" to="3143" />
-    <span from="3144" to="3266" />
-    <span from="3267" to="3305" />
-    <span from="3306" to="3333" />
-    <span from="3334" to="3356" />
-    <span from="3357" to="3493" />
-    <span from="3494" to="3551" />
-    <span from="3552" to="3628" />
-    <span from="3629" to="3664" />
-    <span from="3665" to="3771" />
-    <span from="3772" to="3867" />
-    <span from="3868" to="3920" />
-    <span from="3921" to="3939" />
-    <span from="3940" to="3967" />
-    <span from="3968" to="4069" />
-    <span from="4070" to="4122" />
-    <span from="4123" to="4143" />
-    <span from="4144" to="4230" />
-    <span from="4231" to="4338" />
-    <span from="4339" to="4363" />
-    <span from="4364" to="4474" />
-    <span from="4475" to="4594" />
-    <span from="4595" to="4664" />
-    <span from="4665" to="4910" />
-    <span from="4911" to="5041" />
-    <span from="5042" to="5169" />
-    <span from="5170" to="5364" />
-    <span from="5365" to="5392" />
-    <span from="5393" to="5507" />
-    <span from="5508" to="5818" />
-    <span from="5819" to="5942" />
-    <span from="5943" to="6064" />
-    <span from="6065" to="6163" />
-    <span from="6164" to="6295" />
-    <span from="6296" to="6356" />
-    <span from="6357" to="6475" />
-    <span from="6476" to="6502" />
-    <span from="6503" to="6620" />
-    <span from="6621" to="6771" />
-    <span from="6772" to="6869" />
-    <span from="6870" to="7033" />
-    <span from="7034" to="7336" />
-    <span from="7337" to="7409" />
-    <span from="7410" to="7514" />
-    <span from="7515" to="7912" />
-    <span from="7913" to="7941" />
-    <span from="7942" to="8097" />
-    <span from="8098" to="8247" />
-    <span from="8248" to="8337" />
-    <span from="8338" to="8562" />
-    <span from="8563" to="8750" />
-    <span from="8751" to="8818" />
-    <span from="8819" to="8843" />
-    <span from="8844" to="8997" />
-    <span from="8998" to="9071" />
-    <span from="9072" to="9273" />
-    <span from="9274" to="9501" />
-    <span from="9502" to="9572" />
-    <span from="9573" to="9637" />
-    <span from="9638" to="9747" />
-    <span from="9748" to="9865" />
-    <span from="9866" to="9890" />
-    <span from="9891" to="9914" />
-    <span from="9915" to="9932" />
-    <span from="9933" to="9951" />
-    <span from="9952" to="9999" />
-    <span from="10000" to="10082" />
-    <span from="10083" to="10116" />
-    <span from="10117" to="10122" />
-    <span from="10123" to="10142" />
-    <span from="10143" to="10162" />
-    <span from="10163" to="10182" />
-    <span from="10183" to="10224" />
-    <span from="10225" to="10287" />
-    <span from="10288" to="10313" />
-    <span from="10314" to="10330" />
-    <span from="10331" to="10494" />
-    <span from="10495" to="10598" />
-    <span from="10599" to="10674" />
-    <span from="10675" to="10775" />
-    <span from="10776" to="10897" />
-  </spanList>
-</layer>
diff --git a/t/corpus/BRZ13/00001/base/tokens_aggr.xml b/t/corpus/BRZ13/00001/base/tokens_aggr.xml
deleted file mode 100644
index ba40f92..0000000
--- a/t/corpus/BRZ13/00001/base/tokens_aggr.xml
+++ /dev/null
@@ -1,1855 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?xml-model href="span.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
-
-<layer docid="BRZ13_APR.00001" xmlns="http://ids-mannheim.de/ns/KorAP" version="KorAP-0.4">
-  <spanList>
-    <span id="t_0" from="0" to="9" />
-    <span id="t_1" from="10" to="20" />
-    <span id="t_2" from="21" to="22" />
-    <span id="t_3" from="22" to="23" />
-    <span id="t_4" from="23" to="26" />
-    <span id="t_5" from="27" to="37" />
-    <span id="t_6" from="38" to="42" />
-    <span id="t_7" from="43" to="49" />
-    <span id="t_8" from="50" to="54" />
-    <span id="t_9" from="55" to="59" />
-    <span id="t_10" from="60" to="62" />
-    <span id="t_11" from="63" to="66" />
-    <span id="t_12" from="66" to="67" />
-    <span id="t_13" from="68" to="71" />
-    <span id="t_14" from="72" to="77" />
-    <span id="t_15" from="78" to="84" />
-    <span id="t_16" from="85" to="88" />
-    <span id="t_17" from="89" to="103" />
-    <span id="t_18" from="103" to="104" />
-    <span id="t_19" from="105" to="108" />
-    <span id="t_20" from="109" to="113" />
-    <span id="t_21" from="114" to="117" />
-    <span id="t_22" from="118" to="133" />
-    <span id="t_23" from="134" to="139" />
-    <span id="t_24" from="140" to="145" />
-    <span id="t_25" from="146" to="156" />
-    <span id="t_26" from="156" to="157" />
-    <span id="t_27" from="158" to="163" />
-    <span id="t_28" from="164" to="167" />
-    <span id="t_29" from="168" to="176" />
-    <span id="t_30" from="177" to="186" />
-    <span id="t_31" from="187" to="194" />
-    <span id="t_32" from="195" to="201" />
-    <span id="t_33" from="202" to="208" />
-    <span id="t_34" from="208" to="209" />
-    <span id="t_35" from="210" to="214" />
-    <span id="t_36" from="215" to="225" />
-    <span id="t_37" from="226" to="233" />
-    <span id="t_38" from="234" to="238" />
-    <span id="t_39" from="239" to="242" />
-    <span id="t_40" from="243" to="252" />
-    <span id="t_41" from="252" to="253" />
-    <span id="t_42" from="254" to="266" />
-    <span id="t_43" from="266" to="267" />
-    <span id="t_44" from="269" to="272" />
-    <span id="t_45" from="273" to="277" />
-    <span id="t_46" from="277" to="278" />
-    <span id="t_47" from="279" to="282" />
-    <span id="t_48" from="283" to="288" />
-    <span id="t_49" from="289" to="294" />
-    <span id="t_50" from="295" to="301" />
-    <span id="t_51" from="301" to="302" />
-    <span id="t_52" from="303" to="306" />
-    <span id="t_53" from="307" to="313" />
-    <span id="t_54" from="314" to="318" />
-    <span id="t_55" from="319" to="329" />
-    <span id="t_56" from="329" to="330" />
-    <span id="t_57" from="331" to="333" />
-    <span id="t_58" from="334" to="339" />
-    <span id="t_59" from="340" to="341" />
-    <span id="t_60" from="341" to="342" />
-    <span id="t_61" from="342" to="346" />
-    <span id="t_62" from="347" to="349" />
-    <span id="t_63" from="350" to="356" />
-    <span id="t_64" from="357" to="366" />
-    <span id="t_65" from="367" to="375" />
-    <span id="t_66" from="376" to="379" />
-    <span id="t_67" from="379" to="380" />
-    <span id="t_68" from="381" to="385" />
-    <span id="t_69" from="386" to="390" />
-    <span id="t_70" from="391" to="397" />
-    <span id="t_71" from="398" to="401" />
-    <span id="t_72" from="402" to="405" />
-    <span id="t_73" from="406" to="411" />
-    <span id="t_74" from="412" to="415" />
-    <span id="t_75" from="416" to="425" />
-    <span id="t_76" from="426" to="431" />
-    <span id="t_77" from="432" to="438" />
-    <span id="t_78" from="439" to="446" />
-    <span id="t_79" from="447" to="458" />
-    <span id="t_80" from="459" to="464" />
-    <span id="t_81" from="464" to="465" />
-    <span id="t_82" from="466" to="470" />
-    <span id="t_83" from="471" to="474" />
-    <span id="t_84" from="475" to="478" />
-    <span id="t_85" from="479" to="481" />
-    <span id="t_86" from="482" to="485" />
-    <span id="t_87" from="486" to="489" />
-    <span id="t_88" from="490" to="492" />
-    <span id="t_89" from="493" to="498" />
-    <span id="t_90" from="499" to="508" />
-    <span id="t_91" from="509" to="515" />
-    <span id="t_92" from="515" to="516" />
-    <span id="t_93" from="517" to="524" />
-    <span id="t_94" from="525" to="528" />
-    <span id="t_95" from="529" to="541" />
-    <span id="t_96" from="542" to="548" />
-    <span id="t_97" from="548" to="549" />
-    <span id="t_98" from="550" to="554" />
-    <span id="t_99" from="555" to="559" />
-    <span id="t_100" from="560" to="565" />
-    <span id="t_101" from="566" to="569" />
-    <span id="t_102" from="570" to="575" />
-    <span id="t_103" from="576" to="580" />
-    <span id="t_104" from="581" to="586" />
-    <span id="t_105" from="586" to="587" />
-    <span id="t_106" from="588" to="591" />
-    <span id="t_107" from="592" to="594" />
-    <span id="t_108" from="594" to="595" />
-    <span id="t_109" from="595" to="602" />
-    <span id="t_110" from="603" to="609" />
-    <span id="t_111" from="610" to="614" />
-    <span id="t_112" from="615" to="618" />
-    <span id="t_113" from="619" to="622" />
-    <span id="t_114" from="622" to="623" />
-    <span id="t_115" from="624" to="627" />
-    <span id="t_116" from="628" to="634" />
-    <span id="t_117" from="635" to="640" />
-    <span id="t_118" from="641" to="647" />
-    <span id="t_119" from="648" to="651" />
-    <span id="t_120" from="652" to="656" />
-    <span id="t_121" from="657" to="659" />
-    <span id="t_122" from="660" to="670" />
-    <span id="t_123" from="671" to="672" />
-    <span id="t_124" from="673" to="676" />
-    <span id="t_125" from="677" to="683" />
-    <span id="t_126" from="684" to="691" />
-    <span id="t_127" from="692" to="698" />
-    <span id="t_128" from="699" to="702" />
-    <span id="t_129" from="703" to="706" />
-    <span id="t_130" from="707" to="716" />
-    <span id="t_131" from="717" to="725" />
-    <span id="t_132" from="725" to="726" />
-    <span id="t_133" from="727" to="731" />
-    <span id="t_134" from="732" to="735" />
-    <span id="t_135" from="736" to="745" />
-    <span id="t_136" from="746" to="754" />
-    <span id="t_137" from="755" to="757" />
-    <span id="t_138" from="758" to="763" />
-    <span id="t_139" from="764" to="770" />
-    <span id="t_140" from="771" to="776" />
-    <span id="t_141" from="777" to="779" />
-    <span id="t_142" from="780" to="791" />
-    <span id="t_143" from="792" to="802" />
-    <span id="t_144" from="803" to="817" />
-    <span id="t_145" from="817" to="818" />
-    <span id="t_146" from="819" to="822" />
-    <span id="t_147" from="823" to="827" />
-    <span id="t_148" from="828" to="831" />
-    <span id="t_149" from="832" to="835" />
-    <span id="t_150" from="836" to="841" />
-    <span id="t_151" from="842" to="846" />
-    <span id="t_152" from="846" to="847" />
-    <span id="t_153" from="848" to="853" />
-    <span id="t_154" from="854" to="857" />
-    <span id="t_155" from="858" to="861" />
-    <span id="t_156" from="862" to="868" />
-    <span id="t_157" from="869" to="875" />
-    <span id="t_158" from="875" to="876" />
-    <span id="t_159" from="877" to="881" />
-    <span id="t_160" from="882" to="887" />
-    <span id="t_161" from="888" to="891" />
-    <span id="t_162" from="891" to="892" />
-    <span id="t_163" from="893" to="898" />
-    <span id="t_164" from="899" to="902" />
-    <span id="t_165" from="903" to="905" />
-    <span id="t_166" from="906" to="912" />
-    <span id="t_167" from="913" to="920" />
-    <span id="t_168" from="920" to="921" />
-    <span id="t_169" from="922" to="926" />
-    <span id="t_170" from="927" to="931" />
-    <span id="t_171" from="932" to="941" />
-    <span id="t_172" from="942" to="945" />
-    <span id="t_173" from="945" to="946" />
-    <span id="t_174" from="947" to="950" />
-    <span id="t_175" from="951" to="954" />
-    <span id="t_176" from="955" to="960" />
-    <span id="t_177" from="961" to="967" />
-    <span id="t_178" from="968" to="971" />
-    <span id="t_179" from="972" to="985" />
-    <span id="t_180" from="986" to="993" />
-    <span id="t_181" from="994" to="998" />
-    <span id="t_182" from="998" to="999" />
-    <span id="t_183" from="1000" to="1003" />
-    <span id="t_184" from="1004" to="1014" />
-    <span id="t_185" from="1015" to="1019" />
-    <span id="t_186" from="1020" to="1028" />
-    <span id="t_187" from="1029" to="1036" />
-    <span id="t_188" from="1036" to="1037" />
-    <span id="t_189" from="1038" to="1041" />
-    <span id="t_190" from="1042" to="1045" />
-    <span id="t_191" from="1046" to="1051" />
-    <span id="t_192" from="1051" to="1052" />
-    <span id="t_193" from="1053" to="1058" />
-    <span id="t_194" from="1059" to="1065" />
-    <span id="t_195" from="1066" to="1070" />
-    <span id="t_196" from="1071" to="1075" />
-    <span id="t_197" from="1076" to="1082" />
-    <span id="t_198" from="1082" to="1083" />
-    <span id="t_199" from="1084" to="1089" />
-    <span id="t_200" from="1090" to="1094" />
-    <span id="t_201" from="1095" to="1098" />
-    <span id="t_202" from="1099" to="1106" />
-    <span id="t_203" from="1106" to="1107" />
-    <span id="t_204" from="1108" to="1110" />
-    <span id="t_205" from="1111" to="1118" />
-    <span id="t_206" from="1119" to="1127" />
-    <span id="t_207" from="1128" to="1132" />
-    <span id="t_208" from="1133" to="1136" />
-    <span id="t_209" from="1137" to="1141" />
-    <span id="t_210" from="1141" to="1142" />
-    <span id="t_211" from="1143" to="1146" />
-    <span id="t_212" from="1147" to="1155" />
-    <span id="t_213" from="1156" to="1159" />
-    <span id="t_214" from="1160" to="1170" />
-    <span id="t_215" from="1171" to="1175" />
-    <span id="t_216" from="1176" to="1178" />
-    <span id="t_217" from="1179" to="1185" />
-    <span id="t_218" from="1185" to="1186" />
-    <span id="t_219" from="1187" to="1191" />
-    <span id="t_220" from="1192" to="1195" />
-    <span id="t_221" from="1196" to="1202" />
-    <span id="t_222" from="1203" to="1205" />
-    <span id="t_223" from="1206" to="1209" />
-    <span id="t_224" from="1210" to="1216" />
-    <span id="t_225" from="1217" to="1221" />
-    <span id="t_226" from="1222" to="1230" />
-    <span id="t_227" from="1230" to="1231" />
-    <span id="t_228" from="1232" to="1236" />
-    <span id="t_229" from="1237" to="1245" />
-    <span id="t_230" from="1246" to="1250" />
-    <span id="t_231" from="1251" to="1260" />
-    <span id="t_232" from="1261" to="1269" />
-    <span id="t_233" from="1270" to="1273" />
-    <span id="t_234" from="1274" to="1279" />
-    <span id="t_235" from="1280" to="1293" />
-    <span id="t_236" from="1294" to="1311" />
-    <span id="t_237" from="1311" to="1312" />
-    <span id="t_238" from="1313" to="1316" />
-    <span id="t_239" from="1317" to="1320" />
-    <span id="t_240" from="1321" to="1329" />
-    <span id="t_241" from="1329" to="1330" />
-    <span id="t_242" from="1331" to="1341" />
-    <span id="t_243" from="1342" to="1345" />
-    <span id="t_244" from="1346" to="1348" />
-    <span id="t_245" from="1348" to="1349" />
-    <span id="t_246" from="1350" to="1358" />
-    <span id="t_247" from="1359" to="1362" />
-    <span id="t_248" from="1363" to="1376" />
-    <span id="t_249" from="1377" to="1387" />
-    <span id="t_250" from="1388" to="1393" />
-    <span id="t_251" from="1394" to="1397" />
-    <span id="t_252" from="1398" to="1408" />
-    <span id="t_253" from="1409" to="1414" />
-    <span id="t_254" from="1415" to="1419" />
-    <span id="t_255" from="1420" to="1425" />
-    <span id="t_256" from="1426" to="1431" />
-    <span id="t_257" from="1432" to="1446" />
-    <span id="t_258" from="1447" to="1458" />
-    <span id="t_259" from="1459" to="1460" />
-    <span id="t_260" from="1461" to="1465" />
-    <span id="t_261" from="1466" to="1480" />
-    <span id="t_262" from="1480" to="1481" />
-    <span id="t_263" from="1482" to="1484" />
-    <span id="t_264" from="1485" to="1488" />
-    <span id="t_265" from="1489" to="1499" />
-    <span id="t_266" from="1500" to="1519" />
-    <span id="t_267" from="1520" to="1523" />
-    <span id="t_268" from="1524" to="1527" />
-    <span id="t_269" from="1528" to="1543" />
-    <span id="t_270" from="1544" to="1552" />
-    <span id="t_271" from="1553" to="1555" />
-    <span id="t_272" from="1556" to="1562" />
-    <span id="t_273" from="1562" to="1563" />
-    <span id="t_274" from="1564" to="1566" />
-    <span id="t_275" from="1567" to="1576" />
-    <span id="t_276" from="1577" to="1579" />
-    <span id="t_277" from="1580" to="1586" />
-    <span id="t_278" from="1586" to="1587" />
-    <span id="t_279" from="1588" to="1589" />
-    <span id="t_280" from="1589" to="1594" />
-    <span id="t_281" from="1595" to="1605" />
-    <span id="t_282" from="1606" to="1614" />
-    <span id="t_283" from="1615" to="1627" />
-    <span id="t_284" from="1628" to="1640" />
-    <span id="t_285" from="1641" to="1644" />
-    <span id="t_286" from="1645" to="1652" />
-    <span id="t_287" from="1652" to="1653" />
-    <span id="t_288" from="1653" to="1654" />
-    <span id="t_289" from="1655" to="1662" />
-    <span id="t_290" from="1663" to="1666" />
-    <span id="t_291" from="1666" to="1667" />
-    <span id="t_292" from="1668" to="1669" />
-    <span id="t_293" from="1669" to="1674" />
-    <span id="t_294" from="1675" to="1687" />
-    <span id="t_295" from="1688" to="1693" />
-    <span id="t_296" from="1694" to="1697" />
-    <span id="t_297" from="1698" to="1705" />
-    <span id="t_298" from="1705" to="1706" />
-    <span id="t_299" from="1707" to="1716" />
-    <span id="t_300" from="1717" to="1720" />
-    <span id="t_301" from="1721" to="1727" />
-    <span id="t_302" from="1728" to="1734" />
-    <span id="t_303" from="1735" to="1740" />
-    <span id="t_304" from="1741" to="1753" />
-    <span id="t_305" from="1754" to="1757" />
-    <span id="t_306" from="1758" to="1765" />
-    <span id="t_307" from="1766" to="1770" />
-    <span id="t_308" from="1771" to="1781" />
-    <span id="t_309" from="1782" to="1791" />
-    <span id="t_310" from="1792" to="1798" />
-    <span id="t_311" from="1799" to="1800" />
-    <span id="t_312" from="1801" to="1804" />
-    <span id="t_313" from="1805" to="1809" />
-    <span id="t_314" from="1810" to="1814" />
-    <span id="t_315" from="1815" to="1817" />
-    <span id="t_316" from="1818" to="1829" />
-    <span id="t_317" from="1829" to="1830" />
-    <span id="t_318" from="1831" to="1835" />
-    <span id="t_319" from="1836" to="1839" />
-    <span id="t_320" from="1840" to="1843" />
-    <span id="t_321" from="1844" to="1847" />
-    <span id="t_322" from="1848" to="1852" />
-    <span id="t_323" from="1853" to="1858" />
-    <span id="t_324" from="1859" to="1862" />
-    <span id="t_325" from="1863" to="1868" />
-    <span id="t_326" from="1869" to="1878" />
-    <span id="t_327" from="1879" to="1883" />
-    <span id="t_328" from="1883" to="1884" />
-    <span id="t_329" from="1885" to="1888" />
-    <span id="t_330" from="1889" to="1893" />
-    <span id="t_331" from="1894" to="1897" />
-    <span id="t_332" from="1898" to="1904" />
-    <span id="t_333" from="1904" to="1905" />
-    <span id="t_334" from="1906" to="1910" />
-    <span id="t_335" from="1911" to="1916" />
-    <span id="t_336" from="1917" to="1922" />
-    <span id="t_337" from="1923" to="1932" />
-    <span id="t_338" from="1933" to="1935" />
-    <span id="t_339" from="1936" to="1942" />
-    <span id="t_340" from="1942" to="1943" />
-    <span id="t_341" from="1944" to="1953" />
-    <span id="t_342" from="1954" to="1961" />
-    <span id="t_343" from="1962" to="1965" />
-    <span id="t_344" from="1966" to="1969" />
-    <span id="t_345" from="1970" to="1980" />
-    <span id="t_346" from="1980" to="1981" />
-    <span id="t_347" from="1982" to="1986" />
-    <span id="t_348" from="1987" to="1989" />
-    <span id="t_349" from="1990" to="1993" />
-    <span id="t_350" from="1994" to="2005" />
-    <span id="t_351" from="2006" to="2017" />
-    <span id="t_352" from="2017" to="2018" />
-    <span id="t_353" from="2019" to="2022" />
-    <span id="t_354" from="2023" to="2030" />
-    <span id="t_355" from="2031" to="2034" />
-    <span id="t_356" from="2035" to="2040" />
-    <span id="t_357" from="2041" to="2048" />
-    <span id="t_358" from="2048" to="2049" />
-    <span id="t_359" from="2050" to="2052" />
-    <span id="t_360" from="2053" to="2057" />
-    <span id="t_361" from="2058" to="2067" />
-    <span id="t_362" from="2068" to="2070" />
-    <span id="t_363" from="2071" to="2084" />
-    <span id="t_364" from="2085" to="2088" />
-    <span id="t_365" from="2089" to="2094" />
-    <span id="t_366" from="2095" to="2103" />
-    <span id="t_367" from="2104" to="2107" />
-    <span id="t_368" from="2108" to="2118" />
-    <span id="t_369" from="2119" to="2131" />
-    <span id="t_370" from="2131" to="2132" />
-    <span id="t_371" from="2132" to="2133" />
-    <span id="t_372" from="2134" to="2139" />
-    <span id="t_373" from="2140" to="2149" />
-    <span id="t_374" from="2150" to="2153" />
-    <span id="t_375" from="2154" to="2162" />
-    <span id="t_376" from="2163" to="2168" />
-    <span id="t_377" from="2169" to="2174" />
-    <span id="t_378" from="2175" to="2179" />
-    <span id="t_379" from="2180" to="2185" />
-    <span id="t_380" from="2186" to="2195" />
-    <span id="t_381" from="2196" to="2204" />
-    <span id="t_382" from="2205" to="2213" />
-    <span id="t_383" from="2214" to="2223" />
-    <span id="t_384" from="2223" to="2224" />
-    <span id="t_385" from="2225" to="2228" />
-    <span id="t_386" from="2229" to="2233" />
-    <span id="t_387" from="2234" to="2240" />
-    <span id="t_388" from="2241" to="2244" />
-    <span id="t_389" from="2245" to="2252" />
-    <span id="t_390" from="2253" to="2258" />
-    <span id="t_391" from="2258" to="2259" />
-    <span id="t_392" from="2260" to="2263" />
-    <span id="t_393" from="2264" to="2269" />
-    <span id="t_394" from="2270" to="2273" />
-    <span id="t_395" from="2274" to="2286" />
-    <span id="t_396" from="2287" to="2299" />
-    <span id="t_397" from="2299" to="2300" />
-    <span id="t_398" from="2301" to="2303" />
-    <span id="t_399" from="2304" to="2306" />
-    <span id="t_400" from="2307" to="2312" />
-    <span id="t_401" from="2313" to="2326" />
-    <span id="t_402" from="2327" to="2334" />
-    <span id="t_403" from="2335" to="2339" />
-    <span id="t_404" from="2340" to="2344" />
-    <span id="t_405" from="2345" to="2347" />
-    <span id="t_406" from="2348" to="2353" />
-    <span id="t_407" from="2354" to="2361" />
-    <span id="t_408" from="2362" to="2370" />
-    <span id="t_409" from="2370" to="2371" />
-    <span id="t_410" from="2372" to="2375" />
-    <span id="t_411" from="2376" to="2379" />
-    <span id="t_412" from="2380" to="2383" />
-    <span id="t_413" from="2384" to="2392" />
-    <span id="t_414" from="2393" to="2403" />
-    <span id="t_415" from="2403" to="2404" />
-    <span id="t_416" from="2405" to="2415" />
-    <span id="t_417" from="2416" to="2419" />
-    <span id="t_418" from="2420" to="2424" />
-    <span id="t_419" from="2425" to="2432" />
-    <span id="t_420" from="2433" to="2441" />
-    <span id="t_421" from="2441" to="2442" />
-    <span id="t_422" from="2443" to="2452" />
-    <span id="t_423" from="2453" to="2456" />
-    <span id="t_424" from="2457" to="2460" />
-    <span id="t_425" from="2461" to="2467" />
-    <span id="t_426" from="2468" to="2473" />
-    <span id="t_427" from="2474" to="2475" />
-    <span id="t_428" from="2476" to="2480" />
-    <span id="t_429" from="2481" to="2485" />
-    <span id="t_430" from="2486" to="2488" />
-    <span id="t_431" from="2489" to="2492" />
-    <span id="t_432" from="2493" to="2498" />
-    <span id="t_433" from="2499" to="2509" />
-    <span id="t_434" from="2509" to="2510" />
-    <span id="t_435" from="2511" to="2513" />
-    <span id="t_436" from="2514" to="2523" />
-    <span id="t_437" from="2524" to="2527" />
-    <span id="t_438" from="2528" to="2532" />
-    <span id="t_439" from="2533" to="2543" />
-    <span id="t_440" from="2543" to="2544" />
-    <span id="t_441" from="2545" to="2551" />
-    <span id="t_442" from="2552" to="2557" />
-    <span id="t_443" from="2558" to="2562" />
-    <span id="t_444" from="2563" to="2566" />
-    <span id="t_445" from="2567" to="2573" />
-    <span id="t_446" from="2574" to="2579" />
-    <span id="t_447" from="2580" to="2587" />
-    <span id="t_448" from="2588" to="2593" />
-    <span id="t_449" from="2594" to="2597" />
-    <span id="t_450" from="2598" to="2610" />
-    <span id="t_451" from="2611" to="2616" />
-    <span id="t_452" from="2617" to="2621" />
-    <span id="t_453" from="2622" to="2630" />
-    <span id="t_454" from="2630" to="2631" />
-    <span id="t_455" from="2632" to="2635" />
-    <span id="t_456" from="2636" to="2639" />
-    <span id="t_457" from="2640" to="2650" />
-    <span id="t_458" from="2651" to="2661" />
-    <span id="t_459" from="2662" to="2665" />
-    <span id="t_460" from="2665" to="2666" />
-    <span id="t_461" from="2667" to="2670" />
-    <span id="t_462" from="2671" to="2677" />
-    <span id="t_463" from="2678" to="2683" />
-    <span id="t_464" from="2684" to="2689" />
-    <span id="t_465" from="2690" to="2698" />
-    <span id="t_466" from="2698" to="2699" />
-    <span id="t_467" from="2700" to="2704" />
-    <span id="t_468" from="2705" to="2708" />
-    <span id="t_469" from="2709" to="2712" />
-    <span id="t_470" from="2713" to="2726" />
-    <span id="t_471" from="2727" to="2732" />
-    <span id="t_472" from="2733" to="2737" />
-    <span id="t_473" from="2738" to="2747" />
-    <span id="t_474" from="2748" to="2751" />
-    <span id="t_475" from="2751" to="2752" />
-    <span id="t_476" from="2753" to="2756" />
-    <span id="t_477" from="2757" to="2762" />
-    <span id="t_478" from="2763" to="2778" />
-    <span id="t_479" from="2778" to="2779" />
-    <span id="t_480" from="2780" to="2783" />
-    <span id="t_481" from="2784" to="2787" />
-    <span id="t_482" from="2788" to="2796" />
-    <span id="t_483" from="2796" to="2797" />
-    <span id="t_484" from="2798" to="2808" />
-    <span id="t_485" from="2809" to="2813" />
-    <span id="t_486" from="2814" to="2817" />
-    <span id="t_487" from="2818" to="2821" />
-    <span id="t_488" from="2822" to="2827" />
-    <span id="t_489" from="2828" to="2852" />
-    <span id="t_490" from="2853" to="2856" />
-    <span id="t_491" from="2857" to="2861" />
-    <span id="t_492" from="2862" to="2867" />
-    <span id="t_493" from="2868" to="2871" />
-    <span id="t_494" from="2872" to="2879" />
-    <span id="t_495" from="2880" to="2887" />
-    <span id="t_496" from="2888" to="2893" />
-    <span id="t_497" from="2894" to="2896" />
-    <span id="t_498" from="2897" to="2902" />
-    <span id="t_499" from="2903" to="2918" />
-    <span id="t_500" from="2918" to="2919" />
-    <span id="t_501" from="2920" to="2924" />
-    <span id="t_502" from="2925" to="2929" />
-    <span id="t_503" from="2930" to="2932" />
-    <span id="t_504" from="2933" to="2939" />
-    <span id="t_505" from="2940" to="2943" />
-    <span id="t_506" from="2944" to="2953" />
-    <span id="t_507" from="2954" to="2962" />
-    <span id="t_508" from="2963" to="2966" />
-    <span id="t_509" from="2967" to="2970" />
-    <span id="t_510" from="2971" to="2986" />
-    <span id="t_511" from="2987" to="2990" />
-    <span id="t_512" from="2991" to="3004" />
-    <span id="t_513" from="3005" to="3016" />
-    <span id="t_514" from="3017" to="3020" />
-    <span id="t_515" from="3021" to="3027" />
-    <span id="t_516" from="3028" to="3030" />
-    <span id="t_517" from="3031" to="3041" />
-    <span id="t_518" from="3041" to="3042" />
-    <span id="t_519" from="3043" to="3046" />
-    <span id="t_520" from="3047" to="3054" />
-    <span id="t_521" from="3055" to="3058" />
-    <span id="t_522" from="3059" to="3064" />
-    <span id="t_523" from="3065" to="3081" />
-    <span id="t_524" from="3082" to="3083" />
-    <span id="t_525" from="3084" to="3087" />
-    <span id="t_526" from="3088" to="3090" />
-    <span id="t_527" from="3091" to="3096" />
-    <span id="t_528" from="3097" to="3103" />
-    <span id="t_529" from="3104" to="3112" />
-    <span id="t_530" from="3113" to="3116" />
-    <span id="t_531" from="3117" to="3123" />
-    <span id="t_532" from="3124" to="3128" />
-    <span id="t_533" from="3129" to="3138" />
-    <span id="t_534" from="3139" to="3142" />
-    <span id="t_535" from="3142" to="3143" />
-    <span id="t_536" from="3144" to="3147" />
-    <span id="t_537" from="3148" to="3151" />
-    <span id="t_538" from="3152" to="3157" />
-    <span id="t_539" from="3158" to="3167" />
-    <span id="t_540" from="3168" to="3179" />
-    <span id="t_541" from="3180" to="3185" />
-    <span id="t_542" from="3185" to="3186" />
-    <span id="t_543" from="3187" to="3194" />
-    <span id="t_544" from="3195" to="3198" />
-    <span id="t_545" from="3199" to="3206" />
-    <span id="t_546" from="3207" to="3214" />
-    <span id="t_547" from="3214" to="3215" />
-    <span id="t_548" from="3216" to="3220" />
-    <span id="t_549" from="3221" to="3224" />
-    <span id="t_550" from="3224" to="3225" />
-    <span id="t_551" from="3226" to="3231" />
-    <span id="t_552" from="3232" to="3238" />
-    <span id="t_553" from="3239" to="3242" />
-    <span id="t_554" from="3243" to="3246" />
-    <span id="t_555" from="3247" to="3253" />
-    <span id="t_556" from="3254" to="3265" />
-    <span id="t_557" from="3265" to="3266" />
-    <span id="t_558" from="3267" to="3270" />
-    <span id="t_559" from="3271" to="3281" />
-    <span id="t_560" from="3282" to="3288" />
-    <span id="t_561" from="3289" to="3292" />
-    <span id="t_562" from="3293" to="3296" />
-    <span id="t_563" from="3297" to="3304" />
-    <span id="t_564" from="3304" to="3305" />
-    <span id="t_565" from="3306" to="3313" />
-    <span id="t_566" from="3314" to="3318" />
-    <span id="t_567" from="3319" to="3324" />
-    <span id="t_568" from="3325" to="3333" />
-    <span id="t_569" from="3334" to="3337" />
-    <span id="t_570" from="3338" to="3340" />
-    <span id="t_571" from="3341" to="3344" />
-    <span id="t_572" from="3345" to="3350" />
-    <span id="t_573" from="3351" to="3355" />
-    <span id="t_574" from="3355" to="3356" />
-    <span id="t_575" from="3357" to="3358" />
-    <span id="t_576" from="3358" to="3361" />
-    <span id="t_577" from="3362" to="3366" />
-    <span id="t_578" from="3367" to="3374" />
-    <span id="t_579" from="3375" to="3378" />
-    <span id="t_580" from="3379" to="3385" />
-    <span id="t_581" from="3385" to="3386" />
-    <span id="t_582" from="3387" to="3391" />
-    <span id="t_583" from="3392" to="3396" />
-    <span id="t_584" from="3397" to="3406" />
-    <span id="t_585" from="3407" to="3413" />
-    <span id="t_586" from="3414" to="3417" />
-    <span id="t_587" from="3417" to="3418" />
-    <span id="t_588" from="3419" to="3423" />
-    <span id="t_589" from="3424" to="3426" />
-    <span id="t_590" from="3427" to="3433" />
-    <span id="t_591" from="3434" to="3447" />
-    <span id="t_592" from="3448" to="3452" />
-    <span id="t_593" from="3452" to="3453" />
-    <span id="t_594" from="3454" to="3458" />
-    <span id="t_595" from="3459" to="3462" />
-    <span id="t_596" from="3463" to="3468" />
-    <span id="t_597" from="3469" to="3473" />
-    <span id="t_598" from="3474" to="3480" />
-    <span id="t_599" from="3481" to="3492" />
-    <span id="t_600" from="3492" to="3493" />
-    <span id="t_601" from="3494" to="3501" />
-    <span id="t_602" from="3502" to="3505" />
-    <span id="t_603" from="3506" to="3508" />
-    <span id="t_604" from="3509" to="3517" />
-    <span id="t_605" from="3518" to="3521" />
-    <span id="t_606" from="3522" to="3527" />
-    <span id="t_607" from="3527" to="3528" />
-    <span id="t_608" from="3529" to="3538" />
-    <span id="t_609" from="3539" to="3550" />
-    <span id="t_610" from="3550" to="3551" />
-    <span id="t_611" from="3552" to="3555" />
-    <span id="t_612" from="3556" to="3564" />
-    <span id="t_613" from="3564" to="3565" />
-    <span id="t_614" from="3566" to="3569" />
-    <span id="t_615" from="3570" to="3580" />
-    <span id="t_616" from="3581" to="3587" />
-    <span id="t_617" from="3588" to="3590" />
-    <span id="t_618" from="3591" to="3596" />
-    <span id="t_619" from="3596" to="3597" />
-    <span id="t_620" from="3598" to="3604" />
-    <span id="t_621" from="3605" to="3611" />
-    <span id="t_622" from="3612" to="3615" />
-    <span id="t_623" from="3616" to="3620" />
-    <span id="t_624" from="3621" to="3627" />
-    <span id="t_625" from="3627" to="3628" />
-    <span id="t_626" from="3629" to="3633" />
-    <span id="t_627" from="3634" to="3637" />
-    <span id="t_628" from="3638" to="3642" />
-    <span id="t_629" from="3643" to="3646" />
-    <span id="t_630" from="3647" to="3650" />
-    <span id="t_631" from="3651" to="3663" />
-    <span id="t_632" from="3663" to="3664" />
-    <span id="t_633" from="3665" to="3676" />
-    <span id="t_634" from="3677" to="3681" />
-    <span id="t_635" from="3682" to="3685" />
-    <span id="t_636" from="3685" to="3686" />
-    <span id="t_637" from="3687" to="3690" />
-    <span id="t_638" from="3691" to="3703" />
-    <span id="t_639" from="3704" to="3707" />
-    <span id="t_640" from="3708" to="3709" />
-    <span id="t_641" from="3710" to="3713" />
-    <span id="t_642" from="3714" to="3716" />
-    <span id="t_643" from="3717" to="3721" />
-    <span id="t_644" from="3722" to="3729" />
-    <span id="t_645" from="3729" to="3730" />
-    <span id="t_646" from="3731" to="3738" />
-    <span id="t_647" from="3739" to="3742" />
-    <span id="t_648" from="3743" to="3747" />
-    <span id="t_649" from="3748" to="3753" />
-    <span id="t_650" from="3754" to="3761" />
-    <span id="t_651" from="3762" to="3764" />
-    <span id="t_652" from="3765" to="3770" />
-    <span id="t_653" from="3770" to="3771" />
-    <span id="t_654" from="3772" to="3775" />
-    <span id="t_655" from="3776" to="3779" />
-    <span id="t_656" from="3780" to="3784" />
-    <span id="t_657" from="3785" to="3787" />
-    <span id="t_658" from="3788" to="3791" />
-    <span id="t_659" from="3792" to="3796" />
-    <span id="t_660" from="3796" to="3797" />
-    <span id="t_661" from="3798" to="3805" />
-    <span id="t_662" from="3806" to="3816" />
-    <span id="t_663" from="3816" to="3817" />
-    <span id="t_664" from="3818" to="3824" />
-    <span id="t_665" from="3825" to="3827" />
-    <span id="t_666" from="3828" to="3834" />
-    <span id="t_667" from="3834" to="3835" />
-    <span id="t_668" from="3836" to="3843" />
-    <span id="t_669" from="3844" to="3847" />
-    <span id="t_670" from="3848" to="3851" />
-    <span id="t_671" from="3852" to="3858" />
-    <span id="t_672" from="3859" to="3865" />
-    <span id="t_673" from="3865" to="3866" />
-    <span id="t_674" from="3866" to="3867" />
-    <span id="t_675" from="3868" to="3872" />
-    <span id="t_676" from="3873" to="3878" />
-    <span id="t_677" from="3879" to="3882" />
-    <span id="t_678" from="3883" to="3888" />
-    <span id="t_679" from="3889" to="3892" />
-    <span id="t_680" from="3893" to="3897" />
-    <span id="t_681" from="3898" to="3903" />
-    <span id="t_682" from="3904" to="3910" />
-    <span id="t_683" from="3911" to="3919" />
-    <span id="t_684" from="3919" to="3920" />
-    <span id="t_685" from="3921" to="3924" />
-    <span id="t_686" from="3925" to="3932" />
-    <span id="t_687" from="3933" to="3938" />
-    <span id="t_688" from="3938" to="3939" />
-    <span id="t_689" from="3940" to="3946" />
-    <span id="t_690" from="3947" to="3951" />
-    <span id="t_691" from="3952" to="3957" />
-    <span id="t_692" from="3958" to="3966" />
-    <span id="t_693" from="3966" to="3967" />
-    <span id="t_694" from="3968" to="3972" />
-    <span id="t_695" from="3973" to="3981" />
-    <span id="t_696" from="3982" to="3985" />
-    <span id="t_697" from="3986" to="3989" />
-    <span id="t_698" from="3990" to="3993" />
-    <span id="t_699" from="3994" to="4000" />
-    <span id="t_700" from="4000" to="4001" />
-    <span id="t_701" from="4002" to="4005" />
-    <span id="t_702" from="4006" to="4011" />
-    <span id="t_703" from="4012" to="4016" />
-    <span id="t_704" from="4017" to="4024" />
-    <span id="t_705" from="4025" to="4027" />
-    <span id="t_706" from="4028" to="4034" />
-    <span id="t_707" from="4034" to="4035" />
-    <span id="t_708" from="4036" to="4038" />
-    <span id="t_709" from="4039" to="4043" />
-    <span id="t_710" from="4044" to="4050" />
-    <span id="t_711" from="4051" to="4058" />
-    <span id="t_712" from="4059" to="4061" />
-    <span id="t_713" from="4062" to="4068" />
-    <span id="t_714" from="4068" to="4069" />
-    <span id="t_715" from="4070" to="4071" />
-    <span id="t_716" from="4071" to="4076" />
-    <span id="t_717" from="4077" to="4083" />
-    <span id="t_718" from="4084" to="4089" />
-    <span id="t_719" from="4090" to="4093" />
-    <span id="t_720" from="4094" to="4099" />
-    <span id="t_721" from="4100" to="4106" />
-    <span id="t_722" from="4106" to="4107" />
-    <span id="t_723" from="4108" to="4112" />
-    <span id="t_724" from="4113" to="4116" />
-    <span id="t_725" from="4117" to="4121" />
-    <span id="t_726" from="4121" to="4122" />
-    <span id="t_727" from="4123" to="4126" />
-    <span id="t_728" from="4127" to="4133" />
-    <span id="t_729" from="4134" to="4138" />
-    <span id="t_730" from="4139" to="4142" />
-    <span id="t_731" from="4142" to="4143" />
-    <span id="t_732" from="4144" to="4154" />
-    <span id="t_733" from="4155" to="4161" />
-    <span id="t_734" from="4162" to="4173" />
-    <span id="t_735" from="4174" to="4181" />
-    <span id="t_736" from="4181" to="4182" />
-    <span id="t_737" from="4183" to="4185" />
-    <span id="t_738" from="4186" to="4189" />
-    <span id="t_739" from="4190" to="4194" />
-    <span id="t_740" from="4195" to="4198" />
-    <span id="t_741" from="4199" to="4204" />
-    <span id="t_742" from="4205" to="4208" />
-    <span id="t_743" from="4209" to="4218" />
-    <span id="t_744" from="4218" to="4219" />
-    <span id="t_745" from="4219" to="4220" />
-    <span id="t_746" from="4221" to="4225" />
-    <span id="t_747" from="4226" to="4229" />
-    <span id="t_748" from="4229" to="4230" />
-    <span id="t_749" from="4231" to="4232" />
-    <span id="t_750" from="4232" to="4236" />
-    <span id="t_751" from="4237" to="4247" />
-    <span id="t_752" from="4248" to="4252" />
-    <span id="t_753" from="4253" to="4255" />
-    <span id="t_754" from="4256" to="4259" />
-    <span id="t_755" from="4260" to="4271" />
-    <span id="t_756" from="4272" to="4278" />
-    <span id="t_757" from="4278" to="4279" />
-    <span id="t_758" from="4280" to="4286" />
-    <span id="t_759" from="4287" to="4293" />
-    <span id="t_760" from="4294" to="4297" />
-    <span id="t_761" from="4297" to="4298" />
-    <span id="t_762" from="4299" to="4305" />
-    <span id="t_763" from="4306" to="4311" />
-    <span id="t_764" from="4312" to="4315" />
-    <span id="t_765" from="4315" to="4316" />
-    <span id="t_766" from="4317" to="4320" />
-    <span id="t_767" from="4321" to="4324" />
-    <span id="t_768" from="4325" to="4331" />
-    <span id="t_769" from="4332" to="4336" />
-    <span id="t_770" from="4336" to="4337" />
-    <span id="t_771" from="4337" to="4338" />
-    <span id="t_772" from="4339" to="4344" />
-    <span id="t_773" from="4345" to="4363" />
-    <span id="t_774" from="4364" to="4367" />
-    <span id="t_775" from="4368" to="4375" />
-    <span id="t_776" from="4376" to="4382" />
-    <span id="t_777" from="4383" to="4386" />
-    <span id="t_778" from="4387" to="4390" />
-    <span id="t_779" from="4391" to="4399" />
-    <span id="t_780" from="4399" to="4400" />
-    <span id="t_781" from="4401" to="4412" />
-    <span id="t_782" from="4413" to="4426" />
-    <span id="t_783" from="4427" to="4431" />
-    <span id="t_784" from="4432" to="4435" />
-    <span id="t_785" from="4436" to="4461" />
-    <span id="t_786" from="4462" to="4464" />
-    <span id="t_787" from="4465" to="4473" />
-    <span id="t_788" from="4473" to="4474" />
-    <span id="t_789" from="4475" to="4481" />
-    <span id="t_790" from="4482" to="4488" />
-    <span id="t_791" from="4489" to="4494" />
-    <span id="t_792" from="4495" to="4519" />
-    <span id="t_793" from="4520" to="4523" />
-    <span id="t_794" from="4524" to="4529" />
-    <span id="t_795" from="4530" to="4533" />
-    <span id="t_796" from="4534" to="4545" />
-    <span id="t_797" from="4546" to="4549" />
-    <span id="t_798" from="4549" to="4550" />
-    <span id="t_799" from="4551" to="4554" />
-    <span id="t_800" from="4555" to="4570" />
-    <span id="t_801" from="4571" to="4578" />
-    <span id="t_802" from="4579" to="4587" />
-    <span id="t_803" from="4588" to="4593" />
-    <span id="t_804" from="4593" to="4594" />
-    <span id="t_805" from="4595" to="4596" />
-    <span id="t_806" from="4596" to="4599" />
-    <span id="t_807" from="4600" to="4616" />
-    <span id="t_808" from="4617" to="4620" />
-    <span id="t_809" from="4621" to="4629" />
-    <span id="t_810" from="4630" to="4634" />
-    <span id="t_811" from="4635" to="4640" />
-    <span id="t_812" from="4641" to="4649" />
-    <span id="t_813" from="4649" to="4650" />
-    <span id="t_814" from="4650" to="4651" />
-    <span id="t_815" from="4652" to="4659" />
-    <span id="t_816" from="4660" to="4663" />
-    <span id="t_817" from="4663" to="4664" />
-    <span id="t_818" from="4665" to="4676" />
-    <span id="t_819" from="4677" to="4680" />
-    <span id="t_820" from="4681" to="4685" />
-    <span id="t_821" from="4686" to="4695" />
-    <span id="t_822" from="4696" to="4702" />
-    <span id="t_823" from="4702" to="4703" />
-    <span id="t_824" from="4704" to="4708" />
-    <span id="t_825" from="4709" to="4713" />
-    <span id="t_826" from="4714" to="4730" />
-    <span id="t_827" from="4731" to="4749" />
-    <span id="t_828" from="4750" to="4753" />
-    <span id="t_829" from="4754" to="4767" />
-    <span id="t_830" from="4768" to="4772" />
-    <span id="t_831" from="4773" to="4778" />
-    <span id="t_832" from="4779" to="4782" />
-    <span id="t_833" from="4783" to="4794" />
-    <span id="t_834" from="4795" to="4799" />
-    <span id="t_835" from="4799" to="4800" />
-    <span id="t_836" from="4801" to="4805" />
-    <span id="t_837" from="4806" to="4808" />
-    <span id="t_838" from="4809" to="4812" />
-    <span id="t_839" from="4813" to="4818" />
-    <span id="t_840" from="4819" to="4822" />
-    <span id="t_841" from="4823" to="4836" />
-    <span id="t_842" from="4837" to="4840" />
-    <span id="t_843" from="4841" to="4849" />
-    <span id="t_844" from="4850" to="4854" />
-    <span id="t_845" from="4855" to="4864" />
-    <span id="t_846" from="4865" to="4869" />
-    <span id="t_847" from="4869" to="4870" />
-    <span id="t_848" from="4871" to="4876" />
-    <span id="t_849" from="4877" to="4880" />
-    <span id="t_850" from="4881" to="4886" />
-    <span id="t_851" from="4887" to="4891" />
-    <span id="t_852" from="4892" to="4909" />
-    <span id="t_853" from="4909" to="4910" />
-    <span id="t_854" from="4911" to="4916" />
-    <span id="t_855" from="4917" to="4922" />
-    <span id="t_856" from="4923" to="4927" />
-    <span id="t_857" from="4928" to="4939" />
-    <span id="t_858" from="4940" to="4953" />
-    <span id="t_859" from="4954" to="4960" />
-    <span id="t_860" from="4960" to="4961" />
-    <span id="t_861" from="4962" to="4964" />
-    <span id="t_862" from="4965" to="4978" />
-    <span id="t_863" from="4979" to="4981" />
-    <span id="t_864" from="4982" to="4990" />
-    <span id="t_865" from="4991" to="4992" />
-    <span id="t_866" from="4993" to="4998" />
-    <span id="t_867" from="4999" to="5002" />
-    <span id="t_868" from="5003" to="5006" />
-    <span id="t_869" from="5007" to="5016" />
-    <span id="t_870" from="5017" to="5021" />
-    <span id="t_871" from="5022" to="5027" />
-    <span id="t_872" from="5028" to="5034" />
-    <span id="t_873" from="5035" to="5040" />
-    <span id="t_874" from="5040" to="5041" />
-    <span id="t_875" from="5042" to="5043" />
-    <span id="t_876" from="5043" to="5048" />
-    <span id="t_877" from="5049" to="5052" />
-    <span id="t_878" from="5053" to="5063" />
-    <span id="t_879" from="5064" to="5068" />
-    <span id="t_880" from="5069" to="5073" />
-    <span id="t_881" from="5074" to="5087" />
-    <span id="t_882" from="5087" to="5088" />
-    <span id="t_883" from="5089" to="5094" />
-    <span id="t_884" from="5095" to="5098" />
-    <span id="t_885" from="5099" to="5103" />
-    <span id="t_886" from="5104" to="5130" />
-    <span id="t_887" from="5131" to="5142" />
-    <span id="t_888" from="5142" to="5143" />
-    <span id="t_889" from="5143" to="5144" />
-    <span id="t_890" from="5145" to="5149" />
-    <span id="t_891" from="5150" to="5159" />
-    <span id="t_892" from="5160" to="5168" />
-    <span id="t_893" from="5168" to="5169" />
-    <span id="t_894" from="5170" to="5171" />
-    <span id="t_895" from="5171" to="5174" />
-    <span id="t_896" from="5175" to="5180" />
-    <span id="t_897" from="5181" to="5185" />
-    <span id="t_898" from="5186" to="5189" />
-    <span id="t_899" from="5190" to="5200" />
-    <span id="t_900" from="5201" to="5206" />
-    <span id="t_901" from="5207" to="5213" />
-    <span id="t_902" from="5214" to="5223" />
-    <span id="t_903" from="5224" to="5230" />
-    <span id="t_904" from="5230" to="5231" />
-    <span id="t_905" from="5232" to="5236" />
-    <span id="t_906" from="5237" to="5239" />
-    <span id="t_907" from="5240" to="5245" />
-    <span id="t_908" from="5246" to="5249" />
-    <span id="t_909" from="5250" to="5257" />
-    <span id="t_910" from="5257" to="5258" />
-    <span id="t_911" from="5259" to="5264" />
-    <span id="t_912" from="5265" to="5268" />
-    <span id="t_913" from="5269" to="5280" />
-    <span id="t_914" from="5281" to="5286" />
-    <span id="t_915" from="5287" to="5290" />
-    <span id="t_916" from="5291" to="5300" />
-    <span id="t_917" from="5301" to="5305" />
-    <span id="t_918" from="5306" to="5310" />
-    <span id="t_919" from="5311" to="5314" />
-    <span id="t_920" from="5315" to="5329" />
-    <span id="t_921" from="5330" to="5345" />
-    <span id="t_922" from="5346" to="5352" />
-    <span id="t_923" from="5353" to="5355" />
-    <span id="t_924" from="5356" to="5362" />
-    <span id="t_925" from="5362" to="5363" />
-    <span id="t_926" from="5363" to="5364" />
-    <span id="t_927" from="5365" to="5375" />
-    <span id="t_928" from="5376" to="5386" />
-    <span id="t_929" from="5387" to="5392" />
-    <span id="t_930" from="5393" to="5396" />
-    <span id="t_931" from="5397" to="5406" />
-    <span id="t_932" from="5407" to="5415" />
-    <span id="t_933" from="5416" to="5421" />
-    <span id="t_934" from="5422" to="5430" />
-    <span id="t_935" from="5430" to="5431" />
-    <span id="t_936" from="5432" to="5436" />
-    <span id="t_937" from="5437" to="5440" />
-    <span id="t_938" from="5441" to="5453" />
-    <span id="t_939" from="5454" to="5474" />
-    <span id="t_940" from="5475" to="5478" />
-    <span id="t_941" from="5479" to="5484" />
-    <span id="t_942" from="5485" to="5493" />
-    <span id="t_943" from="5494" to="5506" />
-    <span id="t_944" from="5506" to="5507" />
-    <span id="t_945" from="5508" to="5512" />
-    <span id="t_946" from="5513" to="5517" />
-    <span id="t_947" from="5518" to="5521" />
-    <span id="t_948" from="5522" to="5527" />
-    <span id="t_949" from="5528" to="5533" />
-    <span id="t_950" from="5534" to="5538" />
-    <span id="t_951" from="5539" to="5549" />
-    <span id="t_952" from="5550" to="5559" />
-    <span id="t_953" from="5560" to="5564" />
-    <span id="t_954" from="5565" to="5575" />
-    <span id="t_955" from="5576" to="5585" />
-    <span id="t_956" from="5586" to="5593" />
-    <span id="t_957" from="5593" to="5594" />
-    <span id="t_958" from="5595" to="5599" />
-    <span id="t_959" from="5600" to="5604" />
-    <span id="t_960" from="5605" to="5608" />
-    <span id="t_961" from="5609" to="5612" />
-    <span id="t_962" from="5613" to="5625" />
-    <span id="t_963" from="5626" to="5632" />
-    <span id="t_964" from="5633" to="5636" />
-    <span id="t_965" from="5637" to="5646" />
-    <span id="t_966" from="5647" to="5656" />
-    <span id="t_967" from="5657" to="5669" />
-    <span id="t_968" from="5670" to="5673" />
-    <span id="t_969" from="5674" to="5685" />
-    <span id="t_970" from="5686" to="5697" />
-    <span id="t_971" from="5698" to="5702" />
-    <span id="t_972" from="5703" to="5707" />
-    <span id="t_973" from="5708" to="5714" />
-    <span id="t_974" from="5715" to="5721" />
-    <span id="t_975" from="5722" to="5725" />
-    <span id="t_976" from="5726" to="5731" />
-    <span id="t_977" from="5732" to="5735" />
-    <span id="t_978" from="5736" to="5745" />
-    <span id="t_979" from="5746" to="5752" />
-    <span id="t_980" from="5753" to="5754" />
-    <span id="t_981" from="5755" to="5760" />
-    <span id="t_982" from="5761" to="5764" />
-    <span id="t_983" from="5765" to="5768" />
-    <span id="t_984" from="5769" to="5779" />
-    <span id="t_985" from="5779" to="5780" />
-    <span id="t_986" from="5781" to="5785" />
-    <span id="t_987" from="5786" to="5789" />
-    <span id="t_988" from="5790" to="5801" />
-    <span id="t_989" from="5802" to="5807" />
-    <span id="t_990" from="5808" to="5817" />
-    <span id="t_991" from="5817" to="5818" />
-    <span id="t_992" from="5819" to="5820" />
-    <span id="t_993" from="5820" to="5823" />
-    <span id="t_994" from="5824" to="5833" />
-    <span id="t_995" from="5833" to="5834" />
-    <span id="t_996" from="5835" to="5839" />
-    <span id="t_997" from="5840" to="5843" />
-    <span id="t_998" from="5844" to="5847" />
-    <span id="t_999" from="5848" to="5858" />
-    <span id="t_1000" from="5859" to="5864" />
-    <span id="t_1001" from="5865" to="5872" />
-    <span id="t_1002" from="5873" to="5879" />
-    <span id="t_1003" from="5880" to="5889" />
-    <span id="t_1004" from="5890" to="5896" />
-    <span id="t_1005" from="5897" to="5900" />
-    <span id="t_1006" from="5901" to="5909" />
-    <span id="t_1007" from="5910" to="5919" />
-    <span id="t_1008" from="5920" to="5925" />
-    <span id="t_1009" from="5925" to="5926" />
-    <span id="t_1010" from="5926" to="5927" />
-    <span id="t_1011" from="5928" to="5937" />
-    <span id="t_1012" from="5938" to="5941" />
-    <span id="t_1013" from="5941" to="5942" />
-    <span id="t_1014" from="5943" to="5944" />
-    <span id="t_1015" from="5944" to="5948" />
-    <span id="t_1016" from="5949" to="5952" />
-    <span id="t_1017" from="5953" to="5958" />
-    <span id="t_1018" from="5959" to="5965" />
-    <span id="t_1019" from="5966" to="5972" />
-    <span id="t_1020" from="5973" to="5976" />
-    <span id="t_1021" from="5977" to="5981" />
-    <span id="t_1022" from="5982" to="5992" />
-    <span id="t_1023" from="5993" to="6003" />
-    <span id="t_1024" from="6004" to="6012" />
-    <span id="t_1025" from="6013" to="6025" />
-    <span id="t_1026" from="6026" to="6027" />
-    <span id="t_1027" from="6028" to="6032" />
-    <span id="t_1028" from="6033" to="6037" />
-    <span id="t_1029" from="6038" to="6044" />
-    <span id="t_1030" from="6045" to="6052" />
-    <span id="t_1031" from="6053" to="6057" />
-    <span id="t_1032" from="6058" to="6063" />
-    <span id="t_1033" from="6063" to="6064" />
-    <span id="t_1034" from="6065" to="6067" />
-    <span id="t_1035" from="6068" to="6074" />
-    <span id="t_1036" from="6075" to="6079" />
-    <span id="t_1037" from="6080" to="6084" />
-    <span id="t_1038" from="6085" to="6088" />
-    <span id="t_1039" from="6089" to="6093" />
-    <span id="t_1040" from="6093" to="6094" />
-    <span id="t_1041" from="6095" to="6099" />
-    <span id="t_1042" from="6100" to="6103" />
-    <span id="t_1043" from="6104" to="6117" />
-    <span id="t_1044" from="6118" to="6120" />
-    <span id="t_1045" from="6121" to="6128" />
-    <span id="t_1046" from="6128" to="6129" />
-    <span id="t_1047" from="6130" to="6133" />
-    <span id="t_1048" from="6134" to="6137" />
-    <span id="t_1049" from="6138" to="6142" />
-    <span id="t_1050" from="6143" to="6148" />
-    <span id="t_1051" from="6149" to="6153" />
-    <span id="t_1052" from="6154" to="6162" />
-    <span id="t_1053" from="6162" to="6163" />
-    <span id="t_1054" from="6164" to="6168" />
-    <span id="t_1055" from="6169" to="6172" />
-    <span id="t_1056" from="6173" to="6178" />
-    <span id="t_1057" from="6178" to="6179" />
-    <span id="t_1058" from="6180" to="6183" />
-    <span id="t_1059" from="6184" to="6189" />
-    <span id="t_1060" from="6190" to="6193" />
-    <span id="t_1061" from="6194" to="6204" />
-    <span id="t_1062" from="6205" to="6207" />
-    <span id="t_1063" from="6208" to="6219" />
-    <span id="t_1064" from="6220" to="6227" />
-    <span id="t_1065" from="6228" to="6233" />
-    <span id="t_1066" from="6233" to="6234" />
-    <span id="t_1067" from="6235" to="6242" />
-    <span id="t_1068" from="6243" to="6247" />
-    <span id="t_1069" from="6248" to="6251" />
-    <span id="t_1070" from="6252" to="6266" />
-    <span id="t_1071" from="6267" to="6280" />
-    <span id="t_1072" from="6280" to="6281" />
-    <span id="t_1073" from="6282" to="6284" />
-    <span id="t_1074" from="6285" to="6287" />
-    <span id="t_1075" from="6288" to="6294" />
-    <span id="t_1076" from="6294" to="6295" />
-    <span id="t_1077" from="6296" to="6299" />
-    <span id="t_1078" from="6300" to="6304" />
-    <span id="t_1079" from="6305" to="6309" />
-    <span id="t_1080" from="6310" to="6321" />
-    <span id="t_1081" from="6321" to="6322" />
-    <span id="t_1082" from="6323" to="6330" />
-    <span id="t_1083" from="6331" to="6334" />
-    <span id="t_1084" from="6335" to="6340" />
-    <span id="t_1085" from="6341" to="6345" />
-    <span id="t_1086" from="6346" to="6355" />
-    <span id="t_1087" from="6355" to="6356" />
-    <span id="t_1088" from="6357" to="6361" />
-    <span id="t_1089" from="6362" to="6365" />
-    <span id="t_1090" from="6366" to="6370" />
-    <span id="t_1091" from="6371" to="6374" />
-    <span id="t_1092" from="6375" to="6381" />
-    <span id="t_1093" from="6382" to="6385" />
-    <span id="t_1094" from="6386" to="6389" />
-    <span id="t_1095" from="6390" to="6406" />
-    <span id="t_1096" from="6407" to="6412" />
-    <span id="t_1097" from="6413" to="6419" />
-    <span id="t_1098" from="6420" to="6430" />
-    <span id="t_1099" from="6430" to="6431" />
-    <span id="t_1100" from="6432" to="6436" />
-    <span id="t_1101" from="6437" to="6440" />
-    <span id="t_1102" from="6441" to="6453" />
-    <span id="t_1103" from="6454" to="6457" />
-    <span id="t_1104" from="6458" to="6463" />
-    <span id="t_1105" from="6464" to="6473" />
-    <span id="t_1106" from="6473" to="6474" />
-    <span id="t_1107" from="6474" to="6475" />
-    <span id="t_1108" from="6476" to="6481" />
-    <span id="t_1109" from="6482" to="6485" />
-    <span id="t_1110" from="6486" to="6502" />
-    <span id="t_1111" from="6503" to="6508" />
-    <span id="t_1112" from="6509" to="6517" />
-    <span id="t_1113" from="6518" to="6523" />
-    <span id="t_1114" from="6524" to="6533" />
-    <span id="t_1115" from="6534" to="6542" />
-    <span id="t_1116" from="6543" to="6548" />
-    <span id="t_1117" from="6549" to="6552" />
-    <span id="t_1118" from="6553" to="6556" />
-    <span id="t_1119" from="6557" to="6562" />
-    <span id="t_1120" from="6563" to="6566" />
-    <span id="t_1121" from="6567" to="6572" />
-    <span id="t_1122" from="6573" to="6582" />
-    <span id="t_1123" from="6583" to="6594" />
-    <span id="t_1124" from="6594" to="6595" />
-    <span id="t_1125" from="6596" to="6599" />
-    <span id="t_1126" from="6600" to="6602" />
-    <span id="t_1127" from="6603" to="6606" />
-    <span id="t_1128" from="6607" to="6614" />
-    <span id="t_1129" from="6615" to="6619" />
-    <span id="t_1130" from="6619" to="6620" />
-    <span id="t_1131" from="6621" to="6627" />
-    <span id="t_1132" from="6628" to="6638" />
-    <span id="t_1133" from="6639" to="6642" />
-    <span id="t_1134" from="6643" to="6647" />
-    <span id="t_1135" from="6648" to="6653" />
-    <span id="t_1136" from="6654" to="6662" />
-    <span id="t_1137" from="6663" to="6666" />
-    <span id="t_1138" from="6667" to="6675" />
-    <span id="t_1139" from="6676" to="6679" />
-    <span id="t_1140" from="6680" to="6686" />
-    <span id="t_1141" from="6687" to="6690" />
-    <span id="t_1142" from="6691" to="6708" />
-    <span id="t_1143" from="6708" to="6709" />
-    <span id="t_1144" from="6710" to="6713" />
-    <span id="t_1145" from="6714" to="6717" />
-    <span id="t_1146" from="6718" to="6727" />
-    <span id="t_1147" from="6728" to="6733" />
-    <span id="t_1148" from="6734" to="6738" />
-    <span id="t_1149" from="6739" to="6745" />
-    <span id="t_1150" from="6746" to="6752" />
-    <span id="t_1151" from="6753" to="6766" />
-    <span id="t_1152" from="6767" to="6770" />
-    <span id="t_1153" from="6770" to="6771" />
-    <span id="t_1154" from="6772" to="6775" />
-    <span id="t_1155" from="6776" to="6782" />
-    <span id="t_1156" from="6783" to="6791" />
-    <span id="t_1157" from="6792" to="6796" />
-    <span id="t_1158" from="6797" to="6803" />
-    <span id="t_1159" from="6804" to="6807" />
-    <span id="t_1160" from="6808" to="6820" />
-    <span id="t_1161" from="6821" to="6824" />
-    <span id="t_1162" from="6825" to="6831" />
-    <span id="t_1163" from="6832" to="6839" />
-    <span id="t_1164" from="6840" to="6841" />
-    <span id="t_1165" from="6841" to="6850" />
-    <span id="t_1166" from="6851" to="6867" />
-    <span id="t_1167" from="6867" to="6868" />
-    <span id="t_1168" from="6868" to="6869" />
-    <span id="t_1169" from="6870" to="6876" />
-    <span id="t_1170" from="6877" to="6884" />
-    <span id="t_1171" from="6885" to="6888" />
-    <span id="t_1172" from="6889" to="6893" />
-    <span id="t_1173" from="6894" to="6906" />
-    <span id="t_1174" from="6907" to="6913" />
-    <span id="t_1175" from="6913" to="6914" />
-    <span id="t_1176" from="6915" to="6922" />
-    <span id="t_1177" from="6923" to="6931" />
-    <span id="t_1178" from="6932" to="6937" />
-    <span id="t_1179" from="6938" to="6941" />
-    <span id="t_1180" from="6942" to="6958" />
-    <span id="t_1181" from="6959" to="6961" />
-    <span id="t_1182" from="6962" to="6973" />
-    <span id="t_1183" from="6974" to="6987" />
-    <span id="t_1184" from="6987" to="6988" />
-    <span id="t_1185" from="6989" to="6999" />
-    <span id="t_1186" from="7000" to="7003" />
-    <span id="t_1187" from="7004" to="7010" />
-    <span id="t_1188" from="7011" to="7026" />
-    <span id="t_1189" from="7027" to="7032" />
-    <span id="t_1190" from="7032" to="7033" />
-    <span id="t_1191" from="7034" to="7038" />
-    <span id="t_1192" from="7039" to="7057" />
-    <span id="t_1193" from="7058" to="7066" />
-    <span id="t_1194" from="7067" to="7072" />
-    <span id="t_1195" from="7073" to="7076" />
-    <span id="t_1196" from="7077" to="7082" />
-    <span id="t_1197" from="7083" to="7088" />
-    <span id="t_1198" from="7089" to="7093" />
-    <span id="t_1199" from="7094" to="7098" />
-    <span id="t_1200" from="7099" to="7104" />
-    <span id="t_1201" from="7105" to="7112" />
-    <span id="t_1202" from="7113" to="7122" />
-    <span id="t_1203" from="7122" to="7123" />
-    <span id="t_1204" from="7124" to="7129" />
-    <span id="t_1205" from="7130" to="7135" />
-    <span id="t_1206" from="7136" to="7138" />
-    <span id="t_1207" from="7139" to="7143" />
-    <span id="t_1208" from="7144" to="7147" />
-    <span id="t_1209" from="7148" to="7151" />
-    <span id="t_1210" from="7152" to="7161" />
-    <span id="t_1211" from="7162" to="7166" />
-    <span id="t_1212" from="7167" to="7169" />
-    <span id="t_1213" from="7170" to="7178" />
-    <span id="t_1214" from="7178" to="7179" />
-    <span id="t_1215" from="7180" to="7183" />
-    <span id="t_1216" from="7184" to="7188" />
-    <span id="t_1217" from="7189" to="7191" />
-    <span id="t_1218" from="7192" to="7197" />
-    <span id="t_1219" from="7198" to="7207" />
-    <span id="t_1220" from="7208" to="7219" />
-    <span id="t_1221" from="7220" to="7222" />
-    <span id="t_1222" from="7223" to="7231" />
-    <span id="t_1223" from="7232" to="7235" />
-    <span id="t_1224" from="7236" to="7248" />
-    <span id="t_1225" from="7249" to="7262" />
-    <span id="t_1226" from="7263" to="7268" />
-    <span id="t_1227" from="7269" to="7281" />
-    <span id="t_1228" from="7282" to="7286" />
-    <span id="t_1229" from="7287" to="7289" />
-    <span id="t_1230" from="7290" to="7295" />
-    <span id="t_1231" from="7296" to="7299" />
-    <span id="t_1232" from="7300" to="7310" />
-    <span id="t_1233" from="7311" to="7313" />
-    <span id="t_1234" from="7314" to="7322" />
-    <span id="t_1235" from="7323" to="7330" />
-    <span id="t_1236" from="7331" to="7335" />
-    <span id="t_1237" from="7335" to="7336" />
-    <span id="t_1238" from="7337" to="7340" />
-    <span id="t_1239" from="7341" to="7346" />
-    <span id="t_1240" from="7347" to="7353" />
-    <span id="t_1241" from="7354" to="7356" />
-    <span id="t_1242" from="7357" to="7360" />
-    <span id="t_1243" from="7361" to="7367" />
-    <span id="t_1244" from="7368" to="7371" />
-    <span id="t_1245" from="7372" to="7376" />
-    <span id="t_1246" from="7377" to="7380" />
-    <span id="t_1247" from="7381" to="7384" />
-    <span id="t_1248" from="7385" to="7392" />
-    <span id="t_1249" from="7393" to="7401" />
-    <span id="t_1250" from="7402" to="7408" />
-    <span id="t_1251" from="7408" to="7409" />
-    <span id="t_1252" from="7410" to="7414" />
-    <span id="t_1253" from="7415" to="7420" />
-    <span id="t_1254" from="7421" to="7426" />
-    <span id="t_1255" from="7427" to="7433" />
-    <span id="t_1256" from="7434" to="7436" />
-    <span id="t_1257" from="7436" to="7437" />
-    <span id="t_1258" from="7438" to="7441" />
-    <span id="t_1259" from="7442" to="7449" />
-    <span id="t_1260" from="7450" to="7456" />
-    <span id="t_1261" from="7457" to="7467" />
-    <span id="t_1262" from="7468" to="7472" />
-    <span id="t_1263" from="7473" to="7484" />
-    <span id="t_1264" from="7484" to="7485" />
-    <span id="t_1265" from="7486" to="7494" />
-    <span id="t_1266" from="7495" to="7499" />
-    <span id="t_1267" from="7500" to="7513" />
-    <span id="t_1268" from="7513" to="7514" />
-    <span id="t_1269" from="7515" to="7537" />
-    <span id="t_1270" from="7538" to="7546" />
-    <span id="t_1271" from="7547" to="7552" />
-    <span id="t_1272" from="7553" to="7554" />
-    <span id="t_1273" from="7554" to="7557" />
-    <span id="t_1274" from="7557" to="7558" />
-    <span id="t_1275" from="7559" to="7563" />
-    <span id="t_1276" from="7564" to="7568" />
-    <span id="t_1277" from="7568" to="7569" />
-    <span id="t_1278" from="7570" to="7571" />
-    <span id="t_1279" from="7571" to="7574" />
-    <span id="t_1280" from="7575" to="7581" />
-    <span id="t_1281" from="7582" to="7585" />
-    <span id="t_1282" from="7586" to="7597" />
-    <span id="t_1283" from="7598" to="7601" />
-    <span id="t_1284" from="7602" to="7607" />
-    <span id="t_1285" from="7608" to="7610" />
-    <span id="t_1286" from="7611" to="7617" />
-    <span id="t_1287" from="7618" to="7622" />
-    <span id="t_1288" from="7623" to="7625" />
-    <span id="t_1289" from="7625" to="7626" />
-    <span id="t_1290" from="7627" to="7631" />
-    <span id="t_1291" from="7632" to="7634" />
-    <span id="t_1292" from="7635" to="7638" />
-    <span id="t_1293" from="7639" to="7646" />
-    <span id="t_1294" from="7647" to="7651" />
-    <span id="t_1295" from="7651" to="7652" />
-    <span id="t_1296" from="7653" to="7666" />
-    <span id="t_1297" from="7667" to="7670" />
-    <span id="t_1298" from="7671" to="7680" />
-    <span id="t_1299" from="7681" to="7691" />
-    <span id="t_1300" from="7692" to="7694" />
-    <span id="t_1301" from="7695" to="7703" />
-    <span id="t_1302" from="7704" to="7711" />
-    <span id="t_1303" from="7712" to="7714" />
-    <span id="t_1304" from="7715" to="7725" />
-    <span id="t_1305" from="7725" to="7726" />
-    <span id="t_1306" from="7726" to="7727" />
-    <span id="t_1307" from="7728" to="7731" />
-    <span id="t_1308" from="7732" to="7736" />
-    <span id="t_1309" from="7737" to="7744" />
-    <span id="t_1310" from="7745" to="7749" />
-    <span id="t_1311" from="7750" to="7756" />
-    <span id="t_1312" from="7757" to="7759" />
-    <span id="t_1313" from="7760" to="7766" />
-    <span id="t_1314" from="7767" to="7780" />
-    <span id="t_1315" from="7780" to="7781" />
-    <span id="t_1316" from="7782" to="7786" />
-    <span id="t_1317" from="7787" to="7789" />
-    <span id="t_1318" from="7790" to="7809" />
-    <span id="t_1319" from="7809" to="7810" />
-    <span id="t_1320" from="7811" to="7813" />
-    <span id="t_1321" from="7814" to="7821" />
-    <span id="t_1322" from="7822" to="7826" />
-    <span id="t_1323" from="7827" to="7829" />
-    <span id="t_1324" from="7830" to="7841" />
-    <span id="t_1325" from="7842" to="7855" />
-    <span id="t_1326" from="7856" to="7862" />
-    <span id="t_1327" from="7863" to="7868" />
-    <span id="t_1328" from="7869" to="7872" />
-    <span id="t_1329" from="7873" to="7879" />
-    <span id="t_1330" from="7880" to="7883" />
-    <span id="t_1331" from="7884" to="7894" />
-    <span id="t_1332" from="7895" to="7901" />
-    <span id="t_1333" from="7901" to="7902" />
-    <span id="t_1334" from="7903" to="7905" />
-    <span id="t_1335" from="7906" to="7911" />
-    <span id="t_1336" from="7911" to="7912" />
-    <span id="t_1337" from="7913" to="7918" />
-    <span id="t_1338" from="7919" to="7923" />
-    <span id="t_1339" from="7924" to="7927" />
-    <span id="t_1340" from="7928" to="7941" />
-    <span id="t_1341" from="7942" to="7950" />
-    <span id="t_1342" from="7951" to="7954" />
-    <span id="t_1343" from="7955" to="7966" />
-    <span id="t_1344" from="7967" to="7970" />
-    <span id="t_1345" from="7971" to="7974" />
-    <span id="t_1346" from="7975" to="7990" />
-    <span id="t_1347" from="7991" to="7994" />
-    <span id="t_1348" from="7995" to="8006" />
-    <span id="t_1349" from="8006" to="8007" />
-    <span id="t_1350" from="8008" to="8011" />
-    <span id="t_1351" from="8012" to="8017" />
-    <span id="t_1352" from="8018" to="8021" />
-    <span id="t_1353" from="8022" to="8027" />
-    <span id="t_1354" from="8028" to="8035" />
-    <span id="t_1355" from="8036" to="8039" />
-    <span id="t_1356" from="8040" to="8042" />
-    <span id="t_1357" from="8043" to="8052" />
-    <span id="t_1358" from="8053" to="8057" />
-    <span id="t_1359" from="8058" to="8062" />
-    <span id="t_1360" from="8063" to="8074" />
-    <span id="t_1361" from="8075" to="8078" />
-    <span id="t_1362" from="8079" to="8085" />
-    <span id="t_1363" from="8086" to="8088" />
-    <span id="t_1364" from="8089" to="8096" />
-    <span id="t_1365" from="8096" to="8097" />
-    <span id="t_1366" from="8098" to="8102" />
-    <span id="t_1367" from="8103" to="8111" />
-    <span id="t_1368" from="8112" to="8115" />
-    <span id="t_1369" from="8116" to="8142" />
-    <span id="t_1370" from="8143" to="8149" />
-    <span id="t_1371" from="8150" to="8156" />
-    <span id="t_1372" from="8157" to="8160" />
-    <span id="t_1373" from="8161" to="8166" />
-    <span id="t_1374" from="8167" to="8176" />
-    <span id="t_1375" from="8177" to="8184" />
-    <span id="t_1376" from="8185" to="8191" />
-    <span id="t_1377" from="8191" to="8192" />
-    <span id="t_1378" from="8193" to="8198" />
-    <span id="t_1379" from="8199" to="8202" />
-    <span id="t_1380" from="8203" to="8216" />
-    <span id="t_1381" from="8217" to="8222" />
-    <span id="t_1382" from="8223" to="8229" />
-    <span id="t_1383" from="8230" to="8235" />
-    <span id="t_1384" from="8236" to="8246" />
-    <span id="t_1385" from="8246" to="8247" />
-    <span id="t_1386" from="8248" to="8255" />
-    <span id="t_1387" from="8256" to="8258" />
-    <span id="t_1388" from="8259" to="8262" />
-    <span id="t_1389" from="8263" to="8272" />
-    <span id="t_1390" from="8273" to="8279" />
-    <span id="t_1391" from="8280" to="8285" />
-    <span id="t_1392" from="8286" to="8288" />
-    <span id="t_1393" from="8289" to="8292" />
-    <span id="t_1394" from="8293" to="8313" />
-    <span id="t_1395" from="8314" to="8320" />
-    <span id="t_1396" from="8321" to="8325" />
-    <span id="t_1397" from="8326" to="8331" />
-    <span id="t_1398" from="8332" to="8336" />
-    <span id="t_1399" from="8336" to="8337" />
-    <span id="t_1400" from="8338" to="8345" />
-    <span id="t_1401" from="8346" to="8349" />
-    <span id="t_1402" from="8349" to="8350" />
-    <span id="t_1403" from="8351" to="8355" />
-    <span id="t_1404" from="8356" to="8359" />
-    <span id="t_1405" from="8360" to="8372" />
-    <span id="t_1406" from="8373" to="8396" />
-    <span id="t_1407" from="8397" to="8401" />
-    <span id="t_1408" from="8402" to="8405" />
-    <span id="t_1409" from="8406" to="8413" />
-    <span id="t_1410" from="8414" to="8417" />
-    <span id="t_1411" from="8418" to="8429" />
-    <span id="t_1412" from="8430" to="8441" />
-    <span id="t_1413" from="8442" to="8446" />
-    <span id="t_1414" from="8446" to="8447" />
-    <span id="t_1415" from="8448" to="8451" />
-    <span id="t_1416" from="8452" to="8456" />
-    <span id="t_1417" from="8457" to="8462" />
-    <span id="t_1418" from="8463" to="8470" />
-    <span id="t_1419" from="8471" to="8474" />
-    <span id="t_1420" from="8475" to="8481" />
-    <span id="t_1421" from="8482" to="8485" />
-    <span id="t_1422" from="8486" to="8503" />
-    <span id="t_1423" from="8504" to="8509" />
-    <span id="t_1424" from="8510" to="8520" />
-    <span id="t_1425" from="8521" to="8524" />
-    <span id="t_1426" from="8525" to="8529" />
-    <span id="t_1427" from="8530" to="8533" />
-    <span id="t_1428" from="8534" to="8541" />
-    <span id="t_1429" from="8542" to="8556" />
-    <span id="t_1430" from="8557" to="8561" />
-    <span id="t_1431" from="8561" to="8562" />
-    <span id="t_1432" from="8563" to="8565" />
-    <span id="t_1433" from="8566" to="8582" />
-    <span id="t_1434" from="8583" to="8586" />
-    <span id="t_1435" from="8587" to="8593" />
-    <span id="t_1436" from="8594" to="8601" />
-    <span id="t_1437" from="8602" to="8606" />
-    <span id="t_1438" from="8607" to="8612" />
-    <span id="t_1439" from="8613" to="8617" />
-    <span id="t_1440" from="8618" to="8628" />
-    <span id="t_1441" from="8629" to="8632" />
-    <span id="t_1442" from="8633" to="8647" />
-    <span id="t_1443" from="8648" to="8651" />
-    <span id="t_1444" from="8652" to="8654" />
-    <span id="t_1445" from="8655" to="8658" />
-    <span id="t_1446" from="8659" to="8663" />
-    <span id="t_1447" from="8664" to="8667" />
-    <span id="t_1448" from="8668" to="8681" />
-    <span id="t_1449" from="8682" to="8695" />
-    <span id="t_1450" from="8695" to="8696" />
-    <span id="t_1451" from="8697" to="8699" />
-    <span id="t_1452" from="8700" to="8712" />
-    <span id="t_1453" from="8713" to="8717" />
-    <span id="t_1454" from="8718" to="8722" />
-    <span id="t_1455" from="8723" to="8727" />
-    <span id="t_1456" from="8728" to="8735" />
-    <span id="t_1457" from="8736" to="8742" />
-    <span id="t_1458" from="8743" to="8749" />
-    <span id="t_1459" from="8749" to="8750" />
-    <span id="t_1460" from="8751" to="8754" />
-    <span id="t_1461" from="8755" to="8760" />
-    <span id="t_1462" from="8761" to="8765" />
-    <span id="t_1463" from="8766" to="8771" />
-    <span id="t_1464" from="8772" to="8779" />
-    <span id="t_1465" from="8780" to="8783" />
-    <span id="t_1466" from="8784" to="8798" />
-    <span id="t_1467" from="8799" to="8807" />
-    <span id="t_1468" from="8807" to="8808" />
-    <span id="t_1469" from="8809" to="8814" />
-    <span id="t_1470" from="8815" to="8817" />
-    <span id="t_1471" from="8817" to="8818" />
-    <span id="t_1472" from="8819" to="8824" />
-    <span id="t_1473" from="8825" to="8830" />
-    <span id="t_1474" from="8831" to="8834" />
-    <span id="t_1475" from="8835" to="8843" />
-    <span id="t_1476" from="8844" to="8853" />
-    <span id="t_1477" from="8854" to="8862" />
-    <span id="t_1478" from="8863" to="8868" />
-    <span id="t_1479" from="8869" to="8871" />
-    <span id="t_1480" from="8872" to="8875" />
-    <span id="t_1481" from="8876" to="8881" />
-    <span id="t_1482" from="8882" to="8887" />
-    <span id="t_1483" from="8888" to="8901" />
-    <span id="t_1484" from="8902" to="8903" />
-    <span id="t_1485" from="8904" to="8907" />
-    <span id="t_1486" from="8908" to="8913" />
-    <span id="t_1487" from="8913" to="8914" />
-    <span id="t_1488" from="8915" to="8919" />
-    <span id="t_1489" from="8920" to="8923" />
-    <span id="t_1490" from="8924" to="8928" />
-    <span id="t_1491" from="8929" to="8935" />
-    <span id="t_1492" from="8936" to="8939" />
-    <span id="t_1493" from="8940" to="8947" />
-    <span id="t_1494" from="8948" to="8952" />
-    <span id="t_1495" from="8953" to="8960" />
-    <span id="t_1496" from="8961" to="8971" />
-    <span id="t_1497" from="8972" to="8980" />
-    <span id="t_1498" from="8981" to="8991" />
-    <span id="t_1499" from="8992" to="8996" />
-    <span id="t_1500" from="8996" to="8997" />
-    <span id="t_1501" from="8998" to="9000" />
-    <span id="t_1502" from="9001" to="9004" />
-    <span id="t_1503" from="9005" to="9006" />
-    <span id="t_1504" from="9006" to="9007" />
-    <span id="t_1505" from="9007" to="9011" />
-    <span id="t_1506" from="9011" to="9012" />
-    <span id="t_1507" from="9013" to="9016" />
-    <span id="t_1508" from="9017" to="9020" />
-    <span id="t_1509" from="9021" to="9023" />
-    <span id="t_1510" from="9024" to="9030" />
-    <span id="t_1511" from="9031" to="9040" />
-    <span id="t_1512" from="9041" to="9050" />
-    <span id="t_1513" from="9051" to="9056" />
-    <span id="t_1514" from="9056" to="9057" />
-    <span id="t_1515" from="9058" to="9066" />
-    <span id="t_1516" from="9067" to="9070" />
-    <span id="t_1517" from="9070" to="9071" />
-    <span id="t_1518" from="9072" to="9073" />
-    <span id="t_1519" from="9073" to="9078" />
-    <span id="t_1520" from="9079" to="9085" />
-    <span id="t_1521" from="9086" to="9088" />
-    <span id="t_1522" from="9089" to="9098" />
-    <span id="t_1523" from="9099" to="9101" />
-    <span id="t_1524" from="9102" to="9105" />
-    <span id="t_1525" from="9106" to="9115" />
-    <span id="t_1526" from="9115" to="9116" />
-    <span id="t_1527" from="9117" to="9125" />
-    <span id="t_1528" from="9126" to="9135" />
-    <span id="t_1529" from="9136" to="9141" />
-    <span id="t_1530" from="9142" to="9144" />
-    <span id="t_1531" from="9145" to="9153" />
-    <span id="t_1532" from="9153" to="9154" />
-    <span id="t_1533" from="9155" to="9159" />
-    <span id="t_1534" from="9160" to="9163" />
-    <span id="t_1535" from="9164" to="9170" />
-    <span id="t_1536" from="9171" to="9174" />
-    <span id="t_1537" from="9175" to="9183" />
-    <span id="t_1538" from="9184" to="9190" />
-    <span id="t_1539" from="9191" to="9192" />
-    <span id="t_1540" from="9193" to="9196" />
-    <span id="t_1541" from="9197" to="9203" />
-    <span id="t_1542" from="9203" to="9204" />
-    <span id="t_1543" from="9205" to="9208" />
-    <span id="t_1544" from="9209" to="9213" />
-    <span id="t_1545" from="9214" to="9225" />
-    <span id="t_1546" from="9226" to="9230" />
-    <span id="t_1547" from="9231" to="9234" />
-    <span id="t_1548" from="9235" to="9238" />
-    <span id="t_1549" from="9239" to="9242" />
-    <span id="t_1550" from="9243" to="9265" />
-    <span id="t_1551" from="9266" to="9272" />
-    <span id="t_1552" from="9272" to="9273" />
-    <span id="t_1553" from="9274" to="9279" />
-    <span id="t_1554" from="9280" to="9289" />
-    <span id="t_1555" from="9290" to="9298" />
-    <span id="t_1556" from="9299" to="9303" />
-    <span id="t_1557" from="9304" to="9308" />
-    <span id="t_1558" from="9309" to="9312" />
-    <span id="t_1559" from="9313" to="9330" />
-    <span id="t_1560" from="9330" to="9331" />
-    <span id="t_1561" from="9332" to="9337" />
-    <span id="t_1562" from="9338" to="9344" />
-    <span id="t_1563" from="9345" to="9348" />
-    <span id="t_1564" from="9349" to="9352" />
-    <span id="t_1565" from="9353" to="9363" />
-    <span id="t_1566" from="9364" to="9367" />
-    <span id="t_1567" from="9368" to="9371" />
-    <span id="t_1568" from="9372" to="9375" />
-    <span id="t_1569" from="9376" to="9382" />
-    <span id="t_1570" from="9383" to="9392" />
-    <span id="t_1571" from="9393" to="9395" />
-    <span id="t_1572" from="9396" to="9399" />
-    <span id="t_1573" from="9400" to="9412" />
-    <span id="t_1574" from="9412" to="9413" />
-    <span id="t_1575" from="9414" to="9424" />
-    <span id="t_1576" from="9425" to="9430" />
-    <span id="t_1577" from="9430" to="9431" />
-    <span id="t_1578" from="9432" to="9435" />
-    <span id="t_1579" from="9436" to="9439" />
-    <span id="t_1580" from="9440" to="9442" />
-    <span id="t_1581" from="9443" to="9447" />
-    <span id="t_1582" from="9448" to="9452" />
-    <span id="t_1583" from="9453" to="9459" />
-    <span id="t_1584" from="9460" to="9464" />
-    <span id="t_1585" from="9464" to="9465" />
-    <span id="t_1586" from="9466" to="9469" />
-    <span id="t_1587" from="9470" to="9474" />
-    <span id="t_1588" from="9475" to="9479" />
-    <span id="t_1589" from="9480" to="9490" />
-    <span id="t_1590" from="9491" to="9500" />
-    <span id="t_1591" from="9500" to="9501" />
-    <span id="t_1592" from="9502" to="9505" />
-    <span id="t_1593" from="9506" to="9512" />
-    <span id="t_1594" from="9513" to="9523" />
-    <span id="t_1595" from="9524" to="9529" />
-    <span id="t_1596" from="9530" to="9533" />
-    <span id="t_1597" from="9534" to="9538" />
-    <span id="t_1598" from="9538" to="9539" />
-    <span id="t_1599" from="9540" to="9554" />
-    <span id="t_1600" from="9555" to="9561" />
-    <span id="t_1601" from="9562" to="9564" />
-    <span id="t_1602" from="9565" to="9571" />
-    <span id="t_1603" from="9571" to="9572" />
-    <span id="t_1604" from="9573" to="9576" />
-    <span id="t_1605" from="9577" to="9582" />
-    <span id="t_1606" from="9583" to="9588" />
-    <span id="t_1607" from="9589" to="9594" />
-    <span id="t_1608" from="9595" to="9599" />
-    <span id="t_1609" from="9600" to="9603" />
-    <span id="t_1610" from="9604" to="9609" />
-    <span id="t_1611" from="9610" to="9612" />
-    <span id="t_1612" from="9613" to="9620" />
-    <span id="t_1613" from="9620" to="9621" />
-    <span id="t_1614" from="9622" to="9627" />
-    <span id="t_1615" from="9628" to="9632" />
-    <span id="t_1616" from="9633" to="9636" />
-    <span id="t_1617" from="9636" to="9637" />
-    <span id="t_1618" from="9638" to="9641" />
-    <span id="t_1619" from="9642" to="9648" />
-    <span id="t_1620" from="9649" to="9654" />
-    <span id="t_1621" from="9655" to="9660" />
-    <span id="t_1622" from="9661" to="9666" />
-    <span id="t_1623" from="9667" to="9672" />
-    <span id="t_1624" from="9673" to="9679" />
-    <span id="t_1625" from="9680" to="9683" />
-    <span id="t_1626" from="9683" to="9684" />
-    <span id="t_1627" from="9685" to="9691" />
-    <span id="t_1628" from="9692" to="9698" />
-    <span id="t_1629" from="9698" to="9699" />
-    <span id="t_1630" from="9700" to="9704" />
-    <span id="t_1631" from="9705" to="9713" />
-    <span id="t_1632" from="9714" to="9719" />
-    <span id="t_1633" from="9719" to="9720" />
-    <span id="t_1634" from="9721" to="9726" />
-    <span id="t_1635" from="9727" to="9730" />
-    <span id="t_1636" from="9731" to="9734" />
-    <span id="t_1637" from="9735" to="9740" />
-    <span id="t_1638" from="9741" to="9746" />
-    <span id="t_1639" from="9746" to="9747" />
-    <span id="t_1640" from="9748" to="9751" />
-    <span id="t_1641" from="9752" to="9755" />
-    <span id="t_1642" from="9756" to="9761" />
-    <span id="t_1643" from="9762" to="9765" />
-    <span id="t_1644" from="9766" to="9772" />
-    <span id="t_1645" from="9773" to="9778" />
-    <span id="t_1646" from="9779" to="9787" />
-    <span id="t_1647" from="9788" to="9791" />
-    <span id="t_1648" from="9792" to="9798" />
-    <span id="t_1649" from="9799" to="9802" />
-    <span id="t_1650" from="9802" to="9803" />
-    <span id="t_1651" from="9804" to="9807" />
-    <span id="t_1652" from="9808" to="9812" />
-    <span id="t_1653" from="9813" to="9818" />
-    <span id="t_1654" from="9819" to="9834" />
-    <span id="t_1655" from="9835" to="9838" />
-    <span id="t_1656" from="9839" to="9844" />
-    <span id="t_1657" from="9845" to="9849" />
-    <span id="t_1658" from="9850" to="9855" />
-    <span id="t_1659" from="9856" to="9858" />
-    <span id="t_1660" from="9859" to="9863" />
-    <span id="t_1661" from="9863" to="9864" />
-    <span id="t_1662" from="9864" to="9865" />
-    <span id="t_1663" from="9866" to="9867" />
-    <span id="t_1664" from="9867" to="9870" />
-    <span id="t_1665" from="9871" to="9875" />
-    <span id="t_1666" from="9876" to="9879" />
-    <span id="t_1667" from="9880" to="9884" />
-    <span id="t_1668" from="9885" to="9890" />
-    <span id="t_1669" from="9891" to="9904" />
-    <span id="t_1670" from="9905" to="9908" />
-    <span id="t_1671" from="9909" to="9914" />
-    <span id="t_1672" from="9915" to="9919" />
-    <span id="t_1673" from="9920" to="9925" />
-    <span id="t_1674" from="9926" to="9930" />
-    <span id="t_1675" from="9930" to="9931" />
-    <span id="t_1676" from="9931" to="9932" />
-    <span id="t_1677" from="9933" to="9942" />
-    <span id="t_1678" from="9943" to="9951" />
-    <span id="t_1679" from="9952" to="9956" />
-    <span id="t_1680" from="9957" to="9964" />
-    <span id="t_1681" from="9964" to="9965" />
-    <span id="t_1682" from="9966" to="9969" />
-    <span id="t_1683" from="9970" to="9976" />
-    <span id="t_1684" from="9977" to="9984" />
-    <span id="t_1685" from="9985" to="9991" />
-    <span id="t_1686" from="9991" to="9992" />
-    <span id="t_1687" from="9993" to="9998" />
-    <span id="t_1688" from="9998" to="9999" />
-    <span id="t_1689" from="10000" to="10001" />
-    <span id="t_1690" from="10001" to="10005" />
-    <span id="t_1691" from="10006" to="10011" />
-    <span id="t_1692" from="10012" to="10018" />
-    <span id="t_1693" from="10019" to="10023" />
-    <span id="t_1694" from="10024" to="10027" />
-    <span id="t_1695" from="10028" to="10043" />
-    <span id="t_1696" from="10044" to="10049" />
-    <span id="t_1697" from="10050" to="10057" />
-    <span id="t_1698" from="10058" to="10061" />
-    <span id="t_1699" from="10062" to="10072" />
-    <span id="t_1700" from="10073" to="10076" />
-    <span id="t_1701" from="10077" to="10082" />
-    <span id="t_1702" from="10083" to="10092" />
-    <span id="t_1703" from="10093" to="10104" />
-    <span id="t_1704" from="10105" to="10115" />
-    <span id="t_1705" from="10115" to="10116" />
-    <span id="t_1706" from="10117" to="10122" />
-    <span id="t_1707" from="10123" to="10133" />
-    <span id="t_1708" from="10134" to="10138" />
-    <span id="t_1709" from="10139" to="10142" />
-    <span id="t_1710" from="10143" to="10149" />
-    <span id="t_1711" from="10150" to="10155" />
-    <span id="t_1712" from="10156" to="10161" />
-    <span id="t_1713" from="10161" to="10162" />
-    <span id="t_1714" from="10163" to="10168" />
-    <span id="t_1715" from="10169" to="10172" />
-    <span id="t_1716" from="10173" to="10178" />
-    <span id="t_1717" from="10179" to="10182" />
-    <span id="t_1718" from="10183" to="10190" />
-    <span id="t_1719" from="10191" to="10194" />
-    <span id="t_1720" from="10195" to="10204" />
-    <span id="t_1721" from="10205" to="10209" />
-    <span id="t_1722" from="10210" to="10218" />
-    <span id="t_1723" from="10219" to="10223" />
-    <span id="t_1724" from="10223" to="10224" />
-    <span id="t_1725" from="10225" to="10228" />
-    <span id="t_1726" from="10229" to="10232" />
-    <span id="t_1727" from="10233" to="10241" />
-    <span id="t_1728" from="10242" to="10245" />
-    <span id="t_1729" from="10246" to="10256" />
-    <span id="t_1730" from="10257" to="10260" />
-    <span id="t_1731" from="10261" to="10266" />
-    <span id="t_1732" from="10267" to="10271" />
-    <span id="t_1733" from="10272" to="10274" />
-    <span id="t_1734" from="10275" to="10279" />
-    <span id="t_1735" from="10280" to="10285" />
-    <span id="t_1736" from="10285" to="10286" />
-    <span id="t_1737" from="10286" to="10287" />
-    <span id="t_1738" from="10288" to="10291" />
-    <span id="t_1739" from="10292" to="10299" />
-    <span id="t_1740" from="10300" to="10313" />
-    <span id="t_1741" from="10314" to="10322" />
-    <span id="t_1742" from="10323" to="10330" />
-    <span id="t_1743" from="10331" to="10336" />
-    <span id="t_1744" from="10337" to="10345" />
-    <span id="t_1745" from="10346" to="10349" />
-    <span id="t_1746" from="10350" to="10359" />
-    <span id="t_1747" from="10360" to="10368" />
-    <span id="t_1748" from="10369" to="10372" />
-    <span id="t_1749" from="10373" to="10380" />
-    <span id="t_1750" from="10381" to="10387" />
-    <span id="t_1751" from="10388" to="10399" />
-    <span id="t_1752" from="10399" to="10400" />
-    <span id="t_1753" from="10401" to="10404" />
-    <span id="t_1754" from="10405" to="10408" />
-    <span id="t_1755" from="10409" to="10414" />
-    <span id="t_1756" from="10415" to="10418" />
-    <span id="t_1757" from="10419" to="10428" />
-    <span id="t_1758" from="10429" to="10440" />
-    <span id="t_1759" from="10441" to="10446" />
-    <span id="t_1760" from="10447" to="10451" />
-    <span id="t_1761" from="10452" to="10458" />
-    <span id="t_1762" from="10459" to="10462" />
-    <span id="t_1763" from="10463" to="10473" />
-    <span id="t_1764" from="10474" to="10476" />
-    <span id="t_1765" from="10477" to="10482" />
-    <span id="t_1766" from="10483" to="10489" />
-    <span id="t_1767" from="10490" to="10493" />
-    <span id="t_1768" from="10493" to="10494" />
-    <span id="t_1769" from="10495" to="10496" />
-    <span id="t_1770" from="10496" to="10499" />
-    <span id="t_1771" from="10500" to="10505" />
-    <span id="t_1772" from="10506" to="10511" />
-    <span id="t_1773" from="10511" to="10512" />
-    <span id="t_1774" from="10513" to="10516" />
-    <span id="t_1775" from="10517" to="10520" />
-    <span id="t_1776" from="10521" to="10526" />
-    <span id="t_1777" from="10526" to="10527" />
-    <span id="t_1778" from="10528" to="10531" />
-    <span id="t_1779" from="10532" to="10535" />
-    <span id="t_1780" from="10536" to="10545" />
-    <span id="t_1781" from="10545" to="10546" />
-    <span id="t_1782" from="10547" to="10551" />
-    <span id="t_1783" from="10552" to="10554" />
-    <span id="t_1784" from="10555" to="10559" />
-    <span id="t_1785" from="10560" to="10565" />
-    <span id="t_1786" from="10566" to="10570" />
-    <span id="t_1787" from="10571" to="10574" />
-    <span id="t_1788" from="10575" to="10585" />
-    <span id="t_1789" from="10586" to="10590" />
-    <span id="t_1790" from="10591" to="10593" />
-    <span id="t_1791" from="10594" to="10597" />
-    <span id="t_1792" from="10597" to="10598" />
-    <span id="t_1793" from="10599" to="10601" />
-    <span id="t_1794" from="10602" to="10605" />
-    <span id="t_1795" from="10606" to="10609" />
-    <span id="t_1796" from="10610" to="10617" />
-    <span id="t_1797" from="10618" to="10624" />
-    <span id="t_1798" from="10624" to="10625" />
-    <span id="t_1799" from="10626" to="10630" />
-    <span id="t_1800" from="10631" to="10637" />
-    <span id="t_1801" from="10638" to="10644" />
-    <span id="t_1802" from="10645" to="10648" />
-    <span id="t_1803" from="10649" to="10656" />
-    <span id="t_1804" from="10657" to="10662" />
-    <span id="t_1805" from="10662" to="10663" />
-    <span id="t_1806" from="10663" to="10664" />
-    <span id="t_1807" from="10665" to="10669" />
-    <span id="t_1808" from="10670" to="10673" />
-    <span id="t_1809" from="10673" to="10674" />
-    <span id="t_1810" from="10675" to="10676" />
-    <span id="t_1811" from="10676" to="10679" />
-    <span id="t_1812" from="10680" to="10685" />
-    <span id="t_1813" from="10686" to="10700" />
-    <span id="t_1814" from="10701" to="10703" />
-    <span id="t_1815" from="10704" to="10707" />
-    <span id="t_1816" from="10707" to="10708" />
-    <span id="t_1817" from="10709" to="10719" />
-    <span id="t_1818" from="10720" to="10726" />
-    <span id="t_1819" from="10727" to="10730" />
-    <span id="t_1820" from="10731" to="10734" />
-    <span id="t_1821" from="10735" to="10739" />
-    <span id="t_1822" from="10740" to="10747" />
-    <span id="t_1823" from="10748" to="10751" />
-    <span id="t_1824" from="10752" to="10754" />
-    <span id="t_1825" from="10755" to="10764" />
-    <span id="t_1826" from="10765" to="10774" />
-    <span id="t_1827" from="10774" to="10775" />
-    <span id="t_1828" from="10776" to="10788" />
-    <span id="t_1829" from="10789" to="10795" />
-    <span id="t_1830" from="10796" to="10799" />
-    <span id="t_1831" from="10800" to="10803" />
-    <span id="t_1832" from="10804" to="10812" />
-    <span id="t_1833" from="10813" to="10821" />
-    <span id="t_1834" from="10822" to="10823" />
-    <span id="t_1835" from="10824" to="10828" />
-    <span id="t_1836" from="10829" to="10832" />
-    <span id="t_1837" from="10833" to="10838" />
-    <span id="t_1838" from="10839" to="10842" />
-    <span id="t_1839" from="10843" to="10857" />
-    <span id="t_1840" from="10858" to="10863" />
-    <span id="t_1841" from="10864" to="10873" />
-    <span id="t_1842" from="10873" to="10874" />
-    <span id="t_1843" from="10874" to="10875" />
-    <span id="t_1844" from="10876" to="10880" />
-    <span id="t_1845" from="10880" to="10881" />
-    <span id="t_1846" from="10882" to="10889" />
-    <span id="t_1847" from="10890" to="10897" />
-  </spanList>
-</layer>
diff --git a/t/corpus/BRZ13/00001/base/tokens_conservative.xml b/t/corpus/BRZ13/00001/base/tokens_conservative.xml
deleted file mode 100644
index 76f8bd5..0000000
--- a/t/corpus/BRZ13/00001/base/tokens_conservative.xml
+++ /dev/null
@@ -1,1849 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?xml-model href="span.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
-
-<layer docid="BRZ13_APR.00001" xmlns="http://ids-mannheim.de/ns/KorAP" version="KorAP-0.4">
-  <spanList>
-    <span id="t_0" from="0" to="9" />
-    <span id="t_1" from="10" to="20" />
-    <span id="t_2" from="21" to="22" />
-    <span id="t_3" from="22" to="23" />
-    <span id="t_4" from="23" to="26" />
-    <span id="t_5" from="27" to="37" />
-    <span id="t_6" from="38" to="42" />
-    <span id="t_7" from="43" to="49" />
-    <span id="t_8" from="50" to="54" />
-    <span id="t_9" from="55" to="59" />
-    <span id="t_10" from="60" to="62" />
-    <span id="t_11" from="63" to="66" />
-    <span id="t_12" from="66" to="67" />
-    <span id="t_13" from="68" to="71" />
-    <span id="t_14" from="72" to="77" />
-    <span id="t_15" from="78" to="84" />
-    <span id="t_16" from="85" to="88" />
-    <span id="t_17" from="89" to="103" />
-    <span id="t_18" from="103" to="104" />
-    <span id="t_19" from="105" to="108" />
-    <span id="t_20" from="109" to="113" />
-    <span id="t_21" from="114" to="117" />
-    <span id="t_22" from="118" to="133" />
-    <span id="t_23" from="134" to="139" />
-    <span id="t_24" from="140" to="145" />
-    <span id="t_25" from="146" to="156" />
-    <span id="t_26" from="156" to="157" />
-    <span id="t_27" from="158" to="163" />
-    <span id="t_28" from="164" to="167" />
-    <span id="t_29" from="168" to="176" />
-    <span id="t_30" from="177" to="186" />
-    <span id="t_31" from="187" to="194" />
-    <span id="t_32" from="195" to="201" />
-    <span id="t_33" from="202" to="208" />
-    <span id="t_34" from="208" to="209" />
-    <span id="t_35" from="210" to="214" />
-    <span id="t_36" from="215" to="225" />
-    <span id="t_37" from="226" to="233" />
-    <span id="t_38" from="234" to="238" />
-    <span id="t_39" from="239" to="242" />
-    <span id="t_40" from="243" to="252" />
-    <span id="t_41" from="252" to="253" />
-    <span id="t_42" from="254" to="266" />
-    <span id="t_43" from="266" to="267" />
-    <span id="t_44" from="269" to="272" />
-    <span id="t_45" from="273" to="277" />
-    <span id="t_46" from="277" to="278" />
-    <span id="t_47" from="279" to="282" />
-    <span id="t_48" from="283" to="288" />
-    <span id="t_49" from="289" to="294" />
-    <span id="t_50" from="295" to="301" />
-    <span id="t_51" from="301" to="302" />
-    <span id="t_52" from="303" to="306" />
-    <span id="t_53" from="307" to="313" />
-    <span id="t_54" from="314" to="318" />
-    <span id="t_55" from="319" to="329" />
-    <span id="t_56" from="329" to="330" />
-    <span id="t_57" from="331" to="333" />
-    <span id="t_58" from="334" to="339" />
-    <span id="t_59" from="340" to="346" />
-    <span id="t_60" from="347" to="349" />
-    <span id="t_61" from="350" to="356" />
-    <span id="t_62" from="357" to="366" />
-    <span id="t_63" from="367" to="375" />
-    <span id="t_64" from="376" to="379" />
-    <span id="t_65" from="379" to="380" />
-    <span id="t_66" from="381" to="385" />
-    <span id="t_67" from="386" to="390" />
-    <span id="t_68" from="391" to="397" />
-    <span id="t_69" from="398" to="401" />
-    <span id="t_70" from="402" to="405" />
-    <span id="t_71" from="406" to="411" />
-    <span id="t_72" from="412" to="415" />
-    <span id="t_73" from="416" to="425" />
-    <span id="t_74" from="426" to="431" />
-    <span id="t_75" from="432" to="438" />
-    <span id="t_76" from="439" to="446" />
-    <span id="t_77" from="447" to="458" />
-    <span id="t_78" from="459" to="464" />
-    <span id="t_79" from="464" to="465" />
-    <span id="t_80" from="466" to="470" />
-    <span id="t_81" from="471" to="474" />
-    <span id="t_82" from="475" to="478" />
-    <span id="t_83" from="479" to="481" />
-    <span id="t_84" from="482" to="485" />
-    <span id="t_85" from="486" to="489" />
-    <span id="t_86" from="490" to="492" />
-    <span id="t_87" from="493" to="498" />
-    <span id="t_88" from="499" to="508" />
-    <span id="t_89" from="509" to="515" />
-    <span id="t_90" from="515" to="516" />
-    <span id="t_91" from="517" to="524" />
-    <span id="t_92" from="525" to="528" />
-    <span id="t_93" from="529" to="541" />
-    <span id="t_94" from="542" to="548" />
-    <span id="t_95" from="548" to="549" />
-    <span id="t_96" from="550" to="554" />
-    <span id="t_97" from="555" to="559" />
-    <span id="t_98" from="560" to="565" />
-    <span id="t_99" from="566" to="569" />
-    <span id="t_100" from="570" to="575" />
-    <span id="t_101" from="576" to="580" />
-    <span id="t_102" from="581" to="586" />
-    <span id="t_103" from="586" to="587" />
-    <span id="t_104" from="588" to="591" />
-    <span id="t_105" from="592" to="602" />
-    <span id="t_106" from="603" to="609" />
-    <span id="t_107" from="610" to="614" />
-    <span id="t_108" from="615" to="618" />
-    <span id="t_109" from="619" to="622" />
-    <span id="t_110" from="622" to="623" />
-    <span id="t_111" from="624" to="627" />
-    <span id="t_112" from="628" to="634" />
-    <span id="t_113" from="635" to="640" />
-    <span id="t_114" from="641" to="647" />
-    <span id="t_115" from="648" to="651" />
-    <span id="t_116" from="652" to="656" />
-    <span id="t_117" from="657" to="659" />
-    <span id="t_118" from="660" to="670" />
-    <span id="t_119" from="671" to="672" />
-    <span id="t_120" from="673" to="676" />
-    <span id="t_121" from="677" to="683" />
-    <span id="t_122" from="684" to="691" />
-    <span id="t_123" from="692" to="698" />
-    <span id="t_124" from="699" to="702" />
-    <span id="t_125" from="703" to="706" />
-    <span id="t_126" from="707" to="716" />
-    <span id="t_127" from="717" to="725" />
-    <span id="t_128" from="725" to="726" />
-    <span id="t_129" from="727" to="731" />
-    <span id="t_130" from="732" to="735" />
-    <span id="t_131" from="736" to="745" />
-    <span id="t_132" from="746" to="754" />
-    <span id="t_133" from="755" to="757" />
-    <span id="t_134" from="758" to="763" />
-    <span id="t_135" from="764" to="770" />
-    <span id="t_136" from="771" to="776" />
-    <span id="t_137" from="777" to="779" />
-    <span id="t_138" from="780" to="791" />
-    <span id="t_139" from="792" to="802" />
-    <span id="t_140" from="803" to="817" />
-    <span id="t_141" from="817" to="818" />
-    <span id="t_142" from="819" to="822" />
-    <span id="t_143" from="823" to="827" />
-    <span id="t_144" from="828" to="831" />
-    <span id="t_145" from="832" to="835" />
-    <span id="t_146" from="836" to="841" />
-    <span id="t_147" from="842" to="846" />
-    <span id="t_148" from="846" to="847" />
-    <span id="t_149" from="848" to="853" />
-    <span id="t_150" from="854" to="857" />
-    <span id="t_151" from="858" to="861" />
-    <span id="t_152" from="862" to="868" />
-    <span id="t_153" from="869" to="875" />
-    <span id="t_154" from="875" to="876" />
-    <span id="t_155" from="877" to="881" />
-    <span id="t_156" from="882" to="887" />
-    <span id="t_157" from="888" to="891" />
-    <span id="t_158" from="891" to="892" />
-    <span id="t_159" from="893" to="898" />
-    <span id="t_160" from="899" to="902" />
-    <span id="t_161" from="903" to="905" />
-    <span id="t_162" from="906" to="912" />
-    <span id="t_163" from="913" to="920" />
-    <span id="t_164" from="920" to="921" />
-    <span id="t_165" from="922" to="926" />
-    <span id="t_166" from="927" to="931" />
-    <span id="t_167" from="932" to="941" />
-    <span id="t_168" from="942" to="945" />
-    <span id="t_169" from="945" to="946" />
-    <span id="t_170" from="947" to="950" />
-    <span id="t_171" from="951" to="954" />
-    <span id="t_172" from="955" to="960" />
-    <span id="t_173" from="961" to="967" />
-    <span id="t_174" from="968" to="971" />
-    <span id="t_175" from="972" to="985" />
-    <span id="t_176" from="986" to="993" />
-    <span id="t_177" from="994" to="998" />
-    <span id="t_178" from="998" to="999" />
-    <span id="t_179" from="1000" to="1003" />
-    <span id="t_180" from="1004" to="1014" />
-    <span id="t_181" from="1015" to="1019" />
-    <span id="t_182" from="1020" to="1028" />
-    <span id="t_183" from="1029" to="1036" />
-    <span id="t_184" from="1036" to="1037" />
-    <span id="t_185" from="1038" to="1041" />
-    <span id="t_186" from="1042" to="1045" />
-    <span id="t_187" from="1046" to="1051" />
-    <span id="t_188" from="1051" to="1052" />
-    <span id="t_189" from="1053" to="1058" />
-    <span id="t_190" from="1059" to="1065" />
-    <span id="t_191" from="1066" to="1070" />
-    <span id="t_192" from="1071" to="1075" />
-    <span id="t_193" from="1076" to="1082" />
-    <span id="t_194" from="1082" to="1083" />
-    <span id="t_195" from="1084" to="1089" />
-    <span id="t_196" from="1090" to="1094" />
-    <span id="t_197" from="1095" to="1098" />
-    <span id="t_198" from="1099" to="1106" />
-    <span id="t_199" from="1106" to="1107" />
-    <span id="t_200" from="1108" to="1110" />
-    <span id="t_201" from="1111" to="1118" />
-    <span id="t_202" from="1119" to="1127" />
-    <span id="t_203" from="1128" to="1132" />
-    <span id="t_204" from="1133" to="1136" />
-    <span id="t_205" from="1137" to="1141" />
-    <span id="t_206" from="1141" to="1142" />
-    <span id="t_207" from="1143" to="1146" />
-    <span id="t_208" from="1147" to="1155" />
-    <span id="t_209" from="1156" to="1159" />
-    <span id="t_210" from="1160" to="1170" />
-    <span id="t_211" from="1171" to="1175" />
-    <span id="t_212" from="1176" to="1178" />
-    <span id="t_213" from="1179" to="1185" />
-    <span id="t_214" from="1185" to="1186" />
-    <span id="t_215" from="1187" to="1191" />
-    <span id="t_216" from="1192" to="1195" />
-    <span id="t_217" from="1196" to="1202" />
-    <span id="t_218" from="1203" to="1205" />
-    <span id="t_219" from="1206" to="1209" />
-    <span id="t_220" from="1210" to="1216" />
-    <span id="t_221" from="1217" to="1221" />
-    <span id="t_222" from="1222" to="1230" />
-    <span id="t_223" from="1230" to="1231" />
-    <span id="t_224" from="1232" to="1236" />
-    <span id="t_225" from="1237" to="1245" />
-    <span id="t_226" from="1246" to="1250" />
-    <span id="t_227" from="1251" to="1260" />
-    <span id="t_228" from="1261" to="1269" />
-    <span id="t_229" from="1270" to="1273" />
-    <span id="t_230" from="1274" to="1279" />
-    <span id="t_231" from="1280" to="1293" />
-    <span id="t_232" from="1294" to="1311" />
-    <span id="t_233" from="1311" to="1312" />
-    <span id="t_234" from="1313" to="1316" />
-    <span id="t_235" from="1317" to="1320" />
-    <span id="t_236" from="1321" to="1329" />
-    <span id="t_237" from="1329" to="1330" />
-    <span id="t_238" from="1331" to="1341" />
-    <span id="t_239" from="1342" to="1345" />
-    <span id="t_240" from="1346" to="1348" />
-    <span id="t_241" from="1348" to="1349" />
-    <span id="t_242" from="1350" to="1358" />
-    <span id="t_243" from="1359" to="1362" />
-    <span id="t_244" from="1363" to="1376" />
-    <span id="t_245" from="1377" to="1387" />
-    <span id="t_246" from="1388" to="1393" />
-    <span id="t_247" from="1394" to="1397" />
-    <span id="t_248" from="1398" to="1408" />
-    <span id="t_249" from="1409" to="1414" />
-    <span id="t_250" from="1415" to="1419" />
-    <span id="t_251" from="1420" to="1425" />
-    <span id="t_252" from="1426" to="1431" />
-    <span id="t_253" from="1432" to="1446" />
-    <span id="t_254" from="1447" to="1458" />
-    <span id="t_255" from="1459" to="1460" />
-    <span id="t_256" from="1461" to="1465" />
-    <span id="t_257" from="1466" to="1480" />
-    <span id="t_258" from="1480" to="1481" />
-    <span id="t_259" from="1482" to="1484" />
-    <span id="t_260" from="1485" to="1488" />
-    <span id="t_261" from="1489" to="1499" />
-    <span id="t_262" from="1500" to="1519" />
-    <span id="t_263" from="1520" to="1523" />
-    <span id="t_264" from="1524" to="1527" />
-    <span id="t_265" from="1528" to="1543" />
-    <span id="t_266" from="1544" to="1552" />
-    <span id="t_267" from="1553" to="1555" />
-    <span id="t_268" from="1556" to="1562" />
-    <span id="t_269" from="1562" to="1563" />
-    <span id="t_270" from="1564" to="1566" />
-    <span id="t_271" from="1567" to="1576" />
-    <span id="t_272" from="1577" to="1579" />
-    <span id="t_273" from="1580" to="1586" />
-    <span id="t_274" from="1586" to="1587" />
-    <span id="t_275" from="1588" to="1589" />
-    <span id="t_276" from="1589" to="1594" />
-    <span id="t_277" from="1595" to="1605" />
-    <span id="t_278" from="1606" to="1614" />
-    <span id="t_279" from="1615" to="1627" />
-    <span id="t_280" from="1628" to="1640" />
-    <span id="t_281" from="1641" to="1644" />
-    <span id="t_282" from="1645" to="1652" />
-    <span id="t_283" from="1652" to="1653" />
-    <span id="t_284" from="1653" to="1654" />
-    <span id="t_285" from="1655" to="1662" />
-    <span id="t_286" from="1663" to="1666" />
-    <span id="t_287" from="1666" to="1667" />
-    <span id="t_288" from="1668" to="1669" />
-    <span id="t_289" from="1669" to="1674" />
-    <span id="t_290" from="1675" to="1687" />
-    <span id="t_291" from="1688" to="1693" />
-    <span id="t_292" from="1694" to="1697" />
-    <span id="t_293" from="1698" to="1705" />
-    <span id="t_294" from="1705" to="1706" />
-    <span id="t_295" from="1707" to="1716" />
-    <span id="t_296" from="1717" to="1720" />
-    <span id="t_297" from="1721" to="1727" />
-    <span id="t_298" from="1728" to="1734" />
-    <span id="t_299" from="1735" to="1740" />
-    <span id="t_300" from="1741" to="1753" />
-    <span id="t_301" from="1754" to="1757" />
-    <span id="t_302" from="1758" to="1765" />
-    <span id="t_303" from="1766" to="1770" />
-    <span id="t_304" from="1771" to="1781" />
-    <span id="t_305" from="1782" to="1791" />
-    <span id="t_306" from="1792" to="1798" />
-    <span id="t_307" from="1799" to="1800" />
-    <span id="t_308" from="1801" to="1804" />
-    <span id="t_309" from="1805" to="1809" />
-    <span id="t_310" from="1810" to="1814" />
-    <span id="t_311" from="1815" to="1817" />
-    <span id="t_312" from="1818" to="1829" />
-    <span id="t_313" from="1829" to="1830" />
-    <span id="t_314" from="1831" to="1835" />
-    <span id="t_315" from="1836" to="1839" />
-    <span id="t_316" from="1840" to="1843" />
-    <span id="t_317" from="1844" to="1847" />
-    <span id="t_318" from="1848" to="1852" />
-    <span id="t_319" from="1853" to="1858" />
-    <span id="t_320" from="1859" to="1862" />
-    <span id="t_321" from="1863" to="1868" />
-    <span id="t_322" from="1869" to="1878" />
-    <span id="t_323" from="1879" to="1883" />
-    <span id="t_324" from="1883" to="1884" />
-    <span id="t_325" from="1885" to="1888" />
-    <span id="t_326" from="1889" to="1893" />
-    <span id="t_327" from="1894" to="1897" />
-    <span id="t_328" from="1898" to="1904" />
-    <span id="t_329" from="1904" to="1905" />
-    <span id="t_330" from="1906" to="1910" />
-    <span id="t_331" from="1911" to="1916" />
-    <span id="t_332" from="1917" to="1922" />
-    <span id="t_333" from="1923" to="1932" />
-    <span id="t_334" from="1933" to="1935" />
-    <span id="t_335" from="1936" to="1942" />
-    <span id="t_336" from="1942" to="1943" />
-    <span id="t_337" from="1944" to="1953" />
-    <span id="t_338" from="1954" to="1961" />
-    <span id="t_339" from="1962" to="1965" />
-    <span id="t_340" from="1966" to="1969" />
-    <span id="t_341" from="1970" to="1980" />
-    <span id="t_342" from="1980" to="1981" />
-    <span id="t_343" from="1982" to="1986" />
-    <span id="t_344" from="1987" to="1989" />
-    <span id="t_345" from="1990" to="1993" />
-    <span id="t_346" from="1994" to="2005" />
-    <span id="t_347" from="2006" to="2017" />
-    <span id="t_348" from="2017" to="2018" />
-    <span id="t_349" from="2019" to="2022" />
-    <span id="t_350" from="2023" to="2030" />
-    <span id="t_351" from="2031" to="2034" />
-    <span id="t_352" from="2035" to="2040" />
-    <span id="t_353" from="2041" to="2048" />
-    <span id="t_354" from="2048" to="2049" />
-    <span id="t_355" from="2050" to="2052" />
-    <span id="t_356" from="2053" to="2057" />
-    <span id="t_357" from="2058" to="2067" />
-    <span id="t_358" from="2068" to="2070" />
-    <span id="t_359" from="2071" to="2084" />
-    <span id="t_360" from="2085" to="2088" />
-    <span id="t_361" from="2089" to="2094" />
-    <span id="t_362" from="2095" to="2103" />
-    <span id="t_363" from="2104" to="2107" />
-    <span id="t_364" from="2108" to="2118" />
-    <span id="t_365" from="2119" to="2131" />
-    <span id="t_366" from="2131" to="2132" />
-    <span id="t_367" from="2132" to="2133" />
-    <span id="t_368" from="2134" to="2139" />
-    <span id="t_369" from="2140" to="2149" />
-    <span id="t_370" from="2150" to="2153" />
-    <span id="t_371" from="2154" to="2162" />
-    <span id="t_372" from="2163" to="2168" />
-    <span id="t_373" from="2169" to="2174" />
-    <span id="t_374" from="2175" to="2179" />
-    <span id="t_375" from="2180" to="2185" />
-    <span id="t_376" from="2186" to="2195" />
-    <span id="t_377" from="2196" to="2204" />
-    <span id="t_378" from="2205" to="2213" />
-    <span id="t_379" from="2214" to="2223" />
-    <span id="t_380" from="2223" to="2224" />
-    <span id="t_381" from="2225" to="2228" />
-    <span id="t_382" from="2229" to="2233" />
-    <span id="t_383" from="2234" to="2240" />
-    <span id="t_384" from="2241" to="2244" />
-    <span id="t_385" from="2245" to="2252" />
-    <span id="t_386" from="2253" to="2258" />
-    <span id="t_387" from="2258" to="2259" />
-    <span id="t_388" from="2260" to="2263" />
-    <span id="t_389" from="2264" to="2269" />
-    <span id="t_390" from="2270" to="2273" />
-    <span id="t_391" from="2274" to="2286" />
-    <span id="t_392" from="2287" to="2299" />
-    <span id="t_393" from="2299" to="2300" />
-    <span id="t_394" from="2301" to="2303" />
-    <span id="t_395" from="2304" to="2306" />
-    <span id="t_396" from="2307" to="2312" />
-    <span id="t_397" from="2313" to="2326" />
-    <span id="t_398" from="2327" to="2334" />
-    <span id="t_399" from="2335" to="2339" />
-    <span id="t_400" from="2340" to="2344" />
-    <span id="t_401" from="2345" to="2347" />
-    <span id="t_402" from="2348" to="2353" />
-    <span id="t_403" from="2354" to="2361" />
-    <span id="t_404" from="2362" to="2370" />
-    <span id="t_405" from="2370" to="2371" />
-    <span id="t_406" from="2372" to="2375" />
-    <span id="t_407" from="2376" to="2379" />
-    <span id="t_408" from="2380" to="2383" />
-    <span id="t_409" from="2384" to="2392" />
-    <span id="t_410" from="2393" to="2403" />
-    <span id="t_411" from="2403" to="2404" />
-    <span id="t_412" from="2405" to="2415" />
-    <span id="t_413" from="2416" to="2419" />
-    <span id="t_414" from="2420" to="2424" />
-    <span id="t_415" from="2425" to="2432" />
-    <span id="t_416" from="2433" to="2441" />
-    <span id="t_417" from="2441" to="2442" />
-    <span id="t_418" from="2443" to="2452" />
-    <span id="t_419" from="2453" to="2456" />
-    <span id="t_420" from="2457" to="2460" />
-    <span id="t_421" from="2461" to="2467" />
-    <span id="t_422" from="2468" to="2473" />
-    <span id="t_423" from="2474" to="2475" />
-    <span id="t_424" from="2476" to="2480" />
-    <span id="t_425" from="2481" to="2485" />
-    <span id="t_426" from="2486" to="2488" />
-    <span id="t_427" from="2489" to="2492" />
-    <span id="t_428" from="2493" to="2498" />
-    <span id="t_429" from="2499" to="2509" />
-    <span id="t_430" from="2509" to="2510" />
-    <span id="t_431" from="2511" to="2513" />
-    <span id="t_432" from="2514" to="2523" />
-    <span id="t_433" from="2524" to="2527" />
-    <span id="t_434" from="2528" to="2532" />
-    <span id="t_435" from="2533" to="2543" />
-    <span id="t_436" from="2543" to="2544" />
-    <span id="t_437" from="2545" to="2551" />
-    <span id="t_438" from="2552" to="2557" />
-    <span id="t_439" from="2558" to="2562" />
-    <span id="t_440" from="2563" to="2566" />
-    <span id="t_441" from="2567" to="2573" />
-    <span id="t_442" from="2574" to="2579" />
-    <span id="t_443" from="2580" to="2587" />
-    <span id="t_444" from="2588" to="2593" />
-    <span id="t_445" from="2594" to="2597" />
-    <span id="t_446" from="2598" to="2610" />
-    <span id="t_447" from="2611" to="2616" />
-    <span id="t_448" from="2617" to="2621" />
-    <span id="t_449" from="2622" to="2630" />
-    <span id="t_450" from="2630" to="2631" />
-    <span id="t_451" from="2632" to="2635" />
-    <span id="t_452" from="2636" to="2639" />
-    <span id="t_453" from="2640" to="2650" />
-    <span id="t_454" from="2651" to="2661" />
-    <span id="t_455" from="2662" to="2665" />
-    <span id="t_456" from="2665" to="2666" />
-    <span id="t_457" from="2667" to="2670" />
-    <span id="t_458" from="2671" to="2677" />
-    <span id="t_459" from="2678" to="2683" />
-    <span id="t_460" from="2684" to="2689" />
-    <span id="t_461" from="2690" to="2698" />
-    <span id="t_462" from="2698" to="2699" />
-    <span id="t_463" from="2700" to="2704" />
-    <span id="t_464" from="2705" to="2708" />
-    <span id="t_465" from="2709" to="2712" />
-    <span id="t_466" from="2713" to="2726" />
-    <span id="t_467" from="2727" to="2732" />
-    <span id="t_468" from="2733" to="2737" />
-    <span id="t_469" from="2738" to="2747" />
-    <span id="t_470" from="2748" to="2751" />
-    <span id="t_471" from="2751" to="2752" />
-    <span id="t_472" from="2753" to="2756" />
-    <span id="t_473" from="2757" to="2762" />
-    <span id="t_474" from="2763" to="2778" />
-    <span id="t_475" from="2778" to="2779" />
-    <span id="t_476" from="2780" to="2783" />
-    <span id="t_477" from="2784" to="2787" />
-    <span id="t_478" from="2788" to="2796" />
-    <span id="t_479" from="2796" to="2797" />
-    <span id="t_480" from="2798" to="2808" />
-    <span id="t_481" from="2809" to="2813" />
-    <span id="t_482" from="2814" to="2817" />
-    <span id="t_483" from="2818" to="2821" />
-    <span id="t_484" from="2822" to="2827" />
-    <span id="t_485" from="2828" to="2852" />
-    <span id="t_486" from="2853" to="2856" />
-    <span id="t_487" from="2857" to="2861" />
-    <span id="t_488" from="2862" to="2867" />
-    <span id="t_489" from="2868" to="2871" />
-    <span id="t_490" from="2872" to="2879" />
-    <span id="t_491" from="2880" to="2887" />
-    <span id="t_492" from="2888" to="2893" />
-    <span id="t_493" from="2894" to="2896" />
-    <span id="t_494" from="2897" to="2902" />
-    <span id="t_495" from="2903" to="2918" />
-    <span id="t_496" from="2918" to="2919" />
-    <span id="t_497" from="2920" to="2924" />
-    <span id="t_498" from="2925" to="2929" />
-    <span id="t_499" from="2930" to="2932" />
-    <span id="t_500" from="2933" to="2939" />
-    <span id="t_501" from="2940" to="2943" />
-    <span id="t_502" from="2944" to="2953" />
-    <span id="t_503" from="2954" to="2962" />
-    <span id="t_504" from="2963" to="2966" />
-    <span id="t_505" from="2967" to="2970" />
-    <span id="t_506" from="2971" to="2986" />
-    <span id="t_507" from="2987" to="2990" />
-    <span id="t_508" from="2991" to="3004" />
-    <span id="t_509" from="3005" to="3016" />
-    <span id="t_510" from="3017" to="3020" />
-    <span id="t_511" from="3021" to="3027" />
-    <span id="t_512" from="3028" to="3030" />
-    <span id="t_513" from="3031" to="3041" />
-    <span id="t_514" from="3041" to="3042" />
-    <span id="t_515" from="3043" to="3046" />
-    <span id="t_516" from="3047" to="3054" />
-    <span id="t_517" from="3055" to="3058" />
-    <span id="t_518" from="3059" to="3064" />
-    <span id="t_519" from="3065" to="3081" />
-    <span id="t_520" from="3082" to="3083" />
-    <span id="t_521" from="3084" to="3087" />
-    <span id="t_522" from="3088" to="3090" />
-    <span id="t_523" from="3091" to="3096" />
-    <span id="t_524" from="3097" to="3103" />
-    <span id="t_525" from="3104" to="3112" />
-    <span id="t_526" from="3113" to="3116" />
-    <span id="t_527" from="3117" to="3123" />
-    <span id="t_528" from="3124" to="3128" />
-    <span id="t_529" from="3129" to="3138" />
-    <span id="t_530" from="3139" to="3142" />
-    <span id="t_531" from="3142" to="3143" />
-    <span id="t_532" from="3144" to="3147" />
-    <span id="t_533" from="3148" to="3151" />
-    <span id="t_534" from="3152" to="3157" />
-    <span id="t_535" from="3158" to="3167" />
-    <span id="t_536" from="3168" to="3179" />
-    <span id="t_537" from="3180" to="3185" />
-    <span id="t_538" from="3185" to="3186" />
-    <span id="t_539" from="3187" to="3194" />
-    <span id="t_540" from="3195" to="3198" />
-    <span id="t_541" from="3199" to="3206" />
-    <span id="t_542" from="3207" to="3214" />
-    <span id="t_543" from="3214" to="3215" />
-    <span id="t_544" from="3216" to="3220" />
-    <span id="t_545" from="3221" to="3224" />
-    <span id="t_546" from="3224" to="3225" />
-    <span id="t_547" from="3226" to="3231" />
-    <span id="t_548" from="3232" to="3238" />
-    <span id="t_549" from="3239" to="3242" />
-    <span id="t_550" from="3243" to="3246" />
-    <span id="t_551" from="3247" to="3253" />
-    <span id="t_552" from="3254" to="3265" />
-    <span id="t_553" from="3265" to="3266" />
-    <span id="t_554" from="3267" to="3270" />
-    <span id="t_555" from="3271" to="3281" />
-    <span id="t_556" from="3282" to="3288" />
-    <span id="t_557" from="3289" to="3292" />
-    <span id="t_558" from="3293" to="3296" />
-    <span id="t_559" from="3297" to="3304" />
-    <span id="t_560" from="3304" to="3305" />
-    <span id="t_561" from="3306" to="3313" />
-    <span id="t_562" from="3314" to="3318" />
-    <span id="t_563" from="3319" to="3324" />
-    <span id="t_564" from="3325" to="3333" />
-    <span id="t_565" from="3334" to="3337" />
-    <span id="t_566" from="3338" to="3340" />
-    <span id="t_567" from="3341" to="3344" />
-    <span id="t_568" from="3345" to="3350" />
-    <span id="t_569" from="3351" to="3355" />
-    <span id="t_570" from="3355" to="3356" />
-    <span id="t_571" from="3357" to="3358" />
-    <span id="t_572" from="3358" to="3361" />
-    <span id="t_573" from="3362" to="3366" />
-    <span id="t_574" from="3367" to="3374" />
-    <span id="t_575" from="3375" to="3378" />
-    <span id="t_576" from="3379" to="3385" />
-    <span id="t_577" from="3385" to="3386" />
-    <span id="t_578" from="3387" to="3391" />
-    <span id="t_579" from="3392" to="3396" />
-    <span id="t_580" from="3397" to="3406" />
-    <span id="t_581" from="3407" to="3413" />
-    <span id="t_582" from="3414" to="3417" />
-    <span id="t_583" from="3417" to="3418" />
-    <span id="t_584" from="3419" to="3423" />
-    <span id="t_585" from="3424" to="3426" />
-    <span id="t_586" from="3427" to="3433" />
-    <span id="t_587" from="3434" to="3447" />
-    <span id="t_588" from="3448" to="3452" />
-    <span id="t_589" from="3452" to="3453" />
-    <span id="t_590" from="3454" to="3458" />
-    <span id="t_591" from="3459" to="3462" />
-    <span id="t_592" from="3463" to="3468" />
-    <span id="t_593" from="3469" to="3473" />
-    <span id="t_594" from="3474" to="3480" />
-    <span id="t_595" from="3481" to="3492" />
-    <span id="t_596" from="3492" to="3493" />
-    <span id="t_597" from="3494" to="3501" />
-    <span id="t_598" from="3502" to="3505" />
-    <span id="t_599" from="3506" to="3508" />
-    <span id="t_600" from="3509" to="3517" />
-    <span id="t_601" from="3518" to="3521" />
-    <span id="t_602" from="3522" to="3527" />
-    <span id="t_603" from="3527" to="3528" />
-    <span id="t_604" from="3529" to="3538" />
-    <span id="t_605" from="3539" to="3550" />
-    <span id="t_606" from="3550" to="3551" />
-    <span id="t_607" from="3552" to="3555" />
-    <span id="t_608" from="3556" to="3564" />
-    <span id="t_609" from="3564" to="3565" />
-    <span id="t_610" from="3566" to="3569" />
-    <span id="t_611" from="3570" to="3580" />
-    <span id="t_612" from="3581" to="3587" />
-    <span id="t_613" from="3588" to="3590" />
-    <span id="t_614" from="3591" to="3596" />
-    <span id="t_615" from="3596" to="3597" />
-    <span id="t_616" from="3598" to="3604" />
-    <span id="t_617" from="3605" to="3611" />
-    <span id="t_618" from="3612" to="3615" />
-    <span id="t_619" from="3616" to="3620" />
-    <span id="t_620" from="3621" to="3627" />
-    <span id="t_621" from="3627" to="3628" />
-    <span id="t_622" from="3629" to="3633" />
-    <span id="t_623" from="3634" to="3637" />
-    <span id="t_624" from="3638" to="3642" />
-    <span id="t_625" from="3643" to="3646" />
-    <span id="t_626" from="3647" to="3650" />
-    <span id="t_627" from="3651" to="3663" />
-    <span id="t_628" from="3663" to="3664" />
-    <span id="t_629" from="3665" to="3676" />
-    <span id="t_630" from="3677" to="3681" />
-    <span id="t_631" from="3682" to="3685" />
-    <span id="t_632" from="3685" to="3686" />
-    <span id="t_633" from="3687" to="3690" />
-    <span id="t_634" from="3691" to="3703" />
-    <span id="t_635" from="3704" to="3707" />
-    <span id="t_636" from="3708" to="3709" />
-    <span id="t_637" from="3710" to="3713" />
-    <span id="t_638" from="3714" to="3716" />
-    <span id="t_639" from="3717" to="3721" />
-    <span id="t_640" from="3722" to="3729" />
-    <span id="t_641" from="3729" to="3730" />
-    <span id="t_642" from="3731" to="3738" />
-    <span id="t_643" from="3739" to="3742" />
-    <span id="t_644" from="3743" to="3747" />
-    <span id="t_645" from="3748" to="3753" />
-    <span id="t_646" from="3754" to="3761" />
-    <span id="t_647" from="3762" to="3764" />
-    <span id="t_648" from="3765" to="3770" />
-    <span id="t_649" from="3770" to="3771" />
-    <span id="t_650" from="3772" to="3775" />
-    <span id="t_651" from="3776" to="3779" />
-    <span id="t_652" from="3780" to="3784" />
-    <span id="t_653" from="3785" to="3787" />
-    <span id="t_654" from="3788" to="3791" />
-    <span id="t_655" from="3792" to="3796" />
-    <span id="t_656" from="3796" to="3797" />
-    <span id="t_657" from="3798" to="3805" />
-    <span id="t_658" from="3806" to="3816" />
-    <span id="t_659" from="3816" to="3817" />
-    <span id="t_660" from="3818" to="3824" />
-    <span id="t_661" from="3825" to="3827" />
-    <span id="t_662" from="3828" to="3834" />
-    <span id="t_663" from="3834" to="3835" />
-    <span id="t_664" from="3836" to="3843" />
-    <span id="t_665" from="3844" to="3847" />
-    <span id="t_666" from="3848" to="3851" />
-    <span id="t_667" from="3852" to="3858" />
-    <span id="t_668" from="3859" to="3865" />
-    <span id="t_669" from="3865" to="3866" />
-    <span id="t_670" from="3866" to="3867" />
-    <span id="t_671" from="3868" to="3872" />
-    <span id="t_672" from="3873" to="3878" />
-    <span id="t_673" from="3879" to="3882" />
-    <span id="t_674" from="3883" to="3888" />
-    <span id="t_675" from="3889" to="3892" />
-    <span id="t_676" from="3893" to="3897" />
-    <span id="t_677" from="3898" to="3903" />
-    <span id="t_678" from="3904" to="3910" />
-    <span id="t_679" from="3911" to="3919" />
-    <span id="t_680" from="3919" to="3920" />
-    <span id="t_681" from="3921" to="3924" />
-    <span id="t_682" from="3925" to="3932" />
-    <span id="t_683" from="3933" to="3938" />
-    <span id="t_684" from="3938" to="3939" />
-    <span id="t_685" from="3940" to="3946" />
-    <span id="t_686" from="3947" to="3951" />
-    <span id="t_687" from="3952" to="3957" />
-    <span id="t_688" from="3958" to="3966" />
-    <span id="t_689" from="3966" to="3967" />
-    <span id="t_690" from="3968" to="3972" />
-    <span id="t_691" from="3973" to="3981" />
-    <span id="t_692" from="3982" to="3985" />
-    <span id="t_693" from="3986" to="3989" />
-    <span id="t_694" from="3990" to="3993" />
-    <span id="t_695" from="3994" to="4000" />
-    <span id="t_696" from="4000" to="4001" />
-    <span id="t_697" from="4002" to="4005" />
-    <span id="t_698" from="4006" to="4011" />
-    <span id="t_699" from="4012" to="4016" />
-    <span id="t_700" from="4017" to="4024" />
-    <span id="t_701" from="4025" to="4027" />
-    <span id="t_702" from="4028" to="4034" />
-    <span id="t_703" from="4034" to="4035" />
-    <span id="t_704" from="4036" to="4038" />
-    <span id="t_705" from="4039" to="4043" />
-    <span id="t_706" from="4044" to="4050" />
-    <span id="t_707" from="4051" to="4058" />
-    <span id="t_708" from="4059" to="4061" />
-    <span id="t_709" from="4062" to="4068" />
-    <span id="t_710" from="4068" to="4069" />
-    <span id="t_711" from="4070" to="4071" />
-    <span id="t_712" from="4071" to="4076" />
-    <span id="t_713" from="4077" to="4083" />
-    <span id="t_714" from="4084" to="4089" />
-    <span id="t_715" from="4090" to="4093" />
-    <span id="t_716" from="4094" to="4099" />
-    <span id="t_717" from="4100" to="4106" />
-    <span id="t_718" from="4106" to="4107" />
-    <span id="t_719" from="4108" to="4112" />
-    <span id="t_720" from="4113" to="4116" />
-    <span id="t_721" from="4117" to="4121" />
-    <span id="t_722" from="4121" to="4122" />
-    <span id="t_723" from="4123" to="4126" />
-    <span id="t_724" from="4127" to="4133" />
-    <span id="t_725" from="4134" to="4138" />
-    <span id="t_726" from="4139" to="4142" />
-    <span id="t_727" from="4142" to="4143" />
-    <span id="t_728" from="4144" to="4154" />
-    <span id="t_729" from="4155" to="4161" />
-    <span id="t_730" from="4162" to="4173" />
-    <span id="t_731" from="4174" to="4181" />
-    <span id="t_732" from="4181" to="4182" />
-    <span id="t_733" from="4183" to="4185" />
-    <span id="t_734" from="4186" to="4189" />
-    <span id="t_735" from="4190" to="4194" />
-    <span id="t_736" from="4195" to="4198" />
-    <span id="t_737" from="4199" to="4204" />
-    <span id="t_738" from="4205" to="4208" />
-    <span id="t_739" from="4209" to="4218" />
-    <span id="t_740" from="4218" to="4219" />
-    <span id="t_741" from="4219" to="4220" />
-    <span id="t_742" from="4221" to="4225" />
-    <span id="t_743" from="4226" to="4229" />
-    <span id="t_744" from="4229" to="4230" />
-    <span id="t_745" from="4231" to="4232" />
-    <span id="t_746" from="4232" to="4236" />
-    <span id="t_747" from="4237" to="4247" />
-    <span id="t_748" from="4248" to="4252" />
-    <span id="t_749" from="4253" to="4255" />
-    <span id="t_750" from="4256" to="4259" />
-    <span id="t_751" from="4260" to="4271" />
-    <span id="t_752" from="4272" to="4278" />
-    <span id="t_753" from="4278" to="4279" />
-    <span id="t_754" from="4280" to="4286" />
-    <span id="t_755" from="4287" to="4293" />
-    <span id="t_756" from="4294" to="4297" />
-    <span id="t_757" from="4297" to="4298" />
-    <span id="t_758" from="4299" to="4305" />
-    <span id="t_759" from="4306" to="4311" />
-    <span id="t_760" from="4312" to="4315" />
-    <span id="t_761" from="4315" to="4316" />
-    <span id="t_762" from="4317" to="4320" />
-    <span id="t_763" from="4321" to="4324" />
-    <span id="t_764" from="4325" to="4331" />
-    <span id="t_765" from="4332" to="4336" />
-    <span id="t_766" from="4336" to="4337" />
-    <span id="t_767" from="4337" to="4338" />
-    <span id="t_768" from="4339" to="4344" />
-    <span id="t_769" from="4345" to="4363" />
-    <span id="t_770" from="4364" to="4367" />
-    <span id="t_771" from="4368" to="4375" />
-    <span id="t_772" from="4376" to="4382" />
-    <span id="t_773" from="4383" to="4386" />
-    <span id="t_774" from="4387" to="4390" />
-    <span id="t_775" from="4391" to="4399" />
-    <span id="t_776" from="4399" to="4400" />
-    <span id="t_777" from="4401" to="4412" />
-    <span id="t_778" from="4413" to="4426" />
-    <span id="t_779" from="4427" to="4431" />
-    <span id="t_780" from="4432" to="4435" />
-    <span id="t_781" from="4436" to="4461" />
-    <span id="t_782" from="4462" to="4464" />
-    <span id="t_783" from="4465" to="4473" />
-    <span id="t_784" from="4473" to="4474" />
-    <span id="t_785" from="4475" to="4481" />
-    <span id="t_786" from="4482" to="4488" />
-    <span id="t_787" from="4489" to="4494" />
-    <span id="t_788" from="4495" to="4519" />
-    <span id="t_789" from="4520" to="4523" />
-    <span id="t_790" from="4524" to="4529" />
-    <span id="t_791" from="4530" to="4533" />
-    <span id="t_792" from="4534" to="4545" />
-    <span id="t_793" from="4546" to="4549" />
-    <span id="t_794" from="4549" to="4550" />
-    <span id="t_795" from="4551" to="4554" />
-    <span id="t_796" from="4555" to="4570" />
-    <span id="t_797" from="4571" to="4578" />
-    <span id="t_798" from="4579" to="4587" />
-    <span id="t_799" from="4588" to="4593" />
-    <span id="t_800" from="4593" to="4594" />
-    <span id="t_801" from="4595" to="4596" />
-    <span id="t_802" from="4596" to="4599" />
-    <span id="t_803" from="4600" to="4616" />
-    <span id="t_804" from="4617" to="4620" />
-    <span id="t_805" from="4621" to="4629" />
-    <span id="t_806" from="4630" to="4634" />
-    <span id="t_807" from="4635" to="4640" />
-    <span id="t_808" from="4641" to="4649" />
-    <span id="t_809" from="4649" to="4650" />
-    <span id="t_810" from="4650" to="4651" />
-    <span id="t_811" from="4652" to="4659" />
-    <span id="t_812" from="4660" to="4663" />
-    <span id="t_813" from="4663" to="4664" />
-    <span id="t_814" from="4665" to="4676" />
-    <span id="t_815" from="4677" to="4680" />
-    <span id="t_816" from="4681" to="4685" />
-    <span id="t_817" from="4686" to="4695" />
-    <span id="t_818" from="4696" to="4702" />
-    <span id="t_819" from="4702" to="4703" />
-    <span id="t_820" from="4704" to="4708" />
-    <span id="t_821" from="4709" to="4713" />
-    <span id="t_822" from="4714" to="4730" />
-    <span id="t_823" from="4731" to="4749" />
-    <span id="t_824" from="4750" to="4753" />
-    <span id="t_825" from="4754" to="4767" />
-    <span id="t_826" from="4768" to="4772" />
-    <span id="t_827" from="4773" to="4778" />
-    <span id="t_828" from="4779" to="4782" />
-    <span id="t_829" from="4783" to="4794" />
-    <span id="t_830" from="4795" to="4799" />
-    <span id="t_831" from="4799" to="4800" />
-    <span id="t_832" from="4801" to="4805" />
-    <span id="t_833" from="4806" to="4808" />
-    <span id="t_834" from="4809" to="4812" />
-    <span id="t_835" from="4813" to="4818" />
-    <span id="t_836" from="4819" to="4822" />
-    <span id="t_837" from="4823" to="4836" />
-    <span id="t_838" from="4837" to="4840" />
-    <span id="t_839" from="4841" to="4849" />
-    <span id="t_840" from="4850" to="4854" />
-    <span id="t_841" from="4855" to="4864" />
-    <span id="t_842" from="4865" to="4869" />
-    <span id="t_843" from="4869" to="4870" />
-    <span id="t_844" from="4871" to="4876" />
-    <span id="t_845" from="4877" to="4880" />
-    <span id="t_846" from="4881" to="4886" />
-    <span id="t_847" from="4887" to="4891" />
-    <span id="t_848" from="4892" to="4909" />
-    <span id="t_849" from="4909" to="4910" />
-    <span id="t_850" from="4911" to="4916" />
-    <span id="t_851" from="4917" to="4922" />
-    <span id="t_852" from="4923" to="4927" />
-    <span id="t_853" from="4928" to="4939" />
-    <span id="t_854" from="4940" to="4953" />
-    <span id="t_855" from="4954" to="4960" />
-    <span id="t_856" from="4960" to="4961" />
-    <span id="t_857" from="4962" to="4964" />
-    <span id="t_858" from="4965" to="4978" />
-    <span id="t_859" from="4979" to="4981" />
-    <span id="t_860" from="4982" to="4990" />
-    <span id="t_861" from="4991" to="4992" />
-    <span id="t_862" from="4993" to="4998" />
-    <span id="t_863" from="4999" to="5002" />
-    <span id="t_864" from="5003" to="5006" />
-    <span id="t_865" from="5007" to="5016" />
-    <span id="t_866" from="5017" to="5021" />
-    <span id="t_867" from="5022" to="5027" />
-    <span id="t_868" from="5028" to="5034" />
-    <span id="t_869" from="5035" to="5040" />
-    <span id="t_870" from="5040" to="5041" />
-    <span id="t_871" from="5042" to="5043" />
-    <span id="t_872" from="5043" to="5048" />
-    <span id="t_873" from="5049" to="5052" />
-    <span id="t_874" from="5053" to="5063" />
-    <span id="t_875" from="5064" to="5068" />
-    <span id="t_876" from="5069" to="5073" />
-    <span id="t_877" from="5074" to="5087" />
-    <span id="t_878" from="5087" to="5088" />
-    <span id="t_879" from="5089" to="5094" />
-    <span id="t_880" from="5095" to="5098" />
-    <span id="t_881" from="5099" to="5103" />
-    <span id="t_882" from="5104" to="5130" />
-    <span id="t_883" from="5131" to="5142" />
-    <span id="t_884" from="5142" to="5143" />
-    <span id="t_885" from="5143" to="5144" />
-    <span id="t_886" from="5145" to="5149" />
-    <span id="t_887" from="5150" to="5159" />
-    <span id="t_888" from="5160" to="5168" />
-    <span id="t_889" from="5168" to="5169" />
-    <span id="t_890" from="5170" to="5171" />
-    <span id="t_891" from="5171" to="5174" />
-    <span id="t_892" from="5175" to="5180" />
-    <span id="t_893" from="5181" to="5185" />
-    <span id="t_894" from="5186" to="5189" />
-    <span id="t_895" from="5190" to="5200" />
-    <span id="t_896" from="5201" to="5206" />
-    <span id="t_897" from="5207" to="5213" />
-    <span id="t_898" from="5214" to="5223" />
-    <span id="t_899" from="5224" to="5230" />
-    <span id="t_900" from="5230" to="5231" />
-    <span id="t_901" from="5232" to="5236" />
-    <span id="t_902" from="5237" to="5239" />
-    <span id="t_903" from="5240" to="5245" />
-    <span id="t_904" from="5246" to="5249" />
-    <span id="t_905" from="5250" to="5257" />
-    <span id="t_906" from="5257" to="5258" />
-    <span id="t_907" from="5259" to="5264" />
-    <span id="t_908" from="5265" to="5268" />
-    <span id="t_909" from="5269" to="5280" />
-    <span id="t_910" from="5281" to="5286" />
-    <span id="t_911" from="5287" to="5290" />
-    <span id="t_912" from="5291" to="5300" />
-    <span id="t_913" from="5301" to="5305" />
-    <span id="t_914" from="5306" to="5310" />
-    <span id="t_915" from="5311" to="5314" />
-    <span id="t_916" from="5315" to="5329" />
-    <span id="t_917" from="5330" to="5345" />
-    <span id="t_918" from="5346" to="5352" />
-    <span id="t_919" from="5353" to="5355" />
-    <span id="t_920" from="5356" to="5362" />
-    <span id="t_921" from="5362" to="5363" />
-    <span id="t_922" from="5363" to="5364" />
-    <span id="t_923" from="5365" to="5375" />
-    <span id="t_924" from="5376" to="5386" />
-    <span id="t_925" from="5387" to="5392" />
-    <span id="t_926" from="5393" to="5396" />
-    <span id="t_927" from="5397" to="5406" />
-    <span id="t_928" from="5407" to="5415" />
-    <span id="t_929" from="5416" to="5421" />
-    <span id="t_930" from="5422" to="5430" />
-    <span id="t_931" from="5430" to="5431" />
-    <span id="t_932" from="5432" to="5436" />
-    <span id="t_933" from="5437" to="5440" />
-    <span id="t_934" from="5441" to="5453" />
-    <span id="t_935" from="5454" to="5474" />
-    <span id="t_936" from="5475" to="5478" />
-    <span id="t_937" from="5479" to="5484" />
-    <span id="t_938" from="5485" to="5493" />
-    <span id="t_939" from="5494" to="5506" />
-    <span id="t_940" from="5506" to="5507" />
-    <span id="t_941" from="5508" to="5512" />
-    <span id="t_942" from="5513" to="5517" />
-    <span id="t_943" from="5518" to="5521" />
-    <span id="t_944" from="5522" to="5527" />
-    <span id="t_945" from="5528" to="5533" />
-    <span id="t_946" from="5534" to="5538" />
-    <span id="t_947" from="5539" to="5549" />
-    <span id="t_948" from="5550" to="5559" />
-    <span id="t_949" from="5560" to="5564" />
-    <span id="t_950" from="5565" to="5575" />
-    <span id="t_951" from="5576" to="5585" />
-    <span id="t_952" from="5586" to="5593" />
-    <span id="t_953" from="5593" to="5594" />
-    <span id="t_954" from="5595" to="5599" />
-    <span id="t_955" from="5600" to="5604" />
-    <span id="t_956" from="5605" to="5608" />
-    <span id="t_957" from="5609" to="5612" />
-    <span id="t_958" from="5613" to="5625" />
-    <span id="t_959" from="5626" to="5632" />
-    <span id="t_960" from="5633" to="5636" />
-    <span id="t_961" from="5637" to="5646" />
-    <span id="t_962" from="5647" to="5656" />
-    <span id="t_963" from="5657" to="5669" />
-    <span id="t_964" from="5670" to="5673" />
-    <span id="t_965" from="5674" to="5685" />
-    <span id="t_966" from="5686" to="5697" />
-    <span id="t_967" from="5698" to="5702" />
-    <span id="t_968" from="5703" to="5707" />
-    <span id="t_969" from="5708" to="5714" />
-    <span id="t_970" from="5715" to="5721" />
-    <span id="t_971" from="5722" to="5725" />
-    <span id="t_972" from="5726" to="5731" />
-    <span id="t_973" from="5732" to="5735" />
-    <span id="t_974" from="5736" to="5745" />
-    <span id="t_975" from="5746" to="5752" />
-    <span id="t_976" from="5753" to="5754" />
-    <span id="t_977" from="5755" to="5760" />
-    <span id="t_978" from="5761" to="5764" />
-    <span id="t_979" from="5765" to="5768" />
-    <span id="t_980" from="5769" to="5779" />
-    <span id="t_981" from="5779" to="5780" />
-    <span id="t_982" from="5781" to="5785" />
-    <span id="t_983" from="5786" to="5789" />
-    <span id="t_984" from="5790" to="5801" />
-    <span id="t_985" from="5802" to="5807" />
-    <span id="t_986" from="5808" to="5817" />
-    <span id="t_987" from="5817" to="5818" />
-    <span id="t_988" from="5819" to="5820" />
-    <span id="t_989" from="5820" to="5823" />
-    <span id="t_990" from="5824" to="5833" />
-    <span id="t_991" from="5833" to="5834" />
-    <span id="t_992" from="5835" to="5839" />
-    <span id="t_993" from="5840" to="5843" />
-    <span id="t_994" from="5844" to="5847" />
-    <span id="t_995" from="5848" to="5858" />
-    <span id="t_996" from="5859" to="5864" />
-    <span id="t_997" from="5865" to="5872" />
-    <span id="t_998" from="5873" to="5879" />
-    <span id="t_999" from="5880" to="5889" />
-    <span id="t_1000" from="5890" to="5896" />
-    <span id="t_1001" from="5897" to="5900" />
-    <span id="t_1002" from="5901" to="5909" />
-    <span id="t_1003" from="5910" to="5919" />
-    <span id="t_1004" from="5920" to="5925" />
-    <span id="t_1005" from="5925" to="5926" />
-    <span id="t_1006" from="5926" to="5927" />
-    <span id="t_1007" from="5928" to="5937" />
-    <span id="t_1008" from="5938" to="5941" />
-    <span id="t_1009" from="5941" to="5942" />
-    <span id="t_1010" from="5943" to="5944" />
-    <span id="t_1011" from="5944" to="5948" />
-    <span id="t_1012" from="5949" to="5952" />
-    <span id="t_1013" from="5953" to="5958" />
-    <span id="t_1014" from="5959" to="5965" />
-    <span id="t_1015" from="5966" to="5972" />
-    <span id="t_1016" from="5973" to="5976" />
-    <span id="t_1017" from="5977" to="5981" />
-    <span id="t_1018" from="5982" to="5992" />
-    <span id="t_1019" from="5993" to="6003" />
-    <span id="t_1020" from="6004" to="6012" />
-    <span id="t_1021" from="6013" to="6025" />
-    <span id="t_1022" from="6026" to="6027" />
-    <span id="t_1023" from="6028" to="6032" />
-    <span id="t_1024" from="6033" to="6037" />
-    <span id="t_1025" from="6038" to="6044" />
-    <span id="t_1026" from="6045" to="6052" />
-    <span id="t_1027" from="6053" to="6057" />
-    <span id="t_1028" from="6058" to="6063" />
-    <span id="t_1029" from="6063" to="6064" />
-    <span id="t_1030" from="6065" to="6067" />
-    <span id="t_1031" from="6068" to="6074" />
-    <span id="t_1032" from="6075" to="6079" />
-    <span id="t_1033" from="6080" to="6084" />
-    <span id="t_1034" from="6085" to="6088" />
-    <span id="t_1035" from="6089" to="6093" />
-    <span id="t_1036" from="6093" to="6094" />
-    <span id="t_1037" from="6095" to="6099" />
-    <span id="t_1038" from="6100" to="6103" />
-    <span id="t_1039" from="6104" to="6117" />
-    <span id="t_1040" from="6118" to="6120" />
-    <span id="t_1041" from="6121" to="6128" />
-    <span id="t_1042" from="6128" to="6129" />
-    <span id="t_1043" from="6130" to="6133" />
-    <span id="t_1044" from="6134" to="6137" />
-    <span id="t_1045" from="6138" to="6142" />
-    <span id="t_1046" from="6143" to="6148" />
-    <span id="t_1047" from="6149" to="6153" />
-    <span id="t_1048" from="6154" to="6162" />
-    <span id="t_1049" from="6162" to="6163" />
-    <span id="t_1050" from="6164" to="6168" />
-    <span id="t_1051" from="6169" to="6172" />
-    <span id="t_1052" from="6173" to="6178" />
-    <span id="t_1053" from="6178" to="6179" />
-    <span id="t_1054" from="6180" to="6183" />
-    <span id="t_1055" from="6184" to="6189" />
-    <span id="t_1056" from="6190" to="6193" />
-    <span id="t_1057" from="6194" to="6204" />
-    <span id="t_1058" from="6205" to="6207" />
-    <span id="t_1059" from="6208" to="6219" />
-    <span id="t_1060" from="6220" to="6227" />
-    <span id="t_1061" from="6228" to="6233" />
-    <span id="t_1062" from="6233" to="6234" />
-    <span id="t_1063" from="6235" to="6242" />
-    <span id="t_1064" from="6243" to="6247" />
-    <span id="t_1065" from="6248" to="6251" />
-    <span id="t_1066" from="6252" to="6266" />
-    <span id="t_1067" from="6267" to="6280" />
-    <span id="t_1068" from="6280" to="6281" />
-    <span id="t_1069" from="6282" to="6284" />
-    <span id="t_1070" from="6285" to="6287" />
-    <span id="t_1071" from="6288" to="6294" />
-    <span id="t_1072" from="6294" to="6295" />
-    <span id="t_1073" from="6296" to="6299" />
-    <span id="t_1074" from="6300" to="6304" />
-    <span id="t_1075" from="6305" to="6309" />
-    <span id="t_1076" from="6310" to="6321" />
-    <span id="t_1077" from="6321" to="6322" />
-    <span id="t_1078" from="6323" to="6330" />
-    <span id="t_1079" from="6331" to="6334" />
-    <span id="t_1080" from="6335" to="6340" />
-    <span id="t_1081" from="6341" to="6345" />
-    <span id="t_1082" from="6346" to="6355" />
-    <span id="t_1083" from="6355" to="6356" />
-    <span id="t_1084" from="6357" to="6361" />
-    <span id="t_1085" from="6362" to="6365" />
-    <span id="t_1086" from="6366" to="6370" />
-    <span id="t_1087" from="6371" to="6374" />
-    <span id="t_1088" from="6375" to="6381" />
-    <span id="t_1089" from="6382" to="6385" />
-    <span id="t_1090" from="6386" to="6389" />
-    <span id="t_1091" from="6390" to="6406" />
-    <span id="t_1092" from="6407" to="6412" />
-    <span id="t_1093" from="6413" to="6419" />
-    <span id="t_1094" from="6420" to="6430" />
-    <span id="t_1095" from="6430" to="6431" />
-    <span id="t_1096" from="6432" to="6436" />
-    <span id="t_1097" from="6437" to="6440" />
-    <span id="t_1098" from="6441" to="6453" />
-    <span id="t_1099" from="6454" to="6457" />
-    <span id="t_1100" from="6458" to="6463" />
-    <span id="t_1101" from="6464" to="6473" />
-    <span id="t_1102" from="6473" to="6474" />
-    <span id="t_1103" from="6474" to="6475" />
-    <span id="t_1104" from="6476" to="6481" />
-    <span id="t_1105" from="6482" to="6485" />
-    <span id="t_1106" from="6486" to="6502" />
-    <span id="t_1107" from="6503" to="6508" />
-    <span id="t_1108" from="6509" to="6517" />
-    <span id="t_1109" from="6518" to="6523" />
-    <span id="t_1110" from="6524" to="6533" />
-    <span id="t_1111" from="6534" to="6542" />
-    <span id="t_1112" from="6543" to="6548" />
-    <span id="t_1113" from="6549" to="6552" />
-    <span id="t_1114" from="6553" to="6556" />
-    <span id="t_1115" from="6557" to="6562" />
-    <span id="t_1116" from="6563" to="6566" />
-    <span id="t_1117" from="6567" to="6572" />
-    <span id="t_1118" from="6573" to="6582" />
-    <span id="t_1119" from="6583" to="6594" />
-    <span id="t_1120" from="6594" to="6595" />
-    <span id="t_1121" from="6596" to="6599" />
-    <span id="t_1122" from="6600" to="6602" />
-    <span id="t_1123" from="6603" to="6606" />
-    <span id="t_1124" from="6607" to="6614" />
-    <span id="t_1125" from="6615" to="6619" />
-    <span id="t_1126" from="6619" to="6620" />
-    <span id="t_1127" from="6621" to="6627" />
-    <span id="t_1128" from="6628" to="6638" />
-    <span id="t_1129" from="6639" to="6642" />
-    <span id="t_1130" from="6643" to="6647" />
-    <span id="t_1131" from="6648" to="6653" />
-    <span id="t_1132" from="6654" to="6662" />
-    <span id="t_1133" from="6663" to="6666" />
-    <span id="t_1134" from="6667" to="6675" />
-    <span id="t_1135" from="6676" to="6679" />
-    <span id="t_1136" from="6680" to="6686" />
-    <span id="t_1137" from="6687" to="6690" />
-    <span id="t_1138" from="6691" to="6708" />
-    <span id="t_1139" from="6708" to="6709" />
-    <span id="t_1140" from="6710" to="6713" />
-    <span id="t_1141" from="6714" to="6717" />
-    <span id="t_1142" from="6718" to="6727" />
-    <span id="t_1143" from="6728" to="6733" />
-    <span id="t_1144" from="6734" to="6738" />
-    <span id="t_1145" from="6739" to="6745" />
-    <span id="t_1146" from="6746" to="6752" />
-    <span id="t_1147" from="6753" to="6766" />
-    <span id="t_1148" from="6767" to="6770" />
-    <span id="t_1149" from="6770" to="6771" />
-    <span id="t_1150" from="6772" to="6775" />
-    <span id="t_1151" from="6776" to="6782" />
-    <span id="t_1152" from="6783" to="6791" />
-    <span id="t_1153" from="6792" to="6796" />
-    <span id="t_1154" from="6797" to="6803" />
-    <span id="t_1155" from="6804" to="6807" />
-    <span id="t_1156" from="6808" to="6820" />
-    <span id="t_1157" from="6821" to="6824" />
-    <span id="t_1158" from="6825" to="6831" />
-    <span id="t_1159" from="6832" to="6839" />
-    <span id="t_1160" from="6840" to="6841" />
-    <span id="t_1161" from="6841" to="6850" />
-    <span id="t_1162" from="6851" to="6867" />
-    <span id="t_1163" from="6867" to="6868" />
-    <span id="t_1164" from="6868" to="6869" />
-    <span id="t_1165" from="6870" to="6876" />
-    <span id="t_1166" from="6877" to="6884" />
-    <span id="t_1167" from="6885" to="6888" />
-    <span id="t_1168" from="6889" to="6893" />
-    <span id="t_1169" from="6894" to="6906" />
-    <span id="t_1170" from="6907" to="6913" />
-    <span id="t_1171" from="6913" to="6914" />
-    <span id="t_1172" from="6915" to="6922" />
-    <span id="t_1173" from="6923" to="6931" />
-    <span id="t_1174" from="6932" to="6937" />
-    <span id="t_1175" from="6938" to="6941" />
-    <span id="t_1176" from="6942" to="6958" />
-    <span id="t_1177" from="6959" to="6961" />
-    <span id="t_1178" from="6962" to="6973" />
-    <span id="t_1179" from="6974" to="6987" />
-    <span id="t_1180" from="6987" to="6988" />
-    <span id="t_1181" from="6989" to="6999" />
-    <span id="t_1182" from="7000" to="7003" />
-    <span id="t_1183" from="7004" to="7010" />
-    <span id="t_1184" from="7011" to="7026" />
-    <span id="t_1185" from="7027" to="7032" />
-    <span id="t_1186" from="7032" to="7033" />
-    <span id="t_1187" from="7034" to="7038" />
-    <span id="t_1188" from="7039" to="7057" />
-    <span id="t_1189" from="7058" to="7066" />
-    <span id="t_1190" from="7067" to="7072" />
-    <span id="t_1191" from="7073" to="7076" />
-    <span id="t_1192" from="7077" to="7082" />
-    <span id="t_1193" from="7083" to="7088" />
-    <span id="t_1194" from="7089" to="7093" />
-    <span id="t_1195" from="7094" to="7098" />
-    <span id="t_1196" from="7099" to="7104" />
-    <span id="t_1197" from="7105" to="7112" />
-    <span id="t_1198" from="7113" to="7122" />
-    <span id="t_1199" from="7122" to="7123" />
-    <span id="t_1200" from="7124" to="7129" />
-    <span id="t_1201" from="7130" to="7135" />
-    <span id="t_1202" from="7136" to="7138" />
-    <span id="t_1203" from="7139" to="7143" />
-    <span id="t_1204" from="7144" to="7147" />
-    <span id="t_1205" from="7148" to="7151" />
-    <span id="t_1206" from="7152" to="7161" />
-    <span id="t_1207" from="7162" to="7166" />
-    <span id="t_1208" from="7167" to="7169" />
-    <span id="t_1209" from="7170" to="7178" />
-    <span id="t_1210" from="7178" to="7179" />
-    <span id="t_1211" from="7180" to="7183" />
-    <span id="t_1212" from="7184" to="7188" />
-    <span id="t_1213" from="7189" to="7191" />
-    <span id="t_1214" from="7192" to="7197" />
-    <span id="t_1215" from="7198" to="7207" />
-    <span id="t_1216" from="7208" to="7219" />
-    <span id="t_1217" from="7220" to="7222" />
-    <span id="t_1218" from="7223" to="7231" />
-    <span id="t_1219" from="7232" to="7235" />
-    <span id="t_1220" from="7236" to="7248" />
-    <span id="t_1221" from="7249" to="7262" />
-    <span id="t_1222" from="7263" to="7268" />
-    <span id="t_1223" from="7269" to="7281" />
-    <span id="t_1224" from="7282" to="7286" />
-    <span id="t_1225" from="7287" to="7289" />
-    <span id="t_1226" from="7290" to="7295" />
-    <span id="t_1227" from="7296" to="7299" />
-    <span id="t_1228" from="7300" to="7310" />
-    <span id="t_1229" from="7311" to="7313" />
-    <span id="t_1230" from="7314" to="7322" />
-    <span id="t_1231" from="7323" to="7330" />
-    <span id="t_1232" from="7331" to="7335" />
-    <span id="t_1233" from="7335" to="7336" />
-    <span id="t_1234" from="7337" to="7340" />
-    <span id="t_1235" from="7341" to="7346" />
-    <span id="t_1236" from="7347" to="7353" />
-    <span id="t_1237" from="7354" to="7356" />
-    <span id="t_1238" from="7357" to="7360" />
-    <span id="t_1239" from="7361" to="7367" />
-    <span id="t_1240" from="7368" to="7371" />
-    <span id="t_1241" from="7372" to="7376" />
-    <span id="t_1242" from="7377" to="7380" />
-    <span id="t_1243" from="7381" to="7384" />
-    <span id="t_1244" from="7385" to="7392" />
-    <span id="t_1245" from="7393" to="7401" />
-    <span id="t_1246" from="7402" to="7408" />
-    <span id="t_1247" from="7408" to="7409" />
-    <span id="t_1248" from="7410" to="7414" />
-    <span id="t_1249" from="7415" to="7420" />
-    <span id="t_1250" from="7421" to="7426" />
-    <span id="t_1251" from="7427" to="7433" />
-    <span id="t_1252" from="7434" to="7436" />
-    <span id="t_1253" from="7436" to="7437" />
-    <span id="t_1254" from="7438" to="7441" />
-    <span id="t_1255" from="7442" to="7449" />
-    <span id="t_1256" from="7450" to="7456" />
-    <span id="t_1257" from="7457" to="7467" />
-    <span id="t_1258" from="7468" to="7472" />
-    <span id="t_1259" from="7473" to="7484" />
-    <span id="t_1260" from="7484" to="7485" />
-    <span id="t_1261" from="7486" to="7494" />
-    <span id="t_1262" from="7495" to="7499" />
-    <span id="t_1263" from="7500" to="7513" />
-    <span id="t_1264" from="7513" to="7514" />
-    <span id="t_1265" from="7515" to="7537" />
-    <span id="t_1266" from="7538" to="7546" />
-    <span id="t_1267" from="7547" to="7552" />
-    <span id="t_1268" from="7553" to="7554" />
-    <span id="t_1269" from="7554" to="7557" />
-    <span id="t_1270" from="7557" to="7558" />
-    <span id="t_1271" from="7559" to="7563" />
-    <span id="t_1272" from="7564" to="7568" />
-    <span id="t_1273" from="7568" to="7569" />
-    <span id="t_1274" from="7570" to="7571" />
-    <span id="t_1275" from="7571" to="7574" />
-    <span id="t_1276" from="7575" to="7581" />
-    <span id="t_1277" from="7582" to="7585" />
-    <span id="t_1278" from="7586" to="7597" />
-    <span id="t_1279" from="7598" to="7601" />
-    <span id="t_1280" from="7602" to="7607" />
-    <span id="t_1281" from="7608" to="7610" />
-    <span id="t_1282" from="7611" to="7617" />
-    <span id="t_1283" from="7618" to="7622" />
-    <span id="t_1284" from="7623" to="7625" />
-    <span id="t_1285" from="7625" to="7626" />
-    <span id="t_1286" from="7627" to="7631" />
-    <span id="t_1287" from="7632" to="7634" />
-    <span id="t_1288" from="7635" to="7638" />
-    <span id="t_1289" from="7639" to="7646" />
-    <span id="t_1290" from="7647" to="7651" />
-    <span id="t_1291" from="7651" to="7652" />
-    <span id="t_1292" from="7653" to="7666" />
-    <span id="t_1293" from="7667" to="7670" />
-    <span id="t_1294" from="7671" to="7680" />
-    <span id="t_1295" from="7681" to="7691" />
-    <span id="t_1296" from="7692" to="7694" />
-    <span id="t_1297" from="7695" to="7703" />
-    <span id="t_1298" from="7704" to="7711" />
-    <span id="t_1299" from="7712" to="7714" />
-    <span id="t_1300" from="7715" to="7725" />
-    <span id="t_1301" from="7725" to="7726" />
-    <span id="t_1302" from="7726" to="7727" />
-    <span id="t_1303" from="7728" to="7731" />
-    <span id="t_1304" from="7732" to="7736" />
-    <span id="t_1305" from="7737" to="7744" />
-    <span id="t_1306" from="7745" to="7749" />
-    <span id="t_1307" from="7750" to="7756" />
-    <span id="t_1308" from="7757" to="7759" />
-    <span id="t_1309" from="7760" to="7766" />
-    <span id="t_1310" from="7767" to="7780" />
-    <span id="t_1311" from="7780" to="7781" />
-    <span id="t_1312" from="7782" to="7786" />
-    <span id="t_1313" from="7787" to="7789" />
-    <span id="t_1314" from="7790" to="7809" />
-    <span id="t_1315" from="7809" to="7810" />
-    <span id="t_1316" from="7811" to="7813" />
-    <span id="t_1317" from="7814" to="7821" />
-    <span id="t_1318" from="7822" to="7826" />
-    <span id="t_1319" from="7827" to="7829" />
-    <span id="t_1320" from="7830" to="7841" />
-    <span id="t_1321" from="7842" to="7855" />
-    <span id="t_1322" from="7856" to="7862" />
-    <span id="t_1323" from="7863" to="7868" />
-    <span id="t_1324" from="7869" to="7872" />
-    <span id="t_1325" from="7873" to="7879" />
-    <span id="t_1326" from="7880" to="7883" />
-    <span id="t_1327" from="7884" to="7894" />
-    <span id="t_1328" from="7895" to="7901" />
-    <span id="t_1329" from="7901" to="7902" />
-    <span id="t_1330" from="7903" to="7905" />
-    <span id="t_1331" from="7906" to="7911" />
-    <span id="t_1332" from="7911" to="7912" />
-    <span id="t_1333" from="7913" to="7918" />
-    <span id="t_1334" from="7919" to="7923" />
-    <span id="t_1335" from="7924" to="7927" />
-    <span id="t_1336" from="7928" to="7941" />
-    <span id="t_1337" from="7942" to="7950" />
-    <span id="t_1338" from="7951" to="7954" />
-    <span id="t_1339" from="7955" to="7966" />
-    <span id="t_1340" from="7967" to="7970" />
-    <span id="t_1341" from="7971" to="7974" />
-    <span id="t_1342" from="7975" to="7990" />
-    <span id="t_1343" from="7991" to="7994" />
-    <span id="t_1344" from="7995" to="8006" />
-    <span id="t_1345" from="8006" to="8007" />
-    <span id="t_1346" from="8008" to="8011" />
-    <span id="t_1347" from="8012" to="8017" />
-    <span id="t_1348" from="8018" to="8021" />
-    <span id="t_1349" from="8022" to="8027" />
-    <span id="t_1350" from="8028" to="8035" />
-    <span id="t_1351" from="8036" to="8039" />
-    <span id="t_1352" from="8040" to="8042" />
-    <span id="t_1353" from="8043" to="8052" />
-    <span id="t_1354" from="8053" to="8057" />
-    <span id="t_1355" from="8058" to="8062" />
-    <span id="t_1356" from="8063" to="8074" />
-    <span id="t_1357" from="8075" to="8078" />
-    <span id="t_1358" from="8079" to="8085" />
-    <span id="t_1359" from="8086" to="8088" />
-    <span id="t_1360" from="8089" to="8096" />
-    <span id="t_1361" from="8096" to="8097" />
-    <span id="t_1362" from="8098" to="8102" />
-    <span id="t_1363" from="8103" to="8111" />
-    <span id="t_1364" from="8112" to="8115" />
-    <span id="t_1365" from="8116" to="8142" />
-    <span id="t_1366" from="8143" to="8149" />
-    <span id="t_1367" from="8150" to="8156" />
-    <span id="t_1368" from="8157" to="8160" />
-    <span id="t_1369" from="8161" to="8166" />
-    <span id="t_1370" from="8167" to="8176" />
-    <span id="t_1371" from="8177" to="8184" />
-    <span id="t_1372" from="8185" to="8191" />
-    <span id="t_1373" from="8191" to="8192" />
-    <span id="t_1374" from="8193" to="8198" />
-    <span id="t_1375" from="8199" to="8202" />
-    <span id="t_1376" from="8203" to="8216" />
-    <span id="t_1377" from="8217" to="8222" />
-    <span id="t_1378" from="8223" to="8229" />
-    <span id="t_1379" from="8230" to="8235" />
-    <span id="t_1380" from="8236" to="8246" />
-    <span id="t_1381" from="8246" to="8247" />
-    <span id="t_1382" from="8248" to="8255" />
-    <span id="t_1383" from="8256" to="8258" />
-    <span id="t_1384" from="8259" to="8262" />
-    <span id="t_1385" from="8263" to="8272" />
-    <span id="t_1386" from="8273" to="8279" />
-    <span id="t_1387" from="8280" to="8285" />
-    <span id="t_1388" from="8286" to="8288" />
-    <span id="t_1389" from="8289" to="8292" />
-    <span id="t_1390" from="8293" to="8313" />
-    <span id="t_1391" from="8314" to="8320" />
-    <span id="t_1392" from="8321" to="8325" />
-    <span id="t_1393" from="8326" to="8331" />
-    <span id="t_1394" from="8332" to="8336" />
-    <span id="t_1395" from="8336" to="8337" />
-    <span id="t_1396" from="8338" to="8345" />
-    <span id="t_1397" from="8346" to="8349" />
-    <span id="t_1398" from="8349" to="8350" />
-    <span id="t_1399" from="8351" to="8355" />
-    <span id="t_1400" from="8356" to="8359" />
-    <span id="t_1401" from="8360" to="8372" />
-    <span id="t_1402" from="8373" to="8396" />
-    <span id="t_1403" from="8397" to="8401" />
-    <span id="t_1404" from="8402" to="8405" />
-    <span id="t_1405" from="8406" to="8413" />
-    <span id="t_1406" from="8414" to="8417" />
-    <span id="t_1407" from="8418" to="8429" />
-    <span id="t_1408" from="8430" to="8441" />
-    <span id="t_1409" from="8442" to="8446" />
-    <span id="t_1410" from="8446" to="8447" />
-    <span id="t_1411" from="8448" to="8451" />
-    <span id="t_1412" from="8452" to="8456" />
-    <span id="t_1413" from="8457" to="8462" />
-    <span id="t_1414" from="8463" to="8470" />
-    <span id="t_1415" from="8471" to="8474" />
-    <span id="t_1416" from="8475" to="8481" />
-    <span id="t_1417" from="8482" to="8485" />
-    <span id="t_1418" from="8486" to="8503" />
-    <span id="t_1419" from="8504" to="8509" />
-    <span id="t_1420" from="8510" to="8520" />
-    <span id="t_1421" from="8521" to="8524" />
-    <span id="t_1422" from="8525" to="8529" />
-    <span id="t_1423" from="8530" to="8533" />
-    <span id="t_1424" from="8534" to="8541" />
-    <span id="t_1425" from="8542" to="8556" />
-    <span id="t_1426" from="8557" to="8561" />
-    <span id="t_1427" from="8561" to="8562" />
-    <span id="t_1428" from="8563" to="8565" />
-    <span id="t_1429" from="8566" to="8582" />
-    <span id="t_1430" from="8583" to="8586" />
-    <span id="t_1431" from="8587" to="8593" />
-    <span id="t_1432" from="8594" to="8601" />
-    <span id="t_1433" from="8602" to="8606" />
-    <span id="t_1434" from="8607" to="8612" />
-    <span id="t_1435" from="8613" to="8617" />
-    <span id="t_1436" from="8618" to="8628" />
-    <span id="t_1437" from="8629" to="8632" />
-    <span id="t_1438" from="8633" to="8647" />
-    <span id="t_1439" from="8648" to="8651" />
-    <span id="t_1440" from="8652" to="8654" />
-    <span id="t_1441" from="8655" to="8658" />
-    <span id="t_1442" from="8659" to="8663" />
-    <span id="t_1443" from="8664" to="8667" />
-    <span id="t_1444" from="8668" to="8681" />
-    <span id="t_1445" from="8682" to="8695" />
-    <span id="t_1446" from="8695" to="8696" />
-    <span id="t_1447" from="8697" to="8699" />
-    <span id="t_1448" from="8700" to="8712" />
-    <span id="t_1449" from="8713" to="8717" />
-    <span id="t_1450" from="8718" to="8722" />
-    <span id="t_1451" from="8723" to="8727" />
-    <span id="t_1452" from="8728" to="8735" />
-    <span id="t_1453" from="8736" to="8742" />
-    <span id="t_1454" from="8743" to="8749" />
-    <span id="t_1455" from="8749" to="8750" />
-    <span id="t_1456" from="8751" to="8754" />
-    <span id="t_1457" from="8755" to="8760" />
-    <span id="t_1458" from="8761" to="8765" />
-    <span id="t_1459" from="8766" to="8771" />
-    <span id="t_1460" from="8772" to="8779" />
-    <span id="t_1461" from="8780" to="8783" />
-    <span id="t_1462" from="8784" to="8798" />
-    <span id="t_1463" from="8799" to="8807" />
-    <span id="t_1464" from="8807" to="8808" />
-    <span id="t_1465" from="8809" to="8814" />
-    <span id="t_1466" from="8815" to="8817" />
-    <span id="t_1467" from="8817" to="8818" />
-    <span id="t_1468" from="8819" to="8824" />
-    <span id="t_1469" from="8825" to="8830" />
-    <span id="t_1470" from="8831" to="8834" />
-    <span id="t_1471" from="8835" to="8843" />
-    <span id="t_1472" from="8844" to="8853" />
-    <span id="t_1473" from="8854" to="8862" />
-    <span id="t_1474" from="8863" to="8868" />
-    <span id="t_1475" from="8869" to="8871" />
-    <span id="t_1476" from="8872" to="8875" />
-    <span id="t_1477" from="8876" to="8881" />
-    <span id="t_1478" from="8882" to="8887" />
-    <span id="t_1479" from="8888" to="8901" />
-    <span id="t_1480" from="8902" to="8903" />
-    <span id="t_1481" from="8904" to="8907" />
-    <span id="t_1482" from="8908" to="8913" />
-    <span id="t_1483" from="8913" to="8914" />
-    <span id="t_1484" from="8915" to="8919" />
-    <span id="t_1485" from="8920" to="8923" />
-    <span id="t_1486" from="8924" to="8928" />
-    <span id="t_1487" from="8929" to="8935" />
-    <span id="t_1488" from="8936" to="8939" />
-    <span id="t_1489" from="8940" to="8947" />
-    <span id="t_1490" from="8948" to="8952" />
-    <span id="t_1491" from="8953" to="8960" />
-    <span id="t_1492" from="8961" to="8971" />
-    <span id="t_1493" from="8972" to="8980" />
-    <span id="t_1494" from="8981" to="8991" />
-    <span id="t_1495" from="8992" to="8996" />
-    <span id="t_1496" from="8996" to="8997" />
-    <span id="t_1497" from="8998" to="9000" />
-    <span id="t_1498" from="9001" to="9004" />
-    <span id="t_1499" from="9005" to="9011" />
-    <span id="t_1500" from="9011" to="9012" />
-    <span id="t_1501" from="9013" to="9016" />
-    <span id="t_1502" from="9017" to="9020" />
-    <span id="t_1503" from="9021" to="9023" />
-    <span id="t_1504" from="9024" to="9030" />
-    <span id="t_1505" from="9031" to="9040" />
-    <span id="t_1506" from="9041" to="9050" />
-    <span id="t_1507" from="9051" to="9056" />
-    <span id="t_1508" from="9056" to="9057" />
-    <span id="t_1509" from="9058" to="9066" />
-    <span id="t_1510" from="9067" to="9070" />
-    <span id="t_1511" from="9070" to="9071" />
-    <span id="t_1512" from="9072" to="9073" />
-    <span id="t_1513" from="9073" to="9078" />
-    <span id="t_1514" from="9079" to="9085" />
-    <span id="t_1515" from="9086" to="9088" />
-    <span id="t_1516" from="9089" to="9098" />
-    <span id="t_1517" from="9099" to="9101" />
-    <span id="t_1518" from="9102" to="9105" />
-    <span id="t_1519" from="9106" to="9115" />
-    <span id="t_1520" from="9115" to="9116" />
-    <span id="t_1521" from="9117" to="9125" />
-    <span id="t_1522" from="9126" to="9135" />
-    <span id="t_1523" from="9136" to="9141" />
-    <span id="t_1524" from="9142" to="9144" />
-    <span id="t_1525" from="9145" to="9153" />
-    <span id="t_1526" from="9153" to="9154" />
-    <span id="t_1527" from="9155" to="9159" />
-    <span id="t_1528" from="9160" to="9163" />
-    <span id="t_1529" from="9164" to="9170" />
-    <span id="t_1530" from="9171" to="9174" />
-    <span id="t_1531" from="9175" to="9183" />
-    <span id="t_1532" from="9184" to="9190" />
-    <span id="t_1533" from="9191" to="9192" />
-    <span id="t_1534" from="9193" to="9196" />
-    <span id="t_1535" from="9197" to="9203" />
-    <span id="t_1536" from="9203" to="9204" />
-    <span id="t_1537" from="9205" to="9208" />
-    <span id="t_1538" from="9209" to="9213" />
-    <span id="t_1539" from="9214" to="9225" />
-    <span id="t_1540" from="9226" to="9230" />
-    <span id="t_1541" from="9231" to="9234" />
-    <span id="t_1542" from="9235" to="9238" />
-    <span id="t_1543" from="9239" to="9242" />
-    <span id="t_1544" from="9243" to="9265" />
-    <span id="t_1545" from="9266" to="9272" />
-    <span id="t_1546" from="9272" to="9273" />
-    <span id="t_1547" from="9274" to="9279" />
-    <span id="t_1548" from="9280" to="9289" />
-    <span id="t_1549" from="9290" to="9298" />
-    <span id="t_1550" from="9299" to="9303" />
-    <span id="t_1551" from="9304" to="9308" />
-    <span id="t_1552" from="9309" to="9312" />
-    <span id="t_1553" from="9313" to="9330" />
-    <span id="t_1554" from="9330" to="9331" />
-    <span id="t_1555" from="9332" to="9337" />
-    <span id="t_1556" from="9338" to="9344" />
-    <span id="t_1557" from="9345" to="9348" />
-    <span id="t_1558" from="9349" to="9352" />
-    <span id="t_1559" from="9353" to="9363" />
-    <span id="t_1560" from="9364" to="9367" />
-    <span id="t_1561" from="9368" to="9371" />
-    <span id="t_1562" from="9372" to="9375" />
-    <span id="t_1563" from="9376" to="9382" />
-    <span id="t_1564" from="9383" to="9392" />
-    <span id="t_1565" from="9393" to="9395" />
-    <span id="t_1566" from="9396" to="9399" />
-    <span id="t_1567" from="9400" to="9412" />
-    <span id="t_1568" from="9412" to="9413" />
-    <span id="t_1569" from="9414" to="9424" />
-    <span id="t_1570" from="9425" to="9430" />
-    <span id="t_1571" from="9430" to="9431" />
-    <span id="t_1572" from="9432" to="9435" />
-    <span id="t_1573" from="9436" to="9439" />
-    <span id="t_1574" from="9440" to="9442" />
-    <span id="t_1575" from="9443" to="9447" />
-    <span id="t_1576" from="9448" to="9452" />
-    <span id="t_1577" from="9453" to="9459" />
-    <span id="t_1578" from="9460" to="9464" />
-    <span id="t_1579" from="9464" to="9465" />
-    <span id="t_1580" from="9466" to="9469" />
-    <span id="t_1581" from="9470" to="9474" />
-    <span id="t_1582" from="9475" to="9479" />
-    <span id="t_1583" from="9480" to="9490" />
-    <span id="t_1584" from="9491" to="9500" />
-    <span id="t_1585" from="9500" to="9501" />
-    <span id="t_1586" from="9502" to="9505" />
-    <span id="t_1587" from="9506" to="9512" />
-    <span id="t_1588" from="9513" to="9523" />
-    <span id="t_1589" from="9524" to="9529" />
-    <span id="t_1590" from="9530" to="9533" />
-    <span id="t_1591" from="9534" to="9538" />
-    <span id="t_1592" from="9538" to="9539" />
-    <span id="t_1593" from="9540" to="9554" />
-    <span id="t_1594" from="9555" to="9561" />
-    <span id="t_1595" from="9562" to="9564" />
-    <span id="t_1596" from="9565" to="9571" />
-    <span id="t_1597" from="9571" to="9572" />
-    <span id="t_1598" from="9573" to="9576" />
-    <span id="t_1599" from="9577" to="9582" />
-    <span id="t_1600" from="9583" to="9588" />
-    <span id="t_1601" from="9589" to="9594" />
-    <span id="t_1602" from="9595" to="9599" />
-    <span id="t_1603" from="9600" to="9603" />
-    <span id="t_1604" from="9604" to="9609" />
-    <span id="t_1605" from="9610" to="9612" />
-    <span id="t_1606" from="9613" to="9620" />
-    <span id="t_1607" from="9620" to="9621" />
-    <span id="t_1608" from="9622" to="9627" />
-    <span id="t_1609" from="9628" to="9632" />
-    <span id="t_1610" from="9633" to="9636" />
-    <span id="t_1611" from="9636" to="9637" />
-    <span id="t_1612" from="9638" to="9641" />
-    <span id="t_1613" from="9642" to="9648" />
-    <span id="t_1614" from="9649" to="9654" />
-    <span id="t_1615" from="9655" to="9660" />
-    <span id="t_1616" from="9661" to="9666" />
-    <span id="t_1617" from="9667" to="9672" />
-    <span id="t_1618" from="9673" to="9679" />
-    <span id="t_1619" from="9680" to="9683" />
-    <span id="t_1620" from="9683" to="9684" />
-    <span id="t_1621" from="9685" to="9691" />
-    <span id="t_1622" from="9692" to="9698" />
-    <span id="t_1623" from="9698" to="9699" />
-    <span id="t_1624" from="9700" to="9704" />
-    <span id="t_1625" from="9705" to="9713" />
-    <span id="t_1626" from="9714" to="9719" />
-    <span id="t_1627" from="9719" to="9720" />
-    <span id="t_1628" from="9721" to="9726" />
-    <span id="t_1629" from="9727" to="9730" />
-    <span id="t_1630" from="9731" to="9734" />
-    <span id="t_1631" from="9735" to="9740" />
-    <span id="t_1632" from="9741" to="9746" />
-    <span id="t_1633" from="9746" to="9747" />
-    <span id="t_1634" from="9748" to="9751" />
-    <span id="t_1635" from="9752" to="9755" />
-    <span id="t_1636" from="9756" to="9761" />
-    <span id="t_1637" from="9762" to="9765" />
-    <span id="t_1638" from="9766" to="9772" />
-    <span id="t_1639" from="9773" to="9778" />
-    <span id="t_1640" from="9779" to="9787" />
-    <span id="t_1641" from="9788" to="9791" />
-    <span id="t_1642" from="9792" to="9798" />
-    <span id="t_1643" from="9799" to="9802" />
-    <span id="t_1644" from="9802" to="9803" />
-    <span id="t_1645" from="9804" to="9807" />
-    <span id="t_1646" from="9808" to="9812" />
-    <span id="t_1647" from="9813" to="9818" />
-    <span id="t_1648" from="9819" to="9834" />
-    <span id="t_1649" from="9835" to="9838" />
-    <span id="t_1650" from="9839" to="9844" />
-    <span id="t_1651" from="9845" to="9849" />
-    <span id="t_1652" from="9850" to="9855" />
-    <span id="t_1653" from="9856" to="9858" />
-    <span id="t_1654" from="9859" to="9863" />
-    <span id="t_1655" from="9863" to="9864" />
-    <span id="t_1656" from="9864" to="9865" />
-    <span id="t_1657" from="9866" to="9867" />
-    <span id="t_1658" from="9867" to="9870" />
-    <span id="t_1659" from="9871" to="9875" />
-    <span id="t_1660" from="9876" to="9879" />
-    <span id="t_1661" from="9880" to="9884" />
-    <span id="t_1662" from="9885" to="9890" />
-    <span id="t_1663" from="9891" to="9904" />
-    <span id="t_1664" from="9905" to="9908" />
-    <span id="t_1665" from="9909" to="9914" />
-    <span id="t_1666" from="9915" to="9919" />
-    <span id="t_1667" from="9920" to="9925" />
-    <span id="t_1668" from="9926" to="9930" />
-    <span id="t_1669" from="9930" to="9931" />
-    <span id="t_1670" from="9931" to="9932" />
-    <span id="t_1671" from="9933" to="9942" />
-    <span id="t_1672" from="9943" to="9951" />
-    <span id="t_1673" from="9952" to="9956" />
-    <span id="t_1674" from="9957" to="9964" />
-    <span id="t_1675" from="9964" to="9965" />
-    <span id="t_1676" from="9966" to="9969" />
-    <span id="t_1677" from="9970" to="9976" />
-    <span id="t_1678" from="9977" to="9984" />
-    <span id="t_1679" from="9985" to="9991" />
-    <span id="t_1680" from="9991" to="9992" />
-    <span id="t_1681" from="9993" to="9998" />
-    <span id="t_1682" from="9998" to="9999" />
-    <span id="t_1683" from="10000" to="10001" />
-    <span id="t_1684" from="10001" to="10005" />
-    <span id="t_1685" from="10006" to="10011" />
-    <span id="t_1686" from="10012" to="10018" />
-    <span id="t_1687" from="10019" to="10023" />
-    <span id="t_1688" from="10024" to="10027" />
-    <span id="t_1689" from="10028" to="10043" />
-    <span id="t_1690" from="10044" to="10049" />
-    <span id="t_1691" from="10050" to="10057" />
-    <span id="t_1692" from="10058" to="10061" />
-    <span id="t_1693" from="10062" to="10072" />
-    <span id="t_1694" from="10073" to="10076" />
-    <span id="t_1695" from="10077" to="10082" />
-    <span id="t_1696" from="10083" to="10092" />
-    <span id="t_1697" from="10093" to="10104" />
-    <span id="t_1698" from="10105" to="10115" />
-    <span id="t_1699" from="10115" to="10116" />
-    <span id="t_1700" from="10117" to="10122" />
-    <span id="t_1701" from="10123" to="10133" />
-    <span id="t_1702" from="10134" to="10138" />
-    <span id="t_1703" from="10139" to="10142" />
-    <span id="t_1704" from="10143" to="10149" />
-    <span id="t_1705" from="10150" to="10155" />
-    <span id="t_1706" from="10156" to="10161" />
-    <span id="t_1707" from="10161" to="10162" />
-    <span id="t_1708" from="10163" to="10168" />
-    <span id="t_1709" from="10169" to="10172" />
-    <span id="t_1710" from="10173" to="10178" />
-    <span id="t_1711" from="10179" to="10182" />
-    <span id="t_1712" from="10183" to="10190" />
-    <span id="t_1713" from="10191" to="10194" />
-    <span id="t_1714" from="10195" to="10204" />
-    <span id="t_1715" from="10205" to="10209" />
-    <span id="t_1716" from="10210" to="10218" />
-    <span id="t_1717" from="10219" to="10223" />
-    <span id="t_1718" from="10223" to="10224" />
-    <span id="t_1719" from="10225" to="10228" />
-    <span id="t_1720" from="10229" to="10232" />
-    <span id="t_1721" from="10233" to="10241" />
-    <span id="t_1722" from="10242" to="10245" />
-    <span id="t_1723" from="10246" to="10256" />
-    <span id="t_1724" from="10257" to="10260" />
-    <span id="t_1725" from="10261" to="10266" />
-    <span id="t_1726" from="10267" to="10271" />
-    <span id="t_1727" from="10272" to="10274" />
-    <span id="t_1728" from="10275" to="10279" />
-    <span id="t_1729" from="10280" to="10285" />
-    <span id="t_1730" from="10285" to="10286" />
-    <span id="t_1731" from="10286" to="10287" />
-    <span id="t_1732" from="10288" to="10291" />
-    <span id="t_1733" from="10292" to="10299" />
-    <span id="t_1734" from="10300" to="10313" />
-    <span id="t_1735" from="10314" to="10322" />
-    <span id="t_1736" from="10323" to="10330" />
-    <span id="t_1737" from="10331" to="10336" />
-    <span id="t_1738" from="10337" to="10345" />
-    <span id="t_1739" from="10346" to="10349" />
-    <span id="t_1740" from="10350" to="10359" />
-    <span id="t_1741" from="10360" to="10368" />
-    <span id="t_1742" from="10369" to="10372" />
-    <span id="t_1743" from="10373" to="10380" />
-    <span id="t_1744" from="10381" to="10387" />
-    <span id="t_1745" from="10388" to="10399" />
-    <span id="t_1746" from="10399" to="10400" />
-    <span id="t_1747" from="10401" to="10404" />
-    <span id="t_1748" from="10405" to="10408" />
-    <span id="t_1749" from="10409" to="10414" />
-    <span id="t_1750" from="10415" to="10418" />
-    <span id="t_1751" from="10419" to="10428" />
-    <span id="t_1752" from="10429" to="10440" />
-    <span id="t_1753" from="10441" to="10446" />
-    <span id="t_1754" from="10447" to="10451" />
-    <span id="t_1755" from="10452" to="10458" />
-    <span id="t_1756" from="10459" to="10462" />
-    <span id="t_1757" from="10463" to="10473" />
-    <span id="t_1758" from="10474" to="10476" />
-    <span id="t_1759" from="10477" to="10482" />
-    <span id="t_1760" from="10483" to="10489" />
-    <span id="t_1761" from="10490" to="10493" />
-    <span id="t_1762" from="10493" to="10494" />
-    <span id="t_1763" from="10495" to="10496" />
-    <span id="t_1764" from="10496" to="10499" />
-    <span id="t_1765" from="10500" to="10505" />
-    <span id="t_1766" from="10506" to="10511" />
-    <span id="t_1767" from="10511" to="10512" />
-    <span id="t_1768" from="10513" to="10516" />
-    <span id="t_1769" from="10517" to="10520" />
-    <span id="t_1770" from="10521" to="10526" />
-    <span id="t_1771" from="10526" to="10527" />
-    <span id="t_1772" from="10528" to="10531" />
-    <span id="t_1773" from="10532" to="10535" />
-    <span id="t_1774" from="10536" to="10545" />
-    <span id="t_1775" from="10545" to="10546" />
-    <span id="t_1776" from="10547" to="10551" />
-    <span id="t_1777" from="10552" to="10554" />
-    <span id="t_1778" from="10555" to="10559" />
-    <span id="t_1779" from="10560" to="10565" />
-    <span id="t_1780" from="10566" to="10570" />
-    <span id="t_1781" from="10571" to="10574" />
-    <span id="t_1782" from="10575" to="10585" />
-    <span id="t_1783" from="10586" to="10590" />
-    <span id="t_1784" from="10591" to="10593" />
-    <span id="t_1785" from="10594" to="10597" />
-    <span id="t_1786" from="10597" to="10598" />
-    <span id="t_1787" from="10599" to="10601" />
-    <span id="t_1788" from="10602" to="10605" />
-    <span id="t_1789" from="10606" to="10609" />
-    <span id="t_1790" from="10610" to="10617" />
-    <span id="t_1791" from="10618" to="10624" />
-    <span id="t_1792" from="10624" to="10625" />
-    <span id="t_1793" from="10626" to="10630" />
-    <span id="t_1794" from="10631" to="10637" />
-    <span id="t_1795" from="10638" to="10644" />
-    <span id="t_1796" from="10645" to="10648" />
-    <span id="t_1797" from="10649" to="10656" />
-    <span id="t_1798" from="10657" to="10662" />
-    <span id="t_1799" from="10662" to="10663" />
-    <span id="t_1800" from="10663" to="10664" />
-    <span id="t_1801" from="10665" to="10669" />
-    <span id="t_1802" from="10670" to="10673" />
-    <span id="t_1803" from="10673" to="10674" />
-    <span id="t_1804" from="10675" to="10676" />
-    <span id="t_1805" from="10676" to="10679" />
-    <span id="t_1806" from="10680" to="10685" />
-    <span id="t_1807" from="10686" to="10700" />
-    <span id="t_1808" from="10701" to="10703" />
-    <span id="t_1809" from="10704" to="10707" />
-    <span id="t_1810" from="10707" to="10708" />
-    <span id="t_1811" from="10709" to="10719" />
-    <span id="t_1812" from="10720" to="10726" />
-    <span id="t_1813" from="10727" to="10730" />
-    <span id="t_1814" from="10731" to="10734" />
-    <span id="t_1815" from="10735" to="10739" />
-    <span id="t_1816" from="10740" to="10747" />
-    <span id="t_1817" from="10748" to="10751" />
-    <span id="t_1818" from="10752" to="10754" />
-    <span id="t_1819" from="10755" to="10764" />
-    <span id="t_1820" from="10765" to="10774" />
-    <span id="t_1821" from="10774" to="10775" />
-    <span id="t_1822" from="10776" to="10788" />
-    <span id="t_1823" from="10789" to="10795" />
-    <span id="t_1824" from="10796" to="10799" />
-    <span id="t_1825" from="10800" to="10803" />
-    <span id="t_1826" from="10804" to="10812" />
-    <span id="t_1827" from="10813" to="10821" />
-    <span id="t_1828" from="10822" to="10823" />
-    <span id="t_1829" from="10824" to="10828" />
-    <span id="t_1830" from="10829" to="10832" />
-    <span id="t_1831" from="10833" to="10838" />
-    <span id="t_1832" from="10839" to="10842" />
-    <span id="t_1833" from="10843" to="10857" />
-    <span id="t_1834" from="10858" to="10863" />
-    <span id="t_1835" from="10864" to="10873" />
-    <span id="t_1836" from="10873" to="10874" />
-    <span id="t_1837" from="10874" to="10875" />
-    <span id="t_1838" from="10876" to="10880" />
-    <span id="t_1839" from="10880" to="10881" />
-    <span id="t_1840" from="10882" to="10889" />
-    <span id="t_1841" from="10890" to="10897" />
-  </spanList>
-</layer>
diff --git a/t/corpus/BRZ13/00001/connexor/metadata.xml b/t/corpus/BRZ13/00001/connexor/metadata.xml
deleted file mode 100644
index 060ec86..0000000
--- a/t/corpus/BRZ13/00001/connexor/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?xml-model href="metadata.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
-
-<metadata type="foundry" xmlns="http://ids-mannheim.de/ns/KorAP" docid="BRZ13_APR.00001">
-  <doc file="../text.xml" />
-  <foundry name="mpt">
-    <layer name="sent" type="segm" gran="s" file="sentences.xml" />
-    <layer name="phrase" file="phrase.xml" />
-    <layer name="token" type="segm" gran="tok" file="tokens.xml" />
-    <layer name="syntax" file="syntax.xml" />
-    <layer name="morph" file="morpho.xml" />
-  </foundry>
-</metadata>
diff --git a/t/corpus/BRZ13/00001/connexor/morpho.xml b/t/corpus/BRZ13/00001/connexor/morpho.xml
deleted file mode 100644
index d564144..0000000
--- a/t/corpus/BRZ13/00001/connexor/morpho.xml
+++ /dev/null
@@ -1,18873 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?xml-model href="span.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
-
-<layer xmlns="http://ids-mannheim.de/ns/KorAP" version="KorAP-0.4" docid="BRZ13_APR.00001">
-  <spanList>
-    <span id="s0" from="0" to="9">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sexuell</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1" from="10" to="20">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">missbrauch</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s2" from="22" to="23">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s3" from="23" to="26">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s4" from="27" to="37">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schreiend</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s5" from="38" to="42">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kind</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s6" from="43" to="49">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">stecken</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s7" from="50" to="54">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">noch</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s8" from="55" to="59">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">tief</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s9" from="60" to="62">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s10" from="63" to="66">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s11" from="66" to="67">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s12" from="68" to="71">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s13" from="72" to="77">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">opfer</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s14" from="78" to="84">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">leid</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s15" from="85" to="88">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">oft</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s16" from="89" to="103">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">jahr zehnt lang</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s17" from="103" to="104">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s18" from="105" to="108">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nun</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s19" from="109" to="113">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wollen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s20" from="114" to="117">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s21" from="118" to="133">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bund regierung</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s22" from="134" to="139">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s23" from="140" to="145">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">fonds</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s24" from="146" to="156">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein richten</f>
-            <f name="pos">V</f>
-            <f name="msd">INF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s25" from="156" to="157">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s26" from="158" to="163">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">damit</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s27" from="164" to="166">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s28" from="166" to="167">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s29" from="168" to="176">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">beispiel</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s30" from="177" to="186">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">therapie</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s31" from="187" to="194">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bezahlen</f>
-            <f name="pos">V</f>
-            <f name="msd">PCP:PERF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s32" from="195" to="201">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="pos">V</f>
-            <f name="msd">INF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s33" from="202" to="208">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">können</f>
-            <f name="pos">V</f>
-            <f name="msd">PCP:PERF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s34" from="208" to="209">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s35" from="210" to="214">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s36" from="215" to="225">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">betroffen</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s37" from="226" to="233">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sprechen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s38" from="234" to="238">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">über</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s39" from="239" to="242">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s40" from="243" to="252">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">martyrium</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s41" from="252" to="253">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s42" from="254" to="266">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Braunschweig</f>
-            <f name="pos">N</f>
-            <f name="msd">Prop</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s43" from="266" to="267">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s44" from="269" to="272">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s45" from="273" to="277">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">frau</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s46" from="277" to="278">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s47" from="279" to="282">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s48" from="283" to="288">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dieser</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s49" from="289" to="294">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">frage</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s50" from="295" to="301">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">stellen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s51" from="301" to="302">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s52" from="303" to="306">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s53" from="307" to="313">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">selbst</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s54" from="314" to="318">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s55" from="319" to="329">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">betroffene</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s56" from="329" to="330">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">:</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s57" from="331" to="333">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s58" from="334" to="339">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s59" from="340" to="346">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">e mail</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s60" from="347" to="349">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">an</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s61" from="350" to="356">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">unser</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s62" from="357" to="366">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">redaktion</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s63" from="367" to="375">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schreiben</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s64" from="376" to="379">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s65" from="379" to="380">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s66" from="381" to="385">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dass</f>
-            <f name="pos">CS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s67" from="386" to="390">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s68" from="391" to="397">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mutter</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s69" from="398" to="401">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s70" from="402" to="405">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s71" from="406" to="411">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">vater</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s72" from="412" to="415">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s73" from="416" to="425">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">jahr lang</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s74" from="426" to="431">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">immer</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s75" from="432" to="438">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wieder</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s76" from="439" to="446">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sexuell</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s77" from="447" to="458">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">missbrauchen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s78" from="459" to="464">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s79" from="464" to="465">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s80" from="466" to="470">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erst</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s81" from="471" to="474">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">als</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s82" from="475" to="478">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s83" from="479" to="481">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">18</f>
-            <f name="pos">NUM</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s84" from="482" to="485">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PAST</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s85" from="486" to="489">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s86" from="490" to="492">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s87" from="493" to="498">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haus</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s88" from="499" to="508">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ausziehen</f>
-            <f name="pos">V</f>
-            <f name="msd">INF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s89" from="509" to="515">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">können</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PAST</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s90" from="515" to="516">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s91" from="517" to="524">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">enden</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PAST</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s92" from="525" to="528">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s93" from="529" to="541">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">körperlich</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s94" from="542" to="548">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">qual</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s95" from="548" to="549">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s96" from="550" to="554">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aber</f>
-            <f name="pos">CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s97" from="555" to="559">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s98" from="560" to="565">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">seele</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s99" from="566" to="569">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s100" from="570" to="575">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">immer</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s101" from="576" to="580">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">noch</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s102" from="581" to="586">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">krank</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s103" from="586" to="587">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s104" from="588" to="591">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s105" from="592" to="595">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">61</f>
-            <f name="pos">NUM</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s106" from="595" to="602">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">jährig</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s107" from="603" to="609">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">leiden</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s108" from="610" to="614">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nach</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s109" from="615" to="618">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wie</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s110" from="619" to="622">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">vor</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s111" from="622" to="623">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s112" from="624" to="627">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aus</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s113" from="628" to="634">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dieser</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s114" from="635" to="640">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">grund</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s115" from="641" to="647">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bitten</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s116" from="648" to="651">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s117" from="652" to="656">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">frau</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s118" from="657" to="659">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">um</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s119" from="660" to="670">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">anonymität</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s120" from="673" to="676">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">für</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s121" from="677" to="683">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dieser</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s122" from="684" to="691">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">artikel</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s123" from="692" to="698">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nennen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s124" from="699" to="702">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wir</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s125" from="703" to="706">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s126" from="707" to="716">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Katharina</f>
-            <f name="pos">N</f>
-            <f name="msd">Prop</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s127" from="717" to="725">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Grünberg</f>
-            <f name="pos">N</f>
-            <f name="msd">Prop</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s128" from="725" to="726">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s129" from="727" to="731">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wenn</f>
-            <f name="pos">CS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s130" from="732" to="735">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">man</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s131" from="736" to="745">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Katharina</f>
-            <f name="pos">N</f>
-            <f name="msd">Prop</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s132" from="746" to="754">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Grünberg</f>
-            <f name="pos">N</f>
-            <f name="msd">Prop</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s133" from="755" to="757">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">an</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s134" from="758" to="763">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s135" from="764" to="770">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">rund</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s136" from="771" to="776">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">tisch</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s137" from="777" to="778">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s138" from="778" to="779">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s139" from="780" to="791">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gemütlich</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s140" from="792" to="802">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wohn zimmer</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s141" from="803" to="817">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gegenübersitzen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s142" from="817" to="818">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s143" from="819" to="822">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s144" from="823" to="827">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wenn</f>
-            <f name="pos">CS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s145" from="828" to="831">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">man</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s146" from="832" to="835">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s147" from="836" to="841">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">reden</f>
-            <f name="pos">V</f>
-            <f name="msd">INF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s148" from="842" to="846">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">hören</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s149" from="846" to="847">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s150" from="848" to="853">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ruhig</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s151" from="854" to="857">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s152" from="858" to="861">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mit</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s153" from="862" to="868">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">klar</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s154" from="869" to="875">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">stimme</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s155" from="875" to="876">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s156" from="877" to="881">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dann</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s157" from="882" to="887">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">meinen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s158" from="888" to="891">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">man</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s159" from="891" to="892">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s160" from="893" to="898">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">alle</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s161" from="899" to="902">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">V</f>
-            <f name="msd">SUB:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s162" from="903" to="905">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s163" from="906" to="912">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gut</f>
-            <f name="pos">A</f>
-            <f name="msd">SUP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s164" from="913" to="920">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ordnung</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s165" from="920" to="921">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s166" from="922" to="926">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">doch</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s167" from="927" to="931">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dann</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s168" from="932" to="941">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schildern</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s169" from="942" to="945">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s170" from="945" to="946">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s171" from="947" to="950">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wie</f>
-            <f name="pos">CS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s172" from="951" to="954">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s173" from="955" to="960">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">immer</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s174" from="961" to="967">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wieder</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s175" from="968" to="971">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s176" from="972" to="985">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">panik attacke</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s177" from="986" to="993">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">packen</f>
-            <f name="pos">V</f>
-            <f name="msd">PCP:PERF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s178" from="994" to="998">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s179" from="998" to="999">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s180" from="1000" to="1003">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wie</f>
-            <f name="pos">CS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s181" from="1004" to="1014">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">tod angst</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s182" from="1015" to="1019">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s183" from="1020" to="1028">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gedanke</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s184" from="1029" to="1036">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">fesseln</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s185" from="1036" to="1037">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s186" from="1038" to="1041">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wie</f>
-            <f name="pos">CS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s187" from="1042" to="1045">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s188" from="1046" to="1051">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">denken</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s189" from="1051" to="1052">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">:</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s190" from="1053" to="1058">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">jetzt</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s191" from="1059" to="1065">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bleiben</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s192" from="1066" to="1070">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mein</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s193" from="1071" to="1075">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">herz</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s194" from="1076" to="1082">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">stehen</f>
-            <f name="pos">V</f>
-            <f name="msd">INF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s195" from="1082" to="1083">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s196" from="1084" to="1089">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">jetzt</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s197" from="1090" to="1094">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">müssen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s198" from="1095" to="1098">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s199" from="1099" to="1106">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sterben</f>
-            <f name="pos">V</f>
-            <f name="msd">INF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s200" from="1106" to="1107">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s201" from="1108" to="1110">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s202" from="1111" to="1118">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">solcher</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s203" from="1119" to="1127">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">moment</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s204" from="1128" to="1132">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">rasen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s205" from="1133" to="1136">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s206" from="1137" to="1141">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">herz</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s207" from="1141" to="1142">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s208" from="1143" to="1146">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s209" from="1147" to="1155">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schwitzen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s210" from="1156" to="1159">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s211" from="1160" to="1170">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">verkrampfen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s212" from="1171" to="1175">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s213" from="1176" to="1178">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">so</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s214" from="1179" to="1185">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">heftig</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s215" from="1185" to="1186">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s216" from="1187" to="1191">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dass</f>
-            <f name="pos">CS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s217" from="1192" to="1195">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s218" from="1196" to="1202">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">körper</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s219" from="1203" to="1204">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">an</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s220" from="1204" to="1205">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s221" from="1206" to="1209">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">tag</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s222" from="1210" to="1216">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">danach</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s223" from="1217" to="1221">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">noch</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s224" from="1222" to="1230">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schmerzen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s225" from="1230" to="1231">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s226" from="1232" to="1236">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">laut</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s227" from="1237" to="1245">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">diagnose</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s228" from="1246" to="1250">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">leben</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s229" from="1251" to="1260">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Katharina</f>
-            <f name="pos">N</f>
-            <f name="msd">Prop</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s230" from="1261" to="1269">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Grünberg</f>
-            <f name="pos">N</f>
-            <f name="msd">Prop</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s231" from="1270" to="1273">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mit</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s232" from="1274" to="1279">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s233" from="1280" to="1293">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dissoziativ</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s234" from="1294" to="1311">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">identität störung</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s235" from="1311" to="1312">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s236" from="1313" to="1316">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">was</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s237" from="1317" to="1320">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s238" from="1321" to="1329">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bedeuten</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s239" from="1329" to="1330">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s240" from="1331" to="1341">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">beschreiben</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s241" from="1342" to="1345">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s242" from="1346" to="1348">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">so</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s243" from="1348" to="1349">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">:</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s244" from="1350" to="1358">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aufgrund</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s245" from="1359" to="1362">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s246" from="1363" to="1376">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">traumatisch</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s247" from="1377" to="1387">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erlebnis</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s248" from="1388" to="1393">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">durch</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s249" from="1394" to="1397">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s250" from="1398" to="1408">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">missbrauch</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s251" from="1409" to="1414">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s252" from="1415" to="1419">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s253" from="1420" to="1425">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">teil</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s254" from="1426" to="1431">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s255" from="1432" to="1446">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">persönlichkeit</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s256" from="1447" to="1458">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">abspalten</f>
-            <f name="pos">V</f>
-            <f name="msd">PCP:PERF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s257" from="1461" to="1465">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s258" from="1466" to="1480">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schutz reaktion</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s259" from="1480" to="1481">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s260" from="1482" to="1484">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">um</f>
-            <f name="pos">CS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s261" from="1485" to="1488">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s262" from="1489" to="1499">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">unfassbar</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s263" from="1500" to="1519">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">grenze überschreitung</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s264" from="1520" to="1523">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s265" from="1524" to="1527">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s266" from="1528" to="1543">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">vertrauen bruch</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s267" from="1544" to="1552">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ertragen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s268" from="1553" to="1555">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s269" from="1556" to="1562">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">können</f>
-            <f name="pos">V</f>
-            <f name="msd">INF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s270" from="1562" to="1563">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s271" from="1564" to="1566">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">um</f>
-            <f name="pos">CS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s272" from="1567" to="1576">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">überleben</f>
-            <f name="pos">V</f>
-            <f name="msd">INF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s273" from="1577" to="1579">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s274" from="1580" to="1586">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">können</f>
-            <f name="pos">V</f>
-            <f name="msd">INF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s275" from="1586" to="1587">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s276" from="1588" to="1589">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s277" from="1589" to="1594">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dieser</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s278" from="1595" to="1605">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">abspaltung</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s279" from="1606" to="1614">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">betreffen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s280" from="1615" to="1627">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schrecklich</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s281" from="1628" to="1640">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erinnerung</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s282" from="1641" to="1644">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s283" from="1645" to="1652">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gefühl</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s284" from="1652" to="1653">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s285" from="1653" to="1654">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s286" from="1655" to="1662">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erklären</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s287" from="1663" to="1666">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s288" from="1666" to="1667">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s289" from="1668" to="1669">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s290" from="1669" to="1674">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">durch</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s291" from="1675" to="1687">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">verschieden</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s292" from="1688" to="1693">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">reiz</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s293" from="1694" to="1697">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wie</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s294" from="1698" to="1705">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">geruch</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s295" from="1705" to="1706">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s296" from="1707" to="1716">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">geräusch</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s297" from="1717" to="1720">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s298" from="1721" to="1727">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bild</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s299" from="1728" to="1734">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">können</f>
-            <f name="pos">V</f>
-            <f name="msd">SUB:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s300" from="1735" to="1740">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dieser</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s301" from="1741" to="1753">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erinnerung</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s302" from="1754" to="1757">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s303" from="1758" to="1765">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gefühl</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s304" from="1766" to="1770">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aber</f>
-            <f name="pos">CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s305" from="1771" to="1781">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">blitz artig</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s306" from="1782" to="1791">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aktivieren</f>
-            <f name="pos">V</f>
-            <f name="msd">PCP:PERF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s307" from="1792" to="1798">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s308" from="1801" to="1804">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s309" from="1805" to="1809">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s310" from="1810" to="1814">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dann</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s311" from="1815" to="1817">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">so</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s312" from="1818" to="1829">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">über mächtig</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s313" from="1829" to="1830">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s314" from="1831" to="1835">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dass</f>
-            <f name="pos">CS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s315" from="1836" to="1839">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s316" from="1840" to="1843">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s317" from="1844" to="1847">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">für</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s318" from="1848" to="1852">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">real</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s319" from="1853" to="1858">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">halten</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s320" from="1859" to="1862">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s321" from="1863" to="1868">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nicht</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s322" from="1869" to="1878">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">einordnen</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s323" from="1879" to="1883">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">können</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s324" from="1883" to="1884">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s325" from="1885" to="1888">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">man</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s326" from="1889" to="1893">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">können</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s327" from="1894" to="1897">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nur</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s328" from="1898" to="1904">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">lernen</f>
-            <f name="pos">V</f>
-            <f name="msd">INF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s329" from="1904" to="1905">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s330" from="1906" to="1910">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s331" from="1911" to="1916">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">davon</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s332" from="1917" to="1922">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nicht</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s333" from="1923" to="1932">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">weg reissen</f>
-            <f name="pos">V</f>
-            <f name="msd">INF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s334" from="1933" to="1935">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s335" from="1936" to="1942">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">lassen</f>
-            <f name="pos">V</f>
-            <f name="msd">INF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s336" from="1942" to="1943">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">;</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s337" from="1944" to="1953">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">teilweise</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s338" from="1954" to="1961">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gelingen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s339" from="1962" to="1965">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s340" from="1966" to="1969">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s341" from="1970" to="1980">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">inzwischen</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s342" from="1980" to="1981">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s343" from="1982" to="1986">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aber</f>
-            <f name="pos">CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s344" from="1987" to="1989">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">es</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s345" from="1990" to="1993">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s346" from="1994" to="2005">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">unglaublich</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s347" from="2006" to="2017">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">anstrengen</f>
-            <f name="pos">V</f>
-            <f name="msd">PCP:PROG</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s348" from="2017" to="2018">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s349" from="2019" to="2022">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s350" from="2023" to="2030">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">brauchen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s351" from="2031" to="2034">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">alle</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s352" from="2035" to="2040">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mein</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s353" from="2041" to="2048">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">energie</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s354" from="2048" to="2049">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s355" from="2050" to="2052">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">um</f>
-            <f name="pos">CS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s356" from="2053" to="2057">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s357" from="2058" to="2067">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">permanent</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s358" from="2068" to="2070">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s359" from="2071" to="2084">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kontrollieren</f>
-            <f name="pos">V</f>
-            <f name="msd">INF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s360" from="2085" to="2088">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s361" from="2089" to="2094">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s362" from="2095" to="2103">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">anschein</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s363" from="2104" to="2107">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s364" from="2108" to="2118">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">normalität</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s365" from="2119" to="2131">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">her stellen</f>
-            <f name="pos">V</f>
-            <f name="msd">INF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s366" from="2131" to="2132">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s367" from="2132" to="2133">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s368" from="2134" to="2139">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">lang</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s369" from="2140" to="2149">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">warte zeit</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s370" from="2150" to="2153">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">auf</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s371" from="2154" to="2162">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">therapie</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s372" from="2163" to="2168">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">viel</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s373" from="2169" to="2174">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">jahr</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s374" from="2175" to="2179">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">lang</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s375" from="2180" to="2185">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PAST</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s376" from="2186" to="2195">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Katharina</f>
-            <f name="pos">N</f>
-            <f name="msd">Prop</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s377" from="2196" to="2204">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Grünberg</f>
-            <f name="pos">N</f>
-            <f name="msd">Prop</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s378" from="2205" to="2213">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">komplett</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s379" from="2214" to="2223">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">verdrängen</f>
-            <f name="pos">V</f>
-            <f name="msd">PCP:PERF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s380" from="2223" to="2224">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s381" from="2225" to="2228">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">was</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s382" from="2229" to="2233">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s383" from="2234" to="2240">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eltern</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s384" from="2241" to="2244">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s385" from="2245" to="2252">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">antun</f>
-            <f name="pos">V</f>
-            <f name="msd">PCP:PERF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s386" from="2253" to="2258">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s387" from="2258" to="2259">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s388" from="2260" to="2263">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s389" from="2264" to="2269">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PAST</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s390" from="2270" to="2273">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s391" from="2274" to="2286">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">traumatisch</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s392" from="2287" to="2299">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ausgeblendet</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s393" from="2299" to="2300">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s394" from="2301" to="2303">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">es</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s395" from="2304" to="2306">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s396" from="2307" to="2312">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s397" from="2313" to="2326">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">abgeriegelt</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s398" from="2327" to="2334">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bereich</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s399" from="2335" to="2339">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ganz</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s400" from="2340" to="2344">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">tief</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s401" from="2345" to="2347">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s402" from="2348" to="2353">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s403" from="2354" to="2361">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">innere</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s404" from="2362" to="2370">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">verbannen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s405" from="2370" to="2371">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s406" from="2372" to="2375">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s407" from="2376" to="2379">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s408" from="2380" to="2383">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">als</f>
-            <f name="pos">CS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s409" from="2384" to="2392">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">lehrerin</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s410" from="2393" to="2403">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">arbeiten</f>
-            <f name="pos">V</f>
-            <f name="msd">PCP:PERF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s411" from="2403" to="2404">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s412" from="2405" to="2415">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">heiraten</f>
-            <f name="pos">V</f>
-            <f name="msd">PCP:PERF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s413" from="2416" to="2419">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s414" from="2420" to="2424">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zwei</f>
-            <f name="pos">NUM</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s415" from="2425" to="2432">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">tochter</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s416" from="2433" to="2441">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bekommen</f>
-            <f name="pos">V</f>
-            <f name="msd">INF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s417" from="2441" to="2442">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s418" from="2443" to="2452">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">irgendwie</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s419" from="2453" to="2456">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kommen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PAST</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s420" from="2457" to="2460">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s421" from="2461" to="2466">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">durch</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s422" from="2466" to="2467">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s423" from="2468" to="2473">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">leben</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s424" from="2476" to="2480">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">auch</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s425" from="2481" to="2485">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wenn</f>
-            <f name="pos">CS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s426" from="2486" to="2488">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">es</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s427" from="2489" to="2492">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s428" from="2493" to="2498">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">immer</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s429" from="2499" to="2509">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schwerfiel</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s430" from="2509" to="2510">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s431" from="2511" to="2513">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s432" from="2514" to="2523">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">vertrauen</f>
-            <f name="pos">V</f>
-            <f name="msd">INF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s433" from="2524" to="2527">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s434" from="2528" to="2532">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nähe</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s435" from="2533" to="2543">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zulassen</f>
-            <f name="pos">V</f>
-            <f name="msd">INF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s436" from="2543" to="2544">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s437" from="2545" to="2551">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">einige</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s438" from="2552" to="2557">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">jahr</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s439" from="2558" to="2562">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nach</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s440" from="2563" to="2566">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s441" from="2567" to="2573">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">geburt</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s442" from="2574" to="2579">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s443" from="2580" to="2587">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">tochter</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s444" from="2588" to="2593">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">brechen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PAST</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s445" from="2594" to="2597">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s446" from="2598" to="2610">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">vermeintlich</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s447" from="2611" to="2616">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">heil</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s448" from="2617" to="2621">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">welt</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s449" from="2622" to="2630">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zusammen</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s450" from="2630" to="2631">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s451" from="2632" to="2635">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">alle</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s452" from="2636" to="2639">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s453" from="2640" to="2650">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">verdrängt</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s454" from="2651" to="2661">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">über rollen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PAST</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s455" from="2662" to="2665">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s456" from="2665" to="2666">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s457" from="2667" to="2670">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s458" from="2671" to="2677">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">müssen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PAST</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s459" from="2678" to="2683">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s460" from="2684" to="2689">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">beruf</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s461" from="2690" to="2698">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aufgeben</f>
-            <f name="pos">V</f>
-            <f name="msd">INF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s462" from="2698" to="2699">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s463" from="2700" to="2704">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">weil</f>
-            <f name="pos">CS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s464" from="2705" to="2708">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s465" from="2709" to="2712">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s466" from="2713" to="2726">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">anforderung</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s467" from="2727" to="2732">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nicht</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s468" from="2733" to="2737">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mehr</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s469" from="2738" to="2747">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wachsen</f>
-            <f name="pos">V</f>
-            <f name="msd">PCP:PERF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s470" from="2748" to="2751">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PAST</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s471" from="2751" to="2752">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s472" from="2753" to="2756">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s473" from="2757" to="2762">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PAST</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s474" from="2763" to="2778">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">frühpensioniert</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s475" from="2778" to="2779">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s476" from="2780" to="2783">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s477" from="2784" to="2787">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ehe</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s478" from="2788" to="2796">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zerbrechen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PAST</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s479" from="2796" to="2797">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s480" from="2798" to="2808">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">inzwischen</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s481" from="2809" to="2813">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">leben</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s482" from="2814" to="2817">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s483" from="2818" to="2821">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s484" from="2822" to="2827">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s485" from="2828" to="2852">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erwerb unfähigkeit rente</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s486" from="2853" to="2856">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s487" from="2857" to="2861">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">geben</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s488" from="2862" to="2867">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gegen</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s489" from="2868" to="2871">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s490" from="2872" to="2879">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">klein</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s491" from="2880" to="2887">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">honorar</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s492" from="2888" to="2893">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kurs</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s493" from="2894" to="2896">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">an</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s494" from="2897" to="2902">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s495" from="2903" to="2918">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">volk hoch schule</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s496" from="2918" to="2919">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s497" from="2920" to="2924">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">seit</f>
-            <f name="pos">CS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s498" from="2925" to="2929">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">etwa</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s499" from="2930" to="2932">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">20</f>
-            <f name="pos">NUM</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s500" from="2933" to="2939">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">jahr</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s501" from="2940" to="2943">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s502" from="2944" to="2953">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Katharina</f>
-            <f name="pos">N</f>
-            <f name="msd">Prop</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s503" from="2954" to="2962">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Grünberg</f>
-            <f name="pos">N</f>
-            <f name="msd">Prop</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s504" from="2963" to="2966">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nun</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s505" from="2967" to="2970">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mit</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s506" from="2971" to="2986">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">unterbrechung</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s507" from="2987" to="2990">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bei</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s508" from="2991" to="3004">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">verschieden</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s509" from="3005" to="3016">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">therapeut</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s510" from="3017" to="3020">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s511" from="3021" to="3027">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">arzt</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s512" from="3028" to="3030">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s513" from="3031" to="3041">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">behandlung</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s514" from="3041" to="3042">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s515" from="3043" to="3046">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s516" from="3047" to="3054">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sprechen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s517" from="3055" to="3058">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s518" from="3059" to="3064">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s519" from="3065" to="3081">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">therapie karriere</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s520" from="3084" to="3087">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s521" from="3088" to="3090">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s522" from="3091" to="3096">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s523" from="3097" to="3103">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">stimme</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s524" from="3104" to="3112">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schwingen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s525" from="3113" to="3116">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bei</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s526" from="3117" to="3123">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dieser</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s527" from="3124" to="3128">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wort</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s528" from="3129" to="3138">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sarkasmus</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s529" from="3139" to="3142">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mit</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s530" from="3142" to="3143">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s531" from="3144" to="3147">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bis</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s532" from="3148" to="3151">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">man</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s533" from="3152" to="3157">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s534" from="3158" to="3167">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">passend</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s535" from="3168" to="3179">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">therapeut</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s536" from="3180" to="3185">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">finden</f>
-            <f name="pos">V</f>
-            <f name="msd">SUB:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s537" from="3185" to="3186">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s538" from="3187" to="3194">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">brauchen</f>
-            <f name="pos">V</f>
-            <f name="msd">SUB:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s539" from="3195" to="3198">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">man</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s540" from="3199" to="3206">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mehrere</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s541" from="3207" to="3214">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">anlauf</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s542" from="3214" to="3215">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s543" from="3216" to="3220">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sagen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s544" from="3221" to="3224">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s545" from="3224" to="3225">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">;</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s546" from="3226" to="3231">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">hinzu</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s547" from="3232" to="3238">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kommen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s548" from="3239" to="3242">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s549" from="3243" to="3246">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">oft</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s550" from="3247" to="3253">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">lang</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s551" from="3254" to="3265">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">warte zeit</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s552" from="3265" to="3266">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s553" from="3267" to="3270">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s554" from="3271" to="3281">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">beschreiben</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s555" from="3282" to="3288">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dieser</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s556" from="3289" to="3292">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">weg</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s557" from="3293" to="3296">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">als</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s558" from="3297" to="3304">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">odyssee</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s559" from="3304" to="3305">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s560" from="3306" to="3313">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">niemand</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s561" from="3314" to="3318">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dürfen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s562" from="3319" to="3324">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">etwas</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s563" from="3325" to="3333">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erfahren</f>
-            <f name="pos">V</f>
-            <f name="msd">INF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s564" from="3334" to="3337">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wie</f>
-            <f name="pos">CS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s565" from="3338" to="3340">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">es</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s566" from="3341" to="3344">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s567" from="3345" to="3350">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">jetzt</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s568" from="3351" to="3355">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gehen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s569" from="3355" to="3356">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">?</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s570" from="3357" to="3358">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s571" from="3358" to="3361">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s572" from="3362" to="3366">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s573" from="3367" to="3374">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ständig</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s574" from="3375" to="3378">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s575" from="3379" to="3385">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gefühl</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s576" from="3385" to="3386">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s577" from="3387" to="3391">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dass</f>
-            <f name="pos">CS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s578" from="3392" to="3396">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mein</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s579" from="3397" to="3406">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">fundament</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s580" from="3407" to="3413">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">morsch</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s581" from="3414" to="3417">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s582" from="3417" to="3418">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s583" from="3419" to="3423">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dass</f>
-            <f name="pos">CS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s584" from="3424" to="3426">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">es</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s585" from="3427" to="3433">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nichts</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s586" from="3434" to="3447">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">verlässlich</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s587" from="3448" to="3452">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">geben</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s588" from="3452" to="3453">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s589" from="3454" to="3458">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dass</f>
-            <f name="pos">CS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s590" from="3459" to="3462">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s591" from="3463" to="3468">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">leben</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s592" from="3469" to="3473">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s593" from="3474" to="3480">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">völlig</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s594" from="3481" to="3492">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">überfordern</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s595" from="3492" to="3493">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s596" from="3494" to="3501">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">morgen</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s597" from="3502" to="3505">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s598" from="3506" to="3508">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">es</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s599" from="3509" to="3517">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">meistens</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s600" from="3518" to="3521">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s601" from="3522" to="3527">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kampf</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s602" from="3527" to="3528">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s603" from="3529" to="3538">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">überhaupt</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s604" from="3539" to="3550">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aufzustehen</f>
-            <f name="pos">V</f>
-            <f name="msd">INF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s605" from="3550" to="3551">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s606" from="3552" to="3555">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s607" from="3556" to="3564">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">versuchen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s608" from="3564" to="3565">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s609" from="3566" to="3569">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s610" from="3570" to="3580">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gedanklich</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s611" from="3581" to="3587">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">insel</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s612" from="3588" to="3590">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s613" from="3591" to="3596">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bauen</f>
-            <f name="pos">V</f>
-            <f name="msd">INF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s614" from="3596" to="3597">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">:</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s615" from="3598" to="3604">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">worauf</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s616" from="3605" to="3611">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">können</f>
-            <f name="pos">V</f>
-            <f name="msd">SUB:PAST</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s617" from="3612" to="3615">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s618" from="3616" to="3620">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s619" from="3621" to="3627">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">freuen</f>
-            <f name="pos">V</f>
-            <f name="msd">INF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s620" from="3627" to="3628">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">?</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s621" from="3629" to="3633">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aber</f>
-            <f name="pos">CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s622" from="3634" to="3637">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s623" from="3638" to="3642">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">müssen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s624" from="3643" to="3646">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s625" from="3647" to="3650">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s626" from="3651" to="3663">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">konstruieren</f>
-            <f name="pos">V</f>
-            <f name="msd">INF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s627" from="3663" to="3664">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s628" from="3665" to="3676">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">theoretisch</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s629" from="3677" to="3681">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">weiss</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s630" from="3682" to="3685">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s631" from="3685" to="3686">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s632" from="3687" to="3690">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">was</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s633" from="3691" to="3703">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">leben freude</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s634" from="3704" to="3707">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s635" from="3710" to="3713">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wie</f>
-            <f name="pos">CS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s636" from="3714" to="3716">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">es</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s637" from="3717" to="3721">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s638" from="3722" to="3729">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">anfühlen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s639" from="3729" to="3730">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s640" from="3731" to="3738">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">beginnen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s641" from="3739" to="3742">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s642" from="3743" to="3747">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erst</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s643" from="3748" to="3753">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">jetzt</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s644" from="3754" to="3761">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">langsam</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s645" from="3762" to="3764">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s646" from="3765" to="3770">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ahnen</f>
-            <f name="pos">V</f>
-            <f name="msd">INF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s647" from="3770" to="3771">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s648" from="3772" to="3775">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s649" from="3776" to="3779">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s650" from="3780" to="3784">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kaum</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s651" from="3785" to="3787">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s652" from="3788" to="3791">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s653" from="3792" to="3796">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">lage</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s654" from="3796" to="3797">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s655" from="3798" to="3805">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gefühl</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s656" from="3806" to="3816">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zulassen</f>
-            <f name="pos">V</f>
-            <f name="msd">INF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s657" from="3816" to="3817">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">;</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s658" from="3818" to="3824">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">weinen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s659" from="3825" to="3827">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s660" from="3828" to="3834">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">können</f>
-            <f name="pos">V</f>
-            <f name="msd">INF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s661" from="3834" to="3835">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s662" from="3836" to="3843">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erobern</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s663" from="3844" to="3847">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s664" from="3848" to="3851">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s665" from="3852" to="3858">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gerade</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s666" from="3859" to="3865">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zurück</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s667" from="3865" to="3866">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s668" from="3866" to="3867">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s669" from="3868" to="3872">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nach</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s670" from="3873" to="3878">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aussen</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s671" from="3879" to="3882">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">hin</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s672" from="3883" to="3888">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">lassen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s673" from="3889" to="3892">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s674" from="3893" to="3897">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s675" from="3898" to="3903">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">davon</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s676" from="3904" to="3910">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nichts</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s677" from="3911" to="3919">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">anmerken</f>
-            <f name="pos">V</f>
-            <f name="msd">INF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s678" from="3919" to="3920">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s679" from="3921" to="3924">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s680" from="3925" to="3932">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">fassade</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s681" from="3933" to="3938">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">stehen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s682" from="3938" to="3939">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s683" from="3940" to="3946">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kein</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s684" from="3947" to="3951">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dürfen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s685" from="3952" to="3957">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">etwas</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s686" from="3958" to="3966">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erfahren</f>
-            <f name="pos">V</f>
-            <f name="msd">INF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s687" from="3966" to="3967">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">!</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s688" from="3968" to="3972">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">doch</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s689" from="3973" to="3981">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zugleich</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s690" from="3982" to="3985">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s691" from="3986" to="3989">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s692" from="3990" to="3993">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s693" from="3994" to="4000">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wunsch</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s694" from="4000" to="4001">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s695" from="4002" to="4005">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mit</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s696" from="4006" to="4011">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s697" from="4012" to="4016">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">leid</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s698" from="4017" to="4024">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sehen</f>
-            <f name="pos">V</f>
-            <f name="msd">PCP:PERF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s699" from="4025" to="4027">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s700" from="4028" to="4034">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="pos">V</f>
-            <f name="msd">INF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s701" from="4034" to="4035">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s702" from="4036" to="4038">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">um</f>
-            <f name="pos">CS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s703" from="4039" to="4043">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s704" from="4044" to="4050">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">selber</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s705" from="4051" to="4058">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">glauben</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s706" from="4059" to="4061">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s707" from="4062" to="4068">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">können</f>
-            <f name="pos">V</f>
-            <f name="msd">INF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s708" from="4068" to="4069">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s709" from="4070" to="4071">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s710" from="4071" to="4076">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mein</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s711" from="4077" to="4083">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eltern</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s712" from="4084" to="4089">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s713" from="4090" to="4093">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s714" from="4094" to="4099">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">immer</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s715" from="4100" to="4106">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sagen</f>
-            <f name="pos">V</f>
-            <f name="msd">PCP:PERF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s716" from="4106" to="4107">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s717" from="4108" to="4112">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dass</f>
-            <f name="pos">CS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s718" from="4113" to="4116">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s719" from="4117" to="4121">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">lügen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s720" from="4121" to="4122">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s721" from="4123" to="4126">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s722" from="4127" to="4133">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">brennen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s723" from="4134" to="4138">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s724" from="4139" to="4142">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">NUM</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s725" from="4142" to="4143">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s726" from="4144" to="4154">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">irgendwann</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s727" from="4155" to="4161">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kommen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s728" from="4162" to="4173">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">tatsächlich</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s729" from="4174" to="4181">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zweifel</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s730" from="4181" to="4182">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s731" from="4183" to="4185">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ob</f>
-            <f name="pos">CS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s732" from="4186" to="4189">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">man</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s733" from="4190" to="4194">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s734" from="4195" to="4198">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s735" from="4199" to="4204">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">alle</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s736" from="4205" to="4208">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nur</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s737" from="4209" to="4218">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">einbildet</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s738" from="4218" to="4219">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s739" from="4219" to="4220">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s740" from="4221" to="4225">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sagen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s741" from="4226" to="4229">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s742" from="4229" to="4230">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s743" from="4231" to="4232">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s744" from="4232" to="4236">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dann</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s745" from="4237" to="4247">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">verfestigen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s746" from="4248" to="4252">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s747" from="4253" to="4255">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">so</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s748" from="4256" to="4259">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s749" from="4260" to="4271">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">furchtbar</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s750" from="4272" to="4278">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gefühl</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s751" from="4278" to="4279">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">:</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s752" from="4280" to="4286">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kein</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s753" from="4287" to="4293">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">glauben</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s754" from="4294" to="4297">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s755" from="4297" to="4298">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s756" from="4299" to="4305">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kein</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s757" from="4306" to="4311">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">helfen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s758" from="4312" to="4315">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s759" from="4315" to="4316">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s760" from="4317" to="4320">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s761" from="4321" to="4324">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s762" from="4325" to="4331">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nichts</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s763" from="4332" to="4336">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wert</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s764" from="4336" to="4337">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s765" from="4337" to="4338">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s766" from="4339" to="4344">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kein</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s767" from="4345" to="4363">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">opfer entschädigung</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s768" from="4364" to="4367">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">vor</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s769" from="4368" to="4375">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">einige</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s770" from="4376" to="4382">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">jahr</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s771" from="4383" to="4386">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s772" from="4387" to="4390">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s773" from="4391" to="4399">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">versuchen</f>
-            <f name="pos">V</f>
-            <f name="msd">PCP:PERF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s774" from="4399" to="4400">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s775" from="4401" to="4412">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">finanziell</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s776" from="4413" to="4426">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">unterstützung</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s777" from="4427" to="4431">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">über</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s778" from="4432" to="4435">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s779" from="4436" to="4461">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">opfer entschädigung gesetz</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s780" from="4462" to="4464">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s781" from="4465" to="4473">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bekommen</f>
-            <f name="pos">V</f>
-            <f name="msd">INF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s782" from="4473" to="4474">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s783" from="4475" to="4481">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dieser</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s784" from="4482" to="4488">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gesetz</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s785" from="4489" to="4494">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sehen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s786" from="4495" to="4519">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">entschädigung leistung</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s787" from="4520" to="4523">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">für</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s788" from="4524" to="4529">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">opfer</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s789" from="4530" to="4533">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s790" from="4534" to="4545">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gewalt tat</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s791" from="4546" to="4549">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">vor</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s792" from="4549" to="4550">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s793" from="4551" to="4554">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s794" from="4555" to="4570">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gesundheitlich</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s795" from="4571" to="4578">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schaden</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s796" from="4579" to="4587">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erleiden</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PAST</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s797" from="4588" to="4593">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s798" from="4593" to="4594">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s799" from="4595" to="4596">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s800" from="4596" to="4599">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s801" from="4600" to="4616">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">antrag prozedere</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s802" from="4617" to="4620">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s803" from="4621" to="4629">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ungefähr</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s804" from="4630" to="4634">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zwei</f>
-            <f name="pos">NUM</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s805" from="4635" to="4640">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">jahr</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s806" from="4641" to="4649">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dauern</f>
-            <f name="pos">V</f>
-            <f name="msd">PCP:PERF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s807" from="4649" to="4650">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s808" from="4650" to="4651">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s809" from="4652" to="4659">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erzählen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s810" from="4660" to="4663">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s811" from="4663" to="4664">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s812" from="4665" to="4676">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schliesslich</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s813" from="4677" to="4680">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">V</f>
-            <f name="msd">SUB:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s814" from="4681" to="4685">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zwar</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s815" from="4686" to="4695">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">anerkennen</f>
-            <f name="pos">V</f>
-            <f name="msd">PCP:PERF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s816" from="4696" to="4702">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="pos">V</f>
-            <f name="msd">PCP:PERF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s817" from="4702" to="4703">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s818" from="4704" to="4708">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dass</f>
-            <f name="pos">CS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s819" from="4709" to="4713">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s820" from="4714" to="4730">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gesundheitlich</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s821" from="4731" to="4749">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">beeinträchtigung</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s822" from="4750" to="4753">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s823" from="4754" to="4767">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">behinderung</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s824" from="4768" to="4772">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s825" from="4773" to="4778">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">folge</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s826" from="4779" to="4782">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s827" from="4783" to="4794">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">missbrauch</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s828" from="4795" to="4799">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s829" from="4799" to="4800">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s830" from="4801" to="4805">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aber</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s831" from="4806" to="4808">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">da</f>
-            <f name="pos">CS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s832" from="4809" to="4812">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s833" from="4813" to="4818">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">tat</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s834" from="4819" to="4822">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">vor</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s835" from="4823" to="4836">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">inkrafttreten</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s836" from="4837" to="4840">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s837" from="4841" to="4849">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gesetz</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s838" from="4850" to="4854">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">1976</f>
-            <f name="pos">NUM</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s839" from="4855" to="4864">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">geschehen</f>
-            <f name="pos">V</f>
-            <f name="msd">PCP:PERF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s840" from="4865" to="4869">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s841" from="4869" to="4870">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s842" from="4871" to="4876">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">fallen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s843" from="4877" to="4880">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s844" from="4881" to="4886">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">unter</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s845" from="4887" to="4891">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s846" from="4892" to="4909">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">übergang regelung</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s847" from="4909" to="4910">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s848" from="4911" to="4916">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dieser</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s849" from="4917" to="4922">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">setzen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s850" from="4923" to="4927">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s851" from="4928" to="4939">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">finanziell</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s852" from="4940" to="4953">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bedürftigkeit</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s853" from="4954" to="4960">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">voraus</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s854" from="4960" to="4961">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s855" from="4962" to="4964">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">um</f>
-            <f name="pos">CS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s856" from="4965" to="4978">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">unterstützung</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s857" from="4979" to="4981">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s858" from="4982" to="4990">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bekommen</f>
-            <f name="pos">V</f>
-            <f name="msd">INF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s859" from="4993" to="4998">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dafür</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s860" from="4999" to="5002">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s861" from="5003" to="5006">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s862" from="5007" to="5016">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">einkommen</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s863" from="5017" to="5021">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aber</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s864" from="5022" to="5027">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nicht</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s865" from="5028" to="5034">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gering</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s866" from="5035" to="5040">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">genug</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s867" from="5040" to="5041">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s868" from="5042" to="5043">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s869" from="5043" to="5048">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">hätte</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s870" from="5049" to="5052">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s871" from="5053" to="5063">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">missbrauch</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s872" from="5064" to="5068">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nach</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s873" from="5069" to="5073">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">1976</f>
-            <f name="pos">NUM</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s874" from="5074" to="5087">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">statt finden</f>
-            <f name="pos">V</f>
-            <f name="msd">PCP:PERF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s875" from="5087" to="5088">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s876" from="5089" to="5094">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">V</f>
-            <f name="msd">SUB:PAST</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s877" from="5095" to="5098">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s878" from="5099" to="5103">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s879" from="5104" to="5130">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">beruf ausfall entschädigung</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s880" from="5131" to="5142">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zugestehen</f>
-            <f name="pos">V</f>
-            <f name="msd">PCP:PERF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s881" from="5142" to="5143">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s882" from="5143" to="5144">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s883" from="5145" to="5149">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sagen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s884" from="5150" to="5159">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Katharina</f>
-            <f name="pos">N</f>
-            <f name="msd">Prop</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s885" from="5160" to="5168">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Grünberg</f>
-            <f name="pos">N</f>
-            <f name="msd">Prop</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s886" from="5168" to="5169">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s887" from="5170" to="5171">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s888" from="5171" to="5174">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s889" from="5175" to="5180">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">V</f>
-            <f name="msd">SUB:PAST</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s890" from="5181" to="5185">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zwar</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s891" from="5186" to="5189">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s892" from="5190" to="5200">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">missbrauch</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s893" from="5201" to="5206">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nicht</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s894" from="5207" to="5213">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wieder</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s895" from="5214" to="5223">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gut machen</f>
-            <f name="pos">V</f>
-            <f name="msd">INF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s896" from="5224" to="5230">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">können</f>
-            <f name="pos">V</f>
-            <f name="msd">PCP:PERF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s897" from="5230" to="5231">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s898" from="5232" to="5236">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aber</f>
-            <f name="pos">CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s899" from="5237" to="5239">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">es</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s900" from="5240" to="5245">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">V</f>
-            <f name="msd">SUB:PAST</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s901" from="5246" to="5249">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s902" from="5250" to="5257">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ersparen</f>
-            <f name="pos">V</f>
-            <f name="msd">PCP:PERF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s903" from="5257" to="5258">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s904" from="5259" to="5264">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">neben</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s905" from="5265" to="5268">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s906" from="5269" to="5280">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">psychisch</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s907" from="5281" to="5286">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kampf</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s908" from="5287" to="5289">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">um</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s909" from="5289" to="5290">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s910" from="5291" to="5300">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">überleben</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s911" from="5301" to="5305">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">auch</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s912" from="5306" to="5310">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">noch</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s913" from="5311" to="5314">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s914" from="5315" to="5329">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">existenziell</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s915" from="5330" to="5345">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">überleben kampf</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s916" from="5346" to="5352">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">führen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s917" from="5353" to="5355">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s918" from="5356" to="5362">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">müssen</f>
-            <f name="pos">V</f>
-            <f name="msd">INF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s919" from="5362" to="5363">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s920" from="5363" to="5364">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s921" from="5365" to="5375">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">stationär</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s922" from="5376" to="5386">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">behandlung</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s923" from="5387" to="5392">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nötig</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s924" from="5393" to="5396">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">was</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s925" from="5397" to="5406">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Katharina</f>
-            <f name="pos">N</f>
-            <f name="msd">Prop</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s926" from="5407" to="5415">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Grünberg</f>
-            <f name="pos">N</f>
-            <f name="msd">Prop</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s927" from="5416" to="5421">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zudem</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s928" from="5422" to="5430">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">belasten</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s929" from="5430" to="5431">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s930" from="5432" to="5436">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s931" from="5437" to="5440">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s932" from="5441" to="5453">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wiederholt</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s933" from="5454" to="5474">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">auseinandersetzung</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s934" from="5475" to="5478">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mit</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s935" from="5479" to="5484">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s936" from="5485" to="5493">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">privat</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s937" from="5494" to="5506">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kranke kasse</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s938" from="5506" to="5507">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s939" from="5508" to="5512">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zwar</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s940" from="5513" to="5517">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">V</f>
-            <f name="msd">SUB:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s941" from="5518" to="5521">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s942" from="5522" to="5527">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kasse</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s943" from="5528" to="5533">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">neben</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s944" from="5534" to="5538">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zwei</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s945" from="5539" to="5549">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ambulant</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s946" from="5550" to="5559">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">therapie</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s947" from="5560" to="5564">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">auch</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s948" from="5565" to="5575">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">stationär</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s949" from="5576" to="5585">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">therapie</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s950" from="5586" to="5593">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bezahlen</f>
-            <f name="pos">V</f>
-            <f name="msd">PCP:PERF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s951" from="5593" to="5594">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s952" from="5595" to="5599">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">doch</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s953" from="5600" to="5604">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">einer</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s954" from="5605" to="5608">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s955" from="5609" to="5612">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s956" from="5613" to="5625">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">behandelnd</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s957" from="5626" to="5632">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">arzt</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s958" from="5633" to="5636">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">als</f>
-            <f name="pos">CS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s959" from="5637" to="5646">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">notwendig</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s960" from="5647" to="5656">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erachtet</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s961" from="5657" to="5669">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">verlängerung</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s962" from="5670" to="5673">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s963" from="5674" to="5685">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">stationär</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s964" from="5686" to="5697">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aufenthalt</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s965" from="5698" to="5702">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">über</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s966" from="5703" to="5707">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">vier</f>
-            <f name="pos">NUM</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s967" from="5708" to="5714">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">woche</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s968" from="5715" to="5721">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">hinaus</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s969" from="5722" to="5725">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">V</f>
-            <f name="msd">SUB:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s970" from="5726" to="5731">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">jeder</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s971" from="5732" to="5735">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mal</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s972" from="5736" to="5745">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ablehnen</f>
-            <f name="pos">V</f>
-            <f name="msd">PCP:PERF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s973" from="5746" to="5752">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="pos">V</f>
-            <f name="msd">PCP:PERF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s974" from="5755" to="5760">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">immer</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s975" from="5761" to="5764">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mit</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s976" from="5765" to="5768">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s977" from="5769" to="5779">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">begründung</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s978" from="5779" to="5780">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s979" from="5781" to="5785">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dieser</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s980" from="5786" to="5789">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">V</f>
-            <f name="msd">SUB:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s981" from="5790" to="5801">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">medizinisch</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s982" from="5802" to="5807">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nicht</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s983" from="5808" to="5817">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">notwendig</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s984" from="5817" to="5818">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s985" from="5819" to="5820">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s986" from="5820" to="5823">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s987" from="5824" to="5833">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bedeuten</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PAST</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s988" from="5833" to="5834">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s989" from="5835" to="5839">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dass</f>
-            <f name="pos">CS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s990" from="5840" to="5843">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s991" from="5844" to="5847">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s992" from="5848" to="5858">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">begonnen</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s993" from="5859" to="5864">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gut</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s994" from="5865" to="5872">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">prozess</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s995" from="5873" to="5879">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">leider</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s996" from="5880" to="5889">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">abbrechen</f>
-            <f name="pos">V</f>
-            <f name="msd">INF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s997" from="5890" to="5896">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">müssen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PAST</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s998" from="5897" to="5900">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s999" from="5901" to="5909">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">instabil</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1000" from="5910" to="5919">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">entlassen</f>
-            <f name="pos">V</f>
-            <f name="msd">INF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1001" from="5920" to="5925">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PAST</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1002" from="5925" to="5926">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1003" from="5926" to="5927">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1004" from="5928" to="5937">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erläutern</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1005" from="5938" to="5941">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1006" from="5941" to="5942">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1007" from="5943" to="5944">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1008" from="5944" to="5948">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">auch</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1009" from="5949" to="5952">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aus</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1010" from="5953" to="5958">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sicht</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1011" from="5959" to="5965">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mein</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1012" from="5966" to="5972">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">arzt</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1013" from="5973" to="5976">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1014" from="5977" to="5981">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1015" from="5982" to="5992">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">stationär</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1016" from="5993" to="6003">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">behandlung</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1017" from="6004" to="6012">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dringend</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1018" from="6013" to="6025">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erforderlich</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1019" from="6028" to="6032">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aber</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1020" from="6033" to="6037">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">vier</f>
-            <f name="pos">NUM</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1021" from="6038" to="6044">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">woche</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1022" from="6045" to="6052">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">reich</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1023" from="6053" to="6057">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eben</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1024" from="6058" to="6063">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nicht</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1025" from="6063" to="6064">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1026" from="6065" to="6067">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">es</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1027" from="6068" to="6074">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gehören</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1028" from="6075" to="6079">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sehr</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1029" from="6080" to="6084">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">viel</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1030" from="6085" to="6088">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mut</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1031" from="6089" to="6093">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dazu</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1032" from="6093" to="6094">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1033" from="6095" to="6099">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1034" from="6100" to="6103">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1035" from="6104" to="6117">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">vergangenheit</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1036" from="6118" to="6120">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1037" from="6121" to="6128">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">stellen</f>
-            <f name="pos">V</f>
-            <f name="msd">INF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1038" from="6128" to="6129">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1039" from="6130" to="6133">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1040" from="6134" to="6137">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1041" from="6138" to="6142">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1042" from="6143" to="6148">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schon</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1043" from="6149" to="6153">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">viel</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1044" from="6154" to="6162">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erreichen</f>
-            <f name="pos">V</f>
-            <f name="msd">PCP:PERF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1045" from="6162" to="6163">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1046" from="6164" to="6168">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">doch</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1047" from="6169" to="6172">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1048" from="6173" to="6178">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">seele</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1049" from="6178" to="6179">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1050" from="6180" to="6183">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1051" from="6184" to="6189">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">durch</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1052" from="6190" to="6193">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1053" from="6194" to="6204">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">missbrauch</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1054" from="6205" to="6207">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1055" from="6208" to="6219">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">einzeln teil</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1056" from="6220" to="6227">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zerlegen</f>
-            <f name="pos">V</f>
-            <f name="msd">PCP:PERF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1057" from="6228" to="6233">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PAST</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1058" from="6233" to="6234">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1059" from="6235" to="6242">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">brauchen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1060" from="6243" to="6247">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zeit</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1061" from="6248" to="6251">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1062" from="6252" to="6266">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">professionell</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1063" from="6267" to="6280">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">unterstützung</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1064" from="6280" to="6281">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1065" from="6282" to="6284">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">um</f>
-            <f name="pos">CS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1066" from="6285" to="6287">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1067" from="6288" to="6294">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">heilen</f>
-            <f name="pos">V</f>
-            <f name="msd">INF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1068" from="6294" to="6295">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1069" from="6296" to="6299">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1070" from="6300" to="6304">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1071" from="6305" to="6309">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1072" from="6310" to="6321">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">perspektive</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1073" from="6321" to="6322">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">:</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1074" from="6323" to="6330">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">endlich</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1075" from="6331" to="6334">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1076" from="6335" to="6340">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">leben</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1077" from="6341" to="6345">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ohne</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1078" from="6346" to="6355">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">therapie</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1079" from="6355" to="6356">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1080" from="6357" to="6361">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aber</f>
-            <f name="pos">CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1081" from="6362" to="6365">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1082" from="6366" to="6370">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">können</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1083" from="6371" to="6374">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1084" from="6375" to="6381">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kosten</f>
-            <f name="pos">V</f>
-            <f name="msd">INF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1085" from="6382" to="6385">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">für</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1086" from="6386" to="6389">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1087" from="6390" to="6406">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">klinik aufenthalt</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1088" from="6407" to="6412">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nicht</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1089" from="6413" to="6419">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">selbst</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1090" from="6420" to="6430">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aufbringen</f>
-            <f name="pos">V</f>
-            <f name="msd">INF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1091" from="6430" to="6431">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1092" from="6432" to="6436">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wenn</f>
-            <f name="pos">CS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1093" from="6437" to="6440">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1094" from="6441" to="6453">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kranke kasse</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1095" from="6454" to="6457">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1096" from="6458" to="6463">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nicht</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1097" from="6464" to="6473">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">übernehmen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1098" from="6473" to="6474">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1099" from="6474" to="6475">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1100" from="6476" to="6481">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">fonds</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1101" from="6482" to="6485">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">für</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1102" from="6486" to="6502">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">missbrauch opfer</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1103" from="6503" to="6508">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gross</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1104" from="6509" to="6517">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">hoffnung</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1105" from="6518" to="6523">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">setzen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1106" from="6524" to="6533">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Katharina</f>
-            <f name="pos">N</f>
-            <f name="msd">Prop</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1107" from="6534" to="6542">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Grünberg</f>
-            <f name="pos">N</f>
-            <f name="msd">Prop</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1108" from="6543" to="6548">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">jetzt</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1109" from="6549" to="6552">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">auf</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1110" from="6553" to="6556">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1111" from="6557" to="6562">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">fonds</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1112" from="6563" to="6566">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">für</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1113" from="6567" to="6572">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">opfer</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1114" from="6573" to="6582">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sexuell</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1115" from="6583" to="6594">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">missbrauch</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1116" from="6594" to="6595">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1117" from="6596" to="6599">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1118" from="6600" to="6601">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1119" from="6601" to="6602">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1120" from="6603" to="6606">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mai</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1121" from="6607" to="6614">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">starten</f>
-            <f name="pos">V</f>
-            <f name="msd">INF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1122" from="6615" to="6619">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sollen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1123" from="6619" to="6620">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1124" from="6621" to="6627">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dieser</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1125" from="6628" to="6638">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">hilfe fonds</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1126" from="6639" to="6642">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1127" from="6643" to="6647">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">teil</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1128" from="6648" to="6653">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1129" from="6654" to="6662">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gesetz</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1130" from="6663" to="6665">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1131" from="6665" to="6666">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1132" from="6667" to="6675">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">stärkung</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1133" from="6676" to="6679">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1134" from="6680" to="6686">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">recht</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1135" from="6687" to="6690">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1136" from="6691" to="6708">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">missbrauch opfer</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1137" from="6708" to="6709">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1138" from="6710" to="6713">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1139" from="6714" to="6717">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1140" from="6718" to="6727">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bund tag</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1141" from="6728" to="6733">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mitte</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1142" from="6734" to="6738">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">märz</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1143" from="6739" to="6745">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dieser</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1144" from="6746" to="6752">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">jahr</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1145" from="6753" to="6766">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">verabschieden</f>
-            <f name="pos">V</f>
-            <f name="msd">PCP:PERF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1146" from="6767" to="6770">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1147" from="6770" to="6771">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1148" from="6772" to="6775">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1149" from="6776" to="6782">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gesetz</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1150" from="6783" to="6791">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wiederum</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1151" from="6792" to="6796">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gehen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1152" from="6797" to="6803">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zurück</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1153" from="6804" to="6807">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">auf</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1154" from="6808" to="6820">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">empfehlung</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1155" from="6821" to="6824">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1156" from="6825" to="6831">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Runden</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1157" from="6832" to="6839">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">tisch</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1158" from="6840" to="6841">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1159" from="6841" to="6850">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Sexueller</f>
-            <f name="pos">N</f>
-            <f name="msd">Prop</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1160" from="6851" to="6867">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Kindmissbrauch</f>
-            <f name="pos">N</f>
-            <f name="msd">Prop</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1161" from="6867" to="6868">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1162" from="6868" to="6869">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1163" from="6870" to="6876">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dieser</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1164" from="6877" to="6884">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gremium</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1165" from="6885" to="6888">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PAST</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1166" from="6889" to="6893">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">2010</f>
-            <f name="pos">NUM</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1167" from="6894" to="6906">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein richten</f>
-            <f name="pos">V</f>
-            <f name="msd">PCP:PERF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1168" from="6907" to="6913">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="pos">V</f>
-            <f name="msd">PCP:PERF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1169" from="6913" to="6914">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1170" from="6915" to="6922">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nachdem</f>
-            <f name="pos">CS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1171" from="6923" to="6931">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">tausende</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1172" from="6932" to="6937">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">fall</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1173" from="6938" to="6941">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1174" from="6942" to="6958">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kind missbrauch</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1175" from="6959" to="6961">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1176" from="6962" to="6973">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kirchlich</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1177" from="6974" to="6987">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">einrichtung</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1178" from="6987" to="6988">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1179" from="6989" to="6999">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">internat</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1180" from="7000" to="7003">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1181" from="7004" to="7010">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">heim</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1182" from="7011" to="7026">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bekannt geworden</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1183" from="7027" to="7032">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PAST</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1184" from="7032" to="7033">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1185" from="7034" to="7038">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nach</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1186" from="7039" to="7057">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">anderthalbjährig</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1187" from="7058" to="7066">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">beratung</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1188" from="7067" to="7072">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PAST</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1189" from="7073" to="7076">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1190" from="7077" to="7082">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">runde</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1191" from="7083" to="7088">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">tisch</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1192" from="7089" to="7093">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ende</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1193" from="7094" to="7098">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">2011</f>
-            <f name="pos">NUM</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1194" from="7099" to="7104">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">unter</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1195" from="7105" to="7112">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">andere</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1196" from="7113" to="7122">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">empfehlen</f>
-            <f name="pos">V</f>
-            <f name="msd">PCP:PERF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1197" from="7122" to="7123">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1198" from="7124" to="7129">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1199" from="7130" to="7135">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">fonds</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1200" from="7136" to="7138">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1201" from="7139" to="7143">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">höhe</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1202" from="7144" to="7147">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1203" from="7148" to="7151">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">100</f>
-            <f name="pos">NUM</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1204" from="7152" to="7161">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">million</f>
-            <f name="pos">NUM</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1205" from="7162" to="7166">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">euro</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1206" from="7167" to="7169">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1207" from="7170" to="7178">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schaffen</f>
-            <f name="pos">V</f>
-            <f name="msd">INF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1208" from="7178" to="7179">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1209" from="7180" to="7183">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1210" from="7184" to="7188">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1211" from="7189" to="7191">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">an</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1212" from="7192" to="7197">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">opfer</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1213" from="7198" to="7207">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sexuell</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1214" from="7208" to="7219">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">missbrauch</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1215" from="7220" to="7222">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1216" from="7223" to="7231">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">privat</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1217" from="7232" to="7235">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1218" from="7236" to="7248">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">öffentlich</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1219" from="7249" to="7262">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">einrichtung</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1220" from="7263" to="7268">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sowie</f>
-            <f name="pos">CS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1221" from="7269" to="7281">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ausdrücklich</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1222" from="7282" to="7286">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">auch</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1223" from="7287" to="7289">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">an</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1224" from="7290" to="7295">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">opfer</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1225" from="7296" to="7299">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1226" from="7300" to="7310">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">missbrauch</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1227" from="7311" to="7313">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1228" from="7314" to="7322">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">familie</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1229" from="7323" to="7330">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">richten</f>
-            <f name="pos">V</f>
-            <f name="msd">INF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1230" from="7331" to="7335">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sollen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1231" from="7335" to="7336">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1232" from="7337" to="7340">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1233" from="7341" to="7346">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">fonds</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1234" from="7347" to="7353">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sollen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PAST</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1235" from="7354" to="7356">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">je</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1236" from="7357" to="7359">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1237" from="7359" to="7360">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1238" from="7361" to="7367">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">hälfte</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1239" from="7368" to="7370">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1240" from="7370" to="7371">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1241" from="7372" to="7376">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bund</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1242" from="7377" to="7380">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1243" from="7381" to="7384">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1244" from="7385" to="7392">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">land</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1245" from="7393" to="7401">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">getragen</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1246" from="7402" to="7408">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1247" from="7408" to="7409">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1248" from="7410" to="7414">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">doch</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1249" from="7415" to="7420">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">genau</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1250" from="7421" to="7426">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">daran</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1251" from="7427" to="7433">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">hapern</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1252" from="7434" to="7436">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">es</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1253" from="7436" to="7437">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">:</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1254" from="7438" to="7441">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1255" from="7442" to="7449">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">meiste</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1256" from="7450" to="7456">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">land</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1257" from="7457" to="7467">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">verweigern</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1258" from="7468" to="7472">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1259" from="7473" to="7484">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">beteiligung</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1260" from="7484" to="7485">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1261" from="7486" to="7494">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">darunter</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1262" from="7495" to="7499">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">auch</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1263" from="7500" to="7513">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Niedersachse</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1264" from="7513" to="7514">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1265" from="7515" to="7537">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">land sozial ministerin</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1266" from="7538" to="7546">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Cornelia</f>
-            <f name="pos">N</f>
-            <f name="msd">Prop</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1267" from="7547" to="7552">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Rundt</f>
-            <f name="pos">N</f>
-            <f name="msd">Prop</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1268" from="7553" to="7554">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">(</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1269" from="7554" to="7557">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">SPD</f>
-            <f name="pos">N</f>
-            <f name="msd">Prop</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1270" from="7557" to="7558">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">)</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1271" from="7559" to="7563">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sagen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1272" from="7564" to="7568">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dazu</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1273" from="7568" to="7569">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">:</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1274" from="7570" to="7571">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1275" from="7571" to="7574">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wir</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1276" from="7575" to="7581">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">lehnen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1277" from="7582" to="7585">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1278" from="7586" to="7597">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">einrichtung</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1279" from="7598" to="7601">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1280" from="7602" to="7607">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">fonds</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1281" from="7608" to="7610">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1282" from="7611" to="7617">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dieser</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1283" from="7618" to="7622">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">form</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1284" from="7623" to="7625">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ab</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1285" from="7625" to="7626">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1286" from="7627" to="7631">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">weil</f>
-            <f name="pos">CS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1287" from="7632" to="7634">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">er</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1288" from="7635" to="7638">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wir</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1289" from="7639" to="7646">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zwingen</f>
-            <f name="pos">V</f>
-            <f name="msd">INF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1290" from="7647" to="7651">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wollen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1291" from="7651" to="7652">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1292" from="7653" to="7666">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">verantwortung</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1293" from="7667" to="7670">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">für</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1294" from="7671" to="7680">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sexuell</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1295" from="7681" to="7691">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">missbrauch</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1296" from="7692" to="7693">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1297" from="7693" to="7694">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1298" from="7695" to="7703">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">privat</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1299" from="7704" to="7711">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bereich</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1300" from="7712" to="7714">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1301" from="7715" to="7725">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">übernehmen</f>
-            <f name="pos">V</f>
-            <f name="msd">INF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1302" from="7725" to="7726">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1303" from="7726" to="7727">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1304" from="7728" to="7731">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1305" from="7732" to="7736">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">land</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1306" from="7737" to="7744">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bekennen</f>
-            <f name="pos">V</f>
-            <f name="msd">SUB:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1307" from="7745" to="7749">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1308" from="7750" to="7756">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">jedoch</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1309" from="7757" to="7759">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1310" from="7760" to="7766">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1311" from="7767" to="7780">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">verantwortung</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1312" from="7780" to="7781">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1313" from="7782" to="7786">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wenn</f>
-            <f name="pos">CS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1314" from="7787" to="7789">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1315" from="7790" to="7809">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">land einrichtung</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1316" from="7809" to="7810">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1317" from="7811" to="7813">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1318" from="7814" to="7821">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schule</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1319" from="7822" to="7826">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">oder</f>
-            <f name="pos">CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1320" from="7827" to="7829">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1321" from="7830" to="7841">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schulisch</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1322" from="7842" to="7855">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">einrichtung</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1323" from="7856" to="7862">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Kinder</f>
-            <f name="pos">N</f>
-            <f name="msd">Prop</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1324" from="7863" to="7868">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">opfer</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1325" from="7869" to="7872">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1326" from="7873" to="7879">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gewalt</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1327" from="7880" to="7883">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1328" from="7884" to="7894">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">missbrauch</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1329" from="7895" to="7901">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PAST</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1330" from="7901" to="7902">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1331" from="7903" to="7905">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">so</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1332" from="7906" to="7911">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Rundt</f>
-            <f name="pos">N</f>
-            <f name="msd">Prop</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1333" from="7911" to="7912">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1334" from="7913" to="7918">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">10000</f>
-            <f name="pos">NUM</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1335" from="7919" to="7923">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">euro</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1336" from="7924" to="7927">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">pro</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1337" from="7928" to="7941">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">antrag steller</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1338" from="7942" to="7950">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aufgrund</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1339" from="7951" to="7954">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1340" from="7955" to="7966">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">differenz</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1341" from="7967" to="7970">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1342" from="7971" to="7974">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1343" from="7975" to="7990">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bund regierung</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1344" from="7991" to="7994">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nun</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1345" from="7995" to="8006">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">beschliessen</f>
-            <f name="pos">V</f>
-            <f name="msd">PCP:PERF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1346" from="8006" to="8007">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1347" from="8008" to="8011">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1348" from="8012" to="8017">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">fonds</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1349" from="8018" to="8021">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mit</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1350" from="8022" to="8027">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1351" from="8028" to="8035">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">volumen</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1352" from="8036" to="8039">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1353" from="8040" to="8042">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">50</f>
-            <f name="pos">NUM</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1354" from="8043" to="8052">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">million</f>
-            <f name="pos">NUM</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1355" from="8053" to="8057">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">euro</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1356" from="8058" to="8062">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ohne</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1357" from="8063" to="8074">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">beteiligung</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1358" from="8075" to="8078">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1359" from="8079" to="8085">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">land</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1360" from="8086" to="8088">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1361" from="8089" to="8096">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">starten</f>
-            <f name="pos">V</f>
-            <f name="msd">INF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1362" from="8096" to="8097">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1363" from="8098" to="8102">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nach</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1364" from="8103" to="8111">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">auskunft</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1365" from="8112" to="8115">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1366" from="8116" to="8142">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bund familie ministerium</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1367" from="8143" to="8149">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sollen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1368" from="8150" to="8156">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">daraus</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1369" from="8157" to="8160">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">vor</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1370" from="8161" to="8166">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">alle</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1371" from="8167" to="8176">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">therapie</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1372" from="8177" to="8184">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bezahlen</f>
-            <f name="pos">V</f>
-            <f name="msd">PCP:PERF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1373" from="8185" to="8191">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="pos">V</f>
-            <f name="msd">INF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1374" from="8191" to="8192">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1375" from="8193" to="8198">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">falls</f>
-            <f name="pos">CS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1376" from="8199" to="8202">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1377" from="8203" to="8216">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kranke kasse</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1378" from="8217" to="8222">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dieser</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1379" from="8223" to="8229">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kosten</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1380" from="8230" to="8235">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nicht</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1381" from="8236" to="8246">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">übernehmen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1382" from="8246" to="8247">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1383" from="8248" to="8255">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">detail</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1384" from="8256" to="8258">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1385" from="8259" to="8262">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1386" from="8263" to="8272">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">geplant</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1387" from="8273" to="8279">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">hilfe</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1388" from="8280" to="8285">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sowie</f>
-            <f name="pos">CS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1389" from="8286" to="8288">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1390" from="8289" to="8292">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1391" from="8293" to="8313">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">antrag möglichkeit</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1392" from="8314" to="8320">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">stehen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1393" from="8321" to="8325">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">noch</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1394" from="8326" to="8331">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nicht</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1395" from="8332" to="8336">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">fest</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1396" from="8336" to="8337">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1397" from="8338" to="8345">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">planen</f>
-            <f name="pos">V</f>
-            <f name="msd">PCP:PERF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1398" from="8346" to="8349">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1399" from="8349" to="8350">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1400" from="8351" to="8355">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dass</f>
-            <f name="pos">CS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1401" from="8356" to="8359">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1402" from="8360" to="8372">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">unabhängig</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1403" from="8373" to="8396">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sachverständigengremium</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1404" from="8397" to="8401">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">über</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1405" from="8402" to="8405">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1406" from="8406" to="8413">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">antrag</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1407" from="8414" to="8417">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1408" from="8418" to="8429">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">betroffene</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1409" from="8430" to="8441">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">entscheiden</f>
-            <f name="pos">V</f>
-            <f name="msd">INF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1410" from="8442" to="8446">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1411" from="8446" to="8447">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1412" from="8448" to="8451">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1413" from="8452" to="8456">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1414" from="8457" to="8462">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">unter</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1415" from="8463" to="8470">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">andere</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1416" from="8471" to="8474">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aus</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1417" from="8475" to="8481">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">arzt</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1418" from="8482" to="8485">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1419" from="8486" to="8503">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">psycho therapeut</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1420" from="8504" to="8509">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sowie</f>
-            <f name="pos">CS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1421" from="8510" to="8520">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">vertreter</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1422" from="8521" to="8524">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1423" from="8525" to="8529">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bund</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1424" from="8530" to="8533">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1425" from="8534" to="8541">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">land</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1426" from="8542" to="8556">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zusammen setzen</f>
-            <f name="pos">V</f>
-            <f name="msd">INF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1427" from="8557" to="8561">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sollen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1428" from="8561" to="8562">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1429" from="8563" to="8564">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1430" from="8564" to="8565">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1431" from="8566" to="8582">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">abschluss bericht</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1432" from="8583" to="8586">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1433" from="8587" to="8593">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Runden</f>
-            <f name="pos">N</f>
-            <f name="msd">Prop</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1434" from="8594" to="8601">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Tisch</f>
-            <f name="pos">N</f>
-            <f name="msd">Prop</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1435" from="8602" to="8606">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1436" from="8607" to="8612">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zudem</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1437" from="8613" to="8617">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1438" from="8618" to="8628">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ober grenze</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1439" from="8629" to="8632">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">für</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1440" from="8633" to="8647">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sache leistung</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1441" from="8648" to="8651">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1442" from="8652" to="8654">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">10</f>
-            <f name="pos">NUM</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1443" from="8655" to="8658">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">000</f>
-            <f name="pos">NUM</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1444" from="8659" to="8663">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">euro</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1445" from="8664" to="8667">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">pro</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1446" from="8668" to="8681">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">antrag steller</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1447" from="8682" to="8695">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">vor schlagen</f>
-            <f name="pos">V</f>
-            <f name="msd">PCP:PERF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1448" from="8695" to="8696">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">;</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1449" from="8697" to="8699">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1450" from="8700" to="8712">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">einzeln fall</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1451" from="8713" to="8717">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sollen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1452" from="8718" to="8722">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">auch</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1453" from="8723" to="8727">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mehr</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1454" from="8728" to="8735">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zahlen</f>
-            <f name="pos">V</f>
-            <f name="msd">PCP:PERF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1455" from="8736" to="8742">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="pos">V</f>
-            <f name="msd">INF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1456" from="8743" to="8749">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">können</f>
-            <f name="pos">V</f>
-            <f name="msd">PCP:PERF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1457" from="8749" to="8750">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1458" from="8751" to="8754">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1459" from="8755" to="8760">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">hilfe</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1460" from="8761" to="8765">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sollen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1461" from="8766" to="8771">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">stets</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1462" from="8772" to="8779">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schnell</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1463" from="8780" to="8783">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1464" from="8784" to="8798">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">unbürokratisch</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1465" from="8799" to="8807">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erfolgen</f>
-            <f name="pos">V</f>
-            <f name="msd">INF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1466" from="8807" to="8808">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1467" from="8809" to="8814">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">heissen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1468" from="8815" to="8817">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">es</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1469" from="8817" to="8818">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1470" from="8819" to="8824">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kampf</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1471" from="8825" to="8830">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gegen</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1472" from="8831" to="8834">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1473" from="8835" to="8843">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ohnmacht</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1474" from="8844" to="8853">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Katharina</f>
-            <f name="pos">N</f>
-            <f name="msd">Prop</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1475" from="8854" to="8862">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Grünberg</f>
-            <f name="pos">N</f>
-            <f name="msd">Prop</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1476" from="8863" to="8868">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sehen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1477" from="8869" to="8871">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1478" from="8872" to="8875">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1479" from="8876" to="8881">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">fonds</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1480" from="8882" to="8887">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1481" from="8888" to="8901">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">rettungsanker</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1482" from="8904" to="8907">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1483" from="8908" to="8913">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">hoffen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1484" from="8913" to="8914">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1485" from="8915" to="8919">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dass</f>
-            <f name="pos">CS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1486" from="8920" to="8923">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1487" from="8924" to="8928">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">über</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1488" from="8929" to="8935">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dieser</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1489" from="8936" to="8939">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">weg</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1490" from="8940" to="8947">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">endlich</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1491" from="8948" to="8952">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1492" from="8953" to="8960">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">lang</f>
-            <f name="pos">A</f>
-            <f name="msd">CMP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1493" from="8961" to="8971">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">stationär</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1494" from="8972" to="8980">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">therapie</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1495" from="8981" to="8991">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wahr nehmen</f>
-            <f name="pos">V</f>
-            <f name="msd">INF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1496" from="8992" to="8996">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">können</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1497" from="8996" to="8997">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1498" from="8998" to="9000">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1499" from="9001" to="9004">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1500" from="9005" to="9011">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">e mail</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1501" from="9011" to="9012">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1502" from="9013" to="9016">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1503" from="9017" to="9020">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1504" from="9021" to="9023">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">an</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1505" from="9024" to="9030">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">unser</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1506" from="9031" to="9040">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">redaktion</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1507" from="9041" to="9050">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">geschickt</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1508" from="9051" to="9056">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PAST</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1509" from="9056" to="9057">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1510" from="9058" to="9066">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schreiben</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1511" from="9067" to="9070">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1512" from="9070" to="9071">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">:</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1513" from="9072" to="9073">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1514" from="9073" to="9078">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">immer</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1515" from="9079" to="9085">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wieder</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1516" from="9086" to="9088">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1517" from="9089" to="9098">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">scheitern</f>
-            <f name="pos">V</f>
-            <f name="msd">INF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1518" from="9099" to="9101">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1519" from="9102" to="9105">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1520" from="9106" to="9115">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">versuch</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1521" from="9115" to="9116">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1522" from="9117" to="9125">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dringend</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1523" from="9126" to="9135">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">benötigt</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1524" from="9136" to="9141">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">hilfe</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1525" from="9142" to="9144">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1526" from="9145" to="9153">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bekommen</f>
-            <f name="pos">V</f>
-            <f name="msd">INF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1527" from="9153" to="9154">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1528" from="9155" to="9159">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">rufen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1529" from="9160" to="9163">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1530" from="9164" to="9170">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gefühl</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1531" from="9171" to="9174">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1532" from="9175" to="9183">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ohnmacht</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1533" from="9184" to="9190">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">hervor</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1534" from="9193" to="9196">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1535" from="9197" to="9203">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gefühl</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1536" from="9203" to="9204">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1537" from="9205" to="9208">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1538" from="9209" to="9213">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">alle</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1539" from="9214" to="9225">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">betroffene</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1540" from="9226" to="9230">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sehr</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1541" from="9231" to="9234">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gut</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1542" from="9235" to="9238">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aus</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1543" from="9239" to="9242">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1544" from="9243" to="9265">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">missbrauch situation</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1545" from="9266" to="9272">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kennen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1546" from="9272" to="9273">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1547" from="9274" to="9279">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">jeder</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1548" from="9280" to="9289">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">scheit</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1549" from="9290" to="9298">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bedeuten</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1550" from="9299" to="9303">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1551" from="9304" to="9308">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">form</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1552" from="9309" to="9312">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1553" from="9313" to="9330">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Retraumatisierung</f>
-            <f name="pos">N</f>
-            <f name="msd">Prop</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1554" from="9330" to="9331">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1555" from="9332" to="9337">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werfen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1556" from="9338" to="9344">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zurück</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1557" from="9345" to="9348">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">auf</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1558" from="9349" to="9352">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1559" from="9353" to="9363">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mühselig</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1560" from="9364" to="9367">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">weg</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1561" from="9368" to="9371">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aus</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1562" from="9372" to="9375">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1563" from="9376" to="9382">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bloss</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1564" from="9383" to="9392">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">überleben</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1565" from="9393" to="9395">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1566" from="9396" to="9399">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1567" from="9400" to="9412">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">leben wert</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1568" from="9412" to="9413">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1569" from="9414" to="9424">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">lebendig</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1570" from="9425" to="9430">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">leben</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1571" from="9430" to="9431">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1572" from="9432" to="9435">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1573" from="9436" to="9439">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1574" from="9440" to="9442">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">es</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1575" from="9443" to="9447">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zwar</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1576" from="9448" to="9452">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1577" from="9453" to="9459">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ahnung</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1578" from="9460" to="9464">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">geben</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1579" from="9464" to="9465">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1580" from="9466" to="9469">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1581" from="9470" to="9474">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aber</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1582" from="9475" to="9479">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kaum</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1583" from="9480" to="9490">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erreichbar</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1584" from="9491" to="9500">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erscheinen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1585" from="9500" to="9501">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1586" from="9502" to="9505">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nur</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1587" from="9506" to="9512">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wenig</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1588" from="9513" to="9523">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">betroffene</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1589" from="9524" to="9529">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1590" from="9530" to="9533">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1591" from="9534" to="9538">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">geld</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1592" from="9538" to="9539">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1593" from="9540" to="9554">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">therapie kosten</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1594" from="9555" to="9561">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">selber</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1595" from="9562" to="9564">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1596" from="9565" to="9571">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zahlen</f>
-            <f name="pos">V</f>
-            <f name="msd">INF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1597" from="9571" to="9572">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1598" from="9573" to="9576">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1599" from="9577" to="9582">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">viel</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1600" from="9583" to="9588">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1601" from="9589" to="9594">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nicht</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1602" from="9595" to="9599">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mehr</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1603" from="9600" to="9603">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1604" from="9604" to="9609">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kraft</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1605" from="9610" to="9612">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1606" from="9613" to="9620">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kämpfen</f>
-            <f name="pos">V</f>
-            <f name="msd">INF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1607" from="9620" to="9621">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1608" from="9622" to="9627">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">geben</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1609" from="9628" to="9632">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1610" from="9633" to="9636">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">auf</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1611" from="9636" to="9637">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1612" from="9638" to="9641">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1613" from="9642" to="9648">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">selber</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1614" from="9649" to="9654">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">stehen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1615" from="9655" to="9660">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">trotz</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1616" from="9661" to="9666">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">alle</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1617" from="9667" to="9672">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">immer</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1618" from="9673" to="9679">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wieder</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1619" from="9680" to="9683">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">auf</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1620" from="9683" to="9684">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1621" from="9685" to="9691">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kämpfen</f>
-            <f name="pos">V</f>
-            <f name="msd">SUB:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1622" from="9692" to="9698">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">weiter</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1623" from="9698" to="9699">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1624" from="9700" to="9704">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wissen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1625" from="9705" to="9713">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">manchmal</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1626" from="9714" to="9719">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nicht</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1627" from="9719" to="9720">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1628" from="9721" to="9726">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">woher</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1629" from="9727" to="9730">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1630" from="9731" to="9734">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1631" from="9735" to="9740">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kraft</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1632" from="9741" to="9746">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nehmen</f>
-            <f name="pos">V</f>
-            <f name="msd">SUB:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1633" from="9746" to="9747">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1634" from="9748" to="9751">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1635" from="9752" to="9755">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1636" from="9756" to="9761">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schon</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1637" from="9762" to="9765">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1638" from="9766" to="9772">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ganz</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1639" from="9773" to="9778">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">stück</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1640" from="9779" to="9787">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gehen</f>
-            <f name="pos">V</f>
-            <f name="msd">PCP:PERF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1641" from="9788" to="9791">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">auf</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1642" from="9792" to="9798">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mein</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1643" from="9799" to="9802">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">weg</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1644" from="9802" to="9803">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1645" from="9804" to="9807">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1646" from="9808" to="9812">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mein</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1647" from="9813" to="9818">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">leben</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1648" from="9819" to="9834">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zurück erobern</f>
-            <f name="pos">V</f>
-            <f name="msd">INF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1649" from="9835" to="9838">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1650" from="9839" to="9844">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nicht</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1651" from="9845" to="9849">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mehr</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1652" from="9850" to="9855">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">opfer</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1653" from="9856" to="9858">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1654" from="9859" to="9863">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">V</f>
-            <f name="msd">INF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1655" from="9863" to="9864">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1656" from="9864" to="9865">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1657" from="9866" to="9867">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1658" from="9867" to="9870">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1659" from="9871" to="9875">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wollen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1660" from="9876" to="9879">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1661" from="9880" to="9884">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mein</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1662" from="9885" to="9890">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">leben</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1663" from="9891" to="9904">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zurück erobern</f>
-            <f name="pos">V</f>
-            <f name="msd">INF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1664" from="9905" to="9908">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1665" from="9909" to="9914">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nicht</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1666" from="9915" to="9919">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mehr</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1667" from="9920" to="9925">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">opfer</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1668" from="9926" to="9930">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">V</f>
-            <f name="msd">INF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1669" from="9930" to="9931">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1670" from="9931" to="9932">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1671" from="9933" to="9942">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Katharina</f>
-            <f name="pos">N</f>
-            <f name="msd">Prop</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1672" from="9943" to="9951">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Grünberg</f>
-            <f name="pos">N</f>
-            <f name="msd">Prop</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1673" from="9952" to="9956">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1674" from="9957" to="9964">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">leserin</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1675" from="9964" to="9965">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1676" from="9966" to="9969">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1677" from="9970" to="9976">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">anonym</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1678" from="9977" to="9984">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bleiben</f>
-            <f name="pos">V</f>
-            <f name="msd">INF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1679" from="9985" to="9991">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mögen</f>
-            <f name="pos">V</f>
-            <f name="msd">SUB:PAST</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1680" from="9991" to="9992">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1681" from="9993" to="9998">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">fragen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1682" from="9998" to="9999">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">:</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1683" from="10000" to="10001">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1684" from="10001" to="10005">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nach</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1685" from="10006" to="10011">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zäh</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1686" from="10012" to="10018">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ring</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1687" from="10019" to="10023">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wollen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1688" from="10024" to="10027">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1689" from="10028" to="10043">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bund regierung</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1690" from="10044" to="10049">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">jetzt</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1691" from="10050" to="10057">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">endlich</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1692" from="10058" to="10061">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1693" from="10062" to="10072">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">hilfe fonds</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1694" from="10073" to="10076">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">für</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1695" from="10077" to="10082">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">opfer</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1696" from="10083" to="10092">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sexuell</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1697" from="10093" to="10104">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">missbrauch</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1698" from="10105" to="10115">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein richten</f>
-            <f name="pos">V</f>
-            <f name="msd">INF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1699" from="10115" to="10116">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1700" from="10117" to="10122">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">warum</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1701" from="10123" to="10133">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">beteiligen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1702" from="10134" to="10138">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1703" from="10139" to="10142">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1704" from="10143" to="10149">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">land</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1705" from="10150" to="10155">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nicht</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1706" from="10156" to="10161">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">daran</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1707" from="10161" to="10162">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1708" from="10163" to="10168">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">damit</f>
-            <f name="pos">CS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1709" from="10169" to="10172">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1710" from="10173" to="10178">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">fonds</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1711" from="10179" to="10182">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wie</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1712" from="10183" to="10190">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">geplant</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1713" from="10191" to="10194">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">100</f>
-            <f name="pos">NUM</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1714" from="10195" to="10204">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">million</f>
-            <f name="pos">NUM</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1715" from="10205" to="10209">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">euro</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1716" from="10210" to="10218">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">umfassen</f>
-            <f name="pos">V</f>
-            <f name="msd">INF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1717" from="10219" to="10223">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">können</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1718" from="10223" to="10224">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">?</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1719" from="10225" to="10228">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wer</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1720" from="10229" to="10232">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1721" from="10233" to="10241">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">anspruch</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1722" from="10242" to="10245">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">auf</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1723" from="10246" to="10256">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">leistung</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1724" from="10257" to="10260">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1725" from="10261" to="10266">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wofür</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1726" from="10267" to="10271">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1727" from="10272" to="10274">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">es</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1728" from="10275" to="10279">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">geld</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1729" from="10280" to="10285">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">geben</f>
-            <f name="pos">V</f>
-            <f name="msd">INF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1730" from="10285" to="10286">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">?</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1731" from="10286" to="10287">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1732" from="10288" to="10291">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1733" from="10292" to="10299">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">antwort</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1734" from="10300" to="10313">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">recherchieren</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PAST</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1735" from="10314" to="10322">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Cornelia</f>
-            <f name="pos">N</f>
-            <f name="msd">Prop</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1736" from="10323" to="10330">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Steiner</f>
-            <f name="pos">N</f>
-            <f name="msd">Prop</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1737" from="10331" to="10336">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dieser</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1738" from="10337" to="10345">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ton figur</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1739" from="10346" to="10349">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1740" from="10350" to="10359">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Katharina</f>
-            <f name="pos">N</f>
-            <f name="msd">Prop</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1741" from="10360" to="10368">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Grünberg</f>
-            <f name="pos">N</f>
-            <f name="msd">Prop</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1742" from="10369" to="10372">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">vor</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1743" from="10373" to="10380">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">einige</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1744" from="10381" to="10387">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">jahr</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1745" from="10388" to="10399">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">anfertigen</f>
-            <f name="pos">V</f>
-            <f name="msd">PCP:PERF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1746" from="10399" to="10400">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1747" from="10401" to="10404">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">als</f>
-            <f name="pos">CS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1748" from="10405" to="10408">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1749" from="10409" to="10414">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wegen</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1750" from="10415" to="10418">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1751" from="10419" to="10428">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sexuell</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1752" from="10429" to="10440">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">missbrauch</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1753" from="10441" to="10446">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">durch</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1754" from="10447" to="10451">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1755" from="10452" to="10458">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eltern</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1756" from="10459" to="10461">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1757" from="10461" to="10462">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1758" from="10463" to="10473">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">behandlung</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1759" from="10474" to="10476">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1760" from="10477" to="10482">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1761" from="10483" to="10489">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">klinik</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1762" from="10490" to="10493">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PAST</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1763" from="10493" to="10494">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1764" from="10495" to="10496">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1765" from="10496" to="10499">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1766" from="10500" to="10505">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">figur</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1767" from="10506" to="10511">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zeigen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1768" from="10511" to="10512">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1769" from="10513" to="10516">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">was</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1770" from="10517" to="10520">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1771" from="10521" to="10526">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">fühlen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1772" from="10526" to="10527">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">:</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1773" from="10528" to="10531">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1774" from="10532" to="10535">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1775" from="10536" to="10545">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erwachsen</f>
-            <f name="pos">V</f>
-            <f name="msd">PCP:PERF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1776" from="10545" to="10546">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1777" from="10547" to="10551">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aber</f>
-            <f name="pos">CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1778" from="10552" to="10554">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">es</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1779" from="10555" to="10559">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">geben</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1780" from="10560" to="10565">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">immer</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1781" from="10566" to="10570">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">noch</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1782" from="10571" to="10574">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1783" from="10575" to="10585">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schreiend</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1784" from="10586" to="10590">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kind</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1785" from="10591" to="10593">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1786" from="10594" to="10597">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1787" from="10597" to="10598">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1788" from="10599" to="10601">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">es</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1789" from="10602" to="10605">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1790" from="10606" to="10609">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1791" from="10610" to="10617">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">stumm</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1792" from="10618" to="10624">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schrei</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1793" from="10624" to="10625">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1794" from="10626" to="10630">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">denn</f>
-            <f name="pos">CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1795" from="10631" to="10637">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">damals</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1796" from="10638" to="10644">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dürfen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PAST</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1797" from="10645" to="10648">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">er</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1798" from="10649" to="10656">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">niemand</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1799" from="10657" to="10662">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">hören</f>
-            <f name="pos">V</f>
-            <f name="msd">INF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1800" from="10662" to="10663">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1801" from="10663" to="10664">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1802" from="10665" to="10669">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sagen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1803" from="10670" to="10673">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1804" from="10673" to="10674">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1805" from="10675" to="10676">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1806" from="10676" to="10679">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1807" from="10680" to="10685">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">spüren</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1808" from="10686" to="10700">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">unbeholfenheit</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1809" from="10701" to="10703">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1810" from="10704" to="10707">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1811" from="10707" to="10708">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">:</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1812" from="10709" to="10719">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">einerseits</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1813" from="10720" to="10726">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mögen</f>
-            <f name="pos">V</f>
-            <f name="msd">SUB:PAST</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1814" from="10727" to="10730">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1815" from="10731" to="10734">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1816" from="10735" to="10739">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kind</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1817" from="10740" to="10747">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">trösten</f>
-            <f name="pos">V</f>
-            <f name="msd">INF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1818" from="10748" to="10751">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1819" from="10752" to="10754">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">es</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1820" from="10755" to="10764">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">liebe voll</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1821" from="10765" to="10774">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">beruhigen</f>
-            <f name="pos">V</f>
-            <f name="msd">IND:PRES</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1822" from="10774" to="10775">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1823" from="10776" to="10788">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">andererseits</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1824" from="10789" to="10795">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mögen</f>
-            <f name="pos">V</f>
-            <f name="msd">SUB:PAST</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1825" from="10796" to="10799">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1826" from="10800" to="10803">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1827" from="10804" to="10812">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schrei</f>
-            <f name="pos">N</f>
-            <f name="msd">PL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1828" from="10813" to="10821">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zulassen</f>
-            <f name="pos">V</f>
-            <f name="msd">INF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1829" from="10824" to="10828">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aber</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1830" from="10829" to="10832">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1831" from="10833" to="10838">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="pos">V</f>
-            <f name="msd">SUB:PAST</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1832" from="10839" to="10842">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1833" from="10843" to="10857">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wahrscheinlich</f>
-            <f name="pos">A</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1834" from="10858" to="10863">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nicht</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1835" from="10864" to="10873">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aushalten</f>
-            <f name="pos">V</f>
-            <f name="msd">INF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1836" from="10873" to="10874">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1837" from="10874" to="10875">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1838" from="10876" to="10880">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">foto</f>
-            <f name="pos">N</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1839" from="10880" to="10881">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">:</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1840" from="10882" to="10889">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Daniela</f>
-            <f name="pos">N</f>
-            <f name="msd">Prop</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1841" from="10890" to="10897">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Nielsen</f>
-            <f name="pos">N</f>
-            <f name="msd">Prop</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-  </spanList>
-</layer>
diff --git a/t/corpus/BRZ13/00001/connexor/mpt.xml b/t/corpus/BRZ13/00001/connexor/mpt.xml
deleted file mode 100644
index dffd8c3..0000000
--- a/t/corpus/BRZ13/00001/connexor/mpt.xml
+++ /dev/null
@@ -1,10096 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
-<cnxfdg1 language="de" version="4.8">
-<sentence>
-<np>
-<token pos="0" len="9">
-<text>Sexueller</text>
-<lemma>sexuell</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-</token>
-<token pos="10" len="10">
-<text>Missbrauch</text>
-<lemma>missbrauch</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="21" len="3">
-<text>–</text>
-<lemma>–</lemma>
-<tags/>
-</token>
-<token pos="24" len="1">
-<text>&quot;</text>
-<lemma>&quot;</lemma>
-<tags/>
-</token>
-<token pos="25" len="3">
-<text>Das</text>
-<lemma>das</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="29" len="10">
-<text>schreiende</text>
-<lemma>schreiend</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-</token>
-<token pos="40" len="4">
-<text>Kind</text>
-<lemma>kind</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="45" len="6">
-<text>steckt</text>
-<lemma>stecken</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="52" len="4">
-<text>noch</text>
-<lemma>noch</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="57" len="4">
-<text>tief</text>
-<lemma>tief</lemma>
-<tags syntax="@NH" morpho="A"/>
-</token>
-<token pos="62" len="2">
-<text>in</text>
-<lemma>in</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="65" len="3">
-<text>mir</text>
-<lemma>ich</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="68" len="1">
-<text>&quot;</text>
-<lemma>&quot;</lemma>
-<tags/>
-</token>
-<token pos="70" len="3">
-<text>Die</text>
-<lemma>die</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="74" len="5">
-<text>Opfer</text>
-<lemma>opfer</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="80" len="6">
-<text>leiden</text>
-<lemma>leid</lemma>
-<tags syntax="@NH" morpho="A"/>
-</token>
-<token pos="87" len="3">
-<text>oft</text>
-<lemma>oft</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="91" len="14">
-<text>jahrzehntelang</text>
-<lemma>jahr zehnt lang</lemma>
-<tags syntax="@NH" morpho="A"/>
-</token>
-<token pos="105" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="107" len="3">
-<text>Nun</text>
-<lemma>nun</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="111" len="4">
-<text>will</text>
-<lemma>wollen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="116" len="3">
-<text>die</text>
-<lemma>die</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="120" len="15">
-<text>Bundesregierung</text>
-<lemma>bund regierung</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="136" len="5">
-<text>einen</text>
-<lemma>ein</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="142" len="5">
-<text>Fonds</text>
-<lemma>fonds</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="148" len="10">
-<text>einrichten</text>
-<lemma>ein richten</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-</token>
-<token pos="158" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="160" len="5">
-<text>damit</text>
-<lemma>damit</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="166" len="2">
-<text>zu</text>
-<lemma>zu</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="168" len="1">
-<text>m</text>
-<lemma>das</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="170" len="8">
-<text>Beispiel</text>
-<lemma>beispiel</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<np>
-<token pos="179" len="9">
-<text>Therapien</text>
-<lemma>therapie</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="189" len="7">
-<text>bezahlt</text>
-<lemma>bezahlen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="PCP" sub2="PERF"/>
-</token>
-<token pos="197" len="6">
-<text>werden</text>
-<lemma>werden</lemma>
-<tags syntax="@AUX" morpho="V" sub1="INF"/>
-</token>
-<token pos="204" len="7">
-<text>können</text>
-<lemma>können</lemma>
-<tags syntax="@AUX" morpho="V" sub1="PCP" sub2="PERF"/>
-</token>
-<token pos="211" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="213" len="4">
-<text>Eine</text>
-<lemma>eine</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<token pos="218" len="10">
-<text>Betroffene</text>
-<lemma>betroffen</lemma>
-<tags syntax="@NH" morpho="A"/>
-</token>
-<token pos="229" len="7">
-<text>spricht</text>
-<lemma>sprechen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="237" len="5">
-<text>über</text>
-<lemma>über</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="243" len="3">
-<text>das</text>
-<lemma>das</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="247" len="9">
-<text>Martyrium</text>
-<lemma>martyrium</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="256" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<np>
-<token pos="258" len="12">
-<text>Braunschweig</text>
-<lemma>Braunschweig</lemma>
-<tags syntax="@NH" morpho="N" sub1="Prop"/>
-</token>
-</np>
-<token pos="270" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="273" len="3">
-<text>Die</text>
-<lemma>die</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="277" len="4">
-<text>Frau</text>
-<lemma>frau</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="281" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="283" len="3">
-<text>die</text>
-<lemma>die</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="287" len="5">
-<text>diese</text>
-<lemma>dieser</lemma>
-<tags syntax="@PREMOD" morpho="PRON"/>
-</token>
-<np>
-<token pos="293" len="5">
-<text>Frage</text>
-<lemma>frage</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="299" len="6">
-<text>stellt</text>
-<lemma>stellen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="305" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="307" len="3">
-<text>ist</text>
-<lemma>sein</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="311" len="6">
-<text>selbst</text>
-<lemma>selbst</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="318" len="4">
-<text>eine</text>
-<lemma>eine</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="323" len="10">
-<text>Betroffene</text>
-<lemma>betroffene</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="333" len="1">
-<text>:</text>
-<lemma>:</lemma>
-<tags/>
-</token>
-<token pos="335" len="2">
-<text>In</text>
-<lemma>in</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="338" len="5">
-<text>einer</text>
-<lemma>eine</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="344" len="6">
-<text>E-Mail</text>
-<lemma>e mail</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-<token pos="351" len="2">
-<text>an</text>
-<lemma>an</lemma>
-<tags syntax="@POSTMOD" morpho="PREP"/>
-</token>
-<token pos="354" len="6">
-<text>unsere</text>
-<lemma>unser</lemma>
-<tags syntax="@PREMOD" morpho="PRON"/>
-</token>
-<token pos="361" len="9">
-<text>Redaktion</text>
-<lemma>redaktion</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="371" len="8">
-<text>schreibt</text>
-<lemma>schreiben</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="380" len="3">
-<text>sie</text>
-<lemma>sie</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="383" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="385" len="4">
-<text>dass</text>
-<lemma>dass</lemma>
-<tags syntax="@PREMARK" morpho="CS"/>
-</token>
-<token pos="390" len="4">
-<text>ihre</text>
-<lemma>ihr</lemma>
-<tags syntax="@PREMOD" morpho="PRON"/>
-</token>
-<np>
-<token pos="395" len="6">
-<text>Mutter</text>
-<lemma>mutter</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="402" len="3">
-<text>und</text>
-<lemma>und</lemma>
-<tags syntax="@CC" morpho="CC"/>
-</token>
-<token pos="406" len="3">
-<text>ihr</text>
-<lemma>ihr</lemma>
-<tags syntax="@PREMOD" morpho="PRON"/>
-</token>
-<np>
-<token pos="410" len="5">
-<text>Vater</text>
-<lemma>vater</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="416" len="3">
-<text>sie</text>
-<lemma>sie</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="420" len="9">
-<text>jahrelang</text>
-<lemma>jahr lang</lemma>
-<tags syntax="@NH" morpho="A"/>
-</token>
-<token pos="430" len="5">
-<text>immer</text>
-<lemma>immer</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="436" len="6">
-<text>wieder</text>
-<lemma>wieder</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="443" len="7">
-<text>sexuell</text>
-<lemma>sexuell</lemma>
-<tags syntax="@NH" morpho="A"/>
-</token>
-<token pos="451" len="11">
-<text>missbraucht</text>
-<lemma>missbrauchen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="PCP" sub2="PERF"/>
-<lemma>missbrauchen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="463" len="5">
-<text>haben</text>
-<lemma>haben</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-<lemma>haben</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="468" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="470" len="4">
-<text>Erst</text>
-<lemma>erst</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="475" len="3">
-<text>als</text>
-<lemma>als</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="479" len="3">
-<text>sie</text>
-<lemma>sie</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="483" len="2">
-<text>18</text>
-<lemma>18</lemma>
-<tags syntax="@NH" morpho="NUM"/>
-</token>
-<token pos="486" len="3">
-<text>war</text>
-<lemma>sein</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PAST"/>
-</token>
-<token pos="490" len="3">
-<text>und</text>
-<lemma>und</lemma>
-<tags syntax="@CC" morpho="CC"/>
-</token>
-<token pos="494" len="2">
-<text>zu</text>
-<lemma>zu</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<np>
-<token pos="497" len="5">
-<text>Hause</text>
-<lemma>haus</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="503" len="9">
-<text>ausziehen</text>
-<lemma>ausziehen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-</token>
-<token pos="513" len="6">
-<text>konnte</text>
-<lemma>können</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PAST"/>
-</token>
-<token pos="519" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="521" len="7">
-<text>endeten</text>
-<lemma>enden</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PAST"/>
-</token>
-<token pos="529" len="3">
-<text>die</text>
-<lemma>die</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="533" len="13">
-<text>körperlichen</text>
-<lemma>körperlich</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-</token>
-<token pos="547" len="6">
-<text>Qualen</text>
-<lemma>qual</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="553" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="555" len="4">
-<text>Aber</text>
-<lemma>aber</lemma>
-<tags syntax="@CC" morpho="CC"/>
-</token>
-<token pos="560" len="4">
-<text>ihre</text>
-<lemma>ihr</lemma>
-<tags syntax="@PREMOD" morpho="PRON"/>
-</token>
-<np>
-<token pos="565" len="5">
-<text>Seele</text>
-<lemma>seele</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="571" len="3">
-<text>ist</text>
-<lemma>sein</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="575" len="5">
-<text>immer</text>
-<lemma>immer</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="581" len="4">
-<text>noch</text>
-<lemma>noch</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="586" len="5">
-<text>krank</text>
-<lemma>krank</lemma>
-<tags syntax="@NH" morpho="A"/>
-</token>
-<token pos="591" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="593" len="3">
-<text>die</text>
-<lemma>die</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="597" len="3">
-<text>61-</text>
-<lemma>61</lemma>
-<tags syntax="@PREMOD" morpho="NUM"/>
-</token>
-<token pos="600" len="8">
-<text>Jährige</text>
-<lemma>jährig</lemma>
-<tags syntax="@NH" morpho="A"/>
-</token>
-<token pos="609" len="6">
-<text>leidet</text>
-<lemma>leiden</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="616" len="4">
-<text>nach</text>
-<lemma>nach</lemma>
-<tags syntax="@PREMOD" morpho="ADV"/>
-</token>
-<token pos="621" len="3">
-<text>wie</text>
-<lemma>wie</lemma>
-<tags syntax="@PREMOD" morpho="ADV"/>
-</token>
-<token pos="625" len="3">
-<text>vor</text>
-<lemma>vor</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="628" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="630" len="3">
-<text>Aus</text>
-<lemma>aus</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="634" len="6">
-<text>diesem</text>
-<lemma>dieser</lemma>
-<tags syntax="@PREMOD" morpho="PRON"/>
-</token>
-<np>
-<token pos="641" len="5">
-<text>Grund</text>
-<lemma>grund</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="647" len="6">
-<text>bittet</text>
-<lemma>bitten</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="654" len="3">
-<text>die</text>
-<lemma>die</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="658" len="4">
-<text>Frau</text>
-<lemma>frau</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-<token pos="663" len="2">
-<text>um</text>
-<lemma>um</lemma>
-<tags syntax="@POSTMOD" morpho="PREP"/>
-</token>
-<token pos="666" len="11">
-<text>Anonymität</text>
-<lemma>anonymität</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="678" len="3">
-<text>–</text>
-<lemma>–</lemma>
-<tags/>
-</token>
-<token pos="682" len="4">
-<text>für</text>
-<lemma>für</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="687" len="6">
-<text>diesen</text>
-<lemma>dieser</lemma>
-<tags syntax="@PREMOD" morpho="PRON"/>
-</token>
-<np>
-<token pos="694" len="7">
-<text>Artikel</text>
-<lemma>artikel</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="702" len="6">
-<text>nennen</text>
-<lemma>nennen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="709" len="3">
-<text>wir</text>
-<lemma>wir</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="713" len="3">
-<text>sie</text>
-<lemma>sie</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<np>
-<token pos="717" len="9">
-<text>Katharina</text>
-<lemma>Katharina</lemma>
-<tags syntax="@PREMOD" morpho="N" sub1="Prop"/>
-</token>
-<token pos="727" len="9">
-<text>Grünberg</text>
-<lemma>Grünberg</lemma>
-<tags syntax="@NH" morpho="N" sub1="Prop"/>
-</token>
-</np>
-<token pos="736" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="738" len="4">
-<text>Wenn</text>
-<lemma>wenn</lemma>
-<tags syntax="@PREMARK" morpho="CS"/>
-</token>
-<token pos="743" len="3">
-<text>man</text>
-<lemma>man</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<np>
-<token pos="747" len="9">
-<text>Katharina</text>
-<lemma>Katharina</lemma>
-<tags syntax="@PREMOD" morpho="N" sub1="Prop"/>
-</token>
-<token pos="757" len="9">
-<text>Grünberg</text>
-<lemma>Grünberg</lemma>
-<tags syntax="@NH" morpho="N" sub1="Prop"/>
-</token>
-</np>
-<token pos="767" len="2">
-<text>an</text>
-<lemma>an</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="770" len="5">
-<text>ihrem</text>
-<lemma>ihr</lemma>
-<tags syntax="@PREMOD" morpho="PRON"/>
-</token>
-<np>
-<token pos="776" len="6">
-<text>runden</text>
-<lemma>rund</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-</token>
-<token pos="783" len="5">
-<text>Tisch</text>
-<lemma>tisch</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-<token pos="789" len="1">
-<text>i</text>
-<lemma>in</lemma>
-<tags syntax="@POSTMOD" morpho="PREP"/>
-</token>
-<token pos="790" len="1">
-<text>m</text>
-<lemma>das</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<token pos="792" len="12">
-<text>gemütlichen</text>
-<lemma>gemütlich</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-</token>
-<token pos="805" len="10">
-<text>Wohnzimmer</text>
-<lemma>wohn zimmer</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="816" len="15">
-<text>gegenübersitzt</text>
-<lemma>gegenübersitzen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="831" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="833" len="3">
-<text>und</text>
-<lemma>und</lemma>
-<tags syntax="@CC" morpho="CC"/>
-</token>
-<token pos="837" len="4">
-<text>wenn</text>
-<lemma>wenn</lemma>
-<tags syntax="@PREMARK" morpho="CS"/>
-</token>
-<token pos="842" len="3">
-<text>man</text>
-<lemma>man</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="846" len="3">
-<text>sie</text>
-<lemma>sie</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="850" len="5">
-<text>reden</text>
-<lemma>reden</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-</token>
-<token pos="856" len="5">
-<text>hört</text>
-<lemma>hören</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="861" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="863" len="5">
-<text>ruhig</text>
-<lemma>ruhig</lemma>
-<tags syntax="@NH" morpho="A"/>
-</token>
-<token pos="869" len="3">
-<text>und</text>
-<lemma>und</lemma>
-<tags syntax="@CC" morpho="CC"/>
-</token>
-<token pos="873" len="3">
-<text>mit</text>
-<lemma>mit</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<np>
-<token pos="877" len="6">
-<text>klarer</text>
-<lemma>klar</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-</token>
-<token pos="884" len="6">
-<text>Stimme</text>
-<lemma>stimme</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="890" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="892" len="4">
-<text>dann</text>
-<lemma>dann</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="897" len="5">
-<text>meint</text>
-<lemma>meinen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="903" len="3">
-<text>man</text>
-<lemma>man</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="906" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="908" len="5">
-<text>alles</text>
-<lemma>alle</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="914" len="3">
-<text>sei</text>
-<lemma>sein</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="SUB" sub2="PRES"/>
-</token>
-<token pos="918" len="2">
-<text>in</text>
-<lemma>in</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<np>
-<token pos="921" len="6">
-<text>bester</text>
-<lemma>gut</lemma>
-<tags syntax="@PREMOD" morpho="A" sub1="SUP"/>
-</token>
-<token pos="928" len="7">
-<text>Ordnung</text>
-<lemma>ordnung</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="935" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="937" len="4">
-<text>Doch</text>
-<lemma>doch</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="942" len="4">
-<text>dann</text>
-<lemma>dann</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="947" len="9">
-<text>schildert</text>
-<lemma>schildern</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="957" len="3">
-<text>sie</text>
-<lemma>sie</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="960" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="962" len="3">
-<text>wie</text>
-<lemma>wie</lemma>
-<tags syntax="@PREMARK" morpho="CS"/>
-</token>
-<token pos="966" len="3">
-<text>sie</text>
-<lemma>sie</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="970" len="5">
-<text>immer</text>
-<lemma>immer</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="976" len="6">
-<text>wieder</text>
-<lemma>wieder</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="983" len="3">
-<text>von</text>
-<lemma>von</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<np>
-<token pos="987" len="13">
-<text>Panikattacken</text>
-<lemma>panik attacke</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="1001" len="7">
-<text>gepackt</text>
-<lemma>packen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="PCP" sub2="PERF"/>
-</token>
-<token pos="1009" len="4">
-<text>wird</text>
-<lemma>werden</lemma>
-<tags syntax="@AUX" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="1013" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="1015" len="3">
-<text>wie</text>
-<lemma>wie</lemma>
-<tags syntax="@PREMARK" morpho="CS"/>
-</token>
-<np>
-<token pos="1019" len="10">
-<text>Todesangst</text>
-<lemma>tod angst</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="1030" len="4">
-<text>ihre</text>
-<lemma>ihr</lemma>
-<tags syntax="@PREMOD" morpho="PRON"/>
-</token>
-<np>
-<token pos="1035" len="8">
-<text>Gedanken</text>
-<lemma>gedanke</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="1044" len="7">
-<text>fesselt</text>
-<lemma>fesseln</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="1051" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="1053" len="3">
-<text>wie</text>
-<lemma>wie</lemma>
-<tags syntax="@PREMARK" morpho="CS"/>
-</token>
-<token pos="1057" len="3">
-<text>sie</text>
-<lemma>sie</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="1061" len="5">
-<text>denkt</text>
-<lemma>denken</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="1066" len="1">
-<text>:</text>
-<lemma>:</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="1068" len="5">
-<text>Jetzt</text>
-<lemma>jetzt</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="1074" len="6">
-<text>bleibt</text>
-<lemma>bleiben</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="1081" len="4">
-<text>mein</text>
-<lemma>mein</lemma>
-<tags syntax="@PREMOD" morpho="PRON"/>
-</token>
-<np>
-<token pos="1086" len="4">
-<text>Herz</text>
-<lemma>herz</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="1091" len="6">
-<text>stehen</text>
-<lemma>stehen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-</token>
-<token pos="1097" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="1099" len="5">
-<text>jetzt</text>
-<lemma>jetzt</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="1105" len="4">
-<text>muss</text>
-<lemma>müssen</lemma>
-<tags syntax="@AUX" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="1110" len="3">
-<text>ich</text>
-<lemma>ich</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="1114" len="7">
-<text>sterben</text>
-<lemma>sterben</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-</token>
-<token pos="1121" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="1123" len="2">
-<text>In</text>
-<lemma>in</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="1126" len="7">
-<text>solchen</text>
-<lemma>solcher</lemma>
-<tags syntax="@PREMOD" morpho="PRON"/>
-</token>
-<np>
-<token pos="1134" len="8">
-<text>Momenten</text>
-<lemma>moment</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="1143" len="4">
-<text>rast</text>
-<lemma>rasen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="1148" len="3">
-<text>ihr</text>
-<lemma>ihr</lemma>
-<tags syntax="@PREMOD" morpho="PRON"/>
-</token>
-<np>
-<token pos="1152" len="4">
-<text>Herz</text>
-<lemma>herz</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="1156" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="1158" len="3">
-<text>sie</text>
-<lemma>sie</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="1162" len="8">
-<text>schwitzt</text>
-<lemma>schwitzen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="1171" len="3">
-<text>und</text>
-<lemma>und</lemma>
-<tags syntax="@CC" morpho="CC"/>
-</token>
-<token pos="1175" len="10">
-<text>verkrampft</text>
-<lemma>verkrampfen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="1186" len="4">
-<text>sich</text>
-<lemma>sich</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="1191" len="2">
-<text>so</text>
-<lemma>so</lemma>
-<tags syntax="@PREMOD" morpho="ADV"/>
-</token>
-<token pos="1194" len="6">
-<text>heftig</text>
-<lemma>heftig</lemma>
-<tags syntax="@NH" morpho="A"/>
-</token>
-<token pos="1200" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="1202" len="4">
-<text>dass</text>
-<lemma>dass</lemma>
-<tags syntax="@PREMARK" morpho="CS"/>
-</token>
-<token pos="1207" len="3">
-<text>ihr</text>
-<lemma>ihr</lemma>
-<tags syntax="@PREMOD" morpho="PRON"/>
-</token>
-<np>
-<token pos="1211" len="7">
-<text>Körper</text>
-<lemma>körper</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-<token pos="1219" len="1">
-<text>a</text>
-<lemma>an</lemma>
-<tags syntax="@POSTMOD" morpho="PREP"/>
-</token>
-<token pos="1220" len="1">
-<text>m</text>
-<lemma>der</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<token pos="1222" len="3">
-<text>Tag</text>
-<lemma>tag</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="1226" len="6">
-<text>danach</text>
-<lemma>danach</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="1233" len="4">
-<text>noch</text>
-<lemma>noch</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="1238" len="8">
-<text>schmerzt</text>
-<lemma>schmerzen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="1246" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="1248" len="4">
-<text>Laut</text>
-<lemma>laut</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<np>
-<token pos="1253" len="8">
-<text>Diagnose</text>
-<lemma>diagnose</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="1262" len="4">
-<text>lebt</text>
-<lemma>leben</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<np>
-<token pos="1267" len="9">
-<text>Katharina</text>
-<lemma>Katharina</lemma>
-<tags syntax="@PREMOD" morpho="N" sub1="Prop"/>
-</token>
-<token pos="1277" len="9">
-<text>Grünberg</text>
-<lemma>Grünberg</lemma>
-<tags syntax="@NH" morpho="N" sub1="Prop"/>
-</token>
-</np>
-<token pos="1287" len="3">
-<text>mit</text>
-<lemma>mit</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="1291" len="5">
-<text>einer</text>
-<lemma>eine</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="1297" len="13">
-<text>dissoziativen</text>
-<lemma>dissoziativ</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-</token>
-<token pos="1311" len="19">
-<text>Identitätsstörung</text>
-<lemma>identität störung</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="1330" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="1332" len="3">
-<text>Was</text>
-<lemma>was</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="1336" len="3">
-<text>das</text>
-<lemma>das</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="1340" len="8">
-<text>bedeutet</text>
-<lemma>bedeuten</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="1348" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="1350" len="10">
-<text>beschreibt</text>
-<lemma>beschreiben</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="1361" len="3">
-<text>sie</text>
-<lemma>sie</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="1365" len="2">
-<text>so</text>
-<lemma>so</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="1367" len="1">
-<text>:</text>
-<lemma>:</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="1369" len="8">
-<text>Aufgrund</text>
-<lemma>aufgrund</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="1378" len="3">
-<text>der</text>
-<lemma>die</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="1382" len="13">
-<text>traumatischen</text>
-<lemma>traumatisch</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-</token>
-<token pos="1396" len="10">
-<text>Erlebnisse</text>
-<lemma>erlebnis</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-<token pos="1407" len="5">
-<text>durch</text>
-<lemma>durch</lemma>
-<tags syntax="@POSTMOD" morpho="PREP"/>
-</token>
-<token pos="1413" len="3">
-<text>den</text>
-<lemma>der</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<token pos="1417" len="10">
-<text>Missbrauch</text>
-<lemma>missbrauch</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="1428" len="5">
-<text>haben</text>
-<lemma>haben</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="1434" len="4">
-<text>sich</text>
-<lemma>sich</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<np>
-<token pos="1439" len="5">
-<text>Teile</text>
-<lemma>teil</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="1445" len="5">
-<text>ihrer</text>
-<lemma>ihr</lemma>
-<tags syntax="@PREMOD" morpho="PRON"/>
-</token>
-<np>
-<token pos="1451" len="15">
-<text>Persönlichkeit</text>
-<lemma>persönlichkeit</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="1467" len="11">
-<text>abgespalten</text>
-<lemma>abspalten</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="PCP" sub2="PERF"/>
-</token>
-<token pos="1479" len="3">
-<text>–</text>
-<lemma>–</lemma>
-<tags/>
-</token>
-<token pos="1483" len="4">
-<text>eine</text>
-<lemma>eine</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="1488" len="14">
-<text>Schutzreaktion</text>
-<lemma>schutz reaktion</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="1502" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="1504" len="2">
-<text>um</text>
-<lemma>um</lemma>
-<tags syntax="@PREMARK" morpho="CS"/>
-</token>
-<token pos="1507" len="3">
-<text>die</text>
-<lemma>die</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="1511" len="10">
-<text>unfassbare</text>
-<lemma>unfassbar</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-</token>
-<token pos="1522" len="20">
-<text>Grenzüberschreitung</text>
-<lemma>grenze überschreitung</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="1543" len="3">
-<text>und</text>
-<lemma>und</lemma>
-<tags syntax="@CC" morpho="CC"/>
-</token>
-<token pos="1547" len="3">
-<text>den</text>
-<lemma>der</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="1551" len="15">
-<text>Vertrauensbruch</text>
-<lemma>vertrauen bruch</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="1567" len="8">
-<text>ertragen</text>
-<lemma>ertragen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="1576" len="2">
-<text>zu</text>
-<lemma>zu</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="1579" len="7">
-<text>können</text>
-<lemma>können</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-</token>
-<token pos="1586" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="1588" len="2">
-<text>um</text>
-<lemma>um</lemma>
-<tags syntax="@PREMARK" morpho="CS"/>
-</token>
-<token pos="1591" len="10">
-<text>überleben</text>
-<lemma>überleben</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-</token>
-<token pos="1602" len="2">
-<text>zu</text>
-<lemma>zu</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="1605" len="7">
-<text>können</text>
-<lemma>können</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-</token>
-<token pos="1612" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="1614" len="1">
-<text>&quot;</text>
-<lemma>&quot;</lemma>
-<tags/>
-</token>
-<token pos="1615" len="5">
-<text>Diese</text>
-<lemma>dieser</lemma>
-<tags syntax="@PREMOD" morpho="PRON"/>
-</token>
-<np>
-<token pos="1621" len="10">
-<text>Abspaltung</text>
-<lemma>abspaltung</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="1632" len="8">
-<text>betrifft</text>
-<lemma>betreffen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<np>
-<token pos="1641" len="12">
-<text>schreckliche</text>
-<lemma>schrecklich</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-</token>
-<token pos="1654" len="12">
-<text>Erinnerungen</text>
-<lemma>erinnerung</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="1667" len="3">
-<text>und</text>
-<lemma>und</lemma>
-<tags syntax="@CC" morpho="CC"/>
-</token>
-<np>
-<token pos="1671" len="8">
-<text>Gefühle</text>
-<lemma>gefühl</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="1679" len="1">
-<text>&quot;</text>
-<lemma>&quot;</lemma>
-<tags/>
-</token>
-<token pos="1680" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="1682" len="8">
-<text>erklärt</text>
-<lemma>erklären</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="1691" len="3">
-<text>sie</text>
-<lemma>sie</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="1694" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="1696" len="1">
-<text>&quot;</text>
-<lemma>&quot;</lemma>
-<tags/>
-</token>
-<token pos="1697" len="5">
-<text>Durch</text>
-<lemma>durch</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<np>
-<token pos="1703" len="12">
-<text>verschiedene</text>
-<lemma>verschieden</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-</token>
-<token pos="1716" len="5">
-<text>Reize</text>
-<lemma>reiz</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-<token pos="1722" len="3">
-<text>wie</text>
-<lemma>wie</lemma>
-<tags syntax="@POSTMOD" morpho="PREP"/>
-</token>
-<token pos="1726" len="8">
-<text>Gerüche</text>
-<lemma>geruch</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="1734" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<np>
-<token pos="1736" len="10">
-<text>Geräusche</text>
-<lemma>geräusch</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="1747" len="3">
-<text>und</text>
-<lemma>und</lemma>
-<tags syntax="@CC" morpho="CC"/>
-</token>
-<np>
-<token pos="1751" len="6">
-<text>Bilder</text>
-<lemma>bild</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="1758" len="7">
-<text>können</text>
-<lemma>können</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="SUB" sub2="PRES"/>
-</token>
-<token pos="1766" len="5">
-<text>diese</text>
-<lemma>dieser</lemma>
-<tags syntax="@PREMOD" morpho="PRON"/>
-</token>
-<np>
-<token pos="1772" len="12">
-<text>Erinnerungen</text>
-<lemma>erinnerung</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="1785" len="3">
-<text>und</text>
-<lemma>und</lemma>
-<tags syntax="@CC" morpho="CC"/>
-</token>
-<np>
-<token pos="1789" len="8">
-<text>Gefühle</text>
-<lemma>gefühl</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="1798" len="4">
-<text>aber</text>
-<lemma>aber</lemma>
-<tags syntax="@CC" morpho="CC"/>
-</token>
-<token pos="1803" len="10">
-<text>blitzartig</text>
-<lemma>blitz artig</lemma>
-<tags syntax="@NH" morpho="A"/>
-</token>
-<token pos="1814" len="9">
-<text>aktiviert</text>
-<lemma>aktivieren</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="PCP" sub2="PERF"/>
-</token>
-<token pos="1824" len="6">
-<text>werden</text>
-<lemma>werden</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-<lemma>werden</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="1831" len="3">
-<text>–</text>
-<lemma>–</lemma>
-<tags/>
-</token>
-<token pos="1835" len="3">
-<text>sie</text>
-<lemma>sie</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="1839" len="4">
-<text>sind</text>
-<lemma>sein</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="1844" len="4">
-<text>dann</text>
-<lemma>dann</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="1849" len="2">
-<text>so</text>
-<lemma>so</lemma>
-<tags syntax="@PREMOD" morpho="ADV"/>
-</token>
-<token pos="1852" len="13">
-<text>übermächtig</text>
-<lemma>über mächtig</lemma>
-<tags syntax="@NH" morpho="A"/>
-</token>
-<token pos="1865" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="1867" len="4">
-<text>dass</text>
-<lemma>dass</lemma>
-<tags syntax="@PREMARK" morpho="CS"/>
-</token>
-<token pos="1872" len="3">
-<text>ich</text>
-<lemma>ich</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="1876" len="3">
-<text>sie</text>
-<lemma>sie</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="1880" len="4">
-<text>für</text>
-<lemma>für</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="1885" len="4">
-<text>real</text>
-<lemma>real</lemma>
-<tags syntax="@NH" morpho="A"/>
-</token>
-<token pos="1890" len="5">
-<text>halte</text>
-<lemma>halten</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="1896" len="3">
-<text>und</text>
-<lemma>und</lemma>
-<tags syntax="@CC" morpho="CC"/>
-</token>
-<token pos="1900" len="5">
-<text>nicht</text>
-<lemma>nicht</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="1906" len="9">
-<text>einordnen</text>
-<lemma>einordnen</lemma>
-<tags syntax="@NH" morpho="A"/>
-</token>
-<token pos="1916" len="4">
-<text>kann</text>
-<lemma>können</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="1920" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="1922" len="3">
-<text>Man</text>
-<lemma>man</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="1926" len="4">
-<text>kann</text>
-<lemma>können</lemma>
-<tags syntax="@AUX" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="1931" len="3">
-<text>nur</text>
-<lemma>nur</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="1935" len="6">
-<text>lernen</text>
-<lemma>lernen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-</token>
-<token pos="1941" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="1943" len="4">
-<text>sich</text>
-<lemma>sich</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="1948" len="5">
-<text>davon</text>
-<lemma>davon</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="1954" len="5">
-<text>nicht</text>
-<lemma>nicht</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="1960" len="10">
-<text>wegreißen</text>
-<lemma>weg reissen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-</token>
-<token pos="1971" len="2">
-<text>zu</text>
-<lemma>zu</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="1974" len="6">
-<text>lassen</text>
-<lemma>lassen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-</token>
-<token pos="1980" len="1">
-<text>;</text>
-<lemma>;</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="1982" len="9">
-<text>teilweise</text>
-<lemma>teilweise</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="1992" len="7">
-<text>gelingt</text>
-<lemma>gelingen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="2000" len="3">
-<text>mir</text>
-<lemma>ich</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="2004" len="3">
-<text>das</text>
-<lemma>das</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="2008" len="10">
-<text>inzwischen</text>
-<lemma>inzwischen</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="2018" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="2020" len="4">
-<text>Aber</text>
-<lemma>aber</lemma>
-<tags syntax="@CC" morpho="CC"/>
-</token>
-<token pos="2025" len="2">
-<text>es</text>
-<lemma>es</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="2028" len="3">
-<text>ist</text>
-<lemma>sein</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="2032" len="11">
-<text>unglaublich</text>
-<lemma>unglaublich</lemma>
-<tags syntax="@NH" morpho="A"/>
-</token>
-<token pos="2044" len="11">
-<text>anstrengend</text>
-<lemma>anstrengen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="PCP" sub2="PROG"/>
-</token>
-<token pos="2055" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="2057" len="3">
-<text>Ich</text>
-<lemma>ich</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="2061" len="7">
-<text>brauche</text>
-<lemma>brauchen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="2069" len="3">
-<text>all</text>
-<lemma>alle</lemma>
-<tags syntax="@PREMOD" morpho="PRON"/>
-</token>
-<token pos="2073" len="5">
-<text>meine</text>
-<lemma>mein</lemma>
-<tags syntax="@PREMOD" morpho="PRON"/>
-</token>
-<np>
-<token pos="2079" len="7">
-<text>Energie</text>
-<lemma>energie</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="2086" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="2088" len="2">
-<text>um</text>
-<lemma>um</lemma>
-<tags syntax="@PREMARK" morpho="CS"/>
-</token>
-<token pos="2091" len="4">
-<text>mich</text>
-<lemma>ich</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="2096" len="9">
-<text>permanent</text>
-<lemma>permanent</lemma>
-<tags syntax="@NH" morpho="A"/>
-</token>
-<token pos="2106" len="2">
-<text>zu</text>
-<lemma>zu</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="2109" len="13">
-<text>kontrollieren</text>
-<lemma>kontrollieren</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-</token>
-<token pos="2123" len="3">
-<text>und</text>
-<lemma>und</lemma>
-<tags syntax="@CC" morpho="CC"/>
-</token>
-<token pos="2127" len="5">
-<text>einen</text>
-<lemma>ein</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="2133" len="8">
-<text>Anschein</text>
-<lemma>anschein</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-<token pos="2142" len="3">
-<text>von</text>
-<lemma>von</lemma>
-<tags syntax="@POSTMOD" morpho="PREP"/>
-</token>
-<token pos="2146" len="11">
-<text>Normalität</text>
-<lemma>normalität</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="2158" len="12">
-<text>herzustellen</text>
-<lemma>her stellen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-</token>
-<token pos="2170" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="2171" len="1">
-<text>&quot;</text>
-<lemma>&quot;</lemma>
-<tags/>
-</token>
-<np>
-<token pos="2173" len="5">
-<text>Lange</text>
-<lemma>lang</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-</token>
-<token pos="2179" len="9">
-<text>Wartezeit</text>
-<lemma>warte zeit</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-<token pos="2189" len="3">
-<text>auf</text>
-<lemma>auf</lemma>
-<tags syntax="@POSTMOD" morpho="PREP"/>
-</token>
-<token pos="2193" len="8">
-<text>Therapie</text>
-<lemma>therapie</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="2202" len="5">
-<text>Viele</text>
-<lemma>viel</lemma>
-<tags syntax="@PREMOD" morpho="PRON"/>
-</token>
-<token pos="2208" len="5">
-<text>Jahre</text>
-<lemma>jahr</lemma>
-<tags syntax="@PREMOD" morpho="N" sub2="PL"/>
-</token>
-<token pos="2214" len="4">
-<text>lang</text>
-<lemma>lang</lemma>
-<tags syntax="@NH" morpho="A"/>
-</token>
-<token pos="2219" len="5">
-<text>hatte</text>
-<lemma>haben</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PAST"/>
-</token>
-<np>
-<token pos="2225" len="9">
-<text>Katharina</text>
-<lemma>Katharina</lemma>
-<tags syntax="@PREMOD" morpho="N" sub1="Prop"/>
-</token>
-<token pos="2235" len="9">
-<text>Grünberg</text>
-<lemma>Grünberg</lemma>
-<tags syntax="@NH" morpho="N" sub1="Prop"/>
-</token>
-</np>
-<token pos="2245" len="8">
-<text>komplett</text>
-<lemma>komplett</lemma>
-<tags syntax="@NH" morpho="A"/>
-</token>
-<token pos="2254" len="10">
-<text>verdrängt</text>
-<lemma>verdrängen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="PCP" sub2="PERF"/>
-</token>
-<token pos="2264" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="2266" len="3">
-<text>was</text>
-<lemma>was</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="2270" len="4">
-<text>ihre</text>
-<lemma>ihr</lemma>
-<tags syntax="@PREMOD" morpho="PRON"/>
-</token>
-<np>
-<token pos="2275" len="6">
-<text>Eltern</text>
-<lemma>eltern</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="2282" len="3">
-<text>ihr</text>
-<lemma>sie</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="2286" len="7">
-<text>angetan</text>
-<lemma>antun</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="PCP" sub2="PERF"/>
-</token>
-<token pos="2294" len="5">
-<text>haben</text>
-<lemma>haben</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-<lemma>haben</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="2299" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="2301" len="3">
-<text>Sie</text>
-<lemma>sie</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="2305" len="5">
-<text>hatte</text>
-<lemma>haben</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PAST"/>
-</token>
-<token pos="2311" len="3">
-<text>das</text>
-<lemma>das</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<token pos="2315" len="12">
-<text>Traumatische</text>
-<lemma>traumatisch</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-</token>
-<token pos="2328" len="12">
-<text>ausgeblendet</text>
-<lemma>ausgeblendet</lemma>
-<tags syntax="@NH" morpho="A"/>
-</token>
-<token pos="2340" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="2342" len="2">
-<text>es</text>
-<lemma>es</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="2345" len="2">
-<text>in</text>
-<lemma>in</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="2348" len="5">
-<text>einen</text>
-<lemma>ein</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="2354" len="13">
-<text>abgeriegelten</text>
-<lemma>abgeriegelt</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-</token>
-<token pos="2368" len="7">
-<text>Bereich</text>
-<lemma>bereich</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="2376" len="4">
-<text>ganz</text>
-<lemma>ganz</lemma>
-<tags syntax="@PREMOD" morpho="ADV"/>
-</token>
-<token pos="2381" len="4">
-<text>tief</text>
-<lemma>tief</lemma>
-<tags syntax="@NH" morpho="A"/>
-</token>
-<token pos="2386" len="2">
-<text>in</text>
-<lemma>in</lemma>
-<tags syntax="@POSTMOD" morpho="PREP"/>
-</token>
-<token pos="2389" len="5">
-<text>ihrem</text>
-<lemma>ihr</lemma>
-<tags syntax="@PREMOD" morpho="PRON"/>
-</token>
-<np>
-<token pos="2395" len="7">
-<text>Inneren</text>
-<lemma>innere</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="2403" len="8">
-<text>verbannt</text>
-<lemma>verbannen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="2411" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="2413" len="3">
-<text>Sie</text>
-<lemma>sie</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="2417" len="3">
-<text>hat</text>
-<lemma>haben</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="2421" len="3">
-<text>als</text>
-<lemma>als</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-<lemma>als</lemma>
-<tags syntax="@PREMARK" morpho="CS"/>
-</token>
-<np>
-<token pos="2425" len="8">
-<text>Lehrerin</text>
-<lemma>lehrerin</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="2434" len="10">
-<text>gearbeitet</text>
-<lemma>arbeiten</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="PCP" sub2="PERF"/>
-</token>
-<token pos="2444" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="2446" len="10">
-<text>geheiratet</text>
-<lemma>heiraten</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="PCP" sub2="PERF"/>
-</token>
-<token pos="2457" len="3">
-<text>und</text>
-<lemma>und</lemma>
-<tags syntax="@CC" morpho="CC"/>
-</token>
-<token pos="2461" len="4">
-<text>zwei</text>
-<lemma>zwei</lemma>
-<tags syntax="@PREMOD" morpho="NUM"/>
-</token>
-<np>
-<token pos="2466" len="8">
-<text>Töchter</text>
-<lemma>tochter</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="2475" len="8">
-<text>bekommen</text>
-<lemma>bekommen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="PCP" sub2="PERF"/>
-<lemma>bekommen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-</token>
-<token pos="2483" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="2485" len="9">
-<text>Irgendwie</text>
-<lemma>irgendwie</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="2495" len="3">
-<text>kam</text>
-<lemma>kommen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PAST"/>
-</token>
-<token pos="2499" len="3">
-<text>sie</text>
-<lemma>sie</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="2503" len="5">
-<text>durch</text>
-<lemma>durch</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="2508" len="1">
-<text>s</text>
-<lemma>das</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="2510" len="5">
-<text>Leben</text>
-<lemma>leben</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="2516" len="3">
-<text>–</text>
-<lemma>–</lemma>
-<tags/>
-</token>
-<token pos="2520" len="4">
-<text>auch</text>
-<lemma>auch</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="2525" len="4">
-<text>wenn</text>
-<lemma>wenn</lemma>
-<tags syntax="@PREMARK" morpho="CS"/>
-</token>
-<token pos="2530" len="2">
-<text>es</text>
-<lemma>es</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="2533" len="3">
-<text>ihr</text>
-<lemma>sie</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="2537" len="5">
-<text>immer</text>
-<lemma>immer</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<np>
-<token pos="2543" len="10">
-<text>schwerfiel</text>
-<lemma>schwerfiel</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="2553" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="2555" len="2">
-<text>zu</text>
-<lemma>zu</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="2558" len="9">
-<text>vertrauen</text>
-<lemma>vertrauen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-</token>
-<token pos="2568" len="3">
-<text>und</text>
-<lemma>und</lemma>
-<tags syntax="@CC" morpho="CC"/>
-</token>
-<np>
-<token pos="2572" len="5">
-<text>Nähe</text>
-<lemma>nähe</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="2578" len="10">
-<text>zuzulassen</text>
-<lemma>zulassen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-</token>
-<token pos="2588" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="2590" len="6">
-<text>Einige</text>
-<lemma>einige</lemma>
-<tags syntax="@PREMOD" morpho="PRON"/>
-</token>
-<np>
-<token pos="2597" len="5">
-<text>Jahre</text>
-<lemma>jahr</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-<token pos="2603" len="4">
-<text>nach</text>
-<lemma>nach</lemma>
-<tags syntax="@POSTMOD" morpho="PREP"/>
-</token>
-<token pos="2608" len="3">
-<text>der</text>
-<lemma>die</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<token pos="2612" len="6">
-<text>Geburt</text>
-<lemma>geburt</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="2619" len="5">
-<text>ihrer</text>
-<lemma>ihr</lemma>
-<tags syntax="@PREMOD" morpho="PRON"/>
-</token>
-<np>
-<token pos="2625" len="8">
-<text>Töchter</text>
-<lemma>tochter</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="2634" len="5">
-<text>brach</text>
-<lemma>brechen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PAST"/>
-</token>
-<token pos="2640" len="3">
-<text>die</text>
-<lemma>die</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="2644" len="12">
-<text>vermeintlich</text>
-<lemma>vermeintlich</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-</token>
-<token pos="2657" len="5">
-<text>heile</text>
-<lemma>heil</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-</token>
-<token pos="2663" len="4">
-<text>Welt</text>
-<lemma>welt</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="2668" len="8">
-<text>zusammen</text>
-<lemma>zusammen</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="2676" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="2678" len="3">
-<text>all</text>
-<lemma>alle</lemma>
-<tags syntax="@PREMOD" morpho="PRON"/>
-</token>
-<token pos="2682" len="3">
-<text>das</text>
-<lemma>das</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<token pos="2686" len="11">
-<text>Verdrängte</text>
-<lemma>verdrängt</lemma>
-<tags syntax="@NH" morpho="A"/>
-</token>
-<token pos="2698" len="11">
-<text>überrollte</text>
-<lemma>über rollen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PAST"/>
-</token>
-<token pos="2710" len="3">
-<text>sie</text>
-<lemma>sie</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="2713" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="2715" len="3">
-<text>Sie</text>
-<lemma>sie</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="2719" len="6">
-<text>musste</text>
-<lemma>müssen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PAST"/>
-</token>
-<token pos="2726" len="5">
-<text>ihren</text>
-<lemma>ihr</lemma>
-<tags syntax="@PREMOD" morpho="PRON"/>
-</token>
-<np>
-<token pos="2732" len="5">
-<text>Beruf</text>
-<lemma>beruf</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="2738" len="8">
-<text>aufgeben</text>
-<lemma>aufgeben</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-</token>
-<token pos="2746" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="2748" len="4">
-<text>weil</text>
-<lemma>weil</lemma>
-<tags syntax="@PREMARK" morpho="CS"/>
-</token>
-<token pos="2753" len="3">
-<text>sie</text>
-<lemma>sie</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="2757" len="3">
-<text>den</text>
-<lemma>die</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="2761" len="13">
-<text>Anforderungen</text>
-<lemma>anforderung</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="2775" len="5">
-<text>nicht</text>
-<lemma>nicht</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="2781" len="4">
-<text>mehr</text>
-<lemma>mehr</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="2786" len="9">
-<text>gewachsen</text>
-<lemma>wachsen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="PCP" sub2="PERF"/>
-</token>
-<token pos="2796" len="3">
-<text>war</text>
-<lemma>sein</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PAST"/>
-</token>
-<token pos="2799" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="2801" len="3">
-<text>und</text>
-<lemma>und</lemma>
-<tags syntax="@CC" morpho="CC"/>
-</token>
-<token pos="2805" len="5">
-<text>wurde</text>
-<lemma>werden</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PAST"/>
-</token>
-<token pos="2811" len="16">
-<text>frühpensioniert</text>
-<lemma>frühpensioniert</lemma>
-<tags syntax="@NH" morpho="A"/>
-</token>
-<token pos="2827" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="2829" len="3">
-<text>Die</text>
-<lemma>die</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="2833" len="3">
-<text>Ehe</text>
-<lemma>ehe</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="2837" len="8">
-<text>zerbrach</text>
-<lemma>zerbrechen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PAST"/>
-</token>
-<token pos="2845" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="2847" len="10">
-<text>Inzwischen</text>
-<lemma>inzwischen</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="2858" len="4">
-<text>lebt</text>
-<lemma>leben</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="2863" len="3">
-<text>sie</text>
-<lemma>sie</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="2867" len="3">
-<text>von</text>
-<lemma>von</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="2871" len="5">
-<text>einer</text>
-<lemma>eine</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="2877" len="25">
-<text>Erwerbsunfähigkeitsrente</text>
-<lemma>erwerb unfähigkeit rente</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="2903" len="3">
-<text>und</text>
-<lemma>und</lemma>
-<tags syntax="@CC" morpho="CC"/>
-</token>
-<token pos="2907" len="4">
-<text>gibt</text>
-<lemma>geben</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="2912" len="5">
-<text>gegen</text>
-<lemma>gegen</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="2918" len="3">
-<text>ein</text>
-<lemma>ein</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="2922" len="7">
-<text>kleines</text>
-<lemma>klein</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-</token>
-<token pos="2930" len="7">
-<text>Honorar</text>
-<lemma>honorar</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<np>
-<token pos="2938" len="5">
-<text>Kurse</text>
-<lemma>kurs</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="2944" len="2">
-<text>an</text>
-<lemma>an</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="2947" len="5">
-<text>einer</text>
-<lemma>eine</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="2953" len="15">
-<text>Volkshochschule</text>
-<lemma>volk hoch schule</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="2968" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="2970" len="4">
-<text>Seit</text>
-<lemma>seit</lemma>
-<tags syntax="@PREMARK" morpho="CS"/>
-</token>
-<token pos="2975" len="4">
-<text>etwa</text>
-<lemma>etwa</lemma>
-<tags syntax="@PREMOD" morpho="ADV"/>
-</token>
-<token pos="2980" len="2">
-<text>20</text>
-<lemma>20</lemma>
-<tags syntax="@PREMOD" morpho="NUM"/>
-</token>
-<np>
-<token pos="2983" len="6">
-<text>Jahren</text>
-<lemma>jahr</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="2990" len="3">
-<text>ist</text>
-<lemma>sein</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<np>
-<token pos="2994" len="9">
-<text>Katharina</text>
-<lemma>Katharina</lemma>
-<tags syntax="@PREMOD" morpho="N" sub1="Prop"/>
-</token>
-<token pos="3004" len="9">
-<text>Grünberg</text>
-<lemma>Grünberg</lemma>
-<tags syntax="@NH" morpho="N" sub1="Prop"/>
-</token>
-</np>
-<token pos="3014" len="3">
-<text>nun</text>
-<lemma>nun</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="3018" len="3">
-<text>mit</text>
-<lemma>mit</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<np>
-<token pos="3022" len="15">
-<text>Unterbrechungen</text>
-<lemma>unterbrechung</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="3038" len="3">
-<text>bei</text>
-<lemma>bei</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<np>
-<token pos="3042" len="13">
-<text>verschiedenen</text>
-<lemma>verschieden</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-</token>
-<token pos="3056" len="11">
-<text>Therapeuten</text>
-<lemma>therapeut</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="3068" len="3">
-<text>und</text>
-<lemma>und</lemma>
-<tags syntax="@CC" morpho="CC"/>
-</token>
-<np>
-<token pos="3072" len="7">
-<text>Ärzten</text>
-<lemma>arzt</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="3080" len="2">
-<text>in</text>
-<lemma>in</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<np>
-<token pos="3083" len="10">
-<text>Behandlung</text>
-<lemma>behandlung</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="3093" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="3095" len="3">
-<text>Sie</text>
-<lemma>sie</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="3099" len="7">
-<text>spricht</text>
-<lemma>sprechen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="3107" len="3">
-<text>von</text>
-<lemma>von</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="3111" len="5">
-<text>einer</text>
-<lemma>eine</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="3117" len="16">
-<text>Therapiekarriere</text>
-<lemma>therapie karriere</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="3134" len="3">
-<text>–</text>
-<lemma>–</lemma>
-<tags/>
-</token>
-<token pos="3138" len="3">
-<text>und</text>
-<lemma>und</lemma>
-<tags syntax="@CC" morpho="CC"/>
-</token>
-<token pos="3142" len="2">
-<text>in</text>
-<lemma>in</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="3145" len="5">
-<text>ihrer</text>
-<lemma>ihr</lemma>
-<tags syntax="@PREMOD" morpho="PRON"/>
-</token>
-<np>
-<token pos="3151" len="6">
-<text>Stimme</text>
-<lemma>stimme</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="3158" len="8">
-<text>schwingt</text>
-<lemma>schwingen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="3167" len="3">
-<text>bei</text>
-<lemma>bei</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="3171" len="6">
-<text>diesem</text>
-<lemma>dieser</lemma>
-<tags syntax="@PREMOD" morpho="PRON"/>
-</token>
-<np>
-<token pos="3178" len="4">
-<text>Wort</text>
-<lemma>wort</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<np>
-<token pos="3183" len="9">
-<text>Sarkasmus</text>
-<lemma>sarkasmus</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="3193" len="3">
-<text>mit</text>
-<lemma>mit</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="3196" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="3198" len="3">
-<text>Bis</text>
-<lemma>bis</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="3202" len="3">
-<text>man</text>
-<lemma>man</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="3206" len="5">
-<text>einen</text>
-<lemma>ein</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="3212" len="9">
-<text>passenden</text>
-<lemma>passend</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-</token>
-<token pos="3222" len="11">
-<text>Therapeuten</text>
-<lemma>therapeut</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="3234" len="5">
-<text>finde</text>
-<lemma>finden</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="SUB" sub2="PRES"/>
-</token>
-<token pos="3239" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="3241" len="7">
-<text>brauche</text>
-<lemma>brauchen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="SUB" sub2="PRES"/>
-</token>
-<token pos="3249" len="3">
-<text>man</text>
-<lemma>man</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="3253" len="7">
-<text>mehrere</text>
-<lemma>mehrere</lemma>
-<tags syntax="@PREMOD" morpho="PRON"/>
-</token>
-<np>
-<token pos="3261" len="8">
-<text>Anläufe</text>
-<lemma>anlauf</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="3269" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="3271" len="4">
-<text>sagt</text>
-<lemma>sagen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="3276" len="3">
-<text>sie</text>
-<lemma>sie</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="3279" len="1">
-<text>;</text>
-<lemma>;</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="3281" len="5">
-<text>hinzu</text>
-<lemma>hinzu</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="3287" len="6">
-<text>kommen</text>
-<lemma>kommen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="3294" len="3">
-<text>die</text>
-<lemma>die</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="3298" len="3">
-<text>oft</text>
-<lemma>oft</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<np>
-<token pos="3302" len="6">
-<text>langen</text>
-<lemma>lang</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-</token>
-<token pos="3309" len="11">
-<text>Wartezeiten</text>
-<lemma>warte zeit</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="3320" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="3322" len="3">
-<text>Sie</text>
-<lemma>sie</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="3326" len="10">
-<text>beschreibt</text>
-<lemma>beschreiben</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="3337" len="6">
-<text>diesen</text>
-<lemma>dieser</lemma>
-<tags syntax="@PREMOD" morpho="PRON"/>
-</token>
-<np>
-<token pos="3344" len="3">
-<text>Weg</text>
-<lemma>weg</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-<token pos="3348" len="3">
-<text>als</text>
-<lemma>als</lemma>
-<tags syntax="@POSTMOD" morpho="PREP"/>
-</token>
-<token pos="3352" len="7">
-<text>Odyssee</text>
-<lemma>odyssee</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="3359" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="3361" len="7">
-<text>Niemand</text>
-<lemma>niemand</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="3369" len="4">
-<text>darf</text>
-<lemma>dürfen</lemma>
-<tags syntax="@AUX" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="3374" len="5">
-<text>etwas</text>
-<lemma>etwas</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="3380" len="8">
-<text>erfahren</text>
-<lemma>erfahren</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-</token>
-<token pos="3389" len="3">
-<text>Wie</text>
-<lemma>wie</lemma>
-<tags syntax="@PREMARK" morpho="CS"/>
-</token>
-<token pos="3393" len="2">
-<text>es</text>
-<lemma>es</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="3396" len="3">
-<text>ihr</text>
-<lemma>ihr</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="3400" len="5">
-<text>jetzt</text>
-<lemma>jetzt</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="3406" len="4">
-<text>geht</text>
-<lemma>gehen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="3410" len="1">
-<text>?</text>
-<lemma>?</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="3412" len="1">
-<text>&quot;</text>
-<lemma>&quot;</lemma>
-<tags/>
-</token>
-<token pos="3413" len="3">
-<text>Ich</text>
-<lemma>ich</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="3417" len="4">
-<text>habe</text>
-<lemma>haben</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="3422" len="8">
-<text>ständig</text>
-<lemma>ständig</lemma>
-<tags syntax="@NH" morpho="A"/>
-</token>
-<token pos="3431" len="3">
-<text>das</text>
-<lemma>das</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="3435" len="7">
-<text>Gefühl</text>
-<lemma>gefühl</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="3442" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="3444" len="4">
-<text>dass</text>
-<lemma>dass</lemma>
-<tags syntax="@PREMARK" morpho="CS"/>
-</token>
-<token pos="3449" len="4">
-<text>mein</text>
-<lemma>mein</lemma>
-<tags syntax="@PREMOD" morpho="PRON"/>
-</token>
-<np>
-<token pos="3454" len="9">
-<text>Fundament</text>
-<lemma>fundament</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="3464" len="6">
-<text>morsch</text>
-<lemma>morsch</lemma>
-<tags syntax="@NH" morpho="A"/>
-</token>
-<token pos="3471" len="3">
-<text>ist</text>
-<lemma>sein</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="3474" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="3476" len="4">
-<text>dass</text>
-<lemma>dass</lemma>
-<tags syntax="@PREMARK" morpho="CS"/>
-</token>
-<token pos="3481" len="2">
-<text>es</text>
-<lemma>es</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="3484" len="6">
-<text>nichts</text>
-<lemma>nichts</lemma>
-<tags syntax="@PREMOD" morpho="PRON"/>
-</token>
-<token pos="3491" len="14">
-<text>Verlässliches</text>
-<lemma>verlässlich</lemma>
-<tags syntax="@NH" morpho="A"/>
-</token>
-<token pos="3506" len="4">
-<text>gibt</text>
-<lemma>geben</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="3510" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="3512" len="4">
-<text>dass</text>
-<lemma>dass</lemma>
-<tags syntax="@PREMARK" morpho="CS"/>
-</token>
-<token pos="3517" len="3">
-<text>das</text>
-<lemma>das</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="3521" len="5">
-<text>Leben</text>
-<lemma>leben</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="3527" len="4">
-<text>mich</text>
-<lemma>ich</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="3532" len="7">
-<text>völlig</text>
-<lemma>völlig</lemma>
-<tags syntax="@NH" morpho="A"/>
-</token>
-<token pos="3540" len="12">
-<text>überfordert</text>
-<lemma>überfordern</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="3552" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<np>
-<token pos="3554" len="7">
-<text>Morgens</text>
-<lemma>morgen</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="3562" len="3">
-<text>ist</text>
-<lemma>sein</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="3566" len="2">
-<text>es</text>
-<lemma>es</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="3569" len="8">
-<text>meistens</text>
-<lemma>meistens</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="3578" len="3">
-<text>ein</text>
-<lemma>ein</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="3582" len="5">
-<text>Kampf</text>
-<lemma>kampf</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="3587" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="3589" len="10">
-<text>überhaupt</text>
-<lemma>überhaupt</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="3600" len="11">
-<text>aufzustehen</text>
-<lemma>aufzustehen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-</token>
-<token pos="3611" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="3613" len="3">
-<text>Ich</text>
-<lemma>ich</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="3617" len="8">
-<text>versuche</text>
-<lemma>versuchen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="3625" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="3627" len="3">
-<text>mir</text>
-<lemma>ich</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<np>
-<token pos="3631" len="10">
-<text>gedanklich</text>
-<lemma>gedanklich</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-</token>
-<token pos="3642" len="6">
-<text>Inseln</text>
-<lemma>insel</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="3649" len="2">
-<text>zu</text>
-<lemma>zu</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="3652" len="5">
-<text>bauen</text>
-<lemma>bauen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-</token>
-<token pos="3657" len="1">
-<text>:</text>
-<lemma>:</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="3659" len="6">
-<text>Worauf</text>
-<lemma>worauf</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="3666" len="7">
-<text>könnte</text>
-<lemma>können</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="SUB" sub2="PAST"/>
-</token>
-<token pos="3674" len="3">
-<text>ich</text>
-<lemma>ich</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="3678" len="4">
-<text>mich</text>
-<lemma>ich</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="3683" len="6">
-<text>freuen</text>
-<lemma>freuen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-</token>
-<token pos="3689" len="1">
-<text>?</text>
-<lemma>?</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="3691" len="4">
-<text>Aber</text>
-<lemma>aber</lemma>
-<tags syntax="@CC" morpho="CC"/>
-</token>
-<token pos="3696" len="3">
-<text>das</text>
-<lemma>das</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="3700" len="4">
-<text>muss</text>
-<lemma>müssen</lemma>
-<tags syntax="@AUX" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="3705" len="3">
-<text>ich</text>
-<lemma>ich</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="3709" len="3">
-<text>mir</text>
-<lemma>ich</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="3713" len="12">
-<text>konstruieren</text>
-<lemma>konstruieren</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-</token>
-<token pos="3725" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="3727" len="11">
-<text>Theoretisch</text>
-<lemma>theoretisch</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-</token>
-<token pos="3739" len="5">
-<text>weiß</text>
-<lemma>weiss</lemma>
-<tags syntax="@NH" morpho="A"/>
-</token>
-<token pos="3745" len="3">
-<text>ich</text>
-<lemma>ich</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="3748" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="3750" len="3">
-<text>was</text>
-<lemma>was</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<np>
-<token pos="3754" len="12">
-<text>Lebensfreude</text>
-<lemma>leben freude</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="3767" len="3">
-<text>ist</text>
-<lemma>sein</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="3771" len="3">
-<text>–</text>
-<lemma>–</lemma>
-<tags/>
-</token>
-<token pos="3775" len="3">
-<text>wie</text>
-<lemma>wie</lemma>
-<tags syntax="@PREMARK" morpho="CS"/>
-</token>
-<token pos="3779" len="2">
-<text>es</text>
-<lemma>es</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="3782" len="4">
-<text>sich</text>
-<lemma>sich</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="3787" len="8">
-<text>anfühlt</text>
-<lemma>anfühlen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="3795" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="3797" len="7">
-<text>beginne</text>
-<lemma>beginnen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="3805" len="3">
-<text>ich</text>
-<lemma>ich</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="3809" len="4">
-<text>erst</text>
-<lemma>erst</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="3814" len="5">
-<text>jetzt</text>
-<lemma>jetzt</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="3820" len="7">
-<text>langsam</text>
-<lemma>langsam</lemma>
-<tags syntax="@NH" morpho="A"/>
-</token>
-<token pos="3828" len="2">
-<text>zu</text>
-<lemma>zu</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="3831" len="5">
-<text>ahnen</text>
-<lemma>ahnen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-</token>
-<token pos="3836" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="3838" len="3">
-<text>Ich</text>
-<lemma>ich</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="3842" len="3">
-<text>bin</text>
-<lemma>sein</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="3846" len="4">
-<text>kaum</text>
-<lemma>kaum</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="3851" len="2">
-<text>in</text>
-<lemma>in</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="3854" len="3">
-<text>der</text>
-<lemma>die</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="3858" len="4">
-<text>Lage</text>
-<lemma>lage</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="3862" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<np>
-<token pos="3864" len="8">
-<text>Gefühle</text>
-<lemma>gefühl</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="3873" len="10">
-<text>zuzulassen</text>
-<lemma>zulassen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-</token>
-<token pos="3883" len="1">
-<text>;</text>
-<lemma>;</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="3885" len="6">
-<text>weinen</text>
-<lemma>weinen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-<lemma>weinen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="3892" len="2">
-<text>zu</text>
-<lemma>zu</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="3895" len="7">
-<text>können</text>
-<lemma>können</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-</token>
-<token pos="3902" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="3904" len="7">
-<text>erobere</text>
-<lemma>erobern</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="3912" len="3">
-<text>ich</text>
-<lemma>ich</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="3916" len="3">
-<text>mir</text>
-<lemma>ich</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="3920" len="6">
-<text>gerade</text>
-<lemma>gerade</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="3927" len="7">
-<text>zurück</text>
-<lemma>zurück</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="3934" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="3935" len="1">
-<text>&quot;</text>
-<lemma>&quot;</lemma>
-<tags/>
-</token>
-<token pos="3937" len="4">
-<text>Nach</text>
-<lemma>nach</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="3942" len="6">
-<text>außen</text>
-<lemma>aussen</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="3949" len="3">
-<text>hin</text>
-<lemma>hin</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="3953" len="6">
-<text>lässt</text>
-<lemma>lassen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="3960" len="3">
-<text>sie</text>
-<lemma>sie</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="3964" len="4">
-<text>sich</text>
-<lemma>sich</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="3969" len="5">
-<text>davon</text>
-<lemma>davon</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="3975" len="6">
-<text>nichts</text>
-<lemma>nichts</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="3982" len="8">
-<text>anmerken</text>
-<lemma>anmerken</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-</token>
-<token pos="3990" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="3992" len="3">
-<text>Die</text>
-<lemma>die</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="3996" len="7">
-<text>Fassade</text>
-<lemma>fassade</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="4004" len="5">
-<text>steht</text>
-<lemma>stehen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="4009" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="4011" len="6">
-<text>Keiner</text>
-<lemma>kein</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="4018" len="4">
-<text>darf</text>
-<lemma>dürfen</lemma>
-<tags syntax="@AUX" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="4023" len="5">
-<text>etwas</text>
-<lemma>etwas</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="4029" len="8">
-<text>erfahren</text>
-<lemma>erfahren</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-</token>
-<token pos="4037" len="1">
-<text>!</text>
-<lemma>!</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="4039" len="4">
-<text>Doch</text>
-<lemma>doch</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="4044" len="8">
-<text>zugleich</text>
-<lemma>zugleich</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="4053" len="3">
-<text>hat</text>
-<lemma>haben</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="4057" len="3">
-<text>sie</text>
-<lemma>sie</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="4061" len="3">
-<text>den</text>
-<lemma>der</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="4065" len="6">
-<text>Wunsch</text>
-<lemma>wunsch</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="4071" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="4073" len="3">
-<text>mit</text>
-<lemma>mit</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="4077" len="5">
-<text>ihrem</text>
-<lemma>ihr</lemma>
-<tags syntax="@PREMOD" morpho="PRON"/>
-</token>
-<np>
-<token pos="4083" len="4">
-<text>Leid</text>
-<lemma>leid</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="4088" len="7">
-<text>gesehen</text>
-<lemma>sehen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="PCP" sub2="PERF"/>
-</token>
-<token pos="4096" len="2">
-<text>zu</text>
-<lemma>zu</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="4099" len="6">
-<text>werden</text>
-<lemma>werden</lemma>
-<tags syntax="@AUX" morpho="V" sub1="INF"/>
-</token>
-<token pos="4105" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="4107" len="2">
-<text>um</text>
-<lemma>um</lemma>
-<tags syntax="@PREMARK" morpho="CS"/>
-</token>
-<token pos="4110" len="4">
-<text>sich</text>
-<lemma>sich</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="4115" len="6">
-<text>selber</text>
-<lemma>selber</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="4122" len="7">
-<text>glauben</text>
-<lemma>glauben</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-<lemma>glauben</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="4130" len="2">
-<text>zu</text>
-<lemma>zu</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="4133" len="7">
-<text>können</text>
-<lemma>können</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-</token>
-<token pos="4140" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="4142" len="1">
-<text>&quot;</text>
-<lemma>&quot;</lemma>
-<tags/>
-</token>
-<token pos="4143" len="5">
-<text>Meine</text>
-<lemma>mein</lemma>
-<tags syntax="@PREMOD" morpho="PRON"/>
-</token>
-<np>
-<token pos="4149" len="6">
-<text>Eltern</text>
-<lemma>eltern</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="4156" len="5">
-<text>haben</text>
-<lemma>haben</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="4162" len="3">
-<text>mir</text>
-<lemma>ich</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="4166" len="5">
-<text>immer</text>
-<lemma>immer</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="4172" len="6">
-<text>gesagt</text>
-<lemma>sagen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="PCP" sub2="PERF"/>
-</token>
-<token pos="4178" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="4180" len="4">
-<text>dass</text>
-<lemma>dass</lemma>
-<tags syntax="@PREMARK" morpho="CS"/>
-</token>
-<token pos="4185" len="3">
-<text>ich</text>
-<lemma>ich</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="4189" len="5">
-<text>lüge</text>
-<lemma>lügen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="4194" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="4196" len="3">
-<text>Das</text>
-<lemma>das</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="4200" len="6">
-<text>brennt</text>
-<lemma>brennen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="4207" len="4">
-<text>sich</text>
-<lemma>sich</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="4212" len="3">
-<text>ein</text>
-<lemma>ein</lemma>
-<tags syntax="@NH" morpho="NUM"/>
-</token>
-<token pos="4215" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="4217" len="10">
-<text>Irgendwann</text>
-<lemma>irgendwann</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="4228" len="6">
-<text>kommen</text>
-<lemma>kommen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<np>
-<token pos="4235" len="12">
-<text>tatsächlich</text>
-<lemma>tatsächlich</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-</token>
-<token pos="4248" len="7">
-<text>Zweifel</text>
-<lemma>zweifel</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="4255" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="4257" len="2">
-<text>ob</text>
-<lemma>ob</lemma>
-<tags syntax="@PREMARK" morpho="CS"/>
-</token>
-<token pos="4260" len="3">
-<text>man</text>
-<lemma>man</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="4264" len="4">
-<text>sich</text>
-<lemma>sich</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="4269" len="3">
-<text>das</text>
-<lemma>das</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="4273" len="5">
-<text>alles</text>
-<lemma>alle</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="4279" len="3">
-<text>nur</text>
-<lemma>nur</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="4283" len="9">
-<text>einbildet</text>
-<lemma>einbildet</lemma>
-<tags syntax="@NH" morpho="A"/>
-</token>
-<token pos="4292" len="1">
-<text>&quot;</text>
-<lemma>&quot;</lemma>
-<tags/>
-</token>
-<token pos="4293" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="4295" len="4">
-<text>sagt</text>
-<lemma>sagen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="4300" len="3">
-<text>sie</text>
-<lemma>sie</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="4303" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="4305" len="1">
-<text>&quot;</text>
-<lemma>&quot;</lemma>
-<tags/>
-</token>
-<token pos="4306" len="4">
-<text>Dann</text>
-<lemma>dann</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="4311" len="10">
-<text>verfestigt</text>
-<lemma>verfestigen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="4322" len="4">
-<text>sich</text>
-<lemma>sich</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="4327" len="2">
-<text>so</text>
-<lemma>so</lemma>
-<tags syntax="@PREMOD" morpho="ADV"/>
-</token>
-<token pos="4330" len="3">
-<text>ein</text>
-<lemma>ein</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="4334" len="11">
-<text>furchtbares</text>
-<lemma>furchtbar</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-</token>
-<token pos="4346" len="7">
-<text>Gefühl</text>
-<lemma>gefühl</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="4353" len="1">
-<text>:</text>
-<lemma>:</lemma>
-<tags/>
-</token>
-<token pos="4355" len="6">
-<text>Keiner</text>
-<lemma>kein</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="4362" len="6">
-<text>glaubt</text>
-<lemma>glauben</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="4369" len="3">
-<text>mir</text>
-<lemma>ich</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="4372" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="4374" len="6">
-<text>keiner</text>
-<lemma>kein</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="4381" len="5">
-<text>hilft</text>
-<lemma>helfen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="4387" len="3">
-<text>mir</text>
-<lemma>ich</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="4390" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="4392" len="3">
-<text>ich</text>
-<lemma>ich</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="4396" len="3">
-<text>bin</text>
-<lemma>sein</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="4400" len="6">
-<text>nichts</text>
-<lemma>nichts</lemma>
-<tags syntax="@PREMOD" morpho="PRON"/>
-</token>
-<token pos="4407" len="4">
-<text>wert</text>
-<lemma>wert</lemma>
-<tags syntax="@NH" morpho="A"/>
-</token>
-<token pos="4411" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="4412" len="1">
-<text>&quot;</text>
-<lemma>&quot;</lemma>
-<tags/>
-</token>
-<token pos="4414" len="5">
-<text>Keine</text>
-<lemma>kein</lemma>
-<tags syntax="@PREMOD" morpho="PRON"/>
-</token>
-<np>
-<token pos="4420" len="19">
-<text>Opferentschädigung</text>
-<lemma>opfer entschädigung</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="4440" len="3">
-<text>Vor</text>
-<lemma>vor</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="4444" len="7">
-<text>einigen</text>
-<lemma>einige</lemma>
-<tags syntax="@PREMOD" morpho="PRON"/>
-</token>
-<np>
-<token pos="4452" len="6">
-<text>Jahren</text>
-<lemma>jahr</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="4459" len="3">
-<text>hat</text>
-<lemma>haben</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="4463" len="3">
-<text>sie</text>
-<lemma>sie</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="4467" len="8">
-<text>versucht</text>
-<lemma>versuchen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="PCP" sub2="PERF"/>
-</token>
-<token pos="4475" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<np>
-<token pos="4477" len="11">
-<text>finanzielle</text>
-<lemma>finanziell</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-</token>
-<token pos="4489" len="14">
-<text>Unterstützung</text>
-<lemma>unterstützung</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-<token pos="4504" len="5">
-<text>über</text>
-<lemma>über</lemma>
-<tags syntax="@POSTMOD" morpho="PREP"/>
-</token>
-<token pos="4510" len="3">
-<text>das</text>
-<lemma>das</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<token pos="4514" len="26">
-<text>Opferentschädigungsgesetz</text>
-<lemma>opfer entschädigung gesetz</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="4541" len="2">
-<text>zu</text>
-<lemma>zu</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="4544" len="8">
-<text>bekommen</text>
-<lemma>bekommen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-</token>
-<token pos="4552" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="4554" len="6">
-<text>Dieses</text>
-<lemma>dieser</lemma>
-<tags syntax="@PREMOD" morpho="PRON"/>
-</token>
-<np>
-<token pos="4561" len="6">
-<text>Gesetz</text>
-<lemma>gesetz</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="4568" len="5">
-<text>sieht</text>
-<lemma>sehen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<np>
-<token pos="4574" len="25">
-<text>Entschädigungsleistungen</text>
-<lemma>entschädigung leistung</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="4600" len="4">
-<text>für</text>
-<lemma>für</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<np>
-<token pos="4605" len="5">
-<text>Opfer</text>
-<lemma>opfer</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-<token pos="4611" len="3">
-<text>von</text>
-<lemma>von</lemma>
-<tags syntax="@POSTMOD" morpho="PREP"/>
-</token>
-<token pos="4615" len="11">
-<text>Gewalttaten</text>
-<lemma>gewalt tat</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="4627" len="3">
-<text>vor</text>
-<lemma>vor</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="4630" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="4632" len="3">
-<text>die</text>
-<lemma>die</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<np>
-<token pos="4636" len="15">
-<text>gesundheitliche</text>
-<lemma>gesundheitlich</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-</token>
-<token pos="4652" len="8">
-<text>Schäden</text>
-<lemma>schaden</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="4661" len="8">
-<text>erlitten</text>
-<lemma>erleiden</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="PCP" sub2="PERF"/>
-<lemma>erleiden</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="SUB" sub2="PAST"/>
-<lemma>erleiden</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PAST"/>
-</token>
-<token pos="4670" len="5">
-<text>haben</text>
-<lemma>haben</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-<lemma>haben</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="4675" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="4677" len="1">
-<text>&quot;</text>
-<lemma>&quot;</lemma>
-<tags/>
-</token>
-<token pos="4678" len="3">
-<text>Das</text>
-<lemma>das</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="4682" len="16">
-<text>Antragsprozedere</text>
-<lemma>antrag prozedere</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="4699" len="3">
-<text>hat</text>
-<lemma>haben</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<np>
-<token pos="4703" len="9">
-<text>ungefähr</text>
-<lemma>ungefähr</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-<lemma>ungefähr</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="4713" len="4">
-<text>zwei</text>
-<lemma>zwei</lemma>
-<tags syntax="@PREMOD" morpho="NUM"/>
-</token>
-<token pos="4718" len="5">
-<text>Jahre</text>
-<lemma>jahr</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="4724" len="8">
-<text>gedauert</text>
-<lemma>dauern</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="PCP" sub2="PERF"/>
-</token>
-<token pos="4732" len="1">
-<text>&quot;</text>
-<lemma>&quot;</lemma>
-<tags/>
-</token>
-<token pos="4733" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="4735" len="8">
-<text>erzählt</text>
-<lemma>erzählen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="4744" len="3">
-<text>sie</text>
-<lemma>sie</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="4747" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="4749" len="12">
-<text>Schließlich</text>
-<lemma>schliesslich</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="4762" len="3">
-<text>sei</text>
-<lemma>sein</lemma>
-<tags syntax="@AUX" morpho="V" sub1="SUB" sub2="PRES"/>
-</token>
-<token pos="4766" len="4">
-<text>zwar</text>
-<lemma>zwar</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="4771" len="9">
-<text>anerkannt</text>
-<lemma>anerkennen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="PCP" sub2="PERF"/>
-</token>
-<token pos="4781" len="6">
-<text>worden</text>
-<lemma>werden</lemma>
-<tags syntax="@AUX" morpho="V" sub1="PCP" sub2="PERF"/>
-</token>
-<token pos="4787" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="4789" len="4">
-<text>dass</text>
-<lemma>dass</lemma>
-<tags syntax="@PREMARK" morpho="CS"/>
-</token>
-<token pos="4794" len="4">
-<text>ihre</text>
-<lemma>ihr</lemma>
-<tags syntax="@PREMOD" morpho="PRON"/>
-</token>
-<np>
-<token pos="4799" len="16">
-<text>gesundheitlichen</text>
-<lemma>gesundheitlich</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-</token>
-<token pos="4816" len="19">
-<text>Beeinträchtigungen</text>
-<lemma>beeinträchtigung</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="4836" len="3">
-<text>und</text>
-<lemma>und</lemma>
-<tags syntax="@CC" morpho="CC"/>
-</token>
-<np>
-<token pos="4840" len="13">
-<text>Behinderungen</text>
-<lemma>behinderung</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="4854" len="4">
-<text>eine</text>
-<lemma>eine</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="4859" len="5">
-<text>Folge</text>
-<lemma>folge</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="4865" len="3">
-<text>des</text>
-<lemma>der</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="4869" len="11">
-<text>Missbrauchs</text>
-<lemma>missbrauch</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="4881" len="4">
-<text>sind</text>
-<lemma>sein</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="4885" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="4887" len="4">
-<text>aber</text>
-<lemma>aber</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="4892" len="2">
-<text>da</text>
-<lemma>da</lemma>
-<tags syntax="@PREMARK" morpho="CS"/>
-</token>
-<token pos="4895" len="3">
-<text>die</text>
-<lemma>die</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="4899" len="5">
-<text>Taten</text>
-<lemma>tat</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-<token pos="4905" len="3">
-<text>vor</text>
-<lemma>vor</lemma>
-<tags syntax="@POSTMOD" morpho="PREP"/>
-</token>
-<token pos="4909" len="13">
-<text>Inkrafttreten</text>
-<lemma>inkrafttreten</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="4923" len="3">
-<text>des</text>
-<lemma>das</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="4927" len="8">
-<text>Gesetzes</text>
-<lemma>gesetz</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="4936" len="4">
-<text>1976</text>
-<lemma>1976</lemma>
-<tags syntax="@NH" morpho="NUM"/>
-</token>
-<token pos="4941" len="9">
-<text>geschehen</text>
-<lemma>geschehen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="PCP" sub2="PERF"/>
-</token>
-<token pos="4951" len="4">
-<text>sind</text>
-<lemma>sein</lemma>
-<tags syntax="@AUX" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="4955" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="4957" len="6">
-<text>fällt</text>
-<lemma>fallen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="4964" len="3">
-<text>sie</text>
-<lemma>sie</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="4968" len="5">
-<text>unter</text>
-<lemma>unter</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="4974" len="4">
-<text>eine</text>
-<lemma>eine</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="4979" len="18">
-<text>Übergangsregelung</text>
-<lemma>übergang regelung</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="4997" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="4999" len="5">
-<text>Diese</text>
-<lemma>dieser</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="5005" len="5">
-<text>setzt</text>
-<lemma>setzen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="5011" len="4">
-<text>eine</text>
-<lemma>eine</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="5016" len="11">
-<text>finanzielle</text>
-<lemma>finanziell</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-</token>
-<token pos="5028" len="14">
-<text>Bedürftigkeit</text>
-<lemma>bedürftigkeit</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="5043" len="6">
-<text>voraus</text>
-<lemma>voraus</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="5049" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="5051" len="2">
-<text>um</text>
-<lemma>um</lemma>
-<tags syntax="@PREMARK" morpho="CS"/>
-</token>
-<np>
-<token pos="5054" len="14">
-<text>Unterstützung</text>
-<lemma>unterstützung</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="5069" len="2">
-<text>zu</text>
-<lemma>zu</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="5072" len="8">
-<text>bekommen</text>
-<lemma>bekommen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-</token>
-<token pos="5081" len="3">
-<text>–</text>
-<lemma>–</lemma>
-<tags/>
-</token>
-<token pos="5085" len="6">
-<text>dafür</text>
-<lemma>dafür</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="5092" len="3">
-<text>ist</text>
-<lemma>sein</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="5096" len="3">
-<text>ihr</text>
-<lemma>ihr</lemma>
-<tags syntax="@PREMOD" morpho="PRON"/>
-</token>
-<np>
-<token pos="5100" len="9">
-<text>Einkommen</text>
-<lemma>einkommen</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="5110" len="4">
-<text>aber</text>
-<lemma>aber</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="5115" len="5">
-<text>nicht</text>
-<lemma>nicht</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="5121" len="6">
-<text>gering</text>
-<lemma>gering</lemma>
-<tags syntax="@NH" morpho="A"/>
-</token>
-<token pos="5128" len="5">
-<text>genug</text>
-<lemma>genug</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-<lemma>genug</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="5133" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="5135" len="1">
-<text>&quot;</text>
-<lemma>&quot;</lemma>
-<tags/>
-</token>
-<np>
-<token pos="5136" len="6">
-<text>Hätte</text>
-<lemma>hätte</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="5143" len="3">
-<text>der</text>
-<lemma>der</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="5147" len="10">
-<text>Missbrauch</text>
-<lemma>missbrauch</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="5158" len="4">
-<text>nach</text>
-<lemma>nach</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-<lemma>nach</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="5163" len="4">
-<text>1976</text>
-<lemma>1976</lemma>
-<tags syntax="@NH" morpho="NUM"/>
-</token>
-<token pos="5168" len="13">
-<text>stattgefunden</text>
-<lemma>statt finden</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="PCP" sub2="PERF"/>
-</token>
-<token pos="5181" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="5183" len="6">
-<text>hätte</text>
-<lemma>haben</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="SUB" sub2="PAST"/>
-</token>
-<token pos="5190" len="3">
-<text>mir</text>
-<lemma>ich</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="5194" len="4">
-<text>eine</text>
-<lemma>eine</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="5199" len="27">
-<text>Berufsausfallentschädigung</text>
-<lemma>beruf ausfall entschädigung</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="5227" len="11">
-<text>zugestanden</text>
-<lemma>zugestehen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="PCP" sub2="PERF"/>
-</token>
-<token pos="5238" len="1">
-<text>&quot;</text>
-<lemma>&quot;</lemma>
-<tags/>
-</token>
-<token pos="5239" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="5241" len="4">
-<text>sagt</text>
-<lemma>sagen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<np>
-<token pos="5246" len="9">
-<text>Katharina</text>
-<lemma>Katharina</lemma>
-<tags syntax="@PREMOD" morpho="N" sub1="Prop"/>
-</token>
-<token pos="5256" len="9">
-<text>Grünberg</text>
-<lemma>Grünberg</lemma>
-<tags syntax="@NH" morpho="N" sub1="Prop"/>
-</token>
-</np>
-<token pos="5265" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="5267" len="1">
-<text>&quot;</text>
-<lemma>&quot;</lemma>
-<tags/>
-</token>
-<token pos="5268" len="3">
-<text>Das</text>
-<lemma>das</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="5272" len="6">
-<text>hätte</text>
-<lemma>haben</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="SUB" sub2="PAST"/>
-</token>
-<token pos="5279" len="4">
-<text>zwar</text>
-<lemma>zwar</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="5284" len="3">
-<text>den</text>
-<lemma>der</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="5288" len="10">
-<text>Missbrauch</text>
-<lemma>missbrauch</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="5299" len="5">
-<text>nicht</text>
-<lemma>nicht</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="5305" len="6">
-<text>wieder</text>
-<lemma>wieder</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="5312" len="9">
-<text>gutmachen</text>
-<lemma>gut machen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-</token>
-<token pos="5322" len="7">
-<text>können</text>
-<lemma>können</lemma>
-<tags syntax="@AUX" morpho="V" sub1="PCP" sub2="PERF"/>
-</token>
-<token pos="5329" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="5331" len="4">
-<text>aber</text>
-<lemma>aber</lemma>
-<tags syntax="@CC" morpho="CC"/>
-</token>
-<token pos="5336" len="2">
-<text>es</text>
-<lemma>es</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="5339" len="6">
-<text>hätte</text>
-<lemma>haben</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="SUB" sub2="PAST"/>
-</token>
-<token pos="5346" len="3">
-<text>mir</text>
-<lemma>ich</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="5350" len="7">
-<text>erspart</text>
-<lemma>ersparen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="PCP" sub2="PERF"/>
-</token>
-<token pos="5357" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="5359" len="5">
-<text>neben</text>
-<lemma>neben</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="5365" len="3">
-<text>dem</text>
-<lemma>der</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="5369" len="11">
-<text>psychischen</text>
-<lemma>psychisch</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-</token>
-<token pos="5381" len="5">
-<text>Kampf</text>
-<lemma>kampf</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-<token pos="5387" len="2">
-<text>um</text>
-<lemma>um</lemma>
-<tags syntax="@POSTMOD" morpho="PREP"/>
-</token>
-<token pos="5389" len="1">
-<text>s</text>
-<lemma>das</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<token pos="5391" len="10">
-<text>Überleben</text>
-<lemma>überleben</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="5402" len="4">
-<text>auch</text>
-<lemma>auch</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="5407" len="4">
-<text>noch</text>
-<lemma>noch</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="5412" len="3">
-<text>den</text>
-<lemma>der</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="5416" len="14">
-<text>existenziellen</text>
-<lemma>existenziell</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-</token>
-<token pos="5431" len="16">
-<text>Überlebenskampf</text>
-<lemma>überleben kampf</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="5448" len="7">
-<text>führen</text>
-<lemma>führen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-<lemma>führen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="5456" len="2">
-<text>zu</text>
-<lemma>zu</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="5459" len="7">
-<text>müssen</text>
-<lemma>müssen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-</token>
-<token pos="5466" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="5467" len="1">
-<text>&quot;</text>
-<lemma>&quot;</lemma>
-<tags/>
-</token>
-<np>
-<token pos="5469" len="11">
-<text>Stationäre</text>
-<lemma>stationär</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-</token>
-<token pos="5481" len="10">
-<text>Behandlung</text>
-<lemma>behandlung</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="5492" len="6">
-<text>nötig</text>
-<lemma>nötig</lemma>
-<tags syntax="@NH" morpho="A"/>
-</token>
-<token pos="5499" len="3">
-<text>Was</text>
-<lemma>was</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<np>
-<token pos="5503" len="9">
-<text>Katharina</text>
-<lemma>Katharina</lemma>
-<tags syntax="@PREMOD" morpho="N" sub1="Prop"/>
-</token>
-<token pos="5513" len="9">
-<text>Grünberg</text>
-<lemma>Grünberg</lemma>
-<tags syntax="@NH" morpho="N" sub1="Prop"/>
-</token>
-</np>
-<token pos="5523" len="5">
-<text>zudem</text>
-<lemma>zudem</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="5529" len="8">
-<text>belastet</text>
-<lemma>belasten</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="5537" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="5539" len="4">
-<text>sind</text>
-<lemma>sein</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="5544" len="3">
-<text>die</text>
-<lemma>die</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="5548" len="12">
-<text>wiederholten</text>
-<lemma>wiederholt</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-</token>
-<token pos="5561" len="20">
-<text>Auseinandersetzungen</text>
-<lemma>auseinandersetzung</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="5582" len="3">
-<text>mit</text>
-<lemma>mit</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="5586" len="5">
-<text>ihrer</text>
-<lemma>ihr</lemma>
-<tags syntax="@PREMOD" morpho="PRON"/>
-</token>
-<np>
-<token pos="5592" len="8">
-<text>privaten</text>
-<lemma>privat</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-</token>
-<token pos="5601" len="12">
-<text>Krankenkasse</text>
-<lemma>kranke kasse</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="5613" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="5615" len="4">
-<text>Zwar</text>
-<lemma>zwar</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="5620" len="4">
-<text>habe</text>
-<lemma>haben</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="SUB" sub2="PRES"/>
-</token>
-<token pos="5625" len="3">
-<text>die</text>
-<lemma>die</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="5629" len="5">
-<text>Kasse</text>
-<lemma>kasse</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="5635" len="5">
-<text>neben</text>
-<lemma>neben</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="5641" len="4">
-<text>zwei</text>
-<lemma>zwei</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<np>
-<token pos="5646" len="10">
-<text>ambulanten</text>
-<lemma>ambulant</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-</token>
-<token pos="5657" len="9">
-<text>Therapien</text>
-<lemma>therapie</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="5667" len="4">
-<text>auch</text>
-<lemma>auch</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<np>
-<token pos="5672" len="11">
-<text>stationäre</text>
-<lemma>stationär</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-</token>
-<token pos="5684" len="9">
-<text>Therapien</text>
-<lemma>therapie</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="5694" len="7">
-<text>bezahlt</text>
-<lemma>bezahlen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="PCP" sub2="PERF"/>
-</token>
-<token pos="5701" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="5703" len="4">
-<text>doch</text>
-<lemma>doch</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="5708" len="4">
-<text>eine</text>
-<lemma>einer</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="5713" len="3">
-<text>von</text>
-<lemma>von</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="5717" len="3">
-<text>den</text>
-<lemma>die</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="5721" len="12">
-<text>behandelnden</text>
-<lemma>behandelnd</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-</token>
-<token pos="5734" len="7">
-<text>Ärzten</text>
-<lemma>arzt</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="5742" len="3">
-<text>als</text>
-<lemma>als</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-<lemma>als</lemma>
-<tags syntax="@PREMARK" morpho="CS"/>
-</token>
-<np>
-<token pos="5746" len="9">
-<text>notwendig</text>
-<lemma>notwendig</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-</token>
-<token pos="5756" len="9">
-<text>erachtete</text>
-<lemma>erachtet</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-</token>
-<token pos="5766" len="13">
-<text>Verlängerung</text>
-<lemma>verlängerung</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="5780" len="3">
-<text>der</text>
-<lemma>die</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-<lemma>der</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<np>
-<token pos="5784" len="12">
-<text>stationären</text>
-<lemma>stationär</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-</token>
-<token pos="5797" len="11">
-<text>Aufenthalte</text>
-<lemma>aufenthalt</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="5809" len="5">
-<text>über</text>
-<lemma>über</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="5815" len="4">
-<text>vier</text>
-<lemma>vier</lemma>
-<tags syntax="@PREMOD" morpho="NUM"/>
-</token>
-<np>
-<token pos="5820" len="6">
-<text>Wochen</text>
-<lemma>woche</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="5827" len="6">
-<text>hinaus</text>
-<lemma>hinaus</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="5834" len="3">
-<text>sei</text>
-<lemma>sein</lemma>
-<tags syntax="@AUX" morpho="V" sub1="SUB" sub2="PRES"/>
-</token>
-<token pos="5838" len="5">
-<text>jedes</text>
-<lemma>jeder</lemma>
-<tags syntax="@PREMOD" morpho="PRON"/>
-</token>
-<np>
-<token pos="5844" len="3">
-<text>Mal</text>
-<lemma>mal</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="5848" len="9">
-<text>abgelehnt</text>
-<lemma>ablehnen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="PCP" sub2="PERF"/>
-</token>
-<token pos="5858" len="6">
-<text>worden</text>
-<lemma>werden</lemma>
-<tags syntax="@AUX" morpho="V" sub1="PCP" sub2="PERF"/>
-</token>
-<token pos="5865" len="3">
-<text>–</text>
-<lemma>–</lemma>
-<tags/>
-</token>
-<token pos="5869" len="5">
-<text>immer</text>
-<lemma>immer</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="5875" len="3">
-<text>mit</text>
-<lemma>mit</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="5879" len="3">
-<text>der</text>
-<lemma>die</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="5883" len="11">
-<text>Begründung</text>
-<lemma>begründung</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="5894" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="5896" len="4">
-<text>dies</text>
-<lemma>dieser</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="5901" len="3">
-<text>sei</text>
-<lemma>sein</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="SUB" sub2="PRES"/>
-</token>
-<token pos="5905" len="11">
-<text>medizinisch</text>
-<lemma>medizinisch</lemma>
-<tags syntax="@NH" morpho="A"/>
-</token>
-<token pos="5917" len="5">
-<text>nicht</text>
-<lemma>nicht</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="5923" len="9">
-<text>notwendig</text>
-<lemma>notwendig</lemma>
-<tags syntax="@NH" morpho="A"/>
-</token>
-<token pos="5932" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="5934" len="1">
-<text>&quot;</text>
-<lemma>&quot;</lemma>
-<tags/>
-</token>
-<token pos="5935" len="3">
-<text>Das</text>
-<lemma>das</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="5939" len="9">
-<text>bedeutete</text>
-<lemma>bedeuten</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PAST"/>
-</token>
-<token pos="5948" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="5950" len="4">
-<text>dass</text>
-<lemma>dass</lemma>
-<tags syntax="@PREMARK" morpho="CS"/>
-</token>
-<token pos="5955" len="3">
-<text>ich</text>
-<lemma>ich</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="5959" len="3">
-<text>den</text>
-<lemma>der</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="5963" len="10">
-<text>begonnenen</text>
-<lemma>begonnen</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-</token>
-<token pos="5974" len="5">
-<text>guten</text>
-<lemma>gut</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-</token>
-<token pos="5980" len="7">
-<text>Prozess</text>
-<lemma>prozess</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="5988" len="6">
-<text>leider</text>
-<lemma>leider</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="5995" len="9">
-<text>abbrechen</text>
-<lemma>abbrechen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-</token>
-<token pos="6005" len="6">
-<text>musste</text>
-<lemma>müssen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PAST"/>
-</token>
-<token pos="6012" len="3">
-<text>und</text>
-<lemma>und</lemma>
-<tags syntax="@CC" morpho="CC"/>
-</token>
-<token pos="6016" len="8">
-<text>instabil</text>
-<lemma>instabil</lemma>
-<tags syntax="@NH" morpho="A"/>
-</token>
-<token pos="6025" len="9">
-<text>entlassen</text>
-<lemma>entlassen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-</token>
-<token pos="6035" len="5">
-<text>wurde</text>
-<lemma>werden</lemma>
-<tags syntax="@AUX" morpho="V" sub1="IND" sub2="PAST"/>
-</token>
-<token pos="6040" len="1">
-<text>&quot;</text>
-<lemma>&quot;</lemma>
-<tags/>
-</token>
-<token pos="6041" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="6043" len="10">
-<text>erläutert</text>
-<lemma>erläutern</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="6054" len="3">
-<text>sie</text>
-<lemma>sie</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="6057" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="6059" len="1">
-<text>&quot;</text>
-<lemma>&quot;</lemma>
-<tags/>
-</token>
-<token pos="6060" len="4">
-<text>Auch</text>
-<lemma>auch</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="6065" len="3">
-<text>aus</text>
-<lemma>aus</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<np>
-<token pos="6069" len="5">
-<text>Sicht</text>
-<lemma>sicht</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="6075" len="6">
-<text>meines</text>
-<lemma>mein</lemma>
-<tags syntax="@PREMOD" morpho="PRON"/>
-</token>
-<np>
-<token pos="6082" len="6">
-<text>Arztes</text>
-<lemma>arzt</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="6089" len="3">
-<text>ist</text>
-<lemma>sein</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="6093" len="4">
-<text>eine</text>
-<lemma>eine</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="6098" len="11">
-<text>stationäre</text>
-<lemma>stationär</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-</token>
-<token pos="6110" len="10">
-<text>Behandlung</text>
-<lemma>behandlung</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="6121" len="8">
-<text>dringend</text>
-<lemma>dringend</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="6130" len="12">
-<text>erforderlich</text>
-<lemma>erforderlich</lemma>
-<tags syntax="@NH" morpho="A"/>
-</token>
-<token pos="6143" len="3">
-<text>–</text>
-<lemma>–</lemma>
-<tags/>
-</token>
-<token pos="6147" len="4">
-<text>aber</text>
-<lemma>aber</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="6152" len="4">
-<text>vier</text>
-<lemma>vier</lemma>
-<tags syntax="@PREMOD" morpho="NUM"/>
-</token>
-<np>
-<token pos="6157" len="6">
-<text>Wochen</text>
-<lemma>woche</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="6164" len="7">
-<text>reichen</text>
-<lemma>reich</lemma>
-<tags syntax="@NH" morpho="A"/>
-</token>
-<token pos="6172" len="4">
-<text>eben</text>
-<lemma>eben</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="6177" len="5">
-<text>nicht</text>
-<lemma>nicht</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="6182" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="6184" len="2">
-<text>Es</text>
-<lemma>es</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="6187" len="7">
-<text>gehört</text>
-<lemma>gehören</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="6195" len="4">
-<text>sehr</text>
-<lemma>sehr</lemma>
-<tags syntax="@PREMOD" morpho="ADV"/>
-</token>
-<token pos="6200" len="4">
-<text>viel</text>
-<lemma>viel</lemma>
-<tags syntax="@PREMOD" morpho="PRON"/>
-</token>
-<np>
-<token pos="6205" len="3">
-<text>Mut</text>
-<lemma>mut</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="6209" len="4">
-<text>dazu</text>
-<lemma>dazu</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="6213" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="6215" len="4">
-<text>sich</text>
-<lemma>sich</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="6220" len="3">
-<text>der</text>
-<lemma>die</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="6224" len="13">
-<text>Vergangenheit</text>
-<lemma>vergangenheit</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="6238" len="2">
-<text>zu</text>
-<lemma>zu</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="6241" len="7">
-<text>stellen</text>
-<lemma>stellen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-</token>
-<token pos="6248" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="6250" len="3">
-<text>und</text>
-<lemma>und</lemma>
-<tags syntax="@CC" morpho="CC"/>
-</token>
-<token pos="6254" len="3">
-<text>ich</text>
-<lemma>ich</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="6258" len="4">
-<text>habe</text>
-<lemma>haben</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="6263" len="5">
-<text>schon</text>
-<lemma>schon</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="6269" len="4">
-<text>viel</text>
-<lemma>viel</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="6274" len="8">
-<text>erreicht</text>
-<lemma>erreichen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="PCP" sub2="PERF"/>
-</token>
-<token pos="6282" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="6284" len="4">
-<text>Doch</text>
-<lemma>doch</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="6289" len="3">
-<text>die</text>
-<lemma>die</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="6293" len="5">
-<text>Seele</text>
-<lemma>seele</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="6298" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="6300" len="3">
-<text>die</text>
-<lemma>die</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="6304" len="5">
-<text>durch</text>
-<lemma>durch</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="6310" len="3">
-<text>den</text>
-<lemma>der</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="6314" len="10">
-<text>Missbrauch</text>
-<lemma>missbrauch</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-<token pos="6325" len="2">
-<text>in</text>
-<lemma>in</lemma>
-<tags syntax="@POSTMOD" morpho="PREP"/>
-</token>
-<token pos="6328" len="11">
-<text>Einzelteile</text>
-<lemma>einzeln teil</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="6340" len="7">
-<text>zerlegt</text>
-<lemma>zerlegen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="PCP" sub2="PERF"/>
-</token>
-<token pos="6348" len="5">
-<text>wurde</text>
-<lemma>werden</lemma>
-<tags syntax="@AUX" morpho="V" sub1="IND" sub2="PAST"/>
-</token>
-<token pos="6353" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="6355" len="7">
-<text>braucht</text>
-<lemma>brauchen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<np>
-<token pos="6363" len="4">
-<text>Zeit</text>
-<lemma>zeit</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="6368" len="3">
-<text>und</text>
-<lemma>und</lemma>
-<tags syntax="@CC" morpho="CC"/>
-</token>
-<np>
-<token pos="6372" len="14">
-<text>professionelle</text>
-<lemma>professionell</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-</token>
-<token pos="6387" len="14">
-<text>Unterstützung</text>
-<lemma>unterstützung</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="6401" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="6403" len="2">
-<text>um</text>
-<lemma>um</lemma>
-<tags syntax="@PREMARK" morpho="CS"/>
-</token>
-<token pos="6406" len="2">
-<text>zu</text>
-<lemma>zu</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="6409" len="6">
-<text>heilen</text>
-<lemma>heilen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-</token>
-<token pos="6415" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="6417" len="3">
-<text>Ich</text>
-<lemma>ich</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="6421" len="4">
-<text>habe</text>
-<lemma>haben</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="6426" len="4">
-<text>eine</text>
-<lemma>eine</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="6431" len="11">
-<text>Perspektive</text>
-<lemma>perspektive</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="6442" len="1">
-<text>:</text>
-<lemma>:</lemma>
-<tags/>
-</token>
-<token pos="6444" len="7">
-<text>endlich</text>
-<lemma>endlich</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="6452" len="3">
-<text>ein</text>
-<lemma>ein</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="6456" len="5">
-<text>Leben</text>
-<lemma>leben</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="6462" len="4">
-<text>ohne</text>
-<lemma>ohne</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<np>
-<token pos="6467" len="9">
-<text>Therapien</text>
-<lemma>therapie</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="6476" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="6478" len="4">
-<text>Aber</text>
-<lemma>aber</lemma>
-<tags syntax="@CC" morpho="CC"/>
-</token>
-<token pos="6483" len="3">
-<text>ich</text>
-<lemma>ich</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="6487" len="4">
-<text>kann</text>
-<lemma>können</lemma>
-<tags syntax="@AUX" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="6492" len="3">
-<text>die</text>
-<lemma>die</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="6496" len="6">
-<text>Kosten</text>
-<lemma>kosten</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-</token>
-<token pos="6503" len="4">
-<text>für</text>
-<lemma>für</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="6508" len="3">
-<text>den</text>
-<lemma>der</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="6512" len="16">
-<text>Klinikaufenthalt</text>
-<lemma>klinik aufenthalt</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="6529" len="5">
-<text>nicht</text>
-<lemma>nicht</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="6535" len="6">
-<text>selbst</text>
-<lemma>selbst</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-<lemma>selbst</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="6542" len="10">
-<text>aufbringen</text>
-<lemma>aufbringen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-</token>
-<token pos="6552" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="6554" len="4">
-<text>wenn</text>
-<lemma>wenn</lemma>
-<tags syntax="@PREMARK" morpho="CS"/>
-</token>
-<token pos="6559" len="3">
-<text>die</text>
-<lemma>die</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="6563" len="12">
-<text>Krankenkasse</text>
-<lemma>kranke kasse</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="6576" len="3">
-<text>sie</text>
-<lemma>sie</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="6580" len="5">
-<text>nicht</text>
-<lemma>nicht</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="6586" len="10">
-<text>übernimmt</text>
-<lemma>übernehmen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="6596" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="6597" len="1">
-<text>&quot;</text>
-<lemma>&quot;</lemma>
-<tags/>
-</token>
-<np>
-<token pos="6599" len="5">
-<text>Fonds</text>
-<lemma>fonds</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-<token pos="6605" len="4">
-<text>für</text>
-<lemma>für</lemma>
-<tags syntax="@POSTMOD" morpho="PREP"/>
-</token>
-<token pos="6610" len="16">
-<text>Missbrauchsopfer</text>
-<lemma>missbrauch opfer</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<np>
-<token pos="6627" len="6">
-<text>Große</text>
-<lemma>gross</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-</token>
-<token pos="6634" len="8">
-<text>Hoffnung</text>
-<lemma>hoffnung</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="6643" len="5">
-<text>setzt</text>
-<lemma>setzen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<np>
-<token pos="6649" len="9">
-<text>Katharina</text>
-<lemma>Katharina</lemma>
-<tags syntax="@PREMOD" morpho="N" sub1="Prop"/>
-</token>
-<token pos="6659" len="9">
-<text>Grünberg</text>
-<lemma>Grünberg</lemma>
-<tags syntax="@NH" morpho="N" sub1="Prop"/>
-</token>
-</np>
-<token pos="6669" len="5">
-<text>jetzt</text>
-<lemma>jetzt</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="6675" len="3">
-<text>auf</text>
-<lemma>auf</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="6679" len="3">
-<text>den</text>
-<lemma>der</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="6683" len="5">
-<text>Fonds</text>
-<lemma>fonds</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-<token pos="6689" len="4">
-<text>für</text>
-<lemma>für</lemma>
-<tags syntax="@POSTMOD" morpho="PREP"/>
-</token>
-<token pos="6694" len="5">
-<text>Opfer</text>
-<lemma>opfer</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<np>
-<token pos="6700" len="9">
-<text>sexuellen</text>
-<lemma>sexuell</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-</token>
-<token pos="6710" len="11">
-<text>Missbrauchs</text>
-<lemma>missbrauch</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="6721" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="6723" len="3">
-<text>der</text>
-<lemma>die</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="6727" len="1">
-<text>i</text>
-<lemma>in</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="6728" len="1">
-<text>m</text>
-<lemma>der</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="6730" len="3">
-<text>Mai</text>
-<lemma>mai</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="6734" len="7">
-<text>starten</text>
-<lemma>starten</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-</token>
-<token pos="6742" len="4">
-<text>soll</text>
-<lemma>sollen</lemma>
-<tags syntax="@AUX" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="6746" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="6748" len="6">
-<text>Dieser</text>
-<lemma>dieser</lemma>
-<tags syntax="@PREMOD" morpho="PRON"/>
-</token>
-<np>
-<token pos="6755" len="10">
-<text>Hilfsfonds</text>
-<lemma>hilfe fonds</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="6766" len="3">
-<text>ist</text>
-<lemma>sein</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<np>
-<token pos="6770" len="4">
-<text>Teil</text>
-<lemma>teil</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="6775" len="5">
-<text>eines</text>
-<lemma>ein</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="6781" len="8">
-<text>Gesetzes</text>
-<lemma>gesetz</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-<token pos="6790" len="2">
-<text>zu</text>
-<lemma>zu</lemma>
-<tags syntax="@POSTMOD" morpho="PREP"/>
-</token>
-<token pos="6792" len="1">
-<text>r</text>
-<lemma>die</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<token pos="6794" len="9">
-<text>Stärkung</text>
-<lemma>stärkung</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="6804" len="3">
-<text>der</text>
-<lemma>die</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="6808" len="6">
-<text>Rechte</text>
-<lemma>recht</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-<token pos="6815" len="3">
-<text>von</text>
-<lemma>von</lemma>
-<tags syntax="@POSTMOD" morpho="PREP"/>
-</token>
-<token pos="6819" len="17">
-<text>Missbrauchsopfern</text>
-<lemma>missbrauch opfer</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="6836" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="6838" len="3">
-<text>das</text>
-<lemma>das</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="6842" len="3">
-<text>der</text>
-<lemma>der</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="6846" len="9">
-<text>Bundestag</text>
-<lemma>bund tag</lemma>
-<tags syntax="@PREMOD" morpho="N"/>
-</token>
-<token pos="6856" len="5">
-<text>Mitte</text>
-<lemma>mitte</lemma>
-<tags syntax="@PREMOD" morpho="N"/>
-</token>
-<token pos="6862" len="5">
-<text>März</text>
-<lemma>märz</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="6868" len="6">
-<text>dieses</text>
-<lemma>dieser</lemma>
-<tags syntax="@PREMOD" morpho="PRON"/>
-</token>
-<np>
-<token pos="6875" len="6">
-<text>Jahres</text>
-<lemma>jahr</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="6882" len="13">
-<text>verabschiedet</text>
-<lemma>verabschieden</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="PCP" sub2="PERF"/>
-</token>
-<token pos="6896" len="3">
-<text>hat</text>
-<lemma>haben</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="6899" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="6901" len="3">
-<text>Das</text>
-<lemma>das</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="6905" len="6">
-<text>Gesetz</text>
-<lemma>gesetz</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="6912" len="8">
-<text>wiederum</text>
-<lemma>wiederum</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="6921" len="4">
-<text>geht</text>
-<lemma>gehen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="6926" len="7">
-<text>zurück</text>
-<lemma>zurück</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="6934" len="3">
-<text>auf</text>
-<lemma>auf</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<np>
-<token pos="6938" len="12">
-<text>Empfehlungen</text>
-<lemma>empfehlung</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="6951" len="3">
-<text>des</text>
-<lemma>der</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<token pos="6955" len="6">
-<text>Runden</text>
-<lemma>Runden</lemma>
-<tags syntax="@PREMOD" morpho="N"/>
-</token>
-<token pos="6962" len="7">
-<text>Tisches</text>
-<lemma>tisch</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-</token>
-<token pos="6970" len="1">
-<text>&quot;</text>
-<lemma>&quot;</lemma>
-<tags/>
-</token>
-<np>
-<token pos="6971" len="9">
-<text>Sexueller</text>
-<lemma>Sexueller</lemma>
-<tags syntax="@PREMOD" morpho="N" sub1="Prop"/>
-</token>
-<token pos="6981" len="16">
-<text>Kindesmissbrauch</text>
-<lemma>Kindmissbrauch</lemma>
-<tags syntax="@NH" morpho="N" sub1="Prop"/>
-</token>
-</np>
-<token pos="6997" len="1">
-<text>&quot;</text>
-<lemma>&quot;</lemma>
-<tags/>
-</token>
-<token pos="6998" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="7000" len="6">
-<text>Dieses</text>
-<lemma>dieser</lemma>
-<tags syntax="@PREMOD" morpho="PRON"/>
-</token>
-<np>
-<token pos="7007" len="7">
-<text>Gremium</text>
-<lemma>gremium</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="7015" len="3">
-<text>war</text>
-<lemma>sein</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PAST"/>
-</token>
-<token pos="7019" len="4">
-<text>2010</text>
-<lemma>2010</lemma>
-<tags syntax="@NH" morpho="NUM"/>
-</token>
-<token pos="7024" len="12">
-<text>eingerichtet</text>
-<lemma>ein richten</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="PCP" sub2="PERF"/>
-</token>
-<token pos="7037" len="6">
-<text>worden</text>
-<lemma>werden</lemma>
-<tags syntax="@AUX" morpho="V" sub1="PCP" sub2="PERF"/>
-</token>
-<token pos="7043" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="7045" len="7">
-<text>nachdem</text>
-<lemma>nachdem</lemma>
-<tags syntax="@PREMARK" morpho="CS"/>
-</token>
-<np>
-<token pos="7053" len="8">
-<text>Tausende</text>
-<lemma>tausende</lemma>
-<tags syntax="@PREMOD" morpho="N"/>
-</token>
-<token pos="7062" len="6">
-<text>Fälle</text>
-<lemma>fall</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-<token pos="7069" len="3">
-<text>von</text>
-<lemma>von</lemma>
-<tags syntax="@POSTMOD" morpho="PREP"/>
-</token>
-<token pos="7073" len="16">
-<text>Kindesmissbrauch</text>
-<lemma>kind missbrauch</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-<token pos="7090" len="2">
-<text>in</text>
-<lemma>in</lemma>
-<tags syntax="@POSTMOD" morpho="PREP"/>
-</token>
-<token pos="7093" len="11">
-<text>kirchlichen</text>
-<lemma>kirchlich</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-</token>
-<token pos="7105" len="13">
-<text>Einrichtungen</text>
-<lemma>einrichtung</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="7118" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<np>
-<token pos="7120" len="10">
-<text>Internaten</text>
-<lemma>internat</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="7131" len="3">
-<text>und</text>
-<lemma>und</lemma>
-<tags syntax="@CC" morpho="CC"/>
-</token>
-<np>
-<token pos="7135" len="6">
-<text>Heimen</text>
-<lemma>heim</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="7142" len="15">
-<text>bekanntgeworden</text>
-<lemma>bekannt geworden</lemma>
-<tags syntax="@NH" morpho="A"/>
-</token>
-<token pos="7158" len="5">
-<text>waren</text>
-<lemma>sein</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PAST"/>
-</token>
-<token pos="7163" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="7165" len="4">
-<text>Nach</text>
-<lemma>nach</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<np>
-<token pos="7170" len="19">
-<text>anderthalbjähriger</text>
-<lemma>anderthalbjährig</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-</token>
-<token pos="7190" len="8">
-<text>Beratung</text>
-<lemma>beratung</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="7199" len="5">
-<text>hatte</text>
-<lemma>haben</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PAST"/>
-</token>
-<token pos="7205" len="3">
-<text>der</text>
-<lemma>die</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="7209" len="5">
-<text>Runde</text>
-<lemma>runde</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<np>
-<token pos="7215" len="5">
-<text>Tisch</text>
-<lemma>tisch</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<np>
-<token pos="7221" len="4">
-<text>Ende</text>
-<lemma>ende</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="7226" len="4">
-<text>2011</text>
-<lemma>2011</lemma>
-<tags syntax="@NH" morpho="NUM"/>
-</token>
-<token pos="7231" len="5">
-<text>unter</text>
-<lemma>unter</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="7237" len="7">
-<text>anderem</text>
-<lemma>andere</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="7245" len="9">
-<text>empfohlen</text>
-<lemma>empfehlen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="PCP" sub2="PERF"/>
-</token>
-<token pos="7254" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="7256" len="5">
-<text>einen</text>
-<lemma>ein</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="7262" len="5">
-<text>Fonds</text>
-<lemma>fonds</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-<token pos="7268" len="2">
-<text>in</text>
-<lemma>in</lemma>
-<tags syntax="@POSTMOD" morpho="PREP"/>
-</token>
-<token pos="7271" len="5">
-<text>Höhe</text>
-<lemma>höhe</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-<token pos="7277" len="3">
-<text>von</text>
-<lemma>von</lemma>
-<tags syntax="@POSTMOD" morpho="PREP"/>
-</token>
-<token pos="7281" len="3">
-<text>100</text>
-<lemma>100</lemma>
-<tags syntax="@PREMOD" morpho="NUM"/>
-</token>
-<token pos="7285" len="9">
-<text>Millionen</text>
-<lemma>million</lemma>
-<tags syntax="@PREMOD" morpho="NUM"/>
-</token>
-<token pos="7295" len="4">
-<text>Euro</text>
-<lemma>euro</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="7300" len="2">
-<text>zu</text>
-<lemma>zu</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="7303" len="8">
-<text>schaffen</text>
-<lemma>schaffen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-</token>
-<token pos="7311" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="7313" len="3">
-<text>der</text>
-<lemma>der</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="7317" len="4">
-<text>sich</text>
-<lemma>sich</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="7322" len="2">
-<text>an</text>
-<lemma>an</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<np>
-<token pos="7325" len="5">
-<text>Opfer</text>
-<lemma>opfer</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<np>
-<token pos="7331" len="9">
-<text>sexuellen</text>
-<lemma>sexuell</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-</token>
-<token pos="7341" len="11">
-<text>Missbrauchs</text>
-<lemma>missbrauch</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-<token pos="7353" len="2">
-<text>in</text>
-<lemma>in</lemma>
-<tags syntax="@POSTMOD" morpho="PREP"/>
-</token>
-<token pos="7356" len="8">
-<text>privaten</text>
-<lemma>privat</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-</token>
-<token pos="7365" len="3">
-<text>und</text>
-<lemma>und</lemma>
-<tags syntax="@CC" morpho="CC"/>
-</token>
-<token pos="7369" len="13">
-<text>öffentlichen</text>
-<lemma>öffentlich</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-</token>
-<token pos="7383" len="13">
-<text>Einrichtungen</text>
-<lemma>einrichtung</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="7397" len="5">
-<text>sowie</text>
-<lemma>sowie</lemma>
-<tags syntax="@PREMARK" morpho="CS"/>
-</token>
-<token pos="7403" len="13">
-<text>ausdrücklich</text>
-<lemma>ausdrücklich</lemma>
-<tags syntax="@NH" morpho="A"/>
-</token>
-<token pos="7417" len="4">
-<text>auch</text>
-<lemma>auch</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="7422" len="2">
-<text>an</text>
-<lemma>an</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<np>
-<token pos="7425" len="5">
-<text>Opfer</text>
-<lemma>opfer</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-<token pos="7431" len="3">
-<text>von</text>
-<lemma>von</lemma>
-<tags syntax="@POSTMOD" morpho="PREP"/>
-</token>
-<token pos="7435" len="10">
-<text>Missbrauch</text>
-<lemma>missbrauch</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-<token pos="7446" len="2">
-<text>in</text>
-<lemma>in</lemma>
-<tags syntax="@POSTMOD" morpho="PREP"/>
-</token>
-<token pos="7449" len="8">
-<text>Familien</text>
-<lemma>familie</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="7458" len="7">
-<text>richten</text>
-<lemma>richten</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-</token>
-<token pos="7466" len="4">
-<text>soll</text>
-<lemma>sollen</lemma>
-<tags syntax="@AUX" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="7470" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="7472" len="3">
-<text>Der</text>
-<lemma>die</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="7476" len="5">
-<text>Fonds</text>
-<lemma>fonds</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="7482" len="6">
-<text>sollte</text>
-<lemma>sollen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PAST"/>
-</token>
-<token pos="7489" len="2">
-<text>je</text>
-<lemma>je</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="7492" len="2">
-<text>zu</text>
-<lemma>zu</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="7494" len="1">
-<text>r</text>
-<lemma>die</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="7496" len="7">
-<text>Hälfte</text>
-<lemma>hälfte</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-<token pos="7504" len="2">
-<text>vo</text>
-<lemma>von</lemma>
-<tags syntax="@POSTMOD" morpho="PREP"/>
-</token>
-<token pos="7506" len="1">
-<text>m</text>
-<lemma>der</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<token pos="7508" len="4">
-<text>Bund</text>
-<lemma>bund</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="7513" len="3">
-<text>und</text>
-<lemma>und</lemma>
-<tags syntax="@CC" morpho="CC"/>
-</token>
-<token pos="7517" len="3">
-<text>den</text>
-<lemma>die</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="7521" len="8">
-<text>Ländern</text>
-<lemma>land</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="7530" len="8">
-<text>getragen</text>
-<lemma>getragen</lemma>
-<tags syntax="@NH" morpho="A"/>
-</token>
-<token pos="7539" len="6">
-<text>werden</text>
-<lemma>werden</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="7545" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="7547" len="4">
-<text>Doch</text>
-<lemma>doch</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="7552" len="5">
-<text>genau</text>
-<lemma>genau</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="7558" len="5">
-<text>daran</text>
-<lemma>daran</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="7564" len="6">
-<text>hapert</text>
-<lemma>hapern</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="7571" len="2">
-<text>es</text>
-<lemma>es</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="7573" len="1">
-<text>:</text>
-<lemma>:</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="7575" len="3">
-<text>Die</text>
-<lemma>die</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<token pos="7579" len="7">
-<text>meisten</text>
-<lemma>meiste</lemma>
-<tags syntax="@PREMOD" morpho="PRON"/>
-</token>
-<np>
-<token pos="7587" len="7">
-<text>Länder</text>
-<lemma>land</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="7595" len="10">
-<text>verweigern</text>
-<lemma>verweigern</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="7606" len="4">
-<text>eine</text>
-<lemma>eine</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="7611" len="11">
-<text>Beteiligung</text>
-<lemma>beteiligung</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="7622" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="7624" len="8">
-<text>darunter</text>
-<lemma>darunter</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="7633" len="4">
-<text>auch</text>
-<lemma>auch</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<np>
-<token pos="7638" len="13">
-<text>Niedersachsen</text>
-<lemma>Niedersachse</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="7651" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<np>
-<token pos="7653" len="22">
-<text>Landessozialministerin</text>
-<lemma>land sozial ministerin</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<np>
-<token pos="7676" len="8">
-<text>Cornelia</text>
-<lemma>Cornelia</lemma>
-<tags syntax="@PREMOD" morpho="N" sub1="Prop"/>
-</token>
-<token pos="7685" len="5">
-<text>Rundt</text>
-<lemma>Rundt</lemma>
-<tags syntax="@NH" morpho="N" sub1="Prop"/>
-</token>
-</np>
-<token pos="7691" len="1">
-<text>(</text>
-<lemma>(</lemma>
-<tags/>
-</token>
-<np>
-<token pos="7692" len="3">
-<text>SPD</text>
-<lemma>SPD</lemma>
-<tags syntax="@NH" morpho="N" sub1="Prop"/>
-</token>
-</np>
-<token pos="7695" len="1">
-<text>)</text>
-<lemma>)</lemma>
-<tags/>
-</token>
-<token pos="7697" len="4">
-<text>sagt</text>
-<lemma>sagen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="7702" len="4">
-<text>dazu</text>
-<lemma>dazu</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="7706" len="1">
-<text>:</text>
-<lemma>:</lemma>
-<tags/>
-</token>
-<token pos="7708" len="1">
-<text>&quot;</text>
-<lemma>&quot;</lemma>
-<tags/>
-</token>
-<token pos="7709" len="3">
-<text>Wir</text>
-<lemma>wir</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="7713" len="6">
-<text>lehnen</text>
-<lemma>lehnen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="7720" len="3">
-<text>die</text>
-<lemma>die</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="7724" len="11">
-<text>Einrichtung</text>
-<lemma>einrichtung</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="7736" len="3">
-<text>des</text>
-<lemma>der</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="7740" len="5">
-<text>Fonds</text>
-<lemma>fonds</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="7746" len="2">
-<text>in</text>
-<lemma>in</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="7749" len="6">
-<text>dieser</text>
-<lemma>dieser</lemma>
-<tags syntax="@PREMOD" morpho="PRON"/>
-</token>
-<np>
-<token pos="7756" len="4">
-<text>Form</text>
-<lemma>form</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="7761" len="2">
-<text>ab</text>
-<lemma>ab</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="7763" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="7765" len="4">
-<text>weil</text>
-<lemma>weil</lemma>
-<tags syntax="@PREMARK" morpho="CS"/>
-</token>
-<token pos="7770" len="2">
-<text>er</text>
-<lemma>er</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="7773" len="3">
-<text>uns</text>
-<lemma>wir</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="7777" len="7">
-<text>zwingen</text>
-<lemma>zwingen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-</token>
-<token pos="7785" len="4">
-<text>will</text>
-<lemma>wollen</lemma>
-<tags syntax="@AUX" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="7789" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<np>
-<token pos="7791" len="13">
-<text>Verantwortung</text>
-<lemma>verantwortung</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-<token pos="7805" len="4">
-<text>für</text>
-<lemma>für</lemma>
-<tags syntax="@POSTMOD" morpho="PREP"/>
-</token>
-<token pos="7810" len="9">
-<text>sexuellen</text>
-<lemma>sexuell</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-</token>
-<token pos="7820" len="10">
-<text>Missbrauch</text>
-<lemma>missbrauch</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-<token pos="7831" len="1">
-<text>i</text>
-<lemma>in</lemma>
-<tags syntax="@POSTMOD" morpho="PREP"/>
-</token>
-<token pos="7832" len="1">
-<text>m</text>
-<lemma>der</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<token pos="7834" len="8">
-<text>privaten</text>
-<lemma>privat</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-</token>
-<token pos="7843" len="7">
-<text>Bereich</text>
-<lemma>bereich</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="7851" len="2">
-<text>zu</text>
-<lemma>zu</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="7854" len="11">
-<text>übernehmen</text>
-<lemma>übernehmen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-</token>
-<token pos="7865" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="7866" len="1">
-<text>&quot;</text>
-<lemma>&quot;</lemma>
-<tags/>
-</token>
-<token pos="7868" len="3">
-<text>Das</text>
-<lemma>das</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="7872" len="4">
-<text>Land</text>
-<lemma>land</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="7877" len="7">
-<text>bekenne</text>
-<lemma>bekennen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="SUB" sub2="PRES"/>
-</token>
-<token pos="7885" len="4">
-<text>sich</text>
-<lemma>sich</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="7890" len="6">
-<text>jedoch</text>
-<lemma>jedoch</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="7897" len="2">
-<text>zu</text>
-<lemma>zu</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="7900" len="6">
-<text>seiner</text>
-<lemma>sein</lemma>
-<tags syntax="@PREMOD" morpho="PRON"/>
-</token>
-<np>
-<token pos="7907" len="13">
-<text>Verantwortung</text>
-<lemma>verantwortung</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="7920" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="7922" len="4">
-<text>wenn</text>
-<lemma>wenn</lemma>
-<tags syntax="@PREMARK" morpho="CS"/>
-</token>
-<token pos="7927" len="2">
-<text>in</text>
-<lemma>in</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<np>
-<token pos="7930" len="19">
-<text>Landeseinrichtungen</text>
-<lemma>land einrichtung</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="7949" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="7951" len="2">
-<text>in</text>
-<lemma>in</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<np>
-<token pos="7954" len="7">
-<text>Schulen</text>
-<lemma>schule</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="7962" len="4">
-<text>oder</text>
-<lemma>oder</lemma>
-<tags syntax="@CC" morpho="CC"/>
-</token>
-<token pos="7967" len="2">
-<text>in</text>
-<lemma>in</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<np>
-<token pos="7970" len="11">
-<text>schulischen</text>
-<lemma>schulisch</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-</token>
-<token pos="7982" len="13">
-<text>Einrichtungen</text>
-<lemma>einrichtung</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<np>
-<token pos="7996" len="6">
-<text>Kinder</text>
-<lemma>Kinder</lemma>
-<tags syntax="@PREMOD" morpho="N" sub1="Prop"/>
-</token>
-<token pos="8003" len="5">
-<text>Opfer</text>
-<lemma>opfer</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-<token pos="8009" len="3">
-<text>von</text>
-<lemma>von</lemma>
-<tags syntax="@POSTMOD" morpho="PREP"/>
-</token>
-<token pos="8013" len="6">
-<text>Gewalt</text>
-<lemma>gewalt</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="8020" len="3">
-<text>und</text>
-<lemma>und</lemma>
-<tags syntax="@CC" morpho="CC"/>
-</token>
-<np>
-<token pos="8024" len="10">
-<text>Missbrauch</text>
-<lemma>missbrauch</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="8035" len="6">
-<text>wurden</text>
-<lemma>werden</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PAST"/>
-</token>
-<token pos="8041" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="8043" len="2">
-<text>so</text>
-<lemma>so</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<np>
-<token pos="8046" len="5">
-<text>Rundt</text>
-<lemma>Rundt</lemma>
-<tags syntax="@NH" morpho="N" sub1="Prop"/>
-</token>
-</np>
-<token pos="8051" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="8053" len="5">
-<text>10000</text>
-<lemma>10000</lemma>
-<tags syntax="@PREMOD" morpho="NUM"/>
-</token>
-<np>
-<token pos="8059" len="4">
-<text>Euro</text>
-<lemma>euro</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="8064" len="3">
-<text>pro</text>
-<lemma>pro</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<np>
-<token pos="8068" len="13">
-<text>Antragsteller</text>
-<lemma>antrag steller</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="8082" len="8">
-<text>Aufgrund</text>
-<lemma>aufgrund</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="8091" len="3">
-<text>der</text>
-<lemma>die</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="8095" len="11">
-<text>Differenzen</text>
-<lemma>differenz</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="8107" len="3">
-<text>hat</text>
-<lemma>haben</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="8111" len="3">
-<text>die</text>
-<lemma>die</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="8115" len="15">
-<text>Bundesregierung</text>
-<lemma>bund regierung</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="8131" len="3">
-<text>nun</text>
-<lemma>nun</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="8135" len="11">
-<text>beschlossen</text>
-<lemma>beschliessen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="PCP" sub2="PERF"/>
-</token>
-<token pos="8146" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="8148" len="3">
-<text>den</text>
-<lemma>der</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="8152" len="5">
-<text>Fonds</text>
-<lemma>fonds</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-<token pos="8158" len="3">
-<text>mit</text>
-<lemma>mit</lemma>
-<tags syntax="@POSTMOD" morpho="PREP"/>
-</token>
-<token pos="8162" len="5">
-<text>einem</text>
-<lemma>ein</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<token pos="8168" len="7">
-<text>Volumen</text>
-<lemma>volumen</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-<token pos="8176" len="3">
-<text>von</text>
-<lemma>von</lemma>
-<tags syntax="@POSTMOD" morpho="PREP"/>
-</token>
-<token pos="8180" len="2">
-<text>50</text>
-<lemma>50</lemma>
-<tags syntax="@PREMOD" morpho="NUM"/>
-</token>
-<token pos="8183" len="9">
-<text>Millionen</text>
-<lemma>million</lemma>
-<tags syntax="@PREMOD" morpho="NUM"/>
-</token>
-<token pos="8193" len="4">
-<text>Euro</text>
-<lemma>euro</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="8198" len="4">
-<text>ohne</text>
-<lemma>ohne</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<np>
-<token pos="8203" len="11">
-<text>Beteiligung</text>
-<lemma>beteiligung</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="8215" len="3">
-<text>der</text>
-<lemma>die</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="8219" len="7">
-<text>Länder</text>
-<lemma>land</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="8227" len="2">
-<text>zu</text>
-<lemma>zu</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="8230" len="7">
-<text>starten</text>
-<lemma>starten</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-</token>
-<token pos="8237" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="8239" len="4">
-<text>Nach</text>
-<lemma>nach</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<np>
-<token pos="8244" len="8">
-<text>Auskunft</text>
-<lemma>auskunft</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="8253" len="3">
-<text>des</text>
-<lemma>das</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="8257" len="26">
-<text>Bundesfamilienministeriums</text>
-<lemma>bund familie ministerium</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="8284" len="6">
-<text>sollen</text>
-<lemma>sollen</lemma>
-<tags syntax="@AUX" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="8291" len="6">
-<text>daraus</text>
-<lemma>daraus</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="8298" len="3">
-<text>vor</text>
-<lemma>vor</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="8302" len="5">
-<text>allem</text>
-<lemma>alle</lemma>
-<tags syntax="@PREMOD" morpho="PRON"/>
-</token>
-<np>
-<token pos="8308" len="9">
-<text>Therapien</text>
-<lemma>therapie</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="8318" len="7">
-<text>bezahlt</text>
-<lemma>bezahlen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="PCP" sub2="PERF"/>
-</token>
-<token pos="8326" len="6">
-<text>werden</text>
-<lemma>werden</lemma>
-<tags syntax="@AUX" morpho="V" sub1="INF"/>
-</token>
-<token pos="8332" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="8334" len="5">
-<text>falls</text>
-<lemma>falls</lemma>
-<tags syntax="@PREMARK" morpho="CS"/>
-</token>
-<token pos="8340" len="3">
-<text>die</text>
-<lemma>die</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="8344" len="13">
-<text>Krankenkassen</text>
-<lemma>kranke kasse</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="8358" len="5">
-<text>diese</text>
-<lemma>dieser</lemma>
-<tags syntax="@PREMOD" morpho="PRON"/>
-</token>
-<np>
-<token pos="8364" len="6">
-<text>Kosten</text>
-<lemma>kosten</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="8371" len="5">
-<text>nicht</text>
-<lemma>nicht</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="8377" len="11">
-<text>übernehmen</text>
-<lemma>übernehmen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="8388" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<np>
-<token pos="8390" len="7">
-<text>Details</text>
-<lemma>detail</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-<token pos="8398" len="2">
-<text>zu</text>
-<lemma>zu</lemma>
-<tags syntax="@POSTMOD" morpho="PREP"/>
-</token>
-<token pos="8401" len="3">
-<text>den</text>
-<lemma>die</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<token pos="8405" len="9">
-<text>geplanten</text>
-<lemma>geplant</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-</token>
-<token pos="8415" len="6">
-<text>Hilfen</text>
-<lemma>hilfe</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="8422" len="5">
-<text>sowie</text>
-<lemma>sowie</lemma>
-<tags syntax="@PREMARK" morpho="CS"/>
-</token>
-<token pos="8428" len="2">
-<text>zu</text>
-<lemma>zu</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="8431" len="3">
-<text>den</text>
-<lemma>die</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="8435" len="21">
-<text>Antragsmöglichkeiten</text>
-<lemma>antrag möglichkeit</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="8457" len="6">
-<text>stehen</text>
-<lemma>stehen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="8464" len="4">
-<text>noch</text>
-<lemma>noch</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="8469" len="5">
-<text>nicht</text>
-<lemma>nicht</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="8475" len="4">
-<text>fest</text>
-<lemma>fest</lemma>
-<tags syntax="@NH" morpho="A"/>
-</token>
-<token pos="8479" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="8481" len="7">
-<text>Geplant</text>
-<lemma>planen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="PCP" sub2="PERF"/>
-</token>
-<token pos="8489" len="3">
-<text>ist</text>
-<lemma>sein</lemma>
-<tags syntax="@AUX" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="8492" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="8494" len="4">
-<text>dass</text>
-<lemma>dass</lemma>
-<tags syntax="@PREMARK" morpho="CS"/>
-</token>
-<token pos="8499" len="3">
-<text>ein</text>
-<lemma>ein</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="8503" len="13">
-<text>unabhängiges</text>
-<lemma>unabhängig</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-</token>
-<token pos="8517" len="24">
-<text>Sachverständigengremium</text>
-<lemma>sachverständigengremium</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-<token pos="8542" len="5">
-<text>über</text>
-<lemma>über</lemma>
-<tags syntax="@POSTMOD" morpho="PREP"/>
-</token>
-<token pos="8548" len="3">
-<text>die</text>
-<lemma>die</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<token pos="8552" len="8">
-<text>Anträge</text>
-<lemma>antrag</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="8561" len="3">
-<text>der</text>
-<lemma>die</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="8565" len="11">
-<text>Betroffenen</text>
-<lemma>betroffene</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="8577" len="11">
-<text>entscheiden</text>
-<lemma>entscheiden</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-</token>
-<token pos="8589" len="4">
-<text>wird</text>
-<lemma>werden</lemma>
-<tags syntax="@AUX" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="8593" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="8595" len="3">
-<text>das</text>
-<lemma>das</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="8599" len="4">
-<text>sich</text>
-<lemma>sich</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="8604" len="5">
-<text>unter</text>
-<lemma>unter</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="8610" len="7">
-<text>anderem</text>
-<lemma>andere</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="8618" len="3">
-<text>aus</text>
-<lemma>aus</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<np>
-<token pos="8622" len="7">
-<text>Ärzten</text>
-<lemma>arzt</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="8630" len="3">
-<text>und</text>
-<lemma>und</lemma>
-<tags syntax="@CC" morpho="CC"/>
-</token>
-<np>
-<token pos="8634" len="17">
-<text>Psychotherapeuten</text>
-<lemma>psycho therapeut</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="8652" len="5">
-<text>sowie</text>
-<lemma>sowie</lemma>
-<tags syntax="@PREMARK" morpho="CS"/>
-</token>
-<np>
-<token pos="8658" len="10">
-<text>Vertretern</text>
-<lemma>vertreter</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-<token pos="8669" len="3">
-<text>von</text>
-<lemma>von</lemma>
-<tags syntax="@POSTMOD" morpho="PREP"/>
-</token>
-<token pos="8673" len="4">
-<text>Bund</text>
-<lemma>bund</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="8678" len="3">
-<text>und</text>
-<lemma>und</lemma>
-<tags syntax="@CC" morpho="CC"/>
-</token>
-<np>
-<token pos="8682" len="8">
-<text>Ländern</text>
-<lemma>land</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="8691" len="14">
-<text>zusammensetzen</text>
-<lemma>zusammen setzen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-</token>
-<token pos="8706" len="4">
-<text>soll</text>
-<lemma>sollen</lemma>
-<tags syntax="@AUX" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="8710" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="8712" len="1">
-<text>I</text>
-<lemma>in</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="8713" len="1">
-<text>m</text>
-<lemma>der</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="8715" len="16">
-<text>Abschlussbericht</text>
-<lemma>abschluss bericht</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="8732" len="3">
-<text>des</text>
-<lemma>der</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="8736" len="6">
-<text>Runden</text>
-<lemma>Runden</lemma>
-<tags syntax="@PREMOD" morpho="N" sub1="Prop"/>
-</token>
-<token pos="8743" len="7">
-<text>Tisches</text>
-<lemma>Tisch</lemma>
-<tags syntax="@NH" morpho="N" sub1="Prop"/>
-</token>
-</np>
-<token pos="8751" len="4">
-<text>wird</text>
-<lemma>werden</lemma>
-<tags syntax="@AUX" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="8756" len="5">
-<text>zudem</text>
-<lemma>zudem</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="8762" len="4">
-<text>eine</text>
-<lemma>eine</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="8767" len="10">
-<text>Obergrenze</text>
-<lemma>ober grenze</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-<token pos="8778" len="4">
-<text>für</text>
-<lemma>für</lemma>
-<tags syntax="@POSTMOD" morpho="PREP"/>
-</token>
-<token pos="8783" len="14">
-<text>Sachleistungen</text>
-<lemma>sache leistung</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-<token pos="8798" len="3">
-<text>von</text>
-<lemma>von</lemma>
-<tags syntax="@POSTMOD" morpho="PREP"/>
-</token>
-<token pos="8802" len="2">
-<text>10</text>
-<lemma>10</lemma>
-<tags syntax="@PREMOD" morpho="NUM"/>
-</token>
-<token pos="8805" len="3">
-<text>000</text>
-<lemma>000</lemma>
-<tags syntax="@PREMOD" morpho="NUM"/>
-</token>
-<token pos="8809" len="4">
-<text>Euro</text>
-<lemma>euro</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="8814" len="3">
-<text>pro</text>
-<lemma>pro</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<np>
-<token pos="8818" len="13">
-<text>Antragsteller</text>
-<lemma>antrag steller</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="8832" len="13">
-<text>vorgeschlagen</text>
-<lemma>vor schlagen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="PCP" sub2="PERF"/>
-</token>
-<token pos="8845" len="1">
-<text>;</text>
-<lemma>;</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="8847" len="2">
-<text>in</text>
-<lemma>in</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<np>
-<token pos="8850" len="13">
-<text>Einzelfällen</text>
-<lemma>einzeln fall</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="8864" len="4">
-<text>soll</text>
-<lemma>sollen</lemma>
-<tags syntax="@AUX" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="8869" len="4">
-<text>auch</text>
-<lemma>auch</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="8874" len="4">
-<text>mehr</text>
-<lemma>mehr</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="8879" len="7">
-<text>gezahlt</text>
-<lemma>zahlen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="PCP" sub2="PERF"/>
-</token>
-<token pos="8887" len="6">
-<text>werden</text>
-<lemma>werden</lemma>
-<tags syntax="@AUX" morpho="V" sub1="INF"/>
-</token>
-<token pos="8894" len="7">
-<text>können</text>
-<lemma>können</lemma>
-<tags syntax="@AUX" morpho="V" sub1="PCP" sub2="PERF"/>
-</token>
-<token pos="8901" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="8903" len="3">
-<text>Die</text>
-<lemma>die</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="8907" len="5">
-<text>Hilfe</text>
-<lemma>hilfe</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="8913" len="4">
-<text>soll</text>
-<lemma>sollen</lemma>
-<tags syntax="@AUX" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="8918" len="5">
-<text>stets</text>
-<lemma>stets</lemma>
-<tags syntax="@PREMOD" morpho="ADV"/>
-</token>
-<token pos="8924" len="7">
-<text>schnell</text>
-<lemma>schnell</lemma>
-<tags syntax="@NH" morpho="A"/>
-</token>
-<token pos="8932" len="3">
-<text>und</text>
-<lemma>und</lemma>
-<tags syntax="@CC" morpho="CC"/>
-</token>
-<token pos="8936" len="15">
-<text>unbürokratisch</text>
-<lemma>unbürokratisch</lemma>
-<tags syntax="@NH" morpho="A"/>
-</token>
-<token pos="8952" len="8">
-<text>erfolgen</text>
-<lemma>erfolgen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-</token>
-<token pos="8960" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="8962" len="6">
-<text>heißt</text>
-<lemma>heissen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="8969" len="2">
-<text>es</text>
-<lemma>es</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="8971" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<np>
-<token pos="8973" len="5">
-<text>Kampf</text>
-<lemma>kampf</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-<token pos="8979" len="5">
-<text>gegen</text>
-<lemma>gegen</lemma>
-<tags syntax="@POSTMOD" morpho="PREP"/>
-</token>
-<token pos="8985" len="3">
-<text>die</text>
-<lemma>die</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<token pos="8989" len="8">
-<text>Ohnmacht</text>
-<lemma>ohnmacht</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<np>
-<token pos="8998" len="9">
-<text>Katharina</text>
-<lemma>Katharina</lemma>
-<tags syntax="@PREMOD" morpho="N" sub1="Prop"/>
-</token>
-<token pos="9008" len="9">
-<text>Grünberg</text>
-<lemma>Grünberg</lemma>
-<tags syntax="@NH" morpho="N" sub1="Prop"/>
-</token>
-</np>
-<token pos="9018" len="5">
-<text>sieht</text>
-<lemma>sehen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="9024" len="2">
-<text>in</text>
-<lemma>in</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="9027" len="3">
-<text>dem</text>
-<lemma>der</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="9031" len="5">
-<text>Fonds</text>
-<lemma>fonds</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="9037" len="5">
-<text>einen</text>
-<lemma>ein</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="9043" len="13">
-<text>Rettungsanker</text>
-<lemma>rettungsanker</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="9057" len="3">
-<text>–</text>
-<lemma>–</lemma>
-<tags/>
-</token>
-<token pos="9061" len="3">
-<text>sie</text>
-<lemma>sie</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="9065" len="5">
-<text>hofft</text>
-<lemma>hoffen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="9070" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="9072" len="4">
-<text>dass</text>
-<lemma>dass</lemma>
-<tags syntax="@PREMARK" morpho="CS"/>
-</token>
-<token pos="9077" len="3">
-<text>sie</text>
-<lemma>sie</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="9081" len="5">
-<text>über</text>
-<lemma>über</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="9087" len="6">
-<text>diesen</text>
-<lemma>dieser</lemma>
-<tags syntax="@PREMOD" morpho="PRON"/>
-</token>
-<np>
-<token pos="9094" len="3">
-<text>Weg</text>
-<lemma>weg</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="9098" len="7">
-<text>endlich</text>
-<lemma>endlich</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="9106" len="4">
-<text>eine</text>
-<lemma>eine</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="9111" len="8">
-<text>längere</text>
-<lemma>lang</lemma>
-<tags syntax="@PREMOD" morpho="A" sub1="CMP"/>
-</token>
-<token pos="9120" len="11">
-<text>stationäre</text>
-<lemma>stationär</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-</token>
-<token pos="9132" len="8">
-<text>Therapie</text>
-<lemma>therapie</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="9141" len="10">
-<text>wahrnehmen</text>
-<lemma>wahr nehmen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-</token>
-<token pos="9152" len="4">
-<text>kann</text>
-<lemma>können</lemma>
-<tags syntax="@AUX" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="9156" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="9158" len="2">
-<text>In</text>
-<lemma>in</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="9161" len="3">
-<text>der</text>
-<lemma>die</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="9165" len="6">
-<text>E-Mail</text>
-<lemma>e mail</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="9171" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="9173" len="3">
-<text>die</text>
-<lemma>die</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="9177" len="3">
-<text>sie</text>
-<lemma>sie</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="9181" len="2">
-<text>an</text>
-<lemma>an</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="9184" len="6">
-<text>unsere</text>
-<lemma>unser</lemma>
-<tags syntax="@PREMOD" morpho="PRON"/>
-</token>
-<np>
-<token pos="9191" len="9">
-<text>Redaktion</text>
-<lemma>redaktion</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="9201" len="9">
-<text>geschickt</text>
-<lemma>geschickt</lemma>
-<tags syntax="@NH" morpho="A"/>
-</token>
-<token pos="9211" len="5">
-<text>hatte</text>
-<lemma>haben</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PAST"/>
-</token>
-<token pos="9216" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="9218" len="8">
-<text>schreibt</text>
-<lemma>schreiben</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="9227" len="3">
-<text>sie</text>
-<lemma>sie</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="9230" len="1">
-<text>:</text>
-<lemma>:</lemma>
-<tags/>
-</token>
-<token pos="9232" len="1">
-<text>&quot;</text>
-<lemma>&quot;</lemma>
-<tags/>
-</token>
-<np>
-<token pos="9233" len="5">
-<text>Immer</text>
-<lemma>immer</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="9239" len="6">
-<text>wieder</text>
-<lemma>wieder</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="9246" len="2">
-<text>zu</text>
-<lemma>zu</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="9249" len="9">
-<text>scheitern</text>
-<lemma>scheitern</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-</token>
-<token pos="9259" len="2">
-<text>in</text>
-<lemma>in</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="9262" len="3">
-<text>den</text>
-<lemma>die</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="9266" len="9">
-<text>Versuchen</text>
-<lemma>versuch</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="9275" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="9277" len="8">
-<text>dringend</text>
-<lemma>dringend</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<np>
-<token pos="9286" len="10">
-<text>benötigte</text>
-<lemma>benötigt</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-</token>
-<token pos="9297" len="5">
-<text>Hilfe</text>
-<lemma>hilfe</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="9303" len="2">
-<text>zu</text>
-<lemma>zu</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="9306" len="8">
-<text>bekommen</text>
-<lemma>bekommen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-</token>
-<token pos="9314" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="9316" len="4">
-<text>ruft</text>
-<lemma>rufen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="9321" len="3">
-<text>ein</text>
-<lemma>ein</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="9325" len="7">
-<text>Gefühl</text>
-<lemma>gefühl</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-<token pos="9333" len="3">
-<text>von</text>
-<lemma>von</lemma>
-<tags syntax="@POSTMOD" morpho="PREP"/>
-</token>
-<token pos="9337" len="8">
-<text>Ohnmacht</text>
-<lemma>ohnmacht</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="9346" len="6">
-<text>hervor</text>
-<lemma>hervor</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="9353" len="3">
-<text>–</text>
-<lemma>–</lemma>
-<tags/>
-</token>
-<token pos="9357" len="3">
-<text>ein</text>
-<lemma>ein</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="9361" len="7">
-<text>Gefühl</text>
-<lemma>gefühl</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="9368" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="9370" len="3">
-<text>das</text>
-<lemma>das</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="9374" len="4">
-<text>alle</text>
-<lemma>alle</lemma>
-<tags syntax="@PREMOD" morpho="PRON"/>
-</token>
-<np>
-<token pos="9379" len="11">
-<text>Betroffenen</text>
-<lemma>betroffene</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="9391" len="4">
-<text>sehr</text>
-<lemma>sehr</lemma>
-<tags syntax="@PREMOD" morpho="ADV"/>
-</token>
-<token pos="9396" len="3">
-<text>gut</text>
-<lemma>gut</lemma>
-<tags syntax="@NH" morpho="A"/>
-</token>
-<token pos="9400" len="3">
-<text>aus</text>
-<lemma>aus</lemma>
-<tags syntax="@POSTMOD" morpho="PREP"/>
-</token>
-<token pos="9404" len="3">
-<text>den</text>
-<lemma>die</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="9408" len="22">
-<text>Missbrauchssituationen</text>
-<lemma>missbrauch situation</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="9431" len="6">
-<text>kennen</text>
-<lemma>kennen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="9437" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="9439" len="5">
-<text>Jedes</text>
-<lemma>jeder</lemma>
-<tags syntax="@PREMOD" morpho="PRON"/>
-</token>
-<np>
-<token pos="9445" len="9">
-<text>Scheitern</text>
-<lemma>scheit</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="9455" len="8">
-<text>bedeutet</text>
-<lemma>bedeuten</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="9464" len="4">
-<text>eine</text>
-<lemma>eine</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="9469" len="4">
-<text>Form</text>
-<lemma>form</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-<token pos="9474" len="3">
-<text>von</text>
-<lemma>von</lemma>
-<tags syntax="@POSTMOD" morpho="PREP"/>
-</token>
-<token pos="9478" len="17">
-<text>Retraumatisierung</text>
-<lemma>Retraumatisierung</lemma>
-<tags syntax="@NH" morpho="N" sub1="Prop"/>
-</token>
-</np>
-<token pos="9495" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="9497" len="5">
-<text>wirft</text>
-<lemma>werfen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="9503" len="7">
-<text>zurück</text>
-<lemma>zurück</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="9511" len="3">
-<text>auf</text>
-<lemma>auf</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="9515" len="3">
-<text>dem</text>
-<lemma>der</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="9519" len="11">
-<text>mühseligen</text>
-<lemma>mühselig</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-</token>
-<token pos="9531" len="3">
-<text>Weg</text>
-<lemma>weg</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="9535" len="3">
-<text>aus</text>
-<lemma>aus</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="9539" len="3">
-<text>dem</text>
-<lemma>das</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="9543" len="7">
-<text>bloßen</text>
-<lemma>bloss</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-</token>
-<token pos="9551" len="10">
-<text>Überleben</text>
-<lemma>überleben</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="9562" len="2">
-<text>in</text>
-<lemma>in</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="9565" len="3">
-<text>ein</text>
-<lemma>ein</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<token pos="9569" len="12">
-<text>lebenswertes</text>
-<lemma>leben wert</lemma>
-<tags syntax="@NH" morpho="A"/>
-</token>
-<token pos="9581" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<np>
-<token pos="9583" len="10">
-<text>lebendiges</text>
-<lemma>lebendig</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-</token>
-<token pos="9594" len="5">
-<text>Leben</text>
-<lemma>leben</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="9599" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="9601" len="3">
-<text>von</text>
-<lemma>von</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="9605" len="3">
-<text>dem</text>
-<lemma>das</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="9609" len="2">
-<text>es</text>
-<lemma>es</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="9612" len="4">
-<text>zwar</text>
-<lemma>zwar</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="9617" len="4">
-<text>eine</text>
-<lemma>eine</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="9622" len="6">
-<text>Ahnung</text>
-<lemma>ahnung</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="9629" len="4">
-<text>gibt</text>
-<lemma>geben</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="9633" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="9635" len="3">
-<text>das</text>
-<lemma>das</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="9639" len="4">
-<text>aber</text>
-<lemma>aber</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="9644" len="4">
-<text>kaum</text>
-<lemma>kaum</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="9649" len="10">
-<text>erreichbar</text>
-<lemma>erreichbar</lemma>
-<tags syntax="@NH" morpho="A"/>
-</token>
-<token pos="9660" len="9">
-<text>erscheint</text>
-<lemma>erscheinen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="9669" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="9671" len="3">
-<text>Nur</text>
-<lemma>nur</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="9675" len="6">
-<text>wenige</text>
-<lemma>wenig</lemma>
-<tags syntax="@PREMOD" morpho="PRON"/>
-</token>
-<np>
-<token pos="9682" len="10">
-<text>Betroffene</text>
-<lemma>betroffene</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="9693" len="5">
-<text>haben</text>
-<lemma>haben</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="9699" len="3">
-<text>das</text>
-<lemma>das</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="9703" len="4">
-<text>Geld</text>
-<lemma>geld</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="9707" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<np>
-<token pos="9709" len="14">
-<text>Therapiekosten</text>
-<lemma>therapie kosten</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="9724" len="6">
-<text>selber</text>
-<lemma>selber</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="9731" len="2">
-<text>zu</text>
-<lemma>zu</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="9734" len="6">
-<text>zahlen</text>
-<lemma>zahlen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-</token>
-<token pos="9740" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="9742" len="3">
-<text>Und</text>
-<lemma>und</lemma>
-<tags syntax="@CC" morpho="CC"/>
-</token>
-<token pos="9746" len="5">
-<text>viele</text>
-<lemma>viel</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="9752" len="5">
-<text>haben</text>
-<lemma>haben</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-<lemma>haben</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="9758" len="5">
-<text>nicht</text>
-<lemma>nicht</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="9764" len="4">
-<text>mehr</text>
-<lemma>mehr</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="9769" len="3">
-<text>die</text>
-<lemma>die</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="9773" len="5">
-<text>Kraft</text>
-<lemma>kraft</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="9779" len="2">
-<text>zu</text>
-<lemma>zu</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="9782" len="8">
-<text>kämpfen</text>
-<lemma>kämpfen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-</token>
-<token pos="9790" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="9792" len="5">
-<text>geben</text>
-<lemma>geben</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="9798" len="4">
-<text>sich</text>
-<lemma>sich</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="9803" len="3">
-<text>auf</text>
-<lemma>auf</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="9806" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="9808" len="3">
-<text>Ich</text>
-<lemma>ich</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="9812" len="6">
-<text>selber</text>
-<lemma>selber</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="9819" len="5">
-<text>stehe</text>
-<lemma>stehen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="9825" len="5">
-<text>trotz</text>
-<lemma>trotz</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="9831" len="5">
-<text>allem</text>
-<lemma>alle</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="9837" len="5">
-<text>immer</text>
-<lemma>immer</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="9843" len="6">
-<text>wieder</text>
-<lemma>wieder</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="9850" len="3">
-<text>auf</text>
-<lemma>auf</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="9853" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="9855" len="7">
-<text>kämpfe</text>
-<lemma>kämpfen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="SUB" sub2="PRES"/>
-</token>
-<token pos="9863" len="6">
-<text>weiter</text>
-<lemma>weiter</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="9869" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="9871" len="5">
-<text>weiß</text>
-<lemma>wissen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="9877" len="8">
-<text>manchmal</text>
-<lemma>manchmal</lemma>
-<tags syntax="@PREMOD" morpho="ADV"/>
-</token>
-<token pos="9886" len="5">
-<text>nicht</text>
-<lemma>nicht</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="9891" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="9893" len="5">
-<text>woher</text>
-<lemma>woher</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="9899" len="3">
-<text>ich</text>
-<lemma>ich</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="9903" len="3">
-<text>die</text>
-<lemma>die</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="9907" len="5">
-<text>Kraft</text>
-<lemma>kraft</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="9913" len="5">
-<text>nehme</text>
-<lemma>nehmen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="SUB" sub2="PRES"/>
-</token>
-<token pos="9918" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="9920" len="3">
-<text>Ich</text>
-<lemma>ich</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="9924" len="3">
-<text>bin</text>
-<lemma>sein</lemma>
-<tags syntax="@AUX" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="9928" len="5">
-<text>schon</text>
-<lemma>schon</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="9934" len="3">
-<text>ein</text>
-<lemma>ein</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="9938" len="6">
-<text>ganzes</text>
-<lemma>ganz</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-</token>
-<token pos="9945" len="6">
-<text>Stück</text>
-<lemma>stück</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="9952" len="8">
-<text>gegangen</text>
-<lemma>gehen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="PCP" sub2="PERF"/>
-</token>
-<token pos="9961" len="3">
-<text>auf</text>
-<lemma>auf</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="9965" len="6">
-<text>meinem</text>
-<lemma>mein</lemma>
-<tags syntax="@PREMOD" morpho="PRON"/>
-</token>
-<np>
-<token pos="9972" len="3">
-<text>Weg</text>
-<lemma>weg</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="9975" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="9977" len="3">
-<text>mir</text>
-<lemma>ich</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="9981" len="4">
-<text>mein</text>
-<lemma>mein</lemma>
-<tags syntax="@PREMOD" morpho="PRON"/>
-</token>
-<np>
-<token pos="9986" len="5">
-<text>Leben</text>
-<lemma>leben</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="9992" len="16">
-<text>zurückzuerobern</text>
-<lemma>zurück erobern</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-</token>
-<token pos="10009" len="3">
-<text>und</text>
-<lemma>und</lemma>
-<tags syntax="@CC" morpho="CC"/>
-</token>
-<token pos="10013" len="5">
-<text>nicht</text>
-<lemma>nicht</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="10019" len="4">
-<text>mehr</text>
-<lemma>mehr</lemma>
-<tags syntax="@PREMOD" morpho="PRON"/>
-</token>
-<np>
-<token pos="10024" len="5">
-<text>Opfer</text>
-<lemma>opfer</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="10030" len="2">
-<text>zu</text>
-<lemma>zu</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="10033" len="4">
-<text>sein</text>
-<lemma>sein</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-</token>
-<token pos="10037" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="10038" len="1">
-<text>&quot;</text>
-<lemma>&quot;</lemma>
-<tags/>
-</token>
-<token pos="10040" len="1">
-<text>&quot;</text>
-<lemma>&quot;</lemma>
-<tags/>
-</token>
-<token pos="10041" len="3">
-<text>Ich</text>
-<lemma>ich</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="10045" len="4">
-<text>will</text>
-<lemma>wollen</lemma>
-<tags syntax="@AUX" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="10050" len="3">
-<text>mir</text>
-<lemma>ich</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="10054" len="4">
-<text>mein</text>
-<lemma>mein</lemma>
-<tags syntax="@PREMOD" morpho="PRON"/>
-</token>
-<np>
-<token pos="10059" len="5">
-<text>Leben</text>
-<lemma>leben</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="10065" len="14">
-<text>zurückerobern</text>
-<lemma>zurück erobern</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-</token>
-<token pos="10080" len="3">
-<text>und</text>
-<lemma>und</lemma>
-<tags syntax="@CC" morpho="CC"/>
-</token>
-<token pos="10084" len="5">
-<text>nicht</text>
-<lemma>nicht</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="10090" len="4">
-<text>mehr</text>
-<lemma>mehr</lemma>
-<tags syntax="@PREMOD" morpho="PRON"/>
-</token>
-<np>
-<token pos="10095" len="5">
-<text>Opfer</text>
-<lemma>opfer</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="10101" len="4">
-<text>sein</text>
-<lemma>sein</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-</token>
-<token pos="10105" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="10106" len="1">
-<text>&quot;</text>
-<lemma>&quot;</lemma>
-<tags/>
-</token>
-<np>
-<token pos="10108" len="9">
-<text>Katharina</text>
-<lemma>Katharina</lemma>
-<tags syntax="@PREMOD" morpho="N" sub1="Prop"/>
-</token>
-<token pos="10118" len="9">
-<text>Grünberg</text>
-<lemma>Grünberg</lemma>
-<tags syntax="@NH" morpho="N" sub1="Prop"/>
-</token>
-</np>
-<token pos="10128" len="4">
-<text>Eine</text>
-<lemma>eine</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="10133" len="7">
-<text>Leserin</text>
-<lemma>leserin</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="10140" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="10142" len="3">
-<text>die</text>
-<lemma>die</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="10146" len="6">
-<text>anonym</text>
-<lemma>anonym</lemma>
-<tags syntax="@NH" morpho="A"/>
-</token>
-<token pos="10153" len="7">
-<text>bleiben</text>
-<lemma>bleiben</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-</token>
-<token pos="10161" len="7">
-<text>möchte</text>
-<lemma>mögen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="SUB" sub2="PAST"/>
-</token>
-<token pos="10168" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="10170" len="5">
-<text>fragt</text>
-<lemma>fragen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="10175" len="1">
-<text>:</text>
-<lemma>:</lemma>
-<tags/>
-</token>
-<token pos="10177" len="1">
-<text>&quot;</text>
-<lemma>&quot;</lemma>
-<tags/>
-</token>
-<token pos="10178" len="4">
-<text>Nach</text>
-<lemma>nach</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<np>
-<token pos="10183" len="6">
-<text>zähem</text>
-<lemma>zäh</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-</token>
-<token pos="10190" len="6">
-<text>Ringen</text>
-<lemma>ring</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="10197" len="4">
-<text>will</text>
-<lemma>wollen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="10202" len="3">
-<text>die</text>
-<lemma>die</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="10206" len="15">
-<text>Bundesregierung</text>
-<lemma>bund regierung</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="10222" len="5">
-<text>jetzt</text>
-<lemma>jetzt</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="10228" len="7">
-<text>endlich</text>
-<lemma>endlich</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="10236" len="3">
-<text>den</text>
-<lemma>der</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="10240" len="10">
-<text>Hilfsfonds</text>
-<lemma>hilfe fonds</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-<token pos="10251" len="4">
-<text>für</text>
-<lemma>für</lemma>
-<tags syntax="@POSTMOD" morpho="PREP"/>
-</token>
-<token pos="10256" len="5">
-<text>Opfer</text>
-<lemma>opfer</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<np>
-<token pos="10262" len="9">
-<text>sexuellen</text>
-<lemma>sexuell</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-</token>
-<token pos="10272" len="11">
-<text>Missbrauchs</text>
-<lemma>missbrauch</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="10284" len="10">
-<text>einrichten</text>
-<lemma>ein richten</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-</token>
-<token pos="10294" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="10296" len="5">
-<text>Warum</text>
-<lemma>warum</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="10302" len="10">
-<text>beteiligen</text>
-<lemma>beteiligen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="10313" len="4">
-<text>sich</text>
-<lemma>sich</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="10318" len="3">
-<text>die</text>
-<lemma>die</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="10322" len="7">
-<text>Länder</text>
-<lemma>land</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="10330" len="5">
-<text>nicht</text>
-<lemma>nicht</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="10336" len="5">
-<text>daran</text>
-<lemma>daran</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="10341" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="10343" len="5">
-<text>damit</text>
-<lemma>damit</lemma>
-<tags syntax="@PREMARK" morpho="CS"/>
-</token>
-<token pos="10349" len="3">
-<text>der</text>
-<lemma>die</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="10353" len="5">
-<text>Fonds</text>
-<lemma>fonds</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-<token pos="10359" len="3">
-<text>wie</text>
-<lemma>wie</lemma>
-<tags syntax="@POSTMOD" morpho="PREP"/>
-</token>
-<token pos="10363" len="7">
-<text>geplant</text>
-<lemma>geplant</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-</token>
-<token pos="10371" len="3">
-<text>100</text>
-<lemma>100</lemma>
-<tags syntax="@PREMOD" morpho="NUM"/>
-</token>
-<token pos="10375" len="9">
-<text>Millionen</text>
-<lemma>million</lemma>
-<tags syntax="@PREMOD" morpho="NUM"/>
-</token>
-<token pos="10385" len="4">
-<text>Euro</text>
-<lemma>euro</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="10390" len="8">
-<text>umfassen</text>
-<lemma>umfassen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-</token>
-<token pos="10399" len="4">
-<text>kann</text>
-<lemma>können</lemma>
-<tags syntax="@AUX" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="10403" len="1">
-<text>?</text>
-<lemma>?</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="10405" len="3">
-<text>Wer</text>
-<lemma>wer</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="10409" len="3">
-<text>hat</text>
-<lemma>haben</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<np>
-<token pos="10413" len="8">
-<text>Anspruch</text>
-<lemma>anspruch</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="10422" len="3">
-<text>auf</text>
-<lemma>auf</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<np>
-<token pos="10426" len="10">
-<text>Leistungen</text>
-<lemma>leistung</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="10437" len="3">
-<text>und</text>
-<lemma>und</lemma>
-<tags syntax="@CC" morpho="CC"/>
-</token>
-<token pos="10441" len="6">
-<text>wofür</text>
-<lemma>wofür</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="10448" len="4">
-<text>wird</text>
-<lemma>werden</lemma>
-<tags syntax="@AUX" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="10453" len="2">
-<text>es</text>
-<lemma>es</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<np>
-<token pos="10456" len="4">
-<text>Geld</text>
-<lemma>geld</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="10461" len="5">
-<text>geben</text>
-<lemma>geben</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-</token>
-<token pos="10466" len="1">
-<text>?</text>
-<lemma>?</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="10467" len="1">
-<text>&quot;</text>
-<lemma>&quot;</lemma>
-<tags/>
-</token>
-<token pos="10469" len="3">
-<text>Die</text>
-<lemma>die</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="10473" len="7">
-<text>Antwort</text>
-<lemma>antwort</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="10481" len="13">
-<text>recherchierte</text>
-<lemma>recherchieren</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PAST"/>
-</token>
-<np>
-<token pos="10495" len="8">
-<text>Cornelia</text>
-<lemma>Cornelia</lemma>
-<tags syntax="@PREMOD" morpho="N" sub1="Prop"/>
-</token>
-<token pos="10504" len="7">
-<text>Steiner</text>
-<lemma>Steiner</lemma>
-<tags syntax="@NH" morpho="N" sub1="Prop"/>
-</token>
-</np>
-<token pos="10512" len="5">
-<text>Diese</text>
-<lemma>dieser</lemma>
-<tags syntax="@PREMOD" morpho="PRON"/>
-</token>
-<np>
-<token pos="10518" len="8">
-<text>Tonfigur</text>
-<lemma>ton figur</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="10527" len="3">
-<text>hat</text>
-<lemma>haben</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<np>
-<token pos="10531" len="9">
-<text>Katharina</text>
-<lemma>Katharina</lemma>
-<tags syntax="@PREMOD" morpho="N" sub1="Prop"/>
-</token>
-<token pos="10541" len="9">
-<text>Grünberg</text>
-<lemma>Grünberg</lemma>
-<tags syntax="@NH" morpho="N" sub1="Prop"/>
-</token>
-</np>
-<token pos="10551" len="3">
-<text>vor</text>
-<lemma>vor</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="10555" len="7">
-<text>einigen</text>
-<lemma>einige</lemma>
-<tags syntax="@PREMOD" morpho="PRON"/>
-</token>
-<np>
-<token pos="10563" len="6">
-<text>Jahren</text>
-<lemma>jahr</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="10570" len="11">
-<text>angefertigt</text>
-<lemma>anfertigen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="PCP" sub2="PERF"/>
-</token>
-<token pos="10581" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="10583" len="3">
-<text>als</text>
-<lemma>als</lemma>
-<tags syntax="@PREMARK" morpho="CS"/>
-</token>
-<token pos="10587" len="3">
-<text>sie</text>
-<lemma>sie</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="10591" len="5">
-<text>wegen</text>
-<lemma>wegen</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="10597" len="3">
-<text>des</text>
-<lemma>der</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="10601" len="9">
-<text>sexuellen</text>
-<lemma>sexuell</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-</token>
-<token pos="10611" len="11">
-<text>Missbrauchs</text>
-<lemma>missbrauch</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-<token pos="10623" len="5">
-<text>durch</text>
-<lemma>durch</lemma>
-<tags syntax="@POSTMOD" morpho="PREP"/>
-</token>
-<token pos="10629" len="4">
-<text>ihre</text>
-<lemma>ihr</lemma>
-<tags syntax="@PREMOD" morpho="PRON"/>
-</token>
-<token pos="10634" len="6">
-<text>Eltern</text>
-<lemma>eltern</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-<token pos="10641" len="2">
-<text>zu</text>
-<lemma>zu</lemma>
-<tags syntax="@POSTMOD" morpho="PREP"/>
-</token>
-<token pos="10643" len="1">
-<text>r</text>
-<lemma>die</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<token pos="10645" len="10">
-<text>Behandlung</text>
-<lemma>behandlung</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-<token pos="10656" len="2">
-<text>in</text>
-<lemma>in</lemma>
-<tags syntax="@POSTMOD" morpho="PREP"/>
-</token>
-<token pos="10659" len="5">
-<text>einer</text>
-<lemma>eine</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<token pos="10665" len="6">
-<text>Klinik</text>
-<lemma>klinik</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="10672" len="3">
-<text>war</text>
-<lemma>sein</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PAST"/>
-</token>
-<token pos="10675" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="10677" len="1">
-<text>&quot;</text>
-<lemma>&quot;</lemma>
-<tags/>
-</token>
-<token pos="10678" len="3">
-<text>Die</text>
-<lemma>die</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="10682" len="5">
-<text>Figur</text>
-<lemma>figur</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="10688" len="5">
-<text>zeigt</text>
-<lemma>zeigen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="10693" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="10695" len="3">
-<text>was</text>
-<lemma>was</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="10699" len="3">
-<text>ich</text>
-<lemma>ich</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="10703" len="6">
-<text>fühle</text>
-<lemma>fühlen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="10709" len="1">
-<text>:</text>
-<lemma>:</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="10711" len="3">
-<text>Ich</text>
-<lemma>ich</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="10715" len="3">
-<text>bin</text>
-<lemma>sein</lemma>
-<tags syntax="@AUX" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="10719" len="9">
-<text>erwachsen</text>
-<lemma>erwachsen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="PCP" sub2="PERF"/>
-</token>
-<token pos="10728" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="10730" len="4">
-<text>aber</text>
-<lemma>aber</lemma>
-<tags syntax="@CC" morpho="CC"/>
-</token>
-<token pos="10735" len="2">
-<text>es</text>
-<lemma>es</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="10738" len="4">
-<text>gibt</text>
-<lemma>geben</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="10743" len="5">
-<text>immer</text>
-<lemma>immer</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="10749" len="4">
-<text>noch</text>
-<lemma>noch</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="10754" len="3">
-<text>das</text>
-<lemma>das</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="10758" len="10">
-<text>schreiende</text>
-<lemma>schreiend</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-</token>
-<token pos="10769" len="4">
-<text>Kind</text>
-<lemma>kind</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="10774" len="2">
-<text>in</text>
-<lemma>in</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="10777" len="3">
-<text>mir</text>
-<lemma>ich</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="10780" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="10782" len="2">
-<text>Es</text>
-<lemma>es</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="10785" len="3">
-<text>ist</text>
-<lemma>sein</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="10789" len="3">
-<text>ein</text>
-<lemma>ein</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="10793" len="7">
-<text>stummer</text>
-<lemma>stumm</lemma>
-<tags syntax="@PREMOD" morpho="A"/>
-</token>
-<token pos="10801" len="6">
-<text>Schrei</text>
-<lemma>schrei</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="10807" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="10809" len="4">
-<text>denn</text>
-<lemma>denn</lemma>
-<tags syntax="@CC" morpho="CC"/>
-</token>
-<token pos="10814" len="6">
-<text>damals</text>
-<lemma>damals</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="10821" len="6">
-<text>durfte</text>
-<lemma>dürfen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PAST"/>
-</token>
-<token pos="10828" len="3">
-<text>ihn</text>
-<lemma>er</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="10832" len="7">
-<text>niemand</text>
-<lemma>niemand</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="10840" len="6">
-<text>hören</text>
-<lemma>hören</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-</token>
-<token pos="10846" len="1">
-<text>&quot;</text>
-<lemma>&quot;</lemma>
-<tags/>
-</token>
-<token pos="10847" len="1">
-<text>,</text>
-<lemma>,</lemma>
-<tags/>
-</token>
-<token pos="10849" len="4">
-<text>sagt</text>
-<lemma>sagen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="10854" len="3">
-<text>sie</text>
-<lemma>sie</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="10857" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="10859" len="1">
-<text>&quot;</text>
-<lemma>&quot;</lemma>
-<tags/>
-</token>
-<token pos="10860" len="3">
-<text>Ich</text>
-<lemma>ich</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="10864" len="6">
-<text>spüre</text>
-<lemma>spüren</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<np>
-<token pos="10871" len="14">
-<text>Unbeholfenheit</text>
-<lemma>unbeholfenheit</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="10886" len="2">
-<text>in</text>
-<lemma>in</lemma>
-<tags syntax="@PREMARK" morpho="PREP"/>
-</token>
-<token pos="10889" len="3">
-<text>mir</text>
-<lemma>ich</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="10892" len="1">
-<text>:</text>
-<lemma>:</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="10894" len="10">
-<text>Einerseits</text>
-<lemma>einerseits</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="10905" len="7">
-<text>möchte</text>
-<lemma>mögen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="SUB" sub2="PAST"/>
-</token>
-<token pos="10913" len="3">
-<text>ich</text>
-<lemma>ich</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="10917" len="3">
-<text>das</text>
-<lemma>das</lemma>
-<tags syntax="@PREMOD" morpho="DET"/>
-</token>
-<np>
-<token pos="10921" len="4">
-<text>Kind</text>
-<lemma>kind</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="10926" len="8">
-<text>trösten</text>
-<lemma>trösten</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-</token>
-<token pos="10935" len="3">
-<text>und</text>
-<lemma>und</lemma>
-<tags syntax="@CC" morpho="CC"/>
-</token>
-<token pos="10939" len="2">
-<text>es</text>
-<lemma>es</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="10942" len="9">
-<text>liebevoll</text>
-<lemma>liebe voll</lemma>
-<tags syntax="@NH" morpho="A"/>
-</token>
-<token pos="10952" len="9">
-<text>beruhigen</text>
-<lemma>beruhigen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-</token>
-<token pos="10961" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="10963" len="12">
-<text>Andererseits</text>
-<lemma>andererseits</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="10976" len="7">
-<text>möchte</text>
-<lemma>mögen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="SUB" sub2="PAST"/>
-</token>
-<token pos="10984" len="3">
-<text>ich</text>
-<lemma>ich</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="10988" len="3">
-<text>das</text>
-<lemma>das</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<np>
-<token pos="10992" len="8">
-<text>Schreien</text>
-<lemma>schrei</lemma>
-<tags syntax="@NH" morpho="N" sub2="PL"/>
-</token>
-</np>
-<token pos="11001" len="8">
-<text>zulassen</text>
-<lemma>zulassen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="IND" sub2="PRES"/>
-<lemma>zulassen</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-</token>
-<token pos="11010" len="3">
-<text>–</text>
-<lemma>–</lemma>
-<tags/>
-</token>
-<token pos="11014" len="4">
-<text>aber</text>
-<lemma>aber</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="11019" len="3">
-<text>das</text>
-<lemma>das</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="11023" len="6">
-<text>würde</text>
-<lemma>werden</lemma>
-<tags syntax="@AUX" morpho="V" sub1="SUB" sub2="PAST"/>
-</token>
-<token pos="11030" len="3">
-<text>ich</text>
-<lemma>ich</lemma>
-<tags syntax="@NH" morpho="PRON"/>
-</token>
-<token pos="11034" len="14">
-<text>wahrscheinlich</text>
-<lemma>wahrscheinlich</lemma>
-<tags syntax="@NH" morpho="A"/>
-</token>
-<token pos="11049" len="5">
-<text>nicht</text>
-<lemma>nicht</lemma>
-<tags syntax="@ADVL" morpho="ADV"/>
-</token>
-<token pos="11055" len="9">
-<text>aushalten</text>
-<lemma>aushalten</lemma>
-<tags syntax="@MAIN" morpho="V" sub1="INF"/>
-</token>
-<token pos="11064" len="1">
-<text>.</text>
-<lemma>.</lemma>
-<tags/>
-</token>
-</sentence>
-<sentence>
-<token pos="11065" len="1">
-<text>&quot;</text>
-<lemma>&quot;</lemma>
-<tags/>
-</token>
-<np>
-<token pos="11067" len="4">
-<text>Foto</text>
-<lemma>foto</lemma>
-<tags syntax="@NH" morpho="N"/>
-</token>
-</np>
-<token pos="11071" len="1">
-<text>:</text>
-<lemma>:</lemma>
-<tags/>
-</token>
-<np>
-<token pos="11073" len="7">
-<text>Daniela</text>
-<lemma>Daniela</lemma>
-<tags syntax="@PREMOD" morpho="N" sub1="Prop"/>
-</token>
-<token pos="11081" len="7">
-<text>Nielsen</text>
-<lemma>Nielsen</lemma>
-<tags syntax="@NH" morpho="N" sub1="Prop"/>
-</token>
-</np>
-</sentence>
-</cnxfdg1>
diff --git a/t/corpus/BRZ13/00001/connexor/phrase.xml b/t/corpus/BRZ13/00001/connexor/phrase.xml
deleted file mode 100644
index d665ded..0000000
--- a/t/corpus/BRZ13/00001/connexor/phrase.xml
+++ /dev/null
@@ -1,1442 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?xml-model href="span.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
-
-<layer xmlns="http://ids-mannheim.de/ns/KorAP" version="KorAP-0.4" docid="BRZ13_APR.00001">
-  <spanList>
-    <span from="0" to="20">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="27" to="42">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="72" to="77">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="118" to="133">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="140" to="145">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="168" to="176">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="177" to="186">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="243" to="252">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="254" to="266">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="273" to="277">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="289" to="294">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="319" to="329">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="340" to="366">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="391" to="397">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="406" to="411">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="493" to="498">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="529" to="548">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="560" to="565">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="635" to="640">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="652" to="670">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="684" to="691">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="707" to="725">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="736" to="754">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="764" to="802">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="862" to="875">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="906" to="920">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="972" to="985">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="1004" to="1014">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="1020" to="1028">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="1071" to="1075">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="1119" to="1127">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="1137" to="1141">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="1196" to="1209">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="1237" to="1245">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="1251" to="1269">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="1280" to="1311">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="1363" to="1408">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="1420" to="1425">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="1432" to="1446">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="1466" to="1480">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="1489" to="1519">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="1528" to="1543">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="1595" to="1605">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="1615" to="1640">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="1645" to="1652">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="1675" to="1705">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="1707" to="1716">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="1721" to="1727">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="1741" to="1753">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="1758" to="1765">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="2041" to="2048">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="2095" to="2118">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="2134" to="2162">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="2186" to="2204">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="2234" to="2240">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="2313" to="2334">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="2354" to="2361">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="2384" to="2392">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="2425" to="2432">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="2468" to="2473">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="2499" to="2509">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="2528" to="2532">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="2552" to="2573">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="2580" to="2587">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="2598" to="2621">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="2684" to="2689">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="2713" to="2726">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="2784" to="2787">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="2828" to="2852">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="2872" to="2887">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="2888" to="2893">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="2903" to="2918">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="2933" to="2939">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="2944" to="2962">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="2971" to="2986">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="2991" to="3016">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="3021" to="3027">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="3031" to="3041">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="3065" to="3081">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="3097" to="3103">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="3124" to="3128">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="3129" to="3138">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="3158" to="3179">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="3207" to="3214">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="3247" to="3265">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="3289" to="3304">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="3379" to="3385">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="3397" to="3406">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="3463" to="3468">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="3494" to="3501">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="3522" to="3527">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="3570" to="3587">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="3691" to="3703">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="3792" to="3796">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="3798" to="3805">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="3925" to="3932">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="3994" to="4000">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="4012" to="4016">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="4077" to="4083">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="4162" to="4181">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="4260" to="4278">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="4345" to="4363">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="4376" to="4382">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="4401" to="4461">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="4482" to="4488">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="4495" to="4519">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="4524" to="4545">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="4555" to="4578">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="4600" to="4616">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="4621" to="4640">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="4714" to="4749">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="4754" to="4767">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="4773" to="4778">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="4783" to="4794">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="4813" to="4836">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="4841" to="4849">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="4892" to="4909">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="4928" to="4953">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="4965" to="4978">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="5007" to="5016">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="5043" to="5048">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="5053" to="5063">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="5104" to="5130">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="5150" to="5168">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="5190" to="5200">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="5269" to="5300">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="5315" to="5345">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="5365" to="5386">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="5397" to="5415">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="5441" to="5474">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="5485" to="5506">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="5522" to="5527">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="5539" to="5559">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="5565" to="5585">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="5613" to="5632">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="5637" to="5669">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="5674" to="5697">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="5708" to="5714">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="5732" to="5735">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="5769" to="5779">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="5848" to="5872">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="5953" to="5958">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="5966" to="5972">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="5982" to="6003">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="6038" to="6044">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="6085" to="6088">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="6104" to="6117">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="6173" to="6178">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="6194" to="6219">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="6243" to="6247">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="6252" to="6280">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="6310" to="6321">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="6335" to="6340">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="6346" to="6355">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="6390" to="6406">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="6441" to="6453">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="6476" to="6502">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="6503" to="6517">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="6524" to="6542">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="6557" to="6572">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="6573" to="6594">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="6603" to="6606">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="6628" to="6638">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="6643" to="6647">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="6654" to="6675">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="6680" to="6708">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="6718" to="6738">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="6746" to="6752">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="6776" to="6782">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="6808" to="6820">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="6841" to="6867">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="6877" to="6884">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="6923" to="6987">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="6989" to="6999">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="7004" to="7010">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="7039" to="7066">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="7077" to="7082">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="7083" to="7088">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="7089" to="7093">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="7130" to="7166">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="7192" to="7197">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="7198" to="7262">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="7290" to="7322">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="7341" to="7346">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="7361" to="7376">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="7385" to="7392">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="7450" to="7456">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="7473" to="7484">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="7500" to="7513">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="7515" to="7537">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="7538" to="7552">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="7554" to="7557">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="7586" to="7597">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="7602" to="7607">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="7618" to="7622">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="7653" to="7711">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="7732" to="7736">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="7767" to="7780">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="7790" to="7809">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="7814" to="7821">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="7830" to="7855">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="7856" to="7879">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="7884" to="7894">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="7906" to="7911">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="7919" to="7923">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="7928" to="7941">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="7955" to="7966">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="7975" to="7990">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="8012" to="8057">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="8063" to="8074">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="8079" to="8085">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="8103" to="8111">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="8116" to="8142">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="8167" to="8176">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="8203" to="8216">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="8223" to="8229">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="8248" to="8279">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="8293" to="8313">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="8360" to="8413">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="8418" to="8429">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="8475" to="8481">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="8486" to="8503">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="8510" to="8529">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="8534" to="8541">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="8566" to="8582">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="8587" to="8601">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="8618" to="8663">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="8668" to="8681">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="8700" to="8712">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="8755" to="8760">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="8819" to="8843">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="8844" to="8862">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="8876" to="8881">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="8888" to="8901">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="8936" to="8939">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="8953" to="8980">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="9005" to="9011">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="9031" to="9040">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="9073" to="9078">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="9106" to="9115">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="9126" to="9141">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="9164" to="9183">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="9197" to="9203">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="9214" to="9225">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="9243" to="9265">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="9280" to="9289">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="9304" to="9330">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="9353" to="9367">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="9376" to="9392">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="9414" to="9430">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="9453" to="9459">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="9513" to="9523">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="9534" to="9538">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="9540" to="9554">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="9604" to="9609">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="9735" to="9740">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="9766" to="9778">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="9799" to="9802">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="9813" to="9818">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="9850" to="9855">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="9885" to="9890">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="9920" to="9925">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="9933" to="9951">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="9957" to="9964">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="10006" to="10018">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="10028" to="10043">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="10062" to="10082">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="10083" to="10104">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="10143" to="10149">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="10173" to="10209">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="10233" to="10241">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="10246" to="10256">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="10275" to="10279">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="10292" to="10299">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="10314" to="10330">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="10337" to="10345">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="10350" to="10368">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="10381" to="10387">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="10419" to="10489">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="10500" to="10505">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="10575" to="10590">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="10610" to="10624">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="10686" to="10700">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="10735" to="10739">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="10804" to="10812">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="10876" to="10880">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-    <span from="10882" to="10897">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="pos">np</f>
-      </fs>
-    </span>
-  </spanList>
-</layer>
diff --git a/t/corpus/BRZ13/00001/connexor/sentences.xml b/t/corpus/BRZ13/00001/connexor/sentences.xml
deleted file mode 100644
index 5bc558b..0000000
--- a/t/corpus/BRZ13/00001/connexor/sentences.xml
+++ /dev/null
@@ -1,109 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?xml-model href="span.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
-
-<layer xmlns="http://ids-mannheim.de/ns/KorAP" version="KorAP-0.4" docid="BRZ13_APR.00001">
-  <spanList>
-    <span from="0" to="104" />
-    <span from="105" to="209" />
-    <span from="210" to="253" />
-    <span from="254" to="267" />
-    <span from="269" to="465" />
-    <span from="466" to="549" />
-    <span from="550" to="623" />
-    <span from="624" to="726" />
-    <span from="727" to="921" />
-    <span from="922" to="1052" />
-    <span from="1053" to="1107" />
-    <span from="1108" to="1231" />
-    <span from="1232" to="1312" />
-    <span from="1313" to="1349" />
-    <span from="1350" to="1587" />
-    <span from="1588" to="1667" />
-    <span from="1668" to="1884" />
-    <span from="1885" to="1943" />
-    <span from="1944" to="1981" />
-    <span from="1982" to="2018" />
-    <span from="2019" to="2132" />
-    <span from="2132" to="2259" />
-    <span from="2260" to="2371" />
-    <span from="2372" to="2442" />
-    <span from="2443" to="2544" />
-    <span from="2545" to="2666" />
-    <span from="2667" to="2779" />
-    <span from="2780" to="2797" />
-    <span from="2798" to="2919" />
-    <span from="2920" to="3042" />
-    <span from="3043" to="3143" />
-    <span from="3144" to="3225" />
-    <span from="3226" to="3266" />
-    <span from="3267" to="3305" />
-    <span from="3306" to="3356" />
-    <span from="3357" to="3493" />
-    <span from="3494" to="3551" />
-    <span from="3552" to="3597" />
-    <span from="3598" to="3628" />
-    <span from="3629" to="3664" />
-    <span from="3665" to="3771" />
-    <span from="3772" to="3817" />
-    <span from="3818" to="3866" />
-    <span from="3866" to="3920" />
-    <span from="3921" to="3939" />
-    <span from="3940" to="3967" />
-    <span from="3968" to="4069" />
-    <span from="4070" to="4122" />
-    <span from="4123" to="4143" />
-    <span from="4144" to="4230" />
-    <span from="4231" to="4337" />
-    <span from="4337" to="4474" />
-    <span from="4475" to="4594" />
-    <span from="4595" to="4664" />
-    <span from="4665" to="4910" />
-    <span from="4911" to="5041" />
-    <span from="5042" to="5169" />
-    <span from="5170" to="5363" />
-    <span from="5363" to="5507" />
-    <span from="5508" to="5818" />
-    <span from="5819" to="5942" />
-    <span from="5943" to="6064" />
-    <span from="6065" to="6163" />
-    <span from="6164" to="6295" />
-    <span from="6296" to="6356" />
-    <span from="6357" to="6474" />
-    <span from="6474" to="6620" />
-    <span from="6621" to="6771" />
-    <span from="6772" to="6869" />
-    <span from="6870" to="7033" />
-    <span from="7034" to="7336" />
-    <span from="7337" to="7409" />
-    <span from="7410" to="7437" />
-    <span from="7438" to="7514" />
-    <span from="7515" to="7726" />
-    <span from="7726" to="7912" />
-    <span from="7913" to="8097" />
-    <span from="8098" to="8247" />
-    <span from="8248" to="8337" />
-    <span from="8338" to="8562" />
-    <span from="8563" to="8696" />
-    <span from="8697" to="8750" />
-    <span from="8751" to="8818" />
-    <span from="8819" to="8997" />
-    <span from="8998" to="9273" />
-    <span from="9274" to="9501" />
-    <span from="9502" to="9572" />
-    <span from="9573" to="9637" />
-    <span from="9638" to="9747" />
-    <span from="9748" to="9864" />
-    <span from="9864" to="9931" />
-    <span from="9931" to="10116" />
-    <span from="10117" to="10224" />
-    <span from="10225" to="10286" />
-    <span from="10286" to="10494" />
-    <span from="10495" to="10527" />
-    <span from="10528" to="10598" />
-    <span from="10599" to="10674" />
-    <span from="10675" to="10708" />
-    <span from="10709" to="10775" />
-    <span from="10776" to="10874" />
-    <span from="10874" to="10897" />
-  </spanList>
-</layer>
diff --git a/t/corpus/BRZ13/00001/connexor/syntax.xml b/t/corpus/BRZ13/00001/connexor/syntax.xml
deleted file mode 100644
index cd2b82b..0000000
--- a/t/corpus/BRZ13/00001/connexor/syntax.xml
+++ /dev/null
@@ -1,18427 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?xml-model href="span.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
-
-<layer xmlns="http://ids-mannheim.de/ns/KorAP" version="KorAP-0.4" docid="BRZ13_APR.00001">
-  <spanList>
-    <span id="s0" from="0" to="9">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sexuell</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1" from="10" to="20">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">missbrauch</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s2" from="22" to="23">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s3" from="23" to="26">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s4" from="27" to="37">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schreiend</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s5" from="38" to="42">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kind</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s6" from="43" to="49">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">stecken</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s7" from="50" to="54">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">noch</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s8" from="55" to="59">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">tief</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s9" from="60" to="62">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s10" from="63" to="66">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s11" from="66" to="67">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s12" from="68" to="71">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s13" from="72" to="77">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">opfer</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s14" from="78" to="84">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">leid</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s15" from="85" to="88">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">oft</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s16" from="89" to="103">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">jahr zehnt lang</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s17" from="103" to="104">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s18" from="105" to="108">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nun</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s19" from="109" to="113">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wollen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s20" from="114" to="117">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s21" from="118" to="133">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bund regierung</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s22" from="134" to="139">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s23" from="140" to="145">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">fonds</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s24" from="146" to="156">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein richten</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s25" from="156" to="157">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s26" from="158" to="163">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">damit</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s27" from="164" to="166">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s28" from="166" to="167">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s29" from="168" to="176">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">beispiel</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s30" from="177" to="186">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">therapie</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s31" from="187" to="194">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bezahlen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s32" from="195" to="201">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="pos">@AUX</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s33" from="202" to="208">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">können</f>
-            <f name="pos">@AUX</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s34" from="208" to="209">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s35" from="210" to="214">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s36" from="215" to="225">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">betroffen</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s37" from="226" to="233">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sprechen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s38" from="234" to="238">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">über</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s39" from="239" to="242">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s40" from="243" to="252">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">martyrium</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s41" from="252" to="253">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s42" from="254" to="266">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Braunschweig</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s43" from="266" to="267">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s44" from="269" to="272">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s45" from="273" to="277">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">frau</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s46" from="277" to="278">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s47" from="279" to="282">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s48" from="283" to="288">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dieser</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s49" from="289" to="294">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">frage</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s50" from="295" to="301">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">stellen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s51" from="301" to="302">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s52" from="303" to="306">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s53" from="307" to="313">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">selbst</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s54" from="314" to="318">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s55" from="319" to="329">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">betroffene</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s56" from="329" to="330">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">:</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s57" from="331" to="333">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s58" from="334" to="339">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s59" from="340" to="346">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">e mail</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s60" from="347" to="349">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">an</f>
-            <f name="pos">@POSTMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s61" from="350" to="356">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">unser</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s62" from="357" to="366">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">redaktion</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s63" from="367" to="375">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schreiben</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s64" from="376" to="379">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s65" from="379" to="380">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s66" from="381" to="385">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dass</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s67" from="386" to="390">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s68" from="391" to="397">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mutter</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s69" from="398" to="401">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">@CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s70" from="402" to="405">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s71" from="406" to="411">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">vater</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s72" from="412" to="415">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s73" from="416" to="425">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">jahr lang</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s74" from="426" to="431">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">immer</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s75" from="432" to="438">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wieder</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s76" from="439" to="446">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sexuell</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s77" from="447" to="458">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">missbrauchen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s78" from="459" to="464">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s79" from="464" to="465">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s80" from="466" to="470">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erst</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s81" from="471" to="474">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">als</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s82" from="475" to="478">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s83" from="479" to="481">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">18</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s84" from="482" to="485">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s85" from="486" to="489">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">@CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s86" from="490" to="492">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s87" from="493" to="498">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haus</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s88" from="499" to="508">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ausziehen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s89" from="509" to="515">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">können</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s90" from="515" to="516">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s91" from="517" to="524">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">enden</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s92" from="525" to="528">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s93" from="529" to="541">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">körperlich</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s94" from="542" to="548">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">qual</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s95" from="548" to="549">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s96" from="550" to="554">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aber</f>
-            <f name="pos">@CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s97" from="555" to="559">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s98" from="560" to="565">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">seele</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s99" from="566" to="569">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s100" from="570" to="575">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">immer</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s101" from="576" to="580">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">noch</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s102" from="581" to="586">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">krank</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s103" from="586" to="587">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s104" from="588" to="591">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s105" from="592" to="595">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">61</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s106" from="595" to="602">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">jährig</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s107" from="603" to="609">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">leiden</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s108" from="610" to="614">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nach</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s109" from="615" to="618">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wie</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s110" from="619" to="622">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">vor</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s111" from="622" to="623">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s112" from="624" to="627">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aus</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s113" from="628" to="634">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dieser</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s114" from="635" to="640">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">grund</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s115" from="641" to="647">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bitten</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s116" from="648" to="651">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s117" from="652" to="656">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">frau</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s118" from="657" to="659">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">um</f>
-            <f name="pos">@POSTMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s119" from="660" to="670">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">anonymität</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s120" from="673" to="676">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">für</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s121" from="677" to="683">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dieser</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s122" from="684" to="691">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">artikel</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s123" from="692" to="698">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nennen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s124" from="699" to="702">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wir</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s125" from="703" to="706">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s126" from="707" to="716">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Katharina</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s127" from="717" to="725">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Grünberg</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s128" from="725" to="726">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s129" from="727" to="731">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wenn</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s130" from="732" to="735">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">man</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s131" from="736" to="745">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Katharina</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s132" from="746" to="754">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Grünberg</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s133" from="755" to="757">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">an</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s134" from="758" to="763">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s135" from="764" to="770">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">rund</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s136" from="771" to="776">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">tisch</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s137" from="777" to="778">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">@POSTMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s138" from="778" to="779">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s139" from="780" to="791">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gemütlich</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s140" from="792" to="802">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wohn zimmer</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s141" from="803" to="817">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gegenübersitzen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s142" from="817" to="818">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s143" from="819" to="822">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">@CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s144" from="823" to="827">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wenn</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s145" from="828" to="831">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">man</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s146" from="832" to="835">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s147" from="836" to="841">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">reden</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s148" from="842" to="846">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">hören</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s149" from="846" to="847">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s150" from="848" to="853">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ruhig</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s151" from="854" to="857">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">@CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s152" from="858" to="861">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mit</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s153" from="862" to="868">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">klar</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s154" from="869" to="875">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">stimme</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s155" from="875" to="876">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s156" from="877" to="881">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dann</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s157" from="882" to="887">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">meinen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s158" from="888" to="891">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">man</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s159" from="891" to="892">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s160" from="893" to="898">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">alle</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s161" from="899" to="902">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s162" from="903" to="905">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s163" from="906" to="912">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gut</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s164" from="913" to="920">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ordnung</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s165" from="920" to="921">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s166" from="922" to="926">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">doch</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s167" from="927" to="931">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dann</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s168" from="932" to="941">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schildern</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s169" from="942" to="945">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s170" from="945" to="946">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s171" from="947" to="950">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wie</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s172" from="951" to="954">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s173" from="955" to="960">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">immer</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s174" from="961" to="967">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wieder</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s175" from="968" to="971">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s176" from="972" to="985">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">panik attacke</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s177" from="986" to="993">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">packen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s178" from="994" to="998">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="pos">@AUX</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s179" from="998" to="999">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s180" from="1000" to="1003">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wie</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s181" from="1004" to="1014">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">tod angst</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s182" from="1015" to="1019">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s183" from="1020" to="1028">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gedanke</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s184" from="1029" to="1036">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">fesseln</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s185" from="1036" to="1037">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s186" from="1038" to="1041">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wie</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s187" from="1042" to="1045">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s188" from="1046" to="1051">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">denken</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s189" from="1051" to="1052">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">:</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s190" from="1053" to="1058">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">jetzt</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s191" from="1059" to="1065">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bleiben</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s192" from="1066" to="1070">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mein</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s193" from="1071" to="1075">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">herz</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s194" from="1076" to="1082">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">stehen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s195" from="1082" to="1083">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s196" from="1084" to="1089">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">jetzt</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s197" from="1090" to="1094">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">müssen</f>
-            <f name="pos">@AUX</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s198" from="1095" to="1098">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s199" from="1099" to="1106">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sterben</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s200" from="1106" to="1107">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s201" from="1108" to="1110">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s202" from="1111" to="1118">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">solcher</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s203" from="1119" to="1127">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">moment</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s204" from="1128" to="1132">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">rasen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s205" from="1133" to="1136">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s206" from="1137" to="1141">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">herz</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s207" from="1141" to="1142">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s208" from="1143" to="1146">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s209" from="1147" to="1155">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schwitzen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s210" from="1156" to="1159">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">@CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s211" from="1160" to="1170">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">verkrampfen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s212" from="1171" to="1175">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sich</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s213" from="1176" to="1178">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">so</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s214" from="1179" to="1185">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">heftig</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s215" from="1185" to="1186">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s216" from="1187" to="1191">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dass</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s217" from="1192" to="1195">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s218" from="1196" to="1202">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">körper</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s219" from="1203" to="1204">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">an</f>
-            <f name="pos">@POSTMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s220" from="1204" to="1205">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s221" from="1206" to="1209">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">tag</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s222" from="1210" to="1216">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">danach</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s223" from="1217" to="1221">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">noch</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s224" from="1222" to="1230">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schmerzen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s225" from="1230" to="1231">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s226" from="1232" to="1236">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">laut</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s227" from="1237" to="1245">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">diagnose</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s228" from="1246" to="1250">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">leben</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s229" from="1251" to="1260">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Katharina</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s230" from="1261" to="1269">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Grünberg</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s231" from="1270" to="1273">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mit</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s232" from="1274" to="1279">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s233" from="1280" to="1293">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dissoziativ</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s234" from="1294" to="1311">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">identität störung</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s235" from="1311" to="1312">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s236" from="1313" to="1316">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">was</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s237" from="1317" to="1320">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s238" from="1321" to="1329">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bedeuten</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s239" from="1329" to="1330">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s240" from="1331" to="1341">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">beschreiben</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s241" from="1342" to="1345">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s242" from="1346" to="1348">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">so</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s243" from="1348" to="1349">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">:</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s244" from="1350" to="1358">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aufgrund</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s245" from="1359" to="1362">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s246" from="1363" to="1376">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">traumatisch</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s247" from="1377" to="1387">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erlebnis</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s248" from="1388" to="1393">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">durch</f>
-            <f name="pos">@POSTMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s249" from="1394" to="1397">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s250" from="1398" to="1408">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">missbrauch</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s251" from="1409" to="1414">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s252" from="1415" to="1419">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sich</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s253" from="1420" to="1425">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">teil</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s254" from="1426" to="1431">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s255" from="1432" to="1446">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">persönlichkeit</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s256" from="1447" to="1458">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">abspalten</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s257" from="1461" to="1465">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s258" from="1466" to="1480">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schutz reaktion</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s259" from="1480" to="1481">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s260" from="1482" to="1484">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">um</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s261" from="1485" to="1488">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s262" from="1489" to="1499">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">unfassbar</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s263" from="1500" to="1519">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">grenze überschreitung</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s264" from="1520" to="1523">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">@CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s265" from="1524" to="1527">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s266" from="1528" to="1543">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">vertrauen bruch</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s267" from="1544" to="1552">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ertragen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s268" from="1553" to="1555">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s269" from="1556" to="1562">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">können</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s270" from="1562" to="1563">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s271" from="1564" to="1566">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">um</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s272" from="1567" to="1576">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">überleben</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s273" from="1577" to="1579">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s274" from="1580" to="1586">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">können</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s275" from="1586" to="1587">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s276" from="1588" to="1589">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s277" from="1589" to="1594">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dieser</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s278" from="1595" to="1605">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">abspaltung</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s279" from="1606" to="1614">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">betreffen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s280" from="1615" to="1627">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schrecklich</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s281" from="1628" to="1640">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erinnerung</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s282" from="1641" to="1644">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">@CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s283" from="1645" to="1652">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gefühl</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s284" from="1652" to="1653">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s285" from="1653" to="1654">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s286" from="1655" to="1662">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erklären</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s287" from="1663" to="1666">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s288" from="1666" to="1667">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s289" from="1668" to="1669">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s290" from="1669" to="1674">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">durch</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s291" from="1675" to="1687">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">verschieden</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s292" from="1688" to="1693">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">reiz</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s293" from="1694" to="1697">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wie</f>
-            <f name="pos">@POSTMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s294" from="1698" to="1705">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">geruch</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s295" from="1705" to="1706">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s296" from="1707" to="1716">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">geräusch</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s297" from="1717" to="1720">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">@CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s298" from="1721" to="1727">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bild</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s299" from="1728" to="1734">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">können</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s300" from="1735" to="1740">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dieser</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s301" from="1741" to="1753">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erinnerung</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s302" from="1754" to="1757">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">@CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s303" from="1758" to="1765">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gefühl</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s304" from="1766" to="1770">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aber</f>
-            <f name="pos">@CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s305" from="1771" to="1781">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">blitz artig</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s306" from="1782" to="1791">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aktivieren</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s307" from="1792" to="1798">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s308" from="1801" to="1804">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s309" from="1805" to="1809">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s310" from="1810" to="1814">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dann</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s311" from="1815" to="1817">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">so</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s312" from="1818" to="1829">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">über mächtig</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s313" from="1829" to="1830">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s314" from="1831" to="1835">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dass</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s315" from="1836" to="1839">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s316" from="1840" to="1843">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s317" from="1844" to="1847">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">für</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s318" from="1848" to="1852">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">real</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s319" from="1853" to="1858">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">halten</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s320" from="1859" to="1862">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">@CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s321" from="1863" to="1868">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nicht</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s322" from="1869" to="1878">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">einordnen</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s323" from="1879" to="1883">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">können</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s324" from="1883" to="1884">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s325" from="1885" to="1888">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">man</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s326" from="1889" to="1893">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">können</f>
-            <f name="pos">@AUX</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s327" from="1894" to="1897">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nur</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s328" from="1898" to="1904">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">lernen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s329" from="1904" to="1905">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s330" from="1906" to="1910">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sich</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s331" from="1911" to="1916">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">davon</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s332" from="1917" to="1922">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nicht</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s333" from="1923" to="1932">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">weg reissen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s334" from="1933" to="1935">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s335" from="1936" to="1942">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">lassen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s336" from="1942" to="1943">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">;</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s337" from="1944" to="1953">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">teilweise</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s338" from="1954" to="1961">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gelingen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s339" from="1962" to="1965">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s340" from="1966" to="1969">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s341" from="1970" to="1980">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">inzwischen</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s342" from="1980" to="1981">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s343" from="1982" to="1986">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aber</f>
-            <f name="pos">@CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s344" from="1987" to="1989">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">es</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s345" from="1990" to="1993">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s346" from="1994" to="2005">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">unglaublich</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s347" from="2006" to="2017">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">anstrengen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s348" from="2017" to="2018">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s349" from="2019" to="2022">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s350" from="2023" to="2030">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">brauchen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s351" from="2031" to="2034">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">alle</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s352" from="2035" to="2040">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mein</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s353" from="2041" to="2048">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">energie</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s354" from="2048" to="2049">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s355" from="2050" to="2052">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">um</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s356" from="2053" to="2057">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s357" from="2058" to="2067">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">permanent</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s358" from="2068" to="2070">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s359" from="2071" to="2084">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kontrollieren</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s360" from="2085" to="2088">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">@CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s361" from="2089" to="2094">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s362" from="2095" to="2103">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">anschein</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s363" from="2104" to="2107">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="pos">@POSTMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s364" from="2108" to="2118">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">normalität</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s365" from="2119" to="2131">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">her stellen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s366" from="2131" to="2132">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s367" from="2132" to="2133">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s368" from="2134" to="2139">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">lang</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s369" from="2140" to="2149">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">warte zeit</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s370" from="2150" to="2153">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">auf</f>
-            <f name="pos">@POSTMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s371" from="2154" to="2162">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">therapie</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s372" from="2163" to="2168">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">viel</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s373" from="2169" to="2174">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">jahr</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s374" from="2175" to="2179">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">lang</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s375" from="2180" to="2185">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s376" from="2186" to="2195">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Katharina</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s377" from="2196" to="2204">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Grünberg</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s378" from="2205" to="2213">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">komplett</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s379" from="2214" to="2223">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">verdrängen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s380" from="2223" to="2224">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s381" from="2225" to="2228">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">was</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s382" from="2229" to="2233">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s383" from="2234" to="2240">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eltern</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s384" from="2241" to="2244">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s385" from="2245" to="2252">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">antun</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s386" from="2253" to="2258">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s387" from="2258" to="2259">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s388" from="2260" to="2263">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s389" from="2264" to="2269">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s390" from="2270" to="2273">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s391" from="2274" to="2286">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">traumatisch</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s392" from="2287" to="2299">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ausgeblendet</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s393" from="2299" to="2300">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s394" from="2301" to="2303">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">es</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s395" from="2304" to="2306">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s396" from="2307" to="2312">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s397" from="2313" to="2326">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">abgeriegelt</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s398" from="2327" to="2334">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bereich</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s399" from="2335" to="2339">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ganz</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s400" from="2340" to="2344">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">tief</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s401" from="2345" to="2347">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">@POSTMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s402" from="2348" to="2353">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s403" from="2354" to="2361">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">innere</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s404" from="2362" to="2370">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">verbannen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s405" from="2370" to="2371">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s406" from="2372" to="2375">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s407" from="2376" to="2379">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s408" from="2380" to="2383">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">als</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s409" from="2384" to="2392">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">lehrerin</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s410" from="2393" to="2403">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">arbeiten</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s411" from="2403" to="2404">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s412" from="2405" to="2415">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">heiraten</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s413" from="2416" to="2419">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">@CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s414" from="2420" to="2424">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zwei</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s415" from="2425" to="2432">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">tochter</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s416" from="2433" to="2441">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bekommen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s417" from="2441" to="2442">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s418" from="2443" to="2452">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">irgendwie</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s419" from="2453" to="2456">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kommen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s420" from="2457" to="2460">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s421" from="2461" to="2466">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">durch</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s422" from="2466" to="2467">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s423" from="2468" to="2473">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">leben</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s424" from="2476" to="2480">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">auch</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s425" from="2481" to="2485">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wenn</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s426" from="2486" to="2488">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">es</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s427" from="2489" to="2492">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s428" from="2493" to="2498">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">immer</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s429" from="2499" to="2509">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schwerfiel</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s430" from="2509" to="2510">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s431" from="2511" to="2513">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s432" from="2514" to="2523">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">vertrauen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s433" from="2524" to="2527">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">@CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s434" from="2528" to="2532">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nähe</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s435" from="2533" to="2543">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zulassen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s436" from="2543" to="2544">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s437" from="2545" to="2551">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">einige</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s438" from="2552" to="2557">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">jahr</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s439" from="2558" to="2562">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nach</f>
-            <f name="pos">@POSTMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s440" from="2563" to="2566">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s441" from="2567" to="2573">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">geburt</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s442" from="2574" to="2579">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s443" from="2580" to="2587">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">tochter</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s444" from="2588" to="2593">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">brechen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s445" from="2594" to="2597">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s446" from="2598" to="2610">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">vermeintlich</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s447" from="2611" to="2616">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">heil</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s448" from="2617" to="2621">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">welt</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s449" from="2622" to="2630">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zusammen</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s450" from="2630" to="2631">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s451" from="2632" to="2635">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">alle</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s452" from="2636" to="2639">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s453" from="2640" to="2650">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">verdrängt</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s454" from="2651" to="2661">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">über rollen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s455" from="2662" to="2665">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s456" from="2665" to="2666">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s457" from="2667" to="2670">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s458" from="2671" to="2677">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">müssen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s459" from="2678" to="2683">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s460" from="2684" to="2689">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">beruf</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s461" from="2690" to="2698">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aufgeben</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s462" from="2698" to="2699">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s463" from="2700" to="2704">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">weil</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s464" from="2705" to="2708">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s465" from="2709" to="2712">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s466" from="2713" to="2726">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">anforderung</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s467" from="2727" to="2732">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nicht</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s468" from="2733" to="2737">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mehr</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s469" from="2738" to="2747">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wachsen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s470" from="2748" to="2751">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s471" from="2751" to="2752">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s472" from="2753" to="2756">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">@CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s473" from="2757" to="2762">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s474" from="2763" to="2778">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">frühpensioniert</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s475" from="2778" to="2779">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s476" from="2780" to="2783">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s477" from="2784" to="2787">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ehe</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s478" from="2788" to="2796">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zerbrechen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s479" from="2796" to="2797">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s480" from="2798" to="2808">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">inzwischen</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s481" from="2809" to="2813">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">leben</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s482" from="2814" to="2817">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s483" from="2818" to="2821">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s484" from="2822" to="2827">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s485" from="2828" to="2852">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erwerb unfähigkeit rente</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s486" from="2853" to="2856">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">@CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s487" from="2857" to="2861">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">geben</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s488" from="2862" to="2867">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gegen</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s489" from="2868" to="2871">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s490" from="2872" to="2879">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">klein</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s491" from="2880" to="2887">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">honorar</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s492" from="2888" to="2893">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kurs</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s493" from="2894" to="2896">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">an</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s494" from="2897" to="2902">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s495" from="2903" to="2918">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">volk hoch schule</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s496" from="2918" to="2919">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s497" from="2920" to="2924">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">seit</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s498" from="2925" to="2929">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">etwa</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s499" from="2930" to="2932">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">20</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s500" from="2933" to="2939">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">jahr</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s501" from="2940" to="2943">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s502" from="2944" to="2953">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Katharina</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s503" from="2954" to="2962">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Grünberg</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s504" from="2963" to="2966">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nun</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s505" from="2967" to="2970">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mit</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s506" from="2971" to="2986">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">unterbrechung</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s507" from="2987" to="2990">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bei</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s508" from="2991" to="3004">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">verschieden</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s509" from="3005" to="3016">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">therapeut</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s510" from="3017" to="3020">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">@CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s511" from="3021" to="3027">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">arzt</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s512" from="3028" to="3030">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s513" from="3031" to="3041">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">behandlung</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s514" from="3041" to="3042">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s515" from="3043" to="3046">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s516" from="3047" to="3054">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sprechen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s517" from="3055" to="3058">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s518" from="3059" to="3064">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s519" from="3065" to="3081">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">therapie karriere</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s520" from="3084" to="3087">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">@CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s521" from="3088" to="3090">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s522" from="3091" to="3096">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s523" from="3097" to="3103">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">stimme</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s524" from="3104" to="3112">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schwingen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s525" from="3113" to="3116">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bei</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s526" from="3117" to="3123">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dieser</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s527" from="3124" to="3128">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wort</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s528" from="3129" to="3138">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sarkasmus</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s529" from="3139" to="3142">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mit</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s530" from="3142" to="3143">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s531" from="3144" to="3147">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bis</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s532" from="3148" to="3151">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">man</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s533" from="3152" to="3157">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s534" from="3158" to="3167">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">passend</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s535" from="3168" to="3179">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">therapeut</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s536" from="3180" to="3185">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">finden</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s537" from="3185" to="3186">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s538" from="3187" to="3194">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">brauchen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s539" from="3195" to="3198">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">man</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s540" from="3199" to="3206">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mehrere</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s541" from="3207" to="3214">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">anlauf</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s542" from="3214" to="3215">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s543" from="3216" to="3220">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sagen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s544" from="3221" to="3224">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s545" from="3224" to="3225">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">;</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s546" from="3226" to="3231">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">hinzu</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s547" from="3232" to="3238">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kommen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s548" from="3239" to="3242">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s549" from="3243" to="3246">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">oft</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s550" from="3247" to="3253">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">lang</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s551" from="3254" to="3265">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">warte zeit</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s552" from="3265" to="3266">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s553" from="3267" to="3270">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s554" from="3271" to="3281">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">beschreiben</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s555" from="3282" to="3288">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dieser</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s556" from="3289" to="3292">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">weg</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s557" from="3293" to="3296">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">als</f>
-            <f name="pos">@POSTMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s558" from="3297" to="3304">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">odyssee</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s559" from="3304" to="3305">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s560" from="3306" to="3313">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">niemand</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s561" from="3314" to="3318">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dürfen</f>
-            <f name="pos">@AUX</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s562" from="3319" to="3324">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">etwas</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s563" from="3325" to="3333">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erfahren</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s564" from="3334" to="3337">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wie</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s565" from="3338" to="3340">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">es</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s566" from="3341" to="3344">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s567" from="3345" to="3350">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">jetzt</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s568" from="3351" to="3355">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gehen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s569" from="3355" to="3356">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">?</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s570" from="3357" to="3358">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s571" from="3358" to="3361">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s572" from="3362" to="3366">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s573" from="3367" to="3374">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ständig</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s574" from="3375" to="3378">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s575" from="3379" to="3385">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gefühl</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s576" from="3385" to="3386">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s577" from="3387" to="3391">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dass</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s578" from="3392" to="3396">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mein</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s579" from="3397" to="3406">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">fundament</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s580" from="3407" to="3413">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">morsch</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s581" from="3414" to="3417">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s582" from="3417" to="3418">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s583" from="3419" to="3423">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dass</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s584" from="3424" to="3426">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">es</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s585" from="3427" to="3433">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nichts</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s586" from="3434" to="3447">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">verlässlich</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s587" from="3448" to="3452">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">geben</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s588" from="3452" to="3453">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s589" from="3454" to="3458">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dass</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s590" from="3459" to="3462">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s591" from="3463" to="3468">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">leben</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s592" from="3469" to="3473">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s593" from="3474" to="3480">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">völlig</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s594" from="3481" to="3492">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">überfordern</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s595" from="3492" to="3493">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s596" from="3494" to="3501">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">morgen</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s597" from="3502" to="3505">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s598" from="3506" to="3508">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">es</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s599" from="3509" to="3517">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">meistens</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s600" from="3518" to="3521">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s601" from="3522" to="3527">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kampf</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s602" from="3527" to="3528">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s603" from="3529" to="3538">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">überhaupt</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s604" from="3539" to="3550">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aufzustehen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s605" from="3550" to="3551">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s606" from="3552" to="3555">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s607" from="3556" to="3564">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">versuchen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s608" from="3564" to="3565">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s609" from="3566" to="3569">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s610" from="3570" to="3580">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gedanklich</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s611" from="3581" to="3587">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">insel</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s612" from="3588" to="3590">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s613" from="3591" to="3596">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bauen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s614" from="3596" to="3597">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">:</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s615" from="3598" to="3604">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">worauf</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s616" from="3605" to="3611">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">können</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s617" from="3612" to="3615">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s618" from="3616" to="3620">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s619" from="3621" to="3627">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">freuen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s620" from="3627" to="3628">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">?</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s621" from="3629" to="3633">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aber</f>
-            <f name="pos">@CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s622" from="3634" to="3637">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s623" from="3638" to="3642">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">müssen</f>
-            <f name="pos">@AUX</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s624" from="3643" to="3646">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s625" from="3647" to="3650">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s626" from="3651" to="3663">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">konstruieren</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s627" from="3663" to="3664">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s628" from="3665" to="3676">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">theoretisch</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s629" from="3677" to="3681">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">weiss</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s630" from="3682" to="3685">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s631" from="3685" to="3686">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s632" from="3687" to="3690">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">was</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s633" from="3691" to="3703">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">leben freude</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s634" from="3704" to="3707">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s635" from="3710" to="3713">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wie</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s636" from="3714" to="3716">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">es</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s637" from="3717" to="3721">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sich</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s638" from="3722" to="3729">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">anfühlen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s639" from="3729" to="3730">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s640" from="3731" to="3738">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">beginnen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s641" from="3739" to="3742">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s642" from="3743" to="3747">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erst</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s643" from="3748" to="3753">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">jetzt</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s644" from="3754" to="3761">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">langsam</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s645" from="3762" to="3764">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s646" from="3765" to="3770">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ahnen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s647" from="3770" to="3771">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s648" from="3772" to="3775">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s649" from="3776" to="3779">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s650" from="3780" to="3784">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kaum</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s651" from="3785" to="3787">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s652" from="3788" to="3791">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s653" from="3792" to="3796">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">lage</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s654" from="3796" to="3797">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s655" from="3798" to="3805">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gefühl</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s656" from="3806" to="3816">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zulassen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s657" from="3816" to="3817">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">;</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s658" from="3818" to="3824">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">weinen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s659" from="3825" to="3827">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s660" from="3828" to="3834">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">können</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s661" from="3834" to="3835">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s662" from="3836" to="3843">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erobern</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s663" from="3844" to="3847">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s664" from="3848" to="3851">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s665" from="3852" to="3858">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gerade</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s666" from="3859" to="3865">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zurück</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s667" from="3865" to="3866">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s668" from="3866" to="3867">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s669" from="3868" to="3872">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nach</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s670" from="3873" to="3878">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aussen</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s671" from="3879" to="3882">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">hin</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s672" from="3883" to="3888">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">lassen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s673" from="3889" to="3892">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s674" from="3893" to="3897">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sich</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s675" from="3898" to="3903">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">davon</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s676" from="3904" to="3910">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nichts</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s677" from="3911" to="3919">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">anmerken</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s678" from="3919" to="3920">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s679" from="3921" to="3924">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s680" from="3925" to="3932">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">fassade</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s681" from="3933" to="3938">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">stehen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s682" from="3938" to="3939">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s683" from="3940" to="3946">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kein</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s684" from="3947" to="3951">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dürfen</f>
-            <f name="pos">@AUX</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s685" from="3952" to="3957">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">etwas</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s686" from="3958" to="3966">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erfahren</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s687" from="3966" to="3967">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">!</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s688" from="3968" to="3972">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">doch</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s689" from="3973" to="3981">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zugleich</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s690" from="3982" to="3985">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s691" from="3986" to="3989">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s692" from="3990" to="3993">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s693" from="3994" to="4000">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wunsch</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s694" from="4000" to="4001">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s695" from="4002" to="4005">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mit</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s696" from="4006" to="4011">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s697" from="4012" to="4016">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">leid</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s698" from="4017" to="4024">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sehen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s699" from="4025" to="4027">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s700" from="4028" to="4034">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="pos">@AUX</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s701" from="4034" to="4035">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s702" from="4036" to="4038">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">um</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s703" from="4039" to="4043">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sich</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s704" from="4044" to="4050">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">selber</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s705" from="4051" to="4058">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">glauben</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s706" from="4059" to="4061">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s707" from="4062" to="4068">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">können</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s708" from="4068" to="4069">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s709" from="4070" to="4071">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s710" from="4071" to="4076">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mein</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s711" from="4077" to="4083">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eltern</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s712" from="4084" to="4089">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s713" from="4090" to="4093">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s714" from="4094" to="4099">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">immer</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s715" from="4100" to="4106">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sagen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s716" from="4106" to="4107">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s717" from="4108" to="4112">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dass</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s718" from="4113" to="4116">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s719" from="4117" to="4121">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">lügen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s720" from="4121" to="4122">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s721" from="4123" to="4126">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s722" from="4127" to="4133">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">brennen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s723" from="4134" to="4138">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sich</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s724" from="4139" to="4142">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s725" from="4142" to="4143">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s726" from="4144" to="4154">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">irgendwann</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s727" from="4155" to="4161">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kommen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s728" from="4162" to="4173">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">tatsächlich</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s729" from="4174" to="4181">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zweifel</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s730" from="4181" to="4182">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s731" from="4183" to="4185">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ob</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s732" from="4186" to="4189">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">man</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s733" from="4190" to="4194">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sich</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s734" from="4195" to="4198">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s735" from="4199" to="4204">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">alle</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s736" from="4205" to="4208">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nur</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s737" from="4209" to="4218">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">einbildet</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s738" from="4218" to="4219">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s739" from="4219" to="4220">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s740" from="4221" to="4225">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sagen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s741" from="4226" to="4229">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s742" from="4229" to="4230">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s743" from="4231" to="4232">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s744" from="4232" to="4236">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dann</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s745" from="4237" to="4247">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">verfestigen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s746" from="4248" to="4252">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sich</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s747" from="4253" to="4255">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">so</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s748" from="4256" to="4259">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s749" from="4260" to="4271">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">furchtbar</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s750" from="4272" to="4278">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gefühl</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s751" from="4278" to="4279">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">:</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s752" from="4280" to="4286">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kein</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s753" from="4287" to="4293">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">glauben</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s754" from="4294" to="4297">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s755" from="4297" to="4298">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s756" from="4299" to="4305">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kein</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s757" from="4306" to="4311">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">helfen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s758" from="4312" to="4315">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s759" from="4315" to="4316">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s760" from="4317" to="4320">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s761" from="4321" to="4324">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s762" from="4325" to="4331">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nichts</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s763" from="4332" to="4336">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wert</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s764" from="4336" to="4337">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s765" from="4337" to="4338">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s766" from="4339" to="4344">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kein</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s767" from="4345" to="4363">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">opfer entschädigung</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s768" from="4364" to="4367">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">vor</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s769" from="4368" to="4375">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">einige</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s770" from="4376" to="4382">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">jahr</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s771" from="4383" to="4386">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s772" from="4387" to="4390">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s773" from="4391" to="4399">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">versuchen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s774" from="4399" to="4400">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s775" from="4401" to="4412">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">finanziell</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s776" from="4413" to="4426">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">unterstützung</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s777" from="4427" to="4431">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">über</f>
-            <f name="pos">@POSTMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s778" from="4432" to="4435">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s779" from="4436" to="4461">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">opfer entschädigung gesetz</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s780" from="4462" to="4464">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s781" from="4465" to="4473">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bekommen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s782" from="4473" to="4474">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s783" from="4475" to="4481">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dieser</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s784" from="4482" to="4488">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gesetz</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s785" from="4489" to="4494">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sehen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s786" from="4495" to="4519">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">entschädigung leistung</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s787" from="4520" to="4523">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">für</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s788" from="4524" to="4529">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">opfer</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s789" from="4530" to="4533">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="pos">@POSTMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s790" from="4534" to="4545">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gewalt tat</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s791" from="4546" to="4549">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">vor</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s792" from="4549" to="4550">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s793" from="4551" to="4554">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s794" from="4555" to="4570">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gesundheitlich</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s795" from="4571" to="4578">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schaden</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s796" from="4579" to="4587">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erleiden</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s797" from="4588" to="4593">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s798" from="4593" to="4594">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s799" from="4595" to="4596">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s800" from="4596" to="4599">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s801" from="4600" to="4616">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">antrag prozedere</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s802" from="4617" to="4620">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s803" from="4621" to="4629">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ungefähr</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s804" from="4630" to="4634">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zwei</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s805" from="4635" to="4640">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">jahr</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s806" from="4641" to="4649">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dauern</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s807" from="4649" to="4650">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s808" from="4650" to="4651">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s809" from="4652" to="4659">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erzählen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s810" from="4660" to="4663">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s811" from="4663" to="4664">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s812" from="4665" to="4676">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schliesslich</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s813" from="4677" to="4680">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">@AUX</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s814" from="4681" to="4685">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zwar</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s815" from="4686" to="4695">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">anerkennen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s816" from="4696" to="4702">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="pos">@AUX</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s817" from="4702" to="4703">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s818" from="4704" to="4708">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dass</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s819" from="4709" to="4713">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s820" from="4714" to="4730">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gesundheitlich</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s821" from="4731" to="4749">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">beeinträchtigung</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s822" from="4750" to="4753">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">@CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s823" from="4754" to="4767">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">behinderung</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s824" from="4768" to="4772">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s825" from="4773" to="4778">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">folge</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s826" from="4779" to="4782">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s827" from="4783" to="4794">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">missbrauch</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s828" from="4795" to="4799">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s829" from="4799" to="4800">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s830" from="4801" to="4805">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aber</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s831" from="4806" to="4808">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">da</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s832" from="4809" to="4812">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s833" from="4813" to="4818">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">tat</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s834" from="4819" to="4822">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">vor</f>
-            <f name="pos">@POSTMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s835" from="4823" to="4836">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">inkrafttreten</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s836" from="4837" to="4840">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s837" from="4841" to="4849">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gesetz</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s838" from="4850" to="4854">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">1976</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s839" from="4855" to="4864">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">geschehen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s840" from="4865" to="4869">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">@AUX</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s841" from="4869" to="4870">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s842" from="4871" to="4876">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">fallen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s843" from="4877" to="4880">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s844" from="4881" to="4886">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">unter</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s845" from="4887" to="4891">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s846" from="4892" to="4909">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">übergang regelung</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s847" from="4909" to="4910">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s848" from="4911" to="4916">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dieser</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s849" from="4917" to="4922">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">setzen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s850" from="4923" to="4927">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s851" from="4928" to="4939">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">finanziell</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s852" from="4940" to="4953">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bedürftigkeit</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s853" from="4954" to="4960">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">voraus</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s854" from="4960" to="4961">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s855" from="4962" to="4964">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">um</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s856" from="4965" to="4978">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">unterstützung</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s857" from="4979" to="4981">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s858" from="4982" to="4990">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bekommen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s859" from="4993" to="4998">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dafür</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s860" from="4999" to="5002">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s861" from="5003" to="5006">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s862" from="5007" to="5016">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">einkommen</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s863" from="5017" to="5021">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aber</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s864" from="5022" to="5027">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nicht</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s865" from="5028" to="5034">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gering</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s866" from="5035" to="5040">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">genug</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s867" from="5040" to="5041">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s868" from="5042" to="5043">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s869" from="5043" to="5048">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">hätte</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s870" from="5049" to="5052">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s871" from="5053" to="5063">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">missbrauch</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s872" from="5064" to="5068">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nach</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s873" from="5069" to="5073">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">1976</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s874" from="5074" to="5087">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">statt finden</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s875" from="5087" to="5088">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s876" from="5089" to="5094">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s877" from="5095" to="5098">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s878" from="5099" to="5103">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s879" from="5104" to="5130">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">beruf ausfall entschädigung</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s880" from="5131" to="5142">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zugestehen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s881" from="5142" to="5143">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s882" from="5143" to="5144">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s883" from="5145" to="5149">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sagen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s884" from="5150" to="5159">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Katharina</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s885" from="5160" to="5168">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Grünberg</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s886" from="5168" to="5169">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s887" from="5170" to="5171">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s888" from="5171" to="5174">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s889" from="5175" to="5180">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s890" from="5181" to="5185">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zwar</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s891" from="5186" to="5189">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s892" from="5190" to="5200">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">missbrauch</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s893" from="5201" to="5206">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nicht</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s894" from="5207" to="5213">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wieder</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s895" from="5214" to="5223">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gut machen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s896" from="5224" to="5230">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">können</f>
-            <f name="pos">@AUX</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s897" from="5230" to="5231">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s898" from="5232" to="5236">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aber</f>
-            <f name="pos">@CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s899" from="5237" to="5239">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">es</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s900" from="5240" to="5245">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s901" from="5246" to="5249">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s902" from="5250" to="5257">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ersparen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s903" from="5257" to="5258">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s904" from="5259" to="5264">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">neben</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s905" from="5265" to="5268">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s906" from="5269" to="5280">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">psychisch</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s907" from="5281" to="5286">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kampf</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s908" from="5287" to="5289">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">um</f>
-            <f name="pos">@POSTMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s909" from="5289" to="5290">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s910" from="5291" to="5300">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">überleben</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s911" from="5301" to="5305">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">auch</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s912" from="5306" to="5310">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">noch</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s913" from="5311" to="5314">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s914" from="5315" to="5329">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">existenziell</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s915" from="5330" to="5345">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">überleben kampf</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s916" from="5346" to="5352">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">führen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s917" from="5353" to="5355">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s918" from="5356" to="5362">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">müssen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s919" from="5362" to="5363">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s920" from="5363" to="5364">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s921" from="5365" to="5375">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">stationär</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s922" from="5376" to="5386">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">behandlung</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s923" from="5387" to="5392">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nötig</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s924" from="5393" to="5396">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">was</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s925" from="5397" to="5406">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Katharina</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s926" from="5407" to="5415">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Grünberg</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s927" from="5416" to="5421">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zudem</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s928" from="5422" to="5430">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">belasten</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s929" from="5430" to="5431">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s930" from="5432" to="5436">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s931" from="5437" to="5440">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s932" from="5441" to="5453">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wiederholt</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s933" from="5454" to="5474">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">auseinandersetzung</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s934" from="5475" to="5478">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mit</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s935" from="5479" to="5484">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s936" from="5485" to="5493">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">privat</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s937" from="5494" to="5506">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kranke kasse</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s938" from="5506" to="5507">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s939" from="5508" to="5512">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zwar</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s940" from="5513" to="5517">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s941" from="5518" to="5521">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s942" from="5522" to="5527">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kasse</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s943" from="5528" to="5533">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">neben</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s944" from="5534" to="5538">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zwei</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s945" from="5539" to="5549">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ambulant</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s946" from="5550" to="5559">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">therapie</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s947" from="5560" to="5564">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">auch</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s948" from="5565" to="5575">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">stationär</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s949" from="5576" to="5585">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">therapie</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s950" from="5586" to="5593">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bezahlen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s951" from="5593" to="5594">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s952" from="5595" to="5599">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">doch</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s953" from="5600" to="5604">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">einer</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s954" from="5605" to="5608">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s955" from="5609" to="5612">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s956" from="5613" to="5625">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">behandelnd</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s957" from="5626" to="5632">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">arzt</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s958" from="5633" to="5636">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">als</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s959" from="5637" to="5646">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">notwendig</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s960" from="5647" to="5656">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erachtet</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s961" from="5657" to="5669">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">verlängerung</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s962" from="5670" to="5673">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s963" from="5674" to="5685">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">stationär</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s964" from="5686" to="5697">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aufenthalt</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s965" from="5698" to="5702">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">über</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s966" from="5703" to="5707">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">vier</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s967" from="5708" to="5714">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">woche</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s968" from="5715" to="5721">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">hinaus</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s969" from="5722" to="5725">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">@AUX</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s970" from="5726" to="5731">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">jeder</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s971" from="5732" to="5735">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mal</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s972" from="5736" to="5745">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ablehnen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s973" from="5746" to="5752">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="pos">@AUX</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s974" from="5755" to="5760">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">immer</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s975" from="5761" to="5764">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mit</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s976" from="5765" to="5768">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s977" from="5769" to="5779">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">begründung</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s978" from="5779" to="5780">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s979" from="5781" to="5785">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dieser</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s980" from="5786" to="5789">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s981" from="5790" to="5801">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">medizinisch</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s982" from="5802" to="5807">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nicht</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s983" from="5808" to="5817">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">notwendig</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s984" from="5817" to="5818">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s985" from="5819" to="5820">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s986" from="5820" to="5823">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s987" from="5824" to="5833">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bedeuten</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s988" from="5833" to="5834">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s989" from="5835" to="5839">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dass</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s990" from="5840" to="5843">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s991" from="5844" to="5847">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s992" from="5848" to="5858">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">begonnen</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s993" from="5859" to="5864">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gut</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s994" from="5865" to="5872">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">prozess</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s995" from="5873" to="5879">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">leider</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s996" from="5880" to="5889">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">abbrechen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s997" from="5890" to="5896">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">müssen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s998" from="5897" to="5900">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">@CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s999" from="5901" to="5909">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">instabil</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1000" from="5910" to="5919">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">entlassen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1001" from="5920" to="5925">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="pos">@AUX</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1002" from="5925" to="5926">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1003" from="5926" to="5927">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1004" from="5928" to="5937">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erläutern</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1005" from="5938" to="5941">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1006" from="5941" to="5942">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1007" from="5943" to="5944">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1008" from="5944" to="5948">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">auch</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1009" from="5949" to="5952">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aus</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1010" from="5953" to="5958">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sicht</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1011" from="5959" to="5965">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mein</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1012" from="5966" to="5972">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">arzt</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1013" from="5973" to="5976">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1014" from="5977" to="5981">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1015" from="5982" to="5992">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">stationär</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1016" from="5993" to="6003">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">behandlung</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1017" from="6004" to="6012">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dringend</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1018" from="6013" to="6025">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erforderlich</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1019" from="6028" to="6032">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aber</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1020" from="6033" to="6037">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">vier</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1021" from="6038" to="6044">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">woche</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1022" from="6045" to="6052">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">reich</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1023" from="6053" to="6057">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eben</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1024" from="6058" to="6063">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nicht</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1025" from="6063" to="6064">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1026" from="6065" to="6067">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">es</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1027" from="6068" to="6074">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gehören</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1028" from="6075" to="6079">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sehr</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1029" from="6080" to="6084">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">viel</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1030" from="6085" to="6088">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mut</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1031" from="6089" to="6093">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dazu</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1032" from="6093" to="6094">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1033" from="6095" to="6099">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sich</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1034" from="6100" to="6103">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1035" from="6104" to="6117">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">vergangenheit</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1036" from="6118" to="6120">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1037" from="6121" to="6128">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">stellen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1038" from="6128" to="6129">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1039" from="6130" to="6133">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">@CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1040" from="6134" to="6137">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1041" from="6138" to="6142">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1042" from="6143" to="6148">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schon</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1043" from="6149" to="6153">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">viel</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1044" from="6154" to="6162">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erreichen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1045" from="6162" to="6163">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1046" from="6164" to="6168">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">doch</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1047" from="6169" to="6172">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1048" from="6173" to="6178">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">seele</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1049" from="6178" to="6179">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1050" from="6180" to="6183">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1051" from="6184" to="6189">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">durch</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1052" from="6190" to="6193">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1053" from="6194" to="6204">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">missbrauch</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1054" from="6205" to="6207">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">@POSTMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1055" from="6208" to="6219">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">einzeln teil</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1056" from="6220" to="6227">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zerlegen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1057" from="6228" to="6233">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="pos">@AUX</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1058" from="6233" to="6234">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1059" from="6235" to="6242">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">brauchen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1060" from="6243" to="6247">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zeit</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1061" from="6248" to="6251">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">@CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1062" from="6252" to="6266">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">professionell</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1063" from="6267" to="6280">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">unterstützung</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1064" from="6280" to="6281">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1065" from="6282" to="6284">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">um</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1066" from="6285" to="6287">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1067" from="6288" to="6294">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">heilen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1068" from="6294" to="6295">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1069" from="6296" to="6299">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1070" from="6300" to="6304">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1071" from="6305" to="6309">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1072" from="6310" to="6321">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">perspektive</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1073" from="6321" to="6322">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">:</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1074" from="6323" to="6330">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">endlich</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1075" from="6331" to="6334">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1076" from="6335" to="6340">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">leben</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1077" from="6341" to="6345">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ohne</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1078" from="6346" to="6355">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">therapie</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1079" from="6355" to="6356">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1080" from="6357" to="6361">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aber</f>
-            <f name="pos">@CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1081" from="6362" to="6365">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1082" from="6366" to="6370">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">können</f>
-            <f name="pos">@AUX</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1083" from="6371" to="6374">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1084" from="6375" to="6381">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kosten</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1085" from="6382" to="6385">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">für</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1086" from="6386" to="6389">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1087" from="6390" to="6406">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">klinik aufenthalt</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1088" from="6407" to="6412">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nicht</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1089" from="6413" to="6419">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">selbst</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1090" from="6420" to="6430">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aufbringen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1091" from="6430" to="6431">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1092" from="6432" to="6436">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wenn</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1093" from="6437" to="6440">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1094" from="6441" to="6453">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kranke kasse</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1095" from="6454" to="6457">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1096" from="6458" to="6463">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nicht</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1097" from="6464" to="6473">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">übernehmen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1098" from="6473" to="6474">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1099" from="6474" to="6475">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1100" from="6476" to="6481">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">fonds</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1101" from="6482" to="6485">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">für</f>
-            <f name="pos">@POSTMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1102" from="6486" to="6502">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">missbrauch opfer</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1103" from="6503" to="6508">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gross</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1104" from="6509" to="6517">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">hoffnung</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1105" from="6518" to="6523">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">setzen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1106" from="6524" to="6533">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Katharina</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1107" from="6534" to="6542">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Grünberg</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1108" from="6543" to="6548">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">jetzt</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1109" from="6549" to="6552">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">auf</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1110" from="6553" to="6556">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1111" from="6557" to="6562">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">fonds</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1112" from="6563" to="6566">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">für</f>
-            <f name="pos">@POSTMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1113" from="6567" to="6572">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">opfer</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1114" from="6573" to="6582">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sexuell</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1115" from="6583" to="6594">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">missbrauch</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1116" from="6594" to="6595">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1117" from="6596" to="6599">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1118" from="6600" to="6601">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1119" from="6601" to="6602">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1120" from="6603" to="6606">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mai</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1121" from="6607" to="6614">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">starten</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1122" from="6615" to="6619">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sollen</f>
-            <f name="pos">@AUX</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1123" from="6619" to="6620">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1124" from="6621" to="6627">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dieser</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1125" from="6628" to="6638">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">hilfe fonds</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1126" from="6639" to="6642">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1127" from="6643" to="6647">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">teil</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1128" from="6648" to="6653">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1129" from="6654" to="6662">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gesetz</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1130" from="6663" to="6665">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">@POSTMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1131" from="6665" to="6666">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1132" from="6667" to="6675">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">stärkung</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1133" from="6676" to="6679">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1134" from="6680" to="6686">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">recht</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1135" from="6687" to="6690">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="pos">@POSTMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1136" from="6691" to="6708">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">missbrauch opfer</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1137" from="6708" to="6709">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1138" from="6710" to="6713">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1139" from="6714" to="6717">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1140" from="6718" to="6727">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bund tag</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1141" from="6728" to="6733">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mitte</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1142" from="6734" to="6738">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">märz</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1143" from="6739" to="6745">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dieser</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1144" from="6746" to="6752">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">jahr</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1145" from="6753" to="6766">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">verabschieden</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1146" from="6767" to="6770">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1147" from="6770" to="6771">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1148" from="6772" to="6775">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1149" from="6776" to="6782">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gesetz</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1150" from="6783" to="6791">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wiederum</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1151" from="6792" to="6796">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gehen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1152" from="6797" to="6803">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zurück</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1153" from="6804" to="6807">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">auf</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1154" from="6808" to="6820">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">empfehlung</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1155" from="6821" to="6824">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1156" from="6825" to="6831">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Runden</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1157" from="6832" to="6839">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">tisch</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1158" from="6840" to="6841">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1159" from="6841" to="6850">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Sexueller</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1160" from="6851" to="6867">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Kindmissbrauch</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1161" from="6867" to="6868">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1162" from="6868" to="6869">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1163" from="6870" to="6876">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dieser</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1164" from="6877" to="6884">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gremium</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1165" from="6885" to="6888">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1166" from="6889" to="6893">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">2010</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1167" from="6894" to="6906">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein richten</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1168" from="6907" to="6913">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="pos">@AUX</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1169" from="6913" to="6914">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1170" from="6915" to="6922">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nachdem</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1171" from="6923" to="6931">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">tausende</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1172" from="6932" to="6937">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">fall</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1173" from="6938" to="6941">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="pos">@POSTMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1174" from="6942" to="6958">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kind missbrauch</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1175" from="6959" to="6961">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">@POSTMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1176" from="6962" to="6973">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kirchlich</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1177" from="6974" to="6987">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">einrichtung</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1178" from="6987" to="6988">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1179" from="6989" to="6999">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">internat</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1180" from="7000" to="7003">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">@CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1181" from="7004" to="7010">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">heim</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1182" from="7011" to="7026">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bekannt geworden</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1183" from="7027" to="7032">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1184" from="7032" to="7033">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1185" from="7034" to="7038">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nach</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1186" from="7039" to="7057">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">anderthalbjährig</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1187" from="7058" to="7066">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">beratung</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1188" from="7067" to="7072">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1189" from="7073" to="7076">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1190" from="7077" to="7082">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">runde</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1191" from="7083" to="7088">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">tisch</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1192" from="7089" to="7093">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ende</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1193" from="7094" to="7098">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">2011</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1194" from="7099" to="7104">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">unter</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1195" from="7105" to="7112">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">andere</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1196" from="7113" to="7122">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">empfehlen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1197" from="7122" to="7123">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1198" from="7124" to="7129">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1199" from="7130" to="7135">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">fonds</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1200" from="7136" to="7138">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">@POSTMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1201" from="7139" to="7143">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">höhe</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1202" from="7144" to="7147">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="pos">@POSTMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1203" from="7148" to="7151">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">100</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1204" from="7152" to="7161">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">million</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1205" from="7162" to="7166">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">euro</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1206" from="7167" to="7169">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1207" from="7170" to="7178">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schaffen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1208" from="7178" to="7179">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1209" from="7180" to="7183">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1210" from="7184" to="7188">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sich</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1211" from="7189" to="7191">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">an</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1212" from="7192" to="7197">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">opfer</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1213" from="7198" to="7207">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sexuell</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1214" from="7208" to="7219">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">missbrauch</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1215" from="7220" to="7222">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">@POSTMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1216" from="7223" to="7231">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">privat</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1217" from="7232" to="7235">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">@CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1218" from="7236" to="7248">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">öffentlich</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1219" from="7249" to="7262">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">einrichtung</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1220" from="7263" to="7268">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sowie</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1221" from="7269" to="7281">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ausdrücklich</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1222" from="7282" to="7286">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">auch</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1223" from="7287" to="7289">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">an</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1224" from="7290" to="7295">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">opfer</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1225" from="7296" to="7299">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="pos">@POSTMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1226" from="7300" to="7310">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">missbrauch</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1227" from="7311" to="7313">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">@POSTMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1228" from="7314" to="7322">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">familie</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1229" from="7323" to="7330">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">richten</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1230" from="7331" to="7335">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sollen</f>
-            <f name="pos">@AUX</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1231" from="7335" to="7336">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1232" from="7337" to="7340">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1233" from="7341" to="7346">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">fonds</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1234" from="7347" to="7353">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sollen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1235" from="7354" to="7356">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">je</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1236" from="7357" to="7359">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1237" from="7359" to="7360">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1238" from="7361" to="7367">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">hälfte</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1239" from="7368" to="7370">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="pos">@POSTMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1240" from="7370" to="7371">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1241" from="7372" to="7376">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bund</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1242" from="7377" to="7380">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">@CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1243" from="7381" to="7384">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1244" from="7385" to="7392">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">land</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1245" from="7393" to="7401">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">getragen</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1246" from="7402" to="7408">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1247" from="7408" to="7409">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1248" from="7410" to="7414">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">doch</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1249" from="7415" to="7420">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">genau</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1250" from="7421" to="7426">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">daran</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1251" from="7427" to="7433">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">hapern</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1252" from="7434" to="7436">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">es</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1253" from="7436" to="7437">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">:</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1254" from="7438" to="7441">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1255" from="7442" to="7449">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">meiste</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1256" from="7450" to="7456">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">land</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1257" from="7457" to="7467">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">verweigern</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1258" from="7468" to="7472">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1259" from="7473" to="7484">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">beteiligung</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1260" from="7484" to="7485">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1261" from="7486" to="7494">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">darunter</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1262" from="7495" to="7499">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">auch</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1263" from="7500" to="7513">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Niedersachse</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1264" from="7513" to="7514">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1265" from="7515" to="7537">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">land sozial ministerin</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1266" from="7538" to="7546">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Cornelia</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1267" from="7547" to="7552">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Rundt</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1268" from="7553" to="7554">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">(</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1269" from="7554" to="7557">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">SPD</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1270" from="7557" to="7558">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">)</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1271" from="7559" to="7563">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sagen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1272" from="7564" to="7568">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dazu</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1273" from="7568" to="7569">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">:</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1274" from="7570" to="7571">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1275" from="7571" to="7574">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wir</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1276" from="7575" to="7581">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">lehnen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1277" from="7582" to="7585">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1278" from="7586" to="7597">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">einrichtung</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1279" from="7598" to="7601">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1280" from="7602" to="7607">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">fonds</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1281" from="7608" to="7610">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1282" from="7611" to="7617">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dieser</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1283" from="7618" to="7622">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">form</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1284" from="7623" to="7625">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ab</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1285" from="7625" to="7626">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1286" from="7627" to="7631">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">weil</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1287" from="7632" to="7634">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">er</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1288" from="7635" to="7638">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wir</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1289" from="7639" to="7646">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zwingen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1290" from="7647" to="7651">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wollen</f>
-            <f name="pos">@AUX</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1291" from="7651" to="7652">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1292" from="7653" to="7666">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">verantwortung</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1293" from="7667" to="7670">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">für</f>
-            <f name="pos">@POSTMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1294" from="7671" to="7680">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sexuell</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1295" from="7681" to="7691">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">missbrauch</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1296" from="7692" to="7693">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">@POSTMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1297" from="7693" to="7694">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1298" from="7695" to="7703">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">privat</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1299" from="7704" to="7711">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bereich</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1300" from="7712" to="7714">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1301" from="7715" to="7725">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">übernehmen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1302" from="7725" to="7726">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1303" from="7726" to="7727">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1304" from="7728" to="7731">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1305" from="7732" to="7736">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">land</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1306" from="7737" to="7744">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bekennen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1307" from="7745" to="7749">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sich</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1308" from="7750" to="7756">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">jedoch</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1309" from="7757" to="7759">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1310" from="7760" to="7766">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1311" from="7767" to="7780">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">verantwortung</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1312" from="7780" to="7781">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1313" from="7782" to="7786">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wenn</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1314" from="7787" to="7789">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1315" from="7790" to="7809">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">land einrichtung</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1316" from="7809" to="7810">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1317" from="7811" to="7813">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1318" from="7814" to="7821">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schule</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1319" from="7822" to="7826">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">oder</f>
-            <f name="pos">@CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1320" from="7827" to="7829">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1321" from="7830" to="7841">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schulisch</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1322" from="7842" to="7855">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">einrichtung</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1323" from="7856" to="7862">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Kinder</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1324" from="7863" to="7868">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">opfer</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1325" from="7869" to="7872">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="pos">@POSTMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1326" from="7873" to="7879">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gewalt</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1327" from="7880" to="7883">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">@CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1328" from="7884" to="7894">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">missbrauch</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1329" from="7895" to="7901">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1330" from="7901" to="7902">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1331" from="7903" to="7905">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">so</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1332" from="7906" to="7911">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Rundt</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1333" from="7911" to="7912">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1334" from="7913" to="7918">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">10000</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1335" from="7919" to="7923">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">euro</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1336" from="7924" to="7927">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">pro</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1337" from="7928" to="7941">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">antrag steller</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1338" from="7942" to="7950">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aufgrund</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1339" from="7951" to="7954">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1340" from="7955" to="7966">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">differenz</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1341" from="7967" to="7970">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1342" from="7971" to="7974">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1343" from="7975" to="7990">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bund regierung</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1344" from="7991" to="7994">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nun</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1345" from="7995" to="8006">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">beschliessen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1346" from="8006" to="8007">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1347" from="8008" to="8011">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1348" from="8012" to="8017">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">fonds</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1349" from="8018" to="8021">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mit</f>
-            <f name="pos">@POSTMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1350" from="8022" to="8027">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1351" from="8028" to="8035">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">volumen</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1352" from="8036" to="8039">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="pos">@POSTMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1353" from="8040" to="8042">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">50</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1354" from="8043" to="8052">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">million</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1355" from="8053" to="8057">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">euro</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1356" from="8058" to="8062">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ohne</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1357" from="8063" to="8074">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">beteiligung</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1358" from="8075" to="8078">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1359" from="8079" to="8085">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">land</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1360" from="8086" to="8088">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1361" from="8089" to="8096">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">starten</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1362" from="8096" to="8097">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1363" from="8098" to="8102">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nach</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1364" from="8103" to="8111">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">auskunft</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1365" from="8112" to="8115">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1366" from="8116" to="8142">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bund familie ministerium</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1367" from="8143" to="8149">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sollen</f>
-            <f name="pos">@AUX</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1368" from="8150" to="8156">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">daraus</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1369" from="8157" to="8160">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">vor</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1370" from="8161" to="8166">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">alle</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1371" from="8167" to="8176">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">therapie</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1372" from="8177" to="8184">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bezahlen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1373" from="8185" to="8191">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="pos">@AUX</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1374" from="8191" to="8192">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1375" from="8193" to="8198">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">falls</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1376" from="8199" to="8202">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1377" from="8203" to="8216">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kranke kasse</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1378" from="8217" to="8222">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dieser</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1379" from="8223" to="8229">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kosten</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1380" from="8230" to="8235">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nicht</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1381" from="8236" to="8246">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">übernehmen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1382" from="8246" to="8247">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1383" from="8248" to="8255">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">detail</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1384" from="8256" to="8258">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">@POSTMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1385" from="8259" to="8262">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1386" from="8263" to="8272">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">geplant</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1387" from="8273" to="8279">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">hilfe</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1388" from="8280" to="8285">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sowie</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1389" from="8286" to="8288">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1390" from="8289" to="8292">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1391" from="8293" to="8313">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">antrag möglichkeit</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1392" from="8314" to="8320">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">stehen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1393" from="8321" to="8325">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">noch</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1394" from="8326" to="8331">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nicht</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1395" from="8332" to="8336">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">fest</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1396" from="8336" to="8337">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1397" from="8338" to="8345">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">planen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1398" from="8346" to="8349">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">@AUX</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1399" from="8349" to="8350">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1400" from="8351" to="8355">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dass</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1401" from="8356" to="8359">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1402" from="8360" to="8372">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">unabhängig</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1403" from="8373" to="8396">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sachverständigengremium</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1404" from="8397" to="8401">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">über</f>
-            <f name="pos">@POSTMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1405" from="8402" to="8405">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1406" from="8406" to="8413">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">antrag</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1407" from="8414" to="8417">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1408" from="8418" to="8429">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">betroffene</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1409" from="8430" to="8441">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">entscheiden</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1410" from="8442" to="8446">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="pos">@AUX</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1411" from="8446" to="8447">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1412" from="8448" to="8451">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1413" from="8452" to="8456">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sich</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1414" from="8457" to="8462">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">unter</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1415" from="8463" to="8470">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">andere</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1416" from="8471" to="8474">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aus</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1417" from="8475" to="8481">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">arzt</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1418" from="8482" to="8485">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">@CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1419" from="8486" to="8503">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">psycho therapeut</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1420" from="8504" to="8509">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sowie</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1421" from="8510" to="8520">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">vertreter</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1422" from="8521" to="8524">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="pos">@POSTMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1423" from="8525" to="8529">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bund</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1424" from="8530" to="8533">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">@CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1425" from="8534" to="8541">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">land</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1426" from="8542" to="8556">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zusammen setzen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1427" from="8557" to="8561">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sollen</f>
-            <f name="pos">@AUX</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1428" from="8561" to="8562">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1429" from="8563" to="8564">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1430" from="8564" to="8565">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1431" from="8566" to="8582">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">abschluss bericht</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1432" from="8583" to="8586">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1433" from="8587" to="8593">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Runden</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1434" from="8594" to="8601">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Tisch</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1435" from="8602" to="8606">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="pos">@AUX</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1436" from="8607" to="8612">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zudem</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1437" from="8613" to="8617">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1438" from="8618" to="8628">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ober grenze</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1439" from="8629" to="8632">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">für</f>
-            <f name="pos">@POSTMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1440" from="8633" to="8647">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sache leistung</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1441" from="8648" to="8651">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="pos">@POSTMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1442" from="8652" to="8654">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">10</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1443" from="8655" to="8658">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">000</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1444" from="8659" to="8663">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">euro</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1445" from="8664" to="8667">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">pro</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1446" from="8668" to="8681">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">antrag steller</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1447" from="8682" to="8695">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">vor schlagen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1448" from="8695" to="8696">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">;</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1449" from="8697" to="8699">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1450" from="8700" to="8712">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">einzeln fall</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1451" from="8713" to="8717">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sollen</f>
-            <f name="pos">@AUX</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1452" from="8718" to="8722">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">auch</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1453" from="8723" to="8727">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mehr</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1454" from="8728" to="8735">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zahlen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1455" from="8736" to="8742">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="pos">@AUX</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1456" from="8743" to="8749">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">können</f>
-            <f name="pos">@AUX</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1457" from="8749" to="8750">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1458" from="8751" to="8754">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1459" from="8755" to="8760">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">hilfe</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1460" from="8761" to="8765">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sollen</f>
-            <f name="pos">@AUX</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1461" from="8766" to="8771">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">stets</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1462" from="8772" to="8779">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schnell</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1463" from="8780" to="8783">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">@CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1464" from="8784" to="8798">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">unbürokratisch</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1465" from="8799" to="8807">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erfolgen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1466" from="8807" to="8808">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1467" from="8809" to="8814">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">heissen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1468" from="8815" to="8817">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">es</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1469" from="8817" to="8818">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1470" from="8819" to="8824">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kampf</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1471" from="8825" to="8830">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gegen</f>
-            <f name="pos">@POSTMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1472" from="8831" to="8834">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1473" from="8835" to="8843">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ohnmacht</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1474" from="8844" to="8853">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Katharina</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1475" from="8854" to="8862">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Grünberg</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1476" from="8863" to="8868">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sehen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1477" from="8869" to="8871">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1478" from="8872" to="8875">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1479" from="8876" to="8881">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">fonds</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1480" from="8882" to="8887">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1481" from="8888" to="8901">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">rettungsanker</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1482" from="8904" to="8907">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1483" from="8908" to="8913">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">hoffen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1484" from="8913" to="8914">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1485" from="8915" to="8919">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dass</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1486" from="8920" to="8923">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1487" from="8924" to="8928">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">über</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1488" from="8929" to="8935">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dieser</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1489" from="8936" to="8939">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">weg</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1490" from="8940" to="8947">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">endlich</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1491" from="8948" to="8952">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1492" from="8953" to="8960">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">lang</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1493" from="8961" to="8971">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">stationär</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1494" from="8972" to="8980">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">therapie</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1495" from="8981" to="8991">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wahr nehmen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1496" from="8992" to="8996">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">können</f>
-            <f name="pos">@AUX</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1497" from="8996" to="8997">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1498" from="8998" to="9000">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1499" from="9001" to="9004">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1500" from="9005" to="9011">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">e mail</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1501" from="9011" to="9012">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1502" from="9013" to="9016">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1503" from="9017" to="9020">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1504" from="9021" to="9023">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">an</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1505" from="9024" to="9030">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">unser</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1506" from="9031" to="9040">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">redaktion</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1507" from="9041" to="9050">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">geschickt</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1508" from="9051" to="9056">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1509" from="9056" to="9057">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1510" from="9058" to="9066">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schreiben</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1511" from="9067" to="9070">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1512" from="9070" to="9071">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">:</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1513" from="9072" to="9073">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1514" from="9073" to="9078">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">immer</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1515" from="9079" to="9085">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wieder</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1516" from="9086" to="9088">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1517" from="9089" to="9098">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">scheitern</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1518" from="9099" to="9101">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1519" from="9102" to="9105">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1520" from="9106" to="9115">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">versuch</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1521" from="9115" to="9116">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1522" from="9117" to="9125">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dringend</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1523" from="9126" to="9135">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">benötigt</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1524" from="9136" to="9141">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">hilfe</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1525" from="9142" to="9144">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1526" from="9145" to="9153">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bekommen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1527" from="9153" to="9154">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1528" from="9155" to="9159">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">rufen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1529" from="9160" to="9163">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1530" from="9164" to="9170">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gefühl</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1531" from="9171" to="9174">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="pos">@POSTMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1532" from="9175" to="9183">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ohnmacht</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1533" from="9184" to="9190">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">hervor</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1534" from="9193" to="9196">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1535" from="9197" to="9203">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gefühl</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1536" from="9203" to="9204">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1537" from="9205" to="9208">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1538" from="9209" to="9213">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">alle</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1539" from="9214" to="9225">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">betroffene</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1540" from="9226" to="9230">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sehr</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1541" from="9231" to="9234">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gut</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1542" from="9235" to="9238">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aus</f>
-            <f name="pos">@POSTMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1543" from="9239" to="9242">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1544" from="9243" to="9265">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">missbrauch situation</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1545" from="9266" to="9272">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kennen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1546" from="9272" to="9273">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1547" from="9274" to="9279">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">jeder</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1548" from="9280" to="9289">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">scheit</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1549" from="9290" to="9298">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bedeuten</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1550" from="9299" to="9303">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1551" from="9304" to="9308">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">form</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1552" from="9309" to="9312">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="pos">@POSTMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1553" from="9313" to="9330">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Retraumatisierung</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1554" from="9330" to="9331">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1555" from="9332" to="9337">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werfen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1556" from="9338" to="9344">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zurück</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1557" from="9345" to="9348">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">auf</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1558" from="9349" to="9352">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1559" from="9353" to="9363">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mühselig</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1560" from="9364" to="9367">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">weg</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1561" from="9368" to="9371">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aus</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1562" from="9372" to="9375">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1563" from="9376" to="9382">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bloss</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1564" from="9383" to="9392">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">überleben</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1565" from="9393" to="9395">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1566" from="9396" to="9399">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1567" from="9400" to="9412">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">leben wert</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1568" from="9412" to="9413">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1569" from="9414" to="9424">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">lebendig</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1570" from="9425" to="9430">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">leben</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1571" from="9430" to="9431">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1572" from="9432" to="9435">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1573" from="9436" to="9439">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1574" from="9440" to="9442">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">es</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1575" from="9443" to="9447">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zwar</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1576" from="9448" to="9452">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1577" from="9453" to="9459">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ahnung</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1578" from="9460" to="9464">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">geben</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1579" from="9464" to="9465">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1580" from="9466" to="9469">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1581" from="9470" to="9474">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aber</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1582" from="9475" to="9479">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kaum</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1583" from="9480" to="9490">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erreichbar</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1584" from="9491" to="9500">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erscheinen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1585" from="9500" to="9501">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1586" from="9502" to="9505">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nur</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1587" from="9506" to="9512">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wenig</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1588" from="9513" to="9523">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">betroffene</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1589" from="9524" to="9529">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1590" from="9530" to="9533">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1591" from="9534" to="9538">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">geld</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1592" from="9538" to="9539">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1593" from="9540" to="9554">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">therapie kosten</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1594" from="9555" to="9561">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">selber</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1595" from="9562" to="9564">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1596" from="9565" to="9571">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zahlen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1597" from="9571" to="9572">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1598" from="9573" to="9576">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">@CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1599" from="9577" to="9582">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">viel</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1600" from="9583" to="9588">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1601" from="9589" to="9594">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nicht</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1602" from="9595" to="9599">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mehr</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1603" from="9600" to="9603">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1604" from="9604" to="9609">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kraft</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1605" from="9610" to="9612">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1606" from="9613" to="9620">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kämpfen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1607" from="9620" to="9621">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1608" from="9622" to="9627">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">geben</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1609" from="9628" to="9632">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sich</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1610" from="9633" to="9636">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">auf</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1611" from="9636" to="9637">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1612" from="9638" to="9641">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1613" from="9642" to="9648">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">selber</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1614" from="9649" to="9654">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">stehen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1615" from="9655" to="9660">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">trotz</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1616" from="9661" to="9666">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">alle</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1617" from="9667" to="9672">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">immer</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1618" from="9673" to="9679">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wieder</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1619" from="9680" to="9683">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">auf</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1620" from="9683" to="9684">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1621" from="9685" to="9691">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kämpfen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1622" from="9692" to="9698">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">weiter</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1623" from="9698" to="9699">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1624" from="9700" to="9704">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wissen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1625" from="9705" to="9713">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">manchmal</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1626" from="9714" to="9719">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nicht</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1627" from="9719" to="9720">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1628" from="9721" to="9726">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">woher</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1629" from="9727" to="9730">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1630" from="9731" to="9734">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1631" from="9735" to="9740">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kraft</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1632" from="9741" to="9746">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nehmen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1633" from="9746" to="9747">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1634" from="9748" to="9751">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1635" from="9752" to="9755">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">@AUX</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1636" from="9756" to="9761">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schon</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1637" from="9762" to="9765">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1638" from="9766" to="9772">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ganz</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1639" from="9773" to="9778">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">stück</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1640" from="9779" to="9787">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gehen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1641" from="9788" to="9791">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">auf</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1642" from="9792" to="9798">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mein</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1643" from="9799" to="9802">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">weg</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1644" from="9802" to="9803">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1645" from="9804" to="9807">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1646" from="9808" to="9812">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mein</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1647" from="9813" to="9818">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">leben</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1648" from="9819" to="9834">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zurück erobern</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1649" from="9835" to="9838">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">@CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1650" from="9839" to="9844">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nicht</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1651" from="9845" to="9849">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mehr</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1652" from="9850" to="9855">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">opfer</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1653" from="9856" to="9858">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1654" from="9859" to="9863">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1655" from="9863" to="9864">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1656" from="9864" to="9865">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1657" from="9866" to="9867">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1658" from="9867" to="9870">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1659" from="9871" to="9875">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wollen</f>
-            <f name="pos">@AUX</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1660" from="9876" to="9879">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1661" from="9880" to="9884">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mein</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1662" from="9885" to="9890">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">leben</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1663" from="9891" to="9904">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zurück erobern</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1664" from="9905" to="9908">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">@CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1665" from="9909" to="9914">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nicht</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1666" from="9915" to="9919">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mehr</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1667" from="9920" to="9925">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">opfer</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1668" from="9926" to="9930">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1669" from="9930" to="9931">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1670" from="9931" to="9932">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1671" from="9933" to="9942">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Katharina</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1672" from="9943" to="9951">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Grünberg</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1673" from="9952" to="9956">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1674" from="9957" to="9964">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">leserin</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1675" from="9964" to="9965">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1676" from="9966" to="9969">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1677" from="9970" to="9976">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">anonym</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1678" from="9977" to="9984">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bleiben</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1679" from="9985" to="9991">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mögen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1680" from="9991" to="9992">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1681" from="9993" to="9998">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">fragen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1682" from="9998" to="9999">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">:</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1683" from="10000" to="10001">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1684" from="10001" to="10005">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nach</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1685" from="10006" to="10011">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zäh</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1686" from="10012" to="10018">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ring</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1687" from="10019" to="10023">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wollen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1688" from="10024" to="10027">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1689" from="10028" to="10043">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bund regierung</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1690" from="10044" to="10049">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">jetzt</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1691" from="10050" to="10057">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">endlich</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1692" from="10058" to="10061">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1693" from="10062" to="10072">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">hilfe fonds</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1694" from="10073" to="10076">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">für</f>
-            <f name="pos">@POSTMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1695" from="10077" to="10082">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">opfer</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1696" from="10083" to="10092">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sexuell</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1697" from="10093" to="10104">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">missbrauch</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1698" from="10105" to="10115">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein richten</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1699" from="10115" to="10116">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1700" from="10117" to="10122">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">warum</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1701" from="10123" to="10133">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">beteiligen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1702" from="10134" to="10138">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sich</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1703" from="10139" to="10142">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1704" from="10143" to="10149">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">land</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1705" from="10150" to="10155">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nicht</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1706" from="10156" to="10161">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">daran</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1707" from="10161" to="10162">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1708" from="10163" to="10168">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">damit</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1709" from="10169" to="10172">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1710" from="10173" to="10178">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">fonds</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1711" from="10179" to="10182">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wie</f>
-            <f name="pos">@POSTMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1712" from="10183" to="10190">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">geplant</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1713" from="10191" to="10194">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">100</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1714" from="10195" to="10204">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">million</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1715" from="10205" to="10209">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">euro</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1716" from="10210" to="10218">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">umfassen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1717" from="10219" to="10223">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">können</f>
-            <f name="pos">@AUX</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1718" from="10223" to="10224">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">?</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1719" from="10225" to="10228">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wer</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1720" from="10229" to="10232">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1721" from="10233" to="10241">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">anspruch</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1722" from="10242" to="10245">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">auf</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1723" from="10246" to="10256">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">leistung</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1724" from="10257" to="10260">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">@CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1725" from="10261" to="10266">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wofür</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1726" from="10267" to="10271">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="pos">@AUX</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1727" from="10272" to="10274">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">es</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1728" from="10275" to="10279">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">geld</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1729" from="10280" to="10285">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">geben</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1730" from="10285" to="10286">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">?</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1731" from="10286" to="10287">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1732" from="10288" to="10291">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1733" from="10292" to="10299">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">antwort</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1734" from="10300" to="10313">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">recherchieren</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1735" from="10314" to="10322">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Cornelia</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1736" from="10323" to="10330">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Steiner</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1737" from="10331" to="10336">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dieser</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1738" from="10337" to="10345">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ton figur</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1739" from="10346" to="10349">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1740" from="10350" to="10359">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Katharina</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1741" from="10360" to="10368">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Grünberg</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1742" from="10369" to="10372">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">vor</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1743" from="10373" to="10380">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">einige</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1744" from="10381" to="10387">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">jahr</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1745" from="10388" to="10399">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">anfertigen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1746" from="10399" to="10400">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1747" from="10401" to="10404">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">als</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1748" from="10405" to="10408">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1749" from="10409" to="10414">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wegen</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1750" from="10415" to="10418">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1751" from="10419" to="10428">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sexuell</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1752" from="10429" to="10440">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">missbrauch</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1753" from="10441" to="10446">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">durch</f>
-            <f name="pos">@POSTMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1754" from="10447" to="10451">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1755" from="10452" to="10458">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eltern</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1756" from="10459" to="10461">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">@POSTMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1757" from="10461" to="10462">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1758" from="10463" to="10473">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">behandlung</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1759" from="10474" to="10476">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">@POSTMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1760" from="10477" to="10482">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1761" from="10483" to="10489">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">klinik</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1762" from="10490" to="10493">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1763" from="10493" to="10494">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1764" from="10495" to="10496">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1765" from="10496" to="10499">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1766" from="10500" to="10505">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">figur</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1767" from="10506" to="10511">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zeigen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1768" from="10511" to="10512">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1769" from="10513" to="10516">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">was</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1770" from="10517" to="10520">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1771" from="10521" to="10526">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">fühlen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1772" from="10526" to="10527">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">:</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1773" from="10528" to="10531">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1774" from="10532" to="10535">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">@AUX</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1775" from="10536" to="10545">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erwachsen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1776" from="10545" to="10546">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1777" from="10547" to="10551">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aber</f>
-            <f name="pos">@CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1778" from="10552" to="10554">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">es</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1779" from="10555" to="10559">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">geben</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1780" from="10560" to="10565">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">immer</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1781" from="10566" to="10570">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">noch</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1782" from="10571" to="10574">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1783" from="10575" to="10585">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schreiend</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1784" from="10586" to="10590">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kind</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1785" from="10591" to="10593">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1786" from="10594" to="10597">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1787" from="10597" to="10598">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1788" from="10599" to="10601">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">es</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1789" from="10602" to="10605">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1790" from="10606" to="10609">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1791" from="10610" to="10617">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">stumm</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1792" from="10618" to="10624">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schrei</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1793" from="10624" to="10625">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1794" from="10626" to="10630">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">denn</f>
-            <f name="pos">@CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1795" from="10631" to="10637">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">damals</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1796" from="10638" to="10644">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dürfen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1797" from="10645" to="10648">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">er</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1798" from="10649" to="10656">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">niemand</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1799" from="10657" to="10662">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">hören</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1800" from="10662" to="10663">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1801" from="10663" to="10664">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1802" from="10665" to="10669">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sagen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1803" from="10670" to="10673">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1804" from="10673" to="10674">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1805" from="10675" to="10676">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1806" from="10676" to="10679">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1807" from="10680" to="10685">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">spüren</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1808" from="10686" to="10700">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">unbeholfenheit</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1809" from="10701" to="10703">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">@PREMARK</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1810" from="10704" to="10707">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1811" from="10707" to="10708">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">:</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1812" from="10709" to="10719">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">einerseits</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1813" from="10720" to="10726">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mögen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1814" from="10727" to="10730">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1815" from="10731" to="10734">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1816" from="10735" to="10739">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kind</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1817" from="10740" to="10747">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">trösten</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1818" from="10748" to="10751">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">@CC</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1819" from="10752" to="10754">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">es</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1820" from="10755" to="10764">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">liebe voll</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1821" from="10765" to="10774">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">beruhigen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1822" from="10774" to="10775">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1823" from="10776" to="10788">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">andererseits</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1824" from="10789" to="10795">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mögen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1825" from="10796" to="10799">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1826" from="10800" to="10803">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1827" from="10804" to="10812">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schrei</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1828" from="10813" to="10821">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zulassen</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1829" from="10824" to="10828">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aber</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1830" from="10829" to="10832">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1831" from="10833" to="10838">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="pos">@AUX</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1832" from="10839" to="10842">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1833" from="10843" to="10857">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wahrscheinlich</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1834" from="10858" to="10863">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nicht</f>
-            <f name="pos">@ADVL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1835" from="10864" to="10873">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aushalten</f>
-            <f name="pos">@MAIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1836" from="10873" to="10874">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1837" from="10874" to="10875">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1838" from="10876" to="10880">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">foto</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1839" from="10880" to="10881">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">:</f>
-            <f name="pos"></f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1840" from="10882" to="10889">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Daniela</f>
-            <f name="pos">@PREMOD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1841" from="10890" to="10897">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Nielsen</f>
-            <f name="pos">@NH</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-  </spanList>
-</layer>
diff --git a/t/corpus/BRZ13/00001/connexor/tokens.xml b/t/corpus/BRZ13/00001/connexor/tokens.xml
deleted file mode 100644
index df8d10e..0000000
--- a/t/corpus/BRZ13/00001/connexor/tokens.xml
+++ /dev/null
@@ -1,1849 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?xml-model href="span.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
-
-<layer xmlns="http://ids-mannheim.de/ns/KorAP" version="KorAP-0.4" docid="BRZ13_APR.00001">
-  <spanList>
-    <span id="t_0" from="0" to="9" />
-    <span id="t_1" from="10" to="20" />
-    <span id="t_2" from="22" to="23" />
-    <span id="t_3" from="23" to="26" />
-    <span id="t_4" from="27" to="37" />
-    <span id="t_5" from="38" to="42" />
-    <span id="t_6" from="43" to="49" />
-    <span id="t_7" from="50" to="54" />
-    <span id="t_8" from="55" to="59" />
-    <span id="t_9" from="60" to="62" />
-    <span id="t_10" from="63" to="66" />
-    <span id="t_11" from="66" to="67" />
-    <span id="t_12" from="68" to="71" />
-    <span id="t_13" from="72" to="77" />
-    <span id="t_14" from="78" to="84" />
-    <span id="t_15" from="85" to="88" />
-    <span id="t_16" from="89" to="103" />
-    <span id="t_17" from="103" to="104" />
-    <span id="t_18" from="105" to="108" />
-    <span id="t_19" from="109" to="113" />
-    <span id="t_20" from="114" to="117" />
-    <span id="t_21" from="118" to="133" />
-    <span id="t_22" from="134" to="139" />
-    <span id="t_23" from="140" to="145" />
-    <span id="t_24" from="146" to="156" />
-    <span id="t_25" from="156" to="157" />
-    <span id="t_26" from="158" to="163" />
-    <span id="t_27" from="164" to="166" />
-    <span id="t_28" from="166" to="167" />
-    <span id="t_29" from="168" to="176" />
-    <span id="t_30" from="177" to="186" />
-    <span id="t_31" from="187" to="194" />
-    <span id="t_32" from="195" to="201" />
-    <span id="t_33" from="202" to="208" />
-    <span id="t_34" from="208" to="209" />
-    <span id="t_35" from="210" to="214" />
-    <span id="t_36" from="215" to="225" />
-    <span id="t_37" from="226" to="233" />
-    <span id="t_38" from="234" to="238" />
-    <span id="t_39" from="239" to="242" />
-    <span id="t_40" from="243" to="252" />
-    <span id="t_41" from="252" to="253" />
-    <span id="t_42" from="254" to="266" />
-    <span id="t_43" from="266" to="267" />
-    <span id="t_44" from="269" to="272" />
-    <span id="t_45" from="273" to="277" />
-    <span id="t_46" from="277" to="278" />
-    <span id="t_47" from="279" to="282" />
-    <span id="t_48" from="283" to="288" />
-    <span id="t_49" from="289" to="294" />
-    <span id="t_50" from="295" to="301" />
-    <span id="t_51" from="301" to="302" />
-    <span id="t_52" from="303" to="306" />
-    <span id="t_53" from="307" to="313" />
-    <span id="t_54" from="314" to="318" />
-    <span id="t_55" from="319" to="329" />
-    <span id="t_56" from="329" to="330" />
-    <span id="t_57" from="331" to="333" />
-    <span id="t_58" from="334" to="339" />
-    <span id="t_59" from="340" to="346" />
-    <span id="t_60" from="347" to="349" />
-    <span id="t_61" from="350" to="356" />
-    <span id="t_62" from="357" to="366" />
-    <span id="t_63" from="367" to="375" />
-    <span id="t_64" from="376" to="379" />
-    <span id="t_65" from="379" to="380" />
-    <span id="t_66" from="381" to="385" />
-    <span id="t_67" from="386" to="390" />
-    <span id="t_68" from="391" to="397" />
-    <span id="t_69" from="398" to="401" />
-    <span id="t_70" from="402" to="405" />
-    <span id="t_71" from="406" to="411" />
-    <span id="t_72" from="412" to="415" />
-    <span id="t_73" from="416" to="425" />
-    <span id="t_74" from="426" to="431" />
-    <span id="t_75" from="432" to="438" />
-    <span id="t_76" from="439" to="446" />
-    <span id="t_77" from="447" to="458" />
-    <span id="t_78" from="459" to="464" />
-    <span id="t_79" from="464" to="465" />
-    <span id="t_80" from="466" to="470" />
-    <span id="t_81" from="471" to="474" />
-    <span id="t_82" from="475" to="478" />
-    <span id="t_83" from="479" to="481" />
-    <span id="t_84" from="482" to="485" />
-    <span id="t_85" from="486" to="489" />
-    <span id="t_86" from="490" to="492" />
-    <span id="t_87" from="493" to="498" />
-    <span id="t_88" from="499" to="508" />
-    <span id="t_89" from="509" to="515" />
-    <span id="t_90" from="515" to="516" />
-    <span id="t_91" from="517" to="524" />
-    <span id="t_92" from="525" to="528" />
-    <span id="t_93" from="529" to="541" />
-    <span id="t_94" from="542" to="548" />
-    <span id="t_95" from="548" to="549" />
-    <span id="t_96" from="550" to="554" />
-    <span id="t_97" from="555" to="559" />
-    <span id="t_98" from="560" to="565" />
-    <span id="t_99" from="566" to="569" />
-    <span id="t_100" from="570" to="575" />
-    <span id="t_101" from="576" to="580" />
-    <span id="t_102" from="581" to="586" />
-    <span id="t_103" from="586" to="587" />
-    <span id="t_104" from="588" to="591" />
-    <span id="t_105" from="592" to="595" />
-    <span id="t_106" from="595" to="602" />
-    <span id="t_107" from="603" to="609" />
-    <span id="t_108" from="610" to="614" />
-    <span id="t_109" from="615" to="618" />
-    <span id="t_110" from="619" to="622" />
-    <span id="t_111" from="622" to="623" />
-    <span id="t_112" from="624" to="627" />
-    <span id="t_113" from="628" to="634" />
-    <span id="t_114" from="635" to="640" />
-    <span id="t_115" from="641" to="647" />
-    <span id="t_116" from="648" to="651" />
-    <span id="t_117" from="652" to="656" />
-    <span id="t_118" from="657" to="659" />
-    <span id="t_119" from="660" to="670" />
-    <span id="t_120" from="673" to="676" />
-    <span id="t_121" from="677" to="683" />
-    <span id="t_122" from="684" to="691" />
-    <span id="t_123" from="692" to="698" />
-    <span id="t_124" from="699" to="702" />
-    <span id="t_125" from="703" to="706" />
-    <span id="t_126" from="707" to="716" />
-    <span id="t_127" from="717" to="725" />
-    <span id="t_128" from="725" to="726" />
-    <span id="t_129" from="727" to="731" />
-    <span id="t_130" from="732" to="735" />
-    <span id="t_131" from="736" to="745" />
-    <span id="t_132" from="746" to="754" />
-    <span id="t_133" from="755" to="757" />
-    <span id="t_134" from="758" to="763" />
-    <span id="t_135" from="764" to="770" />
-    <span id="t_136" from="771" to="776" />
-    <span id="t_137" from="777" to="778" />
-    <span id="t_138" from="778" to="779" />
-    <span id="t_139" from="780" to="791" />
-    <span id="t_140" from="792" to="802" />
-    <span id="t_141" from="803" to="817" />
-    <span id="t_142" from="817" to="818" />
-    <span id="t_143" from="819" to="822" />
-    <span id="t_144" from="823" to="827" />
-    <span id="t_145" from="828" to="831" />
-    <span id="t_146" from="832" to="835" />
-    <span id="t_147" from="836" to="841" />
-    <span id="t_148" from="842" to="846" />
-    <span id="t_149" from="846" to="847" />
-    <span id="t_150" from="848" to="853" />
-    <span id="t_151" from="854" to="857" />
-    <span id="t_152" from="858" to="861" />
-    <span id="t_153" from="862" to="868" />
-    <span id="t_154" from="869" to="875" />
-    <span id="t_155" from="875" to="876" />
-    <span id="t_156" from="877" to="881" />
-    <span id="t_157" from="882" to="887" />
-    <span id="t_158" from="888" to="891" />
-    <span id="t_159" from="891" to="892" />
-    <span id="t_160" from="893" to="898" />
-    <span id="t_161" from="899" to="902" />
-    <span id="t_162" from="903" to="905" />
-    <span id="t_163" from="906" to="912" />
-    <span id="t_164" from="913" to="920" />
-    <span id="t_165" from="920" to="921" />
-    <span id="t_166" from="922" to="926" />
-    <span id="t_167" from="927" to="931" />
-    <span id="t_168" from="932" to="941" />
-    <span id="t_169" from="942" to="945" />
-    <span id="t_170" from="945" to="946" />
-    <span id="t_171" from="947" to="950" />
-    <span id="t_172" from="951" to="954" />
-    <span id="t_173" from="955" to="960" />
-    <span id="t_174" from="961" to="967" />
-    <span id="t_175" from="968" to="971" />
-    <span id="t_176" from="972" to="985" />
-    <span id="t_177" from="986" to="993" />
-    <span id="t_178" from="994" to="998" />
-    <span id="t_179" from="998" to="999" />
-    <span id="t_180" from="1000" to="1003" />
-    <span id="t_181" from="1004" to="1014" />
-    <span id="t_182" from="1015" to="1019" />
-    <span id="t_183" from="1020" to="1028" />
-    <span id="t_184" from="1029" to="1036" />
-    <span id="t_185" from="1036" to="1037" />
-    <span id="t_186" from="1038" to="1041" />
-    <span id="t_187" from="1042" to="1045" />
-    <span id="t_188" from="1046" to="1051" />
-    <span id="t_189" from="1051" to="1052" />
-    <span id="t_190" from="1053" to="1058" />
-    <span id="t_191" from="1059" to="1065" />
-    <span id="t_192" from="1066" to="1070" />
-    <span id="t_193" from="1071" to="1075" />
-    <span id="t_194" from="1076" to="1082" />
-    <span id="t_195" from="1082" to="1083" />
-    <span id="t_196" from="1084" to="1089" />
-    <span id="t_197" from="1090" to="1094" />
-    <span id="t_198" from="1095" to="1098" />
-    <span id="t_199" from="1099" to="1106" />
-    <span id="t_200" from="1106" to="1107" />
-    <span id="t_201" from="1108" to="1110" />
-    <span id="t_202" from="1111" to="1118" />
-    <span id="t_203" from="1119" to="1127" />
-    <span id="t_204" from="1128" to="1132" />
-    <span id="t_205" from="1133" to="1136" />
-    <span id="t_206" from="1137" to="1141" />
-    <span id="t_207" from="1141" to="1142" />
-    <span id="t_208" from="1143" to="1146" />
-    <span id="t_209" from="1147" to="1155" />
-    <span id="t_210" from="1156" to="1159" />
-    <span id="t_211" from="1160" to="1170" />
-    <span id="t_212" from="1171" to="1175" />
-    <span id="t_213" from="1176" to="1178" />
-    <span id="t_214" from="1179" to="1185" />
-    <span id="t_215" from="1185" to="1186" />
-    <span id="t_216" from="1187" to="1191" />
-    <span id="t_217" from="1192" to="1195" />
-    <span id="t_218" from="1196" to="1202" />
-    <span id="t_219" from="1203" to="1204" />
-    <span id="t_220" from="1204" to="1205" />
-    <span id="t_221" from="1206" to="1209" />
-    <span id="t_222" from="1210" to="1216" />
-    <span id="t_223" from="1217" to="1221" />
-    <span id="t_224" from="1222" to="1230" />
-    <span id="t_225" from="1230" to="1231" />
-    <span id="t_226" from="1232" to="1236" />
-    <span id="t_227" from="1237" to="1245" />
-    <span id="t_228" from="1246" to="1250" />
-    <span id="t_229" from="1251" to="1260" />
-    <span id="t_230" from="1261" to="1269" />
-    <span id="t_231" from="1270" to="1273" />
-    <span id="t_232" from="1274" to="1279" />
-    <span id="t_233" from="1280" to="1293" />
-    <span id="t_234" from="1294" to="1311" />
-    <span id="t_235" from="1311" to="1312" />
-    <span id="t_236" from="1313" to="1316" />
-    <span id="t_237" from="1317" to="1320" />
-    <span id="t_238" from="1321" to="1329" />
-    <span id="t_239" from="1329" to="1330" />
-    <span id="t_240" from="1331" to="1341" />
-    <span id="t_241" from="1342" to="1345" />
-    <span id="t_242" from="1346" to="1348" />
-    <span id="t_243" from="1348" to="1349" />
-    <span id="t_244" from="1350" to="1358" />
-    <span id="t_245" from="1359" to="1362" />
-    <span id="t_246" from="1363" to="1376" />
-    <span id="t_247" from="1377" to="1387" />
-    <span id="t_248" from="1388" to="1393" />
-    <span id="t_249" from="1394" to="1397" />
-    <span id="t_250" from="1398" to="1408" />
-    <span id="t_251" from="1409" to="1414" />
-    <span id="t_252" from="1415" to="1419" />
-    <span id="t_253" from="1420" to="1425" />
-    <span id="t_254" from="1426" to="1431" />
-    <span id="t_255" from="1432" to="1446" />
-    <span id="t_256" from="1447" to="1458" />
-    <span id="t_257" from="1461" to="1465" />
-    <span id="t_258" from="1466" to="1480" />
-    <span id="t_259" from="1480" to="1481" />
-    <span id="t_260" from="1482" to="1484" />
-    <span id="t_261" from="1485" to="1488" />
-    <span id="t_262" from="1489" to="1499" />
-    <span id="t_263" from="1500" to="1519" />
-    <span id="t_264" from="1520" to="1523" />
-    <span id="t_265" from="1524" to="1527" />
-    <span id="t_266" from="1528" to="1543" />
-    <span id="t_267" from="1544" to="1552" />
-    <span id="t_268" from="1553" to="1555" />
-    <span id="t_269" from="1556" to="1562" />
-    <span id="t_270" from="1562" to="1563" />
-    <span id="t_271" from="1564" to="1566" />
-    <span id="t_272" from="1567" to="1576" />
-    <span id="t_273" from="1577" to="1579" />
-    <span id="t_274" from="1580" to="1586" />
-    <span id="t_275" from="1586" to="1587" />
-    <span id="t_276" from="1588" to="1589" />
-    <span id="t_277" from="1589" to="1594" />
-    <span id="t_278" from="1595" to="1605" />
-    <span id="t_279" from="1606" to="1614" />
-    <span id="t_280" from="1615" to="1627" />
-    <span id="t_281" from="1628" to="1640" />
-    <span id="t_282" from="1641" to="1644" />
-    <span id="t_283" from="1645" to="1652" />
-    <span id="t_284" from="1652" to="1653" />
-    <span id="t_285" from="1653" to="1654" />
-    <span id="t_286" from="1655" to="1662" />
-    <span id="t_287" from="1663" to="1666" />
-    <span id="t_288" from="1666" to="1667" />
-    <span id="t_289" from="1668" to="1669" />
-    <span id="t_290" from="1669" to="1674" />
-    <span id="t_291" from="1675" to="1687" />
-    <span id="t_292" from="1688" to="1693" />
-    <span id="t_293" from="1694" to="1697" />
-    <span id="t_294" from="1698" to="1705" />
-    <span id="t_295" from="1705" to="1706" />
-    <span id="t_296" from="1707" to="1716" />
-    <span id="t_297" from="1717" to="1720" />
-    <span id="t_298" from="1721" to="1727" />
-    <span id="t_299" from="1728" to="1734" />
-    <span id="t_300" from="1735" to="1740" />
-    <span id="t_301" from="1741" to="1753" />
-    <span id="t_302" from="1754" to="1757" />
-    <span id="t_303" from="1758" to="1765" />
-    <span id="t_304" from="1766" to="1770" />
-    <span id="t_305" from="1771" to="1781" />
-    <span id="t_306" from="1782" to="1791" />
-    <span id="t_307" from="1792" to="1798" />
-    <span id="t_308" from="1801" to="1804" />
-    <span id="t_309" from="1805" to="1809" />
-    <span id="t_310" from="1810" to="1814" />
-    <span id="t_311" from="1815" to="1817" />
-    <span id="t_312" from="1818" to="1829" />
-    <span id="t_313" from="1829" to="1830" />
-    <span id="t_314" from="1831" to="1835" />
-    <span id="t_315" from="1836" to="1839" />
-    <span id="t_316" from="1840" to="1843" />
-    <span id="t_317" from="1844" to="1847" />
-    <span id="t_318" from="1848" to="1852" />
-    <span id="t_319" from="1853" to="1858" />
-    <span id="t_320" from="1859" to="1862" />
-    <span id="t_321" from="1863" to="1868" />
-    <span id="t_322" from="1869" to="1878" />
-    <span id="t_323" from="1879" to="1883" />
-    <span id="t_324" from="1883" to="1884" />
-    <span id="t_325" from="1885" to="1888" />
-    <span id="t_326" from="1889" to="1893" />
-    <span id="t_327" from="1894" to="1897" />
-    <span id="t_328" from="1898" to="1904" />
-    <span id="t_329" from="1904" to="1905" />
-    <span id="t_330" from="1906" to="1910" />
-    <span id="t_331" from="1911" to="1916" />
-    <span id="t_332" from="1917" to="1922" />
-    <span id="t_333" from="1923" to="1932" />
-    <span id="t_334" from="1933" to="1935" />
-    <span id="t_335" from="1936" to="1942" />
-    <span id="t_336" from="1942" to="1943" />
-    <span id="t_337" from="1944" to="1953" />
-    <span id="t_338" from="1954" to="1961" />
-    <span id="t_339" from="1962" to="1965" />
-    <span id="t_340" from="1966" to="1969" />
-    <span id="t_341" from="1970" to="1980" />
-    <span id="t_342" from="1980" to="1981" />
-    <span id="t_343" from="1982" to="1986" />
-    <span id="t_344" from="1987" to="1989" />
-    <span id="t_345" from="1990" to="1993" />
-    <span id="t_346" from="1994" to="2005" />
-    <span id="t_347" from="2006" to="2017" />
-    <span id="t_348" from="2017" to="2018" />
-    <span id="t_349" from="2019" to="2022" />
-    <span id="t_350" from="2023" to="2030" />
-    <span id="t_351" from="2031" to="2034" />
-    <span id="t_352" from="2035" to="2040" />
-    <span id="t_353" from="2041" to="2048" />
-    <span id="t_354" from="2048" to="2049" />
-    <span id="t_355" from="2050" to="2052" />
-    <span id="t_356" from="2053" to="2057" />
-    <span id="t_357" from="2058" to="2067" />
-    <span id="t_358" from="2068" to="2070" />
-    <span id="t_359" from="2071" to="2084" />
-    <span id="t_360" from="2085" to="2088" />
-    <span id="t_361" from="2089" to="2094" />
-    <span id="t_362" from="2095" to="2103" />
-    <span id="t_363" from="2104" to="2107" />
-    <span id="t_364" from="2108" to="2118" />
-    <span id="t_365" from="2119" to="2131" />
-    <span id="t_366" from="2131" to="2132" />
-    <span id="t_367" from="2132" to="2133" />
-    <span id="t_368" from="2134" to="2139" />
-    <span id="t_369" from="2140" to="2149" />
-    <span id="t_370" from="2150" to="2153" />
-    <span id="t_371" from="2154" to="2162" />
-    <span id="t_372" from="2163" to="2168" />
-    <span id="t_373" from="2169" to="2174" />
-    <span id="t_374" from="2175" to="2179" />
-    <span id="t_375" from="2180" to="2185" />
-    <span id="t_376" from="2186" to="2195" />
-    <span id="t_377" from="2196" to="2204" />
-    <span id="t_378" from="2205" to="2213" />
-    <span id="t_379" from="2214" to="2223" />
-    <span id="t_380" from="2223" to="2224" />
-    <span id="t_381" from="2225" to="2228" />
-    <span id="t_382" from="2229" to="2233" />
-    <span id="t_383" from="2234" to="2240" />
-    <span id="t_384" from="2241" to="2244" />
-    <span id="t_385" from="2245" to="2252" />
-    <span id="t_386" from="2253" to="2258" />
-    <span id="t_387" from="2258" to="2259" />
-    <span id="t_388" from="2260" to="2263" />
-    <span id="t_389" from="2264" to="2269" />
-    <span id="t_390" from="2270" to="2273" />
-    <span id="t_391" from="2274" to="2286" />
-    <span id="t_392" from="2287" to="2299" />
-    <span id="t_393" from="2299" to="2300" />
-    <span id="t_394" from="2301" to="2303" />
-    <span id="t_395" from="2304" to="2306" />
-    <span id="t_396" from="2307" to="2312" />
-    <span id="t_397" from="2313" to="2326" />
-    <span id="t_398" from="2327" to="2334" />
-    <span id="t_399" from="2335" to="2339" />
-    <span id="t_400" from="2340" to="2344" />
-    <span id="t_401" from="2345" to="2347" />
-    <span id="t_402" from="2348" to="2353" />
-    <span id="t_403" from="2354" to="2361" />
-    <span id="t_404" from="2362" to="2370" />
-    <span id="t_405" from="2370" to="2371" />
-    <span id="t_406" from="2372" to="2375" />
-    <span id="t_407" from="2376" to="2379" />
-    <span id="t_408" from="2380" to="2383" />
-    <span id="t_409" from="2384" to="2392" />
-    <span id="t_410" from="2393" to="2403" />
-    <span id="t_411" from="2403" to="2404" />
-    <span id="t_412" from="2405" to="2415" />
-    <span id="t_413" from="2416" to="2419" />
-    <span id="t_414" from="2420" to="2424" />
-    <span id="t_415" from="2425" to="2432" />
-    <span id="t_416" from="2433" to="2441" />
-    <span id="t_417" from="2441" to="2442" />
-    <span id="t_418" from="2443" to="2452" />
-    <span id="t_419" from="2453" to="2456" />
-    <span id="t_420" from="2457" to="2460" />
-    <span id="t_421" from="2461" to="2466" />
-    <span id="t_422" from="2466" to="2467" />
-    <span id="t_423" from="2468" to="2473" />
-    <span id="t_424" from="2476" to="2480" />
-    <span id="t_425" from="2481" to="2485" />
-    <span id="t_426" from="2486" to="2488" />
-    <span id="t_427" from="2489" to="2492" />
-    <span id="t_428" from="2493" to="2498" />
-    <span id="t_429" from="2499" to="2509" />
-    <span id="t_430" from="2509" to="2510" />
-    <span id="t_431" from="2511" to="2513" />
-    <span id="t_432" from="2514" to="2523" />
-    <span id="t_433" from="2524" to="2527" />
-    <span id="t_434" from="2528" to="2532" />
-    <span id="t_435" from="2533" to="2543" />
-    <span id="t_436" from="2543" to="2544" />
-    <span id="t_437" from="2545" to="2551" />
-    <span id="t_438" from="2552" to="2557" />
-    <span id="t_439" from="2558" to="2562" />
-    <span id="t_440" from="2563" to="2566" />
-    <span id="t_441" from="2567" to="2573" />
-    <span id="t_442" from="2574" to="2579" />
-    <span id="t_443" from="2580" to="2587" />
-    <span id="t_444" from="2588" to="2593" />
-    <span id="t_445" from="2594" to="2597" />
-    <span id="t_446" from="2598" to="2610" />
-    <span id="t_447" from="2611" to="2616" />
-    <span id="t_448" from="2617" to="2621" />
-    <span id="t_449" from="2622" to="2630" />
-    <span id="t_450" from="2630" to="2631" />
-    <span id="t_451" from="2632" to="2635" />
-    <span id="t_452" from="2636" to="2639" />
-    <span id="t_453" from="2640" to="2650" />
-    <span id="t_454" from="2651" to="2661" />
-    <span id="t_455" from="2662" to="2665" />
-    <span id="t_456" from="2665" to="2666" />
-    <span id="t_457" from="2667" to="2670" />
-    <span id="t_458" from="2671" to="2677" />
-    <span id="t_459" from="2678" to="2683" />
-    <span id="t_460" from="2684" to="2689" />
-    <span id="t_461" from="2690" to="2698" />
-    <span id="t_462" from="2698" to="2699" />
-    <span id="t_463" from="2700" to="2704" />
-    <span id="t_464" from="2705" to="2708" />
-    <span id="t_465" from="2709" to="2712" />
-    <span id="t_466" from="2713" to="2726" />
-    <span id="t_467" from="2727" to="2732" />
-    <span id="t_468" from="2733" to="2737" />
-    <span id="t_469" from="2738" to="2747" />
-    <span id="t_470" from="2748" to="2751" />
-    <span id="t_471" from="2751" to="2752" />
-    <span id="t_472" from="2753" to="2756" />
-    <span id="t_473" from="2757" to="2762" />
-    <span id="t_474" from="2763" to="2778" />
-    <span id="t_475" from="2778" to="2779" />
-    <span id="t_476" from="2780" to="2783" />
-    <span id="t_477" from="2784" to="2787" />
-    <span id="t_478" from="2788" to="2796" />
-    <span id="t_479" from="2796" to="2797" />
-    <span id="t_480" from="2798" to="2808" />
-    <span id="t_481" from="2809" to="2813" />
-    <span id="t_482" from="2814" to="2817" />
-    <span id="t_483" from="2818" to="2821" />
-    <span id="t_484" from="2822" to="2827" />
-    <span id="t_485" from="2828" to="2852" />
-    <span id="t_486" from="2853" to="2856" />
-    <span id="t_487" from="2857" to="2861" />
-    <span id="t_488" from="2862" to="2867" />
-    <span id="t_489" from="2868" to="2871" />
-    <span id="t_490" from="2872" to="2879" />
-    <span id="t_491" from="2880" to="2887" />
-    <span id="t_492" from="2888" to="2893" />
-    <span id="t_493" from="2894" to="2896" />
-    <span id="t_494" from="2897" to="2902" />
-    <span id="t_495" from="2903" to="2918" />
-    <span id="t_496" from="2918" to="2919" />
-    <span id="t_497" from="2920" to="2924" />
-    <span id="t_498" from="2925" to="2929" />
-    <span id="t_499" from="2930" to="2932" />
-    <span id="t_500" from="2933" to="2939" />
-    <span id="t_501" from="2940" to="2943" />
-    <span id="t_502" from="2944" to="2953" />
-    <span id="t_503" from="2954" to="2962" />
-    <span id="t_504" from="2963" to="2966" />
-    <span id="t_505" from="2967" to="2970" />
-    <span id="t_506" from="2971" to="2986" />
-    <span id="t_507" from="2987" to="2990" />
-    <span id="t_508" from="2991" to="3004" />
-    <span id="t_509" from="3005" to="3016" />
-    <span id="t_510" from="3017" to="3020" />
-    <span id="t_511" from="3021" to="3027" />
-    <span id="t_512" from="3028" to="3030" />
-    <span id="t_513" from="3031" to="3041" />
-    <span id="t_514" from="3041" to="3042" />
-    <span id="t_515" from="3043" to="3046" />
-    <span id="t_516" from="3047" to="3054" />
-    <span id="t_517" from="3055" to="3058" />
-    <span id="t_518" from="3059" to="3064" />
-    <span id="t_519" from="3065" to="3081" />
-    <span id="t_520" from="3084" to="3087" />
-    <span id="t_521" from="3088" to="3090" />
-    <span id="t_522" from="3091" to="3096" />
-    <span id="t_523" from="3097" to="3103" />
-    <span id="t_524" from="3104" to="3112" />
-    <span id="t_525" from="3113" to="3116" />
-    <span id="t_526" from="3117" to="3123" />
-    <span id="t_527" from="3124" to="3128" />
-    <span id="t_528" from="3129" to="3138" />
-    <span id="t_529" from="3139" to="3142" />
-    <span id="t_530" from="3142" to="3143" />
-    <span id="t_531" from="3144" to="3147" />
-    <span id="t_532" from="3148" to="3151" />
-    <span id="t_533" from="3152" to="3157" />
-    <span id="t_534" from="3158" to="3167" />
-    <span id="t_535" from="3168" to="3179" />
-    <span id="t_536" from="3180" to="3185" />
-    <span id="t_537" from="3185" to="3186" />
-    <span id="t_538" from="3187" to="3194" />
-    <span id="t_539" from="3195" to="3198" />
-    <span id="t_540" from="3199" to="3206" />
-    <span id="t_541" from="3207" to="3214" />
-    <span id="t_542" from="3214" to="3215" />
-    <span id="t_543" from="3216" to="3220" />
-    <span id="t_544" from="3221" to="3224" />
-    <span id="t_545" from="3224" to="3225" />
-    <span id="t_546" from="3226" to="3231" />
-    <span id="t_547" from="3232" to="3238" />
-    <span id="t_548" from="3239" to="3242" />
-    <span id="t_549" from="3243" to="3246" />
-    <span id="t_550" from="3247" to="3253" />
-    <span id="t_551" from="3254" to="3265" />
-    <span id="t_552" from="3265" to="3266" />
-    <span id="t_553" from="3267" to="3270" />
-    <span id="t_554" from="3271" to="3281" />
-    <span id="t_555" from="3282" to="3288" />
-    <span id="t_556" from="3289" to="3292" />
-    <span id="t_557" from="3293" to="3296" />
-    <span id="t_558" from="3297" to="3304" />
-    <span id="t_559" from="3304" to="3305" />
-    <span id="t_560" from="3306" to="3313" />
-    <span id="t_561" from="3314" to="3318" />
-    <span id="t_562" from="3319" to="3324" />
-    <span id="t_563" from="3325" to="3333" />
-    <span id="t_564" from="3334" to="3337" />
-    <span id="t_565" from="3338" to="3340" />
-    <span id="t_566" from="3341" to="3344" />
-    <span id="t_567" from="3345" to="3350" />
-    <span id="t_568" from="3351" to="3355" />
-    <span id="t_569" from="3355" to="3356" />
-    <span id="t_570" from="3357" to="3358" />
-    <span id="t_571" from="3358" to="3361" />
-    <span id="t_572" from="3362" to="3366" />
-    <span id="t_573" from="3367" to="3374" />
-    <span id="t_574" from="3375" to="3378" />
-    <span id="t_575" from="3379" to="3385" />
-    <span id="t_576" from="3385" to="3386" />
-    <span id="t_577" from="3387" to="3391" />
-    <span id="t_578" from="3392" to="3396" />
-    <span id="t_579" from="3397" to="3406" />
-    <span id="t_580" from="3407" to="3413" />
-    <span id="t_581" from="3414" to="3417" />
-    <span id="t_582" from="3417" to="3418" />
-    <span id="t_583" from="3419" to="3423" />
-    <span id="t_584" from="3424" to="3426" />
-    <span id="t_585" from="3427" to="3433" />
-    <span id="t_586" from="3434" to="3447" />
-    <span id="t_587" from="3448" to="3452" />
-    <span id="t_588" from="3452" to="3453" />
-    <span id="t_589" from="3454" to="3458" />
-    <span id="t_590" from="3459" to="3462" />
-    <span id="t_591" from="3463" to="3468" />
-    <span id="t_592" from="3469" to="3473" />
-    <span id="t_593" from="3474" to="3480" />
-    <span id="t_594" from="3481" to="3492" />
-    <span id="t_595" from="3492" to="3493" />
-    <span id="t_596" from="3494" to="3501" />
-    <span id="t_597" from="3502" to="3505" />
-    <span id="t_598" from="3506" to="3508" />
-    <span id="t_599" from="3509" to="3517" />
-    <span id="t_600" from="3518" to="3521" />
-    <span id="t_601" from="3522" to="3527" />
-    <span id="t_602" from="3527" to="3528" />
-    <span id="t_603" from="3529" to="3538" />
-    <span id="t_604" from="3539" to="3550" />
-    <span id="t_605" from="3550" to="3551" />
-    <span id="t_606" from="3552" to="3555" />
-    <span id="t_607" from="3556" to="3564" />
-    <span id="t_608" from="3564" to="3565" />
-    <span id="t_609" from="3566" to="3569" />
-    <span id="t_610" from="3570" to="3580" />
-    <span id="t_611" from="3581" to="3587" />
-    <span id="t_612" from="3588" to="3590" />
-    <span id="t_613" from="3591" to="3596" />
-    <span id="t_614" from="3596" to="3597" />
-    <span id="t_615" from="3598" to="3604" />
-    <span id="t_616" from="3605" to="3611" />
-    <span id="t_617" from="3612" to="3615" />
-    <span id="t_618" from="3616" to="3620" />
-    <span id="t_619" from="3621" to="3627" />
-    <span id="t_620" from="3627" to="3628" />
-    <span id="t_621" from="3629" to="3633" />
-    <span id="t_622" from="3634" to="3637" />
-    <span id="t_623" from="3638" to="3642" />
-    <span id="t_624" from="3643" to="3646" />
-    <span id="t_625" from="3647" to="3650" />
-    <span id="t_626" from="3651" to="3663" />
-    <span id="t_627" from="3663" to="3664" />
-    <span id="t_628" from="3665" to="3676" />
-    <span id="t_629" from="3677" to="3681" />
-    <span id="t_630" from="3682" to="3685" />
-    <span id="t_631" from="3685" to="3686" />
-    <span id="t_632" from="3687" to="3690" />
-    <span id="t_633" from="3691" to="3703" />
-    <span id="t_634" from="3704" to="3707" />
-    <span id="t_635" from="3710" to="3713" />
-    <span id="t_636" from="3714" to="3716" />
-    <span id="t_637" from="3717" to="3721" />
-    <span id="t_638" from="3722" to="3729" />
-    <span id="t_639" from="3729" to="3730" />
-    <span id="t_640" from="3731" to="3738" />
-    <span id="t_641" from="3739" to="3742" />
-    <span id="t_642" from="3743" to="3747" />
-    <span id="t_643" from="3748" to="3753" />
-    <span id="t_644" from="3754" to="3761" />
-    <span id="t_645" from="3762" to="3764" />
-    <span id="t_646" from="3765" to="3770" />
-    <span id="t_647" from="3770" to="3771" />
-    <span id="t_648" from="3772" to="3775" />
-    <span id="t_649" from="3776" to="3779" />
-    <span id="t_650" from="3780" to="3784" />
-    <span id="t_651" from="3785" to="3787" />
-    <span id="t_652" from="3788" to="3791" />
-    <span id="t_653" from="3792" to="3796" />
-    <span id="t_654" from="3796" to="3797" />
-    <span id="t_655" from="3798" to="3805" />
-    <span id="t_656" from="3806" to="3816" />
-    <span id="t_657" from="3816" to="3817" />
-    <span id="t_658" from="3818" to="3824" />
-    <span id="t_659" from="3825" to="3827" />
-    <span id="t_660" from="3828" to="3834" />
-    <span id="t_661" from="3834" to="3835" />
-    <span id="t_662" from="3836" to="3843" />
-    <span id="t_663" from="3844" to="3847" />
-    <span id="t_664" from="3848" to="3851" />
-    <span id="t_665" from="3852" to="3858" />
-    <span id="t_666" from="3859" to="3865" />
-    <span id="t_667" from="3865" to="3866" />
-    <span id="t_668" from="3866" to="3867" />
-    <span id="t_669" from="3868" to="3872" />
-    <span id="t_670" from="3873" to="3878" />
-    <span id="t_671" from="3879" to="3882" />
-    <span id="t_672" from="3883" to="3888" />
-    <span id="t_673" from="3889" to="3892" />
-    <span id="t_674" from="3893" to="3897" />
-    <span id="t_675" from="3898" to="3903" />
-    <span id="t_676" from="3904" to="3910" />
-    <span id="t_677" from="3911" to="3919" />
-    <span id="t_678" from="3919" to="3920" />
-    <span id="t_679" from="3921" to="3924" />
-    <span id="t_680" from="3925" to="3932" />
-    <span id="t_681" from="3933" to="3938" />
-    <span id="t_682" from="3938" to="3939" />
-    <span id="t_683" from="3940" to="3946" />
-    <span id="t_684" from="3947" to="3951" />
-    <span id="t_685" from="3952" to="3957" />
-    <span id="t_686" from="3958" to="3966" />
-    <span id="t_687" from="3966" to="3967" />
-    <span id="t_688" from="3968" to="3972" />
-    <span id="t_689" from="3973" to="3981" />
-    <span id="t_690" from="3982" to="3985" />
-    <span id="t_691" from="3986" to="3989" />
-    <span id="t_692" from="3990" to="3993" />
-    <span id="t_693" from="3994" to="4000" />
-    <span id="t_694" from="4000" to="4001" />
-    <span id="t_695" from="4002" to="4005" />
-    <span id="t_696" from="4006" to="4011" />
-    <span id="t_697" from="4012" to="4016" />
-    <span id="t_698" from="4017" to="4024" />
-    <span id="t_699" from="4025" to="4027" />
-    <span id="t_700" from="4028" to="4034" />
-    <span id="t_701" from="4034" to="4035" />
-    <span id="t_702" from="4036" to="4038" />
-    <span id="t_703" from="4039" to="4043" />
-    <span id="t_704" from="4044" to="4050" />
-    <span id="t_705" from="4051" to="4058" />
-    <span id="t_706" from="4059" to="4061" />
-    <span id="t_707" from="4062" to="4068" />
-    <span id="t_708" from="4068" to="4069" />
-    <span id="t_709" from="4070" to="4071" />
-    <span id="t_710" from="4071" to="4076" />
-    <span id="t_711" from="4077" to="4083" />
-    <span id="t_712" from="4084" to="4089" />
-    <span id="t_713" from="4090" to="4093" />
-    <span id="t_714" from="4094" to="4099" />
-    <span id="t_715" from="4100" to="4106" />
-    <span id="t_716" from="4106" to="4107" />
-    <span id="t_717" from="4108" to="4112" />
-    <span id="t_718" from="4113" to="4116" />
-    <span id="t_719" from="4117" to="4121" />
-    <span id="t_720" from="4121" to="4122" />
-    <span id="t_721" from="4123" to="4126" />
-    <span id="t_722" from="4127" to="4133" />
-    <span id="t_723" from="4134" to="4138" />
-    <span id="t_724" from="4139" to="4142" />
-    <span id="t_725" from="4142" to="4143" />
-    <span id="t_726" from="4144" to="4154" />
-    <span id="t_727" from="4155" to="4161" />
-    <span id="t_728" from="4162" to="4173" />
-    <span id="t_729" from="4174" to="4181" />
-    <span id="t_730" from="4181" to="4182" />
-    <span id="t_731" from="4183" to="4185" />
-    <span id="t_732" from="4186" to="4189" />
-    <span id="t_733" from="4190" to="4194" />
-    <span id="t_734" from="4195" to="4198" />
-    <span id="t_735" from="4199" to="4204" />
-    <span id="t_736" from="4205" to="4208" />
-    <span id="t_737" from="4209" to="4218" />
-    <span id="t_738" from="4218" to="4219" />
-    <span id="t_739" from="4219" to="4220" />
-    <span id="t_740" from="4221" to="4225" />
-    <span id="t_741" from="4226" to="4229" />
-    <span id="t_742" from="4229" to="4230" />
-    <span id="t_743" from="4231" to="4232" />
-    <span id="t_744" from="4232" to="4236" />
-    <span id="t_745" from="4237" to="4247" />
-    <span id="t_746" from="4248" to="4252" />
-    <span id="t_747" from="4253" to="4255" />
-    <span id="t_748" from="4256" to="4259" />
-    <span id="t_749" from="4260" to="4271" />
-    <span id="t_750" from="4272" to="4278" />
-    <span id="t_751" from="4278" to="4279" />
-    <span id="t_752" from="4280" to="4286" />
-    <span id="t_753" from="4287" to="4293" />
-    <span id="t_754" from="4294" to="4297" />
-    <span id="t_755" from="4297" to="4298" />
-    <span id="t_756" from="4299" to="4305" />
-    <span id="t_757" from="4306" to="4311" />
-    <span id="t_758" from="4312" to="4315" />
-    <span id="t_759" from="4315" to="4316" />
-    <span id="t_760" from="4317" to="4320" />
-    <span id="t_761" from="4321" to="4324" />
-    <span id="t_762" from="4325" to="4331" />
-    <span id="t_763" from="4332" to="4336" />
-    <span id="t_764" from="4336" to="4337" />
-    <span id="t_765" from="4337" to="4338" />
-    <span id="t_766" from="4339" to="4344" />
-    <span id="t_767" from="4345" to="4363" />
-    <span id="t_768" from="4364" to="4367" />
-    <span id="t_769" from="4368" to="4375" />
-    <span id="t_770" from="4376" to="4382" />
-    <span id="t_771" from="4383" to="4386" />
-    <span id="t_772" from="4387" to="4390" />
-    <span id="t_773" from="4391" to="4399" />
-    <span id="t_774" from="4399" to="4400" />
-    <span id="t_775" from="4401" to="4412" />
-    <span id="t_776" from="4413" to="4426" />
-    <span id="t_777" from="4427" to="4431" />
-    <span id="t_778" from="4432" to="4435" />
-    <span id="t_779" from="4436" to="4461" />
-    <span id="t_780" from="4462" to="4464" />
-    <span id="t_781" from="4465" to="4473" />
-    <span id="t_782" from="4473" to="4474" />
-    <span id="t_783" from="4475" to="4481" />
-    <span id="t_784" from="4482" to="4488" />
-    <span id="t_785" from="4489" to="4494" />
-    <span id="t_786" from="4495" to="4519" />
-    <span id="t_787" from="4520" to="4523" />
-    <span id="t_788" from="4524" to="4529" />
-    <span id="t_789" from="4530" to="4533" />
-    <span id="t_790" from="4534" to="4545" />
-    <span id="t_791" from="4546" to="4549" />
-    <span id="t_792" from="4549" to="4550" />
-    <span id="t_793" from="4551" to="4554" />
-    <span id="t_794" from="4555" to="4570" />
-    <span id="t_795" from="4571" to="4578" />
-    <span id="t_796" from="4579" to="4587" />
-    <span id="t_797" from="4588" to="4593" />
-    <span id="t_798" from="4593" to="4594" />
-    <span id="t_799" from="4595" to="4596" />
-    <span id="t_800" from="4596" to="4599" />
-    <span id="t_801" from="4600" to="4616" />
-    <span id="t_802" from="4617" to="4620" />
-    <span id="t_803" from="4621" to="4629" />
-    <span id="t_804" from="4630" to="4634" />
-    <span id="t_805" from="4635" to="4640" />
-    <span id="t_806" from="4641" to="4649" />
-    <span id="t_807" from="4649" to="4650" />
-    <span id="t_808" from="4650" to="4651" />
-    <span id="t_809" from="4652" to="4659" />
-    <span id="t_810" from="4660" to="4663" />
-    <span id="t_811" from="4663" to="4664" />
-    <span id="t_812" from="4665" to="4676" />
-    <span id="t_813" from="4677" to="4680" />
-    <span id="t_814" from="4681" to="4685" />
-    <span id="t_815" from="4686" to="4695" />
-    <span id="t_816" from="4696" to="4702" />
-    <span id="t_817" from="4702" to="4703" />
-    <span id="t_818" from="4704" to="4708" />
-    <span id="t_819" from="4709" to="4713" />
-    <span id="t_820" from="4714" to="4730" />
-    <span id="t_821" from="4731" to="4749" />
-    <span id="t_822" from="4750" to="4753" />
-    <span id="t_823" from="4754" to="4767" />
-    <span id="t_824" from="4768" to="4772" />
-    <span id="t_825" from="4773" to="4778" />
-    <span id="t_826" from="4779" to="4782" />
-    <span id="t_827" from="4783" to="4794" />
-    <span id="t_828" from="4795" to="4799" />
-    <span id="t_829" from="4799" to="4800" />
-    <span id="t_830" from="4801" to="4805" />
-    <span id="t_831" from="4806" to="4808" />
-    <span id="t_832" from="4809" to="4812" />
-    <span id="t_833" from="4813" to="4818" />
-    <span id="t_834" from="4819" to="4822" />
-    <span id="t_835" from="4823" to="4836" />
-    <span id="t_836" from="4837" to="4840" />
-    <span id="t_837" from="4841" to="4849" />
-    <span id="t_838" from="4850" to="4854" />
-    <span id="t_839" from="4855" to="4864" />
-    <span id="t_840" from="4865" to="4869" />
-    <span id="t_841" from="4869" to="4870" />
-    <span id="t_842" from="4871" to="4876" />
-    <span id="t_843" from="4877" to="4880" />
-    <span id="t_844" from="4881" to="4886" />
-    <span id="t_845" from="4887" to="4891" />
-    <span id="t_846" from="4892" to="4909" />
-    <span id="t_847" from="4909" to="4910" />
-    <span id="t_848" from="4911" to="4916" />
-    <span id="t_849" from="4917" to="4922" />
-    <span id="t_850" from="4923" to="4927" />
-    <span id="t_851" from="4928" to="4939" />
-    <span id="t_852" from="4940" to="4953" />
-    <span id="t_853" from="4954" to="4960" />
-    <span id="t_854" from="4960" to="4961" />
-    <span id="t_855" from="4962" to="4964" />
-    <span id="t_856" from="4965" to="4978" />
-    <span id="t_857" from="4979" to="4981" />
-    <span id="t_858" from="4982" to="4990" />
-    <span id="t_859" from="4993" to="4998" />
-    <span id="t_860" from="4999" to="5002" />
-    <span id="t_861" from="5003" to="5006" />
-    <span id="t_862" from="5007" to="5016" />
-    <span id="t_863" from="5017" to="5021" />
-    <span id="t_864" from="5022" to="5027" />
-    <span id="t_865" from="5028" to="5034" />
-    <span id="t_866" from="5035" to="5040" />
-    <span id="t_867" from="5040" to="5041" />
-    <span id="t_868" from="5042" to="5043" />
-    <span id="t_869" from="5043" to="5048" />
-    <span id="t_870" from="5049" to="5052" />
-    <span id="t_871" from="5053" to="5063" />
-    <span id="t_872" from="5064" to="5068" />
-    <span id="t_873" from="5069" to="5073" />
-    <span id="t_874" from="5074" to="5087" />
-    <span id="t_875" from="5087" to="5088" />
-    <span id="t_876" from="5089" to="5094" />
-    <span id="t_877" from="5095" to="5098" />
-    <span id="t_878" from="5099" to="5103" />
-    <span id="t_879" from="5104" to="5130" />
-    <span id="t_880" from="5131" to="5142" />
-    <span id="t_881" from="5142" to="5143" />
-    <span id="t_882" from="5143" to="5144" />
-    <span id="t_883" from="5145" to="5149" />
-    <span id="t_884" from="5150" to="5159" />
-    <span id="t_885" from="5160" to="5168" />
-    <span id="t_886" from="5168" to="5169" />
-    <span id="t_887" from="5170" to="5171" />
-    <span id="t_888" from="5171" to="5174" />
-    <span id="t_889" from="5175" to="5180" />
-    <span id="t_890" from="5181" to="5185" />
-    <span id="t_891" from="5186" to="5189" />
-    <span id="t_892" from="5190" to="5200" />
-    <span id="t_893" from="5201" to="5206" />
-    <span id="t_894" from="5207" to="5213" />
-    <span id="t_895" from="5214" to="5223" />
-    <span id="t_896" from="5224" to="5230" />
-    <span id="t_897" from="5230" to="5231" />
-    <span id="t_898" from="5232" to="5236" />
-    <span id="t_899" from="5237" to="5239" />
-    <span id="t_900" from="5240" to="5245" />
-    <span id="t_901" from="5246" to="5249" />
-    <span id="t_902" from="5250" to="5257" />
-    <span id="t_903" from="5257" to="5258" />
-    <span id="t_904" from="5259" to="5264" />
-    <span id="t_905" from="5265" to="5268" />
-    <span id="t_906" from="5269" to="5280" />
-    <span id="t_907" from="5281" to="5286" />
-    <span id="t_908" from="5287" to="5289" />
-    <span id="t_909" from="5289" to="5290" />
-    <span id="t_910" from="5291" to="5300" />
-    <span id="t_911" from="5301" to="5305" />
-    <span id="t_912" from="5306" to="5310" />
-    <span id="t_913" from="5311" to="5314" />
-    <span id="t_914" from="5315" to="5329" />
-    <span id="t_915" from="5330" to="5345" />
-    <span id="t_916" from="5346" to="5352" />
-    <span id="t_917" from="5353" to="5355" />
-    <span id="t_918" from="5356" to="5362" />
-    <span id="t_919" from="5362" to="5363" />
-    <span id="t_920" from="5363" to="5364" />
-    <span id="t_921" from="5365" to="5375" />
-    <span id="t_922" from="5376" to="5386" />
-    <span id="t_923" from="5387" to="5392" />
-    <span id="t_924" from="5393" to="5396" />
-    <span id="t_925" from="5397" to="5406" />
-    <span id="t_926" from="5407" to="5415" />
-    <span id="t_927" from="5416" to="5421" />
-    <span id="t_928" from="5422" to="5430" />
-    <span id="t_929" from="5430" to="5431" />
-    <span id="t_930" from="5432" to="5436" />
-    <span id="t_931" from="5437" to="5440" />
-    <span id="t_932" from="5441" to="5453" />
-    <span id="t_933" from="5454" to="5474" />
-    <span id="t_934" from="5475" to="5478" />
-    <span id="t_935" from="5479" to="5484" />
-    <span id="t_936" from="5485" to="5493" />
-    <span id="t_937" from="5494" to="5506" />
-    <span id="t_938" from="5506" to="5507" />
-    <span id="t_939" from="5508" to="5512" />
-    <span id="t_940" from="5513" to="5517" />
-    <span id="t_941" from="5518" to="5521" />
-    <span id="t_942" from="5522" to="5527" />
-    <span id="t_943" from="5528" to="5533" />
-    <span id="t_944" from="5534" to="5538" />
-    <span id="t_945" from="5539" to="5549" />
-    <span id="t_946" from="5550" to="5559" />
-    <span id="t_947" from="5560" to="5564" />
-    <span id="t_948" from="5565" to="5575" />
-    <span id="t_949" from="5576" to="5585" />
-    <span id="t_950" from="5586" to="5593" />
-    <span id="t_951" from="5593" to="5594" />
-    <span id="t_952" from="5595" to="5599" />
-    <span id="t_953" from="5600" to="5604" />
-    <span id="t_954" from="5605" to="5608" />
-    <span id="t_955" from="5609" to="5612" />
-    <span id="t_956" from="5613" to="5625" />
-    <span id="t_957" from="5626" to="5632" />
-    <span id="t_958" from="5633" to="5636" />
-    <span id="t_959" from="5637" to="5646" />
-    <span id="t_960" from="5647" to="5656" />
-    <span id="t_961" from="5657" to="5669" />
-    <span id="t_962" from="5670" to="5673" />
-    <span id="t_963" from="5674" to="5685" />
-    <span id="t_964" from="5686" to="5697" />
-    <span id="t_965" from="5698" to="5702" />
-    <span id="t_966" from="5703" to="5707" />
-    <span id="t_967" from="5708" to="5714" />
-    <span id="t_968" from="5715" to="5721" />
-    <span id="t_969" from="5722" to="5725" />
-    <span id="t_970" from="5726" to="5731" />
-    <span id="t_971" from="5732" to="5735" />
-    <span id="t_972" from="5736" to="5745" />
-    <span id="t_973" from="5746" to="5752" />
-    <span id="t_974" from="5755" to="5760" />
-    <span id="t_975" from="5761" to="5764" />
-    <span id="t_976" from="5765" to="5768" />
-    <span id="t_977" from="5769" to="5779" />
-    <span id="t_978" from="5779" to="5780" />
-    <span id="t_979" from="5781" to="5785" />
-    <span id="t_980" from="5786" to="5789" />
-    <span id="t_981" from="5790" to="5801" />
-    <span id="t_982" from="5802" to="5807" />
-    <span id="t_983" from="5808" to="5817" />
-    <span id="t_984" from="5817" to="5818" />
-    <span id="t_985" from="5819" to="5820" />
-    <span id="t_986" from="5820" to="5823" />
-    <span id="t_987" from="5824" to="5833" />
-    <span id="t_988" from="5833" to="5834" />
-    <span id="t_989" from="5835" to="5839" />
-    <span id="t_990" from="5840" to="5843" />
-    <span id="t_991" from="5844" to="5847" />
-    <span id="t_992" from="5848" to="5858" />
-    <span id="t_993" from="5859" to="5864" />
-    <span id="t_994" from="5865" to="5872" />
-    <span id="t_995" from="5873" to="5879" />
-    <span id="t_996" from="5880" to="5889" />
-    <span id="t_997" from="5890" to="5896" />
-    <span id="t_998" from="5897" to="5900" />
-    <span id="t_999" from="5901" to="5909" />
-    <span id="t_1000" from="5910" to="5919" />
-    <span id="t_1001" from="5920" to="5925" />
-    <span id="t_1002" from="5925" to="5926" />
-    <span id="t_1003" from="5926" to="5927" />
-    <span id="t_1004" from="5928" to="5937" />
-    <span id="t_1005" from="5938" to="5941" />
-    <span id="t_1006" from="5941" to="5942" />
-    <span id="t_1007" from="5943" to="5944" />
-    <span id="t_1008" from="5944" to="5948" />
-    <span id="t_1009" from="5949" to="5952" />
-    <span id="t_1010" from="5953" to="5958" />
-    <span id="t_1011" from="5959" to="5965" />
-    <span id="t_1012" from="5966" to="5972" />
-    <span id="t_1013" from="5973" to="5976" />
-    <span id="t_1014" from="5977" to="5981" />
-    <span id="t_1015" from="5982" to="5992" />
-    <span id="t_1016" from="5993" to="6003" />
-    <span id="t_1017" from="6004" to="6012" />
-    <span id="t_1018" from="6013" to="6025" />
-    <span id="t_1019" from="6028" to="6032" />
-    <span id="t_1020" from="6033" to="6037" />
-    <span id="t_1021" from="6038" to="6044" />
-    <span id="t_1022" from="6045" to="6052" />
-    <span id="t_1023" from="6053" to="6057" />
-    <span id="t_1024" from="6058" to="6063" />
-    <span id="t_1025" from="6063" to="6064" />
-    <span id="t_1026" from="6065" to="6067" />
-    <span id="t_1027" from="6068" to="6074" />
-    <span id="t_1028" from="6075" to="6079" />
-    <span id="t_1029" from="6080" to="6084" />
-    <span id="t_1030" from="6085" to="6088" />
-    <span id="t_1031" from="6089" to="6093" />
-    <span id="t_1032" from="6093" to="6094" />
-    <span id="t_1033" from="6095" to="6099" />
-    <span id="t_1034" from="6100" to="6103" />
-    <span id="t_1035" from="6104" to="6117" />
-    <span id="t_1036" from="6118" to="6120" />
-    <span id="t_1037" from="6121" to="6128" />
-    <span id="t_1038" from="6128" to="6129" />
-    <span id="t_1039" from="6130" to="6133" />
-    <span id="t_1040" from="6134" to="6137" />
-    <span id="t_1041" from="6138" to="6142" />
-    <span id="t_1042" from="6143" to="6148" />
-    <span id="t_1043" from="6149" to="6153" />
-    <span id="t_1044" from="6154" to="6162" />
-    <span id="t_1045" from="6162" to="6163" />
-    <span id="t_1046" from="6164" to="6168" />
-    <span id="t_1047" from="6169" to="6172" />
-    <span id="t_1048" from="6173" to="6178" />
-    <span id="t_1049" from="6178" to="6179" />
-    <span id="t_1050" from="6180" to="6183" />
-    <span id="t_1051" from="6184" to="6189" />
-    <span id="t_1052" from="6190" to="6193" />
-    <span id="t_1053" from="6194" to="6204" />
-    <span id="t_1054" from="6205" to="6207" />
-    <span id="t_1055" from="6208" to="6219" />
-    <span id="t_1056" from="6220" to="6227" />
-    <span id="t_1057" from="6228" to="6233" />
-    <span id="t_1058" from="6233" to="6234" />
-    <span id="t_1059" from="6235" to="6242" />
-    <span id="t_1060" from="6243" to="6247" />
-    <span id="t_1061" from="6248" to="6251" />
-    <span id="t_1062" from="6252" to="6266" />
-    <span id="t_1063" from="6267" to="6280" />
-    <span id="t_1064" from="6280" to="6281" />
-    <span id="t_1065" from="6282" to="6284" />
-    <span id="t_1066" from="6285" to="6287" />
-    <span id="t_1067" from="6288" to="6294" />
-    <span id="t_1068" from="6294" to="6295" />
-    <span id="t_1069" from="6296" to="6299" />
-    <span id="t_1070" from="6300" to="6304" />
-    <span id="t_1071" from="6305" to="6309" />
-    <span id="t_1072" from="6310" to="6321" />
-    <span id="t_1073" from="6321" to="6322" />
-    <span id="t_1074" from="6323" to="6330" />
-    <span id="t_1075" from="6331" to="6334" />
-    <span id="t_1076" from="6335" to="6340" />
-    <span id="t_1077" from="6341" to="6345" />
-    <span id="t_1078" from="6346" to="6355" />
-    <span id="t_1079" from="6355" to="6356" />
-    <span id="t_1080" from="6357" to="6361" />
-    <span id="t_1081" from="6362" to="6365" />
-    <span id="t_1082" from="6366" to="6370" />
-    <span id="t_1083" from="6371" to="6374" />
-    <span id="t_1084" from="6375" to="6381" />
-    <span id="t_1085" from="6382" to="6385" />
-    <span id="t_1086" from="6386" to="6389" />
-    <span id="t_1087" from="6390" to="6406" />
-    <span id="t_1088" from="6407" to="6412" />
-    <span id="t_1089" from="6413" to="6419" />
-    <span id="t_1090" from="6420" to="6430" />
-    <span id="t_1091" from="6430" to="6431" />
-    <span id="t_1092" from="6432" to="6436" />
-    <span id="t_1093" from="6437" to="6440" />
-    <span id="t_1094" from="6441" to="6453" />
-    <span id="t_1095" from="6454" to="6457" />
-    <span id="t_1096" from="6458" to="6463" />
-    <span id="t_1097" from="6464" to="6473" />
-    <span id="t_1098" from="6473" to="6474" />
-    <span id="t_1099" from="6474" to="6475" />
-    <span id="t_1100" from="6476" to="6481" />
-    <span id="t_1101" from="6482" to="6485" />
-    <span id="t_1102" from="6486" to="6502" />
-    <span id="t_1103" from="6503" to="6508" />
-    <span id="t_1104" from="6509" to="6517" />
-    <span id="t_1105" from="6518" to="6523" />
-    <span id="t_1106" from="6524" to="6533" />
-    <span id="t_1107" from="6534" to="6542" />
-    <span id="t_1108" from="6543" to="6548" />
-    <span id="t_1109" from="6549" to="6552" />
-    <span id="t_1110" from="6553" to="6556" />
-    <span id="t_1111" from="6557" to="6562" />
-    <span id="t_1112" from="6563" to="6566" />
-    <span id="t_1113" from="6567" to="6572" />
-    <span id="t_1114" from="6573" to="6582" />
-    <span id="t_1115" from="6583" to="6594" />
-    <span id="t_1116" from="6594" to="6595" />
-    <span id="t_1117" from="6596" to="6599" />
-    <span id="t_1118" from="6600" to="6601" />
-    <span id="t_1119" from="6601" to="6602" />
-    <span id="t_1120" from="6603" to="6606" />
-    <span id="t_1121" from="6607" to="6614" />
-    <span id="t_1122" from="6615" to="6619" />
-    <span id="t_1123" from="6619" to="6620" />
-    <span id="t_1124" from="6621" to="6627" />
-    <span id="t_1125" from="6628" to="6638" />
-    <span id="t_1126" from="6639" to="6642" />
-    <span id="t_1127" from="6643" to="6647" />
-    <span id="t_1128" from="6648" to="6653" />
-    <span id="t_1129" from="6654" to="6662" />
-    <span id="t_1130" from="6663" to="6665" />
-    <span id="t_1131" from="6665" to="6666" />
-    <span id="t_1132" from="6667" to="6675" />
-    <span id="t_1133" from="6676" to="6679" />
-    <span id="t_1134" from="6680" to="6686" />
-    <span id="t_1135" from="6687" to="6690" />
-    <span id="t_1136" from="6691" to="6708" />
-    <span id="t_1137" from="6708" to="6709" />
-    <span id="t_1138" from="6710" to="6713" />
-    <span id="t_1139" from="6714" to="6717" />
-    <span id="t_1140" from="6718" to="6727" />
-    <span id="t_1141" from="6728" to="6733" />
-    <span id="t_1142" from="6734" to="6738" />
-    <span id="t_1143" from="6739" to="6745" />
-    <span id="t_1144" from="6746" to="6752" />
-    <span id="t_1145" from="6753" to="6766" />
-    <span id="t_1146" from="6767" to="6770" />
-    <span id="t_1147" from="6770" to="6771" />
-    <span id="t_1148" from="6772" to="6775" />
-    <span id="t_1149" from="6776" to="6782" />
-    <span id="t_1150" from="6783" to="6791" />
-    <span id="t_1151" from="6792" to="6796" />
-    <span id="t_1152" from="6797" to="6803" />
-    <span id="t_1153" from="6804" to="6807" />
-    <span id="t_1154" from="6808" to="6820" />
-    <span id="t_1155" from="6821" to="6824" />
-    <span id="t_1156" from="6825" to="6831" />
-    <span id="t_1157" from="6832" to="6839" />
-    <span id="t_1158" from="6840" to="6841" />
-    <span id="t_1159" from="6841" to="6850" />
-    <span id="t_1160" from="6851" to="6867" />
-    <span id="t_1161" from="6867" to="6868" />
-    <span id="t_1162" from="6868" to="6869" />
-    <span id="t_1163" from="6870" to="6876" />
-    <span id="t_1164" from="6877" to="6884" />
-    <span id="t_1165" from="6885" to="6888" />
-    <span id="t_1166" from="6889" to="6893" />
-    <span id="t_1167" from="6894" to="6906" />
-    <span id="t_1168" from="6907" to="6913" />
-    <span id="t_1169" from="6913" to="6914" />
-    <span id="t_1170" from="6915" to="6922" />
-    <span id="t_1171" from="6923" to="6931" />
-    <span id="t_1172" from="6932" to="6937" />
-    <span id="t_1173" from="6938" to="6941" />
-    <span id="t_1174" from="6942" to="6958" />
-    <span id="t_1175" from="6959" to="6961" />
-    <span id="t_1176" from="6962" to="6973" />
-    <span id="t_1177" from="6974" to="6987" />
-    <span id="t_1178" from="6987" to="6988" />
-    <span id="t_1179" from="6989" to="6999" />
-    <span id="t_1180" from="7000" to="7003" />
-    <span id="t_1181" from="7004" to="7010" />
-    <span id="t_1182" from="7011" to="7026" />
-    <span id="t_1183" from="7027" to="7032" />
-    <span id="t_1184" from="7032" to="7033" />
-    <span id="t_1185" from="7034" to="7038" />
-    <span id="t_1186" from="7039" to="7057" />
-    <span id="t_1187" from="7058" to="7066" />
-    <span id="t_1188" from="7067" to="7072" />
-    <span id="t_1189" from="7073" to="7076" />
-    <span id="t_1190" from="7077" to="7082" />
-    <span id="t_1191" from="7083" to="7088" />
-    <span id="t_1192" from="7089" to="7093" />
-    <span id="t_1193" from="7094" to="7098" />
-    <span id="t_1194" from="7099" to="7104" />
-    <span id="t_1195" from="7105" to="7112" />
-    <span id="t_1196" from="7113" to="7122" />
-    <span id="t_1197" from="7122" to="7123" />
-    <span id="t_1198" from="7124" to="7129" />
-    <span id="t_1199" from="7130" to="7135" />
-    <span id="t_1200" from="7136" to="7138" />
-    <span id="t_1201" from="7139" to="7143" />
-    <span id="t_1202" from="7144" to="7147" />
-    <span id="t_1203" from="7148" to="7151" />
-    <span id="t_1204" from="7152" to="7161" />
-    <span id="t_1205" from="7162" to="7166" />
-    <span id="t_1206" from="7167" to="7169" />
-    <span id="t_1207" from="7170" to="7178" />
-    <span id="t_1208" from="7178" to="7179" />
-    <span id="t_1209" from="7180" to="7183" />
-    <span id="t_1210" from="7184" to="7188" />
-    <span id="t_1211" from="7189" to="7191" />
-    <span id="t_1212" from="7192" to="7197" />
-    <span id="t_1213" from="7198" to="7207" />
-    <span id="t_1214" from="7208" to="7219" />
-    <span id="t_1215" from="7220" to="7222" />
-    <span id="t_1216" from="7223" to="7231" />
-    <span id="t_1217" from="7232" to="7235" />
-    <span id="t_1218" from="7236" to="7248" />
-    <span id="t_1219" from="7249" to="7262" />
-    <span id="t_1220" from="7263" to="7268" />
-    <span id="t_1221" from="7269" to="7281" />
-    <span id="t_1222" from="7282" to="7286" />
-    <span id="t_1223" from="7287" to="7289" />
-    <span id="t_1224" from="7290" to="7295" />
-    <span id="t_1225" from="7296" to="7299" />
-    <span id="t_1226" from="7300" to="7310" />
-    <span id="t_1227" from="7311" to="7313" />
-    <span id="t_1228" from="7314" to="7322" />
-    <span id="t_1229" from="7323" to="7330" />
-    <span id="t_1230" from="7331" to="7335" />
-    <span id="t_1231" from="7335" to="7336" />
-    <span id="t_1232" from="7337" to="7340" />
-    <span id="t_1233" from="7341" to="7346" />
-    <span id="t_1234" from="7347" to="7353" />
-    <span id="t_1235" from="7354" to="7356" />
-    <span id="t_1236" from="7357" to="7359" />
-    <span id="t_1237" from="7359" to="7360" />
-    <span id="t_1238" from="7361" to="7367" />
-    <span id="t_1239" from="7368" to="7370" />
-    <span id="t_1240" from="7370" to="7371" />
-    <span id="t_1241" from="7372" to="7376" />
-    <span id="t_1242" from="7377" to="7380" />
-    <span id="t_1243" from="7381" to="7384" />
-    <span id="t_1244" from="7385" to="7392" />
-    <span id="t_1245" from="7393" to="7401" />
-    <span id="t_1246" from="7402" to="7408" />
-    <span id="t_1247" from="7408" to="7409" />
-    <span id="t_1248" from="7410" to="7414" />
-    <span id="t_1249" from="7415" to="7420" />
-    <span id="t_1250" from="7421" to="7426" />
-    <span id="t_1251" from="7427" to="7433" />
-    <span id="t_1252" from="7434" to="7436" />
-    <span id="t_1253" from="7436" to="7437" />
-    <span id="t_1254" from="7438" to="7441" />
-    <span id="t_1255" from="7442" to="7449" />
-    <span id="t_1256" from="7450" to="7456" />
-    <span id="t_1257" from="7457" to="7467" />
-    <span id="t_1258" from="7468" to="7472" />
-    <span id="t_1259" from="7473" to="7484" />
-    <span id="t_1260" from="7484" to="7485" />
-    <span id="t_1261" from="7486" to="7494" />
-    <span id="t_1262" from="7495" to="7499" />
-    <span id="t_1263" from="7500" to="7513" />
-    <span id="t_1264" from="7513" to="7514" />
-    <span id="t_1265" from="7515" to="7537" />
-    <span id="t_1266" from="7538" to="7546" />
-    <span id="t_1267" from="7547" to="7552" />
-    <span id="t_1268" from="7553" to="7554" />
-    <span id="t_1269" from="7554" to="7557" />
-    <span id="t_1270" from="7557" to="7558" />
-    <span id="t_1271" from="7559" to="7563" />
-    <span id="t_1272" from="7564" to="7568" />
-    <span id="t_1273" from="7568" to="7569" />
-    <span id="t_1274" from="7570" to="7571" />
-    <span id="t_1275" from="7571" to="7574" />
-    <span id="t_1276" from="7575" to="7581" />
-    <span id="t_1277" from="7582" to="7585" />
-    <span id="t_1278" from="7586" to="7597" />
-    <span id="t_1279" from="7598" to="7601" />
-    <span id="t_1280" from="7602" to="7607" />
-    <span id="t_1281" from="7608" to="7610" />
-    <span id="t_1282" from="7611" to="7617" />
-    <span id="t_1283" from="7618" to="7622" />
-    <span id="t_1284" from="7623" to="7625" />
-    <span id="t_1285" from="7625" to="7626" />
-    <span id="t_1286" from="7627" to="7631" />
-    <span id="t_1287" from="7632" to="7634" />
-    <span id="t_1288" from="7635" to="7638" />
-    <span id="t_1289" from="7639" to="7646" />
-    <span id="t_1290" from="7647" to="7651" />
-    <span id="t_1291" from="7651" to="7652" />
-    <span id="t_1292" from="7653" to="7666" />
-    <span id="t_1293" from="7667" to="7670" />
-    <span id="t_1294" from="7671" to="7680" />
-    <span id="t_1295" from="7681" to="7691" />
-    <span id="t_1296" from="7692" to="7693" />
-    <span id="t_1297" from="7693" to="7694" />
-    <span id="t_1298" from="7695" to="7703" />
-    <span id="t_1299" from="7704" to="7711" />
-    <span id="t_1300" from="7712" to="7714" />
-    <span id="t_1301" from="7715" to="7725" />
-    <span id="t_1302" from="7725" to="7726" />
-    <span id="t_1303" from="7726" to="7727" />
-    <span id="t_1304" from="7728" to="7731" />
-    <span id="t_1305" from="7732" to="7736" />
-    <span id="t_1306" from="7737" to="7744" />
-    <span id="t_1307" from="7745" to="7749" />
-    <span id="t_1308" from="7750" to="7756" />
-    <span id="t_1309" from="7757" to="7759" />
-    <span id="t_1310" from="7760" to="7766" />
-    <span id="t_1311" from="7767" to="7780" />
-    <span id="t_1312" from="7780" to="7781" />
-    <span id="t_1313" from="7782" to="7786" />
-    <span id="t_1314" from="7787" to="7789" />
-    <span id="t_1315" from="7790" to="7809" />
-    <span id="t_1316" from="7809" to="7810" />
-    <span id="t_1317" from="7811" to="7813" />
-    <span id="t_1318" from="7814" to="7821" />
-    <span id="t_1319" from="7822" to="7826" />
-    <span id="t_1320" from="7827" to="7829" />
-    <span id="t_1321" from="7830" to="7841" />
-    <span id="t_1322" from="7842" to="7855" />
-    <span id="t_1323" from="7856" to="7862" />
-    <span id="t_1324" from="7863" to="7868" />
-    <span id="t_1325" from="7869" to="7872" />
-    <span id="t_1326" from="7873" to="7879" />
-    <span id="t_1327" from="7880" to="7883" />
-    <span id="t_1328" from="7884" to="7894" />
-    <span id="t_1329" from="7895" to="7901" />
-    <span id="t_1330" from="7901" to="7902" />
-    <span id="t_1331" from="7903" to="7905" />
-    <span id="t_1332" from="7906" to="7911" />
-    <span id="t_1333" from="7911" to="7912" />
-    <span id="t_1334" from="7913" to="7918" />
-    <span id="t_1335" from="7919" to="7923" />
-    <span id="t_1336" from="7924" to="7927" />
-    <span id="t_1337" from="7928" to="7941" />
-    <span id="t_1338" from="7942" to="7950" />
-    <span id="t_1339" from="7951" to="7954" />
-    <span id="t_1340" from="7955" to="7966" />
-    <span id="t_1341" from="7967" to="7970" />
-    <span id="t_1342" from="7971" to="7974" />
-    <span id="t_1343" from="7975" to="7990" />
-    <span id="t_1344" from="7991" to="7994" />
-    <span id="t_1345" from="7995" to="8006" />
-    <span id="t_1346" from="8006" to="8007" />
-    <span id="t_1347" from="8008" to="8011" />
-    <span id="t_1348" from="8012" to="8017" />
-    <span id="t_1349" from="8018" to="8021" />
-    <span id="t_1350" from="8022" to="8027" />
-    <span id="t_1351" from="8028" to="8035" />
-    <span id="t_1352" from="8036" to="8039" />
-    <span id="t_1353" from="8040" to="8042" />
-    <span id="t_1354" from="8043" to="8052" />
-    <span id="t_1355" from="8053" to="8057" />
-    <span id="t_1356" from="8058" to="8062" />
-    <span id="t_1357" from="8063" to="8074" />
-    <span id="t_1358" from="8075" to="8078" />
-    <span id="t_1359" from="8079" to="8085" />
-    <span id="t_1360" from="8086" to="8088" />
-    <span id="t_1361" from="8089" to="8096" />
-    <span id="t_1362" from="8096" to="8097" />
-    <span id="t_1363" from="8098" to="8102" />
-    <span id="t_1364" from="8103" to="8111" />
-    <span id="t_1365" from="8112" to="8115" />
-    <span id="t_1366" from="8116" to="8142" />
-    <span id="t_1367" from="8143" to="8149" />
-    <span id="t_1368" from="8150" to="8156" />
-    <span id="t_1369" from="8157" to="8160" />
-    <span id="t_1370" from="8161" to="8166" />
-    <span id="t_1371" from="8167" to="8176" />
-    <span id="t_1372" from="8177" to="8184" />
-    <span id="t_1373" from="8185" to="8191" />
-    <span id="t_1374" from="8191" to="8192" />
-    <span id="t_1375" from="8193" to="8198" />
-    <span id="t_1376" from="8199" to="8202" />
-    <span id="t_1377" from="8203" to="8216" />
-    <span id="t_1378" from="8217" to="8222" />
-    <span id="t_1379" from="8223" to="8229" />
-    <span id="t_1380" from="8230" to="8235" />
-    <span id="t_1381" from="8236" to="8246" />
-    <span id="t_1382" from="8246" to="8247" />
-    <span id="t_1383" from="8248" to="8255" />
-    <span id="t_1384" from="8256" to="8258" />
-    <span id="t_1385" from="8259" to="8262" />
-    <span id="t_1386" from="8263" to="8272" />
-    <span id="t_1387" from="8273" to="8279" />
-    <span id="t_1388" from="8280" to="8285" />
-    <span id="t_1389" from="8286" to="8288" />
-    <span id="t_1390" from="8289" to="8292" />
-    <span id="t_1391" from="8293" to="8313" />
-    <span id="t_1392" from="8314" to="8320" />
-    <span id="t_1393" from="8321" to="8325" />
-    <span id="t_1394" from="8326" to="8331" />
-    <span id="t_1395" from="8332" to="8336" />
-    <span id="t_1396" from="8336" to="8337" />
-    <span id="t_1397" from="8338" to="8345" />
-    <span id="t_1398" from="8346" to="8349" />
-    <span id="t_1399" from="8349" to="8350" />
-    <span id="t_1400" from="8351" to="8355" />
-    <span id="t_1401" from="8356" to="8359" />
-    <span id="t_1402" from="8360" to="8372" />
-    <span id="t_1403" from="8373" to="8396" />
-    <span id="t_1404" from="8397" to="8401" />
-    <span id="t_1405" from="8402" to="8405" />
-    <span id="t_1406" from="8406" to="8413" />
-    <span id="t_1407" from="8414" to="8417" />
-    <span id="t_1408" from="8418" to="8429" />
-    <span id="t_1409" from="8430" to="8441" />
-    <span id="t_1410" from="8442" to="8446" />
-    <span id="t_1411" from="8446" to="8447" />
-    <span id="t_1412" from="8448" to="8451" />
-    <span id="t_1413" from="8452" to="8456" />
-    <span id="t_1414" from="8457" to="8462" />
-    <span id="t_1415" from="8463" to="8470" />
-    <span id="t_1416" from="8471" to="8474" />
-    <span id="t_1417" from="8475" to="8481" />
-    <span id="t_1418" from="8482" to="8485" />
-    <span id="t_1419" from="8486" to="8503" />
-    <span id="t_1420" from="8504" to="8509" />
-    <span id="t_1421" from="8510" to="8520" />
-    <span id="t_1422" from="8521" to="8524" />
-    <span id="t_1423" from="8525" to="8529" />
-    <span id="t_1424" from="8530" to="8533" />
-    <span id="t_1425" from="8534" to="8541" />
-    <span id="t_1426" from="8542" to="8556" />
-    <span id="t_1427" from="8557" to="8561" />
-    <span id="t_1428" from="8561" to="8562" />
-    <span id="t_1429" from="8563" to="8564" />
-    <span id="t_1430" from="8564" to="8565" />
-    <span id="t_1431" from="8566" to="8582" />
-    <span id="t_1432" from="8583" to="8586" />
-    <span id="t_1433" from="8587" to="8593" />
-    <span id="t_1434" from="8594" to="8601" />
-    <span id="t_1435" from="8602" to="8606" />
-    <span id="t_1436" from="8607" to="8612" />
-    <span id="t_1437" from="8613" to="8617" />
-    <span id="t_1438" from="8618" to="8628" />
-    <span id="t_1439" from="8629" to="8632" />
-    <span id="t_1440" from="8633" to="8647" />
-    <span id="t_1441" from="8648" to="8651" />
-    <span id="t_1442" from="8652" to="8654" />
-    <span id="t_1443" from="8655" to="8658" />
-    <span id="t_1444" from="8659" to="8663" />
-    <span id="t_1445" from="8664" to="8667" />
-    <span id="t_1446" from="8668" to="8681" />
-    <span id="t_1447" from="8682" to="8695" />
-    <span id="t_1448" from="8695" to="8696" />
-    <span id="t_1449" from="8697" to="8699" />
-    <span id="t_1450" from="8700" to="8712" />
-    <span id="t_1451" from="8713" to="8717" />
-    <span id="t_1452" from="8718" to="8722" />
-    <span id="t_1453" from="8723" to="8727" />
-    <span id="t_1454" from="8728" to="8735" />
-    <span id="t_1455" from="8736" to="8742" />
-    <span id="t_1456" from="8743" to="8749" />
-    <span id="t_1457" from="8749" to="8750" />
-    <span id="t_1458" from="8751" to="8754" />
-    <span id="t_1459" from="8755" to="8760" />
-    <span id="t_1460" from="8761" to="8765" />
-    <span id="t_1461" from="8766" to="8771" />
-    <span id="t_1462" from="8772" to="8779" />
-    <span id="t_1463" from="8780" to="8783" />
-    <span id="t_1464" from="8784" to="8798" />
-    <span id="t_1465" from="8799" to="8807" />
-    <span id="t_1466" from="8807" to="8808" />
-    <span id="t_1467" from="8809" to="8814" />
-    <span id="t_1468" from="8815" to="8817" />
-    <span id="t_1469" from="8817" to="8818" />
-    <span id="t_1470" from="8819" to="8824" />
-    <span id="t_1471" from="8825" to="8830" />
-    <span id="t_1472" from="8831" to="8834" />
-    <span id="t_1473" from="8835" to="8843" />
-    <span id="t_1474" from="8844" to="8853" />
-    <span id="t_1475" from="8854" to="8862" />
-    <span id="t_1476" from="8863" to="8868" />
-    <span id="t_1477" from="8869" to="8871" />
-    <span id="t_1478" from="8872" to="8875" />
-    <span id="t_1479" from="8876" to="8881" />
-    <span id="t_1480" from="8882" to="8887" />
-    <span id="t_1481" from="8888" to="8901" />
-    <span id="t_1482" from="8904" to="8907" />
-    <span id="t_1483" from="8908" to="8913" />
-    <span id="t_1484" from="8913" to="8914" />
-    <span id="t_1485" from="8915" to="8919" />
-    <span id="t_1486" from="8920" to="8923" />
-    <span id="t_1487" from="8924" to="8928" />
-    <span id="t_1488" from="8929" to="8935" />
-    <span id="t_1489" from="8936" to="8939" />
-    <span id="t_1490" from="8940" to="8947" />
-    <span id="t_1491" from="8948" to="8952" />
-    <span id="t_1492" from="8953" to="8960" />
-    <span id="t_1493" from="8961" to="8971" />
-    <span id="t_1494" from="8972" to="8980" />
-    <span id="t_1495" from="8981" to="8991" />
-    <span id="t_1496" from="8992" to="8996" />
-    <span id="t_1497" from="8996" to="8997" />
-    <span id="t_1498" from="8998" to="9000" />
-    <span id="t_1499" from="9001" to="9004" />
-    <span id="t_1500" from="9005" to="9011" />
-    <span id="t_1501" from="9011" to="9012" />
-    <span id="t_1502" from="9013" to="9016" />
-    <span id="t_1503" from="9017" to="9020" />
-    <span id="t_1504" from="9021" to="9023" />
-    <span id="t_1505" from="9024" to="9030" />
-    <span id="t_1506" from="9031" to="9040" />
-    <span id="t_1507" from="9041" to="9050" />
-    <span id="t_1508" from="9051" to="9056" />
-    <span id="t_1509" from="9056" to="9057" />
-    <span id="t_1510" from="9058" to="9066" />
-    <span id="t_1511" from="9067" to="9070" />
-    <span id="t_1512" from="9070" to="9071" />
-    <span id="t_1513" from="9072" to="9073" />
-    <span id="t_1514" from="9073" to="9078" />
-    <span id="t_1515" from="9079" to="9085" />
-    <span id="t_1516" from="9086" to="9088" />
-    <span id="t_1517" from="9089" to="9098" />
-    <span id="t_1518" from="9099" to="9101" />
-    <span id="t_1519" from="9102" to="9105" />
-    <span id="t_1520" from="9106" to="9115" />
-    <span id="t_1521" from="9115" to="9116" />
-    <span id="t_1522" from="9117" to="9125" />
-    <span id="t_1523" from="9126" to="9135" />
-    <span id="t_1524" from="9136" to="9141" />
-    <span id="t_1525" from="9142" to="9144" />
-    <span id="t_1526" from="9145" to="9153" />
-    <span id="t_1527" from="9153" to="9154" />
-    <span id="t_1528" from="9155" to="9159" />
-    <span id="t_1529" from="9160" to="9163" />
-    <span id="t_1530" from="9164" to="9170" />
-    <span id="t_1531" from="9171" to="9174" />
-    <span id="t_1532" from="9175" to="9183" />
-    <span id="t_1533" from="9184" to="9190" />
-    <span id="t_1534" from="9193" to="9196" />
-    <span id="t_1535" from="9197" to="9203" />
-    <span id="t_1536" from="9203" to="9204" />
-    <span id="t_1537" from="9205" to="9208" />
-    <span id="t_1538" from="9209" to="9213" />
-    <span id="t_1539" from="9214" to="9225" />
-    <span id="t_1540" from="9226" to="9230" />
-    <span id="t_1541" from="9231" to="9234" />
-    <span id="t_1542" from="9235" to="9238" />
-    <span id="t_1543" from="9239" to="9242" />
-    <span id="t_1544" from="9243" to="9265" />
-    <span id="t_1545" from="9266" to="9272" />
-    <span id="t_1546" from="9272" to="9273" />
-    <span id="t_1547" from="9274" to="9279" />
-    <span id="t_1548" from="9280" to="9289" />
-    <span id="t_1549" from="9290" to="9298" />
-    <span id="t_1550" from="9299" to="9303" />
-    <span id="t_1551" from="9304" to="9308" />
-    <span id="t_1552" from="9309" to="9312" />
-    <span id="t_1553" from="9313" to="9330" />
-    <span id="t_1554" from="9330" to="9331" />
-    <span id="t_1555" from="9332" to="9337" />
-    <span id="t_1556" from="9338" to="9344" />
-    <span id="t_1557" from="9345" to="9348" />
-    <span id="t_1558" from="9349" to="9352" />
-    <span id="t_1559" from="9353" to="9363" />
-    <span id="t_1560" from="9364" to="9367" />
-    <span id="t_1561" from="9368" to="9371" />
-    <span id="t_1562" from="9372" to="9375" />
-    <span id="t_1563" from="9376" to="9382" />
-    <span id="t_1564" from="9383" to="9392" />
-    <span id="t_1565" from="9393" to="9395" />
-    <span id="t_1566" from="9396" to="9399" />
-    <span id="t_1567" from="9400" to="9412" />
-    <span id="t_1568" from="9412" to="9413" />
-    <span id="t_1569" from="9414" to="9424" />
-    <span id="t_1570" from="9425" to="9430" />
-    <span id="t_1571" from="9430" to="9431" />
-    <span id="t_1572" from="9432" to="9435" />
-    <span id="t_1573" from="9436" to="9439" />
-    <span id="t_1574" from="9440" to="9442" />
-    <span id="t_1575" from="9443" to="9447" />
-    <span id="t_1576" from="9448" to="9452" />
-    <span id="t_1577" from="9453" to="9459" />
-    <span id="t_1578" from="9460" to="9464" />
-    <span id="t_1579" from="9464" to="9465" />
-    <span id="t_1580" from="9466" to="9469" />
-    <span id="t_1581" from="9470" to="9474" />
-    <span id="t_1582" from="9475" to="9479" />
-    <span id="t_1583" from="9480" to="9490" />
-    <span id="t_1584" from="9491" to="9500" />
-    <span id="t_1585" from="9500" to="9501" />
-    <span id="t_1586" from="9502" to="9505" />
-    <span id="t_1587" from="9506" to="9512" />
-    <span id="t_1588" from="9513" to="9523" />
-    <span id="t_1589" from="9524" to="9529" />
-    <span id="t_1590" from="9530" to="9533" />
-    <span id="t_1591" from="9534" to="9538" />
-    <span id="t_1592" from="9538" to="9539" />
-    <span id="t_1593" from="9540" to="9554" />
-    <span id="t_1594" from="9555" to="9561" />
-    <span id="t_1595" from="9562" to="9564" />
-    <span id="t_1596" from="9565" to="9571" />
-    <span id="t_1597" from="9571" to="9572" />
-    <span id="t_1598" from="9573" to="9576" />
-    <span id="t_1599" from="9577" to="9582" />
-    <span id="t_1600" from="9583" to="9588" />
-    <span id="t_1601" from="9589" to="9594" />
-    <span id="t_1602" from="9595" to="9599" />
-    <span id="t_1603" from="9600" to="9603" />
-    <span id="t_1604" from="9604" to="9609" />
-    <span id="t_1605" from="9610" to="9612" />
-    <span id="t_1606" from="9613" to="9620" />
-    <span id="t_1607" from="9620" to="9621" />
-    <span id="t_1608" from="9622" to="9627" />
-    <span id="t_1609" from="9628" to="9632" />
-    <span id="t_1610" from="9633" to="9636" />
-    <span id="t_1611" from="9636" to="9637" />
-    <span id="t_1612" from="9638" to="9641" />
-    <span id="t_1613" from="9642" to="9648" />
-    <span id="t_1614" from="9649" to="9654" />
-    <span id="t_1615" from="9655" to="9660" />
-    <span id="t_1616" from="9661" to="9666" />
-    <span id="t_1617" from="9667" to="9672" />
-    <span id="t_1618" from="9673" to="9679" />
-    <span id="t_1619" from="9680" to="9683" />
-    <span id="t_1620" from="9683" to="9684" />
-    <span id="t_1621" from="9685" to="9691" />
-    <span id="t_1622" from="9692" to="9698" />
-    <span id="t_1623" from="9698" to="9699" />
-    <span id="t_1624" from="9700" to="9704" />
-    <span id="t_1625" from="9705" to="9713" />
-    <span id="t_1626" from="9714" to="9719" />
-    <span id="t_1627" from="9719" to="9720" />
-    <span id="t_1628" from="9721" to="9726" />
-    <span id="t_1629" from="9727" to="9730" />
-    <span id="t_1630" from="9731" to="9734" />
-    <span id="t_1631" from="9735" to="9740" />
-    <span id="t_1632" from="9741" to="9746" />
-    <span id="t_1633" from="9746" to="9747" />
-    <span id="t_1634" from="9748" to="9751" />
-    <span id="t_1635" from="9752" to="9755" />
-    <span id="t_1636" from="9756" to="9761" />
-    <span id="t_1637" from="9762" to="9765" />
-    <span id="t_1638" from="9766" to="9772" />
-    <span id="t_1639" from="9773" to="9778" />
-    <span id="t_1640" from="9779" to="9787" />
-    <span id="t_1641" from="9788" to="9791" />
-    <span id="t_1642" from="9792" to="9798" />
-    <span id="t_1643" from="9799" to="9802" />
-    <span id="t_1644" from="9802" to="9803" />
-    <span id="t_1645" from="9804" to="9807" />
-    <span id="t_1646" from="9808" to="9812" />
-    <span id="t_1647" from="9813" to="9818" />
-    <span id="t_1648" from="9819" to="9834" />
-    <span id="t_1649" from="9835" to="9838" />
-    <span id="t_1650" from="9839" to="9844" />
-    <span id="t_1651" from="9845" to="9849" />
-    <span id="t_1652" from="9850" to="9855" />
-    <span id="t_1653" from="9856" to="9858" />
-    <span id="t_1654" from="9859" to="9863" />
-    <span id="t_1655" from="9863" to="9864" />
-    <span id="t_1656" from="9864" to="9865" />
-    <span id="t_1657" from="9866" to="9867" />
-    <span id="t_1658" from="9867" to="9870" />
-    <span id="t_1659" from="9871" to="9875" />
-    <span id="t_1660" from="9876" to="9879" />
-    <span id="t_1661" from="9880" to="9884" />
-    <span id="t_1662" from="9885" to="9890" />
-    <span id="t_1663" from="9891" to="9904" />
-    <span id="t_1664" from="9905" to="9908" />
-    <span id="t_1665" from="9909" to="9914" />
-    <span id="t_1666" from="9915" to="9919" />
-    <span id="t_1667" from="9920" to="9925" />
-    <span id="t_1668" from="9926" to="9930" />
-    <span id="t_1669" from="9930" to="9931" />
-    <span id="t_1670" from="9931" to="9932" />
-    <span id="t_1671" from="9933" to="9942" />
-    <span id="t_1672" from="9943" to="9951" />
-    <span id="t_1673" from="9952" to="9956" />
-    <span id="t_1674" from="9957" to="9964" />
-    <span id="t_1675" from="9964" to="9965" />
-    <span id="t_1676" from="9966" to="9969" />
-    <span id="t_1677" from="9970" to="9976" />
-    <span id="t_1678" from="9977" to="9984" />
-    <span id="t_1679" from="9985" to="9991" />
-    <span id="t_1680" from="9991" to="9992" />
-    <span id="t_1681" from="9993" to="9998" />
-    <span id="t_1682" from="9998" to="9999" />
-    <span id="t_1683" from="10000" to="10001" />
-    <span id="t_1684" from="10001" to="10005" />
-    <span id="t_1685" from="10006" to="10011" />
-    <span id="t_1686" from="10012" to="10018" />
-    <span id="t_1687" from="10019" to="10023" />
-    <span id="t_1688" from="10024" to="10027" />
-    <span id="t_1689" from="10028" to="10043" />
-    <span id="t_1690" from="10044" to="10049" />
-    <span id="t_1691" from="10050" to="10057" />
-    <span id="t_1692" from="10058" to="10061" />
-    <span id="t_1693" from="10062" to="10072" />
-    <span id="t_1694" from="10073" to="10076" />
-    <span id="t_1695" from="10077" to="10082" />
-    <span id="t_1696" from="10083" to="10092" />
-    <span id="t_1697" from="10093" to="10104" />
-    <span id="t_1698" from="10105" to="10115" />
-    <span id="t_1699" from="10115" to="10116" />
-    <span id="t_1700" from="10117" to="10122" />
-    <span id="t_1701" from="10123" to="10133" />
-    <span id="t_1702" from="10134" to="10138" />
-    <span id="t_1703" from="10139" to="10142" />
-    <span id="t_1704" from="10143" to="10149" />
-    <span id="t_1705" from="10150" to="10155" />
-    <span id="t_1706" from="10156" to="10161" />
-    <span id="t_1707" from="10161" to="10162" />
-    <span id="t_1708" from="10163" to="10168" />
-    <span id="t_1709" from="10169" to="10172" />
-    <span id="t_1710" from="10173" to="10178" />
-    <span id="t_1711" from="10179" to="10182" />
-    <span id="t_1712" from="10183" to="10190" />
-    <span id="t_1713" from="10191" to="10194" />
-    <span id="t_1714" from="10195" to="10204" />
-    <span id="t_1715" from="10205" to="10209" />
-    <span id="t_1716" from="10210" to="10218" />
-    <span id="t_1717" from="10219" to="10223" />
-    <span id="t_1718" from="10223" to="10224" />
-    <span id="t_1719" from="10225" to="10228" />
-    <span id="t_1720" from="10229" to="10232" />
-    <span id="t_1721" from="10233" to="10241" />
-    <span id="t_1722" from="10242" to="10245" />
-    <span id="t_1723" from="10246" to="10256" />
-    <span id="t_1724" from="10257" to="10260" />
-    <span id="t_1725" from="10261" to="10266" />
-    <span id="t_1726" from="10267" to="10271" />
-    <span id="t_1727" from="10272" to="10274" />
-    <span id="t_1728" from="10275" to="10279" />
-    <span id="t_1729" from="10280" to="10285" />
-    <span id="t_1730" from="10285" to="10286" />
-    <span id="t_1731" from="10286" to="10287" />
-    <span id="t_1732" from="10288" to="10291" />
-    <span id="t_1733" from="10292" to="10299" />
-    <span id="t_1734" from="10300" to="10313" />
-    <span id="t_1735" from="10314" to="10322" />
-    <span id="t_1736" from="10323" to="10330" />
-    <span id="t_1737" from="10331" to="10336" />
-    <span id="t_1738" from="10337" to="10345" />
-    <span id="t_1739" from="10346" to="10349" />
-    <span id="t_1740" from="10350" to="10359" />
-    <span id="t_1741" from="10360" to="10368" />
-    <span id="t_1742" from="10369" to="10372" />
-    <span id="t_1743" from="10373" to="10380" />
-    <span id="t_1744" from="10381" to="10387" />
-    <span id="t_1745" from="10388" to="10399" />
-    <span id="t_1746" from="10399" to="10400" />
-    <span id="t_1747" from="10401" to="10404" />
-    <span id="t_1748" from="10405" to="10408" />
-    <span id="t_1749" from="10409" to="10414" />
-    <span id="t_1750" from="10415" to="10418" />
-    <span id="t_1751" from="10419" to="10428" />
-    <span id="t_1752" from="10429" to="10440" />
-    <span id="t_1753" from="10441" to="10446" />
-    <span id="t_1754" from="10447" to="10451" />
-    <span id="t_1755" from="10452" to="10458" />
-    <span id="t_1756" from="10459" to="10461" />
-    <span id="t_1757" from="10461" to="10462" />
-    <span id="t_1758" from="10463" to="10473" />
-    <span id="t_1759" from="10474" to="10476" />
-    <span id="t_1760" from="10477" to="10482" />
-    <span id="t_1761" from="10483" to="10489" />
-    <span id="t_1762" from="10490" to="10493" />
-    <span id="t_1763" from="10493" to="10494" />
-    <span id="t_1764" from="10495" to="10496" />
-    <span id="t_1765" from="10496" to="10499" />
-    <span id="t_1766" from="10500" to="10505" />
-    <span id="t_1767" from="10506" to="10511" />
-    <span id="t_1768" from="10511" to="10512" />
-    <span id="t_1769" from="10513" to="10516" />
-    <span id="t_1770" from="10517" to="10520" />
-    <span id="t_1771" from="10521" to="10526" />
-    <span id="t_1772" from="10526" to="10527" />
-    <span id="t_1773" from="10528" to="10531" />
-    <span id="t_1774" from="10532" to="10535" />
-    <span id="t_1775" from="10536" to="10545" />
-    <span id="t_1776" from="10545" to="10546" />
-    <span id="t_1777" from="10547" to="10551" />
-    <span id="t_1778" from="10552" to="10554" />
-    <span id="t_1779" from="10555" to="10559" />
-    <span id="t_1780" from="10560" to="10565" />
-    <span id="t_1781" from="10566" to="10570" />
-    <span id="t_1782" from="10571" to="10574" />
-    <span id="t_1783" from="10575" to="10585" />
-    <span id="t_1784" from="10586" to="10590" />
-    <span id="t_1785" from="10591" to="10593" />
-    <span id="t_1786" from="10594" to="10597" />
-    <span id="t_1787" from="10597" to="10598" />
-    <span id="t_1788" from="10599" to="10601" />
-    <span id="t_1789" from="10602" to="10605" />
-    <span id="t_1790" from="10606" to="10609" />
-    <span id="t_1791" from="10610" to="10617" />
-    <span id="t_1792" from="10618" to="10624" />
-    <span id="t_1793" from="10624" to="10625" />
-    <span id="t_1794" from="10626" to="10630" />
-    <span id="t_1795" from="10631" to="10637" />
-    <span id="t_1796" from="10638" to="10644" />
-    <span id="t_1797" from="10645" to="10648" />
-    <span id="t_1798" from="10649" to="10656" />
-    <span id="t_1799" from="10657" to="10662" />
-    <span id="t_1800" from="10662" to="10663" />
-    <span id="t_1801" from="10663" to="10664" />
-    <span id="t_1802" from="10665" to="10669" />
-    <span id="t_1803" from="10670" to="10673" />
-    <span id="t_1804" from="10673" to="10674" />
-    <span id="t_1805" from="10675" to="10676" />
-    <span id="t_1806" from="10676" to="10679" />
-    <span id="t_1807" from="10680" to="10685" />
-    <span id="t_1808" from="10686" to="10700" />
-    <span id="t_1809" from="10701" to="10703" />
-    <span id="t_1810" from="10704" to="10707" />
-    <span id="t_1811" from="10707" to="10708" />
-    <span id="t_1812" from="10709" to="10719" />
-    <span id="t_1813" from="10720" to="10726" />
-    <span id="t_1814" from="10727" to="10730" />
-    <span id="t_1815" from="10731" to="10734" />
-    <span id="t_1816" from="10735" to="10739" />
-    <span id="t_1817" from="10740" to="10747" />
-    <span id="t_1818" from="10748" to="10751" />
-    <span id="t_1819" from="10752" to="10754" />
-    <span id="t_1820" from="10755" to="10764" />
-    <span id="t_1821" from="10765" to="10774" />
-    <span id="t_1822" from="10774" to="10775" />
-    <span id="t_1823" from="10776" to="10788" />
-    <span id="t_1824" from="10789" to="10795" />
-    <span id="t_1825" from="10796" to="10799" />
-    <span id="t_1826" from="10800" to="10803" />
-    <span id="t_1827" from="10804" to="10812" />
-    <span id="t_1828" from="10813" to="10821" />
-    <span id="t_1829" from="10824" to="10828" />
-    <span id="t_1830" from="10829" to="10832" />
-    <span id="t_1831" from="10833" to="10838" />
-    <span id="t_1832" from="10839" to="10842" />
-    <span id="t_1833" from="10843" to="10857" />
-    <span id="t_1834" from="10858" to="10863" />
-    <span id="t_1835" from="10864" to="10873" />
-    <span id="t_1836" from="10873" to="10874" />
-    <span id="t_1837" from="10874" to="10875" />
-    <span id="t_1838" from="10876" to="10880" />
-    <span id="t_1839" from="10880" to="10881" />
-    <span id="t_1840" from="10882" to="10889" />
-    <span id="t_1841" from="10890" to="10897" />
-  </spanList>
-</layer>
diff --git a/t/corpus/BRZ13/00001/corenlp/ne_dewac_175m_600.xml b/t/corpus/BRZ13/00001/corenlp/ne_dewac_175m_600.xml
deleted file mode 100644
index 67c34a8..0000000
--- a/t/corpus/BRZ13/00001/corenlp/ne_dewac_175m_600.xml
+++ /dev/null
@@ -1,349 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?xml-model href="span.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
-
-<layer xmlns="http://ids-mannheim.de/ns/KorAP" docid="BRZ13_APR.00001" version="KorAP-0.4">
-   <spanList>
-      <span id="s_43" from="254" to="266">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-LOC</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_131" from="707" to="716">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-PER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_132" from="717" to="719">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-PER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_137" from="736" to="745">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-PER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_138" from="746" to="748">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-PER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_238" from="1251" to="1260">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-PER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_239" from="1261" to="1263">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-PER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_277" from="1500" to="1505">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-PER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_404" from="2186" to="2195">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-PER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_405" from="2196" to="2198">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-PER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_531" from="2903" to="2918">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-ORG</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_538" from="2944" to="2953">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-PER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_539" from="2954" to="2956">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-PER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_875" from="4665" to="4671">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-PER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_957" from="5150" to="5159">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-PER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_958" from="5160" to="5162">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-PER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_959" from="5163" to="5168">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-PER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1005" from="5397" to="5406">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-PER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1006" from="5407" to="5409">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-PER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1200" from="6524" to="6533">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-PER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1201" from="6534" to="6536">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-PER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1365" from="7500" to="7513">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-LOC</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1368" from="7538" to="7546">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-PER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1369" from="7547" to="7552">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-PER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1371" from="7554" to="7557">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-ORG</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1434" from="7906" to="7911">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-PER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1586" from="8844" to="8853">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-PER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1587" from="8854" to="8856">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-PER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1588" from="8857" to="8862">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-PER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1799" from="9933" to="9942">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-PER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1800" from="9943" to="9945">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-PER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1869" from="10314" to="10322">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-PER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1870" from="10323" to="10330">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-PER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1874" from="10350" to="10359">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-PER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1875" from="10360" to="10362">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-PER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1876" from="10363" to="10368">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-PER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1982" from="10882" to="10889">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-PER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1983" from="10890" to="10897">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-PER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-   </spanList>
-</layer>
diff --git a/t/corpus/BRZ13/00001/corenlp/ne_hgc_175m_600.xml b/t/corpus/BRZ13/00001/corenlp/ne_hgc_175m_600.xml
deleted file mode 100644
index df95746..0000000
--- a/t/corpus/BRZ13/00001/corenlp/ne_hgc_175m_600.xml
+++ /dev/null
@@ -1,349 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?xml-model href="span.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
-
-<layer xmlns="http://ids-mannheim.de/ns/KorAP" docid="BRZ13_APR.00001" version="KorAP-0.4">
-   <spanList>
-      <span id="s_43" from="254" to="266">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-LOC</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_131" from="707" to="716">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-PER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_132" from="717" to="719">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-PER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_137" from="736" to="745">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-PER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_138" from="746" to="748">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-PER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_238" from="1251" to="1260">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-PER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_239" from="1261" to="1263">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-PER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_277" from="1500" to="1505">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-PER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_404" from="2186" to="2195">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-PER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_405" from="2196" to="2198">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-PER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_538" from="2944" to="2953">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-PER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_539" from="2954" to="2956">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-PER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_957" from="5150" to="5159">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-PER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_958" from="5160" to="5162">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-PER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1005" from="5397" to="5406">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-PER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1006" from="5407" to="5409">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-PER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1200" from="6524" to="6533">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-PER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1201" from="6534" to="6536">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-PER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1305" from="7162" to="7166">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-ORG</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1365" from="7500" to="7513">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-LOC</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1368" from="7538" to="7546">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-PER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1369" from="7547" to="7552">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-PER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1371" from="7554" to="7557">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-ORG</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1437" from="7919" to="7923">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-ORG</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1457" from="8053" to="8057">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-ORG</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1552" from="8659" to="8663">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-ORG</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1586" from="8844" to="8853">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-PER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1587" from="8854" to="8856">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-PER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1616" from="9005" to="9011">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-ORG</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1799" from="9933" to="9942">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-PER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1800" from="9943" to="9945">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-PER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1848" from="10205" to="10209">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-ORG</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1869" from="10314" to="10322">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-PER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1870" from="10323" to="10330">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-PER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1874" from="10350" to="10359">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-PER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1875" from="10360" to="10362">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-PER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1982" from="10882" to="10889">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-PER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1983" from="10890" to="10897">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="ne">
-            <f name="ne">
-               <fs>
-                  <f name="ent">I-PER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-   </spanList>
-</layer>
diff --git a/t/corpus/BRZ13/00001/corenlp/sentences.xml b/t/corpus/BRZ13/00001/corenlp/sentences.xml
deleted file mode 100644
index df78692..0000000
--- a/t/corpus/BRZ13/00001/corenlp/sentences.xml
+++ /dev/null
@@ -1,112 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?xml-model href="span.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
-
-<layer xmlns="http://ids-mannheim.de/ns/KorAP" docid="BRZ13_APR.00001" version="KorAP-0.4">
-   <spanList>
-      <span from="0" to="22"/>
-      <span from="22" to="104"/>
-      <span from="105" to="209"/>
-      <span from="210" to="253"/>
-      <span from="254" to="267"/>
-      <span from="269" to="465"/>
-      <span from="466" to="549"/>
-      <span from="550" to="623"/>
-      <span from="624" to="672"/>
-      <span from="673" to="726"/>
-      <span from="727" to="921"/>
-      <span from="922" to="1107"/>
-      <span from="1108" to="1231"/>
-      <span from="1232" to="1312"/>
-      <span from="1313" to="1460"/>
-      <span from="1461" to="1587"/>
-      <span from="1588" to="1667"/>
-      <span from="1668" to="1800"/>
-      <span from="1801" to="1884"/>
-      <span from="1885" to="1981"/>
-      <span from="1982" to="2018"/>
-      <span from="2019" to="2133"/>
-      <span from="2134" to="2259"/>
-      <span from="2260" to="2371"/>
-      <span from="2372" to="2442"/>
-      <span from="2443" to="2475"/>
-      <span from="2476" to="2544"/>
-      <span from="2545" to="2666"/>
-      <span from="2667" to="2779"/>
-      <span from="2780" to="2797"/>
-      <span from="2798" to="2919"/>
-      <span from="2920" to="3042"/>
-      <span from="3043" to="3083"/>
-      <span from="3084" to="3143"/>
-      <span from="3144" to="3266"/>
-      <span from="3267" to="3305"/>
-      <span from="3306" to="3356"/>
-      <span from="3357" to="3493"/>
-      <span from="3494" to="3551"/>
-      <span from="3552" to="3628"/>
-      <span from="3629" to="3664"/>
-      <span from="3665" to="3709"/>
-      <span from="3710" to="3771"/>
-      <span from="3772" to="3867"/>
-      <span from="3868" to="3920"/>
-      <span from="3921" to="3939"/>
-      <span from="3940" to="3967"/>
-      <span from="3968" to="4069"/>
-      <span from="4070" to="4122"/>
-      <span from="4123" to="4143"/>
-      <span from="4144" to="4230"/>
-      <span from="4231" to="4338"/>
-      <span from="4339" to="4474"/>
-      <span from="4475" to="4594"/>
-      <span from="4595" to="4664"/>
-      <span from="4665" to="4910"/>
-      <span from="4911" to="4992"/>
-      <span from="4993" to="5041"/>
-      <span from="5042" to="5169"/>
-      <span from="5170" to="5364"/>
-      <span from="5365" to="5507"/>
-      <span from="5508" to="5754"/>
-      <span from="5755" to="5818"/>
-      <span from="5819" to="5942"/>
-      <span from="5943" to="6027"/>
-      <span from="6028" to="6064"/>
-      <span from="6065" to="6163"/>
-      <span from="6164" to="6295"/>
-      <span from="6296" to="6356"/>
-      <span from="6357" to="6475"/>
-      <span from="6476" to="6620"/>
-      <span from="6621" to="6771"/>
-      <span from="6772" to="6869"/>
-      <span from="6870" to="7033"/>
-      <span from="7034" to="7336"/>
-      <span from="7337" to="7409"/>
-      <span from="7410" to="7514"/>
-      <span from="7515" to="7727"/>
-      <span from="7728" to="7912"/>
-      <span from="7913" to="8097"/>
-      <span from="8098" to="8247"/>
-      <span from="8248" to="8337"/>
-      <span from="8338" to="8562"/>
-      <span from="8563" to="8750"/>
-      <span from="8751" to="8818"/>
-      <span from="8819" to="8903"/>
-      <span from="8904" to="8997"/>
-      <span from="8998" to="9192"/>
-      <span from="9193" to="9273"/>
-      <span from="9274" to="9501"/>
-      <span from="9502" to="9572"/>
-      <span from="9573" to="9637"/>
-      <span from="9638" to="9747"/>
-      <span from="9748" to="9865"/>
-      <span from="9866" to="9932"/>
-      <span from="9933" to="10116"/>
-      <span from="10117" to="10224"/>
-      <span from="10225" to="10287"/>
-      <span from="10288" to="10494"/>
-      <span from="10495" to="10598"/>
-      <span from="10599" to="10674"/>
-      <span from="10675" to="10775"/>
-      <span from="10776" to="10823"/>
-      <span from="10824" to="10875"/>
-      <span from="10876" to="10897"/>
-   </spanList>
-</layer>
diff --git a/t/corpus/BRZ13/00001/corenlp/tokens.xml b/t/corpus/BRZ13/00001/corenlp/tokens.xml
deleted file mode 100644
index d3149c7..0000000
--- a/t/corpus/BRZ13/00001/corenlp/tokens.xml
+++ /dev/null
@@ -1,1991 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?xml-model href="span.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
-
-<layer xmlns="http://ids-mannheim.de/ns/KorAP" docid="BRZ13_APR.00001" version="KorAP-0.4">
-   <spanList>
-      <span id="s_0" from="0" to="9"/>
-      <span id="s_1" from="10" to="20"/>
-      <span id="s_2" from="21" to="22"/>
-      <span id="s_3" from="22" to="23"/>
-      <span id="s_4" from="23" to="26"/>
-      <span id="s_5" from="27" to="37"/>
-      <span id="s_6" from="38" to="42"/>
-      <span id="s_7" from="43" to="49"/>
-      <span id="s_8" from="50" to="54"/>
-      <span id="s_9" from="55" to="59"/>
-      <span id="s_10" from="60" to="62"/>
-      <span id="s_11" from="63" to="66"/>
-      <span id="s_12" from="66" to="67"/>
-      <span id="s_13" from="68" to="71"/>
-      <span id="s_14" from="72" to="77"/>
-      <span id="s_15" from="78" to="84"/>
-      <span id="s_16" from="85" to="88"/>
-      <span id="s_17" from="89" to="103"/>
-      <span id="s_18" from="103" to="104"/>
-      <span id="s_19" from="105" to="108"/>
-      <span id="s_20" from="109" to="113"/>
-      <span id="s_21" from="114" to="117"/>
-      <span id="s_22" from="118" to="133"/>
-      <span id="s_23" from="134" to="139"/>
-      <span id="s_24" from="140" to="145"/>
-      <span id="s_25" from="146" to="156"/>
-      <span id="s_26" from="156" to="157"/>
-      <span id="s_27" from="158" to="163"/>
-      <span id="s_28" from="164" to="167"/>
-      <span id="s_29" from="168" to="176"/>
-      <span id="s_30" from="177" to="186"/>
-      <span id="s_31" from="187" to="194"/>
-      <span id="s_32" from="195" to="201"/>
-      <span id="s_33" from="202" to="203"/>
-      <span id="s_34" from="204" to="208"/>
-      <span id="s_35" from="208" to="209"/>
-      <span id="s_36" from="210" to="214"/>
-      <span id="s_37" from="215" to="225"/>
-      <span id="s_38" from="226" to="233"/>
-      <span id="s_39" from="235" to="238"/>
-      <span id="s_40" from="239" to="242"/>
-      <span id="s_41" from="243" to="252"/>
-      <span id="s_42" from="252" to="253"/>
-      <span id="s_43" from="254" to="266"/>
-      <span id="s_44" from="266" to="267"/>
-      <span id="s_45" from="269" to="272"/>
-      <span id="s_46" from="273" to="277"/>
-      <span id="s_47" from="277" to="278"/>
-      <span id="s_48" from="279" to="282"/>
-      <span id="s_49" from="283" to="288"/>
-      <span id="s_50" from="289" to="294"/>
-      <span id="s_51" from="295" to="301"/>
-      <span id="s_52" from="301" to="302"/>
-      <span id="s_53" from="303" to="306"/>
-      <span id="s_54" from="307" to="313"/>
-      <span id="s_55" from="314" to="318"/>
-      <span id="s_56" from="319" to="329"/>
-      <span id="s_57" from="329" to="330"/>
-      <span id="s_58" from="331" to="333"/>
-      <span id="s_59" from="334" to="339"/>
-      <span id="s_60" from="340" to="346"/>
-      <span id="s_61" from="347" to="349"/>
-      <span id="s_62" from="350" to="356"/>
-      <span id="s_63" from="357" to="366"/>
-      <span id="s_64" from="367" to="375"/>
-      <span id="s_65" from="376" to="379"/>
-      <span id="s_66" from="379" to="380"/>
-      <span id="s_67" from="381" to="385"/>
-      <span id="s_68" from="386" to="390"/>
-      <span id="s_69" from="391" to="397"/>
-      <span id="s_70" from="398" to="401"/>
-      <span id="s_71" from="402" to="405"/>
-      <span id="s_72" from="406" to="411"/>
-      <span id="s_73" from="412" to="415"/>
-      <span id="s_74" from="416" to="425"/>
-      <span id="s_75" from="426" to="431"/>
-      <span id="s_76" from="432" to="438"/>
-      <span id="s_77" from="439" to="446"/>
-      <span id="s_78" from="447" to="458"/>
-      <span id="s_79" from="459" to="464"/>
-      <span id="s_80" from="464" to="465"/>
-      <span id="s_81" from="466" to="470"/>
-      <span id="s_82" from="471" to="474"/>
-      <span id="s_83" from="475" to="478"/>
-      <span id="s_84" from="479" to="481"/>
-      <span id="s_85" from="482" to="485"/>
-      <span id="s_86" from="486" to="489"/>
-      <span id="s_87" from="490" to="492"/>
-      <span id="s_88" from="493" to="498"/>
-      <span id="s_89" from="499" to="508"/>
-      <span id="s_90" from="509" to="515"/>
-      <span id="s_91" from="515" to="516"/>
-      <span id="s_92" from="517" to="524"/>
-      <span id="s_93" from="525" to="528"/>
-      <span id="s_94" from="529" to="530"/>
-      <span id="s_95" from="531" to="541"/>
-      <span id="s_96" from="542" to="548"/>
-      <span id="s_97" from="548" to="549"/>
-      <span id="s_98" from="550" to="554"/>
-      <span id="s_99" from="555" to="559"/>
-      <span id="s_100" from="560" to="565"/>
-      <span id="s_101" from="566" to="569"/>
-      <span id="s_102" from="570" to="575"/>
-      <span id="s_103" from="576" to="580"/>
-      <span id="s_104" from="581" to="586"/>
-      <span id="s_105" from="586" to="587"/>
-      <span id="s_106" from="588" to="591"/>
-      <span id="s_107" from="592" to="596"/>
-      <span id="s_108" from="597" to="602"/>
-      <span id="s_109" from="603" to="609"/>
-      <span id="s_110" from="610" to="614"/>
-      <span id="s_111" from="615" to="618"/>
-      <span id="s_112" from="619" to="622"/>
-      <span id="s_113" from="622" to="623"/>
-      <span id="s_114" from="624" to="627"/>
-      <span id="s_115" from="628" to="634"/>
-      <span id="s_116" from="635" to="640"/>
-      <span id="s_117" from="641" to="647"/>
-      <span id="s_118" from="648" to="651"/>
-      <span id="s_119" from="652" to="656"/>
-      <span id="s_120" from="657" to="659"/>
-      <span id="s_121" from="660" to="668"/>
-      <span id="s_122" from="669" to="670"/>
-      <span id="s_123" from="671" to="672"/>
-      <span id="s_124" from="673" to="674"/>
-      <span id="s_125" from="675" to="676"/>
-      <span id="s_126" from="677" to="683"/>
-      <span id="s_127" from="684" to="691"/>
-      <span id="s_128" from="692" to="698"/>
-      <span id="s_129" from="699" to="702"/>
-      <span id="s_130" from="703" to="706"/>
-      <span id="s_131" from="707" to="716"/>
-      <span id="s_132" from="717" to="719"/>
-      <span id="s_133" from="720" to="725"/>
-      <span id="s_134" from="725" to="726"/>
-      <span id="s_135" from="727" to="731"/>
-      <span id="s_136" from="732" to="735"/>
-      <span id="s_137" from="736" to="745"/>
-      <span id="s_138" from="746" to="748"/>
-      <span id="s_139" from="749" to="754"/>
-      <span id="s_140" from="755" to="757"/>
-      <span id="s_141" from="758" to="763"/>
-      <span id="s_142" from="764" to="770"/>
-      <span id="s_143" from="771" to="776"/>
-      <span id="s_144" from="777" to="779"/>
-      <span id="s_145" from="780" to="783"/>
-      <span id="s_146" from="784" to="791"/>
-      <span id="s_147" from="792" to="802"/>
-      <span id="s_148" from="803" to="808"/>
-      <span id="s_149" from="809" to="817"/>
-      <span id="s_150" from="817" to="818"/>
-      <span id="s_151" from="819" to="822"/>
-      <span id="s_152" from="823" to="827"/>
-      <span id="s_153" from="828" to="831"/>
-      <span id="s_154" from="832" to="835"/>
-      <span id="s_155" from="836" to="841"/>
-      <span id="s_156" from="842" to="843"/>
-      <span id="s_157" from="844" to="846"/>
-      <span id="s_158" from="846" to="847"/>
-      <span id="s_159" from="848" to="853"/>
-      <span id="s_160" from="854" to="857"/>
-      <span id="s_161" from="858" to="861"/>
-      <span id="s_162" from="862" to="868"/>
-      <span id="s_163" from="869" to="875"/>
-      <span id="s_164" from="875" to="876"/>
-      <span id="s_165" from="877" to="881"/>
-      <span id="s_166" from="882" to="887"/>
-      <span id="s_167" from="888" to="891"/>
-      <span id="s_168" from="891" to="892"/>
-      <span id="s_169" from="893" to="898"/>
-      <span id="s_170" from="899" to="902"/>
-      <span id="s_171" from="903" to="905"/>
-      <span id="s_172" from="906" to="912"/>
-      <span id="s_173" from="913" to="920"/>
-      <span id="s_174" from="920" to="921"/>
-      <span id="s_175" from="922" to="926"/>
-      <span id="s_176" from="927" to="931"/>
-      <span id="s_177" from="932" to="941"/>
-      <span id="s_178" from="942" to="945"/>
-      <span id="s_179" from="945" to="946"/>
-      <span id="s_180" from="947" to="950"/>
-      <span id="s_181" from="951" to="954"/>
-      <span id="s_182" from="955" to="960"/>
-      <span id="s_183" from="961" to="967"/>
-      <span id="s_184" from="968" to="971"/>
-      <span id="s_185" from="972" to="985"/>
-      <span id="s_186" from="986" to="993"/>
-      <span id="s_187" from="994" to="998"/>
-      <span id="s_188" from="998" to="999"/>
-      <span id="s_189" from="1000" to="1003"/>
-      <span id="s_190" from="1004" to="1014"/>
-      <span id="s_191" from="1015" to="1019"/>
-      <span id="s_192" from="1020" to="1028"/>
-      <span id="s_193" from="1029" to="1036"/>
-      <span id="s_194" from="1036" to="1037"/>
-      <span id="s_195" from="1038" to="1041"/>
-      <span id="s_196" from="1042" to="1045"/>
-      <span id="s_197" from="1046" to="1051"/>
-      <span id="s_198" from="1051" to="1052"/>
-      <span id="s_199" from="1053" to="1058"/>
-      <span id="s_200" from="1059" to="1065"/>
-      <span id="s_201" from="1066" to="1070"/>
-      <span id="s_202" from="1071" to="1075"/>
-      <span id="s_203" from="1076" to="1082"/>
-      <span id="s_204" from="1082" to="1083"/>
-      <span id="s_205" from="1084" to="1089"/>
-      <span id="s_206" from="1090" to="1094"/>
-      <span id="s_207" from="1095" to="1098"/>
-      <span id="s_208" from="1099" to="1106"/>
-      <span id="s_209" from="1106" to="1107"/>
-      <span id="s_210" from="1108" to="1110"/>
-      <span id="s_211" from="1111" to="1118"/>
-      <span id="s_212" from="1119" to="1127"/>
-      <span id="s_213" from="1128" to="1132"/>
-      <span id="s_214" from="1133" to="1136"/>
-      <span id="s_215" from="1137" to="1141"/>
-      <span id="s_216" from="1141" to="1142"/>
-      <span id="s_217" from="1143" to="1146"/>
-      <span id="s_218" from="1147" to="1155"/>
-      <span id="s_219" from="1156" to="1159"/>
-      <span id="s_220" from="1160" to="1170"/>
-      <span id="s_221" from="1171" to="1175"/>
-      <span id="s_222" from="1176" to="1178"/>
-      <span id="s_223" from="1179" to="1185"/>
-      <span id="s_224" from="1185" to="1186"/>
-      <span id="s_225" from="1187" to="1191"/>
-      <span id="s_226" from="1192" to="1195"/>
-      <span id="s_227" from="1196" to="1197"/>
-      <span id="s_228" from="1198" to="1202"/>
-      <span id="s_229" from="1203" to="1205"/>
-      <span id="s_230" from="1206" to="1209"/>
-      <span id="s_231" from="1210" to="1216"/>
-      <span id="s_232" from="1217" to="1221"/>
-      <span id="s_233" from="1222" to="1230"/>
-      <span id="s_234" from="1230" to="1231"/>
-      <span id="s_235" from="1232" to="1236"/>
-      <span id="s_236" from="1237" to="1245"/>
-      <span id="s_237" from="1246" to="1250"/>
-      <span id="s_238" from="1251" to="1260"/>
-      <span id="s_239" from="1261" to="1263"/>
-      <span id="s_240" from="1264" to="1269"/>
-      <span id="s_241" from="1270" to="1273"/>
-      <span id="s_242" from="1274" to="1279"/>
-      <span id="s_243" from="1280" to="1293"/>
-      <span id="s_244" from="1294" to="1301"/>
-      <span id="s_245" from="1302" to="1306"/>
-      <span id="s_246" from="1307" to="1311"/>
-      <span id="s_247" from="1311" to="1312"/>
-      <span id="s_248" from="1313" to="1316"/>
-      <span id="s_249" from="1317" to="1320"/>
-      <span id="s_250" from="1321" to="1329"/>
-      <span id="s_251" from="1329" to="1330"/>
-      <span id="s_252" from="1331" to="1341"/>
-      <span id="s_253" from="1342" to="1345"/>
-      <span id="s_254" from="1346" to="1348"/>
-      <span id="s_255" from="1348" to="1349"/>
-      <span id="s_256" from="1350" to="1358"/>
-      <span id="s_257" from="1359" to="1362"/>
-      <span id="s_258" from="1363" to="1376"/>
-      <span id="s_259" from="1377" to="1387"/>
-      <span id="s_260" from="1388" to="1393"/>
-      <span id="s_261" from="1394" to="1397"/>
-      <span id="s_262" from="1398" to="1408"/>
-      <span id="s_263" from="1409" to="1414"/>
-      <span id="s_264" from="1415" to="1419"/>
-      <span id="s_265" from="1420" to="1425"/>
-      <span id="s_266" from="1426" to="1431"/>
-      <span id="s_267" from="1432" to="1436"/>
-      <span id="s_268" from="1437" to="1446"/>
-      <span id="s_269" from="1447" to="1458"/>
-      <span id="s_270" from="1459" to="1460"/>
-      <span id="s_271" from="1461" to="1465"/>
-      <span id="s_272" from="1466" to="1480"/>
-      <span id="s_273" from="1480" to="1481"/>
-      <span id="s_274" from="1482" to="1484"/>
-      <span id="s_275" from="1485" to="1488"/>
-      <span id="s_276" from="1489" to="1499"/>
-      <span id="s_277" from="1500" to="1505"/>
-      <span id="s_278" from="1506" to="1519"/>
-      <span id="s_279" from="1520" to="1523"/>
-      <span id="s_280" from="1524" to="1527"/>
-      <span id="s_281" from="1528" to="1543"/>
-      <span id="s_282" from="1544" to="1552"/>
-      <span id="s_283" from="1553" to="1555"/>
-      <span id="s_284" from="1556" to="1557"/>
-      <span id="s_285" from="1558" to="1562"/>
-      <span id="s_286" from="1562" to="1563"/>
-      <span id="s_287" from="1564" to="1566"/>
-      <span id="s_288" from="1568" to="1576"/>
-      <span id="s_289" from="1577" to="1579"/>
-      <span id="s_290" from="1580" to="1581"/>
-      <span id="s_291" from="1582" to="1586"/>
-      <span id="s_292" from="1586" to="1587"/>
-      <span id="s_293" from="1588" to="1589"/>
-      <span id="s_294" from="1589" to="1594"/>
-      <span id="s_295" from="1595" to="1605"/>
-      <span id="s_296" from="1606" to="1614"/>
-      <span id="s_297" from="1615" to="1627"/>
-      <span id="s_298" from="1628" to="1640"/>
-      <span id="s_299" from="1641" to="1644"/>
-      <span id="s_300" from="1645" to="1648"/>
-      <span id="s_301" from="1649" to="1652"/>
-      <span id="s_302" from="1652" to="1653"/>
-      <span id="s_303" from="1653" to="1654"/>
-      <span id="s_304" from="1655" to="1659"/>
-      <span id="s_305" from="1660" to="1662"/>
-      <span id="s_306" from="1663" to="1666"/>
-      <span id="s_307" from="1666" to="1667"/>
-      <span id="s_308" from="1668" to="1669"/>
-      <span id="s_309" from="1669" to="1674"/>
-      <span id="s_310" from="1675" to="1687"/>
-      <span id="s_311" from="1688" to="1693"/>
-      <span id="s_312" from="1694" to="1697"/>
-      <span id="s_313" from="1698" to="1701"/>
-      <span id="s_314" from="1702" to="1705"/>
-      <span id="s_315" from="1705" to="1706"/>
-      <span id="s_316" from="1707" to="1710"/>
-      <span id="s_317" from="1711" to="1716"/>
-      <span id="s_318" from="1717" to="1720"/>
-      <span id="s_319" from="1721" to="1727"/>
-      <span id="s_320" from="1728" to="1729"/>
-      <span id="s_321" from="1730" to="1734"/>
-      <span id="s_322" from="1735" to="1740"/>
-      <span id="s_323" from="1741" to="1753"/>
-      <span id="s_324" from="1754" to="1757"/>
-      <span id="s_325" from="1758" to="1761"/>
-      <span id="s_326" from="1762" to="1765"/>
-      <span id="s_327" from="1766" to="1770"/>
-      <span id="s_328" from="1771" to="1781"/>
-      <span id="s_329" from="1782" to="1791"/>
-      <span id="s_330" from="1792" to="1798"/>
-      <span id="s_331" from="1799" to="1800"/>
-      <span id="s_332" from="1801" to="1804"/>
-      <span id="s_333" from="1805" to="1809"/>
-      <span id="s_334" from="1810" to="1814"/>
-      <span id="s_335" from="1815" to="1817"/>
-      <span id="s_336" from="1819" to="1823"/>
-      <span id="s_337" from="1824" to="1829"/>
-      <span id="s_338" from="1829" to="1830"/>
-      <span id="s_339" from="1831" to="1835"/>
-      <span id="s_340" from="1836" to="1839"/>
-      <span id="s_341" from="1840" to="1843"/>
-      <span id="s_342" from="1844" to="1845"/>
-      <span id="s_343" from="1846" to="1847"/>
-      <span id="s_344" from="1848" to="1852"/>
-      <span id="s_345" from="1853" to="1858"/>
-      <span id="s_346" from="1859" to="1862"/>
-      <span id="s_347" from="1863" to="1868"/>
-      <span id="s_348" from="1869" to="1878"/>
-      <span id="s_349" from="1879" to="1883"/>
-      <span id="s_350" from="1883" to="1884"/>
-      <span id="s_351" from="1885" to="1888"/>
-      <span id="s_352" from="1889" to="1893"/>
-      <span id="s_353" from="1894" to="1897"/>
-      <span id="s_354" from="1898" to="1904"/>
-      <span id="s_355" from="1904" to="1905"/>
-      <span id="s_356" from="1906" to="1910"/>
-      <span id="s_357" from="1911" to="1916"/>
-      <span id="s_358" from="1917" to="1922"/>
-      <span id="s_359" from="1923" to="1929"/>
-      <span id="s_360" from="1930" to="1932"/>
-      <span id="s_361" from="1933" to="1935"/>
-      <span id="s_362" from="1936" to="1942"/>
-      <span id="s_363" from="1942" to="1943"/>
-      <span id="s_364" from="1944" to="1953"/>
-      <span id="s_365" from="1954" to="1961"/>
-      <span id="s_366" from="1962" to="1965"/>
-      <span id="s_367" from="1966" to="1969"/>
-      <span id="s_368" from="1970" to="1980"/>
-      <span id="s_369" from="1980" to="1981"/>
-      <span id="s_370" from="1982" to="1986"/>
-      <span id="s_371" from="1987" to="1989"/>
-      <span id="s_372" from="1990" to="1993"/>
-      <span id="s_373" from="1994" to="2005"/>
-      <span id="s_374" from="2006" to="2017"/>
-      <span id="s_375" from="2017" to="2018"/>
-      <span id="s_376" from="2019" to="2022"/>
-      <span id="s_377" from="2023" to="2030"/>
-      <span id="s_378" from="2031" to="2034"/>
-      <span id="s_379" from="2035" to="2040"/>
-      <span id="s_380" from="2041" to="2048"/>
-      <span id="s_381" from="2048" to="2049"/>
-      <span id="s_382" from="2050" to="2052"/>
-      <span id="s_383" from="2053" to="2057"/>
-      <span id="s_384" from="2058" to="2067"/>
-      <span id="s_385" from="2068" to="2070"/>
-      <span id="s_386" from="2071" to="2084"/>
-      <span id="s_387" from="2085" to="2088"/>
-      <span id="s_388" from="2089" to="2094"/>
-      <span id="s_389" from="2095" to="2103"/>
-      <span id="s_390" from="2104" to="2107"/>
-      <span id="s_391" from="2108" to="2116"/>
-      <span id="s_392" from="2117" to="2118"/>
-      <span id="s_393" from="2119" to="2131"/>
-      <span id="s_394" from="2131" to="2132"/>
-      <span id="s_395" from="2132" to="2133"/>
-      <span id="s_396" from="2134" to="2139"/>
-      <span id="s_397" from="2140" to="2149"/>
-      <span id="s_398" from="2150" to="2153"/>
-      <span id="s_399" from="2154" to="2162"/>
-      <span id="s_400" from="2163" to="2168"/>
-      <span id="s_401" from="2169" to="2174"/>
-      <span id="s_402" from="2175" to="2179"/>
-      <span id="s_403" from="2180" to="2185"/>
-      <span id="s_404" from="2186" to="2195"/>
-      <span id="s_405" from="2196" to="2198"/>
-      <span id="s_406" from="2199" to="2204"/>
-      <span id="s_407" from="2205" to="2213"/>
-      <span id="s_408" from="2214" to="2219"/>
-      <span id="s_409" from="2220" to="2223"/>
-      <span id="s_410" from="2223" to="2224"/>
-      <span id="s_411" from="2225" to="2228"/>
-      <span id="s_412" from="2229" to="2233"/>
-      <span id="s_413" from="2234" to="2240"/>
-      <span id="s_414" from="2241" to="2244"/>
-      <span id="s_415" from="2245" to="2252"/>
-      <span id="s_416" from="2253" to="2258"/>
-      <span id="s_417" from="2258" to="2259"/>
-      <span id="s_418" from="2260" to="2263"/>
-      <span id="s_419" from="2264" to="2269"/>
-      <span id="s_420" from="2270" to="2273"/>
-      <span id="s_421" from="2274" to="2286"/>
-      <span id="s_422" from="2287" to="2299"/>
-      <span id="s_423" from="2299" to="2300"/>
-      <span id="s_424" from="2301" to="2303"/>
-      <span id="s_425" from="2304" to="2306"/>
-      <span id="s_426" from="2307" to="2312"/>
-      <span id="s_427" from="2313" to="2326"/>
-      <span id="s_428" from="2327" to="2334"/>
-      <span id="s_429" from="2335" to="2339"/>
-      <span id="s_430" from="2340" to="2344"/>
-      <span id="s_431" from="2345" to="2347"/>
-      <span id="s_432" from="2348" to="2353"/>
-      <span id="s_433" from="2354" to="2361"/>
-      <span id="s_434" from="2362" to="2370"/>
-      <span id="s_435" from="2370" to="2371"/>
-      <span id="s_436" from="2372" to="2375"/>
-      <span id="s_437" from="2376" to="2379"/>
-      <span id="s_438" from="2380" to="2383"/>
-      <span id="s_439" from="2384" to="2392"/>
-      <span id="s_440" from="2393" to="2403"/>
-      <span id="s_441" from="2403" to="2404"/>
-      <span id="s_442" from="2405" to="2415"/>
-      <span id="s_443" from="2416" to="2419"/>
-      <span id="s_444" from="2420" to="2424"/>
-      <span id="s_445" from="2425" to="2426"/>
-      <span id="s_446" from="2427" to="2432"/>
-      <span id="s_447" from="2433" to="2441"/>
-      <span id="s_448" from="2441" to="2442"/>
-      <span id="s_449" from="2443" to="2452"/>
-      <span id="s_450" from="2453" to="2456"/>
-      <span id="s_451" from="2457" to="2460"/>
-      <span id="s_452" from="2461" to="2467"/>
-      <span id="s_453" from="2468" to="2473"/>
-      <span id="s_454" from="2474" to="2475"/>
-      <span id="s_455" from="2476" to="2480"/>
-      <span id="s_456" from="2481" to="2485"/>
-      <span id="s_457" from="2486" to="2488"/>
-      <span id="s_458" from="2489" to="2492"/>
-      <span id="s_459" from="2493" to="2498"/>
-      <span id="s_460" from="2499" to="2509"/>
-      <span id="s_461" from="2509" to="2510"/>
-      <span id="s_462" from="2511" to="2513"/>
-      <span id="s_463" from="2514" to="2523"/>
-      <span id="s_464" from="2524" to="2527"/>
-      <span id="s_465" from="2528" to="2529"/>
-      <span id="s_466" from="2530" to="2532"/>
-      <span id="s_467" from="2533" to="2543"/>
-      <span id="s_468" from="2543" to="2544"/>
-      <span id="s_469" from="2545" to="2551"/>
-      <span id="s_470" from="2552" to="2557"/>
-      <span id="s_471" from="2558" to="2562"/>
-      <span id="s_472" from="2563" to="2566"/>
-      <span id="s_473" from="2567" to="2573"/>
-      <span id="s_474" from="2574" to="2579"/>
-      <span id="s_475" from="2580" to="2581"/>
-      <span id="s_476" from="2582" to="2587"/>
-      <span id="s_477" from="2588" to="2593"/>
-      <span id="s_478" from="2594" to="2597"/>
-      <span id="s_479" from="2598" to="2610"/>
-      <span id="s_480" from="2611" to="2616"/>
-      <span id="s_481" from="2617" to="2621"/>
-      <span id="s_482" from="2622" to="2630"/>
-      <span id="s_483" from="2630" to="2631"/>
-      <span id="s_484" from="2632" to="2635"/>
-      <span id="s_485" from="2636" to="2639"/>
-      <span id="s_486" from="2640" to="2645"/>
-      <span id="s_487" from="2646" to="2650"/>
-      <span id="s_488" from="2652" to="2661"/>
-      <span id="s_489" from="2662" to="2665"/>
-      <span id="s_490" from="2665" to="2666"/>
-      <span id="s_491" from="2667" to="2670"/>
-      <span id="s_492" from="2671" to="2677"/>
-      <span id="s_493" from="2678" to="2683"/>
-      <span id="s_494" from="2684" to="2689"/>
-      <span id="s_495" from="2690" to="2698"/>
-      <span id="s_496" from="2698" to="2699"/>
-      <span id="s_497" from="2700" to="2704"/>
-      <span id="s_498" from="2705" to="2708"/>
-      <span id="s_499" from="2709" to="2712"/>
-      <span id="s_500" from="2713" to="2726"/>
-      <span id="s_501" from="2727" to="2732"/>
-      <span id="s_502" from="2733" to="2737"/>
-      <span id="s_503" from="2738" to="2747"/>
-      <span id="s_504" from="2748" to="2751"/>
-      <span id="s_505" from="2751" to="2752"/>
-      <span id="s_506" from="2753" to="2756"/>
-      <span id="s_507" from="2757" to="2762"/>
-      <span id="s_508" from="2763" to="2765"/>
-      <span id="s_509" from="2766" to="2778"/>
-      <span id="s_510" from="2778" to="2779"/>
-      <span id="s_511" from="2780" to="2783"/>
-      <span id="s_512" from="2784" to="2787"/>
-      <span id="s_513" from="2788" to="2796"/>
-      <span id="s_514" from="2796" to="2797"/>
-      <span id="s_515" from="2798" to="2808"/>
-      <span id="s_516" from="2809" to="2813"/>
-      <span id="s_517" from="2814" to="2817"/>
-      <span id="s_518" from="2818" to="2821"/>
-      <span id="s_519" from="2822" to="2827"/>
-      <span id="s_520" from="2828" to="2838"/>
-      <span id="s_521" from="2839" to="2852"/>
-      <span id="s_522" from="2853" to="2856"/>
-      <span id="s_523" from="2857" to="2861"/>
-      <span id="s_524" from="2862" to="2867"/>
-      <span id="s_525" from="2868" to="2871"/>
-      <span id="s_526" from="2872" to="2879"/>
-      <span id="s_527" from="2880" to="2887"/>
-      <span id="s_528" from="2888" to="2893"/>
-      <span id="s_529" from="2894" to="2896"/>
-      <span id="s_530" from="2897" to="2902"/>
-      <span id="s_531" from="2903" to="2918"/>
-      <span id="s_532" from="2918" to="2919"/>
-      <span id="s_533" from="2920" to="2924"/>
-      <span id="s_534" from="2925" to="2929"/>
-      <span id="s_535" from="2930" to="2932"/>
-      <span id="s_536" from="2933" to="2939"/>
-      <span id="s_537" from="2940" to="2943"/>
-      <span id="s_538" from="2944" to="2953"/>
-      <span id="s_539" from="2954" to="2956"/>
-      <span id="s_540" from="2957" to="2962"/>
-      <span id="s_541" from="2963" to="2966"/>
-      <span id="s_542" from="2967" to="2970"/>
-      <span id="s_543" from="2971" to="2986"/>
-      <span id="s_544" from="2987" to="2990"/>
-      <span id="s_545" from="2991" to="3004"/>
-      <span id="s_546" from="3005" to="3016"/>
-      <span id="s_547" from="3017" to="3020"/>
-      <span id="s_548" from="3022" to="3027"/>
-      <span id="s_549" from="3028" to="3030"/>
-      <span id="s_550" from="3031" to="3041"/>
-      <span id="s_551" from="3041" to="3042"/>
-      <span id="s_552" from="3043" to="3046"/>
-      <span id="s_553" from="3047" to="3054"/>
-      <span id="s_554" from="3055" to="3058"/>
-      <span id="s_555" from="3059" to="3064"/>
-      <span id="s_556" from="3065" to="3081"/>
-      <span id="s_557" from="3082" to="3083"/>
-      <span id="s_558" from="3084" to="3087"/>
-      <span id="s_559" from="3088" to="3090"/>
-      <span id="s_560" from="3091" to="3096"/>
-      <span id="s_561" from="3097" to="3103"/>
-      <span id="s_562" from="3104" to="3112"/>
-      <span id="s_563" from="3113" to="3116"/>
-      <span id="s_564" from="3117" to="3123"/>
-      <span id="s_565" from="3124" to="3128"/>
-      <span id="s_566" from="3129" to="3138"/>
-      <span id="s_567" from="3139" to="3142"/>
-      <span id="s_568" from="3142" to="3143"/>
-      <span id="s_569" from="3144" to="3147"/>
-      <span id="s_570" from="3148" to="3151"/>
-      <span id="s_571" from="3152" to="3157"/>
-      <span id="s_572" from="3158" to="3167"/>
-      <span id="s_573" from="3168" to="3179"/>
-      <span id="s_574" from="3180" to="3185"/>
-      <span id="s_575" from="3185" to="3186"/>
-      <span id="s_576" from="3187" to="3194"/>
-      <span id="s_577" from="3195" to="3198"/>
-      <span id="s_578" from="3199" to="3206"/>
-      <span id="s_579" from="3207" to="3210"/>
-      <span id="s_580" from="3211" to="3214"/>
-      <span id="s_581" from="3214" to="3215"/>
-      <span id="s_582" from="3216" to="3220"/>
-      <span id="s_583" from="3221" to="3224"/>
-      <span id="s_584" from="3224" to="3225"/>
-      <span id="s_585" from="3226" to="3231"/>
-      <span id="s_586" from="3232" to="3238"/>
-      <span id="s_587" from="3239" to="3242"/>
-      <span id="s_588" from="3243" to="3246"/>
-      <span id="s_589" from="3247" to="3253"/>
-      <span id="s_590" from="3254" to="3265"/>
-      <span id="s_591" from="3265" to="3266"/>
-      <span id="s_592" from="3267" to="3270"/>
-      <span id="s_593" from="3271" to="3281"/>
-      <span id="s_594" from="3282" to="3288"/>
-      <span id="s_595" from="3289" to="3292"/>
-      <span id="s_596" from="3293" to="3296"/>
-      <span id="s_597" from="3297" to="3304"/>
-      <span id="s_598" from="3304" to="3305"/>
-      <span id="s_599" from="3306" to="3313"/>
-      <span id="s_600" from="3314" to="3318"/>
-      <span id="s_601" from="3319" to="3324"/>
-      <span id="s_602" from="3325" to="3333"/>
-      <span id="s_603" from="3334" to="3337"/>
-      <span id="s_604" from="3338" to="3340"/>
-      <span id="s_605" from="3341" to="3344"/>
-      <span id="s_606" from="3345" to="3350"/>
-      <span id="s_607" from="3351" to="3355"/>
-      <span id="s_608" from="3355" to="3356"/>
-      <span id="s_609" from="3357" to="3358"/>
-      <span id="s_610" from="3358" to="3361"/>
-      <span id="s_611" from="3362" to="3366"/>
-      <span id="s_612" from="3367" to="3369"/>
-      <span id="s_613" from="3370" to="3374"/>
-      <span id="s_614" from="3375" to="3378"/>
-      <span id="s_615" from="3379" to="3382"/>
-      <span id="s_616" from="3383" to="3385"/>
-      <span id="s_617" from="3385" to="3386"/>
-      <span id="s_618" from="3387" to="3391"/>
-      <span id="s_619" from="3392" to="3396"/>
-      <span id="s_620" from="3397" to="3406"/>
-      <span id="s_621" from="3407" to="3413"/>
-      <span id="s_622" from="3414" to="3417"/>
-      <span id="s_623" from="3417" to="3418"/>
-      <span id="s_624" from="3419" to="3423"/>
-      <span id="s_625" from="3424" to="3426"/>
-      <span id="s_626" from="3427" to="3433"/>
-      <span id="s_627" from="3434" to="3438"/>
-      <span id="s_628" from="3439" to="3447"/>
-      <span id="s_629" from="3448" to="3452"/>
-      <span id="s_630" from="3452" to="3453"/>
-      <span id="s_631" from="3454" to="3458"/>
-      <span id="s_632" from="3459" to="3462"/>
-      <span id="s_633" from="3463" to="3468"/>
-      <span id="s_634" from="3469" to="3473"/>
-      <span id="s_635" from="3474" to="3475"/>
-      <span id="s_636" from="3476" to="3480"/>
-      <span id="s_637" from="3482" to="3492"/>
-      <span id="s_638" from="3492" to="3493"/>
-      <span id="s_639" from="3494" to="3501"/>
-      <span id="s_640" from="3502" to="3505"/>
-      <span id="s_641" from="3506" to="3508"/>
-      <span id="s_642" from="3509" to="3517"/>
-      <span id="s_643" from="3518" to="3521"/>
-      <span id="s_644" from="3522" to="3527"/>
-      <span id="s_645" from="3527" to="3528"/>
-      <span id="s_646" from="3530" to="3538"/>
-      <span id="s_647" from="3539" to="3550"/>
-      <span id="s_648" from="3550" to="3551"/>
-      <span id="s_649" from="3552" to="3555"/>
-      <span id="s_650" from="3556" to="3564"/>
-      <span id="s_651" from="3564" to="3565"/>
-      <span id="s_652" from="3566" to="3569"/>
-      <span id="s_653" from="3570" to="3580"/>
-      <span id="s_654" from="3581" to="3587"/>
-      <span id="s_655" from="3588" to="3590"/>
-      <span id="s_656" from="3591" to="3596"/>
-      <span id="s_657" from="3596" to="3597"/>
-      <span id="s_658" from="3598" to="3604"/>
-      <span id="s_659" from="3605" to="3606"/>
-      <span id="s_660" from="3607" to="3611"/>
-      <span id="s_661" from="3612" to="3615"/>
-      <span id="s_662" from="3616" to="3620"/>
-      <span id="s_663" from="3621" to="3627"/>
-      <span id="s_664" from="3627" to="3628"/>
-      <span id="s_665" from="3629" to="3633"/>
-      <span id="s_666" from="3634" to="3637"/>
-      <span id="s_667" from="3638" to="3642"/>
-      <span id="s_668" from="3643" to="3646"/>
-      <span id="s_669" from="3647" to="3650"/>
-      <span id="s_670" from="3651" to="3663"/>
-      <span id="s_671" from="3663" to="3664"/>
-      <span id="s_672" from="3665" to="3676"/>
-      <span id="s_673" from="3677" to="3680"/>
-      <span id="s_674" from="3682" to="3685"/>
-      <span id="s_675" from="3685" to="3686"/>
-      <span id="s_676" from="3687" to="3690"/>
-      <span id="s_677" from="3691" to="3703"/>
-      <span id="s_678" from="3704" to="3707"/>
-      <span id="s_679" from="3708" to="3709"/>
-      <span id="s_680" from="3710" to="3713"/>
-      <span id="s_681" from="3714" to="3716"/>
-      <span id="s_682" from="3717" to="3721"/>
-      <span id="s_683" from="3722" to="3725"/>
-      <span id="s_684" from="3726" to="3729"/>
-      <span id="s_685" from="3729" to="3730"/>
-      <span id="s_686" from="3731" to="3738"/>
-      <span id="s_687" from="3739" to="3742"/>
-      <span id="s_688" from="3743" to="3747"/>
-      <span id="s_689" from="3748" to="3753"/>
-      <span id="s_690" from="3754" to="3761"/>
-      <span id="s_691" from="3762" to="3764"/>
-      <span id="s_692" from="3765" to="3770"/>
-      <span id="s_693" from="3770" to="3771"/>
-      <span id="s_694" from="3772" to="3775"/>
-      <span id="s_695" from="3776" to="3779"/>
-      <span id="s_696" from="3780" to="3784"/>
-      <span id="s_697" from="3785" to="3787"/>
-      <span id="s_698" from="3788" to="3791"/>
-      <span id="s_699" from="3792" to="3796"/>
-      <span id="s_700" from="3796" to="3797"/>
-      <span id="s_701" from="3798" to="3801"/>
-      <span id="s_702" from="3802" to="3805"/>
-      <span id="s_703" from="3806" to="3816"/>
-      <span id="s_704" from="3816" to="3817"/>
-      <span id="s_705" from="3818" to="3824"/>
-      <span id="s_706" from="3825" to="3827"/>
-      <span id="s_707" from="3828" to="3829"/>
-      <span id="s_708" from="3830" to="3834"/>
-      <span id="s_709" from="3834" to="3835"/>
-      <span id="s_710" from="3836" to="3843"/>
-      <span id="s_711" from="3844" to="3847"/>
-      <span id="s_712" from="3848" to="3851"/>
-      <span id="s_713" from="3852" to="3858"/>
-      <span id="s_714" from="3859" to="3862"/>
-      <span id="s_715" from="3863" to="3865"/>
-      <span id="s_716" from="3865" to="3866"/>
-      <span id="s_717" from="3866" to="3867"/>
-      <span id="s_718" from="3868" to="3872"/>
-      <span id="s_719" from="3873" to="3875"/>
-      <span id="s_720" from="3876" to="3878"/>
-      <span id="s_721" from="3879" to="3882"/>
-      <span id="s_722" from="3883" to="3884"/>
-      <span id="s_723" from="3885" to="3888"/>
-      <span id="s_724" from="3889" to="3892"/>
-      <span id="s_725" from="3893" to="3897"/>
-      <span id="s_726" from="3898" to="3903"/>
-      <span id="s_727" from="3904" to="3910"/>
-      <span id="s_728" from="3911" to="3919"/>
-      <span id="s_729" from="3919" to="3920"/>
-      <span id="s_730" from="3921" to="3924"/>
-      <span id="s_731" from="3925" to="3932"/>
-      <span id="s_732" from="3933" to="3938"/>
-      <span id="s_733" from="3938" to="3939"/>
-      <span id="s_734" from="3940" to="3946"/>
-      <span id="s_735" from="3947" to="3951"/>
-      <span id="s_736" from="3952" to="3957"/>
-      <span id="s_737" from="3958" to="3966"/>
-      <span id="s_738" from="3966" to="3967"/>
-      <span id="s_739" from="3968" to="3972"/>
-      <span id="s_740" from="3973" to="3981"/>
-      <span id="s_741" from="3982" to="3985"/>
-      <span id="s_742" from="3986" to="3989"/>
-      <span id="s_743" from="3990" to="3993"/>
-      <span id="s_744" from="3994" to="4000"/>
-      <span id="s_745" from="4000" to="4001"/>
-      <span id="s_746" from="4002" to="4005"/>
-      <span id="s_747" from="4006" to="4011"/>
-      <span id="s_748" from="4012" to="4016"/>
-      <span id="s_749" from="4017" to="4024"/>
-      <span id="s_750" from="4025" to="4027"/>
-      <span id="s_751" from="4028" to="4034"/>
-      <span id="s_752" from="4034" to="4035"/>
-      <span id="s_753" from="4036" to="4038"/>
-      <span id="s_754" from="4039" to="4043"/>
-      <span id="s_755" from="4044" to="4050"/>
-      <span id="s_756" from="4051" to="4058"/>
-      <span id="s_757" from="4059" to="4061"/>
-      <span id="s_758" from="4062" to="4063"/>
-      <span id="s_759" from="4064" to="4068"/>
-      <span id="s_760" from="4068" to="4069"/>
-      <span id="s_761" from="4070" to="4071"/>
-      <span id="s_762" from="4071" to="4076"/>
-      <span id="s_763" from="4077" to="4083"/>
-      <span id="s_764" from="4084" to="4089"/>
-      <span id="s_765" from="4090" to="4093"/>
-      <span id="s_766" from="4094" to="4099"/>
-      <span id="s_767" from="4100" to="4106"/>
-      <span id="s_768" from="4106" to="4107"/>
-      <span id="s_769" from="4108" to="4112"/>
-      <span id="s_770" from="4113" to="4116"/>
-      <span id="s_771" from="4117" to="4118"/>
-      <span id="s_772" from="4119" to="4121"/>
-      <span id="s_773" from="4121" to="4122"/>
-      <span id="s_774" from="4123" to="4126"/>
-      <span id="s_775" from="4127" to="4133"/>
-      <span id="s_776" from="4134" to="4138"/>
-      <span id="s_777" from="4139" to="4142"/>
-      <span id="s_778" from="4142" to="4143"/>
-      <span id="s_779" from="4144" to="4154"/>
-      <span id="s_780" from="4155" to="4161"/>
-      <span id="s_781" from="4162" to="4166"/>
-      <span id="s_782" from="4167" to="4173"/>
-      <span id="s_783" from="4174" to="4181"/>
-      <span id="s_784" from="4181" to="4182"/>
-      <span id="s_785" from="4183" to="4185"/>
-      <span id="s_786" from="4186" to="4189"/>
-      <span id="s_787" from="4190" to="4194"/>
-      <span id="s_788" from="4195" to="4198"/>
-      <span id="s_789" from="4199" to="4204"/>
-      <span id="s_790" from="4205" to="4208"/>
-      <span id="s_791" from="4209" to="4218"/>
-      <span id="s_792" from="4218" to="4219"/>
-      <span id="s_793" from="4219" to="4220"/>
-      <span id="s_794" from="4221" to="4225"/>
-      <span id="s_795" from="4226" to="4229"/>
-      <span id="s_796" from="4229" to="4230"/>
-      <span id="s_797" from="4231" to="4232"/>
-      <span id="s_798" from="4232" to="4236"/>
-      <span id="s_799" from="4237" to="4247"/>
-      <span id="s_800" from="4248" to="4252"/>
-      <span id="s_801" from="4253" to="4255"/>
-      <span id="s_802" from="4256" to="4259"/>
-      <span id="s_803" from="4260" to="4271"/>
-      <span id="s_804" from="4272" to="4275"/>
-      <span id="s_805" from="4276" to="4278"/>
-      <span id="s_806" from="4278" to="4279"/>
-      <span id="s_807" from="4280" to="4286"/>
-      <span id="s_808" from="4287" to="4293"/>
-      <span id="s_809" from="4294" to="4297"/>
-      <span id="s_810" from="4297" to="4298"/>
-      <span id="s_811" from="4299" to="4305"/>
-      <span id="s_812" from="4306" to="4311"/>
-      <span id="s_813" from="4312" to="4315"/>
-      <span id="s_814" from="4315" to="4316"/>
-      <span id="s_815" from="4317" to="4320"/>
-      <span id="s_816" from="4321" to="4324"/>
-      <span id="s_817" from="4325" to="4331"/>
-      <span id="s_818" from="4332" to="4336"/>
-      <span id="s_819" from="4336" to="4337"/>
-      <span id="s_820" from="4337" to="4338"/>
-      <span id="s_821" from="4339" to="4344"/>
-      <span id="s_822" from="4345" to="4356"/>
-      <span id="s_823" from="4357" to="4363"/>
-      <span id="s_824" from="4364" to="4367"/>
-      <span id="s_825" from="4368" to="4375"/>
-      <span id="s_826" from="4376" to="4382"/>
-      <span id="s_827" from="4383" to="4386"/>
-      <span id="s_828" from="4387" to="4390"/>
-      <span id="s_829" from="4391" to="4399"/>
-      <span id="s_830" from="4399" to="4400"/>
-      <span id="s_831" from="4401" to="4412"/>
-      <span id="s_832" from="4413" to="4420"/>
-      <span id="s_833" from="4421" to="4426"/>
-      <span id="s_834" from="4428" to="4431"/>
-      <span id="s_835" from="4432" to="4435"/>
-      <span id="s_836" from="4436" to="4447"/>
-      <span id="s_837" from="4448" to="4461"/>
-      <span id="s_838" from="4462" to="4464"/>
-      <span id="s_839" from="4465" to="4473"/>
-      <span id="s_840" from="4473" to="4474"/>
-      <span id="s_841" from="4475" to="4481"/>
-      <span id="s_842" from="4482" to="4488"/>
-      <span id="s_843" from="4489" to="4494"/>
-      <span id="s_844" from="4495" to="4501"/>
-      <span id="s_845" from="4502" to="4519"/>
-      <span id="s_846" from="4520" to="4521"/>
-      <span id="s_847" from="4522" to="4523"/>
-      <span id="s_848" from="4524" to="4529"/>
-      <span id="s_849" from="4530" to="4533"/>
-      <span id="s_850" from="4534" to="4545"/>
-      <span id="s_851" from="4546" to="4549"/>
-      <span id="s_852" from="4549" to="4550"/>
-      <span id="s_853" from="4551" to="4554"/>
-      <span id="s_854" from="4555" to="4570"/>
-      <span id="s_855" from="4571" to="4574"/>
-      <span id="s_856" from="4575" to="4578"/>
-      <span id="s_857" from="4579" to="4587"/>
-      <span id="s_858" from="4588" to="4593"/>
-      <span id="s_859" from="4593" to="4594"/>
-      <span id="s_860" from="4595" to="4596"/>
-      <span id="s_861" from="4596" to="4599"/>
-      <span id="s_862" from="4600" to="4616"/>
-      <span id="s_863" from="4617" to="4620"/>
-      <span id="s_864" from="4621" to="4626"/>
-      <span id="s_865" from="4627" to="4629"/>
-      <span id="s_866" from="4630" to="4634"/>
-      <span id="s_867" from="4635" to="4640"/>
-      <span id="s_868" from="4641" to="4649"/>
-      <span id="s_869" from="4649" to="4650"/>
-      <span id="s_870" from="4650" to="4651"/>
-      <span id="s_871" from="4652" to="4655"/>
-      <span id="s_872" from="4656" to="4659"/>
-      <span id="s_873" from="4660" to="4663"/>
-      <span id="s_874" from="4663" to="4664"/>
-      <span id="s_875" from="4665" to="4671"/>
-      <span id="s_876" from="4672" to="4676"/>
-      <span id="s_877" from="4677" to="4680"/>
-      <span id="s_878" from="4681" to="4685"/>
-      <span id="s_879" from="4686" to="4695"/>
-      <span id="s_880" from="4696" to="4702"/>
-      <span id="s_881" from="4702" to="4703"/>
-      <span id="s_882" from="4704" to="4708"/>
-      <span id="s_883" from="4709" to="4713"/>
-      <span id="s_884" from="4714" to="4730"/>
-      <span id="s_885" from="4731" to="4738"/>
-      <span id="s_886" from="4739" to="4749"/>
-      <span id="s_887" from="4750" to="4753"/>
-      <span id="s_888" from="4754" to="4767"/>
-      <span id="s_889" from="4768" to="4772"/>
-      <span id="s_890" from="4773" to="4778"/>
-      <span id="s_891" from="4779" to="4782"/>
-      <span id="s_892" from="4783" to="4794"/>
-      <span id="s_893" from="4795" to="4799"/>
-      <span id="s_894" from="4799" to="4800"/>
-      <span id="s_895" from="4801" to="4805"/>
-      <span id="s_896" from="4806" to="4808"/>
-      <span id="s_897" from="4809" to="4812"/>
-      <span id="s_898" from="4813" to="4818"/>
-      <span id="s_899" from="4819" to="4822"/>
-      <span id="s_900" from="4823" to="4836"/>
-      <span id="s_901" from="4837" to="4840"/>
-      <span id="s_902" from="4841" to="4849"/>
-      <span id="s_903" from="4850" to="4854"/>
-      <span id="s_904" from="4855" to="4864"/>
-      <span id="s_905" from="4865" to="4869"/>
-      <span id="s_906" from="4869" to="4870"/>
-      <span id="s_907" from="4871" to="4872"/>
-      <span id="s_908" from="4873" to="4876"/>
-      <span id="s_909" from="4877" to="4880"/>
-      <span id="s_910" from="4881" to="4886"/>
-      <span id="s_911" from="4887" to="4891"/>
-      <span id="s_912" from="4893" to="4909"/>
-      <span id="s_913" from="4909" to="4910"/>
-      <span id="s_914" from="4911" to="4916"/>
-      <span id="s_915" from="4917" to="4922"/>
-      <span id="s_916" from="4923" to="4927"/>
-      <span id="s_917" from="4928" to="4939"/>
-      <span id="s_918" from="4940" to="4943"/>
-      <span id="s_919" from="4944" to="4953"/>
-      <span id="s_920" from="4954" to="4960"/>
-      <span id="s_921" from="4960" to="4961"/>
-      <span id="s_922" from="4962" to="4964"/>
-      <span id="s_923" from="4965" to="4972"/>
-      <span id="s_924" from="4973" to="4978"/>
-      <span id="s_925" from="4979" to="4981"/>
-      <span id="s_926" from="4982" to="4990"/>
-      <span id="s_927" from="4991" to="4992"/>
-      <span id="s_928" from="4993" to="4996"/>
-      <span id="s_929" from="4997" to="4998"/>
-      <span id="s_930" from="4999" to="5002"/>
-      <span id="s_931" from="5003" to="5006"/>
-      <span id="s_932" from="5007" to="5016"/>
-      <span id="s_933" from="5017" to="5021"/>
-      <span id="s_934" from="5022" to="5027"/>
-      <span id="s_935" from="5028" to="5034"/>
-      <span id="s_936" from="5035" to="5040"/>
-      <span id="s_937" from="5040" to="5041"/>
-      <span id="s_938" from="5042" to="5043"/>
-      <span id="s_939" from="5043" to="5044"/>
-      <span id="s_940" from="5045" to="5048"/>
-      <span id="s_941" from="5049" to="5052"/>
-      <span id="s_942" from="5053" to="5063"/>
-      <span id="s_943" from="5064" to="5068"/>
-      <span id="s_944" from="5069" to="5073"/>
-      <span id="s_945" from="5074" to="5087"/>
-      <span id="s_946" from="5087" to="5088"/>
-      <span id="s_947" from="5089" to="5090"/>
-      <span id="s_948" from="5091" to="5094"/>
-      <span id="s_949" from="5095" to="5098"/>
-      <span id="s_950" from="5099" to="5103"/>
-      <span id="s_951" from="5104" to="5123"/>
-      <span id="s_952" from="5124" to="5130"/>
-      <span id="s_953" from="5131" to="5142"/>
-      <span id="s_954" from="5142" to="5143"/>
-      <span id="s_955" from="5143" to="5144"/>
-      <span id="s_956" from="5145" to="5149"/>
-      <span id="s_957" from="5150" to="5159"/>
-      <span id="s_958" from="5160" to="5162"/>
-      <span id="s_959" from="5163" to="5168"/>
-      <span id="s_960" from="5168" to="5169"/>
-      <span id="s_961" from="5170" to="5171"/>
-      <span id="s_962" from="5171" to="5174"/>
-      <span id="s_963" from="5175" to="5176"/>
-      <span id="s_964" from="5177" to="5180"/>
-      <span id="s_965" from="5181" to="5185"/>
-      <span id="s_966" from="5186" to="5189"/>
-      <span id="s_967" from="5190" to="5200"/>
-      <span id="s_968" from="5201" to="5206"/>
-      <span id="s_969" from="5207" to="5213"/>
-      <span id="s_970" from="5214" to="5223"/>
-      <span id="s_971" from="5224" to="5225"/>
-      <span id="s_972" from="5226" to="5230"/>
-      <span id="s_973" from="5230" to="5231"/>
-      <span id="s_974" from="5232" to="5236"/>
-      <span id="s_975" from="5237" to="5239"/>
-      <span id="s_976" from="5240" to="5241"/>
-      <span id="s_977" from="5242" to="5245"/>
-      <span id="s_978" from="5246" to="5249"/>
-      <span id="s_979" from="5250" to="5257"/>
-      <span id="s_980" from="5257" to="5258"/>
-      <span id="s_981" from="5259" to="5264"/>
-      <span id="s_982" from="5265" to="5268"/>
-      <span id="s_983" from="5269" to="5280"/>
-      <span id="s_984" from="5281" to="5286"/>
-      <span id="s_985" from="5287" to="5290"/>
-      <span id="s_986" from="5292" to="5300"/>
-      <span id="s_987" from="5301" to="5305"/>
-      <span id="s_988" from="5306" to="5310"/>
-      <span id="s_989" from="5311" to="5314"/>
-      <span id="s_990" from="5315" to="5329"/>
-      <span id="s_991" from="5331" to="5345"/>
-      <span id="s_992" from="5346" to="5347"/>
-      <span id="s_993" from="5348" to="5352"/>
-      <span id="s_994" from="5353" to="5355"/>
-      <span id="s_995" from="5356" to="5357"/>
-      <span id="s_996" from="5358" to="5362"/>
-      <span id="s_997" from="5362" to="5363"/>
-      <span id="s_998" from="5363" to="5364"/>
-      <span id="s_999" from="5365" to="5372"/>
-      <span id="s_1000" from="5373" to="5375"/>
-      <span id="s_1001" from="5376" to="5386"/>
-      <span id="s_1002" from="5387" to="5388"/>
-      <span id="s_1003" from="5389" to="5392"/>
-      <span id="s_1004" from="5393" to="5396"/>
-      <span id="s_1005" from="5397" to="5406"/>
-      <span id="s_1006" from="5407" to="5409"/>
-      <span id="s_1007" from="5410" to="5415"/>
-      <span id="s_1008" from="5416" to="5421"/>
-      <span id="s_1009" from="5422" to="5430"/>
-      <span id="s_1010" from="5430" to="5431"/>
-      <span id="s_1011" from="5432" to="5436"/>
-      <span id="s_1012" from="5437" to="5440"/>
-      <span id="s_1013" from="5441" to="5453"/>
-      <span id="s_1014" from="5454" to="5474"/>
-      <span id="s_1015" from="5475" to="5478"/>
-      <span id="s_1016" from="5479" to="5484"/>
-      <span id="s_1017" from="5485" to="5493"/>
-      <span id="s_1018" from="5494" to="5506"/>
-      <span id="s_1019" from="5506" to="5507"/>
-      <span id="s_1020" from="5508" to="5512"/>
-      <span id="s_1021" from="5513" to="5517"/>
-      <span id="s_1022" from="5518" to="5521"/>
-      <span id="s_1023" from="5522" to="5527"/>
-      <span id="s_1024" from="5528" to="5533"/>
-      <span id="s_1025" from="5534" to="5538"/>
-      <span id="s_1026" from="5539" to="5549"/>
-      <span id="s_1027" from="5550" to="5559"/>
-      <span id="s_1028" from="5560" to="5564"/>
-      <span id="s_1029" from="5565" to="5572"/>
-      <span id="s_1030" from="5573" to="5575"/>
-      <span id="s_1031" from="5576" to="5585"/>
-      <span id="s_1032" from="5586" to="5593"/>
-      <span id="s_1033" from="5593" to="5594"/>
-      <span id="s_1034" from="5595" to="5599"/>
-      <span id="s_1035" from="5600" to="5604"/>
-      <span id="s_1036" from="5605" to="5608"/>
-      <span id="s_1037" from="5609" to="5612"/>
-      <span id="s_1038" from="5613" to="5625"/>
-      <span id="s_1039" from="5627" to="5632"/>
-      <span id="s_1040" from="5633" to="5636"/>
-      <span id="s_1041" from="5637" to="5646"/>
-      <span id="s_1042" from="5647" to="5656"/>
-      <span id="s_1043" from="5657" to="5661"/>
-      <span id="s_1044" from="5662" to="5669"/>
-      <span id="s_1045" from="5670" to="5673"/>
-      <span id="s_1046" from="5674" to="5681"/>
-      <span id="s_1047" from="5682" to="5685"/>
-      <span id="s_1048" from="5686" to="5697"/>
-      <span id="s_1049" from="5699" to="5702"/>
-      <span id="s_1050" from="5703" to="5707"/>
-      <span id="s_1051" from="5708" to="5714"/>
-      <span id="s_1052" from="5715" to="5721"/>
-      <span id="s_1053" from="5722" to="5725"/>
-      <span id="s_1054" from="5726" to="5731"/>
-      <span id="s_1055" from="5732" to="5735"/>
-      <span id="s_1056" from="5736" to="5745"/>
-      <span id="s_1057" from="5746" to="5752"/>
-      <span id="s_1058" from="5753" to="5754"/>
-      <span id="s_1059" from="5755" to="5760"/>
-      <span id="s_1060" from="5761" to="5764"/>
-      <span id="s_1061" from="5765" to="5768"/>
-      <span id="s_1062" from="5769" to="5773"/>
-      <span id="s_1063" from="5774" to="5779"/>
-      <span id="s_1064" from="5779" to="5780"/>
-      <span id="s_1065" from="5781" to="5785"/>
-      <span id="s_1066" from="5786" to="5789"/>
-      <span id="s_1067" from="5790" to="5801"/>
-      <span id="s_1068" from="5802" to="5807"/>
-      <span id="s_1069" from="5808" to="5817"/>
-      <span id="s_1070" from="5817" to="5818"/>
-      <span id="s_1071" from="5819" to="5820"/>
-      <span id="s_1072" from="5820" to="5823"/>
-      <span id="s_1073" from="5824" to="5833"/>
-      <span id="s_1074" from="5833" to="5834"/>
-      <span id="s_1075" from="5835" to="5839"/>
-      <span id="s_1076" from="5840" to="5843"/>
-      <span id="s_1077" from="5844" to="5847"/>
-      <span id="s_1078" from="5848" to="5858"/>
-      <span id="s_1079" from="5859" to="5864"/>
-      <span id="s_1080" from="5865" to="5872"/>
-      <span id="s_1081" from="5873" to="5879"/>
-      <span id="s_1082" from="5880" to="5889"/>
-      <span id="s_1083" from="5890" to="5896"/>
-      <span id="s_1084" from="5897" to="5900"/>
-      <span id="s_1085" from="5901" to="5909"/>
-      <span id="s_1086" from="5910" to="5919"/>
-      <span id="s_1087" from="5920" to="5925"/>
-      <span id="s_1088" from="5925" to="5926"/>
-      <span id="s_1089" from="5926" to="5927"/>
-      <span id="s_1090" from="5928" to="5931"/>
-      <span id="s_1091" from="5932" to="5937"/>
-      <span id="s_1092" from="5938" to="5941"/>
-      <span id="s_1093" from="5941" to="5942"/>
-      <span id="s_1094" from="5943" to="5944"/>
-      <span id="s_1095" from="5944" to="5948"/>
-      <span id="s_1096" from="5949" to="5952"/>
-      <span id="s_1097" from="5953" to="5958"/>
-      <span id="s_1098" from="5959" to="5965"/>
-      <span id="s_1099" from="5966" to="5972"/>
-      <span id="s_1100" from="5973" to="5976"/>
-      <span id="s_1101" from="5977" to="5981"/>
-      <span id="s_1102" from="5982" to="5989"/>
-      <span id="s_1103" from="5990" to="5992"/>
-      <span id="s_1104" from="5993" to="6003"/>
-      <span id="s_1105" from="6004" to="6012"/>
-      <span id="s_1106" from="6013" to="6025"/>
-      <span id="s_1107" from="6026" to="6027"/>
-      <span id="s_1108" from="6028" to="6032"/>
-      <span id="s_1109" from="6033" to="6037"/>
-      <span id="s_1110" from="6038" to="6044"/>
-      <span id="s_1111" from="6045" to="6052"/>
-      <span id="s_1112" from="6053" to="6057"/>
-      <span id="s_1113" from="6058" to="6063"/>
-      <span id="s_1114" from="6063" to="6064"/>
-      <span id="s_1115" from="6065" to="6067"/>
-      <span id="s_1116" from="6068" to="6071"/>
-      <span id="s_1117" from="6072" to="6074"/>
-      <span id="s_1118" from="6075" to="6079"/>
-      <span id="s_1119" from="6080" to="6084"/>
-      <span id="s_1120" from="6085" to="6088"/>
-      <span id="s_1121" from="6089" to="6093"/>
-      <span id="s_1122" from="6093" to="6094"/>
-      <span id="s_1123" from="6095" to="6099"/>
-      <span id="s_1124" from="6100" to="6103"/>
-      <span id="s_1125" from="6104" to="6117"/>
-      <span id="s_1126" from="6118" to="6120"/>
-      <span id="s_1127" from="6121" to="6128"/>
-      <span id="s_1128" from="6128" to="6129"/>
-      <span id="s_1129" from="6130" to="6133"/>
-      <span id="s_1130" from="6134" to="6137"/>
-      <span id="s_1131" from="6138" to="6142"/>
-      <span id="s_1132" from="6143" to="6148"/>
-      <span id="s_1133" from="6149" to="6153"/>
-      <span id="s_1134" from="6154" to="6162"/>
-      <span id="s_1135" from="6162" to="6163"/>
-      <span id="s_1136" from="6164" to="6168"/>
-      <span id="s_1137" from="6169" to="6172"/>
-      <span id="s_1138" from="6173" to="6178"/>
-      <span id="s_1139" from="6178" to="6179"/>
-      <span id="s_1140" from="6180" to="6183"/>
-      <span id="s_1141" from="6184" to="6189"/>
-      <span id="s_1142" from="6190" to="6193"/>
-      <span id="s_1143" from="6194" to="6204"/>
-      <span id="s_1144" from="6205" to="6207"/>
-      <span id="s_1145" from="6208" to="6219"/>
-      <span id="s_1146" from="6220" to="6227"/>
-      <span id="s_1147" from="6228" to="6233"/>
-      <span id="s_1148" from="6233" to="6234"/>
-      <span id="s_1149" from="6235" to="6242"/>
-      <span id="s_1150" from="6243" to="6247"/>
-      <span id="s_1151" from="6248" to="6251"/>
-      <span id="s_1152" from="6252" to="6266"/>
-      <span id="s_1153" from="6267" to="6274"/>
-      <span id="s_1154" from="6275" to="6280"/>
-      <span id="s_1155" from="6280" to="6281"/>
-      <span id="s_1156" from="6282" to="6284"/>
-      <span id="s_1157" from="6285" to="6287"/>
-      <span id="s_1158" from="6288" to="6294"/>
-      <span id="s_1159" from="6294" to="6295"/>
-      <span id="s_1160" from="6296" to="6299"/>
-      <span id="s_1161" from="6300" to="6304"/>
-      <span id="s_1162" from="6305" to="6309"/>
-      <span id="s_1163" from="6310" to="6321"/>
-      <span id="s_1164" from="6321" to="6322"/>
-      <span id="s_1165" from="6323" to="6330"/>
-      <span id="s_1166" from="6331" to="6334"/>
-      <span id="s_1167" from="6335" to="6340"/>
-      <span id="s_1168" from="6341" to="6345"/>
-      <span id="s_1169" from="6346" to="6355"/>
-      <span id="s_1170" from="6355" to="6356"/>
-      <span id="s_1171" from="6357" to="6361"/>
-      <span id="s_1172" from="6362" to="6365"/>
-      <span id="s_1173" from="6366" to="6370"/>
-      <span id="s_1174" from="6371" to="6374"/>
-      <span id="s_1175" from="6375" to="6381"/>
-      <span id="s_1176" from="6382" to="6383"/>
-      <span id="s_1177" from="6384" to="6385"/>
-      <span id="s_1178" from="6386" to="6389"/>
-      <span id="s_1179" from="6390" to="6406"/>
-      <span id="s_1180" from="6407" to="6412"/>
-      <span id="s_1181" from="6413" to="6419"/>
-      <span id="s_1182" from="6420" to="6430"/>
-      <span id="s_1183" from="6430" to="6431"/>
-      <span id="s_1184" from="6432" to="6436"/>
-      <span id="s_1185" from="6437" to="6440"/>
-      <span id="s_1186" from="6441" to="6453"/>
-      <span id="s_1187" from="6454" to="6457"/>
-      <span id="s_1188" from="6458" to="6463"/>
-      <span id="s_1189" from="6465" to="6473"/>
-      <span id="s_1190" from="6473" to="6474"/>
-      <span id="s_1191" from="6474" to="6475"/>
-      <span id="s_1192" from="6476" to="6481"/>
-      <span id="s_1193" from="6482" to="6483"/>
-      <span id="s_1194" from="6484" to="6485"/>
-      <span id="s_1195" from="6486" to="6502"/>
-      <span id="s_1196" from="6503" to="6506"/>
-      <span id="s_1197" from="6507" to="6508"/>
-      <span id="s_1198" from="6509" to="6517"/>
-      <span id="s_1199" from="6518" to="6523"/>
-      <span id="s_1200" from="6524" to="6533"/>
-      <span id="s_1201" from="6534" to="6536"/>
-      <span id="s_1202" from="6537" to="6542"/>
-      <span id="s_1203" from="6543" to="6548"/>
-      <span id="s_1204" from="6549" to="6552"/>
-      <span id="s_1205" from="6553" to="6556"/>
-      <span id="s_1206" from="6557" to="6562"/>
-      <span id="s_1207" from="6563" to="6564"/>
-      <span id="s_1208" from="6565" to="6566"/>
-      <span id="s_1209" from="6567" to="6572"/>
-      <span id="s_1210" from="6573" to="6582"/>
-      <span id="s_1211" from="6583" to="6594"/>
-      <span id="s_1212" from="6594" to="6595"/>
-      <span id="s_1213" from="6596" to="6599"/>
-      <span id="s_1214" from="6600" to="6602"/>
-      <span id="s_1215" from="6603" to="6606"/>
-      <span id="s_1216" from="6607" to="6614"/>
-      <span id="s_1217" from="6615" to="6619"/>
-      <span id="s_1218" from="6619" to="6620"/>
-      <span id="s_1219" from="6621" to="6627"/>
-      <span id="s_1220" from="6628" to="6638"/>
-      <span id="s_1221" from="6639" to="6642"/>
-      <span id="s_1222" from="6643" to="6647"/>
-      <span id="s_1223" from="6648" to="6653"/>
-      <span id="s_1224" from="6654" to="6662"/>
-      <span id="s_1225" from="6663" to="6666"/>
-      <span id="s_1226" from="6667" to="6669"/>
-      <span id="s_1227" from="6670" to="6675"/>
-      <span id="s_1228" from="6676" to="6679"/>
-      <span id="s_1229" from="6680" to="6686"/>
-      <span id="s_1230" from="6687" to="6690"/>
-      <span id="s_1231" from="6691" to="6708"/>
-      <span id="s_1232" from="6708" to="6709"/>
-      <span id="s_1233" from="6710" to="6713"/>
-      <span id="s_1234" from="6714" to="6717"/>
-      <span id="s_1235" from="6718" to="6727"/>
-      <span id="s_1236" from="6728" to="6733"/>
-      <span id="s_1237" from="6734" to="6735"/>
-      <span id="s_1238" from="6736" to="6738"/>
-      <span id="s_1239" from="6739" to="6745"/>
-      <span id="s_1240" from="6746" to="6752"/>
-      <span id="s_1241" from="6753" to="6766"/>
-      <span id="s_1242" from="6767" to="6770"/>
-      <span id="s_1243" from="6770" to="6771"/>
-      <span id="s_1244" from="6772" to="6775"/>
-      <span id="s_1245" from="6776" to="6782"/>
-      <span id="s_1246" from="6783" to="6791"/>
-      <span id="s_1247" from="6792" to="6796"/>
-      <span id="s_1248" from="6797" to="6800"/>
-      <span id="s_1249" from="6801" to="6803"/>
-      <span id="s_1250" from="6804" to="6807"/>
-      <span id="s_1251" from="6808" to="6820"/>
-      <span id="s_1252" from="6821" to="6824"/>
-      <span id="s_1253" from="6825" to="6831"/>
-      <span id="s_1254" from="6832" to="6839"/>
-      <span id="s_1255" from="6840" to="6841"/>
-      <span id="s_1256" from="6841" to="6850"/>
-      <span id="s_1257" from="6851" to="6867"/>
-      <span id="s_1258" from="6867" to="6868"/>
-      <span id="s_1259" from="6868" to="6869"/>
-      <span id="s_1260" from="6870" to="6876"/>
-      <span id="s_1261" from="6877" to="6884"/>
-      <span id="s_1262" from="6885" to="6888"/>
-      <span id="s_1263" from="6889" to="6893"/>
-      <span id="s_1264" from="6894" to="6906"/>
-      <span id="s_1265" from="6907" to="6913"/>
-      <span id="s_1266" from="6913" to="6914"/>
-      <span id="s_1267" from="6915" to="6922"/>
-      <span id="s_1268" from="6923" to="6931"/>
-      <span id="s_1269" from="6932" to="6933"/>
-      <span id="s_1270" from="6934" to="6937"/>
-      <span id="s_1271" from="6938" to="6941"/>
-      <span id="s_1272" from="6942" to="6958"/>
-      <span id="s_1273" from="6959" to="6961"/>
-      <span id="s_1274" from="6962" to="6973"/>
-      <span id="s_1275" from="6974" to="6987"/>
-      <span id="s_1276" from="6987" to="6988"/>
-      <span id="s_1277" from="6989" to="6999"/>
-      <span id="s_1278" from="7000" to="7003"/>
-      <span id="s_1279" from="7004" to="7010"/>
-      <span id="s_1280" from="7011" to="7026"/>
-      <span id="s_1281" from="7027" to="7032"/>
-      <span id="s_1282" from="7032" to="7033"/>
-      <span id="s_1283" from="7034" to="7038"/>
-      <span id="s_1284" from="7039" to="7050"/>
-      <span id="s_1285" from="7051" to="7057"/>
-      <span id="s_1286" from="7058" to="7066"/>
-      <span id="s_1287" from="7067" to="7072"/>
-      <span id="s_1288" from="7073" to="7076"/>
-      <span id="s_1289" from="7077" to="7082"/>
-      <span id="s_1290" from="7083" to="7088"/>
-      <span id="s_1291" from="7089" to="7093"/>
-      <span id="s_1292" from="7094" to="7098"/>
-      <span id="s_1293" from="7099" to="7104"/>
-      <span id="s_1294" from="7105" to="7112"/>
-      <span id="s_1295" from="7113" to="7122"/>
-      <span id="s_1296" from="7122" to="7123"/>
-      <span id="s_1297" from="7124" to="7129"/>
-      <span id="s_1298" from="7130" to="7135"/>
-      <span id="s_1299" from="7136" to="7138"/>
-      <span id="s_1300" from="7139" to="7140"/>
-      <span id="s_1301" from="7141" to="7143"/>
-      <span id="s_1302" from="7144" to="7147"/>
-      <span id="s_1303" from="7148" to="7151"/>
-      <span id="s_1304" from="7152" to="7161"/>
-      <span id="s_1305" from="7162" to="7166"/>
-      <span id="s_1306" from="7167" to="7169"/>
-      <span id="s_1307" from="7170" to="7178"/>
-      <span id="s_1308" from="7178" to="7179"/>
-      <span id="s_1309" from="7180" to="7183"/>
-      <span id="s_1310" from="7184" to="7188"/>
-      <span id="s_1311" from="7189" to="7191"/>
-      <span id="s_1312" from="7192" to="7197"/>
-      <span id="s_1313" from="7198" to="7207"/>
-      <span id="s_1314" from="7208" to="7219"/>
-      <span id="s_1315" from="7220" to="7222"/>
-      <span id="s_1316" from="7223" to="7231"/>
-      <span id="s_1317" from="7232" to="7235"/>
-      <span id="s_1318" from="7237" to="7248"/>
-      <span id="s_1319" from="7249" to="7262"/>
-      <span id="s_1320" from="7263" to="7268"/>
-      <span id="s_1321" from="7269" to="7274"/>
-      <span id="s_1322" from="7275" to="7281"/>
-      <span id="s_1323" from="7282" to="7286"/>
-      <span id="s_1324" from="7287" to="7289"/>
-      <span id="s_1325" from="7290" to="7295"/>
-      <span id="s_1326" from="7296" to="7299"/>
-      <span id="s_1327" from="7300" to="7310"/>
-      <span id="s_1328" from="7311" to="7313"/>
-      <span id="s_1329" from="7314" to="7322"/>
-      <span id="s_1330" from="7323" to="7330"/>
-      <span id="s_1331" from="7331" to="7335"/>
-      <span id="s_1332" from="7335" to="7336"/>
-      <span id="s_1333" from="7337" to="7340"/>
-      <span id="s_1334" from="7341" to="7346"/>
-      <span id="s_1335" from="7347" to="7353"/>
-      <span id="s_1336" from="7354" to="7356"/>
-      <span id="s_1337" from="7357" to="7360"/>
-      <span id="s_1338" from="7361" to="7362"/>
-      <span id="s_1339" from="7363" to="7367"/>
-      <span id="s_1340" from="7368" to="7371"/>
-      <span id="s_1341" from="7372" to="7376"/>
-      <span id="s_1342" from="7377" to="7380"/>
-      <span id="s_1343" from="7381" to="7384"/>
-      <span id="s_1344" from="7385" to="7386"/>
-      <span id="s_1345" from="7387" to="7392"/>
-      <span id="s_1346" from="7393" to="7401"/>
-      <span id="s_1347" from="7402" to="7408"/>
-      <span id="s_1348" from="7408" to="7409"/>
-      <span id="s_1349" from="7410" to="7414"/>
-      <span id="s_1350" from="7415" to="7420"/>
-      <span id="s_1351" from="7421" to="7426"/>
-      <span id="s_1352" from="7427" to="7433"/>
-      <span id="s_1353" from="7434" to="7436"/>
-      <span id="s_1354" from="7436" to="7437"/>
-      <span id="s_1355" from="7438" to="7441"/>
-      <span id="s_1356" from="7442" to="7449"/>
-      <span id="s_1357" from="7450" to="7451"/>
-      <span id="s_1358" from="7452" to="7456"/>
-      <span id="s_1359" from="7457" to="7467"/>
-      <span id="s_1360" from="7468" to="7472"/>
-      <span id="s_1361" from="7473" to="7484"/>
-      <span id="s_1362" from="7484" to="7485"/>
-      <span id="s_1363" from="7486" to="7494"/>
-      <span id="s_1364" from="7495" to="7499"/>
-      <span id="s_1365" from="7500" to="7513"/>
-      <span id="s_1366" from="7513" to="7514"/>
-      <span id="s_1367" from="7515" to="7537"/>
-      <span id="s_1368" from="7538" to="7546"/>
-      <span id="s_1369" from="7547" to="7552"/>
-      <span id="s_1370" from="7553" to="7554"/>
-      <span id="s_1371" from="7554" to="7557"/>
-      <span id="s_1372" from="7557" to="7558"/>
-      <span id="s_1373" from="7559" to="7563"/>
-      <span id="s_1374" from="7564" to="7568"/>
-      <span id="s_1375" from="7568" to="7569"/>
-      <span id="s_1376" from="7570" to="7571"/>
-      <span id="s_1377" from="7571" to="7574"/>
-      <span id="s_1378" from="7575" to="7581"/>
-      <span id="s_1379" from="7582" to="7585"/>
-      <span id="s_1380" from="7586" to="7597"/>
-      <span id="s_1381" from="7598" to="7601"/>
-      <span id="s_1382" from="7602" to="7607"/>
-      <span id="s_1383" from="7608" to="7610"/>
-      <span id="s_1384" from="7611" to="7617"/>
-      <span id="s_1385" from="7618" to="7622"/>
-      <span id="s_1386" from="7623" to="7625"/>
-      <span id="s_1387" from="7625" to="7626"/>
-      <span id="s_1388" from="7627" to="7631"/>
-      <span id="s_1389" from="7632" to="7634"/>
-      <span id="s_1390" from="7635" to="7638"/>
-      <span id="s_1391" from="7639" to="7646"/>
-      <span id="s_1392" from="7647" to="7651"/>
-      <span id="s_1393" from="7651" to="7652"/>
-      <span id="s_1394" from="7653" to="7666"/>
-      <span id="s_1395" from="7667" to="7668"/>
-      <span id="s_1396" from="7669" to="7670"/>
-      <span id="s_1397" from="7671" to="7680"/>
-      <span id="s_1398" from="7681" to="7691"/>
-      <span id="s_1399" from="7692" to="7694"/>
-      <span id="s_1400" from="7695" to="7703"/>
-      <span id="s_1401" from="7704" to="7711"/>
-      <span id="s_1402" from="7712" to="7714"/>
-      <span id="s_1403" from="7716" to="7725"/>
-      <span id="s_1404" from="7725" to="7726"/>
-      <span id="s_1405" from="7726" to="7727"/>
-      <span id="s_1406" from="7728" to="7731"/>
-      <span id="s_1407" from="7732" to="7736"/>
-      <span id="s_1408" from="7737" to="7744"/>
-      <span id="s_1409" from="7745" to="7749"/>
-      <span id="s_1410" from="7750" to="7756"/>
-      <span id="s_1411" from="7757" to="7759"/>
-      <span id="s_1412" from="7760" to="7766"/>
-      <span id="s_1413" from="7767" to="7780"/>
-      <span id="s_1414" from="7780" to="7781"/>
-      <span id="s_1415" from="7782" to="7786"/>
-      <span id="s_1416" from="7787" to="7789"/>
-      <span id="s_1417" from="7790" to="7809"/>
-      <span id="s_1418" from="7809" to="7810"/>
-      <span id="s_1419" from="7811" to="7813"/>
-      <span id="s_1420" from="7814" to="7821"/>
-      <span id="s_1421" from="7822" to="7826"/>
-      <span id="s_1422" from="7827" to="7829"/>
-      <span id="s_1423" from="7830" to="7841"/>
-      <span id="s_1424" from="7842" to="7855"/>
-      <span id="s_1425" from="7856" to="7862"/>
-      <span id="s_1426" from="7863" to="7868"/>
-      <span id="s_1427" from="7869" to="7872"/>
-      <span id="s_1428" from="7873" to="7879"/>
-      <span id="s_1429" from="7880" to="7883"/>
-      <span id="s_1430" from="7884" to="7894"/>
-      <span id="s_1431" from="7895" to="7901"/>
-      <span id="s_1432" from="7901" to="7902"/>
-      <span id="s_1433" from="7903" to="7905"/>
-      <span id="s_1434" from="7906" to="7911"/>
-      <span id="s_1435" from="7911" to="7912"/>
-      <span id="s_1436" from="7913" to="7918"/>
-      <span id="s_1437" from="7919" to="7923"/>
-      <span id="s_1438" from="7924" to="7927"/>
-      <span id="s_1439" from="7928" to="7941"/>
-      <span id="s_1440" from="7942" to="7950"/>
-      <span id="s_1441" from="7951" to="7954"/>
-      <span id="s_1442" from="7955" to="7966"/>
-      <span id="s_1443" from="7967" to="7970"/>
-      <span id="s_1444" from="7971" to="7974"/>
-      <span id="s_1445" from="7975" to="7990"/>
-      <span id="s_1446" from="7991" to="7994"/>
-      <span id="s_1447" from="7995" to="8006"/>
-      <span id="s_1448" from="8006" to="8007"/>
-      <span id="s_1449" from="8008" to="8011"/>
-      <span id="s_1450" from="8012" to="8017"/>
-      <span id="s_1451" from="8018" to="8021"/>
-      <span id="s_1452" from="8022" to="8027"/>
-      <span id="s_1453" from="8028" to="8035"/>
-      <span id="s_1454" from="8036" to="8039"/>
-      <span id="s_1455" from="8040" to="8042"/>
-      <span id="s_1456" from="8043" to="8052"/>
-      <span id="s_1457" from="8053" to="8057"/>
-      <span id="s_1458" from="8058" to="8062"/>
-      <span id="s_1459" from="8063" to="8074"/>
-      <span id="s_1460" from="8075" to="8078"/>
-      <span id="s_1461" from="8079" to="8080"/>
-      <span id="s_1462" from="8081" to="8085"/>
-      <span id="s_1463" from="8086" to="8088"/>
-      <span id="s_1464" from="8089" to="8096"/>
-      <span id="s_1465" from="8096" to="8097"/>
-      <span id="s_1466" from="8098" to="8102"/>
-      <span id="s_1467" from="8103" to="8111"/>
-      <span id="s_1468" from="8112" to="8115"/>
-      <span id="s_1469" from="8116" to="8142"/>
-      <span id="s_1470" from="8143" to="8149"/>
-      <span id="s_1471" from="8150" to="8156"/>
-      <span id="s_1472" from="8157" to="8160"/>
-      <span id="s_1473" from="8161" to="8166"/>
-      <span id="s_1474" from="8167" to="8176"/>
-      <span id="s_1475" from="8177" to="8184"/>
-      <span id="s_1476" from="8185" to="8191"/>
-      <span id="s_1477" from="8191" to="8192"/>
-      <span id="s_1478" from="8193" to="8198"/>
-      <span id="s_1479" from="8199" to="8202"/>
-      <span id="s_1480" from="8203" to="8216"/>
-      <span id="s_1481" from="8217" to="8222"/>
-      <span id="s_1482" from="8223" to="8229"/>
-      <span id="s_1483" from="8230" to="8235"/>
-      <span id="s_1484" from="8237" to="8246"/>
-      <span id="s_1485" from="8246" to="8247"/>
-      <span id="s_1486" from="8248" to="8255"/>
-      <span id="s_1487" from="8256" to="8258"/>
-      <span id="s_1488" from="8259" to="8262"/>
-      <span id="s_1489" from="8263" to="8272"/>
-      <span id="s_1490" from="8273" to="8279"/>
-      <span id="s_1491" from="8280" to="8285"/>
-      <span id="s_1492" from="8286" to="8288"/>
-      <span id="s_1493" from="8289" to="8292"/>
-      <span id="s_1494" from="8293" to="8301"/>
-      <span id="s_1495" from="8302" to="8313"/>
-      <span id="s_1496" from="8314" to="8320"/>
-      <span id="s_1497" from="8321" to="8325"/>
-      <span id="s_1498" from="8326" to="8331"/>
-      <span id="s_1499" from="8332" to="8336"/>
-      <span id="s_1500" from="8336" to="8337"/>
-      <span id="s_1501" from="8338" to="8345"/>
-      <span id="s_1502" from="8346" to="8349"/>
-      <span id="s_1503" from="8349" to="8350"/>
-      <span id="s_1504" from="8351" to="8355"/>
-      <span id="s_1505" from="8356" to="8359"/>
-      <span id="s_1506" from="8360" to="8365"/>
-      <span id="s_1507" from="8366" to="8372"/>
-      <span id="s_1508" from="8373" to="8382"/>
-      <span id="s_1509" from="8383" to="8396"/>
-      <span id="s_1510" from="8398" to="8401"/>
-      <span id="s_1511" from="8402" to="8405"/>
-      <span id="s_1512" from="8406" to="8410"/>
-      <span id="s_1513" from="8411" to="8413"/>
-      <span id="s_1514" from="8414" to="8417"/>
-      <span id="s_1515" from="8418" to="8429"/>
-      <span id="s_1516" from="8430" to="8441"/>
-      <span id="s_1517" from="8442" to="8446"/>
-      <span id="s_1518" from="8446" to="8447"/>
-      <span id="s_1519" from="8448" to="8451"/>
-      <span id="s_1520" from="8452" to="8456"/>
-      <span id="s_1521" from="8457" to="8462"/>
-      <span id="s_1522" from="8463" to="8470"/>
-      <span id="s_1523" from="8471" to="8474"/>
-      <span id="s_1524" from="8476" to="8481"/>
-      <span id="s_1525" from="8482" to="8485"/>
-      <span id="s_1526" from="8486" to="8503"/>
-      <span id="s_1527" from="8504" to="8509"/>
-      <span id="s_1528" from="8510" to="8520"/>
-      <span id="s_1529" from="8521" to="8524"/>
-      <span id="s_1530" from="8525" to="8529"/>
-      <span id="s_1531" from="8530" to="8533"/>
-      <span id="s_1532" from="8534" to="8535"/>
-      <span id="s_1533" from="8536" to="8541"/>
-      <span id="s_1534" from="8542" to="8556"/>
-      <span id="s_1535" from="8557" to="8561"/>
-      <span id="s_1536" from="8561" to="8562"/>
-      <span id="s_1537" from="8563" to="8565"/>
-      <span id="s_1538" from="8566" to="8582"/>
-      <span id="s_1539" from="8583" to="8586"/>
-      <span id="s_1540" from="8587" to="8593"/>
-      <span id="s_1541" from="8594" to="8601"/>
-      <span id="s_1542" from="8602" to="8606"/>
-      <span id="s_1543" from="8607" to="8612"/>
-      <span id="s_1544" from="8613" to="8617"/>
-      <span id="s_1545" from="8618" to="8628"/>
-      <span id="s_1546" from="8629" to="8630"/>
-      <span id="s_1547" from="8631" to="8632"/>
-      <span id="s_1548" from="8633" to="8647"/>
-      <span id="s_1549" from="8648" to="8651"/>
-      <span id="s_1550" from="8652" to="8654"/>
-      <span id="s_1551" from="8655" to="8658"/>
-      <span id="s_1552" from="8659" to="8663"/>
-      <span id="s_1553" from="8664" to="8667"/>
-      <span id="s_1554" from="8668" to="8681"/>
-      <span id="s_1555" from="8682" to="8695"/>
-      <span id="s_1556" from="8695" to="8696"/>
-      <span id="s_1557" from="8697" to="8699"/>
-      <span id="s_1558" from="8700" to="8707"/>
-      <span id="s_1559" from="8708" to="8712"/>
-      <span id="s_1560" from="8713" to="8717"/>
-      <span id="s_1561" from="8718" to="8722"/>
-      <span id="s_1562" from="8723" to="8727"/>
-      <span id="s_1563" from="8728" to="8735"/>
-      <span id="s_1564" from="8736" to="8742"/>
-      <span id="s_1565" from="8743" to="8744"/>
-      <span id="s_1566" from="8745" to="8749"/>
-      <span id="s_1567" from="8749" to="8750"/>
-      <span id="s_1568" from="8751" to="8754"/>
-      <span id="s_1569" from="8755" to="8760"/>
-      <span id="s_1570" from="8761" to="8765"/>
-      <span id="s_1571" from="8766" to="8771"/>
-      <span id="s_1572" from="8772" to="8779"/>
-      <span id="s_1573" from="8780" to="8783"/>
-      <span id="s_1574" from="8784" to="8787"/>
-      <span id="s_1575" from="8788" to="8798"/>
-      <span id="s_1576" from="8799" to="8807"/>
-      <span id="s_1577" from="8807" to="8808"/>
-      <span id="s_1578" from="8809" to="8812"/>
-      <span id="s_1579" from="8813" to="8814"/>
-      <span id="s_1580" from="8815" to="8817"/>
-      <span id="s_1581" from="8817" to="8818"/>
-      <span id="s_1582" from="8819" to="8824"/>
-      <span id="s_1583" from="8825" to="8830"/>
-      <span id="s_1584" from="8831" to="8834"/>
-      <span id="s_1585" from="8835" to="8843"/>
-      <span id="s_1586" from="8844" to="8853"/>
-      <span id="s_1587" from="8854" to="8856"/>
-      <span id="s_1588" from="8857" to="8862"/>
-      <span id="s_1589" from="8863" to="8868"/>
-      <span id="s_1590" from="8869" to="8871"/>
-      <span id="s_1591" from="8872" to="8875"/>
-      <span id="s_1592" from="8876" to="8881"/>
-      <span id="s_1593" from="8882" to="8887"/>
-      <span id="s_1594" from="8888" to="8901"/>
-      <span id="s_1595" from="8902" to="8903"/>
-      <span id="s_1596" from="8904" to="8907"/>
-      <span id="s_1597" from="8908" to="8913"/>
-      <span id="s_1598" from="8913" to="8914"/>
-      <span id="s_1599" from="8915" to="8919"/>
-      <span id="s_1600" from="8920" to="8923"/>
-      <span id="s_1601" from="8925" to="8928"/>
-      <span id="s_1602" from="8929" to="8935"/>
-      <span id="s_1603" from="8936" to="8939"/>
-      <span id="s_1604" from="8940" to="8947"/>
-      <span id="s_1605" from="8948" to="8952"/>
-      <span id="s_1606" from="8953" to="8954"/>
-      <span id="s_1607" from="8955" to="8960"/>
-      <span id="s_1608" from="8961" to="8968"/>
-      <span id="s_1609" from="8969" to="8971"/>
-      <span id="s_1610" from="8972" to="8980"/>
-      <span id="s_1611" from="8981" to="8991"/>
-      <span id="s_1612" from="8992" to="8996"/>
-      <span id="s_1613" from="8996" to="8997"/>
-      <span id="s_1614" from="8998" to="9000"/>
-      <span id="s_1615" from="9001" to="9004"/>
-      <span id="s_1616" from="9005" to="9011"/>
-      <span id="s_1617" from="9011" to="9012"/>
-      <span id="s_1618" from="9013" to="9016"/>
-      <span id="s_1619" from="9017" to="9020"/>
-      <span id="s_1620" from="9021" to="9023"/>
-      <span id="s_1621" from="9024" to="9030"/>
-      <span id="s_1622" from="9031" to="9040"/>
-      <span id="s_1623" from="9041" to="9050"/>
-      <span id="s_1624" from="9051" to="9056"/>
-      <span id="s_1625" from="9056" to="9057"/>
-      <span id="s_1626" from="9058" to="9066"/>
-      <span id="s_1627" from="9067" to="9070"/>
-      <span id="s_1628" from="9070" to="9071"/>
-      <span id="s_1629" from="9072" to="9073"/>
-      <span id="s_1630" from="9073" to="9078"/>
-      <span id="s_1631" from="9079" to="9085"/>
-      <span id="s_1632" from="9086" to="9088"/>
-      <span id="s_1633" from="9089" to="9098"/>
-      <span id="s_1634" from="9099" to="9101"/>
-      <span id="s_1635" from="9102" to="9105"/>
-      <span id="s_1636" from="9106" to="9115"/>
-      <span id="s_1637" from="9115" to="9116"/>
-      <span id="s_1638" from="9117" to="9125"/>
-      <span id="s_1639" from="9126" to="9129"/>
-      <span id="s_1640" from="9130" to="9135"/>
-      <span id="s_1641" from="9136" to="9141"/>
-      <span id="s_1642" from="9142" to="9144"/>
-      <span id="s_1643" from="9145" to="9153"/>
-      <span id="s_1644" from="9153" to="9154"/>
-      <span id="s_1645" from="9155" to="9159"/>
-      <span id="s_1646" from="9160" to="9163"/>
-      <span id="s_1647" from="9164" to="9167"/>
-      <span id="s_1648" from="9168" to="9170"/>
-      <span id="s_1649" from="9171" to="9174"/>
-      <span id="s_1650" from="9175" to="9183"/>
-      <span id="s_1651" from="9184" to="9190"/>
-      <span id="s_1652" from="9191" to="9192"/>
-      <span id="s_1653" from="9193" to="9196"/>
-      <span id="s_1654" from="9197" to="9200"/>
-      <span id="s_1655" from="9201" to="9203"/>
-      <span id="s_1656" from="9203" to="9204"/>
-      <span id="s_1657" from="9205" to="9208"/>
-      <span id="s_1658" from="9209" to="9213"/>
-      <span id="s_1659" from="9214" to="9225"/>
-      <span id="s_1660" from="9226" to="9230"/>
-      <span id="s_1661" from="9231" to="9234"/>
-      <span id="s_1662" from="9235" to="9238"/>
-      <span id="s_1663" from="9239" to="9242"/>
-      <span id="s_1664" from="9243" to="9265"/>
-      <span id="s_1665" from="9266" to="9272"/>
-      <span id="s_1666" from="9272" to="9273"/>
-      <span id="s_1667" from="9274" to="9279"/>
-      <span id="s_1668" from="9280" to="9289"/>
-      <span id="s_1669" from="9290" to="9298"/>
-      <span id="s_1670" from="9299" to="9303"/>
-      <span id="s_1671" from="9304" to="9308"/>
-      <span id="s_1672" from="9309" to="9312"/>
-      <span id="s_1673" from="9313" to="9330"/>
-      <span id="s_1674" from="9330" to="9331"/>
-      <span id="s_1675" from="9332" to="9337"/>
-      <span id="s_1676" from="9338" to="9341"/>
-      <span id="s_1677" from="9342" to="9344"/>
-      <span id="s_1678" from="9345" to="9348"/>
-      <span id="s_1679" from="9349" to="9352"/>
-      <span id="s_1680" from="9353" to="9354"/>
-      <span id="s_1681" from="9355" to="9363"/>
-      <span id="s_1682" from="9364" to="9367"/>
-      <span id="s_1683" from="9368" to="9371"/>
-      <span id="s_1684" from="9372" to="9375"/>
-      <span id="s_1685" from="9376" to="9379"/>
-      <span id="s_1686" from="9380" to="9382"/>
-      <span id="s_1687" from="9384" to="9392"/>
-      <span id="s_1688" from="9393" to="9395"/>
-      <span id="s_1689" from="9396" to="9399"/>
-      <span id="s_1690" from="9400" to="9412"/>
-      <span id="s_1691" from="9412" to="9413"/>
-      <span id="s_1692" from="9414" to="9424"/>
-      <span id="s_1693" from="9425" to="9430"/>
-      <span id="s_1694" from="9430" to="9431"/>
-      <span id="s_1695" from="9432" to="9435"/>
-      <span id="s_1696" from="9436" to="9439"/>
-      <span id="s_1697" from="9440" to="9442"/>
-      <span id="s_1698" from="9443" to="9447"/>
-      <span id="s_1699" from="9448" to="9452"/>
-      <span id="s_1700" from="9453" to="9459"/>
-      <span id="s_1701" from="9460" to="9464"/>
-      <span id="s_1702" from="9464" to="9465"/>
-      <span id="s_1703" from="9466" to="9469"/>
-      <span id="s_1704" from="9470" to="9474"/>
-      <span id="s_1705" from="9475" to="9479"/>
-      <span id="s_1706" from="9480" to="9490"/>
-      <span id="s_1707" from="9491" to="9500"/>
-      <span id="s_1708" from="9500" to="9501"/>
-      <span id="s_1709" from="9502" to="9505"/>
-      <span id="s_1710" from="9506" to="9512"/>
-      <span id="s_1711" from="9513" to="9523"/>
-      <span id="s_1712" from="9524" to="9529"/>
-      <span id="s_1713" from="9530" to="9533"/>
-      <span id="s_1714" from="9534" to="9538"/>
-      <span id="s_1715" from="9538" to="9539"/>
-      <span id="s_1716" from="9540" to="9554"/>
-      <span id="s_1717" from="9555" to="9561"/>
-      <span id="s_1718" from="9562" to="9564"/>
-      <span id="s_1719" from="9565" to="9571"/>
-      <span id="s_1720" from="9571" to="9572"/>
-      <span id="s_1721" from="9573" to="9576"/>
-      <span id="s_1722" from="9577" to="9582"/>
-      <span id="s_1723" from="9583" to="9588"/>
-      <span id="s_1724" from="9589" to="9594"/>
-      <span id="s_1725" from="9595" to="9599"/>
-      <span id="s_1726" from="9600" to="9603"/>
-      <span id="s_1727" from="9604" to="9609"/>
-      <span id="s_1728" from="9610" to="9612"/>
-      <span id="s_1729" from="9613" to="9614"/>
-      <span id="s_1730" from="9615" to="9620"/>
-      <span id="s_1731" from="9620" to="9621"/>
-      <span id="s_1732" from="9622" to="9627"/>
-      <span id="s_1733" from="9628" to="9632"/>
-      <span id="s_1734" from="9633" to="9636"/>
-      <span id="s_1735" from="9636" to="9637"/>
-      <span id="s_1736" from="9638" to="9641"/>
-      <span id="s_1737" from="9642" to="9648"/>
-      <span id="s_1738" from="9649" to="9654"/>
-      <span id="s_1739" from="9655" to="9660"/>
-      <span id="s_1740" from="9661" to="9666"/>
-      <span id="s_1741" from="9667" to="9672"/>
-      <span id="s_1742" from="9673" to="9679"/>
-      <span id="s_1743" from="9680" to="9683"/>
-      <span id="s_1744" from="9683" to="9684"/>
-      <span id="s_1745" from="9685" to="9686"/>
-      <span id="s_1746" from="9687" to="9691"/>
-      <span id="s_1747" from="9692" to="9698"/>
-      <span id="s_1748" from="9698" to="9699"/>
-      <span id="s_1749" from="9700" to="9703"/>
-      <span id="s_1750" from="9705" to="9713"/>
-      <span id="s_1751" from="9714" to="9719"/>
-      <span id="s_1752" from="9719" to="9720"/>
-      <span id="s_1753" from="9721" to="9726"/>
-      <span id="s_1754" from="9727" to="9730"/>
-      <span id="s_1755" from="9731" to="9734"/>
-      <span id="s_1756" from="9735" to="9740"/>
-      <span id="s_1757" from="9741" to="9746"/>
-      <span id="s_1758" from="9746" to="9747"/>
-      <span id="s_1759" from="9748" to="9751"/>
-      <span id="s_1760" from="9752" to="9755"/>
-      <span id="s_1761" from="9756" to="9761"/>
-      <span id="s_1762" from="9762" to="9765"/>
-      <span id="s_1763" from="9766" to="9772"/>
-      <span id="s_1764" from="9773" to="9775"/>
-      <span id="s_1765" from="9776" to="9778"/>
-      <span id="s_1766" from="9779" to="9787"/>
-      <span id="s_1767" from="9788" to="9791"/>
-      <span id="s_1768" from="9792" to="9798"/>
-      <span id="s_1769" from="9799" to="9802"/>
-      <span id="s_1770" from="9802" to="9803"/>
-      <span id="s_1771" from="9804" to="9807"/>
-      <span id="s_1772" from="9808" to="9812"/>
-      <span id="s_1773" from="9813" to="9818"/>
-      <span id="s_1774" from="9819" to="9822"/>
-      <span id="s_1775" from="9823" to="9834"/>
-      <span id="s_1776" from="9835" to="9838"/>
-      <span id="s_1777" from="9839" to="9844"/>
-      <span id="s_1778" from="9845" to="9849"/>
-      <span id="s_1779" from="9850" to="9855"/>
-      <span id="s_1780" from="9856" to="9858"/>
-      <span id="s_1781" from="9859" to="9863"/>
-      <span id="s_1782" from="9863" to="9864"/>
-      <span id="s_1783" from="9864" to="9865"/>
-      <span id="s_1784" from="9866" to="9867"/>
-      <span id="s_1785" from="9867" to="9870"/>
-      <span id="s_1786" from="9871" to="9875"/>
-      <span id="s_1787" from="9876" to="9879"/>
-      <span id="s_1788" from="9880" to="9884"/>
-      <span id="s_1789" from="9885" to="9890"/>
-      <span id="s_1790" from="9891" to="9894"/>
-      <span id="s_1791" from="9895" to="9904"/>
-      <span id="s_1792" from="9905" to="9908"/>
-      <span id="s_1793" from="9909" to="9914"/>
-      <span id="s_1794" from="9915" to="9919"/>
-      <span id="s_1795" from="9920" to="9925"/>
-      <span id="s_1796" from="9926" to="9930"/>
-      <span id="s_1797" from="9930" to="9931"/>
-      <span id="s_1798" from="9931" to="9932"/>
-      <span id="s_1799" from="9933" to="9942"/>
-      <span id="s_1800" from="9943" to="9945"/>
-      <span id="s_1801" from="9946" to="9951"/>
-      <span id="s_1802" from="9952" to="9956"/>
-      <span id="s_1803" from="9957" to="9964"/>
-      <span id="s_1804" from="9964" to="9965"/>
-      <span id="s_1805" from="9966" to="9969"/>
-      <span id="s_1806" from="9970" to="9976"/>
-      <span id="s_1807" from="9977" to="9984"/>
-      <span id="s_1808" from="9985" to="9986"/>
-      <span id="s_1809" from="9987" to="9991"/>
-      <span id="s_1810" from="9991" to="9992"/>
-      <span id="s_1811" from="9993" to="9998"/>
-      <span id="s_1812" from="9998" to="9999"/>
-      <span id="s_1813" from="10000" to="10001"/>
-      <span id="s_1814" from="10001" to="10005"/>
-      <span id="s_1815" from="10006" to="10007"/>
-      <span id="s_1816" from="10008" to="10011"/>
-      <span id="s_1817" from="10012" to="10018"/>
-      <span id="s_1818" from="10019" to="10023"/>
-      <span id="s_1819" from="10024" to="10027"/>
-      <span id="s_1820" from="10028" to="10043"/>
-      <span id="s_1821" from="10044" to="10049"/>
-      <span id="s_1822" from="10050" to="10057"/>
-      <span id="s_1823" from="10058" to="10061"/>
-      <span id="s_1824" from="10062" to="10072"/>
-      <span id="s_1825" from="10073" to="10074"/>
-      <span id="s_1826" from="10075" to="10076"/>
-      <span id="s_1827" from="10077" to="10082"/>
-      <span id="s_1828" from="10083" to="10092"/>
-      <span id="s_1829" from="10093" to="10104"/>
-      <span id="s_1830" from="10105" to="10115"/>
-      <span id="s_1831" from="10115" to="10116"/>
-      <span id="s_1832" from="10117" to="10122"/>
-      <span id="s_1833" from="10123" to="10133"/>
-      <span id="s_1834" from="10134" to="10138"/>
-      <span id="s_1835" from="10139" to="10142"/>
-      <span id="s_1836" from="10143" to="10144"/>
-      <span id="s_1837" from="10145" to="10149"/>
-      <span id="s_1838" from="10150" to="10155"/>
-      <span id="s_1839" from="10156" to="10161"/>
-      <span id="s_1840" from="10161" to="10162"/>
-      <span id="s_1841" from="10163" to="10168"/>
-      <span id="s_1842" from="10169" to="10172"/>
-      <span id="s_1843" from="10173" to="10178"/>
-      <span id="s_1844" from="10179" to="10182"/>
-      <span id="s_1845" from="10183" to="10190"/>
-      <span id="s_1846" from="10191" to="10194"/>
-      <span id="s_1847" from="10195" to="10204"/>
-      <span id="s_1848" from="10205" to="10209"/>
-      <span id="s_1849" from="10210" to="10218"/>
-      <span id="s_1850" from="10219" to="10223"/>
-      <span id="s_1851" from="10223" to="10224"/>
-      <span id="s_1852" from="10225" to="10228"/>
-      <span id="s_1853" from="10229" to="10232"/>
-      <span id="s_1854" from="10233" to="10241"/>
-      <span id="s_1855" from="10242" to="10245"/>
-      <span id="s_1856" from="10246" to="10256"/>
-      <span id="s_1857" from="10257" to="10260"/>
-      <span id="s_1858" from="10261" to="10264"/>
-      <span id="s_1859" from="10265" to="10266"/>
-      <span id="s_1860" from="10267" to="10271"/>
-      <span id="s_1861" from="10272" to="10274"/>
-      <span id="s_1862" from="10275" to="10279"/>
-      <span id="s_1863" from="10280" to="10285"/>
-      <span id="s_1864" from="10285" to="10286"/>
-      <span id="s_1865" from="10286" to="10287"/>
-      <span id="s_1866" from="10288" to="10291"/>
-      <span id="s_1867" from="10292" to="10299"/>
-      <span id="s_1868" from="10300" to="10313"/>
-      <span id="s_1869" from="10314" to="10322"/>
-      <span id="s_1870" from="10323" to="10330"/>
-      <span id="s_1871" from="10331" to="10336"/>
-      <span id="s_1872" from="10337" to="10345"/>
-      <span id="s_1873" from="10346" to="10349"/>
-      <span id="s_1874" from="10350" to="10359"/>
-      <span id="s_1875" from="10360" to="10362"/>
-      <span id="s_1876" from="10363" to="10368"/>
-      <span id="s_1877" from="10369" to="10372"/>
-      <span id="s_1878" from="10373" to="10380"/>
-      <span id="s_1879" from="10381" to="10387"/>
-      <span id="s_1880" from="10388" to="10399"/>
-      <span id="s_1881" from="10399" to="10400"/>
-      <span id="s_1882" from="10401" to="10404"/>
-      <span id="s_1883" from="10405" to="10408"/>
-      <span id="s_1884" from="10409" to="10414"/>
-      <span id="s_1885" from="10415" to="10418"/>
-      <span id="s_1886" from="10419" to="10428"/>
-      <span id="s_1887" from="10429" to="10440"/>
-      <span id="s_1888" from="10441" to="10446"/>
-      <span id="s_1889" from="10447" to="10451"/>
-      <span id="s_1890" from="10452" to="10458"/>
-      <span id="s_1891" from="10459" to="10462"/>
-      <span id="s_1892" from="10463" to="10473"/>
-      <span id="s_1893" from="10474" to="10476"/>
-      <span id="s_1894" from="10477" to="10482"/>
-      <span id="s_1895" from="10483" to="10489"/>
-      <span id="s_1896" from="10490" to="10493"/>
-      <span id="s_1897" from="10493" to="10494"/>
-      <span id="s_1898" from="10495" to="10496"/>
-      <span id="s_1899" from="10496" to="10499"/>
-      <span id="s_1900" from="10500" to="10505"/>
-      <span id="s_1901" from="10506" to="10511"/>
-      <span id="s_1902" from="10511" to="10512"/>
-      <span id="s_1903" from="10513" to="10516"/>
-      <span id="s_1904" from="10517" to="10520"/>
-      <span id="s_1905" from="10521" to="10522"/>
-      <span id="s_1906" from="10523" to="10526"/>
-      <span id="s_1907" from="10526" to="10527"/>
-      <span id="s_1908" from="10528" to="10531"/>
-      <span id="s_1909" from="10532" to="10535"/>
-      <span id="s_1910" from="10536" to="10545"/>
-      <span id="s_1911" from="10545" to="10546"/>
-      <span id="s_1912" from="10547" to="10551"/>
-      <span id="s_1913" from="10552" to="10554"/>
-      <span id="s_1914" from="10555" to="10559"/>
-      <span id="s_1915" from="10560" to="10565"/>
-      <span id="s_1916" from="10566" to="10570"/>
-      <span id="s_1917" from="10571" to="10574"/>
-      <span id="s_1918" from="10575" to="10585"/>
-      <span id="s_1919" from="10586" to="10590"/>
-      <span id="s_1920" from="10591" to="10593"/>
-      <span id="s_1921" from="10594" to="10597"/>
-      <span id="s_1922" from="10597" to="10598"/>
-      <span id="s_1923" from="10599" to="10601"/>
-      <span id="s_1924" from="10602" to="10605"/>
-      <span id="s_1925" from="10606" to="10609"/>
-      <span id="s_1926" from="10610" to="10617"/>
-      <span id="s_1927" from="10618" to="10624"/>
-      <span id="s_1928" from="10624" to="10625"/>
-      <span id="s_1929" from="10626" to="10630"/>
-      <span id="s_1930" from="10631" to="10637"/>
-      <span id="s_1931" from="10638" to="10644"/>
-      <span id="s_1932" from="10645" to="10648"/>
-      <span id="s_1933" from="10649" to="10656"/>
-      <span id="s_1934" from="10657" to="10658"/>
-      <span id="s_1935" from="10659" to="10662"/>
-      <span id="s_1936" from="10662" to="10663"/>
-      <span id="s_1937" from="10663" to="10664"/>
-      <span id="s_1938" from="10665" to="10669"/>
-      <span id="s_1939" from="10670" to="10673"/>
-      <span id="s_1940" from="10673" to="10674"/>
-      <span id="s_1941" from="10675" to="10676"/>
-      <span id="s_1942" from="10676" to="10679"/>
-      <span id="s_1943" from="10680" to="10682"/>
-      <span id="s_1944" from="10683" to="10685"/>
-      <span id="s_1945" from="10686" to="10700"/>
-      <span id="s_1946" from="10701" to="10703"/>
-      <span id="s_1947" from="10704" to="10707"/>
-      <span id="s_1948" from="10707" to="10708"/>
-      <span id="s_1949" from="10709" to="10719"/>
-      <span id="s_1950" from="10720" to="10721"/>
-      <span id="s_1951" from="10722" to="10726"/>
-      <span id="s_1952" from="10727" to="10730"/>
-      <span id="s_1953" from="10731" to="10734"/>
-      <span id="s_1954" from="10735" to="10739"/>
-      <span id="s_1955" from="10740" to="10742"/>
-      <span id="s_1956" from="10743" to="10747"/>
-      <span id="s_1957" from="10748" to="10751"/>
-      <span id="s_1958" from="10752" to="10754"/>
-      <span id="s_1959" from="10755" to="10764"/>
-      <span id="s_1960" from="10765" to="10774"/>
-      <span id="s_1961" from="10774" to="10775"/>
-      <span id="s_1962" from="10776" to="10788"/>
-      <span id="s_1963" from="10789" to="10790"/>
-      <span id="s_1964" from="10791" to="10795"/>
-      <span id="s_1965" from="10796" to="10799"/>
-      <span id="s_1966" from="10800" to="10803"/>
-      <span id="s_1967" from="10804" to="10812"/>
-      <span id="s_1968" from="10813" to="10821"/>
-      <span id="s_1969" from="10822" to="10823"/>
-      <span id="s_1970" from="10824" to="10828"/>
-      <span id="s_1971" from="10829" to="10832"/>
-      <span id="s_1972" from="10833" to="10834"/>
-      <span id="s_1973" from="10835" to="10838"/>
-      <span id="s_1974" from="10839" to="10842"/>
-      <span id="s_1975" from="10843" to="10857"/>
-      <span id="s_1976" from="10858" to="10863"/>
-      <span id="s_1977" from="10864" to="10873"/>
-      <span id="s_1978" from="10873" to="10874"/>
-      <span id="s_1979" from="10874" to="10875"/>
-      <span id="s_1980" from="10876" to="10880"/>
-      <span id="s_1981" from="10880" to="10881"/>
-      <span id="s_1982" from="10882" to="10889"/>
-      <span id="s_1983" from="10890" to="10897"/>
-   </spanList>
-</layer>
diff --git a/t/corpus/BRZ13/00001/data.xml b/t/corpus/BRZ13/00001/data.xml
deleted file mode 100644
index f7e0081..0000000
--- a/t/corpus/BRZ13/00001/data.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?xml-model href="text.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
-
-<raw_text docid="BRZ13_APR.00001" xmlns="http://ids-mannheim.de/ns/KorAP">
-  <metadata file="metadata.xml" />
-  <text>Sexueller Missbrauch –„Das schreiende Kind steckt noch tief in mir“ Die Opfer leiden oft jahrzehntelang. Nun will die Bundesregierung einen Fonds einrichten, damit zum Beispiel Therapien bezahlt werden können. Eine Betroffene spricht über das Martyrium. Braunschweig.  Die Frau, die diese Frage stellt, ist selbst eine Betroffene: In einer E-Mail an unsere Redaktion schreibt sie, dass ihre Mutter und ihr Vater sie jahrelang immer wieder sexuell missbraucht haben. Erst als sie 18 war und zu Hause ausziehen konnte, endeten die körperlichen Qualen. Aber ihre Seele ist immer noch krank, die 61-Jährige leidet nach wie vor. Aus diesem Grund bittet die Frau um Anonymität – für diesen Artikel nennen wir sie Katharina Grünberg. Wenn man Katharina Grünberg an ihrem runden Tisch im gemütlichen Wohnzimmer gegenübersitzt, und wenn man sie reden hört, ruhig und mit klarer Stimme, dann meint man, alles sei in bester Ordnung. Doch dann schildert sie, wie sie immer wieder von Panikattacken gepackt wird, wie Todesangst ihre Gedanken fesselt, wie sie denkt: Jetzt bleibt mein Herz stehen, jetzt muss ich sterben. In solchen Momenten rast ihr Herz, sie schwitzt und verkrampft sich so heftig, dass ihr Körper am Tag danach noch schmerzt. Laut Diagnose lebt Katharina Grünberg mit einer dissoziativen Identitätsstörung. Was das bedeutet, beschreibt sie so: Aufgrund der traumatischen Erlebnisse durch den Missbrauch haben sich Teile ihrer Persönlichkeit abgespalten – eine Schutzreaktion, um die unfassbare Grenzüberschreitung und den Vertrauensbruch ertragen zu können, um überleben zu können. „Diese Abspaltung betrifft schreckliche Erinnerungen und Gefühle“, erklärt sie. „Durch verschiedene Reize wie Gerüche, Geräusche und Bilder können diese Erinnerungen und Gefühle aber blitzartig aktiviert werden – sie sind dann so übermächtig, dass ich sie für real halte und nicht einordnen kann. Man kann nur lernen, sich davon nicht wegreißen zu lassen; teilweise gelingt mir das inzwischen. Aber es ist unglaublich anstrengend. Ich brauche all meine Energie, um mich permanent zu kontrollieren und einen Anschein von Normalität herzustellen.“ Lange Wartezeit auf Therapie Viele Jahre lang hatte Katharina Grünberg komplett verdrängt, was ihre Eltern ihr angetan haben. Sie hatte das Traumatische ausgeblendet, es in einen abgeriegelten Bereich ganz tief in ihrem Inneren verbannt. Sie hat als Lehrerin gearbeitet, geheiratet und zwei Töchter bekommen. Irgendwie kam sie durchs Leben – auch wenn es ihr immer schwerfiel, zu vertrauen und Nähe zuzulassen. Einige Jahre nach der Geburt ihrer Töchter brach die vermeintlich heile Welt zusammen, all das Verdrängte überrollte sie. Sie musste ihren Beruf aufgeben, weil sie den Anforderungen nicht mehr gewachsen war, und wurde frühpensioniert. Die Ehe zerbrach. Inzwischen lebt sie von einer Erwerbsunfähigkeitsrente und gibt gegen ein kleines Honorar Kurse an einer Volkshochschule. Seit etwa 20 Jahren ist Katharina Grünberg nun mit Unterbrechungen bei verschiedenen Therapeuten und Ärzten in Behandlung. Sie spricht von einer Therapiekarriere – und in ihrer Stimme schwingt bei diesem Wort Sarkasmus mit. Bis man einen passenden Therapeuten finde, brauche man mehrere Anläufe, sagt sie; hinzu kommen die oft langen Wartezeiten. Sie beschreibt diesen Weg als Odyssee. Niemand darf etwas erfahren Wie es ihr jetzt geht? „Ich habe ständig das Gefühl, dass mein Fundament morsch ist, dass es nichts Verlässliches gibt, dass das Leben mich völlig überfordert. Morgens ist es meistens ein Kampf, überhaupt aufzustehen. Ich versuche, mir gedanklich Inseln zu bauen: Worauf könnte ich mich freuen? Aber das muss ich mir konstruieren. Theoretisch weiß ich, was Lebensfreude ist – wie es sich anfühlt, beginne ich erst jetzt langsam zu ahnen. Ich bin kaum in der Lage, Gefühle zuzulassen; weinen zu können, erobere ich mir gerade zurück.“ Nach außen hin lässt sie sich davon nichts anmerken. Die Fassade steht. Keiner darf etwas erfahren! Doch zugleich hat sie den Wunsch, mit ihrem Leid gesehen zu werden, um sich selber glauben zu können. „Meine Eltern haben mir immer gesagt, dass ich lüge. Das brennt sich ein. Irgendwann kommen tatsächlich Zweifel, ob man sich das alles nur einbildet“, sagt sie. „Dann verfestigt sich so ein furchtbares Gefühl: Keiner glaubt mir, keiner hilft mir, ich bin nichts wert.“ Keine Opferentschädigung Vor einigen Jahren hat sie versucht, finanzielle Unterstützung über das Opferentschädigungsgesetz zu bekommen. Dieses Gesetz sieht Entschädigungsleistungen für Opfer von Gewalttaten vor, die gesundheitliche Schäden erlitten haben. „Das Antragsprozedere hat ungefähr zwei Jahre gedauert“, erzählt sie. Schließlich sei zwar anerkannt worden, dass ihre gesundheitlichen Beeinträchtigungen und Behinderungen eine Folge des Missbrauchs sind, aber da die Taten vor Inkrafttreten des Gesetzes 1976 geschehen sind, fällt sie unter eine Übergangsregelung. Diese setzt eine finanzielle Bedürftigkeit voraus, um Unterstützung zu bekommen – dafür ist ihr Einkommen aber nicht gering genug. „Hätte der Missbrauch nach 1976 stattgefunden, hätte mir eine Berufsausfallentschädigung zugestanden“, sagt Katharina Grünberg. „Das hätte zwar den Missbrauch nicht wieder gutmachen können, aber es hätte mir erspart, neben dem psychischen Kampf ums Überleben auch noch den existenziellen Überlebenskampf führen zu müssen.“ Stationäre Behandlung nötig Was Katharina Grünberg zudem belastet, sind die wiederholten Auseinandersetzungen mit ihrer privaten Krankenkasse. Zwar habe die Kasse neben zwei ambulanten Therapien auch stationäre Therapien bezahlt, doch eine von den behandelnden Ärzten als notwendig erachtete Verlängerung der stationären Aufenthalte über vier Wochen hinaus sei jedes Mal abgelehnt worden – immer mit der Begründung, dies sei medizinisch nicht notwendig. „Das bedeutete, dass ich den begonnenen guten Prozess leider abbrechen musste und instabil entlassen wurde“, erläutert sie. „Auch aus Sicht meines Arztes ist eine stationäre Behandlung dringend erforderlich – aber vier Wochen reichen eben nicht. Es gehört sehr viel Mut dazu, sich der Vergangenheit zu stellen, und ich habe schon viel erreicht. Doch die Seele, die durch den Missbrauch in Einzelteile zerlegt wurde, braucht Zeit und professionelle Unterstützung, um zu heilen. Ich habe eine Perspektive: endlich ein Leben ohne Therapien. Aber ich kann die Kosten für den Klinikaufenthalt nicht selbst aufbringen, wenn die Krankenkasse sie nicht übernimmt.“ Fonds für Missbrauchsopfer Große Hoffnung setzt Katharina Grünberg jetzt auf den Fonds für Opfer sexuellen Missbrauchs, der im Mai starten soll. Dieser Hilfsfonds ist Teil eines Gesetzes zur Stärkung der Rechte von Missbrauchsopfern, das der Bundestag Mitte März dieses Jahres verabschiedet hat. Das Gesetz wiederum geht zurück auf Empfehlungen des Runden Tisches „Sexueller Kindesmissbrauch“. Dieses Gremium war 2010 eingerichtet worden, nachdem Tausende Fälle von Kindesmissbrauch in kirchlichen Einrichtungen, Internaten und Heimen bekanntgeworden waren. Nach anderthalbjähriger Beratung hatte der Runde Tisch Ende 2011 unter anderem empfohlen, einen Fonds in Höhe von 100 Millionen Euro zu schaffen, der sich an Opfer sexuellen Missbrauchs in privaten und öffentlichen Einrichtungen sowie ausdrücklich auch an Opfer von Missbrauch in Familien richten soll. Der Fonds sollte je zur Hälfte vom Bund und den Ländern getragen werden. Doch genau daran hapert es: Die meisten Länder verweigern eine Beteiligung, darunter auch Niedersachsen. Landessozialministerin Cornelia Rundt (SPD) sagt dazu: „Wir lehnen die Einrichtung des Fonds in dieser Form ab, weil er uns zwingen will, Verantwortung für sexuellen Missbrauch im privaten Bereich zu übernehmen.“ Das Land bekenne sich jedoch zu seiner Verantwortung, wenn in Landeseinrichtungen, in Schulen oder in schulischen Einrichtungen Kinder Opfer von Gewalt und Missbrauch wurden, so Rundt. 10000 Euro pro Antragsteller Aufgrund der Differenzen hat die Bundesregierung nun beschlossen, den Fonds mit einem Volumen von 50 Millionen Euro ohne Beteiligung der Länder zu starten. Nach Auskunft des Bundesfamilienministeriums sollen daraus vor allem Therapien bezahlt werden, falls die Krankenkassen diese Kosten nicht übernehmen. Details zu den geplanten Hilfen sowie zu den Antragsmöglichkeiten stehen noch nicht fest. Geplant ist, dass ein unabhängiges Sachverständigengremium über die Anträge der Betroffenen entscheiden wird, das sich unter anderem aus Ärzten und Psychotherapeuten sowie Vertretern von Bund und Ländern zusammensetzen soll. Im Abschlussbericht des Runden Tisches wird zudem eine Obergrenze für Sachleistungen von 10 000 Euro pro Antragsteller vorgeschlagen; in Einzelfällen soll auch mehr gezahlt werden können. Die Hilfe soll stets schnell und unbürokratisch erfolgen, heißt es. Kampf gegen die Ohnmacht Katharina Grünberg sieht in dem Fonds einen Rettungsanker – sie hofft, dass sie über diesen Weg endlich eine längere stationäre Therapie wahrnehmen kann. In der E-Mail, die sie an unsere Redaktion geschickt hatte, schreibt sie: „Immer wieder zu scheitern in den Versuchen, dringend benötigte Hilfe zu bekommen, ruft ein Gefühl von Ohnmacht hervor – ein Gefühl, das alle Betroffenen sehr gut aus den Missbrauchssituationen kennen. Jedes Scheitern bedeutet eine Form von Retraumatisierung, wirft zurück auf dem mühseligen Weg aus dem bloßen Überleben in ein lebenswertes, lebendiges Leben, von dem es zwar eine Ahnung gibt, das aber kaum erreichbar erscheint. Nur wenige Betroffene haben das Geld, Therapiekosten selber zu zahlen. Und viele haben nicht mehr die Kraft zu kämpfen, geben sich auf. Ich selber stehe trotz allem immer wieder auf, kämpfe weiter, weiß manchmal nicht, woher ich die Kraft nehme. Ich bin schon ein ganzes Stück gegangen auf meinem Weg, mir mein Leben zurückzuerobern und nicht mehr Opfer zu sein.“ „Ich will mir mein Leben zurückerobern und nicht mehr Opfer sein.“ Katharina Grünberg Eine Leserin, die anonym bleiben möchte, fragt: „Nach zähem Ringen will die Bundesregierung jetzt endlich den Hilfsfonds für Opfer sexuellen Missbrauchs einrichten. Warum beteiligen sich die Länder nicht daran, damit der Fonds wie geplant 100 Millionen Euro umfassen kann? Wer hat Anspruch auf Leistungen und wofür wird es Geld geben?“ Die Antwort recherchierte Cornelia Steiner Diese Tonfigur hat Katharina Grünberg vor einigen Jahren angefertigt, als sie wegen des sexuellen Missbrauchs durch ihre Eltern zur Behandlung in einer Klinik war. „Die Figur zeigt, was ich fühle: Ich bin erwachsen, aber es gibt immer noch das schreiende Kind in mir. Es ist ein stummer Schrei, denn damals durfte ihn niemand hören“, sagt sie. „Ich spüre Unbeholfenheit in mir: Einerseits möchte ich das Kind trösten und es liebevoll beruhigen. Andererseits möchte ich das Schreien zulassen – aber das würde ich wahrscheinlich nicht aushalten.“ Foto: Daniela Nielsen</text>
-</raw_text>
diff --git a/t/corpus/BRZ13/00001/header.xml b/t/corpus/BRZ13/00001/header.xml
deleted file mode 100644
index 282d67e..0000000
--- a/t/corpus/BRZ13/00001/header.xml
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<?xml-model href="header.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
-<!DOCTYPE idsCorpus PUBLIC "-//IDS//DTD IDS-XCES 1.0//EN" "http://corpora.ids-mannheim.de/idsxces1/DTD/ids.xcesdoc.dtd">
-<idsHeader type="text" pattern="Ztg/Zschr" status="new" version="1.1" TEIform="teiHeader">
-        <fileDesc>
-          <titleStmt>
-            <textSigle>BRZ13/APR.00001</textSigle>
-            <t.title assemblage="regular">BRZ13/APR.00001 Braunschweiger Zeitung, 02.04.2013, Ressort: 1Antw; Sexueller Missbrauch &ndash;&bdquo;Das schreiende Kind steckt noch tief in mir&ldquo;</t.title>
-          </titleStmt>
-          <publicationStmt>
-            <distributor/>
-            <pubAddress/>
-            <availability region="world" status="unknown"/>
-            <pubDate/>
-          </publicationStmt>
-          <sourceDesc>
-            <biblStruct>
-              <analytic>
-                <h.title type="main">Sexueller Missbrauch &ndash;&bdquo;Das schreiende Kind steckt noch tief in mir&ldquo;</h.title>
-                <h.author/>
-                <imprint/>
-                <biblScope type="pp"/>
-                <biblScope type="suppl"/>
-                <biblScope type="suppltitle"/>
-                <biblNote n="1">ID:</biblNote>
-              </analytic>
-              <monogr>
-                <h.title type="main">Braunschweiger Zeitung</h.title>
-                <h.title type="sub"/>
-                <h.title type="abbr" level="m">Braunschw. Z.</h.title>
-                <editor/>
-                <imprint>
-                  <publisher>Braunschweiger Zeitungsverlag, Druckhaus Albert Limbach GmbH &amp; Co. KG</publisher>
-                  <pubDate type="year">2013</pubDate>
-                  <pubDate type="month">04</pubDate>
-                  <pubDate type="day">02</pubDate>
-                  <pubPlace>Braunschweig</pubPlace>
-                </imprint>
-                <biblScope type="issue"/>
-                <biblScope type="issueplace">Salzgitter-Zeitung</biblScope>
-                <biblScope type="vol"/>
-              </monogr>
-            </biblStruct>
-            <reference type="complete" assemblage="regular">BRZ13/APR.00001 Braunschweiger Zeitung, 02.04.2013, Salzgitter-Zeitung. Originalressort: 1Antw; Sexueller Missbrauch &ndash;&bdquo;Das schreiende Kind steckt noch tief in mir&ldquo;</reference>
-            <reference type="super" assemblage="regular">BRZ13/APR.00001 Braunschweiger Zeitung, Braunschweig: Braunschweiger Zeitungsverlag, Druckhaus Albert Limbach GmbH &amp; Co. KG; 2013</reference>
-            <reference type="short" assemblage="regular">BRZ13/APR.00001 Braunschweiger Zeitung, 02.04.2013; Sexueller Missbrauch &ndash;&bdquo;Das schreiende Kind steckt noch tief in mir&ldquo; [Kurzzitierung nicht verfügbar]</reference>
-          </sourceDesc>
-        </fileDesc>
-        <encodingDesc>
-          <samplingDecl/>
-          <editorialDecl>
-            <pagination type="no"/>
-          </editorialDecl>
-          <tagsDecl>
-            <tagUsage gi="ptr" occurs="1"/>
-            <tagUsage gi="figure" occurs="1"/>
-            <tagUsage gi="p" occurs="31"/>
-            <tagUsage gi="s" occurs="110"/>
-          </tagsDecl>
-        </encodingDesc>
-        <profileDesc>
-          <creation>
-            <creatDate>2013.04.02</creatDate>
-          </creation>
-          <textClass>
-            <catRef n="1" target="topic.staat-gesellschaft.familie-geschlecht" scheme="topic"/>
-            <h.keywords>
-              <keyTerm/>
-            </h.keywords>
-          </textClass>
-          <textDesc>
-            <textType>Zeitung: Tageszeitung</textType>
-            <textTypeRef/>
-            <textTypeArt/>
-            <textDomain/>
-            <column>1Antw</column>
-          </textDesc>
-        </profileDesc>
-      </idsHeader>
diff --git a/t/corpus/BRZ13/00001/mate/dependency.xml b/t/corpus/BRZ13/00001/mate/dependency.xml
deleted file mode 100644
index 0af26ac..0000000
--- a/t/corpus/BRZ13/00001/mate/dependency.xml
+++ /dev/null
@@ -1 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><?xml-model href="span.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?><layer xmlns="http://ids-mannheim.de/ns/KorA" version="KorA-0.2" docid="Z13_APR.00001"><spanList><span from="0" to="9"><rel label="MO"><span from="27" to="37"></span></rel></span><span from="10" to="20"><rel label="PNC"><span from="21" to="26"></span></rel></span><span from="21" to="26"><rel label="MO"><span from="27" to="37"></span></rel></span><span from="27" to="37"><rel label="NK"><span from="38" to="42"></span></rel></span><span from="38" to="42"><rel label="SB"><span from="43" to="49"></span></rel></span><span from="43" to="49"><rel label="--" type="unary"></rel></span><span from="50" to="54"><rel label="MO"><span from="55" to="59"></span></rel></span><span from="55" to="59"><rel label="MO"><span from="43" to="49"></span></rel></span><span from="60" to="62"><rel label="MO"><span from="43" to="49"></span></rel></span><span from="63" to="66"><rel label="NK"><span from="60" to="62"></span></rel></span><span from="66" to="67"><rel label="NK"><span from="63" to="66"></span></rel></span><span from="68" to="71"><rel label="NK"><span from="72" to="77"></span></rel></span><span from="72" to="77"><rel label="SB"><span from="78" to="84"></span></rel></span><span from="78" to="84"><rel label="CJ"><span from="43" to="49"></span></rel></span><span from="85" to="88"><rel label="MO"><span from="78" to="84"></span></rel></span><span from="89" to="103"><rel label="MO"><span from="78" to="84"></span></rel></span><span from="103" to="104"><rel label="--"><span from="89" to="103"></span></rel></span><span from="105" to="108"><rel label="MO"><span from="109" to="113"></span></rel></span><span from="109" to="113"><rel label="--" type="unary"></rel></span><span from="114" to="117"><rel label="NK"><span from="118" to="133"></span></rel></span><span from="118" to="133"><rel label="SB"><span from="109" to="113"></span></rel></span><span from="134" to="139"><rel label="NK"><span from="140" to="145"></span></rel></span><span from="140" to="145"><rel label="OA"><span from="146" to="156"></span></rel></span><span from="146" to="156"><rel label="OC"><span from="109" to="113"></span></rel></span><span from="156" to="157"><rel label="--"><span from="146" to="156"></span></rel></span><span from="158" to="163"><rel label="CP"><span from="202" to="208"></span></rel></span><span from="164" to="167"><rel label="MO"><span from="187" to="194"></span></rel></span><span from="168" to="176"><rel label="NK"><span from="164" to="167"></span></rel></span><span from="177" to="186"><rel label="SB"><span from="202" to="208"></span></rel></span><span from="187" to="194"><rel label="OC"><span from="195" to="201"></span></rel></span><span from="195" to="201"><rel label="OC"><span from="202" to="208"></span></rel></span><span from="202" to="208"><rel label="MO"><span from="146" to="156"></span></rel></span><span from="208" to="209"><rel label="--"><span from="202" to="208"></span></rel></span><span from="210" to="214"><rel label="NK"><span from="215" to="225"></span></rel></span><span from="215" to="225"><rel label="SB"><span from="226" to="233"></span></rel></span><span from="226" to="233"><rel label="--" type="unary"></rel></span><span from="234" to="238"><rel label="OP"><span from="226" to="233"></span></rel></span><span from="239" to="242"><rel label="NK"><span from="243" to="252"></span></rel></span><span from="243" to="252"><rel label="NK"><span from="234" to="238"></span></rel></span><span from="252" to="253"><rel label="--"><span from="243" to="252"></span></rel></span><span from="254" to="266"><rel label="--" type="unary"></rel></span><span from="266" to="267"><rel label="--"><span from="254" to="266"></span></rel></span><span from="269" to="272"><rel label="NK"><span from="273" to="277"></span></rel></span><span from="273" to="277"><rel label="SB"><span from="303" to="306"></span></rel></span><span from="277" to="278"><rel label="--"><span from="273" to="277"></span></rel></span><span from="279" to="282"><rel label="SB"><span from="295" to="301"></span></rel></span><span from="283" to="288"><rel label="NK"><span from="289" to="294"></span></rel></span><span from="289" to="294"><rel label="OA"><span from="295" to="301"></span></rel></span><span from="295" to="301"><rel label="RC"><span from="273" to="277"></span></rel></span><span from="301" to="302"><rel label="--"><span from="295" to="301"></span></rel></span><span from="303" to="306"><rel label="--" type="unary"></rel></span><span from="307" to="313"><rel label="MO"><span from="319" to="329"></span></rel></span><span from="314" to="318"><rel label="NK"><span from="319" to="329"></span></rel></span><span from="319" to="329"><rel label="PD"><span from="303" to="306"></span></rel></span><span from="329" to="330"><rel label="--"><span from="319" to="329"></span></rel></span><span from="331" to="333"><rel label="MO"><span from="367" to="375"></span></rel></span><span from="334" to="339"><rel label="NK"><span from="340" to="346"></span></rel></span><span from="340" to="346"><rel label="NK"><span from="331" to="333"></span></rel></span><span from="347" to="349"><rel label="MNR"><span from="340" to="346"></span></rel></span><span from="350" to="356"><rel label="NK"><span from="357" to="366"></span></rel></span><span from="357" to="366"><rel label="NK"><span from="347" to="349"></span></rel></span><span from="367" to="375"><rel label="PD"><span from="303" to="306"></span></rel></span><span from="376" to="379"><rel label="SB"><span from="367" to="375"></span></rel></span><span from="379" to="380"><rel label="--"><span from="376" to="379"></span></rel></span><span from="381" to="385"><rel label="CP"><span from="459" to="464"></span></rel></span><span from="386" to="390"><rel label="NK"><span from="391" to="397"></span></rel></span><span from="391" to="397"><rel label="SB"><span from="459" to="464"></span></rel></span><span from="398" to="401"><rel label="CD"><span from="391" to="397"></span></rel></span><span from="402" to="405"><rel label="NK"><span from="406" to="411"></span></rel></span><span from="406" to="411"><rel label="CJ"><span from="398" to="401"></span></rel></span><span from="412" to="415"><rel label="OA"><span from="447" to="458"></span></rel></span><span from="416" to="425"><rel label="MO"><span from="447" to="458"></span></rel></span><span from="426" to="431"><rel label="MO"><span from="432" to="438"></span></rel></span><span from="432" to="438"><rel label="MO"><span from="447" to="458"></span></rel></span><span from="439" to="446"><rel label="MO"><span from="447" to="458"></span></rel></span><span from="447" to="458"><rel label="OC"><span from="459" to="464"></span></rel></span><span from="459" to="464"><rel label="OC"><span from="367" to="375"></span></rel></span><span from="464" to="465"><rel label="--"><span from="459" to="464"></span></rel></span><span from="466" to="470"><rel label="MO"><span from="482" to="485"></span></rel></span><span from="471" to="474"><rel label="CP"><span from="482" to="485"></span></rel></span><span from="475" to="478"><rel label="SB"><span from="482" to="485"></span></rel></span><span from="479" to="481"><rel label="MO"><span from="482" to="485"></span></rel></span><span from="482" to="485"><rel label="MO"><span from="517" to="524"></span></rel></span><span from="486" to="489"><rel label="CD"><span from="482" to="485"></span></rel></span><span from="490" to="492"><rel label="MO"><span from="499" to="508"></span></rel></span><span from="493" to="498"><rel label="NK"><span from="490" to="492"></span></rel></span><span from="499" to="508"><rel label="OC"><span from="509" to="515"></span></rel></span><span from="509" to="515"><rel label="CJ"><span from="486" to="489"></span></rel></span><span from="515" to="516"><rel label="--"><span from="509" to="515"></span></rel></span><span from="517" to="524"><rel label="--" type="unary"></rel></span><span from="525" to="528"><rel label="NK"><span from="542" to="548"></span></rel></span><span from="529" to="541"><rel label="NK"><span from="542" to="548"></span></rel></span><span from="542" to="548"><rel label="SB"><span from="517" to="524"></span></rel></span><span from="548" to="549"><rel label="--"><span from="542" to="548"></span></rel></span><span from="550" to="554"><rel label="JU"><span from="566" to="569"></span></rel></span><span from="555" to="559"><rel label="NK"><span from="560" to="565"></span></rel></span><span from="560" to="565"><rel label="SB"><span from="566" to="569"></span></rel></span><span from="566" to="569"><rel label="--" type="unary"></rel></span><span from="570" to="575"><rel label="MO"><span from="576" to="580"></span></rel></span><span from="576" to="580"><rel label="MO"><span from="566" to="569"></span></rel></span><span from="581" to="586"><rel label="PD"><span from="566" to="569"></span></rel></span><span from="586" to="587"><rel label="--"><span from="581" to="586"></span></rel></span><span from="588" to="591"><rel label="NK"><span from="592" to="602"></span></rel></span><span from="592" to="602"><rel label="SB"><span from="603" to="609"></span></rel></span><span from="603" to="609"><rel label="CJ"><span from="566" to="569"></span></rel></span><span from="610" to="614"><rel label="MO"><span from="603" to="609"></span></rel></span><span from="615" to="618"><rel label="CD"><span from="610" to="614"></span></rel></span><span from="619" to="622"><rel label="CJ"><span from="615" to="618"></span></rel></span><span from="622" to="623"><rel label="--"><span from="619" to="622"></span></rel></span><span from="624" to="627"><rel label="MO"><span from="641" to="647"></span></rel></span><span from="628" to="634"><rel label="NK"><span from="635" to="640"></span></rel></span><span from="635" to="640"><rel label="NK"><span from="624" to="627"></span></rel></span><span from="641" to="647"><rel label="--" type="unary"></rel></span><span from="648" to="651"><rel label="NK"><span from="652" to="656"></span></rel></span><span from="652" to="656"><rel label="OA"><span from="641" to="647"></span></rel></span><span from="657" to="659"><rel label="CVC"><span from="641" to="647"></span></rel></span><span from="660" to="670"><rel label="NK"><span from="657" to="659"></span></rel></span><span from="671" to="672"><rel label="--"><span from="660" to="670"></span></rel></span><span from="673" to="676"><rel label="MO"><span from="692" to="698"></span></rel></span><span from="677" to="683"><rel label="NK"><span from="684" to="691"></span></rel></span><span from="684" to="691"><rel label="NK"><span from="673" to="676"></span></rel></span><span from="692" to="698"><rel label="CJ"><span from="641" to="647"></span></rel></span><span from="699" to="702"><rel label="SB"><span from="692" to="698"></span></rel></span><span from="703" to="706"><rel label="OA"><span from="717" to="725"></span></rel></span><span from="707" to="716"><rel label="PNC"><span from="717" to="725"></span></rel></span><span from="717" to="725"><rel label="MO"><span from="692" to="698"></span></rel></span><span from="725" to="726"><rel label="--"><span from="717" to="725"></span></rel></span><span from="727" to="731"><rel label="CP"><span from="803" to="817"></span></rel></span><span from="732" to="735"><rel label="SB"><span from="803" to="817"></span></rel></span><span from="736" to="745"><rel label="PNC"><span from="746" to="754"></span></rel></span><span from="746" to="754"><rel label="OA"><span from="803" to="817"></span></rel></span><span from="755" to="757"><rel label="MO"><span from="803" to="817"></span></rel></span><span from="758" to="763"><rel label="NK"><span from="771" to="776"></span></rel></span><span from="764" to="770"><rel label="NK"><span from="771" to="776"></span></rel></span><span from="771" to="776"><rel label="NK"><span from="755" to="757"></span></rel></span><span from="777" to="779"><rel label="MNR"><span from="771" to="776"></span></rel></span><span from="780" to="791"><rel label="NK"><span from="792" to="802"></span></rel></span><span from="792" to="802"><rel label="NK"><span from="777" to="779"></span></rel></span><span from="803" to="817"><rel label="RE"><span from="877" to="881"></span></rel></span><span from="817" to="818"><rel label="--"><span from="803" to="817"></span></rel></span><span from="819" to="822"><rel label="CD"><span from="803" to="817"></span></rel></span><span from="823" to="827"><rel label="CP"><span from="842" to="846"></span></rel></span><span from="828" to="831"><rel label="SB"><span from="842" to="846"></span></rel></span><span from="832" to="835"><rel label="OA"><span from="842" to="846"></span></rel></span><span from="836" to="841"><rel label="OC"><span from="842" to="846"></span></rel></span><span from="842" to="846"><rel label="CJ"><span from="819" to="822"></span></rel></span><span from="846" to="847"><rel label="--"><span from="842" to="846"></span></rel></span><span from="848" to="853"><rel label="CJ"><span from="842" to="846"></span></rel></span><span from="854" to="857"><rel label="CD"><span from="848" to="853"></span></rel></span><span from="858" to="861"><rel label="CJ"><span from="854" to="857"></span></rel></span><span from="862" to="868"><rel label="NK"><span from="869" to="875"></span></rel></span><span from="869" to="875"><rel label="NK"><span from="858" to="861"></span></rel></span><span from="875" to="876"><rel label="--"><span from="869" to="875"></span></rel></span><span from="877" to="881"><rel label="MO"><span from="882" to="887"></span></rel></span><span from="882" to="887"><rel label="--" type="unary"></rel></span><span from="888" to="891"><rel label="SB"><span from="882" to="887"></span></rel></span><span from="891" to="892"><rel label="--"><span from="888" to="891"></span></rel></span><span from="893" to="898"><rel label="SB"><span from="899" to="902"></span></rel></span><span from="899" to="902"><rel label="CJ"><span from="882" to="887"></span></rel></span><span from="903" to="905"><rel label="MO"><span from="899" to="902"></span></rel></span><span from="906" to="912"><rel label="NK"><span from="913" to="920"></span></rel></span><span from="913" to="920"><rel label="NK"><span from="903" to="905"></span></rel></span><span from="920" to="921"><rel label="--"><span from="913" to="920"></span></rel></span><span from="922" to="926"><rel label="JU"><span from="932" to="941"></span></rel></span><span from="927" to="931"><rel label="MO"><span from="932" to="941"></span></rel></span><span from="932" to="941"><rel label="--" type="unary"></rel></span><span from="942" to="945"><rel label="SB"><span from="932" to="941"></span></rel></span><span from="945" to="946"><rel label="--"><span from="942" to="945"></span></rel></span><span from="947" to="950"><rel label="MO"><span from="986" to="993"></span></rel></span><span from="951" to="954"><rel label="SB"><span from="994" to="998"></span></rel></span><span from="955" to="960"><rel label="MO"><span from="961" to="967"></span></rel></span><span from="961" to="967"><rel label="MO"><span from="986" to="993"></span></rel></span><span from="968" to="971"><rel label="SBP"><span from="986" to="993"></span></rel></span><span from="972" to="985"><rel label="NK"><span from="968" to="971"></span></rel></span><span from="986" to="993"><rel label="OC"><span from="994" to="998"></span></rel></span><span from="994" to="998"><rel label="OC"><span from="932" to="941"></span></rel></span><span from="998" to="999"><rel label="--"><span from="994" to="998"></span></rel></span><span from="1000" to="1003"><rel label="MO"><span from="1029" to="1036"></span></rel></span><span from="1004" to="1014"><rel label="SB"><span from="1029" to="1036"></span></rel></span><span from="1015" to="1019"><rel label="NK"><span from="1020" to="1028"></span></rel></span><span from="1020" to="1028"><rel label="OA"><span from="1029" to="1036"></span></rel></span><span from="1029" to="1036"><rel label="MO"><span from="932" to="941"></span></rel></span><span from="1036" to="1037"><rel label="--"><span from="1029" to="1036"></span></rel></span><span from="1038" to="1041"><rel label="MO"><span from="1046" to="1051"></span></rel></span><span from="1042" to="1045"><rel label="SB"><span from="1046" to="1051"></span></rel></span><span from="1046" to="1051"><rel label="CJ"><span from="1029" to="1036"></span></rel></span><span from="1051" to="1052"><rel label="--"><span from="1046" to="1051"></span></rel></span><span from="1053" to="1058"><rel label="MO"><span from="1059" to="1065"></span></rel></span><span from="1059" to="1065"><rel label="OC"><span from="1046" to="1051"></span></rel></span><span from="1066" to="1070"><rel label="NK"><span from="1071" to="1075"></span></rel></span><span from="1071" to="1075"><rel label="SB"><span from="1059" to="1065"></span></rel></span><span from="1076" to="1082"><rel label="PD"><span from="1059" to="1065"></span></rel></span><span from="1082" to="1083"><rel label="--"><span from="1076" to="1082"></span></rel></span><span from="1084" to="1089"><rel label="MO"><span from="1090" to="1094"></span></rel></span><span from="1090" to="1094"><rel label="MO"><span from="1099" to="1106"></span></rel></span><span from="1095" to="1098"><rel label="SB"><span from="1099" to="1106"></span></rel></span><span from="1099" to="1106"><rel label="PD"><span from="1059" to="1065"></span></rel></span><span from="1106" to="1107"><rel label="--"><span from="1099" to="1106"></span></rel></span><span from="1108" to="1110"><rel label="MO"><span from="1128" to="1132"></span></rel></span><span from="1111" to="1118"><rel label="NK"><span from="1119" to="1127"></span></rel></span><span from="1119" to="1127"><rel label="NK"><span from="1108" to="1110"></span></rel></span><span from="1128" to="1132"><rel label="--" type="unary"></rel></span><span from="1133" to="1136"><rel label="NK"><span from="1137" to="1141"></span></rel></span><span from="1137" to="1141"><rel label="OA"><span from="1128" to="1132"></span></rel></span><span from="1141" to="1142"><rel label="--"><span from="1137" to="1141"></span></rel></span><span from="1143" to="1146"><rel label="OA"><span from="1147" to="1155"></span></rel></span><span from="1147" to="1155"><rel label="CJ"><span from="1128" to="1132"></span></rel></span><span from="1156" to="1159"><rel label="CD"><span from="1147" to="1155"></span></rel></span><span from="1160" to="1170"><rel label="CJ"><span from="1156" to="1159"></span></rel></span><span from="1171" to="1175"><rel label="OA"><span from="1160" to="1170"></span></rel></span><span from="1176" to="1178"><rel label="MO"><span from="1179" to="1185"></span></rel></span><span from="1179" to="1185"><rel label="MO"><span from="1160" to="1170"></span></rel></span><span from="1185" to="1186"><rel label="--"><span from="1179" to="1185"></span></rel></span><span from="1187" to="1191"><rel label="CP"><span from="1222" to="1230"></span></rel></span><span from="1192" to="1195"><rel label="NK"><span from="1196" to="1202"></span></rel></span><span from="1196" to="1202"><rel label="SB"><span from="1222" to="1230"></span></rel></span><span from="1203" to="1205"><rel label="MNR"><span from="1196" to="1202"></span></rel></span><span from="1206" to="1209"><rel label="NK"><span from="1203" to="1205"></span></rel></span><span from="1210" to="1216"><rel label="MNR"><span from="1206" to="1209"></span></rel></span><span from="1217" to="1221"><rel label="MO"><span from="1222" to="1230"></span></rel></span><span from="1222" to="1230"><rel label="CC"><span from="1176" to="1178"></span></rel></span><span from="1230" to="1231"><rel label="--"><span from="1222" to="1230"></span></rel></span><span from="1232" to="1236"><rel label="MO"><span from="1246" to="1250"></span></rel></span><span from="1237" to="1245"><rel label="NK"><span from="1232" to="1236"></span></rel></span><span from="1246" to="1250"><rel label="--" type="unary"></rel></span><span from="1251" to="1260"><rel label="PNC"><span from="1261" to="1269"></span></rel></span><span from="1261" to="1269"><rel label="SB"><span from="1246" to="1250"></span></rel></span><span from="1270" to="1273"><rel label="MO"><span from="1246" to="1250"></span></rel></span><span from="1274" to="1279"><rel label="NK"><span from="1294" to="1311"></span></rel></span><span from="1280" to="1293"><rel label="NK"><span from="1294" to="1311"></span></rel></span><span from="1294" to="1311"><rel label="NK"><span from="1270" to="1273"></span></rel></span><span from="1311" to="1312"><rel label="--"><span from="1294" to="1311"></span></rel></span><span from="1313" to="1316"><rel label="OA"><span from="1321" to="1329"></span></rel></span><span from="1317" to="1320"><rel label="SB"><span from="1321" to="1329"></span></rel></span><span from="1321" to="1329"><rel label="OC"><span from="1331" to="1341"></span></rel></span><span from="1329" to="1330"><rel label="--"><span from="1321" to="1329"></span></rel></span><span from="1331" to="1341"><rel label="--" type="unary"></rel></span><span from="1342" to="1345"><rel label="OA"><span from="1331" to="1341"></span></rel></span><span from="1346" to="1348"><rel label="MO"><span from="1331" to="1341"></span></rel></span><span from="1348" to="1349"><rel label="--"><span from="1346" to="1348"></span></rel></span><span from="1350" to="1358"><rel label="MO"><span from="1447" to="1458"></span></rel></span><span from="1359" to="1362"><rel label="NK"><span from="1377" to="1387"></span></rel></span><span from="1363" to="1376"><rel label="NK"><span from="1377" to="1387"></span></rel></span><span from="1377" to="1387"><rel label="NK"><span from="1350" to="1358"></span></rel></span><span from="1388" to="1393"><rel label="MNR"><span from="1377" to="1387"></span></rel></span><span from="1394" to="1397"><rel label="NK"><span from="1398" to="1408"></span></rel></span><span from="1398" to="1408"><rel label="NK"><span from="1388" to="1393"></span></rel></span><span from="1409" to="1414"><rel label="OC"><span from="1331" to="1341"></span></rel></span><span from="1415" to="1419"><rel label="OA"><span from="1447" to="1458"></span></rel></span><span from="1420" to="1425"><rel label="OA"><span from="1447" to="1458"></span></rel></span><span from="1426" to="1431"><rel label="NK"><span from="1432" to="1446"></span></rel></span><span from="1432" to="1446"><rel label="AG"><span from="1420" to="1425"></span></rel></span><span from="1447" to="1458"><rel label="OC"><span from="1409" to="1414"></span></rel></span><span from="1459" to="1460"><rel label="--"><span from="1447" to="1458"></span></rel></span><span from="1461" to="1465"><rel label="NK"><span from="1466" to="1480"></span></rel></span><span from="1466" to="1480"><rel label="PAR"><span from="1447" to="1458"></span></rel></span><span from="1480" to="1481"><rel label="--"><span from="1466" to="1480"></span></rel></span><span from="1482" to="1484"><rel label="CP"><span from="1556" to="1562"></span></rel></span><span from="1485" to="1488"><rel label="NK"><span from="1500" to="1519"></span></rel></span><span from="1489" to="1499"><rel label="NK"><span from="1500" to="1519"></span></rel></span><span from="1500" to="1519"><rel label="OA"><span from="1544" to="1552"></span></rel></span><span from="1520" to="1523"><rel label="CD"><span from="1500" to="1519"></span></rel></span><span from="1524" to="1527"><rel label="NK"><span from="1528" to="1543"></span></rel></span><span from="1528" to="1543"><rel label="CJ"><span from="1520" to="1523"></span></rel></span><span from="1544" to="1552"><rel label="OC"><span from="1556" to="1562"></span></rel></span><span from="1553" to="1555"><rel label="PM"><span from="1556" to="1562"></span></rel></span><span from="1556" to="1562"><rel label="MO"><span from="1447" to="1458"></span></rel></span><span from="1562" to="1563"><rel label="--"><span from="1556" to="1562"></span></rel></span><span from="1564" to="1566"><rel label="CP"><span from="1580" to="1586"></span></rel></span><span from="1567" to="1576"><rel label="OC"><span from="1580" to="1586"></span></rel></span><span from="1577" to="1579"><rel label="PM"><span from="1580" to="1586"></span></rel></span><span from="1580" to="1586"><rel label="MO"><span from="1556" to="1562"></span></rel></span><span from="1586" to="1587"><rel label="--"><span from="1580" to="1586"></span></rel></span><span from="1588" to="1594"><rel label="NK"><span from="1595" to="1605"></span></rel></span><span from="1595" to="1605"><rel label="SB"><span from="1606" to="1614"></span></rel></span><span from="1606" to="1614"><rel label="OC"><span from="1655" to="1662"></span></rel></span><span from="1615" to="1627"><rel label="NK"><span from="1628" to="1640"></span></rel></span><span from="1628" to="1640"><rel label="OA"><span from="1606" to="1614"></span></rel></span><span from="1641" to="1644"><rel label="CD"><span from="1628" to="1640"></span></rel></span><span from="1645" to="1653"><rel label="CJ"><span from="1641" to="1644"></span></rel></span><span from="1653" to="1654"><rel label="--"><span from="1645" to="1653"></span></rel></span><span from="1655" to="1662"><rel label="--" type="unary"></rel></span><span from="1663" to="1666"><rel label="SB"><span from="1655" to="1662"></span></rel></span><span from="1666" to="1667"><rel label="--"><span from="1663" to="1666"></span></rel></span><span from="1668" to="1674"><rel label="MO"><span from="1675" to="1687"></span></rel></span><span from="1675" to="1687"><rel label="NK"><span from="1688" to="1693"></span></rel></span><span from="1688" to="1693"><rel label="SB"><span from="1728" to="1734"></span></rel></span><span from="1694" to="1697"><rel label="CM"><span from="1698" to="1705"></span></rel></span><span from="1698" to="1705"><rel label="CC"><span from="1688" to="1693"></span></rel></span><span from="1705" to="1706"><rel label="--"><span from="1698" to="1705"></span></rel></span><span from="1707" to="1716"><rel label="CJ"><span from="1698" to="1705"></span></rel></span><span from="1717" to="1720"><rel label="CD"><span from="1707" to="1716"></span></rel></span><span from="1721" to="1727"><rel label="CJ"><span from="1717" to="1720"></span></rel></span><span from="1728" to="1734"><rel label="--" type="unary"></rel></span><span from="1735" to="1740"><rel label="NK"><span from="1741" to="1753"></span></rel></span><span from="1741" to="1753"><rel label="SB"><span from="1728" to="1734"></span></rel></span><span from="1754" to="1757"><rel label="CD"><span from="1741" to="1753"></span></rel></span><span from="1758" to="1765"><rel label="CJ"><span from="1754" to="1757"></span></rel></span><span from="1766" to="1770"><rel label="MO"><span from="1728" to="1734"></span></rel></span><span from="1771" to="1781"><rel label="MO"><span from="1782" to="1791"></span></rel></span><span from="1782" to="1791"><rel label="OC"><span from="1792" to="1798"></span></rel></span><span from="1792" to="1798"><rel label="OC"><span from="1728" to="1734"></span></rel></span><span from="1799" to="1800"><rel label="--"><span from="1792" to="1798"></span></rel></span><span from="1801" to="1804"><rel label="SB"><span from="1805" to="1809"></span></rel></span><span from="1805" to="1809"><rel label="CJ"><span from="1728" to="1734"></span></rel></span><span from="1810" to="1814"><rel label="MO"><span from="1805" to="1809"></span></rel></span><span from="1815" to="1817"><rel label="MO"><span from="1818" to="1829"></span></rel></span><span from="1818" to="1829"><rel label="PD"><span from="1805" to="1809"></span></rel></span><span from="1829" to="1830"><rel label="--"><span from="1818" to="1829"></span></rel></span><span from="1831" to="1835"><rel label="CP"><span from="1879" to="1883"></span></rel></span><span from="1836" to="1839"><rel label="SB"><span from="1879" to="1883"></span></rel></span><span from="1840" to="1843"><rel label="OA"><span from="1853" to="1858"></span></rel></span><span from="1844" to="1847"><rel label="MO"><span from="1853" to="1858"></span></rel></span><span from="1848" to="1852"><rel label="NK"><span from="1844" to="1847"></span></rel></span><span from="1853" to="1858"><rel label="OC"><span from="1879" to="1883"></span></rel></span><span from="1859" to="1862"><rel label="CD"><span from="1853" to="1858"></span></rel></span><span from="1863" to="1868"><rel label="NG"><span from="1869" to="1878"></span></rel></span><span from="1869" to="1878"><rel label="CJ"><span from="1859" to="1862"></span></rel></span><span from="1879" to="1883"><rel label="CC"><span from="1815" to="1817"></span></rel></span><span from="1883" to="1884"><rel label="--"><span from="1879" to="1883"></span></rel></span><span from="1885" to="1888"><rel label="SB"><span from="1889" to="1893"></span></rel></span><span from="1889" to="1893"><rel label="--" type="unary"></rel></span><span from="1894" to="1897"><rel label="MO"><span from="1898" to="1904"></span></rel></span><span from="1898" to="1904"><rel label="OC"><span from="1889" to="1893"></span></rel></span><span from="1904" to="1905"><rel label="--"><span from="1898" to="1904"></span></rel></span><span from="1906" to="1910"><rel label="DA"><span from="1954" to="1961"></span></rel></span><span from="1911" to="1916"><rel label="OP"><span from="1954" to="1961"></span></rel></span><span from="1917" to="1922"><rel label="NG"><span from="1936" to="1942"></span></rel></span><span from="1923" to="1932"><rel label="OC"><span from="1936" to="1942"></span></rel></span><span from="1933" to="1935"><rel label="PM"><span from="1936" to="1942"></span></rel></span><span from="1936" to="1942"><rel label="RE"><span from="1911" to="1916"></span></rel></span><span from="1942" to="1943"><rel label="--"><span from="1936" to="1942"></span></rel></span><span from="1944" to="1953"><rel label="MO"><span from="1954" to="1961"></span></rel></span><span from="1954" to="1961"><rel label="CJ"><span from="1889" to="1893"></span></rel></span><span from="1962" to="1965"><rel label="DA"><span from="1954" to="1961"></span></rel></span><span from="1966" to="1969"><rel label="SB"><span from="1954" to="1961"></span></rel></span><span from="1970" to="1980"><rel label="MO"><span from="1954" to="1961"></span></rel></span><span from="1980" to="1981"><rel label="--"><span from="1970" to="1980"></span></rel></span><span from="1982" to="1986"><rel label="JU"><span from="1990" to="1993"></span></rel></span><span from="1987" to="1989"><rel label="SB"><span from="1990" to="1993"></span></rel></span><span from="1990" to="1993"><rel label="--" type="unary"></rel></span><span from="1994" to="2005"><rel label="MO"><span from="2006" to="2017"></span></rel></span><span from="2006" to="2017"><rel label="PD"><span from="1990" to="1993"></span></rel></span><span from="2017" to="2018"><rel label="--"><span from="2006" to="2017"></span></rel></span><span from="2019" to="2022"><rel label="SB"><span from="2023" to="2030"></span></rel></span><span from="2023" to="2030"><rel label="--" type="unary"></rel></span><span from="2031" to="2034"><rel label="NK"><span from="2041" to="2048"></span></rel></span><span from="2035" to="2040"><rel label="NK"><span from="2041" to="2048"></span></rel></span><span from="2041" to="2048"><rel label="OA"><span from="2023" to="2030"></span></rel></span><span from="2048" to="2049"><rel label="--"><span from="2041" to="2048"></span></rel></span><span from="2050" to="2052"><rel label="CP"><span from="2071" to="2084"></span></rel></span><span from="2053" to="2057"><rel label="OA"><span from="2071" to="2084"></span></rel></span><span from="2058" to="2067"><rel label="MO"><span from="2071" to="2084"></span></rel></span><span from="2068" to="2070"><rel label="PM"><span from="2071" to="2084"></span></rel></span><span from="2071" to="2084"><rel label="MO"><span from="2023" to="2030"></span></rel></span><span from="2085" to="2088"><rel label="CD"><span from="2071" to="2084"></span></rel></span><span from="2089" to="2094"><rel label="NK"><span from="2095" to="2103"></span></rel></span><span from="2095" to="2103"><rel label="OA"><span from="2119" to="2131"></span></rel></span><span from="2104" to="2107"><rel label="PG"><span from="2095" to="2103"></span></rel></span><span from="2108" to="2118"><rel label="NK"><span from="2104" to="2107"></span></rel></span><span from="2119" to="2131"><rel label="CJ"><span from="2085" to="2088"></span></rel></span><span from="2131" to="2132"><rel label="--"><span from="2119" to="2131"></span></rel></span><span from="2132" to="2133"><rel label="--" type="unary"></rel></span><span from="2134" to="2139"><rel label="NK"><span from="2140" to="2149"></span></rel></span><span from="2140" to="2149"><rel label="SB"><span from="2169" to="2174"></span></rel></span><span from="2150" to="2153"><rel label="MNR"><span from="2140" to="2149"></span></rel></span><span from="2154" to="2162"><rel label="NK"><span from="2150" to="2153"></span></rel></span><span from="2163" to="2168"><rel label="NK"><span from="2169" to="2174"></span></rel></span><span from="2169" to="2174"><rel label="AMS"><span from="2175" to="2179"></span></rel></span><span from="2175" to="2179"><rel label="MO"><span from="2214" to="2223"></span></rel></span><span from="2180" to="2185"><rel label="--" type="unary"></rel></span><span from="2186" to="2195"><rel label="PNC"><span from="2196" to="2204"></span></rel></span><span from="2196" to="2204"><rel label="SB"><span from="2180" to="2185"></span></rel></span><span from="2205" to="2213"><rel label="MO"><span from="2214" to="2223"></span></rel></span><span from="2214" to="2223"><rel label="OC"><span from="2180" to="2185"></span></rel></span><span from="2223" to="2224"><rel label="--"><span from="2214" to="2223"></span></rel></span><span from="2225" to="2228"><rel label="OA"><span from="2245" to="2252"></span></rel></span><span from="2229" to="2233"><rel label="NK"><span from="2234" to="2240"></span></rel></span><span from="2234" to="2240"><rel label="OA"><span from="2245" to="2252"></span></rel></span><span from="2241" to="2244"><rel label="DA"><span from="2245" to="2252"></span></rel></span><span from="2245" to="2252"><rel label="OC"><span from="2253" to="2258"></span></rel></span><span from="2253" to="2258"><rel label="OC"><span from="2214" to="2223"></span></rel></span><span from="2258" to="2259"><rel label="--"><span from="2253" to="2258"></span></rel></span><span from="2260" to="2263"><rel label="SB"><span from="2264" to="2269"></span></rel></span><span from="2264" to="2269"><rel label="--" type="unary"></rel></span><span from="2270" to="2273"><rel label="NK"><span from="2274" to="2286"></span></rel></span><span from="2274" to="2286"><rel label="OA"><span from="2287" to="2299"></span></rel></span><span from="2287" to="2299"><rel label="OC"><span from="2264" to="2269"></span></rel></span><span from="2299" to="2300"><rel label="--"><span from="2287" to="2299"></span></rel></span><span from="2301" to="2303"><rel label="OA"><span from="2362" to="2370"></span></rel></span><span from="2304" to="2306"><rel label="MO"><span from="2362" to="2370"></span></rel></span><span from="2307" to="2312"><rel label="NK"><span from="2327" to="2334"></span></rel></span><span from="2313" to="2326"><rel label="NK"><span from="2327" to="2334"></span></rel></span><span from="2327" to="2334"><rel label="NK"><span from="2304" to="2306"></span></rel></span><span from="2335" to="2339"><rel label="MO"><span from="2340" to="2344"></span></rel></span><span from="2340" to="2344"><rel label="MO"><span from="2362" to="2370"></span></rel></span><span from="2345" to="2347"><rel label="MO"><span from="2362" to="2370"></span></rel></span><span from="2348" to="2353"><rel label="NK"><span from="2354" to="2361"></span></rel></span><span from="2354" to="2361"><rel label="NK"><span from="2345" to="2347"></span></rel></span><span from="2362" to="2370"><rel label="CJ"><span from="2287" to="2299"></span></rel></span><span from="2370" to="2371"><rel label="--"><span from="2362" to="2370"></span></rel></span><span from="2372" to="2375"><rel label="SB"><span from="2376" to="2379"></span></rel></span><span from="2376" to="2379"><rel label="--" type="unary"></rel></span><span from="2380" to="2383"><rel label="MO"><span from="2393" to="2403"></span></rel></span><span from="2384" to="2392"><rel label="NK"><span from="2380" to="2383"></span></rel></span><span from="2393" to="2403"><rel label="OC"><span from="2376" to="2379"></span></rel></span><span from="2403" to="2404"><rel label="--"><span from="2393" to="2403"></span></rel></span><span from="2405" to="2415"><rel label="CJ"><span from="2393" to="2403"></span></rel></span><span from="2416" to="2419"><rel label="CD"><span from="2405" to="2415"></span></rel></span><span from="2420" to="2424"><rel label="NK"><span from="2425" to="2432"></span></rel></span><span from="2425" to="2432"><rel label="OA"><span from="2433" to="2441"></span></rel></span><span from="2433" to="2441"><rel label="CJ"><span from="2416" to="2419"></span></rel></span><span from="2441" to="2442"><rel label="--"><span from="2433" to="2441"></span></rel></span><span from="2443" to="2452"><rel label="MO"><span from="2453" to="2456"></span></rel></span><span from="2453" to="2456"><rel label="--" type="unary"></rel></span><span from="2457" to="2460"><rel label="SB"><span from="2453" to="2456"></span></rel></span><span from="2461" to="2467"><rel label="MO"><span from="2453" to="2456"></span></rel></span><span from="2468" to="2473"><rel label="NK"><span from="2461" to="2467"></span></rel></span><span from="2474" to="2475"><rel label="--"><span from="2468" to="2473"></span></rel></span><span from="2476" to="2480"><rel label="MO"><span from="2499" to="2509"></span></rel></span><span from="2481" to="2485"><rel label="CP"><span from="2499" to="2509"></span></rel></span><span from="2486" to="2488"><rel label="SB"><span from="2499" to="2509"></span></rel></span><span from="2489" to="2492"><rel label="DA"><span from="2499" to="2509"></span></rel></span><span from="2493" to="2498"><rel label="MO"><span from="2499" to="2509"></span></rel></span><span from="2499" to="2509"><rel label="MO"><span from="2453" to="2456"></span></rel></span><span from="2509" to="2510"><rel label="--"><span from="2499" to="2509"></span></rel></span><span from="2511" to="2513"><rel label="PM"><span from="2514" to="2523"></span></rel></span><span from="2514" to="2523"><rel label="OC"><span from="2499" to="2509"></span></rel></span><span from="2524" to="2527"><rel label="CD"><span from="2514" to="2523"></span></rel></span><span from="2528" to="2532"><rel label="OA"><span from="2533" to="2543"></span></rel></span><span from="2533" to="2543"><rel label="CJ"><span from="2524" to="2527"></span></rel></span><span from="2543" to="2544"><rel label="--"><span from="2533" to="2543"></span></rel></span><span from="2545" to="2551"><rel label="NK"><span from="2552" to="2557"></span></rel></span><span from="2552" to="2557"><rel label="SB"><span from="2588" to="2593"></span></rel></span><span from="2558" to="2562"><rel label="MNR"><span from="2552" to="2557"></span></rel></span><span from="2563" to="2566"><rel label="NK"><span from="2567" to="2573"></span></rel></span><span from="2567" to="2573"><rel label="NK"><span from="2558" to="2562"></span></rel></span><span from="2574" to="2579"><rel label="NK"><span from="2580" to="2587"></span></rel></span><span from="2580" to="2587"><rel label="AG"><span from="2567" to="2573"></span></rel></span><span from="2588" to="2593"><rel label="--" type="unary"></rel></span><span from="2594" to="2597"><rel label="NK"><span from="2617" to="2621"></span></rel></span><span from="2598" to="2610"><rel label="MO"><span from="2611" to="2616"></span></rel></span><span from="2611" to="2616"><rel label="NK"><span from="2617" to="2621"></span></rel></span><span from="2617" to="2621"><rel label="SB"><span from="2588" to="2593"></span></rel></span><span from="2622" to="2630"><rel label="SVP"><span from="2588" to="2593"></span></rel></span><span from="2630" to="2631"><rel label="--"><span from="2622" to="2630"></span></rel></span><span from="2632" to="2635"><rel label="NK"><span from="2640" to="2650"></span></rel></span><span from="2636" to="2639"><rel label="NK"><span from="2640" to="2650"></span></rel></span><span from="2640" to="2650"><rel label="MO"><span from="2651" to="2661"></span></rel></span><span from="2651" to="2661"><rel label="CJ"><span from="2588" to="2593"></span></rel></span><span from="2662" to="2665"><rel label="OA"><span from="2651" to="2661"></span></rel></span><span from="2665" to="2666"><rel label="--"><span from="2662" to="2665"></span></rel></span><span from="2667" to="2670"><rel label="SB"><span from="2671" to="2677"></span></rel></span><span from="2671" to="2677"><rel label="--" type="unary"></rel></span><span from="2678" to="2683"><rel label="NK"><span from="2684" to="2689"></span></rel></span><span from="2684" to="2689"><rel label="OA"><span from="2690" to="2698"></span></rel></span><span from="2690" to="2698"><rel label="OC"><span from="2671" to="2677"></span></rel></span><span from="2698" to="2699"><rel label="--"><span from="2690" to="2698"></span></rel></span><span from="2700" to="2704"><rel label="CP"><span from="2748" to="2751"></span></rel></span><span from="2705" to="2708"><rel label="SB"><span from="2748" to="2751"></span></rel></span><span from="2709" to="2712"><rel label="NK"><span from="2713" to="2726"></span></rel></span><span from="2713" to="2726"><rel label="DA"><span from="2738" to="2747"></span></rel></span><span from="2727" to="2732"><rel label="NG"><span from="2748" to="2751"></span></rel></span><span from="2733" to="2737"><rel label="MO"><span from="2727" to="2732"></span></rel></span><span from="2738" to="2747"><rel label="PD"><span from="2748" to="2751"></span></rel></span><span from="2748" to="2751"><rel label="MO"><span from="2671" to="2677"></span></rel></span><span from="2751" to="2752"><rel label="--"><span from="2748" to="2751"></span></rel></span><span from="2753" to="2756"><rel label="CD"><span from="2671" to="2677"></span></rel></span><span from="2757" to="2762"><rel label="CJ"><span from="2753" to="2756"></span></rel></span><span from="2763" to="2778"><rel label="OC"><span from="2757" to="2762"></span></rel></span><span from="2778" to="2779"><rel label="--"><span from="2763" to="2778"></span></rel></span><span from="2780" to="2783"><rel label="NK"><span from="2784" to="2787"></span></rel></span><span from="2784" to="2787"><rel label="SB"><span from="2788" to="2796"></span></rel></span><span from="2788" to="2796"><rel label="--" type="unary"></rel></span><span from="2796" to="2797"><rel label="--"><span from="2788" to="2796"></span></rel></span><span from="2798" to="2808"><rel label="MO"><span from="2809" to="2813"></span></rel></span><span from="2809" to="2813"><rel label="--" type="unary"></rel></span><span from="2814" to="2817"><rel label="SB"><span from="2809" to="2813"></span></rel></span><span from="2818" to="2821"><rel label="MO"><span from="2809" to="2813"></span></rel></span><span from="2822" to="2827"><rel label="NK"><span from="2828" to="2852"></span></rel></span><span from="2828" to="2852"><rel label="NK"><span from="2818" to="2821"></span></rel></span><span from="2853" to="2856"><rel label="CD"><span from="2809" to="2813"></span></rel></span><span from="2857" to="2861"><rel label="CJ"><span from="2853" to="2856"></span></rel></span><span from="2862" to="2867"><rel label="MO"><span from="2857" to="2861"></span></rel></span><span from="2868" to="2871"><rel label="NK"><span from="2880" to="2887"></span></rel></span><span from="2872" to="2879"><rel label="NK"><span from="2880" to="2887"></span></rel></span><span from="2880" to="2887"><rel label="NK"><span from="2862" to="2867"></span></rel></span><span from="2888" to="2893"><rel label="OA"><span from="2857" to="2861"></span></rel></span><span from="2894" to="2896"><rel label="MNR"><span from="2888" to="2893"></span></rel></span><span from="2897" to="2902"><rel label="NK"><span from="2903" to="2918"></span></rel></span><span from="2903" to="2918"><rel label="NK"><span from="2894" to="2896"></span></rel></span><span from="2918" to="2919"><rel label="--"><span from="2903" to="2918"></span></rel></span><span from="2920" to="2924"><rel label="MO"><span from="2940" to="2943"></span></rel></span><span from="2925" to="2929"><rel label="MO"><span from="2930" to="2932"></span></rel></span><span from="2930" to="2932"><rel label="NK"><span from="2933" to="2939"></span></rel></span><span from="2933" to="2939"><rel label="NK"><span from="2920" to="2924"></span></rel></span><span from="2940" to="2943"><rel label="--" type="unary"></rel></span><span from="2944" to="2953"><rel label="PNC"><span from="2954" to="2962"></span></rel></span><span from="2954" to="2962"><rel label="SB"><span from="2940" to="2943"></span></rel></span><span from="2963" to="2966"><rel label="MO"><span from="2940" to="2943"></span></rel></span><span from="2967" to="2970"><rel label="MO"><span from="2940" to="2943"></span></rel></span><span from="2971" to="2986"><rel label="NK"><span from="2967" to="2970"></span></rel></span><span from="2987" to="2990"><rel label="MNR"><span from="2971" to="2986"></span></rel></span><span from="2991" to="3004"><rel label="NK"><span from="3005" to="3016"></span></rel></span><span from="3005" to="3016"><rel label="NK"><span from="2987" to="2990"></span></rel></span><span from="3017" to="3020"><rel label="CD"><span from="3005" to="3016"></span></rel></span><span from="3021" to="3027"><rel label="CJ"><span from="3017" to="3020"></span></rel></span><span from="3028" to="3030"><rel label="CVC"><span from="2971" to="2986"></span></rel></span><span from="3031" to="3041"><rel label="NK"><span from="3028" to="3030"></span></rel></span><span from="3041" to="3042"><rel label="--"><span from="3031" to="3041"></span></rel></span><span from="3043" to="3046"><rel label="SB"><span from="3047" to="3054"></span></rel></span><span from="3047" to="3054"><rel label="--" type="unary"></rel></span><span from="3055" to="3058"><rel label="OP"><span from="3047" to="3054"></span></rel></span><span from="3059" to="3064"><rel label="NK"><span from="3065" to="3081"></span></rel></span><span from="3065" to="3081"><rel label="NK"><span from="3055" to="3058"></span></rel></span><span from="3082" to="3083"><rel label="--"><span from="3065" to="3081"></span></rel></span><span from="3084" to="3087"><rel label="CD"><span from="3047" to="3054"></span></rel></span><span from="3088" to="3090"><rel label="MO"><span from="3104" to="3112"></span></rel></span><span from="3091" to="3096"><rel label="NK"><span from="3097" to="3103"></span></rel></span><span from="3097" to="3103"><rel label="NK"><span from="3088" to="3090"></span></rel></span><span from="3104" to="3112"><rel label="CJ"><span from="3084" to="3087"></span></rel></span><span from="3113" to="3116"><rel label="MO"><span from="3104" to="3112"></span></rel></span><span from="3117" to="3123"><rel label="NK"><span from="3124" to="3128"></span></rel></span><span from="3124" to="3128"><rel label="NK"><span from="3113" to="3116"></span></rel></span><span from="3129" to="3138"><rel label="OA"><span from="3104" to="3112"></span></rel></span><span from="3139" to="3142"><rel label="SVP"><span from="3104" to="3112"></span></rel></span><span from="3142" to="3143"><rel label="--"><span from="3139" to="3142"></span></rel></span><span from="3144" to="3147"><rel label="CP"><span from="3180" to="3185"></span></rel></span><span from="3148" to="3151"><rel label="SB"><span from="3180" to="3185"></span></rel></span><span from="3152" to="3157"><rel label="NK"><span from="3168" to="3179"></span></rel></span><span from="3158" to="3167"><rel label="NK"><span from="3168" to="3179"></span></rel></span><span from="3168" to="3179"><rel label="OA"><span from="3180" to="3185"></span></rel></span><span from="3180" to="3185"><rel label="MO"><span from="3187" to="3194"></span></rel></span><span from="3185" to="3186"><rel label="--"><span from="3180" to="3185"></span></rel></span><span from="3187" to="3194"><rel label="OC"><span from="3216" to="3220"></span></rel></span><span from="3195" to="3198"><rel label="SB"><span from="3187" to="3194"></span></rel></span><span from="3199" to="3206"><rel label="NK"><span from="3207" to="3214"></span></rel></span><span from="3207" to="3214"><rel label="OA"><span from="3187" to="3194"></span></rel></span><span from="3214" to="3215"><rel label="--"><span from="3207" to="3214"></span></rel></span><span from="3216" to="3220"><rel label="--" type="unary"></rel></span><span from="3221" to="3224"><rel label="SB"><span from="3216" to="3220"></span></rel></span><span from="3224" to="3225"><rel label="--"><span from="3221" to="3224"></span></rel></span><span from="3226" to="3231"><rel label="SVP"><span from="3232" to="3238"></span></rel></span><span from="3232" to="3238"><rel label="OC"><span from="3216" to="3220"></span></rel></span><span from="3239" to="3242"><rel label="NK"><span from="3254" to="3265"></span></rel></span><span from="3243" to="3246"><rel label="MO"><span from="3247" to="3253"></span></rel></span><span from="3247" to="3253"><rel label="NK"><span from="3254" to="3265"></span></rel></span><span from="3254" to="3265"><rel label="SB"><span from="3232" to="3238"></span></rel></span><span from="3265" to="3266"><rel label="--"><span from="3254" to="3265"></span></rel></span><span from="3267" to="3270"><rel label="SB"><span from="3271" to="3281"></span></rel></span><span from="3271" to="3281"><rel label="--" type="unary"></rel></span><span from="3282" to="3288"><rel label="NK"><span from="3289" to="3292"></span></rel></span><span from="3289" to="3292"><rel label="OA"><span from="3271" to="3281"></span></rel></span><span from="3293" to="3296"><rel label="MO"><span from="3271" to="3281"></span></rel></span><span from="3297" to="3304"><rel label="NK"><span from="3293" to="3296"></span></rel></span><span from="3304" to="3305"><rel label="--"><span from="3297" to="3304"></span></rel></span><span from="3306" to="3313"><rel label="MO"><span from="3314" to="3318"></span></rel></span><span from="3314" to="3318"><rel label="--" type="unary"></rel></span><span from="3319" to="3324"><rel label="OA"><span from="3325" to="3333"></span></rel></span><span from="3325" to="3333"><rel label="OC"><span from="3314" to="3318"></span></rel></span><span from="3334" to="3337"><rel label="CM"><span from="3351" to="3355"></span></rel></span><span from="3338" to="3340"><rel label="EP"><span from="3351" to="3355"></span></rel></span><span from="3341" to="3344"><rel label="DA"><span from="3351" to="3355"></span></rel></span><span from="3345" to="3350"><rel label="MO"><span from="3351" to="3355"></span></rel></span><span from="3351" to="3355"><rel label="OC"><span from="3325" to="3333"></span></rel></span><span from="3355" to="3356"><rel label="--"><span from="3351" to="3355"></span></rel></span><span from="3357" to="3361"><rel label="MO"><span from="3362" to="3366"></span></rel></span><span from="3362" to="3366"><rel label="--" type="unary"></rel></span><span from="3367" to="3374"><rel label="MO"><span from="3362" to="3366"></span></rel></span><span from="3375" to="3378"><rel label="NK"><span from="3379" to="3385"></span></rel></span><span from="3379" to="3385"><rel label="OA"><span from="3362" to="3366"></span></rel></span><span from="3385" to="3386"><rel label="--"><span from="3379" to="3385"></span></rel></span><span from="3387" to="3391"><rel label="CP"><span from="3414" to="3417"></span></rel></span><span from="3392" to="3396"><rel label="NK"><span from="3397" to="3406"></span></rel></span><span from="3397" to="3406"><rel label="SB"><span from="3414" to="3417"></span></rel></span><span from="3407" to="3413"><rel label="PD"><span from="3414" to="3417"></span></rel></span><span from="3414" to="3417"><rel label="MO"><span from="3362" to="3366"></span></rel></span><span from="3417" to="3418"><rel label="--"><span from="3414" to="3417"></span></rel></span><span from="3419" to="3423"><rel label="CP"><span from="3448" to="3452"></span></rel></span><span from="3424" to="3426"><rel label="EP"><span from="3448" to="3452"></span></rel></span><span from="3427" to="3433"><rel label="NK"><span from="3434" to="3447"></span></rel></span><span from="3434" to="3447"><rel label="OA"><span from="3448" to="3452"></span></rel></span><span from="3448" to="3452"><rel label="MO"><span from="3414" to="3417"></span></rel></span><span from="3452" to="3453"><rel label="--"><span from="3448" to="3452"></span></rel></span><span from="3454" to="3458"><rel label="CP"><span from="3481" to="3492"></span></rel></span><span from="3459" to="3462"><rel label="NK"><span from="3463" to="3468"></span></rel></span><span from="3463" to="3468"><rel label="SB"><span from="3481" to="3492"></span></rel></span><span from="3469" to="3473"><rel label="OA"><span from="3481" to="3492"></span></rel></span><span from="3474" to="3480"><rel label="MO"><span from="3481" to="3492"></span></rel></span><span from="3481" to="3492"><rel label="MO"><span from="3448" to="3452"></span></rel></span><span from="3492" to="3493"><rel label="--"><span from="3481" to="3492"></span></rel></span><span from="3494" to="3501"><rel label="MO"><span from="3502" to="3505"></span></rel></span><span from="3502" to="3505"><rel label="--" type="unary"></rel></span><span from="3506" to="3508"><rel label="SB"><span from="3502" to="3505"></span></rel></span><span from="3509" to="3517"><rel label="MO"><span from="3502" to="3505"></span></rel></span><span from="3518" to="3521"><rel label="NK"><span from="3522" to="3527"></span></rel></span><span from="3522" to="3527"><rel label="PD"><span from="3502" to="3505"></span></rel></span><span from="3527" to="3528"><rel label="--"><span from="3522" to="3527"></span></rel></span><span from="3529" to="3538"><rel label="MO"><span from="3539" to="3550"></span></rel></span><span from="3539" to="3550"><rel label="RE"><span from="3506" to="3508"></span></rel></span><span from="3550" to="3551"><rel label="--"><span from="3539" to="3550"></span></rel></span><span from="3552" to="3555"><rel label="SB"><span from="3556" to="3564"></span></rel></span><span from="3556" to="3564"><rel label="--" type="unary"></rel></span><span from="3564" to="3565"><rel label="--"><span from="3556" to="3564"></span></rel></span><span from="3566" to="3569"><rel label="DA"><span from="3591" to="3596"></span></rel></span><span from="3570" to="3580"><rel label="MO"><span from="3591" to="3596"></span></rel></span><span from="3581" to="3587"><rel label="OA"><span from="3591" to="3596"></span></rel></span><span from="3588" to="3590"><rel label="PM"><span from="3591" to="3596"></span></rel></span><span from="3591" to="3596"><rel label="OC"><span from="3556" to="3564"></span></rel></span><span from="3596" to="3597"><rel label="--"><span from="3591" to="3596"></span></rel></span><span from="3598" to="3604"><rel label="MO"><span from="3605" to="3611"></span></rel></span><span from="3605" to="3611"><rel label="CJ"><span from="3556" to="3564"></span></rel></span><span from="3612" to="3615"><rel label="SB"><span from="3605" to="3611"></span></rel></span><span from="3616" to="3620"><rel label="OA"><span from="3621" to="3627"></span></rel></span><span from="3621" to="3627"><rel label="OC"><span from="3605" to="3611"></span></rel></span><span from="3627" to="3628"><rel label="--"><span from="3621" to="3627"></span></rel></span><span from="3629" to="3633"><rel label="JU"><span from="3638" to="3642"></span></rel></span><span from="3634" to="3637"><rel label="OA"><span from="3638" to="3642"></span></rel></span><span from="3638" to="3642"><rel label="--" type="unary"></rel></span><span from="3643" to="3646"><rel label="SB"><span from="3638" to="3642"></span></rel></span><span from="3647" to="3650"><rel label="DA"><span from="3651" to="3663"></span></rel></span><span from="3651" to="3663"><rel label="OC"><span from="3638" to="3642"></span></rel></span><span from="3663" to="3664"><rel label="--"><span from="3651" to="3663"></span></rel></span><span from="3665" to="3676"><rel label="MO"><span from="3677" to="3681"></span></rel></span><span from="3677" to="3681"><rel label="--" type="unary"></rel></span><span from="3682" to="3685"><rel label="SB"><span from="3677" to="3681"></span></rel></span><span from="3685" to="3686"><rel label="--"><span from="3682" to="3685"></span></rel></span><span from="3687" to="3690"><rel label="PD"><span from="3704" to="3707"></span></rel></span><span from="3691" to="3703"><rel label="PD"><span from="3704" to="3707"></span></rel></span><span from="3704" to="3707"><rel label="OC"><span from="3677" to="3681"></span></rel></span><span from="3708" to="3709"><rel label="--"><span from="3704" to="3707"></span></rel></span><span from="3710" to="3713"><rel label="MO"><span from="3722" to="3729"></span></rel></span><span from="3714" to="3716"><rel label="OA"><span from="3722" to="3729"></span></rel></span><span from="3717" to="3721"><rel label="OA"><span from="3722" to="3729"></span></rel></span><span from="3722" to="3729"><rel label="MO"><span from="3731" to="3738"></span></rel></span><span from="3729" to="3730"><rel label="--"><span from="3722" to="3729"></span></rel></span><span from="3731" to="3738"><rel label="CJ"><span from="3677" to="3681"></span></rel></span><span from="3739" to="3742"><rel label="SB"><span from="3731" to="3738"></span></rel></span><span from="3743" to="3747"><rel label="MO"><span from="3748" to="3753"></span></rel></span><span from="3748" to="3753"><rel label="MO"><span from="3731" to="3738"></span></rel></span><span from="3754" to="3761"><rel label="MO"><span from="3765" to="3770"></span></rel></span><span from="3762" to="3764"><rel label="PM"><span from="3765" to="3770"></span></rel></span><span from="3765" to="3770"><rel label="OC"><span from="3731" to="3738"></span></rel></span><span from="3770" to="3771"><rel label="--"><span from="3765" to="3770"></span></rel></span><span from="3772" to="3775"><rel label="SB"><span from="3776" to="3779"></span></rel></span><span from="3776" to="3779"><rel label="OC"><span from="3836" to="3843"></span></rel></span><span from="3780" to="3784"><rel label="MO"><span from="3828" to="3834"></span></rel></span><span from="3785" to="3787"><rel label="MO"><span from="3818" to="3824"></span></rel></span><span from="3788" to="3791"><rel label="NK"><span from="3792" to="3796"></span></rel></span><span from="3792" to="3796"><rel label="NK"><span from="3785" to="3787"></span></rel></span><span from="3796" to="3797"><rel label="--"><span from="3792" to="3796"></span></rel></span><span from="3798" to="3805"><rel label="OA"><span from="3806" to="3816"></span></rel></span><span from="3806" to="3816"><rel label="OC"><span from="3792" to="3796"></span></rel></span><span from="3816" to="3817"><rel label="--"><span from="3806" to="3816"></span></rel></span><span from="3818" to="3824"><rel label="OC"><span from="3828" to="3834"></span></rel></span><span from="3825" to="3827"><rel label="PM"><span from="3828" to="3834"></span></rel></span><span from="3828" to="3834"><rel label="OC"><span from="3776" to="3779"></span></rel></span><span from="3834" to="3835"><rel label="--"><span from="3828" to="3834"></span></rel></span><span from="3836" to="3843"><rel label="--" type="unary"></rel></span><span from="3844" to="3847"><rel label="SB"><span from="3836" to="3843"></span></rel></span><span from="3848" to="3851"><rel label="DA"><span from="3836" to="3843"></span></rel></span><span from="3852" to="3858"><rel label="MO"><span from="3836" to="3843"></span></rel></span><span from="3859" to="3865"><rel label="SVP"><span from="3836" to="3843"></span></rel></span><span from="3865" to="3867"><rel label="--" type="unary"></rel></span><span from="3868" to="3872"><rel label="MO"><span from="3883" to="3888"></span></rel></span><span from="3873" to="3878"><rel label="NK"><span from="3868" to="3872"></span></rel></span><span from="3879" to="3882"><rel label="MO"><span from="3868" to="3872"></span></rel></span><span from="3883" to="3888"><rel label="--" type="unary"></rel></span><span from="3889" to="3892"><rel label="SB"><span from="3883" to="3888"></span></rel></span><span from="3893" to="3897"><rel label="DA"><span from="3911" to="3919"></span></rel></span><span from="3898" to="3903"><rel label="PG"><span from="3904" to="3910"></span></rel></span><span from="3904" to="3910"><rel label="OA"><span from="3911" to="3919"></span></rel></span><span from="3911" to="3919"><rel label="OC"><span from="3883" to="3888"></span></rel></span><span from="3919" to="3920"><rel label="--"><span from="3911" to="3919"></span></rel></span><span from="3921" to="3924"><rel label="NK"><span from="3925" to="3932"></span></rel></span><span from="3925" to="3932"><rel label="SB"><span from="3933" to="3938"></span></rel></span><span from="3933" to="3938"><rel label="--" type="unary"></rel></span><span from="3938" to="3939"><rel label="--"><span from="3933" to="3938"></span></rel></span><span from="3940" to="3946"><rel label="MO"><span from="3947" to="3951"></span></rel></span><span from="3947" to="3951"><rel label="--" type="unary"></rel></span><span from="3952" to="3957"><rel label="OA"><span from="3958" to="3966"></span></rel></span><span from="3958" to="3966"><rel label="OC"><span from="3947" to="3951"></span></rel></span><span from="3966" to="3967"><rel label="--"><span from="3958" to="3966"></span></rel></span><span from="3968" to="3972"><rel label="JU"><span from="3982" to="3985"></span></rel></span><span from="3973" to="3981"><rel label="MO"><span from="4017" to="4024"></span></rel></span><span from="3982" to="3985"><rel label="--" type="unary"></rel></span><span from="3986" to="3989"><rel label="SB"><span from="3982" to="3985"></span></rel></span><span from="3990" to="3993"><rel label="NK"><span from="3994" to="4000"></span></rel></span><span from="3994" to="4000"><rel label="OA"><span from="3982" to="3985"></span></rel></span><span from="4000" to="4001"><rel label="--"><span from="3994" to="4000"></span></rel></span><span from="4002" to="4005"><rel label="MO"><span from="4017" to="4024"></span></rel></span><span from="4006" to="4011"><rel label="NK"><span from="4012" to="4016"></span></rel></span><span from="4012" to="4016"><rel label="NK"><span from="4002" to="4005"></span></rel></span><span from="4017" to="4024"><rel label="OC"><span from="4028" to="4034"></span></rel></span><span from="4025" to="4027"><rel label="PM"><span from="4028" to="4034"></span></rel></span><span from="4028" to="4034"><rel label="OC"><span from="3994" to="4000"></span></rel></span><span from="4034" to="4035"><rel label="--"><span from="4028" to="4034"></span></rel></span><span from="4036" to="4038"><rel label="CP"><span from="4062" to="4068"></span></rel></span><span from="4039" to="4043"><rel label="DA"><span from="4051" to="4058"></span></rel></span><span from="4044" to="4050"><rel label="MNR"><span from="4039" to="4043"></span></rel></span><span from="4051" to="4058"><rel label="OC"><span from="4062" to="4068"></span></rel></span><span from="4059" to="4061"><rel label="PM"><span from="4062" to="4068"></span></rel></span><span from="4062" to="4068"><rel label="MO"><span from="3982" to="3985"></span></rel></span><span from="4068" to="4069"><rel label="--"><span from="4062" to="4068"></span></rel></span><span from="4070" to="4076"><rel label="NK"><span from="4077" to="4083"></span></rel></span><span from="4077" to="4083"><rel label="OA"><span from="4084" to="4089"></span></rel></span><span from="4084" to="4089"><rel label="--" type="unary"></rel></span><span from="4090" to="4093"><rel label="DA"><span from="4100" to="4106"></span></rel></span><span from="4094" to="4099"><rel label="MO"><span from="4100" to="4106"></span></rel></span><span from="4100" to="4106"><rel label="OC"><span from="4084" to="4089"></span></rel></span><span from="4106" to="4107"><rel label="--"><span from="4100" to="4106"></span></rel></span><span from="4108" to="4112"><rel label="CP"><span from="4117" to="4121"></span></rel></span><span from="4113" to="4116"><rel label="SB"><span from="4117" to="4121"></span></rel></span><span from="4117" to="4121"><rel label="OC"><span from="4100" to="4106"></span></rel></span><span from="4121" to="4122"><rel label="--"><span from="4117" to="4121"></span></rel></span><span from="4123" to="4126"><rel label="SB"><span from="4127" to="4133"></span></rel></span><span from="4127" to="4133"><rel label="--" type="unary"></rel></span><span from="4134" to="4138"><rel label="OA"><span from="4127" to="4133"></span></rel></span><span from="4139" to="4142"><rel label="SVP"><span from="4127" to="4133"></span></rel></span><span from="4142" to="4143"><rel label="--"><span from="4139" to="4142"></span></rel></span><span from="4144" to="4154"><rel label="MO"><span from="4155" to="4161"></span></rel></span><span from="4155" to="4161"><rel label="OC"><span from="4221" to="4225"></span></rel></span><span from="4162" to="4173"><rel label="MO"><span from="4155" to="4161"></span></rel></span><span from="4174" to="4181"><rel label="SB"><span from="4155" to="4161"></span></rel></span><span from="4181" to="4182"><rel label="--"><span from="4174" to="4181"></span></rel></span><span from="4183" to="4185"><rel label="CP"><span from="4209" to="4219"></span></rel></span><span from="4186" to="4189"><rel label="SB"><span from="4209" to="4219"></span></rel></span><span from="4190" to="4194"><rel label="DA"><span from="4209" to="4219"></span></rel></span><span from="4195" to="4198"><rel label="NK"><span from="4199" to="4204"></span></rel></span><span from="4199" to="4204"><rel label="SB"><span from="4209" to="4219"></span></rel></span><span from="4205" to="4208"><rel label="MO"><span from="4209" to="4219"></span></rel></span><span from="4209" to="4219"><rel label="PAR"><span from="4174" to="4181"></span></rel></span><span from="4219" to="4220"><rel label="--"><span from="4209" to="4219"></span></rel></span><span from="4221" to="4225"><rel label="--" type="unary"></rel></span><span from="4226" to="4229"><rel label="SB"><span from="4221" to="4225"></span></rel></span><span from="4229" to="4230"><rel label="--"><span from="4226" to="4229"></span></rel></span><span from="4231" to="4236"><rel label="MO"><span from="4237" to="4247"></span></rel></span><span from="4237" to="4247"><rel label="--" type="unary"></rel></span><span from="4248" to="4252"><rel label="OA"><span from="4237" to="4247"></span></rel></span><span from="4253" to="4255"><rel label="MO"><span from="4237" to="4247"></span></rel></span><span from="4256" to="4259"><rel label="NK"><span from="4272" to="4278"></span></rel></span><span from="4260" to="4271"><rel label="NK"><span from="4272" to="4278"></span></rel></span><span from="4272" to="4278"><rel label="SB"><span from="4237" to="4247"></span></rel></span><span from="4278" to="4279"><rel label="--"><span from="4272" to="4278"></span></rel></span><span from="4280" to="4286"><rel label="MO"><span from="4287" to="4293"></span></rel></span><span from="4287" to="4293"><rel label="PAR"><span from="4272" to="4278"></span></rel></span><span from="4294" to="4297"><rel label="DA"><span from="4287" to="4293"></span></rel></span><span from="4297" to="4298"><rel label="--"><span from="4294" to="4297"></span></rel></span><span from="4299" to="4305"><rel label="SB"><span from="4306" to="4311"></span></rel></span><span from="4306" to="4311"><rel label="CJ"><span from="4237" to="4247"></span></rel></span><span from="4312" to="4315"><rel label="DA"><span from="4306" to="4311"></span></rel></span><span from="4315" to="4316"><rel label="--"><span from="4312" to="4315"></span></rel></span><span from="4317" to="4320"><rel label="SB"><span from="4321" to="4324"></span></rel></span><span from="4321" to="4324"><rel label="OC"><span from="4306" to="4311"></span></rel></span><span from="4325" to="4331"><rel label="OA"><span from="4332" to="4336"></span></rel></span><span from="4332" to="4336"><rel label="PD"><span from="4321" to="4324"></span></rel></span><span from="4336" to="4337"><rel label="--"><span from="4332" to="4336"></span></rel></span><span from="4337" to="4338"><rel label="--" type="unary"></rel></span><span from="4339" to="4344"><rel label="NK"><span from="4345" to="4363"></span></rel></span><span from="4345" to="4363"><rel label="OA"><span from="4383" to="4386"></span></rel></span><span from="4364" to="4367"><rel label="MO"><span from="4383" to="4386"></span></rel></span><span from="4368" to="4375"><rel label="NK"><span from="4376" to="4382"></span></rel></span><span from="4376" to="4382"><rel label="NK"><span from="4364" to="4367"></span></rel></span><span from="4383" to="4386"><rel label="--" type="unary"></rel></span><span from="4387" to="4390"><rel label="OA"><span from="4391" to="4399"></span></rel></span><span from="4391" to="4399"><rel label="OC"><span from="4383" to="4386"></span></rel></span><span from="4399" to="4400"><rel label="--"><span from="4391" to="4399"></span></rel></span><span from="4401" to="4412"><rel label="MO"><span from="4413" to="4426"></span></rel></span><span from="4413" to="4426"><rel label="OA"><span from="4465" to="4473"></span></rel></span><span from="4427" to="4431"><rel label="MO"><span from="4465" to="4473"></span></rel></span><span from="4432" to="4435"><rel label="NK"><span from="4436" to="4461"></span></rel></span><span from="4436" to="4461"><rel label="NK"><span from="4427" to="4431"></span></rel></span><span from="4462" to="4464"><rel label="PM"><span from="4465" to="4473"></span></rel></span><span from="4465" to="4473"><rel label="OC"><span from="4391" to="4399"></span></rel></span><span from="4473" to="4474"><rel label="--"><span from="4465" to="4473"></span></rel></span><span from="4475" to="4481"><rel label="NK"><span from="4482" to="4488"></span></rel></span><span from="4482" to="4488"><rel label="OA"><span from="4489" to="4494"></span></rel></span><span from="4489" to="4494"><rel label="--" type="unary"></rel></span><span from="4495" to="4519"><rel label="OA"><span from="4489" to="4494"></span></rel></span><span from="4520" to="4523"><rel label="MNR"><span from="4495" to="4519"></span></rel></span><span from="4524" to="4529"><rel label="NK"><span from="4520" to="4523"></span></rel></span><span from="4530" to="4533"><rel label="PG"><span from="4524" to="4529"></span></rel></span><span from="4534" to="4545"><rel label="NK"><span from="4530" to="4533"></span></rel></span><span from="4546" to="4549"><rel label="SVP"><span from="4489" to="4494"></span></rel></span><span from="4549" to="4550"><rel label="--"><span from="4546" to="4549"></span></rel></span><span from="4551" to="4554"><rel label="SB"><span from="4588" to="4593"></span></rel></span><span from="4555" to="4570"><rel label="MO"><span from="4579" to="4587"></span></rel></span><span from="4571" to="4578"><rel label="OA"><span from="4579" to="4587"></span></rel></span><span from="4579" to="4587"><rel label="OC"><span from="4588" to="4593"></span></rel></span><span from="4588" to="4593"><rel label="RC"><span from="4534" to="4545"></span></rel></span><span from="4593" to="4594"><rel label="--"><span from="4588" to="4593"></span></rel></span><span from="4595" to="4599"><rel label="AG"><span from="4600" to="4616"></span></rel></span><span from="4600" to="4616"><rel label="SB"><span from="4617" to="4620"></span></rel></span><span from="4617" to="4620"><rel label="OC"><span from="4652" to="4659"></span></rel></span><span from="4621" to="4629"><rel label="MO"><span from="4630" to="4634"></span></rel></span><span from="4630" to="4634"><rel label="NK"><span from="4635" to="4640"></span></rel></span><span from="4635" to="4640"><rel label="MO"><span from="4641" to="4650"></span></rel></span><span from="4641" to="4650"><rel label="OC"><span from="4617" to="4620"></span></rel></span><span from="4650" to="4651"><rel label="--"><span from="4641" to="4650"></span></rel></span><span from="4652" to="4659"><rel label="--" type="unary"></rel></span><span from="4660" to="4663"><rel label="SB"><span from="4652" to="4659"></span></rel></span><span from="4663" to="4664"><rel label="--"><span from="4660" to="4663"></span></rel></span><span from="4665" to="4676"><rel label="MO"><span from="4686" to="4695"></span></rel></span><span from="4677" to="4680"><rel label="--" type="unary"></rel></span><span from="4681" to="4685"><rel label="MO"><span from="4686" to="4695"></span></rel></span><span from="4686" to="4695"><rel label="OC"><span from="4696" to="4702"></span></rel></span><span from="4696" to="4702"><rel label="OC"><span from="4677" to="4680"></span></rel></span><span from="4702" to="4703"><rel label="--"><span from="4696" to="4702"></span></rel></span><span from="4704" to="4708"><rel label="CP"><span from="4795" to="4799"></span></rel></span><span from="4709" to="4713"><rel label="NK"><span from="4731" to="4749"></span></rel></span><span from="4714" to="4730"><rel label="NK"><span from="4731" to="4749"></span></rel></span><span from="4731" to="4749"><rel label="SB"><span from="4795" to="4799"></span></rel></span><span from="4750" to="4753"><rel label="CD"><span from="4731" to="4749"></span></rel></span><span from="4754" to="4767"><rel label="CJ"><span from="4750" to="4753"></span></rel></span><span from="4768" to="4772"><rel label="NK"><span from="4773" to="4778"></span></rel></span><span from="4773" to="4778"><rel label="PD"><span from="4795" to="4799"></span></rel></span><span from="4779" to="4782"><rel label="NK"><span from="4783" to="4794"></span></rel></span><span from="4783" to="4794"><rel label="AG"><span from="4773" to="4778"></span></rel></span><span from="4795" to="4799"><rel label="SB"><span from="4677" to="4680"></span></rel></span><span from="4799" to="4800"><rel label="--"><span from="4795" to="4799"></span></rel></span><span from="4801" to="4805"><rel label="CD"><span from="4795" to="4799"></span></rel></span><span from="4806" to="4808"><rel label="CP"><span from="4865" to="4869"></span></rel></span><span from="4809" to="4812"><rel label="NK"><span from="4813" to="4818"></span></rel></span><span from="4813" to="4818"><rel label="SB"><span from="4865" to="4869"></span></rel></span><span from="4819" to="4822"><rel label="MO"><span from="4855" to="4864"></span></rel></span><span from="4823" to="4836"><rel label="NK"><span from="4819" to="4822"></span></rel></span><span from="4837" to="4840"><rel label="NK"><span from="4841" to="4849"></span></rel></span><span from="4841" to="4849"><rel label="AG"><span from="4823" to="4836"></span></rel></span><span from="4850" to="4854"><rel label="NK"><span from="4841" to="4849"></span></rel></span><span from="4855" to="4864"><rel label="OC"><span from="4865" to="4869"></span></rel></span><span from="4865" to="4869"><rel label="MO"><span from="4871" to="4876"></span></rel></span><span from="4869" to="4870"><rel label="--"><span from="4865" to="4869"></span></rel></span><span from="4871" to="4876"><rel label="CJ"><span from="4801" to="4805"></span></rel></span><span from="4877" to="4880"><rel label="SB"><span from="4871" to="4876"></span></rel></span><span from="4881" to="4886"><rel label="MO"><span from="4871" to="4876"></span></rel></span><span from="4887" to="4891"><rel label="NK"><span from="4892" to="4909"></span></rel></span><span from="4892" to="4909"><rel label="NK"><span from="4881" to="4886"></span></rel></span><span from="4909" to="4910"><rel label="--"><span from="4892" to="4909"></span></rel></span><span from="4911" to="4916"><rel label="SB"><span from="4917" to="4922"></span></rel></span><span from="4917" to="4922"><rel label="--" type="unary"></rel></span><span from="4923" to="4927"><rel label="NK"><span from="4940" to="4953"></span></rel></span><span from="4928" to="4939"><rel label="NK"><span from="4940" to="4953"></span></rel></span><span from="4940" to="4953"><rel label="OA"><span from="4917" to="4922"></span></rel></span><span from="4954" to="4960"><rel label="SVP"><span from="4917" to="4922"></span></rel></span><span from="4960" to="4961"><rel label="--"><span from="4954" to="4960"></span></rel></span><span from="4962" to="4964"><rel label="CP"><span from="4982" to="4990"></span></rel></span><span from="4965" to="4978"><rel label="OA"><span from="4982" to="4990"></span></rel></span><span from="4979" to="4981"><rel label="PM"><span from="4982" to="4990"></span></rel></span><span from="4982" to="4990"><rel label="MO"><span from="4917" to="4922"></span></rel></span><span from="4991" to="4992"><rel label="--"><span from="4982" to="4990"></span></rel></span><span from="4993" to="4998"><rel label="MNR"><span from="4965" to="4978"></span></rel></span><span from="4999" to="5002"><rel label="CJ"><span from="4917" to="4922"></span></rel></span><span from="5003" to="5006"><rel label="NK"><span from="5007" to="5016"></span></rel></span><span from="5007" to="5016"><rel label="SB"><span from="4999" to="5002"></span></rel></span><span from="5017" to="5021"><rel label="MO"><span from="4999" to="5002"></span></rel></span><span from="5022" to="5027"><rel label="NG"><span from="4999" to="5002"></span></rel></span><span from="5028" to="5034"><rel label="PD"><span from="4999" to="5002"></span></rel></span><span from="5035" to="5040"><rel label="MO"><span from="5028" to="5034"></span></rel></span><span from="5040" to="5041"><rel label="--"><span from="5035" to="5040"></span></rel></span><span from="5042" to="5048"><rel label="MO"><span from="5074" to="5087"></span></rel></span><span from="5049" to="5052"><rel label="NK"><span from="5053" to="5063"></span></rel></span><span from="5053" to="5063"><rel label="SB"><span from="5042" to="5048"></span></rel></span><span from="5064" to="5068"><rel label="MO"><span from="5042" to="5048"></span></rel></span><span from="5069" to="5073"><rel label="NK"><span from="5064" to="5068"></span></rel></span><span from="5074" to="5087"><rel label="MO"><span from="5131" to="5143"></span></rel></span><span from="5087" to="5088"><rel label="--"><span from="5074" to="5087"></span></rel></span><span from="5089" to="5094"><rel label="OC"><span from="5145" to="5149"></span></rel></span><span from="5095" to="5098"><rel label="DA"><span from="5131" to="5143"></span></rel></span><span from="5099" to="5103"><rel label="NK"><span from="5104" to="5130"></span></rel></span><span from="5104" to="5130"><rel label="OA"><span from="5131" to="5143"></span></rel></span><span from="5131" to="5143"><rel label="OC"><span from="5089" to="5094"></span></rel></span><span from="5143" to="5144"><rel label="--"><span from="5131" to="5143"></span></rel></span><span from="5145" to="5149"><rel label="--" type="unary"></rel></span><span from="5150" to="5159"><rel label="PNC"><span from="5160" to="5168"></span></rel></span><span from="5160" to="5168"><rel label="SB"><span from="5145" to="5149"></span></rel></span><span from="5168" to="5169"><rel label="--"><span from="5160" to="5168"></span></rel></span><span from="5170" to="5174"><rel label="MO"><span from="5224" to="5230"></span></rel></span><span from="5175" to="5180"><rel label="--" type="unary"></rel></span><span from="5181" to="5185"><rel label="MO"><span from="5224" to="5230"></span></rel></span><span from="5186" to="5189"><rel label="NK"><span from="5190" to="5200"></span></rel></span><span from="5190" to="5200"><rel label="OA"><span from="5214" to="5223"></span></rel></span><span from="5201" to="5206"><rel label="NG"><span from="5224" to="5230"></span></rel></span><span from="5207" to="5213"><rel label="MO"><span from="5214" to="5223"></span></rel></span><span from="5214" to="5223"><rel label="OC"><span from="5224" to="5230"></span></rel></span><span from="5224" to="5230"><rel label="OC"><span from="5175" to="5180"></span></rel></span><span from="5230" to="5231"><rel label="--"><span from="5224" to="5230"></span></rel></span><span from="5232" to="5236"><rel label="CD"><span from="5224" to="5230"></span></rel></span><span from="5237" to="5239"><rel label="PH"><span from="5240" to="5245"></span></rel></span><span from="5240" to="5245"><rel label="CJ"><span from="5232" to="5236"></span></rel></span><span from="5246" to="5249"><rel label="DA"><span from="5250" to="5257"></span></rel></span><span from="5250" to="5257"><rel label="OC"><span from="5240" to="5245"></span></rel></span><span from="5257" to="5258"><rel label="--"><span from="5250" to="5257"></span></rel></span><span from="5259" to="5264"><rel label="MNR"><span from="5330" to="5345"></span></rel></span><span from="5265" to="5268"><rel label="NK"><span from="5281" to="5286"></span></rel></span><span from="5269" to="5280"><rel label="NK"><span from="5281" to="5286"></span></rel></span><span from="5281" to="5286"><rel label="NK"><span from="5259" to="5264"></span></rel></span><span from="5287" to="5290"><rel label="MNR"><span from="5281" to="5286"></span></rel></span><span from="5291" to="5300"><rel label="NK"><span from="5287" to="5290"></span></rel></span><span from="5301" to="5305"><rel label="MO"><span from="5330" to="5345"></span></rel></span><span from="5306" to="5310"><rel label="MO"><span from="5330" to="5345"></span></rel></span><span from="5311" to="5314"><rel label="NK"><span from="5330" to="5345"></span></rel></span><span from="5315" to="5329"><rel label="NK"><span from="5330" to="5345"></span></rel></span><span from="5330" to="5345"><rel label="OA"><span from="5346" to="5352"></span></rel></span><span from="5346" to="5352"><rel label="OC"><span from="5356" to="5362"></span></rel></span><span from="5353" to="5355"><rel label="PM"><span from="5356" to="5362"></span></rel></span><span from="5356" to="5362"><rel label="CJ"><span from="5224" to="5230"></span></rel></span><span from="5362" to="5363"><rel label="--"><span from="5356" to="5362"></span></rel></span><span from="5363" to="5364"><rel label="--" type="unary"></rel></span><span from="5365" to="5375"><rel label="NK"><span from="5376" to="5386"></span></rel></span><span from="5376" to="5386"><rel label="OG"><span from="5387" to="5392"></span></rel></span><span from="5387" to="5392"><rel label="PD"><span from="5432" to="5436"></span></rel></span><span from="5393" to="5396"><rel label="OA"><span from="5422" to="5430"></span></rel></span><span from="5397" to="5406"><rel label="PNC"><span from="5407" to="5415"></span></rel></span><span from="5407" to="5415"><rel label="MO"><span from="5422" to="5430"></span></rel></span><span from="5416" to="5421"><rel label="MO"><span from="5422" to="5430"></span></rel></span><span from="5422" to="5430"><rel label="MO"><span from="5387" to="5392"></span></rel></span><span from="5430" to="5431"><rel label="--"><span from="5422" to="5430"></span></rel></span><span from="5432" to="5436"><rel label="--" type="unary"></rel></span><span from="5437" to="5440"><rel label="NK"><span from="5454" to="5474"></span></rel></span><span from="5441" to="5453"><rel label="NK"><span from="5454" to="5474"></span></rel></span><span from="5454" to="5474"><rel label="SB"><span from="5432" to="5436"></span></rel></span><span from="5475" to="5478"><rel label="MNR"><span from="5454" to="5474"></span></rel></span><span from="5479" to="5484"><rel label="NK"><span from="5494" to="5506"></span></rel></span><span from="5485" to="5493"><rel label="NK"><span from="5494" to="5506"></span></rel></span><span from="5494" to="5506"><rel label="NK"><span from="5475" to="5478"></span></rel></span><span from="5506" to="5507"><rel label="--"><span from="5494" to="5506"></span></rel></span><span from="5508" to="5512"><rel label="MO"><span from="5586" to="5593"></span></rel></span><span from="5513" to="5517"><rel label="--" type="unary"></rel></span><span from="5518" to="5521"><rel label="NK"><span from="5522" to="5527"></span></rel></span><span from="5522" to="5527"><rel label="SB"><span from="5513" to="5517"></span></rel></span><span from="5528" to="5533"><rel label="MNR"><span from="5576" to="5585"></span></rel></span><span from="5534" to="5538"><rel label="NK"><span from="5550" to="5559"></span></rel></span><span from="5539" to="5549"><rel label="NK"><span from="5550" to="5559"></span></rel></span><span from="5550" to="5559"><rel label="NK"><span from="5528" to="5533"></span></rel></span><span from="5560" to="5564"><rel label="MO"><span from="5576" to="5585"></span></rel></span><span from="5565" to="5575"><rel label="NK"><span from="5576" to="5585"></span></rel></span><span from="5576" to="5585"><rel label="OA"><span from="5586" to="5593"></span></rel></span><span from="5586" to="5593"><rel label="OC"><span from="5513" to="5517"></span></rel></span><span from="5593" to="5594"><rel label="--"><span from="5586" to="5593"></span></rel></span><span from="5595" to="5599"><rel label="CD"><span from="5513" to="5517"></span></rel></span><span from="5600" to="5604"><rel label="NK"><span from="5657" to="5669"></span></rel></span><span from="5605" to="5608"><rel label="SBP"><span from="5647" to="5656"></span></rel></span><span from="5609" to="5612"><rel label="NK"><span from="5626" to="5632"></span></rel></span><span from="5613" to="5625"><rel label="NK"><span from="5626" to="5632"></span></rel></span><span from="5626" to="5632"><rel label="NK"><span from="5605" to="5608"></span></rel></span><span from="5633" to="5636"><rel label="MO"><span from="5647" to="5656"></span></rel></span><span from="5637" to="5646"><rel label="NK"><span from="5633" to="5636"></span></rel></span><span from="5647" to="5656"><rel label="NK"><span from="5657" to="5669"></span></rel></span><span from="5657" to="5669"><rel label="SB"><span from="5722" to="5725"></span></rel></span><span from="5670" to="5673"><rel label="NK"><span from="5686" to="5697"></span></rel></span><span from="5674" to="5685"><rel label="NK"><span from="5686" to="5697"></span></rel></span><span from="5686" to="5697"><rel label="AG"><span from="5657" to="5669"></span></rel></span><span from="5698" to="5702"><rel label="MNR"><span from="5686" to="5697"></span></rel></span><span from="5703" to="5707"><rel label="NK"><span from="5708" to="5714"></span></rel></span><span from="5708" to="5714"><rel label="NK"><span from="5698" to="5702"></span></rel></span><span from="5715" to="5721"><rel label="AC"><span from="5698" to="5702"></span></rel></span><span from="5722" to="5725"><rel label="CJ"><span from="5595" to="5599"></span></rel></span><span from="5726" to="5731"><rel label="NK"><span from="5732" to="5735"></span></rel></span><span from="5732" to="5735"><rel label="SB"><span from="5722" to="5725"></span></rel></span><span from="5736" to="5745"><rel label="OC"><span from="5746" to="5752"></span></rel></span><span from="5746" to="5752"><rel label="OC"><span from="5722" to="5725"></span></rel></span><span from="5753" to="5754"><rel label="--"><span from="5746" to="5752"></span></rel></span><span from="5755" to="5760"><rel label="MO"><span from="5761" to="5764"></span></rel></span><span from="5761" to="5764"><rel label="MO"><span from="5736" to="5745"></span></rel></span><span from="5765" to="5768"><rel label="NK"><span from="5769" to="5779"></span></rel></span><span from="5769" to="5779"><rel label="NK"><span from="5761" to="5764"></span></rel></span><span from="5779" to="5780"><rel label="--"><span from="5769" to="5779"></span></rel></span><span from="5781" to="5785"><rel label="SB"><span from="5786" to="5789"></span></rel></span><span from="5786" to="5789"><rel label="OC"><span from="5769" to="5779"></span></rel></span><span from="5790" to="5801"><rel label="MO"><span from="5786" to="5789"></span></rel></span><span from="5802" to="5807"><rel label="NG"><span from="5786" to="5789"></span></rel></span><span from="5808" to="5817"><rel label="PD"><span from="5786" to="5789"></span></rel></span><span from="5817" to="5818"><rel label="--"><span from="5808" to="5817"></span></rel></span><span from="5819" to="5823"><rel label="SB"><span from="5824" to="5833"></span></rel></span><span from="5824" to="5833"><rel label="OC"><span from="5928" to="5937"></span></rel></span><span from="5833" to="5834"><rel label="--"><span from="5824" to="5833"></span></rel></span><span from="5835" to="5839"><rel label="CP"><span from="5920" to="5926"></span></rel></span><span from="5840" to="5843"><rel label="SB"><span from="5920" to="5926"></span></rel></span><span from="5844" to="5847"><rel label="NK"><span from="5865" to="5872"></span></rel></span><span from="5848" to="5858"><rel label="MO"><span from="5859" to="5864"></span></rel></span><span from="5859" to="5864"><rel label="NK"><span from="5865" to="5872"></span></rel></span><span from="5865" to="5872"><rel label="OA"><span from="5880" to="5889"></span></rel></span><span from="5873" to="5879"><rel label="MO"><span from="5880" to="5889"></span></rel></span><span from="5880" to="5889"><rel label="OC"><span from="5920" to="5926"></span></rel></span><span from="5890" to="5896"><rel label="CJ"><span from="5880" to="5889"></span></rel></span><span from="5897" to="5900"><rel label="CD"><span from="5890" to="5896"></span></rel></span><span from="5901" to="5909"><rel label="MO"><span from="5910" to="5919"></span></rel></span><span from="5910" to="5919"><rel label="CJ"><span from="5897" to="5900"></span></rel></span><span from="5920" to="5926"><rel label="OC"><span from="5824" to="5833"></span></rel></span><span from="5926" to="5927"><rel label="--"><span from="5920" to="5926"></span></rel></span><span from="5928" to="5937"><rel label="--" type="unary"></rel></span><span from="5938" to="5941"><rel label="OA"><span from="5928" to="5937"></span></rel></span><span from="5941" to="5942"><rel label="--"><span from="5938" to="5941"></span></rel></span><span from="5943" to="5948"><rel label="MO"><span from="5949" to="5952"></span></rel></span><span from="5949" to="5952"><rel label="MO"><span from="5973" to="5976"></span></rel></span><span from="5953" to="5958"><rel label="NK"><span from="5949" to="5952"></span></rel></span><span from="5959" to="5965"><rel label="NK"><span from="5966" to="5972"></span></rel></span><span from="5966" to="5972"><rel label="AG"><span from="5953" to="5958"></span></rel></span><span from="5973" to="5976"><rel label="--" type="unary"></rel></span><span from="5977" to="5981"><rel label="NK"><span from="5993" to="6003"></span></rel></span><span from="5982" to="5992"><rel label="NK"><span from="5993" to="6003"></span></rel></span><span from="5993" to="6003"><rel label="SB"><span from="5973" to="5976"></span></rel></span><span from="6004" to="6012"><rel label="MO"><span from="6013" to="6025"></span></rel></span><span from="6013" to="6025"><rel label="PD"><span from="5973" to="5976"></span></rel></span><span from="6026" to="6027"><rel label="--"><span from="6013" to="6025"></span></rel></span><span from="6028" to="6032"><rel label="MO"><span from="6045" to="6052"></span></rel></span><span from="6033" to="6037"><rel label="NK"><span from="6038" to="6044"></span></rel></span><span from="6038" to="6044"><rel label="MO"><span from="6045" to="6052"></span></rel></span><span from="6045" to="6052"><rel label="CJ"><span from="5973" to="5976"></span></rel></span><span from="6053" to="6057"><rel label="MO"><span from="6045" to="6052"></span></rel></span><span from="6058" to="6063"><rel label="NG"><span from="6045" to="6052"></span></rel></span><span from="6063" to="6064"><rel label="--"><span from="6058" to="6063"></span></rel></span><span from="6065" to="6067"><rel label="SB"><span from="6068" to="6074"></span></rel></span><span from="6068" to="6074"><rel label="--" type="unary"></rel></span><span from="6075" to="6079"><rel label="MO"><span from="6080" to="6084"></span></rel></span><span from="6080" to="6084"><rel label="NK"><span from="6085" to="6088"></span></rel></span><span from="6085" to="6088"><rel label="DA"><span from="6068" to="6074"></span></rel></span><span from="6089" to="6093"><rel label="OP"><span from="6068" to="6074"></span></rel></span><span from="6093" to="6094"><rel label="--"><span from="6089" to="6093"></span></rel></span><span from="6095" to="6099"><rel label="OA"><span from="6121" to="6128"></span></rel></span><span from="6100" to="6103"><rel label="NK"><span from="6104" to="6117"></span></rel></span><span from="6104" to="6117"><rel label="DA"><span from="6121" to="6128"></span></rel></span><span from="6118" to="6120"><rel label="PM"><span from="6121" to="6128"></span></rel></span><span from="6121" to="6128"><rel label="RE"><span from="6089" to="6093"></span></rel></span><span from="6128" to="6129"><rel label="--"><span from="6121" to="6128"></span></rel></span><span from="6130" to="6133"><rel label="CD"><span from="6068" to="6074"></span></rel></span><span from="6134" to="6137"><rel label="SB"><span from="6138" to="6142"></span></rel></span><span from="6138" to="6142"><rel label="CJ"><span from="6130" to="6133"></span></rel></span><span from="6143" to="6148"><rel label="MO"><span from="6149" to="6153"></span></rel></span><span from="6149" to="6153"><rel label="OA"><span from="6154" to="6162"></span></rel></span><span from="6154" to="6162"><rel label="OC"><span from="6138" to="6142"></span></rel></span><span from="6162" to="6163"><rel label="--"><span from="6154" to="6162"></span></rel></span><span from="6164" to="6168"><rel label="JU"><span from="6235" to="6242"></span></rel></span><span from="6169" to="6172"><rel label="NK"><span from="6173" to="6178"></span></rel></span><span from="6173" to="6178"><rel label="SB"><span from="6235" to="6242"></span></rel></span><span from="6178" to="6179"><rel label="--"><span from="6173" to="6178"></span></rel></span><span from="6180" to="6183"><rel label="SB"><span from="6228" to="6233"></span></rel></span><span from="6184" to="6189"><rel label="MO"><span from="6220" to="6227"></span></rel></span><span from="6190" to="6193"><rel label="NK"><span from="6194" to="6204"></span></rel></span><span from="6194" to="6204"><rel label="NK"><span from="6184" to="6189"></span></rel></span><span from="6205" to="6207"><rel label="MO"><span from="6220" to="6227"></span></rel></span><span from="6208" to="6219"><rel label="NK"><span from="6205" to="6207"></span></rel></span><span from="6220" to="6227"><rel label="OC"><span from="6228" to="6233"></span></rel></span><span from="6228" to="6233"><rel label="RC"><span from="6173" to="6178"></span></rel></span><span from="6233" to="6234"><rel label="--"><span from="6228" to="6233"></span></rel></span><span from="6235" to="6242"><rel label="--" type="unary"></rel></span><span from="6243" to="6247"><rel label="OA"><span from="6235" to="6242"></span></rel></span><span from="6248" to="6251"><rel label="CD"><span from="6243" to="6247"></span></rel></span><span from="6252" to="6266"><rel label="NK"><span from="6267" to="6280"></span></rel></span><span from="6267" to="6280"><rel label="CJ"><span from="6248" to="6251"></span></rel></span><span from="6280" to="6281"><rel label="--"><span from="6267" to="6280"></span></rel></span><span from="6282" to="6284"><rel label="CP"><span from="6288" to="6294"></span></rel></span><span from="6285" to="6287"><rel label="PM"><span from="6288" to="6294"></span></rel></span><span from="6288" to="6294"><rel label="MO"><span from="6235" to="6242"></span></rel></span><span from="6294" to="6295"><rel label="--"><span from="6288" to="6294"></span></rel></span><span from="6296" to="6299"><rel label="SB"><span from="6300" to="6304"></span></rel></span><span from="6300" to="6304"><rel label="--" type="unary"></rel></span><span from="6305" to="6309"><rel label="NK"><span from="6310" to="6321"></span></rel></span><span from="6310" to="6321"><rel label="OA"><span from="6300" to="6304"></span></rel></span><span from="6321" to="6322"><rel label="--"><span from="6310" to="6321"></span></rel></span><span from="6323" to="6330"><rel label="MO"><span from="6335" to="6340"></span></rel></span><span from="6331" to="6334"><rel label="NK"><span from="6335" to="6340"></span></rel></span><span from="6335" to="6340"><rel label="APP"><span from="6310" to="6321"></span></rel></span><span from="6341" to="6345"><rel label="MNR"><span from="6335" to="6340"></span></rel></span><span from="6346" to="6355"><rel label="NK"><span from="6341" to="6345"></span></rel></span><span from="6355" to="6356"><rel label="--"><span from="6346" to="6355"></span></rel></span><span from="6357" to="6361"><rel label="JU"><span from="6366" to="6370"></span></rel></span><span from="6362" to="6365"><rel label="SB"><span from="6366" to="6370"></span></rel></span><span from="6366" to="6370"><rel label="--" type="unary"></rel></span><span from="6371" to="6374"><rel label="NK"><span from="6375" to="6381"></span></rel></span><span from="6375" to="6381"><rel label="OA"><span from="6420" to="6430"></span></rel></span><span from="6382" to="6385"><rel label="MNR"><span from="6375" to="6381"></span></rel></span><span from="6386" to="6389"><rel label="NK"><span from="6390" to="6406"></span></rel></span><span from="6390" to="6406"><rel label="NK"><span from="6382" to="6385"></span></rel></span><span from="6407" to="6412"><rel label="NG"><span from="6366" to="6370"></span></rel></span><span from="6413" to="6419"><rel label="MO"><span from="6420" to="6430"></span></rel></span><span from="6420" to="6430"><rel label="OC"><span from="6366" to="6370"></span></rel></span><span from="6430" to="6431"><rel label="--"><span from="6420" to="6430"></span></rel></span><span from="6432" to="6436"><rel label="CP"><span from="6464" to="6473"></span></rel></span><span from="6437" to="6440"><rel label="NK"><span from="6441" to="6453"></span></rel></span><span from="6441" to="6453"><rel label="SB"><span from="6464" to="6473"></span></rel></span><span from="6454" to="6457"><rel label="OA"><span from="6464" to="6473"></span></rel></span><span from="6458" to="6463"><rel label="NG"><span from="6464" to="6473"></span></rel></span><span from="6464" to="6473"><rel label="MO"><span from="6420" to="6430"></span></rel></span><span from="6473" to="6474"><rel label="--"><span from="6464" to="6473"></span></rel></span><span from="6474" to="6475"><rel label="--" type="unary"></rel></span><span from="6476" to="6481"><rel label="OA"><span from="6518" to="6523"></span></rel></span><span from="6482" to="6485"><rel label="MNR"><span from="6476" to="6481"></span></rel></span><span from="6486" to="6502"><rel label="NK"><span from="6509" to="6517"></span></rel></span><span from="6503" to="6508"><rel label="NK"><span from="6509" to="6517"></span></rel></span><span from="6509" to="6517"><rel label="NK"><span from="6482" to="6485"></span></rel></span><span from="6518" to="6523"><rel label="--" type="unary"></rel></span><span from="6524" to="6533"><rel label="PNC"><span from="6534" to="6542"></span></rel></span><span from="6534" to="6542"><rel label="SB"><span from="6518" to="6523"></span></rel></span><span from="6543" to="6548"><rel label="MO"><span from="6518" to="6523"></span></rel></span><span from="6549" to="6552"><rel label="MO"><span from="6518" to="6523"></span></rel></span><span from="6553" to="6556"><rel label="NK"><span from="6557" to="6562"></span></rel></span><span from="6557" to="6562"><rel label="NK"><span from="6549" to="6552"></span></rel></span><span from="6563" to="6566"><rel label="MNR"><span from="6557" to="6562"></span></rel></span><span from="6567" to="6572"><rel label="NK"><span from="6563" to="6566"></span></rel></span><span from="6573" to="6582"><rel label="NK"><span from="6583" to="6594"></span></rel></span><span from="6583" to="6594"><rel label="AG"><span from="6567" to="6572"></span></rel></span><span from="6594" to="6595"><rel label="--"><span from="6583" to="6594"></span></rel></span><span from="6596" to="6599"><rel label="SB"><span from="6615" to="6619"></span></rel></span><span from="6600" to="6602"><rel label="MO"><span from="6615" to="6619"></span></rel></span><span from="6603" to="6606"><rel label="NK"><span from="6600" to="6602"></span></rel></span><span from="6607" to="6614"><rel label="OC"><span from="6615" to="6619"></span></rel></span><span from="6615" to="6619"><rel label="RC"><span from="6583" to="6594"></span></rel></span><span from="6619" to="6620"><rel label="--"><span from="6615" to="6619"></span></rel></span><span from="6621" to="6627"><rel label="NK"><span from="6628" to="6638"></span></rel></span><span from="6628" to="6638"><rel label="SB"><span from="6639" to="6642"></span></rel></span><span from="6639" to="6642"><rel label="--" type="unary"></rel></span><span from="6643" to="6647"><rel label="PD"><span from="6639" to="6642"></span></rel></span><span from="6648" to="6653"><rel label="NK"><span from="6654" to="6662"></span></rel></span><span from="6654" to="6662"><rel label="PD"><span from="6639" to="6642"></span></rel></span><span from="6663" to="6666"><rel label="MNR"><span from="6654" to="6662"></span></rel></span><span from="6667" to="6675"><rel label="NK"><span from="6663" to="6666"></span></rel></span><span from="6676" to="6679"><rel label="NK"><span from="6680" to="6686"></span></rel></span><span from="6680" to="6686"><rel label="SB"><span from="6767" to="6770"></span></rel></span><span from="6687" to="6690"><rel label="PG"><span from="6680" to="6686"></span></rel></span><span from="6691" to="6708"><rel label="NK"><span from="6687" to="6690"></span></rel></span><span from="6708" to="6709"><rel label="--"><span from="6691" to="6708"></span></rel></span><span from="6710" to="6713"><rel label="OA"><span from="6753" to="6766"></span></rel></span><span from="6714" to="6717"><rel label="NK"><span from="6718" to="6727"></span></rel></span><span from="6718" to="6727"><rel label="AG"><span from="6728" to="6733"></span></rel></span><span from="6728" to="6733"><rel label="OA"><span from="6753" to="6766"></span></rel></span><span from="6734" to="6738"><rel label="NK"><span from="6728" to="6733"></span></rel></span><span from="6739" to="6745"><rel label="NK"><span from="6746" to="6752"></span></rel></span><span from="6746" to="6752"><rel label="AG"><span from="6667" to="6675"></span></rel></span><span from="6753" to="6766"><rel label="OC"><span from="6767" to="6770"></span></rel></span><span from="6767" to="6770"><rel label="RC"><span from="6663" to="6666"></span></rel></span><span from="6770" to="6771"><rel label="--"><span from="6767" to="6770"></span></rel></span><span from="6772" to="6775"><rel label="NK"><span from="6776" to="6782"></span></rel></span><span from="6776" to="6782"><rel label="SB"><span from="6792" to="6796"></span></rel></span><span from="6783" to="6791"><rel label="MO"><span from="6776" to="6782"></span></rel></span><span from="6792" to="6796"><rel label="--" type="unary"></rel></span><span from="6797" to="6803"><rel label="SVP"><span from="6792" to="6796"></span></rel></span><span from="6804" to="6807"><rel label="OP"><span from="6792" to="6796"></span></rel></span><span from="6808" to="6820"><rel label="NK"><span from="6804" to="6807"></span></rel></span><span from="6821" to="6824"><rel label="NK"><span from="6825" to="6831"></span></rel></span><span from="6825" to="6831"><rel label="AG"><span from="6808" to="6820"></span></rel></span><span from="6832" to="6839"><rel label="NK"><span from="6825" to="6831"></span></rel></span><span from="6840" to="6850"><rel label="NK"><span from="6851" to="6868"></span></rel></span><span from="6851" to="6868"><rel label="AG"><span from="6832" to="6839"></span></rel></span><span from="6868" to="6869"><rel label="--"><span from="6851" to="6868"></span></rel></span><span from="6870" to="6876"><rel label="NK"><span from="6877" to="6884"></span></rel></span><span from="6877" to="6884"><rel label="SB"><span from="6885" to="6888"></span></rel></span><span from="6885" to="6888"><rel label="--" type="unary"></rel></span><span from="6889" to="6893"><rel label="MO"><span from="6894" to="6906"></span></rel></span><span from="6894" to="6906"><rel label="OC"><span from="6907" to="6913"></span></rel></span><span from="6907" to="6913"><rel label="OC"><span from="6885" to="6888"></span></rel></span><span from="6913" to="6914"><rel label="--"><span from="6907" to="6913"></span></rel></span><span from="6915" to="6922"><rel label="CP"><span from="7027" to="7032"></span></rel></span><span from="6923" to="6931"><rel label="SB"><span from="7027" to="7032"></span></rel></span><span from="6932" to="6937"><rel label="NK"><span from="6923" to="6931"></span></rel></span><span from="6938" to="6941"><rel label="SBP"><span from="7011" to="7026"></span></rel></span><span from="6942" to="6958"><rel label="NK"><span from="6938" to="6941"></span></rel></span><span from="6959" to="6961"><rel label="MNR"><span from="6942" to="6958"></span></rel></span><span from="6962" to="6973"><rel label="NK"><span from="6974" to="6987"></span></rel></span><span from="6974" to="6987"><rel label="NK"><span from="6959" to="6961"></span></rel></span><span from="6987" to="6988"><rel label="--"><span from="6974" to="6987"></span></rel></span><span from="6989" to="6999"><rel label="CJ"><span from="6974" to="6987"></span></rel></span><span from="7000" to="7003"><rel label="CD"><span from="6989" to="6999"></span></rel></span><span from="7004" to="7010"><rel label="CJ"><span from="7000" to="7003"></span></rel></span><span from="7011" to="7026"><rel label="OC"><span from="7027" to="7032"></span></rel></span><span from="7027" to="7032"><rel label="MO"><span from="6894" to="6906"></span></rel></span><span from="7032" to="7033"><rel label="--"><span from="7027" to="7032"></span></rel></span><span from="7034" to="7038"><rel label="MO"><span from="7113" to="7122"></span></rel></span><span from="7039" to="7057"><rel label="NK"><span from="7058" to="7066"></span></rel></span><span from="7058" to="7066"><rel label="NK"><span from="7034" to="7038"></span></rel></span><span from="7067" to="7072"><rel label="--" type="unary"></rel></span><span from="7073" to="7076"><rel label="NK"><span from="7083" to="7088"></span></rel></span><span from="7077" to="7082"><rel label="NK"><span from="7083" to="7088"></span></rel></span><span from="7083" to="7088"><rel label="DA"><span from="7113" to="7122"></span></rel></span><span from="7089" to="7093"><rel label="OA"><span from="7113" to="7122"></span></rel></span><span from="7094" to="7098"><rel label="MO"><span from="7113" to="7122"></span></rel></span><span from="7099" to="7104"><rel label="MO"><span from="7113" to="7122"></span></rel></span><span from="7105" to="7112"><rel label="NK"><span from="7099" to="7104"></span></rel></span><span from="7113" to="7122"><rel label="OC"><span from="7067" to="7072"></span></rel></span><span from="7122" to="7123"><rel label="--"><span from="7113" to="7122"></span></rel></span><span from="7124" to="7129"><rel label="NK"><span from="7130" to="7135"></span></rel></span><span from="7130" to="7135"><rel label="OA"><span from="7170" to="7178"></span></rel></span><span from="7136" to="7138"><rel label="MNR"><span from="7130" to="7135"></span></rel></span><span from="7139" to="7143"><rel label="NK"><span from="7136" to="7138"></span></rel></span><span from="7144" to="7147"><rel label="MNR"><span from="7139" to="7143"></span></rel></span><span from="7148" to="7151"><rel label="NMC"><span from="7152" to="7161"></span></rel></span><span from="7152" to="7161"><rel label="NK"><span from="7144" to="7147"></span></rel></span><span from="7162" to="7166"><rel label="NK"><span from="7152" to="7161"></span></rel></span><span from="7167" to="7169"><rel label="PM"><span from="7170" to="7178"></span></rel></span><span from="7170" to="7178"><rel label="OC"><span from="7113" to="7122"></span></rel></span><span from="7178" to="7179"><rel label="--"><span from="7170" to="7178"></span></rel></span><span from="7180" to="7183"><rel label="SB"><span from="7331" to="7335"></span></rel></span><span from="7184" to="7188"><rel label="OA"><span from="7323" to="7330"></span></rel></span><span from="7189" to="7191"><rel label="MO"><span from="7323" to="7330"></span></rel></span><span from="7192" to="7197"><rel label="NK"><span from="7189" to="7191"></span></rel></span><span from="7198" to="7207"><rel label="NK"><span from="7208" to="7219"></span></rel></span><span from="7208" to="7219"><rel label="AG"><span from="7192" to="7197"></span></rel></span><span from="7220" to="7222"><rel label="MO"><span from="7331" to="7335"></span></rel></span><span from="7223" to="7231"><rel label="NK"><span from="7249" to="7262"></span></rel></span><span from="7232" to="7235"><rel label="CD"><span from="7223" to="7231"></span></rel></span><span from="7236" to="7248"><rel label="CJ"><span from="7232" to="7235"></span></rel></span><span from="7249" to="7262"><rel label="NK"><span from="7220" to="7222"></span></rel></span><span from="7263" to="7268"><rel label="CD"><span from="7189" to="7191"></span></rel></span><span from="7269" to="7281"><rel label="MO"><span from="7287" to="7289"></span></rel></span><span from="7282" to="7286"><rel label="MO"><span from="7287" to="7289"></span></rel></span><span from="7287" to="7289"><rel label="CJ"><span from="7263" to="7268"></span></rel></span><span from="7290" to="7295"><rel label="NK"><span from="7287" to="7289"></span></rel></span><span from="7296" to="7299"><rel label="PG"><span from="7290" to="7295"></span></rel></span><span from="7300" to="7310"><rel label="NK"><span from="7296" to="7299"></span></rel></span><span from="7311" to="7313"><rel label="MO"><span from="7323" to="7330"></span></rel></span><span from="7314" to="7322"><rel label="NK"><span from="7311" to="7313"></span></rel></span><span from="7323" to="7330"><rel label="OC"><span from="7331" to="7335"></span></rel></span><span from="7331" to="7335"><rel label="RC"><span from="7105" to="7112"></span></rel></span><span from="7335" to="7336"><rel label="--"><span from="7331" to="7335"></span></rel></span><span from="7337" to="7340"><rel label="NK"><span from="7341" to="7346"></span></rel></span><span from="7341" to="7346"><rel label="SB"><span from="7347" to="7353"></span></rel></span><span from="7347" to="7353"><rel label="--" type="unary"></rel></span><span from="7354" to="7356"><rel label="MO"><span from="7357" to="7360"></span></rel></span><span from="7357" to="7360"><rel label="MO"><span from="7393" to="7401"></span></rel></span><span from="7361" to="7367"><rel label="NK"><span from="7357" to="7360"></span></rel></span><span from="7368" to="7371"><rel label="SBP"><span from="7393" to="7401"></span></rel></span><span from="7372" to="7376"><rel label="NK"><span from="7368" to="7371"></span></rel></span><span from="7377" to="7380"><rel label="CD"><span from="7372" to="7376"></span></rel></span><span from="7381" to="7384"><rel label="NK"><span from="7385" to="7392"></span></rel></span><span from="7385" to="7392"><rel label="CJ"><span from="7377" to="7380"></span></rel></span><span from="7393" to="7401"><rel label="OC"><span from="7402" to="7408"></span></rel></span><span from="7402" to="7408"><rel label="OC"><span from="7347" to="7353"></span></rel></span><span from="7408" to="7409"><rel label="--"><span from="7402" to="7408"></span></rel></span><span from="7410" to="7414"><rel label="JU"><span from="7427" to="7433"></span></rel></span><span from="7415" to="7420"><rel label="MO"><span from="7421" to="7426"></span></rel></span><span from="7421" to="7426"><rel label="MO"><span from="7427" to="7433"></span></rel></span><span from="7427" to="7433"><rel label="--" type="unary"></rel></span><span from="7434" to="7436"><rel label="EP"><span from="7427" to="7433"></span></rel></span><span from="7436" to="7437"><rel label="--"><span from="7434" to="7436"></span></rel></span><span from="7438" to="7441"><rel label="NK"><span from="7450" to="7456"></span></rel></span><span from="7442" to="7449"><rel label="NK"><span from="7450" to="7456"></span></rel></span><span from="7450" to="7456"><rel label="SB"><span from="7457" to="7467"></span></rel></span><span from="7457" to="7467"><rel label="OC"><span from="7427" to="7433"></span></rel></span><span from="7468" to="7472"><rel label="NK"><span from="7473" to="7484"></span></rel></span><span from="7473" to="7484"><rel label="OA"><span from="7457" to="7467"></span></rel></span><span from="7484" to="7485"><rel label="--"><span from="7473" to="7484"></span></rel></span><span from="7486" to="7494"><rel label="MO"><span from="7500" to="7513"></span></rel></span><span from="7495" to="7499"><rel label="MO"><span from="7500" to="7513"></span></rel></span><span from="7500" to="7513"><rel label="RE"><span from="7421" to="7426"></span></rel></span><span from="7513" to="7514"><rel label="--"><span from="7500" to="7513"></span></rel></span><span from="7515" to="7537"><rel label="SB"><span from="7559" to="7563"></span></rel></span><span from="7538" to="7546"><rel label="PNC"><span from="7547" to="7552"></span></rel></span><span from="7547" to="7552"><rel label="NK"><span from="7515" to="7537"></span></rel></span><span from="7553" to="7554"><rel label="--"><span from="7547" to="7552"></span></rel></span><span from="7554" to="7557"><rel label="PAR"><span from="7515" to="7537"></span></rel></span><span from="7557" to="7558"><rel label="--"><span from="7554" to="7557"></span></rel></span><span from="7559" to="7563"><rel label="--" type="unary"></rel></span><span from="7564" to="7568"><rel label="OP"><span from="7559" to="7563"></span></rel></span><span from="7568" to="7569"><rel label="--"><span from="7564" to="7568"></span></rel></span><span from="7570" to="7574"><rel label="MO"><span from="7575" to="7581"></span></rel></span><span from="7575" to="7581"><rel label="OC"><span from="7559" to="7563"></span></rel></span><span from="7582" to="7585"><rel label="NK"><span from="7586" to="7597"></span></rel></span><span from="7586" to="7597"><rel label="SB"><span from="7575" to="7581"></span></rel></span><span from="7598" to="7601"><rel label="NK"><span from="7602" to="7607"></span></rel></span><span from="7602" to="7607"><rel label="AG"><span from="7586" to="7597"></span></rel></span><span from="7608" to="7610"><rel label="MO"><span from="7575" to="7581"></span></rel></span><span from="7611" to="7617"><rel label="NK"><span from="7618" to="7622"></span></rel></span><span from="7618" to="7622"><rel label="NK"><span from="7608" to="7610"></span></rel></span><span from="7623" to="7625"><rel label="SVP"><span from="7575" to="7581"></span></rel></span><span from="7625" to="7626"><rel label="--"><span from="7623" to="7625"></span></rel></span><span from="7627" to="7631"><rel label="CP"><span from="7647" to="7651"></span></rel></span><span from="7632" to="7634"><rel label="SB"><span from="7647" to="7651"></span></rel></span><span from="7635" to="7638"><rel label="OA"><span from="7639" to="7646"></span></rel></span><span from="7639" to="7646"><rel label="OC"><span from="7647" to="7651"></span></rel></span><span from="7647" to="7651"><rel label="MO"><span from="7575" to="7581"></span></rel></span><span from="7651" to="7652"><rel label="--"><span from="7647" to="7651"></span></rel></span><span from="7653" to="7666"><rel label="OA"><span from="7715" to="7725"></span></rel></span><span from="7667" to="7670"><rel label="MNR"><span from="7653" to="7666"></span></rel></span><span from="7671" to="7680"><rel label="NK"><span from="7681" to="7691"></span></rel></span><span from="7681" to="7691"><rel label="NK"><span from="7667" to="7670"></span></rel></span><span from="7692" to="7694"><rel label="MNR"><span from="7681" to="7691"></span></rel></span><span from="7695" to="7703"><rel label="NK"><span from="7704" to="7711"></span></rel></span><span from="7704" to="7711"><rel label="NK"><span from="7692" to="7694"></span></rel></span><span from="7712" to="7714"><rel label="PM"><span from="7715" to="7725"></span></rel></span><span from="7715" to="7725"><rel label="RE"><span from="7564" to="7568"></span></rel></span><span from="7725" to="7726"><rel label="--"><span from="7715" to="7725"></span></rel></span><span from="7726" to="7727"><rel label="NK"><span from="7635" to="7638"></span></rel></span><span from="7728" to="7731"><rel label="NK"><span from="7732" to="7736"></span></rel></span><span from="7732" to="7736"><rel label="SB"><span from="7737" to="7744"></span></rel></span><span from="7737" to="7744"><rel label="RE"><span from="7903" to="7905"></span></rel></span><span from="7745" to="7749"><rel label="OA"><span from="7737" to="7744"></span></rel></span><span from="7750" to="7756"><rel label="MO"><span from="7737" to="7744"></span></rel></span><span from="7757" to="7759"><rel label="OP"><span from="7737" to="7744"></span></rel></span><span from="7760" to="7766"><rel label="NK"><span from="7767" to="7780"></span></rel></span><span from="7767" to="7780"><rel label="NK"><span from="7757" to="7759"></span></rel></span><span from="7780" to="7781"><rel label="--"><span from="7767" to="7780"></span></rel></span><span from="7782" to="7786"><rel label="CP"><span from="7895" to="7901"></span></rel></span><span from="7787" to="7789"><rel label="MO"><span from="7895" to="7901"></span></rel></span><span from="7790" to="7809"><rel label="NK"><span from="7787" to="7789"></span></rel></span><span from="7809" to="7810"><rel label="--"><span from="7790" to="7809"></span></rel></span><span from="7811" to="7813"><rel label="CJ"><span from="7787" to="7789"></span></rel></span><span from="7814" to="7821"><rel label="NK"><span from="7811" to="7813"></span></rel></span><span from="7822" to="7826"><rel label="CD"><span from="7811" to="7813"></span></rel></span><span from="7827" to="7829"><rel label="CJ"><span from="7822" to="7826"></span></rel></span><span from="7830" to="7841"><rel label="NK"><span from="7842" to="7855"></span></rel></span><span from="7842" to="7855"><rel label="NK"><span from="7827" to="7829"></span></rel></span><span from="7856" to="7862"><rel label="PNC"><span from="7863" to="7868"></span></rel></span><span from="7863" to="7868"><rel label="PD"><span from="7895" to="7901"></span></rel></span><span from="7869" to="7872"><rel label="PG"><span from="7863" to="7868"></span></rel></span><span from="7873" to="7879"><rel label="NK"><span from="7869" to="7872"></span></rel></span><span from="7880" to="7883"><rel label="CD"><span from="7873" to="7879"></span></rel></span><span from="7884" to="7894"><rel label="CJ"><span from="7880" to="7883"></span></rel></span><span from="7895" to="7901"><rel label="PAR"><span from="7767" to="7780"></span></rel></span><span from="7901" to="7902"><rel label="--"><span from="7895" to="7901"></span></rel></span><span from="7903" to="7905"><rel label="MO"><span from="7906" to="7911"></span></rel></span><span from="7906" to="7911"><rel label="--" type="unary"></rel></span><span from="7911" to="7912"><rel label="--"><span from="7906" to="7911"></span></rel></span><span from="7913" to="7918"><rel label="NK"><span from="7919" to="7923"></span></rel></span><span from="7919" to="7923"><rel label="CJ"><span from="7995" to="8006"></span></rel></span><span from="7924" to="7927"><rel label="MNR"><span from="7919" to="7923"></span></rel></span><span from="7928" to="7941"><rel label="NK"><span from="7924" to="7927"></span></rel></span><span from="7942" to="7950"><rel label="MNR"><span from="7919" to="7923"></span></rel></span><span from="7951" to="7954"><rel label="NK"><span from="7955" to="7966"></span></rel></span><span from="7955" to="7966"><rel label="NK"><span from="7942" to="7950"></span></rel></span><span from="7967" to="7970"><rel label="--" type="unary"></rel></span><span from="7971" to="7974"><rel label="NK"><span from="7975" to="7990"></span></rel></span><span from="7975" to="7990"><rel label="OA"><span from="7995" to="8006"></span></rel></span><span from="7991" to="7994"><rel label="MO"><span from="7995" to="8006"></span></rel></span><span from="7995" to="8006"><rel label="OC"><span from="7967" to="7970"></span></rel></span><span from="8006" to="8007"><rel label="--"><span from="7995" to="8006"></span></rel></span><span from="8008" to="8011"><rel label="NK"><span from="8012" to="8017"></span></rel></span><span from="8012" to="8017"><rel label="OA"><span from="8089" to="8096"></span></rel></span><span from="8018" to="8021"><rel label="MNR"><span from="8012" to="8017"></span></rel></span><span from="8022" to="8027"><rel label="NK"><span from="8028" to="8035"></span></rel></span><span from="8028" to="8035"><rel label="NK"><span from="8018" to="8021"></span></rel></span><span from="8036" to="8039"><rel label="MNR"><span from="8028" to="8035"></span></rel></span><span from="8040" to="8042"><rel label="NMC"><span from="8043" to="8052"></span></rel></span><span from="8043" to="8052"><rel label="NK"><span from="8036" to="8039"></span></rel></span><span from="8053" to="8057"><rel label="NK"><span from="8043" to="8052"></span></rel></span><span from="8058" to="8062"><rel label="MO"><span from="8089" to="8096"></span></rel></span><span from="8063" to="8074"><rel label="NK"><span from="8058" to="8062"></span></rel></span><span from="8075" to="8078"><rel label="NK"><span from="8079" to="8085"></span></rel></span><span from="8079" to="8085"><rel label="AG"><span from="8063" to="8074"></span></rel></span><span from="8086" to="8088"><rel label="PM"><span from="8089" to="8096"></span></rel></span><span from="8089" to="8096"><rel label="OC"><span from="7995" to="8006"></span></rel></span><span from="8096" to="8097"><rel label="--"><span from="8089" to="8096"></span></rel></span><span from="8098" to="8102"><rel label="MO"><span from="8143" to="8149"></span></rel></span><span from="8103" to="8111"><rel label="NK"><span from="8098" to="8102"></span></rel></span><span from="8112" to="8115"><rel label="NK"><span from="8116" to="8142"></span></rel></span><span from="8116" to="8142"><rel label="AG"><span from="8103" to="8111"></span></rel></span><span from="8143" to="8149"><rel label="--" type="unary"></rel></span><span from="8150" to="8156"><rel label="MO"><span from="8177" to="8184"></span></rel></span><span from="8157" to="8160"><rel label="MO"><span from="8167" to="8176"></span></rel></span><span from="8161" to="8166"><rel label="NK"><span from="8157" to="8160"></span></rel></span><span from="8167" to="8176"><rel label="SB"><span from="8143" to="8149"></span></rel></span><span from="8177" to="8184"><rel label="OC"><span from="8185" to="8191"></span></rel></span><span from="8185" to="8191"><rel label="OC"><span from="8143" to="8149"></span></rel></span><span from="8191" to="8192"><rel label="--"><span from="8185" to="8191"></span></rel></span><span from="8193" to="8198"><rel label="CP"><span from="8236" to="8246"></span></rel></span><span from="8199" to="8202"><rel label="NK"><span from="8203" to="8216"></span></rel></span><span from="8203" to="8216"><rel label="SB"><span from="8236" to="8246"></span></rel></span><span from="8217" to="8222"><rel label="NK"><span from="8223" to="8229"></span></rel></span><span from="8223" to="8229"><rel label="OA"><span from="8236" to="8246"></span></rel></span><span from="8230" to="8235"><rel label="NG"><span from="8236" to="8246"></span></rel></span><span from="8236" to="8246"><rel label="MO"><span from="8177" to="8184"></span></rel></span><span from="8246" to="8247"><rel label="--"><span from="8236" to="8246"></span></rel></span><span from="8248" to="8255"><rel label="SB"><span from="8314" to="8320"></span></rel></span><span from="8256" to="8258"><rel label="MNR"><span from="8248" to="8255"></span></rel></span><span from="8259" to="8262"><rel label="NK"><span from="8273" to="8279"></span></rel></span><span from="8263" to="8272"><rel label="NK"><span from="8273" to="8279"></span></rel></span><span from="8273" to="8279"><rel label="NK"><span from="8256" to="8258"></span></rel></span><span from="8280" to="8285"><rel label="CD"><span from="8256" to="8258"></span></rel></span><span from="8286" to="8288"><rel label="CJ"><span from="8280" to="8285"></span></rel></span><span from="8289" to="8292"><rel label="NK"><span from="8293" to="8313"></span></rel></span><span from="8293" to="8313"><rel label="NK"><span from="8286" to="8288"></span></rel></span><span from="8314" to="8320"><rel label="--" type="unary"></rel></span><span from="8321" to="8325"><rel label="MO"><span from="8326" to="8331"></span></rel></span><span from="8326" to="8331"><rel label="NG"><span from="8314" to="8320"></span></rel></span><span from="8332" to="8336"><rel label="SVP"><span from="8314" to="8320"></span></rel></span><span from="8336" to="8337"><rel label="--"><span from="8332" to="8336"></span></rel></span><span from="8338" to="8345"><rel label="PD"><span from="8346" to="8349"></span></rel></span><span from="8346" to="8349"><rel label="--" type="unary"></rel></span><span from="8349" to="8350"><rel label="--"><span from="8346" to="8349"></span></rel></span><span from="8351" to="8355"><rel label="CP"><span from="8442" to="8446"></span></rel></span><span from="8356" to="8359"><rel label="NK"><span from="8373" to="8396"></span></rel></span><span from="8360" to="8372"><rel label="NK"><span from="8373" to="8396"></span></rel></span><span from="8373" to="8396"><rel label="SB"><span from="8442" to="8446"></span></rel></span><span from="8397" to="8401"><rel label="OP"><span from="8430" to="8441"></span></rel></span><span from="8402" to="8405"><rel label="NK"><span from="8406" to="8413"></span></rel></span><span from="8406" to="8413"><rel label="NK"><span from="8397" to="8401"></span></rel></span><span from="8414" to="8417"><rel label="NK"><span from="8418" to="8429"></span></rel></span><span from="8418" to="8429"><rel label="AG"><span from="8406" to="8413"></span></rel></span><span from="8430" to="8441"><rel label="OC"><span from="8442" to="8446"></span></rel></span><span from="8442" to="8446"><rel label="SB"><span from="8346" to="8349"></span></rel></span><span from="8446" to="8447"><rel label="--"><span from="8442" to="8446"></span></rel></span><span from="8448" to="8451"><rel label="SB"><span from="8557" to="8561"></span></rel></span><span from="8452" to="8456"><rel label="OA"><span from="8542" to="8556"></span></rel></span><span from="8457" to="8462"><rel label="MO"><span from="8471" to="8474"></span></rel></span><span from="8463" to="8470"><rel label="NK"><span from="8457" to="8462"></span></rel></span><span from="8471" to="8474"><rel label="MO"><span from="8542" to="8556"></span></rel></span><span from="8475" to="8481"><rel label="NK"><span from="8471" to="8474"></span></rel></span><span from="8482" to="8485"><rel label="CD"><span from="8475" to="8481"></span></rel></span><span from="8486" to="8503"><rel label="CJ"><span from="8482" to="8485"></span></rel></span><span from="8504" to="8509"><rel label="CD"><span from="8475" to="8481"></span></rel></span><span from="8510" to="8520"><rel label="CJ"><span from="8504" to="8509"></span></rel></span><span from="8521" to="8524"><rel label="PG"><span from="8510" to="8520"></span></rel></span><span from="8525" to="8529"><rel label="NK"><span from="8521" to="8524"></span></rel></span><span from="8530" to="8533"><rel label="CD"><span from="8525" to="8529"></span></rel></span><span from="8534" to="8541"><rel label="CJ"><span from="8530" to="8533"></span></rel></span><span from="8542" to="8556"><rel label="OC"><span from="8557" to="8561"></span></rel></span><span from="8557" to="8561"><rel label="RC"><span from="8406" to="8413"></span></rel></span><span from="8561" to="8562"><rel label="--"><span from="8557" to="8561"></span></rel></span><span from="8563" to="8565"><rel label="MO"><span from="8682" to="8695"></span></rel></span><span from="8566" to="8582"><rel label="NK"><span from="8563" to="8565"></span></rel></span><span from="8583" to="8586"><rel label="NK"><span from="8587" to="8593"></span></rel></span><span from="8587" to="8593"><rel label="AG"><span from="8566" to="8582"></span></rel></span><span from="8594" to="8601"><rel label="NK"><span from="8587" to="8593"></span></rel></span><span from="8602" to="8606"><rel label="--" type="unary"></rel></span><span from="8607" to="8612"><rel label="MO"><span from="8682" to="8695"></span></rel></span><span from="8613" to="8617"><rel label="NK"><span from="8618" to="8628"></span></rel></span><span from="8618" to="8628"><rel label="OA"><span from="8682" to="8695"></span></rel></span><span from="8629" to="8632"><rel label="MNR"><span from="8618" to="8628"></span></rel></span><span from="8633" to="8647"><rel label="NK"><span from="8629" to="8632"></span></rel></span><span from="8648" to="8651"><rel label="PG"><span from="8633" to="8647"></span></rel></span><span from="8652" to="8654"><rel label="NMC"><span from="8655" to="8658"></span></rel></span><span from="8655" to="8658"><rel label="NK"><span from="8659" to="8663"></span></rel></span><span from="8659" to="8663"><rel label="NK"><span from="8648" to="8651"></span></rel></span><span from="8664" to="8667"><rel label="MNR"><span from="8659" to="8663"></span></rel></span><span from="8668" to="8681"><rel label="NK"><span from="8664" to="8667"></span></rel></span><span from="8682" to="8695"><rel label="OC"><span from="8602" to="8606"></span></rel></span><span from="8695" to="8696"><rel label="--"><span from="8682" to="8695"></span></rel></span><span from="8697" to="8699"><rel label="MO"><span from="8713" to="8717"></span></rel></span><span from="8700" to="8712"><rel label="NK"><span from="8697" to="8699"></span></rel></span><span from="8713" to="8717"><rel label="CJ"><span from="8602" to="8606"></span></rel></span><span from="8718" to="8722"><rel label="MO"><span from="8723" to="8727"></span></rel></span><span from="8723" to="8727"><rel label="MO"><span from="8743" to="8749"></span></rel></span><span from="8728" to="8735"><rel label="OC"><span from="8736" to="8742"></span></rel></span><span from="8736" to="8742"><rel label="OC"><span from="8743" to="8749"></span></rel></span><span from="8743" to="8749"><rel label="OC"><span from="8713" to="8717"></span></rel></span><span from="8749" to="8750"><rel label="--"><span from="8743" to="8749"></span></rel></span><span from="8751" to="8754"><rel label="NK"><span from="8755" to="8760"></span></rel></span><span from="8755" to="8760"><rel label="SB"><span from="8761" to="8765"></span></rel></span><span from="8761" to="8765"><rel label="OC"><span from="8809" to="8814"></span></rel></span><span from="8766" to="8771"><rel label="MO"><span from="8772" to="8779"></span></rel></span><span from="8772" to="8779"><rel label="MO"><span from="8799" to="8807"></span></rel></span><span from="8780" to="8783"><rel label="CD"><span from="8772" to="8779"></span></rel></span><span from="8784" to="8798"><rel label="CJ"><span from="8780" to="8783"></span></rel></span><span from="8799" to="8807"><rel label="OC"><span from="8761" to="8765"></span></rel></span><span from="8807" to="8808"><rel label="--"><span from="8799" to="8807"></span></rel></span><span from="8809" to="8814"><rel label="--" type="unary"></rel></span><span from="8815" to="8817"><rel label="EP"><span from="8809" to="8814"></span></rel></span><span from="8817" to="8818"><rel label="--"><span from="8815" to="8817"></span></rel></span><span from="8819" to="8824"><rel label="SB"><span from="8863" to="8868"></span></rel></span><span from="8825" to="8830"><rel label="MNR"><span from="8819" to="8824"></span></rel></span><span from="8831" to="8834"><rel label="NK"><span from="8835" to="8843"></span></rel></span><span from="8835" to="8843"><rel label="NK"><span from="8825" to="8830"></span></rel></span><span from="8844" to="8853"><rel label="PNC"><span from="8854" to="8862"></span></rel></span><span from="8854" to="8862"><rel label="NK"><span from="8835" to="8843"></span></rel></span><span from="8863" to="8868"><rel label="--" type="unary"></rel></span><span from="8869" to="8871"><rel label="MO"><span from="8863" to="8868"></span></rel></span><span from="8872" to="8875"><rel label="NK"><span from="8876" to="8881"></span></rel></span><span from="8876" to="8881"><rel label="NK"><span from="8869" to="8871"></span></rel></span><span from="8882" to="8887"><rel label="NK"><span from="8888" to="8901"></span></rel></span><span from="8888" to="8901"><rel label="OA"><span from="8863" to="8868"></span></rel></span><span from="8902" to="8903"><rel label="--"><span from="8888" to="8901"></span></rel></span><span from="8904" to="8907"><rel label="SB"><span from="8908" to="8913"></span></rel></span><span from="8908" to="8913"><rel label="OC"><span from="8863" to="8868"></span></rel></span><span from="8913" to="8914"><rel label="--"><span from="8908" to="8913"></span></rel></span><span from="8915" to="8919"><rel label="CP"><span from="8992" to="8996"></span></rel></span><span from="8920" to="8923"><rel label="SB"><span from="8992" to="8996"></span></rel></span><span from="8924" to="8928"><rel label="MO"><span from="8992" to="8996"></span></rel></span><span from="8929" to="8935"><rel label="NK"><span from="8936" to="8939"></span></rel></span><span from="8936" to="8939"><rel label="NK"><span from="8924" to="8928"></span></rel></span><span from="8940" to="8947"><rel label="MO"><span from="8992" to="8996"></span></rel></span><span from="8948" to="8952"><rel label="NK"><span from="8972" to="8980"></span></rel></span><span from="8953" to="8960"><rel label="MO"><span from="8961" to="8971"></span></rel></span><span from="8961" to="8971"><rel label="NK"><span from="8972" to="8980"></span></rel></span><span from="8972" to="8980"><rel label="OA"><span from="8981" to="8991"></span></rel></span><span from="8981" to="8991"><rel label="OC"><span from="8992" to="8996"></span></rel></span><span from="8992" to="8996"><rel label="OC"><span from="8908" to="8913"></span></rel></span><span from="8996" to="8997"><rel label="--"><span from="8992" to="8996"></span></rel></span><span from="8998" to="9000"><rel label="MO"><span from="9058" to="9066"></span></rel></span><span from="9001" to="9004"><rel label="NK"><span from="9005" to="9011"></span></rel></span><span from="9005" to="9011"><rel label="NK"><span from="8998" to="9000"></span></rel></span><span from="9011" to="9012"><rel label="--"><span from="9005" to="9011"></span></rel></span><span from="9013" to="9016"><rel label="SB"><span from="9051" to="9056"></span></rel></span><span from="9017" to="9020"><rel label="OA"><span from="9041" to="9050"></span></rel></span><span from="9021" to="9023"><rel label="MO"><span from="9041" to="9050"></span></rel></span><span from="9024" to="9030"><rel label="NK"><span from="9031" to="9040"></span></rel></span><span from="9031" to="9040"><rel label="NK"><span from="9021" to="9023"></span></rel></span><span from="9041" to="9050"><rel label="OC"><span from="9051" to="9056"></span></rel></span><span from="9051" to="9056"><rel label="RC"><span from="9005" to="9011"></span></rel></span><span from="9056" to="9057"><rel label="--"><span from="9051" to="9056"></span></rel></span><span from="9058" to="9066"><rel label="--" type="unary"></rel></span><span from="9067" to="9070"><rel label="SB"><span from="9058" to="9066"></span></rel></span><span from="9070" to="9071"><rel label="--"><span from="9067" to="9070"></span></rel></span><span from="9072" to="9078"><rel label="MO"><span from="9058" to="9066"></span></rel></span><span from="9079" to="9085"><rel label="MO"><span from="9058" to="9066"></span></rel></span><span from="9086" to="9088"><rel label="PM"><span from="9089" to="9098"></span></rel></span><span from="9089" to="9098"><rel label="OC"><span from="9058" to="9066"></span></rel></span><span from="9099" to="9101"><rel label="MO"><span from="9058" to="9066"></span></rel></span><span from="9102" to="9105"><rel label="NK"><span from="9106" to="9115"></span></rel></span><span from="9106" to="9115"><rel label="NK"><span from="9099" to="9101"></span></rel></span><span from="9115" to="9116"><rel label="--"><span from="9106" to="9115"></span></rel></span><span from="9117" to="9125"><rel label="MO"><span from="9126" to="9135"></span></rel></span><span from="9126" to="9135"><rel label="MO"><span from="9145" to="9153"></span></rel></span><span from="9136" to="9141"><rel label="OA"><span from="9145" to="9153"></span></rel></span><span from="9142" to="9144"><rel label="PM"><span from="9145" to="9153"></span></rel></span><span from="9145" to="9153"><rel label="OC"><span from="9106" to="9115"></span></rel></span><span from="9153" to="9154"><rel label="--"><span from="9145" to="9153"></span></rel></span><span from="9155" to="9159"><rel label="CJ"><span from="9058" to="9066"></span></rel></span><span from="9160" to="9163"><rel label="NK"><span from="9164" to="9170"></span></rel></span><span from="9164" to="9170"><rel label="SB"><span from="9155" to="9159"></span></rel></span><span from="9171" to="9174"><rel label="PG"><span from="9164" to="9170"></span></rel></span><span from="9175" to="9183"><rel label="NK"><span from="9171" to="9174"></span></rel></span><span from="9184" to="9190"><rel label="SVP"><span from="9155" to="9159"></span></rel></span><span from="9191" to="9192"><rel label="--"><span from="9184" to="9190"></span></rel></span><span from="9193" to="9196"><rel label="NK"><span from="9197" to="9203"></span></rel></span><span from="9197" to="9203"><rel label="APP"><span from="9136" to="9141"></span></rel></span><span from="9203" to="9204"><rel label="--"><span from="9197" to="9203"></span></rel></span><span from="9205" to="9208"><rel label="SB"><span from="9266" to="9272"></span></rel></span><span from="9209" to="9213"><rel label="NK"><span from="9214" to="9225"></span></rel></span><span from="9214" to="9225"><rel label="OA"><span from="9266" to="9272"></span></rel></span><span from="9226" to="9230"><rel label="MO"><span from="9231" to="9234"></span></rel></span><span from="9231" to="9234"><rel label="MO"><span from="9266" to="9272"></span></rel></span><span from="9235" to="9238"><rel label="MO"><span from="9266" to="9272"></span></rel></span><span from="9239" to="9242"><rel label="NK"><span from="9243" to="9265"></span></rel></span><span from="9243" to="9265"><rel label="NK"><span from="9235" to="9238"></span></rel></span><span from="9266" to="9272"><rel label="RC"><span from="9197" to="9203"></span></rel></span><span from="9272" to="9273"><rel label="--"><span from="9266" to="9272"></span></rel></span><span from="9274" to="9279"><rel label="NK"><span from="9280" to="9289"></span></rel></span><span from="9280" to="9289"><rel label="SB"><span from="9290" to="9298"></span></rel></span><span from="9290" to="9298"><rel label="SB"><span from="9332" to="9337"></span></rel></span><span from="9299" to="9303"><rel label="NK"><span from="9304" to="9308"></span></rel></span><span from="9304" to="9308"><rel label="OA"><span from="9290" to="9298"></span></rel></span><span from="9309" to="9312"><rel label="PG"><span from="9304" to="9308"></span></rel></span><span from="9313" to="9330"><rel label="NK"><span from="9309" to="9312"></span></rel></span><span from="9330" to="9331"><rel label="--"><span from="9313" to="9330"></span></rel></span><span from="9332" to="9337"><rel label="--" type="unary"></rel></span><span from="9338" to="9344"><rel label="SVP"><span from="9332" to="9337"></span></rel></span><span from="9345" to="9348"><rel label="MO"><span from="9332" to="9337"></span></rel></span><span from="9349" to="9352"><rel label="NK"><span from="9364" to="9367"></span></rel></span><span from="9353" to="9363"><rel label="NK"><span from="9364" to="9367"></span></rel></span><span from="9364" to="9367"><rel label="NK"><span from="9345" to="9348"></span></rel></span><span from="9368" to="9371"><rel label="MNR"><span from="9364" to="9367"></span></rel></span><span from="9372" to="9375"><rel label="NK"><span from="9383" to="9392"></span></rel></span><span from="9376" to="9382"><rel label="NK"><span from="9383" to="9392"></span></rel></span><span from="9383" to="9392"><rel label="NK"><span from="9368" to="9371"></span></rel></span><span from="9393" to="9395"><rel label="MNR"><span from="9383" to="9392"></span></rel></span><span from="9396" to="9399"><rel label="NK"><span from="9425" to="9430"></span></rel></span><span from="9400" to="9412"><rel label="NK"><span from="9425" to="9430"></span></rel></span><span from="9412" to="9413"><rel label="--"><span from="9400" to="9412"></span></rel></span><span from="9414" to="9424"><rel label="CJ"><span from="9400" to="9412"></span></rel></span><span from="9425" to="9430"><rel label="NK"><span from="9393" to="9395"></span></rel></span><span from="9430" to="9431"><rel label="--"><span from="9425" to="9430"></span></rel></span><span from="9432" to="9435"><rel label="MO"><span from="9460" to="9464"></span></rel></span><span from="9436" to="9439"><rel label="NK"><span from="9432" to="9435"></span></rel></span><span from="9440" to="9442"><rel label="EP"><span from="9460" to="9464"></span></rel></span><span from="9443" to="9447"><rel label="MO"><span from="9460" to="9464"></span></rel></span><span from="9448" to="9452"><rel label="NK"><span from="9453" to="9459"></span></rel></span><span from="9453" to="9459"><rel label="OA"><span from="9460" to="9464"></span></rel></span><span from="9460" to="9464"><rel label="RC"><span from="9425" to="9430"></span></rel></span><span from="9464" to="9465"><rel label="--"><span from="9460" to="9464"></span></rel></span><span from="9466" to="9469"><rel label="SB"><span from="9491" to="9500"></span></rel></span><span from="9470" to="9474"><rel label="MO"><span from="9491" to="9500"></span></rel></span><span from="9475" to="9479"><rel label="MO"><span from="9480" to="9490"></span></rel></span><span from="9480" to="9490"><rel label="MO"><span from="9491" to="9500"></span></rel></span><span from="9491" to="9500"><rel label="RC"><span from="9364" to="9367"></span></rel></span><span from="9500" to="9501"><rel label="--"><span from="9491" to="9500"></span></rel></span><span from="9502" to="9505"><rel label="MO"><span from="9506" to="9512"></span></rel></span><span from="9506" to="9512"><rel label="NK"><span from="9513" to="9523"></span></rel></span><span from="9513" to="9523"><rel label="OA"><span from="9524" to="9529"></span></rel></span><span from="9524" to="9529"><rel label="--" type="unary"></rel></span><span from="9530" to="9533"><rel label="NK"><span from="9534" to="9538"></span></rel></span><span from="9534" to="9538"><rel label="OA"><span from="9524" to="9529"></span></rel></span><span from="9538" to="9539"><rel label="--"><span from="9534" to="9538"></span></rel></span><span from="9540" to="9554"><rel label="OA"><span from="9565" to="9571"></span></rel></span><span from="9555" to="9561"><rel label="MNR"><span from="9540" to="9554"></span></rel></span><span from="9562" to="9564"><rel label="PM"><span from="9565" to="9571"></span></rel></span><span from="9565" to="9571"><rel label="OC"><span from="9534" to="9538"></span></rel></span><span from="9571" to="9572"><rel label="--"><span from="9565" to="9571"></span></rel></span><span from="9573" to="9576"><rel label="JU"><span from="9583" to="9588"></span></rel></span><span from="9577" to="9582"><rel label="SB"><span from="9583" to="9588"></span></rel></span><span from="9583" to="9588"><rel label="--" type="unary"></rel></span><span from="9589" to="9594"><rel label="NG"><span from="9613" to="9620"></span></rel></span><span from="9595" to="9599"><rel label="MO"><span from="9589" to="9594"></span></rel></span><span from="9600" to="9603"><rel label="NK"><span from="9604" to="9609"></span></rel></span><span from="9604" to="9609"><rel label="OA"><span from="9613" to="9620"></span></rel></span><span from="9610" to="9612"><rel label="PM"><span from="9613" to="9620"></span></rel></span><span from="9613" to="9620"><rel label="OC"><span from="9583" to="9588"></span></rel></span><span from="9620" to="9621"><rel label="--"><span from="9613" to="9620"></span></rel></span><span from="9622" to="9627"><rel label="CJ"><span from="9583" to="9588"></span></rel></span><span from="9628" to="9632"><rel label="OA"><span from="9622" to="9627"></span></rel></span><span from="9633" to="9636"><rel label="SVP"><span from="9622" to="9627"></span></rel></span><span from="9636" to="9637"><rel label="--"><span from="9633" to="9636"></span></rel></span><span from="9638" to="9641"><rel label="SB"><span from="9649" to="9654"></span></rel></span><span from="9642" to="9648"><rel label="MNR"><span from="9638" to="9641"></span></rel></span><span from="9649" to="9654"><rel label="--" type="unary"></rel></span><span from="9655" to="9660"><rel label="MO"><span from="9649" to="9654"></span></rel></span><span from="9661" to="9666"><rel label="NK"><span from="9655" to="9660"></span></rel></span><span from="9667" to="9672"><rel label="MO"><span from="9673" to="9679"></span></rel></span><span from="9673" to="9679"><rel label="MO"><span from="9649" to="9654"></span></rel></span><span from="9680" to="9683"><rel label="SVP"><span from="9649" to="9654"></span></rel></span><span from="9683" to="9684"><rel label="--"><span from="9680" to="9683"></span></rel></span><span from="9685" to="9691"><rel label="CJ"><span from="9649" to="9654"></span></rel></span><span from="9692" to="9698"><rel label="MO"><span from="9685" to="9691"></span></rel></span><span from="9698" to="9699"><rel label="--"><span from="9692" to="9698"></span></rel></span><span from="9700" to="9704"><rel label="CJ"><span from="9685" to="9691"></span></rel></span><span from="9705" to="9713"><rel label="MO"><span from="9700" to="9704"></span></rel></span><span from="9714" to="9719"><rel label="NG"><span from="9700" to="9704"></span></rel></span><span from="9719" to="9720"><rel label="--"><span from="9714" to="9719"></span></rel></span><span from="9721" to="9726"><rel label="MO"><span from="9741" to="9746"></span></rel></span><span from="9727" to="9730"><rel label="SB"><span from="9741" to="9746"></span></rel></span><span from="9731" to="9734"><rel label="NK"><span from="9735" to="9740"></span></rel></span><span from="9735" to="9740"><rel label="OA"><span from="9741" to="9746"></span></rel></span><span from="9741" to="9746"><rel label="OC"><span from="9700" to="9704"></span></rel></span><span from="9746" to="9747"><rel label="--"><span from="9741" to="9746"></span></rel></span><span from="9748" to="9751"><rel label="SB"><span from="9752" to="9755"></span></rel></span><span from="9752" to="9755"><rel label="--" type="unary"></rel></span><span from="9756" to="9761"><rel label="MO"><span from="9752" to="9755"></span></rel></span><span from="9762" to="9765"><rel label="NK"><span from="9773" to="9778"></span></rel></span><span from="9766" to="9772"><rel label="NK"><span from="9773" to="9778"></span></rel></span><span from="9773" to="9778"><rel label="PD"><span from="9752" to="9755"></span></rel></span><span from="9779" to="9787"><rel label="OC"><span from="9773" to="9778"></span></rel></span><span from="9788" to="9791"><rel label="MO"><span from="9752" to="9755"></span></rel></span><span from="9792" to="9798"><rel label="NK"><span from="9799" to="9802"></span></rel></span><span from="9799" to="9802"><rel label="NK"><span from="9788" to="9791"></span></rel></span><span from="9802" to="9803"><rel label="--"><span from="9799" to="9802"></span></rel></span><span from="9804" to="9807"><rel label="DA"><span from="9819" to="9834"></span></rel></span><span from="9808" to="9812"><rel label="NK"><span from="9813" to="9818"></span></rel></span><span from="9813" to="9818"><rel label="OA"><span from="9819" to="9834"></span></rel></span><span from="9819" to="9834"><rel label="CJ"><span from="9752" to="9755"></span></rel></span><span from="9835" to="9838"><rel label="CD"><span from="9819" to="9834"></span></rel></span><span from="9839" to="9844"><rel label="NG"><span from="9859" to="9863"></span></rel></span><span from="9845" to="9849"><rel label="MO"><span from="9839" to="9844"></span></rel></span><span from="9850" to="9855"><rel label="PD"><span from="9859" to="9863"></span></rel></span><span from="9856" to="9858"><rel label="PM"><span from="9859" to="9863"></span></rel></span><span from="9859" to="9863"><rel label="CJ"><span from="9835" to="9838"></span></rel></span><span from="9863" to="9864"><rel label="--"><span from="9859" to="9863"></span></rel></span><span from="9864" to="9865"><rel label="--" type="unary"></rel></span><span from="9866" to="9870"><rel label="MO"><span from="9871" to="9875"></span></rel></span><span from="9871" to="9875"><rel label="--" type="unary"></rel></span><span from="9876" to="9879"><rel label="SB"><span from="9871" to="9875"></span></rel></span><span from="9880" to="9884"><rel label="NK"><span from="9885" to="9890"></span></rel></span><span from="9885" to="9890"><rel label="OA"><span from="9891" to="9904"></span></rel></span><span from="9891" to="9904"><rel label="OC"><span from="9871" to="9875"></span></rel></span><span from="9905" to="9908"><rel label="CD"><span from="9891" to="9904"></span></rel></span><span from="9909" to="9914"><rel label="NG"><span from="9926" to="9930"></span></rel></span><span from="9915" to="9919"><rel label="MO"><span from="9909" to="9914"></span></rel></span><span from="9920" to="9925"><rel label="PD"><span from="9926" to="9930"></span></rel></span><span from="9926" to="9930"><rel label="CJ"><span from="9905" to="9908"></span></rel></span><span from="9930" to="9931"><rel label="--"><span from="9926" to="9930"></span></rel></span><span from="9931" to="9932"><rel label="--" type="unary"></rel></span><span from="9933" to="9942"><rel label="PNC"><span from="9943" to="9951"></span></rel></span><span from="9943" to="9951"><rel label="SB"><span from="9993" to="9998"></span></rel></span><span from="9952" to="9956"><rel label="NK"><span from="9957" to="9964"></span></rel></span><span from="9957" to="9964"><rel label="OC"><span from="9993" to="9998"></span></rel></span><span from="9964" to="9965"><rel label="--"><span from="9957" to="9964"></span></rel></span><span from="9966" to="9969"><rel label="SB"><span from="9985" to="9991"></span></rel></span><span from="9970" to="9976"><rel label="PD"><span from="9977" to="9984"></span></rel></span><span from="9977" to="9984"><rel label="OC"><span from="9985" to="9991"></span></rel></span><span from="9985" to="9991"><rel label="RC"><span from="9957" to="9964"></span></rel></span><span from="9991" to="9992"><rel label="--"><span from="9985" to="9991"></span></rel></span><span from="9993" to="9998"><rel label="--" type="unary"></rel></span><span from="9998" to="9999"><rel label="--"><span from="9993" to="9998"></span></rel></span><span from="10000" to="10005"><rel label="MO"><span from="10019" to="10023"></span></rel></span><span from="10006" to="10011"><rel label="NK"><span from="10012" to="10018"></span></rel></span><span from="10012" to="10018"><rel label="NK"><span from="10000" to="10005"></span></rel></span><span from="10019" to="10023"><rel label="OC"><span from="9993" to="9998"></span></rel></span><span from="10024" to="10027"><rel label="NK"><span from="10028" to="10043"></span></rel></span><span from="10028" to="10043"><rel label="SB"><span from="10019" to="10023"></span></rel></span><span from="10044" to="10049"><rel label="MO"><span from="10019" to="10023"></span></rel></span><span from="10050" to="10057"><rel label="MO"><span from="10019" to="10023"></span></rel></span><span from="10058" to="10061"><rel label="NK"><span from="10062" to="10072"></span></rel></span><span from="10062" to="10072"><rel label="OA"><span from="10105" to="10115"></span></rel></span><span from="10073" to="10076"><rel label="MNR"><span from="10062" to="10072"></span></rel></span><span from="10077" to="10082"><rel label="NK"><span from="10073" to="10076"></span></rel></span><span from="10083" to="10092"><rel label="NK"><span from="10093" to="10104"></span></rel></span><span from="10093" to="10104"><rel label="AG"><span from="10077" to="10082"></span></rel></span><span from="10105" to="10115"><rel label="OC"><span from="10019" to="10023"></span></rel></span><span from="10115" to="10116"><rel label="--"><span from="10105" to="10115"></span></rel></span><span from="10117" to="10122"><rel label="MO"><span from="10123" to="10133"></span></rel></span><span from="10123" to="10133"><rel label="--" type="unary"></rel></span><span from="10134" to="10138"><rel label="OA"><span from="10123" to="10133"></span></rel></span><span from="10139" to="10142"><rel label="NK"><span from="10143" to="10149"></span></rel></span><span from="10143" to="10149"><rel label="SB"><span from="10123" to="10133"></span></rel></span><span from="10150" to="10155"><rel label="NG"><span from="10123" to="10133"></span></rel></span><span from="10156" to="10161"><rel label="OP"><span from="10123" to="10133"></span></rel></span><span from="10161" to="10162"><rel label="--"><span from="10156" to="10161"></span></rel></span><span from="10163" to="10168"><rel label="CP"><span from="10219" to="10223"></span></rel></span><span from="10169" to="10172"><rel label="NK"><span from="10173" to="10178"></span></rel></span><span from="10173" to="10178"><rel label="SB"><span from="10219" to="10223"></span></rel></span><span from="10179" to="10182"><rel label="MO"><span from="10183" to="10190"></span></rel></span><span from="10183" to="10190"><rel label="MO"><span from="10210" to="10218"></span></rel></span><span from="10191" to="10194"><rel label="NMC"><span from="10195" to="10204"></span></rel></span><span from="10195" to="10204"><rel label="OA"><span from="10210" to="10218"></span></rel></span><span from="10205" to="10209"><rel label="NK"><span from="10195" to="10204"></span></rel></span><span from="10210" to="10218"><rel label="OC"><span from="10219" to="10223"></span></rel></span><span from="10219" to="10223"><rel label="RE"><span from="10156" to="10161"></span></rel></span><span from="10223" to="10224"><rel label="--"><span from="10219" to="10223"></span></rel></span><span from="10225" to="10228"><rel label="SB"><span from="10229" to="10232"></span></rel></span><span from="10229" to="10232"><rel label="OC"><span from="10267" to="10271"></span></rel></span><span from="10233" to="10241"><rel label="OA"><span from="10229" to="10232"></span></rel></span><span from="10242" to="10245"><rel label="MNR"><span from="10233" to="10241"></span></rel></span><span from="10246" to="10256"><rel label="NK"><span from="10242" to="10245"></span></rel></span><span from="10257" to="10260"><rel label="CD"><span from="10229" to="10232"></span></rel></span><span from="10261" to="10266"><rel label="CJ"><span from="10257" to="10260"></span></rel></span><span from="10267" to="10271"><rel label="--" type="unary"></rel></span><span from="10272" to="10274"><rel label="EP"><span from="10267" to="10271"></span></rel></span><span from="10275" to="10279"><rel label="OA"><span from="10280" to="10285"></span></rel></span><span from="10280" to="10285"><rel label="OC"><span from="10267" to="10271"></span></rel></span><span from="10285" to="10287"><rel label="OA"><span from="10280" to="10285"></span></rel></span><span from="10288" to="10291"><rel label="NK"><span from="10292" to="10299"></span></rel></span><span from="10292" to="10299"><rel label="OA"><span from="10300" to="10313"></span></rel></span><span from="10300" to="10313"><rel label="--" type="unary"></rel></span><span from="10314" to="10322"><rel label="PNC"><span from="10323" to="10330"></span></rel></span><span from="10323" to="10330"><rel label="SB"><span from="10300" to="10313"></span></rel></span><span from="10331" to="10336"><rel label="NK"><span from="10337" to="10345"></span></rel></span><span from="10337" to="10345"><rel label="AG"><span from="10323" to="10330"></span></rel></span><span from="10346" to="10349"><rel label="OC"><span from="10300" to="10313"></span></rel></span><span from="10350" to="10359"><rel label="PNC"><span from="10360" to="10368"></span></rel></span><span from="10360" to="10368"><rel label="OA"><span from="10388" to="10399"></span></rel></span><span from="10369" to="10372"><rel label="MO"><span from="10388" to="10399"></span></rel></span><span from="10373" to="10380"><rel label="NK"><span from="10381" to="10387"></span></rel></span><span from="10381" to="10387"><rel label="NK"><span from="10369" to="10372"></span></rel></span><span from="10388" to="10399"><rel label="OC"><span from="10346" to="10349"></span></rel></span><span from="10399" to="10400"><rel label="--"><span from="10388" to="10399"></span></rel></span><span from="10401" to="10404"><rel label="CM"><span from="10490" to="10493"></span></rel></span><span from="10405" to="10408"><rel label="SB"><span from="10490" to="10493"></span></rel></span><span from="10409" to="10414"><rel label="MO"><span from="10490" to="10493"></span></rel></span><span from="10415" to="10418"><rel label="NK"><span from="10429" to="10440"></span></rel></span><span from="10419" to="10428"><rel label="NK"><span from="10429" to="10440"></span></rel></span><span from="10429" to="10440"><rel label="NK"><span from="10409" to="10414"></span></rel></span><span from="10441" to="10446"><rel label="MO"><span from="10490" to="10493"></span></rel></span><span from="10447" to="10451"><rel label="NK"><span from="10452" to="10458"></span></rel></span><span from="10452" to="10458"><rel label="NK"><span from="10441" to="10446"></span></rel></span><span from="10459" to="10462"><rel label="MNR"><span from="10452" to="10458"></span></rel></span><span from="10463" to="10473"><rel label="NK"><span from="10459" to="10462"></span></rel></span><span from="10474" to="10476"><rel label="MNR"><span from="10463" to="10473"></span></rel></span><span from="10477" to="10482"><rel label="NK"><span from="10483" to="10489"></span></rel></span><span from="10483" to="10489"><rel label="NK"><span from="10474" to="10476"></span></rel></span><span from="10490" to="10493"><rel label="MO"><span from="10388" to="10399"></span></rel></span><span from="10493" to="10494"><rel label="--"><span from="10490" to="10493"></span></rel></span><span from="10495" to="10499"><rel label="MO"><span from="10506" to="10511"></span></rel></span><span from="10500" to="10505"><rel label="OA"><span from="10506" to="10511"></span></rel></span><span from="10506" to="10511"><rel label="--" type="unary"></rel></span><span from="10511" to="10512"><rel label="--"><span from="10506" to="10511"></span></rel></span><span from="10513" to="10516"><rel label="OA"><span from="10521" to="10526"></span></rel></span><span from="10517" to="10520"><rel label="SB"><span from="10521" to="10526"></span></rel></span><span from="10521" to="10526"><rel label="OC"><span from="10506" to="10511"></span></rel></span><span from="10526" to="10527"><rel label="--"><span from="10521" to="10526"></span></rel></span><span from="10528" to="10531"><rel label="SB"><span from="10532" to="10535"></span></rel></span><span from="10532" to="10535"><rel label="OC"><span from="10506" to="10511"></span></rel></span><span from="10536" to="10545"><rel label="PD"><span from="10532" to="10535"></span></rel></span><span from="10545" to="10546"><rel label="--"><span from="10536" to="10545"></span></rel></span><span from="10547" to="10551"><rel label="CD"><span from="10532" to="10535"></span></rel></span><span from="10552" to="10554"><rel label="EP"><span from="10555" to="10559"></span></rel></span><span from="10555" to="10559"><rel label="CJ"><span from="10547" to="10551"></span></rel></span><span from="10560" to="10565"><rel label="MO"><span from="10566" to="10570"></span></rel></span><span from="10566" to="10570"><rel label="MO"><span from="10586" to="10590"></span></rel></span><span from="10571" to="10574"><rel label="NK"><span from="10586" to="10590"></span></rel></span><span from="10575" to="10585"><rel label="NK"><span from="10586" to="10590"></span></rel></span><span from="10586" to="10590"><rel label="OA"><span from="10555" to="10559"></span></rel></span><span from="10591" to="10593"><rel label="MO"><span from="10555" to="10559"></span></rel></span><span from="10594" to="10597"><rel label="NK"><span from="10591" to="10593"></span></rel></span><span from="10597" to="10598"><rel label="--"><span from="10594" to="10597"></span></rel></span><span from="10599" to="10601"><rel label="SB"><span from="10602" to="10605"></span></rel></span><span from="10602" to="10605"><rel label="OC"><span from="10665" to="10669"></span></rel></span><span from="10606" to="10609"><rel label="NK"><span from="10618" to="10624"></span></rel></span><span from="10610" to="10617"><rel label="NK"><span from="10618" to="10624"></span></rel></span><span from="10618" to="10624"><rel label="PD"><span from="10602" to="10605"></span></rel></span><span from="10624" to="10625"><rel label="--"><span from="10618" to="10624"></span></rel></span><span from="10626" to="10630"><rel label="CD"><span from="10602" to="10605"></span></rel></span><span from="10631" to="10637"><rel label="MO"><span from="10638" to="10644"></span></rel></span><span from="10638" to="10644"><rel label="CJ"><span from="10626" to="10630"></span></rel></span><span from="10645" to="10648"><rel label="OA"><span from="10657" to="10663"></span></rel></span><span from="10649" to="10656"><rel label="SB"><span from="10638" to="10644"></span></rel></span><span from="10657" to="10663"><rel label="OC"><span from="10638" to="10644"></span></rel></span><span from="10663" to="10664"><rel label="--"><span from="10657" to="10663"></span></rel></span><span from="10665" to="10669"><rel label="--" type="unary"></rel></span><span from="10670" to="10673"><rel label="SB"><span from="10665" to="10669"></span></rel></span><span from="10673" to="10674"><rel label="--"><span from="10670" to="10673"></span></rel></span><span from="10675" to="10679"><rel label="MO"><span from="10680" to="10685"></span></rel></span><span from="10680" to="10685"><rel label="--" type="unary"></rel></span><span from="10686" to="10700"><rel label="SB"><span from="10680" to="10685"></span></rel></span><span from="10701" to="10703"><rel label="MO"><span from="10680" to="10685"></span></rel></span><span from="10704" to="10707"><rel label="NK"><span from="10701" to="10703"></span></rel></span><span from="10707" to="10708"><rel label="--"><span from="10704" to="10707"></span></rel></span><span from="10709" to="10719"><rel label="MO"><span from="10720" to="10726"></span></rel></span><span from="10720" to="10726"><rel label="CJ"><span from="10680" to="10685"></span></rel></span><span from="10727" to="10730"><rel label="SB"><span from="10720" to="10726"></span></rel></span><span from="10731" to="10734"><rel label="NK"><span from="10735" to="10739"></span></rel></span><span from="10735" to="10739"><rel label="OA"><span from="10740" to="10747"></span></rel></span><span from="10740" to="10747"><rel label="OC"><span from="10720" to="10726"></span></rel></span><span from="10748" to="10751"><rel label="CD"><span from="10740" to="10747"></span></rel></span><span from="10752" to="10754"><rel label="OA"><span from="10765" to="10774"></span></rel></span><span from="10755" to="10764"><rel label="MO"><span from="10765" to="10774"></span></rel></span><span from="10765" to="10774"><rel label="CJ"><span from="10748" to="10751"></span></rel></span><span from="10774" to="10775"><rel label="--"><span from="10765" to="10774"></span></rel></span><span from="10776" to="10788"><rel label="MO"><span from="10789" to="10795"></span></rel></span><span from="10789" to="10795"><rel label="--" type="unary"></rel></span><span from="10796" to="10799"><rel label="SB"><span from="10789" to="10795"></span></rel></span><span from="10800" to="10803"><rel label="NK"><span from="10804" to="10812"></span></rel></span><span from="10804" to="10812"><rel label="OA"><span from="10813" to="10821"></span></rel></span><span from="10813" to="10821"><rel label="OC"><span from="10789" to="10795"></span></rel></span><span from="10822" to="10823"><rel label="--"><span from="10813" to="10821"></span></rel></span><span from="10824" to="10828"><rel label="CD"><span from="10813" to="10821"></span></rel></span><span from="10829" to="10832"><rel label="OA"><span from="10864" to="10873"></span></rel></span><span from="10833" to="10838"><rel label="OA"><span from="10864" to="10873"></span></rel></span><span from="10839" to="10842"><rel label="SB"><span from="10833" to="10838"></span></rel></span><span from="10843" to="10857"><rel label="MO"><span from="10864" to="10873"></span></rel></span><span from="10858" to="10863"><rel label="NG"><span from="10864" to="10873"></span></rel></span><span from="10864" to="10873"><rel label="CJ"><span from="10824" to="10828"></span></rel></span><span from="10873" to="10874"><rel label="--"><span from="10864" to="10873"></span></rel></span><span from="10874" to="10875"><rel label="--" type="unary"></rel></span><span from="10876" to="10880"><rel label="--" type="unary"></rel></span><span from="10880" to="10881"><rel label="--"><span from="10876" to="10880"></span></rel></span><span from="10882" to="10889"><rel label="PNC"><span from="10890" to="10897"></span></rel></span><span from="10890" to="10897"><rel label="--" type="unary"></rel></span></spanList></layer>
\ No newline at end of file
diff --git a/t/corpus/BRZ13/00001/mate/morpho.xml b/t/corpus/BRZ13/00001/mate/morpho.xml
deleted file mode 100644
index dec8091..0000000
--- a/t/corpus/BRZ13/00001/mate/morpho.xml
+++ /dev/null
@@ -1 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><?xml-model href="span.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?><layer xmlns="http://ids-mannheim.de/ns/KorAP" version="KorAP-0.4" docid="Z13_APR.00001"><spanList><span id="s1_1" from="0" to="9"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sexuell</f><f name="pos">ADJA</f><f name="msd">case=nom|number=sg|gender=masc|degree=pos</f></fs></f></fs></span><span id="s1_2" from="10" to="20"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">missbrauch</f><f name="pos">NN</f><f name="msd">case=nom|number=sg|gender=masc</f></fs></f></fs></span><span id="s1_3" from="21" to="26"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">?"da</f><f name="pos">NE</f><f name="msd">case=gen|number=sg|gender=neut</f></fs></f></fs></span><span id="s1_4" from="27" to="37"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">schreiend</f><f name="pos">ADJA</f><f name="msd">case=nom|number=sg|gender=masc|degree=pos</f></fs></f></fs></span><span id="s1_5" from="38" to="42"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">kind</f><f name="pos">NN</f><f name="msd">case=nom|number=sg|gender=masc</f></fs></f></fs></span><span id="s1_6" from="43" to="49"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">stecken</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s1_7" from="50" to="54"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">noch</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s1_8" from="55" to="59"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">tief</f><f name="pos">ADJD</f><f name="msd">degree=pos</f></fs></f></fs></span><span id="s1_9" from="60" to="62"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">in</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s1_10" from="63" to="66"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sich</f><f name="pos">PPER</f><f name="msd">case=dat|number=sg|gender=*|person=1</f></fs></f></fs></span><span id="s1_11" from="66" to="67"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">"</f><f name="pos">XY</f><f name="msd">_</f></fs></f></fs></span><span id="s1_12" from="68" to="71"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=nom|number=pl|gender=neut</f></fs></f></fs></span><span id="s1_13" from="72" to="77"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">opfer</f><f name="pos">NN</f><f name="msd">case=nom|number=pl|gender=neut</f></fs></f></fs></span><span id="s1_14" from="78" to="84"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">leiden</f><f name="pos">VVFIN</f><f name="msd">number=pl|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s1_15" from="85" to="88"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">oft</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s1_16" from="89" to="103"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">jahrzehntelang</f><f name="pos">ADJD</f><f name="msd">degree=pos</f></fs></f></fs></span><span id="s1_17" from="103" to="104"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s2_1" from="105" to="108"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">nun</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s2_2" from="109" to="113"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">wollen</f><f name="pos">VMFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s2_3" from="114" to="117"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s2_4" from="118" to="133"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">bundesregierung</f><f name="pos">NN</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s2_5" from="134" to="139"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ein</f><f name="pos">ART</f><f name="msd">case=acc|number=sg|gender=masc</f></fs></f></fs></span><span id="s2_6" from="140" to="145"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">fonds</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=masc</f></fs></f></fs></span><span id="s2_7" from="146" to="156"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">einrichten</f><f name="pos">VVINF</f><f name="msd">_</f></fs></f></fs></span><span id="s2_8" from="156" to="157"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s2_9" from="158" to="163"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">damit</f><f name="pos">KOUS</f><f name="msd">_</f></fs></f></fs></span><span id="s2_10" from="164" to="167"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">zu</f><f name="pos">APPRART</f><f name="msd">case=dat|number=sg|gender=neut</f></fs></f></fs></span><span id="s2_11" from="168" to="176"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">beispiel</f><f name="pos">NN</f><f name="msd">case=dat|number=sg|gender=neut</f></fs></f></fs></span><span id="s2_12" from="177" to="186"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">therapie</f><f name="pos">NN</f><f name="msd">case=nom|number=pl|gender=fem</f></fs></f></fs></span><span id="s2_13" from="187" to="194"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">bezahlen</f><f name="pos">VVPP</f><f name="msd">_</f></fs></f></fs></span><span id="s2_14" from="195" to="201"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">werden</f><f name="pos">VAINF</f><f name="msd">_</f></fs></f></fs></span><span id="s2_15" from="202" to="208"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">können</f><f name="pos">VMFIN</f><f name="msd">number=pl|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s2_16" from="208" to="209"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s3_1" from="210" to="214"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ein</f><f name="pos">ART</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s3_2" from="215" to="225"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">betroffener</f><f name="pos">NN</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s3_3" from="226" to="233"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sprechen</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s3_4" from="234" to="238"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">über</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s3_5" from="239" to="242"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=acc|number=sg|gender=neut</f></fs></f></fs></span><span id="s3_6" from="243" to="252"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">martyrium</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=neut</f></fs></f></fs></span><span id="s3_7" from="252" to="253"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s4_1" from="254" to="266"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">braunschweig</f><f name="pos">NE</f><f name="msd">case=nom|number=sg|gender=neut</f></fs></f></fs></span><span id="s4_2" from="266" to="267"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s5_1" from="269" to="272"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s5_2" from="273" to="277"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">frau</f><f name="pos">NN</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s5_3" from="277" to="278"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s5_4" from="279" to="282"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">PRELS</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s5_5" from="283" to="288"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">dieser</f><f name="pos">PDAT</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s5_6" from="289" to="294"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">frage</f><f name="pos">NN</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s5_7" from="295" to="301"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">stellen</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s5_8" from="301" to="302"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s5_9" from="303" to="306"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sein</f><f name="pos">VAFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s5_10" from="307" to="313"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">selbst</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s5_11" from="314" to="318"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ein</f><f name="pos">ART</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s5_12" from="319" to="329"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">betroffener</f><f name="pos">NN</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s5_13" from="329" to="330"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s5_14" from="331" to="333"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">in</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s5_15" from="334" to="339"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ein</f><f name="pos">ART</f><f name="msd">case=dat|number=sg|gender=fem</f></fs></f></fs></span><span id="s5_16" from="340" to="346"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">e-mail</f><f name="pos">NN</f><f name="msd">case=dat|number=sg|gender=fem</f></fs></f></fs></span><span id="s5_17" from="347" to="349"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">an</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s5_18" from="350" to="356"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">unser</f><f name="pos">PPOSAT</f><f name="msd">case=dat|number=sg|gender=fem</f></fs></f></fs></span><span id="s5_19" from="357" to="366"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">redaktion</f><f name="pos">NN</f><f name="msd">case=dat|number=sg|gender=fem</f></fs></f></fs></span><span id="s5_20" from="367" to="375"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">schreiben</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s5_21" from="376" to="379"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sie</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=fem|person=3</f></fs></f></fs></span><span id="s5_22" from="379" to="380"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s5_23" from="381" to="385"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">dass</f><f name="pos">KOUS</f><f name="msd">_</f></fs></f></fs></span><span id="s5_24" from="386" to="390"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ihr</f><f name="pos">PPOSAT</f><f name="msd">case=acc|number=pl|gender=neut</f></fs></f></fs></span><span id="s5_25" from="391" to="397"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">mutter</f><f name="pos">NN</f><f name="msd">case=acc|number=pl|gender=neut</f></fs></f></fs></span><span id="s5_26" from="398" to="401"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">und</f><f name="pos">KON</f><f name="msd">_</f></fs></f></fs></span><span id="s5_27" from="402" to="405"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ihr</f><f name="pos">PPOSAT</f><f name="msd">case=acc|number=sg|gender=neut</f></fs></f></fs></span><span id="s5_28" from="406" to="411"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">vater</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=neut</f></fs></f></fs></span><span id="s5_29" from="412" to="415"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sie</f><f name="pos">PPER</f><f name="msd">case=nom|number=pl|gender=masc|person=3</f></fs></f></fs></span><span id="s5_30" from="416" to="425"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">jahrelang</f><f name="pos">ADJD</f><f name="msd">degree=pos</f></fs></f></fs></span><span id="s5_31" from="426" to="431"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">immer</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s5_32" from="432" to="438"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">wieder</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s5_33" from="439" to="446"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sexuell</f><f name="pos">ADJD</f><f name="msd">degree=pos</f></fs></f></fs></span><span id="s5_34" from="447" to="458"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">missbrauchen</f><f name="pos">VVPP</f><f name="msd">_</f></fs></f></fs></span><span id="s5_35" from="459" to="464"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">haben</f><f name="pos">VAFIN</f><f name="msd">number=pl|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s5_36" from="464" to="465"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s6_1" from="466" to="470"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">erst</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s6_2" from="471" to="474"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">als</f><f name="pos">KOUS</f><f name="msd">_</f></fs></f></fs></span><span id="s6_3" from="475" to="478"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sie</f><f name="pos">PPER</f><f name="msd">case=nom|number=pl|gender=*|person=3</f></fs></f></fs></span><span id="s6_4" from="479" to="481"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">18</f><f name="pos">CARD</f><f name="msd">_</f></fs></f></fs></span><span id="s6_5" from="482" to="485"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sein</f><f name="pos">VAFIN</f><f name="msd">number=sg|person=3|tense=past|mood=ind</f></fs></f></fs></span><span id="s6_6" from="486" to="489"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">und</f><f name="pos">KON</f><f name="msd">_</f></fs></f></fs></span><span id="s6_7" from="490" to="492"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">zu</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s6_8" from="493" to="498"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">haus</f><f name="pos">NN</f><f name="msd">case=dat|number=sg|gender=neut</f></fs></f></fs></span><span id="s6_9" from="499" to="508"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ausziehen</f><f name="pos">VVINF</f><f name="msd">_</f></fs></f></fs></span><span id="s6_10" from="509" to="515"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">können</f><f name="pos">VMFIN</f><f name="msd">number=sg|person=3|tense=past|mood=ind</f></fs></f></fs></span><span id="s6_11" from="515" to="516"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s6_12" from="517" to="524"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">enden</f><f name="pos">VVFIN</f><f name="msd">number=pl|person=3|tense=past|mood=ind</f></fs></f></fs></span><span id="s6_13" from="525" to="528"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=nom|number=pl|gender=masc</f></fs></f></fs></span><span id="s6_14" from="529" to="541"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">körperlich</f><f name="pos">ADJA</f><f name="msd">case=nom|number=pl|gender=masc|degree=pos</f></fs></f></fs></span><span id="s6_15" from="542" to="548"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">quale</f><f name="pos">NN</f><f name="msd">case=nom|number=pl|gender=masc</f></fs></f></fs></span><span id="s6_16" from="548" to="549"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s7_1" from="550" to="554"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">aber</f><f name="pos">KON</f><f name="msd">_</f></fs></f></fs></span><span id="s7_2" from="555" to="559"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ihr</f><f name="pos">PPOSAT</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s7_3" from="560" to="565"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">seele</f><f name="pos">NN</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s7_4" from="566" to="569"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sein</f><f name="pos">VAFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s7_5" from="570" to="575"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">immer</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s7_6" from="576" to="580"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">noch</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s7_7" from="581" to="586"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">krank</f><f name="pos">ADJD</f><f name="msd">degree=pos</f></fs></f></fs></span><span id="s7_8" from="586" to="587"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s7_9" from="588" to="591"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s7_10" from="592" to="602"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">61-jährige</f><f name="pos">NN</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s7_11" from="603" to="609"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">leiden</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s7_12" from="610" to="614"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">nach</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s7_13" from="615" to="618"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">wie</f><f name="pos">KON</f><f name="msd">_</f></fs></f></fs></span><span id="s7_14" from="619" to="622"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">vor</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s7_15" from="622" to="623"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s8_1" from="624" to="627"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">aus</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s8_2" from="628" to="634"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">dieser</f><f name="pos">PDAT</f><f name="msd">case=dat|number=sg|gender=masc</f></fs></f></fs></span><span id="s8_3" from="635" to="640"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">grund</f><f name="pos">NN</f><f name="msd">case=dat|number=sg|gender=masc</f></fs></f></fs></span><span id="s8_4" from="641" to="647"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">bitten</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s8_5" from="648" to="651"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s8_6" from="652" to="656"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">frau</f><f name="pos">NN</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s8_7" from="657" to="659"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">um</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s8_8" from="660" to="670"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">anonymität</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=fem</f></fs></f></fs></span><span id="s8_9" from="671" to="672"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s8_10" from="673" to="676"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">für</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s8_11" from="677" to="683"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">dieser</f><f name="pos">PDAT</f><f name="msd">case=acc|number=sg|gender=masc</f></fs></f></fs></span><span id="s8_12" from="684" to="691"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">artikel</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=masc</f></fs></f></fs></span><span id="s8_13" from="692" to="698"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">nennen</f><f name="pos">VVFIN</f><f name="msd">number=pl|person=1|tense=pres|mood=ind</f></fs></f></fs></span><span id="s8_14" from="699" to="702"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">wir</f><f name="pos">PPER</f><f name="msd">case=nom|number=pl|gender=*|person=1</f></fs></f></fs></span><span id="s8_15" from="703" to="706"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sie</f><f name="pos">PPER</f><f name="msd">case=acc|number=*|gender=*|person=3</f></fs></f></fs></span><span id="s8_16" from="707" to="716"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">katharina</f><f name="pos">NE</f><f name="msd">case=*|number=*|gender=neut</f></fs></f></fs></span><span id="s8_17" from="717" to="725"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">grünberg</f><f name="pos">NE</f><f name="msd">case=nom|number=sg|gender=*</f></fs></f></fs></span><span id="s8_18" from="725" to="726"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s9_1" from="727" to="731"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">wenn</f><f name="pos">KOUS</f><f name="msd">_</f></fs></f></fs></span><span id="s9_2" from="732" to="735"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">man</f><f name="pos">PIS</f><f name="msd">case=nom|number=sg|gender=*</f></fs></f></fs></span><span id="s9_3" from="736" to="745"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">katharina</f><f name="pos">NE</f><f name="msd">case=*|number=*|gender=*</f></fs></f></fs></span><span id="s9_4" from="746" to="754"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">grünberg</f><f name="pos">NE</f><f name="msd">case=nom|number=sg|gender=*</f></fs></f></fs></span><span id="s9_5" from="755" to="757"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">an</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s9_6" from="758" to="763"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ihr</f><f name="pos">PPOSAT</f><f name="msd">case=dat|number=sg|gender=masc</f></fs></f></fs></span><span id="s9_7" from="764" to="770"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">rund</f><f name="pos">ADJA</f><f name="msd">case=dat|number=sg|gender=masc|degree=pos</f></fs></f></fs></span><span id="s9_8" from="771" to="776"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">tisch</f><f name="pos">NN</f><f name="msd">case=dat|number=sg|gender=masc</f></fs></f></fs></span><span id="s9_9" from="777" to="779"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">in</f><f name="pos">APPRART</f><f name="msd">case=dat|number=sg|gender=neut</f></fs></f></fs></span><span id="s9_10" from="780" to="791"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">gemütlich</f><f name="pos">ADJA</f><f name="msd">case=dat|number=sg|gender=neut|degree=pos</f></fs></f></fs></span><span id="s9_11" from="792" to="802"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">wohnzimmer</f><f name="pos">NN</f><f name="msd">case=dat|number=sg|gender=neut</f></fs></f></fs></span><span id="s9_12" from="803" to="817"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">gegenürsitzen</f><f name="pos">VVPP</f><f name="msd">_</f></fs></f></fs></span><span id="s9_13" from="817" to="818"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s9_14" from="819" to="822"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">und</f><f name="pos">KON</f><f name="msd">_</f></fs></f></fs></span><span id="s9_15" from="823" to="827"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">wenn</f><f name="pos">KOUS</f><f name="msd">_</f></fs></f></fs></span><span id="s9_16" from="828" to="831"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">man</f><f name="pos">PIS</f><f name="msd">case=nom|number=sg|gender=*</f></fs></f></fs></span><span id="s9_17" from="832" to="835"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sie</f><f name="pos">PPER</f><f name="msd">case=nom|number=pl|gender=masc|person=3</f></fs></f></fs></span><span id="s9_18" from="836" to="841"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">reden</f><f name="pos">VVINF</f><f name="msd">_</f></fs></f></fs></span><span id="s9_19" from="842" to="846"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">hören</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s9_20" from="846" to="847"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s9_21" from="848" to="853"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ruhig</f><f name="pos">ADJD</f><f name="msd">degree=pos</f></fs></f></fs></span><span id="s9_22" from="854" to="857"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">und</f><f name="pos">KON</f><f name="msd">_</f></fs></f></fs></span><span id="s9_23" from="858" to="861"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">mit</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s9_24" from="862" to="868"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">klar</f><f name="pos">ADJA</f><f name="msd">case=dat|number=sg|gender=fem|degree=pos</f></fs></f></fs></span><span id="s9_25" from="869" to="875"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">stimme</f><f name="pos">NN</f><f name="msd">case=dat|number=sg|gender=fem</f></fs></f></fs></span><span id="s9_26" from="875" to="876"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s9_27" from="877" to="881"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">dann</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s9_28" from="882" to="887"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">meinen</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s9_29" from="888" to="891"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">man</f><f name="pos">PIS</f><f name="msd">case=nom|number=sg|gender=*</f></fs></f></fs></span><span id="s9_30" from="891" to="892"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s9_31" from="893" to="898"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">alle</f><f name="pos">PIS</f><f name="msd">case=nom|number=sg|gender=neut</f></fs></f></fs></span><span id="s9_32" from="899" to="902"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sein</f><f name="pos">VAFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=subj</f></fs></f></fs></span><span id="s9_33" from="903" to="905"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">in</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s9_34" from="906" to="912"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">gut</f><f name="pos">ADJA</f><f name="msd">case=dat|number=sg|gender=fem|degree=sup</f></fs></f></fs></span><span id="s9_35" from="913" to="920"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ordnung</f><f name="pos">NN</f><f name="msd">case=dat|number=sg|gender=fem</f></fs></f></fs></span><span id="s9_36" from="920" to="921"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s10_1" from="922" to="926"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">doch</f><f name="pos">KON</f><f name="msd">_</f></fs></f></fs></span><span id="s10_2" from="927" to="931"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">dann</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s10_3" from="932" to="941"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">schildern</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s10_4" from="942" to="945"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sie</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=fem|person=3</f></fs></f></fs></span><span id="s10_5" from="945" to="946"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s10_6" from="947" to="950"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">wie</f><f name="pos">PWAV</f><f name="msd">_</f></fs></f></fs></span><span id="s10_7" from="951" to="954"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sie</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=fem|person=3</f></fs></f></fs></span><span id="s10_8" from="955" to="960"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">immer</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s10_9" from="961" to="967"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">wieder</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s10_10" from="968" to="971"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">von</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s10_11" from="972" to="985"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">panikattacke</f><f name="pos">NN</f><f name="msd">case=dat|number=pl|gender=masc</f></fs></f></fs></span><span id="s10_12" from="986" to="993"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">packen</f><f name="pos">VVPP</f><f name="msd">_</f></fs></f></fs></span><span id="s10_13" from="994" to="998"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">werden</f><f name="pos">VAFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s10_14" from="998" to="999"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s10_15" from="1000" to="1003"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">wie</f><f name="pos">PWAV</f><f name="msd">_</f></fs></f></fs></span><span id="s10_16" from="1004" to="1014"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">todesangst</f><f name="pos">NN</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s10_17" from="1015" to="1019"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ihr</f><f name="pos">PPOSAT</f><f name="msd">case=acc|number=pl|gender=masc</f></fs></f></fs></span><span id="s10_18" from="1020" to="1028"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">gedanke</f><f name="pos">NN</f><f name="msd">case=acc|number=pl|gender=masc</f></fs></f></fs></span><span id="s10_19" from="1029" to="1036"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">fesseln</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s10_20" from="1036" to="1037"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s10_21" from="1038" to="1041"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">wie</f><f name="pos">PWAV</f><f name="msd">_</f></fs></f></fs></span><span id="s10_22" from="1042" to="1045"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sie</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=fem|person=3</f></fs></f></fs></span><span id="s10_23" from="1046" to="1051"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">denken</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s10_24" from="1051" to="1052"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s10_25" from="1053" to="1058"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">jetzt</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s10_26" from="1059" to="1065"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">bleiben</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s10_27" from="1066" to="1070"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">mein</f><f name="pos">PPOSAT</f><f name="msd">case=nom|number=sg|gender=masc</f></fs></f></fs></span><span id="s10_28" from="1071" to="1075"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">herz</f><f name="pos">NN</f><f name="msd">case=nom|number=sg|gender=masc</f></fs></f></fs></span><span id="s10_29" from="1076" to="1082"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">stehen</f><f name="pos">VVFIN</f><f name="msd">_</f></fs></f></fs></span><span id="s10_30" from="1082" to="1083"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s10_31" from="1084" to="1089"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">jetzt</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s10_32" from="1090" to="1094"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">muss</f><f name="pos">ADJD</f><f name="msd">number=sg|person=1|tense=pres|mood=ind</f></fs></f></fs></span><span id="s10_33" from="1095" to="1098"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ich</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=*|person=1</f></fs></f></fs></span><span id="s10_34" from="1099" to="1106"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sterben</f><f name="pos">VVFIN</f><f name="msd">_</f></fs></f></fs></span><span id="s10_35" from="1106" to="1107"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s11_1" from="1108" to="1110"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">in</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s11_2" from="1111" to="1118"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">solcher</f><f name="pos">PIAT</f><f name="msd">case=dat|number=pl|gender=masc</f></fs></f></fs></span><span id="s11_3" from="1119" to="1127"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">moment</f><f name="pos">NN</f><f name="msd">case=dat|number=pl|gender=masc</f></fs></f></fs></span><span id="s11_4" from="1128" to="1132"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">rasen</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s11_5" from="1133" to="1136"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ihr</f><f name="pos">PPOSAT</f><f name="msd">case=nom|number=sg|gender=neut</f></fs></f></fs></span><span id="s11_6" from="1137" to="1141"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">herz</f><f name="pos">NN</f><f name="msd">case=nom|number=sg|gender=neut</f></fs></f></fs></span><span id="s11_7" from="1141" to="1142"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s11_8" from="1143" to="1146"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sie</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=fem|person=3</f></fs></f></fs></span><span id="s11_9" from="1147" to="1155"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">schwitzen</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s11_10" from="1156" to="1159"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">und</f><f name="pos">KON</f><f name="msd">_</f></fs></f></fs></span><span id="s11_11" from="1160" to="1170"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">verkrampfen</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s11_12" from="1171" to="1175"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sich</f><f name="pos">PRF</f><f name="msd">case=dat|number=sg|person=3</f></fs></f></fs></span><span id="s11_13" from="1176" to="1178"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">so</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s11_14" from="1179" to="1185"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">heftig</f><f name="pos">ADJD</f><f name="msd">degree=pos</f></fs></f></fs></span><span id="s11_15" from="1185" to="1186"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s11_16" from="1187" to="1191"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">dass</f><f name="pos">KOUS</f><f name="msd">_</f></fs></f></fs></span><span id="s11_17" from="1192" to="1195"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ihr</f><f name="pos">PPOSAT</f><f name="msd">case=nom|number=sg|gender=masc</f></fs></f></fs></span><span id="s11_18" from="1196" to="1202"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">körper</f><f name="pos">NN</f><f name="msd">case=nom|number=sg|gender=masc</f></fs></f></fs></span><span id="s11_19" from="1203" to="1205"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">an</f><f name="pos">APPRART</f><f name="msd">case=dat|number=sg|gender=masc</f></fs></f></fs></span><span id="s11_20" from="1206" to="1209"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">tag</f><f name="pos">NN</f><f name="msd">case=dat|number=sg|gender=masc</f></fs></f></fs></span><span id="s11_21" from="1210" to="1216"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">danach</f><f name="pos">PROAV</f><f name="msd">_</f></fs></f></fs></span><span id="s11_22" from="1217" to="1221"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">noch</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s11_23" from="1222" to="1230"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">schmerzen</f><f name="pos">VVFIN</f><f name="msd">_</f></fs></f></fs></span><span id="s11_24" from="1230" to="1231"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s12_1" from="1232" to="1236"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">laut</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s12_2" from="1237" to="1245"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">diagnose</f><f name="pos">NN</f><f name="msd">case=dat|number=sg|gender=masc</f></fs></f></fs></span><span id="s12_3" from="1246" to="1250"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">leben</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s12_4" from="1251" to="1260"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">katharina</f><f name="pos">NE</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s12_5" from="1261" to="1269"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">grünberg</f><f name="pos">NE</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s12_6" from="1270" to="1273"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">mit</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s12_7" from="1274" to="1279"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ein</f><f name="pos">ART</f><f name="msd">case=dat|number=sg|gender=fem</f></fs></f></fs></span><span id="s12_8" from="1280" to="1293"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">dissoziativ</f><f name="pos">ADJA</f><f name="msd">case=dat|number=sg|gender=fem|degree=pos</f></fs></f></fs></span><span id="s12_9" from="1294" to="1311"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">identitätsstörung</f><f name="pos">NN</f><f name="msd">case=dat|number=sg|gender=fem</f></fs></f></fs></span><span id="s12_10" from="1311" to="1312"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s13_1" from="1313" to="1316"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">was</f><f name="pos">PWS</f><f name="msd">case=acc|number=sg|gender=neut</f></fs></f></fs></span><span id="s13_2" from="1317" to="1320"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">PDS</f><f name="msd">case=acc|number=sg|gender=neut</f></fs></f></fs></span><span id="s13_3" from="1321" to="1329"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">bedeuten</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s13_4" from="1329" to="1330"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s13_5" from="1331" to="1341"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">beschreiben</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s13_6" from="1342" to="1345"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sie</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=fem|person=3</f></fs></f></fs></span><span id="s13_7" from="1346" to="1348"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">so</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s13_8" from="1348" to="1349"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s13_9" from="1350" to="1358"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">aufgrund</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s13_10" from="1359" to="1362"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=dat|number=sg|gender=fem</f></fs></f></fs></span><span id="s13_11" from="1363" to="1376"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">traumatisch</f><f name="pos">ADJA</f><f name="msd">case=dat|number=sg|gender=fem|degree=pos</f></fs></f></fs></span><span id="s13_12" from="1377" to="1387"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">erlebnis</f><f name="pos">NN</f><f name="msd">case=dat|number=sg|gender=fem</f></fs></f></fs></span><span id="s13_13" from="1388" to="1393"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">durch</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s13_14" from="1394" to="1397"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=acc|number=sg|gender=masc</f></fs></f></fs></span><span id="s13_15" from="1398" to="1408"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">missbrauch</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=masc</f></fs></f></fs></span><span id="s13_16" from="1409" to="1414"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">haben</f><f name="pos">VAFIN</f><f name="msd">number=pl|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s13_17" from="1415" to="1419"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sich</f><f name="pos">PRF</f><f name="msd">case=acc|number=pl|person=3</f></fs></f></fs></span><span id="s13_18" from="1420" to="1425"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">teil</f><f name="pos">NN</f><f name="msd">case=nom|number=pl|gender=masc</f></fs></f></fs></span><span id="s13_19" from="1426" to="1431"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ihr</f><f name="pos">PPOSAT</f><f name="msd">case=gen|number=sg|gender=fem</f></fs></f></fs></span><span id="s13_20" from="1432" to="1446"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">persönlichkeit</f><f name="pos">NN</f><f name="msd">case=gen|number=sg|gender=fem</f></fs></f></fs></span><span id="s13_21" from="1447" to="1458"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">abgespalten</f><f name="pos">VVPP</f><f name="msd">_</f></fs></f></fs></span><span id="s13_22" from="1459" to="1460"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s13_23" from="1461" to="1465"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ein</f><f name="pos">ART</f><f name="msd">case=acc|number=sg|gender=fem</f></fs></f></fs></span><span id="s13_24" from="1466" to="1480"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">schutzreaktion</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=fem</f></fs></f></fs></span><span id="s13_25" from="1480" to="1481"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s13_26" from="1482" to="1484"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">um</f><f name="pos">KOUI</f><f name="msd">_</f></fs></f></fs></span><span id="s13_27" from="1485" to="1488"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=acc|number=sg|gender=fem</f></fs></f></fs></span><span id="s13_28" from="1489" to="1499"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">unfassbar</f><f name="pos">ADJA</f><f name="msd">case=acc|number=sg|gender=fem|degree=pos</f></fs></f></fs></span><span id="s13_29" from="1500" to="1519"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">grenzüberschreitung</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=fem</f></fs></f></fs></span><span id="s13_30" from="1520" to="1523"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">und</f><f name="pos">KON</f><f name="msd">_</f></fs></f></fs></span><span id="s13_31" from="1524" to="1527"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=acc|number=sg|gender=masc</f></fs></f></fs></span><span id="s13_32" from="1528" to="1543"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">vertrauensbruch</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=masc</f></fs></f></fs></span><span id="s13_33" from="1544" to="1552"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ertragen</f><f name="pos">VVINF</f><f name="msd">_</f></fs></f></fs></span><span id="s13_34" from="1553" to="1555"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">zu</f><f name="pos">PTKZU</f><f name="msd">_</f></fs></f></fs></span><span id="s13_35" from="1556" to="1562"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">können</f><f name="pos">VMINF</f><f name="msd">_</f></fs></f></fs></span><span id="s13_36" from="1562" to="1563"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s13_37" from="1564" to="1566"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">um</f><f name="pos">KOUI</f><f name="msd">_</f></fs></f></fs></span><span id="s13_38" from="1567" to="1576"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">überleben</f><f name="pos">VVINF</f><f name="msd">_</f></fs></f></fs></span><span id="s13_39" from="1577" to="1579"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">zu</f><f name="pos">PTKZU</f><f name="msd">_</f></fs></f></fs></span><span id="s13_40" from="1580" to="1586"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">können</f><f name="pos">VMINF</f><f name="msd">_</f></fs></f></fs></span><span id="s13_41" from="1586" to="1587"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s14_1" from="1588" to="1594"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">"dieser</f><f name="pos">ADJA</f><f name="msd">case=acc|number=sg|gender=fem|degree=pos</f></fs></f></fs></span><span id="s14_2" from="1595" to="1605"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">abspaltung</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=fem</f></fs></f></fs></span><span id="s14_3" from="1606" to="1614"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">betreffen</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s14_4" from="1615" to="1627"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">schrecklich</f><f name="pos">ADJA</f><f name="msd">case=acc|number=pl|gender=fem|degree=pos</f></fs></f></fs></span><span id="s14_5" from="1628" to="1640"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">erinnerung</f><f name="pos">NN</f><f name="msd">case=acc|number=pl|gender=fem</f></fs></f></fs></span><span id="s14_6" from="1641" to="1644"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">und</f><f name="pos">KON</f><f name="msd">_</f></fs></f></fs></span><span id="s14_7" from="1645" to="1653"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">gefühle"</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=neut</f></fs></f></fs></span><span id="s14_8" from="1653" to="1654"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s14_9" from="1655" to="1662"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">erklären</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s14_10" from="1663" to="1666"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sie</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=fem|person=3</f></fs></f></fs></span><span id="s14_11" from="1666" to="1667"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s15_1" from="1668" to="1674"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">"durch</f><f name="pos">ADJD</f><f name="msd">degree=pos</f></fs></f></fs></span><span id="s15_2" from="1675" to="1687"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">verschieden</f><f name="pos">ADJA</f><f name="msd">case=nom|number=pl|gender=masc|degree=pos</f></fs></f></fs></span><span id="s15_3" from="1688" to="1693"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">reiz</f><f name="pos">NN</f><f name="msd">case=nom|number=pl|gender=masc</f></fs></f></fs></span><span id="s15_4" from="1694" to="1697"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">wie</f><f name="pos">KOKOM</f><f name="msd">_</f></fs></f></fs></span><span id="s15_5" from="1698" to="1705"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">geruch</f><f name="pos">NN</f><f name="msd">case=nom|number=pl|gender=masc</f></fs></f></fs></span><span id="s15_6" from="1705" to="1706"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s15_7" from="1707" to="1716"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">geräusch</f><f name="pos">NN</f><f name="msd">case=nom|number=pl|gender=masc</f></fs></f></fs></span><span id="s15_8" from="1717" to="1720"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">und</f><f name="pos">KON</f><f name="msd">_</f></fs></f></fs></span><span id="s15_9" from="1721" to="1727"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">bild</f><f name="pos">NN</f><f name="msd">case=nom|number=pl|gender=neut</f></fs></f></fs></span><span id="s15_10" from="1728" to="1734"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">können</f><f name="pos">VMFIN</f><f name="msd">number=pl|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s15_11" from="1735" to="1740"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">dieser</f><f name="pos">PDAT</f><f name="msd">case=nom|number=pl|gender=fem</f></fs></f></fs></span><span id="s15_12" from="1741" to="1753"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">erinnerung</f><f name="pos">NN</f><f name="msd">case=nom|number=pl|gender=fem</f></fs></f></fs></span><span id="s15_13" from="1754" to="1757"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">und</f><f name="pos">KON</f><f name="msd">_</f></fs></f></fs></span><span id="s15_14" from="1758" to="1765"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">gefühl</f><f name="pos">NN</f><f name="msd">case=acc|number=pl|gender=neut</f></fs></f></fs></span><span id="s15_15" from="1766" to="1770"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">aber</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s15_16" from="1771" to="1781"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">blitzartig</f><f name="pos">ADJD</f><f name="msd">degree=pos</f></fs></f></fs></span><span id="s15_17" from="1782" to="1791"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">aktivieren</f><f name="pos">VVPP</f><f name="msd">_</f></fs></f></fs></span><span id="s15_18" from="1792" to="1798"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">werden</f><f name="pos">VAINF</f><f name="msd">_</f></fs></f></fs></span><span id="s15_19" from="1799" to="1800"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s15_20" from="1801" to="1804"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sie</f><f name="pos">PPER</f><f name="msd">case=nom|number=pl|gender=*|person=3</f></fs></f></fs></span><span id="s15_21" from="1805" to="1809"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sein</f><f name="pos">VAFIN</f><f name="msd">number=pl|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s15_22" from="1810" to="1814"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">dann</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s15_23" from="1815" to="1817"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">so</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s15_24" from="1818" to="1829"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">übermächtig</f><f name="pos">ADJD</f><f name="msd">degree=pos</f></fs></f></fs></span><span id="s15_25" from="1829" to="1830"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s15_26" from="1831" to="1835"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">dass</f><f name="pos">KOUS</f><f name="msd">_</f></fs></f></fs></span><span id="s15_27" from="1836" to="1839"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ich</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=*|person=1</f></fs></f></fs></span><span id="s15_28" from="1840" to="1843"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sie</f><f name="pos">PPER</f><f name="msd">case=acc|number=sg|gender=fem|person=3</f></fs></f></fs></span><span id="s15_29" from="1844" to="1847"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">für</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s15_30" from="1848" to="1852"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">real</f><f name="pos">ADJD</f><f name="msd">degree=pos</f></fs></f></fs></span><span id="s15_31" from="1853" to="1858"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">halten</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=subj</f></fs></f></fs></span><span id="s15_32" from="1859" to="1862"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">und</f><f name="pos">KON</f><f name="msd">_</f></fs></f></fs></span><span id="s15_33" from="1863" to="1868"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">nicht</f><f name="pos">PTKNEG</f><f name="msd">_</f></fs></f></fs></span><span id="s15_34" from="1869" to="1878"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">einordnen</f><f name="pos">VVINF</f><f name="msd">_</f></fs></f></fs></span><span id="s15_35" from="1879" to="1883"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">können</f><f name="pos">VMFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s15_36" from="1883" to="1884"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s16_1" from="1885" to="1888"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">man</f><f name="pos">PIS</f><f name="msd">case=nom|number=sg|gender=*</f></fs></f></fs></span><span id="s16_2" from="1889" to="1893"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">können</f><f name="pos">VMFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s16_3" from="1894" to="1897"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">nur</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s16_4" from="1898" to="1904"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">lernen</f><f name="pos">VVINF</f><f name="msd">_</f></fs></f></fs></span><span id="s16_5" from="1904" to="1905"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s16_6" from="1906" to="1910"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sich</f><f name="pos">PRF</f><f name="msd">case=acc|number=sg|person=3</f></fs></f></fs></span><span id="s16_7" from="1911" to="1916"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">davon</f><f name="pos">PROAV</f><f name="msd">_</f></fs></f></fs></span><span id="s16_8" from="1917" to="1922"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">nicht</f><f name="pos">PTKNEG</f><f name="msd">_</f></fs></f></fs></span><span id="s16_9" from="1923" to="1932"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">wegreißen</f><f name="pos">VVINF</f><f name="msd">_</f></fs></f></fs></span><span id="s16_10" from="1933" to="1935"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">zu</f><f name="pos">PTKZU</f><f name="msd">_</f></fs></f></fs></span><span id="s16_11" from="1936" to="1942"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">lassen</f><f name="pos">VVINF</f><f name="msd">_</f></fs></f></fs></span><span id="s16_12" from="1942" to="1943"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s16_13" from="1944" to="1953"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">teilweise</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s16_14" from="1954" to="1961"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">gelingen</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s16_15" from="1962" to="1965"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sich</f><f name="pos">PPER</f><f name="msd">case=dat|number=sg|gender=*|person=1</f></fs></f></fs></span><span id="s16_16" from="1966" to="1969"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">PDS</f><f name="msd">case=nom|number=sg|gender=neut</f></fs></f></fs></span><span id="s16_17" from="1970" to="1980"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">inzwischen</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s16_18" from="1980" to="1981"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s17_1" from="1982" to="1986"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">aber</f><f name="pos">KON</f><f name="msd">_</f></fs></f></fs></span><span id="s17_2" from="1987" to="1989"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">es</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=neut|person=3</f></fs></f></fs></span><span id="s17_3" from="1990" to="1993"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sein</f><f name="pos">VAFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s17_4" from="1994" to="2005"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">unglaublich</f><f name="pos">ADJD</f><f name="msd">degree=pos</f></fs></f></fs></span><span id="s17_5" from="2006" to="2017"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">anstrengend</f><f name="pos">ADJD</f><f name="msd">degree=pos</f></fs></f></fs></span><span id="s17_6" from="2017" to="2018"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s18_1" from="2019" to="2022"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ich</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=*|person=1</f></fs></f></fs></span><span id="s18_2" from="2023" to="2030"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">brauchen</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=1|tense=pres|mood=ind</f></fs></f></fs></span><span id="s18_3" from="2031" to="2034"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">all</f><f name="pos">PIAT</f><f name="msd">case=*|number=*|gender=*</f></fs></f></fs></span><span id="s18_4" from="2035" to="2040"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">mein</f><f name="pos">PPOSAT</f><f name="msd">case=acc|number=pl|gender=*</f></fs></f></fs></span><span id="s18_5" from="2041" to="2048"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">energie</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=fem</f></fs></f></fs></span><span id="s18_6" from="2048" to="2049"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s18_7" from="2050" to="2052"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">um</f><f name="pos">KOUI</f><f name="msd">_</f></fs></f></fs></span><span id="s18_8" from="2053" to="2057"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">mich</f><f name="pos">PPER</f><f name="msd">case=acc|number=sg|gender=*|person=1</f></fs></f></fs></span><span id="s18_9" from="2058" to="2067"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">permanent</f><f name="pos">ADJD</f><f name="msd">degree=pos</f></fs></f></fs></span><span id="s18_10" from="2068" to="2070"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">zu</f><f name="pos">PTKZU</f><f name="msd">_</f></fs></f></fs></span><span id="s18_11" from="2071" to="2084"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">kontrollieren</f><f name="pos">VVINF</f><f name="msd">_</f></fs></f></fs></span><span id="s18_12" from="2085" to="2088"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">und</f><f name="pos">KON</f><f name="msd">_</f></fs></f></fs></span><span id="s18_13" from="2089" to="2094"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ein</f><f name="pos">ART</f><f name="msd">case=acc|number=sg|gender=masc</f></fs></f></fs></span><span id="s18_14" from="2095" to="2103"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">anschein</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=masc</f></fs></f></fs></span><span id="s18_15" from="2104" to="2107"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">von</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s18_16" from="2108" to="2118"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">normalität</f><f name="pos">NN</f><f name="msd">case=dat|number=sg|gender=fem</f></fs></f></fs></span><span id="s18_17" from="2119" to="2131"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">herstellen</f><f name="pos">VVIZU</f><f name="msd">_</f></fs></f></fs></span><span id="s18_18" from="2131" to="2132"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s18_19" from="2132" to="2133"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">"</f><f name="pos">XY</f><f name="msd">_</f></fs></f></fs></span><span id="s19_1" from="2134" to="2139"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">lang</f><f name="pos">ADJA</f><f name="msd">case=acc|number=sg|gender=fem|degree=pos</f></fs></f></fs></span><span id="s19_2" from="2140" to="2149"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">wartezeit</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=fem</f></fs></f></fs></span><span id="s19_3" from="2150" to="2153"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">auf</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s19_4" from="2154" to="2162"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">therapie</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=fem</f></fs></f></fs></span><span id="s19_5" from="2163" to="2168"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">vieler</f><f name="pos">PIAT</f><f name="msd">case=acc|number=sg|gender=fem</f></fs></f></fs></span><span id="s19_6" from="2169" to="2174"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">jahr</f><f name="pos">NN</f><f name="msd">case=acc|number=pl|gender=neut</f></fs></f></fs></span><span id="s19_7" from="2175" to="2179"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">lang</f><f name="pos">ADJD</f><f name="msd">degree=pos</f></fs></f></fs></span><span id="s19_8" from="2180" to="2185"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">haben</f><f name="pos">VAFIN</f><f name="msd">number=sg|person=3|tense=past|mood=ind</f></fs></f></fs></span><span id="s19_9" from="2186" to="2195"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">katharina</f><f name="pos">NE</f><f name="msd">case=*|number=*|gender=*</f></fs></f></fs></span><span id="s19_10" from="2196" to="2204"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">grünberg</f><f name="pos">NE</f><f name="msd">case=nom|number=sg|gender=*</f></fs></f></fs></span><span id="s19_11" from="2205" to="2213"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">komplett</f><f name="pos">ADJD</f><f name="msd">degree=pos</f></fs></f></fs></span><span id="s19_12" from="2214" to="2223"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">verdrängen</f><f name="pos">VVPP</f><f name="msd">_</f></fs></f></fs></span><span id="s19_13" from="2223" to="2224"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s19_14" from="2225" to="2228"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">was</f><f name="pos">PWS</f><f name="msd">case=nom|number=sg|gender=neut</f></fs></f></fs></span><span id="s19_15" from="2229" to="2233"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ihr</f><f name="pos">PPOSAT</f><f name="msd">case=acc|number=pl|gender=fem</f></fs></f></fs></span><span id="s19_16" from="2234" to="2240"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">eltern</f><f name="pos">NN</f><f name="msd">case=acc|number=pl|gender=fem</f></fs></f></fs></span><span id="s19_17" from="2241" to="2244"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ihr</f><f name="pos">PPER</f><f name="msd">case=dat|number=sg|gender=fem|person=3</f></fs></f></fs></span><span id="s19_18" from="2245" to="2252"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">antun</f><f name="pos">VVPP</f><f name="msd">_</f></fs></f></fs></span><span id="s19_19" from="2253" to="2258"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">haben</f><f name="pos">VAFIN</f><f name="msd">number=pl|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s19_20" from="2258" to="2259"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s20_1" from="2260" to="2263"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sie</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=fem|person=3</f></fs></f></fs></span><span id="s20_2" from="2264" to="2269"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">haben</f><f name="pos">VAFIN</f><f name="msd">number=sg|person=3|tense=past|mood=ind</f></fs></f></fs></span><span id="s20_3" from="2270" to="2273"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=acc|number=sg|gender=neut</f></fs></f></fs></span><span id="s20_4" from="2274" to="2286"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">traumatisch</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=neut</f></fs></f></fs></span><span id="s20_5" from="2287" to="2299"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ausblenden</f><f name="pos">VVPP</f><f name="msd">_</f></fs></f></fs></span><span id="s20_6" from="2299" to="2300"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s20_7" from="2301" to="2303"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">es</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=neut|person=3</f></fs></f></fs></span><span id="s20_8" from="2304" to="2306"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">in</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s20_9" from="2307" to="2312"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ein</f><f name="pos">ART</f><f name="msd">case=acc|number=sg|gender=masc</f></fs></f></fs></span><span id="s20_10" from="2313" to="2326"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">abgeriegelt</f><f name="pos">ADJA</f><f name="msd">case=acc|number=sg|gender=masc|degree=pos</f></fs></f></fs></span><span id="s20_11" from="2327" to="2334"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">bereich</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=masc</f></fs></f></fs></span><span id="s20_12" from="2335" to="2339"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ganz</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s20_13" from="2340" to="2344"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">tief</f><f name="pos">ADJD</f><f name="msd">degree=pos</f></fs></f></fs></span><span id="s20_14" from="2345" to="2347"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">in</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s20_15" from="2348" to="2353"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ihr</f><f name="pos">PPOSAT</f><f name="msd">case=dat|number=sg|gender=neut</f></fs></f></fs></span><span id="s20_16" from="2354" to="2361"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">innere</f><f name="pos">NN</f><f name="msd">case=dat|number=sg|gender=neut</f></fs></f></fs></span><span id="s20_17" from="2362" to="2370"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">verbannen</f><f name="pos">VVPP</f><f name="msd">_</f></fs></f></fs></span><span id="s20_18" from="2370" to="2371"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s21_1" from="2372" to="2375"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sie</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=fem|person=3</f></fs></f></fs></span><span id="s21_2" from="2376" to="2379"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">haben</f><f name="pos">VAFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s21_3" from="2380" to="2383"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">als</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s21_4" from="2384" to="2392"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">lehrerin</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=fem</f></fs></f></fs></span><span id="s21_5" from="2393" to="2403"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">arbeiten</f><f name="pos">VVPP</f><f name="msd">_</f></fs></f></fs></span><span id="s21_6" from="2403" to="2404"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s21_7" from="2405" to="2415"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">heiraten</f><f name="pos">VVPP</f><f name="msd">_</f></fs></f></fs></span><span id="s21_8" from="2416" to="2419"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">und</f><f name="pos">KON</f><f name="msd">_</f></fs></f></fs></span><span id="s21_9" from="2420" to="2424"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">zwei</f><f name="pos">CARD</f><f name="msd">_</f></fs></f></fs></span><span id="s21_10" from="2425" to="2432"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">tochter</f><f name="pos">NN</f><f name="msd">case=acc|number=pl|gender=fem</f></fs></f></fs></span><span id="s21_11" from="2433" to="2441"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">bekommen</f><f name="pos">VVINF</f><f name="msd">_</f></fs></f></fs></span><span id="s21_12" from="2441" to="2442"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s22_1" from="2443" to="2452"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">irgendwie</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s22_2" from="2453" to="2456"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">kommen</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=past|mood=ind</f></fs></f></fs></span><span id="s22_3" from="2457" to="2460"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sie</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=fem|person=3</f></fs></f></fs></span><span id="s22_4" from="2461" to="2467"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">durch</f><f name="pos">APPRART</f><f name="msd">case=acc|number=sg|gender=neut</f></fs></f></fs></span><span id="s22_5" from="2468" to="2473"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">leben</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=neut</f></fs></f></fs></span><span id="s22_6" from="2474" to="2475"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s22_7" from="2476" to="2480"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">auch</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s22_8" from="2481" to="2485"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">wenn</f><f name="pos">KOUS</f><f name="msd">_</f></fs></f></fs></span><span id="s22_9" from="2486" to="2488"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">es</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=neut|person=3</f></fs></f></fs></span><span id="s22_10" from="2489" to="2492"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ihr</f><f name="pos">PPOSAT</f><f name="msd">case=dat|number=sg|gender=fem|person=3</f></fs></f></fs></span><span id="s22_11" from="2493" to="2498"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">immer</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s22_12" from="2499" to="2509"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">schwerfallen</f><f name="pos">ADJD</f><f name="msd">degree=comp</f></fs></f></fs></span><span id="s22_13" from="2509" to="2510"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s22_14" from="2511" to="2513"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">zu</f><f name="pos">PTKZU</f><f name="msd">_</f></fs></f></fs></span><span id="s22_15" from="2514" to="2523"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">vertrauen</f><f name="pos">VVINF</f><f name="msd">_</f></fs></f></fs></span><span id="s22_16" from="2524" to="2527"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">und</f><f name="pos">KON</f><f name="msd">_</f></fs></f></fs></span><span id="s22_17" from="2528" to="2532"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">nähe</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=fem</f></fs></f></fs></span><span id="s22_18" from="2533" to="2543"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">zulassen</f><f name="pos">VVIZU</f><f name="msd">_</f></fs></f></fs></span><span id="s22_19" from="2543" to="2544"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s23_1" from="2545" to="2551"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">einiger</f><f name="pos">PIAT</f><f name="msd">case=acc|number=pl|gender=neut</f></fs></f></fs></span><span id="s23_2" from="2552" to="2557"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">jahr</f><f name="pos">NN</f><f name="msd">case=acc|number=pl|gender=neut</f></fs></f></fs></span><span id="s23_3" from="2558" to="2562"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">nach</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s23_4" from="2563" to="2566"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=dat|number=sg|gender=fem</f></fs></f></fs></span><span id="s23_5" from="2567" to="2573"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">geburt</f><f name="pos">NN</f><f name="msd">case=dat|number=sg|gender=fem</f></fs></f></fs></span><span id="s23_6" from="2574" to="2579"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ihr</f><f name="pos">PPOSAT</f><f name="msd">case=gen|number=pl|gender=masc</f></fs></f></fs></span><span id="s23_7" from="2580" to="2587"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">tochter</f><f name="pos">NN</f><f name="msd">case=gen|number=pl|gender=masc</f></fs></f></fs></span><span id="s23_8" from="2588" to="2593"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">brechen</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=past|mood=ind</f></fs></f></fs></span><span id="s23_9" from="2594" to="2597"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s23_10" from="2598" to="2610"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">vermeintlich</f><f name="pos">ADJD</f><f name="msd">degree=pos</f></fs></f></fs></span><span id="s23_11" from="2611" to="2616"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">heil</f><f name="pos">ADJA</f><f name="msd">case=nom|number=sg|gender=fem|degree=pos</f></fs></f></fs></span><span id="s23_12" from="2617" to="2621"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">welt</f><f name="pos">NN</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s23_13" from="2622" to="2630"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">zusammen</f><f name="pos">PTKVZ</f><f name="msd">_</f></fs></f></fs></span><span id="s23_14" from="2630" to="2631"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s23_15" from="2632" to="2635"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">all</f><f name="pos">PIAT</f><f name="msd">case=*|number=*|gender=*</f></fs></f></fs></span><span id="s23_16" from="2636" to="2639"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=acc|number=sg|gender=neut</f></fs></f></fs></span><span id="s23_17" from="2640" to="2650"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">verdrängter</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=neut</f></fs></f></fs></span><span id="s23_18" from="2651" to="2661"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">überrollen</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=past|mood=ind</f></fs></f></fs></span><span id="s23_19" from="2662" to="2665"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sie</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=fem|person=3</f></fs></f></fs></span><span id="s23_20" from="2665" to="2666"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s24_1" from="2667" to="2670"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sie</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=fem|person=3</f></fs></f></fs></span><span id="s24_2" from="2671" to="2677"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">mussen</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=past|mood=ind</f></fs></f></fs></span><span id="s24_3" from="2678" to="2683"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ihr</f><f name="pos">PPOSAT</f><f name="msd">case=acc|number=sg|gender=masc</f></fs></f></fs></span><span id="s24_4" from="2684" to="2689"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">beruf</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=masc</f></fs></f></fs></span><span id="s24_5" from="2690" to="2698"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">aufgeben</f><f name="pos">VVINF</f><f name="msd">_</f></fs></f></fs></span><span id="s24_6" from="2698" to="2699"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s24_7" from="2700" to="2704"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">weil</f><f name="pos">KOUS</f><f name="msd">_</f></fs></f></fs></span><span id="s24_8" from="2705" to="2708"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sie</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=fem|person=3</f></fs></f></fs></span><span id="s24_9" from="2709" to="2712"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=acc|number=sg|gender=masc</f></fs></f></fs></span><span id="s24_10" from="2713" to="2726"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">anforderung</f><f name="pos">NN</f><f name="msd">case=dat|number=pl|gender=fem</f></fs></f></fs></span><span id="s24_11" from="2727" to="2732"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">nicht</f><f name="pos">PTKNEG</f><f name="msd">_</f></fs></f></fs></span><span id="s24_12" from="2733" to="2737"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">mehr</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s24_13" from="2738" to="2747"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">wachsen</f><f name="pos">VVPP</f><f name="msd">_</f></fs></f></fs></span><span id="s24_14" from="2748" to="2751"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sein</f><f name="pos">VAFIN</f><f name="msd">number=sg|person=3|tense=past|mood=ind</f></fs></f></fs></span><span id="s24_15" from="2751" to="2752"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s24_16" from="2753" to="2756"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">und</f><f name="pos">KON</f><f name="msd">_</f></fs></f></fs></span><span id="s24_17" from="2757" to="2762"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">werden</f><f name="pos">VAFIN</f><f name="msd">number=sg|person=3|tense=past|mood=ind</f></fs></f></fs></span><span id="s24_18" from="2763" to="2778"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">frühpensionieren</f><f name="pos">VVPP</f><f name="msd">_</f></fs></f></fs></span><span id="s24_19" from="2778" to="2779"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s25_1" from="2780" to="2783"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s25_2" from="2784" to="2787"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ehe</f><f name="pos">NN</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s25_3" from="2788" to="2796"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">zerbrechen</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=past|mood=ind</f></fs></f></fs></span><span id="s25_4" from="2796" to="2797"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s26_1" from="2798" to="2808"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">inzwischen</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s26_2" from="2809" to="2813"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">leben</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s26_3" from="2814" to="2817"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sie</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=fem|person=3</f></fs></f></fs></span><span id="s26_4" from="2818" to="2821"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">von</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s26_5" from="2822" to="2827"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ein</f><f name="pos">ART</f><f name="msd">case=dat|number=sg|gender=fem</f></fs></f></fs></span><span id="s26_6" from="2828" to="2852"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">erwerbsunfähigkeitsrent</f><f name="pos">NN</f><f name="msd">case=dat|number=sg|gender=fem</f></fs></f></fs></span><span id="s26_7" from="2853" to="2856"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">und</f><f name="pos">KON</f><f name="msd">_</f></fs></f></fs></span><span id="s26_8" from="2857" to="2861"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">geben</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s26_9" from="2862" to="2867"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">gegen</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s26_10" from="2868" to="2871"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ein</f><f name="pos">ART</f><f name="msd">case=acc|number=sg|gender=neut</f></fs></f></fs></span><span id="s26_11" from="2872" to="2879"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">klein</f><f name="pos">ADJA</f><f name="msd">case=acc|number=sg|gender=neut|degree=pos</f></fs></f></fs></span><span id="s26_12" from="2880" to="2887"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">honorar</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=neut</f></fs></f></fs></span><span id="s26_13" from="2888" to="2893"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">kurs</f><f name="pos">NN</f><f name="msd">case=nom|number=pl|gender=masc</f></fs></f></fs></span><span id="s26_14" from="2894" to="2896"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">an</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s26_15" from="2897" to="2902"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ein</f><f name="pos">ART</f><f name="msd">case=dat|number=sg|gender=fem</f></fs></f></fs></span><span id="s26_16" from="2903" to="2918"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">volkshochschule</f><f name="pos">NN</f><f name="msd">case=dat|number=sg|gender=fem</f></fs></f></fs></span><span id="s26_17" from="2918" to="2919"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s27_1" from="2920" to="2924"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">seit</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s27_2" from="2925" to="2929"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">etwa</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s27_3" from="2930" to="2932"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">20</f><f name="pos">CARD</f><f name="msd">_</f></fs></f></fs></span><span id="s27_4" from="2933" to="2939"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">jahr</f><f name="pos">NN</f><f name="msd">case=dat|number=pl|gender=neut</f></fs></f></fs></span><span id="s27_5" from="2940" to="2943"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sein</f><f name="pos">VAFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s27_6" from="2944" to="2953"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">katharina</f><f name="pos">NE</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s27_7" from="2954" to="2962"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">grünberg</f><f name="pos">NE</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s27_8" from="2963" to="2966"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">nun</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s27_9" from="2967" to="2970"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">mit</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s27_10" from="2971" to="2986"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">unterbrechung</f><f name="pos">NN</f><f name="msd">case=dat|number=pl|gender=fem</f></fs></f></fs></span><span id="s27_11" from="2987" to="2990"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">bei</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s27_12" from="2991" to="3004"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">verschieden</f><f name="pos">ADJA</f><f name="msd">case=dat|number=pl|gender=fem|degree=pos</f></fs></f></fs></span><span id="s27_13" from="3005" to="3016"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">therapeut</f><f name="pos">NN</f><f name="msd">case=dat|number=pl|gender=fem</f></fs></f></fs></span><span id="s27_14" from="3017" to="3020"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">und</f><f name="pos">KON</f><f name="msd">_</f></fs></f></fs></span><span id="s27_15" from="3021" to="3027"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">arzt</f><f name="pos">NN</f><f name="msd">case=dat|number=pl|gender=masc</f></fs></f></fs></span><span id="s27_16" from="3028" to="3030"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">in</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s27_17" from="3031" to="3041"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">behandlung</f><f name="pos">NN</f><f name="msd">case=dat|number=sg|gender=fem</f></fs></f></fs></span><span id="s27_18" from="3041" to="3042"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s28_1" from="3043" to="3046"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sie</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=fem|person=3</f></fs></f></fs></span><span id="s28_2" from="3047" to="3054"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sprechen</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s28_3" from="3055" to="3058"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">von</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s28_4" from="3059" to="3064"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ein</f><f name="pos">ART</f><f name="msd">case=dat|number=sg|gender=fem</f></fs></f></fs></span><span id="s28_5" from="3065" to="3081"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">therapiekarriere</f><f name="pos">NN</f><f name="msd">case=dat|number=sg|gender=fem</f></fs></f></fs></span><span id="s28_6" from="3082" to="3083"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s28_7" from="3084" to="3087"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">und</f><f name="pos">KON</f><f name="msd">_</f></fs></f></fs></span><span id="s28_8" from="3088" to="3090"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">in</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s28_9" from="3091" to="3096"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ihr</f><f name="pos">PPOSAT</f><f name="msd">case=dat|number=sg|gender=fem</f></fs></f></fs></span><span id="s28_10" from="3097" to="3103"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">stimme</f><f name="pos">NN</f><f name="msd">case=dat|number=sg|gender=fem</f></fs></f></fs></span><span id="s28_11" from="3104" to="3112"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">schwingen</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s28_12" from="3113" to="3116"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">bei</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s28_13" from="3117" to="3123"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">dieser</f><f name="pos">PDAT</f><f name="msd">case=dat|number=sg|gender=masc</f></fs></f></fs></span><span id="s28_14" from="3124" to="3128"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">wort</f><f name="pos">NN</f><f name="msd">case=dat|number=sg|gender=masc</f></fs></f></fs></span><span id="s28_15" from="3129" to="3138"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sarkasmus</f><f name="pos">NN</f><f name="msd">case=nom|number=sg|gender=masc</f></fs></f></fs></span><span id="s28_16" from="3139" to="3142"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">mit</f><f name="pos">PTKVZ</f><f name="msd">_</f></fs></f></fs></span><span id="s28_17" from="3142" to="3143"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s29_1" from="3144" to="3147"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">bis</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s29_2" from="3148" to="3151"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">man</f><f name="pos">PIS</f><f name="msd">case=nom|number=sg|gender=*</f></fs></f></fs></span><span id="s29_3" from="3152" to="3157"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ein</f><f name="pos">ART</f><f name="msd">case=acc|number=sg|gender=masc</f></fs></f></fs></span><span id="s29_4" from="3158" to="3167"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">passend</f><f name="pos">ADJA</f><f name="msd">case=acc|number=sg|gender=masc|degree=pos</f></fs></f></fs></span><span id="s29_5" from="3168" to="3179"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">therapeute</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=masc</f></fs></f></fs></span><span id="s29_6" from="3180" to="3185"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">finden</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=subj</f></fs></f></fs></span><span id="s29_7" from="3185" to="3186"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s29_8" from="3187" to="3194"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">brauchen</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=subj</f></fs></f></fs></span><span id="s29_9" from="3195" to="3198"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">man</f><f name="pos">PIS</f><f name="msd">case=nom|number=sg|gender=*</f></fs></f></fs></span><span id="s29_10" from="3199" to="3206"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">mehrere</f><f name="pos">PIAT</f><f name="msd">case=acc|number=pl|gender=masc</f></fs></f></fs></span><span id="s29_11" from="3207" to="3214"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">anlauf</f><f name="pos">NN</f><f name="msd">case=acc|number=pl|gender=masc</f></fs></f></fs></span><span id="s29_12" from="3214" to="3215"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s29_13" from="3216" to="3220"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sagen</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s29_14" from="3221" to="3224"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sie</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=fem|person=3</f></fs></f></fs></span><span id="s29_15" from="3224" to="3225"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s29_16" from="3226" to="3231"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">hinzu</f><f name="pos">PTKVZ</f><f name="msd">_</f></fs></f></fs></span><span id="s29_17" from="3232" to="3238"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">kommen</f><f name="pos">VVFIN</f><f name="msd">number=pl|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s29_18" from="3239" to="3242"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=nom|number=pl|gender=neut</f></fs></f></fs></span><span id="s29_19" from="3243" to="3246"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">oft</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s29_20" from="3247" to="3253"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">lang</f><f name="pos">ADJA</f><f name="msd">case=acc|number=pl|gender=fem|degree=pos</f></fs></f></fs></span><span id="s29_21" from="3254" to="3265"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">wartezeit</f><f name="pos">NN</f><f name="msd">case=acc|number=pl|gender=fem</f></fs></f></fs></span><span id="s29_22" from="3265" to="3266"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s30_1" from="3267" to="3270"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sie</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=fem|person=3</f></fs></f></fs></span><span id="s30_2" from="3271" to="3281"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">beschreiben</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s30_3" from="3282" to="3288"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">dieser</f><f name="pos">PDAT</f><f name="msd">case=acc|number=sg|gender=masc</f></fs></f></fs></span><span id="s30_4" from="3289" to="3292"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">weg</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=masc</f></fs></f></fs></span><span id="s30_5" from="3293" to="3296"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">als</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s30_6" from="3297" to="3304"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">odyssee</f><f name="pos">NE</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s30_7" from="3304" to="3305"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s31_1" from="3306" to="3313"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">niemand</f><f name="pos">PIS</f><f name="msd">case=nom|number=sg|gender=masc</f></fs></f></fs></span><span id="s31_2" from="3314" to="3318"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">dürfen</f><f name="pos">VMFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s31_3" from="3319" to="3324"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">etwas</f><f name="pos">PIS</f><f name="msd">case=*|number=*|gender=neut</f></fs></f></fs></span><span id="s31_4" from="3325" to="3333"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">erfahren</f><f name="pos">VVINF</f><f name="msd">_</f></fs></f></fs></span><span id="s31_5" from="3334" to="3337"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">wie</f><f name="pos">KOKOM</f><f name="msd">_</f></fs></f></fs></span><span id="s31_6" from="3338" to="3340"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">es</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=neut|person=3</f></fs></f></fs></span><span id="s31_7" from="3341" to="3344"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ihr</f><f name="pos">PPER</f><f name="msd">case=dat|number=sg|gender=fem|person=3</f></fs></f></fs></span><span id="s31_8" from="3345" to="3350"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">jetzt</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s31_9" from="3351" to="3355"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">gehen</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s31_10" from="3355" to="3356"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s32_1" from="3357" to="3361"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">"ich</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s32_2" from="3362" to="3366"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">haben</f><f name="pos">VAFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=subj</f></fs></f></fs></span><span id="s32_3" from="3367" to="3374"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ständig</f><f name="pos">ADJD</f><f name="msd">degree=pos</f></fs></f></fs></span><span id="s32_4" from="3375" to="3378"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=acc|number=sg|gender=neut</f></fs></f></fs></span><span id="s32_5" from="3379" to="3385"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">gefühl</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=neut</f></fs></f></fs></span><span id="s32_6" from="3385" to="3386"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s32_7" from="3387" to="3391"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">dass</f><f name="pos">KOUS</f><f name="msd">_</f></fs></f></fs></span><span id="s32_8" from="3392" to="3396"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">mein</f><f name="pos">PPOSAT</f><f name="msd">case=nom|number=sg|gender=neut</f></fs></f></fs></span><span id="s32_9" from="3397" to="3406"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">fundament</f><f name="pos">NN</f><f name="msd">case=nom|number=sg|gender=neut</f></fs></f></fs></span><span id="s32_10" from="3407" to="3413"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">morsch</f><f name="pos">ADJD</f><f name="msd">degree=pos</f></fs></f></fs></span><span id="s32_11" from="3414" to="3417"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sein</f><f name="pos">VAFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s32_12" from="3417" to="3418"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s32_13" from="3419" to="3423"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">dass</f><f name="pos">KOUS</f><f name="msd">_</f></fs></f></fs></span><span id="s32_14" from="3424" to="3426"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">es</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=neut|person=3</f></fs></f></fs></span><span id="s32_15" from="3427" to="3433"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">nichts</f><f name="pos">PIAT</f><f name="msd">case=*|number=*|gender=neut</f></fs></f></fs></span><span id="s32_16" from="3434" to="3447"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">verlässliche</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=neut</f></fs></f></fs></span><span id="s32_17" from="3448" to="3452"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">geben</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s32_18" from="3452" to="3453"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s32_19" from="3454" to="3458"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">dass</f><f name="pos">KOUS</f><f name="msd">_</f></fs></f></fs></span><span id="s32_20" from="3459" to="3462"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=nom|number=sg|gender=neut</f></fs></f></fs></span><span id="s32_21" from="3463" to="3468"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">leben</f><f name="pos">NN</f><f name="msd">case=nom|number=sg|gender=neut</f></fs></f></fs></span><span id="s32_22" from="3469" to="3473"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">mich</f><f name="pos">PPER</f><f name="msd">case=acc|number=sg|gender=*|person=1</f></fs></f></fs></span><span id="s32_23" from="3474" to="3480"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">völlig</f><f name="pos">ADJD</f><f name="msd">degree=pos</f></fs></f></fs></span><span id="s32_24" from="3481" to="3492"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">überfordern</f><f name="pos">VVPP</f><f name="msd">degree=pos</f></fs></f></fs></span><span id="s32_25" from="3492" to="3493"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s33_1" from="3494" to="3501"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">morgens</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s33_2" from="3502" to="3505"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sein</f><f name="pos">VAFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s33_3" from="3506" to="3508"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">es</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=neut|person=3</f></fs></f></fs></span><span id="s33_4" from="3509" to="3517"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">meistens</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s33_5" from="3518" to="3521"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ein</f><f name="pos">ART</f><f name="msd">case=nom|number=sg|gender=masc</f></fs></f></fs></span><span id="s33_6" from="3522" to="3527"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">kampf</f><f name="pos">NN</f><f name="msd">case=nom|number=sg|gender=masc</f></fs></f></fs></span><span id="s33_7" from="3527" to="3528"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s33_8" from="3529" to="3538"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">überhaupt</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s33_9" from="3539" to="3550"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">aufstehen</f><f name="pos">VVIZU</f><f name="msd">_</f></fs></f></fs></span><span id="s33_10" from="3550" to="3551"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s34_1" from="3552" to="3555"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ich</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=*|person=1</f></fs></f></fs></span><span id="s34_2" from="3556" to="3564"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">versuchen</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=1|tense=pres|mood=ind</f></fs></f></fs></span><span id="s34_3" from="3564" to="3565"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s34_4" from="3566" to="3569"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sich</f><f name="pos">PPER</f><f name="msd">case=dat|number=sg|gender=*|person=1</f></fs></f></fs></span><span id="s34_5" from="3570" to="3580"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">gedanklich</f><f name="pos">ADJD</f><f name="msd">degree=pos</f></fs></f></fs></span><span id="s34_6" from="3581" to="3587"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">insel</f><f name="pos">NN</f><f name="msd">case=nom|number=pl|gender=fem</f></fs></f></fs></span><span id="s34_7" from="3588" to="3590"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">zu</f><f name="pos">PTKZU</f><f name="msd">_</f></fs></f></fs></span><span id="s34_8" from="3591" to="3596"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">bauen</f><f name="pos">VVINF</f><f name="msd">_</f></fs></f></fs></span><span id="s34_9" from="3596" to="3597"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s34_10" from="3598" to="3604"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">worauf</f><f name="pos">PROAV</f><f name="msd">_</f></fs></f></fs></span><span id="s34_11" from="3605" to="3611"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">können</f><f name="pos">VMFIN</f><f name="msd">number=sg|person=1|tense=past|mood=subj</f></fs></f></fs></span><span id="s34_12" from="3612" to="3615"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ich</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=*|person=1</f></fs></f></fs></span><span id="s34_13" from="3616" to="3620"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">mich</f><f name="pos">PRF</f><f name="msd">case=acc|number=sg|person=1</f></fs></f></fs></span><span id="s34_14" from="3621" to="3627"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">freuen</f><f name="pos">VVINF</f><f name="msd">_</f></fs></f></fs></span><span id="s34_15" from="3627" to="3628"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s35_1" from="3629" to="3633"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">aber</f><f name="pos">KON</f><f name="msd">_</f></fs></f></fs></span><span id="s35_2" from="3634" to="3637"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">PDS</f><f name="msd">case=acc|number=sg|gender=neut</f></fs></f></fs></span><span id="s35_3" from="3638" to="3642"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">muss</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=1|tense=pres|mood=ind</f></fs></f></fs></span><span id="s35_4" from="3643" to="3646"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ich</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=*|person=1</f></fs></f></fs></span><span id="s35_5" from="3647" to="3650"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sich</f><f name="pos">PRF</f><f name="msd">case=dat|number=sg|person=1</f></fs></f></fs></span><span id="s35_6" from="3651" to="3663"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">konstruieren</f><f name="pos">VVINF</f><f name="msd">_</f></fs></f></fs></span><span id="s35_7" from="3663" to="3664"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s36_1" from="3665" to="3676"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">theoretisch</f><f name="pos">ADJD</f><f name="msd">degree=pos</f></fs></f></fs></span><span id="s36_2" from="3677" to="3681"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">weißn</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=1|tense=pres|mood=ind</f></fs></f></fs></span><span id="s36_3" from="3682" to="3685"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ich</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=*|person=1</f></fs></f></fs></span><span id="s36_4" from="3685" to="3686"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s36_5" from="3687" to="3690"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">was</f><f name="pos">PWS</f><f name="msd">case=acc|number=sg|gender=neut</f></fs></f></fs></span><span id="s36_6" from="3691" to="3703"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">lebensfreude</f><f name="pos">NN</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s36_7" from="3704" to="3707"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sein</f><f name="pos">VAFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s36_8" from="3708" to="3709"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s36_9" from="3710" to="3713"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">wie</f><f name="pos">PWAV</f><f name="msd">_</f></fs></f></fs></span><span id="s36_10" from="3714" to="3716"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">es</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=neut|person=3</f></fs></f></fs></span><span id="s36_11" from="3717" to="3721"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sich</f><f name="pos">PRF</f><f name="msd">case=acc|number=sg|person=3</f></fs></f></fs></span><span id="s36_12" from="3722" to="3729"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">anfühlen</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s36_13" from="3729" to="3730"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s36_14" from="3731" to="3738"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">beginnen</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=1|tense=pres|mood=ind</f></fs></f></fs></span><span id="s36_15" from="3739" to="3742"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ich</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=*|person=1</f></fs></f></fs></span><span id="s36_16" from="3743" to="3747"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">erst</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s36_17" from="3748" to="3753"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">jetzt</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s36_18" from="3754" to="3761"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">langsam</f><f name="pos">ADJD</f><f name="msd">degree=pos</f></fs></f></fs></span><span id="s36_19" from="3762" to="3764"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">zu</f><f name="pos">PTKZU</f><f name="msd">_</f></fs></f></fs></span><span id="s36_20" from="3765" to="3770"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ahnen</f><f name="pos">VVINF</f><f name="msd">_</f></fs></f></fs></span><span id="s36_21" from="3770" to="3771"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s37_1" from="3772" to="3775"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ich</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=*|person=1</f></fs></f></fs></span><span id="s37_2" from="3776" to="3779"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sein</f><f name="pos">VAFIN</f><f name="msd">number=sg|person=1|tense=pres|mood=ind</f></fs></f></fs></span><span id="s37_3" from="3780" to="3784"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">kaum</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s37_4" from="3785" to="3787"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">in</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s37_5" from="3788" to="3791"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=dat|number=sg|gender=fem</f></fs></f></fs></span><span id="s37_6" from="3792" to="3796"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">lage</f><f name="pos">NN</f><f name="msd">case=dat|number=sg|gender=fem</f></fs></f></fs></span><span id="s37_7" from="3796" to="3797"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s37_8" from="3798" to="3805"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">gefühl</f><f name="pos">NN</f><f name="msd">case=acc|number=pl|gender=neut</f></fs></f></fs></span><span id="s37_9" from="3806" to="3816"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">zulassen</f><f name="pos">VVIZU</f><f name="msd">_</f></fs></f></fs></span><span id="s37_10" from="3816" to="3817"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s37_11" from="3818" to="3824"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">weinen</f><f name="pos">VVINF</f><f name="msd">_</f></fs></f></fs></span><span id="s37_12" from="3825" to="3827"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">zu</f><f name="pos">PTKZU</f><f name="msd">_</f></fs></f></fs></span><span id="s37_13" from="3828" to="3834"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">können</f><f name="pos">VMINF</f><f name="msd">_</f></fs></f></fs></span><span id="s37_14" from="3834" to="3835"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s37_15" from="3836" to="3843"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">eroberen</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=1|tense=pres|mood=ind</f></fs></f></fs></span><span id="s37_16" from="3844" to="3847"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ich</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=*|person=1</f></fs></f></fs></span><span id="s37_17" from="3848" to="3851"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sich</f><f name="pos">PPER</f><f name="msd">case=dat|number=sg|gender=*|person=1</f></fs></f></fs></span><span id="s37_18" from="3852" to="3858"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">gerade</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s37_19" from="3859" to="3865"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">zurück</f><f name="pos">PTKVZ</f><f name="msd">_</f></fs></f></fs></span><span id="s37_20" from="3865" to="3867"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">."</f><f name="pos">XY</f><f name="msd">_</f></fs></f></fs></span><span id="s38_1" from="3868" to="3872"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">nach</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s38_2" from="3873" to="3878"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">außen</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s38_3" from="3879" to="3882"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">hin</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s38_4" from="3883" to="3888"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">lässen</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s38_5" from="3889" to="3892"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sie</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=fem|person=3</f></fs></f></fs></span><span id="s38_6" from="3893" to="3897"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sich</f><f name="pos">PRF</f><f name="msd">case=acc|number=sg|person=3</f></fs></f></fs></span><span id="s38_7" from="3898" to="3903"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">davon</f><f name="pos">PROAV</f><f name="msd">_</f></fs></f></fs></span><span id="s38_8" from="3904" to="3910"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">nichts</f><f name="pos">PIS</f><f name="msd">case=*|number=*|gender=neut</f></fs></f></fs></span><span id="s38_9" from="3911" to="3919"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">anmerken</f><f name="pos">VVINF</f><f name="msd">_</f></fs></f></fs></span><span id="s38_10" from="3919" to="3920"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s39_1" from="3921" to="3924"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s39_2" from="3925" to="3932"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">fassade</f><f name="pos">NN</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s39_3" from="3933" to="3938"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">stehen</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s39_4" from="3938" to="3939"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s40_1" from="3940" to="3946"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">keiner</f><f name="pos">PIS</f><f name="msd">case=nom|number=sg|gender=masc</f></fs></f></fs></span><span id="s40_2" from="3947" to="3951"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">dürfen</f><f name="pos">VMFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s40_3" from="3952" to="3957"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">etwas</f><f name="pos">PIS</f><f name="msd">case=*|number=*|gender=neut</f></fs></f></fs></span><span id="s40_4" from="3958" to="3966"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">erfahren</f><f name="pos">VVINF</f><f name="msd">_</f></fs></f></fs></span><span id="s40_5" from="3966" to="3967"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s41_1" from="3968" to="3972"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">doch</f><f name="pos">KON</f><f name="msd">_</f></fs></f></fs></span><span id="s41_2" from="3973" to="3981"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">zugleich</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s41_3" from="3982" to="3985"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">haben</f><f name="pos">VAFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s41_4" from="3986" to="3989"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sie</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=fem|person=3</f></fs></f></fs></span><span id="s41_5" from="3990" to="3993"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=acc|number=sg|gender=masc</f></fs></f></fs></span><span id="s41_6" from="3994" to="4000"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">wunsch</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=masc</f></fs></f></fs></span><span id="s41_7" from="4000" to="4001"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s41_8" from="4002" to="4005"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">mit</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s41_9" from="4006" to="4011"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ihr</f><f name="pos">PPOSAT</f><f name="msd">case=dat|number=sg|gender=neut</f></fs></f></fs></span><span id="s41_10" from="4012" to="4016"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">leid</f><f name="pos">NN</f><f name="msd">case=dat|number=sg|gender=neut</f></fs></f></fs></span><span id="s41_11" from="4017" to="4024"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sehen</f><f name="pos">VVPP</f><f name="msd">_</f></fs></f></fs></span><span id="s41_12" from="4025" to="4027"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">zu</f><f name="pos">PTKZU</f><f name="msd">_</f></fs></f></fs></span><span id="s41_13" from="4028" to="4034"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">werden</f><f name="pos">VAINF</f><f name="msd">_</f></fs></f></fs></span><span id="s41_14" from="4034" to="4035"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s41_15" from="4036" to="4038"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">um</f><f name="pos">KOUI</f><f name="msd">_</f></fs></f></fs></span><span id="s41_16" from="4039" to="4043"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sich</f><f name="pos">PRF</f><f name="msd">case=acc|number=sg|person=3</f></fs></f></fs></span><span id="s41_17" from="4044" to="4050"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">selber</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s41_18" from="4051" to="4058"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">glauben</f><f name="pos">VVINF</f><f name="msd">_</f></fs></f></fs></span><span id="s41_19" from="4059" to="4061"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">zu</f><f name="pos">PTKZU</f><f name="msd">_</f></fs></f></fs></span><span id="s41_20" from="4062" to="4068"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">können</f><f name="pos">VMINF</f><f name="msd">_</f></fs></f></fs></span><span id="s41_21" from="4068" to="4069"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s42_1" from="4070" to="4076"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">"mein</f><f name="pos">ADJA</f><f name="msd">case=nom|number=pl|gender=*</f></fs></f></fs></span><span id="s42_2" from="4077" to="4083"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">eltern</f><f name="pos">NN</f><f name="msd">case=nom|number=pl|gender=*</f></fs></f></fs></span><span id="s42_3" from="4084" to="4089"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">haben</f><f name="pos">VAFIN</f><f name="msd">number=pl|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s42_4" from="4090" to="4093"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sich</f><f name="pos">PPER</f><f name="msd">case=dat|number=sg|gender=*|person=1</f></fs></f></fs></span><span id="s42_5" from="4094" to="4099"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">immer</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s42_6" from="4100" to="4106"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sagen</f><f name="pos">VVPP</f><f name="msd">_</f></fs></f></fs></span><span id="s42_7" from="4106" to="4107"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s42_8" from="4108" to="4112"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">daß</f><f name="pos">KOUS</f><f name="msd">_</f></fs></f></fs></span><span id="s42_9" from="4113" to="4116"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ich</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=*|person=1</f></fs></f></fs></span><span id="s42_10" from="4117" to="4121"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">lug</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=1|tense=pres|mood=ind</f></fs></f></fs></span><span id="s42_11" from="4121" to="4122"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s43_1" from="4123" to="4126"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">PDS</f><f name="msd">case=nom|number=sg|gender=neut</f></fs></f></fs></span><span id="s43_2" from="4127" to="4133"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">brennen</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s43_3" from="4134" to="4138"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sich</f><f name="pos">PRF</f><f name="msd">case=acc|number=sg|person=3</f></fs></f></fs></span><span id="s43_4" from="4139" to="4142"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ein</f><f name="pos">PTKVZ</f><f name="msd">_</f></fs></f></fs></span><span id="s43_5" from="4142" to="4143"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s44_1" from="4144" to="4154"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">irgendwann</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s44_2" from="4155" to="4161"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">kommen</f><f name="pos">VVFIN</f><f name="msd">number=pl|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s44_3" from="4162" to="4173"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">tatsächlich</f><f name="pos">ADJD</f><f name="msd">degree=pos</f></fs></f></fs></span><span id="s44_4" from="4174" to="4181"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">zweifel</f><f name="pos">NN</f><f name="msd">case=nom|number=pl|gender=masc</f></fs></f></fs></span><span id="s44_5" from="4181" to="4182"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s44_6" from="4183" to="4185"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ob</f><f name="pos">KOUS</f><f name="msd">_</f></fs></f></fs></span><span id="s44_7" from="4186" to="4189"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">man</f><f name="pos">PIS</f><f name="msd">case=nom|number=sg|gender=*</f></fs></f></fs></span><span id="s44_8" from="4190" to="4194"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sich</f><f name="pos">PRF</f><f name="msd">case=dat|number=sg|person=3</f></fs></f></fs></span><span id="s44_9" from="4195" to="4198"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">PDS</f><f name="msd">case=acc|number=sg|gender=neut</f></fs></f></fs></span><span id="s44_10" from="4199" to="4204"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">alle</f><f name="pos">PIS</f><f name="msd">case=acc|number=sg|gender=neut</f></fs></f></fs></span><span id="s44_11" from="4205" to="4208"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">nur</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s44_12" from="4209" to="4219"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">einbildet"</f><f name="pos">ADJD</f><f name="msd">degree=pos</f></fs></f></fs></span><span id="s44_13" from="4219" to="4220"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s44_14" from="4221" to="4225"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sagen</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s44_15" from="4226" to="4229"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sie</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=fem|person=3</f></fs></f></fs></span><span id="s44_16" from="4229" to="4230"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s45_1" from="4231" to="4236"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">"dann</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s45_2" from="4237" to="4247"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">verfestigen</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s45_3" from="4248" to="4252"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sich</f><f name="pos">PRF</f><f name="msd">case=acc|number=sg|person=3</f></fs></f></fs></span><span id="s45_4" from="4253" to="4255"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">so</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s45_5" from="4256" to="4259"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ein</f><f name="pos">ART</f><f name="msd">case=nom|number=sg|gender=neut</f></fs></f></fs></span><span id="s45_6" from="4260" to="4271"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">furchtbar</f><f name="pos">ADJA</f><f name="msd">case=nom|number=sg|gender=neut|degree=pos</f></fs></f></fs></span><span id="s45_7" from="4272" to="4278"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">gefühl</f><f name="pos">NN</f><f name="msd">case=nom|number=sg|gender=neut</f></fs></f></fs></span><span id="s45_8" from="4278" to="4279"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s45_9" from="4280" to="4286"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">keiner</f><f name="pos">PIS</f><f name="msd">case=nom|number=sg|gender=masc</f></fs></f></fs></span><span id="s45_10" from="4287" to="4293"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">glauben</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s45_11" from="4294" to="4297"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sich</f><f name="pos">PPER</f><f name="msd">case=dat|number=sg|gender=*|person=1</f></fs></f></fs></span><span id="s45_12" from="4297" to="4298"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s45_13" from="4299" to="4305"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">keiner</f><f name="pos">PIS</f><f name="msd">case=nom|number=sg|gender=masc</f></fs></f></fs></span><span id="s45_14" from="4306" to="4311"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">helfen</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s45_15" from="4312" to="4315"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sich</f><f name="pos">PPER</f><f name="msd">case=dat|number=sg|gender=*|person=1</f></fs></f></fs></span><span id="s45_16" from="4315" to="4316"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s45_17" from="4317" to="4320"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ich</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=*|person=1</f></fs></f></fs></span><span id="s45_18" from="4321" to="4324"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sein</f><f name="pos">VAFIN</f><f name="msd">number=sg|person=1|tense=pres|mood=ind</f></fs></f></fs></span><span id="s45_19" from="4325" to="4331"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">nichts</f><f name="pos">PIS</f><f name="msd">case=*|number=*|gender=neut</f></fs></f></fs></span><span id="s45_20" from="4332" to="4336"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">wert</f><f name="pos">ADJD</f><f name="msd">degree=pos</f></fs></f></fs></span><span id="s45_21" from="4336" to="4337"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s45_22" from="4337" to="4338"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">"</f><f name="pos">XY</f><f name="msd">_</f></fs></f></fs></span><span id="s46_1" from="4339" to="4344"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">kein</f><f name="pos">PIAT</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s46_2" from="4345" to="4363"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">opferentschädigung</f><f name="pos">NN</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s46_3" from="4364" to="4367"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">vor</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s46_4" from="4368" to="4375"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">einiger</f><f name="pos">PIAT</f><f name="msd">case=dat|number=pl|gender=neut</f></fs></f></fs></span><span id="s46_5" from="4376" to="4382"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">jahr</f><f name="pos">NN</f><f name="msd">case=dat|number=pl|gender=neut</f></fs></f></fs></span><span id="s46_6" from="4383" to="4386"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">haben</f><f name="pos">VAFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s46_7" from="4387" to="4390"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sie</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=fem|person=3</f></fs></f></fs></span><span id="s46_8" from="4391" to="4399"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">versuchen</f><f name="pos">VVPP</f><f name="msd">_</f></fs></f></fs></span><span id="s46_9" from="4399" to="4400"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s46_10" from="4401" to="4412"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">finanziell</f><f name="pos">ADJA</f><f name="msd">case=acc|number=sg|gender=fem|degree=pos</f></fs></f></fs></span><span id="s46_11" from="4413" to="4426"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">unterstützung</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=fem</f></fs></f></fs></span><span id="s46_12" from="4427" to="4431"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">über</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s46_13" from="4432" to="4435"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=acc|number=sg|gender=neut</f></fs></f></fs></span><span id="s46_14" from="4436" to="4461"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">opferentschädigungsgesetz</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=neut</f></fs></f></fs></span><span id="s46_15" from="4462" to="4464"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">zu</f><f name="pos">PTKZU</f><f name="msd">_</f></fs></f></fs></span><span id="s46_16" from="4465" to="4473"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">bekommen</f><f name="pos">VVINF</f><f name="msd">_</f></fs></f></fs></span><span id="s46_17" from="4473" to="4474"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s47_1" from="4475" to="4481"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">dieser</f><f name="pos">PDAT</f><f name="msd">case=nom|number=sg|gender=neut</f></fs></f></fs></span><span id="s47_2" from="4482" to="4488"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">gesetz</f><f name="pos">NN</f><f name="msd">case=nom|number=sg|gender=neut</f></fs></f></fs></span><span id="s47_3" from="4489" to="4494"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sehen</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s47_4" from="4495" to="4519"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">entschädigungsleistung</f><f name="pos">NN</f><f name="msd">case=acc|number=pl|gender=fem</f></fs></f></fs></span><span id="s47_5" from="4520" to="4523"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">für</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s47_6" from="4524" to="4529"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">opfer</f><f name="pos">NN</f><f name="msd">case=acc|number=pl|gender=neut</f></fs></f></fs></span><span id="s47_7" from="4530" to="4533"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">von</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s47_8" from="4534" to="4545"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">gewalttat</f><f name="pos">NN</f><f name="msd">case=dat|number=pl|gender=neut</f></fs></f></fs></span><span id="s47_9" from="4546" to="4549"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">vor</f><f name="pos">PTKVZ</f><f name="msd">_</f></fs></f></fs></span><span id="s47_10" from="4549" to="4550"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s47_11" from="4551" to="4554"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s47_12" from="4555" to="4570"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">gesundheitlich</f><f name="pos">ADJA</f><f name="msd">case=acc|number=pl|gender=fem|degree=pos</f></fs></f></fs></span><span id="s47_13" from="4571" to="4578"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">schaden</f><f name="pos">NN</f><f name="msd">case=acc|number=pl|gender=fem</f></fs></f></fs></span><span id="s47_14" from="4579" to="4587"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">erleiden</f><f name="pos">VVPP</f><f name="msd">_</f></fs></f></fs></span><span id="s47_15" from="4588" to="4593"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">haben</f><f name="pos">VAFIN</f><f name="msd">number=pl|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s47_16" from="4593" to="4594"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s48_1" from="4595" to="4599"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">"das</f><f name="pos">NE</f><f name="msd">case=nom|number=pl|gender=neut</f></fs></f></fs></span><span id="s48_2" from="4600" to="4616"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">antragsprozedere</f><f name="pos">NN</f><f name="msd">case=nom|number=pl|gender=neut</f></fs></f></fs></span><span id="s48_3" from="4617" to="4620"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">haben</f><f name="pos">VAFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s48_4" from="4621" to="4629"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ungefähr</f><f name="pos">ADV</f><f name="msd">degree=pos</f></fs></f></fs></span><span id="s48_5" from="4630" to="4634"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">zwei</f><f name="pos">CARD</f><f name="msd">_</f></fs></f></fs></span><span id="s48_6" from="4635" to="4640"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">jahr</f><f name="pos">NN</f><f name="msd">case=acc|number=pl|gender=neut</f></fs></f></fs></span><span id="s48_7" from="4641" to="4650"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">gedeuet"</f><f name="pos">VVPP</f><f name="msd">_</f></fs></f></fs></span><span id="s48_8" from="4650" to="4651"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s48_9" from="4652" to="4659"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">erzählen</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s48_10" from="4660" to="4663"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sie</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=fem|person=3</f></fs></f></fs></span><span id="s48_11" from="4663" to="4664"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s49_1" from="4665" to="4676"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">schließlich</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s49_2" from="4677" to="4680"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sein</f><f name="pos">VAFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=subj</f></fs></f></fs></span><span id="s49_3" from="4681" to="4685"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">zwar</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s49_4" from="4686" to="4695"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">anerkennen</f><f name="pos">VVPP</f><f name="msd">_</f></fs></f></fs></span><span id="s49_5" from="4696" to="4702"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">werden</f><f name="pos">VAPP</f><f name="msd">_</f></fs></f></fs></span><span id="s49_6" from="4702" to="4703"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s49_7" from="4704" to="4708"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">dass</f><f name="pos">KOUS</f><f name="msd">_</f></fs></f></fs></span><span id="s49_8" from="4709" to="4713"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ihr</f><f name="pos">PPOSAT</f><f name="msd">case=nom|number=pl|gender=*</f></fs></f></fs></span><span id="s49_9" from="4714" to="4730"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">gesundheitlich</f><f name="pos">ADJA</f><f name="msd">case=nom|number=pl|gender=*|degree=pos</f></fs></f></fs></span><span id="s49_10" from="4731" to="4749"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">beeinträchtigung</f><f name="pos">NN</f><f name="msd">case=nom|number=pl|gender=fem</f></fs></f></fs></span><span id="s49_11" from="4750" to="4753"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">und</f><f name="pos">KON</f><f name="msd">_</f></fs></f></fs></span><span id="s49_12" from="4754" to="4767"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">behinderung</f><f name="pos">NN</f><f name="msd">case=nom|number=pl|gender=fem</f></fs></f></fs></span><span id="s49_13" from="4768" to="4772"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ein</f><f name="pos">ART</f><f name="msd">case=acc|number=sg|gender=fem</f></fs></f></fs></span><span id="s49_14" from="4773" to="4778"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">folge</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=fem</f></fs></f></fs></span><span id="s49_15" from="4779" to="4782"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=gen|number=sg|gender=masc</f></fs></f></fs></span><span id="s49_16" from="4783" to="4794"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">missbrauch</f><f name="pos">NN</f><f name="msd">case=gen|number=sg|gender=masc</f></fs></f></fs></span><span id="s49_17" from="4795" to="4799"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sein</f><f name="pos">VAFIN</f><f name="msd">number=pl|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s49_18" from="4799" to="4800"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s49_19" from="4801" to="4805"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">aber</f><f name="pos">KON</f><f name="msd">_</f></fs></f></fs></span><span id="s49_20" from="4806" to="4808"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">da</f><f name="pos">KOUS</f><f name="msd">_</f></fs></f></fs></span><span id="s49_21" from="4809" to="4812"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=nom|number=pl|gender=fem</f></fs></f></fs></span><span id="s49_22" from="4813" to="4818"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">tat</f><f name="pos">NN</f><f name="msd">case=nom|number=pl|gender=fem</f></fs></f></fs></span><span id="s49_23" from="4819" to="4822"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">vor</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s49_24" from="4823" to="4836"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">inkrafttreten</f><f name="pos">NN</f><f name="msd">case=dat|number=sg|gender=neut</f></fs></f></fs></span><span id="s49_25" from="4837" to="4840"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=gen|number=sg|gender=neut</f></fs></f></fs></span><span id="s49_26" from="4841" to="4849"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">gesetz</f><f name="pos">NN</f><f name="msd">case=gen|number=sg|gender=neut</f></fs></f></fs></span><span id="s49_27" from="4850" to="4854"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">1976</f><f name="pos">CARD</f><f name="msd">_</f></fs></f></fs></span><span id="s49_28" from="4855" to="4864"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">geschehen</f><f name="pos">VVPP</f><f name="msd">_</f></fs></f></fs></span><span id="s49_29" from="4865" to="4869"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sein</f><f name="pos">VAFIN</f><f name="msd">number=pl|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s49_30" from="4869" to="4870"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s49_31" from="4871" to="4876"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">fallen</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s49_32" from="4877" to="4880"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sie</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=fem|person=3</f></fs></f></fs></span><span id="s49_33" from="4881" to="4886"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">unter</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s49_34" from="4887" to="4891"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ein</f><f name="pos">ART</f><f name="msd">case=acc|number=sg|gender=fem</f></fs></f></fs></span><span id="s49_35" from="4892" to="4909"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">übergangsregelung</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=fem</f></fs></f></fs></span><span id="s49_36" from="4909" to="4910"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s50_1" from="4911" to="4916"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">dieser</f><f name="pos">PDS</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s50_2" from="4917" to="4922"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">setzen</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s50_3" from="4923" to="4927"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ein</f><f name="pos">ART</f><f name="msd">case=acc|number=sg|gender=fem</f></fs></f></fs></span><span id="s50_4" from="4928" to="4939"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">finanziell</f><f name="pos">ADJA</f><f name="msd">case=acc|number=sg|gender=fem|degree=pos</f></fs></f></fs></span><span id="s50_5" from="4940" to="4953"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">bedürftigkeit</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=fem</f></fs></f></fs></span><span id="s50_6" from="4954" to="4960"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">voraus</f><f name="pos">PTKVZ</f><f name="msd">_</f></fs></f></fs></span><span id="s50_7" from="4960" to="4961"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s50_8" from="4962" to="4964"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">um</f><f name="pos">KOUI</f><f name="msd">_</f></fs></f></fs></span><span id="s50_9" from="4965" to="4978"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">unterstützung</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=fem</f></fs></f></fs></span><span id="s50_10" from="4979" to="4981"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">zu</f><f name="pos">PTKZU</f><f name="msd">_</f></fs></f></fs></span><span id="s50_11" from="4982" to="4990"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">bekommen</f><f name="pos">VVINF</f><f name="msd">_</f></fs></f></fs></span><span id="s50_12" from="4991" to="4992"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s50_13" from="4993" to="4998"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">dafür</f><f name="pos">PROAV</f><f name="msd">_</f></fs></f></fs></span><span id="s50_14" from="4999" to="5002"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sein</f><f name="pos">VAFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s50_15" from="5003" to="5006"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ihr</f><f name="pos">PPOSAT</f><f name="msd">case=nom|number=sg|gender=neut</f></fs></f></fs></span><span id="s50_16" from="5007" to="5016"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">einkommen</f><f name="pos">NN</f><f name="msd">case=nom|number=sg|gender=neut</f></fs></f></fs></span><span id="s50_17" from="5017" to="5021"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">aber</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s50_18" from="5022" to="5027"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">nicht</f><f name="pos">PTKNEG</f><f name="msd">_</f></fs></f></fs></span><span id="s50_19" from="5028" to="5034"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">gering</f><f name="pos">ADJD</f><f name="msd">degree=pos</f></fs></f></fs></span><span id="s50_20" from="5035" to="5040"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">genug</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s50_21" from="5040" to="5041"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s51_1" from="5042" to="5048"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">"hätte</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=past|mood=subj</f></fs></f></fs></span><span id="s51_2" from="5049" to="5052"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=nom|number=sg|gender=masc</f></fs></f></fs></span><span id="s51_3" from="5053" to="5063"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">missbrauch</f><f name="pos">NN</f><f name="msd">case=nom|number=sg|gender=masc</f></fs></f></fs></span><span id="s51_4" from="5064" to="5068"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">nach</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s51_5" from="5069" to="5073"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">1976</f><f name="pos">CARD</f><f name="msd">_</f></fs></f></fs></span><span id="s51_6" from="5074" to="5087"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">stattfinden</f><f name="pos">VVPP</f><f name="msd">_</f></fs></f></fs></span><span id="s51_7" from="5087" to="5088"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s51_8" from="5089" to="5094"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">haben</f><f name="pos">VAFIN</f><f name="msd">number=sg|person=3|tense=past|mood=subj</f></fs></f></fs></span><span id="s51_9" from="5095" to="5098"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sich</f><f name="pos">PPER</f><f name="msd">case=dat|number=sg|gender=*|person=1</f></fs></f></fs></span><span id="s51_10" from="5099" to="5103"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ein</f><f name="pos">ART</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s51_11" from="5104" to="5130"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">berufsausfallentschädigung</f><f name="pos">NN</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s51_12" from="5131" to="5143"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">zustanden"</f><f name="pos">VVPP</f><f name="msd">_</f></fs></f></fs></span><span id="s51_13" from="5143" to="5144"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s51_14" from="5145" to="5149"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sagen</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s51_15" from="5150" to="5159"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">katharina</f><f name="pos">NE</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s51_16" from="5160" to="5168"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">grünberg</f><f name="pos">NE</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s51_17" from="5168" to="5169"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s52_1" from="5170" to="5174"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">"das</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s52_2" from="5175" to="5180"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">haben</f><f name="pos">VAFIN</f><f name="msd">number=sg|person=3|tense=past|mood=subj</f></fs></f></fs></span><span id="s52_3" from="5181" to="5185"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">zwar</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s52_4" from="5186" to="5189"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=acc|number=sg|gender=masc</f></fs></f></fs></span><span id="s52_5" from="5190" to="5200"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">missbrauch</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=masc</f></fs></f></fs></span><span id="s52_6" from="5201" to="5206"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">nicht</f><f name="pos">PTKNEG</f><f name="msd">_</f></fs></f></fs></span><span id="s52_7" from="5207" to="5213"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">wieder</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s52_8" from="5214" to="5223"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">gutmachen</f><f name="pos">VVINF</f><f name="msd">_</f></fs></f></fs></span><span id="s52_9" from="5224" to="5230"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">können</f><f name="pos">VMINF</f><f name="msd">_</f></fs></f></fs></span><span id="s52_10" from="5230" to="5231"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s52_11" from="5232" to="5236"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">aber</f><f name="pos">KON</f><f name="msd">_</f></fs></f></fs></span><span id="s52_12" from="5237" to="5239"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">es</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=neut|person=3</f></fs></f></fs></span><span id="s52_13" from="5240" to="5245"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">haben</f><f name="pos">VAFIN</f><f name="msd">number=sg|person=3|tense=past|mood=subj</f></fs></f></fs></span><span id="s52_14" from="5246" to="5249"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sich</f><f name="pos">PPER</f><f name="msd">case=dat|number=sg|gender=*|person=1</f></fs></f></fs></span><span id="s52_15" from="5250" to="5257"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ersparen</f><f name="pos">VVPP</f><f name="msd">_</f></fs></f></fs></span><span id="s52_16" from="5257" to="5258"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s52_17" from="5259" to="5264"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">neben</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s52_18" from="5265" to="5268"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=dat|number=sg|gender=masc</f></fs></f></fs></span><span id="s52_19" from="5269" to="5280"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">psychisch</f><f name="pos">ADJA</f><f name="msd">case=dat|number=sg|gender=masc|degree=pos</f></fs></f></fs></span><span id="s52_20" from="5281" to="5286"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">kampf</f><f name="pos">NN</f><f name="msd">case=dat|number=sg|gender=masc</f></fs></f></fs></span><span id="s52_21" from="5287" to="5290"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">um</f><f name="pos">APPRART</f><f name="msd">case=acc|number=sg|gender=neut</f></fs></f></fs></span><span id="s52_22" from="5291" to="5300"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">überleben</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=neut</f></fs></f></fs></span><span id="s52_23" from="5301" to="5305"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">auch</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s52_24" from="5306" to="5310"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">noch</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s52_25" from="5311" to="5314"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=acc|number=sg|gender=masc</f></fs></f></fs></span><span id="s52_26" from="5315" to="5329"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">existenziell</f><f name="pos">ADJA</f><f name="msd">case=acc|number=sg|gender=masc|degree=pos</f></fs></f></fs></span><span id="s52_27" from="5330" to="5345"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">überlebenskampf</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=masc</f></fs></f></fs></span><span id="s52_28" from="5346" to="5352"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">führen</f><f name="pos">VVINF</f><f name="msd">_</f></fs></f></fs></span><span id="s52_29" from="5353" to="5355"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">zu</f><f name="pos">PTKZU</f><f name="msd">_</f></fs></f></fs></span><span id="s52_30" from="5356" to="5362"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">müssen</f><f name="pos">VMINF</f><f name="msd">_</f></fs></f></fs></span><span id="s52_31" from="5362" to="5363"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s52_32" from="5363" to="5364"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">"</f><f name="pos">XY</f><f name="msd">_</f></fs></f></fs></span><span id="s53_1" from="5365" to="5375"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">stationär</f><f name="pos">ADJA</f><f name="msd">case=nom|number=sg|gender=fem|degree=pos</f></fs></f></fs></span><span id="s53_2" from="5376" to="5386"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">behandlung</f><f name="pos">NN</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s53_3" from="5387" to="5392"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">nötig</f><f name="pos">ADJD</f><f name="msd">degree=pos</f></fs></f></fs></span><span id="s53_4" from="5393" to="5396"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">was</f><f name="pos">PWS</f><f name="msd">case=acc|number=sg|gender=neut</f></fs></f></fs></span><span id="s53_5" from="5397" to="5406"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">katharina</f><f name="pos">NE</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s53_6" from="5407" to="5415"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">grünberg</f><f name="pos">NE</f><f name="msd">case=nom|number=sg|gender=*</f></fs></f></fs></span><span id="s53_7" from="5416" to="5421"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">zudem</f><f name="pos">PROAV</f><f name="msd">_</f></fs></f></fs></span><span id="s53_8" from="5422" to="5430"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">belasten</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s53_9" from="5430" to="5431"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s53_10" from="5432" to="5436"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sein</f><f name="pos">VAFIN</f><f name="msd">number=pl|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s53_11" from="5437" to="5440"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=nom|number=pl|gender=fem</f></fs></f></fs></span><span id="s53_12" from="5441" to="5453"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">wiederholt</f><f name="pos">ADJA</f><f name="msd">case=nom|number=pl|gender=fem|degree=pos</f></fs></f></fs></span><span id="s53_13" from="5454" to="5474"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">auseinandersetzung</f><f name="pos">NN</f><f name="msd">case=nom|number=pl|gender=fem</f></fs></f></fs></span><span id="s53_14" from="5475" to="5478"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">mit</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s53_15" from="5479" to="5484"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ihr</f><f name="pos">PPOSAT</f><f name="msd">case=dat|number=sg|gender=fem</f></fs></f></fs></span><span id="s53_16" from="5485" to="5493"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">privat</f><f name="pos">ADJA</f><f name="msd">case=dat|number=sg|gender=fem|degree=pos</f></fs></f></fs></span><span id="s53_17" from="5494" to="5506"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">krankenkasse</f><f name="pos">NN</f><f name="msd">case=dat|number=sg|gender=fem</f></fs></f></fs></span><span id="s53_18" from="5506" to="5507"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s54_1" from="5508" to="5512"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">zwar</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s54_2" from="5513" to="5517"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">haben</f><f name="pos">VAFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=subj</f></fs></f></fs></span><span id="s54_3" from="5518" to="5521"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=acc|number=sg|gender=fem</f></fs></f></fs></span><span id="s54_4" from="5522" to="5527"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">kasse</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=fem</f></fs></f></fs></span><span id="s54_5" from="5528" to="5533"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">neben</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s54_6" from="5534" to="5538"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">zwei</f><f name="pos">CARD</f><f name="msd">_</f></fs></f></fs></span><span id="s54_7" from="5539" to="5549"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ambulant</f><f name="pos">ADJA</f><f name="msd">case=dat|number=pl|gender=neut|degree=pos</f></fs></f></fs></span><span id="s54_8" from="5550" to="5559"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">therapie</f><f name="pos">NN</f><f name="msd">case=dat|number=pl|gender=neut</f></fs></f></fs></span><span id="s54_9" from="5560" to="5564"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">auch</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s54_10" from="5565" to="5575"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">stationär</f><f name="pos">ADJA</f><f name="msd">case=acc|number=pl|gender=fem|degree=pos</f></fs></f></fs></span><span id="s54_11" from="5576" to="5585"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">therapie</f><f name="pos">NN</f><f name="msd">case=acc|number=pl|gender=fem</f></fs></f></fs></span><span id="s54_12" from="5586" to="5593"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">bezahlen</f><f name="pos">VVPP</f><f name="msd">_</f></fs></f></fs></span><span id="s54_13" from="5593" to="5594"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s54_14" from="5595" to="5599"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">doch</f><f name="pos">KON</f><f name="msd">_</f></fs></f></fs></span><span id="s54_15" from="5600" to="5604"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ein</f><f name="pos">ART</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s54_16" from="5605" to="5608"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">von</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s54_17" from="5609" to="5612"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=dat|number=pl|gender=masc</f></fs></f></fs></span><span id="s54_18" from="5613" to="5625"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">behandelnd</f><f name="pos">ADJA</f><f name="msd">case=dat|number=pl|gender=masc|degree=pos</f></fs></f></fs></span><span id="s54_19" from="5626" to="5632"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">arzt</f><f name="pos">NN</f><f name="msd">case=dat|number=pl|gender=masc</f></fs></f></fs></span><span id="s54_20" from="5633" to="5636"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">als</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s54_21" from="5637" to="5646"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">notwendig</f><f name="pos">ADJD</f><f name="msd">degree=pos</f></fs></f></fs></span><span id="s54_22" from="5647" to="5656"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">erachtet</f><f name="pos">ADJA</f><f name="msd">case=acc|number=sg|gender=fem|degree=pos</f></fs></f></fs></span><span id="s54_23" from="5657" to="5669"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">verlängerung</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=fem</f></fs></f></fs></span><span id="s54_24" from="5670" to="5673"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=gen|number=sg|gender=fem</f></fs></f></fs></span><span id="s54_25" from="5674" to="5685"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">stationär</f><f name="pos">ADJA</f><f name="msd">case=gen|number=sg|gender=fem|degree=pos</f></fs></f></fs></span><span id="s54_26" from="5686" to="5697"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">aufenthalt</f><f name="pos">NN</f><f name="msd">case=gen|number=sg|gender=fem</f></fs></f></fs></span><span id="s54_27" from="5698" to="5702"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">über</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s54_28" from="5703" to="5707"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">vier</f><f name="pos">CARD</f><f name="msd">_</f></fs></f></fs></span><span id="s54_29" from="5708" to="5714"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">woche</f><f name="pos">NN</f><f name="msd">case=acc|number=pl|gender=fem</f></fs></f></fs></span><span id="s54_30" from="5715" to="5721"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">hinaus</f><f name="pos">APZR</f><f name="msd">_</f></fs></f></fs></span><span id="s54_31" from="5722" to="5725"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sein</f><f name="pos">VAFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=subj</f></fs></f></fs></span><span id="s54_32" from="5726" to="5731"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">jeder</f><f name="pos">PIAT</f><f name="msd">case=nom|number=sg|gender=neut</f></fs></f></fs></span><span id="s54_33" from="5732" to="5735"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">mal</f><f name="pos">NN</f><f name="msd">case=nom|number=sg|gender=neut</f></fs></f></fs></span><span id="s54_34" from="5736" to="5745"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ablehnen</f><f name="pos">VVPP</f><f name="msd">_</f></fs></f></fs></span><span id="s54_35" from="5746" to="5752"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">werden</f><f name="pos">VAPP</f><f name="msd">_</f></fs></f></fs></span><span id="s54_36" from="5753" to="5754"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s54_37" from="5755" to="5760"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">immer</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s54_38" from="5761" to="5764"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">mit</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s54_39" from="5765" to="5768"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=dat|number=sg|gender=fem</f></fs></f></fs></span><span id="s54_40" from="5769" to="5779"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">begründung</f><f name="pos">NN</f><f name="msd">case=dat|number=sg|gender=fem</f></fs></f></fs></span><span id="s54_41" from="5779" to="5780"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s54_42" from="5781" to="5785"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">dieser</f><f name="pos">PDS</f><f name="msd">case=nom|number=sg|gender=neut</f></fs></f></fs></span><span id="s54_43" from="5786" to="5789"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sein</f><f name="pos">VAFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=subj</f></fs></f></fs></span><span id="s54_44" from="5790" to="5801"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">medizinisch</f><f name="pos">ADJD</f><f name="msd">degree=pos</f></fs></f></fs></span><span id="s54_45" from="5802" to="5807"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">nicht</f><f name="pos">PTKNEG</f><f name="msd">_</f></fs></f></fs></span><span id="s54_46" from="5808" to="5817"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">notwendig</f><f name="pos">ADJD</f><f name="msd">degree=pos</f></fs></f></fs></span><span id="s54_47" from="5817" to="5818"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s55_1" from="5819" to="5823"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">"das</f><f name="pos">NE</f><f name="msd">case=nom|number=sg|gender=*</f></fs></f></fs></span><span id="s55_2" from="5824" to="5833"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">bedeuten</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=past|mood=ind</f></fs></f></fs></span><span id="s55_3" from="5833" to="5834"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s55_4" from="5835" to="5839"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">daß</f><f name="pos">KOUS</f><f name="msd">_</f></fs></f></fs></span><span id="s55_5" from="5840" to="5843"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ich</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=*|person=1</f></fs></f></fs></span><span id="s55_6" from="5844" to="5847"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=acc|number=sg|gender=masc</f></fs></f></fs></span><span id="s55_7" from="5848" to="5858"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">begonnen</f><f name="pos">ADJA</f><f name="msd">case=acc|number=sg|gender=masc|degree=pos</f></fs></f></fs></span><span id="s55_8" from="5859" to="5864"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">gut</f><f name="pos">ADJA</f><f name="msd">case=acc|number=sg|gender=masc|degree=pos</f></fs></f></fs></span><span id="s55_9" from="5865" to="5872"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">prozess</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=masc</f></fs></f></fs></span><span id="s55_10" from="5873" to="5879"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">leider</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s55_11" from="5880" to="5889"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">abbrechen</f><f name="pos">VVINF</f><f name="msd">_</f></fs></f></fs></span><span id="s55_12" from="5890" to="5896"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">mussen</f><f name="pos">ADJA</f><f name="msd">number=sg|person=3|tense=past|mood=ind</f></fs></f></fs></span><span id="s55_13" from="5897" to="5900"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">und</f><f name="pos">KON</f><f name="msd">_</f></fs></f></fs></span><span id="s55_14" from="5901" to="5909"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">instabil</f><f name="pos">ADJD</f><f name="msd">degree=pos</f></fs></f></fs></span><span id="s55_15" from="5910" to="5919"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">entlassen</f><f name="pos">VVPP</f><f name="msd">_</f></fs></f></fs></span><span id="s55_16" from="5920" to="5926"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">wurde"</f><f name="pos">VAFIN</f><f name="msd">number=sg|person=3|tense=past|mood=ind</f></fs></f></fs></span><span id="s55_17" from="5926" to="5927"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s55_18" from="5928" to="5937"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">erläutern</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s55_19" from="5938" to="5941"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sie</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=fem|person=3</f></fs></f></fs></span><span id="s55_20" from="5941" to="5942"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s56_1" from="5943" to="5948"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">"auch</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s56_2" from="5949" to="5952"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">aus</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s56_3" from="5953" to="5958"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sicht</f><f name="pos">NN</f><f name="msd">case=dat|number=sg|gender=fem</f></fs></f></fs></span><span id="s56_4" from="5959" to="5965"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">mein</f><f name="pos">PPOSAT</f><f name="msd">case=gen|number=sg|gender=neut</f></fs></f></fs></span><span id="s56_5" from="5966" to="5972"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">arzt</f><f name="pos">NN</f><f name="msd">case=gen|number=sg|gender=neut</f></fs></f></fs></span><span id="s56_6" from="5973" to="5976"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sein</f><f name="pos">VAFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s56_7" from="5977" to="5981"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ein</f><f name="pos">ART</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s56_8" from="5982" to="5992"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">stationär</f><f name="pos">ADJA</f><f name="msd">case=nom|number=sg|gender=fem|degree=pos</f></fs></f></fs></span><span id="s56_9" from="5993" to="6003"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">behandlung</f><f name="pos">NN</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s56_10" from="6004" to="6012"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">dringend</f><f name="pos">ADJD</f><f name="msd">degree=pos</f></fs></f></fs></span><span id="s56_11" from="6013" to="6025"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">erforderlich</f><f name="pos">ADJD</f><f name="msd">degree=pos</f></fs></f></fs></span><span id="s56_12" from="6026" to="6027"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s56_13" from="6028" to="6032"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">aber</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s56_14" from="6033" to="6037"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">vier</f><f name="pos">CARD</f><f name="msd">_</f></fs></f></fs></span><span id="s56_15" from="6038" to="6044"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">woche</f><f name="pos">NN</f><f name="msd">case=dat|number=pl|gender=fem</f></fs></f></fs></span><span id="s56_16" from="6045" to="6052"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">reichen</f><f name="pos">VVFIN</f><f name="msd">number=pl|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s56_17" from="6053" to="6057"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">eben</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s56_18" from="6058" to="6063"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">nicht</f><f name="pos">PTKNEG</f><f name="msd">_</f></fs></f></fs></span><span id="s56_19" from="6063" to="6064"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s57_1" from="6065" to="6067"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">es</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=neut|person=3</f></fs></f></fs></span><span id="s57_2" from="6068" to="6074"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">gehören</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s57_3" from="6075" to="6079"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sehr</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s57_4" from="6080" to="6084"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">viel</f><f name="pos">PIAT</f><f name="msd">case=*|number=*|gender=*</f></fs></f></fs></span><span id="s57_5" from="6085" to="6088"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">mut</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=masc</f></fs></f></fs></span><span id="s57_6" from="6089" to="6093"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">dazu</f><f name="pos">PROAV</f><f name="msd">_</f></fs></f></fs></span><span id="s57_7" from="6093" to="6094"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s57_8" from="6095" to="6099"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sich</f><f name="pos">PRF</f><f name="msd">case=acc|number=sg|person=3</f></fs></f></fs></span><span id="s57_9" from="6100" to="6103"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=dat|number=sg|gender=fem</f></fs></f></fs></span><span id="s57_10" from="6104" to="6117"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">vergangenheit</f><f name="pos">NN</f><f name="msd">case=dat|number=sg|gender=fem</f></fs></f></fs></span><span id="s57_11" from="6118" to="6120"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">zu</f><f name="pos">PTKZU</f><f name="msd">_</f></fs></f></fs></span><span id="s57_12" from="6121" to="6128"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">stellen</f><f name="pos">VVINF</f><f name="msd">_</f></fs></f></fs></span><span id="s57_13" from="6128" to="6129"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s57_14" from="6130" to="6133"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">und</f><f name="pos">KON</f><f name="msd">_</f></fs></f></fs></span><span id="s57_15" from="6134" to="6137"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ich</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=*|person=1</f></fs></f></fs></span><span id="s57_16" from="6138" to="6142"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">haben</f><f name="pos">VAFIN</f><f name="msd">number=sg|person=1|tense=pres|mood=ind</f></fs></f></fs></span><span id="s57_17" from="6143" to="6148"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">schon</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s57_18" from="6149" to="6153"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">viel</f><f name="pos">PIS</f><f name="msd">case=*|number=*|gender=*</f></fs></f></fs></span><span id="s57_19" from="6154" to="6162"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">erreichen</f><f name="pos">VVPP</f><f name="msd">_</f></fs></f></fs></span><span id="s57_20" from="6162" to="6163"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s58_1" from="6164" to="6168"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">doch</f><f name="pos">KON</f><f name="msd">_</f></fs></f></fs></span><span id="s58_2" from="6169" to="6172"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s58_3" from="6173" to="6178"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">seele</f><f name="pos">NN</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s58_4" from="6178" to="6179"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s58_5" from="6180" to="6183"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">PRELS</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s58_6" from="6184" to="6189"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">durch</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s58_7" from="6190" to="6193"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=acc|number=sg|gender=masc</f></fs></f></fs></span><span id="s58_8" from="6194" to="6204"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">missbrauch</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=masc</f></fs></f></fs></span><span id="s58_9" from="6205" to="6207"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">in</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s58_10" from="6208" to="6219"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">einzelteil</f><f name="pos">NN</f><f name="msd">case=acc|number=pl|gender=neut</f></fs></f></fs></span><span id="s58_11" from="6220" to="6227"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">zerlegen</f><f name="pos">VVPP</f><f name="msd">_</f></fs></f></fs></span><span id="s58_12" from="6228" to="6233"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">werden</f><f name="pos">VAFIN</f><f name="msd">number=sg|person=3|tense=past|mood=ind</f></fs></f></fs></span><span id="s58_13" from="6233" to="6234"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s58_14" from="6235" to="6242"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">brauchen</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s58_15" from="6243" to="6247"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">zeit</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=fem</f></fs></f></fs></span><span id="s58_16" from="6248" to="6251"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">und</f><f name="pos">KON</f><f name="msd">_</f></fs></f></fs></span><span id="s58_17" from="6252" to="6266"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">professionell</f><f name="pos">ADJA</f><f name="msd">case=acc|number=sg|gender=fem|degree=pos</f></fs></f></fs></span><span id="s58_18" from="6267" to="6280"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">unterstützung</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=fem</f></fs></f></fs></span><span id="s58_19" from="6280" to="6281"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s58_20" from="6282" to="6284"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">um</f><f name="pos">KOUI</f><f name="msd">_</f></fs></f></fs></span><span id="s58_21" from="6285" to="6287"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">zu</f><f name="pos">PTKZU</f><f name="msd">_</f></fs></f></fs></span><span id="s58_22" from="6288" to="6294"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">heilen</f><f name="pos">VVINF</f><f name="msd">_</f></fs></f></fs></span><span id="s58_23" from="6294" to="6295"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s59_1" from="6296" to="6299"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ich</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=*|person=1</f></fs></f></fs></span><span id="s59_2" from="6300" to="6304"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">haben</f><f name="pos">VAFIN</f><f name="msd">number=sg|person=1|tense=pres|mood=ind</f></fs></f></fs></span><span id="s59_3" from="6305" to="6309"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ein</f><f name="pos">ART</f><f name="msd">case=acc|number=sg|gender=fem</f></fs></f></fs></span><span id="s59_4" from="6310" to="6321"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">perspektive</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=fem</f></fs></f></fs></span><span id="s59_5" from="6321" to="6322"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s59_6" from="6323" to="6330"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">endlich</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s59_7" from="6331" to="6334"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ein</f><f name="pos">ART</f><f name="msd">case=nom|number=sg|gender=neut</f></fs></f></fs></span><span id="s59_8" from="6335" to="6340"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">leben</f><f name="pos">NN</f><f name="msd">case=nom|number=sg|gender=neut</f></fs></f></fs></span><span id="s59_9" from="6341" to="6345"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ohne</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s59_10" from="6346" to="6355"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">therapie</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=neut</f></fs></f></fs></span><span id="s59_11" from="6355" to="6356"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s60_1" from="6357" to="6361"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">aber</f><f name="pos">KON</f><f name="msd">_</f></fs></f></fs></span><span id="s60_2" from="6362" to="6365"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ich</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=*|person=1</f></fs></f></fs></span><span id="s60_3" from="6366" to="6370"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">können</f><f name="pos">VMFIN</f><f name="msd">number=sg|person=1|tense=pres|mood=ind</f></fs></f></fs></span><span id="s60_4" from="6371" to="6374"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=acc|number=pl|gender=*</f></fs></f></fs></span><span id="s60_5" from="6375" to="6381"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">kosten</f><f name="pos">NN</f><f name="msd">case=acc|number=pl|gender=*</f></fs></f></fs></span><span id="s60_6" from="6382" to="6385"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">für</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s60_7" from="6386" to="6389"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=acc|number=sg|gender=masc</f></fs></f></fs></span><span id="s60_8" from="6390" to="6406"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">klinikaufenthalt</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=masc</f></fs></f></fs></span><span id="s60_9" from="6407" to="6412"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">nicht</f><f name="pos">PTKNEG</f><f name="msd">_</f></fs></f></fs></span><span id="s60_10" from="6413" to="6419"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">selbst</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s60_11" from="6420" to="6430"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">aufbringen</f><f name="pos">VVINF</f><f name="msd">_</f></fs></f></fs></span><span id="s60_12" from="6430" to="6431"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s60_13" from="6432" to="6436"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">wenn</f><f name="pos">KOUS</f><f name="msd">_</f></fs></f></fs></span><span id="s60_14" from="6437" to="6440"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s60_15" from="6441" to="6453"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">krankenkasse</f><f name="pos">NN</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s60_16" from="6454" to="6457"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sie</f><f name="pos">PPER</f><f name="msd">case=acc|number=*|gender=*|person=3</f></fs></f></fs></span><span id="s60_17" from="6458" to="6463"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">nicht</f><f name="pos">PTKNEG</f><f name="msd">_</f></fs></f></fs></span><span id="s60_18" from="6464" to="6473"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">übernehmen</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s60_19" from="6473" to="6474"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s60_20" from="6474" to="6475"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">"</f><f name="pos">XY</f><f name="msd">_</f></fs></f></fs></span><span id="s61_1" from="6476" to="6481"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">fonds</f><f name="pos">NN</f><f name="msd">case=nom|number=*|gender=masc</f></fs></f></fs></span><span id="s61_2" from="6482" to="6485"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">für</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s61_3" from="6486" to="6502"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">missbrauchsopfer</f><f name="pos">ADJA</f><f name="msd">case=*|number=*|gender=*|degree=pos</f></fs></f></fs></span><span id="s61_4" from="6503" to="6508"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">groß</f><f name="pos">ADJA</f><f name="msd">case=acc|number=sg|gender=fem|degree=pos</f></fs></f></fs></span><span id="s61_5" from="6509" to="6517"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">hoffnung</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=fem</f></fs></f></fs></span><span id="s61_6" from="6518" to="6523"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">setzen</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s61_7" from="6524" to="6533"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">katharina</f><f name="pos">NE</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s61_8" from="6534" to="6542"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">grünberg</f><f name="pos">NE</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s61_9" from="6543" to="6548"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">jetzt</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s61_10" from="6549" to="6552"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">auf</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s61_11" from="6553" to="6556"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=acc|number=sg|gender=masc</f></fs></f></fs></span><span id="s61_12" from="6557" to="6562"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">fonds</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=masc</f></fs></f></fs></span><span id="s61_13" from="6563" to="6566"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">für</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s61_14" from="6567" to="6572"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">opfer</f><f name="pos">NN</f><f name="msd">case=acc|number=pl|gender=neut</f></fs></f></fs></span><span id="s61_15" from="6573" to="6582"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sexuell</f><f name="pos">ADJA</f><f name="msd">case=gen|number=sg|gender=masc|degree=pos</f></fs></f></fs></span><span id="s61_16" from="6583" to="6594"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">missbrauch</f><f name="pos">NN</f><f name="msd">case=gen|number=sg|gender=masc</f></fs></f></fs></span><span id="s61_17" from="6594" to="6595"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s61_18" from="6596" to="6599"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">PRELS</f><f name="msd">case=nom|number=sg|gender=masc</f></fs></f></fs></span><span id="s61_19" from="6600" to="6602"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">in</f><f name="pos">APPRART</f><f name="msd">case=dat|number=sg|gender=masc</f></fs></f></fs></span><span id="s61_20" from="6603" to="6606"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">mai</f><f name="pos">NN</f><f name="msd">case=dat|number=sg|gender=masc</f></fs></f></fs></span><span id="s61_21" from="6607" to="6614"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">starten</f><f name="pos">VVINF</f><f name="msd">_</f></fs></f></fs></span><span id="s61_22" from="6615" to="6619"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sollen</f><f name="pos">VMFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s61_23" from="6619" to="6620"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s62_1" from="6621" to="6627"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">dieser</f><f name="pos">PDAT</f><f name="msd">case=nom|number=sg|gender=masc</f></fs></f></fs></span><span id="s62_2" from="6628" to="6638"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">hilfsfonds</f><f name="pos">NN</f><f name="msd">case=nom|number=sg|gender=masc</f></fs></f></fs></span><span id="s62_3" from="6639" to="6642"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sein</f><f name="pos">VAFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s62_4" from="6643" to="6647"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">teil</f><f name="pos">NN</f><f name="msd">case=nom|number=sg|gender=masc</f></fs></f></fs></span><span id="s62_5" from="6648" to="6653"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ein</f><f name="pos">ART</f><f name="msd">case=gen|number=sg|gender=masc</f></fs></f></fs></span><span id="s62_6" from="6654" to="6662"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">gesetz</f><f name="pos">NN</f><f name="msd">case=gen|number=sg|gender=masc</f></fs></f></fs></span><span id="s62_7" from="6663" to="6666"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">zu</f><f name="pos">APPRART</f><f name="msd">case=dat|number=sg|gender=fem</f></fs></f></fs></span><span id="s62_8" from="6667" to="6675"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">stärkung</f><f name="pos">NN</f><f name="msd">case=dat|number=sg|gender=fem</f></fs></f></fs></span><span id="s62_9" from="6676" to="6679"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=gen|number=sg|gender=fem</f></fs></f></fs></span><span id="s62_10" from="6680" to="6686"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">recht</f><f name="pos">NN</f><f name="msd">case=gen|number=sg|gender=fem</f></fs></f></fs></span><span id="s62_11" from="6687" to="6690"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">von</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s62_12" from="6691" to="6708"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">missbrauchsopfer</f><f name="pos">NN</f><f name="msd">case=dat|number=pl|gender=masc</f></fs></f></fs></span><span id="s62_13" from="6708" to="6709"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s62_14" from="6710" to="6713"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">PRELS</f><f name="msd">case=acc|number=sg|gender=neut</f></fs></f></fs></span><span id="s62_15" from="6714" to="6717"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=nom|number=sg|gender=masc</f></fs></f></fs></span><span id="s62_16" from="6718" to="6727"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">bundestag</f><f name="pos">NN</f><f name="msd">case=nom|number=sg|gender=masc</f></fs></f></fs></span><span id="s62_17" from="6728" to="6733"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">mitte</f><f name="pos">NN</f><f name="msd">case=*|number=sg|gender=fem</f></fs></f></fs></span><span id="s62_18" from="6734" to="6738"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">märz</f><f name="pos">NN</f><f name="msd">case=*|number=sg|gender=masc</f></fs></f></fs></span><span id="s62_19" from="6739" to="6745"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">dieser</f><f name="pos">PDAT</f><f name="msd">case=gen|number=sg|gender=neut</f></fs></f></fs></span><span id="s62_20" from="6746" to="6752"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">jahr</f><f name="pos">NN</f><f name="msd">case=gen|number=sg|gender=neut</f></fs></f></fs></span><span id="s62_21" from="6753" to="6766"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">verabschieden</f><f name="pos">VVPP</f><f name="msd">_</f></fs></f></fs></span><span id="s62_22" from="6767" to="6770"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">haben</f><f name="pos">VAFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s62_23" from="6770" to="6771"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s63_1" from="6772" to="6775"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=nom|number=sg|gender=neut</f></fs></f></fs></span><span id="s63_2" from="6776" to="6782"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">gesetz</f><f name="pos">NN</f><f name="msd">case=nom|number=sg|gender=neut</f></fs></f></fs></span><span id="s63_3" from="6783" to="6791"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">wiederum</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s63_4" from="6792" to="6796"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">gehen</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s63_5" from="6797" to="6803"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">zurück</f><f name="pos">PTKVZ</f><f name="msd">_</f></fs></f></fs></span><span id="s63_6" from="6804" to="6807"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">auf</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s63_7" from="6808" to="6820"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">empfehlung</f><f name="pos">NN</f><f name="msd">case=acc|number=pl|gender=fem</f></fs></f></fs></span><span id="s63_8" from="6821" to="6824"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=gen|number=sg|gender=masc</f></fs></f></fs></span><span id="s63_9" from="6825" to="6831"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">rund</f><f name="pos">NN</f><f name="msd">case=gen|number=sg|gender=masc</f></fs></f></fs></span><span id="s63_10" from="6832" to="6839"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">tisch</f><f name="pos">NE</f><f name="msd">case=gen|number=sg|gender=masc</f></fs></f></fs></span><span id="s63_11" from="6840" to="6850"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">"sexueller</f><f name="pos">ADJA</f><f name="msd">case=gen|number=sg|gender=masc|degree=pos</f></fs></f></fs></span><span id="s63_12" from="6851" to="6868"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">kindesmissbrauch"</f><f name="pos">NN</f><f name="msd">case=gen|number=sg|gender=masc</f></fs></f></fs></span><span id="s63_13" from="6868" to="6869"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s64_1" from="6870" to="6876"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">dieser</f><f name="pos">PDAT</f><f name="msd">case=nom|number=sg|gender=neut</f></fs></f></fs></span><span id="s64_2" from="6877" to="6884"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">gremium</f><f name="pos">NN</f><f name="msd">case=nom|number=sg|gender=neut</f></fs></f></fs></span><span id="s64_3" from="6885" to="6888"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sein</f><f name="pos">VAFIN</f><f name="msd">number=sg|person=3|tense=past|mood=ind</f></fs></f></fs></span><span id="s64_4" from="6889" to="6893"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">2010</f><f name="pos">CARD</f><f name="msd">_</f></fs></f></fs></span><span id="s64_5" from="6894" to="6906"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">einrichten</f><f name="pos">VVPP</f><f name="msd">_</f></fs></f></fs></span><span id="s64_6" from="6907" to="6913"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">werden</f><f name="pos">VAPP</f><f name="msd">_</f></fs></f></fs></span><span id="s64_7" from="6913" to="6914"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s64_8" from="6915" to="6922"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">nachdem</f><f name="pos">KOUS</f><f name="msd">_</f></fs></f></fs></span><span id="s64_9" from="6923" to="6931"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">tausend</f><f name="pos">NN</f><f name="msd">case=nom|number=pl|gender=neut</f></fs></f></fs></span><span id="s64_10" from="6932" to="6937"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">fall</f><f name="pos">NN</f><f name="msd">case=nom|number=pl|gender=neut</f></fs></f></fs></span><span id="s64_11" from="6938" to="6941"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">von</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s64_12" from="6942" to="6958"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">kindesmissbrauch</f><f name="pos">NN</f><f name="msd">case=dat|number=sg|gender=masc</f></fs></f></fs></span><span id="s64_13" from="6959" to="6961"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">in</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s64_14" from="6962" to="6973"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">kirchlich</f><f name="pos">ADJA</f><f name="msd">case=dat|number=pl|gender=fem|degree=pos</f></fs></f></fs></span><span id="s64_15" from="6974" to="6987"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">einrichtung</f><f name="pos">NN</f><f name="msd">case=dat|number=pl|gender=fem</f></fs></f></fs></span><span id="s64_16" from="6987" to="6988"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s64_17" from="6989" to="6999"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">internat</f><f name="pos">NN</f><f name="msd">case=dat|number=pl|gender=masc</f></fs></f></fs></span><span id="s64_18" from="7000" to="7003"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">und</f><f name="pos">KON</f><f name="msd">_</f></fs></f></fs></span><span id="s64_19" from="7004" to="7010"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">heime</f><f name="pos">NN</f><f name="msd">case=dat|number=pl|gender=masc</f></fs></f></fs></span><span id="s64_20" from="7011" to="7026"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">bekanntwerden</f><f name="pos">VVPP</f><f name="msd">_</f></fs></f></fs></span><span id="s64_21" from="7027" to="7032"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sein</f><f name="pos">VAFIN</f><f name="msd">number=pl|person=3|tense=past|mood=ind</f></fs></f></fs></span><span id="s64_22" from="7032" to="7033"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s65_1" from="7034" to="7038"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">nach</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s65_2" from="7039" to="7057"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">anderthalbjährig</f><f name="pos">ADJA</f><f name="msd">case=dat|number=sg|gender=fem|degree=pos</f></fs></f></fs></span><span id="s65_3" from="7058" to="7066"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">beratung</f><f name="pos">NN</f><f name="msd">case=dat|number=sg|gender=fem</f></fs></f></fs></span><span id="s65_4" from="7067" to="7072"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">haben</f><f name="pos">VAFIN</f><f name="msd">number=sg|person=3|tense=past|mood=ind</f></fs></f></fs></span><span id="s65_5" from="7073" to="7076"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=nom|number=sg|gender=masc</f></fs></f></fs></span><span id="s65_6" from="7077" to="7082"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">runde</f><f name="pos">ADJA</f><f name="msd">case=nom|number=sg|gender=masc|degree=pos</f></fs></f></fs></span><span id="s65_7" from="7083" to="7088"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">tisch</f><f name="pos">NN</f><f name="msd">case=nom|number=sg|gender=masc</f></fs></f></fs></span><span id="s65_8" from="7089" to="7093"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ende</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=neut</f></fs></f></fs></span><span id="s65_9" from="7094" to="7098"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">2011</f><f name="pos">CARD</f><f name="msd">_</f></fs></f></fs></span><span id="s65_10" from="7099" to="7104"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">unter</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s65_11" from="7105" to="7112"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">anderer</f><f name="pos">PIS</f><f name="msd">case=dat|number=sg|gender=neut</f></fs></f></fs></span><span id="s65_12" from="7113" to="7122"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">empfehlen</f><f name="pos">VVPP</f><f name="msd">_</f></fs></f></fs></span><span id="s65_13" from="7122" to="7123"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s65_14" from="7124" to="7129"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ein</f><f name="pos">ART</f><f name="msd">case=acc|number=sg|gender=masc</f></fs></f></fs></span><span id="s65_15" from="7130" to="7135"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">fonds</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=masc</f></fs></f></fs></span><span id="s65_16" from="7136" to="7138"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">in</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s65_17" from="7139" to="7143"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">höhe</f><f name="pos">NN</f><f name="msd">case=dat|number=sg|gender=fem</f></fs></f></fs></span><span id="s65_18" from="7144" to="7147"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">von</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s65_19" from="7148" to="7151"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">100</f><f name="pos">CARD</f><f name="msd">_</f></fs></f></fs></span><span id="s65_20" from="7152" to="7161"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">million</f><f name="pos">NN</f><f name="msd">case=dat|number=pl|gender=fem</f></fs></f></fs></span><span id="s65_21" from="7162" to="7166"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">euro</f><f name="pos">NN</f><f name="msd">case=dat|number=sg|gender=masc</f></fs></f></fs></span><span id="s65_22" from="7167" to="7169"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">zu</f><f name="pos">PTKZU</f><f name="msd">_</f></fs></f></fs></span><span id="s65_23" from="7170" to="7178"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">schaffen</f><f name="pos">VVINF</f><f name="msd">_</f></fs></f></fs></span><span id="s65_24" from="7178" to="7179"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s65_25" from="7180" to="7183"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">PRELS</f><f name="msd">case=nom|number=sg|gender=masc</f></fs></f></fs></span><span id="s65_26" from="7184" to="7188"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sich</f><f name="pos">PRF</f><f name="msd">case=acc|number=sg|person=3</f></fs></f></fs></span><span id="s65_27" from="7189" to="7191"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">an</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s65_28" from="7192" to="7197"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">opfer</f><f name="pos">NN</f><f name="msd">case=acc|number=pl|gender=neut</f></fs></f></fs></span><span id="s65_29" from="7198" to="7207"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sexuell</f><f name="pos">ADJA</f><f name="msd">case=gen|number=sg|gender=neut|degree=pos</f></fs></f></fs></span><span id="s65_30" from="7208" to="7219"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">missbrauch</f><f name="pos">NN</f><f name="msd">case=gen|number=sg|gender=neut</f></fs></f></fs></span><span id="s65_31" from="7220" to="7222"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">in</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s65_32" from="7223" to="7231"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">privat</f><f name="pos">ADJA</f><f name="msd">case=dat|number=pl|gender=fem|degree=pos</f></fs></f></fs></span><span id="s65_33" from="7232" to="7235"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">und</f><f name="pos">KON</f><f name="msd">_</f></fs></f></fs></span><span id="s65_34" from="7236" to="7248"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">öffentlich</f><f name="pos">ADJA</f><f name="msd">case=dat|number=pl|gender=masc|degree=pos</f></fs></f></fs></span><span id="s65_35" from="7249" to="7262"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">einrichtung</f><f name="pos">NN</f><f name="msd">case=dat|number=pl|gender=masc</f></fs></f></fs></span><span id="s65_36" from="7263" to="7268"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sowie</f><f name="pos">KON</f><f name="msd">_</f></fs></f></fs></span><span id="s65_37" from="7269" to="7281"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ausdrücklich</f><f name="pos">ADJD</f><f name="msd">degree=pos</f></fs></f></fs></span><span id="s65_38" from="7282" to="7286"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">auch</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s65_39" from="7287" to="7289"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">an</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s65_40" from="7290" to="7295"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">opfer</f><f name="pos">NN</f><f name="msd">case=acc|number=pl|gender=neut</f></fs></f></fs></span><span id="s65_41" from="7296" to="7299"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">von</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s65_42" from="7300" to="7310"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">missbrauch</f><f name="pos">NN</f><f name="msd">case=dat|number=sg|gender=masc</f></fs></f></fs></span><span id="s65_43" from="7311" to="7313"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">in</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s65_44" from="7314" to="7322"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">familie</f><f name="pos">NN</f><f name="msd">case=dat|number=pl|gender=fem</f></fs></f></fs></span><span id="s65_45" from="7323" to="7330"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">richten</f><f name="pos">VVINF</f><f name="msd">_</f></fs></f></fs></span><span id="s65_46" from="7331" to="7335"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sollen</f><f name="pos">VMFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s65_47" from="7335" to="7336"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s66_1" from="7337" to="7340"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=nom|number=sg|gender=masc</f></fs></f></fs></span><span id="s66_2" from="7341" to="7346"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">fonds</f><f name="pos">NN</f><f name="msd">case=nom|number=sg|gender=masc</f></fs></f></fs></span><span id="s66_3" from="7347" to="7353"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sollen</f><f name="pos">VMFIN</f><f name="msd">number=sg|person=3|tense=past|mood=ind</f></fs></f></fs></span><span id="s66_4" from="7354" to="7356"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">je</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s66_5" from="7357" to="7360"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">zu</f><f name="pos">APPRART</f><f name="msd">case=dat|number=sg|gender=fem</f></fs></f></fs></span><span id="s66_6" from="7361" to="7367"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">hälfte</f><f name="pos">NN</f><f name="msd">case=dat|number=sg|gender=fem</f></fs></f></fs></span><span id="s66_7" from="7368" to="7371"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">von</f><f name="pos">APPRART</f><f name="msd">case=dat|number=sg|gender=masc</f></fs></f></fs></span><span id="s66_8" from="7372" to="7376"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">bund</f><f name="pos">NN</f><f name="msd">case=dat|number=sg|gender=masc</f></fs></f></fs></span><span id="s66_9" from="7377" to="7380"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">und</f><f name="pos">KON</f><f name="msd">_</f></fs></f></fs></span><span id="s66_10" from="7381" to="7384"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=dat|number=pl|gender=neut</f></fs></f></fs></span><span id="s66_11" from="7385" to="7392"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">land</f><f name="pos">NN</f><f name="msd">case=dat|number=pl|gender=neut</f></fs></f></fs></span><span id="s66_12" from="7393" to="7401"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">tragen</f><f name="pos">VVPP</f><f name="msd">_</f></fs></f></fs></span><span id="s66_13" from="7402" to="7408"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">werden</f><f name="pos">VAINF</f><f name="msd">_</f></fs></f></fs></span><span id="s66_14" from="7408" to="7409"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s67_1" from="7410" to="7414"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">doch</f><f name="pos">KON</f><f name="msd">_</f></fs></f></fs></span><span id="s67_2" from="7415" to="7420"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">genau</f><f name="pos">ADJD</f><f name="msd">degree=pos</f></fs></f></fs></span><span id="s67_3" from="7421" to="7426"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">daran</f><f name="pos">PROAV</f><f name="msd">_</f></fs></f></fs></span><span id="s67_4" from="7427" to="7433"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">hapern</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s67_5" from="7434" to="7436"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">es</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=neut|person=3</f></fs></f></fs></span><span id="s67_6" from="7436" to="7437"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s67_7" from="7438" to="7441"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=acc|number=pl|gender=masc</f></fs></f></fs></span><span id="s67_8" from="7442" to="7449"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">meister</f><f name="pos">PIAT</f><f name="msd">case=acc|number=pl|gender=masc</f></fs></f></fs></span><span id="s67_9" from="7450" to="7456"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">land</f><f name="pos">NN</f><f name="msd">case=acc|number=pl|gender=masc</f></fs></f></fs></span><span id="s67_10" from="7457" to="7467"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">verweigern</f><f name="pos">VVFIN</f><f name="msd">number=pl|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s67_11" from="7468" to="7472"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ein</f><f name="pos">ART</f><f name="msd">case=acc|number=sg|gender=fem</f></fs></f></fs></span><span id="s67_12" from="7473" to="7484"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">beteiligung</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=fem</f></fs></f></fs></span><span id="s67_13" from="7484" to="7485"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s67_14" from="7486" to="7494"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">darunter</f><f name="pos">PROAV</f><f name="msd">_</f></fs></f></fs></span><span id="s67_15" from="7495" to="7499"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">auch</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s67_16" from="7500" to="7513"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">niedersachsen</f><f name="pos">NE</f><f name="msd">case=nom|number=sg|gender=neut</f></fs></f></fs></span><span id="s67_17" from="7513" to="7514"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s68_1" from="7515" to="7537"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">landessozialministerin</f><f name="pos">NN</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s68_2" from="7538" to="7546"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">cornelia</f><f name="pos">NE</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s68_3" from="7547" to="7552"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">rundt</f><f name="pos">NE</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s68_4" from="7553" to="7554"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$(</f><f name="msd">_</f></fs></f></fs></span><span id="s68_5" from="7554" to="7557"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">spd</f><f name="pos">NE</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s68_6" from="7557" to="7558"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$(</f><f name="msd">_</f></fs></f></fs></span><span id="s68_7" from="7559" to="7563"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sagen</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s68_8" from="7564" to="7568"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">dazu</f><f name="pos">PROAV</f><f name="msd">_</f></fs></f></fs></span><span id="s68_9" from="7568" to="7569"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s68_10" from="7570" to="7574"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">"wir</f><f name="pos">ADJD</f><f name="msd">degree=pos</f></fs></f></fs></span><span id="s68_11" from="7575" to="7581"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">lehnen</f><f name="pos">VVFIN</f><f name="msd">number=pl|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s68_12" from="7582" to="7585"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=acc|number=sg|gender=fem</f></fs></f></fs></span><span id="s68_13" from="7586" to="7597"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">einrichtung</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=fem</f></fs></f></fs></span><span id="s68_14" from="7598" to="7601"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=gen|number=sg|gender=masc</f></fs></f></fs></span><span id="s68_15" from="7602" to="7607"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">fonds</f><f name="pos">NN</f><f name="msd">case=gen|number=sg|gender=masc</f></fs></f></fs></span><span id="s68_16" from="7608" to="7610"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">in</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s68_17" from="7611" to="7617"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">dieser</f><f name="pos">PDAT</f><f name="msd">case=dat|number=sg|gender=fem</f></fs></f></fs></span><span id="s68_18" from="7618" to="7622"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">form</f><f name="pos">NN</f><f name="msd">case=dat|number=sg|gender=fem</f></fs></f></fs></span><span id="s68_19" from="7623" to="7625"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ab</f><f name="pos">PTKVZ</f><f name="msd">_</f></fs></f></fs></span><span id="s68_20" from="7625" to="7626"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s68_21" from="7627" to="7631"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">weil</f><f name="pos">KOUS</f><f name="msd">_</f></fs></f></fs></span><span id="s68_22" from="7632" to="7634"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">er</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=masc|person=3</f></fs></f></fs></span><span id="s68_23" from="7635" to="7638"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">uns</f><f name="pos">PPER</f><f name="msd">case=dat|number=pl|gender=*|person=1</f></fs></f></fs></span><span id="s68_24" from="7639" to="7646"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">zwingen</f><f name="pos">VVINF</f><f name="msd">_</f></fs></f></fs></span><span id="s68_25" from="7647" to="7651"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">wollen</f><f name="pos">VMFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s68_26" from="7651" to="7652"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s68_27" from="7653" to="7666"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">verantwortung</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=fem</f></fs></f></fs></span><span id="s68_28" from="7667" to="7670"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">für</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s68_29" from="7671" to="7680"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sexuell</f><f name="pos">ADJA</f><f name="msd">case=acc|number=sg|gender=masc|degree=pos</f></fs></f></fs></span><span id="s68_30" from="7681" to="7691"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">missbrauch</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=masc</f></fs></f></fs></span><span id="s68_31" from="7692" to="7694"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">in</f><f name="pos">APPRART</f><f name="msd">case=dat|number=sg|gender=neut</f></fs></f></fs></span><span id="s68_32" from="7695" to="7703"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">privat</f><f name="pos">ADJA</f><f name="msd">case=dat|number=sg|gender=neut|degree=pos</f></fs></f></fs></span><span id="s68_33" from="7704" to="7711"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">bereich</f><f name="pos">NN</f><f name="msd">case=dat|number=sg|gender=neut</f></fs></f></fs></span><span id="s68_34" from="7712" to="7714"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">zu</f><f name="pos">PTKZU</f><f name="msd">_</f></fs></f></fs></span><span id="s68_35" from="7715" to="7725"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">übernehmen</f><f name="pos">VVINF</f><f name="msd">_</f></fs></f></fs></span><span id="s68_36" from="7725" to="7726"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s68_37" from="7726" to="7727"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">"</f><f name="pos">XY</f><f name="msd">_</f></fs></f></fs></span><span id="s69_1" from="7728" to="7731"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=nom|number=sg|gender=neut</f></fs></f></fs></span><span id="s69_2" from="7732" to="7736"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">land</f><f name="pos">NN</f><f name="msd">case=nom|number=sg|gender=neut</f></fs></f></fs></span><span id="s69_3" from="7737" to="7744"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">bekennen</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=subj</f></fs></f></fs></span><span id="s69_4" from="7745" to="7749"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sich</f><f name="pos">PRF</f><f name="msd">case=acc|number=sg|person=3</f></fs></f></fs></span><span id="s69_5" from="7750" to="7756"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">jedoch</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s69_6" from="7757" to="7759"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">zu</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s69_7" from="7760" to="7766"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sein</f><f name="pos">PPOSAT</f><f name="msd">case=dat|number=sg|gender=fem</f></fs></f></fs></span><span id="s69_8" from="7767" to="7780"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">verantwortung</f><f name="pos">NN</f><f name="msd">case=dat|number=sg|gender=fem</f></fs></f></fs></span><span id="s69_9" from="7780" to="7781"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s69_10" from="7782" to="7786"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">wenn</f><f name="pos">KOUS</f><f name="msd">_</f></fs></f></fs></span><span id="s69_11" from="7787" to="7789"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">in</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s69_12" from="7790" to="7809"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">landeseinrichtung</f><f name="pos">NN</f><f name="msd">case=dat|number=pl|gender=fem</f></fs></f></fs></span><span id="s69_13" from="7809" to="7810"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s69_14" from="7811" to="7813"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">in</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s69_15" from="7814" to="7821"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">schule</f><f name="pos">NN</f><f name="msd">case=dat|number=pl|gender=fem</f></fs></f></fs></span><span id="s69_16" from="7822" to="7826"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">oder</f><f name="pos">KON</f><f name="msd">_</f></fs></f></fs></span><span id="s69_17" from="7827" to="7829"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">in</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s69_18" from="7830" to="7841"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">schulisch</f><f name="pos">ADJA</f><f name="msd">case=dat|number=pl|gender=fem|degree=pos</f></fs></f></fs></span><span id="s69_19" from="7842" to="7855"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">einrichtung</f><f name="pos">NN</f><f name="msd">case=dat|number=pl|gender=fem</f></fs></f></fs></span><span id="s69_20" from="7856" to="7862"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">kind</f><f name="pos">NN</f><f name="msd">case=nom|number=pl|gender=neut</f></fs></f></fs></span><span id="s69_21" from="7863" to="7868"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">opfer</f><f name="pos">NN</f><f name="msd">case=nom|number=pl|gender=neut</f></fs></f></fs></span><span id="s69_22" from="7869" to="7872"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">von</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s69_23" from="7873" to="7879"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">gewalt</f><f name="pos">NN</f><f name="msd">case=dat|number=sg|gender=fem</f></fs></f></fs></span><span id="s69_24" from="7880" to="7883"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">und</f><f name="pos">KON</f><f name="msd">_</f></fs></f></fs></span><span id="s69_25" from="7884" to="7894"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">missbrauch</f><f name="pos">NN</f><f name="msd">case=dat|number=sg|gender=masc</f></fs></f></fs></span><span id="s69_26" from="7895" to="7901"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">werden</f><f name="pos">VAFIN</f><f name="msd">number=pl|person=3|tense=past|mood=ind</f></fs></f></fs></span><span id="s69_27" from="7901" to="7902"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s69_28" from="7903" to="7905"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">so</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s69_29" from="7906" to="7911"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">rundt</f><f name="pos">NE</f><f name="msd">case=nom|number=sg|gender=*</f></fs></f></fs></span><span id="s69_30" from="7911" to="7912"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s70_1" from="7913" to="7918"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">10000</f><f name="pos">CARD</f><f name="msd">_</f></fs></f></fs></span><span id="s70_2" from="7919" to="7923"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">euro</f><f name="pos">NN</f><f name="msd">case=nom|number=sg|gender=masc</f></fs></f></fs></span><span id="s70_3" from="7924" to="7927"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">pro</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s70_4" from="7928" to="7941"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">antragsteller</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=masc</f></fs></f></fs></span><span id="s70_5" from="7942" to="7950"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">aufgrund</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s70_6" from="7951" to="7954"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=gen|number=pl|gender=fem</f></fs></f></fs></span><span id="s70_7" from="7955" to="7966"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">differenz</f><f name="pos">NN</f><f name="msd">case=gen|number=pl|gender=fem</f></fs></f></fs></span><span id="s70_8" from="7967" to="7970"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">haben</f><f name="pos">VAFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s70_9" from="7971" to="7974"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s70_10" from="7975" to="7990"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">bundesregierung</f><f name="pos">NN</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s70_11" from="7991" to="7994"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">nun</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s70_12" from="7995" to="8006"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">beschließen</f><f name="pos">VVPP</f><f name="msd">_</f></fs></f></fs></span><span id="s70_13" from="8006" to="8007"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s70_14" from="8008" to="8011"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=acc|number=sg|gender=masc</f></fs></f></fs></span><span id="s70_15" from="8012" to="8017"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">fonds</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=masc</f></fs></f></fs></span><span id="s70_16" from="8018" to="8021"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">mit</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s70_17" from="8022" to="8027"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ein</f><f name="pos">ART</f><f name="msd">case=dat|number=sg|gender=neut</f></fs></f></fs></span><span id="s70_18" from="8028" to="8035"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">volumen</f><f name="pos">NN</f><f name="msd">case=dat|number=sg|gender=neut</f></fs></f></fs></span><span id="s70_19" from="8036" to="8039"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">von</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s70_20" from="8040" to="8042"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">50</f><f name="pos">CARD</f><f name="msd">_</f></fs></f></fs></span><span id="s70_21" from="8043" to="8052"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">million</f><f name="pos">NN</f><f name="msd">case=dat|number=pl|gender=fem</f></fs></f></fs></span><span id="s70_22" from="8053" to="8057"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">euro</f><f name="pos">NN</f><f name="msd">case=nom|number=sg|gender=masc</f></fs></f></fs></span><span id="s70_23" from="8058" to="8062"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ohne</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s70_24" from="8063" to="8074"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">beteiligung</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=fem</f></fs></f></fs></span><span id="s70_25" from="8075" to="8078"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=gen|number=pl|gender=neut</f></fs></f></fs></span><span id="s70_26" from="8079" to="8085"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">land</f><f name="pos">NN</f><f name="msd">case=gen|number=pl|gender=neut</f></fs></f></fs></span><span id="s70_27" from="8086" to="8088"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">zu</f><f name="pos">PTKZU</f><f name="msd">_</f></fs></f></fs></span><span id="s70_28" from="8089" to="8096"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">starten</f><f name="pos">VVINF</f><f name="msd">_</f></fs></f></fs></span><span id="s70_29" from="8096" to="8097"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s71_1" from="8098" to="8102"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">nach</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s71_2" from="8103" to="8111"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">auskunft</f><f name="pos">NN</f><f name="msd">case=dat|number=sg|gender=fem</f></fs></f></fs></span><span id="s71_3" from="8112" to="8115"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=gen|number=sg|gender=neut</f></fs></f></fs></span><span id="s71_4" from="8116" to="8142"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">bundesfamilienministerium</f><f name="pos">NN</f><f name="msd">case=gen|number=sg|gender=neut</f></fs></f></fs></span><span id="s71_5" from="8143" to="8149"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sollen</f><f name="pos">VMFIN</f><f name="msd">number=pl|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s71_6" from="8150" to="8156"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">daraus</f><f name="pos">PROAV</f><f name="msd">_</f></fs></f></fs></span><span id="s71_7" from="8157" to="8160"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">vor</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s71_8" from="8161" to="8166"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">alle</f><f name="pos">PIS</f><f name="msd">case=dat|number=sg|gender=neut</f></fs></f></fs></span><span id="s71_9" from="8167" to="8176"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">therapie</f><f name="pos">NN</f><f name="msd">case=nom|number=pl|gender=fem</f></fs></f></fs></span><span id="s71_10" from="8177" to="8184"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">bezahlen</f><f name="pos">VVPP</f><f name="msd">_</f></fs></f></fs></span><span id="s71_11" from="8185" to="8191"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">werden</f><f name="pos">VAINF</f><f name="msd">_</f></fs></f></fs></span><span id="s71_12" from="8191" to="8192"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s71_13" from="8193" to="8198"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">falls</f><f name="pos">KOUS</f><f name="msd">_</f></fs></f></fs></span><span id="s71_14" from="8199" to="8202"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=nom|number=pl|gender=*</f></fs></f></fs></span><span id="s71_15" from="8203" to="8216"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">krankenkasse</f><f name="pos">NN</f><f name="msd">case=nom|number=pl|gender=*</f></fs></f></fs></span><span id="s71_16" from="8217" to="8222"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">dieser</f><f name="pos">PDAT</f><f name="msd">case=acc|number=pl|gender=fem</f></fs></f></fs></span><span id="s71_17" from="8223" to="8229"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">kosten</f><f name="pos">NN</f><f name="msd">case=acc|number=pl|gender=*</f></fs></f></fs></span><span id="s71_18" from="8230" to="8235"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">nicht</f><f name="pos">PTKNEG</f><f name="msd">_</f></fs></f></fs></span><span id="s71_19" from="8236" to="8246"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">übernehmen</f><f name="pos">VVINF</f><f name="msd">_</f></fs></f></fs></span><span id="s71_20" from="8246" to="8247"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s72_1" from="8248" to="8255"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">detail</f><f name="pos">NN</f><f name="msd">case=acc|number=pl|gender=neut</f></fs></f></fs></span><span id="s72_2" from="8256" to="8258"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">zu</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s72_3" from="8259" to="8262"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=dat|number=pl|gender=fem</f></fs></f></fs></span><span id="s72_4" from="8263" to="8272"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">geplant</f><f name="pos">ADJA</f><f name="msd">case=dat|number=pl|gender=fem|degree=pos</f></fs></f></fs></span><span id="s72_5" from="8273" to="8279"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">hilfe</f><f name="pos">NN</f><f name="msd">case=dat|number=pl|gender=fem</f></fs></f></fs></span><span id="s72_6" from="8280" to="8285"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sowie</f><f name="pos">KON</f><f name="msd">_</f></fs></f></fs></span><span id="s72_7" from="8286" to="8288"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">zu</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s72_8" from="8289" to="8292"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=dat|number=pl|gender=fem</f></fs></f></fs></span><span id="s72_9" from="8293" to="8313"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">antragsmöglichkeit</f><f name="pos">NN</f><f name="msd">case=dat|number=pl|gender=fem</f></fs></f></fs></span><span id="s72_10" from="8314" to="8320"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">stehen</f><f name="pos">VVFIN</f><f name="msd">number=pl|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s72_11" from="8321" to="8325"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">noch</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s72_12" from="8326" to="8331"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">nicht</f><f name="pos">PTKNEG</f><f name="msd">_</f></fs></f></fs></span><span id="s72_13" from="8332" to="8336"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">fest</f><f name="pos">PTKVZ</f><f name="msd">_</f></fs></f></fs></span><span id="s72_14" from="8336" to="8337"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s73_1" from="8338" to="8345"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">planen</f><f name="pos">VVPP</f><f name="msd">_</f></fs></f></fs></span><span id="s73_2" from="8346" to="8349"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sein</f><f name="pos">VAFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s73_3" from="8349" to="8350"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s73_4" from="8351" to="8355"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">dass</f><f name="pos">KOUS</f><f name="msd">_</f></fs></f></fs></span><span id="s73_5" from="8356" to="8359"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ein</f><f name="pos">ART</f><f name="msd">case=nom|number=sg|gender=neut</f></fs></f></fs></span><span id="s73_6" from="8360" to="8372"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">unabhängig</f><f name="pos">ADJA</f><f name="msd">case=nom|number=sg|gender=neut|degree=pos</f></fs></f></fs></span><span id="s73_7" from="8373" to="8396"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sachverständigengremium</f><f name="pos">NN</f><f name="msd">case=nom|number=sg|gender=neut</f></fs></f></fs></span><span id="s73_8" from="8397" to="8401"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">über</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s73_9" from="8402" to="8405"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=acc|number=pl|gender=masc</f></fs></f></fs></span><span id="s73_10" from="8406" to="8413"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">antrag</f><f name="pos">NN</f><f name="msd">case=acc|number=pl|gender=masc</f></fs></f></fs></span><span id="s73_11" from="8414" to="8417"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=gen|number=pl|gender=*</f></fs></f></fs></span><span id="s73_12" from="8418" to="8429"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">betroffener</f><f name="pos">NN</f><f name="msd">case=gen|number=pl|gender=*</f></fs></f></fs></span><span id="s73_13" from="8430" to="8441"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">entscheiden</f><f name="pos">VVINF</f><f name="msd">_</f></fs></f></fs></span><span id="s73_14" from="8442" to="8446"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">werden</f><f name="pos">VAFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s73_15" from="8446" to="8447"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s73_16" from="8448" to="8451"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">PRELS</f><f name="msd">case=nom|number=sg|gender=neut</f></fs></f></fs></span><span id="s73_17" from="8452" to="8456"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sich</f><f name="pos">PRF</f><f name="msd">case=acc|number=sg|person=3</f></fs></f></fs></span><span id="s73_18" from="8457" to="8462"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">unter</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s73_19" from="8463" to="8470"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">anderer</f><f name="pos">PIS</f><f name="msd">case=dat|number=sg|gender=neut</f></fs></f></fs></span><span id="s73_20" from="8471" to="8474"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">aus</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s73_21" from="8475" to="8481"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">arzt</f><f name="pos">NN</f><f name="msd">case=dat|number=pl|gender=masc</f></fs></f></fs></span><span id="s73_22" from="8482" to="8485"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">und</f><f name="pos">KON</f><f name="msd">_</f></fs></f></fs></span><span id="s73_23" from="8486" to="8503"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">psychotherapeute</f><f name="pos">NN</f><f name="msd">case=dat|number=pl|gender=masc</f></fs></f></fs></span><span id="s73_24" from="8504" to="8509"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sowie</f><f name="pos">KON</f><f name="msd">_</f></fs></f></fs></span><span id="s73_25" from="8510" to="8520"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">vertreter</f><f name="pos">NN</f><f name="msd">case=dat|number=pl|gender=masc</f></fs></f></fs></span><span id="s73_26" from="8521" to="8524"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">von</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s73_27" from="8525" to="8529"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">bund</f><f name="pos">NN</f><f name="msd">case=dat|number=sg|gender=masc</f></fs></f></fs></span><span id="s73_28" from="8530" to="8533"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">und</f><f name="pos">KON</f><f name="msd">_</f></fs></f></fs></span><span id="s73_29" from="8534" to="8541"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">land</f><f name="pos">NN</f><f name="msd">case=dat|number=pl|gender=neut</f></fs></f></fs></span><span id="s73_30" from="8542" to="8556"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">zusammensetzen</f><f name="pos">VVINF</f><f name="msd">_</f></fs></f></fs></span><span id="s73_31" from="8557" to="8561"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sollen</f><f name="pos">VMFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s73_32" from="8561" to="8562"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s74_1" from="8563" to="8565"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">in</f><f name="pos">APPRART</f><f name="msd">case=dat|number=sg|gender=neut</f></fs></f></fs></span><span id="s74_2" from="8566" to="8582"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">abschlussbericht</f><f name="pos">NN</f><f name="msd">case=dat|number=sg|gender=neut</f></fs></f></fs></span><span id="s74_3" from="8583" to="8586"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=gen|number=sg|gender=masc</f></fs></f></fs></span><span id="s74_4" from="8587" to="8593"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">rund</f><f name="pos">NN</f><f name="msd">case=gen|number=sg|gender=masc</f></fs></f></fs></span><span id="s74_5" from="8594" to="8601"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">tisch</f><f name="pos">NE</f><f name="msd">case=nom|number=sg|gender=neut|degree=pos</f></fs></f></fs></span><span id="s74_6" from="8602" to="8606"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">werden</f><f name="pos">VAFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s74_7" from="8607" to="8612"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">zudem</f><f name="pos">PROAV</f><f name="msd">_</f></fs></f></fs></span><span id="s74_8" from="8613" to="8617"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ein</f><f name="pos">ART</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s74_9" from="8618" to="8628"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">obergrenze</f><f name="pos">NN</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s74_10" from="8629" to="8632"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">für</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s74_11" from="8633" to="8647"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sachleistung</f><f name="pos">NN</f><f name="msd">case=acc|number=pl|gender=fem</f></fs></f></fs></span><span id="s74_12" from="8648" to="8651"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">von</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s74_13" from="8652" to="8654"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">10</f><f name="pos">CARD</f><f name="msd">_</f></fs></f></fs></span><span id="s74_14" from="8655" to="8658"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">000</f><f name="pos">CARD</f><f name="msd">_</f></fs></f></fs></span><span id="s74_15" from="8659" to="8663"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">euro</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=neut</f></fs></f></fs></span><span id="s74_16" from="8664" to="8667"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">pro</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s74_17" from="8668" to="8681"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">antragsteller</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=masc</f></fs></f></fs></span><span id="s74_18" from="8682" to="8695"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">vorschlagen</f><f name="pos">VVPP</f><f name="msd">_</f></fs></f></fs></span><span id="s74_19" from="8695" to="8696"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s74_20" from="8697" to="8699"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">in</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s74_21" from="8700" to="8712"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">einzelfall</f><f name="pos">NN</f><f name="msd">case=dat|number=pl|gender=masc</f></fs></f></fs></span><span id="s74_22" from="8713" to="8717"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sollen</f><f name="pos">VMFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s74_23" from="8718" to="8722"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">auch</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s74_24" from="8723" to="8727"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">mehr</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s74_25" from="8728" to="8735"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">zahlen</f><f name="pos">VVPP</f><f name="msd">_</f></fs></f></fs></span><span id="s74_26" from="8736" to="8742"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">werden</f><f name="pos">VAINF</f><f name="msd">_</f></fs></f></fs></span><span id="s74_27" from="8743" to="8749"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">können</f><f name="pos">VMFIN</f><f name="msd">number=pl|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s74_28" from="8749" to="8750"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s75_1" from="8751" to="8754"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s75_2" from="8755" to="8760"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">hilfe</f><f name="pos">NN</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s75_3" from="8761" to="8765"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sollen</f><f name="pos">VMFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s75_4" from="8766" to="8771"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">stets</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s75_5" from="8772" to="8779"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">schnell</f><f name="pos">ADJD</f><f name="msd">degree=pos</f></fs></f></fs></span><span id="s75_6" from="8780" to="8783"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">und</f><f name="pos">KON</f><f name="msd">_</f></fs></f></fs></span><span id="s75_7" from="8784" to="8798"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">unbürokratisch</f><f name="pos">ADJD</f><f name="msd">degree=pos</f></fs></f></fs></span><span id="s75_8" from="8799" to="8807"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">erfolgen</f><f name="pos">VVINF</f><f name="msd">_</f></fs></f></fs></span><span id="s75_9" from="8807" to="8808"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s75_10" from="8809" to="8814"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">heißen</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s75_11" from="8815" to="8817"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">es</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=neut|person=3</f></fs></f></fs></span><span id="s75_12" from="8817" to="8818"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s76_1" from="8819" to="8824"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">kampf</f><f name="pos">NN</f><f name="msd">case=nom|number=sg|gender=masc</f></fs></f></fs></span><span id="s76_2" from="8825" to="8830"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">gegen</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s76_3" from="8831" to="8834"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=acc|number=sg|gender=fem</f></fs></f></fs></span><span id="s76_4" from="8835" to="8843"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ohnmacht</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=fem</f></fs></f></fs></span><span id="s76_5" from="8844" to="8853"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">katharina</f><f name="pos">NE</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s76_6" from="8854" to="8862"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">grünberg</f><f name="pos">NE</f><f name="msd">case=nom|number=sg|gender=*</f></fs></f></fs></span><span id="s76_7" from="8863" to="8868"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sehen</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s76_8" from="8869" to="8871"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">in</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s76_9" from="8872" to="8875"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=dat|number=sg|gender=masc</f></fs></f></fs></span><span id="s76_10" from="8876" to="8881"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">fonds</f><f name="pos">NN</f><f name="msd">case=dat|number=sg|gender=masc</f></fs></f></fs></span><span id="s76_11" from="8882" to="8887"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ein</f><f name="pos">ART</f><f name="msd">case=acc|number=sg|gender=masc</f></fs></f></fs></span><span id="s76_12" from="8888" to="8901"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">rettungsanker</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=masc</f></fs></f></fs></span><span id="s76_13" from="8902" to="8903"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s76_14" from="8904" to="8907"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sie</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=fem|person=3</f></fs></f></fs></span><span id="s76_15" from="8908" to="8913"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">hoffen</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s76_16" from="8913" to="8914"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s76_17" from="8915" to="8919"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">dass</f><f name="pos">KOUS</f><f name="msd">_</f></fs></f></fs></span><span id="s76_18" from="8920" to="8923"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sie</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=fem|person=3</f></fs></f></fs></span><span id="s76_19" from="8924" to="8928"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">über</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s76_20" from="8929" to="8935"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">dieser</f><f name="pos">PDAT</f><f name="msd">case=acc|number=sg|gender=masc</f></fs></f></fs></span><span id="s76_21" from="8936" to="8939"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">weg</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=masc</f></fs></f></fs></span><span id="s76_22" from="8940" to="8947"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">endlich</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s76_23" from="8948" to="8952"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ein</f><f name="pos">ART</f><f name="msd">case=acc|number=sg|gender=fem</f></fs></f></fs></span><span id="s76_24" from="8953" to="8960"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">lang</f><f name="pos">ADJA</f><f name="msd">case=acc|number=sg|gender=fem|degree=comp</f></fs></f></fs></span><span id="s76_25" from="8961" to="8971"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">stationär</f><f name="pos">ADJA</f><f name="msd">case=acc|number=sg|gender=fem|degree=pos</f></fs></f></fs></span><span id="s76_26" from="8972" to="8980"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">therapie</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=fem</f></fs></f></fs></span><span id="s76_27" from="8981" to="8991"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">wahrnehmen</f><f name="pos">VVINF</f><f name="msd">_</f></fs></f></fs></span><span id="s76_28" from="8992" to="8996"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">können</f><f name="pos">VMFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s76_29" from="8996" to="8997"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s77_1" from="8998" to="9000"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">in</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s77_2" from="9001" to="9004"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=dat|number=sg|gender=fem</f></fs></f></fs></span><span id="s77_3" from="9005" to="9011"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">e-mail</f><f name="pos">NN</f><f name="msd">case=dat|number=sg|gender=fem</f></fs></f></fs></span><span id="s77_4" from="9011" to="9012"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s77_5" from="9013" to="9016"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">PRELS</f><f name="msd">case=acc|number=sg|gender=fem</f></fs></f></fs></span><span id="s77_6" from="9017" to="9020"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sie</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=fem|person=3</f></fs></f></fs></span><span id="s77_7" from="9021" to="9023"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">an</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s77_8" from="9024" to="9030"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">unser</f><f name="pos">PPOSAT</f><f name="msd">case=acc|number=sg|gender=fem</f></fs></f></fs></span><span id="s77_9" from="9031" to="9040"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">redaktion</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=fem</f></fs></f></fs></span><span id="s77_10" from="9041" to="9050"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">schicken</f><f name="pos">VVPP</f><f name="msd">_</f></fs></f></fs></span><span id="s77_11" from="9051" to="9056"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">haben</f><f name="pos">VAFIN</f><f name="msd">number=sg|person=3|tense=past|mood=ind</f></fs></f></fs></span><span id="s77_12" from="9056" to="9057"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s77_13" from="9058" to="9066"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">schreiben</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s77_14" from="9067" to="9070"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sie</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=fem|person=3</f></fs></f></fs></span><span id="s77_15" from="9070" to="9071"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s77_16" from="9072" to="9078"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">"immer</f><f name="pos">ADJD</f><f name="msd">degree=pos</f></fs></f></fs></span><span id="s77_17" from="9079" to="9085"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">wieder</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s77_18" from="9086" to="9088"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">zu</f><f name="pos">PTKZU</f><f name="msd">_</f></fs></f></fs></span><span id="s77_19" from="9089" to="9098"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">scheitern</f><f name="pos">VVINF</f><f name="msd">_</f></fs></f></fs></span><span id="s77_20" from="9099" to="9101"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">in</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s77_21" from="9102" to="9105"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=dat|number=pl|gender=fem</f></fs></f></fs></span><span id="s77_22" from="9106" to="9115"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">versuch</f><f name="pos">NN</f><f name="msd">case=dat|number=pl|gender=fem</f></fs></f></fs></span><span id="s77_23" from="9115" to="9116"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s77_24" from="9117" to="9125"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">dringend</f><f name="pos">ADJD</f><f name="msd">degree=pos</f></fs></f></fs></span><span id="s77_25" from="9126" to="9135"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">benötigt</f><f name="pos">ADJA</f><f name="msd">case=acc|number=sg|gender=fem|degree=pos</f></fs></f></fs></span><span id="s77_26" from="9136" to="9141"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">hilfe</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=fem</f></fs></f></fs></span><span id="s77_27" from="9142" to="9144"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">zu</f><f name="pos">PTKZU</f><f name="msd">_</f></fs></f></fs></span><span id="s77_28" from="9145" to="9153"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">bekommen</f><f name="pos">VVINF</f><f name="msd">_</f></fs></f></fs></span><span id="s77_29" from="9153" to="9154"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s77_30" from="9155" to="9159"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">rufen</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s77_31" from="9160" to="9163"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ein</f><f name="pos">ART</f><f name="msd">case=nom|number=sg|gender=neut</f></fs></f></fs></span><span id="s77_32" from="9164" to="9170"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">gefühl</f><f name="pos">NN</f><f name="msd">case=nom|number=sg|gender=neut</f></fs></f></fs></span><span id="s77_33" from="9171" to="9174"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">von</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s77_34" from="9175" to="9183"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ohnmacht</f><f name="pos">NE</f><f name="msd">case=dat|number=sg|gender=fem</f></fs></f></fs></span><span id="s77_35" from="9184" to="9190"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">hervor</f><f name="pos">PTKVZ</f><f name="msd">_</f></fs></f></fs></span><span id="s77_36" from="9191" to="9192"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s77_37" from="9193" to="9196"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ein</f><f name="pos">ART</f><f name="msd">case=acc|number=sg|gender=neut</f></fs></f></fs></span><span id="s77_38" from="9197" to="9203"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">gefühl</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=neut</f></fs></f></fs></span><span id="s77_39" from="9203" to="9204"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s77_40" from="9205" to="9208"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">PRELS</f><f name="msd">case=nom|number=sg|gender=neut</f></fs></f></fs></span><span id="s77_41" from="9209" to="9213"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">aller</f><f name="pos">PIAT</f><f name="msd">case=acc|number=pl|gender=fem</f></fs></f></fs></span><span id="s77_42" from="9214" to="9225"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">betroffener</f><f name="pos">NN</f><f name="msd">case=acc|number=pl|gender=fem</f></fs></f></fs></span><span id="s77_43" from="9226" to="9230"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sehr</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s77_44" from="9231" to="9234"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">gut</f><f name="pos">ADJD</f><f name="msd">degree=pos</f></fs></f></fs></span><span id="s77_45" from="9235" to="9238"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">aus</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s77_46" from="9239" to="9242"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=dat|number=pl|gender=fem</f></fs></f></fs></span><span id="s77_47" from="9243" to="9265"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">missbrauchssituation</f><f name="pos">NN</f><f name="msd">case=dat|number=pl|gender=fem</f></fs></f></fs></span><span id="s77_48" from="9266" to="9272"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">kennen</f><f name="pos">VVINF</f><f name="msd">number=pl|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s77_49" from="9272" to="9273"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s78_1" from="9274" to="9279"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">jeder</f><f name="pos">PIAT</f><f name="msd">case=nom|number=sg|gender=neut</f></fs></f></fs></span><span id="s78_2" from="9280" to="9289"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">scheitern</f><f name="pos">NN</f><f name="msd">case=nom|number=sg|gender=neut</f></fs></f></fs></span><span id="s78_3" from="9290" to="9298"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">bedeuten</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s78_4" from="9299" to="9303"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ein</f><f name="pos">ART</f><f name="msd">case=acc|number=sg|gender=fem</f></fs></f></fs></span><span id="s78_5" from="9304" to="9308"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">form</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=fem</f></fs></f></fs></span><span id="s78_6" from="9309" to="9312"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">von</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s78_7" from="9313" to="9330"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">retraumatisierung</f><f name="pos">NN</f><f name="msd">case=dat|number=sg|gender=fem</f></fs></f></fs></span><span id="s78_8" from="9330" to="9331"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s78_9" from="9332" to="9337"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">werfen</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s78_10" from="9338" to="9344"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">zurück</f><f name="pos">PTKVZ</f><f name="msd">_</f></fs></f></fs></span><span id="s78_11" from="9345" to="9348"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">auf</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s78_12" from="9349" to="9352"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=dat|number=sg|gender=masc</f></fs></f></fs></span><span id="s78_13" from="9353" to="9363"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">mühselig</f><f name="pos">ADJA</f><f name="msd">case=dat|number=sg|gender=masc|degree=pos</f></fs></f></fs></span><span id="s78_14" from="9364" to="9367"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">weg</f><f name="pos">NN</f><f name="msd">case=dat|number=sg|gender=masc</f></fs></f></fs></span><span id="s78_15" from="9368" to="9371"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">aus</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s78_16" from="9372" to="9375"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=dat|number=sg|gender=masc</f></fs></f></fs></span><span id="s78_17" from="9376" to="9382"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">bloß</f><f name="pos">ADJA</f><f name="msd">case=dat|number=sg|gender=masc|degree=pos</f></fs></f></fs></span><span id="s78_18" from="9383" to="9392"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">überleben</f><f name="pos">NN</f><f name="msd">case=dat|number=sg|gender=masc</f></fs></f></fs></span><span id="s78_19" from="9393" to="9395"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">in</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s78_20" from="9396" to="9399"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ein</f><f name="pos">ART</f><f name="msd">case=acc|number=sg|gender=neut</f></fs></f></fs></span><span id="s78_21" from="9400" to="9412"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">lebenswert</f><f name="pos">ADJA</f><f name="msd">case=acc|number=sg|gender=neut|degree=pos</f></fs></f></fs></span><span id="s78_22" from="9412" to="9413"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s78_23" from="9414" to="9424"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">lebendig</f><f name="pos">ADJA</f><f name="msd">case=acc|number=sg|gender=neut|degree=pos</f></fs></f></fs></span><span id="s78_24" from="9425" to="9430"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">leben</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=neut</f></fs></f></fs></span><span id="s78_25" from="9430" to="9431"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s78_26" from="9432" to="9435"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">von</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s78_27" from="9436" to="9439"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">PRELS</f><f name="msd">case=dat|number=sg|gender=neut</f></fs></f></fs></span><span id="s78_28" from="9440" to="9442"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">es</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=neut|person=3</f></fs></f></fs></span><span id="s78_29" from="9443" to="9447"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">zwar</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s78_30" from="9448" to="9452"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ein</f><f name="pos">ART</f><f name="msd">case=acc|number=sg|gender=fem</f></fs></f></fs></span><span id="s78_31" from="9453" to="9459"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ahnung</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=fem</f></fs></f></fs></span><span id="s78_32" from="9460" to="9464"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">geben</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s78_33" from="9464" to="9465"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s78_34" from="9466" to="9469"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">PRELS</f><f name="msd">case=nom|number=sg|gender=neut</f></fs></f></fs></span><span id="s78_35" from="9470" to="9474"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">aber</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s78_36" from="9475" to="9479"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">kaum</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s78_37" from="9480" to="9490"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">erreichbar</f><f name="pos">ADJD</f><f name="msd">degree=pos</f></fs></f></fs></span><span id="s78_38" from="9491" to="9500"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">erscheinen</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s78_39" from="9500" to="9501"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s79_1" from="9502" to="9505"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">nur</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s79_2" from="9506" to="9512"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">weniger</f><f name="pos">PIAT</f><f name="msd">case=acc|number=pl|gender=masc</f></fs></f></fs></span><span id="s79_3" from="9513" to="9523"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">betroffener</f><f name="pos">NN</f><f name="msd">case=acc|number=pl|gender=*</f></fs></f></fs></span><span id="s79_4" from="9524" to="9529"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">haben</f><f name="pos">VAFIN</f><f name="msd">number=pl|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s79_5" from="9530" to="9533"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=acc|number=sg|gender=neut</f></fs></f></fs></span><span id="s79_6" from="9534" to="9538"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">geld</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=neut</f></fs></f></fs></span><span id="s79_7" from="9538" to="9539"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s79_8" from="9540" to="9554"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">therapiekosten</f><f name="pos">NN</f><f name="msd">case=acc|number=pl|gender=*</f></fs></f></fs></span><span id="s79_9" from="9555" to="9561"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">selber</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s79_10" from="9562" to="9564"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">zu</f><f name="pos">PTKZU</f><f name="msd">_</f></fs></f></fs></span><span id="s79_11" from="9565" to="9571"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">zahlen</f><f name="pos">VVINF</f><f name="msd">_</f></fs></f></fs></span><span id="s79_12" from="9571" to="9572"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s80_1" from="9573" to="9576"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">und</f><f name="pos">KON</f><f name="msd">_</f></fs></f></fs></span><span id="s80_2" from="9577" to="9582"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">vieler</f><f name="pos">PIS</f><f name="msd">case=nom|number=pl|gender=*</f></fs></f></fs></span><span id="s80_3" from="9583" to="9588"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">haben</f><f name="pos">VAFIN</f><f name="msd">number=pl|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s80_4" from="9589" to="9594"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">nicht</f><f name="pos">PTKNEG</f><f name="msd">_</f></fs></f></fs></span><span id="s80_5" from="9595" to="9599"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">mehr</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s80_6" from="9600" to="9603"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=acc|number=sg|gender=fem</f></fs></f></fs></span><span id="s80_7" from="9604" to="9609"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">kraft</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=fem</f></fs></f></fs></span><span id="s80_8" from="9610" to="9612"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">zu</f><f name="pos">PTKZU</f><f name="msd">_</f></fs></f></fs></span><span id="s80_9" from="9613" to="9620"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">kämpfen</f><f name="pos">VVINF</f><f name="msd">_</f></fs></f></fs></span><span id="s80_10" from="9620" to="9621"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s80_11" from="9622" to="9627"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">geben</f><f name="pos">VVFIN</f><f name="msd">number=pl|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s80_12" from="9628" to="9632"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sich</f><f name="pos">PRF</f><f name="msd">case=acc|number=pl|person=3</f></fs></f></fs></span><span id="s80_13" from="9633" to="9636"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">auf</f><f name="pos">PTKVZ</f><f name="msd">_</f></fs></f></fs></span><span id="s80_14" from="9636" to="9637"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s81_1" from="9638" to="9641"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ich</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=*|person=1</f></fs></f></fs></span><span id="s81_2" from="9642" to="9648"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">selber</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s81_3" from="9649" to="9654"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">stehen</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=1|tense=pres|mood=ind</f></fs></f></fs></span><span id="s81_4" from="9655" to="9660"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">trotz</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s81_5" from="9661" to="9666"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">alle</f><f name="pos">PIS</f><f name="msd">case=dat|number=sg|gender=neut</f></fs></f></fs></span><span id="s81_6" from="9667" to="9672"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">immer</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s81_7" from="9673" to="9679"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">wieder</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s81_8" from="9680" to="9683"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">auf</f><f name="pos">PTKVZ</f><f name="msd">_</f></fs></f></fs></span><span id="s81_9" from="9683" to="9684"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s81_10" from="9685" to="9691"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">kämpfen</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=subj</f></fs></f></fs></span><span id="s81_11" from="9692" to="9698"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">weiter</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s81_12" from="9698" to="9699"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s81_13" from="9700" to="9704"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">weiß</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s81_14" from="9705" to="9713"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">manchmal</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s81_15" from="9714" to="9719"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">nicht</f><f name="pos">PTKNEG</f><f name="msd">_</f></fs></f></fs></span><span id="s81_16" from="9719" to="9720"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s81_17" from="9721" to="9726"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">woher</f><f name="pos">PWAV</f><f name="msd">_</f></fs></f></fs></span><span id="s81_18" from="9727" to="9730"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ich</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=*|person=1</f></fs></f></fs></span><span id="s81_19" from="9731" to="9734"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=acc|number=sg|gender=fem</f></fs></f></fs></span><span id="s81_20" from="9735" to="9740"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">kraft</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=fem</f></fs></f></fs></span><span id="s81_21" from="9741" to="9746"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">nehmen</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=1|tense=pres|mood=ind</f></fs></f></fs></span><span id="s81_22" from="9746" to="9747"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s82_1" from="9748" to="9751"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ich</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=*|person=1</f></fs></f></fs></span><span id="s82_2" from="9752" to="9755"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sein</f><f name="pos">VAFIN</f><f name="msd">number=sg|person=1|tense=pres|mood=ind</f></fs></f></fs></span><span id="s82_3" from="9756" to="9761"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">schon</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s82_4" from="9762" to="9765"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ein</f><f name="pos">ART</f><f name="msd">case=acc|number=sg|gender=neut</f></fs></f></fs></span><span id="s82_5" from="9766" to="9772"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ganz</f><f name="pos">ADJA</f><f name="msd">case=acc|number=sg|gender=neut|degree=pos</f></fs></f></fs></span><span id="s82_6" from="9773" to="9778"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">stück</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=neut</f></fs></f></fs></span><span id="s82_7" from="9779" to="9787"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">gehen</f><f name="pos">VVPP</f><f name="msd">_</f></fs></f></fs></span><span id="s82_8" from="9788" to="9791"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">auf</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s82_9" from="9792" to="9798"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">mein</f><f name="pos">PPOSAT</f><f name="msd">case=dat|number=sg|gender=masc</f></fs></f></fs></span><span id="s82_10" from="9799" to="9802"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">weg</f><f name="pos">NN</f><f name="msd">case=dat|number=sg|gender=masc</f></fs></f></fs></span><span id="s82_11" from="9802" to="9803"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s82_12" from="9804" to="9807"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sich</f><f name="pos">PPER</f><f name="msd">case=dat|number=sg|gender=*|person=1</f></fs></f></fs></span><span id="s82_13" from="9808" to="9812"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">mein</f><f name="pos">PPOSAT</f><f name="msd">case=acc|number=sg|gender=neut</f></fs></f></fs></span><span id="s82_14" from="9813" to="9818"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">leben</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=neut</f></fs></f></fs></span><span id="s82_15" from="9819" to="9834"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">zurückerobern</f><f name="pos">VVINF</f><f name="msd">_</f></fs></f></fs></span><span id="s82_16" from="9835" to="9838"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">und</f><f name="pos">KON</f><f name="msd">_</f></fs></f></fs></span><span id="s82_17" from="9839" to="9844"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">nicht</f><f name="pos">PTKNEG</f><f name="msd">_</f></fs></f></fs></span><span id="s82_18" from="9845" to="9849"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">mehr</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s82_19" from="9850" to="9855"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">opfer</f><f name="pos">NN</f><f name="msd">case=acc|number=pl|gender=neut</f></fs></f></fs></span><span id="s82_20" from="9856" to="9858"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">zu</f><f name="pos">PTKZU</f><f name="msd">_</f></fs></f></fs></span><span id="s82_21" from="9859" to="9863"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sein</f><f name="pos">VAINF</f><f name="msd">_</f></fs></f></fs></span><span id="s82_22" from="9863" to="9864"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s82_23" from="9864" to="9865"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">"</f><f name="pos">XY</f><f name="msd">_</f></fs></f></fs></span><span id="s83_1" from="9866" to="9870"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">"ich</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s83_2" from="9871" to="9875"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">wollen</f><f name="pos">VMFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s83_3" from="9876" to="9879"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sich</f><f name="pos">PPER</f><f name="msd">case=dat|number=sg|gender=*|person=1</f></fs></f></fs></span><span id="s83_4" from="9880" to="9884"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">mein</f><f name="pos">PPOSAT</f><f name="msd">case=acc|number=sg|gender=neut</f></fs></f></fs></span><span id="s83_5" from="9885" to="9890"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">leben</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=neut</f></fs></f></fs></span><span id="s83_6" from="9891" to="9904"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">zurückerobern</f><f name="pos">VVINF</f><f name="msd">_</f></fs></f></fs></span><span id="s83_7" from="9905" to="9908"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">und</f><f name="pos">KON</f><f name="msd">_</f></fs></f></fs></span><span id="s83_8" from="9909" to="9914"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">nicht</f><f name="pos">PTKNEG</f><f name="msd">_</f></fs></f></fs></span><span id="s83_9" from="9915" to="9919"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">mehr</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s83_10" from="9920" to="9925"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">opfer</f><f name="pos">NN</f><f name="msd">case=acc|number=pl|gender=neut</f></fs></f></fs></span><span id="s83_11" from="9926" to="9930"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sein</f><f name="pos">VAINF</f><f name="msd">_</f></fs></f></fs></span><span id="s83_12" from="9930" to="9931"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s83_13" from="9931" to="9932"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">"</f><f name="pos">XY</f><f name="msd">_</f></fs></f></fs></span><span id="s84_1" from="9933" to="9942"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">katharina</f><f name="pos">NE</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s84_2" from="9943" to="9951"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">grünberg</f><f name="pos">NE</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s84_3" from="9952" to="9956"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ein</f><f name="pos">ART</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s84_4" from="9957" to="9964"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">leserin</f><f name="pos">NN</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s84_5" from="9964" to="9965"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s84_6" from="9966" to="9969"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">PRELS</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s84_7" from="9970" to="9976"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">anonym</f><f name="pos">ADJD</f><f name="msd">degree=pos</f></fs></f></fs></span><span id="s84_8" from="9977" to="9984"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">bleiben</f><f name="pos">VVINF</f><f name="msd">_</f></fs></f></fs></span><span id="s84_9" from="9985" to="9991"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">möchten</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s84_10" from="9991" to="9992"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s84_11" from="9993" to="9998"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">fragen</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s84_12" from="9998" to="9999"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s84_13" from="10000" to="10005"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">"nach</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s84_14" from="10006" to="10011"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">zäh</f><f name="pos">ADJA</f><f name="msd">case=dat|number=sg|gender=neut|degree=pos</f></fs></f></fs></span><span id="s84_15" from="10012" to="10018"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ringen</f><f name="pos">NN</f><f name="msd">case=dat|number=sg|gender=neut</f></fs></f></fs></span><span id="s84_16" from="10019" to="10023"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">wollen</f><f name="pos">VMFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s84_17" from="10024" to="10027"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s84_18" from="10028" to="10043"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">bundesregierung</f><f name="pos">NN</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s84_19" from="10044" to="10049"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">jetzt</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s84_20" from="10050" to="10057"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">endlich</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s84_21" from="10058" to="10061"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=acc|number=sg|gender=masc</f></fs></f></fs></span><span id="s84_22" from="10062" to="10072"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">hilfsfonds</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=masc</f></fs></f></fs></span><span id="s84_23" from="10073" to="10076"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">für</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s84_24" from="10077" to="10082"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">opfer</f><f name="pos">NN</f><f name="msd">case=acc|number=pl|gender=neut</f></fs></f></fs></span><span id="s84_25" from="10083" to="10092"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sexuell</f><f name="pos">ADJA</f><f name="msd">case=acc|number=pl|gender=neut|degree=pos</f></fs></f></fs></span><span id="s84_26" from="10093" to="10104"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">missbrauch</f><f name="pos">NN</f><f name="msd">case=acc|number=pl|gender=neut</f></fs></f></fs></span><span id="s84_27" from="10105" to="10115"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">einrichten</f><f name="pos">VVINF</f><f name="msd">_</f></fs></f></fs></span><span id="s84_28" from="10115" to="10116"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s85_1" from="10117" to="10122"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">warum</f><f name="pos">PWAV</f><f name="msd">_</f></fs></f></fs></span><span id="s85_2" from="10123" to="10133"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">beteiligen</f><f name="pos">VVFIN</f><f name="msd">number=pl|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s85_3" from="10134" to="10138"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sich</f><f name="pos">PRF</f><f name="msd">case=acc|number=pl|person=3</f></fs></f></fs></span><span id="s85_4" from="10139" to="10142"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=nom|number=pl|gender=neut</f></fs></f></fs></span><span id="s85_5" from="10143" to="10149"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">land</f><f name="pos">NN</f><f name="msd">case=nom|number=pl|gender=neut</f></fs></f></fs></span><span id="s85_6" from="10150" to="10155"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">nicht</f><f name="pos">PTKNEG</f><f name="msd">_</f></fs></f></fs></span><span id="s85_7" from="10156" to="10161"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">daran</f><f name="pos">PROAV</f><f name="msd">_</f></fs></f></fs></span><span id="s85_8" from="10161" to="10162"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s85_9" from="10163" to="10168"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">damit</f><f name="pos">KOUS</f><f name="msd">_</f></fs></f></fs></span><span id="s85_10" from="10169" to="10172"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=nom|number=sg|gender=masc</f></fs></f></fs></span><span id="s85_11" from="10173" to="10178"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">fonds</f><f name="pos">NN</f><f name="msd">case=nom|number=sg|gender=masc</f></fs></f></fs></span><span id="s85_12" from="10179" to="10182"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">wie</f><f name="pos">KOKOM</f><f name="msd">_</f></fs></f></fs></span><span id="s85_13" from="10183" to="10190"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">planen</f><f name="pos">VVPP</f><f name="msd">_</f></fs></f></fs></span><span id="s85_14" from="10191" to="10194"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">100</f><f name="pos">CARD</f><f name="msd">_</f></fs></f></fs></span><span id="s85_15" from="10195" to="10204"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">million</f><f name="pos">NN</f><f name="msd">case=acc|number=pl|gender=fem</f></fs></f></fs></span><span id="s85_16" from="10205" to="10209"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">euro</f><f name="pos">NN</f><f name="msd">case=acc|number=pl|gender=fem</f></fs></f></fs></span><span id="s85_17" from="10210" to="10218"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">umfassen</f><f name="pos">VVINF</f><f name="msd">_</f></fs></f></fs></span><span id="s85_18" from="10219" to="10223"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">können</f><f name="pos">VMFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s85_19" from="10223" to="10224"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s86_1" from="10225" to="10228"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">wer</f><f name="pos">PWS</f><f name="msd">case=nom|number=sg|gender=masc</f></fs></f></fs></span><span id="s86_2" from="10229" to="10232"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">haben</f><f name="pos">VAFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s86_3" from="10233" to="10241"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">anspruch</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=masc</f></fs></f></fs></span><span id="s86_4" from="10242" to="10245"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">auf</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s86_5" from="10246" to="10256"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">leistung</f><f name="pos">NN</f><f name="msd">case=acc|number=pl|gender=fem</f></fs></f></fs></span><span id="s86_6" from="10257" to="10260"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">und</f><f name="pos">KON</f><f name="msd">_</f></fs></f></fs></span><span id="s86_7" from="10261" to="10266"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">wofür</f><f name="pos">PWAV</f><f name="msd">_</f></fs></f></fs></span><span id="s86_8" from="10267" to="10271"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">werden</f><f name="pos">VAFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s86_9" from="10272" to="10274"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">es</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=neut|person=3</f></fs></f></fs></span><span id="s86_10" from="10275" to="10279"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">geld</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=neut</f></fs></f></fs></span><span id="s86_11" from="10280" to="10285"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">geben</f><f name="pos">VVINF</f><f name="msd">_</f></fs></f></fs></span><span id="s86_12" from="10285" to="10287"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">?"</f><f name="pos">NE</f><f name="msd">_</f></fs></f></fs></span><span id="s87_1" from="10288" to="10291"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s87_2" from="10292" to="10299"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">antwort</f><f name="pos">NN</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s87_3" from="10300" to="10313"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">recherchieren</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=past|mood=ind</f></fs></f></fs></span><span id="s87_4" from="10314" to="10322"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">cornelia</f><f name="pos">NE</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s87_5" from="10323" to="10330"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">steiner</f><f name="pos">NE</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s87_6" from="10331" to="10336"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">dieser</f><f name="pos">PDAT</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s87_7" from="10337" to="10345"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">tonfigur</f><f name="pos">NN</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s87_8" from="10346" to="10349"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">haben</f><f name="pos">VAFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s87_9" from="10350" to="10359"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">katharina</f><f name="pos">NE</f><f name="msd">case=acc|number=sg|gender=neut</f></fs></f></fs></span><span id="s87_10" from="10360" to="10368"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">grünberg</f><f name="pos">NE</f><f name="msd">case=acc|number=sg|gender=neut</f></fs></f></fs></span><span id="s87_11" from="10369" to="10372"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">vor</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s87_12" from="10373" to="10380"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">einiger</f><f name="pos">PIAT</f><f name="msd">case=dat|number=pl|gender=neut</f></fs></f></fs></span><span id="s87_13" from="10381" to="10387"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">jahr</f><f name="pos">NN</f><f name="msd">case=dat|number=pl|gender=neut</f></fs></f></fs></span><span id="s87_14" from="10388" to="10399"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">anfertigen</f><f name="pos">VVPP</f><f name="msd">_</f></fs></f></fs></span><span id="s87_15" from="10399" to="10400"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s87_16" from="10401" to="10404"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">als</f><f name="pos">KOUS</f><f name="msd">_</f></fs></f></fs></span><span id="s87_17" from="10405" to="10408"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sie</f><f name="pos">PPER</f><f name="msd">case=nom|number=pl|gender=masc|person=3</f></fs></f></fs></span><span id="s87_18" from="10409" to="10414"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">wegen</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s87_19" from="10415" to="10418"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=gen|number=sg|gender=masc</f></fs></f></fs></span><span id="s87_20" from="10419" to="10428"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sexuell</f><f name="pos">ADJA</f><f name="msd">case=gen|number=sg|gender=masc|degree=pos</f></fs></f></fs></span><span id="s87_21" from="10429" to="10440"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">missbrauch</f><f name="pos">NN</f><f name="msd">case=gen|number=sg|gender=masc</f></fs></f></fs></span><span id="s87_22" from="10441" to="10446"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">durch</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s87_23" from="10447" to="10451"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ihr</f><f name="pos">PPOSAT</f><f name="msd">case=acc|number=pl|gender=fem</f></fs></f></fs></span><span id="s87_24" from="10452" to="10458"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">eltern</f><f name="pos">NN</f><f name="msd">case=acc|number=pl|gender=fem</f></fs></f></fs></span><span id="s87_25" from="10459" to="10462"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">zu</f><f name="pos">APPRART</f><f name="msd">case=dat|number=sg|gender=fem</f></fs></f></fs></span><span id="s87_26" from="10463" to="10473"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">behandlung</f><f name="pos">NN</f><f name="msd">case=dat|number=sg|gender=fem</f></fs></f></fs></span><span id="s87_27" from="10474" to="10476"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">in</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s87_28" from="10477" to="10482"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ein</f><f name="pos">ART</f><f name="msd">case=dat|number=sg|gender=fem</f></fs></f></fs></span><span id="s87_29" from="10483" to="10489"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">klinik</f><f name="pos">NN</f><f name="msd">case=dat|number=sg|gender=fem</f></fs></f></fs></span><span id="s87_30" from="10490" to="10493"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sein</f><f name="pos">VAFIN</f><f name="msd">number=sg|person=3|tense=past|mood=ind</f></fs></f></fs></span><span id="s87_31" from="10493" to="10494"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s88_1" from="10495" to="10499"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">"die</f><f name="pos">ADJA</f><f name="msd">case=nom|number=sg|gender=fem|degree=pos</f></fs></f></fs></span><span id="s88_2" from="10500" to="10505"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">figur</f><f name="pos">NN</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s88_3" from="10506" to="10511"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">zeigen</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s88_4" from="10511" to="10512"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s88_5" from="10513" to="10516"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">was</f><f name="pos">PWS</f><f name="msd">case=acc|number=sg|gender=neut</f></fs></f></fs></span><span id="s88_6" from="10517" to="10520"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ich</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=*|person=1</f></fs></f></fs></span><span id="s88_7" from="10521" to="10526"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">fühlen</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=1|tense=pres|mood=ind</f></fs></f></fs></span><span id="s88_8" from="10526" to="10527"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s88_9" from="10528" to="10531"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ich</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=*|person=1</f></fs></f></fs></span><span id="s88_10" from="10532" to="10535"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sein</f><f name="pos">VAFIN</f><f name="msd">number=sg|person=1|tense=pres|mood=ind</f></fs></f></fs></span><span id="s88_11" from="10536" to="10545"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">erwachsen</f><f name="pos">VVPP</f><f name="msd">_</f></fs></f></fs></span><span id="s88_12" from="10545" to="10546"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s88_13" from="10547" to="10551"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">aber</f><f name="pos">KON</f><f name="msd">_</f></fs></f></fs></span><span id="s88_14" from="10552" to="10554"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">es</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=neut|person=3</f></fs></f></fs></span><span id="s88_15" from="10555" to="10559"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">geben</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s88_16" from="10560" to="10565"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">immer</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s88_17" from="10566" to="10570"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">noch</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s88_18" from="10571" to="10574"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=acc|number=sg|gender=neut</f></fs></f></fs></span><span id="s88_19" from="10575" to="10585"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">schreiend</f><f name="pos">ADJA</f><f name="msd">case=acc|number=sg|gender=neut|degree=pos</f></fs></f></fs></span><span id="s88_20" from="10586" to="10590"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">kind</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=neut</f></fs></f></fs></span><span id="s88_21" from="10591" to="10593"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">in</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s88_22" from="10594" to="10597"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sich</f><f name="pos">PPER</f><f name="msd">case=dat|number=sg|gender=*|person=1</f></fs></f></fs></span><span id="s88_23" from="10597" to="10598"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s89_1" from="10599" to="10601"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">es</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=neut|person=3</f></fs></f></fs></span><span id="s89_2" from="10602" to="10605"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sein</f><f name="pos">VAFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s89_3" from="10606" to="10609"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ein</f><f name="pos">ART</f><f name="msd">case=nom|number=sg|gender=masc</f></fs></f></fs></span><span id="s89_4" from="10610" to="10617"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">stumm</f><f name="pos">ADJA</f><f name="msd">case=nom|number=sg|gender=masc|degree=pos</f></fs></f></fs></span><span id="s89_5" from="10618" to="10624"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">schrei</f><f name="pos">NN</f><f name="msd">case=nom|number=sg|gender=masc</f></fs></f></fs></span><span id="s89_6" from="10624" to="10625"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s89_7" from="10626" to="10630"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">denn</f><f name="pos">KON</f><f name="msd">_</f></fs></f></fs></span><span id="s89_8" from="10631" to="10637"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">damals</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s89_9" from="10638" to="10644"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">dürfen</f><f name="pos">VMFIN</f><f name="msd">number=sg|person=3|tense=past|mood=ind</f></fs></f></fs></span><span id="s89_10" from="10645" to="10648"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ihn</f><f name="pos">PPER</f><f name="msd">case=acc|number=sg|gender=masc|person=3</f></fs></f></fs></span><span id="s89_11" from="10649" to="10656"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">niemand</f><f name="pos">PIS</f><f name="msd">case=nom|number=sg|gender=masc</f></fs></f></fs></span><span id="s89_12" from="10657" to="10663"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">hören"</f><f name="pos">VVINF</f><f name="msd">_</f></fs></f></fs></span><span id="s89_13" from="10663" to="10664"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$,</f><f name="msd">_</f></fs></f></fs></span><span id="s89_14" from="10665" to="10669"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sagen</f><f name="pos">VVFIN</f><f name="msd">number=sg|person=3|tense=pres|mood=ind</f></fs></f></fs></span><span id="s89_15" from="10670" to="10673"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sie</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=fem|person=3</f></fs></f></fs></span><span id="s89_16" from="10673" to="10674"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s90_1" from="10675" to="10679"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">"ich</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s90_2" from="10680" to="10685"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">spüren</f><f name="pos">VVFIN</f><f name="msd">case=nom|number=sg|gender=fem|degree=pos</f></fs></f></fs></span><span id="s90_3" from="10686" to="10700"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">unbeholfenheit</f><f name="pos">NN</f><f name="msd">case=nom|number=sg|gender=fem</f></fs></f></fs></span><span id="s90_4" from="10701" to="10703"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">in</f><f name="pos">APPR</f><f name="msd">_</f></fs></f></fs></span><span id="s90_5" from="10704" to="10707"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">sich</f><f name="pos">PPER</f><f name="msd">case=dat|number=sg|gender=*|person=1</f></fs></f></fs></span><span id="s90_6" from="10707" to="10708"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s90_7" from="10709" to="10719"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">einerseits</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s90_8" from="10720" to="10726"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">möchten</f><f name="pos">VMFIN</f><f name="msd">number=sg|person=1|tense=pres|mood=ind</f></fs></f></fs></span><span id="s90_9" from="10727" to="10730"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ich</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=*|person=1</f></fs></f></fs></span><span id="s90_10" from="10731" to="10734"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=acc|number=sg|gender=neut</f></fs></f></fs></span><span id="s90_11" from="10735" to="10739"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">kind</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=neut</f></fs></f></fs></span><span id="s90_12" from="10740" to="10747"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">trösen</f><f name="pos">VVINF</f><f name="msd">number=pl|person=3|tense=past|mood=ind</f></fs></f></fs></span><span id="s90_13" from="10748" to="10751"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">und</f><f name="pos">KON</f><f name="msd">_</f></fs></f></fs></span><span id="s90_14" from="10752" to="10754"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">es</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=neut|person=3</f></fs></f></fs></span><span id="s90_15" from="10755" to="10764"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">liebevoll</f><f name="pos">ADJD</f><f name="msd">degree=pos</f></fs></f></fs></span><span id="s90_16" from="10765" to="10774"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">beruhigen</f><f name="pos">VVINF</f><f name="msd">_</f></fs></f></fs></span><span id="s90_17" from="10774" to="10775"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s91_1" from="10776" to="10788"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">andererseits</f><f name="pos">ADV</f><f name="msd">_</f></fs></f></fs></span><span id="s91_2" from="10789" to="10795"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">möchten</f><f name="pos">VMFIN</f><f name="msd">number=sg|person=1|tense=pres|mood=ind</f></fs></f></fs></span><span id="s91_3" from="10796" to="10799"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ich</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=*|person=1</f></fs></f></fs></span><span id="s91_4" from="10800" to="10803"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">ART</f><f name="msd">case=acc|number=sg|gender=neut</f></fs></f></fs></span><span id="s91_5" from="10804" to="10812"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">schreien</f><f name="pos">NN</f><f name="msd">case=acc|number=sg|gender=neut</f></fs></f></fs></span><span id="s91_6" from="10813" to="10821"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">zulassen</f><f name="pos">VVINF</f><f name="msd">_</f></fs></f></fs></span><span id="s91_7" from="10822" to="10823"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s91_8" from="10824" to="10828"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">aber</f><f name="pos">KON</f><f name="msd">_</f></fs></f></fs></span><span id="s91_9" from="10829" to="10832"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">der</f><f name="pos">PDS</f><f name="msd">case=acc|number=sg|gender=neut</f></fs></f></fs></span><span id="s91_10" from="10833" to="10838"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">werden</f><f name="pos">VAFIN</f><f name="msd">number=sg|person=1|tense=past|mood=subj</f></fs></f></fs></span><span id="s91_11" from="10839" to="10842"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">ich</f><f name="pos">PPER</f><f name="msd">case=nom|number=sg|gender=masc|person=1</f></fs></f></fs></span><span id="s91_12" from="10843" to="10857"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">wahrscheinlich</f><f name="pos">ADJD</f><f name="msd">degree=pos</f></fs></f></fs></span><span id="s91_13" from="10858" to="10863"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">nicht</f><f name="pos">PTKNEG</f><f name="msd">_</f></fs></f></fs></span><span id="s91_14" from="10864" to="10873"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">aushalten</f><f name="pos">VVINF</f><f name="msd">_</f></fs></f></fs></span><span id="s91_15" from="10873" to="10874"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s91_16" from="10874" to="10875"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">"</f><f name="pos">XY</f><f name="msd">_</f></fs></f></fs></span><span id="s92_1" from="10876" to="10880"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">foto</f><f name="pos">NN</f><f name="msd">case=nom|number=sg|gender=neut</f></fs></f></fs></span><span id="s92_2" from="10880" to="10881"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">--</f><f name="pos">$.</f><f name="msd">_</f></fs></f></fs></span><span id="s92_3" from="10882" to="10889"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">daniela</f><f name="pos">NE</f><f name="msd">case=nom|number=sg|gender=*</f></fs></f></fs></span><span id="s92_4" from="10890" to="10897"><fs type="lex" xmlns="http://www.tei-c.org/ns/1.0"><f name="lex"><fs><f name="lemma">nielsen</f><f name="pos">NE</f><f name="msd">case=nom|number=sg|gender=*</f></fs></f></fs></span></spanList></layer>
\ No newline at end of file
diff --git a/t/corpus/BRZ13/00001/mate/pipeline/one_token_per_line.txt b/t/corpus/BRZ13/00001/mate/pipeline/one_token_per_line.txt
deleted file mode 100644
index ff1eaf9..0000000
--- a/t/corpus/BRZ13/00001/mate/pipeline/one_token_per_line.txt
+++ /dev/null
@@ -1,1906 +0,0 @@
-
-1	Sexueller	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	Missbrauch	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	?"Das	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	schreiende	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	Kind	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	steckt	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	noch	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	tief	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	in	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	mir	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	"	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	Die	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	Opfer	_	_	_	_	_	_	_	_	_	_	_	_	_
-14	leiden	_	_	_	_	_	_	_	_	_	_	_	_	_
-15	oft	_	_	_	_	_	_	_	_	_	_	_	_	_
-16	jahrzehntelang	_	_	_	_	_	_	_	_	_	_	_	_	_
-17	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Nun	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	will	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	die	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	Bundesregierung	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	einen	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	Fonds	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	einrichten	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	damit	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	zum	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	Beispiel	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	Therapien	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	bezahlt	_	_	_	_	_	_	_	_	_	_	_	_	_
-14	werden	_	_	_	_	_	_	_	_	_	_	_	_	_
-15	können	_	_	_	_	_	_	_	_	_	_	_	_	_
-16	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Eine	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	Betroffene	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	spricht	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	über	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	das	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	Martyrium	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Braunschweig	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Die	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	Frau	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	die	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	diese	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	Frage	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	stellt	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	ist	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	selbst	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	eine	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	Betroffene	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	:	_	_	_	_	_	_	_	_	_	_	_	_	_
-14	In	_	_	_	_	_	_	_	_	_	_	_	_	_
-15	einer	_	_	_	_	_	_	_	_	_	_	_	_	_
-16	E-Mail	_	_	_	_	_	_	_	_	_	_	_	_	_
-17	an	_	_	_	_	_	_	_	_	_	_	_	_	_
-18	unsere	_	_	_	_	_	_	_	_	_	_	_	_	_
-19	Redaktion	_	_	_	_	_	_	_	_	_	_	_	_	_
-20	schreibt	_	_	_	_	_	_	_	_	_	_	_	_	_
-21	sie	_	_	_	_	_	_	_	_	_	_	_	_	_
-22	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-23	dass	_	_	_	_	_	_	_	_	_	_	_	_	_
-24	ihre	_	_	_	_	_	_	_	_	_	_	_	_	_
-25	Mutter	_	_	_	_	_	_	_	_	_	_	_	_	_
-26	und	_	_	_	_	_	_	_	_	_	_	_	_	_
-27	ihr	_	_	_	_	_	_	_	_	_	_	_	_	_
-28	Vater	_	_	_	_	_	_	_	_	_	_	_	_	_
-29	sie	_	_	_	_	_	_	_	_	_	_	_	_	_
-30	jahrelang	_	_	_	_	_	_	_	_	_	_	_	_	_
-31	immer	_	_	_	_	_	_	_	_	_	_	_	_	_
-32	wieder	_	_	_	_	_	_	_	_	_	_	_	_	_
-33	sexuell	_	_	_	_	_	_	_	_	_	_	_	_	_
-34	missbraucht	_	_	_	_	_	_	_	_	_	_	_	_	_
-35	haben	_	_	_	_	_	_	_	_	_	_	_	_	_
-36	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Erst	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	als	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	sie	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	18	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	war	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	und	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	zu	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	Hause	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	ausziehen	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	konnte	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	endeten	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	die	_	_	_	_	_	_	_	_	_	_	_	_	_
-14	körperlichen	_	_	_	_	_	_	_	_	_	_	_	_	_
-15	Qualen	_	_	_	_	_	_	_	_	_	_	_	_	_
-16	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Aber	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	ihre	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	Seele	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	ist	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	immer	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	noch	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	krank	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	die	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	61-Jährige	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	leidet	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	nach	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	wie	_	_	_	_	_	_	_	_	_	_	_	_	_
-14	vor	_	_	_	_	_	_	_	_	_	_	_	_	_
-15	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Aus	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	diesem	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	Grund	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	bittet	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	die	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	Frau	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	um	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	Anonymität	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	?	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	für	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	diesen	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	Artikel	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	nennen	_	_	_	_	_	_	_	_	_	_	_	_	_
-14	wir	_	_	_	_	_	_	_	_	_	_	_	_	_
-15	sie	_	_	_	_	_	_	_	_	_	_	_	_	_
-16	Katharina	_	_	_	_	_	_	_	_	_	_	_	_	_
-17	Grünberg	_	_	_	_	_	_	_	_	_	_	_	_	_
-18	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Wenn	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	man	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	Katharina	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	Grünberg	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	an	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	ihrem	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	runden	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	Tisch	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	im	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	gemütlichen	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	Wohnzimmer	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	gegenübersitzt	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-14	und	_	_	_	_	_	_	_	_	_	_	_	_	_
-15	wenn	_	_	_	_	_	_	_	_	_	_	_	_	_
-16	man	_	_	_	_	_	_	_	_	_	_	_	_	_
-17	sie	_	_	_	_	_	_	_	_	_	_	_	_	_
-18	reden	_	_	_	_	_	_	_	_	_	_	_	_	_
-19	hört	_	_	_	_	_	_	_	_	_	_	_	_	_
-20	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-21	ruhig	_	_	_	_	_	_	_	_	_	_	_	_	_
-22	und	_	_	_	_	_	_	_	_	_	_	_	_	_
-23	mit	_	_	_	_	_	_	_	_	_	_	_	_	_
-24	klarer	_	_	_	_	_	_	_	_	_	_	_	_	_
-25	Stimme	_	_	_	_	_	_	_	_	_	_	_	_	_
-26	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-27	dann	_	_	_	_	_	_	_	_	_	_	_	_	_
-28	meint	_	_	_	_	_	_	_	_	_	_	_	_	_
-29	man	_	_	_	_	_	_	_	_	_	_	_	_	_
-30	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-31	alles	_	_	_	_	_	_	_	_	_	_	_	_	_
-32	sei	_	_	_	_	_	_	_	_	_	_	_	_	_
-33	in	_	_	_	_	_	_	_	_	_	_	_	_	_
-34	bester	_	_	_	_	_	_	_	_	_	_	_	_	_
-35	Ordnung	_	_	_	_	_	_	_	_	_	_	_	_	_
-36	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Doch	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	dann	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	schildert	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	sie	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	wie	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	sie	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	immer	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	wieder	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	von	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	Panikattacken	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	gepackt	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	wird	_	_	_	_	_	_	_	_	_	_	_	_	_
-14	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-15	wie	_	_	_	_	_	_	_	_	_	_	_	_	_
-16	Todesangst	_	_	_	_	_	_	_	_	_	_	_	_	_
-17	ihre	_	_	_	_	_	_	_	_	_	_	_	_	_
-18	Gedanken	_	_	_	_	_	_	_	_	_	_	_	_	_
-19	fesselt	_	_	_	_	_	_	_	_	_	_	_	_	_
-20	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-21	wie	_	_	_	_	_	_	_	_	_	_	_	_	_
-22	sie	_	_	_	_	_	_	_	_	_	_	_	_	_
-23	denkt	_	_	_	_	_	_	_	_	_	_	_	_	_
-24	:	_	_	_	_	_	_	_	_	_	_	_	_	_
-25	Jetzt	_	_	_	_	_	_	_	_	_	_	_	_	_
-26	bleibt	_	_	_	_	_	_	_	_	_	_	_	_	_
-27	mein	_	_	_	_	_	_	_	_	_	_	_	_	_
-28	Herz	_	_	_	_	_	_	_	_	_	_	_	_	_
-29	stehen	_	_	_	_	_	_	_	_	_	_	_	_	_
-30	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-31	jetzt	_	_	_	_	_	_	_	_	_	_	_	_	_
-32	muss	_	_	_	_	_	_	_	_	_	_	_	_	_
-33	ich	_	_	_	_	_	_	_	_	_	_	_	_	_
-34	sterben	_	_	_	_	_	_	_	_	_	_	_	_	_
-35	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	In	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	solchen	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	Momenten	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	rast	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	ihr	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	Herz	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	sie	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	schwitzt	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	und	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	verkrampft	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	sich	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	so	_	_	_	_	_	_	_	_	_	_	_	_	_
-14	heftig	_	_	_	_	_	_	_	_	_	_	_	_	_
-15	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-16	dass	_	_	_	_	_	_	_	_	_	_	_	_	_
-17	ihr	_	_	_	_	_	_	_	_	_	_	_	_	_
-18	Körper	_	_	_	_	_	_	_	_	_	_	_	_	_
-19	am	_	_	_	_	_	_	_	_	_	_	_	_	_
-20	Tag	_	_	_	_	_	_	_	_	_	_	_	_	_
-21	danach	_	_	_	_	_	_	_	_	_	_	_	_	_
-22	noch	_	_	_	_	_	_	_	_	_	_	_	_	_
-23	schmerzt	_	_	_	_	_	_	_	_	_	_	_	_	_
-24	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Laut	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	Diagnose	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	lebt	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	Katharina	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	Grünberg	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	mit	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	einer	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	dissoziativen	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	Identitätsstörung	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Was	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	das	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	bedeutet	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	beschreibt	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	sie	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	so	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	:	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	Aufgrund	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	der	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	traumatischen	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	Erlebnisse	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	durch	_	_	_	_	_	_	_	_	_	_	_	_	_
-14	den	_	_	_	_	_	_	_	_	_	_	_	_	_
-15	Missbrauch	_	_	_	_	_	_	_	_	_	_	_	_	_
-16	haben	_	_	_	_	_	_	_	_	_	_	_	_	_
-17	sich	_	_	_	_	_	_	_	_	_	_	_	_	_
-18	Teile	_	_	_	_	_	_	_	_	_	_	_	_	_
-19	ihrer	_	_	_	_	_	_	_	_	_	_	_	_	_
-20	Persönlichkeit	_	_	_	_	_	_	_	_	_	_	_	_	_
-21	abgespalten	_	_	_	_	_	_	_	_	_	_	_	_	_
-22	?	_	_	_	_	_	_	_	_	_	_	_	_	_
-23	eine	_	_	_	_	_	_	_	_	_	_	_	_	_
-24	Schutzreaktion	_	_	_	_	_	_	_	_	_	_	_	_	_
-25	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-26	um	_	_	_	_	_	_	_	_	_	_	_	_	_
-27	die	_	_	_	_	_	_	_	_	_	_	_	_	_
-28	unfassbare	_	_	_	_	_	_	_	_	_	_	_	_	_
-29	Grenzüberschreitung	_	_	_	_	_	_	_	_	_	_	_	_	_
-30	und	_	_	_	_	_	_	_	_	_	_	_	_	_
-31	den	_	_	_	_	_	_	_	_	_	_	_	_	_
-32	Vertrauensbruch	_	_	_	_	_	_	_	_	_	_	_	_	_
-33	ertragen	_	_	_	_	_	_	_	_	_	_	_	_	_
-34	zu	_	_	_	_	_	_	_	_	_	_	_	_	_
-35	können	_	_	_	_	_	_	_	_	_	_	_	_	_
-36	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-37	um	_	_	_	_	_	_	_	_	_	_	_	_	_
-38	überleben	_	_	_	_	_	_	_	_	_	_	_	_	_
-39	zu	_	_	_	_	_	_	_	_	_	_	_	_	_
-40	können	_	_	_	_	_	_	_	_	_	_	_	_	_
-41	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	"Diese	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	Abspaltung	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	betrifft	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	schreckliche	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	Erinnerungen	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	und	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	Gefühle"	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	erklärt	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	sie	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	"Durch	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	verschiedene	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	Reize	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	wie	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	Gerüche	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	Geräusche	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	und	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	Bilder	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	können	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	diese	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	Erinnerungen	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	und	_	_	_	_	_	_	_	_	_	_	_	_	_
-14	Gefühle	_	_	_	_	_	_	_	_	_	_	_	_	_
-15	aber	_	_	_	_	_	_	_	_	_	_	_	_	_
-16	blitzartig	_	_	_	_	_	_	_	_	_	_	_	_	_
-17	aktiviert	_	_	_	_	_	_	_	_	_	_	_	_	_
-18	werden	_	_	_	_	_	_	_	_	_	_	_	_	_
-19	?	_	_	_	_	_	_	_	_	_	_	_	_	_
-20	sie	_	_	_	_	_	_	_	_	_	_	_	_	_
-21	sind	_	_	_	_	_	_	_	_	_	_	_	_	_
-22	dann	_	_	_	_	_	_	_	_	_	_	_	_	_
-23	so	_	_	_	_	_	_	_	_	_	_	_	_	_
-24	übermächtig	_	_	_	_	_	_	_	_	_	_	_	_	_
-25	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-26	dass	_	_	_	_	_	_	_	_	_	_	_	_	_
-27	ich	_	_	_	_	_	_	_	_	_	_	_	_	_
-28	sie	_	_	_	_	_	_	_	_	_	_	_	_	_
-29	für	_	_	_	_	_	_	_	_	_	_	_	_	_
-30	real	_	_	_	_	_	_	_	_	_	_	_	_	_
-31	halte	_	_	_	_	_	_	_	_	_	_	_	_	_
-32	und	_	_	_	_	_	_	_	_	_	_	_	_	_
-33	nicht	_	_	_	_	_	_	_	_	_	_	_	_	_
-34	einordnen	_	_	_	_	_	_	_	_	_	_	_	_	_
-35	kann	_	_	_	_	_	_	_	_	_	_	_	_	_
-36	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Man	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	kann	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	nur	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	lernen	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	sich	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	davon	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	nicht	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	wegreißen	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	zu	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	lassen	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	;	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	teilweise	_	_	_	_	_	_	_	_	_	_	_	_	_
-14	gelingt	_	_	_	_	_	_	_	_	_	_	_	_	_
-15	mir	_	_	_	_	_	_	_	_	_	_	_	_	_
-16	das	_	_	_	_	_	_	_	_	_	_	_	_	_
-17	inzwischen	_	_	_	_	_	_	_	_	_	_	_	_	_
-18	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Aber	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	es	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	ist	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	unglaublich	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	anstrengend	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Ich	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	brauche	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	all	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	meine	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	Energie	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	um	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	mich	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	permanent	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	zu	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	kontrollieren	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	und	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	einen	_	_	_	_	_	_	_	_	_	_	_	_	_
-14	Anschein	_	_	_	_	_	_	_	_	_	_	_	_	_
-15	von	_	_	_	_	_	_	_	_	_	_	_	_	_
-16	Normalität	_	_	_	_	_	_	_	_	_	_	_	_	_
-17	herzustellen	_	_	_	_	_	_	_	_	_	_	_	_	_
-18	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-19	"	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Lange	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	Wartezeit	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	auf	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	Therapie	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	Viele	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	Jahre	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	lang	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	hatte	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	Katharina	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	Grünberg	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	komplett	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	verdrängt	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-14	was	_	_	_	_	_	_	_	_	_	_	_	_	_
-15	ihre	_	_	_	_	_	_	_	_	_	_	_	_	_
-16	Eltern	_	_	_	_	_	_	_	_	_	_	_	_	_
-17	ihr	_	_	_	_	_	_	_	_	_	_	_	_	_
-18	angetan	_	_	_	_	_	_	_	_	_	_	_	_	_
-19	haben	_	_	_	_	_	_	_	_	_	_	_	_	_
-20	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Sie	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	hatte	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	das	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	Traumatische	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	ausgeblendet	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	es	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	in	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	einen	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	abgeriegelten	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	Bereich	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	ganz	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	tief	_	_	_	_	_	_	_	_	_	_	_	_	_
-14	in	_	_	_	_	_	_	_	_	_	_	_	_	_
-15	ihrem	_	_	_	_	_	_	_	_	_	_	_	_	_
-16	Inneren	_	_	_	_	_	_	_	_	_	_	_	_	_
-17	verbannt	_	_	_	_	_	_	_	_	_	_	_	_	_
-18	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Sie	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	hat	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	als	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	Lehrerin	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	gearbeitet	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	geheiratet	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	und	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	zwei	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	Töchter	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	bekommen	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Irgendwie	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	kam	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	sie	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	durchs	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	Leben	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	?	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	auch	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	wenn	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	es	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	ihr	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	immer	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	schwerfiel	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-14	zu	_	_	_	_	_	_	_	_	_	_	_	_	_
-15	vertrauen	_	_	_	_	_	_	_	_	_	_	_	_	_
-16	und	_	_	_	_	_	_	_	_	_	_	_	_	_
-17	Nähe	_	_	_	_	_	_	_	_	_	_	_	_	_
-18	zuzulassen	_	_	_	_	_	_	_	_	_	_	_	_	_
-19	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Einige	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	Jahre	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	nach	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	der	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	Geburt	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	ihrer	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	Töchter	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	brach	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	die	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	vermeintlich	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	heile	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	Welt	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	zusammen	_	_	_	_	_	_	_	_	_	_	_	_	_
-14	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-15	all	_	_	_	_	_	_	_	_	_	_	_	_	_
-16	das	_	_	_	_	_	_	_	_	_	_	_	_	_
-17	Verdrängte	_	_	_	_	_	_	_	_	_	_	_	_	_
-18	überrollte	_	_	_	_	_	_	_	_	_	_	_	_	_
-19	sie	_	_	_	_	_	_	_	_	_	_	_	_	_
-20	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Sie	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	musste	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	ihren	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	Beruf	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	aufgeben	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	weil	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	sie	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	den	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	Anforderungen	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	nicht	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	mehr	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	gewachsen	_	_	_	_	_	_	_	_	_	_	_	_	_
-14	war	_	_	_	_	_	_	_	_	_	_	_	_	_
-15	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-16	und	_	_	_	_	_	_	_	_	_	_	_	_	_
-17	wurde	_	_	_	_	_	_	_	_	_	_	_	_	_
-18	frühpensioniert	_	_	_	_	_	_	_	_	_	_	_	_	_
-19	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Die	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	Ehe	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	zerbrach	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Inzwischen	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	lebt	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	sie	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	von	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	einer	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	Erwerbsunfähigkeitsrente	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	und	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	gibt	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	gegen	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	ein	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	kleines	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	Honorar	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	Kurse	_	_	_	_	_	_	_	_	_	_	_	_	_
-14	an	_	_	_	_	_	_	_	_	_	_	_	_	_
-15	einer	_	_	_	_	_	_	_	_	_	_	_	_	_
-16	Volkshochschule	_	_	_	_	_	_	_	_	_	_	_	_	_
-17	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Seit	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	etwa	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	20	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	Jahren	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	ist	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	Katharina	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	Grünberg	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	nun	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	mit	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	Unterbrechungen	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	bei	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	verschiedenen	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	Therapeuten	_	_	_	_	_	_	_	_	_	_	_	_	_
-14	und	_	_	_	_	_	_	_	_	_	_	_	_	_
-15	Ärzten	_	_	_	_	_	_	_	_	_	_	_	_	_
-16	in	_	_	_	_	_	_	_	_	_	_	_	_	_
-17	Behandlung	_	_	_	_	_	_	_	_	_	_	_	_	_
-18	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Sie	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	spricht	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	von	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	einer	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	Therapiekarriere	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	?	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	und	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	in	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	ihrer	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	Stimme	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	schwingt	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	bei	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	diesem	_	_	_	_	_	_	_	_	_	_	_	_	_
-14	Wort	_	_	_	_	_	_	_	_	_	_	_	_	_
-15	Sarkasmus	_	_	_	_	_	_	_	_	_	_	_	_	_
-16	mit	_	_	_	_	_	_	_	_	_	_	_	_	_
-17	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Bis	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	man	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	einen	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	passenden	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	Therapeuten	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	finde	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	brauche	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	man	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	mehrere	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	Anläufe	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	sagt	_	_	_	_	_	_	_	_	_	_	_	_	_
-14	sie	_	_	_	_	_	_	_	_	_	_	_	_	_
-15	;	_	_	_	_	_	_	_	_	_	_	_	_	_
-16	hinzu	_	_	_	_	_	_	_	_	_	_	_	_	_
-17	kommen	_	_	_	_	_	_	_	_	_	_	_	_	_
-18	die	_	_	_	_	_	_	_	_	_	_	_	_	_
-19	oft	_	_	_	_	_	_	_	_	_	_	_	_	_
-20	langen	_	_	_	_	_	_	_	_	_	_	_	_	_
-21	Wartezeiten	_	_	_	_	_	_	_	_	_	_	_	_	_
-22	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Sie	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	beschreibt	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	diesen	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	Weg	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	als	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	Odyssee	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Niemand	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	darf	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	etwas	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	erfahren	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	Wie	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	es	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	ihr	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	jetzt	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	geht	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	?	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	"Ich	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	habe	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	ständig	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	das	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	Gefühl	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	dass	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	mein	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	Fundament	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	morsch	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	ist	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	dass	_	_	_	_	_	_	_	_	_	_	_	_	_
-14	es	_	_	_	_	_	_	_	_	_	_	_	_	_
-15	nichts	_	_	_	_	_	_	_	_	_	_	_	_	_
-16	Verlässliches	_	_	_	_	_	_	_	_	_	_	_	_	_
-17	gibt	_	_	_	_	_	_	_	_	_	_	_	_	_
-18	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-19	dass	_	_	_	_	_	_	_	_	_	_	_	_	_
-20	das	_	_	_	_	_	_	_	_	_	_	_	_	_
-21	Leben	_	_	_	_	_	_	_	_	_	_	_	_	_
-22	mich	_	_	_	_	_	_	_	_	_	_	_	_	_
-23	völlig	_	_	_	_	_	_	_	_	_	_	_	_	_
-24	überfordert	_	_	_	_	_	_	_	_	_	_	_	_	_
-25	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Morgens	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	ist	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	es	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	meistens	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	ein	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	Kampf	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	überhaupt	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	aufzustehen	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Ich	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	versuche	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	mir	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	gedanklich	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	Inseln	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	zu	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	bauen	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	:	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	Worauf	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	könnte	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	ich	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	mich	_	_	_	_	_	_	_	_	_	_	_	_	_
-14	freuen	_	_	_	_	_	_	_	_	_	_	_	_	_
-15	?	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Aber	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	das	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	muss	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	ich	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	mir	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	konstruieren	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Theoretisch	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	weiß	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	ich	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	was	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	Lebensfreude	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	ist	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	?	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	wie	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	es	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	sich	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	anfühlt	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-14	beginne	_	_	_	_	_	_	_	_	_	_	_	_	_
-15	ich	_	_	_	_	_	_	_	_	_	_	_	_	_
-16	erst	_	_	_	_	_	_	_	_	_	_	_	_	_
-17	jetzt	_	_	_	_	_	_	_	_	_	_	_	_	_
-18	langsam	_	_	_	_	_	_	_	_	_	_	_	_	_
-19	zu	_	_	_	_	_	_	_	_	_	_	_	_	_
-20	ahnen	_	_	_	_	_	_	_	_	_	_	_	_	_
-21	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Ich	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	bin	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	kaum	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	in	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	der	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	Lage	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	Gefühle	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	zuzulassen	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	;	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	weinen	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	zu	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	können	_	_	_	_	_	_	_	_	_	_	_	_	_
-14	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-15	erobere	_	_	_	_	_	_	_	_	_	_	_	_	_
-16	ich	_	_	_	_	_	_	_	_	_	_	_	_	_
-17	mir	_	_	_	_	_	_	_	_	_	_	_	_	_
-18	gerade	_	_	_	_	_	_	_	_	_	_	_	_	_
-19	zurück	_	_	_	_	_	_	_	_	_	_	_	_	_
-20	."	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Nach	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	außen	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	hin	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	lässt	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	sie	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	sich	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	davon	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	nichts	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	anmerken	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Die	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	Fassade	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	steht	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Keiner	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	darf	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	etwas	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	erfahren	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	!	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Doch	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	zugleich	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	hat	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	sie	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	den	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	Wunsch	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	mit	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	ihrem	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	Leid	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	gesehen	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	zu	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	werden	_	_	_	_	_	_	_	_	_	_	_	_	_
-14	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-15	um	_	_	_	_	_	_	_	_	_	_	_	_	_
-16	sich	_	_	_	_	_	_	_	_	_	_	_	_	_
-17	selber	_	_	_	_	_	_	_	_	_	_	_	_	_
-18	glauben	_	_	_	_	_	_	_	_	_	_	_	_	_
-19	zu	_	_	_	_	_	_	_	_	_	_	_	_	_
-20	können	_	_	_	_	_	_	_	_	_	_	_	_	_
-21	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	"Meine	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	Eltern	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	haben	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	mir	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	immer	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	gesagt	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	dass	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	ich	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	lüge	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Das	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	brennt	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	sich	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	ein	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Irgendwann	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	kommen	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	tatsächlich	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	Zweifel	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	ob	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	man	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	sich	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	das	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	alles	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	nur	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	einbildet"	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-14	sagt	_	_	_	_	_	_	_	_	_	_	_	_	_
-15	sie	_	_	_	_	_	_	_	_	_	_	_	_	_
-16	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	"Dann	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	verfestigt	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	sich	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	so	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	ein	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	furchtbares	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	Gefühl	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	:	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	Keiner	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	glaubt	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	mir	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	keiner	_	_	_	_	_	_	_	_	_	_	_	_	_
-14	hilft	_	_	_	_	_	_	_	_	_	_	_	_	_
-15	mir	_	_	_	_	_	_	_	_	_	_	_	_	_
-16	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-17	ich	_	_	_	_	_	_	_	_	_	_	_	_	_
-18	bin	_	_	_	_	_	_	_	_	_	_	_	_	_
-19	nichts	_	_	_	_	_	_	_	_	_	_	_	_	_
-20	wert	_	_	_	_	_	_	_	_	_	_	_	_	_
-21	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-22	"	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Keine	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	Opferentschädigung	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	Vor	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	einigen	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	Jahren	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	hat	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	sie	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	versucht	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	finanzielle	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	Unterstützung	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	über	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	das	_	_	_	_	_	_	_	_	_	_	_	_	_
-14	Opferentschädigungsgesetz	_	_	_	_	_	_	_	_	_	_	_	_	_
-15	zu	_	_	_	_	_	_	_	_	_	_	_	_	_
-16	bekommen	_	_	_	_	_	_	_	_	_	_	_	_	_
-17	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Dieses	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	Gesetz	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	sieht	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	Entschädigungsleistungen	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	für	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	Opfer	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	von	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	Gewalttaten	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	vor	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	die	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	gesundheitliche	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	Schäden	_	_	_	_	_	_	_	_	_	_	_	_	_
-14	erlitten	_	_	_	_	_	_	_	_	_	_	_	_	_
-15	haben	_	_	_	_	_	_	_	_	_	_	_	_	_
-16	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	"Das	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	Antragsprozedere	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	hat	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	ungefähr	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	zwei	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	Jahre	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	gedauert"	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	erzählt	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	sie	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Schließlich	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	sei	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	zwar	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	anerkannt	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	worden	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	dass	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	ihre	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	gesundheitlichen	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	Beeinträchtigungen	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	und	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	Behinderungen	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	eine	_	_	_	_	_	_	_	_	_	_	_	_	_
-14	Folge	_	_	_	_	_	_	_	_	_	_	_	_	_
-15	des	_	_	_	_	_	_	_	_	_	_	_	_	_
-16	Missbrauchs	_	_	_	_	_	_	_	_	_	_	_	_	_
-17	sind	_	_	_	_	_	_	_	_	_	_	_	_	_
-18	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-19	aber	_	_	_	_	_	_	_	_	_	_	_	_	_
-20	da	_	_	_	_	_	_	_	_	_	_	_	_	_
-21	die	_	_	_	_	_	_	_	_	_	_	_	_	_
-22	Taten	_	_	_	_	_	_	_	_	_	_	_	_	_
-23	vor	_	_	_	_	_	_	_	_	_	_	_	_	_
-24	Inkrafttreten	_	_	_	_	_	_	_	_	_	_	_	_	_
-25	des	_	_	_	_	_	_	_	_	_	_	_	_	_
-26	Gesetzes	_	_	_	_	_	_	_	_	_	_	_	_	_
-27	1976	_	_	_	_	_	_	_	_	_	_	_	_	_
-28	geschehen	_	_	_	_	_	_	_	_	_	_	_	_	_
-29	sind	_	_	_	_	_	_	_	_	_	_	_	_	_
-30	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-31	fällt	_	_	_	_	_	_	_	_	_	_	_	_	_
-32	sie	_	_	_	_	_	_	_	_	_	_	_	_	_
-33	unter	_	_	_	_	_	_	_	_	_	_	_	_	_
-34	eine	_	_	_	_	_	_	_	_	_	_	_	_	_
-35	Übergangsregelung	_	_	_	_	_	_	_	_	_	_	_	_	_
-36	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Diese	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	setzt	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	eine	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	finanzielle	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	Bedürftigkeit	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	voraus	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	um	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	Unterstützung	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	zu	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	bekommen	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	?	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	dafür	_	_	_	_	_	_	_	_	_	_	_	_	_
-14	ist	_	_	_	_	_	_	_	_	_	_	_	_	_
-15	ihr	_	_	_	_	_	_	_	_	_	_	_	_	_
-16	Einkommen	_	_	_	_	_	_	_	_	_	_	_	_	_
-17	aber	_	_	_	_	_	_	_	_	_	_	_	_	_
-18	nicht	_	_	_	_	_	_	_	_	_	_	_	_	_
-19	gering	_	_	_	_	_	_	_	_	_	_	_	_	_
-20	genug	_	_	_	_	_	_	_	_	_	_	_	_	_
-21	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	"Hätte	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	der	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	Missbrauch	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	nach	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	1976	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	stattgefunden	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	hätte	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	mir	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	eine	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	Berufsausfallentschädigung	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	zugestanden"	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-14	sagt	_	_	_	_	_	_	_	_	_	_	_	_	_
-15	Katharina	_	_	_	_	_	_	_	_	_	_	_	_	_
-16	Grünberg	_	_	_	_	_	_	_	_	_	_	_	_	_
-17	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	"Das	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	hätte	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	zwar	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	den	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	Missbrauch	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	nicht	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	wieder	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	gutmachen	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	können	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	aber	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	es	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	hätte	_	_	_	_	_	_	_	_	_	_	_	_	_
-14	mir	_	_	_	_	_	_	_	_	_	_	_	_	_
-15	erspart	_	_	_	_	_	_	_	_	_	_	_	_	_
-16	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-17	neben	_	_	_	_	_	_	_	_	_	_	_	_	_
-18	dem	_	_	_	_	_	_	_	_	_	_	_	_	_
-19	psychischen	_	_	_	_	_	_	_	_	_	_	_	_	_
-20	Kampf	_	_	_	_	_	_	_	_	_	_	_	_	_
-21	ums	_	_	_	_	_	_	_	_	_	_	_	_	_
-22	Überleben	_	_	_	_	_	_	_	_	_	_	_	_	_
-23	auch	_	_	_	_	_	_	_	_	_	_	_	_	_
-24	noch	_	_	_	_	_	_	_	_	_	_	_	_	_
-25	den	_	_	_	_	_	_	_	_	_	_	_	_	_
-26	existenziellen	_	_	_	_	_	_	_	_	_	_	_	_	_
-27	Überlebenskampf	_	_	_	_	_	_	_	_	_	_	_	_	_
-28	führen	_	_	_	_	_	_	_	_	_	_	_	_	_
-29	zu	_	_	_	_	_	_	_	_	_	_	_	_	_
-30	müssen	_	_	_	_	_	_	_	_	_	_	_	_	_
-31	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-32	"	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Stationäre	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	Behandlung	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	nötig	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	Was	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	Katharina	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	Grünberg	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	zudem	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	belastet	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	sind	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	die	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	wiederholten	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	Auseinandersetzungen	_	_	_	_	_	_	_	_	_	_	_	_	_
-14	mit	_	_	_	_	_	_	_	_	_	_	_	_	_
-15	ihrer	_	_	_	_	_	_	_	_	_	_	_	_	_
-16	privaten	_	_	_	_	_	_	_	_	_	_	_	_	_
-17	Krankenkasse	_	_	_	_	_	_	_	_	_	_	_	_	_
-18	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Zwar	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	habe	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	die	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	Kasse	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	neben	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	zwei	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	ambulanten	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	Therapien	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	auch	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	stationäre	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	Therapien	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	bezahlt	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-14	doch	_	_	_	_	_	_	_	_	_	_	_	_	_
-15	eine	_	_	_	_	_	_	_	_	_	_	_	_	_
-16	von	_	_	_	_	_	_	_	_	_	_	_	_	_
-17	den	_	_	_	_	_	_	_	_	_	_	_	_	_
-18	behandelnden	_	_	_	_	_	_	_	_	_	_	_	_	_
-19	Ärzten	_	_	_	_	_	_	_	_	_	_	_	_	_
-20	als	_	_	_	_	_	_	_	_	_	_	_	_	_
-21	notwendig	_	_	_	_	_	_	_	_	_	_	_	_	_
-22	erachtete	_	_	_	_	_	_	_	_	_	_	_	_	_
-23	Verlängerung	_	_	_	_	_	_	_	_	_	_	_	_	_
-24	der	_	_	_	_	_	_	_	_	_	_	_	_	_
-25	stationären	_	_	_	_	_	_	_	_	_	_	_	_	_
-26	Aufenthalte	_	_	_	_	_	_	_	_	_	_	_	_	_
-27	über	_	_	_	_	_	_	_	_	_	_	_	_	_
-28	vier	_	_	_	_	_	_	_	_	_	_	_	_	_
-29	Wochen	_	_	_	_	_	_	_	_	_	_	_	_	_
-30	hinaus	_	_	_	_	_	_	_	_	_	_	_	_	_
-31	sei	_	_	_	_	_	_	_	_	_	_	_	_	_
-32	jedes	_	_	_	_	_	_	_	_	_	_	_	_	_
-33	Mal	_	_	_	_	_	_	_	_	_	_	_	_	_
-34	abgelehnt	_	_	_	_	_	_	_	_	_	_	_	_	_
-35	worden	_	_	_	_	_	_	_	_	_	_	_	_	_
-36	?	_	_	_	_	_	_	_	_	_	_	_	_	_
-37	immer	_	_	_	_	_	_	_	_	_	_	_	_	_
-38	mit	_	_	_	_	_	_	_	_	_	_	_	_	_
-39	der	_	_	_	_	_	_	_	_	_	_	_	_	_
-40	Begründung	_	_	_	_	_	_	_	_	_	_	_	_	_
-41	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-42	dies	_	_	_	_	_	_	_	_	_	_	_	_	_
-43	sei	_	_	_	_	_	_	_	_	_	_	_	_	_
-44	medizinisch	_	_	_	_	_	_	_	_	_	_	_	_	_
-45	nicht	_	_	_	_	_	_	_	_	_	_	_	_	_
-46	notwendig	_	_	_	_	_	_	_	_	_	_	_	_	_
-47	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	"Das	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	bedeutete	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	dass	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	ich	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	den	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	begonnenen	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	guten	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	Prozess	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	leider	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	abbrechen	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	musste	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	und	_	_	_	_	_	_	_	_	_	_	_	_	_
-14	instabil	_	_	_	_	_	_	_	_	_	_	_	_	_
-15	entlassen	_	_	_	_	_	_	_	_	_	_	_	_	_
-16	wurde"	_	_	_	_	_	_	_	_	_	_	_	_	_
-17	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-18	erläutert	_	_	_	_	_	_	_	_	_	_	_	_	_
-19	sie	_	_	_	_	_	_	_	_	_	_	_	_	_
-20	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	"Auch	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	aus	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	Sicht	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	meines	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	Arztes	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	ist	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	eine	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	stationäre	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	Behandlung	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	dringend	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	erforderlich	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	?	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	aber	_	_	_	_	_	_	_	_	_	_	_	_	_
-14	vier	_	_	_	_	_	_	_	_	_	_	_	_	_
-15	Wochen	_	_	_	_	_	_	_	_	_	_	_	_	_
-16	reichen	_	_	_	_	_	_	_	_	_	_	_	_	_
-17	eben	_	_	_	_	_	_	_	_	_	_	_	_	_
-18	nicht	_	_	_	_	_	_	_	_	_	_	_	_	_
-19	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Es	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	gehört	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	sehr	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	viel	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	Mut	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	dazu	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	sich	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	der	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	Vergangenheit	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	zu	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	stellen	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-14	und	_	_	_	_	_	_	_	_	_	_	_	_	_
-15	ich	_	_	_	_	_	_	_	_	_	_	_	_	_
-16	habe	_	_	_	_	_	_	_	_	_	_	_	_	_
-17	schon	_	_	_	_	_	_	_	_	_	_	_	_	_
-18	viel	_	_	_	_	_	_	_	_	_	_	_	_	_
-19	erreicht	_	_	_	_	_	_	_	_	_	_	_	_	_
-20	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Doch	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	die	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	Seele	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	die	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	durch	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	den	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	Missbrauch	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	in	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	Einzelteile	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	zerlegt	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	wurde	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-14	braucht	_	_	_	_	_	_	_	_	_	_	_	_	_
-15	Zeit	_	_	_	_	_	_	_	_	_	_	_	_	_
-16	und	_	_	_	_	_	_	_	_	_	_	_	_	_
-17	professionelle	_	_	_	_	_	_	_	_	_	_	_	_	_
-18	Unterstützung	_	_	_	_	_	_	_	_	_	_	_	_	_
-19	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-20	um	_	_	_	_	_	_	_	_	_	_	_	_	_
-21	zu	_	_	_	_	_	_	_	_	_	_	_	_	_
-22	heilen	_	_	_	_	_	_	_	_	_	_	_	_	_
-23	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Ich	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	habe	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	eine	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	Perspektive	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	:	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	endlich	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	ein	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	Leben	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	ohne	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	Therapien	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Aber	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	ich	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	kann	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	die	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	Kosten	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	für	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	den	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	Klinikaufenthalt	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	nicht	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	selbst	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	aufbringen	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	wenn	_	_	_	_	_	_	_	_	_	_	_	_	_
-14	die	_	_	_	_	_	_	_	_	_	_	_	_	_
-15	Krankenkasse	_	_	_	_	_	_	_	_	_	_	_	_	_
-16	sie	_	_	_	_	_	_	_	_	_	_	_	_	_
-17	nicht	_	_	_	_	_	_	_	_	_	_	_	_	_
-18	übernimmt	_	_	_	_	_	_	_	_	_	_	_	_	_
-19	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-20	"	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Fonds	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	für	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	Missbrauchsopfer	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	Große	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	Hoffnung	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	setzt	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	Katharina	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	Grünberg	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	jetzt	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	auf	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	den	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	Fonds	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	für	_	_	_	_	_	_	_	_	_	_	_	_	_
-14	Opfer	_	_	_	_	_	_	_	_	_	_	_	_	_
-15	sexuellen	_	_	_	_	_	_	_	_	_	_	_	_	_
-16	Missbrauchs	_	_	_	_	_	_	_	_	_	_	_	_	_
-17	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-18	der	_	_	_	_	_	_	_	_	_	_	_	_	_
-19	im	_	_	_	_	_	_	_	_	_	_	_	_	_
-20	Mai	_	_	_	_	_	_	_	_	_	_	_	_	_
-21	starten	_	_	_	_	_	_	_	_	_	_	_	_	_
-22	soll	_	_	_	_	_	_	_	_	_	_	_	_	_
-23	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Dieser	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	Hilfsfonds	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	ist	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	Teil	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	eines	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	Gesetzes	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	zur	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	Stärkung	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	der	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	Rechte	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	von	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	Missbrauchsopfern	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-14	das	_	_	_	_	_	_	_	_	_	_	_	_	_
-15	der	_	_	_	_	_	_	_	_	_	_	_	_	_
-16	Bundestag	_	_	_	_	_	_	_	_	_	_	_	_	_
-17	Mitte	_	_	_	_	_	_	_	_	_	_	_	_	_
-18	März	_	_	_	_	_	_	_	_	_	_	_	_	_
-19	dieses	_	_	_	_	_	_	_	_	_	_	_	_	_
-20	Jahres	_	_	_	_	_	_	_	_	_	_	_	_	_
-21	verabschiedet	_	_	_	_	_	_	_	_	_	_	_	_	_
-22	hat	_	_	_	_	_	_	_	_	_	_	_	_	_
-23	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Das	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	Gesetz	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	wiederum	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	geht	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	zurück	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	auf	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	Empfehlungen	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	des	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	Runden	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	Tisches	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	"Sexueller	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	Kindesmissbrauch"	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Dieses	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	Gremium	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	war	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	2010	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	eingerichtet	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	worden	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	nachdem	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	Tausende	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	Fälle	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	von	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	Kindesmissbrauch	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	in	_	_	_	_	_	_	_	_	_	_	_	_	_
-14	kirchlichen	_	_	_	_	_	_	_	_	_	_	_	_	_
-15	Einrichtungen	_	_	_	_	_	_	_	_	_	_	_	_	_
-16	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-17	Internaten	_	_	_	_	_	_	_	_	_	_	_	_	_
-18	und	_	_	_	_	_	_	_	_	_	_	_	_	_
-19	Heimen	_	_	_	_	_	_	_	_	_	_	_	_	_
-20	bekanntgeworden	_	_	_	_	_	_	_	_	_	_	_	_	_
-21	waren	_	_	_	_	_	_	_	_	_	_	_	_	_
-22	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Nach	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	anderthalbjähriger	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	Beratung	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	hatte	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	der	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	Runde	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	Tisch	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	Ende	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	2011	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	unter	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	anderem	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	empfohlen	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-14	einen	_	_	_	_	_	_	_	_	_	_	_	_	_
-15	Fonds	_	_	_	_	_	_	_	_	_	_	_	_	_
-16	in	_	_	_	_	_	_	_	_	_	_	_	_	_
-17	Höhe	_	_	_	_	_	_	_	_	_	_	_	_	_
-18	von	_	_	_	_	_	_	_	_	_	_	_	_	_
-19	100	_	_	_	_	_	_	_	_	_	_	_	_	_
-20	Millionen	_	_	_	_	_	_	_	_	_	_	_	_	_
-21	Euro	_	_	_	_	_	_	_	_	_	_	_	_	_
-22	zu	_	_	_	_	_	_	_	_	_	_	_	_	_
-23	schaffen	_	_	_	_	_	_	_	_	_	_	_	_	_
-24	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-25	der	_	_	_	_	_	_	_	_	_	_	_	_	_
-26	sich	_	_	_	_	_	_	_	_	_	_	_	_	_
-27	an	_	_	_	_	_	_	_	_	_	_	_	_	_
-28	Opfer	_	_	_	_	_	_	_	_	_	_	_	_	_
-29	sexuellen	_	_	_	_	_	_	_	_	_	_	_	_	_
-30	Missbrauchs	_	_	_	_	_	_	_	_	_	_	_	_	_
-31	in	_	_	_	_	_	_	_	_	_	_	_	_	_
-32	privaten	_	_	_	_	_	_	_	_	_	_	_	_	_
-33	und	_	_	_	_	_	_	_	_	_	_	_	_	_
-34	öffentlichen	_	_	_	_	_	_	_	_	_	_	_	_	_
-35	Einrichtungen	_	_	_	_	_	_	_	_	_	_	_	_	_
-36	sowie	_	_	_	_	_	_	_	_	_	_	_	_	_
-37	ausdrücklich	_	_	_	_	_	_	_	_	_	_	_	_	_
-38	auch	_	_	_	_	_	_	_	_	_	_	_	_	_
-39	an	_	_	_	_	_	_	_	_	_	_	_	_	_
-40	Opfer	_	_	_	_	_	_	_	_	_	_	_	_	_
-41	von	_	_	_	_	_	_	_	_	_	_	_	_	_
-42	Missbrauch	_	_	_	_	_	_	_	_	_	_	_	_	_
-43	in	_	_	_	_	_	_	_	_	_	_	_	_	_
-44	Familien	_	_	_	_	_	_	_	_	_	_	_	_	_
-45	richten	_	_	_	_	_	_	_	_	_	_	_	_	_
-46	soll	_	_	_	_	_	_	_	_	_	_	_	_	_
-47	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Der	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	Fonds	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	sollte	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	je	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	zur	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	Hälfte	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	vom	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	Bund	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	und	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	den	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	Ländern	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	getragen	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	werden	_	_	_	_	_	_	_	_	_	_	_	_	_
-14	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Doch	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	genau	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	daran	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	hapert	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	es	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	:	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	Die	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	meisten	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	Länder	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	verweigern	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	eine	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	Beteiligung	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-14	darunter	_	_	_	_	_	_	_	_	_	_	_	_	_
-15	auch	_	_	_	_	_	_	_	_	_	_	_	_	_
-16	Niedersachsen	_	_	_	_	_	_	_	_	_	_	_	_	_
-17	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Landessozialministerin	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	Cornelia	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	Rundt	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	(	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	SPD	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	)	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	sagt	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	dazu	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	:	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	"Wir	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	lehnen	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	die	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	Einrichtung	_	_	_	_	_	_	_	_	_	_	_	_	_
-14	des	_	_	_	_	_	_	_	_	_	_	_	_	_
-15	Fonds	_	_	_	_	_	_	_	_	_	_	_	_	_
-16	in	_	_	_	_	_	_	_	_	_	_	_	_	_
-17	dieser	_	_	_	_	_	_	_	_	_	_	_	_	_
-18	Form	_	_	_	_	_	_	_	_	_	_	_	_	_
-19	ab	_	_	_	_	_	_	_	_	_	_	_	_	_
-20	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-21	weil	_	_	_	_	_	_	_	_	_	_	_	_	_
-22	er	_	_	_	_	_	_	_	_	_	_	_	_	_
-23	uns	_	_	_	_	_	_	_	_	_	_	_	_	_
-24	zwingen	_	_	_	_	_	_	_	_	_	_	_	_	_
-25	will	_	_	_	_	_	_	_	_	_	_	_	_	_
-26	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-27	Verantwortung	_	_	_	_	_	_	_	_	_	_	_	_	_
-28	für	_	_	_	_	_	_	_	_	_	_	_	_	_
-29	sexuellen	_	_	_	_	_	_	_	_	_	_	_	_	_
-30	Missbrauch	_	_	_	_	_	_	_	_	_	_	_	_	_
-31	im	_	_	_	_	_	_	_	_	_	_	_	_	_
-32	privaten	_	_	_	_	_	_	_	_	_	_	_	_	_
-33	Bereich	_	_	_	_	_	_	_	_	_	_	_	_	_
-34	zu	_	_	_	_	_	_	_	_	_	_	_	_	_
-35	übernehmen	_	_	_	_	_	_	_	_	_	_	_	_	_
-36	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-37	"	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Das	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	Land	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	bekenne	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	sich	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	jedoch	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	zu	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	seiner	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	Verantwortung	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	wenn	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	in	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	Landeseinrichtungen	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-14	in	_	_	_	_	_	_	_	_	_	_	_	_	_
-15	Schulen	_	_	_	_	_	_	_	_	_	_	_	_	_
-16	oder	_	_	_	_	_	_	_	_	_	_	_	_	_
-17	in	_	_	_	_	_	_	_	_	_	_	_	_	_
-18	schulischen	_	_	_	_	_	_	_	_	_	_	_	_	_
-19	Einrichtungen	_	_	_	_	_	_	_	_	_	_	_	_	_
-20	Kinder	_	_	_	_	_	_	_	_	_	_	_	_	_
-21	Opfer	_	_	_	_	_	_	_	_	_	_	_	_	_
-22	von	_	_	_	_	_	_	_	_	_	_	_	_	_
-23	Gewalt	_	_	_	_	_	_	_	_	_	_	_	_	_
-24	und	_	_	_	_	_	_	_	_	_	_	_	_	_
-25	Missbrauch	_	_	_	_	_	_	_	_	_	_	_	_	_
-26	wurden	_	_	_	_	_	_	_	_	_	_	_	_	_
-27	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-28	so	_	_	_	_	_	_	_	_	_	_	_	_	_
-29	Rundt	_	_	_	_	_	_	_	_	_	_	_	_	_
-30	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	10000	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	Euro	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	pro	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	Antragsteller	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	Aufgrund	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	der	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	Differenzen	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	hat	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	die	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	Bundesregierung	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	nun	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	beschlossen	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-14	den	_	_	_	_	_	_	_	_	_	_	_	_	_
-15	Fonds	_	_	_	_	_	_	_	_	_	_	_	_	_
-16	mit	_	_	_	_	_	_	_	_	_	_	_	_	_
-17	einem	_	_	_	_	_	_	_	_	_	_	_	_	_
-18	Volumen	_	_	_	_	_	_	_	_	_	_	_	_	_
-19	von	_	_	_	_	_	_	_	_	_	_	_	_	_
-20	50	_	_	_	_	_	_	_	_	_	_	_	_	_
-21	Millionen	_	_	_	_	_	_	_	_	_	_	_	_	_
-22	Euro	_	_	_	_	_	_	_	_	_	_	_	_	_
-23	ohne	_	_	_	_	_	_	_	_	_	_	_	_	_
-24	Beteiligung	_	_	_	_	_	_	_	_	_	_	_	_	_
-25	der	_	_	_	_	_	_	_	_	_	_	_	_	_
-26	Länder	_	_	_	_	_	_	_	_	_	_	_	_	_
-27	zu	_	_	_	_	_	_	_	_	_	_	_	_	_
-28	starten	_	_	_	_	_	_	_	_	_	_	_	_	_
-29	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Nach	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	Auskunft	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	des	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	Bundesfamilienministeriums	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	sollen	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	daraus	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	vor	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	allem	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	Therapien	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	bezahlt	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	werden	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	falls	_	_	_	_	_	_	_	_	_	_	_	_	_
-14	die	_	_	_	_	_	_	_	_	_	_	_	_	_
-15	Krankenkassen	_	_	_	_	_	_	_	_	_	_	_	_	_
-16	diese	_	_	_	_	_	_	_	_	_	_	_	_	_
-17	Kosten	_	_	_	_	_	_	_	_	_	_	_	_	_
-18	nicht	_	_	_	_	_	_	_	_	_	_	_	_	_
-19	übernehmen	_	_	_	_	_	_	_	_	_	_	_	_	_
-20	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Details	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	zu	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	den	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	geplanten	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	Hilfen	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	sowie	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	zu	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	den	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	Antragsmöglichkeiten	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	stehen	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	noch	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	nicht	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	fest	_	_	_	_	_	_	_	_	_	_	_	_	_
-14	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Geplant	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	ist	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	dass	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	ein	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	unabhängiges	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	Sachverständigengremium	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	über	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	die	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	Anträge	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	der	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	Betroffenen	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	entscheiden	_	_	_	_	_	_	_	_	_	_	_	_	_
-14	wird	_	_	_	_	_	_	_	_	_	_	_	_	_
-15	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-16	das	_	_	_	_	_	_	_	_	_	_	_	_	_
-17	sich	_	_	_	_	_	_	_	_	_	_	_	_	_
-18	unter	_	_	_	_	_	_	_	_	_	_	_	_	_
-19	anderem	_	_	_	_	_	_	_	_	_	_	_	_	_
-20	aus	_	_	_	_	_	_	_	_	_	_	_	_	_
-21	Ärzten	_	_	_	_	_	_	_	_	_	_	_	_	_
-22	und	_	_	_	_	_	_	_	_	_	_	_	_	_
-23	Psychotherapeuten	_	_	_	_	_	_	_	_	_	_	_	_	_
-24	sowie	_	_	_	_	_	_	_	_	_	_	_	_	_
-25	Vertretern	_	_	_	_	_	_	_	_	_	_	_	_	_
-26	von	_	_	_	_	_	_	_	_	_	_	_	_	_
-27	Bund	_	_	_	_	_	_	_	_	_	_	_	_	_
-28	und	_	_	_	_	_	_	_	_	_	_	_	_	_
-29	Ländern	_	_	_	_	_	_	_	_	_	_	_	_	_
-30	zusammensetzen	_	_	_	_	_	_	_	_	_	_	_	_	_
-31	soll	_	_	_	_	_	_	_	_	_	_	_	_	_
-32	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Im	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	Abschlussbericht	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	des	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	Runden	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	Tisches	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	wird	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	zudem	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	eine	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	Obergrenze	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	für	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	Sachleistungen	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	von	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	10	_	_	_	_	_	_	_	_	_	_	_	_	_
-14	000	_	_	_	_	_	_	_	_	_	_	_	_	_
-15	Euro	_	_	_	_	_	_	_	_	_	_	_	_	_
-16	pro	_	_	_	_	_	_	_	_	_	_	_	_	_
-17	Antragsteller	_	_	_	_	_	_	_	_	_	_	_	_	_
-18	vorgeschlagen	_	_	_	_	_	_	_	_	_	_	_	_	_
-19	;	_	_	_	_	_	_	_	_	_	_	_	_	_
-20	in	_	_	_	_	_	_	_	_	_	_	_	_	_
-21	Einzelfällen	_	_	_	_	_	_	_	_	_	_	_	_	_
-22	soll	_	_	_	_	_	_	_	_	_	_	_	_	_
-23	auch	_	_	_	_	_	_	_	_	_	_	_	_	_
-24	mehr	_	_	_	_	_	_	_	_	_	_	_	_	_
-25	gezahlt	_	_	_	_	_	_	_	_	_	_	_	_	_
-26	werden	_	_	_	_	_	_	_	_	_	_	_	_	_
-27	können	_	_	_	_	_	_	_	_	_	_	_	_	_
-28	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Die	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	Hilfe	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	soll	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	stets	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	schnell	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	und	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	unbürokratisch	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	erfolgen	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	heißt	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	es	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Kampf	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	gegen	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	die	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	Ohnmacht	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	Katharina	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	Grünberg	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	sieht	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	in	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	dem	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	Fonds	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	einen	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	Rettungsanker	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	?	_	_	_	_	_	_	_	_	_	_	_	_	_
-14	sie	_	_	_	_	_	_	_	_	_	_	_	_	_
-15	hofft	_	_	_	_	_	_	_	_	_	_	_	_	_
-16	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-17	dass	_	_	_	_	_	_	_	_	_	_	_	_	_
-18	sie	_	_	_	_	_	_	_	_	_	_	_	_	_
-19	über	_	_	_	_	_	_	_	_	_	_	_	_	_
-20	diesen	_	_	_	_	_	_	_	_	_	_	_	_	_
-21	Weg	_	_	_	_	_	_	_	_	_	_	_	_	_
-22	endlich	_	_	_	_	_	_	_	_	_	_	_	_	_
-23	eine	_	_	_	_	_	_	_	_	_	_	_	_	_
-24	längere	_	_	_	_	_	_	_	_	_	_	_	_	_
-25	stationäre	_	_	_	_	_	_	_	_	_	_	_	_	_
-26	Therapie	_	_	_	_	_	_	_	_	_	_	_	_	_
-27	wahrnehmen	_	_	_	_	_	_	_	_	_	_	_	_	_
-28	kann	_	_	_	_	_	_	_	_	_	_	_	_	_
-29	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	In	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	der	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	E-Mail	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	die	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	sie	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	an	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	unsere	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	Redaktion	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	geschickt	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	hatte	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	schreibt	_	_	_	_	_	_	_	_	_	_	_	_	_
-14	sie	_	_	_	_	_	_	_	_	_	_	_	_	_
-15	:	_	_	_	_	_	_	_	_	_	_	_	_	_
-16	"Immer	_	_	_	_	_	_	_	_	_	_	_	_	_
-17	wieder	_	_	_	_	_	_	_	_	_	_	_	_	_
-18	zu	_	_	_	_	_	_	_	_	_	_	_	_	_
-19	scheitern	_	_	_	_	_	_	_	_	_	_	_	_	_
-20	in	_	_	_	_	_	_	_	_	_	_	_	_	_
-21	den	_	_	_	_	_	_	_	_	_	_	_	_	_
-22	Versuchen	_	_	_	_	_	_	_	_	_	_	_	_	_
-23	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-24	dringend	_	_	_	_	_	_	_	_	_	_	_	_	_
-25	benötigte	_	_	_	_	_	_	_	_	_	_	_	_	_
-26	Hilfe	_	_	_	_	_	_	_	_	_	_	_	_	_
-27	zu	_	_	_	_	_	_	_	_	_	_	_	_	_
-28	bekommen	_	_	_	_	_	_	_	_	_	_	_	_	_
-29	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-30	ruft	_	_	_	_	_	_	_	_	_	_	_	_	_
-31	ein	_	_	_	_	_	_	_	_	_	_	_	_	_
-32	Gefühl	_	_	_	_	_	_	_	_	_	_	_	_	_
-33	von	_	_	_	_	_	_	_	_	_	_	_	_	_
-34	Ohnmacht	_	_	_	_	_	_	_	_	_	_	_	_	_
-35	hervor	_	_	_	_	_	_	_	_	_	_	_	_	_
-36	?	_	_	_	_	_	_	_	_	_	_	_	_	_
-37	ein	_	_	_	_	_	_	_	_	_	_	_	_	_
-38	Gefühl	_	_	_	_	_	_	_	_	_	_	_	_	_
-39	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-40	das	_	_	_	_	_	_	_	_	_	_	_	_	_
-41	alle	_	_	_	_	_	_	_	_	_	_	_	_	_
-42	Betroffenen	_	_	_	_	_	_	_	_	_	_	_	_	_
-43	sehr	_	_	_	_	_	_	_	_	_	_	_	_	_
-44	gut	_	_	_	_	_	_	_	_	_	_	_	_	_
-45	aus	_	_	_	_	_	_	_	_	_	_	_	_	_
-46	den	_	_	_	_	_	_	_	_	_	_	_	_	_
-47	Missbrauchssituationen	_	_	_	_	_	_	_	_	_	_	_	_	_
-48	kennen	_	_	_	_	_	_	_	_	_	_	_	_	_
-49	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Jedes	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	Scheitern	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	bedeutet	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	eine	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	Form	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	von	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	Retraumatisierung	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	wirft	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	zurück	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	auf	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	dem	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	mühseligen	_	_	_	_	_	_	_	_	_	_	_	_	_
-14	Weg	_	_	_	_	_	_	_	_	_	_	_	_	_
-15	aus	_	_	_	_	_	_	_	_	_	_	_	_	_
-16	dem	_	_	_	_	_	_	_	_	_	_	_	_	_
-17	bloßen	_	_	_	_	_	_	_	_	_	_	_	_	_
-18	Überleben	_	_	_	_	_	_	_	_	_	_	_	_	_
-19	in	_	_	_	_	_	_	_	_	_	_	_	_	_
-20	ein	_	_	_	_	_	_	_	_	_	_	_	_	_
-21	lebenswertes	_	_	_	_	_	_	_	_	_	_	_	_	_
-22	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-23	lebendiges	_	_	_	_	_	_	_	_	_	_	_	_	_
-24	Leben	_	_	_	_	_	_	_	_	_	_	_	_	_
-25	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-26	von	_	_	_	_	_	_	_	_	_	_	_	_	_
-27	dem	_	_	_	_	_	_	_	_	_	_	_	_	_
-28	es	_	_	_	_	_	_	_	_	_	_	_	_	_
-29	zwar	_	_	_	_	_	_	_	_	_	_	_	_	_
-30	eine	_	_	_	_	_	_	_	_	_	_	_	_	_
-31	Ahnung	_	_	_	_	_	_	_	_	_	_	_	_	_
-32	gibt	_	_	_	_	_	_	_	_	_	_	_	_	_
-33	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-34	das	_	_	_	_	_	_	_	_	_	_	_	_	_
-35	aber	_	_	_	_	_	_	_	_	_	_	_	_	_
-36	kaum	_	_	_	_	_	_	_	_	_	_	_	_	_
-37	erreichbar	_	_	_	_	_	_	_	_	_	_	_	_	_
-38	erscheint	_	_	_	_	_	_	_	_	_	_	_	_	_
-39	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Nur	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	wenige	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	Betroffene	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	haben	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	das	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	Geld	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	Therapiekosten	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	selber	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	zu	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	zahlen	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Und	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	viele	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	haben	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	nicht	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	mehr	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	die	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	Kraft	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	zu	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	kämpfen	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	geben	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	sich	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	auf	_	_	_	_	_	_	_	_	_	_	_	_	_
-14	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Ich	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	selber	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	stehe	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	trotz	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	allem	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	immer	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	wieder	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	auf	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	kämpfe	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	weiter	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	weiß	_	_	_	_	_	_	_	_	_	_	_	_	_
-14	manchmal	_	_	_	_	_	_	_	_	_	_	_	_	_
-15	nicht	_	_	_	_	_	_	_	_	_	_	_	_	_
-16	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-17	woher	_	_	_	_	_	_	_	_	_	_	_	_	_
-18	ich	_	_	_	_	_	_	_	_	_	_	_	_	_
-19	die	_	_	_	_	_	_	_	_	_	_	_	_	_
-20	Kraft	_	_	_	_	_	_	_	_	_	_	_	_	_
-21	nehme	_	_	_	_	_	_	_	_	_	_	_	_	_
-22	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Ich	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	bin	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	schon	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	ein	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	ganzes	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	Stück	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	gegangen	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	auf	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	meinem	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	Weg	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	mir	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	mein	_	_	_	_	_	_	_	_	_	_	_	_	_
-14	Leben	_	_	_	_	_	_	_	_	_	_	_	_	_
-15	zurückzuerobern	_	_	_	_	_	_	_	_	_	_	_	_	_
-16	und	_	_	_	_	_	_	_	_	_	_	_	_	_
-17	nicht	_	_	_	_	_	_	_	_	_	_	_	_	_
-18	mehr	_	_	_	_	_	_	_	_	_	_	_	_	_
-19	Opfer	_	_	_	_	_	_	_	_	_	_	_	_	_
-20	zu	_	_	_	_	_	_	_	_	_	_	_	_	_
-21	sein	_	_	_	_	_	_	_	_	_	_	_	_	_
-22	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-23	"	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	"Ich	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	will	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	mir	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	mein	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	Leben	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	zurückerobern	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	und	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	nicht	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	mehr	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	Opfer	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	sein	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	"	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Katharina	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	Grünberg	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	Eine	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	Leserin	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	die	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	anonym	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	bleiben	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	möchte	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	fragt	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	:	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	"Nach	_	_	_	_	_	_	_	_	_	_	_	_	_
-14	zähem	_	_	_	_	_	_	_	_	_	_	_	_	_
-15	Ringen	_	_	_	_	_	_	_	_	_	_	_	_	_
-16	will	_	_	_	_	_	_	_	_	_	_	_	_	_
-17	die	_	_	_	_	_	_	_	_	_	_	_	_	_
-18	Bundesregierung	_	_	_	_	_	_	_	_	_	_	_	_	_
-19	jetzt	_	_	_	_	_	_	_	_	_	_	_	_	_
-20	endlich	_	_	_	_	_	_	_	_	_	_	_	_	_
-21	den	_	_	_	_	_	_	_	_	_	_	_	_	_
-22	Hilfsfonds	_	_	_	_	_	_	_	_	_	_	_	_	_
-23	für	_	_	_	_	_	_	_	_	_	_	_	_	_
-24	Opfer	_	_	_	_	_	_	_	_	_	_	_	_	_
-25	sexuellen	_	_	_	_	_	_	_	_	_	_	_	_	_
-26	Missbrauchs	_	_	_	_	_	_	_	_	_	_	_	_	_
-27	einrichten	_	_	_	_	_	_	_	_	_	_	_	_	_
-28	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Warum	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	beteiligen	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	sich	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	die	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	Länder	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	nicht	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	daran	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	damit	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	der	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	Fonds	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	wie	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	geplant	_	_	_	_	_	_	_	_	_	_	_	_	_
-14	100	_	_	_	_	_	_	_	_	_	_	_	_	_
-15	Millionen	_	_	_	_	_	_	_	_	_	_	_	_	_
-16	Euro	_	_	_	_	_	_	_	_	_	_	_	_	_
-17	umfassen	_	_	_	_	_	_	_	_	_	_	_	_	_
-18	kann	_	_	_	_	_	_	_	_	_	_	_	_	_
-19	?	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Wer	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	hat	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	Anspruch	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	auf	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	Leistungen	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	und	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	wofür	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	wird	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	es	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	Geld	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	geben	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	?"	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Die	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	Antwort	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	recherchierte	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	Cornelia	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	Steiner	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	Diese	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	Tonfigur	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	hat	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	Katharina	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	Grünberg	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	vor	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	einigen	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	Jahren	_	_	_	_	_	_	_	_	_	_	_	_	_
-14	angefertigt	_	_	_	_	_	_	_	_	_	_	_	_	_
-15	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-16	als	_	_	_	_	_	_	_	_	_	_	_	_	_
-17	sie	_	_	_	_	_	_	_	_	_	_	_	_	_
-18	wegen	_	_	_	_	_	_	_	_	_	_	_	_	_
-19	des	_	_	_	_	_	_	_	_	_	_	_	_	_
-20	sexuellen	_	_	_	_	_	_	_	_	_	_	_	_	_
-21	Missbrauchs	_	_	_	_	_	_	_	_	_	_	_	_	_
-22	durch	_	_	_	_	_	_	_	_	_	_	_	_	_
-23	ihre	_	_	_	_	_	_	_	_	_	_	_	_	_
-24	Eltern	_	_	_	_	_	_	_	_	_	_	_	_	_
-25	zur	_	_	_	_	_	_	_	_	_	_	_	_	_
-26	Behandlung	_	_	_	_	_	_	_	_	_	_	_	_	_
-27	in	_	_	_	_	_	_	_	_	_	_	_	_	_
-28	einer	_	_	_	_	_	_	_	_	_	_	_	_	_
-29	Klinik	_	_	_	_	_	_	_	_	_	_	_	_	_
-30	war	_	_	_	_	_	_	_	_	_	_	_	_	_
-31	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	"Die	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	Figur	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	zeigt	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	was	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	ich	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	fühle	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	:	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	Ich	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	bin	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	erwachsen	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	aber	_	_	_	_	_	_	_	_	_	_	_	_	_
-14	es	_	_	_	_	_	_	_	_	_	_	_	_	_
-15	gibt	_	_	_	_	_	_	_	_	_	_	_	_	_
-16	immer	_	_	_	_	_	_	_	_	_	_	_	_	_
-17	noch	_	_	_	_	_	_	_	_	_	_	_	_	_
-18	das	_	_	_	_	_	_	_	_	_	_	_	_	_
-19	schreiende	_	_	_	_	_	_	_	_	_	_	_	_	_
-20	Kind	_	_	_	_	_	_	_	_	_	_	_	_	_
-21	in	_	_	_	_	_	_	_	_	_	_	_	_	_
-22	mir	_	_	_	_	_	_	_	_	_	_	_	_	_
-23	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Es	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	ist	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	ein	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	stummer	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	Schrei	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	denn	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	damals	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	durfte	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	ihn	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	niemand	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	hören"	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	,	_	_	_	_	_	_	_	_	_	_	_	_	_
-14	sagt	_	_	_	_	_	_	_	_	_	_	_	_	_
-15	sie	_	_	_	_	_	_	_	_	_	_	_	_	_
-16	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	"Ich	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	spüre	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	Unbeholfenheit	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	in	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	mir	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	:	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	Einerseits	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	möchte	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	ich	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	das	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	Kind	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	trösten	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	und	_	_	_	_	_	_	_	_	_	_	_	_	_
-14	es	_	_	_	_	_	_	_	_	_	_	_	_	_
-15	liebevoll	_	_	_	_	_	_	_	_	_	_	_	_	_
-16	beruhigen	_	_	_	_	_	_	_	_	_	_	_	_	_
-17	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Andererseits	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	möchte	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	ich	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	das	_	_	_	_	_	_	_	_	_	_	_	_	_
-5	Schreien	_	_	_	_	_	_	_	_	_	_	_	_	_
-6	zulassen	_	_	_	_	_	_	_	_	_	_	_	_	_
-7	?	_	_	_	_	_	_	_	_	_	_	_	_	_
-8	aber	_	_	_	_	_	_	_	_	_	_	_	_	_
-9	das	_	_	_	_	_	_	_	_	_	_	_	_	_
-10	würde	_	_	_	_	_	_	_	_	_	_	_	_	_
-11	ich	_	_	_	_	_	_	_	_	_	_	_	_	_
-12	wahrscheinlich	_	_	_	_	_	_	_	_	_	_	_	_	_
-13	nicht	_	_	_	_	_	_	_	_	_	_	_	_	_
-14	aushalten	_	_	_	_	_	_	_	_	_	_	_	_	_
-15	.	_	_	_	_	_	_	_	_	_	_	_	_	_
-16	"	_	_	_	_	_	_	_	_	_	_	_	_	_
-
-1	Foto	_	_	_	_	_	_	_	_	_	_	_	_	_
-2	:	_	_	_	_	_	_	_	_	_	_	_	_	_
-3	Daniela	_	_	_	_	_	_	_	_	_	_	_	_	_
-4	Nielsen	_	_	_	_	_	_	_	_	_	_	_	_	_
diff --git a/t/corpus/BRZ13/00001/mate/pipeline/parsed.txt b/t/corpus/BRZ13/00001/mate/pipeline/parsed.txt
deleted file mode 100644
index 3ad60c7..0000000
--- a/t/corpus/BRZ13/00001/mate/pipeline/parsed.txt
+++ /dev/null
@@ -1,1906 +0,0 @@
-1	Sexueller	_	sexuell	_	ADJA	_	case=nom|number=sg|gender=masc|degree=pos	-1	4	_	MO	_	_
-2	Missbrauch	_	missbrauch	_	NN	_	case=nom|number=sg|gender=masc	-1	3	_	PNC	_	_
-3	?"Das	_	?"da	_	NE	_	case=gen|number=sg|gender=neut	-1	4	_	MO	_	_
-4	schreiende	_	schreiend	_	ADJA	_	case=nom|number=sg|gender=masc|degree=pos	-1	5	_	NK	_	_
-5	Kind	_	kind	_	NN	_	case=nom|number=sg|gender=masc	-1	6	_	SB	_	_
-6	steckt	_	stecken	_	VVFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	0	_	--	_	_
-7	noch	_	noch	_	ADV	_	_	-1	8	_	MO	_	_
-8	tief	_	tief	_	ADJD	_	degree=pos	-1	6	_	MO	_	_
-9	in	_	in	_	APPR	_	_	-1	6	_	MO	_	_
-10	mir	_	sich	_	PPER	_	case=dat|number=sg|gender=*|person=1	-1	9	_	NK	_	_
-11	"	_	"	_	XY	_	_	-1	10	_	NK	_	_
-12	Die	_	der	_	ART	_	case=nom|number=pl|gender=neut	-1	13	_	NK	_	_
-13	Opfer	_	opfer	_	NN	_	case=nom|number=pl|gender=neut	-1	14	_	SB	_	_
-14	leiden	_	leiden	_	VVFIN	_	number=pl|person=3|tense=pres|mood=ind	-1	6	_	CJ	_	_
-15	oft	_	oft	_	ADV	_	_	-1	14	_	MO	_	_
-16	jahrzehntelang	_	jahrzehntelang	_	ADJD	_	degree=pos	-1	14	_	MO	_	_
-17	.	_	--	_	$.	_	_	-1	16	_	--	_	_
-
-1	Nun	_	nun	_	ADV	_	_	-1	2	_	MO	_	_
-2	will	_	wollen	_	VMFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	0	_	--	_	_
-3	die	_	der	_	ART	_	case=nom|number=sg|gender=fem	-1	4	_	NK	_	_
-4	Bundesregierung	_	bundesregierung	_	NN	_	case=nom|number=sg|gender=fem	-1	2	_	SB	_	_
-5	einen	_	ein	_	ART	_	case=acc|number=sg|gender=masc	-1	6	_	NK	_	_
-6	Fonds	_	fonds	_	NN	_	case=acc|number=sg|gender=masc	-1	7	_	OA	_	_
-7	einrichten	_	einrichten	_	VVINF	_	_	-1	2	_	OC	_	_
-8	,	_	--	_	$,	_	_	-1	7	_	--	_	_
-9	damit	_	damit	_	KOUS	_	_	-1	15	_	CP	_	_
-10	zum	_	zu	_	APPRART	_	case=dat|number=sg|gender=neut	-1	13	_	MO	_	_
-11	Beispiel	_	beispiel	_	NN	_	case=dat|number=sg|gender=neut	-1	10	_	NK	_	_
-12	Therapien	_	therapie	_	NN	_	case=nom|number=pl|gender=fem	-1	15	_	SB	_	_
-13	bezahlt	_	bezahlen	_	VVPP	_	_	-1	14	_	OC	_	_
-14	werden	_	werden	_	VAINF	_	_	-1	15	_	OC	_	_
-15	können	_	können	_	VMFIN	_	number=pl|person=3|tense=pres|mood=ind	-1	7	_	MO	_	_
-16	.	_	--	_	$.	_	_	-1	15	_	--	_	_
-
-1	Eine	_	ein	_	ART	_	case=nom|number=sg|gender=fem	-1	2	_	NK	_	_
-2	Betroffene	_	betroffener	_	NN	_	case=nom|number=sg|gender=fem	-1	3	_	SB	_	_
-3	spricht	_	sprechen	_	VVFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	0	_	--	_	_
-4	über	_	über	_	APPR	_	_	-1	3	_	OP	_	_
-5	das	_	der	_	ART	_	case=acc|number=sg|gender=neut	-1	6	_	NK	_	_
-6	Martyrium	_	martyrium	_	NN	_	case=acc|number=sg|gender=neut	-1	4	_	NK	_	_
-7	.	_	--	_	$.	_	_	-1	6	_	--	_	_
-
-1	Braunschweig	_	braunschweig	_	NE	_	case=nom|number=sg|gender=neut	-1	0	_	--	_	_
-2	.	_	--	_	$.	_	_	-1	1	_	--	_	_
-
-1	Die	_	der	_	ART	_	case=nom|number=sg|gender=fem	-1	2	_	NK	_	_
-2	Frau	_	frau	_	NN	_	case=nom|number=sg|gender=fem	-1	9	_	SB	_	_
-3	,	_	--	_	$,	_	_	-1	2	_	--	_	_
-4	die	_	der	_	PRELS	_	case=nom|number=sg|gender=fem	-1	7	_	SB	_	_
-5	diese	_	dieser	_	PDAT	_	case=nom|number=sg|gender=fem	-1	6	_	NK	_	_
-6	Frage	_	frage	_	NN	_	case=nom|number=sg|gender=fem	-1	7	_	OA	_	_
-7	stellt	_	stellen	_	VVFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	2	_	RC	_	_
-8	,	_	--	_	$,	_	_	-1	7	_	--	_	_
-9	ist	_	sein	_	VAFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	0	_	--	_	_
-10	selbst	_	selbst	_	ADV	_	_	-1	12	_	MO	_	_
-11	eine	_	ein	_	ART	_	case=nom|number=sg|gender=fem	-1	12	_	NK	_	_
-12	Betroffene	_	betroffener	_	NN	_	case=nom|number=sg|gender=fem	-1	9	_	PD	_	_
-13	:	_	--	_	$.	_	_	-1	12	_	--	_	_
-14	In	_	in	_	APPR	_	_	-1	20	_	MO	_	_
-15	einer	_	ein	_	ART	_	case=dat|number=sg|gender=fem	-1	16	_	NK	_	_
-16	E-Mail	_	e-mail	_	NN	_	case=dat|number=sg|gender=fem	-1	14	_	NK	_	_
-17	an	_	an	_	APPR	_	_	-1	16	_	MNR	_	_
-18	unsere	_	unser	_	PPOSAT	_	case=dat|number=sg|gender=fem	-1	19	_	NK	_	_
-19	Redaktion	_	redaktion	_	NN	_	case=dat|number=sg|gender=fem	-1	17	_	NK	_	_
-20	schreibt	_	schreiben	_	VVFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	9	_	PD	_	_
-21	sie	_	sie	_	PPER	_	case=nom|number=sg|gender=fem|person=3	-1	20	_	SB	_	_
-22	,	_	--	_	$,	_	_	-1	21	_	--	_	_
-23	dass	_	dass	_	KOUS	_	_	-1	35	_	CP	_	_
-24	ihre	_	ihr	_	PPOSAT	_	case=acc|number=pl|gender=neut	-1	25	_	NK	_	_
-25	Mutter	_	mutter	_	NN	_	case=acc|number=pl|gender=neut	-1	35	_	SB	_	_
-26	und	_	und	_	KON	_	_	-1	25	_	CD	_	_
-27	ihr	_	ihr	_	PPOSAT	_	case=acc|number=sg|gender=neut	-1	28	_	NK	_	_
-28	Vater	_	vater	_	NN	_	case=acc|number=sg|gender=neut	-1	26	_	CJ	_	_
-29	sie	_	sie	_	PPER	_	case=nom|number=pl|gender=masc|person=3	-1	34	_	OA	_	_
-30	jahrelang	_	jahrelang	_	ADJD	_	degree=pos	-1	34	_	MO	_	_
-31	immer	_	immer	_	ADV	_	_	-1	32	_	MO	_	_
-32	wieder	_	wieder	_	ADV	_	_	-1	34	_	MO	_	_
-33	sexuell	_	sexuell	_	ADJD	_	degree=pos	-1	34	_	MO	_	_
-34	missbraucht	_	missbrauchen	_	VVPP	_	_	-1	35	_	OC	_	_
-35	haben	_	haben	_	VAFIN	_	number=pl|person=3|tense=pres|mood=ind	-1	20	_	OC	_	_
-36	.	_	--	_	$.	_	_	-1	35	_	--	_	_
-
-1	Erst	_	erst	_	ADV	_	_	-1	5	_	MO	_	_
-2	als	_	als	_	KOUS	_	_	-1	5	_	CP	_	_
-3	sie	_	sie	_	PPER	_	case=nom|number=pl|gender=*|person=3	-1	5	_	SB	_	_
-4	18	_	18	_	CARD	_	_	-1	5	_	MO	_	_
-5	war	_	sein	_	VAFIN	_	number=sg|person=3|tense=past|mood=ind	-1	12	_	MO	_	_
-6	und	_	und	_	KON	_	_	-1	5	_	CD	_	_
-7	zu	_	zu	_	APPR	_	_	-1	9	_	MO	_	_
-8	Hause	_	haus	_	NN	_	case=dat|number=sg|gender=neut	-1	7	_	NK	_	_
-9	ausziehen	_	ausziehen	_	VVINF	_	_	-1	10	_	OC	_	_
-10	konnte	_	können	_	VMFIN	_	number=sg|person=3|tense=past|mood=ind	-1	6	_	CJ	_	_
-11	,	_	--	_	$,	_	_	-1	10	_	--	_	_
-12	endeten	_	enden	_	VVFIN	_	number=pl|person=3|tense=past|mood=ind	-1	0	_	--	_	_
-13	die	_	der	_	ART	_	case=nom|number=pl|gender=masc	-1	15	_	NK	_	_
-14	körperlichen	_	körperlich	_	ADJA	_	case=nom|number=pl|gender=masc|degree=pos	-1	15	_	NK	_	_
-15	Qualen	_	quale	_	NN	_	case=nom|number=pl|gender=masc	-1	12	_	SB	_	_
-16	.	_	--	_	$.	_	_	-1	15	_	--	_	_
-
-1	Aber	_	aber	_	KON	_	_	-1	4	_	JU	_	_
-2	ihre	_	ihr	_	PPOSAT	_	case=nom|number=sg|gender=fem	-1	3	_	NK	_	_
-3	Seele	_	seele	_	NN	_	case=nom|number=sg|gender=fem	-1	4	_	SB	_	_
-4	ist	_	sein	_	VAFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	0	_	--	_	_
-5	immer	_	immer	_	ADV	_	_	-1	6	_	MO	_	_
-6	noch	_	noch	_	ADV	_	_	-1	4	_	MO	_	_
-7	krank	_	krank	_	ADJD	_	degree=pos	-1	4	_	PD	_	_
-8	,	_	--	_	$,	_	_	-1	7	_	--	_	_
-9	die	_	der	_	ART	_	case=nom|number=sg|gender=fem	-1	10	_	NK	_	_
-10	61-Jährige	_	61-jährige	_	NN	_	case=nom|number=sg|gender=fem	-1	11	_	SB	_	_
-11	leidet	_	leiden	_	VVFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	4	_	CJ	_	_
-12	nach	_	nach	_	ADV	_	_	-1	11	_	MO	_	_
-13	wie	_	wie	_	KON	_	_	-1	12	_	CD	_	_
-14	vor	_	vor	_	ADV	_	_	-1	13	_	CJ	_	_
-15	.	_	--	_	$.	_	_	-1	14	_	--	_	_
-
-1	Aus	_	aus	_	APPR	_	_	-1	4	_	MO	_	_
-2	diesem	_	dieser	_	PDAT	_	case=dat|number=sg|gender=masc	-1	3	_	NK	_	_
-3	Grund	_	grund	_	NN	_	case=dat|number=sg|gender=masc	-1	1	_	NK	_	_
-4	bittet	_	bitten	_	VVFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	0	_	--	_	_
-5	die	_	der	_	ART	_	case=nom|number=sg|gender=fem	-1	6	_	NK	_	_
-6	Frau	_	frau	_	NN	_	case=nom|number=sg|gender=fem	-1	4	_	OA	_	_
-7	um	_	um	_	APPR	_	_	-1	4	_	CVC	_	_
-8	Anonymität	_	anonymität	_	NN	_	case=acc|number=sg|gender=fem	-1	7	_	NK	_	_
-9	?	_	--	_	$.	_	_	-1	8	_	--	_	_
-10	für	_	für	_	APPR	_	_	-1	13	_	MO	_	_
-11	diesen	_	dieser	_	PDAT	_	case=acc|number=sg|gender=masc	-1	12	_	NK	_	_
-12	Artikel	_	artikel	_	NN	_	case=acc|number=sg|gender=masc	-1	10	_	NK	_	_
-13	nennen	_	nennen	_	VVFIN	_	number=pl|person=1|tense=pres|mood=ind	-1	4	_	CJ	_	_
-14	wir	_	wir	_	PPER	_	case=nom|number=pl|gender=*|person=1	-1	13	_	SB	_	_
-15	sie	_	sie	_	PPER	_	case=acc|number=*|gender=*|person=3	-1	17	_	OA	_	_
-16	Katharina	_	katharina	_	NE	_	case=*|number=*|gender=neut	-1	17	_	PNC	_	_
-17	Grünberg	_	grünberg	_	NE	_	case=nom|number=sg|gender=*	-1	13	_	MO	_	_
-18	.	_	--	_	$.	_	_	-1	17	_	--	_	_
-
-1	Wenn	_	wenn	_	KOUS	_	_	-1	12	_	CP	_	_
-2	man	_	man	_	PIS	_	case=nom|number=sg|gender=*	-1	12	_	SB	_	_
-3	Katharina	_	katharina	_	NE	_	case=*|number=*|gender=*	-1	4	_	PNC	_	_
-4	Grünberg	_	grünberg	_	NE	_	case=nom|number=sg|gender=*	-1	12	_	OA	_	_
-5	an	_	an	_	APPR	_	_	-1	12	_	MO	_	_
-6	ihrem	_	ihr	_	PPOSAT	_	case=dat|number=sg|gender=masc	-1	8	_	NK	_	_
-7	runden	_	rund	_	ADJA	_	case=dat|number=sg|gender=masc|degree=pos	-1	8	_	NK	_	_
-8	Tisch	_	tisch	_	NN	_	case=dat|number=sg|gender=masc	-1	5	_	NK	_	_
-9	im	_	in	_	APPRART	_	case=dat|number=sg|gender=neut	-1	8	_	MNR	_	_
-10	gemütlichen	_	gemütlich	_	ADJA	_	case=dat|number=sg|gender=neut|degree=pos	-1	11	_	NK	_	_
-11	Wohnzimmer	_	wohnzimmer	_	NN	_	case=dat|number=sg|gender=neut	-1	9	_	NK	_	_
-12	gegenübersitzt	_	gegenürsitzen	_	VVPP	_	_	-1	27	_	RE	_	_
-13	,	_	--	_	$,	_	_	-1	12	_	--	_	_
-14	und	_	und	_	KON	_	_	-1	12	_	CD	_	_
-15	wenn	_	wenn	_	KOUS	_	_	-1	19	_	CP	_	_
-16	man	_	man	_	PIS	_	case=nom|number=sg|gender=*	-1	19	_	SB	_	_
-17	sie	_	sie	_	PPER	_	case=nom|number=pl|gender=masc|person=3	-1	19	_	OA	_	_
-18	reden	_	reden	_	VVINF	_	_	-1	19	_	OC	_	_
-19	hört	_	hören	_	VVFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	14	_	CJ	_	_
-20	,	_	--	_	$,	_	_	-1	19	_	--	_	_
-21	ruhig	_	ruhig	_	ADJD	_	degree=pos	-1	19	_	CJ	_	_
-22	und	_	und	_	KON	_	_	-1	21	_	CD	_	_
-23	mit	_	mit	_	APPR	_	_	-1	22	_	CJ	_	_
-24	klarer	_	klar	_	ADJA	_	case=dat|number=sg|gender=fem|degree=pos	-1	25	_	NK	_	_
-25	Stimme	_	stimme	_	NN	_	case=dat|number=sg|gender=fem	-1	23	_	NK	_	_
-26	,	_	--	_	$,	_	_	-1	25	_	--	_	_
-27	dann	_	dann	_	ADV	_	_	-1	28	_	MO	_	_
-28	meint	_	meinen	_	VVFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	0	_	--	_	_
-29	man	_	man	_	PIS	_	case=nom|number=sg|gender=*	-1	28	_	SB	_	_
-30	,	_	--	_	$,	_	_	-1	29	_	--	_	_
-31	alles	_	alle	_	PIS	_	case=nom|number=sg|gender=neut	-1	32	_	SB	_	_
-32	sei	_	sein	_	VAFIN	_	number=sg|person=3|tense=pres|mood=subj	-1	28	_	CJ	_	_
-33	in	_	in	_	APPR	_	_	-1	32	_	MO	_	_
-34	bester	_	gut	_	ADJA	_	case=dat|number=sg|gender=fem|degree=sup	-1	35	_	NK	_	_
-35	Ordnung	_	ordnung	_	NN	_	case=dat|number=sg|gender=fem	-1	33	_	NK	_	_
-36	.	_	--	_	$.	_	_	-1	35	_	--	_	_
-
-1	Doch	_	doch	_	KON	_	_	-1	3	_	JU	_	_
-2	dann	_	dann	_	ADV	_	_	-1	3	_	MO	_	_
-3	schildert	_	schildern	_	VVFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	0	_	--	_	_
-4	sie	_	sie	_	PPER	_	case=nom|number=sg|gender=fem|person=3	-1	3	_	SB	_	_
-5	,	_	--	_	$,	_	_	-1	4	_	--	_	_
-6	wie	_	wie	_	PWAV	_	_	-1	12	_	MO	_	_
-7	sie	_	sie	_	PPER	_	case=nom|number=sg|gender=fem|person=3	-1	13	_	SB	_	_
-8	immer	_	immer	_	ADV	_	_	-1	9	_	MO	_	_
-9	wieder	_	wieder	_	ADV	_	_	-1	12	_	MO	_	_
-10	von	_	von	_	APPR	_	_	-1	12	_	SBP	_	_
-11	Panikattacken	_	panikattacke	_	NN	_	case=dat|number=pl|gender=masc	-1	10	_	NK	_	_
-12	gepackt	_	packen	_	VVPP	_	_	-1	13	_	OC	_	_
-13	wird	_	werden	_	VAFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	3	_	OC	_	_
-14	,	_	--	_	$,	_	_	-1	13	_	--	_	_
-15	wie	_	wie	_	PWAV	_	_	-1	19	_	MO	_	_
-16	Todesangst	_	todesangst	_	NN	_	case=nom|number=sg|gender=fem	-1	19	_	SB	_	_
-17	ihre	_	ihr	_	PPOSAT	_	case=acc|number=pl|gender=masc	-1	18	_	NK	_	_
-18	Gedanken	_	gedanke	_	NN	_	case=acc|number=pl|gender=masc	-1	19	_	OA	_	_
-19	fesselt	_	fesseln	_	VVFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	3	_	MO	_	_
-20	,	_	--	_	$,	_	_	-1	19	_	--	_	_
-21	wie	_	wie	_	PWAV	_	_	-1	23	_	MO	_	_
-22	sie	_	sie	_	PPER	_	case=nom|number=sg|gender=fem|person=3	-1	23	_	SB	_	_
-23	denkt	_	denken	_	VVFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	19	_	CJ	_	_
-24	:	_	--	_	$.	_	_	-1	23	_	--	_	_
-25	Jetzt	_	jetzt	_	ADV	_	_	-1	26	_	MO	_	_
-26	bleibt	_	bleiben	_	VVFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	23	_	OC	_	_
-27	mein	_	mein	_	PPOSAT	_	case=nom|number=sg|gender=masc	-1	28	_	NK	_	_
-28	Herz	_	herz	_	NN	_	case=nom|number=sg|gender=masc	-1	26	_	SB	_	_
-29	stehen	_	stehen	_	VVFIN	_	_	-1	26	_	PD	_	_
-30	,	_	--	_	$,	_	_	-1	29	_	--	_	_
-31	jetzt	_	jetzt	_	ADV	_	_	-1	32	_	MO	_	_
-32	muss	_	muss	_	ADJD	_	number=sg|person=1|tense=pres|mood=ind	-1	34	_	MO	_	_
-33	ich	_	ich	_	PPER	_	case=nom|number=sg|gender=*|person=1	-1	34	_	SB	_	_
-34	sterben	_	sterben	_	VVFIN	_	_	-1	26	_	PD	_	_
-35	.	_	--	_	$.	_	_	-1	34	_	--	_	_
-
-1	In	_	in	_	APPR	_	_	-1	4	_	MO	_	_
-2	solchen	_	solcher	_	PIAT	_	case=dat|number=pl|gender=masc	-1	3	_	NK	_	_
-3	Momenten	_	moment	_	NN	_	case=dat|number=pl|gender=masc	-1	1	_	NK	_	_
-4	rast	_	rasen	_	VVFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	0	_	--	_	_
-5	ihr	_	ihr	_	PPOSAT	_	case=nom|number=sg|gender=neut	-1	6	_	NK	_	_
-6	Herz	_	herz	_	NN	_	case=nom|number=sg|gender=neut	-1	4	_	OA	_	_
-7	,	_	--	_	$,	_	_	-1	6	_	--	_	_
-8	sie	_	sie	_	PPER	_	case=nom|number=sg|gender=fem|person=3	-1	9	_	OA	_	_
-9	schwitzt	_	schwitzen	_	VVFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	4	_	CJ	_	_
-10	und	_	und	_	KON	_	_	-1	9	_	CD	_	_
-11	verkrampft	_	verkrampfen	_	VVFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	10	_	CJ	_	_
-12	sich	_	sich	_	PRF	_	case=dat|number=sg|person=3	-1	11	_	OA	_	_
-13	so	_	so	_	ADV	_	_	-1	14	_	MO	_	_
-14	heftig	_	heftig	_	ADJD	_	degree=pos	-1	11	_	MO	_	_
-15	,	_	--	_	$,	_	_	-1	14	_	--	_	_
-16	dass	_	dass	_	KOUS	_	_	-1	23	_	CP	_	_
-17	ihr	_	ihr	_	PPOSAT	_	case=nom|number=sg|gender=masc	-1	18	_	NK	_	_
-18	Körper	_	körper	_	NN	_	case=nom|number=sg|gender=masc	-1	23	_	SB	_	_
-19	am	_	an	_	APPRART	_	case=dat|number=sg|gender=masc	-1	18	_	MNR	_	_
-20	Tag	_	tag	_	NN	_	case=dat|number=sg|gender=masc	-1	19	_	NK	_	_
-21	danach	_	danach	_	PROAV	_	_	-1	20	_	MNR	_	_
-22	noch	_	noch	_	ADV	_	_	-1	23	_	MO	_	_
-23	schmerzt	_	schmerzen	_	VVFIN	_	_	-1	13	_	CC	_	_
-24	.	_	--	_	$.	_	_	-1	23	_	--	_	_
-
-1	Laut	_	laut	_	APPR	_	_	-1	3	_	MO	_	_
-2	Diagnose	_	diagnose	_	NN	_	case=dat|number=sg|gender=masc	-1	1	_	NK	_	_
-3	lebt	_	leben	_	VVFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	0	_	--	_	_
-4	Katharina	_	katharina	_	NE	_	case=nom|number=sg|gender=fem	-1	5	_	PNC	_	_
-5	Grünberg	_	grünberg	_	NE	_	case=nom|number=sg|gender=fem	-1	3	_	SB	_	_
-6	mit	_	mit	_	APPR	_	_	-1	3	_	MO	_	_
-7	einer	_	ein	_	ART	_	case=dat|number=sg|gender=fem	-1	9	_	NK	_	_
-8	dissoziativen	_	dissoziativ	_	ADJA	_	case=dat|number=sg|gender=fem|degree=pos	-1	9	_	NK	_	_
-9	Identitätsstörung	_	identitätsstörung	_	NN	_	case=dat|number=sg|gender=fem	-1	6	_	NK	_	_
-10	.	_	--	_	$.	_	_	-1	9	_	--	_	_
-
-1	Was	_	was	_	PWS	_	case=acc|number=sg|gender=neut	-1	3	_	OA	_	_
-2	das	_	der	_	PDS	_	case=acc|number=sg|gender=neut	-1	3	_	SB	_	_
-3	bedeutet	_	bedeuten	_	VVFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	5	_	OC	_	_
-4	,	_	--	_	$,	_	_	-1	3	_	--	_	_
-5	beschreibt	_	beschreiben	_	VVFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	0	_	--	_	_
-6	sie	_	sie	_	PPER	_	case=nom|number=sg|gender=fem|person=3	-1	5	_	OA	_	_
-7	so	_	so	_	ADV	_	_	-1	5	_	MO	_	_
-8	:	_	--	_	$.	_	_	-1	7	_	--	_	_
-9	Aufgrund	_	aufgrund	_	APPR	_	_	-1	21	_	MO	_	_
-10	der	_	der	_	ART	_	case=dat|number=sg|gender=fem	-1	12	_	NK	_	_
-11	traumatischen	_	traumatisch	_	ADJA	_	case=dat|number=sg|gender=fem|degree=pos	-1	12	_	NK	_	_
-12	Erlebnisse	_	erlebnis	_	NN	_	case=dat|number=sg|gender=fem	-1	9	_	NK	_	_
-13	durch	_	durch	_	APPR	_	_	-1	12	_	MNR	_	_
-14	den	_	der	_	ART	_	case=acc|number=sg|gender=masc	-1	15	_	NK	_	_
-15	Missbrauch	_	missbrauch	_	NN	_	case=acc|number=sg|gender=masc	-1	13	_	NK	_	_
-16	haben	_	haben	_	VAFIN	_	number=pl|person=3|tense=pres|mood=ind	-1	5	_	OC	_	_
-17	sich	_	sich	_	PRF	_	case=acc|number=pl|person=3	-1	21	_	OA	_	_
-18	Teile	_	teil	_	NN	_	case=nom|number=pl|gender=masc	-1	21	_	OA	_	_
-19	ihrer	_	ihr	_	PPOSAT	_	case=gen|number=sg|gender=fem	-1	20	_	NK	_	_
-20	Persönlichkeit	_	persönlichkeit	_	NN	_	case=gen|number=sg|gender=fem	-1	18	_	AG	_	_
-21	abgespalten	_	abgespalten	_	VVPP	_	_	-1	16	_	OC	_	_
-22	?	_	--	_	$.	_	_	-1	21	_	--	_	_
-23	eine	_	ein	_	ART	_	case=acc|number=sg|gender=fem	-1	24	_	NK	_	_
-24	Schutzreaktion	_	schutzreaktion	_	NN	_	case=acc|number=sg|gender=fem	-1	21	_	PAR	_	_
-25	,	_	--	_	$,	_	_	-1	24	_	--	_	_
-26	um	_	um	_	KOUI	_	_	-1	35	_	CP	_	_
-27	die	_	der	_	ART	_	case=acc|number=sg|gender=fem	-1	29	_	NK	_	_
-28	unfassbare	_	unfassbar	_	ADJA	_	case=acc|number=sg|gender=fem|degree=pos	-1	29	_	NK	_	_
-29	Grenzüberschreitung	_	grenzüberschreitung	_	NN	_	case=acc|number=sg|gender=fem	-1	33	_	OA	_	_
-30	und	_	und	_	KON	_	_	-1	29	_	CD	_	_
-31	den	_	der	_	ART	_	case=acc|number=sg|gender=masc	-1	32	_	NK	_	_
-32	Vertrauensbruch	_	vertrauensbruch	_	NN	_	case=acc|number=sg|gender=masc	-1	30	_	CJ	_	_
-33	ertragen	_	ertragen	_	VVINF	_	_	-1	35	_	OC	_	_
-34	zu	_	zu	_	PTKZU	_	_	-1	35	_	PM	_	_
-35	können	_	können	_	VMINF	_	_	-1	21	_	MO	_	_
-36	,	_	--	_	$,	_	_	-1	35	_	--	_	_
-37	um	_	um	_	KOUI	_	_	-1	40	_	CP	_	_
-38	überleben	_	überleben	_	VVINF	_	_	-1	40	_	OC	_	_
-39	zu	_	zu	_	PTKZU	_	_	-1	40	_	PM	_	_
-40	können	_	können	_	VMINF	_	_	-1	35	_	MO	_	_
-41	.	_	--	_	$.	_	_	-1	40	_	--	_	_
-
-1	"Diese	_	"dieser	_	ADJA	_	case=acc|number=sg|gender=fem|degree=pos	-1	2	_	NK	_	_
-2	Abspaltung	_	abspaltung	_	NN	_	case=acc|number=sg|gender=fem	-1	3	_	SB	_	_
-3	betrifft	_	betreffen	_	VVFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	9	_	OC	_	_
-4	schreckliche	_	schrecklich	_	ADJA	_	case=acc|number=pl|gender=fem|degree=pos	-1	5	_	NK	_	_
-5	Erinnerungen	_	erinnerung	_	NN	_	case=acc|number=pl|gender=fem	-1	3	_	OA	_	_
-6	und	_	und	_	KON	_	_	-1	5	_	CD	_	_
-7	Gefühle"	_	gefühle"	_	NN	_	case=acc|number=sg|gender=neut	-1	6	_	CJ	_	_
-8	,	_	--	_	$,	_	_	-1	7	_	--	_	_
-9	erklärt	_	erklären	_	VVFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	0	_	--	_	_
-10	sie	_	sie	_	PPER	_	case=nom|number=sg|gender=fem|person=3	-1	9	_	SB	_	_
-11	.	_	--	_	$.	_	_	-1	10	_	--	_	_
-
-1	"Durch	_	"durch	_	ADJD	_	degree=pos	-1	2	_	MO	_	_
-2	verschiedene	_	verschieden	_	ADJA	_	case=nom|number=pl|gender=masc|degree=pos	-1	3	_	NK	_	_
-3	Reize	_	reiz	_	NN	_	case=nom|number=pl|gender=masc	-1	10	_	SB	_	_
-4	wie	_	wie	_	KOKOM	_	_	-1	5	_	CM	_	_
-5	Gerüche	_	geruch	_	NN	_	case=nom|number=pl|gender=masc	-1	3	_	CC	_	_
-6	,	_	--	_	$,	_	_	-1	5	_	--	_	_
-7	Geräusche	_	geräusch	_	NN	_	case=nom|number=pl|gender=masc	-1	5	_	CJ	_	_
-8	und	_	und	_	KON	_	_	-1	7	_	CD	_	_
-9	Bilder	_	bild	_	NN	_	case=nom|number=pl|gender=neut	-1	8	_	CJ	_	_
-10	können	_	können	_	VMFIN	_	number=pl|person=3|tense=pres|mood=ind	-1	0	_	--	_	_
-11	diese	_	dieser	_	PDAT	_	case=nom|number=pl|gender=fem	-1	12	_	NK	_	_
-12	Erinnerungen	_	erinnerung	_	NN	_	case=nom|number=pl|gender=fem	-1	10	_	SB	_	_
-13	und	_	und	_	KON	_	_	-1	12	_	CD	_	_
-14	Gefühle	_	gefühl	_	NN	_	case=acc|number=pl|gender=neut	-1	13	_	CJ	_	_
-15	aber	_	aber	_	ADV	_	_	-1	10	_	MO	_	_
-16	blitzartig	_	blitzartig	_	ADJD	_	degree=pos	-1	17	_	MO	_	_
-17	aktiviert	_	aktivieren	_	VVPP	_	_	-1	18	_	OC	_	_
-18	werden	_	werden	_	VAINF	_	_	-1	10	_	OC	_	_
-19	?	_	--	_	$.	_	_	-1	18	_	--	_	_
-20	sie	_	sie	_	PPER	_	case=nom|number=pl|gender=*|person=3	-1	21	_	SB	_	_
-21	sind	_	sein	_	VAFIN	_	number=pl|person=3|tense=pres|mood=ind	-1	10	_	CJ	_	_
-22	dann	_	dann	_	ADV	_	_	-1	21	_	MO	_	_
-23	so	_	so	_	ADV	_	_	-1	24	_	MO	_	_
-24	übermächtig	_	übermächtig	_	ADJD	_	degree=pos	-1	21	_	PD	_	_
-25	,	_	--	_	$,	_	_	-1	24	_	--	_	_
-26	dass	_	dass	_	KOUS	_	_	-1	35	_	CP	_	_
-27	ich	_	ich	_	PPER	_	case=nom|number=sg|gender=*|person=1	-1	35	_	SB	_	_
-28	sie	_	sie	_	PPER	_	case=acc|number=sg|gender=fem|person=3	-1	31	_	OA	_	_
-29	für	_	für	_	APPR	_	_	-1	31	_	MO	_	_
-30	real	_	real	_	ADJD	_	degree=pos	-1	29	_	NK	_	_
-31	halte	_	halten	_	VVFIN	_	number=sg|person=3|tense=pres|mood=subj	-1	35	_	OC	_	_
-32	und	_	und	_	KON	_	_	-1	31	_	CD	_	_
-33	nicht	_	nicht	_	PTKNEG	_	_	-1	34	_	NG	_	_
-34	einordnen	_	einordnen	_	VVINF	_	_	-1	32	_	CJ	_	_
-35	kann	_	können	_	VMFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	23	_	CC	_	_
-36	.	_	--	_	$.	_	_	-1	35	_	--	_	_
-
-1	Man	_	man	_	PIS	_	case=nom|number=sg|gender=*	-1	2	_	SB	_	_
-2	kann	_	können	_	VMFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	0	_	--	_	_
-3	nur	_	nur	_	ADV	_	_	-1	4	_	MO	_	_
-4	lernen	_	lernen	_	VVINF	_	_	-1	2	_	OC	_	_
-5	,	_	--	_	$,	_	_	-1	4	_	--	_	_
-6	sich	_	sich	_	PRF	_	case=acc|number=sg|person=3	-1	14	_	DA	_	_
-7	davon	_	davon	_	PROAV	_	_	-1	14	_	OP	_	_
-8	nicht	_	nicht	_	PTKNEG	_	_	-1	11	_	NG	_	_
-9	wegreißen	_	wegreißen	_	VVINF	_	_	-1	11	_	OC	_	_
-10	zu	_	zu	_	PTKZU	_	_	-1	11	_	PM	_	_
-11	lassen	_	lassen	_	VVINF	_	_	-1	7	_	RE	_	_
-12	;	_	--	_	$.	_	_	-1	11	_	--	_	_
-13	teilweise	_	teilweise	_	ADV	_	_	-1	14	_	MO	_	_
-14	gelingt	_	gelingen	_	VVFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	2	_	CJ	_	_
-15	mir	_	sich	_	PPER	_	case=dat|number=sg|gender=*|person=1	-1	14	_	DA	_	_
-16	das	_	der	_	PDS	_	case=nom|number=sg|gender=neut	-1	14	_	SB	_	_
-17	inzwischen	_	inzwischen	_	ADV	_	_	-1	14	_	MO	_	_
-18	.	_	--	_	$.	_	_	-1	17	_	--	_	_
-
-1	Aber	_	aber	_	KON	_	_	-1	3	_	JU	_	_
-2	es	_	es	_	PPER	_	case=nom|number=sg|gender=neut|person=3	-1	3	_	SB	_	_
-3	ist	_	sein	_	VAFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	0	_	--	_	_
-4	unglaublich	_	unglaublich	_	ADJD	_	degree=pos	-1	5	_	MO	_	_
-5	anstrengend	_	anstrengend	_	ADJD	_	degree=pos	-1	3	_	PD	_	_
-6	.	_	--	_	$.	_	_	-1	5	_	--	_	_
-
-1	Ich	_	ich	_	PPER	_	case=nom|number=sg|gender=*|person=1	-1	2	_	SB	_	_
-2	brauche	_	brauchen	_	VVFIN	_	number=sg|person=1|tense=pres|mood=ind	-1	0	_	--	_	_
-3	all	_	all	_	PIAT	_	case=*|number=*|gender=*	-1	5	_	NK	_	_
-4	meine	_	mein	_	PPOSAT	_	case=acc|number=pl|gender=*	-1	5	_	NK	_	_
-5	Energie	_	energie	_	NN	_	case=acc|number=sg|gender=fem	-1	2	_	OA	_	_
-6	,	_	--	_	$,	_	_	-1	5	_	--	_	_
-7	um	_	um	_	KOUI	_	_	-1	11	_	CP	_	_
-8	mich	_	mich	_	PPER	_	case=acc|number=sg|gender=*|person=1	-1	11	_	OA	_	_
-9	permanent	_	permanent	_	ADJD	_	degree=pos	-1	11	_	MO	_	_
-10	zu	_	zu	_	PTKZU	_	_	-1	11	_	PM	_	_
-11	kontrollieren	_	kontrollieren	_	VVINF	_	_	-1	2	_	MO	_	_
-12	und	_	und	_	KON	_	_	-1	11	_	CD	_	_
-13	einen	_	ein	_	ART	_	case=acc|number=sg|gender=masc	-1	14	_	NK	_	_
-14	Anschein	_	anschein	_	NN	_	case=acc|number=sg|gender=masc	-1	17	_	OA	_	_
-15	von	_	von	_	APPR	_	_	-1	14	_	PG	_	_
-16	Normalität	_	normalität	_	NN	_	case=dat|number=sg|gender=fem	-1	15	_	NK	_	_
-17	herzustellen	_	herstellen	_	VVIZU	_	_	-1	12	_	CJ	_	_
-18	.	_	--	_	$.	_	_	-1	17	_	--	_	_
-19	"	_	"	_	XY	_	_	-1	0	_	--	_	_
-
-1	Lange	_	lang	_	ADJA	_	case=acc|number=sg|gender=fem|degree=pos	-1	2	_	NK	_	_
-2	Wartezeit	_	wartezeit	_	NN	_	case=acc|number=sg|gender=fem	-1	6	_	SB	_	_
-3	auf	_	auf	_	APPR	_	_	-1	2	_	MNR	_	_
-4	Therapie	_	therapie	_	NN	_	case=acc|number=sg|gender=fem	-1	3	_	NK	_	_
-5	Viele	_	vieler	_	PIAT	_	case=acc|number=sg|gender=fem	-1	6	_	NK	_	_
-6	Jahre	_	jahr	_	NN	_	case=acc|number=pl|gender=neut	-1	7	_	AMS	_	_
-7	lang	_	lang	_	ADJD	_	degree=pos	-1	12	_	MO	_	_
-8	hatte	_	haben	_	VAFIN	_	number=sg|person=3|tense=past|mood=ind	-1	0	_	--	_	_
-9	Katharina	_	katharina	_	NE	_	case=*|number=*|gender=*	-1	10	_	PNC	_	_
-10	Grünberg	_	grünberg	_	NE	_	case=nom|number=sg|gender=*	-1	8	_	SB	_	_
-11	komplett	_	komplett	_	ADJD	_	degree=pos	-1	12	_	MO	_	_
-12	verdrängt	_	verdrängen	_	VVPP	_	_	-1	8	_	OC	_	_
-13	,	_	--	_	$,	_	_	-1	12	_	--	_	_
-14	was	_	was	_	PWS	_	case=nom|number=sg|gender=neut	-1	18	_	OA	_	_
-15	ihre	_	ihr	_	PPOSAT	_	case=acc|number=pl|gender=fem	-1	16	_	NK	_	_
-16	Eltern	_	eltern	_	NN	_	case=acc|number=pl|gender=fem	-1	18	_	OA	_	_
-17	ihr	_	ihr	_	PPER	_	case=dat|number=sg|gender=fem|person=3	-1	18	_	DA	_	_
-18	angetan	_	antun	_	VVPP	_	_	-1	19	_	OC	_	_
-19	haben	_	haben	_	VAFIN	_	number=pl|person=3|tense=pres|mood=ind	-1	12	_	OC	_	_
-20	.	_	--	_	$.	_	_	-1	19	_	--	_	_
-
-1	Sie	_	sie	_	PPER	_	case=nom|number=sg|gender=fem|person=3	-1	2	_	SB	_	_
-2	hatte	_	haben	_	VAFIN	_	number=sg|person=3|tense=past|mood=ind	-1	0	_	--	_	_
-3	das	_	der	_	ART	_	case=acc|number=sg|gender=neut	-1	4	_	NK	_	_
-4	Traumatische	_	traumatisch	_	NN	_	case=acc|number=sg|gender=neut	-1	5	_	OA	_	_
-5	ausgeblendet	_	ausblenden	_	VVPP	_	_	-1	2	_	OC	_	_
-6	,	_	--	_	$,	_	_	-1	5	_	--	_	_
-7	es	_	es	_	PPER	_	case=nom|number=sg|gender=neut|person=3	-1	17	_	OA	_	_
-8	in	_	in	_	APPR	_	_	-1	17	_	MO	_	_
-9	einen	_	ein	_	ART	_	case=acc|number=sg|gender=masc	-1	11	_	NK	_	_
-10	abgeriegelten	_	abgeriegelt	_	ADJA	_	case=acc|number=sg|gender=masc|degree=pos	-1	11	_	NK	_	_
-11	Bereich	_	bereich	_	NN	_	case=acc|number=sg|gender=masc	-1	8	_	NK	_	_
-12	ganz	_	ganz	_	ADV	_	_	-1	13	_	MO	_	_
-13	tief	_	tief	_	ADJD	_	degree=pos	-1	17	_	MO	_	_
-14	in	_	in	_	APPR	_	_	-1	17	_	MO	_	_
-15	ihrem	_	ihr	_	PPOSAT	_	case=dat|number=sg|gender=neut	-1	16	_	NK	_	_
-16	Inneren	_	innere	_	NN	_	case=dat|number=sg|gender=neut	-1	14	_	NK	_	_
-17	verbannt	_	verbannen	_	VVPP	_	_	-1	5	_	CJ	_	_
-18	.	_	--	_	$.	_	_	-1	17	_	--	_	_
-
-1	Sie	_	sie	_	PPER	_	case=nom|number=sg|gender=fem|person=3	-1	2	_	SB	_	_
-2	hat	_	haben	_	VAFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	0	_	--	_	_
-3	als	_	als	_	APPR	_	_	-1	5	_	MO	_	_
-4	Lehrerin	_	lehrerin	_	NN	_	case=acc|number=sg|gender=fem	-1	3	_	NK	_	_
-5	gearbeitet	_	arbeiten	_	VVPP	_	_	-1	2	_	OC	_	_
-6	,	_	--	_	$,	_	_	-1	5	_	--	_	_
-7	geheiratet	_	heiraten	_	VVPP	_	_	-1	5	_	CJ	_	_
-8	und	_	und	_	KON	_	_	-1	7	_	CD	_	_
-9	zwei	_	zwei	_	CARD	_	_	-1	10	_	NK	_	_
-10	Töchter	_	tochter	_	NN	_	case=acc|number=pl|gender=fem	-1	11	_	OA	_	_
-11	bekommen	_	bekommen	_	VVINF	_	_	-1	8	_	CJ	_	_
-12	.	_	--	_	$.	_	_	-1	11	_	--	_	_
-
-1	Irgendwie	_	irgendwie	_	ADV	_	_	-1	2	_	MO	_	_
-2	kam	_	kommen	_	VVFIN	_	number=sg|person=3|tense=past|mood=ind	-1	0	_	--	_	_
-3	sie	_	sie	_	PPER	_	case=nom|number=sg|gender=fem|person=3	-1	2	_	SB	_	_
-4	durchs	_	durch	_	APPRART	_	case=acc|number=sg|gender=neut	-1	2	_	MO	_	_
-5	Leben	_	leben	_	NN	_	case=acc|number=sg|gender=neut	-1	4	_	NK	_	_
-6	?	_	--	_	$.	_	_	-1	5	_	--	_	_
-7	auch	_	auch	_	ADV	_	_	-1	12	_	MO	_	_
-8	wenn	_	wenn	_	KOUS	_	_	-1	12	_	CP	_	_
-9	es	_	es	_	PPER	_	case=nom|number=sg|gender=neut|person=3	-1	12	_	SB	_	_
-10	ihr	_	ihr	_	PPOSAT	_	case=dat|number=sg|gender=fem|person=3	-1	12	_	DA	_	_
-11	immer	_	immer	_	ADV	_	_	-1	12	_	MO	_	_
-12	schwerfiel	_	schwerfallen	_	ADJD	_	degree=comp	-1	2	_	MO	_	_
-13	,	_	--	_	$,	_	_	-1	12	_	--	_	_
-14	zu	_	zu	_	PTKZU	_	_	-1	15	_	PM	_	_
-15	vertrauen	_	vertrauen	_	VVINF	_	_	-1	12	_	OC	_	_
-16	und	_	und	_	KON	_	_	-1	15	_	CD	_	_
-17	Nähe	_	nähe	_	NN	_	case=acc|number=sg|gender=fem	-1	18	_	OA	_	_
-18	zuzulassen	_	zulassen	_	VVIZU	_	_	-1	16	_	CJ	_	_
-19	.	_	--	_	$.	_	_	-1	18	_	--	_	_
-
-1	Einige	_	einiger	_	PIAT	_	case=acc|number=pl|gender=neut	-1	2	_	NK	_	_
-2	Jahre	_	jahr	_	NN	_	case=acc|number=pl|gender=neut	-1	8	_	SB	_	_
-3	nach	_	nach	_	APPR	_	_	-1	2	_	MNR	_	_
-4	der	_	der	_	ART	_	case=dat|number=sg|gender=fem	-1	5	_	NK	_	_
-5	Geburt	_	geburt	_	NN	_	case=dat|number=sg|gender=fem	-1	3	_	NK	_	_
-6	ihrer	_	ihr	_	PPOSAT	_	case=gen|number=pl|gender=masc	-1	7	_	NK	_	_
-7	Töchter	_	tochter	_	NN	_	case=gen|number=pl|gender=masc	-1	5	_	AG	_	_
-8	brach	_	brechen	_	VVFIN	_	number=sg|person=3|tense=past|mood=ind	-1	0	_	--	_	_
-9	die	_	der	_	ART	_	case=nom|number=sg|gender=fem	-1	12	_	NK	_	_
-10	vermeintlich	_	vermeintlich	_	ADJD	_	degree=pos	-1	11	_	MO	_	_
-11	heile	_	heil	_	ADJA	_	case=nom|number=sg|gender=fem|degree=pos	-1	12	_	NK	_	_
-12	Welt	_	welt	_	NN	_	case=nom|number=sg|gender=fem	-1	8	_	SB	_	_
-13	zusammen	_	zusammen	_	PTKVZ	_	_	-1	8	_	SVP	_	_
-14	,	_	--	_	$,	_	_	-1	13	_	--	_	_
-15	all	_	all	_	PIAT	_	case=*|number=*|gender=*	-1	17	_	NK	_	_
-16	das	_	der	_	ART	_	case=acc|number=sg|gender=neut	-1	17	_	NK	_	_
-17	Verdrängte	_	verdrängter	_	NN	_	case=acc|number=sg|gender=neut	-1	18	_	MO	_	_
-18	überrollte	_	überrollen	_	VVFIN	_	number=sg|person=3|tense=past|mood=ind	-1	8	_	CJ	_	_
-19	sie	_	sie	_	PPER	_	case=nom|number=sg|gender=fem|person=3	-1	18	_	OA	_	_
-20	.	_	--	_	$.	_	_	-1	19	_	--	_	_
-
-1	Sie	_	sie	_	PPER	_	case=nom|number=sg|gender=fem|person=3	-1	2	_	SB	_	_
-2	musste	_	mussen	_	VVFIN	_	number=sg|person=3|tense=past|mood=ind	-1	0	_	--	_	_
-3	ihren	_	ihr	_	PPOSAT	_	case=acc|number=sg|gender=masc	-1	4	_	NK	_	_
-4	Beruf	_	beruf	_	NN	_	case=acc|number=sg|gender=masc	-1	5	_	OA	_	_
-5	aufgeben	_	aufgeben	_	VVINF	_	_	-1	2	_	OC	_	_
-6	,	_	--	_	$,	_	_	-1	5	_	--	_	_
-7	weil	_	weil	_	KOUS	_	_	-1	14	_	CP	_	_
-8	sie	_	sie	_	PPER	_	case=nom|number=sg|gender=fem|person=3	-1	14	_	SB	_	_
-9	den	_	der	_	ART	_	case=acc|number=sg|gender=masc	-1	10	_	NK	_	_
-10	Anforderungen	_	anforderung	_	NN	_	case=dat|number=pl|gender=fem	-1	13	_	DA	_	_
-11	nicht	_	nicht	_	PTKNEG	_	_	-1	14	_	NG	_	_
-12	mehr	_	mehr	_	ADV	_	_	-1	11	_	MO	_	_
-13	gewachsen	_	wachsen	_	VVPP	_	_	-1	14	_	PD	_	_
-14	war	_	sein	_	VAFIN	_	number=sg|person=3|tense=past|mood=ind	-1	2	_	MO	_	_
-15	,	_	--	_	$,	_	_	-1	14	_	--	_	_
-16	und	_	und	_	KON	_	_	-1	2	_	CD	_	_
-17	wurde	_	werden	_	VAFIN	_	number=sg|person=3|tense=past|mood=ind	-1	16	_	CJ	_	_
-18	frühpensioniert	_	frühpensionieren	_	VVPP	_	_	-1	17	_	OC	_	_
-19	.	_	--	_	$.	_	_	-1	18	_	--	_	_
-
-1	Die	_	der	_	ART	_	case=nom|number=sg|gender=fem	-1	2	_	NK	_	_
-2	Ehe	_	ehe	_	NN	_	case=nom|number=sg|gender=fem	-1	3	_	SB	_	_
-3	zerbrach	_	zerbrechen	_	VVFIN	_	number=sg|person=3|tense=past|mood=ind	-1	0	_	--	_	_
-4	.	_	--	_	$.	_	_	-1	3	_	--	_	_
-
-1	Inzwischen	_	inzwischen	_	ADV	_	_	-1	2	_	MO	_	_
-2	lebt	_	leben	_	VVFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	0	_	--	_	_
-3	sie	_	sie	_	PPER	_	case=nom|number=sg|gender=fem|person=3	-1	2	_	SB	_	_
-4	von	_	von	_	APPR	_	_	-1	2	_	MO	_	_
-5	einer	_	ein	_	ART	_	case=dat|number=sg|gender=fem	-1	6	_	NK	_	_
-6	Erwerbsunfähigkeitsrente	_	erwerbsunfähigkeitsrent	_	NN	_	case=dat|number=sg|gender=fem	-1	4	_	NK	_	_
-7	und	_	und	_	KON	_	_	-1	2	_	CD	_	_
-8	gibt	_	geben	_	VVFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	7	_	CJ	_	_
-9	gegen	_	gegen	_	APPR	_	_	-1	8	_	MO	_	_
-10	ein	_	ein	_	ART	_	case=acc|number=sg|gender=neut	-1	12	_	NK	_	_
-11	kleines	_	klein	_	ADJA	_	case=acc|number=sg|gender=neut|degree=pos	-1	12	_	NK	_	_
-12	Honorar	_	honorar	_	NN	_	case=acc|number=sg|gender=neut	-1	9	_	NK	_	_
-13	Kurse	_	kurs	_	NN	_	case=nom|number=pl|gender=masc	-1	8	_	OA	_	_
-14	an	_	an	_	APPR	_	_	-1	13	_	MNR	_	_
-15	einer	_	ein	_	ART	_	case=dat|number=sg|gender=fem	-1	16	_	NK	_	_
-16	Volkshochschule	_	volkshochschule	_	NN	_	case=dat|number=sg|gender=fem	-1	14	_	NK	_	_
-17	.	_	--	_	$.	_	_	-1	16	_	--	_	_
-
-1	Seit	_	seit	_	APPR	_	_	-1	5	_	MO	_	_
-2	etwa	_	etwa	_	ADV	_	_	-1	3	_	MO	_	_
-3	20	_	20	_	CARD	_	_	-1	4	_	NK	_	_
-4	Jahren	_	jahr	_	NN	_	case=dat|number=pl|gender=neut	-1	1	_	NK	_	_
-5	ist	_	sein	_	VAFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	0	_	--	_	_
-6	Katharina	_	katharina	_	NE	_	case=nom|number=sg|gender=fem	-1	7	_	PNC	_	_
-7	Grünberg	_	grünberg	_	NE	_	case=nom|number=sg|gender=fem	-1	5	_	SB	_	_
-8	nun	_	nun	_	ADV	_	_	-1	5	_	MO	_	_
-9	mit	_	mit	_	APPR	_	_	-1	5	_	MO	_	_
-10	Unterbrechungen	_	unterbrechung	_	NN	_	case=dat|number=pl|gender=fem	-1	9	_	NK	_	_
-11	bei	_	bei	_	APPR	_	_	-1	10	_	MNR	_	_
-12	verschiedenen	_	verschieden	_	ADJA	_	case=dat|number=pl|gender=fem|degree=pos	-1	13	_	NK	_	_
-13	Therapeuten	_	therapeut	_	NN	_	case=dat|number=pl|gender=fem	-1	11	_	NK	_	_
-14	und	_	und	_	KON	_	_	-1	13	_	CD	_	_
-15	Ärzten	_	arzt	_	NN	_	case=dat|number=pl|gender=masc	-1	14	_	CJ	_	_
-16	in	_	in	_	APPR	_	_	-1	10	_	CVC	_	_
-17	Behandlung	_	behandlung	_	NN	_	case=dat|number=sg|gender=fem	-1	16	_	NK	_	_
-18	.	_	--	_	$.	_	_	-1	17	_	--	_	_
-
-1	Sie	_	sie	_	PPER	_	case=nom|number=sg|gender=fem|person=3	-1	2	_	SB	_	_
-2	spricht	_	sprechen	_	VVFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	0	_	--	_	_
-3	von	_	von	_	APPR	_	_	-1	2	_	OP	_	_
-4	einer	_	ein	_	ART	_	case=dat|number=sg|gender=fem	-1	5	_	NK	_	_
-5	Therapiekarriere	_	therapiekarriere	_	NN	_	case=dat|number=sg|gender=fem	-1	3	_	NK	_	_
-6	?	_	--	_	$.	_	_	-1	5	_	--	_	_
-7	und	_	und	_	KON	_	_	-1	2	_	CD	_	_
-8	in	_	in	_	APPR	_	_	-1	11	_	MO	_	_
-9	ihrer	_	ihr	_	PPOSAT	_	case=dat|number=sg|gender=fem	-1	10	_	NK	_	_
-10	Stimme	_	stimme	_	NN	_	case=dat|number=sg|gender=fem	-1	8	_	NK	_	_
-11	schwingt	_	schwingen	_	VVFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	7	_	CJ	_	_
-12	bei	_	bei	_	APPR	_	_	-1	11	_	MO	_	_
-13	diesem	_	dieser	_	PDAT	_	case=dat|number=sg|gender=masc	-1	14	_	NK	_	_
-14	Wort	_	wort	_	NN	_	case=dat|number=sg|gender=masc	-1	12	_	NK	_	_
-15	Sarkasmus	_	sarkasmus	_	NN	_	case=nom|number=sg|gender=masc	-1	11	_	OA	_	_
-16	mit	_	mit	_	PTKVZ	_	_	-1	11	_	SVP	_	_
-17	.	_	--	_	$.	_	_	-1	16	_	--	_	_
-
-1	Bis	_	bis	_	APPR	_	_	-1	6	_	CP	_	_
-2	man	_	man	_	PIS	_	case=nom|number=sg|gender=*	-1	6	_	SB	_	_
-3	einen	_	ein	_	ART	_	case=acc|number=sg|gender=masc	-1	5	_	NK	_	_
-4	passenden	_	passend	_	ADJA	_	case=acc|number=sg|gender=masc|degree=pos	-1	5	_	NK	_	_
-5	Therapeuten	_	therapeute	_	NN	_	case=acc|number=sg|gender=masc	-1	6	_	OA	_	_
-6	finde	_	finden	_	VVFIN	_	number=sg|person=3|tense=pres|mood=subj	-1	8	_	MO	_	_
-7	,	_	--	_	$,	_	_	-1	6	_	--	_	_
-8	brauche	_	brauchen	_	VVFIN	_	number=sg|person=3|tense=pres|mood=subj	-1	13	_	OC	_	_
-9	man	_	man	_	PIS	_	case=nom|number=sg|gender=*	-1	8	_	SB	_	_
-10	mehrere	_	mehrere	_	PIAT	_	case=acc|number=pl|gender=masc	-1	11	_	NK	_	_
-11	Anläufe	_	anlauf	_	NN	_	case=acc|number=pl|gender=masc	-1	8	_	OA	_	_
-12	,	_	--	_	$,	_	_	-1	11	_	--	_	_
-13	sagt	_	sagen	_	VVFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	0	_	--	_	_
-14	sie	_	sie	_	PPER	_	case=nom|number=sg|gender=fem|person=3	-1	13	_	SB	_	_
-15	;	_	--	_	$.	_	_	-1	14	_	--	_	_
-16	hinzu	_	hinzu	_	PTKVZ	_	_	-1	17	_	SVP	_	_
-17	kommen	_	kommen	_	VVFIN	_	number=pl|person=3|tense=pres|mood=ind	-1	13	_	OC	_	_
-18	die	_	der	_	ART	_	case=nom|number=pl|gender=neut	-1	21	_	NK	_	_
-19	oft	_	oft	_	ADV	_	_	-1	20	_	MO	_	_
-20	langen	_	lang	_	ADJA	_	case=acc|number=pl|gender=fem|degree=pos	-1	21	_	NK	_	_
-21	Wartezeiten	_	wartezeit	_	NN	_	case=acc|number=pl|gender=fem	-1	17	_	SB	_	_
-22	.	_	--	_	$.	_	_	-1	21	_	--	_	_
-
-1	Sie	_	sie	_	PPER	_	case=nom|number=sg|gender=fem|person=3	-1	2	_	SB	_	_
-2	beschreibt	_	beschreiben	_	VVFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	0	_	--	_	_
-3	diesen	_	dieser	_	PDAT	_	case=acc|number=sg|gender=masc	-1	4	_	NK	_	_
-4	Weg	_	weg	_	NN	_	case=acc|number=sg|gender=masc	-1	2	_	OA	_	_
-5	als	_	als	_	APPR	_	_	-1	2	_	MO	_	_
-6	Odyssee	_	odyssee	_	NE	_	case=nom|number=sg|gender=fem	-1	5	_	NK	_	_
-7	.	_	--	_	$.	_	_	-1	6	_	--	_	_
-
-1	Niemand	_	niemand	_	PIS	_	case=nom|number=sg|gender=masc	-1	2	_	MO	_	_
-2	darf	_	dürfen	_	VMFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	0	_	--	_	_
-3	etwas	_	etwas	_	PIS	_	case=*|number=*|gender=neut	-1	4	_	OA	_	_
-4	erfahren	_	erfahren	_	VVINF	_	_	-1	2	_	OC	_	_
-5	Wie	_	wie	_	KOKOM	_	_	-1	9	_	CM	_	_
-6	es	_	es	_	PPER	_	case=nom|number=sg|gender=neut|person=3	-1	9	_	EP	_	_
-7	ihr	_	ihr	_	PPER	_	case=dat|number=sg|gender=fem|person=3	-1	9	_	DA	_	_
-8	jetzt	_	jetzt	_	ADV	_	_	-1	9	_	MO	_	_
-9	geht	_	gehen	_	VVFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	4	_	OC	_	_
-10	?	_	--	_	$.	_	_	-1	9	_	--	_	_
-
-1	"Ich	_	"ich	_	ADV	_	_	-1	2	_	MO	_	_
-2	habe	_	haben	_	VAFIN	_	number=sg|person=3|tense=pres|mood=subj	-1	0	_	--	_	_
-3	ständig	_	ständig	_	ADJD	_	degree=pos	-1	2	_	MO	_	_
-4	das	_	der	_	ART	_	case=acc|number=sg|gender=neut	-1	5	_	NK	_	_
-5	Gefühl	_	gefühl	_	NN	_	case=acc|number=sg|gender=neut	-1	2	_	OA	_	_
-6	,	_	--	_	$,	_	_	-1	5	_	--	_	_
-7	dass	_	dass	_	KOUS	_	_	-1	11	_	CP	_	_
-8	mein	_	mein	_	PPOSAT	_	case=nom|number=sg|gender=neut	-1	9	_	NK	_	_
-9	Fundament	_	fundament	_	NN	_	case=nom|number=sg|gender=neut	-1	11	_	SB	_	_
-10	morsch	_	morsch	_	ADJD	_	degree=pos	-1	11	_	PD	_	_
-11	ist	_	sein	_	VAFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	2	_	MO	_	_
-12	,	_	--	_	$,	_	_	-1	11	_	--	_	_
-13	dass	_	dass	_	KOUS	_	_	-1	17	_	CP	_	_
-14	es	_	es	_	PPER	_	case=nom|number=sg|gender=neut|person=3	-1	17	_	EP	_	_
-15	nichts	_	nichts	_	PIAT	_	case=*|number=*|gender=neut	-1	16	_	NK	_	_
-16	Verlässliches	_	verlässliche	_	NN	_	case=acc|number=sg|gender=neut	-1	17	_	OA	_	_
-17	gibt	_	geben	_	VVFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	11	_	MO	_	_
-18	,	_	--	_	$,	_	_	-1	17	_	--	_	_
-19	dass	_	dass	_	KOUS	_	_	-1	24	_	CP	_	_
-20	das	_	der	_	ART	_	case=nom|number=sg|gender=neut	-1	21	_	NK	_	_
-21	Leben	_	leben	_	NN	_	case=nom|number=sg|gender=neut	-1	24	_	SB	_	_
-22	mich	_	mich	_	PPER	_	case=acc|number=sg|gender=*|person=1	-1	24	_	OA	_	_
-23	völlig	_	völlig	_	ADJD	_	degree=pos	-1	24	_	MO	_	_
-24	überfordert	_	überfordern	_	VVPP	_	degree=pos	-1	17	_	MO	_	_
-25	.	_	--	_	$.	_	_	-1	24	_	--	_	_
-
-1	Morgens	_	morgens	_	ADV	_	_	-1	2	_	MO	_	_
-2	ist	_	sein	_	VAFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	0	_	--	_	_
-3	es	_	es	_	PPER	_	case=nom|number=sg|gender=neut|person=3	-1	2	_	SB	_	_
-4	meistens	_	meistens	_	ADV	_	_	-1	2	_	MO	_	_
-5	ein	_	ein	_	ART	_	case=nom|number=sg|gender=masc	-1	6	_	NK	_	_
-6	Kampf	_	kampf	_	NN	_	case=nom|number=sg|gender=masc	-1	2	_	PD	_	_
-7	,	_	--	_	$,	_	_	-1	6	_	--	_	_
-8	überhaupt	_	überhaupt	_	ADV	_	_	-1	9	_	MO	_	_
-9	aufzustehen	_	aufstehen	_	VVIZU	_	_	-1	3	_	RE	_	_
-10	.	_	--	_	$.	_	_	-1	9	_	--	_	_
-
-1	Ich	_	ich	_	PPER	_	case=nom|number=sg|gender=*|person=1	-1	2	_	SB	_	_
-2	versuche	_	versuchen	_	VVFIN	_	number=sg|person=1|tense=pres|mood=ind	-1	0	_	--	_	_
-3	,	_	--	_	$,	_	_	-1	2	_	--	_	_
-4	mir	_	sich	_	PPER	_	case=dat|number=sg|gender=*|person=1	-1	8	_	DA	_	_
-5	gedanklich	_	gedanklich	_	ADJD	_	degree=pos	-1	8	_	MO	_	_
-6	Inseln	_	insel	_	NN	_	case=nom|number=pl|gender=fem	-1	8	_	OA	_	_
-7	zu	_	zu	_	PTKZU	_	_	-1	8	_	PM	_	_
-8	bauen	_	bauen	_	VVINF	_	_	-1	2	_	OC	_	_
-9	:	_	--	_	$.	_	_	-1	8	_	--	_	_
-10	Worauf	_	worauf	_	PROAV	_	_	-1	11	_	MO	_	_
-11	könnte	_	können	_	VMFIN	_	number=sg|person=1|tense=past|mood=subj	-1	2	_	CJ	_	_
-12	ich	_	ich	_	PPER	_	case=nom|number=sg|gender=*|person=1	-1	11	_	SB	_	_
-13	mich	_	mich	_	PRF	_	case=acc|number=sg|person=1	-1	14	_	OA	_	_
-14	freuen	_	freuen	_	VVINF	_	_	-1	11	_	OC	_	_
-15	?	_	--	_	$.	_	_	-1	14	_	--	_	_
-
-1	Aber	_	aber	_	KON	_	_	-1	3	_	JU	_	_
-2	das	_	der	_	PDS	_	case=acc|number=sg|gender=neut	-1	3	_	OA	_	_
-3	muss	_	muss	_	VVFIN	_	number=sg|person=1|tense=pres|mood=ind	-1	0	_	--	_	_
-4	ich	_	ich	_	PPER	_	case=nom|number=sg|gender=*|person=1	-1	3	_	SB	_	_
-5	mir	_	sich	_	PRF	_	case=dat|number=sg|person=1	-1	6	_	DA	_	_
-6	konstruieren	_	konstruieren	_	VVINF	_	_	-1	3	_	OC	_	_
-7	.	_	--	_	$.	_	_	-1	6	_	--	_	_
-
-1	Theoretisch	_	theoretisch	_	ADJD	_	degree=pos	-1	2	_	MO	_	_
-2	weiß	_	weißn	_	VVFIN	_	number=sg|person=1|tense=pres|mood=ind	-1	0	_	--	_	_
-3	ich	_	ich	_	PPER	_	case=nom|number=sg|gender=*|person=1	-1	2	_	SB	_	_
-4	,	_	--	_	$,	_	_	-1	3	_	--	_	_
-5	was	_	was	_	PWS	_	case=acc|number=sg|gender=neut	-1	7	_	PD	_	_
-6	Lebensfreude	_	lebensfreude	_	NN	_	case=nom|number=sg|gender=fem	-1	7	_	PD	_	_
-7	ist	_	sein	_	VAFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	2	_	OC	_	_
-8	?	_	--	_	$.	_	_	-1	7	_	--	_	_
-9	wie	_	wie	_	PWAV	_	_	-1	12	_	MO	_	_
-10	es	_	es	_	PPER	_	case=nom|number=sg|gender=neut|person=3	-1	12	_	OA	_	_
-11	sich	_	sich	_	PRF	_	case=acc|number=sg|person=3	-1	12	_	OA	_	_
-12	anfühlt	_	anfühlen	_	VVFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	14	_	MO	_	_
-13	,	_	--	_	$,	_	_	-1	12	_	--	_	_
-14	beginne	_	beginnen	_	VVFIN	_	number=sg|person=1|tense=pres|mood=ind	-1	2	_	CJ	_	_
-15	ich	_	ich	_	PPER	_	case=nom|number=sg|gender=*|person=1	-1	14	_	SB	_	_
-16	erst	_	erst	_	ADV	_	_	-1	17	_	MO	_	_
-17	jetzt	_	jetzt	_	ADV	_	_	-1	14	_	MO	_	_
-18	langsam	_	langsam	_	ADJD	_	degree=pos	-1	20	_	MO	_	_
-19	zu	_	zu	_	PTKZU	_	_	-1	20	_	PM	_	_
-20	ahnen	_	ahnen	_	VVINF	_	_	-1	14	_	OC	_	_
-21	.	_	--	_	$.	_	_	-1	20	_	--	_	_
-
-1	Ich	_	ich	_	PPER	_	case=nom|number=sg|gender=*|person=1	-1	2	_	SB	_	_
-2	bin	_	sein	_	VAFIN	_	number=sg|person=1|tense=pres|mood=ind	-1	15	_	OC	_	_
-3	kaum	_	kaum	_	ADV	_	_	-1	13	_	MO	_	_
-4	in	_	in	_	APPR	_	_	-1	11	_	MO	_	_
-5	der	_	der	_	ART	_	case=dat|number=sg|gender=fem	-1	6	_	NK	_	_
-6	Lage	_	lage	_	NN	_	case=dat|number=sg|gender=fem	-1	4	_	NK	_	_
-7	,	_	--	_	$,	_	_	-1	6	_	--	_	_
-8	Gefühle	_	gefühl	_	NN	_	case=acc|number=pl|gender=neut	-1	9	_	OA	_	_
-9	zuzulassen	_	zulassen	_	VVIZU	_	_	-1	6	_	OC	_	_
-10	;	_	--	_	$.	_	_	-1	9	_	--	_	_
-11	weinen	_	weinen	_	VVINF	_	_	-1	13	_	OC	_	_
-12	zu	_	zu	_	PTKZU	_	_	-1	13	_	PM	_	_
-13	können	_	können	_	VMINF	_	_	-1	2	_	OC	_	_
-14	,	_	--	_	$,	_	_	-1	13	_	--	_	_
-15	erobere	_	eroberen	_	VVFIN	_	number=sg|person=1|tense=pres|mood=ind	-1	0	_	--	_	_
-16	ich	_	ich	_	PPER	_	case=nom|number=sg|gender=*|person=1	-1	15	_	SB	_	_
-17	mir	_	sich	_	PPER	_	case=dat|number=sg|gender=*|person=1	-1	15	_	DA	_	_
-18	gerade	_	gerade	_	ADV	_	_	-1	15	_	MO	_	_
-19	zurück	_	zurück	_	PTKVZ	_	_	-1	15	_	SVP	_	_
-20	."	_	."	_	XY	_	_	-1	0	_	--	_	_
-
-1	Nach	_	nach	_	APPR	_	_	-1	4	_	MO	_	_
-2	außen	_	außen	_	ADV	_	_	-1	1	_	NK	_	_
-3	hin	_	hin	_	ADV	_	_	-1	1	_	MO	_	_
-4	lässt	_	lässen	_	VVFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	0	_	--	_	_
-5	sie	_	sie	_	PPER	_	case=nom|number=sg|gender=fem|person=3	-1	4	_	SB	_	_
-6	sich	_	sich	_	PRF	_	case=acc|number=sg|person=3	-1	9	_	DA	_	_
-7	davon	_	davon	_	PROAV	_	_	-1	8	_	PG	_	_
-8	nichts	_	nichts	_	PIS	_	case=*|number=*|gender=neut	-1	9	_	OA	_	_
-9	anmerken	_	anmerken	_	VVINF	_	_	-1	4	_	OC	_	_
-10	.	_	--	_	$.	_	_	-1	9	_	--	_	_
-
-1	Die	_	der	_	ART	_	case=nom|number=sg|gender=fem	-1	2	_	NK	_	_
-2	Fassade	_	fassade	_	NN	_	case=nom|number=sg|gender=fem	-1	3	_	SB	_	_
-3	steht	_	stehen	_	VVFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	0	_	--	_	_
-4	.	_	--	_	$.	_	_	-1	3	_	--	_	_
-
-1	Keiner	_	keiner	_	PIS	_	case=nom|number=sg|gender=masc	-1	2	_	MO	_	_
-2	darf	_	dürfen	_	VMFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	0	_	--	_	_
-3	etwas	_	etwas	_	PIS	_	case=*|number=*|gender=neut	-1	4	_	OA	_	_
-4	erfahren	_	erfahren	_	VVINF	_	_	-1	2	_	OC	_	_
-5	!	_	--	_	$.	_	_	-1	4	_	--	_	_
-
-1	Doch	_	doch	_	KON	_	_	-1	3	_	JU	_	_
-2	zugleich	_	zugleich	_	ADV	_	_	-1	11	_	MO	_	_
-3	hat	_	haben	_	VAFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	0	_	--	_	_
-4	sie	_	sie	_	PPER	_	case=nom|number=sg|gender=fem|person=3	-1	3	_	SB	_	_
-5	den	_	der	_	ART	_	case=acc|number=sg|gender=masc	-1	6	_	NK	_	_
-6	Wunsch	_	wunsch	_	NN	_	case=acc|number=sg|gender=masc	-1	3	_	OA	_	_
-7	,	_	--	_	$,	_	_	-1	6	_	--	_	_
-8	mit	_	mit	_	APPR	_	_	-1	11	_	MO	_	_
-9	ihrem	_	ihr	_	PPOSAT	_	case=dat|number=sg|gender=neut	-1	10	_	NK	_	_
-10	Leid	_	leid	_	NN	_	case=dat|number=sg|gender=neut	-1	8	_	NK	_	_
-11	gesehen	_	sehen	_	VVPP	_	_	-1	13	_	OC	_	_
-12	zu	_	zu	_	PTKZU	_	_	-1	13	_	PM	_	_
-13	werden	_	werden	_	VAINF	_	_	-1	6	_	OC	_	_
-14	,	_	--	_	$,	_	_	-1	13	_	--	_	_
-15	um	_	um	_	KOUI	_	_	-1	20	_	CP	_	_
-16	sich	_	sich	_	PRF	_	case=acc|number=sg|person=3	-1	18	_	DA	_	_
-17	selber	_	selber	_	ADV	_	_	-1	16	_	MNR	_	_
-18	glauben	_	glauben	_	VVINF	_	_	-1	20	_	OC	_	_
-19	zu	_	zu	_	PTKZU	_	_	-1	20	_	PM	_	_
-20	können	_	können	_	VMINF	_	_	-1	3	_	MO	_	_
-21	.	_	--	_	$.	_	_	-1	20	_	--	_	_
-
-1	"Meine	_	"mein	_	ADJA	_	case=nom|number=pl|gender=*	-1	2	_	NK	_	_
-2	Eltern	_	eltern	_	NN	_	case=nom|number=pl|gender=*	-1	3	_	OA	_	_
-3	haben	_	haben	_	VAFIN	_	number=pl|person=3|tense=pres|mood=ind	-1	0	_	--	_	_
-4	mir	_	sich	_	PPER	_	case=dat|number=sg|gender=*|person=1	-1	6	_	DA	_	_
-5	immer	_	immer	_	ADV	_	_	-1	6	_	MO	_	_
-6	gesagt	_	sagen	_	VVPP	_	_	-1	3	_	OC	_	_
-7	,	_	--	_	$,	_	_	-1	6	_	--	_	_
-8	dass	_	daß	_	KOUS	_	_	-1	10	_	CP	_	_
-9	ich	_	ich	_	PPER	_	case=nom|number=sg|gender=*|person=1	-1	10	_	SB	_	_
-10	lüge	_	lug	_	VVFIN	_	number=sg|person=1|tense=pres|mood=ind	-1	6	_	OC	_	_
-11	.	_	--	_	$.	_	_	-1	10	_	--	_	_
-
-1	Das	_	der	_	PDS	_	case=nom|number=sg|gender=neut	-1	2	_	SB	_	_
-2	brennt	_	brennen	_	VVFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	0	_	--	_	_
-3	sich	_	sich	_	PRF	_	case=acc|number=sg|person=3	-1	2	_	OA	_	_
-4	ein	_	ein	_	PTKVZ	_	_	-1	2	_	SVP	_	_
-5	.	_	--	_	$.	_	_	-1	4	_	--	_	_
-
-1	Irgendwann	_	irgendwann	_	ADV	_	_	-1	2	_	MO	_	_
-2	kommen	_	kommen	_	VVFIN	_	number=pl|person=3|tense=pres|mood=ind	-1	14	_	OC	_	_
-3	tatsächlich	_	tatsächlich	_	ADJD	_	degree=pos	-1	2	_	MO	_	_
-4	Zweifel	_	zweifel	_	NN	_	case=nom|number=pl|gender=masc	-1	2	_	SB	_	_
-5	,	_	--	_	$,	_	_	-1	4	_	--	_	_
-6	ob	_	ob	_	KOUS	_	_	-1	12	_	CP	_	_
-7	man	_	man	_	PIS	_	case=nom|number=sg|gender=*	-1	12	_	SB	_	_
-8	sich	_	sich	_	PRF	_	case=dat|number=sg|person=3	-1	12	_	DA	_	_
-9	das	_	der	_	PDS	_	case=acc|number=sg|gender=neut	-1	10	_	NK	_	_
-10	alles	_	alle	_	PIS	_	case=acc|number=sg|gender=neut	-1	12	_	SB	_	_
-11	nur	_	nur	_	ADV	_	_	-1	12	_	MO	_	_
-12	einbildet"	_	einbildet"	_	ADJD	_	degree=pos	-1	4	_	PAR	_	_
-13	,	_	--	_	$,	_	_	-1	12	_	--	_	_
-14	sagt	_	sagen	_	VVFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	0	_	--	_	_
-15	sie	_	sie	_	PPER	_	case=nom|number=sg|gender=fem|person=3	-1	14	_	SB	_	_
-16	.	_	--	_	$.	_	_	-1	15	_	--	_	_
-
-1	"Dann	_	"dann	_	ADV	_	_	-1	2	_	MO	_	_
-2	verfestigt	_	verfestigen	_	VVFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	0	_	--	_	_
-3	sich	_	sich	_	PRF	_	case=acc|number=sg|person=3	-1	2	_	OA	_	_
-4	so	_	so	_	ADV	_	_	-1	2	_	MO	_	_
-5	ein	_	ein	_	ART	_	case=nom|number=sg|gender=neut	-1	7	_	NK	_	_
-6	furchtbares	_	furchtbar	_	ADJA	_	case=nom|number=sg|gender=neut|degree=pos	-1	7	_	NK	_	_
-7	Gefühl	_	gefühl	_	NN	_	case=nom|number=sg|gender=neut	-1	2	_	SB	_	_
-8	:	_	--	_	$.	_	_	-1	7	_	--	_	_
-9	Keiner	_	keiner	_	PIS	_	case=nom|number=sg|gender=masc	-1	10	_	MO	_	_
-10	glaubt	_	glauben	_	VVFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	7	_	PAR	_	_
-11	mir	_	sich	_	PPER	_	case=dat|number=sg|gender=*|person=1	-1	10	_	DA	_	_
-12	,	_	--	_	$,	_	_	-1	11	_	--	_	_
-13	keiner	_	keiner	_	PIS	_	case=nom|number=sg|gender=masc	-1	14	_	SB	_	_
-14	hilft	_	helfen	_	VVFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	2	_	CJ	_	_
-15	mir	_	sich	_	PPER	_	case=dat|number=sg|gender=*|person=1	-1	14	_	DA	_	_
-16	,	_	--	_	$,	_	_	-1	15	_	--	_	_
-17	ich	_	ich	_	PPER	_	case=nom|number=sg|gender=*|person=1	-1	18	_	SB	_	_
-18	bin	_	sein	_	VAFIN	_	number=sg|person=1|tense=pres|mood=ind	-1	14	_	OC	_	_
-19	nichts	_	nichts	_	PIS	_	case=*|number=*|gender=neut	-1	20	_	OA	_	_
-20	wert	_	wert	_	ADJD	_	degree=pos	-1	18	_	PD	_	_
-21	.	_	--	_	$.	_	_	-1	20	_	--	_	_
-22	"	_	"	_	XY	_	_	-1	0	_	--	_	_
-
-1	Keine	_	kein	_	PIAT	_	case=nom|number=sg|gender=fem	-1	2	_	NK	_	_
-2	Opferentschädigung	_	opferentschädigung	_	NN	_	case=nom|number=sg|gender=fem	-1	6	_	OA	_	_
-3	Vor	_	vor	_	APPR	_	_	-1	6	_	MO	_	_
-4	einigen	_	einiger	_	PIAT	_	case=dat|number=pl|gender=neut	-1	5	_	NK	_	_
-5	Jahren	_	jahr	_	NN	_	case=dat|number=pl|gender=neut	-1	3	_	NK	_	_
-6	hat	_	haben	_	VAFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	0	_	--	_	_
-7	sie	_	sie	_	PPER	_	case=nom|number=sg|gender=fem|person=3	-1	8	_	OA	_	_
-8	versucht	_	versuchen	_	VVPP	_	_	-1	6	_	OC	_	_
-9	,	_	--	_	$,	_	_	-1	8	_	--	_	_
-10	finanzielle	_	finanziell	_	ADJA	_	case=acc|number=sg|gender=fem|degree=pos	-1	11	_	MO	_	_
-11	Unterstützung	_	unterstützung	_	NN	_	case=acc|number=sg|gender=fem	-1	16	_	OA	_	_
-12	über	_	über	_	APPR	_	_	-1	16	_	MO	_	_
-13	das	_	der	_	ART	_	case=acc|number=sg|gender=neut	-1	14	_	NK	_	_
-14	Opferentschädigungsgesetz	_	opferentschädigungsgesetz	_	NN	_	case=acc|number=sg|gender=neut	-1	12	_	NK	_	_
-15	zu	_	zu	_	PTKZU	_	_	-1	16	_	PM	_	_
-16	bekommen	_	bekommen	_	VVINF	_	_	-1	8	_	OC	_	_
-17	.	_	--	_	$.	_	_	-1	16	_	--	_	_
-
-1	Dieses	_	dieser	_	PDAT	_	case=nom|number=sg|gender=neut	-1	2	_	NK	_	_
-2	Gesetz	_	gesetz	_	NN	_	case=nom|number=sg|gender=neut	-1	3	_	OA	_	_
-3	sieht	_	sehen	_	VVFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	0	_	--	_	_
-4	Entschädigungsleistungen	_	entschädigungsleistung	_	NN	_	case=acc|number=pl|gender=fem	-1	3	_	OA	_	_
-5	für	_	für	_	APPR	_	_	-1	4	_	MNR	_	_
-6	Opfer	_	opfer	_	NN	_	case=acc|number=pl|gender=neut	-1	5	_	NK	_	_
-7	von	_	von	_	APPR	_	_	-1	6	_	PG	_	_
-8	Gewalttaten	_	gewalttat	_	NN	_	case=dat|number=pl|gender=neut	-1	7	_	NK	_	_
-9	vor	_	vor	_	PTKVZ	_	_	-1	3	_	SVP	_	_
-10	,	_	--	_	$,	_	_	-1	9	_	--	_	_
-11	die	_	der	_	ART	_	case=nom|number=sg|gender=fem	-1	15	_	SB	_	_
-12	gesundheitliche	_	gesundheitlich	_	ADJA	_	case=acc|number=pl|gender=fem|degree=pos	-1	14	_	MO	_	_
-13	Schäden	_	schaden	_	NN	_	case=acc|number=pl|gender=fem	-1	14	_	OA	_	_
-14	erlitten	_	erleiden	_	VVPP	_	_	-1	15	_	OC	_	_
-15	haben	_	haben	_	VAFIN	_	number=pl|person=3|tense=pres|mood=ind	-1	8	_	RC	_	_
-16	.	_	--	_	$.	_	_	-1	15	_	--	_	_
-
-1	"Das	_	"das	_	NE	_	case=nom|number=pl|gender=neut	-1	2	_	AG	_	_
-2	Antragsprozedere	_	antragsprozedere	_	NN	_	case=nom|number=pl|gender=neut	-1	3	_	SB	_	_
-3	hat	_	haben	_	VAFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	9	_	OC	_	_
-4	ungefähr	_	ungefähr	_	ADV	_	degree=pos	-1	5	_	MO	_	_
-5	zwei	_	zwei	_	CARD	_	_	-1	6	_	NK	_	_
-6	Jahre	_	jahr	_	NN	_	case=acc|number=pl|gender=neut	-1	7	_	MO	_	_
-7	gedauert"	_	gedeuet"	_	VVPP	_	_	-1	3	_	OC	_	_
-8	,	_	--	_	$,	_	_	-1	7	_	--	_	_
-9	erzählt	_	erzählen	_	VVFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	0	_	--	_	_
-10	sie	_	sie	_	PPER	_	case=nom|number=sg|gender=fem|person=3	-1	9	_	SB	_	_
-11	.	_	--	_	$.	_	_	-1	10	_	--	_	_
-
-1	Schließlich	_	schließlich	_	ADV	_	_	-1	4	_	MO	_	_
-2	sei	_	sein	_	VAFIN	_	number=sg|person=3|tense=pres|mood=subj	-1	0	_	--	_	_
-3	zwar	_	zwar	_	ADV	_	_	-1	4	_	MO	_	_
-4	anerkannt	_	anerkennen	_	VVPP	_	_	-1	5	_	OC	_	_
-5	worden	_	werden	_	VAPP	_	_	-1	2	_	OC	_	_
-6	,	_	--	_	$,	_	_	-1	5	_	--	_	_
-7	dass	_	dass	_	KOUS	_	_	-1	17	_	CP	_	_
-8	ihre	_	ihr	_	PPOSAT	_	case=nom|number=pl|gender=*	-1	10	_	NK	_	_
-9	gesundheitlichen	_	gesundheitlich	_	ADJA	_	case=nom|number=pl|gender=*|degree=pos	-1	10	_	NK	_	_
-10	Beeinträchtigungen	_	beeinträchtigung	_	NN	_	case=nom|number=pl|gender=fem	-1	17	_	SB	_	_
-11	und	_	und	_	KON	_	_	-1	10	_	CD	_	_
-12	Behinderungen	_	behinderung	_	NN	_	case=nom|number=pl|gender=fem	-1	11	_	CJ	_	_
-13	eine	_	ein	_	ART	_	case=acc|number=sg|gender=fem	-1	14	_	NK	_	_
-14	Folge	_	folge	_	NN	_	case=acc|number=sg|gender=fem	-1	17	_	PD	_	_
-15	des	_	der	_	ART	_	case=gen|number=sg|gender=masc	-1	16	_	NK	_	_
-16	Missbrauchs	_	missbrauch	_	NN	_	case=gen|number=sg|gender=masc	-1	14	_	AG	_	_
-17	sind	_	sein	_	VAFIN	_	number=pl|person=3|tense=pres|mood=ind	-1	2	_	SB	_	_
-18	,	_	--	_	$,	_	_	-1	17	_	--	_	_
-19	aber	_	aber	_	KON	_	_	-1	17	_	CD	_	_
-20	da	_	da	_	KOUS	_	_	-1	29	_	CP	_	_
-21	die	_	der	_	ART	_	case=nom|number=pl|gender=fem	-1	22	_	NK	_	_
-22	Taten	_	tat	_	NN	_	case=nom|number=pl|gender=fem	-1	29	_	SB	_	_
-23	vor	_	vor	_	APPR	_	_	-1	28	_	MO	_	_
-24	Inkrafttreten	_	inkrafttreten	_	NN	_	case=dat|number=sg|gender=neut	-1	23	_	NK	_	_
-25	des	_	der	_	ART	_	case=gen|number=sg|gender=neut	-1	26	_	NK	_	_
-26	Gesetzes	_	gesetz	_	NN	_	case=gen|number=sg|gender=neut	-1	24	_	AG	_	_
-27	1976	_	1976	_	CARD	_	_	-1	26	_	NK	_	_
-28	geschehen	_	geschehen	_	VVPP	_	_	-1	29	_	OC	_	_
-29	sind	_	sein	_	VAFIN	_	number=pl|person=3|tense=pres|mood=ind	-1	31	_	MO	_	_
-30	,	_	--	_	$,	_	_	-1	29	_	--	_	_
-31	fällt	_	fallen	_	VVFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	19	_	CJ	_	_
-32	sie	_	sie	_	PPER	_	case=nom|number=sg|gender=fem|person=3	-1	31	_	SB	_	_
-33	unter	_	unter	_	APPR	_	_	-1	31	_	MO	_	_
-34	eine	_	ein	_	ART	_	case=acc|number=sg|gender=fem	-1	35	_	NK	_	_
-35	Übergangsregelung	_	übergangsregelung	_	NN	_	case=acc|number=sg|gender=fem	-1	33	_	NK	_	_
-36	.	_	--	_	$.	_	_	-1	35	_	--	_	_
-
-1	Diese	_	dieser	_	PDS	_	case=nom|number=sg|gender=fem	-1	2	_	SB	_	_
-2	setzt	_	setzen	_	VVFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	0	_	--	_	_
-3	eine	_	ein	_	ART	_	case=acc|number=sg|gender=fem	-1	5	_	NK	_	_
-4	finanzielle	_	finanziell	_	ADJA	_	case=acc|number=sg|gender=fem|degree=pos	-1	5	_	NK	_	_
-5	Bedürftigkeit	_	bedürftigkeit	_	NN	_	case=acc|number=sg|gender=fem	-1	2	_	OA	_	_
-6	voraus	_	voraus	_	PTKVZ	_	_	-1	2	_	SVP	_	_
-7	,	_	--	_	$,	_	_	-1	6	_	--	_	_
-8	um	_	um	_	KOUI	_	_	-1	11	_	CP	_	_
-9	Unterstützung	_	unterstützung	_	NN	_	case=acc|number=sg|gender=fem	-1	11	_	OA	_	_
-10	zu	_	zu	_	PTKZU	_	_	-1	11	_	PM	_	_
-11	bekommen	_	bekommen	_	VVINF	_	_	-1	2	_	MO	_	_
-12	?	_	--	_	$.	_	_	-1	11	_	--	_	_
-13	dafür	_	dafür	_	PROAV	_	_	-1	9	_	MNR	_	_
-14	ist	_	sein	_	VAFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	2	_	CJ	_	_
-15	ihr	_	ihr	_	PPOSAT	_	case=nom|number=sg|gender=neut	-1	16	_	NK	_	_
-16	Einkommen	_	einkommen	_	NN	_	case=nom|number=sg|gender=neut	-1	14	_	SB	_	_
-17	aber	_	aber	_	ADV	_	_	-1	14	_	MO	_	_
-18	nicht	_	nicht	_	PTKNEG	_	_	-1	14	_	NG	_	_
-19	gering	_	gering	_	ADJD	_	degree=pos	-1	14	_	PD	_	_
-20	genug	_	genug	_	ADV	_	_	-1	19	_	MO	_	_
-21	.	_	--	_	$.	_	_	-1	20	_	--	_	_
-
-1	"Hätte	_	"hätte	_	VVFIN	_	number=sg|person=3|tense=past|mood=subj	-1	6	_	MO	_	_
-2	der	_	der	_	ART	_	case=nom|number=sg|gender=masc	-1	3	_	NK	_	_
-3	Missbrauch	_	missbrauch	_	NN	_	case=nom|number=sg|gender=masc	-1	1	_	SB	_	_
-4	nach	_	nach	_	APPR	_	_	-1	1	_	MO	_	_
-5	1976	_	1976	_	CARD	_	_	-1	4	_	NK	_	_
-6	stattgefunden	_	stattfinden	_	VVPP	_	_	-1	12	_	MO	_	_
-7	,	_	--	_	$,	_	_	-1	6	_	--	_	_
-8	hätte	_	haben	_	VAFIN	_	number=sg|person=3|tense=past|mood=subj	-1	14	_	OC	_	_
-9	mir	_	sich	_	PPER	_	case=dat|number=sg|gender=*|person=1	-1	12	_	DA	_	_
-10	eine	_	ein	_	ART	_	case=nom|number=sg|gender=fem	-1	11	_	NK	_	_
-11	Berufsausfallentschädigung	_	berufsausfallentschädigung	_	NN	_	case=nom|number=sg|gender=fem	-1	12	_	OA	_	_
-12	zugestanden"	_	zustanden"	_	VVPP	_	_	-1	8	_	OC	_	_
-13	,	_	--	_	$,	_	_	-1	12	_	--	_	_
-14	sagt	_	sagen	_	VVFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	0	_	--	_	_
-15	Katharina	_	katharina	_	NE	_	case=nom|number=sg|gender=fem	-1	16	_	PNC	_	_
-16	Grünberg	_	grünberg	_	NE	_	case=nom|number=sg|gender=fem	-1	14	_	SB	_	_
-17	.	_	--	_	$.	_	_	-1	16	_	--	_	_
-
-1	"Das	_	"das	_	ADV	_	_	-1	9	_	MO	_	_
-2	hätte	_	haben	_	VAFIN	_	number=sg|person=3|tense=past|mood=subj	-1	0	_	--	_	_
-3	zwar	_	zwar	_	ADV	_	_	-1	9	_	MO	_	_
-4	den	_	der	_	ART	_	case=acc|number=sg|gender=masc	-1	5	_	NK	_	_
-5	Missbrauch	_	missbrauch	_	NN	_	case=acc|number=sg|gender=masc	-1	8	_	OA	_	_
-6	nicht	_	nicht	_	PTKNEG	_	_	-1	9	_	NG	_	_
-7	wieder	_	wieder	_	ADV	_	_	-1	8	_	MO	_	_
-8	gutmachen	_	gutmachen	_	VVINF	_	_	-1	9	_	OC	_	_
-9	können	_	können	_	VMINF	_	_	-1	2	_	OC	_	_
-10	,	_	--	_	$,	_	_	-1	9	_	--	_	_
-11	aber	_	aber	_	KON	_	_	-1	9	_	CD	_	_
-12	es	_	es	_	PPER	_	case=nom|number=sg|gender=neut|person=3	-1	13	_	PH	_	_
-13	hätte	_	haben	_	VAFIN	_	number=sg|person=3|tense=past|mood=subj	-1	11	_	CJ	_	_
-14	mir	_	sich	_	PPER	_	case=dat|number=sg|gender=*|person=1	-1	15	_	DA	_	_
-15	erspart	_	ersparen	_	VVPP	_	_	-1	13	_	OC	_	_
-16	,	_	--	_	$,	_	_	-1	15	_	--	_	_
-17	neben	_	neben	_	APPR	_	_	-1	27	_	MNR	_	_
-18	dem	_	der	_	ART	_	case=dat|number=sg|gender=masc	-1	20	_	NK	_	_
-19	psychischen	_	psychisch	_	ADJA	_	case=dat|number=sg|gender=masc|degree=pos	-1	20	_	NK	_	_
-20	Kampf	_	kampf	_	NN	_	case=dat|number=sg|gender=masc	-1	17	_	NK	_	_
-21	ums	_	um	_	APPRART	_	case=acc|number=sg|gender=neut	-1	20	_	MNR	_	_
-22	Überleben	_	überleben	_	NN	_	case=acc|number=sg|gender=neut	-1	21	_	NK	_	_
-23	auch	_	auch	_	ADV	_	_	-1	27	_	MO	_	_
-24	noch	_	noch	_	ADV	_	_	-1	27	_	MO	_	_
-25	den	_	der	_	ART	_	case=acc|number=sg|gender=masc	-1	27	_	NK	_	_
-26	existenziellen	_	existenziell	_	ADJA	_	case=acc|number=sg|gender=masc|degree=pos	-1	27	_	NK	_	_
-27	Überlebenskampf	_	überlebenskampf	_	NN	_	case=acc|number=sg|gender=masc	-1	28	_	OA	_	_
-28	führen	_	führen	_	VVINF	_	_	-1	30	_	OC	_	_
-29	zu	_	zu	_	PTKZU	_	_	-1	30	_	PM	_	_
-30	müssen	_	müssen	_	VMINF	_	_	-1	9	_	CJ	_	_
-31	.	_	--	_	$.	_	_	-1	30	_	--	_	_
-32	"	_	"	_	XY	_	_	-1	0	_	--	_	_
-
-1	Stationäre	_	stationär	_	ADJA	_	case=nom|number=sg|gender=fem|degree=pos	-1	2	_	NK	_	_
-2	Behandlung	_	behandlung	_	NN	_	case=nom|number=sg|gender=fem	-1	3	_	OG	_	_
-3	nötig	_	nötig	_	ADJD	_	degree=pos	-1	10	_	PD	_	_
-4	Was	_	was	_	PWS	_	case=acc|number=sg|gender=neut	-1	8	_	OA	_	_
-5	Katharina	_	katharina	_	NE	_	case=nom|number=sg|gender=fem	-1	6	_	PNC	_	_
-6	Grünberg	_	grünberg	_	NE	_	case=nom|number=sg|gender=*	-1	8	_	MO	_	_
-7	zudem	_	zudem	_	PROAV	_	_	-1	8	_	MO	_	_
-8	belastet	_	belasten	_	VVFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	3	_	MO	_	_
-9	,	_	--	_	$,	_	_	-1	8	_	--	_	_
-10	sind	_	sein	_	VAFIN	_	number=pl|person=3|tense=pres|mood=ind	-1	0	_	--	_	_
-11	die	_	der	_	ART	_	case=nom|number=pl|gender=fem	-1	13	_	NK	_	_
-12	wiederholten	_	wiederholt	_	ADJA	_	case=nom|number=pl|gender=fem|degree=pos	-1	13	_	NK	_	_
-13	Auseinandersetzungen	_	auseinandersetzung	_	NN	_	case=nom|number=pl|gender=fem	-1	10	_	SB	_	_
-14	mit	_	mit	_	APPR	_	_	-1	13	_	MNR	_	_
-15	ihrer	_	ihr	_	PPOSAT	_	case=dat|number=sg|gender=fem	-1	17	_	NK	_	_
-16	privaten	_	privat	_	ADJA	_	case=dat|number=sg|gender=fem|degree=pos	-1	17	_	NK	_	_
-17	Krankenkasse	_	krankenkasse	_	NN	_	case=dat|number=sg|gender=fem	-1	14	_	NK	_	_
-18	.	_	--	_	$.	_	_	-1	17	_	--	_	_
-
-1	Zwar	_	zwar	_	ADV	_	_	-1	12	_	MO	_	_
-2	habe	_	haben	_	VAFIN	_	number=sg|person=3|tense=pres|mood=subj	-1	0	_	--	_	_
-3	die	_	der	_	ART	_	case=acc|number=sg|gender=fem	-1	4	_	NK	_	_
-4	Kasse	_	kasse	_	NN	_	case=acc|number=sg|gender=fem	-1	2	_	SB	_	_
-5	neben	_	neben	_	APPR	_	_	-1	11	_	MNR	_	_
-6	zwei	_	zwei	_	CARD	_	_	-1	8	_	NK	_	_
-7	ambulanten	_	ambulant	_	ADJA	_	case=dat|number=pl|gender=neut|degree=pos	-1	8	_	NK	_	_
-8	Therapien	_	therapie	_	NN	_	case=dat|number=pl|gender=neut	-1	5	_	NK	_	_
-9	auch	_	auch	_	ADV	_	_	-1	11	_	MO	_	_
-10	stationäre	_	stationär	_	ADJA	_	case=acc|number=pl|gender=fem|degree=pos	-1	11	_	NK	_	_
-11	Therapien	_	therapie	_	NN	_	case=acc|number=pl|gender=fem	-1	12	_	OA	_	_
-12	bezahlt	_	bezahlen	_	VVPP	_	_	-1	2	_	OC	_	_
-13	,	_	--	_	$,	_	_	-1	12	_	--	_	_
-14	doch	_	doch	_	KON	_	_	-1	2	_	CD	_	_
-15	eine	_	ein	_	ART	_	case=nom|number=sg|gender=fem	-1	23	_	NK	_	_
-16	von	_	von	_	APPR	_	_	-1	22	_	SBP	_	_
-17	den	_	der	_	ART	_	case=dat|number=pl|gender=masc	-1	19	_	NK	_	_
-18	behandelnden	_	behandelnd	_	ADJA	_	case=dat|number=pl|gender=masc|degree=pos	-1	19	_	NK	_	_
-19	Ärzten	_	arzt	_	NN	_	case=dat|number=pl|gender=masc	-1	16	_	NK	_	_
-20	als	_	als	_	APPR	_	_	-1	22	_	MO	_	_
-21	notwendig	_	notwendig	_	ADJD	_	degree=pos	-1	20	_	NK	_	_
-22	erachtete	_	erachtet	_	ADJA	_	case=acc|number=sg|gender=fem|degree=pos	-1	23	_	NK	_	_
-23	Verlängerung	_	verlängerung	_	NN	_	case=acc|number=sg|gender=fem	-1	31	_	SB	_	_
-24	der	_	der	_	ART	_	case=gen|number=sg|gender=fem	-1	26	_	NK	_	_
-25	stationären	_	stationär	_	ADJA	_	case=gen|number=sg|gender=fem|degree=pos	-1	26	_	NK	_	_
-26	Aufenthalte	_	aufenthalt	_	NN	_	case=gen|number=sg|gender=fem	-1	23	_	AG	_	_
-27	über	_	über	_	APPR	_	_	-1	26	_	MNR	_	_
-28	vier	_	vier	_	CARD	_	_	-1	29	_	NK	_	_
-29	Wochen	_	woche	_	NN	_	case=acc|number=pl|gender=fem	-1	27	_	NK	_	_
-30	hinaus	_	hinaus	_	APZR	_	_	-1	27	_	AC	_	_
-31	sei	_	sein	_	VAFIN	_	number=sg|person=3|tense=pres|mood=subj	-1	14	_	CJ	_	_
-32	jedes	_	jeder	_	PIAT	_	case=nom|number=sg|gender=neut	-1	33	_	NK	_	_
-33	Mal	_	mal	_	NN	_	case=nom|number=sg|gender=neut	-1	31	_	SB	_	_
-34	abgelehnt	_	ablehnen	_	VVPP	_	_	-1	35	_	OC	_	_
-35	worden	_	werden	_	VAPP	_	_	-1	31	_	OC	_	_
-36	?	_	--	_	$.	_	_	-1	35	_	--	_	_
-37	immer	_	immer	_	ADV	_	_	-1	38	_	MO	_	_
-38	mit	_	mit	_	APPR	_	_	-1	34	_	MO	_	_
-39	der	_	der	_	ART	_	case=dat|number=sg|gender=fem	-1	40	_	NK	_	_
-40	Begründung	_	begründung	_	NN	_	case=dat|number=sg|gender=fem	-1	38	_	NK	_	_
-41	,	_	--	_	$,	_	_	-1	40	_	--	_	_
-42	dies	_	dieser	_	PDS	_	case=nom|number=sg|gender=neut	-1	43	_	SB	_	_
-43	sei	_	sein	_	VAFIN	_	number=sg|person=3|tense=pres|mood=subj	-1	40	_	OC	_	_
-44	medizinisch	_	medizinisch	_	ADJD	_	degree=pos	-1	43	_	MO	_	_
-45	nicht	_	nicht	_	PTKNEG	_	_	-1	43	_	NG	_	_
-46	notwendig	_	notwendig	_	ADJD	_	degree=pos	-1	43	_	PD	_	_
-47	.	_	--	_	$.	_	_	-1	46	_	--	_	_
-
-1	"Das	_	"das	_	NE	_	case=nom|number=sg|gender=*	-1	2	_	SB	_	_
-2	bedeutete	_	bedeuten	_	VVFIN	_	number=sg|person=3|tense=past|mood=ind	-1	18	_	OC	_	_
-3	,	_	--	_	$,	_	_	-1	2	_	--	_	_
-4	dass	_	daß	_	KOUS	_	_	-1	16	_	CP	_	_
-5	ich	_	ich	_	PPER	_	case=nom|number=sg|gender=*|person=1	-1	16	_	SB	_	_
-6	den	_	der	_	ART	_	case=acc|number=sg|gender=masc	-1	9	_	NK	_	_
-7	begonnenen	_	begonnen	_	ADJA	_	case=acc|number=sg|gender=masc|degree=pos	-1	8	_	MO	_	_
-8	guten	_	gut	_	ADJA	_	case=acc|number=sg|gender=masc|degree=pos	-1	9	_	NK	_	_
-9	Prozess	_	prozess	_	NN	_	case=acc|number=sg|gender=masc	-1	11	_	OA	_	_
-10	leider	_	leider	_	ADV	_	_	-1	11	_	MO	_	_
-11	abbrechen	_	abbrechen	_	VVINF	_	_	-1	16	_	OC	_	_
-12	musste	_	mussen	_	ADJA	_	number=sg|person=3|tense=past|mood=ind	-1	11	_	CJ	_	_
-13	und	_	und	_	KON	_	_	-1	12	_	CD	_	_
-14	instabil	_	instabil	_	ADJD	_	degree=pos	-1	15	_	MO	_	_
-15	entlassen	_	entlassen	_	VVPP	_	_	-1	13	_	CJ	_	_
-16	wurde"	_	wurde"	_	VAFIN	_	number=sg|person=3|tense=past|mood=ind	-1	2	_	OC	_	_
-17	,	_	--	_	$,	_	_	-1	16	_	--	_	_
-18	erläutert	_	erläutern	_	VVFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	0	_	--	_	_
-19	sie	_	sie	_	PPER	_	case=nom|number=sg|gender=fem|person=3	-1	18	_	OA	_	_
-20	.	_	--	_	$.	_	_	-1	19	_	--	_	_
-
-1	"Auch	_	"auch	_	ADV	_	_	-1	2	_	MO	_	_
-2	aus	_	aus	_	APPR	_	_	-1	6	_	MO	_	_
-3	Sicht	_	sicht	_	NN	_	case=dat|number=sg|gender=fem	-1	2	_	NK	_	_
-4	meines	_	mein	_	PPOSAT	_	case=gen|number=sg|gender=neut	-1	5	_	NK	_	_
-5	Arztes	_	arzt	_	NN	_	case=gen|number=sg|gender=neut	-1	3	_	AG	_	_
-6	ist	_	sein	_	VAFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	0	_	--	_	_
-7	eine	_	ein	_	ART	_	case=nom|number=sg|gender=fem	-1	9	_	NK	_	_
-8	stationäre	_	stationär	_	ADJA	_	case=nom|number=sg|gender=fem|degree=pos	-1	9	_	NK	_	_
-9	Behandlung	_	behandlung	_	NN	_	case=nom|number=sg|gender=fem	-1	6	_	SB	_	_
-10	dringend	_	dringend	_	ADJD	_	degree=pos	-1	11	_	MO	_	_
-11	erforderlich	_	erforderlich	_	ADJD	_	degree=pos	-1	6	_	PD	_	_
-12	?	_	--	_	$.	_	_	-1	11	_	--	_	_
-13	aber	_	aber	_	ADV	_	_	-1	16	_	MO	_	_
-14	vier	_	vier	_	CARD	_	_	-1	15	_	NK	_	_
-15	Wochen	_	woche	_	NN	_	case=dat|number=pl|gender=fem	-1	16	_	MO	_	_
-16	reichen	_	reichen	_	VVFIN	_	number=pl|person=3|tense=pres|mood=ind	-1	6	_	CJ	_	_
-17	eben	_	eben	_	ADV	_	_	-1	16	_	MO	_	_
-18	nicht	_	nicht	_	PTKNEG	_	_	-1	16	_	NG	_	_
-19	.	_	--	_	$.	_	_	-1	18	_	--	_	_
-
-1	Es	_	es	_	PPER	_	case=nom|number=sg|gender=neut|person=3	-1	2	_	SB	_	_
-2	gehört	_	gehören	_	VVFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	0	_	--	_	_
-3	sehr	_	sehr	_	ADV	_	_	-1	4	_	MO	_	_
-4	viel	_	viel	_	PIAT	_	case=*|number=*|gender=*	-1	5	_	NK	_	_
-5	Mut	_	mut	_	NN	_	case=acc|number=sg|gender=masc	-1	2	_	DA	_	_
-6	dazu	_	dazu	_	PROAV	_	_	-1	2	_	OP	_	_
-7	,	_	--	_	$,	_	_	-1	6	_	--	_	_
-8	sich	_	sich	_	PRF	_	case=acc|number=sg|person=3	-1	12	_	OA	_	_
-9	der	_	der	_	ART	_	case=dat|number=sg|gender=fem	-1	10	_	NK	_	_
-10	Vergangenheit	_	vergangenheit	_	NN	_	case=dat|number=sg|gender=fem	-1	12	_	DA	_	_
-11	zu	_	zu	_	PTKZU	_	_	-1	12	_	PM	_	_
-12	stellen	_	stellen	_	VVINF	_	_	-1	6	_	RE	_	_
-13	,	_	--	_	$,	_	_	-1	12	_	--	_	_
-14	und	_	und	_	KON	_	_	-1	2	_	CD	_	_
-15	ich	_	ich	_	PPER	_	case=nom|number=sg|gender=*|person=1	-1	16	_	SB	_	_
-16	habe	_	haben	_	VAFIN	_	number=sg|person=1|tense=pres|mood=ind	-1	14	_	CJ	_	_
-17	schon	_	schon	_	ADV	_	_	-1	18	_	MO	_	_
-18	viel	_	viel	_	PIS	_	case=*|number=*|gender=*	-1	19	_	OA	_	_
-19	erreicht	_	erreichen	_	VVPP	_	_	-1	16	_	OC	_	_
-20	.	_	--	_	$.	_	_	-1	19	_	--	_	_
-
-1	Doch	_	doch	_	KON	_	_	-1	14	_	JU	_	_
-2	die	_	der	_	ART	_	case=nom|number=sg|gender=fem	-1	3	_	NK	_	_
-3	Seele	_	seele	_	NN	_	case=nom|number=sg|gender=fem	-1	14	_	SB	_	_
-4	,	_	--	_	$,	_	_	-1	3	_	--	_	_
-5	die	_	der	_	PRELS	_	case=nom|number=sg|gender=fem	-1	12	_	SB	_	_
-6	durch	_	durch	_	APPR	_	_	-1	11	_	MO	_	_
-7	den	_	der	_	ART	_	case=acc|number=sg|gender=masc	-1	8	_	NK	_	_
-8	Missbrauch	_	missbrauch	_	NN	_	case=acc|number=sg|gender=masc	-1	6	_	NK	_	_
-9	in	_	in	_	APPR	_	_	-1	11	_	MO	_	_
-10	Einzelteile	_	einzelteil	_	NN	_	case=acc|number=pl|gender=neut	-1	9	_	NK	_	_
-11	zerlegt	_	zerlegen	_	VVPP	_	_	-1	12	_	OC	_	_
-12	wurde	_	werden	_	VAFIN	_	number=sg|person=3|tense=past|mood=ind	-1	3	_	RC	_	_
-13	,	_	--	_	$,	_	_	-1	12	_	--	_	_
-14	braucht	_	brauchen	_	VVFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	0	_	--	_	_
-15	Zeit	_	zeit	_	NN	_	case=acc|number=sg|gender=fem	-1	14	_	OA	_	_
-16	und	_	und	_	KON	_	_	-1	15	_	CD	_	_
-17	professionelle	_	professionell	_	ADJA	_	case=acc|number=sg|gender=fem|degree=pos	-1	18	_	NK	_	_
-18	Unterstützung	_	unterstützung	_	NN	_	case=acc|number=sg|gender=fem	-1	16	_	CJ	_	_
-19	,	_	--	_	$,	_	_	-1	18	_	--	_	_
-20	um	_	um	_	KOUI	_	_	-1	22	_	CP	_	_
-21	zu	_	zu	_	PTKZU	_	_	-1	22	_	PM	_	_
-22	heilen	_	heilen	_	VVINF	_	_	-1	14	_	MO	_	_
-23	.	_	--	_	$.	_	_	-1	22	_	--	_	_
-
-1	Ich	_	ich	_	PPER	_	case=nom|number=sg|gender=*|person=1	-1	2	_	SB	_	_
-2	habe	_	haben	_	VAFIN	_	number=sg|person=1|tense=pres|mood=ind	-1	0	_	--	_	_
-3	eine	_	ein	_	ART	_	case=acc|number=sg|gender=fem	-1	4	_	NK	_	_
-4	Perspektive	_	perspektive	_	NN	_	case=acc|number=sg|gender=fem	-1	2	_	OA	_	_
-5	:	_	--	_	$.	_	_	-1	4	_	--	_	_
-6	endlich	_	endlich	_	ADV	_	_	-1	8	_	MO	_	_
-7	ein	_	ein	_	ART	_	case=nom|number=sg|gender=neut	-1	8	_	NK	_	_
-8	Leben	_	leben	_	NN	_	case=nom|number=sg|gender=neut	-1	4	_	APP	_	_
-9	ohne	_	ohne	_	APPR	_	_	-1	8	_	MNR	_	_
-10	Therapien	_	therapie	_	NN	_	case=acc|number=sg|gender=neut	-1	9	_	NK	_	_
-11	.	_	--	_	$.	_	_	-1	10	_	--	_	_
-
-1	Aber	_	aber	_	KON	_	_	-1	3	_	JU	_	_
-2	ich	_	ich	_	PPER	_	case=nom|number=sg|gender=*|person=1	-1	3	_	SB	_	_
-3	kann	_	können	_	VMFIN	_	number=sg|person=1|tense=pres|mood=ind	-1	0	_	--	_	_
-4	die	_	der	_	ART	_	case=acc|number=pl|gender=*	-1	5	_	NK	_	_
-5	Kosten	_	kosten	_	NN	_	case=acc|number=pl|gender=*	-1	11	_	OA	_	_
-6	für	_	für	_	APPR	_	_	-1	5	_	MNR	_	_
-7	den	_	der	_	ART	_	case=acc|number=sg|gender=masc	-1	8	_	NK	_	_
-8	Klinikaufenthalt	_	klinikaufenthalt	_	NN	_	case=acc|number=sg|gender=masc	-1	6	_	NK	_	_
-9	nicht	_	nicht	_	PTKNEG	_	_	-1	3	_	NG	_	_
-10	selbst	_	selbst	_	ADV	_	_	-1	11	_	MO	_	_
-11	aufbringen	_	aufbringen	_	VVINF	_	_	-1	3	_	OC	_	_
-12	,	_	--	_	$,	_	_	-1	11	_	--	_	_
-13	wenn	_	wenn	_	KOUS	_	_	-1	18	_	CP	_	_
-14	die	_	der	_	ART	_	case=nom|number=sg|gender=fem	-1	15	_	NK	_	_
-15	Krankenkasse	_	krankenkasse	_	NN	_	case=nom|number=sg|gender=fem	-1	18	_	SB	_	_
-16	sie	_	sie	_	PPER	_	case=acc|number=*|gender=*|person=3	-1	18	_	OA	_	_
-17	nicht	_	nicht	_	PTKNEG	_	_	-1	18	_	NG	_	_
-18	übernimmt	_	übernehmen	_	VVFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	11	_	MO	_	_
-19	.	_	--	_	$.	_	_	-1	18	_	--	_	_
-20	"	_	"	_	XY	_	_	-1	0	_	--	_	_
-
-1	Fonds	_	fonds	_	NN	_	case=nom|number=*|gender=masc	-1	6	_	OA	_	_
-2	für	_	für	_	APPR	_	_	-1	1	_	MNR	_	_
-3	Missbrauchsopfer	_	missbrauchsopfer	_	ADJA	_	case=*|number=*|gender=*|degree=pos	-1	5	_	NK	_	_
-4	Große	_	groß	_	ADJA	_	case=acc|number=sg|gender=fem|degree=pos	-1	5	_	NK	_	_
-5	Hoffnung	_	hoffnung	_	NN	_	case=acc|number=sg|gender=fem	-1	2	_	NK	_	_
-6	setzt	_	setzen	_	VVFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	0	_	--	_	_
-7	Katharina	_	katharina	_	NE	_	case=nom|number=sg|gender=fem	-1	8	_	PNC	_	_
-8	Grünberg	_	grünberg	_	NE	_	case=nom|number=sg|gender=fem	-1	6	_	SB	_	_
-9	jetzt	_	jetzt	_	ADV	_	_	-1	6	_	MO	_	_
-10	auf	_	auf	_	APPR	_	_	-1	6	_	MO	_	_
-11	den	_	der	_	ART	_	case=acc|number=sg|gender=masc	-1	12	_	NK	_	_
-12	Fonds	_	fonds	_	NN	_	case=acc|number=sg|gender=masc	-1	10	_	NK	_	_
-13	für	_	für	_	APPR	_	_	-1	12	_	MNR	_	_
-14	Opfer	_	opfer	_	NN	_	case=acc|number=pl|gender=neut	-1	13	_	NK	_	_
-15	sexuellen	_	sexuell	_	ADJA	_	case=gen|number=sg|gender=masc|degree=pos	-1	16	_	NK	_	_
-16	Missbrauchs	_	missbrauch	_	NN	_	case=gen|number=sg|gender=masc	-1	14	_	AG	_	_
-17	,	_	--	_	$,	_	_	-1	16	_	--	_	_
-18	der	_	der	_	PRELS	_	case=nom|number=sg|gender=masc	-1	22	_	SB	_	_
-19	im	_	in	_	APPRART	_	case=dat|number=sg|gender=masc	-1	22	_	MO	_	_
-20	Mai	_	mai	_	NN	_	case=dat|number=sg|gender=masc	-1	19	_	NK	_	_
-21	starten	_	starten	_	VVINF	_	_	-1	22	_	OC	_	_
-22	soll	_	sollen	_	VMFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	16	_	RC	_	_
-23	.	_	--	_	$.	_	_	-1	22	_	--	_	_
-
-1	Dieser	_	dieser	_	PDAT	_	case=nom|number=sg|gender=masc	-1	2	_	NK	_	_
-2	Hilfsfonds	_	hilfsfonds	_	NN	_	case=nom|number=sg|gender=masc	-1	3	_	SB	_	_
-3	ist	_	sein	_	VAFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	0	_	--	_	_
-4	Teil	_	teil	_	NN	_	case=nom|number=sg|gender=masc	-1	3	_	PD	_	_
-5	eines	_	ein	_	ART	_	case=gen|number=sg|gender=masc	-1	6	_	NK	_	_
-6	Gesetzes	_	gesetz	_	NN	_	case=gen|number=sg|gender=masc	-1	3	_	PD	_	_
-7	zur	_	zu	_	APPRART	_	case=dat|number=sg|gender=fem	-1	6	_	MNR	_	_
-8	Stärkung	_	stärkung	_	NN	_	case=dat|number=sg|gender=fem	-1	7	_	NK	_	_
-9	der	_	der	_	ART	_	case=gen|number=sg|gender=fem	-1	10	_	NK	_	_
-10	Rechte	_	recht	_	NN	_	case=gen|number=sg|gender=fem	-1	22	_	SB	_	_
-11	von	_	von	_	APPR	_	_	-1	10	_	PG	_	_
-12	Missbrauchsopfern	_	missbrauchsopfer	_	NN	_	case=dat|number=pl|gender=masc	-1	11	_	NK	_	_
-13	,	_	--	_	$,	_	_	-1	12	_	--	_	_
-14	das	_	der	_	PRELS	_	case=acc|number=sg|gender=neut	-1	21	_	OA	_	_
-15	der	_	der	_	ART	_	case=nom|number=sg|gender=masc	-1	16	_	NK	_	_
-16	Bundestag	_	bundestag	_	NN	_	case=nom|number=sg|gender=masc	-1	17	_	AG	_	_
-17	Mitte	_	mitte	_	NN	_	case=*|number=sg|gender=fem	-1	21	_	OA	_	_
-18	März	_	märz	_	NN	_	case=*|number=sg|gender=masc	-1	17	_	NK	_	_
-19	dieses	_	dieser	_	PDAT	_	case=gen|number=sg|gender=neut	-1	20	_	NK	_	_
-20	Jahres	_	jahr	_	NN	_	case=gen|number=sg|gender=neut	-1	8	_	AG	_	_
-21	verabschiedet	_	verabschieden	_	VVPP	_	_	-1	22	_	OC	_	_
-22	hat	_	haben	_	VAFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	7	_	RC	_	_
-23	.	_	--	_	$.	_	_	-1	22	_	--	_	_
-
-1	Das	_	der	_	ART	_	case=nom|number=sg|gender=neut	-1	2	_	NK	_	_
-2	Gesetz	_	gesetz	_	NN	_	case=nom|number=sg|gender=neut	-1	4	_	SB	_	_
-3	wiederum	_	wiederum	_	ADV	_	_	-1	2	_	MO	_	_
-4	geht	_	gehen	_	VVFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	0	_	--	_	_
-5	zurück	_	zurück	_	PTKVZ	_	_	-1	4	_	SVP	_	_
-6	auf	_	auf	_	APPR	_	_	-1	4	_	OP	_	_
-7	Empfehlungen	_	empfehlung	_	NN	_	case=acc|number=pl|gender=fem	-1	6	_	NK	_	_
-8	des	_	der	_	ART	_	case=gen|number=sg|gender=masc	-1	9	_	NK	_	_
-9	Runden	_	rund	_	NN	_	case=gen|number=sg|gender=masc	-1	7	_	AG	_	_
-10	Tisches	_	tisch	_	NE	_	case=gen|number=sg|gender=masc	-1	9	_	NK	_	_
-11	"Sexueller	_	"sexueller	_	ADJA	_	case=gen|number=sg|gender=masc|degree=pos	-1	12	_	NK	_	_
-12	Kindesmissbrauch"	_	kindesmissbrauch"	_	NN	_	case=gen|number=sg|gender=masc	-1	10	_	AG	_	_
-13	.	_	--	_	$.	_	_	-1	12	_	--	_	_
-
-1	Dieses	_	dieser	_	PDAT	_	case=nom|number=sg|gender=neut	-1	2	_	NK	_	_
-2	Gremium	_	gremium	_	NN	_	case=nom|number=sg|gender=neut	-1	3	_	SB	_	_
-3	war	_	sein	_	VAFIN	_	number=sg|person=3|tense=past|mood=ind	-1	0	_	--	_	_
-4	2010	_	2010	_	CARD	_	_	-1	5	_	MO	_	_
-5	eingerichtet	_	einrichten	_	VVPP	_	_	-1	6	_	OC	_	_
-6	worden	_	werden	_	VAPP	_	_	-1	3	_	OC	_	_
-7	,	_	--	_	$,	_	_	-1	6	_	--	_	_
-8	nachdem	_	nachdem	_	KOUS	_	_	-1	21	_	CP	_	_
-9	Tausende	_	tausend	_	NN	_	case=nom|number=pl|gender=neut	-1	21	_	SB	_	_
-10	Fälle	_	fall	_	NN	_	case=nom|number=pl|gender=neut	-1	9	_	NK	_	_
-11	von	_	von	_	APPR	_	_	-1	20	_	SBP	_	_
-12	Kindesmissbrauch	_	kindesmissbrauch	_	NN	_	case=dat|number=sg|gender=masc	-1	11	_	NK	_	_
-13	in	_	in	_	APPR	_	_	-1	12	_	MNR	_	_
-14	kirchlichen	_	kirchlich	_	ADJA	_	case=dat|number=pl|gender=fem|degree=pos	-1	15	_	NK	_	_
-15	Einrichtungen	_	einrichtung	_	NN	_	case=dat|number=pl|gender=fem	-1	13	_	NK	_	_
-16	,	_	--	_	$,	_	_	-1	15	_	--	_	_
-17	Internaten	_	internat	_	NN	_	case=dat|number=pl|gender=masc	-1	15	_	CJ	_	_
-18	und	_	und	_	KON	_	_	-1	17	_	CD	_	_
-19	Heimen	_	heime	_	NN	_	case=dat|number=pl|gender=masc	-1	18	_	CJ	_	_
-20	bekanntgeworden	_	bekanntwerden	_	VVPP	_	_	-1	21	_	OC	_	_
-21	waren	_	sein	_	VAFIN	_	number=pl|person=3|tense=past|mood=ind	-1	5	_	MO	_	_
-22	.	_	--	_	$.	_	_	-1	21	_	--	_	_
-
-1	Nach	_	nach	_	APPR	_	_	-1	12	_	MO	_	_
-2	anderthalbjähriger	_	anderthalbjährig	_	ADJA	_	case=dat|number=sg|gender=fem|degree=pos	-1	3	_	NK	_	_
-3	Beratung	_	beratung	_	NN	_	case=dat|number=sg|gender=fem	-1	1	_	NK	_	_
-4	hatte	_	haben	_	VAFIN	_	number=sg|person=3|tense=past|mood=ind	-1	0	_	--	_	_
-5	der	_	der	_	ART	_	case=nom|number=sg|gender=masc	-1	7	_	NK	_	_
-6	Runde	_	runde	_	ADJA	_	case=nom|number=sg|gender=masc|degree=pos	-1	7	_	NK	_	_
-7	Tisch	_	tisch	_	NN	_	case=nom|number=sg|gender=masc	-1	12	_	DA	_	_
-8	Ende	_	ende	_	NN	_	case=acc|number=sg|gender=neut	-1	12	_	OA	_	_
-9	2011	_	2011	_	CARD	_	_	-1	12	_	MO	_	_
-10	unter	_	unter	_	APPR	_	_	-1	12	_	MO	_	_
-11	anderem	_	anderer	_	PIS	_	case=dat|number=sg|gender=neut	-1	10	_	NK	_	_
-12	empfohlen	_	empfehlen	_	VVPP	_	_	-1	4	_	OC	_	_
-13	,	_	--	_	$,	_	_	-1	12	_	--	_	_
-14	einen	_	ein	_	ART	_	case=acc|number=sg|gender=masc	-1	15	_	NK	_	_
-15	Fonds	_	fonds	_	NN	_	case=acc|number=sg|gender=masc	-1	23	_	OA	_	_
-16	in	_	in	_	APPR	_	_	-1	15	_	MNR	_	_
-17	Höhe	_	höhe	_	NN	_	case=dat|number=sg|gender=fem	-1	16	_	NK	_	_
-18	von	_	von	_	APPR	_	_	-1	17	_	MNR	_	_
-19	100	_	100	_	CARD	_	_	-1	20	_	NMC	_	_
-20	Millionen	_	million	_	NN	_	case=dat|number=pl|gender=fem	-1	18	_	NK	_	_
-21	Euro	_	euro	_	NN	_	case=dat|number=sg|gender=masc	-1	20	_	NK	_	_
-22	zu	_	zu	_	PTKZU	_	_	-1	23	_	PM	_	_
-23	schaffen	_	schaffen	_	VVINF	_	_	-1	12	_	OC	_	_
-24	,	_	--	_	$,	_	_	-1	23	_	--	_	_
-25	der	_	der	_	PRELS	_	case=nom|number=sg|gender=masc	-1	46	_	SB	_	_
-26	sich	_	sich	_	PRF	_	case=acc|number=sg|person=3	-1	45	_	OA	_	_
-27	an	_	an	_	APPR	_	_	-1	45	_	MO	_	_
-28	Opfer	_	opfer	_	NN	_	case=acc|number=pl|gender=neut	-1	27	_	NK	_	_
-29	sexuellen	_	sexuell	_	ADJA	_	case=gen|number=sg|gender=neut|degree=pos	-1	30	_	NK	_	_
-30	Missbrauchs	_	missbrauch	_	NN	_	case=gen|number=sg|gender=neut	-1	28	_	AG	_	_
-31	in	_	in	_	APPR	_	_	-1	46	_	MO	_	_
-32	privaten	_	privat	_	ADJA	_	case=dat|number=pl|gender=fem|degree=pos	-1	35	_	NK	_	_
-33	und	_	und	_	KON	_	_	-1	32	_	CD	_	_
-34	öffentlichen	_	öffentlich	_	ADJA	_	case=dat|number=pl|gender=masc|degree=pos	-1	33	_	CJ	_	_
-35	Einrichtungen	_	einrichtung	_	NN	_	case=dat|number=pl|gender=masc	-1	31	_	NK	_	_
-36	sowie	_	sowie	_	KON	_	_	-1	27	_	CD	_	_
-37	ausdrücklich	_	ausdrücklich	_	ADJD	_	degree=pos	-1	39	_	MO	_	_
-38	auch	_	auch	_	ADV	_	_	-1	39	_	MO	_	_
-39	an	_	an	_	APPR	_	_	-1	36	_	CJ	_	_
-40	Opfer	_	opfer	_	NN	_	case=acc|number=pl|gender=neut	-1	39	_	NK	_	_
-41	von	_	von	_	APPR	_	_	-1	40	_	PG	_	_
-42	Missbrauch	_	missbrauch	_	NN	_	case=dat|number=sg|gender=masc	-1	41	_	NK	_	_
-43	in	_	in	_	APPR	_	_	-1	45	_	MO	_	_
-44	Familien	_	familie	_	NN	_	case=dat|number=pl|gender=fem	-1	43	_	NK	_	_
-45	richten	_	richten	_	VVINF	_	_	-1	46	_	OC	_	_
-46	soll	_	sollen	_	VMFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	11	_	RC	_	_
-47	.	_	--	_	$.	_	_	-1	46	_	--	_	_
-
-1	Der	_	der	_	ART	_	case=nom|number=sg|gender=masc	-1	2	_	NK	_	_
-2	Fonds	_	fonds	_	NN	_	case=nom|number=sg|gender=masc	-1	3	_	SB	_	_
-3	sollte	_	sollen	_	VMFIN	_	number=sg|person=3|tense=past|mood=ind	-1	0	_	--	_	_
-4	je	_	je	_	ADV	_	_	-1	5	_	MO	_	_
-5	zur	_	zu	_	APPRART	_	case=dat|number=sg|gender=fem	-1	12	_	MO	_	_
-6	Hälfte	_	hälfte	_	NN	_	case=dat|number=sg|gender=fem	-1	5	_	NK	_	_
-7	vom	_	von	_	APPRART	_	case=dat|number=sg|gender=masc	-1	12	_	SBP	_	_
-8	Bund	_	bund	_	NN	_	case=dat|number=sg|gender=masc	-1	7	_	NK	_	_
-9	und	_	und	_	KON	_	_	-1	8	_	CD	_	_
-10	den	_	der	_	ART	_	case=dat|number=pl|gender=neut	-1	11	_	NK	_	_
-11	Ländern	_	land	_	NN	_	case=dat|number=pl|gender=neut	-1	9	_	CJ	_	_
-12	getragen	_	tragen	_	VVPP	_	_	-1	13	_	OC	_	_
-13	werden	_	werden	_	VAINF	_	_	-1	3	_	OC	_	_
-14	.	_	--	_	$.	_	_	-1	13	_	--	_	_
-
-1	Doch	_	doch	_	KON	_	_	-1	4	_	JU	_	_
-2	genau	_	genau	_	ADJD	_	degree=pos	-1	3	_	MO	_	_
-3	daran	_	daran	_	PROAV	_	_	-1	4	_	MO	_	_
-4	hapert	_	hapern	_	VVFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	0	_	--	_	_
-5	es	_	es	_	PPER	_	case=nom|number=sg|gender=neut|person=3	-1	4	_	EP	_	_
-6	:	_	--	_	$.	_	_	-1	5	_	--	_	_
-7	Die	_	der	_	ART	_	case=acc|number=pl|gender=masc	-1	9	_	NK	_	_
-8	meisten	_	meister	_	PIAT	_	case=acc|number=pl|gender=masc	-1	9	_	NK	_	_
-9	Länder	_	land	_	NN	_	case=acc|number=pl|gender=masc	-1	10	_	SB	_	_
-10	verweigern	_	verweigern	_	VVFIN	_	number=pl|person=3|tense=pres|mood=ind	-1	4	_	OC	_	_
-11	eine	_	ein	_	ART	_	case=acc|number=sg|gender=fem	-1	12	_	NK	_	_
-12	Beteiligung	_	beteiligung	_	NN	_	case=acc|number=sg|gender=fem	-1	10	_	OA	_	_
-13	,	_	--	_	$,	_	_	-1	12	_	--	_	_
-14	darunter	_	darunter	_	PROAV	_	_	-1	16	_	MO	_	_
-15	auch	_	auch	_	ADV	_	_	-1	16	_	MO	_	_
-16	Niedersachsen	_	niedersachsen	_	NE	_	case=nom|number=sg|gender=neut	-1	3	_	RE	_	_
-17	.	_	--	_	$.	_	_	-1	16	_	--	_	_
-
-1	Landessozialministerin	_	landessozialministerin	_	NN	_	case=nom|number=sg|gender=fem	-1	7	_	SB	_	_
-2	Cornelia	_	cornelia	_	NE	_	case=nom|number=sg|gender=fem	-1	3	_	PNC	_	_
-3	Rundt	_	rundt	_	NE	_	case=nom|number=sg|gender=fem	-1	1	_	NK	_	_
-4	(	_	--	_	$(	_	_	-1	3	_	--	_	_
-5	SPD	_	spd	_	NE	_	case=nom|number=sg|gender=fem	-1	1	_	PAR	_	_
-6	)	_	--	_	$(	_	_	-1	5	_	--	_	_
-7	sagt	_	sagen	_	VVFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	0	_	--	_	_
-8	dazu	_	dazu	_	PROAV	_	_	-1	7	_	OP	_	_
-9	:	_	--	_	$.	_	_	-1	8	_	--	_	_
-10	"Wir	_	"wir	_	ADJD	_	degree=pos	-1	11	_	MO	_	_
-11	lehnen	_	lehnen	_	VVFIN	_	number=pl|person=3|tense=pres|mood=ind	-1	7	_	OC	_	_
-12	die	_	der	_	ART	_	case=acc|number=sg|gender=fem	-1	13	_	NK	_	_
-13	Einrichtung	_	einrichtung	_	NN	_	case=acc|number=sg|gender=fem	-1	11	_	SB	_	_
-14	des	_	der	_	ART	_	case=gen|number=sg|gender=masc	-1	15	_	NK	_	_
-15	Fonds	_	fonds	_	NN	_	case=gen|number=sg|gender=masc	-1	13	_	AG	_	_
-16	in	_	in	_	APPR	_	_	-1	11	_	MO	_	_
-17	dieser	_	dieser	_	PDAT	_	case=dat|number=sg|gender=fem	-1	18	_	NK	_	_
-18	Form	_	form	_	NN	_	case=dat|number=sg|gender=fem	-1	16	_	NK	_	_
-19	ab	_	ab	_	PTKVZ	_	_	-1	11	_	SVP	_	_
-20	,	_	--	_	$,	_	_	-1	19	_	--	_	_
-21	weil	_	weil	_	KOUS	_	_	-1	25	_	CP	_	_
-22	er	_	er	_	PPER	_	case=nom|number=sg|gender=masc|person=3	-1	25	_	SB	_	_
-23	uns	_	uns	_	PPER	_	case=dat|number=pl|gender=*|person=1	-1	24	_	OA	_	_
-24	zwingen	_	zwingen	_	VVINF	_	_	-1	25	_	OC	_	_
-25	will	_	wollen	_	VMFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	11	_	MO	_	_
-26	,	_	--	_	$,	_	_	-1	25	_	--	_	_
-27	Verantwortung	_	verantwortung	_	NN	_	case=acc|number=sg|gender=fem	-1	35	_	OA	_	_
-28	für	_	für	_	APPR	_	_	-1	27	_	MNR	_	_
-29	sexuellen	_	sexuell	_	ADJA	_	case=acc|number=sg|gender=masc|degree=pos	-1	30	_	NK	_	_
-30	Missbrauch	_	missbrauch	_	NN	_	case=acc|number=sg|gender=masc	-1	28	_	NK	_	_
-31	im	_	in	_	APPRART	_	case=dat|number=sg|gender=neut	-1	30	_	MNR	_	_
-32	privaten	_	privat	_	ADJA	_	case=dat|number=sg|gender=neut|degree=pos	-1	33	_	NK	_	_
-33	Bereich	_	bereich	_	NN	_	case=dat|number=sg|gender=neut	-1	31	_	NK	_	_
-34	zu	_	zu	_	PTKZU	_	_	-1	35	_	PM	_	_
-35	übernehmen	_	übernehmen	_	VVINF	_	_	-1	8	_	RE	_	_
-36	.	_	--	_	$.	_	_	-1	35	_	--	_	_
-37	"	_	"	_	XY	_	_	-1	23	_	NK	_	_
-
-1	Das	_	der	_	ART	_	case=nom|number=sg|gender=neut	-1	2	_	NK	_	_
-2	Land	_	land	_	NN	_	case=nom|number=sg|gender=neut	-1	3	_	SB	_	_
-3	bekenne	_	bekennen	_	VVFIN	_	number=sg|person=3|tense=pres|mood=subj	-1	28	_	RE	_	_
-4	sich	_	sich	_	PRF	_	case=acc|number=sg|person=3	-1	3	_	OA	_	_
-5	jedoch	_	jedoch	_	ADV	_	_	-1	3	_	MO	_	_
-6	zu	_	zu	_	APPR	_	_	-1	3	_	OP	_	_
-7	seiner	_	sein	_	PPOSAT	_	case=dat|number=sg|gender=fem	-1	8	_	NK	_	_
-8	Verantwortung	_	verantwortung	_	NN	_	case=dat|number=sg|gender=fem	-1	6	_	NK	_	_
-9	,	_	--	_	$,	_	_	-1	8	_	--	_	_
-10	wenn	_	wenn	_	KOUS	_	_	-1	26	_	CP	_	_
-11	in	_	in	_	APPR	_	_	-1	26	_	MO	_	_
-12	Landeseinrichtungen	_	landeseinrichtung	_	NN	_	case=dat|number=pl|gender=fem	-1	11	_	NK	_	_
-13	,	_	--	_	$,	_	_	-1	12	_	--	_	_
-14	in	_	in	_	APPR	_	_	-1	11	_	CJ	_	_
-15	Schulen	_	schule	_	NN	_	case=dat|number=pl|gender=fem	-1	14	_	NK	_	_
-16	oder	_	oder	_	KON	_	_	-1	14	_	CD	_	_
-17	in	_	in	_	APPR	_	_	-1	16	_	CJ	_	_
-18	schulischen	_	schulisch	_	ADJA	_	case=dat|number=pl|gender=fem|degree=pos	-1	19	_	NK	_	_
-19	Einrichtungen	_	einrichtung	_	NN	_	case=dat|number=pl|gender=fem	-1	17	_	NK	_	_
-20	Kinder	_	kind	_	NN	_	case=nom|number=pl|gender=neut	-1	21	_	PNC	_	_
-21	Opfer	_	opfer	_	NN	_	case=nom|number=pl|gender=neut	-1	26	_	PD	_	_
-22	von	_	von	_	APPR	_	_	-1	21	_	PG	_	_
-23	Gewalt	_	gewalt	_	NN	_	case=dat|number=sg|gender=fem	-1	22	_	NK	_	_
-24	und	_	und	_	KON	_	_	-1	23	_	CD	_	_
-25	Missbrauch	_	missbrauch	_	NN	_	case=dat|number=sg|gender=masc	-1	24	_	CJ	_	_
-26	wurden	_	werden	_	VAFIN	_	number=pl|person=3|tense=past|mood=ind	-1	8	_	PAR	_	_
-27	,	_	--	_	$,	_	_	-1	26	_	--	_	_
-28	so	_	so	_	ADV	_	_	-1	29	_	MO	_	_
-29	Rundt	_	rundt	_	NE	_	case=nom|number=sg|gender=*	-1	0	_	--	_	_
-30	.	_	--	_	$.	_	_	-1	29	_	--	_	_
-
-1	10000	_	10000	_	CARD	_	_	-1	2	_	NK	_	_
-2	Euro	_	euro	_	NN	_	case=nom|number=sg|gender=masc	-1	12	_	CJ	_	_
-3	pro	_	pro	_	APPR	_	_	-1	2	_	MNR	_	_
-4	Antragsteller	_	antragsteller	_	NN	_	case=acc|number=sg|gender=masc	-1	3	_	NK	_	_
-5	Aufgrund	_	aufgrund	_	APPR	_	_	-1	2	_	MNR	_	_
-6	der	_	der	_	ART	_	case=gen|number=pl|gender=fem	-1	7	_	NK	_	_
-7	Differenzen	_	differenz	_	NN	_	case=gen|number=pl|gender=fem	-1	5	_	NK	_	_
-8	hat	_	haben	_	VAFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	0	_	--	_	_
-9	die	_	der	_	ART	_	case=nom|number=sg|gender=fem	-1	10	_	NK	_	_
-10	Bundesregierung	_	bundesregierung	_	NN	_	case=nom|number=sg|gender=fem	-1	12	_	OA	_	_
-11	nun	_	nun	_	ADV	_	_	-1	12	_	MO	_	_
-12	beschlossen	_	beschließen	_	VVPP	_	_	-1	8	_	OC	_	_
-13	,	_	--	_	$,	_	_	-1	12	_	--	_	_
-14	den	_	der	_	ART	_	case=acc|number=sg|gender=masc	-1	15	_	NK	_	_
-15	Fonds	_	fonds	_	NN	_	case=acc|number=sg|gender=masc	-1	28	_	OA	_	_
-16	mit	_	mit	_	APPR	_	_	-1	15	_	MNR	_	_
-17	einem	_	ein	_	ART	_	case=dat|number=sg|gender=neut	-1	18	_	NK	_	_
-18	Volumen	_	volumen	_	NN	_	case=dat|number=sg|gender=neut	-1	16	_	NK	_	_
-19	von	_	von	_	APPR	_	_	-1	18	_	MNR	_	_
-20	50	_	50	_	CARD	_	_	-1	21	_	NMC	_	_
-21	Millionen	_	million	_	NN	_	case=dat|number=pl|gender=fem	-1	19	_	NK	_	_
-22	Euro	_	euro	_	NN	_	case=nom|number=sg|gender=masc	-1	21	_	NK	_	_
-23	ohne	_	ohne	_	APPR	_	_	-1	28	_	MO	_	_
-24	Beteiligung	_	beteiligung	_	NN	_	case=acc|number=sg|gender=fem	-1	23	_	NK	_	_
-25	der	_	der	_	ART	_	case=gen|number=pl|gender=neut	-1	26	_	NK	_	_
-26	Länder	_	land	_	NN	_	case=gen|number=pl|gender=neut	-1	24	_	AG	_	_
-27	zu	_	zu	_	PTKZU	_	_	-1	28	_	PM	_	_
-28	starten	_	starten	_	VVINF	_	_	-1	12	_	OC	_	_
-29	.	_	--	_	$.	_	_	-1	28	_	--	_	_
-
-1	Nach	_	nach	_	APPR	_	_	-1	5	_	MO	_	_
-2	Auskunft	_	auskunft	_	NN	_	case=dat|number=sg|gender=fem	-1	1	_	NK	_	_
-3	des	_	der	_	ART	_	case=gen|number=sg|gender=neut	-1	4	_	NK	_	_
-4	Bundesfamilienministeriums	_	bundesfamilienministerium	_	NN	_	case=gen|number=sg|gender=neut	-1	2	_	AG	_	_
-5	sollen	_	sollen	_	VMFIN	_	number=pl|person=3|tense=pres|mood=ind	-1	0	_	--	_	_
-6	daraus	_	daraus	_	PROAV	_	_	-1	10	_	MO	_	_
-7	vor	_	vor	_	APPR	_	_	-1	9	_	MO	_	_
-8	allem	_	alle	_	PIS	_	case=dat|number=sg|gender=neut	-1	7	_	NK	_	_
-9	Therapien	_	therapie	_	NN	_	case=nom|number=pl|gender=fem	-1	5	_	SB	_	_
-10	bezahlt	_	bezahlen	_	VVPP	_	_	-1	11	_	OC	_	_
-11	werden	_	werden	_	VAINF	_	_	-1	5	_	OC	_	_
-12	,	_	--	_	$,	_	_	-1	11	_	--	_	_
-13	falls	_	falls	_	KOUS	_	_	-1	19	_	CP	_	_
-14	die	_	der	_	ART	_	case=nom|number=pl|gender=*	-1	15	_	NK	_	_
-15	Krankenkassen	_	krankenkasse	_	NN	_	case=nom|number=pl|gender=*	-1	19	_	SB	_	_
-16	diese	_	dieser	_	PDAT	_	case=acc|number=pl|gender=fem	-1	17	_	NK	_	_
-17	Kosten	_	kosten	_	NN	_	case=acc|number=pl|gender=*	-1	19	_	OA	_	_
-18	nicht	_	nicht	_	PTKNEG	_	_	-1	19	_	NG	_	_
-19	übernehmen	_	übernehmen	_	VVINF	_	_	-1	10	_	MO	_	_
-20	.	_	--	_	$.	_	_	-1	19	_	--	_	_
-
-1	Details	_	detail	_	NN	_	case=acc|number=pl|gender=neut	-1	10	_	SB	_	_
-2	zu	_	zu	_	APPR	_	_	-1	1	_	MNR	_	_
-3	den	_	der	_	ART	_	case=dat|number=pl|gender=fem	-1	5	_	NK	_	_
-4	geplanten	_	geplant	_	ADJA	_	case=dat|number=pl|gender=fem|degree=pos	-1	5	_	NK	_	_
-5	Hilfen	_	hilfe	_	NN	_	case=dat|number=pl|gender=fem	-1	2	_	NK	_	_
-6	sowie	_	sowie	_	KON	_	_	-1	2	_	CD	_	_
-7	zu	_	zu	_	APPR	_	_	-1	6	_	CJ	_	_
-8	den	_	der	_	ART	_	case=dat|number=pl|gender=fem	-1	9	_	NK	_	_
-9	Antragsmöglichkeiten	_	antragsmöglichkeit	_	NN	_	case=dat|number=pl|gender=fem	-1	7	_	NK	_	_
-10	stehen	_	stehen	_	VVFIN	_	number=pl|person=3|tense=pres|mood=ind	-1	0	_	--	_	_
-11	noch	_	noch	_	ADV	_	_	-1	12	_	MO	_	_
-12	nicht	_	nicht	_	PTKNEG	_	_	-1	10	_	NG	_	_
-13	fest	_	fest	_	PTKVZ	_	_	-1	10	_	SVP	_	_
-14	.	_	--	_	$.	_	_	-1	13	_	--	_	_
-
-1	Geplant	_	planen	_	VVPP	_	_	-1	2	_	PD	_	_
-2	ist	_	sein	_	VAFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	0	_	--	_	_
-3	,	_	--	_	$,	_	_	-1	2	_	--	_	_
-4	dass	_	dass	_	KOUS	_	_	-1	14	_	CP	_	_
-5	ein	_	ein	_	ART	_	case=nom|number=sg|gender=neut	-1	7	_	NK	_	_
-6	unabhängiges	_	unabhängig	_	ADJA	_	case=nom|number=sg|gender=neut|degree=pos	-1	7	_	NK	_	_
-7	Sachverständigengremium	_	sachverständigengremium	_	NN	_	case=nom|number=sg|gender=neut	-1	14	_	SB	_	_
-8	über	_	über	_	APPR	_	_	-1	13	_	OP	_	_
-9	die	_	der	_	ART	_	case=acc|number=pl|gender=masc	-1	10	_	NK	_	_
-10	Anträge	_	antrag	_	NN	_	case=acc|number=pl|gender=masc	-1	8	_	NK	_	_
-11	der	_	der	_	ART	_	case=gen|number=pl|gender=*	-1	12	_	NK	_	_
-12	Betroffenen	_	betroffener	_	NN	_	case=gen|number=pl|gender=*	-1	10	_	AG	_	_
-13	entscheiden	_	entscheiden	_	VVINF	_	_	-1	14	_	OC	_	_
-14	wird	_	werden	_	VAFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	2	_	SB	_	_
-15	,	_	--	_	$,	_	_	-1	14	_	--	_	_
-16	das	_	der	_	PRELS	_	case=nom|number=sg|gender=neut	-1	31	_	SB	_	_
-17	sich	_	sich	_	PRF	_	case=acc|number=sg|person=3	-1	30	_	OA	_	_
-18	unter	_	unter	_	APPR	_	_	-1	20	_	MO	_	_
-19	anderem	_	anderer	_	PIS	_	case=dat|number=sg|gender=neut	-1	18	_	NK	_	_
-20	aus	_	aus	_	APPR	_	_	-1	30	_	MO	_	_
-21	Ärzten	_	arzt	_	NN	_	case=dat|number=pl|gender=masc	-1	20	_	NK	_	_
-22	und	_	und	_	KON	_	_	-1	21	_	CD	_	_
-23	Psychotherapeuten	_	psychotherapeute	_	NN	_	case=dat|number=pl|gender=masc	-1	22	_	CJ	_	_
-24	sowie	_	sowie	_	KON	_	_	-1	21	_	CD	_	_
-25	Vertretern	_	vertreter	_	NN	_	case=dat|number=pl|gender=masc	-1	24	_	CJ	_	_
-26	von	_	von	_	APPR	_	_	-1	25	_	PG	_	_
-27	Bund	_	bund	_	NN	_	case=dat|number=sg|gender=masc	-1	26	_	NK	_	_
-28	und	_	und	_	KON	_	_	-1	27	_	CD	_	_
-29	Ländern	_	land	_	NN	_	case=dat|number=pl|gender=neut	-1	28	_	CJ	_	_
-30	zusammensetzen	_	zusammensetzen	_	VVINF	_	_	-1	31	_	OC	_	_
-31	soll	_	sollen	_	VMFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	10	_	RC	_	_
-32	.	_	--	_	$.	_	_	-1	31	_	--	_	_
-
-1	Im	_	in	_	APPRART	_	case=dat|number=sg|gender=neut	-1	18	_	MO	_	_
-2	Abschlussbericht	_	abschlussbericht	_	NN	_	case=dat|number=sg|gender=neut	-1	1	_	NK	_	_
-3	des	_	der	_	ART	_	case=gen|number=sg|gender=masc	-1	4	_	NK	_	_
-4	Runden	_	rund	_	NN	_	case=gen|number=sg|gender=masc	-1	2	_	AG	_	_
-5	Tisches	_	tisch	_	NE	_	case=nom|number=sg|gender=neut|degree=pos	-1	4	_	NK	_	_
-6	wird	_	werden	_	VAFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	0	_	--	_	_
-7	zudem	_	zudem	_	PROAV	_	_	-1	18	_	MO	_	_
-8	eine	_	ein	_	ART	_	case=nom|number=sg|gender=fem	-1	9	_	NK	_	_
-9	Obergrenze	_	obergrenze	_	NN	_	case=nom|number=sg|gender=fem	-1	18	_	OA	_	_
-10	für	_	für	_	APPR	_	_	-1	9	_	MNR	_	_
-11	Sachleistungen	_	sachleistung	_	NN	_	case=acc|number=pl|gender=fem	-1	10	_	NK	_	_
-12	von	_	von	_	APPR	_	_	-1	11	_	PG	_	_
-13	10	_	10	_	CARD	_	_	-1	14	_	NMC	_	_
-14	000	_	000	_	CARD	_	_	-1	15	_	NK	_	_
-15	Euro	_	euro	_	NN	_	case=acc|number=sg|gender=neut	-1	12	_	NK	_	_
-16	pro	_	pro	_	APPR	_	_	-1	15	_	MNR	_	_
-17	Antragsteller	_	antragsteller	_	NN	_	case=acc|number=sg|gender=masc	-1	16	_	NK	_	_
-18	vorgeschlagen	_	vorschlagen	_	VVPP	_	_	-1	6	_	OC	_	_
-19	;	_	--	_	$.	_	_	-1	18	_	--	_	_
-20	in	_	in	_	APPR	_	_	-1	22	_	MO	_	_
-21	Einzelfällen	_	einzelfall	_	NN	_	case=dat|number=pl|gender=masc	-1	20	_	NK	_	_
-22	soll	_	sollen	_	VMFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	6	_	CJ	_	_
-23	auch	_	auch	_	ADV	_	_	-1	24	_	MO	_	_
-24	mehr	_	mehr	_	ADV	_	_	-1	27	_	MO	_	_
-25	gezahlt	_	zahlen	_	VVPP	_	_	-1	26	_	OC	_	_
-26	werden	_	werden	_	VAINF	_	_	-1	27	_	OC	_	_
-27	können	_	können	_	VMFIN	_	number=pl|person=3|tense=pres|mood=ind	-1	22	_	OC	_	_
-28	.	_	--	_	$.	_	_	-1	27	_	--	_	_
-
-1	Die	_	der	_	ART	_	case=nom|number=sg|gender=fem	-1	2	_	NK	_	_
-2	Hilfe	_	hilfe	_	NN	_	case=nom|number=sg|gender=fem	-1	3	_	SB	_	_
-3	soll	_	sollen	_	VMFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	10	_	OC	_	_
-4	stets	_	stets	_	ADV	_	_	-1	5	_	MO	_	_
-5	schnell	_	schnell	_	ADJD	_	degree=pos	-1	8	_	MO	_	_
-6	und	_	und	_	KON	_	_	-1	5	_	CD	_	_
-7	unbürokratisch	_	unbürokratisch	_	ADJD	_	degree=pos	-1	6	_	CJ	_	_
-8	erfolgen	_	erfolgen	_	VVINF	_	_	-1	3	_	OC	_	_
-9	,	_	--	_	$,	_	_	-1	8	_	--	_	_
-10	heißt	_	heißen	_	VVFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	0	_	--	_	_
-11	es	_	es	_	PPER	_	case=nom|number=sg|gender=neut|person=3	-1	10	_	EP	_	_
-12	.	_	--	_	$.	_	_	-1	11	_	--	_	_
-
-1	Kampf	_	kampf	_	NN	_	case=nom|number=sg|gender=masc	-1	7	_	SB	_	_
-2	gegen	_	gegen	_	APPR	_	_	-1	1	_	MNR	_	_
-3	die	_	der	_	ART	_	case=acc|number=sg|gender=fem	-1	4	_	NK	_	_
-4	Ohnmacht	_	ohnmacht	_	NN	_	case=acc|number=sg|gender=fem	-1	2	_	NK	_	_
-5	Katharina	_	katharina	_	NE	_	case=nom|number=sg|gender=fem	-1	6	_	PNC	_	_
-6	Grünberg	_	grünberg	_	NE	_	case=nom|number=sg|gender=*	-1	4	_	NK	_	_
-7	sieht	_	sehen	_	VVFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	0	_	--	_	_
-8	in	_	in	_	APPR	_	_	-1	7	_	MO	_	_
-9	dem	_	der	_	ART	_	case=dat|number=sg|gender=masc	-1	10	_	NK	_	_
-10	Fonds	_	fonds	_	NN	_	case=dat|number=sg|gender=masc	-1	8	_	NK	_	_
-11	einen	_	ein	_	ART	_	case=acc|number=sg|gender=masc	-1	12	_	NK	_	_
-12	Rettungsanker	_	rettungsanker	_	NN	_	case=acc|number=sg|gender=masc	-1	7	_	OA	_	_
-13	?	_	--	_	$.	_	_	-1	12	_	--	_	_
-14	sie	_	sie	_	PPER	_	case=nom|number=sg|gender=fem|person=3	-1	15	_	SB	_	_
-15	hofft	_	hoffen	_	VVFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	7	_	OC	_	_
-16	,	_	--	_	$,	_	_	-1	15	_	--	_	_
-17	dass	_	dass	_	KOUS	_	_	-1	28	_	CP	_	_
-18	sie	_	sie	_	PPER	_	case=nom|number=sg|gender=fem|person=3	-1	28	_	SB	_	_
-19	über	_	über	_	APPR	_	_	-1	28	_	MO	_	_
-20	diesen	_	dieser	_	PDAT	_	case=acc|number=sg|gender=masc	-1	21	_	NK	_	_
-21	Weg	_	weg	_	NN	_	case=acc|number=sg|gender=masc	-1	19	_	NK	_	_
-22	endlich	_	endlich	_	ADV	_	_	-1	28	_	MO	_	_
-23	eine	_	ein	_	ART	_	case=acc|number=sg|gender=fem	-1	26	_	NK	_	_
-24	längere	_	lang	_	ADJA	_	case=acc|number=sg|gender=fem|degree=comp	-1	25	_	MO	_	_
-25	stationäre	_	stationär	_	ADJA	_	case=acc|number=sg|gender=fem|degree=pos	-1	26	_	NK	_	_
-26	Therapie	_	therapie	_	NN	_	case=acc|number=sg|gender=fem	-1	27	_	OA	_	_
-27	wahrnehmen	_	wahrnehmen	_	VVINF	_	_	-1	28	_	OC	_	_
-28	kann	_	können	_	VMFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	15	_	OC	_	_
-29	.	_	--	_	$.	_	_	-1	28	_	--	_	_
-
-1	In	_	in	_	APPR	_	_	-1	13	_	MO	_	_
-2	der	_	der	_	ART	_	case=dat|number=sg|gender=fem	-1	3	_	NK	_	_
-3	E-Mail	_	e-mail	_	NN	_	case=dat|number=sg|gender=fem	-1	1	_	NK	_	_
-4	,	_	--	_	$,	_	_	-1	3	_	--	_	_
-5	die	_	der	_	PRELS	_	case=acc|number=sg|gender=fem	-1	11	_	SB	_	_
-6	sie	_	sie	_	PPER	_	case=nom|number=sg|gender=fem|person=3	-1	10	_	OA	_	_
-7	an	_	an	_	APPR	_	_	-1	10	_	MO	_	_
-8	unsere	_	unser	_	PPOSAT	_	case=acc|number=sg|gender=fem	-1	9	_	NK	_	_
-9	Redaktion	_	redaktion	_	NN	_	case=acc|number=sg|gender=fem	-1	7	_	NK	_	_
-10	geschickt	_	schicken	_	VVPP	_	_	-1	11	_	OC	_	_
-11	hatte	_	haben	_	VAFIN	_	number=sg|person=3|tense=past|mood=ind	-1	3	_	RC	_	_
-12	,	_	--	_	$,	_	_	-1	11	_	--	_	_
-13	schreibt	_	schreiben	_	VVFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	0	_	--	_	_
-14	sie	_	sie	_	PPER	_	case=nom|number=sg|gender=fem|person=3	-1	13	_	SB	_	_
-15	:	_	--	_	$.	_	_	-1	14	_	--	_	_
-16	"Immer	_	"immer	_	ADJD	_	degree=pos	-1	13	_	MO	_	_
-17	wieder	_	wieder	_	ADV	_	_	-1	13	_	MO	_	_
-18	zu	_	zu	_	PTKZU	_	_	-1	19	_	PM	_	_
-19	scheitern	_	scheitern	_	VVINF	_	_	-1	13	_	OC	_	_
-20	in	_	in	_	APPR	_	_	-1	13	_	MO	_	_
-21	den	_	der	_	ART	_	case=dat|number=pl|gender=fem	-1	22	_	NK	_	_
-22	Versuchen	_	versuch	_	NN	_	case=dat|number=pl|gender=fem	-1	20	_	NK	_	_
-23	,	_	--	_	$,	_	_	-1	22	_	--	_	_
-24	dringend	_	dringend	_	ADJD	_	degree=pos	-1	25	_	MO	_	_
-25	benötigte	_	benötigt	_	ADJA	_	case=acc|number=sg|gender=fem|degree=pos	-1	28	_	MO	_	_
-26	Hilfe	_	hilfe	_	NN	_	case=acc|number=sg|gender=fem	-1	28	_	OA	_	_
-27	zu	_	zu	_	PTKZU	_	_	-1	28	_	PM	_	_
-28	bekommen	_	bekommen	_	VVINF	_	_	-1	22	_	OC	_	_
-29	,	_	--	_	$,	_	_	-1	28	_	--	_	_
-30	ruft	_	rufen	_	VVFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	13	_	CJ	_	_
-31	ein	_	ein	_	ART	_	case=nom|number=sg|gender=neut	-1	32	_	NK	_	_
-32	Gefühl	_	gefühl	_	NN	_	case=nom|number=sg|gender=neut	-1	30	_	SB	_	_
-33	von	_	von	_	APPR	_	_	-1	32	_	PG	_	_
-34	Ohnmacht	_	ohnmacht	_	NE	_	case=dat|number=sg|gender=fem	-1	33	_	NK	_	_
-35	hervor	_	hervor	_	PTKVZ	_	_	-1	30	_	SVP	_	_
-36	?	_	--	_	$.	_	_	-1	35	_	--	_	_
-37	ein	_	ein	_	ART	_	case=acc|number=sg|gender=neut	-1	38	_	NK	_	_
-38	Gefühl	_	gefühl	_	NN	_	case=acc|number=sg|gender=neut	-1	26	_	APP	_	_
-39	,	_	--	_	$,	_	_	-1	38	_	--	_	_
-40	das	_	der	_	PRELS	_	case=nom|number=sg|gender=neut	-1	48	_	SB	_	_
-41	alle	_	aller	_	PIAT	_	case=acc|number=pl|gender=fem	-1	42	_	NK	_	_
-42	Betroffenen	_	betroffener	_	NN	_	case=acc|number=pl|gender=fem	-1	48	_	OA	_	_
-43	sehr	_	sehr	_	ADV	_	_	-1	44	_	MO	_	_
-44	gut	_	gut	_	ADJD	_	degree=pos	-1	48	_	MO	_	_
-45	aus	_	aus	_	APPR	_	_	-1	48	_	MO	_	_
-46	den	_	der	_	ART	_	case=dat|number=pl|gender=fem	-1	47	_	NK	_	_
-47	Missbrauchssituationen	_	missbrauchssituation	_	NN	_	case=dat|number=pl|gender=fem	-1	45	_	NK	_	_
-48	kennen	_	kennen	_	VVINF	_	number=pl|person=3|tense=pres|mood=ind	-1	38	_	RC	_	_
-49	.	_	--	_	$.	_	_	-1	48	_	--	_	_
-
-1	Jedes	_	jeder	_	PIAT	_	case=nom|number=sg|gender=neut	-1	2	_	NK	_	_
-2	Scheitern	_	scheitern	_	NN	_	case=nom|number=sg|gender=neut	-1	3	_	SB	_	_
-3	bedeutet	_	bedeuten	_	VVFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	9	_	SB	_	_
-4	eine	_	ein	_	ART	_	case=acc|number=sg|gender=fem	-1	5	_	NK	_	_
-5	Form	_	form	_	NN	_	case=acc|number=sg|gender=fem	-1	3	_	OA	_	_
-6	von	_	von	_	APPR	_	_	-1	5	_	PG	_	_
-7	Retraumatisierung	_	retraumatisierung	_	NN	_	case=dat|number=sg|gender=fem	-1	6	_	NK	_	_
-8	,	_	--	_	$,	_	_	-1	7	_	--	_	_
-9	wirft	_	werfen	_	VVFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	0	_	--	_	_
-10	zurück	_	zurück	_	PTKVZ	_	_	-1	9	_	SVP	_	_
-11	auf	_	auf	_	APPR	_	_	-1	9	_	MO	_	_
-12	dem	_	der	_	ART	_	case=dat|number=sg|gender=masc	-1	14	_	NK	_	_
-13	mühseligen	_	mühselig	_	ADJA	_	case=dat|number=sg|gender=masc|degree=pos	-1	14	_	NK	_	_
-14	Weg	_	weg	_	NN	_	case=dat|number=sg|gender=masc	-1	11	_	NK	_	_
-15	aus	_	aus	_	APPR	_	_	-1	14	_	MNR	_	_
-16	dem	_	der	_	ART	_	case=dat|number=sg|gender=masc	-1	18	_	NK	_	_
-17	bloßen	_	bloß	_	ADJA	_	case=dat|number=sg|gender=masc|degree=pos	-1	18	_	NK	_	_
-18	Überleben	_	überleben	_	NN	_	case=dat|number=sg|gender=masc	-1	15	_	NK	_	_
-19	in	_	in	_	APPR	_	_	-1	18	_	MNR	_	_
-20	ein	_	ein	_	ART	_	case=acc|number=sg|gender=neut	-1	24	_	NK	_	_
-21	lebenswertes	_	lebenswert	_	ADJA	_	case=acc|number=sg|gender=neut|degree=pos	-1	24	_	NK	_	_
-22	,	_	--	_	$,	_	_	-1	21	_	--	_	_
-23	lebendiges	_	lebendig	_	ADJA	_	case=acc|number=sg|gender=neut|degree=pos	-1	21	_	CJ	_	_
-24	Leben	_	leben	_	NN	_	case=acc|number=sg|gender=neut	-1	19	_	NK	_	_
-25	,	_	--	_	$,	_	_	-1	24	_	--	_	_
-26	von	_	von	_	APPR	_	_	-1	32	_	MO	_	_
-27	dem	_	der	_	PRELS	_	case=dat|number=sg|gender=neut	-1	26	_	NK	_	_
-28	es	_	es	_	PPER	_	case=nom|number=sg|gender=neut|person=3	-1	32	_	EP	_	_
-29	zwar	_	zwar	_	ADV	_	_	-1	32	_	MO	_	_
-30	eine	_	ein	_	ART	_	case=acc|number=sg|gender=fem	-1	31	_	NK	_	_
-31	Ahnung	_	ahnung	_	NN	_	case=acc|number=sg|gender=fem	-1	32	_	OA	_	_
-32	gibt	_	geben	_	VVFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	24	_	RC	_	_
-33	,	_	--	_	$,	_	_	-1	32	_	--	_	_
-34	das	_	der	_	PRELS	_	case=nom|number=sg|gender=neut	-1	38	_	SB	_	_
-35	aber	_	aber	_	ADV	_	_	-1	38	_	MO	_	_
-36	kaum	_	kaum	_	ADV	_	_	-1	37	_	MO	_	_
-37	erreichbar	_	erreichbar	_	ADJD	_	degree=pos	-1	38	_	MO	_	_
-38	erscheint	_	erscheinen	_	VVFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	14	_	RC	_	_
-39	.	_	--	_	$.	_	_	-1	38	_	--	_	_
-
-1	Nur	_	nur	_	ADV	_	_	-1	2	_	MO	_	_
-2	wenige	_	weniger	_	PIAT	_	case=acc|number=pl|gender=masc	-1	3	_	NK	_	_
-3	Betroffene	_	betroffener	_	NN	_	case=acc|number=pl|gender=*	-1	4	_	OA	_	_
-4	haben	_	haben	_	VAFIN	_	number=pl|person=3|tense=pres|mood=ind	-1	0	_	--	_	_
-5	das	_	der	_	ART	_	case=acc|number=sg|gender=neut	-1	6	_	NK	_	_
-6	Geld	_	geld	_	NN	_	case=acc|number=sg|gender=neut	-1	4	_	OA	_	_
-7	,	_	--	_	$,	_	_	-1	6	_	--	_	_
-8	Therapiekosten	_	therapiekosten	_	NN	_	case=acc|number=pl|gender=*	-1	11	_	OA	_	_
-9	selber	_	selber	_	ADV	_	_	-1	8	_	MNR	_	_
-10	zu	_	zu	_	PTKZU	_	_	-1	11	_	PM	_	_
-11	zahlen	_	zahlen	_	VVINF	_	_	-1	6	_	OC	_	_
-12	.	_	--	_	$.	_	_	-1	11	_	--	_	_
-
-1	Und	_	und	_	KON	_	_	-1	3	_	JU	_	_
-2	viele	_	vieler	_	PIS	_	case=nom|number=pl|gender=*	-1	3	_	SB	_	_
-3	haben	_	haben	_	VAFIN	_	number=pl|person=3|tense=pres|mood=ind	-1	0	_	--	_	_
-4	nicht	_	nicht	_	PTKNEG	_	_	-1	9	_	NG	_	_
-5	mehr	_	mehr	_	ADV	_	_	-1	4	_	MO	_	_
-6	die	_	der	_	ART	_	case=acc|number=sg|gender=fem	-1	7	_	NK	_	_
-7	Kraft	_	kraft	_	NN	_	case=acc|number=sg|gender=fem	-1	9	_	OA	_	_
-8	zu	_	zu	_	PTKZU	_	_	-1	9	_	PM	_	_
-9	kämpfen	_	kämpfen	_	VVINF	_	_	-1	3	_	OC	_	_
-10	,	_	--	_	$,	_	_	-1	9	_	--	_	_
-11	geben	_	geben	_	VVFIN	_	number=pl|person=3|tense=pres|mood=ind	-1	3	_	CJ	_	_
-12	sich	_	sich	_	PRF	_	case=acc|number=pl|person=3	-1	11	_	OA	_	_
-13	auf	_	auf	_	PTKVZ	_	_	-1	11	_	SVP	_	_
-14	.	_	--	_	$.	_	_	-1	13	_	--	_	_
-
-1	Ich	_	ich	_	PPER	_	case=nom|number=sg|gender=*|person=1	-1	3	_	SB	_	_
-2	selber	_	selber	_	ADV	_	_	-1	1	_	MNR	_	_
-3	stehe	_	stehen	_	VVFIN	_	number=sg|person=1|tense=pres|mood=ind	-1	0	_	--	_	_
-4	trotz	_	trotz	_	APPR	_	_	-1	3	_	MO	_	_
-5	allem	_	alle	_	PIS	_	case=dat|number=sg|gender=neut	-1	4	_	NK	_	_
-6	immer	_	immer	_	ADV	_	_	-1	7	_	MO	_	_
-7	wieder	_	wieder	_	ADV	_	_	-1	3	_	MO	_	_
-8	auf	_	auf	_	PTKVZ	_	_	-1	3	_	SVP	_	_
-9	,	_	--	_	$,	_	_	-1	8	_	--	_	_
-10	kämpfe	_	kämpfen	_	VVFIN	_	number=sg|person=3|tense=pres|mood=subj	-1	3	_	CJ	_	_
-11	weiter	_	weiter	_	ADV	_	_	-1	10	_	MO	_	_
-12	,	_	--	_	$,	_	_	-1	11	_	--	_	_
-13	weiß	_	weiß	_	VVFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	10	_	CJ	_	_
-14	manchmal	_	manchmal	_	ADV	_	_	-1	13	_	MO	_	_
-15	nicht	_	nicht	_	PTKNEG	_	_	-1	13	_	NG	_	_
-16	,	_	--	_	$,	_	_	-1	15	_	--	_	_
-17	woher	_	woher	_	PWAV	_	_	-1	21	_	MO	_	_
-18	ich	_	ich	_	PPER	_	case=nom|number=sg|gender=*|person=1	-1	21	_	SB	_	_
-19	die	_	der	_	ART	_	case=acc|number=sg|gender=fem	-1	20	_	NK	_	_
-20	Kraft	_	kraft	_	NN	_	case=acc|number=sg|gender=fem	-1	21	_	OA	_	_
-21	nehme	_	nehmen	_	VVFIN	_	number=sg|person=1|tense=pres|mood=ind	-1	13	_	OC	_	_
-22	.	_	--	_	$.	_	_	-1	21	_	--	_	_
-
-1	Ich	_	ich	_	PPER	_	case=nom|number=sg|gender=*|person=1	-1	2	_	SB	_	_
-2	bin	_	sein	_	VAFIN	_	number=sg|person=1|tense=pres|mood=ind	-1	0	_	--	_	_
-3	schon	_	schon	_	ADV	_	_	-1	2	_	MO	_	_
-4	ein	_	ein	_	ART	_	case=acc|number=sg|gender=neut	-1	6	_	NK	_	_
-5	ganzes	_	ganz	_	ADJA	_	case=acc|number=sg|gender=neut|degree=pos	-1	6	_	NK	_	_
-6	Stück	_	stück	_	NN	_	case=acc|number=sg|gender=neut	-1	2	_	PD	_	_
-7	gegangen	_	gehen	_	VVPP	_	_	-1	6	_	OC	_	_
-8	auf	_	auf	_	APPR	_	_	-1	2	_	MO	_	_
-9	meinem	_	mein	_	PPOSAT	_	case=dat|number=sg|gender=masc	-1	10	_	NK	_	_
-10	Weg	_	weg	_	NN	_	case=dat|number=sg|gender=masc	-1	8	_	NK	_	_
-11	,	_	--	_	$,	_	_	-1	10	_	--	_	_
-12	mir	_	sich	_	PPER	_	case=dat|number=sg|gender=*|person=1	-1	15	_	DA	_	_
-13	mein	_	mein	_	PPOSAT	_	case=acc|number=sg|gender=neut	-1	14	_	NK	_	_
-14	Leben	_	leben	_	NN	_	case=acc|number=sg|gender=neut	-1	15	_	OA	_	_
-15	zurückzuerobern	_	zurückerobern	_	VVINF	_	_	-1	2	_	CJ	_	_
-16	und	_	und	_	KON	_	_	-1	15	_	CD	_	_
-17	nicht	_	nicht	_	PTKNEG	_	_	-1	21	_	NG	_	_
-18	mehr	_	mehr	_	ADV	_	_	-1	17	_	MO	_	_
-19	Opfer	_	opfer	_	NN	_	case=acc|number=pl|gender=neut	-1	21	_	PD	_	_
-20	zu	_	zu	_	PTKZU	_	_	-1	21	_	PM	_	_
-21	sein	_	sein	_	VAINF	_	_	-1	16	_	CJ	_	_
-22	.	_	--	_	$.	_	_	-1	21	_	--	_	_
-23	"	_	"	_	XY	_	_	-1	0	_	--	_	_
-
-1	"Ich	_	"ich	_	ADV	_	_	-1	2	_	MO	_	_
-2	will	_	wollen	_	VMFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	0	_	--	_	_
-3	mir	_	sich	_	PPER	_	case=dat|number=sg|gender=*|person=1	-1	2	_	SB	_	_
-4	mein	_	mein	_	PPOSAT	_	case=acc|number=sg|gender=neut	-1	5	_	NK	_	_
-5	Leben	_	leben	_	NN	_	case=acc|number=sg|gender=neut	-1	6	_	OA	_	_
-6	zurückerobern	_	zurückerobern	_	VVINF	_	_	-1	2	_	OC	_	_
-7	und	_	und	_	KON	_	_	-1	6	_	CD	_	_
-8	nicht	_	nicht	_	PTKNEG	_	_	-1	11	_	NG	_	_
-9	mehr	_	mehr	_	ADV	_	_	-1	8	_	MO	_	_
-10	Opfer	_	opfer	_	NN	_	case=acc|number=pl|gender=neut	-1	11	_	PD	_	_
-11	sein	_	sein	_	VAINF	_	_	-1	7	_	CJ	_	_
-12	.	_	--	_	$.	_	_	-1	11	_	--	_	_
-13	"	_	"	_	XY	_	_	-1	0	_	--	_	_
-
-1	Katharina	_	katharina	_	NE	_	case=nom|number=sg|gender=fem	-1	2	_	PNC	_	_
-2	Grünberg	_	grünberg	_	NE	_	case=nom|number=sg|gender=fem	-1	11	_	SB	_	_
-3	Eine	_	ein	_	ART	_	case=nom|number=sg|gender=fem	-1	4	_	NK	_	_
-4	Leserin	_	leserin	_	NN	_	case=nom|number=sg|gender=fem	-1	11	_	OC	_	_
-5	,	_	--	_	$,	_	_	-1	4	_	--	_	_
-6	die	_	der	_	PRELS	_	case=nom|number=sg|gender=fem	-1	9	_	SB	_	_
-7	anonym	_	anonym	_	ADJD	_	degree=pos	-1	8	_	PD	_	_
-8	bleiben	_	bleiben	_	VVINF	_	_	-1	9	_	OC	_	_
-9	möchte	_	möchten	_	VVFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	4	_	RC	_	_
-10	,	_	--	_	$,	_	_	-1	9	_	--	_	_
-11	fragt	_	fragen	_	VVFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	0	_	--	_	_
-12	:	_	--	_	$.	_	_	-1	11	_	--	_	_
-13	"Nach	_	"nach	_	APPR	_	_	-1	16	_	MO	_	_
-14	zähem	_	zäh	_	ADJA	_	case=dat|number=sg|gender=neut|degree=pos	-1	15	_	NK	_	_
-15	Ringen	_	ringen	_	NN	_	case=dat|number=sg|gender=neut	-1	13	_	NK	_	_
-16	will	_	wollen	_	VMFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	11	_	OC	_	_
-17	die	_	der	_	ART	_	case=nom|number=sg|gender=fem	-1	18	_	NK	_	_
-18	Bundesregierung	_	bundesregierung	_	NN	_	case=nom|number=sg|gender=fem	-1	16	_	SB	_	_
-19	jetzt	_	jetzt	_	ADV	_	_	-1	16	_	MO	_	_
-20	endlich	_	endlich	_	ADV	_	_	-1	16	_	MO	_	_
-21	den	_	der	_	ART	_	case=acc|number=sg|gender=masc	-1	22	_	NK	_	_
-22	Hilfsfonds	_	hilfsfonds	_	NN	_	case=acc|number=sg|gender=masc	-1	27	_	OA	_	_
-23	für	_	für	_	APPR	_	_	-1	22	_	MNR	_	_
-24	Opfer	_	opfer	_	NN	_	case=acc|number=pl|gender=neut	-1	23	_	NK	_	_
-25	sexuellen	_	sexuell	_	ADJA	_	case=acc|number=pl|gender=neut|degree=pos	-1	26	_	NK	_	_
-26	Missbrauchs	_	missbrauch	_	NN	_	case=acc|number=pl|gender=neut	-1	24	_	AG	_	_
-27	einrichten	_	einrichten	_	VVINF	_	_	-1	16	_	OC	_	_
-28	.	_	--	_	$.	_	_	-1	27	_	--	_	_
-
-1	Warum	_	warum	_	PWAV	_	_	-1	2	_	MO	_	_
-2	beteiligen	_	beteiligen	_	VVFIN	_	number=pl|person=3|tense=pres|mood=ind	-1	0	_	--	_	_
-3	sich	_	sich	_	PRF	_	case=acc|number=pl|person=3	-1	2	_	OA	_	_
-4	die	_	der	_	ART	_	case=nom|number=pl|gender=neut	-1	5	_	NK	_	_
-5	Länder	_	land	_	NN	_	case=nom|number=pl|gender=neut	-1	2	_	SB	_	_
-6	nicht	_	nicht	_	PTKNEG	_	_	-1	2	_	NG	_	_
-7	daran	_	daran	_	PROAV	_	_	-1	2	_	OP	_	_
-8	,	_	--	_	$,	_	_	-1	7	_	--	_	_
-9	damit	_	damit	_	KOUS	_	_	-1	18	_	CP	_	_
-10	der	_	der	_	ART	_	case=nom|number=sg|gender=masc	-1	11	_	NK	_	_
-11	Fonds	_	fonds	_	NN	_	case=nom|number=sg|gender=masc	-1	18	_	SB	_	_
-12	wie	_	wie	_	KOKOM	_	_	-1	13	_	MO	_	_
-13	geplant	_	planen	_	VVPP	_	_	-1	17	_	MO	_	_
-14	100	_	100	_	CARD	_	_	-1	15	_	NMC	_	_
-15	Millionen	_	million	_	NN	_	case=acc|number=pl|gender=fem	-1	17	_	OA	_	_
-16	Euro	_	euro	_	NN	_	case=acc|number=pl|gender=fem	-1	15	_	NK	_	_
-17	umfassen	_	umfassen	_	VVINF	_	_	-1	18	_	OC	_	_
-18	kann	_	können	_	VMFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	7	_	RE	_	_
-19	?	_	--	_	$.	_	_	-1	18	_	--	_	_
-
-1	Wer	_	wer	_	PWS	_	case=nom|number=sg|gender=masc	-1	2	_	SB	_	_
-2	hat	_	haben	_	VAFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	8	_	OC	_	_
-3	Anspruch	_	anspruch	_	NN	_	case=acc|number=sg|gender=masc	-1	2	_	OA	_	_
-4	auf	_	auf	_	APPR	_	_	-1	3	_	MNR	_	_
-5	Leistungen	_	leistung	_	NN	_	case=acc|number=pl|gender=fem	-1	4	_	NK	_	_
-6	und	_	und	_	KON	_	_	-1	2	_	CD	_	_
-7	wofür	_	wofür	_	PWAV	_	_	-1	6	_	CJ	_	_
-8	wird	_	werden	_	VAFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	0	_	--	_	_
-9	es	_	es	_	PPER	_	case=nom|number=sg|gender=neut|person=3	-1	8	_	EP	_	_
-10	Geld	_	geld	_	NN	_	case=acc|number=sg|gender=neut	-1	11	_	OA	_	_
-11	geben	_	geben	_	VVINF	_	_	-1	8	_	OC	_	_
-12	?"	_	?"	_	NE	_	_	-1	11	_	OA	_	_
-
-1	Die	_	der	_	ART	_	case=nom|number=sg|gender=fem	-1	2	_	NK	_	_
-2	Antwort	_	antwort	_	NN	_	case=nom|number=sg|gender=fem	-1	3	_	OA	_	_
-3	recherchierte	_	recherchieren	_	VVFIN	_	number=sg|person=3|tense=past|mood=ind	-1	0	_	--	_	_
-4	Cornelia	_	cornelia	_	NE	_	case=nom|number=sg|gender=fem	-1	5	_	PNC	_	_
-5	Steiner	_	steiner	_	NE	_	case=nom|number=sg|gender=fem	-1	3	_	SB	_	_
-6	Diese	_	dieser	_	PDAT	_	case=nom|number=sg|gender=fem	-1	7	_	NK	_	_
-7	Tonfigur	_	tonfigur	_	NN	_	case=nom|number=sg|gender=fem	-1	5	_	AG	_	_
-8	hat	_	haben	_	VAFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	3	_	OC	_	_
-9	Katharina	_	katharina	_	NE	_	case=acc|number=sg|gender=neut	-1	10	_	PNC	_	_
-10	Grünberg	_	grünberg	_	NE	_	case=acc|number=sg|gender=neut	-1	14	_	OA	_	_
-11	vor	_	vor	_	APPR	_	_	-1	14	_	MO	_	_
-12	einigen	_	einiger	_	PIAT	_	case=dat|number=pl|gender=neut	-1	13	_	NK	_	_
-13	Jahren	_	jahr	_	NN	_	case=dat|number=pl|gender=neut	-1	11	_	NK	_	_
-14	angefertigt	_	anfertigen	_	VVPP	_	_	-1	8	_	OC	_	_
-15	,	_	--	_	$,	_	_	-1	14	_	--	_	_
-16	als	_	als	_	KOUS	_	_	-1	30	_	CM	_	_
-17	sie	_	sie	_	PPER	_	case=nom|number=pl|gender=masc|person=3	-1	30	_	SB	_	_
-18	wegen	_	wegen	_	APPR	_	_	-1	30	_	MO	_	_
-19	des	_	der	_	ART	_	case=gen|number=sg|gender=masc	-1	21	_	NK	_	_
-20	sexuellen	_	sexuell	_	ADJA	_	case=gen|number=sg|gender=masc|degree=pos	-1	21	_	NK	_	_
-21	Missbrauchs	_	missbrauch	_	NN	_	case=gen|number=sg|gender=masc	-1	18	_	NK	_	_
-22	durch	_	durch	_	APPR	_	_	-1	30	_	MO	_	_
-23	ihre	_	ihr	_	PPOSAT	_	case=acc|number=pl|gender=fem	-1	24	_	NK	_	_
-24	Eltern	_	eltern	_	NN	_	case=acc|number=pl|gender=fem	-1	22	_	NK	_	_
-25	zur	_	zu	_	APPRART	_	case=dat|number=sg|gender=fem	-1	24	_	MNR	_	_
-26	Behandlung	_	behandlung	_	NN	_	case=dat|number=sg|gender=fem	-1	25	_	NK	_	_
-27	in	_	in	_	APPR	_	_	-1	26	_	MNR	_	_
-28	einer	_	ein	_	ART	_	case=dat|number=sg|gender=fem	-1	29	_	NK	_	_
-29	Klinik	_	klinik	_	NN	_	case=dat|number=sg|gender=fem	-1	27	_	NK	_	_
-30	war	_	sein	_	VAFIN	_	number=sg|person=3|tense=past|mood=ind	-1	14	_	MO	_	_
-31	.	_	--	_	$.	_	_	-1	30	_	--	_	_
-
-1	"Die	_	"die	_	ADJA	_	case=nom|number=sg|gender=fem|degree=pos	-1	3	_	MO	_	_
-2	Figur	_	figur	_	NN	_	case=nom|number=sg|gender=fem	-1	3	_	OA	_	_
-3	zeigt	_	zeigen	_	VVFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	0	_	--	_	_
-4	,	_	--	_	$,	_	_	-1	3	_	--	_	_
-5	was	_	was	_	PWS	_	case=acc|number=sg|gender=neut	-1	7	_	OA	_	_
-6	ich	_	ich	_	PPER	_	case=nom|number=sg|gender=*|person=1	-1	7	_	SB	_	_
-7	fühle	_	fühlen	_	VVFIN	_	number=sg|person=1|tense=pres|mood=ind	-1	3	_	OC	_	_
-8	:	_	--	_	$.	_	_	-1	7	_	--	_	_
-9	Ich	_	ich	_	PPER	_	case=nom|number=sg|gender=*|person=1	-1	10	_	SB	_	_
-10	bin	_	sein	_	VAFIN	_	number=sg|person=1|tense=pres|mood=ind	-1	3	_	OC	_	_
-11	erwachsen	_	erwachsen	_	VVPP	_	_	-1	10	_	PD	_	_
-12	,	_	--	_	$,	_	_	-1	11	_	--	_	_
-13	aber	_	aber	_	KON	_	_	-1	10	_	CD	_	_
-14	es	_	es	_	PPER	_	case=nom|number=sg|gender=neut|person=3	-1	15	_	EP	_	_
-15	gibt	_	geben	_	VVFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	13	_	CJ	_	_
-16	immer	_	immer	_	ADV	_	_	-1	17	_	MO	_	_
-17	noch	_	noch	_	ADV	_	_	-1	20	_	MO	_	_
-18	das	_	der	_	ART	_	case=acc|number=sg|gender=neut	-1	20	_	NK	_	_
-19	schreiende	_	schreiend	_	ADJA	_	case=acc|number=sg|gender=neut|degree=pos	-1	20	_	NK	_	_
-20	Kind	_	kind	_	NN	_	case=acc|number=sg|gender=neut	-1	15	_	OA	_	_
-21	in	_	in	_	APPR	_	_	-1	15	_	MO	_	_
-22	mir	_	sich	_	PPER	_	case=dat|number=sg|gender=*|person=1	-1	21	_	NK	_	_
-23	.	_	--	_	$.	_	_	-1	22	_	--	_	_
-
-1	Es	_	es	_	PPER	_	case=nom|number=sg|gender=neut|person=3	-1	2	_	SB	_	_
-2	ist	_	sein	_	VAFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	14	_	OC	_	_
-3	ein	_	ein	_	ART	_	case=nom|number=sg|gender=masc	-1	5	_	NK	_	_
-4	stummer	_	stumm	_	ADJA	_	case=nom|number=sg|gender=masc|degree=pos	-1	5	_	NK	_	_
-5	Schrei	_	schrei	_	NN	_	case=nom|number=sg|gender=masc	-1	2	_	PD	_	_
-6	,	_	--	_	$,	_	_	-1	5	_	--	_	_
-7	denn	_	denn	_	KON	_	_	-1	2	_	CD	_	_
-8	damals	_	damals	_	ADV	_	_	-1	9	_	MO	_	_
-9	durfte	_	dürfen	_	VMFIN	_	number=sg|person=3|tense=past|mood=ind	-1	7	_	CJ	_	_
-10	ihn	_	ihn	_	PPER	_	case=acc|number=sg|gender=masc|person=3	-1	12	_	OA	_	_
-11	niemand	_	niemand	_	PIS	_	case=nom|number=sg|gender=masc	-1	9	_	SB	_	_
-12	hören"	_	hören"	_	VVINF	_	_	-1	9	_	OC	_	_
-13	,	_	--	_	$,	_	_	-1	12	_	--	_	_
-14	sagt	_	sagen	_	VVFIN	_	number=sg|person=3|tense=pres|mood=ind	-1	0	_	--	_	_
-15	sie	_	sie	_	PPER	_	case=nom|number=sg|gender=fem|person=3	-1	14	_	SB	_	_
-16	.	_	--	_	$.	_	_	-1	15	_	--	_	_
-
-1	"Ich	_	"ich	_	ADV	_	_	-1	2	_	MO	_	_
-2	spüre	_	spüren	_	VVFIN	_	case=nom|number=sg|gender=fem|degree=pos	-1	0	_	--	_	_
-3	Unbeholfenheit	_	unbeholfenheit	_	NN	_	case=nom|number=sg|gender=fem	-1	2	_	SB	_	_
-4	in	_	in	_	APPR	_	_	-1	2	_	MO	_	_
-5	mir	_	sich	_	PPER	_	case=dat|number=sg|gender=*|person=1	-1	4	_	NK	_	_
-6	:	_	--	_	$.	_	_	-1	5	_	--	_	_
-7	Einerseits	_	einerseits	_	ADV	_	_	-1	8	_	MO	_	_
-8	möchte	_	möchten	_	VMFIN	_	number=sg|person=1|tense=pres|mood=ind	-1	2	_	CJ	_	_
-9	ich	_	ich	_	PPER	_	case=nom|number=sg|gender=*|person=1	-1	8	_	SB	_	_
-10	das	_	der	_	ART	_	case=acc|number=sg|gender=neut	-1	11	_	NK	_	_
-11	Kind	_	kind	_	NN	_	case=acc|number=sg|gender=neut	-1	12	_	OA	_	_
-12	trösten	_	trösen	_	VVINF	_	number=pl|person=3|tense=past|mood=ind	-1	8	_	OC	_	_
-13	und	_	und	_	KON	_	_	-1	12	_	CD	_	_
-14	es	_	es	_	PPER	_	case=nom|number=sg|gender=neut|person=3	-1	16	_	OA	_	_
-15	liebevoll	_	liebevoll	_	ADJD	_	degree=pos	-1	16	_	MO	_	_
-16	beruhigen	_	beruhigen	_	VVINF	_	_	-1	13	_	CJ	_	_
-17	.	_	--	_	$.	_	_	-1	16	_	--	_	_
-
-1	Andererseits	_	andererseits	_	ADV	_	_	-1	2	_	MO	_	_
-2	möchte	_	möchten	_	VMFIN	_	number=sg|person=1|tense=pres|mood=ind	-1	0	_	--	_	_
-3	ich	_	ich	_	PPER	_	case=nom|number=sg|gender=*|person=1	-1	2	_	SB	_	_
-4	das	_	der	_	ART	_	case=acc|number=sg|gender=neut	-1	5	_	NK	_	_
-5	Schreien	_	schreien	_	NN	_	case=acc|number=sg|gender=neut	-1	6	_	OA	_	_
-6	zulassen	_	zulassen	_	VVINF	_	_	-1	2	_	OC	_	_
-7	?	_	--	_	$.	_	_	-1	6	_	--	_	_
-8	aber	_	aber	_	KON	_	_	-1	6	_	CD	_	_
-9	das	_	der	_	PDS	_	case=acc|number=sg|gender=neut	-1	14	_	OA	_	_
-10	würde	_	werden	_	VAFIN	_	number=sg|person=1|tense=past|mood=subj	-1	14	_	OA	_	_
-11	ich	_	ich	_	PPER	_	case=nom|number=sg|gender=masc|person=1	-1	10	_	SB	_	_
-12	wahrscheinlich	_	wahrscheinlich	_	ADJD	_	degree=pos	-1	14	_	MO	_	_
-13	nicht	_	nicht	_	PTKNEG	_	_	-1	14	_	NG	_	_
-14	aushalten	_	aushalten	_	VVINF	_	_	-1	8	_	CJ	_	_
-15	.	_	--	_	$.	_	_	-1	14	_	--	_	_
-16	"	_	"	_	XY	_	_	-1	0	_	--	_	_
-
-1	Foto	_	foto	_	NN	_	case=nom|number=sg|gender=neut	-1	0	_	--	_	_
-2	:	_	--	_	$.	_	_	-1	1	_	--	_	_
-3	Daniela	_	daniela	_	NE	_	case=nom|number=sg|gender=*	-1	4	_	PNC	_	_
-4	Nielsen	_	nielsen	_	NE	_	case=nom|number=sg|gender=*	-1	0	_	--	_	_
-
diff --git a/t/corpus/BRZ13/00001/mate/tokenSpans/number_tokenSpans.xml b/t/corpus/BRZ13/00001/mate/tokenSpans/number_tokenSpans.xml
deleted file mode 100644
index c2333ea..0000000
--- a/t/corpus/BRZ13/00001/mate/tokenSpans/number_tokenSpans.xml
+++ /dev/null
@@ -1 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><article><token number="1" start="0" end="9"></token><token number="2" start="10" end="20"></token><token number="3" start="21" end="26"></token><token number="4" start="27" end="37"></token><token number="5" start="38" end="42"></token><token number="6" start="43" end="49"></token><token number="7" start="50" end="54"></token><token number="8" start="55" end="59"></token><token number="9" start="60" end="62"></token><token number="10" start="63" end="66"></token><token number="11" start="66" end="67"></token><token number="12" start="68" end="71"></token><token number="13" start="72" end="77"></token><token number="14" start="78" end="84"></token><token number="15" start="85" end="88"></token><token number="16" start="89" end="103"></token><token number="17" start="103" end="104"></token><token number="1" start="105" end="108"></token><token number="2" start="109" end="113"></token><token number="3" start="114" end="117"></token><token number="4" start="118" end="133"></token><token number="5" start="134" end="139"></token><token number="6" start="140" end="145"></token><token number="7" start="146" end="156"></token><token number="8" start="156" end="157"></token><token number="9" start="158" end="163"></token><token number="10" start="164" end="167"></token><token number="11" start="168" end="176"></token><token number="12" start="177" end="186"></token><token number="13" start="187" end="194"></token><token number="14" start="195" end="201"></token><token number="15" start="202" end="208"></token><token number="16" start="208" end="209"></token><token number="1" start="210" end="214"></token><token number="2" start="215" end="225"></token><token number="3" start="226" end="233"></token><token number="4" start="234" end="238"></token><token number="5" start="239" end="242"></token><token number="6" start="243" end="252"></token><token number="7" start="252" end="253"></token><token number="1" start="254" end="266"></token><token number="2" start="266" end="267"></token><token number="1" start="269" end="272"></token><token number="2" start="273" end="277"></token><token number="3" start="277" end="278"></token><token number="4" start="279" end="282"></token><token number="5" start="283" end="288"></token><token number="6" start="289" end="294"></token><token number="7" start="295" end="301"></token><token number="8" start="301" end="302"></token><token number="9" start="303" end="306"></token><token number="10" start="307" end="313"></token><token number="11" start="314" end="318"></token><token number="12" start="319" end="329"></token><token number="13" start="329" end="330"></token><token number="14" start="331" end="333"></token><token number="15" start="334" end="339"></token><token number="16" start="340" end="346"></token><token number="17" start="347" end="349"></token><token number="18" start="350" end="356"></token><token number="19" start="357" end="366"></token><token number="20" start="367" end="375"></token><token number="21" start="376" end="379"></token><token number="22" start="379" end="380"></token><token number="23" start="381" end="385"></token><token number="24" start="386" end="390"></token><token number="25" start="391" end="397"></token><token number="26" start="398" end="401"></token><token number="27" start="402" end="405"></token><token number="28" start="406" end="411"></token><token number="29" start="412" end="415"></token><token number="30" start="416" end="425"></token><token number="31" start="426" end="431"></token><token number="32" start="432" end="438"></token><token number="33" start="439" end="446"></token><token number="34" start="447" end="458"></token><token number="35" start="459" end="464"></token><token number="36" start="464" end="465"></token><token number="1" start="466" end="470"></token><token number="2" start="471" end="474"></token><token number="3" start="475" end="478"></token><token number="4" start="479" end="481"></token><token number="5" start="482" end="485"></token><token number="6" start="486" end="489"></token><token number="7" start="490" end="492"></token><token number="8" start="493" end="498"></token><token number="9" start="499" end="508"></token><token number="10" start="509" end="515"></token><token number="11" start="515" end="516"></token><token number="12" start="517" end="524"></token><token number="13" start="525" end="528"></token><token number="14" start="529" end="541"></token><token number="15" start="542" end="548"></token><token number="16" start="548" end="549"></token><token number="1" start="550" end="554"></token><token number="2" start="555" end="559"></token><token number="3" start="560" end="565"></token><token number="4" start="566" end="569"></token><token number="5" start="570" end="575"></token><token number="6" start="576" end="580"></token><token number="7" start="581" end="586"></token><token number="8" start="586" end="587"></token><token number="9" start="588" end="591"></token><token number="10" start="592" end="602"></token><token number="11" start="603" end="609"></token><token number="12" start="610" end="614"></token><token number="13" start="615" end="618"></token><token number="14" start="619" end="622"></token><token number="15" start="622" end="623"></token><token number="1" start="624" end="627"></token><token number="2" start="628" end="634"></token><token number="3" start="635" end="640"></token><token number="4" start="641" end="647"></token><token number="5" start="648" end="651"></token><token number="6" start="652" end="656"></token><token number="7" start="657" end="659"></token><token number="8" start="660" end="670"></token><token number="9" start="671" end="672"></token><token number="10" start="673" end="676"></token><token number="11" start="677" end="683"></token><token number="12" start="684" end="691"></token><token number="13" start="692" end="698"></token><token number="14" start="699" end="702"></token><token number="15" start="703" end="706"></token><token number="16" start="707" end="716"></token><token number="17" start="717" end="725"></token><token number="18" start="725" end="726"></token><token number="1" start="727" end="731"></token><token number="2" start="732" end="735"></token><token number="3" start="736" end="745"></token><token number="4" start="746" end="754"></token><token number="5" start="755" end="757"></token><token number="6" start="758" end="763"></token><token number="7" start="764" end="770"></token><token number="8" start="771" end="776"></token><token number="9" start="777" end="779"></token><token number="10" start="780" end="791"></token><token number="11" start="792" end="802"></token><token number="12" start="803" end="817"></token><token number="13" start="817" end="818"></token><token number="14" start="819" end="822"></token><token number="15" start="823" end="827"></token><token number="16" start="828" end="831"></token><token number="17" start="832" end="835"></token><token number="18" start="836" end="841"></token><token number="19" start="842" end="846"></token><token number="20" start="846" end="847"></token><token number="21" start="848" end="853"></token><token number="22" start="854" end="857"></token><token number="23" start="858" end="861"></token><token number="24" start="862" end="868"></token><token number="25" start="869" end="875"></token><token number="26" start="875" end="876"></token><token number="27" start="877" end="881"></token><token number="28" start="882" end="887"></token><token number="29" start="888" end="891"></token><token number="30" start="891" end="892"></token><token number="31" start="893" end="898"></token><token number="32" start="899" end="902"></token><token number="33" start="903" end="905"></token><token number="34" start="906" end="912"></token><token number="35" start="913" end="920"></token><token number="36" start="920" end="921"></token><token number="1" start="922" end="926"></token><token number="2" start="927" end="931"></token><token number="3" start="932" end="941"></token><token number="4" start="942" end="945"></token><token number="5" start="945" end="946"></token><token number="6" start="947" end="950"></token><token number="7" start="951" end="954"></token><token number="8" start="955" end="960"></token><token number="9" start="961" end="967"></token><token number="10" start="968" end="971"></token><token number="11" start="972" end="985"></token><token number="12" start="986" end="993"></token><token number="13" start="994" end="998"></token><token number="14" start="998" end="999"></token><token number="15" start="1000" end="1003"></token><token number="16" start="1004" end="1014"></token><token number="17" start="1015" end="1019"></token><token number="18" start="1020" end="1028"></token><token number="19" start="1029" end="1036"></token><token number="20" start="1036" end="1037"></token><token number="21" start="1038" end="1041"></token><token number="22" start="1042" end="1045"></token><token number="23" start="1046" end="1051"></token><token number="24" start="1051" end="1052"></token><token number="25" start="1053" end="1058"></token><token number="26" start="1059" end="1065"></token><token number="27" start="1066" end="1070"></token><token number="28" start="1071" end="1075"></token><token number="29" start="1076" end="1082"></token><token number="30" start="1082" end="1083"></token><token number="31" start="1084" end="1089"></token><token number="32" start="1090" end="1094"></token><token number="33" start="1095" end="1098"></token><token number="34" start="1099" end="1106"></token><token number="35" start="1106" end="1107"></token><token number="1" start="1108" end="1110"></token><token number="2" start="1111" end="1118"></token><token number="3" start="1119" end="1127"></token><token number="4" start="1128" end="1132"></token><token number="5" start="1133" end="1136"></token><token number="6" start="1137" end="1141"></token><token number="7" start="1141" end="1142"></token><token number="8" start="1143" end="1146"></token><token number="9" start="1147" end="1155"></token><token number="10" start="1156" end="1159"></token><token number="11" start="1160" end="1170"></token><token number="12" start="1171" end="1175"></token><token number="13" start="1176" end="1178"></token><token number="14" start="1179" end="1185"></token><token number="15" start="1185" end="1186"></token><token number="16" start="1187" end="1191"></token><token number="17" start="1192" end="1195"></token><token number="18" start="1196" end="1202"></token><token number="19" start="1203" end="1205"></token><token number="20" start="1206" end="1209"></token><token number="21" start="1210" end="1216"></token><token number="22" start="1217" end="1221"></token><token number="23" start="1222" end="1230"></token><token number="24" start="1230" end="1231"></token><token number="1" start="1232" end="1236"></token><token number="2" start="1237" end="1245"></token><token number="3" start="1246" end="1250"></token><token number="4" start="1251" end="1260"></token><token number="5" start="1261" end="1269"></token><token number="6" start="1270" end="1273"></token><token number="7" start="1274" end="1279"></token><token number="8" start="1280" end="1293"></token><token number="9" start="1294" end="1311"></token><token number="10" start="1311" end="1312"></token><token number="1" start="1313" end="1316"></token><token number="2" start="1317" end="1320"></token><token number="3" start="1321" end="1329"></token><token number="4" start="1329" end="1330"></token><token number="5" start="1331" end="1341"></token><token number="6" start="1342" end="1345"></token><token number="7" start="1346" end="1348"></token><token number="8" start="1348" end="1349"></token><token number="9" start="1350" end="1358"></token><token number="10" start="1359" end="1362"></token><token number="11" start="1363" end="1376"></token><token number="12" start="1377" end="1387"></token><token number="13" start="1388" end="1393"></token><token number="14" start="1394" end="1397"></token><token number="15" start="1398" end="1408"></token><token number="16" start="1409" end="1414"></token><token number="17" start="1415" end="1419"></token><token number="18" start="1420" end="1425"></token><token number="19" start="1426" end="1431"></token><token number="20" start="1432" end="1446"></token><token number="21" start="1447" end="1458"></token><token number="22" start="1459" end="1460"></token><token number="23" start="1461" end="1465"></token><token number="24" start="1466" end="1480"></token><token number="25" start="1480" end="1481"></token><token number="26" start="1482" end="1484"></token><token number="27" start="1485" end="1488"></token><token number="28" start="1489" end="1499"></token><token number="29" start="1500" end="1519"></token><token number="30" start="1520" end="1523"></token><token number="31" start="1524" end="1527"></token><token number="32" start="1528" end="1543"></token><token number="33" start="1544" end="1552"></token><token number="34" start="1553" end="1555"></token><token number="35" start="1556" end="1562"></token><token number="36" start="1562" end="1563"></token><token number="37" start="1564" end="1566"></token><token number="38" start="1567" end="1576"></token><token number="39" start="1577" end="1579"></token><token number="40" start="1580" end="1586"></token><token number="41" start="1586" end="1587"></token><token number="1" start="1588" end="1594"></token><token number="2" start="1595" end="1605"></token><token number="3" start="1606" end="1614"></token><token number="4" start="1615" end="1627"></token><token number="5" start="1628" end="1640"></token><token number="6" start="1641" end="1644"></token><token number="7" start="1645" end="1653"></token><token number="8" start="1653" end="1654"></token><token number="9" start="1655" end="1662"></token><token number="10" start="1663" end="1666"></token><token number="11" start="1666" end="1667"></token><token number="1" start="1668" end="1674"></token><token number="2" start="1675" end="1687"></token><token number="3" start="1688" end="1693"></token><token number="4" start="1694" end="1697"></token><token number="5" start="1698" end="1705"></token><token number="6" start="1705" end="1706"></token><token number="7" start="1707" end="1716"></token><token number="8" start="1717" end="1720"></token><token number="9" start="1721" end="1727"></token><token number="10" start="1728" end="1734"></token><token number="11" start="1735" end="1740"></token><token number="12" start="1741" end="1753"></token><token number="13" start="1754" end="1757"></token><token number="14" start="1758" end="1765"></token><token number="15" start="1766" end="1770"></token><token number="16" start="1771" end="1781"></token><token number="17" start="1782" end="1791"></token><token number="18" start="1792" end="1798"></token><token number="19" start="1799" end="1800"></token><token number="20" start="1801" end="1804"></token><token number="21" start="1805" end="1809"></token><token number="22" start="1810" end="1814"></token><token number="23" start="1815" end="1817"></token><token number="24" start="1818" end="1829"></token><token number="25" start="1829" end="1830"></token><token number="26" start="1831" end="1835"></token><token number="27" start="1836" end="1839"></token><token number="28" start="1840" end="1843"></token><token number="29" start="1844" end="1847"></token><token number="30" start="1848" end="1852"></token><token number="31" start="1853" end="1858"></token><token number="32" start="1859" end="1862"></token><token number="33" start="1863" end="1868"></token><token number="34" start="1869" end="1878"></token><token number="35" start="1879" end="1883"></token><token number="36" start="1883" end="1884"></token><token number="1" start="1885" end="1888"></token><token number="2" start="1889" end="1893"></token><token number="3" start="1894" end="1897"></token><token number="4" start="1898" end="1904"></token><token number="5" start="1904" end="1905"></token><token number="6" start="1906" end="1910"></token><token number="7" start="1911" end="1916"></token><token number="8" start="1917" end="1922"></token><token number="9" start="1923" end="1932"></token><token number="10" start="1933" end="1935"></token><token number="11" start="1936" end="1942"></token><token number="12" start="1942" end="1943"></token><token number="13" start="1944" end="1953"></token><token number="14" start="1954" end="1961"></token><token number="15" start="1962" end="1965"></token><token number="16" start="1966" end="1969"></token><token number="17" start="1970" end="1980"></token><token number="18" start="1980" end="1981"></token><token number="1" start="1982" end="1986"></token><token number="2" start="1987" end="1989"></token><token number="3" start="1990" end="1993"></token><token number="4" start="1994" end="2005"></token><token number="5" start="2006" end="2017"></token><token number="6" start="2017" end="2018"></token><token number="1" start="2019" end="2022"></token><token number="2" start="2023" end="2030"></token><token number="3" start="2031" end="2034"></token><token number="4" start="2035" end="2040"></token><token number="5" start="2041" end="2048"></token><token number="6" start="2048" end="2049"></token><token number="7" start="2050" end="2052"></token><token number="8" start="2053" end="2057"></token><token number="9" start="2058" end="2067"></token><token number="10" start="2068" end="2070"></token><token number="11" start="2071" end="2084"></token><token number="12" start="2085" end="2088"></token><token number="13" start="2089" end="2094"></token><token number="14" start="2095" end="2103"></token><token number="15" start="2104" end="2107"></token><token number="16" start="2108" end="2118"></token><token number="17" start="2119" end="2131"></token><token number="18" start="2131" end="2132"></token><token number="19" start="2132" end="2133"></token><token number="1" start="2134" end="2139"></token><token number="2" start="2140" end="2149"></token><token number="3" start="2150" end="2153"></token><token number="4" start="2154" end="2162"></token><token number="5" start="2163" end="2168"></token><token number="6" start="2169" end="2174"></token><token number="7" start="2175" end="2179"></token><token number="8" start="2180" end="2185"></token><token number="9" start="2186" end="2195"></token><token number="10" start="2196" end="2204"></token><token number="11" start="2205" end="2213"></token><token number="12" start="2214" end="2223"></token><token number="13" start="2223" end="2224"></token><token number="14" start="2225" end="2228"></token><token number="15" start="2229" end="2233"></token><token number="16" start="2234" end="2240"></token><token number="17" start="2241" end="2244"></token><token number="18" start="2245" end="2252"></token><token number="19" start="2253" end="2258"></token><token number="20" start="2258" end="2259"></token><token number="1" start="2260" end="2263"></token><token number="2" start="2264" end="2269"></token><token number="3" start="2270" end="2273"></token><token number="4" start="2274" end="2286"></token><token number="5" start="2287" end="2299"></token><token number="6" start="2299" end="2300"></token><token number="7" start="2301" end="2303"></token><token number="8" start="2304" end="2306"></token><token number="9" start="2307" end="2312"></token><token number="10" start="2313" end="2326"></token><token number="11" start="2327" end="2334"></token><token number="12" start="2335" end="2339"></token><token number="13" start="2340" end="2344"></token><token number="14" start="2345" end="2347"></token><token number="15" start="2348" end="2353"></token><token number="16" start="2354" end="2361"></token><token number="17" start="2362" end="2370"></token><token number="18" start="2370" end="2371"></token><token number="1" start="2372" end="2375"></token><token number="2" start="2376" end="2379"></token><token number="3" start="2380" end="2383"></token><token number="4" start="2384" end="2392"></token><token number="5" start="2393" end="2403"></token><token number="6" start="2403" end="2404"></token><token number="7" start="2405" end="2415"></token><token number="8" start="2416" end="2419"></token><token number="9" start="2420" end="2424"></token><token number="10" start="2425" end="2432"></token><token number="11" start="2433" end="2441"></token><token number="12" start="2441" end="2442"></token><token number="1" start="2443" end="2452"></token><token number="2" start="2453" end="2456"></token><token number="3" start="2457" end="2460"></token><token number="4" start="2461" end="2467"></token><token number="5" start="2468" end="2473"></token><token number="6" start="2474" end="2475"></token><token number="7" start="2476" end="2480"></token><token number="8" start="2481" end="2485"></token><token number="9" start="2486" end="2488"></token><token number="10" start="2489" end="2492"></token><token number="11" start="2493" end="2498"></token><token number="12" start="2499" end="2509"></token><token number="13" start="2509" end="2510"></token><token number="14" start="2511" end="2513"></token><token number="15" start="2514" end="2523"></token><token number="16" start="2524" end="2527"></token><token number="17" start="2528" end="2532"></token><token number="18" start="2533" end="2543"></token><token number="19" start="2543" end="2544"></token><token number="1" start="2545" end="2551"></token><token number="2" start="2552" end="2557"></token><token number="3" start="2558" end="2562"></token><token number="4" start="2563" end="2566"></token><token number="5" start="2567" end="2573"></token><token number="6" start="2574" end="2579"></token><token number="7" start="2580" end="2587"></token><token number="8" start="2588" end="2593"></token><token number="9" start="2594" end="2597"></token><token number="10" start="2598" end="2610"></token><token number="11" start="2611" end="2616"></token><token number="12" start="2617" end="2621"></token><token number="13" start="2622" end="2630"></token><token number="14" start="2630" end="2631"></token><token number="15" start="2632" end="2635"></token><token number="16" start="2636" end="2639"></token><token number="17" start="2640" end="2650"></token><token number="18" start="2651" end="2661"></token><token number="19" start="2662" end="2665"></token><token number="20" start="2665" end="2666"></token><token number="1" start="2667" end="2670"></token><token number="2" start="2671" end="2677"></token><token number="3" start="2678" end="2683"></token><token number="4" start="2684" end="2689"></token><token number="5" start="2690" end="2698"></token><token number="6" start="2698" end="2699"></token><token number="7" start="2700" end="2704"></token><token number="8" start="2705" end="2708"></token><token number="9" start="2709" end="2712"></token><token number="10" start="2713" end="2726"></token><token number="11" start="2727" end="2732"></token><token number="12" start="2733" end="2737"></token><token number="13" start="2738" end="2747"></token><token number="14" start="2748" end="2751"></token><token number="15" start="2751" end="2752"></token><token number="16" start="2753" end="2756"></token><token number="17" start="2757" end="2762"></token><token number="18" start="2763" end="2778"></token><token number="19" start="2778" end="2779"></token><token number="1" start="2780" end="2783"></token><token number="2" start="2784" end="2787"></token><token number="3" start="2788" end="2796"></token><token number="4" start="2796" end="2797"></token><token number="1" start="2798" end="2808"></token><token number="2" start="2809" end="2813"></token><token number="3" start="2814" end="2817"></token><token number="4" start="2818" end="2821"></token><token number="5" start="2822" end="2827"></token><token number="6" start="2828" end="2852"></token><token number="7" start="2853" end="2856"></token><token number="8" start="2857" end="2861"></token><token number="9" start="2862" end="2867"></token><token number="10" start="2868" end="2871"></token><token number="11" start="2872" end="2879"></token><token number="12" start="2880" end="2887"></token><token number="13" start="2888" end="2893"></token><token number="14" start="2894" end="2896"></token><token number="15" start="2897" end="2902"></token><token number="16" start="2903" end="2918"></token><token number="17" start="2918" end="2919"></token><token number="1" start="2920" end="2924"></token><token number="2" start="2925" end="2929"></token><token number="3" start="2930" end="2932"></token><token number="4" start="2933" end="2939"></token><token number="5" start="2940" end="2943"></token><token number="6" start="2944" end="2953"></token><token number="7" start="2954" end="2962"></token><token number="8" start="2963" end="2966"></token><token number="9" start="2967" end="2970"></token><token number="10" start="2971" end="2986"></token><token number="11" start="2987" end="2990"></token><token number="12" start="2991" end="3004"></token><token number="13" start="3005" end="3016"></token><token number="14" start="3017" end="3020"></token><token number="15" start="3021" end="3027"></token><token number="16" start="3028" end="3030"></token><token number="17" start="3031" end="3041"></token><token number="18" start="3041" end="3042"></token><token number="1" start="3043" end="3046"></token><token number="2" start="3047" end="3054"></token><token number="3" start="3055" end="3058"></token><token number="4" start="3059" end="3064"></token><token number="5" start="3065" end="3081"></token><token number="6" start="3082" end="3083"></token><token number="7" start="3084" end="3087"></token><token number="8" start="3088" end="3090"></token><token number="9" start="3091" end="3096"></token><token number="10" start="3097" end="3103"></token><token number="11" start="3104" end="3112"></token><token number="12" start="3113" end="3116"></token><token number="13" start="3117" end="3123"></token><token number="14" start="3124" end="3128"></token><token number="15" start="3129" end="3138"></token><token number="16" start="3139" end="3142"></token><token number="17" start="3142" end="3143"></token><token number="1" start="3144" end="3147"></token><token number="2" start="3148" end="3151"></token><token number="3" start="3152" end="3157"></token><token number="4" start="3158" end="3167"></token><token number="5" start="3168" end="3179"></token><token number="6" start="3180" end="3185"></token><token number="7" start="3185" end="3186"></token><token number="8" start="3187" end="3194"></token><token number="9" start="3195" end="3198"></token><token number="10" start="3199" end="3206"></token><token number="11" start="3207" end="3214"></token><token number="12" start="3214" end="3215"></token><token number="13" start="3216" end="3220"></token><token number="14" start="3221" end="3224"></token><token number="15" start="3224" end="3225"></token><token number="16" start="3226" end="3231"></token><token number="17" start="3232" end="3238"></token><token number="18" start="3239" end="3242"></token><token number="19" start="3243" end="3246"></token><token number="20" start="3247" end="3253"></token><token number="21" start="3254" end="3265"></token><token number="22" start="3265" end="3266"></token><token number="1" start="3267" end="3270"></token><token number="2" start="3271" end="3281"></token><token number="3" start="3282" end="3288"></token><token number="4" start="3289" end="3292"></token><token number="5" start="3293" end="3296"></token><token number="6" start="3297" end="3304"></token><token number="7" start="3304" end="3305"></token><token number="1" start="3306" end="3313"></token><token number="2" start="3314" end="3318"></token><token number="3" start="3319" end="3324"></token><token number="4" start="3325" end="3333"></token><token number="5" start="3334" end="3337"></token><token number="6" start="3338" end="3340"></token><token number="7" start="3341" end="3344"></token><token number="8" start="3345" end="3350"></token><token number="9" start="3351" end="3355"></token><token number="10" start="3355" end="3356"></token><token number="1" start="3357" end="3361"></token><token number="2" start="3362" end="3366"></token><token number="3" start="3367" end="3374"></token><token number="4" start="3375" end="3378"></token><token number="5" start="3379" end="3385"></token><token number="6" start="3385" end="3386"></token><token number="7" start="3387" end="3391"></token><token number="8" start="3392" end="3396"></token><token number="9" start="3397" end="3406"></token><token number="10" start="3407" end="3413"></token><token number="11" start="3414" end="3417"></token><token number="12" start="3417" end="3418"></token><token number="13" start="3419" end="3423"></token><token number="14" start="3424" end="3426"></token><token number="15" start="3427" end="3433"></token><token number="16" start="3434" end="3447"></token><token number="17" start="3448" end="3452"></token><token number="18" start="3452" end="3453"></token><token number="19" start="3454" end="3458"></token><token number="20" start="3459" end="3462"></token><token number="21" start="3463" end="3468"></token><token number="22" start="3469" end="3473"></token><token number="23" start="3474" end="3480"></token><token number="24" start="3481" end="3492"></token><token number="25" start="3492" end="3493"></token><token number="1" start="3494" end="3501"></token><token number="2" start="3502" end="3505"></token><token number="3" start="3506" end="3508"></token><token number="4" start="3509" end="3517"></token><token number="5" start="3518" end="3521"></token><token number="6" start="3522" end="3527"></token><token number="7" start="3527" end="3528"></token><token number="8" start="3529" end="3538"></token><token number="9" start="3539" end="3550"></token><token number="10" start="3550" end="3551"></token><token number="1" start="3552" end="3555"></token><token number="2" start="3556" end="3564"></token><token number="3" start="3564" end="3565"></token><token number="4" start="3566" end="3569"></token><token number="5" start="3570" end="3580"></token><token number="6" start="3581" end="3587"></token><token number="7" start="3588" end="3590"></token><token number="8" start="3591" end="3596"></token><token number="9" start="3596" end="3597"></token><token number="10" start="3598" end="3604"></token><token number="11" start="3605" end="3611"></token><token number="12" start="3612" end="3615"></token><token number="13" start="3616" end="3620"></token><token number="14" start="3621" end="3627"></token><token number="15" start="3627" end="3628"></token><token number="1" start="3629" end="3633"></token><token number="2" start="3634" end="3637"></token><token number="3" start="3638" end="3642"></token><token number="4" start="3643" end="3646"></token><token number="5" start="3647" end="3650"></token><token number="6" start="3651" end="3663"></token><token number="7" start="3663" end="3664"></token><token number="1" start="3665" end="3676"></token><token number="2" start="3677" end="3681"></token><token number="3" start="3682" end="3685"></token><token number="4" start="3685" end="3686"></token><token number="5" start="3687" end="3690"></token><token number="6" start="3691" end="3703"></token><token number="7" start="3704" end="3707"></token><token number="8" start="3708" end="3709"></token><token number="9" start="3710" end="3713"></token><token number="10" start="3714" end="3716"></token><token number="11" start="3717" end="3721"></token><token number="12" start="3722" end="3729"></token><token number="13" start="3729" end="3730"></token><token number="14" start="3731" end="3738"></token><token number="15" start="3739" end="3742"></token><token number="16" start="3743" end="3747"></token><token number="17" start="3748" end="3753"></token><token number="18" start="3754" end="3761"></token><token number="19" start="3762" end="3764"></token><token number="20" start="3765" end="3770"></token><token number="21" start="3770" end="3771"></token><token number="1" start="3772" end="3775"></token><token number="2" start="3776" end="3779"></token><token number="3" start="3780" end="3784"></token><token number="4" start="3785" end="3787"></token><token number="5" start="3788" end="3791"></token><token number="6" start="3792" end="3796"></token><token number="7" start="3796" end="3797"></token><token number="8" start="3798" end="3805"></token><token number="9" start="3806" end="3816"></token><token number="10" start="3816" end="3817"></token><token number="11" start="3818" end="3824"></token><token number="12" start="3825" end="3827"></token><token number="13" start="3828" end="3834"></token><token number="14" start="3834" end="3835"></token><token number="15" start="3836" end="3843"></token><token number="16" start="3844" end="3847"></token><token number="17" start="3848" end="3851"></token><token number="18" start="3852" end="3858"></token><token number="19" start="3859" end="3865"></token><token number="20" start="3865" end="3867"></token><token number="1" start="3868" end="3872"></token><token number="2" start="3873" end="3878"></token><token number="3" start="3879" end="3882"></token><token number="4" start="3883" end="3888"></token><token number="5" start="3889" end="3892"></token><token number="6" start="3893" end="3897"></token><token number="7" start="3898" end="3903"></token><token number="8" start="3904" end="3910"></token><token number="9" start="3911" end="3919"></token><token number="10" start="3919" end="3920"></token><token number="1" start="3921" end="3924"></token><token number="2" start="3925" end="3932"></token><token number="3" start="3933" end="3938"></token><token number="4" start="3938" end="3939"></token><token number="1" start="3940" end="3946"></token><token number="2" start="3947" end="3951"></token><token number="3" start="3952" end="3957"></token><token number="4" start="3958" end="3966"></token><token number="5" start="3966" end="3967"></token><token number="1" start="3968" end="3972"></token><token number="2" start="3973" end="3981"></token><token number="3" start="3982" end="3985"></token><token number="4" start="3986" end="3989"></token><token number="5" start="3990" end="3993"></token><token number="6" start="3994" end="4000"></token><token number="7" start="4000" end="4001"></token><token number="8" start="4002" end="4005"></token><token number="9" start="4006" end="4011"></token><token number="10" start="4012" end="4016"></token><token number="11" start="4017" end="4024"></token><token number="12" start="4025" end="4027"></token><token number="13" start="4028" end="4034"></token><token number="14" start="4034" end="4035"></token><token number="15" start="4036" end="4038"></token><token number="16" start="4039" end="4043"></token><token number="17" start="4044" end="4050"></token><token number="18" start="4051" end="4058"></token><token number="19" start="4059" end="4061"></token><token number="20" start="4062" end="4068"></token><token number="21" start="4068" end="4069"></token><token number="1" start="4070" end="4076"></token><token number="2" start="4077" end="4083"></token><token number="3" start="4084" end="4089"></token><token number="4" start="4090" end="4093"></token><token number="5" start="4094" end="4099"></token><token number="6" start="4100" end="4106"></token><token number="7" start="4106" end="4107"></token><token number="8" start="4108" end="4112"></token><token number="9" start="4113" end="4116"></token><token number="10" start="4117" end="4121"></token><token number="11" start="4121" end="4122"></token><token number="1" start="4123" end="4126"></token><token number="2" start="4127" end="4133"></token><token number="3" start="4134" end="4138"></token><token number="4" start="4139" end="4142"></token><token number="5" start="4142" end="4143"></token><token number="1" start="4144" end="4154"></token><token number="2" start="4155" end="4161"></token><token number="3" start="4162" end="4173"></token><token number="4" start="4174" end="4181"></token><token number="5" start="4181" end="4182"></token><token number="6" start="4183" end="4185"></token><token number="7" start="4186" end="4189"></token><token number="8" start="4190" end="4194"></token><token number="9" start="4195" end="4198"></token><token number="10" start="4199" end="4204"></token><token number="11" start="4205" end="4208"></token><token number="12" start="4209" end="4219"></token><token number="13" start="4219" end="4220"></token><token number="14" start="4221" end="4225"></token><token number="15" start="4226" end="4229"></token><token number="16" start="4229" end="4230"></token><token number="1" start="4231" end="4236"></token><token number="2" start="4237" end="4247"></token><token number="3" start="4248" end="4252"></token><token number="4" start="4253" end="4255"></token><token number="5" start="4256" end="4259"></token><token number="6" start="4260" end="4271"></token><token number="7" start="4272" end="4278"></token><token number="8" start="4278" end="4279"></token><token number="9" start="4280" end="4286"></token><token number="10" start="4287" end="4293"></token><token number="11" start="4294" end="4297"></token><token number="12" start="4297" end="4298"></token><token number="13" start="4299" end="4305"></token><token number="14" start="4306" end="4311"></token><token number="15" start="4312" end="4315"></token><token number="16" start="4315" end="4316"></token><token number="17" start="4317" end="4320"></token><token number="18" start="4321" end="4324"></token><token number="19" start="4325" end="4331"></token><token number="20" start="4332" end="4336"></token><token number="21" start="4336" end="4337"></token><token number="22" start="4337" end="4338"></token><token number="1" start="4339" end="4344"></token><token number="2" start="4345" end="4363"></token><token number="3" start="4364" end="4367"></token><token number="4" start="4368" end="4375"></token><token number="5" start="4376" end="4382"></token><token number="6" start="4383" end="4386"></token><token number="7" start="4387" end="4390"></token><token number="8" start="4391" end="4399"></token><token number="9" start="4399" end="4400"></token><token number="10" start="4401" end="4412"></token><token number="11" start="4413" end="4426"></token><token number="12" start="4427" end="4431"></token><token number="13" start="4432" end="4435"></token><token number="14" start="4436" end="4461"></token><token number="15" start="4462" end="4464"></token><token number="16" start="4465" end="4473"></token><token number="17" start="4473" end="4474"></token><token number="1" start="4475" end="4481"></token><token number="2" start="4482" end="4488"></token><token number="3" start="4489" end="4494"></token><token number="4" start="4495" end="4519"></token><token number="5" start="4520" end="4523"></token><token number="6" start="4524" end="4529"></token><token number="7" start="4530" end="4533"></token><token number="8" start="4534" end="4545"></token><token number="9" start="4546" end="4549"></token><token number="10" start="4549" end="4550"></token><token number="11" start="4551" end="4554"></token><token number="12" start="4555" end="4570"></token><token number="13" start="4571" end="4578"></token><token number="14" start="4579" end="4587"></token><token number="15" start="4588" end="4593"></token><token number="16" start="4593" end="4594"></token><token number="1" start="4595" end="4599"></token><token number="2" start="4600" end="4616"></token><token number="3" start="4617" end="4620"></token><token number="4" start="4621" end="4629"></token><token number="5" start="4630" end="4634"></token><token number="6" start="4635" end="4640"></token><token number="7" start="4641" end="4650"></token><token number="8" start="4650" end="4651"></token><token number="9" start="4652" end="4659"></token><token number="10" start="4660" end="4663"></token><token number="11" start="4663" end="4664"></token><token number="1" start="4665" end="4676"></token><token number="2" start="4677" end="4680"></token><token number="3" start="4681" end="4685"></token><token number="4" start="4686" end="4695"></token><token number="5" start="4696" end="4702"></token><token number="6" start="4702" end="4703"></token><token number="7" start="4704" end="4708"></token><token number="8" start="4709" end="4713"></token><token number="9" start="4714" end="4730"></token><token number="10" start="4731" end="4749"></token><token number="11" start="4750" end="4753"></token><token number="12" start="4754" end="4767"></token><token number="13" start="4768" end="4772"></token><token number="14" start="4773" end="4778"></token><token number="15" start="4779" end="4782"></token><token number="16" start="4783" end="4794"></token><token number="17" start="4795" end="4799"></token><token number="18" start="4799" end="4800"></token><token number="19" start="4801" end="4805"></token><token number="20" start="4806" end="4808"></token><token number="21" start="4809" end="4812"></token><token number="22" start="4813" end="4818"></token><token number="23" start="4819" end="4822"></token><token number="24" start="4823" end="4836"></token><token number="25" start="4837" end="4840"></token><token number="26" start="4841" end="4849"></token><token number="27" start="4850" end="4854"></token><token number="28" start="4855" end="4864"></token><token number="29" start="4865" end="4869"></token><token number="30" start="4869" end="4870"></token><token number="31" start="4871" end="4876"></token><token number="32" start="4877" end="4880"></token><token number="33" start="4881" end="4886"></token><token number="34" start="4887" end="4891"></token><token number="35" start="4892" end="4909"></token><token number="36" start="4909" end="4910"></token><token number="1" start="4911" end="4916"></token><token number="2" start="4917" end="4922"></token><token number="3" start="4923" end="4927"></token><token number="4" start="4928" end="4939"></token><token number="5" start="4940" end="4953"></token><token number="6" start="4954" end="4960"></token><token number="7" start="4960" end="4961"></token><token number="8" start="4962" end="4964"></token><token number="9" start="4965" end="4978"></token><token number="10" start="4979" end="4981"></token><token number="11" start="4982" end="4990"></token><token number="12" start="4991" end="4992"></token><token number="13" start="4993" end="4998"></token><token number="14" start="4999" end="5002"></token><token number="15" start="5003" end="5006"></token><token number="16" start="5007" end="5016"></token><token number="17" start="5017" end="5021"></token><token number="18" start="5022" end="5027"></token><token number="19" start="5028" end="5034"></token><token number="20" start="5035" end="5040"></token><token number="21" start="5040" end="5041"></token><token number="1" start="5042" end="5048"></token><token number="2" start="5049" end="5052"></token><token number="3" start="5053" end="5063"></token><token number="4" start="5064" end="5068"></token><token number="5" start="5069" end="5073"></token><token number="6" start="5074" end="5087"></token><token number="7" start="5087" end="5088"></token><token number="8" start="5089" end="5094"></token><token number="9" start="5095" end="5098"></token><token number="10" start="5099" end="5103"></token><token number="11" start="5104" end="5130"></token><token number="12" start="5131" end="5143"></token><token number="13" start="5143" end="5144"></token><token number="14" start="5145" end="5149"></token><token number="15" start="5150" end="5159"></token><token number="16" start="5160" end="5168"></token><token number="17" start="5168" end="5169"></token><token number="1" start="5170" end="5174"></token><token number="2" start="5175" end="5180"></token><token number="3" start="5181" end="5185"></token><token number="4" start="5186" end="5189"></token><token number="5" start="5190" end="5200"></token><token number="6" start="5201" end="5206"></token><token number="7" start="5207" end="5213"></token><token number="8" start="5214" end="5223"></token><token number="9" start="5224" end="5230"></token><token number="10" start="5230" end="5231"></token><token number="11" start="5232" end="5236"></token><token number="12" start="5237" end="5239"></token><token number="13" start="5240" end="5245"></token><token number="14" start="5246" end="5249"></token><token number="15" start="5250" end="5257"></token><token number="16" start="5257" end="5258"></token><token number="17" start="5259" end="5264"></token><token number="18" start="5265" end="5268"></token><token number="19" start="5269" end="5280"></token><token number="20" start="5281" end="5286"></token><token number="21" start="5287" end="5290"></token><token number="22" start="5291" end="5300"></token><token number="23" start="5301" end="5305"></token><token number="24" start="5306" end="5310"></token><token number="25" start="5311" end="5314"></token><token number="26" start="5315" end="5329"></token><token number="27" start="5330" end="5345"></token><token number="28" start="5346" end="5352"></token><token number="29" start="5353" end="5355"></token><token number="30" start="5356" end="5362"></token><token number="31" start="5362" end="5363"></token><token number="32" start="5363" end="5364"></token><token number="1" start="5365" end="5375"></token><token number="2" start="5376" end="5386"></token><token number="3" start="5387" end="5392"></token><token number="4" start="5393" end="5396"></token><token number="5" start="5397" end="5406"></token><token number="6" start="5407" end="5415"></token><token number="7" start="5416" end="5421"></token><token number="8" start="5422" end="5430"></token><token number="9" start="5430" end="5431"></token><token number="10" start="5432" end="5436"></token><token number="11" start="5437" end="5440"></token><token number="12" start="5441" end="5453"></token><token number="13" start="5454" end="5474"></token><token number="14" start="5475" end="5478"></token><token number="15" start="5479" end="5484"></token><token number="16" start="5485" end="5493"></token><token number="17" start="5494" end="5506"></token><token number="18" start="5506" end="5507"></token><token number="1" start="5508" end="5512"></token><token number="2" start="5513" end="5517"></token><token number="3" start="5518" end="5521"></token><token number="4" start="5522" end="5527"></token><token number="5" start="5528" end="5533"></token><token number="6" start="5534" end="5538"></token><token number="7" start="5539" end="5549"></token><token number="8" start="5550" end="5559"></token><token number="9" start="5560" end="5564"></token><token number="10" start="5565" end="5575"></token><token number="11" start="5576" end="5585"></token><token number="12" start="5586" end="5593"></token><token number="13" start="5593" end="5594"></token><token number="14" start="5595" end="5599"></token><token number="15" start="5600" end="5604"></token><token number="16" start="5605" end="5608"></token><token number="17" start="5609" end="5612"></token><token number="18" start="5613" end="5625"></token><token number="19" start="5626" end="5632"></token><token number="20" start="5633" end="5636"></token><token number="21" start="5637" end="5646"></token><token number="22" start="5647" end="5656"></token><token number="23" start="5657" end="5669"></token><token number="24" start="5670" end="5673"></token><token number="25" start="5674" end="5685"></token><token number="26" start="5686" end="5697"></token><token number="27" start="5698" end="5702"></token><token number="28" start="5703" end="5707"></token><token number="29" start="5708" end="5714"></token><token number="30" start="5715" end="5721"></token><token number="31" start="5722" end="5725"></token><token number="32" start="5726" end="5731"></token><token number="33" start="5732" end="5735"></token><token number="34" start="5736" end="5745"></token><token number="35" start="5746" end="5752"></token><token number="36" start="5753" end="5754"></token><token number="37" start="5755" end="5760"></token><token number="38" start="5761" end="5764"></token><token number="39" start="5765" end="5768"></token><token number="40" start="5769" end="5779"></token><token number="41" start="5779" end="5780"></token><token number="42" start="5781" end="5785"></token><token number="43" start="5786" end="5789"></token><token number="44" start="5790" end="5801"></token><token number="45" start="5802" end="5807"></token><token number="46" start="5808" end="5817"></token><token number="47" start="5817" end="5818"></token><token number="1" start="5819" end="5823"></token><token number="2" start="5824" end="5833"></token><token number="3" start="5833" end="5834"></token><token number="4" start="5835" end="5839"></token><token number="5" start="5840" end="5843"></token><token number="6" start="5844" end="5847"></token><token number="7" start="5848" end="5858"></token><token number="8" start="5859" end="5864"></token><token number="9" start="5865" end="5872"></token><token number="10" start="5873" end="5879"></token><token number="11" start="5880" end="5889"></token><token number="12" start="5890" end="5896"></token><token number="13" start="5897" end="5900"></token><token number="14" start="5901" end="5909"></token><token number="15" start="5910" end="5919"></token><token number="16" start="5920" end="5926"></token><token number="17" start="5926" end="5927"></token><token number="18" start="5928" end="5937"></token><token number="19" start="5938" end="5941"></token><token number="20" start="5941" end="5942"></token><token number="1" start="5943" end="5948"></token><token number="2" start="5949" end="5952"></token><token number="3" start="5953" end="5958"></token><token number="4" start="5959" end="5965"></token><token number="5" start="5966" end="5972"></token><token number="6" start="5973" end="5976"></token><token number="7" start="5977" end="5981"></token><token number="8" start="5982" end="5992"></token><token number="9" start="5993" end="6003"></token><token number="10" start="6004" end="6012"></token><token number="11" start="6013" end="6025"></token><token number="12" start="6026" end="6027"></token><token number="13" start="6028" end="6032"></token><token number="14" start="6033" end="6037"></token><token number="15" start="6038" end="6044"></token><token number="16" start="6045" end="6052"></token><token number="17" start="6053" end="6057"></token><token number="18" start="6058" end="6063"></token><token number="19" start="6063" end="6064"></token><token number="1" start="6065" end="6067"></token><token number="2" start="6068" end="6074"></token><token number="3" start="6075" end="6079"></token><token number="4" start="6080" end="6084"></token><token number="5" start="6085" end="6088"></token><token number="6" start="6089" end="6093"></token><token number="7" start="6093" end="6094"></token><token number="8" start="6095" end="6099"></token><token number="9" start="6100" end="6103"></token><token number="10" start="6104" end="6117"></token><token number="11" start="6118" end="6120"></token><token number="12" start="6121" end="6128"></token><token number="13" start="6128" end="6129"></token><token number="14" start="6130" end="6133"></token><token number="15" start="6134" end="6137"></token><token number="16" start="6138" end="6142"></token><token number="17" start="6143" end="6148"></token><token number="18" start="6149" end="6153"></token><token number="19" start="6154" end="6162"></token><token number="20" start="6162" end="6163"></token><token number="1" start="6164" end="6168"></token><token number="2" start="6169" end="6172"></token><token number="3" start="6173" end="6178"></token><token number="4" start="6178" end="6179"></token><token number="5" start="6180" end="6183"></token><token number="6" start="6184" end="6189"></token><token number="7" start="6190" end="6193"></token><token number="8" start="6194" end="6204"></token><token number="9" start="6205" end="6207"></token><token number="10" start="6208" end="6219"></token><token number="11" start="6220" end="6227"></token><token number="12" start="6228" end="6233"></token><token number="13" start="6233" end="6234"></token><token number="14" start="6235" end="6242"></token><token number="15" start="6243" end="6247"></token><token number="16" start="6248" end="6251"></token><token number="17" start="6252" end="6266"></token><token number="18" start="6267" end="6280"></token><token number="19" start="6280" end="6281"></token><token number="20" start="6282" end="6284"></token><token number="21" start="6285" end="6287"></token><token number="22" start="6288" end="6294"></token><token number="23" start="6294" end="6295"></token><token number="1" start="6296" end="6299"></token><token number="2" start="6300" end="6304"></token><token number="3" start="6305" end="6309"></token><token number="4" start="6310" end="6321"></token><token number="5" start="6321" end="6322"></token><token number="6" start="6323" end="6330"></token><token number="7" start="6331" end="6334"></token><token number="8" start="6335" end="6340"></token><token number="9" start="6341" end="6345"></token><token number="10" start="6346" end="6355"></token><token number="11" start="6355" end="6356"></token><token number="1" start="6357" end="6361"></token><token number="2" start="6362" end="6365"></token><token number="3" start="6366" end="6370"></token><token number="4" start="6371" end="6374"></token><token number="5" start="6375" end="6381"></token><token number="6" start="6382" end="6385"></token><token number="7" start="6386" end="6389"></token><token number="8" start="6390" end="6406"></token><token number="9" start="6407" end="6412"></token><token number="10" start="6413" end="6419"></token><token number="11" start="6420" end="6430"></token><token number="12" start="6430" end="6431"></token><token number="13" start="6432" end="6436"></token><token number="14" start="6437" end="6440"></token><token number="15" start="6441" end="6453"></token><token number="16" start="6454" end="6457"></token><token number="17" start="6458" end="6463"></token><token number="18" start="6464" end="6473"></token><token number="19" start="6473" end="6474"></token><token number="20" start="6474" end="6475"></token><token number="1" start="6476" end="6481"></token><token number="2" start="6482" end="6485"></token><token number="3" start="6486" end="6502"></token><token number="4" start="6503" end="6508"></token><token number="5" start="6509" end="6517"></token><token number="6" start="6518" end="6523"></token><token number="7" start="6524" end="6533"></token><token number="8" start="6534" end="6542"></token><token number="9" start="6543" end="6548"></token><token number="10" start="6549" end="6552"></token><token number="11" start="6553" end="6556"></token><token number="12" start="6557" end="6562"></token><token number="13" start="6563" end="6566"></token><token number="14" start="6567" end="6572"></token><token number="15" start="6573" end="6582"></token><token number="16" start="6583" end="6594"></token><token number="17" start="6594" end="6595"></token><token number="18" start="6596" end="6599"></token><token number="19" start="6600" end="6602"></token><token number="20" start="6603" end="6606"></token><token number="21" start="6607" end="6614"></token><token number="22" start="6615" end="6619"></token><token number="23" start="6619" end="6620"></token><token number="1" start="6621" end="6627"></token><token number="2" start="6628" end="6638"></token><token number="3" start="6639" end="6642"></token><token number="4" start="6643" end="6647"></token><token number="5" start="6648" end="6653"></token><token number="6" start="6654" end="6662"></token><token number="7" start="6663" end="6666"></token><token number="8" start="6667" end="6675"></token><token number="9" start="6676" end="6679"></token><token number="10" start="6680" end="6686"></token><token number="11" start="6687" end="6690"></token><token number="12" start="6691" end="6708"></token><token number="13" start="6708" end="6709"></token><token number="14" start="6710" end="6713"></token><token number="15" start="6714" end="6717"></token><token number="16" start="6718" end="6727"></token><token number="17" start="6728" end="6733"></token><token number="18" start="6734" end="6738"></token><token number="19" start="6739" end="6745"></token><token number="20" start="6746" end="6752"></token><token number="21" start="6753" end="6766"></token><token number="22" start="6767" end="6770"></token><token number="23" start="6770" end="6771"></token><token number="1" start="6772" end="6775"></token><token number="2" start="6776" end="6782"></token><token number="3" start="6783" end="6791"></token><token number="4" start="6792" end="6796"></token><token number="5" start="6797" end="6803"></token><token number="6" start="6804" end="6807"></token><token number="7" start="6808" end="6820"></token><token number="8" start="6821" end="6824"></token><token number="9" start="6825" end="6831"></token><token number="10" start="6832" end="6839"></token><token number="11" start="6840" end="6850"></token><token number="12" start="6851" end="6868"></token><token number="13" start="6868" end="6869"></token><token number="1" start="6870" end="6876"></token><token number="2" start="6877" end="6884"></token><token number="3" start="6885" end="6888"></token><token number="4" start="6889" end="6893"></token><token number="5" start="6894" end="6906"></token><token number="6" start="6907" end="6913"></token><token number="7" start="6913" end="6914"></token><token number="8" start="6915" end="6922"></token><token number="9" start="6923" end="6931"></token><token number="10" start="6932" end="6937"></token><token number="11" start="6938" end="6941"></token><token number="12" start="6942" end="6958"></token><token number="13" start="6959" end="6961"></token><token number="14" start="6962" end="6973"></token><token number="15" start="6974" end="6987"></token><token number="16" start="6987" end="6988"></token><token number="17" start="6989" end="6999"></token><token number="18" start="7000" end="7003"></token><token number="19" start="7004" end="7010"></token><token number="20" start="7011" end="7026"></token><token number="21" start="7027" end="7032"></token><token number="22" start="7032" end="7033"></token><token number="1" start="7034" end="7038"></token><token number="2" start="7039" end="7057"></token><token number="3" start="7058" end="7066"></token><token number="4" start="7067" end="7072"></token><token number="5" start="7073" end="7076"></token><token number="6" start="7077" end="7082"></token><token number="7" start="7083" end="7088"></token><token number="8" start="7089" end="7093"></token><token number="9" start="7094" end="7098"></token><token number="10" start="7099" end="7104"></token><token number="11" start="7105" end="7112"></token><token number="12" start="7113" end="7122"></token><token number="13" start="7122" end="7123"></token><token number="14" start="7124" end="7129"></token><token number="15" start="7130" end="7135"></token><token number="16" start="7136" end="7138"></token><token number="17" start="7139" end="7143"></token><token number="18" start="7144" end="7147"></token><token number="19" start="7148" end="7151"></token><token number="20" start="7152" end="7161"></token><token number="21" start="7162" end="7166"></token><token number="22" start="7167" end="7169"></token><token number="23" start="7170" end="7178"></token><token number="24" start="7178" end="7179"></token><token number="25" start="7180" end="7183"></token><token number="26" start="7184" end="7188"></token><token number="27" start="7189" end="7191"></token><token number="28" start="7192" end="7197"></token><token number="29" start="7198" end="7207"></token><token number="30" start="7208" end="7219"></token><token number="31" start="7220" end="7222"></token><token number="32" start="7223" end="7231"></token><token number="33" start="7232" end="7235"></token><token number="34" start="7236" end="7248"></token><token number="35" start="7249" end="7262"></token><token number="36" start="7263" end="7268"></token><token number="37" start="7269" end="7281"></token><token number="38" start="7282" end="7286"></token><token number="39" start="7287" end="7289"></token><token number="40" start="7290" end="7295"></token><token number="41" start="7296" end="7299"></token><token number="42" start="7300" end="7310"></token><token number="43" start="7311" end="7313"></token><token number="44" start="7314" end="7322"></token><token number="45" start="7323" end="7330"></token><token number="46" start="7331" end="7335"></token><token number="47" start="7335" end="7336"></token><token number="1" start="7337" end="7340"></token><token number="2" start="7341" end="7346"></token><token number="3" start="7347" end="7353"></token><token number="4" start="7354" end="7356"></token><token number="5" start="7357" end="7360"></token><token number="6" start="7361" end="7367"></token><token number="7" start="7368" end="7371"></token><token number="8" start="7372" end="7376"></token><token number="9" start="7377" end="7380"></token><token number="10" start="7381" end="7384"></token><token number="11" start="7385" end="7392"></token><token number="12" start="7393" end="7401"></token><token number="13" start="7402" end="7408"></token><token number="14" start="7408" end="7409"></token><token number="1" start="7410" end="7414"></token><token number="2" start="7415" end="7420"></token><token number="3" start="7421" end="7426"></token><token number="4" start="7427" end="7433"></token><token number="5" start="7434" end="7436"></token><token number="6" start="7436" end="7437"></token><token number="7" start="7438" end="7441"></token><token number="8" start="7442" end="7449"></token><token number="9" start="7450" end="7456"></token><token number="10" start="7457" end="7467"></token><token number="11" start="7468" end="7472"></token><token number="12" start="7473" end="7484"></token><token number="13" start="7484" end="7485"></token><token number="14" start="7486" end="7494"></token><token number="15" start="7495" end="7499"></token><token number="16" start="7500" end="7513"></token><token number="17" start="7513" end="7514"></token><token number="1" start="7515" end="7537"></token><token number="2" start="7538" end="7546"></token><token number="3" start="7547" end="7552"></token><token number="4" start="7553" end="7554"></token><token number="5" start="7554" end="7557"></token><token number="6" start="7557" end="7558"></token><token number="7" start="7559" end="7563"></token><token number="8" start="7564" end="7568"></token><token number="9" start="7568" end="7569"></token><token number="10" start="7570" end="7574"></token><token number="11" start="7575" end="7581"></token><token number="12" start="7582" end="7585"></token><token number="13" start="7586" end="7597"></token><token number="14" start="7598" end="7601"></token><token number="15" start="7602" end="7607"></token><token number="16" start="7608" end="7610"></token><token number="17" start="7611" end="7617"></token><token number="18" start="7618" end="7622"></token><token number="19" start="7623" end="7625"></token><token number="20" start="7625" end="7626"></token><token number="21" start="7627" end="7631"></token><token number="22" start="7632" end="7634"></token><token number="23" start="7635" end="7638"></token><token number="24" start="7639" end="7646"></token><token number="25" start="7647" end="7651"></token><token number="26" start="7651" end="7652"></token><token number="27" start="7653" end="7666"></token><token number="28" start="7667" end="7670"></token><token number="29" start="7671" end="7680"></token><token number="30" start="7681" end="7691"></token><token number="31" start="7692" end="7694"></token><token number="32" start="7695" end="7703"></token><token number="33" start="7704" end="7711"></token><token number="34" start="7712" end="7714"></token><token number="35" start="7715" end="7725"></token><token number="36" start="7725" end="7726"></token><token number="37" start="7726" end="7727"></token><token number="1" start="7728" end="7731"></token><token number="2" start="7732" end="7736"></token><token number="3" start="7737" end="7744"></token><token number="4" start="7745" end="7749"></token><token number="5" start="7750" end="7756"></token><token number="6" start="7757" end="7759"></token><token number="7" start="7760" end="7766"></token><token number="8" start="7767" end="7780"></token><token number="9" start="7780" end="7781"></token><token number="10" start="7782" end="7786"></token><token number="11" start="7787" end="7789"></token><token number="12" start="7790" end="7809"></token><token number="13" start="7809" end="7810"></token><token number="14" start="7811" end="7813"></token><token number="15" start="7814" end="7821"></token><token number="16" start="7822" end="7826"></token><token number="17" start="7827" end="7829"></token><token number="18" start="7830" end="7841"></token><token number="19" start="7842" end="7855"></token><token number="20" start="7856" end="7862"></token><token number="21" start="7863" end="7868"></token><token number="22" start="7869" end="7872"></token><token number="23" start="7873" end="7879"></token><token number="24" start="7880" end="7883"></token><token number="25" start="7884" end="7894"></token><token number="26" start="7895" end="7901"></token><token number="27" start="7901" end="7902"></token><token number="28" start="7903" end="7905"></token><token number="29" start="7906" end="7911"></token><token number="30" start="7911" end="7912"></token><token number="1" start="7913" end="7918"></token><token number="2" start="7919" end="7923"></token><token number="3" start="7924" end="7927"></token><token number="4" start="7928" end="7941"></token><token number="5" start="7942" end="7950"></token><token number="6" start="7951" end="7954"></token><token number="7" start="7955" end="7966"></token><token number="8" start="7967" end="7970"></token><token number="9" start="7971" end="7974"></token><token number="10" start="7975" end="7990"></token><token number="11" start="7991" end="7994"></token><token number="12" start="7995" end="8006"></token><token number="13" start="8006" end="8007"></token><token number="14" start="8008" end="8011"></token><token number="15" start="8012" end="8017"></token><token number="16" start="8018" end="8021"></token><token number="17" start="8022" end="8027"></token><token number="18" start="8028" end="8035"></token><token number="19" start="8036" end="8039"></token><token number="20" start="8040" end="8042"></token><token number="21" start="8043" end="8052"></token><token number="22" start="8053" end="8057"></token><token number="23" start="8058" end="8062"></token><token number="24" start="8063" end="8074"></token><token number="25" start="8075" end="8078"></token><token number="26" start="8079" end="8085"></token><token number="27" start="8086" end="8088"></token><token number="28" start="8089" end="8096"></token><token number="29" start="8096" end="8097"></token><token number="1" start="8098" end="8102"></token><token number="2" start="8103" end="8111"></token><token number="3" start="8112" end="8115"></token><token number="4" start="8116" end="8142"></token><token number="5" start="8143" end="8149"></token><token number="6" start="8150" end="8156"></token><token number="7" start="8157" end="8160"></token><token number="8" start="8161" end="8166"></token><token number="9" start="8167" end="8176"></token><token number="10" start="8177" end="8184"></token><token number="11" start="8185" end="8191"></token><token number="12" start="8191" end="8192"></token><token number="13" start="8193" end="8198"></token><token number="14" start="8199" end="8202"></token><token number="15" start="8203" end="8216"></token><token number="16" start="8217" end="8222"></token><token number="17" start="8223" end="8229"></token><token number="18" start="8230" end="8235"></token><token number="19" start="8236" end="8246"></token><token number="20" start="8246" end="8247"></token><token number="1" start="8248" end="8255"></token><token number="2" start="8256" end="8258"></token><token number="3" start="8259" end="8262"></token><token number="4" start="8263" end="8272"></token><token number="5" start="8273" end="8279"></token><token number="6" start="8280" end="8285"></token><token number="7" start="8286" end="8288"></token><token number="8" start="8289" end="8292"></token><token number="9" start="8293" end="8313"></token><token number="10" start="8314" end="8320"></token><token number="11" start="8321" end="8325"></token><token number="12" start="8326" end="8331"></token><token number="13" start="8332" end="8336"></token><token number="14" start="8336" end="8337"></token><token number="1" start="8338" end="8345"></token><token number="2" start="8346" end="8349"></token><token number="3" start="8349" end="8350"></token><token number="4" start="8351" end="8355"></token><token number="5" start="8356" end="8359"></token><token number="6" start="8360" end="8372"></token><token number="7" start="8373" end="8396"></token><token number="8" start="8397" end="8401"></token><token number="9" start="8402" end="8405"></token><token number="10" start="8406" end="8413"></token><token number="11" start="8414" end="8417"></token><token number="12" start="8418" end="8429"></token><token number="13" start="8430" end="8441"></token><token number="14" start="8442" end="8446"></token><token number="15" start="8446" end="8447"></token><token number="16" start="8448" end="8451"></token><token number="17" start="8452" end="8456"></token><token number="18" start="8457" end="8462"></token><token number="19" start="8463" end="8470"></token><token number="20" start="8471" end="8474"></token><token number="21" start="8475" end="8481"></token><token number="22" start="8482" end="8485"></token><token number="23" start="8486" end="8503"></token><token number="24" start="8504" end="8509"></token><token number="25" start="8510" end="8520"></token><token number="26" start="8521" end="8524"></token><token number="27" start="8525" end="8529"></token><token number="28" start="8530" end="8533"></token><token number="29" start="8534" end="8541"></token><token number="30" start="8542" end="8556"></token><token number="31" start="8557" end="8561"></token><token number="32" start="8561" end="8562"></token><token number="1" start="8563" end="8565"></token><token number="2" start="8566" end="8582"></token><token number="3" start="8583" end="8586"></token><token number="4" start="8587" end="8593"></token><token number="5" start="8594" end="8601"></token><token number="6" start="8602" end="8606"></token><token number="7" start="8607" end="8612"></token><token number="8" start="8613" end="8617"></token><token number="9" start="8618" end="8628"></token><token number="10" start="8629" end="8632"></token><token number="11" start="8633" end="8647"></token><token number="12" start="8648" end="8651"></token><token number="13" start="8652" end="8654"></token><token number="14" start="8655" end="8658"></token><token number="15" start="8659" end="8663"></token><token number="16" start="8664" end="8667"></token><token number="17" start="8668" end="8681"></token><token number="18" start="8682" end="8695"></token><token number="19" start="8695" end="8696"></token><token number="20" start="8697" end="8699"></token><token number="21" start="8700" end="8712"></token><token number="22" start="8713" end="8717"></token><token number="23" start="8718" end="8722"></token><token number="24" start="8723" end="8727"></token><token number="25" start="8728" end="8735"></token><token number="26" start="8736" end="8742"></token><token number="27" start="8743" end="8749"></token><token number="28" start="8749" end="8750"></token><token number="1" start="8751" end="8754"></token><token number="2" start="8755" end="8760"></token><token number="3" start="8761" end="8765"></token><token number="4" start="8766" end="8771"></token><token number="5" start="8772" end="8779"></token><token number="6" start="8780" end="8783"></token><token number="7" start="8784" end="8798"></token><token number="8" start="8799" end="8807"></token><token number="9" start="8807" end="8808"></token><token number="10" start="8809" end="8814"></token><token number="11" start="8815" end="8817"></token><token number="12" start="8817" end="8818"></token><token number="1" start="8819" end="8824"></token><token number="2" start="8825" end="8830"></token><token number="3" start="8831" end="8834"></token><token number="4" start="8835" end="8843"></token><token number="5" start="8844" end="8853"></token><token number="6" start="8854" end="8862"></token><token number="7" start="8863" end="8868"></token><token number="8" start="8869" end="8871"></token><token number="9" start="8872" end="8875"></token><token number="10" start="8876" end="8881"></token><token number="11" start="8882" end="8887"></token><token number="12" start="8888" end="8901"></token><token number="13" start="8902" end="8903"></token><token number="14" start="8904" end="8907"></token><token number="15" start="8908" end="8913"></token><token number="16" start="8913" end="8914"></token><token number="17" start="8915" end="8919"></token><token number="18" start="8920" end="8923"></token><token number="19" start="8924" end="8928"></token><token number="20" start="8929" end="8935"></token><token number="21" start="8936" end="8939"></token><token number="22" start="8940" end="8947"></token><token number="23" start="8948" end="8952"></token><token number="24" start="8953" end="8960"></token><token number="25" start="8961" end="8971"></token><token number="26" start="8972" end="8980"></token><token number="27" start="8981" end="8991"></token><token number="28" start="8992" end="8996"></token><token number="29" start="8996" end="8997"></token><token number="1" start="8998" end="9000"></token><token number="2" start="9001" end="9004"></token><token number="3" start="9005" end="9011"></token><token number="4" start="9011" end="9012"></token><token number="5" start="9013" end="9016"></token><token number="6" start="9017" end="9020"></token><token number="7" start="9021" end="9023"></token><token number="8" start="9024" end="9030"></token><token number="9" start="9031" end="9040"></token><token number="10" start="9041" end="9050"></token><token number="11" start="9051" end="9056"></token><token number="12" start="9056" end="9057"></token><token number="13" start="9058" end="9066"></token><token number="14" start="9067" end="9070"></token><token number="15" start="9070" end="9071"></token><token number="16" start="9072" end="9078"></token><token number="17" start="9079" end="9085"></token><token number="18" start="9086" end="9088"></token><token number="19" start="9089" end="9098"></token><token number="20" start="9099" end="9101"></token><token number="21" start="9102" end="9105"></token><token number="22" start="9106" end="9115"></token><token number="23" start="9115" end="9116"></token><token number="24" start="9117" end="9125"></token><token number="25" start="9126" end="9135"></token><token number="26" start="9136" end="9141"></token><token number="27" start="9142" end="9144"></token><token number="28" start="9145" end="9153"></token><token number="29" start="9153" end="9154"></token><token number="30" start="9155" end="9159"></token><token number="31" start="9160" end="9163"></token><token number="32" start="9164" end="9170"></token><token number="33" start="9171" end="9174"></token><token number="34" start="9175" end="9183"></token><token number="35" start="9184" end="9190"></token><token number="36" start="9191" end="9192"></token><token number="37" start="9193" end="9196"></token><token number="38" start="9197" end="9203"></token><token number="39" start="9203" end="9204"></token><token number="40" start="9205" end="9208"></token><token number="41" start="9209" end="9213"></token><token number="42" start="9214" end="9225"></token><token number="43" start="9226" end="9230"></token><token number="44" start="9231" end="9234"></token><token number="45" start="9235" end="9238"></token><token number="46" start="9239" end="9242"></token><token number="47" start="9243" end="9265"></token><token number="48" start="9266" end="9272"></token><token number="49" start="9272" end="9273"></token><token number="1" start="9274" end="9279"></token><token number="2" start="9280" end="9289"></token><token number="3" start="9290" end="9298"></token><token number="4" start="9299" end="9303"></token><token number="5" start="9304" end="9308"></token><token number="6" start="9309" end="9312"></token><token number="7" start="9313" end="9330"></token><token number="8" start="9330" end="9331"></token><token number="9" start="9332" end="9337"></token><token number="10" start="9338" end="9344"></token><token number="11" start="9345" end="9348"></token><token number="12" start="9349" end="9352"></token><token number="13" start="9353" end="9363"></token><token number="14" start="9364" end="9367"></token><token number="15" start="9368" end="9371"></token><token number="16" start="9372" end="9375"></token><token number="17" start="9376" end="9382"></token><token number="18" start="9383" end="9392"></token><token number="19" start="9393" end="9395"></token><token number="20" start="9396" end="9399"></token><token number="21" start="9400" end="9412"></token><token number="22" start="9412" end="9413"></token><token number="23" start="9414" end="9424"></token><token number="24" start="9425" end="9430"></token><token number="25" start="9430" end="9431"></token><token number="26" start="9432" end="9435"></token><token number="27" start="9436" end="9439"></token><token number="28" start="9440" end="9442"></token><token number="29" start="9443" end="9447"></token><token number="30" start="9448" end="9452"></token><token number="31" start="9453" end="9459"></token><token number="32" start="9460" end="9464"></token><token number="33" start="9464" end="9465"></token><token number="34" start="9466" end="9469"></token><token number="35" start="9470" end="9474"></token><token number="36" start="9475" end="9479"></token><token number="37" start="9480" end="9490"></token><token number="38" start="9491" end="9500"></token><token number="39" start="9500" end="9501"></token><token number="1" start="9502" end="9505"></token><token number="2" start="9506" end="9512"></token><token number="3" start="9513" end="9523"></token><token number="4" start="9524" end="9529"></token><token number="5" start="9530" end="9533"></token><token number="6" start="9534" end="9538"></token><token number="7" start="9538" end="9539"></token><token number="8" start="9540" end="9554"></token><token number="9" start="9555" end="9561"></token><token number="10" start="9562" end="9564"></token><token number="11" start="9565" end="9571"></token><token number="12" start="9571" end="9572"></token><token number="1" start="9573" end="9576"></token><token number="2" start="9577" end="9582"></token><token number="3" start="9583" end="9588"></token><token number="4" start="9589" end="9594"></token><token number="5" start="9595" end="9599"></token><token number="6" start="9600" end="9603"></token><token number="7" start="9604" end="9609"></token><token number="8" start="9610" end="9612"></token><token number="9" start="9613" end="9620"></token><token number="10" start="9620" end="9621"></token><token number="11" start="9622" end="9627"></token><token number="12" start="9628" end="9632"></token><token number="13" start="9633" end="9636"></token><token number="14" start="9636" end="9637"></token><token number="1" start="9638" end="9641"></token><token number="2" start="9642" end="9648"></token><token number="3" start="9649" end="9654"></token><token number="4" start="9655" end="9660"></token><token number="5" start="9661" end="9666"></token><token number="6" start="9667" end="9672"></token><token number="7" start="9673" end="9679"></token><token number="8" start="9680" end="9683"></token><token number="9" start="9683" end="9684"></token><token number="10" start="9685" end="9691"></token><token number="11" start="9692" end="9698"></token><token number="12" start="9698" end="9699"></token><token number="13" start="9700" end="9704"></token><token number="14" start="9705" end="9713"></token><token number="15" start="9714" end="9719"></token><token number="16" start="9719" end="9720"></token><token number="17" start="9721" end="9726"></token><token number="18" start="9727" end="9730"></token><token number="19" start="9731" end="9734"></token><token number="20" start="9735" end="9740"></token><token number="21" start="9741" end="9746"></token><token number="22" start="9746" end="9747"></token><token number="1" start="9748" end="9751"></token><token number="2" start="9752" end="9755"></token><token number="3" start="9756" end="9761"></token><token number="4" start="9762" end="9765"></token><token number="5" start="9766" end="9772"></token><token number="6" start="9773" end="9778"></token><token number="7" start="9779" end="9787"></token><token number="8" start="9788" end="9791"></token><token number="9" start="9792" end="9798"></token><token number="10" start="9799" end="9802"></token><token number="11" start="9802" end="9803"></token><token number="12" start="9804" end="9807"></token><token number="13" start="9808" end="9812"></token><token number="14" start="9813" end="9818"></token><token number="15" start="9819" end="9834"></token><token number="16" start="9835" end="9838"></token><token number="17" start="9839" end="9844"></token><token number="18" start="9845" end="9849"></token><token number="19" start="9850" end="9855"></token><token number="20" start="9856" end="9858"></token><token number="21" start="9859" end="9863"></token><token number="22" start="9863" end="9864"></token><token number="23" start="9864" end="9865"></token><token number="1" start="9866" end="9870"></token><token number="2" start="9871" end="9875"></token><token number="3" start="9876" end="9879"></token><token number="4" start="9880" end="9884"></token><token number="5" start="9885" end="9890"></token><token number="6" start="9891" end="9904"></token><token number="7" start="9905" end="9908"></token><token number="8" start="9909" end="9914"></token><token number="9" start="9915" end="9919"></token><token number="10" start="9920" end="9925"></token><token number="11" start="9926" end="9930"></token><token number="12" start="9930" end="9931"></token><token number="13" start="9931" end="9932"></token><token number="1" start="9933" end="9942"></token><token number="2" start="9943" end="9951"></token><token number="3" start="9952" end="9956"></token><token number="4" start="9957" end="9964"></token><token number="5" start="9964" end="9965"></token><token number="6" start="9966" end="9969"></token><token number="7" start="9970" end="9976"></token><token number="8" start="9977" end="9984"></token><token number="9" start="9985" end="9991"></token><token number="10" start="9991" end="9992"></token><token number="11" start="9993" end="9998"></token><token number="12" start="9998" end="9999"></token><token number="13" start="10000" end="10005"></token><token number="14" start="10006" end="10011"></token><token number="15" start="10012" end="10018"></token><token number="16" start="10019" end="10023"></token><token number="17" start="10024" end="10027"></token><token number="18" start="10028" end="10043"></token><token number="19" start="10044" end="10049"></token><token number="20" start="10050" end="10057"></token><token number="21" start="10058" end="10061"></token><token number="22" start="10062" end="10072"></token><token number="23" start="10073" end="10076"></token><token number="24" start="10077" end="10082"></token><token number="25" start="10083" end="10092"></token><token number="26" start="10093" end="10104"></token><token number="27" start="10105" end="10115"></token><token number="28" start="10115" end="10116"></token><token number="1" start="10117" end="10122"></token><token number="2" start="10123" end="10133"></token><token number="3" start="10134" end="10138"></token><token number="4" start="10139" end="10142"></token><token number="5" start="10143" end="10149"></token><token number="6" start="10150" end="10155"></token><token number="7" start="10156" end="10161"></token><token number="8" start="10161" end="10162"></token><token number="9" start="10163" end="10168"></token><token number="10" start="10169" end="10172"></token><token number="11" start="10173" end="10178"></token><token number="12" start="10179" end="10182"></token><token number="13" start="10183" end="10190"></token><token number="14" start="10191" end="10194"></token><token number="15" start="10195" end="10204"></token><token number="16" start="10205" end="10209"></token><token number="17" start="10210" end="10218"></token><token number="18" start="10219" end="10223"></token><token number="19" start="10223" end="10224"></token><token number="1" start="10225" end="10228"></token><token number="2" start="10229" end="10232"></token><token number="3" start="10233" end="10241"></token><token number="4" start="10242" end="10245"></token><token number="5" start="10246" end="10256"></token><token number="6" start="10257" end="10260"></token><token number="7" start="10261" end="10266"></token><token number="8" start="10267" end="10271"></token><token number="9" start="10272" end="10274"></token><token number="10" start="10275" end="10279"></token><token number="11" start="10280" end="10285"></token><token number="12" start="10285" end="10287"></token><token number="1" start="10288" end="10291"></token><token number="2" start="10292" end="10299"></token><token number="3" start="10300" end="10313"></token><token number="4" start="10314" end="10322"></token><token number="5" start="10323" end="10330"></token><token number="6" start="10331" end="10336"></token><token number="7" start="10337" end="10345"></token><token number="8" start="10346" end="10349"></token><token number="9" start="10350" end="10359"></token><token number="10" start="10360" end="10368"></token><token number="11" start="10369" end="10372"></token><token number="12" start="10373" end="10380"></token><token number="13" start="10381" end="10387"></token><token number="14" start="10388" end="10399"></token><token number="15" start="10399" end="10400"></token><token number="16" start="10401" end="10404"></token><token number="17" start="10405" end="10408"></token><token number="18" start="10409" end="10414"></token><token number="19" start="10415" end="10418"></token><token number="20" start="10419" end="10428"></token><token number="21" start="10429" end="10440"></token><token number="22" start="10441" end="10446"></token><token number="23" start="10447" end="10451"></token><token number="24" start="10452" end="10458"></token><token number="25" start="10459" end="10462"></token><token number="26" start="10463" end="10473"></token><token number="27" start="10474" end="10476"></token><token number="28" start="10477" end="10482"></token><token number="29" start="10483" end="10489"></token><token number="30" start="10490" end="10493"></token><token number="31" start="10493" end="10494"></token><token number="1" start="10495" end="10499"></token><token number="2" start="10500" end="10505"></token><token number="3" start="10506" end="10511"></token><token number="4" start="10511" end="10512"></token><token number="5" start="10513" end="10516"></token><token number="6" start="10517" end="10520"></token><token number="7" start="10521" end="10526"></token><token number="8" start="10526" end="10527"></token><token number="9" start="10528" end="10531"></token><token number="10" start="10532" end="10535"></token><token number="11" start="10536" end="10545"></token><token number="12" start="10545" end="10546"></token><token number="13" start="10547" end="10551"></token><token number="14" start="10552" end="10554"></token><token number="15" start="10555" end="10559"></token><token number="16" start="10560" end="10565"></token><token number="17" start="10566" end="10570"></token><token number="18" start="10571" end="10574"></token><token number="19" start="10575" end="10585"></token><token number="20" start="10586" end="10590"></token><token number="21" start="10591" end="10593"></token><token number="22" start="10594" end="10597"></token><token number="23" start="10597" end="10598"></token><token number="1" start="10599" end="10601"></token><token number="2" start="10602" end="10605"></token><token number="3" start="10606" end="10609"></token><token number="4" start="10610" end="10617"></token><token number="5" start="10618" end="10624"></token><token number="6" start="10624" end="10625"></token><token number="7" start="10626" end="10630"></token><token number="8" start="10631" end="10637"></token><token number="9" start="10638" end="10644"></token><token number="10" start="10645" end="10648"></token><token number="11" start="10649" end="10656"></token><token number="12" start="10657" end="10663"></token><token number="13" start="10663" end="10664"></token><token number="14" start="10665" end="10669"></token><token number="15" start="10670" end="10673"></token><token number="16" start="10673" end="10674"></token><token number="1" start="10675" end="10679"></token><token number="2" start="10680" end="10685"></token><token number="3" start="10686" end="10700"></token><token number="4" start="10701" end="10703"></token><token number="5" start="10704" end="10707"></token><token number="6" start="10707" end="10708"></token><token number="7" start="10709" end="10719"></token><token number="8" start="10720" end="10726"></token><token number="9" start="10727" end="10730"></token><token number="10" start="10731" end="10734"></token><token number="11" start="10735" end="10739"></token><token number="12" start="10740" end="10747"></token><token number="13" start="10748" end="10751"></token><token number="14" start="10752" end="10754"></token><token number="15" start="10755" end="10764"></token><token number="16" start="10765" end="10774"></token><token number="17" start="10774" end="10775"></token><token number="1" start="10776" end="10788"></token><token number="2" start="10789" end="10795"></token><token number="3" start="10796" end="10799"></token><token number="4" start="10800" end="10803"></token><token number="5" start="10804" end="10812"></token><token number="6" start="10813" end="10821"></token><token number="7" start="10822" end="10823"></token><token number="8" start="10824" end="10828"></token><token number="9" start="10829" end="10832"></token><token number="10" start="10833" end="10838"></token><token number="11" start="10839" end="10842"></token><token number="12" start="10843" end="10857"></token><token number="13" start="10858" end="10863"></token><token number="14" start="10864" end="10873"></token><token number="15" start="10873" end="10874"></token><token number="16" start="10874" end="10875"></token><token number="1" start="10876" end="10880"></token><token number="2" start="10880" end="10881"></token><token number="3" start="10882" end="10889"></token><token number="4" start="10890" end="10897"></token></article>
\ No newline at end of file
diff --git a/t/corpus/BRZ13/00001/opennlp/morpho.xml b/t/corpus/BRZ13/00001/opennlp/morpho.xml
deleted file mode 100644
index 93d5d06..0000000
--- a/t/corpus/BRZ13/00001/opennlp/morpho.xml
+++ /dev/null
@@ -1,16330 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><?xml-model href="span.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?><layer xmlns="http://ids-mannheim.de/ns/KorAP" docid="BRZ13_APR.00001" VERSION="KorAP-0.4">
-   <spanList>
-      <span id="s_0" from="0" to="9">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJA</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1" from="10" to="20">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_2" from="21" to="26">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NE</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_3" from="27" to="37">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJA</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_4" from="38" to="42">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_5" from="43" to="49">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_6" from="50" to="54">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_7" from="55" to="59">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJD</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_8" from="60" to="62">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_9" from="63" to="66">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_10" from="66" to="67">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$(</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_11" from="68" to="71">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_12" from="72" to="77">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_13" from="78" to="84">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_14" from="85" to="88">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_15" from="89" to="103">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJD</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_16" from="103" to="104">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_17" from="105" to="108">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_18" from="109" to="113">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VMFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_19" from="114" to="117">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_20" from="118" to="133">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_21" from="134" to="139">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_22" from="140" to="145">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_23" from="146" to="156">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_24" from="156" to="157">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_25" from="158" to="163">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PROAV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_26" from="164" to="167">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPRART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_27" from="168" to="176">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_28" from="177" to="186">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_29" from="187" to="194">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVPP</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_30" from="195" to="201">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_31" from="202" to="208">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VMFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_32" from="208" to="209">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_33" from="210" to="214">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_34" from="215" to="225">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_35" from="226" to="233">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_36" from="234" to="238">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_37" from="239" to="242">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_38" from="243" to="252">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_39" from="252" to="253">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_40" from="254" to="266">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NE</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_41" from="266" to="267">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_42" from="269" to="272">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_43" from="273" to="277">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_44" from="277" to="278">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_45" from="279" to="282">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_46" from="283" to="288">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PDAT</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_47" from="289" to="294">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_48" from="295" to="301">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_49" from="301" to="302">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_50" from="303" to="306">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_51" from="307" to="313">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_52" from="314" to="318">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_53" from="319" to="329">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_54" from="329" to="330">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_55" from="331" to="333">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_56" from="334" to="339">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_57" from="340" to="346">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_58" from="347" to="349">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_59" from="350" to="356">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPOSAT</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_60" from="357" to="366">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_61" from="367" to="375">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_62" from="376" to="379">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_63" from="379" to="380">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_64" from="381" to="385">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KOUS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_65" from="386" to="390">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPOSAT</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_66" from="391" to="397">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_67" from="398" to="401">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KON</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_68" from="402" to="405">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPOSAT</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_69" from="406" to="411">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_70" from="412" to="415">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PRELS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_71" from="416" to="425">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJD</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_72" from="426" to="431">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_73" from="432" to="438">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_74" from="439" to="446">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJD</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_75" from="447" to="458">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVPP</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_76" from="459" to="464">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_77" from="464" to="465">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_78" from="466" to="470">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_79" from="471" to="474">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KOUS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_80" from="475" to="478">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_81" from="479" to="481">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">CARD</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_82" from="482" to="485">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_83" from="486" to="489">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KON</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_84" from="490" to="492">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_85" from="493" to="498">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_86" from="499" to="508">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_87" from="509" to="515">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VMFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_88" from="515" to="516">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_89" from="517" to="524">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_90" from="525" to="528">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_91" from="529" to="541">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJA</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_92" from="542" to="548">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_93" from="548" to="549">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_94" from="550" to="554">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KON</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_95" from="555" to="559">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPOSAT</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_96" from="560" to="565">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_97" from="566" to="569">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_98" from="570" to="575">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_99" from="576" to="580">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_100" from="581" to="586">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJD</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_101" from="586" to="587">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_102" from="588" to="591">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_103" from="592" to="602">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_104" from="603" to="609">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_105" from="610" to="614">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_106" from="615" to="618">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KON</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_107" from="619" to="622">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_108" from="622" to="623">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_109" from="624" to="627">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_110" from="628" to="634">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PDAT</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_111" from="635" to="640">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_112" from="641" to="647">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_113" from="648" to="651">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_114" from="652" to="656">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_115" from="657" to="659">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_116" from="660" to="670">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_117" from="671" to="672">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_118" from="673" to="676">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_119" from="677" to="683">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PDAT</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_120" from="684" to="691">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_121" from="692" to="698">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_122" from="699" to="702">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_123" from="703" to="706">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_124" from="707" to="716">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NE</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_125" from="717" to="725">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NE</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_126" from="725" to="726">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_127" from="727" to="731">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KOUS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_128" from="732" to="735">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PIS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_129" from="736" to="745">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NE</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_130" from="746" to="754">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NE</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_131" from="755" to="757">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_132" from="758" to="763">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPOSAT</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_133" from="764" to="770">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJA</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_134" from="771" to="776">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_135" from="777" to="779">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPRART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_136" from="780" to="791">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJA</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_137" from="792" to="802">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_138" from="803" to="817">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVPP</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_139" from="817" to="818">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_140" from="819" to="822">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KON</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_141" from="823" to="827">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KOUS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_142" from="828" to="831">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PIS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_143" from="832" to="835">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_144" from="836" to="841">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_145" from="842" to="846">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_146" from="846" to="847">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_147" from="848" to="853">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJD</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_148" from="854" to="857">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KON</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_149" from="858" to="861">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_150" from="862" to="868">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJA</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_151" from="869" to="875">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_152" from="875" to="876">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_153" from="877" to="881">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_154" from="882" to="887">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_155" from="888" to="891">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PIS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_156" from="891" to="892">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_157" from="893" to="898">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PIS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_158" from="899" to="902">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_159" from="903" to="905">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_160" from="906" to="912">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJA</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_161" from="913" to="920">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_162" from="920" to="921">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_163" from="922" to="926">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KON</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_164" from="927" to="931">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_165" from="932" to="941">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_166" from="942" to="945">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_167" from="945" to="946">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_168" from="947" to="950">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PWAV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_169" from="951" to="954">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_170" from="955" to="960">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_171" from="961" to="967">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_172" from="968" to="971">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_173" from="972" to="985">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_174" from="986" to="993">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVPP</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_175" from="994" to="998">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_176" from="998" to="999">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_177" from="1000" to="1003">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KOKOM</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_178" from="1004" to="1014">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_179" from="1015" to="1019">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPOSAT</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_180" from="1020" to="1028">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_181" from="1029" to="1036">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_182" from="1036" to="1037">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_183" from="1038" to="1041">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PWAV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_184" from="1042" to="1045">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_185" from="1046" to="1051">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_186" from="1051" to="1052">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_187" from="1053" to="1058">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_188" from="1059" to="1065">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_189" from="1066" to="1070">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPOSAT</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_190" from="1071" to="1075">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_191" from="1076" to="1082">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_192" from="1082" to="1083">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_193" from="1084" to="1089">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_194" from="1090" to="1094">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJD</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_195" from="1095" to="1098">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJD</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_196" from="1099" to="1106">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_197" from="1106" to="1107">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_198" from="1108" to="1110">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_199" from="1111" to="1118">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PIAT</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_200" from="1119" to="1127">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_201" from="1128" to="1132">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_202" from="1133" to="1136">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPOSAT</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_203" from="1137" to="1141">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_204" from="1141" to="1142">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_205" from="1143" to="1146">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_206" from="1147" to="1155">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_207" from="1156" to="1159">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KON</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_208" from="1160" to="1170">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_209" from="1171" to="1175">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PRF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_210" from="1176" to="1178">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_211" from="1179" to="1185">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJD</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_212" from="1185" to="1186">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_213" from="1187" to="1191">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KOUS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_214" from="1192" to="1195">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPOSAT</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_215" from="1196" to="1202">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_216" from="1203" to="1205">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPRART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_217" from="1206" to="1209">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_218" from="1210" to="1216">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PROAV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_219" from="1217" to="1221">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_220" from="1222" to="1230">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJD</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_221" from="1230" to="1231">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_222" from="1232" to="1236">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_223" from="1237" to="1245">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NE</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_224" from="1246" to="1250">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_225" from="1251" to="1260">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NE</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_226" from="1261" to="1269">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NE</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_227" from="1270" to="1273">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_228" from="1274" to="1279">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_229" from="1280" to="1293">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJA</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_230" from="1294" to="1311">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_231" from="1311" to="1312">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_232" from="1313" to="1316">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PWS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_233" from="1317" to="1320">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PDS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_234" from="1321" to="1329">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_235" from="1329" to="1330">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_236" from="1331" to="1341">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_237" from="1342" to="1345">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_238" from="1346" to="1348">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_239" from="1348" to="1349">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_240" from="1350" to="1358">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_241" from="1359" to="1362">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_242" from="1363" to="1376">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJA</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_243" from="1377" to="1387">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_244" from="1388" to="1393">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_245" from="1394" to="1397">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_246" from="1398" to="1408">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_247" from="1409" to="1414">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_248" from="1415" to="1419">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PRF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_249" from="1420" to="1425">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_250" from="1426" to="1431">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPOSAT</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_251" from="1432" to="1446">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_252" from="1447" to="1458">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVPP</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_253" from="1459" to="1460">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_254" from="1461" to="1465">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_255" from="1466" to="1480">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_256" from="1480" to="1481">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_257" from="1482" to="1484">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KOUI</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_258" from="1485" to="1488">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_259" from="1489" to="1499">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJA</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_260" from="1500" to="1519">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_261" from="1520" to="1523">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KON</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_262" from="1524" to="1527">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_263" from="1528" to="1543">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_264" from="1544" to="1552">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_265" from="1553" to="1555">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PTKZU</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_266" from="1556" to="1562">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_267" from="1562" to="1563">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_268" from="1564" to="1566">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KOUI</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_269" from="1567" to="1576">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_270" from="1577" to="1579">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PTKZU</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_271" from="1580" to="1586">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_272" from="1586" to="1587">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_273" from="1588" to="1594">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NE</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_274" from="1595" to="1605">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_275" from="1606" to="1614">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_276" from="1615" to="1627">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJA</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_277" from="1628" to="1640">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_278" from="1641" to="1644">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KON</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_279" from="1645" to="1653">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_280" from="1653" to="1654">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_281" from="1655" to="1662">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_282" from="1663" to="1666">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_283" from="1666" to="1667">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_284" from="1668" to="1674">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_285" from="1675" to="1687">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJA</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_286" from="1688" to="1693">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_287" from="1694" to="1697">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KOKOM</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_288" from="1698" to="1705">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_289" from="1705" to="1706">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_290" from="1707" to="1716">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_291" from="1717" to="1720">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KON</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_292" from="1721" to="1727">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_293" from="1728" to="1734">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_294" from="1735" to="1740">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PDS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_295" from="1741" to="1753">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_296" from="1754" to="1757">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KON</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_297" from="1758" to="1765">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_298" from="1766" to="1770">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_299" from="1771" to="1781">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJD</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_300" from="1782" to="1791">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVPP</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_301" from="1792" to="1798">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_302" from="1799" to="1800">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_303" from="1801" to="1804">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_304" from="1805" to="1809">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_305" from="1810" to="1814">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_306" from="1815" to="1817">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_307" from="1818" to="1829">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJD</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_308" from="1829" to="1830">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_309" from="1831" to="1835">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KOUS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_310" from="1836" to="1839">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_311" from="1840" to="1843">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_312" from="1844" to="1847">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_313" from="1848" to="1852">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJD</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_314" from="1853" to="1858">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_315" from="1859" to="1862">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KON</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_316" from="1863" to="1868">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PTKNEG</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_317" from="1869" to="1878">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_318" from="1879" to="1883">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VMFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_319" from="1883" to="1884">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_320" from="1885" to="1888">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PIS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_321" from="1889" to="1893">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VMFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_322" from="1894" to="1897">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_323" from="1898" to="1904">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_324" from="1904" to="1905">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_325" from="1906" to="1910">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PRF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_326" from="1911" to="1916">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PROAV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_327" from="1917" to="1922">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PTKNEG</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_328" from="1923" to="1932">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_329" from="1933" to="1935">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PTKZU</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_330" from="1936" to="1942">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_331" from="1942" to="1943">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_332" from="1944" to="1953">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_333" from="1954" to="1961">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_334" from="1962" to="1965">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_335" from="1966" to="1969">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PDS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_336" from="1970" to="1980">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_337" from="1980" to="1981">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_338" from="1982" to="1986">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KON</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_339" from="1987" to="1989">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_340" from="1990" to="1993">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_341" from="1994" to="2005">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJD</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_342" from="2006" to="2017">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJD</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_343" from="2017" to="2018">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_344" from="2019" to="2022">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_345" from="2023" to="2030">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_346" from="2031" to="2034">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PIAT</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_347" from="2035" to="2040">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPOSAT</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_348" from="2041" to="2048">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_349" from="2048" to="2049">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_350" from="2050" to="2052">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KOUI</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_351" from="2053" to="2057">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_352" from="2058" to="2067">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJD</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_353" from="2068" to="2070">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PTKZU</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_354" from="2071" to="2084">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_355" from="2085" to="2088">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KON</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_356" from="2089" to="2094">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_357" from="2095" to="2103">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_358" from="2104" to="2107">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_359" from="2108" to="2118">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_360" from="2119" to="2131">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVIZU</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_361" from="2131" to="2132">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_362" from="2132" to="2133">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$(</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_363" from="2134" to="2139">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_364" from="2140" to="2149">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_365" from="2150" to="2153">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_366" from="2154" to="2162">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_367" from="2163" to="2168">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PIAT</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_368" from="2169" to="2174">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_369" from="2175" to="2179">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJD</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_370" from="2180" to="2185">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_371" from="2186" to="2195">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NE</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_372" from="2196" to="2204">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NE</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_373" from="2205" to="2213">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJD</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_374" from="2214" to="2223">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVPP</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_375" from="2223" to="2224">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_376" from="2225" to="2228">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PWS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_377" from="2229" to="2233">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPOSAT</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_378" from="2234" to="2240">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_379" from="2241" to="2244">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPOSAT</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_380" from="2245" to="2252">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVPP</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_381" from="2253" to="2258">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_382" from="2258" to="2259">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_383" from="2260" to="2263">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_384" from="2264" to="2269">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_385" from="2270" to="2273">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_386" from="2274" to="2286">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_387" from="2287" to="2299">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVPP</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_388" from="2299" to="2300">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_389" from="2301" to="2303">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_390" from="2304" to="2306">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_391" from="2307" to="2312">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_392" from="2313" to="2326">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJA</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_393" from="2327" to="2334">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_394" from="2335" to="2339">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_395" from="2340" to="2344">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJD</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_396" from="2345" to="2347">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_397" from="2348" to="2353">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPOSAT</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_398" from="2354" to="2361">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_399" from="2362" to="2370">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVPP</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_400" from="2370" to="2371">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_401" from="2372" to="2375">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_402" from="2376" to="2379">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_403" from="2380" to="2383">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_404" from="2384" to="2392">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_405" from="2393" to="2403">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVPP</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_406" from="2403" to="2404">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_407" from="2405" to="2415">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVPP</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_408" from="2416" to="2419">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KON</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_409" from="2420" to="2424">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">CARD</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_410" from="2425" to="2432">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_411" from="2433" to="2441">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_412" from="2441" to="2442">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_413" from="2443" to="2452">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_414" from="2453" to="2456">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_415" from="2457" to="2460">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_416" from="2461" to="2467">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPRART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_417" from="2468" to="2473">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_418" from="2474" to="2475">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_419" from="2476" to="2480">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_420" from="2481" to="2485">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KOUS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_421" from="2486" to="2488">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_422" from="2489" to="2492">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_423" from="2493" to="2498">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_424" from="2499" to="2509">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJD</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_425" from="2509" to="2510">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_426" from="2511" to="2513">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PTKZU</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_427" from="2514" to="2523">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_428" from="2524" to="2527">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KON</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_429" from="2528" to="2532">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_430" from="2533" to="2543">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVIZU</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_431" from="2543" to="2544">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_432" from="2545" to="2551">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PIAT</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_433" from="2552" to="2557">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_434" from="2558" to="2562">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_435" from="2563" to="2566">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_436" from="2567" to="2573">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_437" from="2574" to="2579">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPOSAT</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_438" from="2580" to="2587">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_439" from="2588" to="2593">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_440" from="2594" to="2597">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_441" from="2598" to="2610">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJD</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_442" from="2611" to="2616">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJA</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_443" from="2617" to="2621">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_444" from="2622" to="2630">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PTKVZ</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_445" from="2630" to="2631">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_446" from="2632" to="2635">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PIAT</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_447" from="2636" to="2639">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PDS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_448" from="2640" to="2650">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_449" from="2651" to="2661">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_450" from="2662" to="2665">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_451" from="2665" to="2666">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_452" from="2667" to="2670">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_453" from="2671" to="2677">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_454" from="2678" to="2683">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPOSAT</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_455" from="2684" to="2689">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_456" from="2690" to="2698">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_457" from="2698" to="2699">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_458" from="2700" to="2704">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KOUS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_459" from="2705" to="2708">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_460" from="2709" to="2712">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_461" from="2713" to="2726">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_462" from="2727" to="2732">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PTKNEG</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_463" from="2733" to="2737">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_464" from="2738" to="2747">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVPP</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_465" from="2748" to="2751">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_466" from="2751" to="2752">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_467" from="2753" to="2756">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KON</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_468" from="2757" to="2762">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_469" from="2763" to="2778">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVPP</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_470" from="2778" to="2779">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_471" from="2780" to="2783">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_472" from="2784" to="2787">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_473" from="2788" to="2796">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_474" from="2796" to="2797">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_475" from="2798" to="2808">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_476" from="2809" to="2813">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_477" from="2814" to="2817">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_478" from="2818" to="2821">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_479" from="2822" to="2827">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_480" from="2828" to="2852">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_481" from="2853" to="2856">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KON</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_482" from="2857" to="2861">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_483" from="2862" to="2867">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_484" from="2868" to="2871">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_485" from="2872" to="2879">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJA</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_486" from="2880" to="2887">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_487" from="2888" to="2893">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_488" from="2894" to="2896">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_489" from="2897" to="2902">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_490" from="2903" to="2918">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_491" from="2918" to="2919">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_492" from="2920" to="2924">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_493" from="2925" to="2929">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_494" from="2930" to="2932">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">CARD</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_495" from="2933" to="2939">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_496" from="2940" to="2943">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_497" from="2944" to="2953">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NE</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_498" from="2954" to="2962">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NE</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_499" from="2963" to="2966">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_500" from="2967" to="2970">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_501" from="2971" to="2986">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_502" from="2987" to="2990">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_503" from="2991" to="3004">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJA</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_504" from="3005" to="3016">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_505" from="3017" to="3020">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KON</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_506" from="3021" to="3027">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_507" from="3028" to="3030">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_508" from="3031" to="3041">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_509" from="3041" to="3042">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_510" from="3043" to="3046">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_511" from="3047" to="3054">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_512" from="3055" to="3058">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_513" from="3059" to="3064">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_514" from="3065" to="3081">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_515" from="3082" to="3083">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_516" from="3084" to="3087">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KON</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_517" from="3088" to="3090">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_518" from="3091" to="3096">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPOSAT</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_519" from="3097" to="3103">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_520" from="3104" to="3112">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_521" from="3113" to="3116">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_522" from="3117" to="3123">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PDAT</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_523" from="3124" to="3128">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_524" from="3129" to="3138">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_525" from="3139" to="3142">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PTKVZ</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_526" from="3142" to="3143">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_527" from="3144" to="3147">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_528" from="3148" to="3151">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PIS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_529" from="3152" to="3157">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_530" from="3158" to="3167">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJA</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_531" from="3168" to="3179">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_532" from="3180" to="3185">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_533" from="3185" to="3186">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_534" from="3187" to="3194">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_535" from="3195" to="3198">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PIS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_536" from="3199" to="3206">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PIAT</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_537" from="3207" to="3214">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_538" from="3214" to="3215">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_539" from="3216" to="3220">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_540" from="3221" to="3224">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_541" from="3224" to="3225">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_542" from="3226" to="3231">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PTKVZ</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_543" from="3232" to="3238">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_544" from="3239" to="3242">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_545" from="3243" to="3246">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_546" from="3247" to="3253">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJA</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_547" from="3254" to="3265">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_548" from="3265" to="3266">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_549" from="3267" to="3270">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_550" from="3271" to="3281">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_551" from="3282" to="3288">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PDAT</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_552" from="3289" to="3292">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_553" from="3293" to="3296">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_554" from="3297" to="3304">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NE</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_555" from="3304" to="3305">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_556" from="3306" to="3313">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PIS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_557" from="3314" to="3318">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VMFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_558" from="3319" to="3324">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PIS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_559" from="3325" to="3333">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_560" from="3334" to="3337">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KOKOM</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_561" from="3338" to="3340">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_562" from="3341" to="3344">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_563" from="3345" to="3350">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_564" from="3351" to="3355">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_565" from="3355" to="3356">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_566" from="3357" to="3361">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_567" from="3362" to="3366">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_568" from="3367" to="3374">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJD</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_569" from="3375" to="3378">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_570" from="3379" to="3385">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_571" from="3385" to="3386">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_572" from="3387" to="3391">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KOUS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_573" from="3392" to="3396">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPOSAT</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_574" from="3397" to="3406">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_575" from="3407" to="3413">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJD</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_576" from="3414" to="3417">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_577" from="3417" to="3418">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_578" from="3419" to="3423">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KOUS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_579" from="3424" to="3426">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_580" from="3427" to="3433">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PIS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_581" from="3434" to="3447">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_582" from="3448" to="3452">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_583" from="3452" to="3453">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_584" from="3454" to="3458">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KOUS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_585" from="3459" to="3462">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_586" from="3463" to="3468">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_587" from="3469" to="3473">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_588" from="3474" to="3480">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJD</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_589" from="3481" to="3492">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVPP</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_590" from="3492" to="3493">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_591" from="3494" to="3501">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_592" from="3502" to="3505">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_593" from="3506" to="3508">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_594" from="3509" to="3517">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_595" from="3518" to="3521">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_596" from="3522" to="3527">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_597" from="3527" to="3528">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_598" from="3529" to="3538">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_599" from="3539" to="3550">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVIZU</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_600" from="3550" to="3551">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_601" from="3552" to="3555">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_602" from="3556" to="3564">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_603" from="3564" to="3565">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_604" from="3566" to="3569">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_605" from="3570" to="3580">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJD</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_606" from="3581" to="3587">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_607" from="3588" to="3590">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PTKZU</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_608" from="3591" to="3596">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_609" from="3596" to="3597">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_610" from="3598" to="3604">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PWAV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_611" from="3605" to="3611">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_612" from="3612" to="3615">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_613" from="3616" to="3620">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PRF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_614" from="3621" to="3627">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_615" from="3627" to="3628">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_616" from="3629" to="3633">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KON</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_617" from="3634" to="3637">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PDS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_618" from="3638" to="3642">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_619" from="3643" to="3646">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_620" from="3647" to="3650">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_621" from="3651" to="3663">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_622" from="3663" to="3664">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_623" from="3665" to="3676">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJD</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_624" from="3677" to="3681">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_625" from="3682" to="3685">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_626" from="3685" to="3686">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_627" from="3687" to="3690">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PWS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_628" from="3691" to="3703">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_629" from="3704" to="3707">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_630" from="3708" to="3709">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_631" from="3710" to="3713">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PWAV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_632" from="3714" to="3716">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_633" from="3717" to="3721">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PRF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_634" from="3722" to="3729">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_635" from="3729" to="3730">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_636" from="3731" to="3738">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_637" from="3739" to="3742">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_638" from="3743" to="3747">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_639" from="3748" to="3753">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_640" from="3754" to="3761">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJD</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_641" from="3762" to="3764">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PTKZU</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_642" from="3765" to="3770">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_643" from="3770" to="3771">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_644" from="3772" to="3775">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_645" from="3776" to="3779">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_646" from="3780" to="3784">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_647" from="3785" to="3787">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_648" from="3788" to="3791">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_649" from="3792" to="3796">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_650" from="3796" to="3797">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_651" from="3798" to="3805">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_652" from="3806" to="3816">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVIZU</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_653" from="3816" to="3817">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_654" from="3818" to="3824">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_655" from="3825" to="3827">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PTKZU</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_656" from="3828" to="3834">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_657" from="3834" to="3835">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_658" from="3836" to="3843">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_659" from="3844" to="3847">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_660" from="3848" to="3851">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_661" from="3852" to="3858">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_662" from="3859" to="3865">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PTKVZ</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_663" from="3865" to="3867">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_664" from="3868" to="3872">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_665" from="3873" to="3878">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJA</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_666" from="3879" to="3882">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_667" from="3883" to="3888">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_668" from="3889" to="3892">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_669" from="3893" to="3897">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PRF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_670" from="3898" to="3903">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PROAV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_671" from="3904" to="3910">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PIS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_672" from="3911" to="3919">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_673" from="3919" to="3920">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_674" from="3921" to="3924">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_675" from="3925" to="3932">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_676" from="3933" to="3938">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_677" from="3938" to="3939">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_678" from="3940" to="3946">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PIS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_679" from="3947" to="3951">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VMFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_680" from="3952" to="3957">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_681" from="3958" to="3966">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_682" from="3966" to="3967">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_683" from="3968" to="3972">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KON</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_684" from="3973" to="3981">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_685" from="3982" to="3985">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_686" from="3986" to="3989">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_687" from="3990" to="3993">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_688" from="3994" to="4000">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_689" from="4000" to="4001">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_690" from="4002" to="4005">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_691" from="4006" to="4011">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPOSAT</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_692" from="4012" to="4016">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_693" from="4017" to="4024">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVPP</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_694" from="4025" to="4027">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PTKZU</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_695" from="4028" to="4034">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_696" from="4034" to="4035">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_697" from="4036" to="4038">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KOUI</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_698" from="4039" to="4043">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PRF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_699" from="4044" to="4050">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_700" from="4051" to="4058">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_701" from="4059" to="4061">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PTKZU</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_702" from="4062" to="4068">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_703" from="4068" to="4069">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_704" from="4070" to="4076">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJA</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_705" from="4077" to="4083">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_706" from="4084" to="4089">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_707" from="4090" to="4093">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_708" from="4094" to="4099">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_709" from="4100" to="4106">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVPP</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_710" from="4106" to="4107">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_711" from="4108" to="4112">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KOUS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_712" from="4113" to="4116">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_713" from="4117" to="4121">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_714" from="4121" to="4122">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_715" from="4123" to="4126">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PDS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_716" from="4127" to="4133">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_717" from="4134" to="4138">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PRF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_718" from="4139" to="4142">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PTKVZ</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_719" from="4142" to="4143">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_720" from="4144" to="4154">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_721" from="4155" to="4161">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_722" from="4162" to="4173">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJD</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_723" from="4174" to="4181">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_724" from="4181" to="4182">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_725" from="4183" to="4185">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KOUS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_726" from="4186" to="4189">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PIS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_727" from="4190" to="4194">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PRF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_728" from="4195" to="4198">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PDS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_729" from="4199" to="4204">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PIS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_730" from="4205" to="4208">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_731" from="4209" to="4219">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_732" from="4219" to="4220">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_733" from="4221" to="4225">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_734" from="4226" to="4229">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_735" from="4229" to="4230">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_736" from="4231" to="4236">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_737" from="4237" to="4247">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_738" from="4248" to="4252">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PRF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_739" from="4253" to="4255">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_740" from="4256" to="4259">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_741" from="4260" to="4271">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJA</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_742" from="4272" to="4278">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_743" from="4278" to="4279">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_744" from="4280" to="4286">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PIS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_745" from="4287" to="4293">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_746" from="4294" to="4297">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_747" from="4297" to="4298">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_748" from="4299" to="4305">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PIS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_749" from="4306" to="4311">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_750" from="4312" to="4315">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_751" from="4315" to="4316">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_752" from="4317" to="4320">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_753" from="4321" to="4324">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_754" from="4325" to="4331">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PIS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_755" from="4332" to="4336">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJD</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_756" from="4336" to="4337">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_757" from="4337" to="4338">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$(</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_758" from="4339" to="4344">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PIAT</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_759" from="4345" to="4363">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_760" from="4364" to="4367">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_761" from="4368" to="4375">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PIAT</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_762" from="4376" to="4382">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_763" from="4383" to="4386">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_764" from="4387" to="4390">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_765" from="4391" to="4399">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVPP</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_766" from="4399" to="4400">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_767" from="4401" to="4412">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJA</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_768" from="4413" to="4426">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_769" from="4427" to="4431">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_770" from="4432" to="4435">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_771" from="4436" to="4461">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_772" from="4462" to="4464">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PTKZU</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_773" from="4465" to="4473">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_774" from="4473" to="4474">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_775" from="4475" to="4481">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PDAT</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_776" from="4482" to="4488">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_777" from="4489" to="4494">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_778" from="4495" to="4519">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_779" from="4520" to="4523">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_780" from="4524" to="4529">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_781" from="4530" to="4533">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_782" from="4534" to="4545">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_783" from="4546" to="4549">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PTKVZ</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_784" from="4549" to="4550">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_785" from="4551" to="4554">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_786" from="4555" to="4570">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJA</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_787" from="4571" to="4578">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_788" from="4579" to="4587">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVPP</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_789" from="4588" to="4593">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_790" from="4593" to="4594">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_791" from="4595" to="4599">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_792" from="4600" to="4616">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_793" from="4617" to="4620">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_794" from="4621" to="4629">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_795" from="4630" to="4634">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">CARD</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_796" from="4635" to="4640">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_797" from="4641" to="4650">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVPP</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_798" from="4650" to="4651">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_799" from="4652" to="4659">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_800" from="4660" to="4663">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_801" from="4663" to="4664">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_802" from="4665" to="4676">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJD</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_803" from="4677" to="4680">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_804" from="4681" to="4685">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_805" from="4686" to="4695">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVPP</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_806" from="4696" to="4702">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAPP</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_807" from="4702" to="4703">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_808" from="4704" to="4708">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KOUS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_809" from="4709" to="4713">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPOSAT</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_810" from="4714" to="4730">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJA</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_811" from="4731" to="4749">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_812" from="4750" to="4753">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KON</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_813" from="4754" to="4767">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_814" from="4768" to="4772">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_815" from="4773" to="4778">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_816" from="4779" to="4782">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_817" from="4783" to="4794">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_818" from="4795" to="4799">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_819" from="4799" to="4800">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_820" from="4801" to="4805">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_821" from="4806" to="4808">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_822" from="4809" to="4812">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_823" from="4813" to="4818">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_824" from="4819" to="4822">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_825" from="4823" to="4836">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_826" from="4837" to="4840">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_827" from="4841" to="4849">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_828" from="4850" to="4854">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">CARD</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_829" from="4855" to="4864">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVPP</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_830" from="4865" to="4869">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_831" from="4869" to="4870">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_832" from="4871" to="4876">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_833" from="4877" to="4880">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_834" from="4881" to="4886">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_835" from="4887" to="4891">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_836" from="4892" to="4909">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_837" from="4909" to="4910">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_838" from="4911" to="4916">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PDS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_839" from="4917" to="4922">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_840" from="4923" to="4927">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_841" from="4928" to="4939">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJA</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_842" from="4940" to="4953">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_843" from="4954" to="4960">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PTKVZ</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_844" from="4960" to="4961">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_845" from="4962" to="4964">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KOUI</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_846" from="4965" to="4978">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_847" from="4979" to="4981">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PTKZU</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_848" from="4982" to="4990">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_849" from="4991" to="4992">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_850" from="4993" to="4998">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PROAV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_851" from="4999" to="5002">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_852" from="5003" to="5006">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPOSAT</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_853" from="5007" to="5016">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_854" from="5017" to="5021">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KON</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_855" from="5022" to="5027">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PTKNEG</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_856" from="5028" to="5034">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJD</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_857" from="5035" to="5040">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_858" from="5040" to="5041">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_859" from="5042" to="5048">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_860" from="5049" to="5052">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_861" from="5053" to="5063">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_862" from="5064" to="5068">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_863" from="5069" to="5073">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">CARD</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_864" from="5074" to="5087">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVPP</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_865" from="5087" to="5088">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_866" from="5089" to="5094">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_867" from="5095" to="5098">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_868" from="5099" to="5103">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_869" from="5104" to="5130">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_870" from="5131" to="5143">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVPP</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_871" from="5143" to="5144">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_872" from="5145" to="5149">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_873" from="5150" to="5159">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NE</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_874" from="5160" to="5168">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NE</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_875" from="5168" to="5169">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_876" from="5170" to="5174">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NE</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_877" from="5175" to="5180">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_878" from="5181" to="5185">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_879" from="5186" to="5189">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_880" from="5190" to="5200">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_881" from="5201" to="5206">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PTKNEG</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_882" from="5207" to="5213">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_883" from="5214" to="5223">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJA</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_884" from="5224" to="5230">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_885" from="5230" to="5231">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_886" from="5232" to="5236">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KON</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_887" from="5237" to="5239">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_888" from="5240" to="5245">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_889" from="5246" to="5249">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_890" from="5250" to="5257">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_891" from="5257" to="5258">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_892" from="5259" to="5264">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_893" from="5265" to="5268">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_894" from="5269" to="5280">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJA</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_895" from="5281" to="5286">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_896" from="5287" to="5290">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPRART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_897" from="5291" to="5300">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_898" from="5301" to="5305">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_899" from="5306" to="5310">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_900" from="5311" to="5314">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_901" from="5315" to="5329">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJA</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_902" from="5330" to="5345">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_903" from="5346" to="5352">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_904" from="5353" to="5355">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PTKZU</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_905" from="5356" to="5362">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_906" from="5362" to="5363">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_907" from="5363" to="5364">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$(</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_908" from="5365" to="5375">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJA</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_909" from="5376" to="5386">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_910" from="5387" to="5392">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJD</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_911" from="5393" to="5396">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PWS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_912" from="5397" to="5406">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NE</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_913" from="5407" to="5415">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NE</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_914" from="5416" to="5421">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PROAV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_915" from="5422" to="5430">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVPP</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_916" from="5430" to="5431">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_917" from="5432" to="5436">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_918" from="5437" to="5440">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_919" from="5441" to="5453">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJA</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_920" from="5454" to="5474">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_921" from="5475" to="5478">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_922" from="5479" to="5484">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPOSAT</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_923" from="5485" to="5493">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJA</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_924" from="5494" to="5506">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_925" from="5506" to="5507">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_926" from="5508" to="5512">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_927" from="5513" to="5517">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_928" from="5518" to="5521">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_929" from="5522" to="5527">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_930" from="5528" to="5533">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_931" from="5534" to="5538">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">CARD</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_932" from="5539" to="5549">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJA</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_933" from="5550" to="5559">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_934" from="5560" to="5564">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_935" from="5565" to="5575">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJA</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_936" from="5576" to="5585">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_937" from="5586" to="5593">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVPP</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_938" from="5593" to="5594">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_939" from="5595" to="5599">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KON</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_940" from="5600" to="5604">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_941" from="5605" to="5608">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_942" from="5609" to="5612">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_943" from="5613" to="5625">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJA</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_944" from="5626" to="5632">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_945" from="5633" to="5636">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_946" from="5637" to="5646">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJD</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_947" from="5647" to="5656">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJA</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_948" from="5657" to="5669">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_949" from="5670" to="5673">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_950" from="5674" to="5685">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJA</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_951" from="5686" to="5697">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_952" from="5698" to="5702">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_953" from="5703" to="5707">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">CARD</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_954" from="5708" to="5714">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_955" from="5715" to="5721">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APZR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_956" from="5722" to="5725">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_957" from="5726" to="5731">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PIAT</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_958" from="5732" to="5735">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_959" from="5736" to="5745">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVPP</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_960" from="5746" to="5752">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAPP</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_961" from="5753" to="5754">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_962" from="5755" to="5760">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_963" from="5761" to="5764">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_964" from="5765" to="5768">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_965" from="5769" to="5779">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_966" from="5779" to="5780">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_967" from="5781" to="5785">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PDS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_968" from="5786" to="5789">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_969" from="5790" to="5801">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJD</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_970" from="5802" to="5807">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PTKNEG</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_971" from="5808" to="5817">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJD</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_972" from="5817" to="5818">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_973" from="5819" to="5823">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NE</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_974" from="5824" to="5833">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_975" from="5833" to="5834">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_976" from="5835" to="5839">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KOUS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_977" from="5840" to="5843">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_978" from="5844" to="5847">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_979" from="5848" to="5858">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJA</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_980" from="5859" to="5864">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJA</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_981" from="5865" to="5872">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_982" from="5873" to="5879">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_983" from="5880" to="5889">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJA</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_984" from="5890" to="5896">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJA</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_985" from="5897" to="5900">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KON</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_986" from="5901" to="5909">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJD</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_987" from="5910" to="5919">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVPP</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_988" from="5920" to="5926">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_989" from="5926" to="5927">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_990" from="5928" to="5937">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_991" from="5938" to="5941">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_992" from="5941" to="5942">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_993" from="5943" to="5948">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_994" from="5949" to="5952">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_995" from="5953" to="5958">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_996" from="5959" to="5965">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPOSAT</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_997" from="5966" to="5972">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_998" from="5973" to="5976">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_999" from="5977" to="5981">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1000" from="5982" to="5992">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJA</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1001" from="5993" to="6003">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1002" from="6004" to="6012">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJD</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1003" from="6013" to="6025">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJD</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1004" from="6026" to="6027">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1005" from="6028" to="6032">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1006" from="6033" to="6037">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">CARD</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1007" from="6038" to="6044">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1008" from="6045" to="6052">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1009" from="6053" to="6057">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1010" from="6058" to="6063">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PTKNEG</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1011" from="6063" to="6064">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1012" from="6065" to="6067">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1013" from="6068" to="6074">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1014" from="6075" to="6079">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1015" from="6080" to="6084">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PIAT</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1016" from="6085" to="6088">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1017" from="6089" to="6093">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PROAV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1018" from="6093" to="6094">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1019" from="6095" to="6099">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PRF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1020" from="6100" to="6103">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1021" from="6104" to="6117">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1022" from="6118" to="6120">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PTKZU</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1023" from="6121" to="6128">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1024" from="6128" to="6129">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1025" from="6130" to="6133">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KON</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1026" from="6134" to="6137">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1027" from="6138" to="6142">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1028" from="6143" to="6148">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1029" from="6149" to="6153">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PIS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1030" from="6154" to="6162">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVPP</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1031" from="6162" to="6163">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1032" from="6164" to="6168">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KON</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1033" from="6169" to="6172">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1034" from="6173" to="6178">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1035" from="6178" to="6179">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1036" from="6180" to="6183">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PRELS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1037" from="6184" to="6189">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1038" from="6190" to="6193">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1039" from="6194" to="6204">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1040" from="6205" to="6207">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1041" from="6208" to="6219">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1042" from="6220" to="6227">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVPP</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1043" from="6228" to="6233">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1044" from="6233" to="6234">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1045" from="6235" to="6242">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1046" from="6243" to="6247">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1047" from="6248" to="6251">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KON</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1048" from="6252" to="6266">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJA</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1049" from="6267" to="6280">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1050" from="6280" to="6281">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1051" from="6282" to="6284">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KOUI</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1052" from="6285" to="6287">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PTKZU</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1053" from="6288" to="6294">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1054" from="6294" to="6295">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1055" from="6296" to="6299">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1056" from="6300" to="6304">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1057" from="6305" to="6309">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1058" from="6310" to="6321">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1059" from="6321" to="6322">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1060" from="6323" to="6330">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1061" from="6331" to="6334">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1062" from="6335" to="6340">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1063" from="6341" to="6345">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1064" from="6346" to="6355">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1065" from="6355" to="6356">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1066" from="6357" to="6361">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KON</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1067" from="6362" to="6365">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1068" from="6366" to="6370">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VMFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1069" from="6371" to="6374">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1070" from="6375" to="6381">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1071" from="6382" to="6385">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1072" from="6386" to="6389">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1073" from="6390" to="6406">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1074" from="6407" to="6412">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PTKNEG</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1075" from="6413" to="6419">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1076" from="6420" to="6430">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1077" from="6430" to="6431">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1078" from="6432" to="6436">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KOUS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1079" from="6437" to="6440">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1080" from="6441" to="6453">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1081" from="6454" to="6457">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1082" from="6458" to="6463">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PTKNEG</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1083" from="6464" to="6473">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1084" from="6473" to="6474">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1085" from="6474" to="6475">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$(</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1086" from="6476" to="6481">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NE</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1087" from="6482" to="6485">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJD</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1088" from="6486" to="6502">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1089" from="6503" to="6508">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1090" from="6509" to="6517">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1091" from="6518" to="6523">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1092" from="6524" to="6533">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NE</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1093" from="6534" to="6542">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NE</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1094" from="6543" to="6548">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1095" from="6549" to="6552">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1096" from="6553" to="6556">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1097" from="6557" to="6562">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1098" from="6563" to="6566">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1099" from="6567" to="6572">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1100" from="6573" to="6582">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJA</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1101" from="6583" to="6594">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1102" from="6594" to="6595">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1103" from="6596" to="6599">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PRELS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1104" from="6600" to="6602">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPRART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1105" from="6603" to="6606">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1106" from="6607" to="6614">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1107" from="6615" to="6619">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VMFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1108" from="6619" to="6620">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1109" from="6621" to="6627">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PDAT</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1110" from="6628" to="6638">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1111" from="6639" to="6642">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1112" from="6643" to="6647">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1113" from="6648" to="6653">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1114" from="6654" to="6662">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1115" from="6663" to="6666">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPRART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1116" from="6667" to="6675">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1117" from="6676" to="6679">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1118" from="6680" to="6686">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1119" from="6687" to="6690">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1120" from="6691" to="6708">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1121" from="6708" to="6709">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1122" from="6710" to="6713">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PRELS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1123" from="6714" to="6717">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1124" from="6718" to="6727">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1125" from="6728" to="6733">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1126" from="6734" to="6738">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1127" from="6739" to="6745">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PDAT</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1128" from="6746" to="6752">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1129" from="6753" to="6766">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVPP</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1130" from="6767" to="6770">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1131" from="6770" to="6771">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1132" from="6772" to="6775">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1133" from="6776" to="6782">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1134" from="6783" to="6791">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1135" from="6792" to="6796">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1136" from="6797" to="6803">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PTKVZ</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1137" from="6804" to="6807">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1138" from="6808" to="6820">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1139" from="6821" to="6824">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1140" from="6825" to="6831">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1141" from="6832" to="6839">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1142" from="6840" to="6850">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1143" from="6851" to="6868">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1144" from="6868" to="6869">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1145" from="6870" to="6876">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PDAT</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1146" from="6877" to="6884">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1147" from="6885" to="6888">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1148" from="6889" to="6893">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">CARD</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1149" from="6894" to="6906">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVPP</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1150" from="6907" to="6913">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAPP</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1151" from="6913" to="6914">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1152" from="6915" to="6922">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KOUS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1153" from="6923" to="6931">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1154" from="6932" to="6937">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1155" from="6938" to="6941">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1156" from="6942" to="6958">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1157" from="6959" to="6961">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1158" from="6962" to="6973">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJA</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1159" from="6974" to="6987">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1160" from="6987" to="6988">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1161" from="6989" to="6999">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1162" from="7000" to="7003">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KON</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1163" from="7004" to="7010">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1164" from="7011" to="7026">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVPP</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1165" from="7027" to="7032">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1166" from="7032" to="7033">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1167" from="7034" to="7038">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1168" from="7039" to="7057">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJA</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1169" from="7058" to="7066">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1170" from="7067" to="7072">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1171" from="7073" to="7076">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1172" from="7077" to="7082">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1173" from="7083" to="7088">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1174" from="7089" to="7093">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1175" from="7094" to="7098">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">CARD</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1176" from="7099" to="7104">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1177" from="7105" to="7112">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PIS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1178" from="7113" to="7122">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVPP</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1179" from="7122" to="7123">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1180" from="7124" to="7129">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1181" from="7130" to="7135">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1182" from="7136" to="7138">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1183" from="7139" to="7143">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1184" from="7144" to="7147">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1185" from="7148" to="7151">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">CARD</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1186" from="7152" to="7161">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1187" from="7162" to="7166">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1188" from="7167" to="7169">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PTKZU</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1189" from="7170" to="7178">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1190" from="7178" to="7179">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1191" from="7180" to="7183">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PRELS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1192" from="7184" to="7188">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PRF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1193" from="7189" to="7191">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1194" from="7192" to="7197">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1195" from="7198" to="7207">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJA</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1196" from="7208" to="7219">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1197" from="7220" to="7222">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1198" from="7223" to="7231">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJA</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1199" from="7232" to="7235">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KON</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1200" from="7236" to="7248">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJA</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1201" from="7249" to="7262">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1202" from="7263" to="7268">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KON</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1203" from="7269" to="7281">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJD</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1204" from="7282" to="7286">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1205" from="7287" to="7289">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1206" from="7290" to="7295">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1207" from="7296" to="7299">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1208" from="7300" to="7310">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1209" from="7311" to="7313">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1210" from="7314" to="7322">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1211" from="7323" to="7330">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1212" from="7331" to="7335">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VMFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1213" from="7335" to="7336">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1214" from="7337" to="7340">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1215" from="7341" to="7346">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1216" from="7347" to="7353">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VMFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1217" from="7354" to="7356">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1218" from="7357" to="7360">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPRART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1219" from="7361" to="7367">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1220" from="7368" to="7371">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPRART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1221" from="7372" to="7376">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1222" from="7377" to="7380">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KON</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1223" from="7381" to="7384">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1224" from="7385" to="7392">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1225" from="7393" to="7401">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVPP</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1226" from="7402" to="7408">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1227" from="7408" to="7409">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1228" from="7410" to="7414">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KON</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1229" from="7415" to="7420">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJD</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1230" from="7421" to="7426">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PROAV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1231" from="7427" to="7433">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1232" from="7434" to="7436">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1233" from="7436" to="7437">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1234" from="7438" to="7441">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1235" from="7442" to="7449">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PIAT</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1236" from="7450" to="7456">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1237" from="7457" to="7467">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1238" from="7468" to="7472">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1239" from="7473" to="7484">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1240" from="7484" to="7485">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1241" from="7486" to="7494">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PROAV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1242" from="7495" to="7499">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1243" from="7500" to="7513">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NE</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1244" from="7513" to="7514">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1245" from="7515" to="7537">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1246" from="7538" to="7546">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NE</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1247" from="7547" to="7552">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NE</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1248" from="7553" to="7554">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$(</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1249" from="7554" to="7557">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NE</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1250" from="7557" to="7558">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$(</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1251" from="7559" to="7563">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1252" from="7564" to="7568">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PROAV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1253" from="7568" to="7569">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1254" from="7570" to="7574">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1255" from="7575" to="7581">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1256" from="7582" to="7585">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1257" from="7586" to="7597">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1258" from="7598" to="7601">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1259" from="7602" to="7607">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1260" from="7608" to="7610">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1261" from="7611" to="7617">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PDAT</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1262" from="7618" to="7622">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1263" from="7623" to="7625">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PTKVZ</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1264" from="7625" to="7626">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1265" from="7627" to="7631">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KOUS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1266" from="7632" to="7634">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1267" from="7635" to="7638">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PRF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1268" from="7639" to="7646">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1269" from="7647" to="7651">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VMFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1270" from="7651" to="7652">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1271" from="7653" to="7666">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1272" from="7667" to="7670">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1273" from="7671" to="7680">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJA</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1274" from="7681" to="7691">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1275" from="7692" to="7694">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPRART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1276" from="7695" to="7703">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJA</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1277" from="7704" to="7711">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1278" from="7712" to="7714">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PTKZU</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1279" from="7715" to="7725">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1280" from="7725" to="7726">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1281" from="7726" to="7727">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$(</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1282" from="7728" to="7731">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1283" from="7732" to="7736">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1284" from="7737" to="7744">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1285" from="7745" to="7749">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PRF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1286" from="7750" to="7756">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1287" from="7757" to="7759">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1288" from="7760" to="7766">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPOSAT</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1289" from="7767" to="7780">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1290" from="7780" to="7781">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1291" from="7782" to="7786">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KOUS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1292" from="7787" to="7789">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1293" from="7790" to="7809">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1294" from="7809" to="7810">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1295" from="7811" to="7813">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1296" from="7814" to="7821">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1297" from="7822" to="7826">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KON</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1298" from="7827" to="7829">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1299" from="7830" to="7841">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJA</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1300" from="7842" to="7855">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1301" from="7856" to="7862">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1302" from="7863" to="7868">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1303" from="7869" to="7872">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1304" from="7873" to="7879">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1305" from="7880" to="7883">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KON</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1306" from="7884" to="7894">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1307" from="7895" to="7901">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1308" from="7901" to="7902">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1309" from="7903" to="7905">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1310" from="7906" to="7911">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJD</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1311" from="7911" to="7912">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1312" from="7913" to="7918">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">CARD</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1313" from="7919" to="7923">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1314" from="7924" to="7927">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1315" from="7928" to="7941">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1316" from="7942" to="7950">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1317" from="7951" to="7954">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1318" from="7955" to="7966">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1319" from="7967" to="7970">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1320" from="7971" to="7974">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1321" from="7975" to="7990">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1322" from="7991" to="7994">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1323" from="7995" to="8006">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVPP</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1324" from="8006" to="8007">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1325" from="8008" to="8011">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1326" from="8012" to="8017">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1327" from="8018" to="8021">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1328" from="8022" to="8027">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1329" from="8028" to="8035">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1330" from="8036" to="8039">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1331" from="8040" to="8042">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">CARD</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1332" from="8043" to="8052">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1333" from="8053" to="8057">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1334" from="8058" to="8062">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1335" from="8063" to="8074">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1336" from="8075" to="8078">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1337" from="8079" to="8085">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1338" from="8086" to="8088">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PTKZU</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1339" from="8089" to="8096">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1340" from="8096" to="8097">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1341" from="8098" to="8102">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1342" from="8103" to="8111">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1343" from="8112" to="8115">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1344" from="8116" to="8142">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1345" from="8143" to="8149">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VMFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1346" from="8150" to="8156">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PROAV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1347" from="8157" to="8160">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1348" from="8161" to="8166">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PIS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1349" from="8167" to="8176">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1350" from="8177" to="8184">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVPP</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1351" from="8185" to="8191">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1352" from="8191" to="8192">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1353" from="8193" to="8198">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KOUS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1354" from="8199" to="8202">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1355" from="8203" to="8216">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1356" from="8217" to="8222">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PDAT</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1357" from="8223" to="8229">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1358" from="8230" to="8235">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PTKNEG</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1359" from="8236" to="8246">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1360" from="8246" to="8247">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1361" from="8248" to="8255">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1362" from="8256" to="8258">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1363" from="8259" to="8262">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1364" from="8263" to="8272">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJA</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1365" from="8273" to="8279">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1366" from="8280" to="8285">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KON</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1367" from="8286" to="8288">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1368" from="8289" to="8292">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1369" from="8293" to="8313">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1370" from="8314" to="8320">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1371" from="8321" to="8325">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1372" from="8326" to="8331">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PTKNEG</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1373" from="8332" to="8336">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PTKVZ</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1374" from="8336" to="8337">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1375" from="8338" to="8345">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVPP</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1376" from="8346" to="8349">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1377" from="8349" to="8350">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1378" from="8351" to="8355">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KOUS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1379" from="8356" to="8359">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1380" from="8360" to="8372">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJA</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1381" from="8373" to="8396">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1382" from="8397" to="8401">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1383" from="8402" to="8405">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1384" from="8406" to="8413">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1385" from="8414" to="8417">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1386" from="8418" to="8429">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1387" from="8430" to="8441">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1388" from="8442" to="8446">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1389" from="8446" to="8447">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1390" from="8448" to="8451">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PRELS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1391" from="8452" to="8456">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PRF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1392" from="8457" to="8462">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1393" from="8463" to="8470">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PIS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1394" from="8471" to="8474">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1395" from="8475" to="8481">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1396" from="8482" to="8485">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KON</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1397" from="8486" to="8503">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1398" from="8504" to="8509">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KON</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1399" from="8510" to="8520">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1400" from="8521" to="8524">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1401" from="8525" to="8529">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1402" from="8530" to="8533">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KON</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1403" from="8534" to="8541">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1404" from="8542" to="8556">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1405" from="8557" to="8561">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VMFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1406" from="8561" to="8562">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1407" from="8563" to="8565">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPRART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1408" from="8566" to="8582">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1409" from="8583" to="8586">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1410" from="8587" to="8593">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJA</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1411" from="8594" to="8601">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1412" from="8602" to="8606">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1413" from="8607" to="8612">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PROAV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1414" from="8613" to="8617">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1415" from="8618" to="8628">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1416" from="8629" to="8632">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1417" from="8633" to="8647">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1418" from="8648" to="8651">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1419" from="8652" to="8654">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">CARD</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1420" from="8655" to="8658">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">CARD</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1421" from="8659" to="8663">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1422" from="8664" to="8667">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1423" from="8668" to="8681">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1424" from="8682" to="8695">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVPP</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1425" from="8695" to="8696">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1426" from="8697" to="8699">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1427" from="8700" to="8712">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1428" from="8713" to="8717">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VMFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1429" from="8718" to="8722">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1430" from="8723" to="8727">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1431" from="8728" to="8735">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVPP</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1432" from="8736" to="8742">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1433" from="8743" to="8749">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VMFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1434" from="8749" to="8750">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1435" from="8751" to="8754">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1436" from="8755" to="8760">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1437" from="8761" to="8765">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VMFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1438" from="8766" to="8771">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1439" from="8772" to="8779">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJD</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1440" from="8780" to="8783">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KON</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1441" from="8784" to="8798">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJD</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1442" from="8799" to="8807">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1443" from="8807" to="8808">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1444" from="8809" to="8814">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1445" from="8815" to="8817">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1446" from="8817" to="8818">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1447" from="8819" to="8824">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1448" from="8825" to="8830">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1449" from="8831" to="8834">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1450" from="8835" to="8843">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1451" from="8844" to="8853">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NE</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1452" from="8854" to="8862">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NE</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1453" from="8863" to="8868">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1454" from="8869" to="8871">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1455" from="8872" to="8875">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1456" from="8876" to="8881">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1457" from="8882" to="8887">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1458" from="8888" to="8901">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1459" from="8902" to="8903">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1460" from="8904" to="8907">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1461" from="8908" to="8913">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1462" from="8913" to="8914">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1463" from="8915" to="8919">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KOUS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1464" from="8920" to="8923">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1465" from="8924" to="8928">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1466" from="8929" to="8935">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PDAT</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1467" from="8936" to="8939">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1468" from="8940" to="8947">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1469" from="8948" to="8952">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1470" from="8953" to="8960">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJA</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1471" from="8961" to="8971">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJA</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1472" from="8972" to="8980">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1473" from="8981" to="8991">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1474" from="8992" to="8996">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VMFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1475" from="8996" to="8997">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1476" from="8998" to="9000">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1477" from="9001" to="9004">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1478" from="9005" to="9011">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1479" from="9011" to="9012">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1480" from="9013" to="9016">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PRELS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1481" from="9017" to="9020">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1482" from="9021" to="9023">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1483" from="9024" to="9030">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPOSAT</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1484" from="9031" to="9040">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1485" from="9041" to="9050">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVPP</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1486" from="9051" to="9056">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1487" from="9056" to="9057">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1488" from="9058" to="9066">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1489" from="9067" to="9070">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1490" from="9070" to="9071">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1491" from="9072" to="9078">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJD</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1492" from="9079" to="9085">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1493" from="9086" to="9088">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PTKZU</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1494" from="9089" to="9098">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1495" from="9099" to="9101">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1496" from="9102" to="9105">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1497" from="9106" to="9115">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1498" from="9115" to="9116">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1499" from="9117" to="9125">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJD</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1500" from="9126" to="9135">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJA</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1501" from="9136" to="9141">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1502" from="9142" to="9144">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PTKZU</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1503" from="9145" to="9153">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1504" from="9153" to="9154">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1505" from="9155" to="9159">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1506" from="9160" to="9163">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1507" from="9164" to="9170">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1508" from="9171" to="9174">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1509" from="9175" to="9183">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1510" from="9184" to="9190">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PTKVZ</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1511" from="9191" to="9192">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1512" from="9193" to="9196">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1513" from="9197" to="9203">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1514" from="9203" to="9204">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1515" from="9205" to="9208">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PRELS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1516" from="9209" to="9213">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PIAT</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1517" from="9214" to="9225">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1518" from="9226" to="9230">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1519" from="9231" to="9234">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJD</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1520" from="9235" to="9238">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1521" from="9239" to="9242">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1522" from="9243" to="9265">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1523" from="9266" to="9272">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1524" from="9272" to="9273">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1525" from="9274" to="9279">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PIAT</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1526" from="9280" to="9289">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1527" from="9290" to="9298">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1528" from="9299" to="9303">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1529" from="9304" to="9308">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1530" from="9309" to="9312">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1531" from="9313" to="9330">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1532" from="9330" to="9331">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1533" from="9332" to="9337">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1534" from="9338" to="9344">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1535" from="9345" to="9348">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1536" from="9349" to="9352">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1537" from="9353" to="9363">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJA</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1538" from="9364" to="9367">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1539" from="9368" to="9371">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1540" from="9372" to="9375">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1541" from="9376" to="9382">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJA</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1542" from="9383" to="9392">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1543" from="9393" to="9395">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1544" from="9396" to="9399">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1545" from="9400" to="9412">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJA</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1546" from="9412" to="9413">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1547" from="9414" to="9424">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJA</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1548" from="9425" to="9430">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1549" from="9430" to="9431">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1550" from="9432" to="9435">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1551" from="9436" to="9439">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PRELS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1552" from="9440" to="9442">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1553" from="9443" to="9447">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1554" from="9448" to="9452">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1555" from="9453" to="9459">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1556" from="9460" to="9464">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1557" from="9464" to="9465">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1558" from="9466" to="9469">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PDS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1559" from="9470" to="9474">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1560" from="9475" to="9479">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1561" from="9480" to="9490">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJD</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1562" from="9491" to="9500">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1563" from="9500" to="9501">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1564" from="9502" to="9505">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1565" from="9506" to="9512">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PIAT</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1566" from="9513" to="9523">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1567" from="9524" to="9529">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1568" from="9530" to="9533">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1569" from="9534" to="9538">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1570" from="9538" to="9539">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1571" from="9540" to="9554">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1572" from="9555" to="9561">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1573" from="9562" to="9564">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PTKZU</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1574" from="9565" to="9571">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1575" from="9571" to="9572">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1576" from="9573" to="9576">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KON</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1577" from="9577" to="9582">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PIS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1578" from="9583" to="9588">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1579" from="9589" to="9594">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PTKNEG</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1580" from="9595" to="9599">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1581" from="9600" to="9603">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1582" from="9604" to="9609">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1583" from="9610" to="9612">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PTKZU</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1584" from="9613" to="9620">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1585" from="9620" to="9621">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1586" from="9622" to="9627">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1587" from="9628" to="9632">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PRF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1588" from="9633" to="9636">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PTKVZ</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1589" from="9636" to="9637">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1590" from="9638" to="9641">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1591" from="9642" to="9648">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1592" from="9649" to="9654">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1593" from="9655" to="9660">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1594" from="9661" to="9666">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PIS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1595" from="9667" to="9672">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1596" from="9673" to="9679">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1597" from="9680" to="9683">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PTKVZ</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1598" from="9683" to="9684">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1599" from="9685" to="9691">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1600" from="9692" to="9698">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1601" from="9698" to="9699">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1602" from="9700" to="9704">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KOUS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1603" from="9705" to="9713">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1604" from="9714" to="9719">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PTKNEG</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1605" from="9719" to="9720">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1606" from="9721" to="9726">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PWAV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1607" from="9727" to="9730">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1608" from="9731" to="9734">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1609" from="9735" to="9740">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1610" from="9741" to="9746">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1611" from="9746" to="9747">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1612" from="9748" to="9751">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1613" from="9752" to="9755">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1614" from="9756" to="9761">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1615" from="9762" to="9765">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1616" from="9766" to="9772">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJA</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1617" from="9773" to="9778">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1618" from="9779" to="9787">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVPP</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1619" from="9788" to="9791">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1620" from="9792" to="9798">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPOSAT</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1621" from="9799" to="9802">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1622" from="9802" to="9803">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1623" from="9804" to="9807">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1624" from="9808" to="9812">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPOSAT</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1625" from="9813" to="9818">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1626" from="9819" to="9834">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1627" from="9835" to="9838">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KON</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1628" from="9839" to="9844">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PTKNEG</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1629" from="9845" to="9849">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1630" from="9850" to="9855">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1631" from="9856" to="9858">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PTKZU</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1632" from="9859" to="9863">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1633" from="9863" to="9864">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1634" from="9864" to="9865">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$(</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1635" from="9866" to="9870">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1636" from="9871" to="9875">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VMFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1637" from="9876" to="9879">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1638" from="9880" to="9884">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPOSAT</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1639" from="9885" to="9890">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1640" from="9891" to="9904">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1641" from="9905" to="9908">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KON</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1642" from="9909" to="9914">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PTKNEG</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1643" from="9915" to="9919">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1644" from="9920" to="9925">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1645" from="9926" to="9930">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1646" from="9930" to="9931">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1647" from="9931" to="9932">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$(</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1648" from="9933" to="9942">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NE</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1649" from="9943" to="9951">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NE</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1650" from="9952" to="9956">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1651" from="9957" to="9964">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1652" from="9964" to="9965">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1653" from="9966" to="9969">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1654" from="9970" to="9976">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJD</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1655" from="9977" to="9984">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1656" from="9985" to="9991">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1657" from="9991" to="9992">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1658" from="9993" to="9998">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1659" from="9998" to="9999">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1660" from="10000" to="10005">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1661" from="10006" to="10011">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJA</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1662" from="10012" to="10018">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1663" from="10019" to="10023">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VMFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1664" from="10024" to="10027">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1665" from="10028" to="10043">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1666" from="10044" to="10049">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1667" from="10050" to="10057">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1668" from="10058" to="10061">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1669" from="10062" to="10072">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1670" from="10073" to="10076">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1671" from="10077" to="10082">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1672" from="10083" to="10092">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJA</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1673" from="10093" to="10104">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1674" from="10105" to="10115">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1675" from="10115" to="10116">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1676" from="10117" to="10122">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PWAV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1677" from="10123" to="10133">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1678" from="10134" to="10138">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PRF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1679" from="10139" to="10142">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1680" from="10143" to="10149">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1681" from="10150" to="10155">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PTKNEG</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1682" from="10156" to="10161">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PROAV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1683" from="10161" to="10162">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1684" from="10163" to="10168">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KOUS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1685" from="10169" to="10172">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1686" from="10173" to="10178">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1687" from="10179" to="10182">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KOKOM</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1688" from="10183" to="10190">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVPP</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1689" from="10191" to="10194">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">CARD</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1690" from="10195" to="10204">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1691" from="10205" to="10209">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1692" from="10210" to="10218">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1693" from="10219" to="10223">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VMFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1694" from="10223" to="10224">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1695" from="10225" to="10228">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PWS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1696" from="10229" to="10232">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1697" from="10233" to="10241">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1698" from="10242" to="10245">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1699" from="10246" to="10256">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1700" from="10257" to="10260">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KON</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1701" from="10261" to="10266">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1702" from="10267" to="10271">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1703" from="10272" to="10274">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1704" from="10275" to="10279">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1705" from="10280" to="10285">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1706" from="10285" to="10287">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1707" from="10288" to="10291">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1708" from="10292" to="10299">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1709" from="10300" to="10313">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1710" from="10314" to="10322">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NE</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1711" from="10323" to="10330">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NE</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1712" from="10331" to="10336">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PDAT</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1713" from="10337" to="10345">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1714" from="10346" to="10349">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1715" from="10350" to="10359">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NE</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1716" from="10360" to="10368">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NE</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1717" from="10369" to="10372">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1718" from="10373" to="10380">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PIAT</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1719" from="10381" to="10387">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1720" from="10388" to="10399">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVPP</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1721" from="10399" to="10400">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1722" from="10401" to="10404">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KOUS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1723" from="10405" to="10408">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1724" from="10409" to="10414">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1725" from="10415" to="10418">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1726" from="10419" to="10428">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJA</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1727" from="10429" to="10440">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1728" from="10441" to="10446">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1729" from="10447" to="10451">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPOSAT</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1730" from="10452" to="10458">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1731" from="10459" to="10462">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPRART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1732" from="10463" to="10473">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1733" from="10474" to="10476">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1734" from="10477" to="10482">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1735" from="10483" to="10489">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1736" from="10490" to="10493">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1737" from="10493" to="10494">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1738" from="10495" to="10499">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1739" from="10500" to="10505">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1740" from="10506" to="10511">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1741" from="10511" to="10512">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1742" from="10513" to="10516">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PRELS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1743" from="10517" to="10520">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1744" from="10521" to="10526">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1745" from="10526" to="10527">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1746" from="10528" to="10531">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1747" from="10532" to="10535">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1748" from="10536" to="10545">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVPP</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1749" from="10545" to="10546">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1750" from="10547" to="10551">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KON</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1751" from="10552" to="10554">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1752" from="10555" to="10559">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1753" from="10560" to="10565">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1754" from="10566" to="10570">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1755" from="10571" to="10574">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1756" from="10575" to="10585">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJA</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1757" from="10586" to="10590">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1758" from="10591" to="10593">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1759" from="10594" to="10597">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PTKVZ</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1760" from="10597" to="10598">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1761" from="10599" to="10601">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1762" from="10602" to="10605">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1763" from="10606" to="10609">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1764" from="10610" to="10617">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJA</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1765" from="10618" to="10624">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1766" from="10624" to="10625">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1767" from="10626" to="10630">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KON</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1768" from="10631" to="10637">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1769" from="10638" to="10644">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VMFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1770" from="10645" to="10648">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1771" from="10649" to="10656">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PIS</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1772" from="10657" to="10663">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1773" from="10663" to="10664">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$,</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1774" from="10665" to="10669">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1775" from="10670" to="10673">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1776" from="10673" to="10674">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1777" from="10675" to="10679">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1778" from="10680" to="10685">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1779" from="10686" to="10700">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1780" from="10701" to="10703">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">APPR</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1781" from="10704" to="10707">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1782" from="10707" to="10708">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1783" from="10709" to="10719">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1784" from="10720" to="10726">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1785" from="10727" to="10730">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1786" from="10731" to="10734">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1787" from="10735" to="10739">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1788" from="10740" to="10747">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1789" from="10748" to="10751">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">KON</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1790" from="10752" to="10754">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1791" from="10755" to="10764">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJD</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1792" from="10765" to="10774">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1793" from="10774" to="10775">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1794" from="10776" to="10788">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1795" from="10789" to="10795">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1796" from="10796" to="10799">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1797" from="10800" to="10803">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1798" from="10804" to="10812">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1799" from="10813" to="10821">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1800" from="10822" to="10823">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1801" from="10824" to="10828">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADV</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1802" from="10829" to="10832">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ART</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1803" from="10833" to="10838">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VAFIN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1804" from="10839" to="10842">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PPER</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1805" from="10843" to="10857">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">ADJD</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1806" from="10858" to="10863">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">PTKNEG</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1807" from="10864" to="10873">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">VVINF</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1808" from="10873" to="10874">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1809" from="10874" to="10875">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$(</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1810" from="10876" to="10880">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NN</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1811" from="10880" to="10881">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">$.</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1812" from="10882" to="10889">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NE</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-      <span id="s_1813" from="10890" to="10897">
-         <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-            <f name="lex">
-               <fs>
-                  <f name="pos">NE</f>
-               </fs>
-            </f>
-         </fs>
-      </span>
-   </spanList>
-</layer>
diff --git a/t/corpus/BRZ13/00001/opennlp/sentences.xml b/t/corpus/BRZ13/00001/opennlp/sentences.xml
deleted file mode 100644
index 92eedec..0000000
--- a/t/corpus/BRZ13/00001/opennlp/sentences.xml
+++ /dev/null
@@ -1,96 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><?xml-model href="span.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?><layer xmlns="http://ids-mannheim.de/ns/KorAP" docid="BRZ13_APR.00001" VERSION="KorAP-0.4">
-   <spanList>
-      <span from="0" to="104"/>
-      <span from="105" to="209"/>
-      <span from="210" to="253"/>
-      <span from="254" to="267"/>
-      <span from="269" to="465"/>
-      <span from="466" to="549"/>
-      <span from="550" to="623"/>
-      <span from="624" to="726"/>
-      <span from="727" to="921"/>
-      <span from="922" to="1107"/>
-      <span from="1108" to="1231"/>
-      <span from="1232" to="1312"/>
-      <span from="1313" to="1587"/>
-      <span from="1588" to="1667"/>
-      <span from="1668" to="1884"/>
-      <span from="1885" to="1981"/>
-      <span from="1982" to="2018"/>
-      <span from="2019" to="2133"/>
-      <span from="2134" to="2259"/>
-      <span from="2260" to="2371"/>
-      <span from="2372" to="2442"/>
-      <span from="2443" to="2544"/>
-      <span from="2545" to="2666"/>
-      <span from="2667" to="2779"/>
-      <span from="2780" to="2797"/>
-      <span from="2798" to="2919"/>
-      <span from="2920" to="3042"/>
-      <span from="3043" to="3143"/>
-      <span from="3144" to="3266"/>
-      <span from="3267" to="3305"/>
-      <span from="3306" to="3356"/>
-      <span from="3357" to="3493"/>
-      <span from="3494" to="3551"/>
-      <span from="3552" to="3628"/>
-      <span from="3629" to="3664"/>
-      <span from="3665" to="3771"/>
-      <span from="3772" to="3867"/>
-      <span from="3868" to="3920"/>
-      <span from="3921" to="3939"/>
-      <span from="3940" to="3967"/>
-      <span from="3968" to="4069"/>
-      <span from="4070" to="4122"/>
-      <span from="4123" to="4143"/>
-      <span from="4144" to="4230"/>
-      <span from="4231" to="4338"/>
-      <span from="4339" to="4474"/>
-      <span from="4475" to="4594"/>
-      <span from="4595" to="4664"/>
-      <span from="4665" to="4910"/>
-      <span from="4911" to="5041"/>
-      <span from="5042" to="5169"/>
-      <span from="5170" to="5364"/>
-      <span from="5365" to="5507"/>
-      <span from="5508" to="5818"/>
-      <span from="5819" to="5942"/>
-      <span from="5943" to="6064"/>
-      <span from="6065" to="6163"/>
-      <span from="6164" to="6295"/>
-      <span from="6296" to="6356"/>
-      <span from="6357" to="6475"/>
-      <span from="6476" to="6620"/>
-      <span from="6621" to="6771"/>
-      <span from="6772" to="6869"/>
-      <span from="6870" to="7033"/>
-      <span from="7034" to="7336"/>
-      <span from="7337" to="7409"/>
-      <span from="7410" to="7514"/>
-      <span from="7515" to="7727"/>
-      <span from="7728" to="7912"/>
-      <span from="7913" to="8097"/>
-      <span from="8098" to="8247"/>
-      <span from="8248" to="8337"/>
-      <span from="8338" to="8562"/>
-      <span from="8563" to="8750"/>
-      <span from="8751" to="8818"/>
-      <span from="8819" to="8997"/>
-      <span from="8998" to="9273"/>
-      <span from="9274" to="9501"/>
-      <span from="9502" to="9572"/>
-      <span from="9573" to="9637"/>
-      <span from="9638" to="9747"/>
-      <span from="9748" to="9865"/>
-      <span from="9866" to="9932"/>
-      <span from="9933" to="10116"/>
-      <span from="10117" to="10224"/>
-      <span from="10225" to="10287"/>
-      <span from="10288" to="10494"/>
-      <span from="10495" to="10598"/>
-      <span from="10599" to="10674"/>
-      <span from="10675" to="10775"/>
-      <span from="10776" to="10875"/>
-      <span from="10876" to="10897"/>
-   </spanList>
-</layer>
diff --git a/t/corpus/BRZ13/00001/opennlp/tokens.xml b/t/corpus/BRZ13/00001/opennlp/tokens.xml
deleted file mode 100644
index 3a4f876..0000000
--- a/t/corpus/BRZ13/00001/opennlp/tokens.xml
+++ /dev/null
@@ -1,1818 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><?xml-model href="span.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?><layer xmlns="http://ids-mannheim.de/ns/KorAP" docid="BRZ13_APR.00001" VERSION="KorAP-0.4">
-   <spanList>
-      <span id="s_0" from="0" to="9"/>
-      <span id="s_1" from="10" to="20"/>
-      <span id="s_2" from="21" to="26"/>
-      <span id="s_3" from="27" to="37"/>
-      <span id="s_4" from="38" to="42"/>
-      <span id="s_5" from="43" to="49"/>
-      <span id="s_6" from="50" to="54"/>
-      <span id="s_7" from="55" to="59"/>
-      <span id="s_8" from="60" to="62"/>
-      <span id="s_9" from="63" to="66"/>
-      <span id="s_10" from="66" to="67"/>
-      <span id="s_11" from="68" to="71"/>
-      <span id="s_12" from="72" to="77"/>
-      <span id="s_13" from="78" to="84"/>
-      <span id="s_14" from="85" to="88"/>
-      <span id="s_15" from="89" to="103"/>
-      <span id="s_16" from="103" to="104"/>
-      <span id="s_17" from="105" to="108"/>
-      <span id="s_18" from="109" to="113"/>
-      <span id="s_19" from="114" to="117"/>
-      <span id="s_20" from="118" to="133"/>
-      <span id="s_21" from="134" to="139"/>
-      <span id="s_22" from="140" to="145"/>
-      <span id="s_23" from="146" to="156"/>
-      <span id="s_24" from="156" to="157"/>
-      <span id="s_25" from="158" to="163"/>
-      <span id="s_26" from="164" to="167"/>
-      <span id="s_27" from="168" to="176"/>
-      <span id="s_28" from="177" to="186"/>
-      <span id="s_29" from="187" to="194"/>
-      <span id="s_30" from="195" to="201"/>
-      <span id="s_31" from="202" to="208"/>
-      <span id="s_32" from="208" to="209"/>
-      <span id="s_33" from="210" to="214"/>
-      <span id="s_34" from="215" to="225"/>
-      <span id="s_35" from="226" to="233"/>
-      <span id="s_36" from="234" to="238"/>
-      <span id="s_37" from="239" to="242"/>
-      <span id="s_38" from="243" to="252"/>
-      <span id="s_39" from="252" to="253"/>
-      <span id="s_40" from="254" to="266"/>
-      <span id="s_41" from="266" to="267"/>
-      <span id="s_42" from="269" to="272"/>
-      <span id="s_43" from="273" to="277"/>
-      <span id="s_44" from="277" to="278"/>
-      <span id="s_45" from="279" to="282"/>
-      <span id="s_46" from="283" to="288"/>
-      <span id="s_47" from="289" to="294"/>
-      <span id="s_48" from="295" to="301"/>
-      <span id="s_49" from="301" to="302"/>
-      <span id="s_50" from="303" to="306"/>
-      <span id="s_51" from="307" to="313"/>
-      <span id="s_52" from="314" to="318"/>
-      <span id="s_53" from="319" to="329"/>
-      <span id="s_54" from="329" to="330"/>
-      <span id="s_55" from="331" to="333"/>
-      <span id="s_56" from="334" to="339"/>
-      <span id="s_57" from="340" to="346"/>
-      <span id="s_58" from="347" to="349"/>
-      <span id="s_59" from="350" to="356"/>
-      <span id="s_60" from="357" to="366"/>
-      <span id="s_61" from="367" to="375"/>
-      <span id="s_62" from="376" to="379"/>
-      <span id="s_63" from="379" to="380"/>
-      <span id="s_64" from="381" to="385"/>
-      <span id="s_65" from="386" to="390"/>
-      <span id="s_66" from="391" to="397"/>
-      <span id="s_67" from="398" to="401"/>
-      <span id="s_68" from="402" to="405"/>
-      <span id="s_69" from="406" to="411"/>
-      <span id="s_70" from="412" to="415"/>
-      <span id="s_71" from="416" to="425"/>
-      <span id="s_72" from="426" to="431"/>
-      <span id="s_73" from="432" to="438"/>
-      <span id="s_74" from="439" to="446"/>
-      <span id="s_75" from="447" to="458"/>
-      <span id="s_76" from="459" to="464"/>
-      <span id="s_77" from="464" to="465"/>
-      <span id="s_78" from="466" to="470"/>
-      <span id="s_79" from="471" to="474"/>
-      <span id="s_80" from="475" to="478"/>
-      <span id="s_81" from="479" to="481"/>
-      <span id="s_82" from="482" to="485"/>
-      <span id="s_83" from="486" to="489"/>
-      <span id="s_84" from="490" to="492"/>
-      <span id="s_85" from="493" to="498"/>
-      <span id="s_86" from="499" to="508"/>
-      <span id="s_87" from="509" to="515"/>
-      <span id="s_88" from="515" to="516"/>
-      <span id="s_89" from="517" to="524"/>
-      <span id="s_90" from="525" to="528"/>
-      <span id="s_91" from="529" to="541"/>
-      <span id="s_92" from="542" to="548"/>
-      <span id="s_93" from="548" to="549"/>
-      <span id="s_94" from="550" to="554"/>
-      <span id="s_95" from="555" to="559"/>
-      <span id="s_96" from="560" to="565"/>
-      <span id="s_97" from="566" to="569"/>
-      <span id="s_98" from="570" to="575"/>
-      <span id="s_99" from="576" to="580"/>
-      <span id="s_100" from="581" to="586"/>
-      <span id="s_101" from="586" to="587"/>
-      <span id="s_102" from="588" to="591"/>
-      <span id="s_103" from="592" to="602"/>
-      <span id="s_104" from="603" to="609"/>
-      <span id="s_105" from="610" to="614"/>
-      <span id="s_106" from="615" to="618"/>
-      <span id="s_107" from="619" to="622"/>
-      <span id="s_108" from="622" to="623"/>
-      <span id="s_109" from="624" to="627"/>
-      <span id="s_110" from="628" to="634"/>
-      <span id="s_111" from="635" to="640"/>
-      <span id="s_112" from="641" to="647"/>
-      <span id="s_113" from="648" to="651"/>
-      <span id="s_114" from="652" to="656"/>
-      <span id="s_115" from="657" to="659"/>
-      <span id="s_116" from="660" to="670"/>
-      <span id="s_117" from="671" to="672"/>
-      <span id="s_118" from="673" to="676"/>
-      <span id="s_119" from="677" to="683"/>
-      <span id="s_120" from="684" to="691"/>
-      <span id="s_121" from="692" to="698"/>
-      <span id="s_122" from="699" to="702"/>
-      <span id="s_123" from="703" to="706"/>
-      <span id="s_124" from="707" to="716"/>
-      <span id="s_125" from="717" to="725"/>
-      <span id="s_126" from="725" to="726"/>
-      <span id="s_127" from="727" to="731"/>
-      <span id="s_128" from="732" to="735"/>
-      <span id="s_129" from="736" to="745"/>
-      <span id="s_130" from="746" to="754"/>
-      <span id="s_131" from="755" to="757"/>
-      <span id="s_132" from="758" to="763"/>
-      <span id="s_133" from="764" to="770"/>
-      <span id="s_134" from="771" to="776"/>
-      <span id="s_135" from="777" to="779"/>
-      <span id="s_136" from="780" to="791"/>
-      <span id="s_137" from="792" to="802"/>
-      <span id="s_138" from="803" to="817"/>
-      <span id="s_139" from="817" to="818"/>
-      <span id="s_140" from="819" to="822"/>
-      <span id="s_141" from="823" to="827"/>
-      <span id="s_142" from="828" to="831"/>
-      <span id="s_143" from="832" to="835"/>
-      <span id="s_144" from="836" to="841"/>
-      <span id="s_145" from="842" to="846"/>
-      <span id="s_146" from="846" to="847"/>
-      <span id="s_147" from="848" to="853"/>
-      <span id="s_148" from="854" to="857"/>
-      <span id="s_149" from="858" to="861"/>
-      <span id="s_150" from="862" to="868"/>
-      <span id="s_151" from="869" to="875"/>
-      <span id="s_152" from="875" to="876"/>
-      <span id="s_153" from="877" to="881"/>
-      <span id="s_154" from="882" to="887"/>
-      <span id="s_155" from="888" to="891"/>
-      <span id="s_156" from="891" to="892"/>
-      <span id="s_157" from="893" to="898"/>
-      <span id="s_158" from="899" to="902"/>
-      <span id="s_159" from="903" to="905"/>
-      <span id="s_160" from="906" to="912"/>
-      <span id="s_161" from="913" to="920"/>
-      <span id="s_162" from="920" to="921"/>
-      <span id="s_163" from="922" to="926"/>
-      <span id="s_164" from="927" to="931"/>
-      <span id="s_165" from="932" to="941"/>
-      <span id="s_166" from="942" to="945"/>
-      <span id="s_167" from="945" to="946"/>
-      <span id="s_168" from="947" to="950"/>
-      <span id="s_169" from="951" to="954"/>
-      <span id="s_170" from="955" to="960"/>
-      <span id="s_171" from="961" to="967"/>
-      <span id="s_172" from="968" to="971"/>
-      <span id="s_173" from="972" to="985"/>
-      <span id="s_174" from="986" to="993"/>
-      <span id="s_175" from="994" to="998"/>
-      <span id="s_176" from="998" to="999"/>
-      <span id="s_177" from="1000" to="1003"/>
-      <span id="s_178" from="1004" to="1014"/>
-      <span id="s_179" from="1015" to="1019"/>
-      <span id="s_180" from="1020" to="1028"/>
-      <span id="s_181" from="1029" to="1036"/>
-      <span id="s_182" from="1036" to="1037"/>
-      <span id="s_183" from="1038" to="1041"/>
-      <span id="s_184" from="1042" to="1045"/>
-      <span id="s_185" from="1046" to="1051"/>
-      <span id="s_186" from="1051" to="1052"/>
-      <span id="s_187" from="1053" to="1058"/>
-      <span id="s_188" from="1059" to="1065"/>
-      <span id="s_189" from="1066" to="1070"/>
-      <span id="s_190" from="1071" to="1075"/>
-      <span id="s_191" from="1076" to="1082"/>
-      <span id="s_192" from="1082" to="1083"/>
-      <span id="s_193" from="1084" to="1089"/>
-      <span id="s_194" from="1090" to="1094"/>
-      <span id="s_195" from="1095" to="1098"/>
-      <span id="s_196" from="1099" to="1106"/>
-      <span id="s_197" from="1106" to="1107"/>
-      <span id="s_198" from="1108" to="1110"/>
-      <span id="s_199" from="1111" to="1118"/>
-      <span id="s_200" from="1119" to="1127"/>
-      <span id="s_201" from="1128" to="1132"/>
-      <span id="s_202" from="1133" to="1136"/>
-      <span id="s_203" from="1137" to="1141"/>
-      <span id="s_204" from="1141" to="1142"/>
-      <span id="s_205" from="1143" to="1146"/>
-      <span id="s_206" from="1147" to="1155"/>
-      <span id="s_207" from="1156" to="1159"/>
-      <span id="s_208" from="1160" to="1170"/>
-      <span id="s_209" from="1171" to="1175"/>
-      <span id="s_210" from="1176" to="1178"/>
-      <span id="s_211" from="1179" to="1185"/>
-      <span id="s_212" from="1185" to="1186"/>
-      <span id="s_213" from="1187" to="1191"/>
-      <span id="s_214" from="1192" to="1195"/>
-      <span id="s_215" from="1196" to="1202"/>
-      <span id="s_216" from="1203" to="1205"/>
-      <span id="s_217" from="1206" to="1209"/>
-      <span id="s_218" from="1210" to="1216"/>
-      <span id="s_219" from="1217" to="1221"/>
-      <span id="s_220" from="1222" to="1230"/>
-      <span id="s_221" from="1230" to="1231"/>
-      <span id="s_222" from="1232" to="1236"/>
-      <span id="s_223" from="1237" to="1245"/>
-      <span id="s_224" from="1246" to="1250"/>
-      <span id="s_225" from="1251" to="1260"/>
-      <span id="s_226" from="1261" to="1269"/>
-      <span id="s_227" from="1270" to="1273"/>
-      <span id="s_228" from="1274" to="1279"/>
-      <span id="s_229" from="1280" to="1293"/>
-      <span id="s_230" from="1294" to="1311"/>
-      <span id="s_231" from="1311" to="1312"/>
-      <span id="s_232" from="1313" to="1316"/>
-      <span id="s_233" from="1317" to="1320"/>
-      <span id="s_234" from="1321" to="1329"/>
-      <span id="s_235" from="1329" to="1330"/>
-      <span id="s_236" from="1331" to="1341"/>
-      <span id="s_237" from="1342" to="1345"/>
-      <span id="s_238" from="1346" to="1348"/>
-      <span id="s_239" from="1348" to="1349"/>
-      <span id="s_240" from="1350" to="1358"/>
-      <span id="s_241" from="1359" to="1362"/>
-      <span id="s_242" from="1363" to="1376"/>
-      <span id="s_243" from="1377" to="1387"/>
-      <span id="s_244" from="1388" to="1393"/>
-      <span id="s_245" from="1394" to="1397"/>
-      <span id="s_246" from="1398" to="1408"/>
-      <span id="s_247" from="1409" to="1414"/>
-      <span id="s_248" from="1415" to="1419"/>
-      <span id="s_249" from="1420" to="1425"/>
-      <span id="s_250" from="1426" to="1431"/>
-      <span id="s_251" from="1432" to="1446"/>
-      <span id="s_252" from="1447" to="1458"/>
-      <span id="s_253" from="1459" to="1460"/>
-      <span id="s_254" from="1461" to="1465"/>
-      <span id="s_255" from="1466" to="1480"/>
-      <span id="s_256" from="1480" to="1481"/>
-      <span id="s_257" from="1482" to="1484"/>
-      <span id="s_258" from="1485" to="1488"/>
-      <span id="s_259" from="1489" to="1499"/>
-      <span id="s_260" from="1500" to="1519"/>
-      <span id="s_261" from="1520" to="1523"/>
-      <span id="s_262" from="1524" to="1527"/>
-      <span id="s_263" from="1528" to="1543"/>
-      <span id="s_264" from="1544" to="1552"/>
-      <span id="s_265" from="1553" to="1555"/>
-      <span id="s_266" from="1556" to="1562"/>
-      <span id="s_267" from="1562" to="1563"/>
-      <span id="s_268" from="1564" to="1566"/>
-      <span id="s_269" from="1567" to="1576"/>
-      <span id="s_270" from="1577" to="1579"/>
-      <span id="s_271" from="1580" to="1586"/>
-      <span id="s_272" from="1586" to="1587"/>
-      <span id="s_273" from="1588" to="1594"/>
-      <span id="s_274" from="1595" to="1605"/>
-      <span id="s_275" from="1606" to="1614"/>
-      <span id="s_276" from="1615" to="1627"/>
-      <span id="s_277" from="1628" to="1640"/>
-      <span id="s_278" from="1641" to="1644"/>
-      <span id="s_279" from="1645" to="1653"/>
-      <span id="s_280" from="1653" to="1654"/>
-      <span id="s_281" from="1655" to="1662"/>
-      <span id="s_282" from="1663" to="1666"/>
-      <span id="s_283" from="1666" to="1667"/>
-      <span id="s_284" from="1668" to="1674"/>
-      <span id="s_285" from="1675" to="1687"/>
-      <span id="s_286" from="1688" to="1693"/>
-      <span id="s_287" from="1694" to="1697"/>
-      <span id="s_288" from="1698" to="1705"/>
-      <span id="s_289" from="1705" to="1706"/>
-      <span id="s_290" from="1707" to="1716"/>
-      <span id="s_291" from="1717" to="1720"/>
-      <span id="s_292" from="1721" to="1727"/>
-      <span id="s_293" from="1728" to="1734"/>
-      <span id="s_294" from="1735" to="1740"/>
-      <span id="s_295" from="1741" to="1753"/>
-      <span id="s_296" from="1754" to="1757"/>
-      <span id="s_297" from="1758" to="1765"/>
-      <span id="s_298" from="1766" to="1770"/>
-      <span id="s_299" from="1771" to="1781"/>
-      <span id="s_300" from="1782" to="1791"/>
-      <span id="s_301" from="1792" to="1798"/>
-      <span id="s_302" from="1799" to="1800"/>
-      <span id="s_303" from="1801" to="1804"/>
-      <span id="s_304" from="1805" to="1809"/>
-      <span id="s_305" from="1810" to="1814"/>
-      <span id="s_306" from="1815" to="1817"/>
-      <span id="s_307" from="1818" to="1829"/>
-      <span id="s_308" from="1829" to="1830"/>
-      <span id="s_309" from="1831" to="1835"/>
-      <span id="s_310" from="1836" to="1839"/>
-      <span id="s_311" from="1840" to="1843"/>
-      <span id="s_312" from="1844" to="1847"/>
-      <span id="s_313" from="1848" to="1852"/>
-      <span id="s_314" from="1853" to="1858"/>
-      <span id="s_315" from="1859" to="1862"/>
-      <span id="s_316" from="1863" to="1868"/>
-      <span id="s_317" from="1869" to="1878"/>
-      <span id="s_318" from="1879" to="1883"/>
-      <span id="s_319" from="1883" to="1884"/>
-      <span id="s_320" from="1885" to="1888"/>
-      <span id="s_321" from="1889" to="1893"/>
-      <span id="s_322" from="1894" to="1897"/>
-      <span id="s_323" from="1898" to="1904"/>
-      <span id="s_324" from="1904" to="1905"/>
-      <span id="s_325" from="1906" to="1910"/>
-      <span id="s_326" from="1911" to="1916"/>
-      <span id="s_327" from="1917" to="1922"/>
-      <span id="s_328" from="1923" to="1932"/>
-      <span id="s_329" from="1933" to="1935"/>
-      <span id="s_330" from="1936" to="1942"/>
-      <span id="s_331" from="1942" to="1943"/>
-      <span id="s_332" from="1944" to="1953"/>
-      <span id="s_333" from="1954" to="1961"/>
-      <span id="s_334" from="1962" to="1965"/>
-      <span id="s_335" from="1966" to="1969"/>
-      <span id="s_336" from="1970" to="1980"/>
-      <span id="s_337" from="1980" to="1981"/>
-      <span id="s_338" from="1982" to="1986"/>
-      <span id="s_339" from="1987" to="1989"/>
-      <span id="s_340" from="1990" to="1993"/>
-      <span id="s_341" from="1994" to="2005"/>
-      <span id="s_342" from="2006" to="2017"/>
-      <span id="s_343" from="2017" to="2018"/>
-      <span id="s_344" from="2019" to="2022"/>
-      <span id="s_345" from="2023" to="2030"/>
-      <span id="s_346" from="2031" to="2034"/>
-      <span id="s_347" from="2035" to="2040"/>
-      <span id="s_348" from="2041" to="2048"/>
-      <span id="s_349" from="2048" to="2049"/>
-      <span id="s_350" from="2050" to="2052"/>
-      <span id="s_351" from="2053" to="2057"/>
-      <span id="s_352" from="2058" to="2067"/>
-      <span id="s_353" from="2068" to="2070"/>
-      <span id="s_354" from="2071" to="2084"/>
-      <span id="s_355" from="2085" to="2088"/>
-      <span id="s_356" from="2089" to="2094"/>
-      <span id="s_357" from="2095" to="2103"/>
-      <span id="s_358" from="2104" to="2107"/>
-      <span id="s_359" from="2108" to="2118"/>
-      <span id="s_360" from="2119" to="2131"/>
-      <span id="s_361" from="2131" to="2132"/>
-      <span id="s_362" from="2132" to="2133"/>
-      <span id="s_363" from="2134" to="2139"/>
-      <span id="s_364" from="2140" to="2149"/>
-      <span id="s_365" from="2150" to="2153"/>
-      <span id="s_366" from="2154" to="2162"/>
-      <span id="s_367" from="2163" to="2168"/>
-      <span id="s_368" from="2169" to="2174"/>
-      <span id="s_369" from="2175" to="2179"/>
-      <span id="s_370" from="2180" to="2185"/>
-      <span id="s_371" from="2186" to="2195"/>
-      <span id="s_372" from="2196" to="2204"/>
-      <span id="s_373" from="2205" to="2213"/>
-      <span id="s_374" from="2214" to="2223"/>
-      <span id="s_375" from="2223" to="2224"/>
-      <span id="s_376" from="2225" to="2228"/>
-      <span id="s_377" from="2229" to="2233"/>
-      <span id="s_378" from="2234" to="2240"/>
-      <span id="s_379" from="2241" to="2244"/>
-      <span id="s_380" from="2245" to="2252"/>
-      <span id="s_381" from="2253" to="2258"/>
-      <span id="s_382" from="2258" to="2259"/>
-      <span id="s_383" from="2260" to="2263"/>
-      <span id="s_384" from="2264" to="2269"/>
-      <span id="s_385" from="2270" to="2273"/>
-      <span id="s_386" from="2274" to="2286"/>
-      <span id="s_387" from="2287" to="2299"/>
-      <span id="s_388" from="2299" to="2300"/>
-      <span id="s_389" from="2301" to="2303"/>
-      <span id="s_390" from="2304" to="2306"/>
-      <span id="s_391" from="2307" to="2312"/>
-      <span id="s_392" from="2313" to="2326"/>
-      <span id="s_393" from="2327" to="2334"/>
-      <span id="s_394" from="2335" to="2339"/>
-      <span id="s_395" from="2340" to="2344"/>
-      <span id="s_396" from="2345" to="2347"/>
-      <span id="s_397" from="2348" to="2353"/>
-      <span id="s_398" from="2354" to="2361"/>
-      <span id="s_399" from="2362" to="2370"/>
-      <span id="s_400" from="2370" to="2371"/>
-      <span id="s_401" from="2372" to="2375"/>
-      <span id="s_402" from="2376" to="2379"/>
-      <span id="s_403" from="2380" to="2383"/>
-      <span id="s_404" from="2384" to="2392"/>
-      <span id="s_405" from="2393" to="2403"/>
-      <span id="s_406" from="2403" to="2404"/>
-      <span id="s_407" from="2405" to="2415"/>
-      <span id="s_408" from="2416" to="2419"/>
-      <span id="s_409" from="2420" to="2424"/>
-      <span id="s_410" from="2425" to="2432"/>
-      <span id="s_411" from="2433" to="2441"/>
-      <span id="s_412" from="2441" to="2442"/>
-      <span id="s_413" from="2443" to="2452"/>
-      <span id="s_414" from="2453" to="2456"/>
-      <span id="s_415" from="2457" to="2460"/>
-      <span id="s_416" from="2461" to="2467"/>
-      <span id="s_417" from="2468" to="2473"/>
-      <span id="s_418" from="2474" to="2475"/>
-      <span id="s_419" from="2476" to="2480"/>
-      <span id="s_420" from="2481" to="2485"/>
-      <span id="s_421" from="2486" to="2488"/>
-      <span id="s_422" from="2489" to="2492"/>
-      <span id="s_423" from="2493" to="2498"/>
-      <span id="s_424" from="2499" to="2509"/>
-      <span id="s_425" from="2509" to="2510"/>
-      <span id="s_426" from="2511" to="2513"/>
-      <span id="s_427" from="2514" to="2523"/>
-      <span id="s_428" from="2524" to="2527"/>
-      <span id="s_429" from="2528" to="2532"/>
-      <span id="s_430" from="2533" to="2543"/>
-      <span id="s_431" from="2543" to="2544"/>
-      <span id="s_432" from="2545" to="2551"/>
-      <span id="s_433" from="2552" to="2557"/>
-      <span id="s_434" from="2558" to="2562"/>
-      <span id="s_435" from="2563" to="2566"/>
-      <span id="s_436" from="2567" to="2573"/>
-      <span id="s_437" from="2574" to="2579"/>
-      <span id="s_438" from="2580" to="2587"/>
-      <span id="s_439" from="2588" to="2593"/>
-      <span id="s_440" from="2594" to="2597"/>
-      <span id="s_441" from="2598" to="2610"/>
-      <span id="s_442" from="2611" to="2616"/>
-      <span id="s_443" from="2617" to="2621"/>
-      <span id="s_444" from="2622" to="2630"/>
-      <span id="s_445" from="2630" to="2631"/>
-      <span id="s_446" from="2632" to="2635"/>
-      <span id="s_447" from="2636" to="2639"/>
-      <span id="s_448" from="2640" to="2650"/>
-      <span id="s_449" from="2651" to="2661"/>
-      <span id="s_450" from="2662" to="2665"/>
-      <span id="s_451" from="2665" to="2666"/>
-      <span id="s_452" from="2667" to="2670"/>
-      <span id="s_453" from="2671" to="2677"/>
-      <span id="s_454" from="2678" to="2683"/>
-      <span id="s_455" from="2684" to="2689"/>
-      <span id="s_456" from="2690" to="2698"/>
-      <span id="s_457" from="2698" to="2699"/>
-      <span id="s_458" from="2700" to="2704"/>
-      <span id="s_459" from="2705" to="2708"/>
-      <span id="s_460" from="2709" to="2712"/>
-      <span id="s_461" from="2713" to="2726"/>
-      <span id="s_462" from="2727" to="2732"/>
-      <span id="s_463" from="2733" to="2737"/>
-      <span id="s_464" from="2738" to="2747"/>
-      <span id="s_465" from="2748" to="2751"/>
-      <span id="s_466" from="2751" to="2752"/>
-      <span id="s_467" from="2753" to="2756"/>
-      <span id="s_468" from="2757" to="2762"/>
-      <span id="s_469" from="2763" to="2778"/>
-      <span id="s_470" from="2778" to="2779"/>
-      <span id="s_471" from="2780" to="2783"/>
-      <span id="s_472" from="2784" to="2787"/>
-      <span id="s_473" from="2788" to="2796"/>
-      <span id="s_474" from="2796" to="2797"/>
-      <span id="s_475" from="2798" to="2808"/>
-      <span id="s_476" from="2809" to="2813"/>
-      <span id="s_477" from="2814" to="2817"/>
-      <span id="s_478" from="2818" to="2821"/>
-      <span id="s_479" from="2822" to="2827"/>
-      <span id="s_480" from="2828" to="2852"/>
-      <span id="s_481" from="2853" to="2856"/>
-      <span id="s_482" from="2857" to="2861"/>
-      <span id="s_483" from="2862" to="2867"/>
-      <span id="s_484" from="2868" to="2871"/>
-      <span id="s_485" from="2872" to="2879"/>
-      <span id="s_486" from="2880" to="2887"/>
-      <span id="s_487" from="2888" to="2893"/>
-      <span id="s_488" from="2894" to="2896"/>
-      <span id="s_489" from="2897" to="2902"/>
-      <span id="s_490" from="2903" to="2918"/>
-      <span id="s_491" from="2918" to="2919"/>
-      <span id="s_492" from="2920" to="2924"/>
-      <span id="s_493" from="2925" to="2929"/>
-      <span id="s_494" from="2930" to="2932"/>
-      <span id="s_495" from="2933" to="2939"/>
-      <span id="s_496" from="2940" to="2943"/>
-      <span id="s_497" from="2944" to="2953"/>
-      <span id="s_498" from="2954" to="2962"/>
-      <span id="s_499" from="2963" to="2966"/>
-      <span id="s_500" from="2967" to="2970"/>
-      <span id="s_501" from="2971" to="2986"/>
-      <span id="s_502" from="2987" to="2990"/>
-      <span id="s_503" from="2991" to="3004"/>
-      <span id="s_504" from="3005" to="3016"/>
-      <span id="s_505" from="3017" to="3020"/>
-      <span id="s_506" from="3021" to="3027"/>
-      <span id="s_507" from="3028" to="3030"/>
-      <span id="s_508" from="3031" to="3041"/>
-      <span id="s_509" from="3041" to="3042"/>
-      <span id="s_510" from="3043" to="3046"/>
-      <span id="s_511" from="3047" to="3054"/>
-      <span id="s_512" from="3055" to="3058"/>
-      <span id="s_513" from="3059" to="3064"/>
-      <span id="s_514" from="3065" to="3081"/>
-      <span id="s_515" from="3082" to="3083"/>
-      <span id="s_516" from="3084" to="3087"/>
-      <span id="s_517" from="3088" to="3090"/>
-      <span id="s_518" from="3091" to="3096"/>
-      <span id="s_519" from="3097" to="3103"/>
-      <span id="s_520" from="3104" to="3112"/>
-      <span id="s_521" from="3113" to="3116"/>
-      <span id="s_522" from="3117" to="3123"/>
-      <span id="s_523" from="3124" to="3128"/>
-      <span id="s_524" from="3129" to="3138"/>
-      <span id="s_525" from="3139" to="3142"/>
-      <span id="s_526" from="3142" to="3143"/>
-      <span id="s_527" from="3144" to="3147"/>
-      <span id="s_528" from="3148" to="3151"/>
-      <span id="s_529" from="3152" to="3157"/>
-      <span id="s_530" from="3158" to="3167"/>
-      <span id="s_531" from="3168" to="3179"/>
-      <span id="s_532" from="3180" to="3185"/>
-      <span id="s_533" from="3185" to="3186"/>
-      <span id="s_534" from="3187" to="3194"/>
-      <span id="s_535" from="3195" to="3198"/>
-      <span id="s_536" from="3199" to="3206"/>
-      <span id="s_537" from="3207" to="3214"/>
-      <span id="s_538" from="3214" to="3215"/>
-      <span id="s_539" from="3216" to="3220"/>
-      <span id="s_540" from="3221" to="3224"/>
-      <span id="s_541" from="3224" to="3225"/>
-      <span id="s_542" from="3226" to="3231"/>
-      <span id="s_543" from="3232" to="3238"/>
-      <span id="s_544" from="3239" to="3242"/>
-      <span id="s_545" from="3243" to="3246"/>
-      <span id="s_546" from="3247" to="3253"/>
-      <span id="s_547" from="3254" to="3265"/>
-      <span id="s_548" from="3265" to="3266"/>
-      <span id="s_549" from="3267" to="3270"/>
-      <span id="s_550" from="3271" to="3281"/>
-      <span id="s_551" from="3282" to="3288"/>
-      <span id="s_552" from="3289" to="3292"/>
-      <span id="s_553" from="3293" to="3296"/>
-      <span id="s_554" from="3297" to="3304"/>
-      <span id="s_555" from="3304" to="3305"/>
-      <span id="s_556" from="3306" to="3313"/>
-      <span id="s_557" from="3314" to="3318"/>
-      <span id="s_558" from="3319" to="3324"/>
-      <span id="s_559" from="3325" to="3333"/>
-      <span id="s_560" from="3334" to="3337"/>
-      <span id="s_561" from="3338" to="3340"/>
-      <span id="s_562" from="3341" to="3344"/>
-      <span id="s_563" from="3345" to="3350"/>
-      <span id="s_564" from="3351" to="3355"/>
-      <span id="s_565" from="3355" to="3356"/>
-      <span id="s_566" from="3357" to="3361"/>
-      <span id="s_567" from="3362" to="3366"/>
-      <span id="s_568" from="3367" to="3374"/>
-      <span id="s_569" from="3375" to="3378"/>
-      <span id="s_570" from="3379" to="3385"/>
-      <span id="s_571" from="3385" to="3386"/>
-      <span id="s_572" from="3387" to="3391"/>
-      <span id="s_573" from="3392" to="3396"/>
-      <span id="s_574" from="3397" to="3406"/>
-      <span id="s_575" from="3407" to="3413"/>
-      <span id="s_576" from="3414" to="3417"/>
-      <span id="s_577" from="3417" to="3418"/>
-      <span id="s_578" from="3419" to="3423"/>
-      <span id="s_579" from="3424" to="3426"/>
-      <span id="s_580" from="3427" to="3433"/>
-      <span id="s_581" from="3434" to="3447"/>
-      <span id="s_582" from="3448" to="3452"/>
-      <span id="s_583" from="3452" to="3453"/>
-      <span id="s_584" from="3454" to="3458"/>
-      <span id="s_585" from="3459" to="3462"/>
-      <span id="s_586" from="3463" to="3468"/>
-      <span id="s_587" from="3469" to="3473"/>
-      <span id="s_588" from="3474" to="3480"/>
-      <span id="s_589" from="3481" to="3492"/>
-      <span id="s_590" from="3492" to="3493"/>
-      <span id="s_591" from="3494" to="3501"/>
-      <span id="s_592" from="3502" to="3505"/>
-      <span id="s_593" from="3506" to="3508"/>
-      <span id="s_594" from="3509" to="3517"/>
-      <span id="s_595" from="3518" to="3521"/>
-      <span id="s_596" from="3522" to="3527"/>
-      <span id="s_597" from="3527" to="3528"/>
-      <span id="s_598" from="3529" to="3538"/>
-      <span id="s_599" from="3539" to="3550"/>
-      <span id="s_600" from="3550" to="3551"/>
-      <span id="s_601" from="3552" to="3555"/>
-      <span id="s_602" from="3556" to="3564"/>
-      <span id="s_603" from="3564" to="3565"/>
-      <span id="s_604" from="3566" to="3569"/>
-      <span id="s_605" from="3570" to="3580"/>
-      <span id="s_606" from="3581" to="3587"/>
-      <span id="s_607" from="3588" to="3590"/>
-      <span id="s_608" from="3591" to="3596"/>
-      <span id="s_609" from="3596" to="3597"/>
-      <span id="s_610" from="3598" to="3604"/>
-      <span id="s_611" from="3605" to="3611"/>
-      <span id="s_612" from="3612" to="3615"/>
-      <span id="s_613" from="3616" to="3620"/>
-      <span id="s_614" from="3621" to="3627"/>
-      <span id="s_615" from="3627" to="3628"/>
-      <span id="s_616" from="3629" to="3633"/>
-      <span id="s_617" from="3634" to="3637"/>
-      <span id="s_618" from="3638" to="3642"/>
-      <span id="s_619" from="3643" to="3646"/>
-      <span id="s_620" from="3647" to="3650"/>
-      <span id="s_621" from="3651" to="3663"/>
-      <span id="s_622" from="3663" to="3664"/>
-      <span id="s_623" from="3665" to="3676"/>
-      <span id="s_624" from="3677" to="3681"/>
-      <span id="s_625" from="3682" to="3685"/>
-      <span id="s_626" from="3685" to="3686"/>
-      <span id="s_627" from="3687" to="3690"/>
-      <span id="s_628" from="3691" to="3703"/>
-      <span id="s_629" from="3704" to="3707"/>
-      <span id="s_630" from="3708" to="3709"/>
-      <span id="s_631" from="3710" to="3713"/>
-      <span id="s_632" from="3714" to="3716"/>
-      <span id="s_633" from="3717" to="3721"/>
-      <span id="s_634" from="3722" to="3729"/>
-      <span id="s_635" from="3729" to="3730"/>
-      <span id="s_636" from="3731" to="3738"/>
-      <span id="s_637" from="3739" to="3742"/>
-      <span id="s_638" from="3743" to="3747"/>
-      <span id="s_639" from="3748" to="3753"/>
-      <span id="s_640" from="3754" to="3761"/>
-      <span id="s_641" from="3762" to="3764"/>
-      <span id="s_642" from="3765" to="3770"/>
-      <span id="s_643" from="3770" to="3771"/>
-      <span id="s_644" from="3772" to="3775"/>
-      <span id="s_645" from="3776" to="3779"/>
-      <span id="s_646" from="3780" to="3784"/>
-      <span id="s_647" from="3785" to="3787"/>
-      <span id="s_648" from="3788" to="3791"/>
-      <span id="s_649" from="3792" to="3796"/>
-      <span id="s_650" from="3796" to="3797"/>
-      <span id="s_651" from="3798" to="3805"/>
-      <span id="s_652" from="3806" to="3816"/>
-      <span id="s_653" from="3816" to="3817"/>
-      <span id="s_654" from="3818" to="3824"/>
-      <span id="s_655" from="3825" to="3827"/>
-      <span id="s_656" from="3828" to="3834"/>
-      <span id="s_657" from="3834" to="3835"/>
-      <span id="s_658" from="3836" to="3843"/>
-      <span id="s_659" from="3844" to="3847"/>
-      <span id="s_660" from="3848" to="3851"/>
-      <span id="s_661" from="3852" to="3858"/>
-      <span id="s_662" from="3859" to="3865"/>
-      <span id="s_663" from="3865" to="3867"/>
-      <span id="s_664" from="3868" to="3872"/>
-      <span id="s_665" from="3873" to="3878"/>
-      <span id="s_666" from="3879" to="3882"/>
-      <span id="s_667" from="3883" to="3888"/>
-      <span id="s_668" from="3889" to="3892"/>
-      <span id="s_669" from="3893" to="3897"/>
-      <span id="s_670" from="3898" to="3903"/>
-      <span id="s_671" from="3904" to="3910"/>
-      <span id="s_672" from="3911" to="3919"/>
-      <span id="s_673" from="3919" to="3920"/>
-      <span id="s_674" from="3921" to="3924"/>
-      <span id="s_675" from="3925" to="3932"/>
-      <span id="s_676" from="3933" to="3938"/>
-      <span id="s_677" from="3938" to="3939"/>
-      <span id="s_678" from="3940" to="3946"/>
-      <span id="s_679" from="3947" to="3951"/>
-      <span id="s_680" from="3952" to="3957"/>
-      <span id="s_681" from="3958" to="3966"/>
-      <span id="s_682" from="3966" to="3967"/>
-      <span id="s_683" from="3968" to="3972"/>
-      <span id="s_684" from="3973" to="3981"/>
-      <span id="s_685" from="3982" to="3985"/>
-      <span id="s_686" from="3986" to="3989"/>
-      <span id="s_687" from="3990" to="3993"/>
-      <span id="s_688" from="3994" to="4000"/>
-      <span id="s_689" from="4000" to="4001"/>
-      <span id="s_690" from="4002" to="4005"/>
-      <span id="s_691" from="4006" to="4011"/>
-      <span id="s_692" from="4012" to="4016"/>
-      <span id="s_693" from="4017" to="4024"/>
-      <span id="s_694" from="4025" to="4027"/>
-      <span id="s_695" from="4028" to="4034"/>
-      <span id="s_696" from="4034" to="4035"/>
-      <span id="s_697" from="4036" to="4038"/>
-      <span id="s_698" from="4039" to="4043"/>
-      <span id="s_699" from="4044" to="4050"/>
-      <span id="s_700" from="4051" to="4058"/>
-      <span id="s_701" from="4059" to="4061"/>
-      <span id="s_702" from="4062" to="4068"/>
-      <span id="s_703" from="4068" to="4069"/>
-      <span id="s_704" from="4070" to="4076"/>
-      <span id="s_705" from="4077" to="4083"/>
-      <span id="s_706" from="4084" to="4089"/>
-      <span id="s_707" from="4090" to="4093"/>
-      <span id="s_708" from="4094" to="4099"/>
-      <span id="s_709" from="4100" to="4106"/>
-      <span id="s_710" from="4106" to="4107"/>
-      <span id="s_711" from="4108" to="4112"/>
-      <span id="s_712" from="4113" to="4116"/>
-      <span id="s_713" from="4117" to="4121"/>
-      <span id="s_714" from="4121" to="4122"/>
-      <span id="s_715" from="4123" to="4126"/>
-      <span id="s_716" from="4127" to="4133"/>
-      <span id="s_717" from="4134" to="4138"/>
-      <span id="s_718" from="4139" to="4142"/>
-      <span id="s_719" from="4142" to="4143"/>
-      <span id="s_720" from="4144" to="4154"/>
-      <span id="s_721" from="4155" to="4161"/>
-      <span id="s_722" from="4162" to="4173"/>
-      <span id="s_723" from="4174" to="4181"/>
-      <span id="s_724" from="4181" to="4182"/>
-      <span id="s_725" from="4183" to="4185"/>
-      <span id="s_726" from="4186" to="4189"/>
-      <span id="s_727" from="4190" to="4194"/>
-      <span id="s_728" from="4195" to="4198"/>
-      <span id="s_729" from="4199" to="4204"/>
-      <span id="s_730" from="4205" to="4208"/>
-      <span id="s_731" from="4209" to="4219"/>
-      <span id="s_732" from="4219" to="4220"/>
-      <span id="s_733" from="4221" to="4225"/>
-      <span id="s_734" from="4226" to="4229"/>
-      <span id="s_735" from="4229" to="4230"/>
-      <span id="s_736" from="4231" to="4236"/>
-      <span id="s_737" from="4237" to="4247"/>
-      <span id="s_738" from="4248" to="4252"/>
-      <span id="s_739" from="4253" to="4255"/>
-      <span id="s_740" from="4256" to="4259"/>
-      <span id="s_741" from="4260" to="4271"/>
-      <span id="s_742" from="4272" to="4278"/>
-      <span id="s_743" from="4278" to="4279"/>
-      <span id="s_744" from="4280" to="4286"/>
-      <span id="s_745" from="4287" to="4293"/>
-      <span id="s_746" from="4294" to="4297"/>
-      <span id="s_747" from="4297" to="4298"/>
-      <span id="s_748" from="4299" to="4305"/>
-      <span id="s_749" from="4306" to="4311"/>
-      <span id="s_750" from="4312" to="4315"/>
-      <span id="s_751" from="4315" to="4316"/>
-      <span id="s_752" from="4317" to="4320"/>
-      <span id="s_753" from="4321" to="4324"/>
-      <span id="s_754" from="4325" to="4331"/>
-      <span id="s_755" from="4332" to="4336"/>
-      <span id="s_756" from="4336" to="4337"/>
-      <span id="s_757" from="4337" to="4338"/>
-      <span id="s_758" from="4339" to="4344"/>
-      <span id="s_759" from="4345" to="4363"/>
-      <span id="s_760" from="4364" to="4367"/>
-      <span id="s_761" from="4368" to="4375"/>
-      <span id="s_762" from="4376" to="4382"/>
-      <span id="s_763" from="4383" to="4386"/>
-      <span id="s_764" from="4387" to="4390"/>
-      <span id="s_765" from="4391" to="4399"/>
-      <span id="s_766" from="4399" to="4400"/>
-      <span id="s_767" from="4401" to="4412"/>
-      <span id="s_768" from="4413" to="4426"/>
-      <span id="s_769" from="4427" to="4431"/>
-      <span id="s_770" from="4432" to="4435"/>
-      <span id="s_771" from="4436" to="4461"/>
-      <span id="s_772" from="4462" to="4464"/>
-      <span id="s_773" from="4465" to="4473"/>
-      <span id="s_774" from="4473" to="4474"/>
-      <span id="s_775" from="4475" to="4481"/>
-      <span id="s_776" from="4482" to="4488"/>
-      <span id="s_777" from="4489" to="4494"/>
-      <span id="s_778" from="4495" to="4519"/>
-      <span id="s_779" from="4520" to="4523"/>
-      <span id="s_780" from="4524" to="4529"/>
-      <span id="s_781" from="4530" to="4533"/>
-      <span id="s_782" from="4534" to="4545"/>
-      <span id="s_783" from="4546" to="4549"/>
-      <span id="s_784" from="4549" to="4550"/>
-      <span id="s_785" from="4551" to="4554"/>
-      <span id="s_786" from="4555" to="4570"/>
-      <span id="s_787" from="4571" to="4578"/>
-      <span id="s_788" from="4579" to="4587"/>
-      <span id="s_789" from="4588" to="4593"/>
-      <span id="s_790" from="4593" to="4594"/>
-      <span id="s_791" from="4595" to="4599"/>
-      <span id="s_792" from="4600" to="4616"/>
-      <span id="s_793" from="4617" to="4620"/>
-      <span id="s_794" from="4621" to="4629"/>
-      <span id="s_795" from="4630" to="4634"/>
-      <span id="s_796" from="4635" to="4640"/>
-      <span id="s_797" from="4641" to="4650"/>
-      <span id="s_798" from="4650" to="4651"/>
-      <span id="s_799" from="4652" to="4659"/>
-      <span id="s_800" from="4660" to="4663"/>
-      <span id="s_801" from="4663" to="4664"/>
-      <span id="s_802" from="4665" to="4676"/>
-      <span id="s_803" from="4677" to="4680"/>
-      <span id="s_804" from="4681" to="4685"/>
-      <span id="s_805" from="4686" to="4695"/>
-      <span id="s_806" from="4696" to="4702"/>
-      <span id="s_807" from="4702" to="4703"/>
-      <span id="s_808" from="4704" to="4708"/>
-      <span id="s_809" from="4709" to="4713"/>
-      <span id="s_810" from="4714" to="4730"/>
-      <span id="s_811" from="4731" to="4749"/>
-      <span id="s_812" from="4750" to="4753"/>
-      <span id="s_813" from="4754" to="4767"/>
-      <span id="s_814" from="4768" to="4772"/>
-      <span id="s_815" from="4773" to="4778"/>
-      <span id="s_816" from="4779" to="4782"/>
-      <span id="s_817" from="4783" to="4794"/>
-      <span id="s_818" from="4795" to="4799"/>
-      <span id="s_819" from="4799" to="4800"/>
-      <span id="s_820" from="4801" to="4805"/>
-      <span id="s_821" from="4806" to="4808"/>
-      <span id="s_822" from="4809" to="4812"/>
-      <span id="s_823" from="4813" to="4818"/>
-      <span id="s_824" from="4819" to="4822"/>
-      <span id="s_825" from="4823" to="4836"/>
-      <span id="s_826" from="4837" to="4840"/>
-      <span id="s_827" from="4841" to="4849"/>
-      <span id="s_828" from="4850" to="4854"/>
-      <span id="s_829" from="4855" to="4864"/>
-      <span id="s_830" from="4865" to="4869"/>
-      <span id="s_831" from="4869" to="4870"/>
-      <span id="s_832" from="4871" to="4876"/>
-      <span id="s_833" from="4877" to="4880"/>
-      <span id="s_834" from="4881" to="4886"/>
-      <span id="s_835" from="4887" to="4891"/>
-      <span id="s_836" from="4892" to="4909"/>
-      <span id="s_837" from="4909" to="4910"/>
-      <span id="s_838" from="4911" to="4916"/>
-      <span id="s_839" from="4917" to="4922"/>
-      <span id="s_840" from="4923" to="4927"/>
-      <span id="s_841" from="4928" to="4939"/>
-      <span id="s_842" from="4940" to="4953"/>
-      <span id="s_843" from="4954" to="4960"/>
-      <span id="s_844" from="4960" to="4961"/>
-      <span id="s_845" from="4962" to="4964"/>
-      <span id="s_846" from="4965" to="4978"/>
-      <span id="s_847" from="4979" to="4981"/>
-      <span id="s_848" from="4982" to="4990"/>
-      <span id="s_849" from="4991" to="4992"/>
-      <span id="s_850" from="4993" to="4998"/>
-      <span id="s_851" from="4999" to="5002"/>
-      <span id="s_852" from="5003" to="5006"/>
-      <span id="s_853" from="5007" to="5016"/>
-      <span id="s_854" from="5017" to="5021"/>
-      <span id="s_855" from="5022" to="5027"/>
-      <span id="s_856" from="5028" to="5034"/>
-      <span id="s_857" from="5035" to="5040"/>
-      <span id="s_858" from="5040" to="5041"/>
-      <span id="s_859" from="5042" to="5048"/>
-      <span id="s_860" from="5049" to="5052"/>
-      <span id="s_861" from="5053" to="5063"/>
-      <span id="s_862" from="5064" to="5068"/>
-      <span id="s_863" from="5069" to="5073"/>
-      <span id="s_864" from="5074" to="5087"/>
-      <span id="s_865" from="5087" to="5088"/>
-      <span id="s_866" from="5089" to="5094"/>
-      <span id="s_867" from="5095" to="5098"/>
-      <span id="s_868" from="5099" to="5103"/>
-      <span id="s_869" from="5104" to="5130"/>
-      <span id="s_870" from="5131" to="5143"/>
-      <span id="s_871" from="5143" to="5144"/>
-      <span id="s_872" from="5145" to="5149"/>
-      <span id="s_873" from="5150" to="5159"/>
-      <span id="s_874" from="5160" to="5168"/>
-      <span id="s_875" from="5168" to="5169"/>
-      <span id="s_876" from="5170" to="5174"/>
-      <span id="s_877" from="5175" to="5180"/>
-      <span id="s_878" from="5181" to="5185"/>
-      <span id="s_879" from="5186" to="5189"/>
-      <span id="s_880" from="5190" to="5200"/>
-      <span id="s_881" from="5201" to="5206"/>
-      <span id="s_882" from="5207" to="5213"/>
-      <span id="s_883" from="5214" to="5223"/>
-      <span id="s_884" from="5224" to="5230"/>
-      <span id="s_885" from="5230" to="5231"/>
-      <span id="s_886" from="5232" to="5236"/>
-      <span id="s_887" from="5237" to="5239"/>
-      <span id="s_888" from="5240" to="5245"/>
-      <span id="s_889" from="5246" to="5249"/>
-      <span id="s_890" from="5250" to="5257"/>
-      <span id="s_891" from="5257" to="5258"/>
-      <span id="s_892" from="5259" to="5264"/>
-      <span id="s_893" from="5265" to="5268"/>
-      <span id="s_894" from="5269" to="5280"/>
-      <span id="s_895" from="5281" to="5286"/>
-      <span id="s_896" from="5287" to="5290"/>
-      <span id="s_897" from="5291" to="5300"/>
-      <span id="s_898" from="5301" to="5305"/>
-      <span id="s_899" from="5306" to="5310"/>
-      <span id="s_900" from="5311" to="5314"/>
-      <span id="s_901" from="5315" to="5329"/>
-      <span id="s_902" from="5330" to="5345"/>
-      <span id="s_903" from="5346" to="5352"/>
-      <span id="s_904" from="5353" to="5355"/>
-      <span id="s_905" from="5356" to="5362"/>
-      <span id="s_906" from="5362" to="5363"/>
-      <span id="s_907" from="5363" to="5364"/>
-      <span id="s_908" from="5365" to="5375"/>
-      <span id="s_909" from="5376" to="5386"/>
-      <span id="s_910" from="5387" to="5392"/>
-      <span id="s_911" from="5393" to="5396"/>
-      <span id="s_912" from="5397" to="5406"/>
-      <span id="s_913" from="5407" to="5415"/>
-      <span id="s_914" from="5416" to="5421"/>
-      <span id="s_915" from="5422" to="5430"/>
-      <span id="s_916" from="5430" to="5431"/>
-      <span id="s_917" from="5432" to="5436"/>
-      <span id="s_918" from="5437" to="5440"/>
-      <span id="s_919" from="5441" to="5453"/>
-      <span id="s_920" from="5454" to="5474"/>
-      <span id="s_921" from="5475" to="5478"/>
-      <span id="s_922" from="5479" to="5484"/>
-      <span id="s_923" from="5485" to="5493"/>
-      <span id="s_924" from="5494" to="5506"/>
-      <span id="s_925" from="5506" to="5507"/>
-      <span id="s_926" from="5508" to="5512"/>
-      <span id="s_927" from="5513" to="5517"/>
-      <span id="s_928" from="5518" to="5521"/>
-      <span id="s_929" from="5522" to="5527"/>
-      <span id="s_930" from="5528" to="5533"/>
-      <span id="s_931" from="5534" to="5538"/>
-      <span id="s_932" from="5539" to="5549"/>
-      <span id="s_933" from="5550" to="5559"/>
-      <span id="s_934" from="5560" to="5564"/>
-      <span id="s_935" from="5565" to="5575"/>
-      <span id="s_936" from="5576" to="5585"/>
-      <span id="s_937" from="5586" to="5593"/>
-      <span id="s_938" from="5593" to="5594"/>
-      <span id="s_939" from="5595" to="5599"/>
-      <span id="s_940" from="5600" to="5604"/>
-      <span id="s_941" from="5605" to="5608"/>
-      <span id="s_942" from="5609" to="5612"/>
-      <span id="s_943" from="5613" to="5625"/>
-      <span id="s_944" from="5626" to="5632"/>
-      <span id="s_945" from="5633" to="5636"/>
-      <span id="s_946" from="5637" to="5646"/>
-      <span id="s_947" from="5647" to="5656"/>
-      <span id="s_948" from="5657" to="5669"/>
-      <span id="s_949" from="5670" to="5673"/>
-      <span id="s_950" from="5674" to="5685"/>
-      <span id="s_951" from="5686" to="5697"/>
-      <span id="s_952" from="5698" to="5702"/>
-      <span id="s_953" from="5703" to="5707"/>
-      <span id="s_954" from="5708" to="5714"/>
-      <span id="s_955" from="5715" to="5721"/>
-      <span id="s_956" from="5722" to="5725"/>
-      <span id="s_957" from="5726" to="5731"/>
-      <span id="s_958" from="5732" to="5735"/>
-      <span id="s_959" from="5736" to="5745"/>
-      <span id="s_960" from="5746" to="5752"/>
-      <span id="s_961" from="5753" to="5754"/>
-      <span id="s_962" from="5755" to="5760"/>
-      <span id="s_963" from="5761" to="5764"/>
-      <span id="s_964" from="5765" to="5768"/>
-      <span id="s_965" from="5769" to="5779"/>
-      <span id="s_966" from="5779" to="5780"/>
-      <span id="s_967" from="5781" to="5785"/>
-      <span id="s_968" from="5786" to="5789"/>
-      <span id="s_969" from="5790" to="5801"/>
-      <span id="s_970" from="5802" to="5807"/>
-      <span id="s_971" from="5808" to="5817"/>
-      <span id="s_972" from="5817" to="5818"/>
-      <span id="s_973" from="5819" to="5823"/>
-      <span id="s_974" from="5824" to="5833"/>
-      <span id="s_975" from="5833" to="5834"/>
-      <span id="s_976" from="5835" to="5839"/>
-      <span id="s_977" from="5840" to="5843"/>
-      <span id="s_978" from="5844" to="5847"/>
-      <span id="s_979" from="5848" to="5858"/>
-      <span id="s_980" from="5859" to="5864"/>
-      <span id="s_981" from="5865" to="5872"/>
-      <span id="s_982" from="5873" to="5879"/>
-      <span id="s_983" from="5880" to="5889"/>
-      <span id="s_984" from="5890" to="5896"/>
-      <span id="s_985" from="5897" to="5900"/>
-      <span id="s_986" from="5901" to="5909"/>
-      <span id="s_987" from="5910" to="5919"/>
-      <span id="s_988" from="5920" to="5926"/>
-      <span id="s_989" from="5926" to="5927"/>
-      <span id="s_990" from="5928" to="5937"/>
-      <span id="s_991" from="5938" to="5941"/>
-      <span id="s_992" from="5941" to="5942"/>
-      <span id="s_993" from="5943" to="5948"/>
-      <span id="s_994" from="5949" to="5952"/>
-      <span id="s_995" from="5953" to="5958"/>
-      <span id="s_996" from="5959" to="5965"/>
-      <span id="s_997" from="5966" to="5972"/>
-      <span id="s_998" from="5973" to="5976"/>
-      <span id="s_999" from="5977" to="5981"/>
-      <span id="s_1000" from="5982" to="5992"/>
-      <span id="s_1001" from="5993" to="6003"/>
-      <span id="s_1002" from="6004" to="6012"/>
-      <span id="s_1003" from="6013" to="6025"/>
-      <span id="s_1004" from="6026" to="6027"/>
-      <span id="s_1005" from="6028" to="6032"/>
-      <span id="s_1006" from="6033" to="6037"/>
-      <span id="s_1007" from="6038" to="6044"/>
-      <span id="s_1008" from="6045" to="6052"/>
-      <span id="s_1009" from="6053" to="6057"/>
-      <span id="s_1010" from="6058" to="6063"/>
-      <span id="s_1011" from="6063" to="6064"/>
-      <span id="s_1012" from="6065" to="6067"/>
-      <span id="s_1013" from="6068" to="6074"/>
-      <span id="s_1014" from="6075" to="6079"/>
-      <span id="s_1015" from="6080" to="6084"/>
-      <span id="s_1016" from="6085" to="6088"/>
-      <span id="s_1017" from="6089" to="6093"/>
-      <span id="s_1018" from="6093" to="6094"/>
-      <span id="s_1019" from="6095" to="6099"/>
-      <span id="s_1020" from="6100" to="6103"/>
-      <span id="s_1021" from="6104" to="6117"/>
-      <span id="s_1022" from="6118" to="6120"/>
-      <span id="s_1023" from="6121" to="6128"/>
-      <span id="s_1024" from="6128" to="6129"/>
-      <span id="s_1025" from="6130" to="6133"/>
-      <span id="s_1026" from="6134" to="6137"/>
-      <span id="s_1027" from="6138" to="6142"/>
-      <span id="s_1028" from="6143" to="6148"/>
-      <span id="s_1029" from="6149" to="6153"/>
-      <span id="s_1030" from="6154" to="6162"/>
-      <span id="s_1031" from="6162" to="6163"/>
-      <span id="s_1032" from="6164" to="6168"/>
-      <span id="s_1033" from="6169" to="6172"/>
-      <span id="s_1034" from="6173" to="6178"/>
-      <span id="s_1035" from="6178" to="6179"/>
-      <span id="s_1036" from="6180" to="6183"/>
-      <span id="s_1037" from="6184" to="6189"/>
-      <span id="s_1038" from="6190" to="6193"/>
-      <span id="s_1039" from="6194" to="6204"/>
-      <span id="s_1040" from="6205" to="6207"/>
-      <span id="s_1041" from="6208" to="6219"/>
-      <span id="s_1042" from="6220" to="6227"/>
-      <span id="s_1043" from="6228" to="6233"/>
-      <span id="s_1044" from="6233" to="6234"/>
-      <span id="s_1045" from="6235" to="6242"/>
-      <span id="s_1046" from="6243" to="6247"/>
-      <span id="s_1047" from="6248" to="6251"/>
-      <span id="s_1048" from="6252" to="6266"/>
-      <span id="s_1049" from="6267" to="6280"/>
-      <span id="s_1050" from="6280" to="6281"/>
-      <span id="s_1051" from="6282" to="6284"/>
-      <span id="s_1052" from="6285" to="6287"/>
-      <span id="s_1053" from="6288" to="6294"/>
-      <span id="s_1054" from="6294" to="6295"/>
-      <span id="s_1055" from="6296" to="6299"/>
-      <span id="s_1056" from="6300" to="6304"/>
-      <span id="s_1057" from="6305" to="6309"/>
-      <span id="s_1058" from="6310" to="6321"/>
-      <span id="s_1059" from="6321" to="6322"/>
-      <span id="s_1060" from="6323" to="6330"/>
-      <span id="s_1061" from="6331" to="6334"/>
-      <span id="s_1062" from="6335" to="6340"/>
-      <span id="s_1063" from="6341" to="6345"/>
-      <span id="s_1064" from="6346" to="6355"/>
-      <span id="s_1065" from="6355" to="6356"/>
-      <span id="s_1066" from="6357" to="6361"/>
-      <span id="s_1067" from="6362" to="6365"/>
-      <span id="s_1068" from="6366" to="6370"/>
-      <span id="s_1069" from="6371" to="6374"/>
-      <span id="s_1070" from="6375" to="6381"/>
-      <span id="s_1071" from="6382" to="6385"/>
-      <span id="s_1072" from="6386" to="6389"/>
-      <span id="s_1073" from="6390" to="6406"/>
-      <span id="s_1074" from="6407" to="6412"/>
-      <span id="s_1075" from="6413" to="6419"/>
-      <span id="s_1076" from="6420" to="6430"/>
-      <span id="s_1077" from="6430" to="6431"/>
-      <span id="s_1078" from="6432" to="6436"/>
-      <span id="s_1079" from="6437" to="6440"/>
-      <span id="s_1080" from="6441" to="6453"/>
-      <span id="s_1081" from="6454" to="6457"/>
-      <span id="s_1082" from="6458" to="6463"/>
-      <span id="s_1083" from="6464" to="6473"/>
-      <span id="s_1084" from="6473" to="6474"/>
-      <span id="s_1085" from="6474" to="6475"/>
-      <span id="s_1086" from="6476" to="6481"/>
-      <span id="s_1087" from="6482" to="6485"/>
-      <span id="s_1088" from="6486" to="6502"/>
-      <span id="s_1089" from="6503" to="6508"/>
-      <span id="s_1090" from="6509" to="6517"/>
-      <span id="s_1091" from="6518" to="6523"/>
-      <span id="s_1092" from="6524" to="6533"/>
-      <span id="s_1093" from="6534" to="6542"/>
-      <span id="s_1094" from="6543" to="6548"/>
-      <span id="s_1095" from="6549" to="6552"/>
-      <span id="s_1096" from="6553" to="6556"/>
-      <span id="s_1097" from="6557" to="6562"/>
-      <span id="s_1098" from="6563" to="6566"/>
-      <span id="s_1099" from="6567" to="6572"/>
-      <span id="s_1100" from="6573" to="6582"/>
-      <span id="s_1101" from="6583" to="6594"/>
-      <span id="s_1102" from="6594" to="6595"/>
-      <span id="s_1103" from="6596" to="6599"/>
-      <span id="s_1104" from="6600" to="6602"/>
-      <span id="s_1105" from="6603" to="6606"/>
-      <span id="s_1106" from="6607" to="6614"/>
-      <span id="s_1107" from="6615" to="6619"/>
-      <span id="s_1108" from="6619" to="6620"/>
-      <span id="s_1109" from="6621" to="6627"/>
-      <span id="s_1110" from="6628" to="6638"/>
-      <span id="s_1111" from="6639" to="6642"/>
-      <span id="s_1112" from="6643" to="6647"/>
-      <span id="s_1113" from="6648" to="6653"/>
-      <span id="s_1114" from="6654" to="6662"/>
-      <span id="s_1115" from="6663" to="6666"/>
-      <span id="s_1116" from="6667" to="6675"/>
-      <span id="s_1117" from="6676" to="6679"/>
-      <span id="s_1118" from="6680" to="6686"/>
-      <span id="s_1119" from="6687" to="6690"/>
-      <span id="s_1120" from="6691" to="6708"/>
-      <span id="s_1121" from="6708" to="6709"/>
-      <span id="s_1122" from="6710" to="6713"/>
-      <span id="s_1123" from="6714" to="6717"/>
-      <span id="s_1124" from="6718" to="6727"/>
-      <span id="s_1125" from="6728" to="6733"/>
-      <span id="s_1126" from="6734" to="6738"/>
-      <span id="s_1127" from="6739" to="6745"/>
-      <span id="s_1128" from="6746" to="6752"/>
-      <span id="s_1129" from="6753" to="6766"/>
-      <span id="s_1130" from="6767" to="6770"/>
-      <span id="s_1131" from="6770" to="6771"/>
-      <span id="s_1132" from="6772" to="6775"/>
-      <span id="s_1133" from="6776" to="6782"/>
-      <span id="s_1134" from="6783" to="6791"/>
-      <span id="s_1135" from="6792" to="6796"/>
-      <span id="s_1136" from="6797" to="6803"/>
-      <span id="s_1137" from="6804" to="6807"/>
-      <span id="s_1138" from="6808" to="6820"/>
-      <span id="s_1139" from="6821" to="6824"/>
-      <span id="s_1140" from="6825" to="6831"/>
-      <span id="s_1141" from="6832" to="6839"/>
-      <span id="s_1142" from="6840" to="6850"/>
-      <span id="s_1143" from="6851" to="6868"/>
-      <span id="s_1144" from="6868" to="6869"/>
-      <span id="s_1145" from="6870" to="6876"/>
-      <span id="s_1146" from="6877" to="6884"/>
-      <span id="s_1147" from="6885" to="6888"/>
-      <span id="s_1148" from="6889" to="6893"/>
-      <span id="s_1149" from="6894" to="6906"/>
-      <span id="s_1150" from="6907" to="6913"/>
-      <span id="s_1151" from="6913" to="6914"/>
-      <span id="s_1152" from="6915" to="6922"/>
-      <span id="s_1153" from="6923" to="6931"/>
-      <span id="s_1154" from="6932" to="6937"/>
-      <span id="s_1155" from="6938" to="6941"/>
-      <span id="s_1156" from="6942" to="6958"/>
-      <span id="s_1157" from="6959" to="6961"/>
-      <span id="s_1158" from="6962" to="6973"/>
-      <span id="s_1159" from="6974" to="6987"/>
-      <span id="s_1160" from="6987" to="6988"/>
-      <span id="s_1161" from="6989" to="6999"/>
-      <span id="s_1162" from="7000" to="7003"/>
-      <span id="s_1163" from="7004" to="7010"/>
-      <span id="s_1164" from="7011" to="7026"/>
-      <span id="s_1165" from="7027" to="7032"/>
-      <span id="s_1166" from="7032" to="7033"/>
-      <span id="s_1167" from="7034" to="7038"/>
-      <span id="s_1168" from="7039" to="7057"/>
-      <span id="s_1169" from="7058" to="7066"/>
-      <span id="s_1170" from="7067" to="7072"/>
-      <span id="s_1171" from="7073" to="7076"/>
-      <span id="s_1172" from="7077" to="7082"/>
-      <span id="s_1173" from="7083" to="7088"/>
-      <span id="s_1174" from="7089" to="7093"/>
-      <span id="s_1175" from="7094" to="7098"/>
-      <span id="s_1176" from="7099" to="7104"/>
-      <span id="s_1177" from="7105" to="7112"/>
-      <span id="s_1178" from="7113" to="7122"/>
-      <span id="s_1179" from="7122" to="7123"/>
-      <span id="s_1180" from="7124" to="7129"/>
-      <span id="s_1181" from="7130" to="7135"/>
-      <span id="s_1182" from="7136" to="7138"/>
-      <span id="s_1183" from="7139" to="7143"/>
-      <span id="s_1184" from="7144" to="7147"/>
-      <span id="s_1185" from="7148" to="7151"/>
-      <span id="s_1186" from="7152" to="7161"/>
-      <span id="s_1187" from="7162" to="7166"/>
-      <span id="s_1188" from="7167" to="7169"/>
-      <span id="s_1189" from="7170" to="7178"/>
-      <span id="s_1190" from="7178" to="7179"/>
-      <span id="s_1191" from="7180" to="7183"/>
-      <span id="s_1192" from="7184" to="7188"/>
-      <span id="s_1193" from="7189" to="7191"/>
-      <span id="s_1194" from="7192" to="7197"/>
-      <span id="s_1195" from="7198" to="7207"/>
-      <span id="s_1196" from="7208" to="7219"/>
-      <span id="s_1197" from="7220" to="7222"/>
-      <span id="s_1198" from="7223" to="7231"/>
-      <span id="s_1199" from="7232" to="7235"/>
-      <span id="s_1200" from="7236" to="7248"/>
-      <span id="s_1201" from="7249" to="7262"/>
-      <span id="s_1202" from="7263" to="7268"/>
-      <span id="s_1203" from="7269" to="7281"/>
-      <span id="s_1204" from="7282" to="7286"/>
-      <span id="s_1205" from="7287" to="7289"/>
-      <span id="s_1206" from="7290" to="7295"/>
-      <span id="s_1207" from="7296" to="7299"/>
-      <span id="s_1208" from="7300" to="7310"/>
-      <span id="s_1209" from="7311" to="7313"/>
-      <span id="s_1210" from="7314" to="7322"/>
-      <span id="s_1211" from="7323" to="7330"/>
-      <span id="s_1212" from="7331" to="7335"/>
-      <span id="s_1213" from="7335" to="7336"/>
-      <span id="s_1214" from="7337" to="7340"/>
-      <span id="s_1215" from="7341" to="7346"/>
-      <span id="s_1216" from="7347" to="7353"/>
-      <span id="s_1217" from="7354" to="7356"/>
-      <span id="s_1218" from="7357" to="7360"/>
-      <span id="s_1219" from="7361" to="7367"/>
-      <span id="s_1220" from="7368" to="7371"/>
-      <span id="s_1221" from="7372" to="7376"/>
-      <span id="s_1222" from="7377" to="7380"/>
-      <span id="s_1223" from="7381" to="7384"/>
-      <span id="s_1224" from="7385" to="7392"/>
-      <span id="s_1225" from="7393" to="7401"/>
-      <span id="s_1226" from="7402" to="7408"/>
-      <span id="s_1227" from="7408" to="7409"/>
-      <span id="s_1228" from="7410" to="7414"/>
-      <span id="s_1229" from="7415" to="7420"/>
-      <span id="s_1230" from="7421" to="7426"/>
-      <span id="s_1231" from="7427" to="7433"/>
-      <span id="s_1232" from="7434" to="7436"/>
-      <span id="s_1233" from="7436" to="7437"/>
-      <span id="s_1234" from="7438" to="7441"/>
-      <span id="s_1235" from="7442" to="7449"/>
-      <span id="s_1236" from="7450" to="7456"/>
-      <span id="s_1237" from="7457" to="7467"/>
-      <span id="s_1238" from="7468" to="7472"/>
-      <span id="s_1239" from="7473" to="7484"/>
-      <span id="s_1240" from="7484" to="7485"/>
-      <span id="s_1241" from="7486" to="7494"/>
-      <span id="s_1242" from="7495" to="7499"/>
-      <span id="s_1243" from="7500" to="7513"/>
-      <span id="s_1244" from="7513" to="7514"/>
-      <span id="s_1245" from="7515" to="7537"/>
-      <span id="s_1246" from="7538" to="7546"/>
-      <span id="s_1247" from="7547" to="7552"/>
-      <span id="s_1248" from="7553" to="7554"/>
-      <span id="s_1249" from="7554" to="7557"/>
-      <span id="s_1250" from="7557" to="7558"/>
-      <span id="s_1251" from="7559" to="7563"/>
-      <span id="s_1252" from="7564" to="7568"/>
-      <span id="s_1253" from="7568" to="7569"/>
-      <span id="s_1254" from="7570" to="7574"/>
-      <span id="s_1255" from="7575" to="7581"/>
-      <span id="s_1256" from="7582" to="7585"/>
-      <span id="s_1257" from="7586" to="7597"/>
-      <span id="s_1258" from="7598" to="7601"/>
-      <span id="s_1259" from="7602" to="7607"/>
-      <span id="s_1260" from="7608" to="7610"/>
-      <span id="s_1261" from="7611" to="7617"/>
-      <span id="s_1262" from="7618" to="7622"/>
-      <span id="s_1263" from="7623" to="7625"/>
-      <span id="s_1264" from="7625" to="7626"/>
-      <span id="s_1265" from="7627" to="7631"/>
-      <span id="s_1266" from="7632" to="7634"/>
-      <span id="s_1267" from="7635" to="7638"/>
-      <span id="s_1268" from="7639" to="7646"/>
-      <span id="s_1269" from="7647" to="7651"/>
-      <span id="s_1270" from="7651" to="7652"/>
-      <span id="s_1271" from="7653" to="7666"/>
-      <span id="s_1272" from="7667" to="7670"/>
-      <span id="s_1273" from="7671" to="7680"/>
-      <span id="s_1274" from="7681" to="7691"/>
-      <span id="s_1275" from="7692" to="7694"/>
-      <span id="s_1276" from="7695" to="7703"/>
-      <span id="s_1277" from="7704" to="7711"/>
-      <span id="s_1278" from="7712" to="7714"/>
-      <span id="s_1279" from="7715" to="7725"/>
-      <span id="s_1280" from="7725" to="7726"/>
-      <span id="s_1281" from="7726" to="7727"/>
-      <span id="s_1282" from="7728" to="7731"/>
-      <span id="s_1283" from="7732" to="7736"/>
-      <span id="s_1284" from="7737" to="7744"/>
-      <span id="s_1285" from="7745" to="7749"/>
-      <span id="s_1286" from="7750" to="7756"/>
-      <span id="s_1287" from="7757" to="7759"/>
-      <span id="s_1288" from="7760" to="7766"/>
-      <span id="s_1289" from="7767" to="7780"/>
-      <span id="s_1290" from="7780" to="7781"/>
-      <span id="s_1291" from="7782" to="7786"/>
-      <span id="s_1292" from="7787" to="7789"/>
-      <span id="s_1293" from="7790" to="7809"/>
-      <span id="s_1294" from="7809" to="7810"/>
-      <span id="s_1295" from="7811" to="7813"/>
-      <span id="s_1296" from="7814" to="7821"/>
-      <span id="s_1297" from="7822" to="7826"/>
-      <span id="s_1298" from="7827" to="7829"/>
-      <span id="s_1299" from="7830" to="7841"/>
-      <span id="s_1300" from="7842" to="7855"/>
-      <span id="s_1301" from="7856" to="7862"/>
-      <span id="s_1302" from="7863" to="7868"/>
-      <span id="s_1303" from="7869" to="7872"/>
-      <span id="s_1304" from="7873" to="7879"/>
-      <span id="s_1305" from="7880" to="7883"/>
-      <span id="s_1306" from="7884" to="7894"/>
-      <span id="s_1307" from="7895" to="7901"/>
-      <span id="s_1308" from="7901" to="7902"/>
-      <span id="s_1309" from="7903" to="7905"/>
-      <span id="s_1310" from="7906" to="7911"/>
-      <span id="s_1311" from="7911" to="7912"/>
-      <span id="s_1312" from="7913" to="7918"/>
-      <span id="s_1313" from="7919" to="7923"/>
-      <span id="s_1314" from="7924" to="7927"/>
-      <span id="s_1315" from="7928" to="7941"/>
-      <span id="s_1316" from="7942" to="7950"/>
-      <span id="s_1317" from="7951" to="7954"/>
-      <span id="s_1318" from="7955" to="7966"/>
-      <span id="s_1319" from="7967" to="7970"/>
-      <span id="s_1320" from="7971" to="7974"/>
-      <span id="s_1321" from="7975" to="7990"/>
-      <span id="s_1322" from="7991" to="7994"/>
-      <span id="s_1323" from="7995" to="8006"/>
-      <span id="s_1324" from="8006" to="8007"/>
-      <span id="s_1325" from="8008" to="8011"/>
-      <span id="s_1326" from="8012" to="8017"/>
-      <span id="s_1327" from="8018" to="8021"/>
-      <span id="s_1328" from="8022" to="8027"/>
-      <span id="s_1329" from="8028" to="8035"/>
-      <span id="s_1330" from="8036" to="8039"/>
-      <span id="s_1331" from="8040" to="8042"/>
-      <span id="s_1332" from="8043" to="8052"/>
-      <span id="s_1333" from="8053" to="8057"/>
-      <span id="s_1334" from="8058" to="8062"/>
-      <span id="s_1335" from="8063" to="8074"/>
-      <span id="s_1336" from="8075" to="8078"/>
-      <span id="s_1337" from="8079" to="8085"/>
-      <span id="s_1338" from="8086" to="8088"/>
-      <span id="s_1339" from="8089" to="8096"/>
-      <span id="s_1340" from="8096" to="8097"/>
-      <span id="s_1341" from="8098" to="8102"/>
-      <span id="s_1342" from="8103" to="8111"/>
-      <span id="s_1343" from="8112" to="8115"/>
-      <span id="s_1344" from="8116" to="8142"/>
-      <span id="s_1345" from="8143" to="8149"/>
-      <span id="s_1346" from="8150" to="8156"/>
-      <span id="s_1347" from="8157" to="8160"/>
-      <span id="s_1348" from="8161" to="8166"/>
-      <span id="s_1349" from="8167" to="8176"/>
-      <span id="s_1350" from="8177" to="8184"/>
-      <span id="s_1351" from="8185" to="8191"/>
-      <span id="s_1352" from="8191" to="8192"/>
-      <span id="s_1353" from="8193" to="8198"/>
-      <span id="s_1354" from="8199" to="8202"/>
-      <span id="s_1355" from="8203" to="8216"/>
-      <span id="s_1356" from="8217" to="8222"/>
-      <span id="s_1357" from="8223" to="8229"/>
-      <span id="s_1358" from="8230" to="8235"/>
-      <span id="s_1359" from="8236" to="8246"/>
-      <span id="s_1360" from="8246" to="8247"/>
-      <span id="s_1361" from="8248" to="8255"/>
-      <span id="s_1362" from="8256" to="8258"/>
-      <span id="s_1363" from="8259" to="8262"/>
-      <span id="s_1364" from="8263" to="8272"/>
-      <span id="s_1365" from="8273" to="8279"/>
-      <span id="s_1366" from="8280" to="8285"/>
-      <span id="s_1367" from="8286" to="8288"/>
-      <span id="s_1368" from="8289" to="8292"/>
-      <span id="s_1369" from="8293" to="8313"/>
-      <span id="s_1370" from="8314" to="8320"/>
-      <span id="s_1371" from="8321" to="8325"/>
-      <span id="s_1372" from="8326" to="8331"/>
-      <span id="s_1373" from="8332" to="8336"/>
-      <span id="s_1374" from="8336" to="8337"/>
-      <span id="s_1375" from="8338" to="8345"/>
-      <span id="s_1376" from="8346" to="8349"/>
-      <span id="s_1377" from="8349" to="8350"/>
-      <span id="s_1378" from="8351" to="8355"/>
-      <span id="s_1379" from="8356" to="8359"/>
-      <span id="s_1380" from="8360" to="8372"/>
-      <span id="s_1381" from="8373" to="8396"/>
-      <span id="s_1382" from="8397" to="8401"/>
-      <span id="s_1383" from="8402" to="8405"/>
-      <span id="s_1384" from="8406" to="8413"/>
-      <span id="s_1385" from="8414" to="8417"/>
-      <span id="s_1386" from="8418" to="8429"/>
-      <span id="s_1387" from="8430" to="8441"/>
-      <span id="s_1388" from="8442" to="8446"/>
-      <span id="s_1389" from="8446" to="8447"/>
-      <span id="s_1390" from="8448" to="8451"/>
-      <span id="s_1391" from="8452" to="8456"/>
-      <span id="s_1392" from="8457" to="8462"/>
-      <span id="s_1393" from="8463" to="8470"/>
-      <span id="s_1394" from="8471" to="8474"/>
-      <span id="s_1395" from="8475" to="8481"/>
-      <span id="s_1396" from="8482" to="8485"/>
-      <span id="s_1397" from="8486" to="8503"/>
-      <span id="s_1398" from="8504" to="8509"/>
-      <span id="s_1399" from="8510" to="8520"/>
-      <span id="s_1400" from="8521" to="8524"/>
-      <span id="s_1401" from="8525" to="8529"/>
-      <span id="s_1402" from="8530" to="8533"/>
-      <span id="s_1403" from="8534" to="8541"/>
-      <span id="s_1404" from="8542" to="8556"/>
-      <span id="s_1405" from="8557" to="8561"/>
-      <span id="s_1406" from="8561" to="8562"/>
-      <span id="s_1407" from="8563" to="8565"/>
-      <span id="s_1408" from="8566" to="8582"/>
-      <span id="s_1409" from="8583" to="8586"/>
-      <span id="s_1410" from="8587" to="8593"/>
-      <span id="s_1411" from="8594" to="8601"/>
-      <span id="s_1412" from="8602" to="8606"/>
-      <span id="s_1413" from="8607" to="8612"/>
-      <span id="s_1414" from="8613" to="8617"/>
-      <span id="s_1415" from="8618" to="8628"/>
-      <span id="s_1416" from="8629" to="8632"/>
-      <span id="s_1417" from="8633" to="8647"/>
-      <span id="s_1418" from="8648" to="8651"/>
-      <span id="s_1419" from="8652" to="8654"/>
-      <span id="s_1420" from="8655" to="8658"/>
-      <span id="s_1421" from="8659" to="8663"/>
-      <span id="s_1422" from="8664" to="8667"/>
-      <span id="s_1423" from="8668" to="8681"/>
-      <span id="s_1424" from="8682" to="8695"/>
-      <span id="s_1425" from="8695" to="8696"/>
-      <span id="s_1426" from="8697" to="8699"/>
-      <span id="s_1427" from="8700" to="8712"/>
-      <span id="s_1428" from="8713" to="8717"/>
-      <span id="s_1429" from="8718" to="8722"/>
-      <span id="s_1430" from="8723" to="8727"/>
-      <span id="s_1431" from="8728" to="8735"/>
-      <span id="s_1432" from="8736" to="8742"/>
-      <span id="s_1433" from="8743" to="8749"/>
-      <span id="s_1434" from="8749" to="8750"/>
-      <span id="s_1435" from="8751" to="8754"/>
-      <span id="s_1436" from="8755" to="8760"/>
-      <span id="s_1437" from="8761" to="8765"/>
-      <span id="s_1438" from="8766" to="8771"/>
-      <span id="s_1439" from="8772" to="8779"/>
-      <span id="s_1440" from="8780" to="8783"/>
-      <span id="s_1441" from="8784" to="8798"/>
-      <span id="s_1442" from="8799" to="8807"/>
-      <span id="s_1443" from="8807" to="8808"/>
-      <span id="s_1444" from="8809" to="8814"/>
-      <span id="s_1445" from="8815" to="8817"/>
-      <span id="s_1446" from="8817" to="8818"/>
-      <span id="s_1447" from="8819" to="8824"/>
-      <span id="s_1448" from="8825" to="8830"/>
-      <span id="s_1449" from="8831" to="8834"/>
-      <span id="s_1450" from="8835" to="8843"/>
-      <span id="s_1451" from="8844" to="8853"/>
-      <span id="s_1452" from="8854" to="8862"/>
-      <span id="s_1453" from="8863" to="8868"/>
-      <span id="s_1454" from="8869" to="8871"/>
-      <span id="s_1455" from="8872" to="8875"/>
-      <span id="s_1456" from="8876" to="8881"/>
-      <span id="s_1457" from="8882" to="8887"/>
-      <span id="s_1458" from="8888" to="8901"/>
-      <span id="s_1459" from="8902" to="8903"/>
-      <span id="s_1460" from="8904" to="8907"/>
-      <span id="s_1461" from="8908" to="8913"/>
-      <span id="s_1462" from="8913" to="8914"/>
-      <span id="s_1463" from="8915" to="8919"/>
-      <span id="s_1464" from="8920" to="8923"/>
-      <span id="s_1465" from="8924" to="8928"/>
-      <span id="s_1466" from="8929" to="8935"/>
-      <span id="s_1467" from="8936" to="8939"/>
-      <span id="s_1468" from="8940" to="8947"/>
-      <span id="s_1469" from="8948" to="8952"/>
-      <span id="s_1470" from="8953" to="8960"/>
-      <span id="s_1471" from="8961" to="8971"/>
-      <span id="s_1472" from="8972" to="8980"/>
-      <span id="s_1473" from="8981" to="8991"/>
-      <span id="s_1474" from="8992" to="8996"/>
-      <span id="s_1475" from="8996" to="8997"/>
-      <span id="s_1476" from="8998" to="9000"/>
-      <span id="s_1477" from="9001" to="9004"/>
-      <span id="s_1478" from="9005" to="9011"/>
-      <span id="s_1479" from="9011" to="9012"/>
-      <span id="s_1480" from="9013" to="9016"/>
-      <span id="s_1481" from="9017" to="9020"/>
-      <span id="s_1482" from="9021" to="9023"/>
-      <span id="s_1483" from="9024" to="9030"/>
-      <span id="s_1484" from="9031" to="9040"/>
-      <span id="s_1485" from="9041" to="9050"/>
-      <span id="s_1486" from="9051" to="9056"/>
-      <span id="s_1487" from="9056" to="9057"/>
-      <span id="s_1488" from="9058" to="9066"/>
-      <span id="s_1489" from="9067" to="9070"/>
-      <span id="s_1490" from="9070" to="9071"/>
-      <span id="s_1491" from="9072" to="9078"/>
-      <span id="s_1492" from="9079" to="9085"/>
-      <span id="s_1493" from="9086" to="9088"/>
-      <span id="s_1494" from="9089" to="9098"/>
-      <span id="s_1495" from="9099" to="9101"/>
-      <span id="s_1496" from="9102" to="9105"/>
-      <span id="s_1497" from="9106" to="9115"/>
-      <span id="s_1498" from="9115" to="9116"/>
-      <span id="s_1499" from="9117" to="9125"/>
-      <span id="s_1500" from="9126" to="9135"/>
-      <span id="s_1501" from="9136" to="9141"/>
-      <span id="s_1502" from="9142" to="9144"/>
-      <span id="s_1503" from="9145" to="9153"/>
-      <span id="s_1504" from="9153" to="9154"/>
-      <span id="s_1505" from="9155" to="9159"/>
-      <span id="s_1506" from="9160" to="9163"/>
-      <span id="s_1507" from="9164" to="9170"/>
-      <span id="s_1508" from="9171" to="9174"/>
-      <span id="s_1509" from="9175" to="9183"/>
-      <span id="s_1510" from="9184" to="9190"/>
-      <span id="s_1511" from="9191" to="9192"/>
-      <span id="s_1512" from="9193" to="9196"/>
-      <span id="s_1513" from="9197" to="9203"/>
-      <span id="s_1514" from="9203" to="9204"/>
-      <span id="s_1515" from="9205" to="9208"/>
-      <span id="s_1516" from="9209" to="9213"/>
-      <span id="s_1517" from="9214" to="9225"/>
-      <span id="s_1518" from="9226" to="9230"/>
-      <span id="s_1519" from="9231" to="9234"/>
-      <span id="s_1520" from="9235" to="9238"/>
-      <span id="s_1521" from="9239" to="9242"/>
-      <span id="s_1522" from="9243" to="9265"/>
-      <span id="s_1523" from="9266" to="9272"/>
-      <span id="s_1524" from="9272" to="9273"/>
-      <span id="s_1525" from="9274" to="9279"/>
-      <span id="s_1526" from="9280" to="9289"/>
-      <span id="s_1527" from="9290" to="9298"/>
-      <span id="s_1528" from="9299" to="9303"/>
-      <span id="s_1529" from="9304" to="9308"/>
-      <span id="s_1530" from="9309" to="9312"/>
-      <span id="s_1531" from="9313" to="9330"/>
-      <span id="s_1532" from="9330" to="9331"/>
-      <span id="s_1533" from="9332" to="9337"/>
-      <span id="s_1534" from="9338" to="9344"/>
-      <span id="s_1535" from="9345" to="9348"/>
-      <span id="s_1536" from="9349" to="9352"/>
-      <span id="s_1537" from="9353" to="9363"/>
-      <span id="s_1538" from="9364" to="9367"/>
-      <span id="s_1539" from="9368" to="9371"/>
-      <span id="s_1540" from="9372" to="9375"/>
-      <span id="s_1541" from="9376" to="9382"/>
-      <span id="s_1542" from="9383" to="9392"/>
-      <span id="s_1543" from="9393" to="9395"/>
-      <span id="s_1544" from="9396" to="9399"/>
-      <span id="s_1545" from="9400" to="9412"/>
-      <span id="s_1546" from="9412" to="9413"/>
-      <span id="s_1547" from="9414" to="9424"/>
-      <span id="s_1548" from="9425" to="9430"/>
-      <span id="s_1549" from="9430" to="9431"/>
-      <span id="s_1550" from="9432" to="9435"/>
-      <span id="s_1551" from="9436" to="9439"/>
-      <span id="s_1552" from="9440" to="9442"/>
-      <span id="s_1553" from="9443" to="9447"/>
-      <span id="s_1554" from="9448" to="9452"/>
-      <span id="s_1555" from="9453" to="9459"/>
-      <span id="s_1556" from="9460" to="9464"/>
-      <span id="s_1557" from="9464" to="9465"/>
-      <span id="s_1558" from="9466" to="9469"/>
-      <span id="s_1559" from="9470" to="9474"/>
-      <span id="s_1560" from="9475" to="9479"/>
-      <span id="s_1561" from="9480" to="9490"/>
-      <span id="s_1562" from="9491" to="9500"/>
-      <span id="s_1563" from="9500" to="9501"/>
-      <span id="s_1564" from="9502" to="9505"/>
-      <span id="s_1565" from="9506" to="9512"/>
-      <span id="s_1566" from="9513" to="9523"/>
-      <span id="s_1567" from="9524" to="9529"/>
-      <span id="s_1568" from="9530" to="9533"/>
-      <span id="s_1569" from="9534" to="9538"/>
-      <span id="s_1570" from="9538" to="9539"/>
-      <span id="s_1571" from="9540" to="9554"/>
-      <span id="s_1572" from="9555" to="9561"/>
-      <span id="s_1573" from="9562" to="9564"/>
-      <span id="s_1574" from="9565" to="9571"/>
-      <span id="s_1575" from="9571" to="9572"/>
-      <span id="s_1576" from="9573" to="9576"/>
-      <span id="s_1577" from="9577" to="9582"/>
-      <span id="s_1578" from="9583" to="9588"/>
-      <span id="s_1579" from="9589" to="9594"/>
-      <span id="s_1580" from="9595" to="9599"/>
-      <span id="s_1581" from="9600" to="9603"/>
-      <span id="s_1582" from="9604" to="9609"/>
-      <span id="s_1583" from="9610" to="9612"/>
-      <span id="s_1584" from="9613" to="9620"/>
-      <span id="s_1585" from="9620" to="9621"/>
-      <span id="s_1586" from="9622" to="9627"/>
-      <span id="s_1587" from="9628" to="9632"/>
-      <span id="s_1588" from="9633" to="9636"/>
-      <span id="s_1589" from="9636" to="9637"/>
-      <span id="s_1590" from="9638" to="9641"/>
-      <span id="s_1591" from="9642" to="9648"/>
-      <span id="s_1592" from="9649" to="9654"/>
-      <span id="s_1593" from="9655" to="9660"/>
-      <span id="s_1594" from="9661" to="9666"/>
-      <span id="s_1595" from="9667" to="9672"/>
-      <span id="s_1596" from="9673" to="9679"/>
-      <span id="s_1597" from="9680" to="9683"/>
-      <span id="s_1598" from="9683" to="9684"/>
-      <span id="s_1599" from="9685" to="9691"/>
-      <span id="s_1600" from="9692" to="9698"/>
-      <span id="s_1601" from="9698" to="9699"/>
-      <span id="s_1602" from="9700" to="9704"/>
-      <span id="s_1603" from="9705" to="9713"/>
-      <span id="s_1604" from="9714" to="9719"/>
-      <span id="s_1605" from="9719" to="9720"/>
-      <span id="s_1606" from="9721" to="9726"/>
-      <span id="s_1607" from="9727" to="9730"/>
-      <span id="s_1608" from="9731" to="9734"/>
-      <span id="s_1609" from="9735" to="9740"/>
-      <span id="s_1610" from="9741" to="9746"/>
-      <span id="s_1611" from="9746" to="9747"/>
-      <span id="s_1612" from="9748" to="9751"/>
-      <span id="s_1613" from="9752" to="9755"/>
-      <span id="s_1614" from="9756" to="9761"/>
-      <span id="s_1615" from="9762" to="9765"/>
-      <span id="s_1616" from="9766" to="9772"/>
-      <span id="s_1617" from="9773" to="9778"/>
-      <span id="s_1618" from="9779" to="9787"/>
-      <span id="s_1619" from="9788" to="9791"/>
-      <span id="s_1620" from="9792" to="9798"/>
-      <span id="s_1621" from="9799" to="9802"/>
-      <span id="s_1622" from="9802" to="9803"/>
-      <span id="s_1623" from="9804" to="9807"/>
-      <span id="s_1624" from="9808" to="9812"/>
-      <span id="s_1625" from="9813" to="9818"/>
-      <span id="s_1626" from="9819" to="9834"/>
-      <span id="s_1627" from="9835" to="9838"/>
-      <span id="s_1628" from="9839" to="9844"/>
-      <span id="s_1629" from="9845" to="9849"/>
-      <span id="s_1630" from="9850" to="9855"/>
-      <span id="s_1631" from="9856" to="9858"/>
-      <span id="s_1632" from="9859" to="9863"/>
-      <span id="s_1633" from="9863" to="9864"/>
-      <span id="s_1634" from="9864" to="9865"/>
-      <span id="s_1635" from="9866" to="9870"/>
-      <span id="s_1636" from="9871" to="9875"/>
-      <span id="s_1637" from="9876" to="9879"/>
-      <span id="s_1638" from="9880" to="9884"/>
-      <span id="s_1639" from="9885" to="9890"/>
-      <span id="s_1640" from="9891" to="9904"/>
-      <span id="s_1641" from="9905" to="9908"/>
-      <span id="s_1642" from="9909" to="9914"/>
-      <span id="s_1643" from="9915" to="9919"/>
-      <span id="s_1644" from="9920" to="9925"/>
-      <span id="s_1645" from="9926" to="9930"/>
-      <span id="s_1646" from="9930" to="9931"/>
-      <span id="s_1647" from="9931" to="9932"/>
-      <span id="s_1648" from="9933" to="9942"/>
-      <span id="s_1649" from="9943" to="9951"/>
-      <span id="s_1650" from="9952" to="9956"/>
-      <span id="s_1651" from="9957" to="9964"/>
-      <span id="s_1652" from="9964" to="9965"/>
-      <span id="s_1653" from="9966" to="9969"/>
-      <span id="s_1654" from="9970" to="9976"/>
-      <span id="s_1655" from="9977" to="9984"/>
-      <span id="s_1656" from="9985" to="9991"/>
-      <span id="s_1657" from="9991" to="9992"/>
-      <span id="s_1658" from="9993" to="9998"/>
-      <span id="s_1659" from="9998" to="9999"/>
-      <span id="s_1660" from="10000" to="10005"/>
-      <span id="s_1661" from="10006" to="10011"/>
-      <span id="s_1662" from="10012" to="10018"/>
-      <span id="s_1663" from="10019" to="10023"/>
-      <span id="s_1664" from="10024" to="10027"/>
-      <span id="s_1665" from="10028" to="10043"/>
-      <span id="s_1666" from="10044" to="10049"/>
-      <span id="s_1667" from="10050" to="10057"/>
-      <span id="s_1668" from="10058" to="10061"/>
-      <span id="s_1669" from="10062" to="10072"/>
-      <span id="s_1670" from="10073" to="10076"/>
-      <span id="s_1671" from="10077" to="10082"/>
-      <span id="s_1672" from="10083" to="10092"/>
-      <span id="s_1673" from="10093" to="10104"/>
-      <span id="s_1674" from="10105" to="10115"/>
-      <span id="s_1675" from="10115" to="10116"/>
-      <span id="s_1676" from="10117" to="10122"/>
-      <span id="s_1677" from="10123" to="10133"/>
-      <span id="s_1678" from="10134" to="10138"/>
-      <span id="s_1679" from="10139" to="10142"/>
-      <span id="s_1680" from="10143" to="10149"/>
-      <span id="s_1681" from="10150" to="10155"/>
-      <span id="s_1682" from="10156" to="10161"/>
-      <span id="s_1683" from="10161" to="10162"/>
-      <span id="s_1684" from="10163" to="10168"/>
-      <span id="s_1685" from="10169" to="10172"/>
-      <span id="s_1686" from="10173" to="10178"/>
-      <span id="s_1687" from="10179" to="10182"/>
-      <span id="s_1688" from="10183" to="10190"/>
-      <span id="s_1689" from="10191" to="10194"/>
-      <span id="s_1690" from="10195" to="10204"/>
-      <span id="s_1691" from="10205" to="10209"/>
-      <span id="s_1692" from="10210" to="10218"/>
-      <span id="s_1693" from="10219" to="10223"/>
-      <span id="s_1694" from="10223" to="10224"/>
-      <span id="s_1695" from="10225" to="10228"/>
-      <span id="s_1696" from="10229" to="10232"/>
-      <span id="s_1697" from="10233" to="10241"/>
-      <span id="s_1698" from="10242" to="10245"/>
-      <span id="s_1699" from="10246" to="10256"/>
-      <span id="s_1700" from="10257" to="10260"/>
-      <span id="s_1701" from="10261" to="10266"/>
-      <span id="s_1702" from="10267" to="10271"/>
-      <span id="s_1703" from="10272" to="10274"/>
-      <span id="s_1704" from="10275" to="10279"/>
-      <span id="s_1705" from="10280" to="10285"/>
-      <span id="s_1706" from="10285" to="10287"/>
-      <span id="s_1707" from="10288" to="10291"/>
-      <span id="s_1708" from="10292" to="10299"/>
-      <span id="s_1709" from="10300" to="10313"/>
-      <span id="s_1710" from="10314" to="10322"/>
-      <span id="s_1711" from="10323" to="10330"/>
-      <span id="s_1712" from="10331" to="10336"/>
-      <span id="s_1713" from="10337" to="10345"/>
-      <span id="s_1714" from="10346" to="10349"/>
-      <span id="s_1715" from="10350" to="10359"/>
-      <span id="s_1716" from="10360" to="10368"/>
-      <span id="s_1717" from="10369" to="10372"/>
-      <span id="s_1718" from="10373" to="10380"/>
-      <span id="s_1719" from="10381" to="10387"/>
-      <span id="s_1720" from="10388" to="10399"/>
-      <span id="s_1721" from="10399" to="10400"/>
-      <span id="s_1722" from="10401" to="10404"/>
-      <span id="s_1723" from="10405" to="10408"/>
-      <span id="s_1724" from="10409" to="10414"/>
-      <span id="s_1725" from="10415" to="10418"/>
-      <span id="s_1726" from="10419" to="10428"/>
-      <span id="s_1727" from="10429" to="10440"/>
-      <span id="s_1728" from="10441" to="10446"/>
-      <span id="s_1729" from="10447" to="10451"/>
-      <span id="s_1730" from="10452" to="10458"/>
-      <span id="s_1731" from="10459" to="10462"/>
-      <span id="s_1732" from="10463" to="10473"/>
-      <span id="s_1733" from="10474" to="10476"/>
-      <span id="s_1734" from="10477" to="10482"/>
-      <span id="s_1735" from="10483" to="10489"/>
-      <span id="s_1736" from="10490" to="10493"/>
-      <span id="s_1737" from="10493" to="10494"/>
-      <span id="s_1738" from="10495" to="10499"/>
-      <span id="s_1739" from="10500" to="10505"/>
-      <span id="s_1740" from="10506" to="10511"/>
-      <span id="s_1741" from="10511" to="10512"/>
-      <span id="s_1742" from="10513" to="10516"/>
-      <span id="s_1743" from="10517" to="10520"/>
-      <span id="s_1744" from="10521" to="10526"/>
-      <span id="s_1745" from="10526" to="10527"/>
-      <span id="s_1746" from="10528" to="10531"/>
-      <span id="s_1747" from="10532" to="10535"/>
-      <span id="s_1748" from="10536" to="10545"/>
-      <span id="s_1749" from="10545" to="10546"/>
-      <span id="s_1750" from="10547" to="10551"/>
-      <span id="s_1751" from="10552" to="10554"/>
-      <span id="s_1752" from="10555" to="10559"/>
-      <span id="s_1753" from="10560" to="10565"/>
-      <span id="s_1754" from="10566" to="10570"/>
-      <span id="s_1755" from="10571" to="10574"/>
-      <span id="s_1756" from="10575" to="10585"/>
-      <span id="s_1757" from="10586" to="10590"/>
-      <span id="s_1758" from="10591" to="10593"/>
-      <span id="s_1759" from="10594" to="10597"/>
-      <span id="s_1760" from="10597" to="10598"/>
-      <span id="s_1761" from="10599" to="10601"/>
-      <span id="s_1762" from="10602" to="10605"/>
-      <span id="s_1763" from="10606" to="10609"/>
-      <span id="s_1764" from="10610" to="10617"/>
-      <span id="s_1765" from="10618" to="10624"/>
-      <span id="s_1766" from="10624" to="10625"/>
-      <span id="s_1767" from="10626" to="10630"/>
-      <span id="s_1768" from="10631" to="10637"/>
-      <span id="s_1769" from="10638" to="10644"/>
-      <span id="s_1770" from="10645" to="10648"/>
-      <span id="s_1771" from="10649" to="10656"/>
-      <span id="s_1772" from="10657" to="10663"/>
-      <span id="s_1773" from="10663" to="10664"/>
-      <span id="s_1774" from="10665" to="10669"/>
-      <span id="s_1775" from="10670" to="10673"/>
-      <span id="s_1776" from="10673" to="10674"/>
-      <span id="s_1777" from="10675" to="10679"/>
-      <span id="s_1778" from="10680" to="10685"/>
-      <span id="s_1779" from="10686" to="10700"/>
-      <span id="s_1780" from="10701" to="10703"/>
-      <span id="s_1781" from="10704" to="10707"/>
-      <span id="s_1782" from="10707" to="10708"/>
-      <span id="s_1783" from="10709" to="10719"/>
-      <span id="s_1784" from="10720" to="10726"/>
-      <span id="s_1785" from="10727" to="10730"/>
-      <span id="s_1786" from="10731" to="10734"/>
-      <span id="s_1787" from="10735" to="10739"/>
-      <span id="s_1788" from="10740" to="10747"/>
-      <span id="s_1789" from="10748" to="10751"/>
-      <span id="s_1790" from="10752" to="10754"/>
-      <span id="s_1791" from="10755" to="10764"/>
-      <span id="s_1792" from="10765" to="10774"/>
-      <span id="s_1793" from="10774" to="10775"/>
-      <span id="s_1794" from="10776" to="10788"/>
-      <span id="s_1795" from="10789" to="10795"/>
-      <span id="s_1796" from="10796" to="10799"/>
-      <span id="s_1797" from="10800" to="10803"/>
-      <span id="s_1798" from="10804" to="10812"/>
-      <span id="s_1799" from="10813" to="10821"/>
-      <span id="s_1800" from="10822" to="10823"/>
-      <span id="s_1801" from="10824" to="10828"/>
-      <span id="s_1802" from="10829" to="10832"/>
-      <span id="s_1803" from="10833" to="10838"/>
-      <span id="s_1804" from="10839" to="10842"/>
-      <span id="s_1805" from="10843" to="10857"/>
-      <span id="s_1806" from="10858" to="10863"/>
-      <span id="s_1807" from="10864" to="10873"/>
-      <span id="s_1808" from="10873" to="10874"/>
-      <span id="s_1809" from="10874" to="10875"/>
-      <span id="s_1810" from="10876" to="10880"/>
-      <span id="s_1811" from="10880" to="10881"/>
-      <span id="s_1812" from="10882" to="10889"/>
-      <span id="s_1813" from="10890" to="10897"/>
-   </spanList>
-</layer>
diff --git a/t/corpus/BRZ13/00001/struct/structure.xml b/t/corpus/BRZ13/00001/struct/structure.xml
deleted file mode 100644
index c6870a1..0000000
--- a/t/corpus/BRZ13/00001/struct/structure.xml
+++ /dev/null
@@ -1,1624 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?xml-model href="span.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
-
-<layer docid="BRZ13_APR.00001" xmlns="http://ids-mannheim.de/ns/KorAP" version="KorAP-0.4">
-  <spanList>
-    <span id="s0" from="0" to="10897">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">idsText</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="version">1.0</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1" from="0" to="0">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">idsHeader</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="version">1.1</f>
-            <f name="status">new</f>
-            <f name="TEIform">teiHeader</f>
-            <f name="pattern">Ztg/Zschr</f>
-            <f name="type">text</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s2" from="0" to="10897">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">text</f>
-      </fs>
-    </span>
-    <span id="s3" from="0" to="0">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">front</f>
-      </fs>
-    </span>
-    <span id="s4" from="0" to="10330">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">body</f>
-      </fs>
-    </span>
-    <span id="s5" from="0" to="10330">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">div</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="n">0</f>
-            <f name="type">Zeitung</f>
-            <f name="complete">y</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s6" from="0" to="67">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">head</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="type">unspecified</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s7" from="0" to="67">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s8" from="68" to="253">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">head</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="type">sub</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s9" from="68" to="104">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s10" from="105" to="209">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s11" from="210" to="253">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s12" from="254" to="2133">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">div</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="n">1</f>
-            <f name="type">section</f>
-            <f name="complete">y</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s13" from="254" to="726">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">p</f>
-      </fs>
-    </span>
-    <span id="s14" from="254" to="267">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s15" from="255" to="267">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">hi</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="rend">bo</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s16" from="268" to="465">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s17" from="268" to="268">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">hi</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="rend">bo</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s18" from="466" to="549">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s19" from="550" to="623">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s20" from="624" to="726">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s21" from="727" to="921">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">p</f>
-      </fs>
-    </span>
-    <span id="s22" from="727" to="921">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s23" from="922" to="1231">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">p</f>
-      </fs>
-    </span>
-    <span id="s24" from="922" to="1107">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s25" from="1108" to="1231">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s26" from="1232" to="1587">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">p</f>
-      </fs>
-    </span>
-    <span id="s27" from="1232" to="1312">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s28" from="1313" to="1587">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s29" from="1588" to="2133">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">p</f>
-      </fs>
-    </span>
-    <span id="s30" from="1588" to="1667">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s31" from="1668" to="1884">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s32" from="1885" to="1981">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s33" from="1982" to="2018">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s34" from="2019" to="2133">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s35" from="2134" to="3305">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">div</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="n">1</f>
-            <f name="type">section</f>
-            <f name="complete">y</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s36" from="2134" to="2162">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">head</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="type">cross</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s37" from="2134" to="2162">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s38" from="2163" to="2544">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">p</f>
-      </fs>
-    </span>
-    <span id="s39" from="2163" to="2259">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s40" from="2260" to="2371">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s41" from="2372" to="2442">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s42" from="2443" to="2544">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s43" from="2545" to="2919">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">p</f>
-      </fs>
-    </span>
-    <span id="s44" from="2545" to="2666">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s45" from="2667" to="2779">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s46" from="2780" to="2797">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s47" from="2798" to="2919">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s48" from="2920" to="3305">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">p</f>
-      </fs>
-    </span>
-    <span id="s49" from="2920" to="3042">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s50" from="3043" to="3143">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s51" from="3144" to="3266">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s52" from="3267" to="3305">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s53" from="3306" to="4338">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">div</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="n">1</f>
-            <f name="type">section</f>
-            <f name="complete">y</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s54" from="3306" to="3333">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">head</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="type">cross</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s55" from="3306" to="3333">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s56" from="3334" to="3867">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">p</f>
-      </fs>
-    </span>
-    <span id="s57" from="3334" to="3356">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s58" from="3357" to="3493">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s59" from="3494" to="3551">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s60" from="3552" to="3628">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s61" from="3629" to="3664">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s62" from="3665" to="3771">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s63" from="3772" to="3867">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s64" from="3868" to="4338">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">p</f>
-      </fs>
-    </span>
-    <span id="s65" from="3868" to="3920">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s66" from="3921" to="3939">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s67" from="3940" to="3967">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s68" from="3968" to="4069">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s69" from="4070" to="4122">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s70" from="4123" to="4143">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s71" from="4144" to="4230">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s72" from="4231" to="4338">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s73" from="4339" to="5364">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">div</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="n">1</f>
-            <f name="type">section</f>
-            <f name="complete">y</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s74" from="4339" to="4363">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">head</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="type">cross</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s75" from="4339" to="4363">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s76" from="4364" to="4664">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">p</f>
-      </fs>
-    </span>
-    <span id="s77" from="4364" to="4474">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s78" from="4475" to="4594">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s79" from="4595" to="4664">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s80" from="4665" to="5041">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">p</f>
-      </fs>
-    </span>
-    <span id="s81" from="4665" to="4910">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s82" from="4911" to="5041">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s83" from="5042" to="5364">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">p</f>
-      </fs>
-    </span>
-    <span id="s84" from="5042" to="5169">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s85" from="5170" to="5364">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s86" from="5365" to="6475">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">div</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="n">1</f>
-            <f name="type">section</f>
-            <f name="complete">y</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s87" from="5365" to="5392">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">head</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="type">cross</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s88" from="5365" to="5392">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s89" from="5393" to="5818">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">p</f>
-      </fs>
-    </span>
-    <span id="s90" from="5393" to="5507">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s91" from="5508" to="5818">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s92" from="5819" to="6475">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">p</f>
-      </fs>
-    </span>
-    <span id="s93" from="5819" to="5942">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s94" from="5943" to="6064">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s95" from="6065" to="6163">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s96" from="6164" to="6295">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s97" from="6296" to="6356">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s98" from="6357" to="6475">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s99" from="6476" to="7912">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">div</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="n">1</f>
-            <f name="type">section</f>
-            <f name="complete">y</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s100" from="6476" to="6502">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">head</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="type">cross</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s101" from="6476" to="6502">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s102" from="6503" to="6869">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">p</f>
-      </fs>
-    </span>
-    <span id="s103" from="6503" to="6620">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s104" from="6621" to="6771">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s105" from="6772" to="6869">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s106" from="6870" to="7336">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">p</f>
-      </fs>
-    </span>
-    <span id="s107" from="6870" to="7033">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s108" from="7034" to="7336">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s109" from="7337" to="7514">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">p</f>
-      </fs>
-    </span>
-    <span id="s110" from="7337" to="7409">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s111" from="7410" to="7514">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s112" from="7515" to="7912">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">p</f>
-      </fs>
-    </span>
-    <span id="s113" from="7515" to="7912">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s114" from="7913" to="8818">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">div</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="n">1</f>
-            <f name="type">section</f>
-            <f name="complete">y</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s115" from="7913" to="7941">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">head</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="type">cross</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s116" from="7913" to="7941">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s117" from="7942" to="8247">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">p</f>
-      </fs>
-    </span>
-    <span id="s118" from="7942" to="8097">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s119" from="8098" to="8247">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s120" from="8248" to="8818">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">p</f>
-      </fs>
-    </span>
-    <span id="s121" from="8248" to="8337">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s122" from="8338" to="8562">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s123" from="8563" to="8750">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s124" from="8751" to="8818">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s125" from="8819" to="10330">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">div</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="n">1</f>
-            <f name="type">section</f>
-            <f name="complete">y</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s126" from="8819" to="8843">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">head</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="type">cross</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s127" from="8819" to="8843">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s128" from="8844" to="9071">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">p</f>
-      </fs>
-    </span>
-    <span id="s129" from="8844" to="8997">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s130" from="8998" to="9071">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s131" from="9072" to="9501">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">p</f>
-      </fs>
-    </span>
-    <span id="s132" from="9072" to="9273">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s133" from="9274" to="9501">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s134" from="9502" to="9865">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">p</f>
-      </fs>
-    </span>
-    <span id="s135" from="9502" to="9572">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s136" from="9573" to="9637">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s137" from="9638" to="9747">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s138" from="9748" to="9865">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s139" from="9866" to="9890">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">p</f>
-      </fs>
-    </span>
-    <span id="s140" from="9866" to="9890">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s141" from="9891" to="9914">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">p</f>
-      </fs>
-    </span>
-    <span id="s142" from="9891" to="9914">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s143" from="9915" to="9932">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">p</f>
-      </fs>
-    </span>
-    <span id="s144" from="9915" to="9932">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s145" from="9933" to="9951">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">p</f>
-      </fs>
-    </span>
-    <span id="s146" from="9933" to="9951">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s147" from="9934" to="9951">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">hi</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="rend">bo</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s148" from="9952" to="9999">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">p</f>
-      </fs>
-    </span>
-    <span id="s149" from="9952" to="9999">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s150" from="9967" to="9999">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">hi</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="rend">bo</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s151" from="10000" to="10082">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">p</f>
-      </fs>
-    </span>
-    <span id="s152" from="10000" to="10082">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s153" from="10083" to="10122">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">p</f>
-      </fs>
-    </span>
-    <span id="s154" from="10083" to="10116">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s155" from="10117" to="10122">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s156" from="10123" to="10142">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">p</f>
-      </fs>
-    </span>
-    <span id="s157" from="10123" to="10142">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s158" from="10143" to="10162">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">p</f>
-      </fs>
-    </span>
-    <span id="s159" from="10143" to="10162">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s160" from="10163" to="10182">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">p</f>
-      </fs>
-    </span>
-    <span id="s161" from="10163" to="10182">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s162" from="10183" to="10287">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">p</f>
-      </fs>
-    </span>
-    <span id="s163" from="10183" to="10224">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s164" from="10225" to="10287">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s165" from="10288" to="10313">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">p</f>
-      </fs>
-    </span>
-    <span id="s166" from="10288" to="10313">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s167" from="10314" to="10330">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">p</f>
-      </fs>
-    </span>
-    <span id="s168" from="10314" to="10330">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s169" from="10315" to="10330">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">hi</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="rend">bo</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s170" from="10330" to="10330">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">ptr</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="targType">figure</f>
-            <f name="target">apr.00001-0-g1</f>
-            <f name="type">aligning</f>
-            <f name="targOrder">u</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s171" from="10331" to="10897">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">back</f>
-      </fs>
-    </span>
-    <span id="s172" from="10331" to="10897">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">div</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="n">1</f>
-            <f name="type">figures</f>
-            <f name="complete">y</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s173" from="10331" to="10897">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">figure</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="id">apr.00001-0-g1</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s174" from="10331" to="10897">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">p</f>
-      </fs>
-    </span>
-    <span id="s175" from="10331" to="10494">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s176" from="10495" to="10598">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s177" from="10599" to="10674">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s178" from="10675" to="10775">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s179" from="10776" to="10897">
-      <fs type="struct" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="name">s</f>
-        <f name="attr">
-          <fs type="attr">
-            <f name="broken">no</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-  </spanList>
-</layer>
diff --git a/t/corpus/BRZ13/00001/text.txt b/t/corpus/BRZ13/00001/text.txt
deleted file mode 100644
index d8bb870..0000000
--- a/t/corpus/BRZ13/00001/text.txt
+++ /dev/null
@@ -1 +0,0 @@
-Sexueller Missbrauch ?"Das schreiende Kind steckt noch tief in mir" Die Opfer leiden oft jahrzehntelang. Nun will die Bundesregierung einen Fonds einrichten, damit zum Beispiel Therapien bezahlt werden können. Eine Betroffene spricht über das Martyrium. Braunschweig.  Die Frau, die diese Frage stellt, ist selbst eine Betroffene: In einer E-Mail an unsere Redaktion schreibt sie, dass ihre Mutter und ihr Vater sie jahrelang immer wieder sexuell missbraucht haben. Erst als sie 18 war und zu Hause ausziehen konnte, endeten die körperlichen Qualen. Aber ihre Seele ist immer noch krank, die 61-Jährige leidet nach wie vor. Aus diesem Grund bittet die Frau um Anonymität ? für diesen Artikel nennen wir sie Katharina Grünberg. Wenn man Katharina Grünberg an ihrem runden Tisch im gemütlichen Wohnzimmer gegenübersitzt, und wenn man sie reden hört, ruhig und mit klarer Stimme, dann meint man, alles sei in bester Ordnung. Doch dann schildert sie, wie sie immer wieder von Panikattacken gepackt wird, wie Todesangst ihre Gedanken fesselt, wie sie denkt: Jetzt bleibt mein Herz stehen, jetzt muss ich sterben. In solchen Momenten rast ihr Herz, sie schwitzt und verkrampft sich so heftig, dass ihr Körper am Tag danach noch schmerzt. Laut Diagnose lebt Katharina Grünberg mit einer dissoziativen Identitätsstörung. Was das bedeutet, beschreibt sie so: Aufgrund der traumatischen Erlebnisse durch den Missbrauch haben sich Teile ihrer Persönlichkeit abgespalten ? eine Schutzreaktion, um die unfassbare Grenzüberschreitung und den Vertrauensbruch ertragen zu können, um überleben zu können. "Diese Abspaltung betrifft schreckliche Erinnerungen und Gefühle", erklärt sie. "Durch verschiedene Reize wie Gerüche, Geräusche und Bilder können diese Erinnerungen und Gefühle aber blitzartig aktiviert werden ? sie sind dann so übermächtig, dass ich sie für real halte und nicht einordnen kann. Man kann nur lernen, sich davon nicht wegreißen zu lassen; teilweise gelingt mir das inzwischen. Aber es ist unglaublich anstrengend. Ich brauche all meine Energie, um mich permanent zu kontrollieren und einen Anschein von Normalität herzustellen." Lange Wartezeit auf Therapie Viele Jahre lang hatte Katharina Grünberg komplett verdrängt, was ihre Eltern ihr angetan haben. Sie hatte das Traumatische ausgeblendet, es in einen abgeriegelten Bereich ganz tief in ihrem Inneren verbannt. Sie hat als Lehrerin gearbeitet, geheiratet und zwei Töchter bekommen. Irgendwie kam sie durchs Leben ? auch wenn es ihr immer schwerfiel, zu vertrauen und Nähe zuzulassen. Einige Jahre nach der Geburt ihrer Töchter brach die vermeintlich heile Welt zusammen, all das Verdrängte überrollte sie. Sie musste ihren Beruf aufgeben, weil sie den Anforderungen nicht mehr gewachsen war, und wurde frühpensioniert. Die Ehe zerbrach. Inzwischen lebt sie von einer Erwerbsunfähigkeitsrente und gibt gegen ein kleines Honorar Kurse an einer Volkshochschule. Seit etwa 20 Jahren ist Katharina Grünberg nun mit Unterbrechungen bei verschiedenen Therapeuten und Ärzten in Behandlung. Sie spricht von einer Therapiekarriere ? und in ihrer Stimme schwingt bei diesem Wort Sarkasmus mit. Bis man einen passenden Therapeuten finde, brauche man mehrere Anläufe, sagt sie; hinzu kommen die oft langen Wartezeiten. Sie beschreibt diesen Weg als Odyssee. Niemand darf etwas erfahren Wie es ihr jetzt geht? "Ich habe ständig das Gefühl, dass mein Fundament morsch ist, dass es nichts Verlässliches gibt, dass das Leben mich völlig überfordert. Morgens ist es meistens ein Kampf, überhaupt aufzustehen. Ich versuche, mir gedanklich Inseln zu bauen: Worauf könnte ich mich freuen? Aber das muss ich mir konstruieren. Theoretisch weiß ich, was Lebensfreude ist ? wie es sich anfühlt, beginne ich erst jetzt langsam zu ahnen. Ich bin kaum in der Lage, Gefühle zuzulassen; weinen zu können, erobere ich mir gerade zurück." Nach außen hin lässt sie sich davon nichts anmerken. Die Fassade steht. Keiner darf etwas erfahren! Doch zugleich hat sie den Wunsch, mit ihrem Leid gesehen zu werden, um sich selber glauben zu können. "Meine Eltern haben mir immer gesagt, dass ich lüge. Das brennt sich ein. Irgendwann kommen tatsächlich Zweifel, ob man sich das alles nur einbildet", sagt sie. "Dann verfestigt sich so ein furchtbares Gefühl: Keiner glaubt mir, keiner hilft mir, ich bin nichts wert." Keine Opferentschädigung Vor einigen Jahren hat sie versucht, finanzielle Unterstützung über das Opferentschädigungsgesetz zu bekommen. Dieses Gesetz sieht Entschädigungsleistungen für Opfer von Gewalttaten vor, die gesundheitliche Schäden erlitten haben. "Das Antragsprozedere hat ungefähr zwei Jahre gedauert", erzählt sie. Schließlich sei zwar anerkannt worden, dass ihre gesundheitlichen Beeinträchtigungen und Behinderungen eine Folge des Missbrauchs sind, aber da die Taten vor Inkrafttreten des Gesetzes 1976 geschehen sind, fällt sie unter eine Übergangsregelung. Diese setzt eine finanzielle Bedürftigkeit voraus, um Unterstützung zu bekommen ? dafür ist ihr Einkommen aber nicht gering genug. "Hätte der Missbrauch nach 1976 stattgefunden, hätte mir eine Berufsausfallentschädigung zugestanden", sagt Katharina Grünberg. "Das hätte zwar den Missbrauch nicht wieder gutmachen können, aber es hätte mir erspart, neben dem psychischen Kampf ums Überleben auch noch den existenziellen Überlebenskampf führen zu müssen." Stationäre Behandlung nötig Was Katharina Grünberg zudem belastet, sind die wiederholten Auseinandersetzungen mit ihrer privaten Krankenkasse. Zwar habe die Kasse neben zwei ambulanten Therapien auch stationäre Therapien bezahlt, doch eine von den behandelnden Ärzten als notwendig erachtete Verlängerung der stationären Aufenthalte über vier Wochen hinaus sei jedes Mal abgelehnt worden ? immer mit der Begründung, dies sei medizinisch nicht notwendig. "Das bedeutete, dass ich den begonnenen guten Prozess leider abbrechen musste und instabil entlassen wurde", erläutert sie. "Auch aus Sicht meines Arztes ist eine stationäre Behandlung dringend erforderlich ? aber vier Wochen reichen eben nicht. Es gehört sehr viel Mut dazu, sich der Vergangenheit zu stellen, und ich habe schon viel erreicht. Doch die Seele, die durch den Missbrauch in Einzelteile zerlegt wurde, braucht Zeit und professionelle Unterstützung, um zu heilen. Ich habe eine Perspektive: endlich ein Leben ohne Therapien. Aber ich kann die Kosten für den Klinikaufenthalt nicht selbst aufbringen, wenn die Krankenkasse sie nicht übernimmt." Fonds für Missbrauchsopfer Große Hoffnung setzt Katharina Grünberg jetzt auf den Fonds für Opfer sexuellen Missbrauchs, der im Mai starten soll. Dieser Hilfsfonds ist Teil eines Gesetzes zur Stärkung der Rechte von Missbrauchsopfern, das der Bundestag Mitte März dieses Jahres verabschiedet hat. Das Gesetz wiederum geht zurück auf Empfehlungen des Runden Tisches "Sexueller Kindesmissbrauch". Dieses Gremium war 2010 eingerichtet worden, nachdem Tausende Fälle von Kindesmissbrauch in kirchlichen Einrichtungen, Internaten und Heimen bekanntgeworden waren. Nach anderthalbjähriger Beratung hatte der Runde Tisch Ende 2011 unter anderem empfohlen, einen Fonds in Höhe von 100 Millionen Euro zu schaffen, der sich an Opfer sexuellen Missbrauchs in privaten und öffentlichen Einrichtungen sowie ausdrücklich auch an Opfer von Missbrauch in Familien richten soll. Der Fonds sollte je zur Hälfte vom Bund und den Ländern getragen werden. Doch genau daran hapert es: Die meisten Länder verweigern eine Beteiligung, darunter auch Niedersachsen. Landessozialministerin Cornelia Rundt (SPD) sagt dazu: "Wir lehnen die Einrichtung des Fonds in dieser Form ab, weil er uns zwingen will, Verantwortung für sexuellen Missbrauch im privaten Bereich zu übernehmen." Das Land bekenne sich jedoch zu seiner Verantwortung, wenn in Landeseinrichtungen, in Schulen oder in schulischen Einrichtungen Kinder Opfer von Gewalt und Missbrauch wurden, so Rundt. 10000 Euro pro Antragsteller Aufgrund der Differenzen hat die Bundesregierung nun beschlossen, den Fonds mit einem Volumen von 50 Millionen Euro ohne Beteiligung der Länder zu starten. Nach Auskunft des Bundesfamilienministeriums sollen daraus vor allem Therapien bezahlt werden, falls die Krankenkassen diese Kosten nicht übernehmen. Details zu den geplanten Hilfen sowie zu den Antragsmöglichkeiten stehen noch nicht fest. Geplant ist, dass ein unabhängiges Sachverständigengremium über die Anträge der Betroffenen entscheiden wird, das sich unter anderem aus Ärzten und Psychotherapeuten sowie Vertretern von Bund und Ländern zusammensetzen soll. Im Abschlussbericht des Runden Tisches wird zudem eine Obergrenze für Sachleistungen von 10 000 Euro pro Antragsteller vorgeschlagen; in Einzelfällen soll auch mehr gezahlt werden können. Die Hilfe soll stets schnell und unbürokratisch erfolgen, heißt es. Kampf gegen die Ohnmacht Katharina Grünberg sieht in dem Fonds einen Rettungsanker ? sie hofft, dass sie über diesen Weg endlich eine längere stationäre Therapie wahrnehmen kann. In der E-Mail, die sie an unsere Redaktion geschickt hatte, schreibt sie: "Immer wieder zu scheitern in den Versuchen, dringend benötigte Hilfe zu bekommen, ruft ein Gefühl von Ohnmacht hervor ? ein Gefühl, das alle Betroffenen sehr gut aus den Missbrauchssituationen kennen. Jedes Scheitern bedeutet eine Form von Retraumatisierung, wirft zurück auf dem mühseligen Weg aus dem bloßen Überleben in ein lebenswertes, lebendiges Leben, von dem es zwar eine Ahnung gibt, das aber kaum erreichbar erscheint. Nur wenige Betroffene haben das Geld, Therapiekosten selber zu zahlen. Und viele haben nicht mehr die Kraft zu kämpfen, geben sich auf. Ich selber stehe trotz allem immer wieder auf, kämpfe weiter, weiß manchmal nicht, woher ich die Kraft nehme. Ich bin schon ein ganzes Stück gegangen auf meinem Weg, mir mein Leben zurückzuerobern und nicht mehr Opfer zu sein." "Ich will mir mein Leben zurückerobern und nicht mehr Opfer sein." Katharina Grünberg Eine Leserin, die anonym bleiben möchte, fragt: "Nach zähem Ringen will die Bundesregierung jetzt endlich den Hilfsfonds für Opfer sexuellen Missbrauchs einrichten. Warum beteiligen sich die Länder nicht daran, damit der Fonds wie geplant 100 Millionen Euro umfassen kann? Wer hat Anspruch auf Leistungen und wofür wird es Geld geben?" Die Antwort recherchierte Cornelia Steiner Diese Tonfigur hat Katharina Grünberg vor einigen Jahren angefertigt, als sie wegen des sexuellen Missbrauchs durch ihre Eltern zur Behandlung in einer Klinik war. "Die Figur zeigt, was ich fühle: Ich bin erwachsen, aber es gibt immer noch das schreiende Kind in mir. Es ist ein stummer Schrei, denn damals durfte ihn niemand hören", sagt sie. "Ich spüre Unbeholfenheit in mir: Einerseits möchte ich das Kind trösten und es liebevoll beruhigen. Andererseits möchte ich das Schreien zulassen ? aber das würde ich wahrscheinlich nicht aushalten." Foto: Daniela Nielsen
\ No newline at end of file
diff --git a/t/corpus/BRZ13/00001/tree_tagger/metadata.xml b/t/corpus/BRZ13/00001/tree_tagger/metadata.xml
deleted file mode 100644
index e325534..0000000
--- a/t/corpus/BRZ13/00001/tree_tagger/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?xml-model href="metadata.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
-
-<metadata type="foundry" xmlns="http://ids-mannheim.de/ns/KorAP" docid="BRZ13_APR.00001">
-  <doc file="../text.xml" />
-  <foundry name="tt">
-    <layer name="token" type="segm" gran="tok" file="tokens.xml" />
-    <layer name="morph" file="morpho.xml" />
-    <layer name="sent" type="segm" gran="s" file="sentences.xml" />
-  </foundry>
-</metadata>
diff --git a/t/corpus/BRZ13/00001/tree_tagger/morpho.xml b/t/corpus/BRZ13/00001/tree_tagger/morpho.xml
deleted file mode 100644
index 679cda2..0000000
--- a/t/corpus/BRZ13/00001/tree_tagger/morpho.xml
+++ /dev/null
@@ -1,21417 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?xml-model href="span.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
-
-<layer xmlns="http://ids-mannheim.de/ns/KorAP" version="KorAP-0.4" docid="BRZ13_APR.00001">
-  <spanList>
-    <span id="s_0" from="0" to="9">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sexuell</f>
-            <f name="certainty">0.957522</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1" from="10" to="20">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Mißbrauch</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_2" from="21" to="22">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">?</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_3" from="22" to="23">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$(</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_4" from="23" to="26">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.908847</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_5" from="27" to="37">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schreiend</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_6" from="38" to="42">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Kind</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_7" from="43" to="49">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">stecken</f>
-            <f name="certainty">0.999989</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_8" from="50" to="54">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">noch</f>
-            <f name="certainty">0.996788</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_9" from="55" to="59">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">tief</f>
-            <f name="certainty">0.999561</f>
-            <f name="ctag">ADJD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_10" from="60" to="62">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_11" from="63" to="66">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="certainty">0.888046</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="certainty">0.111954</f>
-            <f name="ctag">PRF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_12" from="66" to="67">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$(</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_13" from="68" to="71">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.995401</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_14" from="72" to="77">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Opfer</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_15" from="78" to="84">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">leiden</f>
-            <f name="certainty">0.968181</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_16" from="85" to="88">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">oft</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_17" from="89" to="103">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">jahrzehntelang</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_18" from="103" to="104">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_19" from="105" to="108">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nun</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_20" from="109" to="113">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wollen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VMFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_21" from="114" to="117">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.997413</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_22" from="118" to="133">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Bundesregierung</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_23" from="134" to="139">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="certainty">0.993697</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_24" from="140" to="145">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Fonds</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_25" from="146" to="156">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">einrichten</f>
-            <f name="certainty">0.982883</f>
-            <f name="ctag">VVINF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_26" from="156" to="157">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_27" from="158" to="163">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">damit</f>
-            <f name="certainty">0.707872</f>
-            <f name="ctag">KOUS</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">damit</f>
-            <f name="certainty">0.292128</f>
-            <f name="ctag">PROAV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_28" from="164" to="167">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zum</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">APPRART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_29" from="168" to="176">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Beispiel</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_30" from="177" to="186">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Therapie</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_31" from="187" to="194">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bezahlen</f>
-            <f name="certainty">0.999777</f>
-            <f name="ctag">VVPP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_32" from="195" to="201">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="certainty">0.827860</f>
-            <f name="ctag">VAINF</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="certainty">0.172140</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_33" from="202" to="208">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">können</f>
-            <f name="certainty">0.790016</f>
-            <f name="ctag">VMFIN</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">können</f>
-            <f name="certainty">0.209984</f>
-            <f name="ctag">VMINF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_34" from="208" to="209">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_35" from="210" to="214">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="certainty">0.998047</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_36" from="215" to="225">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Betroffene</f>
-            <f name="certainty">0.996727</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_37" from="226" to="233">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sprechen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_38" from="234" to="238">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">über</f>
-            <f name="certainty">0.999479</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_39" from="239" to="242">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.996465</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_40" from="243" to="252">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Martyrium</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_41" from="252" to="253">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_42" from="254" to="266">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Braunschweig</f>
-            <f name="certainty">0.975549</f>
-            <f name="ctag">NE</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_43" from="266" to="267">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_44" from="269" to="272">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.996900</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_45" from="273" to="277">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Frau</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_46" from="277" to="278">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_47" from="279" to="282">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.986135</f>
-            <f name="ctag">PRELS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_48" from="283" to="288">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">diese</f>
-            <f name="certainty">0.987517</f>
-            <f name="ctag">PDAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_49" from="289" to="294">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Frage</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_50" from="295" to="301">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">stellen</f>
-            <f name="certainty">0.999996</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_51" from="301" to="302">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_52" from="303" to="306">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_53" from="307" to="313">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">selbst</f>
-            <f name="certainty">0.999846</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_54" from="314" to="318">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="certainty">0.994514</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_55" from="319" to="329">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Betroffene</f>
-            <f name="certainty">0.997735</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_56" from="329" to="330">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">:</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_57" from="331" to="333">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="certainty">0.999965</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_58" from="334" to="339">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="certainty">0.995965</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_59" from="340" to="346">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">UNKNOWN</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_60" from="347" to="349">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">an</f>
-            <f name="certainty">0.953075</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_61" from="350" to="356">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">unser</f>
-            <f name="certainty">0.999987</f>
-            <f name="ctag">PPOSAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_62" from="357" to="366">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Redaktion</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_63" from="367" to="375">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schreiben</f>
-            <f name="certainty">0.999989</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_64" from="376" to="379">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_65" from="379" to="380">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_66" from="381" to="385">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dass</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">KOUS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_67" from="386" to="390">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="certainty">0.999994</f>
-            <f name="ctag">PPOSAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_68" from="391" to="397">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Mutter</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_69" from="398" to="401">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">KON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_70" from="402" to="405">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="certainty">0.943048</f>
-            <f name="ctag">PPOSAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_71" from="406" to="411">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Vater</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_72" from="412" to="415">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_73" from="416" to="425">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">jahrelang</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_74" from="426" to="431">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">immer</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_75" from="432" to="438">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wieder</f>
-            <f name="certainty">0.999979</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_76" from="439" to="446">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sexuell</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_77" from="447" to="458">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mißbrauchen</f>
-            <f name="certainty">0.989116</f>
-            <f name="ctag">VVPP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_78" from="459" to="464">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="certainty">0.578864</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="certainty">0.421136</f>
-            <f name="ctag">VAINF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_79" from="464" to="465">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_80" from="466" to="470">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erst</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_81" from="471" to="474">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">als</f>
-            <f name="certainty">0.977257</f>
-            <f name="ctag">KOKOM</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_82" from="475" to="478">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_83" from="479" to="481">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">18</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">CARD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_84" from="482" to="485">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_85" from="486" to="489">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">KON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_86" from="490" to="492">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="certainty">0.886539</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_87" from="493" to="498">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Haus</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_88" from="499" to="508">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ausziehen</f>
-            <f name="certainty">0.970001</f>
-            <f name="ctag">VVINF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_89" from="509" to="515">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">können</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VMFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_90" from="515" to="516">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_91" from="517" to="524">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">enden</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_92" from="525" to="528">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.997301</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_93" from="529" to="541">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">körperlich</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_94" from="542" to="548">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Qual</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_95" from="548" to="549">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_96" from="550" to="554">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aber</f>
-            <f name="certainty">0.616134</f>
-            <f name="ctag">KON</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">aber</f>
-            <f name="certainty">0.383866</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_97" from="555" to="559">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="certainty">0.999994</f>
-            <f name="ctag">PPOSAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_98" from="560" to="565">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Seele</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_99" from="566" to="569">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_100" from="570" to="575">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">immer</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_101" from="576" to="580">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">noch</f>
-            <f name="certainty">0.998719</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_102" from="581" to="586">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">krank</f>
-            <f name="certainty">0.943612</f>
-            <f name="ctag">ADJD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_103" from="586" to="587">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_104" from="588" to="591">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.825218</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.172927</f>
-            <f name="ctag">PRELS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_105" from="592" to="602">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">UNKNOWN</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_106" from="603" to="609">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">leiden</f>
-            <f name="certainty">0.999915</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_107" from="610" to="614">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nach</f>
-            <f name="certainty">0.577605</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">nach</f>
-            <f name="certainty">0.250293</f>
-            <f name="ctag">PTKVZ</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">nach</f>
-            <f name="certainty">0.150251</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_108" from="615" to="618">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wie</f>
-            <f name="certainty">0.851243</f>
-            <f name="ctag">KOKOM</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">wie</f>
-            <f name="certainty">0.147444</f>
-            <f name="ctag">KOUS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_109" from="619" to="622">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">vor</f>
-            <f name="certainty">0.991788</f>
-            <f name="ctag">PTKVZ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_110" from="622" to="623">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_111" from="624" to="627">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aus</f>
-            <f name="certainty">0.998669</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_112" from="628" to="634">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">diese</f>
-            <f name="certainty">0.999994</f>
-            <f name="ctag">PDAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_113" from="635" to="640">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Grund</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_114" from="641" to="647">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bitten</f>
-            <f name="certainty">0.999960</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_115" from="648" to="651">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.997413</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_116" from="652" to="656">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Frau</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_117" from="657" to="659">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">um</f>
-            <f name="certainty">0.978024</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_118" from="660" to="670">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Anonymität</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_119" from="671" to="672">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">?</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_120" from="673" to="676">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">für</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_121" from="677" to="683">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">diese</f>
-            <f name="certainty">0.999693</f>
-            <f name="ctag">PDAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_122" from="684" to="691">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Artikel</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_123" from="692" to="698">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nennen</f>
-            <f name="certainty">0.964539</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_124" from="699" to="702">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wir</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_125" from="703" to="706">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_126" from="707" to="716">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Katharina</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NE</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_127" from="717" to="725">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Grünberg</f>
-            <f name="certainty">0.989397</f>
-            <f name="ctag">NE</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_128" from="725" to="726">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_129" from="727" to="731">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wenn</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">KOUS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_130" from="732" to="735">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">man</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PIS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_131" from="736" to="745">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Katharina</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NE</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_132" from="746" to="754">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Grünberg</f>
-            <f name="certainty">0.973778</f>
-            <f name="ctag">NE</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_133" from="755" to="757">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">an</f>
-            <f name="certainty">0.970860</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_134" from="758" to="763">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="certainty">0.999987</f>
-            <f name="ctag">PPOSAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_135" from="764" to="770">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">rund</f>
-            <f name="certainty">0.993724</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_136" from="771" to="776">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Tisch</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_137" from="777" to="779">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">im</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">APPRART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_138" from="780" to="791">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gemütlich</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_139" from="792" to="802">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Wohnzimmer</f>
-            <f name="certainty">0.988135</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_140" from="803" to="817">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gegenübersitzen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_141" from="817" to="818">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_142" from="819" to="822">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">KON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_143" from="823" to="827">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wenn</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">KOUS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_144" from="828" to="831">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">man</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PIS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_145" from="832" to="835">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_146" from="836" to="841">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">reden</f>
-            <f name="certainty">0.985819</f>
-            <f name="ctag">VVINF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_147" from="842" to="846">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">hören</f>
-            <f name="certainty">0.873490</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">hören</f>
-            <f name="certainty">0.126510</f>
-            <f name="ctag">VVIMP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_148" from="846" to="847">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_149" from="848" to="853">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ruhig</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_150" from="854" to="857">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">KON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_151" from="858" to="861">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mit</f>
-            <f name="certainty">0.998878</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_152" from="862" to="868">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">klar</f>
-            <f name="certainty">0.996407</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_153" from="869" to="875">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Stimme</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_154" from="875" to="876">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_155" from="877" to="881">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dann</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_156" from="882" to="887">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">meinen</f>
-            <f name="certainty">0.999996</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_157" from="888" to="891">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">man</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PIS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_158" from="891" to="892">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_159" from="893" to="898">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">alle</f>
-            <f name="certainty">0.929539</f>
-            <f name="ctag">PIS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_160" from="899" to="902">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="certainty">0.999483</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_161" from="903" to="905">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_162" from="906" to="912">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gut</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_163" from="913" to="920">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Ordnung</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_164" from="920" to="921">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_165" from="922" to="926">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">doch</f>
-            <f name="certainty">0.628995</f>
-            <f name="ctag">KON</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">doch</f>
-            <f name="certainty">0.371005</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_166" from="927" to="931">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dann</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_167" from="932" to="941">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schildern</f>
-            <f name="certainty">0.999946</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_168" from="942" to="945">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_169" from="945" to="946">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_170" from="947" to="950">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wie</f>
-            <f name="certainty">0.831089</f>
-            <f name="ctag">KOUS</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">wie</f>
-            <f name="certainty">0.165393</f>
-            <f name="ctag">KOKOM</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_171" from="951" to="954">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_172" from="955" to="960">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">immer</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_173" from="961" to="967">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wieder</f>
-            <f name="certainty">0.999940</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_174" from="968" to="971">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="certainty">0.999793</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_175" from="972" to="985">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Panikattacke</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_176" from="986" to="993">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">packen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VVPP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_177" from="994" to="998">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_178" from="998" to="999">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_179" from="1000" to="1003">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wie</f>
-            <f name="certainty">0.823722</f>
-            <f name="ctag">KOUS</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">wie</f>
-            <f name="certainty">0.163927</f>
-            <f name="ctag">KOKOM</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_180" from="1004" to="1014">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Todesangst</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_181" from="1015" to="1019">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="certainty">0.999995</f>
-            <f name="ctag">PPOSAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_182" from="1020" to="1028">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Gedanke</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_183" from="1029" to="1036">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">fesseln</f>
-            <f name="certainty">0.999690</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_184" from="1036" to="1037">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_185" from="1038" to="1041">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wie</f>
-            <f name="certainty">0.831089</f>
-            <f name="ctag">KOUS</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">wie</f>
-            <f name="certainty">0.165393</f>
-            <f name="ctag">KOKOM</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_186" from="1042" to="1045">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_187" from="1046" to="1051">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">denken</f>
-            <f name="certainty">0.999889</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_188" from="1051" to="1052">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">:</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_189" from="1053" to="1058">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">jetzt</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_190" from="1059" to="1065">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bleiben</f>
-            <f name="certainty">0.999994</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_191" from="1066" to="1070">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mein</f>
-            <f name="certainty">0.999886</f>
-            <f name="ctag">PPOSAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_192" from="1071" to="1075">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Herz</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_193" from="1076" to="1082">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">stehen</f>
-            <f name="certainty">0.683282</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">stehen</f>
-            <f name="certainty">0.316718</f>
-            <f name="ctag">VVINF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_194" from="1082" to="1083">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_195" from="1084" to="1089">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">jetzt</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_196" from="1090" to="1094">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">müssen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VMFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_197" from="1095" to="1098">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_198" from="1099" to="1106">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sterben</f>
-            <f name="certainty">0.866632</f>
-            <f name="ctag">VVINF</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">sterben</f>
-            <f name="certainty">0.133368</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_199" from="1106" to="1107">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_200" from="1108" to="1110">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="certainty">0.999933</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_201" from="1111" to="1118">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">solche</f>
-            <f name="certainty">0.999510</f>
-            <f name="ctag">PIAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_202" from="1119" to="1127">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Moment</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_203" from="1128" to="1132">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">rasen</f>
-            <f name="certainty">0.999690</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_204" from="1133" to="1136">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="certainty">0.892886</f>
-            <f name="ctag">PPOSAT</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="certainty">0.107114</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_205" from="1137" to="1141">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Herz</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_206" from="1141" to="1142">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_207" from="1143" to="1146">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_208" from="1147" to="1155">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schwitzen</f>
-            <f name="certainty">0.998406</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_209" from="1156" to="1159">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">KON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_210" from="1160" to="1170">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">verkrampfen</f>
-            <f name="certainty">0.530666</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">verkrampft</f>
-            <f name="certainty">0.449714</f>
-            <f name="ctag">ADJD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_211" from="1171" to="1175">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">er|es|sie</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PRF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_212" from="1176" to="1178">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">so</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_213" from="1179" to="1185">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">heftig</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_214" from="1185" to="1186">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_215" from="1187" to="1191">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dass</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">KOUS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_216" from="1192" to="1195">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="certainty">0.892886</f>
-            <f name="ctag">PPOSAT</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="certainty">0.107114</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_217" from="1196" to="1202">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Körper</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_218" from="1203" to="1205">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">am</f>
-            <f name="certainty">0.998400</f>
-            <f name="ctag">APPRART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_219" from="1206" to="1209">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Tag</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_220" from="1210" to="1216">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">danach</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PROAV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_221" from="1217" to="1221">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">noch</f>
-            <f name="certainty">0.984563</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_222" from="1222" to="1230">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schmerzen</f>
-            <f name="certainty">0.999934</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_223" from="1230" to="1231">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_224" from="1232" to="1236">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">laut</f>
-            <f name="certainty">0.968210</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_225" from="1237" to="1245">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Diagnose</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_226" from="1246" to="1250">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">leben</f>
-            <f name="certainty">0.999985</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_227" from="1251" to="1260">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Katharina</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NE</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_228" from="1261" to="1269">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Grünberg</f>
-            <f name="certainty">0.974286</f>
-            <f name="ctag">NE</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_229" from="1270" to="1273">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mit</f>
-            <f name="certainty">0.996926</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_230" from="1274" to="1279">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="certainty">0.995545</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_231" from="1280" to="1293">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">UNKNOWN</f>
-            <f name="certainty">0.999716</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_232" from="1294" to="1311">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Identitätsstörung</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_233" from="1311" to="1312">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_234" from="1313" to="1316">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">was</f>
-            <f name="certainty">0.940346</f>
-            <f name="ctag">PWS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_235" from="1317" to="1320">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.925821</f>
-            <f name="ctag">PDS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_236" from="1321" to="1329">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bedeuten</f>
-            <f name="certainty">0.778029</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">bedeuten</f>
-            <f name="certainty">0.221965</f>
-            <f name="ctag">VVPP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_237" from="1329" to="1330">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_238" from="1331" to="1341">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">beschreiben</f>
-            <f name="certainty">0.999929</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_239" from="1342" to="1345">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_240" from="1346" to="1348">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">so</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_241" from="1348" to="1349">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">:</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_242" from="1350" to="1358">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aufgrund</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_243" from="1359" to="1362">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.999705</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_244" from="1363" to="1376">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">traumatisch</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_245" from="1377" to="1387">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Erlebnis</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_246" from="1388" to="1393">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">durch</f>
-            <f name="certainty">0.997853</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_247" from="1394" to="1397">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.999907</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_248" from="1398" to="1408">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Mißbrauch</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_249" from="1409" to="1414">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="certainty">0.916459</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_250" from="1415" to="1419">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">er|es|sie</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PRF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_251" from="1420" to="1425">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Teil</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_252" from="1426" to="1431">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="certainty">0.999943</f>
-            <f name="ctag">PPOSAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_253" from="1432" to="1446">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Persönlichkeit</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_254" from="1447" to="1458">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">abspalten</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VVPP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_255" from="1459" to="1460">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">?</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_256" from="1461" to="1465">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="certainty">0.997793</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_257" from="1466" to="1480">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Schutzreaktion</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_258" from="1480" to="1481">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_259" from="1482" to="1484">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">um</f>
-            <f name="certainty">0.730246</f>
-            <f name="ctag">KOUI</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">um</f>
-            <f name="certainty">0.269592</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_260" from="1485" to="1488">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.997800</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_261" from="1489" to="1499">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">unfassbar</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_262" from="1500" to="1519">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Grenzüberschreitung</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_263" from="1520" to="1523">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">KON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_264" from="1524" to="1527">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.998018</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_265" from="1528" to="1543">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Vertrauensbruch</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_266" from="1544" to="1552">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ertragen</f>
-            <f name="certainty">0.962913</f>
-            <f name="ctag">VVINF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_267" from="1553" to="1555">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="certainty">0.999285</f>
-            <f name="ctag">PTKZU</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_268" from="1556" to="1562">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">können</f>
-            <f name="certainty">0.989641</f>
-            <f name="ctag">VMINF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_269" from="1562" to="1563">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_270" from="1564" to="1566">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">um</f>
-            <f name="certainty">0.996993</f>
-            <f name="ctag">KOUI</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_271" from="1567" to="1576">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">überleben</f>
-            <f name="certainty">0.953068</f>
-            <f name="ctag">VVINF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_272" from="1577" to="1579">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="certainty">0.996890</f>
-            <f name="ctag">PTKZU</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_273" from="1580" to="1586">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">können</f>
-            <f name="certainty">0.987924</f>
-            <f name="ctag">VMINF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_274" from="1586" to="1587">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_275" from="1588" to="1589">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$(</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_276" from="1589" to="1594">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">diese</f>
-            <f name="certainty">0.937319</f>
-            <f name="ctag">PDAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_277" from="1595" to="1605">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Abspaltung</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_278" from="1606" to="1614">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">betreffen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_279" from="1615" to="1627">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schrecklich</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_280" from="1628" to="1640">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Erinnerung</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_281" from="1641" to="1644">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">KON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_282" from="1645" to="1652">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Gefühl</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_283" from="1652" to="1653">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$(</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_284" from="1653" to="1654">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_285" from="1655" to="1662">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erklären</f>
-            <f name="certainty">0.997061</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_286" from="1663" to="1666">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_287" from="1666" to="1667">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_288" from="1668" to="1669">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$(</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_289" from="1669" to="1674">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">durch</f>
-            <f name="certainty">0.992314</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_290" from="1675" to="1687">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">verschieden</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_291" from="1688" to="1693">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Reiz</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_292" from="1694" to="1697">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wie</f>
-            <f name="certainty">0.894402</f>
-            <f name="ctag">KOKOM</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_293" from="1698" to="1705">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Geruch</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_294" from="1705" to="1706">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_295" from="1707" to="1716">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Geräusch</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_296" from="1717" to="1720">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">KON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_297" from="1721" to="1727">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Bild</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_298" from="1728" to="1734">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">können</f>
-            <f name="certainty">0.956384</f>
-            <f name="ctag">VMFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_299" from="1735" to="1740">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">diese</f>
-            <f name="certainty">0.987500</f>
-            <f name="ctag">PDAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_300" from="1741" to="1753">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Erinnerung</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_301" from="1754" to="1757">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">KON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_302" from="1758" to="1765">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Gefühl</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_303" from="1766" to="1770">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aber</f>
-            <f name="certainty">0.741487</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">aber</f>
-            <f name="certainty">0.258513</f>
-            <f name="ctag">KON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_304" from="1771" to="1781">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">blitzartig</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_305" from="1782" to="1791">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aktivieren</f>
-            <f name="certainty">0.994417</f>
-            <f name="ctag">VVPP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_306" from="1792" to="1798">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="certainty">0.826043</f>
-            <f name="ctag">VAINF</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="certainty">0.173957</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_307" from="1799" to="1800">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">?</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_308" from="1801" to="1804">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_309" from="1805" to="1809">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_310" from="1810" to="1814">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dann</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_311" from="1815" to="1817">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">so</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_312" from="1818" to="1829">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">übermächtig</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_313" from="1829" to="1830">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_314" from="1831" to="1835">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dass</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">KOUS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_315" from="1836" to="1839">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_316" from="1840" to="1843">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_317" from="1844" to="1847">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">für</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_318" from="1848" to="1852">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">real</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_319" from="1853" to="1858">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">halten</f>
-            <f name="certainty">0.999893</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_320" from="1859" to="1862">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">KON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_321" from="1863" to="1868">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nicht</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PTKNEG</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_322" from="1869" to="1878">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">einordnen</f>
-            <f name="certainty">0.997883</f>
-            <f name="ctag">VVINF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_323" from="1879" to="1883">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">können</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VMFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_324" from="1883" to="1884">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_325" from="1885" to="1888">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">man</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PIS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_326" from="1889" to="1893">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">können</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VMFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_327" from="1894" to="1897">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nur</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_328" from="1898" to="1904">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">lernen</f>
-            <f name="certainty">0.996610</f>
-            <f name="ctag">VVINF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_329" from="1904" to="1905">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_330" from="1906" to="1910">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">er|es|sie</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PRF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_331" from="1911" to="1916">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">davon</f>
-            <f name="certainty">0.997780</f>
-            <f name="ctag">PROAV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_332" from="1917" to="1922">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nicht</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PTKNEG</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_333" from="1923" to="1932">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wegreißen</f>
-            <f name="certainty">0.955241</f>
-            <f name="ctag">VVINF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_334" from="1933" to="1935">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="certainty">0.999641</f>
-            <f name="ctag">PTKZU</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_335" from="1936" to="1942">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">lassen</f>
-            <f name="certainty">0.999803</f>
-            <f name="ctag">VVINF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_336" from="1942" to="1943">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">;</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_337" from="1944" to="1953">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">teilweise</f>
-            <f name="certainty">0.999829</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_338" from="1954" to="1961">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gelingen</f>
-            <f name="certainty">0.999971</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_339" from="1962" to="1965">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="certainty">0.808801</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="certainty">0.191199</f>
-            <f name="ctag">PRF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_340" from="1966" to="1969">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.728903</f>
-            <f name="ctag">PDS</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.235676</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_341" from="1970" to="1980">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">inzwischen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_342" from="1980" to="1981">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_343" from="1982" to="1986">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aber</f>
-            <f name="certainty">0.885468</f>
-            <f name="ctag">KON</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">aber</f>
-            <f name="certainty">0.114532</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_344" from="1987" to="1989">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">es</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_345" from="1990" to="1993">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_346" from="1994" to="2005">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">unglaublich</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_347" from="2006" to="2017">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">anstrengend</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_348" from="2017" to="2018">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_349" from="2019" to="2022">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_350" from="2023" to="2030">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">brauchen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_351" from="2031" to="2034">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">all</f>
-            <f name="certainty">0.984194</f>
-            <f name="ctag">PIAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_352" from="2035" to="2040">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mein</f>
-            <f name="certainty">0.981498</f>
-            <f name="ctag">PPOSAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_353" from="2041" to="2048">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Energie</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_354" from="2048" to="2049">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_355" from="2050" to="2052">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">um</f>
-            <f name="certainty">0.984789</f>
-            <f name="ctag">KOUI</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_356" from="2053" to="2057">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="certainty">0.725323</f>
-            <f name="ctag">PRF</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="certainty">0.274677</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_357" from="2058" to="2067">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">permanent</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_358" from="2068" to="2070">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="certainty">0.997956</f>
-            <f name="ctag">PTKZU</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_359" from="2071" to="2084">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kontrollieren</f>
-            <f name="certainty">0.994727</f>
-            <f name="ctag">VVINF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_360" from="2085" to="2088">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">KON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_361" from="2089" to="2094">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="certainty">0.987899</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_362" from="2095" to="2103">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Anschein</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_363" from="2104" to="2107">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="certainty">0.999509</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_364" from="2108" to="2118">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Normalität</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_365" from="2119" to="2131">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">herstellen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VVIZU</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_366" from="2131" to="2132">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_367" from="2132" to="2133">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$(</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_368" from="2134" to="2139">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">lang</f>
-            <f name="certainty">0.869228</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">lange</f>
-            <f name="certainty">0.116572</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_369" from="2140" to="2149">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Wartezeit</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_370" from="2150" to="2153">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">auf</f>
-            <f name="certainty">0.976896</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_371" from="2154" to="2162">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Therapie</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_372" from="2163" to="2168">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">viele</f>
-            <f name="certainty">0.976060</f>
-            <f name="ctag">PIAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_373" from="2169" to="2174">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Jahr</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_374" from="2175" to="2179">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">lang</f>
-            <f name="certainty">0.999995</f>
-            <f name="ctag">ADJD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_375" from="2180" to="2185">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_376" from="2186" to="2195">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Katharina</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NE</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_377" from="2196" to="2204">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Grünberg</f>
-            <f name="certainty">0.983116</f>
-            <f name="ctag">NE</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_378" from="2205" to="2213">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">komplett</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_379" from="2214" to="2223">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">verdrängen</f>
-            <f name="certainty">0.922198</f>
-            <f name="ctag">VVPP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_380" from="2223" to="2224">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_381" from="2225" to="2228">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">was</f>
-            <f name="certainty">0.705707</f>
-            <f name="ctag">PRELS</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">was</f>
-            <f name="certainty">0.285376</f>
-            <f name="ctag">PWS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_382" from="2229" to="2233">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="certainty">0.999994</f>
-            <f name="ctag">PPOSAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_383" from="2234" to="2240">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Eltern</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_384" from="2241" to="2244">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="certainty">0.864230</f>
-            <f name="ctag">PPOSAT</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="certainty">0.135770</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_385" from="2245" to="2252">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">antun</f>
-            <f name="certainty">0.905088</f>
-            <f name="ctag">VVPP</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">angetan</f>
-            <f name="certainty">0.094912</f>
-            <f name="ctag">ADJD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_386" from="2253" to="2258">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="certainty">0.593666</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="certainty">0.406334</f>
-            <f name="ctag">VAINF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_387" from="2258" to="2259">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_388" from="2260" to="2263">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Sie|sie|sie</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_389" from="2264" to="2269">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_390" from="2270" to="2273">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.968399</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_391" from="2274" to="2286">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Traumatisch|Traumatische</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_392" from="2287" to="2299">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ausblenden</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VVPP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_393" from="2299" to="2300">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_394" from="2301" to="2303">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">es</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_395" from="2304" to="2306">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_396" from="2307" to="2312">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="certainty">0.998125</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_397" from="2313" to="2326">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">abgeriegelt</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_398" from="2327" to="2334">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Bereich</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_399" from="2335" to="2339">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ganz</f>
-            <f name="certainty">0.900556</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">ganz</f>
-            <f name="certainty">0.099444</f>
-            <f name="ctag">ADJD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_400" from="2340" to="2344">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">tief</f>
-            <f name="certainty">0.999424</f>
-            <f name="ctag">ADJD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_401" from="2345" to="2347">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_402" from="2348" to="2353">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="certainty">0.999999</f>
-            <f name="ctag">PPOSAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_403" from="2354" to="2361">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Innere</f>
-            <f name="certainty">0.980114</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_404" from="2362" to="2370">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">verbannen</f>
-            <f name="certainty">0.994727</f>
-            <f name="ctag">VVPP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_405" from="2370" to="2371">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_406" from="2372" to="2375">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Sie|sie|sie</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_407" from="2376" to="2379">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_408" from="2380" to="2383">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">als</f>
-            <f name="certainty">0.958376</f>
-            <f name="ctag">KOKOM</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_409" from="2384" to="2392">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Lehrerin</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_410" from="2393" to="2403">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">arbeiten</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VVPP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_411" from="2403" to="2404">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_412" from="2405" to="2415">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">heiraten</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VVPP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_413" from="2416" to="2419">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">KON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_414" from="2420" to="2424">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zwei</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">CARD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_415" from="2425" to="2432">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Tochter</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_416" from="2433" to="2441">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bekommen</f>
-            <f name="certainty">0.700786</f>
-            <f name="ctag">VVINF</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">bekommen</f>
-            <f name="certainty">0.230037</f>
-            <f name="ctag">VVPP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_417" from="2441" to="2442">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_418" from="2443" to="2452">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">irgendwie</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_419" from="2453" to="2456">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kommen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_420" from="2457" to="2460">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_421" from="2461" to="2467">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">durchs</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">APPRART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_422" from="2468" to="2473">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Leben</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_423" from="2474" to="2475">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">?</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_424" from="2476" to="2480">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">auch</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_425" from="2481" to="2485">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wenn</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">KOUS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_426" from="2486" to="2488">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">es</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_427" from="2489" to="2492">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="certainty">0.825375</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="certainty">0.174625</f>
-            <f name="ctag">PPOSAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_428" from="2493" to="2498">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">immer</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_429" from="2499" to="2509">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schwerfallen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_430" from="2509" to="2510">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_431" from="2511" to="2513">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="certainty">0.996315</f>
-            <f name="ctag">PTKZU</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_432" from="2514" to="2523">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">vertrauen</f>
-            <f name="certainty">0.999948</f>
-            <f name="ctag">VVINF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_433" from="2524" to="2527">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">KON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_434" from="2528" to="2532">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Nähe</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_435" from="2533" to="2543">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zulassen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VVIZU</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_436" from="2543" to="2544">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_437" from="2545" to="2551">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">einige</f>
-            <f name="certainty">0.968106</f>
-            <f name="ctag">PIAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_438" from="2552" to="2557">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Jahr</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_439" from="2558" to="2562">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nach</f>
-            <f name="certainty">0.986143</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_440" from="2563" to="2566">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.999699</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_441" from="2567" to="2573">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Geburt</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_442" from="2574" to="2579">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="certainty">0.999943</f>
-            <f name="ctag">PPOSAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_443" from="2580" to="2587">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Tochter</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_444" from="2588" to="2593">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">brechen</f>
-            <f name="certainty">0.966367</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_445" from="2594" to="2597">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.845148</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.097179</f>
-            <f name="ctag">PRELS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_446" from="2598" to="2610">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">vermeintlich</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_447" from="2611" to="2616">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">heil</f>
-            <f name="certainty">0.895450</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">heilen</f>
-            <f name="certainty">0.104550</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_448" from="2617" to="2621">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Welt</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_449" from="2622" to="2630">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zusammen</f>
-            <f name="certainty">0.957877</f>
-            <f name="ctag">PTKVZ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_450" from="2630" to="2631">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_451" from="2632" to="2635">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">all</f>
-            <f name="certainty">0.755831</f>
-            <f name="ctag">PIAT</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">all</f>
-            <f name="certainty">0.244169</f>
-            <f name="ctag">FM</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_452" from="2636" to="2639">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.957574</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_453" from="2640" to="2650">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Verdrängte</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_454" from="2651" to="2661">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">überrollen</f>
-            <f name="certainty">0.998444</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_455" from="2662" to="2665">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_456" from="2665" to="2666">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_457" from="2667" to="2670">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Sie|sie|sie</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_458" from="2671" to="2677">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">müssen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VMFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_459" from="2678" to="2683">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="certainty">0.999988</f>
-            <f name="ctag">PPOSAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_460" from="2684" to="2689">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Beruf</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_461" from="2690" to="2698">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aufgeben</f>
-            <f name="certainty">0.993845</f>
-            <f name="ctag">VVINF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_462" from="2698" to="2699">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_463" from="2700" to="2704">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">weil</f>
-            <f name="certainty">0.999894</f>
-            <f name="ctag">KOUS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_464" from="2705" to="2708">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_465" from="2709" to="2712">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.999390</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_466" from="2713" to="2726">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Anforderung</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_467" from="2727" to="2732">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nicht</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PTKNEG</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_468" from="2733" to="2737">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mehr</f>
-            <f name="certainty">0.918953</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_469" from="2738" to="2747">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wachsen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VVPP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_470" from="2748" to="2751">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_471" from="2751" to="2752">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_472" from="2753" to="2756">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">KON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_473" from="2757" to="2762">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_474" from="2763" to="2778">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">frühpensionieren</f>
-            <f name="certainty">0.780484</f>
-            <f name="ctag">VVPP</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">frühpensioniert</f>
-            <f name="certainty">0.176324</f>
-            <f name="ctag">ADJD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_475" from="2778" to="2779">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_476" from="2780" to="2783">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.996863</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_477" from="2784" to="2787">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Ehe</f>
-            <f name="certainty">0.999913</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_478" from="2788" to="2796">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zerbrechen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_479" from="2796" to="2797">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_480" from="2798" to="2808">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">inzwischen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_481" from="2809" to="2813">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">leben</f>
-            <f name="certainty">0.999980</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_482" from="2814" to="2817">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_483" from="2818" to="2821">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="certainty">0.999830</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_484" from="2822" to="2827">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="certainty">0.995964</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_485" from="2828" to="2852">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Erwerbsunfähigkeitsrente</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_486" from="2853" to="2856">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">KON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_487" from="2857" to="2861">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">geben</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_488" from="2862" to="2867">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gegen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_489" from="2868" to="2871">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="certainty">0.999500</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_490" from="2872" to="2879">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">klein</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_491" from="2880" to="2887">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Honorar</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_492" from="2888" to="2893">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Kurs</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_493" from="2894" to="2896">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">an</f>
-            <f name="certainty">0.948476</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_494" from="2897" to="2902">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="certainty">0.995668</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_495" from="2903" to="2918">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Volkshochschule</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_496" from="2918" to="2919">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_497" from="2920" to="2924">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">seit</f>
-            <f name="certainty">0.644341</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">seit</f>
-            <f name="certainty">0.355659</f>
-            <f name="ctag">KOUS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_498" from="2925" to="2929">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">etwa</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_499" from="2930" to="2932">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">20</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">CARD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_500" from="2933" to="2939">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Jahr</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_501" from="2940" to="2943">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_502" from="2944" to="2953">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Katharina</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NE</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_503" from="2954" to="2962">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Grünberg</f>
-            <f name="certainty">0.985978</f>
-            <f name="ctag">NE</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_504" from="2963" to="2966">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nun</f>
-            <f name="certainty">0.999962</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_505" from="2967" to="2970">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mit</f>
-            <f name="certainty">0.994326</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_506" from="2971" to="2986">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Unterbrechung</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_507" from="2987" to="2990">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bei</f>
-            <f name="certainty">0.996608</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_508" from="2991" to="3004">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">verschieden</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_509" from="3005" to="3016">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Therapeut</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_510" from="3017" to="3020">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">KON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_511" from="3021" to="3027">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Arzt</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_512" from="3028" to="3030">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_513" from="3031" to="3041">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Behandlung</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_514" from="3041" to="3042">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_515" from="3043" to="3046">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Sie|sie|sie</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_516" from="3047" to="3054">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sprechen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_517" from="3055" to="3058">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="certainty">0.999830</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_518" from="3059" to="3064">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="certainty">0.995954</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_519" from="3065" to="3081">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">UNKNOWN</f>
-            <f name="certainty">0.999622</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_520" from="3082" to="3083">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">?</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_521" from="3084" to="3087">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">KON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_522" from="3088" to="3090">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_523" from="3091" to="3096">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="certainty">0.999997</f>
-            <f name="ctag">PPOSAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_524" from="3097" to="3103">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Stimme</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_525" from="3104" to="3112">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schwingen</f>
-            <f name="certainty">0.999960</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_526" from="3113" to="3116">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bei</f>
-            <f name="certainty">0.999240</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_527" from="3117" to="3123">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">diese</f>
-            <f name="certainty">0.999994</f>
-            <f name="ctag">PDAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_528" from="3124" to="3128">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Wort</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_529" from="3129" to="3138">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Sarkasmus</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_530" from="3139" to="3142">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mit</f>
-            <f name="certainty">0.926920</f>
-            <f name="ctag">PTKVZ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_531" from="3142" to="3143">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_532" from="3144" to="3147">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bis</f>
-            <f name="certainty">0.628843</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">bis</f>
-            <f name="certainty">0.234917</f>
-            <f name="ctag">KON</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">bis</f>
-            <f name="certainty">0.136240</f>
-            <f name="ctag">KOUS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_533" from="3148" to="3151">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">man</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PIS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_534" from="3152" to="3157">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="certainty">0.995965</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_535" from="3158" to="3167">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">passend</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_536" from="3168" to="3179">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Therapeut</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_537" from="3180" to="3185">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">finden</f>
-            <f name="certainty">0.999690</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_538" from="3185" to="3186">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_539" from="3187" to="3194">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">brauchen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_540" from="3195" to="3198">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">man</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PIS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_541" from="3199" to="3206">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mehrere</f>
-            <f name="certainty">0.998397</f>
-            <f name="ctag">PIAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_542" from="3207" to="3214">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Anlauf</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_543" from="3214" to="3215">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_544" from="3216" to="3220">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sagen</f>
-            <f name="certainty">0.999994</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_545" from="3221" to="3224">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_546" from="3224" to="3225">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">;</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_547" from="3226" to="3231">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">hinzu</f>
-            <f name="certainty">0.950869</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_548" from="3232" to="3238">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kommen</f>
-            <f name="certainty">0.843714</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">kommen</f>
-            <f name="certainty">0.156286</f>
-            <f name="ctag">VVINF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_549" from="3239" to="3242">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.732944</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.191121</f>
-            <f name="ctag">PRELS</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.075936</f>
-            <f name="ctag">PDS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_550" from="3243" to="3246">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">oft</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_551" from="3247" to="3253">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">lang</f>
-            <f name="certainty">0.999393</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_552" from="3254" to="3265">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Wartezeit</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_553" from="3265" to="3266">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_554" from="3267" to="3270">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Sie|sie|sie</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_555" from="3271" to="3281">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">beschreiben</f>
-            <f name="certainty">0.999954</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_556" from="3282" to="3288">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">diese</f>
-            <f name="certainty">0.993633</f>
-            <f name="ctag">PDAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_557" from="3289" to="3292">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Weg</f>
-            <f name="certainty">0.997667</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_558" from="3293" to="3296">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">als</f>
-            <f name="certainty">0.889210</f>
-            <f name="ctag">KOKOM</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">als</f>
-            <f name="certainty">0.100002</f>
-            <f name="ctag">KON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_559" from="3297" to="3304">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Odyssee</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_560" from="3304" to="3305">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_561" from="3306" to="3313">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">niemand</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PIS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_562" from="3314" to="3318">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dürfen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VMFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_563" from="3319" to="3324">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">etwas</f>
-            <f name="certainty">0.776041</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">etwas</f>
-            <f name="certainty">0.173398</f>
-            <f name="ctag">PIS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_564" from="3325" to="3333">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erfahren</f>
-            <f name="certainty">0.947159</f>
-            <f name="ctag">VVPP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_565" from="3334" to="3337">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wie</f>
-            <f name="certainty">0.815596</f>
-            <f name="ctag">KOKOM</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">wie</f>
-            <f name="certainty">0.120006</f>
-            <f name="ctag">KOUS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_566" from="3338" to="3340">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">es</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_567" from="3341" to="3344">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="certainty">0.825375</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="certainty">0.174625</f>
-            <f name="ctag">PPOSAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_568" from="3345" to="3350">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">jetzt</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_569" from="3351" to="3355">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gehen</f>
-            <f name="certainty">0.999998</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_570" from="3355" to="3356">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">?</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_571" from="3357" to="3358">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$(</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_572" from="3358" to="3361">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_573" from="3362" to="3366">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="certainty">0.999270</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_574" from="3367" to="3374">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ständig</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_575" from="3375" to="3378">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.980587</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_576" from="3379" to="3385">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Gefühl</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_577" from="3385" to="3386">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_578" from="3387" to="3391">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dass</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">KOUS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_579" from="3392" to="3396">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mein</f>
-            <f name="certainty">0.999886</f>
-            <f name="ctag">PPOSAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_580" from="3397" to="3406">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Fundament</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_581" from="3407" to="3413">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">morsch</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_582" from="3414" to="3417">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_583" from="3417" to="3418">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_584" from="3419" to="3423">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dass</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">KOUS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_585" from="3424" to="3426">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">es</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_586" from="3427" to="3433">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nichts</f>
-            <f name="certainty">0.628986</f>
-            <f name="ctag">PIAT</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">nichts</f>
-            <f name="certainty">0.371014</f>
-            <f name="ctag">PIS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_587" from="3434" to="3447">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Verlässliche</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_588" from="3448" to="3452">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">geben</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_589" from="3452" to="3453">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_590" from="3454" to="3458">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dass</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">KOUS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_591" from="3459" to="3462">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.968399</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_592" from="3463" to="3468">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Leben</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_593" from="3469" to="3473">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="certainty">0.732891</f>
-            <f name="ctag">PRF</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="certainty">0.267109</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_594" from="3474" to="3480">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">völlig</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_595" from="3481" to="3492">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">überfordern</f>
-            <f name="certainty">0.948185</f>
-            <f name="ctag">VVPP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_596" from="3492" to="3493">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_597" from="3494" to="3501">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">morgens</f>
-            <f name="certainty">0.978424</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_598" from="3502" to="3505">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_599" from="3506" to="3508">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">es</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_600" from="3509" to="3517">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">meistens</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_601" from="3518" to="3521">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="certainty">0.985520</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_602" from="3522" to="3527">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Kampf</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_603" from="3527" to="3528">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_604" from="3529" to="3538">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">überhaupt</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_605" from="3539" to="3550">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aufstehen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VVIZU</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_606" from="3550" to="3551">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_607" from="3552" to="3555">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_608" from="3556" to="3564">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">versuchen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_609" from="3564" to="3565">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_610" from="3566" to="3569">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="certainty">0.843153</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="certainty">0.156847</f>
-            <f name="ctag">PRF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_611" from="3570" to="3580">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gedanklich</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_612" from="3581" to="3587">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Insel</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_613" from="3588" to="3590">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="certainty">0.999104</f>
-            <f name="ctag">PTKZU</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_614" from="3591" to="3596">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bauen</f>
-            <f name="certainty">0.999997</f>
-            <f name="ctag">VVINF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_615" from="3596" to="3597">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">:</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_616" from="3598" to="3604">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">worauf</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PWAV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_617" from="3605" to="3611">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">können</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VMFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_618" from="3612" to="3615">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_619" from="3616" to="3620">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="certainty">0.727428</f>
-            <f name="ctag">PRF</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="certainty">0.272572</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_620" from="3621" to="3627">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">freuen</f>
-            <f name="certainty">0.992910</f>
-            <f name="ctag">VVINF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_621" from="3627" to="3628">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">?</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_622" from="3629" to="3633">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aber</f>
-            <f name="certainty">0.902462</f>
-            <f name="ctag">KON</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">aber</f>
-            <f name="certainty">0.097538</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_623" from="3634" to="3637">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.936408</f>
-            <f name="ctag">PDS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_624" from="3638" to="3642">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">müssen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VMFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_625" from="3643" to="3646">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_626" from="3647" to="3650">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="certainty">0.808801</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="certainty">0.191199</f>
-            <f name="ctag">PRF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_627" from="3651" to="3663">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">konstruieren</f>
-            <f name="certainty">0.929335</f>
-            <f name="ctag">VVINF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_628" from="3663" to="3664">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_629" from="3665" to="3676">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">theoretisch</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_630" from="3677" to="3681">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wissen</f>
-            <f name="certainty">0.990280</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_631" from="3682" to="3685">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_632" from="3685" to="3686">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_633" from="3687" to="3690">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">was</f>
-            <f name="certainty">0.694692</f>
-            <f name="ctag">PRELS</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">was</f>
-            <f name="certainty">0.280922</f>
-            <f name="ctag">PWS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_634" from="3691" to="3703">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Lebensfreude</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_635" from="3704" to="3707">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_636" from="3708" to="3709">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">?</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_637" from="3710" to="3713">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wie</f>
-            <f name="certainty">0.548290</f>
-            <f name="ctag">KOUS</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">wie</f>
-            <f name="certainty">0.442369</f>
-            <f name="ctag">KOKOM</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_638" from="3714" to="3716">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">es</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_639" from="3717" to="3721">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">er|es|sie</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PRF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_640" from="3722" to="3729">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">anfühlen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_641" from="3729" to="3730">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_642" from="3731" to="3738">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">beginnen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_643" from="3739" to="3742">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_644" from="3743" to="3747">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erst</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_645" from="3748" to="3753">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">jetzt</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_646" from="3754" to="3761">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">langsam</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_647" from="3762" to="3764">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="certainty">0.999252</f>
-            <f name="ctag">PTKZU</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_648" from="3765" to="3770">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ahnen</f>
-            <f name="certainty">0.999823</f>
-            <f name="ctag">VVINF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_649" from="3770" to="3771">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_650" from="3772" to="3775">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_651" from="3776" to="3779">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_652" from="3780" to="3784">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kaum</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_653" from="3785" to="3787">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_654" from="3788" to="3791">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.999718</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_655" from="3792" to="3796">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Lage</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_656" from="3796" to="3797">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_657" from="3798" to="3805">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Gefühl</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_658" from="3806" to="3816">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zulassen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VVIZU</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_659" from="3816" to="3817">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">;</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_660" from="3818" to="3824">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">weinen</f>
-            <f name="certainty">0.915226</f>
-            <f name="ctag">VVINF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_661" from="3825" to="3827">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="certainty">0.994845</f>
-            <f name="ctag">PTKZU</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_662" from="3828" to="3834">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">können</f>
-            <f name="certainty">0.986458</f>
-            <f name="ctag">VMINF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_663" from="3834" to="3835">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_664" from="3836" to="3843">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erobern</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_665" from="3844" to="3847">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_666" from="3848" to="3851">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="certainty">0.808801</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="certainty">0.191199</f>
-            <f name="ctag">PRF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_667" from="3852" to="3858">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gerade</f>
-            <f name="certainty">0.995569</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_668" from="3859" to="3865">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zurück</f>
-            <f name="certainty">0.999520</f>
-            <f name="ctag">PTKVZ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_669" from="3865" to="3866">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_670" from="3866" to="3867">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$(</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_671" from="3868" to="3872">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nach</f>
-            <f name="certainty">0.850560</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">Nach</f>
-            <f name="certainty">0.106848</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_672" from="3873" to="3878">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">außen</f>
-            <f name="certainty">0.999710</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_673" from="3879" to="3882">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">hin</f>
-            <f name="certainty">0.805709</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">hin</f>
-            <f name="certainty">0.105815</f>
-            <f name="ctag">PTKVZ</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">hin</f>
-            <f name="certainty">0.088477</f>
-            <f name="ctag">APZR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_674" from="3883" to="3888">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">lassen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_675" from="3889" to="3892">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_676" from="3893" to="3897">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">er|es|sie</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PRF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_677" from="3898" to="3903">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">davon</f>
-            <f name="certainty">0.997202</f>
-            <f name="ctag">PROAV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_678" from="3904" to="3910">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nichts</f>
-            <f name="certainty">0.883176</f>
-            <f name="ctag">PIS</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">nichts</f>
-            <f name="certainty">0.116824</f>
-            <f name="ctag">PIAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_679" from="3911" to="3919">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">anmerken</f>
-            <f name="certainty">0.926908</f>
-            <f name="ctag">VVINF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_680" from="3919" to="3920">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_681" from="3921" to="3924">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.996900</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_682" from="3925" to="3932">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Fassade</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_683" from="3933" to="3938">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">stehen</f>
-            <f name="certainty">0.999999</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_684" from="3938" to="3939">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_685" from="3940" to="3946">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">keine</f>
-            <f name="certainty">0.785488</f>
-            <f name="ctag">PIS</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">keine</f>
-            <f name="certainty">0.214512</f>
-            <f name="ctag">PIAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_686" from="3947" to="3951">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dürfen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VMFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_687" from="3952" to="3957">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">etwas</f>
-            <f name="certainty">0.776082</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">etwas</f>
-            <f name="certainty">0.173093</f>
-            <f name="ctag">PIS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_688" from="3958" to="3966">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erfahren</f>
-            <f name="certainty">0.984810</f>
-            <f name="ctag">VVPP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_689" from="3966" to="3967">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">!</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_690" from="3968" to="3972">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">doch</f>
-            <f name="certainty">0.628995</f>
-            <f name="ctag">KON</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">doch</f>
-            <f name="certainty">0.371005</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_691" from="3973" to="3981">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zugleich</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_692" from="3982" to="3985">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_693" from="3986" to="3989">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_694" from="3990" to="3993">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.999390</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_695" from="3994" to="4000">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Wunsch</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_696" from="4000" to="4001">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_697" from="4002" to="4005">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mit</f>
-            <f name="certainty">0.999683</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_698" from="4006" to="4011">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="certainty">0.999999</f>
-            <f name="ctag">PPOSAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_699" from="4012" to="4016">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Leid</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_700" from="4017" to="4024">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sehen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VVPP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_701" from="4025" to="4027">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="certainty">0.999080</f>
-            <f name="ctag">PTKZU</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_702" from="4028" to="4034">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="certainty">0.995339</f>
-            <f name="ctag">VAINF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_703" from="4034" to="4035">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_704" from="4036" to="4038">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">um</f>
-            <f name="certainty">0.987647</f>
-            <f name="ctag">KOUI</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_705" from="4039" to="4043">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">er|es|sie</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PRF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_706" from="4044" to="4050">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">selber</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_707" from="4051" to="4058">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">glauben</f>
-            <f name="certainty">0.524820</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">glauben</f>
-            <f name="certainty">0.475180</f>
-            <f name="ctag">VVINF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_708" from="4059" to="4061">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="certainty">0.971065</f>
-            <f name="ctag">PTKZU</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_709" from="4062" to="4068">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">können</f>
-            <f name="certainty">0.969416</f>
-            <f name="ctag">VMINF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_710" from="4068" to="4069">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_711" from="4070" to="4071">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$(</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_712" from="4071" to="4076">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mein</f>
-            <f name="certainty">0.979989</f>
-            <f name="ctag">PPOSAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_713" from="4077" to="4083">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Eltern</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_714" from="4084" to="4089">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="certainty">0.916459</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_715" from="4090" to="4093">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="certainty">0.808801</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="certainty">0.191199</f>
-            <f name="ctag">PRF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_716" from="4094" to="4099">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">immer</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_717" from="4100" to="4106">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sagen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VVPP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_718" from="4106" to="4107">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_719" from="4108" to="4112">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dass</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">KOUS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_720" from="4113" to="4116">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_721" from="4117" to="4121">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">lügen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_722" from="4121" to="4122">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_723" from="4123" to="4126">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.978017</f>
-            <f name="ctag">PDS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_724" from="4127" to="4133">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">brennen</f>
-            <f name="certainty">0.999782</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_725" from="4134" to="4138">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">er|es|sie</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PRF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_726" from="4139" to="4142">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="certainty">0.990307</f>
-            <f name="ctag">PTKVZ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_727" from="4142" to="4143">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_728" from="4144" to="4154">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">irgendwann</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_729" from="4155" to="4161">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kommen</f>
-            <f name="certainty">0.942366</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_730" from="4162" to="4173">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">tatsächlich</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_731" from="4174" to="4181">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Zweifel</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_732" from="4181" to="4182">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_733" from="4183" to="4185">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ob</f>
-            <f name="certainty">0.996873</f>
-            <f name="ctag">KOUS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_734" from="4186" to="4189">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">man</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PIS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_735" from="4190" to="4194">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">er|es|sie</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PRF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_736" from="4195" to="4198">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.558733</f>
-            <f name="ctag">PDS</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.414116</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_737" from="4199" to="4204">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">alle</f>
-            <f name="certainty">0.970212</f>
-            <f name="ctag">PIS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_738" from="4205" to="4208">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nur</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_739" from="4209" to="4218">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">einbilden</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_740" from="4218" to="4219">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$(</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_741" from="4219" to="4220">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_742" from="4221" to="4225">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sagen</f>
-            <f name="certainty">0.999994</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_743" from="4226" to="4229">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_744" from="4229" to="4230">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_745" from="4231" to="4232">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$(</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_746" from="4232" to="4236">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dann</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_747" from="4237" to="4247">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">verfestigen</f>
-            <f name="certainty">0.596710</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">verfestigen</f>
-            <f name="certainty">0.403141</f>
-            <f name="ctag">VVPP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_748" from="4248" to="4252">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">er|es|sie</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PRF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_749" from="4253" to="4255">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">so</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_750" from="4256" to="4259">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="certainty">0.992312</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_751" from="4260" to="4271">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">furchtbar</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_752" from="4272" to="4278">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Gefühl</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_753" from="4278" to="4279">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">:</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_754" from="4280" to="4286">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">keine</f>
-            <f name="certainty">0.719482</f>
-            <f name="ctag">PIS</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">keine</f>
-            <f name="certainty">0.280518</f>
-            <f name="ctag">PIAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_755" from="4287" to="4293">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">glauben</f>
-            <f name="certainty">0.999941</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_756" from="4294" to="4297">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="certainty">0.808801</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="certainty">0.191199</f>
-            <f name="ctag">PRF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_757" from="4297" to="4298">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_758" from="4299" to="4305">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">keine</f>
-            <f name="certainty">0.706117</f>
-            <f name="ctag">PIS</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">keine</f>
-            <f name="certainty">0.293883</f>
-            <f name="ctag">PIAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_759" from="4306" to="4311">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">helfen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_760" from="4312" to="4315">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="certainty">0.808801</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="certainty">0.191199</f>
-            <f name="ctag">PRF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_761" from="4315" to="4316">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_762" from="4317" to="4320">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_763" from="4321" to="4324">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_764" from="4325" to="4331">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nichts</f>
-            <f name="certainty">0.933754</f>
-            <f name="ctag">PIS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_765" from="4332" to="4336">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wert</f>
-            <f name="certainty">0.970454</f>
-            <f name="ctag">ADJD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_766" from="4336" to="4337">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_767" from="4337" to="4338">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$(</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_768" from="4339" to="4344">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">keine</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PIAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_769" from="4345" to="4363">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Opferentschädigung</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_770" from="4364" to="4367">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">vor</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_771" from="4368" to="4375">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">einige</f>
-            <f name="certainty">0.999705</f>
-            <f name="ctag">PIAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_772" from="4376" to="4382">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Jahr</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_773" from="4383" to="4386">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_774" from="4387" to="4390">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_775" from="4391" to="4399">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">versuchen</f>
-            <f name="certainty">0.799405</f>
-            <f name="ctag">VVPP</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">versuchen</f>
-            <f name="certainty">0.200590</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_776" from="4399" to="4400">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_777" from="4401" to="4412">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">finanziell</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_778" from="4413" to="4426">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Unterstützung</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_779" from="4427" to="4431">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">über</f>
-            <f name="certainty">0.999441</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_780" from="4432" to="4435">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.996464</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_781" from="4436" to="4461">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Opferentschädigungsgesetz</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_782" from="4462" to="4464">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="certainty">0.998863</f>
-            <f name="ctag">PTKZU</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_783" from="4465" to="4473">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bekommen</f>
-            <f name="certainty">0.999318</f>
-            <f name="ctag">VVINF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_784" from="4473" to="4474">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_785" from="4475" to="4481">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">diese</f>
-            <f name="certainty">0.999579</f>
-            <f name="ctag">PDAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_786" from="4482" to="4488">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Gesetz</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_787" from="4489" to="4494">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sehen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_788" from="4495" to="4519">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Entschädigungsleistung</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_789" from="4520" to="4523">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">für</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_790" from="4524" to="4529">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Opfer</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_791" from="4530" to="4533">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="certainty">0.999509</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_792" from="4534" to="4545">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Gewalttat</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_793" from="4546" to="4549">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">vor</f>
-            <f name="certainty">0.986318</f>
-            <f name="ctag">PTKVZ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_794" from="4549" to="4550">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_795" from="4551" to="4554">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.825218</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.172927</f>
-            <f name="ctag">PRELS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_796" from="4555" to="4570">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gesundheitlich</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_797" from="4571" to="4578">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Schaden</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_798" from="4579" to="4587">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erleiden</f>
-            <f name="certainty">0.964739</f>
-            <f name="ctag">VVPP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_799" from="4588" to="4593">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="certainty">0.586092</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="certainty">0.413908</f>
-            <f name="ctag">VAINF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_800" from="4593" to="4594">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_801" from="4595" to="4596">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$(</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_802" from="4596" to="4599">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.912188</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_803" from="4600" to="4616">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">UNKNOWN</f>
-            <f name="certainty">0.999594</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_804" from="4617" to="4620">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_805" from="4621" to="4629">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ungefähr</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_806" from="4630" to="4634">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zwei</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">CARD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_807" from="4635" to="4640">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Jahr</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_808" from="4641" to="4649">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dauern</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VVPP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_809" from="4649" to="4650">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$(</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_810" from="4650" to="4651">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_811" from="4652" to="4659">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erzählen</f>
-            <f name="certainty">0.999522</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_812" from="4660" to="4663">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_813" from="4663" to="4664">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_814" from="4665" to="4676">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schließlich</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_815" from="4677" to="4680">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="certainty">0.999871</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_816" from="4681" to="4685">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zwar</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_817" from="4686" to="4695">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">anerkennen</f>
-            <f name="certainty">0.991880</f>
-            <f name="ctag">VVPP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_818" from="4696" to="4702">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="certainty">0.999999</f>
-            <f name="ctag">VAPP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_819" from="4702" to="4703">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_820" from="4704" to="4708">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dass</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">KOUS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_821" from="4709" to="4713">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="certainty">0.999990</f>
-            <f name="ctag">PPOSAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_822" from="4714" to="4730">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gesundheitlich</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_823" from="4731" to="4749">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Beeinträchtigung</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_824" from="4750" to="4753">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">KON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_825" from="4754" to="4767">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Behinderung</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_826" from="4768" to="4772">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="certainty">0.999088</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_827" from="4773" to="4778">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Folge</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_828" from="4779" to="4782">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_829" from="4783" to="4794">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Missbrauch</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_830" from="4795" to="4799">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_831" from="4799" to="4800">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_832" from="4801" to="4805">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aber</f>
-            <f name="certainty">0.503197</f>
-            <f name="ctag">KON</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">aber</f>
-            <f name="certainty">0.496803</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_833" from="4806" to="4808">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">da</f>
-            <f name="certainty">0.869313</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">da</f>
-            <f name="certainty">0.120884</f>
-            <f name="ctag">KOUS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_834" from="4809" to="4812">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.998095</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_835" from="4813" to="4818">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Tat</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_836" from="4819" to="4822">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">vor</f>
-            <f name="certainty">0.916126</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_837" from="4823" to="4836">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Inkrafttreten</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_838" from="4837" to="4840">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_839" from="4841" to="4849">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Gesetz</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_840" from="4850" to="4854">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">1976</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">CARD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_841" from="4855" to="4864">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">geschehen</f>
-            <f name="certainty">0.855644</f>
-            <f name="ctag">VVPP</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">geschehen</f>
-            <f name="certainty">0.143708</f>
-            <f name="ctag">VVINF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_842" from="4865" to="4869">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_843" from="4869" to="4870">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_844" from="4871" to="4876">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">fallen|fällen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_845" from="4877" to="4880">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_846" from="4881" to="4886">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">unter</f>
-            <f name="certainty">0.999995</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_847" from="4887" to="4891">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="certainty">0.998371</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_848" from="4892" to="4909">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Übergangsregelung</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_849" from="4909" to="4910">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_850" from="4911" to="4916">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">diese</f>
-            <f name="certainty">0.709844</f>
-            <f name="ctag">PDAT</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">diese</f>
-            <f name="certainty">0.290156</f>
-            <f name="ctag">PDS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_851" from="4917" to="4922">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">setzen</f>
-            <f name="certainty">0.999907</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_852" from="4923" to="4927">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="certainty">0.995343</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_853" from="4928" to="4939">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">finanziell</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_854" from="4940" to="4953">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Bedürftigkeit</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_855" from="4954" to="4960">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">voraus</f>
-            <f name="certainty">0.998051</f>
-            <f name="ctag">PTKVZ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_856" from="4960" to="4961">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_857" from="4962" to="4964">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">um</f>
-            <f name="certainty">0.744387</f>
-            <f name="ctag">KOUI</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">um</f>
-            <f name="certainty">0.254943</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_858" from="4965" to="4978">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Unterstützung</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_859" from="4979" to="4981">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="certainty">0.998863</f>
-            <f name="ctag">PTKZU</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_860" from="4982" to="4990">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bekommen</f>
-            <f name="certainty">0.999318</f>
-            <f name="ctag">VVINF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_861" from="4991" to="4992">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">?</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_862" from="4993" to="4998">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dafür</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PROAV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_863" from="4999" to="5002">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_864" from="5003" to="5006">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="certainty">0.892886</f>
-            <f name="ctag">PPOSAT</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="certainty">0.107114</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_865" from="5007" to="5016">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Einkommen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_866" from="5017" to="5021">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aber</f>
-            <f name="certainty">0.724457</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">aber</f>
-            <f name="certainty">0.275543</f>
-            <f name="ctag">KON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_867" from="5022" to="5027">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nicht</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PTKNEG</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_868" from="5028" to="5034">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gering</f>
-            <f name="certainty">0.997659</f>
-            <f name="ctag">ADJD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_869" from="5035" to="5040">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">genug</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_870" from="5040" to="5041">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_871" from="5042" to="5043">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$(</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_872" from="5043" to="5048">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="certainty">0.993536</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_873" from="5049" to="5052">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.999138</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_874" from="5053" to="5063">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Mißbrauch</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_875" from="5064" to="5068">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nach</f>
-            <f name="certainty">0.986577</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_876" from="5069" to="5073">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">1976</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">CARD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_877" from="5074" to="5087">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">stattfinden</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VVPP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_878" from="5087" to="5088">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_879" from="5089" to="5094">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_880" from="5095" to="5098">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="certainty">0.808801</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="certainty">0.191199</f>
-            <f name="ctag">PRF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_881" from="5099" to="5103">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="certainty">0.995537</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_882" from="5104" to="5130">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">UNKNOWN</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_883" from="5131" to="5142">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zugestehen|zustehen</f>
-            <f name="certainty">0.798004</f>
-            <f name="ctag">VVPP</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">zugestanden</f>
-            <f name="certainty">0.103142</f>
-            <f name="ctag">ADJD</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">zugestehen</f>
-            <f name="certainty">0.098854</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_884" from="5142" to="5143">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$(</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_885" from="5143" to="5144">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_886" from="5145" to="5149">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sagen</f>
-            <f name="certainty">0.999994</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_887" from="5150" to="5159">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Katharina</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NE</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_888" from="5160" to="5168">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Grünberg</f>
-            <f name="certainty">0.989397</f>
-            <f name="ctag">NE</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_889" from="5168" to="5169">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_890" from="5170" to="5171">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$(</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_891" from="5171" to="5174">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.889868</f>
-            <f name="ctag">PDS</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.100407</f>
-            <f name="ctag">PRELS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_892" from="5175" to="5180">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_893" from="5181" to="5185">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zwar</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_894" from="5186" to="5189">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.999731</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_895" from="5190" to="5200">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Mißbrauch</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_896" from="5201" to="5206">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nicht</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PTKNEG</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_897" from="5207" to="5213">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wieder</f>
-            <f name="certainty">0.999898</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_898" from="5214" to="5223">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gutmachen</f>
-            <f name="certainty">0.989049</f>
-            <f name="ctag">VVINF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_899" from="5224" to="5230">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">können</f>
-            <f name="certainty">0.606203</f>
-            <f name="ctag">VMINF</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">können</f>
-            <f name="certainty">0.393797</f>
-            <f name="ctag">VMFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_900" from="5230" to="5231">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_901" from="5232" to="5236">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aber</f>
-            <f name="certainty">0.897351</f>
-            <f name="ctag">KON</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">aber</f>
-            <f name="certainty">0.102649</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_902" from="5237" to="5239">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">es</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_903" from="5240" to="5245">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_904" from="5246" to="5249">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="certainty">0.808801</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="certainty">0.191199</f>
-            <f name="ctag">PRF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_905" from="5250" to="5257">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ersparen</f>
-            <f name="certainty">0.862713</f>
-            <f name="ctag">VVPP</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">ersparen</f>
-            <f name="certainty">0.137155</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_906" from="5257" to="5258">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_907" from="5259" to="5264">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">neben</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_908" from="5265" to="5268">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.999494</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_909" from="5269" to="5280">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">psychisch</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_910" from="5281" to="5286">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Kampf</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_911" from="5287" to="5290">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ums</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">APPRART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_912" from="5291" to="5300">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Überleben</f>
-            <f name="certainty">0.999413</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_913" from="5301" to="5305">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">auch</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_914" from="5306" to="5310">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">noch</f>
-            <f name="certainty">0.994084</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_915" from="5311" to="5314">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.999709</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_916" from="5315" to="5329">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">existenziell</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_917" from="5330" to="5345">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Überlebenskampf</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_918" from="5346" to="5352">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">führen</f>
-            <f name="certainty">0.908688</f>
-            <f name="ctag">VVINF</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">fahren|führen</f>
-            <f name="certainty">0.091312</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_919" from="5353" to="5355">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="certainty">0.993357</f>
-            <f name="ctag">PTKZU</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_920" from="5356" to="5362">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">müssen</f>
-            <f name="certainty">0.982089</f>
-            <f name="ctag">VMINF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_921" from="5362" to="5363">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_922" from="5363" to="5364">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$(</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_923" from="5365" to="5375">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">stationär</f>
-            <f name="certainty">0.967570</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_924" from="5376" to="5386">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Behandlung</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_925" from="5387" to="5392">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nötig</f>
-            <f name="certainty">0.999948</f>
-            <f name="ctag">ADJD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_926" from="5393" to="5396">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">was</f>
-            <f name="certainty">0.741315</f>
-            <f name="ctag">PWS</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">was</f>
-            <f name="certainty">0.205386</f>
-            <f name="ctag">PIS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_927" from="5397" to="5406">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Katharina</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NE</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_928" from="5407" to="5415">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Grünberg</f>
-            <f name="certainty">0.985978</f>
-            <f name="ctag">NE</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_929" from="5416" to="5421">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zudem</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_930" from="5422" to="5430">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">belastet</f>
-            <f name="certainty">0.662190</f>
-            <f name="ctag">ADJD</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">belasten</f>
-            <f name="certainty">0.331515</f>
-            <f name="ctag">VVPP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_931" from="5430" to="5431">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_932" from="5432" to="5436">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_933" from="5437" to="5440">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.996991</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_934" from="5441" to="5453">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wiederholt</f>
-            <f name="certainty">0.999568</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_935" from="5454" to="5474">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Auseinandersetzung</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_936" from="5475" to="5478">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mit</f>
-            <f name="certainty">0.998189</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_937" from="5479" to="5484">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="certainty">0.999993</f>
-            <f name="ctag">PPOSAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_938" from="5485" to="5493">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">privat</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_939" from="5494" to="5506">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Krankenkasse</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_940" from="5506" to="5507">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_941" from="5508" to="5512">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zwar</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_942" from="5513" to="5517">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="certainty">0.999767</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_943" from="5518" to="5521">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.997413</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_944" from="5522" to="5527">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Kasse</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_945" from="5528" to="5533">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">neben</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_946" from="5534" to="5538">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zwei</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">CARD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_947" from="5539" to="5549">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ambulant</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_948" from="5550" to="5559">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Therapie</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_949" from="5560" to="5564">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">auch</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_950" from="5565" to="5575">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">stationär</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_951" from="5576" to="5585">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Therapie</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_952" from="5586" to="5593">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bezahlen</f>
-            <f name="certainty">0.996664</f>
-            <f name="ctag">VVPP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_953" from="5593" to="5594">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_954" from="5595" to="5599">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">doch</f>
-            <f name="certainty">0.569243</f>
-            <f name="ctag">KON</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">doch</f>
-            <f name="certainty">0.430757</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_955" from="5600" to="5604">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="certainty">0.711415</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="certainty">0.288192</f>
-            <f name="ctag">PIS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_956" from="5605" to="5608">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="certainty">0.998486</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_957" from="5609" to="5612">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.999906</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_958" from="5613" to="5625">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">behandelnd</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_959" from="5626" to="5632">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Arzt</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_960" from="5633" to="5636">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">als</f>
-            <f name="certainty">0.966730</f>
-            <f name="ctag">KOKOM</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_961" from="5637" to="5646">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">notwendig</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_962" from="5647" to="5656">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erachtet</f>
-            <f name="certainty">0.895450</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">erachten</f>
-            <f name="certainty">0.104550</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_963" from="5657" to="5669">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Verlängerung</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_964" from="5670" to="5673">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.999500</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_965" from="5674" to="5685">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">stationär</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_966" from="5686" to="5697">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Aufenthalt</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_967" from="5698" to="5702">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">über</f>
-            <f name="certainty">0.999518</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_968" from="5703" to="5707">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">vier</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">CARD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_969" from="5708" to="5714">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Woche</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_970" from="5715" to="5721">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">hinaus</f>
-            <f name="certainty">0.700619</f>
-            <f name="ctag">PTKVZ</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">hinaus</f>
-            <f name="certainty">0.299381</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_971" from="5722" to="5725">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="certainty">0.998641</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_972" from="5726" to="5731">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">jede</f>
-            <f name="certainty">0.999360</f>
-            <f name="ctag">PIAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_973" from="5732" to="5735">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Mal</f>
-            <f name="certainty">0.998779</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_974" from="5736" to="5745">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ablehnen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VVPP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_975" from="5746" to="5752">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="certainty">0.999999</f>
-            <f name="ctag">VAPP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_976" from="5753" to="5754">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">?</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_977" from="5755" to="5760">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">immer</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_978" from="5761" to="5764">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mit</f>
-            <f name="certainty">0.998711</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_979" from="5765" to="5768">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.999712</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_980" from="5769" to="5779">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Begründung</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_981" from="5779" to="5780">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_982" from="5781" to="5785">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dies</f>
-            <f name="certainty">0.999801</f>
-            <f name="ctag">PDS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_983" from="5786" to="5789">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="certainty">0.999595</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_984" from="5790" to="5801">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">medizinisch</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_985" from="5802" to="5807">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nicht</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PTKNEG</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_986" from="5808" to="5817">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">notwendig</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_987" from="5817" to="5818">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_988" from="5819" to="5820">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$(</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_989" from="5820" to="5823">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.822819</f>
-            <f name="ctag">PDS</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.092842</f>
-            <f name="ctag">PRELS</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.084339</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_990" from="5824" to="5833">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bedeuten</f>
-            <f name="certainty">0.917689</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_991" from="5833" to="5834">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_992" from="5835" to="5839">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dass</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">KOUS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_993" from="5840" to="5843">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_994" from="5844" to="5847">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.999363</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_995" from="5848" to="5858">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">begonnen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_996" from="5859" to="5864">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gut</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_997" from="5865" to="5872">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Prozeß</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_998" from="5873" to="5879">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">leider</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_999" from="5880" to="5889">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">abbrechen</f>
-            <f name="certainty">0.978030</f>
-            <f name="ctag">VVINF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1000" from="5890" to="5896">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">müssen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VMFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1001" from="5897" to="5900">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">KON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1002" from="5901" to="5909">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">instabil</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1003" from="5910" to="5919">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">entlassen</f>
-            <f name="certainty">0.936599</f>
-            <f name="ctag">VVPP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1004" from="5920" to="5925">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1005" from="5925" to="5926">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$(</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1006" from="5926" to="5927">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1007" from="5928" to="5937">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erläutern</f>
-            <f name="certainty">0.999876</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1008" from="5938" to="5941">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1009" from="5941" to="5942">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1010" from="5943" to="5944">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$(</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1011" from="5944" to="5948">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">auch</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1012" from="5949" to="5952">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aus</f>
-            <f name="certainty">0.936299</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1013" from="5953" to="5958">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Sicht</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1014" from="5959" to="5965">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mein</f>
-            <f name="certainty">0.995924</f>
-            <f name="ctag">PPOSAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1015" from="5966" to="5972">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Arzt</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1016" from="5973" to="5976">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1017" from="5977" to="5981">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="certainty">0.995343</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1018" from="5982" to="5992">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">stationär</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1019" from="5993" to="6003">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Behandlung</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1020" from="6004" to="6012">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dringend</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1021" from="6013" to="6025">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erforderlich</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1022" from="6026" to="6027">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">?</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1023" from="6028" to="6032">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aber</f>
-            <f name="certainty">0.840396</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">aber</f>
-            <f name="certainty">0.159604</f>
-            <f name="ctag">KON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1024" from="6033" to="6037">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">vier</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">CARD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1025" from="6038" to="6044">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Woche</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1026" from="6045" to="6052">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">reichen</f>
-            <f name="certainty">0.997276</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1027" from="6053" to="6057">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eben</f>
-            <f name="certainty">0.999922</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1028" from="6058" to="6063">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nicht</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PTKNEG</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1029" from="6063" to="6064">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1030" from="6065" to="6067">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">es</f>
-            <f name="certainty">0.998312</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1031" from="6068" to="6074">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gehören</f>
-            <f name="certainty">0.986617</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1032" from="6075" to="6079">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sehr</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1033" from="6080" to="6084">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">viel</f>
-            <f name="certainty">0.879510</f>
-            <f name="ctag">PIAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1034" from="6085" to="6088">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Mut</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1035" from="6089" to="6093">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dazu</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PROAV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1036" from="6093" to="6094">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1037" from="6095" to="6099">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">er|es|sie</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PRF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1038" from="6100" to="6103">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.999138</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1039" from="6104" to="6117">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Vergangenheit</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1040" from="6118" to="6120">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="certainty">0.998775</f>
-            <f name="ctag">PTKZU</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1041" from="6121" to="6128">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">stellen</f>
-            <f name="certainty">0.998955</f>
-            <f name="ctag">VVINF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1042" from="6128" to="6129">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1043" from="6130" to="6133">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">KON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1044" from="6134" to="6137">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1045" from="6138" to="6142">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="certainty">0.999270</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1046" from="6143" to="6148">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schon</f>
-            <f name="certainty">0.999892</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1047" from="6149" to="6153">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">viel</f>
-            <f name="certainty">0.668539</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">viel</f>
-            <f name="certainty">0.211629</f>
-            <f name="ctag">PIAT</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">viel</f>
-            <f name="certainty">0.119833</f>
-            <f name="ctag">PIS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1048" from="6154" to="6162">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erreichen</f>
-            <f name="certainty">0.975213</f>
-            <f name="ctag">VVPP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1049" from="6162" to="6163">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1050" from="6164" to="6168">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">doch</f>
-            <f name="certainty">0.717807</f>
-            <f name="ctag">KON</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">doch</f>
-            <f name="certainty">0.282193</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1051" from="6169" to="6172">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.993410</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1052" from="6173" to="6178">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Seele</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1053" from="6178" to="6179">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1054" from="6180" to="6183">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.938172</f>
-            <f name="ctag">PRELS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1055" from="6184" to="6189">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">durch</f>
-            <f name="certainty">0.998095</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1056" from="6190" to="6193">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.999908</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1057" from="6194" to="6204">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Mißbrauch</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1058" from="6205" to="6207">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1059" from="6208" to="6219">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Einzelteil</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1060" from="6220" to="6227">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zerlegen</f>
-            <f name="certainty">0.967363</f>
-            <f name="ctag">VVPP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1061" from="6228" to="6233">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1062" from="6233" to="6234">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1063" from="6235" to="6242">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">brauchen</f>
-            <f name="certainty">0.999949</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1064" from="6243" to="6247">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Zeit</f>
-            <f name="certainty">0.999840</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1065" from="6248" to="6251">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">KON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1066" from="6252" to="6266">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">professionell</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1067" from="6267" to="6280">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Unterstützung</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1068" from="6280" to="6281">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1069" from="6282" to="6284">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">um</f>
-            <f name="certainty">0.995372</f>
-            <f name="ctag">KOUI</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1070" from="6285" to="6287">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="certainty">0.993374</f>
-            <f name="ctag">PTKZU</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1071" from="6288" to="6294">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">heilen</f>
-            <f name="certainty">0.999329</f>
-            <f name="ctag">VVINF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1072" from="6294" to="6295">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1073" from="6296" to="6299">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1074" from="6300" to="6304">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="certainty">0.999270</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1075" from="6305" to="6309">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="certainty">0.995537</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1076" from="6310" to="6321">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Perspektive</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1077" from="6321" to="6322">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">:</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1078" from="6323" to="6330">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">endlich</f>
-            <f name="certainty">0.999837</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1079" from="6331" to="6334">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="certainty">0.985514</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1080" from="6335" to="6340">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Leben</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1081" from="6341" to="6345">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ohne</f>
-            <f name="certainty">0.997939</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1082" from="6346" to="6355">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Therapie</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1083" from="6355" to="6356">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1084" from="6357" to="6361">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aber</f>
-            <f name="certainty">0.885468</f>
-            <f name="ctag">KON</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">aber</f>
-            <f name="certainty">0.114532</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1085" from="6362" to="6365">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1086" from="6366" to="6370">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">können</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VMFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1087" from="6371" to="6374">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.997413</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1088" from="6375" to="6381">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Kosten</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1089" from="6382" to="6385">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">für</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1090" from="6386" to="6389">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.999910</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1091" from="6390" to="6406">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Klinikaufenthalt</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1092" from="6407" to="6412">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nicht</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PTKNEG</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1093" from="6413" to="6419">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">selbst</f>
-            <f name="certainty">0.999827</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1094" from="6420" to="6430">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aufbringen</f>
-            <f name="certainty">0.995522</f>
-            <f name="ctag">VVINF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1095" from="6430" to="6431">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1096" from="6432" to="6436">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wenn</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">KOUS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1097" from="6437" to="6440">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.997413</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1098" from="6441" to="6453">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Krankenkasse</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1099" from="6454" to="6457">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1100" from="6458" to="6463">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nicht</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PTKNEG</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1101" from="6464" to="6473">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">übernehmen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1102" from="6473" to="6474">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1103" from="6474" to="6475">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$(</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1104" from="6476" to="6481">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Fonds</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1105" from="6482" to="6485">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">für</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1106" from="6486" to="6502">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Missbrauchsopfer</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1107" from="6503" to="6508">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">groß</f>
-            <f name="certainty">0.710247</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">Große</f>
-            <f name="certainty">0.289753</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1108" from="6509" to="6517">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Hoffnung</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1109" from="6518" to="6523">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">setzen</f>
-            <f name="certainty">0.999995</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1110" from="6524" to="6533">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Katharina</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NE</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1111" from="6534" to="6542">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Grünberg</f>
-            <f name="certainty">0.985978</f>
-            <f name="ctag">NE</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1112" from="6543" to="6548">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">jetzt</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1113" from="6549" to="6552">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">auf</f>
-            <f name="certainty">0.996605</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1114" from="6553" to="6556">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.999906</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1115" from="6557" to="6562">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Fonds</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1116" from="6563" to="6566">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">für</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1117" from="6567" to="6572">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Opfer</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1118" from="6573" to="6582">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sexuell</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1119" from="6583" to="6594">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Missbrauch</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1120" from="6594" to="6595">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1121" from="6596" to="6599">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.860082</f>
-            <f name="ctag">PRELS</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.132212</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1122" from="6600" to="6602">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">im</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">APPRART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1123" from="6603" to="6606">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Mai</f>
-            <f name="certainty">0.995438</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1124" from="6607" to="6614">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">starten</f>
-            <f name="certainty">0.969716</f>
-            <f name="ctag">VVINF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1125" from="6615" to="6619">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sollen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VMFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1126" from="6619" to="6620">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1127" from="6621" to="6627">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">diese</f>
-            <f name="certainty">0.993834</f>
-            <f name="ctag">PDAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1128" from="6628" to="6638">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Hilfsfonds</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1129" from="6639" to="6642">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1130" from="6643" to="6647">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Teil</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1131" from="6648" to="6653">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="certainty">0.995754</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1132" from="6654" to="6662">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Gesetz</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1133" from="6663" to="6666">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zur</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">APPRART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1134" from="6667" to="6675">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Stärkung</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1135" from="6676" to="6679">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.999521</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1136" from="6680" to="6686">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Recht</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1137" from="6687" to="6690">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="certainty">0.999509</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1138" from="6691" to="6708">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Missbrauchsopfer</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1139" from="6708" to="6709">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1140" from="6710" to="6713">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.755317</f>
-            <f name="ctag">PRELS</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.241194</f>
-            <f name="ctag">PDS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1141" from="6714" to="6717">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.999131</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1142" from="6718" to="6727">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Bundestag</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1143" from="6728" to="6733">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Mitte</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1144" from="6734" to="6738">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">März</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1145" from="6739" to="6745">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">diese</f>
-            <f name="certainty">0.999958</f>
-            <f name="ctag">PDAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1146" from="6746" to="6752">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Jahr</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1147" from="6753" to="6766">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">verabschieden</f>
-            <f name="certainty">0.996942</f>
-            <f name="ctag">VVPP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1148" from="6767" to="6770">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1149" from="6770" to="6771">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1150" from="6772" to="6775">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.930981</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1151" from="6776" to="6782">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Gesetz</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1152" from="6783" to="6791">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wiederum</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1153" from="6792" to="6796">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gehen</f>
-            <f name="certainty">0.999998</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1154" from="6797" to="6803">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zurück</f>
-            <f name="certainty">0.968436</f>
-            <f name="ctag">PTKVZ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1155" from="6804" to="6807">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">auf</f>
-            <f name="certainty">0.985029</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1156" from="6808" to="6820">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Empfehlung</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1157" from="6821" to="6824">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1158" from="6825" to="6831">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Runde</f>
-            <f name="certainty">0.503349</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">rund</f>
-            <f name="certainty">0.496651</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1159" from="6832" to="6839">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Tisch</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1160" from="6840" to="6841">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$(</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1161" from="6841" to="6850">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sexuell</f>
-            <f name="certainty">0.965461</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1162" from="6851" to="6867">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Kindesmissbrauch</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1163" from="6867" to="6868">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$(</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1164" from="6868" to="6869">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1165" from="6870" to="6876">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">diese</f>
-            <f name="certainty">0.999579</f>
-            <f name="ctag">PDAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1166" from="6877" to="6884">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Gremium</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1167" from="6885" to="6888">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1168" from="6889" to="6893">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">@card@</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">CARD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1169" from="6894" to="6906">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">einrichten</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VVPP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1170" from="6907" to="6913">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="certainty">0.999999</f>
-            <f name="ctag">VAPP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1171" from="6913" to="6914">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1172" from="6915" to="6922">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nachdem</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">KOUS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1173" from="6923" to="6931">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Tausend</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1174" from="6932" to="6937">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Fall</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1175" from="6938" to="6941">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="certainty">0.999509</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1176" from="6942" to="6958">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Kindesmissbrauch</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1177" from="6959" to="6961">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1178" from="6962" to="6973">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kirchlich</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1179" from="6974" to="6987">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Einrichtung</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1180" from="6987" to="6988">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1181" from="6989" to="6999">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Internat</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1182" from="7000" to="7003">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">KON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1183" from="7004" to="7010">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Heim</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1184" from="7011" to="7026">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bekanntgeworden</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VVPP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1185" from="7027" to="7032">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1186" from="7032" to="7033">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1187" from="7034" to="7038">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nach</f>
-            <f name="certainty">0.971252</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1188" from="7039" to="7057">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">anderthalbjährig</f>
-            <f name="certainty">0.995094</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1189" from="7058" to="7066">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Beratung</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1190" from="7067" to="7072">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1191" from="7073" to="7076">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.999127</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1192" from="7077" to="7082">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Runde</f>
-            <f name="certainty">0.712392</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">rund</f>
-            <f name="certainty">0.287608</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1193" from="7083" to="7088">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Tisch</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1194" from="7089" to="7093">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Ende</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1195" from="7094" to="7098">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">@card@</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">CARD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1196" from="7099" to="7104">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">unter</f>
-            <f name="certainty">0.999993</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1197" from="7105" to="7112">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">andere</f>
-            <f name="certainty">0.999697</f>
-            <f name="ctag">PIS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1198" from="7113" to="7122">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">empfehlen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VVPP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1199" from="7122" to="7123">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1200" from="7124" to="7129">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="certainty">0.987354</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1201" from="7130" to="7135">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Fonds</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1202" from="7136" to="7138">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1203" from="7139" to="7143">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Höhe</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1204" from="7144" to="7147">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="certainty">0.999796</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1205" from="7148" to="7151">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">100</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">CARD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1206" from="7152" to="7161">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Million</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1207" from="7162" to="7166">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Euro</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1208" from="7167" to="7169">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="certainty">0.999050</f>
-            <f name="ctag">PTKZU</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1209" from="7170" to="7178">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schaffen</f>
-            <f name="certainty">0.999825</f>
-            <f name="ctag">VVINF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1210" from="7178" to="7179">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1211" from="7180" to="7183">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.971024</f>
-            <f name="ctag">PRELS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1212" from="7184" to="7188">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">er|es|sie</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PRF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1213" from="7189" to="7191">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">an</f>
-            <f name="certainty">0.917376</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1214" from="7192" to="7197">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Opfer</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1215" from="7198" to="7207">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sexuell</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1216" from="7208" to="7219">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Missbrauch</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1217" from="7220" to="7222">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1218" from="7223" to="7231">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">privat</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1219" from="7232" to="7235">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">KON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1220" from="7236" to="7248">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">öffentlich</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1221" from="7249" to="7262">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Einrichtung</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1222" from="7263" to="7268">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sowie</f>
-            <f name="certainty">0.999968</f>
-            <f name="ctag">KON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1223" from="7269" to="7281">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ausdrücklich</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1224" from="7282" to="7286">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">auch</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1225" from="7287" to="7289">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">an</f>
-            <f name="certainty">0.915036</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1226" from="7290" to="7295">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Opfer</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1227" from="7296" to="7299">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="certainty">0.999509</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1228" from="7300" to="7310">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Mißbrauch</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1229" from="7311" to="7313">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1230" from="7314" to="7322">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Familie</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1231" from="7323" to="7330">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">richten</f>
-            <f name="certainty">0.588881</f>
-            <f name="ctag">VVINF</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">richten</f>
-            <f name="certainty">0.411119</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1232" from="7331" to="7335">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sollen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VMFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1233" from="7335" to="7336">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1234" from="7337" to="7340">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.998816</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1235" from="7341" to="7346">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Fonds</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1236" from="7347" to="7353">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sollen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VMFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1237" from="7354" to="7356">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">je</f>
-            <f name="certainty">0.820336</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">je</f>
-            <f name="certainty">0.178238</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1238" from="7357" to="7360">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zur</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">APPRART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1239" from="7361" to="7367">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Hälfte</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1240" from="7368" to="7371">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">vom</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">APPRART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1241" from="7372" to="7376">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Bund</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1242" from="7377" to="7380">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">KON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1243" from="7381" to="7384">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.998018</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1244" from="7385" to="7392">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Land</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1245" from="7393" to="7401">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">tragen</f>
-            <f name="certainty">0.977998</f>
-            <f name="ctag">VVPP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1246" from="7402" to="7408">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="certainty">0.824383</f>
-            <f name="ctag">VAINF</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="certainty">0.175617</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1247" from="7408" to="7409">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1248" from="7410" to="7414">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">doch</f>
-            <f name="certainty">0.643325</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">doch</f>
-            <f name="certainty">0.356675</f>
-            <f name="ctag">KON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1249" from="7415" to="7420">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">genau</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1250" from="7421" to="7426">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">daran</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PROAV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1251" from="7427" to="7433">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">hapern</f>
-            <f name="certainty">0.998406</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1252" from="7434" to="7436">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">es</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1253" from="7436" to="7437">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">:</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1254" from="7438" to="7441">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.954850</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1255" from="7442" to="7449">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">meiste</f>
-            <f name="certainty">0.986281</f>
-            <f name="ctag">PIAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1256" from="7450" to="7456">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Land</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1257" from="7457" to="7467">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">verweigern</f>
-            <f name="certainty">0.844778</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">verweigern</f>
-            <f name="certainty">0.155222</f>
-            <f name="ctag">VVINF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1258" from="7468" to="7472">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="certainty">0.995726</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1259" from="7473" to="7484">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Beteiligung</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1260" from="7484" to="7485">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1261" from="7486" to="7494">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">darunter</f>
-            <f name="certainty">0.627256</f>
-            <f name="ctag">PROAV</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">darunter</f>
-            <f name="certainty">0.372549</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1262" from="7495" to="7499">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">auch</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1263" from="7500" to="7513">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Niedersachse</f>
-            <f name="certainty">0.868911</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">Niedersachsen</f>
-            <f name="certainty">0.131089</f>
-            <f name="ctag">NE</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1264" from="7513" to="7514">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1265" from="7515" to="7537">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Landessozialministerin</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1266" from="7538" to="7546">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Cornelia</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NE</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1267" from="7547" to="7552">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">UNKNOWN</f>
-            <f name="certainty">0.991902</f>
-            <f name="ctag">NE</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1268" from="7553" to="7554">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">(</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$(</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1269" from="7554" to="7557">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">SPD</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NE</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1270" from="7557" to="7558">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">)</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$(</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1271" from="7559" to="7563">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sagen</f>
-            <f name="certainty">0.999961</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1272" from="7564" to="7568">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dazu</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PROAV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1273" from="7568" to="7569">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">:</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1274" from="7570" to="7571">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$(</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1275" from="7571" to="7574">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wir</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1276" from="7575" to="7581">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">lehnen</f>
-            <f name="certainty">0.796820</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">lehnen</f>
-            <f name="certainty">0.203180</f>
-            <f name="ctag">VVINF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1277" from="7582" to="7585">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.994887</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1278" from="7586" to="7597">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Einrichtung</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1279" from="7598" to="7601">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1280" from="7602" to="7607">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Fonds</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1281" from="7608" to="7610">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1282" from="7611" to="7617">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">diese</f>
-            <f name="certainty">0.999722</f>
-            <f name="ctag">PDAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1283" from="7618" to="7622">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Form</f>
-            <f name="certainty">0.996879</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1284" from="7623" to="7625">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ab</f>
-            <f name="certainty">0.995995</f>
-            <f name="ctag">PTKVZ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1285" from="7625" to="7626">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1286" from="7627" to="7631">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">weil</f>
-            <f name="certainty">0.999894</f>
-            <f name="ctag">KOUS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1287" from="7632" to="7634">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">er</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1288" from="7635" to="7638">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wir</f>
-            <f name="certainty">0.573381</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">wir</f>
-            <f name="certainty">0.426619</f>
-            <f name="ctag">PRF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1289" from="7639" to="7646">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zwingen</f>
-            <f name="certainty">0.977905</f>
-            <f name="ctag">VVINF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1290" from="7647" to="7651">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wollen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VMFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1291" from="7651" to="7652">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1292" from="7653" to="7666">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Verantwortung</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1293" from="7667" to="7670">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">für</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1294" from="7671" to="7680">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sexuell</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1295" from="7681" to="7691">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Mißbrauch</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1296" from="7692" to="7694">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">im</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">APPRART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1297" from="7695" to="7703">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">privat</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1298" from="7704" to="7711">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Bereich</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1299" from="7712" to="7714">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="certainty">0.999081</f>
-            <f name="ctag">PTKZU</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1300" from="7715" to="7725">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">übernehmen</f>
-            <f name="certainty">0.999924</f>
-            <f name="ctag">VVINF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1301" from="7725" to="7726">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1302" from="7726" to="7727">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$(</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1303" from="7728" to="7731">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.912321</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1304" from="7732" to="7736">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Land</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1305" from="7737" to="7744">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bekennen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1306" from="7745" to="7749">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">er|es|sie</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PRF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1307" from="7750" to="7756">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">jedoch</f>
-            <f name="certainty">0.995237</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1308" from="7757" to="7759">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="certainty">0.911344</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1309" from="7760" to="7766">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="certainty">0.999982</f>
-            <f name="ctag">PPOSAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1310" from="7767" to="7780">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Verantwortung</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1311" from="7780" to="7781">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1312" from="7782" to="7786">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wenn</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">KOUS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1313" from="7787" to="7789">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1314" from="7790" to="7809">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Landeseinrichtung</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1315" from="7809" to="7810">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1316" from="7811" to="7813">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1317" from="7814" to="7821">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Schule</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1318" from="7822" to="7826">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">oder</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">KON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1319" from="7827" to="7829">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1320" from="7830" to="7841">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schulisch</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1321" from="7842" to="7855">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Einrichtung</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1322" from="7856" to="7862">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Kind</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1323" from="7863" to="7868">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Opfer</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1324" from="7869" to="7872">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="certainty">0.999509</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1325" from="7873" to="7879">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Gewalt</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1326" from="7880" to="7883">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">KON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1327" from="7884" to="7894">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Mißbrauch</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1328" from="7895" to="7901">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1329" from="7901" to="7902">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1330" from="7903" to="7905">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">so</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1331" from="7906" to="7911">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">UNKNOWN</f>
-            <f name="certainty">0.844880</f>
-            <f name="ctag">NE</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">UNKNOWN</f>
-            <f name="certainty">0.155120</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1332" from="7911" to="7912">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1333" from="7913" to="7918">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">10000</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">CARD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1334" from="7919" to="7923">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Euro</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1335" from="7924" to="7927">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">pro</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1336" from="7928" to="7941">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Antragsteller</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1337" from="7942" to="7950">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aufgrund</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1338" from="7951" to="7954">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.999718</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1339" from="7955" to="7966">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Differenz</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1340" from="7967" to="7970">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1341" from="7971" to="7974">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.997413</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1342" from="7975" to="7990">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Bundesregierung</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1343" from="7991" to="7994">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nun</f>
-            <f name="certainty">0.999965</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1344" from="7995" to="8006">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">beschließen</f>
-            <f name="certainty">0.910613</f>
-            <f name="ctag">VVPP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1345" from="8006" to="8007">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1346" from="8008" to="8011">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.986945</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1347" from="8012" to="8017">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Fonds</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1348" from="8018" to="8021">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mit</f>
-            <f name="certainty">0.997992</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1349" from="8022" to="8027">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="certainty">0.999181</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1350" from="8028" to="8035">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Volumen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1351" from="8036" to="8039">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="certainty">0.999796</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1352" from="8040" to="8042">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">50</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">CARD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1353" from="8043" to="8052">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Million</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1354" from="8053" to="8057">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Euro</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1355" from="8058" to="8062">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ohne</f>
-            <f name="certainty">0.997939</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1356" from="8063" to="8074">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Beteiligung</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1357" from="8075" to="8078">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.999521</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1358" from="8079" to="8085">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Land</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1359" from="8086" to="8088">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="certainty">0.999044</f>
-            <f name="ctag">PTKZU</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1360" from="8089" to="8096">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">starten</f>
-            <f name="certainty">0.999807</f>
-            <f name="ctag">VVINF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1361" from="8096" to="8097">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1362" from="8098" to="8102">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nach</f>
-            <f name="certainty">0.989586</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1363" from="8103" to="8111">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Auskunft</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1364" from="8112" to="8115">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1365" from="8116" to="8142">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Bundesfamilienministerium</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1366" from="8143" to="8149">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sollen</f>
-            <f name="certainty">0.998274</f>
-            <f name="ctag">VMFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1367" from="8150" to="8156">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">daraus</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PROAV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1368" from="8157" to="8160">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">vor</f>
-            <f name="certainty">0.965069</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1369" from="8161" to="8166">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">alle</f>
-            <f name="certainty">0.851886</f>
-            <f name="ctag">PIS</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">alle</f>
-            <f name="certainty">0.148114</f>
-            <f name="ctag">PIAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1370" from="8167" to="8176">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Therapie</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1371" from="8177" to="8184">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bezahlen</f>
-            <f name="certainty">0.999777</f>
-            <f name="ctag">VVPP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1372" from="8185" to="8191">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="certainty">0.827860</f>
-            <f name="ctag">VAINF</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="certainty">0.172140</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1373" from="8191" to="8192">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1374" from="8193" to="8198">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">falls</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">KOUS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1375" from="8199" to="8202">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.997413</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1376" from="8203" to="8216">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Krankenkasse</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1377" from="8217" to="8222">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">diese</f>
-            <f name="certainty">0.997393</f>
-            <f name="ctag">PDAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1378" from="8223" to="8229">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Kosten</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1379" from="8230" to="8235">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nicht</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PTKNEG</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1380" from="8236" to="8246">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">übernehmen</f>
-            <f name="certainty">0.970938</f>
-            <f name="ctag">VVINF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1381" from="8246" to="8247">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1382" from="8248" to="8255">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Detail</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1383" from="8256" to="8258">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="certainty">0.935326</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1384" from="8259" to="8262">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.999833</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1385" from="8263" to="8272">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">geplant</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1386" from="8273" to="8279">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Hilfe</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1387" from="8280" to="8285">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sowie</f>
-            <f name="certainty">0.999981</f>
-            <f name="ctag">KON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1388" from="8286" to="8288">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="certainty">0.938260</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1389" from="8289" to="8292">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.999868</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1390" from="8293" to="8313">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">UNKNOWN</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1391" from="8314" to="8320">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">stehen</f>
-            <f name="certainty">0.989119</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1392" from="8321" to="8325">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">noch</f>
-            <f name="certainty">0.994378</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1393" from="8326" to="8331">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nicht</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PTKNEG</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1394" from="8332" to="8336">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">fest</f>
-            <f name="certainty">0.820043</f>
-            <f name="ctag">PTKVZ</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">fest</f>
-            <f name="certainty">0.179957</f>
-            <f name="ctag">ADJD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1395" from="8336" to="8337">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1396" from="8338" to="8345">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">planen</f>
-            <f name="certainty">0.993551</f>
-            <f name="ctag">VVPP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1397" from="8346" to="8349">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1398" from="8349" to="8350">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1399" from="8351" to="8355">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dass</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">KOUS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1400" from="8356" to="8359">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="certainty">0.993562</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1401" from="8360" to="8372">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">unabhängig</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1402" from="8373" to="8396">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Sachverständigengremium</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1403" from="8397" to="8401">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">über</f>
-            <f name="certainty">0.999452</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1404" from="8402" to="8405">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.999186</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1405" from="8406" to="8413">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Antrag</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1406" from="8414" to="8417">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.999520</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1407" from="8418" to="8429">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Betroffene</f>
-            <f name="certainty">0.999319</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1408" from="8430" to="8441">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">entscheiden</f>
-            <f name="certainty">0.993460</f>
-            <f name="ctag">VVINF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1409" from="8442" to="8446">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1410" from="8446" to="8447">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1411" from="8448" to="8451">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.753648</f>
-            <f name="ctag">PRELS</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.240661</f>
-            <f name="ctag">PDS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1412" from="8452" to="8456">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">er|es|sie</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PRF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1413" from="8457" to="8462">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">unter</f>
-            <f name="certainty">0.999990</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1414" from="8463" to="8470">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">andere</f>
-            <f name="certainty">0.999812</f>
-            <f name="ctag">PIS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1415" from="8471" to="8474">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aus</f>
-            <f name="certainty">0.918898</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1416" from="8475" to="8481">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Arzt</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1417" from="8482" to="8485">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">KON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1418" from="8486" to="8503">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Psychotherapeut</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1419" from="8504" to="8509">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sowie</f>
-            <f name="certainty">0.999994</f>
-            <f name="ctag">KON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1420" from="8510" to="8520">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Vertreter</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1421" from="8521" to="8524">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="certainty">0.999509</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1422" from="8525" to="8529">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Bund</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1423" from="8530" to="8533">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">KON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1424" from="8534" to="8541">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Land</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1425" from="8542" to="8556">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zusammensetzen</f>
-            <f name="certainty">0.997104</f>
-            <f name="ctag">VVINF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1426" from="8557" to="8561">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sollen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VMFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1427" from="8561" to="8562">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1428" from="8563" to="8565">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">im</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">APPRART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1429" from="8566" to="8582">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Abschlussbericht</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1430" from="8583" to="8586">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1431" from="8587" to="8593">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Runde</f>
-            <f name="certainty">0.503349</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">rund</f>
-            <f name="certainty">0.496651</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1432" from="8594" to="8601">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Tisch</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1433" from="8602" to="8606">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1434" from="8607" to="8612">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zudem</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1435" from="8613" to="8617">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="certainty">0.994514</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1436" from="8618" to="8628">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Obergrenze</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1437" from="8629" to="8632">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">für</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1438" from="8633" to="8647">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Sachleistung</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1439" from="8648" to="8651">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="certainty">0.999796</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1440" from="8652" to="8654">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">10</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">CARD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1441" from="8655" to="8658">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">@card@</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">CARD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1442" from="8659" to="8663">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Euro</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1443" from="8664" to="8667">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">pro</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1444" from="8668" to="8681">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Antragsteller</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1445" from="8682" to="8695">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">vorschlagen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VVPP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1446" from="8695" to="8696">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">;</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1447" from="8697" to="8699">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1448" from="8700" to="8712">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Einzelfall</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1449" from="8713" to="8717">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sollen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VMFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1450" from="8718" to="8722">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">auch</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1451" from="8723" to="8727">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mehr</f>
-            <f name="certainty">0.869981</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">mehr</f>
-            <f name="certainty">0.112986</f>
-            <f name="ctag">PIAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1452" from="8728" to="8735">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zahlen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VVPP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1453" from="8736" to="8742">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="certainty">0.827935</f>
-            <f name="ctag">VAINF</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="certainty">0.172065</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1454" from="8743" to="8749">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">können</f>
-            <f name="certainty">0.790016</f>
-            <f name="ctag">VMFIN</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">können</f>
-            <f name="certainty">0.209984</f>
-            <f name="ctag">VMINF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1455" from="8749" to="8750">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1456" from="8751" to="8754">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.996900</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1457" from="8755" to="8760">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Hilfe</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1458" from="8761" to="8765">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sollen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VMFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1459" from="8766" to="8771">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">stets</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1460" from="8772" to="8779">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schnell</f>
-            <f name="certainty">0.999999</f>
-            <f name="ctag">ADJD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1461" from="8780" to="8783">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">KON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1462" from="8784" to="8798">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">unbürokratisch</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1463" from="8799" to="8807">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erfolgen</f>
-            <f name="certainty">0.996482</f>
-            <f name="ctag">VVINF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1464" from="8807" to="8808">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1465" from="8809" to="8814">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">heißen</f>
-            <f name="certainty">0.999988</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1466" from="8815" to="8817">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">es</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1467" from="8817" to="8818">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1468" from="8819" to="8824">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Kampf</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1469" from="8825" to="8830">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gegen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1470" from="8831" to="8834">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.999193</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1471" from="8835" to="8843">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Ohnmacht</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1472" from="8844" to="8853">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Katharina</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NE</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1473" from="8854" to="8862">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Grünberg</f>
-            <f name="certainty">0.987625</f>
-            <f name="ctag">NE</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1474" from="8863" to="8868">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sehen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1475" from="8869" to="8871">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1476" from="8872" to="8875">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.999515</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1477" from="8876" to="8881">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Fonds</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1478" from="8882" to="8887">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="certainty">0.993697</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1479" from="8888" to="8901">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Rettungsanker</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1480" from="8902" to="8903">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">?</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1481" from="8904" to="8907">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1482" from="8908" to="8913">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">hoffen</f>
-            <f name="certainty">0.999971</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1483" from="8913" to="8914">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1484" from="8915" to="8919">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dass</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">KOUS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1485" from="8920" to="8923">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1486" from="8924" to="8928">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">über</f>
-            <f name="certainty">0.999627</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1487" from="8929" to="8935">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">diese</f>
-            <f name="certainty">0.999660</f>
-            <f name="ctag">PDAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1488" from="8936" to="8939">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Weg</f>
-            <f name="certainty">0.997803</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1489" from="8940" to="8947">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">endlich</f>
-            <f name="certainty">0.999594</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1490" from="8948" to="8952">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="certainty">0.994277</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1491" from="8953" to="8960">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">lang</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1492" from="8961" to="8971">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">stationär</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1493" from="8972" to="8980">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Therapie</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1494" from="8981" to="8991">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wahrnehmen</f>
-            <f name="certainty">0.970001</f>
-            <f name="ctag">VVINF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1495" from="8992" to="8996">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">können</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VMFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1496" from="8996" to="8997">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1497" from="8998" to="9000">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="certainty">0.999965</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1498" from="9001" to="9004">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.999718</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1499" from="9005" to="9011">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">UNKNOWN</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1500" from="9011" to="9012">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1501" from="9013" to="9016">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.988339</f>
-            <f name="ctag">PRELS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1502" from="9017" to="9020">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1503" from="9021" to="9023">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">an</f>
-            <f name="certainty">0.975950</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1504" from="9024" to="9030">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">unser</f>
-            <f name="certainty">0.999989</f>
-            <f name="ctag">PPOSAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1505" from="9031" to="9040">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Redaktion</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1506" from="9041" to="9050">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">geschickt</f>
-            <f name="certainty">0.707033</f>
-            <f name="ctag">ADJD</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">schicken</f>
-            <f name="certainty">0.292967</f>
-            <f name="ctag">VVPP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1507" from="9051" to="9056">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1508" from="9056" to="9057">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1509" from="9058" to="9066">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schreiben</f>
-            <f name="certainty">0.999911</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1510" from="9067" to="9070">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1511" from="9070" to="9071">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">:</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1512" from="9072" to="9073">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$(</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1513" from="9073" to="9078">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">immer</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1514" from="9079" to="9085">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wieder</f>
-            <f name="certainty">0.999856</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1515" from="9086" to="9088">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="certainty">0.760978</f>
-            <f name="ctag">PTKZU</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="certainty">0.176250</f>
-            <f name="ctag">PTKA</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1516" from="9089" to="9098">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">scheitern</f>
-            <f name="certainty">0.683524</f>
-            <f name="ctag">VVINF</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">scheitern</f>
-            <f name="certainty">0.316476</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1517" from="9099" to="9101">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1518" from="9102" to="9105">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.999910</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1519" from="9106" to="9115">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Versuch</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1520" from="9115" to="9116">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1521" from="9117" to="9125">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dringend</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1522" from="9126" to="9135">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">benötigt</f>
-            <f name="certainty">0.895450</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">benötigen</f>
-            <f name="certainty">0.104550</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1523" from="9136" to="9141">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Hilfe</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1524" from="9142" to="9144">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="certainty">0.998790</f>
-            <f name="ctag">PTKZU</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1525" from="9145" to="9153">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bekommen</f>
-            <f name="certainty">0.999099</f>
-            <f name="ctag">VVINF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1526" from="9153" to="9154">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1527" from="9155" to="9159">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">rufen</f>
-            <f name="certainty">0.999680</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1528" from="9160" to="9163">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="certainty">0.990638</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1529" from="9164" to="9170">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Gefühl</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1530" from="9171" to="9174">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="certainty">0.999509</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1531" from="9175" to="9183">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Ohnmacht</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1532" from="9184" to="9190">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">hervor</f>
-            <f name="certainty">0.999653</f>
-            <f name="ctag">PTKVZ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1533" from="9191" to="9192">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">?</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1534" from="9193" to="9196">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="certainty">0.998784</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1535" from="9197" to="9203">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Gefühl</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1536" from="9203" to="9204">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1537" from="9205" to="9208">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.606175</f>
-            <f name="ctag">PRELS</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.200256</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.193569</f>
-            <f name="ctag">PDS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1538" from="9209" to="9213">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">alle</f>
-            <f name="certainty">0.961450</f>
-            <f name="ctag">PIAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1539" from="9214" to="9225">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Betroffene</f>
-            <f name="certainty">0.999239</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1540" from="9226" to="9230">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sehr</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1541" from="9231" to="9234">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gut</f>
-            <f name="certainty">0.999979</f>
-            <f name="ctag">ADJD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1542" from="9235" to="9238">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aus</f>
-            <f name="certainty">0.962681</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1543" from="9239" to="9242">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.999868</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1544" from="9243" to="9265">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">UNKNOWN</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1545" from="9266" to="9272">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kennen</f>
-            <f name="certainty">0.826007</f>
-            <f name="ctag">VVINF</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">kennen</f>
-            <f name="certainty">0.173993</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1546" from="9272" to="9273">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1547" from="9274" to="9279">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">jede</f>
-            <f name="certainty">0.999323</f>
-            <f name="ctag">PIAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1548" from="9280" to="9289">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Scheitern</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1549" from="9290" to="9298">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bedeuten</f>
-            <f name="certainty">0.990546</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1550" from="9299" to="9303">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="certainty">0.995468</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1551" from="9304" to="9308">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Form</f>
-            <f name="certainty">0.998959</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1552" from="9309" to="9312">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="certainty">0.999508</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1553" from="9313" to="9330">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Retraumatisierung</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1554" from="9330" to="9331">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1555" from="9332" to="9337">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werfen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1556" from="9338" to="9344">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zurück</f>
-            <f name="certainty">0.968434</f>
-            <f name="ctag">PTKVZ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1557" from="9345" to="9348">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">auf</f>
-            <f name="certainty">0.996561</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1558" from="9349" to="9352">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.999466</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1559" from="9353" to="9363">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mühselig</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1560" from="9364" to="9367">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Weg</f>
-            <f name="certainty">0.999959</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1561" from="9368" to="9371">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aus</f>
-            <f name="certainty">0.971495</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1562" from="9372" to="9375">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.999314</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1563" from="9376" to="9382">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bloß</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1564" from="9383" to="9392">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Überleben</f>
-            <f name="certainty">0.999881</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1565" from="9393" to="9395">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1566" from="9396" to="9399">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="certainty">0.999500</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1567" from="9400" to="9412">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">lebenswert</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1568" from="9412" to="9413">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1569" from="9414" to="9424">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">lebendig</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1570" from="9425" to="9430">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Leben</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1571" from="9430" to="9431">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1572" from="9432" to="9435">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="certainty">0.999319</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1573" from="9436" to="9439">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.591651</f>
-            <f name="ctag">PRELS</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.306462</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.101887</f>
-            <f name="ctag">PDS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1574" from="9440" to="9442">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">es</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1575" from="9443" to="9447">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zwar</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1576" from="9448" to="9452">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="certainty">0.994514</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1577" from="9453" to="9459">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Ahnung</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1578" from="9460" to="9464">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">geben</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1579" from="9464" to="9465">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1580" from="9466" to="9469">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.731837</f>
-            <f name="ctag">PRELS</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.233696</f>
-            <f name="ctag">PDS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1581" from="9470" to="9474">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aber</f>
-            <f name="certainty">0.909409</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1582" from="9475" to="9479">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kaum</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1583" from="9480" to="9490">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erreichbar</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1584" from="9491" to="9500">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erscheinen</f>
-            <f name="certainty">0.999976</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1585" from="9500" to="9501">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1586" from="9502" to="9505">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nur</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1587" from="9506" to="9512">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wenige</f>
-            <f name="certainty">0.906497</f>
-            <f name="ctag">PIAT</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">wenige</f>
-            <f name="certainty">0.093503</f>
-            <f name="ctag">PIS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1588" from="9513" to="9523">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Betroffene</f>
-            <f name="certainty">0.996595</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1589" from="9524" to="9529">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="certainty">0.915862</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1590" from="9530" to="9533">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.968399</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1591" from="9534" to="9538">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Geld</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1592" from="9538" to="9539">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1593" from="9540" to="9554">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Therapiekosten</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1594" from="9555" to="9561">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">selber</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1595" from="9562" to="9564">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="certainty">0.994305</f>
-            <f name="ctag">PTKZU</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1596" from="9565" to="9571">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zahlen</f>
-            <f name="certainty">0.999252</f>
-            <f name="ctag">VVINF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1597" from="9571" to="9572">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1598" from="9573" to="9576">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">KON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1599" from="9577" to="9582">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">viele</f>
-            <f name="certainty">0.692224</f>
-            <f name="ctag">PIAT</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">viele</f>
-            <f name="certainty">0.307776</f>
-            <f name="ctag">PIS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1600" from="9583" to="9588">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="certainty">0.836591</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="certainty">0.163409</f>
-            <f name="ctag">VAINF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1601" from="9589" to="9594">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nicht</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PTKNEG</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1602" from="9595" to="9599">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mehr</f>
-            <f name="certainty">0.862499</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">mehr</f>
-            <f name="certainty">0.095325</f>
-            <f name="ctag">PIAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1603" from="9600" to="9603">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.997071</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1604" from="9604" to="9609">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Kraft</f>
-            <f name="certainty">0.999509</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1605" from="9610" to="9612">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="certainty">0.998926</f>
-            <f name="ctag">PTKZU</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1606" from="9613" to="9620">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kämpfen</f>
-            <f name="certainty">0.999436</f>
-            <f name="ctag">VVINF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1607" from="9620" to="9621">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1608" from="9622" to="9627">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">geben</f>
-            <f name="certainty">0.996366</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1609" from="9628" to="9632">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">er|es|sie</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PRF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1610" from="9633" to="9636">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">auf</f>
-            <f name="certainty">0.969093</f>
-            <f name="ctag">PTKVZ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1611" from="9636" to="9637">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1612" from="9638" to="9641">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1613" from="9642" to="9648">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">selber</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1614" from="9649" to="9654">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">stehen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1615" from="9655" to="9660">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">trotz</f>
-            <f name="certainty">0.999565</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1616" from="9661" to="9666">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">alle</f>
-            <f name="certainty">0.994763</f>
-            <f name="ctag">PIS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1617" from="9667" to="9672">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">immer</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1618" from="9673" to="9679">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wieder</f>
-            <f name="certainty">0.999940</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1619" from="9680" to="9683">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">auf</f>
-            <f name="certainty">0.922489</f>
-            <f name="ctag">PTKVZ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1620" from="9683" to="9684">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1621" from="9685" to="9691">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kämpfen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1622" from="9692" to="9698">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">weiter</f>
-            <f name="certainty">0.455283</f>
-            <f name="ctag">PTKVZ</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">weiter</f>
-            <f name="certainty">0.404770</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">weit</f>
-            <f name="certainty">0.138639</f>
-            <f name="ctag">ADJD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1623" from="9698" to="9699">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1624" from="9700" to="9704">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wissen</f>
-            <f name="certainty">0.991883</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1625" from="9705" to="9713">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">manchmal</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1626" from="9714" to="9719">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nicht</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PTKNEG</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1627" from="9719" to="9720">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1628" from="9721" to="9726">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">woher</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PWAV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1629" from="9727" to="9730">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1630" from="9731" to="9734">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.997392</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1631" from="9735" to="9740">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Kraft</f>
-            <f name="certainty">0.998669</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1632" from="9741" to="9746">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nehmen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1633" from="9746" to="9747">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1634" from="9748" to="9751">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1635" from="9752" to="9755">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1636" from="9756" to="9761">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schon</f>
-            <f name="certainty">0.999844</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1637" from="9762" to="9765">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="certainty">0.992312</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1638" from="9766" to="9772">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ganz</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1639" from="9773" to="9778">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Stück</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1640" from="9779" to="9787">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gehen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VVPP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1641" from="9788" to="9791">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">auf</f>
-            <f name="certainty">0.998407</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1642" from="9792" to="9798">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mein</f>
-            <f name="certainty">0.999984</f>
-            <f name="ctag">PPOSAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1643" from="9799" to="9802">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Weg</f>
-            <f name="certainty">0.999678</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1644" from="9802" to="9803">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1645" from="9804" to="9807">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="certainty">0.843153</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="certainty">0.156847</f>
-            <f name="ctag">PRF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1646" from="9808" to="9812">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mein</f>
-            <f name="certainty">0.999886</f>
-            <f name="ctag">PPOSAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1647" from="9813" to="9818">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Leben</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1648" from="9819" to="9834">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zurückerobern</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VVIZU</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1649" from="9835" to="9838">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">KON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1650" from="9839" to="9844">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nicht</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PTKNEG</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1651" from="9845" to="9849">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mehr</f>
-            <f name="certainty">0.685995</f>
-            <f name="ctag">PIAT</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">mehr</f>
-            <f name="certainty">0.297664</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1652" from="9850" to="9855">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Opfer</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1653" from="9856" to="9858">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="certainty">0.987200</f>
-            <f name="ctag">PTKZU</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1654" from="9859" to="9863">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="certainty">0.989299</f>
-            <f name="ctag">VAINF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1655" from="9863" to="9864">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1656" from="9864" to="9865">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$(</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1657" from="9866" to="9867">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$(</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1658" from="9867" to="9870">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1659" from="9871" to="9875">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wollen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VMFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1660" from="9876" to="9879">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="certainty">0.808801</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="certainty">0.191199</f>
-            <f name="ctag">PRF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1661" from="9880" to="9884">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mein</f>
-            <f name="certainty">0.999886</f>
-            <f name="ctag">PPOSAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1662" from="9885" to="9890">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Leben</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1663" from="9891" to="9904">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zurückerobern</f>
-            <f name="certainty">0.878708</f>
-            <f name="ctag">VVINF</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">zurückerobern</f>
-            <f name="certainty">0.121292</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1664" from="9905" to="9908">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">KON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1665" from="9909" to="9914">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nicht</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PTKNEG</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1666" from="9915" to="9919">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mehr</f>
-            <f name="certainty">0.685995</f>
-            <f name="ctag">PIAT</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">mehr</f>
-            <f name="certainty">0.297664</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1667" from="9920" to="9925">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Opfer</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1668" from="9926" to="9930">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="certainty">0.916404</f>
-            <f name="ctag">VAINF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1669" from="9930" to="9931">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1670" from="9931" to="9932">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$(</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1671" from="9933" to="9942">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Katharina</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NE</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1672" from="9943" to="9951">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Grünberg</f>
-            <f name="certainty">0.961311</f>
-            <f name="ctag">NE</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1673" from="9952" to="9956">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="certainty">0.999850</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1674" from="9957" to="9964">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Leserin</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1675" from="9964" to="9965">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1676" from="9966" to="9969">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.919371</f>
-            <f name="ctag">PRELS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1677" from="9970" to="9976">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">anonym</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1678" from="9977" to="9984">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bleiben</f>
-            <f name="certainty">0.993348</f>
-            <f name="ctag">VVINF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1679" from="9985" to="9991">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mögen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VMFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1680" from="9991" to="9992">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1681" from="9993" to="9998">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">fragen</f>
-            <f name="certainty">0.999929</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1682" from="9998" to="9999">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">:</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1683" from="10000" to="10001">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$(</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1684" from="10001" to="10005">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nach</f>
-            <f name="certainty">0.972053</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1685" from="10006" to="10011">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zäh</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1686" from="10012" to="10018">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Ring|Ringen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1687" from="10019" to="10023">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wollen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VMFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1688" from="10024" to="10027">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.997413</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1689" from="10028" to="10043">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Bundesregierung</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1690" from="10044" to="10049">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">jetzt</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1691" from="10050" to="10057">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">endlich</f>
-            <f name="certainty">0.999562</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1692" from="10058" to="10061">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.999731</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1693" from="10062" to="10072">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Hilfsfonds</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1694" from="10073" to="10076">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">für</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1695" from="10077" to="10082">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Opfer</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1696" from="10083" to="10092">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sexuell</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1697" from="10093" to="10104">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Missbrauch</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1698" from="10105" to="10115">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">einrichten</f>
-            <f name="certainty">0.990320</f>
-            <f name="ctag">VVINF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1699" from="10115" to="10116">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1700" from="10117" to="10122">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">warum</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PWAV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1701" from="10123" to="10133">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">beteiligen</f>
-            <f name="certainty">0.845770</f>
-            <f name="ctag">VVINF</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">beteiligen</f>
-            <f name="certainty">0.151380</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1702" from="10134" to="10138">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">er|es|sie</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PRF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1703" from="10139" to="10142">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.997413</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1704" from="10143" to="10149">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Land</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1705" from="10150" to="10155">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nicht</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PTKNEG</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1706" from="10156" to="10161">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">daran</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PROAV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1707" from="10161" to="10162">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1708" from="10163" to="10168">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">damit</f>
-            <f name="certainty">0.707872</f>
-            <f name="ctag">KOUS</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">damit</f>
-            <f name="certainty">0.292128</f>
-            <f name="ctag">PROAV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1709" from="10169" to="10172">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.999138</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1710" from="10173" to="10178">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Fonds</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1711" from="10179" to="10182">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wie</f>
-            <f name="certainty">0.944903</f>
-            <f name="ctag">KOKOM</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1712" from="10183" to="10190">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">planen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VVPP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1713" from="10191" to="10194">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">100</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">CARD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1714" from="10195" to="10204">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Million</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1715" from="10205" to="10209">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Euro</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1716" from="10210" to="10218">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">umfassen</f>
-            <f name="certainty">0.588881</f>
-            <f name="ctag">VVINF</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">umfassen</f>
-            <f name="certainty">0.411119</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1717" from="10219" to="10223">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">können</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VMFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1718" from="10223" to="10224">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">?</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1719" from="10225" to="10228">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wer</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PWS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1720" from="10229" to="10232">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1721" from="10233" to="10241">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Anspruch</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1722" from="10242" to="10245">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">auf</f>
-            <f name="certainty">0.976896</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1723" from="10246" to="10256">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Leistung</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1724" from="10257" to="10260">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">KON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1725" from="10261" to="10266">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wofür</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PWAV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1726" from="10267" to="10271">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1727" from="10272" to="10274">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">es</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1728" from="10275" to="10279">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Geld</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1729" from="10280" to="10285">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">geben</f>
-            <f name="certainty">0.900285</f>
-            <f name="ctag">VVINF</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">geben</f>
-            <f name="certainty">0.099715</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1730" from="10285" to="10286">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">?</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1731" from="10286" to="10287">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$(</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1732" from="10288" to="10291">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.987210</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1733" from="10292" to="10299">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Antwort</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1734" from="10300" to="10313">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">recherchieren</f>
-            <f name="certainty">0.879181</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">recherchiert</f>
-            <f name="certainty">0.120819</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1735" from="10314" to="10322">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Cornelia</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NE</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1736" from="10323" to="10330">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Steiner</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NE</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1737" from="10331" to="10336">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">diese</f>
-            <f name="certainty">0.996061</f>
-            <f name="ctag">PDAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1738" from="10337" to="10345">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Tonfigur</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1739" from="10346" to="10349">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1740" from="10350" to="10359">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Katharina</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NE</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1741" from="10360" to="10368">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Grünberg</f>
-            <f name="certainty">0.974751</f>
-            <f name="ctag">NE</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1742" from="10369" to="10372">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">vor</f>
-            <f name="certainty">0.944616</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1743" from="10373" to="10380">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">einige</f>
-            <f name="certainty">0.999278</f>
-            <f name="ctag">PIAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1744" from="10381" to="10387">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Jahr</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1745" from="10388" to="10399">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">anfertigen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VVPP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1746" from="10399" to="10400">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1747" from="10401" to="10404">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">als</f>
-            <f name="certainty">0.601239</f>
-            <f name="ctag">KOUS</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">als</f>
-            <f name="certainty">0.388627</f>
-            <f name="ctag">KOKOM</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1748" from="10405" to="10408">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1749" from="10409" to="10414">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wegen</f>
-            <f name="certainty">0.991379</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1750" from="10415" to="10418">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1751" from="10419" to="10428">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sexuell</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1752" from="10429" to="10440">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Missbrauch</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1753" from="10441" to="10446">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">durch</f>
-            <f name="certainty">0.998066</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1754" from="10447" to="10451">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPOSAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1755" from="10452" to="10458">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Eltern</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1756" from="10459" to="10462">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zur</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">APPRART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1757" from="10463" to="10473">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Behandlung</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1758" from="10474" to="10476">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1759" from="10477" to="10482">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="certainty">0.995965</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1760" from="10483" to="10489">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Klinik</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1761" from="10490" to="10493">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1762" from="10493" to="10494">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1763" from="10495" to="10496">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$(</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1764" from="10496" to="10499">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.987210</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1765" from="10500" to="10505">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Figur</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1766" from="10506" to="10511">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zeigen</f>
-            <f name="certainty">0.999997</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1767" from="10511" to="10512">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1768" from="10513" to="10516">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">was</f>
-            <f name="certainty">0.706610</f>
-            <f name="ctag">PRELS</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">was</f>
-            <f name="certainty">0.285742</f>
-            <f name="ctag">PWS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1769" from="10517" to="10520">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1770" from="10521" to="10526">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">fühlen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1771" from="10526" to="10527">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">:</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1772" from="10528" to="10531">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1773" from="10532" to="10535">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1774" from="10536" to="10545">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erwachsen</f>
-            <f name="certainty">0.828222</f>
-            <f name="ctag">VVPP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1775" from="10545" to="10546">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1776" from="10547" to="10551">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aber</f>
-            <f name="certainty">0.897351</f>
-            <f name="ctag">KON</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">aber</f>
-            <f name="certainty">0.102649</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1777" from="10552" to="10554">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">es</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1778" from="10555" to="10559">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">geben</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1779" from="10560" to="10565">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">immer</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1780" from="10566" to="10570">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">noch</f>
-            <f name="certainty">0.993534</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1781" from="10571" to="10574">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.986315</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1782" from="10575" to="10585">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schreiend</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1783" from="10586" to="10590">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Kind</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1784" from="10591" to="10593">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1785" from="10594" to="10597">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="certainty">0.888046</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="certainty">0.111954</f>
-            <f name="ctag">PRF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1786" from="10597" to="10598">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1787" from="10599" to="10601">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">es</f>
-            <f name="certainty">0.998758</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1788" from="10602" to="10605">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1789" from="10606" to="10609">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eine</f>
-            <f name="certainty">0.993484</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1790" from="10610" to="10617">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">stumm</f>
-            <f name="certainty">0.998904</f>
-            <f name="ctag">ADJA</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1791" from="10618" to="10624">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Schrei</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1792" from="10624" to="10625">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1793" from="10626" to="10630">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">denn</f>
-            <f name="certainty">0.816369</f>
-            <f name="ctag">KON</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">denn</f>
-            <f name="certainty">0.183631</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1794" from="10631" to="10637">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">damals</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1795" from="10638" to="10644">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dürfen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VMFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1796" from="10645" to="10648">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">er</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1797" from="10649" to="10656">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">niemand</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PIS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1798" from="10657" to="10662">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">hören</f>
-            <f name="certainty">0.932705</f>
-            <f name="ctag">VVINF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1799" from="10662" to="10663">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$(</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1800" from="10663" to="10664">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$,</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1801" from="10665" to="10669">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sagen</f>
-            <f name="certainty">0.999994</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1802" from="10670" to="10673">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1803" from="10673" to="10674">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1804" from="10675" to="10676">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$(</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1805" from="10676" to="10679">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1806" from="10680" to="10685">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">spüren</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1807" from="10686" to="10700">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Unbeholfenheit</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1808" from="10701" to="10703">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">APPR</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1809" from="10704" to="10707">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="certainty">0.888046</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="certainty">0.111954</f>
-            <f name="ctag">PRF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1810" from="10707" to="10708">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">:</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1811" from="10709" to="10719">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">einerseits</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1812" from="10720" to="10726">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mögen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VMFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1813" from="10727" to="10730">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1814" from="10731" to="10734">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.968399</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1815" from="10735" to="10739">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Kind</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1816" from="10740" to="10747">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">trösten</f>
-            <f name="certainty">0.878708</f>
-            <f name="ctag">VVINF</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">trösten</f>
-            <f name="certainty">0.121292</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1817" from="10748" to="10751">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">KON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1818" from="10752" to="10754">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">es</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1819" from="10755" to="10764">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">liebevoll</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1820" from="10765" to="10774">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">beruhigen</f>
-            <f name="certainty">0.994459</f>
-            <f name="ctag">VVINF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1821" from="10774" to="10775">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1822" from="10776" to="10788">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">andererseits</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1823" from="10789" to="10795">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mögen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VMFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1824" from="10796" to="10799">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1825" from="10800" to="10803">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.968399</f>
-            <f name="ctag">ART</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1826" from="10804" to="10812">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Schrei</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1827" from="10813" to="10821">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zulassen</f>
-            <f name="certainty">0.905733</f>
-            <f name="ctag">VVINF</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">zulassen</f>
-            <f name="certainty">0.094267</f>
-            <f name="ctag">VVFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1828" from="10822" to="10823">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">?</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1829" from="10824" to="10828">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aber</f>
-            <f name="certainty">0.827185</f>
-            <f name="ctag">KON</f>
-          </fs>
-        </f>
-        <f name="lex">
-          <fs>
-            <f name="lemma">aber</f>
-            <f name="certainty">0.172815</f>
-            <f name="ctag">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1830" from="10829" to="10832">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="certainty">0.925194</f>
-            <f name="ctag">PDS</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1831" from="10833" to="10838">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">VAFIN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1832" from="10839" to="10842">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PPER</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1833" from="10843" to="10857">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wahrscheinlich</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">ADJD</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1834" from="10858" to="10863">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nicht</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">PTKNEG</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1835" from="10864" to="10873">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aushalten</f>
-            <f name="certainty">0.929335</f>
-            <f name="ctag">VVINF</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1836" from="10873" to="10874">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1837" from="10874" to="10875">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$(</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1838" from="10876" to="10880">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Foto</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1839" from="10880" to="10881">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">:</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">$.</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1840" from="10882" to="10889">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Daniela</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NE</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s_1841" from="10890" to="10897">
-      <fs type="lex" xmlns="http://www.tei-c.org/ns/1.0">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Nielsen</f>
-            <f name="certainty">1.000000</f>
-            <f name="ctag">NE</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-  </spanList>
-</layer>
diff --git a/t/corpus/BRZ13/00001/tree_tagger/sentences.xml b/t/corpus/BRZ13/00001/tree_tagger/sentences.xml
deleted file mode 100644
index 2b03f80..0000000
--- a/t/corpus/BRZ13/00001/tree_tagger/sentences.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?xml-model href="span.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
-
-<layer xmlns="http://ids-mannheim.de/ns/KorAP" version="KorAP-0.4" docid="BRZ13_APR.00001">
-  <spanList>
-    <span from="0" to="10897" />
-  </spanList>
-</layer>
diff --git a/t/corpus/BRZ13/00001/tree_tagger/tokens.xml b/t/corpus/BRZ13/00001/tree_tagger/tokens.xml
deleted file mode 100644
index a43c139..0000000
--- a/t/corpus/BRZ13/00001/tree_tagger/tokens.xml
+++ /dev/null
@@ -1,1849 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?xml-model href="span.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
-
-<layer xmlns="http://ids-mannheim.de/ns/KorAP" version="KorAP-0.4" docid="BRZ13_APR.00001">
-  <spanList>
-    <span id="s_0" from="0" to="9" />
-    <span id="s_1" from="10" to="20" />
-    <span id="s_2" from="21" to="22" />
-    <span id="s_3" from="22" to="23" />
-    <span id="s_4" from="23" to="26" />
-    <span id="s_5" from="27" to="37" />
-    <span id="s_6" from="38" to="42" />
-    <span id="s_7" from="43" to="49" />
-    <span id="s_8" from="50" to="54" />
-    <span id="s_9" from="55" to="59" />
-    <span id="s_10" from="60" to="62" />
-    <span id="s_11" from="63" to="66" />
-    <span id="s_12" from="66" to="67" />
-    <span id="s_13" from="68" to="71" />
-    <span id="s_14" from="72" to="77" />
-    <span id="s_15" from="78" to="84" />
-    <span id="s_16" from="85" to="88" />
-    <span id="s_17" from="89" to="103" />
-    <span id="s_18" from="103" to="104" />
-    <span id="s_19" from="105" to="108" />
-    <span id="s_20" from="109" to="113" />
-    <span id="s_21" from="114" to="117" />
-    <span id="s_22" from="118" to="133" />
-    <span id="s_23" from="134" to="139" />
-    <span id="s_24" from="140" to="145" />
-    <span id="s_25" from="146" to="156" />
-    <span id="s_26" from="156" to="157" />
-    <span id="s_27" from="158" to="163" />
-    <span id="s_28" from="164" to="167" />
-    <span id="s_29" from="168" to="176" />
-    <span id="s_30" from="177" to="186" />
-    <span id="s_31" from="187" to="194" />
-    <span id="s_32" from="195" to="201" />
-    <span id="s_33" from="202" to="208" />
-    <span id="s_34" from="208" to="209" />
-    <span id="s_35" from="210" to="214" />
-    <span id="s_36" from="215" to="225" />
-    <span id="s_37" from="226" to="233" />
-    <span id="s_38" from="234" to="238" />
-    <span id="s_39" from="239" to="242" />
-    <span id="s_40" from="243" to="252" />
-    <span id="s_41" from="252" to="253" />
-    <span id="s_42" from="254" to="266" />
-    <span id="s_43" from="266" to="267" />
-    <span id="s_44" from="269" to="272" />
-    <span id="s_45" from="273" to="277" />
-    <span id="s_46" from="277" to="278" />
-    <span id="s_47" from="279" to="282" />
-    <span id="s_48" from="283" to="288" />
-    <span id="s_49" from="289" to="294" />
-    <span id="s_50" from="295" to="301" />
-    <span id="s_51" from="301" to="302" />
-    <span id="s_52" from="303" to="306" />
-    <span id="s_53" from="307" to="313" />
-    <span id="s_54" from="314" to="318" />
-    <span id="s_55" from="319" to="329" />
-    <span id="s_56" from="329" to="330" />
-    <span id="s_57" from="331" to="333" />
-    <span id="s_58" from="334" to="339" />
-    <span id="s_59" from="340" to="346" />
-    <span id="s_60" from="347" to="349" />
-    <span id="s_61" from="350" to="356" />
-    <span id="s_62" from="357" to="366" />
-    <span id="s_63" from="367" to="375" />
-    <span id="s_64" from="376" to="379" />
-    <span id="s_65" from="379" to="380" />
-    <span id="s_66" from="381" to="385" />
-    <span id="s_67" from="386" to="390" />
-    <span id="s_68" from="391" to="397" />
-    <span id="s_69" from="398" to="401" />
-    <span id="s_70" from="402" to="405" />
-    <span id="s_71" from="406" to="411" />
-    <span id="s_72" from="412" to="415" />
-    <span id="s_73" from="416" to="425" />
-    <span id="s_74" from="426" to="431" />
-    <span id="s_75" from="432" to="438" />
-    <span id="s_76" from="439" to="446" />
-    <span id="s_77" from="447" to="458" />
-    <span id="s_78" from="459" to="464" />
-    <span id="s_79" from="464" to="465" />
-    <span id="s_80" from="466" to="470" />
-    <span id="s_81" from="471" to="474" />
-    <span id="s_82" from="475" to="478" />
-    <span id="s_83" from="479" to="481" />
-    <span id="s_84" from="482" to="485" />
-    <span id="s_85" from="486" to="489" />
-    <span id="s_86" from="490" to="492" />
-    <span id="s_87" from="493" to="498" />
-    <span id="s_88" from="499" to="508" />
-    <span id="s_89" from="509" to="515" />
-    <span id="s_90" from="515" to="516" />
-    <span id="s_91" from="517" to="524" />
-    <span id="s_92" from="525" to="528" />
-    <span id="s_93" from="529" to="541" />
-    <span id="s_94" from="542" to="548" />
-    <span id="s_95" from="548" to="549" />
-    <span id="s_96" from="550" to="554" />
-    <span id="s_97" from="555" to="559" />
-    <span id="s_98" from="560" to="565" />
-    <span id="s_99" from="566" to="569" />
-    <span id="s_100" from="570" to="575" />
-    <span id="s_101" from="576" to="580" />
-    <span id="s_102" from="581" to="586" />
-    <span id="s_103" from="586" to="587" />
-    <span id="s_104" from="588" to="591" />
-    <span id="s_105" from="592" to="602" />
-    <span id="s_106" from="603" to="609" />
-    <span id="s_107" from="610" to="614" />
-    <span id="s_108" from="615" to="618" />
-    <span id="s_109" from="619" to="622" />
-    <span id="s_110" from="622" to="623" />
-    <span id="s_111" from="624" to="627" />
-    <span id="s_112" from="628" to="634" />
-    <span id="s_113" from="635" to="640" />
-    <span id="s_114" from="641" to="647" />
-    <span id="s_115" from="648" to="651" />
-    <span id="s_116" from="652" to="656" />
-    <span id="s_117" from="657" to="659" />
-    <span id="s_118" from="660" to="670" />
-    <span id="s_119" from="671" to="672" />
-    <span id="s_120" from="673" to="676" />
-    <span id="s_121" from="677" to="683" />
-    <span id="s_122" from="684" to="691" />
-    <span id="s_123" from="692" to="698" />
-    <span id="s_124" from="699" to="702" />
-    <span id="s_125" from="703" to="706" />
-    <span id="s_126" from="707" to="716" />
-    <span id="s_127" from="717" to="725" />
-    <span id="s_128" from="725" to="726" />
-    <span id="s_129" from="727" to="731" />
-    <span id="s_130" from="732" to="735" />
-    <span id="s_131" from="736" to="745" />
-    <span id="s_132" from="746" to="754" />
-    <span id="s_133" from="755" to="757" />
-    <span id="s_134" from="758" to="763" />
-    <span id="s_135" from="764" to="770" />
-    <span id="s_136" from="771" to="776" />
-    <span id="s_137" from="777" to="779" />
-    <span id="s_138" from="780" to="791" />
-    <span id="s_139" from="792" to="802" />
-    <span id="s_140" from="803" to="817" />
-    <span id="s_141" from="817" to="818" />
-    <span id="s_142" from="819" to="822" />
-    <span id="s_143" from="823" to="827" />
-    <span id="s_144" from="828" to="831" />
-    <span id="s_145" from="832" to="835" />
-    <span id="s_146" from="836" to="841" />
-    <span id="s_147" from="842" to="846" />
-    <span id="s_148" from="846" to="847" />
-    <span id="s_149" from="848" to="853" />
-    <span id="s_150" from="854" to="857" />
-    <span id="s_151" from="858" to="861" />
-    <span id="s_152" from="862" to="868" />
-    <span id="s_153" from="869" to="875" />
-    <span id="s_154" from="875" to="876" />
-    <span id="s_155" from="877" to="881" />
-    <span id="s_156" from="882" to="887" />
-    <span id="s_157" from="888" to="891" />
-    <span id="s_158" from="891" to="892" />
-    <span id="s_159" from="893" to="898" />
-    <span id="s_160" from="899" to="902" />
-    <span id="s_161" from="903" to="905" />
-    <span id="s_162" from="906" to="912" />
-    <span id="s_163" from="913" to="920" />
-    <span id="s_164" from="920" to="921" />
-    <span id="s_165" from="922" to="926" />
-    <span id="s_166" from="927" to="931" />
-    <span id="s_167" from="932" to="941" />
-    <span id="s_168" from="942" to="945" />
-    <span id="s_169" from="945" to="946" />
-    <span id="s_170" from="947" to="950" />
-    <span id="s_171" from="951" to="954" />
-    <span id="s_172" from="955" to="960" />
-    <span id="s_173" from="961" to="967" />
-    <span id="s_174" from="968" to="971" />
-    <span id="s_175" from="972" to="985" />
-    <span id="s_176" from="986" to="993" />
-    <span id="s_177" from="994" to="998" />
-    <span id="s_178" from="998" to="999" />
-    <span id="s_179" from="1000" to="1003" />
-    <span id="s_180" from="1004" to="1014" />
-    <span id="s_181" from="1015" to="1019" />
-    <span id="s_182" from="1020" to="1028" />
-    <span id="s_183" from="1029" to="1036" />
-    <span id="s_184" from="1036" to="1037" />
-    <span id="s_185" from="1038" to="1041" />
-    <span id="s_186" from="1042" to="1045" />
-    <span id="s_187" from="1046" to="1051" />
-    <span id="s_188" from="1051" to="1052" />
-    <span id="s_189" from="1053" to="1058" />
-    <span id="s_190" from="1059" to="1065" />
-    <span id="s_191" from="1066" to="1070" />
-    <span id="s_192" from="1071" to="1075" />
-    <span id="s_193" from="1076" to="1082" />
-    <span id="s_194" from="1082" to="1083" />
-    <span id="s_195" from="1084" to="1089" />
-    <span id="s_196" from="1090" to="1094" />
-    <span id="s_197" from="1095" to="1098" />
-    <span id="s_198" from="1099" to="1106" />
-    <span id="s_199" from="1106" to="1107" />
-    <span id="s_200" from="1108" to="1110" />
-    <span id="s_201" from="1111" to="1118" />
-    <span id="s_202" from="1119" to="1127" />
-    <span id="s_203" from="1128" to="1132" />
-    <span id="s_204" from="1133" to="1136" />
-    <span id="s_205" from="1137" to="1141" />
-    <span id="s_206" from="1141" to="1142" />
-    <span id="s_207" from="1143" to="1146" />
-    <span id="s_208" from="1147" to="1155" />
-    <span id="s_209" from="1156" to="1159" />
-    <span id="s_210" from="1160" to="1170" />
-    <span id="s_211" from="1171" to="1175" />
-    <span id="s_212" from="1176" to="1178" />
-    <span id="s_213" from="1179" to="1185" />
-    <span id="s_214" from="1185" to="1186" />
-    <span id="s_215" from="1187" to="1191" />
-    <span id="s_216" from="1192" to="1195" />
-    <span id="s_217" from="1196" to="1202" />
-    <span id="s_218" from="1203" to="1205" />
-    <span id="s_219" from="1206" to="1209" />
-    <span id="s_220" from="1210" to="1216" />
-    <span id="s_221" from="1217" to="1221" />
-    <span id="s_222" from="1222" to="1230" />
-    <span id="s_223" from="1230" to="1231" />
-    <span id="s_224" from="1232" to="1236" />
-    <span id="s_225" from="1237" to="1245" />
-    <span id="s_226" from="1246" to="1250" />
-    <span id="s_227" from="1251" to="1260" />
-    <span id="s_228" from="1261" to="1269" />
-    <span id="s_229" from="1270" to="1273" />
-    <span id="s_230" from="1274" to="1279" />
-    <span id="s_231" from="1280" to="1293" />
-    <span id="s_232" from="1294" to="1311" />
-    <span id="s_233" from="1311" to="1312" />
-    <span id="s_234" from="1313" to="1316" />
-    <span id="s_235" from="1317" to="1320" />
-    <span id="s_236" from="1321" to="1329" />
-    <span id="s_237" from="1329" to="1330" />
-    <span id="s_238" from="1331" to="1341" />
-    <span id="s_239" from="1342" to="1345" />
-    <span id="s_240" from="1346" to="1348" />
-    <span id="s_241" from="1348" to="1349" />
-    <span id="s_242" from="1350" to="1358" />
-    <span id="s_243" from="1359" to="1362" />
-    <span id="s_244" from="1363" to="1376" />
-    <span id="s_245" from="1377" to="1387" />
-    <span id="s_246" from="1388" to="1393" />
-    <span id="s_247" from="1394" to="1397" />
-    <span id="s_248" from="1398" to="1408" />
-    <span id="s_249" from="1409" to="1414" />
-    <span id="s_250" from="1415" to="1419" />
-    <span id="s_251" from="1420" to="1425" />
-    <span id="s_252" from="1426" to="1431" />
-    <span id="s_253" from="1432" to="1446" />
-    <span id="s_254" from="1447" to="1458" />
-    <span id="s_255" from="1459" to="1460" />
-    <span id="s_256" from="1461" to="1465" />
-    <span id="s_257" from="1466" to="1480" />
-    <span id="s_258" from="1480" to="1481" />
-    <span id="s_259" from="1482" to="1484" />
-    <span id="s_260" from="1485" to="1488" />
-    <span id="s_261" from="1489" to="1499" />
-    <span id="s_262" from="1500" to="1519" />
-    <span id="s_263" from="1520" to="1523" />
-    <span id="s_264" from="1524" to="1527" />
-    <span id="s_265" from="1528" to="1543" />
-    <span id="s_266" from="1544" to="1552" />
-    <span id="s_267" from="1553" to="1555" />
-    <span id="s_268" from="1556" to="1562" />
-    <span id="s_269" from="1562" to="1563" />
-    <span id="s_270" from="1564" to="1566" />
-    <span id="s_271" from="1567" to="1576" />
-    <span id="s_272" from="1577" to="1579" />
-    <span id="s_273" from="1580" to="1586" />
-    <span id="s_274" from="1586" to="1587" />
-    <span id="s_275" from="1588" to="1589" />
-    <span id="s_276" from="1589" to="1594" />
-    <span id="s_277" from="1595" to="1605" />
-    <span id="s_278" from="1606" to="1614" />
-    <span id="s_279" from="1615" to="1627" />
-    <span id="s_280" from="1628" to="1640" />
-    <span id="s_281" from="1641" to="1644" />
-    <span id="s_282" from="1645" to="1652" />
-    <span id="s_283" from="1652" to="1653" />
-    <span id="s_284" from="1653" to="1654" />
-    <span id="s_285" from="1655" to="1662" />
-    <span id="s_286" from="1663" to="1666" />
-    <span id="s_287" from="1666" to="1667" />
-    <span id="s_288" from="1668" to="1669" />
-    <span id="s_289" from="1669" to="1674" />
-    <span id="s_290" from="1675" to="1687" />
-    <span id="s_291" from="1688" to="1693" />
-    <span id="s_292" from="1694" to="1697" />
-    <span id="s_293" from="1698" to="1705" />
-    <span id="s_294" from="1705" to="1706" />
-    <span id="s_295" from="1707" to="1716" />
-    <span id="s_296" from="1717" to="1720" />
-    <span id="s_297" from="1721" to="1727" />
-    <span id="s_298" from="1728" to="1734" />
-    <span id="s_299" from="1735" to="1740" />
-    <span id="s_300" from="1741" to="1753" />
-    <span id="s_301" from="1754" to="1757" />
-    <span id="s_302" from="1758" to="1765" />
-    <span id="s_303" from="1766" to="1770" />
-    <span id="s_304" from="1771" to="1781" />
-    <span id="s_305" from="1782" to="1791" />
-    <span id="s_306" from="1792" to="1798" />
-    <span id="s_307" from="1799" to="1800" />
-    <span id="s_308" from="1801" to="1804" />
-    <span id="s_309" from="1805" to="1809" />
-    <span id="s_310" from="1810" to="1814" />
-    <span id="s_311" from="1815" to="1817" />
-    <span id="s_312" from="1818" to="1829" />
-    <span id="s_313" from="1829" to="1830" />
-    <span id="s_314" from="1831" to="1835" />
-    <span id="s_315" from="1836" to="1839" />
-    <span id="s_316" from="1840" to="1843" />
-    <span id="s_317" from="1844" to="1847" />
-    <span id="s_318" from="1848" to="1852" />
-    <span id="s_319" from="1853" to="1858" />
-    <span id="s_320" from="1859" to="1862" />
-    <span id="s_321" from="1863" to="1868" />
-    <span id="s_322" from="1869" to="1878" />
-    <span id="s_323" from="1879" to="1883" />
-    <span id="s_324" from="1883" to="1884" />
-    <span id="s_325" from="1885" to="1888" />
-    <span id="s_326" from="1889" to="1893" />
-    <span id="s_327" from="1894" to="1897" />
-    <span id="s_328" from="1898" to="1904" />
-    <span id="s_329" from="1904" to="1905" />
-    <span id="s_330" from="1906" to="1910" />
-    <span id="s_331" from="1911" to="1916" />
-    <span id="s_332" from="1917" to="1922" />
-    <span id="s_333" from="1923" to="1932" />
-    <span id="s_334" from="1933" to="1935" />
-    <span id="s_335" from="1936" to="1942" />
-    <span id="s_336" from="1942" to="1943" />
-    <span id="s_337" from="1944" to="1953" />
-    <span id="s_338" from="1954" to="1961" />
-    <span id="s_339" from="1962" to="1965" />
-    <span id="s_340" from="1966" to="1969" />
-    <span id="s_341" from="1970" to="1980" />
-    <span id="s_342" from="1980" to="1981" />
-    <span id="s_343" from="1982" to="1986" />
-    <span id="s_344" from="1987" to="1989" />
-    <span id="s_345" from="1990" to="1993" />
-    <span id="s_346" from="1994" to="2005" />
-    <span id="s_347" from="2006" to="2017" />
-    <span id="s_348" from="2017" to="2018" />
-    <span id="s_349" from="2019" to="2022" />
-    <span id="s_350" from="2023" to="2030" />
-    <span id="s_351" from="2031" to="2034" />
-    <span id="s_352" from="2035" to="2040" />
-    <span id="s_353" from="2041" to="2048" />
-    <span id="s_354" from="2048" to="2049" />
-    <span id="s_355" from="2050" to="2052" />
-    <span id="s_356" from="2053" to="2057" />
-    <span id="s_357" from="2058" to="2067" />
-    <span id="s_358" from="2068" to="2070" />
-    <span id="s_359" from="2071" to="2084" />
-    <span id="s_360" from="2085" to="2088" />
-    <span id="s_361" from="2089" to="2094" />
-    <span id="s_362" from="2095" to="2103" />
-    <span id="s_363" from="2104" to="2107" />
-    <span id="s_364" from="2108" to="2118" />
-    <span id="s_365" from="2119" to="2131" />
-    <span id="s_366" from="2131" to="2132" />
-    <span id="s_367" from="2132" to="2133" />
-    <span id="s_368" from="2134" to="2139" />
-    <span id="s_369" from="2140" to="2149" />
-    <span id="s_370" from="2150" to="2153" />
-    <span id="s_371" from="2154" to="2162" />
-    <span id="s_372" from="2163" to="2168" />
-    <span id="s_373" from="2169" to="2174" />
-    <span id="s_374" from="2175" to="2179" />
-    <span id="s_375" from="2180" to="2185" />
-    <span id="s_376" from="2186" to="2195" />
-    <span id="s_377" from="2196" to="2204" />
-    <span id="s_378" from="2205" to="2213" />
-    <span id="s_379" from="2214" to="2223" />
-    <span id="s_380" from="2223" to="2224" />
-    <span id="s_381" from="2225" to="2228" />
-    <span id="s_382" from="2229" to="2233" />
-    <span id="s_383" from="2234" to="2240" />
-    <span id="s_384" from="2241" to="2244" />
-    <span id="s_385" from="2245" to="2252" />
-    <span id="s_386" from="2253" to="2258" />
-    <span id="s_387" from="2258" to="2259" />
-    <span id="s_388" from="2260" to="2263" />
-    <span id="s_389" from="2264" to="2269" />
-    <span id="s_390" from="2270" to="2273" />
-    <span id="s_391" from="2274" to="2286" />
-    <span id="s_392" from="2287" to="2299" />
-    <span id="s_393" from="2299" to="2300" />
-    <span id="s_394" from="2301" to="2303" />
-    <span id="s_395" from="2304" to="2306" />
-    <span id="s_396" from="2307" to="2312" />
-    <span id="s_397" from="2313" to="2326" />
-    <span id="s_398" from="2327" to="2334" />
-    <span id="s_399" from="2335" to="2339" />
-    <span id="s_400" from="2340" to="2344" />
-    <span id="s_401" from="2345" to="2347" />
-    <span id="s_402" from="2348" to="2353" />
-    <span id="s_403" from="2354" to="2361" />
-    <span id="s_404" from="2362" to="2370" />
-    <span id="s_405" from="2370" to="2371" />
-    <span id="s_406" from="2372" to="2375" />
-    <span id="s_407" from="2376" to="2379" />
-    <span id="s_408" from="2380" to="2383" />
-    <span id="s_409" from="2384" to="2392" />
-    <span id="s_410" from="2393" to="2403" />
-    <span id="s_411" from="2403" to="2404" />
-    <span id="s_412" from="2405" to="2415" />
-    <span id="s_413" from="2416" to="2419" />
-    <span id="s_414" from="2420" to="2424" />
-    <span id="s_415" from="2425" to="2432" />
-    <span id="s_416" from="2433" to="2441" />
-    <span id="s_417" from="2441" to="2442" />
-    <span id="s_418" from="2443" to="2452" />
-    <span id="s_419" from="2453" to="2456" />
-    <span id="s_420" from="2457" to="2460" />
-    <span id="s_421" from="2461" to="2467" />
-    <span id="s_422" from="2468" to="2473" />
-    <span id="s_423" from="2474" to="2475" />
-    <span id="s_424" from="2476" to="2480" />
-    <span id="s_425" from="2481" to="2485" />
-    <span id="s_426" from="2486" to="2488" />
-    <span id="s_427" from="2489" to="2492" />
-    <span id="s_428" from="2493" to="2498" />
-    <span id="s_429" from="2499" to="2509" />
-    <span id="s_430" from="2509" to="2510" />
-    <span id="s_431" from="2511" to="2513" />
-    <span id="s_432" from="2514" to="2523" />
-    <span id="s_433" from="2524" to="2527" />
-    <span id="s_434" from="2528" to="2532" />
-    <span id="s_435" from="2533" to="2543" />
-    <span id="s_436" from="2543" to="2544" />
-    <span id="s_437" from="2545" to="2551" />
-    <span id="s_438" from="2552" to="2557" />
-    <span id="s_439" from="2558" to="2562" />
-    <span id="s_440" from="2563" to="2566" />
-    <span id="s_441" from="2567" to="2573" />
-    <span id="s_442" from="2574" to="2579" />
-    <span id="s_443" from="2580" to="2587" />
-    <span id="s_444" from="2588" to="2593" />
-    <span id="s_445" from="2594" to="2597" />
-    <span id="s_446" from="2598" to="2610" />
-    <span id="s_447" from="2611" to="2616" />
-    <span id="s_448" from="2617" to="2621" />
-    <span id="s_449" from="2622" to="2630" />
-    <span id="s_450" from="2630" to="2631" />
-    <span id="s_451" from="2632" to="2635" />
-    <span id="s_452" from="2636" to="2639" />
-    <span id="s_453" from="2640" to="2650" />
-    <span id="s_454" from="2651" to="2661" />
-    <span id="s_455" from="2662" to="2665" />
-    <span id="s_456" from="2665" to="2666" />
-    <span id="s_457" from="2667" to="2670" />
-    <span id="s_458" from="2671" to="2677" />
-    <span id="s_459" from="2678" to="2683" />
-    <span id="s_460" from="2684" to="2689" />
-    <span id="s_461" from="2690" to="2698" />
-    <span id="s_462" from="2698" to="2699" />
-    <span id="s_463" from="2700" to="2704" />
-    <span id="s_464" from="2705" to="2708" />
-    <span id="s_465" from="2709" to="2712" />
-    <span id="s_466" from="2713" to="2726" />
-    <span id="s_467" from="2727" to="2732" />
-    <span id="s_468" from="2733" to="2737" />
-    <span id="s_469" from="2738" to="2747" />
-    <span id="s_470" from="2748" to="2751" />
-    <span id="s_471" from="2751" to="2752" />
-    <span id="s_472" from="2753" to="2756" />
-    <span id="s_473" from="2757" to="2762" />
-    <span id="s_474" from="2763" to="2778" />
-    <span id="s_475" from="2778" to="2779" />
-    <span id="s_476" from="2780" to="2783" />
-    <span id="s_477" from="2784" to="2787" />
-    <span id="s_478" from="2788" to="2796" />
-    <span id="s_479" from="2796" to="2797" />
-    <span id="s_480" from="2798" to="2808" />
-    <span id="s_481" from="2809" to="2813" />
-    <span id="s_482" from="2814" to="2817" />
-    <span id="s_483" from="2818" to="2821" />
-    <span id="s_484" from="2822" to="2827" />
-    <span id="s_485" from="2828" to="2852" />
-    <span id="s_486" from="2853" to="2856" />
-    <span id="s_487" from="2857" to="2861" />
-    <span id="s_488" from="2862" to="2867" />
-    <span id="s_489" from="2868" to="2871" />
-    <span id="s_490" from="2872" to="2879" />
-    <span id="s_491" from="2880" to="2887" />
-    <span id="s_492" from="2888" to="2893" />
-    <span id="s_493" from="2894" to="2896" />
-    <span id="s_494" from="2897" to="2902" />
-    <span id="s_495" from="2903" to="2918" />
-    <span id="s_496" from="2918" to="2919" />
-    <span id="s_497" from="2920" to="2924" />
-    <span id="s_498" from="2925" to="2929" />
-    <span id="s_499" from="2930" to="2932" />
-    <span id="s_500" from="2933" to="2939" />
-    <span id="s_501" from="2940" to="2943" />
-    <span id="s_502" from="2944" to="2953" />
-    <span id="s_503" from="2954" to="2962" />
-    <span id="s_504" from="2963" to="2966" />
-    <span id="s_505" from="2967" to="2970" />
-    <span id="s_506" from="2971" to="2986" />
-    <span id="s_507" from="2987" to="2990" />
-    <span id="s_508" from="2991" to="3004" />
-    <span id="s_509" from="3005" to="3016" />
-    <span id="s_510" from="3017" to="3020" />
-    <span id="s_511" from="3021" to="3027" />
-    <span id="s_512" from="3028" to="3030" />
-    <span id="s_513" from="3031" to="3041" />
-    <span id="s_514" from="3041" to="3042" />
-    <span id="s_515" from="3043" to="3046" />
-    <span id="s_516" from="3047" to="3054" />
-    <span id="s_517" from="3055" to="3058" />
-    <span id="s_518" from="3059" to="3064" />
-    <span id="s_519" from="3065" to="3081" />
-    <span id="s_520" from="3082" to="3083" />
-    <span id="s_521" from="3084" to="3087" />
-    <span id="s_522" from="3088" to="3090" />
-    <span id="s_523" from="3091" to="3096" />
-    <span id="s_524" from="3097" to="3103" />
-    <span id="s_525" from="3104" to="3112" />
-    <span id="s_526" from="3113" to="3116" />
-    <span id="s_527" from="3117" to="3123" />
-    <span id="s_528" from="3124" to="3128" />
-    <span id="s_529" from="3129" to="3138" />
-    <span id="s_530" from="3139" to="3142" />
-    <span id="s_531" from="3142" to="3143" />
-    <span id="s_532" from="3144" to="3147" />
-    <span id="s_533" from="3148" to="3151" />
-    <span id="s_534" from="3152" to="3157" />
-    <span id="s_535" from="3158" to="3167" />
-    <span id="s_536" from="3168" to="3179" />
-    <span id="s_537" from="3180" to="3185" />
-    <span id="s_538" from="3185" to="3186" />
-    <span id="s_539" from="3187" to="3194" />
-    <span id="s_540" from="3195" to="3198" />
-    <span id="s_541" from="3199" to="3206" />
-    <span id="s_542" from="3207" to="3214" />
-    <span id="s_543" from="3214" to="3215" />
-    <span id="s_544" from="3216" to="3220" />
-    <span id="s_545" from="3221" to="3224" />
-    <span id="s_546" from="3224" to="3225" />
-    <span id="s_547" from="3226" to="3231" />
-    <span id="s_548" from="3232" to="3238" />
-    <span id="s_549" from="3239" to="3242" />
-    <span id="s_550" from="3243" to="3246" />
-    <span id="s_551" from="3247" to="3253" />
-    <span id="s_552" from="3254" to="3265" />
-    <span id="s_553" from="3265" to="3266" />
-    <span id="s_554" from="3267" to="3270" />
-    <span id="s_555" from="3271" to="3281" />
-    <span id="s_556" from="3282" to="3288" />
-    <span id="s_557" from="3289" to="3292" />
-    <span id="s_558" from="3293" to="3296" />
-    <span id="s_559" from="3297" to="3304" />
-    <span id="s_560" from="3304" to="3305" />
-    <span id="s_561" from="3306" to="3313" />
-    <span id="s_562" from="3314" to="3318" />
-    <span id="s_563" from="3319" to="3324" />
-    <span id="s_564" from="3325" to="3333" />
-    <span id="s_565" from="3334" to="3337" />
-    <span id="s_566" from="3338" to="3340" />
-    <span id="s_567" from="3341" to="3344" />
-    <span id="s_568" from="3345" to="3350" />
-    <span id="s_569" from="3351" to="3355" />
-    <span id="s_570" from="3355" to="3356" />
-    <span id="s_571" from="3357" to="3358" />
-    <span id="s_572" from="3358" to="3361" />
-    <span id="s_573" from="3362" to="3366" />
-    <span id="s_574" from="3367" to="3374" />
-    <span id="s_575" from="3375" to="3378" />
-    <span id="s_576" from="3379" to="3385" />
-    <span id="s_577" from="3385" to="3386" />
-    <span id="s_578" from="3387" to="3391" />
-    <span id="s_579" from="3392" to="3396" />
-    <span id="s_580" from="3397" to="3406" />
-    <span id="s_581" from="3407" to="3413" />
-    <span id="s_582" from="3414" to="3417" />
-    <span id="s_583" from="3417" to="3418" />
-    <span id="s_584" from="3419" to="3423" />
-    <span id="s_585" from="3424" to="3426" />
-    <span id="s_586" from="3427" to="3433" />
-    <span id="s_587" from="3434" to="3447" />
-    <span id="s_588" from="3448" to="3452" />
-    <span id="s_589" from="3452" to="3453" />
-    <span id="s_590" from="3454" to="3458" />
-    <span id="s_591" from="3459" to="3462" />
-    <span id="s_592" from="3463" to="3468" />
-    <span id="s_593" from="3469" to="3473" />
-    <span id="s_594" from="3474" to="3480" />
-    <span id="s_595" from="3481" to="3492" />
-    <span id="s_596" from="3492" to="3493" />
-    <span id="s_597" from="3494" to="3501" />
-    <span id="s_598" from="3502" to="3505" />
-    <span id="s_599" from="3506" to="3508" />
-    <span id="s_600" from="3509" to="3517" />
-    <span id="s_601" from="3518" to="3521" />
-    <span id="s_602" from="3522" to="3527" />
-    <span id="s_603" from="3527" to="3528" />
-    <span id="s_604" from="3529" to="3538" />
-    <span id="s_605" from="3539" to="3550" />
-    <span id="s_606" from="3550" to="3551" />
-    <span id="s_607" from="3552" to="3555" />
-    <span id="s_608" from="3556" to="3564" />
-    <span id="s_609" from="3564" to="3565" />
-    <span id="s_610" from="3566" to="3569" />
-    <span id="s_611" from="3570" to="3580" />
-    <span id="s_612" from="3581" to="3587" />
-    <span id="s_613" from="3588" to="3590" />
-    <span id="s_614" from="3591" to="3596" />
-    <span id="s_615" from="3596" to="3597" />
-    <span id="s_616" from="3598" to="3604" />
-    <span id="s_617" from="3605" to="3611" />
-    <span id="s_618" from="3612" to="3615" />
-    <span id="s_619" from="3616" to="3620" />
-    <span id="s_620" from="3621" to="3627" />
-    <span id="s_621" from="3627" to="3628" />
-    <span id="s_622" from="3629" to="3633" />
-    <span id="s_623" from="3634" to="3637" />
-    <span id="s_624" from="3638" to="3642" />
-    <span id="s_625" from="3643" to="3646" />
-    <span id="s_626" from="3647" to="3650" />
-    <span id="s_627" from="3651" to="3663" />
-    <span id="s_628" from="3663" to="3664" />
-    <span id="s_629" from="3665" to="3676" />
-    <span id="s_630" from="3677" to="3681" />
-    <span id="s_631" from="3682" to="3685" />
-    <span id="s_632" from="3685" to="3686" />
-    <span id="s_633" from="3687" to="3690" />
-    <span id="s_634" from="3691" to="3703" />
-    <span id="s_635" from="3704" to="3707" />
-    <span id="s_636" from="3708" to="3709" />
-    <span id="s_637" from="3710" to="3713" />
-    <span id="s_638" from="3714" to="3716" />
-    <span id="s_639" from="3717" to="3721" />
-    <span id="s_640" from="3722" to="3729" />
-    <span id="s_641" from="3729" to="3730" />
-    <span id="s_642" from="3731" to="3738" />
-    <span id="s_643" from="3739" to="3742" />
-    <span id="s_644" from="3743" to="3747" />
-    <span id="s_645" from="3748" to="3753" />
-    <span id="s_646" from="3754" to="3761" />
-    <span id="s_647" from="3762" to="3764" />
-    <span id="s_648" from="3765" to="3770" />
-    <span id="s_649" from="3770" to="3771" />
-    <span id="s_650" from="3772" to="3775" />
-    <span id="s_651" from="3776" to="3779" />
-    <span id="s_652" from="3780" to="3784" />
-    <span id="s_653" from="3785" to="3787" />
-    <span id="s_654" from="3788" to="3791" />
-    <span id="s_655" from="3792" to="3796" />
-    <span id="s_656" from="3796" to="3797" />
-    <span id="s_657" from="3798" to="3805" />
-    <span id="s_658" from="3806" to="3816" />
-    <span id="s_659" from="3816" to="3817" />
-    <span id="s_660" from="3818" to="3824" />
-    <span id="s_661" from="3825" to="3827" />
-    <span id="s_662" from="3828" to="3834" />
-    <span id="s_663" from="3834" to="3835" />
-    <span id="s_664" from="3836" to="3843" />
-    <span id="s_665" from="3844" to="3847" />
-    <span id="s_666" from="3848" to="3851" />
-    <span id="s_667" from="3852" to="3858" />
-    <span id="s_668" from="3859" to="3865" />
-    <span id="s_669" from="3865" to="3866" />
-    <span id="s_670" from="3866" to="3867" />
-    <span id="s_671" from="3868" to="3872" />
-    <span id="s_672" from="3873" to="3878" />
-    <span id="s_673" from="3879" to="3882" />
-    <span id="s_674" from="3883" to="3888" />
-    <span id="s_675" from="3889" to="3892" />
-    <span id="s_676" from="3893" to="3897" />
-    <span id="s_677" from="3898" to="3903" />
-    <span id="s_678" from="3904" to="3910" />
-    <span id="s_679" from="3911" to="3919" />
-    <span id="s_680" from="3919" to="3920" />
-    <span id="s_681" from="3921" to="3924" />
-    <span id="s_682" from="3925" to="3932" />
-    <span id="s_683" from="3933" to="3938" />
-    <span id="s_684" from="3938" to="3939" />
-    <span id="s_685" from="3940" to="3946" />
-    <span id="s_686" from="3947" to="3951" />
-    <span id="s_687" from="3952" to="3957" />
-    <span id="s_688" from="3958" to="3966" />
-    <span id="s_689" from="3966" to="3967" />
-    <span id="s_690" from="3968" to="3972" />
-    <span id="s_691" from="3973" to="3981" />
-    <span id="s_692" from="3982" to="3985" />
-    <span id="s_693" from="3986" to="3989" />
-    <span id="s_694" from="3990" to="3993" />
-    <span id="s_695" from="3994" to="4000" />
-    <span id="s_696" from="4000" to="4001" />
-    <span id="s_697" from="4002" to="4005" />
-    <span id="s_698" from="4006" to="4011" />
-    <span id="s_699" from="4012" to="4016" />
-    <span id="s_700" from="4017" to="4024" />
-    <span id="s_701" from="4025" to="4027" />
-    <span id="s_702" from="4028" to="4034" />
-    <span id="s_703" from="4034" to="4035" />
-    <span id="s_704" from="4036" to="4038" />
-    <span id="s_705" from="4039" to="4043" />
-    <span id="s_706" from="4044" to="4050" />
-    <span id="s_707" from="4051" to="4058" />
-    <span id="s_708" from="4059" to="4061" />
-    <span id="s_709" from="4062" to="4068" />
-    <span id="s_710" from="4068" to="4069" />
-    <span id="s_711" from="4070" to="4071" />
-    <span id="s_712" from="4071" to="4076" />
-    <span id="s_713" from="4077" to="4083" />
-    <span id="s_714" from="4084" to="4089" />
-    <span id="s_715" from="4090" to="4093" />
-    <span id="s_716" from="4094" to="4099" />
-    <span id="s_717" from="4100" to="4106" />
-    <span id="s_718" from="4106" to="4107" />
-    <span id="s_719" from="4108" to="4112" />
-    <span id="s_720" from="4113" to="4116" />
-    <span id="s_721" from="4117" to="4121" />
-    <span id="s_722" from="4121" to="4122" />
-    <span id="s_723" from="4123" to="4126" />
-    <span id="s_724" from="4127" to="4133" />
-    <span id="s_725" from="4134" to="4138" />
-    <span id="s_726" from="4139" to="4142" />
-    <span id="s_727" from="4142" to="4143" />
-    <span id="s_728" from="4144" to="4154" />
-    <span id="s_729" from="4155" to="4161" />
-    <span id="s_730" from="4162" to="4173" />
-    <span id="s_731" from="4174" to="4181" />
-    <span id="s_732" from="4181" to="4182" />
-    <span id="s_733" from="4183" to="4185" />
-    <span id="s_734" from="4186" to="4189" />
-    <span id="s_735" from="4190" to="4194" />
-    <span id="s_736" from="4195" to="4198" />
-    <span id="s_737" from="4199" to="4204" />
-    <span id="s_738" from="4205" to="4208" />
-    <span id="s_739" from="4209" to="4218" />
-    <span id="s_740" from="4218" to="4219" />
-    <span id="s_741" from="4219" to="4220" />
-    <span id="s_742" from="4221" to="4225" />
-    <span id="s_743" from="4226" to="4229" />
-    <span id="s_744" from="4229" to="4230" />
-    <span id="s_745" from="4231" to="4232" />
-    <span id="s_746" from="4232" to="4236" />
-    <span id="s_747" from="4237" to="4247" />
-    <span id="s_748" from="4248" to="4252" />
-    <span id="s_749" from="4253" to="4255" />
-    <span id="s_750" from="4256" to="4259" />
-    <span id="s_751" from="4260" to="4271" />
-    <span id="s_752" from="4272" to="4278" />
-    <span id="s_753" from="4278" to="4279" />
-    <span id="s_754" from="4280" to="4286" />
-    <span id="s_755" from="4287" to="4293" />
-    <span id="s_756" from="4294" to="4297" />
-    <span id="s_757" from="4297" to="4298" />
-    <span id="s_758" from="4299" to="4305" />
-    <span id="s_759" from="4306" to="4311" />
-    <span id="s_760" from="4312" to="4315" />
-    <span id="s_761" from="4315" to="4316" />
-    <span id="s_762" from="4317" to="4320" />
-    <span id="s_763" from="4321" to="4324" />
-    <span id="s_764" from="4325" to="4331" />
-    <span id="s_765" from="4332" to="4336" />
-    <span id="s_766" from="4336" to="4337" />
-    <span id="s_767" from="4337" to="4338" />
-    <span id="s_768" from="4339" to="4344" />
-    <span id="s_769" from="4345" to="4363" />
-    <span id="s_770" from="4364" to="4367" />
-    <span id="s_771" from="4368" to="4375" />
-    <span id="s_772" from="4376" to="4382" />
-    <span id="s_773" from="4383" to="4386" />
-    <span id="s_774" from="4387" to="4390" />
-    <span id="s_775" from="4391" to="4399" />
-    <span id="s_776" from="4399" to="4400" />
-    <span id="s_777" from="4401" to="4412" />
-    <span id="s_778" from="4413" to="4426" />
-    <span id="s_779" from="4427" to="4431" />
-    <span id="s_780" from="4432" to="4435" />
-    <span id="s_781" from="4436" to="4461" />
-    <span id="s_782" from="4462" to="4464" />
-    <span id="s_783" from="4465" to="4473" />
-    <span id="s_784" from="4473" to="4474" />
-    <span id="s_785" from="4475" to="4481" />
-    <span id="s_786" from="4482" to="4488" />
-    <span id="s_787" from="4489" to="4494" />
-    <span id="s_788" from="4495" to="4519" />
-    <span id="s_789" from="4520" to="4523" />
-    <span id="s_790" from="4524" to="4529" />
-    <span id="s_791" from="4530" to="4533" />
-    <span id="s_792" from="4534" to="4545" />
-    <span id="s_793" from="4546" to="4549" />
-    <span id="s_794" from="4549" to="4550" />
-    <span id="s_795" from="4551" to="4554" />
-    <span id="s_796" from="4555" to="4570" />
-    <span id="s_797" from="4571" to="4578" />
-    <span id="s_798" from="4579" to="4587" />
-    <span id="s_799" from="4588" to="4593" />
-    <span id="s_800" from="4593" to="4594" />
-    <span id="s_801" from="4595" to="4596" />
-    <span id="s_802" from="4596" to="4599" />
-    <span id="s_803" from="4600" to="4616" />
-    <span id="s_804" from="4617" to="4620" />
-    <span id="s_805" from="4621" to="4629" />
-    <span id="s_806" from="4630" to="4634" />
-    <span id="s_807" from="4635" to="4640" />
-    <span id="s_808" from="4641" to="4649" />
-    <span id="s_809" from="4649" to="4650" />
-    <span id="s_810" from="4650" to="4651" />
-    <span id="s_811" from="4652" to="4659" />
-    <span id="s_812" from="4660" to="4663" />
-    <span id="s_813" from="4663" to="4664" />
-    <span id="s_814" from="4665" to="4676" />
-    <span id="s_815" from="4677" to="4680" />
-    <span id="s_816" from="4681" to="4685" />
-    <span id="s_817" from="4686" to="4695" />
-    <span id="s_818" from="4696" to="4702" />
-    <span id="s_819" from="4702" to="4703" />
-    <span id="s_820" from="4704" to="4708" />
-    <span id="s_821" from="4709" to="4713" />
-    <span id="s_822" from="4714" to="4730" />
-    <span id="s_823" from="4731" to="4749" />
-    <span id="s_824" from="4750" to="4753" />
-    <span id="s_825" from="4754" to="4767" />
-    <span id="s_826" from="4768" to="4772" />
-    <span id="s_827" from="4773" to="4778" />
-    <span id="s_828" from="4779" to="4782" />
-    <span id="s_829" from="4783" to="4794" />
-    <span id="s_830" from="4795" to="4799" />
-    <span id="s_831" from="4799" to="4800" />
-    <span id="s_832" from="4801" to="4805" />
-    <span id="s_833" from="4806" to="4808" />
-    <span id="s_834" from="4809" to="4812" />
-    <span id="s_835" from="4813" to="4818" />
-    <span id="s_836" from="4819" to="4822" />
-    <span id="s_837" from="4823" to="4836" />
-    <span id="s_838" from="4837" to="4840" />
-    <span id="s_839" from="4841" to="4849" />
-    <span id="s_840" from="4850" to="4854" />
-    <span id="s_841" from="4855" to="4864" />
-    <span id="s_842" from="4865" to="4869" />
-    <span id="s_843" from="4869" to="4870" />
-    <span id="s_844" from="4871" to="4876" />
-    <span id="s_845" from="4877" to="4880" />
-    <span id="s_846" from="4881" to="4886" />
-    <span id="s_847" from="4887" to="4891" />
-    <span id="s_848" from="4892" to="4909" />
-    <span id="s_849" from="4909" to="4910" />
-    <span id="s_850" from="4911" to="4916" />
-    <span id="s_851" from="4917" to="4922" />
-    <span id="s_852" from="4923" to="4927" />
-    <span id="s_853" from="4928" to="4939" />
-    <span id="s_854" from="4940" to="4953" />
-    <span id="s_855" from="4954" to="4960" />
-    <span id="s_856" from="4960" to="4961" />
-    <span id="s_857" from="4962" to="4964" />
-    <span id="s_858" from="4965" to="4978" />
-    <span id="s_859" from="4979" to="4981" />
-    <span id="s_860" from="4982" to="4990" />
-    <span id="s_861" from="4991" to="4992" />
-    <span id="s_862" from="4993" to="4998" />
-    <span id="s_863" from="4999" to="5002" />
-    <span id="s_864" from="5003" to="5006" />
-    <span id="s_865" from="5007" to="5016" />
-    <span id="s_866" from="5017" to="5021" />
-    <span id="s_867" from="5022" to="5027" />
-    <span id="s_868" from="5028" to="5034" />
-    <span id="s_869" from="5035" to="5040" />
-    <span id="s_870" from="5040" to="5041" />
-    <span id="s_871" from="5042" to="5043" />
-    <span id="s_872" from="5043" to="5048" />
-    <span id="s_873" from="5049" to="5052" />
-    <span id="s_874" from="5053" to="5063" />
-    <span id="s_875" from="5064" to="5068" />
-    <span id="s_876" from="5069" to="5073" />
-    <span id="s_877" from="5074" to="5087" />
-    <span id="s_878" from="5087" to="5088" />
-    <span id="s_879" from="5089" to="5094" />
-    <span id="s_880" from="5095" to="5098" />
-    <span id="s_881" from="5099" to="5103" />
-    <span id="s_882" from="5104" to="5130" />
-    <span id="s_883" from="5131" to="5142" />
-    <span id="s_884" from="5142" to="5143" />
-    <span id="s_885" from="5143" to="5144" />
-    <span id="s_886" from="5145" to="5149" />
-    <span id="s_887" from="5150" to="5159" />
-    <span id="s_888" from="5160" to="5168" />
-    <span id="s_889" from="5168" to="5169" />
-    <span id="s_890" from="5170" to="5171" />
-    <span id="s_891" from="5171" to="5174" />
-    <span id="s_892" from="5175" to="5180" />
-    <span id="s_893" from="5181" to="5185" />
-    <span id="s_894" from="5186" to="5189" />
-    <span id="s_895" from="5190" to="5200" />
-    <span id="s_896" from="5201" to="5206" />
-    <span id="s_897" from="5207" to="5213" />
-    <span id="s_898" from="5214" to="5223" />
-    <span id="s_899" from="5224" to="5230" />
-    <span id="s_900" from="5230" to="5231" />
-    <span id="s_901" from="5232" to="5236" />
-    <span id="s_902" from="5237" to="5239" />
-    <span id="s_903" from="5240" to="5245" />
-    <span id="s_904" from="5246" to="5249" />
-    <span id="s_905" from="5250" to="5257" />
-    <span id="s_906" from="5257" to="5258" />
-    <span id="s_907" from="5259" to="5264" />
-    <span id="s_908" from="5265" to="5268" />
-    <span id="s_909" from="5269" to="5280" />
-    <span id="s_910" from="5281" to="5286" />
-    <span id="s_911" from="5287" to="5290" />
-    <span id="s_912" from="5291" to="5300" />
-    <span id="s_913" from="5301" to="5305" />
-    <span id="s_914" from="5306" to="5310" />
-    <span id="s_915" from="5311" to="5314" />
-    <span id="s_916" from="5315" to="5329" />
-    <span id="s_917" from="5330" to="5345" />
-    <span id="s_918" from="5346" to="5352" />
-    <span id="s_919" from="5353" to="5355" />
-    <span id="s_920" from="5356" to="5362" />
-    <span id="s_921" from="5362" to="5363" />
-    <span id="s_922" from="5363" to="5364" />
-    <span id="s_923" from="5365" to="5375" />
-    <span id="s_924" from="5376" to="5386" />
-    <span id="s_925" from="5387" to="5392" />
-    <span id="s_926" from="5393" to="5396" />
-    <span id="s_927" from="5397" to="5406" />
-    <span id="s_928" from="5407" to="5415" />
-    <span id="s_929" from="5416" to="5421" />
-    <span id="s_930" from="5422" to="5430" />
-    <span id="s_931" from="5430" to="5431" />
-    <span id="s_932" from="5432" to="5436" />
-    <span id="s_933" from="5437" to="5440" />
-    <span id="s_934" from="5441" to="5453" />
-    <span id="s_935" from="5454" to="5474" />
-    <span id="s_936" from="5475" to="5478" />
-    <span id="s_937" from="5479" to="5484" />
-    <span id="s_938" from="5485" to="5493" />
-    <span id="s_939" from="5494" to="5506" />
-    <span id="s_940" from="5506" to="5507" />
-    <span id="s_941" from="5508" to="5512" />
-    <span id="s_942" from="5513" to="5517" />
-    <span id="s_943" from="5518" to="5521" />
-    <span id="s_944" from="5522" to="5527" />
-    <span id="s_945" from="5528" to="5533" />
-    <span id="s_946" from="5534" to="5538" />
-    <span id="s_947" from="5539" to="5549" />
-    <span id="s_948" from="5550" to="5559" />
-    <span id="s_949" from="5560" to="5564" />
-    <span id="s_950" from="5565" to="5575" />
-    <span id="s_951" from="5576" to="5585" />
-    <span id="s_952" from="5586" to="5593" />
-    <span id="s_953" from="5593" to="5594" />
-    <span id="s_954" from="5595" to="5599" />
-    <span id="s_955" from="5600" to="5604" />
-    <span id="s_956" from="5605" to="5608" />
-    <span id="s_957" from="5609" to="5612" />
-    <span id="s_958" from="5613" to="5625" />
-    <span id="s_959" from="5626" to="5632" />
-    <span id="s_960" from="5633" to="5636" />
-    <span id="s_961" from="5637" to="5646" />
-    <span id="s_962" from="5647" to="5656" />
-    <span id="s_963" from="5657" to="5669" />
-    <span id="s_964" from="5670" to="5673" />
-    <span id="s_965" from="5674" to="5685" />
-    <span id="s_966" from="5686" to="5697" />
-    <span id="s_967" from="5698" to="5702" />
-    <span id="s_968" from="5703" to="5707" />
-    <span id="s_969" from="5708" to="5714" />
-    <span id="s_970" from="5715" to="5721" />
-    <span id="s_971" from="5722" to="5725" />
-    <span id="s_972" from="5726" to="5731" />
-    <span id="s_973" from="5732" to="5735" />
-    <span id="s_974" from="5736" to="5745" />
-    <span id="s_975" from="5746" to="5752" />
-    <span id="s_976" from="5753" to="5754" />
-    <span id="s_977" from="5755" to="5760" />
-    <span id="s_978" from="5761" to="5764" />
-    <span id="s_979" from="5765" to="5768" />
-    <span id="s_980" from="5769" to="5779" />
-    <span id="s_981" from="5779" to="5780" />
-    <span id="s_982" from="5781" to="5785" />
-    <span id="s_983" from="5786" to="5789" />
-    <span id="s_984" from="5790" to="5801" />
-    <span id="s_985" from="5802" to="5807" />
-    <span id="s_986" from="5808" to="5817" />
-    <span id="s_987" from="5817" to="5818" />
-    <span id="s_988" from="5819" to="5820" />
-    <span id="s_989" from="5820" to="5823" />
-    <span id="s_990" from="5824" to="5833" />
-    <span id="s_991" from="5833" to="5834" />
-    <span id="s_992" from="5835" to="5839" />
-    <span id="s_993" from="5840" to="5843" />
-    <span id="s_994" from="5844" to="5847" />
-    <span id="s_995" from="5848" to="5858" />
-    <span id="s_996" from="5859" to="5864" />
-    <span id="s_997" from="5865" to="5872" />
-    <span id="s_998" from="5873" to="5879" />
-    <span id="s_999" from="5880" to="5889" />
-    <span id="s_1000" from="5890" to="5896" />
-    <span id="s_1001" from="5897" to="5900" />
-    <span id="s_1002" from="5901" to="5909" />
-    <span id="s_1003" from="5910" to="5919" />
-    <span id="s_1004" from="5920" to="5925" />
-    <span id="s_1005" from="5925" to="5926" />
-    <span id="s_1006" from="5926" to="5927" />
-    <span id="s_1007" from="5928" to="5937" />
-    <span id="s_1008" from="5938" to="5941" />
-    <span id="s_1009" from="5941" to="5942" />
-    <span id="s_1010" from="5943" to="5944" />
-    <span id="s_1011" from="5944" to="5948" />
-    <span id="s_1012" from="5949" to="5952" />
-    <span id="s_1013" from="5953" to="5958" />
-    <span id="s_1014" from="5959" to="5965" />
-    <span id="s_1015" from="5966" to="5972" />
-    <span id="s_1016" from="5973" to="5976" />
-    <span id="s_1017" from="5977" to="5981" />
-    <span id="s_1018" from="5982" to="5992" />
-    <span id="s_1019" from="5993" to="6003" />
-    <span id="s_1020" from="6004" to="6012" />
-    <span id="s_1021" from="6013" to="6025" />
-    <span id="s_1022" from="6026" to="6027" />
-    <span id="s_1023" from="6028" to="6032" />
-    <span id="s_1024" from="6033" to="6037" />
-    <span id="s_1025" from="6038" to="6044" />
-    <span id="s_1026" from="6045" to="6052" />
-    <span id="s_1027" from="6053" to="6057" />
-    <span id="s_1028" from="6058" to="6063" />
-    <span id="s_1029" from="6063" to="6064" />
-    <span id="s_1030" from="6065" to="6067" />
-    <span id="s_1031" from="6068" to="6074" />
-    <span id="s_1032" from="6075" to="6079" />
-    <span id="s_1033" from="6080" to="6084" />
-    <span id="s_1034" from="6085" to="6088" />
-    <span id="s_1035" from="6089" to="6093" />
-    <span id="s_1036" from="6093" to="6094" />
-    <span id="s_1037" from="6095" to="6099" />
-    <span id="s_1038" from="6100" to="6103" />
-    <span id="s_1039" from="6104" to="6117" />
-    <span id="s_1040" from="6118" to="6120" />
-    <span id="s_1041" from="6121" to="6128" />
-    <span id="s_1042" from="6128" to="6129" />
-    <span id="s_1043" from="6130" to="6133" />
-    <span id="s_1044" from="6134" to="6137" />
-    <span id="s_1045" from="6138" to="6142" />
-    <span id="s_1046" from="6143" to="6148" />
-    <span id="s_1047" from="6149" to="6153" />
-    <span id="s_1048" from="6154" to="6162" />
-    <span id="s_1049" from="6162" to="6163" />
-    <span id="s_1050" from="6164" to="6168" />
-    <span id="s_1051" from="6169" to="6172" />
-    <span id="s_1052" from="6173" to="6178" />
-    <span id="s_1053" from="6178" to="6179" />
-    <span id="s_1054" from="6180" to="6183" />
-    <span id="s_1055" from="6184" to="6189" />
-    <span id="s_1056" from="6190" to="6193" />
-    <span id="s_1057" from="6194" to="6204" />
-    <span id="s_1058" from="6205" to="6207" />
-    <span id="s_1059" from="6208" to="6219" />
-    <span id="s_1060" from="6220" to="6227" />
-    <span id="s_1061" from="6228" to="6233" />
-    <span id="s_1062" from="6233" to="6234" />
-    <span id="s_1063" from="6235" to="6242" />
-    <span id="s_1064" from="6243" to="6247" />
-    <span id="s_1065" from="6248" to="6251" />
-    <span id="s_1066" from="6252" to="6266" />
-    <span id="s_1067" from="6267" to="6280" />
-    <span id="s_1068" from="6280" to="6281" />
-    <span id="s_1069" from="6282" to="6284" />
-    <span id="s_1070" from="6285" to="6287" />
-    <span id="s_1071" from="6288" to="6294" />
-    <span id="s_1072" from="6294" to="6295" />
-    <span id="s_1073" from="6296" to="6299" />
-    <span id="s_1074" from="6300" to="6304" />
-    <span id="s_1075" from="6305" to="6309" />
-    <span id="s_1076" from="6310" to="6321" />
-    <span id="s_1077" from="6321" to="6322" />
-    <span id="s_1078" from="6323" to="6330" />
-    <span id="s_1079" from="6331" to="6334" />
-    <span id="s_1080" from="6335" to="6340" />
-    <span id="s_1081" from="6341" to="6345" />
-    <span id="s_1082" from="6346" to="6355" />
-    <span id="s_1083" from="6355" to="6356" />
-    <span id="s_1084" from="6357" to="6361" />
-    <span id="s_1085" from="6362" to="6365" />
-    <span id="s_1086" from="6366" to="6370" />
-    <span id="s_1087" from="6371" to="6374" />
-    <span id="s_1088" from="6375" to="6381" />
-    <span id="s_1089" from="6382" to="6385" />
-    <span id="s_1090" from="6386" to="6389" />
-    <span id="s_1091" from="6390" to="6406" />
-    <span id="s_1092" from="6407" to="6412" />
-    <span id="s_1093" from="6413" to="6419" />
-    <span id="s_1094" from="6420" to="6430" />
-    <span id="s_1095" from="6430" to="6431" />
-    <span id="s_1096" from="6432" to="6436" />
-    <span id="s_1097" from="6437" to="6440" />
-    <span id="s_1098" from="6441" to="6453" />
-    <span id="s_1099" from="6454" to="6457" />
-    <span id="s_1100" from="6458" to="6463" />
-    <span id="s_1101" from="6464" to="6473" />
-    <span id="s_1102" from="6473" to="6474" />
-    <span id="s_1103" from="6474" to="6475" />
-    <span id="s_1104" from="6476" to="6481" />
-    <span id="s_1105" from="6482" to="6485" />
-    <span id="s_1106" from="6486" to="6502" />
-    <span id="s_1107" from="6503" to="6508" />
-    <span id="s_1108" from="6509" to="6517" />
-    <span id="s_1109" from="6518" to="6523" />
-    <span id="s_1110" from="6524" to="6533" />
-    <span id="s_1111" from="6534" to="6542" />
-    <span id="s_1112" from="6543" to="6548" />
-    <span id="s_1113" from="6549" to="6552" />
-    <span id="s_1114" from="6553" to="6556" />
-    <span id="s_1115" from="6557" to="6562" />
-    <span id="s_1116" from="6563" to="6566" />
-    <span id="s_1117" from="6567" to="6572" />
-    <span id="s_1118" from="6573" to="6582" />
-    <span id="s_1119" from="6583" to="6594" />
-    <span id="s_1120" from="6594" to="6595" />
-    <span id="s_1121" from="6596" to="6599" />
-    <span id="s_1122" from="6600" to="6602" />
-    <span id="s_1123" from="6603" to="6606" />
-    <span id="s_1124" from="6607" to="6614" />
-    <span id="s_1125" from="6615" to="6619" />
-    <span id="s_1126" from="6619" to="6620" />
-    <span id="s_1127" from="6621" to="6627" />
-    <span id="s_1128" from="6628" to="6638" />
-    <span id="s_1129" from="6639" to="6642" />
-    <span id="s_1130" from="6643" to="6647" />
-    <span id="s_1131" from="6648" to="6653" />
-    <span id="s_1132" from="6654" to="6662" />
-    <span id="s_1133" from="6663" to="6666" />
-    <span id="s_1134" from="6667" to="6675" />
-    <span id="s_1135" from="6676" to="6679" />
-    <span id="s_1136" from="6680" to="6686" />
-    <span id="s_1137" from="6687" to="6690" />
-    <span id="s_1138" from="6691" to="6708" />
-    <span id="s_1139" from="6708" to="6709" />
-    <span id="s_1140" from="6710" to="6713" />
-    <span id="s_1141" from="6714" to="6717" />
-    <span id="s_1142" from="6718" to="6727" />
-    <span id="s_1143" from="6728" to="6733" />
-    <span id="s_1144" from="6734" to="6738" />
-    <span id="s_1145" from="6739" to="6745" />
-    <span id="s_1146" from="6746" to="6752" />
-    <span id="s_1147" from="6753" to="6766" />
-    <span id="s_1148" from="6767" to="6770" />
-    <span id="s_1149" from="6770" to="6771" />
-    <span id="s_1150" from="6772" to="6775" />
-    <span id="s_1151" from="6776" to="6782" />
-    <span id="s_1152" from="6783" to="6791" />
-    <span id="s_1153" from="6792" to="6796" />
-    <span id="s_1154" from="6797" to="6803" />
-    <span id="s_1155" from="6804" to="6807" />
-    <span id="s_1156" from="6808" to="6820" />
-    <span id="s_1157" from="6821" to="6824" />
-    <span id="s_1158" from="6825" to="6831" />
-    <span id="s_1159" from="6832" to="6839" />
-    <span id="s_1160" from="6840" to="6841" />
-    <span id="s_1161" from="6841" to="6850" />
-    <span id="s_1162" from="6851" to="6867" />
-    <span id="s_1163" from="6867" to="6868" />
-    <span id="s_1164" from="6868" to="6869" />
-    <span id="s_1165" from="6870" to="6876" />
-    <span id="s_1166" from="6877" to="6884" />
-    <span id="s_1167" from="6885" to="6888" />
-    <span id="s_1168" from="6889" to="6893" />
-    <span id="s_1169" from="6894" to="6906" />
-    <span id="s_1170" from="6907" to="6913" />
-    <span id="s_1171" from="6913" to="6914" />
-    <span id="s_1172" from="6915" to="6922" />
-    <span id="s_1173" from="6923" to="6931" />
-    <span id="s_1174" from="6932" to="6937" />
-    <span id="s_1175" from="6938" to="6941" />
-    <span id="s_1176" from="6942" to="6958" />
-    <span id="s_1177" from="6959" to="6961" />
-    <span id="s_1178" from="6962" to="6973" />
-    <span id="s_1179" from="6974" to="6987" />
-    <span id="s_1180" from="6987" to="6988" />
-    <span id="s_1181" from="6989" to="6999" />
-    <span id="s_1182" from="7000" to="7003" />
-    <span id="s_1183" from="7004" to="7010" />
-    <span id="s_1184" from="7011" to="7026" />
-    <span id="s_1185" from="7027" to="7032" />
-    <span id="s_1186" from="7032" to="7033" />
-    <span id="s_1187" from="7034" to="7038" />
-    <span id="s_1188" from="7039" to="7057" />
-    <span id="s_1189" from="7058" to="7066" />
-    <span id="s_1190" from="7067" to="7072" />
-    <span id="s_1191" from="7073" to="7076" />
-    <span id="s_1192" from="7077" to="7082" />
-    <span id="s_1193" from="7083" to="7088" />
-    <span id="s_1194" from="7089" to="7093" />
-    <span id="s_1195" from="7094" to="7098" />
-    <span id="s_1196" from="7099" to="7104" />
-    <span id="s_1197" from="7105" to="7112" />
-    <span id="s_1198" from="7113" to="7122" />
-    <span id="s_1199" from="7122" to="7123" />
-    <span id="s_1200" from="7124" to="7129" />
-    <span id="s_1201" from="7130" to="7135" />
-    <span id="s_1202" from="7136" to="7138" />
-    <span id="s_1203" from="7139" to="7143" />
-    <span id="s_1204" from="7144" to="7147" />
-    <span id="s_1205" from="7148" to="7151" />
-    <span id="s_1206" from="7152" to="7161" />
-    <span id="s_1207" from="7162" to="7166" />
-    <span id="s_1208" from="7167" to="7169" />
-    <span id="s_1209" from="7170" to="7178" />
-    <span id="s_1210" from="7178" to="7179" />
-    <span id="s_1211" from="7180" to="7183" />
-    <span id="s_1212" from="7184" to="7188" />
-    <span id="s_1213" from="7189" to="7191" />
-    <span id="s_1214" from="7192" to="7197" />
-    <span id="s_1215" from="7198" to="7207" />
-    <span id="s_1216" from="7208" to="7219" />
-    <span id="s_1217" from="7220" to="7222" />
-    <span id="s_1218" from="7223" to="7231" />
-    <span id="s_1219" from="7232" to="7235" />
-    <span id="s_1220" from="7236" to="7248" />
-    <span id="s_1221" from="7249" to="7262" />
-    <span id="s_1222" from="7263" to="7268" />
-    <span id="s_1223" from="7269" to="7281" />
-    <span id="s_1224" from="7282" to="7286" />
-    <span id="s_1225" from="7287" to="7289" />
-    <span id="s_1226" from="7290" to="7295" />
-    <span id="s_1227" from="7296" to="7299" />
-    <span id="s_1228" from="7300" to="7310" />
-    <span id="s_1229" from="7311" to="7313" />
-    <span id="s_1230" from="7314" to="7322" />
-    <span id="s_1231" from="7323" to="7330" />
-    <span id="s_1232" from="7331" to="7335" />
-    <span id="s_1233" from="7335" to="7336" />
-    <span id="s_1234" from="7337" to="7340" />
-    <span id="s_1235" from="7341" to="7346" />
-    <span id="s_1236" from="7347" to="7353" />
-    <span id="s_1237" from="7354" to="7356" />
-    <span id="s_1238" from="7357" to="7360" />
-    <span id="s_1239" from="7361" to="7367" />
-    <span id="s_1240" from="7368" to="7371" />
-    <span id="s_1241" from="7372" to="7376" />
-    <span id="s_1242" from="7377" to="7380" />
-    <span id="s_1243" from="7381" to="7384" />
-    <span id="s_1244" from="7385" to="7392" />
-    <span id="s_1245" from="7393" to="7401" />
-    <span id="s_1246" from="7402" to="7408" />
-    <span id="s_1247" from="7408" to="7409" />
-    <span id="s_1248" from="7410" to="7414" />
-    <span id="s_1249" from="7415" to="7420" />
-    <span id="s_1250" from="7421" to="7426" />
-    <span id="s_1251" from="7427" to="7433" />
-    <span id="s_1252" from="7434" to="7436" />
-    <span id="s_1253" from="7436" to="7437" />
-    <span id="s_1254" from="7438" to="7441" />
-    <span id="s_1255" from="7442" to="7449" />
-    <span id="s_1256" from="7450" to="7456" />
-    <span id="s_1257" from="7457" to="7467" />
-    <span id="s_1258" from="7468" to="7472" />
-    <span id="s_1259" from="7473" to="7484" />
-    <span id="s_1260" from="7484" to="7485" />
-    <span id="s_1261" from="7486" to="7494" />
-    <span id="s_1262" from="7495" to="7499" />
-    <span id="s_1263" from="7500" to="7513" />
-    <span id="s_1264" from="7513" to="7514" />
-    <span id="s_1265" from="7515" to="7537" />
-    <span id="s_1266" from="7538" to="7546" />
-    <span id="s_1267" from="7547" to="7552" />
-    <span id="s_1268" from="7553" to="7554" />
-    <span id="s_1269" from="7554" to="7557" />
-    <span id="s_1270" from="7557" to="7558" />
-    <span id="s_1271" from="7559" to="7563" />
-    <span id="s_1272" from="7564" to="7568" />
-    <span id="s_1273" from="7568" to="7569" />
-    <span id="s_1274" from="7570" to="7571" />
-    <span id="s_1275" from="7571" to="7574" />
-    <span id="s_1276" from="7575" to="7581" />
-    <span id="s_1277" from="7582" to="7585" />
-    <span id="s_1278" from="7586" to="7597" />
-    <span id="s_1279" from="7598" to="7601" />
-    <span id="s_1280" from="7602" to="7607" />
-    <span id="s_1281" from="7608" to="7610" />
-    <span id="s_1282" from="7611" to="7617" />
-    <span id="s_1283" from="7618" to="7622" />
-    <span id="s_1284" from="7623" to="7625" />
-    <span id="s_1285" from="7625" to="7626" />
-    <span id="s_1286" from="7627" to="7631" />
-    <span id="s_1287" from="7632" to="7634" />
-    <span id="s_1288" from="7635" to="7638" />
-    <span id="s_1289" from="7639" to="7646" />
-    <span id="s_1290" from="7647" to="7651" />
-    <span id="s_1291" from="7651" to="7652" />
-    <span id="s_1292" from="7653" to="7666" />
-    <span id="s_1293" from="7667" to="7670" />
-    <span id="s_1294" from="7671" to="7680" />
-    <span id="s_1295" from="7681" to="7691" />
-    <span id="s_1296" from="7692" to="7694" />
-    <span id="s_1297" from="7695" to="7703" />
-    <span id="s_1298" from="7704" to="7711" />
-    <span id="s_1299" from="7712" to="7714" />
-    <span id="s_1300" from="7715" to="7725" />
-    <span id="s_1301" from="7725" to="7726" />
-    <span id="s_1302" from="7726" to="7727" />
-    <span id="s_1303" from="7728" to="7731" />
-    <span id="s_1304" from="7732" to="7736" />
-    <span id="s_1305" from="7737" to="7744" />
-    <span id="s_1306" from="7745" to="7749" />
-    <span id="s_1307" from="7750" to="7756" />
-    <span id="s_1308" from="7757" to="7759" />
-    <span id="s_1309" from="7760" to="7766" />
-    <span id="s_1310" from="7767" to="7780" />
-    <span id="s_1311" from="7780" to="7781" />
-    <span id="s_1312" from="7782" to="7786" />
-    <span id="s_1313" from="7787" to="7789" />
-    <span id="s_1314" from="7790" to="7809" />
-    <span id="s_1315" from="7809" to="7810" />
-    <span id="s_1316" from="7811" to="7813" />
-    <span id="s_1317" from="7814" to="7821" />
-    <span id="s_1318" from="7822" to="7826" />
-    <span id="s_1319" from="7827" to="7829" />
-    <span id="s_1320" from="7830" to="7841" />
-    <span id="s_1321" from="7842" to="7855" />
-    <span id="s_1322" from="7856" to="7862" />
-    <span id="s_1323" from="7863" to="7868" />
-    <span id="s_1324" from="7869" to="7872" />
-    <span id="s_1325" from="7873" to="7879" />
-    <span id="s_1326" from="7880" to="7883" />
-    <span id="s_1327" from="7884" to="7894" />
-    <span id="s_1328" from="7895" to="7901" />
-    <span id="s_1329" from="7901" to="7902" />
-    <span id="s_1330" from="7903" to="7905" />
-    <span id="s_1331" from="7906" to="7911" />
-    <span id="s_1332" from="7911" to="7912" />
-    <span id="s_1333" from="7913" to="7918" />
-    <span id="s_1334" from="7919" to="7923" />
-    <span id="s_1335" from="7924" to="7927" />
-    <span id="s_1336" from="7928" to="7941" />
-    <span id="s_1337" from="7942" to="7950" />
-    <span id="s_1338" from="7951" to="7954" />
-    <span id="s_1339" from="7955" to="7966" />
-    <span id="s_1340" from="7967" to="7970" />
-    <span id="s_1341" from="7971" to="7974" />
-    <span id="s_1342" from="7975" to="7990" />
-    <span id="s_1343" from="7991" to="7994" />
-    <span id="s_1344" from="7995" to="8006" />
-    <span id="s_1345" from="8006" to="8007" />
-    <span id="s_1346" from="8008" to="8011" />
-    <span id="s_1347" from="8012" to="8017" />
-    <span id="s_1348" from="8018" to="8021" />
-    <span id="s_1349" from="8022" to="8027" />
-    <span id="s_1350" from="8028" to="8035" />
-    <span id="s_1351" from="8036" to="8039" />
-    <span id="s_1352" from="8040" to="8042" />
-    <span id="s_1353" from="8043" to="8052" />
-    <span id="s_1354" from="8053" to="8057" />
-    <span id="s_1355" from="8058" to="8062" />
-    <span id="s_1356" from="8063" to="8074" />
-    <span id="s_1357" from="8075" to="8078" />
-    <span id="s_1358" from="8079" to="8085" />
-    <span id="s_1359" from="8086" to="8088" />
-    <span id="s_1360" from="8089" to="8096" />
-    <span id="s_1361" from="8096" to="8097" />
-    <span id="s_1362" from="8098" to="8102" />
-    <span id="s_1363" from="8103" to="8111" />
-    <span id="s_1364" from="8112" to="8115" />
-    <span id="s_1365" from="8116" to="8142" />
-    <span id="s_1366" from="8143" to="8149" />
-    <span id="s_1367" from="8150" to="8156" />
-    <span id="s_1368" from="8157" to="8160" />
-    <span id="s_1369" from="8161" to="8166" />
-    <span id="s_1370" from="8167" to="8176" />
-    <span id="s_1371" from="8177" to="8184" />
-    <span id="s_1372" from="8185" to="8191" />
-    <span id="s_1373" from="8191" to="8192" />
-    <span id="s_1374" from="8193" to="8198" />
-    <span id="s_1375" from="8199" to="8202" />
-    <span id="s_1376" from="8203" to="8216" />
-    <span id="s_1377" from="8217" to="8222" />
-    <span id="s_1378" from="8223" to="8229" />
-    <span id="s_1379" from="8230" to="8235" />
-    <span id="s_1380" from="8236" to="8246" />
-    <span id="s_1381" from="8246" to="8247" />
-    <span id="s_1382" from="8248" to="8255" />
-    <span id="s_1383" from="8256" to="8258" />
-    <span id="s_1384" from="8259" to="8262" />
-    <span id="s_1385" from="8263" to="8272" />
-    <span id="s_1386" from="8273" to="8279" />
-    <span id="s_1387" from="8280" to="8285" />
-    <span id="s_1388" from="8286" to="8288" />
-    <span id="s_1389" from="8289" to="8292" />
-    <span id="s_1390" from="8293" to="8313" />
-    <span id="s_1391" from="8314" to="8320" />
-    <span id="s_1392" from="8321" to="8325" />
-    <span id="s_1393" from="8326" to="8331" />
-    <span id="s_1394" from="8332" to="8336" />
-    <span id="s_1395" from="8336" to="8337" />
-    <span id="s_1396" from="8338" to="8345" />
-    <span id="s_1397" from="8346" to="8349" />
-    <span id="s_1398" from="8349" to="8350" />
-    <span id="s_1399" from="8351" to="8355" />
-    <span id="s_1400" from="8356" to="8359" />
-    <span id="s_1401" from="8360" to="8372" />
-    <span id="s_1402" from="8373" to="8396" />
-    <span id="s_1403" from="8397" to="8401" />
-    <span id="s_1404" from="8402" to="8405" />
-    <span id="s_1405" from="8406" to="8413" />
-    <span id="s_1406" from="8414" to="8417" />
-    <span id="s_1407" from="8418" to="8429" />
-    <span id="s_1408" from="8430" to="8441" />
-    <span id="s_1409" from="8442" to="8446" />
-    <span id="s_1410" from="8446" to="8447" />
-    <span id="s_1411" from="8448" to="8451" />
-    <span id="s_1412" from="8452" to="8456" />
-    <span id="s_1413" from="8457" to="8462" />
-    <span id="s_1414" from="8463" to="8470" />
-    <span id="s_1415" from="8471" to="8474" />
-    <span id="s_1416" from="8475" to="8481" />
-    <span id="s_1417" from="8482" to="8485" />
-    <span id="s_1418" from="8486" to="8503" />
-    <span id="s_1419" from="8504" to="8509" />
-    <span id="s_1420" from="8510" to="8520" />
-    <span id="s_1421" from="8521" to="8524" />
-    <span id="s_1422" from="8525" to="8529" />
-    <span id="s_1423" from="8530" to="8533" />
-    <span id="s_1424" from="8534" to="8541" />
-    <span id="s_1425" from="8542" to="8556" />
-    <span id="s_1426" from="8557" to="8561" />
-    <span id="s_1427" from="8561" to="8562" />
-    <span id="s_1428" from="8563" to="8565" />
-    <span id="s_1429" from="8566" to="8582" />
-    <span id="s_1430" from="8583" to="8586" />
-    <span id="s_1431" from="8587" to="8593" />
-    <span id="s_1432" from="8594" to="8601" />
-    <span id="s_1433" from="8602" to="8606" />
-    <span id="s_1434" from="8607" to="8612" />
-    <span id="s_1435" from="8613" to="8617" />
-    <span id="s_1436" from="8618" to="8628" />
-    <span id="s_1437" from="8629" to="8632" />
-    <span id="s_1438" from="8633" to="8647" />
-    <span id="s_1439" from="8648" to="8651" />
-    <span id="s_1440" from="8652" to="8654" />
-    <span id="s_1441" from="8655" to="8658" />
-    <span id="s_1442" from="8659" to="8663" />
-    <span id="s_1443" from="8664" to="8667" />
-    <span id="s_1444" from="8668" to="8681" />
-    <span id="s_1445" from="8682" to="8695" />
-    <span id="s_1446" from="8695" to="8696" />
-    <span id="s_1447" from="8697" to="8699" />
-    <span id="s_1448" from="8700" to="8712" />
-    <span id="s_1449" from="8713" to="8717" />
-    <span id="s_1450" from="8718" to="8722" />
-    <span id="s_1451" from="8723" to="8727" />
-    <span id="s_1452" from="8728" to="8735" />
-    <span id="s_1453" from="8736" to="8742" />
-    <span id="s_1454" from="8743" to="8749" />
-    <span id="s_1455" from="8749" to="8750" />
-    <span id="s_1456" from="8751" to="8754" />
-    <span id="s_1457" from="8755" to="8760" />
-    <span id="s_1458" from="8761" to="8765" />
-    <span id="s_1459" from="8766" to="8771" />
-    <span id="s_1460" from="8772" to="8779" />
-    <span id="s_1461" from="8780" to="8783" />
-    <span id="s_1462" from="8784" to="8798" />
-    <span id="s_1463" from="8799" to="8807" />
-    <span id="s_1464" from="8807" to="8808" />
-    <span id="s_1465" from="8809" to="8814" />
-    <span id="s_1466" from="8815" to="8817" />
-    <span id="s_1467" from="8817" to="8818" />
-    <span id="s_1468" from="8819" to="8824" />
-    <span id="s_1469" from="8825" to="8830" />
-    <span id="s_1470" from="8831" to="8834" />
-    <span id="s_1471" from="8835" to="8843" />
-    <span id="s_1472" from="8844" to="8853" />
-    <span id="s_1473" from="8854" to="8862" />
-    <span id="s_1474" from="8863" to="8868" />
-    <span id="s_1475" from="8869" to="8871" />
-    <span id="s_1476" from="8872" to="8875" />
-    <span id="s_1477" from="8876" to="8881" />
-    <span id="s_1478" from="8882" to="8887" />
-    <span id="s_1479" from="8888" to="8901" />
-    <span id="s_1480" from="8902" to="8903" />
-    <span id="s_1481" from="8904" to="8907" />
-    <span id="s_1482" from="8908" to="8913" />
-    <span id="s_1483" from="8913" to="8914" />
-    <span id="s_1484" from="8915" to="8919" />
-    <span id="s_1485" from="8920" to="8923" />
-    <span id="s_1486" from="8924" to="8928" />
-    <span id="s_1487" from="8929" to="8935" />
-    <span id="s_1488" from="8936" to="8939" />
-    <span id="s_1489" from="8940" to="8947" />
-    <span id="s_1490" from="8948" to="8952" />
-    <span id="s_1491" from="8953" to="8960" />
-    <span id="s_1492" from="8961" to="8971" />
-    <span id="s_1493" from="8972" to="8980" />
-    <span id="s_1494" from="8981" to="8991" />
-    <span id="s_1495" from="8992" to="8996" />
-    <span id="s_1496" from="8996" to="8997" />
-    <span id="s_1497" from="8998" to="9000" />
-    <span id="s_1498" from="9001" to="9004" />
-    <span id="s_1499" from="9005" to="9011" />
-    <span id="s_1500" from="9011" to="9012" />
-    <span id="s_1501" from="9013" to="9016" />
-    <span id="s_1502" from="9017" to="9020" />
-    <span id="s_1503" from="9021" to="9023" />
-    <span id="s_1504" from="9024" to="9030" />
-    <span id="s_1505" from="9031" to="9040" />
-    <span id="s_1506" from="9041" to="9050" />
-    <span id="s_1507" from="9051" to="9056" />
-    <span id="s_1508" from="9056" to="9057" />
-    <span id="s_1509" from="9058" to="9066" />
-    <span id="s_1510" from="9067" to="9070" />
-    <span id="s_1511" from="9070" to="9071" />
-    <span id="s_1512" from="9072" to="9073" />
-    <span id="s_1513" from="9073" to="9078" />
-    <span id="s_1514" from="9079" to="9085" />
-    <span id="s_1515" from="9086" to="9088" />
-    <span id="s_1516" from="9089" to="9098" />
-    <span id="s_1517" from="9099" to="9101" />
-    <span id="s_1518" from="9102" to="9105" />
-    <span id="s_1519" from="9106" to="9115" />
-    <span id="s_1520" from="9115" to="9116" />
-    <span id="s_1521" from="9117" to="9125" />
-    <span id="s_1522" from="9126" to="9135" />
-    <span id="s_1523" from="9136" to="9141" />
-    <span id="s_1524" from="9142" to="9144" />
-    <span id="s_1525" from="9145" to="9153" />
-    <span id="s_1526" from="9153" to="9154" />
-    <span id="s_1527" from="9155" to="9159" />
-    <span id="s_1528" from="9160" to="9163" />
-    <span id="s_1529" from="9164" to="9170" />
-    <span id="s_1530" from="9171" to="9174" />
-    <span id="s_1531" from="9175" to="9183" />
-    <span id="s_1532" from="9184" to="9190" />
-    <span id="s_1533" from="9191" to="9192" />
-    <span id="s_1534" from="9193" to="9196" />
-    <span id="s_1535" from="9197" to="9203" />
-    <span id="s_1536" from="9203" to="9204" />
-    <span id="s_1537" from="9205" to="9208" />
-    <span id="s_1538" from="9209" to="9213" />
-    <span id="s_1539" from="9214" to="9225" />
-    <span id="s_1540" from="9226" to="9230" />
-    <span id="s_1541" from="9231" to="9234" />
-    <span id="s_1542" from="9235" to="9238" />
-    <span id="s_1543" from="9239" to="9242" />
-    <span id="s_1544" from="9243" to="9265" />
-    <span id="s_1545" from="9266" to="9272" />
-    <span id="s_1546" from="9272" to="9273" />
-    <span id="s_1547" from="9274" to="9279" />
-    <span id="s_1548" from="9280" to="9289" />
-    <span id="s_1549" from="9290" to="9298" />
-    <span id="s_1550" from="9299" to="9303" />
-    <span id="s_1551" from="9304" to="9308" />
-    <span id="s_1552" from="9309" to="9312" />
-    <span id="s_1553" from="9313" to="9330" />
-    <span id="s_1554" from="9330" to="9331" />
-    <span id="s_1555" from="9332" to="9337" />
-    <span id="s_1556" from="9338" to="9344" />
-    <span id="s_1557" from="9345" to="9348" />
-    <span id="s_1558" from="9349" to="9352" />
-    <span id="s_1559" from="9353" to="9363" />
-    <span id="s_1560" from="9364" to="9367" />
-    <span id="s_1561" from="9368" to="9371" />
-    <span id="s_1562" from="9372" to="9375" />
-    <span id="s_1563" from="9376" to="9382" />
-    <span id="s_1564" from="9383" to="9392" />
-    <span id="s_1565" from="9393" to="9395" />
-    <span id="s_1566" from="9396" to="9399" />
-    <span id="s_1567" from="9400" to="9412" />
-    <span id="s_1568" from="9412" to="9413" />
-    <span id="s_1569" from="9414" to="9424" />
-    <span id="s_1570" from="9425" to="9430" />
-    <span id="s_1571" from="9430" to="9431" />
-    <span id="s_1572" from="9432" to="9435" />
-    <span id="s_1573" from="9436" to="9439" />
-    <span id="s_1574" from="9440" to="9442" />
-    <span id="s_1575" from="9443" to="9447" />
-    <span id="s_1576" from="9448" to="9452" />
-    <span id="s_1577" from="9453" to="9459" />
-    <span id="s_1578" from="9460" to="9464" />
-    <span id="s_1579" from="9464" to="9465" />
-    <span id="s_1580" from="9466" to="9469" />
-    <span id="s_1581" from="9470" to="9474" />
-    <span id="s_1582" from="9475" to="9479" />
-    <span id="s_1583" from="9480" to="9490" />
-    <span id="s_1584" from="9491" to="9500" />
-    <span id="s_1585" from="9500" to="9501" />
-    <span id="s_1586" from="9502" to="9505" />
-    <span id="s_1587" from="9506" to="9512" />
-    <span id="s_1588" from="9513" to="9523" />
-    <span id="s_1589" from="9524" to="9529" />
-    <span id="s_1590" from="9530" to="9533" />
-    <span id="s_1591" from="9534" to="9538" />
-    <span id="s_1592" from="9538" to="9539" />
-    <span id="s_1593" from="9540" to="9554" />
-    <span id="s_1594" from="9555" to="9561" />
-    <span id="s_1595" from="9562" to="9564" />
-    <span id="s_1596" from="9565" to="9571" />
-    <span id="s_1597" from="9571" to="9572" />
-    <span id="s_1598" from="9573" to="9576" />
-    <span id="s_1599" from="9577" to="9582" />
-    <span id="s_1600" from="9583" to="9588" />
-    <span id="s_1601" from="9589" to="9594" />
-    <span id="s_1602" from="9595" to="9599" />
-    <span id="s_1603" from="9600" to="9603" />
-    <span id="s_1604" from="9604" to="9609" />
-    <span id="s_1605" from="9610" to="9612" />
-    <span id="s_1606" from="9613" to="9620" />
-    <span id="s_1607" from="9620" to="9621" />
-    <span id="s_1608" from="9622" to="9627" />
-    <span id="s_1609" from="9628" to="9632" />
-    <span id="s_1610" from="9633" to="9636" />
-    <span id="s_1611" from="9636" to="9637" />
-    <span id="s_1612" from="9638" to="9641" />
-    <span id="s_1613" from="9642" to="9648" />
-    <span id="s_1614" from="9649" to="9654" />
-    <span id="s_1615" from="9655" to="9660" />
-    <span id="s_1616" from="9661" to="9666" />
-    <span id="s_1617" from="9667" to="9672" />
-    <span id="s_1618" from="9673" to="9679" />
-    <span id="s_1619" from="9680" to="9683" />
-    <span id="s_1620" from="9683" to="9684" />
-    <span id="s_1621" from="9685" to="9691" />
-    <span id="s_1622" from="9692" to="9698" />
-    <span id="s_1623" from="9698" to="9699" />
-    <span id="s_1624" from="9700" to="9704" />
-    <span id="s_1625" from="9705" to="9713" />
-    <span id="s_1626" from="9714" to="9719" />
-    <span id="s_1627" from="9719" to="9720" />
-    <span id="s_1628" from="9721" to="9726" />
-    <span id="s_1629" from="9727" to="9730" />
-    <span id="s_1630" from="9731" to="9734" />
-    <span id="s_1631" from="9735" to="9740" />
-    <span id="s_1632" from="9741" to="9746" />
-    <span id="s_1633" from="9746" to="9747" />
-    <span id="s_1634" from="9748" to="9751" />
-    <span id="s_1635" from="9752" to="9755" />
-    <span id="s_1636" from="9756" to="9761" />
-    <span id="s_1637" from="9762" to="9765" />
-    <span id="s_1638" from="9766" to="9772" />
-    <span id="s_1639" from="9773" to="9778" />
-    <span id="s_1640" from="9779" to="9787" />
-    <span id="s_1641" from="9788" to="9791" />
-    <span id="s_1642" from="9792" to="9798" />
-    <span id="s_1643" from="9799" to="9802" />
-    <span id="s_1644" from="9802" to="9803" />
-    <span id="s_1645" from="9804" to="9807" />
-    <span id="s_1646" from="9808" to="9812" />
-    <span id="s_1647" from="9813" to="9818" />
-    <span id="s_1648" from="9819" to="9834" />
-    <span id="s_1649" from="9835" to="9838" />
-    <span id="s_1650" from="9839" to="9844" />
-    <span id="s_1651" from="9845" to="9849" />
-    <span id="s_1652" from="9850" to="9855" />
-    <span id="s_1653" from="9856" to="9858" />
-    <span id="s_1654" from="9859" to="9863" />
-    <span id="s_1655" from="9863" to="9864" />
-    <span id="s_1656" from="9864" to="9865" />
-    <span id="s_1657" from="9866" to="9867" />
-    <span id="s_1658" from="9867" to="9870" />
-    <span id="s_1659" from="9871" to="9875" />
-    <span id="s_1660" from="9876" to="9879" />
-    <span id="s_1661" from="9880" to="9884" />
-    <span id="s_1662" from="9885" to="9890" />
-    <span id="s_1663" from="9891" to="9904" />
-    <span id="s_1664" from="9905" to="9908" />
-    <span id="s_1665" from="9909" to="9914" />
-    <span id="s_1666" from="9915" to="9919" />
-    <span id="s_1667" from="9920" to="9925" />
-    <span id="s_1668" from="9926" to="9930" />
-    <span id="s_1669" from="9930" to="9931" />
-    <span id="s_1670" from="9931" to="9932" />
-    <span id="s_1671" from="9933" to="9942" />
-    <span id="s_1672" from="9943" to="9951" />
-    <span id="s_1673" from="9952" to="9956" />
-    <span id="s_1674" from="9957" to="9964" />
-    <span id="s_1675" from="9964" to="9965" />
-    <span id="s_1676" from="9966" to="9969" />
-    <span id="s_1677" from="9970" to="9976" />
-    <span id="s_1678" from="9977" to="9984" />
-    <span id="s_1679" from="9985" to="9991" />
-    <span id="s_1680" from="9991" to="9992" />
-    <span id="s_1681" from="9993" to="9998" />
-    <span id="s_1682" from="9998" to="9999" />
-    <span id="s_1683" from="10000" to="10001" />
-    <span id="s_1684" from="10001" to="10005" />
-    <span id="s_1685" from="10006" to="10011" />
-    <span id="s_1686" from="10012" to="10018" />
-    <span id="s_1687" from="10019" to="10023" />
-    <span id="s_1688" from="10024" to="10027" />
-    <span id="s_1689" from="10028" to="10043" />
-    <span id="s_1690" from="10044" to="10049" />
-    <span id="s_1691" from="10050" to="10057" />
-    <span id="s_1692" from="10058" to="10061" />
-    <span id="s_1693" from="10062" to="10072" />
-    <span id="s_1694" from="10073" to="10076" />
-    <span id="s_1695" from="10077" to="10082" />
-    <span id="s_1696" from="10083" to="10092" />
-    <span id="s_1697" from="10093" to="10104" />
-    <span id="s_1698" from="10105" to="10115" />
-    <span id="s_1699" from="10115" to="10116" />
-    <span id="s_1700" from="10117" to="10122" />
-    <span id="s_1701" from="10123" to="10133" />
-    <span id="s_1702" from="10134" to="10138" />
-    <span id="s_1703" from="10139" to="10142" />
-    <span id="s_1704" from="10143" to="10149" />
-    <span id="s_1705" from="10150" to="10155" />
-    <span id="s_1706" from="10156" to="10161" />
-    <span id="s_1707" from="10161" to="10162" />
-    <span id="s_1708" from="10163" to="10168" />
-    <span id="s_1709" from="10169" to="10172" />
-    <span id="s_1710" from="10173" to="10178" />
-    <span id="s_1711" from="10179" to="10182" />
-    <span id="s_1712" from="10183" to="10190" />
-    <span id="s_1713" from="10191" to="10194" />
-    <span id="s_1714" from="10195" to="10204" />
-    <span id="s_1715" from="10205" to="10209" />
-    <span id="s_1716" from="10210" to="10218" />
-    <span id="s_1717" from="10219" to="10223" />
-    <span id="s_1718" from="10223" to="10224" />
-    <span id="s_1719" from="10225" to="10228" />
-    <span id="s_1720" from="10229" to="10232" />
-    <span id="s_1721" from="10233" to="10241" />
-    <span id="s_1722" from="10242" to="10245" />
-    <span id="s_1723" from="10246" to="10256" />
-    <span id="s_1724" from="10257" to="10260" />
-    <span id="s_1725" from="10261" to="10266" />
-    <span id="s_1726" from="10267" to="10271" />
-    <span id="s_1727" from="10272" to="10274" />
-    <span id="s_1728" from="10275" to="10279" />
-    <span id="s_1729" from="10280" to="10285" />
-    <span id="s_1730" from="10285" to="10286" />
-    <span id="s_1731" from="10286" to="10287" />
-    <span id="s_1732" from="10288" to="10291" />
-    <span id="s_1733" from="10292" to="10299" />
-    <span id="s_1734" from="10300" to="10313" />
-    <span id="s_1735" from="10314" to="10322" />
-    <span id="s_1736" from="10323" to="10330" />
-    <span id="s_1737" from="10331" to="10336" />
-    <span id="s_1738" from="10337" to="10345" />
-    <span id="s_1739" from="10346" to="10349" />
-    <span id="s_1740" from="10350" to="10359" />
-    <span id="s_1741" from="10360" to="10368" />
-    <span id="s_1742" from="10369" to="10372" />
-    <span id="s_1743" from="10373" to="10380" />
-    <span id="s_1744" from="10381" to="10387" />
-    <span id="s_1745" from="10388" to="10399" />
-    <span id="s_1746" from="10399" to="10400" />
-    <span id="s_1747" from="10401" to="10404" />
-    <span id="s_1748" from="10405" to="10408" />
-    <span id="s_1749" from="10409" to="10414" />
-    <span id="s_1750" from="10415" to="10418" />
-    <span id="s_1751" from="10419" to="10428" />
-    <span id="s_1752" from="10429" to="10440" />
-    <span id="s_1753" from="10441" to="10446" />
-    <span id="s_1754" from="10447" to="10451" />
-    <span id="s_1755" from="10452" to="10458" />
-    <span id="s_1756" from="10459" to="10462" />
-    <span id="s_1757" from="10463" to="10473" />
-    <span id="s_1758" from="10474" to="10476" />
-    <span id="s_1759" from="10477" to="10482" />
-    <span id="s_1760" from="10483" to="10489" />
-    <span id="s_1761" from="10490" to="10493" />
-    <span id="s_1762" from="10493" to="10494" />
-    <span id="s_1763" from="10495" to="10496" />
-    <span id="s_1764" from="10496" to="10499" />
-    <span id="s_1765" from="10500" to="10505" />
-    <span id="s_1766" from="10506" to="10511" />
-    <span id="s_1767" from="10511" to="10512" />
-    <span id="s_1768" from="10513" to="10516" />
-    <span id="s_1769" from="10517" to="10520" />
-    <span id="s_1770" from="10521" to="10526" />
-    <span id="s_1771" from="10526" to="10527" />
-    <span id="s_1772" from="10528" to="10531" />
-    <span id="s_1773" from="10532" to="10535" />
-    <span id="s_1774" from="10536" to="10545" />
-    <span id="s_1775" from="10545" to="10546" />
-    <span id="s_1776" from="10547" to="10551" />
-    <span id="s_1777" from="10552" to="10554" />
-    <span id="s_1778" from="10555" to="10559" />
-    <span id="s_1779" from="10560" to="10565" />
-    <span id="s_1780" from="10566" to="10570" />
-    <span id="s_1781" from="10571" to="10574" />
-    <span id="s_1782" from="10575" to="10585" />
-    <span id="s_1783" from="10586" to="10590" />
-    <span id="s_1784" from="10591" to="10593" />
-    <span id="s_1785" from="10594" to="10597" />
-    <span id="s_1786" from="10597" to="10598" />
-    <span id="s_1787" from="10599" to="10601" />
-    <span id="s_1788" from="10602" to="10605" />
-    <span id="s_1789" from="10606" to="10609" />
-    <span id="s_1790" from="10610" to="10617" />
-    <span id="s_1791" from="10618" to="10624" />
-    <span id="s_1792" from="10624" to="10625" />
-    <span id="s_1793" from="10626" to="10630" />
-    <span id="s_1794" from="10631" to="10637" />
-    <span id="s_1795" from="10638" to="10644" />
-    <span id="s_1796" from="10645" to="10648" />
-    <span id="s_1797" from="10649" to="10656" />
-    <span id="s_1798" from="10657" to="10662" />
-    <span id="s_1799" from="10662" to="10663" />
-    <span id="s_1800" from="10663" to="10664" />
-    <span id="s_1801" from="10665" to="10669" />
-    <span id="s_1802" from="10670" to="10673" />
-    <span id="s_1803" from="10673" to="10674" />
-    <span id="s_1804" from="10675" to="10676" />
-    <span id="s_1805" from="10676" to="10679" />
-    <span id="s_1806" from="10680" to="10685" />
-    <span id="s_1807" from="10686" to="10700" />
-    <span id="s_1808" from="10701" to="10703" />
-    <span id="s_1809" from="10704" to="10707" />
-    <span id="s_1810" from="10707" to="10708" />
-    <span id="s_1811" from="10709" to="10719" />
-    <span id="s_1812" from="10720" to="10726" />
-    <span id="s_1813" from="10727" to="10730" />
-    <span id="s_1814" from="10731" to="10734" />
-    <span id="s_1815" from="10735" to="10739" />
-    <span id="s_1816" from="10740" to="10747" />
-    <span id="s_1817" from="10748" to="10751" />
-    <span id="s_1818" from="10752" to="10754" />
-    <span id="s_1819" from="10755" to="10764" />
-    <span id="s_1820" from="10765" to="10774" />
-    <span id="s_1821" from="10774" to="10775" />
-    <span id="s_1822" from="10776" to="10788" />
-    <span id="s_1823" from="10789" to="10795" />
-    <span id="s_1824" from="10796" to="10799" />
-    <span id="s_1825" from="10800" to="10803" />
-    <span id="s_1826" from="10804" to="10812" />
-    <span id="s_1827" from="10813" to="10821" />
-    <span id="s_1828" from="10822" to="10823" />
-    <span id="s_1829" from="10824" to="10828" />
-    <span id="s_1830" from="10829" to="10832" />
-    <span id="s_1831" from="10833" to="10838" />
-    <span id="s_1832" from="10839" to="10842" />
-    <span id="s_1833" from="10843" to="10857" />
-    <span id="s_1834" from="10858" to="10863" />
-    <span id="s_1835" from="10864" to="10873" />
-    <span id="s_1836" from="10873" to="10874" />
-    <span id="s_1837" from="10874" to="10875" />
-    <span id="s_1838" from="10876" to="10880" />
-    <span id="s_1839" from="10880" to="10881" />
-    <span id="s_1840" from="10882" to="10889" />
-    <span id="s_1841" from="10890" to="10897" />
-  </spanList>
-</layer>
diff --git a/t/corpus/BRZ13/00001/xip/constituency.xml b/t/corpus/BRZ13/00001/xip/constituency.xml
deleted file mode 100644
index a5418a4..0000000
--- a/t/corpus/BRZ13/00001/xip/constituency.xml
+++ /dev/null
@@ -1,20429 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?xml-model href="span.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
-
-<layer xmlns="http://ids-mannheim.de/ns/KorAP" version="KorAP-0.4" docid="BRZ13_APR.00001">
-  <spanList>
-    <span id="s1_n6" from="0" to="24">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s1_n9" />
-      <rel label="dominates" target="s1_n4" />
-    </span>
-    <span id="s1_n9" from="0" to="20">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s1_n8" />
-    </span>
-    <span id="s1_n8" from="0" to="20">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s1_n7" />
-      <rel label="dominates" uri="morpho.xml#s1_n2" />
-    </span>
-    <span id="s1_n7" from="0" to="9">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s1_n0" />
-    </span>
-    <span id="s1_n0" from="0" to="9">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s1_n2" from="10" to="20">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s1_n4" from="21" to="24">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s2_n32" from="24" to="106">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s2_n42" />
-      <rel label="dominates" target="s2_n43" />
-      <rel label="dominates" uri="morpho.xml#s2_n30" />
-    </span>
-    <span id="s2_n42" from="24" to="68">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s2_n0" />
-      <rel label="dominates" target="s2_n38" />
-      <rel label="dominates" uri="morpho.xml#s2_n8" />
-      <rel label="dominates" uri="morpho.xml#s2_n10" />
-      <rel label="dominates" target="s2_n34" />
-      <rel label="dominates" target="s2_n41" />
-    </span>
-    <span id="s2_n0" from="24" to="25">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s2_n38" from="25" to="44">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s2_n2" />
-      <rel label="dominates" target="s2_n36" />
-    </span>
-    <span id="s2_n2" from="25" to="28">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s2_n36" from="29" to="44">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s2_n33" />
-      <rel label="dominates" uri="morpho.xml#s2_n6" />
-    </span>
-    <span id="s2_n33" from="29" to="39">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s2_n4" />
-    </span>
-    <span id="s2_n4" from="29" to="39">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s2_n6" from="40" to="44">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s2_n8" from="45" to="51">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s2_n10" from="52" to="56">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s2_n34" from="57" to="61">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s2_n12" />
-    </span>
-    <span id="s2_n12" from="57" to="61">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s2_n41" from="62" to="68">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s2_n14" />
-      <rel label="dominates" target="s2_n40" />
-    </span>
-    <span id="s2_n14" from="62" to="64">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s2_n40" from="65" to="68">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s2_n16" />
-    </span>
-    <span id="s2_n16" from="65" to="68">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s2_n43" from="68" to="105">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s2_n18" />
-      <rel label="dominates" target="s2_n39" />
-      <rel label="dominates" uri="morpho.xml#s2_n24" />
-      <rel label="dominates" target="s2_n35" />
-    </span>
-    <span id="s2_n18" from="68" to="69">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s2_n39" from="70" to="79">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s2_n20" />
-      <rel label="dominates" target="s2_n37" />
-    </span>
-    <span id="s2_n20" from="70" to="73">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s2_n37" from="74" to="79">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s2_n22" />
-    </span>
-    <span id="s2_n22" from="74" to="79">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s2_n24" from="80" to="86">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s2_n35" from="87" to="105">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s2_n26" />
-      <rel label="dominates" uri="morpho.xml#s2_n28" />
-    </span>
-    <span id="s2_n26" from="87" to="90">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s2_n28" from="91" to="105">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s2_n30" from="105" to="106">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s3_n32" from="107" to="212">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s3_n40" />
-      <rel label="dominates" target="s3_n41" />
-    </span>
-    <span id="s3_n40" from="107" to="158">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s3_n0" />
-      <rel label="dominates" uri="morpho.xml#s3_n2" />
-      <rel label="dominates" target="s3_n37" />
-      <rel label="dominates" target="s3_n38" />
-      <rel label="dominates" uri="morpho.xml#s3_n12" />
-    </span>
-    <span id="s3_n0" from="107" to="110">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s3_n2" from="111" to="115">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s3_n37" from="116" to="135">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s3_n4" />
-      <rel label="dominates" target="s3_n34" />
-    </span>
-    <span id="s3_n4" from="116" to="119">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s3_n34" from="120" to="135">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s3_n6" />
-    </span>
-    <span id="s3_n6" from="120" to="135">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s3_n38" from="136" to="147">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s3_n8" />
-      <rel label="dominates" target="s3_n35" />
-    </span>
-    <span id="s3_n8" from="136" to="141">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s3_n35" from="142" to="147">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s3_n10" />
-    </span>
-    <span id="s3_n10" from="142" to="147">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s3_n12" from="148" to="158">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s3_n41" from="158" to="212">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s3_n14" />
-      <rel label="dominates" uri="morpho.xml#s3_n16" />
-      <rel label="dominates" target="s3_n33" />
-      <rel label="dominates" target="s3_n39" />
-      <rel label="dominates" uri="morpho.xml#s3_n24" />
-      <rel label="dominates" uri="morpho.xml#s3_n26" />
-      <rel label="dominates" uri="morpho.xml#s3_n28" />
-      <rel label="dominates" uri="morpho.xml#s3_n30" />
-    </span>
-    <span id="s3_n14" from="158" to="159">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s3_n16" from="160" to="165">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s3_n33" from="166" to="178">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s3_n18" />
-      <rel label="dominates" uri="morpho.xml#s3_n20" />
-    </span>
-    <span id="s3_n18" from="166" to="169">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s3_n20" from="170" to="178">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s3_n39" from="179" to="188">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s3_n36" />
-    </span>
-    <span id="s3_n36" from="179" to="188">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s3_n22" />
-    </span>
-    <span id="s3_n22" from="179" to="188">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s3_n24" from="189" to="196">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s3_n26" from="197" to="203">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s3_n28" from="204" to="211">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s3_n30" from="211" to="212">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s4_n14" from="213" to="257">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s4_n20" />
-      <rel label="dominates" uri="morpho.xml#s4_n12" />
-    </span>
-    <span id="s4_n20" from="213" to="256">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s4_n17" />
-      <rel label="dominates" uri="morpho.xml#s4_n4" />
-      <rel label="dominates" target="s4_n19" />
-    </span>
-    <span id="s4_n17" from="213" to="228">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s4_n0" />
-      <rel label="dominates" target="s4_n15" />
-    </span>
-    <span id="s4_n0" from="213" to="217">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s4_n15" from="218" to="228">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s4_n2" />
-    </span>
-    <span id="s4_n2" from="218" to="228">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s4_n4" from="229" to="236">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s4_n19" from="237" to="256">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s4_n6" />
-      <rel label="dominates" target="s4_n18" />
-    </span>
-    <span id="s4_n6" from="237" to="242">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s4_n18" from="243" to="256">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s4_n8" />
-      <rel label="dominates" target="s4_n16" />
-    </span>
-    <span id="s4_n8" from="243" to="246">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s4_n16" from="247" to="256">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s4_n10" />
-    </span>
-    <span id="s4_n10" from="247" to="256">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s4_n12" from="256" to="257">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s5_n4" from="258" to="271">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s5_n6" />
-      <rel label="dominates" uri="morpho.xml#s5_n2" />
-    </span>
-    <span id="s5_n6" from="258" to="270">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s5_n5" />
-    </span>
-    <span id="s5_n5" from="258" to="270">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s5_n0" />
-    </span>
-    <span id="s5_n0" from="258" to="270">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s5_n2" from="270" to="271">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s6_n26" from="273" to="334">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s6_n36" />
-      <rel label="dominates" uri="morpho.xml#s6_n24" />
-    </span>
-    <span id="s6_n36" from="273" to="333">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s6_n30" />
-      <rel label="dominates" target="s6_n35" />
-      <rel label="dominates" uri="morpho.xml#s6_n16" />
-      <rel label="dominates" uri="morpho.xml#s6_n18" />
-      <rel label="dominates" target="s6_n32" />
-    </span>
-    <span id="s6_n30" from="273" to="281">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s6_n0" />
-      <rel label="dominates" target="s6_n27" />
-    </span>
-    <span id="s6_n0" from="273" to="276">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s6_n27" from="277" to="281">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s6_n2" />
-    </span>
-    <span id="s6_n2" from="277" to="281">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s6_n35" from="281" to="306">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s6_n4" />
-      <rel label="dominates" target="s6_n34" />
-      <rel label="dominates" uri="morpho.xml#s6_n14" />
-    </span>
-    <span id="s6_n4" from="281" to="282">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s6_n34" from="283" to="305">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">SC</f>
-      </fs>
-      <rel label="dominates" target="s6_n33" />
-      <rel label="dominates" target="s6_n31" />
-      <rel label="dominates" uri="morpho.xml#s6_n12" />
-    </span>
-    <span id="s6_n33" from="283" to="286">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s6_n6" />
-    </span>
-    <span id="s6_n6" from="283" to="286">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s6_n31" from="287" to="298">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s6_n8" />
-      <rel label="dominates" target="s6_n28" />
-    </span>
-    <span id="s6_n8" from="287" to="292">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s6_n28" from="293" to="298">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s6_n10" />
-    </span>
-    <span id="s6_n10" from="293" to="298">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s6_n12" from="299" to="305">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s6_n14" from="305" to="306">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s6_n16" from="307" to="310">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s6_n18" from="311" to="317">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s6_n32" from="318" to="333">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s6_n20" />
-      <rel label="dominates" target="s6_n29" />
-    </span>
-    <span id="s6_n20" from="318" to="322">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s6_n29" from="323" to="333">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s6_n22" />
-    </span>
-    <span id="s6_n22" from="323" to="333">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s6_n24" from="333" to="334">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s7_n46" from="335" to="469">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s7_n62" />
-    </span>
-    <span id="s7_n62" from="335" to="469">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s7_n58" />
-      <rel label="dominates" target="s7_n59" />
-      <rel label="dominates" uri="morpho.xml#s7_n12" />
-      <rel label="dominates" target="s7_n56" />
-      <rel label="dominates" target="s7_n61" />
-    </span>
-    <span id="s7_n58" from="335" to="350">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s7_n0" />
-      <rel label="dominates" target="s7_n52" />
-    </span>
-    <span id="s7_n0" from="335" to="337">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s7_n52" from="338" to="350">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s7_n2" />
-      <rel label="dominates" target="s7_n48" />
-    </span>
-    <span id="s7_n2" from="338" to="343">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s7_n48" from="344" to="350">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s7_n4" />
-    </span>
-    <span id="s7_n4" from="344" to="350">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s7_n59" from="351" to="370">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s7_n6" />
-      <rel label="dominates" target="s7_n53" />
-    </span>
-    <span id="s7_n6" from="351" to="353">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s7_n53" from="354" to="370">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s7_n8" />
-      <rel label="dominates" target="s7_n49" />
-    </span>
-    <span id="s7_n8" from="354" to="360">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s7_n49" from="361" to="370">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s7_n10" />
-    </span>
-    <span id="s7_n10" from="361" to="370">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s7_n12" from="371" to="379">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s7_n56" from="380" to="383">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s7_n14" />
-    </span>
-    <span id="s7_n14" from="380" to="383">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s7_n61" from="383" to="469">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s7_n16" />
-      <rel label="dominates" target="s7_n60" />
-      <rel label="dominates" uri="morpho.xml#s7_n44" />
-    </span>
-    <span id="s7_n16" from="383" to="384">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s7_n60" from="385" to="468">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">SC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s7_n18" />
-      <rel label="dominates" target="s7_n54" />
-      <rel label="dominates" uri="morpho.xml#s7_n24" />
-      <rel label="dominates" target="s7_n55" />
-      <rel label="dominates" target="s7_n57" />
-      <rel label="dominates" target="s7_n47" />
-      <rel label="dominates" uri="morpho.xml#s7_n40" />
-      <rel label="dominates" uri="morpho.xml#s7_n42" />
-    </span>
-    <span id="s7_n18" from="385" to="389">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s7_n54" from="390" to="401">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s7_n20" />
-      <rel label="dominates" target="s7_n50" />
-    </span>
-    <span id="s7_n20" from="390" to="394">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s7_n50" from="395" to="401">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s7_n22" />
-    </span>
-    <span id="s7_n22" from="395" to="401">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s7_n24" from="402" to="405">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s7_n55" from="406" to="415">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s7_n26" />
-      <rel label="dominates" target="s7_n51" />
-    </span>
-    <span id="s7_n26" from="406" to="409">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s7_n51" from="410" to="415">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s7_n28" />
-    </span>
-    <span id="s7_n28" from="410" to="415">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s7_n57" from="416" to="419">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s7_n30" />
-    </span>
-    <span id="s7_n30" from="416" to="419">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s7_n47" from="420" to="450">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s7_n32" />
-      <rel label="dominates" uri="morpho.xml#s7_n34" />
-      <rel label="dominates" uri="morpho.xml#s7_n36" />
-      <rel label="dominates" uri="morpho.xml#s7_n38" />
-    </span>
-    <span id="s7_n32" from="420" to="429">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s7_n34" from="430" to="435">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s7_n36" from="436" to="442">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s7_n38" from="443" to="450">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s7_n40" from="451" to="462">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s7_n42" from="463" to="468">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s7_n44" from="468" to="469">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s8_n32" from="470" to="554">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s8_n43" />
-      <rel label="dominates" target="s8_n44" />
-      <rel label="dominates" uri="morpho.xml#s8_n20" />
-      <rel label="dominates" target="s8_n45" />
-      <rel label="dominates" uri="morpho.xml#s8_n30" />
-    </span>
-    <span id="s8_n43" from="470" to="512">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s8_n0" />
-      <rel label="dominates" uri="morpho.xml#s8_n2" />
-      <rel label="dominates" target="s8_n39" />
-      <rel label="dominates" target="s8_n40" />
-      <rel label="dominates" uri="morpho.xml#s8_n8" />
-      <rel label="dominates" uri="morpho.xml#s8_n10" />
-      <rel label="dominates" target="s8_n42" />
-      <rel label="dominates" uri="morpho.xml#s8_n16" />
-    </span>
-    <span id="s8_n0" from="470" to="474">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s8_n2" from="475" to="478">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s8_n39" from="479" to="482">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s8_n4" />
-    </span>
-    <span id="s8_n4" from="479" to="482">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s8_n40" from="483" to="485">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s8_n35" />
-    </span>
-    <span id="s8_n35" from="483" to="485">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s8_n34" />
-    </span>
-    <span id="s8_n34" from="483" to="485">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NUM</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s8_n6" />
-    </span>
-    <span id="s8_n6" from="483" to="485">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NUM</f>
-      </fs>
-    </span>
-    <span id="s8_n8" from="486" to="489">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s8_n10" from="490" to="493">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s8_n42" from="494" to="502">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s8_n12" />
-      <rel label="dominates" target="s8_n41" />
-    </span>
-    <span id="s8_n12" from="494" to="496">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s8_n41" from="497" to="502">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s8_n36" />
-    </span>
-    <span id="s8_n36" from="497" to="502">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s8_n14" />
-    </span>
-    <span id="s8_n14" from="497" to="502">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s8_n16" from="503" to="512">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s8_n44" from="513" to="519">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s8_n18" />
-    </span>
-    <span id="s8_n18" from="513" to="519">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s8_n20" from="519" to="520">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s8_n45" from="521" to="553">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s8_n22" />
-      <rel label="dominates" target="s8_n38" />
-    </span>
-    <span id="s8_n22" from="521" to="528">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s8_n38" from="529" to="553">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s8_n24" />
-      <rel label="dominates" target="s8_n37" />
-    </span>
-    <span id="s8_n24" from="529" to="532">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s8_n37" from="533" to="553">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s8_n33" />
-      <rel label="dominates" uri="morpho.xml#s8_n28" />
-    </span>
-    <span id="s8_n33" from="533" to="546">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s8_n26" />
-    </span>
-    <span id="s8_n26" from="533" to="546">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s8_n28" from="547" to="553">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s8_n30" from="553" to="554">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s9_n30" from="555" to="629">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s9_n36" />
-      <rel label="dominates" uri="morpho.xml#s9_n14" />
-      <rel label="dominates" target="s9_n37" />
-      <rel label="dominates" uri="morpho.xml#s9_n28" />
-    </span>
-    <span id="s9_n36" from="555" to="591">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s9_n0" />
-      <rel label="dominates" target="s9_n34" />
-      <rel label="dominates" uri="morpho.xml#s9_n6" />
-      <rel label="dominates" uri="morpho.xml#s9_n8" />
-      <rel label="dominates" uri="morpho.xml#s9_n10" />
-      <rel label="dominates" target="s9_n31" />
-    </span>
-    <span id="s9_n0" from="555" to="559">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s9_n34" from="560" to="570">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s9_n2" />
-      <rel label="dominates" target="s9_n32" />
-    </span>
-    <span id="s9_n2" from="560" to="564">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s9_n32" from="565" to="570">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s9_n4" />
-    </span>
-    <span id="s9_n4" from="565" to="570">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s9_n6" from="571" to="574">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s9_n8" from="575" to="580">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s9_n10" from="581" to="585">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s9_n31" from="586" to="591">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s9_n12" />
-    </span>
-    <span id="s9_n12" from="586" to="591">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s9_n14" from="591" to="592">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s9_n37" from="593" to="628">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s9_n35" />
-      <rel label="dominates" uri="morpho.xml#s9_n20" />
-      <rel label="dominates" uri="morpho.xml#s9_n22" />
-      <rel label="dominates" uri="morpho.xml#s9_n24" />
-      <rel label="dominates" uri="morpho.xml#s9_n26" />
-    </span>
-    <span id="s9_n35" from="593" to="608">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s9_n16" />
-      <rel label="dominates" target="s9_n33" />
-    </span>
-    <span id="s9_n16" from="593" to="596">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s9_n33" from="597" to="608">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s9_n18" />
-    </span>
-    <span id="s9_n18" from="597" to="608">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s9_n20" from="609" to="615">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s9_n22" from="616" to="620">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PTCL</f>
-      </fs>
-    </span>
-    <span id="s9_n24" from="621" to="624">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s9_n26" from="625" to="628">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PTCL</f>
-      </fs>
-    </span>
-    <span id="s9_n28" from="628" to="629">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s10_n36" from="630" to="737">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s10_n53" />
-      <rel label="dominates" target="s10_n54" />
-      <rel label="dominates" uri="morpho.xml#s10_n34" />
-    </span>
-    <span id="s10_n53" from="630" to="677">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s10_n50" />
-      <rel label="dominates" uri="morpho.xml#s10_n6" />
-      <rel label="dominates" target="s10_n44" />
-      <rel label="dominates" target="s10_n51" />
-    </span>
-    <span id="s10_n50" from="630" to="646">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s10_n0" />
-      <rel label="dominates" target="s10_n43" />
-    </span>
-    <span id="s10_n0" from="630" to="633">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s10_n43" from="634" to="646">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s10_n2" />
-      <rel label="dominates" target="s10_n38" />
-    </span>
-    <span id="s10_n2" from="634" to="640">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s10_n38" from="641" to="646">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s10_n4" />
-    </span>
-    <span id="s10_n4" from="641" to="646">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s10_n6" from="647" to="653">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s10_n44" from="654" to="662">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s10_n8" />
-      <rel label="dominates" target="s10_n39" />
-    </span>
-    <span id="s10_n8" from="654" to="657">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s10_n39" from="658" to="662">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s10_n10" />
-    </span>
-    <span id="s10_n10" from="658" to="662">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s10_n51" from="663" to="677">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s10_n12" />
-      <rel label="dominates" target="s10_n46" />
-    </span>
-    <span id="s10_n12" from="663" to="665">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s10_n46" from="666" to="677">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s10_n40" />
-    </span>
-    <span id="s10_n40" from="666" to="677">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s10_n14" />
-    </span>
-    <span id="s10_n14" from="666" to="677">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s10_n54" from="678" to="736">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s10_n16" />
-      <rel label="dominates" target="s10_n52" />
-      <rel label="dominates" uri="morpho.xml#s10_n24" />
-      <rel label="dominates" target="s10_n47" />
-      <rel label="dominates" target="s10_n48" />
-      <rel label="dominates" target="s10_n49" />
-    </span>
-    <span id="s10_n16" from="678" to="681">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s10_n52" from="682" to="701">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s10_n18" />
-      <rel label="dominates" target="s10_n45" />
-    </span>
-    <span id="s10_n18" from="682" to="686">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s10_n45" from="687" to="701">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s10_n20" />
-      <rel label="dominates" target="s10_n41" />
-    </span>
-    <span id="s10_n20" from="687" to="693">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s10_n41" from="694" to="701">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s10_n22" />
-    </span>
-    <span id="s10_n22" from="694" to="701">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s10_n24" from="702" to="708">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s10_n47" from="709" to="712">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s10_n26" />
-    </span>
-    <span id="s10_n26" from="709" to="712">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s10_n48" from="713" to="716">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s10_n28" />
-    </span>
-    <span id="s10_n28" from="713" to="716">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s10_n49" from="717" to="736">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s10_n42" />
-    </span>
-    <span id="s10_n42" from="717" to="736">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s10_n37" />
-    </span>
-    <span id="s10_n37" from="717" to="736">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s10_n30" />
-      <rel label="dominates" uri="morpho.xml#s10_n32" />
-    </span>
-    <span id="s10_n30" from="717" to="726">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s10_n32" from="727" to="736">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s10_n34" from="736" to="737">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s11_n72" from="738" to="936">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s11_n105" />
-      <rel label="dominates" target="s11_n103" />
-      <rel label="dominates" uri="morpho.xml#s11_n58" />
-      <rel label="dominates" target="s11_n104" />
-      <rel label="dominates" uri="morpho.xml#s11_n70" />
-    </span>
-    <span id="s11_n105" from="738" to="891">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" target="s11_n101" />
-      <rel label="dominates" uri="morpho.xml#s11_n26" />
-      <rel label="dominates" target="s11_n102" />
-      <rel label="dominates" target="s11_n76" />
-      <rel label="dominates" uri="morpho.xml#s11_n42" />
-      <rel label="dominates" target="s11_n96" />
-      <rel label="dominates" uri="morpho.xml#s11_n50" />
-    </span>
-    <span id="s11_n101" from="738" to="832">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" target="s11_n99" />
-      <rel label="dominates" uri="morpho.xml#s11_n24" />
-    </span>
-    <span id="s11_n99" from="738" to="831">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">SC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s11_n0" />
-      <rel label="dominates" target="s11_n84" />
-      <rel label="dominates" target="s11_n85" />
-      <rel label="dominates" target="s11_n94" />
-      <rel label="dominates" target="s11_n87" />
-      <rel label="dominates" target="s11_n95" />
-      <rel label="dominates" uri="morpho.xml#s11_n22" />
-    </span>
-    <span id="s11_n0" from="738" to="742">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s11_n84" from="743" to="746">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s11_n2" />
-    </span>
-    <span id="s11_n2" from="743" to="746">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s11_n85" from="747" to="766">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s11_n79" />
-    </span>
-    <span id="s11_n79" from="747" to="766">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s11_n73" />
-    </span>
-    <span id="s11_n73" from="747" to="766">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s11_n4" />
-      <rel label="dominates" uri="morpho.xml#s11_n6" />
-    </span>
-    <span id="s11_n4" from="747" to="756">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s11_n6" from="757" to="766">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s11_n94" from="767" to="775">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s11_n8" />
-      <rel label="dominates" target="s11_n86" />
-    </span>
-    <span id="s11_n8" from="767" to="769">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s11_n86" from="770" to="775">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s11_n10" />
-    </span>
-    <span id="s11_n10" from="770" to="775">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s11_n87" from="776" to="788">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s11_n80" />
-    </span>
-    <span id="s11_n80" from="776" to="788">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s11_n74" />
-      <rel label="dominates" uri="morpho.xml#s11_n14" />
-    </span>
-    <span id="s11_n74" from="776" to="782">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s11_n12" />
-    </span>
-    <span id="s11_n12" from="776" to="782">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s11_n14" from="783" to="788">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s11_n95" from="789" to="815">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s11_n16" />
-      <rel label="dominates" target="s11_n88" />
-    </span>
-    <span id="s11_n16" from="789" to="791">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s11_n88" from="792" to="815">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s11_n81" />
-    </span>
-    <span id="s11_n81" from="792" to="815">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s11_n75" />
-      <rel label="dominates" uri="morpho.xml#s11_n20" />
-    </span>
-    <span id="s11_n75" from="792" to="804">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s11_n18" />
-    </span>
-    <span id="s11_n18" from="792" to="804">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s11_n20" from="805" to="815">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s11_n22" from="816" to="831">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s11_n24" from="831" to="832">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s11_n26" from="833" to="836">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s11_n102" from="837" to="862">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" target="s11_n100" />
-      <rel label="dominates" uri="morpho.xml#s11_n38" />
-    </span>
-    <span id="s11_n100" from="837" to="861">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">SC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s11_n28" />
-      <rel label="dominates" target="s11_n89" />
-      <rel label="dominates" target="s11_n90" />
-      <rel label="dominates" uri="morpho.xml#s11_n34" />
-      <rel label="dominates" uri="morpho.xml#s11_n36" />
-    </span>
-    <span id="s11_n28" from="837" to="841">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s11_n89" from="842" to="845">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s11_n30" />
-    </span>
-    <span id="s11_n30" from="842" to="845">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s11_n90" from="846" to="849">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s11_n32" />
-    </span>
-    <span id="s11_n32" from="846" to="849">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s11_n34" from="850" to="855">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s11_n36" from="856" to="861">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s11_n38" from="861" to="862">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s11_n76" from="863" to="868">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s11_n40" />
-    </span>
-    <span id="s11_n40" from="863" to="868">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s11_n42" from="869" to="872">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s11_n96" from="873" to="890">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s11_n44" />
-      <rel label="dominates" target="s11_n91" />
-    </span>
-    <span id="s11_n44" from="873" to="876">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s11_n91" from="877" to="890">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s11_n82" />
-    </span>
-    <span id="s11_n82" from="877" to="890">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s11_n77" />
-      <rel label="dominates" uri="morpho.xml#s11_n48" />
-    </span>
-    <span id="s11_n77" from="877" to="883">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s11_n46" />
-    </span>
-    <span id="s11_n46" from="877" to="883">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s11_n48" from="884" to="890">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s11_n50" from="890" to="891">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s11_n103" from="892" to="906">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s11_n52" />
-      <rel label="dominates" uri="morpho.xml#s11_n54" />
-      <rel label="dominates" target="s11_n92" />
-    </span>
-    <span id="s11_n52" from="892" to="896">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s11_n54" from="897" to="902">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s11_n92" from="903" to="906">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s11_n56" />
-    </span>
-    <span id="s11_n56" from="903" to="906">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s11_n58" from="906" to="907">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s11_n104" from="908" to="935">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s11_n98" />
-      <rel label="dominates" uri="morpho.xml#s11_n62" />
-      <rel label="dominates" target="s11_n97" />
-    </span>
-    <span id="s11_n98" from="908" to="913">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s11_n60" />
-    </span>
-    <span id="s11_n60" from="908" to="913">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s11_n62" from="914" to="917">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s11_n97" from="918" to="935">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s11_n64" />
-      <rel label="dominates" target="s11_n93" />
-    </span>
-    <span id="s11_n64" from="918" to="920">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s11_n93" from="921" to="935">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s11_n83" />
-    </span>
-    <span id="s11_n83" from="921" to="935">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s11_n78" />
-      <rel label="dominates" uri="morpho.xml#s11_n68" />
-    </span>
-    <span id="s11_n78" from="921" to="927">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s11_n66" />
-    </span>
-    <span id="s11_n66" from="921" to="927">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s11_n68" from="928" to="935">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s11_n70" from="935" to="936">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s12_n48" from="937" to="1067">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s12_n65" />
-    </span>
-    <span id="s12_n65" from="937" to="1067">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s12_n0" />
-      <rel label="dominates" uri="morpho.xml#s12_n2" />
-      <rel label="dominates" uri="morpho.xml#s12_n4" />
-      <rel label="dominates" target="s12_n53" />
-      <rel label="dominates" target="s12_n62" />
-      <rel label="dominates" target="s12_n63" />
-      <rel label="dominates" target="s12_n64" />
-    </span>
-    <span id="s12_n0" from="937" to="941">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s12_n2" from="942" to="946">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s12_n4" from="947" to="956">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s12_n53" from="957" to="960">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s12_n6" />
-    </span>
-    <span id="s12_n6" from="957" to="960">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s12_n62" from="960" to="1014">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s12_n8" />
-      <rel label="dominates" target="s12_n59" />
-      <rel label="dominates" uri="morpho.xml#s12_n26" />
-    </span>
-    <span id="s12_n8" from="960" to="961">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s12_n59" from="962" to="1013">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">SC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s12_n10" />
-      <rel label="dominates" target="s12_n54" />
-      <rel label="dominates" uri="morpho.xml#s12_n14" />
-      <rel label="dominates" uri="morpho.xml#s12_n16" />
-      <rel label="dominates" target="s12_n58" />
-      <rel label="dominates" uri="morpho.xml#s12_n22" />
-      <rel label="dominates" uri="morpho.xml#s12_n24" />
-    </span>
-    <span id="s12_n10" from="962" to="965">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s12_n54" from="966" to="969">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s12_n12" />
-    </span>
-    <span id="s12_n12" from="966" to="969">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s12_n14" from="970" to="975">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s12_n16" from="976" to="982">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s12_n58" from="983" to="1000">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s12_n18" />
-      <rel label="dominates" target="s12_n55" />
-    </span>
-    <span id="s12_n18" from="983" to="986">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s12_n55" from="987" to="1000">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s12_n49" />
-    </span>
-    <span id="s12_n49" from="987" to="1000">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s12_n20" />
-    </span>
-    <span id="s12_n20" from="987" to="1000">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s12_n22" from="1001" to="1008">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s12_n24" from="1009" to="1013">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s12_n26" from="1013" to="1014">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s12_n63" from="1015" to="1052">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" target="s12_n60" />
-      <rel label="dominates" uri="morpho.xml#s12_n38" />
-    </span>
-    <span id="s12_n60" from="1015" to="1051">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">SC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s12_n28" />
-      <rel label="dominates" target="s12_n56" />
-      <rel label="dominates" target="s12_n52" />
-      <rel label="dominates" uri="morpho.xml#s12_n36" />
-    </span>
-    <span id="s12_n28" from="1015" to="1018">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s12_n56" from="1019" to="1029">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s12_n50" />
-    </span>
-    <span id="s12_n50" from="1019" to="1029">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s12_n30" />
-    </span>
-    <span id="s12_n30" from="1019" to="1029">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s12_n52" from="1030" to="1043">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s12_n32" />
-      <rel label="dominates" target="s12_n51" />
-    </span>
-    <span id="s12_n32" from="1030" to="1034">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s12_n51" from="1035" to="1043">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s12_n34" />
-    </span>
-    <span id="s12_n34" from="1035" to="1043">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s12_n36" from="1044" to="1051">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s12_n38" from="1051" to="1052">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s12_n64" from="1053" to="1067">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" target="s12_n61" />
-      <rel label="dominates" uri="morpho.xml#s12_n46" />
-    </span>
-    <span id="s12_n61" from="1053" to="1066">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">SC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s12_n40" />
-      <rel label="dominates" target="s12_n57" />
-      <rel label="dominates" uri="morpho.xml#s12_n44" />
-    </span>
-    <span id="s12_n40" from="1053" to="1056">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s12_n57" from="1057" to="1060">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s12_n42" />
-    </span>
-    <span id="s12_n42" from="1057" to="1060">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s12_n44" from="1061" to="1066">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s12_n46" from="1066" to="1067">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s13_n22" from="1068" to="1122">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s13_n26" />
-      <rel label="dominates" uri="morpho.xml#s13_n10" />
-      <rel label="dominates" target="s13_n27" />
-      <rel label="dominates" uri="morpho.xml#s13_n20" />
-    </span>
-    <span id="s13_n26" from="1068" to="1097">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s13_n0" />
-      <rel label="dominates" uri="morpho.xml#s13_n2" />
-      <rel label="dominates" target="s13_n24" />
-      <rel label="dominates" uri="morpho.xml#s13_n8" />
-    </span>
-    <span id="s13_n0" from="1068" to="1073">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s13_n2" from="1074" to="1080">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s13_n24" from="1081" to="1090">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s13_n4" />
-      <rel label="dominates" target="s13_n23" />
-    </span>
-    <span id="s13_n4" from="1081" to="1085">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s13_n23" from="1086" to="1090">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s13_n6" />
-    </span>
-    <span id="s13_n6" from="1086" to="1090">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s13_n8" from="1091" to="1097">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s13_n10" from="1097" to="1098">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s13_n27" from="1099" to="1121">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s13_n12" />
-      <rel label="dominates" uri="morpho.xml#s13_n14" />
-      <rel label="dominates" target="s13_n25" />
-      <rel label="dominates" uri="morpho.xml#s13_n18" />
-    </span>
-    <span id="s13_n12" from="1099" to="1104">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s13_n14" from="1105" to="1109">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s13_n25" from="1110" to="1113">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s13_n16" />
-    </span>
-    <span id="s13_n16" from="1110" to="1113">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s13_n18" from="1114" to="1121">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s13_n20" from="1121" to="1122">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s14_n48" from="1123" to="1247">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s14_n65" />
-      <rel label="dominates" uri="morpho.xml#s14_n12" />
-      <rel label="dominates" target="s14_n66" />
-      <rel label="dominates" target="s14_n67" />
-    </span>
-    <span id="s14_n65" from="1123" to="1156">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s14_n61" />
-      <rel label="dominates" uri="morpho.xml#s14_n6" />
-      <rel label="dominates" target="s14_n55" />
-    </span>
-    <span id="s14_n61" from="1123" to="1142">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s14_n0" />
-      <rel label="dominates" target="s14_n57" />
-    </span>
-    <span id="s14_n0" from="1123" to="1125">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s14_n57" from="1126" to="1142">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s14_n51" />
-    </span>
-    <span id="s14_n51" from="1126" to="1142">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s14_n49" />
-      <rel label="dominates" uri="morpho.xml#s14_n4" />
-    </span>
-    <span id="s14_n49" from="1126" to="1133">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s14_n2" />
-    </span>
-    <span id="s14_n2" from="1126" to="1133">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s14_n4" from="1134" to="1142">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s14_n6" from="1143" to="1147">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s14_n55" from="1148" to="1156">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s14_n8" />
-      <rel label="dominates" target="s14_n52" />
-    </span>
-    <span id="s14_n8" from="1148" to="1151">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s14_n52" from="1152" to="1156">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s14_n10" />
-    </span>
-    <span id="s14_n10" from="1152" to="1156">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s14_n12" from="1156" to="1157">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s14_n66" from="1158" to="1170">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s14_n58" />
-      <rel label="dominates" uri="morpho.xml#s14_n16" />
-    </span>
-    <span id="s14_n58" from="1158" to="1161">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s14_n14" />
-    </span>
-    <span id="s14_n14" from="1158" to="1161">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s14_n16" from="1162" to="1170">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s14_n67" from="1171" to="1247">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s14_n18" />
-      <rel label="dominates" uri="morpho.xml#s14_n20" />
-      <rel label="dominates" target="s14_n59" />
-      <rel label="dominates" target="s14_n50" />
-      <rel label="dominates" target="s14_n64" />
-    </span>
-    <span id="s14_n18" from="1171" to="1174">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s14_n20" from="1175" to="1185">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s14_n59" from="1186" to="1190">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s14_n22" />
-    </span>
-    <span id="s14_n22" from="1186" to="1190">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s14_n50" from="1191" to="1200">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s14_n24" />
-      <rel label="dominates" uri="morpho.xml#s14_n26" />
-    </span>
-    <span id="s14_n24" from="1191" to="1193">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s14_n26" from="1194" to="1200">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s14_n64" from="1200" to="1247">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s14_n28" />
-      <rel label="dominates" target="s14_n63" />
-      <rel label="dominates" uri="morpho.xml#s14_n46" />
-    </span>
-    <span id="s14_n28" from="1200" to="1201">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s14_n63" from="1202" to="1246">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">SC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s14_n30" />
-      <rel label="dominates" target="s14_n56" />
-      <rel label="dominates" target="s14_n62" />
-      <rel label="dominates" uri="morpho.xml#s14_n40" />
-      <rel label="dominates" uri="morpho.xml#s14_n42" />
-      <rel label="dominates" uri="morpho.xml#s14_n44" />
-    </span>
-    <span id="s14_n30" from="1202" to="1206">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s14_n56" from="1207" to="1218">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s14_n32" />
-      <rel label="dominates" target="s14_n53" />
-    </span>
-    <span id="s14_n32" from="1207" to="1210">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s14_n53" from="1211" to="1218">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s14_n34" />
-    </span>
-    <span id="s14_n34" from="1211" to="1218">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s14_n62" from="1219" to="1225">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s14_n36" />
-      <rel label="dominates" target="s14_n60" />
-    </span>
-    <span id="s14_n36" from="1219" to="1221">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s14_n60" from="1222" to="1225">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s14_n54" />
-    </span>
-    <span id="s14_n54" from="1222" to="1225">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s14_n38" />
-    </span>
-    <span id="s14_n38" from="1222" to="1225">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s14_n40" from="1226" to="1232">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s14_n42" from="1233" to="1237">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s14_n44" from="1238" to="1246">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s14_n46" from="1246" to="1247">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s15_n20" from="1248" to="1331">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s15_n30" />
-      <rel label="dominates" uri="morpho.xml#s15_n18" />
-    </span>
-    <span id="s15_n30" from="1248" to="1330">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s15_n28" />
-      <rel label="dominates" uri="morpho.xml#s15_n4" />
-      <rel label="dominates" target="s15_n27" />
-      <rel label="dominates" target="s15_n29" />
-    </span>
-    <span id="s15_n28" from="1248" to="1261">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s15_n0" />
-      <rel label="dominates" target="s15_n26" />
-    </span>
-    <span id="s15_n0" from="1248" to="1252">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s15_n26" from="1253" to="1261">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s15_n22" />
-    </span>
-    <span id="s15_n22" from="1253" to="1261">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s15_n2" />
-    </span>
-    <span id="s15_n2" from="1253" to="1261">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s15_n4" from="1262" to="1266">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s15_n27" from="1267" to="1286">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s15_n23" />
-    </span>
-    <span id="s15_n23" from="1267" to="1286">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s15_n21" />
-    </span>
-    <span id="s15_n21" from="1267" to="1286">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s15_n6" />
-      <rel label="dominates" uri="morpho.xml#s15_n8" />
-    </span>
-    <span id="s15_n6" from="1267" to="1276">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s15_n8" from="1277" to="1286">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s15_n29" from="1287" to="1330">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s15_n10" />
-      <rel label="dominates" target="s15_n25" />
-    </span>
-    <span id="s15_n10" from="1287" to="1290">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s15_n25" from="1291" to="1330">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s15_n12" />
-      <rel label="dominates" uri="morpho.xml#s15_n14" />
-      <rel label="dominates" target="s15_n24" />
-    </span>
-    <span id="s15_n12" from="1291" to="1296">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s15_n14" from="1297" to="1310">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s15_n24" from="1311" to="1330">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s15_n16" />
-    </span>
-    <span id="s15_n16" from="1311" to="1330">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s15_n18" from="1330" to="1331">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s16_n16" from="1332" to="1368">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s16_n22" />
-      <rel label="dominates" uri="morpho.xml#s16_n14" />
-    </span>
-    <span id="s16_n22" from="1332" to="1367">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s16_n21" />
-      <rel label="dominates" uri="morpho.xml#s16_n8" />
-      <rel label="dominates" target="s16_n18" />
-      <rel label="dominates" uri="morpho.xml#s16_n12" />
-    </span>
-    <span id="s16_n21" from="1332" to="1349">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" target="s16_n20" />
-      <rel label="dominates" uri="morpho.xml#s16_n6" />
-    </span>
-    <span id="s16_n20" from="1332" to="1348">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">SC</f>
-      </fs>
-      <rel label="dominates" target="s16_n17" />
-      <rel label="dominates" target="s16_n19" />
-      <rel label="dominates" uri="morpho.xml#s16_n4" />
-    </span>
-    <span id="s16_n17" from="1332" to="1335">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s16_n0" />
-    </span>
-    <span id="s16_n0" from="1332" to="1335">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s16_n19" from="1336" to="1339">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s16_n2" />
-    </span>
-    <span id="s16_n2" from="1336" to="1339">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s16_n4" from="1340" to="1348">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s16_n6" from="1348" to="1349">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s16_n8" from="1350" to="1360">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s16_n18" from="1361" to="1364">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s16_n10" />
-    </span>
-    <span id="s16_n10" from="1361" to="1364">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s16_n12" from="1365" to="1367">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s16_n14" from="1367" to="1368">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s17_n66" from="1369" to="1613">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s17_n92" />
-    </span>
-    <span id="s17_n92" from="1369" to="1613">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s17_n86" />
-      <rel label="dominates" target="s17_n87" />
-      <rel label="dominates" uri="morpho.xml#s17_n14" />
-      <rel label="dominates" target="s17_n84" />
-      <rel label="dominates" target="s17_n85" />
-      <rel label="dominates" target="s17_n80" />
-      <rel label="dominates" uri="morpho.xml#s17_n24" />
-      <rel label="dominates" target="s17_n26" />
-      <rel label="dominates" target="s17_n81" />
-      <rel label="dominates" target="s17_n90" />
-      <rel label="dominates" target="s17_n91" />
-    </span>
-    <span id="s17_n86" from="1369" to="1406">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s17_n0" />
-      <rel label="dominates" target="s17_n78" />
-    </span>
-    <span id="s17_n0" from="1369" to="1377">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s17_n78" from="1378" to="1406">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s17_n2" />
-      <rel label="dominates" target="s17_n71" />
-    </span>
-    <span id="s17_n2" from="1378" to="1381">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s17_n71" from="1382" to="1406">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s17_n69" />
-      <rel label="dominates" uri="morpho.xml#s17_n6" />
-    </span>
-    <span id="s17_n69" from="1382" to="1395">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s17_n4" />
-    </span>
-    <span id="s17_n4" from="1382" to="1395">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s17_n6" from="1396" to="1406">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s17_n87" from="1407" to="1427">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s17_n8" />
-      <rel label="dominates" target="s17_n79" />
-    </span>
-    <span id="s17_n8" from="1407" to="1412">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s17_n79" from="1413" to="1427">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s17_n10" />
-      <rel label="dominates" target="s17_n72" />
-    </span>
-    <span id="s17_n10" from="1413" to="1416">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s17_n72" from="1417" to="1427">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s17_n12" />
-    </span>
-    <span id="s17_n12" from="1417" to="1427">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s17_n14" from="1428" to="1433">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s17_n84" from="1434" to="1438">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s17_n16" />
-    </span>
-    <span id="s17_n16" from="1434" to="1438">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s17_n85" from="1439" to="1444">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s17_n73" />
-    </span>
-    <span id="s17_n73" from="1439" to="1444">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s17_n18" />
-    </span>
-    <span id="s17_n18" from="1439" to="1444">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s17_n80" from="1445" to="1466">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s17_n20" />
-      <rel label="dominates" target="s17_n74" />
-    </span>
-    <span id="s17_n20" from="1445" to="1450">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s17_n74" from="1451" to="1466">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s17_n22" />
-    </span>
-    <span id="s17_n22" from="1451" to="1466">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s17_n24" from="1467" to="1478">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s17_n26" from="1479" to="1482">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s17_n81" from="1483" to="1502">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s17_n28" />
-      <rel label="dominates" target="s17_n75" />
-    </span>
-    <span id="s17_n28" from="1483" to="1487">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s17_n75" from="1488" to="1502">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s17_n30" />
-    </span>
-    <span id="s17_n30" from="1488" to="1502">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s17_n90" from="1502" to="1587">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s17_n32" />
-      <rel label="dominates" target="s17_n88" />
-      <rel label="dominates" uri="morpho.xml#s17_n54" />
-    </span>
-    <span id="s17_n32" from="1502" to="1503">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s17_n88" from="1504" to="1586">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INFC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s17_n34" />
-      <rel label="dominates" target="s17_n82" />
-      <rel label="dominates" uri="morpho.xml#s17_n42" />
-      <rel label="dominates" target="s17_n83" />
-      <rel label="dominates" uri="morpho.xml#s17_n48" />
-      <rel label="dominates" target="s17_n67" />
-    </span>
-    <span id="s17_n34" from="1504" to="1506">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s17_n82" from="1507" to="1542">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s17_n36" />
-      <rel label="dominates" target="s17_n76" />
-    </span>
-    <span id="s17_n36" from="1507" to="1510">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s17_n76" from="1511" to="1542">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s17_n70" />
-      <rel label="dominates" uri="morpho.xml#s17_n40" />
-    </span>
-    <span id="s17_n70" from="1511" to="1521">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s17_n38" />
-    </span>
-    <span id="s17_n38" from="1511" to="1521">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s17_n40" from="1522" to="1542">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s17_n42" from="1543" to="1546">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s17_n83" from="1547" to="1566">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s17_n44" />
-      <rel label="dominates" target="s17_n77" />
-    </span>
-    <span id="s17_n44" from="1547" to="1550">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s17_n77" from="1551" to="1566">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s17_n46" />
-    </span>
-    <span id="s17_n46" from="1551" to="1566">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s17_n48" from="1567" to="1575">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s17_n67" from="1576" to="1586">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s17_n50" />
-      <rel label="dominates" uri="morpho.xml#s17_n52" />
-    </span>
-    <span id="s17_n50" from="1576" to="1578">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PTCL</f>
-      </fs>
-    </span>
-    <span id="s17_n52" from="1579" to="1586">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s17_n54" from="1586" to="1587">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s17_n91" from="1588" to="1613">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" target="s17_n89" />
-      <rel label="dominates" uri="morpho.xml#s17_n64" />
-    </span>
-    <span id="s17_n89" from="1588" to="1612">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INFC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s17_n56" />
-      <rel label="dominates" uri="morpho.xml#s17_n58" />
-      <rel label="dominates" target="s17_n68" />
-    </span>
-    <span id="s17_n56" from="1588" to="1590">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s17_n58" from="1591" to="1601">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s17_n68" from="1602" to="1612">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s17_n60" />
-      <rel label="dominates" uri="morpho.xml#s17_n62" />
-    </span>
-    <span id="s17_n60" from="1602" to="1604">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PTCL</f>
-      </fs>
-    </span>
-    <span id="s17_n62" from="1605" to="1612">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s17_n64" from="1612" to="1613">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s18_n26" from="1614" to="1695">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s18_n35" />
-      <rel label="dominates" uri="morpho.xml#s18_n18" />
-      <rel label="dominates" target="s18_n36" />
-      <rel label="dominates" uri="morpho.xml#s18_n24" />
-    </span>
-    <span id="s18_n35" from="1614" to="1680">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s18_n0" />
-      <rel label="dominates" target="s18_n31" />
-      <rel label="dominates" uri="morpho.xml#s18_n6" />
-      <rel label="dominates" target="s18_n32" />
-      <rel label="dominates" uri="morpho.xml#s18_n12" />
-      <rel label="dominates" target="s18_n33" />
-      <rel label="dominates" uri="morpho.xml#s18_n16" />
-    </span>
-    <span id="s18_n0" from="1614" to="1615">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s18_n31" from="1615" to="1631">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s18_n2" />
-      <rel label="dominates" target="s18_n28" />
-    </span>
-    <span id="s18_n2" from="1615" to="1620">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s18_n28" from="1621" to="1631">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s18_n4" />
-    </span>
-    <span id="s18_n4" from="1621" to="1631">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s18_n6" from="1632" to="1640">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s18_n32" from="1641" to="1666">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s18_n29" />
-    </span>
-    <span id="s18_n29" from="1641" to="1666">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s18_n27" />
-      <rel label="dominates" uri="morpho.xml#s18_n10" />
-    </span>
-    <span id="s18_n27" from="1641" to="1653">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s18_n8" />
-    </span>
-    <span id="s18_n8" from="1641" to="1653">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s18_n10" from="1654" to="1666">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s18_n12" from="1667" to="1670">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s18_n33" from="1671" to="1679">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s18_n30" />
-    </span>
-    <span id="s18_n30" from="1671" to="1679">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s18_n14" />
-    </span>
-    <span id="s18_n14" from="1671" to="1679">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s18_n16" from="1679" to="1680">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s18_n18" from="1680" to="1681">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s18_n36" from="1682" to="1694">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s18_n20" />
-      <rel label="dominates" target="s18_n34" />
-    </span>
-    <span id="s18_n20" from="1682" to="1690">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s18_n34" from="1691" to="1694">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s18_n22" />
-    </span>
-    <span id="s18_n22" from="1691" to="1694">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s18_n24" from="1694" to="1695">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s19_n74" from="1696" to="1921">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s19_n97" />
-      <rel label="dominates" target="s19_n98" />
-      <rel label="dominates" uri="morpho.xml#s19_n50" />
-      <rel label="dominates" uri="morpho.xml#s19_n52" />
-      <rel label="dominates" target="s19_n92" />
-      <rel label="dominates" target="s19_n93" />
-      <rel label="dominates" uri="morpho.xml#s19_n58" />
-      <rel label="dominates" target="s19_n99" />
-      <rel label="dominates" target="s19_n100" />
-      <rel label="dominates" uri="morpho.xml#s19_n72" />
-    </span>
-    <span id="s19_n97" from="1696" to="1830">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s19_n0" />
-      <rel label="dominates" target="s19_n94" />
-      <rel label="dominates" target="s19_n95" />
-      <rel label="dominates" uri="morpho.xml#s19_n12" />
-      <rel label="dominates" target="s19_n88" />
-      <rel label="dominates" uri="morpho.xml#s19_n16" />
-      <rel label="dominates" target="s19_n89" />
-      <rel label="dominates" uri="morpho.xml#s19_n20" />
-      <rel label="dominates" target="s19_n85" />
-      <rel label="dominates" uri="morpho.xml#s19_n26" />
-      <rel label="dominates" target="s19_n90" />
-      <rel label="dominates" uri="morpho.xml#s19_n30" />
-      <rel label="dominates" target="s19_n76" />
-      <rel label="dominates" uri="morpho.xml#s19_n34" />
-      <rel label="dominates" uri="morpho.xml#s19_n36" />
-    </span>
-    <span id="s19_n0" from="1696" to="1697">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s19_n94" from="1697" to="1721">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s19_n2" />
-      <rel label="dominates" target="s19_n86" />
-    </span>
-    <span id="s19_n2" from="1697" to="1702">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s19_n86" from="1703" to="1721">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s19_n79" />
-    </span>
-    <span id="s19_n79" from="1703" to="1721">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s19_n75" />
-      <rel label="dominates" uri="morpho.xml#s19_n6" />
-    </span>
-    <span id="s19_n75" from="1703" to="1715">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s19_n4" />
-    </span>
-    <span id="s19_n4" from="1703" to="1715">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s19_n6" from="1716" to="1721">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s19_n95" from="1722" to="1734">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s19_n8" />
-      <rel label="dominates" target="s19_n87" />
-    </span>
-    <span id="s19_n8" from="1722" to="1725">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s19_n87" from="1726" to="1734">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s19_n80" />
-    </span>
-    <span id="s19_n80" from="1726" to="1734">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s19_n10" />
-    </span>
-    <span id="s19_n10" from="1726" to="1734">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s19_n12" from="1734" to="1735">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s19_n88" from="1736" to="1746">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s19_n81" />
-    </span>
-    <span id="s19_n81" from="1736" to="1746">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s19_n14" />
-    </span>
-    <span id="s19_n14" from="1736" to="1746">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s19_n16" from="1747" to="1750">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s19_n89" from="1751" to="1757">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s19_n82" />
-    </span>
-    <span id="s19_n82" from="1751" to="1757">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s19_n18" />
-    </span>
-    <span id="s19_n18" from="1751" to="1757">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s19_n20" from="1758" to="1765">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s19_n85" from="1766" to="1784">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s19_n22" />
-      <rel label="dominates" target="s19_n83" />
-    </span>
-    <span id="s19_n22" from="1766" to="1771">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s19_n83" from="1772" to="1784">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s19_n24" />
-    </span>
-    <span id="s19_n24" from="1772" to="1784">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s19_n26" from="1785" to="1788">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s19_n90" from="1789" to="1797">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s19_n84" />
-    </span>
-    <span id="s19_n84" from="1789" to="1797">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s19_n28" />
-    </span>
-    <span id="s19_n28" from="1789" to="1797">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s19_n30" from="1798" to="1802">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s19_n76" from="1803" to="1813">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s19_n32" />
-    </span>
-    <span id="s19_n32" from="1803" to="1813">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s19_n34" from="1814" to="1823">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s19_n36" from="1824" to="1830">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s19_n98" from="1831" to="1865">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s19_n38" />
-      <rel label="dominates" target="s19_n91" />
-      <rel label="dominates" uri="morpho.xml#s19_n42" />
-      <rel label="dominates" target="s19_n77" />
-    </span>
-    <span id="s19_n38" from="1831" to="1834">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s19_n91" from="1835" to="1838">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s19_n40" />
-    </span>
-    <span id="s19_n40" from="1835" to="1838">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s19_n42" from="1839" to="1843">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s19_n77" from="1844" to="1865">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s19_n44" />
-      <rel label="dominates" uri="morpho.xml#s19_n46" />
-      <rel label="dominates" uri="morpho.xml#s19_n48" />
-    </span>
-    <span id="s19_n44" from="1844" to="1848">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s19_n46" from="1849" to="1851">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s19_n48" from="1852" to="1865">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s19_n50" from="1865" to="1866">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s19_n52" from="1867" to="1871">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s19_n92" from="1872" to="1875">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s19_n54" />
-    </span>
-    <span id="s19_n54" from="1872" to="1875">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s19_n93" from="1876" to="1879">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s19_n56" />
-    </span>
-    <span id="s19_n56" from="1876" to="1879">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s19_n58" from="1880" to="1884">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s19_n99" from="1885" to="1915">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s19_n78" />
-      <rel label="dominates" uri="morpho.xml#s19_n62" />
-      <rel label="dominates" target="s19_n96" />
-      <rel label="dominates" uri="morpho.xml#s19_n68" />
-    </span>
-    <span id="s19_n78" from="1885" to="1889">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s19_n60" />
-    </span>
-    <span id="s19_n60" from="1885" to="1889">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s19_n62" from="1890" to="1895">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s19_n96" from="1896" to="1905">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s19_n64" />
-      <rel label="dominates" uri="morpho.xml#s19_n66" />
-    </span>
-    <span id="s19_n64" from="1896" to="1899">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s19_n66" from="1900" to="1905">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NEGAT</f>
-      </fs>
-    </span>
-    <span id="s19_n68" from="1906" to="1915">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s19_n100" from="1916" to="1920">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s19_n70" />
-    </span>
-    <span id="s19_n70" from="1916" to="1920">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s19_n72" from="1920" to="1921">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s20_n24" from="1922" to="1981">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s20_n30" />
-      <rel label="dominates" target="s20_n31" />
-    </span>
-    <span id="s20_n30" from="1922" to="1941">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s20_n26" />
-      <rel label="dominates" uri="morpho.xml#s20_n2" />
-      <rel label="dominates" uri="morpho.xml#s20_n4" />
-      <rel label="dominates" uri="morpho.xml#s20_n6" />
-    </span>
-    <span id="s20_n26" from="1922" to="1925">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s20_n0" />
-    </span>
-    <span id="s20_n0" from="1922" to="1925">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s20_n2" from="1926" to="1930">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s20_n4" from="1931" to="1934">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s20_n6" from="1935" to="1941">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s20_n31" from="1941" to="1981">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s20_n8" />
-      <rel label="dominates" target="s20_n27" />
-      <rel label="dominates" uri="morpho.xml#s20_n12" />
-      <rel label="dominates" target="s20_n29" />
-    </span>
-    <span id="s20_n8" from="1941" to="1942">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s20_n27" from="1943" to="1947">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s20_n10" />
-    </span>
-    <span id="s20_n10" from="1943" to="1947">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s20_n12" from="1948" to="1953">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s20_n29" from="1954" to="1981">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" target="s20_n28" />
-      <rel label="dominates" uri="morpho.xml#s20_n22" />
-    </span>
-    <span id="s20_n28" from="1954" to="1980">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INFC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s20_n14" />
-      <rel label="dominates" uri="morpho.xml#s20_n16" />
-      <rel label="dominates" target="s20_n25" />
-    </span>
-    <span id="s20_n14" from="1954" to="1959">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NEGAT</f>
-      </fs>
-    </span>
-    <span id="s20_n16" from="1960" to="1970">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s20_n25" from="1971" to="1980">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s20_n18" />
-      <rel label="dominates" uri="morpho.xml#s20_n20" />
-    </span>
-    <span id="s20_n18" from="1971" to="1973">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PTCL</f>
-      </fs>
-    </span>
-    <span id="s20_n20" from="1974" to="1980">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s20_n22" from="1980" to="1981">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s21_n12" from="1982" to="2019">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s21_n16" />
-      <rel label="dominates" uri="morpho.xml#s21_n10" />
-    </span>
-    <span id="s21_n16" from="1982" to="2018">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s21_n13" />
-      <rel label="dominates" uri="morpho.xml#s21_n2" />
-      <rel label="dominates" target="s21_n14" />
-      <rel label="dominates" target="s21_n15" />
-      <rel label="dominates" uri="morpho.xml#s21_n8" />
-    </span>
-    <span id="s21_n13" from="1982" to="1991">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s21_n0" />
-    </span>
-    <span id="s21_n0" from="1982" to="1991">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s21_n2" from="1992" to="1999">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s21_n14" from="2000" to="2003">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s21_n4" />
-    </span>
-    <span id="s21_n4" from="2000" to="2003">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s21_n15" from="2004" to="2007">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s21_n6" />
-    </span>
-    <span id="s21_n6" from="2004" to="2007">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s21_n8" from="2008" to="2018">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s21_n10" from="2018" to="2019">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s22_n12" from="2020" to="2056">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s22_n15" />
-      <rel label="dominates" uri="morpho.xml#s22_n10" />
-    </span>
-    <span id="s22_n15" from="2020" to="2055">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s22_n0" />
-      <rel label="dominates" target="s22_n14" />
-      <rel label="dominates" uri="morpho.xml#s22_n4" />
-      <rel label="dominates" target="s22_n13" />
-    </span>
-    <span id="s22_n0" from="2020" to="2024">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s22_n14" from="2025" to="2027">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s22_n2" />
-    </span>
-    <span id="s22_n2" from="2025" to="2027">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s22_n4" from="2028" to="2031">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s22_n13" from="2032" to="2055">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s22_n6" />
-      <rel label="dominates" uri="morpho.xml#s22_n8" />
-    </span>
-    <span id="s22_n6" from="2032" to="2043">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s22_n8" from="2044" to="2055">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s22_n10" from="2055" to="2056">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s23_n36" from="2057" to="2171">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s23_n50" />
-    </span>
-    <span id="s23_n50" from="2057" to="2171">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s23_n44" />
-      <rel label="dominates" uri="morpho.xml#s23_n2" />
-      <rel label="dominates" target="s23_n42" />
-      <rel label="dominates" target="s23_n49" />
-    </span>
-    <span id="s23_n44" from="2057" to="2060">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s23_n0" />
-    </span>
-    <span id="s23_n0" from="2057" to="2060">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s23_n2" from="2061" to="2068">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s23_n42" from="2069" to="2086">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s23_n4" />
-      <rel label="dominates" uri="morpho.xml#s23_n6" />
-      <rel label="dominates" target="s23_n39" />
-    </span>
-    <span id="s23_n4" from="2069" to="2072">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s23_n6" from="2073" to="2078">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s23_n39" from="2079" to="2086">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s23_n8" />
-    </span>
-    <span id="s23_n8" from="2079" to="2086">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s23_n49" from="2086" to="2171">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s23_n10" />
-      <rel label="dominates" target="s23_n48" />
-      <rel label="dominates" uri="morpho.xml#s23_n34" />
-    </span>
-    <span id="s23_n10" from="2086" to="2087">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s23_n48" from="2088" to="2170">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INFC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s23_n12" />
-      <rel label="dominates" target="s23_n45" />
-      <rel label="dominates" target="s23_n38" />
-      <rel label="dominates" target="s23_n37" />
-      <rel label="dominates" uri="morpho.xml#s23_n22" />
-      <rel label="dominates" target="s23_n43" />
-      <rel label="dominates" target="s23_n47" />
-      <rel label="dominates" uri="morpho.xml#s23_n32" />
-    </span>
-    <span id="s23_n12" from="2088" to="2090">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s23_n45" from="2091" to="2095">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s23_n14" />
-    </span>
-    <span id="s23_n14" from="2091" to="2095">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s23_n38" from="2096" to="2105">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s23_n16" />
-    </span>
-    <span id="s23_n16" from="2096" to="2105">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s23_n37" from="2106" to="2122">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s23_n18" />
-      <rel label="dominates" uri="morpho.xml#s23_n20" />
-    </span>
-    <span id="s23_n18" from="2106" to="2108">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PTCL</f>
-      </fs>
-    </span>
-    <span id="s23_n20" from="2109" to="2122">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s23_n22" from="2123" to="2126">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s23_n43" from="2127" to="2141">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s23_n24" />
-      <rel label="dominates" target="s23_n40" />
-    </span>
-    <span id="s23_n24" from="2127" to="2132">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s23_n40" from="2133" to="2141">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s23_n26" />
-    </span>
-    <span id="s23_n26" from="2133" to="2141">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s23_n47" from="2142" to="2157">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s23_n28" />
-      <rel label="dominates" target="s23_n46" />
-    </span>
-    <span id="s23_n28" from="2142" to="2145">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s23_n46" from="2146" to="2157">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s23_n41" />
-    </span>
-    <span id="s23_n41" from="2146" to="2157">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s23_n30" />
-    </span>
-    <span id="s23_n30" from="2146" to="2157">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s23_n32" from="2158" to="2170">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s23_n34" from="2170" to="2171">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s24_n42" from="2171" to="2300">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s24_n62" />
-    </span>
-    <span id="s24_n62" from="2171" to="2300">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s24_n0" />
-      <rel label="dominates" uri="morpho.xml#s24_n2" />
-      <rel label="dominates" target="s24_n53" />
-      <rel label="dominates" target="s24_n59" />
-      <rel label="dominates" target="s24_n55" />
-      <rel label="dominates" target="s24_n45" />
-      <rel label="dominates" uri="morpho.xml#s24_n16" />
-      <rel label="dominates" target="s24_n56" />
-      <rel label="dominates" target="s24_n46" />
-      <rel label="dominates" uri="morpho.xml#s24_n24" />
-      <rel label="dominates" target="s24_n61" />
-    </span>
-    <span id="s24_n0" from="2171" to="2172">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s24_n2" from="2173" to="2178">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s24_n53" from="2179" to="2188">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s24_n47" />
-    </span>
-    <span id="s24_n47" from="2179" to="2188">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s24_n4" />
-    </span>
-    <span id="s24_n4" from="2179" to="2188">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s24_n59" from="2189" to="2201">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s24_n6" />
-      <rel label="dominates" target="s24_n54" />
-    </span>
-    <span id="s24_n6" from="2189" to="2192">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s24_n54" from="2193" to="2201">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s24_n48" />
-    </span>
-    <span id="s24_n48" from="2193" to="2201">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s24_n8" />
-    </span>
-    <span id="s24_n8" from="2193" to="2201">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s24_n55" from="2202" to="2213">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s24_n49" />
-    </span>
-    <span id="s24_n49" from="2202" to="2213">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s24_n44" />
-      <rel label="dominates" uri="morpho.xml#s24_n12" />
-    </span>
-    <span id="s24_n44" from="2202" to="2207">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s24_n10" />
-    </span>
-    <span id="s24_n10" from="2202" to="2207">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s24_n12" from="2208" to="2213">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s24_n45" from="2214" to="2218">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s24_n14" />
-    </span>
-    <span id="s24_n14" from="2214" to="2218">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s24_n16" from="2219" to="2224">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s24_n56" from="2225" to="2244">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s24_n50" />
-    </span>
-    <span id="s24_n50" from="2225" to="2244">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s24_n43" />
-    </span>
-    <span id="s24_n43" from="2225" to="2244">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s24_n18" />
-      <rel label="dominates" uri="morpho.xml#s24_n20" />
-    </span>
-    <span id="s24_n18" from="2225" to="2234">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s24_n20" from="2235" to="2244">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s24_n46" from="2245" to="2253">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s24_n22" />
-    </span>
-    <span id="s24_n22" from="2245" to="2253">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s24_n24" from="2254" to="2264">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s24_n61" from="2264" to="2300">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s24_n26" />
-      <rel label="dominates" target="s24_n60" />
-      <rel label="dominates" uri="morpho.xml#s24_n40" />
-    </span>
-    <span id="s24_n26" from="2264" to="2265">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s24_n60" from="2266" to="2299">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">SC</f>
-      </fs>
-      <rel label="dominates" target="s24_n57" />
-      <rel label="dominates" target="s24_n52" />
-      <rel label="dominates" target="s24_n58" />
-      <rel label="dominates" uri="morpho.xml#s24_n36" />
-      <rel label="dominates" uri="morpho.xml#s24_n38" />
-    </span>
-    <span id="s24_n57" from="2266" to="2269">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s24_n28" />
-    </span>
-    <span id="s24_n28" from="2266" to="2269">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s24_n52" from="2270" to="2281">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s24_n30" />
-      <rel label="dominates" target="s24_n51" />
-    </span>
-    <span id="s24_n30" from="2270" to="2274">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s24_n51" from="2275" to="2281">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s24_n32" />
-    </span>
-    <span id="s24_n32" from="2275" to="2281">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s24_n58" from="2282" to="2285">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s24_n34" />
-    </span>
-    <span id="s24_n34" from="2282" to="2285">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s24_n36" from="2286" to="2293">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s24_n38" from="2294" to="2299">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s24_n40" from="2299" to="2300">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s25_n36" from="2301" to="2412">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s25_n49" />
-      <rel label="dominates" uri="morpho.xml#s25_n10" />
-      <rel label="dominates" target="s25_n50" />
-      <rel label="dominates" uri="morpho.xml#s25_n34" />
-    </span>
-    <span id="s25_n49" from="2301" to="2340">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s25_n45" />
-      <rel label="dominates" uri="morpho.xml#s25_n2" />
-      <rel label="dominates" target="s25_n42" />
-      <rel label="dominates" uri="morpho.xml#s25_n8" />
-    </span>
-    <span id="s25_n45" from="2301" to="2304">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s25_n0" />
-    </span>
-    <span id="s25_n0" from="2301" to="2304">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s25_n2" from="2305" to="2310">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s25_n42" from="2311" to="2327">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s25_n4" />
-      <rel label="dominates" target="s25_n39" />
-    </span>
-    <span id="s25_n4" from="2311" to="2314">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s25_n39" from="2315" to="2327">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s25_n6" />
-    </span>
-    <span id="s25_n6" from="2315" to="2327">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s25_n8" from="2328" to="2340">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s25_n10" from="2340" to="2341">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s25_n50" from="2342" to="2411">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s25_n46" />
-      <rel label="dominates" target="s25_n47" />
-      <rel label="dominates" target="s25_n38" />
-      <rel label="dominates" target="s25_n48" />
-      <rel label="dominates" uri="morpho.xml#s25_n32" />
-    </span>
-    <span id="s25_n46" from="2342" to="2344">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s25_n12" />
-    </span>
-    <span id="s25_n12" from="2342" to="2344">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s25_n47" from="2345" to="2375">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s25_n14" />
-      <rel label="dominates" target="s25_n43" />
-    </span>
-    <span id="s25_n14" from="2345" to="2347">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s25_n43" from="2348" to="2375">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s25_n16" />
-      <rel label="dominates" target="s25_n40" />
-    </span>
-    <span id="s25_n16" from="2348" to="2353">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s25_n40" from="2354" to="2375">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s25_n37" />
-      <rel label="dominates" uri="morpho.xml#s25_n20" />
-    </span>
-    <span id="s25_n37" from="2354" to="2367">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s25_n18" />
-    </span>
-    <span id="s25_n18" from="2354" to="2367">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s25_n20" from="2368" to="2375">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s25_n38" from="2376" to="2385">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s25_n22" />
-      <rel label="dominates" uri="morpho.xml#s25_n24" />
-    </span>
-    <span id="s25_n22" from="2376" to="2380">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s25_n24" from="2381" to="2385">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s25_n48" from="2386" to="2402">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s25_n26" />
-      <rel label="dominates" target="s25_n44" />
-    </span>
-    <span id="s25_n26" from="2386" to="2388">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s25_n44" from="2389" to="2402">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s25_n28" />
-      <rel label="dominates" target="s25_n41" />
-    </span>
-    <span id="s25_n28" from="2389" to="2394">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s25_n41" from="2395" to="2402">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s25_n30" />
-    </span>
-    <span id="s25_n30" from="2395" to="2402">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s25_n32" from="2403" to="2411">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s25_n34" from="2411" to="2412">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s26_n24" from="2413" to="2484">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s26_n32" />
-      <rel label="dominates" uri="morpho.xml#s26_n10" />
-      <rel label="dominates" target="s26_n33" />
-      <rel label="dominates" uri="morpho.xml#s26_n22" />
-    </span>
-    <span id="s26_n32" from="2413" to="2444">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s26_n28" />
-      <rel label="dominates" uri="morpho.xml#s26_n2" />
-      <rel label="dominates" target="s26_n31" />
-      <rel label="dominates" uri="morpho.xml#s26_n8" />
-    </span>
-    <span id="s26_n28" from="2413" to="2416">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s26_n0" />
-    </span>
-    <span id="s26_n0" from="2413" to="2416">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s26_n2" from="2417" to="2420">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s26_n31" from="2421" to="2433">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s26_n4" />
-      <rel label="dominates" target="s26_n29" />
-    </span>
-    <span id="s26_n4" from="2421" to="2424">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s26_n29" from="2425" to="2433">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s26_n26" />
-    </span>
-    <span id="s26_n26" from="2425" to="2433">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s26_n6" />
-    </span>
-    <span id="s26_n6" from="2425" to="2433">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s26_n8" from="2434" to="2444">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s26_n10" from="2444" to="2445">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s26_n33" from="2446" to="2483">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s26_n12" />
-      <rel label="dominates" uri="morpho.xml#s26_n14" />
-      <rel label="dominates" target="s26_n30" />
-      <rel label="dominates" uri="morpho.xml#s26_n20" />
-    </span>
-    <span id="s26_n12" from="2446" to="2456">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s26_n14" from="2457" to="2460">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s26_n30" from="2461" to="2474">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s26_n27" />
-    </span>
-    <span id="s26_n27" from="2461" to="2474">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s26_n25" />
-      <rel label="dominates" uri="morpho.xml#s26_n18" />
-    </span>
-    <span id="s26_n25" from="2461" to="2465">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NUM</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s26_n16" />
-    </span>
-    <span id="s26_n16" from="2461" to="2465">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NUM</f>
-      </fs>
-    </span>
-    <span id="s26_n18" from="2466" to="2474">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s26_n20" from="2475" to="2483">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s26_n22" from="2483" to="2484">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s27_n38" from="2485" to="2589">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s27_n52" />
-    </span>
-    <span id="s27_n52" from="2485" to="2589">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s27_n0" />
-      <rel label="dominates" uri="morpho.xml#s27_n2" />
-      <rel label="dominates" target="s27_n42" />
-      <rel label="dominates" target="s27_n47" />
-      <rel label="dominates" target="s27_n10" />
-      <rel label="dominates" uri="morpho.xml#s27_n12" />
-      <rel label="dominates" target="s27_n50" />
-      <rel label="dominates" target="s27_n51" />
-    </span>
-    <span id="s27_n0" from="2485" to="2494">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s27_n2" from="2495" to="2498">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s27_n42" from="2499" to="2502">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s27_n4" />
-    </span>
-    <span id="s27_n4" from="2499" to="2502">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s27_n47" from="2503" to="2515">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s27_n6" />
-      <rel label="dominates" target="s27_n43" />
-    </span>
-    <span id="s27_n6" from="2503" to="2509">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s27_n43" from="2510" to="2515">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s27_n40" />
-    </span>
-    <span id="s27_n40" from="2510" to="2515">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s27_n8" />
-    </span>
-    <span id="s27_n8" from="2510" to="2515">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s27_n10" from="2516" to="2519">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s27_n12" from="2520" to="2524">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s27_n50" from="2525" to="2554">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" target="s27_n49" />
-      <rel label="dominates" uri="morpho.xml#s27_n24" />
-    </span>
-    <span id="s27_n49" from="2525" to="2553">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">SC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s27_n14" />
-      <rel label="dominates" target="s27_n44" />
-      <rel label="dominates" target="s27_n45" />
-      <rel label="dominates" uri="morpho.xml#s27_n20" />
-      <rel label="dominates" uri="morpho.xml#s27_n22" />
-    </span>
-    <span id="s27_n14" from="2525" to="2529">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s27_n44" from="2530" to="2532">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s27_n16" />
-    </span>
-    <span id="s27_n16" from="2530" to="2532">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s27_n45" from="2533" to="2536">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s27_n18" />
-    </span>
-    <span id="s27_n18" from="2533" to="2536">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s27_n20" from="2537" to="2542">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s27_n22" from="2543" to="2553">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s27_n24" from="2553" to="2554">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s27_n51" from="2555" to="2589">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" target="s27_n48" />
-      <rel label="dominates" uri="morpho.xml#s27_n36" />
-    </span>
-    <span id="s27_n48" from="2555" to="2588">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INFC</f>
-      </fs>
-      <rel label="dominates" target="s27_n39" />
-      <rel label="dominates" uri="morpho.xml#s27_n30" />
-      <rel label="dominates" target="s27_n46" />
-      <rel label="dominates" uri="morpho.xml#s27_n34" />
-    </span>
-    <span id="s27_n39" from="2555" to="2567">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s27_n26" />
-      <rel label="dominates" uri="morpho.xml#s27_n28" />
-    </span>
-    <span id="s27_n26" from="2555" to="2557">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PTCL</f>
-      </fs>
-    </span>
-    <span id="s27_n28" from="2558" to="2567">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s27_n30" from="2568" to="2571">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s27_n46" from="2572" to="2577">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s27_n41" />
-    </span>
-    <span id="s27_n41" from="2572" to="2577">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s27_n32" />
-    </span>
-    <span id="s27_n32" from="2572" to="2577">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s27_n34" from="2578" to="2588">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s27_n36" from="2588" to="2589">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s28_n40" from="2590" to="2714">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s28_n54" />
-      <rel label="dominates" uri="morpho.xml#s28_n26" />
-      <rel label="dominates" target="s28_n55" />
-      <rel label="dominates" uri="morpho.xml#s28_n38" />
-    </span>
-    <span id="s28_n54" from="2590" to="2676">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s28_n47" />
-      <rel label="dominates" target="s28_n53" />
-      <rel label="dominates" target="s28_n49" />
-      <rel label="dominates" uri="morpho.xml#s28_n14" />
-      <rel label="dominates" target="s28_n50" />
-      <rel label="dominates" uri="morpho.xml#s28_n24" />
-    </span>
-    <span id="s28_n47" from="2590" to="2602">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s28_n0" />
-      <rel label="dominates" target="s28_n42" />
-    </span>
-    <span id="s28_n0" from="2590" to="2596">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s28_n42" from="2597" to="2602">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s28_n2" />
-    </span>
-    <span id="s28_n2" from="2597" to="2602">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s28_n53" from="2603" to="2618">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s28_n4" />
-      <rel label="dominates" target="s28_n48" />
-    </span>
-    <span id="s28_n4" from="2603" to="2607">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s28_n48" from="2608" to="2618">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s28_n6" />
-      <rel label="dominates" target="s28_n43" />
-    </span>
-    <span id="s28_n6" from="2608" to="2611">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s28_n43" from="2612" to="2618">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s28_n8" />
-    </span>
-    <span id="s28_n8" from="2612" to="2618">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s28_n49" from="2619" to="2633">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s28_n10" />
-      <rel label="dominates" target="s28_n44" />
-    </span>
-    <span id="s28_n10" from="2619" to="2624">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s28_n44" from="2625" to="2633">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s28_n12" />
-    </span>
-    <span id="s28_n12" from="2625" to="2633">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s28_n14" from="2634" to="2639">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s28_n50" from="2640" to="2667">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s28_n16" />
-      <rel label="dominates" target="s28_n45" />
-    </span>
-    <span id="s28_n16" from="2640" to="2643">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s28_n45" from="2644" to="2667">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s28_n41" />
-      <rel label="dominates" uri="morpho.xml#s28_n22" />
-    </span>
-    <span id="s28_n41" from="2644" to="2662">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s28_n18" />
-      <rel label="dominates" uri="morpho.xml#s28_n20" />
-    </span>
-    <span id="s28_n18" from="2644" to="2656">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s28_n20" from="2657" to="2662">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s28_n22" from="2663" to="2667">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s28_n24" from="2668" to="2676">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PTCL</f>
-      </fs>
-    </span>
-    <span id="s28_n26" from="2676" to="2677">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s28_n55" from="2678" to="2713">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s28_n51" />
-      <rel label="dominates" uri="morpho.xml#s28_n34" />
-      <rel label="dominates" target="s28_n52" />
-    </span>
-    <span id="s28_n51" from="2678" to="2697">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s28_n28" />
-      <rel label="dominates" uri="morpho.xml#s28_n30" />
-      <rel label="dominates" target="s28_n46" />
-    </span>
-    <span id="s28_n28" from="2678" to="2681">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s28_n30" from="2682" to="2685">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s28_n46" from="2686" to="2697">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s28_n32" />
-    </span>
-    <span id="s28_n32" from="2686" to="2697">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s28_n34" from="2698" to="2709">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s28_n52" from="2710" to="2713">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s28_n36" />
-    </span>
-    <span id="s28_n36" from="2710" to="2713">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s28_n38" from="2713" to="2714">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s29_n38" from="2715" to="2828">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s29_n48" />
-      <rel label="dominates" target="s29_n49" />
-      <rel label="dominates" uri="morpho.xml#s29_n36" />
-    </span>
-    <span id="s29_n48" from="2715" to="2804">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s29_n44" />
-      <rel label="dominates" uri="morpho.xml#s29_n2" />
-      <rel label="dominates" target="s29_n42" />
-      <rel label="dominates" uri="morpho.xml#s29_n8" />
-      <rel label="dominates" target="s29_n47" />
-    </span>
-    <span id="s29_n44" from="2715" to="2718">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s29_n0" />
-    </span>
-    <span id="s29_n0" from="2715" to="2718">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s29_n2" from="2719" to="2725">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s29_n42" from="2726" to="2737">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s29_n4" />
-      <rel label="dominates" target="s29_n40" />
-    </span>
-    <span id="s29_n4" from="2726" to="2731">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s29_n40" from="2732" to="2737">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s29_n6" />
-    </span>
-    <span id="s29_n6" from="2732" to="2737">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s29_n8" from="2738" to="2746">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s29_n47" from="2746" to="2804">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s29_n10" />
-      <rel label="dominates" target="s29_n46" />
-      <rel label="dominates" uri="morpho.xml#s29_n28" />
-      <rel label="dominates" uri="morpho.xml#s29_n30" />
-    </span>
-    <span id="s29_n10" from="2746" to="2747">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s29_n46" from="2748" to="2799">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">SC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s29_n12" />
-      <rel label="dominates" target="s29_n45" />
-      <rel label="dominates" target="s29_n43" />
-      <rel label="dominates" uri="morpho.xml#s29_n20" />
-      <rel label="dominates" uri="morpho.xml#s29_n22" />
-      <rel label="dominates" uri="morpho.xml#s29_n24" />
-      <rel label="dominates" uri="morpho.xml#s29_n26" />
-    </span>
-    <span id="s29_n12" from="2748" to="2752">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s29_n45" from="2753" to="2756">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s29_n14" />
-    </span>
-    <span id="s29_n14" from="2753" to="2756">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s29_n43" from="2757" to="2774">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s29_n16" />
-      <rel label="dominates" target="s29_n41" />
-    </span>
-    <span id="s29_n16" from="2757" to="2760">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s29_n41" from="2761" to="2774">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s29_n18" />
-    </span>
-    <span id="s29_n18" from="2761" to="2774">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s29_n20" from="2775" to="2780">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NEGAT</f>
-      </fs>
-    </span>
-    <span id="s29_n22" from="2781" to="2785">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s29_n24" from="2786" to="2795">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s29_n26" from="2796" to="2799">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s29_n28" from="2799" to="2800">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s29_n30" from="2801" to="2804">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s29_n49" from="2805" to="2827">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s29_n32" />
-      <rel label="dominates" target="s29_n39" />
-    </span>
-    <span id="s29_n32" from="2805" to="2810">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s29_n39" from="2811" to="2827">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s29_n34" />
-    </span>
-    <span id="s29_n34" from="2811" to="2827">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s29_n36" from="2827" to="2828">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s30_n8" from="2829" to="2846">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s30_n11" />
-      <rel label="dominates" uri="morpho.xml#s30_n6" />
-    </span>
-    <span id="s30_n11" from="2829" to="2845">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s30_n10" />
-      <rel label="dominates" uri="morpho.xml#s30_n4" />
-    </span>
-    <span id="s30_n10" from="2829" to="2836">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s30_n0" />
-      <rel label="dominates" target="s30_n9" />
-    </span>
-    <span id="s30_n0" from="2829" to="2832">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s30_n9" from="2833" to="2836">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s30_n2" />
-    </span>
-    <span id="s30_n2" from="2833" to="2836">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s30_n4" from="2837" to="2845">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s30_n6" from="2845" to="2846">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s31_n34" from="2847" to="2969">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s31_n48" />
-      <rel label="dominates" target="s31_n49" />
-      <rel label="dominates" uri="morpho.xml#s31_n32" />
-    </span>
-    <span id="s31_n48" from="2847" to="2902">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s31_n0" />
-      <rel label="dominates" uri="morpho.xml#s31_n2" />
-      <rel label="dominates" target="s31_n43" />
-      <rel label="dominates" target="s31_n45" />
-    </span>
-    <span id="s31_n0" from="2847" to="2857">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s31_n2" from="2858" to="2862">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s31_n43" from="2863" to="2866">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s31_n4" />
-    </span>
-    <span id="s31_n4" from="2863" to="2866">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s31_n45" from="2867" to="2902">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s31_n6" />
-      <rel label="dominates" target="s31_n40" />
-    </span>
-    <span id="s31_n6" from="2867" to="2870">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s31_n40" from="2871" to="2902">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s31_n8" />
-      <rel label="dominates" target="s31_n36" />
-    </span>
-    <span id="s31_n8" from="2871" to="2876">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s31_n36" from="2877" to="2902">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s31_n10" />
-    </span>
-    <span id="s31_n10" from="2877" to="2902">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s31_n49" from="2903" to="2968">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s31_n12" />
-      <rel label="dominates" uri="morpho.xml#s31_n14" />
-      <rel label="dominates" target="s31_n46" />
-      <rel label="dominates" target="s31_n44" />
-      <rel label="dominates" target="s31_n47" />
-    </span>
-    <span id="s31_n12" from="2903" to="2906">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s31_n14" from="2907" to="2911">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s31_n46" from="2912" to="2937">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s31_n16" />
-      <rel label="dominates" target="s31_n41" />
-    </span>
-    <span id="s31_n16" from="2912" to="2917">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s31_n41" from="2918" to="2937">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s31_n18" />
-      <rel label="dominates" target="s31_n37" />
-    </span>
-    <span id="s31_n18" from="2918" to="2921">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s31_n37" from="2922" to="2937">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s31_n35" />
-      <rel label="dominates" uri="morpho.xml#s31_n22" />
-    </span>
-    <span id="s31_n35" from="2922" to="2929">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s31_n20" />
-    </span>
-    <span id="s31_n20" from="2922" to="2929">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s31_n22" from="2930" to="2937">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s31_n44" from="2938" to="2943">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s31_n38" />
-    </span>
-    <span id="s31_n38" from="2938" to="2943">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s31_n24" />
-    </span>
-    <span id="s31_n24" from="2938" to="2943">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s31_n47" from="2944" to="2968">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s31_n26" />
-      <rel label="dominates" target="s31_n42" />
-    </span>
-    <span id="s31_n26" from="2944" to="2946">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s31_n42" from="2947" to="2968">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s31_n28" />
-      <rel label="dominates" target="s31_n39" />
-    </span>
-    <span id="s31_n28" from="2947" to="2952">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s31_n39" from="2953" to="2968">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s31_n30" />
-    </span>
-    <span id="s31_n30" from="2953" to="2968">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s31_n32" from="2968" to="2969">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s32_n36" from="2970" to="3094">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s32_n56" />
-      <rel label="dominates" uri="morpho.xml#s32_n34" />
-    </span>
-    <span id="s32_n56" from="2970" to="3093">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s32_n52" />
-      <rel label="dominates" uri="morpho.xml#s32_n8" />
-      <rel label="dominates" target="s32_n47" />
-      <rel label="dominates" uri="morpho.xml#s32_n14" />
-      <rel label="dominates" target="s32_n53" />
-      <rel label="dominates" target="s32_n54" />
-      <rel label="dominates" uri="morpho.xml#s32_n26" />
-      <rel label="dominates" target="s32_n50" />
-      <rel label="dominates" target="s32_n55" />
-    </span>
-    <span id="s32_n52" from="2970" to="2989">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s32_n0" />
-      <rel label="dominates" target="s32_n46" />
-    </span>
-    <span id="s32_n0" from="2970" to="2974">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s32_n46" from="2975" to="2989">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s32_n40" />
-    </span>
-    <span id="s32_n40" from="2975" to="2989">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s32_n39" />
-      <rel label="dominates" uri="morpho.xml#s32_n6" />
-    </span>
-    <span id="s32_n39" from="2975" to="2982">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NUM</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s32_n2" />
-      <rel label="dominates" uri="morpho.xml#s32_n4" />
-    </span>
-    <span id="s32_n2" from="2975" to="2979">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s32_n4" from="2980" to="2982">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NUM</f>
-      </fs>
-    </span>
-    <span id="s32_n6" from="2983" to="2989">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s32_n8" from="2990" to="2993">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s32_n47" from="2994" to="3013">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s32_n41" />
-    </span>
-    <span id="s32_n41" from="2994" to="3013">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s32_n37" />
-    </span>
-    <span id="s32_n37" from="2994" to="3013">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s32_n10" />
-      <rel label="dominates" uri="morpho.xml#s32_n12" />
-    </span>
-    <span id="s32_n10" from="2994" to="3003">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s32_n12" from="3004" to="3013">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s32_n14" from="3014" to="3017">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s32_n53" from="3018" to="3037">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s32_n16" />
-      <rel label="dominates" target="s32_n48" />
-    </span>
-    <span id="s32_n16" from="3018" to="3021">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s32_n48" from="3022" to="3037">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s32_n42" />
-    </span>
-    <span id="s32_n42" from="3022" to="3037">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s32_n18" />
-    </span>
-    <span id="s32_n18" from="3022" to="3037">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s32_n54" from="3038" to="3067">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s32_n20" />
-      <rel label="dominates" target="s32_n49" />
-    </span>
-    <span id="s32_n20" from="3038" to="3041">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s32_n49" from="3042" to="3067">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s32_n43" />
-    </span>
-    <span id="s32_n43" from="3042" to="3067">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s32_n38" />
-      <rel label="dominates" uri="morpho.xml#s32_n24" />
-    </span>
-    <span id="s32_n38" from="3042" to="3055">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s32_n22" />
-    </span>
-    <span id="s32_n22" from="3042" to="3055">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s32_n24" from="3056" to="3067">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s32_n26" from="3068" to="3071">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s32_n50" from="3072" to="3079">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s32_n44" />
-    </span>
-    <span id="s32_n44" from="3072" to="3079">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s32_n28" />
-    </span>
-    <span id="s32_n28" from="3072" to="3079">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s32_n55" from="3080" to="3093">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s32_n30" />
-      <rel label="dominates" target="s32_n51" />
-    </span>
-    <span id="s32_n30" from="3080" to="3082">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s32_n51" from="3083" to="3093">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s32_n45" />
-    </span>
-    <span id="s32_n45" from="3083" to="3093">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s32_n32" />
-    </span>
-    <span id="s32_n32" from="3083" to="3093">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s32_n34" from="3093" to="3094">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s33_n34" from="3095" to="3197">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s33_n47" />
-      <rel label="dominates" target="s33_n48" />
-      <rel label="dominates" uri="morpho.xml#s33_n32" />
-    </span>
-    <span id="s33_n47" from="3095" to="3137">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s33_n42" />
-      <rel label="dominates" uri="morpho.xml#s33_n2" />
-      <rel label="dominates" target="s33_n44" />
-      <rel label="dominates" target="s33_n10" />
-    </span>
-    <span id="s33_n42" from="3095" to="3098">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s33_n0" />
-    </span>
-    <span id="s33_n0" from="3095" to="3098">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s33_n2" from="3099" to="3106">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s33_n44" from="3107" to="3133">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s33_n4" />
-      <rel label="dominates" target="s33_n39" />
-    </span>
-    <span id="s33_n4" from="3107" to="3110">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s33_n39" from="3111" to="3133">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s33_n6" />
-      <rel label="dominates" target="s33_n35" />
-    </span>
-    <span id="s33_n6" from="3111" to="3116">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s33_n35" from="3117" to="3133">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s33_n8" />
-    </span>
-    <span id="s33_n8" from="3117" to="3133">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s33_n10" from="3134" to="3137">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s33_n48" from="3138" to="3196">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s33_n12" />
-      <rel label="dominates" target="s33_n45" />
-      <rel label="dominates" uri="morpho.xml#s33_n20" />
-      <rel label="dominates" target="s33_n46" />
-      <rel label="dominates" target="s33_n43" />
-      <rel label="dominates" uri="morpho.xml#s33_n30" />
-    </span>
-    <span id="s33_n12" from="3138" to="3141">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s33_n45" from="3142" to="3157">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s33_n14" />
-      <rel label="dominates" target="s33_n40" />
-    </span>
-    <span id="s33_n14" from="3142" to="3144">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s33_n40" from="3145" to="3157">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s33_n16" />
-      <rel label="dominates" target="s33_n36" />
-    </span>
-    <span id="s33_n16" from="3145" to="3150">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s33_n36" from="3151" to="3157">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s33_n18" />
-    </span>
-    <span id="s33_n18" from="3151" to="3157">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s33_n20" from="3158" to="3166">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s33_n46" from="3167" to="3182">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s33_n22" />
-      <rel label="dominates" target="s33_n41" />
-    </span>
-    <span id="s33_n22" from="3167" to="3170">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s33_n41" from="3171" to="3182">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s33_n24" />
-      <rel label="dominates" target="s33_n37" />
-    </span>
-    <span id="s33_n24" from="3171" to="3177">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s33_n37" from="3178" to="3182">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s33_n26" />
-    </span>
-    <span id="s33_n26" from="3178" to="3182">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s33_n43" from="3183" to="3192">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s33_n38" />
-    </span>
-    <span id="s33_n38" from="3183" to="3192">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s33_n28" />
-    </span>
-    <span id="s33_n28" from="3183" to="3192">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s33_n30" from="3193" to="3196">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PTCL</f>
-      </fs>
-    </span>
-    <span id="s33_n32" from="3196" to="3197">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s34_n30" from="3198" to="3280">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s34_n42" />
-      <rel label="dominates" uri="morpho.xml#s34_n22" />
-      <rel label="dominates" target="s34_n43" />
-      <rel label="dominates" uri="morpho.xml#s34_n28" />
-    </span>
-    <span id="s34_n42" from="3198" to="3269">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s34_n41" />
-      <rel label="dominates" uri="morpho.xml#s34_n14" />
-      <rel label="dominates" target="s34_n37" />
-      <rel label="dominates" target="s34_n38" />
-    </span>
-    <span id="s34_n41" from="3198" to="3240">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" target="s34_n40" />
-      <rel label="dominates" uri="morpho.xml#s34_n12" />
-    </span>
-    <span id="s34_n40" from="3198" to="3239">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">SC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s34_n0" />
-      <rel label="dominates" target="s34_n36" />
-      <rel label="dominates" target="s34_n35" />
-      <rel label="dominates" uri="morpho.xml#s34_n10" />
-    </span>
-    <span id="s34_n0" from="3198" to="3201">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s34_n36" from="3202" to="3205">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s34_n2" />
-    </span>
-    <span id="s34_n2" from="3202" to="3205">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s34_n35" from="3206" to="3233">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s34_n4" />
-      <rel label="dominates" target="s34_n33" />
-    </span>
-    <span id="s34_n4" from="3206" to="3211">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s34_n33" from="3212" to="3233">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s34_n31" />
-      <rel label="dominates" uri="morpho.xml#s34_n8" />
-    </span>
-    <span id="s34_n31" from="3212" to="3221">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s34_n6" />
-    </span>
-    <span id="s34_n6" from="3212" to="3221">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s34_n8" from="3222" to="3233">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s34_n10" from="3234" to="3239">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s34_n12" from="3239" to="3240">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s34_n14" from="3241" to="3248">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s34_n37" from="3249" to="3252">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s34_n16" />
-    </span>
-    <span id="s34_n16" from="3249" to="3252">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s34_n38" from="3253" to="3269">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s34_n34" />
-    </span>
-    <span id="s34_n34" from="3253" to="3269">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s34_n32" />
-      <rel label="dominates" uri="morpho.xml#s34_n20" />
-    </span>
-    <span id="s34_n32" from="3253" to="3260">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s34_n18" />
-    </span>
-    <span id="s34_n18" from="3253" to="3260">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s34_n20" from="3261" to="3269">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s34_n22" from="3269" to="3270">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s34_n43" from="3271" to="3279">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s34_n24" />
-      <rel label="dominates" target="s34_n39" />
-    </span>
-    <span id="s34_n24" from="3271" to="3275">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s34_n39" from="3276" to="3279">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s34_n26" />
-    </span>
-    <span id="s34_n26" from="3276" to="3279">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s34_n28" from="3279" to="3280">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s35_n14" from="3281" to="3321">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s35_n18" />
-      <rel label="dominates" uri="morpho.xml#s35_n12" />
-    </span>
-    <span id="s35_n18" from="3281" to="3320">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s35_n0" />
-      <rel label="dominates" uri="morpho.xml#s35_n2" />
-      <rel label="dominates" target="s35_n17" />
-    </span>
-    <span id="s35_n0" from="3281" to="3286">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s35_n2" from="3287" to="3293">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s35_n17" from="3294" to="3320">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s35_n4" />
-      <rel label="dominates" target="s35_n16" />
-    </span>
-    <span id="s35_n4" from="3294" to="3297">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s35_n16" from="3298" to="3320">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s35_n15" />
-      <rel label="dominates" uri="morpho.xml#s35_n10" />
-    </span>
-    <span id="s35_n15" from="3298" to="3308">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s35_n6" />
-      <rel label="dominates" uri="morpho.xml#s35_n8" />
-    </span>
-    <span id="s35_n6" from="3298" to="3301">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s35_n8" from="3302" to="3308">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s35_n10" from="3309" to="3320">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s35_n12" from="3320" to="3321">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s36_n14" from="3322" to="3360">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s36_n21" />
-      <rel label="dominates" uri="morpho.xml#s36_n12" />
-    </span>
-    <span id="s36_n21" from="3322" to="3359">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s36_n18" />
-      <rel label="dominates" uri="morpho.xml#s36_n2" />
-      <rel label="dominates" target="s36_n17" />
-      <rel label="dominates" target="s36_n20" />
-    </span>
-    <span id="s36_n18" from="3322" to="3325">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s36_n0" />
-    </span>
-    <span id="s36_n0" from="3322" to="3325">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s36_n2" from="3326" to="3336">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s36_n17" from="3337" to="3347">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s36_n4" />
-      <rel label="dominates" target="s36_n15" />
-    </span>
-    <span id="s36_n4" from="3337" to="3343">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s36_n15" from="3344" to="3347">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s36_n6" />
-    </span>
-    <span id="s36_n6" from="3344" to="3347">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s36_n20" from="3348" to="3359">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s36_n8" />
-      <rel label="dominates" target="s36_n19" />
-    </span>
-    <span id="s36_n8" from="3348" to="3351">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s36_n19" from="3352" to="3359">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s36_n16" />
-    </span>
-    <span id="s36_n16" from="3352" to="3359">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s36_n10" />
-    </span>
-    <span id="s36_n10" from="3352" to="3359">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s36_n12" from="3359" to="3360">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s37_n20" from="3361" to="3411">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s37_n26" />
-      <rel label="dominates" target="s37_n27" />
-      <rel label="dominates" target="s37_n28" />
-      <rel label="dominates" uri="morpho.xml#s37_n18" />
-    </span>
-    <span id="s37_n26" from="3361" to="3379">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s37_n21" />
-      <rel label="dominates" uri="morpho.xml#s37_n2" />
-      <rel label="dominates" target="s37_n22" />
-    </span>
-    <span id="s37_n21" from="3361" to="3368">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s37_n0" />
-    </span>
-    <span id="s37_n0" from="3361" to="3368">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s37_n2" from="3369" to="3373">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s37_n22" from="3374" to="3379">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s37_n4" />
-    </span>
-    <span id="s37_n4" from="3374" to="3379">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s37_n27" from="3380" to="3405">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s37_n6" />
-      <rel label="dominates" target="s37_n25" />
-      <rel label="dominates" target="s37_n24" />
-      <rel label="dominates" uri="morpho.xml#s37_n14" />
-    </span>
-    <span id="s37_n6" from="3380" to="3388">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s37_n25" from="3389" to="3395">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s37_n8" />
-      <rel label="dominates" target="s37_n23" />
-    </span>
-    <span id="s37_n8" from="3389" to="3392">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s37_n23" from="3393" to="3395">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s37_n10" />
-    </span>
-    <span id="s37_n10" from="3393" to="3395">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s37_n24" from="3396" to="3399">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s37_n12" />
-    </span>
-    <span id="s37_n12" from="3396" to="3399">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s37_n14" from="3400" to="3405">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s37_n28" from="3406" to="3410">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s37_n16" />
-    </span>
-    <span id="s37_n16" from="3406" to="3410">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s37_n18" from="3410" to="3411">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s38_n52" from="3412" to="3553">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s38_n74" />
-    </span>
-    <span id="s38_n74" from="3412" to="3553">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s38_n0" />
-      <rel label="dominates" target="s38_n63" />
-      <rel label="dominates" uri="morpho.xml#s38_n4" />
-      <rel label="dominates" target="s38_n53" />
-      <rel label="dominates" target="s38_n60" />
-      <rel label="dominates" target="s38_n71" />
-      <rel label="dominates" target="s38_n72" />
-      <rel label="dominates" target="s38_n73" />
-    </span>
-    <span id="s38_n0" from="3412" to="3413">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s38_n63" from="3413" to="3416">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s38_n2" />
-    </span>
-    <span id="s38_n2" from="3413" to="3416">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s38_n4" from="3417" to="3421">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s38_n53" from="3422" to="3430">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s38_n6" />
-    </span>
-    <span id="s38_n6" from="3422" to="3430">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s38_n60" from="3431" to="3442">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s38_n8" />
-      <rel label="dominates" target="s38_n56" />
-    </span>
-    <span id="s38_n8" from="3431" to="3434">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s38_n56" from="3435" to="3442">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s38_n10" />
-    </span>
-    <span id="s38_n10" from="3435" to="3442">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s38_n71" from="3442" to="3475">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s38_n12" />
-      <rel label="dominates" target="s38_n68" />
-      <rel label="dominates" uri="morpho.xml#s38_n24" />
-    </span>
-    <span id="s38_n12" from="3442" to="3443">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s38_n68" from="3444" to="3474">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">SC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s38_n14" />
-      <rel label="dominates" target="s38_n61" />
-      <rel label="dominates" target="s38_n54" />
-      <rel label="dominates" uri="morpho.xml#s38_n22" />
-    </span>
-    <span id="s38_n14" from="3444" to="3448">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s38_n61" from="3449" to="3463">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s38_n16" />
-      <rel label="dominates" target="s38_n57" />
-    </span>
-    <span id="s38_n16" from="3449" to="3453">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s38_n57" from="3454" to="3463">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s38_n18" />
-    </span>
-    <span id="s38_n18" from="3454" to="3463">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s38_n54" from="3464" to="3470">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s38_n20" />
-    </span>
-    <span id="s38_n20" from="3464" to="3470">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s38_n22" from="3471" to="3474">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s38_n24" from="3474" to="3475">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s38_n72" from="3476" to="3511">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" target="s38_n69" />
-      <rel label="dominates" uri="morpho.xml#s38_n36" />
-    </span>
-    <span id="s38_n69" from="3476" to="3510">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">SC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s38_n26" />
-      <rel label="dominates" target="s38_n64" />
-      <rel label="dominates" target="s38_n65" />
-      <rel label="dominates" target="s38_n66" />
-      <rel label="dominates" uri="morpho.xml#s38_n34" />
-    </span>
-    <span id="s38_n26" from="3476" to="3480">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s38_n64" from="3481" to="3483">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s38_n28" />
-    </span>
-    <span id="s38_n28" from="3481" to="3483">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s38_n65" from="3484" to="3490">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s38_n30" />
-    </span>
-    <span id="s38_n30" from="3484" to="3490">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s38_n66" from="3491" to="3505">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s38_n58" />
-    </span>
-    <span id="s38_n58" from="3491" to="3505">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s38_n32" />
-    </span>
-    <span id="s38_n32" from="3491" to="3505">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s38_n34" from="3506" to="3510">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s38_n36" from="3510" to="3511">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s38_n73" from="3512" to="3553">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" target="s38_n70" />
-      <rel label="dominates" uri="morpho.xml#s38_n50" />
-    </span>
-    <span id="s38_n70" from="3512" to="3552">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">SC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s38_n38" />
-      <rel label="dominates" target="s38_n62" />
-      <rel label="dominates" target="s38_n67" />
-      <rel label="dominates" target="s38_n55" />
-      <rel label="dominates" uri="morpho.xml#s38_n48" />
-    </span>
-    <span id="s38_n38" from="3512" to="3516">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s38_n62" from="3517" to="3526">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s38_n40" />
-      <rel label="dominates" target="s38_n59" />
-    </span>
-    <span id="s38_n40" from="3517" to="3520">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s38_n59" from="3521" to="3526">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s38_n42" />
-    </span>
-    <span id="s38_n42" from="3521" to="3526">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s38_n67" from="3527" to="3531">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s38_n44" />
-    </span>
-    <span id="s38_n44" from="3527" to="3531">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s38_n55" from="3532" to="3539">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s38_n46" />
-    </span>
-    <span id="s38_n46" from="3532" to="3539">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s38_n48" from="3540" to="3552">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s38_n50" from="3552" to="3553">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s39_n20" from="3554" to="3612">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s39_n26" />
-    </span>
-    <span id="s39_n26" from="3554" to="3612">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s39_n0" />
-      <rel label="dominates" uri="morpho.xml#s39_n2" />
-      <rel label="dominates" target="s39_n23" />
-      <rel label="dominates" uri="morpho.xml#s39_n6" />
-      <rel label="dominates" target="s39_n22" />
-      <rel label="dominates" target="s39_n25" />
-    </span>
-    <span id="s39_n0" from="3554" to="3561">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s39_n2" from="3562" to="3565">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s39_n23" from="3566" to="3568">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s39_n4" />
-    </span>
-    <span id="s39_n4" from="3566" to="3568">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s39_n6" from="3569" to="3577">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s39_n22" from="3578" to="3587">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s39_n8" />
-      <rel label="dominates" target="s39_n21" />
-    </span>
-    <span id="s39_n8" from="3578" to="3581">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s39_n21" from="3582" to="3587">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s39_n10" />
-    </span>
-    <span id="s39_n10" from="3582" to="3587">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s39_n25" from="3587" to="3612">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s39_n12" />
-      <rel label="dominates" target="s39_n24" />
-      <rel label="dominates" uri="morpho.xml#s39_n18" />
-    </span>
-    <span id="s39_n12" from="3587" to="3588">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s39_n24" from="3589" to="3611">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INFC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s39_n14" />
-      <rel label="dominates" uri="morpho.xml#s39_n16" />
-    </span>
-    <span id="s39_n14" from="3589" to="3599">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s39_n16" from="3600" to="3611">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s39_n18" from="3611" to="3612">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s40_n18" from="3613" to="3658">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s40_n27" />
-    </span>
-    <span id="s40_n27" from="3613" to="3658">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s40_n22" />
-      <rel label="dominates" uri="morpho.xml#s40_n2" />
-      <rel label="dominates" target="s40_n26" />
-    </span>
-    <span id="s40_n22" from="3613" to="3616">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s40_n0" />
-    </span>
-    <span id="s40_n0" from="3613" to="3616">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s40_n2" from="3617" to="3625">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s40_n26" from="3625" to="3658">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s40_n4" />
-      <rel label="dominates" target="s40_n25" />
-      <rel label="dominates" uri="morpho.xml#s40_n16" />
-    </span>
-    <span id="s40_n4" from="3625" to="3626">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s40_n25" from="3627" to="3657">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INFC</f>
-      </fs>
-      <rel label="dominates" target="s40_n23" />
-      <rel label="dominates" target="s40_n20" />
-      <rel label="dominates" target="s40_n24" />
-      <rel label="dominates" target="s40_n19" />
-    </span>
-    <span id="s40_n23" from="3627" to="3630">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s40_n6" />
-    </span>
-    <span id="s40_n6" from="3627" to="3630">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s40_n20" from="3631" to="3641">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s40_n8" />
-    </span>
-    <span id="s40_n8" from="3631" to="3641">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s40_n24" from="3642" to="3648">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s40_n21" />
-    </span>
-    <span id="s40_n21" from="3642" to="3648">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s40_n10" />
-    </span>
-    <span id="s40_n10" from="3642" to="3648">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s40_n19" from="3649" to="3657">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s40_n12" />
-      <rel label="dominates" uri="morpho.xml#s40_n14" />
-    </span>
-    <span id="s40_n12" from="3649" to="3651">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PTCL</f>
-      </fs>
-    </span>
-    <span id="s40_n14" from="3652" to="3657">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s40_n16" from="3657" to="3658">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s41_n12" from="3659" to="3690">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s41_n15" />
-      <rel label="dominates" uri="morpho.xml#s41_n10" />
-    </span>
-    <span id="s41_n15" from="3659" to="3689">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s41_n0" />
-      <rel label="dominates" uri="morpho.xml#s41_n2" />
-      <rel label="dominates" target="s41_n13" />
-      <rel label="dominates" target="s41_n14" />
-      <rel label="dominates" uri="morpho.xml#s41_n8" />
-    </span>
-    <span id="s41_n0" from="3659" to="3665">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s41_n2" from="3666" to="3673">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s41_n13" from="3674" to="3677">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s41_n4" />
-    </span>
-    <span id="s41_n4" from="3674" to="3677">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s41_n14" from="3678" to="3682">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s41_n6" />
-    </span>
-    <span id="s41_n6" from="3678" to="3682">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s41_n8" from="3683" to="3689">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s41_n10" from="3689" to="3690">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s42_n14" from="3691" to="3726">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s42_n18" />
-      <rel label="dominates" uri="morpho.xml#s42_n12" />
-    </span>
-    <span id="s42_n18" from="3691" to="3725">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s42_n0" />
-      <rel label="dominates" target="s42_n17" />
-      <rel label="dominates" uri="morpho.xml#s42_n4" />
-      <rel label="dominates" target="s42_n15" />
-      <rel label="dominates" target="s42_n16" />
-      <rel label="dominates" uri="morpho.xml#s42_n10" />
-    </span>
-    <span id="s42_n0" from="3691" to="3695">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s42_n17" from="3696" to="3699">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s42_n2" />
-    </span>
-    <span id="s42_n2" from="3696" to="3699">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s42_n4" from="3700" to="3704">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s42_n15" from="3705" to="3708">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s42_n6" />
-    </span>
-    <span id="s42_n6" from="3705" to="3708">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s42_n16" from="3709" to="3712">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s42_n8" />
-    </span>
-    <span id="s42_n8" from="3709" to="3712">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s42_n10" from="3713" to="3725">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s42_n12" from="3725" to="3726">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s43_n42" from="3727" to="3837">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s43_n58" />
-      <rel label="dominates" target="s43_n59" />
-      <rel label="dominates" uri="morpho.xml#s43_n24" />
-      <rel label="dominates" target="s43_n60" />
-    </span>
-    <span id="s43_n58" from="3727" to="3786">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s43_n44" />
-      <rel label="dominates" uri="morpho.xml#s43_n2" />
-      <rel label="dominates" target="s43_n47" />
-      <rel label="dominates" target="s43_n56" />
-      <rel label="dominates" target="s43_n53" />
-      <rel label="dominates" target="s43_n51" />
-    </span>
-    <span id="s43_n44" from="3727" to="3738">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s43_n0" />
-    </span>
-    <span id="s43_n0" from="3727" to="3738">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s43_n2" from="3739" to="3744">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s43_n47" from="3745" to="3748">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s43_n4" />
-    </span>
-    <span id="s43_n4" from="3745" to="3748">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s43_n56" from="3748" to="3774">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s43_n6" />
-      <rel label="dominates" target="s43_n55" />
-      <rel label="dominates" target="s43_n14" />
-    </span>
-    <span id="s43_n6" from="3748" to="3749">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s43_n55" from="3750" to="3770">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">SC</f>
-      </fs>
-      <rel label="dominates" target="s43_n48" />
-      <rel label="dominates" target="s43_n49" />
-      <rel label="dominates" uri="morpho.xml#s43_n12" />
-    </span>
-    <span id="s43_n48" from="3750" to="3753">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s43_n8" />
-    </span>
-    <span id="s43_n8" from="3750" to="3753">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s43_n49" from="3754" to="3766">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s43_n46" />
-    </span>
-    <span id="s43_n46" from="3754" to="3766">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s43_n10" />
-    </span>
-    <span id="s43_n10" from="3754" to="3766">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s43_n12" from="3767" to="3770">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s43_n14" from="3771" to="3774">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s43_n53" from="3775" to="3781">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s43_n16" />
-      <rel label="dominates" target="s43_n50" />
-    </span>
-    <span id="s43_n16" from="3775" to="3778">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s43_n50" from="3779" to="3781">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s43_n18" />
-    </span>
-    <span id="s43_n18" from="3779" to="3781">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s43_n51" from="3782" to="3786">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s43_n20" />
-    </span>
-    <span id="s43_n20" from="3782" to="3786">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s43_n59" from="3787" to="3795">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s43_n22" />
-    </span>
-    <span id="s43_n22" from="3787" to="3795">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s43_n24" from="3795" to="3796">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s43_n60" from="3797" to="3837">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s43_n26" />
-      <rel label="dominates" target="s43_n52" />
-      <rel label="dominates" uri="morpho.xml#s43_n30" />
-      <rel label="dominates" uri="morpho.xml#s43_n32" />
-      <rel label="dominates" target="s43_n45" />
-      <rel label="dominates" target="s43_n57" />
-    </span>
-    <span id="s43_n26" from="3797" to="3804">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s43_n52" from="3805" to="3808">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s43_n28" />
-    </span>
-    <span id="s43_n28" from="3805" to="3808">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s43_n30" from="3809" to="3813">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s43_n32" from="3814" to="3819">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s43_n45" from="3820" to="3827">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s43_n34" />
-    </span>
-    <span id="s43_n34" from="3820" to="3827">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s43_n57" from="3828" to="3837">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" target="s43_n54" />
-      <rel label="dominates" uri="morpho.xml#s43_n40" />
-    </span>
-    <span id="s43_n54" from="3828" to="3836">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INFC</f>
-      </fs>
-      <rel label="dominates" target="s43_n43" />
-    </span>
-    <span id="s43_n43" from="3828" to="3836">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s43_n36" />
-      <rel label="dominates" uri="morpho.xml#s43_n38" />
-    </span>
-    <span id="s43_n36" from="3828" to="3830">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PTCL</f>
-      </fs>
-    </span>
-    <span id="s43_n38" from="3831" to="3836">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s43_n40" from="3836" to="3837">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s44_n20" from="3838" to="3884">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s44_n29" />
-    </span>
-    <span id="s44_n29" from="3838" to="3884">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s44_n24" />
-      <rel label="dominates" uri="morpho.xml#s44_n2" />
-      <rel label="dominates" uri="morpho.xml#s44_n4" />
-      <rel label="dominates" target="s44_n26" />
-      <rel label="dominates" target="s44_n28" />
-    </span>
-    <span id="s44_n24" from="3838" to="3841">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s44_n0" />
-    </span>
-    <span id="s44_n0" from="3838" to="3841">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s44_n2" from="3842" to="3845">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s44_n4" from="3846" to="3850">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s44_n26" from="3851" to="3862">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s44_n6" />
-      <rel label="dominates" target="s44_n23" />
-    </span>
-    <span id="s44_n6" from="3851" to="3853">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s44_n23" from="3854" to="3862">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s44_n8" />
-      <rel label="dominates" target="s44_n21" />
-    </span>
-    <span id="s44_n8" from="3854" to="3857">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s44_n21" from="3858" to="3862">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s44_n10" />
-    </span>
-    <span id="s44_n10" from="3858" to="3862">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s44_n28" from="3862" to="3884">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s44_n12" />
-      <rel label="dominates" target="s44_n27" />
-      <rel label="dominates" uri="morpho.xml#s44_n18" />
-    </span>
-    <span id="s44_n12" from="3862" to="3863">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s44_n27" from="3864" to="3883">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INFC</f>
-      </fs>
-      <rel label="dominates" target="s44_n25" />
-      <rel label="dominates" uri="morpho.xml#s44_n16" />
-    </span>
-    <span id="s44_n25" from="3864" to="3872">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s44_n22" />
-    </span>
-    <span id="s44_n22" from="3864" to="3872">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s44_n14" />
-    </span>
-    <span id="s44_n14" from="3864" to="3872">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s44_n16" from="3873" to="3883">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s44_n18" from="3883" to="3884">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s45_n20" from="3885" to="3935">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s45_n27" />
-      <rel label="dominates" uri="morpho.xml#s45_n18" />
-    </span>
-    <span id="s45_n27" from="3885" to="3934">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s45_n26" />
-      <rel label="dominates" uri="morpho.xml#s45_n8" />
-      <rel label="dominates" target="s45_n23" />
-      <rel label="dominates" target="s45_n24" />
-      <rel label="dominates" target="s45_n22" />
-      <rel label="dominates" uri="morpho.xml#s45_n16" />
-    </span>
-    <span id="s45_n26" from="3885" to="3903">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" target="s45_n25" />
-      <rel label="dominates" uri="morpho.xml#s45_n6" />
-    </span>
-    <span id="s45_n25" from="3885" to="3902">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INFC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s45_n0" />
-      <rel label="dominates" target="s45_n21" />
-    </span>
-    <span id="s45_n0" from="3885" to="3891">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s45_n21" from="3892" to="3902">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s45_n2" />
-      <rel label="dominates" uri="morpho.xml#s45_n4" />
-    </span>
-    <span id="s45_n2" from="3892" to="3894">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PTCL</f>
-      </fs>
-    </span>
-    <span id="s45_n4" from="3895" to="3902">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s45_n6" from="3902" to="3903">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s45_n8" from="3904" to="3911">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s45_n23" from="3912" to="3915">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s45_n10" />
-    </span>
-    <span id="s45_n10" from="3912" to="3915">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s45_n24" from="3916" to="3919">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s45_n12" />
-    </span>
-    <span id="s45_n12" from="3916" to="3919">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s45_n22" from="3920" to="3926">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s45_n14" />
-    </span>
-    <span id="s45_n14" from="3920" to="3926">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s45_n16" from="3927" to="3934">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PTCL</f>
-      </fs>
-    </span>
-    <span id="s45_n18" from="3934" to="3935">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s46_n22" from="3935" to="3991">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s46_n0" />
-      <rel label="dominates" uri="morpho.xml#s46_n2" />
-      <rel label="dominates" target="s46_n26" />
-      <rel label="dominates" uri="morpho.xml#s46_n20" />
-    </span>
-    <span id="s46_n0" from="3935" to="3936">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s46_n2" from="3937" to="3941">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s46_n26" from="3942" to="3990">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s46_n4" />
-      <rel label="dominates" uri="morpho.xml#s46_n6" />
-      <rel label="dominates" uri="morpho.xml#s46_n8" />
-      <rel label="dominates" target="s46_n23" />
-      <rel label="dominates" target="s46_n24" />
-      <rel label="dominates" uri="morpho.xml#s46_n14" />
-      <rel label="dominates" target="s46_n25" />
-      <rel label="dominates" uri="morpho.xml#s46_n18" />
-    </span>
-    <span id="s46_n4" from="3942" to="3948">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s46_n6" from="3949" to="3952">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s46_n8" from="3953" to="3959">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s46_n23" from="3960" to="3963">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s46_n10" />
-    </span>
-    <span id="s46_n10" from="3960" to="3963">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s46_n24" from="3964" to="3968">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s46_n12" />
-    </span>
-    <span id="s46_n12" from="3964" to="3968">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s46_n14" from="3969" to="3974">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s46_n25" from="3975" to="3981">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s46_n16" />
-    </span>
-    <span id="s46_n16" from="3975" to="3981">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s46_n18" from="3982" to="3990">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s46_n20" from="3990" to="3991">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s47_n8" from="3992" to="4010">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s47_n11" />
-      <rel label="dominates" uri="morpho.xml#s47_n6" />
-    </span>
-    <span id="s47_n11" from="3992" to="4009">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s47_n10" />
-      <rel label="dominates" uri="morpho.xml#s47_n4" />
-    </span>
-    <span id="s47_n10" from="3992" to="4003">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s47_n0" />
-      <rel label="dominates" target="s47_n9" />
-    </span>
-    <span id="s47_n0" from="3992" to="3995">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s47_n9" from="3996" to="4003">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s47_n2" />
-    </span>
-    <span id="s47_n2" from="3996" to="4003">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s47_n4" from="4004" to="4009">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s47_n6" from="4009" to="4010">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s48_n10" from="4011" to="4038">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s48_n13" />
-      <rel label="dominates" target="s48_n14" />
-      <rel label="dominates" uri="morpho.xml#s48_n8" />
-    </span>
-    <span id="s48_n13" from="4011" to="4028">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s48_n12" />
-      <rel label="dominates" uri="morpho.xml#s48_n2" />
-      <rel label="dominates" target="s48_n11" />
-    </span>
-    <span id="s48_n12" from="4011" to="4017">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s48_n0" />
-    </span>
-    <span id="s48_n0" from="4011" to="4017">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s48_n2" from="4018" to="4022">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s48_n11" from="4023" to="4028">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s48_n4" />
-    </span>
-    <span id="s48_n4" from="4023" to="4028">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s48_n14" from="4029" to="4037">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s48_n6" />
-    </span>
-    <span id="s48_n6" from="4029" to="4037">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s48_n8" from="4037" to="4038">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s49_n42" from="4039" to="4141">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s49_n56" />
-    </span>
-    <span id="s49_n56" from="4039" to="4141">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s49_n0" />
-      <rel label="dominates" uri="morpho.xml#s49_n2" />
-      <rel label="dominates" uri="morpho.xml#s49_n4" />
-      <rel label="dominates" target="s49_n49" />
-      <rel label="dominates" target="s49_n47" />
-      <rel label="dominates" target="s49_n54" />
-      <rel label="dominates" target="s49_n55" />
-    </span>
-    <span id="s49_n0" from="4039" to="4043">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s49_n2" from="4044" to="4052">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s49_n4" from="4053" to="4056">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s49_n49" from="4057" to="4060">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s49_n6" />
-    </span>
-    <span id="s49_n6" from="4057" to="4060">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s49_n47" from="4061" to="4071">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s49_n8" />
-      <rel label="dominates" target="s49_n45" />
-    </span>
-    <span id="s49_n8" from="4061" to="4064">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s49_n45" from="4065" to="4071">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s49_n10" />
-    </span>
-    <span id="s49_n10" from="4065" to="4071">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s49_n54" from="4071" to="4106">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s49_n12" />
-      <rel label="dominates" target="s49_n52" />
-      <rel label="dominates" uri="morpho.xml#s49_n26" />
-    </span>
-    <span id="s49_n12" from="4071" to="4072">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s49_n52" from="4073" to="4105">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INFC</f>
-      </fs>
-      <rel label="dominates" target="s49_n51" />
-      <rel label="dominates" uri="morpho.xml#s49_n20" />
-      <rel label="dominates" target="s49_n43" />
-    </span>
-    <span id="s49_n51" from="4073" to="4087">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s49_n14" />
-      <rel label="dominates" target="s49_n48" />
-    </span>
-    <span id="s49_n14" from="4073" to="4076">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s49_n48" from="4077" to="4087">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s49_n16" />
-      <rel label="dominates" target="s49_n46" />
-    </span>
-    <span id="s49_n16" from="4077" to="4082">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s49_n46" from="4083" to="4087">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s49_n18" />
-    </span>
-    <span id="s49_n18" from="4083" to="4087">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s49_n20" from="4088" to="4095">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s49_n43" from="4096" to="4105">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s49_n22" />
-      <rel label="dominates" uri="morpho.xml#s49_n24" />
-    </span>
-    <span id="s49_n22" from="4096" to="4098">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PTCL</f>
-      </fs>
-    </span>
-    <span id="s49_n24" from="4099" to="4105">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s49_n26" from="4105" to="4106">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s49_n55" from="4107" to="4141">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" target="s49_n53" />
-      <rel label="dominates" uri="morpho.xml#s49_n40" />
-    </span>
-    <span id="s49_n53" from="4107" to="4140">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INFC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s49_n28" />
-      <rel label="dominates" target="s49_n50" />
-      <rel label="dominates" uri="morpho.xml#s49_n32" />
-      <rel label="dominates" uri="morpho.xml#s49_n34" />
-      <rel label="dominates" target="s49_n44" />
-    </span>
-    <span id="s49_n28" from="4107" to="4109">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s49_n50" from="4110" to="4114">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s49_n30" />
-    </span>
-    <span id="s49_n30" from="4110" to="4114">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s49_n32" from="4115" to="4121">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s49_n34" from="4122" to="4129">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s49_n44" from="4130" to="4140">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s49_n36" />
-      <rel label="dominates" uri="morpho.xml#s49_n38" />
-    </span>
-    <span id="s49_n36" from="4130" to="4132">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PTCL</f>
-      </fs>
-    </span>
-    <span id="s49_n38" from="4133" to="4140">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s49_n40" from="4140" to="4141">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s50_n24" from="4142" to="4195">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s50_n31" />
-    </span>
-    <span id="s50_n31" from="4142" to="4195">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s50_n0" />
-      <rel label="dominates" target="s50_n26" />
-      <rel label="dominates" uri="morpho.xml#s50_n6" />
-      <rel label="dominates" target="s50_n27" />
-      <rel label="dominates" uri="morpho.xml#s50_n10" />
-      <rel label="dominates" uri="morpho.xml#s50_n12" />
-      <rel label="dominates" target="s50_n30" />
-    </span>
-    <span id="s50_n0" from="4142" to="4143">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s50_n26" from="4143" to="4155">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s50_n2" />
-      <rel label="dominates" target="s50_n25" />
-    </span>
-    <span id="s50_n2" from="4143" to="4148">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s50_n25" from="4149" to="4155">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s50_n4" />
-    </span>
-    <span id="s50_n4" from="4149" to="4155">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s50_n6" from="4156" to="4161">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s50_n27" from="4162" to="4165">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s50_n8" />
-    </span>
-    <span id="s50_n8" from="4162" to="4165">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s50_n10" from="4166" to="4171">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s50_n12" from="4172" to="4178">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s50_n30" from="4178" to="4195">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s50_n14" />
-      <rel label="dominates" target="s50_n29" />
-      <rel label="dominates" uri="morpho.xml#s50_n22" />
-    </span>
-    <span id="s50_n14" from="4178" to="4179">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s50_n29" from="4180" to="4194">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">SC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s50_n16" />
-      <rel label="dominates" target="s50_n28" />
-      <rel label="dominates" uri="morpho.xml#s50_n20" />
-    </span>
-    <span id="s50_n16" from="4180" to="4184">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s50_n28" from="4185" to="4188">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s50_n18" />
-    </span>
-    <span id="s50_n18" from="4185" to="4188">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s50_n20" from="4189" to="4194">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s50_n22" from="4194" to="4195">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s51_n10" from="4196" to="4216">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s51_n13" />
-      <rel label="dominates" uri="morpho.xml#s51_n8" />
-    </span>
-    <span id="s51_n13" from="4196" to="4215">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s51_n12" />
-      <rel label="dominates" uri="morpho.xml#s51_n2" />
-      <rel label="dominates" target="s51_n11" />
-      <rel label="dominates" uri="morpho.xml#s51_n6" />
-    </span>
-    <span id="s51_n12" from="4196" to="4199">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s51_n0" />
-    </span>
-    <span id="s51_n0" from="4196" to="4199">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s51_n2" from="4200" to="4206">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s51_n11" from="4207" to="4211">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s51_n4" />
-    </span>
-    <span id="s51_n4" from="4207" to="4211">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s51_n6" from="4212" to="4215">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PTCL</f>
-      </fs>
-    </span>
-    <span id="s51_n8" from="4215" to="4216">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s52_n34" from="4217" to="4304">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s52_n45" />
-      <rel label="dominates" uri="morpho.xml#s52_n8" />
-      <rel label="dominates" uri="morpho.xml#s52_n10" />
-      <rel label="dominates" target="s52_n46" />
-      <rel label="dominates" uri="morpho.xml#s52_n32" />
-    </span>
-    <span id="s52_n45" from="4217" to="4255">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s52_n0" />
-      <rel label="dominates" uri="morpho.xml#s52_n2" />
-      <rel label="dominates" target="s52_n35" />
-      <rel label="dominates" target="s52_n37" />
-    </span>
-    <span id="s52_n0" from="4217" to="4227">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s52_n2" from="4228" to="4234">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s52_n35" from="4235" to="4247">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s52_n4" />
-    </span>
-    <span id="s52_n4" from="4235" to="4247">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s52_n37" from="4248" to="4255">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s52_n36" />
-    </span>
-    <span id="s52_n36" from="4248" to="4255">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s52_n6" />
-    </span>
-    <span id="s52_n6" from="4248" to="4255">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s52_n8" from="4255" to="4256">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s52_n10" from="4257" to="4259">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s52_n46" from="4260" to="4303">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s52_n38" />
-      <rel label="dominates" target="s52_n39" />
-      <rel label="dominates" target="s52_n44" />
-      <rel label="dominates" uri="morpho.xml#s52_n28" />
-      <rel label="dominates" target="s52_n40" />
-    </span>
-    <span id="s52_n38" from="4260" to="4263">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s52_n12" />
-    </span>
-    <span id="s52_n12" from="4260" to="4263">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s52_n39" from="4264" to="4268">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s52_n14" />
-    </span>
-    <span id="s52_n14" from="4264" to="4268">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s52_n44" from="4269" to="4294">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" target="s52_n43" />
-      <rel label="dominates" uri="morpho.xml#s52_n24" />
-      <rel label="dominates" uri="morpho.xml#s52_n26" />
-    </span>
-    <span id="s52_n43" from="4269" to="4292">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">SC</f>
-      </fs>
-      <rel label="dominates" target="s52_n41" />
-      <rel label="dominates" target="s52_n42" />
-      <rel label="dominates" uri="morpho.xml#s52_n20" />
-      <rel label="dominates" uri="morpho.xml#s52_n22" />
-    </span>
-    <span id="s52_n41" from="4269" to="4272">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s52_n16" />
-    </span>
-    <span id="s52_n16" from="4269" to="4272">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s52_n42" from="4273" to="4278">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s52_n18" />
-    </span>
-    <span id="s52_n18" from="4273" to="4278">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s52_n20" from="4279" to="4282">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s52_n22" from="4283" to="4292">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s52_n24" from="4292" to="4293">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s52_n26" from="4293" to="4294">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s52_n28" from="4295" to="4299">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s52_n40" from="4300" to="4303">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s52_n30" />
-    </span>
-    <span id="s52_n30" from="4300" to="4303">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s52_n32" from="4303" to="4304">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s53_n18" from="4305" to="4354">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s53_n23" />
-      <rel label="dominates" uri="morpho.xml#s53_n16" />
-    </span>
-    <span id="s53_n23" from="4305" to="4353">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s53_n0" />
-      <rel label="dominates" uri="morpho.xml#s53_n2" />
-      <rel label="dominates" uri="morpho.xml#s53_n4" />
-      <rel label="dominates" target="s53_n22" />
-      <rel label="dominates" uri="morpho.xml#s53_n8" />
-      <rel label="dominates" target="s53_n21" />
-    </span>
-    <span id="s53_n0" from="4305" to="4306">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s53_n2" from="4306" to="4310">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s53_n4" from="4311" to="4321">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s53_n22" from="4322" to="4326">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s53_n6" />
-    </span>
-    <span id="s53_n6" from="4322" to="4326">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s53_n8" from="4327" to="4329">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s53_n21" from="4330" to="4353">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s53_n10" />
-      <rel label="dominates" target="s53_n20" />
-    </span>
-    <span id="s53_n10" from="4330" to="4333">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s53_n20" from="4334" to="4353">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s53_n19" />
-      <rel label="dominates" uri="morpho.xml#s53_n14" />
-    </span>
-    <span id="s53_n19" from="4334" to="4345">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s53_n12" />
-    </span>
-    <span id="s53_n12" from="4334" to="4345">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s53_n14" from="4346" to="4353">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s53_n16" from="4353" to="4354">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s54_n26" from="4355" to="4412">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s54_n34" />
-      <rel label="dominates" uri="morpho.xml#s54_n6" />
-      <rel label="dominates" target="s54_n35" />
-      <rel label="dominates" uri="morpho.xml#s54_n14" />
-      <rel label="dominates" target="s54_n36" />
-      <rel label="dominates" uri="morpho.xml#s54_n24" />
-    </span>
-    <span id="s54_n34" from="4355" to="4372">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s54_n32" />
-      <rel label="dominates" uri="morpho.xml#s54_n2" />
-      <rel label="dominates" target="s54_n28" />
-    </span>
-    <span id="s54_n32" from="4355" to="4361">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s54_n0" />
-    </span>
-    <span id="s54_n0" from="4355" to="4361">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s54_n2" from="4362" to="4368">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s54_n28" from="4369" to="4372">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s54_n4" />
-    </span>
-    <span id="s54_n4" from="4369" to="4372">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s54_n6" from="4372" to="4373">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s54_n35" from="4374" to="4390">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s54_n33" />
-      <rel label="dominates" uri="morpho.xml#s54_n10" />
-      <rel label="dominates" target="s54_n29" />
-    </span>
-    <span id="s54_n33" from="4374" to="4380">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s54_n8" />
-    </span>
-    <span id="s54_n8" from="4374" to="4380">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s54_n10" from="4381" to="4386">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s54_n29" from="4387" to="4390">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s54_n12" />
-    </span>
-    <span id="s54_n12" from="4387" to="4390">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s54_n14" from="4390" to="4391">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s54_n36" from="4392" to="4411">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s54_n30" />
-      <rel label="dominates" uri="morpho.xml#s54_n18" />
-      <rel label="dominates" target="s54_n31" />
-      <rel label="dominates" target="s54_n27" />
-    </span>
-    <span id="s54_n30" from="4392" to="4395">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s54_n16" />
-    </span>
-    <span id="s54_n16" from="4392" to="4395">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s54_n18" from="4396" to="4399">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s54_n31" from="4400" to="4406">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s54_n20" />
-    </span>
-    <span id="s54_n20" from="4400" to="4406">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s54_n27" from="4407" to="4411">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s54_n22" />
-    </span>
-    <span id="s54_n22" from="4407" to="4411">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s54_n24" from="4411" to="4412">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s55_n36" from="4412" to="4553">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s55_n52" />
-      <rel label="dominates" target="s55_n53" />
-    </span>
-    <span id="s55_n52" from="4412" to="4466">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s55_n0" />
-      <rel label="dominates" target="s55_n43" />
-      <rel label="dominates" target="s55_n48" />
-      <rel label="dominates" uri="morpho.xml#s55_n12" />
-      <rel label="dominates" target="s55_n46" />
-    </span>
-    <span id="s55_n0" from="4412" to="4413">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s55_n43" from="4414" to="4439">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s55_n2" />
-      <rel label="dominates" target="s55_n39" />
-    </span>
-    <span id="s55_n2" from="4414" to="4419">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s55_n39" from="4420" to="4439">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s55_n4" />
-    </span>
-    <span id="s55_n4" from="4420" to="4439">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s55_n48" from="4440" to="4458">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s55_n6" />
-      <rel label="dominates" target="s55_n44" />
-    </span>
-    <span id="s55_n6" from="4440" to="4443">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s55_n44" from="4444" to="4458">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s55_n8" />
-      <rel label="dominates" target="s55_n40" />
-    </span>
-    <span id="s55_n8" from="4444" to="4451">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s55_n40" from="4452" to="4458">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s55_n10" />
-    </span>
-    <span id="s55_n10" from="4452" to="4458">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s55_n12" from="4459" to="4462">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s55_n46" from="4463" to="4466">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s55_n14" />
-    </span>
-    <span id="s55_n14" from="4463" to="4466">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s55_n53" from="4467" to="4553">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s55_n16" />
-      <rel label="dominates" target="s55_n51" />
-    </span>
-    <span id="s55_n16" from="4467" to="4475">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s55_n51" from="4475" to="4553">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s55_n18" />
-      <rel label="dominates" target="s55_n50" />
-      <rel label="dominates" uri="morpho.xml#s55_n34" />
-    </span>
-    <span id="s55_n18" from="4475" to="4476">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s55_n50" from="4477" to="4552">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INFC</f>
-      </fs>
-      <rel label="dominates" target="s55_n47" />
-      <rel label="dominates" target="s55_n49" />
-      <rel label="dominates" target="s55_n37" />
-    </span>
-    <span id="s55_n47" from="4477" to="4503">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s55_n41" />
-    </span>
-    <span id="s55_n41" from="4477" to="4503">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s55_n38" />
-      <rel label="dominates" uri="morpho.xml#s55_n22" />
-    </span>
-    <span id="s55_n38" from="4477" to="4488">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s55_n20" />
-    </span>
-    <span id="s55_n20" from="4477" to="4488">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s55_n22" from="4489" to="4503">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s55_n49" from="4504" to="4540">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s55_n24" />
-      <rel label="dominates" target="s55_n45" />
-    </span>
-    <span id="s55_n24" from="4504" to="4509">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s55_n45" from="4510" to="4540">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s55_n26" />
-      <rel label="dominates" target="s55_n42" />
-    </span>
-    <span id="s55_n26" from="4510" to="4513">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s55_n42" from="4514" to="4540">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s55_n28" />
-    </span>
-    <span id="s55_n28" from="4514" to="4540">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s55_n37" from="4541" to="4552">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s55_n30" />
-      <rel label="dominates" uri="morpho.xml#s55_n32" />
-    </span>
-    <span id="s55_n30" from="4541" to="4543">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PTCL</f>
-      </fs>
-    </span>
-    <span id="s55_n32" from="4544" to="4552">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s55_n34" from="4552" to="4553">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s56_n32" from="4554" to="4676">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s56_n49" />
-    </span>
-    <span id="s56_n49" from="4554" to="4676">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s56_n39" />
-      <rel label="dominates" uri="morpho.xml#s56_n4" />
-      <rel label="dominates" target="s56_n40" />
-      <rel label="dominates" target="s56_n44" />
-      <rel label="dominates" target="s56_n45" />
-      <rel label="dominates" uri="morpho.xml#s56_n16" />
-      <rel label="dominates" target="s56_n48" />
-    </span>
-    <span id="s56_n39" from="4554" to="4567">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s56_n0" />
-      <rel label="dominates" target="s56_n34" />
-    </span>
-    <span id="s56_n0" from="4554" to="4560">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s56_n34" from="4561" to="4567">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s56_n2" />
-    </span>
-    <span id="s56_n2" from="4561" to="4567">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s56_n4" from="4568" to="4573">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s56_n40" from="4574" to="4599">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s56_n35" />
-    </span>
-    <span id="s56_n35" from="4574" to="4599">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s56_n6" />
-    </span>
-    <span id="s56_n6" from="4574" to="4599">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s56_n44" from="4600" to="4610">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s56_n8" />
-      <rel label="dominates" target="s56_n41" />
-    </span>
-    <span id="s56_n8" from="4600" to="4604">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s56_n41" from="4605" to="4610">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s56_n36" />
-    </span>
-    <span id="s56_n36" from="4605" to="4610">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s56_n10" />
-    </span>
-    <span id="s56_n10" from="4605" to="4610">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s56_n45" from="4611" to="4626">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s56_n12" />
-      <rel label="dominates" target="s56_n42" />
-    </span>
-    <span id="s56_n12" from="4611" to="4614">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s56_n42" from="4615" to="4626">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s56_n37" />
-    </span>
-    <span id="s56_n37" from="4615" to="4626">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s56_n14" />
-    </span>
-    <span id="s56_n14" from="4615" to="4626">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s56_n16" from="4627" to="4630">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PTCL</f>
-      </fs>
-    </span>
-    <span id="s56_n48" from="4630" to="4676">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s56_n18" />
-      <rel label="dominates" target="s56_n47" />
-      <rel label="dominates" uri="morpho.xml#s56_n30" />
-    </span>
-    <span id="s56_n18" from="4630" to="4631">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s56_n47" from="4632" to="4675">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">SC</f>
-      </fs>
-      <rel label="dominates" target="s56_n46" />
-      <rel label="dominates" target="s56_n43" />
-      <rel label="dominates" uri="morpho.xml#s56_n26" />
-      <rel label="dominates" uri="morpho.xml#s56_n28" />
-    </span>
-    <span id="s56_n46" from="4632" to="4635">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s56_n20" />
-    </span>
-    <span id="s56_n20" from="4632" to="4635">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s56_n43" from="4636" to="4660">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s56_n38" />
-    </span>
-    <span id="s56_n38" from="4636" to="4660">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s56_n33" />
-      <rel label="dominates" uri="morpho.xml#s56_n24" />
-    </span>
-    <span id="s56_n33" from="4636" to="4651">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s56_n22" />
-    </span>
-    <span id="s56_n22" from="4636" to="4651">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s56_n24" from="4652" to="4660">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s56_n26" from="4661" to="4669">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s56_n28" from="4670" to="4675">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s56_n30" from="4675" to="4676">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s57_n26" from="4677" to="4748">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s57_n34" />
-      <rel label="dominates" uri="morpho.xml#s57_n18" />
-      <rel label="dominates" target="s57_n35" />
-      <rel label="dominates" uri="morpho.xml#s57_n24" />
-    </span>
-    <span id="s57_n34" from="4677" to="4733">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s57_n0" />
-      <rel label="dominates" target="s57_n31" />
-      <rel label="dominates" uri="morpho.xml#s57_n6" />
-      <rel label="dominates" target="s57_n27" />
-      <rel label="dominates" target="s57_n32" />
-      <rel label="dominates" uri="morpho.xml#s57_n14" />
-      <rel label="dominates" uri="morpho.xml#s57_n16" />
-    </span>
-    <span id="s57_n0" from="4677" to="4678">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s57_n31" from="4678" to="4698">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s57_n2" />
-      <rel label="dominates" target="s57_n29" />
-    </span>
-    <span id="s57_n2" from="4678" to="4681">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s57_n29" from="4682" to="4698">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s57_n4" />
-    </span>
-    <span id="s57_n4" from="4682" to="4698">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s57_n6" from="4699" to="4702">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s57_n27" from="4703" to="4712">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s57_n8" />
-    </span>
-    <span id="s57_n8" from="4703" to="4712">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s57_n32" from="4713" to="4723">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s57_n30" />
-    </span>
-    <span id="s57_n30" from="4713" to="4723">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s57_n28" />
-      <rel label="dominates" uri="morpho.xml#s57_n12" />
-    </span>
-    <span id="s57_n28" from="4713" to="4717">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NUM</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s57_n10" />
-    </span>
-    <span id="s57_n10" from="4713" to="4717">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NUM</f>
-      </fs>
-    </span>
-    <span id="s57_n12" from="4718" to="4723">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s57_n14" from="4724" to="4732">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s57_n16" from="4732" to="4733">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s57_n18" from="4733" to="4734">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s57_n35" from="4735" to="4747">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s57_n20" />
-      <rel label="dominates" target="s57_n33" />
-    </span>
-    <span id="s57_n20" from="4735" to="4743">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s57_n33" from="4744" to="4747">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s57_n22" />
-    </span>
-    <span id="s57_n22" from="4744" to="4747">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s57_n24" from="4747" to="4748">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s58_n72" from="4749" to="4998">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s58_n100" />
-      <rel label="dominates" target="s58_n101" />
-      <rel label="dominates" uri="morpho.xml#s58_n70" />
-    </span>
-    <span id="s58_n100" from="4749" to="4956">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s58_n0" />
-      <rel label="dominates" uri="morpho.xml#s58_n2" />
-      <rel label="dominates" uri="morpho.xml#s58_n4" />
-      <rel label="dominates" uri="morpho.xml#s58_n6" />
-      <rel label="dominates" uri="morpho.xml#s58_n8" />
-      <rel label="dominates" target="s58_n98" />
-      <rel label="dominates" uri="morpho.xml#s58_n36" />
-      <rel label="dominates" target="s58_n99" />
-    </span>
-    <span id="s58_n0" from="4749" to="4761">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s58_n2" from="4762" to="4765">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s58_n4" from="4766" to="4770">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s58_n6" from="4771" to="4780">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s58_n8" from="4781" to="4787">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s58_n98" from="4787" to="4886">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s58_n10" />
-      <rel label="dominates" target="s58_n96" />
-      <rel label="dominates" uri="morpho.xml#s58_n34" />
-    </span>
-    <span id="s58_n10" from="4787" to="4788">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s58_n96" from="4789" to="4885">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">SC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s58_n12" />
-      <rel label="dominates" target="s58_n84" />
-      <rel label="dominates" uri="morpho.xml#s58_n20" />
-      <rel label="dominates" target="s58_n90" />
-      <rel label="dominates" target="s58_n85" />
-      <rel label="dominates" target="s58_n86" />
-      <rel label="dominates" uri="morpho.xml#s58_n32" />
-    </span>
-    <span id="s58_n12" from="4789" to="4793">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s58_n84" from="4794" to="4835">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s58_n14" />
-      <rel label="dominates" target="s58_n75" />
-    </span>
-    <span id="s58_n14" from="4794" to="4798">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s58_n75" from="4799" to="4835">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s58_n73" />
-      <rel label="dominates" uri="morpho.xml#s58_n18" />
-    </span>
-    <span id="s58_n73" from="4799" to="4815">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s58_n16" />
-    </span>
-    <span id="s58_n16" from="4799" to="4815">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s58_n18" from="4816" to="4835">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s58_n20" from="4836" to="4839">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s58_n90" from="4840" to="4853">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s58_n76" />
-    </span>
-    <span id="s58_n76" from="4840" to="4853">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s58_n22" />
-    </span>
-    <span id="s58_n22" from="4840" to="4853">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s58_n85" from="4854" to="4864">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s58_n24" />
-      <rel label="dominates" target="s58_n77" />
-    </span>
-    <span id="s58_n24" from="4854" to="4858">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s58_n77" from="4859" to="4864">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s58_n26" />
-    </span>
-    <span id="s58_n26" from="4859" to="4864">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s58_n86" from="4865" to="4880">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s58_n28" />
-      <rel label="dominates" target="s58_n78" />
-    </span>
-    <span id="s58_n28" from="4865" to="4868">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s58_n78" from="4869" to="4880">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s58_n30" />
-    </span>
-    <span id="s58_n30" from="4869" to="4880">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s58_n32" from="4881" to="4885">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s58_n34" from="4885" to="4886">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s58_n36" from="4887" to="4891">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s58_n99" from="4892" to="4956">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" target="s58_n97" />
-      <rel label="dominates" uri="morpho.xml#s58_n58" />
-    </span>
-    <span id="s58_n97" from="4892" to="4955">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">SC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s58_n38" />
-      <rel label="dominates" target="s58_n87" />
-      <rel label="dominates" target="s58_n94" />
-      <rel label="dominates" target="s58_n88" />
-      <rel label="dominates" target="s58_n92" />
-      <rel label="dominates" uri="morpho.xml#s58_n54" />
-      <rel label="dominates" uri="morpho.xml#s58_n56" />
-    </span>
-    <span id="s58_n38" from="4892" to="4894">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s58_n87" from="4895" to="4904">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s58_n40" />
-      <rel label="dominates" target="s58_n79" />
-    </span>
-    <span id="s58_n40" from="4895" to="4898">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s58_n79" from="4899" to="4904">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s58_n42" />
-    </span>
-    <span id="s58_n42" from="4899" to="4904">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s58_n94" from="4905" to="4922">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s58_n44" />
-      <rel label="dominates" target="s58_n91" />
-    </span>
-    <span id="s58_n44" from="4905" to="4908">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s58_n91" from="4909" to="4922">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s58_n80" />
-    </span>
-    <span id="s58_n80" from="4909" to="4922">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s58_n46" />
-    </span>
-    <span id="s58_n46" from="4909" to="4922">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s58_n88" from="4923" to="4935">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s58_n48" />
-      <rel label="dominates" target="s58_n81" />
-    </span>
-    <span id="s58_n48" from="4923" to="4926">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s58_n81" from="4927" to="4935">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s58_n50" />
-    </span>
-    <span id="s58_n50" from="4927" to="4935">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s58_n92" from="4936" to="4940">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s58_n82" />
-    </span>
-    <span id="s58_n82" from="4936" to="4940">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s58_n74" />
-    </span>
-    <span id="s58_n74" from="4936" to="4940">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NUM</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s58_n52" />
-    </span>
-    <span id="s58_n52" from="4936" to="4940">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NUM</f>
-      </fs>
-    </span>
-    <span id="s58_n54" from="4941" to="4950">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s58_n56" from="4951" to="4955">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s58_n58" from="4955" to="4956">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s58_n101" from="4957" to="4997">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s58_n60" />
-      <rel label="dominates" target="s58_n93" />
-      <rel label="dominates" target="s58_n95" />
-    </span>
-    <span id="s58_n60" from="4957" to="4963">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s58_n93" from="4964" to="4967">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s58_n62" />
-    </span>
-    <span id="s58_n62" from="4964" to="4967">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s58_n95" from="4968" to="4997">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s58_n64" />
-      <rel label="dominates" target="s58_n89" />
-    </span>
-    <span id="s58_n64" from="4968" to="4973">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s58_n89" from="4974" to="4997">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s58_n66" />
-      <rel label="dominates" target="s58_n83" />
-    </span>
-    <span id="s58_n66" from="4974" to="4978">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s58_n83" from="4979" to="4997">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s58_n68" />
-    </span>
-    <span id="s58_n68" from="4979" to="4997">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s58_n70" from="4997" to="4998">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s59_n42" from="4999" to="5134">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s59_n55" />
-      <rel label="dominates" target="s59_n56" />
-      <rel label="dominates" uri="morpho.xml#s59_n40" />
-    </span>
-    <span id="s59_n55" from="4999" to="5091">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s59_n52" />
-      <rel label="dominates" uri="morpho.xml#s59_n2" />
-      <rel label="dominates" target="s59_n49" />
-      <rel label="dominates" uri="morpho.xml#s59_n10" />
-      <rel label="dominates" target="s59_n54" />
-      <rel label="dominates" uri="morpho.xml#s59_n24" />
-    </span>
-    <span id="s59_n52" from="4999" to="5004">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s59_n0" />
-    </span>
-    <span id="s59_n0" from="4999" to="5004">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s59_n2" from="5005" to="5010">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s59_n49" from="5011" to="5042">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s59_n4" />
-      <rel label="dominates" target="s59_n46" />
-    </span>
-    <span id="s59_n4" from="5011" to="5015">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s59_n46" from="5016" to="5042">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s59_n44" />
-      <rel label="dominates" uri="morpho.xml#s59_n8" />
-    </span>
-    <span id="s59_n44" from="5016" to="5027">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s59_n6" />
-    </span>
-    <span id="s59_n6" from="5016" to="5027">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s59_n8" from="5028" to="5042">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s59_n10" from="5043" to="5049">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PTCL</f>
-      </fs>
-    </span>
-    <span id="s59_n54" from="5049" to="5084">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s59_n12" />
-      <rel label="dominates" target="s59_n53" />
-      <rel label="dominates" target="s59_n22" />
-    </span>
-    <span id="s59_n12" from="5049" to="5050">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s59_n53" from="5051" to="5080">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INFC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s59_n14" />
-      <rel label="dominates" target="s59_n51" />
-      <rel label="dominates" target="s59_n43" />
-    </span>
-    <span id="s59_n14" from="5051" to="5053">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s59_n51" from="5054" to="5068">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s59_n47" />
-    </span>
-    <span id="s59_n47" from="5054" to="5068">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s59_n16" />
-    </span>
-    <span id="s59_n16" from="5054" to="5068">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s59_n43" from="5069" to="5080">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s59_n18" />
-      <rel label="dominates" uri="morpho.xml#s59_n20" />
-    </span>
-    <span id="s59_n18" from="5069" to="5071">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PTCL</f>
-      </fs>
-    </span>
-    <span id="s59_n20" from="5072" to="5080">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s59_n22" from="5081" to="5084">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s59_n24" from="5085" to="5091">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s59_n56" from="5092" to="5133">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s59_n26" />
-      <rel label="dominates" target="s59_n50" />
-      <rel label="dominates" uri="morpho.xml#s59_n32" />
-      <rel label="dominates" uri="morpho.xml#s59_n34" />
-      <rel label="dominates" target="s59_n45" />
-      <rel label="dominates" uri="morpho.xml#s59_n38" />
-    </span>
-    <span id="s59_n26" from="5092" to="5095">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s59_n50" from="5096" to="5109">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s59_n28" />
-      <rel label="dominates" target="s59_n48" />
-    </span>
-    <span id="s59_n28" from="5096" to="5099">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s59_n48" from="5100" to="5109">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s59_n30" />
-    </span>
-    <span id="s59_n30" from="5100" to="5109">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s59_n32" from="5110" to="5114">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s59_n34" from="5115" to="5120">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NEGAT</f>
-      </fs>
-    </span>
-    <span id="s59_n45" from="5121" to="5127">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s59_n36" />
-    </span>
-    <span id="s59_n36" from="5121" to="5127">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s59_n38" from="5128" to="5133">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s59_n40" from="5133" to="5134">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s60_n38" from="5135" to="5266">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s60_n51" />
-      <rel label="dominates" uri="morpho.xml#s60_n14" />
-      <rel label="dominates" target="s60_n52" />
-      <rel label="dominates" uri="morpho.xml#s60_n28" />
-      <rel label="dominates" target="s60_n53" />
-      <rel label="dominates" uri="morpho.xml#s60_n36" />
-    </span>
-    <span id="s60_n51" from="5135" to="5181">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s60_n0" />
-      <rel label="dominates" uri="morpho.xml#s60_n2" />
-      <rel label="dominates" target="s60_n45" />
-      <rel label="dominates" target="s60_n50" />
-      <rel label="dominates" uri="morpho.xml#s60_n12" />
-    </span>
-    <span id="s60_n0" from="5135" to="5136">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s60_n2" from="5136" to="5142">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s60_n45" from="5143" to="5157">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s60_n4" />
-      <rel label="dominates" target="s60_n41" />
-    </span>
-    <span id="s60_n4" from="5143" to="5146">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s60_n41" from="5147" to="5157">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s60_n6" />
-    </span>
-    <span id="s60_n6" from="5147" to="5157">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s60_n50" from="5158" to="5167">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s60_n8" />
-      <rel label="dominates" target="s60_n47" />
-    </span>
-    <span id="s60_n8" from="5158" to="5162">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s60_n47" from="5163" to="5167">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s60_n42" />
-    </span>
-    <span id="s60_n42" from="5163" to="5167">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s60_n40" />
-    </span>
-    <span id="s60_n40" from="5163" to="5167">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NUM</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s60_n10" />
-    </span>
-    <span id="s60_n10" from="5163" to="5167">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NUM</f>
-      </fs>
-    </span>
-    <span id="s60_n12" from="5168" to="5181">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s60_n14" from="5181" to="5182">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s60_n52" from="5183" to="5239">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s60_n16" />
-      <rel label="dominates" target="s60_n48" />
-      <rel label="dominates" target="s60_n46" />
-      <rel label="dominates" uri="morpho.xml#s60_n24" />
-      <rel label="dominates" uri="morpho.xml#s60_n26" />
-    </span>
-    <span id="s60_n16" from="5183" to="5189">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s60_n48" from="5190" to="5193">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s60_n18" />
-    </span>
-    <span id="s60_n18" from="5190" to="5193">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s60_n46" from="5194" to="5226">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s60_n20" />
-      <rel label="dominates" target="s60_n43" />
-    </span>
-    <span id="s60_n20" from="5194" to="5198">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s60_n43" from="5199" to="5226">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s60_n22" />
-    </span>
-    <span id="s60_n22" from="5199" to="5226">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s60_n24" from="5227" to="5238">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s60_n26" from="5238" to="5239">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s60_n28" from="5239" to="5240">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s60_n53" from="5241" to="5265">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s60_n30" />
-      <rel label="dominates" target="s60_n49" />
-    </span>
-    <span id="s60_n30" from="5241" to="5245">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s60_n49" from="5246" to="5265">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s60_n44" />
-    </span>
-    <span id="s60_n44" from="5246" to="5265">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s60_n39" />
-    </span>
-    <span id="s60_n39" from="5246" to="5265">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s60_n32" />
-      <rel label="dominates" uri="morpho.xml#s60_n34" />
-    </span>
-    <span id="s60_n32" from="5246" to="5255">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s60_n34" from="5256" to="5265">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s60_n36" from="5265" to="5266">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s61_n64" from="5267" to="5467">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s61_n83" />
-      <rel label="dominates" uri="morpho.xml#s61_n20" />
-      <rel label="dominates" target="s61_n84" />
-    </span>
-    <span id="s61_n83" from="5267" to="5329">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s61_n0" />
-      <rel label="dominates" target="s61_n80" />
-      <rel label="dominates" uri="morpho.xml#s61_n4" />
-      <rel label="dominates" uri="morpho.xml#s61_n6" />
-      <rel label="dominates" target="s61_n72" />
-      <rel label="dominates" uri="morpho.xml#s61_n12" />
-      <rel label="dominates" uri="morpho.xml#s61_n14" />
-      <rel label="dominates" uri="morpho.xml#s61_n16" />
-      <rel label="dominates" uri="morpho.xml#s61_n18" />
-    </span>
-    <span id="s61_n0" from="5267" to="5268">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s61_n80" from="5268" to="5271">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s61_n2" />
-    </span>
-    <span id="s61_n2" from="5268" to="5271">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s61_n4" from="5272" to="5278">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s61_n6" from="5279" to="5283">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s61_n72" from="5284" to="5298">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s61_n8" />
-      <rel label="dominates" target="s61_n68" />
-    </span>
-    <span id="s61_n8" from="5284" to="5287">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s61_n68" from="5288" to="5298">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s61_n10" />
-    </span>
-    <span id="s61_n10" from="5288" to="5298">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s61_n12" from="5299" to="5304">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NEGAT</f>
-      </fs>
-    </span>
-    <span id="s61_n14" from="5305" to="5311">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s61_n16" from="5312" to="5321">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s61_n18" from="5322" to="5329">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s61_n20" from="5329" to="5330">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s61_n84" from="5331" to="5467">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s61_n22" />
-      <rel label="dominates" target="s61_n75" />
-      <rel label="dominates" uri="morpho.xml#s61_n26" />
-      <rel label="dominates" target="s61_n76" />
-      <rel label="dominates" uri="morpho.xml#s61_n30" />
-      <rel label="dominates" target="s61_n82" />
-    </span>
-    <span id="s61_n22" from="5331" to="5335">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s61_n75" from="5336" to="5338">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s61_n24" />
-    </span>
-    <span id="s61_n24" from="5336" to="5338">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s61_n26" from="5339" to="5345">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s61_n76" from="5346" to="5349">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s61_n28" />
-    </span>
-    <span id="s61_n28" from="5346" to="5349">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s61_n30" from="5350" to="5357">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s61_n82" from="5357" to="5467">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s61_n32" />
-      <rel label="dominates" target="s61_n81" />
-      <rel label="dominates" uri="morpho.xml#s61_n62" />
-    </span>
-    <span id="s61_n32" from="5357" to="5358">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s61_n81" from="5359" to="5466">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INFC</f>
-      </fs>
-      <rel label="dominates" target="s61_n78" />
-      <rel label="dominates" target="s61_n79" />
-      <rel label="dominates" uri="morpho.xml#s61_n46" />
-      <rel label="dominates" uri="morpho.xml#s61_n48" />
-      <rel label="dominates" target="s61_n74" />
-      <rel label="dominates" uri="morpho.xml#s61_n56" />
-      <rel label="dominates" target="s61_n65" />
-    </span>
-    <span id="s61_n78" from="5359" to="5386">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s61_n34" />
-      <rel label="dominates" target="s61_n73" />
-    </span>
-    <span id="s61_n34" from="5359" to="5364">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s61_n73" from="5365" to="5386">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s61_n36" />
-      <rel label="dominates" target="s61_n69" />
-    </span>
-    <span id="s61_n36" from="5365" to="5368">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s61_n69" from="5369" to="5386">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s61_n66" />
-      <rel label="dominates" uri="morpho.xml#s61_n40" />
-    </span>
-    <span id="s61_n66" from="5369" to="5380">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s61_n38" />
-    </span>
-    <span id="s61_n38" from="5369" to="5380">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s61_n40" from="5381" to="5386">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s61_n79" from="5387" to="5401">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s61_n42" />
-      <rel label="dominates" target="s61_n77" />
-    </span>
-    <span id="s61_n42" from="5387" to="5390">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s61_n77" from="5391" to="5401">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s61_n70" />
-    </span>
-    <span id="s61_n70" from="5391" to="5401">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s61_n44" />
-    </span>
-    <span id="s61_n44" from="5391" to="5401">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s61_n46" from="5402" to="5406">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s61_n48" from="5407" to="5411">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s61_n74" from="5412" to="5447">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s61_n50" />
-      <rel label="dominates" target="s61_n71" />
-    </span>
-    <span id="s61_n50" from="5412" to="5415">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s61_n71" from="5416" to="5447">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s61_n67" />
-      <rel label="dominates" uri="morpho.xml#s61_n54" />
-    </span>
-    <span id="s61_n67" from="5416" to="5430">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s61_n52" />
-    </span>
-    <span id="s61_n52" from="5416" to="5430">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s61_n54" from="5431" to="5447">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s61_n56" from="5448" to="5455">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s61_n65" from="5456" to="5466">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s61_n58" />
-      <rel label="dominates" uri="morpho.xml#s61_n60" />
-    </span>
-    <span id="s61_n58" from="5456" to="5458">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PTCL</f>
-      </fs>
-    </span>
-    <span id="s61_n60" from="5459" to="5466">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s61_n62" from="5466" to="5467">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s62_n38" from="5467" to="5614">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s62_n56" />
-      <rel label="dominates" uri="morpho.xml#s62_n36" />
-    </span>
-    <span id="s62_n56" from="5467" to="5613">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s62_n50" />
-      <rel label="dominates" target="s62_n41" />
-      <rel label="dominates" target="s62_n55" />
-      <rel label="dominates" uri="morpho.xml#s62_n20" />
-      <rel label="dominates" target="s62_n48" />
-      <rel label="dominates" target="s62_n53" />
-    </span>
-    <span id="s62_n50" from="5467" to="5491">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s62_n44" />
-    </span>
-    <span id="s62_n44" from="5467" to="5491">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s62_n40" />
-      <rel label="dominates" uri="morpho.xml#s62_n4" />
-    </span>
-    <span id="s62_n40" from="5467" to="5480">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s62_n0" />
-      <rel label="dominates" uri="morpho.xml#s62_n2" />
-    </span>
-    <span id="s62_n0" from="5467" to="5468">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s62_n2" from="5469" to="5480">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s62_n4" from="5481" to="5491">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s62_n41" from="5492" to="5498">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s62_n6" />
-    </span>
-    <span id="s62_n6" from="5492" to="5498">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s62_n55" from="5499" to="5538">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" target="s62_n54" />
-      <rel label="dominates" uri="morpho.xml#s62_n18" />
-    </span>
-    <span id="s62_n54" from="5499" to="5537">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">SC</f>
-      </fs>
-      <rel label="dominates" target="s62_n51" />
-      <rel label="dominates" target="s62_n52" />
-      <rel label="dominates" uri="morpho.xml#s62_n14" />
-      <rel label="dominates" uri="morpho.xml#s62_n16" />
-    </span>
-    <span id="s62_n51" from="5499" to="5502">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s62_n8" />
-    </span>
-    <span id="s62_n8" from="5499" to="5502">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s62_n52" from="5503" to="5522">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s62_n45" />
-    </span>
-    <span id="s62_n45" from="5503" to="5522">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s62_n39" />
-    </span>
-    <span id="s62_n39" from="5503" to="5522">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s62_n10" />
-      <rel label="dominates" uri="morpho.xml#s62_n12" />
-    </span>
-    <span id="s62_n10" from="5503" to="5512">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s62_n12" from="5513" to="5522">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s62_n14" from="5523" to="5528">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s62_n16" from="5529" to="5537">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s62_n18" from="5537" to="5538">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s62_n20" from="5539" to="5543">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s62_n48" from="5544" to="5581">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s62_n22" />
-      <rel label="dominates" target="s62_n46" />
-    </span>
-    <span id="s62_n22" from="5544" to="5547">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s62_n46" from="5548" to="5581">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s62_n42" />
-      <rel label="dominates" uri="morpho.xml#s62_n26" />
-    </span>
-    <span id="s62_n42" from="5548" to="5560">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s62_n24" />
-    </span>
-    <span id="s62_n24" from="5548" to="5560">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s62_n26" from="5561" to="5581">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s62_n53" from="5582" to="5613">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s62_n28" />
-      <rel label="dominates" target="s62_n49" />
-    </span>
-    <span id="s62_n28" from="5582" to="5585">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s62_n49" from="5586" to="5613">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s62_n30" />
-      <rel label="dominates" target="s62_n47" />
-    </span>
-    <span id="s62_n30" from="5586" to="5591">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s62_n47" from="5592" to="5613">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s62_n43" />
-      <rel label="dominates" uri="morpho.xml#s62_n34" />
-    </span>
-    <span id="s62_n43" from="5592" to="5600">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s62_n32" />
-    </span>
-    <span id="s62_n32" from="5592" to="5600">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s62_n34" from="5601" to="5613">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s62_n36" from="5613" to="5614">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s63_n94" from="5615" to="5933">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s63_n128" />
-      <rel label="dominates" uri="morpho.xml#s63_n24" />
-      <rel label="dominates" target="s63_n129" />
-      <rel label="dominates" uri="morpho.xml#s63_n80" />
-      <rel label="dominates" target="s63_n130" />
-      <rel label="dominates" uri="morpho.xml#s63_n92" />
-    </span>
-    <span id="s63_n128" from="5615" to="5701">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s63_n0" />
-      <rel label="dominates" uri="morpho.xml#s63_n2" />
-      <rel label="dominates" target="s63_n113" />
-      <rel label="dominates" target="s63_n123" />
-      <rel label="dominates" uri="morpho.xml#s63_n16" />
-      <rel label="dominates" target="s63_n119" />
-      <rel label="dominates" uri="morpho.xml#s63_n22" />
-    </span>
-    <span id="s63_n0" from="5615" to="5619">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s63_n2" from="5620" to="5624">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s63_n113" from="5625" to="5634">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s63_n4" />
-      <rel label="dominates" target="s63_n104" />
-    </span>
-    <span id="s63_n4" from="5625" to="5628">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s63_n104" from="5629" to="5634">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s63_n6" />
-    </span>
-    <span id="s63_n6" from="5629" to="5634">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s63_n123" from="5635" to="5666">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s63_n8" />
-      <rel label="dominates" target="s63_n118" />
-    </span>
-    <span id="s63_n8" from="5635" to="5640">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s63_n118" from="5641" to="5666">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s63_n105" />
-    </span>
-    <span id="s63_n105" from="5641" to="5666">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s63_n102" />
-      <rel label="dominates" target="s63_n95" />
-      <rel label="dominates" uri="morpho.xml#s63_n14" />
-    </span>
-    <span id="s63_n102" from="5641" to="5645">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NUM</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s63_n10" />
-    </span>
-    <span id="s63_n10" from="5641" to="5645">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NUM</f>
-      </fs>
-    </span>
-    <span id="s63_n95" from="5646" to="5656">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s63_n12" />
-    </span>
-    <span id="s63_n12" from="5646" to="5656">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s63_n14" from="5657" to="5666">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s63_n16" from="5667" to="5671">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s63_n119" from="5672" to="5693">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s63_n106" />
-    </span>
-    <span id="s63_n106" from="5672" to="5693">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s63_n96" />
-      <rel label="dominates" uri="morpho.xml#s63_n20" />
-    </span>
-    <span id="s63_n96" from="5672" to="5683">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s63_n18" />
-    </span>
-    <span id="s63_n18" from="5672" to="5683">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s63_n20" from="5684" to="5693">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s63_n22" from="5694" to="5701">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s63_n24" from="5701" to="5702">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s63_n129" from="5703" to="5894">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s63_n26" />
-      <rel label="dominates" target="s63_n127" />
-      <rel label="dominates" target="s63_n124" />
-      <rel label="dominates" target="s63_n125" />
-      <rel label="dominates" target="s63_n115" />
-      <rel label="dominates" target="s63_n121" />
-      <rel label="dominates" uri="morpho.xml#s63_n58" />
-      <rel label="dominates" uri="morpho.xml#s63_n60" />
-      <rel label="dominates" target="s63_n116" />
-      <rel label="dominates" uri="morpho.xml#s63_n66" />
-      <rel label="dominates" uri="morpho.xml#s63_n68" />
-      <rel label="dominates" target="s63_n70" />
-      <rel label="dominates" uri="morpho.xml#s63_n72" />
-      <rel label="dominates" target="s63_n126" />
-    </span>
-    <span id="s63_n26" from="5703" to="5707">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s63_n127" from="5708" to="5712">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s63_n28" />
-    </span>
-    <span id="s63_n28" from="5708" to="5712">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s63_n124" from="5713" to="5741">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s63_n30" />
-      <rel label="dominates" target="s63_n114" />
-    </span>
-    <span id="s63_n30" from="5713" to="5716">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s63_n114" from="5717" to="5741">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s63_n32" />
-      <rel label="dominates" target="s63_n107" />
-    </span>
-    <span id="s63_n32" from="5717" to="5720">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s63_n107" from="5721" to="5741">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s63_n97" />
-      <rel label="dominates" uri="morpho.xml#s63_n36" />
-    </span>
-    <span id="s63_n97" from="5721" to="5733">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s63_n34" />
-    </span>
-    <span id="s63_n34" from="5721" to="5733">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s63_n36" from="5734" to="5741">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s63_n125" from="5742" to="5779">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s63_n38" />
-      <rel label="dominates" target="s63_n120" />
-    </span>
-    <span id="s63_n38" from="5742" to="5745">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s63_n120" from="5746" to="5779">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s63_n108" />
-    </span>
-    <span id="s63_n108" from="5746" to="5779">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s63_n98" />
-      <rel label="dominates" uri="morpho.xml#s63_n44" />
-    </span>
-    <span id="s63_n98" from="5746" to="5765">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s63_n40" />
-      <rel label="dominates" uri="morpho.xml#s63_n42" />
-    </span>
-    <span id="s63_n40" from="5746" to="5755">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s63_n42" from="5756" to="5765">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s63_n44" from="5766" to="5779">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s63_n115" from="5780" to="5808">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s63_n46" />
-      <rel label="dominates" target="s63_n109" />
-    </span>
-    <span id="s63_n46" from="5780" to="5783">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s63_n109" from="5784" to="5808">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s63_n99" />
-      <rel label="dominates" uri="morpho.xml#s63_n50" />
-    </span>
-    <span id="s63_n99" from="5784" to="5796">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s63_n48" />
-    </span>
-    <span id="s63_n48" from="5784" to="5796">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s63_n50" from="5797" to="5808">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s63_n121" from="5809" to="5826">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s63_n110" />
-    </span>
-    <span id="s63_n110" from="5809" to="5826">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s63_n103" />
-      <rel label="dominates" uri="morpho.xml#s63_n56" />
-    </span>
-    <span id="s63_n103" from="5809" to="5819">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NUM</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s63_n52" />
-      <rel label="dominates" uri="morpho.xml#s63_n54" />
-    </span>
-    <span id="s63_n52" from="5809" to="5814">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">POSTP</f>
-      </fs>
-    </span>
-    <span id="s63_n54" from="5815" to="5819">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NUM</f>
-      </fs>
-    </span>
-    <span id="s63_n56" from="5820" to="5826">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s63_n58" from="5827" to="5833">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s63_n60" from="5834" to="5837">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s63_n116" from="5838" to="5847">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s63_n62" />
-      <rel label="dominates" target="s63_n111" />
-    </span>
-    <span id="s63_n62" from="5838" to="5843">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s63_n111" from="5844" to="5847">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s63_n64" />
-    </span>
-    <span id="s63_n64" from="5844" to="5847">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s63_n66" from="5848" to="5857">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s63_n68" from="5858" to="5864">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s63_n70" from="5865" to="5868">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s63_n72" from="5869" to="5874">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s63_n126" from="5875" to="5894">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s63_n74" />
-      <rel label="dominates" target="s63_n117" />
-    </span>
-    <span id="s63_n74" from="5875" to="5878">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s63_n117" from="5879" to="5894">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s63_n76" />
-      <rel label="dominates" target="s63_n112" />
-    </span>
-    <span id="s63_n76" from="5879" to="5882">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s63_n112" from="5883" to="5894">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s63_n78" />
-    </span>
-    <span id="s63_n78" from="5883" to="5894">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s63_n80" from="5894" to="5895">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s63_n130" from="5896" to="5932">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s63_n122" />
-      <rel label="dominates" uri="morpho.xml#s63_n84" />
-      <rel label="dominates" target="s63_n100" />
-      <rel label="dominates" uri="morpho.xml#s63_n88" />
-      <rel label="dominates" target="s63_n101" />
-    </span>
-    <span id="s63_n122" from="5896" to="5900">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s63_n82" />
-    </span>
-    <span id="s63_n82" from="5896" to="5900">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s63_n84" from="5901" to="5904">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s63_n100" from="5905" to="5916">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s63_n86" />
-    </span>
-    <span id="s63_n86" from="5905" to="5916">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s63_n88" from="5917" to="5922">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NEGAT</f>
-      </fs>
-    </span>
-    <span id="s63_n101" from="5923" to="5932">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s63_n90" />
-    </span>
-    <span id="s63_n90" from="5923" to="5932">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s63_n92" from="5932" to="5933">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s64_n44" from="5934" to="6058">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s64_n57" />
-      <rel label="dominates" uri="morpho.xml#s64_n36" />
-      <rel label="dominates" target="s64_n58" />
-      <rel label="dominates" uri="morpho.xml#s64_n42" />
-    </span>
-    <span id="s64_n57" from="5934" to="6041">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s64_n0" />
-      <rel label="dominates" target="s64_n53" />
-      <rel label="dominates" target="s64_n56" />
-      <rel label="dominates" target="s64_n55" />
-      <rel label="dominates" uri="morpho.xml#s64_n30" />
-      <rel label="dominates" uri="morpho.xml#s64_n32" />
-      <rel label="dominates" uri="morpho.xml#s64_n34" />
-    </span>
-    <span id="s64_n0" from="5934" to="5935">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s64_n53" from="5935" to="5948">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s64_n2" />
-      <rel label="dominates" target="s64_n45" />
-    </span>
-    <span id="s64_n2" from="5935" to="5938">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s64_n45" from="5939" to="5948">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s64_n4" />
-    </span>
-    <span id="s64_n4" from="5939" to="5948">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s64_n56" from="5948" to="6011">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s64_n6" />
-      <rel label="dominates" target="s64_n54" />
-    </span>
-    <span id="s64_n6" from="5948" to="5949">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s64_n54" from="5950" to="6011">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">SC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s64_n8" />
-      <rel label="dominates" target="s64_n51" />
-      <rel label="dominates" target="s64_n50" />
-      <rel label="dominates" uri="morpho.xml#s64_n20" />
-      <rel label="dominates" uri="morpho.xml#s64_n22" />
-      <rel label="dominates" uri="morpho.xml#s64_n24" />
-    </span>
-    <span id="s64_n8" from="5950" to="5954">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s64_n51" from="5955" to="5958">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s64_n10" />
-    </span>
-    <span id="s64_n10" from="5955" to="5958">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s64_n50" from="5959" to="5987">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s64_n12" />
-      <rel label="dominates" target="s64_n49" />
-    </span>
-    <span id="s64_n12" from="5959" to="5962">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s64_n49" from="5963" to="5987">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s64_n46" />
-      <rel label="dominates" target="s64_n47" />
-      <rel label="dominates" uri="morpho.xml#s64_n18" />
-    </span>
-    <span id="s64_n46" from="5963" to="5973">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s64_n14" />
-    </span>
-    <span id="s64_n14" from="5963" to="5973">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s64_n47" from="5974" to="5979">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s64_n16" />
-    </span>
-    <span id="s64_n16" from="5974" to="5979">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s64_n18" from="5980" to="5987">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s64_n20" from="5988" to="5994">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s64_n22" from="5995" to="6004">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s64_n24" from="6005" to="6011">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s64_n55" from="6012" to="6024">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s64_n26" />
-      <rel label="dominates" target="s64_n48" />
-    </span>
-    <span id="s64_n26" from="6012" to="6015">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s64_n48" from="6016" to="6024">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s64_n28" />
-    </span>
-    <span id="s64_n28" from="6016" to="6024">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s64_n30" from="6025" to="6034">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s64_n32" from="6035" to="6040">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s64_n34" from="6040" to="6041">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s64_n36" from="6041" to="6042">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s64_n58" from="6043" to="6057">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s64_n38" />
-      <rel label="dominates" target="s64_n52" />
-    </span>
-    <span id="s64_n38" from="6043" to="6053">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s64_n52" from="6054" to="6057">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s64_n40" />
-    </span>
-    <span id="s64_n40" from="6054" to="6057">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s64_n42" from="6057" to="6058">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s65_n40" from="6059" to="6183">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s65_n54" />
-      <rel label="dominates" uri="morpho.xml#s65_n38" />
-    </span>
-    <span id="s65_n54" from="6059" to="6182">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s65_n0" />
-      <rel label="dominates" uri="morpho.xml#s65_n2" />
-      <rel label="dominates" target="s65_n53" />
-      <rel label="dominates" target="s65_n49" />
-      <rel label="dominates" uri="morpho.xml#s65_n12" />
-      <rel label="dominates" target="s65_n50" />
-      <rel label="dominates" target="s65_n42" />
-      <rel label="dominates" target="s65_n24" />
-      <rel label="dominates" uri="morpho.xml#s65_n26" />
-      <rel label="dominates" target="s65_n52" />
-      <rel label="dominates" uri="morpho.xml#s65_n32" />
-      <rel label="dominates" target="s65_n43" />
-      <rel label="dominates" uri="morpho.xml#s65_n36" />
-    </span>
-    <span id="s65_n0" from="6059" to="6060">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s65_n2" from="6060" to="6064">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s65_n53" from="6065" to="6074">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s65_n4" />
-      <rel label="dominates" target="s65_n51" />
-    </span>
-    <span id="s65_n4" from="6065" to="6068">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s65_n51" from="6069" to="6074">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s65_n45" />
-    </span>
-    <span id="s65_n45" from="6069" to="6074">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s65_n6" />
-    </span>
-    <span id="s65_n6" from="6069" to="6074">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s65_n49" from="6075" to="6088">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s65_n8" />
-      <rel label="dominates" target="s65_n46" />
-    </span>
-    <span id="s65_n8" from="6075" to="6081">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s65_n46" from="6082" to="6088">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s65_n10" />
-    </span>
-    <span id="s65_n10" from="6082" to="6088">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s65_n12" from="6089" to="6092">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s65_n50" from="6093" to="6120">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s65_n14" />
-      <rel label="dominates" target="s65_n47" />
-    </span>
-    <span id="s65_n14" from="6093" to="6097">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s65_n47" from="6098" to="6120">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s65_n41" />
-      <rel label="dominates" uri="morpho.xml#s65_n18" />
-    </span>
-    <span id="s65_n41" from="6098" to="6109">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s65_n16" />
-    </span>
-    <span id="s65_n16" from="6098" to="6109">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s65_n18" from="6110" to="6120">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s65_n42" from="6121" to="6142">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s65_n20" />
-      <rel label="dominates" uri="morpho.xml#s65_n22" />
-    </span>
-    <span id="s65_n20" from="6121" to="6129">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s65_n22" from="6130" to="6142">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s65_n24" from="6143" to="6146">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s65_n26" from="6147" to="6151">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s65_n52" from="6152" to="6163">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s65_n48" />
-    </span>
-    <span id="s65_n48" from="6152" to="6163">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s65_n44" />
-      <rel label="dominates" uri="morpho.xml#s65_n30" />
-    </span>
-    <span id="s65_n44" from="6152" to="6156">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NUM</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s65_n28" />
-    </span>
-    <span id="s65_n28" from="6152" to="6156">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NUM</f>
-      </fs>
-    </span>
-    <span id="s65_n30" from="6157" to="6163">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s65_n32" from="6164" to="6171">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s65_n43" from="6172" to="6176">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s65_n34" />
-    </span>
-    <span id="s65_n34" from="6172" to="6176">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s65_n36" from="6177" to="6182">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NEGAT</f>
-      </fs>
-    </span>
-    <span id="s65_n38" from="6182" to="6183">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s66_n40" from="6184" to="6283">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s66_n51" />
-      <rel label="dominates" target="s66_n52" />
-      <rel label="dominates" uri="morpho.xml#s66_n38" />
-    </span>
-    <span id="s66_n51" from="6184" to="6257">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s66_n46" />
-      <rel label="dominates" uri="morpho.xml#s66_n2" />
-      <rel label="dominates" uri="morpho.xml#s66_n4" />
-      <rel label="dominates" target="s66_n44" />
-      <rel label="dominates" uri="morpho.xml#s66_n10" />
-      <rel label="dominates" target="s66_n50" />
-      <rel label="dominates" target="s66_n48" />
-    </span>
-    <span id="s66_n46" from="6184" to="6186">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s66_n0" />
-    </span>
-    <span id="s66_n0" from="6184" to="6186">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s66_n2" from="6187" to="6194">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s66_n4" from="6195" to="6199">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s66_n44" from="6200" to="6208">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s66_n6" />
-      <rel label="dominates" target="s66_n42" />
-    </span>
-    <span id="s66_n6" from="6200" to="6204">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s66_n42" from="6205" to="6208">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s66_n8" />
-    </span>
-    <span id="s66_n8" from="6205" to="6208">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s66_n10" from="6209" to="6213">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PTCL</f>
-      </fs>
-    </span>
-    <span id="s66_n50" from="6213" to="6253">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s66_n12" />
-      <rel label="dominates" target="s66_n49" />
-      <rel label="dominates" uri="morpho.xml#s66_n24" />
-      <rel label="dominates" uri="morpho.xml#s66_n26" />
-    </span>
-    <span id="s66_n12" from="6213" to="6214">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s66_n49" from="6215" to="6248">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INFC</f>
-      </fs>
-      <rel label="dominates" target="s66_n47" />
-      <rel label="dominates" target="s66_n45" />
-      <rel label="dominates" target="s66_n41" />
-    </span>
-    <span id="s66_n47" from="6215" to="6219">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s66_n14" />
-    </span>
-    <span id="s66_n14" from="6215" to="6219">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s66_n45" from="6220" to="6237">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s66_n16" />
-      <rel label="dominates" target="s66_n43" />
-    </span>
-    <span id="s66_n16" from="6220" to="6223">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s66_n43" from="6224" to="6237">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s66_n18" />
-    </span>
-    <span id="s66_n18" from="6224" to="6237">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s66_n41" from="6238" to="6248">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s66_n20" />
-      <rel label="dominates" uri="morpho.xml#s66_n22" />
-    </span>
-    <span id="s66_n20" from="6238" to="6240">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PTCL</f>
-      </fs>
-    </span>
-    <span id="s66_n22" from="6241" to="6248">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s66_n24" from="6248" to="6249">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s66_n26" from="6250" to="6253">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s66_n48" from="6254" to="6257">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s66_n28" />
-    </span>
-    <span id="s66_n28" from="6254" to="6257">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s66_n52" from="6258" to="6282">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s66_n30" />
-      <rel label="dominates" uri="morpho.xml#s66_n32" />
-      <rel label="dominates" uri="morpho.xml#s66_n34" />
-      <rel label="dominates" uri="morpho.xml#s66_n36" />
-    </span>
-    <span id="s66_n30" from="6258" to="6262">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s66_n32" from="6263" to="6268">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s66_n34" from="6269" to="6273">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s66_n36" from="6274" to="6282">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s66_n38" from="6282" to="6283">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s67_n46" from="6284" to="6416">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s67_n66" />
-    </span>
-    <span id="s67_n66" from="6284" to="6416">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s67_n0" />
-      <rel label="dominates" target="s67_n54" />
-      <rel label="dominates" target="s67_n64" />
-      <rel label="dominates" uri="morpho.xml#s67_n26" />
-      <rel label="dominates" target="s67_n57" />
-      <rel label="dominates" uri="morpho.xml#s67_n30" />
-      <rel label="dominates" target="s67_n58" />
-      <rel label="dominates" target="s67_n65" />
-    </span>
-    <span id="s67_n0" from="6284" to="6288">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s67_n54" from="6289" to="6298">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s67_n2" />
-      <rel label="dominates" target="s67_n49" />
-    </span>
-    <span id="s67_n2" from="6289" to="6292">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s67_n49" from="6293" to="6298">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s67_n4" />
-    </span>
-    <span id="s67_n4" from="6293" to="6298">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s67_n64" from="6298" to="6354">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s67_n6" />
-      <rel label="dominates" target="s67_n63" />
-      <rel label="dominates" uri="morpho.xml#s67_n24" />
-    </span>
-    <span id="s67_n6" from="6298" to="6299">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s67_n63" from="6300" to="6353">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">SC</f>
-      </fs>
-      <rel label="dominates" target="s67_n61" />
-      <rel label="dominates" target="s67_n59" />
-      <rel label="dominates" target="s67_n60" />
-      <rel label="dominates" uri="morpho.xml#s67_n20" />
-      <rel label="dominates" uri="morpho.xml#s67_n22" />
-    </span>
-    <span id="s67_n61" from="6300" to="6303">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s67_n8" />
-    </span>
-    <span id="s67_n8" from="6300" to="6303">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s67_n59" from="6304" to="6324">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s67_n10" />
-      <rel label="dominates" target="s67_n55" />
-    </span>
-    <span id="s67_n10" from="6304" to="6309">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s67_n55" from="6310" to="6324">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s67_n12" />
-      <rel label="dominates" target="s67_n50" />
-    </span>
-    <span id="s67_n12" from="6310" to="6313">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s67_n50" from="6314" to="6324">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s67_n14" />
-    </span>
-    <span id="s67_n14" from="6314" to="6324">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s67_n60" from="6325" to="6339">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s67_n16" />
-      <rel label="dominates" target="s67_n56" />
-    </span>
-    <span id="s67_n16" from="6325" to="6327">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s67_n56" from="6328" to="6339">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s67_n51" />
-    </span>
-    <span id="s67_n51" from="6328" to="6339">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s67_n18" />
-    </span>
-    <span id="s67_n18" from="6328" to="6339">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s67_n20" from="6340" to="6347">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s67_n22" from="6348" to="6353">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s67_n24" from="6353" to="6354">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s67_n26" from="6355" to="6362">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s67_n57" from="6363" to="6367">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s67_n52" />
-    </span>
-    <span id="s67_n52" from="6363" to="6367">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s67_n28" />
-    </span>
-    <span id="s67_n28" from="6363" to="6367">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s67_n30" from="6368" to="6371">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s67_n58" from="6372" to="6401">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s67_n53" />
-    </span>
-    <span id="s67_n53" from="6372" to="6401">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s67_n48" />
-      <rel label="dominates" uri="morpho.xml#s67_n34" />
-    </span>
-    <span id="s67_n48" from="6372" to="6386">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s67_n32" />
-    </span>
-    <span id="s67_n32" from="6372" to="6386">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s67_n34" from="6387" to="6401">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s67_n65" from="6401" to="6416">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s67_n36" />
-      <rel label="dominates" target="s67_n62" />
-      <rel label="dominates" uri="morpho.xml#s67_n44" />
-    </span>
-    <span id="s67_n36" from="6401" to="6402">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s67_n62" from="6403" to="6415">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INFC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s67_n38" />
-      <rel label="dominates" target="s67_n47" />
-    </span>
-    <span id="s67_n38" from="6403" to="6405">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PTCL</f>
-      </fs>
-    </span>
-    <span id="s67_n47" from="6406" to="6415">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s67_n40" />
-      <rel label="dominates" uri="morpho.xml#s67_n42" />
-    </span>
-    <span id="s67_n40" from="6406" to="6408">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PTCL</f>
-      </fs>
-    </span>
-    <span id="s67_n42" from="6409" to="6415">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s67_n44" from="6415" to="6416">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s68_n10" from="6417" to="6443">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s68_n14" />
-      <rel label="dominates" uri="morpho.xml#s68_n8" />
-    </span>
-    <span id="s68_n14" from="6417" to="6442">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s68_n13" />
-      <rel label="dominates" uri="morpho.xml#s68_n2" />
-      <rel label="dominates" target="s68_n12" />
-    </span>
-    <span id="s68_n13" from="6417" to="6420">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s68_n0" />
-    </span>
-    <span id="s68_n0" from="6417" to="6420">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s68_n2" from="6421" to="6425">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s68_n12" from="6426" to="6442">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s68_n4" />
-      <rel label="dominates" target="s68_n11" />
-    </span>
-    <span id="s68_n4" from="6426" to="6430">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s68_n11" from="6431" to="6442">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s68_n6" />
-    </span>
-    <span id="s68_n6" from="6431" to="6442">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s68_n8" from="6442" to="6443">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s69_n12" from="6444" to="6477">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s69_n13" />
-      <rel label="dominates" target="s69_n16" />
-      <rel label="dominates" target="s69_n18" />
-      <rel label="dominates" uri="morpho.xml#s69_n10" />
-    </span>
-    <span id="s69_n13" from="6444" to="6451">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s69_n0" />
-    </span>
-    <span id="s69_n0" from="6444" to="6451">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s69_n16" from="6452" to="6461">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s69_n2" />
-      <rel label="dominates" target="s69_n14" />
-    </span>
-    <span id="s69_n2" from="6452" to="6455">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s69_n14" from="6456" to="6461">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s69_n4" />
-    </span>
-    <span id="s69_n4" from="6456" to="6461">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s69_n18" from="6462" to="6476">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s69_n6" />
-      <rel label="dominates" target="s69_n17" />
-    </span>
-    <span id="s69_n6" from="6462" to="6466">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s69_n17" from="6467" to="6476">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s69_n15" />
-    </span>
-    <span id="s69_n15" from="6467" to="6476">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s69_n8" />
-    </span>
-    <span id="s69_n8" from="6467" to="6476">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s69_n10" from="6476" to="6477">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s70_n38" from="6478" to="6597">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s70_n50" />
-    </span>
-    <span id="s70_n50" from="6478" to="6597">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s70_n0" />
-      <rel label="dominates" target="s70_n45" />
-      <rel label="dominates" uri="morpho.xml#s70_n4" />
-      <rel label="dominates" target="s70_n42" />
-      <rel label="dominates" target="s70_n47" />
-      <rel label="dominates" uri="morpho.xml#s70_n16" />
-      <rel label="dominates" uri="morpho.xml#s70_n18" />
-      <rel label="dominates" uri="morpho.xml#s70_n20" />
-      <rel label="dominates" target="s70_n49" />
-    </span>
-    <span id="s70_n0" from="6478" to="6482">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s70_n45" from="6483" to="6486">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s70_n2" />
-    </span>
-    <span id="s70_n2" from="6483" to="6486">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s70_n4" from="6487" to="6491">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s70_n42" from="6492" to="6502">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s70_n6" />
-      <rel label="dominates" target="s70_n39" />
-    </span>
-    <span id="s70_n6" from="6492" to="6495">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s70_n39" from="6496" to="6502">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s70_n8" />
-    </span>
-    <span id="s70_n8" from="6496" to="6502">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s70_n47" from="6503" to="6528">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s70_n10" />
-      <rel label="dominates" target="s70_n43" />
-    </span>
-    <span id="s70_n10" from="6503" to="6507">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s70_n43" from="6508" to="6528">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s70_n12" />
-      <rel label="dominates" target="s70_n40" />
-    </span>
-    <span id="s70_n12" from="6508" to="6511">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s70_n40" from="6512" to="6528">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s70_n14" />
-    </span>
-    <span id="s70_n14" from="6512" to="6528">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s70_n16" from="6529" to="6534">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NEGAT</f>
-      </fs>
-    </span>
-    <span id="s70_n18" from="6535" to="6541">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s70_n20" from="6542" to="6552">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s70_n49" from="6552" to="6597">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s70_n22" />
-      <rel label="dominates" target="s70_n48" />
-      <rel label="dominates" uri="morpho.xml#s70_n36" />
-    </span>
-    <span id="s70_n22" from="6552" to="6553">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s70_n48" from="6554" to="6596">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">SC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s70_n24" />
-      <rel label="dominates" target="s70_n44" />
-      <rel label="dominates" target="s70_n46" />
-      <rel label="dominates" uri="morpho.xml#s70_n32" />
-      <rel label="dominates" uri="morpho.xml#s70_n34" />
-    </span>
-    <span id="s70_n24" from="6554" to="6558">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s70_n44" from="6559" to="6575">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s70_n26" />
-      <rel label="dominates" target="s70_n41" />
-    </span>
-    <span id="s70_n26" from="6559" to="6562">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s70_n41" from="6563" to="6575">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s70_n28" />
-    </span>
-    <span id="s70_n28" from="6563" to="6575">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s70_n46" from="6576" to="6579">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s70_n30" />
-    </span>
-    <span id="s70_n30" from="6576" to="6579">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s70_n32" from="6580" to="6585">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NEGAT</f>
-      </fs>
-    </span>
-    <span id="s70_n34" from="6586" to="6596">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s70_n36" from="6596" to="6597">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s71_n48" from="6597" to="6747">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s71_n75" />
-    </span>
-    <span id="s71_n75" from="6597" to="6747">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s71_n0" />
-      <rel label="dominates" target="s71_n61" />
-      <rel label="dominates" target="s71_n68" />
-      <rel label="dominates" target="s71_n63" />
-      <rel label="dominates" uri="morpho.xml#s71_n12" />
-      <rel label="dominates" target="s71_n64" />
-      <rel label="dominates" uri="morpho.xml#s71_n18" />
-      <rel label="dominates" target="s71_n69" />
-      <rel label="dominates" target="s71_n70" />
-      <rel label="dominates" target="s71_n66" />
-      <rel label="dominates" target="s71_n74" />
-    </span>
-    <span id="s71_n0" from="6597" to="6598">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s71_n61" from="6599" to="6604">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s71_n52" />
-    </span>
-    <span id="s71_n52" from="6599" to="6604">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s71_n2" />
-    </span>
-    <span id="s71_n2" from="6599" to="6604">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s71_n68" from="6605" to="6626">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s71_n4" />
-      <rel label="dominates" target="s71_n62" />
-    </span>
-    <span id="s71_n4" from="6605" to="6609">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s71_n62" from="6610" to="6626">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s71_n53" />
-    </span>
-    <span id="s71_n53" from="6610" to="6626">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s71_n6" />
-    </span>
-    <span id="s71_n6" from="6610" to="6626">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s71_n63" from="6627" to="6642">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s71_n54" />
-    </span>
-    <span id="s71_n54" from="6627" to="6642">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s71_n50" />
-      <rel label="dominates" uri="morpho.xml#s71_n10" />
-    </span>
-    <span id="s71_n50" from="6627" to="6633">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s71_n8" />
-    </span>
-    <span id="s71_n8" from="6627" to="6633">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s71_n10" from="6634" to="6642">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s71_n12" from="6643" to="6648">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s71_n64" from="6649" to="6668">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s71_n55" />
-    </span>
-    <span id="s71_n55" from="6649" to="6668">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s71_n49" />
-    </span>
-    <span id="s71_n49" from="6649" to="6668">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s71_n14" />
-      <rel label="dominates" uri="morpho.xml#s71_n16" />
-    </span>
-    <span id="s71_n14" from="6649" to="6658">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s71_n16" from="6659" to="6668">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s71_n18" from="6669" to="6674">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s71_n69" from="6675" to="6688">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s71_n20" />
-      <rel label="dominates" target="s71_n60" />
-    </span>
-    <span id="s71_n20" from="6675" to="6678">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s71_n60" from="6679" to="6688">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s71_n22" />
-      <rel label="dominates" target="s71_n56" />
-    </span>
-    <span id="s71_n22" from="6679" to="6682">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s71_n56" from="6683" to="6688">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s71_n24" />
-    </span>
-    <span id="s71_n24" from="6683" to="6688">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s71_n70" from="6689" to="6699">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s71_n26" />
-      <rel label="dominates" target="s71_n65" />
-    </span>
-    <span id="s71_n26" from="6689" to="6693">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s71_n65" from="6694" to="6699">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s71_n57" />
-    </span>
-    <span id="s71_n57" from="6694" to="6699">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s71_n28" />
-    </span>
-    <span id="s71_n28" from="6694" to="6699">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s71_n66" from="6700" to="6721">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s71_n58" />
-    </span>
-    <span id="s71_n58" from="6700" to="6721">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s71_n51" />
-      <rel label="dominates" uri="morpho.xml#s71_n32" />
-    </span>
-    <span id="s71_n51" from="6700" to="6709">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s71_n30" />
-    </span>
-    <span id="s71_n30" from="6700" to="6709">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s71_n32" from="6710" to="6721">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s71_n74" from="6721" to="6747">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s71_n34" />
-      <rel label="dominates" target="s71_n73" />
-      <rel label="dominates" uri="morpho.xml#s71_n46" />
-    </span>
-    <span id="s71_n34" from="6721" to="6722">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s71_n73" from="6723" to="6746">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">SC</f>
-      </fs>
-      <rel label="dominates" target="s71_n72" />
-      <rel label="dominates" target="s71_n71" />
-      <rel label="dominates" uri="morpho.xml#s71_n42" />
-      <rel label="dominates" uri="morpho.xml#s71_n44" />
-    </span>
-    <span id="s71_n72" from="6723" to="6726">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s71_n36" />
-    </span>
-    <span id="s71_n36" from="6723" to="6726">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s71_n71" from="6727" to="6733">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s71_n38" />
-      <rel label="dominates" target="s71_n67" />
-    </span>
-    <span id="s71_n38" from="6727" to="6729">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s71_n67" from="6730" to="6733">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s71_n59" />
-    </span>
-    <span id="s71_n59" from="6730" to="6733">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s71_n40" />
-    </span>
-    <span id="s71_n40" from="6730" to="6733">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s71_n42" from="6734" to="6741">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s71_n44" from="6742" to="6746">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s71_n46" from="6746" to="6747">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s72_n46" from="6748" to="6900">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s72_n72" />
-    </span>
-    <span id="s72_n72" from="6748" to="6900">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s72_n57" />
-      <rel label="dominates" uri="morpho.xml#s72_n4" />
-      <rel label="dominates" target="s72_n62" />
-      <rel label="dominates" target="s72_n58" />
-      <rel label="dominates" target="s72_n67" />
-      <rel label="dominates" target="s72_n59" />
-      <rel label="dominates" target="s72_n68" />
-      <rel label="dominates" target="s72_n71" />
-    </span>
-    <span id="s72_n57" from="6748" to="6765">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s72_n0" />
-      <rel label="dominates" target="s72_n47" />
-    </span>
-    <span id="s72_n0" from="6748" to="6754">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s72_n47" from="6755" to="6765">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s72_n2" />
-    </span>
-    <span id="s72_n2" from="6755" to="6765">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s72_n4" from="6766" to="6769">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s72_n62" from="6770" to="6774">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s72_n48" />
-    </span>
-    <span id="s72_n48" from="6770" to="6774">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s72_n6" />
-    </span>
-    <span id="s72_n6" from="6770" to="6774">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s72_n58" from="6775" to="6789">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s72_n8" />
-      <rel label="dominates" target="s72_n49" />
-    </span>
-    <span id="s72_n8" from="6775" to="6780">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s72_n49" from="6781" to="6789">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s72_n10" />
-    </span>
-    <span id="s72_n10" from="6781" to="6789">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s72_n67" from="6790" to="6803">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s72_n12" />
-      <rel label="dominates" target="s72_n63" />
-    </span>
-    <span id="s72_n12" from="6790" to="6793">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s72_n63" from="6794" to="6803">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s72_n50" />
-    </span>
-    <span id="s72_n50" from="6794" to="6803">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s72_n14" />
-    </span>
-    <span id="s72_n14" from="6794" to="6803">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s72_n59" from="6804" to="6814">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s72_n16" />
-      <rel label="dominates" target="s72_n51" />
-    </span>
-    <span id="s72_n16" from="6804" to="6807">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s72_n51" from="6808" to="6814">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s72_n18" />
-    </span>
-    <span id="s72_n18" from="6808" to="6814">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s72_n68" from="6815" to="6836">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s72_n20" />
-      <rel label="dominates" target="s72_n64" />
-    </span>
-    <span id="s72_n20" from="6815" to="6818">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s72_n64" from="6819" to="6836">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s72_n52" />
-    </span>
-    <span id="s72_n52" from="6819" to="6836">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s72_n22" />
-    </span>
-    <span id="s72_n22" from="6819" to="6836">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s72_n71" from="6836" to="6900">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s72_n24" />
-      <rel label="dominates" target="s72_n70" />
-      <rel label="dominates" uri="morpho.xml#s72_n44" />
-    </span>
-    <span id="s72_n24" from="6836" to="6837">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s72_n70" from="6838" to="6899">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">SC</f>
-      </fs>
-      <rel label="dominates" target="s72_n69" />
-      <rel label="dominates" target="s72_n60" />
-      <rel label="dominates" target="s72_n65" />
-      <rel label="dominates" target="s72_n66" />
-      <rel label="dominates" target="s72_n61" />
-      <rel label="dominates" uri="morpho.xml#s72_n40" />
-      <rel label="dominates" uri="morpho.xml#s72_n42" />
-    </span>
-    <span id="s72_n69" from="6838" to="6841">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s72_n26" />
-    </span>
-    <span id="s72_n26" from="6838" to="6841">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s72_n60" from="6842" to="6855">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s72_n28" />
-      <rel label="dominates" target="s72_n53" />
-    </span>
-    <span id="s72_n28" from="6842" to="6845">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s72_n53" from="6846" to="6855">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s72_n30" />
-    </span>
-    <span id="s72_n30" from="6846" to="6855">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s72_n65" from="6856" to="6861">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s72_n54" />
-    </span>
-    <span id="s72_n54" from="6856" to="6861">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s72_n32" />
-    </span>
-    <span id="s72_n32" from="6856" to="6861">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s72_n66" from="6862" to="6867">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s72_n55" />
-    </span>
-    <span id="s72_n55" from="6862" to="6867">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s72_n34" />
-    </span>
-    <span id="s72_n34" from="6862" to="6867">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s72_n61" from="6868" to="6881">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s72_n36" />
-      <rel label="dominates" target="s72_n56" />
-    </span>
-    <span id="s72_n36" from="6868" to="6874">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s72_n56" from="6875" to="6881">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s72_n38" />
-    </span>
-    <span id="s72_n38" from="6875" to="6881">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s72_n40" from="6882" to="6895">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s72_n42" from="6896" to="6899">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s72_n44" from="6899" to="6900">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s73_n30" from="6901" to="6999">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s73_n42" />
-      <rel label="dominates" uri="morpho.xml#s73_n28" />
-    </span>
-    <span id="s73_n42" from="6901" to="6998">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s73_n37" />
-      <rel label="dominates" uri="morpho.xml#s73_n4" />
-      <rel label="dominates" uri="morpho.xml#s73_n6" />
-      <rel label="dominates" uri="morpho.xml#s73_n8" />
-      <rel label="dominates" target="s73_n41" />
-      <rel label="dominates" target="s73_n38" />
-      <rel label="dominates" target="s73_n40" />
-      <rel label="dominates" uri="morpho.xml#s73_n26" />
-    </span>
-    <span id="s73_n37" from="6901" to="6911">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s73_n0" />
-      <rel label="dominates" target="s73_n33" />
-    </span>
-    <span id="s73_n0" from="6901" to="6904">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s73_n33" from="6905" to="6911">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s73_n2" />
-    </span>
-    <span id="s73_n2" from="6905" to="6911">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s73_n4" from="6912" to="6920">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s73_n6" from="6921" to="6925">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s73_n8" from="6926" to="6933">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s73_n41" from="6934" to="6950">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s73_n10" />
-      <rel label="dominates" target="s73_n39" />
-    </span>
-    <span id="s73_n10" from="6934" to="6937">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s73_n39" from="6938" to="6950">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s73_n34" />
-    </span>
-    <span id="s73_n34" from="6938" to="6950">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s73_n12" />
-    </span>
-    <span id="s73_n12" from="6938" to="6950">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s73_n38" from="6951" to="6969">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s73_n14" />
-      <rel label="dominates" target="s73_n35" />
-    </span>
-    <span id="s73_n14" from="6951" to="6954">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s73_n35" from="6955" to="6969">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s73_n31" />
-      <rel label="dominates" uri="morpho.xml#s73_n18" />
-    </span>
-    <span id="s73_n31" from="6955" to="6961">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s73_n16" />
-    </span>
-    <span id="s73_n16" from="6955" to="6961">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s73_n18" from="6962" to="6969">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s73_n40" from="6970" to="6997">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s73_n36" />
-    </span>
-    <span id="s73_n36" from="6970" to="6997">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s73_n32" />
-      <rel label="dominates" uri="morpho.xml#s73_n24" />
-    </span>
-    <span id="s73_n32" from="6970" to="6980">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s73_n20" />
-      <rel label="dominates" uri="morpho.xml#s73_n22" />
-    </span>
-    <span id="s73_n20" from="6970" to="6971">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s73_n22" from="6971" to="6980">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s73_n24" from="6981" to="6997">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s73_n26" from="6997" to="6998">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s73_n28" from="6998" to="6999">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s74_n44" from="7000" to="7164">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s74_n67" />
-    </span>
-    <span id="s74_n67" from="7000" to="7164">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s74_n55" />
-      <rel label="dominates" uri="morpho.xml#s74_n4" />
-      <rel label="dominates" target="s74_n56" />
-      <rel label="dominates" uri="morpho.xml#s74_n8" />
-      <rel label="dominates" uri="morpho.xml#s74_n10" />
-      <rel label="dominates" target="s74_n66" />
-    </span>
-    <span id="s74_n55" from="7000" to="7014">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s74_n0" />
-      <rel label="dominates" target="s74_n47" />
-    </span>
-    <span id="s74_n0" from="7000" to="7006">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s74_n47" from="7007" to="7014">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s74_n2" />
-    </span>
-    <span id="s74_n2" from="7007" to="7014">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s74_n4" from="7015" to="7018">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s74_n56" from="7019" to="7023">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s74_n48" />
-    </span>
-    <span id="s74_n48" from="7019" to="7023">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s74_n46" />
-    </span>
-    <span id="s74_n46" from="7019" to="7023">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NUM</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s74_n6" />
-    </span>
-    <span id="s74_n6" from="7019" to="7023">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NUM</f>
-      </fs>
-    </span>
-    <span id="s74_n8" from="7024" to="7036">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s74_n10" from="7037" to="7043">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s74_n66" from="7043" to="7164">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s74_n12" />
-      <rel label="dominates" target="s74_n65" />
-      <rel label="dominates" uri="morpho.xml#s74_n42" />
-    </span>
-    <span id="s74_n12" from="7043" to="7044">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s74_n65" from="7045" to="7163">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">SC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s74_n14" />
-      <rel label="dominates" target="s74_n57" />
-      <rel label="dominates" target="s74_n58" />
-      <rel label="dominates" target="s74_n63" />
-      <rel label="dominates" target="s74_n64" />
-      <rel label="dominates" uri="morpho.xml#s74_n30" />
-      <rel label="dominates" target="s74_n61" />
-      <rel label="dominates" uri="morpho.xml#s74_n34" />
-      <rel label="dominates" target="s74_n62" />
-      <rel label="dominates" uri="morpho.xml#s74_n38" />
-      <rel label="dominates" uri="morpho.xml#s74_n40" />
-    </span>
-    <span id="s74_n14" from="7045" to="7052">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s74_n57" from="7053" to="7061">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s74_n49" />
-    </span>
-    <span id="s74_n49" from="7053" to="7061">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s74_n16" />
-    </span>
-    <span id="s74_n16" from="7053" to="7061">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s74_n58" from="7062" to="7068">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s74_n50" />
-    </span>
-    <span id="s74_n50" from="7062" to="7068">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s74_n18" />
-    </span>
-    <span id="s74_n18" from="7062" to="7068">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s74_n63" from="7069" to="7089">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s74_n20" />
-      <rel label="dominates" target="s74_n59" />
-    </span>
-    <span id="s74_n20" from="7069" to="7072">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s74_n59" from="7073" to="7089">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s74_n51" />
-    </span>
-    <span id="s74_n51" from="7073" to="7089">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s74_n22" />
-    </span>
-    <span id="s74_n22" from="7073" to="7089">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s74_n64" from="7090" to="7118">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s74_n24" />
-      <rel label="dominates" target="s74_n60" />
-    </span>
-    <span id="s74_n24" from="7090" to="7092">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s74_n60" from="7093" to="7118">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s74_n52" />
-    </span>
-    <span id="s74_n52" from="7093" to="7118">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s74_n45" />
-      <rel label="dominates" uri="morpho.xml#s74_n28" />
-    </span>
-    <span id="s74_n45" from="7093" to="7104">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s74_n26" />
-    </span>
-    <span id="s74_n26" from="7093" to="7104">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s74_n28" from="7105" to="7118">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s74_n30" from="7118" to="7119">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s74_n61" from="7120" to="7130">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s74_n53" />
-    </span>
-    <span id="s74_n53" from="7120" to="7130">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s74_n32" />
-    </span>
-    <span id="s74_n32" from="7120" to="7130">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s74_n34" from="7131" to="7134">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s74_n62" from="7135" to="7141">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s74_n54" />
-    </span>
-    <span id="s74_n54" from="7135" to="7141">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s74_n36" />
-    </span>
-    <span id="s74_n36" from="7135" to="7141">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s74_n38" from="7142" to="7157">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s74_n40" from="7158" to="7163">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s74_n42" from="7163" to="7164">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s75_n94" from="7165" to="7471">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s75_n146" />
-    </span>
-    <span id="s75_n146" from="7165" to="7471">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s75_n133" />
-      <rel label="dominates" uri="morpho.xml#s75_n6" />
-      <rel label="dominates" target="s75_n119" />
-      <rel label="dominates" target="s75_n122" />
-      <rel label="dominates" target="s75_n123" />
-      <rel label="dominates" target="s75_n95" />
-      <rel label="dominates" uri="morpho.xml#s75_n22" />
-      <rel label="dominates" target="s75_n144" />
-      <rel label="dominates" target="s75_n145" />
-    </span>
-    <span id="s75_n133" from="7165" to="7198">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s75_n0" />
-      <rel label="dominates" target="s75_n121" />
-    </span>
-    <span id="s75_n0" from="7165" to="7169">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s75_n121" from="7170" to="7198">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s75_n106" />
-    </span>
-    <span id="s75_n106" from="7170" to="7198">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s75_n98" />
-      <rel label="dominates" uri="morpho.xml#s75_n4" />
-    </span>
-    <span id="s75_n98" from="7170" to="7189">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s75_n2" />
-    </span>
-    <span id="s75_n2" from="7170" to="7189">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s75_n4" from="7190" to="7198">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s75_n6" from="7199" to="7204">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s75_n119" from="7205" to="7220">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s75_n8" />
-      <rel label="dominates" target="s75_n107" />
-    </span>
-    <span id="s75_n8" from="7205" to="7208">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s75_n107" from="7209" to="7220">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s75_n99" />
-      <rel label="dominates" uri="morpho.xml#s75_n12" />
-    </span>
-    <span id="s75_n99" from="7209" to="7214">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s75_n10" />
-    </span>
-    <span id="s75_n10" from="7209" to="7214">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s75_n12" from="7215" to="7220">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s75_n122" from="7221" to="7225">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s75_n108" />
-    </span>
-    <span id="s75_n108" from="7221" to="7225">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s75_n14" />
-    </span>
-    <span id="s75_n14" from="7221" to="7225">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s75_n123" from="7226" to="7230">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s75_n109" />
-    </span>
-    <span id="s75_n109" from="7226" to="7230">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s75_n104" />
-    </span>
-    <span id="s75_n104" from="7226" to="7230">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NUM</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s75_n16" />
-    </span>
-    <span id="s75_n16" from="7226" to="7230">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NUM</f>
-      </fs>
-    </span>
-    <span id="s75_n95" from="7231" to="7244">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s75_n18" />
-      <rel label="dominates" uri="morpho.xml#s75_n20" />
-    </span>
-    <span id="s75_n18" from="7231" to="7236">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s75_n20" from="7237" to="7244">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s75_n22" from="7245" to="7254">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s75_n144" from="7254" to="7312">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s75_n24" />
-      <rel label="dominates" target="s75_n142" />
-      <rel label="dominates" uri="morpho.xml#s75_n46" />
-    </span>
-    <span id="s75_n24" from="7254" to="7255">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s75_n142" from="7256" to="7311">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INFC</f>
-      </fs>
-      <rel label="dominates" target="s75_n120" />
-      <rel label="dominates" target="s75_n134" />
-      <rel label="dominates" target="s75_n135" />
-      <rel label="dominates" target="s75_n97" />
-    </span>
-    <span id="s75_n120" from="7256" to="7267">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s75_n26" />
-      <rel label="dominates" target="s75_n110" />
-    </span>
-    <span id="s75_n26" from="7256" to="7261">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s75_n110" from="7262" to="7267">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s75_n28" />
-    </span>
-    <span id="s75_n28" from="7262" to="7267">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s75_n134" from="7268" to="7276">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s75_n30" />
-      <rel label="dominates" target="s75_n124" />
-    </span>
-    <span id="s75_n30" from="7268" to="7270">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s75_n124" from="7271" to="7276">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s75_n111" />
-    </span>
-    <span id="s75_n111" from="7271" to="7276">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s75_n32" />
-    </span>
-    <span id="s75_n32" from="7271" to="7276">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s75_n135" from="7277" to="7299">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s75_n34" />
-      <rel label="dominates" target="s75_n125" />
-    </span>
-    <span id="s75_n34" from="7277" to="7280">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s75_n125" from="7281" to="7299">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s75_n112" />
-    </span>
-    <span id="s75_n112" from="7281" to="7299">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s75_n105" />
-      <rel label="dominates" uri="morpho.xml#s75_n40" />
-    </span>
-    <span id="s75_n105" from="7281" to="7294">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NUM</f>
-      </fs>
-      <rel label="dominates" target="s75_n96" />
-    </span>
-    <span id="s75_n96" from="7281" to="7294">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NUM</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s75_n36" />
-      <rel label="dominates" uri="morpho.xml#s75_n38" />
-    </span>
-    <span id="s75_n36" from="7281" to="7284">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NUM</f>
-      </fs>
-    </span>
-    <span id="s75_n38" from="7285" to="7294">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s75_n40" from="7295" to="7299">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s75_n97" from="7300" to="7311">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s75_n42" />
-      <rel label="dominates" uri="morpho.xml#s75_n44" />
-    </span>
-    <span id="s75_n42" from="7300" to="7302">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PTCL</f>
-      </fs>
-    </span>
-    <span id="s75_n44" from="7303" to="7311">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s75_n46" from="7311" to="7312">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s75_n145" from="7313" to="7471">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" target="s75_n143" />
-      <rel label="dominates" uri="morpho.xml#s75_n92" />
-    </span>
-    <span id="s75_n143" from="7313" to="7470">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">SC</f>
-      </fs>
-      <rel label="dominates" target="s75_n141" />
-      <rel label="dominates" target="s75_n126" />
-      <rel label="dominates" target="s75_n136" />
-      <rel label="dominates" target="s75_n128" />
-      <rel label="dominates" target="s75_n137" />
-      <rel label="dominates" uri="morpho.xml#s75_n70" />
-      <rel label="dominates" target="s75_n103" />
-      <rel label="dominates" uri="morpho.xml#s75_n74" />
-      <rel label="dominates" target="s75_n138" />
-      <rel label="dominates" target="s75_n139" />
-      <rel label="dominates" target="s75_n140" />
-      <rel label="dominates" uri="morpho.xml#s75_n88" />
-      <rel label="dominates" uri="morpho.xml#s75_n90" />
-    </span>
-    <span id="s75_n141" from="7313" to="7316">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s75_n48" />
-    </span>
-    <span id="s75_n48" from="7313" to="7316">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s75_n126" from="7317" to="7321">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s75_n50" />
-    </span>
-    <span id="s75_n50" from="7317" to="7321">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s75_n136" from="7322" to="7330">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s75_n52" />
-      <rel label="dominates" target="s75_n127" />
-    </span>
-    <span id="s75_n52" from="7322" to="7324">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s75_n127" from="7325" to="7330">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s75_n113" />
-    </span>
-    <span id="s75_n113" from="7325" to="7330">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s75_n54" />
-    </span>
-    <span id="s75_n54" from="7325" to="7330">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s75_n128" from="7331" to="7352">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s75_n114" />
-    </span>
-    <span id="s75_n114" from="7331" to="7352">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s75_n100" />
-      <rel label="dominates" uri="morpho.xml#s75_n58" />
-    </span>
-    <span id="s75_n100" from="7331" to="7340">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s75_n56" />
-    </span>
-    <span id="s75_n56" from="7331" to="7340">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s75_n58" from="7341" to="7352">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s75_n137" from="7353" to="7396">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s75_n60" />
-      <rel label="dominates" target="s75_n129" />
-    </span>
-    <span id="s75_n60" from="7353" to="7355">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s75_n129" from="7356" to="7396">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s75_n115" />
-    </span>
-    <span id="s75_n115" from="7356" to="7396">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s75_n101" />
-      <rel label="dominates" uri="morpho.xml#s75_n64" />
-      <rel label="dominates" target="s75_n102" />
-      <rel label="dominates" uri="morpho.xml#s75_n68" />
-    </span>
-    <span id="s75_n101" from="7356" to="7364">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s75_n62" />
-    </span>
-    <span id="s75_n62" from="7356" to="7364">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s75_n64" from="7365" to="7368">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s75_n102" from="7369" to="7382">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s75_n66" />
-    </span>
-    <span id="s75_n66" from="7369" to="7382">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s75_n68" from="7383" to="7396">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s75_n70" from="7397" to="7402">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s75_n103" from="7403" to="7416">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s75_n72" />
-    </span>
-    <span id="s75_n72" from="7403" to="7416">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s75_n74" from="7417" to="7421">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s75_n138" from="7422" to="7430">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s75_n76" />
-      <rel label="dominates" target="s75_n130" />
-    </span>
-    <span id="s75_n76" from="7422" to="7424">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s75_n130" from="7425" to="7430">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s75_n116" />
-    </span>
-    <span id="s75_n116" from="7425" to="7430">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s75_n78" />
-    </span>
-    <span id="s75_n78" from="7425" to="7430">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s75_n139" from="7431" to="7445">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s75_n80" />
-      <rel label="dominates" target="s75_n131" />
-    </span>
-    <span id="s75_n80" from="7431" to="7434">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s75_n131" from="7435" to="7445">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s75_n117" />
-    </span>
-    <span id="s75_n117" from="7435" to="7445">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s75_n82" />
-    </span>
-    <span id="s75_n82" from="7435" to="7445">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s75_n140" from="7446" to="7457">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s75_n84" />
-      <rel label="dominates" target="s75_n132" />
-    </span>
-    <span id="s75_n84" from="7446" to="7448">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s75_n132" from="7449" to="7457">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s75_n118" />
-    </span>
-    <span id="s75_n118" from="7449" to="7457">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s75_n86" />
-    </span>
-    <span id="s75_n86" from="7449" to="7457">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s75_n88" from="7458" to="7465">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s75_n90" from="7466" to="7470">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s75_n92" from="7470" to="7471">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s76_n28" from="7472" to="7546">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s76_n39" />
-      <rel label="dominates" uri="morpho.xml#s76_n26" />
-    </span>
-    <span id="s76_n39" from="7472" to="7545">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s76_n33" />
-      <rel label="dominates" uri="morpho.xml#s76_n4" />
-      <rel label="dominates" uri="morpho.xml#s76_n6" />
-      <rel label="dominates" target="s76_n37" />
-      <rel label="dominates" target="s76_n38" />
-      <rel label="dominates" uri="morpho.xml#s76_n16" />
-      <rel label="dominates" target="s76_n34" />
-      <rel label="dominates" uri="morpho.xml#s76_n22" />
-      <rel label="dominates" uri="morpho.xml#s76_n24" />
-    </span>
-    <span id="s76_n33" from="7472" to="7481">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s76_n0" />
-      <rel label="dominates" target="s76_n29" />
-    </span>
-    <span id="s76_n0" from="7472" to="7475">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s76_n29" from="7476" to="7481">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s76_n2" />
-    </span>
-    <span id="s76_n2" from="7476" to="7481">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s76_n4" from="7482" to="7488">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s76_n6" from="7489" to="7491">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PTCL</f>
-      </fs>
-    </span>
-    <span id="s76_n37" from="7492" to="7503">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s76_n8" />
-      <rel label="dominates" target="s76_n35" />
-    </span>
-    <span id="s76_n8" from="7492" to="7495">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s76_n35" from="7496" to="7503">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s76_n30" />
-    </span>
-    <span id="s76_n30" from="7496" to="7503">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s76_n10" />
-    </span>
-    <span id="s76_n10" from="7496" to="7503">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s76_n38" from="7504" to="7512">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s76_n12" />
-      <rel label="dominates" target="s76_n36" />
-    </span>
-    <span id="s76_n12" from="7504" to="7507">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s76_n36" from="7508" to="7512">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s76_n31" />
-    </span>
-    <span id="s76_n31" from="7508" to="7512">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s76_n14" />
-    </span>
-    <span id="s76_n14" from="7508" to="7512">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s76_n16" from="7513" to="7516">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s76_n34" from="7517" to="7529">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s76_n18" />
-      <rel label="dominates" target="s76_n32" />
-    </span>
-    <span id="s76_n18" from="7517" to="7520">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s76_n32" from="7521" to="7529">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s76_n20" />
-    </span>
-    <span id="s76_n20" from="7521" to="7529">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s76_n22" from="7530" to="7538">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s76_n24" from="7539" to="7545">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s76_n26" from="7545" to="7546">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s77_n12" from="7547" to="7574">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s77_n15" />
-      <rel label="dominates" uri="morpho.xml#s77_n10" />
-    </span>
-    <span id="s77_n15" from="7547" to="7573">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s77_n0" />
-      <rel label="dominates" target="s77_n13" />
-      <rel label="dominates" uri="morpho.xml#s77_n4" />
-      <rel label="dominates" uri="morpho.xml#s77_n6" />
-      <rel label="dominates" target="s77_n14" />
-    </span>
-    <span id="s77_n0" from="7547" to="7551">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s77_n13" from="7552" to="7557">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s77_n2" />
-    </span>
-    <span id="s77_n2" from="7552" to="7557">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s77_n4" from="7558" to="7563">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s77_n6" from="7564" to="7570">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s77_n14" from="7571" to="7573">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s77_n8" />
-    </span>
-    <span id="s77_n8" from="7571" to="7573">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s77_n10" from="7573" to="7574">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s78_n22" from="7575" to="7652">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s78_n30" />
-      <rel label="dominates" target="s78_n31" />
-    </span>
-    <span id="s78_n30" from="7575" to="7622">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s78_n27" />
-      <rel label="dominates" uri="morpho.xml#s78_n6" />
-      <rel label="dominates" target="s78_n28" />
-    </span>
-    <span id="s78_n27" from="7575" to="7594">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s78_n0" />
-      <rel label="dominates" target="s78_n24" />
-    </span>
-    <span id="s78_n0" from="7575" to="7578">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s78_n24" from="7579" to="7594">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s78_n23" />
-      <rel label="dominates" uri="morpho.xml#s78_n4" />
-    </span>
-    <span id="s78_n23" from="7579" to="7586">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s78_n2" />
-    </span>
-    <span id="s78_n2" from="7579" to="7586">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s78_n4" from="7587" to="7594">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s78_n6" from="7595" to="7605">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s78_n28" from="7606" to="7622">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s78_n8" />
-      <rel label="dominates" target="s78_n25" />
-    </span>
-    <span id="s78_n8" from="7606" to="7610">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s78_n25" from="7611" to="7622">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s78_n10" />
-    </span>
-    <span id="s78_n10" from="7611" to="7622">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s78_n31" from="7622" to="7652">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s78_n12" />
-      <rel label="dominates" uri="morpho.xml#s78_n14" />
-      <rel label="dominates" uri="morpho.xml#s78_n16" />
-      <rel label="dominates" target="s78_n29" />
-      <rel label="dominates" uri="morpho.xml#s78_n20" />
-    </span>
-    <span id="s78_n12" from="7622" to="7623">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s78_n14" from="7624" to="7632">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s78_n16" from="7633" to="7637">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s78_n29" from="7638" to="7651">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s78_n26" />
-    </span>
-    <span id="s78_n26" from="7638" to="7651">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s78_n18" />
-    </span>
-    <span id="s78_n18" from="7638" to="7651">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s78_n20" from="7651" to="7652">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s79_n18" from="7653" to="7707">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s79_n27" />
-      <rel label="dominates" uri="morpho.xml#s79_n16" />
-    </span>
-    <span id="s79_n27" from="7653" to="7706">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s79_n23" />
-      <rel label="dominates" target="s79_n24" />
-      <rel label="dominates" target="s79_n26" />
-      <rel label="dominates" uri="morpho.xml#s79_n12" />
-      <rel label="dominates" uri="morpho.xml#s79_n14" />
-    </span>
-    <span id="s79_n23" from="7653" to="7675">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s79_n20" />
-    </span>
-    <span id="s79_n20" from="7653" to="7675">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s79_n0" />
-    </span>
-    <span id="s79_n0" from="7653" to="7675">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s79_n24" from="7676" to="7690">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s79_n21" />
-    </span>
-    <span id="s79_n21" from="7676" to="7690">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s79_n19" />
-    </span>
-    <span id="s79_n19" from="7676" to="7690">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s79_n2" />
-      <rel label="dominates" uri="morpho.xml#s79_n4" />
-    </span>
-    <span id="s79_n2" from="7676" to="7684">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s79_n4" from="7685" to="7690">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s79_n26" from="7691" to="7696">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s79_n6" />
-      <rel label="dominates" target="s79_n25" />
-      <rel label="dominates" uri="morpho.xml#s79_n10" />
-    </span>
-    <span id="s79_n6" from="7691" to="7692">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s79_n25" from="7692" to="7695">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s79_n22" />
-    </span>
-    <span id="s79_n22" from="7692" to="7695">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s79_n8" />
-    </span>
-    <span id="s79_n8" from="7692" to="7695">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s79_n10" from="7695" to="7696">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s79_n12" from="7697" to="7701">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s79_n14" from="7702" to="7706">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PTCL</f>
-      </fs>
-    </span>
-    <span id="s79_n16" from="7706" to="7707">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s80_n56" from="7708" to="7866">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s80_n82" />
-    </span>
-    <span id="s80_n82" from="7708" to="7866">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s80_n0" />
-      <rel label="dominates" target="s80_n69" />
-      <rel label="dominates" uri="morpho.xml#s80_n4" />
-      <rel label="dominates" target="s80_n66" />
-      <rel label="dominates" target="s80_n67" />
-      <rel label="dominates" target="s80_n75" />
-      <rel label="dominates" uri="morpho.xml#s80_n20" />
-      <rel label="dominates" target="s80_n80" />
-      <rel label="dominates" target="s80_n81" />
-    </span>
-    <span id="s80_n0" from="7708" to="7709">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s80_n69" from="7709" to="7712">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s80_n2" />
-    </span>
-    <span id="s80_n2" from="7709" to="7712">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s80_n4" from="7713" to="7719">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s80_n66" from="7720" to="7735">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s80_n6" />
-      <rel label="dominates" target="s80_n60" />
-    </span>
-    <span id="s80_n6" from="7720" to="7723">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s80_n60" from="7724" to="7735">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s80_n8" />
-    </span>
-    <span id="s80_n8" from="7724" to="7735">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s80_n67" from="7736" to="7745">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s80_n10" />
-      <rel label="dominates" target="s80_n61" />
-    </span>
-    <span id="s80_n10" from="7736" to="7739">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s80_n61" from="7740" to="7745">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s80_n12" />
-    </span>
-    <span id="s80_n12" from="7740" to="7745">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s80_n75" from="7746" to="7760">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s80_n14" />
-      <rel label="dominates" target="s80_n68" />
-    </span>
-    <span id="s80_n14" from="7746" to="7748">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s80_n68" from="7749" to="7760">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s80_n16" />
-      <rel label="dominates" target="s80_n62" />
-    </span>
-    <span id="s80_n16" from="7749" to="7755">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s80_n62" from="7756" to="7760">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s80_n18" />
-    </span>
-    <span id="s80_n18" from="7756" to="7760">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s80_n20" from="7761" to="7763">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PTCL</f>
-      </fs>
-    </span>
-    <span id="s80_n80" from="7763" to="7790">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s80_n22" />
-      <rel label="dominates" target="s80_n79" />
-      <rel label="dominates" uri="morpho.xml#s80_n34" />
-    </span>
-    <span id="s80_n22" from="7763" to="7764">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s80_n79" from="7765" to="7789">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">SC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s80_n24" />
-      <rel label="dominates" target="s80_n70" />
-      <rel label="dominates" target="s80_n71" />
-      <rel label="dominates" uri="morpho.xml#s80_n30" />
-      <rel label="dominates" uri="morpho.xml#s80_n32" />
-    </span>
-    <span id="s80_n24" from="7765" to="7769">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s80_n70" from="7770" to="7772">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s80_n26" />
-    </span>
-    <span id="s80_n26" from="7770" to="7772">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s80_n71" from="7773" to="7776">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s80_n28" />
-    </span>
-    <span id="s80_n28" from="7773" to="7776">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s80_n30" from="7777" to="7784">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s80_n32" from="7785" to="7789">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s80_n34" from="7789" to="7790">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s80_n81" from="7791" to="7866">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" target="s80_n78" />
-      <rel label="dominates" uri="morpho.xml#s80_n54" />
-    </span>
-    <span id="s80_n78" from="7791" to="7865">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INFC</f>
-      </fs>
-      <rel label="dominates" target="s80_n72" />
-      <rel label="dominates" target="s80_n76" />
-      <rel label="dominates" target="s80_n77" />
-      <rel label="dominates" target="s80_n57" />
-    </span>
-    <span id="s80_n72" from="7791" to="7804">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s80_n63" />
-    </span>
-    <span id="s80_n63" from="7791" to="7804">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s80_n36" />
-    </span>
-    <span id="s80_n36" from="7791" to="7804">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s80_n76" from="7805" to="7830">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s80_n38" />
-      <rel label="dominates" target="s80_n73" />
-    </span>
-    <span id="s80_n38" from="7805" to="7809">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s80_n73" from="7810" to="7830">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s80_n64" />
-    </span>
-    <span id="s80_n64" from="7810" to="7830">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s80_n58" />
-      <rel label="dominates" uri="morpho.xml#s80_n42" />
-    </span>
-    <span id="s80_n58" from="7810" to="7819">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s80_n40" />
-    </span>
-    <span id="s80_n40" from="7810" to="7819">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s80_n42" from="7820" to="7830">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s80_n77" from="7831" to="7850">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s80_n44" />
-      <rel label="dominates" target="s80_n74" />
-    </span>
-    <span id="s80_n44" from="7831" to="7833">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s80_n74" from="7834" to="7850">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s80_n65" />
-    </span>
-    <span id="s80_n65" from="7834" to="7850">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s80_n59" />
-      <rel label="dominates" uri="morpho.xml#s80_n48" />
-    </span>
-    <span id="s80_n59" from="7834" to="7842">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s80_n46" />
-    </span>
-    <span id="s80_n46" from="7834" to="7842">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s80_n48" from="7843" to="7850">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s80_n57" from="7851" to="7865">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s80_n50" />
-      <rel label="dominates" uri="morpho.xml#s80_n52" />
-    </span>
-    <span id="s80_n50" from="7851" to="7853">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PTCL</f>
-      </fs>
-    </span>
-    <span id="s80_n52" from="7854" to="7865">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s80_n54" from="7865" to="7866">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s81_n62" from="7866" to="8052">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s81_n90" />
-      <rel label="dominates" uri="morpho.xml#s81_n18" />
-      <rel label="dominates" uri="morpho.xml#s81_n20" />
-      <rel label="dominates" target="s81_n86" />
-      <rel label="dominates" uri="morpho.xml#s81_n26" />
-      <rel label="dominates" target="s81_n91" />
-      <rel label="dominates" target="s81_n92" />
-    </span>
-    <span id="s81_n90" from="7866" to="7920">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s81_n0" />
-      <rel label="dominates" target="s81_n74" />
-      <rel label="dominates" uri="morpho.xml#s81_n6" />
-      <rel label="dominates" target="s81_n76" />
-      <rel label="dominates" uri="morpho.xml#s81_n10" />
-      <rel label="dominates" target="s81_n85" />
-    </span>
-    <span id="s81_n0" from="7866" to="7867">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s81_n74" from="7868" to="7876">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s81_n2" />
-      <rel label="dominates" target="s81_n64" />
-    </span>
-    <span id="s81_n2" from="7868" to="7871">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s81_n64" from="7872" to="7876">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s81_n4" />
-    </span>
-    <span id="s81_n4" from="7872" to="7876">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s81_n6" from="7877" to="7884">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s81_n76" from="7885" to="7889">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s81_n8" />
-    </span>
-    <span id="s81_n8" from="7885" to="7889">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s81_n10" from="7890" to="7896">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s81_n85" from="7897" to="7920">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s81_n12" />
-      <rel label="dominates" target="s81_n75" />
-    </span>
-    <span id="s81_n12" from="7897" to="7899">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s81_n75" from="7900" to="7920">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s81_n14" />
-      <rel label="dominates" target="s81_n65" />
-    </span>
-    <span id="s81_n14" from="7900" to="7906">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s81_n65" from="7907" to="7920">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s81_n16" />
-    </span>
-    <span id="s81_n16" from="7907" to="7920">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s81_n18" from="7920" to="7921">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s81_n20" from="7922" to="7926">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s81_n86" from="7927" to="7949">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s81_n22" />
-      <rel label="dominates" target="s81_n77" />
-    </span>
-    <span id="s81_n22" from="7927" to="7929">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s81_n77" from="7930" to="7949">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s81_n66" />
-    </span>
-    <span id="s81_n66" from="7930" to="7949">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s81_n24" />
-    </span>
-    <span id="s81_n24" from="7930" to="7949">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s81_n26" from="7949" to="7950">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s81_n91" from="7951" to="8041">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s81_n87" />
-      <rel label="dominates" uri="morpho.xml#s81_n32" />
-      <rel label="dominates" target="s81_n88" />
-      <rel label="dominates" target="s81_n80" />
-      <rel label="dominates" target="s81_n81" />
-      <rel label="dominates" target="s81_n89" />
-      <rel label="dominates" uri="morpho.xml#s81_n48" />
-      <rel label="dominates" target="s81_n83" />
-      <rel label="dominates" uri="morpho.xml#s81_n52" />
-    </span>
-    <span id="s81_n87" from="7951" to="7961">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s81_n28" />
-      <rel label="dominates" target="s81_n78" />
-    </span>
-    <span id="s81_n28" from="7951" to="7953">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s81_n78" from="7954" to="7961">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s81_n67" />
-    </span>
-    <span id="s81_n67" from="7954" to="7961">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s81_n30" />
-    </span>
-    <span id="s81_n30" from="7954" to="7961">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s81_n32" from="7962" to="7966">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s81_n88" from="7967" to="7995">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s81_n34" />
-      <rel label="dominates" target="s81_n79" />
-    </span>
-    <span id="s81_n34" from="7967" to="7969">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s81_n79" from="7970" to="7995">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s81_n68" />
-    </span>
-    <span id="s81_n68" from="7970" to="7995">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s81_n63" />
-      <rel label="dominates" uri="morpho.xml#s81_n38" />
-    </span>
-    <span id="s81_n63" from="7970" to="7981">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s81_n36" />
-    </span>
-    <span id="s81_n36" from="7970" to="7981">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s81_n38" from="7982" to="7995">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s81_n80" from="7996" to="8002">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s81_n69" />
-    </span>
-    <span id="s81_n69" from="7996" to="8002">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s81_n40" />
-    </span>
-    <span id="s81_n40" from="7996" to="8002">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s81_n81" from="8003" to="8008">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s81_n70" />
-    </span>
-    <span id="s81_n70" from="8003" to="8008">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s81_n42" />
-    </span>
-    <span id="s81_n42" from="8003" to="8008">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s81_n89" from="8009" to="8019">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s81_n44" />
-      <rel label="dominates" target="s81_n82" />
-    </span>
-    <span id="s81_n44" from="8009" to="8012">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s81_n82" from="8013" to="8019">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s81_n71" />
-    </span>
-    <span id="s81_n71" from="8013" to="8019">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s81_n46" />
-    </span>
-    <span id="s81_n46" from="8013" to="8019">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s81_n48" from="8020" to="8023">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s81_n83" from="8024" to="8034">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s81_n72" />
-    </span>
-    <span id="s81_n72" from="8024" to="8034">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s81_n50" />
-    </span>
-    <span id="s81_n50" from="8024" to="8034">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s81_n52" from="8035" to="8041">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s81_n92" from="8041" to="8052">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s81_n54" />
-      <rel label="dominates" uri="morpho.xml#s81_n56" />
-      <rel label="dominates" target="s81_n84" />
-      <rel label="dominates" uri="morpho.xml#s81_n60" />
-    </span>
-    <span id="s81_n54" from="8041" to="8042">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s81_n56" from="8043" to="8045">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s81_n84" from="8046" to="8051">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s81_n73" />
-    </span>
-    <span id="s81_n73" from="8046" to="8051">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s81_n58" />
-    </span>
-    <span id="s81_n58" from="8046" to="8051">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s81_n60" from="8051" to="8052">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s82_n58" from="8053" to="8238">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s82_n87" />
-      <rel label="dominates" target="s82_n88" />
-    </span>
-    <span id="s82_n87" from="8053" to="8146">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s82_n77" />
-      <rel label="dominates" target="s82_n81" />
-      <rel label="dominates" target="s82_n82" />
-      <rel label="dominates" uri="morpho.xml#s82_n14" />
-      <rel label="dominates" target="s82_n73" />
-      <rel label="dominates" uri="morpho.xml#s82_n20" />
-      <rel label="dominates" uri="morpho.xml#s82_n22" />
-    </span>
-    <span id="s82_n77" from="8053" to="8063">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s82_n63" />
-    </span>
-    <span id="s82_n63" from="8053" to="8063">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s82_n61" />
-      <rel label="dominates" uri="morpho.xml#s82_n2" />
-    </span>
-    <span id="s82_n61" from="8053" to="8058">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NUM</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s82_n0" />
-    </span>
-    <span id="s82_n0" from="8053" to="8058">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NUM</f>
-      </fs>
-    </span>
-    <span id="s82_n2" from="8059" to="8063">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s82_n81" from="8064" to="8081">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s82_n4" />
-      <rel label="dominates" target="s82_n78" />
-    </span>
-    <span id="s82_n4" from="8064" to="8067">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s82_n78" from="8068" to="8081">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s82_n64" />
-    </span>
-    <span id="s82_n64" from="8068" to="8081">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s82_n6" />
-    </span>
-    <span id="s82_n6" from="8068" to="8081">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s82_n82" from="8082" to="8106">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s82_n8" />
-      <rel label="dominates" target="s82_n72" />
-    </span>
-    <span id="s82_n8" from="8082" to="8090">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s82_n72" from="8091" to="8106">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s82_n10" />
-      <rel label="dominates" target="s82_n65" />
-    </span>
-    <span id="s82_n10" from="8091" to="8094">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s82_n65" from="8095" to="8106">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s82_n12" />
-    </span>
-    <span id="s82_n12" from="8095" to="8106">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s82_n14" from="8107" to="8110">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s82_n73" from="8111" to="8130">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s82_n16" />
-      <rel label="dominates" target="s82_n66" />
-    </span>
-    <span id="s82_n16" from="8111" to="8114">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s82_n66" from="8115" to="8130">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s82_n18" />
-    </span>
-    <span id="s82_n18" from="8115" to="8130">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s82_n20" from="8131" to="8134">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s82_n22" from="8135" to="8146">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s82_n88" from="8146" to="8238">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s82_n24" />
-      <rel label="dominates" target="s82_n74" />
-      <rel label="dominates" target="s82_n83" />
-      <rel label="dominates" target="s82_n84" />
-      <rel label="dominates" target="s82_n86" />
-    </span>
-    <span id="s82_n24" from="8146" to="8147">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s82_n74" from="8148" to="8157">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s82_n26" />
-      <rel label="dominates" target="s82_n67" />
-    </span>
-    <span id="s82_n26" from="8148" to="8151">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s82_n67" from="8152" to="8157">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s82_n28" />
-    </span>
-    <span id="s82_n28" from="8152" to="8157">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s82_n83" from="8158" to="8175">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s82_n30" />
-      <rel label="dominates" target="s82_n75" />
-    </span>
-    <span id="s82_n30" from="8158" to="8161">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s82_n75" from="8162" to="8175">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s82_n32" />
-      <rel label="dominates" target="s82_n68" />
-    </span>
-    <span id="s82_n32" from="8162" to="8167">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s82_n68" from="8168" to="8175">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s82_n34" />
-    </span>
-    <span id="s82_n34" from="8168" to="8175">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s82_n84" from="8176" to="8197">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s82_n36" />
-      <rel label="dominates" target="s82_n79" />
-    </span>
-    <span id="s82_n36" from="8176" to="8179">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s82_n79" from="8180" to="8197">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s82_n69" />
-    </span>
-    <span id="s82_n69" from="8180" to="8197">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s82_n62" />
-      <rel label="dominates" uri="morpho.xml#s82_n42" />
-    </span>
-    <span id="s82_n62" from="8180" to="8192">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NUM</f>
-      </fs>
-      <rel label="dominates" target="s82_n59" />
-    </span>
-    <span id="s82_n59" from="8180" to="8192">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NUM</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s82_n38" />
-      <rel label="dominates" uri="morpho.xml#s82_n40" />
-    </span>
-    <span id="s82_n38" from="8180" to="8182">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NUM</f>
-      </fs>
-    </span>
-    <span id="s82_n40" from="8183" to="8192">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s82_n42" from="8193" to="8197">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s82_n86" from="8198" to="8238">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" target="s82_n85" />
-      <rel label="dominates" uri="morpho.xml#s82_n56" />
-    </span>
-    <span id="s82_n85" from="8198" to="8237">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INFC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s82_n44" />
-      <rel label="dominates" target="s82_n80" />
-      <rel label="dominates" target="s82_n76" />
-      <rel label="dominates" target="s82_n60" />
-    </span>
-    <span id="s82_n44" from="8198" to="8202">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s82_n80" from="8203" to="8214">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s82_n70" />
-    </span>
-    <span id="s82_n70" from="8203" to="8214">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s82_n46" />
-    </span>
-    <span id="s82_n46" from="8203" to="8214">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s82_n76" from="8215" to="8226">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s82_n48" />
-      <rel label="dominates" target="s82_n71" />
-    </span>
-    <span id="s82_n48" from="8215" to="8218">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s82_n71" from="8219" to="8226">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s82_n50" />
-    </span>
-    <span id="s82_n50" from="8219" to="8226">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s82_n60" from="8227" to="8237">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s82_n52" />
-      <rel label="dominates" uri="morpho.xml#s82_n54" />
-    </span>
-    <span id="s82_n52" from="8227" to="8229">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PTCL</f>
-      </fs>
-    </span>
-    <span id="s82_n54" from="8230" to="8237">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s82_n56" from="8237" to="8238">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s83_n40" from="8239" to="8389">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s83_n55" />
-    </span>
-    <span id="s83_n55" from="8239" to="8389">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s83_n52" />
-      <rel label="dominates" target="s83_n47" />
-      <rel label="dominates" uri="morpho.xml#s83_n8" />
-      <rel label="dominates" uri="morpho.xml#s83_n10" />
-      <rel label="dominates" target="s83_n41" />
-      <rel label="dominates" target="s83_n51" />
-      <rel label="dominates" uri="morpho.xml#s83_n18" />
-      <rel label="dominates" uri="morpho.xml#s83_n20" />
-      <rel label="dominates" target="s83_n54" />
-    </span>
-    <span id="s83_n52" from="8239" to="8252">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s83_n0" />
-      <rel label="dominates" target="s83_n50" />
-    </span>
-    <span id="s83_n0" from="8239" to="8243">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s83_n50" from="8244" to="8252">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s83_n42" />
-    </span>
-    <span id="s83_n42" from="8244" to="8252">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s83_n2" />
-    </span>
-    <span id="s83_n2" from="8244" to="8252">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s83_n47" from="8253" to="8283">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s83_n4" />
-      <rel label="dominates" target="s83_n43" />
-    </span>
-    <span id="s83_n4" from="8253" to="8256">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s83_n43" from="8257" to="8283">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s83_n6" />
-    </span>
-    <span id="s83_n6" from="8257" to="8283">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s83_n8" from="8284" to="8290">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s83_n10" from="8291" to="8297">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s83_n41" from="8298" to="8307">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s83_n12" />
-      <rel label="dominates" uri="morpho.xml#s83_n14" />
-    </span>
-    <span id="s83_n12" from="8298" to="8301">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s83_n14" from="8302" to="8307">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s83_n51" from="8308" to="8317">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s83_n44" />
-    </span>
-    <span id="s83_n44" from="8308" to="8317">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s83_n16" />
-    </span>
-    <span id="s83_n16" from="8308" to="8317">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s83_n18" from="8318" to="8325">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s83_n20" from="8326" to="8332">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s83_n54" from="8332" to="8389">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s83_n22" />
-      <rel label="dominates" target="s83_n53" />
-      <rel label="dominates" uri="morpho.xml#s83_n38" />
-    </span>
-    <span id="s83_n22" from="8332" to="8333">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s83_n53" from="8334" to="8388">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">SC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s83_n24" />
-      <rel label="dominates" target="s83_n48" />
-      <rel label="dominates" target="s83_n49" />
-      <rel label="dominates" uri="morpho.xml#s83_n34" />
-      <rel label="dominates" uri="morpho.xml#s83_n36" />
-    </span>
-    <span id="s83_n24" from="8334" to="8339">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s83_n48" from="8340" to="8357">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s83_n26" />
-      <rel label="dominates" target="s83_n45" />
-    </span>
-    <span id="s83_n26" from="8340" to="8343">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s83_n45" from="8344" to="8357">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s83_n28" />
-    </span>
-    <span id="s83_n28" from="8344" to="8357">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s83_n49" from="8358" to="8370">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s83_n30" />
-      <rel label="dominates" target="s83_n46" />
-    </span>
-    <span id="s83_n30" from="8358" to="8363">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s83_n46" from="8364" to="8370">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s83_n32" />
-    </span>
-    <span id="s83_n32" from="8364" to="8370">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s83_n34" from="8371" to="8376">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NEGAT</f>
-      </fs>
-    </span>
-    <span id="s83_n36" from="8377" to="8388">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s83_n38" from="8388" to="8389">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s84_n28" from="8390" to="8480">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s84_n39" />
-      <rel label="dominates" uri="morpho.xml#s84_n26" />
-    </span>
-    <span id="s84_n39" from="8390" to="8479">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s84_n36" />
-      <rel label="dominates" target="s84_n37" />
-      <rel label="dominates" uri="morpho.xml#s84_n10" />
-      <rel label="dominates" target="s84_n38" />
-      <rel label="dominates" uri="morpho.xml#s84_n18" />
-      <rel label="dominates" uri="morpho.xml#s84_n20" />
-      <rel label="dominates" uri="morpho.xml#s84_n22" />
-      <rel label="dominates" target="s84_n30" />
-    </span>
-    <span id="s84_n36" from="8390" to="8397">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s84_n31" />
-    </span>
-    <span id="s84_n31" from="8390" to="8397">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s84_n0" />
-    </span>
-    <span id="s84_n0" from="8390" to="8397">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s84_n37" from="8398" to="8421">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s84_n2" />
-      <rel label="dominates" target="s84_n34" />
-    </span>
-    <span id="s84_n2" from="8398" to="8400">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s84_n34" from="8401" to="8421">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s84_n4" />
-      <rel label="dominates" target="s84_n32" />
-    </span>
-    <span id="s84_n4" from="8401" to="8404">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s84_n32" from="8405" to="8421">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s84_n29" />
-      <rel label="dominates" uri="morpho.xml#s84_n8" />
-    </span>
-    <span id="s84_n29" from="8405" to="8414">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s84_n6" />
-    </span>
-    <span id="s84_n6" from="8405" to="8414">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s84_n8" from="8415" to="8421">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s84_n10" from="8422" to="8427">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s84_n38" from="8428" to="8456">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s84_n12" />
-      <rel label="dominates" target="s84_n35" />
-    </span>
-    <span id="s84_n12" from="8428" to="8430">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s84_n35" from="8431" to="8456">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s84_n14" />
-      <rel label="dominates" target="s84_n33" />
-    </span>
-    <span id="s84_n14" from="8431" to="8434">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s84_n33" from="8435" to="8456">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s84_n16" />
-    </span>
-    <span id="s84_n16" from="8435" to="8456">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s84_n18" from="8457" to="8463">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s84_n20" from="8464" to="8468">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s84_n22" from="8469" to="8474">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NEGAT</f>
-      </fs>
-    </span>
-    <span id="s84_n30" from="8475" to="8479">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s84_n24" />
-    </span>
-    <span id="s84_n24" from="8475" to="8479">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s84_n26" from="8479" to="8480">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s85_n64" from="8481" to="8711">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s85_n92" />
-    </span>
-    <span id="s85_n92" from="8481" to="8711">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s85_n0" />
-      <rel label="dominates" uri="morpho.xml#s85_n2" />
-      <rel label="dominates" target="s85_n90" />
-      <rel label="dominates" target="s85_n91" />
-    </span>
-    <span id="s85_n0" from="8481" to="8488">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s85_n2" from="8489" to="8492">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s85_n90" from="8492" to="8594">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s85_n4" />
-      <rel label="dominates" target="s85_n89" />
-      <rel label="dominates" uri="morpho.xml#s85_n28" />
-    </span>
-    <span id="s85_n4" from="8492" to="8493">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s85_n89" from="8494" to="8593">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">SC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s85_n6" />
-      <rel label="dominates" target="s85_n75" />
-      <rel label="dominates" target="s85_n84" />
-      <rel label="dominates" target="s85_n77" />
-      <rel label="dominates" uri="morpho.xml#s85_n24" />
-      <rel label="dominates" uri="morpho.xml#s85_n26" />
-    </span>
-    <span id="s85_n6" from="8494" to="8498">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s85_n75" from="8499" to="8541">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s85_n8" />
-      <rel label="dominates" target="s85_n67" />
-    </span>
-    <span id="s85_n8" from="8499" to="8502">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s85_n67" from="8503" to="8541">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s85_n66" />
-      <rel label="dominates" uri="morpho.xml#s85_n12" />
-    </span>
-    <span id="s85_n66" from="8503" to="8516">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s85_n10" />
-    </span>
-    <span id="s85_n10" from="8503" to="8516">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s85_n12" from="8517" to="8541">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s85_n84" from="8542" to="8560">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s85_n14" />
-      <rel label="dominates" target="s85_n76" />
-    </span>
-    <span id="s85_n14" from="8542" to="8547">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s85_n76" from="8548" to="8560">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s85_n16" />
-      <rel label="dominates" target="s85_n68" />
-    </span>
-    <span id="s85_n16" from="8548" to="8551">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s85_n68" from="8552" to="8560">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s85_n18" />
-    </span>
-    <span id="s85_n18" from="8552" to="8560">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s85_n77" from="8561" to="8576">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s85_n20" />
-      <rel label="dominates" target="s85_n69" />
-    </span>
-    <span id="s85_n20" from="8561" to="8564">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s85_n69" from="8565" to="8576">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s85_n22" />
-    </span>
-    <span id="s85_n22" from="8565" to="8576">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s85_n24" from="8577" to="8588">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s85_n26" from="8589" to="8593">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s85_n28" from="8593" to="8594">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s85_n91" from="8595" to="8711">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" target="s85_n88" />
-      <rel label="dominates" uri="morpho.xml#s85_n62" />
-    </span>
-    <span id="s85_n88" from="8595" to="8710">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">SC</f>
-      </fs>
-      <rel label="dominates" target="s85_n87" />
-      <rel label="dominates" target="s85_n78" />
-      <rel label="dominates" target="s85_n65" />
-      <rel label="dominates" target="s85_n85" />
-      <rel label="dominates" uri="morpho.xml#s85_n42" />
-      <rel label="dominates" target="s85_n80" />
-      <rel label="dominates" uri="morpho.xml#s85_n46" />
-      <rel label="dominates" target="s85_n81" />
-      <rel label="dominates" target="s85_n86" />
-      <rel label="dominates" uri="morpho.xml#s85_n54" />
-      <rel label="dominates" target="s85_n83" />
-      <rel label="dominates" uri="morpho.xml#s85_n58" />
-      <rel label="dominates" uri="morpho.xml#s85_n60" />
-    </span>
-    <span id="s85_n87" from="8595" to="8598">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s85_n30" />
-    </span>
-    <span id="s85_n30" from="8595" to="8598">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s85_n78" from="8599" to="8603">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s85_n32" />
-    </span>
-    <span id="s85_n32" from="8599" to="8603">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s85_n65" from="8604" to="8617">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s85_n34" />
-      <rel label="dominates" uri="morpho.xml#s85_n36" />
-    </span>
-    <span id="s85_n34" from="8604" to="8609">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s85_n36" from="8610" to="8617">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s85_n85" from="8618" to="8629">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s85_n38" />
-      <rel label="dominates" target="s85_n79" />
-    </span>
-    <span id="s85_n38" from="8618" to="8621">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s85_n79" from="8622" to="8629">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s85_n70" />
-    </span>
-    <span id="s85_n70" from="8622" to="8629">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s85_n40" />
-    </span>
-    <span id="s85_n40" from="8622" to="8629">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s85_n42" from="8630" to="8633">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s85_n80" from="8634" to="8651">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s85_n71" />
-    </span>
-    <span id="s85_n71" from="8634" to="8651">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s85_n44" />
-    </span>
-    <span id="s85_n44" from="8634" to="8651">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s85_n46" from="8652" to="8657">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s85_n81" from="8658" to="8668">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s85_n72" />
-    </span>
-    <span id="s85_n72" from="8658" to="8668">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s85_n48" />
-    </span>
-    <span id="s85_n48" from="8658" to="8668">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s85_n86" from="8669" to="8677">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s85_n50" />
-      <rel label="dominates" target="s85_n82" />
-    </span>
-    <span id="s85_n50" from="8669" to="8672">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s85_n82" from="8673" to="8677">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s85_n73" />
-    </span>
-    <span id="s85_n73" from="8673" to="8677">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s85_n52" />
-    </span>
-    <span id="s85_n52" from="8673" to="8677">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s85_n54" from="8678" to="8681">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s85_n83" from="8682" to="8690">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s85_n74" />
-    </span>
-    <span id="s85_n74" from="8682" to="8690">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s85_n56" />
-    </span>
-    <span id="s85_n56" from="8682" to="8690">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s85_n58" from="8691" to="8705">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s85_n60" from="8706" to="8710">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s85_n62" from="8710" to="8711">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s86_n36" from="8712" to="8846">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s86_n55" />
-      <rel label="dominates" uri="morpho.xml#s86_n34" />
-    </span>
-    <span id="s86_n55" from="8712" to="8845">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s86_n51" />
-      <rel label="dominates" target="s86_n45" />
-      <rel label="dominates" uri="morpho.xml#s86_n10" />
-      <rel label="dominates" uri="morpho.xml#s86_n12" />
-      <rel label="dominates" target="s86_n46" />
-      <rel label="dominates" target="s86_n52" />
-      <rel label="dominates" target="s86_n53" />
-      <rel label="dominates" target="s86_n54" />
-      <rel label="dominates" uri="morpho.xml#s86_n32" />
-    </span>
-    <span id="s86_n51" from="8712" to="8731">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s86_n0" />
-      <rel label="dominates" target="s86_n47" />
-    </span>
-    <span id="s86_n0" from="8712" to="8714">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s86_n47" from="8715" to="8731">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s86_n39" />
-    </span>
-    <span id="s86_n39" from="8715" to="8731">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s86_n2" />
-    </span>
-    <span id="s86_n2" from="8715" to="8731">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s86_n45" from="8732" to="8750">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s86_n4" />
-      <rel label="dominates" target="s86_n40" />
-    </span>
-    <span id="s86_n4" from="8732" to="8735">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s86_n40" from="8736" to="8750">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s86_n37" />
-      <rel label="dominates" uri="morpho.xml#s86_n8" />
-    </span>
-    <span id="s86_n37" from="8736" to="8742">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s86_n6" />
-    </span>
-    <span id="s86_n6" from="8736" to="8742">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s86_n8" from="8743" to="8750">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s86_n10" from="8751" to="8755">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s86_n12" from="8756" to="8761">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s86_n46" from="8762" to="8777">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s86_n14" />
-      <rel label="dominates" target="s86_n41" />
-    </span>
-    <span id="s86_n14" from="8762" to="8766">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s86_n41" from="8767" to="8777">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s86_n16" />
-    </span>
-    <span id="s86_n16" from="8767" to="8777">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s86_n52" from="8778" to="8797">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s86_n18" />
-      <rel label="dominates" target="s86_n48" />
-    </span>
-    <span id="s86_n18" from="8778" to="8782">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s86_n48" from="8783" to="8797">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s86_n42" />
-    </span>
-    <span id="s86_n42" from="8783" to="8797">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s86_n20" />
-    </span>
-    <span id="s86_n20" from="8783" to="8797">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s86_n53" from="8798" to="8813">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s86_n22" />
-      <rel label="dominates" target="s86_n49" />
-    </span>
-    <span id="s86_n22" from="8798" to="8801">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s86_n49" from="8802" to="8813">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s86_n43" />
-    </span>
-    <span id="s86_n43" from="8802" to="8813">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s86_n38" />
-      <rel label="dominates" uri="morpho.xml#s86_n26" />
-    </span>
-    <span id="s86_n38" from="8802" to="8808">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NUM</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s86_n24" />
-    </span>
-    <span id="s86_n24" from="8802" to="8808">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NUM</f>
-      </fs>
-    </span>
-    <span id="s86_n26" from="8809" to="8813">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s86_n54" from="8814" to="8831">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s86_n28" />
-      <rel label="dominates" target="s86_n50" />
-    </span>
-    <span id="s86_n28" from="8814" to="8817">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s86_n50" from="8818" to="8831">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s86_n44" />
-    </span>
-    <span id="s86_n44" from="8818" to="8831">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s86_n30" />
-    </span>
-    <span id="s86_n30" from="8818" to="8831">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s86_n32" from="8832" to="8845">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s86_n34" from="8845" to="8846">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s87_n18" from="8847" to="8902">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s87_n22" />
-      <rel label="dominates" uri="morpho.xml#s87_n16" />
-    </span>
-    <span id="s87_n22" from="8847" to="8901">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s87_n21" />
-      <rel label="dominates" uri="morpho.xml#s87_n4" />
-      <rel label="dominates" uri="morpho.xml#s87_n6" />
-      <rel label="dominates" uri="morpho.xml#s87_n8" />
-      <rel label="dominates" uri="morpho.xml#s87_n10" />
-      <rel label="dominates" uri="morpho.xml#s87_n12" />
-      <rel label="dominates" uri="morpho.xml#s87_n14" />
-    </span>
-    <span id="s87_n21" from="8847" to="8863">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s87_n0" />
-      <rel label="dominates" target="s87_n20" />
-    </span>
-    <span id="s87_n0" from="8847" to="8849">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s87_n20" from="8850" to="8863">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s87_n19" />
-    </span>
-    <span id="s87_n19" from="8850" to="8863">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s87_n2" />
-    </span>
-    <span id="s87_n2" from="8850" to="8863">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s87_n4" from="8864" to="8868">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s87_n6" from="8869" to="8873">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s87_n8" from="8874" to="8878">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s87_n10" from="8879" to="8886">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s87_n12" from="8887" to="8893">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s87_n14" from="8894" to="8901">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s87_n16" from="8901" to="8902">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s88_n24" from="8903" to="8972">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s88_n30" />
-      <rel label="dominates" uri="morpho.xml#s88_n16" />
-      <rel label="dominates" target="s88_n31" />
-      <rel label="dominates" uri="morpho.xml#s88_n22" />
-    </span>
-    <span id="s88_n30" from="8903" to="8960">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s88_n28" />
-      <rel label="dominates" uri="morpho.xml#s88_n4" />
-      <rel label="dominates" target="s88_n25" />
-      <rel label="dominates" uri="morpho.xml#s88_n10" />
-      <rel label="dominates" target="s88_n26" />
-      <rel label="dominates" uri="morpho.xml#s88_n14" />
-    </span>
-    <span id="s88_n28" from="8903" to="8912">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s88_n0" />
-      <rel label="dominates" target="s88_n27" />
-    </span>
-    <span id="s88_n0" from="8903" to="8906">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s88_n27" from="8907" to="8912">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s88_n2" />
-    </span>
-    <span id="s88_n2" from="8907" to="8912">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s88_n4" from="8913" to="8917">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s88_n25" from="8918" to="8931">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s88_n6" />
-      <rel label="dominates" uri="morpho.xml#s88_n8" />
-    </span>
-    <span id="s88_n6" from="8918" to="8923">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s88_n8" from="8924" to="8931">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s88_n10" from="8932" to="8935">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s88_n26" from="8936" to="8951">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s88_n12" />
-    </span>
-    <span id="s88_n12" from="8936" to="8951">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s88_n14" from="8952" to="8960">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s88_n16" from="8960" to="8961">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s88_n31" from="8962" to="8971">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s88_n18" />
-      <rel label="dominates" target="s88_n29" />
-    </span>
-    <span id="s88_n18" from="8962" to="8968">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s88_n29" from="8969" to="8971">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s88_n20" />
-    </span>
-    <span id="s88_n20" from="8969" to="8971">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s88_n22" from="8971" to="8972">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s89_n58" from="8973" to="9157">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s89_n84" />
-      <rel label="dominates" target="s89_n85" />
-    </span>
-    <span id="s89_n84" from="8973" to="9056">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s89_n75" />
-      <rel label="dominates" target="s89_n79" />
-      <rel label="dominates" target="s89_n76" />
-      <rel label="dominates" uri="morpho.xml#s89_n12" />
-      <rel label="dominates" target="s89_n80" />
-      <rel label="dominates" target="s89_n72" />
-    </span>
-    <span id="s89_n75" from="8973" to="8978">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s89_n63" />
-    </span>
-    <span id="s89_n63" from="8973" to="8978">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s89_n0" />
-    </span>
-    <span id="s89_n0" from="8973" to="8978">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s89_n79" from="8979" to="8997">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s89_n2" />
-      <rel label="dominates" target="s89_n70" />
-    </span>
-    <span id="s89_n2" from="8979" to="8984">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s89_n70" from="8985" to="8997">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s89_n4" />
-      <rel label="dominates" target="s89_n64" />
-    </span>
-    <span id="s89_n4" from="8985" to="8988">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s89_n64" from="8989" to="8997">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s89_n6" />
-    </span>
-    <span id="s89_n6" from="8989" to="8997">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s89_n76" from="8998" to="9017">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s89_n65" />
-    </span>
-    <span id="s89_n65" from="8998" to="9017">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s89_n59" />
-    </span>
-    <span id="s89_n59" from="8998" to="9017">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s89_n8" />
-      <rel label="dominates" uri="morpho.xml#s89_n10" />
-    </span>
-    <span id="s89_n8" from="8998" to="9007">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s89_n10" from="9008" to="9017">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s89_n12" from="9018" to="9023">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s89_n80" from="9024" to="9036">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s89_n14" />
-      <rel label="dominates" target="s89_n71" />
-    </span>
-    <span id="s89_n14" from="9024" to="9026">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s89_n71" from="9027" to="9036">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s89_n16" />
-      <rel label="dominates" target="s89_n66" />
-    </span>
-    <span id="s89_n16" from="9027" to="9030">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s89_n66" from="9031" to="9036">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s89_n18" />
-    </span>
-    <span id="s89_n18" from="9031" to="9036">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s89_n72" from="9037" to="9056">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s89_n20" />
-      <rel label="dominates" target="s89_n67" />
-    </span>
-    <span id="s89_n20" from="9037" to="9042">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s89_n67" from="9043" to="9056">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s89_n22" />
-    </span>
-    <span id="s89_n22" from="9043" to="9056">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s89_n85" from="9057" to="9157">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s89_n24" />
-      <rel label="dominates" target="s89_n77" />
-      <rel label="dominates" uri="morpho.xml#s89_n28" />
-      <rel label="dominates" target="s89_n83" />
-    </span>
-    <span id="s89_n24" from="9057" to="9060">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s89_n77" from="9061" to="9064">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s89_n26" />
-    </span>
-    <span id="s89_n26" from="9061" to="9064">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s89_n28" from="9065" to="9070">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s89_n83" from="9070" to="9157">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s89_n30" />
-      <rel label="dominates" target="s89_n82" />
-      <rel label="dominates" uri="morpho.xml#s89_n56" />
-    </span>
-    <span id="s89_n30" from="9070" to="9071">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s89_n82" from="9072" to="9156">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">SC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s89_n32" />
-      <rel label="dominates" target="s89_n78" />
-      <rel label="dominates" target="s89_n81" />
-      <rel label="dominates" target="s89_n60" />
-      <rel label="dominates" target="s89_n74" />
-      <rel label="dominates" uri="morpho.xml#s89_n52" />
-      <rel label="dominates" uri="morpho.xml#s89_n54" />
-    </span>
-    <span id="s89_n32" from="9072" to="9076">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s89_n78" from="9077" to="9080">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s89_n34" />
-    </span>
-    <span id="s89_n34" from="9077" to="9080">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s89_n81" from="9081" to="9097">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s89_n36" />
-      <rel label="dominates" target="s89_n73" />
-    </span>
-    <span id="s89_n36" from="9081" to="9086">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s89_n73" from="9087" to="9097">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s89_n38" />
-      <rel label="dominates" target="s89_n68" />
-    </span>
-    <span id="s89_n38" from="9087" to="9093">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s89_n68" from="9094" to="9097">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s89_n40" />
-    </span>
-    <span id="s89_n40" from="9094" to="9097">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s89_n60" from="9098" to="9105">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s89_n42" />
-    </span>
-    <span id="s89_n42" from="9098" to="9105">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s89_n74" from="9106" to="9140">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s89_n44" />
-      <rel label="dominates" target="s89_n69" />
-    </span>
-    <span id="s89_n44" from="9106" to="9110">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s89_n69" from="9111" to="9140">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s89_n61" />
-      <rel label="dominates" target="s89_n62" />
-      <rel label="dominates" uri="morpho.xml#s89_n50" />
-    </span>
-    <span id="s89_n61" from="9111" to="9119">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s89_n46" />
-    </span>
-    <span id="s89_n46" from="9111" to="9119">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s89_n62" from="9120" to="9131">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s89_n48" />
-    </span>
-    <span id="s89_n48" from="9120" to="9131">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s89_n50" from="9132" to="9140">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s89_n52" from="9141" to="9151">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s89_n54" from="9152" to="9156">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s89_n56" from="9156" to="9157">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s90_n30" from="9158" to="9231">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s90_n42" />
-      <rel label="dominates" uri="morpho.xml#s90_n28" />
-    </span>
-    <span id="s90_n42" from="9158" to="9230">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s90_n37" />
-      <rel label="dominates" target="s90_n41" />
-      <rel label="dominates" uri="morpho.xml#s90_n24" />
-      <rel label="dominates" target="s90_n36" />
-    </span>
-    <span id="s90_n37" from="9158" to="9171">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s90_n0" />
-      <rel label="dominates" target="s90_n33" />
-    </span>
-    <span id="s90_n0" from="9158" to="9160">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s90_n33" from="9161" to="9171">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s90_n2" />
-      <rel label="dominates" target="s90_n31" />
-    </span>
-    <span id="s90_n2" from="9161" to="9164">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s90_n31" from="9165" to="9171">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s90_n4" />
-    </span>
-    <span id="s90_n4" from="9165" to="9171">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s90_n41" from="9171" to="9217">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s90_n6" />
-      <rel label="dominates" target="s90_n40" />
-      <rel label="dominates" uri="morpho.xml#s90_n22" />
-    </span>
-    <span id="s90_n6" from="9171" to="9172">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s90_n40" from="9173" to="9216">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">SC</f>
-      </fs>
-      <rel label="dominates" target="s90_n39" />
-      <rel label="dominates" target="s90_n35" />
-      <rel label="dominates" target="s90_n38" />
-      <rel label="dominates" uri="morpho.xml#s90_n18" />
-      <rel label="dominates" uri="morpho.xml#s90_n20" />
-    </span>
-    <span id="s90_n39" from="9173" to="9176">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s90_n8" />
-    </span>
-    <span id="s90_n8" from="9173" to="9176">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s90_n35" from="9177" to="9180">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s90_n10" />
-    </span>
-    <span id="s90_n10" from="9177" to="9180">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s90_n38" from="9181" to="9200">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s90_n12" />
-      <rel label="dominates" target="s90_n34" />
-    </span>
-    <span id="s90_n12" from="9181" to="9183">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s90_n34" from="9184" to="9200">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s90_n14" />
-      <rel label="dominates" target="s90_n32" />
-    </span>
-    <span id="s90_n14" from="9184" to="9190">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s90_n32" from="9191" to="9200">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s90_n16" />
-    </span>
-    <span id="s90_n16" from="9191" to="9200">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s90_n18" from="9201" to="9210">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s90_n20" from="9211" to="9216">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s90_n22" from="9216" to="9217">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s90_n24" from="9218" to="9226">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s90_n36" from="9227" to="9230">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s90_n26" />
-    </span>
-    <span id="s90_n26" from="9227" to="9230">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s90_n28" from="9230" to="9231">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s91_n70" from="9232" to="9438">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s91_n99" />
-    </span>
-    <span id="s91_n99" from="9232" to="9438">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s91_n0" />
-      <rel label="dominates" uri="morpho.xml#s91_n2" />
-      <rel label="dominates" uri="morpho.xml#s91_n4" />
-      <rel label="dominates" target="s91_n96" />
-      <rel label="dominates" target="s91_n89" />
-      <rel label="dominates" target="s91_n97" />
-      <rel label="dominates" uri="morpho.xml#s91_n30" />
-      <rel label="dominates" target="s91_n83" />
-      <rel label="dominates" target="s91_n90" />
-      <rel label="dominates" uri="morpho.xml#s91_n40" />
-      <rel label="dominates" target="s91_n42" />
-      <rel label="dominates" target="s91_n84" />
-      <rel label="dominates" target="s91_n98" />
-    </span>
-    <span id="s91_n0" from="9232" to="9233">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s91_n2" from="9233" to="9238">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s91_n4" from="9239" to="9245">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s91_n96" from="9246" to="9258">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" target="s91_n93" />
-    </span>
-    <span id="s91_n93" from="9246" to="9258">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INFC</f>
-      </fs>
-      <rel label="dominates" target="s91_n71" />
-    </span>
-    <span id="s91_n71" from="9246" to="9258">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s91_n6" />
-      <rel label="dominates" uri="morpho.xml#s91_n8" />
-    </span>
-    <span id="s91_n6" from="9246" to="9248">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PTCL</f>
-      </fs>
-    </span>
-    <span id="s91_n8" from="9249" to="9258">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s91_n89" from="9259" to="9275">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s91_n10" />
-      <rel label="dominates" target="s91_n82" />
-    </span>
-    <span id="s91_n10" from="9259" to="9261">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s91_n82" from="9262" to="9275">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s91_n12" />
-      <rel label="dominates" target="s91_n75" />
-    </span>
-    <span id="s91_n12" from="9262" to="9265">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s91_n75" from="9266" to="9275">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s91_n14" />
-    </span>
-    <span id="s91_n14" from="9266" to="9275">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s91_n97" from="9275" to="9315">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s91_n16" />
-      <rel label="dominates" target="s91_n94" />
-      <rel label="dominates" uri="morpho.xml#s91_n28" />
-    </span>
-    <span id="s91_n16" from="9275" to="9276">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s91_n94" from="9277" to="9314">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INFC</f>
-      </fs>
-      <rel label="dominates" target="s91_n87" />
-      <rel label="dominates" target="s91_n72" />
-    </span>
-    <span id="s91_n87" from="9277" to="9302">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s91_n76" />
-    </span>
-    <span id="s91_n76" from="9277" to="9302">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s91_n73" />
-      <rel label="dominates" uri="morpho.xml#s91_n22" />
-    </span>
-    <span id="s91_n73" from="9277" to="9296">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s91_n18" />
-      <rel label="dominates" uri="morpho.xml#s91_n20" />
-    </span>
-    <span id="s91_n18" from="9277" to="9285">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s91_n20" from="9286" to="9296">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s91_n22" from="9297" to="9302">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s91_n72" from="9303" to="9314">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s91_n24" />
-      <rel label="dominates" uri="morpho.xml#s91_n26" />
-    </span>
-    <span id="s91_n24" from="9303" to="9305">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PTCL</f>
-      </fs>
-    </span>
-    <span id="s91_n26" from="9306" to="9314">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s91_n28" from="9314" to="9315">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s91_n30" from="9316" to="9320">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s91_n83" from="9321" to="9332">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s91_n32" />
-      <rel label="dominates" target="s91_n77" />
-    </span>
-    <span id="s91_n32" from="9321" to="9324">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s91_n77" from="9325" to="9332">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s91_n34" />
-    </span>
-    <span id="s91_n34" from="9325" to="9332">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s91_n90" from="9333" to="9345">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s91_n36" />
-      <rel label="dominates" target="s91_n88" />
-    </span>
-    <span id="s91_n36" from="9333" to="9336">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s91_n88" from="9337" to="9345">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s91_n78" />
-    </span>
-    <span id="s91_n78" from="9337" to="9345">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s91_n38" />
-    </span>
-    <span id="s91_n38" from="9337" to="9345">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s91_n40" from="9346" to="9352">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PTCL</f>
-      </fs>
-    </span>
-    <span id="s91_n42" from="9353" to="9356">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s91_n84" from="9357" to="9368">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s91_n44" />
-      <rel label="dominates" target="s91_n79" />
-    </span>
-    <span id="s91_n44" from="9357" to="9360">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s91_n79" from="9361" to="9368">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s91_n46" />
-    </span>
-    <span id="s91_n46" from="9361" to="9368">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s91_n98" from="9368" to="9438">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s91_n48" />
-      <rel label="dominates" target="s91_n95" />
-      <rel label="dominates" uri="morpho.xml#s91_n68" />
-    </span>
-    <span id="s91_n48" from="9368" to="9369">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s91_n95" from="9370" to="9437">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">SC</f>
-      </fs>
-      <rel label="dominates" target="s91_n92" />
-      <rel label="dominates" target="s91_n85" />
-      <rel label="dominates" target="s91_n74" />
-      <rel label="dominates" target="s91_n91" />
-      <rel label="dominates" uri="morpho.xml#s91_n66" />
-    </span>
-    <span id="s91_n92" from="9370" to="9373">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s91_n50" />
-    </span>
-    <span id="s91_n50" from="9370" to="9373">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s91_n85" from="9374" to="9390">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s91_n52" />
-      <rel label="dominates" target="s91_n80" />
-    </span>
-    <span id="s91_n52" from="9374" to="9378">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s91_n80" from="9379" to="9390">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s91_n54" />
-    </span>
-    <span id="s91_n54" from="9379" to="9390">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s91_n74" from="9391" to="9399">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s91_n56" />
-      <rel label="dominates" uri="morpho.xml#s91_n58" />
-    </span>
-    <span id="s91_n56" from="9391" to="9395">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s91_n58" from="9396" to="9399">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s91_n91" from="9400" to="9430">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s91_n60" />
-      <rel label="dominates" target="s91_n86" />
-    </span>
-    <span id="s91_n60" from="9400" to="9403">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s91_n86" from="9404" to="9430">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s91_n62" />
-      <rel label="dominates" target="s91_n81" />
-    </span>
-    <span id="s91_n62" from="9404" to="9407">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s91_n81" from="9408" to="9430">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s91_n64" />
-    </span>
-    <span id="s91_n64" from="9408" to="9430">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s91_n66" from="9431" to="9437">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s91_n68" from="9437" to="9438">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s92_n78" from="9439" to="9670">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s92_n110" />
-      <rel label="dominates" uri="morpho.xml#s92_n14" />
-      <rel label="dominates" target="s92_n111" />
-    </span>
-    <span id="s92_n110" from="9439" to="9495">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s92_n91" />
-      <rel label="dominates" uri="morpho.xml#s92_n4" />
-      <rel label="dominates" target="s92_n92" />
-      <rel label="dominates" target="s92_n99" />
-    </span>
-    <span id="s92_n91" from="9439" to="9454">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s92_n0" />
-      <rel label="dominates" target="s92_n84" />
-    </span>
-    <span id="s92_n0" from="9439" to="9444">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s92_n84" from="9445" to="9454">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s92_n2" />
-    </span>
-    <span id="s92_n2" from="9445" to="9454">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s92_n4" from="9455" to="9463">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s92_n92" from="9464" to="9473">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s92_n6" />
-      <rel label="dominates" target="s92_n85" />
-    </span>
-    <span id="s92_n6" from="9464" to="9468">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s92_n85" from="9469" to="9473">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s92_n8" />
-    </span>
-    <span id="s92_n8" from="9469" to="9473">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s92_n99" from="9474" to="9495">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s92_n10" />
-      <rel label="dominates" target="s92_n97" />
-    </span>
-    <span id="s92_n10" from="9474" to="9477">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s92_n97" from="9478" to="9495">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s92_n86" />
-    </span>
-    <span id="s92_n86" from="9478" to="9495">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s92_n12" />
-    </span>
-    <span id="s92_n12" from="9478" to="9495">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s92_n14" from="9495" to="9496">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s92_n111" from="9497" to="9670">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s92_n16" />
-      <rel label="dominates" uri="morpho.xml#s92_n18" />
-      <rel label="dominates" target="s92_n100" />
-      <rel label="dominates" target="s92_n101" />
-      <rel label="dominates" target="s92_n102" />
-      <rel label="dominates" target="s92_n108" />
-      <rel label="dominates" target="s92_n109" />
-    </span>
-    <span id="s92_n16" from="9497" to="9502">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s92_n18" from="9503" to="9510">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s92_n100" from="9511" to="9534">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s92_n20" />
-      <rel label="dominates" target="s92_n93" />
-    </span>
-    <span id="s92_n20" from="9511" to="9514">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s92_n93" from="9515" to="9534">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s92_n22" />
-      <rel label="dominates" target="s92_n87" />
-    </span>
-    <span id="s92_n22" from="9515" to="9518">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s92_n87" from="9519" to="9534">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s92_n79" />
-      <rel label="dominates" uri="morpho.xml#s92_n26" />
-    </span>
-    <span id="s92_n79" from="9519" to="9530">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s92_n24" />
-    </span>
-    <span id="s92_n24" from="9519" to="9530">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s92_n26" from="9531" to="9534">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s92_n101" from="9535" to="9561">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s92_n28" />
-      <rel label="dominates" target="s92_n94" />
-    </span>
-    <span id="s92_n28" from="9535" to="9538">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s92_n94" from="9539" to="9561">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s92_n30" />
-      <rel label="dominates" target="s92_n88" />
-    </span>
-    <span id="s92_n30" from="9539" to="9542">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s92_n88" from="9543" to="9561">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s92_n80" />
-      <rel label="dominates" uri="morpho.xml#s92_n34" />
-    </span>
-    <span id="s92_n80" from="9543" to="9550">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s92_n32" />
-    </span>
-    <span id="s92_n32" from="9543" to="9550">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s92_n34" from="9551" to="9561">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s92_n102" from="9562" to="9599">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s92_n36" />
-      <rel label="dominates" target="s92_n95" />
-    </span>
-    <span id="s92_n36" from="9562" to="9564">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s92_n95" from="9565" to="9599">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s92_n38" />
-      <rel label="dominates" target="s92_n89" />
-    </span>
-    <span id="s92_n38" from="9565" to="9568">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s92_n89" from="9569" to="9599">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s92_n81" />
-      <rel label="dominates" uri="morpho.xml#s92_n42" />
-      <rel label="dominates" target="s92_n82" />
-      <rel label="dominates" uri="morpho.xml#s92_n46" />
-    </span>
-    <span id="s92_n81" from="9569" to="9581">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s92_n40" />
-    </span>
-    <span id="s92_n40" from="9569" to="9581">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s92_n42" from="9581" to="9582">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s92_n82" from="9583" to="9593">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s92_n44" />
-    </span>
-    <span id="s92_n44" from="9583" to="9593">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s92_n46" from="9594" to="9599">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s92_n108" from="9599" to="9634">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s92_n48" />
-      <rel label="dominates" target="s92_n106" />
-      <rel label="dominates" uri="morpho.xml#s92_n64" />
-    </span>
-    <span id="s92_n48" from="9599" to="9600">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s92_n106" from="9601" to="9633">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">SC</f>
-      </fs>
-      <rel label="dominates" target="s92_n105" />
-      <rel label="dominates" target="s92_n98" />
-      <rel label="dominates" uri="morpho.xml#s92_n56" />
-      <rel label="dominates" target="s92_n96" />
-      <rel label="dominates" uri="morpho.xml#s92_n62" />
-    </span>
-    <span id="s92_n105" from="9601" to="9608">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s92_n50" />
-      <rel label="dominates" target="s92_n103" />
-    </span>
-    <span id="s92_n50" from="9601" to="9604">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s92_n103" from="9605" to="9608">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s92_n52" />
-    </span>
-    <span id="s92_n52" from="9605" to="9608">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s92_n98" from="9609" to="9611">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s92_n54" />
-    </span>
-    <span id="s92_n54" from="9609" to="9611">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s92_n56" from="9612" to="9616">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s92_n96" from="9617" to="9628">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s92_n58" />
-      <rel label="dominates" target="s92_n90" />
-    </span>
-    <span id="s92_n58" from="9617" to="9621">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s92_n90" from="9622" to="9628">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s92_n60" />
-    </span>
-    <span id="s92_n60" from="9622" to="9628">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s92_n62" from="9629" to="9633">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s92_n64" from="9633" to="9634">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s92_n109" from="9635" to="9670">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" target="s92_n107" />
-      <rel label="dominates" uri="morpho.xml#s92_n76" />
-    </span>
-    <span id="s92_n107" from="9635" to="9669">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">SC</f>
-      </fs>
-      <rel label="dominates" target="s92_n104" />
-      <rel label="dominates" uri="morpho.xml#s92_n68" />
-      <rel label="dominates" target="s92_n83" />
-      <rel label="dominates" uri="morpho.xml#s92_n74" />
-    </span>
-    <span id="s92_n104" from="9635" to="9638">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s92_n66" />
-    </span>
-    <span id="s92_n66" from="9635" to="9638">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s92_n68" from="9639" to="9643">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s92_n83" from="9644" to="9659">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s92_n70" />
-      <rel label="dominates" uri="morpho.xml#s92_n72" />
-    </span>
-    <span id="s92_n70" from="9644" to="9648">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s92_n72" from="9649" to="9659">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s92_n74" from="9660" to="9669">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s92_n76" from="9669" to="9670">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s93_n24" from="9671" to="9741">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s93_n35" />
-    </span>
-    <span id="s93_n35" from="9671" to="9741">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s93_n31" />
-      <rel label="dominates" uri="morpho.xml#s93_n6" />
-      <rel label="dominates" target="s93_n30" />
-      <rel label="dominates" target="s93_n34" />
-    </span>
-    <span id="s93_n31" from="9671" to="9692">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s93_n27" />
-    </span>
-    <span id="s93_n27" from="9671" to="9692">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s93_n26" />
-      <rel label="dominates" uri="morpho.xml#s93_n4" />
-    </span>
-    <span id="s93_n26" from="9671" to="9681">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s93_n0" />
-      <rel label="dominates" uri="morpho.xml#s93_n2" />
-    </span>
-    <span id="s93_n0" from="9671" to="9674">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s93_n2" from="9675" to="9681">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s93_n4" from="9682" to="9692">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s93_n6" from="9693" to="9698">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s93_n30" from="9699" to="9707">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s93_n8" />
-      <rel label="dominates" target="s93_n28" />
-    </span>
-    <span id="s93_n8" from="9699" to="9702">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s93_n28" from="9703" to="9707">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s93_n10" />
-    </span>
-    <span id="s93_n10" from="9703" to="9707">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s93_n34" from="9707" to="9741">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s93_n12" />
-      <rel label="dominates" target="s93_n33" />
-      <rel label="dominates" uri="morpho.xml#s93_n22" />
-    </span>
-    <span id="s93_n12" from="9707" to="9708">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s93_n33" from="9709" to="9740">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INFC</f>
-      </fs>
-      <rel label="dominates" target="s93_n32" />
-      <rel label="dominates" uri="morpho.xml#s93_n16" />
-      <rel label="dominates" target="s93_n25" />
-    </span>
-    <span id="s93_n32" from="9709" to="9723">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s93_n29" />
-    </span>
-    <span id="s93_n29" from="9709" to="9723">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s93_n14" />
-    </span>
-    <span id="s93_n14" from="9709" to="9723">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s93_n16" from="9724" to="9730">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s93_n25" from="9731" to="9740">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s93_n18" />
-      <rel label="dominates" uri="morpho.xml#s93_n20" />
-    </span>
-    <span id="s93_n18" from="9731" to="9733">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PTCL</f>
-      </fs>
-    </span>
-    <span id="s93_n20" from="9734" to="9740">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s93_n22" from="9740" to="9741">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s94_n28" from="9742" to="9807">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s94_n36" />
-      <rel label="dominates" target="s94_n37" />
-      <rel label="dominates" uri="morpho.xml#s94_n26" />
-    </span>
-    <span id="s94_n36" from="9742" to="9791">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s94_n0" />
-      <rel label="dominates" target="s94_n32" />
-      <rel label="dominates" uri="morpho.xml#s94_n4" />
-      <rel label="dominates" uri="morpho.xml#s94_n6" />
-      <rel label="dominates" uri="morpho.xml#s94_n8" />
-      <rel label="dominates" target="s94_n31" />
-      <rel label="dominates" target="s94_n35" />
-    </span>
-    <span id="s94_n0" from="9742" to="9745">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s94_n32" from="9746" to="9751">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s94_n2" />
-    </span>
-    <span id="s94_n2" from="9746" to="9751">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s94_n4" from="9752" to="9757">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s94_n6" from="9758" to="9763">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NEGAT</f>
-      </fs>
-    </span>
-    <span id="s94_n8" from="9764" to="9768">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s94_n31" from="9769" to="9778">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s94_n10" />
-      <rel label="dominates" target="s94_n30" />
-    </span>
-    <span id="s94_n10" from="9769" to="9772">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s94_n30" from="9773" to="9778">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s94_n12" />
-    </span>
-    <span id="s94_n12" from="9773" to="9778">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s94_n35" from="9779" to="9791">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" target="s94_n34" />
-      <rel label="dominates" uri="morpho.xml#s94_n18" />
-    </span>
-    <span id="s94_n34" from="9779" to="9790">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INFC</f>
-      </fs>
-      <rel label="dominates" target="s94_n29" />
-    </span>
-    <span id="s94_n29" from="9779" to="9790">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s94_n14" />
-      <rel label="dominates" uri="morpho.xml#s94_n16" />
-    </span>
-    <span id="s94_n14" from="9779" to="9781">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PTCL</f>
-      </fs>
-    </span>
-    <span id="s94_n16" from="9782" to="9790">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s94_n18" from="9790" to="9791">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s94_n37" from="9792" to="9806">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s94_n20" />
-      <rel label="dominates" target="s94_n33" />
-      <rel label="dominates" uri="morpho.xml#s94_n24" />
-    </span>
-    <span id="s94_n20" from="9792" to="9797">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s94_n33" from="9798" to="9802">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s94_n22" />
-    </span>
-    <span id="s94_n22" from="9798" to="9802">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s94_n24" from="9803" to="9806">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PTCL</f>
-      </fs>
-    </span>
-    <span id="s94_n26" from="9806" to="9807">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s95_n44" from="9808" to="9919">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s95_n54" />
-      <rel label="dominates" uri="morpho.xml#s95_n16" />
-      <rel label="dominates" target="s95_n55" />
-      <rel label="dominates" target="s95_n56" />
-    </span>
-    <span id="s95_n54" from="9808" to="9853">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s95_n47" />
-      <rel label="dominates" uri="morpho.xml#s95_n2" />
-      <rel label="dominates" uri="morpho.xml#s95_n4" />
-      <rel label="dominates" target="s95_n50" />
-      <rel label="dominates" uri="morpho.xml#s95_n10" />
-      <rel label="dominates" uri="morpho.xml#s95_n12" />
-      <rel label="dominates" uri="morpho.xml#s95_n14" />
-    </span>
-    <span id="s95_n47" from="9808" to="9811">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s95_n0" />
-    </span>
-    <span id="s95_n0" from="9808" to="9811">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s95_n2" from="9812" to="9818">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s95_n4" from="9819" to="9824">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s95_n50" from="9825" to="9836">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s95_n6" />
-      <rel label="dominates" target="s95_n49" />
-    </span>
-    <span id="s95_n6" from="9825" to="9830">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s95_n49" from="9831" to="9836">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s95_n8" />
-    </span>
-    <span id="s95_n8" from="9831" to="9836">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s95_n10" from="9837" to="9842">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s95_n12" from="9843" to="9849">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s95_n14" from="9850" to="9853">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PTCL</f>
-      </fs>
-    </span>
-    <span id="s95_n16" from="9853" to="9854">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s95_n55" from="9855" to="9869">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s95_n18" />
-      <rel label="dominates" uri="morpho.xml#s95_n20" />
-    </span>
-    <span id="s95_n18" from="9855" to="9862">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s95_n20" from="9863" to="9869">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PTCL</f>
-      </fs>
-    </span>
-    <span id="s95_n56" from="9869" to="9919">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s95_n22" />
-      <rel label="dominates" target="s95_n51" />
-      <rel label="dominates" uri="morpho.xml#s95_n26" />
-      <rel label="dominates" uri="morpho.xml#s95_n28" />
-      <rel label="dominates" target="s95_n53" />
-    </span>
-    <span id="s95_n22" from="9869" to="9870">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s95_n51" from="9871" to="9876">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s95_n24" />
-    </span>
-    <span id="s95_n24" from="9871" to="9876">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s95_n26" from="9877" to="9885">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s95_n28" from="9886" to="9891">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NEGAT</f>
-      </fs>
-    </span>
-    <span id="s95_n53" from="9891" to="9919">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s95_n30" />
-      <rel label="dominates" target="s95_n52" />
-      <rel label="dominates" uri="morpho.xml#s95_n42" />
-    </span>
-    <span id="s95_n30" from="9891" to="9892">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s95_n52" from="9893" to="9918">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">SC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s95_n32" />
-      <rel label="dominates" target="s95_n48" />
-      <rel label="dominates" target="s95_n46" />
-      <rel label="dominates" uri="morpho.xml#s95_n40" />
-    </span>
-    <span id="s95_n32" from="9893" to="9898">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s95_n48" from="9899" to="9902">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s95_n34" />
-    </span>
-    <span id="s95_n34" from="9899" to="9902">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s95_n46" from="9903" to="9912">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s95_n36" />
-      <rel label="dominates" target="s95_n45" />
-    </span>
-    <span id="s95_n36" from="9903" to="9906">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s95_n45" from="9907" to="9912">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s95_n38" />
-    </span>
-    <span id="s95_n38" from="9907" to="9912">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s95_n40" from="9913" to="9918">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s95_n42" from="9918" to="9919">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s96_n44" from="9920" to="10038">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s96_n60" />
-    </span>
-    <span id="s96_n60" from="9920" to="10038">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s96_n55" />
-      <rel label="dominates" uri="morpho.xml#s96_n2" />
-      <rel label="dominates" uri="morpho.xml#s96_n4" />
-      <rel label="dominates" target="s96_n51" />
-      <rel label="dominates" uri="morpho.xml#s96_n12" />
-      <rel label="dominates" target="s96_n57" />
-      <rel label="dominates" target="s96_n59" />
-    </span>
-    <span id="s96_n55" from="9920" to="9923">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s96_n0" />
-    </span>
-    <span id="s96_n0" from="9920" to="9923">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s96_n2" from="9924" to="9927">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s96_n4" from="9928" to="9933">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s96_n51" from="9934" to="9951">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s96_n6" />
-      <rel label="dominates" target="s96_n47" />
-    </span>
-    <span id="s96_n6" from="9934" to="9937">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s96_n47" from="9938" to="9951">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s96_n46" />
-      <rel label="dominates" uri="morpho.xml#s96_n10" />
-    </span>
-    <span id="s96_n46" from="9938" to="9944">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s96_n8" />
-    </span>
-    <span id="s96_n8" from="9938" to="9944">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s96_n10" from="9945" to="9951">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s96_n12" from="9952" to="9960">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s96_n57" from="9961" to="9975">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s96_n14" />
-      <rel label="dominates" target="s96_n52" />
-    </span>
-    <span id="s96_n14" from="9961" to="9964">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s96_n52" from="9965" to="9975">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s96_n16" />
-      <rel label="dominates" target="s96_n48" />
-    </span>
-    <span id="s96_n16" from="9965" to="9971">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s96_n48" from="9972" to="9975">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s96_n18" />
-    </span>
-    <span id="s96_n18" from="9972" to="9975">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s96_n59" from="9975" to="10038">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s96_n20" />
-      <rel label="dominates" target="s96_n58" />
-      <rel label="dominates" uri="morpho.xml#s96_n42" />
-    </span>
-    <span id="s96_n20" from="9975" to="9976">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s96_n58" from="9977" to="10037">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INFC</f>
-      </fs>
-      <rel label="dominates" target="s96_n56" />
-      <rel label="dominates" target="s96_n53" />
-      <rel label="dominates" uri="morpho.xml#s96_n28" />
-      <rel label="dominates" uri="morpho.xml#s96_n30" />
-      <rel label="dominates" uri="morpho.xml#s96_n32" />
-      <rel label="dominates" target="s96_n54" />
-      <rel label="dominates" target="s96_n45" />
-    </span>
-    <span id="s96_n56" from="9977" to="9980">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s96_n22" />
-    </span>
-    <span id="s96_n22" from="9977" to="9980">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s96_n53" from="9981" to="9991">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s96_n24" />
-      <rel label="dominates" target="s96_n49" />
-    </span>
-    <span id="s96_n24" from="9981" to="9985">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s96_n49" from="9986" to="9991">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s96_n26" />
-    </span>
-    <span id="s96_n26" from="9986" to="9991">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s96_n28" from="9992" to="10008">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s96_n30" from="10009" to="10012">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s96_n32" from="10013" to="10018">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NEGAT</f>
-      </fs>
-    </span>
-    <span id="s96_n54" from="10019" to="10029">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s96_n34" />
-      <rel label="dominates" target="s96_n50" />
-    </span>
-    <span id="s96_n34" from="10019" to="10023">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s96_n50" from="10024" to="10029">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s96_n36" />
-    </span>
-    <span id="s96_n36" from="10024" to="10029">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s96_n45" from="10030" to="10037">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s96_n38" />
-      <rel label="dominates" uri="morpho.xml#s96_n40" />
-    </span>
-    <span id="s96_n38" from="10030" to="10032">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PTCL</f>
-      </fs>
-    </span>
-    <span id="s96_n40" from="10033" to="10037">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s96_n42" from="10037" to="10038">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s97_n28" from="10038" to="10106">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s97_n35" />
-      <rel label="dominates" uri="morpho.xml#s97_n26" />
-    </span>
-    <span id="s97_n35" from="10038" to="10105">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s97_n0" />
-      <rel label="dominates" uri="morpho.xml#s97_n2" />
-      <rel label="dominates" target="s97_n33" />
-      <rel label="dominates" uri="morpho.xml#s97_n6" />
-      <rel label="dominates" target="s97_n34" />
-      <rel label="dominates" target="s97_n31" />
-      <rel label="dominates" uri="morpho.xml#s97_n14" />
-      <rel label="dominates" uri="morpho.xml#s97_n16" />
-      <rel label="dominates" uri="morpho.xml#s97_n18" />
-      <rel label="dominates" target="s97_n32" />
-      <rel label="dominates" uri="morpho.xml#s97_n24" />
-    </span>
-    <span id="s97_n0" from="10038" to="10039">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s97_n2" from="10040" to="10041">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s97_n33" from="10041" to="10044">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s97_n4" />
-    </span>
-    <span id="s97_n4" from="10041" to="10044">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s97_n6" from="10045" to="10049">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s97_n34" from="10050" to="10053">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s97_n8" />
-    </span>
-    <span id="s97_n8" from="10050" to="10053">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s97_n31" from="10054" to="10064">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s97_n10" />
-      <rel label="dominates" target="s97_n29" />
-    </span>
-    <span id="s97_n10" from="10054" to="10058">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s97_n29" from="10059" to="10064">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s97_n12" />
-    </span>
-    <span id="s97_n12" from="10059" to="10064">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s97_n14" from="10065" to="10079">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s97_n16" from="10080" to="10083">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s97_n18" from="10084" to="10089">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NEGAT</f>
-      </fs>
-    </span>
-    <span id="s97_n32" from="10090" to="10100">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s97_n20" />
-      <rel label="dominates" target="s97_n30" />
-    </span>
-    <span id="s97_n20" from="10090" to="10094">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s97_n30" from="10095" to="10100">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s97_n22" />
-    </span>
-    <span id="s97_n22" from="10095" to="10100">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s97_n24" from="10101" to="10105">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s97_n26" from="10105" to="10106">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s98_n26" from="10106" to="10176">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s98_n37" />
-      <rel label="dominates" uri="morpho.xml#s98_n24" />
-    </span>
-    <span id="s98_n37" from="10106" to="10175">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s98_n0" />
-      <rel label="dominates" target="s98_n32" />
-      <rel label="dominates" target="s98_n33" />
-      <rel label="dominates" target="s98_n36" />
-      <rel label="dominates" uri="morpho.xml#s98_n22" />
-    </span>
-    <span id="s98_n0" from="10106" to="10107">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s98_n32" from="10108" to="10127">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s98_n30" />
-    </span>
-    <span id="s98_n30" from="10108" to="10127">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s98_n27" />
-    </span>
-    <span id="s98_n27" from="10108" to="10127">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s98_n2" />
-      <rel label="dominates" uri="morpho.xml#s98_n4" />
-    </span>
-    <span id="s98_n2" from="10108" to="10117">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s98_n4" from="10118" to="10127">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s98_n33" from="10128" to="10140">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s98_n31" />
-    </span>
-    <span id="s98_n31" from="10128" to="10140">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s98_n28" />
-      <rel label="dominates" uri="morpho.xml#s98_n8" />
-    </span>
-    <span id="s98_n28" from="10128" to="10132">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s98_n6" />
-    </span>
-    <span id="s98_n6" from="10128" to="10132">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s98_n8" from="10133" to="10140">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s98_n36" from="10140" to="10169">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s98_n10" />
-      <rel label="dominates" target="s98_n35" />
-      <rel label="dominates" uri="morpho.xml#s98_n20" />
-    </span>
-    <span id="s98_n10" from="10140" to="10141">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s98_n35" from="10142" to="10168">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">SC</f>
-      </fs>
-      <rel label="dominates" target="s98_n34" />
-      <rel label="dominates" target="s98_n29" />
-      <rel label="dominates" uri="morpho.xml#s98_n16" />
-      <rel label="dominates" uri="morpho.xml#s98_n18" />
-    </span>
-    <span id="s98_n34" from="10142" to="10145">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s98_n12" />
-    </span>
-    <span id="s98_n12" from="10142" to="10145">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s98_n29" from="10146" to="10152">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s98_n14" />
-    </span>
-    <span id="s98_n14" from="10146" to="10152">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s98_n16" from="10153" to="10160">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s98_n18" from="10161" to="10168">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s98_n20" from="10168" to="10169">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s98_n22" from="10170" to="10175">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s98_n24" from="10175" to="10176">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s99_n34" from="10177" to="10295">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s99_n50" />
-      <rel label="dominates" uri="morpho.xml#s99_n32" />
-    </span>
-    <span id="s99_n50" from="10177" to="10294">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s99_n0" />
-      <rel label="dominates" target="s99_n48" />
-      <rel label="dominates" uri="morpho.xml#s99_n8" />
-      <rel label="dominates" target="s99_n43" />
-      <rel label="dominates" uri="morpho.xml#s99_n14" />
-      <rel label="dominates" target="s99_n36" />
-      <rel label="dominates" target="s99_n44" />
-      <rel label="dominates" target="s99_n49" />
-      <rel label="dominates" target="s99_n47" />
-      <rel label="dominates" uri="morpho.xml#s99_n30" />
-    </span>
-    <span id="s99_n0" from="10177" to="10178">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s99_n48" from="10178" to="10196">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s99_n2" />
-      <rel label="dominates" target="s99_n45" />
-    </span>
-    <span id="s99_n2" from="10178" to="10182">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s99_n45" from="10183" to="10196">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s99_n38" />
-    </span>
-    <span id="s99_n38" from="10183" to="10196">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s99_n35" />
-      <rel label="dominates" uri="morpho.xml#s99_n6" />
-    </span>
-    <span id="s99_n35" from="10183" to="10189">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s99_n4" />
-    </span>
-    <span id="s99_n4" from="10183" to="10189">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s99_n6" from="10190" to="10196">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s99_n8" from="10197" to="10201">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s99_n43" from="10202" to="10221">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s99_n10" />
-      <rel label="dominates" target="s99_n39" />
-    </span>
-    <span id="s99_n10" from="10202" to="10205">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s99_n39" from="10206" to="10221">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s99_n12" />
-    </span>
-    <span id="s99_n12" from="10206" to="10221">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s99_n14" from="10222" to="10227">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s99_n36" from="10228" to="10235">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s99_n16" />
-    </span>
-    <span id="s99_n16" from="10228" to="10235">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s99_n44" from="10236" to="10250">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s99_n18" />
-      <rel label="dominates" target="s99_n40" />
-    </span>
-    <span id="s99_n18" from="10236" to="10239">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s99_n40" from="10240" to="10250">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s99_n20" />
-    </span>
-    <span id="s99_n20" from="10240" to="10250">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s99_n49" from="10251" to="10261">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s99_n22" />
-      <rel label="dominates" target="s99_n46" />
-    </span>
-    <span id="s99_n22" from="10251" to="10255">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s99_n46" from="10256" to="10261">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s99_n41" />
-    </span>
-    <span id="s99_n41" from="10256" to="10261">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s99_n24" />
-    </span>
-    <span id="s99_n24" from="10256" to="10261">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s99_n47" from="10262" to="10283">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s99_n42" />
-    </span>
-    <span id="s99_n42" from="10262" to="10283">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s99_n37" />
-      <rel label="dominates" uri="morpho.xml#s99_n28" />
-    </span>
-    <span id="s99_n37" from="10262" to="10271">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s99_n26" />
-    </span>
-    <span id="s99_n26" from="10262" to="10271">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s99_n28" from="10272" to="10283">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s99_n30" from="10284" to="10294">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s99_n32" from="10294" to="10295">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s100_n38" from="10296" to="10404">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s100_n50" />
-    </span>
-    <span id="s100_n50" from="10296" to="10404">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s100_n0" />
-      <rel label="dominates" uri="morpho.xml#s100_n2" />
-      <rel label="dominates" target="s100_n46" />
-      <rel label="dominates" target="s100_n44" />
-      <rel label="dominates" uri="morpho.xml#s100_n10" />
-      <rel label="dominates" uri="morpho.xml#s100_n12" />
-      <rel label="dominates" target="s100_n49" />
-    </span>
-    <span id="s100_n0" from="10296" to="10301">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s100_n2" from="10302" to="10312">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s100_n46" from="10313" to="10317">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s100_n4" />
-    </span>
-    <span id="s100_n4" from="10313" to="10317">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s100_n44" from="10318" to="10329">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s100_n6" />
-      <rel label="dominates" target="s100_n41" />
-    </span>
-    <span id="s100_n6" from="10318" to="10321">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s100_n41" from="10322" to="10329">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s100_n8" />
-    </span>
-    <span id="s100_n8" from="10322" to="10329">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s100_n10" from="10330" to="10335">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NEGAT</f>
-      </fs>
-    </span>
-    <span id="s100_n12" from="10336" to="10341">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s100_n49" from="10341" to="10404">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s100_n14" />
-      <rel label="dominates" target="s100_n48" />
-      <rel label="dominates" uri="morpho.xml#s100_n36" />
-    </span>
-    <span id="s100_n14" from="10341" to="10342">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s100_n48" from="10343" to="10403">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">SC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s100_n16" />
-      <rel label="dominates" target="s100_n45" />
-      <rel label="dominates" uri="morpho.xml#s100_n22" />
-      <rel label="dominates" uri="morpho.xml#s100_n24" />
-      <rel label="dominates" target="s100_n47" />
-      <rel label="dominates" uri="morpho.xml#s100_n32" />
-      <rel label="dominates" uri="morpho.xml#s100_n34" />
-    </span>
-    <span id="s100_n16" from="10343" to="10348">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s100_n45" from="10349" to="10358">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s100_n18" />
-      <rel label="dominates" target="s100_n42" />
-    </span>
-    <span id="s100_n18" from="10349" to="10352">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s100_n42" from="10353" to="10358">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s100_n20" />
-    </span>
-    <span id="s100_n20" from="10353" to="10358">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s100_n22" from="10359" to="10362">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s100_n24" from="10363" to="10370">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s100_n47" from="10371" to="10389">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s100_n43" />
-    </span>
-    <span id="s100_n43" from="10371" to="10389">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s100_n40" />
-      <rel label="dominates" uri="morpho.xml#s100_n30" />
-    </span>
-    <span id="s100_n40" from="10371" to="10384">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NUM</f>
-      </fs>
-      <rel label="dominates" target="s100_n39" />
-    </span>
-    <span id="s100_n39" from="10371" to="10384">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NUM</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s100_n26" />
-      <rel label="dominates" uri="morpho.xml#s100_n28" />
-    </span>
-    <span id="s100_n26" from="10371" to="10374">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NUM</f>
-      </fs>
-    </span>
-    <span id="s100_n28" from="10375" to="10384">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s100_n30" from="10385" to="10389">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s100_n32" from="10390" to="10398">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s100_n34" from="10399" to="10403">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s100_n36" from="10403" to="10404">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s101_n24" from="10405" to="10467">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s101_n34" />
-      <rel label="dominates" target="s101_n35" />
-      <rel label="dominates" uri="morpho.xml#s101_n22" />
-    </span>
-    <span id="s101_n34" from="10405" to="10436">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s101_n28" />
-      <rel label="dominates" uri="morpho.xml#s101_n2" />
-      <rel label="dominates" target="s101_n29" />
-      <rel label="dominates" target="s101_n33" />
-    </span>
-    <span id="s101_n28" from="10405" to="10408">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s101_n0" />
-    </span>
-    <span id="s101_n0" from="10405" to="10408">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s101_n2" from="10409" to="10412">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s101_n29" from="10413" to="10421">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s101_n25" />
-    </span>
-    <span id="s101_n25" from="10413" to="10421">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s101_n4" />
-    </span>
-    <span id="s101_n4" from="10413" to="10421">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s101_n33" from="10422" to="10436">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s101_n6" />
-      <rel label="dominates" target="s101_n30" />
-    </span>
-    <span id="s101_n6" from="10422" to="10425">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s101_n30" from="10426" to="10436">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s101_n26" />
-    </span>
-    <span id="s101_n26" from="10426" to="10436">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s101_n8" />
-    </span>
-    <span id="s101_n8" from="10426" to="10436">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s101_n35" from="10437" to="10466">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s101_n10" />
-      <rel label="dominates" uri="morpho.xml#s101_n12" />
-      <rel label="dominates" uri="morpho.xml#s101_n14" />
-      <rel label="dominates" target="s101_n31" />
-      <rel label="dominates" target="s101_n32" />
-      <rel label="dominates" uri="morpho.xml#s101_n20" />
-    </span>
-    <span id="s101_n10" from="10437" to="10440">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s101_n12" from="10441" to="10447">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s101_n14" from="10448" to="10452">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s101_n31" from="10453" to="10455">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s101_n16" />
-    </span>
-    <span id="s101_n16" from="10453" to="10455">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s101_n32" from="10456" to="10460">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s101_n27" />
-    </span>
-    <span id="s101_n27" from="10456" to="10460">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s101_n18" />
-    </span>
-    <span id="s101_n18" from="10456" to="10460">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s101_n20" from="10461" to="10466">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s101_n22" from="10466" to="10467">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s102_n64" from="10467" to="10676">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s102_n94" />
-      <rel label="dominates" target="s102_n95" />
-    </span>
-    <span id="s102_n94" from="10467" to="10526">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s102_n0" />
-      <rel label="dominates" target="s102_n77" />
-      <rel label="dominates" uri="morpho.xml#s102_n6" />
-      <rel label="dominates" target="s102_n83" />
-      <rel label="dominates" target="s102_n78" />
-    </span>
-    <span id="s102_n0" from="10467" to="10468">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s102_n77" from="10469" to="10480">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s102_n2" />
-      <rel label="dominates" target="s102_n68" />
-    </span>
-    <span id="s102_n2" from="10469" to="10472">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s102_n68" from="10473" to="10480">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s102_n4" />
-    </span>
-    <span id="s102_n4" from="10473" to="10480">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s102_n6" from="10481" to="10494">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s102_n83" from="10495" to="10511">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s102_n69" />
-    </span>
-    <span id="s102_n69" from="10495" to="10511">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s102_n65" />
-    </span>
-    <span id="s102_n65" from="10495" to="10511">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s102_n8" />
-      <rel label="dominates" uri="morpho.xml#s102_n10" />
-    </span>
-    <span id="s102_n8" from="10495" to="10503">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s102_n10" from="10504" to="10511">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s102_n78" from="10512" to="10526">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s102_n12" />
-      <rel label="dominates" target="s102_n70" />
-    </span>
-    <span id="s102_n12" from="10512" to="10517">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s102_n70" from="10518" to="10526">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s102_n14" />
-    </span>
-    <span id="s102_n14" from="10518" to="10526">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s102_n95" from="10527" to="10676">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s102_n16" />
-      <rel label="dominates" target="s102_n84" />
-      <rel label="dominates" target="s102_n87" />
-      <rel label="dominates" uri="morpho.xml#s102_n28" />
-      <rel label="dominates" target="s102_n93" />
-    </span>
-    <span id="s102_n16" from="10527" to="10530">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s102_n84" from="10531" to="10550">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s102_n71" />
-    </span>
-    <span id="s102_n71" from="10531" to="10550">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s102_n66" />
-    </span>
-    <span id="s102_n66" from="10531" to="10550">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s102_n18" />
-      <rel label="dominates" uri="morpho.xml#s102_n20" />
-    </span>
-    <span id="s102_n18" from="10531" to="10540">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s102_n20" from="10541" to="10550">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s102_n87" from="10551" to="10569">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s102_n22" />
-      <rel label="dominates" target="s102_n79" />
-    </span>
-    <span id="s102_n22" from="10551" to="10554">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s102_n79" from="10555" to="10569">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s102_n24" />
-      <rel label="dominates" target="s102_n72" />
-    </span>
-    <span id="s102_n24" from="10555" to="10562">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s102_n72" from="10563" to="10569">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s102_n26" />
-    </span>
-    <span id="s102_n26" from="10563" to="10569">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s102_n28" from="10570" to="10581">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s102_n93" from="10581" to="10676">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s102_n30" />
-      <rel label="dominates" target="s102_n92" />
-      <rel label="dominates" uri="morpho.xml#s102_n62" />
-    </span>
-    <span id="s102_n30" from="10581" to="10582">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s102_n92" from="10583" to="10675">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">SC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s102_n32" />
-      <rel label="dominates" target="s102_n85" />
-      <rel label="dominates" target="s102_n88" />
-      <rel label="dominates" target="s102_n89" />
-      <rel label="dominates" target="s102_n90" />
-      <rel label="dominates" target="s102_n91" />
-      <rel label="dominates" uri="morpho.xml#s102_n60" />
-    </span>
-    <span id="s102_n32" from="10583" to="10586">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s102_n85" from="10587" to="10590">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s102_n34" />
-    </span>
-    <span id="s102_n34" from="10587" to="10590">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s102_n88" from="10591" to="10622">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s102_n36" />
-      <rel label="dominates" target="s102_n80" />
-    </span>
-    <span id="s102_n36" from="10591" to="10596">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s102_n80" from="10597" to="10622">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s102_n38" />
-      <rel label="dominates" target="s102_n73" />
-    </span>
-    <span id="s102_n38" from="10597" to="10600">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s102_n73" from="10601" to="10622">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s102_n67" />
-      <rel label="dominates" uri="morpho.xml#s102_n42" />
-    </span>
-    <span id="s102_n67" from="10601" to="10610">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s102_n40" />
-    </span>
-    <span id="s102_n40" from="10601" to="10610">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s102_n42" from="10611" to="10622">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s102_n89" from="10623" to="10640">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s102_n44" />
-      <rel label="dominates" target="s102_n81" />
-    </span>
-    <span id="s102_n44" from="10623" to="10628">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s102_n81" from="10629" to="10640">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s102_n46" />
-      <rel label="dominates" target="s102_n74" />
-    </span>
-    <span id="s102_n46" from="10629" to="10633">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s102_n74" from="10634" to="10640">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s102_n48" />
-    </span>
-    <span id="s102_n48" from="10634" to="10640">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s102_n90" from="10641" to="10655">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s102_n50" />
-      <rel label="dominates" target="s102_n86" />
-    </span>
-    <span id="s102_n50" from="10641" to="10644">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s102_n86" from="10645" to="10655">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s102_n75" />
-    </span>
-    <span id="s102_n75" from="10645" to="10655">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s102_n52" />
-    </span>
-    <span id="s102_n52" from="10645" to="10655">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s102_n91" from="10656" to="10671">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s102_n54" />
-      <rel label="dominates" target="s102_n82" />
-    </span>
-    <span id="s102_n54" from="10656" to="10658">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s102_n82" from="10659" to="10671">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s102_n56" />
-      <rel label="dominates" target="s102_n76" />
-    </span>
-    <span id="s102_n56" from="10659" to="10664">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s102_n76" from="10665" to="10671">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s102_n58" />
-    </span>
-    <span id="s102_n58" from="10665" to="10671">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s102_n60" from="10672" to="10675">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s102_n62" from="10675" to="10676">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s103_n18" from="10677" to="10710">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s103_n25" />
-    </span>
-    <span id="s103_n25" from="10677" to="10710">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s103_n0" />
-      <rel label="dominates" target="s103_n20" />
-      <rel label="dominates" uri="morpho.xml#s103_n6" />
-      <rel label="dominates" target="s103_n24" />
-    </span>
-    <span id="s103_n0" from="10677" to="10678">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s103_n20" from="10678" to="10687">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s103_n2" />
-      <rel label="dominates" target="s103_n19" />
-    </span>
-    <span id="s103_n2" from="10678" to="10681">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s103_n19" from="10682" to="10687">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s103_n4" />
-    </span>
-    <span id="s103_n4" from="10682" to="10687">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s103_n6" from="10688" to="10693">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s103_n24" from="10693" to="10710">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">INS</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s103_n8" />
-      <rel label="dominates" target="s103_n23" />
-      <rel label="dominates" uri="morpho.xml#s103_n16" />
-    </span>
-    <span id="s103_n8" from="10693" to="10694">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s103_n23" from="10695" to="10709">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">SC</f>
-      </fs>
-      <rel label="dominates" target="s103_n21" />
-      <rel label="dominates" target="s103_n22" />
-      <rel label="dominates" uri="morpho.xml#s103_n14" />
-    </span>
-    <span id="s103_n21" from="10695" to="10698">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s103_n10" />
-    </span>
-    <span id="s103_n10" from="10695" to="10698">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s103_n22" from="10699" to="10702">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s103_n12" />
-    </span>
-    <span id="s103_n12" from="10699" to="10702">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s103_n14" from="10703" to="10709">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s103_n16" from="10709" to="10710">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s104_n30" from="10711" to="10781">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s104_n39" />
-      <rel label="dominates" uri="morpho.xml#s104_n6" />
-      <rel label="dominates" target="s104_n40" />
-      <rel label="dominates" uri="morpho.xml#s104_n28" />
-    </span>
-    <span id="s104_n39" from="10711" to="10728">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s104_n34" />
-      <rel label="dominates" uri="morpho.xml#s104_n2" />
-      <rel label="dominates" target="s104_n38" />
-    </span>
-    <span id="s104_n34" from="10711" to="10714">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s104_n0" />
-    </span>
-    <span id="s104_n0" from="10711" to="10714">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s104_n2" from="10715" to="10718">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s104_n38" from="10719" to="10728">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s104_n4" />
-    </span>
-    <span id="s104_n4" from="10719" to="10728">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s104_n6" from="10728" to="10729">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s104_n40" from="10730" to="10780">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s104_n8" />
-      <rel label="dominates" target="s104_n35" />
-      <rel label="dominates" uri="morpho.xml#s104_n12" />
-      <rel label="dominates" uri="morpho.xml#s104_n14" />
-      <rel label="dominates" uri="morpho.xml#s104_n16" />
-      <rel label="dominates" target="s104_n33" />
-      <rel label="dominates" target="s104_n37" />
-    </span>
-    <span id="s104_n8" from="10730" to="10734">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s104_n35" from="10735" to="10737">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s104_n10" />
-    </span>
-    <span id="s104_n10" from="10735" to="10737">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s104_n12" from="10738" to="10742">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s104_n14" from="10743" to="10748">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s104_n16" from="10749" to="10753">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s104_n33" from="10754" to="10773">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s104_n18" />
-      <rel label="dominates" target="s104_n32" />
-    </span>
-    <span id="s104_n18" from="10754" to="10757">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s104_n32" from="10758" to="10773">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s104_n31" />
-      <rel label="dominates" uri="morpho.xml#s104_n22" />
-    </span>
-    <span id="s104_n31" from="10758" to="10768">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s104_n20" />
-    </span>
-    <span id="s104_n20" from="10758" to="10768">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s104_n22" from="10769" to="10773">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s104_n37" from="10774" to="10780">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s104_n24" />
-      <rel label="dominates" target="s104_n36" />
-    </span>
-    <span id="s104_n24" from="10774" to="10776">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s104_n36" from="10777" to="10780">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s104_n26" />
-    </span>
-    <span id="s104_n26" from="10777" to="10780">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s104_n28" from="10780" to="10781">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s105_n34" from="10782" to="10858">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s105_n42" />
-      <rel label="dominates" uri="morpho.xml#s105_n10" />
-      <rel label="dominates" target="s105_n43" />
-      <rel label="dominates" uri="morpho.xml#s105_n26" />
-      <rel label="dominates" target="s105_n44" />
-      <rel label="dominates" uri="morpho.xml#s105_n32" />
-    </span>
-    <span id="s105_n42" from="10782" to="10807">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s105_n38" />
-      <rel label="dominates" uri="morpho.xml#s105_n2" />
-      <rel label="dominates" target="s105_n37" />
-    </span>
-    <span id="s105_n38" from="10782" to="10784">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s105_n0" />
-    </span>
-    <span id="s105_n0" from="10782" to="10784">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s105_n2" from="10785" to="10788">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s105_n37" from="10789" to="10807">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s105_n4" />
-      <rel label="dominates" target="s105_n36" />
-    </span>
-    <span id="s105_n4" from="10789" to="10792">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s105_n36" from="10793" to="10807">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s105_n35" />
-      <rel label="dominates" uri="morpho.xml#s105_n8" />
-    </span>
-    <span id="s105_n35" from="10793" to="10800">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s105_n6" />
-    </span>
-    <span id="s105_n6" from="10793" to="10800">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s105_n8" from="10801" to="10807">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s105_n10" from="10807" to="10808">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s105_n43" from="10809" to="10847">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s105_n12" />
-      <rel label="dominates" uri="morpho.xml#s105_n14" />
-      <rel label="dominates" uri="morpho.xml#s105_n16" />
-      <rel label="dominates" target="s105_n39" />
-      <rel label="dominates" target="s105_n40" />
-      <rel label="dominates" uri="morpho.xml#s105_n22" />
-      <rel label="dominates" uri="morpho.xml#s105_n24" />
-    </span>
-    <span id="s105_n12" from="10809" to="10813">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s105_n14" from="10814" to="10820">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s105_n16" from="10821" to="10827">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s105_n39" from="10828" to="10831">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s105_n18" />
-    </span>
-    <span id="s105_n18" from="10828" to="10831">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s105_n40" from="10832" to="10839">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s105_n20" />
-    </span>
-    <span id="s105_n20" from="10832" to="10839">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s105_n22" from="10840" to="10846">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s105_n24" from="10846" to="10847">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s105_n26" from="10847" to="10848">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s105_n44" from="10849" to="10857">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s105_n28" />
-      <rel label="dominates" target="s105_n41" />
-    </span>
-    <span id="s105_n28" from="10849" to="10853">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s105_n41" from="10854" to="10857">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s105_n30" />
-    </span>
-    <span id="s105_n30" from="10854" to="10857">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s105_n32" from="10857" to="10858">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s106_n14" from="10859" to="10893">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s106_n20" />
-      <rel label="dominates" uri="morpho.xml#s106_n12" />
-    </span>
-    <span id="s106_n20" from="10859" to="10892">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s106_n0" />
-      <rel label="dominates" target="s106_n16" />
-      <rel label="dominates" uri="morpho.xml#s106_n4" />
-      <rel label="dominates" target="s106_n17" />
-      <rel label="dominates" target="s106_n19" />
-    </span>
-    <span id="s106_n0" from="10859" to="10860">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s106_n16" from="10860" to="10863">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s106_n2" />
-    </span>
-    <span id="s106_n2" from="10860" to="10863">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s106_n4" from="10864" to="10870">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s106_n17" from="10871" to="10885">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s106_n15" />
-    </span>
-    <span id="s106_n15" from="10871" to="10885">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s106_n6" />
-    </span>
-    <span id="s106_n6" from="10871" to="10885">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s106_n19" from="10886" to="10892">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s106_n8" />
-      <rel label="dominates" target="s106_n18" />
-    </span>
-    <span id="s106_n8" from="10886" to="10888">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PREP</f>
-      </fs>
-    </span>
-    <span id="s106_n18" from="10889" to="10892">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s106_n10" />
-    </span>
-    <span id="s106_n10" from="10889" to="10892">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s106_n12" from="10892" to="10893">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s107_n22" from="10894" to="10962">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s107_n28" />
-      <rel label="dominates" uri="morpho.xml#s107_n12" />
-      <rel label="dominates" target="s107_n29" />
-      <rel label="dominates" uri="morpho.xml#s107_n20" />
-    </span>
-    <span id="s107_n28" from="10894" to="10934">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s107_n0" />
-      <rel label="dominates" uri="morpho.xml#s107_n2" />
-      <rel label="dominates" target="s107_n26" />
-      <rel label="dominates" target="s107_n25" />
-      <rel label="dominates" uri="morpho.xml#s107_n10" />
-    </span>
-    <span id="s107_n0" from="10894" to="10904">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s107_n2" from="10905" to="10912">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s107_n26" from="10913" to="10916">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s107_n4" />
-    </span>
-    <span id="s107_n4" from="10913" to="10916">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s107_n25" from="10917" to="10925">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s107_n6" />
-      <rel label="dominates" target="s107_n24" />
-    </span>
-    <span id="s107_n6" from="10917" to="10920">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s107_n24" from="10921" to="10925">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s107_n8" />
-    </span>
-    <span id="s107_n8" from="10921" to="10925">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s107_n10" from="10926" to="10934">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s107_n12" from="10935" to="10938">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s107_n29" from="10939" to="10961">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s107_n27" />
-      <rel label="dominates" target="s107_n23" />
-      <rel label="dominates" uri="morpho.xml#s107_n18" />
-    </span>
-    <span id="s107_n27" from="10939" to="10941">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s107_n14" />
-    </span>
-    <span id="s107_n14" from="10939" to="10941">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s107_n23" from="10942" to="10951">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s107_n16" />
-    </span>
-    <span id="s107_n16" from="10942" to="10951">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s107_n18" from="10952" to="10961">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s107_n20" from="10961" to="10962">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s108_n30" from="10963" to="11065">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s108_n37" />
-      <rel label="dominates" target="s108_n38" />
-      <rel label="dominates" uri="morpho.xml#s108_n28" />
-    </span>
-    <span id="s108_n37" from="10963" to="11009">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s108_n0" />
-      <rel label="dominates" uri="morpho.xml#s108_n2" />
-      <rel label="dominates" target="s108_n34" />
-      <rel label="dominates" target="s108_n33" />
-      <rel label="dominates" uri="morpho.xml#s108_n10" />
-    </span>
-    <span id="s108_n0" from="10963" to="10975">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADV</f>
-      </fs>
-    </span>
-    <span id="s108_n2" from="10976" to="10983">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s108_n34" from="10984" to="10987">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s108_n4" />
-    </span>
-    <span id="s108_n4" from="10984" to="10987">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s108_n33" from="10988" to="11000">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s108_n6" />
-      <rel label="dominates" target="s108_n32" />
-    </span>
-    <span id="s108_n6" from="10988" to="10991">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">DET</f>
-      </fs>
-    </span>
-    <span id="s108_n32" from="10992" to="11000">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s108_n8" />
-    </span>
-    <span id="s108_n8" from="10992" to="11000">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s108_n10" from="11001" to="11009">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s108_n38" from="11010" to="11064">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">MC</f>
-      </fs>
-      <rel label="dominates" target="s108_n12" />
-      <rel label="dominates" uri="morpho.xml#s108_n14" />
-      <rel label="dominates" target="s108_n36" />
-      <rel label="dominates" uri="morpho.xml#s108_n18" />
-      <rel label="dominates" target="s108_n35" />
-      <rel label="dominates" target="s108_n31" />
-      <rel label="dominates" uri="morpho.xml#s108_n24" />
-      <rel label="dominates" uri="morpho.xml#s108_n26" />
-    </span>
-    <span id="s108_n12" from="11010" to="11013">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s108_n14" from="11014" to="11018">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">CONJ</f>
-      </fs>
-    </span>
-    <span id="s108_n36" from="11019" to="11022">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s108_n16" />
-    </span>
-    <span id="s108_n16" from="11019" to="11022">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s108_n18" from="11023" to="11029">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s108_n35" from="11030" to="11033">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s108_n20" />
-    </span>
-    <span id="s108_n20" from="11030" to="11033">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PRON</f>
-      </fs>
-    </span>
-    <span id="s108_n31" from="11034" to="11048">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">AP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s108_n22" />
-    </span>
-    <span id="s108_n22" from="11034" to="11048">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">ADJ</f>
-      </fs>
-    </span>
-    <span id="s108_n24" from="11049" to="11054">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NEGAT</f>
-      </fs>
-    </span>
-    <span id="s108_n26" from="11055" to="11064">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">VERB</f>
-      </fs>
-    </span>
-    <span id="s108_n28" from="11064" to="11065">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s109_n6" from="11065" to="11072">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s109_n0" />
-      <rel label="dominates" target="s109_n8" />
-      <rel label="dominates" uri="morpho.xml#s109_n4" />
-    </span>
-    <span id="s109_n0" from="11065" to="11066">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s109_n8" from="11067" to="11071">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s109_n7" />
-    </span>
-    <span id="s109_n7" from="11067" to="11071">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s109_n2" />
-    </span>
-    <span id="s109_n2" from="11067" to="11071">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s109_n4" from="11071" to="11072">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">PUNCT</f>
-      </fs>
-    </span>
-    <span id="s110_n4" from="11073" to="11088">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">TOP</f>
-      </fs>
-      <rel label="dominates" target="s110_n7" />
-    </span>
-    <span id="s110_n7" from="11073" to="11088">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NP</f>
-      </fs>
-      <rel label="dominates" target="s110_n6" />
-    </span>
-    <span id="s110_n6" from="11073" to="11088">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NPA</f>
-      </fs>
-      <rel label="dominates" target="s110_n5" />
-    </span>
-    <span id="s110_n5" from="11073" to="11088">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-      <rel label="dominates" uri="morpho.xml#s110_n0" />
-      <rel label="dominates" uri="morpho.xml#s110_n2" />
-    </span>
-    <span id="s110_n0" from="11073" to="11080">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-    <span id="s110_n2" from="11081" to="11088">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="node">
-        <f name="const">NOUN</f>
-      </fs>
-    </span>
-  </spanList>
-</layer>
diff --git a/t/corpus/BRZ13/00001/xip/dependency.xml b/t/corpus/BRZ13/00001/xip/dependency.xml
deleted file mode 100644
index dc5837b..0000000
--- a/t/corpus/BRZ13/00001/xip/dependency.xml
+++ /dev/null
@@ -1,6068 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?xml-model href="span.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
-
-<layer xmlns="http://ids-mannheim.de/ns/KorAP" version="KorAP-0.4" docid="BRZ13_APR.00001">
-  <spanList>
-    <span id="s1_n0" from="0" to="9">
-      <rel label="NMOD">
-        <span from="10" to="20" />
-      </rel>
-    </span>
-    <span id="s1_n2" from="10" to="20">
-      <rel label="THEMA" type="unary" />
-    </span>
-    <span id="s2_n2" from="25" to="28">
-      <rel label="DETERM">
-        <span from="40" to="44" />
-      </rel>
-    </span>
-    <span id="s2_n4" from="29" to="39">
-      <rel label="NMOD">
-        <span from="40" to="44" />
-      </rel>
-    </span>
-    <span id="s2_n6" from="40" to="44">
-      <rel label="SUBJ">
-        <span from="45" to="51" />
-      </rel>
-    </span>
-    <span id="s2_n8" from="45" to="51">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s2_n10" from="52" to="56">
-      <rel label="VMOD">
-        <span from="45" to="51" />
-      </rel>
-    </span>
-    <span id="s2_n34" from="57" to="61">
-      <rel label="VMOD">
-        <span from="45" to="51" />
-      </rel>
-    </span>
-    <span id="s2_n41" from="62" to="68">
-      <rel label="VMOD">
-        <span from="45" to="51" />
-      </rel>
-    </span>
-    <span id="s2_n20" from="70" to="73">
-      <rel label="DETERM">
-        <span from="74" to="79" />
-      </rel>
-    </span>
-    <span id="s2_n22" from="74" to="79">
-      <rel label="SUBJ">
-        <span from="80" to="86" />
-      </rel>
-    </span>
-    <span id="s2_n24" from="80" to="86">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s2_n35" from="87" to="105">
-      <rel label="VMOD">
-        <span from="80" to="86" />
-      </rel>
-    </span>
-    <span id="s2_n26" from="87" to="90">
-      <rel label="ADJMOD">
-        <span from="91" to="105" />
-      </rel>
-    </span>
-    <span id="s3_n0" from="107" to="110">
-      <rel label="VMOD">
-        <span from="148" to="158" />
-      </rel>
-    </span>
-    <span id="s3_n4" from="116" to="119">
-      <rel label="DETERM">
-        <span from="120" to="135" />
-      </rel>
-    </span>
-    <span id="s3_n6" from="120" to="135">
-      <rel label="SUBJ">
-        <span from="148" to="158" />
-      </rel>
-    </span>
-    <span id="s3_n8" from="136" to="141">
-      <rel label="DETERM">
-        <span from="142" to="147" />
-      </rel>
-    </span>
-    <span id="s3_n10" from="142" to="147">
-      <rel label="OBJ">
-        <span from="148" to="158" />
-      </rel>
-    </span>
-    <span id="s3_n12" from="148" to="158">
-      <rel label="MODAL">
-        <span from="111" to="115" />
-      </rel>
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s4_n0" from="213" to="217">
-      <rel label="DETERM">
-        <span from="218" to="228" />
-      </rel>
-    </span>
-    <span id="s4_n2" from="218" to="228">
-      <rel label="SUBJ">
-        <span from="229" to="236" />
-      </rel>
-    </span>
-    <span id="s4_n4" from="229" to="236">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s4_n19" from="237" to="256">
-      <rel label="VMOD">
-        <span from="229" to="236" />
-      </rel>
-    </span>
-    <span id="s4_n8" from="243" to="246">
-      <rel label="DETERM">
-        <span from="247" to="256" />
-      </rel>
-    </span>
-    <span id="s5_n0" from="258" to="270">
-      <rel label="LOC" type="unary" />
-      <rel label="THEMA" type="unary" />
-    </span>
-    <span id="s6_n0" from="273" to="276">
-      <rel label="DETERM">
-        <span from="277" to="281" />
-      </rel>
-    </span>
-    <span id="s6_n2" from="277" to="281">
-      <rel label="SUBJ">
-        <span from="307" to="310" />
-      </rel>
-    </span>
-    <span id="s6_n6" from="283" to="286">
-      <rel label="SUBJ">
-        <span from="299" to="305" />
-      </rel>
-    </span>
-    <span id="s6_n8" from="287" to="292">
-      <rel label="DETERM">
-        <span from="293" to="298" />
-      </rel>
-    </span>
-    <span id="s6_n10" from="293" to="298">
-      <rel label="OBJ">
-        <span from="299" to="305" />
-      </rel>
-    </span>
-    <span id="s6_n12" from="299" to="305">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s6_n16" from="307" to="310">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s6_n18" from="311" to="317">
-      <rel label="VMOD">
-        <span from="307" to="310" />
-      </rel>
-    </span>
-    <span id="s6_n20" from="318" to="322">
-      <rel label="DETERM">
-        <span from="323" to="333" />
-      </rel>
-    </span>
-    <span id="s6_n22" from="323" to="333">
-      <rel label="PRED">
-        <span from="307" to="310" />
-      </rel>
-    </span>
-    <span id="s7_n58" from="335" to="350">
-      <rel label="VMOD">
-        <span from="371" to="379" />
-      </rel>
-    </span>
-    <span id="s7_n2" from="338" to="343">
-      <rel label="DETERM">
-        <span from="344" to="350" />
-      </rel>
-    </span>
-    <span id="s7_n59" from="351" to="370">
-      <rel label="NMOD">
-        <span from="344" to="350" />
-      </rel>
-    </span>
-    <span id="s7_n8" from="354" to="360">
-      <rel label="DETERM">
-        <span from="361" to="370" />
-      </rel>
-    </span>
-    <span id="s7_n12" from="371" to="379">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s7_n14" from="380" to="383">
-      <rel label="SUBJ">
-        <span from="371" to="379" />
-      </rel>
-    </span>
-    <span id="s7_n18" from="385" to="389">
-      <rel label="CONNECT">
-        <span from="451" to="462" />
-      </rel>
-    </span>
-    <span id="s7_n20" from="390" to="394">
-      <rel label="DETERM">
-        <span from="395" to="401" />
-      </rel>
-    </span>
-    <span id="s7_n22" from="395" to="401">
-      <rel label="SUBJ">
-        <span from="451" to="462" />
-      </rel>
-    </span>
-    <span id="s7_n24" from="402" to="405">
-      <rel label="COORD">
-        <span from="395" to="401" />
-      </rel>
-      <rel label="COORD">
-        <span from="410" to="415" />
-      </rel>
-    </span>
-    <span id="s7_n26" from="406" to="409">
-      <rel label="DETERM">
-        <span from="410" to="415" />
-      </rel>
-    </span>
-    <span id="s7_n28" from="410" to="415">
-      <rel label="SUBJ">
-        <span from="451" to="462" />
-      </rel>
-    </span>
-    <span id="s7_n30" from="416" to="419">
-      <rel label="OBJ">
-        <span from="451" to="462" />
-      </rel>
-    </span>
-    <span id="s7_n47" from="420" to="450">
-      <rel label="VMOD">
-        <span from="451" to="462" />
-      </rel>
-    </span>
-    <span id="s7_n36" from="436" to="442">
-      <rel label="ADJMOD">
-        <span from="443" to="450" />
-      </rel>
-    </span>
-    <span id="s7_n40" from="451" to="462">
-      <rel label="AUXIL">
-        <span from="463" to="468" />
-      </rel>
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s8_n0" from="470" to="474">
-      <rel label="VMOD">
-        <span from="486" to="489" />
-      </rel>
-    </span>
-    <span id="s8_n4" from="479" to="482">
-      <rel label="SUBJ">
-        <span from="486" to="489" />
-      </rel>
-    </span>
-    <span id="s8_n6" from="483" to="485">
-      <rel label="DATE" type="unary" />
-      <rel label="NMOD">
-        <span from="479" to="482" />
-      </rel>
-      <rel label="TIME" type="unary" />
-    </span>
-    <span id="s8_n8" from="486" to="489">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s8_n42" from="494" to="502">
-      <rel label="VMOD">
-        <span from="486" to="489" />
-      </rel>
-    </span>
-    <span id="s8_n18" from="513" to="519">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s8_n22" from="521" to="528">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s8_n24" from="529" to="532">
-      <rel label="DETERM">
-        <span from="547" to="553" />
-      </rel>
-    </span>
-    <span id="s8_n26" from="533" to="546">
-      <rel label="NMOD">
-        <span from="547" to="553" />
-      </rel>
-    </span>
-    <span id="s8_n28" from="547" to="553">
-      <rel label="SUBJ">
-        <span from="521" to="528" />
-      </rel>
-    </span>
-    <span id="s9_n2" from="560" to="564">
-      <rel label="DETERM">
-        <span from="565" to="570" />
-      </rel>
-    </span>
-    <span id="s9_n4" from="565" to="570">
-      <rel label="SUBJ">
-        <span from="571" to="574" />
-      </rel>
-    </span>
-    <span id="s9_n6" from="571" to="574">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s9_n8" from="575" to="580">
-      <rel label="VMOD">
-        <span from="571" to="574" />
-      </rel>
-    </span>
-    <span id="s9_n10" from="581" to="585">
-      <rel label="VMOD">
-        <span from="571" to="574" />
-      </rel>
-    </span>
-    <span id="s9_n12" from="586" to="591">
-      <rel label="PRED">
-        <span from="571" to="574" />
-      </rel>
-    </span>
-    <span id="s9_n16" from="593" to="596">
-      <rel label="DETERM">
-        <span from="597" to="608" />
-      </rel>
-    </span>
-    <span id="s9_n18" from="597" to="608">
-      <rel label="SUBJ">
-        <span from="609" to="615" />
-      </rel>
-    </span>
-    <span id="s9_n20" from="609" to="615">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s9_n22" from="616" to="620">
-      <rel label="VPREF">
-        <span from="609" to="615" />
-      </rel>
-    </span>
-    <span id="s9_n26" from="625" to="628">
-      <rel label="VPREF">
-        <span from="609" to="615" />
-      </rel>
-    </span>
-    <span id="s10_n50" from="630" to="646">
-      <rel label="VMOD">
-        <span from="647" to="653" />
-      </rel>
-    </span>
-    <span id="s10_n2" from="634" to="640">
-      <rel label="DETERM">
-        <span from="641" to="646" />
-      </rel>
-    </span>
-    <span id="s10_n6" from="647" to="653">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s10_n8" from="654" to="657">
-      <rel label="DETERM">
-        <span from="658" to="662" />
-      </rel>
-    </span>
-    <span id="s10_n10" from="658" to="662">
-      <rel label="SUBJ">
-        <span from="647" to="653" />
-      </rel>
-    </span>
-    <span id="s10_n51" from="663" to="677">
-      <rel label="VMOD">
-        <span from="647" to="653" />
-      </rel>
-    </span>
-    <span id="s10_n52" from="682" to="701">
-      <rel label="VMOD">
-        <span from="702" to="708" />
-      </rel>
-    </span>
-    <span id="s10_n20" from="687" to="693">
-      <rel label="DETERM">
-        <span from="694" to="701" />
-      </rel>
-    </span>
-    <span id="s10_n24" from="702" to="708">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s10_n26" from="709" to="712">
-      <rel label="SUBJ">
-        <span from="702" to="708" />
-      </rel>
-    </span>
-    <span id="s10_n28" from="713" to="716">
-      <rel label="NMOD">
-        <span from="709" to="712" />
-      </rel>
-    </span>
-    <span id="s10_n37" from="717" to="736">
-      <rel label="OBJ">
-        <span from="702" to="708" />
-      </rel>
-      <rel label="PERSON" type="unary" />
-    </span>
-    <span id="s11_n0" from="738" to="742">
-      <rel label="CONNECT">
-        <span from="816" to="831" />
-      </rel>
-    </span>
-    <span id="s11_n2" from="743" to="746">
-      <rel label="SUBJ">
-        <span from="816" to="831" />
-      </rel>
-    </span>
-    <span id="s11_n73" from="747" to="766">
-      <rel label="OBJ">
-        <span from="816" to="831" />
-      </rel>
-      <rel label="PERSON" type="unary" />
-    </span>
-    <span id="s11_n94" from="767" to="775">
-      <rel label="VMOD">
-        <span from="816" to="831" />
-      </rel>
-    </span>
-    <span id="s11_n12" from="776" to="782">
-      <rel label="NMOD">
-        <span from="783" to="788" />
-      </rel>
-    </span>
-    <span id="s11_n14" from="783" to="788">
-      <rel label="OBJ">
-        <span from="816" to="831" />
-      </rel>
-    </span>
-    <span id="s11_n95" from="789" to="815">
-      <rel label="VMOD">
-        <span from="816" to="831" />
-      </rel>
-    </span>
-    <span id="s11_n18" from="792" to="804">
-      <rel label="NMOD">
-        <span from="805" to="815" />
-      </rel>
-    </span>
-    <span id="s11_n22" from="816" to="831">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s11_n28" from="837" to="841">
-      <rel label="CONNECT">
-        <span from="856" to="861" />
-      </rel>
-    </span>
-    <span id="s11_n30" from="842" to="845">
-      <rel label="SUBJ">
-        <span from="856" to="861" />
-      </rel>
-    </span>
-    <span id="s11_n32" from="846" to="849">
-      <rel label="OBJ">
-        <span from="856" to="861" />
-      </rel>
-    </span>
-    <span id="s11_n36" from="856" to="861">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s11_n46" from="877" to="883">
-      <rel label="NMOD">
-        <span from="884" to="890" />
-      </rel>
-    </span>
-    <span id="s11_n52" from="892" to="896">
-      <rel label="VMOD">
-        <span from="897" to="902" />
-      </rel>
-    </span>
-    <span id="s11_n54" from="897" to="902">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s11_n56" from="903" to="906">
-      <rel label="SUBJ">
-        <span from="897" to="902" />
-      </rel>
-    </span>
-    <span id="s11_n60" from="908" to="913">
-      <rel label="SUBJ">
-        <span from="914" to="917" />
-      </rel>
-    </span>
-    <span id="s11_n62" from="914" to="917">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s11_n97" from="918" to="935">
-      <rel label="VMOD">
-        <span from="914" to="917" />
-      </rel>
-    </span>
-    <span id="s11_n66" from="921" to="927">
-      <rel label="NMOD">
-        <span from="928" to="935" />
-      </rel>
-    </span>
-    <span id="s12_n2" from="942" to="946">
-      <rel label="VMOD">
-        <span from="947" to="956" />
-      </rel>
-    </span>
-    <span id="s12_n4" from="947" to="956">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s12_n6" from="957" to="960">
-      <rel label="SUBJ">
-        <span from="947" to="956" />
-      </rel>
-    </span>
-    <span id="s12_n10" from="962" to="965">
-      <rel label="CONNECT">
-        <span from="1001" to="1008" />
-      </rel>
-    </span>
-    <span id="s12_n12" from="966" to="969">
-      <rel label="SUBJ">
-        <span from="1001" to="1008" />
-      </rel>
-    </span>
-    <span id="s12_n14" from="970" to="975">
-      <rel label="VMOD">
-        <span from="1001" to="1008" />
-      </rel>
-    </span>
-    <span id="s12_n16" from="976" to="982">
-      <rel label="VMOD">
-        <span from="1001" to="1008" />
-      </rel>
-    </span>
-    <span id="s12_n58" from="983" to="1000">
-      <rel label="VMOD">
-        <span from="1001" to="1008" />
-      </rel>
-    </span>
-    <span id="s12_n22" from="1001" to="1008">
-      <rel label="AUXIL">
-        <span from="1009" to="1013" />
-      </rel>
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s12_n28" from="1015" to="1018">
-      <rel label="CONNECT">
-        <span from="1044" to="1051" />
-      </rel>
-    </span>
-    <span id="s12_n30" from="1019" to="1029">
-      <rel label="SUBJ">
-        <span from="1044" to="1051" />
-      </rel>
-    </span>
-    <span id="s12_n32" from="1030" to="1034">
-      <rel label="DETERM">
-        <span from="1035" to="1043" />
-      </rel>
-    </span>
-    <span id="s12_n34" from="1035" to="1043">
-      <rel label="OBJ">
-        <span from="1044" to="1051" />
-      </rel>
-    </span>
-    <span id="s12_n36" from="1044" to="1051">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s12_n40" from="1053" to="1056">
-      <rel label="CONNECT">
-        <span from="1061" to="1066" />
-      </rel>
-    </span>
-    <span id="s12_n42" from="1057" to="1060">
-      <rel label="SUBJ">
-        <span from="1061" to="1066" />
-      </rel>
-    </span>
-    <span id="s12_n44" from="1061" to="1066">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s13_n0" from="1068" to="1073">
-      <rel label="VMOD">
-        <span from="1074" to="1080" />
-      </rel>
-    </span>
-    <span id="s13_n2" from="1074" to="1080">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s13_n4" from="1081" to="1085">
-      <rel label="DETERM">
-        <span from="1086" to="1090" />
-      </rel>
-    </span>
-    <span id="s13_n6" from="1086" to="1090">
-      <rel label="SUBJ">
-        <span from="1074" to="1080" />
-      </rel>
-    </span>
-    <span id="s13_n8" from="1091" to="1097">
-      <rel label="VSUB">
-        <span from="1074" to="1080" />
-      </rel>
-    </span>
-    <span id="s13_n12" from="1099" to="1104">
-      <rel label="VMOD">
-        <span from="1114" to="1121" />
-      </rel>
-    </span>
-    <span id="s13_n16" from="1110" to="1113">
-      <rel label="SUBJ">
-        <span from="1114" to="1121" />
-      </rel>
-    </span>
-    <span id="s13_n18" from="1114" to="1121">
-      <rel label="MODAL">
-        <span from="1105" to="1109" />
-      </rel>
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s14_n61" from="1123" to="1142">
-      <rel label="VMOD">
-        <span from="1143" to="1147" />
-      </rel>
-    </span>
-    <span id="s14_n2" from="1126" to="1133">
-      <rel label="NMOD">
-        <span from="1134" to="1142" />
-      </rel>
-    </span>
-    <span id="s14_n6" from="1143" to="1147">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s14_n8" from="1148" to="1151">
-      <rel label="DETERM">
-        <span from="1152" to="1156" />
-      </rel>
-    </span>
-    <span id="s14_n10" from="1152" to="1156">
-      <rel label="SUBJ">
-        <span from="1143" to="1147" />
-      </rel>
-    </span>
-    <span id="s14_n14" from="1158" to="1161">
-      <rel label="SUBJ">
-        <span from="1162" to="1170" />
-      </rel>
-    </span>
-    <span id="s14_n16" from="1162" to="1170">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s14_n20" from="1175" to="1185">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s14_n22" from="1186" to="1190">
-      <rel label="OBJ">
-        <span from="1175" to="1185" />
-      </rel>
-    </span>
-    <span id="s14_n50" from="1191" to="1200">
-      <rel label="VMOD">
-        <span from="1175" to="1185" />
-      </rel>
-    </span>
-    <span id="s14_n24" from="1191" to="1193">
-      <rel label="ADJMOD">
-        <span from="1194" to="1200" />
-      </rel>
-    </span>
-    <span id="s14_n30" from="1202" to="1206">
-      <rel label="CONNECT">
-        <span from="1238" to="1246" />
-      </rel>
-    </span>
-    <span id="s14_n32" from="1207" to="1210">
-      <rel label="DETERM">
-        <span from="1211" to="1218" />
-      </rel>
-    </span>
-    <span id="s14_n34" from="1211" to="1218">
-      <rel label="SUBJ">
-        <span from="1238" to="1246" />
-      </rel>
-    </span>
-    <span id="s14_n62" from="1219" to="1225">
-      <rel label="VMOD">
-        <span from="1238" to="1246" />
-      </rel>
-    </span>
-    <span id="s14_n40" from="1226" to="1232">
-      <rel label="VMOD">
-        <span from="1238" to="1246" />
-      </rel>
-    </span>
-    <span id="s14_n42" from="1233" to="1237">
-      <rel label="VMOD">
-        <span from="1238" to="1246" />
-      </rel>
-    </span>
-    <span id="s14_n44" from="1238" to="1246">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s15_n28" from="1248" to="1261">
-      <rel label="VMOD">
-        <span from="1262" to="1266" />
-      </rel>
-    </span>
-    <span id="s15_n4" from="1262" to="1266">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s15_n21" from="1267" to="1286">
-      <rel label="PERSON" type="unary" />
-      <rel label="SUBJ">
-        <span from="1262" to="1266" />
-      </rel>
-    </span>
-    <span id="s15_n29" from="1287" to="1330">
-      <rel label="VMOD">
-        <span from="1262" to="1266" />
-      </rel>
-    </span>
-    <span id="s15_n12" from="1291" to="1296">
-      <rel label="DETERM">
-        <span from="1311" to="1330" />
-      </rel>
-    </span>
-    <span id="s16_n0" from="1332" to="1335">
-      <rel label="SUBJ">
-        <span from="1340" to="1348" />
-      </rel>
-    </span>
-    <span id="s16_n2" from="1336" to="1339">
-      <rel label="OBJ">
-        <span from="1340" to="1348" />
-      </rel>
-    </span>
-    <span id="s16_n4" from="1340" to="1348">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s16_n8" from="1350" to="1360">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s16_n10" from="1361" to="1364">
-      <rel label="SUBJ">
-        <span from="1350" to="1360" />
-      </rel>
-    </span>
-    <span id="s16_n12" from="1365" to="1367">
-      <rel label="VMOD">
-        <span from="1350" to="1360" />
-      </rel>
-    </span>
-    <span id="s17_n86" from="1369" to="1406">
-      <rel label="VMOD">
-        <span from="1467" to="1478" />
-      </rel>
-    </span>
-    <span id="s17_n2" from="1378" to="1381">
-      <rel label="DETERM">
-        <span from="1396" to="1406" />
-      </rel>
-    </span>
-    <span id="s17_n4" from="1382" to="1395">
-      <rel label="NMOD">
-        <span from="1396" to="1406" />
-      </rel>
-    </span>
-    <span id="s17_n87" from="1407" to="1427">
-      <rel label="NMOD">
-        <span from="1396" to="1406" />
-      </rel>
-    </span>
-    <span id="s17_n10" from="1413" to="1416">
-      <rel label="DETERM">
-        <span from="1417" to="1427" />
-      </rel>
-    </span>
-    <span id="s17_n16" from="1434" to="1438">
-      <rel label="REFLEX">
-        <span from="1467" to="1478" />
-      </rel>
-    </span>
-    <span id="s17_n18" from="1439" to="1444">
-      <rel label="SUBJ">
-        <span from="1467" to="1478" />
-      </rel>
-    </span>
-    <span id="s17_n20" from="1445" to="1450">
-      <rel label="DETERM">
-        <span from="1451" to="1466" />
-      </rel>
-    </span>
-    <span id="s17_n22" from="1451" to="1466">
-      <rel label="NMOD">
-        <span from="1439" to="1444" />
-      </rel>
-    </span>
-    <span id="s17_n24" from="1467" to="1478">
-      <rel label="AUXIL">
-        <span from="1428" to="1433" />
-      </rel>
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s17_n28" from="1483" to="1487">
-      <rel label="DETERM">
-        <span from="1488" to="1502" />
-      </rel>
-    </span>
-    <span id="s17_n30" from="1488" to="1502">
-      <rel label="OBJ">
-        <span from="1467" to="1478" />
-      </rel>
-    </span>
-    <span id="s17_n36" from="1507" to="1510">
-      <rel label="DETERM">
-        <span from="1522" to="1542" />
-      </rel>
-    </span>
-    <span id="s17_n38" from="1511" to="1521">
-      <rel label="NMOD">
-        <span from="1522" to="1542" />
-      </rel>
-    </span>
-    <span id="s17_n40" from="1522" to="1542">
-      <rel label="OBJ">
-        <span from="1567" to="1575" />
-      </rel>
-    </span>
-    <span id="s17_n42" from="1543" to="1546">
-      <rel label="COORD">
-        <span from="1522" to="1542" />
-      </rel>
-      <rel label="COORD">
-        <span from="1551" to="1566" />
-      </rel>
-    </span>
-    <span id="s17_n44" from="1547" to="1550">
-      <rel label="DETERM">
-        <span from="1551" to="1566" />
-      </rel>
-    </span>
-    <span id="s17_n46" from="1551" to="1566">
-      <rel label="OBJ">
-        <span from="1567" to="1575" />
-      </rel>
-    </span>
-    <span id="s17_n48" from="1567" to="1575">
-      <rel label="MODAL">
-        <span from="1576" to="1586" />
-      </rel>
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s17_n58" from="1591" to="1601">
-      <rel label="MODAL">
-        <span from="1602" to="1612" />
-      </rel>
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s18_n2" from="1615" to="1620">
-      <rel label="DETERM">
-        <span from="1621" to="1631" />
-      </rel>
-    </span>
-    <span id="s18_n4" from="1621" to="1631">
-      <rel label="SUBJ">
-        <span from="1632" to="1640" />
-      </rel>
-    </span>
-    <span id="s18_n6" from="1632" to="1640">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s18_n8" from="1641" to="1653">
-      <rel label="NMOD">
-        <span from="1654" to="1666" />
-      </rel>
-      <rel label="NMOD2">
-        <span from="1671" to="1679" />
-      </rel>
-    </span>
-    <span id="s18_n10" from="1654" to="1666">
-      <rel label="OBJ">
-        <span from="1632" to="1640" />
-      </rel>
-    </span>
-    <span id="s18_n12" from="1667" to="1670">
-      <rel label="COORD">
-        <span from="1654" to="1666" />
-      </rel>
-      <rel label="COORD">
-        <span from="1671" to="1679" />
-      </rel>
-    </span>
-    <span id="s18_n14" from="1671" to="1679">
-      <rel label="OBJ">
-        <span from="1632" to="1640" />
-      </rel>
-    </span>
-    <span id="s18_n20" from="1682" to="1690">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s18_n22" from="1691" to="1694">
-      <rel label="SUBJ">
-        <span from="1682" to="1690" />
-      </rel>
-    </span>
-    <span id="s19_n94" from="1697" to="1721">
-      <rel label="VMOD">
-        <span from="1814" to="1823" />
-      </rel>
-    </span>
-    <span id="s19_n4" from="1703" to="1715">
-      <rel label="NMOD">
-        <span from="1716" to="1721" />
-      </rel>
-    </span>
-    <span id="s19_n95" from="1722" to="1734">
-      <rel label="NMOD">
-        <span from="1716" to="1721" />
-      </rel>
-    </span>
-    <span id="s19_n12" from="1734" to="1735">
-      <rel label="COORD">
-        <span from="1726" to="1734" />
-      </rel>
-      <rel label="COORD">
-        <span from="1736" to="1746" />
-      </rel>
-    </span>
-    <span id="s19_n14" from="1736" to="1746">
-      <rel label="NMOD2">
-        <span from="1716" to="1721" />
-      </rel>
-    </span>
-    <span id="s19_n16" from="1747" to="1750">
-      <rel label="COORD">
-        <span from="1736" to="1746" />
-      </rel>
-      <rel label="COORD">
-        <span from="1751" to="1757" />
-      </rel>
-    </span>
-    <span id="s19_n20" from="1758" to="1765">
-      <rel label="AUXIL">
-        <span from="1824" to="1830" />
-      </rel>
-    </span>
-    <span id="s19_n22" from="1766" to="1771">
-      <rel label="DETERM">
-        <span from="1772" to="1784" />
-      </rel>
-    </span>
-    <span id="s19_n24" from="1772" to="1784">
-      <rel label="SUBJ">
-        <span from="1814" to="1823" />
-      </rel>
-    </span>
-    <span id="s19_n26" from="1785" to="1788">
-      <rel label="COORD">
-        <span from="1772" to="1784" />
-      </rel>
-      <rel label="COORD">
-        <span from="1789" to="1797" />
-      </rel>
-    </span>
-    <span id="s19_n28" from="1789" to="1797">
-      <rel label="SUBJ">
-        <span from="1814" to="1823" />
-      </rel>
-    </span>
-    <span id="s19_n76" from="1803" to="1813">
-      <rel label="VMOD">
-        <span from="1814" to="1823" />
-      </rel>
-    </span>
-    <span id="s19_n34" from="1814" to="1823">
-      <rel label="AUXIL">
-        <span from="1824" to="1830" />
-      </rel>
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s19_n36" from="1824" to="1830">
-      <rel label="MODAL">
-        <span from="1758" to="1765" />
-      </rel>
-    </span>
-    <span id="s19_n40" from="1835" to="1838">
-      <rel label="SUBJ">
-        <span from="1839" to="1843" />
-      </rel>
-    </span>
-    <span id="s19_n42" from="1839" to="1843">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s19_n46" from="1849" to="1851">
-      <rel label="ADJMOD">
-        <span from="1852" to="1865" />
-      </rel>
-    </span>
-    <span id="s19_n48" from="1852" to="1865">
-      <rel label="PRED">
-        <span from="1839" to="1843" />
-      </rel>
-    </span>
-    <span id="s19_n54" from="1872" to="1875">
-      <rel label="THEMA" type="unary" />
-    </span>
-    <span id="s19_n56" from="1876" to="1879">
-      <rel label="NMOD">
-        <span from="1872" to="1875" />
-      </rel>
-    </span>
-    <span id="s19_n78" from="1885" to="1889">
-      <rel label="VMOD">
-        <span from="1890" to="1895" />
-      </rel>
-    </span>
-    <span id="s19_n62" from="1890" to="1895">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s19_n70" from="1916" to="1920">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s20_n0" from="1922" to="1925">
-      <rel label="SUBJ">
-        <span from="1935" to="1941" />
-      </rel>
-    </span>
-    <span id="s20_n4" from="1931" to="1934">
-      <rel label="VMOD">
-        <span from="1935" to="1941" />
-      </rel>
-    </span>
-    <span id="s20_n6" from="1935" to="1941">
-      <rel label="MODAL">
-        <span from="1926" to="1930" />
-      </rel>
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s20_n16" from="1960" to="1970">
-      <rel label="VSUB">
-        <span from="1971" to="1980" />
-      </rel>
-    </span>
-    <span id="s20_n25" from="1971" to="1980">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s21_n13" from="1982" to="1991">
-      <rel label="VMOD">
-        <span from="1992" to="1999" />
-      </rel>
-    </span>
-    <span id="s21_n2" from="1992" to="1999">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s21_n4" from="2000" to="2003">
-      <rel label="OBJ">
-        <span from="1992" to="1999" />
-      </rel>
-    </span>
-    <span id="s21_n6" from="2004" to="2007">
-      <rel label="SUBJ">
-        <span from="1992" to="1999" />
-      </rel>
-    </span>
-    <span id="s21_n8" from="2008" to="2018">
-      <rel label="VMOD">
-        <span from="1992" to="1999" />
-      </rel>
-    </span>
-    <span id="s22_n2" from="2025" to="2027">
-      <rel label="SUBJ">
-        <span from="2028" to="2031" />
-      </rel>
-    </span>
-    <span id="s22_n4" from="2028" to="2031">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s22_n6" from="2032" to="2043">
-      <rel label="ADJMOD">
-        <span from="2044" to="2055" />
-      </rel>
-    </span>
-    <span id="s22_n8" from="2044" to="2055">
-      <rel label="PRED">
-        <span from="2028" to="2031" />
-      </rel>
-    </span>
-    <span id="s23_n0" from="2057" to="2060">
-      <rel label="SUBJ">
-        <span from="2061" to="2068" />
-      </rel>
-    </span>
-    <span id="s23_n2" from="2061" to="2068">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s23_n4" from="2069" to="2072">
-      <rel label="DETERM">
-        <span from="2079" to="2086" />
-      </rel>
-    </span>
-    <span id="s23_n6" from="2073" to="2078">
-      <rel label="DETERM">
-        <span from="2079" to="2086" />
-      </rel>
-      <rel label="PREDET">
-        <span from="2069" to="2072" />
-      </rel>
-    </span>
-    <span id="s23_n8" from="2079" to="2086">
-      <rel label="OBJ">
-        <span from="2061" to="2068" />
-      </rel>
-    </span>
-    <span id="s23_n14" from="2091" to="2095">
-      <rel label="OBJ">
-        <span from="2106" to="2122" />
-      </rel>
-      <rel label="OBJ">
-        <span from="2158" to="2170" />
-      </rel>
-    </span>
-    <span id="s23_n38" from="2096" to="2105">
-      <rel label="VMOD">
-        <span from="2158" to="2170" />
-      </rel>
-      <rel label="VMOD">
-        <span from="2106" to="2122" />
-      </rel>
-      <rel label="VMOD">
-        <span from="2158" to="2170" />
-      </rel>
-    </span>
-    <span id="s23_n37" from="2106" to="2122">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s23_n24" from="2127" to="2132">
-      <rel label="DETERM">
-        <span from="2133" to="2141" />
-      </rel>
-    </span>
-    <span id="s23_n26" from="2133" to="2141">
-      <rel label="OBJ">
-        <span from="2158" to="2170" />
-      </rel>
-    </span>
-    <span id="s23_n47" from="2142" to="2157">
-      <rel label="NMOD">
-        <span from="2133" to="2141" />
-      </rel>
-    </span>
-    <span id="s23_n32" from="2158" to="2170">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s24_n2" from="2173" to="2178">
-      <rel label="VMOD">
-        <span from="2254" to="2264" />
-      </rel>
-    </span>
-    <span id="s24_n4" from="2179" to="2188">
-      <rel label="SUBJ">
-        <span from="2254" to="2264" />
-      </rel>
-    </span>
-    <span id="s24_n59" from="2189" to="2201">
-      <rel label="NMOD">
-        <span from="2179" to="2188" />
-      </rel>
-    </span>
-    <span id="s24_n10" from="2202" to="2207">
-      <rel label="NMOD">
-        <span from="2208" to="2213" />
-      </rel>
-    </span>
-    <span id="s24_n12" from="2208" to="2213">
-      <rel label="OBJ">
-        <span from="2254" to="2264" />
-      </rel>
-    </span>
-    <span id="s24_n45" from="2214" to="2218">
-      <rel label="VMOD">
-        <span from="2254" to="2264" />
-      </rel>
-    </span>
-    <span id="s24_n43" from="2225" to="2244">
-      <rel label="OBJ">
-        <span from="2254" to="2264" />
-      </rel>
-      <rel label="PERSON" type="unary" />
-    </span>
-    <span id="s24_n46" from="2245" to="2253">
-      <rel label="VMOD">
-        <span from="2254" to="2264" />
-      </rel>
-    </span>
-    <span id="s24_n24" from="2254" to="2264">
-      <rel label="AUXIL">
-        <span from="2219" to="2224" />
-      </rel>
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s24_n28" from="2266" to="2269">
-      <rel label="OBJ">
-        <span from="2286" to="2293" />
-      </rel>
-    </span>
-    <span id="s24_n30" from="2270" to="2274">
-      <rel label="DETERM">
-        <span from="2275" to="2281" />
-      </rel>
-    </span>
-    <span id="s24_n32" from="2275" to="2281">
-      <rel label="SUBJ">
-        <span from="2286" to="2293" />
-      </rel>
-    </span>
-    <span id="s24_n34" from="2282" to="2285">
-      <rel label="OBJ">
-        <span from="2286" to="2293" />
-      </rel>
-    </span>
-    <span id="s24_n36" from="2286" to="2293">
-      <rel label="AUXIL">
-        <span from="2294" to="2299" />
-      </rel>
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s25_n0" from="2301" to="2304">
-      <rel label="SUBJ">
-        <span from="2328" to="2340" />
-      </rel>
-    </span>
-    <span id="s25_n4" from="2311" to="2314">
-      <rel label="DETERM">
-        <span from="2315" to="2327" />
-      </rel>
-    </span>
-    <span id="s25_n6" from="2315" to="2327">
-      <rel label="OBJ">
-        <span from="2328" to="2340" />
-      </rel>
-    </span>
-    <span id="s25_n8" from="2328" to="2340">
-      <rel label="AUXIL">
-        <span from="2305" to="2310" />
-      </rel>
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s25_n12" from="2342" to="2344">
-      <rel label="SUBJ">
-        <span from="2403" to="2411" />
-      </rel>
-    </span>
-    <span id="s25_n47" from="2345" to="2375">
-      <rel label="VMOD">
-        <span from="2403" to="2411" />
-      </rel>
-    </span>
-    <span id="s25_n16" from="2348" to="2353">
-      <rel label="DETERM">
-        <span from="2368" to="2375" />
-      </rel>
-    </span>
-    <span id="s25_n18" from="2354" to="2367">
-      <rel label="NMOD">
-        <span from="2368" to="2375" />
-      </rel>
-    </span>
-    <span id="s25_n38" from="2376" to="2385">
-      <rel label="VMOD">
-        <span from="2403" to="2411" />
-      </rel>
-    </span>
-    <span id="s25_n22" from="2376" to="2380">
-      <rel label="ADJMOD">
-        <span from="2381" to="2385" />
-      </rel>
-    </span>
-    <span id="s25_n48" from="2386" to="2402">
-      <rel label="VMOD">
-        <span from="2403" to="2411" />
-      </rel>
-    </span>
-    <span id="s25_n28" from="2389" to="2394">
-      <rel label="DETERM">
-        <span from="2395" to="2402" />
-      </rel>
-    </span>
-    <span id="s25_n32" from="2403" to="2411">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s26_n0" from="2413" to="2416">
-      <rel label="SUBJ">
-        <span from="2434" to="2444" />
-      </rel>
-    </span>
-    <span id="s26_n31" from="2421" to="2433">
-      <rel label="VMOD">
-        <span from="2434" to="2444" />
-      </rel>
-    </span>
-    <span id="s26_n8" from="2434" to="2444">
-      <rel label="AUXIL">
-        <span from="2417" to="2420" />
-      </rel>
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s26_n16" from="2461" to="2465">
-      <rel label="NMOD">
-        <span from="2466" to="2474" />
-      </rel>
-    </span>
-    <span id="s26_n18" from="2466" to="2474">
-      <rel label="SUBJ">
-        <span from="2475" to="2483" />
-      </rel>
-    </span>
-    <span id="s26_n20" from="2475" to="2483">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s27_n0" from="2485" to="2494">
-      <rel label="VMOD">
-        <span from="2495" to="2498" />
-      </rel>
-    </span>
-    <span id="s27_n2" from="2495" to="2498">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s27_n4" from="2499" to="2502">
-      <rel label="SUBJ">
-        <span from="2495" to="2498" />
-      </rel>
-    </span>
-    <span id="s27_n47" from="2503" to="2515">
-      <rel label="VMOD">
-        <span from="2495" to="2498" />
-      </rel>
-    </span>
-    <span id="s27_n12" from="2520" to="2524">
-      <rel label="VMOD">
-        <span from="2495" to="2498" />
-      </rel>
-    </span>
-    <span id="s27_n14" from="2525" to="2529">
-      <rel label="CONNECT">
-        <span from="2543" to="2553" />
-      </rel>
-    </span>
-    <span id="s27_n16" from="2530" to="2532">
-      <rel label="SUBJ">
-        <span from="2543" to="2553" />
-      </rel>
-    </span>
-    <span id="s27_n18" from="2533" to="2536">
-      <rel label="OBJ">
-        <span from="2543" to="2553" />
-      </rel>
-    </span>
-    <span id="s27_n20" from="2537" to="2542">
-      <rel label="VMOD">
-        <span from="2543" to="2553" />
-      </rel>
-    </span>
-    <span id="s27_n22" from="2543" to="2553">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s27_n39" from="2555" to="2567">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s27_n32" from="2572" to="2577">
-      <rel label="OBJ">
-        <span from="2578" to="2588" />
-      </rel>
-    </span>
-    <span id="s27_n34" from="2578" to="2588">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s28_n0" from="2590" to="2596">
-      <rel label="DETERM">
-        <span from="2597" to="2602" />
-      </rel>
-    </span>
-    <span id="s28_n2" from="2597" to="2602">
-      <rel label="OBJ">
-        <span from="2634" to="2639" />
-      </rel>
-    </span>
-    <span id="s28_n53" from="2603" to="2618">
-      <rel label="NMOD">
-        <span from="2597" to="2602" />
-      </rel>
-    </span>
-    <span id="s28_n6" from="2608" to="2611">
-      <rel label="DETERM">
-        <span from="2612" to="2618" />
-      </rel>
-    </span>
-    <span id="s28_n10" from="2619" to="2624">
-      <rel label="DETERM">
-        <span from="2625" to="2633" />
-      </rel>
-    </span>
-    <span id="s28_n12" from="2625" to="2633">
-      <rel label="NMOD">
-        <span from="2612" to="2618" />
-      </rel>
-    </span>
-    <span id="s28_n14" from="2634" to="2639">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s28_n16" from="2640" to="2643">
-      <rel label="DETERM">
-        <span from="2663" to="2667" />
-      </rel>
-    </span>
-    <span id="s28_n18" from="2644" to="2656">
-      <rel label="ADJMOD">
-        <span from="2657" to="2662" />
-      </rel>
-    </span>
-    <span id="s28_n20" from="2657" to="2662">
-      <rel label="NMOD">
-        <span from="2663" to="2667" />
-      </rel>
-    </span>
-    <span id="s28_n22" from="2663" to="2667">
-      <rel label="SUBJ">
-        <span from="2634" to="2639" />
-      </rel>
-    </span>
-    <span id="s28_n24" from="2668" to="2676">
-      <rel label="VPREF">
-        <span from="2634" to="2639" />
-      </rel>
-    </span>
-    <span id="s28_n28" from="2678" to="2681">
-      <rel label="DETERM">
-        <span from="2686" to="2697" />
-      </rel>
-    </span>
-    <span id="s28_n30" from="2682" to="2685">
-      <rel label="DETERM">
-        <span from="2686" to="2697" />
-      </rel>
-      <rel label="PREDET">
-        <span from="2678" to="2681" />
-      </rel>
-    </span>
-    <span id="s28_n32" from="2686" to="2697">
-      <rel label="SUBJ">
-        <span from="2698" to="2709" />
-      </rel>
-    </span>
-    <span id="s28_n34" from="2698" to="2709">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s28_n36" from="2710" to="2713">
-      <rel label="OBJ">
-        <span from="2698" to="2709" />
-      </rel>
-    </span>
-    <span id="s29_n0" from="2715" to="2718">
-      <rel label="SUBJ">
-        <span from="2738" to="2746" />
-      </rel>
-    </span>
-    <span id="s29_n4" from="2726" to="2731">
-      <rel label="DETERM">
-        <span from="2732" to="2737" />
-      </rel>
-    </span>
-    <span id="s29_n6" from="2732" to="2737">
-      <rel label="OBJ">
-        <span from="2738" to="2746" />
-      </rel>
-    </span>
-    <span id="s29_n8" from="2738" to="2746">
-      <rel label="MODAL">
-        <span from="2719" to="2725" />
-      </rel>
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s29_n12" from="2748" to="2752">
-      <rel label="CONNECT">
-        <span from="2786" to="2795" />
-      </rel>
-    </span>
-    <span id="s29_n14" from="2753" to="2756">
-      <rel label="SUBJ">
-        <span from="2786" to="2795" />
-      </rel>
-    </span>
-    <span id="s29_n16" from="2757" to="2760">
-      <rel label="DETERM">
-        <span from="2761" to="2774" />
-      </rel>
-    </span>
-    <span id="s29_n18" from="2761" to="2774">
-      <rel label="OBJ">
-        <span from="2786" to="2795" />
-      </rel>
-    </span>
-    <span id="s29_n20" from="2775" to="2780">
-      <rel label="NEGAT">
-        <span from="2781" to="2785" />
-      </rel>
-      <rel label="NEGAT">
-        <span from="2786" to="2795" />
-      </rel>
-    </span>
-    <span id="s29_n24" from="2786" to="2795">
-      <rel label="AUXIL">
-        <span from="2796" to="2799" />
-      </rel>
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s29_n32" from="2805" to="2810">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s29_n34" from="2811" to="2827">
-      <rel label="PRED">
-        <span from="2805" to="2810" />
-      </rel>
-    </span>
-    <span id="s30_n0" from="2829" to="2832">
-      <rel label="DETERM">
-        <span from="2833" to="2836" />
-      </rel>
-    </span>
-    <span id="s30_n2" from="2833" to="2836">
-      <rel label="SUBJ">
-        <span from="2837" to="2845" />
-      </rel>
-    </span>
-    <span id="s30_n4" from="2837" to="2845">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s31_n0" from="2847" to="2857">
-      <rel label="VMOD">
-        <span from="2858" to="2862" />
-      </rel>
-    </span>
-    <span id="s31_n2" from="2858" to="2862">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s31_n4" from="2863" to="2866">
-      <rel label="SUBJ">
-        <span from="2858" to="2862" />
-      </rel>
-    </span>
-    <span id="s31_n45" from="2867" to="2902">
-      <rel label="VMOD">
-        <span from="2858" to="2862" />
-      </rel>
-    </span>
-    <span id="s31_n8" from="2871" to="2876">
-      <rel label="DETERM">
-        <span from="2877" to="2902" />
-      </rel>
-    </span>
-    <span id="s31_n14" from="2907" to="2911">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s31_n46" from="2912" to="2937">
-      <rel label="VMOD">
-        <span from="2907" to="2911" />
-      </rel>
-    </span>
-    <span id="s31_n18" from="2918" to="2921">
-      <rel label="DETERM">
-        <span from="2930" to="2937" />
-      </rel>
-    </span>
-    <span id="s31_n20" from="2922" to="2929">
-      <rel label="NMOD">
-        <span from="2930" to="2937" />
-      </rel>
-    </span>
-    <span id="s31_n24" from="2938" to="2943">
-      <rel label="OBJ">
-        <span from="2907" to="2911" />
-      </rel>
-    </span>
-    <span id="s31_n47" from="2944" to="2968">
-      <rel label="VMOD">
-        <span from="2907" to="2911" />
-      </rel>
-    </span>
-    <span id="s31_n28" from="2947" to="2952">
-      <rel label="DETERM">
-        <span from="2953" to="2968" />
-      </rel>
-    </span>
-    <span id="s32_n52" from="2970" to="2989">
-      <rel label="VMOD">
-        <span from="2990" to="2993" />
-      </rel>
-    </span>
-    <span id="s32_n2" from="2975" to="2979">
-      <rel label="NUMMOD">
-        <span from="2980" to="2982" />
-      </rel>
-    </span>
-    <span id="s32_n4" from="2980" to="2982">
-      <rel label="NMOD">
-        <span from="2983" to="2989" />
-      </rel>
-    </span>
-    <span id="s32_n8" from="2990" to="2993">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s32_n37" from="2994" to="3013">
-      <rel label="PERSON" type="unary" />
-      <rel label="SUBJ">
-        <span from="2990" to="2993" />
-      </rel>
-    </span>
-    <span id="s32_n14" from="3014" to="3017">
-      <rel label="VMOD">
-        <span from="2990" to="2993" />
-      </rel>
-    </span>
-    <span id="s32_n53" from="3018" to="3037">
-      <rel label="VMOD">
-        <span from="2990" to="2993" />
-      </rel>
-    </span>
-    <span id="s32_n54" from="3038" to="3067">
-      <rel label="VMOD">
-        <span from="2990" to="2993" />
-      </rel>
-    </span>
-    <span id="s32_n22" from="3042" to="3055">
-      <rel label="NMOD">
-        <span from="3056" to="3067" />
-      </rel>
-      <rel label="NMOD2">
-        <span from="3072" to="3079" />
-      </rel>
-    </span>
-    <span id="s32_n26" from="3068" to="3071">
-      <rel label="COORD">
-        <span from="3056" to="3067" />
-      </rel>
-      <rel label="COORD">
-        <span from="3072" to="3079" />
-      </rel>
-    </span>
-    <span id="s32_n50" from="3072" to="3079">
-      <rel label="VMOD">
-        <span from="2990" to="2993" />
-      </rel>
-    </span>
-    <span id="s32_n55" from="3080" to="3093">
-      <rel label="VMOD">
-        <span from="2990" to="2993" />
-      </rel>
-    </span>
-    <span id="s33_n0" from="3095" to="3098">
-      <rel label="SUBJ">
-        <span from="3099" to="3106" />
-      </rel>
-    </span>
-    <span id="s33_n2" from="3099" to="3106">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s33_n44" from="3107" to="3133">
-      <rel label="VMOD">
-        <span from="3099" to="3106" />
-      </rel>
-    </span>
-    <span id="s33_n6" from="3111" to="3116">
-      <rel label="DETERM">
-        <span from="3117" to="3133" />
-      </rel>
-    </span>
-    <span id="s33_n45" from="3142" to="3157">
-      <rel label="VMOD">
-        <span from="3158" to="3166" />
-      </rel>
-    </span>
-    <span id="s33_n16" from="3145" to="3150">
-      <rel label="DETERM">
-        <span from="3151" to="3157" />
-      </rel>
-    </span>
-    <span id="s33_n20" from="3158" to="3166">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s33_n46" from="3167" to="3182">
-      <rel label="VMOD">
-        <span from="3158" to="3166" />
-      </rel>
-    </span>
-    <span id="s33_n24" from="3171" to="3177">
-      <rel label="DETERM">
-        <span from="3178" to="3182" />
-      </rel>
-    </span>
-    <span id="s33_n28" from="3183" to="3192">
-      <rel label="SUBJ">
-        <span from="3158" to="3166" />
-      </rel>
-    </span>
-    <span id="s33_n30" from="3193" to="3196">
-      <rel label="VPREF">
-        <span from="3158" to="3166" />
-      </rel>
-    </span>
-    <span id="s34_n0" from="3198" to="3201">
-      <rel label="CONNECT">
-        <span from="3234" to="3239" />
-      </rel>
-    </span>
-    <span id="s34_n2" from="3202" to="3205">
-      <rel label="SUBJ">
-        <span from="3234" to="3239" />
-      </rel>
-    </span>
-    <span id="s34_n4" from="3206" to="3211">
-      <rel label="DETERM">
-        <span from="3222" to="3233" />
-      </rel>
-    </span>
-    <span id="s34_n6" from="3212" to="3221">
-      <rel label="NMOD">
-        <span from="3222" to="3233" />
-      </rel>
-    </span>
-    <span id="s34_n8" from="3222" to="3233">
-      <rel label="OBJ">
-        <span from="3234" to="3239" />
-      </rel>
-    </span>
-    <span id="s34_n10" from="3234" to="3239">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s34_n14" from="3241" to="3248">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s34_n16" from="3249" to="3252">
-      <rel label="SUBJ">
-        <span from="3241" to="3248" />
-      </rel>
-    </span>
-    <span id="s34_n18" from="3253" to="3260">
-      <rel label="NMOD">
-        <span from="3261" to="3269" />
-      </rel>
-    </span>
-    <span id="s34_n20" from="3261" to="3269">
-      <rel label="OBJ">
-        <span from="3241" to="3248" />
-      </rel>
-    </span>
-    <span id="s34_n24" from="3271" to="3275">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s34_n26" from="3276" to="3279">
-      <rel label="SUBJ">
-        <span from="3271" to="3275" />
-      </rel>
-    </span>
-    <span id="s35_n0" from="3281" to="3286">
-      <rel label="VMOD">
-        <span from="3287" to="3293" />
-      </rel>
-    </span>
-    <span id="s35_n2" from="3287" to="3293">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s35_n4" from="3294" to="3297">
-      <rel label="DETERM">
-        <span from="3309" to="3320" />
-      </rel>
-    </span>
-    <span id="s35_n6" from="3298" to="3301">
-      <rel label="ADJMOD">
-        <span from="3302" to="3308" />
-      </rel>
-    </span>
-    <span id="s35_n8" from="3302" to="3308">
-      <rel label="NMOD">
-        <span from="3309" to="3320" />
-      </rel>
-    </span>
-    <span id="s35_n10" from="3309" to="3320">
-      <rel label="SUBJ">
-        <span from="3287" to="3293" />
-      </rel>
-    </span>
-    <span id="s36_n0" from="3322" to="3325">
-      <rel label="SUBJ">
-        <span from="3326" to="3336" />
-      </rel>
-    </span>
-    <span id="s36_n2" from="3326" to="3336">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s36_n4" from="3337" to="3343">
-      <rel label="DETERM">
-        <span from="3344" to="3347" />
-      </rel>
-    </span>
-    <span id="s36_n6" from="3344" to="3347">
-      <rel label="OBJ">
-        <span from="3326" to="3336" />
-      </rel>
-    </span>
-    <span id="s36_n20" from="3348" to="3359">
-      <rel label="VMOD">
-        <span from="3326" to="3336" />
-      </rel>
-    </span>
-    <span id="s37_n0" from="3361" to="3368">
-      <rel label="SUBJ">
-        <span from="3369" to="3373" />
-      </rel>
-    </span>
-    <span id="s37_n2" from="3369" to="3373">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s37_n4" from="3374" to="3379">
-      <rel label="OBJ">
-        <span from="3369" to="3373" />
-      </rel>
-    </span>
-    <span id="s37_n6" from="3380" to="3388">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s37_n25" from="3389" to="3395">
-      <rel label="VMOD">
-        <span from="3380" to="3388" />
-      </rel>
-    </span>
-    <span id="s37_n12" from="3396" to="3399">
-      <rel label="OBJ">
-        <span from="3380" to="3388" />
-      </rel>
-    </span>
-    <span id="s37_n14" from="3400" to="3405">
-      <rel label="VMOD">
-        <span from="3380" to="3388" />
-      </rel>
-    </span>
-    <span id="s37_n16" from="3406" to="3410">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s38_n2" from="3413" to="3416">
-      <rel label="SUBJ">
-        <span from="3417" to="3421" />
-      </rel>
-    </span>
-    <span id="s38_n4" from="3417" to="3421">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s38_n53" from="3422" to="3430">
-      <rel label="VMOD">
-        <span from="3417" to="3421" />
-      </rel>
-    </span>
-    <span id="s38_n8" from="3431" to="3434">
-      <rel label="DETERM">
-        <span from="3435" to="3442" />
-      </rel>
-    </span>
-    <span id="s38_n10" from="3435" to="3442">
-      <rel label="OBJ">
-        <span from="3417" to="3421" />
-      </rel>
-    </span>
-    <span id="s38_n14" from="3444" to="3448">
-      <rel label="CONNECT">
-        <span from="3471" to="3474" />
-      </rel>
-    </span>
-    <span id="s38_n16" from="3449" to="3453">
-      <rel label="DETERM">
-        <span from="3454" to="3463" />
-      </rel>
-    </span>
-    <span id="s38_n18" from="3454" to="3463">
-      <rel label="SUBJ">
-        <span from="3471" to="3474" />
-      </rel>
-    </span>
-    <span id="s38_n20" from="3464" to="3470">
-      <rel label="PRED">
-        <span from="3471" to="3474" />
-      </rel>
-    </span>
-    <span id="s38_n22" from="3471" to="3474">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s38_n26" from="3476" to="3480">
-      <rel label="CONNECT">
-        <span from="3506" to="3510" />
-      </rel>
-    </span>
-    <span id="s38_n28" from="3481" to="3483">
-      <rel label="SUBJ">
-        <span from="3506" to="3510" />
-      </rel>
-    </span>
-    <span id="s38_n30" from="3484" to="3490">
-      <rel label="OBJ">
-        <span from="3506" to="3510" />
-      </rel>
-    </span>
-    <span id="s38_n32" from="3491" to="3505">
-      <rel label="NMOD">
-        <span from="3484" to="3490" />
-      </rel>
-    </span>
-    <span id="s38_n34" from="3506" to="3510">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s38_n38" from="3512" to="3516">
-      <rel label="CONNECT">
-        <span from="3540" to="3552" />
-      </rel>
-    </span>
-    <span id="s38_n40" from="3517" to="3520">
-      <rel label="DETERM">
-        <span from="3521" to="3526" />
-      </rel>
-    </span>
-    <span id="s38_n42" from="3521" to="3526">
-      <rel label="SUBJ">
-        <span from="3540" to="3552" />
-      </rel>
-    </span>
-    <span id="s38_n44" from="3527" to="3531">
-      <rel label="OBJ">
-        <span from="3540" to="3552" />
-      </rel>
-    </span>
-    <span id="s38_n55" from="3532" to="3539">
-      <rel label="VMOD">
-        <span from="3540" to="3552" />
-      </rel>
-    </span>
-    <span id="s38_n48" from="3540" to="3552">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s39_n0" from="3554" to="3561">
-      <rel label="VMOD">
-        <span from="3562" to="3565" />
-      </rel>
-    </span>
-    <span id="s39_n2" from="3562" to="3565">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s39_n4" from="3566" to="3568">
-      <rel label="PRED">
-        <span from="3562" to="3565" />
-      </rel>
-    </span>
-    <span id="s39_n6" from="3569" to="3577">
-      <rel label="VMOD">
-        <span from="3562" to="3565" />
-      </rel>
-    </span>
-    <span id="s39_n8" from="3578" to="3581">
-      <rel label="DETERM">
-        <span from="3582" to="3587" />
-      </rel>
-    </span>
-    <span id="s39_n10" from="3582" to="3587">
-      <rel label="SUBJ">
-        <span from="3562" to="3565" />
-      </rel>
-    </span>
-    <span id="s39_n14" from="3589" to="3599">
-      <rel label="VMOD">
-        <span from="3600" to="3611" />
-      </rel>
-    </span>
-    <span id="s39_n16" from="3600" to="3611">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s40_n0" from="3613" to="3616">
-      <rel label="SUBJ">
-        <span from="3617" to="3625" />
-      </rel>
-    </span>
-    <span id="s40_n2" from="3617" to="3625">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s40_n6" from="3627" to="3630">
-      <rel label="OBJ">
-        <span from="3649" to="3657" />
-      </rel>
-    </span>
-    <span id="s40_n20" from="3631" to="3641">
-      <rel label="VMOD">
-        <span from="3649" to="3657" />
-      </rel>
-    </span>
-    <span id="s40_n10" from="3642" to="3648">
-      <rel label="OBJ">
-        <span from="3649" to="3657" />
-      </rel>
-    </span>
-    <span id="s40_n19" from="3649" to="3657">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s41_n0" from="3659" to="3665">
-      <rel label="VMOD">
-        <span from="3683" to="3689" />
-      </rel>
-    </span>
-    <span id="s41_n4" from="3674" to="3677">
-      <rel label="SUBJ">
-        <span from="3683" to="3689" />
-      </rel>
-    </span>
-    <span id="s41_n6" from="3678" to="3682">
-      <rel label="REFLEX">
-        <span from="3683" to="3689" />
-      </rel>
-    </span>
-    <span id="s41_n8" from="3683" to="3689">
-      <rel label="MODAL">
-        <span from="3666" to="3673" />
-      </rel>
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s42_n2" from="3696" to="3699">
-      <rel label="OBJ">
-        <span from="3713" to="3725" />
-      </rel>
-    </span>
-    <span id="s42_n6" from="3705" to="3708">
-      <rel label="SUBJ">
-        <span from="3713" to="3725" />
-      </rel>
-    </span>
-    <span id="s42_n8" from="3709" to="3712">
-      <rel label="REFLEX">
-        <span from="3713" to="3725" />
-      </rel>
-    </span>
-    <span id="s42_n10" from="3713" to="3725">
-      <rel label="MODAL">
-        <span from="3700" to="3704" />
-      </rel>
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s43_n44" from="3727" to="3738">
-      <rel label="VMOD">
-        <span from="3739" to="3744" />
-      </rel>
-    </span>
-    <span id="s43_n2" from="3739" to="3744">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s43_n4" from="3745" to="3748">
-      <rel label="SUBJ">
-        <span from="3739" to="3744" />
-      </rel>
-    </span>
-    <span id="s43_n8" from="3750" to="3753">
-      <rel label="SUBJ">
-        <span from="3767" to="3770" />
-      </rel>
-    </span>
-    <span id="s43_n10" from="3754" to="3766">
-      <rel label="PRED">
-        <span from="3767" to="3770" />
-      </rel>
-    </span>
-    <span id="s43_n12" from="3767" to="3770">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s43_n53" from="3775" to="3781">
-      <rel label="VMOD">
-        <span from="3739" to="3744" />
-      </rel>
-    </span>
-    <span id="s43_n20" from="3782" to="3786">
-      <rel label="REFLEX">
-        <span from="3739" to="3744" />
-      </rel>
-    </span>
-    <span id="s43_n22" from="3787" to="3795">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s43_n26" from="3797" to="3804">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s43_n28" from="3805" to="3808">
-      <rel label="SUBJ">
-        <span from="3797" to="3804" />
-      </rel>
-    </span>
-    <span id="s43_n30" from="3809" to="3813">
-      <rel label="VMOD">
-        <span from="3797" to="3804" />
-      </rel>
-    </span>
-    <span id="s43_n32" from="3814" to="3819">
-      <rel label="VMOD">
-        <span from="3797" to="3804" />
-      </rel>
-    </span>
-    <span id="s43_n45" from="3820" to="3827">
-      <rel label="VMOD">
-        <span from="3797" to="3804" />
-      </rel>
-    </span>
-    <span id="s43_n43" from="3828" to="3836">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s44_n0" from="3838" to="3841">
-      <rel label="SUBJ">
-        <span from="3842" to="3845" />
-      </rel>
-    </span>
-    <span id="s44_n2" from="3842" to="3845">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s44_n4" from="3846" to="3850">
-      <rel label="VMOD">
-        <span from="3842" to="3845" />
-      </rel>
-    </span>
-    <span id="s44_n26" from="3851" to="3862">
-      <rel label="VMOD">
-        <span from="3842" to="3845" />
-      </rel>
-    </span>
-    <span id="s44_n8" from="3854" to="3857">
-      <rel label="DETERM">
-        <span from="3858" to="3862" />
-      </rel>
-    </span>
-    <span id="s44_n14" from="3864" to="3872">
-      <rel label="OBJ">
-        <span from="3873" to="3883" />
-      </rel>
-    </span>
-    <span id="s44_n16" from="3873" to="3883">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s45_n0" from="3885" to="3891">
-      <rel label="MODAL">
-        <span from="3892" to="3902" />
-      </rel>
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s45_n8" from="3904" to="3911">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s45_n10" from="3912" to="3915">
-      <rel label="SUBJ">
-        <span from="3904" to="3911" />
-      </rel>
-    </span>
-    <span id="s45_n12" from="3916" to="3919">
-      <rel label="REFLEX">
-        <span from="3904" to="3911" />
-      </rel>
-    </span>
-    <span id="s45_n22" from="3920" to="3926">
-      <rel label="VMOD">
-        <span from="3904" to="3911" />
-      </rel>
-    </span>
-    <span id="s45_n16" from="3927" to="3934">
-      <rel label="VPREF">
-        <span from="3904" to="3911" />
-      </rel>
-    </span>
-    <span id="s46_n4" from="3942" to="3948">
-      <rel label="VMOD">
-        <span from="3953" to="3959" />
-      </rel>
-    </span>
-    <span id="s46_n6" from="3949" to="3952">
-      <rel label="VMOD">
-        <span from="3953" to="3959" />
-      </rel>
-    </span>
-    <span id="s46_n8" from="3953" to="3959">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s46_n10" from="3960" to="3963">
-      <rel label="SUBJ">
-        <span from="3953" to="3959" />
-      </rel>
-    </span>
-    <span id="s46_n12" from="3964" to="3968">
-      <rel label="REFLEX">
-        <span from="3953" to="3959" />
-      </rel>
-    </span>
-    <span id="s46_n14" from="3969" to="3974">
-      <rel label="VMOD">
-        <span from="3953" to="3959" />
-      </rel>
-    </span>
-    <span id="s46_n16" from="3975" to="3981">
-      <rel label="OBJ">
-        <span from="3953" to="3959" />
-      </rel>
-    </span>
-    <span id="s46_n18" from="3982" to="3990">
-      <rel label="VSUB">
-        <span from="3953" to="3959" />
-      </rel>
-    </span>
-    <span id="s47_n0" from="3992" to="3995">
-      <rel label="DETERM">
-        <span from="3996" to="4003" />
-      </rel>
-    </span>
-    <span id="s47_n2" from="3996" to="4003">
-      <rel label="SUBJ">
-        <span from="4004" to="4009" />
-      </rel>
-    </span>
-    <span id="s47_n4" from="4004" to="4009">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s48_n0" from="4011" to="4017">
-      <rel label="SUBJ">
-        <span from="4018" to="4022" />
-      </rel>
-    </span>
-    <span id="s48_n2" from="4018" to="4022">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s48_n4" from="4023" to="4028">
-      <rel label="OBJ">
-        <span from="4018" to="4022" />
-      </rel>
-    </span>
-    <span id="s48_n6" from="4029" to="4037">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s49_n2" from="4044" to="4052">
-      <rel label="VMOD">
-        <span from="4053" to="4056" />
-      </rel>
-    </span>
-    <span id="s49_n4" from="4053" to="4056">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s49_n6" from="4057" to="4060">
-      <rel label="SUBJ">
-        <span from="4053" to="4056" />
-      </rel>
-    </span>
-    <span id="s49_n8" from="4061" to="4064">
-      <rel label="DETERM">
-        <span from="4065" to="4071" />
-      </rel>
-    </span>
-    <span id="s49_n10" from="4065" to="4071">
-      <rel label="OBJ">
-        <span from="4053" to="4056" />
-      </rel>
-    </span>
-    <span id="s49_n51" from="4073" to="4087">
-      <rel label="VMOD">
-        <span from="4088" to="4095" />
-      </rel>
-    </span>
-    <span id="s49_n16" from="4077" to="4082">
-      <rel label="DETERM">
-        <span from="4083" to="4087" />
-      </rel>
-    </span>
-    <span id="s49_n20" from="4088" to="4095">
-      <rel label="AUXIL">
-        <span from="4096" to="4105" />
-      </rel>
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s49_n30" from="4110" to="4114">
-      <rel label="OBJ">
-        <span from="4122" to="4129" />
-      </rel>
-    </span>
-    <span id="s49_n32" from="4115" to="4121">
-      <rel label="VMOD">
-        <span from="4122" to="4129" />
-      </rel>
-    </span>
-    <span id="s49_n34" from="4122" to="4129">
-      <rel label="MODAL">
-        <span from="4130" to="4140" />
-      </rel>
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s50_n2" from="4143" to="4148">
-      <rel label="DETERM">
-        <span from="4149" to="4155" />
-      </rel>
-    </span>
-    <span id="s50_n4" from="4149" to="4155">
-      <rel label="SUBJ">
-        <span from="4172" to="4178" />
-      </rel>
-    </span>
-    <span id="s50_n8" from="4162" to="4165">
-      <rel label="OBJ">
-        <span from="4172" to="4178" />
-      </rel>
-    </span>
-    <span id="s50_n10" from="4166" to="4171">
-      <rel label="VMOD">
-        <span from="4172" to="4178" />
-      </rel>
-    </span>
-    <span id="s50_n12" from="4172" to="4178">
-      <rel label="AUXIL">
-        <span from="4156" to="4161" />
-      </rel>
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s50_n16" from="4180" to="4184">
-      <rel label="CONNECT">
-        <span from="4189" to="4194" />
-      </rel>
-    </span>
-    <span id="s50_n18" from="4185" to="4188">
-      <rel label="SUBJ">
-        <span from="4189" to="4194" />
-      </rel>
-    </span>
-    <span id="s50_n20" from="4189" to="4194">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s51_n0" from="4196" to="4199">
-      <rel label="SUBJ">
-        <span from="4200" to="4206" />
-      </rel>
-    </span>
-    <span id="s51_n2" from="4200" to="4206">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s51_n4" from="4207" to="4211">
-      <rel label="REFLEX">
-        <span from="4200" to="4206" />
-      </rel>
-    </span>
-    <span id="s51_n6" from="4212" to="4215">
-      <rel label="VPREF">
-        <span from="4200" to="4206" />
-      </rel>
-    </span>
-    <span id="s52_n0" from="4217" to="4227">
-      <rel label="VMOD">
-        <span from="4228" to="4234" />
-      </rel>
-    </span>
-    <span id="s52_n2" from="4228" to="4234">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s52_n35" from="4235" to="4247">
-      <rel label="VMOD">
-        <span from="4228" to="4234" />
-      </rel>
-    </span>
-    <span id="s52_n6" from="4248" to="4255">
-      <rel label="SUBJ">
-        <span from="4228" to="4234" />
-      </rel>
-    </span>
-    <span id="s52_n12" from="4260" to="4263">
-      <rel label="SUBJ">
-        <span from="4295" to="4299" />
-      </rel>
-    </span>
-    <span id="s52_n14" from="4264" to="4268">
-      <rel label="REFLEX">
-        <span from="4295" to="4299" />
-      </rel>
-    </span>
-    <span id="s52_n16" from="4269" to="4272">
-      <rel label="SUBJ">
-        <span from="4283" to="4292" />
-      </rel>
-    </span>
-    <span id="s52_n18" from="4273" to="4278">
-      <rel label="OBJ">
-        <span from="4283" to="4292" />
-      </rel>
-    </span>
-    <span id="s52_n20" from="4279" to="4282">
-      <rel label="NMOD">
-        <span from="4273" to="4278" />
-      </rel>
-    </span>
-    <span id="s52_n22" from="4283" to="4292">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s52_n28" from="4295" to="4299">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s52_n30" from="4300" to="4303">
-      <rel label="OBJ">
-        <span from="4295" to="4299" />
-      </rel>
-    </span>
-    <span id="s53_n2" from="4306" to="4310">
-      <rel label="VMOD">
-        <span from="4311" to="4321" />
-      </rel>
-    </span>
-    <span id="s53_n4" from="4311" to="4321">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s53_n6" from="4322" to="4326">
-      <rel label="REFLEX">
-        <span from="4311" to="4321" />
-      </rel>
-    </span>
-    <span id="s53_n8" from="4327" to="4329">
-      <rel label="VMOD">
-        <span from="4311" to="4321" />
-      </rel>
-    </span>
-    <span id="s53_n10" from="4330" to="4333">
-      <rel label="DETERM">
-        <span from="4346" to="4353" />
-      </rel>
-    </span>
-    <span id="s53_n12" from="4334" to="4345">
-      <rel label="NMOD">
-        <span from="4346" to="4353" />
-      </rel>
-    </span>
-    <span id="s53_n14" from="4346" to="4353">
-      <rel label="SUBJ">
-        <span from="4311" to="4321" />
-      </rel>
-    </span>
-    <span id="s54_n0" from="4355" to="4361">
-      <rel label="SUBJ">
-        <span from="4362" to="4368" />
-      </rel>
-    </span>
-    <span id="s54_n2" from="4362" to="4368">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s54_n4" from="4369" to="4372">
-      <rel label="OBJ">
-        <span from="4362" to="4368" />
-      </rel>
-    </span>
-    <span id="s54_n8" from="4374" to="4380">
-      <rel label="SUBJ">
-        <span from="4381" to="4386" />
-      </rel>
-    </span>
-    <span id="s54_n10" from="4381" to="4386">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s54_n12" from="4387" to="4390">
-      <rel label="OBJ">
-        <span from="4381" to="4386" />
-      </rel>
-    </span>
-    <span id="s54_n16" from="4392" to="4395">
-      <rel label="SUBJ">
-        <span from="4396" to="4399" />
-      </rel>
-    </span>
-    <span id="s54_n18" from="4396" to="4399">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s54_n20" from="4400" to="4406">
-      <rel label="PRED">
-        <span from="4396" to="4399" />
-      </rel>
-    </span>
-    <span id="s54_n22" from="4407" to="4411">
-      <rel label="PRED">
-        <span from="4396" to="4399" />
-      </rel>
-    </span>
-    <span id="s55_n2" from="4414" to="4419">
-      <rel label="DETERM">
-        <span from="4420" to="4439" />
-      </rel>
-    </span>
-    <span id="s55_n4" from="4420" to="4439">
-      <rel label="SUBJ">
-        <span from="4459" to="4462" />
-      </rel>
-    </span>
-    <span id="s55_n48" from="4440" to="4458">
-      <rel label="NMOD">
-        <span from="4420" to="4439" />
-      </rel>
-    </span>
-    <span id="s55_n8" from="4444" to="4451">
-      <rel label="DETERM">
-        <span from="4452" to="4458" />
-      </rel>
-    </span>
-    <span id="s55_n12" from="4459" to="4462">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s55_n14" from="4463" to="4466">
-      <rel label="OBJ">
-        <span from="4459" to="4462" />
-      </rel>
-    </span>
-    <span id="s55_n16" from="4467" to="4475">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s55_n20" from="4477" to="4488">
-      <rel label="NMOD">
-        <span from="4489" to="4503" />
-      </rel>
-    </span>
-    <span id="s55_n22" from="4489" to="4503">
-      <rel label="OBJ">
-        <span from="4541" to="4552" />
-      </rel>
-    </span>
-    <span id="s55_n49" from="4504" to="4540">
-      <rel label="VMOD">
-        <span from="4541" to="4552" />
-      </rel>
-    </span>
-    <span id="s55_n26" from="4510" to="4513">
-      <rel label="DETERM">
-        <span from="4514" to="4540" />
-      </rel>
-    </span>
-    <span id="s55_n28" from="4514" to="4540">
-      <rel label="ARTEFACT" type="unary" />
-    </span>
-    <span id="s55_n37" from="4541" to="4552">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s56_n0" from="4554" to="4560">
-      <rel label="DETERM">
-        <span from="4561" to="4567" />
-      </rel>
-    </span>
-    <span id="s56_n2" from="4561" to="4567">
-      <rel label="SUBJ">
-        <span from="4568" to="4573" />
-      </rel>
-    </span>
-    <span id="s56_n4" from="4568" to="4573">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s56_n6" from="4574" to="4599">
-      <rel label="OBJ">
-        <span from="4568" to="4573" />
-      </rel>
-    </span>
-    <span id="s56_n44" from="4600" to="4610">
-      <rel label="VMOD">
-        <span from="4568" to="4573" />
-      </rel>
-    </span>
-    <span id="s56_n45" from="4611" to="4626">
-      <rel label="VMOD">
-        <span from="4568" to="4573" />
-      </rel>
-    </span>
-    <span id="s56_n16" from="4627" to="4630">
-      <rel label="VPREF">
-        <span from="4568" to="4573" />
-      </rel>
-    </span>
-    <span id="s56_n20" from="4632" to="4635">
-      <rel label="SUBJ">
-        <span from="4661" to="4669" />
-      </rel>
-    </span>
-    <span id="s56_n22" from="4636" to="4651">
-      <rel label="NMOD">
-        <span from="4652" to="4660" />
-      </rel>
-    </span>
-    <span id="s56_n24" from="4652" to="4660">
-      <rel label="OBJ">
-        <span from="4661" to="4669" />
-      </rel>
-    </span>
-    <span id="s56_n26" from="4661" to="4669">
-      <rel label="AUXIL">
-        <span from="4670" to="4675" />
-      </rel>
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s57_n2" from="4678" to="4681">
-      <rel label="DETERM">
-        <span from="4682" to="4698" />
-      </rel>
-    </span>
-    <span id="s57_n4" from="4682" to="4698">
-      <rel label="SUBJ">
-        <span from="4724" to="4732" />
-      </rel>
-    </span>
-    <span id="s57_n27" from="4703" to="4712">
-      <rel label="VMOD">
-        <span from="4724" to="4732" />
-      </rel>
-    </span>
-    <span id="s57_n10" from="4713" to="4717">
-      <rel label="NMOD">
-        <span from="4718" to="4723" />
-      </rel>
-    </span>
-    <span id="s57_n12" from="4718" to="4723">
-      <rel label="OBJ">
-        <span from="4724" to="4732" />
-      </rel>
-    </span>
-    <span id="s57_n14" from="4724" to="4732">
-      <rel label="AUXIL">
-        <span from="4699" to="4702" />
-      </rel>
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s57_n20" from="4735" to="4743">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s57_n22" from="4744" to="4747">
-      <rel label="SUBJ">
-        <span from="4735" to="4743" />
-      </rel>
-    </span>
-    <span id="s58_n0" from="4749" to="4761">
-      <rel label="VMOD">
-        <span from="4771" to="4780" />
-      </rel>
-    </span>
-    <span id="s58_n4" from="4766" to="4770">
-      <rel label="VMOD">
-        <span from="4771" to="4780" />
-      </rel>
-    </span>
-    <span id="s58_n6" from="4771" to="4780">
-      <rel label="AUXIL">
-        <span from="4781" to="4787" />
-      </rel>
-      <rel label="AUXIL">
-        <span from="4762" to="4765" />
-      </rel>
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s58_n12" from="4789" to="4793">
-      <rel label="CONNECT">
-        <span from="4881" to="4885" />
-      </rel>
-    </span>
-    <span id="s58_n14" from="4794" to="4798">
-      <rel label="DETERM">
-        <span from="4816" to="4835" />
-      </rel>
-    </span>
-    <span id="s58_n16" from="4799" to="4815">
-      <rel label="NMOD">
-        <span from="4816" to="4835" />
-      </rel>
-      <rel label="NMOD2">
-        <span from="4840" to="4853" />
-      </rel>
-    </span>
-    <span id="s58_n18" from="4816" to="4835">
-      <rel label="SUBJ">
-        <span from="4881" to="4885" />
-      </rel>
-    </span>
-    <span id="s58_n20" from="4836" to="4839">
-      <rel label="COORD">
-        <span from="4816" to="4835" />
-      </rel>
-      <rel label="COORD">
-        <span from="4840" to="4853" />
-      </rel>
-    </span>
-    <span id="s58_n22" from="4840" to="4853">
-      <rel label="SUBJ">
-        <span from="4881" to="4885" />
-      </rel>
-    </span>
-    <span id="s58_n24" from="4854" to="4858">
-      <rel label="DETERM">
-        <span from="4859" to="4864" />
-      </rel>
-    </span>
-    <span id="s58_n26" from="4859" to="4864">
-      <rel label="PRED">
-        <span from="4881" to="4885" />
-      </rel>
-    </span>
-    <span id="s58_n28" from="4865" to="4868">
-      <rel label="DETERM">
-        <span from="4869" to="4880" />
-      </rel>
-    </span>
-    <span id="s58_n30" from="4869" to="4880">
-      <rel label="NMOD">
-        <span from="4859" to="4864" />
-      </rel>
-    </span>
-    <span id="s58_n32" from="4881" to="4885">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s58_n38" from="4892" to="4894">
-      <rel label="CONNECT">
-        <span from="4941" to="4950" />
-      </rel>
-    </span>
-    <span id="s58_n40" from="4895" to="4898">
-      <rel label="DETERM">
-        <span from="4899" to="4904" />
-      </rel>
-    </span>
-    <span id="s58_n42" from="4899" to="4904">
-      <rel label="SUBJ">
-        <span from="4941" to="4950" />
-      </rel>
-    </span>
-    <span id="s58_n94" from="4905" to="4922">
-      <rel label="VMOD">
-        <span from="4941" to="4950" />
-      </rel>
-    </span>
-    <span id="s58_n48" from="4923" to="4926">
-      <rel label="DETERM">
-        <span from="4927" to="4935" />
-      </rel>
-    </span>
-    <span id="s58_n50" from="4927" to="4935">
-      <rel label="NMOD">
-        <span from="4909" to="4922" />
-      </rel>
-    </span>
-    <span id="s58_n52" from="4936" to="4940">
-      <rel label="DATE" type="unary" />
-      <rel label="NMOD">
-        <span from="4927" to="4935" />
-      </rel>
-    </span>
-    <span id="s58_n54" from="4941" to="4950">
-      <rel label="AUXIL">
-        <span from="4951" to="4955" />
-      </rel>
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s58_n60" from="4957" to="4963">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s58_n62" from="4964" to="4967">
-      <rel label="SUBJ">
-        <span from="4957" to="4963" />
-      </rel>
-    </span>
-    <span id="s58_n95" from="4968" to="4997">
-      <rel label="VMOD">
-        <span from="4957" to="4963" />
-      </rel>
-    </span>
-    <span id="s58_n66" from="4974" to="4978">
-      <rel label="DETERM">
-        <span from="4979" to="4997" />
-      </rel>
-    </span>
-    <span id="s59_n0" from="4999" to="5004">
-      <rel label="SUBJ">
-        <span from="5005" to="5010" />
-      </rel>
-    </span>
-    <span id="s59_n2" from="5005" to="5010">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s59_n4" from="5011" to="5015">
-      <rel label="DETERM">
-        <span from="5028" to="5042" />
-      </rel>
-    </span>
-    <span id="s59_n6" from="5016" to="5027">
-      <rel label="NMOD">
-        <span from="5028" to="5042" />
-      </rel>
-    </span>
-    <span id="s59_n8" from="5028" to="5042">
-      <rel label="OBJ">
-        <span from="5005" to="5010" />
-      </rel>
-    </span>
-    <span id="s59_n10" from="5043" to="5049">
-      <rel label="VPREF">
-        <span from="5005" to="5010" />
-      </rel>
-    </span>
-    <span id="s59_n16" from="5054" to="5068">
-      <rel label="OBJ">
-        <span from="5069" to="5080" />
-      </rel>
-    </span>
-    <span id="s59_n43" from="5069" to="5080">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s59_n24" from="5085" to="5091">
-      <rel label="VMOD">
-        <span from="5005" to="5010" />
-      </rel>
-    </span>
-    <span id="s59_n26" from="5092" to="5095">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s59_n28" from="5096" to="5099">
-      <rel label="DETERM">
-        <span from="5100" to="5109" />
-      </rel>
-    </span>
-    <span id="s59_n30" from="5100" to="5109">
-      <rel label="SUBJ">
-        <span from="5092" to="5095" />
-      </rel>
-    </span>
-    <span id="s59_n34" from="5115" to="5120">
-      <rel label="NEGAT">
-        <span from="5121" to="5127" />
-      </rel>
-    </span>
-    <span id="s59_n36" from="5121" to="5127">
-      <rel label="PRED">
-        <span from="5092" to="5095" />
-      </rel>
-    </span>
-    <span id="s59_n38" from="5128" to="5133">
-      <rel label="VMOD">
-        <span from="5092" to="5095" />
-      </rel>
-    </span>
-    <span id="s60_n4" from="5143" to="5146">
-      <rel label="DETERM">
-        <span from="5147" to="5157" />
-      </rel>
-    </span>
-    <span id="s60_n6" from="5147" to="5157">
-      <rel label="SUBJ">
-        <span from="5168" to="5181" />
-      </rel>
-    </span>
-    <span id="s60_n50" from="5158" to="5167">
-      <rel label="VMOD">
-        <span from="5168" to="5181" />
-      </rel>
-    </span>
-    <span id="s60_n10" from="5163" to="5167">
-      <rel label="DATE" type="unary" />
-    </span>
-    <span id="s60_n12" from="5168" to="5181">
-      <rel label="AUXIL">
-        <span from="5136" to="5142" />
-      </rel>
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s60_n18" from="5190" to="5193">
-      <rel label="OBJ">
-        <span from="5227" to="5238" />
-      </rel>
-    </span>
-    <span id="s60_n20" from="5194" to="5198">
-      <rel label="DETERM">
-        <span from="5199" to="5226" />
-      </rel>
-    </span>
-    <span id="s60_n22" from="5199" to="5226">
-      <rel label="SUBJ">
-        <span from="5227" to="5238" />
-      </rel>
-    </span>
-    <span id="s60_n24" from="5227" to="5238">
-      <rel label="AUXIL">
-        <span from="5183" to="5189" />
-      </rel>
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s60_n30" from="5241" to="5245">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s60_n39" from="5246" to="5265">
-      <rel label="PERSON" type="unary" />
-      <rel label="SUBJ">
-        <span from="5241" to="5245" />
-      </rel>
-    </span>
-    <span id="s61_n2" from="5268" to="5271">
-      <rel label="SUBJ">
-        <span from="5312" to="5321" />
-      </rel>
-    </span>
-    <span id="s61_n6" from="5279" to="5283">
-      <rel label="VMOD">
-        <span from="5312" to="5321" />
-      </rel>
-      <rel label="VMOD">
-        <span from="5312" to="5321" />
-      </rel>
-    </span>
-    <span id="s61_n8" from="5284" to="5287">
-      <rel label="DETERM">
-        <span from="5288" to="5298" />
-      </rel>
-    </span>
-    <span id="s61_n10" from="5288" to="5298">
-      <rel label="OBJ">
-        <span from="5312" to="5321" />
-      </rel>
-    </span>
-    <span id="s61_n12" from="5299" to="5304">
-      <rel label="NEGAT">
-        <span from="5305" to="5311" />
-      </rel>
-    </span>
-    <span id="s61_n14" from="5305" to="5311">
-      <rel label="VMOD">
-        <span from="5312" to="5321" />
-      </rel>
-      <rel label="VMOD">
-        <span from="5312" to="5321" />
-      </rel>
-    </span>
-    <span id="s61_n16" from="5312" to="5321">
-      <rel label="MODAL">
-        <span from="5322" to="5329" />
-      </rel>
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s61_n18" from="5322" to="5329">
-      <rel label="AUXIL">
-        <span from="5272" to="5278" />
-      </rel>
-    </span>
-    <span id="s61_n24" from="5336" to="5338">
-      <rel label="SUBJ">
-        <span from="5350" to="5357" />
-      </rel>
-    </span>
-    <span id="s61_n28" from="5346" to="5349">
-      <rel label="OBJ">
-        <span from="5350" to="5357" />
-      </rel>
-    </span>
-    <span id="s61_n30" from="5350" to="5357">
-      <rel label="AUXIL">
-        <span from="5339" to="5345" />
-      </rel>
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s61_n78" from="5359" to="5386">
-      <rel label="VMOD">
-        <span from="5448" to="5455" />
-      </rel>
-    </span>
-    <span id="s61_n36" from="5365" to="5368">
-      <rel label="DETERM">
-        <span from="5381" to="5386" />
-      </rel>
-    </span>
-    <span id="s61_n38" from="5369" to="5380">
-      <rel label="NMOD">
-        <span from="5381" to="5386" />
-      </rel>
-    </span>
-    <span id="s61_n79" from="5387" to="5401">
-      <rel label="VMOD">
-        <span from="5448" to="5455" />
-      </rel>
-    </span>
-    <span id="s61_n46" from="5402" to="5406">
-      <rel label="VMOD">
-        <span from="5448" to="5455" />
-      </rel>
-    </span>
-    <span id="s61_n48" from="5407" to="5411">
-      <rel label="VMOD">
-        <span from="5448" to="5455" />
-      </rel>
-    </span>
-    <span id="s61_n50" from="5412" to="5415">
-      <rel label="DETERM">
-        <span from="5431" to="5447" />
-      </rel>
-    </span>
-    <span id="s61_n52" from="5416" to="5430">
-      <rel label="NMOD">
-        <span from="5431" to="5447" />
-      </rel>
-    </span>
-    <span id="s61_n54" from="5431" to="5447">
-      <rel label="OBJ">
-        <span from="5448" to="5455" />
-      </rel>
-    </span>
-    <span id="s61_n56" from="5448" to="5455">
-      <rel label="MODAL">
-        <span from="5456" to="5466" />
-      </rel>
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s62_n2" from="5469" to="5480">
-      <rel label="NMOD">
-        <span from="5481" to="5491" />
-      </rel>
-    </span>
-    <span id="s62_n4" from="5481" to="5491">
-      <rel label="PRED">
-        <span from="5539" to="5543" />
-      </rel>
-    </span>
-    <span id="s62_n6" from="5492" to="5498">
-      <rel label="PRED">
-        <span from="5539" to="5543" />
-      </rel>
-    </span>
-    <span id="s62_n8" from="5499" to="5502">
-      <rel label="SUBJ">
-        <span from="5529" to="5537" />
-      </rel>
-    </span>
-    <span id="s62_n39" from="5503" to="5522">
-      <rel label="OBJ">
-        <span from="5529" to="5537" />
-      </rel>
-      <rel label="PERSON" type="unary" />
-    </span>
-    <span id="s62_n14" from="5523" to="5528">
-      <rel label="VMOD">
-        <span from="5529" to="5537" />
-      </rel>
-    </span>
-    <span id="s62_n16" from="5529" to="5537">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s62_n20" from="5539" to="5543">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s62_n22" from="5544" to="5547">
-      <rel label="DETERM">
-        <span from="5561" to="5581" />
-      </rel>
-    </span>
-    <span id="s62_n24" from="5548" to="5560">
-      <rel label="NMOD">
-        <span from="5561" to="5581" />
-      </rel>
-    </span>
-    <span id="s62_n26" from="5561" to="5581">
-      <rel label="SUBJ">
-        <span from="5539" to="5543" />
-      </rel>
-    </span>
-    <span id="s62_n53" from="5582" to="5613">
-      <rel label="VMOD">
-        <span from="5539" to="5543" />
-      </rel>
-    </span>
-    <span id="s62_n30" from="5586" to="5591">
-      <rel label="DETERM">
-        <span from="5601" to="5613" />
-      </rel>
-    </span>
-    <span id="s62_n32" from="5592" to="5600">
-      <rel label="NMOD">
-        <span from="5601" to="5613" />
-      </rel>
-    </span>
-    <span id="s63_n0" from="5615" to="5619">
-      <rel label="VMOD">
-        <span from="5694" to="5701" />
-      </rel>
-    </span>
-    <span id="s63_n4" from="5625" to="5628">
-      <rel label="DETERM">
-        <span from="5629" to="5634" />
-      </rel>
-    </span>
-    <span id="s63_n6" from="5629" to="5634">
-      <rel label="SUBJ">
-        <span from="5694" to="5701" />
-      </rel>
-    </span>
-    <span id="s63_n123" from="5635" to="5666">
-      <rel label="VMOD">
-        <span from="5694" to="5701" />
-      </rel>
-    </span>
-    <span id="s63_n10" from="5641" to="5645">
-      <rel label="NMOD">
-        <span from="5657" to="5666" />
-      </rel>
-    </span>
-    <span id="s63_n12" from="5646" to="5656">
-      <rel label="NMOD">
-        <span from="5657" to="5666" />
-      </rel>
-    </span>
-    <span id="s63_n16" from="5667" to="5671">
-      <rel label="VMOD">
-        <span from="5694" to="5701" />
-      </rel>
-    </span>
-    <span id="s63_n18" from="5672" to="5683">
-      <rel label="NMOD">
-        <span from="5684" to="5693" />
-      </rel>
-    </span>
-    <span id="s63_n20" from="5684" to="5693">
-      <rel label="OBJ">
-        <span from="5694" to="5701" />
-      </rel>
-    </span>
-    <span id="s63_n22" from="5694" to="5701">
-      <rel label="AUXIL">
-        <span from="5620" to="5624" />
-      </rel>
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s63_n28" from="5708" to="5712">
-      <rel label="SUBJ">
-        <span from="5848" to="5857" />
-      </rel>
-    </span>
-    <span id="s63_n124" from="5713" to="5741">
-      <rel label="VMOD">
-        <span from="5848" to="5857" />
-      </rel>
-    </span>
-    <span id="s63_n32" from="5717" to="5720">
-      <rel label="DETERM">
-        <span from="5734" to="5741" />
-      </rel>
-    </span>
-    <span id="s63_n34" from="5721" to="5733">
-      <rel label="NMOD">
-        <span from="5734" to="5741" />
-      </rel>
-    </span>
-    <span id="s63_n125" from="5742" to="5779">
-      <rel label="NMOD">
-        <span from="5734" to="5741" />
-      </rel>
-    </span>
-    <span id="s63_n40" from="5746" to="5755">
-      <rel label="ADJMOD">
-        <span from="5756" to="5765" />
-      </rel>
-    </span>
-    <span id="s63_n42" from="5756" to="5765">
-      <rel label="NMOD">
-        <span from="5766" to="5779" />
-      </rel>
-    </span>
-    <span id="s63_n46" from="5780" to="5783">
-      <rel label="DETERM">
-        <span from="5797" to="5808" />
-      </rel>
-    </span>
-    <span id="s63_n48" from="5784" to="5796">
-      <rel label="NMOD">
-        <span from="5797" to="5808" />
-      </rel>
-    </span>
-    <span id="s63_n50" from="5797" to="5808">
-      <rel label="NMOD">
-        <span from="5766" to="5779" />
-      </rel>
-    </span>
-    <span id="s63_n52" from="5809" to="5814">
-      <rel label="NUMMOD">
-        <span from="5815" to="5819" />
-      </rel>
-    </span>
-    <span id="s63_n54" from="5815" to="5819">
-      <rel label="NMOD">
-        <span from="5820" to="5826" />
-      </rel>
-    </span>
-    <span id="s63_n56" from="5820" to="5826">
-      <rel label="OBJ">
-        <span from="5848" to="5857" />
-      </rel>
-    </span>
-    <span id="s63_n58" from="5827" to="5833">
-      <rel label="VMOD">
-        <span from="5848" to="5857" />
-      </rel>
-    </span>
-    <span id="s63_n62" from="5838" to="5843">
-      <rel label="DETERM">
-        <span from="5844" to="5847" />
-      </rel>
-    </span>
-    <span id="s63_n64" from="5844" to="5847">
-      <rel label="OBJ">
-        <span from="5848" to="5857" />
-      </rel>
-    </span>
-    <span id="s63_n66" from="5848" to="5857">
-      <rel label="AUXIL">
-        <span from="5858" to="5864" />
-      </rel>
-      <rel label="AUXIL">
-        <span from="5834" to="5837" />
-      </rel>
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s63_n72" from="5869" to="5874">
-      <rel label="VMOD">
-        <span from="5848" to="5857" />
-      </rel>
-    </span>
-    <span id="s63_n126" from="5875" to="5894">
-      <rel label="VMOD">
-        <span from="5848" to="5857" />
-      </rel>
-    </span>
-    <span id="s63_n76" from="5879" to="5882">
-      <rel label="DETERM">
-        <span from="5883" to="5894" />
-      </rel>
-    </span>
-    <span id="s63_n82" from="5896" to="5900">
-      <rel label="SUBJ">
-        <span from="5901" to="5904" />
-      </rel>
-    </span>
-    <span id="s63_n84" from="5901" to="5904">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s63_n86" from="5905" to="5916">
-      <rel label="PRED">
-        <span from="5901" to="5904" />
-      </rel>
-    </span>
-    <span id="s63_n88" from="5917" to="5922">
-      <rel label="NEGAT">
-        <span from="5923" to="5932" />
-      </rel>
-    </span>
-    <span id="s63_n90" from="5923" to="5932">
-      <rel label="PRED">
-        <span from="5901" to="5904" />
-      </rel>
-    </span>
-    <span id="s64_n2" from="5935" to="5938">
-      <rel label="DETERM">
-        <span from="5939" to="5948" />
-      </rel>
-    </span>
-    <span id="s64_n4" from="5939" to="5948">
-      <rel label="SUBJ">
-        <span from="6025" to="6034" />
-      </rel>
-    </span>
-    <span id="s64_n8" from="5950" to="5954">
-      <rel label="CONNECT">
-        <span from="5995" to="6004" />
-      </rel>
-    </span>
-    <span id="s64_n10" from="5955" to="5958">
-      <rel label="SUBJ">
-        <span from="5995" to="6004" />
-      </rel>
-    </span>
-    <span id="s64_n12" from="5959" to="5962">
-      <rel label="DETERM">
-        <span from="5980" to="5987" />
-      </rel>
-    </span>
-    <span id="s64_n14" from="5963" to="5973">
-      <rel label="NMOD">
-        <span from="5980" to="5987" />
-      </rel>
-    </span>
-    <span id="s64_n16" from="5974" to="5979">
-      <rel label="NMOD">
-        <span from="5980" to="5987" />
-      </rel>
-    </span>
-    <span id="s64_n18" from="5980" to="5987">
-      <rel label="OBJ">
-        <span from="5995" to="6004" />
-      </rel>
-    </span>
-    <span id="s64_n20" from="5988" to="5994">
-      <rel label="VMOD">
-        <span from="5995" to="6004" />
-      </rel>
-    </span>
-    <span id="s64_n22" from="5995" to="6004">
-      <rel label="MODAL">
-        <span from="6005" to="6011" />
-      </rel>
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s64_n30" from="6025" to="6034">
-      <rel label="AUXIL">
-        <span from="6035" to="6040" />
-      </rel>
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s64_n38" from="6043" to="6053">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s64_n40" from="6054" to="6057">
-      <rel label="SUBJ">
-        <span from="6043" to="6053" />
-      </rel>
-    </span>
-    <span id="s65_n2" from="6060" to="6064">
-      <rel label="VMOD">
-        <span from="6089" to="6092" />
-      </rel>
-      <rel label="VMOD">
-        <span from="6164" to="6171" />
-      </rel>
-    </span>
-    <span id="s65_n53" from="6065" to="6074">
-      <rel label="VMOD">
-        <span from="6164" to="6171" />
-      </rel>
-      <rel label="VMOD">
-        <span from="6089" to="6092" />
-      </rel>
-    </span>
-    <span id="s65_n8" from="6075" to="6081">
-      <rel label="DETERM">
-        <span from="6082" to="6088" />
-      </rel>
-    </span>
-    <span id="s65_n10" from="6082" to="6088">
-      <rel label="NMOD">
-        <span from="6069" to="6074" />
-      </rel>
-    </span>
-    <span id="s65_n12" from="6089" to="6092">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s65_n14" from="6093" to="6097">
-      <rel label="DETERM">
-        <span from="6110" to="6120" />
-      </rel>
-    </span>
-    <span id="s65_n16" from="6098" to="6109">
-      <rel label="NMOD">
-        <span from="6110" to="6120" />
-      </rel>
-    </span>
-    <span id="s65_n18" from="6110" to="6120">
-      <rel label="SUBJ">
-        <span from="6089" to="6092" />
-      </rel>
-      <rel label="SUBJ">
-        <span from="6164" to="6171" />
-      </rel>
-    </span>
-    <span id="s65_n42" from="6121" to="6142">
-      <rel label="VMOD">
-        <span from="6164" to="6171" />
-      </rel>
-    </span>
-    <span id="s65_n20" from="6121" to="6129">
-      <rel label="ADJMOD">
-        <span from="6130" to="6142" />
-      </rel>
-    </span>
-    <span id="s65_n22" from="6130" to="6142">
-      <rel label="PRED">
-        <span from="6089" to="6092" />
-      </rel>
-    </span>
-    <span id="s65_n28" from="6152" to="6156">
-      <rel label="NMOD">
-        <span from="6157" to="6163" />
-      </rel>
-    </span>
-    <span id="s65_n30" from="6157" to="6163">
-      <rel label="OBJ">
-        <span from="6164" to="6171" />
-      </rel>
-      <rel label="PRED">
-        <span from="6089" to="6092" />
-      </rel>
-    </span>
-    <span id="s65_n32" from="6164" to="6171">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s65_n43" from="6172" to="6176">
-      <rel label="VMOD">
-        <span from="6164" to="6171" />
-      </rel>
-    </span>
-    <span id="s65_n34" from="6172" to="6176">
-      <rel label="PRED">
-        <span from="6089" to="6092" />
-      </rel>
-    </span>
-    <span id="s65_n36" from="6177" to="6182">
-      <rel label="NEGAT">
-        <span from="6089" to="6092" />
-      </rel>
-    </span>
-    <span id="s66_n0" from="6184" to="6186">
-      <rel label="EXPL">
-        <span from="6187" to="6194" />
-      </rel>
-      <rel label="SUBJ">
-        <span from="6187" to="6194" />
-      </rel>
-    </span>
-    <span id="s66_n2" from="6187" to="6194">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s66_n4" from="6195" to="6199">
-      <rel label="VMOD">
-        <span from="6187" to="6194" />
-      </rel>
-    </span>
-    <span id="s66_n6" from="6200" to="6204">
-      <rel label="DETERM">
-        <span from="6205" to="6208" />
-      </rel>
-    </span>
-    <span id="s66_n8" from="6205" to="6208">
-      <rel label="OBJ">
-        <span from="6187" to="6194" />
-      </rel>
-    </span>
-    <span id="s66_n10" from="6209" to="6213">
-      <rel label="VPREF">
-        <span from="6187" to="6194" />
-      </rel>
-    </span>
-    <span id="s66_n14" from="6215" to="6219">
-      <rel label="OBJ">
-        <span from="6238" to="6248" />
-      </rel>
-    </span>
-    <span id="s66_n16" from="6220" to="6223">
-      <rel label="DETERM">
-        <span from="6224" to="6237" />
-      </rel>
-    </span>
-    <span id="s66_n18" from="6224" to="6237">
-      <rel label="NMOD">
-        <span from="6215" to="6219" />
-      </rel>
-    </span>
-    <span id="s66_n41" from="6238" to="6248">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s66_n28" from="6254" to="6257">
-      <rel label="OBJ">
-        <span from="6187" to="6194" />
-      </rel>
-    </span>
-    <span id="s66_n32" from="6263" to="6268">
-      <rel label="VMOD">
-        <span from="6274" to="6282" />
-      </rel>
-    </span>
-    <span id="s66_n34" from="6269" to="6273">
-      <rel label="VMOD">
-        <span from="6274" to="6282" />
-      </rel>
-    </span>
-    <span id="s66_n36" from="6274" to="6282">
-      <rel label="AUXIL">
-        <span from="6258" to="6262" />
-      </rel>
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s67_n2" from="6289" to="6292">
-      <rel label="DETERM">
-        <span from="6293" to="6298" />
-      </rel>
-    </span>
-    <span id="s67_n4" from="6293" to="6298">
-      <rel label="SUBJ">
-        <span from="6355" to="6362" />
-      </rel>
-    </span>
-    <span id="s67_n8" from="6300" to="6303">
-      <rel label="SUBJ">
-        <span from="6340" to="6347" />
-      </rel>
-    </span>
-    <span id="s67_n59" from="6304" to="6324">
-      <rel label="VMOD">
-        <span from="6340" to="6347" />
-      </rel>
-    </span>
-    <span id="s67_n12" from="6310" to="6313">
-      <rel label="DETERM">
-        <span from="6314" to="6324" />
-      </rel>
-    </span>
-    <span id="s67_n60" from="6325" to="6339">
-      <rel label="VMOD">
-        <span from="6340" to="6347" />
-      </rel>
-    </span>
-    <span id="s67_n20" from="6340" to="6347">
-      <rel label="AUXIL">
-        <span from="6348" to="6353" />
-      </rel>
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s67_n26" from="6355" to="6362">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s67_n28" from="6363" to="6367">
-      <rel label="OBJ">
-        <span from="6355" to="6362" />
-      </rel>
-    </span>
-    <span id="s67_n30" from="6368" to="6371">
-      <rel label="COORD">
-        <span from="6363" to="6367" />
-      </rel>
-      <rel label="COORD">
-        <span from="6387" to="6401" />
-      </rel>
-    </span>
-    <span id="s67_n32" from="6372" to="6386">
-      <rel label="NMOD">
-        <span from="6387" to="6401" />
-      </rel>
-    </span>
-    <span id="s67_n34" from="6387" to="6401">
-      <rel label="OBJ">
-        <span from="6355" to="6362" />
-      </rel>
-    </span>
-    <span id="s67_n47" from="6406" to="6415">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s68_n0" from="6417" to="6420">
-      <rel label="SUBJ">
-        <span from="6421" to="6425" />
-      </rel>
-    </span>
-    <span id="s68_n2" from="6421" to="6425">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s68_n4" from="6426" to="6430">
-      <rel label="DETERM">
-        <span from="6431" to="6442" />
-      </rel>
-    </span>
-    <span id="s68_n6" from="6431" to="6442">
-      <rel label="OBJ">
-        <span from="6421" to="6425" />
-      </rel>
-    </span>
-    <span id="s69_n2" from="6452" to="6455">
-      <rel label="DETERM">
-        <span from="6456" to="6461" />
-      </rel>
-    </span>
-    <span id="s69_n4" from="6456" to="6461">
-      <rel label="THEMA" type="unary" />
-    </span>
-    <span id="s69_n18" from="6462" to="6476">
-      <rel label="NMOD">
-        <span from="6456" to="6461" />
-      </rel>
-    </span>
-    <span id="s70_n2" from="6483" to="6486">
-      <rel label="SUBJ">
-        <span from="6542" to="6552" />
-      </rel>
-    </span>
-    <span id="s70_n6" from="6492" to="6495">
-      <rel label="DETERM">
-        <span from="6496" to="6502" />
-      </rel>
-    </span>
-    <span id="s70_n8" from="6496" to="6502">
-      <rel label="OBJ">
-        <span from="6542" to="6552" />
-      </rel>
-    </span>
-    <span id="s70_n47" from="6503" to="6528">
-      <rel label="VMOD">
-        <span from="6542" to="6552" />
-      </rel>
-    </span>
-    <span id="s70_n12" from="6508" to="6511">
-      <rel label="DETERM">
-        <span from="6512" to="6528" />
-      </rel>
-    </span>
-    <span id="s70_n16" from="6529" to="6534">
-      <rel label="NEGAT">
-        <span from="6535" to="6541" />
-      </rel>
-    </span>
-    <span id="s70_n18" from="6535" to="6541">
-      <rel label="VMOD">
-        <span from="6542" to="6552" />
-      </rel>
-    </span>
-    <span id="s70_n20" from="6542" to="6552">
-      <rel label="MODAL">
-        <span from="6487" to="6491" />
-      </rel>
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s70_n24" from="6554" to="6558">
-      <rel label="CONNECT">
-        <span from="6586" to="6596" />
-      </rel>
-    </span>
-    <span id="s70_n26" from="6559" to="6562">
-      <rel label="DETERM">
-        <span from="6563" to="6575" />
-      </rel>
-    </span>
-    <span id="s70_n28" from="6563" to="6575">
-      <rel label="SUBJ">
-        <span from="6586" to="6596" />
-      </rel>
-    </span>
-    <span id="s70_n30" from="6576" to="6579">
-      <rel label="OBJ">
-        <span from="6586" to="6596" />
-      </rel>
-    </span>
-    <span id="s70_n34" from="6586" to="6596">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s71_n2" from="6599" to="6604">
-      <rel label="SUBJ">
-        <span from="6643" to="6648" />
-      </rel>
-    </span>
-    <span id="s71_n68" from="6605" to="6626">
-      <rel label="NMOD">
-        <span from="6599" to="6604" />
-      </rel>
-    </span>
-    <span id="s71_n8" from="6627" to="6633">
-      <rel label="NMOD">
-        <span from="6634" to="6642" />
-      </rel>
-    </span>
-    <span id="s71_n10" from="6634" to="6642">
-      <rel label="OBJ">
-        <span from="6643" to="6648" />
-      </rel>
-    </span>
-    <span id="s71_n12" from="6643" to="6648">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s71_n49" from="6649" to="6668">
-      <rel label="OBJ">
-        <span from="6643" to="6648" />
-      </rel>
-      <rel label="PERSON" type="unary" />
-    </span>
-    <span id="s71_n18" from="6669" to="6674">
-      <rel label="VMOD">
-        <span from="6643" to="6648" />
-      </rel>
-    </span>
-    <span id="s71_n69" from="6675" to="6688">
-      <rel label="VMOD">
-        <span from="6643" to="6648" />
-      </rel>
-    </span>
-    <span id="s71_n22" from="6679" to="6682">
-      <rel label="DETERM">
-        <span from="6683" to="6688" />
-      </rel>
-    </span>
-    <span id="s71_n70" from="6689" to="6699">
-      <rel label="VMOD">
-        <span from="6643" to="6648" />
-      </rel>
-    </span>
-    <span id="s71_n30" from="6700" to="6709">
-      <rel label="NMOD">
-        <span from="6710" to="6721" />
-      </rel>
-    </span>
-    <span id="s71_n32" from="6710" to="6721">
-      <rel label="NMOD">
-        <span from="6694" to="6699" />
-      </rel>
-    </span>
-    <span id="s71_n36" from="6723" to="6726">
-      <rel label="SUBJ">
-        <span from="6734" to="6741" />
-      </rel>
-    </span>
-    <span id="s71_n71" from="6727" to="6733">
-      <rel label="VMOD">
-        <span from="6734" to="6741" />
-      </rel>
-    </span>
-    <span id="s71_n40" from="6730" to="6733">
-      <rel label="DATE" type="unary" />
-    </span>
-    <span id="s71_n42" from="6734" to="6741">
-      <rel label="MODAL">
-        <span from="6742" to="6746" />
-      </rel>
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s72_n0" from="6748" to="6754">
-      <rel label="DETERM">
-        <span from="6755" to="6765" />
-      </rel>
-    </span>
-    <span id="s72_n2" from="6755" to="6765">
-      <rel label="SUBJ">
-        <span from="6766" to="6769" />
-      </rel>
-    </span>
-    <span id="s72_n4" from="6766" to="6769">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s72_n6" from="6770" to="6774">
-      <rel label="PRED">
-        <span from="6766" to="6769" />
-      </rel>
-    </span>
-    <span id="s72_n8" from="6775" to="6780">
-      <rel label="DETERM">
-        <span from="6781" to="6789" />
-      </rel>
-    </span>
-    <span id="s72_n10" from="6781" to="6789">
-      <rel label="NMOD">
-        <span from="6770" to="6774" />
-      </rel>
-    </span>
-    <span id="s72_n67" from="6790" to="6803">
-      <rel label="VMOD">
-        <span from="6766" to="6769" />
-      </rel>
-    </span>
-    <span id="s72_n16" from="6804" to="6807">
-      <rel label="DETERM">
-        <span from="6808" to="6814" />
-      </rel>
-    </span>
-    <span id="s72_n18" from="6808" to="6814">
-      <rel label="NMOD">
-        <span from="6794" to="6803" />
-      </rel>
-    </span>
-    <span id="s72_n68" from="6815" to="6836">
-      <rel label="VMOD">
-        <span from="6766" to="6769" />
-      </rel>
-    </span>
-    <span id="s72_n26" from="6838" to="6841">
-      <rel label="OBJ">
-        <span from="6882" to="6895" />
-      </rel>
-    </span>
-    <span id="s72_n28" from="6842" to="6845">
-      <rel label="DETERM">
-        <span from="6846" to="6855" />
-      </rel>
-    </span>
-    <span id="s72_n30" from="6846" to="6855">
-      <rel label="SUBJ">
-        <span from="6882" to="6895" />
-      </rel>
-    </span>
-    <span id="s72_n32" from="6856" to="6861">
-      <rel label="OBJ">
-        <span from="6882" to="6895" />
-      </rel>
-    </span>
-    <span id="s72_n34" from="6862" to="6867">
-      <rel label="DATE" type="unary" />
-      <rel label="NMOD">
-        <span from="6856" to="6861" />
-      </rel>
-    </span>
-    <span id="s72_n36" from="6868" to="6874">
-      <rel label="DETERM">
-        <span from="6875" to="6881" />
-      </rel>
-    </span>
-    <span id="s72_n38" from="6875" to="6881">
-      <rel label="NMOD">
-        <span from="6862" to="6867" />
-      </rel>
-    </span>
-    <span id="s72_n40" from="6882" to="6895">
-      <rel label="AUXIL">
-        <span from="6896" to="6899" />
-      </rel>
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s73_n0" from="6901" to="6904">
-      <rel label="DETERM">
-        <span from="6905" to="6911" />
-      </rel>
-    </span>
-    <span id="s73_n2" from="6905" to="6911">
-      <rel label="OBJ">
-        <span from="6921" to="6925" />
-      </rel>
-    </span>
-    <span id="s73_n4" from="6912" to="6920">
-      <rel label="VMOD">
-        <span from="6921" to="6925" />
-      </rel>
-    </span>
-    <span id="s73_n6" from="6921" to="6925">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s73_n8" from="6926" to="6933">
-      <rel label="VMOD">
-        <span from="6921" to="6925" />
-      </rel>
-    </span>
-    <span id="s73_n41" from="6934" to="6950">
-      <rel label="VMOD">
-        <span from="6921" to="6925" />
-      </rel>
-    </span>
-    <span id="s73_n14" from="6951" to="6954">
-      <rel label="DETERM">
-        <span from="6962" to="6969" />
-      </rel>
-    </span>
-    <span id="s73_n16" from="6955" to="6961">
-      <rel label="NMOD">
-        <span from="6962" to="6969" />
-      </rel>
-    </span>
-    <span id="s73_n18" from="6962" to="6969">
-      <rel label="NMOD">
-        <span from="6938" to="6950" />
-      </rel>
-    </span>
-    <span id="s73_n22" from="6971" to="6980">
-      <rel label="NMOD">
-        <span from="6981" to="6997" />
-      </rel>
-    </span>
-    <span id="s73_n24" from="6981" to="6997">
-      <rel label="SUBJ">
-        <span from="6921" to="6925" />
-      </rel>
-    </span>
-    <span id="s74_n0" from="7000" to="7006">
-      <rel label="DETERM">
-        <span from="7007" to="7014" />
-      </rel>
-    </span>
-    <span id="s74_n2" from="7007" to="7014">
-      <rel label="SUBJ">
-        <span from="7024" to="7036" />
-      </rel>
-    </span>
-    <span id="s74_n6" from="7019" to="7023">
-      <rel label="DATE" type="unary" />
-    </span>
-    <span id="s74_n8" from="7024" to="7036">
-      <rel label="AUXIL">
-        <span from="7037" to="7043" />
-      </rel>
-      <rel label="AUXIL">
-        <span from="7015" to="7018" />
-      </rel>
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s74_n14" from="7045" to="7052">
-      <rel label="CONNECT">
-        <span from="7142" to="7157" />
-      </rel>
-    </span>
-    <span id="s74_n16" from="7053" to="7061">
-      <rel label="SUBJ">
-        <span from="7142" to="7157" />
-      </rel>
-    </span>
-    <span id="s74_n18" from="7062" to="7068">
-      <rel label="NMOD">
-        <span from="7053" to="7061" />
-      </rel>
-    </span>
-    <span id="s74_n63" from="7069" to="7089">
-      <rel label="VMOD">
-        <span from="7142" to="7157" />
-      </rel>
-    </span>
-    <span id="s74_n64" from="7090" to="7118">
-      <rel label="VMOD">
-        <span from="7142" to="7157" />
-      </rel>
-    </span>
-    <span id="s74_n26" from="7093" to="7104">
-      <rel label="NMOD">
-        <span from="7105" to="7118" />
-      </rel>
-      <rel label="NMOD2">
-        <span from="7120" to="7130" />
-      </rel>
-    </span>
-    <span id="s74_n30" from="7118" to="7119">
-      <rel label="COORD">
-        <span from="7105" to="7118" />
-      </rel>
-      <rel label="COORD">
-        <span from="7120" to="7130" />
-      </rel>
-    </span>
-    <span id="s74_n61" from="7120" to="7130">
-      <rel label="VMOD">
-        <span from="7142" to="7157" />
-      </rel>
-    </span>
-    <span id="s74_n34" from="7131" to="7134">
-      <rel label="COORD">
-        <span from="7120" to="7130" />
-      </rel>
-      <rel label="COORD">
-        <span from="7135" to="7141" />
-      </rel>
-    </span>
-    <span id="s74_n62" from="7135" to="7141">
-      <rel label="VMOD">
-        <span from="7142" to="7157" />
-      </rel>
-    </span>
-    <span id="s74_n38" from="7142" to="7157">
-      <rel label="AUXIL">
-        <span from="7158" to="7163" />
-      </rel>
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s75_n133" from="7165" to="7198">
-      <rel label="VMOD">
-        <span from="7245" to="7254" />
-      </rel>
-    </span>
-    <span id="s75_n2" from="7170" to="7189">
-      <rel label="NMOD">
-        <span from="7190" to="7198" />
-      </rel>
-    </span>
-    <span id="s75_n8" from="7205" to="7208">
-      <rel label="DETERM">
-        <span from="7215" to="7220" />
-      </rel>
-    </span>
-    <span id="s75_n10" from="7209" to="7214">
-      <rel label="NMOD">
-        <span from="7215" to="7220" />
-      </rel>
-    </span>
-    <span id="s75_n12" from="7215" to="7220">
-      <rel label="SUBJ">
-        <span from="7245" to="7254" />
-      </rel>
-    </span>
-    <span id="s75_n14" from="7221" to="7225">
-      <rel label="OBJ">
-        <span from="7245" to="7254" />
-      </rel>
-    </span>
-    <span id="s75_n16" from="7226" to="7230">
-      <rel label="DATE" type="unary" />
-      <rel label="NMOD">
-        <span from="7221" to="7225" />
-      </rel>
-    </span>
-    <span id="s75_n95" from="7231" to="7244">
-      <rel label="VMOD">
-        <span from="7245" to="7254" />
-      </rel>
-    </span>
-    <span id="s75_n22" from="7245" to="7254">
-      <rel label="AUXIL">
-        <span from="7199" to="7204" />
-      </rel>
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s75_n26" from="7256" to="7261">
-      <rel label="DETERM">
-        <span from="7262" to="7267" />
-      </rel>
-    </span>
-    <span id="s75_n28" from="7262" to="7267">
-      <rel label="OBJ">
-        <span from="7300" to="7311" />
-      </rel>
-    </span>
-    <span id="s75_n134" from="7268" to="7276">
-      <rel label="VMOD">
-        <span from="7300" to="7311" />
-      </rel>
-    </span>
-    <span id="s75_n135" from="7277" to="7299">
-      <rel label="VMOD">
-        <span from="7300" to="7311" />
-      </rel>
-    </span>
-    <span id="s75_n96" from="7281" to="7294">
-      <rel label="NMOD">
-        <span from="7295" to="7299" />
-      </rel>
-    </span>
-    <span id="s75_n97" from="7300" to="7311">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s75_n48" from="7313" to="7316">
-      <rel label="SUBJ">
-        <span from="7458" to="7465" />
-      </rel>
-    </span>
-    <span id="s75_n50" from="7317" to="7321">
-      <rel label="REFLEX">
-        <span from="7458" to="7465" />
-      </rel>
-    </span>
-    <span id="s75_n136" from="7322" to="7330">
-      <rel label="VMOD">
-        <span from="7458" to="7465" />
-      </rel>
-    </span>
-    <span id="s75_n56" from="7331" to="7340">
-      <rel label="NMOD">
-        <span from="7341" to="7352" />
-      </rel>
-    </span>
-    <span id="s75_n58" from="7341" to="7352">
-      <rel label="NMOD">
-        <span from="7325" to="7330" />
-      </rel>
-    </span>
-    <span id="s75_n137" from="7353" to="7396">
-      <rel label="VMOD">
-        <span from="7458" to="7465" />
-      </rel>
-    </span>
-    <span id="s75_n62" from="7356" to="7364">
-      <rel label="NMOD">
-        <span from="7383" to="7396" />
-      </rel>
-    </span>
-    <span id="s75_n64" from="7365" to="7368">
-      <rel label="COORD">
-        <span from="7356" to="7364" />
-      </rel>
-      <rel label="COORD">
-        <span from="7369" to="7382" />
-      </rel>
-    </span>
-    <span id="s75_n66" from="7369" to="7382">
-      <rel label="NMOD">
-        <span from="7383" to="7396" />
-      </rel>
-    </span>
-    <span id="s75_n103" from="7403" to="7416">
-      <rel label="VMOD">
-        <span from="7458" to="7465" />
-      </rel>
-    </span>
-    <span id="s75_n74" from="7417" to="7421">
-      <rel label="VMOD">
-        <span from="7458" to="7465" />
-      </rel>
-    </span>
-    <span id="s75_n138" from="7422" to="7430">
-      <rel label="VMOD">
-        <span from="7458" to="7465" />
-      </rel>
-    </span>
-    <span id="s75_n139" from="7431" to="7445">
-      <rel label="VMOD">
-        <span from="7458" to="7465" />
-      </rel>
-    </span>
-    <span id="s75_n140" from="7446" to="7457">
-      <rel label="VMOD">
-        <span from="7458" to="7465" />
-      </rel>
-    </span>
-    <span id="s75_n88" from="7458" to="7465">
-      <rel label="MODAL">
-        <span from="7466" to="7470" />
-      </rel>
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s76_n0" from="7472" to="7475">
-      <rel label="DETERM">
-        <span from="7476" to="7481" />
-      </rel>
-    </span>
-    <span id="s76_n2" from="7476" to="7481">
-      <rel label="SUBJ">
-        <span from="7530" to="7538" />
-      </rel>
-    </span>
-    <span id="s76_n6" from="7489" to="7491">
-      <rel label="VMOD">
-        <span from="7530" to="7538" />
-      </rel>
-    </span>
-    <span id="s76_n37" from="7492" to="7503">
-      <rel label="VMOD">
-        <span from="7530" to="7538" />
-      </rel>
-    </span>
-    <span id="s76_n38" from="7504" to="7512">
-      <rel label="VMOD">
-        <span from="7530" to="7538" />
-      </rel>
-    </span>
-    <span id="s76_n16" from="7513" to="7516">
-      <rel label="COORD">
-        <span from="7508" to="7512" />
-      </rel>
-      <rel label="COORD">
-        <span from="7521" to="7529" />
-      </rel>
-    </span>
-    <span id="s76_n34" from="7517" to="7529">
-      <rel label="VMOD">
-        <span from="7530" to="7538" />
-      </rel>
-    </span>
-    <span id="s76_n18" from="7517" to="7520">
-      <rel label="DETERM">
-        <span from="7521" to="7529" />
-      </rel>
-    </span>
-    <span id="s76_n22" from="7530" to="7538">
-      <rel label="AUXIL">
-        <span from="7539" to="7545" />
-      </rel>
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s76_n24" from="7539" to="7545">
-      <rel label="MODAL">
-        <span from="7482" to="7488" />
-      </rel>
-    </span>
-    <span id="s77_n13" from="7552" to="7557">
-      <rel label="VMOD">
-        <span from="7564" to="7570" />
-      </rel>
-    </span>
-    <span id="s77_n4" from="7558" to="7563">
-      <rel label="VMOD">
-        <span from="7564" to="7570" />
-      </rel>
-    </span>
-    <span id="s77_n6" from="7564" to="7570">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s77_n8" from="7571" to="7573">
-      <rel label="SUBJ">
-        <span from="7564" to="7570" />
-      </rel>
-    </span>
-    <span id="s78_n0" from="7575" to="7578">
-      <rel label="DETERM">
-        <span from="7587" to="7594" />
-      </rel>
-    </span>
-    <span id="s78_n2" from="7579" to="7586">
-      <rel label="NMOD">
-        <span from="7587" to="7594" />
-      </rel>
-    </span>
-    <span id="s78_n4" from="7587" to="7594">
-      <rel label="SUBJ">
-        <span from="7595" to="7605" />
-      </rel>
-    </span>
-    <span id="s78_n6" from="7595" to="7605">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s78_n8" from="7606" to="7610">
-      <rel label="DETERM">
-        <span from="7611" to="7622" />
-      </rel>
-    </span>
-    <span id="s78_n10" from="7611" to="7622">
-      <rel label="OBJ">
-        <span from="7595" to="7605" />
-      </rel>
-    </span>
-    <span id="s78_n18" from="7638" to="7651">
-      <rel label="LOC" type="unary" />
-    </span>
-    <span id="s79_n0" from="7653" to="7675">
-      <rel label="SUBJ">
-        <span from="7697" to="7701" />
-      </rel>
-    </span>
-    <span id="s79_n19" from="7676" to="7690">
-      <rel label="NMOD">
-        <span from="7653" to="7675" />
-      </rel>
-      <rel label="PERSON" type="unary" />
-    </span>
-    <span id="s79_n8" from="7692" to="7695">
-      <rel label="ORG" type="unary" />
-    </span>
-    <span id="s79_n12" from="7697" to="7701">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s79_n14" from="7702" to="7706">
-      <rel label="VPREF">
-        <span from="7697" to="7701" />
-      </rel>
-    </span>
-    <span id="s80_n2" from="7709" to="7712">
-      <rel label="SUBJ">
-        <span from="7713" to="7719" />
-      </rel>
-    </span>
-    <span id="s80_n4" from="7713" to="7719">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s80_n6" from="7720" to="7723">
-      <rel label="DETERM">
-        <span from="7724" to="7735" />
-      </rel>
-    </span>
-    <span id="s80_n8" from="7724" to="7735">
-      <rel label="OBJ">
-        <span from="7713" to="7719" />
-      </rel>
-    </span>
-    <span id="s80_n10" from="7736" to="7739">
-      <rel label="DETERM">
-        <span from="7740" to="7745" />
-      </rel>
-    </span>
-    <span id="s80_n12" from="7740" to="7745">
-      <rel label="NMOD">
-        <span from="7724" to="7735" />
-      </rel>
-    </span>
-    <span id="s80_n75" from="7746" to="7760">
-      <rel label="VMOD">
-        <span from="7713" to="7719" />
-      </rel>
-    </span>
-    <span id="s80_n16" from="7749" to="7755">
-      <rel label="DETERM">
-        <span from="7756" to="7760" />
-      </rel>
-    </span>
-    <span id="s80_n20" from="7761" to="7763">
-      <rel label="VPREF">
-        <span from="7713" to="7719" />
-      </rel>
-    </span>
-    <span id="s80_n24" from="7765" to="7769">
-      <rel label="CONNECT">
-        <span from="7777" to="7784" />
-      </rel>
-    </span>
-    <span id="s80_n26" from="7770" to="7772">
-      <rel label="SUBJ">
-        <span from="7777" to="7784" />
-      </rel>
-    </span>
-    <span id="s80_n28" from="7773" to="7776">
-      <rel label="OBJ">
-        <span from="7777" to="7784" />
-      </rel>
-    </span>
-    <span id="s80_n30" from="7777" to="7784">
-      <rel label="MODAL">
-        <span from="7785" to="7789" />
-      </rel>
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s80_n36" from="7791" to="7804">
-      <rel label="OBJ">
-        <span from="7851" to="7865" />
-      </rel>
-    </span>
-    <span id="s80_n76" from="7805" to="7830">
-      <rel label="VMOD">
-        <span from="7851" to="7865" />
-      </rel>
-    </span>
-    <span id="s80_n40" from="7810" to="7819">
-      <rel label="NMOD">
-        <span from="7820" to="7830" />
-      </rel>
-    </span>
-    <span id="s80_n77" from="7831" to="7850">
-      <rel label="VMOD">
-        <span from="7851" to="7865" />
-      </rel>
-    </span>
-    <span id="s80_n46" from="7834" to="7842">
-      <rel label="NMOD">
-        <span from="7843" to="7850" />
-      </rel>
-    </span>
-    <span id="s80_n57" from="7851" to="7865">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s81_n2" from="7868" to="7871">
-      <rel label="DETERM">
-        <span from="7872" to="7876" />
-      </rel>
-    </span>
-    <span id="s81_n4" from="7872" to="7876">
-      <rel label="SUBJ">
-        <span from="7877" to="7884" />
-      </rel>
-    </span>
-    <span id="s81_n6" from="7877" to="7884">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s81_n8" from="7885" to="7889">
-      <rel label="REFLEX">
-        <span from="7877" to="7884" />
-      </rel>
-    </span>
-    <span id="s81_n85" from="7897" to="7920">
-      <rel label="VMOD">
-        <span from="7877" to="7884" />
-      </rel>
-    </span>
-    <span id="s81_n14" from="7900" to="7906">
-      <rel label="DETERM">
-        <span from="7907" to="7920" />
-      </rel>
-    </span>
-    <span id="s81_n87" from="7951" to="7961">
-      <rel label="VMOD">
-        <span from="8035" to="8041" />
-      </rel>
-    </span>
-    <span id="s81_n88" from="7967" to="7995">
-      <rel label="VMOD">
-        <span from="8035" to="8041" />
-      </rel>
-    </span>
-    <span id="s81_n36" from="7970" to="7981">
-      <rel label="NMOD">
-        <span from="7982" to="7995" />
-      </rel>
-    </span>
-    <span id="s81_n40" from="7996" to="8002">
-      <rel label="NMOD">
-        <span from="7982" to="7995" />
-      </rel>
-    </span>
-    <span id="s81_n42" from="8003" to="8008">
-      <rel label="SUBJ">
-        <span from="8035" to="8041" />
-      </rel>
-    </span>
-    <span id="s81_n89" from="8009" to="8019">
-      <rel label="NMOD">
-        <span from="8003" to="8008" />
-      </rel>
-    </span>
-    <span id="s81_n48" from="8020" to="8023">
-      <rel label="COORD">
-        <span from="8013" to="8019" />
-      </rel>
-      <rel label="COORD">
-        <span from="8024" to="8034" />
-      </rel>
-    </span>
-    <span id="s81_n50" from="8024" to="8034">
-      <rel label="NMOD2">
-        <span from="8003" to="8008" />
-      </rel>
-      <rel label="PRED">
-        <span from="8035" to="8041" />
-      </rel>
-    </span>
-    <span id="s81_n52" from="8035" to="8041">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s81_n58" from="8046" to="8051">
-      <rel label="PERSON" type="unary" />
-    </span>
-    <span id="s82_n0" from="8053" to="8058">
-      <rel label="NMOD">
-        <span from="8059" to="8063" />
-      </rel>
-    </span>
-    <span id="s82_n2" from="8059" to="8063">
-      <rel label="SUBJ">
-        <span from="8135" to="8146" />
-      </rel>
-    </span>
-    <span id="s82_n81" from="8064" to="8081">
-      <rel label="NMOD">
-        <span from="8059" to="8063" />
-      </rel>
-    </span>
-    <span id="s82_n82" from="8082" to="8106">
-      <rel label="NMOD">
-        <span from="8068" to="8081" />
-      </rel>
-    </span>
-    <span id="s82_n10" from="8091" to="8094">
-      <rel label="DETERM">
-        <span from="8095" to="8106" />
-      </rel>
-    </span>
-    <span id="s82_n16" from="8111" to="8114">
-      <rel label="DETERM">
-        <span from="8115" to="8130" />
-      </rel>
-    </span>
-    <span id="s82_n18" from="8115" to="8130">
-      <rel label="OBJ">
-        <span from="8135" to="8146" />
-      </rel>
-    </span>
-    <span id="s82_n20" from="8131" to="8134">
-      <rel label="VMOD">
-        <span from="8135" to="8146" />
-      </rel>
-    </span>
-    <span id="s82_n22" from="8135" to="8146">
-      <rel label="AUXIL">
-        <span from="8107" to="8110" />
-      </rel>
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s82_n26" from="8148" to="8151">
-      <rel label="DETERM">
-        <span from="8152" to="8157" />
-      </rel>
-    </span>
-    <span id="s82_n32" from="8162" to="8167">
-      <rel label="DETERM">
-        <span from="8168" to="8175" />
-      </rel>
-    </span>
-    <span id="s82_n59" from="8180" to="8192">
-      <rel label="NMOD">
-        <span from="8193" to="8197" />
-      </rel>
-    </span>
-    <span id="s82_n46" from="8203" to="8214">
-      <rel label="OBJ">
-        <span from="8227" to="8237" />
-      </rel>
-    </span>
-    <span id="s82_n48" from="8215" to="8218">
-      <rel label="DETERM">
-        <span from="8219" to="8226" />
-      </rel>
-    </span>
-    <span id="s82_n50" from="8219" to="8226">
-      <rel label="NMOD">
-        <span from="8203" to="8214" />
-      </rel>
-    </span>
-    <span id="s82_n60" from="8227" to="8237">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s83_n52" from="8239" to="8252">
-      <rel label="VMOD">
-        <span from="8318" to="8325" />
-      </rel>
-    </span>
-    <span id="s83_n4" from="8253" to="8256">
-      <rel label="DETERM">
-        <span from="8257" to="8283" />
-      </rel>
-    </span>
-    <span id="s83_n6" from="8257" to="8283">
-      <rel label="NMOD">
-        <span from="8244" to="8252" />
-      </rel>
-    </span>
-    <span id="s83_n8" from="8284" to="8290">
-      <rel label="AUXIL">
-        <span from="8326" to="8332" />
-      </rel>
-    </span>
-    <span id="s83_n10" from="8291" to="8297">
-      <rel label="VMOD">
-        <span from="8318" to="8325" />
-      </rel>
-    </span>
-    <span id="s83_n41" from="8298" to="8307">
-      <rel label="VMOD">
-        <span from="8318" to="8325" />
-      </rel>
-    </span>
-    <span id="s83_n16" from="8308" to="8317">
-      <rel label="SUBJ">
-        <span from="8318" to="8325" />
-      </rel>
-    </span>
-    <span id="s83_n18" from="8318" to="8325">
-      <rel label="AUXIL">
-        <span from="8326" to="8332" />
-      </rel>
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s83_n20" from="8326" to="8332">
-      <rel label="MODAL">
-        <span from="8284" to="8290" />
-      </rel>
-    </span>
-    <span id="s83_n24" from="8334" to="8339">
-      <rel label="CONNECT">
-        <span from="8377" to="8388" />
-      </rel>
-    </span>
-    <span id="s83_n26" from="8340" to="8343">
-      <rel label="DETERM">
-        <span from="8344" to="8357" />
-      </rel>
-    </span>
-    <span id="s83_n28" from="8344" to="8357">
-      <rel label="SUBJ">
-        <span from="8377" to="8388" />
-      </rel>
-    </span>
-    <span id="s83_n30" from="8358" to="8363">
-      <rel label="DETERM">
-        <span from="8364" to="8370" />
-      </rel>
-    </span>
-    <span id="s83_n32" from="8364" to="8370">
-      <rel label="OBJ">
-        <span from="8377" to="8388" />
-      </rel>
-    </span>
-    <span id="s83_n36" from="8377" to="8388">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s84_n0" from="8390" to="8397">
-      <rel label="SUBJ">
-        <span from="8457" to="8463" />
-      </rel>
-    </span>
-    <span id="s84_n37" from="8398" to="8421">
-      <rel label="NMOD">
-        <span from="8390" to="8397" />
-      </rel>
-    </span>
-    <span id="s84_n4" from="8401" to="8404">
-      <rel label="DETERM">
-        <span from="8415" to="8421" />
-      </rel>
-    </span>
-    <span id="s84_n6" from="8405" to="8414">
-      <rel label="NMOD">
-        <span from="8415" to="8421" />
-      </rel>
-    </span>
-    <span id="s84_n38" from="8428" to="8456">
-      <rel label="VMOD">
-        <span from="8457" to="8463" />
-      </rel>
-    </span>
-    <span id="s84_n14" from="8431" to="8434">
-      <rel label="DETERM">
-        <span from="8435" to="8456" />
-      </rel>
-    </span>
-    <span id="s84_n18" from="8457" to="8463">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s84_n20" from="8464" to="8468">
-      <rel label="VMOD">
-        <span from="8457" to="8463" />
-      </rel>
-    </span>
-    <span id="s84_n22" from="8469" to="8474">
-      <rel label="NEGAT">
-        <span from="8475" to="8479" />
-      </rel>
-    </span>
-    <span id="s84_n30" from="8475" to="8479">
-      <rel label="VMOD">
-        <span from="8457" to="8463" />
-      </rel>
-    </span>
-    <span id="s85_n0" from="8481" to="8488">
-      <rel label="AUXIL">
-        <span from="8489" to="8492" />
-      </rel>
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s85_n6" from="8494" to="8498">
-      <rel label="CONNECT">
-        <span from="8577" to="8588" />
-      </rel>
-    </span>
-    <span id="s85_n8" from="8499" to="8502">
-      <rel label="DETERM">
-        <span from="8517" to="8541" />
-      </rel>
-    </span>
-    <span id="s85_n10" from="8503" to="8516">
-      <rel label="NMOD">
-        <span from="8517" to="8541" />
-      </rel>
-    </span>
-    <span id="s85_n12" from="8517" to="8541">
-      <rel label="SUBJ">
-        <span from="8577" to="8588" />
-      </rel>
-    </span>
-    <span id="s85_n84" from="8542" to="8560">
-      <rel label="VMOD">
-        <span from="8577" to="8588" />
-      </rel>
-    </span>
-    <span id="s85_n16" from="8548" to="8551">
-      <rel label="DETERM">
-        <span from="8552" to="8560" />
-      </rel>
-    </span>
-    <span id="s85_n20" from="8561" to="8564">
-      <rel label="DETERM">
-        <span from="8565" to="8576" />
-      </rel>
-    </span>
-    <span id="s85_n22" from="8565" to="8576">
-      <rel label="NMOD">
-        <span from="8552" to="8560" />
-      </rel>
-    </span>
-    <span id="s85_n24" from="8577" to="8588">
-      <rel label="AUXIL">
-        <span from="8589" to="8593" />
-      </rel>
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s85_n30" from="8595" to="8598">
-      <rel label="SUBJ">
-        <span from="8691" to="8705" />
-      </rel>
-    </span>
-    <span id="s85_n32" from="8599" to="8603">
-      <rel label="REFLEX">
-        <span from="8691" to="8705" />
-      </rel>
-    </span>
-    <span id="s85_n65" from="8604" to="8617">
-      <rel label="VMOD">
-        <span from="8691" to="8705" />
-      </rel>
-    </span>
-    <span id="s85_n85" from="8618" to="8629">
-      <rel label="VMOD">
-        <span from="8691" to="8705" />
-      </rel>
-    </span>
-    <span id="s85_n42" from="8630" to="8633">
-      <rel label="COORD">
-        <span from="8622" to="8629" />
-      </rel>
-      <rel label="COORD">
-        <span from="8634" to="8651" />
-      </rel>
-    </span>
-    <span id="s85_n80" from="8634" to="8651">
-      <rel label="VMOD">
-        <span from="8691" to="8705" />
-      </rel>
-    </span>
-    <span id="s85_n46" from="8652" to="8657">
-      <rel label="COORD">
-        <span from="8634" to="8651" />
-      </rel>
-      <rel label="COORD">
-        <span from="8658" to="8668" />
-      </rel>
-    </span>
-    <span id="s85_n81" from="8658" to="8668">
-      <rel label="VMOD">
-        <span from="8691" to="8705" />
-      </rel>
-    </span>
-    <span id="s85_n86" from="8669" to="8677">
-      <rel label="VMOD">
-        <span from="8691" to="8705" />
-      </rel>
-    </span>
-    <span id="s85_n54" from="8678" to="8681">
-      <rel label="COORD">
-        <span from="8673" to="8677" />
-      </rel>
-      <rel label="COORD">
-        <span from="8682" to="8690" />
-      </rel>
-    </span>
-    <span id="s85_n83" from="8682" to="8690">
-      <rel label="VMOD">
-        <span from="8691" to="8705" />
-      </rel>
-    </span>
-    <span id="s85_n58" from="8691" to="8705">
-      <rel label="MODAL">
-        <span from="8706" to="8710" />
-      </rel>
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s86_n51" from="8712" to="8731">
-      <rel label="VMOD">
-        <span from="8832" to="8845" />
-      </rel>
-    </span>
-    <span id="s86_n4" from="8732" to="8735">
-      <rel label="DETERM">
-        <span from="8743" to="8750" />
-      </rel>
-    </span>
-    <span id="s86_n6" from="8736" to="8742">
-      <rel label="NMOD">
-        <span from="8743" to="8750" />
-      </rel>
-    </span>
-    <span id="s86_n8" from="8743" to="8750">
-      <rel label="NMOD">
-        <span from="8715" to="8731" />
-      </rel>
-    </span>
-    <span id="s86_n12" from="8756" to="8761">
-      <rel label="VMOD">
-        <span from="8832" to="8845" />
-      </rel>
-    </span>
-    <span id="s86_n14" from="8762" to="8766">
-      <rel label="DETERM">
-        <span from="8767" to="8777" />
-      </rel>
-    </span>
-    <span id="s86_n16" from="8767" to="8777">
-      <rel label="SUBJ">
-        <span from="8832" to="8845" />
-      </rel>
-    </span>
-    <span id="s86_n52" from="8778" to="8797">
-      <rel label="VMOD">
-        <span from="8832" to="8845" />
-      </rel>
-    </span>
-    <span id="s86_n53" from="8798" to="8813">
-      <rel label="VMOD">
-        <span from="8832" to="8845" />
-      </rel>
-    </span>
-    <span id="s86_n24" from="8802" to="8808">
-      <rel label="NMOD">
-        <span from="8809" to="8813" />
-      </rel>
-    </span>
-    <span id="s86_n54" from="8814" to="8831">
-      <rel label="VMOD">
-        <span from="8832" to="8845" />
-      </rel>
-    </span>
-    <span id="s86_n32" from="8832" to="8845">
-      <rel label="AUXIL">
-        <span from="8751" to="8755" />
-      </rel>
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s87_n21" from="8847" to="8863">
-      <rel label="VMOD">
-        <span from="8879" to="8886" />
-      </rel>
-    </span>
-    <span id="s87_n6" from="8869" to="8873">
-      <rel label="VMOD">
-        <span from="8879" to="8886" />
-      </rel>
-    </span>
-    <span id="s87_n8" from="8874" to="8878">
-      <rel label="VMOD">
-        <span from="8879" to="8886" />
-      </rel>
-    </span>
-    <span id="s87_n10" from="8879" to="8886">
-      <rel label="AUXIL">
-        <span from="8887" to="8893" />
-      </rel>
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s87_n12" from="8887" to="8893">
-      <rel label="MODAL">
-        <span from="8894" to="8901" />
-      </rel>
-      <rel label="MODAL">
-        <span from="8864" to="8868" />
-      </rel>
-    </span>
-    <span id="s88_n0" from="8903" to="8906">
-      <rel label="DETERM">
-        <span from="8907" to="8912" />
-      </rel>
-    </span>
-    <span id="s88_n2" from="8907" to="8912">
-      <rel label="SUBJ">
-        <span from="8952" to="8960" />
-      </rel>
-    </span>
-    <span id="s88_n25" from="8918" to="8931">
-      <rel label="VMOD">
-        <span from="8952" to="8960" />
-      </rel>
-    </span>
-    <span id="s88_n6" from="8918" to="8923">
-      <rel label="ADJMOD">
-        <span from="8924" to="8931" />
-      </rel>
-    </span>
-    <span id="s88_n10" from="8932" to="8935">
-      <rel label="COORD">
-        <span from="8924" to="8931" />
-      </rel>
-      <rel label="COORD">
-        <span from="8936" to="8951" />
-      </rel>
-    </span>
-    <span id="s88_n26" from="8936" to="8951">
-      <rel label="VMOD">
-        <span from="8952" to="8960" />
-      </rel>
-    </span>
-    <span id="s88_n14" from="8952" to="8960">
-      <rel label="MODAL">
-        <span from="8913" to="8917" />
-      </rel>
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s88_n18" from="8962" to="8968">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s88_n20" from="8969" to="8971">
-      <rel label="SUBJ">
-        <span from="8962" to="8968" />
-      </rel>
-    </span>
-    <span id="s89_n0" from="8973" to="8978">
-      <rel label="SUBJ">
-        <span from="9018" to="9023" />
-      </rel>
-    </span>
-    <span id="s89_n79" from="8979" to="8997">
-      <rel label="NMOD">
-        <span from="8973" to="8978" />
-      </rel>
-    </span>
-    <span id="s89_n4" from="8985" to="8988">
-      <rel label="DETERM">
-        <span from="8989" to="8997" />
-      </rel>
-    </span>
-    <span id="s89_n59" from="8998" to="9017">
-      <rel label="NMOD">
-        <span from="8989" to="8997" />
-      </rel>
-      <rel label="PERSON" type="unary" />
-    </span>
-    <span id="s89_n12" from="9018" to="9023">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s89_n80" from="9024" to="9036">
-      <rel label="VMOD">
-        <span from="9018" to="9023" />
-      </rel>
-    </span>
-    <span id="s89_n16" from="9027" to="9030">
-      <rel label="DETERM">
-        <span from="9031" to="9036" />
-      </rel>
-    </span>
-    <span id="s89_n20" from="9037" to="9042">
-      <rel label="DETERM">
-        <span from="9043" to="9056" />
-      </rel>
-    </span>
-    <span id="s89_n22" from="9043" to="9056">
-      <rel label="OBJ">
-        <span from="9018" to="9023" />
-      </rel>
-    </span>
-    <span id="s89_n26" from="9061" to="9064">
-      <rel label="SUBJ">
-        <span from="9065" to="9070" />
-      </rel>
-    </span>
-    <span id="s89_n28" from="9065" to="9070">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s89_n32" from="9072" to="9076">
-      <rel label="CONNECT">
-        <span from="9141" to="9151" />
-      </rel>
-    </span>
-    <span id="s89_n34" from="9077" to="9080">
-      <rel label="SUBJ">
-        <span from="9141" to="9151" />
-      </rel>
-    </span>
-    <span id="s89_n81" from="9081" to="9097">
-      <rel label="VMOD">
-        <span from="9141" to="9151" />
-      </rel>
-    </span>
-    <span id="s89_n38" from="9087" to="9093">
-      <rel label="DETERM">
-        <span from="9094" to="9097" />
-      </rel>
-    </span>
-    <span id="s89_n60" from="9098" to="9105">
-      <rel label="VMOD">
-        <span from="9141" to="9151" />
-      </rel>
-    </span>
-    <span id="s89_n44" from="9106" to="9110">
-      <rel label="DETERM">
-        <span from="9132" to="9140" />
-      </rel>
-    </span>
-    <span id="s89_n46" from="9111" to="9119">
-      <rel label="NMOD">
-        <span from="9132" to="9140" />
-      </rel>
-    </span>
-    <span id="s89_n48" from="9120" to="9131">
-      <rel label="NMOD">
-        <span from="9132" to="9140" />
-      </rel>
-    </span>
-    <span id="s89_n50" from="9132" to="9140">
-      <rel label="OBJ">
-        <span from="9141" to="9151" />
-      </rel>
-    </span>
-    <span id="s89_n52" from="9141" to="9151">
-      <rel label="MODAL">
-        <span from="9152" to="9156" />
-      </rel>
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s90_n37" from="9158" to="9171">
-      <rel label="VMOD">
-        <span from="9218" to="9226" />
-      </rel>
-    </span>
-    <span id="s90_n2" from="9161" to="9164">
-      <rel label="DETERM">
-        <span from="9165" to="9171" />
-      </rel>
-    </span>
-    <span id="s90_n8" from="9173" to="9176">
-      <rel label="SUBJ">
-        <span from="9201" to="9210" />
-      </rel>
-    </span>
-    <span id="s90_n10" from="9177" to="9180">
-      <rel label="OBJ">
-        <span from="9201" to="9210" />
-      </rel>
-    </span>
-    <span id="s90_n38" from="9181" to="9200">
-      <rel label="VMOD">
-        <span from="9201" to="9210" />
-      </rel>
-    </span>
-    <span id="s90_n14" from="9184" to="9190">
-      <rel label="DETERM">
-        <span from="9191" to="9200" />
-      </rel>
-    </span>
-    <span id="s90_n18" from="9201" to="9210">
-      <rel label="AUXIL">
-        <span from="9211" to="9216" />
-      </rel>
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s90_n24" from="9218" to="9226">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s90_n26" from="9227" to="9230">
-      <rel label="SUBJ">
-        <span from="9218" to="9226" />
-      </rel>
-    </span>
-    <span id="s91_n2" from="9233" to="9238">
-      <rel label="VMOD">
-        <span from="9316" to="9320" />
-      </rel>
-    </span>
-    <span id="s91_n4" from="9239" to="9245">
-      <rel label="VMOD">
-        <span from="9316" to="9320" />
-      </rel>
-    </span>
-    <span id="s91_n71" from="9246" to="9258">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s91_n89" from="9259" to="9275">
-      <rel label="VMOD">
-        <span from="9316" to="9320" />
-      </rel>
-    </span>
-    <span id="s91_n12" from="9262" to="9265">
-      <rel label="DETERM">
-        <span from="9266" to="9275" />
-      </rel>
-    </span>
-    <span id="s91_n18" from="9277" to="9285">
-      <rel label="ADJMOD">
-        <span from="9286" to="9296" />
-      </rel>
-    </span>
-    <span id="s91_n20" from="9286" to="9296">
-      <rel label="NMOD">
-        <span from="9297" to="9302" />
-      </rel>
-    </span>
-    <span id="s91_n22" from="9297" to="9302">
-      <rel label="OBJ">
-        <span from="9303" to="9314" />
-      </rel>
-    </span>
-    <span id="s91_n72" from="9303" to="9314">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s91_n30" from="9316" to="9320">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s91_n32" from="9321" to="9324">
-      <rel label="DETERM">
-        <span from="9325" to="9332" />
-      </rel>
-    </span>
-    <span id="s91_n34" from="9325" to="9332">
-      <rel label="SUBJ">
-        <span from="9316" to="9320" />
-      </rel>
-    </span>
-    <span id="s91_n90" from="9333" to="9345">
-      <rel label="VMOD">
-        <span from="9316" to="9320" />
-      </rel>
-    </span>
-    <span id="s91_n40" from="9346" to="9352">
-      <rel label="VPREF">
-        <span from="9316" to="9320" />
-      </rel>
-    </span>
-    <span id="s91_n44" from="9357" to="9360">
-      <rel label="DETERM">
-        <span from="9361" to="9368" />
-      </rel>
-    </span>
-    <span id="s91_n46" from="9361" to="9368">
-      <rel label="OBJ">
-        <span from="9316" to="9320" />
-      </rel>
-    </span>
-    <span id="s91_n50" from="9370" to="9373">
-      <rel label="OBJ">
-        <span from="9431" to="9437" />
-      </rel>
-    </span>
-    <span id="s91_n52" from="9374" to="9378">
-      <rel label="DETERM">
-        <span from="9379" to="9390" />
-      </rel>
-    </span>
-    <span id="s91_n54" from="9379" to="9390">
-      <rel label="SUBJ">
-        <span from="9431" to="9437" />
-      </rel>
-    </span>
-    <span id="s91_n74" from="9391" to="9399">
-      <rel label="VMOD">
-        <span from="9431" to="9437" />
-      </rel>
-    </span>
-    <span id="s91_n56" from="9391" to="9395">
-      <rel label="ADJMOD">
-        <span from="9396" to="9399" />
-      </rel>
-    </span>
-    <span id="s91_n91" from="9400" to="9430">
-      <rel label="VMOD">
-        <span from="9431" to="9437" />
-      </rel>
-    </span>
-    <span id="s91_n62" from="9404" to="9407">
-      <rel label="DETERM">
-        <span from="9408" to="9430" />
-      </rel>
-    </span>
-    <span id="s91_n66" from="9431" to="9437">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s92_n0" from="9439" to="9444">
-      <rel label="DETERM">
-        <span from="9445" to="9454" />
-      </rel>
-    </span>
-    <span id="s92_n2" from="9445" to="9454">
-      <rel label="SUBJ">
-        <span from="9455" to="9463" />
-      </rel>
-    </span>
-    <span id="s92_n4" from="9455" to="9463">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s92_n6" from="9464" to="9468">
-      <rel label="DETERM">
-        <span from="9469" to="9473" />
-      </rel>
-    </span>
-    <span id="s92_n8" from="9469" to="9473">
-      <rel label="OBJ">
-        <span from="9455" to="9463" />
-      </rel>
-    </span>
-    <span id="s92_n99" from="9474" to="9495">
-      <rel label="VMOD">
-        <span from="9455" to="9463" />
-      </rel>
-    </span>
-    <span id="s92_n16" from="9497" to="9502">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s92_n18" from="9503" to="9510">
-      <rel label="VMOD">
-        <span from="9497" to="9502" />
-      </rel>
-    </span>
-    <span id="s92_n100" from="9511" to="9534">
-      <rel label="VMOD">
-        <span from="9497" to="9502" />
-      </rel>
-    </span>
-    <span id="s92_n22" from="9515" to="9518">
-      <rel label="DETERM">
-        <span from="9531" to="9534" />
-      </rel>
-    </span>
-    <span id="s92_n24" from="9519" to="9530">
-      <rel label="NMOD">
-        <span from="9531" to="9534" />
-      </rel>
-    </span>
-    <span id="s92_n101" from="9535" to="9561">
-      <rel label="VMOD">
-        <span from="9497" to="9502" />
-      </rel>
-    </span>
-    <span id="s92_n30" from="9539" to="9542">
-      <rel label="DETERM">
-        <span from="9551" to="9561" />
-      </rel>
-    </span>
-    <span id="s92_n32" from="9543" to="9550">
-      <rel label="NMOD">
-        <span from="9551" to="9561" />
-      </rel>
-    </span>
-    <span id="s92_n102" from="9562" to="9599">
-      <rel label="VMOD">
-        <span from="9497" to="9502" />
-      </rel>
-    </span>
-    <span id="s92_n38" from="9565" to="9568">
-      <rel label="DETERM">
-        <span from="9594" to="9599" />
-      </rel>
-    </span>
-    <span id="s92_n40" from="9569" to="9581">
-      <rel label="NMOD">
-        <span from="9594" to="9599" />
-      </rel>
-    </span>
-    <span id="s92_n42" from="9581" to="9582">
-      <rel label="COORD">
-        <span from="9569" to="9581" />
-      </rel>
-      <rel label="COORD">
-        <span from="9583" to="9593" />
-      </rel>
-    </span>
-    <span id="s92_n44" from="9583" to="9593">
-      <rel label="NMOD">
-        <span from="9594" to="9599" />
-      </rel>
-    </span>
-    <span id="s92_n105" from="9601" to="9608">
-      <rel label="VMOD">
-        <span from="9629" to="9633" />
-      </rel>
-    </span>
-    <span id="s92_n54" from="9609" to="9611">
-      <rel label="SUBJ">
-        <span from="9629" to="9633" />
-      </rel>
-    </span>
-    <span id="s92_n56" from="9612" to="9616">
-      <rel label="VMOD">
-        <span from="9629" to="9633" />
-      </rel>
-    </span>
-    <span id="s92_n58" from="9617" to="9621">
-      <rel label="DETERM">
-        <span from="9622" to="9628" />
-      </rel>
-    </span>
-    <span id="s92_n60" from="9622" to="9628">
-      <rel label="OBJ">
-        <span from="9629" to="9633" />
-      </rel>
-    </span>
-    <span id="s92_n62" from="9629" to="9633">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s92_n66" from="9635" to="9638">
-      <rel label="SUBJ">
-        <span from="9660" to="9669" />
-      </rel>
-    </span>
-    <span id="s92_n70" from="9644" to="9648">
-      <rel label="ADJMOD">
-        <span from="9649" to="9659" />
-      </rel>
-    </span>
-    <span id="s92_n72" from="9649" to="9659">
-      <rel label="PRED">
-        <span from="9660" to="9669" />
-      </rel>
-    </span>
-    <span id="s92_n74" from="9660" to="9669">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s93_n0" from="9671" to="9674">
-      <rel label="ADJMOD">
-        <span from="9675" to="9681" />
-      </rel>
-    </span>
-    <span id="s93_n2" from="9675" to="9681">
-      <rel label="NMOD">
-        <span from="9682" to="9692" />
-      </rel>
-    </span>
-    <span id="s93_n4" from="9682" to="9692">
-      <rel label="SUBJ">
-        <span from="9693" to="9698" />
-      </rel>
-    </span>
-    <span id="s93_n6" from="9693" to="9698">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s93_n8" from="9699" to="9702">
-      <rel label="DETERM">
-        <span from="9703" to="9707" />
-      </rel>
-    </span>
-    <span id="s93_n10" from="9703" to="9707">
-      <rel label="OBJ">
-        <span from="9693" to="9698" />
-      </rel>
-    </span>
-    <span id="s93_n14" from="9709" to="9723">
-      <rel label="OBJ">
-        <span from="9731" to="9740" />
-      </rel>
-    </span>
-    <span id="s93_n16" from="9724" to="9730">
-      <rel label="VMOD">
-        <span from="9731" to="9740" />
-      </rel>
-    </span>
-    <span id="s93_n25" from="9731" to="9740">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s94_n2" from="9746" to="9751">
-      <rel label="SUBJ">
-        <span from="9752" to="9757" />
-      </rel>
-    </span>
-    <span id="s94_n4" from="9752" to="9757">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s94_n6" from="9758" to="9763">
-      <rel label="NEGAT">
-        <span from="9764" to="9768" />
-      </rel>
-      <rel label="NEGAT">
-        <span from="9752" to="9757" />
-      </rel>
-    </span>
-    <span id="s94_n10" from="9769" to="9772">
-      <rel label="DETERM">
-        <span from="9773" to="9778" />
-      </rel>
-    </span>
-    <span id="s94_n12" from="9773" to="9778">
-      <rel label="OBJ">
-        <span from="9752" to="9757" />
-      </rel>
-    </span>
-    <span id="s94_n29" from="9779" to="9790">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s94_n20" from="9792" to="9797">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s94_n22" from="9798" to="9802">
-      <rel label="OBJ">
-        <span from="9792" to="9797" />
-      </rel>
-    </span>
-    <span id="s94_n24" from="9803" to="9806">
-      <rel label="VPREF">
-        <span from="9792" to="9797" />
-      </rel>
-    </span>
-    <span id="s95_n0" from="9808" to="9811">
-      <rel label="SUBJ">
-        <span from="9819" to="9824" />
-      </rel>
-    </span>
-    <span id="s95_n2" from="9812" to="9818">
-      <rel label="VMOD">
-        <span from="9819" to="9824" />
-      </rel>
-    </span>
-    <span id="s95_n4" from="9819" to="9824">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s95_n50" from="9825" to="9836">
-      <rel label="VMOD">
-        <span from="9819" to="9824" />
-      </rel>
-    </span>
-    <span id="s95_n10" from="9837" to="9842">
-      <rel label="VMOD">
-        <span from="9819" to="9824" />
-      </rel>
-    </span>
-    <span id="s95_n12" from="9843" to="9849">
-      <rel label="VMOD">
-        <span from="9819" to="9824" />
-      </rel>
-    </span>
-    <span id="s95_n14" from="9850" to="9853">
-      <rel label="VPREF">
-        <span from="9819" to="9824" />
-      </rel>
-    </span>
-    <span id="s95_n18" from="9855" to="9862">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s95_n20" from="9863" to="9869">
-      <rel label="VPREF">
-        <span from="9855" to="9862" />
-      </rel>
-    </span>
-    <span id="s95_n32" from="9893" to="9898">
-      <rel label="CONNECT">
-        <span from="9913" to="9918" />
-      </rel>
-    </span>
-    <span id="s95_n34" from="9899" to="9902">
-      <rel label="SUBJ">
-        <span from="9913" to="9918" />
-      </rel>
-    </span>
-    <span id="s95_n36" from="9903" to="9906">
-      <rel label="DETERM">
-        <span from="9907" to="9912" />
-      </rel>
-    </span>
-    <span id="s95_n38" from="9907" to="9912">
-      <rel label="OBJ">
-        <span from="9913" to="9918" />
-      </rel>
-    </span>
-    <span id="s95_n40" from="9913" to="9918">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s96_n0" from="9920" to="9923">
-      <rel label="SUBJ">
-        <span from="9952" to="9960" />
-      </rel>
-    </span>
-    <span id="s96_n4" from="9928" to="9933">
-      <rel label="VMOD">
-        <span from="9952" to="9960" />
-      </rel>
-    </span>
-    <span id="s96_n6" from="9934" to="9937">
-      <rel label="DETERM">
-        <span from="9945" to="9951" />
-      </rel>
-    </span>
-    <span id="s96_n8" from="9938" to="9944">
-      <rel label="NMOD">
-        <span from="9945" to="9951" />
-      </rel>
-    </span>
-    <span id="s96_n10" from="9945" to="9951">
-      <rel label="OBJ">
-        <span from="9952" to="9960" />
-      </rel>
-    </span>
-    <span id="s96_n12" from="9952" to="9960">
-      <rel label="AUXIL">
-        <span from="9924" to="9927" />
-      </rel>
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s96_n57" from="9961" to="9975">
-      <rel label="VMOD">
-        <span from="9952" to="9960" />
-      </rel>
-    </span>
-    <span id="s96_n16" from="9965" to="9971">
-      <rel label="DETERM">
-        <span from="9972" to="9975" />
-      </rel>
-    </span>
-    <span id="s96_n22" from="9977" to="9980">
-      <rel label="OBJ">
-        <span from="10030" to="10037" />
-      </rel>
-      <rel label="OBJ">
-        <span from="9992" to="10008" />
-      </rel>
-    </span>
-    <span id="s96_n24" from="9981" to="9985">
-      <rel label="DETERM">
-        <span from="9986" to="9991" />
-      </rel>
-    </span>
-    <span id="s96_n26" from="9986" to="9991">
-      <rel label="OBJ">
-        <span from="10030" to="10037" />
-      </rel>
-      <rel label="OBJ">
-        <span from="9992" to="10008" />
-      </rel>
-    </span>
-    <span id="s96_n28" from="9992" to="10008">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s96_n34" from="10019" to="10023">
-      <rel label="DETERM">
-        <span from="10024" to="10029" />
-      </rel>
-    </span>
-    <span id="s96_n36" from="10024" to="10029">
-      <rel label="OBJ">
-        <span from="10030" to="10037" />
-      </rel>
-    </span>
-    <span id="s96_n45" from="10030" to="10037">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s97_n4" from="10041" to="10044">
-      <rel label="SUBJ">
-        <span from="10065" to="10079" />
-      </rel>
-    </span>
-    <span id="s97_n8" from="10050" to="10053">
-      <rel label="REFLEX">
-        <span from="10065" to="10079" />
-      </rel>
-    </span>
-    <span id="s97_n10" from="10054" to="10058">
-      <rel label="DETERM">
-        <span from="10059" to="10064" />
-      </rel>
-    </span>
-    <span id="s97_n12" from="10059" to="10064">
-      <rel label="OBJ">
-        <span from="10065" to="10079" />
-      </rel>
-    </span>
-    <span id="s97_n14" from="10065" to="10079">
-      <rel label="MODAL">
-        <span from="10045" to="10049" />
-      </rel>
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s97_n18" from="10084" to="10089">
-      <rel label="NEGAT">
-        <span from="10065" to="10079" />
-      </rel>
-    </span>
-    <span id="s97_n20" from="10090" to="10094">
-      <rel label="DETERM">
-        <span from="10095" to="10100" />
-      </rel>
-    </span>
-    <span id="s97_n22" from="10095" to="10100">
-      <rel label="OBJ">
-        <span from="10065" to="10079" />
-      </rel>
-    </span>
-    <span id="s98_n27" from="10108" to="10127">
-      <rel label="PERSON" type="unary" />
-      <rel label="SUBJ">
-        <span from="10170" to="10175" />
-      </rel>
-    </span>
-    <span id="s98_n6" from="10128" to="10132">
-      <rel label="NMOD">
-        <span from="10133" to="10140" />
-      </rel>
-    </span>
-    <span id="s98_n8" from="10133" to="10140">
-      <rel label="OBJ">
-        <span from="10170" to="10175" />
-      </rel>
-    </span>
-    <span id="s98_n12" from="10142" to="10145">
-      <rel label="SUBJ">
-        <span from="10153" to="10160" />
-      </rel>
-    </span>
-    <span id="s98_n14" from="10146" to="10152">
-      <rel label="PRED">
-        <span from="10153" to="10160" />
-      </rel>
-    </span>
-    <span id="s98_n16" from="10153" to="10160">
-      <rel label="MODAL">
-        <span from="10161" to="10168" />
-      </rel>
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s98_n22" from="10170" to="10175">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s99_n48" from="10178" to="10196">
-      <rel label="VMOD">
-        <span from="10284" to="10294" />
-      </rel>
-    </span>
-    <span id="s99_n4" from="10183" to="10189">
-      <rel label="NMOD">
-        <span from="10190" to="10196" />
-      </rel>
-    </span>
-    <span id="s99_n10" from="10202" to="10205">
-      <rel label="DETERM">
-        <span from="10206" to="10221" />
-      </rel>
-    </span>
-    <span id="s99_n12" from="10206" to="10221">
-      <rel label="SUBJ">
-        <span from="10284" to="10294" />
-      </rel>
-    </span>
-    <span id="s99_n14" from="10222" to="10227">
-      <rel label="VMOD">
-        <span from="10284" to="10294" />
-      </rel>
-    </span>
-    <span id="s99_n36" from="10228" to="10235">
-      <rel label="VMOD">
-        <span from="10284" to="10294" />
-      </rel>
-    </span>
-    <span id="s99_n18" from="10236" to="10239">
-      <rel label="DETERM">
-        <span from="10240" to="10250" />
-      </rel>
-    </span>
-    <span id="s99_n20" from="10240" to="10250">
-      <rel label="OBJ">
-        <span from="10284" to="10294" />
-      </rel>
-    </span>
-    <span id="s99_n49" from="10251" to="10261">
-      <rel label="VMOD">
-        <span from="10284" to="10294" />
-      </rel>
-    </span>
-    <span id="s99_n26" from="10262" to="10271">
-      <rel label="NMOD">
-        <span from="10272" to="10283" />
-      </rel>
-    </span>
-    <span id="s99_n28" from="10272" to="10283">
-      <rel label="NMOD">
-        <span from="10256" to="10261" />
-      </rel>
-    </span>
-    <span id="s99_n30" from="10284" to="10294">
-      <rel label="MODAL">
-        <span from="10197" to="10201" />
-      </rel>
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s100_n0" from="10296" to="10301">
-      <rel label="VMOD">
-        <span from="10302" to="10312" />
-      </rel>
-    </span>
-    <span id="s100_n2" from="10302" to="10312">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s100_n4" from="10313" to="10317">
-      <rel label="REFLEX">
-        <span from="10302" to="10312" />
-      </rel>
-    </span>
-    <span id="s100_n6" from="10318" to="10321">
-      <rel label="DETERM">
-        <span from="10322" to="10329" />
-      </rel>
-    </span>
-    <span id="s100_n8" from="10322" to="10329">
-      <rel label="SUBJ">
-        <span from="10302" to="10312" />
-      </rel>
-    </span>
-    <span id="s100_n10" from="10330" to="10335">
-      <rel label="NEGAT">
-        <span from="10336" to="10341" />
-      </rel>
-    </span>
-    <span id="s100_n12" from="10336" to="10341">
-      <rel label="VMOD">
-        <span from="10302" to="10312" />
-      </rel>
-    </span>
-    <span id="s100_n16" from="10343" to="10348">
-      <rel label="CONNECT">
-        <span from="10390" to="10398" />
-      </rel>
-    </span>
-    <span id="s100_n18" from="10349" to="10352">
-      <rel label="DETERM">
-        <span from="10353" to="10358" />
-      </rel>
-    </span>
-    <span id="s100_n20" from="10353" to="10358">
-      <rel label="SUBJ">
-        <span from="10390" to="10398" />
-      </rel>
-    </span>
-    <span id="s100_n39" from="10371" to="10384">
-      <rel label="NMOD">
-        <span from="10385" to="10389" />
-      </rel>
-    </span>
-    <span id="s100_n30" from="10385" to="10389">
-      <rel label="OBJ">
-        <span from="10390" to="10398" />
-      </rel>
-    </span>
-    <span id="s100_n32" from="10390" to="10398">
-      <rel label="MODAL">
-        <span from="10399" to="10403" />
-      </rel>
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s101_n0" from="10405" to="10408">
-      <rel label="SUBJ">
-        <span from="10409" to="10412" />
-      </rel>
-    </span>
-    <span id="s101_n2" from="10409" to="10412">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s101_n4" from="10413" to="10421">
-      <rel label="OBJ">
-        <span from="10409" to="10412" />
-      </rel>
-    </span>
-    <span id="s101_n33" from="10422" to="10436">
-      <rel label="VMOD">
-        <span from="10409" to="10412" />
-      </rel>
-    </span>
-    <span id="s101_n12" from="10441" to="10447">
-      <rel label="VMOD">
-        <span from="10461" to="10466" />
-      </rel>
-    </span>
-    <span id="s101_n16" from="10453" to="10455">
-      <rel label="SUBJ">
-        <span from="10461" to="10466" />
-      </rel>
-    </span>
-    <span id="s101_n18" from="10456" to="10460">
-      <rel label="OBJ">
-        <span from="10461" to="10466" />
-      </rel>
-    </span>
-    <span id="s101_n20" from="10461" to="10466">
-      <rel label="AUXIL">
-        <span from="10448" to="10452" />
-      </rel>
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s102_n2" from="10469" to="10472">
-      <rel label="DETERM">
-        <span from="10473" to="10480" />
-      </rel>
-    </span>
-    <span id="s102_n4" from="10473" to="10480">
-      <rel label="SUBJ">
-        <span from="10481" to="10494" />
-      </rel>
-    </span>
-    <span id="s102_n6" from="10481" to="10494">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s102_n65" from="10495" to="10511">
-      <rel label="OBJ">
-        <span from="10481" to="10494" />
-      </rel>
-      <rel label="PERSON" type="unary" />
-    </span>
-    <span id="s102_n12" from="10512" to="10517">
-      <rel label="DETERM">
-        <span from="10518" to="10526" />
-      </rel>
-    </span>
-    <span id="s102_n14" from="10518" to="10526">
-      <rel label="OBJ">
-        <span from="10481" to="10494" />
-      </rel>
-    </span>
-    <span id="s102_n66" from="10531" to="10550">
-      <rel label="PERSON" type="unary" />
-      <rel label="SUBJ">
-        <span from="10570" to="10581" />
-      </rel>
-    </span>
-    <span id="s102_n87" from="10551" to="10569">
-      <rel label="VMOD">
-        <span from="10570" to="10581" />
-      </rel>
-    </span>
-    <span id="s102_n24" from="10555" to="10562">
-      <rel label="DETERM">
-        <span from="10563" to="10569" />
-      </rel>
-    </span>
-    <span id="s102_n28" from="10570" to="10581">
-      <rel label="AUXIL">
-        <span from="10527" to="10530" />
-      </rel>
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s102_n32" from="10583" to="10586">
-      <rel label="CONNECT">
-        <span from="10672" to="10675" />
-      </rel>
-    </span>
-    <span id="s102_n34" from="10587" to="10590">
-      <rel label="SUBJ">
-        <span from="10672" to="10675" />
-      </rel>
-    </span>
-    <span id="s102_n88" from="10591" to="10622">
-      <rel label="VMOD">
-        <span from="10672" to="10675" />
-      </rel>
-    </span>
-    <span id="s102_n38" from="10597" to="10600">
-      <rel label="DETERM">
-        <span from="10611" to="10622" />
-      </rel>
-    </span>
-    <span id="s102_n40" from="10601" to="10610">
-      <rel label="NMOD">
-        <span from="10611" to="10622" />
-      </rel>
-    </span>
-    <span id="s102_n89" from="10623" to="10640">
-      <rel label="VMOD">
-        <span from="10672" to="10675" />
-      </rel>
-    </span>
-    <span id="s102_n46" from="10629" to="10633">
-      <rel label="DETERM">
-        <span from="10634" to="10640" />
-      </rel>
-    </span>
-    <span id="s102_n90" from="10641" to="10655">
-      <rel label="VMOD">
-        <span from="10672" to="10675" />
-      </rel>
-    </span>
-    <span id="s102_n91" from="10656" to="10671">
-      <rel label="VMOD">
-        <span from="10672" to="10675" />
-      </rel>
-    </span>
-    <span id="s102_n56" from="10659" to="10664">
-      <rel label="DETERM">
-        <span from="10665" to="10671" />
-      </rel>
-    </span>
-    <span id="s102_n60" from="10672" to="10675">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s103_n2" from="10678" to="10681">
-      <rel label="DETERM">
-        <span from="10682" to="10687" />
-      </rel>
-    </span>
-    <span id="s103_n4" from="10682" to="10687">
-      <rel label="SUBJ">
-        <span from="10688" to="10693" />
-      </rel>
-    </span>
-    <span id="s103_n6" from="10688" to="10693">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s103_n10" from="10695" to="10698">
-      <rel label="OBJ">
-        <span from="10703" to="10709" />
-      </rel>
-    </span>
-    <span id="s103_n12" from="10699" to="10702">
-      <rel label="SUBJ">
-        <span from="10703" to="10709" />
-      </rel>
-    </span>
-    <span id="s103_n14" from="10703" to="10709">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s104_n0" from="10711" to="10714">
-      <rel label="SUBJ">
-        <span from="10715" to="10718" />
-      </rel>
-    </span>
-    <span id="s104_n2" from="10715" to="10718">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s104_n4" from="10719" to="10728">
-      <rel label="PRED">
-        <span from="10715" to="10718" />
-      </rel>
-    </span>
-    <span id="s104_n10" from="10735" to="10737">
-      <rel label="SUBJ">
-        <span from="10738" to="10742" />
-      </rel>
-    </span>
-    <span id="s104_n12" from="10738" to="10742">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s104_n14" from="10743" to="10748">
-      <rel label="VMOD">
-        <span from="10738" to="10742" />
-      </rel>
-    </span>
-    <span id="s104_n16" from="10749" to="10753">
-      <rel label="VMOD">
-        <span from="10738" to="10742" />
-      </rel>
-    </span>
-    <span id="s104_n18" from="10754" to="10757">
-      <rel label="DETERM">
-        <span from="10769" to="10773" />
-      </rel>
-    </span>
-    <span id="s104_n20" from="10758" to="10768">
-      <rel label="NMOD">
-        <span from="10769" to="10773" />
-      </rel>
-    </span>
-    <span id="s104_n22" from="10769" to="10773">
-      <rel label="OBJ">
-        <span from="10738" to="10742" />
-      </rel>
-    </span>
-    <span id="s104_n37" from="10774" to="10780">
-      <rel label="VMOD">
-        <span from="10738" to="10742" />
-      </rel>
-    </span>
-    <span id="s105_n0" from="10782" to="10784">
-      <rel label="SUBJ">
-        <span from="10785" to="10788" />
-      </rel>
-    </span>
-    <span id="s105_n2" from="10785" to="10788">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s105_n4" from="10789" to="10792">
-      <rel label="DETERM">
-        <span from="10801" to="10807" />
-      </rel>
-    </span>
-    <span id="s105_n6" from="10793" to="10800">
-      <rel label="NMOD">
-        <span from="10801" to="10807" />
-      </rel>
-    </span>
-    <span id="s105_n8" from="10801" to="10807">
-      <rel label="PRED">
-        <span from="10785" to="10788" />
-      </rel>
-    </span>
-    <span id="s105_n14" from="10814" to="10820">
-      <rel label="VMOD">
-        <span from="10840" to="10846" />
-      </rel>
-    </span>
-    <span id="s105_n18" from="10828" to="10831">
-      <rel label="OBJ">
-        <span from="10840" to="10846" />
-      </rel>
-    </span>
-    <span id="s105_n20" from="10832" to="10839">
-      <rel label="SUBJ">
-        <span from="10840" to="10846" />
-      </rel>
-    </span>
-    <span id="s105_n22" from="10840" to="10846">
-      <rel label="MODAL">
-        <span from="10821" to="10827" />
-      </rel>
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s105_n28" from="10849" to="10853">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s105_n30" from="10854" to="10857">
-      <rel label="SUBJ">
-        <span from="10849" to="10853" />
-      </rel>
-    </span>
-    <span id="s106_n2" from="10860" to="10863">
-      <rel label="SUBJ">
-        <span from="10864" to="10870" />
-      </rel>
-    </span>
-    <span id="s106_n4" from="10864" to="10870">
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s106_n6" from="10871" to="10885">
-      <rel label="OBJ">
-        <span from="10864" to="10870" />
-      </rel>
-    </span>
-    <span id="s106_n19" from="10886" to="10892">
-      <rel label="VMOD">
-        <span from="10864" to="10870" />
-      </rel>
-    </span>
-    <span id="s107_n0" from="10894" to="10904">
-      <rel label="VMOD">
-        <span from="10926" to="10934" />
-      </rel>
-    </span>
-    <span id="s107_n4" from="10913" to="10916">
-      <rel label="SUBJ">
-        <span from="10926" to="10934" />
-      </rel>
-    </span>
-    <span id="s107_n6" from="10917" to="10920">
-      <rel label="DETERM">
-        <span from="10921" to="10925" />
-      </rel>
-    </span>
-    <span id="s107_n8" from="10921" to="10925">
-      <rel label="OBJ">
-        <span from="10926" to="10934" />
-      </rel>
-    </span>
-    <span id="s107_n10" from="10926" to="10934">
-      <rel label="MODAL">
-        <span from="10905" to="10912" />
-      </rel>
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s108_n0" from="10963" to="10975">
-      <rel label="VMOD">
-        <span from="11001" to="11009" />
-      </rel>
-    </span>
-    <span id="s108_n4" from="10984" to="10987">
-      <rel label="SUBJ">
-        <span from="11001" to="11009" />
-      </rel>
-    </span>
-    <span id="s108_n6" from="10988" to="10991">
-      <rel label="DETERM">
-        <span from="10992" to="11000" />
-      </rel>
-    </span>
-    <span id="s108_n8" from="10992" to="11000">
-      <rel label="OBJ">
-        <span from="11001" to="11009" />
-      </rel>
-    </span>
-    <span id="s108_n10" from="11001" to="11009">
-      <rel label="MODAL">
-        <span from="10976" to="10983" />
-      </rel>
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s108_n16" from="11019" to="11022">
-      <rel label="OBJ">
-        <span from="11055" to="11064" />
-      </rel>
-    </span>
-    <span id="s108_n20" from="11030" to="11033">
-      <rel label="SUBJ">
-        <span from="11055" to="11064" />
-      </rel>
-    </span>
-    <span id="s108_n31" from="11034" to="11048">
-      <rel label="VMOD">
-        <span from="11055" to="11064" />
-      </rel>
-    </span>
-    <span id="s108_n24" from="11049" to="11054">
-      <rel label="NEGAT">
-        <span from="11055" to="11064" />
-      </rel>
-    </span>
-    <span id="s108_n26" from="11055" to="11064">
-      <rel label="AUXIL">
-        <span from="11023" to="11029" />
-      </rel>
-      <rel label="VMAIN" type="unary" />
-    </span>
-    <span id="s109_n2" from="11067" to="11071">
-      <rel label="THEMA" type="unary" />
-    </span>
-    <span id="s110_n5" from="11073" to="11088">
-      <rel label="PERSON" type="unary" />
-      <rel label="THEMA" type="unary" />
-    </span>
-  </spanList>
-</layer>
diff --git a/t/corpus/BRZ13/00001/xip/metadata.xml b/t/corpus/BRZ13/00001/xip/metadata.xml
deleted file mode 100644
index f84846d..0000000
--- a/t/corpus/BRZ13/00001/xip/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?xml-model href="metadata.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
-
-<metadata type="foundry" xmlns="http://ids-mannheim.de/ns/KorAP" docid="BRZ13_APR.00001">
-  <doc file="../text.xml" />
-  <foundry name="xip">
-    <layer name="token" segm="tok" file="tokens.xml" />
-    <layer name="sent" segm="s" file="sentences.xml" />
-    <layer name="syntax-const" file="constituency.xml" info="const" />
-    <layer name="syntax-dep" file="dependency.xml" info="rel" />
-    <layer name="morph" file="morpho.xml" info="pos lemma" />
-  </foundry>
-</metadata>
diff --git a/t/corpus/BRZ13/00001/xip/morpho.xml b/t/corpus/BRZ13/00001/xip/morpho.xml
deleted file mode 100644
index d971f62..0000000
--- a/t/corpus/BRZ13/00001/xip/morpho.xml
+++ /dev/null
@@ -1,18287 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?xml-model href="span.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
-
-<layer xmlns="http://ids-mannheim.de/ns/KorAP" version="KorAP-0.4" docid="BRZ13_APR.00001">
-  <spanList>
-    <span id="s1_n0" from="0" to="9">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sexuell</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s1_n2" from="10" to="20">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Missbrauch</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s2_n0" from="24" to="25">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s2_n2" from="25" to="28">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s2_n4" from="29" to="39">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schreien</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s2_n6" from="40" to="44">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Kind</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s2_n8" from="45" to="51">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">stecken</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s2_n10" from="52" to="56">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">noch</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s2_n12" from="57" to="61">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">tief</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s2_n14" from="62" to="64">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s2_n16" from="65" to="68">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s2_n18" from="68" to="69">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s2_n20" from="70" to="73">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s2_n22" from="74" to="79">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Opfer</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s2_n24" from="80" to="86">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">leiden</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s2_n26" from="87" to="90">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">oft</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s2_n28" from="91" to="105">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Jahrzehnt#lang</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s2_n30" from="105" to="106">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s3_n0" from="107" to="110">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nun</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s3_n2" from="111" to="115">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wollen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s3_n4" from="116" to="119">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s3_n6" from="120" to="135">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Bund/es#Regierung</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s3_n8" from="136" to="141">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s3_n10" from="142" to="147">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Fonds</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s3_n12" from="148" to="158">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein=richten</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s3_n14" from="158" to="159">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s3_n16" from="160" to="165">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">damit</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s3_n18" from="166" to="169">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s3_n20" from="170" to="178">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Beispiel</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s3_n22" from="179" to="188">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Therapie</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s3_n24" from="189" to="196">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bezahlen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s3_n26" from="197" to="203">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s3_n28" from="204" to="211">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">können</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s3_n30" from="211" to="212">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s4_n0" from="213" to="217">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s4_n2" from="218" to="228">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">betreffen</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s4_n4" from="229" to="236">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sprechen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s4_n6" from="237" to="242">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">über</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s4_n8" from="243" to="246">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s4_n10" from="247" to="256">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Martyrium</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s4_n12" from="256" to="257">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s5_n0" from="258" to="270">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Braunschweig</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s5_n2" from="270" to="271">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s6_n0" from="273" to="276">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s6_n2" from="277" to="281">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Frau</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s6_n4" from="281" to="282">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s6_n6" from="283" to="286">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s6_n8" from="287" to="292">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dies</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s6_n10" from="293" to="298">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Frage</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s6_n12" from="299" to="305">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">stellen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s6_n14" from="305" to="306">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s6_n16" from="307" to="310">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s6_n18" from="311" to="317">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">selbst</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s6_n20" from="318" to="322">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s6_n22" from="323" to="333">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">betreffen</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s6_n24" from="333" to="334">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">:</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s7_n0" from="335" to="337">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s7_n2" from="338" to="343">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s7_n4" from="344" to="350">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">E-Mail</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s7_n6" from="351" to="353">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">an</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s7_n8" from="354" to="360">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">unser</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s7_n10" from="361" to="370">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Redaktion</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s7_n12" from="371" to="379">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schreiben</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s7_n14" from="380" to="383">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s7_n16" from="383" to="384">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s7_n18" from="385" to="389">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dass</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s7_n20" from="390" to="394">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s7_n22" from="395" to="401">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Mutter</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s7_n24" from="402" to="405">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s7_n26" from="406" to="409">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s7_n28" from="410" to="415">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Vater</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s7_n30" from="416" to="419">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s7_n32" from="420" to="429">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Jahr#lang</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s7_n34" from="430" to="435">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">immer</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s7_n36" from="436" to="442">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wieder</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s7_n38" from="443" to="450">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sexuell</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s7_n40" from="451" to="462">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">missbrauchen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s7_n42" from="463" to="468">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s7_n44" from="468" to="469">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s8_n0" from="470" to="474">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erst</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s8_n2" from="475" to="478">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">als</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s8_n4" from="479" to="482">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s8_n6" from="483" to="485">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">18</f>
-            <f name="pos">NUM</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s8_n8" from="486" to="489">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s8_n10" from="490" to="493">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s8_n12" from="494" to="496">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s8_n14" from="497" to="502">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Hause</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s8_n16" from="503" to="512">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aus=ziehen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s8_n18" from="513" to="519">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">können</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s8_n20" from="519" to="520">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s8_n22" from="521" to="528">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">enden</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s8_n24" from="529" to="532">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s8_n26" from="533" to="546">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">körperlich</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s8_n28" from="547" to="553">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Qual</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s8_n30" from="553" to="554">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s9_n0" from="555" to="559">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aber</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s9_n2" from="560" to="564">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s9_n4" from="565" to="570">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Seele</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s9_n6" from="571" to="574">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s9_n8" from="575" to="580">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">immer</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s9_n10" from="581" to="585">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">noch</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s9_n12" from="586" to="591">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">krank</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s9_n14" from="591" to="592">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s9_n16" from="593" to="596">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s9_n18" from="597" to="608">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">61-jährig</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s9_n20" from="609" to="615">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">=leiden</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s9_n22" from="616" to="620">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nach</f>
-            <f name="pos">PTCL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s9_n24" from="621" to="624">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wie</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s9_n26" from="625" to="628">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">vor</f>
-            <f name="pos">PTCL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s9_n28" from="628" to="629">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s10_n0" from="630" to="633">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aus</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s10_n2" from="634" to="640">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dies</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s10_n4" from="641" to="646">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Grund</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s10_n6" from="647" to="653">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bitten</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s10_n8" from="654" to="657">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s10_n10" from="658" to="662">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Frau</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s10_n12" from="663" to="665">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">um</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s10_n14" from="666" to="677">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Anonymität</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s10_n18" from="682" to="686">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">für</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s10_n20" from="687" to="693">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dies</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s10_n22" from="694" to="701">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Artikel</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s10_n24" from="702" to="708">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nennen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s10_n26" from="709" to="712">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wir</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s10_n28" from="713" to="716">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s10_n30" from="717" to="726">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Katharina</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s10_n32" from="727" to="736">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">grünen#Berg</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s10_n34" from="736" to="737">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s11_n0" from="738" to="742">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wenn</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s11_n2" from="743" to="746">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">man</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s11_n4" from="747" to="756">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Katharina</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s11_n6" from="757" to="766">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">grünen#Berg</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s11_n8" from="767" to="769">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">an</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s11_n10" from="770" to="775">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s11_n12" from="776" to="782">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">rund</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s11_n14" from="783" to="788">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Tisch</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s11_n16" from="789" to="791">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s11_n18" from="792" to="804">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gemütlich</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s11_n20" from="805" to="815">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Wohnzimmer</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s11_n22" from="816" to="831">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gegenüber=sitzen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s11_n24" from="831" to="832">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s11_n26" from="833" to="836">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s11_n28" from="837" to="841">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wenn</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s11_n30" from="842" to="845">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">man</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s11_n32" from="846" to="849">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s11_n34" from="850" to="855">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">reden</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s11_n36" from="856" to="861">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">hören</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s11_n38" from="861" to="862">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s11_n40" from="863" to="868">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ruhig</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s11_n42" from="869" to="872">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s11_n44" from="873" to="876">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mit</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s11_n46" from="877" to="883">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">klar</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s11_n48" from="884" to="890">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Stimme</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s11_n50" from="890" to="891">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s11_n52" from="892" to="896">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dann</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s11_n54" from="897" to="902">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">meinen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s11_n56" from="903" to="906">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">man</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s11_n58" from="906" to="907">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s11_n60" from="908" to="913">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">alle</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s11_n62" from="914" to="917">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s11_n64" from="918" to="920">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s11_n66" from="921" to="927">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gut</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s11_n68" from="928" to="935">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Ordnung</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s11_n70" from="935" to="936">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s12_n0" from="937" to="941">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">doch</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s12_n2" from="942" to="946">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dann</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s12_n4" from="947" to="956">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schildern</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s12_n6" from="957" to="960">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s12_n8" from="960" to="961">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s12_n10" from="962" to="965">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wie</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s12_n12" from="966" to="969">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s12_n14" from="970" to="975">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">immer</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s12_n16" from="976" to="982">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wieder</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s12_n18" from="983" to="986">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s12_n20" from="987" to="1000">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Panik#Attacke</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s12_n22" from="1001" to="1008">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">packen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s12_n24" from="1009" to="1013">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s12_n26" from="1013" to="1014">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s12_n28" from="1015" to="1018">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wie</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s12_n30" from="1019" to="1029">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Tod/es#Angst</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s12_n32" from="1030" to="1034">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s12_n34" from="1035" to="1043">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Gedanke</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s12_n36" from="1044" to="1051">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">fesseln</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s12_n38" from="1051" to="1052">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s12_n40" from="1053" to="1056">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wie</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s12_n42" from="1057" to="1060">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s12_n44" from="1061" to="1066">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">denken</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s12_n46" from="1066" to="1067">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">:</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s13_n0" from="1068" to="1073">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">jetzt</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s13_n2" from="1074" to="1080">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bleiben</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s13_n4" from="1081" to="1085">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mein</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s13_n6" from="1086" to="1090">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Herz</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s13_n8" from="1091" to="1097">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">stehen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s13_n10" from="1097" to="1098">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s13_n12" from="1099" to="1104">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">jetzt</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s13_n14" from="1105" to="1109">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">müssen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s13_n16" from="1110" to="1113">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s13_n18" from="1114" to="1121">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sterben</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s13_n20" from="1121" to="1122">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s14_n0" from="1123" to="1125">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s14_n2" from="1126" to="1133">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">solch</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s14_n4" from="1134" to="1142">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Moment</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s14_n6" from="1143" to="1147">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">rasen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s14_n8" from="1148" to="1151">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s14_n10" from="1152" to="1156">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Herz</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s14_n12" from="1156" to="1157">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s14_n14" from="1158" to="1161">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s14_n16" from="1162" to="1170">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schwitzen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s14_n18" from="1171" to="1174">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s14_n20" from="1175" to="1185">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">verkrampfen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s14_n22" from="1186" to="1190">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s14_n24" from="1191" to="1193">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">so</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s14_n26" from="1194" to="1200">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">heftig</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s14_n28" from="1200" to="1201">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s14_n30" from="1202" to="1206">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dass</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s14_n32" from="1207" to="1210">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s14_n34" from="1211" to="1218">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Körper</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s14_n36" from="1219" to="1221">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">an</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s14_n38" from="1222" to="1225">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Tag</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s14_n40" from="1226" to="1232">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">danach</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s14_n42" from="1233" to="1237">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">noch</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s14_n44" from="1238" to="1246">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schmerzen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s14_n46" from="1246" to="1247">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s15_n0" from="1248" to="1252">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">laut</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s15_n2" from="1253" to="1261">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Diagnose</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s15_n4" from="1262" to="1266">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">leben</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s15_n6" from="1267" to="1276">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Katharina</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s15_n8" from="1277" to="1286">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">grünen#Berg</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s15_n10" from="1287" to="1290">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mit</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s15_n12" from="1291" to="1296">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s15_n14" from="1297" to="1310">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dissoziativen</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s15_n16" from="1311" to="1330">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Identität/s#Störung</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s15_n18" from="1330" to="1331">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s16_n0" from="1332" to="1335">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">was</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s16_n2" from="1336" to="1339">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s16_n4" from="1340" to="1348">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bedeuten</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s16_n6" from="1348" to="1349">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s16_n8" from="1350" to="1360">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">beschreiben</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s16_n10" from="1361" to="1364">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s16_n12" from="1365" to="1367">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">so</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s16_n14" from="1367" to="1368">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">:</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s17_n0" from="1369" to="1377">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aufgrund</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s17_n2" from="1378" to="1381">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s17_n4" from="1382" to="1395">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">traumatisch</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s17_n6" from="1396" to="1406">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Erlebnis</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s17_n8" from="1407" to="1412">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">durch</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s17_n10" from="1413" to="1416">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s17_n12" from="1417" to="1427">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Missbrauch</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s17_n14" from="1428" to="1433">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s17_n16" from="1434" to="1438">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s17_n18" from="1439" to="1444">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Teil</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s17_n20" from="1445" to="1450">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s17_n22" from="1451" to="1466">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Persönlichkeit</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s17_n24" from="1467" to="1478">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ab=spalten</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s17_n28" from="1483" to="1487">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s17_n30" from="1488" to="1502">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Schutz#Reaktion</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s17_n32" from="1502" to="1503">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s17_n34" from="1504" to="1506">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">um</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s17_n36" from="1507" to="1510">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s17_n38" from="1511" to="1521">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">unfassbar</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s17_n40" from="1522" to="1542">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">grenzen#Überschreitung</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s17_n42" from="1543" to="1546">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s17_n44" from="1547" to="1550">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s17_n46" from="1551" to="1566">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">vertrauen/s#Bruch</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s17_n48" from="1567" to="1575">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ertragen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s17_n50" from="1576" to="1578">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">PTCL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s17_n52" from="1579" to="1586">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">können</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s17_n54" from="1586" to="1587">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s17_n56" from="1588" to="1590">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">um</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s17_n58" from="1591" to="1601">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">überleben</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s17_n60" from="1602" to="1604">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">PTCL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s17_n62" from="1605" to="1612">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">können</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s17_n64" from="1612" to="1613">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s18_n0" from="1614" to="1615">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s18_n2" from="1615" to="1620">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dies</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s18_n4" from="1621" to="1631">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Abspaltung</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s18_n6" from="1632" to="1640">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">betreffen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s18_n8" from="1641" to="1653">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schrecklich</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s18_n10" from="1654" to="1666">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Erinnerung</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s18_n12" from="1667" to="1670">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s18_n14" from="1671" to="1679">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Gefühl</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s18_n16" from="1679" to="1680">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s18_n18" from="1680" to="1681">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s18_n20" from="1682" to="1690">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erklären</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s18_n22" from="1691" to="1694">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s18_n24" from="1694" to="1695">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s19_n0" from="1696" to="1697">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s19_n2" from="1697" to="1702">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">durch</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s19_n4" from="1703" to="1715">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">verscheiden</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s19_n6" from="1716" to="1721">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Reize</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s19_n8" from="1722" to="1725">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wie</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s19_n10" from="1726" to="1734">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Geruch</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s19_n12" from="1734" to="1735">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s19_n14" from="1736" to="1746">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Geräusch</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s19_n16" from="1747" to="1750">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s19_n18" from="1751" to="1757">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Bild</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s19_n20" from="1758" to="1765">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">können</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s19_n22" from="1766" to="1771">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dies</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s19_n24" from="1772" to="1784">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Erinnerung</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s19_n26" from="1785" to="1788">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s19_n28" from="1789" to="1797">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Gefühl</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s19_n30" from="1798" to="1802">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aber</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s19_n32" from="1803" to="1813">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">blitzen#artig</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s19_n34" from="1814" to="1823">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aktivieren</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s19_n36" from="1824" to="1830">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s19_n40" from="1835" to="1838">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s19_n42" from="1839" to="1843">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s19_n44" from="1844" to="1848">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dann</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s19_n46" from="1849" to="1851">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">so</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s19_n48" from="1852" to="1865">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">übermächtig</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s19_n50" from="1865" to="1866">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s19_n52" from="1867" to="1871">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dass</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s19_n54" from="1872" to="1875">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s19_n56" from="1876" to="1879">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s19_n58" from="1880" to="1884">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">für</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s19_n60" from="1885" to="1889">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">real</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s19_n62" from="1890" to="1895">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">halten</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s19_n64" from="1896" to="1899">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s19_n66" from="1900" to="1905">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nicht</f>
-            <f name="pos">NEGAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s19_n68" from="1906" to="1915">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein=ordnen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s19_n70" from="1916" to="1920">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">können</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s19_n72" from="1920" to="1921">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s20_n0" from="1922" to="1925">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">man</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s20_n2" from="1926" to="1930">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">können</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s20_n4" from="1931" to="1934">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nur</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s20_n6" from="1935" to="1941">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">lernen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s20_n8" from="1941" to="1942">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s20_n10" from="1943" to="1947">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s20_n12" from="1948" to="1953">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">davon</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s20_n14" from="1954" to="1959">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nicht</f>
-            <f name="pos">NEGAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s20_n16" from="1960" to="1970">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">weg=reißen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s20_n18" from="1971" to="1973">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">PTCL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s20_n20" from="1974" to="1980">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">lassen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s20_n22" from="1980" to="1981">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">;</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s21_n0" from="1982" to="1991">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">teilweise</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s21_n2" from="1992" to="1999">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gelingen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s21_n4" from="2000" to="2003">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s21_n6" from="2004" to="2007">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s21_n8" from="2008" to="2018">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">inzwischen</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s21_n10" from="2018" to="2019">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s22_n0" from="2020" to="2024">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aber</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s22_n2" from="2025" to="2027">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">es</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s22_n4" from="2028" to="2031">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s22_n6" from="2032" to="2043">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">unglaublich</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s22_n8" from="2044" to="2055">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">an=strengen</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s22_n10" from="2055" to="2056">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s23_n0" from="2057" to="2060">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s23_n2" from="2061" to="2068">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">brauchen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s23_n4" from="2069" to="2072">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">all</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s23_n6" from="2073" to="2078">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mein</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s23_n8" from="2079" to="2086">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Energie</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s23_n10" from="2086" to="2087">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s23_n12" from="2088" to="2090">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">um</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s23_n14" from="2091" to="2095">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s23_n16" from="2096" to="2105">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">permanent</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s23_n18" from="2106" to="2108">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">PTCL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s23_n20" from="2109" to="2122">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kontrollieren</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s23_n22" from="2123" to="2126">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s23_n24" from="2127" to="2132">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s23_n26" from="2133" to="2141">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Anschein</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s23_n28" from="2142" to="2145">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s23_n30" from="2146" to="2157">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Normalität</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s23_n32" from="2158" to="2170">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">herzu=stellen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s23_n34" from="2170" to="2171">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s24_n0" from="2171" to="2172">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s24_n2" from="2173" to="2178">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">lange</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s24_n4" from="2179" to="2188">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">warten/e#Zeit</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s24_n6" from="2189" to="2192">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">auf</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s24_n8" from="2193" to="2201">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Therapie</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s24_n10" from="2202" to="2207">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">viel</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s24_n12" from="2208" to="2213">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Jahr</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s24_n14" from="2214" to="2218">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">lang</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s24_n16" from="2219" to="2224">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s24_n18" from="2225" to="2234">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Katharina</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s24_n20" from="2235" to="2244">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">grünen#Berg</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s24_n22" from="2245" to="2253">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">komplett</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s24_n24" from="2254" to="2264">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">verdrängen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s24_n26" from="2264" to="2265">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s24_n28" from="2266" to="2269">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">was</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s24_n30" from="2270" to="2274">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s24_n32" from="2275" to="2281">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Eltern</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s24_n34" from="2282" to="2285">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s24_n36" from="2286" to="2293">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">an=tun</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s24_n38" from="2294" to="2299">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s24_n40" from="2299" to="2300">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s25_n0" from="2301" to="2304">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s25_n2" from="2305" to="2310">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s25_n4" from="2311" to="2314">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s25_n6" from="2315" to="2327">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">traumatisch</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s25_n8" from="2328" to="2340">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aus=blenden</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s25_n10" from="2340" to="2341">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s25_n12" from="2342" to="2344">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">es</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s25_n14" from="2345" to="2347">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s25_n16" from="2348" to="2353">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s25_n18" from="2354" to="2367">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ab=riegeln</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s25_n20" from="2368" to="2375">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Bereich</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s25_n22" from="2376" to="2380">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ganz</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s25_n24" from="2381" to="2385">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">tief</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s25_n26" from="2386" to="2388">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s25_n28" from="2389" to="2394">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s25_n30" from="2395" to="2402">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">inner</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s25_n32" from="2403" to="2411">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">verbannen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s25_n34" from="2411" to="2412">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s26_n0" from="2413" to="2416">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s26_n2" from="2417" to="2420">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s26_n4" from="2421" to="2424">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">als</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s26_n6" from="2425" to="2433">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Lehrerin</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s26_n8" from="2434" to="2444">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">arbeiten</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s26_n10" from="2444" to="2445">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s26_n12" from="2446" to="2456">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">heiraten</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s26_n14" from="2457" to="2460">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s26_n16" from="2461" to="2465">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zwei</f>
-            <f name="pos">NUM</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s26_n18" from="2466" to="2474">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Tochter</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s26_n20" from="2475" to="2483">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bekommen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s26_n22" from="2483" to="2484">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s27_n0" from="2485" to="2494">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">irgendwie</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s27_n2" from="2495" to="2498">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kommen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s27_n4" from="2499" to="2502">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s27_n6" from="2503" to="2509">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">durch</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s27_n8" from="2510" to="2515">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">leben</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s27_n12" from="2520" to="2524">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">auch</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s27_n14" from="2525" to="2529">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wenn</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s27_n16" from="2530" to="2532">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">es</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s27_n18" from="2533" to="2536">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s27_n20" from="2537" to="2542">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">immer</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s27_n22" from="2543" to="2553">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schwer=fallen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s27_n24" from="2553" to="2554">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s27_n26" from="2555" to="2557">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">PTCL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s27_n28" from="2558" to="2567">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">vertrauen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s27_n30" from="2568" to="2571">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s27_n32" from="2572" to="2577">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Nähe</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s27_n34" from="2578" to="2588">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu=lassen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s27_n36" from="2588" to="2589">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s28_n0" from="2590" to="2596">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">einige</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s28_n2" from="2597" to="2602">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Jahr</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s28_n4" from="2603" to="2607">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nach</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s28_n6" from="2608" to="2611">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s28_n8" from="2612" to="2618">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Geburt</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s28_n10" from="2619" to="2624">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s28_n12" from="2625" to="2633">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Tochter</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s28_n14" from="2634" to="2639">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">brechen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s28_n16" from="2640" to="2643">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s28_n18" from="2644" to="2656">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">vermeintlich</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s28_n20" from="2657" to="2662">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">heil</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s28_n22" from="2663" to="2667">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Welt</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s28_n24" from="2668" to="2676">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zusammen</f>
-            <f name="pos">PTCL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s28_n26" from="2676" to="2677">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s28_n28" from="2678" to="2681">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">all</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s28_n30" from="2682" to="2685">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s28_n32" from="2686" to="2697">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">verdrängen</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s28_n34" from="2698" to="2709">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">überrollen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s28_n36" from="2710" to="2713">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s28_n38" from="2713" to="2714">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s29_n0" from="2715" to="2718">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s29_n2" from="2719" to="2725">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">müssen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s29_n4" from="2726" to="2731">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s29_n6" from="2732" to="2737">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Beruf</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s29_n8" from="2738" to="2746">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">auf=geben</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s29_n10" from="2746" to="2747">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s29_n12" from="2748" to="2752">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">weil</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s29_n14" from="2753" to="2756">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s29_n16" from="2757" to="2760">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s29_n18" from="2761" to="2774">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Anforderung</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s29_n20" from="2775" to="2780">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nicht</f>
-            <f name="pos">NEGAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s29_n22" from="2781" to="2785">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mehr</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s29_n24" from="2786" to="2795">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wachsen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s29_n26" from="2796" to="2799">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s29_n28" from="2799" to="2800">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s29_n30" from="2801" to="2804">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s29_n32" from="2805" to="2810">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s29_n34" from="2811" to="2827">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">früh#pensionieren</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s29_n36" from="2827" to="2828">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s30_n0" from="2829" to="2832">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s30_n2" from="2833" to="2836">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Ehe</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s30_n4" from="2837" to="2845">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zerbrechen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s30_n6" from="2845" to="2846">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s31_n0" from="2847" to="2857">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">inzwischen</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s31_n2" from="2858" to="2862">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">leben</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s31_n4" from="2863" to="2866">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s31_n6" from="2867" to="2870">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s31_n8" from="2871" to="2876">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s31_n10" from="2877" to="2902">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Erwerb/s#unFähigkeit/s#Rente</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s31_n12" from="2903" to="2906">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s31_n14" from="2907" to="2911">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">geben</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s31_n16" from="2912" to="2917">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gegen</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s31_n18" from="2918" to="2921">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s31_n20" from="2922" to="2929">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">klein</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s31_n22" from="2930" to="2937">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Honorar</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s31_n24" from="2938" to="2943">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Kurs</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s31_n26" from="2944" to="2946">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">an</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s31_n28" from="2947" to="2952">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s31_n30" from="2953" to="2968">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Volkshochschule</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s31_n32" from="2968" to="2969">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s32_n0" from="2970" to="2974">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">seit</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s32_n2" from="2975" to="2979">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">etwa</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s32_n4" from="2980" to="2982">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">20</f>
-            <f name="pos">NUM</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s32_n6" from="2983" to="2989">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Jahr</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s32_n8" from="2990" to="2993">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s32_n10" from="2994" to="3003">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Katharina</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s32_n12" from="3004" to="3013">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">grünen#Berg</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s32_n14" from="3014" to="3017">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nun</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s32_n16" from="3018" to="3021">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mit</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s32_n18" from="3022" to="3037">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Unterbrechung</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s32_n20" from="3038" to="3041">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bei</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s32_n22" from="3042" to="3055">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">verscheiden</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s32_n24" from="3056" to="3067">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Therapeut</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s32_n26" from="3068" to="3071">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s32_n28" from="3072" to="3079">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Arzt</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s32_n30" from="3080" to="3082">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s32_n32" from="3083" to="3093">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Behandelung</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s32_n34" from="3093" to="3094">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s33_n0" from="3095" to="3098">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s33_n2" from="3099" to="3106">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sprechen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s33_n4" from="3107" to="3110">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s33_n6" from="3111" to="3116">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s33_n8" from="3117" to="3133">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Therapie#Karriere</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s33_n12" from="3138" to="3141">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s33_n14" from="3142" to="3144">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s33_n16" from="3145" to="3150">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s33_n18" from="3151" to="3157">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Stimme</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s33_n20" from="3158" to="3166">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">=schwingen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s33_n22" from="3167" to="3170">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bei</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s33_n24" from="3171" to="3177">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dies</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s33_n26" from="3178" to="3182">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Wort</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s33_n28" from="3183" to="3192">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Sarkasmus</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s33_n30" from="3193" to="3196">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mit</f>
-            <f name="pos">PTCL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s33_n32" from="3196" to="3197">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s34_n0" from="3198" to="3201">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bis</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s34_n2" from="3202" to="3205">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">man</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s34_n4" from="3206" to="3211">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s34_n6" from="3212" to="3221">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">passend</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s34_n8" from="3222" to="3233">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Therapeut</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s34_n10" from="3234" to="3239">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">finden</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s34_n12" from="3239" to="3240">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s34_n14" from="3241" to="3248">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">brauchen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s34_n16" from="3249" to="3252">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">man</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s34_n18" from="3253" to="3260">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mehrere</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s34_n20" from="3261" to="3269">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Anlauf</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s34_n22" from="3269" to="3270">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s34_n24" from="3271" to="3275">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sagen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s34_n26" from="3276" to="3279">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s34_n28" from="3279" to="3280">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">;</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s35_n0" from="3281" to="3286">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">hinzu</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s35_n2" from="3287" to="3293">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kommen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s35_n4" from="3294" to="3297">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s35_n6" from="3298" to="3301">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">oft</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s35_n8" from="3302" to="3308">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">lang</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s35_n10" from="3309" to="3320">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">warten/e#Zeit</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s35_n12" from="3320" to="3321">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s36_n0" from="3322" to="3325">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s36_n2" from="3326" to="3336">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">beschreiben</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s36_n4" from="3337" to="3343">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dies</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s36_n6" from="3344" to="3347">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Weg</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s36_n8" from="3348" to="3351">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">als</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s36_n10" from="3352" to="3359">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Odyssee</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s36_n12" from="3359" to="3360">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s37_n0" from="3361" to="3368">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">niemand</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s37_n2" from="3369" to="3373">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dürfen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s37_n4" from="3374" to="3379">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">etwas</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s37_n6" from="3380" to="3388">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erfahren</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s37_n8" from="3389" to="3392">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wie</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s37_n10" from="3393" to="3395">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">es</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s37_n12" from="3396" to="3399">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s37_n14" from="3400" to="3405">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">jetzt</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s37_n16" from="3406" to="3410">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gehen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s37_n18" from="3410" to="3411">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">?</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s38_n0" from="3412" to="3413">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s38_n2" from="3413" to="3416">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s38_n4" from="3417" to="3421">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s38_n6" from="3422" to="3430">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ständig</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s38_n8" from="3431" to="3434">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s38_n10" from="3435" to="3442">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Gefühl</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s38_n12" from="3442" to="3443">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s38_n14" from="3444" to="3448">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dass</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s38_n16" from="3449" to="3453">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mein</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s38_n18" from="3454" to="3463">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Fundament</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s38_n20" from="3464" to="3470">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">morsch</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s38_n22" from="3471" to="3474">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s38_n24" from="3474" to="3475">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s38_n26" from="3476" to="3480">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dass</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s38_n28" from="3481" to="3483">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">es</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s38_n30" from="3484" to="3490">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nichts</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s38_n32" from="3491" to="3505">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">verlässlich</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s38_n34" from="3506" to="3510">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">geben</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s38_n36" from="3510" to="3511">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s38_n38" from="3512" to="3516">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dass</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s38_n40" from="3517" to="3520">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s38_n42" from="3521" to="3526">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">leben</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s38_n44" from="3527" to="3531">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s38_n46" from="3532" to="3539">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">völlig</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s38_n48" from="3540" to="3552">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">überfordern</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s38_n50" from="3552" to="3553">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s39_n0" from="3554" to="3561">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">morgens</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s39_n2" from="3562" to="3565">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s39_n4" from="3566" to="3568">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">es</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s39_n6" from="3569" to="3577">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">meistens</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s39_n8" from="3578" to="3581">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s39_n10" from="3582" to="3587">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Kampf</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s39_n12" from="3587" to="3588">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s39_n14" from="3589" to="3599">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">überhaupt</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s39_n16" from="3600" to="3611">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">auf=stehen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s39_n18" from="3611" to="3612">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s40_n0" from="3613" to="3616">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s40_n2" from="3617" to="3625">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">versuchen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s40_n4" from="3625" to="3626">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s40_n6" from="3627" to="3630">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s40_n8" from="3631" to="3641">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gedanklich</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s40_n10" from="3642" to="3648">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Insel</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s40_n12" from="3649" to="3651">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">PTCL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s40_n14" from="3652" to="3657">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bauen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s40_n16" from="3657" to="3658">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">:</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s41_n0" from="3659" to="3665">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">worauf</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s41_n2" from="3666" to="3673">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">können</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s41_n4" from="3674" to="3677">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s41_n6" from="3678" to="3682">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s41_n8" from="3683" to="3689">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">freuen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s41_n10" from="3689" to="3690">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">?</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s42_n0" from="3691" to="3695">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aber</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s42_n2" from="3696" to="3699">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s42_n4" from="3700" to="3704">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">müssen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s42_n6" from="3705" to="3708">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s42_n8" from="3709" to="3712">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s42_n10" from="3713" to="3725">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">konstruieren</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s42_n12" from="3725" to="3726">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s43_n0" from="3727" to="3738">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">theoretisch</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s43_n2" from="3739" to="3744">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wissen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s43_n4" from="3745" to="3748">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s43_n6" from="3748" to="3749">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s43_n8" from="3750" to="3753">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">was</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s43_n10" from="3754" to="3766">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">leben/s#Freude</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s43_n12" from="3767" to="3770">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s43_n16" from="3775" to="3778">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wie</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s43_n18" from="3779" to="3781">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">es</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s43_n20" from="3782" to="3786">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s43_n22" from="3787" to="3795">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">an=fühlen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s43_n24" from="3795" to="3796">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s43_n26" from="3797" to="3804">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">beginnen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s43_n28" from="3805" to="3808">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s43_n30" from="3809" to="3813">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erst</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s43_n32" from="3814" to="3819">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">jetzt</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s43_n34" from="3820" to="3827">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">langsam</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s43_n36" from="3828" to="3830">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">PTCL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s43_n38" from="3831" to="3836">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ahnen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s43_n40" from="3836" to="3837">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s44_n0" from="3838" to="3841">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s44_n2" from="3842" to="3845">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s44_n4" from="3846" to="3850">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kaum</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s44_n6" from="3851" to="3853">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s44_n8" from="3854" to="3857">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s44_n10" from="3858" to="3862">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Lage</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s44_n12" from="3862" to="3863">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s44_n14" from="3864" to="3872">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Gefühl</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s44_n16" from="3873" to="3883">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu=lassen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s44_n18" from="3883" to="3884">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">;</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s45_n0" from="3885" to="3891">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">weinen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s45_n2" from="3892" to="3894">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">PTCL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s45_n4" from="3895" to="3902">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">können</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s45_n6" from="3902" to="3903">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s45_n8" from="3904" to="3911">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erobern</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s45_n10" from="3912" to="3915">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s45_n12" from="3916" to="3919">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s45_n14" from="3920" to="3926">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gerade</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s45_n16" from="3927" to="3934">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zurück</f>
-            <f name="pos">PTCL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s45_n18" from="3934" to="3935">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s46_n0" from="3935" to="3936">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s46_n2" from="3937" to="3941">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nach</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s46_n4" from="3942" to="3948">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">außen</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s46_n6" from="3949" to="3952">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">hin</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s46_n8" from="3953" to="3959">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">lassen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s46_n10" from="3960" to="3963">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s46_n12" from="3964" to="3968">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s46_n14" from="3969" to="3974">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">davon</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s46_n16" from="3975" to="3981">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nichts</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s46_n18" from="3982" to="3990">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">an=merken</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s46_n20" from="3990" to="3991">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s47_n0" from="3992" to="3995">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s47_n2" from="3996" to="4003">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Fassade</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s47_n4" from="4004" to="4009">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">stehen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s47_n6" from="4009" to="4010">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s48_n0" from="4011" to="4017">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kein</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s48_n2" from="4018" to="4022">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dürfen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s48_n4" from="4023" to="4028">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">etwas</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s48_n6" from="4029" to="4037">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erfahren</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s48_n8" from="4037" to="4038">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">!</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s49_n0" from="4039" to="4043">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">doch</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s49_n2" from="4044" to="4052">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zugleich</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s49_n4" from="4053" to="4056">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s49_n6" from="4057" to="4060">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s49_n8" from="4061" to="4064">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s49_n10" from="4065" to="4071">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Wunsch</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s49_n12" from="4071" to="4072">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s49_n14" from="4073" to="4076">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mit</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s49_n16" from="4077" to="4082">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s49_n18" from="4083" to="4087">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Leid</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s49_n20" from="4088" to="4095">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sehen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s49_n22" from="4096" to="4098">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">PTCL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s49_n24" from="4099" to="4105">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s49_n26" from="4105" to="4106">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s49_n28" from="4107" to="4109">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">um</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s49_n30" from="4110" to="4114">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s49_n32" from="4115" to="4121">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">selber</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s49_n34" from="4122" to="4129">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">glauben</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s49_n36" from="4130" to="4132">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">PTCL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s49_n38" from="4133" to="4140">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">können</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s49_n40" from="4140" to="4141">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s50_n0" from="4142" to="4143">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s50_n2" from="4143" to="4148">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mein</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s50_n4" from="4149" to="4155">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Eltern</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s50_n6" from="4156" to="4161">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s50_n8" from="4162" to="4165">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s50_n10" from="4166" to="4171">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">immer</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s50_n12" from="4172" to="4178">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sagen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s50_n14" from="4178" to="4179">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s50_n16" from="4180" to="4184">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dass</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s50_n18" from="4185" to="4188">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s50_n20" from="4189" to="4194">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">lügen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s50_n22" from="4194" to="4195">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s51_n0" from="4196" to="4199">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s51_n2" from="4200" to="4206">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">=brennen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s51_n4" from="4207" to="4211">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s51_n6" from="4212" to="4215">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">PTCL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s51_n8" from="4215" to="4216">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s52_n0" from="4217" to="4227">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">irgendwann</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s52_n2" from="4228" to="4234">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kommen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s52_n4" from="4235" to="4247">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">tatsächlich</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s52_n6" from="4248" to="4255">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Zweifel</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s52_n8" from="4255" to="4256">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s52_n10" from="4257" to="4259">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ob</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s52_n12" from="4260" to="4263">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">man</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s52_n14" from="4264" to="4268">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s52_n16" from="4269" to="4272">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s52_n18" from="4273" to="4278">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">alle</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s52_n20" from="4279" to="4282">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nur</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s52_n22" from="4283" to="4292">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein=bilden</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s52_n24" from="4292" to="4293">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s52_n26" from="4293" to="4294">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s52_n28" from="4295" to="4299">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sagen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s52_n30" from="4300" to="4303">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s52_n32" from="4303" to="4304">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s53_n0" from="4305" to="4306">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s53_n2" from="4306" to="4310">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dann</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s53_n4" from="4311" to="4321">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">verfestigen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s53_n6" from="4322" to="4326">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s53_n8" from="4327" to="4329">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">so</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s53_n10" from="4330" to="4333">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s53_n12" from="4334" to="4345">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">furchtbar</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s53_n14" from="4346" to="4353">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Gefühl</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s53_n16" from="4353" to="4354">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">:</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s54_n0" from="4355" to="4361">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kein</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s54_n2" from="4362" to="4368">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">glauben</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s54_n4" from="4369" to="4372">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s54_n6" from="4372" to="4373">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s54_n8" from="4374" to="4380">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kein</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s54_n10" from="4381" to="4386">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">helfen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s54_n12" from="4387" to="4390">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s54_n14" from="4390" to="4391">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s54_n16" from="4392" to="4395">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s54_n18" from="4396" to="4399">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s54_n20" from="4400" to="4406">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nichts</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s54_n22" from="4407" to="4411">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wert</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s54_n24" from="4411" to="4412">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s55_n0" from="4412" to="4413">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s55_n2" from="4414" to="4419">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kein</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s55_n4" from="4420" to="4439">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">opfern#Entschädigung</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s55_n6" from="4440" to="4443">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">vor</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s55_n8" from="4444" to="4451">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">einige</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s55_n10" from="4452" to="4458">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Jahr</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s55_n12" from="4459" to="4462">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s55_n14" from="4463" to="4466">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s55_n16" from="4467" to="4475">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">versuchen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s55_n18" from="4475" to="4476">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s55_n20" from="4477" to="4488">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">finanziell</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s55_n22" from="4489" to="4503">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Unterstützung</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s55_n24" from="4504" to="4509">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">über</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s55_n26" from="4510" to="4513">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s55_n28" from="4514" to="4540">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">opfern#Entschädigung/s#Gesetz</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s55_n30" from="4541" to="4543">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">PTCL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s55_n32" from="4544" to="4552">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bekommen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s55_n34" from="4552" to="4553">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s56_n0" from="4554" to="4560">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dies</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s56_n2" from="4561" to="4567">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Gesetz</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s56_n4" from="4568" to="4573">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">=sehen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s56_n6" from="4574" to="4599">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Entschädigung/s#Leistung</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s56_n8" from="4600" to="4604">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">für</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s56_n10" from="4605" to="4610">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Opfer</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s56_n12" from="4611" to="4614">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s56_n14" from="4615" to="4626">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Gewalt#Tat</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s56_n16" from="4627" to="4630">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">vor</f>
-            <f name="pos">PTCL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s56_n18" from="4630" to="4631">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s56_n20" from="4632" to="4635">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s56_n22" from="4636" to="4651">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gesundheitlich</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s56_n24" from="4652" to="4660">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Schaden</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s56_n26" from="4661" to="4669">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erleiden</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s56_n28" from="4670" to="4675">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s56_n30" from="4675" to="4676">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s57_n0" from="4677" to="4678">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s57_n2" from="4678" to="4681">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s57_n4" from="4682" to="4698">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Antrag/s#Prozedere</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s57_n6" from="4699" to="4702">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s57_n8" from="4703" to="4712">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ungefähr</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s57_n10" from="4713" to="4717">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zwei</f>
-            <f name="pos">NUM</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s57_n12" from="4718" to="4723">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Jahr</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s57_n14" from="4724" to="4732">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dauern</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s57_n16" from="4732" to="4733">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s57_n18" from="4733" to="4734">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s57_n20" from="4735" to="4743">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erzählen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s57_n22" from="4744" to="4747">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s57_n24" from="4747" to="4748">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s58_n0" from="4749" to="4761">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schließlich</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s58_n2" from="4762" to="4765">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s58_n4" from="4766" to="4770">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zwar</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s58_n6" from="4771" to="4780">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">an=erkennen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s58_n8" from="4781" to="4787">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s58_n10" from="4787" to="4788">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s58_n12" from="4789" to="4793">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dass</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s58_n14" from="4794" to="4798">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s58_n16" from="4799" to="4815">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gesundheitlich</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s58_n18" from="4816" to="4835">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Beeinträchtigung</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s58_n20" from="4836" to="4839">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s58_n22" from="4840" to="4853">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Behinderung</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s58_n24" from="4854" to="4858">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s58_n26" from="4859" to="4864">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Folge</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s58_n28" from="4865" to="4868">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s58_n30" from="4869" to="4880">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Missbrauch</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s58_n32" from="4881" to="4885">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s58_n34" from="4885" to="4886">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s58_n36" from="4887" to="4891">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aber</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s58_n38" from="4892" to="4894">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">da</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s58_n40" from="4895" to="4898">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s58_n42" from="4899" to="4904">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Tat</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s58_n44" from="4905" to="4908">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">vor</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s58_n46" from="4909" to="4922">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Inkrafttreten</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s58_n48" from="4923" to="4926">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s58_n50" from="4927" to="4935">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Gesetz</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s58_n52" from="4936" to="4940">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">1976</f>
-            <f name="pos">NUM</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s58_n54" from="4941" to="4950">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">geschehen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s58_n56" from="4951" to="4955">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s58_n58" from="4955" to="4956">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s58_n60" from="4957" to="4963">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">fällen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s58_n62" from="4964" to="4967">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s58_n64" from="4968" to="4973">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">unter</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s58_n66" from="4974" to="4978">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s58_n68" from="4979" to="4997">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Übergang/s#Regelung</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s58_n70" from="4997" to="4998">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s59_n0" from="4999" to="5004">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dies</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s59_n2" from="5005" to="5010">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">=setzen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s59_n4" from="5011" to="5015">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s59_n6" from="5016" to="5027">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">finanziell</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s59_n8" from="5028" to="5042">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Bedürftigkeit</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s59_n10" from="5043" to="5049">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">voraus</f>
-            <f name="pos">PTCL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s59_n12" from="5049" to="5050">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s59_n14" from="5051" to="5053">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">um</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s59_n16" from="5054" to="5068">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Unterstützung</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s59_n18" from="5069" to="5071">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">PTCL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s59_n20" from="5072" to="5080">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bekommen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s59_n24" from="5085" to="5091">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dafür</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s59_n26" from="5092" to="5095">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s59_n28" from="5096" to="5099">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s59_n30" from="5100" to="5109">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein=kommen</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s59_n32" from="5110" to="5114">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aber</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s59_n34" from="5115" to="5120">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nicht</f>
-            <f name="pos">NEGAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s59_n36" from="5121" to="5127">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gering</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s59_n38" from="5128" to="5133">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">genug</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s59_n40" from="5133" to="5134">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s60_n0" from="5135" to="5136">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s60_n2" from="5136" to="5142">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s60_n4" from="5143" to="5146">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s60_n6" from="5147" to="5157">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Missbrauch</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s60_n8" from="5158" to="5162">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nach</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s60_n10" from="5163" to="5167">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">1976</f>
-            <f name="pos">NUM</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s60_n12" from="5168" to="5181">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">statt=finden</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s60_n14" from="5181" to="5182">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s60_n16" from="5183" to="5189">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s60_n18" from="5190" to="5193">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s60_n20" from="5194" to="5198">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s60_n22" from="5199" to="5226">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Beruf/s#aus=fallen#Entschädigung</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s60_n24" from="5227" to="5238">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu=gestehen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s60_n26" from="5238" to="5239">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s60_n28" from="5239" to="5240">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s60_n30" from="5241" to="5245">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sagen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s60_n32" from="5246" to="5255">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Katharina</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s60_n34" from="5256" to="5265">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">grünen#Berg</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s60_n36" from="5265" to="5266">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s61_n0" from="5267" to="5268">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s61_n2" from="5268" to="5271">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s61_n4" from="5272" to="5278">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s61_n6" from="5279" to="5283">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zwar</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s61_n8" from="5284" to="5287">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s61_n10" from="5288" to="5298">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Missbrauch</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s61_n12" from="5299" to="5304">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nicht</f>
-            <f name="pos">NEGAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s61_n14" from="5305" to="5311">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wieder</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s61_n16" from="5312" to="5321">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gut=machen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s61_n18" from="5322" to="5329">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">können</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s61_n20" from="5329" to="5330">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s61_n22" from="5331" to="5335">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aber</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s61_n24" from="5336" to="5338">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">es</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s61_n26" from="5339" to="5345">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s61_n28" from="5346" to="5349">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s61_n30" from="5350" to="5357">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ersparen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s61_n32" from="5357" to="5358">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s61_n34" from="5359" to="5364">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">neben</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s61_n36" from="5365" to="5368">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s61_n38" from="5369" to="5380">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">psychisch</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s61_n40" from="5381" to="5386">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Kampf</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s61_n42" from="5387" to="5390">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">um</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s61_n44" from="5391" to="5401">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">überleben</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s61_n46" from="5402" to="5406">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">auch</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s61_n48" from="5407" to="5411">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">noch</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s61_n50" from="5412" to="5415">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s61_n52" from="5416" to="5430">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">existenziell</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s61_n54" from="5431" to="5447">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">überleben/s#Kampf</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s61_n56" from="5448" to="5455">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">führen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s61_n58" from="5456" to="5458">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">PTCL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s61_n60" from="5459" to="5466">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">müssen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s61_n62" from="5466" to="5467">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s62_n0" from="5467" to="5468">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s62_n2" from="5469" to="5480">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">stationär</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s62_n4" from="5481" to="5491">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Behandelung</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s62_n6" from="5492" to="5498">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nötig</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s62_n8" from="5499" to="5502">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">was</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s62_n10" from="5503" to="5512">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Katharina</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s62_n12" from="5513" to="5522">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">grünen#Berg</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s62_n14" from="5523" to="5528">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zudem</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s62_n16" from="5529" to="5537">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">belasten</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s62_n18" from="5537" to="5538">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s62_n20" from="5539" to="5543">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s62_n22" from="5544" to="5547">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s62_n24" from="5548" to="5560">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wiederholen</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s62_n26" from="5561" to="5581">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Auseinandersetzung</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s62_n28" from="5582" to="5585">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mit</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s62_n30" from="5586" to="5591">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s62_n32" from="5592" to="5600">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">privat</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s62_n34" from="5601" to="5613">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Krankenkasse</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s62_n36" from="5613" to="5614">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s63_n0" from="5615" to="5619">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zwar</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s63_n2" from="5620" to="5624">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s63_n4" from="5625" to="5628">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s63_n6" from="5629" to="5634">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Kasse</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s63_n8" from="5635" to="5640">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">neben</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s63_n10" from="5641" to="5645">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zwei</f>
-            <f name="pos">NUM</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s63_n12" from="5646" to="5656">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ambulant</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s63_n14" from="5657" to="5666">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Therapie</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s63_n16" from="5667" to="5671">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">auch</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s63_n18" from="5672" to="5683">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">stationär</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s63_n20" from="5684" to="5693">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Therapie</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s63_n22" from="5694" to="5701">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bezahlen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s63_n24" from="5701" to="5702">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s63_n26" from="5703" to="5707">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">doch</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s63_n28" from="5708" to="5712">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s63_n30" from="5713" to="5716">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s63_n32" from="5717" to="5720">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s63_n34" from="5721" to="5733">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">behandeln</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s63_n36" from="5734" to="5741">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Arzt</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s63_n38" from="5742" to="5745">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">als</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s63_n40" from="5746" to="5755">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">notwendig</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s63_n42" from="5756" to="5765">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erachten</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s63_n44" from="5766" to="5779">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Verlängerung</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s63_n46" from="5780" to="5783">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s63_n48" from="5784" to="5796">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">stationär</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s63_n50" from="5797" to="5808">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Aufenthalt</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s63_n52" from="5809" to="5814">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">über</f>
-            <f name="pos">POSTP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s63_n54" from="5815" to="5819">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">vier</f>
-            <f name="pos">NUM</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s63_n56" from="5820" to="5826">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Woche</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s63_n58" from="5827" to="5833">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">hinaus</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s63_n60" from="5834" to="5837">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s63_n62" from="5838" to="5843">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">jede</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s63_n64" from="5844" to="5847">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Mal</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s63_n66" from="5848" to="5857">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ab=lehnen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s63_n68" from="5858" to="5864">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s63_n72" from="5869" to="5874">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">immer</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s63_n74" from="5875" to="5878">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mit</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s63_n76" from="5879" to="5882">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s63_n78" from="5883" to="5894">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Begründung</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s63_n80" from="5894" to="5895">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s63_n82" from="5896" to="5900">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dies</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s63_n84" from="5901" to="5904">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s63_n86" from="5905" to="5916">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">medizinisch</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s63_n88" from="5917" to="5922">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nicht</f>
-            <f name="pos">NEGAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s63_n90" from="5923" to="5932">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">notwendig</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s63_n92" from="5932" to="5933">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s64_n0" from="5934" to="5935">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s64_n2" from="5935" to="5938">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s64_n4" from="5939" to="5948">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bedeuten</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s64_n6" from="5948" to="5949">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s64_n8" from="5950" to="5954">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dass</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s64_n10" from="5955" to="5958">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s64_n12" from="5959" to="5962">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s64_n14" from="5963" to="5973">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">beginnen</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s64_n16" from="5974" to="5979">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gut</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s64_n18" from="5980" to="5987">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Prozess</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s64_n20" from="5988" to="5994">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">leider</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s64_n22" from="5995" to="6004">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ab=brechen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s64_n24" from="6005" to="6011">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">müssen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s64_n26" from="6012" to="6015">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s64_n28" from="6016" to="6024">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">instabil</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s64_n30" from="6025" to="6034">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">entlassen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s64_n32" from="6035" to="6040">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s64_n34" from="6040" to="6041">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s64_n36" from="6041" to="6042">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s64_n38" from="6043" to="6053">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erläutern</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s64_n40" from="6054" to="6057">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s64_n42" from="6057" to="6058">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s65_n0" from="6059" to="6060">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s65_n2" from="6060" to="6064">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">auch</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s65_n4" from="6065" to="6068">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aus</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s65_n6" from="6069" to="6074">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Sicht</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s65_n8" from="6075" to="6081">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mein</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s65_n10" from="6082" to="6088">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Arzt</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s65_n12" from="6089" to="6092">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s65_n14" from="6093" to="6097">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s65_n16" from="6098" to="6109">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">stationär</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s65_n18" from="6110" to="6120">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Behandelung</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s65_n20" from="6121" to="6129">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dringen</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s65_n22" from="6130" to="6142">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erforderlich</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s65_n26" from="6147" to="6151">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aber</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s65_n28" from="6152" to="6156">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">vier</f>
-            <f name="pos">NUM</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s65_n30" from="6157" to="6163">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Woche</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s65_n32" from="6164" to="6171">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">reichen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s65_n34" from="6172" to="6176">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">eben</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s65_n36" from="6177" to="6182">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nicht</f>
-            <f name="pos">NEGAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s65_n38" from="6182" to="6183">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s66_n0" from="6184" to="6186">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">es</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s66_n2" from="6187" to="6194">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">=gehören</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s66_n4" from="6195" to="6199">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sehr</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s66_n6" from="6200" to="6204">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">viel</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s66_n8" from="6205" to="6208">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Mut</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s66_n10" from="6209" to="6213">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dazu</f>
-            <f name="pos">PTCL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s66_n12" from="6213" to="6214">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s66_n14" from="6215" to="6219">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s66_n16" from="6220" to="6223">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s66_n18" from="6224" to="6237">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">vergehen}heit</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s66_n20" from="6238" to="6240">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">PTCL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s66_n22" from="6241" to="6248">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">stellen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s66_n24" from="6248" to="6249">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s66_n26" from="6250" to="6253">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s66_n28" from="6254" to="6257">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s66_n30" from="6258" to="6262">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s66_n32" from="6263" to="6268">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schon</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s66_n34" from="6269" to="6273">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">viel</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s66_n36" from="6274" to="6282">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erreichen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s66_n38" from="6282" to="6283">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s67_n0" from="6284" to="6288">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">doch</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s67_n2" from="6289" to="6292">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s67_n4" from="6293" to="6298">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Seele</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s67_n6" from="6298" to="6299">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s67_n8" from="6300" to="6303">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s67_n10" from="6304" to="6309">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">durch</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s67_n12" from="6310" to="6313">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s67_n14" from="6314" to="6324">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Missbrauch</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s67_n16" from="6325" to="6327">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s67_n18" from="6328" to="6339">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Einzel#Teil</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s67_n20" from="6340" to="6347">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zerlegen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s67_n22" from="6348" to="6353">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s67_n24" from="6353" to="6354">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s67_n26" from="6355" to="6362">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">=brauchen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s67_n28" from="6363" to="6367">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Zeit</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s67_n30" from="6368" to="6371">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s67_n32" from="6372" to="6386">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">professionell</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s67_n34" from="6387" to="6401">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Unterstützung</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s67_n36" from="6401" to="6402">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s67_n38" from="6403" to="6405">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">um</f>
-            <f name="pos">PTCL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s67_n40" from="6406" to="6408">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">PTCL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s67_n42" from="6409" to="6415">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">heilen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s67_n44" from="6415" to="6416">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s68_n0" from="6417" to="6420">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s68_n2" from="6421" to="6425">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s68_n4" from="6426" to="6430">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s68_n6" from="6431" to="6442">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Perspektive</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s68_n8" from="6442" to="6443">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">:</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s69_n0" from="6444" to="6451">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">endlich</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s69_n2" from="6452" to="6455">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s69_n4" from="6456" to="6461">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">leben</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s69_n6" from="6462" to="6466">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ohne</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s69_n8" from="6467" to="6476">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Therapie</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s69_n10" from="6476" to="6477">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s70_n0" from="6478" to="6482">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aber</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s70_n2" from="6483" to="6486">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s70_n4" from="6487" to="6491">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">können</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s70_n6" from="6492" to="6495">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s70_n8" from="6496" to="6502">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kosten</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s70_n10" from="6503" to="6507">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">für</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s70_n12" from="6508" to="6511">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s70_n14" from="6512" to="6528">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Klinik#Aufenthalt</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s70_n16" from="6529" to="6534">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nicht</f>
-            <f name="pos">NEGAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s70_n18" from="6535" to="6541">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">selbst</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s70_n20" from="6542" to="6552">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">auf=bringen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s70_n22" from="6552" to="6553">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s70_n24" from="6554" to="6558">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wenn</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s70_n26" from="6559" to="6562">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s70_n28" from="6563" to="6575">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Krankenkasse</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s70_n30" from="6576" to="6579">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s70_n32" from="6580" to="6585">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nicht</f>
-            <f name="pos">NEGAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s70_n34" from="6586" to="6596">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">übernehmen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s70_n36" from="6596" to="6597">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s71_n0" from="6597" to="6598">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s71_n2" from="6599" to="6604">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Fonds</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s71_n4" from="6605" to="6609">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">für</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s71_n6" from="6610" to="6626">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Missbrauch/s#Opfer</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s71_n8" from="6627" to="6633">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">groß</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s71_n10" from="6634" to="6642">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Hoffnung</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s71_n12" from="6643" to="6648">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">setzen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s71_n14" from="6649" to="6658">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Katharina</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s71_n16" from="6659" to="6668">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">grünen#Berg</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s71_n18" from="6669" to="6674">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">jetzt</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s71_n20" from="6675" to="6678">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">auf</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s71_n22" from="6679" to="6682">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s71_n24" from="6683" to="6688">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Fonds</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s71_n26" from="6689" to="6693">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">für</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s71_n28" from="6694" to="6699">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Opfer</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s71_n30" from="6700" to="6709">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sexuell</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s71_n32" from="6710" to="6721">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Missbrauch</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s71_n34" from="6721" to="6722">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s71_n36" from="6723" to="6726">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s71_n38" from="6727" to="6729">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s71_n40" from="6730" to="6733">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Mai</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s71_n42" from="6734" to="6741">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">starten</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s71_n44" from="6742" to="6746">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sollen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s71_n46" from="6746" to="6747">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s72_n0" from="6748" to="6754">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dies</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s72_n2" from="6755" to="6765">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Hilfe/s#Fonds</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s72_n4" from="6766" to="6769">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s72_n6" from="6770" to="6774">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Teil</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s72_n8" from="6775" to="6780">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s72_n10" from="6781" to="6789">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Gesetz</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s72_n12" from="6790" to="6793">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s72_n14" from="6794" to="6803">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Stärkung</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s72_n16" from="6804" to="6807">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s72_n18" from="6808" to="6814">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">recht</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s72_n20" from="6815" to="6818">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s72_n22" from="6819" to="6836">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Missbrauch/s#opfern</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s72_n24" from="6836" to="6837">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s72_n26" from="6838" to="6841">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s72_n28" from="6842" to="6845">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s72_n30" from="6846" to="6855">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Bundestag</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s72_n32" from="6856" to="6861">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Mitte</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s72_n34" from="6862" to="6867">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">März</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s72_n36" from="6868" to="6874">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dies</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s72_n38" from="6875" to="6881">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Jahr</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s72_n40" from="6882" to="6895">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">verabschieden</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s72_n42" from="6896" to="6899">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s72_n44" from="6899" to="6900">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s73_n0" from="6901" to="6904">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s73_n2" from="6905" to="6911">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Gesetz</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s73_n4" from="6912" to="6920">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wiederum</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s73_n6" from="6921" to="6925">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gehen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s73_n8" from="6926" to="6933">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zurück</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s73_n10" from="6934" to="6937">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">auf</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s73_n12" from="6938" to="6950">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Empfehlung</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s73_n14" from="6951" to="6954">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s73_n16" from="6955" to="6961">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">rund</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s73_n18" from="6962" to="6969">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Tisch</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s73_n20" from="6970" to="6971">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s73_n22" from="6971" to="6980">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sexuell</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s73_n24" from="6981" to="6997">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Kind/es#Missbrauch</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s73_n26" from="6997" to="6998">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s73_n28" from="6998" to="6999">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s74_n0" from="7000" to="7006">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dies</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s74_n2" from="7007" to="7014">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Gremium</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s74_n4" from="7015" to="7018">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s74_n6" from="7019" to="7023">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">2010</f>
-            <f name="pos">NUM</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s74_n8" from="7024" to="7036">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein=richten</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s74_n10" from="7037" to="7043">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s74_n12" from="7043" to="7044">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s74_n14" from="7045" to="7052">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nachdem</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s74_n16" from="7053" to="7061">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Tausend</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s74_n18" from="7062" to="7068">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Fall</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s74_n20" from="7069" to="7072">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s74_n22" from="7073" to="7089">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Kind/es#Missbrauch</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s74_n24" from="7090" to="7092">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s74_n26" from="7093" to="7104">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kirchlich</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s74_n28" from="7105" to="7118">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Einrichtung</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s74_n30" from="7118" to="7119">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s74_n32" from="7120" to="7130">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Internat</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s74_n34" from="7131" to="7134">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s74_n36" from="7135" to="7141">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Heim</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s74_n38" from="7142" to="7157">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bekannt=werden</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s74_n40" from="7158" to="7163">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s74_n42" from="7163" to="7164">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s75_n0" from="7165" to="7169">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nach</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s75_n2" from="7170" to="7189">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">anderthalb#jährig</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s75_n4" from="7190" to="7198">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Beratung</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s75_n6" from="7199" to="7204">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s75_n8" from="7205" to="7208">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s75_n10" from="7209" to="7214">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">rund</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s75_n12" from="7215" to="7220">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Tisch</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s75_n14" from="7221" to="7225">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Ende</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s75_n16" from="7226" to="7230">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">2011</f>
-            <f name="pos">NUM</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s75_n18" from="7231" to="7236">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">unter</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s75_n20" from="7237" to="7244">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">andere</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s75_n22" from="7245" to="7254">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">empfehlen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s75_n24" from="7254" to="7255">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s75_n26" from="7256" to="7261">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s75_n28" from="7262" to="7267">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Fonds</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s75_n30" from="7268" to="7270">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s75_n32" from="7271" to="7276">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Höhe</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s75_n34" from="7277" to="7280">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s75_n36" from="7281" to="7284">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">100</f>
-            <f name="pos">NUM</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s75_n38" from="7285" to="7294">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Million</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s75_n40" from="7295" to="7299">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Euro</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s75_n42" from="7300" to="7302">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">PTCL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s75_n44" from="7303" to="7311">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schaffen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s75_n46" from="7311" to="7312">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s75_n48" from="7313" to="7316">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s75_n50" from="7317" to="7321">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s75_n52" from="7322" to="7324">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">an</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s75_n54" from="7325" to="7330">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Opfer</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s75_n56" from="7331" to="7340">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sexuell</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s75_n58" from="7341" to="7352">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Missbrauch</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s75_n60" from="7353" to="7355">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s75_n62" from="7356" to="7364">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">privat</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s75_n64" from="7365" to="7368">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s75_n66" from="7369" to="7382">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">öffentlich</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s75_n68" from="7383" to="7396">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Einrichtung</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s75_n70" from="7397" to="7402">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sowie</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s75_n72" from="7403" to="7416">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ausdrücklich</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s75_n74" from="7417" to="7421">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">auch</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s75_n76" from="7422" to="7424">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">an</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s75_n78" from="7425" to="7430">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Opfer</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s75_n80" from="7431" to="7434">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s75_n82" from="7435" to="7445">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Missbrauch</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s75_n84" from="7446" to="7448">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s75_n86" from="7449" to="7457">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Familie</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s75_n88" from="7458" to="7465">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">richten</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s75_n90" from="7466" to="7470">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sollen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s75_n92" from="7470" to="7471">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s76_n0" from="7472" to="7475">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s76_n2" from="7476" to="7481">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Fonds</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s76_n4" from="7482" to="7488">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sollen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s76_n6" from="7489" to="7491">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">je</f>
-            <f name="pos">PTCL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s76_n8" from="7492" to="7495">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s76_n10" from="7496" to="7503">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Hälfte</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s76_n12" from="7504" to="7507">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s76_n14" from="7508" to="7512">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Bund</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s76_n16" from="7513" to="7516">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s76_n18" from="7517" to="7520">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s76_n20" from="7521" to="7529">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Länder</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s76_n22" from="7530" to="7538">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">tragen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s76_n24" from="7539" to="7545">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s76_n26" from="7545" to="7546">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s77_n0" from="7547" to="7551">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">doch</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s77_n2" from="7552" to="7557">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">genau</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s77_n4" from="7558" to="7563">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">daran</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s77_n6" from="7564" to="7570">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">hapern</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s77_n8" from="7571" to="7573">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">es</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s77_n10" from="7573" to="7574">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">:</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s78_n0" from="7575" to="7578">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s78_n2" from="7579" to="7586">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">meist</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s78_n4" from="7587" to="7594">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Länder</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s78_n6" from="7595" to="7605">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">verweigern</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s78_n8" from="7606" to="7610">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s78_n10" from="7611" to="7622">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Beteiligung</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s78_n12" from="7622" to="7623">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s78_n14" from="7624" to="7632">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">darunter</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s78_n16" from="7633" to="7637">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">auch</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s78_n18" from="7638" to="7651">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Niedersachsen</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s78_n20" from="7651" to="7652">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s79_n0" from="7653" to="7675">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Land/es#sozial#Ministerin</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s79_n2" from="7676" to="7684">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Cornelia</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s79_n4" from="7685" to="7690">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Rundt</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s79_n6" from="7691" to="7692">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">(</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s79_n8" from="7692" to="7695">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">SPD</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s79_n10" from="7695" to="7696">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">)</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s79_n12" from="7697" to="7701">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">=sagen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s79_n14" from="7702" to="7706">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dazu</f>
-            <f name="pos">PTCL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s79_n16" from="7706" to="7707">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">:</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s80_n0" from="7708" to="7709">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s80_n2" from="7709" to="7712">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wir</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s80_n4" from="7713" to="7719">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">=lehnen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s80_n6" from="7720" to="7723">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s80_n8" from="7724" to="7735">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Einrichtung</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s80_n10" from="7736" to="7739">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s80_n12" from="7740" to="7745">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Fonds</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s80_n14" from="7746" to="7748">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s80_n16" from="7749" to="7755">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dies</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s80_n18" from="7756" to="7760">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Form</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s80_n20" from="7761" to="7763">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ab</f>
-            <f name="pos">PTCL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s80_n22" from="7763" to="7764">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s80_n24" from="7765" to="7769">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">weil</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s80_n26" from="7770" to="7772">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">er</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s80_n28" from="7773" to="7776">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wir</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s80_n30" from="7777" to="7784">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zwingen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s80_n32" from="7785" to="7789">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wollen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s80_n34" from="7789" to="7790">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s80_n36" from="7791" to="7804">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Verantwortung</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s80_n38" from="7805" to="7809">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">für</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s80_n40" from="7810" to="7819">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sexuell</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s80_n42" from="7820" to="7830">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Missbrauch</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s80_n44" from="7831" to="7833">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s80_n46" from="7834" to="7842">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">privat</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s80_n48" from="7843" to="7850">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Bereich</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s80_n50" from="7851" to="7853">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">PTCL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s80_n52" from="7854" to="7865">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">übernehmen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s80_n54" from="7865" to="7866">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s81_n0" from="7866" to="7867">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s81_n2" from="7868" to="7871">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s81_n4" from="7872" to="7876">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Land</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s81_n6" from="7877" to="7884">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bekennen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s81_n8" from="7885" to="7889">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s81_n10" from="7890" to="7896">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">jedoch</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s81_n12" from="7897" to="7899">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s81_n14" from="7900" to="7906">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s81_n16" from="7907" to="7920">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Verantwortung</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s81_n18" from="7920" to="7921">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s81_n20" from="7922" to="7926">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wenn</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s81_n22" from="7927" to="7929">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s81_n24" from="7930" to="7949">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Land/es#Einrichtung</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s81_n26" from="7949" to="7950">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s81_n28" from="7951" to="7953">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s81_n30" from="7954" to="7961">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schulen</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s81_n32" from="7962" to="7966">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">oder</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s81_n34" from="7967" to="7969">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s81_n36" from="7970" to="7981">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schulisch</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s81_n38" from="7982" to="7995">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Einrichtung</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s81_n40" from="7996" to="8002">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Kinder</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s81_n42" from="8003" to="8008">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Opfer</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s81_n44" from="8009" to="8012">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s81_n46" from="8013" to="8019">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Gewalt</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s81_n48" from="8020" to="8023">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s81_n50" from="8024" to="8034">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Missbrauch</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s81_n52" from="8035" to="8041">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s81_n54" from="8041" to="8042">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s81_n56" from="8043" to="8045">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">so</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s81_n58" from="8046" to="8051">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Rundt</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s81_n60" from="8051" to="8052">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s82_n0" from="8053" to="8058">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">10000</f>
-            <f name="pos">NUM</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s82_n2" from="8059" to="8063">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Euro</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s82_n4" from="8064" to="8067">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">pro</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s82_n6" from="8068" to="8081">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">an=tragen#Steller</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s82_n8" from="8082" to="8090">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aufgrund</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s82_n10" from="8091" to="8094">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s82_n12" from="8095" to="8106">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Differenz</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s82_n14" from="8107" to="8110">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s82_n16" from="8111" to="8114">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s82_n18" from="8115" to="8130">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Bund/es#Regierung</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s82_n20" from="8131" to="8134">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nun</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s82_n22" from="8135" to="8146">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">beschließen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s82_n24" from="8146" to="8147">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s82_n26" from="8148" to="8151">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s82_n28" from="8152" to="8157">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Fonds</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s82_n30" from="8158" to="8161">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mit</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s82_n32" from="8162" to="8167">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s82_n34" from="8168" to="8175">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Volumen</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s82_n36" from="8176" to="8179">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s82_n38" from="8180" to="8182">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">50</f>
-            <f name="pos">NUM</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s82_n40" from="8183" to="8192">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Million</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s82_n42" from="8193" to="8197">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Euro</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s82_n44" from="8198" to="8202">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ohne</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s82_n46" from="8203" to="8214">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Beteiligung</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s82_n48" from="8215" to="8218">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s82_n50" from="8219" to="8226">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Länder</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s82_n52" from="8227" to="8229">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">PTCL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s82_n54" from="8230" to="8237">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">starten</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s82_n56" from="8237" to="8238">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s83_n0" from="8239" to="8243">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nach</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s83_n2" from="8244" to="8252">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Auskunft</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s83_n4" from="8253" to="8256">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s83_n6" from="8257" to="8283">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Bund/es#Familie#Ministerium</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s83_n8" from="8284" to="8290">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sollen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s83_n10" from="8291" to="8297">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">daraus</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s83_n12" from="8298" to="8301">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">vor</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s83_n14" from="8302" to="8307">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">alle</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s83_n16" from="8308" to="8317">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Therapie</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s83_n18" from="8318" to="8325">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bezahlen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s83_n20" from="8326" to="8332">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s83_n22" from="8332" to="8333">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s83_n24" from="8334" to="8339">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">falls</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s83_n26" from="8340" to="8343">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s83_n28" from="8344" to="8357">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Krankenkasse</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s83_n30" from="8358" to="8363">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dies</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s83_n32" from="8364" to="8370">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kosten</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s83_n34" from="8371" to="8376">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nicht</f>
-            <f name="pos">NEGAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s83_n36" from="8377" to="8388">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">übernehmen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s83_n38" from="8388" to="8389">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s84_n0" from="8390" to="8397">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Detail</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s84_n2" from="8398" to="8400">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s84_n4" from="8401" to="8404">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s84_n6" from="8405" to="8414">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">planen</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s84_n8" from="8415" to="8421">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Hilfe</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s84_n10" from="8422" to="8427">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sowie</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s84_n12" from="8428" to="8430">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s84_n14" from="8431" to="8434">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s84_n16" from="8435" to="8456">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Antrag/s#Möglichkeit</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s84_n18" from="8457" to="8463">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">stehen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s84_n20" from="8464" to="8468">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">noch</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s84_n22" from="8469" to="8474">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nicht</f>
-            <f name="pos">NEGAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s84_n24" from="8475" to="8479">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">fest</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s84_n26" from="8479" to="8480">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s85_n0" from="8481" to="8488">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">planen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s85_n2" from="8489" to="8492">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s85_n4" from="8492" to="8493">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s85_n6" from="8494" to="8498">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dass</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s85_n8" from="8499" to="8502">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s85_n10" from="8503" to="8516">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">unabhängig</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s85_n12" from="8517" to="8541">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sachverständig#Gremium</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s85_n14" from="8542" to="8547">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">über</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s85_n16" from="8548" to="8551">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s85_n18" from="8552" to="8560">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Antrag</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s85_n20" from="8561" to="8564">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s85_n22" from="8565" to="8576">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">betreffen</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s85_n24" from="8577" to="8588">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">entscheiden</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s85_n26" from="8589" to="8593">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s85_n28" from="8593" to="8594">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s85_n30" from="8595" to="8598">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s85_n32" from="8599" to="8603">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s85_n34" from="8604" to="8609">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">unter</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s85_n36" from="8610" to="8617">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">andere</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s85_n38" from="8618" to="8621">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aus</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s85_n40" from="8622" to="8629">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Arzt</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s85_n42" from="8630" to="8633">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s85_n44" from="8634" to="8651">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">psycho#Therapeut</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s85_n46" from="8652" to="8657">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sowie</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s85_n48" from="8658" to="8668">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Vertreter</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s85_n50" from="8669" to="8672">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s85_n52" from="8673" to="8677">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Bund</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s85_n54" from="8678" to="8681">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s85_n56" from="8682" to="8690">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Länder</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s85_n58" from="8691" to="8705">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zusammen=setzen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s85_n60" from="8706" to="8710">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sollen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s85_n62" from="8710" to="8711">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s86_n0" from="8712" to="8714">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s86_n2" from="8715" to="8731">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Abschluss#Bericht</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s86_n4" from="8732" to="8735">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s86_n6" from="8736" to="8742">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">rund</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s86_n8" from="8743" to="8750">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Tisch</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s86_n10" from="8751" to="8755">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s86_n12" from="8756" to="8761">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zudem</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s86_n14" from="8762" to="8766">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s86_n16" from="8767" to="8777">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ober#Grenze</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s86_n18" from="8778" to="8782">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">für</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s86_n20" from="8783" to="8797">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Sache#Leistung</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s86_n22" from="8798" to="8801">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s86_n24" from="8802" to="8808">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">10 000</f>
-            <f name="pos">NUM</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s86_n26" from="8809" to="8813">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Euro</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s86_n28" from="8814" to="8817">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">pro</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s86_n30" from="8818" to="8831">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">an=tragen#Steller</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s86_n32" from="8832" to="8845">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">vor=schlagen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s86_n34" from="8845" to="8846">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">;</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s87_n0" from="8847" to="8849">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s87_n2" from="8850" to="8863">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Einzel#fällen</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s87_n4" from="8864" to="8868">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sollen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s87_n6" from="8869" to="8873">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">auch</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s87_n8" from="8874" to="8878">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mehr</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s87_n10" from="8879" to="8886">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zahlen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s87_n12" from="8887" to="8893">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s87_n14" from="8894" to="8901">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">können</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s87_n16" from="8901" to="8902">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s88_n0" from="8903" to="8906">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s88_n2" from="8907" to="8912">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Hilfe</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s88_n4" from="8913" to="8917">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sollen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s88_n6" from="8918" to="8923">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">stets</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s88_n8" from="8924" to="8931">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schnell</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s88_n10" from="8932" to="8935">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s88_n12" from="8936" to="8951">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">unbürokratisch</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s88_n14" from="8952" to="8960">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erfolgen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s88_n16" from="8960" to="8961">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s88_n18" from="8962" to="8968">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">heißen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s88_n20" from="8969" to="8971">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">es</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s88_n22" from="8971" to="8972">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s89_n0" from="8973" to="8978">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Kampf</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s89_n2" from="8979" to="8984">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gegen</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s89_n4" from="8985" to="8988">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s89_n6" from="8989" to="8997">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Ohnmacht</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s89_n8" from="8998" to="9007">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Katharina</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s89_n10" from="9008" to="9017">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">grünen#Berg</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s89_n12" from="9018" to="9023">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sehen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s89_n14" from="9024" to="9026">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s89_n16" from="9027" to="9030">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s89_n18" from="9031" to="9036">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Fonds</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s89_n20" from="9037" to="9042">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s89_n22" from="9043" to="9056">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Rettung/s#Anker</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s89_n26" from="9061" to="9064">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s89_n28" from="9065" to="9070">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">hoffen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s89_n30" from="9070" to="9071">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s89_n32" from="9072" to="9076">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dass</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s89_n34" from="9077" to="9080">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s89_n36" from="9081" to="9086">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">über</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s89_n38" from="9087" to="9093">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dies</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s89_n40" from="9094" to="9097">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Weg</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s89_n42" from="9098" to="9105">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">endlich</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s89_n44" from="9106" to="9110">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s89_n46" from="9111" to="9119">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">lang</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s89_n48" from="9120" to="9131">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">stationär</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s89_n50" from="9132" to="9140">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Therapie</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s89_n52" from="9141" to="9151">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wahr=nehmen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s89_n54" from="9152" to="9156">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">können</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s89_n56" from="9156" to="9157">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s90_n0" from="9158" to="9160">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s90_n2" from="9161" to="9164">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s90_n4" from="9165" to="9171">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">E-Mail</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s90_n6" from="9171" to="9172">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s90_n8" from="9173" to="9176">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s90_n10" from="9177" to="9180">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s90_n12" from="9181" to="9183">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">an</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s90_n14" from="9184" to="9190">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">unser</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s90_n16" from="9191" to="9200">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Redaktion</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s90_n18" from="9201" to="9210">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schicken</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s90_n20" from="9211" to="9216">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s90_n22" from="9216" to="9217">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s90_n24" from="9218" to="9226">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schreiben</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s90_n26" from="9227" to="9230">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s90_n28" from="9230" to="9231">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">:</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s91_n0" from="9232" to="9233">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s91_n2" from="9233" to="9238">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">immer</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s91_n4" from="9239" to="9245">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wieder</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s91_n6" from="9246" to="9248">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">PTCL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s91_n8" from="9249" to="9258">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">scheitern</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s91_n10" from="9259" to="9261">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s91_n12" from="9262" to="9265">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s91_n14" from="9266" to="9275">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Versuch</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s91_n16" from="9275" to="9276">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s91_n18" from="9277" to="9285">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dringen</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s91_n20" from="9286" to="9296">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">benötigen</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s91_n22" from="9297" to="9302">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Hilfe</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s91_n24" from="9303" to="9305">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">PTCL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s91_n26" from="9306" to="9314">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bekommen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s91_n28" from="9314" to="9315">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s91_n30" from="9316" to="9320">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">=rufen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s91_n32" from="9321" to="9324">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s91_n34" from="9325" to="9332">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Gefühl</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s91_n36" from="9333" to="9336">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s91_n38" from="9337" to="9345">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Ohnmacht</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s91_n40" from="9346" to="9352">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">hervor</f>
-            <f name="pos">PTCL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s91_n44" from="9357" to="9360">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s91_n46" from="9361" to="9368">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Gefühl</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s91_n48" from="9368" to="9369">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s91_n50" from="9370" to="9373">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s91_n52" from="9374" to="9378">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">alle</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s91_n54" from="9379" to="9390">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">betreffen</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s91_n56" from="9391" to="9395">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sehr</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s91_n58" from="9396" to="9399">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gut</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s91_n60" from="9400" to="9403">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aus</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s91_n62" from="9404" to="9407">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s91_n64" from="9408" to="9430">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Missbrauch/s#Situation</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s91_n66" from="9431" to="9437">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kennen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s91_n68" from="9437" to="9438">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s92_n0" from="9439" to="9444">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">jede</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s92_n2" from="9445" to="9454">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">scheitern</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s92_n4" from="9455" to="9463">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bedeuten</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s92_n6" from="9464" to="9468">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s92_n8" from="9469" to="9473">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Form</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s92_n10" from="9474" to="9477">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s92_n12" from="9478" to="9495">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Retraumatisierung</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s92_n14" from="9495" to="9496">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s92_n16" from="9497" to="9502">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werfen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s92_n18" from="9503" to="9510">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zurück</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s92_n20" from="9511" to="9514">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">auf</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s92_n22" from="9515" to="9518">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s92_n24" from="9519" to="9530">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mühselig</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s92_n26" from="9531" to="9534">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Weg</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s92_n28" from="9535" to="9538">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aus</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s92_n30" from="9539" to="9542">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s92_n32" from="9543" to="9550">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bloß</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s92_n34" from="9551" to="9561">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">überleben</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s92_n36" from="9562" to="9564">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s92_n38" from="9565" to="9568">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s92_n40" from="9569" to="9581">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">leben/s#wert</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s92_n42" from="9581" to="9582">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s92_n44" from="9583" to="9593">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">lebendig</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s92_n46" from="9594" to="9599">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">leben</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s92_n48" from="9599" to="9600">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s92_n50" from="9601" to="9604">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">von</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s92_n52" from="9605" to="9608">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s92_n54" from="9609" to="9611">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">es</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s92_n56" from="9612" to="9616">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zwar</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s92_n58" from="9617" to="9621">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s92_n60" from="9622" to="9628">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Ahnung</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s92_n62" from="9629" to="9633">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">geben</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s92_n64" from="9633" to="9634">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s92_n66" from="9635" to="9638">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s92_n68" from="9639" to="9643">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aber</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s92_n70" from="9644" to="9648">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kaum</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s92_n72" from="9649" to="9659">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erreichbar</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s92_n74" from="9660" to="9669">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erscheinen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s92_n76" from="9669" to="9670">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s93_n0" from="9671" to="9674">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nur</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s93_n2" from="9675" to="9681">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wenig</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s93_n4" from="9682" to="9692">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">betreffen</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s93_n6" from="9693" to="9698">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s93_n8" from="9699" to="9702">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s93_n10" from="9703" to="9707">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Geld</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s93_n12" from="9707" to="9708">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s93_n14" from="9709" to="9723">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Therapie#kosten</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s93_n16" from="9724" to="9730">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">selber</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s93_n18" from="9731" to="9733">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">PTCL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s93_n20" from="9734" to="9740">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zahlen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s93_n22" from="9740" to="9741">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s94_n0" from="9742" to="9745">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s94_n2" from="9746" to="9751">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">viel</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s94_n4" from="9752" to="9757">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s94_n6" from="9758" to="9763">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nicht</f>
-            <f name="pos">NEGAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s94_n8" from="9764" to="9768">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mehr</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s94_n10" from="9769" to="9772">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s94_n12" from="9773" to="9778">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Kraft</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s94_n14" from="9779" to="9781">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">PTCL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s94_n16" from="9782" to="9790">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">kämpfen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s94_n18" from="9790" to="9791">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s94_n20" from="9792" to="9797">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">=geben</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s94_n22" from="9798" to="9802">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s94_n24" from="9803" to="9806">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">auf</f>
-            <f name="pos">PTCL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s94_n26" from="9806" to="9807">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s95_n0" from="9808" to="9811">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s95_n2" from="9812" to="9818">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">selber</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s95_n4" from="9819" to="9824">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">=stehen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s95_n6" from="9825" to="9830">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">trotz</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s95_n8" from="9831" to="9836">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">alle</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s95_n10" from="9837" to="9842">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">immer</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s95_n12" from="9843" to="9849">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wieder</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s95_n14" from="9850" to="9853">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">auf</f>
-            <f name="pos">PTCL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s95_n16" from="9853" to="9854">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s95_n18" from="9855" to="9862">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">=kämpfen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s95_n20" from="9863" to="9869">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">weiter</f>
-            <f name="pos">PTCL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s95_n22" from="9869" to="9870">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s95_n24" from="9871" to="9876">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">weiß</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s95_n26" from="9877" to="9885">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">manchmal</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s95_n28" from="9886" to="9891">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nicht</f>
-            <f name="pos">NEGAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s95_n30" from="9891" to="9892">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s95_n32" from="9893" to="9898">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">woher</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s95_n34" from="9899" to="9902">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s95_n36" from="9903" to="9906">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s95_n38" from="9907" to="9912">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Kraft</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s95_n40" from="9913" to="9918">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nehmen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s95_n42" from="9918" to="9919">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s96_n0" from="9920" to="9923">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s96_n2" from="9924" to="9927">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s96_n4" from="9928" to="9933">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schon</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s96_n6" from="9934" to="9937">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s96_n8" from="9938" to="9944">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ganz</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s96_n10" from="9945" to="9951">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Stück</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s96_n12" from="9952" to="9960">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">gehen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s96_n14" from="9961" to="9964">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">auf</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s96_n16" from="9965" to="9971">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mein</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s96_n18" from="9972" to="9975">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Weg</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s96_n20" from="9975" to="9976">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s96_n22" from="9977" to="9980">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s96_n24" from="9981" to="9985">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mein</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s96_n26" from="9986" to="9991">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">leben</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s96_n28" from="9992" to="10008">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zurück=erobern</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s96_n30" from="10009" to="10012">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s96_n32" from="10013" to="10018">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nicht</f>
-            <f name="pos">NEGAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s96_n34" from="10019" to="10023">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mehr</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s96_n36" from="10024" to="10029">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Opfer</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s96_n38" from="10030" to="10032">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">PTCL</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s96_n40" from="10033" to="10037">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s96_n42" from="10037" to="10038">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s97_n0" from="10038" to="10039">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s97_n2" from="10040" to="10041">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s97_n4" from="10041" to="10044">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s97_n6" from="10045" to="10049">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wollen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s97_n8" from="10050" to="10053">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s97_n10" from="10054" to="10058">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mein</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s97_n12" from="10059" to="10064">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">leben</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s97_n14" from="10065" to="10079">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zurück=erobern</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s97_n16" from="10080" to="10083">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s97_n18" from="10084" to="10089">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nicht</f>
-            <f name="pos">NEGAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s97_n20" from="10090" to="10094">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mehr</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s97_n22" from="10095" to="10100">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Opfer</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s97_n24" from="10101" to="10105">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s97_n26" from="10105" to="10106">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s98_n0" from="10106" to="10107">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s98_n2" from="10108" to="10117">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Katharina</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s98_n4" from="10118" to="10127">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">grünen#Berg</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s98_n6" from="10128" to="10132">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s98_n8" from="10133" to="10140">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Leserin</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s98_n10" from="10140" to="10141">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s98_n12" from="10142" to="10145">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s98_n14" from="10146" to="10152">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">anonym</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s98_n16" from="10153" to="10160">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">bleiben</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s98_n18" from="10161" to="10168">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mögen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s98_n20" from="10168" to="10169">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s98_n22" from="10170" to="10175">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">fragen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s98_n24" from="10175" to="10176">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">:</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s99_n0" from="10177" to="10178">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s99_n2" from="10178" to="10182">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nach</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s99_n4" from="10183" to="10189">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zäh</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s99_n6" from="10190" to="10196">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ringen</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s99_n8" from="10197" to="10201">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wollen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s99_n10" from="10202" to="10205">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s99_n12" from="10206" to="10221">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Bund/es#Regierung</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s99_n14" from="10222" to="10227">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">jetzt</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s99_n16" from="10228" to="10235">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">endlich</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s99_n18" from="10236" to="10239">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s99_n20" from="10240" to="10250">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Hilfe/s#Fonds</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s99_n22" from="10251" to="10255">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">für</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s99_n24" from="10256" to="10261">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Opfer</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s99_n26" from="10262" to="10271">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sexuell</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s99_n28" from="10272" to="10283">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Missbrauch</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s99_n30" from="10284" to="10294">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein=richten</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s99_n32" from="10294" to="10295">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s100_n0" from="10296" to="10301">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">warum</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s100_n2" from="10302" to="10312">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">beteiligen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s100_n4" from="10313" to="10317">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s100_n6" from="10318" to="10321">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s100_n8" from="10322" to="10329">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Länder</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s100_n10" from="10330" to="10335">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nicht</f>
-            <f name="pos">NEGAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s100_n12" from="10336" to="10341">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">daran</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s100_n14" from="10341" to="10342">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s100_n16" from="10343" to="10348">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">damit</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s100_n18" from="10349" to="10352">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s100_n20" from="10353" to="10358">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Fonds</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s100_n22" from="10359" to="10362">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wie</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s100_n24" from="10363" to="10370">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">planen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s100_n26" from="10371" to="10374">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">100</f>
-            <f name="pos">NUM</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s100_n28" from="10375" to="10384">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Million</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s100_n30" from="10385" to="10389">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Euro</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s100_n32" from="10390" to="10398">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">umfassen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s100_n34" from="10399" to="10403">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">können</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s100_n36" from="10403" to="10404">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">?</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s101_n0" from="10405" to="10408">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wer</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s101_n2" from="10409" to="10412">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s101_n4" from="10413" to="10421">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Anspruch</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s101_n6" from="10422" to="10425">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">auf</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s101_n8" from="10426" to="10436">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Leistung</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s101_n10" from="10437" to="10440">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s101_n12" from="10441" to="10447">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wofür</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s101_n14" from="10448" to="10452">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s101_n16" from="10453" to="10455">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">es</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s101_n18" from="10456" to="10460">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Geld</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s101_n20" from="10461" to="10466">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">geben</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s101_n22" from="10466" to="10467">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">?</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s102_n0" from="10467" to="10468">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s102_n2" from="10469" to="10472">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s102_n4" from="10473" to="10480">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Antwort</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s102_n6" from="10481" to="10494">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">recherchieren</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s102_n8" from="10495" to="10503">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Cornelia</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s102_n10" from="10504" to="10511">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Steiner</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s102_n12" from="10512" to="10517">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dies</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s102_n14" from="10518" to="10526">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">tonen#Figur</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s102_n16" from="10527" to="10530">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">haben</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s102_n18" from="10531" to="10540">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Katharina</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s102_n20" from="10541" to="10550">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">grünen#Berg</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s102_n22" from="10551" to="10554">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">vor</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s102_n24" from="10555" to="10562">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">einige</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s102_n26" from="10563" to="10569">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Jahr</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s102_n28" from="10570" to="10581">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">an=fertigen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s102_n30" from="10581" to="10582">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s102_n32" from="10583" to="10586">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">als</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s102_n34" from="10587" to="10590">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s102_n36" from="10591" to="10596">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wegen</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s102_n38" from="10597" to="10600">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">der</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s102_n40" from="10601" to="10610">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sexuell</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s102_n42" from="10611" to="10622">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Missbrauch</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s102_n44" from="10623" to="10628">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">durch</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s102_n46" from="10629" to="10633">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ihr</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s102_n48" from="10634" to="10640">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Eltern</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s102_n50" from="10641" to="10644">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s102_n52" from="10645" to="10655">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Behandelung</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s102_n54" from="10656" to="10658">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s102_n56" from="10659" to="10664">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s102_n58" from="10665" to="10671">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Klinik</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s102_n60" from="10672" to="10675">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s102_n62" from="10675" to="10676">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s103_n0" from="10677" to="10678">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s103_n2" from="10678" to="10681">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">die</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s103_n4" from="10682" to="10687">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Figur</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s103_n6" from="10688" to="10693">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zeigen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s103_n8" from="10693" to="10694">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s103_n10" from="10695" to="10698">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">was</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s103_n12" from="10699" to="10702">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s103_n14" from="10703" to="10709">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">fühlen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s103_n16" from="10709" to="10710">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">:</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s104_n0" from="10711" to="10714">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s104_n2" from="10715" to="10718">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s104_n4" from="10719" to="10728">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">erwachsen</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s104_n6" from="10728" to="10729">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s104_n8" from="10730" to="10734">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aber</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s104_n10" from="10735" to="10737">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">es</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s104_n12" from="10738" to="10742">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">geben</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s104_n14" from="10743" to="10748">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">immer</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s104_n16" from="10749" to="10753">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">noch</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s104_n18" from="10754" to="10757">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s104_n20" from="10758" to="10768">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schreien</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s104_n22" from="10769" to="10773">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Kind</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s104_n24" from="10774" to="10776">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s104_n26" from="10777" to="10780">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s104_n28" from="10780" to="10781">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s105_n0" from="10782" to="10784">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">es</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s105_n2" from="10785" to="10788">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sein</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s105_n4" from="10789" to="10792">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ein</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s105_n6" from="10793" to="10800">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">stumm</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s105_n8" from="10801" to="10807">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Schrei</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s105_n10" from="10807" to="10808">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s105_n12" from="10809" to="10813">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">denn</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s105_n14" from="10814" to="10820">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">damals</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s105_n16" from="10821" to="10827">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">dürfen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s105_n18" from="10828" to="10831">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">er</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s105_n20" from="10832" to="10839">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">niemand</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s105_n22" from="10840" to="10846">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">hören</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s105_n24" from="10846" to="10847">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s105_n26" from="10847" to="10848">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">,</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s105_n28" from="10849" to="10853">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sagen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s105_n30" from="10854" to="10857">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">sie</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s105_n32" from="10857" to="10858">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s106_n0" from="10859" to="10860">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s106_n2" from="10860" to="10863">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s106_n4" from="10864" to="10870">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">spüren</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s106_n6" from="10871" to="10885">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Unbeholfenheit</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s106_n8" from="10886" to="10888">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">in</f>
-            <f name="pos">PREP</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s106_n10" from="10889" to="10892">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s106_n12" from="10892" to="10893">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">:</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s107_n0" from="10894" to="10904">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">einerseits</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s107_n2" from="10905" to="10912">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mögen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s107_n4" from="10913" to="10916">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s107_n6" from="10917" to="10920">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s107_n8" from="10921" to="10925">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Kind</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s107_n10" from="10926" to="10934">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">trösten</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s107_n12" from="10935" to="10938">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">und</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s107_n14" from="10939" to="10941">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">es</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s107_n16" from="10942" to="10951">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">lieben/e#voll</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s107_n18" from="10952" to="10961">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">beruhigen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s107_n20" from="10961" to="10962">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s108_n0" from="10963" to="10975">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">andererseits</f>
-            <f name="pos">ADV</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s108_n2" from="10976" to="10983">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">mögen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s108_n4" from="10984" to="10987">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s108_n6" from="10988" to="10991">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">DET</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s108_n8" from="10992" to="11000">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">schreien</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s108_n10" from="11001" to="11009">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">zu=lassen</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s108_n14" from="11014" to="11018">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aber</f>
-            <f name="pos">CONJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s108_n16" from="11019" to="11022">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">das</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s108_n18" from="11023" to="11029">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">werden</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s108_n20" from="11030" to="11033">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">ich</f>
-            <f name="pos">PRON</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s108_n22" from="11034" to="11048">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">wahrscheinlich</f>
-            <f name="pos">ADJ</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s108_n24" from="11049" to="11054">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">nicht</f>
-            <f name="pos">NEGAT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s108_n26" from="11055" to="11064">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">aus=halten</f>
-            <f name="pos">VERB</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s108_n28" from="11064" to="11065">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">.</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s109_n0" from="11065" to="11066">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">"</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s109_n2" from="11067" to="11071">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Foto</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s109_n4" from="11071" to="11072">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">:</f>
-            <f name="pos">PUNCT</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s110_n0" from="11073" to="11080">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Daniela</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-    <span id="s110_n2" from="11081" to="11088">
-      <fs xmlns="http://www.tei-c.org/ns/1.0" type="lex">
-        <f name="lex">
-          <fs>
-            <f name="lemma">Nielsen</f>
-            <f name="pos">NOUN</f>
-          </fs>
-        </f>
-      </fs>
-    </span>
-  </spanList>
-</layer>
diff --git a/t/corpus/BRZ13/00001/xip/sentences.xml b/t/corpus/BRZ13/00001/xip/sentences.xml
deleted file mode 100644
index 6f8a2d9..0000000
--- a/t/corpus/BRZ13/00001/xip/sentences.xml
+++ /dev/null
@@ -1,117 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?xml-model href="span.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
-
-<layer xmlns="http://ids-mannheim.de/ns/KorAP" version="KorAP-0.4" docid="BRZ13_APR.00001">
-  <spanList>
-    <span from="0" to="24" />
-    <span from="24" to="106" />
-    <span from="107" to="212" />
-    <span from="213" to="257" />
-    <span from="258" to="271" />
-    <span from="273" to="334" />
-    <span from="335" to="469" />
-    <span from="470" to="554" />
-    <span from="555" to="629" />
-    <span from="630" to="737" />
-    <span from="738" to="936" />
-    <span from="937" to="1067" />
-    <span from="1068" to="1122" />
-    <span from="1123" to="1247" />
-    <span from="1248" to="1331" />
-    <span from="1332" to="1368" />
-    <span from="1369" to="1613" />
-    <span from="1614" to="1695" />
-    <span from="1696" to="1921" />
-    <span from="1922" to="1981" />
-    <span from="1982" to="2019" />
-    <span from="2020" to="2056" />
-    <span from="2057" to="2171" />
-    <span from="2171" to="2300" />
-    <span from="2301" to="2412" />
-    <span from="2413" to="2484" />
-    <span from="2485" to="2589" />
-    <span from="2590" to="2714" />
-    <span from="2715" to="2828" />
-    <span from="2829" to="2846" />
-    <span from="2847" to="2969" />
-    <span from="2970" to="3094" />
-    <span from="3095" to="3197" />
-    <span from="3198" to="3280" />
-    <span from="3281" to="3321" />
-    <span from="3322" to="3360" />
-    <span from="3361" to="3411" />
-    <span from="3412" to="3553" />
-    <span from="3554" to="3612" />
-    <span from="3613" to="3658" />
-    <span from="3659" to="3690" />
-    <span from="3691" to="3726" />
-    <span from="3727" to="3837" />
-    <span from="3838" to="3884" />
-    <span from="3885" to="3935" />
-    <span from="3935" to="3991" />
-    <span from="3992" to="4010" />
-    <span from="4011" to="4038" />
-    <span from="4039" to="4141" />
-    <span from="4142" to="4195" />
-    <span from="4196" to="4216" />
-    <span from="4217" to="4304" />
-    <span from="4305" to="4354" />
-    <span from="4355" to="4412" />
-    <span from="4412" to="4553" />
-    <span from="4554" to="4676" />
-    <span from="4677" to="4748" />
-    <span from="4749" to="4998" />
-    <span from="4999" to="5134" />
-    <span from="5135" to="5266" />
-    <span from="5267" to="5467" />
-    <span from="5467" to="5614" />
-    <span from="5615" to="5933" />
-    <span from="5934" to="6058" />
-    <span from="6059" to="6183" />
-    <span from="6184" to="6283" />
-    <span from="6284" to="6416" />
-    <span from="6417" to="6443" />
-    <span from="6444" to="6477" />
-    <span from="6478" to="6597" />
-    <span from="6597" to="6747" />
-    <span from="6748" to="6900" />
-    <span from="6901" to="6999" />
-    <span from="7000" to="7164" />
-    <span from="7165" to="7471" />
-    <span from="7472" to="7546" />
-    <span from="7547" to="7574" />
-    <span from="7575" to="7652" />
-    <span from="7653" to="7707" />
-    <span from="7708" to="7866" />
-    <span from="7866" to="8052" />
-    <span from="8053" to="8238" />
-    <span from="8239" to="8389" />
-    <span from="8390" to="8480" />
-    <span from="8481" to="8711" />
-    <span from="8712" to="8846" />
-    <span from="8847" to="8902" />
-    <span from="8903" to="8972" />
-    <span from="8973" to="9157" />
-    <span from="9158" to="9231" />
-    <span from="9232" to="9438" />
-    <span from="9439" to="9670" />
-    <span from="9671" to="9741" />
-    <span from="9742" to="9807" />
-    <span from="9808" to="9919" />
-    <span from="9920" to="10038" />
-    <span from="10038" to="10106" />
-    <span from="10106" to="10176" />
-    <span from="10177" to="10295" />
-    <span from="10296" to="10404" />
-    <span from="10405" to="10467" />
-    <span from="10467" to="10676" />
-    <span from="10677" to="10710" />
-    <span from="10711" to="10781" />
-    <span from="10782" to="10858" />
-    <span from="10859" to="10893" />
-    <span from="10894" to="10962" />
-    <span from="10963" to="11065" />
-    <span from="11065" to="11072" />
-    <span from="11073" to="11088" />
-  </spanList>
-</layer>
diff --git a/t/corpus/BRZ13/00001/xip/tokens.xml b/t/corpus/BRZ13/00001/xip/tokens.xml
deleted file mode 100644
index 6c18134..0000000
--- a/t/corpus/BRZ13/00001/xip/tokens.xml
+++ /dev/null
@@ -1,1835 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?xml-model href="span.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
-
-<layer xmlns="http://ids-mannheim.de/ns/KorAP" version="KorAP-0.4" docid="BRZ13_APR.00001">
-  <spanList>
-    <span id="s1_n0" from="0" to="9" />
-    <span id="s1_n2" from="10" to="20" />
-    <span id="s2_n0" from="24" to="25" />
-    <span id="s2_n2" from="25" to="28" />
-    <span id="s2_n4" from="29" to="39" />
-    <span id="s2_n6" from="40" to="44" />
-    <span id="s2_n8" from="45" to="51" />
-    <span id="s2_n10" from="52" to="56" />
-    <span id="s2_n12" from="57" to="61" />
-    <span id="s2_n14" from="62" to="64" />
-    <span id="s2_n16" from="65" to="68" />
-    <span id="s2_n18" from="68" to="69" />
-    <span id="s2_n20" from="70" to="73" />
-    <span id="s2_n22" from="74" to="79" />
-    <span id="s2_n24" from="80" to="86" />
-    <span id="s2_n26" from="87" to="90" />
-    <span id="s2_n28" from="91" to="105" />
-    <span id="s2_n30" from="105" to="106" />
-    <span id="s3_n0" from="107" to="110" />
-    <span id="s3_n2" from="111" to="115" />
-    <span id="s3_n4" from="116" to="119" />
-    <span id="s3_n6" from="120" to="135" />
-    <span id="s3_n8" from="136" to="141" />
-    <span id="s3_n10" from="142" to="147" />
-    <span id="s3_n12" from="148" to="158" />
-    <span id="s3_n14" from="158" to="159" />
-    <span id="s3_n16" from="160" to="165" />
-    <span id="s3_n18" from="166" to="169" />
-    <span id="s3_n20" from="170" to="178" />
-    <span id="s3_n22" from="179" to="188" />
-    <span id="s3_n24" from="189" to="196" />
-    <span id="s3_n26" from="197" to="203" />
-    <span id="s3_n28" from="204" to="211" />
-    <span id="s3_n30" from="211" to="212" />
-    <span id="s4_n0" from="213" to="217" />
-    <span id="s4_n2" from="218" to="228" />
-    <span id="s4_n4" from="229" to="236" />
-    <span id="s4_n6" from="237" to="242" />
-    <span id="s4_n8" from="243" to="246" />
-    <span id="s4_n10" from="247" to="256" />
-    <span id="s4_n12" from="256" to="257" />
-    <span id="s5_n0" from="258" to="270" />
-    <span id="s5_n2" from="270" to="271" />
-    <span id="s6_n0" from="273" to="276" />
-    <span id="s6_n2" from="277" to="281" />
-    <span id="s6_n4" from="281" to="282" />
-    <span id="s6_n6" from="283" to="286" />
-    <span id="s6_n8" from="287" to="292" />
-    <span id="s6_n10" from="293" to="298" />
-    <span id="s6_n12" from="299" to="305" />
-    <span id="s6_n14" from="305" to="306" />
-    <span id="s6_n16" from="307" to="310" />
-    <span id="s6_n18" from="311" to="317" />
-    <span id="s6_n20" from="318" to="322" />
-    <span id="s6_n22" from="323" to="333" />
-    <span id="s6_n24" from="333" to="334" />
-    <span id="s7_n0" from="335" to="337" />
-    <span id="s7_n2" from="338" to="343" />
-    <span id="s7_n4" from="344" to="350" />
-    <span id="s7_n6" from="351" to="353" />
-    <span id="s7_n8" from="354" to="360" />
-    <span id="s7_n10" from="361" to="370" />
-    <span id="s7_n12" from="371" to="379" />
-    <span id="s7_n14" from="380" to="383" />
-    <span id="s7_n16" from="383" to="384" />
-    <span id="s7_n18" from="385" to="389" />
-    <span id="s7_n20" from="390" to="394" />
-    <span id="s7_n22" from="395" to="401" />
-    <span id="s7_n24" from="402" to="405" />
-    <span id="s7_n26" from="406" to="409" />
-    <span id="s7_n28" from="410" to="415" />
-    <span id="s7_n30" from="416" to="419" />
-    <span id="s7_n32" from="420" to="429" />
-    <span id="s7_n34" from="430" to="435" />
-    <span id="s7_n36" from="436" to="442" />
-    <span id="s7_n38" from="443" to="450" />
-    <span id="s7_n40" from="451" to="462" />
-    <span id="s7_n42" from="463" to="468" />
-    <span id="s7_n44" from="468" to="469" />
-    <span id="s8_n0" from="470" to="474" />
-    <span id="s8_n2" from="475" to="478" />
-    <span id="s8_n4" from="479" to="482" />
-    <span id="s8_n6" from="483" to="485" />
-    <span id="s8_n8" from="486" to="489" />
-    <span id="s8_n10" from="490" to="493" />
-    <span id="s8_n12" from="494" to="496" />
-    <span id="s8_n14" from="497" to="502" />
-    <span id="s8_n16" from="503" to="512" />
-    <span id="s8_n18" from="513" to="519" />
-    <span id="s8_n20" from="519" to="520" />
-    <span id="s8_n22" from="521" to="528" />
-    <span id="s8_n24" from="529" to="532" />
-    <span id="s8_n26" from="533" to="546" />
-    <span id="s8_n28" from="547" to="553" />
-    <span id="s8_n30" from="553" to="554" />
-    <span id="s9_n0" from="555" to="559" />
-    <span id="s9_n2" from="560" to="564" />
-    <span id="s9_n4" from="565" to="570" />
-    <span id="s9_n6" from="571" to="574" />
-    <span id="s9_n8" from="575" to="580" />
-    <span id="s9_n10" from="581" to="585" />
-    <span id="s9_n12" from="586" to="591" />
-    <span id="s9_n14" from="591" to="592" />
-    <span id="s9_n16" from="593" to="596" />
-    <span id="s9_n18" from="597" to="608" />
-    <span id="s9_n20" from="609" to="615" />
-    <span id="s9_n22" from="616" to="620" />
-    <span id="s9_n24" from="621" to="624" />
-    <span id="s9_n26" from="625" to="628" />
-    <span id="s9_n28" from="628" to="629" />
-    <span id="s10_n0" from="630" to="633" />
-    <span id="s10_n2" from="634" to="640" />
-    <span id="s10_n4" from="641" to="646" />
-    <span id="s10_n6" from="647" to="653" />
-    <span id="s10_n8" from="654" to="657" />
-    <span id="s10_n10" from="658" to="662" />
-    <span id="s10_n12" from="663" to="665" />
-    <span id="s10_n14" from="666" to="677" />
-    <span id="s10_n18" from="682" to="686" />
-    <span id="s10_n20" from="687" to="693" />
-    <span id="s10_n22" from="694" to="701" />
-    <span id="s10_n24" from="702" to="708" />
-    <span id="s10_n26" from="709" to="712" />
-    <span id="s10_n28" from="713" to="716" />
-    <span id="s10_n30" from="717" to="726" />
-    <span id="s10_n32" from="727" to="736" />
-    <span id="s10_n34" from="736" to="737" />
-    <span id="s11_n0" from="738" to="742" />
-    <span id="s11_n2" from="743" to="746" />
-    <span id="s11_n4" from="747" to="756" />
-    <span id="s11_n6" from="757" to="766" />
-    <span id="s11_n8" from="767" to="769" />
-    <span id="s11_n10" from="770" to="775" />
-    <span id="s11_n12" from="776" to="782" />
-    <span id="s11_n14" from="783" to="788" />
-    <span id="s11_n16" from="789" to="791" />
-    <span id="s11_n18" from="792" to="804" />
-    <span id="s11_n20" from="805" to="815" />
-    <span id="s11_n22" from="816" to="831" />
-    <span id="s11_n24" from="831" to="832" />
-    <span id="s11_n26" from="833" to="836" />
-    <span id="s11_n28" from="837" to="841" />
-    <span id="s11_n30" from="842" to="845" />
-    <span id="s11_n32" from="846" to="849" />
-    <span id="s11_n34" from="850" to="855" />
-    <span id="s11_n36" from="856" to="861" />
-    <span id="s11_n38" from="861" to="862" />
-    <span id="s11_n40" from="863" to="868" />
-    <span id="s11_n42" from="869" to="872" />
-    <span id="s11_n44" from="873" to="876" />
-    <span id="s11_n46" from="877" to="883" />
-    <span id="s11_n48" from="884" to="890" />
-    <span id="s11_n50" from="890" to="891" />
-    <span id="s11_n52" from="892" to="896" />
-    <span id="s11_n54" from="897" to="902" />
-    <span id="s11_n56" from="903" to="906" />
-    <span id="s11_n58" from="906" to="907" />
-    <span id="s11_n60" from="908" to="913" />
-    <span id="s11_n62" from="914" to="917" />
-    <span id="s11_n64" from="918" to="920" />
-    <span id="s11_n66" from="921" to="927" />
-    <span id="s11_n68" from="928" to="935" />
-    <span id="s11_n70" from="935" to="936" />
-    <span id="s12_n0" from="937" to="941" />
-    <span id="s12_n2" from="942" to="946" />
-    <span id="s12_n4" from="947" to="956" />
-    <span id="s12_n6" from="957" to="960" />
-    <span id="s12_n8" from="960" to="961" />
-    <span id="s12_n10" from="962" to="965" />
-    <span id="s12_n12" from="966" to="969" />
-    <span id="s12_n14" from="970" to="975" />
-    <span id="s12_n16" from="976" to="982" />
-    <span id="s12_n18" from="983" to="986" />
-    <span id="s12_n20" from="987" to="1000" />
-    <span id="s12_n22" from="1001" to="1008" />
-    <span id="s12_n24" from="1009" to="1013" />
-    <span id="s12_n26" from="1013" to="1014" />
-    <span id="s12_n28" from="1015" to="1018" />
-    <span id="s12_n30" from="1019" to="1029" />
-    <span id="s12_n32" from="1030" to="1034" />
-    <span id="s12_n34" from="1035" to="1043" />
-    <span id="s12_n36" from="1044" to="1051" />
-    <span id="s12_n38" from="1051" to="1052" />
-    <span id="s12_n40" from="1053" to="1056" />
-    <span id="s12_n42" from="1057" to="1060" />
-    <span id="s12_n44" from="1061" to="1066" />
-    <span id="s12_n46" from="1066" to="1067" />
-    <span id="s13_n0" from="1068" to="1073" />
-    <span id="s13_n2" from="1074" to="1080" />
-    <span id="s13_n4" from="1081" to="1085" />
-    <span id="s13_n6" from="1086" to="1090" />
-    <span id="s13_n8" from="1091" to="1097" />
-    <span id="s13_n10" from="1097" to="1098" />
-    <span id="s13_n12" from="1099" to="1104" />
-    <span id="s13_n14" from="1105" to="1109" />
-    <span id="s13_n16" from="1110" to="1113" />
-    <span id="s13_n18" from="1114" to="1121" />
-    <span id="s13_n20" from="1121" to="1122" />
-    <span id="s14_n0" from="1123" to="1125" />
-    <span id="s14_n2" from="1126" to="1133" />
-    <span id="s14_n4" from="1134" to="1142" />
-    <span id="s14_n6" from="1143" to="1147" />
-    <span id="s14_n8" from="1148" to="1151" />
-    <span id="s14_n10" from="1152" to="1156" />
-    <span id="s14_n12" from="1156" to="1157" />
-    <span id="s14_n14" from="1158" to="1161" />
-    <span id="s14_n16" from="1162" to="1170" />
-    <span id="s14_n18" from="1171" to="1174" />
-    <span id="s14_n20" from="1175" to="1185" />
-    <span id="s14_n22" from="1186" to="1190" />
-    <span id="s14_n24" from="1191" to="1193" />
-    <span id="s14_n26" from="1194" to="1200" />
-    <span id="s14_n28" from="1200" to="1201" />
-    <span id="s14_n30" from="1202" to="1206" />
-    <span id="s14_n32" from="1207" to="1210" />
-    <span id="s14_n34" from="1211" to="1218" />
-    <span id="s14_n36" from="1219" to="1221" />
-    <span id="s14_n38" from="1222" to="1225" />
-    <span id="s14_n40" from="1226" to="1232" />
-    <span id="s14_n42" from="1233" to="1237" />
-    <span id="s14_n44" from="1238" to="1246" />
-    <span id="s14_n46" from="1246" to="1247" />
-    <span id="s15_n0" from="1248" to="1252" />
-    <span id="s15_n2" from="1253" to="1261" />
-    <span id="s15_n4" from="1262" to="1266" />
-    <span id="s15_n6" from="1267" to="1276" />
-    <span id="s15_n8" from="1277" to="1286" />
-    <span id="s15_n10" from="1287" to="1290" />
-    <span id="s15_n12" from="1291" to="1296" />
-    <span id="s15_n14" from="1297" to="1310" />
-    <span id="s15_n16" from="1311" to="1330" />
-    <span id="s15_n18" from="1330" to="1331" />
-    <span id="s16_n0" from="1332" to="1335" />
-    <span id="s16_n2" from="1336" to="1339" />
-    <span id="s16_n4" from="1340" to="1348" />
-    <span id="s16_n6" from="1348" to="1349" />
-    <span id="s16_n8" from="1350" to="1360" />
-    <span id="s16_n10" from="1361" to="1364" />
-    <span id="s16_n12" from="1365" to="1367" />
-    <span id="s16_n14" from="1367" to="1368" />
-    <span id="s17_n0" from="1369" to="1377" />
-    <span id="s17_n2" from="1378" to="1381" />
-    <span id="s17_n4" from="1382" to="1395" />
-    <span id="s17_n6" from="1396" to="1406" />
-    <span id="s17_n8" from="1407" to="1412" />
-    <span id="s17_n10" from="1413" to="1416" />
-    <span id="s17_n12" from="1417" to="1427" />
-    <span id="s17_n14" from="1428" to="1433" />
-    <span id="s17_n16" from="1434" to="1438" />
-    <span id="s17_n18" from="1439" to="1444" />
-    <span id="s17_n20" from="1445" to="1450" />
-    <span id="s17_n22" from="1451" to="1466" />
-    <span id="s17_n24" from="1467" to="1478" />
-    <span id="s17_n28" from="1483" to="1487" />
-    <span id="s17_n30" from="1488" to="1502" />
-    <span id="s17_n32" from="1502" to="1503" />
-    <span id="s17_n34" from="1504" to="1506" />
-    <span id="s17_n36" from="1507" to="1510" />
-    <span id="s17_n38" from="1511" to="1521" />
-    <span id="s17_n40" from="1522" to="1542" />
-    <span id="s17_n42" from="1543" to="1546" />
-    <span id="s17_n44" from="1547" to="1550" />
-    <span id="s17_n46" from="1551" to="1566" />
-    <span id="s17_n48" from="1567" to="1575" />
-    <span id="s17_n50" from="1576" to="1578" />
-    <span id="s17_n52" from="1579" to="1586" />
-    <span id="s17_n54" from="1586" to="1587" />
-    <span id="s17_n56" from="1588" to="1590" />
-    <span id="s17_n58" from="1591" to="1601" />
-    <span id="s17_n60" from="1602" to="1604" />
-    <span id="s17_n62" from="1605" to="1612" />
-    <span id="s17_n64" from="1612" to="1613" />
-    <span id="s18_n0" from="1614" to="1615" />
-    <span id="s18_n2" from="1615" to="1620" />
-    <span id="s18_n4" from="1621" to="1631" />
-    <span id="s18_n6" from="1632" to="1640" />
-    <span id="s18_n8" from="1641" to="1653" />
-    <span id="s18_n10" from="1654" to="1666" />
-    <span id="s18_n12" from="1667" to="1670" />
-    <span id="s18_n14" from="1671" to="1679" />
-    <span id="s18_n16" from="1679" to="1680" />
-    <span id="s18_n18" from="1680" to="1681" />
-    <span id="s18_n20" from="1682" to="1690" />
-    <span id="s18_n22" from="1691" to="1694" />
-    <span id="s18_n24" from="1694" to="1695" />
-    <span id="s19_n0" from="1696" to="1697" />
-    <span id="s19_n2" from="1697" to="1702" />
-    <span id="s19_n4" from="1703" to="1715" />
-    <span id="s19_n6" from="1716" to="1721" />
-    <span id="s19_n8" from="1722" to="1725" />
-    <span id="s19_n10" from="1726" to="1734" />
-    <span id="s19_n12" from="1734" to="1735" />
-    <span id="s19_n14" from="1736" to="1746" />
-    <span id="s19_n16" from="1747" to="1750" />
-    <span id="s19_n18" from="1751" to="1757" />
-    <span id="s19_n20" from="1758" to="1765" />
-    <span id="s19_n22" from="1766" to="1771" />
-    <span id="s19_n24" from="1772" to="1784" />
-    <span id="s19_n26" from="1785" to="1788" />
-    <span id="s19_n28" from="1789" to="1797" />
-    <span id="s19_n30" from="1798" to="1802" />
-    <span id="s19_n32" from="1803" to="1813" />
-    <span id="s19_n34" from="1814" to="1823" />
-    <span id="s19_n36" from="1824" to="1830" />
-    <span id="s19_n40" from="1835" to="1838" />
-    <span id="s19_n42" from="1839" to="1843" />
-    <span id="s19_n44" from="1844" to="1848" />
-    <span id="s19_n46" from="1849" to="1851" />
-    <span id="s19_n48" from="1852" to="1865" />
-    <span id="s19_n50" from="1865" to="1866" />
-    <span id="s19_n52" from="1867" to="1871" />
-    <span id="s19_n54" from="1872" to="1875" />
-    <span id="s19_n56" from="1876" to="1879" />
-    <span id="s19_n58" from="1880" to="1884" />
-    <span id="s19_n60" from="1885" to="1889" />
-    <span id="s19_n62" from="1890" to="1895" />
-    <span id="s19_n64" from="1896" to="1899" />
-    <span id="s19_n66" from="1900" to="1905" />
-    <span id="s19_n68" from="1906" to="1915" />
-    <span id="s19_n70" from="1916" to="1920" />
-    <span id="s19_n72" from="1920" to="1921" />
-    <span id="s20_n0" from="1922" to="1925" />
-    <span id="s20_n2" from="1926" to="1930" />
-    <span id="s20_n4" from="1931" to="1934" />
-    <span id="s20_n6" from="1935" to="1941" />
-    <span id="s20_n8" from="1941" to="1942" />
-    <span id="s20_n10" from="1943" to="1947" />
-    <span id="s20_n12" from="1948" to="1953" />
-    <span id="s20_n14" from="1954" to="1959" />
-    <span id="s20_n16" from="1960" to="1970" />
-    <span id="s20_n18" from="1971" to="1973" />
-    <span id="s20_n20" from="1974" to="1980" />
-    <span id="s20_n22" from="1980" to="1981" />
-    <span id="s21_n0" from="1982" to="1991" />
-    <span id="s21_n2" from="1992" to="1999" />
-    <span id="s21_n4" from="2000" to="2003" />
-    <span id="s21_n6" from="2004" to="2007" />
-    <span id="s21_n8" from="2008" to="2018" />
-    <span id="s21_n10" from="2018" to="2019" />
-    <span id="s22_n0" from="2020" to="2024" />
-    <span id="s22_n2" from="2025" to="2027" />
-    <span id="s22_n4" from="2028" to="2031" />
-    <span id="s22_n6" from="2032" to="2043" />
-    <span id="s22_n8" from="2044" to="2055" />
-    <span id="s22_n10" from="2055" to="2056" />
-    <span id="s23_n0" from="2057" to="2060" />
-    <span id="s23_n2" from="2061" to="2068" />
-    <span id="s23_n4" from="2069" to="2072" />
-    <span id="s23_n6" from="2073" to="2078" />
-    <span id="s23_n8" from="2079" to="2086" />
-    <span id="s23_n10" from="2086" to="2087" />
-    <span id="s23_n12" from="2088" to="2090" />
-    <span id="s23_n14" from="2091" to="2095" />
-    <span id="s23_n16" from="2096" to="2105" />
-    <span id="s23_n18" from="2106" to="2108" />
-    <span id="s23_n20" from="2109" to="2122" />
-    <span id="s23_n22" from="2123" to="2126" />
-    <span id="s23_n24" from="2127" to="2132" />
-    <span id="s23_n26" from="2133" to="2141" />
-    <span id="s23_n28" from="2142" to="2145" />
-    <span id="s23_n30" from="2146" to="2157" />
-    <span id="s23_n32" from="2158" to="2170" />
-    <span id="s23_n34" from="2170" to="2171" />
-    <span id="s24_n0" from="2171" to="2172" />
-    <span id="s24_n2" from="2173" to="2178" />
-    <span id="s24_n4" from="2179" to="2188" />
-    <span id="s24_n6" from="2189" to="2192" />
-    <span id="s24_n8" from="2193" to="2201" />
-    <span id="s24_n10" from="2202" to="2207" />
-    <span id="s24_n12" from="2208" to="2213" />
-    <span id="s24_n14" from="2214" to="2218" />
-    <span id="s24_n16" from="2219" to="2224" />
-    <span id="s24_n18" from="2225" to="2234" />
-    <span id="s24_n20" from="2235" to="2244" />
-    <span id="s24_n22" from="2245" to="2253" />
-    <span id="s24_n24" from="2254" to="2264" />
-    <span id="s24_n26" from="2264" to="2265" />
-    <span id="s24_n28" from="2266" to="2269" />
-    <span id="s24_n30" from="2270" to="2274" />
-    <span id="s24_n32" from="2275" to="2281" />
-    <span id="s24_n34" from="2282" to="2285" />
-    <span id="s24_n36" from="2286" to="2293" />
-    <span id="s24_n38" from="2294" to="2299" />
-    <span id="s24_n40" from="2299" to="2300" />
-    <span id="s25_n0" from="2301" to="2304" />
-    <span id="s25_n2" from="2305" to="2310" />
-    <span id="s25_n4" from="2311" to="2314" />
-    <span id="s25_n6" from="2315" to="2327" />
-    <span id="s25_n8" from="2328" to="2340" />
-    <span id="s25_n10" from="2340" to="2341" />
-    <span id="s25_n12" from="2342" to="2344" />
-    <span id="s25_n14" from="2345" to="2347" />
-    <span id="s25_n16" from="2348" to="2353" />
-    <span id="s25_n18" from="2354" to="2367" />
-    <span id="s25_n20" from="2368" to="2375" />
-    <span id="s25_n22" from="2376" to="2380" />
-    <span id="s25_n24" from="2381" to="2385" />
-    <span id="s25_n26" from="2386" to="2388" />
-    <span id="s25_n28" from="2389" to="2394" />
-    <span id="s25_n30" from="2395" to="2402" />
-    <span id="s25_n32" from="2403" to="2411" />
-    <span id="s25_n34" from="2411" to="2412" />
-    <span id="s26_n0" from="2413" to="2416" />
-    <span id="s26_n2" from="2417" to="2420" />
-    <span id="s26_n4" from="2421" to="2424" />
-    <span id="s26_n6" from="2425" to="2433" />
-    <span id="s26_n8" from="2434" to="2444" />
-    <span id="s26_n10" from="2444" to="2445" />
-    <span id="s26_n12" from="2446" to="2456" />
-    <span id="s26_n14" from="2457" to="2460" />
-    <span id="s26_n16" from="2461" to="2465" />
-    <span id="s26_n18" from="2466" to="2474" />
-    <span id="s26_n20" from="2475" to="2483" />
-    <span id="s26_n22" from="2483" to="2484" />
-    <span id="s27_n0" from="2485" to="2494" />
-    <span id="s27_n2" from="2495" to="2498" />
-    <span id="s27_n4" from="2499" to="2502" />
-    <span id="s27_n6" from="2503" to="2509" />
-    <span id="s27_n8" from="2510" to="2515" />
-    <span id="s27_n12" from="2520" to="2524" />
-    <span id="s27_n14" from="2525" to="2529" />
-    <span id="s27_n16" from="2530" to="2532" />
-    <span id="s27_n18" from="2533" to="2536" />
-    <span id="s27_n20" from="2537" to="2542" />
-    <span id="s27_n22" from="2543" to="2553" />
-    <span id="s27_n24" from="2553" to="2554" />
-    <span id="s27_n26" from="2555" to="2557" />
-    <span id="s27_n28" from="2558" to="2567" />
-    <span id="s27_n30" from="2568" to="2571" />
-    <span id="s27_n32" from="2572" to="2577" />
-    <span id="s27_n34" from="2578" to="2588" />
-    <span id="s27_n36" from="2588" to="2589" />
-    <span id="s28_n0" from="2590" to="2596" />
-    <span id="s28_n2" from="2597" to="2602" />
-    <span id="s28_n4" from="2603" to="2607" />
-    <span id="s28_n6" from="2608" to="2611" />
-    <span id="s28_n8" from="2612" to="2618" />
-    <span id="s28_n10" from="2619" to="2624" />
-    <span id="s28_n12" from="2625" to="2633" />
-    <span id="s28_n14" from="2634" to="2639" />
-    <span id="s28_n16" from="2640" to="2643" />
-    <span id="s28_n18" from="2644" to="2656" />
-    <span id="s28_n20" from="2657" to="2662" />
-    <span id="s28_n22" from="2663" to="2667" />
-    <span id="s28_n24" from="2668" to="2676" />
-    <span id="s28_n26" from="2676" to="2677" />
-    <span id="s28_n28" from="2678" to="2681" />
-    <span id="s28_n30" from="2682" to="2685" />
-    <span id="s28_n32" from="2686" to="2697" />
-    <span id="s28_n34" from="2698" to="2709" />
-    <span id="s28_n36" from="2710" to="2713" />
-    <span id="s28_n38" from="2713" to="2714" />
-    <span id="s29_n0" from="2715" to="2718" />
-    <span id="s29_n2" from="2719" to="2725" />
-    <span id="s29_n4" from="2726" to="2731" />
-    <span id="s29_n6" from="2732" to="2737" />
-    <span id="s29_n8" from="2738" to="2746" />
-    <span id="s29_n10" from="2746" to="2747" />
-    <span id="s29_n12" from="2748" to="2752" />
-    <span id="s29_n14" from="2753" to="2756" />
-    <span id="s29_n16" from="2757" to="2760" />
-    <span id="s29_n18" from="2761" to="2774" />
-    <span id="s29_n20" from="2775" to="2780" />
-    <span id="s29_n22" from="2781" to="2785" />
-    <span id="s29_n24" from="2786" to="2795" />
-    <span id="s29_n26" from="2796" to="2799" />
-    <span id="s29_n28" from="2799" to="2800" />
-    <span id="s29_n30" from="2801" to="2804" />
-    <span id="s29_n32" from="2805" to="2810" />
-    <span id="s29_n34" from="2811" to="2827" />
-    <span id="s29_n36" from="2827" to="2828" />
-    <span id="s30_n0" from="2829" to="2832" />
-    <span id="s30_n2" from="2833" to="2836" />
-    <span id="s30_n4" from="2837" to="2845" />
-    <span id="s30_n6" from="2845" to="2846" />
-    <span id="s31_n0" from="2847" to="2857" />
-    <span id="s31_n2" from="2858" to="2862" />
-    <span id="s31_n4" from="2863" to="2866" />
-    <span id="s31_n6" from="2867" to="2870" />
-    <span id="s31_n8" from="2871" to="2876" />
-    <span id="s31_n10" from="2877" to="2902" />
-    <span id="s31_n12" from="2903" to="2906" />
-    <span id="s31_n14" from="2907" to="2911" />
-    <span id="s31_n16" from="2912" to="2917" />
-    <span id="s31_n18" from="2918" to="2921" />
-    <span id="s31_n20" from="2922" to="2929" />
-    <span id="s31_n22" from="2930" to="2937" />
-    <span id="s31_n24" from="2938" to="2943" />
-    <span id="s31_n26" from="2944" to="2946" />
-    <span id="s31_n28" from="2947" to="2952" />
-    <span id="s31_n30" from="2953" to="2968" />
-    <span id="s31_n32" from="2968" to="2969" />
-    <span id="s32_n0" from="2970" to="2974" />
-    <span id="s32_n2" from="2975" to="2979" />
-    <span id="s32_n4" from="2980" to="2982" />
-    <span id="s32_n6" from="2983" to="2989" />
-    <span id="s32_n8" from="2990" to="2993" />
-    <span id="s32_n10" from="2994" to="3003" />
-    <span id="s32_n12" from="3004" to="3013" />
-    <span id="s32_n14" from="3014" to="3017" />
-    <span id="s32_n16" from="3018" to="3021" />
-    <span id="s32_n18" from="3022" to="3037" />
-    <span id="s32_n20" from="3038" to="3041" />
-    <span id="s32_n22" from="3042" to="3055" />
-    <span id="s32_n24" from="3056" to="3067" />
-    <span id="s32_n26" from="3068" to="3071" />
-    <span id="s32_n28" from="3072" to="3079" />
-    <span id="s32_n30" from="3080" to="3082" />
-    <span id="s32_n32" from="3083" to="3093" />
-    <span id="s32_n34" from="3093" to="3094" />
-    <span id="s33_n0" from="3095" to="3098" />
-    <span id="s33_n2" from="3099" to="3106" />
-    <span id="s33_n4" from="3107" to="3110" />
-    <span id="s33_n6" from="3111" to="3116" />
-    <span id="s33_n8" from="3117" to="3133" />
-    <span id="s33_n12" from="3138" to="3141" />
-    <span id="s33_n14" from="3142" to="3144" />
-    <span id="s33_n16" from="3145" to="3150" />
-    <span id="s33_n18" from="3151" to="3157" />
-    <span id="s33_n20" from="3158" to="3166" />
-    <span id="s33_n22" from="3167" to="3170" />
-    <span id="s33_n24" from="3171" to="3177" />
-    <span id="s33_n26" from="3178" to="3182" />
-    <span id="s33_n28" from="3183" to="3192" />
-    <span id="s33_n30" from="3193" to="3196" />
-    <span id="s33_n32" from="3196" to="3197" />
-    <span id="s34_n0" from="3198" to="3201" />
-    <span id="s34_n2" from="3202" to="3205" />
-    <span id="s34_n4" from="3206" to="3211" />
-    <span id="s34_n6" from="3212" to="3221" />
-    <span id="s34_n8" from="3222" to="3233" />
-    <span id="s34_n10" from="3234" to="3239" />
-    <span id="s34_n12" from="3239" to="3240" />
-    <span id="s34_n14" from="3241" to="3248" />
-    <span id="s34_n16" from="3249" to="3252" />
-    <span id="s34_n18" from="3253" to="3260" />
-    <span id="s34_n20" from="3261" to="3269" />
-    <span id="s34_n22" from="3269" to="3270" />
-    <span id="s34_n24" from="3271" to="3275" />
-    <span id="s34_n26" from="3276" to="3279" />
-    <span id="s34_n28" from="3279" to="3280" />
-    <span id="s35_n0" from="3281" to="3286" />
-    <span id="s35_n2" from="3287" to="3293" />
-    <span id="s35_n4" from="3294" to="3297" />
-    <span id="s35_n6" from="3298" to="3301" />
-    <span id="s35_n8" from="3302" to="3308" />
-    <span id="s35_n10" from="3309" to="3320" />
-    <span id="s35_n12" from="3320" to="3321" />
-    <span id="s36_n0" from="3322" to="3325" />
-    <span id="s36_n2" from="3326" to="3336" />
-    <span id="s36_n4" from="3337" to="3343" />
-    <span id="s36_n6" from="3344" to="3347" />
-    <span id="s36_n8" from="3348" to="3351" />
-    <span id="s36_n10" from="3352" to="3359" />
-    <span id="s36_n12" from="3359" to="3360" />
-    <span id="s37_n0" from="3361" to="3368" />
-    <span id="s37_n2" from="3369" to="3373" />
-    <span id="s37_n4" from="3374" to="3379" />
-    <span id="s37_n6" from="3380" to="3388" />
-    <span id="s37_n8" from="3389" to="3392" />
-    <span id="s37_n10" from="3393" to="3395" />
-    <span id="s37_n12" from="3396" to="3399" />
-    <span id="s37_n14" from="3400" to="3405" />
-    <span id="s37_n16" from="3406" to="3410" />
-    <span id="s37_n18" from="3410" to="3411" />
-    <span id="s38_n0" from="3412" to="3413" />
-    <span id="s38_n2" from="3413" to="3416" />
-    <span id="s38_n4" from="3417" to="3421" />
-    <span id="s38_n6" from="3422" to="3430" />
-    <span id="s38_n8" from="3431" to="3434" />
-    <span id="s38_n10" from="3435" to="3442" />
-    <span id="s38_n12" from="3442" to="3443" />
-    <span id="s38_n14" from="3444" to="3448" />
-    <span id="s38_n16" from="3449" to="3453" />
-    <span id="s38_n18" from="3454" to="3463" />
-    <span id="s38_n20" from="3464" to="3470" />
-    <span id="s38_n22" from="3471" to="3474" />
-    <span id="s38_n24" from="3474" to="3475" />
-    <span id="s38_n26" from="3476" to="3480" />
-    <span id="s38_n28" from="3481" to="3483" />
-    <span id="s38_n30" from="3484" to="3490" />
-    <span id="s38_n32" from="3491" to="3505" />
-    <span id="s38_n34" from="3506" to="3510" />
-    <span id="s38_n36" from="3510" to="3511" />
-    <span id="s38_n38" from="3512" to="3516" />
-    <span id="s38_n40" from="3517" to="3520" />
-    <span id="s38_n42" from="3521" to="3526" />
-    <span id="s38_n44" from="3527" to="3531" />
-    <span id="s38_n46" from="3532" to="3539" />
-    <span id="s38_n48" from="3540" to="3552" />
-    <span id="s38_n50" from="3552" to="3553" />
-    <span id="s39_n0" from="3554" to="3561" />
-    <span id="s39_n2" from="3562" to="3565" />
-    <span id="s39_n4" from="3566" to="3568" />
-    <span id="s39_n6" from="3569" to="3577" />
-    <span id="s39_n8" from="3578" to="3581" />
-    <span id="s39_n10" from="3582" to="3587" />
-    <span id="s39_n12" from="3587" to="3588" />
-    <span id="s39_n14" from="3589" to="3599" />
-    <span id="s39_n16" from="3600" to="3611" />
-    <span id="s39_n18" from="3611" to="3612" />
-    <span id="s40_n0" from="3613" to="3616" />
-    <span id="s40_n2" from="3617" to="3625" />
-    <span id="s40_n4" from="3625" to="3626" />
-    <span id="s40_n6" from="3627" to="3630" />
-    <span id="s40_n8" from="3631" to="3641" />
-    <span id="s40_n10" from="3642" to="3648" />
-    <span id="s40_n12" from="3649" to="3651" />
-    <span id="s40_n14" from="3652" to="3657" />
-    <span id="s40_n16" from="3657" to="3658" />
-    <span id="s41_n0" from="3659" to="3665" />
-    <span id="s41_n2" from="3666" to="3673" />
-    <span id="s41_n4" from="3674" to="3677" />
-    <span id="s41_n6" from="3678" to="3682" />
-    <span id="s41_n8" from="3683" to="3689" />
-    <span id="s41_n10" from="3689" to="3690" />
-    <span id="s42_n0" from="3691" to="3695" />
-    <span id="s42_n2" from="3696" to="3699" />
-    <span id="s42_n4" from="3700" to="3704" />
-    <span id="s42_n6" from="3705" to="3708" />
-    <span id="s42_n8" from="3709" to="3712" />
-    <span id="s42_n10" from="3713" to="3725" />
-    <span id="s42_n12" from="3725" to="3726" />
-    <span id="s43_n0" from="3727" to="3738" />
-    <span id="s43_n2" from="3739" to="3744" />
-    <span id="s43_n4" from="3745" to="3748" />
-    <span id="s43_n6" from="3748" to="3749" />
-    <span id="s43_n8" from="3750" to="3753" />
-    <span id="s43_n10" from="3754" to="3766" />
-    <span id="s43_n12" from="3767" to="3770" />
-    <span id="s43_n16" from="3775" to="3778" />
-    <span id="s43_n18" from="3779" to="3781" />
-    <span id="s43_n20" from="3782" to="3786" />
-    <span id="s43_n22" from="3787" to="3795" />
-    <span id="s43_n24" from="3795" to="3796" />
-    <span id="s43_n26" from="3797" to="3804" />
-    <span id="s43_n28" from="3805" to="3808" />
-    <span id="s43_n30" from="3809" to="3813" />
-    <span id="s43_n32" from="3814" to="3819" />
-    <span id="s43_n34" from="3820" to="3827" />
-    <span id="s43_n36" from="3828" to="3830" />
-    <span id="s43_n38" from="3831" to="3836" />
-    <span id="s43_n40" from="3836" to="3837" />
-    <span id="s44_n0" from="3838" to="3841" />
-    <span id="s44_n2" from="3842" to="3845" />
-    <span id="s44_n4" from="3846" to="3850" />
-    <span id="s44_n6" from="3851" to="3853" />
-    <span id="s44_n8" from="3854" to="3857" />
-    <span id="s44_n10" from="3858" to="3862" />
-    <span id="s44_n12" from="3862" to="3863" />
-    <span id="s44_n14" from="3864" to="3872" />
-    <span id="s44_n16" from="3873" to="3883" />
-    <span id="s44_n18" from="3883" to="3884" />
-    <span id="s45_n0" from="3885" to="3891" />
-    <span id="s45_n2" from="3892" to="3894" />
-    <span id="s45_n4" from="3895" to="3902" />
-    <span id="s45_n6" from="3902" to="3903" />
-    <span id="s45_n8" from="3904" to="3911" />
-    <span id="s45_n10" from="3912" to="3915" />
-    <span id="s45_n12" from="3916" to="3919" />
-    <span id="s45_n14" from="3920" to="3926" />
-    <span id="s45_n16" from="3927" to="3934" />
-    <span id="s45_n18" from="3934" to="3935" />
-    <span id="s46_n0" from="3935" to="3936" />
-    <span id="s46_n2" from="3937" to="3941" />
-    <span id="s46_n4" from="3942" to="3948" />
-    <span id="s46_n6" from="3949" to="3952" />
-    <span id="s46_n8" from="3953" to="3959" />
-    <span id="s46_n10" from="3960" to="3963" />
-    <span id="s46_n12" from="3964" to="3968" />
-    <span id="s46_n14" from="3969" to="3974" />
-    <span id="s46_n16" from="3975" to="3981" />
-    <span id="s46_n18" from="3982" to="3990" />
-    <span id="s46_n20" from="3990" to="3991" />
-    <span id="s47_n0" from="3992" to="3995" />
-    <span id="s47_n2" from="3996" to="4003" />
-    <span id="s47_n4" from="4004" to="4009" />
-    <span id="s47_n6" from="4009" to="4010" />
-    <span id="s48_n0" from="4011" to="4017" />
-    <span id="s48_n2" from="4018" to="4022" />
-    <span id="s48_n4" from="4023" to="4028" />
-    <span id="s48_n6" from="4029" to="4037" />
-    <span id="s48_n8" from="4037" to="4038" />
-    <span id="s49_n0" from="4039" to="4043" />
-    <span id="s49_n2" from="4044" to="4052" />
-    <span id="s49_n4" from="4053" to="4056" />
-    <span id="s49_n6" from="4057" to="4060" />
-    <span id="s49_n8" from="4061" to="4064" />
-    <span id="s49_n10" from="4065" to="4071" />
-    <span id="s49_n12" from="4071" to="4072" />
-    <span id="s49_n14" from="4073" to="4076" />
-    <span id="s49_n16" from="4077" to="4082" />
-    <span id="s49_n18" from="4083" to="4087" />
-    <span id="s49_n20" from="4088" to="4095" />
-    <span id="s49_n22" from="4096" to="4098" />
-    <span id="s49_n24" from="4099" to="4105" />
-    <span id="s49_n26" from="4105" to="4106" />
-    <span id="s49_n28" from="4107" to="4109" />
-    <span id="s49_n30" from="4110" to="4114" />
-    <span id="s49_n32" from="4115" to="4121" />
-    <span id="s49_n34" from="4122" to="4129" />
-    <span id="s49_n36" from="4130" to="4132" />
-    <span id="s49_n38" from="4133" to="4140" />
-    <span id="s49_n40" from="4140" to="4141" />
-    <span id="s50_n0" from="4142" to="4143" />
-    <span id="s50_n2" from="4143" to="4148" />
-    <span id="s50_n4" from="4149" to="4155" />
-    <span id="s50_n6" from="4156" to="4161" />
-    <span id="s50_n8" from="4162" to="4165" />
-    <span id="s50_n10" from="4166" to="4171" />
-    <span id="s50_n12" from="4172" to="4178" />
-    <span id="s50_n14" from="4178" to="4179" />
-    <span id="s50_n16" from="4180" to="4184" />
-    <span id="s50_n18" from="4185" to="4188" />
-    <span id="s50_n20" from="4189" to="4194" />
-    <span id="s50_n22" from="4194" to="4195" />
-    <span id="s51_n0" from="4196" to="4199" />
-    <span id="s51_n2" from="4200" to="4206" />
-    <span id="s51_n4" from="4207" to="4211" />
-    <span id="s51_n6" from="4212" to="4215" />
-    <span id="s51_n8" from="4215" to="4216" />
-    <span id="s52_n0" from="4217" to="4227" />
-    <span id="s52_n2" from="4228" to="4234" />
-    <span id="s52_n4" from="4235" to="4247" />
-    <span id="s52_n6" from="4248" to="4255" />
-    <span id="s52_n8" from="4255" to="4256" />
-    <span id="s52_n10" from="4257" to="4259" />
-    <span id="s52_n12" from="4260" to="4263" />
-    <span id="s52_n14" from="4264" to="4268" />
-    <span id="s52_n16" from="4269" to="4272" />
-    <span id="s52_n18" from="4273" to="4278" />
-    <span id="s52_n20" from="4279" to="4282" />
-    <span id="s52_n22" from="4283" to="4292" />
-    <span id="s52_n24" from="4292" to="4293" />
-    <span id="s52_n26" from="4293" to="4294" />
-    <span id="s52_n28" from="4295" to="4299" />
-    <span id="s52_n30" from="4300" to="4303" />
-    <span id="s52_n32" from="4303" to="4304" />
-    <span id="s53_n0" from="4305" to="4306" />
-    <span id="s53_n2" from="4306" to="4310" />
-    <span id="s53_n4" from="4311" to="4321" />
-    <span id="s53_n6" from="4322" to="4326" />
-    <span id="s53_n8" from="4327" to="4329" />
-    <span id="s53_n10" from="4330" to="4333" />
-    <span id="s53_n12" from="4334" to="4345" />
-    <span id="s53_n14" from="4346" to="4353" />
-    <span id="s53_n16" from="4353" to="4354" />
-    <span id="s54_n0" from="4355" to="4361" />
-    <span id="s54_n2" from="4362" to="4368" />
-    <span id="s54_n4" from="4369" to="4372" />
-    <span id="s54_n6" from="4372" to="4373" />
-    <span id="s54_n8" from="4374" to="4380" />
-    <span id="s54_n10" from="4381" to="4386" />
-    <span id="s54_n12" from="4387" to="4390" />
-    <span id="s54_n14" from="4390" to="4391" />
-    <span id="s54_n16" from="4392" to="4395" />
-    <span id="s54_n18" from="4396" to="4399" />
-    <span id="s54_n20" from="4400" to="4406" />
-    <span id="s54_n22" from="4407" to="4411" />
-    <span id="s54_n24" from="4411" to="4412" />
-    <span id="s55_n0" from="4412" to="4413" />
-    <span id="s55_n2" from="4414" to="4419" />
-    <span id="s55_n4" from="4420" to="4439" />
-    <span id="s55_n6" from="4440" to="4443" />
-    <span id="s55_n8" from="4444" to="4451" />
-    <span id="s55_n10" from="4452" to="4458" />
-    <span id="s55_n12" from="4459" to="4462" />
-    <span id="s55_n14" from="4463" to="4466" />
-    <span id="s55_n16" from="4467" to="4475" />
-    <span id="s55_n18" from="4475" to="4476" />
-    <span id="s55_n20" from="4477" to="4488" />
-    <span id="s55_n22" from="4489" to="4503" />
-    <span id="s55_n24" from="4504" to="4509" />
-    <span id="s55_n26" from="4510" to="4513" />
-    <span id="s55_n28" from="4514" to="4540" />
-    <span id="s55_n30" from="4541" to="4543" />
-    <span id="s55_n32" from="4544" to="4552" />
-    <span id="s55_n34" from="4552" to="4553" />
-    <span id="s56_n0" from="4554" to="4560" />
-    <span id="s56_n2" from="4561" to="4567" />
-    <span id="s56_n4" from="4568" to="4573" />
-    <span id="s56_n6" from="4574" to="4599" />
-    <span id="s56_n8" from="4600" to="4604" />
-    <span id="s56_n10" from="4605" to="4610" />
-    <span id="s56_n12" from="4611" to="4614" />
-    <span id="s56_n14" from="4615" to="4626" />
-    <span id="s56_n16" from="4627" to="4630" />
-    <span id="s56_n18" from="4630" to="4631" />
-    <span id="s56_n20" from="4632" to="4635" />
-    <span id="s56_n22" from="4636" to="4651" />
-    <span id="s56_n24" from="4652" to="4660" />
-    <span id="s56_n26" from="4661" to="4669" />
-    <span id="s56_n28" from="4670" to="4675" />
-    <span id="s56_n30" from="4675" to="4676" />
-    <span id="s57_n0" from="4677" to="4678" />
-    <span id="s57_n2" from="4678" to="4681" />
-    <span id="s57_n4" from="4682" to="4698" />
-    <span id="s57_n6" from="4699" to="4702" />
-    <span id="s57_n8" from="4703" to="4712" />
-    <span id="s57_n10" from="4713" to="4717" />
-    <span id="s57_n12" from="4718" to="4723" />
-    <span id="s57_n14" from="4724" to="4732" />
-    <span id="s57_n16" from="4732" to="4733" />
-    <span id="s57_n18" from="4733" to="4734" />
-    <span id="s57_n20" from="4735" to="4743" />
-    <span id="s57_n22" from="4744" to="4747" />
-    <span id="s57_n24" from="4747" to="4748" />
-    <span id="s58_n0" from="4749" to="4761" />
-    <span id="s58_n2" from="4762" to="4765" />
-    <span id="s58_n4" from="4766" to="4770" />
-    <span id="s58_n6" from="4771" to="4780" />
-    <span id="s58_n8" from="4781" to="4787" />
-    <span id="s58_n10" from="4787" to="4788" />
-    <span id="s58_n12" from="4789" to="4793" />
-    <span id="s58_n14" from="4794" to="4798" />
-    <span id="s58_n16" from="4799" to="4815" />
-    <span id="s58_n18" from="4816" to="4835" />
-    <span id="s58_n20" from="4836" to="4839" />
-    <span id="s58_n22" from="4840" to="4853" />
-    <span id="s58_n24" from="4854" to="4858" />
-    <span id="s58_n26" from="4859" to="4864" />
-    <span id="s58_n28" from="4865" to="4868" />
-    <span id="s58_n30" from="4869" to="4880" />
-    <span id="s58_n32" from="4881" to="4885" />
-    <span id="s58_n34" from="4885" to="4886" />
-    <span id="s58_n36" from="4887" to="4891" />
-    <span id="s58_n38" from="4892" to="4894" />
-    <span id="s58_n40" from="4895" to="4898" />
-    <span id="s58_n42" from="4899" to="4904" />
-    <span id="s58_n44" from="4905" to="4908" />
-    <span id="s58_n46" from="4909" to="4922" />
-    <span id="s58_n48" from="4923" to="4926" />
-    <span id="s58_n50" from="4927" to="4935" />
-    <span id="s58_n52" from="4936" to="4940" />
-    <span id="s58_n54" from="4941" to="4950" />
-    <span id="s58_n56" from="4951" to="4955" />
-    <span id="s58_n58" from="4955" to="4956" />
-    <span id="s58_n60" from="4957" to="4963" />
-    <span id="s58_n62" from="4964" to="4967" />
-    <span id="s58_n64" from="4968" to="4973" />
-    <span id="s58_n66" from="4974" to="4978" />
-    <span id="s58_n68" from="4979" to="4997" />
-    <span id="s58_n70" from="4997" to="4998" />
-    <span id="s59_n0" from="4999" to="5004" />
-    <span id="s59_n2" from="5005" to="5010" />
-    <span id="s59_n4" from="5011" to="5015" />
-    <span id="s59_n6" from="5016" to="5027" />
-    <span id="s59_n8" from="5028" to="5042" />
-    <span id="s59_n10" from="5043" to="5049" />
-    <span id="s59_n12" from="5049" to="5050" />
-    <span id="s59_n14" from="5051" to="5053" />
-    <span id="s59_n16" from="5054" to="5068" />
-    <span id="s59_n18" from="5069" to="5071" />
-    <span id="s59_n20" from="5072" to="5080" />
-    <span id="s59_n24" from="5085" to="5091" />
-    <span id="s59_n26" from="5092" to="5095" />
-    <span id="s59_n28" from="5096" to="5099" />
-    <span id="s59_n30" from="5100" to="5109" />
-    <span id="s59_n32" from="5110" to="5114" />
-    <span id="s59_n34" from="5115" to="5120" />
-    <span id="s59_n36" from="5121" to="5127" />
-    <span id="s59_n38" from="5128" to="5133" />
-    <span id="s59_n40" from="5133" to="5134" />
-    <span id="s60_n0" from="5135" to="5136" />
-    <span id="s60_n2" from="5136" to="5142" />
-    <span id="s60_n4" from="5143" to="5146" />
-    <span id="s60_n6" from="5147" to="5157" />
-    <span id="s60_n8" from="5158" to="5162" />
-    <span id="s60_n10" from="5163" to="5167" />
-    <span id="s60_n12" from="5168" to="5181" />
-    <span id="s60_n14" from="5181" to="5182" />
-    <span id="s60_n16" from="5183" to="5189" />
-    <span id="s60_n18" from="5190" to="5193" />
-    <span id="s60_n20" from="5194" to="5198" />
-    <span id="s60_n22" from="5199" to="5226" />
-    <span id="s60_n24" from="5227" to="5238" />
-    <span id="s60_n26" from="5238" to="5239" />
-    <span id="s60_n28" from="5239" to="5240" />
-    <span id="s60_n30" from="5241" to="5245" />
-    <span id="s60_n32" from="5246" to="5255" />
-    <span id="s60_n34" from="5256" to="5265" />
-    <span id="s60_n36" from="5265" to="5266" />
-    <span id="s61_n0" from="5267" to="5268" />
-    <span id="s61_n2" from="5268" to="5271" />
-    <span id="s61_n4" from="5272" to="5278" />
-    <span id="s61_n6" from="5279" to="5283" />
-    <span id="s61_n8" from="5284" to="5287" />
-    <span id="s61_n10" from="5288" to="5298" />
-    <span id="s61_n12" from="5299" to="5304" />
-    <span id="s61_n14" from="5305" to="5311" />
-    <span id="s61_n16" from="5312" to="5321" />
-    <span id="s61_n18" from="5322" to="5329" />
-    <span id="s61_n20" from="5329" to="5330" />
-    <span id="s61_n22" from="5331" to="5335" />
-    <span id="s61_n24" from="5336" to="5338" />
-    <span id="s61_n26" from="5339" to="5345" />
-    <span id="s61_n28" from="5346" to="5349" />
-    <span id="s61_n30" from="5350" to="5357" />
-    <span id="s61_n32" from="5357" to="5358" />
-    <span id="s61_n34" from="5359" to="5364" />
-    <span id="s61_n36" from="5365" to="5368" />
-    <span id="s61_n38" from="5369" to="5380" />
-    <span id="s61_n40" from="5381" to="5386" />
-    <span id="s61_n42" from="5387" to="5390" />
-    <span id="s61_n44" from="5391" to="5401" />
-    <span id="s61_n46" from="5402" to="5406" />
-    <span id="s61_n48" from="5407" to="5411" />
-    <span id="s61_n50" from="5412" to="5415" />
-    <span id="s61_n52" from="5416" to="5430" />
-    <span id="s61_n54" from="5431" to="5447" />
-    <span id="s61_n56" from="5448" to="5455" />
-    <span id="s61_n58" from="5456" to="5458" />
-    <span id="s61_n60" from="5459" to="5466" />
-    <span id="s61_n62" from="5466" to="5467" />
-    <span id="s62_n0" from="5467" to="5468" />
-    <span id="s62_n2" from="5469" to="5480" />
-    <span id="s62_n4" from="5481" to="5491" />
-    <span id="s62_n6" from="5492" to="5498" />
-    <span id="s62_n8" from="5499" to="5502" />
-    <span id="s62_n10" from="5503" to="5512" />
-    <span id="s62_n12" from="5513" to="5522" />
-    <span id="s62_n14" from="5523" to="5528" />
-    <span id="s62_n16" from="5529" to="5537" />
-    <span id="s62_n18" from="5537" to="5538" />
-    <span id="s62_n20" from="5539" to="5543" />
-    <span id="s62_n22" from="5544" to="5547" />
-    <span id="s62_n24" from="5548" to="5560" />
-    <span id="s62_n26" from="5561" to="5581" />
-    <span id="s62_n28" from="5582" to="5585" />
-    <span id="s62_n30" from="5586" to="5591" />
-    <span id="s62_n32" from="5592" to="5600" />
-    <span id="s62_n34" from="5601" to="5613" />
-    <span id="s62_n36" from="5613" to="5614" />
-    <span id="s63_n0" from="5615" to="5619" />
-    <span id="s63_n2" from="5620" to="5624" />
-    <span id="s63_n4" from="5625" to="5628" />
-    <span id="s63_n6" from="5629" to="5634" />
-    <span id="s63_n8" from="5635" to="5640" />
-    <span id="s63_n10" from="5641" to="5645" />
-    <span id="s63_n12" from="5646" to="5656" />
-    <span id="s63_n14" from="5657" to="5666" />
-    <span id="s63_n16" from="5667" to="5671" />
-    <span id="s63_n18" from="5672" to="5683" />
-    <span id="s63_n20" from="5684" to="5693" />
-    <span id="s63_n22" from="5694" to="5701" />
-    <span id="s63_n24" from="5701" to="5702" />
-    <span id="s63_n26" from="5703" to="5707" />
-    <span id="s63_n28" from="5708" to="5712" />
-    <span id="s63_n30" from="5713" to="5716" />
-    <span id="s63_n32" from="5717" to="5720" />
-    <span id="s63_n34" from="5721" to="5733" />
-    <span id="s63_n36" from="5734" to="5741" />
-    <span id="s63_n38" from="5742" to="5745" />
-    <span id="s63_n40" from="5746" to="5755" />
-    <span id="s63_n42" from="5756" to="5765" />
-    <span id="s63_n44" from="5766" to="5779" />
-    <span id="s63_n46" from="5780" to="5783" />
-    <span id="s63_n48" from="5784" to="5796" />
-    <span id="s63_n50" from="5797" to="5808" />
-    <span id="s63_n52" from="5809" to="5814" />
-    <span id="s63_n54" from="5815" to="5819" />
-    <span id="s63_n56" from="5820" to="5826" />
-    <span id="s63_n58" from="5827" to="5833" />
-    <span id="s63_n60" from="5834" to="5837" />
-    <span id="s63_n62" from="5838" to="5843" />
-    <span id="s63_n64" from="5844" to="5847" />
-    <span id="s63_n66" from="5848" to="5857" />
-    <span id="s63_n68" from="5858" to="5864" />
-    <span id="s63_n72" from="5869" to="5874" />
-    <span id="s63_n74" from="5875" to="5878" />
-    <span id="s63_n76" from="5879" to="5882" />
-    <span id="s63_n78" from="5883" to="5894" />
-    <span id="s63_n80" from="5894" to="5895" />
-    <span id="s63_n82" from="5896" to="5900" />
-    <span id="s63_n84" from="5901" to="5904" />
-    <span id="s63_n86" from="5905" to="5916" />
-    <span id="s63_n88" from="5917" to="5922" />
-    <span id="s63_n90" from="5923" to="5932" />
-    <span id="s63_n92" from="5932" to="5933" />
-    <span id="s64_n0" from="5934" to="5935" />
-    <span id="s64_n2" from="5935" to="5938" />
-    <span id="s64_n4" from="5939" to="5948" />
-    <span id="s64_n6" from="5948" to="5949" />
-    <span id="s64_n8" from="5950" to="5954" />
-    <span id="s64_n10" from="5955" to="5958" />
-    <span id="s64_n12" from="5959" to="5962" />
-    <span id="s64_n14" from="5963" to="5973" />
-    <span id="s64_n16" from="5974" to="5979" />
-    <span id="s64_n18" from="5980" to="5987" />
-    <span id="s64_n20" from="5988" to="5994" />
-    <span id="s64_n22" from="5995" to="6004" />
-    <span id="s64_n24" from="6005" to="6011" />
-    <span id="s64_n26" from="6012" to="6015" />
-    <span id="s64_n28" from="6016" to="6024" />
-    <span id="s64_n30" from="6025" to="6034" />
-    <span id="s64_n32" from="6035" to="6040" />
-    <span id="s64_n34" from="6040" to="6041" />
-    <span id="s64_n36" from="6041" to="6042" />
-    <span id="s64_n38" from="6043" to="6053" />
-    <span id="s64_n40" from="6054" to="6057" />
-    <span id="s64_n42" from="6057" to="6058" />
-    <span id="s65_n0" from="6059" to="6060" />
-    <span id="s65_n2" from="6060" to="6064" />
-    <span id="s65_n4" from="6065" to="6068" />
-    <span id="s65_n6" from="6069" to="6074" />
-    <span id="s65_n8" from="6075" to="6081" />
-    <span id="s65_n10" from="6082" to="6088" />
-    <span id="s65_n12" from="6089" to="6092" />
-    <span id="s65_n14" from="6093" to="6097" />
-    <span id="s65_n16" from="6098" to="6109" />
-    <span id="s65_n18" from="6110" to="6120" />
-    <span id="s65_n20" from="6121" to="6129" />
-    <span id="s65_n22" from="6130" to="6142" />
-    <span id="s65_n26" from="6147" to="6151" />
-    <span id="s65_n28" from="6152" to="6156" />
-    <span id="s65_n30" from="6157" to="6163" />
-    <span id="s65_n32" from="6164" to="6171" />
-    <span id="s65_n34" from="6172" to="6176" />
-    <span id="s65_n36" from="6177" to="6182" />
-    <span id="s65_n38" from="6182" to="6183" />
-    <span id="s66_n0" from="6184" to="6186" />
-    <span id="s66_n2" from="6187" to="6194" />
-    <span id="s66_n4" from="6195" to="6199" />
-    <span id="s66_n6" from="6200" to="6204" />
-    <span id="s66_n8" from="6205" to="6208" />
-    <span id="s66_n10" from="6209" to="6213" />
-    <span id="s66_n12" from="6213" to="6214" />
-    <span id="s66_n14" from="6215" to="6219" />
-    <span id="s66_n16" from="6220" to="6223" />
-    <span id="s66_n18" from="6224" to="6237" />
-    <span id="s66_n20" from="6238" to="6240" />
-    <span id="s66_n22" from="6241" to="6248" />
-    <span id="s66_n24" from="6248" to="6249" />
-    <span id="s66_n26" from="6250" to="6253" />
-    <span id="s66_n28" from="6254" to="6257" />
-    <span id="s66_n30" from="6258" to="6262" />
-    <span id="s66_n32" from="6263" to="6268" />
-    <span id="s66_n34" from="6269" to="6273" />
-    <span id="s66_n36" from="6274" to="6282" />
-    <span id="s66_n38" from="6282" to="6283" />
-    <span id="s67_n0" from="6284" to="6288" />
-    <span id="s67_n2" from="6289" to="6292" />
-    <span id="s67_n4" from="6293" to="6298" />
-    <span id="s67_n6" from="6298" to="6299" />
-    <span id="s67_n8" from="6300" to="6303" />
-    <span id="s67_n10" from="6304" to="6309" />
-    <span id="s67_n12" from="6310" to="6313" />
-    <span id="s67_n14" from="6314" to="6324" />
-    <span id="s67_n16" from="6325" to="6327" />
-    <span id="s67_n18" from="6328" to="6339" />
-    <span id="s67_n20" from="6340" to="6347" />
-    <span id="s67_n22" from="6348" to="6353" />
-    <span id="s67_n24" from="6353" to="6354" />
-    <span id="s67_n26" from="6355" to="6362" />
-    <span id="s67_n28" from="6363" to="6367" />
-    <span id="s67_n30" from="6368" to="6371" />
-    <span id="s67_n32" from="6372" to="6386" />
-    <span id="s67_n34" from="6387" to="6401" />
-    <span id="s67_n36" from="6401" to="6402" />
-    <span id="s67_n38" from="6403" to="6405" />
-    <span id="s67_n40" from="6406" to="6408" />
-    <span id="s67_n42" from="6409" to="6415" />
-    <span id="s67_n44" from="6415" to="6416" />
-    <span id="s68_n0" from="6417" to="6420" />
-    <span id="s68_n2" from="6421" to="6425" />
-    <span id="s68_n4" from="6426" to="6430" />
-    <span id="s68_n6" from="6431" to="6442" />
-    <span id="s68_n8" from="6442" to="6443" />
-    <span id="s69_n0" from="6444" to="6451" />
-    <span id="s69_n2" from="6452" to="6455" />
-    <span id="s69_n4" from="6456" to="6461" />
-    <span id="s69_n6" from="6462" to="6466" />
-    <span id="s69_n8" from="6467" to="6476" />
-    <span id="s69_n10" from="6476" to="6477" />
-    <span id="s70_n0" from="6478" to="6482" />
-    <span id="s70_n2" from="6483" to="6486" />
-    <span id="s70_n4" from="6487" to="6491" />
-    <span id="s70_n6" from="6492" to="6495" />
-    <span id="s70_n8" from="6496" to="6502" />
-    <span id="s70_n10" from="6503" to="6507" />
-    <span id="s70_n12" from="6508" to="6511" />
-    <span id="s70_n14" from="6512" to="6528" />
-    <span id="s70_n16" from="6529" to="6534" />
-    <span id="s70_n18" from="6535" to="6541" />
-    <span id="s70_n20" from="6542" to="6552" />
-    <span id="s70_n22" from="6552" to="6553" />
-    <span id="s70_n24" from="6554" to="6558" />
-    <span id="s70_n26" from="6559" to="6562" />
-    <span id="s70_n28" from="6563" to="6575" />
-    <span id="s70_n30" from="6576" to="6579" />
-    <span id="s70_n32" from="6580" to="6585" />
-    <span id="s70_n34" from="6586" to="6596" />
-    <span id="s70_n36" from="6596" to="6597" />
-    <span id="s71_n0" from="6597" to="6598" />
-    <span id="s71_n2" from="6599" to="6604" />
-    <span id="s71_n4" from="6605" to="6609" />
-    <span id="s71_n6" from="6610" to="6626" />
-    <span id="s71_n8" from="6627" to="6633" />
-    <span id="s71_n10" from="6634" to="6642" />
-    <span id="s71_n12" from="6643" to="6648" />
-    <span id="s71_n14" from="6649" to="6658" />
-    <span id="s71_n16" from="6659" to="6668" />
-    <span id="s71_n18" from="6669" to="6674" />
-    <span id="s71_n20" from="6675" to="6678" />
-    <span id="s71_n22" from="6679" to="6682" />
-    <span id="s71_n24" from="6683" to="6688" />
-    <span id="s71_n26" from="6689" to="6693" />
-    <span id="s71_n28" from="6694" to="6699" />
-    <span id="s71_n30" from="6700" to="6709" />
-    <span id="s71_n32" from="6710" to="6721" />
-    <span id="s71_n34" from="6721" to="6722" />
-    <span id="s71_n36" from="6723" to="6726" />
-    <span id="s71_n38" from="6727" to="6729" />
-    <span id="s71_n40" from="6730" to="6733" />
-    <span id="s71_n42" from="6734" to="6741" />
-    <span id="s71_n44" from="6742" to="6746" />
-    <span id="s71_n46" from="6746" to="6747" />
-    <span id="s72_n0" from="6748" to="6754" />
-    <span id="s72_n2" from="6755" to="6765" />
-    <span id="s72_n4" from="6766" to="6769" />
-    <span id="s72_n6" from="6770" to="6774" />
-    <span id="s72_n8" from="6775" to="6780" />
-    <span id="s72_n10" from="6781" to="6789" />
-    <span id="s72_n12" from="6790" to="6793" />
-    <span id="s72_n14" from="6794" to="6803" />
-    <span id="s72_n16" from="6804" to="6807" />
-    <span id="s72_n18" from="6808" to="6814" />
-    <span id="s72_n20" from="6815" to="6818" />
-    <span id="s72_n22" from="6819" to="6836" />
-    <span id="s72_n24" from="6836" to="6837" />
-    <span id="s72_n26" from="6838" to="6841" />
-    <span id="s72_n28" from="6842" to="6845" />
-    <span id="s72_n30" from="6846" to="6855" />
-    <span id="s72_n32" from="6856" to="6861" />
-    <span id="s72_n34" from="6862" to="6867" />
-    <span id="s72_n36" from="6868" to="6874" />
-    <span id="s72_n38" from="6875" to="6881" />
-    <span id="s72_n40" from="6882" to="6895" />
-    <span id="s72_n42" from="6896" to="6899" />
-    <span id="s72_n44" from="6899" to="6900" />
-    <span id="s73_n0" from="6901" to="6904" />
-    <span id="s73_n2" from="6905" to="6911" />
-    <span id="s73_n4" from="6912" to="6920" />
-    <span id="s73_n6" from="6921" to="6925" />
-    <span id="s73_n8" from="6926" to="6933" />
-    <span id="s73_n10" from="6934" to="6937" />
-    <span id="s73_n12" from="6938" to="6950" />
-    <span id="s73_n14" from="6951" to="6954" />
-    <span id="s73_n16" from="6955" to="6961" />
-    <span id="s73_n18" from="6962" to="6969" />
-    <span id="s73_n20" from="6970" to="6971" />
-    <span id="s73_n22" from="6971" to="6980" />
-    <span id="s73_n24" from="6981" to="6997" />
-    <span id="s73_n26" from="6997" to="6998" />
-    <span id="s73_n28" from="6998" to="6999" />
-    <span id="s74_n0" from="7000" to="7006" />
-    <span id="s74_n2" from="7007" to="7014" />
-    <span id="s74_n4" from="7015" to="7018" />
-    <span id="s74_n6" from="7019" to="7023" />
-    <span id="s74_n8" from="7024" to="7036" />
-    <span id="s74_n10" from="7037" to="7043" />
-    <span id="s74_n12" from="7043" to="7044" />
-    <span id="s74_n14" from="7045" to="7052" />
-    <span id="s74_n16" from="7053" to="7061" />
-    <span id="s74_n18" from="7062" to="7068" />
-    <span id="s74_n20" from="7069" to="7072" />
-    <span id="s74_n22" from="7073" to="7089" />
-    <span id="s74_n24" from="7090" to="7092" />
-    <span id="s74_n26" from="7093" to="7104" />
-    <span id="s74_n28" from="7105" to="7118" />
-    <span id="s74_n30" from="7118" to="7119" />
-    <span id="s74_n32" from="7120" to="7130" />
-    <span id="s74_n34" from="7131" to="7134" />
-    <span id="s74_n36" from="7135" to="7141" />
-    <span id="s74_n38" from="7142" to="7157" />
-    <span id="s74_n40" from="7158" to="7163" />
-    <span id="s74_n42" from="7163" to="7164" />
-    <span id="s75_n0" from="7165" to="7169" />
-    <span id="s75_n2" from="7170" to="7189" />
-    <span id="s75_n4" from="7190" to="7198" />
-    <span id="s75_n6" from="7199" to="7204" />
-    <span id="s75_n8" from="7205" to="7208" />
-    <span id="s75_n10" from="7209" to="7214" />
-    <span id="s75_n12" from="7215" to="7220" />
-    <span id="s75_n14" from="7221" to="7225" />
-    <span id="s75_n16" from="7226" to="7230" />
-    <span id="s75_n18" from="7231" to="7236" />
-    <span id="s75_n20" from="7237" to="7244" />
-    <span id="s75_n22" from="7245" to="7254" />
-    <span id="s75_n24" from="7254" to="7255" />
-    <span id="s75_n26" from="7256" to="7261" />
-    <span id="s75_n28" from="7262" to="7267" />
-    <span id="s75_n30" from="7268" to="7270" />
-    <span id="s75_n32" from="7271" to="7276" />
-    <span id="s75_n34" from="7277" to="7280" />
-    <span id="s75_n36" from="7281" to="7284" />
-    <span id="s75_n38" from="7285" to="7294" />
-    <span id="s75_n40" from="7295" to="7299" />
-    <span id="s75_n42" from="7300" to="7302" />
-    <span id="s75_n44" from="7303" to="7311" />
-    <span id="s75_n46" from="7311" to="7312" />
-    <span id="s75_n48" from="7313" to="7316" />
-    <span id="s75_n50" from="7317" to="7321" />
-    <span id="s75_n52" from="7322" to="7324" />
-    <span id="s75_n54" from="7325" to="7330" />
-    <span id="s75_n56" from="7331" to="7340" />
-    <span id="s75_n58" from="7341" to="7352" />
-    <span id="s75_n60" from="7353" to="7355" />
-    <span id="s75_n62" from="7356" to="7364" />
-    <span id="s75_n64" from="7365" to="7368" />
-    <span id="s75_n66" from="7369" to="7382" />
-    <span id="s75_n68" from="7383" to="7396" />
-    <span id="s75_n70" from="7397" to="7402" />
-    <span id="s75_n72" from="7403" to="7416" />
-    <span id="s75_n74" from="7417" to="7421" />
-    <span id="s75_n76" from="7422" to="7424" />
-    <span id="s75_n78" from="7425" to="7430" />
-    <span id="s75_n80" from="7431" to="7434" />
-    <span id="s75_n82" from="7435" to="7445" />
-    <span id="s75_n84" from="7446" to="7448" />
-    <span id="s75_n86" from="7449" to="7457" />
-    <span id="s75_n88" from="7458" to="7465" />
-    <span id="s75_n90" from="7466" to="7470" />
-    <span id="s75_n92" from="7470" to="7471" />
-    <span id="s76_n0" from="7472" to="7475" />
-    <span id="s76_n2" from="7476" to="7481" />
-    <span id="s76_n4" from="7482" to="7488" />
-    <span id="s76_n6" from="7489" to="7491" />
-    <span id="s76_n8" from="7492" to="7495" />
-    <span id="s76_n10" from="7496" to="7503" />
-    <span id="s76_n12" from="7504" to="7507" />
-    <span id="s76_n14" from="7508" to="7512" />
-    <span id="s76_n16" from="7513" to="7516" />
-    <span id="s76_n18" from="7517" to="7520" />
-    <span id="s76_n20" from="7521" to="7529" />
-    <span id="s76_n22" from="7530" to="7538" />
-    <span id="s76_n24" from="7539" to="7545" />
-    <span id="s76_n26" from="7545" to="7546" />
-    <span id="s77_n0" from="7547" to="7551" />
-    <span id="s77_n2" from="7552" to="7557" />
-    <span id="s77_n4" from="7558" to="7563" />
-    <span id="s77_n6" from="7564" to="7570" />
-    <span id="s77_n8" from="7571" to="7573" />
-    <span id="s77_n10" from="7573" to="7574" />
-    <span id="s78_n0" from="7575" to="7578" />
-    <span id="s78_n2" from="7579" to="7586" />
-    <span id="s78_n4" from="7587" to="7594" />
-    <span id="s78_n6" from="7595" to="7605" />
-    <span id="s78_n8" from="7606" to="7610" />
-    <span id="s78_n10" from="7611" to="7622" />
-    <span id="s78_n12" from="7622" to="7623" />
-    <span id="s78_n14" from="7624" to="7632" />
-    <span id="s78_n16" from="7633" to="7637" />
-    <span id="s78_n18" from="7638" to="7651" />
-    <span id="s78_n20" from="7651" to="7652" />
-    <span id="s79_n0" from="7653" to="7675" />
-    <span id="s79_n2" from="7676" to="7684" />
-    <span id="s79_n4" from="7685" to="7690" />
-    <span id="s79_n6" from="7691" to="7692" />
-    <span id="s79_n8" from="7692" to="7695" />
-    <span id="s79_n10" from="7695" to="7696" />
-    <span id="s79_n12" from="7697" to="7701" />
-    <span id="s79_n14" from="7702" to="7706" />
-    <span id="s79_n16" from="7706" to="7707" />
-    <span id="s80_n0" from="7708" to="7709" />
-    <span id="s80_n2" from="7709" to="7712" />
-    <span id="s80_n4" from="7713" to="7719" />
-    <span id="s80_n6" from="7720" to="7723" />
-    <span id="s80_n8" from="7724" to="7735" />
-    <span id="s80_n10" from="7736" to="7739" />
-    <span id="s80_n12" from="7740" to="7745" />
-    <span id="s80_n14" from="7746" to="7748" />
-    <span id="s80_n16" from="7749" to="7755" />
-    <span id="s80_n18" from="7756" to="7760" />
-    <span id="s80_n20" from="7761" to="7763" />
-    <span id="s80_n22" from="7763" to="7764" />
-    <span id="s80_n24" from="7765" to="7769" />
-    <span id="s80_n26" from="7770" to="7772" />
-    <span id="s80_n28" from="7773" to="7776" />
-    <span id="s80_n30" from="7777" to="7784" />
-    <span id="s80_n32" from="7785" to="7789" />
-    <span id="s80_n34" from="7789" to="7790" />
-    <span id="s80_n36" from="7791" to="7804" />
-    <span id="s80_n38" from="7805" to="7809" />
-    <span id="s80_n40" from="7810" to="7819" />
-    <span id="s80_n42" from="7820" to="7830" />
-    <span id="s80_n44" from="7831" to="7833" />
-    <span id="s80_n46" from="7834" to="7842" />
-    <span id="s80_n48" from="7843" to="7850" />
-    <span id="s80_n50" from="7851" to="7853" />
-    <span id="s80_n52" from="7854" to="7865" />
-    <span id="s80_n54" from="7865" to="7866" />
-    <span id="s81_n0" from="7866" to="7867" />
-    <span id="s81_n2" from="7868" to="7871" />
-    <span id="s81_n4" from="7872" to="7876" />
-    <span id="s81_n6" from="7877" to="7884" />
-    <span id="s81_n8" from="7885" to="7889" />
-    <span id="s81_n10" from="7890" to="7896" />
-    <span id="s81_n12" from="7897" to="7899" />
-    <span id="s81_n14" from="7900" to="7906" />
-    <span id="s81_n16" from="7907" to="7920" />
-    <span id="s81_n18" from="7920" to="7921" />
-    <span id="s81_n20" from="7922" to="7926" />
-    <span id="s81_n22" from="7927" to="7929" />
-    <span id="s81_n24" from="7930" to="7949" />
-    <span id="s81_n26" from="7949" to="7950" />
-    <span id="s81_n28" from="7951" to="7953" />
-    <span id="s81_n30" from="7954" to="7961" />
-    <span id="s81_n32" from="7962" to="7966" />
-    <span id="s81_n34" from="7967" to="7969" />
-    <span id="s81_n36" from="7970" to="7981" />
-    <span id="s81_n38" from="7982" to="7995" />
-    <span id="s81_n40" from="7996" to="8002" />
-    <span id="s81_n42" from="8003" to="8008" />
-    <span id="s81_n44" from="8009" to="8012" />
-    <span id="s81_n46" from="8013" to="8019" />
-    <span id="s81_n48" from="8020" to="8023" />
-    <span id="s81_n50" from="8024" to="8034" />
-    <span id="s81_n52" from="8035" to="8041" />
-    <span id="s81_n54" from="8041" to="8042" />
-    <span id="s81_n56" from="8043" to="8045" />
-    <span id="s81_n58" from="8046" to="8051" />
-    <span id="s81_n60" from="8051" to="8052" />
-    <span id="s82_n0" from="8053" to="8058" />
-    <span id="s82_n2" from="8059" to="8063" />
-    <span id="s82_n4" from="8064" to="8067" />
-    <span id="s82_n6" from="8068" to="8081" />
-    <span id="s82_n8" from="8082" to="8090" />
-    <span id="s82_n10" from="8091" to="8094" />
-    <span id="s82_n12" from="8095" to="8106" />
-    <span id="s82_n14" from="8107" to="8110" />
-    <span id="s82_n16" from="8111" to="8114" />
-    <span id="s82_n18" from="8115" to="8130" />
-    <span id="s82_n20" from="8131" to="8134" />
-    <span id="s82_n22" from="8135" to="8146" />
-    <span id="s82_n24" from="8146" to="8147" />
-    <span id="s82_n26" from="8148" to="8151" />
-    <span id="s82_n28" from="8152" to="8157" />
-    <span id="s82_n30" from="8158" to="8161" />
-    <span id="s82_n32" from="8162" to="8167" />
-    <span id="s82_n34" from="8168" to="8175" />
-    <span id="s82_n36" from="8176" to="8179" />
-    <span id="s82_n38" from="8180" to="8182" />
-    <span id="s82_n40" from="8183" to="8192" />
-    <span id="s82_n42" from="8193" to="8197" />
-    <span id="s82_n44" from="8198" to="8202" />
-    <span id="s82_n46" from="8203" to="8214" />
-    <span id="s82_n48" from="8215" to="8218" />
-    <span id="s82_n50" from="8219" to="8226" />
-    <span id="s82_n52" from="8227" to="8229" />
-    <span id="s82_n54" from="8230" to="8237" />
-    <span id="s82_n56" from="8237" to="8238" />
-    <span id="s83_n0" from="8239" to="8243" />
-    <span id="s83_n2" from="8244" to="8252" />
-    <span id="s83_n4" from="8253" to="8256" />
-    <span id="s83_n6" from="8257" to="8283" />
-    <span id="s83_n8" from="8284" to="8290" />
-    <span id="s83_n10" from="8291" to="8297" />
-    <span id="s83_n12" from="8298" to="8301" />
-    <span id="s83_n14" from="8302" to="8307" />
-    <span id="s83_n16" from="8308" to="8317" />
-    <span id="s83_n18" from="8318" to="8325" />
-    <span id="s83_n20" from="8326" to="8332" />
-    <span id="s83_n22" from="8332" to="8333" />
-    <span id="s83_n24" from="8334" to="8339" />
-    <span id="s83_n26" from="8340" to="8343" />
-    <span id="s83_n28" from="8344" to="8357" />
-    <span id="s83_n30" from="8358" to="8363" />
-    <span id="s83_n32" from="8364" to="8370" />
-    <span id="s83_n34" from="8371" to="8376" />
-    <span id="s83_n36" from="8377" to="8388" />
-    <span id="s83_n38" from="8388" to="8389" />
-    <span id="s84_n0" from="8390" to="8397" />
-    <span id="s84_n2" from="8398" to="8400" />
-    <span id="s84_n4" from="8401" to="8404" />
-    <span id="s84_n6" from="8405" to="8414" />
-    <span id="s84_n8" from="8415" to="8421" />
-    <span id="s84_n10" from="8422" to="8427" />
-    <span id="s84_n12" from="8428" to="8430" />
-    <span id="s84_n14" from="8431" to="8434" />
-    <span id="s84_n16" from="8435" to="8456" />
-    <span id="s84_n18" from="8457" to="8463" />
-    <span id="s84_n20" from="8464" to="8468" />
-    <span id="s84_n22" from="8469" to="8474" />
-    <span id="s84_n24" from="8475" to="8479" />
-    <span id="s84_n26" from="8479" to="8480" />
-    <span id="s85_n0" from="8481" to="8488" />
-    <span id="s85_n2" from="8489" to="8492" />
-    <span id="s85_n4" from="8492" to="8493" />
-    <span id="s85_n6" from="8494" to="8498" />
-    <span id="s85_n8" from="8499" to="8502" />
-    <span id="s85_n10" from="8503" to="8516" />
-    <span id="s85_n12" from="8517" to="8541" />
-    <span id="s85_n14" from="8542" to="8547" />
-    <span id="s85_n16" from="8548" to="8551" />
-    <span id="s85_n18" from="8552" to="8560" />
-    <span id="s85_n20" from="8561" to="8564" />
-    <span id="s85_n22" from="8565" to="8576" />
-    <span id="s85_n24" from="8577" to="8588" />
-    <span id="s85_n26" from="8589" to="8593" />
-    <span id="s85_n28" from="8593" to="8594" />
-    <span id="s85_n30" from="8595" to="8598" />
-    <span id="s85_n32" from="8599" to="8603" />
-    <span id="s85_n34" from="8604" to="8609" />
-    <span id="s85_n36" from="8610" to="8617" />
-    <span id="s85_n38" from="8618" to="8621" />
-    <span id="s85_n40" from="8622" to="8629" />
-    <span id="s85_n42" from="8630" to="8633" />
-    <span id="s85_n44" from="8634" to="8651" />
-    <span id="s85_n46" from="8652" to="8657" />
-    <span id="s85_n48" from="8658" to="8668" />
-    <span id="s85_n50" from="8669" to="8672" />
-    <span id="s85_n52" from="8673" to="8677" />
-    <span id="s85_n54" from="8678" to="8681" />
-    <span id="s85_n56" from="8682" to="8690" />
-    <span id="s85_n58" from="8691" to="8705" />
-    <span id="s85_n60" from="8706" to="8710" />
-    <span id="s85_n62" from="8710" to="8711" />
-    <span id="s86_n0" from="8712" to="8714" />
-    <span id="s86_n2" from="8715" to="8731" />
-    <span id="s86_n4" from="8732" to="8735" />
-    <span id="s86_n6" from="8736" to="8742" />
-    <span id="s86_n8" from="8743" to="8750" />
-    <span id="s86_n10" from="8751" to="8755" />
-    <span id="s86_n12" from="8756" to="8761" />
-    <span id="s86_n14" from="8762" to="8766" />
-    <span id="s86_n16" from="8767" to="8777" />
-    <span id="s86_n18" from="8778" to="8782" />
-    <span id="s86_n20" from="8783" to="8797" />
-    <span id="s86_n22" from="8798" to="8801" />
-    <span id="s86_n24" from="8802" to="8808" />
-    <span id="s86_n26" from="8809" to="8813" />
-    <span id="s86_n28" from="8814" to="8817" />
-    <span id="s86_n30" from="8818" to="8831" />
-    <span id="s86_n32" from="8832" to="8845" />
-    <span id="s86_n34" from="8845" to="8846" />
-    <span id="s87_n0" from="8847" to="8849" />
-    <span id="s87_n2" from="8850" to="8863" />
-    <span id="s87_n4" from="8864" to="8868" />
-    <span id="s87_n6" from="8869" to="8873" />
-    <span id="s87_n8" from="8874" to="8878" />
-    <span id="s87_n10" from="8879" to="8886" />
-    <span id="s87_n12" from="8887" to="8893" />
-    <span id="s87_n14" from="8894" to="8901" />
-    <span id="s87_n16" from="8901" to="8902" />
-    <span id="s88_n0" from="8903" to="8906" />
-    <span id="s88_n2" from="8907" to="8912" />
-    <span id="s88_n4" from="8913" to="8917" />
-    <span id="s88_n6" from="8918" to="8923" />
-    <span id="s88_n8" from="8924" to="8931" />
-    <span id="s88_n10" from="8932" to="8935" />
-    <span id="s88_n12" from="8936" to="8951" />
-    <span id="s88_n14" from="8952" to="8960" />
-    <span id="s88_n16" from="8960" to="8961" />
-    <span id="s88_n18" from="8962" to="8968" />
-    <span id="s88_n20" from="8969" to="8971" />
-    <span id="s88_n22" from="8971" to="8972" />
-    <span id="s89_n0" from="8973" to="8978" />
-    <span id="s89_n2" from="8979" to="8984" />
-    <span id="s89_n4" from="8985" to="8988" />
-    <span id="s89_n6" from="8989" to="8997" />
-    <span id="s89_n8" from="8998" to="9007" />
-    <span id="s89_n10" from="9008" to="9017" />
-    <span id="s89_n12" from="9018" to="9023" />
-    <span id="s89_n14" from="9024" to="9026" />
-    <span id="s89_n16" from="9027" to="9030" />
-    <span id="s89_n18" from="9031" to="9036" />
-    <span id="s89_n20" from="9037" to="9042" />
-    <span id="s89_n22" from="9043" to="9056" />
-    <span id="s89_n26" from="9061" to="9064" />
-    <span id="s89_n28" from="9065" to="9070" />
-    <span id="s89_n30" from="9070" to="9071" />
-    <span id="s89_n32" from="9072" to="9076" />
-    <span id="s89_n34" from="9077" to="9080" />
-    <span id="s89_n36" from="9081" to="9086" />
-    <span id="s89_n38" from="9087" to="9093" />
-    <span id="s89_n40" from="9094" to="9097" />
-    <span id="s89_n42" from="9098" to="9105" />
-    <span id="s89_n44" from="9106" to="9110" />
-    <span id="s89_n46" from="9111" to="9119" />
-    <span id="s89_n48" from="9120" to="9131" />
-    <span id="s89_n50" from="9132" to="9140" />
-    <span id="s89_n52" from="9141" to="9151" />
-    <span id="s89_n54" from="9152" to="9156" />
-    <span id="s89_n56" from="9156" to="9157" />
-    <span id="s90_n0" from="9158" to="9160" />
-    <span id="s90_n2" from="9161" to="9164" />
-    <span id="s90_n4" from="9165" to="9171" />
-    <span id="s90_n6" from="9171" to="9172" />
-    <span id="s90_n8" from="9173" to="9176" />
-    <span id="s90_n10" from="9177" to="9180" />
-    <span id="s90_n12" from="9181" to="9183" />
-    <span id="s90_n14" from="9184" to="9190" />
-    <span id="s90_n16" from="9191" to="9200" />
-    <span id="s90_n18" from="9201" to="9210" />
-    <span id="s90_n20" from="9211" to="9216" />
-    <span id="s90_n22" from="9216" to="9217" />
-    <span id="s90_n24" from="9218" to="9226" />
-    <span id="s90_n26" from="9227" to="9230" />
-    <span id="s90_n28" from="9230" to="9231" />
-    <span id="s91_n0" from="9232" to="9233" />
-    <span id="s91_n2" from="9233" to="9238" />
-    <span id="s91_n4" from="9239" to="9245" />
-    <span id="s91_n6" from="9246" to="9248" />
-    <span id="s91_n8" from="9249" to="9258" />
-    <span id="s91_n10" from="9259" to="9261" />
-    <span id="s91_n12" from="9262" to="9265" />
-    <span id="s91_n14" from="9266" to="9275" />
-    <span id="s91_n16" from="9275" to="9276" />
-    <span id="s91_n18" from="9277" to="9285" />
-    <span id="s91_n20" from="9286" to="9296" />
-    <span id="s91_n22" from="9297" to="9302" />
-    <span id="s91_n24" from="9303" to="9305" />
-    <span id="s91_n26" from="9306" to="9314" />
-    <span id="s91_n28" from="9314" to="9315" />
-    <span id="s91_n30" from="9316" to="9320" />
-    <span id="s91_n32" from="9321" to="9324" />
-    <span id="s91_n34" from="9325" to="9332" />
-    <span id="s91_n36" from="9333" to="9336" />
-    <span id="s91_n38" from="9337" to="9345" />
-    <span id="s91_n40" from="9346" to="9352" />
-    <span id="s91_n44" from="9357" to="9360" />
-    <span id="s91_n46" from="9361" to="9368" />
-    <span id="s91_n48" from="9368" to="9369" />
-    <span id="s91_n50" from="9370" to="9373" />
-    <span id="s91_n52" from="9374" to="9378" />
-    <span id="s91_n54" from="9379" to="9390" />
-    <span id="s91_n56" from="9391" to="9395" />
-    <span id="s91_n58" from="9396" to="9399" />
-    <span id="s91_n60" from="9400" to="9403" />
-    <span id="s91_n62" from="9404" to="9407" />
-    <span id="s91_n64" from="9408" to="9430" />
-    <span id="s91_n66" from="9431" to="9437" />
-    <span id="s91_n68" from="9437" to="9438" />
-    <span id="s92_n0" from="9439" to="9444" />
-    <span id="s92_n2" from="9445" to="9454" />
-    <span id="s92_n4" from="9455" to="9463" />
-    <span id="s92_n6" from="9464" to="9468" />
-    <span id="s92_n8" from="9469" to="9473" />
-    <span id="s92_n10" from="9474" to="9477" />
-    <span id="s92_n12" from="9478" to="9495" />
-    <span id="s92_n14" from="9495" to="9496" />
-    <span id="s92_n16" from="9497" to="9502" />
-    <span id="s92_n18" from="9503" to="9510" />
-    <span id="s92_n20" from="9511" to="9514" />
-    <span id="s92_n22" from="9515" to="9518" />
-    <span id="s92_n24" from="9519" to="9530" />
-    <span id="s92_n26" from="9531" to="9534" />
-    <span id="s92_n28" from="9535" to="9538" />
-    <span id="s92_n30" from="9539" to="9542" />
-    <span id="s92_n32" from="9543" to="9550" />
-    <span id="s92_n34" from="9551" to="9561" />
-    <span id="s92_n36" from="9562" to="9564" />
-    <span id="s92_n38" from="9565" to="9568" />
-    <span id="s92_n40" from="9569" to="9581" />
-    <span id="s92_n42" from="9581" to="9582" />
-    <span id="s92_n44" from="9583" to="9593" />
-    <span id="s92_n46" from="9594" to="9599" />
-    <span id="s92_n48" from="9599" to="9600" />
-    <span id="s92_n50" from="9601" to="9604" />
-    <span id="s92_n52" from="9605" to="9608" />
-    <span id="s92_n54" from="9609" to="9611" />
-    <span id="s92_n56" from="9612" to="9616" />
-    <span id="s92_n58" from="9617" to="9621" />
-    <span id="s92_n60" from="9622" to="9628" />
-    <span id="s92_n62" from="9629" to="9633" />
-    <span id="s92_n64" from="9633" to="9634" />
-    <span id="s92_n66" from="9635" to="9638" />
-    <span id="s92_n68" from="9639" to="9643" />
-    <span id="s92_n70" from="9644" to="9648" />
-    <span id="s92_n72" from="9649" to="9659" />
-    <span id="s92_n74" from="9660" to="9669" />
-    <span id="s92_n76" from="9669" to="9670" />
-    <span id="s93_n0" from="9671" to="9674" />
-    <span id="s93_n2" from="9675" to="9681" />
-    <span id="s93_n4" from="9682" to="9692" />
-    <span id="s93_n6" from="9693" to="9698" />
-    <span id="s93_n8" from="9699" to="9702" />
-    <span id="s93_n10" from="9703" to="9707" />
-    <span id="s93_n12" from="9707" to="9708" />
-    <span id="s93_n14" from="9709" to="9723" />
-    <span id="s93_n16" from="9724" to="9730" />
-    <span id="s93_n18" from="9731" to="9733" />
-    <span id="s93_n20" from="9734" to="9740" />
-    <span id="s93_n22" from="9740" to="9741" />
-    <span id="s94_n0" from="9742" to="9745" />
-    <span id="s94_n2" from="9746" to="9751" />
-    <span id="s94_n4" from="9752" to="9757" />
-    <span id="s94_n6" from="9758" to="9763" />
-    <span id="s94_n8" from="9764" to="9768" />
-    <span id="s94_n10" from="9769" to="9772" />
-    <span id="s94_n12" from="9773" to="9778" />
-    <span id="s94_n14" from="9779" to="9781" />
-    <span id="s94_n16" from="9782" to="9790" />
-    <span id="s94_n18" from="9790" to="9791" />
-    <span id="s94_n20" from="9792" to="9797" />
-    <span id="s94_n22" from="9798" to="9802" />
-    <span id="s94_n24" from="9803" to="9806" />
-    <span id="s94_n26" from="9806" to="9807" />
-    <span id="s95_n0" from="9808" to="9811" />
-    <span id="s95_n2" from="9812" to="9818" />
-    <span id="s95_n4" from="9819" to="9824" />
-    <span id="s95_n6" from="9825" to="9830" />
-    <span id="s95_n8" from="9831" to="9836" />
-    <span id="s95_n10" from="9837" to="9842" />
-    <span id="s95_n12" from="9843" to="9849" />
-    <span id="s95_n14" from="9850" to="9853" />
-    <span id="s95_n16" from="9853" to="9854" />
-    <span id="s95_n18" from="9855" to="9862" />
-    <span id="s95_n20" from="9863" to="9869" />
-    <span id="s95_n22" from="9869" to="9870" />
-    <span id="s95_n24" from="9871" to="9876" />
-    <span id="s95_n26" from="9877" to="9885" />
-    <span id="s95_n28" from="9886" to="9891" />
-    <span id="s95_n30" from="9891" to="9892" />
-    <span id="s95_n32" from="9893" to="9898" />
-    <span id="s95_n34" from="9899" to="9902" />
-    <span id="s95_n36" from="9903" to="9906" />
-    <span id="s95_n38" from="9907" to="9912" />
-    <span id="s95_n40" from="9913" to="9918" />
-    <span id="s95_n42" from="9918" to="9919" />
-    <span id="s96_n0" from="9920" to="9923" />
-    <span id="s96_n2" from="9924" to="9927" />
-    <span id="s96_n4" from="9928" to="9933" />
-    <span id="s96_n6" from="9934" to="9937" />
-    <span id="s96_n8" from="9938" to="9944" />
-    <span id="s96_n10" from="9945" to="9951" />
-    <span id="s96_n12" from="9952" to="9960" />
-    <span id="s96_n14" from="9961" to="9964" />
-    <span id="s96_n16" from="9965" to="9971" />
-    <span id="s96_n18" from="9972" to="9975" />
-    <span id="s96_n20" from="9975" to="9976" />
-    <span id="s96_n22" from="9977" to="9980" />
-    <span id="s96_n24" from="9981" to="9985" />
-    <span id="s96_n26" from="9986" to="9991" />
-    <span id="s96_n28" from="9992" to="10008" />
-    <span id="s96_n30" from="10009" to="10012" />
-    <span id="s96_n32" from="10013" to="10018" />
-    <span id="s96_n34" from="10019" to="10023" />
-    <span id="s96_n36" from="10024" to="10029" />
-    <span id="s96_n38" from="10030" to="10032" />
-    <span id="s96_n40" from="10033" to="10037" />
-    <span id="s96_n42" from="10037" to="10038" />
-    <span id="s97_n0" from="10038" to="10039" />
-    <span id="s97_n2" from="10040" to="10041" />
-    <span id="s97_n4" from="10041" to="10044" />
-    <span id="s97_n6" from="10045" to="10049" />
-    <span id="s97_n8" from="10050" to="10053" />
-    <span id="s97_n10" from="10054" to="10058" />
-    <span id="s97_n12" from="10059" to="10064" />
-    <span id="s97_n14" from="10065" to="10079" />
-    <span id="s97_n16" from="10080" to="10083" />
-    <span id="s97_n18" from="10084" to="10089" />
-    <span id="s97_n20" from="10090" to="10094" />
-    <span id="s97_n22" from="10095" to="10100" />
-    <span id="s97_n24" from="10101" to="10105" />
-    <span id="s97_n26" from="10105" to="10106" />
-    <span id="s98_n0" from="10106" to="10107" />
-    <span id="s98_n2" from="10108" to="10117" />
-    <span id="s98_n4" from="10118" to="10127" />
-    <span id="s98_n6" from="10128" to="10132" />
-    <span id="s98_n8" from="10133" to="10140" />
-    <span id="s98_n10" from="10140" to="10141" />
-    <span id="s98_n12" from="10142" to="10145" />
-    <span id="s98_n14" from="10146" to="10152" />
-    <span id="s98_n16" from="10153" to="10160" />
-    <span id="s98_n18" from="10161" to="10168" />
-    <span id="s98_n20" from="10168" to="10169" />
-    <span id="s98_n22" from="10170" to="10175" />
-    <span id="s98_n24" from="10175" to="10176" />
-    <span id="s99_n0" from="10177" to="10178" />
-    <span id="s99_n2" from="10178" to="10182" />
-    <span id="s99_n4" from="10183" to="10189" />
-    <span id="s99_n6" from="10190" to="10196" />
-    <span id="s99_n8" from="10197" to="10201" />
-    <span id="s99_n10" from="10202" to="10205" />
-    <span id="s99_n12" from="10206" to="10221" />
-    <span id="s99_n14" from="10222" to="10227" />
-    <span id="s99_n16" from="10228" to="10235" />
-    <span id="s99_n18" from="10236" to="10239" />
-    <span id="s99_n20" from="10240" to="10250" />
-    <span id="s99_n22" from="10251" to="10255" />
-    <span id="s99_n24" from="10256" to="10261" />
-    <span id="s99_n26" from="10262" to="10271" />
-    <span id="s99_n28" from="10272" to="10283" />
-    <span id="s99_n30" from="10284" to="10294" />
-    <span id="s99_n32" from="10294" to="10295" />
-    <span id="s100_n0" from="10296" to="10301" />
-    <span id="s100_n2" from="10302" to="10312" />
-    <span id="s100_n4" from="10313" to="10317" />
-    <span id="s100_n6" from="10318" to="10321" />
-    <span id="s100_n8" from="10322" to="10329" />
-    <span id="s100_n10" from="10330" to="10335" />
-    <span id="s100_n12" from="10336" to="10341" />
-    <span id="s100_n14" from="10341" to="10342" />
-    <span id="s100_n16" from="10343" to="10348" />
-    <span id="s100_n18" from="10349" to="10352" />
-    <span id="s100_n20" from="10353" to="10358" />
-    <span id="s100_n22" from="10359" to="10362" />
-    <span id="s100_n24" from="10363" to="10370" />
-    <span id="s100_n26" from="10371" to="10374" />
-    <span id="s100_n28" from="10375" to="10384" />
-    <span id="s100_n30" from="10385" to="10389" />
-    <span id="s100_n32" from="10390" to="10398" />
-    <span id="s100_n34" from="10399" to="10403" />
-    <span id="s100_n36" from="10403" to="10404" />
-    <span id="s101_n0" from="10405" to="10408" />
-    <span id="s101_n2" from="10409" to="10412" />
-    <span id="s101_n4" from="10413" to="10421" />
-    <span id="s101_n6" from="10422" to="10425" />
-    <span id="s101_n8" from="10426" to="10436" />
-    <span id="s101_n10" from="10437" to="10440" />
-    <span id="s101_n12" from="10441" to="10447" />
-    <span id="s101_n14" from="10448" to="10452" />
-    <span id="s101_n16" from="10453" to="10455" />
-    <span id="s101_n18" from="10456" to="10460" />
-    <span id="s101_n20" from="10461" to="10466" />
-    <span id="s101_n22" from="10466" to="10467" />
-    <span id="s102_n0" from="10467" to="10468" />
-    <span id="s102_n2" from="10469" to="10472" />
-    <span id="s102_n4" from="10473" to="10480" />
-    <span id="s102_n6" from="10481" to="10494" />
-    <span id="s102_n8" from="10495" to="10503" />
-    <span id="s102_n10" from="10504" to="10511" />
-    <span id="s102_n12" from="10512" to="10517" />
-    <span id="s102_n14" from="10518" to="10526" />
-    <span id="s102_n16" from="10527" to="10530" />
-    <span id="s102_n18" from="10531" to="10540" />
-    <span id="s102_n20" from="10541" to="10550" />
-    <span id="s102_n22" from="10551" to="10554" />
-    <span id="s102_n24" from="10555" to="10562" />
-    <span id="s102_n26" from="10563" to="10569" />
-    <span id="s102_n28" from="10570" to="10581" />
-    <span id="s102_n30" from="10581" to="10582" />
-    <span id="s102_n32" from="10583" to="10586" />
-    <span id="s102_n34" from="10587" to="10590" />
-    <span id="s102_n36" from="10591" to="10596" />
-    <span id="s102_n38" from="10597" to="10600" />
-    <span id="s102_n40" from="10601" to="10610" />
-    <span id="s102_n42" from="10611" to="10622" />
-    <span id="s102_n44" from="10623" to="10628" />
-    <span id="s102_n46" from="10629" to="10633" />
-    <span id="s102_n48" from="10634" to="10640" />
-    <span id="s102_n50" from="10641" to="10644" />
-    <span id="s102_n52" from="10645" to="10655" />
-    <span id="s102_n54" from="10656" to="10658" />
-    <span id="s102_n56" from="10659" to="10664" />
-    <span id="s102_n58" from="10665" to="10671" />
-    <span id="s102_n60" from="10672" to="10675" />
-    <span id="s102_n62" from="10675" to="10676" />
-    <span id="s103_n0" from="10677" to="10678" />
-    <span id="s103_n2" from="10678" to="10681" />
-    <span id="s103_n4" from="10682" to="10687" />
-    <span id="s103_n6" from="10688" to="10693" />
-    <span id="s103_n8" from="10693" to="10694" />
-    <span id="s103_n10" from="10695" to="10698" />
-    <span id="s103_n12" from="10699" to="10702" />
-    <span id="s103_n14" from="10703" to="10709" />
-    <span id="s103_n16" from="10709" to="10710" />
-    <span id="s104_n0" from="10711" to="10714" />
-    <span id="s104_n2" from="10715" to="10718" />
-    <span id="s104_n4" from="10719" to="10728" />
-    <span id="s104_n6" from="10728" to="10729" />
-    <span id="s104_n8" from="10730" to="10734" />
-    <span id="s104_n10" from="10735" to="10737" />
-    <span id="s104_n12" from="10738" to="10742" />
-    <span id="s104_n14" from="10743" to="10748" />
-    <span id="s104_n16" from="10749" to="10753" />
-    <span id="s104_n18" from="10754" to="10757" />
-    <span id="s104_n20" from="10758" to="10768" />
-    <span id="s104_n22" from="10769" to="10773" />
-    <span id="s104_n24" from="10774" to="10776" />
-    <span id="s104_n26" from="10777" to="10780" />
-    <span id="s104_n28" from="10780" to="10781" />
-    <span id="s105_n0" from="10782" to="10784" />
-    <span id="s105_n2" from="10785" to="10788" />
-    <span id="s105_n4" from="10789" to="10792" />
-    <span id="s105_n6" from="10793" to="10800" />
-    <span id="s105_n8" from="10801" to="10807" />
-    <span id="s105_n10" from="10807" to="10808" />
-    <span id="s105_n12" from="10809" to="10813" />
-    <span id="s105_n14" from="10814" to="10820" />
-    <span id="s105_n16" from="10821" to="10827" />
-    <span id="s105_n18" from="10828" to="10831" />
-    <span id="s105_n20" from="10832" to="10839" />
-    <span id="s105_n22" from="10840" to="10846" />
-    <span id="s105_n24" from="10846" to="10847" />
-    <span id="s105_n26" from="10847" to="10848" />
-    <span id="s105_n28" from="10849" to="10853" />
-    <span id="s105_n30" from="10854" to="10857" />
-    <span id="s105_n32" from="10857" to="10858" />
-    <span id="s106_n0" from="10859" to="10860" />
-    <span id="s106_n2" from="10860" to="10863" />
-    <span id="s106_n4" from="10864" to="10870" />
-    <span id="s106_n6" from="10871" to="10885" />
-    <span id="s106_n8" from="10886" to="10888" />
-    <span id="s106_n10" from="10889" to="10892" />
-    <span id="s106_n12" from="10892" to="10893" />
-    <span id="s107_n0" from="10894" to="10904" />
-    <span id="s107_n2" from="10905" to="10912" />
-    <span id="s107_n4" from="10913" to="10916" />
-    <span id="s107_n6" from="10917" to="10920" />
-    <span id="s107_n8" from="10921" to="10925" />
-    <span id="s107_n10" from="10926" to="10934" />
-    <span id="s107_n12" from="10935" to="10938" />
-    <span id="s107_n14" from="10939" to="10941" />
-    <span id="s107_n16" from="10942" to="10951" />
-    <span id="s107_n18" from="10952" to="10961" />
-    <span id="s107_n20" from="10961" to="10962" />
-    <span id="s108_n0" from="10963" to="10975" />
-    <span id="s108_n2" from="10976" to="10983" />
-    <span id="s108_n4" from="10984" to="10987" />
-    <span id="s108_n6" from="10988" to="10991" />
-    <span id="s108_n8" from="10992" to="11000" />
-    <span id="s108_n10" from="11001" to="11009" />
-    <span id="s108_n14" from="11014" to="11018" />
-    <span id="s108_n16" from="11019" to="11022" />
-    <span id="s108_n18" from="11023" to="11029" />
-    <span id="s108_n20" from="11030" to="11033" />
-    <span id="s108_n22" from="11034" to="11048" />
-    <span id="s108_n24" from="11049" to="11054" />
-    <span id="s108_n26" from="11055" to="11064" />
-    <span id="s108_n28" from="11064" to="11065" />
-    <span id="s109_n0" from="11065" to="11066" />
-    <span id="s109_n2" from="11067" to="11071" />
-    <span id="s109_n4" from="11071" to="11072" />
-    <span id="s110_n0" from="11073" to="11080" />
-    <span id="s110_n2" from="11081" to="11088" />
-  </spanList>
-</layer>